.swal-modal .swal-title {
  color: #575757;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 25px 0;
  padding: 0;
  line-height: 40px;
  display: block; }

.swal-modal .swal-text {
  color: #797979;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  position: relative;
  text-align: inherit;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal; }

.swal-modal .swal-footer {
  text-align: center;
}


.swal-modal .swal-footer .swal-button {
  font-size: 17px;
  font-weight: 500;
  color: white;
  box-shadow: none !important;
}

.swal-modal .swal-footer .swal-button:focus {
  box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.swal-modal .swal-footer .swal-button--confirm {
  color: white;
  background-color: #8cd4f5;
}
.swal-modal .swal-footer .swal-button--confirm:hover {
  background-color: #87cceb;
  opacity: 0.5;
}

.swal-modal .swal-footer .swal-button--confirm:active {
  outline: none;
  box-shadow: none;
}

.swal-modal .swal-footer .swal-button--confirm:focus {
  outline: none;
  box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.swal-modal .swal-footer .swal-button--cancel {
  color: white;
  background-color: #C1C1C1;
}

.swal-modal .swal-footer .swal-button--cancel:active {
  outline: none;
  box-shadow: none;
}

.swal-modal .swal-footer .swal-button--cancel:hover {
  background-color: #b9b9b9;
  opacity: 0.5;
}

.swal-modal .swal-footer .swal-button--cancel:focus {
  outline: none;
  box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important;
}

.swal-modal .swal-footer .swal-send {
  color: white;
  background-color: #DD6B55;
}

.swal-modal .swal-footer .swal-send:active {
  outline: none;
  box-shadow: none;
}

.swal-modal .swal-footer .swal-send:hover {
  background-color: #D46752;
  opacity: 0.5;
}

.swal-modal .swal-footer .swal-send:focus {
  outline: none;
  box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}
