﻿
:root {
    --bblue: #388bcb;
    --byellow: #e88301;
}

html,
body {
    position: relative;
    height: 100%;
    overflow: hidden;
}

body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
    /*    max-width: 500px;*/
    margin: auto;
    background: #1f1f1f;
}
#btolatshorts .reels-player-links {
    max-width: 500px;
    margin: auto;
}


h2 {
    margin: 0;
}

bto-app.sticky-player {
    display: block;
    padding-top: 15px;
    padding-left: 5px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999999;
}
    bto-app.sticky-player a {
        text-decoration: none;
    }



.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

  /*  .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }*/

.autoplay-progress {
    position: absolute;
    right: 5px;
    top: 50px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
    margin-right: 10px;
    display:none;
}

    .autoplay-progress svg {
        --progress: 0;
        position: absolute;
        left: 0;
        top: 0px;
        z-index: 10;
        width: 100%;
        height: 100%;
        stroke-width: 4px;
        stroke: #fff;
        fill: none;
        stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
        stroke-dasharray: 125.6;
        transform: rotate(-90deg);
    }




#loader-container {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    z-index:999999999;
}

.loader {
    border: 5px solid #f3f3f3; /* Light gray border */
    border-top: 5px solid #3498db; /* Blue border on top */
    border-radius: 50%;
    width: 35px;
    height: 35px;
    animation: spin 2s linear infinite; /* Animation name, duration, and timing */
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px; /* Center vertically */
    margin-left: -25px; /* Center horizontally */
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}






shorts-video {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    color: #fff;
    
}

    shorts-video .video-wrapper {
        position: relative;
        height: 100%;
        width: 100%;
        z-index:3;
    }

    shorts-video .layer.touch-feedback {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    shorts-video .layer {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        position: absolute;
        height: 100%;
        width: 100%;
        max-width:600px;
    }

        shorts-video .layer.touch-feedback .playIcon {
            width: 80px;
            height: 80px;
        }

c3-icon svg {
    width: 100%;
    height: 100%;
}

player-component, player-component > div {
    display: block;
    width: 100%;
    height: 100%;
}

    player-component .background-style-black {
        background-color: black;
    }


.bto-close-button-shape {

    position: absolute;
    top: 20px;
    left: 15px;
    padding: 13px 15px;
    background: rgb(92 89 86 / 65%);
    color: #fff;
    border-radius: 35px;
    border: 0;
    cursor: pointer;
}
.bto-close-button-shape i {
    font-size: 18px;
}


.reel-player-overlay-main-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    justify-content: end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-start;
    padding: 0 0 10px 16px;
    /*margin-top: 105px;*/
}


.reel-player-overlay-metadata {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 40px);
    padding: 20px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 25%, transparent);
    z-index: 1;
}
    .reel-player-overlay-metadata bto-reel-player-header-renderer {
        width: 100%;
        text-align: right;
        direction: rtl;
    }

bto-reel-player-overlay-renderer {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    width: 100%;
}

.reel-player-overlay-actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 10px;
    margin: 0 15px;
}


.swiper-pagination-bullet {
    background: #f00;
    opacity: 10;
}

.swiper-pagination-bullet-active {
    background: #03A9F4;
    opacity: 10;
}




.cbox, .vbox, .center {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap:5px;
}

.reel-player-header-thumbnail {
    width: 24px;
    height: 24px;
}
.reel-player-header-thumbnail img {
    border-radius: 24px;
    height: 100%;
}



.yt-spec-button-shape-with-label {
}




.bto-spec-button-shape-next--size-l .bto-spec-button-shape-next__icon {
    width: 24px;
    height: 24px;
}
.bto-spec-button-shape-next__icon {
    line-height: 0;
    fill: currentColor;
}
.bto-spec-button-shape-next--size-l.bto-spec-button-shape-next--icon-button {
    width: 48px;
    padding: 0;
}

.bto-spec-button-shape-next--overlay.bto-spec-button-shape-next--tonal {
    color: #fff;
    position: relative;
}

.bto-spec-button-shape-next--size-l {
    padding: 0 24px;
    height: 48px;
    font-size: 18px;
    line-height: 48px;
    border-radius: 24px;
}

.bto-spec-button-shape-next {
    position: relative;
    margin: 0;
    white-space: nowrap;
    min-width: 0;
    text-transform: none;
    font-family: "Roboto","Arial",sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    border: none;
    cursor: pointer;
    outline-width: 0;
    box-sizing: border-box;
    background: none;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    -webkit-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    -webkit-flex-basis: 1e-9px;
    flex-basis: 1e-9px;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
}


.icon-shorts_like.active .bto-spec-button-shape-next--overlay.bto-spec-button-shape-next--tonal {
    /*color: #000;
    background-color: rgb(255 255 255);*/
}
.icon-shorts_like.active svg {
    fill: red !important;
    stroke:rgb(0, 0, 0, 0.00)
}




