body {
  font-family: open sans, Helvetica Neue, helvetica, sans-serif;
  font-size: 16px;
}

main {
  overflow: auto;
}

.app-name-link img {
  height: 50px;
}

.app-name {
  margin-bottom: 5px !important;
}

.search {
  margin-bottom: 5px !important;
}

.markdown-section code,
.markdown-section pre {
  background: #272822;
}
.markdown-section pre > code {
  background-color: #272822;
  color: #fff;
}

.token.macro {
  color: #e6db74;
}

.token.object {
  color: #66d9ef;
}

.token.punctuation {
  color: #fff;
}

.token.keyword {
  color: #f92672;
}
aside.sidebar {
  padding-top: 38px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .sidebar-toggle {
    padding: 10px;
  }
  body.close .sidebar-toggle {
    background-color: #efefef;
  }
}

.sidebar-toggle {
  top: 0;
  bottom: auto;
  position: relative;
}
.sidebar,
.sidebar-toggle {
  background-color: #efefef;
}
.sidebar-nav {
  font-family: OpenSans, helvetica, sans-serif;
}
.sidebar-nav li {
  position: relative;
  margin: 0;
}
.sidebar-nav a {
  text-decoration: none;
  padding-left: 8px;
}
.sidebar-nav > ul > li > ul a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 6px;
  border-left: 1px solid #e7e7eb;
  border-bottom: 1px solid #e7e7eb;
}
.sidebar-nav > ul > li > ul a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 6px;
  border-left: 1px solid #e7e7eb;
}
.sidebar-nav li:last-child > a::after {
  display: none;
}

/* .sidebar-nav li a {
  margin-left: 40px;
}
.sidebar-nav li.expandable > a {
  margin-left: 10px;
} */

.sidebar-nav > ul > li > ul a {
  margin-left: 15px;
}
.sidebar-nav > ul > li > ul a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f15b";
  margin-right: 10px;
  color: #aaa;
}
.sidebar-nav li a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f15b";
  margin-right: 10px;
  color: #aaa;
}
.sidebar-nav li.expandable > a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f65e";
  margin-right: 10px;
  color: #ec6b2e;
}
.sidebar-nav li.expandable.open > a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f65d";
  margin-right: 10px;
  color: #ec6b2e;
}

.sidebar-nav .app-sub-sidebar a::before,
.sidebar-nav .app-sub-sidebar a::after {
  display: none;
}

.app-sub-sidebar li::before {
  content: "#";
}

.sidebar-nav a:hover {
  background: #eff1f3;
}
.sidebar-nav > ul > li ul {
  display: none;
}

.app-sub-sidebar {
  display: none;
}
.app-sub-sidebar.open {
  display: block;
}

.sidebar-nav .open > ul:not(.app-sub-sidebar),
.sidebar-nav .active > ul {
  display: block;
}

.active + ul.app-sub-sidebar {
  display: block;
}

code[class*="language-"],
pre[class*="language-"] {
  color: #9cdcfe;
  background: none;
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;

  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;

  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

/* Code blocks */
pre[class*="language-"] {
  padding: 1em;
  margin: 0.5em 0;
  overflow: auto;
}

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background: #1e1e1e;
}

/* Inline code */
:not(pre) > code[class*="language-"] {
  padding: 0.1em;
  border-radius: 0.3em;
  white-space: normal;
}

.token.comment,
.token.block-comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #608b4e;
}

.token.punctuation {
  color: #ccc;
}

.token.tag,
.token.namespace,
.token.deleted {
  color: #4ec9b0;
}

.token.attr-name {
  color: #9cdcfe;
}

.token.function-name {
  color: #6196cc;
}

.token.boolean {
  color: #569cd6;
}
.token.number {
  color: #b5cea8;
}
.token.function {
  color: #dcdcaa;
}

.token.property,
.token.constant,
.token.symbol {
  color: #f8c555;
}

.token.class-name {
  color: #4ec9b0;
}

.token.selector,
.token.important,
.token.atrule,
.token.keyword,
.token.builtin {
  color: #c586c0;
}

.token.string,
.token.char,
.token.attr-value,
.token.regex,
.token.variable {
  color: #ce9169;
}

.token.operator {
  color: #d4d4d4;
}
.token.entity,
.token.url {
  color: #67cdcc;
}

.token.important,
.token.bold {
  font-weight: bold;
}
.token.italic {
  font-style: italic;
}

.token.entity {
  cursor: help;
}

.token.inserted {
  color: green;
}

/* thead th:nth-of-type(1n)  {
  min-width: 140px;
} */
thead tr,th {
  height: 0px;
  padding: 0px!important;
  border: none!important;
}

.markdown-section {
  max-width: 900px;
}

.markdown-section table {
  overflow: visible;
  display: table;
}
.sidebar {
  overflow: visible;
}
.sidebar-nav {
  height: 100%;
  overflow: scroll;
}
/* Main dropdown wrapper */
.algolia-autocomplete {
  width: 100%;
}
.ds-dropdown-menu {
  /* max-height: calc(100vh - 300px);; */
  max-height: 500px;
  overflow-y: scroll;
}
/* #ec6b2e */
/* Main category (eg. Getting Started) */
.algolia-autocomplete .algolia-docsearch-suggestion--category-header {
  color: black;
}

/* Category (eg. Downloads) */
.algolia-autocomplete .algolia-docsearch-suggestion--subcategory-column {
  color: gray;
}

/* Title (eg. Bootstrap CDN) */
.algolia-autocomplete .algolia-docsearch-suggestion--title {
  font-weight: bold;
  color: black;
}

/* Description description (eg. Bootstrap currently works...) */
.algolia-autocomplete .algolia-docsearch-suggestion--text {
  font-size: 0.8rem;
  color: gray;
}

/* Highlighted text */
.algolia-autocomplete .algolia-docsearch-suggestion--highlight {
  color: #ec6b2e;
}
.markdown-section em {
  color: #34495e;
}

/* Tibbo Docs - Override styles imposed by Help+Manual */

/* Use to set the right margin on small images that start paragraphs. */
img.para-start {
  margin-right: 1rem !important;
}

/* Use when an image needs a frame.
  This is more scalable than including a frame on the image itself, as the browser will always render the same parameters, including effects.
  In addition, it's easier to make global changes by changing only one variable. */
  img.framed {
    border: 2px solid rgba(0,51,102,0.4) !important;
    border-radius: 3px;
    padding: 10px;
    background: #ffffff;
    background-clip: border-box;
  }

/* Use to hide an image.
  This is necessary when using a "click for big version" link. The only way to include the image in an H+M project is for it to be in a live topic.
  Add the image and give it the "hidden" class so that it'll be included, but not displayed. */
  img.hidden {
    display: none;
  }