/*************************************************/
/* This file was automatically generated by sass */
/* Don't edit it directly                        */
/*************************************************/
.bars {
  display: flex;
  padding: 0;
  margin: 0;
  position: relative;
  flex-direction: row; }
  @media (max-width: 767.98px) {
    .bars {
      flex-direction: column; } }

.bars.vertical {
  flex-direction: column; }

.barcontainer {
  position: relative;
  height: 100%;
  width: 10%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }
  @media (max-width: 767.98px) {
    .barcontainer {
      height: 20px;
      width: 120px;
      justify-content: flex-start;
      flex-direction: row; } }

.vertical .barcontainer {
  height: 10%;
  width: 100%;
  flex-direction: row-reverse;
  justify-content: flex-start; }

.bartxt {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  /*bottom: 4px;*/
  /*position: absolute;*/
  padding-bottom: 7px;
  padding-top: 7px; }
  @media (max-width: 767.98px) {
    .bartxt {
      order: 1;
      font-size: 16px;
      text-align: left;
      padding: 0; } }

.vertical .bartxt {
  padding-right: 15px;
  padding-left: 10px;
  width: 10px;
  padding-top: 10px; }

.bar {
  /*position: absolute;*/
  margin-left: auto;
  margin-right: auto;
  /*bottom: 10%;*/
  width: 20px;
  background: #E6E6E6;
  box-sizing: border-box;
  border-radius: 20px;
  /*top: calc(100% - var(--probability)*90%);*/
  height: calc(var(--probability) * 90%);
  min-height: 20px; }
  @media (max-width: 767.98px) {
    .bar {
      order: 2;
      height: 20px;
      width: calc(var(--probability) * 100px);
      min-width: 0;
      margin: 0 0 0 6px; } }

.vertical .bar {
  margin: auto auto auto 0;
  height: 20px;
  width: calc(var(--probability) * 90%);
  min-width: 20px; }

.bar.highlighted {
  background: #ffec02; }

.neural-numbers-component {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  height: 216px; }
  .neural-numbers-component .stage {
    position: relative;
    display: none;
    flex: 0;
    align-items: center;
    margin-right: 50px; }
    @media (max-width: 767.98px) {
      .neural-numbers-component .stage {
        margin-right: 10px; } }
    .neural-numbers-component .stage:last-child {
      margin-right: 0; }
  .neural-numbers-component .stage-input {
    display: flex; }
  .neural-numbers-component.with-normalizer .stage-normalize {
    display: flex; }
  .neural-numbers-component.with-bars .stage-bars {
    display: flex; }
  .neural-numbers-component.with-training .stage-training {
    display: flex; }
  .neural-numbers-component.with-output .stage-output {
    display: flex; }
  @media (max-width: 767.98px) {
    .neural-numbers-component.with-output.with-bars .stage-output {
      display: none; } }
  .neural-numbers-component .drawcanvas, .neural-numbers-component .normalizecanvas {
    pointer-events: all !important;
    filter: invert(1);
    opacity: 0.5;
    width: 200px;
    height: 200px; }
  .neural-numbers-component .input-canvas-wrapper {
    width: 200px;
    height: 200px;
    border: 8px dashed #666;
    border-radius: 8px;
    box-sizing: content-box; }
    .neural-numbers-component .input-canvas-wrapper canvas {
      touch-action: none; }
  .neural-numbers-component .input-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    margin: 8px;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    font-size: 25px;
    color: #666;
    pointer-events: none;
    display: flex;
    align-items: center;
    transition: opacity 0.3s;
    opacity: 0; }
  .neural-numbers-component .stage-input.background .input-placeholder {
    opacity: 0.8; }
  .neural-numbers-component .normalize-canvas-wrapper {
    position: relative; }
    .neural-numbers-component .normalize-canvas-wrapper:after {
      content: " ";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.3);
      pointer-events: none; }
  .neural-numbers-component .normalizecanvas {
    width: 150px;
    height: 150px;
    opacity: 1; }
    @media (max-width: 767.98px) {
      .neural-numbers-component .normalizecanvas {
        width: 100px;
        height: 100px; } }
  .neural-numbers-component .bars {
    height: 200px;
    width: 200px; }
    @media (max-width: 767.98px) {
      .neural-numbers-component .bars {
        width: 100px; } }
    .neural-numbers-component .bars .bar {
      background-color: #ffec02;
      border: 2px solid #333007;
      border-radius: 0;
      min-height: 0; }
  .neural-numbers-component .output-wrapper {
    position: relative;
    width: 200px;
    height: 200px;
    background: radial-gradient(110px, #ffec02, transparent); }
    @media (max-width: 767.98px) {
      .neural-numbers-component .output-wrapper {
        width: 100px;
        background: radial-gradient(55px, #ffec02, transparent); } }
    .neural-numbers-component .output-wrapper:before {
      content: " ";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: white;
      transition: opacity 1s;
      opacity: 1; }
    .neural-numbers-component .output-wrapper.solved:before {
      opacity: 0; }
  .neural-numbers-component .output {
    position: relative;
    width: 200px;
    height: 200px;
    font-size: 160px;
    color: #16214b;
    text-align: center;
    line-height: 200px; }
    @media (max-width: 767.98px) {
      .neural-numbers-component .output {
        width: 100px;
        font-size: 80px; } }

.neural-numbers-component-bad .bars .bar {
  background-color: #db4c67; }

.neural-numbers-component-mediocre .bars .bar {
  background-color: #ff8459; }

/*# sourceMappingURL=neural-numbers.css.map */
