:root {
  --md-primary-fg-color: #080a0b;
  --md-primary-bg-color: #f7f8f8;
  --md-accent-fg-color: #1499ff;
  --md-default-bg-color: #080a0b;
  --md-default-fg-color: #f4f7f8;
  --md-default-fg-color--light: #a7afb7;
  --md-default-fg-color--lighter: #727b84;
  --md-code-bg-color: #11161a;
  --md-code-fg-color: #e8edf2;
  --md-typeset-a-color: #1499ff;
  --show-border: #24292e;
  --show-panel: #0b0f11;
  --show-panel-soft: #0f151a;
  --show-text-muted: #a4acb5;
  --show-active: rgba(20, 153, 255, 0.12);
  --show-font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --show-mono: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
}

html {
  background: var(--md-default-bg-color);
  font-family: var(--show-font);
}

body {
  background: var(--md-default-bg-color);
  font-family: var(--show-font);
}

.md-header {
  height: 3.6rem;
  background: #070909;
  border-bottom: 1px solid var(--show-border);
  box-shadow: none;
}

.md-header__inner {
  min-height: 3.6rem;
}

.md-header__button.md-logo {
  color: #fff;
  margin-right: 0.55rem;
  padding: 0.22rem 0;
}

.md-header__button.md-logo img,
.md-header__button.md-logo svg {
  width: 5.3rem;
  height: 2rem;
  object-fit: contain;
}

.md-header__title {
  font-size: 0.98rem;
  font-weight: 700;
  color: #fff;
}

.md-header__topic:first-child {
  position: relative;
  color: transparent;
}

.md-header__topic:first-child::after {
  position: absolute;
  inset: 0 auto auto 0;
  color: #fff;
  content: "Show By Animaker";
  white-space: nowrap;
}

.md-tabs {
  height: 2.7rem;
  color: #aab2ba;
  background: #070909;
  border-bottom: 1px solid var(--show-border);
}

.md-tabs__link {
  margin-top: 0.7rem;
  font-size: 0.72rem;
  font-weight: 650;
  opacity: 1;
}

.md-tabs__link--active,
.md-tabs__link:hover {
  color: #fff;
}

.md-tabs__item--active {
  border-bottom: 2px solid #1499ff;
}

.md-search__form {
  height: 2.3rem;
  color: #d8dde2;
  background: #0f1214;
  border: 1px solid #252b31;
  border-radius: 0.4rem;
}

.md-search__input::placeholder {
  color: #a6afb8;
}

.md-container {
  background: #080a0b;
}

.md-main__inner {
  max-width: none;
  margin-top: 0;
}

@media screen and (min-width: 76.25em) {
  .md-sidebar--primary {
    width: 20.5rem;
    border-right: 1px solid var(--show-border);
  }

  .md-sidebar--primary .md-sidebar__scrollwrap {
    margin: 0;
    padding: 2.2rem 1rem 2rem 1.05rem;
    background: #090c0e;
  }

  .md-content {
    max-width: 58rem;
    margin-left: 2.6rem;
    margin-right: 2rem;
  }

  .md-sidebar--secondary {
    width: 14.5rem;
    border-left: 1px solid transparent;
  }
}

.md-nav {
  color: var(--show-text-muted);
  font-family: var(--show-font);
  font-size: 0.74rem;
}

.md-nav__title {
  color: #aab3bc;
  background: transparent;
  box-shadow: none;
  text-transform: uppercase;
  letter-spacing: 0.055em;
  font-size: 0.58rem;
  font-weight: 750;
}

.md-nav__item {
  padding: 0.06rem 0;
}

.md-nav__link {
  min-height: 1.82rem;
  margin-top: 0;
  padding: 0.3rem 0.65rem;
  color: #abb3bb;
  border-radius: 0.42rem;
}

.md-nav__link:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.045);
}

.md-nav__link--active,
.md-nav__item .md-nav__link--active {
  color: #1499ff;
  background: var(--show-active);
}

.md-nav__item--section > .md-nav__link,
.md-nav__item--nested > .md-nav__link {
  margin-top: 1rem;
  color: #c2c8ce;
  text-transform: uppercase;
  letter-spacing: 0.055em;
  font-size: 0.58rem;
  font-weight: 750;
}

.md-nav__item--nested .md-nav .md-nav__link {
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.74rem;
  font-weight: 500;
}

.md-content__inner {
  margin: 0;
  padding: 2.7rem 0 5rem;
}

.md-content__inner::before {
  display: none;
}

.md-typeset {
  color: #f1f4f5;
  font-family: var(--show-font);
  font-size: 0.82rem;
  line-height: 1.72;
}

.md-typeset h1 {
  margin: 0 0 1.25rem;
  color: #fff;
  font-family: var(--show-font);
  font-size: 2rem;
  font-style: normal;
  font-weight: 750;
  letter-spacing: 0;
}

.md-typeset h2 {
  margin: 2.2rem 0 0.85rem;
  padding-top: 1.65rem;
  color: #fff;
  border-top: 1px solid var(--show-border);
  font-family: var(--show-font);
  font-size: 1.15rem;
  font-style: normal;
  font-weight: 720;
  letter-spacing: 0;
}

.md-typeset h3 {
  margin-top: 1.65rem;
  color: #f5f7f8;
  font-size: 0.86rem;
  font-weight: 720;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.md-typeset p,
.md-typeset li {
  color: #e2e6ea;
}

.md-typeset strong {
  color: #fff;
}

.md-typeset hr {
  border-bottom-color: var(--show-border);
}

.md-typeset img {
  display: block;
  max-width: 100%;
  margin: 1.3rem auto;
  border: 1px solid #252b31;
  border-radius: 0.45rem;
  background: #030404;
}

.md-typeset figcaption {
  margin-top: -0.6rem;
  color: #8d969f;
  font-size: 0.72rem;
  text-align: center;
}

.md-typeset table:not([class]) {
  background: #0d1114;
  border: 1px solid var(--show-border);
}

.md-typeset table:not([class]) th {
  color: #fff;
  background: #12181d;
}

.md-typeset table:not([class]) td,
.md-typeset table:not([class]) th {
  border-color: var(--show-border);
}

.md-typeset blockquote {
  color: #d7dde2;
  background: #0d141a;
  border-color: #1499ff;
  border-radius: 0.35rem;
}

.md-typeset code {
  font-family: var(--show-mono);
  border: 1px solid #242b31;
  border-radius: 0.25rem;
}

.md-sidebar--secondary .md-sidebar__scrollwrap {
  padding-top: 2.6rem;
}

.md-sidebar--secondary .md-nav__title {
  display: none;
}

.md-sidebar--secondary .md-nav__link {
  min-height: 1.65rem;
  padding: 0.18rem 0.65rem;
  border-left: 2px solid transparent;
  border-radius: 0;
}

.md-sidebar--secondary .md-nav__link--active {
  color: #fff;
  background: transparent;
  border-left-color: #1499ff;
}

.md-footer {
  background: #070909;
  border-top: 1px solid var(--show-border);
}

.md-footer-meta {
  background: #070909;
}

.md-copyright {
  color: #9da6af;
}

.md-copyright__highlight {
  color: #d8dee4;
}

.md-copyright__highlight a {
  color: #fff;
  font-weight: 650;
}

@media screen and (max-width: 76.234em) {
  .md-nav__source,
  .md-sidebar {
    background: #090c0e;
  }

  .md-content__inner {
    padding: 1.5rem 1rem 4rem;
  }

  .md-typeset h1 {
    font-size: 1.55rem;
  }
}
