bg color option select2 code example
Example: select2 option background-color
.select2-container--default .select2-results__option--highlighted[aria-selected] {
background-color: yellowgreen;
color: white;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
background-color: yellowgreen;
color: white;
}