/* Global styling */
body {
  --md-text-font-family: var(--md-text-font,_),-apple-system,BlinkMacSystemFont,Helvetica,Arial,sans-serif;
  --md-code-font-family: var(--md-code-font,_),SFMono-Regular,Consolas,Menlo,monospace;
  --md-shadow-z1: 0 0.2rem 0.5rem #0003,0 0 0.05rem #84ad8925;
}
@media screen and (max-width: 76.1875em){
  .md-nav--primary .md-nav__title {
    background-color: var(--md-default-fg-color--lightest);
    color: var(--md-default-fg-color--light);
    cursor: pointer;
    height: 3.6rem;
    line-height: 5.4rem;
    padding: 3rem 0.8rem 0.2rem;
    position: relative;
    white-space: nowrap;
  }
}
.md-typeset .md-tag {
  background: var(--md-default-fg-color--lightest);
  border-radius: 2.4rem;
  display: inline-block;
  font-size: .50rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.6;
  margin-bottom: 0.5em;
  padding: 0.3125em 0.9375em;
  vertical-align: middle;
}

/* Dark theme */
[data-md-color-scheme=slate] {
  --md-default-bg-color: #25242b;
  --md-primary-fg-color: #292d29;
  --md-primary-fg-color--light: #8d6e62;
  --md-primary-fg-color--dark: #5d4037;
  --md-primary-bg-color: #fff;
  --md-primary-bg-color--light: #ffffffb3;
  --md-typeset-a-color: #84ad89;
  .md-typeset pre>code {
    -webkit-box-decoration-break: slice;
    box-decoration-break: slice;
    box-shadow: none;
    display: block;
    margin: 0;
    outline-color: var(--md-accent-fg-color);
    overflow: auto;
    padding: 0.7720588235em 1.1764705882em;
    scrollbar-color: var(--md-default-fg-color--lighter) #0000;
    scrollbar-width: thin;
    touch-action: auto;
    word-break: normal;
  }
  .md-typeset code {
    background-color: #373b41;
    border-radius: 0.1rem;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    font-size: .85em;
    padding: 0 0.2941176471em;
    word-break: break-word;
  }
  .md-header__button.md-logo img, .md-header__button.md-logo svg {
    fill: currentcolor;
    display: block;
    height: 2.2rem;
    width: auto;
  }
  .md-header__topic .md-ellipsis {
    color: rgba(221, 221, 221, 0);
  }
  .md-header__title {
    flex-grow: 1;
    font-size: .7rem;
    height: 2.4rem;
    line-height: 2.4rem;
  }
  .md-nav__title {
    color: var(--md-default-fg-color--light);
    display: block;
    font-weight: 400;
    overflow: hidden;
    padding: 0 0.6rem;
    text-overflow: ellipsis;
  }
  .md-nav__link:focus {
    color: #566858;
  }
  .md-nav__link:hover {
    color: #9fbda2;
  }
  .md-nav__item .md-nav__link--active {
    color: #839c86;
  }
  .md-typeset a {
    color: #6e8671;
    word-break: break-word;
  }
  .md-typeset a:hover {
    color: #9fbda2;
    word-break: break-word;
  }
  .md-typeset h1 {
    color: #729676;
    font-size: 1.4em;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 1.25em;
  }
  .md-typeset h2 {
    color: #84ad89;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.3;
  }
  .md-typeset h3 {
    color: #84ad89;
    font-size: 1.1em;
  }
  .md-typeset h4, h5, h6 {
    color: #84ad89;
    font-style: italic;
  }
  .md-typeset {
    font-size: .75rem;
    line-height: 1.6;
  }
  .md-footer {
    background-color: #a52424de;
    color: var(--md-footer-fg-color);
  }
  @media screen and (max-width: 76.1875em){
    .md-nav__title[for=__drawer] {
      background-color: var(--md-primary-fg-color);
      color: #ffffff00;
      font-weight: 700;
    }
    .md-nav__title .md-logo {
      display: block;
      left: 1rem;
      margin: 0.2rem;
      position: absolute;
      top: 0.2rem;
    }
    .md-nav--primary .md-nav__item--active>.md-nav__link:hover {
      color: #9fbda2;
    }
  }
  @media screen and (max-width: 99.98em){
    .md-header__button.md-logo img, .md-header__button.md-logo svg {
      fill: currentcolor;
      display: block;
      height: 2.4rem !important;
      width: auto;
    }
  }
  /* Admonition */
  .md-typeset .admonition.note, .md-typeset details.note {
    border-color: #84ad89;
  }
  .md-typeset .note>.admonition-title, .md-typeset .note>summary {
    background-color: #3d473d88;
  }
  .md-typeset .note>.admonition-title:before, .md-typeset .note>summary:before {
    background-color: #2ea141;
    -webkit-mask-image: var(--md-admonition-icon--note);
    mask-image: var(--md-admonition-icon--note);
  }
  .md-typeset .note>.admonition-title:after, .md-typeset .note>summary:after {
    color: #2ea141;
  }
  /* Guide level CSS */
  .level_box {
    background-clip: padding-box;
    text-align: center;
    font-size: 12px;
  }
  .level_text {
    float: left;
    margin-top: -4px;
    margin-right: 4px;
    font-size: 14px;
  }
  .level_inactive {
    background-color: #333;
    color: #999;
    float: left;
    width: 16px;
    height: 16px;
    line-height: 16px;
    margin-right: 2px;
  }
  .level_active {
    background-color: rgb(18, 80, 18);
    float: left;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 2px;
    margin-top: -2px;
    font-size: 16px;
  }
  .level_done {
    clear: both;
  }
  h6 {
    font-size: small;
    margin-top: -16px;
    font-style: normal;
    color: #b7b960;
    font-weight: 100;
  }
}

