.circleCounters{
    margin-bottom: 25px;
    display: none;
}

.circleCounter{}
.circleCounter > span{
    line-height: 19px !important;
    top: 50% !important;
    margin-top: -19px;
    position: absolute !important;
}
.circleCounter > span .label{
    font-size: 14px;
    font-weight: 600;
    color: #545354;
}
.circleCounter > .slide{}
.circleCounter > .slide > div{}


.circleCounter.red > span{
    color: #dd6a73;
}
.circleCounter.orange > span{
    color: #e98d0c;
}
.circleCounter.green > span{
    color: #4db53c;
}

.c100.red .bar, .c100.red .fill {
    border-color: #dd6a73 !important;
}

.circleCounter:after{
    background: #fff !important;
}