/* top progress bar styles */
#ttfc-scroll-indicator.ttfc-si {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: transparent;
  z-index: 99999;
  pointer-events: none;
}

#ttfc-scroll-indicator .ttfc-si__bar {
  width: 100%;
  height: 100%;
  background: #7183C0;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform 0.06s linear;
}
