div:where(.swal2-container) div:where(.swal2-popup) {
  border-radius: 0px 30px !important;
  background-color: #fffcfc !important;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
  background-color: #2d2117 !important;
  border-radius: 0px 15px !important;
  padding-inline: 2em !important;
}
div:where(.swal2-icon).swal2-error {
  border-color: #ff0000 !important;
  color: #ff0000 !important;
}
div:where(.swal2-icon).swal2-error [class^="swal2-x-mark-line"] {
  background-color: #ff0000 !important;
}
div:where(.swal2-container) h2:where(.swal2-title) {
  color: #302318 !important;
}
div:where(.swal2-icon).swal2-success [class^="swal2-success-line"] {
  background-color: #48c700 !important;
}
div:where(.swal2-icon).swal2-success .swal2-success-ring {
  border: 0.25em solid rgb(165 220 134) !important;
}
