.swal2-popup {
  width: fit-content;
  max-width: 534px;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 32px;
  box-sizing: border-box;
}

.swal2-title {
  font-size: 20px;
  color: #23292c;
  padding: 2px 0 0;
  text-align: left;
  word-break: break-word;
  margin-bottom: 24px;
}

.swal2-close {
  width: 30px;
  height: 30px;
  color: transparent;
  background: url("/assets/sprites/icons.svg") -239px -352px;
}

.swal2-close:hover {
  color: transparent;
  background: url("/assets/sprites/icons.svg") -239px -352px var(--color-grey-3);
}

.swal2-html-container {
  max-height: 70vh;
  font-size: 16px;
  line-height: 22px;
  color: var(--color-ui-text);
  text-align: left;
  margin: 0 0 32px;
}

.swal2-actions {
  flex-direction: column;
  gap: 24px;
  justify-content: start;
  width: 100%;
  margin-top: 0;
}

.swal2-actions .swal2-styled {
  min-width: 191px;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--font-primary);
  border-radius: 30px;
  padding: 15px 24px;
  margin: 0;
  box-sizing: border-box;
}

.swal2-styled.swal2-confirm {
  background-color: var(--color-primary);
  border: unset;
}

.swal2-styled.swal2-confirm:hover {
  background-color: #ff9b69;
}

.swal2-styled.swal2-confirm:focus {
  box-shadow: none;
}

.swal2-styled.swal2-cancel {
  background-color: #fafafa;
  color: var(--color-navy);
  border: 1px solid var(--color-navy);
}

.swal2-styled.swal2-cancel:hover {
  border-color: #000000;
  color: #000000;
  background-color: #fafafa;
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: unset;
}

.swal2-icon {
  height: 16px;
  border: unset;
  margin: 0 0 8px;
}

.swal2-icon.swal2-warning {
  width: fit-content;
}

.swal2-icon.swal2-warning .swal2-icon-content {
  font-size: 12px;
  color: #23292c;
}

.swal2-icon.swal2-warning .swal2-icon-content::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("/images/sweetalert/warning.svg") no-repeat 50%;
  margin-bottom: 2px;
}
