/* Select2 Dark Theme Overrides */
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    background-color: #2c2c2c;
    border: 1px solid #444;
    color: #eee;
    border-radius: 8px;
    height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #eee;
    line-height: 40px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #444;
    border: 1px solid #555;
    color: #eee;
}

.select2-dropdown {
    background-color: #2c2c2c;
    border: 1px solid #444;
    color: #eee;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    background-color: #333;
    border: 1px solid #555;
    color: #eee;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #4a90e2;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #3d3d3d;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
}
