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

.chart__legend{
    /*box*/
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top:30px;
    margin-bottom: 5px;
    width:100%;
}