File: //home/arjun/projects/buyercall/buyercall/assets/styles/2021-theme/css/main-dark.css
.select2-results__option,
span.select2.select2-container.select2-container--default.select2-container--focus,
.select2-container--default.select2-container--open.select2-container--below
.select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
.select2-selection--multiple,
span.select2-selection.select2-selection--multiple {
color: #bfc8e2;
background-color: #2e3446;
background-clip: padding-box;
border: 1px solid #32394e;
}
.select2-selection__choice {
color: #000;
}
.select2-container--default .select2-results__option[aria-selected='true'] {
background-color: #32394e;
}
.modal-dialog-slideout .modal-content {
background-color: #222736;
}
.modal-dialog-slideout .modal-header {
background-color: #2a3042;
}