/* Custom CSS overrides for Django Admin with Jazzmin theme */

.select2-container--admin-autocomplete .select2-results__option--highlighted {
    background-color: #007bff !important;
    color: #ffffff !important;
}
