<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/css/select2.min.css" type="text/css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/select2-bootstrap-5-theme@1.3.0/dist/select2-bootstrap-5-theme.min.css" type="text/css" />
<style>
.bootstrap-select .dropdown-menu {
background-color: rgba(255, 255, 255, 0.9) !important;
}
.bootstrap-select .dropdown-menu .notify {
background-color: rgba(255, 255, 255, 0.9) !important;
}
.bootstrap-select .no-results {
background-color: rgba(255, 255, 255, 0.9) !important;
}
.select2-container--bootstrap-5 .select2-selection {
background-color: inherit !important;
}
</style>