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

pre[class*=language-] {
	padding: 1em;
	margin: .5em 0;
	overflow: auto
}

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

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

.token.block-comment, .token.cdata, .token.comment, .token.doctype, .token.prolog {
	color: #999
}

.token.punctuation {
	color: #ccc
}

.token.attr-name, .token.deleted, .token.namespace, .token.tag {
	color: #e2777a
}

.token.function-name {
	color: #6196cc
}

.token.boolean, .token.function, .token.number {
	color: #f08d49
}

.token.class-name, .token.constant, .token.property, .token.symbol {
	color: #f8c555
}

.token.atrule, .token.builtin, .token.important, .token.keyword, .token.selector {
	color: #cc99cd
}

.token.attr-value, .token.char, .token.regex, .token.string, .token.variable {
	color: #7ec699
}

.token.entity, .token.operator, .token.url {
	color: #67cdcc
}

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

.token.italic {
	font-style: italic
}

.token.entity {
	cursor: help
}

.token.inserted {
	color: green
}

pre[class*="language-"] {
	position: relative;
	overflow: auto;
	line-height: normal;
	margin: 0px 0;
	padding: 5px 10px;
	border-radius: 0px
}

pre[class*="language-"] button {
	position: absolute;
	top: 2px;
	right: 7px;
	font-size: 0.9rem;
	padding: 0;
	font-weight: 400;
	background: transparent;
	border: none;
	border-radius: 0px;
	color: #B3B9C4
}

pre[class*="language-"] button:hover {
	cursor: pointer;
	background: transparent !important
}

.tooltip .tooltip-inner {
	background: #1D7AFC
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
	border-top-color: #1D7AFC
}
