body {
  font-family: Inter, sans-serif;
  overflow-y: scroll;
}

.navbar .brand {
  color: inherit;
  padding: 0;
}

.navbar .brand img {
  width: 40px;
  margin-right: 1rem;
  line-height: 0;
}

.navbar .brand h1, .navbar .brand span {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 40px;
  display: inline;
}

.navbar .brand strong {
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(left, #00b5e0, #01cbcd, #01e0ba);
  -webkit-background-clip: text;
  font-weight: 500;
}

.navbar-inner {
  box-shadow: none;
  padding: 1rem 0;
}

.nav .caret, .navbar .btn-navbar, #docsSearch, #searchBar, #sidebar h3, .icon-print, .articleFoot, #contact, #categoryHead .sort, .icon-article-doc, #sidebar .nav-list .active a .icon-arrow, #sidebar .nav-list .active a:hover .icon-arrow, #sidebar .nav-list .active a:focus .icon-arrow {
  display: none;
}

#sidebar .nav-list a {
  color: #6c757d;
}

#sidebar .nav-list a:focus, #sidebar .nav-list a:hover {
  color: #01cbcd;
}

#sidebar .nav-list .active a, #sidebar .nav-list .active a:focus, #sidebar .nav-list .active a:hover {
  color: #01cbcd;
  font-weight: 400;
}

#main-content {
  background-image: none;
}

.category, .contentWrapper {
  border-radius: 6px;
  box-shadow: 0 0 40px #0000000d;
}

.category-list {
  margin-top: 32px;
}

.category-list .category:hover {
  background-color: #fff;
  border-color: #01cbcd;
}

.contentWrapper p.descrip {
  margin: 1rem 0;
}

.category-list .category {
  width: 45%;
}

.category-list .category p, .contentWrapper p.descrip, footer p, footer p a {
  color: #adb5bd;
}

footer p a:hover {
  color: #01cbcd;
}
/*# sourceMappingURL=helpscout.css.map */
