/* [project]/src/app/[locale]/loading.module.scss.module.css [app-client] (css) */
.loading-module-scss-module__lyrnUa__navigationLoader {
  z-index: 2147483647;
  background: #0006;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

.loading-module-scss-module__lyrnUa__spinner {
  border: 4px solid #e2ebfa;
  border-top-color: #58439e;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: .8s linear infinite loading-module-scss-module__lyrnUa__spin;
}

@keyframes loading-module-scss-module__lyrnUa__spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=src_app_%5Blocale%5D_loading_module_scss_module_0puaf6e.css.map*/