
.comp-form-false {
    padding: .25rem .5rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .comp-form-false span {
        font-size: .875rem;
    }

.comp-search-lupa {
    width: 16%;
    float: left;
    border-right: 1px solid #ced4da;
}

    .comp-search-lupa span {
        padding-left: 0 !important;
        float: left;
        display: block;
    }


.comp-icon-lupa {
    float: left;
    margin-left: 5px;
}

.comp-search-area-input {
    width: 64%;
    float: left;
}

.comp-search-area-gif {
    width: 35px;
    float: left;
    display: none;
    
}

.comp-auto-complete-area-input {
    float: left;
    width: 96%;
    z-index: 2000 !important;
}

.comp-auto-complete-area-gif {
    width: 3%;
    float: left;
    display: none;
}

.comp-dropdown {
    position: relative;
    display: inline-block;
    width: 100%; /* Defina a largura do dropdown */
}

.ui-autocomplete {
    z-index: 3000 !important;
}

.comp-dropdown-content {
    display: none; /* Começa escondido */
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100%;
    max-height: 350px; /* Limita a altura do dropdown */
    overflow-y: auto; /* Adiciona scroll se necessário */
    overflow-x: hidden;
    z-index: 1055 !important;
    margin-top: 30px;
    background-color: white;
    box-shadow: 0px 2px 0px 2px #dee2e6;
    border-radius: 10px;
    padding: 10px 20px;
    padding-top: 0 !important;
}

.comp-btn-focus-none:focus {
    box-shadow: none;
}

.border-none {
    border: none !important;
}



.table-auto-complete-field th {
    background-color: white !important;
    border-bottom: solid 2px #dee2e6 !important;
}


.comp-filter-input {
    width: 100%; /* Subtrai o padding */
    padding: 8px;
    margin-bottom: 8px;
    border: 1px solid #ccc;
    background-color: transparent;
}

    .comp-filter-input:focus {
        background-color: transparent; /* Remove a cor de fundo */
        outline: none; /* Remove a borda que aparece ao focar (opcional) */
    }

    .comp-filter-input:-webkit-autofill {
        background-color: transparent !important;
        -webkit-box-shadow: 0 0 0px 1000px white inset !important; /* Remove o fundo acinzentado do autofill */
        -webkit-text-fill-color: black !important; /* Cor do texto no autofill */
    }

.comp-clear-field-display {
    width: 3%;
    float: left;
    text-align: center;
}

input.inputFocusNone:focus {
    background-color: transparent !important;
    outline: none !important;
    box-shadow: none !important; /* Para remover sombras no Firefox */
}

/* Resolver o fundo acinzentado ao usar preenchimento automático no Chrome */
input.inputFocusNone:-webkit-autofill {
    background-color: transparent !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important; /* Remove o fundo do autofill */
    -webkit-text-fill-color: black !important; /* Define a cor do texto */
}

.clear-field {
    cursor: pointer;
    color: #818181;
}

.area-checked-inativo {
    float: left;
    border-left: solid 1px #ced4da;
    padding: 0 5px;
    border: none;
}


select[readonly] {
    background: #eee; /*Simular campo inativo - Sugestão @GabrielRodrigues*/
    pointer-events: none;
    touch-action: none;
}

.tooltipSS {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* Adiciona uma linha pontilhada na parte inferior */
    cursor: help; /* Muda o cursor para indicar que é interativo */
}

    .tooltipSS .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -60px; /* Define o posicionamento central horizontal */
        opacity: 0;
        transition: opacity 0.3s;
    }

    .tooltipSS:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

.font-sm-inputs {
    font-size: .875rem;
}

.opacity06 {
    opacity: 0.6
}

.btn.btn-sm.btn-light:hover {
    background-color: #818181 !important;
}
/*responsive width*/
@media (min-width:1689px) {
}

@media(max-width:1680.9px) and (min-width:1024px) {
}

@media(max-width:1023.9px) and (min-width:968px) {
}

@media(max-width:967.9px) and (min-width:768px) {
}

@media(max-width:767.9px) and (min-width:576px) {
}

@media(max-width:575.99px) and (min-width:400px) {
}

@media(max-width:319.9px) and (min-width:280px) {
}

@media(max-width:359.9px) and (min-width:320px) {
}

@media(max-width:399.9px) and (min-width:360px) {
    .comp-search-lupa span {
        display: none;
    }

    .comp-form-false {
        margin-top: 10px;
    }
}

.comp-btn-check-filtros label {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: .25rem .75rem;
    font-size: 12px;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 25px;
    background-color: #e9ecef;
    color: #788287;
    font-weight: 600;
}

.comp-btn-check-filtros input[type="checkbox"]:checked + label {
    color: #fff;
    background-color: #212529;
}
