/* Add custom CSS styles below */ 
.fn-progress{

margin-bottom:20px;

}

.fn-progress-info{

display:flex;

justify-content:space-between;

font-size:13px;

margin-bottom:8px;

color:#777;

}

.fn-progress-bar{

height:8px;

background:#e9edf3;

border-radius:50px;

overflow:hidden;

}

.fn-progress-fill{

height:100%;

width:0%;

background:#0A6CFF;

border-radius:50px;

transition:.4s ease;

}