/* body {
    height    : 100%;
    width     : 100%;
    font-size : 12px;
    background: rgb(97, 1, 175);
    background: linear-gradient(90deg, rgba(97, 1, 175, 1) 0%, rgba(9, 9, 121, 1) 45%, rgba(0, 155, 255, 1) 100%);
    color: white;
} */

body,
html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    color: white;
    /* background-color: antiquewhite; */
    background: radial-gradient(circle, rgba(11, 16, 126, 1) 25%, rgba(12, 0, 49, 1) 100%);

    display: flex;
    flex-direction: column;
    /* Ensure column flow */
    justify-content: flex-start;
    /* Align content to the top vertically */
    align-items: center;
    /* Center content horizontally */
    font-size: 12px;
}



#videoYo {
    border: 1px solid rgb(79, 79, 79);
    width: 300px;
    height: 170px;

    box-shadow: 0px 1px 12px 3px rgb(255 255 255 / 50%);
    background-color: rgb(17, 17, 17);
}

#esperando {
    font-size: 19px;
    margin-bottom: 0px !important;
}

.userConectado {
    background-color: #f84e02;
    color: white;
    padding: 4px;
    font-size: 17px;
    border-radius: 6px;
    height: 32px;
    width: 173px;
    /*  width: 200px;
    margin-bottom   : 30px; */
}


.form-select-sm {
    font-size: 11px !important;
    width: 200px !important;
}

#rowVolumes {
    width: 444px;
    border: 1px solid #b0b1b7;
    border-radius: 14px;
    margin-top: 25px;
    padding: 13px 0px;
    box-shadow: 5px 4px 7px 0px rgba(0, 0, 0, 0.5);
}


#videoEl {
    width: 444px;
    height: 251px;
    border: 1px solid #b0b1b7;
    border-radius: 14px;
    box-shadow: 5px 4px 7px 0px rgba(0, 0, 0, 0.5);
    background-color: rgb(84, 84, 84);
    margin-top: 14px;
}

.tableth {
    color: #cfcfcf;
}

.table-primary1 {
    background-color: rgba(190, 195, 240, 1);
}

.table-info1 {
    background-color: rgba(129, 142, 220, 1);
}

.selbox {
    border: 1px solid #cfcfcf;
    /* box-shadow   : 5px 4px 7px 0px rgb(188 181 252 / 81%); */
    box-shadow: 1px 1px 20px 1px rgb(129 140 242 / 83%);
    padding: 11px;
    margin-bottom: 32px;
    border-radius: 31px;
}

.pantallaConectado {
    box-shadow: 1px 1px 20px 1px rgb(129 140 242 / 83%);
    padding: 23px;
    margin-bottom: 55px;
    border-radius: 31px;
    width: 572px !important;
}

select {
    border: 1px solid black !important;
    border-radius: 13px !important;
}

.pantLogosBig {
    width: 790px;
    padding: 0px 26px;
    /* margin-top: 100px; */
}

.pantLogos {
    width: 450px;
    padding: 0px 26px;
}

.escudo {
    height: 70px;
    width: 70px;
    background-color: #28217a;
    border-radius: 82px;
    padding: 2px;
    box-shadow: 1px 1px 20px 1px rgb(129 140 242 / 83%);
}

.escudoBig {
    height: 150px;
    width: 150px;
}

.escudoConexis {
    width: 243px;
}

.escudoConexisBig {
    width: 375px;
}

.logos {
    font-size: 21px;
    /* border          : 1px solid #cfcfcf;
    box-shadow         : 5px 4px 7px 0px rgb(188 181 252 / 81%); */
    /* box-shadow      : 1px 1px 20px 1px rgb(129 140 242 / 83%); */
    /* padding         : 11px; */
    /* margin-bottom   : 32px; */
    /* border-radius   : 31px;*/
}


#imgFull {
    background-color: rgba(230, 230, 230, 0.55);
    width: 24px;
    margin-top: 1px;
}






.ptop1 {
    padding-top: 23px !important;
    padding-bottom: 2px !important;
}


/* Para ProgressBar Vumetro  */
.pbborder {
    width: 203px;
    height: 12px;
    border: 0.1px solid rgb(101, 101, 101);
    border-radius: 10px;

}

.progressFer {
    /* background-color: #020202; */
    position: relative;
    width: 200px;
    height: 5px;
    margin: 0px 0px;
    transition: width 0.025s ease-in-out;
}

