html, body {
  height: 100%; }

body {
  font-family: 'Poppins', Roboto, 'Helvetica Neue', sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }
  body .text-cn-blue {
    color: #424F63; }
  body .fas {
    font-size: 35px; }
    body .fas.size-small {
      font-size: 20px; }
  body img {
    height: auto;
    margin-bottom: 15px;
    width: 100%; }
  body a, body ul li a {
    color: #424F63; }
  body a, body button, body select {
    transition: .1s ease; }
  body code {
    color: #414E64;
    background: #efefef;
    padding: 5px; }
  body pre {
    padding: 0 0 0 10px;
    background: #212529; }
    body pre code {
      background: #212529;
      color: white; }
  body .not-found-footer .section {
    padding-top: 0; }
  body ul li a {
    font-weight: 500; }
  body a:hover {
    color: #617592; }
  body .btn-link:hover {
    color: #617592; }
  body .page-liink:hover {
    color: #617592; }
  body a.text-primary:hover {
    color: #617592; }

.home .main-boxes .fas {
  font-size: 28px;
  margin-right: 10px; }

.home .home-page-tags-list {
  position: absolute;
  bottom: 15px; }

.btn {
  border-radius: 4px; }
  .btn.btn-primary {
    background-color: #424F63;
    color: white; }
  .btn.btn-secondary {
    background-color: #617592;
    color: #242738; }

.badge.badge-primary {
  background-color: #424F63;
  color: white; }

.badge.badge-secondary {
  background-color: #617592;
  color: #242738; }

.badge.badge-light {
  color: #424F63; }

.dropdown-item {
  padding: 0rem 0.5rem; }
  .dropdown-item .icon {
    font-size: 16px; }

.dropdown-item.active, .dropdown-item:active {
  background-color: #424F63;
  color: white; }

header.sticky-top {
  background-color: #424F63;
  min-height: 55px; }

.bg-dark-blue {
  background: #414E64; }

.bg-gradient {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4577bc+0,8dacd6+47,b8cbe6+73,f9f9f9+100 */
  background: #4577bc;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4577bc 0%, #8dacd6 47%, #b8cbe6 73%, #f9f9f9 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #4577bc 0%, #8dacd6 47%, #b8cbe6 73%, #f9f9f9 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #4577bc 0%, #8dacd6 47%, #b8cbe6 73%, #f9f9f9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4577bc', endColorstr='#f9f9f9',GradientType=0 );
  /* IE6-9 */ }

.navbar.navbar-light .navbar-toggler {
  color: white; }

.navbar.navbar-light .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-brand img {
  max-width: 200px;
  margin-bottom: 0; }

.navbar-brand.docs-site {
  color: white;
  text-decoration: none;
  display: block;
  text-align: right;
  font-size: 16px;
  font-weight: 600; }

.search-container {
  width: 100%;
  margin-bottom: 1em; }
  .search-container input {
    height: 3em;
    width: 100%;
    border-radius: 4px;
    font-size: 1.2rem; }
    .search-container input:focus {
      box-shadow: 0 14px 25px rgba(0, 0, 0, 0.1) !important; }
  .search-container .input-group .fas {
    font-size: 35px; }
  .search-container .section-links {
    padding-top: 1em; }
    .search-container .section-links .btn {
      color: white;
      border: 1px solid white;
      padding: 8px 20px;
      margin-right: 1em;
      margin-bottom: 1em; }
      .search-container .section-links .btn:last-child {
        margin-right: 0; }
      .search-container .section-links .btn:hover {
        background-color: white;
        color: #424F63; }

.banner-container {
  padding-top: 80px; }

.search-results {
  background: white;
  position: absolute;
  text-align: left;
  width: 95%;
  margin-top: 10px;
  z-index: 10;
  border: 1px solid #efefef;
  display: none;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.1) !important; }
  .search-results ul {
    margin: 0; }
    .search-results ul a {
      padding-left: 1em; }
    .search-results ul li a {
      padding-left: 1em; }
      .search-results ul li a h5 {
        color: #242738;
        font-size: 18px; }
      .search-results ul li a p {
        color: #636363;
        font-size: 15px;
        margin: 0; }
      .search-results ul li a:hover, .search-results ul li a:focus {
        color: #242738;
        background-color: #f9f9f9; }
    .search-results ul li:hover a, .search-results ul li:focus a, .search-results ul li.focus a {
      color: #242738;
      background-color: #f9f9f9; }

.fill-viewport {
  min-height: 100vh; }

.fill-height {
  min-height: 100%;
  height: 100%; }

.section {
  padding-top: 3.5em;
  padding-bottom: 20px; }
  .section .nav-pills .nav-link.active, .section .nav-pills .show > .nav-link {
    background-color: #424F63; }
  .section .tab-content > .active {
    display: flex; }
  .section .section-list-header {
    margin: -4em 0 1em; }
  .section .docs-cloud-setup a .icon {
    font-size: 80px; }
  .section .section-list-link h3, .section .tutorial-list-link h3 {
    margin-top: 0;
    margin-bottom: 5px; }
  .section .section-list-link img, .section .tutorial-list-link img {
    max-width: 80px;
    margin-bottom: 0; }
  .section .section-list-link p, .section .tutorial-list-link p {
    line-height: 1.65; }
  .section.default-list .section-list-link {
    min-height: 16em; }
  .section.glossary-section .index-group ul li a {
    padding: 0;
    font-size: 16px; }
  .section.product-section .section-list-link img {
    min-width: 50px; }
  .section.tutorial-section .section-list-link img {
    min-width: 50px; }
  .section.tutorial-section .fix-bt-right {
    position: absolute;
    bottom: -10px;
    right: 15px; }

table thead th {
  background: #E8EEF0;
  padding: 2px 20px;
  font-size: 16px;
  border-right: 1px solid #ffffff; }
  table thead th:last-child {
    border-right: 1px solid #E8EEF0; }

table tbody tr td {
  padding: 2px 20px;
  text-align: left;
  vertical-align: top;
  border-right: 1px solid #E8EEF0;
  border-bottom: 1px solid #E8EEF0; }
  table tbody tr td:first-child {
    border-left: 1px solid #E8EEF0; }

.table-of-contents {
  margin-bottom: 1em; }
  .table-of-contents ul {
    list-style-type: disc;
    margin: 0; }
  .table-of-contents .toc-h1 {
    margin-left: 0.5em; }
  .table-of-contents .toc-h2 {
    margin-left: 1em; }
  .table-of-contents .toc-h3 {
    margin-left: 1.5em; }
  .table-of-contents .toc-h4 {
    margin-left: 2em; }
  .table-of-contents .toc-h5 {
    margin-left: 2.5em; }
  .table-of-contents .toc-h6 {
    margin-left: 3em; }
  .table-of-contents.hide-h2 .toc-h2 {
    display: none; }
  .table-of-contents.hide-h3 .toc-h3 {
    display: none; }
  .table-of-contents.hide-h4 .toc-h4 {
    display: none; }
  .table-of-contents.hide-h5 .toc-h5 {
    display: none; }
  .table-of-contents.hide-h6 .toc-h6 {
    display: none; }

.single {
  padding-top: 2rem !important; }
  .single .back-to-top {
    position: fixed;
    bottom: 3%;
    right: 3%;
    opacity: 0;
    z-index: 10; }
    .single .back-to-top i {
      color: #424F63; }
  .single a {
    color: #424F63; }
  .single .single-aside ul {
    list-style-type: disc; }
  .single .single-aside .toc-h1 {
    margin-left: 0em; }
  .single .single-aside .toc-h2 {
    margin-left: 0.75em; }
  .single .single-aside .toc-h3 {
    margin-left: 1.5em; }
  .single .single-aside .toc-h4 {
    margin-left: 2.25em; }
  .single .single-aside .toc-h5 {
    margin-left: 3em; }
  .single .single-aside .toc-h6 {
    margin-left: 3.75em; }
  .single .breadcrumb {
    text-transform: uppercase;
    padding-left: 0;
    font-size: 16px;
    background: transparent;
    margin: 0; }
  .single .summary {
    margin-bottom: 1em; }
  .single .content-title {
    font-weight: 500; }
    .single .content-title .dropdown {
      display: inline-block;
      margin-right: 12px; }
      .single .content-title .dropdown .btn {
        padding: 12px; }
      .single .content-title .dropdown .dropdown-item {
        padding: 5px; }
      .single .content-title .dropdown .dropdown-toggle::after {
        margin-left: 0; }
  .single .resp-more-row {
    text-align: right;
    margin-bottom: 1em;
    padding: 0 1em; }
    .single .resp-more-row .btn {
      border-radius: 4px; }
  .single .content a {
    color: #5FB5E1; }
  .single .content #index {
    margin-top: -3em; }
  .single .content #index + ul {
    font-style: bold;
    list-style-type: disc; }
    .single .content #index + ul li a {
      padding: 5px 0; }
  .single .content table td {
    max-width: 50%;
    color: #242738;
    font-size: 16px;
    line-height: 1.8;
    font-family: "Lato",sans-serif; }
  .single .content ol {
    list-style-type: decimal;
    padding-left: 0; }
  .single .content ul, .single .content ol {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 2em; }
    .single .content ul li, .single .content ol li {
      color: #242738;
      font-size: 16px;
      line-height: 1.5;
      font-family: "Lato",sans-serif; }
      .single .content ul li a, .single .content ol li a {
        display: inline-block;
        padding: 0; }
  .single .content .h1, .single .content h2, .single .content h3, .single .content h4, .single .content h5 {
    padding-top: 2em;
    margin-top: -1.5em; }
  .single .content ul {
    list-style-type: disc; }
  .single .content img {
    display: block;
    margin: 2em auto; }
  .single .content img.flat {
    box-shadow: none !important; }
  .single .content img[alt*="wide"] {
    width: 100%; }
  .single .content img[alt*="medium"] {
    width: 75%; }
  .single .content img[alt*="small"] {
    width: 50%; }
  .single .content img[alt*="extrasmall"] {
    width: 30%; }
  .single .content img[src*="#wide"] {
    width: 100%; }
  .single .content img[src*="#medium"] {
    width: 75%; }
  .single .content img[src*="#small"] {
    width: 50%; }
  .single .content img[src*="#extrasmall"] {
    width: 30%; }
  .single .content img[title*="Page"] {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important; }
  .single .content .api-link {
    margin-left: 1em;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1em;
    vertical-align: middle; }

.navbar .dropdown-menu {
  border-radius: 4px; }

.navbar .nav-item:last-child.dropdown .dropdown-menu {
  left: -140%; }

.navbar .dropdown-menu {
  border-radius: 4px; }

.nav-mobile {
  color: #FFF;
  padding: 0;
  margin: 0;
  cursor: auto;
  font-size: 18px;
  list-style-type: none;
  z-index: 10; }
  .nav-mobile:after {
    content: "";
    display: table;
    clear: both; }
  .nav-mobile svg {
    height: 55px;
    width: 65px;
    padding: 9px; }
    .nav-mobile svg path {
      fill: #fff; }
    .nav-mobile svg.icon-close {
      display: none;
      padding: 15px; }
  .nav-mobile li {
    width: 100%;
    height: 45px;
    line-height: 46px;
    text-align: right;
    float: left; }
    .nav-mobile li a {
      display: block;
      color: #333;
      width: 100%;
      height: 100%;
      text-decoration: none; }
  .nav-mobile .menu-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: pointer;
    display: block; }
    .nav-mobile .menu-button:after {
      opacity: 0;
      top: 55px;
      content: "";
      width: 100vw;
      display: block;
      position: fixed;
      height: 100vh;
      background: rgba(0, 0, 0, 0.5);
      content: "";
      z-index: 5;
      pointer-events: none;
      transition: opacity 0.2s cubic-bezier(0, 0, 0.3, 1);
      transition-delay: 0.1s; }
  .nav-mobile #menu-toggle {
    display: none; }
    .nav-mobile #menu-toggle.active ~ .menu-button .icon-close, .nav-mobile #menu-toggle:checked ~ .menu-button .icon-close {
      display: block; }
    .nav-mobile #menu-toggle.active ~ .menu-button .icon-open, .nav-mobile #menu-toggle:checked ~ .menu-button .icon-open {
      display: none; }
    .nav-mobile #menu-toggle.active ~ .menu-button:after, .nav-mobile #menu-toggle:checked ~ .menu-button:after {
      opacity: 1;
      pointer-events: auto;
      transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1); }
    .nav-mobile #menu-toggle.active ~ .menu-sidebar, .nav-mobile #menu-toggle:checked ~ .menu-sidebar {
      transform: translateX(0);
      transition: transform 0.3s cubic-bezier(0, 0, 0.3, 1); }
  .nav-mobile .menu-container {
    width: 65px;
    float: left;
    cursor: pointer;
    position: absolute; }
    .nav-mobile .menu-container .menu-sidebar {
      box-shadow: 5px 0 5px -5px #333;
      display: block;
      width: 65vw;
      bottom: 0;
      background: white;
      color: #333;
      position: fixed;
      transform: translateX(-805px);
      transition: transform 0.3s cubic-bezier(0, 0, 0.3, 1);
      top: 55px;
      left: 0;
      z-index: 10;
      list-style-type: none;
      padding: 0;
      max-width: 100%; }
      .nav-mobile .menu-container .menu-sidebar .arrow {
        position: absolute;
        line-height: 50px;
        font-size: 32px;
        color: #555;
        top: 0;
        z-index: 0; }
        .nav-mobile .menu-container .menu-sidebar .arrow.left {
          left: 25px; }
        .nav-mobile .menu-container .menu-sidebar .arrow.right {
          right: 25px; }
      .nav-mobile .menu-container .menu-sidebar li {
        height: 55px;
        line-height: 55px;
        font-size: 16px;
        text-align: left;
        text-transform: uppercase;
        position: relative;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding-left: 20px; }
        .nav-mobile .menu-container .menu-sidebar li:hover {
          background: #eee; }
        .nav-mobile .menu-container .menu-sidebar li .menu-sub {
          position: fixed;
          top: 0;
          right: 0;
          bottom: 0;
          width: 0;
          overflow: hidden;
          background: white;
          visibility: hidden;
          transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
          border-left: 1px solid #ccc;
          list-style-type: none;
          padding: 0;
          margin: 0;
          z-index: 2;
          max-width: 100%; }
          .nav-mobile .menu-container .menu-sidebar li .menu-sub li {
            overflow: hidden; }
          .nav-mobile .menu-container .menu-sidebar li .menu-sub .menu-sub-title {
            padding-left: 50px; }
        .nav-mobile .menu-container .menu-sidebar li .submenu-label {
          cursor: pointer;
          width: 100%;
          height: 100%;
          display: block; }
        .nav-mobile .menu-container .menu-sidebar li .submenu-toggle {
          display: none; }
          .nav-mobile .menu-container .menu-sidebar li .submenu-toggle.active ~ .menu-sub, .nav-mobile .menu-container .menu-sidebar li .submenu-toggle:checked ~ .menu-sub {
            width: 65vw;
            visibility: visible;
            z-index: 1;
            transition: width 0.35s cubic-bezier(0, 0, 0.3, 1); }

@media screen and (max-width: 480px) {
  .navbar-brand img {
    max-width: 160px; }
  .single .content img[src*="#extrasmall"] {
    width: 100%; } }

@media (max-width: 576px) {
  .single .content img[src*="#medium"], .single .content img[src*="#small"] {
    width: 100%; }
  .single .content img[src*="#extrasmall"] {
    width: 75%; } }

@media (max-width: 768px) {
  .single .content img[alt*="medium"] {
    width: 100%; }
  .single .content img[alt*="small"] {
    width: 75%; }
  .single .content img[alt*="extrasmall"] {
    width: 50%; }
  .single .content img[src*="#medium"] {
    width: 100%; }
  .single .content img[src*="#small"] {
    width: 75%; }
  .single .content img[src*="#extrasmall"] {
    width: 50%; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1350px; } }
