.bd-searchable-select + .select2-container .select2-selection--single {
    min-height: 46px;
    border: 1px solid #d9dee8;
    border-radius: 8px;
}

.bd-searchable-select + .select2-container .select2-selection__rendered {
    line-height: 44px;
    padding-left: 14px;
}

.bd-searchable-select + .select2-container .select2-selection__arrow {
    height: 44px;
}

.bd-searchable-select.is-invalid + .select2-container .select2-selection--single {
    border-color: #dc3545;
}

.select2-container {
    max-width: 100%;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    min-height: 40px;
    border-radius: 6px;
}

.select2-dropdown {
    z-index: 1060;
}

@media (max-width: 575.98px) {
    .select2-container--open .select2-dropdown {
        max-width: calc(100vw - 30px);
    }
}
