.swal-popup {
  width: 90vw;
  max-width: 600px;
  border-radius: 1rem;
  -webkit-border-radius: 2rem;
}

.swal-btn {
  width: 8rem;
  height: 3rem;
  padding: 0;
  /* margin-top: 1rem; */
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: .25px;
  border-radius: 1.2rem;
  -webkit-border-radius: 1.5rem;
  cursor: pointer;
  border: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.swal-successbtn {
  color: #fff;
  background-color: #ca5600;
}

.swal-successbtn:active {
  background-color: #8f4207;
  transform: translateY(4px);
}

button:focus {
  outline: none !important;
}