.swal-footer {
  background-color: rgb(245, 248, 250);
  margin-top: 32px;
  border-top: 1px solid #E9EEF1;
  overflow: hidden;
}
.swal-button {
  padding: 7px 19px;
  border-radius: 25px;
  background-color: #4962B3;
  border: 1px solid #3e549a;
}

.swal-modal {
  background-color: rgba(63,255,106,1);
  border: 3px solid white;
}

.swal-overlay {
  background-color: rgba(255, 99, 71, 0.5);
}

