/**
 * Progress bar
 */

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    height: 100%;
    color: var(--progress-bar--color);
    background: var(--progress-bar--background);
}
