
*{
    font-family: Arial, Helvetica, sans-serif;
}
#chat-container {
        display: flex;
        height: 50vh;
        border: 1px solid #ccc;
        border-radius: 8px;
        overflow: hidden;
        background-color: #f0f2f5;
}

#user-list {
        width: 250px;
        background-color: #fff;
        border-right: 1px solid #ccc;
        overflow-y: auto;
}

.user-item {
        padding: 15px;
        border-bottom: 1px solid #eee;
        cursor: pointer;
}

.user-item:hover {
        background-color: #f5f5f5;
}

#chat-area {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        padding: 10px;
    }

#messages {
        flex-grow: 1;
        overflow-y: auto;
        padding: 10px;
        display: flex;
        flex-direction: column;
        gap: 10px;
}

#input-area {
        display: flex;
        gap: 10px;
        margin-top: 10px;
}

#messageInput {
        flex-grow: 1;
        padding: 10px;
        border-radius: 20px;
        border: 1px solid #ddd;
}


.ea-dark-scheme #chat-container{
        background-color:#222222;
  
}

 .ea-dark-scheme #user-list {
      
        background-color: #222222;
       
    }
.avali{
   border: 1px solid rgb(211, 211, 211);;
   border-radius: 10px;
   padding:5px ;
}

.h1_av{
    text-align: center;
    border: 1px solid #154889;
    border-radius: 10px;
    font-size: 18px;
    color: #154889;
    
}
.header_av{
    border: #154889 solid 1px;
    border-radius: 10px;
    
}
.div_av{
    display: flex;
    
}
.div_av label{
    width: 100%;
    padding: 5px;
    text-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    color: #154889;
    border-bottom: 1px solid #154889;
}

.av_yx{
    border-right:  #154889 solid 1px;
    background-color:#81cbe441;
 
}
.av_xy{
    border-right:  #154889 solid 1px;
    border-left:  #154889 solid 1px;
    background-color:#81cbe441;
}
.tr_av{
    text-align: center;
    align-items: center;
    color: #154889 !important;
}


.tr_av tr{
    text-align: center;
    align-items: center;
    color: #154889 !important;
}


.ea-dark-scheme .ocultar{
    color:#E3E3E3;
    
}

@media (max-width: 799px) {
    .ocultar{
        display: none;
        padding: 2px;
        
    }
    
    #minor{
        font-size: 8px;
        text-align: center;
    }
   
  }
@media (max-width: 500px) {
    #tabela {
      font-size: 12px;
     
    }
  
    #tabela th, #tabela td {
      padding: 2px;
    }
  }
.relatorio_final {
    position: absolute;
    top: 270px;
    width: 72%;
    left: 22%;
    height: auto;
    padding: 5px;
    font-size:16px;
   
    
}

@media (max-width: 1207px) {
    .relatorio_final {
        left: 24%;
    }
}

@media (max-width: 1031px) {
    .relatorio_final {
        left: 25%;
    }
}

@media (max-width: 991px) {
    .relatorio_final {
        width: 99%;
        left: 0;
    }
}

.details{
    display: flex;
    border-radius: 25px;
    text-align: center;
    
 

}

.details button{

    width: 100%;
    height: auto;
    vertical-align: text-top;

}


#tabela_coment th{
   
    
    text-align: center;
    width: 25%;
    
    
}

.saldo{
   
    margin-left: 35%;
}

#br_{

    width:60%;
    height: 30px;
  
}

#br_status{
    width:20%;
    height: 30px; 
    
}

#br_dia{
    width:20%;
    height: 30px; 
    
}

.edit_br{

    display: flex;
    text-align: center;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
}

.bot_banco{
   
    text-align: right;
    padding-bottom: 10px;
    
}

.h6_{
    
    
    color: #1e4067;
    border: solid 2px #81cbe409 ;
    border-radius: 15px;
    text-align: center;
    background-color:#81cbe441;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
      
}
    
.ea-dark-scheme .h6_{
          
    color: #222222;
    border: solid 2px rgb(170, 170, 170) ;
    border-radius: 15px;
    text-align: center;
    background-color:rgb(170, 170, 170) ;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
      
}
    
