/* Dark theme for Select2 teacher dropdown */
.pm-teacher-select .select2-container--default .select2-selection--single,
.gfield.pm-teacher-select .select2-container--default .select2-selection--single {
    background-color: #000000ff !important;
    border: 1px solid #555 !important;
    border-radius: 4px !important;
    min-height: 38px !important;
    padding: 8px 12px !important;
}

.pm-teacher-select .select2-container--default .select2-selection--single .select2-selection__rendered,
.gfield.pm-teacher-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #f0f0f0 !important;
    line-height: normal !important;
    padding: 0 !important;
}

.pm-teacher-select .select2-container--default .select2-selection--single .select2-selection__placeholder,
.gfield.pm-teacher-select .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #ffffffff !important;
}

.pm-teacher-select .select2-container--default .select2-selection--single .select2-selection__arrow b,
.gfield.pm-teacher-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #f0f0f0 transparent transparent transparent !important;
}

body .select2-dropdown.select2-dropdown--below,
body .select2-container--default.select2-container--open .select2-dropdown {
    background-color: #000000ff !important;
    border: 1px solid #555 !important;
}

body .select2-results,
body .select2-results__options {
    background-color: #000000ff !important;
    max-height: 400px !important;
}

body .select2-container--default .select2-results__option,
body .select2-results__option {
    background-color: #000000ff !important;
    color: #f0f0f0 !important;
    padding: 4px 12px !important;
    line-height: 1.3 !important;
    transition: background-color 0.15s ease !important;
}

body .select2-container--default .select2-results__option--highlighted[aria-selected],
body .select2-container--default .select2-results__option--highlighted {
    background-color: #5f5f5fff !important;
    color: #fff !important;
}

body .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #555555ff !important;
    padding: 6px 12px !important;
}

body .select2-search--dropdown .select2-search__field {
    background-color: #000000ff !important;
    border: 1px solid #555 !important;
    color: #f0f0f0 !important;
}

body .select2-results__option[aria-disabled="true"] {
    background-color: #414141ff !important;
    font-weight: 600 !important;
    color: #ffffffff !important;
    cursor: default !important;
    padding: 6px 12px !important;
    font-size: 16px !important;
    border-top: 1px solid #444 !important;
    border-bottom: 1px solid #444 !important;            
}

body .select2-results__option:not([aria-disabled="true"]) {
    padding-left: 24px !important;
}
