body {
    font-family: Arial, sans-serif;
}

/* Transformar origem e destino em caixa alta */
.select2-selection__rendered,
.select2-results__option {
    text-transform: uppercase !important;
}

.table-no-bot {
    margin-bottom: 0rem !important;
}

.bg-active-line{
    background-color: #fff6e7;
}

tr.bg-active-line td {
    background-color: transparent !important; /* ou qualquer cor que quiser */
  }

.with-select{
    width: 125px !important;
    font-size: 12px;
}

.width-results{
    width: 65px !important;
    font-size: 13px;
    font-weight: bold;
}

.inFieldEditable{
    text-align: center;
    width: 100%;
    border:0px;
    color:green;
    background-color: transparent;
}

.inFieldReadOnly{
    text-align: center;
    width: 100%;
    border:0px;
    color:black;
    background-color: transparent;
}

.display-grid{
    width: 100% !important;
}

#tabela-fixa.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #f9f9f9;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  }
  

thead.table-light {
    position: sticky;
    top: 0;
    z-index: 10;
    background: #f9f9f9; /* mesmo fundo da sua tabela para não ficar transparente */
  }


  .inFieldResult{
    width: 97%;
    border: 0px;
    color: white;
    background-color: #000;
    border-radius: 30px;
    text-align: center;

    margin-left: auto;
    margin-right: auto;
    display: block;
     
}

.inFieldResult2{
    width: 97%;
    border: 0px;
    color: white;
    background-color: #686767;
    border-radius: 30px;
    text-align: center;

    margin-left: auto;
    margin-right: auto;
    display: block;
     
}

#slide-panel.active{
    min-width: 1200px;
}
.ver-detalhes{
    font-size: 28px;
}

#logout{
    cursor: pointer;
}

#add_user{
  cursor: pointer;
}

.cursor-pointer{
    cursor: pointer;
}

.txRed{
    color:red;
}

.txBlack{
    color:black;
}

.filter-card {
    display: flex;
    align-items: center;
    padding: 10px;
    width: 226px;
    height: 74px;
    color: #757575;
    border-radius: 10px;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-card img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.filter-card.active {
    border: 1px solid #0000001A;
    background-color: white;
    color: #000;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.filter-card.disabled {
    opacity: 0.5;
}

.filter-card img {
    width: 52px;
    height: 52px;
}

.filter-card strong {
    font-size: 22px;
}
.filter-card small {
    font-size: 12px;
    font-weight: 400;
}

.highlighted {
    width: 114px;
    height: 29px;
    background-color: #FF6200;
    display: inline-block;
}

.badge {
    font-size: 14px;
    padding: 5px 10px;
}

TH{
    vertical-align: middle;
}

 /* Lightbox de constantes styles */
   /* Lightbox fundo escuro */
   #lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.7);
    display: none; /* importante: começa escondido */
    align-items: center;
    justify-content: center;
    z-index: 9999;
    flex-direction: column;
}

#lightbox-content {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    max-width: 600px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 4px 16px rgba(0,0,0,0.3);

    /* 🔒 Alinha no centro com segurança extra */
    margin: auto;
}

/* Estilo das linhas do formulário */
.linha {
    display: flex;
    margin-bottom: 10px;
    gap: 10px;
}

.linha input {
    flex: 1;
    padding: 6px;
    font-size: 14px;
}

.linha button {
    padding: 6px 12px;
    font-size: 14px;
    cursor: pointer;
}
 /* FIM Lightbox de constantes styles */


 /*ESTILOS MODAL CIDADES*/

 .modal {
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
  }
  
  .modal-content {
    background: white;
    padding: 20px;
    border-radius: 8px;
    max-height: 80%;
    overflow-y: auto;
  }

  
 /*FIM ESTILOS MODAL CIDADES*/

 /* EFEITO LANCAR CONTRATO */

 #slide-panel {
    position: fixed;
    top: 0;
    left: -50%;
    width: 50%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(4px);
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
    transition: left 0.4s ease-in-out;
    z-index: 9999;
    overflow: hidden;
  }

  #slide-panel.active {
    left: 0;
  }

  #iframe-contrato {
    width: 100%;
    height: 100%;
    background: transparent;
  }

 /* EFEITO LANCAR CONTRATO */

 .th_table{
    font-size: 12px;
    text-align: center;
 }

 .tx12i{
    font-size: 12px !important; 
 }

 .m0in{
    margin: 0px !important;
 }
 .fieldInForm{
    font-size: 11px !important;
 }

 .select2-results__option--selectable {
    font-size: 11px;
 }

 #btn-abrir-constantes{
    font-size:30px;
    cursor: pointer;
 }

 #btn-listar-cidades{
    display:none;
 }

 #btn-adicionar-operacao,#btn-abrir-contrato,#btn-capturar,#btn-baixar-xls, #btn-adicionar-calculadora, #btn-liquidar-calculadoras{
    background-color: black;
    color: white;
    padding: 5px 20px 5px 10px;
    border-radius: 5px;
 }

#btn-liquidar-calculadoras:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

 #filtroData{
    background-color: black;
    color: white;
    width: 200px;
    height: 40px;
    z-index: 1;
 }
 .iconBig{
    font-size: 20px;
    margin-right: 5px;
 }

 .date-wrapper {
    position: relative;
    display: inline-block;
  }

  
  .date-wrapper i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: white; /* cor que você quiser */
    pointer-events: none; /* ícone não interfere no clique */
    z-index: 2;
  }

  .numBox{
    padding: 0px 10px 0px 10px;
    width: 80px !important;
    height: 20px;
  }

  .colA{
    width:65px
  }
  .colB{
    width:150px
  }
  .colC{
    width:135px
  }
  .colD{
    width:220px
  }
  .colE{
    width:250px
  }
  .colF{
    width:250px
  }
  .colG{
    width:80px
  }
  .colH{
    width:80px
  }
  .colI{
    width:115px
  }
  .colJ{
    width:125px
  }