.swal2-shown .app-body, .swal2-shown .page-guest-body {
  -webkit-filter: blur(8px);
          filter: blur(8px);
}
.swal2-shown .swal2-container {
  padding: 0;
  z-index: 9999;
}
.swal2-shown .modal {
    filter: blur(8px);
}
.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
    background-color: rgba(0,0,0,.64) !important;
}
.swal2-shown .swal2-popup {
  border-radius: 12px 12px 0 0;
}
@media (min-width: 576px) {
  .swal2-shown .swal2-popup {
    border-radius: 12px;
  }
}
.swal2-shown .swal2-popup.is-success {
  background-color: var(--miz-success-light);
}
.swal2-shown .swal2-popup.is-success .swal2-actions {
  border-color: var(--miz-success-medium);
}
.swal2-shown .swal2-popup.is-success .swal2-actions .swal2-confirm {
  background-color: var(--miz-success-primary);
}
.swal2-shown .swal2-popup.is-success .swal2-actions .swal2-cancel {
  background-color: var(--miz-success-medium);
  color: var(--miz-success-primary);
}
.swal2-shown .swal2-popup.is-warning {
  background-color: var(--miz-warning-light);
}
.swal2-shown .swal2-popup.is-warning .swal2-actions {
  border-color: var(--miz-warning-medium);
}
.swal2-shown .swal2-popup.is-warning .swal2-actions .swal2-confirm {
  background-color: var(--miz-warning-primary);
}
.swal2-shown .swal2-popup.is-warning .swal2-actions .swal2-cancel {
  background-color: var(--miz-warning-medium);
  color: var(--miz-warning-primary);
}
.swal2-shown .swal2-popup.is-danger {
  background-color: var(--miz-danger-light);
}
.swal2-shown .swal2-popup.is-danger .swal2-actions {
  border-color: var(--miz-danger-medium);
}
.swal2-shown .swal2-popup.is-danger .swal2-actions .swal2-confirm {
  background-color: var(--miz-danger-primary);
}
.swal2-shown .swal2-popup.is-danger .swal2-actions .swal2-cancel {
  background-color: var(--miz-danger-medium);
  color: var(--miz-danger-primary);
}
.swal2-shown .swal2-popup.is-primary {
  background-color: var(--miz-primary);
}
.swal2-shown .swal2-popup.is-primary .swal2-content h2, .swal2-shown .swal2-popup.is-primary .swal2-content p, .swal2-shown .swal2-popup.is-primary .swal2-content a {
  color: #ffffff;
}
.swal2-shown .swal2-popup.is-primary .swal2-content a {
  text-decoration: underline;
}
.swal2-shown .swal2-popup.is-primary .swal2-actions {
  border-color: var(--miz-primary-l2);
}
.swal2-shown .swal2-popup.is-primary .swal2-actions .swal2-confirm {
  background-color: var(--miz-primary-l4);
}
.swal2-shown .swal2-popup.is-primary .swal2-actions .swal2-cancel {
  background-color: var(--miz-primary-l2);
}
.swal2-shown .swal2-popup.is-secondary {
  background-color: var(--miz-second);
}
.swal2-shown .swal2-popup.is-secondary .swal2-content h2, .swal2-shown .swal2-popup.is-secondary .swal2-content p, .swal2-shown .swal2-popup.is-secondary .swal2-content a {
  color: var(--miz-primary);
}
.swal2-shown .swal2-popup.is-secondary .swal2-content a {
  text-decoration: underline;
}
.swal2-shown .swal2-popup.is-secondary .swal2-actions {
  border-color: #cfa327;
}
.swal2-shown .swal2-popup.is-secondary .swal2-actions .swal2-confirm {
  background-color: var(--miz-primary);
}
.swal2-shown .swal2-popup.is-secondary .swal2-actions .swal2-cancel {
  background-color: var(--miz-second);
  border: 1px solid var(--miz-primary);
  color: var(--miz-primary);
}
.swal2-shown .swal2-popup .swal2-header {
  display: none;
}
.swal2-shown .swal2-popup .swal2-content {
  padding: 0;
}
.swal2-shown .swal2-popup .swal2-content h2 {
  font-size: 24px;
  margin-bottom: 32px;
}
.swal2-shown .swal2-popup .swal2-content p {
  font-size: 16px;
  line-height: 1.6;
}
.swal2-shown .swal2-popup .swal2-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 16px 0 0;
  margin: 16px -16px 0;
  border-top: 1px solid var(--miz-blue-grey-white);
  width: calc(100% + 32px);
}
.swal2-shown .swal2-popup .swal2-actions .swal2-confirm,
.swal2-shown .swal2-popup .swal2-actions .swal2-cancel {
  border-radius: 48px;
  padding: 0 16px;
  margin: 0;
  line-height: 48px;
  height: 48px;
  min-width: 128px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.swal2-shown .swal2-popup .swal2-actions .swal2-confirm:focus,
.swal2-shown .swal2-popup .swal2-actions .swal2-cancel:focus {
  -webkit-box-shadow: 0px 8px 24px -8px rgba(0, 0, 0, 0.32);
          box-shadow: 0px 8px 24px -8px rgba(0, 0, 0, 0.32);
}
.swal2-shown .swal2-popup .swal2-actions .swal2-confirm {
  background-color: var(--miz-primary);
}
.swal2-shown .swal2-popup .swal2-actions .swal2-cancel {
  background-color: var(--miz-blue-grey-light);
}
.swal2-shown .swal2-popup.swal2-modal.swal2-show {
  margin-bottom: 0 !important;
}
@media (min-width: 576px) {
  .swal2-shown .swal2-popup.swal2-modal.swal2-show {
    margin-bottom: auto !important;
  }
}/*# sourceMappingURL=global-sweet.css.map */