

.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 {
  border: 1px solid grey !important;
} */


[data-md-color-scheme="slate"] .citation {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.citation {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid lightgrey !important;
}

.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;
}

.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;
}