.swal-footer {
  background-color: white;
  margin-top: 32px;
  /*border-top: 1px solid rgb(225, 225, 225);*/
  overflow: hidden;
}
/*
.swal-button {
  padding: 7px 19px;
  border-radius: 2px;
  background-color: #4962B3;
  font-size: 12px;
  border: 1px solid #3e549a;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}
*/

.swal-button--confirm {
  font-weight: 400;
}

.swal-button--cancel {
  font-weight: 400;
}

.swal-button--danger {
  font-weight: 400;
}

.swal-title {
  color: rgba(0,0,0,.65);
  font-weight: 500;
  text-transform: none;
  position: relative;
  display: block;
  padding: 13px 16px;
  font-size: 27px;
  line-height: normal;
  text-align: center;
  margin-bottom: 0;
}