@import url('https://fonts.googleapis.com/css?family=Khula:400,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600&display=swap');

html {
  background-color: #f8f8f8 !important;
}

::-moz-selection { /* Code for Firefox */
  background: #b2d7fe !important;
}

::selection {
  background: #b2d7fe !important;
}

/* override djangosite.css */
body, p, #docs-content, #sidebar,
h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

body, p, #docs-content, #sidebar, #sidebar a,
tt, code, kbd, pre, pre.literal-block, samp,
.graphiql .graphiql-container .CodeMirror {
  font-size: 16px;
}

[role="main"] {
  width: 90%;
  border: none;
  padding: 1px 15px 0;
}

[role="main"] h1 {
  font-size: 32px;
}

[role="main"] h2 {
  font-size: 24px;
}

[role="main"] h3 {
  font-size: 20px;
}

[role="main"] h4 {
  font-size: 18px;
}

form input[type="search"], form input[type="text"],
form input[type="email"], form input[type="password"],
form input[type="number"], form input[type="url"],
form input[type="submit"], form textarea {
  font-size: 16px;
}

body {
  color: #333 !important;
  min-width: 100%;
  overflow-y: auto;
}

h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
  color: #1CD3C6 !important;
}

h3 {
  font-weight: 500;
}

p {
  color: #333;
  line-height: 1.7;
}

.inline-block {
  display: inline-block;
  vertical-align: middle;
}

.document {
  margin: 0 auto;
}

.main_container_wrapper {
  min-width: 90%;
  /* overflow-y: auto; */
  -webkit-overflow-scrolling: touch; /* for iOS momentum scroll */
}

.content_wrapper {
  display: flex;
  margin: auto;
  width: 100%;
  /* height: calc(100vh - 60px); */
}
.subscribe-form-wrapper {
  border-radius: 2px;
  background-color: #1bd5c8;
  padding: 24px 20px;
}
#mc_embed_signup {
  display: flex;
  align-items: center;
}
#mc_embed_signup .subscribe-form-content {
  font-weight: bold;
  color: #001934;
  padding-right: 40px;
}
#mc_embed_signup form {
  display: flex !important;
  padding: 0 0 0 0 !important;
  flex: 1 !important;
  position: relative !important;
  font-size: 16px;
}
.full-width {
  flex: 1;
}
.input-box {
  width: 100% !important;
  display: inline-block;
  position: relative;
}
#error-for-mce-EMAIL {
  position: absolute;
  bottom: -18px;
  left: 16px;
  font-size: 12px !important;
}
.input-box input {
  margin: 0 0 !important;
  border-radius: 5px !important;
  border: solid 1px #001934 !important;
  background-color: #fff;
  color: #001934 !important;
  opacity: .8 !important;
  padding: 0 16px !important;
  height: 32px !important;
  width: calc(100% - 32px) !important;
}
.input-box input:-webkit-autofill, .input-box input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  background-color: transparent;
  font-size: 16px;
}
.input-box input:-webkit-autofill,
.input-box input:-webkit-autofill:hover,
.input-box input:-webkit-autofill:focus,
.input-box input:-webkit-autofill:active  {
  -webkit-box-shadow: 0 0 0 35px #1bd5c8 inset !important;
  -webkit-text-fill-color: #001934 !important;
  font-size: 16px;
  caret-color: #001934;
  color: #001934 !important;
}
.input-box input:-internal-autofill-selected {
  color: #001934 !important;
  font-size: 16px;
}
.submit-box {
  width: 31%!important;
  margin-left: 4%;
  display: inline-block;
}
.submit-box input {
  margin: 0 0 !important;
  width: 100% !important;
  border-radius: 5px !important;
  background-color: rgba(0, 25, 52, .9) !important;
  border: 1px solid rgba(0, 25, 52, .9) !important;
  color: #1ad7ca !important;
  font-weight: bold !important;
  height: 34px !important;
}
.submit-box input:hover {
  background-color: rgba(0, 25, 52, 1) !important;
  border: 1px solid rgba(0, 25, 52, 1) !important;
}
.submit-box input:disabled {
  cursor: not-allowed !important;
  opacity: .6;
  background-color: rgba(0, 25, 52, .9) !important;
}
.submit-box input:focus {
  outline: none;
}
#mce-responses .error-message, #mce-responses .success-message {
  background-color: #001934;
  padding: 8px 12px !important;
  border-radius: 4px;
  font-size: 14px !important;
  font-weight: normal;
  position: absolute;
  top: 26px !important;
  left: 0;
  width: auto !important;
}

