:root {
  --color-active-menu-item: #18191A !important;
  --color-background: #d3d5dd !important;
  --color-link: #4C17CA !important;
  --md-sys-color-primary: #4C17CA !important;
  --md-sys-color-secondary: #FF5322 !important;
  --md-sys-color-tertiary: #145b28 !important;
}

@font-face {
  font-family: 'Inter';
  src: url('https://d3e54v103j8qbb.cloudfront.net/fonts/inter/Inter-Regular.47e70f6ff0.woff2');
}

.tsd-navigation a:hover {
  background-color: var(--color-active-menu-item) !important;
}

body {
  background: #242526 !important;
  font-family: "Inter" !important;
  color: #d3d5dd !important;
}

.tsd-page-toolbar {
  background: linear-gradient(90deg, #4C17CA 0%, #FF5322 61.13%);
  --color-text: #FFFFFF;
}

.tsd-generator {
  display: none;
}

.page-menu {
  display: none;
}

.container-main {
  padding: 0;
}

.col-sidebar {
  background: #242526;
  border-right: 1px solid #000;
  margin-right: 0 !important;
  --color-text: #d3d5dd;
}

.col-content {
  border-radius: 0 !important;
  background-color: #18191A !important;
  --color-text: #d3d5dd;
  padding: 1.75rem !important
}

.site-menu {
  padding: 1.75rem !important;
}

.tsd-kind-icon {
  stroke: #18191A !important;
  display: none !important;
}

.tsd-nested-navigation {
  margin-left: 1.5rem !important;
}

a[href="modules.html"], .tsd-page-title {
  display: none;
}

.tsd-signature {
  background-color: #242526 !important;
}

.tsd-signature-keyword {
  color: #145b28 !important
}

.tsd-kind-interface, .tsd-kind-type-alias, .tsd-kind-enum {
  color: #FF5322 !important;
}

.tsd-signature-symbol {
  color: #d3d5dd !important;
}

.tsd-kind-property, .tsd-kind-call-signature, .tsd-kind-enum-member {
  color: rgb(197, 46, 70) !important
}

a.external[target="_blank"] {
  color: #000 !important;
  filter: invert(1) !important;
}

.tsd-kind-parameter {
  color: #D2EB12 !important
}

code.tsd-tag {
  color: #4C17CA !important;
  background-color: #d3d5dd !important;
}
