main .md-content > article:not(#openapi) {
  display: none;
}

#openapi {
  position: relative;
  background: white;
}
#openapi .md-typeset h1,
#openapi .md-content__button,
#openapi .md-footer {
  display: none;
}
#openapi .md-main__inner {
  max-width: 100%;
  margin: 0;
}
#openapi .redoc-wrap {
  background: white;
}
#openapi .redoc-wrap > div:last-of-type {
  background: none !important;
}
#openapi .redoc-wrap .sc-iGgWBj.sc-gsFSXq.lbpUdJ.bOFhJE {
  padding: 20px;
  border-radius: 20px;
}
#openapi .redoc-wrap .sc-ikkxIA.daqcVd {
  margin: 0 12px;
  padding: 0px;
  padding-left: 24px;
}
#openapi .redoc-wrap tr:first-of-type > .sc-dLMFU,
#openapi .redoc-wrap tr.last > .sc-dLMFU,
#openapi .redoc-wrap .bvNJXm {
  background: none;
  border: none;
}
#openapi .redoc-wrap .sc-gFqAkR {
  visibility: hidden;
  display: none;
}
#openapi .redoc-wrap .property-name {
  font-weight: bold;
  font-size: 15px;
}
#openapi .redoc-wrap .examples code {
  font-family: monospace;
  font-size: 13px !important;
  background: none !important;
  color: white !important;
}
#openapi .redoc-wrap .examples code .token.punctuation {
  opacity: 1 !important;
}
#openapi .redoc-wrap .examples .tabs {
  background: white;
  margin: -20px;
  margin-bottom: 22px;
  overflow: hidden;
  display: flex;
  padding: 0;
  border: none;
  list-style-type: none;
  user-select: none;
}
#openapi .redoc-wrap .examples .tabs li {
  color: #2d2e83;
  background: white;
  border-top: 4px solid transparent;
  opacity: 0.6;
  cursor: pointer;
}
#openapi .redoc-wrap .examples .tabs li:hover {
  opacity: 1;
}
#openapi .redoc-wrap .examples .tabs li.active {
  opacity: 1;
  border-top: 4px solid #12005e;
  background: #e2e2e9;
  color: #12005e;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#openapi .redoc-wrap .examples .tabs li {
  font-weight: bold;
  margin: 0;
  padding: 6px 16px;
}
#openapi .redoc-wrap .examples .jhTHfM,
#openapi .redoc-wrap .examples h3 {
  color: #12005e;
  font-weight: bold;
  font-size: 14px;
}
#openapi .redoc-wrap .examples.mode-try-it .response-samples,
#openapi .redoc-wrap .examples.mode-try-it .request-samples {
  display: none;
}
#openapi .redoc-wrap .examples:not(.mode-try-it) .try-it-wrapper {
  display: none;
}
#openapi .redoc-wrap .examples .try-it-wrapper button {
  background: #5d4ff2;
  color: white;
  height: 36px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  border-radius: 8px;
  padding: 0px 16px;
  float: right;
  cursor: pointer;
  transition: background 600ms;
  margin: 8px 0px;
}
#openapi .redoc-wrap .examples .try-it-wrapper button:hover {
  background: #3b00bd;
}
#openapi .redoc-wrap .examples .try-it-wrapper button:active {
  background: #140050;
}
#openapi .redoc-wrap .examples .try-it-wrapper button:disabled {
  opacity: 0.4;
}
#openapi .redoc-wrap .examples .try-it-wrapper input {
  padding: 4px;
  font-size: 15px;
  border: 1px solid #12005e;
  border-radius: 4px;
  margin: 2px 12px;
}
#openapi .redoc-wrap .examples .try-it-wrapper label {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  min-width: 85px;
  color: #11171a;
}
#openapi .redoc-wrap .examples .try-it-wrapper .ui-spinner {
  position: relative !important;
  left: 50%;
  top: 24px;
}
#openapi .redoc-wrap .examples .try-it-wrapper .results pre,
#openapi .redoc-wrap .examples .try-it-wrapper .results .output,
#openapi .redoc-wrap .examples .try-it-wrapper > code.curl {
  background: #11171a !important;
  padding: 14px;
  position: static;
  min-width: 100%;
  width: 100%;
  display: block;
  border-radius: 8px;
  color: white;
  font-family: monospace;
  font-size: 11px;
  max-height: 40vh;
  overflow: auto;
}
#openapi .redoc-wrap .examples .try-it-wrapper .results pre.error,
#openapi .redoc-wrap .examples .try-it-wrapper .results .output.error,
#openapi .redoc-wrap .examples .try-it-wrapper > code.curl.error {
  background: red !important;
}
#openapi .redoc-wrap .examples .try-it-wrapper .code-examples {
  margin-top: 12px;
}
#openapi .redoc-wrap .examples .try-it-wrapper .code-examples > ul {
  display: flex;
  padding: 0;
  list-style-type: none;
  margin: 0;
}
#openapi .redoc-wrap .examples .try-it-wrapper .code-examples > ul > li {
  cursor: pointer;
  padding: 2px 12px;
  border-top: 4px solid transparent;
  margin: 0px;
  background: transparent;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-weight: bold;
  color: #8182b5;
  transition: all 90ms ease-in-out;
}
#openapi .redoc-wrap .examples .try-it-wrapper .code-examples > ul > li:hover {
  color: #12005e;
}
#openapi .redoc-wrap .examples .try-it-wrapper .code-examples > ul > li.selected {
  border-top-color: #5d4ff2;
  background: #11171a;
  color: white;
}
#openapi .redoc-wrap .examples .try-it-wrapper .code-examples > div > pre:not(.selected) {
  display: none;
}
#openapi .redoc-wrap .examples .try-it-wrapper .code-examples > div > pre {
  background: #11171a !important;
  padding: 14px;
  position: static;
  min-width: 100%;
  width: 100%;
  display: block;
  border-radius: 8px;
  color: white;
  font-family: monospace;
  font-size: 11px;
  max-height: 40vh;
  overflow: auto;
  border-top-left-radius: 0px;
  margin: 0;
  white-space: break-spaces;
}
#openapi .redoc-wrap .region-picker {
  padding: 16px 29px;
}
#openapi h2::after {
  border-bottom: 2px solid #2d2e83 !important;
}

