._wrapper_6cez5_1 {
  position: relative;
  z-index: 0;
  width: fit-content;
}
.wrapper {
  font-size: 0.8rem;
  position: relative;
  display: inline-block;
  width: auto;
  cursor: pointer;
}
.tooltip {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 1.15rem;
  font-size: 0.8rem;
  border-radius: 0.3rem;
  background-color: rgb(45, 55, 72);
  color: rgb(255, 255, 255);
  padding: 0rem 0.3rem;
  transition: height 200ms ease-out 0s, opacity 200ms ease-in 0s;
  height: 0rem;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
}
::slotted(*) {
  margin: 0 0;
}
.slotContainer:hover {
  opacity: 0.7;
}
.wrapper:hover .tooltip {
  height: 1.4rem;
  opacity: 1;
}
._warn_1rysy_1 {
  background-color: orange;
  border-color: #cc8400;
  border-width: 2px;
  border-radius: 0.375rem;
  border-style: solid;
  font-size: 0.75rem;
  line-height: 1.25rem;
  padding: 0.75rem 0.55rem;
}
._warn_1rysy_1 code {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 0.15rem 0.25rem;
  border-radius: 0.275rem;
}
._boxLabel_1gsk9_1 {
  font-family: monospace;
  margin: 0.125rem;
  font-size: 0.75rem;
  color: #fff;
}
._boxLabelSmall_1gsk9_8 {
  font-size: 0.65rem;
}
._boxesContainer_1gsk9_12 {
  display: flex;
  flex-direction: column;
}
._box_1gsk9_1 {
  cursor: pointer;
  height: 6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 0.375rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  background-color: #6366f1;
}
._boxes_xuqjg_1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
._text_xuqjg_7 {
  display: flex;
  flex-direction: column;
}
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial,
    sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
  overflow-y: scroll;
}
dockit-layout [slot='logo'] > :first-child {
  width: auto;
  height: var(--private--dockit-layout-logo-height);
}
.prose :where(h1, h2, h3, h4, h5, h6) {
  scroll-margin-top: calc(var(--private--dockit-layout-header-height) + 1rem);
}
.prose figcaption {
  margin: 0.5rem 0;
  text-align: center;
}
.prose {
  max-width: unset;
}
/* copied from typography styles */
/* double-class is due to a specificity war with the Prism theme */
.prose.prose :where(pre):not(:where([class~='not-prose'] *)) {
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
/* copied from typography styles */
/* double-class is due to a specificity war with the Prism theme */
.prose.prose :where(pre code):not(:where([class~='not-prose'] *)) {
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.story_padded {
  line-height: initial;
}
.preview-story {
  border: 1px solid #404040;
  border-radius: 6px;
  margin-bottom: 15px;
}
.preview-story .story_padded {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 15px;
}
.preview-story details {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: 1px solid #404040;
  overflow: hidden;
}
.preview-story summary {
  background-color: #e5e5e5;
  cursor: pointer;
  padding: 5px 20px;
}
.preview-story summary:hover {
  background-color: #d4d4d4;
}
/* double-class is due to a specificity war with typography and Prism theme */
.preview-story.preview-story pre {
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 15px;
}
html {
  color-scheme: light;
}
html.dark {
  color-scheme: dark;
}
html.dark .preview-story,
html.dark .preview-story details {
  border-color: #404040;
}
html.dark .preview-story summary {
  background-color: #262626;
}
api-viewer,
api-docs,
api-demo {
  --ave-border-radius: 6px;
  --ave-tab-indicator-size: 6px;

  --ave-primary-color: #e5e5e5;
  --ave-accent-color: #000000;
  --ave-border-color: #404040;
  --ave-header-background: #e5e5e5;
  --ave-header-color: #404040;
  --ave-item-color: #404040;
  --ave-label-color: #404040;
  --ave-link-color: #171717;
  --ave-link-hover-color: #171717;
  --ave-tab-color: #404040;
  --ave-tab-selected-color: #737373;
}
html.dark api-viewer,
html.dark api-docs,
html.dark api-demo {
  --ave-primary-color: #262626;
  --ave-accent-color: #ffffff;
  --ave-border-color: #404040;
  --ave-header-background: #262626;
  --ave-header-color: #d4d4d4;
  --ave-item-color: #d4d4d4;
  --ave-label-color: #a3a3a3;
  --ave-link-color: #ffffff;
  --ave-link-hover-color: #ffffff;
  --ave-tab-color: #d4d4d4;
  --ave-tab-selected-color: #a3a3a3;
}
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial,
    sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
  overflow-y: scroll;
}
dockit-layout [slot='logo'] > :first-child {
  width: auto;
  height: var(--private--dockit-layout-logo-height);
}
.prose :where(h1, h2, h3, h4, h5, h6) {
  scroll-margin-top: calc(var(--private--dockit-layout-header-height) + 1rem);
}
.prose figcaption {
  margin: 0.5rem 0;
  text-align: center;
}
.prose {
  max-width: unset;
}
/* copied from typography styles */
/* double-class is due to a specificity war with the Prism theme */
.prose.prose :where(pre):not(:where([class~='not-prose'] *)) {
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
/* copied from typography styles */
/* double-class is due to a specificity war with the Prism theme */
.prose.prose :where(pre code):not(:where([class~='not-prose'] *)) {
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.story_padded {
  line-height: initial;
}
.preview-story {
  border: 1px solid #404040;
  border-radius: 6px;
  margin-bottom: 15px;
}
.preview-story .story_padded {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 15px;
}
.preview-story details {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: 1px solid #404040;
  overflow: hidden;
}
.preview-story summary {
  background-color: #e5e5e5;
  cursor: pointer;
  padding: 5px 20px;
}
.preview-story summary:hover {
  background-color: #d4d4d4;
}
/* double-class is due to a specificity war with typography and Prism theme */
.preview-story.preview-story pre {
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 15px;
}
html {
  color-scheme: light;
}
html.dark {
  color-scheme: dark;
}
html.dark .preview-story,
html.dark .preview-story details {
  border-color: #404040;
}
html.dark .preview-story summary {
  background-color: #262626;
}
api-viewer,
api-docs,
api-demo {
  --ave-border-radius: 6px;
  --ave-tab-indicator-size: 6px;

  --ave-primary-color: #e5e5e5;
  --ave-accent-color: #000000;
  --ave-border-color: #404040;
  --ave-header-background: #e5e5e5;
  --ave-header-color: #404040;
  --ave-item-color: #404040;
  --ave-label-color: #404040;
  --ave-link-color: #171717;
  --ave-link-hover-color: #171717;
  --ave-tab-color: #404040;
  --ave-tab-selected-color: #737373;
}
html.dark api-viewer,
html.dark api-docs,
html.dark api-demo {
  --ave-primary-color: #262626;
  --ave-accent-color: #ffffff;
  --ave-border-color: #404040;
  --ave-header-background: #262626;
  --ave-header-color: #d4d4d4;
  --ave-item-color: #d4d4d4;
  --ave-label-color: #a3a3a3;
  --ave-link-color: #ffffff;
  --ave-link-hover-color: #ffffff;
  --ave-tab-color: #d4d4d4;
  --ave-tab-selected-color: #a3a3a3;
}
/**
 * prism.js tomorrow night eighties for JavaScript, CoffeeScript, CSS and HTML
 * Based on https://github.com/chriskempson/tomorrow-theme
 * @author Rose Pritchard
 */

code[class*="language-"],
pre[class*="language-"] {
	color: #ccc;
	background: none;
	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-"] {
	padding: 1em;
	margin: .5em 0;
	overflow: auto;
}

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

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

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

.token.punctuation {
	color: #ccc;
}

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

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

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

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

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

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

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

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

.token.entity {
	cursor: help;
}

.token.inserted {
	color: green;
}
