@font-face {
    font-family: 'Roboto-Regular';
    src: url('./Roboto-Regular.woff2') format('woff2'),
         url('./Roboto-Regular.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
body {
    margin: 0;
    font-family: 'Roboto-Regular', Helvetica Neue, Helvetica, Arial, sans-serif;
    background: #f5f5f5;
    min-height: 100vh;
    overflow-x: hidden;
    margin-left: 75px;
    transition: margin-left .3s ease;
    
}

* {
    text-transform: uppercase;
}

body::-webkit-scrollbar {
  width: 6px;        
  height: 6px;       
}

body::-webkit-scrollbar-thumb {
  background-color: #666;  
  border-radius: 10px;      
}

body::-webkit-scrollbar-thumb:hover {
  background-color: #888;   
}

body::-webkit-scrollbar-track {
  background: #1e1e1e00;       
}


.divInputReagendamento {
    width: 96%;
    padding: 6px;
    border-radius: 6px;
    border: 1px solid #ccc;
}
.divInputReagendamento input,.divInputReagendamento select  {
    width: 100%;
    padding: 6px;
    border-radius: 6px;
}


body.dark-mode {
    margin: 0;
    font-family: 'Roboto-Regular', Helvetica Neue, Helvetica, Arial, sans-serif;
    background: #1c1c1c;
    min-height: 100vh;
    overflow-x: hidden;
    color: #efefef;
    margin-left: 75px;
    
}
.itemTabela{
    font-size: 12px;
    text-align: left;
    padding: 8px 5px;
    border: 1px solid #ccc;
}
.SvgImagem{
    background-image: url("LogoRedeSvgParaSiteClaro.svg");
    margin-left: 53px !important;
}

.SvgImagem.dark-mode{
    background-image: url("LogoRedeSvgParaSiteEscuro.svg");
    margin-left: 50px !important;
}

.thead.dark-mode {
    color: #fbfbfb;
    background-color: #2A3A53;
}


.CaixaAutomaticas.dark-mode{
    color: #000000;
    background-color: #f5f5f5;
    border: 0.125em solid #6e6d6d;
}
.CaixaAutomaticas.dark-mode:disabled {
    pointer-events: none;
   }
   
   .CaixaAutomaticas.dark-mode:hover {
    color: #fff;
    background-color: #1A1A1A;
    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
    transform: translateY(-2px);
   }
   
   .CaixaAutomaticas:active {
    box-shadow: none;
    transform: translateY(0);
   }

.CaixaAutomaticas{
    appearance: none;
    background-color: transparent;
    border: 0.125em solid #1A1A1A;
    border-radius: 0.9375em;
    box-sizing: border-box;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-family: Roobert,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 0 0;
    width: 150px;
    height: 30px;
    outline: none;
    text-wrap: nowrap;
    padding: 3px 10px; 
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    will-change: transform;
}

.CaixaAutomaticas:hover {
    color: #fff;
    background-color: #1A1A1A;
    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
    transform: translateY(-2px);
   }

   .CaixaAutomaticas:active {
    box-shadow: none;
    transform: translateY(0);
   }


.campoDePesquisa.dark-mode{
    color: #fbfbfb;
    background-color: #6e6d6d;
}

.gerenciamentoUsuarioButton.dark-mode,.dropdown.dark-mode, .dropdown-toggle.dark-mode, .gerenciarMotoristasbutton.dark-mode, .BtnLogout.dark-mode, .gerenciamentoColetas.dark-mode{
    color: #fbfbfb;

}

.gerenciamentoUsuarioButton.dark-mode:hover,.dropdown.dark-mode:hover,.dropdown-toggle.dark-mode:hover, .gerenciarMotoristasbutton.dark-mode:hover, .BtnLogout.dark-mode:hover, .gerenciamentoColetas.dark-mode:hover{
    color: #f5f5f5;

}

.gerenciamentoUsuarioButton.dark-mode:after,.dropdown.dark-mode:after,.dropdown-toggle.dark-mode:after, .gerenciarMotoristasbutton.dark-mode:after, .BtnLogout.dark-mode:after, .gerenciamentoColetas.dark-mode:after{
    color: #f5f5f5;

}

.novaColetaButton.dark-mode{
    color: #000000;
    background-color: #f5f5f5;
    border: 0.125em solid #6e6d6d;
}

.novaColetaButton.dark-mode:disabled {
    pointer-events: none;
   }
   
   .novaColetaButton.dark-mode:hover {
    color: #fff;
    background-color: #1A1A1A;
    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
    transform: translateY(-2px);
   }
   
   .novaColetaButton:active {
    box-shadow: none;
    transform: translateY(0);
   }


.buscaInput.dark-mode {

    border: 1px solid #3c3b3b;
    font-weight: bold;
    color: #fbfbfb;
    background-color: #6e6d6d;
}

.buscaInput.dark-mode::placeholder {
    color: #f5f5f5;
}


.background-blur {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("downloadlogo.png");
    background-size: cover;
    background-position: center;
    filter: blur(20px); 
    z-index: -1;        
}

.divFormulario {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100vh;
    transform: rotateY(90deg);
    transition: transform 0.8s ease-in-out;
}

.divFormulario.animada {
    transform: rotateY(0deg);
}

.login{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 8px 5px 2px 4px rgba(0, 0, 0, 0.55);
    height: auto;
    width: 100vh;
    justify-content: center;
    text-align: center;
    z-index: 100;
    min-width: 557px !important;
    min-height: 347px !important;

}

.titulo{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
    gap: 5px;
}

.titulo svg{
    width: 200px;
    height: 200px;
}
.tituloCima{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0;
    font-size: 13px;
    
}
.tituloLogin, .subtituloLogin{
    margin: 0;
}
.BotaoEntrar{
    padding: 10px 20px;
    background-color: #007BFF;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 30px;
}

.BotaoEntrar:hover {
    background-color: #0056b3;
}

.subtitulo{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 7px;
}

@media (min-width: 1400px) {
.navbarEsquerda {
    gap: 10px;
}
}

@media (max-width: 1399px) {
    .login{
        height: auto;
        width: 100vh;
}

.BotaoEntrar{
    margin-top: 15px;
}
.titulo{
    gap:20px;
    margin-bottom: 0px;
}
}




.formularioLogin{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.opcoesEsquerda input, .formularioLogin input, .buscaInput input .buscaInput.dark-mode input{
    padding: 6px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    text-transform: none !important;
}



.navbarEsquerda svg{
padding-left: 60px;
}
.navbarRecolhida {
    max-height: 50px;
}

.navbarRecolhida svg{
    transform: rotateZ(180deg);
}
.navbar, .navbarRecolhida {
    padding: 5px 3px 5px 10px;
    display: flex;
    font-size: 14px;
    text-transform: uppercase;
    justify-content: space-between;
    box-shadow: 0px 1px 11px 0px #22C55E;
    z-index: 100;
    height: 17vh;

}

@media (max-width: 600px) {
    .navbar, .navbarRecolhida {
        font-size: 12px; 
        padding: 5px;
    }
}
.containerAnimacao{
    overflow: hidden;
    border-radius: 20px;
    transition: background-color 1s ease;
}

.loop-wrapper { 
    margin: 0 auto; 
    position: relative; 
    display: block; 
    width: 450px; 
    height: 100px; 
    overflow: hidden; 
    border-bottom: 4px solid #686868; 
    border-radius: 5px;
}



.mountain {  
    position: absolute; 
    right: -900px; 
    bottom: -20px; 
    width: 2px; 
    height: 2px; 
    box-shadow: 0 0 0 50px #929393, 
                60px 50px 0 70px #929393,
                90px 90px 0 50px #929393, 
                250px 250px 8 50px #929393, 
                290px 320px 0 50px #929393, 
                320px 400px 0 50px #929393 ; 
    transform: rotate(130deg); 
    animation: mtn 20s linear infinite; 
    z-index: 1}

.hill { 
    position: absolute; 
    right: -900px; 
    bottom: -50px; 
    width: 400px; 
    border-radius: 50%; 
    height: 20px; 
    box-shadow: 0 0 0 50px #9c9c9c, 
                -20px 0 0 20px #757575, 
                -90px 0 0 50px #757575, 
                250px 0 0 50px #9c9c9c, 
                290px 0 0 50px #757575, 
                620px 0 0 50px #929292; 
    animation: hill 4s 2s linear infinite;
    z-index: 2}

.tree, .tree:nth-child(2), .tree:nth-child(3) { 
    position: absolute; 
    height: 100px; 
    width: 35px; 
    bottom: 0; 
    background-image: url('Arvore.svg');
    background-size: cover;       
    background-repeat: no-repeat; 
    background-position: center;  
    z-index: 3
}

.truck, .wheels{
    transition: all ease; 
    width: 85px; 
    margin-right: -60px; 
    bottom: 0px; 
    right: 50%; 
    position: absolute; 
    background: #00f996;
    z-index: 5}
.truck{
    background: url("Truck.svg") no-repeat; 
    background-size: contain; 
    height: 60px;
    z-index: 5;}
.truck:before{
    content: " "; 
    position: absolute; 
    width: 25px; 
    box-shadow: -30px 28px 0 1.5px #fbfbfb, 
                -35px 18px 0 1.5px #f5f5f5;}

.wheels{
    background: url("Wheels.svg") no-repeat; 
    height: 15px; 
    margin-bottom: 0;
    z-index: 5;}

.tree { animation: tree 3s 0.000s linear infinite; } 
.tree:nth-child(2) { animation: tree2 2s 0.150s linear infinite; } 
.tree:nth-child(3) { animation: tree3 8s 0.050s linear infinite; } 
.truck { animation: truck 4s 0.080s ease infinite; } 
.wheels { animation: truck 4s 0.001s ease infinite; } 
.truck:before { animation: wind 1.5s 0.000s ease Infinite; }
.stars {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: transparent;
    z-index: 1; 
}

.star {
    position: absolute;
    width: 2px;
    height: 2px;
    background: white;
    border-radius: 50%;
    opacity: 0.8;
    animation: twinkle 4s infinite ease-in-out;
    opacity: 0;
    animation: fadeInStar 1s forwards;
}
@keyframes fadeInStar {
    to {
        opacity: 1;
    }
}
@keyframes twinkle {
    0%, 100% { opacity: 0.8; transform: scale(1); }
    50% { opacity: 0.2; transform: scale(0.5); }
}
@keyframes tree { 
    0% { transform: translate(1350px); } 
    50% {} 
    100% { transform: translate(-50px); } 
}
@keyframes tree2 { 
    0% { transform: translate(650px); } 
    50% {} 
    100% { transform: translate(-50px); }
}
@keyframes tree3 { 
    0% { transform: translate(2750px); } 
    50% {} 
    100% { transform: translate(-50px); }
}

@keyframes rock { 
    0% { right: -200px; } 
    100% { right: 2000px; }
}


@keyframes wind {
    0% {} 
    50% { transform: translateY(3px) }
    100% {} 
}

@keyframes mtn{
    0% {}
    100% {
        transform: translateX(-2000px) rotate(130deg);

    }
}

@keyframes hill{
    100% {
        transform: translateX(-2000px);
    }
}

@keyframes pulo {
    0% {
        transform: translateY(0) rotate();
    }
    30% {
        transform: translateY(-16px) rotate(30deg);
    }
    60% {
        transform: translateY(-12px) rotate(20deg);
    }
    100% {
        transform: translateY(0) rotate(0);
    }
}
@keyframes puloRoda {
    0% {
        transform: translateY(0) rotate();
    }
    30% {
        transform: translateX(-12px) translateY(-18px) rotate(30deg);
    }
    60% {
        transform: translateX(-10px) translateY(-12px) rotate(20deg);
    }
    100% {
        transform: translateY(0) rotate(0);
    }
}

.truck.travado {
    animation: pulo 0.4s ease-out forwards;
    
}
 .wheels.travado {
    animation: puloRoda 0.4s ease-out forwards;
}


.truck:before {
    transition: opacity 0.3s ease;
}

.truck.travado::before {
    opacity: 0;
    animation: none !important;
}

.loop-wrapper.turbo .tree,
.loop-wrapper.turbo .hill,
.loop-wrapper.turbo .mountain {
    animation-play-state: paused !important;
}

.containerBuscaInput{
    display: flex;
    flex-direction: row;
    gap: 5px;
    width: 100%;

}

.statusAvaria{
    width: 142px !important;
}

.buscar{
    display: flex;
    flex-direction: column;
    width: 100%;
}


.navbarDireita>*, .navbarEsquerda>*{
    margin : 0 10px 0 10px;
    }

.navbarEsquerda{
    display: flex;
    align-items: center;
    color: white;
    flex: 0
    }
.navbarDireita{
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: flex-end;
    user-select: none;
    }



.navbarDireita{
    gap:20px;
}
.tabelaSobras{
      height: -webkit-fill-available;
}
.tabela, .tabelaSobras {
    display: flex;
    width: 95%;
    justify-self: center;
    overflow-x: auto;
    align-items: flex-start;
    text-align: center;
    border-bottom: #aaaaaa 1px solid;
    border-top: #aaaaaa 1px solid;
    border-radius: 10px;
    align-content: flex-start;
    justify-content: center;
    margin-bottom: 20px;
    box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.38);
    -webkit-box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.38);
    -moz-box-shadow:0px 0px 9px 3px rgba(0, 0, 0, 0.38);

}
.HeaderDados{
    margin: 0;
    border-top: 0px;
    font-size: 12px;  
    font-weight: bold;
    white-space: nowrap;
    text-align: left;
    padding: 10px 5px;
    border: 1px solid #ccc;
}

.HeaderDados.dark-mode{
    background-color: #2A3A53 ;
}

.containerTabela{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-top: 20px;

    
}
table {
    width: 100%;
    border-collapse: collapse; 
}

th, td {
    text-align: center; 
    box-sizing: border-box;
}

th {
    padding: 5px;
    font-weight: bold;

}
td {
    padding: 3px;
}
thead th {
    position: sticky;
    top: 0;
    z-index: 2;
    user-select: none;
    background-color: #E9EEF4;
}
.selected {
    background-color: #29bbec !important;
}
.dadosTabela:hover {
    background-color: #E6EEF7 !important;
    cursor: pointer;
    user-select: none;
}
.dadosTabela.dark-mode:hover {
    background-color: #5280b5 !important;  
    cursor: pointer;
    user-select: none;
}
.dadosTabela{
    border-top: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
}

.navbarDireita button {
    font-size: 14px;
    color: #222;
    font-family: inherit;
    cursor: pointer;
    position: relative;
    border: none;
    background: none;
    text-transform: uppercase;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-duration: 400ms;
    transition-property: color;
    font-weight: bold;
}

.navbarDireita button:focus,
.navbarDireita button:hover {
    color: #222;
}

.navbarDireita button:focus:after,
.navbarDireita button:hover:after {
    width: 100%;
    left: 0%;
}

.navbarDireita button:after {
    content: "";
    pointer-events: none;
    bottom: -2px;
    left: 50%;
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: rgb(7, 245, 19);
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-duration: 400ms;
    transition-property: width, left;
}

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


.popupHistoricoPagamentos-list {
    grid-template-columns: repeat(6, 1fr);
    display: grid;
    margin-top: 20px;
    height: 90vh;
    overflow: auto;
    gap: 10px;
}

.historicoPagamentos-container{
  border-top: 1px solid black;
padding: 5px;

}

.popupHistoricoPagamentos-item {
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 10px;
    background: #f8f8f8;
}


.popupHistoricoPagamentos-close {
    width: 100%;
    margin-top: 15px;
    padding: 10px;
    background: #d9534f;
    color: #fff;
    border-radius: 8px;
    border: none;
    cursor: pointer;
}

.popupHistoricoPagamentos-close:hover {
    background: #c9302c;
}

.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 991000;
}

.popupContent, .popupContentUser {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    background: white;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(5, 255, 22, 0.416);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: top;
    min-width: 744px
}
.popupContentChamado, .popupContentComprovantes {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    background: white;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(5, 255, 22, 0.416);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: top;
    min-width: 500px
}
.divInputs{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    align-content: center;
    gap: 5px;
    width: 70%;
}
.divLabels{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 1px;
    text-align: center;
    justify-content: center;
    padding-top: 35px;
    white-space: nowrap;
}

.divLabels label{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    height: 54px;
    text-align: center;
}

.popupContent.dark-mode, .popupContentUser.dark-mode, .popupContentChamado.dark-mode, .popupContentComprovantes.dark-mode{
    background: #212121;
    color: #fff;

}

.botoesNovaColeta.dark-mode{
    background: #212121;
    color: #fff;
    border: 1px solid rgb(255, 255, 255);
}

.campoFormularioNovaColeta.dark-mode, .campoSelectFormularioNovaColeta.dark-mode{
    background: #000000;
    color: #fff;
}

.campoFormularioNovaColeta.dark-mode::placeholder{
    color: #676666;
}

.popupHistoricoPagamentos-content{
  height: 95vh !important;
  width: 90vw !important;
}

.popupContentLogout, .popupContentEnvioWhats, .popupContentUpdateCadastro, .popupContentConfirmacao, .popupHistoricoPagamentos-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    background: white;
    padding: 10px;
    border-radius: 8px;
    width: 500px;
    height: 350px;
    box-shadow: 0 2px 10px rgba(5, 255, 22, 0.416);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.popupContentPagamento{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    background: white;
    padding: 10px;
    border-radius: 8px;
    width: 500px;
    box-shadow: 0 2px 10px rgba(5, 255, 22, 0.416);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.popupContentLogout h2, .popupContentEnvioWhats h2, .popupContentUpdateCadastro h2, .popupContentPagamento h2{
    justify-content: top;  
}

.popupContentLogout.dark-mode, .popupContentEnvioWhats.dark-mode, .popupContentUpdateCadastro.dark-mode, .popupContentConfirmacao.dark-mode, .popupContentPagamento.dark-mode{
    background: #313233;
    color: #fff;
}

.textoLogout, .textoEnvioWhats, .textoUpdateCadastro{
    margin-bottom: 15px;
    font-family: 'Roboto-Regular', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 18px;
}
.textoEnvioWhats, .textoUpdateCadastro{
    align-items: center;
    justify-content: center;
    text-align: center;
}


@media (min-width: 1500px)  {
    .popupContent {
        zoom: 0.9 !important;
    }
}

@media (max-height:708px){
    .popupContent {
        transform: translate(-50%, -50%) scale(0.7) !important;
    }
    .form-group{
        margin-bottom: 5px !important;
        font-size: 14px;
    }
}

@media (min-width: 1200px) and (max-width: 1499px) {
    .popupContent {
        transform: translate(-50%, -50%) scale(0.8);
    }
    .containerAnimacao{
        scale: .8;
        width: 300px;
    }
    .truck, .wheels{
        transform: translateX(-90%);
    }
    .containerBusca{
      zoom: 0.9
    }
}

@media (max-height: 708px) {
    .popupContent {
        transform: translate(-50%, -50%) scale(0.7) !important;
    }
    .ButtonNovaColeta:hover, .ButtonAlterarColeta:hover, .ButtonExcluirColeta:hover{
      width: 140px !important;
    }
}

@media (max-width: 1199px) {
    .popupContent {
        transform: translate(-50%, -50%) scale(0.7);
    }

    .containerAnimacao{
        display:none
    }
}

@media (max-width: 800px) {
    .popupContent {
        transform: translate(-50%, -50%) scale(0.7);
    }
}
.divTitulos, .tituloColuna2 p{
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 1;
    width: 100%;
    justify-content: space-around;
}

.divTitulos h2{
    scale: .8;
    margin: 0;
}
.colunaEsquerda, .colunaDireita {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 1;
    width: 100%;
    justify-content: center;
}

.colunaDireita {
    padding-left: 5px;
}
.campoDePesquisa {
    height: 32px;
    margin-bottom: 10px;
    padding: 0px 8px 0 5px;
}

.colunaEsquerda {
    padding-right: 5px;
}

.formularioNovaColeta, .formularioNovoUsuario {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    align-content: center;
    scale: .9;
}

.campoFormularioNovaColeta {
    width: 100%;
    padding: 12px 20px;
    margin: 4px 0;
    box-sizing: border-box;
    border: 0px;
    border-bottom: 1px solid #ccc;
    scale: .97;
}



.campoSelectFormularioNovaColeta {
    width: 100%;
    padding: 12px 40px 12px 20px; 
    margin: 4px 0;
    box-sizing: border-box;
    border: 0px;
    border-bottom: 1px solid #ccc;
    scale: .97;
        min-width: 134px;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;


    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='10' viewBox='0 0 20 20' width='10' xmlns='http://www.w3.org/2000/svg'><polygon points='0,0 20,0 10,10'/></svg>");
    background-repeat: no-repeat !important;
    background-position: right 20px center !important; 
    background-size: 10px !important;
}


.campoSelectFormularioNovaColeta.dark-mode {
    background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='10' viewBox='0 0 20 20' width='10' xmlns='http://www.w3.org/2000/svg'><polygon points='0,0 20,0 10,10'/></svg>");
}

.inputCima input[type="date"], .inputBaixo input[type="date"], .inputCheckbox select{
    font-family: 'Roboto-Regular', Helvetica Neue, Helvetica, Arial, sans-serif;
    justify-content: center;
    justify-self: center;
    align-items: center;
    align-self: center;
}
.inputCheckbox select{
    padding: 6px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.divBotoes {
    display: flex;
    flex-direction: row;            
    justify-content: space-between; 
    align-items: center;            
    width: 100%;
    margin: 5px;
}

.divBotoesEdit {
    display: flex;
    flex-direction: row;       
    justify-content: flex-end; 
    align-items: center;       
    width: 63%;
    margin: 5px;
}

.botoesEsquerda {
    display: flex;
    align-items: center;
    gap: 5px; 
}

.botoesDireita {
    display: flex;
    gap: 10px; 
}
.NovaColetaNormal input , .novaColetaAutomatica input{
    margin: 0 0 5px 0 !important;
    padding: 0 0 5px 0;
}

.divBotoesLogout, .divBotoesUpdate {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: flex-end;   
    justify-content: center; 
    margin: 5px;
}


.botoesNovaColeta {
    padding: 10px; 
    width: 150px; 
    height: 40px;
    margin: 5px;
    border: 1px solid black;
    cursor: pointer;
    text-transform: none;
}

  
.OpcoesTabela {
    display: flex;
    justify-content: space-between;
}
.InputsData, .InputsDataNfFat{
    display: flex;
    flex-direction: row;
    user-select: none;
}
.inputBaixo, .inputCima, .inputCheckbox, .buscar{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 4px;

}
.inputBaixo label, .inputCima label, .inputCheckbox label, .buscar label{
    align-items: center; 
    display: flex;
}
.inputBaixo input, .inputCima input, .inputCheckbox select{
    display: flex;
    width: 120px;
    gap: 2px;
}
.opcoesEsquerda {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    
}
.checkBoxes label{
    white-space: nowrap;
}

.containerBusca {
    width: 95%;
    margin-top: 5px; 
    display: flex;
    align-items: flex-end;
    gap: 5px;
    justify-self: center;
}
@media (max-width: 1180px){
    .containerBusca{
       display: block;
    }
    .buscar{
        width: 90%;
    }

    .containerBuscaInput{
        width: 90%;
    }
    .tabela{
    width: 150%;
    margin-left: auto;
    }

    .InputsDataAvaria{
        transform: scale(.7);
    transform-origin: top left;
    }
}
.botoesMudanca{
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: flex-end;
    max-width: 325px;
}

.botoesMudanca button > *{
  text-transform: none;
}

.buscaInput {
    height: 18px;
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}
.opcoesDireita {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.opcoesDireitaCima,.opcoesDireitaBaixo{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;

}

.checkboxesDiasDaSemana{
    display: flex;
    flex-direction: row;
    gap:2px;
    height: 45px;
    justify-content: center;
    align-items: center;
}
.checkboxesDiasDaSemana input{
    margin-left: 10px;
}
.checkBoxes {
    display: flex;
    flex-direction: row;
    gap: 5px; 
    user-select: none;
    align-items: baseline;
    margin: 0px 5px 0 0;
}

.CheckBoxTabela {
    display: flex;
    align-items: top; 
    font-size: 16px;
}

.container-relogio {
    text-align: center;
    scale: 0.6;
    width: 170px;
    user-select: none;
  }

.sun-moon {
    width: 150px;
    height: 75px;
    margin: 0 auto;
    border-radius: 75px 75px 0 0;
    background: yellow;
    transition: background 1s ease, box-shadow 1s ease;
    transform: translateX(20%);
    position: relative;
    overflow: hidden;
    z-index: 2;
    box-shadow: 0 0 30px 10px rgb(238 211 3 / 56%);
}


.sun-moon.night {
    box-shadow: 0 0 30px 10px rgb(0 0 0 / 30%);
    transition: background 1s ease, box-shadow 1s ease;
}
.sun-moon.night.dark-mode {
    background: white;
    box-shadow: 0 0 30px 10px rgba(255, 255, 255, 0.3);
}


.sun-moon.night::before,
.sun-moon.night::after {
    content: '';
    position: absolute;
    background: rgba(200, 200, 200, 0.5);
    border-radius: 50%;
}

.crater1 {
    position: absolute;
    top: 20px; 
    left: 100px;
    width: 20px;
    height: 20px;
    background: rgba(200, 200, 200, 0.5);
    border-radius: 50%;
    z-index: 1;
    pointer-events: none;
    box-shadow: inset 0 4px 11px rgb(54 53 53 / 27%);
    transform: rotateX(317deg) rotateY(333deg);
}

.crater2 {
    position: absolute;
    top: 35px; 
    left: 50px;
    background: rgba(200, 200, 200, 0.5);
    border-radius: 50%;
    z-index: 1;
    pointer-events: none;
    width: 40px;
    height: 40px;
    box-shadow: inset 0 4px 11px rgb(54 53 53 / 27%);
}
.crater3 {
    position: absolute;
    top: 5px;  
    left: 30px;
    width: 30px;
    height: 30px;
    background: rgba(200, 200, 200, 0.5);
    border-radius: 50%;
    z-index: 1;
    pointer-events: none;
    box-shadow: inset 0 4px 11px rgb(54 53 53 / 27%);
    transform: rotateX(135deg) rotateY(333deg);
}

.crater1, .crater2, .crater3 {
    opacity: 0;
    animation: fadeIn 1s forwards;
}

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



  .clock {
    font-size: 3em;
    font-weight: bold;
    background: #333;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    width: 200px;
  }






.CheckBoxTabela.checkbox-automaticas {
    display: flex;
    align-items: center;
    flex-direction: column;
}


.CheckBoxTabela.checkbox-automaticas input[type="checkbox"] {
    display: none; 
}
.CheckBoxTabela.checkbox-automaticas label {
    display: flex;
    align-items: center;
    border-radius: 0.9375em 0.9375em 0 0;
    user-select: none;
    justify-content: center;
}
.CheckBoxTabela.checkbox-automaticas.active {
    background-color: transparent;
}
.CheckBoxTabela.checkbox-automaticas.active.programmed {
    background-color: transparent; 
}


.marcador{
    position: absolute;
    bottom: 0;
    width: 33%;
    height: 3px;
    background-color: #007bff;
    transition: left 0.3s ease;
    left: 0;
}




.labelEditarMotora {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    width: 100%;
    margin: 5px;
    align-items: baseline;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.input-erro {
    border: 2px solid red !important;
}
.senha-container, .inputContainer{
    position: relative;
    display: inline-block;
  }

  .toggle-senha {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0 0 5px 0;
  }

  .senha-container input .inputContainer input{
    padding-right: 40px;   
    box-sizing: border-box;
    width: 100%;           
}

  .toggle-senha svg {
    width: 24px;
    height: 24px;
  }

.novaColetaButton {
    appearance: none;
    background-color: transparent;
    border: 0.125em solid #1A1A1A;
    border-radius: 0.9375em;
    box-sizing: border-box;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-family: Roobert,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 0 0;
    width: 150px;
    height: 30px;
    outline: none;
    text-wrap: nowrap;
    padding: 3px 10px; 
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    will-change: transform;
   }
   
   .novaColetaButton:disabled {
    pointer-events: none;
   }
   
   .novaColetaButton:hover {
    color: #fff;
    background-color: #1A1A1A;
    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
    transform: translateY(-2px);
   }
   
   .novaColetaButton:active {
    box-shadow: none;
    transform: translateY(0);
   }



.ui-switch {

    --switch-bg: rgb(135, 150, 165);
    --switch-width: 48px;
    --switch-height: 20px;

    --circle-diameter: 32px;
    --circle-bg: rgb(0, 56, 146);
    --circle-inset: calc((var(--circle-diameter) - var(--switch-height)) / 2);
  }
  
  .ui-switch input {
    display: none;
  }
  
  .slider {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: var(--switch-width);
    height: var(--switch-height);
    background: var(--switch-bg);
    border-radius: 999px;
    position: relative;
    cursor: pointer;
  }
  
  .slider .circle {
    top: calc(var(--circle-inset) * -1);
    left: 0;
    width: var(--circle-diameter);
    height: var(--circle-diameter);
    position: absolute;
    background: var(--circle-bg);
    border-radius: inherit;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjAiIHdpZHRoPSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICAgIDxwYXRoIGZpbGw9IiNmZmYiCiAgICAgICAgZD0iTTkuMzA1IDEuNjY3VjMuNzVoMS4zODlWMS42NjdoLTEuMzl6bS00LjcwNyAxLjk1bC0uOTgyLjk4Mkw1LjA5IDYuMDcybC45ODItLjk4Mi0xLjQ3My0xLjQ3M3ptMTAuODAyIDBMMTMuOTI3IDUuMDlsLjk4Mi45ODIgMS40NzMtMS40NzMtLjk4Mi0uOTgyek0xMCA1LjEzOWE0Ljg3MiA0Ljg3MiAwIDAwLTQuODYyIDQuODZBNC44NzIgNC44NzIgMCAwMDEwIDE0Ljg2MiA0Ljg3MiA0Ljg3MiAwIDAwMTQuODYgMTAgNC44NzIgNC44NzIgMCAwMDEwIDUuMTM5em0wIDEuMzg5QTMuNDYyIDMuNDYyIDAgMDExMy40NzEgMTBhMy40NjIgMy40NjIgMCAwMS0zLjQ3MyAzLjQ3MkEzLjQ2MiAzLjQ2MiAwIDAxNi41MjcgMTAgMy40NjIgMy40NjIgMCAwMTEwIDYuNTI4ek0xLjY2NSA5LjMwNXYxLjM5aDIuMDgzdi0xLjM5SDEuNjY2em0xNC41ODMgMHYxLjM5aDIuMDg0di0xLjM5aC0yLjA4NHpNNS4wOSAxMy45MjhMMy42MTYgMTUuNGwuOTgyLjk4MiAxLjQ3My0xLjQ3My0uOTgyLS45ODJ6bTkuODIgMGwtLjk4Mi45ODIgMS40NzMgMS40NzMuOTgyLS45ODItMS40NzMtMS40NzN6TTkuMzA1IDE2LjI1djIuMDgzaDEuMzg5VjE2LjI1aC0xLjM5eiIgLz4KPC9zdmc+");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: left 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -o-transition: left 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: left 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 1px 3px 0px rgba(0,0,0,0.12);
    ;
  }
  
  .slider .circle::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.75);
    border-radius: inherit;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    opacity: 0;
  }
  
  
  .ui-switch input:checked+.slider .circle {
    left: calc(100% - var(--circle-diameter));
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjAiIHdpZHRoPSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICAgIDxwYXRoIGZpbGw9IiNmZmYiCiAgICAgICAgZD0iTTQuMiAyLjVsLS43IDEuOC0xLjguNyAxLjguNy43IDEuOC42LTEuOEw2LjcgNWwtMS45LS43LS42LTEuOHptMTUgOC4zYTYuNyA2LjcgMCAxMS02LjYtNi42IDUuOCA1LjggMCAwMDYuNiA2LjZ6IiAvPgo8L3N2Zz4=");
  }
  
  .ui-switch input:active+.slider .circle::before {
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    opacity: 1;
    width: 0;
    height: 0;
  }

  .containerDireitaNavbar{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    height: 100%;
    align-content: center;
    align-items: center;
    gap: 20px;
  }

  .containerSlider{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    flex: 0.75;
    margin: 0 10px;
  }

  .containerLogout{
    display: flex;
    flex: 1.10;
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    margin: 0 10px;
  }
  

@media (max-width: 1200px) {
    .ButtonAlterarColeta:hover, .ButtonExcluirColeta:hover{
        width: 200px;
    }
}




  .ButtonAlterarColeta {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 45px;
    height: 32px;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition-duration: .2s;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.199);
    background-color: #F59E0B;
    margin: 0 0 10px 0;
    user-select: none;
  }
  

  .signAlterarColeta {
    width: 100%;
    font-size: 2em;
    color: white;
    transition-duration: .2s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 5px;
    scale: 80%;
  }

  .textAlterarColeta {
    position: absolute;
    right: 0%;
    width: 0%;
    opacity: 0;
    color: white;
    font-size: 1.2em;
    font-weight: 500;
    transition-duration: .2s;
    text-wrap-mode: nowrap;
    
  }

  @media (max-width: 1200px) {
    .ButtonAlterarColeta:hover, .ButtonExcluirColeta:hover,.ButtonNovaColeta:hover{
        width: 205px !important;
    }

  }
    @media (max-width: 1000px) {
    .ButtonAlterarColeta:hover, .ButtonExcluirColeta:hover,.ButtonNovaColeta:hover{
        width: 305px !important;
    }
  }
    @media (max-width: 700px) {
    .ButtonAlterarColeta:hover, .ButtonExcluirColeta:hover,.ButtonNovaColeta:hover{
        width: 405px !important;
    }
    .OpcoesTabela{
        transform: scale(0.6);
    }
    .checkBoxes{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
  }


  .ButtonAlterarColeta:hover {
    width: 205px;
    border-radius: 0px;
    transition-duration: .2s;
  }
  
  .ButtonAlterarColeta:hover .signAlterarColeta {
    width: 30%;
    transition-duration: .2s;
    justify-content: flex-start;
    margin-right: 5px;
  }

  .ButtonAlterarColeta:hover .textAlterarColeta {
    opacity: 1;
    width: 70%;
    transition-duration: .2s;
    padding-right: 5px;
    padding-left: 15px;
  }

  .ButtonAlterarColeta:active {
    transform: translate(2px ,2px);
  }


.ButtonVerRecibo{
    display: none;
    align-items: center;
    justify-content: flex-start;
    width: 45px;
    height: 32px;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition-duration: .2s;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.199);
    background-color: #00eaff;
    margin: 0 0 10px 0;
    user-select: none;
  }


  .signVerRecibo {
    width: 100%;
    font-size: 2em;
    color: white;
    transition-duration: .2s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2px;
    padding-bottom: 5px;
  }

  .textVerRecibo {
    position: absolute;
    right: 0%;
    width: 0%;
    opacity: 0;
    color: white;
    font-size: 1.2em;
    font-weight: 500;
    transition-duration: .2s;
    text-wrap-mode: nowrap;
  }

  .ButtonVerRecibo:hover {
    width: 205px;
    border-radius: 0px;
    transition-duration: .2s;
  }
  
  .ButtonVerRecibo:hover .signVerRecibo {
    width: 30%;
    transition-duration: .2s;
    padding-left: 5px;
    justify-content: flex-start;

  }

  .ButtonVerRecibo:hover .textVerRecibo {
    opacity: 1;
    width: 70%;
    transition-duration: .2s;
    padding-right: 10px;
    padding-left: 15px;
  }

  .ButtonVerRecibo:active {
    transform: translate(2px ,2px);
  }










  .ButtonExcluirColeta {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 45px;
    height: 32px;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition-duration: .2s;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.199);
    background-color: #EF4444;
    margin: 0 0 10px 0;
    user-select: none;
  }
  

  .signExcluirColeta {
    width: 100%;
    font-size: 2em;
    color: white;
    transition-duration: .2s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2px;
    padding-bottom: 5px;
  }

  .textExcluirColeta {
    position: absolute;
    right: 0%;
    width: 0%;
    opacity: 0;
    color: white;
    font-size: 1.2em;
    font-weight: 500;
    transition-duration: .2s;
    text-wrap-mode: nowrap;
  }

  .ButtonExcluirColeta:hover {
    width: 205px;
    border-radius: 0px;
    transition-duration: .2s;
  }
  
  .ButtonExcluirColeta:hover .signExcluirColeta {
    width: 30%;
    transition-duration: .2s;
    padding-left: 5px;
    justify-content: flex-start;

  }

  .ButtonExcluirColeta:hover .textExcluirColeta {
    opacity: 1;
    width: 70%;
    transition-duration: .2s;
    padding-right: 10px;
    padding-left: 15px;
  }

  .ButtonExcluirColeta:active {
    transform: translate(2px ,2px);
  }


  .ButtonNovaColeta {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 45px;
    height: 32px;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition-duration: .2s;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.199);
    background-color: #22C55E;
    margin: 0 0 10px 0;
    user-select: none;
  }
  

  .signNovaColeta {
    width: 100%;
    height: 100%;
    font-size: 2em;
    color: white;
    transition-duration: .2s;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .textNovaColeta {
    position: absolute;
    right: 0%;
    width: 0%;
    opacity: 0;
    color: white;
    font-size: 1.2em;
    font-weight: 500;
    transition-duration: .2s;
    text-wrap-mode: nowrap;
  }

  .ButtonNovaColeta:hover {
    width: 195px;
    border-radius: 0px;
    transition-duration: .2s;
  }
  
  .ButtonNovaColeta:hover .signNovaColeta {
    width: 30%;
    transition-duration: .2s;
    padding-left: 5px;
    padding-bottom: 2px;
    justify-content: flex-start;
  }

  .ButtonNovaColeta:hover .textNovaColeta {
    opacity: 1;
    width: 70%;
    transition-duration: .2s;
    padding-right: 10px;
    padding-left: 15px;
  }

  .ButtonNovaColeta:active {
    transform: translate(2px ,2px);
  }





  .ButtonEnviarWhats {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 45px;
    height: 32px;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition-duration: .2s;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.199);
    background-color: rgb(39, 194, 202);
    margin: 0 0 10px 0;
    user-select: none;
  }
  .ButtonVincularColeta {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 45px;
    height: 32px;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition-duration: .2s;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.199);
    background-color: rgb(206, 201, 37);
    margin: 0 0 10px 0;
    user-select: none;
  }
  .signVincularColeta {
    width: 40px;
    font-size: 2em;
    color: white;
    transition-duration: .2s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2px;
    scale: 80%;
    fill: white
  }

  .signEnviarWhats {
    width: 100%;
    font-size: 2em;
    color: white;
    transition-duration: .2s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2px;
    scale: 80%;
  }

  .textVincularColeta {
    position: absolute;
    right: 0%;
    width: 0%;
    opacity: 0;
    color: white;
    font-weight: 500;
    transition-duration: .2s;
    text-wrap-mode: nowrap;
    font-size: 12px;
  }

  .textEnviarWhats {
    position: absolute;
    right: 0%;
    width: 0%;
    opacity: 0;
    color: white;
    font-size: 1.2em;
    font-weight: 500;
    transition-duration: .2s;
    text-wrap-mode: nowrap;
  }

  .ButtonVincularColeta:hover {
    width: 195px;
    border-radius: 0px;
    transition-duration: .2s;
  }

  .ButtonEnviarWhats:hover {
    width: 195px;
    border-radius: 0px;
    transition-duration: .2s;
  }
  
  .ButtonVincularColeta:hover .signVincularColeta {
    width: 25px;
    transition-duration: .2s;
    padding-left: 0px;
        justify-content: flex-start;
  }
  .ButtonEnviarWhats:hover .signEnviarWhats {
    width: 30%;
    transition-duration: .2s;
    padding-left: 0px;
        justify-content: flex-start;
  }


  .ButtonVincularColeta:hover .textVincularColeta {
    opacity: 1;
    width: 70%;
    transition-duration: .2s;
    padding-right: 10px;
    padding-left: 15px;
  }


  .ButtonEnviarWhats:hover .textEnviarWhats {
    opacity: 1;
    width: 70%;
    transition-duration: .2s;
    padding-right: 10px;
    padding-left: 15px;
  }

  .ButtonVincularColeta:active {
    transform: translate(2px ,2px);
  }

  .ButtonEnviarWhats:active {
    transform: translate(2px ,2px);
  }










