@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css");

.swal-custom {
    border-radius: 18px;
    background: linear-gradient(135deg, #e8fdf5, #ffffff) !important;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    /* font-family: 'Segoe UI', sans-serif; */
    padding: 1.5em;
}

.swal-title {
    color: #253c53;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.swal-button {
    background-color: #253c53 !important;
    color: #fff !important;
    border-radius: 10px !important;
    padding: 10px 25px !important;
    font-size: 1rem;
    transition: background-color 0.3s ease;
}

.swal-button:hover {
    background-color: #152c42 !important;
    /* background-color: #e1b3b3 !important; */
}