.chart{gap:20px;display:flex}.chart.top{flex-direction:column}.chart.bottom{flex-direction:column-reverse}.chart-header>ul{gap:20px;display:flex;flex-wrap:wrap;align-items:center;justify-content:center}.chart-header>ul>li{color:var(--section-main-text-color);font-size:var(--font-xs-3);gap:10px;display:flex;align-items:center}.chart-header.group>ul{display:grid;grid-template-columns:1fr 1fr}.chart-placeholder{gap:5px;width:50px;height:10px;display:flex;border:none;align-items:center;justify-content:center;border-radius:10px}.chart-placeholder.dashed>span{display:block;width:30px;height:5px;border:1px solid;border-radius:10px;background-color:gray}@media only screen and (max-width: 900px){.chart-header.group>ul{width:100%;display:flex;justify-content:flex-start}}
