@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
.btn {
  padding: 0 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.01em;
  white-space: nowrap;
  color: inherit;
  border-width: 2px;
  border-radius: 4px;
  outline: none !important;
}
.btn:active, .btn.active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn + .btn {
  margin-left: 16px;
}

.btn-primary {
  border-color: #0090FF;
  background-color: #0090FF;
  color: #fff;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.btn-primary:hover {
  color: #fff;
  border-color: #0072e0;
  background-color: #0072e0;
}
.btn-primary:active {
  border-color: #0058c2 !important;
  background-color: #0058c2 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.btn-primary:focus {
  border-color: #0090FF;
  background-color: #0090FF;
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000;
          box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000;
}
.btn-primary:disabled {
  border-color: #e0e0e0;
  background-color: #e0e0e0;
  color: #adadad;
}

.navbar-default .navbar-nav li a,
.navbar-default .navbar-nav > .active > a {
  color: inherit;
  border-radius: 4px;
  background-color: transparent !important;
  -webkit-transition: color 0.3s ease, opacity 0.3s ease;
  transition: color 0.3s ease, opacity 0.3s ease;
}
.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav > .active > a:hover {
  color: #0090FF;
}
.navbar-default .navbar-nav li a:active,
.navbar-default .navbar-nav > .active > a:active {
  text-decoration: underline;
}
.navbar-default .navbar-nav li a:focus,
.navbar-default .navbar-nav > .active > a:focus {
  color: inherit;
  text-decoration: none;
  -webkit-box-shadow: 0 0 0 2px #000;
          box-shadow: 0 0 0 2px #000;
}
.navbar-default .navbar-nav li a:disabled,
.navbar-default .navbar-nav > .active > a:disabled {
  color: #adadad;
}

header {
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 0px 0px #e0e0e0;
          box-shadow: 0px 1px 0px 0px #e0e0e0;
  z-index: 1001;
}

svg#logo {
  display: block;
  pointer-events: none;
}

.navbar-default {
  background-color: transparent;
  -webkit-box-shadow: rgba(0, 0, 0, 0) 0 0 0 1000px;
          box-shadow: rgba(0, 0, 0, 0) 0 0 0 1000px;
  border: 0;
  -webkit-transition: -webkit-box-shadow 0.15s linear;
  transition: -webkit-box-shadow 0.15s linear;
  transition: box-shadow 0.15s linear;
  transition: box-shadow 0.15s linear, -webkit-box-shadow 0.15s linear;
  z-index: 1;
}
.navbar-default > .container-fluid .navbar-brand {
  height: auto;
  margin-left: 0;
  border-radius: 4px;
  outline: none;
}
.navbar-default > .container-fluid .navbar-brand:focus {
  -webkit-box-shadow: 0 0 0 2px #000;
          box-shadow: 0 0 0 2px #000;
}
.navbar-default .navbar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
.navbar-default .navbar-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 0 0 auto;
}
.navbar-default .navbar-toggle {
  margin: 0;
  border: none;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-nav {
  margin: 0 0 0 40px;
}
.navbar-default .navbar-nav li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
}
.navbar-default .navbar-nav li .icon-chevron-down {
  margin-left: 4px;
}
.navbar-default .navbar-nav li .dropdown-menu {
  left: 0;
  padding: 12px 0;
  border: 0;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2), 0 0 1px #e0e0e0;
          box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2), 0 0 1px #e0e0e0;
}
.navbar-default .navbar-nav li .dropdown-menu li {
  margin: 2px;
}
.navbar-default .navbar-nav li .dropdown-menu li a {
  padding: 8px 40px 8px 20px;
}
.navbar-default .navbar-nav > li.active {
  text-decoration: underline;
}
.navbar-default .mobile-right {
  display: none;
  margin-left: auto;
}
.navbar-default .search-btn,
.navbar-default .burger-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  background-color: transparent;
  color: inherit;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.navbar-default .search-btn:hover, .navbar-default .search-btn:active,
