@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@import url("https://fonts.googleapis.com/css?family=Roboto+Mono:400,700&display=swap");
* {
    font-family: 'Roboto', sans-serif;
}
.form-group{margin-top:10px;}
.tabelaProdutos{width:100%}
.tabelaProdutos th{font-weight: bold; font-size: 18px;}
.tabelaProdutos tr td{padding:10px;border-bottom:1px solid #ccc;}
.nav-goldie{display:block;padding:.5rem 1rem}.nav-goldie:focus,.nav-goldie:hover{text-decoration:none}.nav-goldie.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-goldie{margin-bottom:-1px;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-goldie:focus,.nav-tabs .nav-goldie:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-goldie.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-goldie,.nav-tabs .nav-goldie.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-goldie{border-radius:.25rem}.nav-pills .nav-goldie.active,.nav-pills .show>.nav-goldie{color:#fff;background-color:#007bff}.nav-fill .nav-item,.nav-fill>.nav-goldie{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-goldie{flex-basis:0;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;padding:.5rem 1rem}.navbar,.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-goldie{padding-right:0;padding-left:0}
.alterarTab {
    padding: 1px;
  }
  
  .alterarTab:hover {
    border-left: 2px solid #c3c3c3;
    padding-left: 5px;
    cursor: pointer
  }
  
  .divAlterarTab {
    position: relative;
  }
  
  .divAlterarTab i {
    position: absolute;
    left: 30px;
    font-size: 15px;
    margin-top: -15px;
  }
  
  .divAlterarTab i.fa-check {
    left: 60px;
  }
  
  .divAlterarTab i.fa-check:hover {
    cursor: pointer;
    font-size: 18px;
    color: rgb(44, 83, 62)
  }
  
  .divAlterarTab i.fa-times:hover {
    cursor: pointer;
    font-size: 18px;
    color: rgb(113, 75, 58)
  }
.blackout {
    width: 100%;
    height: 100%;
    z-index: 1507;
    background: rgba(17, 17, 17, 0.83);
    position: fixed;
    left: 0;
    top: 0;
    display: none;
}

.inputChangeAndSave {
    background: #fff;
}

.inputChangeAndSave:hover {
    padding:2px 10px;
    cursor: pointer;
    font-size:16px;
    border:1px solid #03658c;
}

.suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #00796b;
    border-top: none;
    background-color: #ffffff;
    border-radius: 0 0 8px 8px;
    max-height: 200px;
    overflow-y: auto;
    display: none;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
#centralEmpresas {
  height: 100%;
  width: 300px;
  border-left: 2px solid rgb(159, 159, 159);
  background: rgba(55, 55, 55, 0.95);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2000;
  display: none;
}

#centralEmpresas .list-group div {
  background: rgb(54, 54, 54)
}

#centralEmpresas .card {
  padding: 10px 0;
  background: rgb(40, 38, 38);
  border-top: 2px solid #252323;
  width: 300px;
  border-left: 5px solid rgb(37, 115, 66);
}

#centralEmpresas .card img {
  margin: 0 auto
}

#centralEmpresas .card .card-body {
  padding: 10px 0 0 0;
}

#centralEmpresas .card .card-body .card-text {
  color: rgb(55, 129, 64)
}

#centralEmpresas .cardCompany {
  padding: 10px 0;
  background: rgb(40, 38, 38);
  border-bottom: 2px solid rgb(71, 71, 71);
  border-left: 5px solid rgb(39, 100, 193)
}

#centralEmpresas .readInput {
  padding: 0;
}

/* Esconde a seta padrão do select */
.isItTooCheap {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  font-size: 1rem;
  cursor: grab;
  user-select: none;
  width: 100%;
}

/* Impede o fundo azul no iOS quando clicado */
.isItTooCheap:focus {
  outline: none;
}

.isItTooCheap-display {
   position: relative;
  overflow: hidden;
  white-space: nowrap;
    padding: 10px;
    border: 1px solid #ccc;
    user-select: none;
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    width: 250px;
    cursor: grab;
  }

.CantoEsquerdoFixo {
  position: fixed;
  background: rgb(40, 43, 47);
  width: 30px;
  z-index: 999;
  height: auto;
  right: 0;
  top: 210px;
  max-width: 600px;
  border: 2px solid rgb(37, 53, 78);
  border-radius: 5px;
}

.CantoEsquerdoFixo li.CantoDLi {
  width: 100%;
  display: block;
  text-align: center;
  padding: 15px 0;
}

.CantoEsquerdoFixo li.CantoDLi i {
  font-size: 20px;
  color: #f1ebeb;
}

.CantoEsquerdoFixo li.CantoDLi:hover {
  background: rgb(37, 53, 78);
  cursor: pointer;
}

.CantoEsquerdoFixo li.CantoDLi:hover i {
  color: #fff;
  font-size: 22px;
}

.CantoEsquerdoFixo li.CantoDLi span.not {
  position: absolute;
  font-size: 15px;
  right: 10px;
  margin-top: -15px;
  border-radius: 50px;
}

span.saldo {
  display: none;
}

.CantoEsquerdoFixo li.CantoDLi:hover span.saldo {
  position: absolute;
  font-size: 15px;
  right: 37px;
  border-radius: 50px;
  display: block
}

.CantoEsquerdoFixo li.CantoDLi span.conta {
  position: absolute;
  font-size: 12px;
  right: 10px;
  margin-top: -15px;
  border-radius: 50px;
}

