.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
    border-radius: var(--bs-border-radius) !important;
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
    min-height: 38px !important;
    font-size: 1rem !important;
    line-height: 2 !important;
}

.select2-container .select2-selection--single {
    padding: 0 2.25rem 0 .75rem;
}

.select2-container .select2-selection--multiple {
    padding: .375rem .75rem;
}

.select2-selection__choice {
    margin-top: 0 !important;
    border-radius: var(--bs-border-radius) !important;
    border: 0 !important;
}

.select2-selection__rendered {
    color: var(--bs-body-color) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.select2-selection--single .select2-selection__rendered {
    line-height: 2.2 !important;
}

.select2-selection--multiple .select2-selection__rendered {
     line-height: 2 !important;
     vertical-align: middle;
}

.select2-selection--multiple .select2-search__field {
    margin-top: 0 !important;
}

.select2-selection__clear {
    margin: 0 !important;
}

.select2-selection__arrow {
    height: 36px !important;
    width: 36px !important;
}

.select2-selection__arrow b {
    display: none !important;
}

.select2-selection__arrow {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right .75rem center !important;
    background-size: 16px 12px !important;
}

.select2-dropdown {
    border-radius: var(--bs-border-radius) !important;
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
}

.form-select.is-invalid, .was-validated .form-select:invalid {
    border-color: var(--bs-form-invalid-border-color) !important;
}