.swal2-popup {
  background: #000000ad;
  backdrop-filter: blur(5px);
}
.swal2-popup::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border: 3px solid transparent;
  border-radius: 10px;
  background-image: linear-gradient(348deg, #242324, #100406),
    linear-gradient(
      180deg,
      #a78059 -30%,
      #f2d7a9 22%,
      #715236 72%,
      #f1bb73 112%
    );
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.swal2-popup-loader {
  background: none !important;
  backdrop-filter: none !important;
  border: none !important;
  border-radius: 0px !important;
}

.swal2-popup-loader::before {
  background-image: none !important;
}

.scale-up-center {
  animation: scale-up-center 1.5s linear infinite ;
}

@keyframes scale-up-center {
  0% {
      transform: scale(0.5);
  }
  100% {
      transform: scale(1);
  }
}

.swal2-title {
  color: #fff;
}
.swal2-html-container {
  color: #fff;
  text-align: center;
}
.swal2-styled.swal2-confirm {
  background: var(--primary);
  border: 2px solid #fde97d;
  border-radius: 10px;
}
.swal2-icon.swal2-success
  [class^="swal2-success-circular-line"][class$="left"] {
  background: 0 0 !important;
}
.swal2-success-circular-line-right {
  background: 0 0 !important;
}
.swal2-icon.swal2-success .swal2-success-fix {
  background: 0 0 !important;
}
.swal2-icon.swal2-success .swal2-success-ring {
  border: 0.25em solid rgb(164 219 134);
}
.swal2-title {
  z-index: 1;
}
