.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}

.select2-dropdown {
    color: white;
    background-color: #191919;
}

.select2-selection__rendered {
    color: white;
    background-color: #191919;
}

.select2-search {
    color: white;
    background-color: #191919;
}

.select2-search input {
    color: white;
    background-color: #191919;
}

.select2-results {
    color: white;
    background-color: #191919;
}

.select2-results__option--highlighted {
    color: white;
    background-color: #191919;
}

.select2-results__option[aria-selected=true] {
    color: white;
    background-color: #191919;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: white;
    background-color: #191919;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #15cd72;
    color: white;
}