#mufu-payment-modal{
position:fixed;
top:0;
left:0;
width:100vw;
height:100vh;
background:rgba(0,0,0,0.6);
z-index:9999999999999;
display:flex;
align-items:center;
justify-content:center;
}

.mufu-payment-content{
background:#fff;
width:500px;
max-width:90%;
padding:25px;
border-radius:10px;
box-shadow:0 10px 40px rgba(0,0,0,0.3);
position:relative;
z-index:99999999999999;
}