//Main PHP
<style>
body {
padding-right: 0px !important;
}
.modal-open {
overflow: auto;
}
}
</style>
//Swal Fire
swal.fire({
backdrop : false,
title: 'Informasi',
icon: 'success',
html: data.pesan,
timer: 3500,
showConfirmButton: false
});