.full-report-chart-card{grid-column:1/-1}
.full-report-bars{display:grid;gap:14px}
.full-report-bar-row>div{display:flex;justify-content:space-between;gap:12px;margin-bottom:5px}
.full-report-bar-row>i{display:block;height:17px;background:#e6edf1;border-radius:99px;overflow:hidden}
.full-report-bar-row>i>b{display:block;height:100%;min-width:2px;border-radius:99px;background:#168b61}
.full-report-bar-row>i>b.is-total-expenses{background:#efb92e}
.full-report-bar-row>i>b.is-management{background:#d82f82}
.full-report-bar-row>i>b.is-fundraising{background:#e33143}
.full-report-blur-chart span{display:block;height:18px;border-radius:20px;background:#456f82}
@media(max-width:760px){.full-report-chart-card{grid-column:auto}}
