* {
    box-sizing: border-box; 
}

html{
    font-size: 62.5%;
    scroll-behavior: smooth;
}
body{
    margin: 0;
    min-width: 1080px;
    padding-top: env(safe-area-inset-top);

}

@keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* 
  .loader {
    border: 16px solid #ffffff; 
    border-top: 16px solid #4cbcb4; 
    border-radius: 50%;
    width: 10rem;
    height: 10rem;
    animation: spin 2s linear infinite;
    position: fixed;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999; 
    display: none; 
} */

/* HTML: <div class="loader"></div> */
.loaderAi {
  width: 25px;
  height: 50px;
  display: none;
  color: #000;
  background:
    linear-gradient(currentColor 0 0) top/100% 2px,
    radial-gradient(farthest-side at  top, #0000 calc(100% - 2px),currentColor calc(100% - 1px) ,#0000) top,
    linear-gradient(currentColor 0 0) bottom/100% 2px,
    radial-gradient(farthest-side at  bottom, #0000 calc(100% - 2px),currentColor calc(100% - 1px) ,#0000) bottom;
  background-size: 100% 1px,100% 50%; 
  background-repeat: no-repeat;
  animation: l18 4s infinite linear;
}
.loaderAi::before,
.loaderAi::after {
  content: "";
  grid-area: 1/1;
  background: inherit;
  border: inherit;
  animation: inherit;
}
.loaderAi::after {
  animation-duration: 2s;
}
@keyframes l18 {
  100% {transform: rotate(1turn)}
}


.loader {
    width: 10rem;
    height: 10rem;
    position: fixed;
    top: 45%;
    left: 50%;
    z-index: 9999; 
    display: none; 
    aspect-ratio: 1;
    padding: 10px;
    border-radius: 20px;
    box-sizing: border-box;
    mask: conic-gradient(#000 0 0) content-box exclude,conic-gradient(#000 0 0);
    filter: blur(5px);
    animation: l4-0 1.2s linear infinite alternate;
}
.loader:before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-conic-gradient(#0000 0 5%,#4cbcb4,#0000 20% 50%);
  animation: l4-1 1s linear infinite;
    }
    @keyframes l4-0 {
    to {border-radius: 50%}
    }
    @keyframes l4-1 {
    to {rotate: .5turn}
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Cor escura semi-transparente */
    z-index: 998; /* Garante que o overlay esteja acima de todos os outros elementos */
    display: none; /* Inicialmente oculto */
}
.overlay-exclusao {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Cor escura semi-transparente */
    z-index: 1001; /* Garante que o overlay esteja acima de todos os outros elementos */
    display: none; /* Inicialmente oculto */
}

.overlay-statusConta {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Cor escura semi-transparente */
    z-index: 1001; /* Garante que o overlay esteja acima de todos os outros elementos */
    display: none; /* Inicialmente oculto */
}

.conteiner-menu-horizontal{
    height: 10vh;
    display: flex;
    background-color: rgb(45, 44, 44);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    justify-content: space-between;
    color: white;
    align-items: center;
}

.coluna-menu-horinzontal{
    display: flex;
    width: 100%;
    flex-direction: column;
}

.coluna-logo{
    padding-top: env(safe-area-inset-top);
    display: flex;
    background-color: rgb(45, 44, 44);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    justify-content: space-between;
    color: white;
    align-items: center;

}

.coluna-menus{
    display: none;
}

.conteiner-menu-horizontal .logo {
    width: 40%;
    
}
.conteiner-menu-horizontal .logo h1{
    font-size: 3rem;
    margin-left: 1rem;
}

.conteiner-menu-horizontal .logo img{
    width: 30%;
    height: auto;
    margin-left: 1rem;
    
}

.h1-pages{
    display: none;
}

.user-atual{
    display: flex;
    align-items: center;
}

.user-exit{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 2rem;
    text-align: right;
}

.user-exit h3{
    font-size: 1.7rem;
    margin: 0;

}

.user-exit p{
    font-size: 1.1rem;
    margin: 0;
    margin-top: 0.2rem;
    cursor: pointer;
}

.user-atual img{
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    margin-right: 2rem;
}


/*Estilização Filtro e busca*/

/* Atualizado */

.filter-busca{
    display: flex;
    margin: 0 0.2rem 0 0.2rem;
    width: 100%;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
}

.container-btnFilters{
    display: flex;
}

.conteudo-principal-status .filter-busca{
    display: flex;
    margin: 2rem 0.2rem 0 0.2rem;
    width: 100%;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
}

.busca{
    width: 100%;
    display: flex;
    justify-content: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.busca input{
    width: 99%;
    height: 3rem;
    border: none;
    border-bottom: 0.1rem solid black;
    outline: none;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    margin-top: 1rem;
    margin-left: 0.5rem;

}

.filtro-data{
    width: 50%;
    display: flex;
    justify-content: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin-left: 1rem;
    margin-top: 1rem;
}

.filtro-data input{
    width: 50%;
    height: 3rem;
    margin-right: 1rem;
    border: none;
    border-bottom: 0.1rem solid black;
    outline: none;
    display: flex;
    justify-content: center;

}
.btnFilter{
    font-size: 1.2rem;
    margin-left: 1rem;
    margin-top: 1rem;
    width: auto;
    height: 3rem;
    color: black;
    background-color:  #ffffff;
    border-radius: 0.5rem;
    padding: 0.5rem;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bolder;
    border: 0.1rem solid black;

}

.btnFilter:hover{
    background-color: #4cbcb4;
    color: white;
    border: 0.1rem solid white;


}
.btnReset{
    font-size: 1.2rem;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
    width: auto;
    height: 3rem;
    color: black;
    background-color:  #ffffff;
    border-radius: 0.5rem;
    padding: 0.5rem;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bolder;
    border: 0.1rem solid black;

}

.btnReset:hover{
    background-color: #4cbcb4;
    color: white;
    border: 0.1rem solid white;

}

/*Estilização Menu principal*/


.container-conteudo-principal{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    height: 200rem;
    display: flex;
    height: 85vh;

}

.menu-vertical{
    background-color: rgb(45, 44, 44);
    width: 25%;
    position: relative;
    overflow-x: hidden;
    transition: width 0.5s;
    z-index: 997;
}

.recolher-menu{
    width: 4%;

}

.seta{
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: 1rem;

}
.seta img{
    width: 2rem;
    height: 2rem;
}

.lista{
    list-style: none;
    color: white;
    padding: 0;
    margin: 4rem 0 0 1rem;
    display: flex;
    flex-direction: column;
}
.lista li{
    font-size: 2rem;
    margin-top: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: color 0.3s;
}

.lista li:hover {
    color: #4cbcb4;
}

.lista li a {
    text-decoration: none; /* Remove o sublinhado */
    color: inherit;        /* Mantém a cor do elemento pai, geralmente do <li> */
    cursor: pointer;      
}



.lista img{
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
}
#page-status img{
    width: 3rem;
    height: 3rem;
}

.lista-icones{
    list-style: none;
    padding: 0;
    margin: 4rem 0 0 0;
    display: none;
    flex-direction: column;
    align-items: center;
}

.lista-icones img{
    width: 2.5rem;
    height: 2.5rem;
    margin-top: 1rem;
    cursor: pointer;
}

#page-status-icon img{
    width: 3.5rem;
    height: 3.5rem;
}

#page-config{
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 1rem;
    margin-bottom: 1rem;
}

#page-config-icon{
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 1.5rem;
    margin-bottom: 1rem;
}



/*Estilização Modal OS*/

/* Atualizado */

.container-editar-os{
    background-color: #e7eeee;
   
    max-height: 80%;
    width: 70%;
    display: none;
    flex-direction: column;
    align-items: center;
    z-index: 999;
    overflow: scroll;
}

.container-editar-os h1{
    font-size: 2.5rem;
    margin: 1rem 0 0 0;
    text-transform: uppercase;
}

/* Atualizado */

.btn-modal-atualizar-os, .btn-modal-imprimir-os{

    margin-right: 2rem;
    padding: 0.5rem;
    width: auto;
    font-size: 2rem;
    background-color: #4EBBB5;
    border-radius: 0.5rem;
    color: white;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    margin-bottom: 2rem;
}


.btn-modal-atualizar-os:hover, .btn-modal-imprimir-os:hover{
    box-shadow: 0px 0px 10px 1px #4ebbb5; 

}


/* .btn-modal-imprimir-os{

    font-size: 2rem;
    margin-right: 2rem;
    width: auto;
    color: white;
    background-color: #4EBBB5;
    font-weight: bold;
    border-radius: 0.5rem;
    padding: 0.5rem;
    cursor: pointer;
} */

.modal-dados-pedido{
    display: flex;
    width: 90%;
    justify-content: center;
    flex-direction: column;
    margin: 2rem 0 2rem 0;
}

.modal-tabela-os{
    display: block;
    width: 90%;
}

.modal-dados-cliente{
    display: flex;
    width: 90%;
    justify-content: center;
    flex-direction: column;
    margin-top: 2rem;


}
.modal-dados-cliente input{

    width: 100%;
    height: 3rem;
    text-align: left;
    font-size: 2rem;
}

.modal-dados-cliente #optionStatus{

    width: 100%;
    height: 3rem;
    text-align: left;
    font-size: 2rem;
}

.modal-dados-linha-1, .modal-dados-linha-1-1{
    display: flex;
    justify-content: space-between;
    margin-top: 0.2rem;
}

.modal-dados-linha-2{
    display: flex;
    margin-top: 0.2rem;
    width: 100%;
    row-gap: 1px;
}

.modal-dados-linha-3{
    display: flex;
    margin-top: 0.2rem;
    width: 100%;
    row-gap: 1px;
}

.modal-dados-linha-4{
    display: flex;
    margin-top: 0.2rem;
    width: 100%;
    row-gap: 1px;
}

.statusOs{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}

