.swal-title {
  margin: 0px;
  font-size: 16px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.21);
  margin-bottom: 38px;
}
.swal-footer {
background-color: rgb(245, 248, 250);
margin-top: 32px;
border-top: 1px solid #E9EEF1;
overflow: hidden;
}
.swal-overlay {
  background-color: rgba(0, 0, 0, 0.4) !important;
  backdrop-filter: blur(8px);
}

.swal-modal.modern-swal {
  border-radius: 16px !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  font-family: 'Segoe UI', sans-serif;
}

.swal-title {
  font-size: 20px;
  color: #333;
}

.swal-text {
  font-size: 16px;
  color: #555;
}

.swal-button--confirm {
  background-color: #0078D4 !important; /* color Windows 11 */
  border-radius: 8px;
  font-weight: 600;
  padding: 8px 20px;
  transition: background-color 0.2s ease-in-out;
}

.swal-button--confirm:hover {
  background-color: #005FA3 !important;
}
