/* [project]/node_modules/prismjs/themes/prism-dark.css [app-client] (css) */
code[class*="language-"], pre[class*="language-"] {
  color: #fff;
  text-shadow: 0 -.1em .2em #000;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  tab-size: 4;
  -webkit-hyphens: none;
  hyphens: none;
  background: none;
  font-family: Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace;
  font-size: 1em;
  line-height: 1.5;
}

@media print {
  code[class*="language-"], pre[class*="language-"] {
    text-shadow: none;
  }
}

pre[class*="language-"], :not(pre) > code[class*="language-"] {
  background: #4d4033;
}

pre[class*="language-"] {
  border: .3em solid #7a6652;
  border-radius: .5em;
  margin: .5em 0;
  padding: 1em;
  overflow: auto;
  box-shadow: inset 1px 1px .5em #000;
}

:not(pre) > code[class*="language-"] {
  white-space: normal;
  border: .13em solid #7a6652;
  border-radius: .3em;
  padding: .15em .2em .05em;
  box-shadow: inset 1px 1px .3em -.1em #000;
}

.token.comment, .token.prolog, .token.doctype, .token.cdata {
  color: #998066;
}

.token.punctuation, .token.namespace {
  opacity: .7;
}

.token.property, .token.tag, .token.boolean, .token.number, .token.constant, .token.symbol {
  color: #d1949e;
}

.token.selector, .token.attr-name, .token.string, .token.char, .token.builtin, .token.inserted {
  color: #bde052;
}

.token.operator, .token.entity, .token.url, .language-css .token.string, .style .token.string, .token.variable {
  color: #f5b83d;
}

.token.atrule, .token.attr-value, .token.keyword {
  color: #d1949e;
}

.token.regex, .token.important {
  color: #e90;
}

.token.important, .token.bold {
  font-weight: bold;
}

.token.italic {
  font-style: italic;
}

.token.entity {
  cursor: help;
}

.token.deleted {
  color: red;
}

