code[class*="language-"],
pre[class*="language-"] {
    font-family:
        Consolas, Menlo, Monaco, "Andale Mono WT", "Andale Mono",
        "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono",
        "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L",
        "Courier New", Courier, monospace;
    font-size: 14px;
    line-height: 1.375;
    direction: ltr;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    background: #24242e;
    color: #767693;
}
pre > code[class*="language-"] {
    font-size: 1em;
}
code[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection,
pre[class*="language-"] ::-moz-selection,
pre[class*="language-"]::-moz-selection {
    text-shadow: none;
    background: #5151e6;
}
code[class*="language-"] ::selection,
code[class*="language-"]::selection,
pre[class*="language-"] ::selection,
pre[class*="language-"]::selection {
    text-shadow: none;
    background: #5151e6;
}
pre[class*="language-"] {
    padding: 1em;
    margin: 0.5em 0;
    overflow: auto;
}
:not(pre) > code[class*="language-"] {
    padding: 0.1em;
    border-radius: 0.3em;
}
.token.cdata,
.token.comment,
.token.doctype,
.token.prolog {
    color: #5b5b76;
}
.token.punctuation {
    color: #5b5b76;
}
.token.namespace {
    opacity: 0.7;
}
.token.number,
.token.operator,
.token.tag {
    color: #dd672c;
}
.token.function,
.token.property {
    color: #767693;
}
.token.atrule-id,
.token.selector,
.token.tag-id {
    color: #ebebff;
}
.token.attr-name,
code.language-javascript {
    color: #aaaaca;
}
.language-css .token.string,
.language-scss .token.string,
.style .token.string,
.token.atrule,
.token.attr-value,
.token.boolean,
.token.control,
.token.directive,
.token.entity,
.token.keyword,
.token.regex,
.token.statement,
.token.string,
.token.unit,
.token.url,
code.language-css,
code.language-scss {
    color: #fe8c52;
}
.token.placeholder,
.token.variable {
    color: #fe8c52;
}
.token.deleted {
    text-decoration: line-through;
}
.token.inserted {
    border-bottom: 1px dotted #ebebff;
    text-decoration: none;
}
.token.italic {
    font-style: italic;
}
.token.bold,
.token.important {
    font-weight: 700;
}
.token.important {
    color: #aaaaca;
}
.token.entity {
    cursor: help;
}
pre > code.highlight {
    outline: 0.4em solid #7676f4;
    outline-offset: 0.4em;
}
.line-numbers.line-numbers .line-numbers-rows {
    border-right-color: #262631;
}
.line-numbers .line-numbers-rows > span:before {
    color: #393949;
}
.line-highlight.line-highlight {
    background: rgba(221, 103, 44, 0.2);
    background: -webkit-linear-gradient(
        left,
        rgba(221, 103, 44, 0.2) 70%,
        rgba(221, 103, 44, 0)
    );
    background: linear-gradient(
        to right,
        rgba(221, 103, 44, 0.2) 70%,
        rgba(221, 103, 44, 0)
    );
}
