body, form, html {
    height: 100% !important;
    width: 100% !important;
    margin: 0;
}

body {
    font-family: 'Poppins', sans-serif !important;
    background-color: black !important;
    background-size: cover;
    position: relative;
    background-position: center;
}

#video_container {
    display: none;
}

#video_info {
    color: white !important;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    font-size: 27px;
    font-family: inherit !important;
    line-height: 1.4 !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgb(0 0 0 / 52%);
    padding: 5px 15px;
    border-radius: 15px;
    text-shadow: 1px 2px 5px rgba(0,0,0,0.37);
}

#video-player {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100% !important;
    height: 100% !important;
    text-align: center;
}

#remoteVideo {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 100% !important;
    width: 100% !important;
    display: none;
}

#networkWarning {
    color: #856404;
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    padding: 1em;
    margin: 1em;
    background-color: #fff3cd;
    border-color: #ffeeba;
    border-radius: .25em;
    display: none;
}

#unmuteButton {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

    #unmuteButton:hover {
        background-color: #555;
    }

#video-overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /*
    bottom: 50%;
    right: 50%;

    */
    display: none;
    z-index: 9999999;
    text-align: center;
}

    #video-overlay img {
        width: 25%;
    }

.video-js .vjs-picture-in-picture-control img {
    position: fixed !important;
    transform: translateX(-50%);
    left: 50%;
    max-width: 35%;
    top: 10px;
}



.alerta {
    position: fixed;
    width: 90%;
    margin: 0 5%;
    bottom: 30px;
    left: 0;
    font-size: 3vw;
    height: 30%;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: rgba(0, 150, 196, 0.84);
    color: #fff;
    border: solid 3px #039BE5;
    font-family: Tahoma, sans-serif;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

    .alerta div {
        margin: 10px;
    }





@media (max-width: 767.98px) {
    #video_info {
        font-size: 17px !important;
    }
}
