body .select2-container--default .select2-results {
    background-color: rgba(255,255,255,0.2);
}
body .select2-container--default .select2-dropdown{
        background-color: rgb(21 41 37) !important;
}
body .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: rgb(68 84 81);
    color: #fff;
}