.dropdown-toggle .arrow {
  display: inline-block;
  transition: transform 0.1s ease;
}

.dropdown:hover .dropdown-toggle .arrow {
  transform: rotate(180deg) translateY(10%);

}

.dropdown {
    position: relative;
    display: inline-block;
    white-space: nowrap;
}

.dropdown-toggle {
    font-size: 14px;
    color: #222;
    font-family: inherit;

    cursor: pointer;
    border: none;
    background: none;
    text-transform: uppercase;
    position: relative;
}

.dropdown-toggle.dark-mode {
    color: #f5f5f5;
}

.dropdown-toggle:after {
    content: "";
    pointer-events: none;
    bottom: -2px;
    left: 50%;
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: rgba(0, 0, 0, 0) !important;
    transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), left 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.dropdown-toggle:hover:after {
    width: 100%;
    left: 0%;
}

.dropdown-menu {
    background-color: #fff;
    min-width: 150px;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
    z-index: 999;
    top: 100%;
    left: 0;
    border-radius: 5px;
    overflow: visible !important;
    position: absolute; 
}

.dropdown-menu a {
    color: #222;
    padding: 10px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-menu a:hover {
    background-color: #f1f1f1;
}

.dropdown-menu.dark-mode a:hover {
    background-color: #7a7878;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu.dark-mode {
    background-color: #686565;
}

.dropdown-menu.dark-mode a {
    color: #f5f5f5;
}

.submenu {
    position: relative;
  }
  
  .dropdown-submenu {
    position: absolute;
    top: 0;
    right: 100%;        
    white-space: nowrap;
    min-width: 150px;
    background-color: #fff;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
    z-index: 999; 
    border-radius: 5px;
  }
  


.dropdown-submenu a {
  color: #222;
  padding: 10px 16px;
  text-decoration: none;
  display: block;
}


.dropdown-submenu a:hover {
  background-color: #f1f1f1;
}

.dropdown-menu.dark-mode .dropdown-submenu {
  background-color: #686565;
}

.dropdown-menu.dark-mode .dropdown-submenu a {
  color: #fff;
}

.dropdown-menu.dark-mode .dropdown-submenu a:hover {
  background-color: #7a7878;
}


.dropdown-menu {
    opacity: 0;
    transform: translateY(-10px);
    visibility: hidden;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.dropdown-submenu {
    opacity: 0;
    transform: translateX(10px);
    visibility: hidden;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.submenu:hover > .dropdown-submenu {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
}


/* -----------------------------------------------------------------------------------------INTRANET----------------------------------------------------------------------*/
.IntranetContainer {
    display: flex;
    gap: 25px;
    flex-direction: column;
    align-items: center;
    margin-top: 5%;
    user-select: none;
}

.container {
    width: 90%;
    background-color: transparent;
    box-shadow: -7px 9px 11px 5px rgb(0 0 0 / 35%);
    transition: all 0.3s ease;
    overflow: hidden;
    border-radius: 5px 0px 50px 10px;
    
}
.container:hover{
    box-shadow: -5px 6px 9px 0px rgb(0 255 17);
    scale: 1.05;
    transform: translateY(-5px);
    transition: all 0.3s ease;
}
.container.expanded:hover {
    box-shadow: -7px 9px 11px 5px rgb(0 0 0 / 35%);
    scale: 1;
    transform: none;
}

.container.expanded{
    border-radius: 5px 0px 10px 10px;
}


.container.dark-mode {
    background-color: #6E6D6D;
    box-shadow: -5px 6px 9px 0px rgb(187 192 187);
}

.container.dark-mode:hover{
    box-shadow: -5px 6px 9px 0px rgb(0 255 17);
    scale: 1.05;
    transform: translateY(-5px);
    transition: all 0.3s ease;
}

.container.dark-mode.expanded:hover {
    box-shadow: -5px 6px 9px 0px rgb(187 192 187);
    scale: 1;
    transform: none;
}

.container.dark-mode .title {
    color: white;
}
.container .title {
    height: 7vh;
    display: flex;
    align-items: center;
    padding-left: 20px;
    font-weight: bold;
    color: black;
    cursor: pointer;
}

.container .content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.2s ease, opacity 0.7s ease;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    box-sizing: border-box;
    padding: 0 20px; 
}

.container.expanded .content {
    max-height: 480px;
    opacity: 1;
    visibility: visible;
    padding: 10px 20px; 
    transition: max-height 0.4s ease, opacity 0.4s ease-out;
    overflow-y: auto;
}

.container.expanded .content::-webkit-scrollbar {
    width: 6px;                
    background: transparent;   
}

.container.expanded .content::-webkit-scrollbar-track {
    background: transparent;   
}

.container.expanded .content::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.4); 
    border-radius: 10px;          
}

