/*!*******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/app-styles.css ***!
  \*******************************************************************************************************************************************************************************************************************/
sh-page[theme="dark"] img[src*="Light"] {
  display: none !important;
}
sh-page[theme="light"] img[src*="Dark"] {
  display: none !important;
}
.md-wrapper markdown {
	padding: 32px 32px !important;
}
markdown img {
  width: 100%;
}
pre {
  background: rgba(var(--ui-1), var(--opacity-7)) !important;
  max-height: 320px !important;
  padding: 16px !important;
  margin: 0 0 24px 0 !important;
}
pre code {
  font-size: 14px !important;
  line-height: 20px !important;
  text-shadow: none !important;
  padding: 0;
  background: transparent;
  color: var(--text-secondary) !important;
}
pre code .token.punctuation,
pre code .token.operator {
  color: var(--text-secondary) !important;
}
pre code .token.comment {
  color: var(--support-3) !important;
}
pre code .token.attr-name,
pre code .token.function {
  color: var(--support-4) !important;
}
pre code .token.tag,
pre code .token.keyword {
  color: var(--support-5) !important;
}
pre code .token.attr-value,
pre code .token.string {
  color: var(--support-6) !important;
}
code {
  background: rgba(var(--ui-1), var(--opacity-7));
  color: var(--support-4);
  padding: 2px 4px;
  border-radius: 2px;
}
markdown > sh-text[size="super-header"], markdown > ul sh-text[size="super-header"] {
  font-size: 32px;
  line-height: 32px;
  position: absolute;
  top: 24px;
  width: calc(100% - 64px);
  max-width: 896px;
  margin: auto;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(var(--ui-1), var(--opacity-5));
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
markdown > sh-text[size="header-2"].h2, markdown > ul sh-text[size="header-2"].h2 {
  margin: 0 0 16px 0;
  font-size: 20px;
  line-height: 32px;
  padding-top: 24px;
}
markdown > sh-text[size="header-2"].h3, markdown > ul sh-text[size="header-2"].h3 {
  font-size: 16px;
  margin: 0 0 8px 0;
  padding-top: 24px;
}
markdown > sh-text[size="header-2"].h4, markdown > ul sh-text[size="header-2"].h4 {
  font-size: 14px !important;
  margin: 0 0 8px 0 !important;
  padding-top: 24px !important;
}
markdown > sh-text[size="header-2"].h5, markdown > ul sh-text[size="header-2"].h5 {
  font-size: 16px;
  line-height: 56px;
  position: absolute;
  top: 64px;
  width: calc(100% - 64px);
  max-width: 896px;
  margin: auto;
}
markdown > sh-text[size="body-1"], markdown > ul sh-text[size="body-1"] {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 24px 0;
}
markdown .link {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  margin: 0 !important;
  width: auto;
}
markdown li {
  font: var(--body-1);
  color: var(--text-primary);
  font-size: 16px;
  line-height: 32px;
}
markdown li > sh-text {
  margin: 0 !important;
}
markdown > sh-divider {
  padding: 4px 0;
}
markdown table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 24px;
}
markdown table th, markdown table td {
  font-size: 0.875rem;
  line-height: 24px !important;
  padding: 16px 12px 16px 0px;
  border-bottom: 1px solid rgba(var(--ui-1), var(--opacity-7));
  color: var(--text-primary);
}
markdown table th {
  font: var(--title-1);
  border-color: rgba(var(--ui-1), var(--opacity-4));
}
.demo + pre {
  margin-top: -32px !important;
}
.demo:not(iframe) {
  background-color: var(--base-2);
  overflow: visible;
  margin: 24px 0 24px 0;
  position: relative;
  border-radius: 2px;
  border: 1px solid rgba(var(--ui-1), var(--opacity-6));
  font-size: 14px;
}
.demo:not(iframe) > div {
  padding: 48px;
  display: block;
  flex-direction: column;
  margin: auto;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 320px;
  max-width: 100%;
  perspective: 1px;
}
.demo.template:not(iframe) > div {
  zoom: 55%;
  width: 100%;
}
.demo.phone:not(iframe) > div, .demo.tablet:not(iframe) > div {
  margin: 40px auto;
  border: 2px solid var(--highlight-20);
  overflow: hidden;
  border-radius: 16px;
  padding: 0px;
  min-width: 0;
}
.demo.custom-phone:not(iframe) > div, .demo.custom-tablet:not(iframe) > div {
  margin: 5px auto;
  border: 2px solid var(--highlight-20);
  overflow: hidden;
  border-radius: 16px;
  padding: 0px;
  min-width: 0;
}
.demo.phone:not(iframe) > div {
  height: 720px;
  width: 375px;
}
.demo.custom-phone:not(iframe) > div {
  height: 600px;
  width: 350px;
  transform: scale(0.85);
  -ms-transform: scale(0.85);
}
.demo.tablet:not(iframe) > div {
  height: 1024px;
  width: 768px;
  zoom: 80%;
}
.demo-cut:not(iframe) > div {
  height: 240px !important;
  width: 375px !important;
  border-radius: 16px 16px 0 0 !important;
  border-top: 2px solid var(--highlight-20);
  border-left: 2px solid var(--highlight-20);
  border-right: 2px solid var(--highlight-20);
  border-bottom: none !important;
  overflow: hidden !important;
  zoom: 100%;
}
.demo.stretch:not(iframe) > div {
  padding: 0;
  width: 100%;
}
.demo.row:not(iframe) > div {
  display: flex;
  flex-direction: row;
}
.demo.has-margin:not(iframe) > div > * {
  margin: 8px auto;
}
.demo.row.has-margin:not(iframe) > div > * {
  margin: auto 8px;
}
.demo.resizable:not(iframe) > div {
  display: block;
  resize: both;
  padding: 16px;
  overflow: auto;
  box-sizing: border-box;
  min-width: calc(375px + 32px);
  max-width: calc(100% - 32px);
  max-height: calc(100% - 32px);
  margin: 16px auto;
  border-radius: 2px;
  border: 2px solid var(--support-1);
}
.demo.resizable.horizontal:not(iframe) > div {
  resize: horizontal;
}
.demo.resizable.vertical:not(iframe) > div {
  resize: vertical;
}
.demo:not(iframe) hr {
  margin: 8px 0 !important;
  height: 0px !important;
}
/* styles for iframe */
iframe {
  background-color: var(--base-2);
  overflow: visible;
  margin: 24px 0 32px 0;
  position: relative;
  border-radius: 2px;
  border: 1px solid rgba(var(--ui-1), var(--opacity-6));
}
iframe.demo {
  /* padding: 48px; */
  display: block;
  flex-direction: column;
  margin: 24px auto;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  min-width: 375px;
  max-width: 100%;
  perspective: 1px;
}
iframe.resizable {
  display: block;
  resize: both;
  overflow: auto;
  width: 1048px;
  box-sizing: border-box;
  max-width: 1048px;
  min-width: calc(375px + 18px);
  transform: translateX(-76px);
  border-radius: 2px;
  border: 1px solid var(--support-1);
  margin: 24px 0;
}
iframe.horizontal {
  resize: horizontal;
}
iframe.resizable.vertical {
  resize: vertical;
}
iframe.stretch {
  padding: 0;
  width: 100%;
}
/* styles for demo wrapper (inside iframe) */
.iframe {
  height: 100%;
}
.iframe.column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.iframe.column > * + * {
  margin-top: 16px;
}
.iframe.row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.iframe.row > * + * {
  margin-left: 16px;
}
.iframe.template {
  zoom: 55%;
  width: 100%;
}
.iframe.phone {
  position: absolute;
  width: 375px;
  overflow: hidden;
  padding: 0px;
}
.iframe.phone.cut {
  height: 240px;
}
.iframe.has-margin > * {
  margin: 8px auto;
}
/* home screen quick links */
.links-grid {
  margin: 0 2px;
}
.links-grid sh-home-card {
  height: 240px;
}
.links-grid sh-grid a {
  text-decoration: none;
}
.links-grid sh-grid a .quick-links sh-text[href] {
  display: inline-block;
  width: auto;
}
.color-sample {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 1px solid rgba(var(--ui-1), var(--opacity-6));
}
*[hidden] {
  display: none !important;
}
/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/prismjs/themes/prism-okaidia.css ***!
  \***************************************************************************************************************************************************************************************************************************************/