.navbar-default .burger-btn:hover,
.navbar-default .burger-btn:active {
  color: #0090FF;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.navbar-default .search-btn:focus,
.navbar-default .burger-btn:focus {
  color: inherit;
  -webkit-box-shadow: 0 0 0 2px #000;
          box-shadow: 0 0 0 2px #000;
}
.navbar-default .navbar-collapse {
  text-align: left;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border: 0;
}

.icon-search,
.icon-cross,
.icon-burger {
  font-size: 24px;
}

.subnav {
  display: none !important;
}

.modal-header {
  min-height: 80px;
  border-bottom: 0;
}

.mouse-clicked:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

@media only screen and (min-width: 1220px) {
  .navbar .navbar-collapse-wrapper > .container {
    width: 100%;
    padding: 0;
  }
  .navbar .navbar-collapse {
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar .navbar-collapse.collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    min-height: 80px;
  }

  #navbar li .dropdown-menu {
    display: none;
  }
  #navbar li.hovered .dropdown-menu {
    display: block;
  }
}
@media only screen and (max-width: 1219px) {
  nav.navbar.open {
    border-bottom-color: transparent;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 0 1000px;
            box-shadow: rgba(0, 0, 0, 0.5) 0 0 0 1000px;
  }
  nav.navbar .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
  nav.navbar .navbar-header {
    margin-left: 0;
    margin-right: 0;
  }
  nav.navbar .mobile-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  nav.navbar .navbar-right .search-btn {
    display: none;
  }
  nav.navbar .contact-btn {
    width: 100%;
    margin: 12px auto 18px;
  }
  nav.navbar .navbar-nav {
    width: 100%;
    margin-left: 0;
    margin-top: 2px;
  }
  nav.navbar .navbar-nav li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 12px 0;
  }
  nav.navbar .navbar-nav li .icon-chevron-down {
    font-size: 20px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transition: -webkit-transform 0.15s ease;
    transition: -webkit-transform 0.15s ease;
    transition: transform 0.15s ease;
    transition: transform 0.15s ease, -webkit-transform 0.15s ease;
  }
  nav.navbar .navbar-nav li.open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    padding: 0 0 0 20px;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  nav.navbar .navbar-nav li.open .dropdown-menu li a {
    padding: 12px 0;
  }
  nav.navbar .navbar-nav li.open .icon-chevron-down {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  nav.navbar .navbar-collapse-wrapper {
    width: 100%;
    position: absolute;
    left: 0;
  }
  nav.navbar .navbar-collapse-wrapper::before {
    display: block;
    content: "";
    position: absolute;
    left: -1000px;
    right: -1000px;
    top: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 0;
  }
  nav.navbar .navbar-collapse-wrapper .container {
    max-height: calc(100vh - 80px);
    padding-left: 20px;
    padding-right: 20px;
    overflow: auto;
  }
  nav.navbar .search-btn {
    margin-right: 8px;
  }

  .modal-header {
    padding: 15px 0;
  }

  .navbar-form {
    border: 0;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  header {
    margin-bottom: 20px;
  }

  .navbar .navbar-nav .open .dropdown-menu > li > a {
    color: inherit;
  }
  .navbar .navbar-nav .open .dropdown-menu > li.active > a,
.navbar .navbar-nav .open .dropdown-menu > li.active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > li.active > a:focus {
    color: inherit;
    background-color: #fff;
  }
}
#search-modal {
  padding-right: 0 !important;
  overflow: hidden;
}
#search-modal .modal-dialog {
  width: 100%;
  margin: 0 auto;
}
#search-modal .modal-content {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#search-modal .modal-body {
  display: none;
  height: 100vh;
  padding: 0;
  overflow-y: scroll;
}
#search-modal #search-results {
  display: block;
  max-width: 100% !important;
  margin-top: 30px;
}

