/*!
 * Select2 Bootstrap 5 Theme v1.0.0
 * Based on Bootstrap 5.3.x
 */
.select2-container--bootstrap5 .select2-selection {
    border: 1px solid #dee2e6;
    border-radius: 6px;
    background-color: #fff;
}
.select2-container--bootstrap5 .select2-selection:focus {
    border-color: #ff6a00;
    outline: 0;
    box-shadow: none;
}
.select2-container--bootstrap5.select2-container--focus .select2-selection {
    border-color: #ff6a00;
    box-shadow: none;
}
.select2-container--bootstrap5.select2-container--disabled .select2-selection {
    background-color: #f8f9fa;
}
.select2-dropdown {
    border: 1px solid #dee2e6;
    border-radius: 6px;
    box-shadow: none;
}
.select2-results__option {
    padding: 6px 12px;
}
.select2-container--bootstrap5 .select2-search--dropdown .select2-search__field {
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 8px 12px;
}
.select2-container--bootstrap5 .select2-search--dropdown .select2-search__field:focus {
    border-color: #ff6a00;
    outline: 0;
    box-shadow: none;
}
.select2-results__option--selected {
    background-color: #fff3e0;
    color: #ff6a00;
}
.select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #ff6a00;
    color: #fff;
}
.select2-container--bootstrap5 .select2-selection--single .select2-selection__rendered {
    padding: 6px 12px;
    color: #333;
}
.select2-container--bootstrap5 .select2-selection--single .select2-selection__arrow {
    right: 12px;
}
.select2-container--bootstrap5 .select2-selection--multiple .select2-selection__rendered {
    padding: 4px 8px;
}
.select2-container--bootstrap5 .select2-selection--multiple .select2-selection__choice {
    background-color: #ff6a00;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 2px 8px;
}
.select2-container--bootstrap5 .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    opacity: 0.8;
}
.select2-container--bootstrap5 .select2-selection--multiple .select2-selection__choice__remove:hover {
    opacity: 1;
}
