#_progress {
      --scroll: 0%;
      background: linear-gradient(to right,rgb(0 ,90 ,220 ) var(--scroll),transparent 0);
	  background-repeat: no-repeat;
      position: fixed;
      width: 100%;
      height: 10px;
      bottom: 0px;
	  left: 0px;
      z-index: 1;
  }