.financeio-progressbar-content {
     position: relative; 
     margin-bottom: 30px; 
     padding:15px 0 0;
    }


.financeio-progressbar-content:last-child { 
    margin-bottom: 0; 
}

.progress-value { 
    float: right; 
    border-radius: 0; 
    color: var(--secondary-color);
    line-height: 30px; 
    font-weight: normal; 
    position: relative; 
    bottom: 0; 
    right: 0; 
    -webkit-border-radius: 0; 
    -moz-border-radius: 0; 
    border-radius: 0; 
}

.financeio-progress-bar { 
    -webkit-border-radius: 0; 
    -moz-border-radius: 90px; 
    border-radius: 90px; 
    background: var(--border-color-light);
    box-shadow: 0 0 0; 
    height: 6px; 
    margin: 0;
    position: relative; 
    width: 100%; margin: 10px 0 0; 
}

.financeio-progress-bar>span {
    background:var(--color-theme-primary);
    display: block; 
    height: 100%; 
    width: 0; 
    -webkit-border-radius: 0; 
    -moz-border-radius: 0; 
    border-radius: 0; 
}

.financeio-progressbar-box .progress-title{
    color: var(--global-font-title);
    font-size: var(--font-size-normal);
}