/*--------------------------------------------------------------------------*\
    Settings
\*--------------------------------------------------------------------------*/

.chart__settings{
    /*box*/
    display:flex;
    align-items: flex-start;
    justify-content: space-around;
    margin-top:20px;
    flex-wrap: wrap;
}