.overrides {
  #api-info {
    display: none;
  }

  #api-title {
    display: none;
  }

  #auth .sub-title  {
    display: none;
  }

  #auth div:nth-child(2) {
    display: none !important;
  }

  #auth #auth-table {
    display: none;
  }
}

.api-docs {
  display: flex;
  justify-content: center;
  flex: 1 1 auto;
  height: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: auto;
  /* font-family: var(--font-family); */
  /* font-family: var(--font-family); */

}

.api-overview {
  max-width: 100%;
  padding: 0px 56px;
  width: 1200px;
}

.api-overview .section {
  display: flex;
  align-items: stretch;
}

.api-overview .section+.section {
  border-top: 1px solid var(--gray-200);
  margin-top: 40px;
  padding-top: 40px;
}

.content {
  display: block;
  color: var(--gray-800);
}

.content .content-title {
  margin-bottom: 16px;
  color: var(--gray-900);
}

p code {
  background: rgba(237, 238, 241, 0.5);
  border: 1px solid hsla(240, 9%, 71%, 0.2);
  border-radius: 4px;
  font-family: Monaco, 'Andale Mono', 'Roboto Mono', 'Consolas' monospace;
  font-size: 14px;
  font-weight: 700;
  margin: 0 2px;
  padding: 2px 6px;
}

.p-inline-message-text {
  font-family: "Open Sans", Avenir, "Segoe UI", Arial, sans-serif;
  font-weight: 500;
}

/* Code Sample CSS */
.code-sample+.code-sample {
  margin-top: 1em
}

.code-sample-body {
  position: relative
}

.code-sample-body .code-sample-pre {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  font-size: 13px;
  line-height: 20px;
  margin: 0;
  min-height: 44px;
  padding: 12px 16px
}

.code-sample-body.code-sample-body-large .code-sample-pre {
  font-size: 15px;
  line-height: 24px
}

.code-sample-body:only-child .code-sample-pre {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px
}

.syntax-highlighter {
  background: var(--sh-bg);
  color: rgba(var(--sh-fg),1);
  overflow-x: auto
}

.syntax-highlighter.dark {
  --sh-fg: 255,255,255;
  --sh-bg: var(--gray-900)
}

.syntax-highlighter.light {
  --sh-fg: 25,25,39;
  --sh-bg: var(--gray-50)
}

.syntax-highlighter>code {
  font-family: var(--monospace)
}

.syntax-highlighter>code>code {
  float: left;
  font-family: var(--monospace);
  padding-right: 16px
}

.syntax-highlighter .react-syntax-highlighter-line-number {
  color: var(--gray-600);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.comment {
  color: rgba(var(--sh-fg),.5)
}

.meta {
  color: rgba(var(--sh-fg),.6)
}

.built_in,.class .title {
  color: #e9950c
}

.doctag,.formula,.keyword,.literal {
  color: #2e95d3
}

.addition,.attribute,.meta-string,.regexp,.string {
  color: #00a67d
}

.attr,.number,.selector-attr,.selector-class,.selector-pseudo,.template-variable,.type,.variable {
  color: #df3079
}

.bullet,.link,.selector-id,.symbol,.title {
  color: #f22c3d
}