#mce-responses .error-message a, #mce-responses .success-message a {
  color: #fff !important;
}
#mce-responses .error-message {
  color: #efc371 !important;
}
#mce-responses .success-message {
  color: #1cd3c6 !important;
}
.content_inner_wrapper {
  width: 75% !important;
  /* height: 100vh; */
  overflow-y: auto;
}

#docs-content,
#docs-header {
  margin-left: 40px; margin-right: 40px;
}

#docs-content h1,
#docs-content h2,
#docs-content h3,
#docs-content h4,
#docs-content h5,
#docs-content h6 {
  font-weight: 400;
  color: #555;
}

#docs-content a.reference {
  /*color: #1CD3C6 !important;*/
  /*color: #1CD3C6 !important;*/
  /* color: #FF3264 !important; */
  color: #DB0037 !important;
  background-color: transparent !important;
}

#docs-content img {
  -webkit-box-shadow: -1px 2px 20px 2px rgba(217,217,217,1);
  -moz-box-shadow: -1px 2px 20px 2px rgba(217,217,217,1);
  box-shadow: -1px 2px 20px 2px rgba(217,217,217,1);
  margin-top: 20px;
  margin-bottom: 30px;
}

#docs-content img.no-shadow,
#docs-content a.no-shadow img {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#docs-content .section ol li {
  line-height: 1.7;
}

#docs-content td div.highlight {
  margin: 0;
}

#docs-content .note,
#docs-content .admonition,
#docs-content .help-block {
  background: #f1f9ff;
  border: 1px solid #c9e0f0;
}

#docs-content .docutils {
  color: #6f6f6f;
  word-break: break-word;
}

#docs-content .docutils.literal {
  padding: 0.2em 0.4em;
  margin: 0;
  background-color: rgba(27,31,35,0.05);
  border-radius: 3px;
}

#docs-content .figure {
  width:  45%;
  display:  inline-block;
}

#docs-content .figure img {
  width:  100%;
}

#docs-content table caption {
  position: relative;
}

#docs-content span.target {
  font-style: italic;
}

/*** random overrides ***/

.wy-plain-list-decimal ol,
.rst-content .section ol ol,
.rst-content ol.arabic ol,
article ol ol {
  margin-bottom: 0;
}

.schema {
  display: inline-block;
  width: 60%;
}

.highlight pre {
  white-space: pre;
}

/*** random overrides END ***/

/*** behavior styles ***/

.hide {
  display: none !important;
}

.no_scroll {
  overflow: hidden !important;
}

/*** behavior styles END ***/

/*** Logo ***/

.img_wrapper {
  padding: 0;
}

.logo_img {
  width: 100px;
}

/*** Logo END ***/

/*** Tabs ***/

.api-tabs .docutils {
  font-size: 16px !important;
  margin: 0;
  max-width: 100%;
  padding: 0;

}

.api-tabs.container {
  margin: 0;
  max-width: 100%;
  padding: 0px;
}

.api-tabs .ui.tab {
  padding: 20px
}

.api-tabs .ui.tab > :first-child > .highlight,
.api-tabs .ui.tab > p:first-child,
.api-tabs .ui.tab > :first-child > li {
  margin-top: 0;
}

/*** Tabs END ***/

/*** Header ***/

#docs-header-actions {
  margin-top: 30px;
}

#docs-header-actions .header_links {
  min-width: 33%;
  text-align: right;
}

#docs-header-actions .header_links.inline-block .header_links_content {
  float: left;
}

#docs-header-actions .header_links.inline-block .buttons {
  float: right;
}

#docs-header-actions .social_icons_wrapper {
  padding-left: 10px;
  display: flex;
  align-items: center;
}

#docs-header-actions .social_icons_wrapper .social_icons {
  display: inline-block;
  padding: 10px 5px;
  opacity: 0.7;
  vertical-align: middle;
  display: flex;
  align-items: center;
}

#docs-header-actions .social_icons_wrapper .social_icons:hover {
  opacity: 1;
}

#docs-header-actions .social_icons_wrapper .social_icons img {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  width: 30px;
  display: inline-block;
}

#docs-header-actions .social_icons_wrapper .social_icons a {
  text-decoration: none;
  color: #DB0037;
  display: contents;
}

#docs-header-actions .social_icons_wrapper .social_icons iframe {
  height: 20px;
}

#docs-header-actions .tooltip {
  position: relative;
}

