ANTI FRAUD
Selasa, 30 September 2025
<!-- POPUP SELALU MUNCUL -->
<div id="popupOverlay" style="
position:fixed;
top:0; left:0;
width:100%; height:100%;
background:rgba(0,0,0,0.5);
display:flex; /* langsung tampil */
justify-content:center;
align-items:center;
z-index:9999;
">
<div style="
background:#fff;
padding:20px;
border-radius:10px;
max-width:400px;
width:90%;
text-align:center;
box-shadow:0 4px 15px rgba(0,0,0,0.3);
">
<h2>⚠️ Anjuran Anti Fraud</h2>
<p>Dilarang memberikan hadiah dalam bentuk apapun kepada pegawai Bank.</p>
<button onclick="document.getElementById('popupOverlay').style.display='none'" style="
margin-top:10px;
padding:8px 15px;
border:none;
border-radius:5px;
background:#007BFF;
color:#fff;
cursor:pointer;
">
Tutup
</button>
</div>
</div>
<!-- /POPUP -->