body {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell,
    Noto Sans, sans-serif, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial,
    sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol' !important;
}

.navbar {
  height: 80px;
}

.wy-side-scroll {
  background-color: white;
  color: black;
}

.wy-side-nav-search {
  background-color: white;
  color: #000000;
}

.wy-menu-vertical a {
  color: rgb(51, 51, 51) !important;
  padding: 12.5px 20px;
  font-size: 0.929em;
}

.wy-nav-side {
  background-color: white;
}

a.icon.icon-home {
  display: none;
}

dl.py.class > dt.sig.sig-object.py {
  border-top: 3px solid rgb(17, 88, 73) !important;
  color: rgb(30, 155, 128) !important;
  background: #eaf5ef !important;
}

.wy-menu-vertical a:hover {
  background-color: #f2f2f2;
  color: rgb(30, 155, 128) !important;
  cursor: pointer;
}

section > dl.py.method > dt.sig.sig-object.py, div > dl.py.method > dt.sig.sig-object.py {
  border-top: 3px solid rgb(17, 88, 73) !important;
  color: rgb(30, 155, 128) !important;
  background: #eaf5ef !important;
}

a {
  color: rgb(30, 155, 128) !important;
}
