select.select2-hidden-accessible {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.select2-container--bootstrap-5 .select2-dropdown {
    z-index: 1060 !important;
}

.select2-container--bootstrap-5.select2-container--open {
    z-index: 1061 !important;
}

.modal-body .select2-container--bootstrap-5 {
    width: 100% !important;
}

.select2-container--bootstrap-5 .select2-selection--single {
    height: auto !important;
}
