.select2-container {
    display: block;
}

.select2-selection.select2-selection--single,
.select2-selection.select2-selection--multiple {
    border: 1px solid #e4e6fc !important;
    height: unset !important;
}

.select2-selection.select2-selection--single:focus,
.select2-selection.select2-selection--multiple:focus {
    border: 1px solid #b5bcf7 !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow,
.select2-container--default
    .select2-selection--multiple
    .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
}

.select2-selection__rendered,
.select2-search--inline {
    padding: 0.35rem 0;
}
