.select2-container--default .select2-selection--single {
    background-color: #292929;
    border: 1px solid #585858;
    border-radius: 5px;
    color: #fff;
    height: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    line-height: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}

.select2-dropdown {
    background-color: #292929;
    border: 1px solid #585858;
    color: #fff;
}

.select2-results__option {
    color: #000;
}

.select2-results__option--highlighted {
    background-color: #585858 !important;
}
