
/* v8.6.25 withdrawal form and frontend card setting final fix */
.sm-withdrawal-summary-cards{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;margin-bottom:16px!important}
.sm-withdrawal-form{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important;align-items:start!important}
.sm-withdrawal-form label{display:flex!important;flex-direction:column!important;gap:8px!important;font-weight:700!important;color:#102244!important;min-width:0!important;position:relative!important}
.sm-withdrawal-form label.wide,.sm-withdrawal-form .sm-withdraw-error,.sm-withdrawal-form button{grid-column:1/-1!important}
.sm-withdrawal-form input,.sm-withdrawal-form select,.sm-withdrawal-form textarea{width:100%!important;max-width:100%!important;box-sizing:border-box!important;border:1px solid #cfe0f6!important;border-radius:12px!important;background:#fff!important;color:#102244!important;min-height:46px!important;padding:10px 14px!important;font-size:14px!important;line-height:1.3!important;display:block!important;appearance:auto!important;-webkit-appearance:auto!important;position:static!important;opacity:1!important;visibility:visible!important}
.sm-withdrawal-form select{height:46px!important;overflow:hidden!important}
.sm-withdrawal-form select option{font-size:14px!important;color:#102244!important;background:#fff!important}
.sm-withdrawal-form textarea{min-height:76px!important;resize:vertical!important}
.sm-withdraw-error{display:none;background:#fff1f2!important;border:1px solid #fecdd3!important;color:#991b1b!important;padding:10px 12px!important;border-radius:10px!important;font-weight:700!important}
.sm-withdrawal-form.sm-has-error .sm-withdraw-error{display:block!important}
.sm-front-cards [style*="display: none"],.sm-front-card-button[style*="display: none"]{display:none!important}
@media(max-width:720px){.sm-withdrawal-summary-cards,.sm-withdrawal-form{grid-template-columns:1fr!important}}
