.chart{position:relative}.chartEmpty{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:var(--muted)}.chartEmpty>span{width:44px;height:44px;border-radius:12px;background:var(--mint);color:var(--green);display:grid;place-items:center}.chartEmpty b{font-size:12px;font-weight:600}.chartLegend{position:absolute;right:8px;top:5px;display:flex;gap:14px;font-size:10px;color:var(--muted)}.chartLegend span:before{content:"";display:inline-block;width:13px;height:3px;background:#3f8e71;margin-right:5px;vertical-align:middle}.chartLegend span:last-child:before{background:#d3a447}@media(max-width:650px){.chartLegend{position:static;justify-content:center;margin-top:-22px}.chart svg{overflow:visible}}
