.select2-container {
    width: 100% !important;
    color-scheme: only light !important;
}

.select2-container,
.select2-container * {
    color-scheme: only light !important;
}

.select2-container--default .select2-selection--single {
    align-items: center;
    background: #fffdf5 !important;
    border: 1px solid #211f1f !important;
    border-radius: 8px;
    display: flex;
    height: 48px;
    padding: 0 .65rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #211f1f !important;
    -webkit-text-fill-color: #211f1f !important;
    line-height: 48px;
    padding-left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px;
    right: 8px;
}

.select2-dropdown {
    background: #fffdf5 !important;
    border: 1px solid #211f1f !important;
    border-radius: 8px;
    color: #211f1f !important;
    -webkit-text-fill-color: #211f1f !important;
    overflow: hidden;
}

.select2-search--dropdown {
    padding: .5rem;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    background: #fffdf5 !important;
    border: 1px solid #211f1f !important;
    border-radius: 8px;
    color: #211f1f !important;
    -webkit-text-fill-color: #211f1f !important;
    outline: 0;
    padding: .55rem .7rem;
}

.select2-results__option {
    background: #fffdf5 !important;
    color: #211f1f !important;
    -webkit-text-fill-color: #211f1f !important;
    padding: .65rem .8rem;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--selected {
    background: #b7dfe6 !important;
    color: #211f1f !important;
    -webkit-text-fill-color: #211f1f !important;
}
