.swal2-confirm {
  border: 0 !important;
  border-radius: .25em !important;
  background: initial !important;
  background-color: rgb(53 97 192) !important;
  color: #fff !important;
  font-size: 1em !important;
}
.swal2-confirm:hover {
  background-color: rgb(37, 75, 160) !important;
}
.swal2-cancel {
  border: 0 !important;
  border-radius: .25em !important;
  background: initial !important;
  background-color: rgb(225 114 118) !important;
  color: #fff !important;
  font-size: 1em !important;
}
.swal2-cancel:hover {
  background-color: rgb(200, 80, 90) !important;
}