.ui-spinner {
  width: 38px;
  height: 38px;
  border: 5px solid rgba(216, 216, 233, 0.1333333333);
  border-bottom-color: #5d4ff2;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: spinner-rotate 1s linear infinite;
  margin: 12px;
  margin-left: -19px;
  margin-right: auto;
  position: absolute;
  left: 50%;
  top: 40vh;
}

@keyframes spinner-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1turn);
  }
}
main > .md-grid {
  max-width: 100vw;
}
main .md-sidebar {
  display: none !important;
}
main .gdNLsg {
  position: initial;
}
main .kJndnU {
  position: absolute;
}
main .kNjBFu:last-child {
  min-height: initial;
}
main .menu-content {
  top: 70px !important;
  border-radius: 20px;
  width: 353px;
  background: none;
}
main .menu-content label:not(.active) {
  background: none;
}
main .menu-content > .scrollbar-container > ul {
  margin: 0px;
}
main div[data-role="search:results"] {
  background: #F5F5FA;
  border-radius: 8px;
}
main div[role=search] {
  padding: 5px 31px;
}
main div[role=search] input {
  font-weight: normal;
  color: black;
  padding: 10px 27px;
  font-size: 110%;
  margin: 6px -19px;
}
main div[role=search] input::placeholder {
  font-weight: normal;
  color: black;
}
main div[role=search] svg {
  position: relative;
  top: 5px;
  width: 18px;
  left: 0;
}
main ul.sc-iHmpnF {
  font-size: 16px;
}
main span.sc-ehixzo.CHBVM {
  padding: 3px 6px;
  font-size: 10px;
  margin-right: 8px;
  height: 18px;
  width: 8ex;
}
main ul.sc-iHmpnF.bQdsWB {
  padding: 0;
  margin: 0;
  font-size: 10px;
  user-select: none;
}
main ul.sc-iHmpnF.bQdsWB > li > ul > li > ul {
  margin-bottom: 16px;
}
main ul.sc-iHmpnF.bQdsWB > li > ul > li > ul > li {
  padding: 0px;
  margin: 0px;
}
main ul.sc-iHmpnF.bQdsWB > li > ul > li > ul > li > label {
  padding: 9px;
  margin: 0px;
}
main ul.sc-iHmpnF.bQdsWB > li > ul > li > ul > li > label .sc-eyvILC {
  font-size: 13px;
  color: #21225F;
}
main label.-depth0 {
  padding: 0px 9px;
  margin: 8px;
}
main label.-depth0 span.sc-eyvILC.cyMuFj {
  font-size: 14px;
  font-weight: bold;
  color: #6D6E9C;
}
main label.-depth1 {
  display: flex;
  padding: 6px;
  margin: 0;
  padding-right: 16px;
  align-items: center;
  padding-left: 18px;
}
main label.-depth1 span.sc-eyvILC.cyMuFj {
  font-size: 14px;
  font-weight: normal;
  color: #21225F;
}
main label.-depth1.active span.sc-eyvILC.cyMuFj {
  font-weight: bold;
}
main .sc-kYxDKI.eoKbCJ {
  margin-left: 0px;
}
main ul.sc-iHmpnF.bKAJhU {
  display: none;
}
main h2.copjkU {
  color: #2d2e83;
  font-size: 20px;
  margin-top: 30px;
  font-weight: bold;
}
main .sc-dcJsrY.eVrqat .sc-kAyceB.XMnSL h2 {
  font-size: 28px;
  text-transform: uppercase;
}
main .sc-dcJsrY.eVrqat .sc-kAyceB.XMnSL h2:after {
  border: none;
}
main .sc-bpUBKd.-depth2 > .sc-eyvILC {
  font-size: 14px;
}
main .sc-bpUBKd.-depth2.active {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-right: 4px solid #2d2e83;
  background: #F5F5FA;
}
main .sc-bpUBKd.-depth1.active {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-right: 4px solid #2d2e83;
  background: #F5F5FA;
}
main .sc-bpUBKd.-depth1:hover {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background: rgba(245, 245, 250, 0.6666666667);
}
main .bOFhJE {
  background-color: #e2e2e9;
}
main .bOFhJE button.sc-iEXKAA {
  border-radius: 8px;
}
main .cJteCP > .react-tabs__tab-panel.react-tabs__tab-panel--selected {
  border-radius: 8px;
  border-top-left-radius: 0px;
}
main .cJteCP > ul {
  margin: 0px !important;
}
main .cJteCP > ul > li {
  padding: 5px 10px;
  display: inline-block;
  background-color: rgb(17, 23, 26);
  cursor: pointer;
  text-align: center;
  outline: none;
  color: rgb(204, 204, 204);
  min-width: 60px;
  font-size: 0.9em;
  font-weight: bold;
  border: none;
  border-top: 4px solid;
  margin: 0px !important;
  border-radius: 0;
}
main .cJteCP > ul > li:not([aria-selected=true]) {
  border-top-color: transparent;
  background: none;
}
main button.sc-gdyeKB p {
  margin: 0px;
}
main .sc-kzqdkY {
  clear: both;
}

select {
  padding: 6.5px 12px;
  margin: 0px 12px;
  display: inline-flex;
  align-items: center;
  width: 111px;
  cursor: pointer;
  background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat #f8f9fc;
  background-position: calc(100% - 10px) center !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  border: 1px solid #cbcfe1;
  line-height: 1.5;
  color: #21225f;
  border-radius: 8px;
}

.api-info > [data-role=redoc-description] {
  display: none;
}
.api-info > #sekoiaio-api-documentation {
  display: none;
}
.api-info h1:first-of-type > span {
  display: none;
}

/*# sourceMappingURL=openapi.css.map */