.cart{

    display: flex;
    flex-direction: row;
    justify-content: center;    
}
.cart_icon img{

  width: 85%;
  height: auto;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;

    
}

.button_cart{
   
    width: 150px;
    height: 175px; 
    background-color: #154889;
    border-radius: 25px;
    text-align: center;
    box-shadow:0 4px 10px 0 #a1a1a1;
    color: white;
    font-weight: bold;
    font-size: 14px;
    margin: 0px 30px 10px 0px;
    border: solid 2px  #154889;
    
}

.button_cart:hover{
    width: 160px;
    height: 180px;
   ;
    background-color: #52c1ee; 
    border: solid 2px  #52c1ee;

}

.cart_icon img:hover{
    width: 90%;
    height: auto;
}
  

@media (max-width: 1150px) {
    .button_cart{
        width: 120px;
        height: 155px;
        
    }

    .cart_icon img{

        width: 100%;
        height: auto;
        padding: 5px;
        margin-left: auto;
        margin-right: auto;
       
      }
}  
@media (max-width: 800px) {
    .button_cart{
        width: 100px;
        height: 135px;
        
    }

    .cart_icon img{

        width: 100%;
        height: auto;
        padding: 5px;
        margin-left: auto;
        margin-right: auto;
       
      }
} 

@media (max-width: 700px) {
    .button_cart{
        width: 80px;
        height: 115px;
        font-size: 10px;
        
    }

    .cart_icon img{

        width: 100%;
        height: auto;
        padding: 5px;
        margin-left: auto;
        margin-right: auto;
       
      }
} 

@media (max-width: 570px) {
    .button_cart{
        width: 70px;
        height: 100px;
        font-size: 9px;
        
    }

    .cart_icon img{

        width: 100%;
        height: auto;
        padding: 5px;
        margin-left: auto;
        margin-right: auto;
       
      }
      
}  

@media (max-width: 500px) {
    .button_cart{

        width: 50px;
        height: 70px;
        font-size: 6px;
        
    }

    .cart_icon img{

        width: 100%;
        height: auto;
        padding: 5px;
        margin-left: auto;
        margin-right: auto;
       
      }
      
}  

.servicos{

    background-color: #EEEEEE;
    width: 98%;
    height: auto;
    border-radius:25px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    padding-bottom: 1px;
    margin-bottom: 5px;

}

.ea-dark-scheme .servicos{
    background: #404040;
}





.not{
  background-color: #ff0000;
  border-radius: 25px; 
  width: 20%;
  height: auto; 
  border: red solid 1px;
  font-weight: bold;
  
}

.login{
    height: 100vh;
    width: 100vw;
    background-image: url('jovem-.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: auto;
    margin-left: auto;   
}

.div_login{
    margin-right: auto;
    margin-left: auto;
    height: 100vh;
    width:100vw;
    background-color: rgba(255, 255, 255, 0.500);  
}

.form_login{
    width: 50%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border: solid 2px rgb(211, 211, 211);
    border-radius: 20px;
    padding: 20px;
    position: relative;
    top: 50%;
    transform: translateY(-50%); 
    color: #154889;
    font-weight: bold;
    box-shadow:0 2px 14px 0 #154889;
    font-size: 22px;
   
    
}

.form_login input{

    border-radius: 20px;
    background-color: rgba(13, 173, 247, 0.129);  

   
    
}




.form_login button{

    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    

   
    
}
.menu{
   
 width: 100%;
 height: auto;
    
    
}
.ea-dark-scheme #tabela input{
    background-color: #222222;
    color: white;
}

.ea-dark-scheme #tabela select{
    background-color: #222222;
    color: rgb(154, 154, 154);
}


.menu_img img{
    width: 40px;
    height: 40px;
}

.menu_img {
    padding-top: 6px;
    padding-bottom: 2px;
    border-bottom: 1px solid #E2E8F0;
    
}

.ea-dark-scheme .menu_img {
    padding-top: 6px;
    padding-bottom: 2px;
    border-bottom: 1px solid #525252;
    
}

.menu_item{
    padding-top: 10px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    
}

