@font-face {
  font-family: ars-maquette-pro;
  font-style: normal;
  font-weight: 400;
  src: url("/source/2a74becc708fe39c6c4b69ca4ce2a87f") format("woff2");
}

@font-face {
  font-family: ars-maquette-pro;
  font-style: normal;
  font-weight: 500;
  src: url("/source/4695b713de65b6a1aeca81fefa789c53") format("woff2");
}

@font-face {
  font-family: ars-maquette-pro;
  font-style: normal;
  font-weight: 700;
  src: url("/source/6cc5eba4400219a250397c3868942c1d") format("woff2");
}

html,
body {
  padding: 0;
  margin: 0;
  font-size: 18px;
}

body {
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: black !important;
}

h4,
h5,
h6 {
  margin: 0 !important;
}

h1 {
  font-size: 22px !important;
  margin-bottom: 0 0 5px 0 !important;
}

h2 {
  margin: 0 0 5px 0 !important;
}

h3 {
  margin: 30px 0 10px 0 !important;
}

p {
  margin: 0 0 10px 0 !important;
}

p + ul,
p + ol {
  margin-top: -10px !important;
}

a {
  color: -webkit-link !important;
}

a[href*="redoc"] {
  display: none !important;
}

/* operation definition, ie HTTP verb, path &c. */
h2 + div > button {
  border: none !important;
  background-color: aliceblue !important;
}

/* h2 + div > button > svg {
  display: none;
} */

h1 + small + div > div > div > span {
  display: none;
}

#by-translated {
  display: block;
  margin-top: -20px;
  margin-bottom: 10px;
}

@media screen and (max-width: 800px) {
  #env-switch {
    display: none !important;
  }
}

#env-switch {
  z-index: 9;
  position: fixed;
  top: 10px;
  right: 10px;
  display: grid;
  grid-auto-flow: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  justify-items: center;
}

#env-switch > button {
  padding: 5px 10px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  outline: none;
  margin: 0px 5px 5px;
  border: 1px solid rgb(204, 204, 204);
  border-radius: 5px;
  min-width: 60px;
  font-size: 0.9em;
  font-weight: bold;
}

#env-switch > button:not(.selected) {
  color: rgb(204, 204, 204);
  background-color: rgb(10, 12, 20);
}

#env-switch > button.selected {
  color: rgb(51, 51, 51);
  background-color: rgb(255, 255, 255);
}

:not(pre) > code:not([class]) {
  color: rgb(42, 47, 69) !important;
  background: rgb(248, 250, 252) !important;
  border: 1px solid rgba(235, 237, 239) !important;
}

hr {
  margin-top: 35px;
  margin-bottom: 35px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.2);
  border: 0;
}

/* hide request buttons */
/* h2 + div > button {
  display: none !important;
} */

/* hide "Responses" copy */
/* div > h3:first-child {
  display: none !important;
} */

/* hide response buttons */
/* h3 + div > button {
  display: none !important;
} */

/* and remove padding around response schema */
h3 + div > button + div {
  padding: 0 !important;
}

div[id*="section"] {
  margin-bottom: 5px;
}

div[id*="operation"] {
  margin-bottom: 25px;
}

div[id*="tag"] {
  margin-bottom: 25px;
}

.api-info h1 {
  font-weight: bold;
}

/* smaller and more compact sidebar navigation */
.menu-content {
  width: 270px !important;
}

.menu-content > li[data-item-id] label {
  padding: 8px 20px !important;
}

/* hide stuff if inside iframe! */
body.iframed #redoc > div > div > div:first-child {
  display: none;
}

body.iframed div[role="search"] {
  margin-top: 90px;
}

ul[role="navigation"] span {
  font-size: 14px;
  line-height: 21px;
}

ul[role="navigation"] span[type] {
  font-size: 11px;
  height: min-content;
}

[data-x-private] {
  display: none;
}

table {
  max-width: 100%;
  table-layout: fixed;
  width: 100%;
}

[id="section/Authentication/apiKeyAuth"] {
  display: none;
}