.search-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search-container #search-query {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 620px;
  padding: 0 15px;
  border: 0;
  font-size: 18px;
  line-height: 28px;
  outline: none;
}
.search-container .close-search-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  padding: 0;
  border-radius: 50%;
  background-color: #f5f5f5;
  color: inherit;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.search-container .close-search-btn:hover, .search-container .close-search-btn:active {
  color: #0090FF;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.search-container .close-search-btn:focus {
  color: inherit;
  -webkit-box-shadow: 0 0 0 2px #000;
          box-shadow: 0 0 0 2px #000;
}
.search-container .icon-search {
  min-width: 24px;
  padding: 12px;
  color: #8d8d8d;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.results-container {
  overflow-x: hidden;
}

#search-results .search-list {
  margin-bottom: 25px;
}
#search-results .search-status {
  margin-bottom: 7px;
}
#search-results .search-status,
#search-results .sr-items,
#search-results .pagination {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
#search-results.loading > * {
  pointer-events: none;
}
#search-results.loading .search-status, #search-results.loading .sr-items, #search-results.loading .pagination {
  opacity: 0.5;
}

.sr-item {
  line-height: 24px;
}
.sr-item .item-title {
  font-size: 18px;
}
.sr-item .item-title a {
  color: #0090FF;
}
.sr-item .item-href {
  word-break: break-all;
}
.sr-item .item-href,
.sr-item .item-brief {
  font-size: 15px;
}

.pagination li a {
  color: inherit;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.pagination li.active a, .pagination li.active a:hover {
  background-color: #0090FF;
  border-color: #0090FF;
}

@media only screen and (max-width: 1219px) {
  .search-container #search-query {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  #search-modal #search-results {
    margin-top: 10px;
  }

  #search-results .search-list {
    font-size: 20px;
    line-height: 1.2;
  }

  .search-container #search-query {
    max-width: calc(100% - 96px);
  }
}
.article {
  margin-top: 0 !important;
  margin-bottom: 0;
  padding: 32px 32px 80px;
}

