﻿.modal-backdrop {
    z-index: 99998 !important;
}

.modal {
    z-index: 99999 !important;
}

#customAlert .modal-content {
    background-color: #f7f9fc !important;
    border-radius: 12px;
    max-width: 520px;
}

.custom-alert-header {
    background-color: #0d6efd;
    color: #fff;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 15px 20px;
}

.custom-alert-body {
    padding: 20px;
}

.custom-alert-footer {
    padding-bottom: 15px;
}
