body {
    animation: fadeInPage 3.2s ease-out forwards;
    opacity: 0;
  }

  @keyframes fadeInPage {
    to {
      opacity: 1;
    }
  }
/* ===============================
   SWEETALERT PREMIUM BUTTONS
================================ */

.swal-confirm-btn {
    background: linear-gradient(135deg, #1F3BB3, #3556ff);
    color: #fff;
    border: none;
    padding: 12px 26px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.3px;
    transition: all 0.25s ease;
    box-shadow: 0 6px 18px rgba(31, 59, 179, 0.25);
}

.swal-confirm-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(31, 59, 179, 0.35);
}

/* ===============================
   CUSTOM BLUE LOADER
================================ */

.swal2-loader {
    border-color: #e5e7eb transparent #e5e7eb transparent !important;
}

.swal2-loader:after {
    border-color: #1F3BB3 transparent #1F3BB3 transparent !important;
}