.video {
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.loading-spinner {
    display: none;
    z-index: 2;
    position: fixed;
    width: 6px;
    height: 6px;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    font-size: 20px;
    text-align: center;
    color: white;
    text-shadow: 0 0 1px #333, 0 0 1px #333, -1px -1px 1px #333, 1px 1px 1px #333;
}

.controls {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}

.controls button {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.565);
    border: none;
    text-shadow: 0 0 1px #333, 0 0 1px #333, -1px -1px 1px #333, 1px 1px 1px #333;
    text-align: center;
    width: 50px;
    padding: 0;
}

.btn-play-container{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}

.btn-play{
    width: 100px;
    height: 80px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;

    background-color: rgba(0,0,0, 0.8);
    padding-top: 20px;
}

.controls .btn-play img{
    width: 50px;
    height: 60px;
}

.controls i {
    line-height: 50px;
    font-size: 50px;
    text-shadow: none;
    color: rgba(255, 255, 255, 0.565);
}

.controls .liked i {
    color: rgba(255, 0, 0, .6);
}

.briefing {
    z-index: 20;
    position: fixed;
    top: 100px;
    font-size: 20px;
    left: 50px;
    background: rgba(0,0,0,0.3);
    padding: 5px;
}

.briefing i {
    font-size: 30px;
}

/* Swiper */
.swiper-slide > img {
    max-height: 100%;
    height: 100%;
    z-index: 1;
    position: fixed;
}

body, html {
    background-color: #000;
    color: #fff;
    height: 100vh;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

.booster-overlay {
    display: none !important;
}

/* Swiper */
.swiper {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /*background: black;*/

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: white;
}

.swiper-slide-active {
    z-index: 3;
}

/*.swiper-slide-active img {*/
    /*display: none;*/
/*}*/


.top-toolbar{
    top: 0;
    right: 10px;
    display: block;
    position: fixed;
    z-index: 2;
    font-size: 23px;
    backdrop-filter: blur(5px);
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    text-align: right;
}
.top-toolbar .fa{
    margin-right: 20px;
}

.right-toolbar{
    top: 50%;
    right: 10px;
    display: block;
    position: fixed;
    z-index: 4;
    backdrop-filter: blur(10px);
    margin-top: -150px;
    height: 300px;
    padding: 15px 0;
}
.right-toolbar > div{
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 15px;
}
.right-toolbar .fa{
    font-size: 25px;
    font-weight: bold;
    color: white !important;
    line-height: 25px;
}
@media (orientation: landscape) {
    .right-toolbar{
        zoom: 0.7;
    }
}




.android-dialog-close{
    font-size: 24px;
    border: none;
    background: transparent;
    display: inline-block;
    height: 30px;
    width: 30px;
    margin-left: calc(100% - 39px);
}


.booster-dialog-hard .android-dialog-close{
    display: none;
}

/* btn-download */
.btn-download{
    display: inline-block;
    position: fixed;
    width: 150px;
    height: 40px;
    bottom: 30px;
    left: 50%;
    margin-left: -75px;
    z-index: 4;
    background-color: #5c7e10;
    color: rgb(255 255 254);
    text-shadow: none;
    font-size: 17px;
    line-height: 40px;
    text-align: center;
    border-radius: 13px;
}
.btn-download .fa{
    font-size: 15px;
    line-height: normal;
}

.btn-subscribe{
    display: inline-block;
    /* position: fixed; */
    width: 120px;
    height: 30px;
    top: 16px;
    left: 50%;
    margin-left: -75px;
    z-index: 4;
    background-color: #d60808;
    color: rgb(255 255 254);
    text-shadow: none;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    border-radius: 13px;
}
.btn-subscribe .fa{
    font-size: 15px;
    line-height: normal;
}

/*btn-download end*/

.views-count{
    bottom: 10px;
    left: 10px;
    font-weight: 500;
    font-size: 20px;
    position: absolute;
    z-index: 9999;
}

.day-ago{
    bottom: 10px;
    right: 10px;
    font-weight: 500;
    font-size: 20px;
    position: absolute;
    z-index: 9999;
}

.girl-name{
    bottom: 80px;
    left: 10px;
    font-weight: 500;
    font-size: 18px;
    position: absolute;
    z-index: 9999;
}

.global-link{
    display: block;
    position: fixed;
    z-index: 3;
    width: 100vw;
    height: 100vh;
}

.appicon{
    top: 0;
    left: 0;
    display: block;
    position: fixed;
    z-index: 3;
    width: 100px;
    height: 100px;
    box-shadow: 3px 3px 3px rgb(0 0 0 / 60%)
}

.gp-appicon{
    top: 75px;
    left: 75px;
    display: block;
    position: fixed;
    z-index: 4;
    width: 20px;
    height: 20px;
}

.appicon .fa{
    z-index: 5;
    display: inline-block;
    position: relative;
}

.appicon .fa-star:first-child{
    margin-left:5px;
}
.appicon .fa-star{
    color: goldenrod;
    top: 76px;
    font-size: 10px;
}

    #push-android-dialog-overlay{
        height: 0 !important;
        width: 0 !important;
        left: 6vw;
    }