/**
 * okaidia theme for JavaScript, CSS and HTML
 * Loosely based on Monokai textmate theme by http://www.monokai.nl/
 * @author ocodia
 */

code[class*="language-"],
pre[class*="language-"] {
	color: #f8f8f2;
	background: none;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
	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;
	hyphens: none;
}

/* Code blocks */

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

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

/* Inline code */

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

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

.token.punctuation {
	color: #f8f8f2;
}

.token.namespace {
	opacity: .7;
}

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

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

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

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

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

.token.keyword {
	color: #66d9ef;
}

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

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

.token.italic {
	font-style: italic;
}

.token.entity {
	cursor: help;
}

/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/prismjs/plugins/line-numbers/prism-line-numbers.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
pre[class*="language-"].line-numbers {
	position: relative;
	padding-left: 3.8em;
	counter-reset: linenumber;
}

pre[class*="language-"].line-numbers > code {
	position: relative;
	white-space: inherit;
}

.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;
	user-select: none;

}

.line-numbers-rows > span {
		display: block;
		counter-increment: linenumber;
	}

.line-numbers-rows > span:before {
			content: counter(linenumber);
			color: #999;
			display: block;
			padding-right: 0.8em;
			text-align: right;
		}

/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/prismjs/plugins/line-highlight/prism-line-highlight.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
pre[data-line] {
	position: relative;
	padding: 1em 0 1em 3em;
}

