﻿html[data-bs-theme=dark] .select2-container--default .select2-selection--multiple, html[data-bs-theme=dark] .select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 1px solid #ffffff40;
    color: #ffffffbf
}

html[data-bs-theme=dark] .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #333;
    border: 1px solid #555;
    color: #ffffffbf
}

html[data-bs-theme=dark] .select2-container--default .select2-search__field {
    background-color: transparent;
    color: #ffffffbf
}

html[data-bs-theme=dark] .select2-container--default .select2-results__option {
    background-color: #333;
    color: #ffffffbf
}

html[data-bs-theme=dark] .select2-container--default .select2-results__option--highlighted {
    background-color: #3f3e3ec4;
    color: #000
}