.CantoEsquerdoFixo li.CantoDLi:hover span.conta {
  display: none;
}

  .suggestions div {
    padding: 12px 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  .suggestions div:hover {
    background-color: #b2dfdb;
  }
  .apexcharts-heatmap-rect {
    height:20px; /* Ajuste o valor do padding aqui */
  }
  .dropdown-menu {
    min-width: 8rem;
  }    
  .infoBox {
    position: absolute;
    display: none;
    border-radius: 8px;
    border: 1px solid #ccc;
    background-color: white;
    padding: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #333;
    max-width: 250px;
  }
  .infoBox .close {
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
    color: #888;
  }
  .infoBox .close:hover {
    color: #000;
  }
  .infoContent strong {
    font-size: 16px;
    color: #000;
  }
  .infoBox-button {
    margin-right: 5px;
    margin-top: 10px;
    background-color: #e7e7e7; /* Azul suave */
    color: rgb(82, 82, 82);
    border: none;
    border-radius: 5px;
    padding: 2px 15px;
    cursor: pointer;
    width: 100%;
    font-size: 12px;
    transition: background-color 0.3s ease;
  }
  .infoBox-button:hover {
    background-color: #005f7a; /* Azul mais escuro ao passar o mouse */
    color: rgb(240, 240, 240);
  }
  .apexcharts-legend {
    max-height: 3em;
    /* Limita a legenda a aproximadamente 2 linhas */
    overflow-x: auto;
    /* Habilita rolagem horizontal */
    overflow-y: hidden;
    /* Esconde overflow vertical */
    white-space: nowrap;
    /* Previne quebra de linha */
  }
  .visualGrafico .button-container {
    display: block;
    flex-wrap: nowrap; /* Mantém os botões em uma linha */
    justify-content: center; /* Centraliza os botões */
    overflow-x: auto; /* Permite scroll horizontal quando necessário */
    width: 100%; /* Garante que o contêiner ocupe 100% da largura */
  }
  
  .visualGrafico .button {
    margin: 0 5px; /* Espaçamento entre os botões */
    padding: 2px 8px; /* Reduz o padding para torná-los menores */
    background-color: #97c4f3; /* Cor de fundo do botão */
    color: rgb(82, 79, 79); /* Cor do texto do botão */
    border: none; /* Remove borda */
    border-radius: 5px; /* Arredonda os cantos do botão */
    cursor: pointer; /* Muda o cursor para indicar que é clicável */
    font-size: 11px; /* Tamanho de fonte menor */
    white-space: nowrap; /* Impede quebra de linha no texto do botão */
  }
  
  .visualGrafico .button:hover {
    background-color: #5988bb; /* Cor ao passar o mouse */
  }
  
  #chart {
    overflow-x: auto;
    /* Permite a rolagem horizontal */
    white-space: nowrap;
    /* Impede que o gráfico se quebre */
  }
  
  .apexcharts-bar-series .apexcharts-series {
    stroke-width: 3;
    /* Controla a largura das bordas */
  }
  #popup {
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    padding: 10px;
    display: none;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
   /* Remover setas padrão do dropdown */
   .dropdown-toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .dropdown-toggle::after {
    display: none;
  }
  .infoBox-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 2px;
  }
  
  .infoBox-table th, .infoBox-table td {
    border: 1px solid #ddd;
    padding: 3px;
    font-size:10px;
    text-align: center;
  }
  
  .infoBox-table th {
    background-color: #f2f2f2;
    font-weight: bold;
  }
