/* Select2 Dark Theme Styling */
.select2-container--default .select2-selection--single {
    background-color: transparent !important;
    border: 1px solid #cad1d7 !important;
    border-radius: 0.25rem !important;
    height: calc(1.428571em + 1rem + 2px) !important;
    padding: 0.5rem 0.7rem !important;
    font-size: 0.875rem !important;
    line-height: 1.428571 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: rgba(255,255,255, .8) !important;
    line-height: 1.428571 !important;
    padding: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: calc(1.428571em + 1rem) !important;
    right: 0.7rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #adb5bd !important;
}

/* Multiple Select Styling */
.select2-container--default .select2-selection--multiple {
    background-color: transparent !important;
    border: 1px solid #cad1d7 !important;
    border-radius: 0.25rem !important;
    height: calc(1.428571em + 1rem + 2px) !important;
    padding: 0.5rem 0.7rem !important;
    font-size: 0.875rem !important;
    line-height: 1.428571 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0 !important;
    color: rgba(255,255,255, .8) !important;
}

.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
    color: rgba(255,255,255, .8) !important;
    margin-top: 0 !important;
    height: auto !important;
    background: transparent !important;
    border: none !important;
    outline: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #adb5bd !important;
}

.select2-dropdown {
    background-color: #1e1e2f !important;
    border: 1px solid #cad1d7 !important;
    border-radius: 0.25rem !important;
}

.select2-container--default .select2-results__option {
    background-color: #1e1e2f !important;
    color: rgba(255,255,255, .8) !important;
    padding: 0.5rem 0.7rem !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #e14eca !important;
    color: #ffffff !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #344675 !important;
    color: #ffffff !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    background-color: #1e1e2f !important;
    border: 1px solid #cad1d7 !important;
    color: rgba(255,255,255, .8) !important;
    border-radius: 0.25rem !important;
    padding: 0.5rem 0.7rem !important;
}

/* Light mode overrides */
.white-content .select2-container--default .select2-selection--single {
    background-color: transparent !important;
    color: #222a42 !important;
    border: 1px solid rgba(29, 37, 59, 0.5) !important;
}

.white-content .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #222a42 !important;
}

.white-content .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: rgba(34, 42, 66, 0.4) !important;
}

body.white-content .select2-dropdown,
body.white-content .select2-results,
body.white-content .select2-results__options,
body.white-content .select2-container--default .select2-results,
body.white-content .select2-container--default .select2-results__options {
    background-color: #f5f6fa !important;
    border: 1px solid rgba(29, 37, 59, 0.5) !important;
    box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.05) !important;
}

body.white-content .select2-container--default .select2-results__option,
body.white-content .select2-container--default .select2-results__option:not([aria-selected]),
body.white-content .select2-container--default .select2-results__option[aria-selected=false] {
    background-color: #f5f6fa !important;
    color: #222a42 !important;
}

.white-content .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #e14eca !important;
    color: #ffffff !important;
}

.white-content .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f4f5f7 !important;
    color: #222a42 !important;
}

.white-content .select2-container--default .select2-search--dropdown .select2-search__field {
    background-color: #ffffff !important;
    color: #222a42 !important;
    border: 1px solid rgba(29, 37, 59, 0.5) !important;
}

/* Light mode overrides for multiple select */
.white-content .select2-container--default .select2-selection--multiple {
    background-color: transparent !important;
    border: 1px solid rgba(29, 37, 59, 0.5) !important;
}

.white-content .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    color: #222a42 !important;
}

.white-content .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
    color: #222a42 !important;
}

.white-content .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: rgba(34, 42, 66, 0.4) !important;
}