.menu_item p{
   cursor: pointer; 
   font-size: 18px;
   border-bottom: 1px solid #E2E8F0;
   padding-bottom: 10px;
   color: #154889;
    
}

body.ea-sidebar-width-compact .menu_item p:hover{
    padding: 2px; 
}

.menu_item p:hover{
    border-radius: 25px;
    background-color: #ECECEC;
    color: #52C1EE;
    padding: 10px;
 }



.pagina{
    border-radius: 25px;
    background-color: #ECECEC;
    color: #52C1EE;
    padding: 10px; 
}

.pagina label{
   
    color: #52C1EE;
   
}

body.ea-sidebar-width-compact .pagina{
    padding: 2px; 
    color: #52C1EE;
}

 

 .ea-dark-scheme .menu_item p:hover{
    
    border-radius: 25px;
    background-color: #404040;
    color: #52C1EE;
    padding: 10px;
     
 }

 .ea-dark-scheme .pagina{
    
    border-radius: 25px;
    background-color: #404040;
    color: #52C1EE;
    padding: 5px;
     
 }

.menu_img  r{
   
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #154889;
        
 
 }

 .menu_img  o{
   
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #154889;
        
 
 }


.menu_item p label{
    cursor: pointer; 
        
 }

.ea-dark-scheme .menu_item p {
    border-bottom: 1px solid #525252;
    color:#2563EB;
}


body.ea-sidebar-width-compact .menu_item{
    width: 70%;
   
    
}
.menu_item label{
   
    padding-left: 10px;   
}
.menu_item .pagina svg{
   
    color: #52C1EE;   
}

body.ea-sidebar-width-compact .sidebar .menu .menu_item a p label{
   
    display:none;
}

body.ea-sidebar-width-compact .sidebar .menu img{
   
    width: 40px;
    height: 40px;
}
body.ea-sidebar-width-compact .sidebar .menu_img{
   
    text-align:center;
    padding-top: 6px;
    
    
    

}

body.ea-sidebar-width-compact .sidebar .menu_img o{
   
   display: none;
    
    

}

body.ea-sidebar-width-compact .sidebar .menu_img r{
   
    display: none;
     
     
 
 }
.ea-dark-scheme .menu_img  r{
   
    color: #2563EB;
        
 
 }




body.ea-sidebar-width-compact .sidebar {
    overflow: visible;
    padding: 0;
    
}
/*FORMULARIO REGISTER USER  */

.register{
    
    margin: 20px;
    padding: 20px;
    border-radius: 25px;
    border: solid 2px rgb(235, 235, 238) ;
    box-shadow:0 2px 14px 0 #6f6f6f;
    background-image: url('fundos.png');
    
}

.register input{
    border-radius: 25px;
    color: #1e4067;
    background-color:rgba(235, 235, 238, 0.40);
    
  
}

.update input{
    border-radius: 25px;
    color: #1e4067;
    background-color:#81cbe412;
    
  
}

.update select{
    border-radius: 25px;
    color: #1e4067;
    background-color:#81cbe412;
  
}
.update input[type=checkbox]:before {
    content: "";
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    bottom: 0px;
    right: 5px;
    background-color:white;
    border-radius: 25px;
    border: solid 2px rgb(211, 211, 211);
   
}

.update input[type=checkbox]:checked:before {
    content: "";
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    bottom: 0px;
    right: 5px;
    background-color:#1E80EF;
    border: solid 2px #1E80EF;
}

.update select option{
    border-radius: 25px;
    color: #1e4067;
    background-color:#81cbe412;
    
  
}

.ea-dark-scheme .update input{
    border-radius: 25px;
    color: white;
    background-color:rgba(235, 235, 238, 0.038);
    
  
}

.ea-dark-scheme .update select{
    border-radius: 25px;
    color: white;
    background-color:rgba(235, 235, 238, 0.038);
  
}

.ea-dark-scheme .update select option{
    border-radius: 25px;
    color: white;
    background-color:#222222;
  
}

.update h6{
    
    color: #1e4067;
    border: solid 2px #81cbe409 ;
    border-radius: 15px;
    text-align: center;
    background-color:#81cbe441;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
  
}

