/* PrismJS 1.29.0

https://prismjs.com/download.html#themes=prism-okaidia&languages=markup+css+clike+javascript+apacheconf+aspnet+bash+bbcode+c+csharp+cpp+coffeescript+css-extras+dart+django+git+go+go-module+graphql+http+ini+java+javadoclike+jsdoc+js-extras+json+json5+jsonp+jsstacktrace+js-templates+markdown+markup-templating+mongodb+objectivec+perl+php+phpdoc+php-extras+plsql+powershell+pug+python+jsx+tsx+regex+ruby+rust+sass+scss+scala+scheme+smarty+sql+iecst+stylus+swift+typescript+typoscript+wiki&plugins=previewers+command-line+unescaped-markup+normalize-whitespace+toolbar+copy-to-clipboard */

code[class*=language-], pre[class*=language-] {
    color: #f8f8f2;
    background: 0 0;
    text-shadow: 0 1px rgba(0, 0, 0, .3);
    font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
    font-size: 17px;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
}

pre[class*=language-] {
    position: relative;
    padding: 50px 20px 25px 20px;
    margin: 15px 0;
    direction: ltr;
    border-radius: 0em;
    overflow: auto;
    border: none;
}

:not(pre)>code[class*=language-], pre[class*=language-] {
    background: #272822
}

:not(pre)>code[class*=language-] {
    padding: .1em;
    border-radius: .3em;
    white-space: normal
}

pre:before {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 10px;
  font-weight: bold;
  text-shadow: none;
  font-size: 13px;
  padding: 1px 10px;
  /* Will Remove Later */
  border-radius: 0;
  right: auto;
}

pre.language-javascript:before {
  background-color: #f8c555;
  content: "Javascript";
  color: #000;
}

pre.language-html:before {
  background-color: #16a085;
  content: "HTML";
  color: #fff;
}

pre.language-css:before {
  background-color: #00bcd4;
  content: "CSS";
  color: #fff;
}

pre.language-sass:before {
  background-color: #ce679a;
  content: "SASS";
  color: #fff;
}

pre.language-php:before {
  background-color: #4f5b93;
  content: "PHP";
  color: #fff;
}

pre.language-python:before {
  background-color: #4584b6;
  content: "Python";
  color: #fff;
}

pre.language-sql:before {
  background-color: #f29111;
  content: "SQL";
  color: #fff;
}

pre.language-git:before {
  background-color: #bd2c00;
  content: "Git";
  color: #fff;
  text-transform: uppercase;
}

pre.language-typescript:before {
  background-color: #2a76cb;
  color: #fff;
  content: "Typescript";
}

.token.cdata,
.token.comment,
.token.doctype,
.token.prolog {
    color: #8292a2
}

.token.punctuation {
    color: #f8f8f2
}

.token.namespace {
    opacity: .7
}

.token.constant,
.token.deleted,
.token.property,
.token.symbol,
.token.tag {
    color: #f92672
}

.token.boolean,
.token.number {
    color: #ae81ff
}

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

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

.token.atrule, .token.attr-value, .token.class-name, .token.function {
    color: #e6db74
}

.token.keyword {
    color: #66d9ef
}

.token.important,
.token.regex {
    color: #fd971f
}

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

.token.italic {
    font-style: italic
}

.token.entity {
    cursor: help
}

.prism-previewer, .prism-previewer:after, .prism-previewer:before {
    position: absolute;
    pointer-events: none
}

.prism-previewer, .prism-previewer:after {
    left: 50%
}

.prism-previewer {
    margin-top: -48px;
    width: 32px;
    height: 32px;
    margin-left: -16px;
    z-index: 10;
    opacity: 0;
    -webkit-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s
}

.prism-previewer.flipped {
    margin-top: 0;
    margin-bottom: -48px
}

.prism-previewer:after, .prism-previewer:before {
    content: '';
    position: absolute;
    pointer-events: none
}

