.gf-progress-item {
    width: 100%;
    height: 10px;
    background: #e5e5e5;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 8px;
}
.gf-progress-bar {
    height: 100%;
    width: 0%;
    background: #1abc9c;
    color: #fff;
    font-size: 10px;
    line-height: 10px;
    text-align: center;
    transition: width 0.2s ease-in-out;
    white-space: nowrap;
}
