html {
  /* font-size: 22px; */
  overflow-x: hidden;
  overflow-y: scroll;
  scroll-behavior: smooth;
}

.sidebar-scroll,
.toc-scroll,
article[role="main"] * {
  scrollbar-width: thin;
  scrollbar-color: var(--color-foreground-border) transparent;
}

.sidebar-scroll::-webkit-scrollbar,
.toc-scroll::-webkit-scrollbar,
article[role="main"] *::-webkit-scrollbar {
  width: 0.25rem;
  height: 0.25rem;
}

.sidebar-scroll::-webkit-scrollbar-thumb,
.toc-scroll::-webkit-scrollbar-thumb,
article[role="main"] *::-webkit-scrollbar-thumb {
  background-color: var(--color-foreground-border);
  border-radius: 0.125rem;
}

html,
body {
  height: 100%;
  color: var(--color-foreground-primary);
  background: var(--color-background-primary);
}

body {
  font-feature-settings: "kern", "liga";
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

article {
  color: var(--color-content-foreground);
  background: var(--color-content-background);
  overflow-wrap: break-word;
  margin-top: 10rem;
}

.page {
  display: flex;
  min-height: 100%;
}

.mobile-header {
  background-color: var(--color-header-background);
  border-bottom: 1px solid var(--color-header-border);
  color: var(--color-header-text);
  height: var(--header-height);
  width: 100%;
  z-index: 10;
}
.mobile-header.scrolled {
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1), 0 0.2rem 0.4rem rgba(0, 0, 0, 0.2);
}

.mobile-header .header-center a {
  color: var(--color-header-text);
  text-decoration: none;
}

.main {
  display: flex;
  flex: 1;
}

.sidebar-drawer {
  box-sizing: border-box;
  border-right: 1px solid var(--color-sidebar-background-border);
  background: var(--color-sidebar-background);
  display: flex;
  justify-content: flex-end;
  width: 18em;
}

.sidebar-search-container:focus-within,
.sidebar-search-container:hover {
  background: var(--color-sidebar-search-background--focus);
}

.sidebar-container {
  box-sizing: border-box;
  width: 18rem;
}

.toc-drawer {
  box-sizing: border-box;
  width: 15%;
}

.toc-drawer {
  background: var(--color-toc-background);
  padding-right: 1rem;
}