.ea-dark-scheme .update h6{
      
    color: #222222;
    border: solid 2px rgb(170, 170, 170) ;
    border-radius: 15px;
    text-align: center;
    background-color:rgb(170, 170, 170) ;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
  
}

.ea-dark-scheme .pai{
   
    color:rgb(170, 170, 170);
    border-radius: 25px;
    border: solid 2px rgb(170, 170, 170) ;
    border-top: solid 8px rgb(170, 170, 170);
    margin-bottom: 10px;
   
   
}


.register select{
    border-radius: 25px;
    color: #1e4067;
    background-color:rgba(235, 235, 238, 0.40);
  
}

.register select option{
    border-radius: 25px;
    color: #1e4067;
    background-color:rgba(235, 235, 238, 0.40);
  
}

#h1_p{
    text-align: center;
    color: #1e4067;
    font-family: cursive; 
    
}

.register h6{
    
    color: #1e4067;
    border: solid 2px #81cbe409 ;
    border-radius: 15px;
    text-align: center;
    background-color:#81cbe441;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
  
}


.pai{
   
    color: #1e4067;
    border-radius: 25px;
    border: solid 2px rgb(235, 235, 238) ;
    border-top: solid 8px  rgba(255, 255, 255, 0.079);
    margin-bottom: 10px;
   
   
}

.pessoal{
   
    display: flex;
    padding: 0px 10px 10px 10px;
    
   
}
.pessoal_nome{
    width: 99%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
 }

.filho{
   width: 50%;
   height: auto;
   margin: 5px;
}

.filho p{
   font-size: 12px;
   color: #f32323;
   width: 100%;
 }

.filho_forma{
    display: flex;
    padding: 0px 10px 10px 10px;
 }

 .filho_filho{
   width: 33%;
   height: auto;
   margin: 5px;
 }
.pessoal_end{
    width: 99%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
 }

 .pessoal_enabled{
    display: flex;
    margin-left: 30px;
    margin-bottom: 10px;
 }


/*BANCO DE HORAS */

.ocult{
    display:none;
    width:100%;
    text-align: center;
    border-radius: 25px;
    border: solid 2px rgb(235, 235, 238) ;
    padding: 10px;
   

}


.atraso_tole{
   
    width:50%;
    border: solid 2px rgb(235, 235, 238) ;
    border-radius: 25px;
    padding:20px;
    margin-left:15%;
    top:50px ;
    position: absolute;
    background-color: #F5F5F5;
    box-shadow:0 2px 14px 0   #BDAD00;
    padding:20px;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
}

.atraso{

    
    width:50%;
    border: solid 2px rgb(235, 235, 238) ;
    border-radius: 25px;
    padding:20px;
    margin-left:15%;
    top:50px ;
    position: absolute;
    background-color: #F5F5F5;
    box-shadow:0 2px 14px 0 #77B43F;
    padding:20px;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    
   

}
.erro{
    width:50%;
    border: solid 2px rgb(235, 235, 238) ;
    border-radius: 25px;
    padding:20px;
    margin-left:15%;
    top:50px ;
    position: absolute;
    background-color: #F5F5F5;
    box-shadow:0 2px 14px 0 #f32323;
    padding:20px;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
}

.ea-dark-scheme .erro{

    background-color:#222222;
  
}

.ea-dark-scheme .atraso{

    background-color:#222222;
  
}

.ea-dark-scheme .atraso_tole{

    background-color:#222222;
  
}

.form-popup{
    
    display:none;
    width:50%;
    border: solid 2px rgb(235, 235, 238) ;
    border-radius: 25px;
    box-shadow:0 2px 14px 0 #6f6f6f;
    padding:20px;
    margin-left:15%;
    top:50px ;
    position: absolute;
    background-color: #F5F5F5;
    font-weight: bolder;
    color: #4C5367;
    
}

.form{
    width:100%;
    display:flex;
    padding: 20px;
}

.opcao{
    width: 33%;
    padding: 10px;
    
}