#docs-header-actions .tooltip .tooltip_text {
  visibility: hidden;
  width: 272px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 2px;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 36px;
  font-size: 14px;
}

#docs-header-actions .tooltip:hover .tooltip_text {
  visibility: visible;
}

/*** Header END ***/

/*** Mobile only ***/

.mobile-only {
  display: none;
}

.mobile-only .mobile-logo-docs {
  margin-left:10px;
  padding-top: 10px;
  text-decoration: none;
  color: #333 !important;
}

#nav_tree_icon {
  position: relative;
}

#nav_tree_icon .fa-bars {
  font-size: 18px;
  color: #1CD3C6;
}
#nav_tree_icon .docs-menu {
  font-weight: 600;
  color: #001934;
  margin-left: 20px;
  cursor: pointer;
}
/*** Mobile only END ***/

/*** Search box ***/

#input_search_box {
  position: relative;
  width: 64%;
}

#input_search_box .search_icon {
  position: absolute;
  top: 13px;
  left: 10px;
  color: #1CD3C6;
  cursor: pointer;
  z-index: 1;
}

#input_search_box input {
  height: 44px;
  box-sizing: border-box;
  text-indent: 30px;
  display: block;
  width: 100%;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  background-image: none;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  border: 0;
  border-bottom: 1px solid #1CD3C6;

}

#input_search_box input:focus {
  outline: none;
}

#input_search_box input::placeholder {
  color:#ccc;
}

#input_search_box input::-webkit-input-placeholder {
  color:#ccc;
}

#input_search_box input::-moz-placeholder { /* Firefox 19+ */
  color:#ccc;
}

#input_search_box input:-ms-input-placeholder { /* IE 10+ */
  color:#ccc;
}

#input_search_box input:-moz-placeholder { /* Firefox 18- */
  color:#ccc;
}

/*** Search box END ***/

/*** Table of contents ***/

#table-of-contents {
  padding: 0 20px;
  border-radius: 4px;
  background: #F8F8F9;
  border: 1px solid #EAEAEC;
}

#table-of-contents .topic-title {
  font-weight: bold;
}

/*** Table of contents END ***/

/*** Feedback section ***/

.feedback_wrapper {
  background-color: #eee;
  padding: 20px;
  margin: 20px 0;
}

.feedback_wrapper .feedback .display_inl {
  display: inline-block;
}

.feedback_wrapper .feedback .actions {
  width: 21px;
  cursor: pointer;
  margin-left: 15px;
  position: relative;
  top: 2px;
}

.feedback_wrapper .feedback .actions.thumb_down {
  top: 5px;
}

.feedback_wrapper .thumb_up:hover svg path {
  fill: green;
}

.feedback_wrapper .thumb_down:hover svg path {
  fill: darkred;
}

.feedback_wrapper .feedback .actions img {
  width: 100%;
}

.feedback_wrapper .feedback_btn {
  margin-top: 10px;
  padding: 5px 10px;
  background-color: #1CD3C6;
  color: #000;
  border-radius: 5px;
  border: 1px solid #1CD3C6;
  font-size: 16px;
  font-weight: 600;
}

#feedback_box {
  max-width: 95%;
  padding: 5px;
}

/*** feedback section END ***/

/*** Footer ***/

.footer-hasura-custom {
  font-size: 16px;
  text-align: center;
  background-color: #eee;
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-hasura-custom .footer_logo {
  width: 100px;
  margin-right: 30px;
}

.footer-hasura-custom .footer_text {
 display: inline-block;
}

/*** Footer END ***/

/*** Sidebar ***/

#sidebar {
  background-color: #001934;
  width: 24% !important;
  height: 100vh;
  overflow-y: auto;
  padding-left: 0 !important;
  position: sticky;
  top: 0;
}
#sidebar li {
  margin-top: 5px;
  margin-bottom: 5px;
}
#sidebar .closeIcon {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
#sidebar .sphinxsidebar .sphinxsidebarwrapper h3 {
  padding-top: 10px;
  /*
  color: #fff;
  */
  color: rgba(214,214,214,1);
  font-family: 'Khula';
}

#sidebar .sphinxsidebar .sphinxsidebarwrapper h4 {
  /*
  color: #fff;
  */
  color: rgba(214,214,214,1);
  font-family: 'Khula';
}

#sidebar .sphinxsidebar .sphinxsidebarwrapper ul li {
  /* list-style-type: none; */
  /* color: #fff; */
  color: rgba(214,214,214,1);
}

