/*--------------------------------------------------------------------------*\
    Total (used below header for world map for example)
\*--------------------------------------------------------------------------*/

.chart__total{
    /*box*/
    display:flex;
    align-items: center;
    justify-content: center;
    width:100%;
    margin:30px 0px 10px 0px;
    padding-bottom:5px;

    /*border*/
    border-bottom: 2px solid var(--c-primary-2);
}