/**
 * 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-wrap;
  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 4rem 1rem 1rem;
  margin: 0;
  overflow: auto;
  border-radius: 4px;
}

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

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

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray;
}

.token.punctuation {
  color: #f8f8f2;
}

.token.namespace {
  opacity: 0.7;
}

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

.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;
}

code:first-line,
code > br:last-child {
  line-height: 0;
}

.fizz-styles body {
  background-color: white;
}

.docs-header {
  background-color: #052C48;
  color: #FFFFFF;
}

.docs-header a {
  color: inherit;
}

.docs-footer {
  background-color: #595959;
  color: #FFFFFF;
  font-size: 0.75rem;
  line-height: 1.125rem;
}

.docs-aside ul {
  list-style: none;
  padding-left: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-left: -1rem;
  margin-right: -1rem;
}

.docs-aside a {
  color: inherit;
  text-decoration: none;
  display: block;
  padding: 0.25rem 1rem;
}

.docs-aside [aria-current],
.docs-aside [data-state=active] {
  background-color: #127CA5;
  color: #FFFFFF;
}

a.site-title {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

a.site-title:hover {
  text-decoration: none;
}

.site-title svg {
  margin-right: 0.5rem;
}

.site-title span {
  position: relative;
  top: -2px;
}

.palette p {
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  line-height: 1.125rem;
}

[data-color-name*="-500"],
[data-color-name*="-600"],
[data-color-name*="-700"],
[data-color-name*="-800"],
[data-color-name*="-900"],
[data-color-name*=black] {
  color: #FFFFFF;
}

blockquote {
  color: #595959;
  font-size: 1.5rem;
  line-height: 2.25rem;
  padding: 1rem 1rem 1rem 2rem;
  border-left: 4px solid #078854;
}

blockquote strong {
  color: #1B1B1B;
}

a:hover > #icon-github {
  transform: scale(1.1);
  transform-origin: center center;
}

.docs-aside nav {
  padding: 1rem;
  margin-bottom: 2rem;
}

.release-list time {
  min-width: 120px;
}

@media (min-width: 700px) {
  .docs-aside nav {
    padding: 0;
  }
}
.fizz-details summary {
  list-style: none;
  cursor: pointer;
  padding: 0.25rem 0.5rem 0.25rem 1.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M30 18H18v12h-4V18H2v-4h12V2h4v12h12v4z' fill='%23002B48'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  background-position: left 50%;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  display: inline-block;
  color: #052C48;
}

.fizz-details summary:hover {
  color: #127CA5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M30 18H18v12h-4V18H2v-4h12V2h4v12h12v4z' fill='%23008FBE'/%3E%3C/svg%3E%0A");
}

.fizz-details summary::-webkit-details-marker {
  display: none;
}

.fizz-details[open] summary {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M30 18H2v-4h28v4z' fill='%23002B48'/%3E%3C/svg%3E%0A");
}

.fizz-details[open] summary:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M30 18H2v-4h28v4z' fill='%23008FBE'/%3E%3C/svg%3E%0A");
}

pre.language-html {
  position: relative;
}

.copy-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5rem 1rem;
  background: #127CA5;
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.aa-Autocomplete {
  --color-mark: black;
  --color-background: #fff;
  --color-selected: #f5f5fa;
  --color-text: #23263b;
  --color-input-icon: #777;
  --color-source-icon: rgba(80,80,80,0.32);
  --height: 38px;
  --height-icon: 16px;
  --font-size: 16px;
}

.aa-Form {
  height: 38px;
  border: 1px solid #BFBFBF;
  border-radius: 4px;
}

.aa-Form:hover,
.aa-Form:focus-within {
  border-color: #1F9CC6;
}

.aa-Autocomplete .aa-Form:focus-within {
  outline: none;
  border-color: #1F9CC6;
  box-shadow: 0px 0px 6px #0090C3;
}

.aa-SubmitButton {
  padding: 0;
  margin: 0;
  width: 2.25rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M22 19.6h-1.3l-.4-.4c1.6-1.8 2.5-4.2 2.5-6.8C22.8 6.7 18.2 2 12.4 2S2 6.7 2 12.4s4.7 10.4 10.4 10.4c2.6 0 4.9-.9 6.8-2.5l.4.4V22l8 8 2.4-2.4-8-8zm-9.6 0c-4 0-7.2-3.2-7.2-7.2s3.2-7.2 7.2-7.2 7.2 3.2 7.2 7.2-3.2 7.2-7.2 7.2z' fill='%23002B48'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  background-position: top 50% left 0.75rem;
}

.aa-SubmitButton svg {
  display: none;
}

.aa-ClearButton {
  display: none;
}

.aa-Panel {
  padding: 0.5rem;
  margin-top: 0.5rem;
}

.aa-Panel a:hover {
  text-decoration: none;
}

.aa-PanelLayout {
  padding: 0;
}

.aa-Item {
  padding: 0;
}

.aa-Item[aria-selected=true] {
  background-color: #F2F7FB;
}

.aa-ItemIcon {
  display: none;
}

.aa-ItemContent {
  padding: 0.5rem;
}

.aa-Item .aa-ItemContent mark {
  color: #008FBE;
}

.aa-ItemTitle {
  margin-bottom: 0.25rem;
}

.aa-ItemDescription {
  color: #595959;
}

.aa-poweredBy {
  padding: 0;
}
