
.drm-box{
    max-width:650px;
    margin:25px auto;
    background:#fff;
    padding:25px;
    border-radius:16px;
    direction:rtl;
    box-shadow:0 4px 14px rgba(0,0,0,0.08);
}

input{
    width:100%;
    padding:12px;
    margin:10px 0;
    border-radius:10px;
    border:1px solid #ddd;
    font-size:15px;
}

button{
    width:100%;
    padding:12px;
    margin-top:10px;
    background:#00b36b;
    color:#fff;
    border:0;
    border-radius:10px;
    font-size:16px;
    cursor:pointer;
}

.steps-bar{
    display:flex;
    justify-content:center;
    gap:10px;
    margin-bottom:20px;
}

.step-item{
    width:32px;
    height:32px;
    background:#ddd;
    color:#000;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-weight:bold;
}

.step-item.active{
    background:#00b36b;
    color:#fff;
}