.blackoutConstruct {
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.toast {
    background-color: #000;
    background: #000;
    background-image: none;
}
.toast.toast-success {
    background-color: #063;
    background: #063;
    background-image: none;
}
.toast.toast-info {
    background-color: rgb(51, 148, 204);
    background: rgb(51, 148, 204);
    background-image: none;
}
.toast.toast-error {
    background-color: #c33;
    background: #c33;
    background-image: none;
}
.blackoutFixed {
    width: 100%;
    height: 100%;
    z-index: 1504;
    background: rgba(17, 17, 17, 0.582);
    position: fixed;
    left: 0;
    top: 0;
    display: none;
}

/****  Opacity  ****/

.opacity20 {
    filter: alpha(opacity=20);
    opacity: 0.2;
    -webkit-filter: alpha(opacity=20);
}

.opacity50 {
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-filter: alpha(opacity=50);
}

.opacity70 {
    filter: alpha(opacity=70);
    opacity: 0.7;
    -webkit-filter: alpha(opacity=70);
}

.opacity80 {
    filter: alpha(opacity=80);
    opacity: 0.8;
    -webkit-filter: alpha(opacity=80);
}

.xdebug-var-dump {
    overflow: auto;
    z-index: 1500;
    background: rgba(0, 0, 0, 0.05);
    margin: 20px 0;
    padding: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.xdebug-var-dump * {
    font-family: "Source Code Pro", serif;
    font-size: 0.8em;
    margin: 0;
}

.opsTitle {
    width: 100%;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 100px;
    font-weight: 1000;
    color: #f1d170;
}

.opsText {
    width: 100%;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #fff;
}

.containerSteps {
    width: 100%;
}

.containerSteps .progressbarS {
    margin: 0;
    padding: 0;
    counter-reset: step;
    z-index: 2;
}

.containerSteps .progressbarS li {
    list-style-type: none;
    width: 25%;
    float: left;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d;
    z-index: 2;
}

.containerSteps .progressbarS li:before {
    width: 30px;
    height: 30px;
    content: counter(step);
    counter-increment: step;
    line-height: 30px;
    border: 2px solid #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
}

.containerSteps .progressbarS li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 15px;
    left: -50%;
    z-index: -1;
}

.containerSteps .progressbarS li:first-child:after {
    content: none;
}

.containerSteps .progressbarS li.active {
    color: green;
    font-weight: bold;
}

.containerSteps .progressbarS li.Aerror {
    color: #902222;
    font-weight: bold;
}

.containerSteps .progressbarS li.active:before {
    border-color: #55b776;
}

.containerSteps .progressbarS li.Aerror:before {
    border-color: #8e2d1e;
}

.containerSteps .progressbarS li.active+li:after {
    background-color: #55b776;
}

.containerSteps .progressbarS li.Aerror+li:after {
    background-color: #8e2d1e;
}

.btn-goldie-blue {
    background: #05101a;
    color: #fff;
    border: 1px solid #051524
}

.btn-goldie-blue-secondary {
    background: #023341;
    color: #fff;
    border: 1px solid #05101a;
    font-family: 'Roboto', sans-serif;
}

.btn-goldie {
    background: #f1d170;
    color: #fff;
    border: 1px solid #e4bf4e
}

.g-center {
    text-align: center;
}

.form-control {
    border: 1px solid #ccc;
}

.form-control:focus {
    border-color: #023341;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 4px #023341;
    outline: 0 none;
}

.lds-load {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-load div {
    display: inline-block;
    position: absolute;
    left: 6px;
    width: 13px;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-load div:nth-child(1) {
    left: 6px;
    background: rgb(233, 147, 26);
    animation-delay: -0.24s;
}

.lds-load div:nth-child(2) {
    left: 26px;
    background: rgb(22, 145, 190);
    animation-delay: -0.12s;
}

.lds-load div:nth-child(3) {
    left: 45px;
    animation-delay: 0;
    background: rgb(22, 107, 162);
}

.errorDiv {
    width: 550px;
    z-index: 1508;
    min-height: 280px;
    height: auto;
    background: #051524;
    position: absolute;
    border: 1px solid #020a12;
    top: 50%;
    margin-top: -140px;
    left: 50%;
    margin-left: -275px;
}

.moduleError {
    width: 550px;
    z-index: 1508;
    min-height: 280px;
    background: #051524;
    position: absolute;
    border: 1px solid #020a12;
    margin-left: -275px;
    left: 50%;
    margin-top: 200px;
    top: 0;
}

.errorDiv h3 {
    width: 100%;
    height: auto;
    background: #020a12;
    padding: 10px 0;
    text-align: center;
    color: #e4bf4e;
    font-family: 'Roboto', sans-serif;
}

.errorDiv .icon {
    padding: 30px 0;
    text-align: center;
}

.errorDiv .icon i {
    font-size: 120px;
    color: #020a12
}

.errorDiv .message {
    color: #c3c3c3;
    padding-top: 20px
}

@media (max-width: 800px) {
    .errorDiv {
        width: 100%;
        min-height: 400px;
        height: auto;
        background: #051524;
        position: absolute;
        top: 80px;
        margin-top: 0;
        border: 2px solid #05101a;
        left: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .errorDiv .message {
        color: #c3c3c3;
        padding: 20px;
        text-align: center
    }
}

.inputCurve {
    border-radius: 22px;
}

.wrapperTable {
    margin: 0 auto;
}
.wrapperTable span {
  border:0;
}
.wrapperTable small {
  border: 0;
}
.wrapperTable * {
  border: 0;
}
.wrapperTable a {
  border:0;
}
.badge {
  padding: 2px 5px !important;
  font-size: 11px !important;
  background-color: #000;
}
.wrapperTable i {
  border: 0;
}
.wrapperTable .table {
    margin: 0 0 40px 0;
    width: 100%;
    box-shadow: 0 1px 3px #fff;
    display: table;
}
.cell a.btn {
  background-color:none !important;
    background: none !important;

}

.cell a.btn-warning i, .cell span.btn-warning i{
  color: #856404 !important;
  border-color: #ffeeba !important;
}

.cell a.btn-danger i, .cell span.btn-danger i {
  color: #721c24 !important;
  border-color: #f5c6cb !important;
}

.cell a.btn-success i, .cell span.btn-success i {
  color: #155724 !important;
  border-color: #c3e6cb !important;
}

.cell a.btn-primary i, .cell span.btn-primary i {
  color: #004085 !important;
  border-color: #b8daff !important;
}

.cell a.btn-info i, .cell span.btn-info i {
  color: #0c5460 !important;
  border-color: #bee5eb !important;
}

.cell a.btn-dark i, .cell span.btn-dark i{
  color: #1b1e21 !important;
  border-color: #d6d8d9 !important;
}

.cell a.btn:hover {
 color: #fff !important;

}
.emptyTableMsg {
    width: 100%;
    padding: 30px 0;
    text-align: center;
    margin: 10px 0;
    z-index: 1;
    box-shadow: 1px 2px 2px 1px #f2f2f2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.emptyTableMsg i {
    font-size: 40px;
    color: #c3c3c3
}

.emptyTableMsg span {
    font-size: 12px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #c3c3c3
}

@media screen and (max-width: 580px) {
    .wrapperTable .table {
        display: block;
    }
}

.wrapperTable .row {
    display: table-row;
    background: #ffffff;
}

.wrapperTable .rowExtra {
    display: none;
    -webkit-column-span: all;
    /*Chrome,Safari,Opera*/
    background: #f9f9f9;
    left: 10px;
    padding: 20px;
    border-radius: 5px;
    column-span: all;
    z-index: 2000;
    position: absolute;
    width: 100%;
    box-shadow: 1px 2px 3px 2px #c3c3c3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.wrapperTable .tabDivTitulo {
    -webkit-column-span: all;
    /* Chrome, Safari, Opera */
    column-span: all;
}

.wrapperTable .row:nth-of-type(4n+4) {
    background: rgb(242, 239, 239);
}

.wrapperTable .row.header {
    font-weight: 900;
    color: #ffffff;
    background: #ea6153;
}

.wrapperTable .row.green {
    background: #27ae60;
}

.wrapperTable .row.blue {
    background: #2980b9;
}

@media screen and (max-width: 780px) {
    .mobilePdv {
        padding: 10px 0;
        height: auto !important;
        margin: 10px 0;
    }
    .inputSearch {
        width: 100% !important;
        margin: 10px 0;
    }
}

@media screen and (max-width: 580px) {
    .mobilePdv {
        height: auto !important;
    }
    .wrapperTable .row {
        padding: 14px 0 7px;
        display: block;
    }
    .wrapperTable .rowExtra {
        padding: 14px 0 7px;
        display: none;
    }
    .wrapperTable .row.header {
        padding: 0;
        height: 6px;
    }
    .wrapperTable .row.header .cell {
        display: none;
    }
    .wrapperTable .row .cell {
        margin-bottom: 10px;
    }
    .wrapperTable .row .cell:before {
        width: 100% !important;
        margin-bottom: 3px;
        content: attr(data-title);
        min-width: 98px;
        font-size: 10px;
        line-height: 10px;
        font-weight: bold;
        text-transform: uppercase;
        color: #969696;
        display: block;
    }
}

.wrapperTable .cell {
    padding: 5px 12px;
    width: auto;
    display: table-cell;
}

/* Cores vivas */
.badge-primary {
  background-color: #3399ff !important;
  color: #002752;
}

.badge-secondary {
  background-color: #b0b3b6 !important;
  color: #212529;
}

.badge-success {
  background-color: #4cd964 !important;
  color: #0a3d1e;
}

.badge-danger {
  background-color: #ff4d4f !important;
  color: #660d0f;
}

.badge-warning {
  background-color: #ffc107 !important;
  color: #533f03;
}

.badge-info {
  background-color: #17a2b8 !important;
  color: #003f4f;
}

.badge-light {
  background-color: #e0e0e0 !important;
  color: #343a40;
}

.badge-dark {
  background-color: #6c757d !important;
  color: #ffffff;
}

.badge i {
  margin-right: 4px;
}

@media (max-width: 580px) {
    /* .dropdown-menu {
        transform: none !important;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        position: fixed !important;
        
    } */
    .wrapperTable .cell {
        padding: 2px 16px;
        width: 100% !important;
        display: block;
    }
    .wrapperTable .table {
        background: none;
        height: auto;
        border: :0;
    }
    .wrapperTable .row {
        padding: 10px;
    }
    .wrapperTable .rowExtra {
        padding: 10px;
        left: 0;
    }
}

.wrapperTable .cellDados {
    -webkit-column-rule: #3f3f3e;
    column-rule: #3f3f3e;
}

.hide {
    display: none;
}

.mini-modal {
    background: #fff;
    border: 1px solid #ccc;
    position: absolute;
    z-index: 1500;
    width: 300px;
    margin-top: 10px;
    margin-right: 10px;
    height: auto;
    right: 0;
    /*box-shadow*/
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    /*border-radius*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: none;
}

.mini-modal h6 {
    padding: 5px 0;
}

span.labelItem i {
    font-size: 10px;
}

span.labelItem {
    padding: 2px 8px;
    display: inline-block;
    margin: 1px;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    white-space: nowrap;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    float: left;
}

.gConstructComponentControl {
    min-width: 100px;
    width: auto;
    z-index: 9999;
    padding: 3px;
}

.gConstructComponentControl span {
    display: none;
}

.gConstructComponentControl:hover>span:first-of-type {
    display: inline-block;
}

.gComponentConstructTagShow {}

.gComponentConstructTag .labelName {
    position: absolute;
    display: none;
    margin-top: -20px;
}

.gComponentConstructTagOn {}

.gComponentConstructTagOn .labelName:first-child {
    font-size: 13px;
    z-index: 99999;
}

.dot-table {
    height: 5px;
    width: 5px;
    background-color: #6ab9d9;
    margin: 3px 0;
    border-radius: 50px;
}

.dot-table-lg {
    height: 16px;
    width: 5px;
    background-color: #03658c;
    margin: 3px 0;
    border-radius: 50px;
}

.color-dot {
    height: 25px;
    width: 25px;
    border-radius: 50%;
}

.font-roboto-mono {
    font-family: "Roboto Mono";
}

.xdebug-var-dump {
    overflow: auto;
    background: rgba(0, 0, 0, 0.05);
    margin: 20px 0;
    padding: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.xdebug-var-dump * {
    font-family: "Source Code Pro", serif;
    font-size: 0.8em;
    margin: 0;
}

.trigger {
    font-size: 0.9em;
    padding: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 20px 0;
    font-weight: bold;
    border: 1px solid #cccccc;
}

.trigger small {
    display: block;
    margin-top: 7px;
    font-family: "Source Code Pro", serif;
    font-size: 0.75em;
}

:root {
    --fsphp: #1F2026;
    --fsline: #475163;
    --green: #35ba9b;
    --blue: #3aadd9;
    --yellow: #f5b945;
    --red: #d94452;
}

.trigger.accept {
    color: var(--green);
    border-color: var(--green);
}

.trigger.warning {
    color: var(--yellow);
    border-color: var(--yellow);
}

.trigger.error {
    color: var(--red);
    border-color: var(--red);
}

.code {
    font-family: "Source Code Pro", serif;
    font-size: 0.8rem;
    background: var(--fsline);
    color: #FFFFFF;
    padding: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
}
.nav-goldie{background-color: #3f3f3e; color:#fff; font-size:12px}
.code *:first-child {
    margin-top: 0;
}

.tipo_pedido {
    margin: 5px 0;
  }
  
  .tipo_pedido div {
    background: #e5d6ef;
    border: 1px solid #ccc;
    padding: 20px 0;
    text-align: center;
    cursor: pointer;
  }
  
  .tipo_pedido div i {
    font-size: 50px;
    color: #c3c3c3;
  }
  
  .tipo_pedido div span {
    font-size: 18px;
    font-weight: bold
  }
  
  .tipo_pedido div.active {
    background: #c9f796;
  }
  
  .tipo_pedido div.active i {
    color: #fff
  }
  
  .tipo_pedido div.active span {
    color: #2f5f27
  }
  
  .tipo_entrega {
    margin: 5px 0;
  }
  
  .tipo_entrega div {
    background: #e5d6ef;
    border: 1px solid #ccc;
    padding: 20px 0;
    text-align: center;
    cursor: pointer;
  }
  
  .tipo_entrega div i {
    font-size: 50px;
    color: #c3c3c3;
  }
  
  .tipo_entrega div span {
    font-size: 18px;
    font-weight: bold
  }
  
  .tipo_entrega div.active {
    background: #191933;
  }
  
  .tipo_entrega div.active i {
    color: #fff
  }
  
  .tipo_entrega div.active span {
    color: #fff
  }
  
  .tipo_separacao {
    margin: 5px 0;
  }
  
  .tipo_separacao div {
    background: #e5d6ef;
    border: 1px solid #ccc;
    padding: 20px 0;
    text-align: center;
    cursor: pointer;
  }
  
  .tipo_separacao div i {
    font-size: 50px;
    color: #c3c3c3;
  }
  
  .tipo_separacao div span {
    font-size: 18px;
    font-weight: bold
  }
  
  .tipo_separacao div.active {
    background: #c9f796;
  }
  
  .tipo_separacao div.active i {
    color: #fff
  }
  
  .tipo_separacao div.active span {
    color: #2f5f27
  }
  
  .separacaoProduto100 {
    width: 100%;
  }
   .modal-content{
    -webkit-box-shadow: none; 
    box-shadow: none; 
    background: transparent; 
    border: none; 
 }
 .modalMobile{
  top:10%;
  border-radius: 10px 10px 0 0 ;
  margin:0 !important;
 }
.white-box {
    background: #ffffff;
    padding: 25px;
    margin-bottom: 15px;
  }
  .white-box .box-title {
    margin: 0px 0px 12px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
  }
  .white-box .box-title {
    margin: 0px 0px 12px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
  }
  
  .separacaoProduto80 {
    width: 80%;
  }
  
  .separacaoProduto20 {
    width: 20%;
    background: #842828;
    text-align: center;
    border-bottom: 1px solid #fff
  }
  
  .separacaoProduto20 input {
    width: 80%;
    margin: 4px 0;
  }
  
.titulo_aba {
    clear: both;
    padding:10px 0;
    width: 100%;
    border-bottom: 1px solid #dddddd;
    font-family: 'Roboto', 'sans-serif';
    cursor: pointer;
  }
  
  .titulo_aba i {
    float: right;
    font-size: 24px;
  }
  
  .tabDivTitulo {
    display: none;
  }
.line {
    display: block;
    padding: 10px;
    margin: 30px 0;
    background-color: var(--fsphp);
}

.line-session {
    color: rgba(255, 255, 255, 0.5);
}

.line:first-of-type {
    margin-top: 0;
}

@media only screen and (max-width: 420px) {
    .mobileFont11 {
        font-size: 11px;
    }
    .mobileFont14 {
        font-size: 14px;
    }
    .mobileFont16 {
        font-size: 16px;
    }
    .mobileFont18 {
        font-size: 18px;
    }
    .mobileFont20 {
        font-size: 20px;
    }
    .mobileFont22 {
        font-size: 22px;
    }
}
.loadingForm {
    margin-top:30px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px; /* Ajuste conforme o tamanho que desejar */
  }
  .loader {
    width: 20px;
    aspect-ratio: 1;
    color: #1f1031;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background:
      conic-gradient(from 134deg at top, currentColor 92deg, #0000 0) top,
      conic-gradient(from -46deg at bottom, currentColor 92deg, #0000 0) bottom;
    background-size: 100% 50%;
    background-repeat: no-repeat;
  }
  
  .loader:before {
    content: '';
    position: absolute;
    inset: 0;
    --g: currentColor 14.5px, #0000 0 calc(100% - 14.5px), currentColor 0;
    background:
      linear-gradient(45deg, var(--g)),
      linear-gradient(-45deg, var(--g));
    animation: l7 1.5s infinite cubic-bezier(0.3, 1, 0, 1);
  }
  
  @keyframes l7 {
    33% {
      inset: -10px;
      transform: rotate(0deg);
    }
    66% {
      inset: -10px;
      transform: rotate(90deg);
    }
    100% {
      inset: 0;
      transform: rotate(90deg);
    }
  }
/* --- Estilos para o Componente Tabela Dinâmica v2.3 --- */
/* Este ficheiro deve ser guardado como 'tabela-dinamica-estilos.css' e incluído no <head> da sua página PHP. */

:root {
  --dtable-border-color: #e9ecef;
  --dtable-background-light: #f8f9fa;
  --dtable-background-white: #ffffff;
  --dtable-text-color: #212529;
  --dtable-text-muted: #6c757d;
  --dtable-primary-color: #0d6efd;
  --dtable-danger-color: #dc3545;
  --dtable-success-color: #198754;
  --dtable-warning-color: #ffc107;
  --dtable-transition-speed: 0.4s;
  --dtable-scrollbar-track-color: #f1f3f5;
  --dtable-scrollbar-thumb-color: #ced4da;
  --dtable-scrollbar-thumb-hover-color: #adb5bd;
  --dtable-font-title: 'Poppins', sans-serif;
}

.dtable-main-container {
  width: 100%;
  margin: 10px auto 0 auto;
  display: grid;
  gap: 20px;
}

.dtable-accordion-section {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--dtable-border-color);
  background-color: var(--dtable-background-white);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: border-left-color var(--dtable-transition-speed);
}

.dtable-accordion-section.color-primary {
  border-left: 4px solid var(--dtable-primary-color);
}

.dtable-accordion-section.color-danger {
  border-left: 4px solid var(--dtable-danger-color);
}

.dtable-accordion-section.color-success {
  border-left: 4px solid var(--dtable-success-color);
}

.dtable-accordion-section.color-warning {
  border-left: 4px solid var(--dtable-warning-color);
}

.dtable-summary-card {
  cursor: pointer;
  overflow: hidden;
  transition: max-height var(--dtable-transition-speed) ease-out, opacity calc(var(--dtable-transition-speed) / 2) ease-out;
  max-height: 200px;
  opacity: 1;
}

.dtable-detailed-view {
  overflow: hidden;
  transition: opacity var(--dtable-transition-speed) ease-in;
  max-height: 0;
  opacity: 0;
}

.dtable-accordion-section.is-open>.dtable-summary-card {
  max-height: 0;
  opacity: 0;
  pointer-events: none;
}

.dtable-accordion-section.is-open>.dtable-detailed-view {
  max-height: none;
  opacity: 1;
}

.dtable-details-header-row,
.dtable-details-row,
.dtable-summary-row {
  display: grid;
}

.dtable-scroll-container {
  overflow-x: auto;
}

.dtable-summary-card .dtable-scroll-container::-webkit-scrollbar {
  display: none;
}

.dtable-summary-card .dtable-scroll-container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.dtable-scroll-container::-webkit-scrollbar {
  height: 8px;
}

.dtable-scroll-container::-webkit-scrollbar-track {
  background-color: var(--dtable-scrollbar-track-color);
}

.dtable-scroll-container::-webkit-scrollbar-thumb {
  background-color: var(--dtable-scrollbar-thumb-color);
  border-radius: 10px;
}

.dtable-scroll-container::-webkit-scrollbar-thumb:hover {
  background-color: var(--dtable-scrollbar-thumb-hover-color);
}

.dtable-cell {
  padding: 10px 16px;
  display: flex;
  align-items: center;
  border-right: 1px solid var(--dtable-border-color);
  color: var(--dtable-text-color);
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dtable-details-header-row .dtable-cell:last-child,
.dtable-details-row .dtable-cell:last-child,
.dtable-summary-row .dtable-cell:last-child {
  border-right: none;
}

.dtable-colspan-cell {
  display: grid;
  padding: 0;
}

.dtable-sub-cell {
  padding: 5px 16px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: var(--dtable-font-title);
}

.dtable-colspan-cell .dtable-sub-cell:not(:last-child) {
  border-right: 1px solid var(--dtable-border-color);
}

.dtable-summary-row .dtable-cell {
  background-color: var(--dtable-background-light);
}

.dtable-detailed-title {
  padding: 0px 16px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--dtable-border-color);
  background-color: var(--dtable-background-light);
  font-family: var(--dtable-font-title);
  font-size: 18px;
}

.dtable-detailed-title .dtable-icon {
  margin-right: 12px;
  font-size: 10px;
  transform: rotate(90deg);
}

.dtable-detailed-title.color-primary {
  color: var(--dtable-primary-color);
}

.dtable-detailed-title.color-danger {
  color: var(--dtable-danger-color);
}

.dtable-detailed-title.color-success {
  color: var(--dtable-success-color);
}

.dtable-detailed-title.color-warning {
  color: var(--dtable-warning-color);
}

.dtable-details-header-row {
  position: sticky;
  top: 0;
  z-index: 10;
}

.dtable-details-header-row .dtable-cell {
  font-weight: 600;
  background-color: #fcfcfc;
  border-bottom: 1px solid var(--dtable-border-color);
}

.dtable-details-row:not(:last-child) .dtable-cell {
  border-bottom: 1px solid var(--dtable-border-color);
}

.dtable-sticky-col {
  position: sticky;
  left: 0;
  z-index: 11;
  background-color: var(--dtable-background-white);
  border-right: 1px solid var(--dtable-border-color) !important;
}

.dtable-summary-row .dtable-sticky-col,
.dtable-details-header-row .dtable-sticky-col {
  background-color: #fcfcfc;
  z-index: 12;
}

.dtable-header-title-cell {
  font-family: var(--dtable-font-title);
  font-weight: 600;
  font-size: 15px;
}

.dtable-task-count {
  font-size: 12px;
  color: var(--dtable-text-muted);
  margin-top: 4px;
  font-family: sans-serif;
}

/* NOVO: Classe para linhas ocultas no lazy loading */
.dtable-hidden-row {
  display: none;
}

.dtable-details-row {
  /* Necessário para que o z-index e a sombra funcionem corretamente */
  position: relative;
  cursor: pointer;
  /* Adiciona uma transição suave para a sombra, tornando o efeito elegante */
  transition: box-shadow 0.25s ease-in-out;
}

.dtable-details-row .dtable-cell {
  /* Adiciona uma transição suave para a cor de fundo */
  transition: background-color 0.25s ease-in-out;
}

.dtable-details-row:hover {
  /* Eleva a linha para que a sombra não seja cortada pelas linhas adjacentes */
  z-index: 20;
  cursor: pointer;
  /* Aplica uma sombra subtil e moderna */
  box-shadow: 0 8px 25px rgba(47, 49, 53, 0.08);
}

/* Aplica um fundo subtil a todas as células da linha com hover */
.dtable-details-row:hover .dtable-cell {
  background-color: #fafcff;
  /* Um branco muito ligeiramente azulado e subtil */
}

/* Garante que o fundo da coluna fixa (sticky) também muda, mantendo a consistência visual */
.dtable-details-row:hover .dtable-sticky-col {
  background-color: #fafcff;
  /* Mesma cor de fundo do hover */
}
.dtable-control-button {
  background-color: #1D6F42;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.2s ease-in-out;
}

.dtable-control-button:hover {
  background-color: #185c37;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.dtable-control-button:active {
  transform: translateY(1px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.dtable-control-button:disabled {
  background-color: #7a8b82;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.dtable-control-button i {
  font-size: 1.1em;
}
/* Animação do Spinner para o botão de loading */
.btn-spinner {
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  vertical-align: -0.2em;
  border: 0.15em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: btn-spinner-anim .75s linear infinite;
  margin-left: 6px;
}
/* =================================================================== */
/* CSS FINAL PARA GALAXIA TABELAS (v2.1+)                   */
/* =================================================================== */

/* Wrapper para o conteúdo do cabeçalho (ícone + label) */
.dtable-header-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  /* REMOVIDO: O padding-top que aumentava a altura do cabeçalho foi removido. */
}

/* O círculo azul que envolve o ícone de ordenação */
.dtable-sort-icon {
  position: absolute;
  /* ALTERADO: top negativo para posicionar metade para fora. */
  width: 22px;
  height: 22px;
  background-color: #007bff;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  cursor: pointer;
  transition: opacity 0.2s, visibility 0.2s;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  /* Garante que o ícone fique sobre as linhas da tabela */
}

/* * CORREÇÃO DE VISIBILIDADE: 
* O seletor agora detecta o hover tanto em células normais (.dtable-cell)
* quanto em sub-células (.dtable-sub-cell), consertando o problema na coluna sticky.
*/
.dtable-cell:hover .dtable-sort-icon,
.dtable-sub-cell:hover .dtable-sort-icon {
  opacity: 1;
  visibility: visible;
}

/* Mantém o ícone visível se a coluna estiver sendo ordenada */
.dtable-sort-icon.is-sorting {
  opacity: 1;
  visibility: visible;
}

/* Conteúdo do ícone (as setas) */
.dtable-sort-icon::before {
  content: '↕';
}

.dtable-sort-icon.sort-asc::before {
  content: '↑';
}

.dtable-sort-icon.sort-desc::before {
  content: '↓';
}

/* * NOVO E IMPORTANTE: Prevenção de corte do ícone.
* Como o ícone agora "vaza" para fora do topo, o container com rolagem
* pode cortá-lo. Adicione este padding para dar espaço para o ícone aparecer.
*/
.dtable-scroll-container {
  padding-top: 15px;
  /* Adiciona um clip-path para permitir que o conteúdo "vaze" para cima mas não para os lados. É mais robusto que overflow. */
  overflow-x: auto;
  /* Mantém a rolagem horizontal */
  overflow-y: visible;
  /* Permite que o ícone seja visto verticalmente */
}

/* Para o container geral da visão detalhada, garantimos que ele não corte o ícone */
.dtable-detailed-view {
  overflow: visible;
}
@keyframes btn-spinner-anim {
  to {
    transform: rotate(360deg);
  }
}
/* Estilo para o loader dentro do toggle */
.dtable-loader {
  display: none;
  /* Começa escondido */
  padding: 40px 20px;
  text-align: center;
}

.dtable-loader .spinner {
  width: 48px;
  height: 48px;
  border: 5px solid #DDD;
  /* Cor base do círculo */
  border-bottom-color: #337ab7;
  /* Cor da parte que gira */
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}/* ======================================================= */
/* ====== ESTILOS CORRIGIDOS: MODO OVERVIEW (MOSAICO) ====== */
/* ======================================================= */

/* O container principal continua o mesmo: flex e com quebra de linha. */
.dtable-overview-container {
  display: flex;
  flex-wrap: wrap;
  /* Permite que os cards quebrem para a próxima linha */
  gap: 15px;
  /* Espaço entre os cards */
  width: 100%;
  margin: 10px auto 0 auto;
}

/* * Card de Overview (representa um bloco/item no mosaico)
* CORREÇÃO: Removemos 'flex-basis: 100%'.
* - 'flex-basis: 300px;' define uma largura mínima ideal para o card.
* - 'flex-grow: 1;' permite que o card cresça para preencher o espaço vazio na linha.
* O resultado é um layout fluido que se adapta ao espaço.
*/
.dtable-overview-card {
  display: flex;
  flex-direction: row;
  /* Itens internos (colunas) ficam lado a lado */
  flex-wrap: nowrap;

  /* --- MUDANÇA PRINCIPAL AQUI --- */
  flex-basis: 300px;
  /* Largura base do card. Ajuste conforme necessário. */
  flex-grow: 1;
  /* Permite que o card se estique para preencher a linha. */

  gap: 10px;
  background-color: var(--dtable-background-white, #fff);
  border: 1px solid var(--dtable-border-color, #e0e0e0);
  border-radius: 8px;
  padding: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.dtable-overview-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.07);
}

/* * Item de Overview (representa uma célula/coluna dentro do card)
* A lógica aqui permanece, garantindo a estrutura interna do card.
*/
.dtable-overview-item {
  display: flex;
  flex-direction: column;
  /* Label em cima, valor embaixo */
  justify-content: center;
  min-width: 0;
  /* Essencial para o flexbox funcionar com overflow */
  /* A largura de cada item é controlada pelo style inline do PHP */
}

/* Estilo para o rótulo (label) */
.dtable-overview-label {
  font-size: 11px;
  color: var(--dtable-text-muted, #6c757d);
  font-weight: 500;
  margin-bottom: 5px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Estilo para o valor (value) */
.dtable-overview-value {
  font-size: 14px;
  color: var(--dtable-text-color, #212529);
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}



      
            /* --- Layout Principal --- */
                                  
.dselect-main-container {
    width: 100%;
    max-width: 320px; /* Largura máxima para o container principal */
}

.dselect-main-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1.5rem;
    text-align: center;
}

/* --- Estilos do Componente de Seleção --- */
.dselect-container {
    position: relative;
    background-color: #ffffff;
    border-radius: 0.5rem;
}

.dselect-trigger {
    width: 100%;
    cursor: pointer;
    user-select: none;
    position: relative;
    display: flex;
    align-items: center;
}

.dselect-trigger:hover {
    background-color: #f9fafb;
}


.dselect-trigger.open::after {
    transform: translateY(-50%) rotate(180deg);
}


/* --- Estilos do Dropdown Partilhado --- */
.dselect-shared-options {
    position: fixed;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transform: scaleY(0.95);
    transition: opacity 0.1s ease-out, transform 0.1s ease-out;
    transform-origin: top;
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    display: flex;
    flex-direction: column;
}

.dselect-shared-options.opens-up {
    transform-origin: bottom;
}

.dselect-shared-options.active {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
}

/* --- Estilos da Lista de Opções --- */
.dselect-search-wrapper {
    border-bottom: 1px solid #e5e7eb;
}

.dselect-input {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #d1d5db;
    border-radius: 0.25rem;
    outline: none;
    box-sizing: border-box;
}
.dselect-input:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 1px #3b82f6;
}

.dselect-options-list {
    padding: 0.25rem;
    max-height: 240px;
    overflow-y: auto;
}

.dselect-no-results {
    padding: 0.75rem;
    text-align: center;
    color: #6b7281;
    font-style: italic;
}

/* --- Estilos dos Itens e Templates --- */
.dselect-trigger-content,
.dselect-option-content {
    display: flex;
    align-items: center;
    width: 100%;
}
.dselect-trigger-content{
  text-align: center;
  justify-content:center;
  padding:5px 0px;
}

.dselect-option-content {
    padding: 0.75rem;
    cursor: pointer;
    border-radius: 0.375rem;
    transition: background-color 0.2s, color 0.2s;
}

.dselect-option-item:hover > .dselect-option-content {
    background-color: #3b82f6;
    color: white;
}

.dselect-status-dot {
    height: 0.625rem;
    width: 0.625rem;
    border-radius: 9999px;
    margin-right: 0.5rem;
    flex-shrink: 0;
}

.dselect-status-label {
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Ícone de check para itens selecionados na lista */
.dselect-option-item .dselect-check-icon {
    width: 1.5rem;
    text-align: center;
    font-size: 1.2rem;
    color: #1d4ed8;
    opacity: 0; /* Oculto por padrão */
}

.dselect-option-item.selected > .dselect-option-content {
    color: #1d4ed8;
    font-weight: 600;
}

.dselect-option-item.selected .dselect-check-icon {
    opacity: 1; /* Visível quando selecionado */
}

/* --- [NOVO] Estilos para o modo de tags múltiplas --- */
.dselect-trigger .dselect-trigger-content.is-tags {
    flex-wrap: wrap; /* Permite que as tags quebrem linha */
    padding: calc(0.75rem - 4px); /* Ajuste de padding para acomodar as tags */
}

.dselect-tag {
    display: inline-flex;
    align-items: center;
    background-color: #e0e7ff; /* Cor de fundo da tag */
    border-radius: 0.375rem;
    margin: 2px;
    /* Remove padding para que o conteúdo do template dite o espaçamento */
}

/* Permite que o template da opção seja usado dentro da tag */
.dselect-tag > .dselect-trigger-content {
    padding: 0.25rem 0.625rem; /* Padding interno da tag */
    cursor: default;
    background-color: transparent;
}
.dselect-tag > .dselect-trigger-content .dselect-status-label {
    color: #4338ca; /* Cor do texto da tag */
}
.dselect-tag > .dselect-trigger-content:hover {
    color: #4338ca;
}

.dselect-tag-remove {
    margin-right: 0.375rem; /* Espaçamento do X */
    margin-left: 0.375rem;
    width: 1rem;
    height: 1rem;
    border-radius: 9999px;
    background-color: #c7d2fe;
    color: #4338ca;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    line-height: 1;
    font-weight: bold;
    transition: background-color 0.2s;
    order: 2; /* Garante que o X venha depois do conteúdo */
}

.dselect-tag-remove:hover {
    background-color: #a5b4fc;
}

/* --- [NOVO] Estilos para o modo de edição --- */
.dselect-edit-wrapper {
    padding: 0.5rem;
}

.dselect-edit-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.5rem;
}

.dselect-edit-btn {
    padding: 0.375rem 0.75rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
}

.dselect-edit-save {
    background-color: #2563eb;
    color: white;
    margin-left: 0.5rem;
}

.dselect-edit-cancel {
    background-color: #e5e7eb;
    color: #374151;
}

