.select2-container--bootstrap-5 .select2-selection--single {
    height: 43px;
    border-radius: 1rem;
    padding: 0.5rem 1rem;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__arrow {
    top: 10px;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__placeholder {
    color: #6c757d;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 20px;
}

.select2-container--bootstrap-5 .select2-selection--multiple {
    min-height: 43px;
    border-radius: 1rem;
    padding: 0.5rem 1rem;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__choice {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 1rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__choice__remove {
    /* margin-right: 0.5rem; */
    color: #6c757d;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear {
    margin-right: 0.25rem;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
    border-radius: 1rem !important;
}

.select2-container--bootstrap-5 .select2-dropdown {
    border-radius: 1rem;
}