article > *,
article p,
article .level0.summary,
article ul li,
article ul pre,
article ol li,
article ol pre,
article h1,
article h2,
article h3,
article h4,
article h5,
article h6,
article .tabGroup,
article .tabGroup section[role=tabpanel] {
  margin: 16px 0;
}
article > *, article p {
  font-size: 16px;
  line-height: 24px;
}
article h1, article h2, article h3, article h4, article h5, article h6 {
  position: relative;
  font-weight: 700;
  letter-spacing: -0.02em;
}
article > h1, article > h2, article > h3, article > h4, article > h5, article > h6,
article .markdown h1,
article .markdown h2,
article .markdown h3,
article .markdown h4,
article .markdown h5,
article .markdown h6 {
  margin-top: 40px;
}
article h1 {
  margin-top: 0;
  font-size: 40px;
  line-height: 48px;
}
article h2 {
  font-size: 32px;
  line-height: 38px;
}
article h3 {
  font-size: 24px;
  line-height: 30px;
}
article code {
  padding: 2px 6px;
  font-family: "Hack", sans-serif;
  font-weight: 400;
  line-height: 20px;
  color: #141414;
  white-space: pre;
  overflow-x: auto;
  background-color: #f4f4f4;
}
article pre {
  padding: 0;
}
article pre > code {
  display: block;
  padding: 20px;
  font-size: 14px;
  line-height: 24px;
  border-radius: 4px;
}
article pre > code .line-highlight {
  background-color: #5a5a5a;
}
article p {
  word-wrap: break-word;
}
article ul {
  list-style-type: disc;
}
article .nav {
  padding-left: 40px;
  list-style-type: disc;
}
article .nav .icon-chevron-down {
  display: none;
}
article .nav .expand-stub {
  display: none;
}
article .nav li {
  display: list-item;
  padding-left: 0;
}
article .nav li a {
  display: inline-block;
  padding: 0;
  font-weight: 500;
}
article .nav li a:hover {
  background-color: #fff;
  text-decoration: underline;
}
article .nav ul {
  padding-left: 40px;
}
article .nav ul li:last-child {
  margin: 0;
}
article blockquote {
  border-left: 0;
  padding: 0;
}
article .table {
  margin: 0;
}
article .table p {
  margin: 0;
}
article .table-condensed > thead > tr > th,
article .table-condensed > thead > tr > td,
article .table-condensed > tbody > tr > th,
article .table-condensed > tbody > tr > td,
article .table-condensed > tfoot > tr > th,
article .table-condensed > tfoot > tr > td {
  padding: 10px;
}
article .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fff;
}
article a {
  display: inline-block;
  color: #0090FF;
  text-decoration: underline;
  border-radius: 4px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
article a:hover {
  color: #0090FF;
  text-decoration: underline;
}
article a:active {
  color: #0072E0;
}
article a:focus {
  color: #0090FF;
  -webkit-box-shadow: 0 0 0 2px #000;
          box-shadow: 0 0 0 2px #000;
}
article .tabGroup section[role=tabpanel] {
  padding: 0;
  border: 0;
  overflow: visible;
}
article .tabGroup section[role=tabpanel] > .codeHeader, article .tabGroup section[role=tabpanel] > pre {
  margin: 0;
}
article .tabGroup ul[role=tablist] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
article .tabGroup ul[role=tablist] > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
article .tabGroup ul[role=tablist] > li a {
  width: 100%;
  padding: 12px 15px;
  color: #787878;
  font-weight: 600;
  border-radius: 0;
  border-bottom: 1px solid #e0e0e0;
  border-color: #e0e0e0;
  -webkit-box-shadow: inset 0 -2px 0 0 transparent;
          box-shadow: inset 0 -2px 0 0 transparent;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
article .tabGroup ul[role=tablist] > li a:hover, article .tabGroup ul[role=tablist] > li a:active, article .tabGroup ul[role=tablist] > li a:focus, article .tabGroup ul[role=tablist] > li a[role=tab][aria-selected=true] {
  color: #141414;
  border-bottom: 1px solid #0090FF;
  -webkit-box-shadow: inset 0 -2px 0 0 #0090FF;
          box-shadow: inset 0 -2px 0 0 #0090FF;
}
article .tabGroup ul li[role=presentation],
article .tabGroup ol li[role=presentation] {
  padding: 0;
  margin: 0;
}
article .tabGroup + *:not(h1, h2, h3, h4, h5, h6) {
  margin-top: 32px;
}
article .responses h5 {
  margin: 40px 0 16px;
  font-size: 16px;
  line-height: 24px;
}

.enum-list span {
  display: block;
  font-size: 16px;
  line-height: 1.4;
}

.alert-info {
  color: inherit;
  background-color: transparent;
  border: 1px solid #141414;
}

.alert,
.alert-success,
.alert-warning,
.alert-danger {
  margin: 16px 0;
  padding: 20px;
  border-radius: 8px;
  color: inherit;
  background-color: transparent;
  border-color: inherit;
}
.alert h5,
.alert-success h5,
.alert-warning h5,
.alert-danger h5 {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 24px;
  line-height: inherit;
  text-transform: inherit;
}
.alert h5::before,
.alert-success h5::before,
.alert-warning h5::before,
.alert-danger h5::before {
  display: none;
}
.alert p, .alert > p + p,
.alert-success p,
.alert-success > p + p,
.alert-warning p,
.alert-warning > p + p,
.alert-danger p,
.alert-danger > p + p {
  margin: 16px 0;
}
.alert p:last-child, .alert > p + p:last-child,
.alert-success p:last-child,
.alert-success > p + p:last-child,
.alert-warning p:last-child,
.alert-warning > p + p:last-child,
.alert-danger p:last-child,
.alert-danger > p + p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 992px) {
  article pre > code,
article pre > code.hljs {
    padding: 15px;
  }

  .alert {
    padding: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .article {
    padding: 20px 20px 50px;
  }
  .article h1 {
    font-size: 34px;
    line-height: 42px;
  }
  .article h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .article ul:not(.page-info), .article ol {
    padding-left: 30px;
  }
}
.sidenav-wrapper {
  min-height: calc(100vh - 80px);
  width: 320px;
  min-width: 320px;
  border-right: 1px solid #e0e0e0;
}

.sidenav {
  height: calc(100vh - 80px);
  padding: 0;
  margin: 0;
  background-color: transparent;
}
.sidenav.affix {
  position: sticky;
  top: 80px;
}
.sidenav .toc-toggle {
  display: none;
}
.sidenav .toc-toggle:focus {
  -webkit-box-shadow: 0 0 0 2px #000;
          box-shadow: 0 0 0 2px #000;
}

.sidefilter {
  position: relative;
  top: 0;
  width: 100%;
  padding: 0;
  background: transparent;
  border: none;
}

.toc-filter {
  width: 100%;
  margin: 0;
  padding: 0;
}
.toc-filter > input {
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #141414;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.toc-filter > input:focus {
  border-color: #0090FF;
}
.toc-filter > input:hover {
  border-color: #adadad;
}
.toc-filter > input:active {
  border-color: #0090FF;
}
.toc-filter > .icon-search {
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 24px;
  color: #141414;
  cursor: pointer;
}

.side-top {
  padding: 32px 20px 0;
}

.side-title {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: left;
}

.sidetoc {
  position: relative;
  top: 20px;
  height: calc(100vh - 209px);
  width: 100%;
  margin-right: -20px;
  background-color: transparent;
  border: none;
  text-align: left;
}
.sidetoc.shiftup {
  height: calc(100vh - 260px);
}

#toc {
  margin: 0;
  padding: 0;
  background-color: transparent;
  overflow: hidden;
}
#toc ul {
  margin: 0;
}
#toc ul.level1 {
  padding: 0 20px 32px 40px;
}
#toc ul.level1 > li {
  margin-top: 0;
  font-weight: normal;
}
#toc ul:not(.level1) {
  padding-left: 20px;
}
#toc ul li::after {
  display: none;
}
#toc ul li .expand-stub {
  position: absolute;
  left: -20px;
  display: block;
  width: 16px;
  height: 16px;
  margin-top: 7px;
}
#toc ul li .icon-chevron-right {
  font-size: 16px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}
