.progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  background: white;
  width: 0;
  transition: width 250ms;
  z-index: 1049;
}