/* Light theme */
[data-md-color-primary=white] {
  --md-primary-fg-color: #526652;
  --md-primary-fg-color--light: #8d6e62;
  --md-primary-fg-color--dark: #5d4037;
  --md-primary-bg-color: #fff;
  --md-primary-bg-color--light: #ffffff;
  --md-default-fg-color--light: rgb(89, 112, 92);
  --md-mermaid-label-bg-color: rgb(243, 243, 243);
  .md-header__button.md-logo img, .md-header__button.md-logo svg {
    fill: currentcolor;
    display: block;
    height: 2.2rem;
    width: auto;
  }
  .md-main {
    flex-grow: 1;
    background-color: rgb(243, 243, 243);
  }
  .md-header__topic .md-ellipsis {
    color: rgba(255, 255, 255, 0);
  }
  .md-header__title {
    flex-grow: 1;
    font-size: .7rem;
    height: 2.4rem;
    line-height: 2.4rem;
  }
  .md-nav__title {
    color: var(--md-default-fg-color--light);
    display: block;
    font-weight: 700;
    overflow: hidden;
    padding: 0 0.6rem;
    text-overflow: ellipsis;
  }
  .md-nav__link:focus {
    color: #685656;
  }
  .md-nav__link:hover {
    color: #5e8362;
  }
  .md-nav__item .md-nav__link--active {
    color: #4a644d;
  }
  .md-typeset a {
    color: #6e8671;
    word-break: break-word;
  }
  .md-typeset a:hover {
    color: #9fbda2;
    word-break: break-word;
  }
  .md-typeset h1 {
    color: #6e8671;
    font-size: 1.4em;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 1.25em;
  }
  .md-typeset h2 {
    color: #6e8671;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.3;
  }
  .md-typeset h3 {
    color: #6e8671;
    font-size: 1.1em;
  }
  .md-typeset h4, h5, h6 {
    color: #6e8671;
    font-style: italic;
  }
  .md-typeset {
    font-size: .75rem;
    line-height: 1.6;
  }
  .md-typeset code {
    background-color: #e6e6e6;
  }
  @media screen and (max-width: 76.1875em){
    .md-nav__title[for=__drawer] {
      background-color: var(--md-primary-fg-color);
      color: #ffffff00;
      font-weight: 700;
    }
    .md-nav__title .md-logo {
      display: block;
      left: 1rem;
      margin: 0.2rem;
      position: absolute;
      top: 0.2rem;
    }
    .md-nav--primary .md-nav__item--active>.md-nav__link:hover {
      color: #5e8362;
    }
  }
  @media screen and (max-width: 99.98em){
    .md-header__button.md-logo img, .md-header__button.md-logo svg {
      fill: currentcolor;
      display: block;
      height: 2.4rem !important;
      width: auto;
    }
  }
  @media screen and (min-width: 76.25em){
    .md-nav--primary .md-nav__title {
      background: rgb(243, 243, 243);
      box-shadow: 0 0 0 0;
    }
  }
  @media screen and (min-width: 60em){
    .md-nav--secondary .md-nav__title {
      background: rgb(243, 243, 243);
      box-shadow: 0 0 0 0;
    }
  }
  /* Admonition */
  .md-typeset .admonition.note, .md-typeset details.note {
    border-color: #84ad89;
  }
  .md-typeset .note>.admonition-title, .md-typeset .note>summary {
    background-color: #84ad8936;
  }
  .md-typeset .note>.admonition-title:before, .md-typeset .note>summary:before {
    background-color: #2ea141;
    -webkit-mask-image: var(--md-admonition-icon--note);
    mask-image: var(--md-admonition-icon--note);
  }
  .md-typeset .note>.admonition-title:after, .md-typeset .note>summary:after {
    color: #2ea141;
  }
  /* Guide level CSS */
  .level_box {
    background-clip: padding-box;
    text-align: center;
    font-size: 12px;
  }
  .level_text {
    float: left;
    margin-top: -4px;
    margin-right: 4px;
    font-size: 14px;
  }
  .level_inactive {
    background-color: #cccccc;
    color: #4b4b4b;
    float: left;
    width: 16px;
    height: 16px;
    line-height: 16px;
    margin-right: 2px;
  }
  .level_active {
    background-color: rgb(28, 119, 28);
    float: left;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 2px;
    margin-top: -2px;
    font-size: 16px;
    color: #fff;
  }
  .level_done {
    clear: both;
  }
  h6 {
    font-size: small;
    margin-top: -16px;
    font-style: normal;
    color: #6d854d;
    font-weight: 100;
  }
}