.video-item {
    width: 280px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 2px 5px rgb(0 0 0);
    cursor: pointer;
}
@media (min-width: 1000px) {
    .container.expanded .content { 
        max-height: 820px;
}
.video-item{
    width: 90% !important;
}
}




.video-title {
    font-weight: bold;
    margin-top: 10px;
    color: #000;
    user-select: none;
    cursor: pointer;
}

.video-description {
    font-size: 0.9em;
    color: #444;
    margin-top: 5px;
    user-select: none;
    cursor: pointer;
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.modal-content {
    position: relative;
    background-color: #fff;
    padding: 20px;
    max-width: 80%;
    width: 800px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    scale: 1.4;
}

.modal video {
    width: 100%;
    height: auto;
}

.close-button {
    color: #aaa;
    position: absolute;
    top: 0px;
    right: 20px;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
}

.close-button:hover {
    color: #000;
}


.spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}

.spinner {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}




.containerAviso{
    border: 1px solid #000;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    width: -webkit-fill-available;
}


.containerAviso.dark-mode{
    background: #262626;
}
.avisoAtencao{
    display: flex;
    align-items: center;
    justify-content: center;
    justify-self: center;
    font-size: 10px;
    font-weight: bold;
    color: red;
}

.boasVindas, .subBoasVindas{
    display: flex;
    align-items: center;
    justify-content: center;
    justify-self: center;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    text-transform: none;
}
.subBoasVindas{
    font-size: 15px;
}
.boasVindas{
    margin-top: 10px;
}

.subBoasVindas.dark-mode{
    color: #f5f5f5;
}
.boasVindas.dark-mode{
    color: #f5f5f5;
}

.cards-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 30px;
    justify-content: center;
}

