.swal2-container {
  z-index: 20000;
  line-height: 1.4;
}

.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
  background: transparent !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

.swal2-container.swal2-backdrop-hide {
  background: transparent !important;
}

.swal2-popup {
  width: 26rem;
  max-width: calc(100% - 2rem);
  padding: 1.25rem 1.25rem 1.15rem;
  border: 0;
  border-radius: 16px;
  background: #fff !important;
  color: #111;
  font-family: "Inter", "Montserrat", sans-serif;
  font-size: 0.92rem;
  line-height: 1.4;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18);
  opacity: 1 !important;
  overflow: hidden;
}

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  width: 3.4em;
  height: 3.4em;
  margin: 0.35rem auto 0.75rem;
  border-width: 0.25em;
  border-style: solid;
  border-radius: 50%;
  font-family: inherit;
  line-height: 3.4em;
}

.swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5em;
  line-height: 1;
}

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 0.5rem;
  padding: 0;
  color: #111 !important;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-transform: none;
}

.swal2-html-container {
  margin: 0.35rem 0.75rem 0;
  color: #333 !important;
  font-size: 0.88rem;
  line-height: 1.5;
  text-align: center;
}

.swal2-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin: 1rem auto 0;
  width: 100%;
}

.swal2-actions button {
  min-width: 78px;
  margin: 0;
  border: 0;
  border-radius: 8px;
  padding: 0.55rem 0.85rem;
  font: 600 0.85rem/1.2 "Inter", sans-serif;
}

.swal2-confirm {
  background: #ffd400 !important;
  color: #111 !important;
}

.swal2-cancel {
  background: #f0f0f0 !important;
  color: #111 !important;
}

.swal2-toast {
  width: 18rem !important;
  padding: 0.7rem 0.85rem;
  border-radius: 12px;
  background: #fff !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.14);
}

.swal2-container:has(.swal2-toast),
.swal2-container.swal2-top-end,
.swal2-container.swal2-top-right {
  background: transparent !important;
  pointer-events: none;
}

.swal2-container:has(.swal2-toast) .swal2-popup,
.swal2-container.swal2-top-end .swal2-popup,
.swal2-container.swal2-top-right .swal2-popup {
  pointer-events: auto;
}

.swal2-toast .swal2-icon {
  width: 1.75em;
  height: 1.75em;
  margin: 0 0.55rem 0 0;
  line-height: 1.75em;
}

.swal2-toast .swal2-icon .swal2-icon-content {
  font-size: 1.25em;
}

.swal2-toast .swal2-title {
  margin: 0;
  font-size: 0.9rem;
  text-align: left;
}

.swal2-toast .swal2-html-container {
  margin: 0.15rem 0 0;
  font-size: 0.8rem;
  text-align: left;
}
