.heatmap-legend
{
    font-size:12px;
}
.heatmap-legend-item
{
    height:15px;
    width:15px;
    margin-right:10px;
}
.heatmap-wrap
{
    display:flex;
    flex-wrap:wrap;
    align-items: flex-start;
}


.hm-month-item
{
    margin:10px;
}

.hm-weeks-wrap
{
    display:flex;
}
.month-name
{
    font-size:12px;
}



.hm-days-wrap
{

}
.hm-item
{
    height:20px;
    width:20px;
    margin:5px;
    padding:13px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:12px;
    border-radius: 3px;
}

.hm-item-small
{
    height:10px;
    width:10px;
    margin:3px;
    padding:8px;
}

.day-item-empty
{

}
.item-count-0
{
    background:var(--bulma-background);
    color:#ccc;
}

.item-count-1, .item-count-2, .item-count-3, .item-count-4
{
    color:black;
}

/* Green Style */
.item-count-1
{
    background:#e1f7e7;
}
.item-count-2
{
    background:#b6efc6;
}
.item-count-3
{
    background:#57b772;
    color:#fff;

}
.item-count-4
{
    background:#0b5a1f;
    color:#fff;
}

/* Red Style */
.heatmap-red .item-count-1
{
    background:#e6cfcf;
}
.heatmap-red .item-count-2
{
    background:#d18e8e;
}
.heatmap-red .item-count-3
{
    background:#9e3636;
    color:#fff;

}
.heatmap-red .item-count-4
{
    background:#780b0b;
    color:#fff;
}
