@import url('https://fonts.googleapis.com/css2?family=Righteous&family=Roboto+Condensed:wght@300&display=swap');

body {
    margin: 0px 0px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    background: #16222A;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #3A6073, #16222A);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #3A6073, #16222A);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

footer {
    z-index: 10000;
}

h2 {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.brand {
    display: inline-block;
}

#brand {
    color: white;
    font-weight: bolder;
    font-size: 0.2em;
    text-shadow: 0 0 10px #FFFFFF;
    display: inline-flex;
}

#onUserStatusChanged {
    font-size: 15px;
    color: white;
}

.video {
    width: 30%;

}

#hangupButton {
    display: none;
}

button {
    min-width: 240px;
    vertical-align: middle;
    background-color: white;
}

button:hover {
    color: black;
}

.swal2-html-container {
    vertical-align: middle;
}
#BotonMb{
    width: 200px !important;
}
#losvideos {
    display: inline-table;
    text-align: center;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.2);

}

.userVideo {
    display: inline-grid;
    margin: 5px 5px;
}

.userPaymail {
    margin-top: 5px;
    font-size: 15px;
    padding: 21px 21px;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

.swal2-styled.swal2-confirm {
    background: #1c3267;
    background: linear-gradient(107deg, #1c3267 0%, #0f264b 20%);
    background: -webkit-linear-gradient(107deg, #1c3267 0%, #0f264b 20%);
    background: -moz-linear-gradient(107deg, #1c3267 0%, #0f264b 20%);
}

.cantidad {

    font-size: 15px;
    font-family: Serif;
    font-weight: bolder;

    margin: 10px 10px;
    color: black;
    line-height: 80px;
    border: thin solid gray;
    padding: 10px 10px;
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
        radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
    border-radius: 50%;
    text-shadow: #e0e0e0 1px 1px 0;
    box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.75);
    cursor: pointer;
}

.c1 {
    width: 130px;
    height: 130px;
    font-size: 15px;

}

.c2 {
    width: 110px;
    height: 110px;
    font-size: 13px;

}

.c3 {
    width: 90px;
    height: 90px;
    font-size: 12px;

}

.c4 {
    width: 50px;
    height: 50px;
    font-size: 12px;

}

.c5 {
    width: 30px;
    height: 30px;
    font-size: 11px;

}

.c6 {
    width: 15px;
    height: 15px;
    font-size: 10px;

}

.userInfo {

    color: white;
    font-size: 15px;
    font-weight: bolder;
    background-color: rgba(0, 0, 0, 0.6);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 1px 1px 21px 0px rgba(0, 0, 0, 0.72);
    -webkit-box-shadow: 1px 1px 21px 0px rgba(0, 0, 0, 0.72);
    -moz-box-shadow: 1px 1px 21px 0px rgba(0, 0, 0, 0.72)
  /*  border: thin solid gold;*/
    padding: 8px 8px;
}

#fichaUsuario {
    color: white;
    font-family: 'Righteous', cursive;
    left: 8%;
    padding: 20px 20px;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;

    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.7);
  /*    border: thin solid gold;*/
    z-index: 5000;

}

#opciones_sala {

    line-height: 120px;
    vertical-align: middle;
}

input[type="text"] {
    font-family: monospace;
    font-size: 15px;
    box-shadow: 2px 3px 31px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 2px 3px 31px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 3px 31px 0px rgba(0, 0, 0, 0.75);
}

button {
    margin-bottom: 0px;
    box-shadow: 2px 3px 31px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 2px 3px 31px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 3px 31px 0px rgba(0, 0, 0, 0.75);
}

.oculto {
    display: none;
}

.label {
    font-family: 'Righteous', cursive;
    text-shadow: 0 0 10px #FFFFFF;

    color: white;
    font-size: 20px;
}

.avatar,
.videoAvatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
   /* border: thin solid gold;*/
    box-shadow: 1px 1px 21px 0px rgba(0, 0, 0, 0.72);
    -webkit-box-shadow: 1px 1px 21px 0px rgba(0, 0, 0, 0.72);
    -moz-box-shadow: 1px 1px 21px 0px rgba(0, 0, 0, 0.72)
}

.videoAvatar {
    vertical-align: middle;
    margin-right: 10px;
    z-index: 3000;

}

.myAvatar {
    width: 70px;
    height: 70px;
}

#select-codec {}

.abajo_del_to {
    position: fixed;
    bottom: 0px;

}

#video-conferencia {
    display: inline-table;
    -webkit-overflow-scrolling: touch;
    padding: 5px 0px 0px 5px;
    background-color: transparent;
}

a.txidPago {
    font-family: monospace;
    color: darkBlue;
    font-size: 6px;
}

.invertir {
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
    filter: FlipH;

}

.video {
    /*position: relative;*/

    max-height: 260px;
    min-height: 260px;
    min-width: 260px;
    max-width: 260px;
    object-fit: cover;
 /*   border: thin solid gold;*/
    box-shadow: 2px 3px 31px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 2px 3px 31px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 3px 31px 0px rgba(0, 0, 0, 0.75);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;

    z-index: 1000;
}



#cabecera {
    width: 100%;
    line-height: 140px;
    background-color: rgba(25, 25, 25, 0.2);
    line-height: 30px;
    vertical-align: middle;
    box-shadow: -3px 6px 22px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: -3px 6px 22px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -3px 6px 22px 0px rgba(0, 0, 0, 0.75);
}

.seccion {
    vertical-align: top;
    display: inline-block;
    padding: 5px 5px;
}


.share-btn {
    display: none;
}

.linea {
    display: inline-block;
}

#open-room,
#join-room {
    display: none;
}

#share-screen {}


.video-wrapper {

    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(4, 0.5fr);
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.identificador {
    background-color: rgba(0, 0, 20, 0.5);
    color: white;
    font-size: 6px;
    border: thin solid black;
    border-radius: 10px;
    padding: 5px 5px 5px 5px;

}

.casco {
    position: relative;
    top: -264px;
    max-width: 100%;
    left: -20px;
    z-index: 2000;
}

#screen-viewer {
    width: 90vw;
    margin-left: 5vw;
    margin-right: 5vw;
    min-height: 45vh;
    z-index: 1;
    visibility: hidden;
    display: none;
}
    
#screen-viewer:hover {
    z-index: 1000;
}

#open-or-join-room {
    display: inline-block;
}

@media only screen and (max-width: 720px) {
    body{
        padding: 0px 0px 0px 0px;
        margin: 0xp 0px 0px 0px;
    }
    #cabecera {
        padding: 4px 4px;
        line-height: 20px;

    }

    button {}

    #brand {
        color: white;
        font-weight: bolder;
        font-size: 0.2em;
        text-shadow: 0 0 10px #FFFFFF;
        display: inline-flex;
    }

    .video {
        max-height: 160px;
        min-height: 160px;
        min-width: 160px;
        max-width: 160px;
    }

    .casco {
        top: -168%;
        left: -10px;
    }

    #share-screen {
        display: none;
    }

    .userPaymail {
        font-size: 12px;
        text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.6);

    }
    .userInfo{
        max-width: 160px;
    }
    .videoAvatar {
        width: 32px;
        height: 32px;
    }

}