/*--------------------------------------------------------------------------*\
    Chart legend
\*--------------------------------------------------------------------------*/

.chart__topbar{
    /*box*/
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top:20px;
    width:100%;
}