/*!************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/sass/default.scss ***!
  \************************************************************************************************************************************************************************/
html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
}

h1 {
  text-align: center;
  margin: 1em 0;
}

.app .slide-show {
  width: 100%;
  height: 100%;
}
.app .slide-show-pager {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
}
.app .utility-controls {
  display: flex;
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  z-index: 1000;
  font-size: 2rem;
}
.app .utility-controls .language-switch-button {
  margin-left: 0.5rem;
}

.fatal-error {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-family: sans-serif;
  font-size: 16px;
  background-color: rgba(92, 6, 6, 0.85);
  background-image: url(790c86d2b123a19c0a4a.svg);
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-position: center 50px;
  padding-top: 160px;
}
.fatal-error .fatal-error-text {
  color: white;
  font-size: 20px;
  text-align: center;
  top: 100px;
  left: 50%;
  width: 600px;
  margin: auto;
  margin-bottom: 0.5em;
  padding-left: 15px;
  padding-right: 15px;
}
.fatal-error .fatal-error-details {
  color: white;
  font-size: 16px;
  text-align: center;
  width: 600px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}

html.with-fatal-error {
  width: 100%;
  height: 100%;
}
html.with-fatal-error body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.loader {
  display: flex;
  height: 100%;
  justify-content: center;
}
.loader .lds-ellipsis {
  align-self: center;
  transform: scale(1.5);
}

.loader-hide {
  visibility: hidden;
}

body.loaded .loader {
  display: none;
}
body.loaded .loader-hide {
  visibility: visible;
}