.sidebar-sticky,
.toc-sticky {
  position: sticky;
  top: 0;
  height: min(100%, 100vh);
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.sidebar-scroll,
.toc-scroll {
  flex-grow: 1;
  flex-shrink: 1;
  overflow: auto;
  scroll-behavior: smooth;
}

.content {
  display: flex;
  flex-direction: column;
  max-width: 1400px;
  justify-content: space-between;
  margin: auto;
  width: 60% !important;
  height: 100%;
}

.icon {
  display: inline-block;
  height: 1rem;
  width: 1rem;
}

.icon svg {
  width: 100%;
  height: 100%;
}

.announcement {
  background-color: var(--color-announcement-background);
  color: var(--color-announcement-text);
  height: var(--header-height);
  display: flex;
  align-items: center;
  overflow-x: auto;
}

.announcement + .page {
  min-height: calc(100% - var(--header-height));
}

.announcement-content {
  box-sizing: border-box;
  padding: 0.5rem;
  min-width: 100%;
  white-space: nowrap;
  text-align: center;
}

.announcement-content a {
  color: var(--color-announcement-text);
  text-decoration-color: var(--color-announcement-text);
}

.announcement-content a:hover {
  color: var(--color-announcement-text);
  text-decoration-color: var(--color-link--hover);
}

.no-js .theme-toggle-container {
  display: none;
}

.theme-toggle-container {
  vertical-align: middle;
}

.theme-toggle {
  cursor: pointer;
  border: none;
  padding: 0;
  background: transparent;
}

.theme-toggle svg {
  vertical-align: middle;
  height: 1rem;
  width: 1rem;
  color: var(--color-foreground-primary);
}

.theme-toggle-header {
  float: left;
  padding: 1rem 0.5rem;
}

.toc-overlay-icon,
.nav-overlay-icon {
  cursor: pointer;
}

.toc-overlay-icon .icon,
.nav-overlay-icon .icon {
  color: var(--color-foreground-secondary);
  height: 1rem;
  width: 1rem;
}

.hover {
  display: none;
}

a {
  color: #3494f1;
  text-decoration: none;
}

.sidebar-tree .toctree-l1 > .reference,
.sidebar-tree .toctree-l1 > label .icon {
  color: #2c3137;
}

.sidebar-tree .icon,
.sidebar-tree .reference {
  color: #5a5c63;
}

h1 {
  margin: 1.2rem 0 0.8rem;
  font-size: 3rem;
  font-weight: 700;
  border-radius: 0.5rem;
  line-height: 1.25;
  padding-left: 0%;
  /* float: left; */
}

h2 {
  margin: 2rem 0 0.4rem;
  font-size: 2rem;
  font-weight: 700;
  border-radius: 0.5rem;
  line-height: 1.25;
  padding-left: 0%;
}

h3 {
  margin: 1.5rem 0 0.4rem;
  font-size: 150%;
  font-weight: 700;
  border-radius: 0.5rem;
  line-height: 1.25;
  padding-left: 0%;
}

h4,
h5,
h6 {
  margin: 1.5rem 0 0.4rem;
  font-weight: 700;
  border-radius: 0.5rem;
  line-height: 1.25;
  padding-left: 0%;
}
p {
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
  padding-left: 0%;
  font-size: 1rem;
}

h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
  margin-top: 0;
}

h1 + section {
  margin-top: -20px;
}
/* 
h2 + section {
  margin-top: 3.5rem;
} */

h3 + section,
h2 + section {
  margin-top: -14px;
}

/* h3 + p {
  margin-top: -14px;
} */

h2:not(:last-child) + h3,
h2:last-child + h3:first-child {
  margin-top: 1.5rem;
}

abbr[title] {
  cursor: help;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline;
}

p + ol {
  margin-bottom: 0px;
  margin-top: -8px;
}

ol + p {
  /* margin-bottom: 1.5rem; */
  margin-top: 0px;
}

p + ul {
  margin-bottom: 30px;
  margin-top: -10px;
}

p.rubric + ul {
  margin-bottom: 30px;
  margin-top: 0;
}

/* p + blockquote {
  margin-top: -10px;
} */

ol + blockquote {
  margin-top: -7px;
}

ul {
  line-height: 24px;
  margin-top: 3px;
  margin-bottom: 24px;
  list-style: disc;
}

.field-list dt,
.option-list dt,
dl.footnote dt,
dl.simple dt,
dl:not([class]) dt {
  font-weight: 500;
  margin-top: -12px;
}

dl.glossary dt {
  font-weight: 500;
}

.field-list dd ul,
.option-list dd ul,
dl.footnote dd ul,
dl.glossary dd ul,
dl.simple dd ul,
dl:not([class]) dd ul {
  margin-bottom: 1.5rem;
}

.admonition.hint {
  border-left-color: #27bfb3;
}

.admonition.hint > .admonition-title:before {
  background-color: #27bfb3;
  -webkit-mask-image: #27bfb3;
  mask-image: #27bfb3;
}

.admonition.hint > .admonition-title {
  background-color: rgba(0, 191, 165, 0.1);
}

.admonition.important > .admonition-title {
  background-color: #ffefdb;
}

.admonition.important {
  border-left-color: #f29d00;
}

.admonition.important > .admonition-title:before {
  background-color: #f29d00;
  -webkit-mask-image: #f29d00;
  mask-image: #f29d00;
}

.admonition.warning > .admonition-title {
  background-color: #ffefdb;
}

.admonition.warning {
  border-left-color: #f29d00;
}

