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