/* PrismJS 1.22.0
https://prismjs.com/download.html#themes=prism-twilight&languages=markup+css+clike+javascript+abap+abnf+actionscript+ada+agda+al+antlr4+apacheconf+apex+apl+applescript+aql+arduino+arff+asciidoc+aspnet+asm6502+autohotkey+autoit+bash+basic+batch+bbcode+birb+bison+bnf+brainfuck+brightscript+bro+bsl+c+csharp+cpp+cil+clojure+cmake+coffeescript+concurnas+csp+crystal+css-extras+cypher+d+dart+dataweave+dax+dhall+diff+django+dns-zone-file+docker+ebnf+editorconfig+eiffel+ejs+elixir+elm+etlua+erb+erlang+excel-formula+fsharp+factor+firestore-security-rules+flow+fortran+ftl+gml+gcode+gdscript+gedcom+gherkin+git+glsl+go+graphql+groovy+haml+handlebars+haskell+haxe+hcl+hlsl+http+hpkp+hsts+ichigojam+icon+ignore+inform7+ini+io+j+java+javadoc+javadoclike+javastacktrace+jolie+jq+jsdoc+js-extras+json+json5+jsonp+jsstacktrace+js-templates+julia+keyman+kotlin+latex+latte+less+lilypond+liquid+lisp+livescript+llvm+lolcode+lua+makefile+markdown+markup-templating+matlab+mel+mizar+mongodb+monkey+moonscript+n1ql+n4js+nand2tetris-hdl+naniscript+nasm+neon+nginx+nim+nix+nsis+objectivec+ocaml+opencl+oz+parigp+parser+pascal+pascaligo+pcaxis+peoplecode+perl+php+phpdoc+php-extras+plsql+powerquery+powershell+processing+prolog+promql+properties+protobuf+pug+puppet+pure+purebasic+purescript+python+q+qml+qore+r+racket+jsx+tsx+reason+regex+renpy+rest+rip+roboconf+robotframework+ruby+rust+sas+sass+scss+scala+scheme+shell-session+smali+smalltalk+smarty+sml+solidity+solution-file+soy+sparql+splunk-spl+sqf+sql+stan+iecst+stylus+swift+t4-templating+t4-cs+t4-vb+tap+tcl+tt2+textile+toml+turtle+twig+typescript+typoscript+unrealscript+vala+vbnet+velocity+verilog+vhdl+vim+visual-basic+warpscript+wasm+wiki+xeora+xml-doc+xojo+xquery+yaml+yang+zig&plugins=line-numbers */
/**
 * prism.js Twilight theme
 * Based (more or less) on the Twilight theme originally of Textmate fame.
 * @author Remy Bach
 */

pre.theme-twilight code[class*="language-"],
pre[class*="language-"].theme-twilight {
	color: white;
	background: none;
	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
	font-size: 1em;
	text-align: left;
	text-shadow: 0 -.1em .2em black;
	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-"].theme-twilight {
	background: hsl(0, 0%, 8%); /* #141414 */
}

/* Code blocks */
pre[class*="language-"].theme-twilight {
	border-radius: .5em;
	border: .3em solid hsl(0, 0%, 33%); /* #282A2B */
	box-shadow: 1px 1px .5em black inset;
	margin: .5em 0;
	overflow: auto;
	padding: 1em;
}

pre[class*="language-"].theme-twilight::-moz-selection {
	/* Firefox */
	background: hsl(200, 4%, 16%); /* #282A2B */
}

pre[class*="language-"].theme-twilight::selection {
	/* Safari */
	background: hsl(200, 4%, 16%); /* #282A2B */
}

/* Text Selection colour */
pre[class*="language-"].theme-twilight::-moz-selection, pre[class*="language-"].theme-twilight ::-moz-selection,
pre.theme-twilight code[class*="language-"]::-moz-selection, pre.theme-twilight code[class*="language-"] ::-moz-selection {
	text-shadow: none;
	background: hsla(0, 0%, 93%, 0.15); /* #EDEDED */
}

pre[class*="language-"].theme-twilight::selection, pre[class*="language-"].theme-twilight ::selection,
pre.theme-twilight code[class*="language-"]::selection, pre.theme-twilight code[class*="language-"] ::selection {
	text-shadow: none;
	background: hsla(0, 0%, 93%, 0.15); /* #EDEDED */
}

pre.theme-twilight .token.comment,
pre.theme-twilight .token.prolog,
pre.theme-twilight .token.doctype,
pre.theme-twilight .token.cdata {
	color: hsl(0, 0%, 47%); /* #777777 */
}

