.mwb-progress-bar {
    width:100%;
    height:6px;
    background:#eee;
    border-radius:20px;
    margin-bottom:20px;
}

.mwb-progress-fill {
    width:0%;
    height:100%;
    background:linear-gradient(90deg,#0ea5e9,#2563eb);
    transition: width .4s ease;
}

.mwb-form-step input,
.mwb-form-step select,
.mwb-form-step textarea {
    width:100%;
    margin-bottom:12px;
    padding:8px;
}
.mwb-money-field{
    position:relative;
    margin-bottom:15px;
}

.mwb-money-field input{
    padding-left:35px;
}

.mwb-currency{
    position:absolute;
    left:10px;
    top:50%;
    transform:translateY(-50%);
    font-weight:600;
    color:#555;
}
/* ===============================
   LIVE VALIDATION STYLES
=============================== */

.mwb-error{
    border:2px solid #ef4444 !important;
    background:#fff5f5 !important;
}

.mwb-error-msg{
    color:#ef4444;
    font-size:12px;
    margin-top:4px;
}