.form-floating .select2-container--bootstrap-5 .select2-selection {
    min-height: calc(2.8em + (0.75rem + 2px)) !important;
    background-color: #dee2e6;
}
.form-floating .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    padding: 18px 0 0 1px !important;
}

.select2-dropdown {
    -webkit-box-shadow: -1px 19px 22px -4px rgba(191,191,191,1);
    -moz-box-shadow: -1px 19px 22px -4px rgba(191,191,191,1);
    box-shadow: -1px 19px 22px -4px rgba(191,191,191,1);
    background-color: #fbfbfb;
    border: 5px solid;
    border-color: rgba(13, 110, 253, 0.25) !important;
}

.select2 {
    width: 100% !important;
}

.form-floating .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered {
    margin-top: 30px;
}
