caption,
th {
  text-align: left;
}

.table,
legend {
  max-width: 100%;
}

.clearfix::after,
.row:after,
.row:before {
  content: "";
}

.row,
.row:after {
  clear: both;
}

.span-3,
.table {
  width: 100%;
}

.no-pointer-events,
img.item-tree-line {
  pointer-events: none;
}

.underline-skip,
a:focus,
a:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-decoration-skip: ink;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

@font-face {
  font-family: "Fira Sans";
  font-style: italic;
  font-weight: 400;
  src: local("Fira Sans Italic"), local("FiraSans-Italic"),
    url(https://fonts.gstatic.com/s/firasans/v8/va9C4kDNxMZdWfMOD5VvkrjJYTc.ttf)
      format("truetype");
}

@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Fira Sans Regular"), local("FiraSans-Regular"),
    url(https://fonts.gstatic.com/s/firasans/v8/va9E4kDNxMZdWfMOD5Vvl4jO.ttf)
      format("truetype");
}

@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 500;
  src: local("Fira Sans Medium"), local("FiraSans-Medium"),
    url(https://fonts.gstatic.com/s/firasans/v8/va9B4kDNxMZdWfMOD5VnZKveRhf_.ttf)
      format("truetype");
}

@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Fira Sans Bold"), local("FiraSans-Bold"),
    url(https://fonts.gstatic.com/s/firasans/v8/va9B4kDNxMZdWfMOD5VnLK3eRhf_.ttf)
      format("truetype");
}

@font-face {
  font-family: "Overpass Mono";
  font-style: normal;
  font-weight: 400;
  src: local("Overpass Mono Regular"), local("OverpassMono-Regular"),
    url(https://fonts.gstatic.com/s/overpassmono/v4/_Xmq-H86tzKDdAPa-KPQZ-AC1i-0sw.ttf)
      format("truetype");
}

@font-face {
  font-family: "Overpass Mono";
  font-style: normal;
  font-weight: 600;
  src: local("Overpass Mono SemiBold"), local("OverpassMono-SemiBold"),
    url(https://fonts.gstatic.com/s/overpassmono/v4/_Xm3-H86tzKDdAPa-KPQZ-AC3vCQo_CXAw.ttf)
      format("truetype");
}

@font-face {
  font-family: "Overpass Mono";
  font-style: normal;
  font-weight: 700;
  src: local("Overpass Mono Bold"), local("OverpassMono-Bold"),
    url(https://fonts.gstatic.com/s/overpassmono/v4/_Xm3-H86tzKDdAPa-KPQZ-AC3pSRo_CXAw.ttf)
      format("truetype");
}

.background-clip-padding {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.trans-all-ease-fast {
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.trans-all-ease-slow {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.trans-all-ease {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.trans-height-ease {
  -webkit-transition: opacity 0.15s ease, height 0.15s ease;
  transition: opacity 0.15s ease, height 0.15s ease;
}

.trans-delay-1 {
  transition-delay: 0.1s;
}

.no-trans {
  -webkit-transition-property: none;
  transition-property: none;
}

.no-trans-force {
  -webkit-transition-property: none !important;
  transition-property: none !important;
}

.no-margin,
.no-space {
  margin: 0 !important;
}

.no-space-top {
  margin-top: 0 !important;
}

.no-space-right {
  margin-right: 0 !important;
}

.no-space-bottom {
  margin-bottom: 0 !important;
}

.no-space-left {
  margin-left: 0 !important;
}

.space-xs {
  margin-left: 7px !important;
}

.space-sm {
  margin-left: 15px !important;
}

.space,
.space-md {
  margin-left: 25px !important;
}

.space-lg {
  margin-left: 40px !important;
}

.space-top-xs {
  margin-top: 7px !important;
}

.space-top-sm {
  margin-top: 15px !important;
}

.space-top,
.space-top-md {
  margin-top: 25px !important;
}

.space-top-lg {
  margin-top: 40px !important;
}

.space-right-xs {
  margin-right: 7px !important;
}

.space-right-sm {
  margin-right: 15px !important;
}

.space-right,
.space-right-md {
  margin-right: 25px !important;
}

.space-right-lg {
  margin-right: 40px !important;
}

.space-bottom-xs {
  margin-bottom: 7px !important;
}

.space-bottom-sm {
  margin-bottom: 15px !important;
}

.space-bottom,
.space-bottom-md {
  margin-bottom: 25px !important;
}

.space-bottom-lg {
  margin-bottom: 40px !important;
}

.space-left-xs {
  margin-left: 7px !important;
}

.space-left-sm {
  margin-left: 15px !important;
}

.space-left,
.space-left-md {
  margin-left: 25px !important;
}

.space-left-lg {
  margin-left: 40px !important;
}

.no-pad,
.no-padding {
  padding: 0 !important;
}

.no-pad-top {
  padding-top: 0 !important;
}

.no-pad-right {
  padding-right: 0 !important;
}

.no-pad-bottom {
  padding-bottom: 0 !important;
}

.no-pad-left {
  padding-left: 0 !important;
}

.pad-xs {
  padding: 7px !important;
}

.pad-sm {
  padding: 15px !important;
}

.pad,
.pad-lg,
.pad-md {
  padding: 7px !important;
}

.pad-top-xs {
  padding-top: 7px !important;
}

.pad-top-sm {
  padding-top: 15px !important;
}

.pad-top,
.pad-top-md {
  padding-top: 25px !important;
}

.pad-top-lg {
  padding-top: 40px !important;
}

.pad-right-xs {
  padding-right: 7px !important;
}

.pad-right-sm {
  padding-right: 15px !important;
}

.pad-right,
.pad-right-md {
  padding-right: 25px !important;
}

.pad-right-lg {
  padding-right: 40px !important;
}

.pad-bottom-xs {
  padding-bottom: 7px !important;
}

.pad-bottom-sm {
  padding-bottom: 15px !important;
}

.pad-bottom,
.pad-bottom-md {
  padding-bottom: 25px !important;
}

.pad-bottom-lg {
  padding-bottom: 40px !important;
}

.pad-left-xs {
  padding-left: 7px !important;
}

.pad-left-sm {
  padding-left: 15px !important;
}

.pad-left,
.pad-left-md {
  padding-left: 25px !important;
}

.pad-left-lg {
  padding-left: 40px !important;
}

legend,
td,
th {
  padding: 0;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.pointer {
  cursor: pointer !important;
}

.vertical-middle {
  vertical-align: middle;
}

progress,
sub,
sup {
  vertical-align: baseline;
}

.inline-block {
  display: inline-block;
}

.absolute {
  position: absolute;
}

.no-scroll {
  overflow: hidden !important;
}

.no-wrap,
.nowrap {
  white-space: nowrap !important;
}

.snap-left {
  display: block;
  float: left;
}

.snap-right {
  display: block;
  float: right;
}

.clearfix::after {
  clear: both;
  display: table;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
pre,
section {
  display: block;
}

.ellipsis {
  text-overflow: ellipsis;
  overflow-x: hidden;
}

button,
hr,
input {
  overflow: visible;
}

.no-ellipsis {
  text-overflow: clip;
  overflow-x: visible;
}

.color-white {
  color: #fff !important;
}

.color-black {
  color: #000 !important;
}

.color-blue {
  color: #5ca1eb !important;
}

.color-accent {
  color: #3875ee !important;
}

.color-cyan {
  color: #5bc0de !important;
}

.color-green,
.color-success {
  color: #52af52 !important;
}

.color-yellow {
  color: #f0b563 !important;
}

.color-red {
  color: #e07470 !important;
}

.color-purple {
  color: #996599 !important;
}

.color-orange {
  color: #dc881f !important;
}

.color-light {
  color: #aaafbd !important;
}

.color-pink {
  color: #ff6fbc !important;
}

.color-brown {
  color: #8a4c42 !important;
}

.color-gray-base {
  color: #17191e !important;
}

.color-gray-darkest {
  color: #292c35 !important;
}

.color-gray-darker {
  color: #383d49 !important;
}

.color-gray-dark {
  color: #596175 !important;
}

.color-gray {
  color: #7e879c !important;
}

.color-gray-light {
  color: #aaafbd !important;
}

.color-gray-lighter {
  color: #e3e5ea !important;
}

code,
legend,
pre code {
  color: inherit;
}

.bg-blue {
  background-color: #5ca1eb !important;
}

.bg-accent {
  background-color: #3875ee !important;
}

.bg-cyan {
  background-color: #5bc0de !important;
}

.bg-green {
  background-color: #52af52 !important;
}

.bg-green-pale {
  background-color: #34793c !important;
}

.bg-yellow {
  background-color: #f0b563 !important;
}

.bg-red {
  background-color: #e07470 !important;
}

.bg-purple {
  background-color: #996599 !important;
}

.bg-purple-dark {
  background-color: #6736a0 !important;
}

.bg-pink {
  background-color: #ff6fbc !important;
}

.bg-orange {
  background-color: #dc881f !important;
}

.bg-ice {
  background-color: #9cbed3 !important;
}

.bg-ice-mid {
  background-color: #9aaec3 !important;
}

.bg-ice-dark {
  background-color: #788ea3 !important;
}

.bg-ice-blue {
  background-color: #465c84 !important;
}

.bg-gray {
  background-color: #7e879c !important;
}

.bg-gray-light {
  background-color: #aaafbd !important;
}

.bg-gray-dark {
  background-color: #596175 !important;
}

.bg-gray-darker {
  background-color: #383d49 !important;
}

.bg-brown {
  background-color: #8a4c42 !important;
}

a,
table {
  background-color: transparent;
}

.svg-fill-blue svg {
  fill: #5ca1eb !important;
}

.svg-fill-blue-pale svg {
  fill: #4f5e84 !important;
}

.svg-fill-accent svg {
  fill: #3875ee !important;
}

.svg-fill-cyan svg {
  fill: #5bc0de !important;
}

.svg-fill-green svg {
  fill: #52af52 !important;
}

.svg-fill-green-pale svg {
  fill: #34793c !important;
}

.svg-fill-yellow svg {
  fill: #f0b563 !important;
}

.svg-fill-red svg {
  fill: #e07470 !important;
}

.svg-fill-purple svg {
  fill: #996599 !important;
}

.svg-fill-purple-pale svg {
  fill: #7f58ab !important;
}

.svg-fill-purple-dark svg {
  fill: #6736a0 !important;
}

.svg-fill-pink svg {
  fill: #ff6fbc !important;
}

.svg-fill-orange svg {
  fill: #dc881f !important;
}

.svg-fill-gray svg {
  fill: #7e879c !important;
}

.svg-fill-gray-dark svg {
  fill: #596175 !important;
}

.svg-fill-ice-blue svg {
  fill: #465c84 !important;
}

.svg-fill-brown svg {
  fill: #8a4c42 !important;
}

.svg-fill-black svg {
  fill: #000 !important;
}

.opacity-full {
  opacity: 1;
}

.opacity-xl {
  opacity: 0.8;
}

.opacity-lg {
  opacity: 0.65;
}

.opacity-md {
  opacity: 0.5;
}

.opacity-sm {
  opacity: 0.3;
}

.opacity-xs {
  opacity: 0.1;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
h1 {
  margin: 0.67em 0;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
}

.container,
.container-boxed,
legend {
  box-sizing: border-box;
}

a {
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
select {
  text-transform: none;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  display: table;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.docma-info,
.hljs-emphasis,
.param-info,
.symbol-meta,
blockquote {
  font-style: italic;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #aaafbd;
}

.table {
  margin-bottom: 24px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #e1e7ea;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #e1e7ea;
  font-size: 15.5px;
}

.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #e1e7ea;
}

.table .table {
  background-color: #fff;
}

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #e1e7ea;
}

.table-bordered > tbody > td,
.table-bordered > tbody > th,
.table-bordered > thead > td,
.table-bordered > thead > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #e1e7ea;
}

pre,
pre code {
  background-color: transparent;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.container,
.container-boxed,
.nav-spacer,
body.static-navbar .navbar {
  position: relative;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #e1e7ea;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}

code,
kbd,
pre,
samp {
  font-family: "Overpass Mono", Menlo, Monaco, Consolas, monospace,
    "Courier New";
  font-size: 15.5px;
}

.navbar-brand .navbar-title,
.navbar-list > li,
.sidebar-header > .sidebar-brand span.sidebar-title {
  font-family: "Fira Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

code {
  padding: 2px 5px 3px;
  font-size: 90%;
  background-color: rgba(238, 240, 244, 0.74);
  border-radius: 3px;
}

pre {
  padding: 0;
  margin: 0 0 15px;
  font-size: 15.5px;
  line-height: 1.5;
  word-break: keep-all;
  word-wrap: inherit;
  color: #596175;
  border: 0;
  border-radius: 4px;
  overflow: auto;
  overflow-x: scroll;
}

pre code {
  padding: 15px 25px !important;
  font-size: 85.4%;
  white-space: unset;
  border-radius: 0;
}

pre code.options {
  padding: 15px 25px 0 !important;
}

.code-delim {
  color: #cfd3de;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

.container {
  padding: 0 55px;
  margin: 0 auto;
}

.container-boxed {
  max-width: 960px !important;
  padding: 0;
}

@media screen and (max-width: 1050px) {
  .container-boxed {
    padding: 0 55px;
  }
}

.row {
  padding: 0;
  margin: 0;
}

.row:after,
.row:before {
  display: table;
}

.col {
  display: block;
  float: left;
  margin: 1% 0 1% 4%;
}

.col:first-child {
  margin-left: 0;
}

.span-2 {
  width: 64%;
}

.span-1 {
  width: 31.5%;
}

.span-half {
  width: 47.5%;
}

@media only screen and (max-width: 768px) {
  .col {
    margin: 1% 0;
  }

  .span-1,
  .span-2,
  .span-3,
  .span-half {
    width: 100%;
  }
}

body.static-navbar {
  padding-top: 0 !important;
}

.nav-spacer {
  display: block;
  height: 50px;
  visibility: hidden;
}

.nav-overlay,
.navbar {
  position: fixed;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
}

.nav-arrow {
  margin-left: 6px;
}

.nav-overlay {
  bottom: 0;
  right: 0;
  height: 100%;
  overflow: scroll;
  background-color: rgba(23, 25, 30, 0.5);
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.2s, z-index 0s;
  transition: opacity 0.2s, z-index 0s;
}

.nav-overlay.toggled {
  z-index: 999997;
  opacity: 1;
}

.navbar {
  background-color: #fff;
  z-index: 999998;
  user-select: none;
  box-shadow: 0 1px 30px 10px rgba(0, 0, 0, 0.02);
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  height: 52px;
}

.navbar > .navbar-inner {
  display: block;
  position: relative;
  white-space: nowrap;
}

.navbar a,
.navbar a:focus,
.navbar a:hover {
  text-decoration: none !important;
}

.navbar-brand {
  display: inline-table;
  position: absolute;
  float: left;
  margin: 0 24px 0 0;
  z-index: 9;
  height: 100% !important;
}

.navbar-brand .navbar-logo {
  display: table-cell;
  position: relative;
  height: 38px;
  padding: 0;
  margin: 6px 9px 0 0;
  width: auto;
}

.navbar-brand .navbar-title {
  display: table-cell;
  position: relative;
  margin: auto 0 0;
  height: 50px;
  line-height: 1em;
  vertical-align: middle;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.03em;
}

.navbar-brand .navbar-title a {
  display: inline-block;
  white-space: normal !important;
  max-width: 180px;
  padding-top: 4px;
  text-decoration: none;
  color: #4e5566;
}

.navbar-brand .navbar-title a:hover {
  color: #17191e;
}

.navbar-menu {
  display: inline-table;
  position: relative;
  float: right;
  height: 50px;
  overflow-y: visible;
  max-width: 100%;
  z-index: 8;
}

.navbar-list {
  display: block;
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  white-space: nowrap;
}

.navbar-list > li {
  display: inline-table;
  position: relative;
  height: 50px;
  background-color: #fff;
}

.navbar-list > li:hover > a {
  background-color: #f5f5f7;
  color: #010101;
}

.navbar-list > li.dropdown > ul > li > a,
.navbar-list > li > a {
  color: #4e5566;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
}

.navbar-list > li > a {
  display: table-cell;
  position: relative;
  padding: 4px 21px 0;
  height: 50px;
  border-right: 1px dashed rgba(40, 44, 53, 0.1);
  vertical-align: middle;
  font-weight: 500;
  z-index: 3;
}

.navbar-list > li > a span.nav-label {
  margin-left: 6px;
}

.navbar-list > li:last-child > a {
  border-right: 0 none !important;
}

.navbar-list > li.dropdown {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 50px;
}

.navbar-list > li.dropdown:hover {
  overflow: visible;
}

.navbar-list > li.dropdown:hover > ul {
  display: block;
  margin-top: 50px;
  opacity: 1;
  height: auto;
  -webkit-transition: margin-top 0.2s ease-out, opacity 0.2s ease-out;
  transition: margin-top 0.2s ease-out, opacity 0.2s ease-out;
}

.navbar-list > li.dropdown:hover > ul > li {
  height: 30px;
  opacity: 1;
}

.navbar-list > li.dropdown:hover > ul > li.divider {
  height: 1px;
  margin: 11px 0 !important;
  opacity: 1;
}

.navbar-list > li.dropdown > ul {
  z-index: 1;
  display: block;
  position: absolute;
  width: auto;
  top: 0;
  left: 0;
  list-style: none;
  line-height: 1.6em;
  padding: 12px;
  margin: 1px 0 0;
  background-color: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid rgba(33, 37, 44, 0.1);
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-out, top 0.2 ease-in;
  transition: opacity 0.15s ease-out, top 0.2 ease-in;
}

.navbar-list > li.dropdown > ul > li {
  border-radius: 3px;
  height: 0;
  opacity: 0;
  -webkit-transition: height 0.1s ease-out;
  transition: height 0.1s ease-out;
}

.navbar-list > li.dropdown > ul > li > a {
  display: inline-block;
  width: 100%;
  padding: 3px 12px;
}

.navbar-list > li.dropdown > ul > li:hover {
  background-color: #f5f5f7;
}

.navbar-list > li.dropdown > ul > li:hover > a {
  color: #010101;
}

.navbar-list > li.dropdown > ul > li.divider {
  height: 0;
  margin: 0 !important;
  border-radius: 0 !important;
  background-color: rgba(36, 39, 47, 0.1) !important;
  cursor: default !important;
}

li.dropdown > ul > li > a > code {
  background-color: #f5f5f7 !important;
}

.navbar-menu-btn {
  display: none;
  position: absolute;
  top: 6px;
  right: 55px;
  height: 38px;
  width: 38px;
  border-radius: 38px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.navbar-menu-btn:hover {
  background-color: #f5f5f7;
}

.navbar-menu-btn:active,
.navbar-menu-btn:focus {
  outline: 0;
}

.navbar-menu-btn svg.fa-bars {
  display: block;
  position: absolute;
  color: #17191e;
  margin: 8px 0 0 9px;
  opacity: 1;
}

.navbar-menu-btn svg.fa-times {
  display: block;
  position: absolute;
  color: #fff;
  margin: 11px 0 0 13px;
  opacity: 0;
}

.navbar-menu-btn.toggled {
  background-color: #17191e !important;
}

.navbar-menu-btn.toggled svg.fa-bars {
  color: #fff;
  opacity: 0;
}

.navbar-menu-btn.toggled svg.fa-times {
  opacity: 1;
}

.navbar-menu.toggled {
  height: 300px !important;
  opacity: 1 !important;
  overflow-y: scroll !important;
}

.hide-navbar-menu,
.navbar-menu.break {
  height: 0;
  opacity: 0;
  overflow-y: hidden;
}

.navbar-menu.toggled .navbar-list {
  margin-top: 0 !important;
}

.hide-navbar-menu .navbar-list,
.navbar-menu.break .navbar-list {
  margin-top: -350px;
}

.navbar-menu-btn.break {
  display: block;
}

.navbar-menu.break {
  display: block;
  position: absolute;
  left: 55px;
  right: 55px;
  top: 50px;
  margin-right: 0 !important;
  max-width: 100%;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

ul.navbar-list.break {
  display: block;
  position: relative;
  margin-bottom: 0 !important;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

ul.navbar-list.break > li {
  display: table;
  float: none;
  width: 100%;
  border-bottom: 1px solid rgba(47, 51, 62, 0.1);
  height: auto !important;
}

ul.navbar-list.break > li > a {
  display: table-cell;
  border-right: none;
  padding: 0 30px;
  background-color: #f9f9f9;
}

ul.navbar-list.break > li.dropdown {
  margin: 0;
  padding: 0;
  list-style: none;
  height: auto !important;
}

ul.navbar-list.break > li.dropdown:hover > ul > li,
ul.navbar-list.break > li.dropdown > ul > li {
  height: auto;
  opacity: 1;
}

ul.navbar-list.break > li.dropdown > a {
  display: block;
  line-height: 50px;
  border-bottom: 1px solid rgba(47, 51, 62, 0.1);
}

ul.navbar-list.break > li.dropdown:hover {
  overflow: visible;
}

ul.navbar-list.break > li.dropdown:hover > ul {
  display: block;
  margin-top: 0;
  opacity: 1;
  height: auto;
}

ul.navbar-list.break > li.dropdown > ul {
  display: block;
  position: relative;
  width: auto;
  margin: 0 0 0 30px !important;
  box-shadow: 0 0 0;
  border-radius: 0;
  border: 0;
  border-left: 1px dashed rgba(40, 44, 53, 0.1);
  opacity: 1;
  -webkit-transition: none;
  transition: none;
}

ul.navbar-list.break > li.dropdown > ul > li.divider {
  height: 1px;
  margin: 11px 0 !important;
  opacity: 1;
}

.navbar.dark {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  border-bottom: 0 none;
  height: 50px;
  background-color: #282c35;
  color: #8890a2;
}

.navbar.dark .navbar-title a {
  color: #d6dbe7;
}

.navbar.dark .navbar-title a:hover {
  color: #fff;
}

.navbar.dark .navbar-list > li {
  background-color: #282c35;
  color: #8890a2;
}

.navbar.dark .navbar-list > li > a {
  color: #8890a2;
  border-right: 1px dashed rgba(104, 110, 123, 0.1);
}

.navbar.dark .navbar-list > li:hover,
.navbar.dark .navbar-list > li:hover > a {
  background-color: #3e4452;
  color: #fff;
}

.navbar.dark .navbar-list > li.dropdown > ul {
  color: #4e5566;
}

.navbar.dark .navbar-menu-btn:hover {
  background-color: #3e4452;
}

.navbar.dark .navbar-menu-btn:hover svg.fa-bars {
  color: #fff;
}

.navbar.dark .navbar-menu-btn svg.fa-bars {
  color: #8890a2;
}

.navbar.dark .navbar-menu-btn svg.fa-times,
.navbar.dark .navbar-menu-btn.toggled svg.fa-bars {
  color: #fff;
}

.navbar.dark .navbar-menu-btn.toggled {
  background-color: #17191e !important;
}

.navbar.dark .navbar-menu.break,
.navbar.dark ul.navbar-list.break > li {
  background-color: #fff;
}

.navbar.dark ul.navbar-list.break > li:hover > a {
  background-color: #f5f5f7;
  color: #010101;
}

.navbar.dark ul.navbar-list.break > li > a {
  background-color: #f9f9f9;
}

.symbol {
  font-size: 20px;
}

.symbol a {
  position: relative;
  text-decoration: none;
}

.symbol a:hover {
  text-decoration: none;
}

.symbol a:hover svg {
  opacity: 0.6;
}

.symbol a svg {
  display: inline-block;
  position: absolute;
  font-size: 1em;
  line-height: 1em;
  margin-left: -1.3em;
  margin-top: 0.25em;
  opacity: 0.15;
}

code.symbol-name {
  font-size: 85.4%;
  font-weight: 700;
  color: #050607;
}

code.symbol-name .def-val,
span.symbol-sep {
  color: #aaafbd;
  font-weight: 400;
}

span.symbol-sep {
  background-color: transparent;
  font-size: 20px;
  padding-left: 5px;
}

code.symbol-type {
  color: #7e879c;
  font-size: 16px;
  font-weight: 400;
  background-color: transparent;
}

code.symbol-type a:focus,
code.symbol-type a:hover {
  text-decoration: underline;
}

.symbol-meta {
  font-size: 13px !important;
  text-align: right;
  padding-bottom: 0;
  margin-bottom: 0;
  color: #7e879c;
}

.symbol-container {
  padding-top: 50px;
  margin-top: -50px;
  font-size: 16px;
}

.symbol-container .symbol-heading .symbol {
  padding: 10px 0;
}

.symbol-container .symbol-definition {
  padding: 5px 0;
}

.symbol-container .symbol-definition .symbol-info > p {
  margin: 0;
}

.symbol-container .symbol-definition .symbol-info > p:last-of-type {
  margin-bottom: 10px;
}

.symbol-container .symbol-definition > p {
  margin: 0 0 15px;
}

.symbol-container .symbol-definition p + table {
  margin-top: 20px;
}

.symbol-container .symbol-definition .table td:first-child {
  white-space: nowrap;
}

.symbol-container .symbol-definition .table td:last-child {
  width: auto;
}

.symbol-container .symbol-definition .caption {
  display: inline-block !important;
  min-width: 80px;
}

.boxed,
.symbol-badge {
  display: inline-block;
}

.boxed {
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #fff;
  padding: 2px 6px 0;
  border-radius: 2px;
  margin: -2px 3px 0 0;
  vertical-align: middle;
  background-color: #d5d8df;
}

ul.param-list {
  margin-bottom: 25px !important;
}

ul.param-list > li {
  padding-top: 5px;
  margin-bottom: 15px;
}

ul.param-list > li .param-meta > span > code:first-child {
  font-size: 97%;
}

ul.param-list > li .param-meta > span > code:last-child {
  padding: 3px 5px;
}

ul.param-list > li .param-meta .param-info-box {
  float: right;
}

ul.param-list > li .param-desc {
  margin-top: 10px;
  margin-left: -20px;
  padding: 10px 20px 7px;
  border-top: 1px solid #eef0f5 !important;
  background: #fbfbfb;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

ul.param-list > li .param-desc p:last-of-type {
  margin: 0 !important;
}

.param-info {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}

.param-info.required {
  background: #e07470;
  margin-right: 7px;
}

.param-info.optional {
  background: #aaafbd;
  margin-right: 7px;
}

.param-info.default,
.param-info.value {
  background: 0 0 !important;
  color: #7e879c !important;
  font-size: 15px;
}

.param-info.default + code,
.param-info.value + code {
  margin: 0 12px 0 3px;
}

.symbol-def-val code {
  padding: 2px 7px 3px;
  color: #17191e !important;
  font-weight: 700;
}

.symbol-badge {
  position: relative;
  width: 25px;
  height: 25px;
  opacity: 0.65;
  margin-left: -2px;
}

.symbol-badge > span {
  position: absolute;
  display: block;
  font-family: Arial, sans-serif;
  font-size: 9.5px;
  color: #fff;
  width: 100%;
  line-height: 25px;
  text-indent: 0 !important;
  text-align: center;
  left: 0;
  top: 0;
  z-index: 2;
}

.symbol-badge > svg {
  position: absolute;
  display: block;
  width: 25px !important;
  height: 25px !important;
  left: 0;
  top: 0;
  z-index: 1;
  fill: #000;
}

.symbol-badge > svg.svg-inline--fa {
  width: 21.01px !important;
  height: 21.01px !important;
  margin: 1px 0 0 2px;
  padding: 0;
}

.symbol-badge > div.badge-scope-circle {
  position: absolute;
  top: -2px;
  left: -1px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border: 2px solid #1e2128 !important;
  background-color: #e07470;
  z-index: 2;
}

.symbol-badge.badge-str > span {
  font-weight: 700;
  font-size: 18px !important;
  line-height: 25px !important;
}

.badge-scope-btn {
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 11px;
  border: 1px solid #1e2128 !important;
  background-color: #e07470;
  z-index: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  opacity: 0.3;
}

.symbol-badge.badge-btn,
.symbol-badge.badge-btn > span,
.symbol-badge.badge-btn > svg {
  width: 22px !important;
  height: 22px !important;
}

.symbol-badge.badge-btn,
img.item-tree-line {
  -moz-user-select: none;
  -ms-user-select: none;
}

.badge-scope-btn.active,
.badge-scope-btn:hover {
  opacity: 1;
}

.symbol-badge.badge-btn {
  display: inline-block;
  position: relative;
  margin-right: 3px;
  white-space: nowrap;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  opacity: 0.3;
}

.symbol-badge.badge-btn > span {
  font-size: 9px !important;
  line-height: 22px !important;
  margin-left: -0.5px;
}

.symbol-badge.badge-btn.active,
.symbol-badge.badge-btn:hover {
  opacity: 1;
}

img.item-tree-line {
  -webkit-user-select: none;
  user-select: none;
  vertical-align: top;
  margin-left: -2.2px;
}

.sidebar-header,
.sidebar-item {
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type="search"]:-moz-placeholder {
  color: #8b93a6;
}

input[type="search"]::-webkit-input-placeholder {
  color: #8b93a6;
}

.symbol-memberof {
  display: inline-block;
  width: auto;
  max-width: 300px;
  overflow-x: hidden;
  vertical-align: middle;
}

.symbol-memberof.no-width {
  max-width: 0;
}

#sidebar-toggle {
  display: block;
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  width: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  cursor: pointer;
}

#sidebar-toggle svg.fa-bars {
  display: inline-block;
  margin-top: 13px;
  color: #636982;
  opacity: 0.4;
}

#sidebar-toggle:hover svg.fa-bars {
  opacity: 1;
}

#sidebar-toggle.toggled svg.fa-bars {
  color: #636982;
}

#sidebar-toggle.toggled:hover svg.fa-bars {
  color: #fff;
  opacity: 0.85;
}

.sidebar-item {
  opacity: 1;
  -webkit-user-select: none;
  user-select: none;
}

.sidebar-item.hidden {
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.sidebar-item .item-inner {
  height: 36px;
}

.sidebar-item .item-inner .item-label {
  display: inline-block;
  text-indent: 0 !important;
}

.sidebar-item .item-inner .item-label.crop-to-fit {
  width: 210px !important;
  overflow-x: hidden;
}

.sidebar-item .item-inner .item-label.crop-to-fit div.inner {
  display: block;
  white-space: nowrap;
  overflow-x: hidden;
  width: auto;
  -webkit-transition: margin-left 0.2s ease;
  transition: margin-left 0.2s ease;
}

.sidebar-item .item-inner .item-label .edge-shadow {
  position: absolute;
  background: 0 0;
  top: 0;
  right: 0;
  width: 50px;
  height: 36px;
  box-shadow: inset -50px 0 40px -7px #1e2128;
  z-index: 9;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.sidebar-item .item-inner .item-label div.inner {
  display: inline;
}

.sidebar-item .item-inner .item-label div.inner span {
  display: inline-block;
  position: relative;
  height: 36px !important;
  line-height: 36px !important;
  vertical-align: middle;
  font-size: inherit;
  overflow: hidden;
}

.sidebar-item .symbol-badge {
  position: absolute;
  top: 6px;
  margin-left: -2px;
}

.sidebar-item:hover .symbol-badge {
  opacity: 1;
}

.sidebar-item:hover .item-label.crop-to-fit div.inner {
  text-overflow: clip;
  overflow-x: visible;
}

.sidebar-header {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 130px;
  background-color: #1e2128;
  border-bottom: 2px solid rgba(28, 31, 37, 0.7) !important;
  -webkit-user-select: none;
  user-select: none;
}

.sidebar-header > .sidebar-brand {
  display: table;
  position: relative;
  height: 49px;
  background-color: #1b1f25;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04) !important;
  padding-left: 55px;
  width: 100%;
}

.sidebar-header > .sidebar-brand .sidebar-logo {
  display: table-cell;
  position: relative;
  height: 38px;
  width: auto;
  margin: 6px 9px 0 0;
}

.sidebar-header > .sidebar-brand span.sidebar-title {
  position: relative;
  display: table-cell;
  width: 100%;
  margin: auto 0 0 50px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.03em;
  height: 50px;
  line-height: 1em;
  vertical-align: middle;
  color: #d6dbe7;
}

.sidebar-header > .sidebar-brand span.sidebar-title > a {
  display: inline-block;
  margin-top: 4px;
  text-decoration: none;
  color: #d6dbe7;
  width: 180px;
}

.sidebar-header > .sidebar-brand span.sidebar-title > a:hover {
  color: #fff;
}

.sidebar-header > .sidebar-toolbar {
  display: block;
  position: relative;
  text-align: center;
  height: 30px;
  overflow: hidden;
  margin-top: 6px;
}

.toolbar-buttons,
.toolbar-kind-filters,
.toolbar-scope-filters {
  display: inline-block;
  padding: 0;
  position: relative;
  white-space: nowrap;
}

.toolbar-kind-filters {
  margin: 0 6px 0 0;
  text-align: center;
  vertical-align: middle;
}

.toolbar-scope-filters {
  width: 32px;
  height: 32px;
  vertical-align: top;
}

.toolbar-buttons {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: -1px;
}

.toolbar-buttons span {
  color: #fff;
  opacity: 0.5;
  cursor: pointer;
}

.toolbar-buttons span:hover {
  opacity: 1;
}

.sidebar-search {
  margin: 0 20px;
  padding: 20px 0 10px;
  position: relative;
}

.sidebar-search #txt-search {
  outline: 0 !important;
  font-size: 14px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 2px 25px 0 30px;
  border-radius: 36px;
  text-indent: 0 !important;
  background-color: #2b2e38;
  color: #8b93a6;
  border: 1px solid #2b2e39;
  -webkit-box-shadow: inset 12px 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 12px 2px 5px rgba(0, 0, 0, 0.1);
  transition-delay: 0.1s;
}

.sidebar-search #txt-search:focus {
  background-color: #fff;
  color: #596175;
  -webkit-box-shadow: inset 1px 0 2px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 0 2px rgba(0, 0, 0, 0.5);
}

.sidebar-search .sidebar-search-icon {
  position: absolute;
  top: 22px;
  left: 10px;
  line-height: 36px;
  color: #8b93a6;
  z-index: 999;
}

.sidebar-search .sidebar-search-clean {
  position: absolute;
  top: 21px;
  right: 6px;
  line-height: 36px;
  color: #8b93a6;
  z-index: 999;
  cursor: pointer;
  text-indent: 0 !important;
}

.sidebar-search .sidebar-search-clean:hover svg {
  color: #191c20;
}

.search-query:focus + button {
  z-index: 3;
}

.sidebar-nav-container {
  display: block;
  position: absolute;
  overflow-y: auto;
  top: 130px;
  bottom: 0;
  left: 0;
  right: 0;
}

ul.sidebar-nav,
ul.sidebar-nav ul {
  display: block;
  position: relative;
  overflow: visible;
  list-style: none;
  padding: 0;
}

ul.sidebar-nav {
  padding-bottom: 15px;
}

ul.sidebar-nav ul {
  margin: 0 !important;
  height: auto;
  max-height: 10000px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

ul.sidebar-nav ul.no-height {
  max-height: 0;
}

.sidebar-nav > .sidebar-brand {
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  background-color: #2b2e39;
}

.sidebar-nav > .sidebar-brand a {
  color: #8b93a6;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: 0 0;
}

.sidebar-nav li {
  text-indent: 20px;
  line-height: 36px !important;
  white-space: nowrap;
}

.sidebar-nav li > a {
  display: block;
  text-decoration: none;
  color: #aaafbd;
  height: 36px;
}

.sidebar-nav li > a:hover {
  text-decoration: none;
  color: #fff;
  background: #131519;
}

.sidebar-nav li > a:hover .badge-scope-circle {
  border-color: #131519 !important;
}

button.btn,
hr {
  border: 0;
}

.sidebar-nav li > a:hover .edge-shadow {
  box-shadow: inset 0 0 0 0 transparent !important;
}

.sidebar-nav li > a:active,
.sidebar-nav li > a:focus {
  text-decoration: none;
  outline: 0;
}

.hljs-link,
a:focus,
a:hover {
  text-decoration: underline;
}

*,
button,
select {
  outline: 0 !important;
}

.sidebar-nav li div.chevron {
  position: absolute;
  display: block;
  right: 0;
  height: 36px;
  width: 36px;
  line-height: 36px;
  color: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  z-index: 9;
}

.sidebar-nav li div.chevron svg {
  margin-left: -12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sidebar-nav li div.chevron.members-folded svg {
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.sidebar-nav li div.chevron:hover svg {
  color: #fff;
}

.sidebar-nav li div.chevron:hover ~ a {
  background-color: rgba(0, 0, 0, 0.35);
}

.sidebar-nav li div.chevron:hover ~ a .edge-shadow {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 0 transparent !important;
}

.sidebar-nav li div.chevron:hover ~ ul {
  background-color: rgba(0, 0, 0, 0.2);
}

.sidebar-nav li div.chevron:hover ~ ul .edge-shadow {
  background-color: rgba(24, 27, 32, 0.35);
  box-shadow: inset -50px 0 40px -7px rgba(24, 27, 32, 0.2) !important;
}

#wrapper {
  display: block;
  position: relative;
  margin-left: 0;
}

#wrapper.toggled {
  margin-left: 300px;
}

#wrapper.toggled #sidebar-wrapper {
  display: block;
  width: 300px;
}

#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -300px;
}

#sidebar-wrapper {
  position: fixed;
  display: block;
  width: 0;
  top: 0;
  bottom: 0;
  left: 0;
  overflow-y: hidden;
  background-color: #1e2128;
  font-family: "Overpass Mono", Menlo, Monaco, Consolas, monospace,
    "Courier New";
  font-size: 13px;
  z-index: 999999;
}
/*
#page-content-wrapper {
    width: 100%;
    position: relative;
    background: #fff;
    margin-right: 0
} */

@media print, (max-width: 768px) {
  #sidebar-wrapper,
  #wrapper.toggled #sidebar-wrapper {
    width: 0;
  }

  #sidebar-toggle {
    display: none;
  }

  #wrapper,
  #wrapper.toggled {
    margin-left: 0;
  }

  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
  }

  #page-content-wrapper {
    position: absolute;
  }
}

.zebra-bookmark,
a,
p {
  position: relative;
}

.tippy-tooltip.zebra-theme {
  background-color: #2b2e39;
  color: #8b93a6;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  color: #cacfd8;
  background: #282c34;
}

.hljs-comment,
.hljs-quote {
  color: #737a88;
  font-style: italic;
}

.hljs-doctag,
.hljs-formula,
.hljs-keyword {
  color: #c678dd;
}

.hljs-deletion,
.hljs-name,
.hljs-section,
.hljs-selector-tag,
.hljs-subst {
  color: #e06c75;
}

.hljs-literal {
  color: #56b6c2;
}

.hljs-attribute,
.hljs-regexp {
  color: #7987c3;
}

.hljs-addition,
.hljs-meta-string,
.hljs-string {
  color: #98c379;
}

.hljs-built_in,
.hljs-class .hljs-title {
  color: #e6c07b;
}

.hljs-attr,
.hljs-number,
.hljs-selector-attr,
.hljs-selector-class,
.hljs-selector-pseudo,
.hljs-template-variable,
.hljs-type,
.hljs-variable {
  color: #d19a66;
}

.hljs-bullet,
.hljs-link,
.hljs-meta,
.hljs-selector-id,
.hljs-symbol,
.hljs-title {
  color: #61aeee;
}

.hljs-strong {
  font-weight: 500;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

body,
html {
  font-family: "Fira Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  background-color: #fff !important;
  color: #292c35;
  padding: 0;
  margin: 0;
  height: 100%;
  min-height: 100%;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

button {
  font-size: 16px !important;
}

button::-moz-focus-inner {
  border: 0 !important;
}

button.btn-block {
  letter-spacing: 0.03em;
  font-size: 18px !important;
}

div,
img {
  border: 0 !important;
}

select {
  -webkit-appearance: menulist-button;
  background: #fff !important;
}

a {
  color: #2f87e5;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #196dc8;
  text-decoration-color: #13559b !important;
}

.zebra-bookmark,
.zebra-bookmark:hover {
  text-decoration: none;
}

a:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}

hr {
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin: 10px 0 20px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  z-index: 0;
}

a,
ol,
p,
table,
ul {
  z-index: 1;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 70%;
  font-weight: 400;
  line-height: 1;
  color: #aaafbd;
}

.h1,
h1 {
  font-size: 36px;
  margin-top: 36px;
  margin-bottom: 13.33px;
}

.h2,
h2 {
  font-size: 32px;
  margin-top: 32px;
  margin-bottom: 11.85px;
}

.h3,
h3 {
  font-size: 26px;
  margin-top: 26px;
  margin-bottom: 9.63px;
}

.h4,
h4 {
  font-size: 21px;
  margin-top: 21px;
  margin-bottom: 7.78px;
}

.h5,
h5 {
  font-size: 16px;
  margin-top: 16px;
  margin-bottom: 5.93px;
}

.h6,
h6 {
  font-size: 13px;
  margin-top: 13px;
  margin-bottom: 4.81px;
}

p {
  margin: 0 0 15px;
}

ol > li > p,
ul {
  margin: 5px 0;
}

td > p {
  margin: 0;
}

img {
  vertical-align: middle;
}

.well,
details .details-content {
  background-color: #f9f9f9;
  border-radius: 3px;
}

blockquote {
  padding: 10px 12px;
  margin: 0 0 17px;
  font-size: 1em;
  border-left: 5px solid #f0b563;
  color: #576075;
  background-color: #f9f9f9;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.well > p:last-of-type,
blockquote > p:last-of-type {
  margin-bottom: 0;
}

.well {
  padding: 20px;
}

details {
  padding-top: 60px;
  margin-top: -60px;
}

details > summary {
  cursor: pointer;
  user-select: none;
  margin-bottom: 10px;
}

details .details-content {
  padding: 12px 20px;
  border-top: 3px solid #dadce2 !important;
  margin-bottom: 20px;
}

details .details-content p:last-of-type {
  margin: 0;
}

details .details-content pre,
details .details-content table {
  margin-top: 10px;
}

details .details-content :not(pre) > code {
  background-color: #e8ebee;
}

details .details-content thead {
  background-color: #fff;
}

details .details-content blockquote {
  background-color: #f4f4f4;
}

.zebra-bookmark:hover svg {
  opacity: 0.6;
}

.zebra-bookmark svg {
  display: inline-block;
  position: absolute;
  font-size: 0.7em;
  line-height: 0.7em;
  margin-left: -1.3em;
  margin-top: 0.175em;
  opacity: 0.15;
}

.zebra-bookmark:before {
  content: " ";
  display: block;
  visibility: hidden;
  height: 50px;
  margin-top: -50px;
}

.docma-info {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.04em;
  margin-bottom: 25px;
  z-index: 2;
}

#docma-content {
  margin-top: 17px;
}