.card::after {
    opacity: 0;     
}
.card:hover::after {
    opacity: 1;      
}
.card {
    width: 20vw;
    height: 20vh;
    background: linear-gradient(340deg, #cbcbcb, #ffffff);
    border: 1px solid #545557;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    transition: transform 0.2s;
    text-decoration: none;
    color: #000;
    position: relative;
    overflow: hidden; 
    z-index: 500;
}

.card:hover {
    transform: scale(1.03);
}

.card::after {
  
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 12px;
    border: 4px solid transparent;
    pointer-events: none;

    --cor: #11ff00;

    border-left-color: var(--cor);
    border-right-color: var(--cor);
    border-top-color: var(--cor);


background:

    radial-gradient(circle at bottom left, var(--cor) 0 3px, transparent 4px) bottom left / 10px 8px no-repeat,
    linear-gradient(to right, var(--cor), var(--cor)) bottom left / 0% 4px no-repeat,

    radial-gradient(circle at bottom right, var(--cor) 0 3px, transparent 4px) bottom right / 10px 8px no-repeat,
    linear-gradient(to left, var(--cor), var(--cor)) bottom right / 0% 2px no-repeat;

    width: 0%;
    height: 0%;
    left: 50%;
    transform: translateX(-50%);
}

.card:hover::after {
    animation: borderGrow 0.7s forwards ease-in-out;
}

@keyframes borderGrow {

    0% {
        width: 0%;
        height: 0%;
        background-size:
            0px 0px,   
            0% 2px,    
            0px 0px,   
            0% 2px;    
    }

    20% {
        width: 0%;
        height: 2%;
        background-size:
            0px 0px,
            0% 4px,
            0px 0px,
            0% 4px;
    }

    60% {
        width: 98%;
        height: 2%;
        background-size:
            10px 8px,  
            0% 4px,   
            10px 8px,  
            0% 4px;
    }

    90% {
        width: 98%;
        height: 97.9%;
        background-size:
            10px 8px,
            0% 4px,
            10px 8px,
            0% 4px;
    }

    100% {
        width: 98%;
        height: 97.9%;
        background-size:
            10px 8px,       
            50% 4px,        
            10px 8px,       
            50% 4px;        
    }
}


@media (max-width: 1150px) {
    .card {
        width: 18vh;
    }
}

.card.dark-mode{
    background: linear-gradient(340deg, #ffffff6b, #212020);
    color: #f5f5f5;
}

.card-title {
    font-size: 18px;
    font-weight: bold;
    text-transform: none;
    margin-bottom: 16px;
}


.card-link {
    margin-top: auto;
    color: #007bff;
    text-decoration: none;
}

.voltarParaIntranet{
    text-decoration: none;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
}

.voltarParaIntranet.dark-mode{
    color: #f5f5f5;
}

.containerVoltarParaIntranet{
    margin: 15px 0 0 25px;

}

.card-image img {
    width: 22%;
    height: auto;
}

.formularioReS{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0 0 0;
    flex-direction: column;
    height: 50vh;
    gap: 10px;
}

.formularioReclamacoes{
    display: flex;
    justify-content: center;
    margin: 10px 0 0 0;
    flex-direction: column;
    height: 50vh;
    gap: 10px;
    align-items: flex-end;
}

.parteSuperior{
    display: flex;
    gap: 10px;
}

.parteInferior {
    align-self: center;
    align-items: center;
    justify-items: center;
    display: flex;
    gap: 10px;
}

.parteInferior textarea{
    height: 150px;
    width: 450px;
}

.parteSuperior input{
    width: 450px;
    justify-self: flex-end;
}

.abaixoDoForm{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0 0 0;
    width: 80%;
}

.Anonimo{
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.valorTotal{
  align-self: center;
}










    .relatorio-titulo {
      font-weight: bold;
      margin: 10px 10px 0 10px;
      padding-top: 10px;
      user-select: none;
    }

    .relatorio-colunas-disponiveis {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin: 0px 10px 10px 10px
    }

    .relatorio-coluna {
      padding: 5px 10px;
      background: white;
      border: 2px  solid black;
      cursor: grab;
      user-select: none;
      font-weight: bold;
      font-size: 10px;

    }

    .relatorio-coluna:hover {
      background: #e6e6e6;
    }

    #relatorio-quadro {
      min-height: 300px;
      border: 3px solid black;
      padding: 15px;
      background: white;
      display: flex;
      flex-wrap: nowrap;
      align-items: flex-start;
      margin: 0px 3px 0 10px;
      height: 50vh;
      overflow-x: auto;
     max-width: 1050px;
    }


    .relatorio-preview-titulo {
      font-weight: bold;
      margin-bottom: 0px;
      margin-left: 10px;
      user-select: none;
    }

    .relatorio-disponiveis{
        margin-top: 10px;
    }

    .linha-separadora{
        border: 1px solid black;
        height: 100%;
    }



.relatorio-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    height: 100%;
    min-width: 30px; 
    flex-shrink: 0;  
}

.relatorio-coluna.dark-mode{
    border: 1px solid #fff !important;
    color: #f5f5f5 !important;
    background-color: #343434 !important;
}
.relatorio-quadro.dark-mode{
    border: 3px solid #fff !important;
    color: #f5f5f5;
    background-color: #343434 !important;
}

.linha-separadora.dark-mode{
    border: 1px solid #fff !important;
}

.botoesRelatorio{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 10px 10px 0 0;
    align-items: flex-end;
    gap: 5px
    
}

.opcoes{
    user-select: none;
}

.botoes{
    user-select: none;
}


.campoAbaixoTabela{
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}

.inputsExtras{
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid black;
    padding-bottom: 10px;
}

.inputsExtras.dark-mode{
    border-bottom: 1px solid #fff !important;
}


.inputCidadeRemetente, .inputCidadeDestinatario, .inputDestinatario,.inputRemetente,.inputCnpjRemetente, .selectVeiculo,.selectMotorista,.checkboxAguardandoNF,.checkboxConcluidas, .selectSituacaoAvaria,.selectCausasAvaria,.selectCategoriaAvaria, .InputsDataNfFat,.causasExtravioCampo{
    display: none;
}


.inputRemetente input, .inputDestinatario input, .inputCidadeRemetente input, .inputCidadeDestinatario input, .inputCnpjRemetente input{
    width: 100%;
}


.selectMotorista, .selectVeiculo, .checkboxAguardandoNF,.checkboxConcluidas, .selectSituacaoAvaria, .causasExtravioCampo, .selectCategoriaAvaria,.selectCausasAvaria{
    width: 100%;
}

.selectVeiculo select, .selectMotorista select,.checkboxAguardandoNF select,.checkboxConcluidas select, .selectSituacaoAvaria select,.selectCausasAvaria select,.selectCategoriaAvaria select ,.causasExtravioCampo select{
    width: 100%;
}

.botoes button{
    cursor: pointer;
    text-wrap: nowrap;
}




.divRelatorios{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
        max-width: 87%;
}

.camposAdicionais{
    padding-top: 5px;
    padding-right: 5px;
}

.camposRelatorio{
    width: 100%;
    max-width: 86%;
}


.inputCidadeRemetente, .inputCidadeDestinatario, .inputDestinatario,.inputRemetente,.inputCnpjRemetente, .selectVeiculo, .selectMotorista,.checkboxAguardandoNF,.checkboxConcluidas,.selectCausasAvaria,.selectCategoriaAvaria, .selectSituacaoAvaria, .causasExtravioCampo{
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.inputsExtras input{
    border: #000000 1px solid;
}

.inputsExtras.dark-mode input{
    border: #fff 1px solid;
}










.inputCimaRelatorio input[type="date"], .inputBaixoRelatorio input[type="date"] {
    font-family: 'Roboto-Regular', Helvetica Neue, Helvetica, Arial, sans-serif;
    justify-content: center;
    justify-self: center;
    align-items: center;
    align-self: center;
}

.inputBaixoRelatorio, .inputCimaRelatorio{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 4px;
    scale: .8;
}
.inputBaixoRelatorio label, .inputCimaRelatorio label{
    align-items: center; 
    display: flex;
    height: 38px;
}
.inputBaixoRelatorio input, .inputCimaRelatorio input{
    display: flex;
    width: 120px;
    gap: 2px;
}


.botoes button {
  position: relative;
  width: 150px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  border: 1px solid #17795E;
  background-color: #209978;
  overflow: hidden;
}

.botoes button, .button__icon, .button__text {
  transition: all 0.3s;
}

.botoes button .button__text {
  transform: translateX(35px);
  color: #fff;
  font-weight: 600;
}

.botoes button .button__icon {
  position: absolute;
  transform: translateX(105px);
  height: 100%;
  width: 39px;
  background-color: #17795E;
  display: flex;
  align-items: center;
  justify-content: center;
}

.botoes button .svg {
  width: 20px;
  fill: #fff;
}

.botoes button:hover {
  background: #17795E;
}

.botoes button:hover .button__text {
  color: transparent;
}

.botoes button:hover .button__icon {
  width: 95%;
  transform: translateX(0);
}

.botoes button:active .button__icon {
  background-color: #146c54;
}

.botoes button:active {
  border: 1px solid #146c54;
}
















.containerPrincipal {
    display: flex;
    width: 60vw;
    height: 60vh;
    justify-content: center;
    align-items: center;
    justify-items: center;
    justify-self: center;
}

.containerEsquerda {
    flex: 2;
    padding: 10px;
    border-right: 1px solid #ccc;
    background-color: #f9f9f9;
    overflow-y: auto;
    height: 100%;
}
.containerEsquerda p{
    white-space: pre-line;

}


.containerEsquerda h2{
    text-align: center;
}

.containerDireita {
    flex: 1;
    padding: 10px;
    overflow-y: auto;
    background-color: #fff;
    height: 100%;
}

.aviso:hover {
    background-color: #f0f0f0;
}
.aviso {
    padding: 8px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

.aviso-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.aviso-simbolo {
    font-size: 24px;
    padding-top: 2px;
    min-width: 32.95px;
    display: flex;
    justify-content: center;
}

.aviso-texto {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.aviso-titulo {
    font-weight: bold;
    margin-bottom: 4px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.aviso-mensagem {
    font-size: 14px;
}

.mensagemAviso {
    white-space: pre-line; 
}

.formAviso{
    display: flex;
    flex-direction: column;
    gap: 8px
}

.tituloData{
    font-size: 10px;
    font-weight: normal;
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}

.textareaAviso{
    width: 480px;
    height: 500px;
    max-width: 1080px;
    max-height: 670px;
    min-height: 25px;
    min-width: 225px;

}

.formAviso input, .formAviso textarea, .formAviso select{
    border: 1px solid black;
}


.botoesContainerGerenciamento{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 15px;
    gap: 5px;
}


.containerEsquerda.dark-mode, .containerDireita.dark-mode{
    background-color: #373737;
    color: #f5f5f5;
}

.aviso:hover{
    background-color: #7a7878;
}


.aviso.selecionado {
    background-color: #5b5a5a;
    border: 1px solid #000000;
}



@media (max-width: 1200px) {
    .cards-container{
        justify-content: center;
    }
    .containerLogout{
        padding-top: 35px;
    }
}


.popup-cards{
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin: 0 10px;
}
.popupCardsQualidadeCima{
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin: 0 10px;
}

.popup-content{
    display: flex;
    top: 25%;
    left: 25%;
    position: absolute;
    background: #fff;
    height: auto;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    padding: 15px;
    border: #000000 solid 1px;
    border-radius: 5px;
}

.popupContentQualidade{
    display: flex;
    top: 12.5%;
    left: 25%;
    position: absolute;
    background: #fff;
    height: auto;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    padding: 15px;
    border: #000000 solid 1px;
    border-radius: 5px;
}

.popup-content.dark-mode{
    background-color: #1A1A1A;
    color: #f5f5f5;
    border: #f5f5f5 solid 1px;
}
.popupContentQualidade.dark-mode{
    background-color: #1A1A1A;
    color: #f5f5f5;
    border: #f5f5f5 solid 1px;
}


.dark-mode .popup-overlay input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1); 
    cursor: pointer;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield; 
    appearance: textfield;      
}

.OpcoesTabelaAvaria {
    display: flex;
    width: 100%;
}

.InputsDataAvaria{
    display: flex;
    flex-direction: row;
    user-select: none;
    gap: 5px;
}



.colunaDireita1{
    display: flex;
    flex-direction: row;
    gap: 5px;
    width: 90%;
    
}
.colunaDireita2{
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
}

.elementosColuna2{
    display: flex;
    flex-direction: row;
    gap: 5px;
    width: 100%;
}

.colunaDireitaAvaria{
    padding-left: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
}

.radioInputs{
    display: flex;
    flex-direction: row;
    gap: 5px;
    padding: 12px 20px 9px 10px;
    margin: 4px 0;
    scale: 1.1;
    height: 26px;
}

.campoPix{
width: 70%;
}








.form-grid{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sections{
    display: flex;
    flex-direction: row;
    gap: 10px;

}

.form-section legend{
    font-weight: bold;
    padding: 0 0.5rem;
    font-size: 1.1rem;
    margin-left: 0.5rem;
}

.form-section{
    flex: 1;
}

.form-group{
    margin-bottom: 15px
}

.form-actions{
    display: flex;
    justify-content: flex-end;
    width: 100%;
}



.colunaCentral{
    display: flex;
    flex-direction: column;
}

.tituloH4 {    
  font-size: 36px;
  width: 95%;
  margin: 0;
  padding: 30px 15px 0 2.5%;
  box-sizing: border-box;
  border-bottom: 1px solid #cccccc;
  font-weight: normal;
  text-transform: capitalize !important
}







.inputButton{
    display: flex;
    white-space: nowrap;
    flex-direction: row;
}

.resultado{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;    
    gap: 5px;
}


.buscaContainer{
    display: flex;
    flex-direction: column;
    border-top: 1px solid #000000;
    padding: 2px 5px 2px 5px;
    gap: 5px;
}

.buscaOuterContainer{
    display: flex; 
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;  
    border: 2px solid #000000;
}

.buscaOuterContainer h2{
    font-size: 15px;
    font-weight: bold;
}

.buscaContainer.dark-mode{
    border-top: 1px solid #ffffff;
}

.buscaOuterContainer.dark-mode{
    border: 2px solid #ffffff;
}

.campoSetor{
    margin: 10px 0 10px 10px;
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.containerPrePronto{
    flex-direction: column;
    gap: 5px;
}

.campoSetor span{
    font-weight: bold;
}

.campoSetor select{
    width: 300px;
}


#RecolherNavbar {
transition: transform 0.3s ease;
    margin: 0px !important;
    display: flex;
    justify-content: flex-end;
    align-content: flex-end;
    height: 100%;
    align-items: flex-end;
    margin: 0px !important;
}


.navbar {
  max-height: 50px;
  opacity: 1;
  transition: max-height 0.2s ease, opacity 0.3s ease;
}

.navbar.expandida {
  max-height: 200px; 
  opacity: 1;
}

.dark-mode .RecolherNavbar svg {
  stroke: white !important;
}



.tabela::-webkit-scrollbar, .tabelaSobras::-webkit-scrollbar {
  width: 10px;  
  height: 10px; 
}

.tabela::-webkit-scrollbar-track,.tabelaSobras::-webkit-scrollbar-track {
  background: transparent;  
  border-radius: 10px;
}

.tabela::-webkit-scrollbar-thumb, .tabelaSobras::-webkit-scrollbar-thumb {
  background: #3f3f3f;  
  border-radius: 10px;
}

.tabela::-webkit-scrollbar-thumb:hover, .tabelaSobras::-webkit-scrollbar-thumb:hover {
  background: #555;  
}


.tabela, .tabelaSobras {
  scrollbar-width: thin;             
  scrollbar-color: #888 #f1f1f1;   
}

.tabela::-webkit-scrollbar-button, .tabelaSobras::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}

.tabela::-webkit-scrollbar-button, .tabelaSobras::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

.tabela::-webkit-scrollbar-button:start:decrement,
.tabela::-webkit-scrollbar-button:end:increment ,
.tabelaSobras::-webkit-scrollbar-button:end:increment,
.tabelaSobras::-webkit-scrollbar-button:start:increment

{
  display: none;
  width: 0;
  height: 0;
}



.drop-zone {
    border: 2px dashed #aaa;
    border-radius: 10px;
    padding: 30px;
    cursor: pointer;
    margin: 20px 0;
    transition: background 0.3s;
}
.drop-zone.dragover {
    background: #f0f8ff;
    border-color: #333;
}







.containerTextoAviso{
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    width: 100%;
    flex: 1;
}

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

.divBotoesAviso{
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: flex-end;   
    justify-content: center; 
    margin: 5px;
}

.popupContentAviso{    
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    background: white;
    padding: 10px;
    border-radius: 8px;
    width: 80%;
    box-shadow: 0 2px 10px rgba(5, 255, 22, 0.416);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    min-height: 80%;
}
.popupContentAviso h2{
    justify-content: top;  
}

.popupContentAviso.dark-mode{
    background: #0f1321;
    color: #fff;
}

.popupoverlayAviso {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.dark-mode .popup-overlay input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
    cursor: pointer;
}

.textoAviso{
    font-family: 'Roboto-Regular', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 18px;
    word-break: break-word;
    height: 100%;
    overflow: auto;
    max-height: 350px;
    margin: 15px 10px;
    white-space: pre-line;
}

.containerAnexoAviso{
    margin-top: 15px; 
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    flex: 1;
}





.anexoContainer {
    font-family: Arial, sans-serif;
    width: 100%; 
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.anexoPreview {
    background-color: #f8f9fa;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    height: 100%;

}

.anexoPreview iframe {
    width: 100%;
    height: 100%;
    border: 1px solid #e0e0e0;
}


.anexoInfo {
    display: flex;
    align-items: center;
    padding: 12px;
    background-color: #ffffff;
}


.iconeArquivo {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    flex-shrink: 0;
}


.anexoDetalhes {
    display: flex;
    flex-direction: column;
    gap: 4px; 
}


.nomeArquivo {
    font-weight: bold;
    color: #333;
    font-size: 16px;
    word-break: break-all; 
}


.linkDownload {
    color: #007bff;
    text-decoration: none;
    font-size: 14px;
}

.linkDownload:hover {
    text-decoration: underline;
}






.exportacaoRelatorios.dark-mode a{
    color: white !important;
    border: white solid 1px !important;
}













.textoRadio{
    justify-content: center;
    text-align: center;

}

.radioWrap {
  display: flex;
  flex-direction: row;
  margin-left: 10px;
  width: 98%;
  user-select: none;
}

.full-radio {
  flex: 1;                 
  text-align: center;
}

.full-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.full-radio .content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 16px;
  border: none; 
  border-bottom: 3px solid #22C55E; 
  background: #ffffff;
  transition: all 0.14s ease;
  border-radius: 8px 8px 0px 0px;
  cursor: pointer;
}
.full-radio .content.dark-mode {
  background: #211159;
    color: white;
}




  .full-radio .left { display:flex; align-items:center; }


.full-radio input[type="radio"]:checked + .content {
  border: 2px solid #22C55E;  
  border-bottom: none;         
  background: #f5f5f5;
  position: relative;
  top: 1px; 
  z-index: 2;
  border-radius: 0;
cursor: default !important;
}

.full-radio input[type="radio"]:checked + .content.dark-mode {
  background: #140f36;
    color: white;
}

  .full-radio input[type="radio"]:checked + .content .dot {
    background:#f5f5f5;
    border-color:#f5f5f5;
  }








.cidades-grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 50px;
  overflow-y: auto;
  margin-bottom: 5px;
}

.cidade-item{
    display: flex;
    flex-direction: row;
}

.cidade-coluna {
  flex: 1 1 200px;
  min-width: 180px;
}

.cidade-coluna label {
  display: block;
  margin: 3px 0;
  white-space: nowrap;
}




/* DASHBOARD ---------------------------------------------------------------------------------------------------------------------------------------------------------- */


    .dashboard {
      display: none;
    }
    .dashboard.active {
      display: flex;
      flex-direction: column;
    }

    .dashboard-cards {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 15px;
        margin: 10px 5px;
      justify-items: center
    }
    .cardEstatisticas {
    width: 90%;
    height: 10vh;
    border-left: 5px solid #727272;
    border-radius: 12px;
    box-shadow: inset -6px 5px 10px 0px rgb(0 0 0 / 29%);
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    cursor: pointer;
    transition: transform 0.2s;
    text-decoration: none;
    color: #000;
      font-weight: bold;
    }

    .cardEstatisticas span {
      display: block;
      font-size: 32px;
      margin-top: 10px;
      color: #000000 !important;
      white-space: nowrap;
    }
    
    .cardEstatisticas.dark-mode span {
      color: #ffffff !important;
    }
    .cardEstatisticas.dark-mode .cardRecibos {
      background-color: #959292 !important;
    }
    

    #toastCopiado {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: #2ecc71;
    color: white;
    padding: 12px 18px;
    border-radius: 6px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    opacity: 0;
    transform: translateX(0);
    transition: opacity 0.3s ease;
    z-index: 9999;
}

.toastMostrar {
    opacity: 1 !important;
    display: block !important;
}

.toastSair {
  display: none !important;
    transform: translateX(400px);
    opacity: 0 !important;
    transition: transform 0.6s ease, opacity 0.6s ease;
}

    canvas {
      background: #fff;
      padding: 15px;
      border-radius: 12px;
      box-shadow: 0 2px 4px rgba(0,0,0,0.1);
      margin-bottom: 30px;
      scale: 0.9;
    }

.dashboardCima canvas {
    max-width: 45vw;
    display: block;
    height: 474px;
    width: 600px;
    max-height: 474px;
}

.filtros {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  background: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  justify-content: flex-end;
  width: 97%;
}

.filtros button {
  background: #fff;
  border: 1px solid #4CAF50; 
  color: #4CAF50;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.filtros select {
  background: #fff;
  border: 1px solid #4CAF50; 
  color: #4CAF50;
  font-weight: 500;
  padding: 2px 5px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.filtros button:hover {
  background: #4CAF50;
  color: #fff;
}

.filtros input[type="date"] {
  padding: 6px 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  outline: none;
  transition: border-color 0.2s;
}

.filtros input[type="date"]:focus {
  border-color: #4CAF50;
  box-shadow: 0 0 4px rgba(76,175,80,0.3);
}



.containerEstatisticas{
    background-color: #F9F9F9;
    padding: 2px 10px;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.875);
    margin: 10px 5px 5px 10px;
    width: -webkit-fill-available;
}



.dashboardCima{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px
}

.dashboardBaixo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch; 
  height: 100%;
  min-height: 0;
}