#sidebar .sphinxsidebar .sphinxsidebarwrapper ul li a {
  /* color: #fff; */
  color: rgba(214,214,214,1);
  text-decoration: none;
}

#sidebar .sphinxsidebar .sphinxsidebarwrapper ul li a code {
  color: #32A061;
  text-decoration: none;
}

#sidebar .sphinxsidebar .sphinxsidebarwrapper .header_main_logo {
  display: flex;
  align-items: center;
  padding: 18px 0;
  position: sticky;
  top: 0;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
  background-color: #001934;
  z-index: 10;
  border-bottom: 1px solid #4F5763;
}

#sidebar .sphinxsidebar .sphinxsidebarwrapper .header_main_logo a {
  color: #fff;
  text-decoration: none;
}

#sidebar .sphinxsidebar .sphinxsidebarwrapper .header_main_logo a:hover {
  opacity: 0.6;
}

#sidebar .sphinxsidebar .sphinxsidebarwrapper .header_main_logo .version_txt {
  color: rgba(255,198,39,1);
  margin-top: 6px;
  margin-left: 10px;
  cursor: pointer;
}



#sidebar .sphinxsidebar .sphinxsidebarwrapper .header_main_logo .version_txt select {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  color: #FFF;
  font-size: 18px;

  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;

  background-position: right 0.25em center;
  background-repeat: no-repeat;
  background-size: 0.5em auto;
  background-origin: border-box;
  padding-right: 1em;

  background-image: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJjaGV2cm9uLWRvd24iIHJvbGU9ImltZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iNDQ4IiBoZWlnaHQ9IjUxMiI+PHJlY3QgaWQ9ImJhY2tncm91bmRyZWN0IiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB4PSIwIiB5PSIwIiBmaWxsPSJub25lIiBzdHJva2U9Im5vbmUiLz48ZyBjbGFzcz0iY3VycmVudExheWVyIiBzdHlsZT0iIj48dGl0bGU+TGF5ZXIgMTwvdGl0bGU+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTIwNy4wMjkgMzgxLjQ3NkwxMi42ODYgMTg3LjEzMmMtOS4zNzMtOS4zNzMtOS4zNzMtMjQuNTY5IDAtMzMuOTQxbDIyLjY2Ny0yMi42NjdjOS4zNTctOS4zNTcgMjQuNTIyLTkuMzc1IDMzLjkwMS0uMDRMMjI0IDI4NC41MDVsMTU0Ljc0NS0xNTQuMDIxYzkuMzc5LTkuMzM1IDI0LjU0NC05LjMxNyAzMy45MDEuMDRsMjIuNjY3IDIyLjY2N2M5LjM3MyA5LjM3MyA5LjM3MyAyNC41NjkgMCAzMy45NDFMMjQwLjk3MSAzODEuNDc2Yy05LjM3MyA5LjM3Mi0yNC41NjkgOS4zNzItMzMuOTQyIDB6IiBpZD0ic3ZnXzEiIGNsYXNzPSJzZWxlY3RlZCIgZmlsbC1vcGFjaXR5PSIxIi8+PC9nPjwvc3ZnPg==);

}

#sidebar .sphinxsidebar .sphinxsidebarwrapper .header_main_logo .version_txt select:focus {
  outline: none;
}

#sidebar .sphinxsidebar .sphinxsidebarwrapper .header_main_logo .version_txt .option_val {
  color: #000;
}

#sidebar .sphinxsidebar .sphinxsidebarwrapper .header_main_logo .docs_label {
  margin-top: 5px;
}

#sidebar .sphinxsidebar .sphinxsidebarwrapper .header_main_logo .docs_label .hero {
  display: inline-block;
  vertical-align: middle;
  font-size: 21px;
  font-weight: 600;
  margin-left: calc(24vw - 240px);
}

#sidebar .sphinxsidebar .sphinxsidebarwrapper a.current.reference.internal {
  color: #1CD3C6 !important;
}

#sidebar .sphinxsidebar .sphinxsidebarwrapper a.reference.internal > code.docutils.literal {
  color: rgba(214,214,214,1) !important;
}

/*** Sidebar END ***/

/*** GraphiQL overrides ***/

.graphiql {
  margin-bottom: 20px;
}

.graphiql .query,
.graphiql .response,
.graphiql .variables {
  display: none;
}

