/* PrismJS 1.22.0
https://prismjs.com/download.html#themes=prism-funky&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 Funky theme
 * Based on “Polyfilling the gaps” talk slides http://lea.verou.me/polyfilling-the-gaps/
 * @author Lea Verou
 */

pre.theme-funky code[class*="language-"],
pre[class*="language-"].theme-funky {
	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
	font-size: 1em;
	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;
}

/* Code blocks */
pre[class*="language-"].theme-funky {
	padding: .4em .8em;
	margin: .5em 0;
	overflow: auto;
	background: url('data:image/svg+xml;charset=utf-8,<svg%20version%3D"1.1"%20xmlns%3D"http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg"%20width%3D"100"%20height%3D"100"%20fill%3D"rgba(0%2C0%2C0%2C.2)">%0D%0A<polygon%20points%3D"0%2C50%2050%2C0%200%2C0"%20%2F>%0D%0A<polygon%20points%3D"0%2C100%2050%2C100%20100%2C50%20100%2C0"%20%2F>%0D%0A<%2Fsvg>');
	background-size: 1em 1em;
}

pre.theme-funky code[class*="language-"] {
	background: black;
	color: white;
	box-shadow: -.3em 0 0 .3em black, .3em 0 0 .3em black;
}

pre.theme-funky .token.comment,
pre.theme-funky .token.prolog,
pre.theme-funky .token.doctype,
pre.theme-funky .token.cdata {
	color: #aaa;
}

pre.theme-funky .token.punctuation {
	color: #999;
}

pre.theme-funky .token.namespace {
	opacity: .7;
}

pre.theme-funky .token.property,
pre.theme-funky .token.tag,
pre.theme-funky .token.boolean,
pre.theme-funky .token.number,
pre.theme-funky .token.constant,
pre.theme-funky .token.symbol {
	color: #0cf;
}

pre.theme-funky .token.selector,
pre.theme-funky .token.attr-name,
pre.theme-funky .token.string,
pre.theme-funky .token.char,
pre.theme-funky .token.builtin {
	color: yellow;
}

pre.theme-funky .token.operator,
pre.theme-funky .token.entity,
pre.theme-funky .token.url,
pre.theme-funky .language-css .token.string,
pre.theme-funky .token.variable,
pre.theme-funky .token.inserted {
	color: yellowgreen;
}

pre.theme-funky .token.atrule,
pre.theme-funky .token.attr-value,
pre.theme-funky .token.keyword {
	color: deeppink;
}

pre.theme-funky .token.regex,
pre.theme-funky .token.important {
	color: orange;
}

pre.theme-funky .token.important,
pre.theme-funky .token.bold {
	font-weight: bold;
}
pre.theme-funky .token.italic {
	font-style: italic;
}

pre.theme-funky .token.entity {
	cursor: help;
}

pre.theme-funky .token.deleted {
	color: red;
}

/* Plugin styles: Diff Highlight */
pre.theme-funky.diff-highlight.diff-highlight > code .token.deleted:not(.prefix),
pre.theme-funky > code.diff-highlight.diff-highlight .token.deleted:not(.prefix) {
	background-color: rgba(255, 0, 0, .3);
	display: inline;
}

pre.theme-funky.diff-highlight.diff-highlight > code .token.inserted:not(.prefix),
pre.theme-funky > code.diff-highlight.diff-highlight .token.inserted:not(.prefix) {
	background-color: rgba(0, 255, 128, .3);
	display: inline;
}

pre[class*="language-"].theme-funky.line-numbers {
	position: relative;
	padding-left: 3.8em;
	counter-reset: linenumber;
}

pre[class*="language-"].theme-funky.line-numbers > code {
	position: relative;
	white-space: inherit;
}

pre.theme-funky.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-funky .line-numbers-rows > span {
	display: block;
	counter-increment: linenumber;
}

pre.theme-funky .line-numbers-rows > span:before {
	content: counter(linenumber);
	color: #999;
	display: block;
	padding-right: 0.8em;
	text-align: right;
}

