.ac_overlay{
display:none;
position:fixed;
z-index:999999;
left:0;
top:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.78);
overflow:auto;
}

.ac_modal{
width:520px;
max-width:94%;
background:#1b2129;
border:1px solid #7CFC00;
border-radius:14px;
box-shadow:0 0 25px rgba(124,252,0,0.18);
padding:18px;
color:#ddd;
font-family:Arial,sans-serif;
position:relative;
margin:25px auto;
box-sizing:border-box;
}

.ac_modal h2{
margin:0 0 16px 0;
color:#7CFC00;
font-size:28px;
font-weight:bold;
line-height:1.2;
}

.ac_close{
position:absolute;
right:16px;
top:12px;
color:#aaa;
cursor:pointer;
font-size:26px;
font-weight:bold;
line-height:1;
}

.ac_close:hover{
color:#fff;
}

.ac_input{
width:100%;
box-sizing:border-box;
padding:11px 13px;
background:#111;
border:1px solid #333;
color:#fff;
border-radius:7px;
font-size:15px;
outline:none;
}

.ac_wallet{
background:#0d0d0d;
border:1px solid #333;
border-radius:8px;
padding:12px;
word-break:break-all;
color:#fff;
font-size:15px;
line-height:1.35;
margin-top:6px;
}

.ac_amount{
font-size:26px;
color:#7CFC00;
font-weight:bold;
text-align:center;
margin:12px 0 18px 0;
line-height:1.2;
}

.ac_btn,
.ac_btn_cancel{
display:flex;
align-items:center;
justify-content:center;
width:100%;
box-sizing:border-box;
padding:13px 15px;
border:0;
border-radius:8px;
font-size:16px;
font-weight:bold;
line-height:1.2;
text-align:center;
cursor:pointer;
margin-top:10px;
font-family:Arial,sans-serif;
transition:0.15s;
}

.ac_btn{
background:#7CFC00;
color:#000;
}

.ac_btn:hover{
background:#92ff2f;
}

.ac_btn_cancel{
background:#4a4a4a;
color:#fff;
}

.ac_btn_cancel:hover{
background:#5b5b5b;
}

.ac_card{
background:#151a20;
border:1px solid #333;
border-radius:8px;
padding:10px;
margin-bottom:8px;
box-sizing:border-box;
}

.ac_notice{
color:#ffcc00;
font-size:13px;
line-height:1.45;
margin-top:14px;
text-align:center;
}

.ac_green{
color:#7CFC00;
}

.ac_yellow{
color:#ffcc00;
}

.ac_red{
color:#ff5555;
}

#ac_dep_qr{
display:none;
width:170px;
height:170px;
background:#fff;
padding:8px;
border-radius:8px;
box-sizing:border-box;
}

#ac_dep_status{
margin-top:14px;
text-align:center;
color:#ffcc00;
font-size:14px;
font-weight:bold;
line-height:1.4;
}

.ac_modal p{
margin:10px 0 6px 0;
font-size:15px;
}

.ac_modal b{
font-size:15px;
}