.progress-bar {
    animation-duration: 1s;
    animation-name: width;
    background-image: linear-gradient(to right, #22a138, #2aa834, #24da4b, #8adb28, #dac933, #ec0e37);
    background-size: 200px 5px;
    border-radius: 10px;
    height: 100%;
    position: relative;
}

@keyframes width {

    0%,
    100% {
        /* transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85); */
        transition-timing-function: linear;
    }

    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.rangeVol {
    width: 200px;
}

.audioOutSelected {
    margin: 5px 0px;
    /* width    : 91px; */
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
}

.audioOutSelectedBig {
    margin: 5px 0px;
    width: 201px !important;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
}

#vumetrosConectado {
    border-radius: 13px;
    border: 1px solid #5e5e5e;
    /* width: 407px; */
    padding: 6px 19px;
    margin-bottom: 16px;
}

.audioInsSelected {
    width: 91px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
}

.tituloAudios {
    background-color: #6a69be;
    margin-bottom: 6px;
    border-radius: 18px;
    font-size: 10px;
    padding-top: 1px;
}

.icoAlt {
    background-color: #7dbcef;
    color: white;
    border-radius: 7px;
    border: 0px;
}

.icoAlt:hover {
    background-color: rgb(0, 255, 251);
}

#estado {
    font-size: 10px;
    background-color: #1b4292;
    width: 91px;
    border-radius: 4px;
    margin-top: 8px;
}

.pad2 {
    margin-left: 13px;
}

.ocultarVideoEl {
    /* border          : 1px solid black;
    border-radius   : 5px; */
    background-color: #101010 !important;
}

.blackText {
    color: black !important;
}






.parpadea {
    animation-name: parpadeo;
    animation-duration: 0.8s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.7;
    }

    100% {
        opacity: 1.0;
    }
}

/* Estilos para el footer */
footer {
    width: 100%;
    position: relative;
    bottom: 0;
    margin-top: 30px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    background-color: #111 !important;
}

footer .btn-outline-light {
    font-size: 12px;
    border-width: 1px;
    text-transform: uppercase;
}

footer .copyright {
    font-size: 14px;
    letter-spacing: 0.5px;
}

footer .version-label {
    font-size: 12px;
    opacity: 0.8;
}

@media (max-width: 767px) {
    footer .row>div {
        margin-bottom: 10px;
    }

    footer .version-label {
        display: block;
        margin-top: 5px;
    }
}

.borderAudios {
    border-radius: 13px;
    border: 1px solid #5e5e5e;
    /* width: 427px; */
    padding: 6px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-bottom: 11px; */
    /* margin-left: 8px; */
}

.titulin {
    background-color: white;
    color: blue;
    font-size: 11px;
    margin-top: 1px;
    margin-bottom: 0px;
    border-radius: 8px;
    width: 97%;
    height: 14px;

}

#accordionOptions {
    width: 84%;
    margin-top: 20px;
    margin-bottom: 10px;
}

#labelVideo {
    border: 0px !important;
    background-color: rgba(255, 0, 0, 0) !important;
}


.flashing-red-bg {
    background-color: #ff0000;
    animation: flashing-bg 0.5s infinite;
}

@keyframes flashing-bg {

    0%,
    100% {
        background-color: #ff0000;
    }

    50% {
        background-color: #bec3f0;
    }
}


#videoLabelRelative {
    position: relative;
}

#videoLabel {
    border: 0px !important;
    padding: 5px 15px;
    position: absolute;
    top: 1px;
    left: 0px;
    background-color: #6b77c1;

}

.videoLabelGreen {
    border: 0px !important;
    padding: 4px 12px !important;
    position: absolute;
    top: 2px !important;
    left: 10px !important;
    background-color: #11e964 !important;
    border: 5px !important;
    border-radius: 47px !important;
    color: #11e964 !important;
}

.stun{
    background-color: #0ca633 !important;
    color: #ffffff !important;

}

.turn{
    background-color: #eb7e10!important;
    color: #ffffff !important;

}

.infoToShow{
    border: 1px solid rgb(204, 198, 198);
    border-radius: 5px;
}


/* .videoLabelRed {
    border: 0px !important;
    padding: 4px 12px !important;
    position: absolute;
    top: 2px !important;
    left: 10px !important;
    background-color: #ff0000 !important;
    border: 5px !important;
    border-radius: 47px !important;
    color: #ff0000 !important;
} */