.App {
  text-align: center;
}

.App-logo {
  pointer-events: none;
  height: 40vmin;
}

@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: 20s linear infinite App-logo-spin;
  }
}

.App-header {
  color: #fff;
  background-color: #282c34;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  font-size: calc(10px + 2vmin);
  display: flex;
}

.App-link {
  color: #61dafb;
}

@keyframes App-logo-spin {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace;
}

.full {
  width: 100vw;
  height: 100vh;
}

.demo-shell {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.code-panel {
  z-index: 10;
  color: #e7eef7;
  background: #101318eb;
  border: 1px solid #ffffff1f;
  border-radius: 8px;
  width: min(760px, 100vw - 32px);
  max-height: min(58vh, 620px);
  margin: 0;
  padding: 14px 16px;
  font-size: 12px;
  line-height: 1.55;
  position: absolute;
  bottom: 16px;
  left: 16px;
  overflow: auto;
  box-shadow: 0 18px 48px #0000005c;
}
/*# sourceMappingURL=public.92bf5774.css.map */