.graphiql .graphiql-container {
  min-height: 325px;
  border: 1px solid #eee;
  -webkit-box-shadow: -1px 2px 20px 2px rgba(217,217,217,1);
  -moz-box-shadow: -1px 2px 20px 2px rgba(217,217,217,1);
  box-shadow: -1px 2px 20px 2px rgba(217,217,217,1);
}

.graphiql.with-vars .graphiql-container {
  min-height: 375px;
}

.graphiql .topBarWrap {
  height: 0;
}

.graphiql .execute-button-wrap {
  z-index: 3;
  top: -2px;
  left: calc(50% - 50px);
  margin: 0 !important;
  height: 28px !important;
}

.graphiql .execute-button {
  height: 28px !important;
  width: 28px !important;
}

.graphiql .execute-button svg {
  position: relative;
  top: -3px;
  left: -3px;
}

.graphiql .CodeMirror pre {
  padding: 0 15px;
}

.graphiql .CodeMirror-lines {
  padding: 15px 0 !important;
}

.graphiql .CodeMirror-gutter-wrapper,
.graphiql .CodeMirror-gutters {
  display: none;
}

.graphiql .title,
.graphiql .docExplorerShow,
.graphiql .toolbar {
  display: none !important;
}

.graphiql:not(.with-vars) .variable-editor {
  display: none !important;
}

.graphiql .variable-editor .variable-editor-title {
  line-height: 18px;
  font-size: 16px;
  padding: 2px 10px;
}

.graphiql.view-only .execute-button {
  display: none !important;
}

/*** GraphiQL overrides END ***/

/*** Algolia docsearch overrides ***/

#input_search_box .algolia-autocomplete {
  width: 100%;
}

#input_search_box .algolia-autocomplete a {
  text-decoration: none;
}

#input_search_box .algolia-autocomplete.algolia-autocomplete-left .ds-dropdown-menu,
#input_search_box .algolia-autocomplete.algolia-autocomplete-right .ds-dropdown-menu {
  left: -25px !important;
  max-width: calc(156% + 50px);
  min-width: calc(156% + 50px);  /* 1 / width(input_search_box) + 50px */
}

#input_search_box .algolia-autocomplete .algolia-docsearch-suggestion--highlight {
  color: #1CD3C6;
}

#input_search_box .algolia-autocomplete .algolia-docsearch-suggestion--subcategory-column {
  color: #84878E
}

#input_search_box .algolia-autocomplete .algolia-docsearch-suggestion--category-header .algolia-docsearch-suggestion--category-header-lvl0 .algolia-docsearch-suggestion--highlight,
#input_search_box .algolia-autocomplete .algolia-docsearch-suggestion--category-header .algolia-docsearch-suggestion--category-header-lvl1 .algolia-docsearch-suggestion--highlight,
#input_search_box .algolia-autocomplete .algolia-docsearch-suggestion--text .algolia-docsearch-suggestion--highlight {
  box-shadow: inset 0 -2px 0 0 #1CD3C6;
}

#input_search_box .algolia-autocomplete .ds-dropdown-menu .ds-suggestion.ds-cursor .algolia-docsearch-suggestion.suggestion-layout-simple,
#input_search_box .algolia-autocomplete .ds-dropdown-menu .ds-suggestion.ds-cursor .algolia-docsearch-suggestion:not(.suggestion-layout-simple) .algolia-docsearch-suggestion--content {
  background-color: #FEECC0;
}

#input_search_box .algolia-autocomplete .algolia-docsearch-suggestion--highlight {
  background: #FFF1DB;
}

/*** Algolia docsearch overrides END ***/

/*** Loader ***/

.loading_overlay .loader {
  border: 1px solid #cc401b;
  border-radius: 50%;
  border-top: 2px solid #cc401b;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
}

.loading_overlay .overlay_wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.9;
  z-index: 100;
}

.loading_overlay .body_content_position {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
  margin-top: -45px;
  font-weight: 500 !important;
}

.loading_overlay .subhead_wrapper_loader {
  color: #4d4d4d;
  font-size: 20px;
  font-family: 'Khula';
  font-weight: 300;
}

/*** Loader END ***/

/*** Media Query ***/
@media (min-width: 0) and (max-width: 1220px) {
  html {
    font-size: 100% !important;
  }

  body {
    min-width: 100% !important;
    overflow-y: auto;
  }
}

