.goldP [data-speedo] [data-timeline] {
    stroke: #B08843 !important;
}
.goldP [data-speedo] circle {
    fill: #B08843 !important;
}
.bar_.prGold span,
.percentage_bar.prGold  span {
    background-color: #B08843 !important;
}
 .bar_.prGold:before {
    background-color: #B08843 !important;
    
}
.goldBg .no_ {
    background-color: #B08843 !important;
}
@media screen and (max-width:767px) {
    .dashboard_top_wrapper.top_report_bar {
        grid-template-columns: 100%;
        grid-gap: 2rem;
    }
    .dashboard_top_wrapper.top_report_bar .wr_item_:after {
        display: none;
    }
    .dashboard_top_wrapper.top_report_bar .precentage_shower {
        min-height: 100px;
    }
}

.progress_mini_wrapper .no_.newSp {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 0.5rem; 
}
html[dir=rtl] .dashboard_top_wrapper .wr_item_.sdg_ .sdg_details_with_bar h3 {
    text-align: right;
}

.sdg_details_with_bar h3{
    display: inline;
}

.goals_wrapper ul li {
    padding-inline-start: 0;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
}

.goals_wrapper ul li:before {
    position: relative;
}

.dash_body_status_table .d_b_s_area:last-child .title_{
    font-weight: 600;
}

.dashboard_main_wrapper .bottom_ .data_ .data_inner .data_number_ .no_ span {
    color: var(--brand-bg);
}

.admin_common_table.is_flex table tbody tr td, .admin_common_table.is_flex table thead tr th {
    flex: 1 !important;
}

.textGoldColor span, .textGoldColor{
    color: #B08843 !important;
}