.b-widget-cell {
    justify-content : space-evenly;
}

.progresscell {
    align-items : flex-end;
}

.progressbar {
    width      : 100%;
    background : var(--b-color-light-green);
    transition : height 0.5s !important;
}
