/* ===========================================
   RACPro DPR Manager Dashboard
   =========================================== */

.d-card{
    background:#fff;
    border-radius:18px;
    padding:18px;
    margin-bottom:18px;
    box-shadow:0 3px 12px rgba(0,0,0,.08);
}

.d-progress{
    width:100%;
    height:8px;
    background:#ececec;
    border-radius:20px;
    overflow:hidden;
    margin-top:8px;
}

.d-progress-fill{
    height:100%;
    border-radius:20px;
    transition:.4s ease;
}

.d-badge{
    padding:5px 12px;
    border-radius:30px;
    font-size:12px;
    font-weight:600;
}

.d-bg{
    background:#d5f5e3;
    color:#1e8449;
}

.d-ba{
    background:#fdebd0;
    color:#d68910;
}

.d-br{
    background:#fadbd8;
    color:#c0392b;
}

.d-bgr{
    background:#ecf0f1;
    color:#7f8c8d;
}

.d-project-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:14px;
}

.d-project-title{
    font-size:18px;
    font-weight:700;
}

.d-project-system{
    color:#777;
    font-size:13px;
    margin-top:3px;
}

.d-progress-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:10px;
    margin-bottom:6px;
    font-size:14px;
}

.d-sg{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
    margin-bottom:20px;
}

.d-sc{
    background:white;
    border-radius:18px;
    padding:18px;
    box-shadow:0 3px 12px rgba(0,0,0,.08);
}

.d-sl{
    color:#777;
    font-size:13px;
}

.d-sv{
    font-size:34px;
    font-weight:700;
    margin-top:8px;
}