#redoc-container {
  a[href*="redocly.com"] {
    display: none;
  }
  .menu-content {
    background: #f0f0f0;
    [role="search"] {
      padding: 20px 0px 10px;
    }
    label {
      background-color: #f0f0f0;
      border-top: 1px solid #f0f0f0;
      border-bottom: 1px solid #f0f0f0;
      font-size: 14px;
      font-weight: 500;
      color: #151515;
    }
    label:hover {
      background-color: #f8f8f8;
      color: inherit;
    }
    label[class*="active"] {
      background-color: #fff;
      color: #1677ff;
      border-color: #eaeaea;
      border-right: 1px solid #fff;
    }
  }
  pre {
    background-color: #303336;
    code[class*="language-"] {
      text-shadow: none;
    }
    .punctuation {
      color: rgb(252, 253, 254);
    }
    .token.property {
      color: rgb(252, 253, 254);
      opacity: 0.85;
    }
    .token.operator{
      color: rgb(252, 253, 254);
    }
    .token.string {
      color: rgb(230, 85, 13);
    }
  }

  .redoc-wrap {
    .api-content {
      color: #151515;
      [data-section-id^="tag/"][data-section-id*="/paths/"] > div > div:last-child {
        background: #303336;
      }
      h1 {
        font-weight: 600;
      }
      h2 {
        font-size: 22px;
        font-weight: 600;
      }
    }
  }
  .redoc-wrap > div:last-child {
    background: #303336;
  }
  .redoc-json {
    code {
      .token.property.string {
        color: rgb(252, 253, 254);
        opacity: 0.85;
      }
      .token.string {
        color: rgb(230, 85, 13);
      }
      .token.boolean {
        color: rgb(117, 107, 177);
      }
    }
  }
}