:root{
    --transition-time: 0.01s;
}

 html, body {
            overflow: hidden;
            height: 100%;
            margin: 0;
        }

.short_video {
    /*width: 100%;
    height: 100%;
    object-fit: unset;*/
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;    
    background-color: #000;
}

.card{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    box-shadow: 0px 14px 34px 0px rgba(0, 0, 0, 0.08);
    font-size: 67px;
    color: white; 
    height: 100vh;
    background-color: #000;
    overflow: hidden;

}

.modal{
    z-index: 99999;
}

#{
    z-index: 99999;
}

.full-screen{
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}

.carrusel-screen{
    overflow-y: clip;
    height: 103%;
    position: relative;
    width: auto;
    aspect-ratio: 9 / 16;
}

.carrusel{
    width: 100%;
    height: 300%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    position: absolute;
}

.carrusel .card{
    width: 100%;
    height: calc(100% / 3);
    box-shadow: 0px 14px 34px 0px rgba(0, 0, 0, 0.08);
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform;
    z-index: 1;
}

.carrusel .active{
    transform: none !important;
    z-index: 2 !important;
}

.transition{
    transition: transform var(--transition-time) ease;
}

.opacity-0{
    opacity: 0;
}

.bg-wrapper{
    background: #000000;
}

.play_button{
    position: absolute;
    width: 43px;
    z-index: 3;
    top: 44%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.toolbar{
    position: absolute;
    z-index: 3;
    width: 5rem;
    right: 0;
    bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 15px;

}

.toolbar_item{
    font-size: 25px;
    margin-bottom: 1.6rem;
    cursor: pointer;
}

#Adshorts{
    position: relative;
    width: auto;
    /*margin: auto;*/
    }

#Adshorts3{
    position: relative;
    width: auto;
        
    }

#closeAdshorts, #closeAdshorts3 {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 20px;
    height: 20px;
    background: #f00;
    border: none;
    color: #fff;
    font-size: 13px;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    }

.stickerbarShorts{
    height: auto;
    font-size: 13px;
    line-height: 1.7rem;
    margin-bottom: 4px;
    padding: 10px;
    padding-right: 30px;
}

