.multiselect-container {
    transform: none !important;
    top: 34px !important;
}

/* CSS for the parent container */
.spinner-parent {
    position: relative;
    width: 100%; /* Adjust as needed */
    height: 100%; /* Adjust as needed */
}

/* CSS for the spinner and centered text */
.spinner-border-full {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8); /* Light background */
}

.spinner-border.text-primary > .sr-only {
    margin-top: -1.5rem; /* Adjust based on spinner size for vertical centering */
}