:root {
  --md-admonition-icon--grid: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path d="M352 432c0 8.836-7.164 16-16 16H176c-8.838 0-16-7.164-16-16V128H48c-26.51 0-48 21.5-48 48v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48v-80H352v48zm-248 7c0 4.969-4.031 9-9 9H65c-4.969 0-9-4.031-9-9v-30c0-4.969 4.031-9 9-9h30c4.969 0 9 4.031 9 9v30zm0-104c0 4.969-4.031 9-9 9H65c-4.969 0-9-4.031-9-9v-30c0-4.969 4.031-9 9-9h30c4.969 0 9 4.031 9 9v30zm0-104c0 4.969-4.031 9-9 9H65c-4.969 0-9-4.031-9-9v-30c0-5 4.03-9 9-9h30c4.969 0 9 4.031 9 9v30zm304 178c0-4.969 4.031-9 9-9h30c4.969 0 9 4.031 9 9v30c0 4.969-4.031 9-9 9h-30c-4.969 0-9-4.031-9-9v-30zM591.1 0h-352c-25.6 0-48 21.49-48 48v256c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V48c.9-26.51-20.6-48-48-48zm-288 64c17.68 0 32 14.33 32 32s-14.32 32-32 32c-16.8 0-32-14.3-32-32s15.2-32 32-32zm271 215.6c-2.8 5.2-8.2 8.4-14.1 8.4H271.1c-6 0-10.6-3.4-13.4-8.7-2.7-5.4-2.2-11.9 1.4-16.7l70-96c3-4.2 7.8-6.6 12-6.6 5.11 0 9.914 2.441 12.93 6.574l22.35 30.66 62.74-94.11C442.1 98.67 447.1 96 453.3 96c5.348 0 10.34 2.672 13.31 7.125l106.7 160c3.29 4.875 3.59 11.175.79 16.475z"/></svg>');
  --md-admonition-icon--infobox: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path d="M352 432c0 8.836-7.164 16-16 16H176c-8.838 0-16-7.164-16-16V128H48c-26.51 0-48 21.5-48 48v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48v-80H352v48zm-248 7c0 4.969-4.031 9-9 9H65c-4.969 0-9-4.031-9-9v-30c0-4.969 4.031-9 9-9h30c4.969 0 9 4.031 9 9v30zm0-104c0 4.969-4.031 9-9 9H65c-4.969 0-9-4.031-9-9v-30c0-4.969 4.031-9 9-9h30c4.969 0 9 4.031 9 9v30zm0-104c0 4.969-4.031 9-9 9H65c-4.969 0-9-4.031-9-9v-30c0-5 4.03-9 9-9h30c4.969 0 9 4.031 9 9v30zm304 178c0-4.969 4.031-9 9-9h30c4.969 0 9 4.031 9 9v30c0 4.969-4.031 9-9 9h-30c-4.969 0-9-4.031-9-9v-30zM591.1 0h-352c-25.6 0-48 21.49-48 48v256c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V48c.9-26.51-20.6-48-48-48zm-288 64c17.68 0 32 14.33 32 32s-14.32 32-32 32c-16.8 0-32-14.3-32-32s15.2-32 32-32zm271 215.6c-2.8 5.2-8.2 8.4-14.1 8.4H271.1c-6 0-10.6-3.4-13.4-8.7-2.7-5.4-2.2-11.9 1.4-16.7l70-96c3-4.2 7.8-6.6 12-6.6 5.11 0 9.914 2.441 12.93 6.574l22.35 30.66 62.74-94.11C442.1 98.67 447.1 96 453.3 96c5.348 0 10.34 2.672 13.31 7.125l106.7 160c3.29 4.875 3.59 11.175.79 16.475z"/></svg>');
}

.not_found {
  background-color: rgba(211, 211, 211, 0.521);
  display: inline-block;
  color: grey;
  border-radius: 5px;
  padding-right: 3px;
  padding-left: 3px;
}

[data-md-color-scheme="slate"] .not_found {
  color: rgb(182, 181, 181) !important;
  background-color: rgba(231, 232, 243, 0.185);
}

[data-md-color-scheme="slate"] .not_found:hover {
  color: grey;
  background-color: lightgrey;
  cursor: not-allowed;
  filter: saturate(200%);
}

[data-md-color-scheme="default"] .not_found:hover {
  color: grey;
  background-color: lightgrey;
  cursor: not-allowed;
  filter: saturate(200%);
}

[data-md-color-scheme="default"] .citation {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

[data-md-color-scheme="slate"] .citation {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.citation {
  padding: 10px;
  border-radius: 5px;
}

.link_citation {
  font-size: 12px;
  display: flex;
  float: left;
}

.citation > * {
  margin: 0 !important;
}

code {
  display: inline-block;
}

.md-typeset pre > code {
  word-break: break-word;
  white-space: pre-wrap;
}

[data-md-color-scheme="slate"] #mkdocs-content-password {
  background-color: rgba(0, 0, 0, 0.11);
}

[data-md-color-scheme="default"] #mkdocs-content-password {
  background-color: white;
}

#mkdocs-content-password {
  border-radius: 5px;
  height: 40px;
  width: 50%;
  padding-left: 10px;
}

#mkdocs-decrypt-button {
  border-radius: 5px;
  fill: var(--md-default-fg-color--light);
  height: 30px;
  width: 5%;
}

.tippy {
  overflow: hidden !important;
  height: 5%;
  border-radius: 5px;
}

[data-md-color-scheme="default"] .tippy {
  border: 1px solid whitesmoke;
}

[data-md-color-scheme="slate"] .tippy {
  border: 1px solid var(--md-default-fg-color--lightest);
}

[data-theme~="translucent"] {
  background-color: var(--md-default-bg-color) !important;
  opacity: 0.9 !important;
}

[data-md-color-scheme="default"] .tippy-box * {
  color: black;
}

.dark {
  background-color: var(--md-default-bg-color);
}

#mynetwork {
  border: none !important;
}
.card {
  border: none !important;
  background-color: transparent !important;
}

.dark#text {
  color: white;
}

.light#text {
  color: black;
}

.md-typeset .admonition.grid,
.md-typeset details.grid,
.md-typeset details.infobox,
.md-typeset .admonition.infobox {
  border-color: transparent;
  background-color: transparent;
}

.md-typeset .grid > .admonition-title,
.md-typeset .infobox > .admonition-title,
.md-typeset .grid > .summary,
.md-typeset .infobox > .summary {
  display: none;
}

.md-typeset .grid > .admonition-title::before,
.md-typeset .grid > summary::before,
.md-typeset .infobox > .admonition-title::before {
  background-color: transparent;
  -webkit-mask-image: var(--md-admonition-icon--grid);
  mask-image: var(--md-admonition-icon--grid);
}