.dashboardListasItems{
    display: flex;
    flex-direction: row;
    justify-content: left;
    zoom: .9;
    align-items: flex-start;
    margin-bottom: 10px;
    height: 100%;
    min-height: 0;
}

.dashboardLists{
    height: 80vh;
    background-color: #F5f5f5;
    padding: 2px 10px;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.875);
    width: -webkit-fill-available;
    margin: 10px 5px 5px 10px;
    

}
.dashboardLists h1{
    margin: 5px 0px !important;
}
.dashboardLists ul{
    white-space: nowrap;
    padding-left: 15px;
}

.listagem ul{
    margin: 0px;
    list-style-type: none;
}

.dashboardlistas{
    width: auto;
    margin: 10px 5px 5px 10px;
    height: 80%;
    background-color: #f9f9f9;
    padding: 2px 10px;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.875);
    display: flex;
    flex-direction: column;
    flex: 1;
}

.dashboardlistas h2, .dashboardlistas h3{
    margin: 5px 0px !important;
        border-bottom: 1px solid;
}

.listagem{
    overflow: auto;
    height: 89%;
    overflow-x: hidden;
}
.listagemTable{
      flex: 1;
  min-height: 0;
    overflow: auto;
    height: 79%;
    overflow-x: hidden;
}

.listagem ul{
    overflow: auto;
    overflow-x: hidden;
}

.remetentedestinatarioList{
    height: 89%;
}

.listagem ul li{
    user-select: none;
}

.clientesList{
    height: 89%;
}

.tabelaRank {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.tabelaRank th, .tabelaRank td {
  padding: 6px 10px;
  border-bottom: 1px solid #ddd;
  text-align: left;
}

.tabelaRank th {
  background: #f5f5f5;
  font-weight: bold;
}

.tabelaRank tbody tr:hover {
  background: #f0f0f0;
  cursor: pointer;
}

.containerEstatisticas.dark-mode{
    background-color: #323233;
    color: #fbfbfb;
    box-shadow: 0 1px 3px rgba(255, 255, 255, 0.875);
}
.dashboardlistas.dark-mode{
    background-color: #323233;
    color: #fbfbfb;
    box-shadow: 0 1px 3px rgba(255, 255, 255, 0.875);
}
.dashboardlistas.dark-mode .listagemTable .tabelaRank tbody tr:hover{
  background-color: #777777;
}

.filtros.dark-mode{
    background: #313131;
    color: white;
}

.buttonsFiltro.dark-mode{
    background-color: #0d1623;
}

.cardEstatisticas.dark-mode{
    background-color: #535353;
    color: #fbfbfb;
}

.tabelaRank thead th {
  position: sticky;
  top: 0;
  background: #f5f5f5; 
  z-index: 2;
}

.dashboardLists.dark-mode{
    background-color: #323233;
    color: #fbfbfb;
    box-shadow: 0 1px 3px rgba(255, 255, 255, 0.875);
}

th.dark-mode {
  background-color: #555555 !important;
  color: #fff;
}

.listagemTable {
  scrollbar-width: thin;               
  scrollbar-color: #888 transparent; 
}


.listagemTable::-webkit-scrollbar {
  width: 4px;   
  height: 4px;  
}


.sidebar:not(.collapsed) ~ .dashboard .listagemTable {
  zoom: 0.9;
}

.sidebar:not(.collapsed) ~ .tabela tbody {
  zoom: 0.7;
}


.sidebar.collapsed ~ .dashboard .listagemTable {
  zoom: 1;
}


.listagemTable::-webkit-scrollbar-thumb {
  background: #888;      
  border-radius: 10px;    
}

.listagemTable::-webkit-scrollbar-track {
  background: transparent; 
}



/* ------------------------------------------------------------------------------------- AREA TI --------------------------------------------------------------------------- */
.checkListContainer {
    display: flex;
    flex-direction: row; 
    align-items: stretch;
    justify-content: space-between;
    height: 70vh; 
    background-color: #f9f9f9;
    border: 1px solid black;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.875);
    margin-top: 20px;
    padding: 10px;
    gap: 10px; 
    width: 90vw;
    justify-self: center;
}


.checkListContainer > div {
    flex: 1; 
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 10px;
    overflow-y: auto; 
    background: white;
}


.checkListContainer h1, .baixoAreaTi h1 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
}

.containerPrioridadeAlta {
    border-top: 6px solid #e74c3c !important; 
    background-color: #fdecea;
}
.containerPrioridadeMedia {
    border-top: 6px solid #f39c12 !important; 
    background-color: #fff5e6;
}
.containerPrioridadeBaixa {
    border-top: 6px solid #27ae60 !important; 
    background-color: #eafaf1;
}
.containerAfazeres {
    border-top: 6px solid #3498db !important; 
    background-color: #eaf3fb;
}


.task {
    display: flex;
    align-items: center;
    padding: 6px 8px;
    margin-bottom: 6px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: grab;
}
.task input[type="checkbox"] {
    margin-right: 8px;
}
.task span {
    flex: 1;
}
.containerAfazeres .header, .pendenciasTricon .header, .planos .header, .gerais .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap:10px;
  white-space: nowrap;
}

.containerAfazeres.dark-mode, .pendenciasTricon.dark-mode, .planos.dark-mode, .gerais.dark-mode, .containerPrioridadeAlta.dark-mode, .containerPrioridadeMedia.dark-mode, .containerPrioridadeBaixa.dark-mode{
    background-color: #464647;
    color: #fbfbfb;
    box-shadow: 0 1px 3px rgba(255, 255, 255, 0.875);
}

.baixoAreaTi.dark-mode, .checkListContainer.dark-mode{
    background-color: #494949;
    color: #fbfbfb;
    box-shadow: 0 1px 3px rgba(255, 255, 255, 0.875);
}

.containerAfazeres .actions button, .pendenciasTricon .actions button, .planos .actions button, .gerais .actions button {
  margin-left: 5px;
  border: none;
  background: none;
  font-size: 18px;
  cursor: pointer;
}

.containerAfazeres .actions button:hover {
  color: #007bff;
}

.task.selected {
  border: 2px solid #007bff;
  background-color: #e6f0ff;
}

.tasks{
    overflow-y: auto;
    overflow-x: hidden;
}



.tasks::-webkit-scrollbar {
  width: 6px;                     
  background: transparent;        
}

.tasks::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3); 
  border-radius: 10px;                   
}

.tasks::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.5); 
}

.tasks::-webkit-scrollbar-track {
  background: transparent; 
}


.tasks::-webkit-scrollbar-button {
  display: none;
}


.baixoAreaTi {
    display: flex;
    flex-direction: row; 
    align-items: stretch;
    justify-content: space-between;
    background-color: #f9f9f9;
    margin-top: 20px;
    gap: 10px; 
    user-select: none;
    justify-self: center;
    margin-bottom: 10px;
}


.areaEsquerda > div {
    flex: 1; 
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 10px;
    overflow-y: auto; 
    background: white;
    zoom: 0.7;
}

.areaEsquerda, .areaDireita{
    display: flex;
    border: 1px solid black;
    border-radius: 5px;
    gap: 5px;
    padding: 10px;
    width: 44vw;
    height: 40vh;

}
.areaDireita{
    flex: 0.25;
}
.areaEsquerda{
    flex: 1;
}

.task.dark-mode{
    background: #333;
    color: #fff;
    border: 1px solid #fff;
}

.novaEntrada input, .editando input{
    display: flex;
    width: 90%;
    padding: 10px 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    justify-items: left;
}

.imagens-preview img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.2s;
}

.imagens-preview img:hover {
  transform: scale(1.1);
}

.btn-remover-img {
  display: block;
  text-align: center;
  font-size: 12px;
  color: red;
  cursor: pointer;
}



.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 250px;
  height: 100vh;
  background-color: #ffffff;
  color: black;
  transition: width 0.3s ease;
  z-index: 9999;
  overflow-y: auto;
  box-shadow: 2px 0 8px rgba(0,0,0,0.3);
}

body:has(.sidebar:not(.collapsed)) {
  margin-left: 250px !important;
}

.sidebar.dark-mode i {
    color: #f5f5f5;
}

.sidebar.dark-mode{
    background-color: #1c1c1c;
    color: #fbfbfb !important;
    box-shadow: 0 1px 3px rgba(255, 255, 255, 0.875);
}

.sidebar.collapsed {
  width: 75px;
}


.sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height: 70px; 
}

.sidebar.collapsed .sidebar-header {
  justify-content: center;
    height: 70px;
  padding: 1.5px 15px;
  transition: padding .5s ease;
}
.sidebar.collapsed .sidebar-header.dark-mode i {
  color: white;
}
.sidebar-header.dark-mode{
      border-bottom: 1px solid #cccccc !important;
}
.sidebar-logo {
  width: 35px;
  height: 35px;
}

.sidebar-title {
  font-size: 1rem;
  white-space: nowrap;
  transition: opacity 0.3s ease;
}

.sidebar.collapsed .sidebar-title {
  opacity: 0;
  pointer-events: none;
  display: none;
}

.toggle-btn {
  background: none;
  border: none;
  color: white;
  font-size: 1.2rem;
  cursor: pointer;
}

.sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.875);
}

.sidebar-menu.dark-mode{
    background-color: #1c1c1c;
    color: #fbfbfb !important;
    box-shadow: 0 1px 3px rgba(255, 255, 255, 0.875);
}

.sidebar-menu li {
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.sidebar.collapsed .sidebar-menu.dark-mode i{
    color: white;
}

.sidebar-menu a {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  text-decoration: none;
  color: rgb(0, 0, 0);
  transition: background 0.2s ease;
}
.sidebar-menu.dark-mode a {
    color: #f5f5f5;
}


.sidebar-menu.dark-mode a:hover {
  background-color: #2e2e2e;
}
.sidebar-menu a:hover {
  background-color: #c1c1c1;
}

.sidebar.collapsed .sidebar-header img{
    display: none;
}

.sidebar-menu i {
  width: 25px;
  text-align: center;
  margin-right: 12px;
  font-size: 1.1rem;
  color: black;
}

.sidebar-menu.dark-mode i {
    color: #f5f5f5;
}

.sidebar.collapsed .sidebar-menu i {
  width: 25px;
  text-align: center;
  margin-right: 0px;
  font-size: 1rem;
  color: black;
}

.sidebar.collapsed.sidebar-menu.dark-mode i {
    color: #f5f5f5;
}


.submenu .submenu-items {
  display: none;
  background-color: #dfdada;
}

.sidebar-menu.dark-mode .submenu .submenu-items {
    background-color: #1c1c1c;
}

.submenu.active .submenu-items {
  display: block;
  padding: 0;
  margin: 0;
}

.submenu-items li{
    list-style: none;
    padding: 0;
    width: 100%;
    height: 100%;
}

.submenu-items a {
  padding-left: 50px;
  font-size: 0.9rem;
}

.submenu-arrow {
  margin-left: auto;
  transition: transform 0.2s ease;
}

.submenu.active .submenu-arrow {
  transform: rotate(180deg);
}

.submenu{
    padding: 0;
}


.sidebar.collapsed a span {
  display: none;
}

.sidebar.collapsed .submenu-items {
  display: none !important;
}

/* === Ajuste para conteúdo principal === 
body {
  transition: margin-left 0.3s ease;
  margin-left: 250px;
}

body.sidebar-collapsed {
  margin-left: 70px;
}

/* Navbar e container principal não ficam atrás da sidebar 
.navbar {
  transition: margin-left 0.3s ease;
  margin-left: 250px;
}
*/
body.sidebar-collapsed .navbar {
  margin-left: 70px;
}

@media (max-width: 768px) {
  .sidebar {
    position: fixed;
    width: 200px;
    z-index: 10000;
  }
}


.sidebar-footer {
  padding: 10px 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sidebar {
  display: flex;
  flex-direction: column;
  height: 100vh;    
  overflow: hidden; 
  text-transform: none;
}


.sidebar-menu {
  flex: 1; 
  overflow-y: auto;
  list-style: none;
  padding: 0;
  margin: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.875);
}

.sidebar-menu li span{
  text-transform: none;
}


.sidebar-menu::-webkit-scrollbar {
  width: 8px;
}
.sidebar-menu::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 4px;
}
.sidebar-menu.dark-mode::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.3);
}


