.chart-wrapper {
  position: relative;
  height: 220px;
}

.chart-label .border-chart-cyan {
    border-left: 18px solid var(--theme-cyan);
    margin-right: .8rem;
    border-radius: 5rem;
}

.chart-label .border-chart-cyan-dark {
    border-left: 18px solid var(--theme-cyan-dark);
    margin-right: .8rem;
    border-radius: 5rem;
}