/*----------------------------
    rProgressbar
----------------------------*/

.progressbar {
    /* width: 100%; */
    /* margin-top: 5px; */
    /* margin-bottom: 25px; */
    /* position: relative; */
    position: absolute;
    margin-top: -10px;
    margin-left: 4px;
    background-color: #f4f4f4;
}

.proggress {
    height: 10px;
    width: 10px;
    background-color: white;
    /* background-color: red; */
    /* border-radius: 24px!important; */
}

.percentCount {
    float: right;
    margin-top: -17px;
    height: 16px;
    clear: both;
    font-weight: 700;
    font-size: 14px;
    /* color: #777777; */
    color: #0c0101c7;
    position: absolute;
    margin-left: 3px;
    /* color:transparent; to not show perc number */
}