/*** Mobile + Tab overrides ***/
@media (max-width: 1024px) {
  body {
    max-width: 100%;
    min-width: 0px !important;
  }

  .main_container_wrapper {
    min-width: 0px !important;
  }

  #sidebar {
    position: absolute;
    z-index: 10;
    width: 90% !important;
    /*max-width: 800px !important;*/
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 120px;
    height: calc(100% - 120px);
  }

  .content_inner_wrapper {
    width: 100% !important;
  }

  [role="main"] {
    float: none !important;
    width: 90% !important;
    margin: 0 auto !important;
  }

  .mobile-only {
    display: initial;
  }

  .mobile-hide {
    display: none !important;
  }

  #mobile-logo {
    display: flex;
    margin-top: 20px;
  }

  #docs-content,
  #docs-header {
    margin-left: 0;
    margin-right: 0;
  }
  #docs-header-actions {
    display: flex;
    align-items: center;
  }
  #docs-header-actions {
    margin-top: 20px;
  }

  #input_search_box {
    flex: 1;
    margin-left: 10px;
  }

  #input_search_box .algolia-autocomplete.algolia-autocomplete-left .ds-dropdown-menu,
  #input_search_box .algolia-autocomplete.algolia-autocomplete-right .ds-dropdown-menu {
    left: -34px !important;
    max-width: calc(166% + 10px);
    min-width: calc(166% + 10px);  /* 1 / width(input_search_box) + 10px */
  }
}
@media (min-width: 768px) and (max-width: 1385px) {
  #mc_embed_signup form {
    padding-top: 10px !important;
  }
  #mc_embed_signup {
    display: block;
  }
  #mc_embed_signup .subscribe-form-content {
    padding-right: 0;
    text-align: center;
  }
  #mce-responses .error-message, #mce-responses .success-message {
    top: 34px !important;
  }
}
/*** Mobile overrides ***/
@media (max-width: 767px) {
  #sidebar {
    top: 170px;
    height: calc(100% - 170px);
  }
  #mc_embed_signup {
    display: block;
  }
  #mc_embed_signup .subscribe-form-content {
    padding-right: 0;
    text-align: center;
  }
  #mc_embed_signup form {
    padding-top: 10px !important;
  }
  .submit-box input {
    padding: 0 4px !important;
  }
  #mce-responses .error-message, #mce-responses .success-message {
    top: 34px !important;
  }
  #input_search_box {
    flex: 1;
    margin-left: 10px;
  }

  #input_search_box .algolia-autocomplete.algolia-autocomplete-right .ds-dropdown-menu,
  #input_search_box .algolia-autocomplete.algolia-autocomplete-left .ds-dropdown-menu {
    left: -34px !important;
    max-width: calc(111% + 10px);
    min-width: calc(111% + 10px);  /* 1 / width(input_search_box) + 10px */
  }

  #docs-header-actions .header_links {
    width: 100%;
    margin-top: 10px;
  }

  #docs-header-actions .header_links.inline-block .buttons {
    float: none !important;
  }

  .api-tabs .ui.tab {
    padding: 10px
  }

  .footer-hasura-custom {
    display: block;
  }

  .footer-hasura-custom .footer_logo {
    margin-right: 0;
  }
}