.slide-show {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.slide-show .slide {
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  width: 100%;
  height: 100%;
}
.slide-show .slide.active {
  left: 0;
}

.slide-show-pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.slide-show-pager .pager-button {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #ccc;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-size: 0;
}
.slide-show-pager .pager-button:hover {
  background-color: #999;
}
.slide-show-pager .pager-button.active {
  background-color: #333;
}

.neural-numbers-panel {
  margin-top: 9rem;
  text-align: center;
}
.neural-numbers-panel .neural-numbers-component {
  align-items: flex-end;
  height: auto;
}
.neural-numbers-panel .neural-numbers-component .stage {
  margin-right: 5rem;
}
.neural-numbers-panel .neural-numbers-component .stage:last-child {
  margin-right: 0;
}
.neural-numbers-panel .neural-numbers-component .input-canvas-wrapper {
  width: 18rem;
  height: 18rem;
}
.neural-numbers-panel .neural-numbers-component .input-canvas {
  width: 100%;
  height: 100%;
}
.neural-numbers-panel .neural-numbers-component .output-wrapper {
  width: 18rem;
  height: 18rem;
}
.neural-numbers-panel .neural-numbers-component .output-wrapper .digit {
  width: 100%;
  height: 100%;
  line-height: 18rem;
  font-size: 11.3rem;
}
.neural-numbers-panel .neural-numbers-component .bars {
  width: 32rem;
  height: 12rem;
  padding: 0 0.5rem;
}
.neural-numbers-panel .neural-numbers-component .bar {
  min-height: 3px;
}
.neural-numbers-panel .neural-numbers-component .input-placeholder {
  width: 18rem;
  height: 18rem;
  line-height: 1.75;
  font-size: 2rem;
}
.neural-numbers-panel .neural-numbers-training-component {
  display: inline-flex;
  justify-content: center;
  width: auto;
  margin: 3rem auto;
  border-radius: 9999em;
  padding: 1rem 1.4rem;
}
.neural-numbers-panel .neural-numbers-training-component .start-pause-btn {
  width: 6rem;
  height: 6rem;
}
.neural-numbers-panel .neural-numbers-training-component .reset-btn, .neural-numbers-panel .neural-numbers-training-component .step-btn {
  width: 4.5rem;
  height: 4.5rem;
}
.neural-numbers-panel .neural-numbers-training-component .training-progress {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.neural-numbers-panel .neural-numbers-training-component .training-progress .image-count {
  margin-right: auto;
}

.normalizing-demo .neural-numbers-component .stage {
  margin-right: 2rem;
}
.normalizing-demo .neural-numbers-component.with-normalizer .stage-normalize {
  margin-right: 0;
}
.normalizing-demo .neural-numbers-component.with-normalizer .stage-normalize .normalizecanvas {
  width: 200px;
  height: 200px;
}

@font-face {
  font-family: "APK Monogami";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local("APK Monogami Regular");
}
@font-face {
  font-family: "APK Monogami";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local("APK Monogami Bold");
}
.theme-vista .vista-neural-numbers-app {
  background-color: #ffffff;
  color: #1d1d1b;
  font-family: "APK Monogami", monospace;
  font-weight: 400;
  font-size: 1.25rem;
}
.theme-vista h1, .theme-vista h2, .theme-vista h3, .theme-vista h4, .theme-vista h5, .theme-vista h6 {
  font-family: "APK Monogami", monospace;
  font-weight: 700;
}
.theme-vista h1 {
  font-size: 3rem;
  margin-bottom: 1.5em;
}
.theme-vista .blank-h1 {
  height: 3.6rem;
  margin: 3rem 0 0;
}
.theme-vista p {
  margin-bottom: 1em;
}
.theme-vista .language-switch-button {
  border-radius: 9999px;
  border: none;
  background-color: #6658a6;
  color: #ffffff;
  font-size: 2.5rem;
  min-width: 2.75em;
  padding: 0.9rem 2rem 0.6rem;
  line-height: 1;
}
.theme-vista .reset-button {
  border-radius: 9999px;
  border: none;
  background-color: #6658a6;
  color: #ffffff;
  font-size: 2.5rem;
  min-width: 2.75em;
  padding: 0.9rem 2rem 0.6rem;
  line-height: 1;
  background-image: url(0cec63a9a3c50ba9cd3a.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 42%;
}
.theme-vista .button-nav {
  border-radius: 9999px;
  border: 2px solid #6658a6;
  padding: 0.9rem 2rem 0.6rem;
  background-color: transparent;
  color: #6658a6;
  font-size: 2rem;
  text-decoration: none;
}
.theme-vista .button-nav:active {
  background-color: #e4e4e4;
}
.theme-vista .mb-nav {
  /* Spacing for navigation */
  margin-bottom: 9rem;
}
.theme-vista .slide-show-pager::before {
  content: "";
  display: block;
  position: absolute;
  top: 1rem;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #c4c4c4;
  z-index: -1;
}
.theme-vista .slide-show-pager .pager-button {
  background-color: #c4c4c4;
}
.theme-vista .slide-show-pager .pager-button.active {
  background-color: #6658a6;
}
@font-face {
  font-family: "APK Monogami";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local("APK Monogami Regular");
}
@font-face {
  font-family: "APK Monogami";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local("APK Monogami Bold");
}
.theme-vista .neural-numbers-component {
  font-family: "APK Monogami", monospace;
  font-weight: 700;
}
.theme-vista .neural-numbers-component .bar {
  background-color: #6658a6;
  border: none;
  width: 1.5em;
}
.theme-vista .neural-numbers-component .barcontainer {
  margin: 0 2px;
}
.theme-vista .neural-numbers-component .bartxt {
  margin-top: 0.2em;
  font-weight: 400;
  font-size: 2rem;
  color: #1d1d1b;
}
.theme-vista .neural-numbers-component .input-canvas-wrapper {
  border-color: #1d1d1b;
}
.theme-vista .neural-numbers-component .input-placeholder {
  line-height: 1.1;
  color: #1d1d1b;
}
.theme-vista .neural-numbers-component .output-wrapper .digit {
  border: 8px dashed #c4c4c4;
  border-radius: 8px;
}
.theme-vista .neural-numbers-training-component {
  background-color: #e4e4e4;
}
.theme-vista .neural-numbers-training-component .training-progress {
  font-family: "APK Monogami", monospace;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.2;
  min-width: 22em;
}
.theme-vista .neural-numbers-training-component .training-progress .image-count-value,
.theme-vista .neural-numbers-training-component .training-progress .accuracy-value {
  font-size: 1.7rem;
}

/*# sourceMappingURL=default.b7855408a0cd6e5a01b7.css.map*/