.chart_main {
    background            : #E8E3DF;
    border                : 1px solid #796E66;
    border-radius         : 10px;
    -webkit-border-radius : 10px;
    -moz-border-radius    : 10px;
    display               : flex;
    flex-wrap             : wrap;
    gap                   : 10px;
    justify-content       : center;
    margin                : 0 auto 10px auto;
    overflow              : hidden;
    text-align            : center;
    width                 : fit-content;
}

.chart_main div:first-child {
    background    : #9A8E84;
    border-bottom : 1px solid #796E66;
    color         : #FFFFFF;
    flex-basis    : 100%;
    line-height   : 30px;
}

.chart_main canvas {
    height  : 70px !important;
    margin  : 10px 0;
    width   : 70px !important;
}