/* [project]/src/components/public/TopLoadingBar/index.module.css [app-client] (css) */
.index-module__sJu9aq__container {
  z-index: 2800;
  pointer-events: none;
  isolation: isolate;
  background: none;
  height: 2px;
  transition: opacity .14s;
  position: fixed;
  inset: 0 0 auto;
  overflow: hidden;
}

.index-module__sJu9aq__bar {
  background: linear-gradient(90deg, var(--primary-color) 0%, #ffd36b 100%);
  will-change: width;
  width: 0;
  height: 100%;
  transition: width .14s cubic-bezier(.22, 1, .36, 1);
  display: block;
}

.index-module__sJu9aq__srOnly {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: fixed;
  overflow: hidden;
}

/*# sourceMappingURL=src_components_public_TopLoadingBar_index_module_793bf9ff.css.map*/