.busca-oculto {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
}

.busca-caixa {
    position: relative;
}

.busca-controle {
    cursor: pointer;
}

.busca-rotulo {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.busca-caixa.vazio .busca-rotulo {
    color: #6c757d;
}

.busca-caixa.aberto .busca-controle {
    border-color: #86b7fe;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    outline: 0;
}

.busca-caixa.desabilitado .busca-controle {
    background-color: #e9ecef;
    color: #6c757d;
    cursor: default;
    pointer-events: none;
}

select.is-invalid ~ .busca-caixa .busca-controle,
.was-validated select:invalid ~ .busca-caixa .busca-controle {
    border-color: #dc3545;
}

select.is-invalid ~ .busca-caixa.aberto .busca-controle,
.was-validated select:invalid ~ .busca-caixa.aberto .busca-controle {
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25);
}

.form-floating > .busca-caixa .busca-controle {
    height: calc(3.5rem + 2px);
    padding: 1.625rem .75rem .625rem;
    line-height: 1.25;
}

.busca-painel {
    display: none;
    position: absolute;
    z-index: 1056;
    top: calc(100% + 2px);
    left: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .175);
    border-radius: .25rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.busca-caixa.aberto .busca-painel {
    display: block;
}

.busca-caixa.acima .busca-painel {
    top: auto;
    bottom: calc(100% + 2px);
}

.busca-campo {
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    border: 0;
    border-bottom: 1px solid #dee2e6;
    border-radius: .25rem .25rem 0 0;
    outline: 0;
    color: #212529;
}

.busca-lista {
    max-height: 15rem;
    margin: 0;
    padding: .25rem 0;
    overflow-y: auto;
    list-style: none;
}

.busca-opcao {
    padding: .375rem .75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.busca-opcao.escolhida {
    font-weight: 600;
}

.busca-opcao.ativa {
    background-color: #0a58ca;
    color: #fff;
}

.busca-vazio {
    padding: .5rem .75rem;
    color: #6c757d;
}
