/* 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%);

    align-items    : center;
    display        : flex;
    justify-content: center;
    font-size      : 12px;
}

.contenedor {}

#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              : 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: 11px;
}

.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;
    }
}