
.scroller-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}

.scroller-container {
  width: 100%;
  height: 5px;
  background: rgba(240, 240, 240, 1.00);
}

.scroller-bar {
  height: 5px;
  background: rgba(37, 111, 157, 1.00);
  width: 0%;
}




