

.mf-clear {
    clear: both;
}

.mf-progressbar {
    width: 100%;
    background-color: #B5B93A;
    color: #ffffff;
    position: relative;
}

.mf-progressbar .mf-pb-bar {
    position: relative;
}


.mf-progressbar .mf-pb-bar .mf-pb-bar-progress {
    background-color: #903e4c;
    /*display: inline-block;*/
    float: left;
/*    height: 100%;*/
    min-height: 20px;
}

.mf-progressbar .mf-pb-height {
    height: 50px;
}

.mf-progressbar .mf-pb-bar-label {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}
.mf-progressbar .mf-pb-bar-label .mf-pb-bar-count {
    /* float: left; */
    width: 50%;
    height: 100%;
    /* display: inline-block; */
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    /* align-items: center; */
    justify-content: center;
    padding-left: 10px !important;
    /*font-size: 1.5em;
    font-weight: 700;*/
    letter-spacing: -1px;
}
.mf-progressbar .mf-pb-bar-label .mf-pb-bar-target {
    /* float: right; */
    width: 50%;
    text-align: right !important;
    padding-right: 10px !important;
    height: 100%;
    /* display: inline-block; */
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    justify-content: center;
    padding-right: 10px;
}