/* assets/css/select2-theme.css */

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    padding: 0.25rem;
    height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 2.5rem;
    padding-left: 0.75rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f59f1d;
    border-color: #f59f1d;
    color: white;
    border-radius: 0.375rem;
    padding: 0.25rem 0.5rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: white;
}

.select2-dropdown {
    border-color: #d1d5db;
    border-radius: 0.5rem;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #f59f1d;
    color: white;
}