.line-highlight {
	position: absolute;
	left: 0;
	right: 0;
	padding: inherit 0;
	margin-top: 1em; /* Same as .prism’s padding-top */

	background: hsla(24, 20%, 50%,.08);
	background: linear-gradient(to right, hsla(24, 20%, 50%,.1) 70%, hsla(24, 20%, 50%,0));

	pointer-events: none;

	line-height: inherit;
	white-space: pre;
}

@media print {
	.line-highlight {
		/*
		 * This will prevent browsers from replacing the background color with white.
		 * It's necessary because the element is layered on top of the displayed code.
		 */
		-webkit-print-color-adjust: exact;
		color-adjust: exact;
	}
}

.line-highlight:before,
	.line-highlight[data-end]:after {
		content: attr(data-start);
		position: absolute;
		top: .4em;
		left: .6em;
		min-width: 1em;
		padding: 0 .5em;
		background-color: hsla(24, 20%, 50%,.4);
		color: hsl(24, 20%, 95%);
		font: bold 65%/1.5 sans-serif;
		text-align: center;
		vertical-align: .3em;
		border-radius: 999px;
		text-shadow: none;
		box-shadow: 0 1px white;
	}

.line-highlight[data-end]:after {
		content: attr(data-end);
		top: auto;
		bottom: .4em;
	}

.line-numbers .line-highlight:before,
.line-numbers .line-highlight:after {
	content: none;
}

pre[id].linkable-line-numbers span.line-numbers-rows {
	pointer-events: all;
}

pre[id].linkable-line-numbers span.line-numbers-rows > span:before {
	cursor: pointer;
}

pre[id].linkable-line-numbers span.line-numbers-rows > span:hover:before {
	background-color: rgba(128, 128, 128, .2);
}


/*# sourceMappingURL=styles.css.map*/