.select2-selection {
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
    border-radius: var(--bs-border-radius) !important;
    background-clip: padding-box !important;
    background-color: var(--bs-body-bg) !important;
    color: var(--bs-body-color) !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
}

.select2-container--open .select2-dropdown {
    top: 4px !important;
}

.select2-dropdown--below {
    border: 1px solid #7F9DB9 !important;
    border-radius: 4px !important;
}