.lut-android-dialog-overlay, .push-android-dialog-overlay {
    position: absolute !important;
    z-index: 99992 !important;
    display: block;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    background: rgba(0, 0, 0, 0.8);
}
.lut-android-dialog {
    height: 144px;
    margin-top: -72px;
    width: 70vw;
    left: 15vw;
    top: 50%;
    position: fixed;
    background: white;
    border-radius: 4px;
    box-shadow: rgb(0 0 0 / 20%) 0 11px 15px -7px, rgb(0 0 0 / 14%) 0 24px 38px;
}
.lut-android-dialog-title {
    margin: 20px 0 12px 24px;
    font-family: Roboto, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0.25px;
    text-decoration: inherit;
    text-transform: inherit;
    color: black;
}
.lut-android-dialog-content {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin: 10px 0 20px 24px;
    color: rgba(0, 0, 0, 0.6);
}
.lut-android-dialog-actions {
    text-align: right;
    padding-right: 8px;
}
.lut-android-dialog-actions button {
    font-family: Roboto, sans-serif;
    appearance: none;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    color: #4184f2;
    /* color: rgb(98, 0, 238); */
    font-size: 14px;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 600;
    font-weight: 600;
    height: 36px;
    justify-content: center;
    letter-spacing: 1.25px;
    padding: 0 8px;
    margin-left: 8px;
    outline: none !important;
}

    .push-android-dialog-overlay .lut-android-dialog {
        height: 120px;
        width: 88vw;
        left: 6vw;
    }

.lut-android-dialog {
    height: 144px;
    margin-top: -72px;
    width: 70vw;
    left: 15vw;
    top: 50%;
    position: fixed;
    background: white;
    border-radius: 4px;
    box-shadow: rgb(0 0 0 / 20%) 0 11px 15px -7px, rgb(0 0 0 / 14%) 0 24px 38px;
}
.push-android-dialog-overlay img {
    width: 21px;
    vertical-align: middle;
    padding-right: 5px;
}
.push-android-dialog-overlay .lut-android-dialog-content {
    margin: 15px 24px 20px 24px;
}
.lut-android-dialog-content {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin: 10px 0 20px 24px;
    color: rgba(0, 0, 0, 0.6);
}

.android-dialog {
    margin-top: -72px;

    height: auto;
    width: 88vw;
    left: 6vw;

    top: 50%;
    position: fixed;
    background: white;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 11px 15px -7px,
    rgba(0, 0, 0, 0.14) 0 24px 38px;

    z-index: 2;
}

.android-dialog-icon{
    vertical-align: middle;
    padding-right: 5px;
}

.android-dialog-title {
    margin: 20px 0 12px 24px;
    font-family: Roboto, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0.25px;
    text-decoration: inherit;
    text-transform: inherit;
    color: black;
}

.android-dialog-content {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin: 10px 0 10px 24px;
    color: rgba(0, 0, 0, 0.6);
}

.android-dialog-actions {
    text-align: right;
    padding-right: 8px;
}

.android-dialog-actions button, .android-dialog-actions a {
    text-decoration: none;
    display: inline-block;
    font-family: Roboto, sans-serif;
    appearance: none;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    color: #4184f2;
    font-size: 14px;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 500;
    height: 36px;
    justify-content: center;
    letter-spacing: 1.25px;
    padding: 0 8px;
    margin-left: 8px;
    outline: none !important;
}

.overlay100{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5 !important;
    display: block;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.column1, .column2 {
    float: left;
}

.column2{
    width: 70%;
    display: flex;
    justify-content: center;
    padding: 20px 0;
}
