ol li,
table,
ul li {
  color: initial;
}
.tab-content .alert + .alert,
.tab-content .header + .header,
.tab-content .nav + .nav,
.tab-content .navbar + .navbar,
.tab-content .progress + .btn,
.tab-content .progress + .progress {
  margin-top: 1rem;
}
.hs-docs-content-divider:first-child {
  border-bottom: 1px solid #e7eaf3;
  padding-bottom: 3rem;
}
.hs-docs-content-divider:not(:last-child) {
  margin-bottom: 4rem;
}
.hs-docs-content-divider .table:last-child,
.hs-docs-content-divider ol:last-child,
.hs-docs-content-divider p:last-child,
.hs-docs-content-divider ul:not(.page-header-tabs):last-child {
  margin-bottom: 0;
}
.hs-docs-badge {
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.35rem 0.75rem;
}
.code-toolbar {
  position: relative;
}
code {
  font-size: 100%;
}
:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  padding: 1.5rem;
  background: #142140;
  margin-bottom: 1rem;
}
.tab-content :not(pre) > code[class*="language-"],
.tab-content pre[class*="language-"] {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-right-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
}
code[class*="language-"],
pre[class*="language-"] {
  color: #fff;
  text-shadow: none;
  white-space: pre-wrap;
}
.prism-light:not(pre) > .prism-light code[class*="language-"],
pre.prism-light[class*="language-"] {
  background: #f9fafc;
}
.prism-light code[class*="language-"],
pre.prism-light[class*="language-"] {
  color: #142140;
}
.language-css .token.string,
.style .token.string,
.token.entity,
.token.operator,
.token.url {
  color: #d09a5c;
  background: 0 0;
}
.token.constant,
.token.deleted,
.token.property,
.token.punctuation,
.token.symbol,
.token.tag {
  color: #2f6f9f;
}
.token.attr-name,
.token.builtin,
.token.char,
.token.inserted,
.token.selector,
.token.string {
  color: #26a5b5;
}
.token.atrule,
.token.attr-value,
.token.function {
  color: #d44950;
}
div.code-toolbar > .toolbar {
  top: 10px;
  right: 10px;
  opacity: 1;
}
div.code-toolbar > .toolbar a {
  padding: 0.3rem 0.7rem !important;
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: none;
  transition: all 0.2s ease-in-out;
}
div.code-toolbar > .toolbar a:hover {
  background-color: #377dff;
  color: #fff !important;
}
.hs-docs-heading {
  font-size: 1.3125rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.hs-docs-heading::before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  visibility: hidden;
  margin-top: -100px;
}
[data-anchorjs-icon]::after {
  content: attr(data-anchorjs-icon);
}
.anchorjs-link {
  padding-left: 0.5rem;
  font-size: 90%;
  color: rgba(55, 125, 255, 0.5) !important;
  transition: color 0.16s linear;
  opacity: 0;
}
.anchorjs-link:hover {
  color: #377dff !important;
}
.hs-docs-heading:hover .anchorjs-link {
  opacity: 1;
}
.scroll-nav-example {
  position: relative;
  height: 200px;
  margin-top: 0.5rem;
  overflow: auto;
}
.ui-autocomplete {
  max-height: 300px;
  overflow: hidden;
  overflow-y: auto;
  padding-bottom: 1px;
  z-index: 91199;
}
.ui-autocomplete::-webkit-scrollbar {
  width: 0.5rem;
}
.ui-autocomplete::-webkit-scrollbar-thumb {
  background-color: rgba(189, 197, 209, 0.6);
  visibility: hidden;
}
.ui-autocomplete:hover::-webkit-scrollbar-thumb {
  visibility: visible;
}
.ui-autocomplete .left {
  float: left;
}
.ui-autocomplete .right {
  float: right;
}
.ui-autocomplete .ui-menu-item {
  padding: 0.25rem;
}
.ui-autocomplete .ui-menu-item:not(:last-child) {
  border-bottom: 1px solid #e7eaf3;
}
.ui-autocomplete .ui-menu-item-wrapper {
  display: block;
  color: inherit;
  background-color: transparent;
  border-color: transparent;
  padding: 7px 15px;
}
.ui-widget.ui-widget-content {
  border: thin solid #e7eaf3;
  border-radius: 0.3125rem;
  box-shadow: 0 2px 16px 8px rgba(140, 152, 164, 0.135);
}
.ui-autocomplete .ui-menu-item-wrapper.ui-state-active,
.ui-autocomplete .ui-menu-item-wrapper:hover {
  background-color: rgba(55, 125, 255, 0.1);
  text-decoration: none;
}
.ui-autocomplete .ui-menu-item:hover .ui-menu-item-wrapper {
  background-color: rgba(55, 125, 255, 0.1);
  border-color: transparent;
  border-radius: 0.125rem;
}
.ui-autocomplete-category {
  padding: 5px 15px;
  margin: 0;
  font-weight: 700;
}
.jvectormap-container {
  width: 100%;
  height: 100%;
}
.hd-doc-search-category {
  display: block;
  color: #97a4af;
  font-size: 0.875rem;
}
.ui-autocomplete-input.form-control:not(:last-child) {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.tab-wrapper {
  border: 1px solid #e7eaf3;
  box-shadow: 0 0 35px rgba(140, 152, 163, 0.125);
  border-radius: 0.5rem;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}
.tab-pane {
  max-height: 1000px;
  overflow-y: auto;
  overflow-x: hidden;
}
.tab-pane pre {
  margin: 0;
}
.hs-docs-copy-to-clipboard-text {
  font-size: 80%;
  color: #77838f;
}
.hs-docs-copy-to-clipboard:hover .hs-docs-copy-to-clipboard-text {
  color: #fff;
  background-color: #377dff;
}
.callout {
  border-left-width: 10px;
  border-left-style: solid;
  padding: 1.5rem;
  margin-bottom: 1.25rem;
}
.callout p:last-child {
  margin-bottom: 0;
}
.callout-title {
  color: initial;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.callout-warning {
  border-color: rgba(255, 193, 7, 0.25);
  background-color: rgba(255, 193, 7, 0.075);
}
.callout-danger {
  border-color: rgba(222, 68, 55, 0.25);
  background-color: rgba(222, 68, 55, 0.075);
}
.hs-sidebar-sticky {
  position: relative;
  top: 0;
  width: 100%;
  height: 15rem;
  padding: 0.5rem 0;
}
@media (max-height: 500px) {
  .hs-sidebar-sticky {
    min-height: 15rem;
  }
}
@media (min-width: 992px) {
  .hs-sidebar-sticky {
    height: calc(100vh - 5rem);
  }
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .hs-sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}
.hs-sidebar {
  z-index: 100;
}
@media (min-width: 992px) {
  .hs-sidebar {
    position: fixed;
    top: 3rem;
    bottom: 0;
    left: 0;
    border-right: 1px solid #e7eaf3;
    padding-top: 1rem;
  }
}
@media (max-width: 991.8px) {
  .hs-sidebar {
    border-bottom: 1px solid #e7eaf3;
  }
}
.hs-sidebar-nav {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
}
.hs-sidebar-item {
  font-size: 0.875rem;
}
.hs-sidebar-link {
  color: #495057;
  display: block;
  background-color: transparent;
  border-radius: 0.3125rem;
  padding: 0.5rem 0.9375rem;
}
.hs-sidebar-link.active {
  color: #377dff;
  background-color: rgba(55, 125, 255, 0.1);
}
.hs-sidebar-link.active:hover {
  color: #377dff;
}
.hs-sidebar-link:hover {
  text-decoration: none;
}
.hs-sidebar-heading {
  display: block;
  color: #1e2022;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.header-docs .navbar-brand,
.header-docs .navbar-brand > img {
  width: 7.5rem;
}
.fullscreen {
  z-index: 9999;
}
.hs-docs-list-md li {
  margin-bottom: 0.5rem;
}
.hs-sidebar-scrollbar {
  overflow-y: scroll;
}
@media (min-width: 768px) {
  .nav-docs-space {
    margin-left: 5rem;
  }
}
.hs-docs-list-sm li {
  margin-bottom: 0.25rem;
}
