.api-reference-page .navbar-site {
  margin-bottom: 0px;
}

.redoc-wrap .redoc-markdown p {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.7;
  font-weight: 400;
  font-size: 14px;
}

.redoc-wrap .redoc-markdown li {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.7;
    font-weight: 400;
    font-size: 14px;
}

.redoc-wrap .menu-content img {
  padding-bottom: 40px;
  padding-top: 40px;
  padding-right: 20px;
  padding-left: 20px;
}

.redoc-wrap .menu-content label span {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.7;
  font-size: 15px;
}

.redoc-wrap .menu-content label.-depth2 span {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.7;
  font-size: 15px;
}

.redoc-wrap .operation-type {
  display: none;
}

.redoc-wrap h1,
.redoc-wrap h2,
.redoc-wrap h3,
.redoc-wrap h4,
.redoc-wrap h5,
.redoc-wrap h6 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif !important;
  line-height: 1.7;
  font-weight: 600;
}

.redoc-wrap h5::first-letter {
  text-transform: uppercase;
}

.redoc-wrap h5 {
  text-transform: lowercase;
}

.redoc-wrap h1:first-child {
  margin-top: 0px;
}
.redoc-wrap .api-content > div:nth-child(1) {
  display: none;
}

.redoc-wrap .api-content > div:nth-child(2) {
  padding-top: 20px;
}

.redoc-wrap pre {
  background-color: #012a2f !important;
  color: #fff !important;
}

.redoc-wrap .redoc-markdown a,
.redoc-wrap .notice a {
  color: #1f73b7 !important;
}

.redoc-wrap .redoc-markdown a:hover,
.redoc-wrap .notice a:hover {
  color: #144a75 !important;
  text-decoration: underline !important;
}
.redoc-wrap .redoc-markdown a:focus,
.redoc-wrap .notice a:focus,
.redoc-wrap .redoc-markdown a:active,
.redoc-wrap .notice a:active {
  color: #0f3554 !important;
  text-decoration: underline !important;
}

.redoc-wrap [role="search"] {
  background-color: #fcfdfd;
  border: 1px solid #bdcbcc;
  margin: 0px 20px 10px 20px;
}

.redoc-wrap [role="search"] .search-icon {
  margin-left: 20px;
  font-weight: 200;
}
.redoc-wrap [role="search"] input {
  border-bottom: none;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  line-height: normal;
  font-weight: 200;
}
.redoc-wrap [data-role="search:results"] {
  overflow-y: auto !important;
  min-width: 150px;
  max-height: 250px;
}

.redoc-wrap .notice {
  background: #f3f0ee;
  font-size: 14px;
  font-weight: 400;
  text-shadow: none;
  border: none;
  padding: 0.8em 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
}

.redoc-wrap table {
  margin-bottom: 1em;
  overflow: auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
}
.redoc-wrap table th,
.redoc-wrap table td {
  text-align: left;
  vertical-align: top;
  line-height: 1.6;
  border-bottom: none;
}
.redoc-wrap table th {
  padding: 5px 10px;
  border-bottom: 1px solid #e4e8eb;
  vertical-align: bottom;
}
.redoc-wrap table td {
  padding: 10px;
  background-image: none;
}
.redoc-wrap table td span::before {
  display: none;
}
.redoc-wrap table td span::after {
  display: none;
}
.redoc-wrap table tr:last-child {
  border-bottom: 1px solid #e4e8eb;
}
.redoc-wrap table tr:nth-child(odd) > td {
  background-color: #ffffff;
}
.redoc-wrap table tr:nth-child(even) > td {
  background-color: #fafafa;
}
.redoc-wrap dt {
  font-weight: bold;
}
.redoc-wrap dd {
  margin-left: 15px;
}
.redoc-wrap .menu-content {
  contain: none;
}
label.-depth2 {
  padding-left: 30px !important;
}

.redoc-wrap .redoc-json span.property {
  color: #00a656 !important;
}

.tab-success {
  color: rgba(29, 129, 39, 1) !important;
}

.tab-error {
  color: rgb(230, 68, 65) !important;
}

@media (max-width: 75rem) {
  .redoc-wrap .api-content [id^="operation"] > div > div:nth-child(2) {
    padding-bottom: 100px;
  }
}