/* common Header */
.blueBgColor {
  background-color: #001934;
}
.boderBottom {
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.commonBtn {
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  padding: 6px 13px;
  line-height: 140%;
}
.commonBtn:focus {
  outline: none;
}
.navBtnHome {
  background-color: rgba(28, 211, 198, .86);
  border: 1px solid rgba(28, 211, 198, .86);
  color: #001934;
}
.navBtnHome:hover {
  background-color: rgba(28, 211, 198, 1);
  border: 1px solid rgba(28, 211, 198, 1);
}
 .visibleMobile {
	 display: none;
}
 .navBarToggle {
	 border-radius: 4px;
	 padding: 8px 8px;
	 display: none;
	 position: absolute;
	 right: 0;
	 top: 16px;
   cursor: pointer;
}
 .navBarToggle .iconBar {
	 display: block;
	 width: 22px;
	 height: 2px;
	 border-radius: 1px;
	 margin: 0 auto;
	 margin-top: 4px;
}
 .navBarToggle .iconBar:first-child {
	 margin-top: 0px;
}
 .navBarToggle:focus {
	 outline: none;
}
 .navWhiteBG .navBarToggle {
	 border: 1px solid #001934 !important;
}
 .navWhiteBG .navBarToggle .iconBar {
	 background-color: #001934 !important;
}
 .navBlueBG .navBarToggle {
	 border: 1px solid #fff !important;
}
 .navBlueBG .navBarToggle .iconBar {
	 background-color: #fff !important;
}
 .headerSticky {
	 position: fixed;
	 width: 100%;
	 z-index: 100;
}
 .headerWrapper {
	 height: 60px;
	 display: flex;
	 align-items: center;
	 position: relative;
	 z-index: 1;
}
 .headerWrapper .navLeft {
	 display: flex;
	 align-items: center;
	 flex: 1;
}
 .headerWrapper .navLeft a {
	 display: contents;
}
 .headerWrapper .navLeft .brand {
	 margin-right: 25px;
   margin-top: 7px;
}
 .headerWrapper .navLeft .brand img {
	 width: 120px;
}
 .headerWrapper .navLeft .twitterBtn, .headerWrapper .navLeft .discordBtn {
	 border-radius: 4px;
	 border: solid 1px #d1d2d3;
	 background-color: #f1f5f8;
	 width: 20px;
	 height: 20px;
   max-height: 18px;
   max-width: 18px;
	 margin-top: 8px;
	 margin-right: 12px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 opacity: 0.8;
	 cursor: pointer;
}
 .headerWrapper .navLeft .twitterBtn img, .headerWrapper .navLeft .discordBtn img {
	 width: 12px;
}
 .headerWrapper .navLeft .twitterBtn:hover, .headerWrapper .navLeft .discordBtn:hover {
	 opacity: 1;
}
 .headerWrapper .navLeft .discordBtn {
	 padding-top: 2px;
   max-height: 16px;
}
 .headerWrapper .navLeft .discordBtn img {
	 width: 10px;
}
 .headerWrapper .navLeft .gitHubBtn {
   margin-top: 8px;
   opacity: .8;
   border-radius: 4px;
   color: #001934;
   border: solid 1px #d1d2d3;
   font-family: 'Poppins';
   font-size: 11px;
   font-weight: 600;
   display: flex;
   align-items: center;
   height: 20px;
   text-decoration: none;
}
 .headerWrapper .navLeft .gitHubBtn .gitHubStars {
   display: flex;
   align-items: center;
   padding-left: 4px;
   background-color: #f1f5f8;
   height: 20px;
 }
 .headerWrapper .navLeft .gitHubBtn .gitHubStars img {
   width: 12px;
 }
 .headerWrapper .navLeft .gitHubBtn .gitHubStars span {
   line-height: 8px;
   margin-top: 0px;
   padding-right: 4px;
   padding: 4px;
 }
 .headerWrapper .navLeft .gitHubBtn .gitHubCount {
   border-left: 1px solid #d1d2d3;
   height: 12px;
   padding: 4px;
   line-height: 8px;
   display: flex;
   margin-top: 0px;
   align-items: center;
   background-color: #fff;
 }
 .headerWrapper .navLeft .gitHubBtn:hover {
   opacity: 1;
 }
.headerWrapper .navBlueBG .navBarUL {
  padding-left: 0;
  margin: 2px 0 0;
}
 .headerWrapper .navBlueBG .navBarUL li, .headerWrapper .navWhiteBG .navBarUL li {
   font-size: 16px;
	 list-style-type: none;
	 display: inline-block;
	 padding: 10px 6px;
	 font-weight: 600;
   margin: 0 0;
   letter-spacing: -.48px;
}
.headerWrapper .navBlueBG .navBarUL li, .versionTxt {
  color: #1CD3C6;
}
.versionTxt {
  font-size: 13px;
  vertical-align: top;
}
.versionTxt select {
  border-radius: 8px;
  background-color: rgba(255, 255, 255, .24);
  margin-right: 12px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  border: 1px solid #ddd;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 48px;
  padding: 0 4px;
  height: 22px;
  z-index: 1;
}
.versionTxt:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #fff;
  position: absolute;
  right: 20px;
  top: 10px;
  z-index: -1;
}
.versionTxt select:focus {
  outline: none;
}
.versionTxt select::-moz-focus-inner, .versionTxt select option::-moz-focus-inner {
  border: 0;
}
 .headerWrapper .navBlueBG .navBarUL li a:hover, .headerWrapper .navWhiteBG .navBarUL li a:hover {
	 text-decoration: none;
}
 .headerWrapper .navBlueBG .navBarUL li:last-child, .headerWrapper .navWhiteBG .navBarUL li:last-child {
	 padding: 0 0;
	 margin-left: 0px;
}
 .headerWrapper .navBlueBG .navBarUL li a {
	 color: rgba(255, 255, 255, .6);
   text-decoration: none;
}
 .headerWrapper .navBlueBG .navBarUL li a:hover {
	 color: rgba(255, 255, 255, 1);
}
 .headerWrapper .navBlueBG .navBarUL .navListActive a {
	 color: #fff;
	 border-bottom: 2px solid #fff;
}
 .headerWrapper .navWhiteBG .navBarUL li a {
	 color: #6e6e6e;
}
 .headerWrapper .navWhiteBG .navBarUL li a:hover {
	 color: #505050;
}
 .headerWrapper .navWhiteBG .navBarUL .navListActive a {
	 color: #505050;
	 border-bottom: 2px solid #505050;
}
 @media (min-width: 768px) and (max-width: 1200px) {
   .versionTxt select {
     margin-right: 0;
     margin-left: 8px;
   }
	 .headerSticky {
		 position: static;
	}
	 .headerWrapper {
		 position: relative;
		 display: block;
     z-index: 10;
  }
  .headerWrapper .navLeft {
    padding-top: 5px;
  }
	 .headerWrapper .topnav .visibleMobile .navBarULMobile {
		 padding: 10px 15px;
		 background-color: #001934;
		 border-bottom: 1px solid rgba(255, 255, 255, .6);
     margin-top: 0;
     position: relative;
     bottom: 1px;
	}
	 .headerWrapper .topnav .visibleMobile .navBarULMobile li {
		 list-style-type: none;
		 font-weight: 600;
		 text-transform: uppercase;
		 padding: 10px 0;
     margin: 0 0;
	}
	 .headerWrapper .topnav .visibleMobile .navBarULMobile li a {
		 color: rgba(255, 255, 255, .6);
     text-decoration: none;
	}
	 .headerWrapper .topnav .visibleMobile .navBarULMobile li a:hover {
		 color: rgba(255, 255, 255, 1);
		 text-decoration: none;
	}
	 .navBarToggle {
		 display: block;
	}
	 .topnav.responsive .visibleMobile {
		 display: block;
	}
	 .navBarUL {
		 display: none;
	}
}
 @media (max-width: 767px) {
  .versionTxt select {
    margin-right: 0;
    margin-left: 8px;
  }
  .headerSticky {
    position: static;
  }
  .headerWrapper {
    display: block;
    z-index: 10;
  }
  .headerWrapper .navLeft {
    padding-top: 5px;
  }
  .headerWrapper .navLeft .brand {
    margin-right: 16px;
  }
	.headerWrapper .topnav .visibleMobile .navBarULMobile {
		 padding: 10px 15px;
		 background-color: #001934;
     border-bottom: 1px solid rgba(255, 255, 255, .6);
     position: relative;
     bottom: 11px;
	}
	 .headerWrapper .topnav .visibleMobile .navBarULMobile li {
		 list-style-type: none;
		 font-weight: 600;
		 text-transform: uppercase;
		 padding: 10px 0;
	}
	 .headerWrapper .topnav .visibleMobile .navBarULMobile li a {
		 color: rgba(255, 255, 255, .6);
     text-decoration: none;
	}
	 .headerWrapper .topnav .visibleMobile .navBarULMobile li a:hover {
		 color: rgba(255, 255, 255, 1);
		 text-decoration: none;
	}
	 .navBarToggle {
		 display: block;
		 right: 0px;
	}
	 .topnav.responsive .visibleMobile {
		 display: block;
	}
	 .navBarUL {
		 display: none;
	}
}
 @media (max-width: 359px) {
	 .headerWrapper .navLeft .gitHubBtn {
		 display: none;
	}
}
 @media (max-width: 320px) {
	 .headerWrapper .navLeft .brand {
		 margin-right: 16px;
	}
}
.navContainerWrapper {
    width: calc(100% - 30px);
    padding: 0 15px !important;
}

.tabbarContainerWrapper {
  display: flex;
  justify-content: center;
}

.tabbarContainerWrapper a {
  display: inline-block;
  font-size: 16px !important;
  font-weight: 600;
  padding: 16px 4px;
  text-decoration: none;
}

.tabbarContainerWrapper a:not(:first-child) {
  margin-left: 2em;
}

.tabbarContainerWrapper a span {
  color: rgba(255, 255, 255, .6);
  cursor: pointer;
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
}

.tabbarContainerWrapper a:hover span {
  color: rgba(255, 255, 255, 1);
}

.tabbarContainerWrapper .tabbarTabActive span {
  color: rgba(255, 255, 255, 1) !important;
  border-bottom: 2px solid white !important;
}
