.modal-backdrop {
    display: none; /* Hidden by default */
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
    position: fixed; /* Fixed positioning to cover the entire viewport */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1050; /* Ensure it appears above most elements */
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-right: 40px;
}