#progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background-color: #19da33;
  z-index: 9999;
  pointer-events: none;
}
