/* [project]/src/components/Misc/assets/styles/thorium-web.error.module.css [app-client] (css) */
.thorium-web-error-module__m8qSMa__wrapper {
  --th-color-text: #333;
  --th-color-text-secondary: #666;
  --th-color-background: #fff;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  padding: 2rem;
}

.thorium-web-error-module__m8qSMa__title {
  color: var(--th-color-text);
  margin: 0 0 1rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.thorium-web-error-module__m8qSMa__message {
  color: var(--th-color-text-secondary);
  margin: 0 0 1.5rem;
  font-size: 1.125rem;
  line-height: 1.6;
}

/* [project]/src/components/Misc/assets/styles/thorium-web.loader.module.css [app-client] (css) */
.thorium-web-loader-module__pj5LoW__wrapper {
  width: 100%;
  height: 100vh;
}

.thorium-web-loader-module__pj5LoW__loader {
  width: 100%;
  height: 100%;
  color: var(--th-theme-text, CanvasText);
  background-color: var(--th-theme-background, Canvas);
  justify-content: center;
  align-items: center;
  font-weight: bold;
  display: flex;
}

.thorium-web-loader-module__pj5LoW__loader:after {
  content: "...";
  vertical-align: bottom;
  width: 3ch;
  animation: 1s .3s infinite forwards thorium-web-loader-module__pj5LoW__ellipsis-dot;
  display: inline-block;
  overflow: hidden;
}

@keyframes thorium-web-loader-module__pj5LoW__ellipsis-dot {
  25% {
    content: "";
  }

  50% {
    content: ".";
  }

  75% {
    content: "..";
  }

  100% {
    content: "...";
  }
}

/*# sourceMappingURL=src_components_Misc_assets_styles_1e6xilh._.css.map*/