#ModalVideoPlayer .modal-dialog {
    max-width: 8000px;
}

.modal-header{
    background-color: #140a9a;
}

.modal-header svg{
    cursor: pointer;
}

#modalSenhaReuniao .modal-header span{
    font-size: 35px;
    color: #140a9a;
}

#modalSenhaReuniao .modal-body{
    text-align: center;
    overflow-y: hidden;
}

#modalSenhaReuniao .modal-body h2 {
    text-align: center;
    color: #140a9a;
    font-size: 25px;
   /* font-family: "Exo 2"; */
}

#modalSenhaReuniao .modal-body h2 span{
    font-weight: bold;
   /* font-family: "Exo 2"; */
}

#modalSenhaReuniao .modal-body button {    
    width: 200px;
    height: 45px;
    border: none;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    background: #140a9a;
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
   /* font-family: "Exo 2"; */
}

#modalSenhaReuniao .modal-body button:before {    
    background: #140a9a;    
}

#modalSenhaReuniao .modal-body input {
    width: 100%;
    max-width: 300px;
    height: 50px;
    border: 1px solid #333;
    background: #fff;
    color: #1B3754;
    padding-left: 15px;
    border-radius: 4px;   
    margin-top: 10px; 
}


.react-responsive-modal-root{
    z-index: 1600 !important;
}


#ModalVideoPlayer .modal-content{
    border-radius: 15px;
}

#ModalVideoPlayer .modal-dialog{
    max-width: 1050px;
}

#ModalVideoPlayer .modal-header{
    background-color:#140a9a;
    border-radius: 12px 12px 0 0;
}

#ModalVideoPlayer .modal-header svg{
    cursor: pointer;
}

#ModalVideoPlayer .modal-body{
    padding: 0px;
}

.fluid-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

.fluid-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0 0 12px 12px;
}



.btnCadastro{
    background-color: #FFC82F;
    border: 0;
    color: #000;
    padding:10px;
    font-weight: bold;
}

.btnCadastro:hover{    
    background-color: #FFC82F;
    color: #000;
}

.btnCadastro:focus{    
    background-color: #FFC82F;
    color: #000;
}

.btnCadastro:active{    
    background-color: #FFC82F;
    color: #000;
}

.btContainer{
    text-align: center;
}

.form-check{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

* {
    outline: 0 !important;
}

.btSoundOn{
    display: block;
}
.btSoundOff{
    display: none;
}

.carousel-indicators li{
    background-color: #140a9a;
}


.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='140a9a' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e") !important;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='140a9a' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e") !important;
}

.carousel-control-next,
.carousel-control-prev {
    width: 4% !important;
    opacity: 0.8 !important;
}