* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body,
html {
    background-color: #000;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    height: 100%
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    font: 400 16px serif;
    margin: 0;
    overflow: hidden;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

a {
    text-decoration: none
}

#pushalert-ticker,
.hand,
.hint,
.init-pop,
.modal-overlay,
.preloader,
.video {
    display: none
}

.init-pop {
    background-color: #262626;
    border-radius: 5px;
    left: calc(50% - 150px);
    padding: 14px;
    position: absolute;
    top: 150px;
    width: 300px;
    z-index: 999
}

.init-pop img {
    border-radius: 100px;
    height: 70px;
    margin-right: 14px;
    width: 70px
}

.flex {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start
}

.btn-pop,
.init-text {
    font-family: Roboto, sans-serif
}

.init-text {
    text-align: left
}

.flex.just-right {
    justify-content: flex-end
}

.btn-pop.btn-decline {
    margin-right: 14px;
    opacity: .8
}

.btn-pop {
    font-weight: 700;
    margin: 14px 0 7px
}

.hand {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: hand;
    animation-name: hand;
    background: url(arrow_up.webp) no-repeat 0/contain;
    height: 180px;
    left: 15%;
    position: absolute;
    top: 12%;
    -webkit-transform: translate(-50%, -20px);
    transform: translate(-50%, -20px);
    width: 160px;
    z-index: 6
}

.modal-overlay {
    background-color: #000;
    height: 100%;
    left: 0;
    opacity: .75;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10
}

.v {
    bottom: 0;
    margin: auto;
    position: fixed;
    right: 0
}

.v,
.vwd {
    left: 0;
    top: 0
}

.vwd {
    bottom: 50px;
    position: absolute;
    width: 100%
}

.preloader {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99
}

.preloader,
.video {
    position: absolute;
    top: 50%
}

.video {
    height: 100%;
    margin: 0 auto;
    position: relative;
    top: unset;
    width: 100%
}

.hint {
    background: #1e1e1e;
    border-radius: 10px;
    box-sizing: border-box;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    height: auto;
    left: 50%;
    max-height: fit-content;
    padding: 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    z-index: 99
}

.hint img {
    border-radius: 200px;
    height: 200px;
    width: 200px
}

.hint-content {
    font-size: 18px;
    line-height: 1.5;
    margin: 5px auto 20px
}

.hint-name {
    font-weight: 700
}

.hint-message {
    font-style: italic
}

.hint-btn {
    background: #1f8749;
    border-radius: 4px;
    font-size: 24px;
    padding: 10px 20px;
    text-transform: uppercase
}

.vwc {
    background-color: #000;
    bottom: 0;
    height: 50px;
    left: 0;
    position: absolute;
    width: 100%
}

.vcp {
    background-color: hsla(0, 0%, 100%, .2);
    height: 3px;
    margin-top: 4px;
    position: relative
}

.vcp .load_line {
    background-color: #d0021b;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0
}

.vcl,
.vcr {
    margin-top: 8px
}

.vcl {
    float: left
}

.vcr {
    float: right;
    padding-right: 10px
}

.vcr .vci:first-child {
    margin-left: 0
}

.vcii {
    font-family: sans-serif;
    font-size: 12px;
    line-height: 29px
}

.vci,
.vcii {
    float: left;
    margin-left: 10px
}

.vci {
    fill: #fff;
    height: 27px;
    width: 27px
}

@media(min-width:700px) {

    .vcl,
    .vcr {
        margin-top: 6px
    }

    .vcii {
        line-height: 34px
    }

    .vci {
        height: 32px;
        width: 32px
    }
}

@media screen and (max-width:500px) {
    .hand {
        left: 42% !important;
        top: 60%
    }
}

@media screen and (max-width:360px) {
    .hand {
        top: 54%
    }
}

.hand_text {
    font-family: Arial, sans-serif;
    position: absolute;
    top: 160px
}

@-webkit-keyframes hand {
    0% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    50% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }

    to {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

@media screen and (max-width:940px) {
    .hand {
        -webkit-animation-duration: .8s;
        animation-duration: .8s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-name: hand;
        animation-name: hand;
        background: url(arrow_up.webp) no-repeat 0/contain;
        height: 180px;
        left: 42%;
        top: 65%;
        -webkit-transform: translate(-50%, -20px);
        transform: translate(-50%, -20px);
        width: 160px;
        z-index: 6
    }
}

@keyframes hand {
    0% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    50% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }

    to {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}