/* Select2 Dark Theme for Authentication Pages */
.select2-container--bootstrap-5 .select2-selection {
    min-height: 38px;
    padding: 0.75rem;
    border: 1px solid rgba(76,201,255,.3) !important;
    border-radius: 0.375rem;
    background: rgba(0,0,0,.2) !important;
}

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

.select2-container--bootstrap-5 .select2-selection__arrow {
    height: 100%;
    top: 0;
}

.select2-container--bootstrap-5 .select2-selection__arrow b {
    border-color: rgba(76,201,255,.6) transparent transparent transparent;
}

.select2-container--bootstrap-5.select2-container--open .select2-selection__arrow b {
    border-color: transparent transparent rgba(76,201,255,.6) transparent;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-color: #4cc9ff !important;
    box-shadow: 0 0 0 0.2rem rgba(76,201,255,.25) !important;
    background: rgba(0,0,0,.4) !important;
}

.select2-dropdown {
    border: 1px solid rgba(76,201,255,.3);
    border-radius: 0.375rem;
    background: rgba(19,26,42,0.95) !important;
    backdrop-filter: blur(8px);
    box-shadow: 0 0 40px rgba(76,201,255,.15);
}

.select2-container--bootstrap-5 .select2-search--dropdown .select2-search__field {
    border: 1px solid rgba(76,201,255,.3);
    border-radius: 0.375rem;
    background: rgba(0,0,0,.2) !important;
    color: #e9eefb !important;
    padding: 0.5rem;
}

.select2-container--bootstrap-5 .select2-search--dropdown .select2-search__field:focus {
    background: rgba(0,0,0,.4) !important;
    border-color: #4cc9ff;
    box-shadow: 0 0 0 0.2rem rgba(76,201,255,.25);
    outline: none;
}

.select2-results__option {
    background-color: transparent !important;
    color: #8aa0c4 !important;
    padding: 0.5rem 0.75rem;
}

.select2-results__option--highlighted {
    background: rgba(76,201,255,.2) !important;
    color: #4cc9ff !important;
}

.select2-results__option--selected {
    background: rgba(76,201,255,.15) !important;
    color: #4cc9ff !important;
}

.select2-container--bootstrap-5 .select2-selection__placeholder {
    color: #8aa0c4 !important;
    opacity: 0.6;
}
