.chart-legend {
    list-style: none;
    padding: 0;
    text-align: start;
}
.chart-legend li {
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 14px;
    margin-top: 5px;
}
.chart-legend span {
    width: 40px;
    height: 10px;
    display: inline-block;
    margin-right: 8px;
    border-radius: 10%;
    text-align: start;
}