.nativeVideo {
    width: 100%;
    height: 100%;
    object-fit: revert;
}

.vposter {
    z-index: -1;
    position: absolute;
}


/*progress Bar*/
shorts-video .reels-player-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

/*    shorts-video .reels-player-controls.active {
        padding: 10px 0px 10px 0;
        width: 95%;
        margin: auto;
    }
        shorts-video .reels-player-controls.active progress.prog {
            height: 7px
        }
*/

    shorts-video .reels-player-controls progress.prog {
        width: 100%;
        margin: auto;
        height: 6px;
        border-radius: 0;
        /* box-shadow: 1px 1px 5px 3px #03A9F4;*/
    }



shorts-video progress::-webkit-progress-value {
    background-color: var(--byellow);
    border-radius: 7px;
    /*    box-shadow: 1px 1px 5px 3px #03A9F4;*/
}

shorts-video progress::-moz-progress-bar {
    background-color: var(--byellow);
}


/* reels player links */
#btolatshorts .reels-player-links {
    background: #000;
    width: 100%;
    position:fixed;
    bottom:0;
    z-index:3;
}
#btolatshorts shorts-video .reels-player-links-inline {
    display:block;
    height:50px;
    display:none;
}

#btolatshorts .reels-player-links ul {
    list-style: none;
    margin: 0;
    display: flex;
    width: 80%;
    justify-content: space-between;
    padding-top: 5px;
    padding-bottom: 5px;
}
        #btolatshorts .reels-player-links ul li {
        }
            #btolatshorts .reels-player-links ul li a {
                display: block;
                color: #fff;
                padding: 10px;
            }

                #btolatshorts .reels-player-links ul li a svg {
                    width: 25px;
                    height: 25px;
                }

                #btolatshorts .reels-player-links ul li a i {
                    font-size: 20px;
                }






@media screen and (min-width: 500px) {
    shorts-video {
       /* max-width: 720px;*/
    }
    .nativeVideo {
        object-fit: revert;
    }
    .iframe_comments iframe {
        width: 100% !important;
    }
}



















.x_fullScreenAd_x {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: rgba(0,0,0,0.5);
    opacity:0;
    pointer-events:none;
}
    .x_fullScreenAd_x.do {
        opacity: 1;
        pointer-events: all;
    }

    .x_closeScreen_x {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
    }

.x_adEl_x {
    width: 300px;
    height: 250px;
    background: #eee;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 15;
}

.x_adEl_x:after {
    content: "AD";
    font-size: 18px;
    color: #aaa;
    font-family: tahoma;
}


.x_fullScreenAd_x,
.x_fullScreenAd_x * {
    transition: all .2s;
}


    .x_fullScreenAd_x .x_closeBtn_x {
        position: absolute;
        background: #555555;
        top: -26px;
        right: 0px;
        display: flex;
        justify-content: right;
        align-items: center;
        width: 100%;
        height: 26px;
        cursor: pointer;
        z-index: 6;
    }

        .x_fullScreenAd_x .x_closeBtn_x i {
            font-size: 18px;
            color: #E91E63;
            margin-right: 5px;
        }


.x_fullScreenAd_x .gbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}


.icon-shorts_share .shape_label {
    display: none;
}



.swiper-button-next, .swiper-button-prev {
    display: none;
}








.reel-player-overlay-actions c3-icon,
.reel-player-overlay-actions .shape_label {
    position: relative;
}
    .reel-player-overlay-actions c3-icon:after,
    .reel-player-overlay-actions .shape_label:after {
        content: "";
        background: radial-gradient(#000, transparent);
        min-width: 24px;
        min-height: 24px;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 1;
        filter: blur(13px);
    }

    .reel-player-overlay-actions c3-icon > *,
    .reel-player-overlay-actions .shape_label span {
        position: relative;
        z-index: 2;
        text-shadow: 1px 2px 3px #000;
    }























@media screen and (min-width: 500px) {
    * {
        transition: all .5s;
    }
    .swiper {
        width: 600px;
    }
    .swiper-button-next, .swiper-button-prev {
        display: flex;
        position: absolute;
        transform: rotate(90deg);
        right: 20px;
        border-radius: 38px;
        border: 1px solid #fff;
        justify-content: center;
        align-items: center;
        height: 50px;
        width: 50px;
    }

        .swiper-button-next:after, .swiper-button-prev:after {
            color: #fff;
            font-size: 22px;
        }

        .swiper-button-next:hover, .swiper-button-prev:hover {
            background: #4c9ce1;
            border: 1px solid #4c9ce1;
        }

    .swiper-prev-next {
        position: fixed;
        left: calc(((100vw - 600px) / 2) - 10px);
        top: 50%;
        transform: translate(-50%,-50%);
    }

    .swiper-button-next {
        margin: 0;
    }

    .swiper-button-prev {
        left: unset;
        margin-top: -75px;
    }


    .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
        content: 'next';
    }

    }