.sidebar-footer {
  flex-shrink: 0; 
  padding: 10px 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sidebar-footer-buttons {
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.sidebar-menu::-webkit-scrollbar {
  width: 2px; 
  height: 2px;
}

.sidebar-footer.dark-mode{
    background-color: #1c1c1c;
    color: #fbfbfb !important;
    box-shadow: 0 1px 3px rgba(255, 255, 255, 0.875);
}

.sidebar-footer.dark-mode i{
    color: #f5f5f5;
}

.sidebar-footer-buttons{
    width: 100%;
    display: flex;
    justify-content: space-around;
}


.dark-mode-btn {
  background: none;
  border: none;
  color: white;
  font-size: 22px;
  cursor: pointer;
  transition: color 0.3s, transform 0.3s;
}

.dark-mode-btn:hover {
  color: #ffd43b; 
}

.dark-mode-btn.dark i {
  color: #9ecfff; 
}


.BtnLogout {
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  font-size: 22px;
  transition: color 0.3s, transform 0.3s;
}

.BtnLogout:hover {
  color: #ff5555;
}


.sidebar.collapsed .submenu.active .submenu-items {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  background-color: #ededed;
  padding: 0px 0;
  border-left: 2px solid #777777;
}
.sidebar.collapsed .submenu.active .submenu-items .itemSubmenu:hover {
  background-color: #c1c1c1;
}
.sidebar.collapsed .submenu.active .submenu-items a:hover {
  background-color: none;
}

.sidebar.dark-mode.collapsed .submenu.active .submenu-items{
      background-color: #292929;
      border-left: 2px solid #3a3a3a;
}

.sidebar.collapsed .submenu.active .submenu-items a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 0;
  width: 100%;
}

.sidebar.collapsed .submenu.active .submenu-items a span {
  display: none !important;
}

.sidebar.collapsed .submenu.active .submenu-items i {
  margin: 0;
  font-size: 1.1rem;
}

.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp-solid, .fa-solid, .fab, .far, .fas {
    color: black;
}

thead.sticky-header th {
  position: fixed !important;
  top: 0;
  z-index: 999;
  background-color: #E9EEF4;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.placeholder-row {
  height: 35px; 
}

thead.sticky-header {
  pointer-events: none; 
}






.floating-menu {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none; 
  z-index: 1100;
  
}
/* quando precisar abrir para baixo */
.floating-menu.open-down .floating-actions {
  bottom: auto;
  top: 65px;
}


.floating-button {
  width: 55px;
  height: 55px;
  background-color: #007bff;
  color: white;
  font-size: 28px;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.3s, background-color 0.3s;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 2;
}

.floating-button:hover {
  transform: scale(1.1);
  background-color: #0056b3;
}


.floating-actions {
  position: absolute;
  bottom: 65px; 
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}


.floating-menu.open .floating-actions {
  opacity: 1;
  pointer-events: auto;
}


.floating-actions button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.3);
  transition: transform 0.2s, background-color 0.2s;
  user-select: none;
}
.ButtonFloatingVerRecibo{
  display: none;
}

.ButtonFloatingNovo {
  background-color: #28a745;
  color: white;
  display: flex;
}
.ButtonFloatingNovo:hover {
  background-color: #218838;
}

.ButtonFloatingVincularColeta {
  background-color: rgb(206, 201, 37);
  color: white;
  display: flex;
}
.ButtonFloatingVincularColeta:hover {
  background-color: rgb(161, 157, 30);
}
.ButtonFloatingEnviarWhats {
  background-color: rgb(39, 194, 202);
  color: white;
  display: flex;
}
.ButtonFloatingVincularColeta:hover {
  background-color: rgb(31, 152, 158);
}

.ButtonFloatingAlterar {
  background-color: #ffc107;
  color: white;
  display: flex;
}
.ButtonFloatingAlterar:hover {
  background-color: #e0a800;
}

.ButtonFloatingExcluir {
  background-color: #dc3545;
  color: white;
  display: flex;

}
.ButtonFloatingExcluir:hover {
  background-color: #b52a36;
}

.ButtonFloatingVerRecibo{
  background-color: #00bfff;
}




.signFloatingNova,
.signFloatingAlterar,
.signFloatingExcluir,
.signFloatingVerRecibo,
.signFloatingVincularColeta,
.signFloatingEnviarWhats
 {
  font-size: 22px;
  font-weight: bold;
}

.signFloatingEnviarWhats{
  transform: translateY(15%);
}
.signFloatingVincularColeta .mostrar,
.signFloatingEnviarWhats .mostrar{
  display: flex !important;
}

.signFloatingVincularColeta {
    height: 22px;
    width: 22px;
    filter: invert();
}

.selectWrap {
  width: 95%;
  border-bottom: 1px solid #cccccc;
  display: flex;
  padding: 0;
  position: relative;
}


.selectTipo {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}


.fakeSelect {
  background: transparent;
  display: flex;
  align-items: center;
  font-size: 36px;
  padding: 30px 15px 0 2.5%;
  font-family: inherit;
  cursor: pointer;
  width: 25%;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='28' viewBox='0 0 24 24' width='28' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 40px bottom 10%;
  background-size: 36px;
  user-select: none;
}

body.dark-mode .fakeSelect {
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='28' viewBox='0 0 24 24' width='28' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
}

.customDropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 15px;
  width: 30%;
  margin-top: 10px;
  border-radius: 12px;
  overflow: hidden;
  backdrop-filter: blur(12px);
  background: rgba(180, 180, 180, 0.25);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
    border: 1px solid rgb(0 0 0 / 39%);
  z-index: 10;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.25s ease;
}


.customDropdown.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.customOption {
  font-size: 22px;
  padding: 12px 18px;
  cursor: pointer;
  transition: background 0.2s ease;
  user-select: none;
}

.customOption:hover {
  background: rgba(80, 80, 80, 0.3);
  color: #fff;
}

.customOption:active {
  background: rgba(60, 60, 60, 0.5);
}



.setorComercial{
    display: flex;
    flex-direction: row;
    gap: 5px;
    margin: 5px;
    height: 87vh;
    width: 96.7%;
    MARGIN-LEFT: 1.7%;
}

.calendarioContas{
    flex: 2;
    box-shadow: 0px 2px 10px 3px rgba(0,0,0,0.18);
-webkit-box-shadow: 0px 2px 10px 3px rgba(0,0,0,0.18);
-moz-box-shadow: 0px 2px 10px 3px rgba(0,0,0,0.18);
justify-items: center;
    padding: 5px 10px;
        overflow-y: auto;
}

.sideMenuComercial{
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
}
.proximosVencimentos{
box-shadow: 0px 2px 10px 3px rgba(0,0,0,0.18);
-webkit-box-shadow: 0px 2px 10px 3px rgba(0,0,0,0.18);
-moz-box-shadow: 0px 2px 10px 3px rgba(0,0,0,0.18);
height: 50%;
    border-radius: 10px 10px 0 0;
    display: none;
}

.informacoesCalendario{
box-shadow: 0px 2px 10px 3px rgba(0,0,0,0.18);
-webkit-box-shadow: 0px 2px 10px 3px rgba(0,0,0,0.18);
-moz-box-shadow: 0px 2px 10px 3px rgba(0,0,0,0.18);
height: 100%;
    border-radius: 0 0 10px 10px;
    overflow-y: auto;
    overflow-x: clip;
display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;


  }

.informacoesCalendario::-webkit-scrollbar {
  width: 6px;       
  height: 6px;      
}

.informacoesCalendario::-webkit-scrollbar-thumb {
  background-color: #666;  
  border-radius: 10px;      
}

.informacoesCalendario::-webkit-scrollbar-thumb:hover {
  background-color: #888;    
}

.informacoesCalendario::-webkit-scrollbar-track {
  background: #1e1e1e00;      
}




.tituloInfoCalendario,
.tituloVencimentos {
  margin: 10px 0 5px 0;
  font-size: 16px;
  text-align: center;
  color: rgb(0, 0, 0);
  font-weight: bold;
}

.linhaSeparadora {
  width: 95%;
  height: 2px;
  background-color: black;
  margin: 0 auto 10px auto;
}

.dataSelecionada {
text-align: center;
  font-weight: 700;
  font-size: 16px;
  color: #333;
  margin: 10px 15px 8px 15px;;
  min-width: 403px;
  justify-items: center;

}

.listaVencimentos {
  padding: 0 20px 10px 25px;
  color: #222;
  font-size: 14px;
  line-height: 1.8;
}

.listaVencimentos div {
  margin-bottom: 6px;
}



#calendarioContas {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  background: #f9f9f9;
  border-radius: 10px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  overflow-y: clip;
}

.gradeCalendario {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
  margin-top: 10px;
  width: 100%;
  overflow-y: auto;
  height: 85%;
  

  scrollbar-width: thin;            
  scrollbar-color: #7a7a7a #0000; 
}

.gradeCalendario::-webkit-scrollbar {
  width: 3px;         
}

.gradeCalendario::-webkit-scrollbar-track {
  background: transparent;
}

.gradeCalendario::-webkit-scrollbar-thumb {
  background: rgb(120, 120, 120);
}

.gradeCalendario::-webkit-scrollbar-thumb:hover {
  background: rgb(120, 120, 120); 
}

.gradeCalendario::-webkit-scrollbar-button {
  display: none;
}

.diaCalendario {
  text-align: center;
  padding: 10px 0;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  background-color: white;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  transition: all 0.2s ease;
    min-height: 80px;
        min-width: 10px;
}

.diaCalendario.diaSelecionado .previewVencimentos{
    color: white;
}

.diaCalendario:hover {
  background-color: rgb(49 49 49 / 78%);
  color: white;
}

.diaCalendario:hover .previewVencimentos {
  color: white;
}

.diaSelecionado {
  background-color: rgb(81 137 255);
  color: white;
}

.calendarioHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin: 5px auto 10px auto;;
}

.mesAno {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}

.btnMes {
  background-color: rgba(49, 49, 49, 0.1);
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  padding: 3px 10px;
  transition: 0.2s;
}

.btnMes:hover {
  background-color: rgba(49, 49, 49, 0.2);
}

.diasSemana {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #444;
  margin-top: 10px;
}

.previewVencimentos {
  font-size: 11px;
  font-weight: normal;
  color: #555;
  margin-top: 3px;
  line-height: 1.2;
}



  #dropzoneBoletosArea {
    position: fixed;
    inset: 0;
    background: rgba(80, 80, 80, 0.75);
    border: 3px dashed #00bfff;
    display: none; 
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    transition: opacity 0.3s, background 0.3s;
    z-index: 9999;
    backdrop-filter: blur(2px);
  }

  #dropzoneBoletosArea.dragover {
    border-color: #fff;
    background: rgba(60, 60, 60, 0.85);
  }


  #dropzoneBoletosPopup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
    padding: 20px 30px;
    border-radius: 12px;
    z-index: 10000;
    display: none;
    text-align: center;
  }

  #dropzoneBoletosPopup h3 {
    margin-top: 0;
    color: #007bff;
  }

  #dropzoneBoletosPopup input[type="date"] {
    margin-top: 10px;
    padding: 5px;
    font-size: 16px;
  }

  #dropzoneBoletosPopup button {
    margin-top: 15px;
    padding: 8px 16px;
    cursor: pointer;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 15px;
  }

  #dropzoneBoletosPopup button:hover {
    background-color: #0056b3;
  }

  .blocoDia{
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    padding: 5px 5% 5px 5%;
    text-align: left;
    width: 95%;
    color: black;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  }
























@media (max-width: 750px){
  .setorComercial{
    flex-direction: column;
    height: auto !important;
  }
  .checkListContainer{
    width: auto;
        ZOOM: 0.5;
}
  .containerAfazeres{
    flex: 2.7 !important;
    overflow-y: clip !important;
  }
}



@media (max-width: 400px) {
    body{
      min-width: 0px !important;
    }
.setorComercial{
  flex-direction: column;
}
.gradeCalendario{
  zoom: 0.7;
}
.sideMenuComercial{
  flex-direction: row;
  height: -webkit-fill-available;
  max-height: 40vh
}
.gradeCalendario{
  height: 70%;
  overflow-x: scroll;
  
}
.calendarioContas{
  min-height: 25vh;
  overflow-y: hidden;
  zoom: 0.7;
}
.proximosVencimentos, .informacoesCalendario{
  height: -webkit-fill-available;
          width: -webkit-fill-available;
          zoom: 0.7;
}

.login{
  height: -webkit-fill-available;
  overflow: hidden;
  min-width: 500px !important
}
.titulo svg{
  width: 150px;
}
.titulo{
  gap: 0px;
}
.navbar{
  display: none;
}
.cards-container {
        justify-content: center;
    }
    .card {
        width: 15vh;
    }
.popupContentQualidade{
  left: 5%;
}
.popup-content{
  left: 5%;
}
.tabela {
  width: auto;
  margin-left: auto;
  zoom: 0.39;
}

.container .content{
  grid-template-columns: auto;
  zoom: 0.8;
}
.dashboard-cards{
  grid-template-columns: repeat(1, 1fr) !important;
}
.cardEstatisticas{
 padding: 16px 10px;
}
.containerEstatisticas{
  zoom: 0.9;
}
.filtros{
  flex-direction: column;
  width: auto;
  zoom: 0.9;
}
  .divFiltrosProntos{
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    width: -webkit-fill-available;
  }
.divFiltrosProntos > button:last-child {
    grid-column: 1 / -1; 
}

.fakeSelect{
  width: -webkit-fill-available;
  background-position: left 55% bottom 10%;
}
.customDropdown{
  width: auto;
}
.graficos{
  flex-direction: column !important;
}
.graficos canvas{
  max-width: 100% !important;
}
.dashboardListasItems{
      zoom: 0.9;
      flex-direction: column;
}
.dashboardlistas{
  max-height: 500px;
}
.dashboardLists{
    height: fit-content;
}
.exportacaoRelatorios {
  flex-direction: column;
}

.sidebar{
  width: 100vw;
}

.containerBuscaInput{
  zoom: 0.8;
}
.containerPrincipal{
  zoom: 0.7;
  width: -webkit-fill-available;

}
.sidebar.collapsed{
  width: 45px;
}
.sidebar-footer{
  zoom: 0.7;
}
.sidebar-menu a{
  padding: 12px 10px;
}

body{
margin-left: 45px !important;
}
.opcoesEsquerda{
  zoom: 0.89;
}

html:has(.sidebar:not(.collapsed)) {
  overflow: hidden !important;
}
  .previewVencimentos a{
    zoom: 0.7;

  }
    .infoPopupPagamento{
    zoom: 0.8;
  }
  .plus-container{
    zoom: 0.6;
  }
  .novo-popup{
    width: 82% !important;
  }
    }

