/*!
 * SweetAlert2 11.7.0 - Standalone RTL Offline Style
 */
.swal2-container {
  display: flex;
  position: fixed;
  z-index: 3000;
  inset: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  background: rgba(15, 23, 42, 0.65);
  backdrop-filter: blur(4px);
  font-family: 'Cairo', 'Tajawal', sans-serif;
  direction: rtl;
}

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  grid-template-columns: minmax(0, 100%);
  width: 32em;
  max-width: 100%;
  padding: 1.75em;
  border: none;
  border-radius: 20px;
  background: #ffffff;
  color: #1e293b;
  font-size: 1rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  text-align: center;
}

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #0f172a;
  font-size: 1.5em;
  font-weight: 800;
  text-align: center;
  word-wrap: break-word;
}

.swal2-html-container {
  z-index: 1;
  justify-content: center;
  margin: 0.5em 0 1.2em;
  padding: 0;
  color: #475569;
  font-size: 1.05em;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  word-wrap: break-word;
}

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 0.5em auto 1.2em;
  border: 0.25em solid transparent;
  border-radius: 50%;
  border-color: #000;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  user-select: none;
}

.swal2-icon.swal2-success {
  border-color: #a7f3d0;
  color: #059669;
  background-color: #ecfdf5;
}
.swal2-icon.swal2-success::before {
  content: '✓';
  font-size: 3em;
  font-weight: bold;
}

.swal2-icon.swal2-error {
  border-color: #fca5a5;
  color: #dc2626;
  background-color: #fef2f2;
}
.swal2-icon.swal2-error::before {
  content: '✕';
  font-size: 3em;
  font-weight: bold;
}

.swal2-icon.swal2-warning {
  border-color: #fde68a;
  color: #d97706;
  background-color: #fffbeb;
}
.swal2-icon.swal2-warning::before {
  content: '!';
  font-size: 3em;
  font-weight: bold;
}

.swal2-icon.swal2-info {
  border-color: #bfdbfe;
  color: #2563eb;
  background-color: #eff6ff;
}
.swal2-icon.swal2-info::before {
  content: 'i';
  font-size: 3em;
  font-weight: bold;
}

.swal2-actions {
  display: flex;
  z-index: 1;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0;
  gap: 0.75em;
}

.swal2-styled {
  margin: 0;
  padding: 0.7em 2em;
  transition: all 0.2s ease;
  border: 0;
  border-radius: 12px;
  background: initial;
  color: #fff;
  font-size: 1em;
  font-weight: 800;
  cursor: pointer;
}

.swal2-styled.swal2-confirm {
  background-color: #2563eb;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}
.swal2-styled.swal2-confirm:hover {
  background-color: #1d4ed8;
}

.swal2-styled.swal2-cancel {
  background-color: #64748b;
}
.swal2-styled.swal2-cancel:hover {
  background-color: #475569;
}
