.spinner-border {
    width: 3rem;
    height: 3rem;
}
.modal-dialog-custom-spinner {
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-content-custom-spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35%; /* Ensure it takes the full width of the dialog */
    height: 100%; /* Ensure it takes the full height of the dialog */
    padding: 20px; /* Add padding if necessary */
}