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

.i-progressbar-bar-fill {
    background-color: var(--blue);
    height: 100%;
    transition-duration: 0.4s;
    min-height: 16px;
}

.i-progressbar-label {
    color: var(--label);
}

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