html[data-bs-theme=dark] .select2-selection {
    background-color: #1b1b29;
    border: 1px solid #35354f;
    color: #c2c2d9;
}

html[data-bs-theme=dark] .select2-selection__placeholder,
html[data-bs-theme=dark] .select2-selection__rendered {
    color: #c2c2d9 !important;
}

html[data-bs-theme=dark] .select2-dropdown,
html[data-bs-theme=dark] .select2-results__option--selected {
    background-color: #1b1b29;
}

html[data-bs-theme=dark] .select2-search input {
    background-color: #1b1b29;
}

html[data-bs-theme=dark] .select2-dropdown ul,
html[data-bs-theme=dark] .select2-dropdown ol {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
}