.swal2-popup .swal2-close {
    outline: none !important;
}
.swal2-popup .swal2-title {
   font-size: 28px !important;
}
.swal2-popup #swal2-content {
    font-size: 15px !important;
    padding: 25px !important;
}
.swal2-popup #swal2-content .btn {
    margin: 15px auto !important;
    width: 250px !important;
}
.swal2-container.swal2-shown {
  z-index:99999
}
.btn-success, .btn-success:hover {
  color: #fff !important
}
/* body > *:not(.swal2-container) {
  filter: blur(3px);
} */
.swal2-popup .swal2-header {
  margin-top: 20px;
}