#go-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 5px;
  z-index: 9999;
  transition: width 0.1s ease-in-out;
}
