:root {
  --brand-color: #067bb6;
  --brand-color3: #05496b;
  --brand-color2: #ade2ff;
  --appbar-background: var(--brand-color);
  --appbar-item-background: var(--brand-color);
  --appbar-item-background-hover: var(--brand-color3);
  --appbar-item-color: #ffffff;
  --appbar-item-color-hover: #ffffff;
}
.fg-brand {
  color: var(--brand-color) !important;
}
.bg-brand {
  background: var(--brand-color) !important;
}
.bd-brand {
  border-color: var(--brand-color) !important;
}
.bg-brand-dark {
  background: var(--brand-color3) !important;
}
.accent-color {
  color: var(--brand-color) !important;
}
#spider-navigator {
  height: 1px;
  visibility: hidden;
}
.demo-grid .cell-auto {
  padding-left: 12px;
  padding-right: 12px;
}
.demo-grid .stub {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #ccc;
  text-align: center;
}
.demo-grid [class*=cell] {
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid #ccc !important;
  text-align: center;
}
.demo-cell {
  padding: 0.75rem;
}
.gaps-demo [class^=cell] {
  border: none !important;
}
.gaps-demo [class^=cell] > div {
  background: #ffdd57;
}
.gaps-demo [class^=cell]:nth-child(odd) > div {
  background: #23d160;
  color: #fff;
}
pre {
  margin: 24px 0;
}
.cell-media-table tbody td {
  font-size: 0.8em;
  white-space: nowrap;
}
.toc-wrapper,
#sidenav {
  position: sticky;
  top: 64px;
  max-height: calc(100vh - 64px);
  overflow-y: auto;
  display: block;
  padding-top: 0.5rem;
}
#sidenav {
  overflow-y: hidden;
  background-color: #ffffff;
}
.toc-wrapper > h5,
#sidenav > h5,
.doc-nav-item > h5 {
  color: #191919;
  margin-top: 0;
}
.toc-wrapper .toc-nav,
#sidenav .toc-nav,
.doc-nav-item .toc-nav {
  list-style: none;
  font-size: 90%;
  margin-top: 0;
}
.toc-wrapper .toc-nav li,
#sidenav .toc-nav li,
.doc-nav-item .toc-nav li {
  position: relative;
}
.toc-wrapper .toc-nav li a,
#sidenav .toc-nav li a,
.doc-nav-item .toc-nav li a {
  color: #191919;
}
.toc-wrapper .toc-nav li a:hover,
#sidenav .toc-nav li a:hover,
.doc-nav-item .toc-nav li a:hover {
  color: #000000;
}
.toc-wrapper .toc-nav li.active,
#sidenav .toc-nav li.active,
.doc-nav-item .toc-nav li.active {
  font-weight: bold;
}
.toc-wrapper .toc-nav li.active a,
#sidenav .toc-nav li.active a,
.doc-nav-item .toc-nav li.active a {
  color: #000000;
  font-weight: bolder;
}
.toc-wrapper .toc-nav li.active::before,
#sidenav .toc-nav li.active::before,
.doc-nav-item .toc-nav li.active::before {
  content: "\2192";
  display: block;
  position: absolute;
  top: 4px;
}
.toc-wrapper .toc-nav ul,
#sidenav .toc-nav ul,
.doc-nav-item .toc-nav ul,
.toc-wrapper .toc-nav ol,
#sidenav .toc-nav ol,
.doc-nav-item .toc-nav ol {
  list-style: none;
  margin-left: 0;
}
.toc-wrapper > .toc-nav,
#sidenav > .toc-nav,
.doc-nav-item > .toc-nav {
  margin-left: 0;
}
ul.toc-nav {
  margin-left: 20px;
}
#doc-nav {
  overflow-y: auto;
}
.doc-nav-item {
  padding: 0 8px;
}
.doc-nav-item > a {
  color: #000000;
  font-weight: bold;
}
.example {
  position: relative;
  padding: 0.125rem;
  border: 2px solid #eee;
  margin-bottom: 1rem;
}
.example + pre {
  margin-top: -1rem;
  border-top: 0 !important;
}
.example .window {
  position: relative!important;
}
* + .example {
  margin-top: 1rem;
}
main > h3,
main > h5,
main > h4 {
  z-index: -1;
  pointer-events: none;
}
main > h3:before,
main > h5:before,
main > h4:before {
  display: block;
  height: 5rem;
  margin-top: -5rem;
  visibility: hidden;
  content: "";
  z-index: -1;
}
main > h1 {
  margin-top: 1rem;
}
main > h3 {
  margin-top: 2rem;
}
main > h4 {
  margin-top: 1rem;
  font-weight: 400;
}
.particles-js-canvas-el {
  z-index: -1;
  position: absolute;
  top: 0;
}
footer p {
  font-size: 12px;
}
footer p a {
  color: #000000;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #sidenav {
    position: sticky;
    top: 64px;
  }
  #sidenav #doc-nav {
    display: block!important;
  }
  .example {
    padding: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #sidenav {
    position: relative;
    top: 0;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  header {
    position: fixed!important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
  }
  body {
    padding-top: 64px;
  }
  #sidenav,
  .toc-wrapper {
    top: 0;
    overflow-y: visible;
  }
  #sidenav #doc-nav,
  .toc-wrapper #doc-nav {
    max-height: none;
    overflow-y: visible;
  }
}
@supports (-ms-ime-align:auto) {
  header {
    position: fixed!important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
  }
  body {
    padding-top: 64px;
  }
  #sidenav,
  .toc-wrapper {
    top: 0;
    overflow-y: visible;
  }
  #sidenav #doc-nav,
  .toc-wrapper #doc-nav {
    max-height: none;
    overflow-y: visible;
  }
}
.demo-cube {
  display: inline-block;
  height: 2rem;
  width: 4rem;
}
.icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.icon-list li {
  width: 100%;
  font-size: 0.8em;
  color: #cccccc;
  padding: 0.5rem 1rem;
  cursor: pointer;
}
.icon-list li:hover {
  background-color: #468cff;
  color: #fff;
}
.icon-list li:hover [class*=mif-] {
  color: #fff;
}
.icon-list [class*=mif-] {
  font-size: 2em !important;
  width: 40px;
  text-align: center;
  vertical-align: middle;
  color: #000000;
  display: inline-block;
}
@media screen and (min-width: 576px) {
  .icon-list li {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .icon-list li {
    width: 33%;
  }
}
@media screen and (min-width: 992px) {
  .icon-list li {
    width: 25%;
  }
}
pre {
  position: relative;
}
pre .copy-button {
  position: absolute;
  z-index: 2;
  top: 0.5rem;
  right: 0.5rem;
}
.hljs {
  padding: 1rem;
}
#sidenav {
  overflow: visible;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .algolia-autocomplete .ds-dropdown-menu {
    width: 175%;
  }
}
.options-table {
  font-size: 14px;
}
.special-thanks,
.who-uses {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.special-thanks [class*=cell-],
.who-uses [class*=cell-] {
  text-align: center;
  margin-top: 20px;
}
.special-thanks img,
.who-uses img {
  width: 124px;
  max-height: 64px;
}
.who-uses {
  margin-bottom: 10px;
}
.who-uses .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.who-uses img {
  width: auto;
  max-width: 300px;
  height: 180px;
}
main {
  padding-bottom: 20px!important;
}
body {
  padding-top: 64px;
}
.bg-hero {
  background-color: #8c0c1d;
}
.bg-hero2 {
  background-color: #494d8c;
}
.fg-react {
  color: #61dafb !important;
}
.hero-bg-img {
  background: url("../images/bg.png") top left no-repeat;
  background-size: cover;
}
.hero-bg {
  background: #8c0c1d;
  background: -webkit-gradient(linear, left top, left bottom, from(#8c0c1d), to(#d95555));
  background: linear-gradient(to bottom, #8c0c1d 0%, #d95555 100%);
}
.hero-bg2 {
  background: #494d8c;
  background: -webkit-gradient(linear, left top, left bottom, from(#494d8c), to(#8185dc));
  background: linear-gradient(to bottom, #494d8c 0%, #8185dc 100%);
}
.hero {
  padding: 40px;
}
.hero-image-holder {
  background: url("../images/m-four.png") center right no-repeat;
  background-size: contain;
}
#header {
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
.scrolled-header {
  background-color: #8c0c1d !important;
}
.neb-commercial {
  z-index: 2;
}
.neb-hero.neb::before,
.neb-white.neb::before,
.neb-light.neb::before,
.neb-feature.neb::before,
.neb-commercial.neb::before {
  display: none!important;
}
.neb-hero.neb::after,
.neb-white.neb::after,
.neb-light.neb::after,
.neb-feature.neb::after,
.neb-commercial.neb::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 24px 0 24px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 11;
}
.neb-hero::after {
  border-color: #FD6518 transparent transparent transparent;
}
.neb-white::after {
  border-color: #ffffff transparent transparent transparent;
}
.neb-light::after {
  border-color: #F8F8F8 transparent transparent transparent;
}
.neb-feature::after {
  border-color: #434363 transparent transparent transparent;
}
.neb-commercial::after {
  border-color: #8b008b transparent transparent transparent;
}
.feature-bg {
  background-color: #434363;
  color: #ffffff;
}
.footer-bg {
  background-color: #3F3F3F;
  color: #909090;
}
footer a {
  color: #909090;
  text-decoration: none!important;
}
footer a:hover {
  color: #c9c9c9;
}
.info-panel {
  min-height: 450px;
  margin-top: 20px;
}
.info-panel .info-panel-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#social-menu li {
  margin: 0 20px;
}
#footer-menu li {
  margin: 0 20px;
}
@media all and (min-width: 768px) {
  .hero {
    padding: 160px 80px 300px;
  }
  .neb-white {
    z-index: 10;
  }
  #feature-table-wrapper {
    height: 220px;
  }
  .feature-table {
    top: -240px;
  }
  .info-panel {
    margin-top: 0;
  }
}
h1 + .text-leader {
  margin-bottom: 20px;
}
.emulator {
  padding: 0;
  background: #fff;
  overflow: hidden;
  border: 1px solid #eee;
  position: relative;
}
.emulator.galaxy-s5 {
  height: 640px;
  width: 360px;
}
.emulator.galaxy-s5.landscape {
  height: 360px;
  width: 640px;
}
.emulator.ipad {
  height: 1024px;
  width: 768px;
}
.emulator.ipad.landscape {
  height: 768px;
  width: 1024px;
}
.algolia-autocomplete {
  width: 100%;
}
.toc-entry ul {
  margin-top: 0;
}
.app-bar {
  width: auto;
  right: 0;
}
#sidebar .sidebar-header > .title {
  top: 0;
  line-height: 53px;
  font-weight: 700;
  white-space: nowrap;
  font-size: 14px;
}
#sidebar .sidebar-header {
  height: 53px;
}
#sidebar .sidebar-header ~ .sidebar-menu {
  height: calc(100% - 140px);
}
#sidebar .sidebar-menu li a {
  height: auto;
  line-height: 1.2;
  padding: 8px 16px;
  font-size: 14px;
}
.toc-nav {
  margin: 0!important;
}
.toc-nav-title {
  font-size: 0.7em;
  font-weight: bold;
  color: #707882 !important;
  position: relative;
  margin: 0.5rem 1rem 0.2rem 0.2rem;
  z-index: 1;
  background: white;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  white-space: nowrap;
}
.toc-nav-title::before {
  display: block;
  content: "";
  position: relative;
  height: 1px;
  width: 100%;
  top: 50%;
  background: #eaeaea;
  z-index: -1;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 10px;
}
.toc-nav-title:hover {
  background: transparent!important;
  cursor: default;
}
.example .sidebar {
  z-index: 2!important;
}
main {
  overflow: hidden;
}