.progressbar { position: absolute; display: flex; justify-content: flex-start; bottom: 10px; width: 80%; height: 5px; background-color: gray; &.done { top: 0; width: 0px; height: 5px; background-color: red; z-index: 2; } &.mark { top: 0; background-color: transparent; border-right: 2px solid white; z-index: 3; pointer-events: none; } }