.select2-container {
    font-size: 0.875rem;
}

.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
    min-height: 42px;
    border: 1px solid #d1d5db !important;
    border-radius: 0.5rem !important;
    background-color: #fff !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
    color: #111827 !important;
    padding-right: 0.75rem !important;
    padding-left: 2rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
    left: 0.5rem !important;
    right: auto !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #6b7280 transparent transparent transparent !important;
}

.select2-container--default.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #93c5fd !important;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2) !important;
}

.select2-dropdown {
    border: 1px solid #d1d5db !important;
    border-radius: 0.5rem !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -4px rgba(0, 0, 0, 0.08) !important;
}

.modal .select2-container--open {
    z-index: 2000 !important;
}

.select2-search--dropdown .select2-search__field {
    border: 1px solid #d1d5db !important;
    border-radius: 0.5rem !important;
    padding: 0.5rem 0.75rem !important;
}

.select2-results__option {
    padding: 0.5rem 0.75rem !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #eff6ff !important;
    color: #1d4ed8 !important;
}

.select2-container--default .select2-results__option--selected {
    background-color: #f3f4f6 !important;
    color: #111827 !important;
}
