body {
  background: white;
}

.document {
  margin: 0;
  position: relative;
}

.documentwrapper {
  background: beige;
  max-width: 1200px;
  margin-left: 320px;
}

.document div.sphinxsidebar {
  margin: 0;
  background: var(--main-site-divider);
  width: 300px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  position: fixed;
  top: 0;
}

.sphinxsidebar div.sphinxsidebarwrapper {
  padding: 0;
}

#searchbox {
  background: white;
}

div.sphinxsidebar ul ul {
  margin: 0;
}

body div.related {
  display: none;
}

body section div.related {
  display: block;
}

.toctree-wrapper.compound ul li ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin: 1rem;
}

div.footer {
  text-align: center;
  margin: 1rem;
}

.wy-menu.wy-menu-vertical code.docutils.literal.notranslate {
  color: #404040;
  background: initial;
  font-size: initial;
  font-weight: initial;
  font-family: 'Rubik';
}

.py.class, section > .py.attribute {
  margin-bottom: 1.5rem;
}

.py.class > .sig.sig-object.py, section > .py.attribute > .sig.sig-object.py {
  border-bottom: 2px solid var(--color-navy);
}

.py.class > dd, section > .py.attribute > dd {
  padding: 0 1rem;
  background: #f6f6f6;
}

.py.class dl {
  margin-bottom: 0.5rem;
}

.py.class p {
  margin-bottom: 0.5rem;
}

.py.class > dd {
  padding: 0 1rem;
}

.py.class dl dd p {
  margin-left: 1rem;
}

ol {
  padding: revert;
}

ol li {
  list-style: auto;
}

ol li::marker {
  margin-left: 1rem;
}

.highlight pre {
  padding: 1rem;
}

ul.simple {
  font-family: 'Consolas', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace;
  margin-left: 1rem;
}

code.docutils.literal.notranslate {
  white-space: normal;
  font-size: 1rem;
}

div.genindex-jumpbox {
  text-align: center;
  border: unset;
}

.indextable.genindextable tr {
  background: transparent;
}

.indextable.genindextable tr td {
  border: unset !important;
  width: 50% !important;
  padding-right: 1rem;
}

.indextable.genindextable tr td li {
  list-style: outside;
  margin-left: 1rem;
  line-height: 2rem;
}