:root {
  --sl-color-primary-300: blue !important;
  --sl-color-primary-500: blue !important;
  --sl-color-primary-600: blue !important;
  --sl-color-primary-700: blue !important;
}
@media (orientation: landscape) {
  .sidebar-toggle {
    display: none;
  }
  aside {
    transform: unset !important;
  }
}
main a:not(.app-name-link) {
  color: var(--theme-color) !important;
  transition: 0.25s;
  text-underline-offset: 2.7pt !important;
  text-decoration-thickness: 1px !important;
  text-decoration-line: underline !important;
  text-decoration-color: rgba(0 0 0 / 0%) !important;
  font-weight: 500 !important;
}
main a:not(.app-name-link):not(.anchor) {
  white-space: nowrap;
}
main a:hover,
main .active > a {
  text-decoration-color: var(--theme-color) !important;
}
.app-name-link {
  width: 80px;
  display: flex;
  white-space: nowrap;
}
li {
  font-weight: 100 !important;
  font-size: 13px !important;
}
li p {
  opacity: 0.5;
  font-weight: 400 !important;
}
li a {
  border: 0 !important;
  font-size: 13px !important;
}
body {
  background: var(--sl-color-neutral-50);
  font-family: Roboto;
}
body * {
  font-family: Rubik;
}
body.embeded .app-nav {
  display: none;
}
body.embeded section {
  overflow-y: auto;
}
body.full aside {
  display: none;
}
body.full section {
  left: initial !important;
}
body .sidebar-toggle {
  top: 0;
  height: fit-content;
}
body.close .sidebar-toggle {
  transition: transform 250ms ease-out;
  transform: translateX(212px);
}
body .sidebar-toggle {
  background: var(--theme-color) !important;
  width: initial !important;
  padding: 15px !important;
  border-radius: 30pt;
  margin: 24px !important;
}
body .sidebar-toggle .sidebar-toggle-button {
  transition: 0.25s;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
body .sidebar-toggle .sidebar-toggle-button span {
  background-color: #fff;
  margin-bottom: 0;
  width: 12px;
}
ul ul {
  margin-bottom: 12pt !important;
}
.sidebar {
  border: 0;
}
.sidebar hr {
  margin: 25px;
  height: 1px;
  border: 0;
  background: var(--md-theme-default-divider-on-background);
}
.sidebar h1 {
  text-align: left;
}
.sidebar h1 .app-name-link {
  color: var(--theme-color) !important;
  font-weight: 500;
}
.sidebar h1,
.sidebar h3 {
  margin-left: 35pt !important;
}
.sidebar .sidebar-nav h2 {
  pointer-events: none;
}
.sidebar .sidebar-nav > ul:first-of-type {
  margin-top: 47pt;
}
.sidebar ul {
  margin-left: 35pt;
}
.sidebar ul ul {
  margin-left: 12pt;
  margin-right: 8pt;
}
.sidebar ul li::before {
  display: none;
}
g {
  fill: #fff;
}
@media (orientation: portrait) {
  section {
    padding-top: 60px !important;
  }
}
section.cover {
  background: var(--theme-color) !important;
}
background-si section.cover:before {
  content: '';
  background-color: rgba(0 0 0 / 70%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
section.cover .cover-main {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100dvh;
}
section.cover p {
  margin: 0 auto;
}
section article {
  max-width: min(80%, 1000px) !important;
}
section article h1 {
  margin-bottom: 30pt;
}
section article h1 a span {
  color: var(--theme-color) !important;
}
section article h2 {
  font-size: 1.5rem !important;
}
section article code {
  margin: 0 !important;
  background: white !important;
}
section article .anchor {
  text-decoration: none !important;
  pointer-events: none;
}
section article pre {
  background-color: #fff !important;
  border-radius: 5pt;
}
section article pre code {
  background: transparent !important;
}
section article blockquote p {
  font-weight: initial !important;
}
section article .pagination-item a {
  color: var(--theme-color);
}
section article .pagination-item-title {
  font-size: inherit;
  margin-top: 5pt;
}
sl-input::part(form-control-label),
sl-select::part(form-control-label) {
  color: var(--sl-color-neutral-400);
}
.app-nav {
  display: flex;
  margin-top: 24px;
  gap: 25px;
}
.app-nav li {
  margin: 0;
  padding: 0;
}
.md-error {
  color: var(--md-theme-default-warn);
}
.footer {
  line-height: 24px;
  font-size: small;
  color: var(--sl-color-neutral-400);
}
.sidebar-nav > ul ul {
  margin-left: 10px;
  position: relative;
}
.sidebar-nav > ul ul li {
  padding-left: 2em;
  position: relative;
}
.sidebar-nav > ul ul li:before {
  content: '';
  display: block;
  width: 5px;
  height: 0;
  border-top: 1px solid;
  margin-top: 2px;
  position: absolute;
  top: 1em;
  left: 0;
  border-color: var(--sl-color-neutral-400);
}