.admonition.warning > .admonition-title:before {
  background-color: #f29d00;
  -webkit-mask-image: #f29d00;
  mask-image: #f29d00;
}

.admonition p.admonition-title,
p.topic-title {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 -0.5rem 0.5rem;
  padding: 0.4rem 0.5rem 0.4rem 2rem;
  position: relative;
}

.admonition.note {
  border-left-color: #448aff;
  /* border-left: 0.2rem solid #448aff; */
}
*/ .admonition.note > .admonition-title {
  background-color: rgba(68, 138, 255, 0.1);
}

.admonition.note > .admonition-title:before {
  background-color: #448aff;
  -webkit-mask-image: #448aff;
  mask-image: #448aff;
}

.admonition > :last-child,
.topic > :last-child {
  margin-bottom: 0;
  font-size: 1rem;
}

details.dropdown .summary-title {
  padding-right: 3em !important;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  background-color: #d3e4ff;
}

.form-button {
  display: inline-flex;
  padding: 10px 15px 10px 15px;
  gap: 8px;
  border-radius: 12px;
  background: #3494f1;
  outline: #3494f1;
  color: #fff;
  margin-top: 1rem;
  margin-left: auto;
  text-align: center;
  border-style: none;
}

.form-button:hover {
  border-radius: 12px;
  background: var(--primary-50, #0079d2);
}

.form-button:focus {
  border-radius: 12px;
  background: var(--primary-50, #0079d2);
}

.form-button:active {
  border-radius: 12px;
  background: var(--primary-50, #0079d2);
  border-style: none;
}

button:active {
  border-style: none;
}

.form-textarea {
  /* width: 100%; */
  min-height: 100px;
  /* max-height: 66%; */
  /* height: 100%; */
  padding: 10px 8px 10px 16px;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  border: 1px solid #bbc7db;
  flex: 1 0 0;
  color: var(--secondary-60, #000000);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.form-textarea:focus-visible {
  outline: none;
}

.form-elem {
  flex-direction: column;
  display: flex;
  width: 100%;
}

.form-textarea:focus {
  border-radius: 12px;
  border: 1px solid var(--primary-60, #3494f1);
}

.form-textarea:active {
  border-radius: 12px;
  border: 1px solid var(--primary-60, #3494f1);
}

.form-textarea:hover {
  border-radius: 12px;
  border: 1px solid var(--secondary-60, #3494f1);
  background: var(--basic-white, #fff);
}

.picture {
  border-radius: 3px;
  border: 1px solid #d9d9d9;
}

.rubric {
  font-size: 20px;
  margin: 1.5rem 0 0.4rem !important;
  font-weight: 700 !important;
}

p.rubric {
  font-size: 20px;
  margin: 1.5rem 0 0.4rem !important;
  font-weight: 700 !important;
}

.form-title {
  font-size: 1rem;
  margin: 1.5rem 0 0.4rem !important;
}

.form-for-users {
  margin-top: 5%;
  display: flex;
  flex-direction: column;
  margin-bottom: 5%;
}

.new-button {
  display: inline-flex;
  padding: 10px 24px 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 1rem;
  border-radius: 12px;
  background: var(--primary-60, #3494f1);
}

.new-button:hover {
  background-color: #0079d2;
}

.button-text {
  color: var(--white, #fff) !important;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.1px;
}

.button-text:hover {
  color: var(--white, #fff) !important;
}

details.sd-dropdown {
  position: relative;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0.2);
  margin: 0.4rem 0;
  /* padding: 0 0.6rem;
  border-left: 0.2rem solid #6baeff; */
  border-radius: 0.1rem;
  font-size: 0.64rem;
  overflow: auto;
  width: 100%;
  /* background-color: #eaf1ff; */
}

a.headerlink {
  visibility: hidden;
}

blockquote {
  margin-bottom: 20px;
  margin-top: -5px;
  margin-left: 0;
  margin-right: 0;
  padding: 0rem 1rem;
  background: none;
  border-left: none;
}

.code-block-caption,
article p.caption,
table > caption {
  font-size: 1rem;
  text-align: left;
  margin-bottom: 0.5rem;
}

table.docutils td,
table.docutils th {
  border-bottom: 1px solid var(--color-table-border);
  border-left: 1px solid var(--color-table-border) !important;
  border-right: 1px solid var(--color-table-border);
  padding: 0 0.25rem;
  min-width: 5rem;
  /* padding: 0.6rem 0.8rem; */
  /* background-color: #eaf1ff; */
  color: #000;
  vertical-align: top;
  border-left: 0.05rem solid #fdfcff;
}

tbody {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0.2);
  /* display: inline-block; */
  /* max-width: 100%; */
  border-radius: 0.1rem;
  font-size: 1rem;
  overflow: auto;
}

.simple li > ol,
.simple li > ul,
.toctree-wrapper li > ol,
.toctree-wrapper li > ul {
  /* margin-bottom: 1.5rem; */
  margin-top: 2px;
  list-style-type: none;
}

article .align-center,
article .align-default {
  display: block;
  margin-left: 0;
  margin-right: auto;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 30px;
}

article table.align-default {
  display: table;
  text-align: initial;
  width: 99%;
  float: left;
  margin-bottom: 10px;
}

img {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  position: relative;
}

/* p + img {
  margin-bottom: 30px;
} */

.toc-title {
  color: #8d9199c2;
  font-size: var(--toc-title-font-size);
  padding-left: var(--toc-spacing-horizontal);
  text-transform: none;
  font-size: 15.4px;
  flex-wrap: nowrap;
  display: flex;
}

.toc-tree .reference {
  color: var(--color-toc-item-text);
  overflow-wrap: anywhere;
  text-decoration: none;
  font-size: 15.4px;
}

details.sd-dropdown:not([open]) > .sd-card-header {
  border: 1px solid var(--sd-color-card-border);
  border-radius: 0.25rem;
  background-color: #eaf1ff;
}

details.sd-dropdown .sd-summary-title {
  font-weight: 700;
  padding-right: 3em !important;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  font-size: 1rem;
  background-color: #eaf1ff;
}

.toc-tree > ul > li:first-child > ul {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.related-pages a:hover .page-info .title {
  color: #0079d2;
  text-decoration: none;
  text-decoration-color: var(--color-link-underline);
}

.toc-tree ul {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  list-style: none;
  /* padding: 0; */
  padding-left: var(--toc-item-spacing-horizontal);
}

.toc-tree li {
  padding-top: 0.8rem;
  box-sizing: border-box;
  display: inline-block;
  height: 100%;
  line-height: var(--sidebar-item-line-height);
  overflow-wrap: anywhere;
  /* padding: var(--sidebar-item-spacing-vertical) 0; */
  text-decoration: none;
  width: 100%;
}

.next-page .page-info {
  align-items: flex-end;
  margin-right: 10px;
}
.page-info {
  display: flex;
  flex-direction: column;
  overflow-wrap: anywhere;
  margin-left: 10px;
  max-height: 82px;
  overflow: hidden;
}

footer {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  margin-top: 2rem;
}

.sidebar-search {
  display: flex;
  padding: 0;
  background: transparent;
  border: none;
  border-bottom: none;
  border-top: none;
  width: 100%;
  z-index: 10;
}

.sidebar-search-container {
  margin-top: var(--sidebar-search-space-above);
  display: flex;
  padding: 10px 8px 10px 41px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid var(--secondary-80, #bbc7db);
  background: var(--basic-white, #fff);
  justify-content: center;
  font-size: var(--font-size--normal);
  /* width: 71%; */
  margin-right: 12px;
  margin-left: 12px;
}

.sidebar-search-container:focus-within,
.sidebar-search-container:hover {
  background: transparent;
}

.sidebar-search-container:focus {
  border-radius: 12px;
  border: 1px solid var(--primary-60, #3494f1);
}

.sidebar-search-container:active {
  border-radius: 12px;
  border: 1px solid var(--primary-60, #3494f1);
}

.sidebar-search-container:hover {
  border-radius: 12px;
  border: 1px solid var(--secondary-60, #3494f1);
  background: var(--basic-white, #fff);
}

.sidebar-search-container:before {
  background-color: var(--color-sidebar-search-icon);
  content: "";
  height: var(--sidebar-search-icon-size);
  left: var(--sidebar-item-spacing-horizontal);
  -webkit-mask-image: var(--icon-search);
  mask-image: var(--icon-search);
  position: absolute;
  width: var(--sidebar-search-icon-size);
  z-index: 100;
}

.code-block-caption:hover > .headerlink,
dl dt:hover > .headerlink,
figcaption p:hover > .headerlink,
h1:hover > .headerlink,
h2:hover > .headerlink,
h3:hover > .headerlink,
h4:hover > .headerlink,
h5:hover > .headerlink,
h6:hover > .headerlink,
p.caption:hover > .headerlink,
table > caption:hover > .headerlink {
  visibility: visible;
  font-size: 0;
}

a.headerlink {
  visibility: hidden;
}

h1:hover a.headerlink:before,
h2:hover a.headerlink:before,
h3:hover a.headerlink:before,
h4:hover a.headerlink:before,
h5:hover a.headerlink:before,
h6:hover a.headerlink:before {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xNC44NTEgMTEuOTIzYy0uMTc5LS42NDEtLjUyMS0xLjI0Ni0xLjAyNS0xLjc0OS0xLjU2Mi0xLjU2Mi00LjA5NS0xLjU2My01LjY1NyAwbC00Ljk5OCA0Ljk5OGMtMS41NjIgMS41NjMtMS41NjMgNC4wOTUgMCA1LjY1NyAxLjU2MiAxLjU2MyA0LjA5NiAxLjU2MSA1LjY1NiAwbDMuODQyLTMuODQxLjMzMy4wMDljLjQwNCAwIC44MDItLjA0IDEuMTg5LS4xMTdsLTQuNjU3IDQuNjU2Yy0uOTc1Ljk3Ni0yLjI1NSAxLjQ2NC0zLjUzNSAxLjQ2NC0xLjI4IDAtMi41Ni0uNDg4LTMuNTM1LTEuNDY0LTEuOTUyLTEuOTUxLTEuOTUyLTUuMTIgMC03LjA3MWw0Ljk5OC00Ljk5OGMuOTc1LS45NzYgMi4yNTYtMS40NjQgMy41MzYtMS40NjQgMS4yNzkgMCAyLjU2LjQ4OCAzLjUzNSAxLjQ2NC40OTMuNDkzLjg2MSAxLjA2MyAxLjEwNSAxLjY3MmwtLjc4Ny43ODR6bS01LjcwMy4xNDdjLjE3OC42NDMuNTIxIDEuMjUgMS4wMjYgMS43NTYgMS41NjIgMS41NjMgNC4wOTYgMS41NjEgNS42NTYgMGw0Ljk5OS00Ljk5OGMxLjU2My0xLjU2MiAxLjU2My00LjA5NSAwLTUuNjU3LTEuNTYyLTEuNTYyLTQuMDk1LTEuNTYzLTUuNjU3IDBsLTMuODQxIDMuODQxLS4zMzMtLjAwOWMtLjQwNCAwLS44MDIuMDQtMS4xODkuMTE3bDQuNjU2LTQuNjU2Yy45NzUtLjk3NiAyLjI1Ni0xLjQ2NCAzLjUzNi0xLjQ2NCAxLjI3OSAwIDIuNTYuNDg4IDMuNTM1IDEuNDY0IDEuOTUxIDEuOTUxIDEuOTUxIDUuMTE5IDAgNy4wNzFsLTQuOTk5IDQuOTk4Yy0uOTc1Ljk3Ni0yLjI1NSAxLjQ2NC0zLjUzNSAxLjQ2NC0xLjI4IDAtMi41Ni0uNDg4LTMuNTM1LTEuNDY0LS40OTQtLjQ5NS0uODYzLTEuMDY3LTEuMTA3LTEuNjc4bC43ODgtLjc4NXoiLz48L3N2Zz4=");
}

.code-block-caption > .headerlink,
dl dt > .headerlink,
figcaption p > .headerlink,
h1 > .headerlink,
h2 > .headerlink,
h3 > .headerlink,
h4 > .headerlink,
h5 > .headerlink,
h6 > .headerlink,
p.caption > .headerlink,
table > caption > .headerlink {
  margin-left: 0.5rem;
  visibility: hidden;
}

.sidebar-tree .toctree-l1 h1:hover a.headerlink:before:hover {
  visibility: hidden;
}

.related-pages a svg.furo-related-icon,
.related-pages a svg.furo-related-icon > use {
  color: var(--color-foreground-border);
  flex-shrink: 0;
  height: 0.75rem;
  /* margin: 0 0.5rem; */
  width: 0.75rem;
}

.back-to-top {
  background: var(--primary-60, #3494f1);
  color: #fff;
  border-radius: 12px;
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.05),
    0 0 1px 0 hsla(220, 9%, 46%, 0.502);
  display: none;
  font-size: 0.8125rem;
  left: 0;
  margin-left: 50%;
  /* padding: 0.5rem 0.75rem 0.5rem 0.5rem; */
  position: fixed;
  padding: 10px 24px 10px 21px;
  text-decoration: none;
  top: 1rem;
  transform: translateX(-50%);
  z-index: 10;
}

.back-to-top span {
  margin-top: 2px;
  margin-left: 0.3rem;
}

a.muted-link {
  color: black;
  text-align: center;
}

a.muted-link:hover {
  color: #5a5e66;
  text-align: center;
}

.highlight {
  background: #eaf1ff;
}

.highlight button.copybtn {
  align-items: center;
  background-color: #eaf1ff;
  border: none;
  color: var(--color-background-item);
  cursor: pointer;
  height: 1.25em;
  opacity: 1;
  right: 0.5rem;
  top: 0.625rem;
  transition: color 0.3s, opacity 0.3s;
  width: 1.25em;
}

.highlight button.copybtn:hover {
  background-color: #eaf1ff;
  color: var(--color-brand-content);
}

.sidebar-brand-text {
  color: var(--color-sidebar-brand-text);
  font-size: 1.5rem;
  overflow-wrap: break-word;
  text-align: center;
}

ol,
ul {
  margin-bottom: 1rem;
  margin-top: 9px;
  padding-left: 1.2rem;
}

.toc-tree li.scroll-current > .reference {
  color: var(--color-sidebar-link-text);
  font-weight: 700;
}

.toctree-wrapper.compound > ul {
  margin-bottom: 0;
  margin-top: 0;
  list-style: none;
  padding-left: 0;
  gap: 8px;
  display: flex;
  flex-direction: column;
}

a.up-btn {
  color: white;
  text-align: center;
}

body[data-theme="auto"] .theme-toggle svg.theme-icon-when-auto,
body[data-theme="dark"] .theme-toggle svg.theme-icon-when-dark,
body[data-theme="light"] .theme-toggle svg.theme-icon-when-light {
  display: none;
}

.admonition p.admonition-title:before,
p.topic-title:before {
  content: "";
  height: 1rem;
  left: 0.5rem;
  position: absolute;
  width: 1rem;
  margin-top: 2px;
}

p.version {
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
  padding-left: 0%;
  font-size: inherit;
}

.bottom-of-page .left-details {
  margin-bottom: 0.75rem;
}

table.docutils {
  border-collapse: collapse;
  border-radius: 0.2rem;
  border-spacing: 0;
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.05),
    0 0 0.0625rem rgba(0, 0, 0, 0.1);
  width: 99%;
}

.show-form {
  display: block !important;
}

.delete-form {
  display: none;
}

.hide-form {
  display: none !important;
}

.highlight pre,
pre.literal-block {
  font-size: 12px;
  padding: 0.625rem 0.875rem;
}

.text-secondary {
  color: black;
}

.sig-inline,
code.literal {
  background: #eaf1ff;
  border-radius: 0.2em;
  font-size: var(--font-size--small--2);
  padding: 0.1em 0.2em;
}

.sphinx-bs p {
  margin-top: 15px;
}

#helpuser {
  display: none;
}

.main-list {
  margin-top: 0;
  display: flex;
  flex-direction: column;
}
a.main-list {
  margin-top: 0;
}
.main-picture {
  margin-bottom: 2rem;
}

.tabbed-set>label {
  border-bottom: 0.125rem solid transparent;
  color: #000000;
  cursor: pointer;
  font-size: var(--tabs-size-label);
  font-weight: 500;
  padding: 1em 1.25em 0.5em;
  transition: color 250ms;
  width: auto;
  z-index: 1;
}

.tabbed-set>input:checked+label {
  border-color: hsla(231, 99%, 66%, 1);
  color: hsla(231, 99%, 66%, 1);
  font-weight: 700;
}

.tabbed-set>input:not(.focus-visible)+label {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

@media (max-width: 67em) {
  .sidebar-drawer {
    height: 100vh;
    left: -15em;
    position: fixed;
    top: 0;
    width: 15em !important;
  }
  article {
    color: var(--color-content-foreground);
    background: var(--color-content-background);
    overflow-wrap: break-word;
    margin-top: 12rem;
  }
  h1 {
    font-size: 25px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 17px;
  }
  h4,
  h5,
  h6 {
    font-size: 16px;
  }
}

@media (prefers-color-scheme: dark) {
  body:not([data-theme="light"]) {
    .highlight {
      background: #eaf1ff;
      color: #000000;
    }
  }
}

@media (prefers-color-scheme: dark) {
  body:not([data-theme="light"]) {
    .highlight .n {
      color: #000000;
    }
  }
}

@media (prefers-color-scheme: dark) {
  body:not([data-theme="light"]) {
    .highlight .o {
      color: #000000;
    }
  }
}

@media (prefers-color-scheme: dark) {
  body:not([data-theme="light"]) {
    .highlight .p {
      color: #000000;
    }
  }
}

@media (prefers-color-scheme: dark) {
  body:not([data-theme="light"]) {
    .highlight .go {
      color: #000000;
    }
  }
}

.partnerbtn {
  display: flex;
  flex-direction: column;
}

@media (prefers-color-scheme: dark) {
  body:not([data-theme="light"]) {
    --color-problematic: #ee5151;
    --color-foreground-primary: #000000cc;
    --color-foreground-secondary: #5a5c63;
    --color-foreground-muted: #81868d;
    --color-foreground-border: #878787;
    --color-background-primary: #ffffff;
    --color-background-secondary: #f8f9fb;
    --color-background-hover: #ffffff;
    --color-background-hover--transparent: #1e212400;
    --color-background-border: #eeebee;
    --color-background-item: #444;
    --color-announcement-background: #000000dd;
    --color-announcement-text: #000000;
    --color-brand-primary: #2b8cee;
    --color-brand-content: #368ce2;
    --color-highlighted-background: #def;
    --color-guilabel-background: #ddeeff80;
    --color-guilabel-border: #bedaf580;
    --color-api-keyword: var(--color-foreground-secondary);
    --color-highlight-on-target: #330;
    --color-admonition-background: #ffffff;
    --color-card-border: var(--color-background-secondary);
    --color-card-background: #18181a;
    --color-card-marginals-background: var(--color-background-hover);
    --color-highlight-on-target: #ffc;
  }
}
