/* Media query breakpoints */
.scroll_wrap {
  width: 100%;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  height: 6px;
}
.scroll_wrap .scroll_fill {
  width: 0;
  height: 6px;
  background-color: var(--blue500);
}
/*# sourceMappingURL=scroll-wrap.css.map */
