div.docstring {
  background-color: rgba(47, 76, 87, 0.1);
  padding: 0 0.1rem 0.1rem;
  border-radius: 2px;
}

div.docstring:hover {
  background-color: rgba(44, 189, 242, 0.35);
}

div.docstring p {
  margin-left: 2rem;
}

div.maven-property {
  background-color: rgba(47, 76, 87, 0.1);
  padding: 0 0.1rem 0.1rem;
  border-radius: 4px;
}

div.maven-property:hover {
  background-color: rgba(44, 189, 242, 0.35);
}

div.maven-property p {
  margin-left: 2rem;
}

span.license {
  background-color: rgb(108, 117, 125);
  padding: 6px;
  border-radius: 4px;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

a.license {
  color: white;
  --color-visited-link: white;
}

:root {
  --md-admonition-icon--deprecated: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>delete-clock</title><path d="M15 13H16.5V15.82L18.94 17.23L18.19 18.53L15 16.69V13M23 16C23 19.87 19.87 23 16 23C14.09 23 12.36 22.24 11.1 21H8C6.9 21 6 20.1 6 19V7H18V9.29C20.89 10.15 23 12.83 23 16M16 11C13.24 11 11 13.24 11 16C11 18.76 13.24 21 16 21C18.76 21 21 18.76 21 16C21 13.24 18.76 11 16 11M19 4V6H5V4H8.5L9.5 3H14.5L15.5 4H19Z" /></svg>');
  --md-admonition-icon--new: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>alert-decagram</title><path d="M23,12L20.56,9.22L20.9,5.54L17.29,4.72L15.4,1.54L12,3L8.6,1.54L6.71,4.72L3.1,5.53L3.44,9.21L1,12L3.44,14.78L3.1,18.47L6.71,19.29L8.6,22.47L12,21L15.4,22.46L17.29,19.28L20.9,18.46L20.56,14.78L23,12M13,17H11V15H13V17M13,13H11V7H13V13Z" /></svg>');
  --md-admonition-icon--experimental: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>flask</title><path d="M6,22A3,3 0 0,1 3,19C3,18.4 3.18,17.84 3.5,17.37L9,7.81V6A1,1 0 0,1 8,5V4A2,2 0 0,1 10,2H14A2,2 0 0,1 16,4V5A1,1 0 0,1 15,6V7.81L20.5,17.37C20.82,17.84 21,18.4 21,19A3,3 0 0,1 18,22H6M5,19A1,1 0 0,0 6,20H18A1,1 0 0,0 19,19C19,18.79 18.93,18.59 18.82,18.43L16.53,14.47L14,17L8.93,11.93L5.18,18.43C5.07,18.59 5,18.79 5,19M13,10A1,1 0 0,0 12,11A1,1 0 0,0 13,12A1,1 0 0,0 14,11A1,1 0 0,0 13,10Z" /></svg>');
}
.md-typeset .admonition.deprecated,
.md-typeset details.deprecated {
  border-color: rgb(147, 6, 6);
}
.md-typeset .deprecated > .admonition-title,
.md-typeset .deprecated > summary {
  background-color: rgba(147, 6, 6, 0.21);
}
.md-typeset .deprecated > .admonition-title::before,
.md-typeset .deprecated > summary::before {
  border-color: rgb(147, 6, 6);
  background-color: rgb(147, 6, 6);
  -webkit-mask-image: var(--md-admonition-icon--deprecated);
  mask-image: var(--md-admonition-icon--deprecated);
}

.md-typeset .admonition.new,
.md-typeset details.new {
  border-color: rgb(15, 147, 6);
}
.md-typeset .new > .admonition-title,
.md-typeset .new > summary {
  background-color: rgba(58, 147, 6, 0.21);
}
.md-typeset .new > .admonition-title::before,
.md-typeset .new > summary::before {
  border-color: rgb(15, 147, 6);
  background-color: rgb(15, 147, 6);
  -webkit-mask-image: var(--md-admonition-icon--new);
  mask-image: var(--md-admonition-icon--new);
}

.md-typeset .admonition.experimental,
.md-typeset details.experimental {
  border-color: rgb(187, 165, 27);
}
.md-typeset .experimental > .admonition-title,
.md-typeset .experimental > summary {
  background-color: rgba(255, 222, 0, 0.21);
}
.md-typeset .experimental > .admonition-title::before,
.md-typeset .experimental > summary::before {
  border-color: rgb(187, 165, 27);
  background-color: rgb(187, 165, 27);
  -webkit-mask-image: var(--md-admonition-icon--experimental);
  mask-image: var(--md-admonition-icon--experimental);
}