pre.theme-twilight .token.punctuation {
	opacity: .7;
}

pre.theme-twilight .token.namespace {
	opacity: .7;
}

pre.theme-twilight .token.tag,
pre.theme-twilight .token.boolean,
pre.theme-twilight .token.number,
pre.theme-twilight .token.deleted {
	color: hsl(14, 58%, 55%); /* #CF6A4C */
}

pre.theme-twilight .token.keyword,
pre.theme-twilight .token.property,
pre.theme-twilight .token.selector,
pre.theme-twilight .token.constant,
pre.theme-twilight .token.symbol,
pre.theme-twilight .token.builtin {
	color: hsl(53, 89%, 79%); /* #F9EE98 */
}

pre.theme-twilight .token.attr-name,
pre.theme-twilight .token.attr-value,
pre.theme-twilight .token.string,
pre.theme-twilight .token.char,
pre.theme-twilight .token.operator,
pre.theme-twilight .token.entity,
pre.theme-twilight .token.url,
pre.theme-twilight .language-css .token.string,
pre.theme-twilight .style .token.string,
pre.theme-twilight .token.variable,
pre.theme-twilight .token.inserted {
	color: hsl(76, 21%, 52%); /* #8F9D6A */
}

pre.theme-twilight .token.atrule {
	color: hsl(218, 22%, 55%); /* #7587A6 */
}

pre.theme-twilight .token.regex,
pre.theme-twilight .token.important {
	color: hsl(42, 75%, 65%); /* #E9C062 */
}

pre.theme-twilight .token.important,
pre.theme-twilight .token.bold {
	font-weight: bold;
}
pre.theme-twilight .token.italic {
	font-style: italic;
}

pre.theme-twilight .token.entity {
	cursor: help;
}

pre[data-line].theme-twilight  {
	padding: 1em 0 1em 3em;
	position: relative;
}

/* Markup */
pre.theme-twilight .language-markup .token.tag,
pre.theme-twilight .language-markup .token.attr-name,
pre.theme-twilight .language-markup .token.punctuation {
	color: hsl(33, 33%, 52%); /* #AC885B */
}

/* Make the tokens sit above the line highlight so the colours don't look faded. */
pre.theme-twilight .token {
	position: relative;
	z-index: 1;
}

pre.theme-twilight .line-highlight {
	background: hsla(0, 0%, 33%, 0.25); /* #545454 */
	background: linear-gradient(to right, hsla(0, 0%, 33%, .1) 70%, hsla(0, 0%, 33%, 0)); /* #545454 */
	border-bottom: 1px dashed hsl(0, 0%, 33%); /* #545454 */
	border-top: 1px dashed hsl(0, 0%, 33%); /* #545454 */
	left: 0;
	line-height: inherit;
	margin-top: 0.75em; /* Same as .prism’s padding-top */
	padding: inherit 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	white-space: pre;
	z-index: 0;
}

pre.theme-twilight .line-highlight:before,
pre.theme-twilight .line-highlight[data-end]:after {
	background-color: hsl(215, 15%, 59%); /* #8794A6 */
	border-radius: 999px;
	box-shadow: 0 1px white;
	color: hsl(24, 20%, 95%); /* #F5F2F0 */
	content: attr(data-start);
	font: bold 65%/1.5 sans-serif;
	left: .6em;
	min-width: 1em;
	padding: 0 .5em;
	position: absolute;
	text-align: center;
	text-shadow: none;
	top: .4em;
	vertical-align: .3em;
}

pre.theme-twilight .line-highlight[data-end]:after {
	bottom: .4em;
	content: attr(data-end);
	top: auto;
}

pre[class*="language-"].theme-twilight.line-numbers {
	position: relative;
	padding-left: 3.8em;
	counter-reset: linenumber;
}

pre[class*="language-"].theme-twilight.line-numbers > code {
	position: relative;
	white-space: inherit;
}

pre.theme-twilight.line-numbers .line-numbers-rows {
	position: absolute;
	pointer-events: none;
	top: 0;
	font-size: 100%;
	left: -3.8em;
	width: 3em; /* works for line-numbers below 1000 lines */
	letter-spacing: -1px;
	border-right: 1px solid #999;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

}

pre.theme-twilight .line-numbers-rows > span {
	display: block;
	counter-increment: linenumber;
}

pre.theme-twilight .line-numbers-rows > span:before {
	content: counter(linenumber);
	color: #999;
	display: block;
	padding-right: 0.8em;
	text-align: right;
}

