redoc[spec-url] .menu-content {
  background-color: #e5e5e5;
}

redoc[spec-url] .http-verb {
  border-radius: 5px;
}

redoc[spec-url] img {
  margin: 20px 0 20px 0;
}

redoc[spec-url] .tab-error {
  font-size: 16px;
  font-weight: bold;
}

redoc[spec-url] .tab-success {
  font-size: 16px;
  font-weight: bold;
}

redoc[spec-url] .react-tabs__tab {
  font-size: 16px;
  font-weight: bold;
}

redoc[spec-url] .menu-content .active {
  background-color: #23272f;
}

redoc[spec-url] .menu-content .active svg {
  filter: invert(100%) sepia(0%) saturate(7491%) hue-rotate(310deg)
    brightness(110%) contrast(93%);
}

redoc[spec-url]
  .menu-content
  .active
  span:not(.post):not(.get):not(.put):not(.delete):not(.patch):not(.hook) {
  color: #ffffff !important;
  font-weight: 800;
  font-size: 16px;
}

redoc[spec-url] .menu-content .-depth1 {
  color: #23272f;
  font-weight: 800;
  font-size: 16px;
}

redoc[spec-url] .menu-content .-depth2 .active span {
  color: #fff !important;
  background-color: #23272f;
  font-weight: 400 !important;
  font-size: 16px !important;
}

redoc[spec-url] .menu-content .-depth2 {
  color: #23272f;
  font-weight: 400;
  font-size: 16px;
}

redoc[spec-url] .tag {
  color: #2df;
}

redoc[spec-url] h1 {
  font-size: 28px;
  line-height: 133%;
  font-weight: 600;
  color: #001233;
}

redoc[spec-url] .api-info h1 {
  font-weight: 900 !important;
}

redoc[spec-url] .api-info a {
  border-radius: 4px;
  color: #23272f;
  border-color: #23272f;
  text-decoration: none;
}

.loading-container {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

redoc[spec-url] .etvlvq {
  margin-left: 5px;
}

.loading-image {
  margin-top: 40px;
}

div[role="search"] {
  display: none;
}

div[id^="tag"] {
  padding-top: 0px !important;
}

div[id="my-loader"] {
  margin-top: 1000px;
}

.redoc-wrap {
  background-color: #fff;
}

div[id^="tag"] h1 {
  margin-bottom: 0px !important;
}

div[id^="section"],
div[id^="tag"],
div[id^="/paths"],
div[id^="operation"] {
  padding: 5px 0;
}

.bSxKxg:not(:last-of-type)::after {
  border-bottom: 1px solid #009dff !important;
  width: 94.9% !important;
  left: 2.55% !important;
}

redoc[spec-url] h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 21.28px;
  color: #6c7380;
}

redoc[spec-url] a {
  font-size: 16px;
  font-weight: 400;
  line-height: 21.28px;
  color: #009dff;
  text-decoration: underline;
}

redoc[spec-url] * {
  font-family: "Nunito";
}

redoc[spec-url] code {
  padding: 5px 5px 0 5px;
  color: rgb(0, 157, 255);
  font-weight: 700;
}

redoc[spec-url] p {
  font-size: 16px;
  font-weight: 400;
  line-height: 21.28px;
  color: #23272f;
}

body {
  margin: 0;
  padding: 0;
}
