.swal2-popup button.swal2-styled {
  padding: 0.6rem 4rem !important;
  border-radius: 30px !important;
  outline: none !important;
  font-weight: normal !important;
  margin: 0.5rem !important;
}

.swal2-popup button:hover,
.swal2-popup button:active,
.swal2-popup button:focus {
  box-shadow: none !important;
  background-image: none !important;
}

.swal2-popup button.swal2-styled.swal2-confirm {
  background: #327bdb !important;
  color: #fff !important;
  border: none !important;
}

.swal2-popup button.swal2-styled.swal2-cancel {
  background: #fff !important;
  color: #8e8e8e !important;
  border: 1px solid #e7eafa !important;
}

.swal2-popup.redCancel>div>button.swal2-styled.swal2-cancel {
  background: #fff !important;
  color: #FF4545 !important;
  border: 1px solid #FF4545 !important;
}

.swal2-popup.warning .swal2-title {
  color: #232324 !important;
}

.swal2-popup.error .swal2-title {
  color: #232324 !important;
}

.swal2-popup .swal2-title {
  color: #327BDB !important;
}

.swal2-icon.swal2-warning {
  color: #ffc400 !important;
  border-color: #ffc400 !important;
}

.swal2-icon.swal2-success {
  color: #327bdb !important;
  border-color: #327bdb !important;
}

.swal2-icon.swal2-success [class^="swal2-success-line"] {
  background-color: #327bdb !important;
}

*::before ::after {
  --tw-ring-color: #327bdb !important;
  border-color: #327bdb !important;
}

.swal2-icon.swal2-success .swal2-success-ring {
  border: 0.25em solid #327bdb !important;
}

.swal2-popup.swal2-modal.swal2-show {
  border-radius: 15px !important;
  padding: 0;
  width: 600px !important;
}

.swal2-header {
  padding: 1.25rem;
}

#swal2-content {
  font-weight: bold;
}

.swal2-actions {
  padding: 0 1.25rem 1.25rem 1.25rem;
}

.swal2-container.swal2-shown {
  background-color: rgba(250, 250, 250, 0.9) !important;
  backdrop-filter: blur(6px);
}

.swal2-popup .swal2-validation-message {
  display: flex;
  justify-content: start !important;
  background-color: #FFFFFF !important;
}

.swal2-popup .swal2-validation-message::before {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  content: '' !important;
  background-color: #FFFFFF !important;
}

.swal2-popup .swal2-actions {
  display: block !important;
}