.cell-progress{--perc:0%;--bg-color:rgba(0,137,78,.125);--color:#00894e;text-align:center;justify-content:flex-start;display:flex}.cell-progress .progress-percent{flex-direction:column;width:100%;max-width:15em;display:flex}.cell-progress .progress-percent .progress-text{color:var(--color);padding-bottom:5px;font-size:10px;font-weight:600}.cell-progress .progress-percent .progress-bar{background:var(--bg-color);border-radius:.5em;width:100%;height:.5em;position:relative;overflow:hidden}.cell-progress .progress-percent .progress-bar:before{content:" ";width:var(--perc);background:var(--color);height:100%;position:absolute;top:0;left:0}
