.table tbody tr {
    --bs-table-bg: var(--background);   
}

span.select2-selection.select2-selection--single{
    background-color: var(--custom-background);
    background: var(--background);
}
span.select2-dropdown.select2-dropdown--above{
    background-color: var(--custom-background);
    background: var(--background);
}
.select2-container--default .select2-search--dropdown .select2-search__field{
    background-color: var(--custom-background);
    background: var(--background);
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: var(--text-color-ligt);
}
.select2-container--default .select2-results>.select2-results__options{
    background-color: var(--custom-background);
    background: var(--background);
    color: var(--text-color-ligt);
}
.select2-search--dropdown{
    background-color: var(--custom-background);
    background: var(--background);
}
.select2-search__field, .text-theme {
    color: var(--text-color-ligt);
}

select.form-control {
    background-color: var(--custom-background);
    background: var(--background);
    color: var(--text-color-ligt);
}

.text-theme {
    color: var(--text-color-ligt) !important;
}