.i-progressbar-bar {
    background-color: #e7eaee;
    border-radius: 4px;
    overflow: hidden;
    min-height: 16px;
    position: relative;
}

.i-progressbar-bar-fill {
    background-color: #3399ff;
    height: 100%;
    transition-duration: 0.4s;
    min-height: 16px;
}

.i-progressbar-label {
    
}

.i-progressbar {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.i-progressbar-bar-body {
    height: 100%;
    min-height: 16px;
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    gap: 8px;
    align-items: center;
}