.prism-previewer:before {
    top: -5px;
    right: -5px;
    left: -5px;
    bottom: -5px;
    border-radius: 10px;
    border: 5px solid #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .5) inset, 0 0 10px rgba(0, 0, 0, .75)
}

.prism-previewer:after {
    top: 100%;
    width: 0;
    height: 0;
    margin: 5px 0 0 -7px;
    border: 7px solid transparent;
    border-color: rgba(255, 0, 0, 0);
    border-top-color: #fff
}

.prism-previewer.flipped:after {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 5px;
    border-top-color: rgba(255, 0, 0, 0);
    border-bottom-color: #fff
}

.prism-previewer.active {
    opacity: 1
}

.prism-previewer-angle:before {
    border-radius: 50%;
    background: #fff
}

.prism-previewer-angle:after {
    margin-top: 4px
}

.prism-previewer-angle svg {
    width: 32px;
    height: 32px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.prism-previewer-angle[data-negative] svg {
    -webkit-transform: scaleX(-1) rotate(-90deg);
    -moz-transform: scaleX(-1) rotate(-90deg);
    -ms-transform: scaleX(-1) rotate(-90deg);
    -o-transform: scaleX(-1) rotate(-90deg);
    transform: scaleX(-1) rotate(-90deg)
}

.prism-previewer-angle circle {
    fill: transparent;
    stroke: #2d3438;
    stroke-opacity: .9;
    stroke-width: 32;
    stroke-dasharray: 0, 500
}

.prism-previewer-gradient {
    background-image: linear-gradient(45deg, #bbb 25%, transparent 25%, transparent 75%, #bbb 75%, #bbb), linear-gradient(45deg, #bbb 25%, #eee 25%, #eee 75%, #bbb 75%, #bbb);
    background-size: 10px 10px;
    background-position: 0 0, 5px 5px;
    width: 64px;
    margin-left: -32px
}

.prism-previewer-gradient:before {
    content: none
}

.prism-previewer-gradient div {
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border-radius: 10px;
    border: 5px solid #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .5) inset, 0 0 10px rgba(0, 0, 0, .75)
}

.prism-previewer-color {
    background-image: linear-gradient(45deg, #bbb 25%, transparent 25%, transparent 75%, #bbb 75%, #bbb), linear-gradient(45deg, #bbb 25%, #eee 25%, #eee 75%, #bbb 75%, #bbb);
    background-size: 10px 10px;
    background-position: 0 0, 5px 5px
}

.prism-previewer-color:before {
    background-color: inherit;
    background-clip: padding-box
}

.prism-previewer-easing {
    margin-top: -76px;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    background: #333
}

.prism-previewer-easing.flipped {
    margin-bottom: -116px
}

.prism-previewer-easing svg {
    width: 60px;
    height: 60px
}

.prism-previewer-easing circle {
    fill: #2d3438;
    stroke: #fff
}

.prism-previewer-easing path {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-width: 4
}

.prism-previewer-easing line {
    stroke: #fff;
    stroke-opacity: .5;
    stroke-width: 2
}

@-webkit-keyframes prism-previewer-time {
    0% {
        stroke-dasharray: 0, 500;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 100, 500;
        stroke-dashoffset: 0
    }

    100% {
        stroke-dasharray: 0, 500;
        stroke-dashoffset: -100
    }
}

@-o-keyframes prism-previewer-time {
    0% {
        stroke-dasharray: 0, 500;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 100, 500;
        stroke-dashoffset: 0
    }

    100% {
        stroke-dasharray: 0, 500;
        stroke-dashoffset: -100
    }
}

@-moz-keyframes prism-previewer-time {
    0% {
        stroke-dasharray: 0, 500;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 100, 500;
        stroke-dashoffset: 0
    }

    100% {
        stroke-dasharray: 0, 500;
        stroke-dashoffset: -100
    }
}

@keyframes prism-previewer-time {
    0% {
        stroke-dasharray: 0, 500;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 100, 500;
        stroke-dashoffset: 0
    }

    100% {
        stroke-dasharray: 0, 500;
        stroke-dashoffset: -100
    }
}

.prism-previewer-time:before {
    border-radius: 50%;
    background: #fff
}

.prism-previewer-time:after {
    margin-top: 4px
}

.prism-previewer-time svg {
    width: 32px;
    height: 32px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.prism-previewer-time circle {
    fill: transparent;
    stroke: #2d3438;
    stroke-opacity: .9;
    stroke-width: 32;
    stroke-dasharray: 0, 500;
    stroke-dashoffset: 0;
    -webkit-animation: prism-previewer-time linear infinite 3s;
    -moz-animation: prism-previewer-time linear infinite 3s;
    -o-animation: prism-previewer-time linear infinite 3s;
    animation: prism-previewer-time linear infinite 3s
}

.command-line-prompt {
    border-right: 1px solid #999;
    display: block;
    float: left;
    font-size: 100%;
    letter-spacing: -1px;
    margin-right: 1em;
    pointer-events: none;
    text-align: right;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.command-line-prompt>span:before {
    opacity: .7;
    content: ' ';
    display: block;
    padding-right: .8em
}

.command-line-prompt>span[data-user]:before {
    content: "["attr(data-user) "@"attr(data-host) "] $"
}

.command-line-prompt>span[data-user=root]:before {
    content: "["attr(data-user) "@"attr(data-host) "] #"
}

.command-line-prompt>span[data-prompt]:before {
    content: attr(data-prompt)
}

.command-line-prompt>span[data-continuation-prompt]:before {
    content: attr(data-continuation-prompt)
}

.command-line span.token.output {
    opacity: .7
}

[class*=lang-] script[type='text/plain'], [class*=language-] script[type='text/plain'], script[type='text/plain'][class*=lang-], script[type='text/plain'][class*=language-] {
    display: block;
    font: 100% Consolas, Monaco, monospace;
    white-space: pre;
    overflow: auto
}

div.code-toolbar {
    position: relative
}

div.code-toolbar > .toolbar {
    position: absolute;
    z-index: 10;
    top: .3em;
    right: .2em;
    transition: opacity .3s ease-in-out;
    opacity: 0
}

div.code-toolbar:hover>.toolbar {
    opacity: 1
}

div.code-toolbar:focus-within>.toolbar {
    opacity: 1
}

div.code-toolbar>.toolbar>.toolbar-item {
    display: inline-block
}

div.code-toolbar>.toolbar>.toolbar-item>a {
    cursor: pointer
}

div.code-toolbar>.toolbar>.toolbar-item>button {
    background: 0 0;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

div.code-toolbar > .toolbar > .toolbar-item > button.copy-to-clipboard-button {
    background-color: #0075ff;
    color: #ffffff;
    position: relative;
    top: 3px;
    right: 5px;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    padding: 1px 9px 5px 7px;
}

div.code-toolbar>.toolbar>.toolbar-item>a, div.code-toolbar>.toolbar>.toolbar-item>button, div.code-toolbar>.toolbar>.toolbar-item>span {
    color: #ffffff;
    font-size: .8em;
    padding: 0 .5em;
    background: #f5f2f0;
    background: rgba(224, 224, 224, .2);
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .2);
    border-radius: .5em
}

div.code-toolbar>.toolbar>.toolbar-item>a:focus, div.code-toolbar>.toolbar>.toolbar-item>a:hover, div.code-toolbar>.toolbar>.toolbar-item>button:focus, div.code-toolbar>.toolbar>.toolbar-item>button:hover, div.code-toolbar>.toolbar>.toolbar-item>span:focus, div.code-toolbar>.toolbar>.toolbar-item>span:hover {
    color: #ffffff;
    text-decoration: none
}