.barShortssticker{
    display: flex;
    background-color: #1f1f1f99;
    color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.barShortssticker p{
    -webkit-box-orient: vertical;
    font-size: 13px;
    line-height: 1.7rem;
    margin-bottom: 4px;
}

.barShortssticker img{
    max-width: 100px;
    height: auto;
    border-radius: 5px 0 0 5px;
}

.short_footer {
position: absolute;
    width: 100%;
    height: auto;
    bottom: 10px;
    background: linear-gradient(180deg, rgba(28, 28, 28, 0) 0, #101010 120%);
    left: 0;
    padding-left: 15px;
    padding-right: 60px;
    display: flex;
    flex-direction: column;    
}


.short_{
    display: flex;
    width: fit-content;
}

.short_avatar{
    width: 45px;
    height: 45px;
    border-radius: 50%;    
    display: flex;
    cursor: pointer;
    margin-bottom: 1.6rem;
}


.short_avatar img{
    z-index: 9;
    width: 40px;
    -moz-box-sizing: border-box;
    height: 40px;
    border-radius: 100%;
}

.short_name{
    font-size: 1.6rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    cursor: pointer;
    text-transform: capitalize;
}

.short_name {
font-size: 1.6rem;
    text-transform: capitalize;
    overflow: hidden;
    margin-bottom: 1.6rem;
}

.short_favorite{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.num_favorites{
    font-size: 14px;
    font-weight: bold;
}

.short_favorite .fas.fa-heart {
    display: block;
    cursor: pointer;
    animation: heartbeat 0.5s 2 alternate;
    transition: color 0.3s, transform 0.3s;
    color: red;
}

@keyframes heartbeat {
    0%, 100% {
        transform: scale(1);
        color: red;
    }
    50% {
        transform: scale(1.3);
        color: red;
    }
}



.link__short{
    color: white !important;
}

.progress-container {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 30px;
    overflow: hidden;
    cursor: pointer;;
}

.progress-bar {
    width: 0%;
    height: 5px;
    background-color: #e4006a;
    transition: width 0.1s;
    position: absolute;
    bottom: 0;
    transition: width 0.3s linear; 
}

.content_share{
    position: absolute;
    color: white;
    background-color: #181818;
    padding: 20px;
    z-index: 6;
    bottom: 0;
    width: 100%;
    height: 240px;
    transform: translateY(259px);
    transition: transform .5s ease;
    border-radius: 10px 10px 0 0;
}

.share_link{
    margin-top: 25px;
    width: 100%;
    border: 1px solid #8c8c8c;
    background: #202020;
    height: 43px;
    border-radius: 5px;
    padding-left: 15px;
    color: #a0a0a0;
}

.content_share.show{
    transform: translateY(0px) !important;
}

.title_share{
    font-size: 1.9rem;
    text-align: center;
}

.close_share{
    position: absolute;
    right: 20px;
    font-size: 2.3rem;
    color: white;
    cursor: pointer;
}


.content_share .list-group-item{
    border: none;
    border-bottom: 1px solid #ddd;
    margin-bottom: 1px;
}

.shareButton{
    margin-top: 2.5rem;
    text-align: center;
}

.shareButton button {
    color: #ffffff;
    padding: 8px 12px;
    border-radius: 50%;
    margin-right: 5px;
    width: 50px;
    height: 50px;
}

.whatsappButton {
    background: #77b300;
}

.telegramButton {
    background: #0084c6;
}

.copyUrlButton {
    background: white;
    color: black !important;
}

.redditButton {
    background: #f74300;
}

.twitterButton {
    background: #1c9cea;
}

/* Phone S 320px*/
@media (min-width: 320px) and (max-width: 374px) {
    .carrusel-screen{
        width: 100%
    }

    .carrusel .card{
        width: 100%;
    }

    .carrusel{
        width: 100%;
    }
  
}

/* Phone M 375px*/
@media (min-width: 375px) and (max-width: 425px) {
    .carrusel-screen{
        width: 100%;
    }

    .carrusel .card{
        width: 100%;
    }

    .carrusel {
        width: 100%;
    }

   
}

@media (min-width: 426px) {    

    .carrusel-buttons{
        display: flex !important;
    }       

    .carrusel-close-button{
        top: 2% !important;
        left: 2% !important;
    } 

    .content_resolucion{
        top: 2.4rem !important;
    }

    .short_header{
        top: 2.4rem !important;
    }

}


.short-player{
    /*width: 100%;
    height: 100%;
    position: relative;*/
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.carrusel-buttons{
    position: absolute;
    top: 45%;
    z-index: 9;
    right: -40px;
    height: 80px;
    display: none;
    flex-direction: column;
    justify-content: space-between;
}

.carrusel-button{
    width: 32px;
    height: 32px;
    border-radius: 4px;
    text-align: center;
    color: white;
    font-size: 1.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carrusel-button.active{
    background: #303030;
}

.carrusel-button:hover{
    cursor: pointer;
    background: #303030;
}

.carrusel-close-button{
    width: 32px;
    height: 32px;
    border-radius: 4px;
    text-align: center;
    color: white;
    font-size: 14px;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    cursor: pointer;
    top: 1.3rem;
    left: 3%;
    z-index: 10;
}

.carrusel-close-button img{
    width: 75px;
    padding-left: 7px;
}

.short_header{
    position: absolute;
    z-index: 9;
    display: flex;
    justify-content: space-between; /* Para distribuir los elementos a los lados */
    align-items: center; /* Para alinear verticalmente los elementos */
    width: 100%;
    height: 35px;
    top: 1.6rem;
    padding-right: 15px;
    padding-left: 15px;
}

.shadow_header{
    display: none;
    position: absolute;
    z-index: 8;
    width: 100%;
    height: 35px;
    top: 0px;
    background: linear-gradient(360deg, rgba(28, 28, 28, 0) 0, #101010 120%);
    border-radius: 12px 12px 0px 0;
}

.content_resolucion{
    z-index: 9;
    color: white;
    text-align: right;    
    right: 0;
    top: 1.6rem;
}

.content_filters{
    z-index: 9;
    color: white;
    position: relative;

}

.content_popover{
    position: absolute;
    z-index: 9;
    top: 30px;
    display: none;
    border-radius: 5px;
    flex-direction: column;
    transition: display 0.5s ease;
    color: white;
    box-shadow: 0px 14px 34px 0px rgba(0, 0, 0, 0.08);
    background-color: #181818;
}

.content_popover .item{    
    cursor: pointer;
    display: flex;
    padding: 10px 15px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #ffffff;
    white-space: nowrap;
    border-bottom: 1px solid #313131;
}

.content_popover .item:hover{
    text-decoration: none;
    color: #ffffff;
    background-color: #313131;
}

#filters{
    width: 150px;
    left: 0;
}

#resolutions{
    right: 15;
    margin-top: 10px;
}

.current_filter{
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
}

.hd_{
    margin-top: 0;
    font-weight: 700;
    color: #c00;
    font-style: normal;
    padding-left: 0 !important;
    font-size: 10px;
    margin-left: 2px;
}

.content_popover.show{
    display: flex !important;
}

.current_resolution{
    padding-right: 10px;
    cursor: pointer;
}


.loader-content{
    width: 100%;
    height: 100%;
    position: absolute;
    background: #303030;
    z-index: 10;
    justify-content: center;
    align-items: center;
    display: none;
}

.loader-content.show{
    display: flex !important;
}

.loader {
    border: 4px solid transparent; 
    border-top: 4px solid #ccc; 
    border-bottom: 4px solid #ccc; 
    border-radius: 50%;
    width: 70px;
    height: 70px;
    animation: spin 1.5s linear infinite;
    margin: 100px auto; 
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.disabled__link{
    pointer-events: none!important;
    cursor: default !important;
}