.swal2-confirm,
.swal2-cancel {
  align-items: center !important;
  border-radius: 50px !important;
  color: #fff !important;
  cursor: pointer !important;
  display: flex !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  font-family: "Gotham", sans-serif !important;
  line-height: 1 !important;
  height: 50px !important;
  justify-content: center !important;
  padding: 13px 30px !important;
  transition: all 0.3s ease !important;
}

.swal2-modal {
  border-radius: 0 !important;
}

.swal2-icon-content {
  font-size: 2.5em !important;
}

h2.swal2-title {
  color: #231f20 !important;
  font-family: "Gotham", sans-serif;
  font-size: 30px;
  font-weight: 900;
}

.swal2-html-container {
  color: #231f20 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  font-family: "Montserrat", sans-serif !important;
}

.swal2-confirm {
  background: #8dc73f !important;
  color: #231f20 !important;
}

.swal2-cancel {
  background: #c14744 !important;
}

.swal2-cancel:hover,
.swal2-confirm:hover {
  background: #231f20 !important;
  color: #fff !important;
}

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

.swal2-error {
  border-color: #c14744 !important;
  color: #c14744 !important;
}

.swal2-success {
  border-color: #8dc73f !important;
  color: #8dc73f !important;
}