@media (min-width: 401px) and (max-width: 500px) {
  .previewVencimentos a{
    zoom: 0.7;

  }
    .novo-popup{
    width: 82% !important;
  }
    .plus-container{
    zoom: 0.6;
  }
  .infoPopupPagamento{
    zoom: 0.8;
  }
    body{
      min-width: 0px !important;
    }
.setorComercial{
  flex-direction: column;
}
.sideMenuComercial{
  flex-direction: row;
  height: -webkit-fill-available;
  max-height: 40vh
}
.gradeCalendario{
  height: 70%;
  overflow-x: scroll;
    zoom: 0.7;
}
.calendarioContas{
  min-height: 25vh;
  overflow-y: hidden;
}
.proximosVencimentos, .informacoesCalendario{
  height: -webkit-fill-available;
          width: -webkit-fill-available;
          zoom: 0.8;
}

.login{
  height: -webkit-fill-available;
  overflow: hidden;
  min-width: 500px !important
}
.titulo svg{
  width: 150px;
}
.titulo{
  gap: 0px;
}
.navbar{
  display: none;
}
.cards-container {
        justify-content: center;
    }
    .card {
        width: 15vh;
    }
.popupContentQualidade{
  left: 5%;
}
.popup-content{
  left: 5%;
}
.tabela {
  width: auto;
  margin-left: auto;
  zoom: 0.39;
}

.container .content{
  grid-template-columns: auto;
  zoom: 0.9;
}
.dashboard-cards{
  grid-template-columns: repeat(1, 1fr) !important;
}
.cardEstatisticas{
 padding: 16px 10px;
}
.containerEstatisticas{
  zoom: 0.9;
}
.filtros{
  flex-direction: column;
  width: auto;
  zoom: 0.9;
}
  .divFiltrosProntos{
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    width: -webkit-fill-available;
  }
.divFiltrosProntos > button:last-child {
    grid-column: 1 / -1; 
}

.fakeSelect{
  width: -webkit-fill-available;
  background-position: left 55% bottom 10%;
}
.customDropdown{
  width: auto;
}
.graficos{
  flex-direction: column !important;
}
.graficos canvas{
  max-width: 100% !important;
}
.dashboardListasItems{
      zoom: 0.9;
      flex-direction: column;
}
.dashboardlistas{
  max-height: 500px;
}
.dashboardLists{
    height: fit-content;
}
.exportacaoRelatorios {
  flex-direction: column;
}

.sidebar{
  width: 100vw;
}

.containerBuscaInput{
  zoom: 0.8;
}
.containerPrincipal{
  zoom: 0.7;
  width: -webkit-fill-available;

}
.sidebar.collapsed{
  width: 45px;
}
.sidebar-footer{
  zoom: 0.7;
}
.sidebar-menu a{
  padding: 12px 10px;
}

body{
margin-left: 45px !important;
}
.opcoesEsquerda{
  zoom: 0.89;
}

html:has(.sidebar:not(.collapsed)) {
  overflow: hidden !important;
}
    }






.acao-arquivo {
  display: flex;
  align-items: center;
      min-height: 25px;
width: 100%;
    justify-items: center;
    text-align: center;
}

.confirmar-btn {
  width: 20px;
  height: 20px;
  font-weight: bold;
  cursor: pointer;
  background-color: transparent;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.confirmar-btn:hover {
  background-color: #d3ffd3;
}

.valoresBoleto{
  display: flex;
  align-items: flex-start;
  width: 100%;
  flex-direction: column;

}

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

.acao-arquivo a {
  text-decoration: none;
  color: #280099;
  cursor: pointer;
  width: 100%;
  height: -webkit-fill-available;;
  justify-self: center;
  align-items: center;
    align-content: center;
    text-transform: none !important;
}


#popupUpload {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 991000;
}

#popupContentUpload {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    background: white;
    padding: 10px;
    border-radius: 8px;
    width: 40%;
    min-width: 380px;
    box-shadow: 0 2px 10px rgba(5, 255, 22, 0.416);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.TesteCima{
    border-left: 1px solid #aba4a4db;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.TesteBaixo{
    border-top: 0px;
  border: 1px solid #aba4a4db;
    border-bottom: 0px;
    border-right: 0px;
}
.Teste{
  width: 100%;
}
.outerValores{
  display: flex;
  border-radius: 5px ;
  width: 100%;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 0px 2px 2px rgb(0 0 0 / 21%);
    -moz-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.75);
  
}
.acao-arquivo a:hover{
  background-color: #c1c1c1;
}





.cardRecibos {
  font-size: 10px;
  background: #fff7e6;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 8px;
  padding: 5px 10px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  align-self: flex-end;
}

.cardRecibos span{
    font-size: 10px;
    MARGIN-TOP: 0PX;
}

.graficos {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  gap: 20px;
}

.graficos canvas {
  flex: 1;
      max-height: 500px;
  max-width: 45%;  
}

.previewVencimentos {
  transition: opacity 0.5s ease-in-out;
}

.fadeOut {
  opacity: 0;
}

.fadeIn {
  opacity: 1;
}

@media (max-width: 1500px) {
  .tabelaConcluida{
    zoom: 0.8;
  }
}


.novo-popup {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
    width: 50%;
    top: 18% !important;

}

.popup-left {
    width: 50%;
    display: flex;
    justify-content: center;
        border-right: 2px solid black;
    border-radius: 15px;
    box-shadow: -9px 0px 38px 1px rgba(0,0,0,0.75);
-webkit-box-shadow: -9px 0px 38px 1px rgba(0,0,0,0.75);
-moz-box-shadow: -9px 0px 38px 1px rgba(0,0,0,0.75);
}



.popup-right {

    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    border-left: 2px solid black;
    border-radius: 15px;
    box-shadow: 9px 0px 38px 1px rgba(0,0,0,0.75);
-webkit-box-shadow: 9px 0px 38px 1px rgba(0,0,0,0.75);
-moz-box-shadow: 9px 0px 38px 1px rgba(0,0,0,0.75);
}

.menu-btn {
    padding: 14px;
    border: none;
    background: #0053a6;
    color: white;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
        margin-left: 10px;
        margin-right: 10px;
}

.menu-btn:hover {
    background: #003e7a;
}

.infoPopupPagamento{
  display: flex;
  flex-direction: row;
  width: -webkit-fill-available;
}


.plus-container {
    position: relative;
    width: 280px;
    height: 280px;
}


.plus-container::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 2px;
    height: 100%;
    background: #5b5b5b9e;
    transform: translateX(-50%);
}


.plus-container::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 2px;
    width: 100%;
    background: #5b5b5b9e;
    transform: translateY(-50%);
}


.bank-btn {
    position: absolute;
    padding: 10px 16px;
    background: #f4f4f4;
    border: 2px solid #ccc;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    transition: 0.2s;
}

.bank-btn img{
  width: 90px;
}

.bank-btn:hover {
    background: #e8e8e8;
}


.bank-btn.left {
padding: 16px 16px;
    top: 35%;
    left: 3%;
    transform: translateY(-100%);
}


.bank-btn.right {
top: 35%;
    right: 0.8%;
    transform: translateY(-100%);
    zoom: 1.05;
}

.bank-btn.bottom-left {
    top: 75%;
    left: 3%;
    transform: translateY(-50%);
}


.bank-btn.bottom-right {
    top: 75%;
    right: 0.8%;
    transform: translateY(-50%);
    zoom: 1.05;
}


.bank-btn.bottom {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}


.bank-btn.top {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.contadorDeSelecao{
    display: none;
    position: sticky;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 13px;
    text-align: right;
    justify-self: right;
    padding: 0px 2px;
}

.tituloH3{
  white-space: nowrap;
  text-align: right;
  font-size: 20px;
  width: 95%;
  margin: 0;
  padding: 45px 15px 0 2.5%;
  box-sizing: border-box;
  font-weight: normal;
  border-bottom: 1px solid #cccccc;
}

.cabecalhoTitulo{
  display: flex;
      width: 95%;
    MAX-HEIGHT: 74px;
}

.atendentes{
    display: flex;
    flex-direction: column;
    height: 15vh;
    gap: 5px;
    align-items: flex-start;
    margin: 25px 10px 5px 10px;;
    justify-content: flex-start;
    min-height: 120px;
    border: 1px solid #8080805e;
    border-radius: 10px;
box-shadow: 0px 0px 34px -7px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px 0px 34px -7px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 34px -7px rgba(0,0,0,0.75);
}
.atendente:hover{
  transition: transform 0.3s ease-in-out;
  transform: scale(1.07);
  cursor: pointer;
}

.quadroAtendentes{
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: flex-start;
  margin: 5px 10px 5px 10px;
  justify-content: flex-start;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}

.atendente{
  display: flex;
  flex-direction: row;
  width: 20%;
  height: -webkit-fill-available;
  border: 1px solid black;
  border-radius: 15px;
  min-height: 60px;
  transition: transform 0.2s ease-in-out;

}
.atendente p{
  margin: 0;
  padding: 0;
}
.informacoesAtendente{
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  height: -webkit-fill-available;
  padding-left: 5px;
}
.foto{
  flex: 0.5;
  height: -webkit-fill-available;
  border-right: 1px solid black;
}

.controle-semana {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.calendario {
    display: grid;
    grid-template-columns: 80px 1fr;
    grid-template-rows: 60px 1fr;
    padding-bottom: 50px;
    padding-right: 50px;
}

.horas {
    grid-row: 2;
    position: relative;
    border-right: 1px solid #1e293b;
        transform: translateX(1px);
}

.hora {
  right: 5px;
    position: absolute;
    height: 0;
    font-size: 12px;
    text-align: right;
    transform: translateY(-6px); /* sobe o texto para alinhar na linha */
}



.dias {
    grid-column: 2;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-bottom: 1px solid #1e293b;
}

.dia {
    text-align: center;
    padding: 8px 0;
    border-right: 1px solid #1e293b;
    border-top: 1px solid #1e293b;
}

.dia span {
    display: block;
    font-size: 18px;
    color: #38bdf8;
}

.grade {
    grid-column: 2;
    grid-row: 2;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(11, 50px); /* 07h até 18h = 12 linhas */
}

.celula {
    height: 50px;
    border-right: 1px solid #1e293b;
    border-bottom: 1px solid #1e293b;
}

.calendarioChamados{
      border-radius: 10px;
    margin: 25px 10px 5px 10px;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 34px -7px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px 0px 34px -7px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 34px -7px rgba(0,0,0,0.75);
}









.calendario {
    display: grid;
    grid-template-columns: 60px 1fr;
    position: relative;
}

.grade-wrapper {
    position: relative;
}

.grade {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.eventos {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.evento {
  display: flex;
    position: absolute;
    background: #2563eb;
    color: #fff;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 4px;
    font-size: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,.8);
    pointer-events: auto;
    align-items: flex-end;
    justify-content: space-between;
    user-select: none;
    
}

.evento br{
  padding-left: 5px;
}

.grade-wrapper {
    position: relative;
}

.eventos {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.linha-agora {
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: red;
    z-index: 100;
}
.atendente.selecionado {
    border-color: #007bff !important;
}


.atalhos {
 padding: 10px 20px;
 border: unset;
 border-radius: 15px;
 color: #212121;
 z-index: 1;
 background: #e8e8e8;
 position: relative;
 font-weight: 600;
 font-size: 12px;
 -webkit-box-shadow: 4px 8px 19px -3px rgb(0 0 0 / 92%);
 box-shadow: 4px 8px 19px -3px rgb(0 0 0 / 92%);
 transition: all 250ms;
 overflow: hidden;
 cursor: pointer;
 width: 100%;
}

.atalhos::before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 height: 100%;
 width: 0;
 border-radius: 15px;
 background-color: #212121;
 z-index: -1;
 -webkit-box-shadow: 4px 8px 19px -3px rgb(0 0 0 / 92%);
 box-shadow: 4px 8px 19px -3px rgb(0 0 0 / 92%);
 transition: all 250ms
}

.atalhos:hover {
 color: #e8e8e8;
}

.atalhos:hover::before {
 width: 100%;
}


.grade-wrapper {
    position: relative;
}

.overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 5;
}

.linha-agora {
    position: absolute;
    height: 2px;
    background: red;
    z-index: 20;
}

.eventos {
    position: absolute;
    inset: 0;

}

.chamadosEmAberto{
  font-size: 12px;
}

.atendente.dark-mode{
  border: 1px solid white;
}
.atendente.dark-mode{
  border: 1px solid white;
}
.atendente.dark-mode .foto{
  border-right: 1px solid white;
}
.atendente.selecionado .foto{
  border-right: 1px solid #007bff !important;
}

.listagensChamados{
  height: auto;
  display: flex;
  flex-direction: column;
  border: 1px solid #1e293b;
  border-radius: 10px;
  margin: 25px 10px;
    box-shadow: 0px 0px 34px -7px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px 0px 34px -7px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 34px -7px rgba(0,0,0,0.75);
}

.divListagensChamados {
  height: 50vh;
  display: flex;
  gap: 10px;
  margin: 5px 10px 25px 10px;
}

.lista {
  flex: 1;
  border: 1px solid #1e293b;
  border-radius: 10px;
  padding: 10px;
  height: -webkit-fill-available;
}

.lista ul {
  list-style: none;
  padding: 0;
  overflow-y: auto;
  height: -webkit-fill-available;
  margin-bottom: 70px;
}

.lista h3{
  text-align: center;
  border-bottom: 1px solid #1e293b;
}

.foto {
    width: 60px;
    height: 65px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.foto img {
    height: 100%;
    object-fit: cover;
}

.foto.dark-mode img{
  filter: invert(1); 
}

.BotoesCabecalhoExtravio{
  display: flex;
  flex-direction: row;
  white-space: nowrap;
  text-align: right;
  font-size: 20px;
  width: 95%;
  margin: 0;
  padding: 45px 15px 0 2.5%;
  box-sizing: border-box;
  font-weight: normal;
  border-bottom: 1px solid #cccccc;
  justify-content: flex-end;
  gap:10px
}

.item-menu-contexto {
    padding: 8px 12px;
    cursor: pointer;
    user-select: none;
}

.item-menu-contexto:hover {
    background-color: #e5e7eb; /* cinza claro */
}

.menuContextoExtravio.dark-mode{
  background-color: #000 !important;
  color:white
}

.menuContextoExtravio.dark-mode .item-menu-contexto:hover {
    background-color: #454545; /* cinza claro */
}

.pesquisaChamados{
      justify-content: center;
    align-items: center;
    justify-self: center;
    display: flex;

}

.buttonsContentArea{
  gap: 10px;
      display: flex;
    flex-direction: column;
}

.gridCaixas{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 12px;
  margin: 5px 15px;
}

/* Card do dia do caixa */
.caixa-dia-item{
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #f7f7f7;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.caixa-capa-preview {
    width: 100%;
    height: 210px;
    border: 1px solid #bbb;
    border-radius: 6px;
    pointer-events: none;
}

/* Texto abaixo da capa */
.caixa-info{
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.caixa-dia-data{
  font-weight: 700;
  font-size: 14px;
}

.caixa-valor-texto{
  font-size: 13px;
}

.sem-capa{
  height: 160px;
  border: 1px dashed #aaa;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #777;
  font-size: 12px;
}

.botoesCaixa{
  width: -webkit-fill-available;
  border-radius: 10px;
  border: 1px solid black;
}
.botoesCaixa:hover{
  background-color: #c3c3c3;
  cursor: pointer;
}

.caixaBotoesBox{
    gap: 5px;
    display: flex;
    flex-direction: column;
    
}

.caixa-dia-item.dark-mode{
  background-color: #313030;
}


.btn-erros-wrapper-tela-principal {
    position: relative;
    display: inline-block;
    margin-bottom: 3.8px;
}

.btn-erros-tela-principal {
    width: auto;
    white-space: nowrap;
    height: auto;
    padding: 2px;
}

.badge-erros-tela-principal {
    position: absolute;
    top: -12px;
    right: -10px;
    background-color: #e60000;
    color: #ffffff;
    border-radius: 50%;
    min-width: 10px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    z-index: 10;
}

.badge-erro {
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.15); }
    100% { transform: scale(1); }
}


.tracking-wrapper {
    display: flex;
    margin-top: 6px;
    width: 50%;
    max-width: 320px;
    border-bottom: 1px solid #CCCCCC;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 5px;
    white-space: nowrap;
    align-items: center;
}

.tracking-info {
    font-size: 33px;
    font-weight: 600;
    margin-bottom: 4px;
}

.tracking-bar {
    width: 100%;
    height: 8px;
    background: #e0e0e0;
    border-radius: 20px;
    overflow: hidden;
}

.tracking-fill {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #4caf50, #2e7d32);
    border-radius: 20px;
    transition: width 0.4s ease-in-out;
}
.tracking-porcentagem {
    font-size: 11px;
    font-weight: 500;
    opacity: 0.7;
    margin-left: 4px;
}


/* MENU CONTEXTO RESPONSÁVEL */
.taskResponsavelCtx-menu {
    position: absolute;
    display: none;
    background-color: #1e1e1e;
    border: 1px solid #444;
    border-radius: 8px;
    padding: 6px 0;
    z-index: 99999;
    min-width: 220px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.4);
    font-size: 14px;
}

.taskResponsavelCtx-item {
    padding: 10px 14px;
    cursor: pointer;
    color: #ffffff;
    user-select: none;
}

.taskResponsavelCtx-item:hover {
    background-color: #333;
}

.task-arthur {
    background-color: #1f6db5 !important;
}

.task-alencar {
    background-color: #0fb333 !important;
}

.etapa1,.etapa2{
  display: flex;
  flex-direction: column;
}












        .rc-portal-wrapper {
            font-family: 'SoDo Sans SemiBold', Arial, sans-serif;
            background: #f4f6f9;
            min-height: 100vh;
        }

        .rc-portal-header {
            background: #1e3a8a;
            color: #fff;
            padding: 25px;
            text-align: center;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .rc-portal-header h3 {
            margin: 0;
            font-size: 28px;
                padding-left: 5vw;
        }


        .rc-portal-cnpj {
            font-size: 14px;
            opacity: 0.9;
            display: flex;
            flex-direction: column;
        }

        .rc-portal-container {
            max-width: 1100px;
            margin: 40px auto;
            padding: 20px;
        }

        .rc-portal-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
            gap: 20px;
        }

        .rc-portal-card {
            background: #fff;
            border-radius: 14px;
            padding: 30px 20px;
            text-align: center;
            cursor: pointer;
            transition: 0.25s;
            border: 1px solid #eee;
        }

        .rc-portal-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        }

        .rc-portal-card i {
            font-size: 32px;
            color: #1e3a8a;
            margin-bottom: 12px;
        }

        .rc-portal-card h3 {
            margin: 10px 0;
            color: #1e3a8a;
            font-size: 18px;
        }

        .rc-portal-card p {
            font-size: 13px;
            color: #666;
        }

        .rc-portal-footer {
            text-align: center;
            margin: 40px 0 20px;
            font-size: 12px;
            color: #888;
        }


        .InfoCnpj{
              display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
    gap: 10px;
        }

