* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0px;
    padding: 0px;
    color: rgb(204, 204, 204);
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    font-weight: normal;
    background-color: rgb(35, 0, 55);
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -webkit-user-select: none;
}

html {
    margin: 0px;
    padding: 0px;
    color: rgb(204, 204, 204);
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    font-weight: normal;
    background-color: rgb(35, 0, 55);
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -webkit-user-select: none;
}

.loader {
    background: url("../assets/img/loader.gif") no-repeat 50% 50%;
    width: 100%;
    height: 50px;
    text-align: center;
    margin-top: 250px;
    display: block !important;
    position: absolute;
}

.loaderPercentage {
    width: 100%;
    text-align: center;
    font-family: Arial, Verdana, sans-serif;
    font-size: 30px;
    font-weight: bold;
    margin-top: 70px;
    display: block !important;
    position: absolute;
}

.portraitLock {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    background-color: rgb(35, 0, 55);
}

.rotatePhoneIcon {
    margin: 30px auto;
    width: 60%;
    display: block;
}