#toc ul li a {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 6px 16px 6px 0;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  color: inherit;
}
#toc ul li a::after {
  display: block;
  content: "";
  position: absolute;
  top: -6px;
  bottom: -6px;
  left: -400px;
  right: -400px;
  background-color: #f5f5f5;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#toc ul li a:hover::after {
  opacity: 1;
}
#toc ul li a:focus {
  color: #0090FF;
  font-weight: 600;
}
#toc ul li a:focus::after {
  opacity: 1;
}
#toc ul li a:active {
  color: #0090FF;
  font-weight: 600;
}
#toc ul li .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 20px;
  margin-left: -20px;
  cursor: pointer;
}
#toc ul li .nav-item:hover > a::after {
  opacity: 1;
}
#toc ul li.current > a,
#toc ul li.current > span > a {
  font-weight: 600;
  color: #0090FF;
}
#toc ul li.active > ul {
  display: none;
}
#toc ul li.filtered > ul {
  display: none;
}
#toc ul li.filtered > .nav-item .icon-chevron-right {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
#toc ul li.in > ul {
  display: block;
}
#toc ul li.in > .nav-item .icon-chevron-right {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media only screen and (max-width: 992px) {
  .sidenav-wrapper {
    width: 260px;
    min-width: 260px;
  }
}
@media only screen and (max-width: 767px) {
  .sidenav-wrapper {
    width: 100%;
    height: auto;
    min-height: auto;
  }

  .sidenav {
    width: 100% !important;
    max-height: none;
    margin: 0;
    padding: 0;
    overflow-y: visible;
  }
  .sidenav.affix {
    position: relative;
    top: 0;
  }
  .sidenav .toc-toggle {
    display: block;
    margin: 0 2px;
    padding: 0;
  }

  .sidetoc {
    position: static;
    height: auto;
    margin-top: 15px;
  }
  .sidetoc.shiftup {
    height: auto;
  }
  .sidetoc ul.level1 {
    overflow-y: visible;
    max-height: none;
  }

  #toc .nav > li {
    display: block;
  }
  #toc ul.level1 {
    padding-bottom: 0;
  }

  .side-top {
    padding: 0 20px;
  }

  .side-title {
    margin-top: 18px;
  }
}
.sideaffix-wrapper {
  position: sticky;
  top: 80px;
  padding: 32px 32px 50px 0;
}