input[type=checkbox] {
    position: relative;
    cursor: pointer;
    right: 10px;
}
input[type=checkbox]:before {
    content: "";
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    bottom: 5px;
    right: 5px;
    background-color:white;
    border-radius: 25px;
    border: solid 2px rgb(211, 211, 211);
   
}
input[type=checkbox]:checked:before {
    content: "";
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    bottom: 5px;
    right: 5px;
    background-color:#1E80EF;
    border: solid 2px #1E80EF;
}
input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    bottom: 4px;
    left: 2px;

}


.closes{
    text-align: right;
    
}

.closes button{
    border: solid 2px rgb(235, 235, 238) ;
    border-radius: 25px;
    width: 30px;
    height: 30px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    color: rgba(0,0,0,0.4);
    font-weight: 500;
    
    
}

.closes button:hover{
   
    border: solid 4px rgb(235, 235, 238) ;
    border-radius: 25px;
    width: 40px;
    height: 40px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.9);
    color: rgba(0,0,0,1);
    
    
}



.falta{
    text-align: justify;
    padding: 10px;
}

.img{
    text-align: center

}

.img img{
    width: 20%;
    height: auto;

}

.img img:hover{
    width: 30%;
    height: auto;
}

.banco-negativo{
    font-weight: 800;
    color: #ff3e3e;
}

.banco-tole{
    font-weight: 800;
    color: yellow;
}

.banco-positivo{
    font-weight: 800;
    color: #12c943;
}

.atraso img{
    width: 25%;
    height: auto;
}

.atraso img:hover{
    cursor: pointer;
    width: 35%;
    height: auto;
}

.atraso p{
    width: 80%;
    text-align: justify;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
}

.atraso  p:hover{
    cursor: pointer;
    width: 100%;
    text-align: justify;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
}

.erro img{
    width: 35%;
    height: auto;
}

.erro img:hover{
    cursor: pointer;
    width: 45%;
    height: auto;
}

.erro p{
    width: 80%;
    text-align: justify;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
    text-align: center;
}

.erro  p:hover{
    cursor: pointer;
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
}

.atraso_tole img{
    width: 25%;
    height: auto;
}

.atraso_tole img:hover{
    cursor: pointer;
    width: 35%;
    height: auto;
}

.atraso_tole p{
    width: 80%;
    text-align: justify;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
    text-align: center;
}

.atraso_tole  p:hover{
    cursor: pointer;
    width: 100%;
    text-align: justify;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
}


thead{
   background-color: #e3e3e365 ;
}


.tables{
   
   
    border: solid  #e3e3e365 8px;
    border-radius: 25px;
 
    
   
  
  

}

.ea-dark-scheme .tables{
   
    border: solid  #404040 8px;
    border-radius: 25px;

}

.ea-dark-scheme thead{
   background-color:#404040 ;
   color:#E3E3E3;
}

.ea-dark-scheme .td-nome{
    color:#E3E3E3;
    
}

.ea-dark-scheme td{
    border-top:solid 2px #222222;
    border-bottom:solid 2px #6B6B6B;
}


td{
    font-weight: 700;
}


.ea-dark-scheme .form-popup{
    
    display:none;
    width:50%;
    border: solid 2px #222222; ;
    border-radius: 25px;
    box-shadow:0 2px 14px 0 #6B6B6B;
    padding:20px;
    margin-left:15%;
    top:50px ;
    position: absolute;
    background-color:#222222;
    color: white;
    
   
    
}

.ea-dark-scheme .form-popup select{
    
   background-color:#6B6B6B;
   font-weight: 700;
   color: white;
    
   
    
}

.form-popup select{
     
    font-weight: 700;
    color: #4C5367;
     
 }

 .ea-dark-scheme .form-popup option{
    
    background-color:#6B6B6B;
    font-weight: 700;
    color: black;
     
    
     
 }

 .form-popup select option{
    
    
    font-weight: 700;
    color: #4C5367;
     
    
     
 }

.ea-dark-scheme .form-popup input{
    
    background-color:#6B6B6B;
     
    
     
 }

 .ea-dark-scheme .form-popup textarea{
    
    background-color:#6B6B6B;
       
     
 }
 
 @media (max-width: 991px) {
    .form-popup {
        width:93%;
        margin-left:0;
     
    }

    .ea-dark-scheme .form-popup {
        width:93%;
        margin-left:0;
     
    }
  }