.imagemPerfil {
    position: relative;
    width: 50px;
    height: 50px;
}

.imagemPerfil svg {
    width: 100%;
    height: 100%;
}

.alerta-perfil {
    position: absolute;
    top: -10px;
    right: -15px;

    width: 28px;
    height: 28px;

    background: #f1c40f; /* amarelo */
    color: white;

    border: 2px solid black;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-weight: bold;
    font-size: 18px;
}

.menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.alerta-menu {
background: #f1c40f;
    color: white;
    border: 2px solid black;
    width: 20px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    font-weight: bold;
}


.verificacao-email-popup-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.65) !important;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999999 !important;
}

.verificacao-email-popup-container {
    background: #ffffff !important;
    padding: 30px !important;
    border-radius: 12px !important;
    max-width: 420px !important;
    width: 90% !important;
    text-align: center !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3) !important;
    font-family: Arial, sans-serif !important;
}

.verificacao-email-popup-title {
    margin: 0 0 10px 0 !important;
    color: #d32f2f !important;
    font-size: 22px !important;
}

.verificacao-email-popup-text {
    font-size: 15px !important;
    color: #333 !important;
    margin-bottom: 20px !important;
    line-height: 1.4 !important;
}

.verificacao-email-popup-button {
    background: #d32f2f !important;
    color: white !important;
    border: none !important;
    padding: 10px 20px !important;
    border-radius: 6px !important;
    cursor: pointer !important;
    font-size: 14px !important;
}

.verificacao-email-popup-button:hover {
    background: #b71c1c !important;
}



.abaAtual{
  height: stretch;
}

.outrasAbas{
      height: stretch;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 3%;
    gap: 10px;
    transform: translateY(20px);
}

.outrasAbas a {
    white-space: nowrap;
    color: white;
    text-decoration: none;
}

.borda{
  height: 18%;
  border: 1px solid white;
}

.abaSelecionada,
.abaSelecionadaOrcamento,
.abaSelecionadaFaturas,
.abaSelecionadaMinhasColetas {
  width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;

  position: absolute;
  left: 50%;

  /* posição FINAL fixa (igual pra todas) */
  transform: translate(-50%, -179%);
}

.tabela{
  zoom: 0.9;
}

.espaco-aba {
  width: 160px;
  height: 100%;
  visibility: hidden;
}

.abaSelecionada {
  --start-x: -64%;
  --start-y: -36%;
  animation: subirAba 0.6s ease forwards;
}

.abaSelecionadaFaturas {
  --start-x: 117%;
  --start-y: -37%;
  animation: subirAba 0.6s ease forwards;
}

.abaSelecionadaMinhasColetas {
  --start-x: 35%;
  --start-y: -40%;
  animation: subirAba 0.6s ease forwards;
}

.abaSelecionadaOrcamento {
  --start-x: -157%;
  --start-y: 18%;
  animation: subirAba 0.6s ease forwards;
}

@keyframes subirAba {
  from {
    transform: translate(var(--start-x), var(--start-y));
    opacity: 0;
  }
  to {
    transform: translate(-50%, -179%);
    opacity: 1;
  }
}

.abaSelecionada h3,
.abaSelecionadaFaturas h3,
.abaSelecionadaOrcamento h3,
.abaSelecionadaMinhasColetas h3 {
  color: white;
  margin: 0;
  white-space: nowrap;
  animation: crescerTexto 0.6s ease forwards;
}

@keyframes crescerTexto {
  from {
    font-size: 14px;
  }
  to {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .borda{
    height: 20px !important;
  }
  .abaAtual{
    zoom: 0.6;
    margin-top: 50px;
  }
      .InfoCnpj{
        flex-direction: column;
    }
}


/* From Uiverse.io by DGtalsam */ 
.custom-btn {
 width: 130px;
 height: 40px;
 color: #fff;
 border-radius: 5px;
 padding: 10px 25px;
 font-family: 'Lato', sans-serif;
 font-weight: 500;
 background: transparent;
 cursor: pointer;
 transition: all 0.3s ease;
 position: relative;
 display: inline-block;
 box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
        7px 7px 20px 0px rgba(0, 0, 0, .1),
        4px 4px 5px 0px rgba(0, 0, 0, .1);
 outline: none;
}

.btn {
 background: linear-gradient(0deg, #28a745 0%, #1e7e34 100%);
 line-height: 42px;
 padding: 0;
 border: none;
}

.btn span {
 position: relative;
 display: block;
 width: 100%;
 height: 100%;
}

.btn:before,
.btn:after {
 position: absolute;
 content: "";
 right: 0;
 bottom: 0;
 background: #1e7e34;
 box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, .9),
        -4px -4px 5px 0px rgba(255, 255, 255, .9),
        7px 7px 20px 0px rgba(0, 0, 0, .2),
        4px 4px 5px 0px rgba(0, 0, 0, .3);
 transition: all 0.3s ease;
}

.btn:before {
 height: 0%;
 width: 2px;
}

.btn:after {
 width: 0%;
 height: 2px;
}

.btn:hover {
 color: #1e7e34;
 background: transparent;
}

.btn:hover:before {
 height: 100%;
}

.btn:hover:after {
 width: 100%;
}

.btn span:before,
.btn span:after {
 position: absolute;
 content: "";
 left: 0;
 top: 0;
 background: #1e7e34;
 box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, .9),
        -4px -4px 5px 0px rgba(255, 255, 255, .9),
        7px 7px 20px 0px rgba(0, 0, 0, .2),
        4px 4px 5px 0px rgba(0, 0, 0, .3);
 transition: all 0.3s ease;
}

.btn span:before {
 width: 2px;
 height: 0%;
}

.btn span:after {
 height: 2px;
 width: 0%;
}

.btn span:hover:before {
 height: 100%;
}

.btn span:hover:after {
 width: 100%;
}

.botaoConfirmarColeta{
    width: stretch;
    margin-top: 30px;
}














.containerRoteiroP{
display: flex;
width: stretch;
height: 91vh;
flex-direction: row;
gap: 5px;
padding: 5px 32px;

}
.containerRoteiroEsq{
flex: 0.2;
border: 1px solid black;
border-radius: 10px;
min-width: 13%
}
.containerRoteiroDireita{
flex: 0.8;
display: flex;
flex-direction: column;
gap: 5px;
max-width: 77vw;
}

.containerRoteiroDireitaTopo{
flex: 0.2;
border: 1px solid black;
border-radius: 10px;
}

.containerRoteiroDireitaBaixo{
flex: 0.8;
border: 1px solid black;
border-radius: 10px;
}

.containerRoteiroDireitaTopo{
    flex: 0.2;
    border: 1px solid black;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
}

/* Carrossel horizontal */
.carrosselMotoristas{
    display: flex;
    gap: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    height: 100%;
    align-items: center;
    scroll-behavior: smooth;
    padding-bottom: 5px;
}

/* Scroll bonito */
.carrosselMotoristas::-webkit-scrollbar{
    height: 8px;
}

.carrosselMotoristas::-webkit-scrollbar-thumb{
    background: #bdbdbd;
    border-radius: 20px;
}

/* Card */
.cardMotorista{
    min-width: 180px;
    height: 140px;

    border: 1px solid #dcdcdc;
    border-radius: 12px;

    background: white;

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

    gap: 8px;

    box-shadow: 0 2px 8px rgba(0,0,0,0.08);

    transition: 0.2s;
}

.cardMotorista:hover{
    transform: translateY(-3px);
}

/* Foto */
.fotoMotorista{
    width: 55px;
    height: 55px;

    border-radius: 50%;

    background: #f1f1f1;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 24px;
    color: #666;
}

/* Nome */
.nomeMotorista{
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

/* Informações */
.infoMotorista{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 13px;
    color: #555;
}


.containerRoteiroEsq{
    flex: 0.2;
    border: 1px solid black;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
}

.listaColetas{
    display: flex;
    flex-direction: column;
    gap: 10px;

    height: 100%;
    overflow-y: auto;
}

/* Scroll */
.listaColetas::-webkit-scrollbar{
    width: 7px;
}

.listaColetas::-webkit-scrollbar-thumb{
    background: #c7c7c7;
    border-radius: 20px;
}

.cardColeta{
    border: 1px solid #dcdcdc;
    border-radius: 10px;

    padding: 12px;

    background: white;

    display: flex;
    flex-direction: column;
    gap: 8px;

    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.topoColeta{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.coletaId{
    font-weight: bold;
    font-size: 15px;
}

.tipoVeiculo{
    background: #efefef;
    padding: 4px 8px;
    border-radius: 20px;
    font-size: 12px;
}

.cnpjColeta{
    font-size: 14px;
    color: #333;
}

.horarioLimite{
    font-size: 13px;
    color: #666;
}


.containerRoteiroDireitaBaixo{
    flex: 0.8;
    border: 1px solid black;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

#mapaRS{
    width: 100%;
    height: 100%;
    z-index: 1;
}

.cardColeta{
    border: 1px solid #dcdcdc;
    border-radius: 10px;

    padding: 12px;

    background: white;

    display: flex;
    flex-direction: column;
    gap: 8px;

    box-shadow: 0 2px 8px rgba(0,0,0,0.06);

    cursor: pointer;

    transition: 0.2s;
}

/* Hover */
.cardColeta:hover{
    transform: translateY(-2px);
    border-color: #bdbdbd;
}

/* Coleta selecionada */
.cardColeta.selecionada{
    border: 2px solid #1f8fff;
    background: #eaf4ff;

    box-shadow:
        0 0 0 3px rgba(31,143,255,0.15),
        0 4px 12px rgba(0,0,0,0.12);

    transform: scale(1.01);
}

.cardColeta.carregando{
    opacity: 0.6;
    pointer-events: none;
    position: relative;
}

.cardColeta.carregando::after{
    content: '';

    width: 18px;
    height: 18px;

    border: 3px solid #dcdcdc;
    border-top: 3px solid #1f8fff;

    border-radius: 50%;

    position: absolute;

    top: 10px;
    right: 10px;

    animation: spin 0.7s linear infinite;
}

@keyframes spin{
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}

.tituloComFiltro{
  display: flex;
  width: stretch;
}

.ordemRota{

    width: 28px;
    height: 28px;

    border-radius: 50%;

    background: #2563eb;
    color: white;

    display: flex;
    align-items: center;
    justify-content: center;

    font-weight: bold;
    font-size: 14px;

    margin-right: 8px;

}

.topoColeta{

    display: flex;
    align-items: center;

}

.editarLocalizacao{

    width:28px;
    height:28px;

    border-radius:6px;

    display:none;

    align-items:center;
    justify-content:center;

    cursor:pointer;

    margin-left:auto;

    transition:.2s;

}

/* =========================
   MOSTRA SOMENTE SELECIONADA
========================= */

.cardColeta.selecionada .editarLocalizacao{

    display:flex;

}

.editarLocalizacao:hover{

    background:#e5e7eb;

}





.form-title i,
.form-section span i,
.form-section legend i,
.form-group label i{
    color:#28a745;
    width:20px;
    margin-right:6px;
}

.botoesNovaColeta i{
    margin-right:6px;
}

.form-title{
    width: stretch;
    border-bottom: 1px solid #aba9a9;
    padding: 0 0 10px 20px;
    margin-bottom: 0px;
}

.direitaInfosAvaria, .esquerdaInfosAvaria{
    display: flex;
    flex-direction: row;

}

.infoNF > i{
    color: #22c55e;
    font-size: 50px;
    margin-left: 10px;
}
.infoNfSpans > span{
    font-weight: bold;
    font-size: 22px;
}
.infoNF{
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 20px;
  gap: 10px;
}
.outerFieldset{
  padding: 30px;
}

.esquerdaInfosAvaria i, .direitaInfosAvaria i{
    color: #22c55e;
    font-size: 24px;
    margin-right: 6px;
        display: flex;
    align-items: center;
    width: 92px !important;
    height: stretch;

}

.insideCampo{
  width: stretch;
}

.form-group i{
display: flex;
    align-items: center;
    color: #22c55e;
    font-size: 27px;
    width: 74px;
    margin-right: 6px;
    justify-content: center;
    background-color: #cccccc2e;
    height: stretch;
}
.insideCampo label{
      padding-left: 7px;
}

h5{
  margin: 0px;
  margin-top: 10px
}


.insideCampo{
    position: relative;
    width: 100%;
}

.insideCampo label{
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    pointer-events: none;
    transition: all .2s ease;
    background: white;
    padding: 0 4px;
}

/* Quando o campo estiver focado ou preenchido */
.campoFormularioNovaColeta:focus + label,
.campoFormularioNovaColeta:not(:placeholder-shown) + label{
    top: 0;
    transform: translateY(-50%);
    font-size: 12px;
    color: black;
}



.upload-area{
    border:2px dashed #d1d5db;
    border-radius:12px;
    min-height:160px;

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

    cursor:pointer;
    transition:.2s;

    background:#fafafa;
    padding:20px;
}

.upload-area:hover{
    border-color:#22c55e;
    background:#f8fff9;
}

.upload-area i{
    font-size:36px;
    color:#22c55e;
    margin-bottom:15px;
}

.upload-title{
    color:#22c55e;
    font-weight:600;
    font-size:16px;
}

.upload-subtitle{
    color:#6b7280;
    margin-top:5px;
}

.upload-info{
    color:#9ca3af;
    font-size:12px;
    margin-top:8px;
}

.insideCampo.dark-mode label{
    background-color: #000000;;
    color: #fff;
}

.dark-mode .campoFormularioNovaColeta:focus + label,
.dark-mode .campoFormularioNovaColeta:not(:placeholder-shown) + label {
  color: #ffffff;
  background-color: #000000;
}

.form-section.dark-mode {
  background-color: #000 !important;
}
.form-section{
    background: #fff;
}

body.dark-mode #zoomInput {
    color: white;
}


