/* jquery-bootstrap-select.css */

.select-wrapper .form-outline {
    position: relative;
}

.select-wrapper .form-outline > .select-input {
    height: 58px;
    min-height: 58px;
    padding: 1.45rem 2.25rem .35rem .75rem;
    line-height: 1.5;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
}

.select-wrapper .form-outline > label {
    position: absolute;
    top: .45rem;
    left: .75rem;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: none;
    color: var(--bs-secondary-color);
    background-color: transparent;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1;
    transform: none;
    transition: none;
}

.select-wrapper .form-outline > .select-input:focus ~ label,
.select-wrapper .form-outline > .select-input:not(:placeholder-shown) ~ label {
    position: absolute;
    top: .45rem;
    left: .75rem;
    width: auto;
    height: auto;
    padding: 0;
    color: var(--bs-secondary-color);
    background-color: transparent;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1;
    transform: none;
}

.select-wrapper .select-input-wrapper::after {
    content: none !important;
    display: none !important;
}

/* END OF FILE */
