.logik-progressbar-content {
position: relative; 
margin-bottom: 30px; 
padding:15px 0 0;
}
.logik-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: 90px; 
-moz-border-radius: 90px; 
border-radius: 90px; 
}
.logik-progress-bar { 
-webkit-border-radius: 90px; 
-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; 
}
.logik-progress-bar>span {
background:var(--color-theme-secondary);
display: block; 
height: 100%; 
width: 0; 
-webkit-border-radius: 90px; 
-moz-border-radius: 90px; 
border-radius: 90px; }
.logik-progressbar-box .progress-title{
color: var(--global-font-title);
font-size: var(--font-size-normal);
}