.sideaffix {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 110px);
  top: auto;
  bottom: auto !important;
  margin-top: 0;
  overflow-y: auto;
}
.sideaffix h5.title {
  margin: 0 0 6px 20px;
  padding: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: inherit;
}
.sideaffix ul.nav {
  padding-left: 20px;
}
.sideaffix ul.nav.level1 {
  padding: 0 6px 0 20px;
}
.sideaffix ul.nav.level1.scrolled {
  padding-bottom: 32px;
}
.sideaffix ul.nav li:last-child {
  margin-bottom: 0;
}
.sideaffix ul.nav li a {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 6px 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  color: inherit;
}
.sideaffix ul.nav li a::before {
  display: none;
}
.sideaffix ul.nav li a::after {
  display: block;
  content: "";
  position: absolute;
  top: -6px;
  bottom: -6px;
  left: -400px;
  right: -400px;
  background-color: #f5f5f5;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.sideaffix ul.nav li a:focus {
  color: #0090FF;
  font-weight: 600;
}
.sideaffix ul.nav li a:focus::after {
  opacity: 1;
}
.sideaffix ul.nav li a:hover::after {
  opacity: 1;
}
.sideaffix ul.nav li a:active {
  color: #0090FF;
  font-weight: 600;
}
.sideaffix ul.nav li a.current {
  color: #0090FF;
  font-weight: 600;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sideaffix ul.nav li a .sidenav-link-text {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sideaffix .affix {
  border-left: 1px solid #e0e0e0;
}

.reactions-block {
  position: relative;
  min-height: 156px;
  padding: 32px;
}
.reactions-block h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.reactions-block .reactions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reactions-block .reactions div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.reactions-block .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 108px;
  height: 48px;
  background-color: transparent;
  border: 1px solid #ccc;
  -webkit-transition: border-color 0.3s ease, background-color 0.3s ease;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
.reactions-block .btn:hover {
  background-color: #f5f5f5;
}
.reactions-block .btn:active {
  background-color: #e0e0e0;
}
.reactions-block .btn:focus-visible {
  border: 2px solid #141414;
  background-color: transparent;
}
.reactions-block .btn svg {
  margin-right: 8px;
  font-size: 24px;
}
.reactions-block .feedback {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
}

@media only screen and (max-width: 425px) {
  .reactions-block {
    min-height: 124px;
    padding: 16px 0;
  }
}
#feedback-modal .modal-dialog {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 360px;
  margin: auto;
}
#feedback-modal .modal-content {
  -webkit-box-shadow: 0 6px 24px rgba(0, 0, 0, 0.16), 0 4px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 6px 24px rgba(0, 0, 0, 0.16), 0 4px 8px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  border: 0;
  padding: 20px;
}
#feedback-modal .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: auto;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
#feedback-modal .modal-header::before, #feedback-modal .modal-header::after {
  display: none;
}
#feedback-modal .btn {
  height: 48px;
}
#feedback-modal .btn-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  background-color: transparent;
  border: 0;
}
#feedback-modal .btn-close svg {
  font-size: 24px;
}
#feedback-modal .modal-body {
  padding: 0;
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
}
#feedback-modal .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-top: 20px;
}
#feedback-modal .buttons .btn-secondary {
  margin: 0;
  background-color: transparent;
  border: 1px solid #ccc;
  -webkit-transition: border-color 0.3s ease, background-color 0.3s ease;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
#feedback-modal .buttons .btn-secondary:hover {
  background-color: #f5f5f5;
}
#feedback-modal .buttons .btn-secondary:active {
  background-color: #e0e0e0;
}
#feedback-modal .buttons .btn-secondary:focus-visible {
  border: 2px solid #141414;
  background-color: transparent;
}

