/* =========================================
   تعديل شريط التبرعات: تم جمع | المستهدف
   ========================================= */

.s-progress-bar-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    font-size: 0 !important;
}

.s-progress-bar-header::before {
    content: "تم جمع";
    color: #025a13;
    font-weight: 700;
    font-size: 14px;
}

.s-progress-bar-header::after {
    content: "المستهدف";
    color: inherit;
    font-weight: 700;
    font-size: 14px;
}