.select2-container .select2-selection.select2-selection--single {
    padding: .47rem .75rem;
    height: 38.61px;
}

.select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.5;
}

.select2-container .select2-selection.select2-selection--single .select2-selection__arrow {
    height: 38.61px;
}


.select2-container--bootstrap .select2-selection--multiple{
    box-shadow: none;
    min-height: calc(38.61px - 5px);
    border: var(--bs-border-width) solid #ccc !important;
}

.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
    box-shadow: none;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    margin: 5px 0 0 6px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
    line-height: 1.8;
    padding-bottom: 5px;
}