@media only screen and (max-width: 425px) {
  #feedback-modal .modal-dialog {
    width: 90%;
  }
}
.footer {
  background-color: #fff;
  z-index: 10;
}
.footer .container {
  padding-left: 20px;
  padding-right: 20px;
}

.grad-bottom {
  display: none;
}

.pull-right a {
  margin-left: 10px;
  color: #0090FF;
  border-radius: 4px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.pull-right a:hover {
  color: #0072E0;
  text-decoration: underline;
}
.pull-right a:active {
  color: #0090FF;
  text-decoration: none;
}
.pull-right a:focus {
  color: #0090FF;
  text-decoration: none;
  -webkit-box-shadow: 0 0 0 2px #000;
          box-shadow: 0 0 0 2px #000;
}

@media only screen and (max-width: 425px) {
  .footer {
    font-size: 12px;
  }
}
body {
  min-width: 320px;
  color: #141414;
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}

a {
  outline: none !important;
}
a:hover {
  color: #0090FF;
}

svg.icon {
  width: 1em;
  height: 1em;
}
svg path {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

.content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

nav.navbar > .container-fluid {
  padding: 0 20px;
}

.expand-stub::before {
  display: none;
}

.page-info {
  color: #505050;
  font-size: 14px;
  margin-bottom: 36px;
  padding: 0;
}
.page-info li {
  display: inline;
  list-style-type: none;
}

@media only screen and (max-width: 500px) {
  .page-info li {
    display: block;
    list-style-type: none;
  }
  .page-info li.mobile-hide {
    display: none;
  }
}

.affix {
  height: auto;
}
.affix ul {
  white-space: normal !important;
}
.affix ul.level1 {
  height: auto;
}
.affix ul li.active > a::before,
.affix ul li > a:hover:before {
  display: none;
}

.mermaid {
  padding: 24px;
}
.mermaid svg {
  display: block;
  margin: 0 auto;
}
.mermaid .label {
  font-size: 100%;
  font-weight: 400;
  stroke-width: 0;
}

.nav > li > a:hover, .nav > li > a:focus {
  background-color: #fff;
}

.anchorjs-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 26px;
  height: 26px;
  padding-right: 0 !important;
  margin-left: -29px !important;
  top: 50%;
  -webkit-transform: translateY(-53%);
          transform: translateY(-53%);
  font-size: 30px !important;
  line-height: 30px !important;
}
.anchorjs-link:hover, .anchorjs-link:active {
  color: #0090FF;
  text-decoration: none;
}
.anchorjs-link:focus {
  color: inherit;
  -webkit-box-shadow: 0 0 0 2px #000;
          box-shadow: 0 0 0 2px #000;
}

@media only screen and (min-width: 1220px) {
  .content-wrapper .container {
    max-width: calc(100% - 320px);
  }
}
@media only screen and (max-width: 1219px) {
  html, body {
    overflow-x: hidden;
  }

  body.modal-open {
    position: fixed;
    overflow-y: hidden;
    width: 100%;
    padding-right: 0 !important;
  }

  .hidden-md {
    display: none;
  }

  .content-wrapper .container {
    width: calc(100% - 320px);
  }
}
@media only screen and (max-width: 992px) {
  .content-wrapper .container {
    width: calc(100% - 260px);
  }
}
@media only screen and (max-width: 767px) {
  .container {
    width: 540px;
  }

  .body-content {
    margin-top: 20px;
  }

  .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content-wrapper .container {
    width: 100%;
  }

  .sidenav-wrapper {
    max-width: 100%;
  }

  .toc-filter {
    width: 100%;
  }

  .anchorjs-link {
    width: 17px;
    height: 17px;
    margin-left: -18px !important;
    font-size: 18px !important;
    line-height: 17px !important;
  }
}
@media only screen and (max-width: 575px) {
  .container {
    width: 100%;
  }
}