


#total-all{
    background-color: rgb(146, 183, 246);
    font-size: 13px;
}

#total-suspected{
    background-color: rgb(255, 168, 7);
    font-size: 13px;
}

#total-no_suspected{
    background-color: rgb(7, 255, 48);
    font-size: 13px;
}

#total-hospitaliser{
    background-color: rgb(12, 152, 174);
    font-size: 13px;
}

#total-contaminated{
    background-color: rgb(243, 57, 57);
    font-size: 13px;;
}

#total-recovered{
    background-color: rgb(12, 235, 97);
    font-size: 13px;

}


#total-diagnostic{
    background-color: rgb(210, 236, 220);
    font-size: 13px;
}


