body {
  margin: 0;
  padding-top: 56px;
}

.navbar-logo {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentColor;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-size: 1.5rem;
}

#redoc-container {
  height: calc(100vh - 56px);
}

#redoc-container .menu-content .scrollbar-container a[target=_blank][href*="https://redocly.com/redoc"]
{
  display: none;
}

ul > li.react-tabs__tab--selected {
  background: inherit !important;
}

pre code {
  border: none !important;
}

code,
.token {
  color: #333 !important;
  font-family: Menlo, Monaco, "Courier New", monospace;
  font-size: 14px;
  line-height: 1.6;
}

.token.comment {
  color: #65737e !important;
}

.token.keyword {
  color: #d73a49 !important;
}

.token.string {
  color: #032f62 !important;
}

.token.number {
  color: #005cc5 !important;
}

.token.punctuation {
  color: #999 !important;
}

.token.operator {
  color: #d73a49 !important;
}

.token.function {
  color: #6f42c1 !important;
}

.token.variable {
  color: #e36209 !important;
}

.token.boolean {
  color: #005cc5 !important;
}

.token.property {
  color: #24292e !important;
}

.token.tag {
  color: #d73a49 !important;
}
