.custom-select .select2-container--default.select2-container--focus .select2-selection--multiple {
    height: auto !important;
    min-height: 38px; /* or your preferred default */
    overflow-y: auto;
}
.custom-select .select2-selection--multiple {
    height: auto !important;
    min-height: 38px;
}


.custom-select .select2-container--default .select2-selection--multiple .select2-selection__choice__display{
    font-size:10px;
    padding-left: 13px;
}

.custom-select .select2-selection.select2-selection--multiple .select2-selection__rendered li.select2-selection__choice{
    line-height: 20px;
}

.custom-select .select2-selection.select2-selection--multiple .select2-selection__rendered li.select2-selection__choice .select2-selection__choice__remove{
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
}