.select2-container--bootstrap4 .select2-selection--single {
    height: calc(1.8rem + 2px)!important;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered{
    line-height: 1.8rem!important;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder{
    line-height: 1.8rem!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 1.8rem!important;
}
.multiselect{
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}
button.multiselect.dropdown-toggle.btn.btn-light::after{
    right: 0.4rem; 
    margin-top: -.2rem;
}
.select2-container--default .select2-selection--single{
    height: calc(1.8rem + 2px)!important;
    padding: 3px 8px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 26px;
    right: 2px;
}