.dsd-progress-box{
    background:#fff;
    border:1px solid #eee;
    padding:16px;
    margin:15px 0;
    border-radius:14px;
    font-family:tahoma;
    direction:rtl;
    box-shadow:0 5px 20px rgba(0,0,0,0.05);
}

.dsd-title{
    font-size:15px;
    font-weight:bold;
    margin-bottom:12px;
    display:flex;
    align-items:center;
    gap:8px;
}

.dsd-bar{
    height:10px;
    background:#f1f1f1;
    border-radius:50px;
    overflow:hidden;
}

.dsd-bar-fill{
    height:100%;
    background:linear-gradient(90deg,#22c55e,#16a34a);
    width:0%;
    transition:all .4s ease;
}

.dsd-text{
    margin-top:10px;
    font-size:13px;
    line-height:1.9;
    color:#333;
}

.dsd-highlight{
    font-weight:bold;
    color:#16a34a;
}