#progress-indicator-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

#progress-indicator-wrapper {
    height: 6px;
    background: transparent;
}

#progress-indicator-bar {
    transition: 0s;
    height: 100%;
    background: var(--color-3);
    width: 0%;
    box-shadow: 0 0 3px 2px var(--color-1);
}