.modal-header {
    background: #7344d5 !important;
    color: #fff !important;
}

.required-lbl {
    color: #ff0000 !important;
}

.muted-red {
    opacity: 0.7;
}

.snackbarError {
    background: rgba(255, 0, 0, 0.2) !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
    backdrop-filter: blur(5px) !important;
    -webkit-backdrop-filter: blur(5px) !important;
    border: 1px solid rgba(255, 0, 0, 0.3) !important;
}

.modal-footer {
    border-top: none;
    justify-content: center;
}

.requirements {
    background: linear-gradient(180deg, rgba(141, 103, 222, 0) 0%, rgba(141, 103, 222, 0.2) 100%);
}

#requirementTitle {
    color: #5B29C1;
}

/* Loader customization */
.loader {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    /* Adjust height as needed */
}

/* Optional: Add more space around loader */
.my-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}