.idPedido{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dataFechamento{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nfOs{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}

.addBoletos{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}

.enderecoEntregaCliente{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}

.comentario{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}


.nfOs .titulo{
    display: flex;
    width: 15rem;
    height: 3rem;
    border: 0.1rem solid black;
    background-color: rgb(165, 162, 162);
    justify-content: left;
    align-items: center;
} 

.addBoletos .titulo{
    display: flex;
    width: 15rem;
    height: 3rem;
    border: 0.1rem solid black;
    background-color: rgb(165, 162, 162);
    justify-content: left;
    align-items: center;
} 
.idPedido .titulo{
    display: flex;
    width: 15rem;
    height: 3rem;
    border: 0.1rem solid black;
    background-color: rgb(165, 162, 162);
    justify-content: left;
    align-items: center;
}  
.dataFechamento .titulo{
    display: flex;
    width: 25rem;
    height: 3rem;
    border: 0.1rem solid black;
    background-color: rgb(165, 162, 162);
    justify-content: left;
    align-items: center;
}
.statusOs .titulo{
    display: flex;
    width: 15rem;
    height: 3rem;
    border: 0.1rem solid black;
    background-color: rgb(165, 162, 162);
    justify-content: left;
    align-items: center;
}  

.enderecoEntregaCliente .titulo{
    display: flex;
    width: 25rem;
    height: 3rem;
    border: 0.1rem solid black;
    background-color: rgb(165, 162, 162);
    justify-content: left;
    align-items: center;
}
.comentario .titulo{
    display: flex;
    width: 12rem;
    height: 3rem;
    border: 0.1rem solid black;
    background-color: rgb(165, 162, 162);
    justify-content: left;
    align-items: center;
}




/*Estilização Dashboard*/

.container-dashboard{
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #e7eeee;    

}


.conteudo-dashboard{
    width: 100%;
    display: flex;
    height: 50%;
    justify-content: center;
    align-items: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}




.graficos{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    justify-content: space-around;
    align-items: center;
}

.grafico-1, .grafico-2{
    width: 48%;
    height: 95%;
    margin: 2rem;
    display: flex;
    justify-content: center;
    background-color: white;
    border-radius: 2rem;
    box-shadow: 0.1rem 0.1rem 1rem rgb(0, 0, 0, 0.5);
}

.grafico-3{
    width: 98%;
    height: 95%;
    margin: 2rem;
    display: flex;
    justify-content: center;
    border-radius: 2rem;
    box-shadow: 0.1rem 0.1rem 1rem rgb(0, 0, 0, 0.5);
}

.sugestIA{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 2rem;
    width: 100%;
    height: auto;
    /* background-color: #A8E6A3; */
    background: radial-gradient(circle at 50% 50%, rgb(255, 255, 255), rgb(78, 187, 181));
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.title-sugestIA{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.title-sugestIA h1{
    font-size: 2.5rem;
    margin: 1rem;
}

.title-sugestIA img{
    width: 3.5rem;
    height: 3.5rem;
}

.container-text-generateAi{
    display: none;

}

.container-button-generateAi{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.container-button-generateAi button{
    font-size: 2rem;
    margin: 2rem 0 2rem 0;
    width: auto;
    padding: 1rem;
    color: white;
    background-color: #4EBBB5;
    font-weight: bold;
    border-radius: 0.5rem;
    cursor: pointer;
    border: none;
    font-style: italic;

}

.container-button-generateAi button:hover{
    box-shadow: 0px 0px 10px 1px #4ebbb5; 

}

.container-text-generateAi p{
    margin: 1rem 2rem 1rem 2rem;
    font-size: 2rem;
    font-style: italic;
}

/*Estilização Menu principal*/

.conteudo-principal{
    position: relative;
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: center;
    overflow-y: auto;
    overflow-x: hidden;

    background-color: #e7eeee

}
/* Atualizado */

.container-alerta-cadastro{
    width: 30%;
    background-color: #e7eeee;
    height: auto;
    flex-direction: column;
    position: absolute;
    left: 0%;
    top: 20%;
    z-index: 999;
    border-radius: 0.5rem;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    display: none;
    animation: fadeIn 0.1s ease;
}

.alerta-cadastro{
    text-align: center;
}

.alerta-cadastro h1{
    font-size: 2rem;
    color: black;
    text-transform: uppercase;
}

.alerta-cadastro button{
    font-size: 2rem;
    margin: 2rem 0 2rem 0;
    width: 7rem;
    color: white;
    background-color: #4EBBB5;
    font-weight: bold;
    border-radius: 0.5rem;
    cursor: pointer;
    border: none;


}

.alerta-cadastro button:hover{
    box-shadow: 0px 0px 10px 1px #4ebbb5; 

}

 .fechar-modal{
    display: none;
   
}


/* Atualizado */

.idCustumerAtualizar, .idPendenciaAtualizar, .identificacaoClientePendencia, .codigoPendencia{
    display: none;
}

.container-modal-ajustes{
    background-color: #e7eeee;
    display: none;
    flex-direction: column;
    width: 50%;
    height: auto;
    position: absolute;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    z-index: 1000;
    animation: fadeIn 0.1s ease;
    align-items: center;
    border-radius: 1rem;

}

.container-modal-ajustes h1{
    font-size: 3rem;
    color: black;
    text-transform: uppercase;
}

.conteudo-modal-ajustes{
    display: flex;
    flex-direction: column;
    margin: 2rem;
    width: 90%;

}

.conteudo-modal-ajustes input{

    width: 100%;
    height: 3rem;
    text-align: left;
    font-size: 1.5rem;
}

.nomeAjustes, .infoEmpresa1, .infoEmpresa2{
    display: flex;
    width: 100%;
}

.nomeAjustes .titulo, .infoEmpresa1 .titulo, .infoEmpresa2 .titulo{
    display: flex;
    width: 25%;
    height: 3rem;
    border: 0.1rem solid black;
    background-color: rgb(165, 162, 162);
    justify-content: left;
    align-items: center;
}

.nomeAjustes input, .infoEmpresa1 input, .infoEmpresa2 input{
   width: 75%;
}

.photoProfile, .photoOS{
    display: flex;
    width: 100%;
 
}

.photoProfile label, .photoOS label{
    display: none;
}


.photoProfile .titulo, .photoOS .titulo{
    display: flex;
    width: 25%;
    height: 3rem;
    border: 0.1rem solid black;
    background-color: rgb(165, 162, 162);
    justify-content: left;
    align-items: center;
}

.photoProfile input, .photoOS input{
   width: 75%;
   margin-top: 0.5rem;
   
}

.container-btn-atualizar-ajustes{
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}

.buttons-atualizar-ajustes{
    display: flex;
    flex-direction: row;
    width: 25%;
    align-items: center;
    justify-content: space-around;
}


.btn-atualizar-ajustes{
    width: 10rem;
    height: 3rem;
    font-size: 1.7rem;
    background-color: #4EBBB5;
    border-radius: 0.5rem;
    color: white;
    font-weight: bold;
    padding: 0.5rem;
    cursor: pointer;
    border: none;

}

.btn-atualizar-ajustes:hover{
    box-shadow: 0px 0px 10px 1px #4ebbb5;

}




/* Atualizado */
.container-modal{
    background-color: #e7eeee;
  
    display: none;
    flex-direction: column;
    width: 60%;
    height: auto;
    position: absolute;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    z-index: 1000;
    animation: fadeIn 0.1s ease;
    align-items: center;
    border-radius: 1rem;

}


.container-modal h1{
    font-size: 3rem;
    color: black;
    text-transform: uppercase;
}

.conteudo-modal{
    display: flex;
    flex-direction: column;
    margin: 2rem;

}

/* Atualizado */

.conteudo-modal input{

    width: 100%;
    height: 3rem;
    text-align: left;
    font-size: 1.5rem;
}

.modal-linha-1{
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
}


.modal-linha-2, .modal-linha-2-1{
    display: flex;
    margin-top: 1rem;
}

.modal-linha-3{
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
}
.modal-linha-4{
    display: flex;
    margin-top: 1rem;
}
.modal-linha-5{
    display: flex;
    margin-top: 1rem;
}

.btn-cadastrar{
    width: 10rem;
    height: 3rem;
    font-size: 1.7rem;
    background-color: #4EBBB5;
    border-radius: 0.5rem;
    color: white;
    font-weight: bold;
    padding: 0.5rem;
    cursor: pointer;
    border: none;

}

.btn-cadastrar:hover{
    box-shadow: 0px 0px 10px 1px #4ebbb5; 

}


.container-btn-atualizar-cliente{
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}

.buttons-atualizar{
    display: flex;
    flex-direction: row;
    width: 25%;
    align-items: center;
    justify-content: space-around;
}

.btn-atualizar-cliente{
    width: 10rem;
    height: 3rem;
    font-size: 1.7rem;
    background-color: #4EBBB5;
    border-radius: 0.5rem;
    color: white;
    font-weight: bold;
    padding: 0.5rem;
    cursor: pointer;
    display: none;
    border: none;

}

.btn-atualizar-cliente:hover{
    box-shadow: 0px 0px 10px 1px #4ebbb5; 

}

.deletar-cliente{
    width: 3rem;
    height: 3rem;
    cursor: pointer;
}

/* Atualizado - Diferente do código anterior */

/* Inicio Modal Pendencias */
/* Atualizado */

.container-content{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.content{
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;

}

.logo-empresa{
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 1rem;
}
.logo-empresa{
    width: 40%;
    margin: 1rem;
}
.logo-empresa img{
    width: 100%;
    height: 100%;
}

.title-registro-pendencia h1{
    font-size: 4rem;
}

.info-pendencias{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 2rem;
    justify-content: center;
    align-items: left;
    font-size: 2.5rem;
    margin-left: 3rem;
}
.info-pendencias label{
    font-weight: bolder;
}
.info-pendencias input{

    border: none;
    margin-bottom: 1rem;
    font-size: 2.5rem;
    width: 75%;
}

.endereco-imprimir-pendencia{
    display: flex;
    width: 100%;
    flex-direction: row;
}

.info-pendencias .textEndereco{
    
    border: none;
    margin-bottom: 1rem;
    margin-left: 0.5rem;
    font-size: 2.5rem;
    width: 75%;
    white-space: pre-wrap; /* Mantém as quebras de linha */
    word-wrap: break-word;

}

.pendencias-lista{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: left;
    margin-left: 3rem;
}

.title-lista-pendencia h2{
    font-size: 2.5rem;
}

.textContentPendencia{
    text-align: left;
    min-width: 89%;
    max-width: 89%;
    font-size: 2.2rem;
    min-height: 5rem; /* Ajuste a altura mínima */
    overflow: hidden; /* Esconde a barra de rolagem */
    box-sizing: border-box; /* Inclui padding e border na largura */
    padding: 5px; /* Ajusta o padding conforme necessário */
    white-space: pre-wrap; /* Mantém as quebras de linha */
    word-wrap: break-word;
    background-color: white;
}
.assinatura{
    margin-top: 10rem;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-around;
    font-size: 2rem;

}

.assinatura-servico{
    border-top: 0.1rem solid black;
    width: 30%;
    text-align: center;
}

.assinatura-contratante{
    border-top: 0.1rem solid black;
    width: 30%;
    text-align: center;
}

.data-execucao{
    display: flex;
    font-size: 2rem;
    width: 100%;
    justify-content: right;
    margin: 5rem 3rem 2rem 0;
    
}


.container-modal-pendencias{
    background-color: #e7eeee;
    display: none;
    flex-direction: column;
    width: 60%;
    height: auto;
    position: absolute;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    z-index: 1000;
    animation: fadeIn 0.1s ease;
    align-items: center;
    border-radius: 1rem;

}



.container-modal-pendencias h1{
    font-size: 3rem;
    color: black;
    text-transform: uppercase;
}

.conteudo-modal-pendencias{
    display: flex;
    flex-direction: column;
    margin: 2rem;
    width: 90%;

}

.conteudo-modal-pendencias input{

    width: 100%;
    height: 3rem;
    text-align: left;
    font-size: 1.5rem;
}

.modal-pendencias-linha-1{
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
}

/* Atualizado */

.modal-pendencias-linha-2, .modal-pendencias-linha-2-1{
    display: flex;
    margin-top: 1rem;
}

.modal-pendencias-linha-3, .modal-pendencias-linha-3-1{
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
}
.modal-pendencias-linha-4{
    display: flex;
    margin-top: 1rem;
}


.enderecoPendencia, .prioridadePendencias, .statusPendencias, .previsaoPedencias, .detalhesPendencias {
    display: flex;
    align-items: center;
    text-align: left;
    flex-grow: 1;
}

.enderecoPendencia .titulo, .prioridadePendencias .titulo, .statusPendencias .titulo, .detalhesPendencias .titulo{
    display: flex;
    width: 14rem;
    height: 3rem;
    border: 0.1rem solid black;
    background-color: rgb(165, 162, 162);
    justify-content: left;
    align-items: center;
}


.pedidoPendencias{
    display: flex;
    width: 35%;
}

.pedidoPendencias .titulo{
    display: flex;
    width: 25%;
    height: 3rem;
    border: 0.1rem solid black;
    background-color: rgb(165, 162, 162);
    justify-content: left;
    align-items: center;
}

.pedidoPendencias input{
   width: 75%;
}

.nomeClientePendencias{
    display: flex;
    width: 65%;
}

.nomeClientePendencias .titulo{
    display: flex;
    width: 25%;
    height: 3rem;
    border: 0.1rem solid black;
    background-color: rgb(165, 162, 162);
    justify-content: left;
    align-items: center;
}

.nomeClientePendencias input{
   width: 75%;
}


.CepPendencia{
    display: flex;
    width: 35%;
}

.CepPendencia .titulo{
    display: flex;
    width: 25%;
    height: 3rem;
    border: 0.1rem solid black;
    background-color: rgb(165, 162, 162);
    justify-content: left;
    align-items: center;
}

.CepPendencia input{
   width: 75%;
}

.ruaPendencias{
    display: flex;
    width: 65%;
}

.ruaPendencias .titulo{
    display: flex;
    width: 25%;
    height: 3rem;
    border: 0.1rem solid black;
    background-color: rgb(165, 162, 162);
    justify-content: left;
    align-items: center;
}

.ruaPendencias input{
   width: 75%;
}


.previsaoPedencias .titulo{
    display: flex;
    width: 30%;
    height: 3rem;
    border: 0.1rem solid black;
    background-color: rgb(165, 162, 162);
    justify-content: left;
    align-items: center;
}

.previsaoPedencias input{
   width: 70%;
   text-align: center;
}

.prioridadePendencias select, .statusPendencias select{
    width: 100%;
    height: 3rem;
    font-size: 1.5rem;
}

.detalhesPendencias{
    display: flex;
    align-items: center;
    text-align: left;
    flex-grow: 1;
    height: auto;
    width: 90%;
}

.detalhesPendencias .titulo{
    display: flex;
    width: 11%;
    height: 100%;
    border: 0.1rem solid black;
    background-color: rgb(165, 162, 162);
    justify-content: left;
    align-items: center;
}

.autoResizeDivPendencia{
    text-align: left;
    min-width: 89%;
    max-width: 89%;
    font-size: 1.5rem;
    min-height: 5rem; /* Ajuste a altura mínima */
    overflow: hidden; /* Esconde a barra de rolagem */
    box-sizing: border-box; /* Inclui padding e border na largura */
    padding: 5px; /* Ajusta o padding conforme necessário */
    border: 1px solid #ccc; /* Adiciona uma borda para simular um textarea */
    white-space: pre-wrap; /* Mantém as quebras de linha */
    word-wrap: break-word;
    border: 0.1rem solid rgb(118, 118, 118);
    background-color: white;

}



.btn-cadastrar-pendencia{
    width: 10rem;
    height: 3rem;
    font-size: 1.7rem;
    background-color: #4EBBB5;
    border-radius: 0.5rem;
    color: white;
    font-weight: bold;
    padding: 0.3rem;
    cursor: pointer;
    border: none;
    margin-bottom: 2rem;
    justify-content: center;
    align-items: center;


}
.btn-cadastrar-pendencia:hover{
    box-shadow: 0px 0px 10px 1px #4ebbb5; 

}


.container-btn-atualizar-pendencias{
    display: none;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}

.buttons-atualizar-pendencias{
    display: flex;
    flex-direction: row;
    width: 35%;
    align-items: center;
    justify-content: space-around;
}

.btn-atualizar-pendencias, .btn-imprimir-pendencias{
    width: 10rem;
    height: 3rem;
    font-size: 1.7rem;
    background-color: #4EBBB5;
    border-radius: 0.5rem;
    color: white;
    font-weight: bold;
    padding: 0.3rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.btn-atualizar-pendencias:hover, .btn-imprimir-pendencias:hover{
    box-shadow: 0px 0px 10px 1px #4ebbb5; 

}

.deletar-pendencias{
    width: 3rem;
    height: 3rem;
    cursor: pointer;
}


/* Fim Modal Pendencias */

/* Atualizado */

.btn-modal-save-print{
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-modal-save-print img{
    width: 2.5rem;
    height: 2.5rem;
    cursor: pointer;
    margin-bottom: 2rem;

}

/* Atualizado */

.save-os{
    font-size: 2rem;
    margin: 2rem 1rem 2rem 0;
    width: auto;
    color: white;
    background-color: #4EBBB5;
    font-weight: bold;
    border-radius: 0.5rem;
    padding: 0.5rem;
    cursor: pointer;
    border: none;


}

.print-os{
    font-size: 2rem;
    margin: 2rem 0 2rem 0;
    width: auto;
    color: white;
    background-color: #4EBBB5;
    font-weight: bold;
    border-radius: 0.5rem;
    padding: 0.5rem;
    cursor: pointer;
    border: none;


}

.save-os:hover, .print-os:hover{
    box-shadow: 0px 0px 10px 1px #4ebbb5; 

}

.orcamento-container, .orcamento-container-modal{
    display: none;
}

.borda-conteudo-principal{
    margin-top: 2rem;
    border: 1rem solid rgb(165, 162, 162);
    width: 90%;
    padding: 1rem;
    background-color: white;

}

.empresa-cliente{
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
}
.info-empresa{
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-bottom: 0.3rem solid black;
    margin-bottom: 1rem;
}
.info-empresa .logo{
    width: 40%;
    margin: 1rem;
}
.info-empresa .logo img{
    width: 80%;
    height: 100%;
}

.informacoes{
    width: 40%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 1rem;

}

.informacoes h1{
    margin: 0;
}
.informacoes h2{
    margin: 0;
}
.informacoes h3{
    margin: 0;
    font-size: 1.5rem;
}

.dados-cliente{
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;

}
.dados-cliente input{

    width: 100%;
    height: 3rem;
    text-align: left;
    font-size: 2rem;
}

.dados-linha-1{
    display: flex;
    justify-content: space-between;
    margin-top: 0.2rem;
}

.dados-linha-2{
    display: flex;
    margin-top: 0.2rem;

}

.dados-linha-3{
    display: flex;
    margin-top: 0.2rem;

}

.dados-linha-4{
    display: flex;
    margin-top: 0.2rem;

}

.dados-linha-5{
    display: flex;
    margin-top: 0.2rem;

}

.dados-linha-6{
    display: flex;
    margin-top: 0.2rem;

}

.dados-linha-7{
    display: flex;
    margin-top: 0.2rem;

}

.numeroPedido{
    display: flex;
    align-items: center;
    text-align: left;
    flex-grow: 1;
}

.numeroPedido .titulo{
    display: flex;
    width: 12rem;
    height: 3rem;
    border: 0.1rem solid black;
    background-color: rgb(165, 162, 162);
    justify-content: left;
    align-items: center;
}   

.dataPedido{
    display: flex;
    align-items: center;
    text-align: left;
    flex-grow: 1;

}

.dataPedido .titulo{
    display: flex;
    width: 12rem;
    height: 3rem;
    border: 0.1rem solid black;
    background-color: rgb(165, 162, 162);
    justify-content: left;
    align-items: center;
}   

.nomeCliente{
    display: flex;
    align-items: center;
    text-align: left;
    flex-grow: 1;
}

.nomeCliente .titulo{
    display: flex;
    width: 15rem;
    height: 3rem;
    border: 0.1rem solid black;
    background-color: rgb(165, 162, 162);
    justify-content: left;
    align-items: center;
}   

.identificacaoCliente{
    display: flex;
    align-items: center;
    text-align: left;
    flex-grow: 1;
}

.identificacaoCliente .titulo{
    display: flex;
    width: 12rem;
    height: 3rem;
    border: 0.1rem solid black;
    background-color: rgb(165, 162, 162);
    justify-content: left;
    align-items: center;
} 

.btn-verify-mobile{
    display: none;
}


.btn-verify, .btn-verify-mobile{
    font-size: 1.5rem;
    background-color: #4EBBB5;
    border-radius: 0.5rem;
    color: white;
    margin-left: 0.5rem;
    font-weight: bold;
    padding: 0.5rem;
    cursor: pointer;
    border: none;

}

.btn-verify:hover{
    box-shadow: 0px 0px 10px 1px #4ebbb5; 

}


.enderecoCliente{
    display: flex;
    align-items: center;
    text-align: left;
    flex-grow: 1;
}

.clienteCep{
    display: flex;
    width: 30%;
}

.clienteRua{
    display: flex;
    width: 70%;
}

.enderecoCliente .titulo{
    display: flex;
    width: 12rem;
    height: 3rem;
    border: 0.1rem solid black;
    background-color: rgb(165, 162, 162);
    justify-content: left;
    align-items: center;
}  

.contatoCliente{
    display: flex;
    align-items: center;
    text-align: left;
    flex-grow: 1;
}
.contatoCliente .titulo{
    display: flex;
    width: 12rem;
    height: 3rem;
    border: 0.1rem solid black;
    background-color: rgb(165, 162, 162);
    justify-content: left;
    align-items: center;
}  

.lojaCliente{
    display: flex;
    align-items: center;
    text-align: left;
    flex-grow: 1;

}
.lojaCliente .titulo{
    display: flex;
    width: 15rem;
    height: 3rem;
    border: 0.1rem solid black;
    background-color: rgb(165, 162, 162);
    justify-content: left;
    align-items: center;
}  
.contatoNomeCliente{
    display: flex;
    align-items: center;
    text-align: left;
    flex-grow: 1;

}
.contatoNomeCliente .titulo{
    display: flex;
    width: 12rem;
    height: 3rem;
    border: 0.1rem solid black;
    background-color: rgb(165, 162, 162);
    justify-content: left;
    align-items: center;
}  


.dados-pedido{
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    margin-top: 2rem;

}


.obsPedido{
    display: flex;
    align-items: center;
    text-align: left;
    flex-grow: 1;
    height: auto;
    width: 90%;
}

/* .obsPedido input{
    text-align: left;
    width: 45rem;
    font-size: 1.5rem;
    white-space: wrap;
    word-wrap: break-word;
    height: auto;
}

.obsPedido textarea{
    width: 100%;
    min-height: 5rem;
    max-height: 15rem;
    text-align: left;
    font-size: 1.5rem;
    white-space: wrap;
    word-wrap: break-word;
    overflow: hidden;
   
} */

.autoResizeDivObs{
    text-align: left;
    min-width: 89%;
    max-width: 89%;
    font-size: 1.5rem;
    min-height: 5rem; /* Ajuste a altura mínima */
    overflow: hidden; /* Esconde a barra de rolagem */
    box-sizing: border-box; /* Inclui padding e border na largura */
    padding: 5px; /* Ajusta o padding conforme necessário */
    border: 1px solid #ccc; /* Adiciona uma borda para simular um textarea */
    white-space: pre-wrap; /* Mantém as quebras de linha */
    word-wrap: break-word;
    border: 0.1rem solid rgb(118, 118, 118);
    background-color: white;

}
.autoResizeDivPay{
    text-align: left;
    min-width: 87%;
    max-width: 87%;
    font-size: 1.5rem;
    min-height: 5rem; /* Ajuste a altura mínima */
    overflow: hidden; /* Esconde a barra de rolagem */
    box-sizing: border-box; /* Inclui padding e border na largura */
    padding: 5px; /* Ajusta o padding conforme necessário */
    border: 1px solid #ccc; /* Adiciona uma borda para simular um textarea */
    white-space: pre-wrap; /* Mantém as quebras de linha */
    word-wrap: break-word;
    border: 0.1rem solid rgb(118, 118, 118);
    background-color: white;

}

.obsPedido .titulo{
    display: flex;
    width: 11%;
    height: 100%;
    border: 0.1rem solid black;
    background-color: rgb(165, 162, 162);
    justify-content: left;
    align-items: center;
}

.formaPagamento{
    display: flex;
    align-items: center;
    text-align: left;
    flex-grow: 1;
    height: auto;
    width: 90%;
}

/* .formaPagamento input{
    text-align: left;
    width: 100%;
    height: 5rem;
    font-size: 1.5rem;
} */

.formaPagamento .titulo{
    display: flex;
    width: 13%;
    height: 100%;
    border: 0.1rem solid black;
    background-color: rgb(165, 162, 162);
    justify-content: left;
    align-items: center;
}

.prazoEntrega{
    display: flex;
    align-items: center;
    text-align: left;
    flex-grow: 1;
}

.prazoEntrega input{
    text-align: left;
    width: 100%;
    height: 5rem;
    font-size: 1.5rem;
}

.prazoEntrega .titulo{
    display: flex;
    width: 12rem;
    height: 5rem;
    border: 0.1rem solid black;
    background-color: rgb(165, 162, 162);
    justify-content: left;
    align-items: center;
}

.valorTotal{
    display: flex;
    align-items: center;
    flex-grow: 1;
}

.valorTotal input{
    text-align: center;
    width: 100%;
    height: 5rem;
    font-size: 2.5rem;
}

.valorTotal .titulo{
    display: flex;
    width: 12rem;
    height: 5rem;
    border: 0.1rem solid black;
    background-color: rgb(165, 162, 162);
    justify-content: left;
    align-items: center;
}


.titulo h2 {
    font-size: 1.5rem;
    margin-left: 0.5rem;

}

/*Estilização Tabela*/

.tabela-os{
    display: block;
    width: 100%;
}

table{
    margin: auto;
    margin-top: 2rem;
    width: 100%;
    border-collapse: collapse;
}

#tabela-orçamento{

    max-width: 100%;

}


.titulo-os {
    background-color: rgb(165, 162, 162);
    color: black;
    font-size: 1.5rem;
    height: 5rem;
    text-align: center;
    border: 0.1rem solid black;
    font-weight: bold;
}


.item{
    background-color: white;
    color: black;
    font-size: 1.7rem;
    text-align: center;
    border: 0.1rem solid black;
    padding: 0.5rem;
    white-space: nowrap;
    text-overflow: ellipsis;
   
}

/* .item:nth-child(n+1):nth-child(-n+4){
    text-align: left;
    background-color: brown;

} */

.item:nth-child(1){

    text-align: center;
}

.item:nth-child(2){

    text-align: left;
    max-width: 20rem;
    white-space: wrap;
    white-space: normal;
    word-wrap: break-word;
    height: auto;

}



.item:nth-child(3){

    text-align: center;
    max-width: 20rem;
    white-space: wrap;
    white-space: normal;
    word-wrap: break-word;
    height: auto;
}

.item:nth-child(4){

    text-align: center;
}


.tr:nth-last-child(-n+2) {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.item input{
    border: none;
    background-color: none;
    width: 13rem;
    font-size: 2rem;
    text-align: center;
}

.item input:focus {
    outline: none; 
    border: none; 
}

.item:nth-child(7){

    border: none;
    background: none
}



.item img{
    cursor: pointer;
    width: 1.7rem;
    height: 1.7rem;
}

.adicionar-linha{
    text-align: right;
    width: 80%;
    margin: auto;
    margin-top: 1rem;
}
.adicionar-linha img{
    cursor: pointer;
    width: 2rem;
    height: 2rem;
    margin-right: 3rem;

}
/* Atualizado */
.container-imprimir-os{
    width: 40%;
    background-color: #e7eeee;
    height: auto;
    flex-direction: column;
    position: absolute;
    left: 30%;
    top: 30%;
    z-index: 999;
    border-radius: 0.5rem;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    display: none;
    animation: fadeIn 0.1s ease;
}

.imprimir-os{
    text-align: center;
}

.imprimir-os h1{
    font-size: 2rem;
    color: black;
    text-transform: uppercase;
}

/* Atualizado */

.imprimir-os button{
    font-size: 2rem;
    margin: 2rem 0 2rem 0;
    width: 15rem;
    color: white;
    background-color: #4EBBB5;
    font-weight: bold;
    border-radius: 0.5rem;
    cursor: pointer;
    border: none;
    padding: 0.5rem;


}

.imprimir-os button:hover{
    box-shadow: 0px 0px 10px 1px #4ebbb5; 

}

/* Atualizado */

.container-modal-imprimir-os{
    width: 40%;
    background-color: #e7eeee;
    height: auto;
    flex-direction: column;
    position: absolute;
    left: 30%;
    top: 30%;
    z-index: 1002;
    border-radius: 0.5rem;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    display: none;
    animation: fadeIn 0.1s ease;
}

.modal-imprimir-os{
    text-align: center;
}

.modal-imprimir-os h1{
    font-size: 2rem;
    color: black;
    text-transform: uppercase;
}

/* Atualizado */

.modal-imprimir-os button{
    font-size: 2rem;
    margin: 2rem 0 2rem 0;
    width: 15rem;
    color: white;
    background-color: #4EBBB5;
    font-weight: bold;
    border-radius: 0.5rem;
    cursor: pointer;
    border: none;
    padding: 0.5rem;


}

.modal-imprimir-os button:hover{
    box-shadow: 0px 0px 10px 1px #4ebbb5; 

}


/* Inicio estilização página Clientes */

.conteudo-principal-clientes{
    width: 100%;
    display: none;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;

    background-color: #e7eeee;    

}

.fade-in {
    /* opacity: 0; */
    animation: fadeIn 0.2s ease-in-out;
  }

.container-menu-horizontal-clientes{
    width: 100%;
    display: flex;
    justify-content: center;
}

/* Atualizado */

.menu-clientes{
    margin: 1rem 0 1rem 1rem;
    justify-content: left;
    align-items: center;
    width: 100%;
    display: flex;
    /* border-bottom: 0.2rem solid black; */

}

.menu-clientes button{
    cursor: pointer;
    font-size: 2rem;
    width: 15rem;
    color: white;
    background-color: #4EBBB5;
    font-weight: bold;
    border-radius: 0.5rem;
    border: none;
}

.menu-clientes button:hover{
    box-shadow: 0px 0px 10px 1px #4ebbb5; 

}


.container-lista-clientes{
    display: block;
    width: 100%;
    background-color: white;

}

#lista-clientes{
    margin: auto;
    margin-top: 1rem;
    width: 99%;
    border-collapse: collapse;
}

.endereco-cliente{
    max-width: 20rem;
    text-align: center;
}

/* Atualizado */


.titulo-cliente{
    background-color: #4cbcb4;
    color: black;
    font-size: 2rem;
    height: 3rem;
    text-align: center;
    font-weight: bold;

}


.campo-cliente, .campo-pendencia{
    color: black;
    font-size: 1.7rem;
    text-align: center;
    padding: 0.5rem;
    white-space: wrap;
    white-space: normal;
    word-wrap: break-word;
    height: auto;
    animation: fadeIn 0.1s ease;


}

 .linha-cliente {
    vertical-align: middle; /* Garante alinhamento vertical da linha */
  }

  .linha-cliente span {
    display: inline-block;   /* Para permitir alinhamento vertical */
    vertical-align: middle;  /* Alinha no centro vertical */
    text-align: center;        /* Se quiser texto à esquerda, ou 'center' se preferir */
    line-height: normal;     /* Garante que não está forçando altura */
  }

  .campo-cliente,
  .campo-pendencia {
    vertical-align: middle;  /* Garante que todas as células fiquem centralizadas */
  }

.endereco-pendencia{
    word-wrap: break-word; /* Permite que palavras longas quebrem */
    white-space: normal; /* Permite que o texto quebre automaticamente */
    max-width: 200px; /* Define um limite de largura para a célula */
}
.detalhes-pendencia {
    max-width: 200px; /* Define uma largura máxima para a célula */
    white-space: nowrap; /* Impede que o texto quebre em várias linhas */
    overflow: hidden; /* Esconde o texto que ultrapassar o tamanho */
    text-overflow: ellipsis; /* Adiciona "..." no final do texto cortado */
}

.linhas-pendencia span {
    display: inline-block;   /* Para permitir alinhamento vertical */
    vertical-align: middle;  /* Alinha no centro vertical */
    text-align: center;        /* Se quiser texto à esquerda, ou 'center' se preferir */
    line-height: normal;     /* Garante que não está forçando altura */
  }

.campo-cliente img, .campo-pendencia img{
    width: 3rem;
    height: 3rem;
    cursor: pointer;
  }

/* Fim estilização página Clientes */

/* Inicio estilização página OS's */

.conteudo-principal-os{
    width: 100%;
    display: none;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    align-items: center;
    margin-bottom: 5vh;
    background-color: #e7eeee;    

}

/* Atualizado */

.container-filterPeriodoOS{
    display: flex;
    width: 100%;
    justify-content: right;
    align-items: center;
}

.filterPeriodoOS{
    display: flex;
    width: 10%;
    justify-content: center;
    align-items: center;
    margin: 0.5rem 0.5rem 0.5rem 0;

}

#PeriodoOS{
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
    background: none;
    border: none;
    font-size: 1.5rem;
}

#PeriodoOS:focus{
    outline: none; 
    border: none;

}



.fade-in {
    /* opacity: 0; */
    animation: fadeIn 0.2s ease-in-out;
  }


.container-lista-os{
    display: block;
    width: 100%;
    background-color: white;

}

#lista-os{
    margin: auto;
    margin-top: 1rem;
    width: 99%;
    border-collapse: collapse;
}

.campo-os a {
    color: black;
}



.titulo-pg-os{
    background-color: #4cbcb4;
    color: black;
    font-size: 2rem;
    height: 3rem;
    text-align: center;
    /* border: 0.1rem solid black; */
    font-weight: bold;

}


.campo-os{
    color: black;
    font-size: 1.7rem;
    text-align: center;
    /* border: 0.1rem solid black; */
    padding: 0.5rem;
    white-space: wrap;
    white-space: normal;
    word-wrap: break-word;
    height: auto;
    animation: fadeIn 0.1s ease;


}
.campo-os img{
  width: 3rem;
  height: 3rem;
  cursor: pointer;

}

.soma-total-os{
    width: 100%;
    height: 5vh;
    display: flex;
    position: fixed;
    bottom: 5vh;
    justify-content: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    align-items: center;
    background-color: rgba(1, 221, 1, 0.572);
    animation: fadeIn 0.1s ease;

}

.soma-total-os h1{
    font-size: 2.3rem;
    margin: 0 1rem 0 0;
    text-transform: uppercase;
}

.soma-total-os img{
    width: 2.5rem;
    height: 2.5rem;
    cursor: pointer;
}

.ocultar-valor{
    filter: blur(0.7rem);
}

.soma-total-os input{
    font-size: 2.4rem;
    height: auto;
    border: none;
    outline: none;
    padding: 0;
    width: auto; /* Ajusta a largura ao conteúdo */
    box-sizing: border-box;
}

/* Fim estilização página OS's */



.container-modal-status-producao{
    width: 50%;
    background-color: #e7eeee;
   
    height: auto;
    flex-direction: column;
    position: absolute;
    left: 35%;
    top: 20%;
    z-index: 999;
    border-radius: 0.5rem;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    display: none;
    animation: fadeIn 0.1s ease;
    align-items: center;
}

.modal-status-producao{
    text-align: center;
}

.container-modal-status-producao h1{
    font-size: 2rem;
    color: black;
    text-transform: uppercase;
}

/* Atualizado */

.btn-atualizar-status{
    font-size: 2rem;
    margin: 2rem 0 2rem 0;
    width: 12rem;
    color: white;
    background-color: #4EBBB5;
    font-weight: bold;
    border-radius: 0.5rem;
    cursor: pointer;
    padding: 0.5rem;
    border: none;

}

.btn-atualizar-status:hover{
    box-shadow: 0px 0px 10px 1px #4ebbb5; 

}

/* Atualizado */

.modal-status-producao-opt #optionStatus{

    width: 100%;
    height: auto;
    text-align: left;
    font-size: 2rem;
    border-radius: 0.5rem;
    margin-top: 2rem;
    padding: 0.5rem;
}

.idpedidoStatus{
    margin-bottom: 1rem;
}
.idpedidoStatus label{
    font-size: 2rem;
}

.idpedidoStatus input{
    border: none;
    font-size:  2rem;
    background: none;
    width: 15rem;
    height: 3rem;

}

.idpedidoStatus input:focus{
    outline: none;
}

.addBoletos label{
    font-size: 2rem;
}

/* Inicio Estilização página Status*/


.conteudo-principal-status{
    width: 100%;
    display: none;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    align-items: center;
    background-color: #e7eeee;    
}


.container-lista-status{
    display: block;
    width: 100%;
    background-color: white;

}

.img-filter {
    width: 1.2rem;
    height: 1.2rem;
    cursor: pointer;
}

.img-filter-Number {
    width: 1.2rem;
    height: 1.2rem;
    cursor: pointer;
}
.img-filter-Number-finance {
    width: 1.2rem;
    height: 1.2rem;
    cursor: pointer;
}

.img-filter-data {
    width: 1.2rem;
    height: 1.2rem;
    cursor: pointer;
}

.img-filter-data-finance {
    width: 1.2rem;
    height: 1.2rem;
    cursor: pointer;
}

.img-filter-data-finance-conta {
    width: 1.2rem;
    height: 1.2rem;
    cursor: pointer;
}

.fade-in {
    /* opacity: 0; */
    animation: fadeIn 0.2s ease-in-out;
  }

#lista-status{
    margin: auto;
    margin-top: 1rem;
    width: 99%;
    border-collapse: collapse;
}


.titulo-pg-status{
    background-color: #4cbcb4;
    color: black;
    font-size: 2rem;
    height: 3rem;
    text-align: center;
    font-weight: bold;
    justify-content: center;

}


.campo-status{
    color: black;
    font-size: 1.7rem;
    text-align: center;
    padding: 0.5rem;
    white-space: wrap;
    white-space: normal;
    word-wrap: break-word;
    height: auto;
    animation: fadeIn 0.1s ease;


}
.campo-status a {
    color: black;
}

.campo-status img{
  width: 3rem;
  height: 3rem;
  cursor: pointer;

}

/*Fim Estilização página Status*/

/* Inicio estilização página Pendencias */

.conteudo-principal-pendencias{
    width: 100%;
    display: none;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;

    background-color: #e7eeee;    


}

.fade-in {
    /* opacity: 0; */
    animation: fadeIn 0.2s ease-in-out;
  }

.container-menu-horizontal-pendencias{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-pendencias{
    margin: 1rem 0 1rem 1rem;
    justify-content: left;
    align-items: center;
    width: 99%;
    display: flex;

}

.menu-pendencias button{
    cursor: pointer;
    font-size: 1.8rem;
    width: 12%;
    padding: 0.5rem;
    color: white;
    background-color: #4EBBB5;
    font-weight: bold;
    border-radius: 0.5rem;
    border: none;
}

.menu-pendencias button:hover{
    box-shadow: 0px 0px 10px 1px #4ebbb5; 

}

.container-lista-pendencias{
    display: block;
    width: 100%;
    background-color: white;

}

#lista-pendencias{
    margin: auto;
    margin-top: 1rem;
    width: 99%;
    border-collapse: collapse;
}

.titulo-cliente, .titulo-pendencia{
    background-color: #4cbcb4;
    color: black;
    font-size: 2rem;
    height: 3rem;
    text-align: center;
    font-weight: bold;

}


/* Fim estilização página Pendencias */

/*Inicio Estilização página calculoCusto*/

.conteudo-principal-calculoCusto{
    width: 100%;
    display: none;
    background-color: #e7eeee; 
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.container-calculoCusto{
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    width: 99%;
    align-items: center;
}
.blocos-calculoCusto{
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 99%;
    height: auto;
    /* background-color: white; */
    border-radius: 2rem;
    /* box-shadow: 0.1rem 0.05rem 1rem rgb(211, 211, 211); */

}

.title-calculoCusto{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: black;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.title-calculoCusto img{
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 0.5rem;
}
.title-calculoCusto h1{
    font-size: 2.5rem;
}

.custoPedido{
    width: 100%;
    background-color: #adeada;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 1.5rem;
    border-radius: 2rem;
    box-shadow: 0.1rem 0.05rem 1rem rgb(211, 211, 211);


}

.custoPedido h3{
    margin: 0 0 1rem 0;
    font-size: 1.8rem;
}

.containerCustosFixosTotais{
    width: 100%;
    background-color: #bdeadb;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 1.5rem;
    border-radius: 2rem;
    margin-top: 1rem;
    box-shadow: 0.1rem 0.05rem 1rem rgb(211, 211, 211);

}
.custosFixosTotais{
    width: 95%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.custosFixosInputs{
    display: flex;
    flex-direction: column;
    width: 60%;
}
.custosFixosResults{
    display: flex;
    flex-direction: column;
    border-radius: 2rem;
    color: #3d3d3d;
    width: 35%;


}

.custosFixosResults .input-calculoCusto h3{
    font-size: 1.5rem;
}

.containerCustosFixosTotais h3{
    margin: 0 0 1rem 0;
    font-size: 1.8rem;
}

.custosFixosResults .input-calculoCusto input{
    border: none;
    
}

.custosFixosResults .input-calculoCusto input:focus{
   
    outline: none;
    border: none;    
    background: none;
    
}

.custosEspecificos{
    width: 100%;
    background-color: #cdeadc;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 1.5rem;
    border-radius: 2rem;
    margin-top: 1rem;
    box-shadow: 0.1rem 0.05rem 1rem rgb(211, 211, 211);



}

.custosEspecificos h3{
    margin: 0 0 1rem 0;
    font-size: 1.8rem;
}

.CustosAdministrativos{
    width: 100%;
    background-color: #edeade;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 1.5rem;
    border-radius: 2rem;
    margin-top: 1rem;
    box-shadow: 0.1rem 0.05rem 1rem rgb(211, 211, 211);


}

.CustosAdministrativos h3{
    margin: 0 0 1rem 0;
    font-size: 1.8rem;
}

.input-calculoCusto{
    margin-top: 1rem;
    width: 95%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.input-calculoCusto h3{
    margin: 0;
    font-size: 1.7rem;
}

.input-calculoCusto input{
    width: 50%;
    border: none;
    border-bottom: 0.1rem solid black;
    background: none;
    font-size: 1.5rem;
    text-align: center;
}
.container-btnCalculoCusto{
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 2rem 0 2rem 0;
}

/* Atualizado */

.btnCalculoCusto, .btnAtualizarCustos{
    font-size: 1.8rem;
    width: auto;
    height: 3.5rem;
    border: 0.2rem solid #4cbcb4; 
    border-radius: 0.5rem;
    background-color: #4cbcb4;
    color: white;
    cursor: pointer;
}

.btnAtualizarCustos{
    margin-left: 2rem;
}

.btnCalculoCusto:hover, .btnAtualizarCustos:hover{
    box-shadow: 0 0 1rem 0.1rem #4cbcb4;

}


.input-calculoCusto input:focus{
  
    outline: none;
    border-bottom: 0.1rem solid #4cbcb4;
    background: none;
}

.container-resultado-calculoCusto{
    display: flex;
    flex-direction: row;
    width: 99%;
    justify-content: space-around;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.resultado-calculoCusto{
    display: flex;
    flex-direction: column;
    background: radial-gradient(circle at 50% 50%, rgb(255, 255, 255), rgb(78, 187, 181));
    width: 100%;
    border-radius: 2rem;
}

.title-resultado-calculoCusto{
    width: 100%;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    justify-content: center;
}

.title-resultado-calculoCusto h1{
    font-size: 2.5rem;
}

.title-resultado-calculoCusto img{
    width: 3rem;
    height: 3rem;
    margin-left: 1rem;
}

.valor-resultado-calculoCusto{

    display: flex;
    flex-direction: row;
    justify-content: space-around;

}


.precoRecomendado h2, .precoMinimo h2{
    display: flex;
    font-size: 2rem;
    margin: 0;
    color: #3d3d3d;
}

.precoRecomendado p, .precoMinimo p{
    color: black;
    display: flex;
    font-size: 2rem;
    margin: 0 0 0 0.5rem;
    font-weight: bold;
}
.ia-resultado-calculoCusto{
    width: 100%;
    font-size: 1.7rem;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    display: flex;
    justify-content: center;

}
.text-ia-resultado{
    width: 90%;
    display: flex;
    justify-content: center;
    text-align: center;
}

/*Fim Estilização página calculoCusto*/

/*Estilização Rodapé*/

.rodape{
    height: 5vh;
    background-color: rgb(45, 44, 44);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    width: 100%;
}

.rodape-logo{
    display: flex;
    justify-content: right;
    width: 55%;
}

.rodape-options-mobile{
    display: none;
}

.rodape h1{
    font-size: 3rem;
}

.rodape-logo img{
    max-width: 100%;
    height: 2.5rem;

}

.helpIcon{
    display: flex;
    justify-content: right;
    width: 45%;
}

.helpIcon img{
    max-width: 100%;
    height: 3rem;
    margin-right: 2rem;
    cursor: pointer;
}

.rodape-optionsHelp {
    width: 30rem;
    height: 20rem;
    position: fixed;
    bottom: 5vh;
    right: 2rem;
    background-color: rgb(45, 44, 44);
    padding: 1rem;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border-radius: 0.5rem;
    display: none;
    flex-direction: column;
    gap: 0.5rem;
    z-index: 997;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 1.5rem;
}

.rodape-optionsHelp a {
    text-decoration: none;
    color: white;
    transition: color 0.3s;
}

.rodape-optionsHelp a:hover {
    color: #4cbcb4;
}

.rodape-optionsHelp img{
    width: 3rem;
    height: 3rem;
    cursor: pointer;
}

.contact-WhatsApp{
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 1rem;
    padding-bottom: 1rem;
    border-bottom: solid 1px rgb(59, 59, 59);
}

.contact-Youtube{
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
}
/* Estilos da página de login */

.conteudo-principal-login{
    display: flex;
    width: 100%;
    height: 99.9vh;
    justify-content: center;
    align-items: center;
    background: radial-gradient(circle at 50% 50%, rgb(255, 255, 255), #4fbab5);
}

.container-login{
    display: flex;
    width: 60%;
    height: 80%;
    justify-content: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    border: 0.1rem solid black;
    border-radius: 0.5rem;
    box-shadow: 0 0 2rem 0.6rem white;


}
.container-apresentacao-sistema{
    display: flex;
    flex-direction: column;
    width: 50%;
    justify-content: center;
    align-items: center;
    border-right: 0.2rem solid black;
    background-color: rgba(0, 0, 0, 0.795);

}

.apresentacao-sistema{
    width: 90%;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: justify;
    color: white;

}

.apresentacao-sistema img{
    max-width: 60%;
    height: auto;
}

.apresentacao-sistema p{
    font-size: 1.7rem;
    margin-top: 2rem;
    font-weight: lighter;
}


.conteudo-login{

    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    color: white;
    animation: fadeIn 0.1s ease;


}

.container-conteudo-login{
    display: flex;
    flex-direction: column;
    width: 50%;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    animation: fadeIn 0.1s ease;

}
.conteudo-login h1{
    font-size: 3.5rem;
    text-transform: uppercase;
}

.conteudo-login button {
    font-size: 2rem;
    margin: 2rem 0 2rem 0;
    cursor: pointer;
    width: 10rem;
    color: white;
    background-color: #4fbab5;
    border-radius: 0.5rem;
    padding: 0.5rem;
    border: none;
    
}

.conteudo-login button:hover {
  
    box-shadow: 0px 0px 10px 1px #4ebbb5; 
    
}

.conteudo-login img{
    display: none;
}

.conteudo-recuperar-senha img{
    display: none;
}

.conteudo-login h6{
    font-size: 1.2rem;
    margin: 0;
    text-align: center;
    cursor: pointer;
    text-decoration: underline;
    margin-top: 1rem;
}

.campos-dados-login{
    display: flex;
    flex-direction: column;
    width: 80%;
}



.campos-dados-login label{
    font-size: 1.5rem;
}

.campos-dados-login input{
    font-size: 1.5rem;
    border: none;
    background: none;
    border-bottom: 0.2rem solid white;
    margin: 0.5rem 0 1rem 0;
    color: white;
    
}

.campos-dados-login input:focus{
  
    outline: none;
    border-bottom: 0.2rem solid black;
    background: none;
}




.conteudo-recuperar-senha{

    display: none;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    color: white;
    animation: fadeIn 0.1s ease;


}
.conteudo-recuperar-senha h1{
    font-size: 3rem;
    text-transform: uppercase;
    text-align: center;
}

.conteudo-recuperar-senha button {
    font-size: 2rem;
    margin: 2rem 0 2rem 0;
    cursor: pointer;
    width: auto;
    color: white;
    background-color: #4fbab5;
    border-radius: 0.5rem;
    padding: 0.7rem;
    border: none;
    
}

.conteudo-recuperar-senha button:hover {
  
    box-shadow: 0px 0px 10px 1px #4ebbb5; 
    
}

.conteudo-recuperar-senha h6{
    font-size: 1.2rem;
    margin: 0;
    text-align: center;
    cursor: pointer;
    text-decoration: underline;
}

.campos-dados-recuperar{
    display: flex;
    flex-direction: column;
    width: 80%;
}



.campos-dados-recuperar label{
    font-size: 1.5rem;
}

.campos-dados-recuperar input{
    font-size: 1.5rem;
    border: none;
    background: none;
    border-bottom: 0.2rem solid white;
    margin: 0.5rem 0 1rem 0;
    color: white;
    
}

.campos-dados-recuperar input:focus{
  
    outline: none;
    border-bottom: 0.2rem solid black;
    background: none;
}










/* Página de acompanhamento */

.conteudo-principal-acompanhamento{
    display: flex;
    width: 100%;
    height: 99.9vh;
    justify-content: center;
    align-items: center;
    background: radial-gradient(circle at 50% 50%, rgb(255, 255, 255), #4fbab5);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;

}

.container-acompanhamento{
    display: flex;
    flex-direction: column;
    width: 60%;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    box-shadow: 0 0 2rem 0.6rem white;

}
.conteudo-acompanhamento{

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70%;

   
}

.conteudo-acompanhamento h1{
    font-size: 3.5rem;
    text-transform: uppercase;
}

.conteudo-acompanhamento button {
    font-size: 2rem;
    margin: 2rem 0 2rem 0;
    cursor: pointer;
    width: 10rem;
    color: white;
    background-color: #4fbab5;
    border-radius: 0.5rem;
    padding: 0.5rem;
    border: none;
    
}

.conteudo-acompanhamento button:hover {
  
    box-shadow: 0px 0px 10px 1px #4ebbb5; 
}

.conteudo-acompanhamento h6{
    font-size: 1.2rem;
    margin: 0;
}

.campos-dados-acompanhamento{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.campos-dados-acompanhamento label{
    font-size: 1.5rem;
}

.campos-dados-acompanhamento input{
    width: 80%;
    font-size: 1.5rem;
    border: none;
    background: none;
    border-bottom: 0.2rem solid white;
    margin: 1rem 0 1rem 0;
    color: white;
    text-align: center;
    
}

.campos-dados-acompanhamento input:focus{
  
    outline: none;
    border-bottom: 0.2rem solid black;
    background: none;
}


.container-modal-acompanhamento{
    background-color: #5cabe3;
    display: none;
    flex-direction: column;
    width: 60%;
    height: 40%;
    position: absolute;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    z-index: 99999;
    animation: fadeIn 0.1s ease;
    align-items: center;
    border-radius: 1rem;
    justify-content: center;
    color: white;
    left: 20%;
    top: 30%;
    box-shadow: 0 0 2rem 0.6rem white;

}

.informativos-acompanhamento h1{
    font-size: 2.5rem;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/* Fim da página de acompanhamento */

/* Modal para confirmar exclusão */

/* Atualizado */

.container-confirmar-exclusao{
    width: 30%;
    height: auto;
    flex-direction: column;
    position: absolute;
    left: 30%;
    top: 30%;
    z-index: 1002;
    border-radius: 0.5rem;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background-color: #e7eeee;   
    display: none;
    animation: fadeIn 0.1s ease;

}

.confirmar-exclusao{
    text-align: center;
}

.confirmar-exclusao h1{
    font-size: 2rem;
    text-transform: uppercase;
}
/* Atualizado */

.confirmar-exclusao button{
    font-size: 2rem;
    margin-right: 2rem;
    margin-bottom: 2rem;
    width: auto;
    color: white;
    background-color: #4EBBB5;
    font-weight: bold;
    border-radius: 0.5rem;
    padding: 0.5rem;
    cursor: pointer;
    border: none;
}

.container-confirmar-exclusao button:hover{

    box-shadow: 0px 0px 10px 1px #4ebbb5; 

}

/* Modal para ativação de conta */

.container-status-conta{
    width: 30%;
    height: auto;
    flex-direction: column;
    position: absolute;
    left: 35%;
    top: 30%;
    z-index: 10000;
    border-radius: 0.5rem;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background-color: #e7eeee;   
    display: none;
    animation: fadeIn 0.1s ease;

}

.status-conta{
    text-align: center;
    padding: 3rem;
}

.status-conta h1{
    font-size: 2rem;
}
/* Atualizado */

.status-conta button{
    font-size: 1.8rem;
    margin-bottom: 2rem;
    margin-top: 2rem;

    width: auto;
    color: white;
    background-color: #4EBBB5;
    font-weight: bold;
    border-radius: 0.5rem;
    padding: 0.8rem;
    cursor: pointer;
    border: none;
}

.container-status-conta button:hover{

    box-shadow: 0px 0px 10px 1px #4ebbb5; 

}

/* Modal para ativação de conta */


/* Modal para os duplicada */

/* Atualizado */
.container-os-duplicate{
    width: 35%;
    height: auto;
    flex-direction: column;
    position: absolute;
    left: 30%;
    top: 30%;
    z-index: 1002;
    border-radius: 0.5rem;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background-color: #e7eeee;
   
    display: none;
    animation: fadeIn 0.1s ease;

}

.os-duplicate{
    text-align: center;
}

.os-duplicate h1{
    padding: 2rem;
    font-size: 2rem;
}

/* estilização da página de registro */

/* Atualizado */
.periodo-finance{
    display: flex;
    width: 15%;
    justify-content: right;
    align-items: center;
    margin: 0.5rem 0.5rem 0.5rem 0;

}

.periodo-finance-mobile{
    display: none;
}

#PeriodoFinance{
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
    background: none;
    border: none;
    font-size: 1.5rem;
}

#PeriodoFinance:focus{
    outline: none; 
    border: none;

}

.container-register{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #e7eeee;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;

}

.line-2{
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.line-2-1{
    width: 100%;
    height: 46%;
    display: flex;
    justify-content: space-around;
}


.container-add-value{
    display: flex;
    width: 99%;
    height: 100%;
    background-color: #ffffff;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;

}

.line-2-2{
    width: 100%;
    height: 46%;
    margin-top: 1rem;
    display: flex;
    justify-content: space-around;
}


.conteudo-dashboard-finance{
    width: 49%;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}


.graficos-finance{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    justify-content: space-around;
    align-items: center;
}

.grafico-finance{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    background-color: white;
    border-radius: 2rem;
}

.container-ia-finance{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    justify-content: space-around;

}

.ia-finance{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: radial-gradient(circle at 50% 50%, rgb(255, 255, 255), rgb(78, 187, 181));
    border-radius: 2rem;
    align-items: center;
    overflow-y: auto;
    overflow-x: none;
    
}
.title-finance-sugestIA{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.title-finance-sugestIA h1{
    font-size: 2.5rem;
    margin: 1rem;
}

.title-finance-sugestIA img{
    width: 3.5rem;
    height: 3.5rem;
}


.container-text-generateAi-finance{
    display: none;

}

.container-button-generateAi-finance{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.container-button-generateAi-finance button{
    font-size: 2rem;
    margin: 2rem 0 2rem 0;
    width: auto;
    padding: 1rem;
    color: white;
    background-color: #4EBBB5;
    font-weight: bold;
    border-radius: 0.5rem;
    cursor: pointer;
    border: none;
    font-style: italic;

}

.container-button-generateAi-finance button:hover{
    box-shadow: 0px 0px 10px 1px #4ebbb5; 

}

.container-text-generateAi-finance p{
    margin: 1rem 2rem 1rem 2rem;
    font-size: 2rem;
    font-style: italic;
}

.container-add-value button{
    font-size: 1.7rem;
    font-weight: bolder;
    margin: 1rem 0 1rem 0;
    cursor: pointer;
    width: 10rem;
    color: black;
    background-color: #c4c4c4;
    border-radius: 0.5rem;
    padding: 0.5rem;
    border: none;
}

.container-add-value button:hover{
    background-color: #4cbcb4;
    color: white;
    scale: 1.05;

}

.actionButtons .remove-employ-button:hover{
    color: white;
    background-color: rgb(214, 45, 45);
    scale: 1.05;

}

.actionButtons .remove-contasPagar-button:hover{
    color: white;
    background-color: rgb(214, 45, 45);
    scale: 1.05;

}


.actionButtons .remove-prestador-button:hover{
    color: white;
    background-color: rgb(214, 45, 45);
    scale: 1.05;

}

.actionButtons .remove-value-button:hover{
    color: white;
    background-color: rgb(214, 45, 45);
    scale: 1.05;

}

.add-value-title h1{
    margin-top: 2rem;
    font-size: 2.5rem;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.add-value-content{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    margin: 1rem 0 1rem 0;
    flex-wrap: wrap;

}

.add-value-input{
    display: flex;
    flex-direction: column;
}

.add-value-input select{
    font-size: 1.7rem;
    margin: 0.5rem 0 1rem 0;
    height: 3rem;
    border-radius: 1rem;
}

.add-value-input input{
    font-size: 1.7rem;
    margin: 0.5rem 0 1rem 0;
    height: 3rem;
    border-radius: 1rem;
}

.currentDate{
    width: 11rem;
}

.add-value-input label{
    font-size: 1.5rem;
    font-weight: bolder;
}

.optionEmployed, .optionPartner, .optionThird, .optionIncoming, .optionCategory {
    display: none;
    opacity: 0;
    transition: opacity 0.5s;
  }
  
.show{
    display: flex;
    opacity: 1;
    transition: opacity 0.5s;

  }

.valor input{
    text-align: center;
}

/* linha 1 */

.line-3{
    width: 100%;
    display: flex;
    justify-content: center;
}
.containerWindowRegister{
    width: 99%;
    display: flex;
    justify-content: space-between;
}

.abas-container-register{
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 1rem;
    justify-content: left;
}


.abas-register{
    display: flex;
    width: 21%;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    background-color: #ffffff;
    justify-content: center;
    cursor: pointer;
    margin-right: 0.4rem;

}

.selectAbaRegister{
    display: flex;
    width: 20%;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    background-color: #4cbcb4;
    color: white;
    justify-content: center;
    cursor: pointer;
    margin-right: 0.4rem;
    transition: all 0.5s;
}

.abas-register h1{
    font-size: 1.7rem;
    margin: 0.5rem;
}

.actionButtons{
    width: 20%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

/* Atualizado */

.container-valores{
    display: flex;
}
.container-contasPagar{
    display: none;
}

.container-employ{
    display: none;
    flex-direction: column;
    width: 100%;
    align-items: center;
    /* justify-content: center; */
}
.container-prestador{
    display: none;
    flex-direction: column;
    width: 100%;
    align-items: center;
    /* justify-content: center; */
}

/* estilização da página de finanças */

.iconFinanceType{
    display: none;
}


.container-finance{
    width: 100%;
    display: none;
    flex-direction: column;
    background-color: #e7eeee;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 5vh;

}

.line-1{
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.ContainerValuesBank{
    width: 30%;
    min-width: 24%;
    display: flex;
    height: auto;
    background-color: #ffffff;
    margin-top: 1rem;
    border-radius: 2.5rem;
    justify-content: center;
    box-shadow: 0.1rem 0.05rem 1rem rgb(211, 211, 211);
}

.valuesBank{
    width: 100%;
    margin: 1rem;
    display: flex;
    justify-content: space-between;
}
.containerValues{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.5rem;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;

}
.containerValues input{
   
    border: none;
    background: none;
    font-size: 1.7rem;
    color: black;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.containerValues input:focus{
   
    outline: none;
}


.containerIcons{
    display: flex;
    align-items: center;
}

.containerIcons img{
    width: 5rem;
    height: 5rem;
    margin-right: 0.5rem;
}

.containerValues h3{
    font-size: 1.5rem;
    margin: 1rem 0 0 0;
    font-weight: bolder;
}

.containerValues h5{
    font-size: 1.4rem;
    color: rgb(134, 134, 134);
    margin: 0 0 0 0.3rem;
}

/* linha3 */


.line-3{
    width: 100%;
    display: flex;
    justify-content: center;
}
.containerWindow{
    width: 99%;
    display: flex;
    justify-content: space-between;
}

.abas-container{
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 2rem;
    justify-content: left;
}

.btnMaxMin{
    display: flex;
    width: 2%;
    height: auto;
    align-items: center;
    margin-right: 1rem;
}
.btnMaxMin img{
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;

}


.abas{
    display: flex;
    width: 21%;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    background-color: #ffffff;
    justify-content: center;
    cursor: pointer;
    margin-right: 0.4rem;

}

.selectAba{
    display: flex;
    width: 20%;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    background-color: #4cbcb4;
    color: white;
    justify-content: center;
    cursor: pointer;
    margin-right: 0.4rem;
    transition: all 0.5s;
}

.abas h1{
    font-size: 1.7rem;
    margin: 0.5rem;
}

/* linha 4 */

.line-4{
    width: 100%;
    display: flex;
    justify-content: center;
}

.container-lista-finance{
    display: block;
    width: 100%;

}

.fade-in {
    /* opacity: 0; */
    animation: fadeIn 0.2s ease-in-out;
  }

#lista-finance{
    margin: auto;
    /* margin-top: 1rem; */
    width: 99%;
    border-collapse: collapse;
    background-color: #ffffff;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}


.titulo-finance{
    color: black;
    font-size: 2rem;
    height: 3rem;
    text-align: center;
    font-weight: bold;
    justify-content: center;
    border-radius: 0.5rem;
    border-bottom: 0.1rem solid black;
    padding-top: 1rem;
    padding-bottom: 1rem;


}


.campo-finance{
    color: black;
    font-size: 1.7rem;
    text-align: center;
    /* border: 0.1rem solid black; */
    padding: 0.5rem;
    white-space: wrap;
    white-space: normal;
    word-wrap: break-word;
    height: auto;
    animation: fadeIn 0.1s ease;

}

.linha-finance{
    border-bottom: 0.1rem solid black;
}
 
.linha-finance:last-child {
    border-bottom: none;
  }

/* Atualizado - Diferente do código anterior */


.linha-finance img{
    width: 2rem;
    height: 2rem;
    cursor: pointer;
}

.soma-total-transacoes{
    width: 100%;
    height: 5vh;
    display: flex;
    position: fixed;
    bottom: 5vh;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background-color: #e7eeee;
    animation: fadeIn 0.1s ease;
    justify-content: center;
    align-items: center;


}

.soma-total-entrada{
    width: 100%;
    height: 5vh;
    display: none;
    position: fixed;
    bottom: 5vh;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background-color: rgba(1, 221, 1, 0.572);
    animation: fadeIn 0.1s ease;
    justify-content: center;
    align-items: center;


}

.soma-total-entrada h1{
    font-size: 2.3rem;
    margin: 0 1rem 0 0;
    text-transform: uppercase;
}

.soma-total-entrada img{
    width: 2.5rem;
    height: 2.5rem;
    cursor: pointer;
}


.soma-total-saida{
    width: 100%;
    height: 5vh;
    display: none;
    position: fixed;
    bottom: 5vh;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background-color: rgba(221, 1, 1, 0.74);
    animation: fadeIn 0.1s ease;
    justify-content: center;
    align-items: center;


}

.soma-total-saida h1{
    font-size: 2.3rem;
    margin: 0 1rem 0 0;
    text-transform: uppercase;
}

.soma-total-saida img{
    width: 2.5rem;
    height: 2.5rem;
    cursor: pointer;
}


.soma-total-investimento{
    width: 100%;
    height: 5vh;
    display: none;
    position: fixed;
    bottom: 5vh;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background-color: rgba(12, 77, 197, 0.572);
    animation: fadeIn 0.1s ease;
    justify-content: center;
    align-items: center;


}

.soma-total-investimento h1{
    font-size: 2.3rem;
    margin: 0 1rem 0 0;
    text-transform: uppercase;
}

.soma-total-investimento img{
    width: 2.5rem;
    height: 2.5rem;
    cursor: pointer;
}

/* Modal atualizar valores */

/* Atualizado - Diferente do código anterior */

.container-modal-valores{
    width: 50%;
    background-color: #e7eeee;    
    height: auto;
    flex-direction: column;
    position: absolute;
    left: 35%;
    top: 20%;
    z-index: 999;
    border-radius: 2rem;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    display: none;
    animation: fadeIn 0.1s ease;
    align-items: center;
}

.inputAtualizarValores{
    display: flex;
    flex-direction: column;
    width: 60%;
}

.container-modal-valores h1{
    font-size: 2rem;
    color: black;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.container-inputs-label{
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 1rem;
}


.container-inputs-label label{
    font-size: 1.8rem;
    margin-right: 1rem;

}

.container-inputs-label input:focus {
    outline: none; 
    border: none; 
    border-bottom: 0.1rem solid #4EBBB5;

}

.container-inputs-label input{
    border: none;
    display: flex;
    border-bottom: 0.1rem solid black;
    font-size:  1.8rem;
    background: none;
    width: 80%;
    height: 3rem;
    text-align: center;

}

.container-btns-modal-valores, .container-btns-modal-contasPagar{

    margin: 2rem 0 2rem 0;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.btn-container-modal-valores{
    font-size: 2rem;
    width: 12rem;
    color: white;
    background-color: #4EBBB5;
    font-weight: bold;
    border-radius: 0.5rem;
    cursor: pointer;
    border: none;
    padding: 0.5rem;
    margin-right: 2rem;

}

.btn-container-modal-valores:hover{
    box-shadow: 0px 0px 10px 1px #4ebbb5; 

}

.remove-value-button, .remove-contasPagar-button{
    width: 3rem;
    height: 3rem;
    cursor: pointer;
}

/* Atualizado - Diferente do código anterior */

.table-list-employ, .table-list-prestador{
    display: block;
    width: 100%;
    margin-top: 1rem;

}

#list-employ, #list-prestador{
    margin: auto;
    width: 99%;
    margin-top: 0;
    border-collapse: collapse;
    background-color: #ffffff;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}


.title-employ, .title-prestador {
    color: black;
    font-size: 2rem;
    height: 3rem;
    text-align: center;
    font-weight: bold;
    justify-content: center;
    border-radius: 0.5rem;
    border-bottom: 0.1rem solid black;
    padding-top: 1rem;
    padding-bottom: 1rem;


}


.content-employ, .content-prestador{
    color: black;
    font-size: 1.7rem;
    text-align: center;
    /* border: 0.1rem solid black; */
    padding: 0.5rem;
    white-space: wrap;
    white-space: normal;
    word-wrap: break-word;
    height: auto;
    animation: fadeIn 0.1s ease;

}



/* Estilização da página de contas a pagar */
.container-finance-contas{
    width: 100%;
    display: none;
    background-color: #e7eeee;
    flex-direction: column;
    align-items: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    overflow-y: auto;
    overflow-x: hidden;

}
.ContainerBankContas{
    width: 15%;
    display: flex;
    height: auto;
    background-color: #ffffff;
    margin-top: 1rem;
    border-radius: 2.5rem;
    justify-content: center;
    box-shadow: 0.1rem 0.05rem 1rem rgb(211, 211, 211);
}

.contasPagar{
    width: 100%;
    margin: 1rem;
    display: flex;
    justify-content:center;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.containerContas{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.containerQdtContas{
    display: flex;
    align-items: center;
}

.containerQdtContas h1{
    font-size: 2.5rem;
    margin: 0 0 0 0;
    font-weight: bolder;
}

.containerContas img{
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 0.5rem;
}

.containerContas h3{
    font-size: 1.5rem;
    margin: 0 0 0 0;
    font-weight: bolder;
}

/* tabela das contas a pagar */


.container-lista-contas{
    display: block;
    width: 100%;

}

#lista-contas{
    margin: auto;
    width: 99%;
    margin-top: 0;
    border-collapse: collapse;
    background-color: #ffffff;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}


.titulo-table-contas{
    color: black;
    font-size: 2rem;
    height: 3rem;
    text-align: center;
    font-weight: bold;
    justify-content: center;
    border-radius: 0.5rem;
    border-bottom: 0.1rem solid black;
    padding-top: 1rem;
    padding-bottom: 1rem;


}


.campo-contas{
    color: black;
    font-size: 1.7rem;
    text-align: center;
    /* border: 0.1rem solid black; */
    padding: 0.5rem;
    white-space: wrap;
    white-space: normal;
    word-wrap: break-word;
    height: auto;
    animation: fadeIn 0.1s ease;

}

.linha-contas img{
    width: 2rem;
    height: 2rem;
}

.btn-atualizar{
    display: flex;
    width: 100%;
    justify-content: right;
    margin-top: 1rem;
  
}

.btn-atualizar img{
    width: 3.5rem;
    height: 3.5rem;
    margin-right: 2rem;
}

.btn-atualizar img:hover{
   cursor: pointer;
   transform: translate(-50%, -50%);
   animation: spin 1s linear infinite;

}

.campo-contas img{
    width: 2rem;
    height: 2rem;
    cursor: pointer;
  }


/* Atualizado - Diferente do código anterior */


.container-modal-status-conta{
    width: 50%;
    background-color: #e7eeee;    
    height: auto;
    flex-direction: column;
    position: absolute;
    left: 35%;
    top: 20%;
    z-index: 999;
    border-radius: 2rem;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    display: none;
    animation: fadeIn 0.1s ease;
    align-items: center;
}

.container-modal-status-conta h1{
    font-size: 2rem;
    color: black;
    text-transform: uppercase;
}

.btn-atualizar-conta-status{
    font-size: 2rem;
    width: 12rem;
    color: white;
    background-color: #4EBBB5;
    font-weight: bold;
    border-radius: 0.5rem;
    cursor: pointer;
    border: none;
    padding: 0.5rem;
    margin-right: 2rem;


}

.btn-atualizar-conta-status:hover{
    box-shadow: 0px 0px 10px 1px #4ebbb5; 
}

/* Atualizado */

.modal-status-contas-opt{

    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.idContaStatus{
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    width: 100%;
}

.container-idContaStatus{
    display: flex;
    width: 50%;
    justify-content: center;
    align-items: center;
}

.idContaStatus label{
    font-size: 2rem;
    width: 20%;
    text-align: right;

}

.idContaStatus input{
    border: none;
    font-size:  2rem;
    background: none;
    width: 30%;
    text-align: center;

}

.idContaStatus input:focus {
    outline: none; 
    border: none; 
}


#optionContaStatus{
    border: none;
    font-size: 1.7rem;
    text-align: center;
    background: none;
}

/* Estilização filtro de busca finança contas */


.filter-busca-finance{
    display: flex;
    margin: 3rem 0.2rem 0 0.2rem;
    width: 99%;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
}
.busca-finance{
    width: 100%;
    display: flex;
    padding: 1.5rem;
    justify-content: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.busca-finance input{
    width: 100%;
    height: 3rem;
    border-radius: 0.3rem;
    border: none;
    outline: none;

}

.btnFilterFinance{

    font-size: 1.2rem;
    margin-left: 1rem;
    width: auto;
    height: 3rem;
    color: black;
    background-color:  #ffffff;
    border-radius: 0.5rem;
    padding: 0.5rem;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bolder;
    border: 0.1rem solid rgb(231, 231, 231);

}

.btnFilterFinance:hover{
    background-color: #4cbcb4;
    color: white;

}
.btnResetFinance{
    font-size: 1.2rem;
    margin-left: 1rem;
    margin-right: 1rem;
    width: auto;
    height: 3rem;
    color: black;
    background-color:  #ffffff;
    border-radius: 0.5rem;
    padding: 0.5rem;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bolder;
    border: 0.1rem solid rgb(231, 231, 231);

}

.btnResetFinance:hover{
    background-color: #4cbcb4;
    color: white;

}

/* Estilização filtro de busca caixa */
.line-3-1{
    width: 100%;
    display: flex;
    justify-content: center;
}

.line-4-1{
    width: 100%;
    display: flex;
    justify-content: center;
}

.filter-busca-finance-caixa{
    display: flex;
    /* margin: 0; */
    width: 99%;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border-top-right-radius: 2rem;
   
}

.container-btnFilters-finance-caixa{
    display: flex;
}


.busca-finance-caixa{
    width: 100%;
    display: flex;
    padding: 1.5rem;
    justify-content: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.busca-finance-caixa input{
    width: 100%;
    height: 3rem;
    border-radius: 0.3rem;
    border: none;
    outline: none;

}

.filtro-data-finance-caixa{
    width: 50%;
    display: flex;
    justify-content: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
   
}


.filtro-data-finance-caixa input{
    width: 50%;
    height: 3rem;
    margin-right: 1rem;
    border: none;
    outline: none;
    display: flex;
    justify-content: center;

}
.btnFilterFinance{

    font-size: 1.2rem;
    margin-left: 1rem;
    width: auto;
    height: 3rem;
    color: black;
    background-color:  #ffffff;
    border-radius: 0.5rem;
    padding: 0.5rem;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bolder;
    border: 0.1rem solid rgb(231, 231, 231);

}

.btnFilterFinance:hover{
    background-color: #4cbcb4;
    color: white;
    border: 0.1rem solid white;

}
.btnResetFinance{
    font-size: 1.2rem;
    margin-left: 1rem;
    margin-right: 1rem;
    width: auto;
    height: 3rem;
    color: black;
    background-color:  #ffffff;
    border-radius: 0.5rem;
    padding: 0.5rem;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bolder;
    border: 0.1rem solid rgb(231, 231, 231);

}

.btnResetFinance:hover{
    background-color: #4cbcb4;
    color: white;
    border: 0.1rem solid white;

}

.line-4-1-1{
    display: flex;
    width: 100%;
    justify-content: right;
    margin-top: 3rem;
    margin-bottom: 1rem;
}

.container-paginacao{
    display: flex;
    width: 90%;
    justify-content: right;

}

.buttons-paginacao{
    display: flex;
    width: 11%;
    justify-content: space-between;
    margin-right: 3rem;

}

.buttons-paginacao img{
    width: 1.5rem;
    height: auto;
    cursor: pointer;
}

.buttons-anterior, .buttons-proximo{
    display: flex;
    width: 27%;
    justify-content: space-between;
}


@media screen and (max-width: 1080px) {

    body{
        margin: 0;
        min-width: 0;
        height: 100%;
                

    }

    html {
        height: 100%;
        background-color: #e7eeee;

    }

    .loaderAi {
        width: 50px;
        height: 75px;
        display: none;
        color: #000;
        background:
            linear-gradient(currentColor 0 0) top/100% 2px,
            radial-gradient(farthest-side at  top, #0000 calc(100% - 2px),currentColor calc(100% - 1px) ,#0000) top,
            linear-gradient(currentColor 0 0) bottom/100% 2px,
            radial-gradient(farthest-side at  bottom, #0000 calc(100% - 2px),currentColor calc(100% - 1px) ,#0000) bottom;
        background-size: 100% 1px,100% 50%; 
        background-repeat: no-repeat;
        animation: l18 4s infinite linear;
    }
    .loaderAi::before,
    .loaderAi::after {
        content: "";
        grid-area: 1/1;
        background: inherit;
        border: inherit;
        animation: inherit;
    }
    .loaderAi::after {
        animation-duration: 2s;
    }
    @keyframes l18 {
        100% {transform: rotate(1turn)}
    }

    .loader {
        width: 20rem;
        height: 20rem;
        position: fixed;
        top: 45%;
        left: 40%;
        z-index: 9999; 
        display: none; 
        aspect-ratio: 1;
        padding: 20px;
        border-radius: 20px;
        box-sizing: border-box;
        mask: conic-gradient(#000 0 0) content-box exclude,conic-gradient(#000 0 0);
        filter: blur(5px);
        animation: l4-0 1.2s linear infinite alternate;
    }
    .loader:before {
        content: "";
        position: absolute;
        inset: 0;
        background: repeating-conic-gradient(#0000 0 5%,#4cbcb4,#0000 20% 50%);
        animation: l4-1 1s linear infinite;
        }
        @keyframes l4-0 {
        to {border-radius: 50%}
        }
        @keyframes l4-1 {
        to {rotate: .5turn}
    }

    .menu-vertical{
        display: none;
    }
    .conteiner-menu-horizontal{
       display: flex;
       width: 100%;
       height: auto;
    }
    .coluna-menu-horinzontal{
        display: flex;
        width: 100%;
        flex-direction: column;
    }

    .coluna-logo{
        padding-top: env(safe-area-inset-top);
        display: flex;
        background-color: rgb(45, 44, 44);
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        justify-content: space-between;
        color: white;
        align-items: center;
        margin-top: 3rem;

    }

    .coluna-menus {
        display: flex;
        position: sticky;
        top: 0;
        background-color: rgb(45, 44, 44); /* para cobrir o fundo */
        padding: 0.5rem;
    }

    .conteiner-menu-horizontal .logo {
        width: 40%;
        margin-left: 2rem;
        
    }
    .conteiner-menu-horizontal .logo h1{
        font-size: 3rem;
        margin-left: 1rem;
    }

    .conteiner-menu-horizontal .logo img{
        width: 80%;
        height: auto;
        margin-left: 1rem;
        
    }

    .user-atual{
        display: flex;
        align-items: center;
    }

    .user-exit{
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-right: 2rem;
        text-align: right;
    }

    .user-exit h3{
        display: none;

    }

    .user-exit p{
        font-size: 3rem;
        margin: 0;
        margin-top: 0.2rem;
        cursor: pointer;
    }

    .user-atual img{
        width: 10rem;
        height: 10rem;
        border-radius: 50%;
        margin-right: 2rem;
    }

    .rodape{
        height: auto;
        background-color: rgb(45, 44, 44);
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        width: 100%;
        position: absolute;
        top: 7vh;
    }

    .helpIcon{
        display: none;
    }

/*     
    .rodape-options-mobile{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        width: 100%;
  
    } */

    .rodape-options-mobile {
        display: flex;
        flex-direction: row;
        gap: 1rem;
        overflow-x: auto;         /* Ativa o scroll horizontal */
        white-space: nowrap;      /* Evita quebra de linha */
        padding: 2rem;
        width: 100%;
        scrollbar-width: none;    /* Oculta scroll no Firefox */
        
        
    }

    .rodape-options-mobile::-webkit-scrollbar {
        display: none;            /* Oculta scroll no Chrome/Safari */
    }


    .rodape-options-mobile img {
        width: 6rem;
        height: 6rem;
        flex: 0 0 auto;
        margin-right: 7rem;
    }

    .active-menu-footer{
        box-shadow: -1px 21px 7px -16px rgba(255,255,255,0.75);
        -webkit-box-shadow: -1px 21px 7px -16px rgba(255,255,255,0.75);
        -moz-box-shadow: -1px 21px 7px -16px rgba(255,255,255,0.75);
    }

    .rodape-options-mobile img:nth-child(1){
        margin: 0 7rem 0 2rem;
    }

    .rodape-options-mobile img:nth-child(11){
        margin-right: 0;
    }

    .rodape-logo{
        display: none;

    }

    .container-conteudo-principal, .conteudo-principal-pendencias, .container-dashboard, .conteudo-principal, .conteudo-principal-status, .conteudo-principal-calculoCusto, .conteudo-principal-os, .conteudo-principal-clientes, .container-register, .container-finance, .container-finance-contas{
        width: 100%;
        height: auto;
    }


    /* Estilos da página de login */

    .conteudo-principal-login{
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        background: radial-gradient(circle at 50% 50%, rgb(255, 255, 255), #4fbab5);
        overflow-y: auto;
        padding-top: 2rem; /* para dar espaço visual */

    }

    .container-login{
        display: flex;
        width: 95%;
        height: 80%;
        justify-content: center;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        border: 0.1rem solid black;
        border-radius: 0.5rem;
        box-shadow: 0 0 2rem 0.6rem white;


    }
    .container-apresentacao-sistema{
        display: none;

    }


    .conteudo-login{

        display: flex;
        flex-direction: column;
        width: 100%;
        max-height: 100%;
        align-items: center;
        justify-content: flex-start;
        color: white;
        animation: fadeIn 0.1s ease;
        overflow: auto;
        background-color: transparent;
    }

    .container-conteudo-login{
        display: flex;
        flex-direction: column;
        height: 100%;
        width: 100%;
        justify-content: center;
        align-items: center;
        background-color: rgba(0, 0, 0, 0.5);

    }

    .title-login, .title-recuperarlogin{
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        margin: 2rem 0 2rem 0;
    }
    .title-login h1, .title-recuperarlogin h1{
        font-size: 6rem;
        text-transform: uppercase;
        margin: 0;
    }

    .container-btnLogin, .container-btnRecuperar{
        display: flex;
        width: 80%;
        margin: 3rem 0 3rem 0;
    }

    .container-btnLogin button, .container-btnRecuperar button{
        width: 100% !important;
        font-size: 6rem;
        margin: 0;
        cursor: pointer;
        width: auto;
        color: white;
        background-color: #4fbab5;
        border-radius: 2rem;
        padding: 2rem;
        border: none;
        
    }



    .conteudo-login button:hover {
    
        box-shadow: 0px 0px 10px 1px #4ebbb5; 
        
    }

    

    .conteudo-login h6{
        font-size: 4rem;
        margin-top: 3rem;
        text-align: center;
        cursor: pointer;
        text-decoration: underline;
    }

    .campos-dados-login{
        display: flex;
        flex-direction: column;
        width: 90%;
        margin: 2rem 0 2rem 0;
    }

    .logo-login{
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .logo-login img{
        display: flex;
        width: 50%;
        height: auto;
        margin-top: 3rem;
    }



    .campos-dados-login label{
        font-size: 5rem;
        margin-top: 5rem;
    }

    .campos-dados-login input{
        font-size: 4.5rem;
        border: none;
        background: none;
        border-bottom: 0.2rem solid white;
        margin: 0.5rem 0 1rem 0;
        color: white;
        
    }

    .campos-dados-login input:focus{
    
        outline: none;
        border-bottom: 0.2rem solid black;
        background: none;
    }


    .conteudo-recuperar-senha{

        display: none;
        flex-direction: column;
        width: 100%;
        justify-content: flex-start;
        align-items: center;
        background-color: transparent;
        color: white;
        animation: fadeIn 0.1s ease;
        overflow: auto;


    }
    .conteudo-recuperar-senha h1{
        font-size: 6rem;
        text-transform: uppercase;
        text-align: center;
    }

    .conteudo-recuperar-senha button {
        font-size: 6rem;
        margin: 5rem 0 2rem 0;
        cursor: pointer;
        width: auto;
        color: white;
        background-color: #4fbab5;
        border-radius: 2rem;
        padding: 2rem;
        border: none;
        
    }

    .conteudo-recuperar-senha button:hover {
    
        box-shadow: 0px 0px 10px 1px #4ebbb5; 
        
    }

    .conteudo-recuperar-senha img{
        display: flex;
        width: 50%;
        height: auto;
        margin-top: 2rem;
    }

    .conteudo-recuperar-senha h6{
        font-size: 4rem;
        margin: 2rem;
        text-align: center;
        cursor: pointer;
        text-decoration: underline;
    }

    .campos-dados-recuperar{
        display: flex;
        flex-direction: column;
        width: 80%;
    }



    .campos-dados-recuperar label{
        font-size: 5rem;
        margin-top: 5rem;
    }

    .campos-dados-recuperar input{
        font-size: 4.5rem;
        border: none;
        background: none;
        border-bottom: 0.2rem solid white;
        margin: 0.5rem 0 1rem 0;
        color: white;
        
    }

    .campos-dados-recuperar input:focus{
    
        outline: none;
        border-bottom: 0.2rem solid black;
        background: none;
    }
    






    /* Estilo das telas: */

    /* Modal para ativação de conta */

    .container-status-conta{
        width: 100%;
        height: auto;
        flex-direction: column;
        position: absolute;
        left: 0;
        top: 20%;
        z-index: 10000;
        border-radius: 0.5rem;
        font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        background-color: #e7eeee;   
        display: none;
        animation: fadeIn 0.1s ease;

    }

    .status-conta{
        text-align: center;
        padding: 3rem;
    }

    .status-conta h1{
        font-size: 5rem;
    }
    /* Atualizado */

    .status-conta button{
        font-size: 6rem;
        margin-bottom: 2rem;
        margin-top: 2rem;
        width: 100%;
        color: white;
        background-color: #4EBBB5;
        font-weight: bold;
        border-radius: 2rem;
        padding: 2rem;
        cursor: pointer;
        border: none;
    }

    .container-status-conta button:hover{

        box-shadow: 0px 0px 10px 1px #4ebbb5; 

    }

/* Modal para ativação de conta */

    /* Modal Ajuste */

    .container-modal-ajustes{
        background-color: #e7eeee;
        display: none;
        flex-direction: column;
        width: 100%;
        height: 100%;
        position: absolute;
        font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        z-index: 1000;
        animation: fadeIn 0.1s ease;
        align-items: center;
        border-radius: 1rem;
    }

    .container-modal-ajustes h1{
        font-size: 5rem;
        color: black;
        text-transform: uppercase;
    }

    .conteudo-modal-ajustes{
        display: flex;
        flex-direction: column;
        margin: 0;
        width: 95%;

    }

 

    .conteudo-modal-ajustes .titulo{
        display: none;
     
    }

    .conteudo-modal-ajustes input{
        width: 100%;
        padding: 3rem;
        margin: 2rem 0;
        border: 1px solid #ccc;
        border-radius: 2rem;
        font-size: 4rem;
        box-sizing: border-box;
        height: 12rem;
        text-align: left;
    }

    #CampoPhotoProfile {
        width: 100%;
        height: 12rem;
        font-size: 4rem;
        background-color: #ffffff;
        border: 1px solid #ccc;
        border-radius: 2rem;

    }



    #CampoPhotoOS {
        width: 100%;
        height: 12rem;
        font-size: 4rem;
        background-color: #ffffff;
        border: 1px solid #ccc;
        border-radius: 2rem;
    }

    .photoProfile label, .photoOS label{
        display: flex;
    }


    .container-btn-atualizar-ajustes{
        display: flex;
        flex-direction: row;
        width: 100%;
        align-items: center;
        justify-content: center;
        margin: 2rem 0 2rem 0;
    }

    .buttons-atualizar-ajustes{
        display: flex;
        flex-direction: row;
        width: 95%;
        align-items: center;

    }



    .btn-atualizar-ajustes{
        width: 100%;
        height: auto;
        font-size: 6rem;
        background-color: #4EBBB5;
        border-radius: 2rem;
        color: white;
        font-weight: bold;
        padding: 2rem;
        cursor: pointer;
        border: none;
        margin: 0;
        justify-content: center;
        align-items: center;


    }


    /* Tela Dashboard */
    .h1-pages{
        display: flex;
        width: 100%;
        font-size: 5rem;
        justify-content: center;
        margin-top: 4rem;
    }
    .container-dashboard {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: auto;
        overflow-y: auto;
    }


    .conteudo-dashboard{
        width: 100%;
        display: flex;
        height: 100%;
        justify-content: center;
        align-items: center;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    }

    .graficos{
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        justify-content: space-around;
        align-items: center;
    }
    .grafico-1, .grafico-2, .grafico-3 {
        width: 90%;
        height: 500px; /* ou ajuste conforme necessário */
        margin: 2rem;
        display: flex;
        justify-content: center;
        background-color: white;
        border-radius: 2rem;
        box-shadow: 0.1rem 0.1rem 1rem rgb(0, 0, 0, 0.5);
    }

    .grafico-3 {
        width: 90%;
        height: auto; /* ou ajuste conforme necessário */
        margin: 2rem;
        display: flex;
        justify-content: center;
        background-color: white;
        border-radius: 2rem;
        box-shadow: 0.1rem 0.1rem 1rem rgb(0, 0, 0, 0.5);
    }
    .sugestIA{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 2rem;
        width: 100%;
        height: auto;
        /* background-color: #A8E6A3; */
        background: radial-gradient(circle at 50% 50%, rgb(255, 255, 255), rgb(78, 187, 181));
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    }

    .title-sugestIA{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .title-sugestIA h1{
        font-size: 5rem;
        margin: 3rem;
    }

    .title-sugestIA img{
        width: 5rem;
        height: 5rem;
    }

    .sugestIA p{
        margin: 1rem 2rem 1rem 2rem;
        font-size: 3rem;
        font-style: italic;
    }

    .container-text-generateAi{
        display: none;
        margin: 1rem;
    }

    .container-button-generateAi{
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        margin-bottom: 2rem;
    }

    .container-button-generateAi button{
        font-size: 4rem;
        margin: 2rem 0 2rem 0;
        width: auto;
        padding: 2rem;
        color: white;
        background-color: #4EBBB5;
        font-weight: bold;
        border-radius: 2rem;
        cursor: pointer;
        border: none;
        font-style: italic;

    }

    .container-button-generateAi button:hover{
        box-shadow: 0px 0px 10px 1px #4ebbb5; 

    }

    .container-text-generateAi p{
        margin: 1rem 2rem 1rem 2rem;
        font-size: 3.5rem;
        font-style: italic;
    }

    /* Tela de Criar OS */

    .container-alerta-cadastro{
        width: 100%;
        background-color: #e7eeee;
        height: auto;
        flex-direction: column;
        position: fixed;
        left: 0;
        top: 45%;
        z-index: 999;
        border-radius: 1rem;
        font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        display: none;
        animation: fadeIn 0.1s ease;
    }

    .alerta-cadastro{
        text-align: center;
    }

    .alerta-cadastro h1{
        font-size: 5rem;
        color: black;
        text-transform: uppercase;
    }

    .alerta-cadastro button{
        width: 95%;
        font-size: 6rem;
        border-radius: 2rem;
    }

    .btn-abrir-cadastro{
        font-size: 4rem;
        margin: 2rem 0 2rem 0;
        width: auto;
        color: white;
        background-color: #4EBBB5;
        font-weight: bold;
        border-radius: 2rem;
        cursor: pointer;
        border: none;
        padding: 1rem;
    }

    .alerta-cadastro button:hover{
        box-shadow: 0px 0px 10px 1px #4ebbb5; 

    }


    .info-empresa{
        display: flex;
        width: 100%;
        justify-content: space-between;
        border-bottom: 0.3rem solid black;
        margin-bottom: 1rem;
    }
    .info-empresa .logo{
        width: 50%;
        margin: 1rem;
    }
    .info-empresa .logo img{
        width: 90%;
        height: 100%;
    }

    .informacoes{
        width: 40%;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 1rem;

    }

    .informacoes h1{
        margin: 0;
        font-size: 4rem;
    }
    .informacoes h2{
        margin: 0;
        font-size: 3rem;

    }
    .informacoes h3{
        margin: 0;
        font-size: 1.5rem;
    }

    .borda-conteudo-principal{
       display: none;

    }

    .orcamento-container-modal {
        display: none;
        position: fixed;
        flex-direction: column;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        top: 0;
        left: 0;
        z-index: 1000;
        background-color: white;
    }

    .conteudo-modal-OS{
        display: flex;
        flex-direction: column;
        width: 100%;
        overflow-y: scroll;
    }

    .orcamento-container{
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0 auto;
    }

    .orcamento-container .secao, .orcamento-container-modal .secao-modal{
        background-color: #ffffff;
        padding: 3rem;
        margin-bottom: 3rem;
        border-radius: 2rem;
        box-shadow: 0 0.1rem 0.4rem rgba(0,0,0,0.1);
    }

    .orcamento-container .secao h2, .orcamento-container-modal .secao-modal h2{
        font-size: 4.5rem;
        margin: 3rem 0 3rem 0;
        color: #333;
    }

    .orcamento-container-modal select {
        width: 100%;
        padding: 3rem;
        margin: 2rem 0;
        border: 1px solid #ccc;
        border-radius: 2rem;
        font-size: 4rem;
        box-sizing: border-box;
        height: 12rem;

    }

    .orcamento-container input, .orcamento-container-modal input {
        width: 100%;
        padding: 3rem;
        margin: 4rem 0;
        border: 1px solid #ccc;
        border-radius: 2rem;
        font-size: 4rem;
        box-sizing: border-box;
        height: 12rem;

    }

    .orcamento-container-modal  label {
      position: absolute;
      top: -10px;
      left: 12px;
      background-color: white;
      padding: 0 6px;
      font-size: 14px;
      color: #6200ea;
      pointer-events: none;
    }

    /* .dataFechamento .input-group, .nfOs .input-group, .addBoletos .input-group {
        position: relative;
        width: 100%;
    }

    .dataFechamento .input-group input, .nfOs .input-group input, .addBoletos .input-group input {
        width: 100%;
        padding: 3rem;
        margin: 2rem 0;
        border: 1px solid #ccc;
        border-radius: 2rem;
        font-size: 4rem;
        box-sizing: border-box;
        height: 12rem;
    }

    .dataFechamento .input-group label, .nfOs .input-group label, .addBoletos .input-group label {
        position: absolute;
        top: -0.5rem;
        left: 3rem;
        background-color: white;
        padding: 0 1rem;
        font-size: 3.5rem;
        color: black;
        pointer-events: none;
    } */
    
    .inputLabel{
        width: 100%;
    }

     .inputLabel .input-group, .inputLabel .input-group-item{
        position: relative;
        width: 100%;
    }

    .inputLabel .input-group input{
        width: 100%;
        padding: 3rem;
        margin: 2rem 0;
        border: 1px solid #ccc;
        border-radius: 2rem;
        font-size: 4rem;
        box-sizing: border-box;
        height: 12rem;
    }

    .inputLabel .input-group label{
        position: absolute;
        top: -0.5rem;
        left: 3rem;
        background-color: white;
        padding: 0 1rem;
        font-size: 3.5rem;
        color: black;
        pointer-events: none;
    }

    .inputLabel .input-group-item label{
        position: absolute;
        top: -2rem;
        left: 3rem;
        background-color: white;
        padding: 0 1rem;
        font-size: 3.5rem;
        color: black;
        pointer-events: none;
    }

    .orcamento-container textarea, .orcamento-container-modal textarea {
        width: 100%;
        padding: 3rem;
        margin: 2rem 0;
        border: 1px solid #ccc;
        border-radius: 2rem;
        font-size: 4rem;
        box-sizing: border-box;

    }


    .orcamento-container .acoes, .orcamento-container-modal .acoes{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

    .orcamento-container button{
        padding: 2rem;
        width: 100%;
        background-color: #007bff;
        color: white;
        border: none;
        font-size: 5rem;
        border-radius: 2rem;
    }

    .orcamento-container-modal button{
        padding: 2rem;
        width: 100%;
        background-color: #4EBBB5;
        color: white;
        border: none;
        font-size: 5rem;
        border-radius: 2rem;
    }

    button.btn-verify-mobile{
        display: flex;
        background-color: #4EBBB5;
        cursor: pointer;
        justify-content: center;

   
    }

    .orcamento-container button.remover-item, .orcamento-container-modal button.remover-item {
        background-color: #dc3545;
        margin-top: 2rem;
        cursor: pointer;
    }

    .orcamento-container button.adicionar-item, .orcamento-container-modal button.adicionar-item {
        background-color: #28a745;
        cursor: pointer;
    }

    .orcamento-container .itens-lista, .orcamento-container-modal .itens-lista-modal{
        border-radius: 1rem;
        margin-bottom: 1rem;
    }


    .orcamento-container .itens-lista .item, .orcamento-container-modal .itens-lista-modal .item-modal{
        /* background-color: #f0f0f0; */
        margin-top: 3rem;
        display: flex;
        gap: 1rem;
        flex-wrap: wrap;
        border-radius: 2rem;
        padding: 2rem;
        border: 0.2rem solid #bdbdbd;
        max-width: 100%;



    }

    .orcamento-container .itens-lista .item input, .orcamento-container-modal .itens-lista-modal .item-modal input {
        flex: 1 1 100%;
        text-align: left;
        padding: 3rem;
        margin: 2rem 0;
        border-radius: 2rem;
        font-size: 4rem;
        box-sizing: border-box;
    }

     .orcamento-container .itens-lista .item .itemsOS, .orcamento-container-modal .itens-lista-modal .item-modal .itemsOS {
        display: block;
        max-width: 100%;
        min-height: 10rem;
        background-color: white;
        flex: 1 1 100%;
        text-align: left;
        padding: 3rem;
        margin: 2rem 0;
        border-radius: 2rem;
        font-size: 4rem;
        box-sizing: border-box;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        border: 1px solid #ccc; /* Adiciona uma borda para simular um textarea */
        white-space: pre-wrap;  /* Permite múltiplas linhas com quebra de texto */
        word-wrap: break-word;  /* Quebra palavras muito longas */
    }

     .orcamento-container .itens-lista .item div:empty::before, .orcamento-container-modal .itens-lista-modal .item-modal div:empty::before {
        content: attr(data-placeholder);
    }




    .btn-save-print{
        display: flex;
        justify-content: space-around;
        width: 100%;
    }
    
    .save-os{
        font-size: 5rem;
        margin: 2rem 1rem 2rem 0;
        width: auto;
        color: white;
        background-color: #4EBBB5;
        font-weight: bold;
        border-radius: 1rem;
        padding: 2rem;
        cursor: pointer;
        border: none;
        width: 49%;


    }

    .print-os{
        font-size: 5rem;
        margin: 2rem 0 2rem 0;
        width: auto;
        color: white;
        background-color: #4EBBB5;
        font-weight: bold;
        border-radius: 1rem;
        padding: 2rem;
        cursor: pointer;
        border: none;
        width: 49%;

    }



    /* Tela de clientes */

    .container-confirmar-exclusao{
        width: 100%;
        height: auto;
        flex-direction: column;
        position: absolute;
        left: 0;
        top: 20%;
        z-index: 1002;
        border-radius: 0.5rem;
        font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        background-color: #e7eeee;   
        display: none;
        animation: fadeIn 0.1s ease;

    }

    .confirmar-exclusao{
        text-align: center;
    }

    .confirmar-exclusao h1{
        font-size: 5rem;
        text-transform: uppercase;
    }
    /* Atualizado */

    .confirmar-exclusao button{
        font-size: 6rem;
        margin-bottom: 2rem;
        margin-right: 0;
        width: 100%;
        color: white;
        background-color: #4EBBB5;
        font-weight: bold;
        border-radius: 2rem;
        padding: 2rem;
        cursor: pointer;
        border: none;
    }

    .menu-clientes{
        margin: 1rem 0 1rem 1rem;
        justify-content: center;
        align-items: center;
        width: 100%;
        display: flex;

    }
    .menu-clientes button{
        cursor: pointer;
        font-size: 6rem;
        width: 100%;
        padding: 2rem;
        color: white;
        background-color: #4EBBB5;
        font-weight: bold;
        border-radius: 2rem;
        border: none;
        margin: 1rem 0 1rem 0;
    }

    /*Estilização Filtro e busca*/

    /* Atualizado */

    .filter-busca{
        display: flex;
        flex-direction: column;
        margin: 0 0.2rem 0 0.2rem;
        width: 100%;
        justify-content: center;
        align-items: center;
        background-color: white;
        border-top-left-radius: 2rem;
        border-top-right-radius: 2rem;
    }
    .container-btnFilters{
        display: flex;
        flex-direction: row;
        width: 100%;
        margin-top: 1rem;
        margin-bottom: 2rem;
        justify-content: space-around;
    }


    .filter-busca input{
        font-size: 3.5rem;
    }

    .busca input{
        width: 99%;
        height: 7rem;
        border: none;
        border-bottom: 0.1rem solid black;
        outline: none;
        border-top-left-radius: 2rem;
        border-top-right-radius: 2rem;
        margin-top: 1rem;
        margin-left: 0.5rem;

    }

    .filtro-data{
        width: 100%;
        display: flex;
        justify-content: center;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        margin-left: 1rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .filtro-data input{
        width: 50%;
        height: 5rem;
        margin-right: 1rem;
        border: none;
        border-bottom: 0.1rem solid black;
        outline: none;
        display: flex;
        justify-content: center;

    }
    .btnFilter, .btnReset{
        font-size: 3rem;
        margin: 0;
        width: 48%;
        height: auto;
        color: black;
        background-color:  #ffffff;
        border-radius: 1rem;
        padding: 1rem;
        cursor: pointer;
        text-transform: uppercase;
        font-weight: bolder;
        border: 0.1rem solid black;

    }

    .btnFilter:hover, .btnReset:hover{
        background-color: #4cbcb4;
        color: white;
        border: 0.1rem solid white;

    }

    #lista-clientes, #lista-clientes tr {
        box-sizing: border-box;
    }

    #lista-clientes  tbody:nth-child(1){
        display: none;
        
    }

    #lista-clientes {
        border: 0;
        max-width: 100%;
        margin: 0;
        box-sizing: border-box;
        overflow-x: auto; /* Se algo ainda estourar */
    }

    #lista-clientes tr {
        display: block;
        margin-bottom: 1rem;
        background-color: white;
        box-shadow: 0 0 5px rgba(0,0,0,0.1);
        padding: 2rem;
        border-radius: 0.5rem;
        width: 100%;
        box-sizing: border-box;
    }

    #lista-clientes td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 3.5rem; /* Ou use clamp(1.6rem, 2vw, 2.5rem) */
        padding: 2rem 0;
        border-bottom: 1px solid #eee;
        max-width: 100%;
        word-break: break-word;
    }

    #lista-clientes td:last-child {
        border-bottom: none;
    }

    #lista-clientes td::before {
        content: attr(data-label);
        font-weight: bold;
        color: #288a85;
        margin-right: 1rem;
    }

    .campo-cliente img {
        width: 6rem;
        height: 6rem;
    }

    .endereco-cliente {
        max-width: 80rem;
        font-size: 4rem;
        text-align: right;
        white-space: normal;
        word-break: break-word;
        flex: 1;
    }

    .linha-cliente span {
        display: inline-block;   /* Para permitir alinhamento vertical */
        vertical-align: middle;  /* Alinha no centro vertical */
        text-align: right;        /* Se quiser texto à esquerda, ou 'center' se preferir */
        line-height: normal;     /* Garante que não está forçando altura */
    }

    .container-modal{
        background-color: #e7eeee;
        flex-direction: column;
        width: 100%;
        height: 100%;
        position: absolute;
        font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        z-index: 1000;
        animation: fadeIn 0.1s ease;
        align-items: center;
        justify-content: center;

    }

    .fechar-modal{
        display: flex;
        width: 95%;
        justify-content: flex-end;
        margin-top: 2rem;
    }

    .fechar-modal img{
        width: 6rem;
        height: 6rem;
        cursor: pointer;
        margin: 2rem;
    }

    .container-modal h1{
    
        font-size: 5rem;

    }

    .conteudo-modal{

        margin: 1rem;
        width: 95%;
        overflow: scroll;


    }


    .conteudo-modal input{

        width: 100%;
        height: 3rem;
        text-align: left;
        font-size:5rem;
        flex-grow: 1;
    }

    .modal-linha-1,
    .modal-linha-2,
    .modal-linha-2-1,
    .modal-linha-3,
    .modal-linha-4,
    .modal-linha-5 {
        display: flex;
        flex-direction: column;
        width: 100%; 
        margin: 0;
    }

    .conteudo-modal .clienteCep{
        display: flex;
        width: 100%;
    }

    .conteudo-modal .clienteRua{
        display: flex;
        width: 100%;
    }


    .btn-cadastrar{
        width: auto;
        height: auto;
        font-size: 5rem;
        background-color: #4EBBB5;
        border-radius: 2rem;
        color: white;
        font-weight: bold;
        padding: 2rem;
        cursor: pointer;
        border: none;
        margin-top: 2rem;
    }

    .container-modal button{
        width: 99%;
    }


    .container-btn-atualizar-cliente{
        display: flex;
        flex-direction: row;
        width: 100%;
        align-items: center;
        justify-content: center;
        margin-bottom: 2rem;
    }

    .buttons-atualizar{
        display: flex;
        flex-direction: row;
        width: 95%;
        align-items: center;
        justify-content: space-around;
    }

    .btn-atualizar-cliente{
        width: auto;
        height: auto;
        font-size: 5rem;
        background-color: #4EBBB5;
        border-radius: 2rem;
        color: white;
        font-weight: bold;
        padding: 2rem;
        cursor: pointer;
        display: none;
        border: none;

    }


    .deletar-cliente{
        width: 7rem;
        height: 7rem;
        cursor: pointer;
    }

    .conteudo-modal .titulo{
        display: none;
        
    }


    .conteudo-modal input{
        width: 100%;
        padding: 3rem;
        margin: 2rem 0;
        border: 1px solid #ccc;
        border-radius: 2rem;
        font-size: 4rem;
        box-sizing: border-box;
        height: 12rem;
    }





    /* Estilo estilização página OS's */

    .container-imprimir-os{
        width: 100%;
        background-color: #e7eeee;
        height: auto;
        flex-direction: column;
        position: fixed;
        left: 0;
        top: 45%;
        z-index: 999;
        border-radius: 2rem;
        font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        display: none;
        animation: fadeIn 0.1s ease;
    }

    .imprimir-os{
        text-align: center;
        justify-content: center;
    }

    .imprimir-os h1{
        font-size: 5rem;
        color: black;
        text-transform: uppercase;
    }

    .imprimir-os button{

        font-size: 6rem;
        margin: 2rem 0 2rem 0;
        width: 95%;
        color: white;
        background-color: #4EBBB5;
        font-weight: bold;
        border-radius: 2rem;
        cursor: pointer;
        border: none;
        padding: 2rem;

    }



    .conteudo-principal-os{
        margin-bottom: 0;
    }

    #lista-os {
        border: 0;
        max-width: 100%;
        margin: 0;
        box-sizing: border-box;
        overflow-x: auto;
    }

    #lista-os  tbody:nth-child(1){
        display: none;
        
    }

    #lista-os tr {
        display: block;
        margin-bottom: 1rem;
        background-color: white;
        box-shadow: 0 0 5px rgba(0,0,0,0.1);
        padding: 2rem;
        border-radius: 0.5rem;
        width: 100%;
        box-sizing: border-box;
    }

    #lista-os td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 3.5rem;
        padding: 2rem 0;
        border-bottom: 1px solid #eee;
        max-width: 100%;
        word-break: break-word;
    }

    #lista-os td:last-child {
        border-bottom: none;
    }

    #lista-os td::before {
        content: attr(data-label);
        font-weight: bold;
        color: #288a85;
        margin-right: 1rem;
    }

    .campo-os img {
        width: 6rem;
        height: 6rem;
    }

    .container-filterPeriodoOS{
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .filterPeriodoOS{
        display: flex;
        width: 99%;
        justify-content: center;
        align-items: center;
        margin: 1rem 1rem 1rem 1rem;

    }

    #PeriodoOS{
        display: flex;
        width: 100%;
        justify-content: center;
        text-align: center;
        background: none;
        border: none;
        font-size: 6rem;
        background-color: #4EBBB5;
        border-radius: 2rem;
        padding: 2rem;
        color: white;
    }


    /*Estilização Modal OS*/

    .container-modal-imprimir-os{
        width: 100%;
        background-color: #e7eeee;
        height: auto;
        flex-direction: column;
        position: fixed;
        left: 0;
        top: 45%;
        z-index: 1011;
        border-radius: 1rem;
        font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        display: none;
        animation: fadeIn 0.1s ease;
    }

    .modal-imprimir-os{
        text-align: center;
        justify-content: center;
    }

    .modal-imprimir-os h1{
        font-size: 5rem;
        color: black;
        text-transform: uppercase;
    }


    .modal-imprimir-os button{
        font-size: 6rem;
        margin: 2rem 0 2rem 0;
        width: 95%;
        color: white;
        background-color: #4EBBB5;
        font-weight: bold;
        border-radius: 2rem;
        cursor: pointer;
        border: none;
        padding: 2rem;


    }


    .container-editar-os{
        background-color: #e7eeee;
        height: 99vh;
        width: 100%;
        display: none;
        flex-direction: column;
        align-items: center;
        z-index: 999;
        overflow: scroll;
    }

    .container-editar-os h1{
        font-size: 4rem;
        margin: 2rem 0 2rem 0;
        text-transform: uppercase;
    }

    .btn-modal-save-print{
        display: flex;
        width: 100%;
        justify-content: space-around;
        margin-bottom: 3rem;
    }

    .btn-modal-save-print button{
        width: 45%;
    }

    .btn-modal-save-print img{
        width: 7rem;
        height: 7rem;
        cursor: pointer;
        margin-bottom: 0;

    }

    .btn-modal-atualizar-os, .btn-modal-imprimir-os{

        padding: 1rem;
        width: auto;
        font-size: 4rem;
        background-color: #4EBBB5;
        border-radius: 1rem;
        color: white;
        font-weight: bold;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        margin: 0;
    }



    .modal-dados-pedido{
        display: flex;
        width: 99%;
        justify-content: center;
        flex-direction: column;
        margin: 2rem 0 2rem 0;
        font-size: 3rem;
    }

    .modal-tabela-os{
        display: block;
        width: 99%;
    }

    .modal-dados-cliente{
        display: flex;
        width: 99%;
        justify-content: center;
        flex-direction: column;
        margin-top: 2rem;


    }
    .modal-dados-cliente input{

        width: 100%;
        height: 5rem;
        text-align: left;
        font-size: 3rem;
    }

    .modal-dados-cliente #optionStatus{

        width: 100%;
        height: 5rem;
        text-align: left;
        font-size: 3rem;
    }

    .modal-dados-linha-1{
        display: flex;
        flex-direction: column;
        margin: 0;
    }

    .modal-dados-linha-2{
        display: flex;
        width: 100%;
        row-gap: 1px;
        margin: 0;
    }

    .modal-dados-linha-3{
        display: flex;
        width: 100%;
        row-gap: 1px;
        margin: 0;
    }

    .modal-dados-linha-4{
        display: flex;
        flex-direction: column;
        margin: 0;
        width: 100%;
        row-gap: 1px;
    }

    .statusOs{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
    }

    .idPedido{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
    }

    .dataFechamento{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
    }

    .nfOs{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
    }

    .addBoletos{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
    }

    .enderecoEntregaCliente{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        
    }

    .comentario{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
    }


    .nfOs .titulo{
        display: flex;
        width: auto;
        height: 5rem;
        border: 0.1rem solid black;
        background-color: rgb(165, 162, 162);
        justify-content: left;
        align-items: center;
        font-size: 3rem;
        white-space: nowrap; /* impede quebra de linha */
        

    } 

    .addBoletos .titulo{
        display: flex;
        width: auto;
        height: 5rem;
        border: 0.1rem solid black;
        background-color: rgb(165, 162, 162);
        justify-content: left;
        align-items: center;
        font-size: 3rem;
        white-space: nowrap; /* impede quebra de linha */
        

    } 
    .idPedido .titulo{
        display: flex;
        width: auto;
        height: 5rem;
        border: 0.1rem solid black;
        background-color: rgb(165, 162, 162);
        justify-content: left;
        align-items: center;
        font-size: 3rem;
        white-space: nowrap; /* impede quebra de linha */
        

    }  
    .dataFechamento .titulo{
        display: flex;
        width: auto;
        height: 5rem;
        border: 0.1rem solid black;
        background-color: rgb(165, 162, 162);
        justify-content: left;
        align-items: center;
        font-size: 3rem;
        white-space: nowrap; /* impede quebra de linha */
        

    }
    .statusOs .titulo{
        display: flex;
        width: auto;
        height: 5rem;
        border: 0.1rem solid black;
        background-color: rgb(165, 162, 162);
        justify-content: left;
        align-items: center;
        font-size: 3rem;
        white-space: nowrap; /* impede quebra de linha */
        

    }  

    .enderecoEntregaCliente .titulo{
        display: flex;
        width: auto;
        height: 5rem;
        border: 0.1rem solid black;
        background-color: rgb(165, 162, 162);
        justify-content: left;
        align-items: center;
        font-size: 3rem;
        white-space: nowrap; /* impede quebra de linha */
        

    }
    .comentario .titulo{
        display: flex;
        width: auto;
        height: 5rem;
        border: 0.1rem solid black;
        background-color: rgb(165, 162, 162);
        justify-content: left;
        align-items: center;
        font-size: 3rem;
        white-space: nowrap; /* impede quebra de linha */
        

    }
    .titulo h2{
        font-size: 3rem;
        margin: 0;
        padding: 1rem 1rem 0 1rem;

    }

    #modal-tabela-orçamento .titulo-os{
        font-size: 3rem;
    }

    
    #modal-tabela-orçamento .item{
        background-color: white;
        color: black;
        font-size: 3rem;
        text-align: center;
        border: 0.1rem solid black;
        padding: 0.5rem;
        text-overflow: ellipsis;
    
    }

    #modal-tabela-orçamento .item img{
        cursor: pointer;
        width: 3.5rem;
        height: 3.5rem;
    }

    .modal-tabela-os .adicionar-linha img{
        cursor: pointer;
        width: 3.5rem;
        height: 3.5rem;
        margin-right: 3rem;

    }

    #modal-tabela-orçamento .item:nth-child(3){

        text-align: center;
        max-width: 20rem;
        white-space: wrap;
        white-space: normal;
        word-wrap: break-word;
        height: auto;
        font-size: 3rem;

    }

    #modal-tabela-orçamento .item:nth-child(7){

        border: none;
        background: none
    }

    .adicionar-linha img{
        cursor: pointer;
        width: 3.5rem;
        height: 3.5rem;
    }

    /* Estilização Status de produção */


    .container-modal-status-producao{
        width: 100%;
        background-color: #e7eeee;
        height: auto;
        flex-direction: column;
        position: absolute;
        z-index: 999;
        border-radius: 1rem;
        font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        display: none;
        animation: fadeIn 0.1s ease;
        align-items: center;
    }

    .modal-status-producao{
        text-align: center;
    }

    .container-modal-status-producao h1{
        font-size: 5rem;
        color: black;
        text-transform: uppercase;
    }

    .container-modal-status-producao button{
        width: 95%;
        margin: 2rem 0 2rem 0;
        font-size: 6rem;
        border-radius: 2rem;
     
    }

    .btn-atualizar-status{
        font-size: 4rem;
        margin: 3rem 0 3rem 0;
        width: auto;
        color: white;
        background-color: #4EBBB5;
        font-weight: bold;
        border-radius: 1rem;
        cursor: pointer;
        padding: 1rem;
        border: none;

    }

    .modal-status-producao-opt{
        display: flex;
        width: 99%;
        justify-content: center;
        align-items: center;
    }

    .modal-status-producao-opt #optionStatus{

        width: 95%;
        height: auto;
        text-align: center;
        font-size: 4rem;
        border-radius: 2rem;
        margin-top: 2rem;
        padding: 2rem;
    }

    .idpedidoStatus{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .idpedidoStatus label{
        font-size: 4rem;
        width: 10%;
        text-align: center;
    }

    .idpedidoStatus input{
        border: none;
        font-size:  4rem;
        background: none;
        width: 40%;
        height: 5rem;
        text-align: center;

    }

    .idpedidoStatus input:focus{
        outline: none;
    }


    #lista-status {
        border: 0;
        max-width: 100%;
        margin: 0;
        box-sizing: border-box;
        overflow-x: auto;
    }

    #lista-status  tbody:nth-child(1){
        display: none;
        
    }

    #lista-status tr {
        display: block;
        margin-bottom: 1rem;
        background-color: white;
        box-shadow: 0 0 5px rgba(0,0,0,0.1);
        padding: 2rem;
        border-radius: 0.5rem;
        width: 100%;
        box-sizing: border-box;
    }

    #lista-status td {
         display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 3.5rem;
        padding: 2rem 0;
        border-bottom: 1px solid #eee;
        max-width: 100%;
        word-break: break-word;
    }

    #lista-status td:last-child {
        border-bottom: none;
    }

    #lista-status td::before {
        content: attr(data-label);
        font-weight: bold;
        color: #4EBBB5;
        margin-right: 1rem;
    }

    .campo-status img {
        width: 5rem;
        height: 5rem;
    }

    /* Estilização Pendencias*/


    .container-modal-pendencias{
        background-color: #e7eeee;
        display: none;
        flex-direction: column;
        width: 100%;
        height: 100%;
        position: absolute;
        font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        z-index: 1000;
        animation: fadeIn 0.1s ease;
        align-items: center;
        border-radius: 1rem;

    }


    .container-modal-pendencias h1{
        font-size: 5rem;
        color: black;
        text-transform: uppercase;
    }

    .conteudo-modal-pendencias{
        display: flex;
        flex-direction: column;
        margin: 1rem;
        width: 95%;
        overflow: scroll;

    }


    .modal-pendencias-linha-1, 
    .modal-pendencias-linha-2, 
    .modal-pendencias-linha-2-1, 
    .modal-pendencias-linha-3, 
    .modal-pendencias-linha-3-1, 
    .modal-pendencias-linha-4{
        display: flex;
        margin: 0;
        flex-direction: column;
        width: 100%;
    }



    .enderecoPendencia, .prioridadePendencias, .statusPendencias, .previsaoPedencias, .detalhesPendencias {
        display: flex;
        align-items: center;
        text-align: left;
        flex-grow: 1;
    }

    .conteudo-modal-pendencias .titulo{
        display: none;

    }


    .conteudo-modal-pendencias input{
        width: 100%;
        padding: 3rem;
        margin: 2rem 0;
        border: 1px solid #ccc;
        border-radius: 2rem;
        font-size: 4rem;
        box-sizing: border-box;
        height: 12rem;
        text-align: left;

    }

    .conteudo-modal-pendencias select{
        width: 100%;
        height: 12rem;
        text-align: left;
        font-size: 4rem;
        padding: 3rem;
        border-radius: 2rem;
        margin: 2rem 0;


    }

    .conteudo-modal-pendencias .pedidoPendencias,
    .conteudo-modal-pendencias .nomeClientePendencias,
    .conteudo-modal-pendencias .CepPendencia,
    .conteudo-modal-pendencias .ruaPendencias,
    .conteudo-modal-pendencias .bairroPendencias,
    .conteudo-modal-pendencias .cidadePendencias,
    .conteudo-modal-pendencias .estadoPendencias,
    .conteudo-modal-pendencias .prioridadePendencias,
    .conteudo-modal-pendencias .previsaoPedencias,
    .conteudo-modal-pendencias .statusPendencias{
        display: flex;
        width: 100%;
    }

   .conteudo-modal-pendencias .detalhesPendencias {
        display: flex;
        width: 100%;
        align-items: stretch; /* <- estica os filhos com base no maior */
    }

    .conteudo-modal-pendencias .detalhesPendencias .titulo {
        display: none;
        
    }

    .conteudo-modal-pendencias div:empty::before  {
        content: attr(data-placeholder);
    }

    .autoResizeDivPendencia{
        text-align: left;
        min-width: 100%;
        max-width: 100%;
        font-size: 4rem;
        min-height: 12rem; /* Ajuste a altura mínima */
        overflow: hidden; /* Esconde a barra de rolagem */
        box-sizing: border-box; /* Inclui padding e border na largura */
        padding: 2rem; /* Ajusta o padding conforme necessário */
        border: 1px solid #ccc; /* Adiciona uma borda para simular um textarea */
        white-space: pre-wrap; /* Mantém as quebras de linha */
        word-wrap: break-word;
        border: 0.1rem solid rgb(118, 118, 118);
        background-color: white;
        margin: 2rem 0;
        border-radius: 2rem;


    }






    .container-btn-atualizar-pendencias{
        display: none;
        flex-direction: row;
        width: 100%;
        align-items: center;
        justify-content: center;
        margin-bottom: 2rem;
    }

    .buttons-atualizar-pendencias{
        display: flex;
        flex-direction: row;
        width: 100%;
        align-items: center;
        justify-content: space-around;
    }

    .buttons-atualizar-pendencias button{
        width: 45%;
    }

    .container-modal-pendencias .btn-cadastrar-pendencia{
        width: 100%;
        margin: 2rem 0 2rem 0;
    }

    .btn-cadastrar-pendencia, .btn-atualizar-pendencias, .btn-imprimir-pendencias{
        height: auto;
        font-size: 6rem;
        background-color: #4EBBB5;
        border-radius: 2rem;
        color: white;
        font-weight: bold;
        padding: 2rem;
        cursor: pointer;
        border: none;
        margin: 0;
        justify-content: center;
        align-items: center;


    }



    .deletar-pendencias{
        width: 7rem;
        height: 7rem;
        cursor: pointer;
    }


    .menu-pendencias{
        margin: 1rem;
        justify-content: center;
        align-items: center;
        width: 99%;
        display: flex;

    }

    .menu-pendencias button{
        cursor: pointer;
        font-size: 6rem;
        width: 100%;
        padding: 2rem;
        color: white;
        background-color: #4EBBB5;
        font-weight: bold;
        border-radius: 2rem;
        border: none;
    }

    .menu-pendencias button:hover{
        box-shadow: 0px 0px 10px 1px #4ebbb5; 

    }

    #lista-pendencias {
        border: 0;
        width: 100%;
        max-width: 100%;
        margin: 0;
        box-sizing: border-box;
        overflow-x: auto;
    }

    #lista-pendencias tbody:nth-child(1){
        display: none;
        
    }

    #lista-pendencias tr {
        display: block;
        margin-bottom: 1rem;
        background-color: white;
        box-shadow: 0 0 5px rgba(0,0,0,0.1);
        padding: 2rem;
        border-radius: 0.5rem;
        width: 100%;
        box-sizing: border-box;
    }

    #lista-pendencias td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 3.5rem;
        padding: 2rem 0;
        border-bottom: 1px solid #eee;
        max-width: 100%;
        word-break: break-word;
    }

    #lista-pendencias td:last-child {
        border-bottom: none;
    }

    #lista-pendencias td::before {
        content: attr(data-label);
        font-weight: bold;
        color: #4EBBB5;
        margin-right: 1rem;
    }

    .campo-pendencia img {
        width: 6rem;
        height: 6rem;
    }

    .codigo-pendencia {
        display: none !important;
    }

    .endereco-pendencia {
        max-width: 60rem;
        font-size: 3.5rem;
        text-align: right;
        white-space: normal;
        word-break: break-word;
        flex: 1;
    }

    .detalhes-pendencia{
        max-width: 60rem;
        font-size: 3.5rem;
        text-align: right;
        white-space: normal;
        word-break: break-word;
        flex: 1;
    }

    .linhas-pendencia span {
        display: inline-block;   /* Para permitir alinhamento vertical */
        vertical-align: middle;  /* Alinha no centro vertical */
        text-align: right;        /* Se quiser texto à esquerda, ou 'center' se preferir */
        line-height: normal;     /* Garante que não está forçando altura */
    }

    /*Inicio Estilização página calculoCusto*/

    .conteudo-principal-calculoCusto{
        width: 100%;
        height: auto;
        background-color: #e7eeee; 
        justify-content: flex-start;
        align-items: center; /* Horizontal no centro */
        flex-direction: column;
    }

    .container-calculoCusto{
        overflow-y: auto;
        overflow-x: hidden;
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
    }
    .blocos-calculoCusto{
        margin-top: 1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 99%;
        height: auto;
        border-radius: 2rem;

    }

    .title-calculoCusto img{
        width: 4rem;
        height: 4rem;
        margin-right: 0.5rem;
    }
    .title-calculoCusto h1{
        font-size: 4rem;
    }

    .custoPedido{
        width: 100%;
        background-color: #adeada;
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 1.5rem;
        border-radius: 2rem;
        box-shadow: 0.1rem 0.05rem 1rem rgb(211, 211, 211);


    }

    .custoPedido h3{
        margin: 0 0 1rem 0;
        font-size: 4rem;
    }

    .containerCustosFixosTotais{
        width: 100%;
        background-color: #bdeadb;
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 1.5rem;
        border-radius: 2rem;
        margin-top: 1rem;
        box-shadow: 0.1rem 0.05rem 1rem rgb(211, 211, 211);

    }
    .custosFixosTotais{
        width: 99%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .custosFixosInputs{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .custosFixosResults{
        display: none;

    }


    .containerCustosFixosTotais h3{
        margin: 0 0 1rem 0;
        font-size: 4rem;
    }


    .custosEspecificos{
        width: 100%;
        background-color: #cdeadc;
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 1.5rem;
        border-radius: 2rem;
        margin-top: 1rem;
        box-shadow: 0.1rem 0.05rem 1rem rgb(211, 211, 211);

    }

    .custosEspecificos h3{
        margin: 0 0 1rem 0;
        font-size: 4rem;
    }

    .CustosAdministrativos{
        width: 100%;
        background-color: #edeade;
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 1.5rem;
        border-radius: 2rem;
        margin-top: 1rem;
        box-shadow: 0.1rem 0.05rem 1rem rgb(211, 211, 211);

    }

    .CustosAdministrativos h3{
        margin: 0 0 1rem 0;
        font-size: 4rem;
    }

    .input-calculoCusto{
        margin-top: 1rem;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .input-calculoCusto h3{
        margin: 0;
        font-size: 3.5rem;
    }

    .input-calculoCusto input{
        width: 50%;
        border: none;
        border-bottom: 0.1rem solid black;
        background: none;
        font-size: 4rem;
        text-align: center;
    }
    .container-btnCalculoCusto{
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 2rem 0 2rem 0;
    }

    .container-btnCalculoCusto button{
        width: 49%;
        justify-content: space-around;

    }

    .btnCalculoCusto, .btnAtualizarCustos{
        font-size: 5rem;
        width: auto;
        height: auto;
        border: 0.2rem solid #4cbcb4; 
        border-radius: 2rem;
        background-color: #4cbcb4;
        color: white;
        cursor: pointer;
        padding: 2rem;
    }


    .container-resultado-calculoCusto{
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: space-around;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .resultado-calculoCusto{
        display: flex;
        flex-direction: column;
        background: radial-gradient(circle at 50% 50%, rgb(255, 255, 255), rgb(78, 187, 181));
        width: 100%;
        border-radius: 2rem;
    }

    .title-resultado-calculoCusto{
        width: 100%;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        justify-content: center;
    }

    .title-resultado-calculoCusto h1{
        font-size: 5rem;
    }

    .title-resultado-calculoCusto img{
        width: 5rem;
        height: 5rem;
        margin-left: 3rem;
    }

    .valor-resultado-calculoCusto{

        display: flex;
        flex-direction: column;
        justify-content: space-around;
        margin-left: 3rem;

    }


    .precoRecomendado h2, .precoMinimo h2{
        display: flex;
        font-size: 4rem;
        margin: 0;
        color: #3d3d3d;
        margin-top: 2rem
    }

    .precoRecomendado p, .precoMinimo p{
        color: black;
        display: flex;
        font-size: 3.5rem;
        margin: 0 0 0 0.5rem;
        font-weight: bold;
    }
    .ia-resultado-calculoCusto{
        width: 100%;
        font-size: 3rem;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        display: flex;
        justify-content: center;

    }
    .text-ia-resultado{
        width: 95%;
        display: flex;
        justify-content: center;
        text-align: center;
    }

    /*Fim Estilização página calculoCusto*/










    /* Outras estilizações */
    .container-paginacao{
        display: flex;
        width: 100%;
        justify-content: center;
        margin-bottom: 3rem;
    }

    .buttons-paginacao{
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

    .buttons-paginacao img{
        width: 4rem;
        height: auto;
        cursor: pointer;
    }

    #primeiro{
        margin-left: 5rem;
        margin-right: 5rem;
    }

    #ultimo{
        margin-left: 5rem;
        margin-right: 5rem;

    }

    .soma-total-os{
        display: none;
        height: 0;
        
    }
    .soma-total-entrada{
        display: none !important;
        height: 0;
    }

    .soma-total-saida{
        display: none !important;
        height: 0;


    }

    .soma-total-transacoes{
        display: none !important;
        height: 0;

    }

    .soma-total-investimento{
        display: none !important;
        height: 0;


    }


    .rodape-optionsHelp {
        width: 100%;
        height: 50rem;
        position: fixed;
        top: 12vh;
        right: 0;
        background-color: rgb(45, 44, 44);
        padding: 1rem;
        box-shadow: none;
        border-radius: 0.5rem;
        display: none;
        flex-direction: column;
        gap: 0.5rem;
        z-index: 997;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 4rem;
    }

    .rodape-optionsHelp a {
        text-decoration: none;
        color: white;
        transition: color 0.3s;
    }

    .rodape-optionsHelp a:hover {
        color: #4cbcb4;
    }

    .rodape-optionsHelp img{
        width: 6rem;
        height: 6rem;
        cursor: pointer;
    }

    .contact-WhatsApp{
        display: flex;
        justify-content: left;
        align-items: center;
        gap: 1rem;
        padding-bottom: 1rem;
        border-bottom: solid 1px rgb(59, 59, 59);
        margin-top: 5rem;
    }

    .contact-Youtube{
        display: flex;
        justify-content: left;
        align-items: center;
        gap: 1rem;
        margin-top: 1rem;
    }

    /* Estilização Finança */

    .filter-busca-finance{
        display: flex;
        flex-direction: column;
        margin: 2rem 0 0 0;
        width: 99%;
        justify-content: center;
        align-items: center;
        background-color: white;
        border-top-left-radius: 2rem;
        border-top-right-radius: 2rem;
    }
    .busca-finance{
        width: 99%;
        display: flex;
        padding: 2rem;
        justify-content: center;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    }

    .busca-finance input{
        font-size: 3rem;
    }


    .filter-busca-finance-caixa{
        display: flex;
        flex-direction: column;
        margin: 0;
        width: 99%;
        justify-content: center;
        align-items: center;
        background-color: white;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .container-btnFilters-finance-caixa{
        display: flex;
        flex-direction: row;
        width: 99%;
        margin-top: 1rem;
        margin-bottom: 2rem;
        justify-content: space-around;

    }

    .btnFilterFinance, .btnResetFinance{
        font-size: 3rem;
        margin: 0;
        width: 48%;
        height: auto;
        color: black;
        background-color:  #ffffff;
        border-radius: 1rem;
        padding: 1rem;
        cursor: pointer;
        text-transform: uppercase;
        font-weight: bolder;
        border: 0.1rem solid black;

    }


    .filter-busca-finance-caixa input{
        font-size: 3rem;
    }

    .busca-finance-caixa input{
        width: 99%;
        height: 6rem;
        border: none;
        border-bottom: 0.1rem solid black;
        outline: none;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        margin-top: 1rem;
        margin-left: 0.5rem;

    }

    .filtro-data-finance-caixa{
        width: 99%;
        display: flex;
        justify-content: center;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        margin-left: 1rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .filtro-data-finance-caixa input{
        width: 100%;
        height: 5rem;
        margin-right: 1rem;
        border: none;
        border-bottom: none;
        outline: none;
        display: flex;
        justify-content: center;

    }


    /* estilização da página de registro */

    /* Atualizado */
    .periodo-finance{
        display: none;

    }

    .periodo-finance-mobile{
        display: flex;
        width: 100%;
        justify-content: right;
        align-items: center;
        margin: 1rem 1rem 1rem 1rem;

    }

    #PeriodoFinance{
        display: flex;
        width: 100%;
        justify-content: center;
        text-align: center;
        background: none;
        border: none;
        font-size: 6rem;
        background-color: #4EBBB5;
        border-radius: 2rem;
        padding: 2rem;
        color: white;

    }

    #PeriodoFinance:focus{
        outline: none; 
        border: none;

    }

    .container-register{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        background-color: #e7eeee;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        overflow-y: scroll;
    }

    .line-2{
        width: 100%;
        display: flex;
        justify-content: space-around;
    }

    .line-2-1{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-around;
    }


    .container-add-value{
        display: flex;
        width: 99%;
        height: 100%;
        background-color: #ffffff;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-top-right-radius: 2rem;
        border-bottom-right-radius: 2rem;
        border-bottom-left-radius: 2rem;

    }

    .line-2-2{
        width: 100%;
        height: auto;
        margin-top: 1rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }


    .conteudo-dashboard-finance{
        width: 99%;
        display: flex;
        height: 60rem;
        justify-content: center;
        align-items: center;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    }


    .graficos-finance{
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
    }

    .grafico-finance{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        background-color: white;
        border-radius: 2rem;
    }

    .container-ia-finance{
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 100%;
        justify-content: space-around;
        margin-top: 2rem;

    }

    .ia-finance{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        background: radial-gradient(circle at 50% 50%, rgb(255, 255, 255), rgb(78, 187, 181));
        border-radius: 2rem;
        align-items: center;
        overflow-y: auto;
        overflow-x: none;
        
    }
    .title-finance-sugestIA{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .title-finance-sugestIA h1{
        font-size: 5rem;
        margin: 2rem;
    }

    .title-finance-sugestIA img{
        width: 4rem;
        height: 4rem;
    }


    .container-text-generateAi-finance{
        display: none;
        margin: 1rem;
    }

    .container-button-generateAi-finance{
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        margin-bottom: 2rem;
    }

    .container-button-generateAi-finance button{
        font-size: 4rem;
        margin: 2rem 0 2rem 0;
        width: auto;
        padding: 2rem;
        color: white;
        background-color: #4EBBB5;
        font-weight: bold;
        border-radius: 2rem;
        cursor: pointer;
        border: none;
        font-style: italic;

    }

    .container-button-generateAi-finance button:hover{
        box-shadow: 0px 0px 10px 1px #4ebbb5; 

    }

    .container-text-generateAi-finance p{
        margin: 1rem 2rem 1rem 2rem;
        font-size: 3.5rem;
        font-style: italic;
    }

    .container-add-value button{
        font-size: 6rem;
        font-weight: bolder;
        margin: 2rem 0 2rem 0;
        cursor: pointer;
        width: 95%;
        color: black;
        background-color: #c4c4c4;
        border-radius: 2rem;
        padding: 2rem;
        border: none;
    }


    .add-value-title h1{
        margin-top: 2rem;
        font-size: 5rem;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    }

    .add-value-content{
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-around;
        width: 100%;
        margin: 0;
        flex-wrap: wrap;

    }

    .container-add-value .currentDate{
        width: 90%;
    }

    .container-add-value .currentDate input{
        font-size: 4rem;
        width: 100%;
        height: 12rem;
        border-radius: 2rem;
        padding: 3rem;

    }

    .add-value-input{
        display: flex;
        flex-direction: column;
        width: 90%;
    }

    .add-value-input select{
        width: 100%;
        font-size: 4rem;
        margin: 2rem 0;
        height: 12rem;
        padding: 3rem;
        border-radius: 2rem;

    }

    .add-value-input input{
        width: 100%;
        font-size: 4rem;
        margin: 2rem 0;
        height: 12rem;
        padding: 3rem;
        border-radius: 2rem;

    }


    .add-value-input label{
        font-size: 3.5rem;
        font-weight: bolder;
    }

    .optionEmployed, .optionPartner, .optionThird, .optionIncoming, .optionCategory {
        display: none;
        opacity: 0;
        transition: opacity 0.5s;
    }
    
    .show{
        display: flex;
        opacity: 1;
        transition: opacity 0.5s;

    }

    .valor input{
        text-align: center;
    }

    /* linha 1 */

    .line-3{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .containerWindowRegister{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .abas-container-register{
        display: flex;
        width: 100%;
        height: auto;
        margin-top: 1rem;
        justify-content: center;
    }


    .abas-register{
        display: flex;
        width: 25%;
        border-top-left-radius: 2rem;
        border-top-right-radius: 2rem;
        background-color: #ffffff;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        margin-right: 0.4rem;

    }

    .selectAbaRegister{
        display: flex;
        width: 20%;
        border-top-left-radius: 2rem;
        border-top-right-radius: 2rem;
        background-color: #4cbcb4;
        color: white;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        margin-right: 0.4rem;
        transition: all 0.5s;
    }

    .abas-register h1{
        font-size: 3rem;
        margin: 1rem;
    }

    .actionButtons{
        width: 95%;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

    /* Atualizado */

    .container-valores{
        display: flex;
    }
    .container-contasPagar{
        display: none;
    }

    .container-employ{
        display: none;
        flex-direction: column;
        width: 100%;
        align-items: center;
        /* justify-content: center; */
    }
    .container-prestador{
        display: none;
        flex-direction: column;
        width: 100%;
        align-items: center;
        /* justify-content: center; */
    }

    .table-list-employ, .table-list-prestador{
        display: block;
        width: 100%;
        margin-top: 1rem;

    }

    #list-employ, #list-prestador{
        margin: auto;
        width: 99%;
        margin-top: 0;
        border-collapse: collapse;
        background-color: #ffffff;
        border-top-left-radius: 2rem;
        border-top-right-radius: 2rem;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    }


    .title-employ, .title-prestador {
        color: black;
        font-size: 3.5rem;
        height: 3rem;
        text-align: center;
        font-weight: bold;
        justify-content: center;
        border-radius: 0.5rem;
        border-bottom: 0.1rem solid black;
        padding-top: 1rem;
        padding-bottom: 1rem;


    }


    .content-employ, .content-prestador{
        color: black;
        font-size: 3.5rem;
        text-align: center;
        padding: 0.5rem;
        white-space: wrap;
        white-space: normal;
        word-wrap: break-word;
        height: auto;
        animation: fadeIn 0.1s ease;

    }


    /* estilização da página de finanças */


    .container-finance{
        width: 100%;
        display: none;
        flex-direction: column;
        background-color: #e7eeee;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        overflow-y: auto;
        overflow-x: hidden;
        margin-bottom: 0;

    }

    .line-1{
        width: 100%;
        display: flex;
        justify-content: space-around;
    }

    .ContainerValuesBank{
        width: 32%;
        min-width: 24%;
        display: flex;
        height: auto;
        background-color: #4cbcb4;
        margin-top: 1rem;
        border-radius: 2.5rem;
        justify-content: center;
        align-items: center;
        box-shadow: 0.1rem 0.05rem 1rem rgb(211, 211, 211);
    }

    .valuesBank{
        width: 100%;
        margin: 1rem;
        display: flex;
        align-items: center;

        justify-content: space-between;
    }
    .containerValues{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;

    }
    .containerValues input{
        color: white;
        border: none;
        background: none;
        font-size: 3.5rem;
        text-align: center;
        color: white;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    }

    .containerIcons{
        display: none;
    }

    .containerValues h3{
        font-size: 2rem;
        margin: 1rem 0 0 0;
        font-weight: bolder;
    }

    .containerValues h5{
        font-size: 3rem;
        color: rgb(241 241 241);
        margin: 0 0 0 0.3rem;
    }

    /* linha3 */


    .line-3{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .containerWindow{
        width: 99%;
        display: flex;
        justify-content: space-between;
    }

    .abas-container{
        display: flex;
        width: 100%;
        height: auto;
        margin-top: 2rem;
        justify-content: center;
    }



    .abas{
        display: flex;
        width: 25%;
        border-top-left-radius: 2rem;
        border-top-right-radius: 2rem;
        background-color: #ffffff;
        justify-content: center;
        cursor: pointer;
        margin-right: 0.4rem;

    }

    .selectAba{
        display: flex;
        width: 24%;
        border-top-left-radius: 2rem;
        border-top-right-radius: 2rem;
        background-color: #4cbcb4;
        color: white;
        justify-content: center;
        cursor: pointer;
        margin-right: 0.4rem;
        transition: all 0.5s;
    }

    .abas h1{
        font-size: 3rem;
        margin: 1rem;
    }

    /* linha 4 */

    .line-4{
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .container-lista-finance{
        display: block;
        width: 100%;

    }

    .fade-in {
        /* opacity: 0; */
        animation: fadeIn 0.2s ease-in-out;
    }

    #lista-finance{
        margin: auto;
        /* margin-top: 1rem; */
        width: 99%;
        border-collapse: collapse;
        background-color: #ffffff;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    }

    #lista-finance tbody:nth-child(1){
        display: none;
        
    }

    .iconFinanceType{
        display: flex;
    }

    .codigoValue{
        display: none;
    }
    .categoria-finance{
        display: none;
    }

    .tipo-finance{
        display: none;
    }




    .campo-finance{
        color: black;
        font-size: 3.5rem;
        text-align: center;
        /* border: 0.1rem solid black; */
        padding: 0.5rem;
        white-space: wrap;
        white-space: normal;
        word-wrap: break-word;
        height: auto;
        animation: fadeIn 0.1s ease;

    }

    .linha-finance{
        border-bottom: 0.1rem solid black;
    }
    
    .linha-finance:last-child {
        border-bottom: none;
    }

    /* Atualizado - Diferente do código anterior */


    .linha-finance img{
        width: 6rem;
        height: 6rem;
        cursor: pointer;
    }

    /* Modal atualizar valores */


    .container-modal-valores{
        width: 100%;
        background-color: #e7eeee;    
        height: auto;
        flex-direction: column;
        position: absolute;
        z-index: 999;
        border-radius: 2rem;
        font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        display: none;
        animation: fadeIn 0.1s ease;
        align-items: center;
    }

    .inputAtualizarValores{
        display: flex;
        flex-direction: column;
        width: 95%;
    }

    .container-modal-valores h1{
        font-size: 5rem;
        color: black;
        text-transform: uppercase;
        margin-bottom: 2rem;
    }

    .container-inputs-label{
        display: flex;

    }

    .container-inputs-label label{
       display: none;

    }

    .container-inputs-label input{
        display: flex;
        text-align: center;
        background-color: white;
        width: 100%;
        padding: 3rem;
        margin: 2rem 0;
        border: 1px solid #ccc;
        border-radius: 2rem;
        font-size: 4rem;
        box-sizing: border-box;
        height: 12rem;


    }

    .container-btns-modal-valores, .container-btns-modal-contasPagar{

        margin: 2rem 0 2rem 0;
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .btn-container-modal-valores{
        font-size: 6rem;
        width: 95%;
        color: white;
        background-color: #4EBBB5;
        font-weight: bold;
        border-radius: 2rem;
        cursor: pointer;
        border: none;
        padding: 2rem;
        margin-right: 0;

    }

    .btn-container-modal-valores:hover{
        box-shadow: 0px 0px 10px 1px #4ebbb5; 

    }

    .remove-value-button, .remove-contasPagar-button{
        width: 7rem;
        height: 7rem;
        cursor: pointer;
    }

    /* Estilização da página de contas a pagar */
    .container-finance-contas{
        width: 100%;
        display: none;
        background-color: #e7eeee;
        flex-direction: column;
        align-items: center;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        overflow-y: auto;
        overflow-x: hidden;

    }
    .ContainerBankContas{
        width: 24%;
        display: flex;
        height: auto;
        background-color: #ffffff;
        margin-top: 1rem;
        border-radius: 2.5rem;
        justify-content: center;
        box-shadow: 0.1rem 0.05rem 1rem rgb(211, 211, 211);
    }

    .contasPagar{
        width: 100%;
        margin: 1rem;
        display: flex;
        justify-content:center;
        flex-direction: column;
        align-items: center;
        cursor: pointer;
    }
    .containerContas{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 0.5rem;
        text-align: center;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    }

    .containerQdtContas{
        display: flex;
        align-items: center;
    }

    .containerQdtContas h1{
        font-size: 4.5rem;
        margin: 0 0 0 0;
        font-weight: bolder;
    }

    .containerContas img{
        width: 4rem;
        height: 4rem;
        margin-right: 0.5rem;
    }

    .containerContas h3{
        font-size: 4rem;
        margin: 0 0 0 0;
        font-weight: bolder;
    }


    .container-lista-contas{
        display: block;
        width: 100%;

    }

    #lista-contas tbody:nth-child(1){
        display: none;
        
    }

    .codigo-conta{
        display: none;
    }

    .detalhes-conta{
        display: none;
    }

    .campo-contas{
        color: black;
        font-size: 3.5rem;
        text-align: center;
        /* border: 0.1rem solid black; */
        padding: 0.5rem;
        white-space: wrap;
        white-space: normal;
        word-wrap: break-word;
        height: auto;
        animation: fadeIn 0.1s ease;

    }


    .linha-contas img{
        width: 4rem;
        height: 4rem;
    }

    .btn-atualizar{
        display: flex;
        width: 100%;
        justify-content: right;
        margin-top: 1rem;
    
    }

    .btn-atualizar img{
        width: 3.5rem;
        height: 3.5rem;
        margin-right: 2rem;
    }

    .btn-atualizar img:hover{
        cursor: pointer;
        transform: translate(-50%, -50%);
        animation: spin 1s linear infinite;

    }

    .campo-contas img{
        width: 6rem;
        height: 6rem;
        cursor: pointer;
    }


    /* Atualizado - Diferente do código anterior */


    .container-modal-status-conta{
        width: 100%;
        background-color: #e7eeee;    
        height: auto;
        flex-direction: column;
        position: absolute;
        z-index: 999;
        border-radius: 2rem;
        font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        display: none;
        animation: fadeIn 0.1s ease;
        align-items: center;
    }

    .container-modal-status-conta h1{
        font-size: 5rem;
        color: black;
        text-transform: uppercase;
    }

    .btn-atualizar-conta-status{
        font-size: 6rem;
        width: 90%;
        color: white;
        background-color: #4EBBB5;
        font-weight: bold;
        border-radius: 2rem;
        cursor: pointer;
        border: none;
        padding: 2rem;
        margin-right: 0;


    }


    .modal-status-contas-opt{

        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .idContaStatus{
        margin-bottom: 1rem;
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .container-idContaStatus{
        display: flex;
        width: 90%;
        justify-content: center;
        align-items: center;
    }

    .idContaStatus label{
        font-size: 4rem;
        width: 20%;
        text-align: right;

    }

    .idContaStatus input{
        border: none;
        font-size: 4rem;
        background: none;
        width: 30%;
        text-align: left;

    }

    .idContaStatus input:focus {
        outline: none; 
        border: none; 
    }


    #optionContaStatus{
        border: none;
        width: 95%;
        font-size: 4rem;
        padding: 2rem;
        text-align: center;
        background: none;
        height: auto;
        background-color: white;
        border-radius: 2rem;
    
    }


}