/* ==== Light Theme (default) ==== */
.select2-container--bootstrap-5 .select2-selection {
    background-color: #fff;
    color: #212529;
    border-color: #ced4da;
    border-radius: 0.5rem;
    min-height: 38px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.select2-container--bootstrap-5 .select2-selection--single {
    padding: 0.375rem 0.75rem;
}

.select2-container--bootstrap-5
    .select2-selection--single
    .select2-selection__rendered {
    color: #607080;
    line-height: 1.5;
    padding: 0;
}

.select2-container--bootstrap-5
    .select2-selection--single
    .select2-selection__placeholder {
    color: #6c757d;
}

.select2-container--bootstrap-5
    .select2-selection--single
    .select2-selection__arrow {
    height: 100%;
    right: 0.75rem;
}

.select2-container--bootstrap-5 .select2-dropdown {
    border-radius: 0.75rem;
    overflow: hidden;
}

.select2-container--bootstrap-5 .select2-search__field {
    border-radius: 0.5rem;
}

.select2-container--bootstrap-5 .select2-results__option {
    background-color: #fff;
    color: #212529;
}

.select2-container--bootstrap-5
    .select2-dropdown
    .select2-results__options
    .select2-results__option.select2-results__option--selected,
.select2-container--bootstrap-5
    .select2-dropdown
    .select2-results__options
    .select2-results__option[aria-selected="true"]:not(
        .select2-results__option--highlighted
    ) {
    color: #fff;
    background-color: #3f8c5a;
}

/* Fokus / dropdown terbuka di LIGHT MODE */
.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
    color: #607080;
    background-color: #fff;
    border-color: #9fc6ad;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(63, 140, 90, 0.25);
}

.select2-container--bootstrap-5 .select2-selection.is-invalid,
.select2-container--bootstrap-5.select2-container--focus
    .select2-selection.is-invalid,
.select2-container--bootstrap-5.select2-container--open
    .select2-selection.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.15);
}

/* Kolom pencarian di dropdown ketika fokus - LIGHT */
.select2-container--bootstrap-5
    .select2-dropdown
    .select2-search
    .select2-search__field:focus {
    color: #607080;
    background-color: #fff;
    border-color: #9fc6ad;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(63, 140, 90, 0.25);
}

/* ============================
   SELECT2 Bootstrap 5 - Dark Theme
   ============================ */

html[data-bs-theme="dark"] .select2-container--bootstrap-5 .select2-selection {
    background-color: #1b1b29;
    color: #c2c2d9;
    border-color: #4b4b68;
}

html[data-bs-theme="dark"]
    .select2-container--bootstrap-5
    .select2-selection__rendered {
    color: #c2c2d9;
}

html[data-bs-theme="dark"]
    .select2-container--bootstrap-5
    .select2-selection__placeholder {
    color: #8f93b0;
}

html[data-bs-theme="dark"]
    .select2-container--bootstrap-5
    .select2-selection__arrow
    b {
    border-color: #c2c2d9 transparent transparent transparent;
}

html[data-bs-theme="dark"] .select2-container--bootstrap-5 .select2-dropdown {
    background-color: #1b1b29;
    border-color: #4b4b68;
}

html[data-bs-theme="dark"]
    .select2-container--bootstrap-5
    .select2-results__option {
    background-color: #1b1b29;
    color: #f8f9fa;
}

html[data-bs-theme="dark"]
    .select2-container--bootstrap-5
    .select2-dropdown
    .select2-results__options
    .select2-results__option.select2-results__option--selected,
.select2-container--bootstrap-5
    .select2-dropdown
    .select2-results__options
    .select2-results__option[aria-selected="true"]:not(
        .select2-results__option--highlighted
    ) {
    color: #fff;
    background-color: #3f8c5a;
}

html[data-bs-theme="dark"]
    .select2-container--bootstrap-5
    .select2-dropdown
    .select2-search
    .select2-search__field {
    background-color: #1b1b29;
    color: #c2c2d9;
    border: 1px solid #4b4b68;
}

html[data-bs-theme="dark"]
    .select2-container--bootstrap-5
    .select2-dropdown
    .select2-search
    .select2-search__field:focus {
    background-color: #1b1b29;
    color: #c2c2d9;
    border-color: #4b4b68;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(63, 140, 90, 0.25);
}

html[data-bs-theme="dark"]
    .select2-container--bootstrap-5.select2-container--focus
    .select2-selection,
html[data-bs-theme="dark"]
    .select2-container--bootstrap-5.select2-container--open
    .select2-selection {
    border-color: #4b4b68;
    box-shadow: 0 0 0 0.25rem rgba(63, 140, 90, 0.25);
}

html[data-bs-theme="dark"]
    .select2-container--bootstrap-5.select2-container--disabled
    .select2-selection {
    background-color: #2c2f33;
    color: #6c757d;
    cursor: not-allowed;
}

html[data-bs-theme="dark"]
    .select2-container--bootstrap-5
    .select2-selection__clear {
    color: #adb5bd;
}

html[data-bs-theme="dark"]
    .select2-container--bootstrap-5
    .select2-selection.is-invalid,
html[data-bs-theme="dark"]
    .select2-container--bootstrap-5.select2-container--focus
    .select2-selection.is-invalid,
html[data-bs-theme="dark"]
    .select2-container--bootstrap-5.select2-container--open
    .select2-selection.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.2);
}
