.select2-container--default .select2-selection--single {
    background-color: #2c333e !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #dedede !important;
    padding: 4px;
}

.select2-container--default .select2-selection--multiple,
.select2-dropdown {
    background-color: color(srgb 0.1916 0.219 0.2684) !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #046296 !important;
    border: 1px solid #716e8e !important;
    border-radius: 4px !important;
    cursor: default !important;
    float: left !important;
    margin-right: 5px !important;
    margin-top: 5px !important;
    padding: 0 5px !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #313844 !important;
}