/**
 * Motoguru Select2 theme (bootstrap-5) — load after plugins.bundle.css
 */
.select2-container--bootstrap5 .select2-selection--single {
    min-height: 42px !important;
    height: 42px !important;
    border: 1px solid #d9dee3 !important;
    border-radius: 0.375rem !important;
    background-color: #fff !important;
}

.select2-container--bootstrap5 .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
    padding-left: 0.85rem !important;
    color: #566a7f !important;
    font-size: 0.9375rem !important;
}

.select2-container--bootstrap5 .select2-selection--single .select2-selection__placeholder {
    color: #a1acb8 !important;
}

.select2-container--bootstrap5.select2-container--focus .select2-selection,
.select2-container--bootstrap5.select2-container--open .select2-selection {
    border-color: #F99B27 !important;
    box-shadow: 0 0 0 0.15rem rgba(249, 155, 39, 0.15) !important;
}

.select2-container--bootstrap5 .select2-dropdown {
    border: 1px solid #F99B27 !important;
    border-radius: 0.375rem !important;
    box-shadow: 0 0.25rem 1rem rgba(67, 89, 113, 0.12) !important;
}

.select2-container--bootstrap5 .select2-results__option {
    font-size: 0.9375rem !important;
    padding: 0.5rem 0.85rem !important;
}

.select2-container--bootstrap5 .select2-results__option.select2-results__option--highlighted,
.select2-container--bootstrap5 .select2-results__option--highlighted {
    background-color: #F99B27 !important;
    color: #fff !important;
}

.select2-container--bootstrap5 .select2-results__option.select2-results__option--selected,
.select2-container--bootstrap5 .select2-results__option--selected {
    background-color: rgba(249, 155, 39, 0.12) !important;
    color: #E08A1F !important;
    font-weight: 600 !important;
}

.select2-container--bootstrap5 .select2-results__option.select2-results__option--highlighted.select2-results__option--selected,
.select2-container--bootstrap5 .select2-results__option--highlighted.select2-results__option--selected {
    background-color: #F99B27 !important;
    color: #fff !important;
}

.select2-container--bootstrap5 .select2-selection__clear {
    color: #F99B27 !important;
}

.select2-container--bootstrap5 .select2-selection__clear:hover {
    color: #E08A1F !important;
}

.select2-container--bootstrap5 .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
}
