.item.svelte-u114qp {
    cursor: default;
    height: var(--height, 42px);
    line-height: var(--height, 42px);
    padding: var(--itemPadding, 0 20px);
    color: var(--itemColor, inherit);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.groupHeader.svelte-u114qp {
    text-transform: var(--groupTitleTextTransform, uppercase);
}
.groupItem.svelte-u114qp {
    padding-left: var(--groupItemPaddingLeft, 40px);
}
.item.svelte-u114qp:active {
    background: var(--itemActiveBackground, #b9daff);
}
.item.active.svelte-u114qp {
    background: var(--itemIsActiveBG, #007aff);
    color: var(--itemIsActiveColor, #fff);
}
.item.first.svelte-u114qp {
    border-radius: var(--itemFirstBorderRadius, 4px 4px 0 0);
}
.item.hover.svelte-u114qp:not(.active) {
    background: var(--itemHoverBG, #e7f2ff);
}
.listContainer.svelte-1rmpqnb {
    box-shadow: var(--listShadow, 0 2px 3px 0 rgba(44, 62, 80, 0.24));
    border-radius: var(--listBorderRadius, 4px);
    max-height: var(--listMaxHeight, 250px);
    overflow-y: auto;
    background: var(--listBackground, #fff);
}
.virtualList.svelte-1rmpqnb {
    height: var(--virtualListHeight, 200px);
}
.listGroupTitle.svelte-1rmpqnb {
    color: var(--groupTitleColor, #8f8f8f);
    cursor: default;
    font-size: var(--groupTitleFontSize, 12px);
    font-weight: var(--groupTitleFontWeight, 600);
    height: var(--height, 42px);
    line-height: var(--height, 42px);
    padding: var(--groupTitlePadding, 0 20px);
    text-overflow: ellipsis;
    overflow-x: hidden;
    white-space: nowrap;
    text-transform: var(--groupTitleTextTransform, uppercase);
}
.empty.svelte-1rmpqnb {
    text-align: var(--listEmptyTextAlign, center);
    padding: var(--listEmptyPadding, 20px 0);
    color: var(--listEmptyColor, #78848f);
}
.multiSelectItem.svelte-1k6n0vy.svelte-1k6n0vy {
    background: var(--multiItemBG, #ebedef);
    margin: var(--multiItemMargin, 5px 5px 0 0);
    border-radius: var(--multiItemBorderRadius, 16px);
    height: var(--multiItemHeight, 32px);
    line-height: var(--multiItemHeight, 32px);
    display: flex;
    cursor: default;
    padding: var(--multiItemPadding, 0 10px 0 15px);
    max-width: 100%;
}
.multiSelectItem_label.svelte-1k6n0vy.svelte-1k6n0vy {
    margin: var(--multiLabelMargin, 0 5px 0 0);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.multiSelectItem.svelte-1k6n0vy.svelte-1k6n0vy:hover,
.multiSelectItem.active.svelte-1k6n0vy.svelte-1k6n0vy {
    background-color: var(--multiItemActiveBG, #006fff);
    color: var(--multiItemActiveColor, #fff);
}
.multiSelectItem.disabled.svelte-1k6n0vy.svelte-1k6n0vy:hover {
    background: var(--multiItemDisabledHoverBg, #ebedef);
    color: var(--multiItemDisabledHoverColor, #c1c6cc);
}
.multiSelectItem_clear.svelte-1k6n0vy.svelte-1k6n0vy {
    border-radius: var(--multiClearRadius, 50%);
    background: var(--multiClearBG, #52616f);
    min-width: var(--multiClearWidth, 16px);
    max-width: var(--multiClearWidth, 16px);
    height: var(--multiClearHeight, 16px);
    position: relative;
    top: var(--multiClearTop, 8px);
    text-align: var(--multiClearTextAlign, center);
    padding: var(--multiClearPadding, 1px);
}
.multiSelectItem_clear.svelte-1k6n0vy.svelte-1k6n0vy:hover,
.active.svelte-1k6n0vy .multiSelectItem_clear.svelte-1k6n0vy {
    background: var(--multiClearHoverBG, #fff);
}
.multiSelectItem_clear.svelte-1k6n0vy:hover svg.svelte-1k6n0vy,
.active.svelte-1k6n0vy .multiSelectItem_clear svg.svelte-1k6n0vy {
    fill: var(--multiClearHoverFill, #006fff);
}
.multiSelectItem_clear.svelte-1k6n0vy svg.svelte-1k6n0vy {
    fill: var(--multiClearFill, #ebedef);
    vertical-align: top;
}
.selectContainer.svelte-l63srs.svelte-l63srs {
    --padding: 0 16px;
    border: var(--border, 1px solid #d8dbdf);
    border-radius: var(--borderRadius, 3px);
    height: var(--height, 42px);
    position: relative;
    display: flex;
    align-items: center;
    padding: var(--padding);
    background: var(--background, #fff);
}
.selectContainer.svelte-l63srs input.svelte-l63srs {
    cursor: default;
    border: none;
    color: var(--inputColor, #3f4f5f);
    height: var(--height, 42px);
    line-height: var(--height, 42px);
    padding: var(--inputPadding, var(--padding));
    width: 100%;
    background: transparent;
    font-size: var(--inputFontSize, 14px);
    letter-spacing: var(--inputLetterSpacing, -0.08px);
    position: absolute;
    left: var(--inputLeft, 0);
}
.selectContainer.svelte-l63srs input.svelte-l63srs::placeholder {
    color: var(--placeholderColor, #78848f);
    opacity: var(--placeholderOpacity, 1);
}
.selectContainer.svelte-l63srs input.svelte-l63srs:focus {
    outline: none;
}
.selectContainer.svelte-l63srs.svelte-l63srs:hover {
    border-color: var(--borderHoverColor, #b2b8bf);
}
.selectContainer.focused.svelte-l63srs.svelte-l63srs {
    border-color: var(--borderFocusColor, #006fe8);
}
.selectContainer.disabled.svelte-l63srs.svelte-l63srs {
    background: var(--disabledBackground, #ebedef);
    border-color: var(--disabledBorderColor, #ebedef);
    color: var(--disabledColor, #c1c6cc);
}
.selectContainer.disabled.svelte-l63srs input.svelte-l63srs::placeholder {
    color: var(--disabledPlaceholderColor, #c1c6cc);
    opacity: var(--disabledPlaceholderOpacity, 1);
}
.selectedItem.svelte-l63srs.svelte-l63srs {
    line-height: var(--height, 42px);
    height: var(--height, 42px);
    overflow-x: hidden;
    padding: var(--selectedItemPadding, 0 20px 0 0);
}
.selectedItem.svelte-l63srs.svelte-l63srs:focus {
    outline: none;
}
.clearSelect.svelte-l63srs.svelte-l63srs {
    position: absolute;
    right: var(--clearSelectRight, 10px);
    top: var(--clearSelectTop, 11px);
    bottom: var(--clearSelectBottom, 11px);
    width: var(--clearSelectWidth, 20px);
    color: var(--clearSelectColor, #c5cacf);
    flex: none !important;
}
.clearSelect.svelte-l63srs.svelte-l63srs:hover {
    color: var(--clearSelectHoverColor, #2c3e50);
}
.selectContainer.focused.svelte-l63srs .clearSelect.svelte-l63srs {
    color: var(--clearSelectFocusColor, #3f4f5f);
}
.indicator.svelte-l63srs.svelte-l63srs {
    position: absolute;
    right: var(--indicatorRight, 10px);
    top: var(--indicatorTop, 11px);
    width: var(--indicatorWidth, 20px);
    height: var(--indicatorHeight, 20px);
    color: var(--indicatorColor, #c5cacf);
}
.indicator.svelte-l63srs svg.svelte-l63srs {
    display: inline-block;
    fill: var(--indicatorFill, currentcolor);
    line-height: 1;
    stroke: var(--indicatorStroke, currentcolor);
    stroke-width: 0;
}
.spinner.svelte-l63srs.svelte-l63srs {
    position: absolute;
    right: var(--spinnerRight, 10px);
    top: var(--spinnerLeft, 11px);
    width: var(--spinnerWidth, 20px);
    height: var(--spinnerHeight, 20px);
    color: var(--spinnerColor, #51ce6c);
    animation: svelte-l63srs-rotate 0.75s linear infinite;
}
.spinner_icon.svelte-l63srs.svelte-l63srs {
    display: block;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: none;
}
.spinner_path.svelte-l63srs.svelte-l63srs {
    stroke-dasharray: 90;
    stroke-linecap: round;
}
.multiSelect.svelte-l63srs.svelte-l63srs {
    display: flex;
    padding: var(--multiSelectPadding, 0 35px 0 16px);
    height: auto;
    flex-wrap: wrap;
    align-items: stretch;
}
.multiSelect.svelte-l63srs > .svelte-l63srs {
    flex: 1 1 50px;
}
.selectContainer.multiSelect.svelte-l63srs input.svelte-l63srs {
    padding: var(--multiSelectInputPadding, 0);
    position: relative;
    margin: var(--multiSelectInputMargin, 0);
}
.hasError.svelte-l63srs.svelte-l63srs {
    border: var(--errorBorder, 1px solid #ff2d55);
    background: var(--errorBackground, #fff);
}
@keyframes svelte-l63srs-rotate {
    100% {
        transform: rotate(360deg);
    }
}
.selection.svelte-17yna57 {
    text-overflow: ellipsis;
    overflow-x: hidden;
    white-space: nowrap;
}
svelte-virtual-list-viewport.svelte-8nn5yg {
    position: relative;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: block;
}
svelte-virtual-list-contents.svelte-8nn5yg,
svelte-virtual-list-row.svelte-8nn5yg {
    display: block;
}
svelte-virtual-list-row.svelte-8nn5yg {
    overflow: hidden;
}
.hljs {
    display: block;
    overflow-x: auto;
    padding: 0.5em;
    background: #272822;
    color: #ddd;
}
.hljs-tag,
.hljs-keyword,
.hljs-selector-tag,
.hljs-literal,
.hljs-strong,
.hljs-name {
    color: #f92672;
}
.hljs-code {
    color: #66d9ef;
}
.hljs-class .hljs-title {
    color: white;
}
.hljs-attribute,
.hljs-symbol,
.hljs-regexp,
.hljs-link {
    color: #bf79db;
}
.hljs-string,
.hljs-bullet,
.hljs-subst,
.hljs-title,
.hljs-section,
.hljs-emphasis,
.hljs-type,
.hljs-built_in,
.hljs-builtin-name,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-addition,
.hljs-variable,
.hljs-template-tag,
.hljs-template-variable {
    color: #a6e22e;
}
.hljs-comment,
.hljs-quote,
.hljs-deletion,
.hljs-meta {
    color: #75715e;
}
.hljs-keyword,
.hljs-selector-tag,
.hljs-literal,
.hljs-doctag,
.hljs-title,
.hljs-section,
.hljs-type,
.hljs-selector-id {
    font-weight: bold;
}
html,
body {
    position: relative;
    width: 100%;
}
body {
    color: #333;
    margin: 0;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
h1 {
    font-size: 36px;
}
h1,
h2,
h3,
h4 {
    font-weight: normal;
    margin: 0;
    padding: 10px 0;
}
hr {
    border: none;
    display: block;
    height: 1px;
    background: #e7e7e7;
}
a {
    color: #0064c8;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
label {
    display: block;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    padding: 0.4em;
    margin: 0 0 0.5em 0;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 2px;
}
input:disabled {
    color: #ccc;
}
input[type="range"] {
    height: 0;
}
button {
    color: #333;
    background-color: #f4f4f4;
    outline: none;
}
button:active {
    background-color: #ddd;
}
button:focus {
    background-color: #666;
}
.row {
    display: flex;
    height: 100%;
}
.left,
.right {
    box-sizing: border-box;
    padding: 10px 15px;
    flex: 1;
    min-width: 50%;
}
.left {
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: min-width;
    will-change: transform;
}
.right {
    background: #232323;
    color: #fff;
    max-width: 0;
}
.wrapper.hide-right .left {
    min-width: 100%;
}
.sidebar-list-link {
    display: block;
    padding: 5px 15px;
    margin-bottom: 5px;
    text-decoration: none;
    color: #222;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.sidebar-list-link:hover {
    background: rgba(0, 0, 0, 0.05);
    text-decoration: none;
}
.sidebar-list-link.expanded {
    background: rgba(0, 0, 0, 0.1);
}
.sidebar-list-link::before,
.sidebar-list-link span,
.sidebar-list-link strong {
    display: inline-block;
    vertical-align: middle;
}
.sidebar-list-link::before {
    margin-right: 7px;
}
.sidebar-list-link strong {
    font-size: 11px;
    margin-right: 5px;
}
.sidebar-list-link strong.get {
    color: #7d69cb;
}
.sidebar-list-link strong.post {
    color: #59a210;
}
.sidebar-list-link strong.put {
    color: #ff9a1f;
}
.sidebar-list-link strong.patch {
    color: #d07502;
}
.sidebar-list-link strong.delete {
    color: #d04444;
}
.sidebar-list-link strong.options,
.sidebar-list-link strong.head {
    color: #1c90b4;
}
.request-title {
    font-weight: 600;
}
.request-title strong {
    display: inline-block;
    padding: 5px 8px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 3px;
    margin-right: 10px;
    font-size: 17px;
    background: #1c90b4;
}
.request-title strong.get {
    background: #7d69cb;
}
.request-title strong.post {
    background: #59a210;
}
.request-title strong.put {
    background: #ff9a1f;
}
.request-title strong.patch {
    background: #d07502;
}
.request-title strong.delete {
    background: #d04444;
}
.hljs {
    padding: 0;
    background: transparent;
}
.description {
    overflow-x: auto;
}
.description code,
.description pre {
    background: #eee;
    text-shadow: 0 1px #fff;
    padding: 0 0.3em;
    white-space: pre-wrap;
    overflow-wrap: break-word;
}
.description pre {
    padding: 10px 15px;
}
.description pre code {
    padding: 0;
}
.language-selector .selectContainer {
    transition: background 150ms linear;
}
.language-selector .selectContainer:hover {
    background: #454545;
}
.language-selector .selectContainer * {
    cursor: pointer !important;
}
.table pre {
    margin: 0;
    background: #efefef;
    padding: 10px;
    white-space: pre-wrap;
    overflow-wrap: break-word;
}
.tables .table:last-child {
    border-bottom: none !important;
}
.hamburger-toggler {
    display: none;
}
.example-toggler {
    margin-right: 32px;
    font-size: 1.7em;
    position: relative;
    color: #6a57d5;
    bottom: 2px;
}
.example-toggler.inactive {
    color: #c9c9c9;
}
.env-variable {
    font-weight: bold;
    color: white;
    margin: 0 1px;
    background-color: #414141;
    padding: 2px 6px;
    border-radius: 3px;
}
table {
    background: #fff;
    border: solid 1px #ddd;
    margin-bottom: 1.25rem;
    width: 100%;
    border-collapse: collapse;
}
table thead,
table tfoot {
    background: #f5f5f5;
}
table th,
table td {
    color: #222222;
    padding: 0.5rem;
}
table tr:nth-of-type(even) {
    background: #f9f9f9;
}
@media only screen and (max-width: 1000px) {
    aside {
        display: none;
    }
    .content {
        margin-left: 0 !important;
    }
    .row {
        display: block;
    }
    .left,
    .right {
        width: auto;
        max-width: 100%;
    }
    .right {
        padding: 0;
    }
    .language-selector {
        padding: 10px;
    }
    .language-selector select {
        margin: 0;
    }
    header .environment span {
        display: none;
    }
    header .title {
        font-size: 18px !important;
    }
    header .logo {
        margin-left: 0 !important;
        padding: 0 !important;
    }
    header .environment {
        padding: 0 5px !important;
    }
    header .run,
    header .example-toggler {
        display: none !important;
    }
    .hamburger-toggler {
        display: inline-block;
        padding: 15px;
    }
}
header {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #dedede;
    background: #fff;
    z-index: 10000;
    display: flex;
    justify-content: space-between;
    height: 60px;
    overflow: hidden;
}
header .header-left,
header .header-right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
header .title {
    padding: 0 10px;
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
}
header .hamburger-toggler {
    vertical-align: middle;
    font-size: 22px;
    color: #000;
}
header .logo {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    margin-left: 30px;
    width: 48px;
    height: 48px;
}
header .logo img {
    width: 100%;
    height: 100%;
}
header .environment {
    font-size: 13px;
    padding: 0 30px;
    display: inline-block;
    vertical-align: middle;
}
header .environment select {
    margin-bottom: 0;
}
header .run {
    display: inline-block;
    vertical-align: middle;
}
.wrapper {
    margin-top: 60px;
}
.error-page.svelte-19j2wr5 {
    width: 760px;
    margin: 60px auto 0;
}
@media only screen and (max-width: 760px) {
    .error-page.svelte-19j2wr5 {
        width: auto;
        padding: 15px;
    }
}
.content.svelte-1jbhgwi {
    margin-left: 260px;
    overflow-x: hidden;
}
.language-selector.svelte-1jbhgwi {
    text-align: center;
}
.language-selector.svelte-1jbhgwi {
    --background: #555;
    --color: #fff;
    --listBackground: #343434;
    --itemHoverBG: #121212;
    --itemIsActiveBG: #6a57d5;
    --listMaxHeight: auto;
    --border: none;
}
aside.svelte-dekk65 {
    background: #f6f6f6;
    width: 260px;
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    overflow: auto;
    text-overflow: clip;
    white-space: nowrap;
    z-index: 10001;
}
aside.visible.svelte-dekk65 {
    display: block;
}
.anchor.svelte-1suc8s6.svelte-1suc8s6 {
    display: block;
    position: relative;
    top: -60px;
    visibility: hidden;
    height: 0;
}
pre.url.svelte-1suc8s6.svelte-1suc8s6 {
    padding: 8px;
    background: #e9e9e9;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    overflow-x: auto;
}
.code-example.svelte-1suc8s6 .header.svelte-1suc8s6 {
    display: flex;
    justify-content: space-between;
    background: #404040;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.code-example.svelte-1suc8s6 .header .title.svelte-1suc8s6,
.code-example.svelte-1suc8s6 .header .copy a.svelte-1suc8s6 {
    padding: 8px 15px;
}
.code-example.svelte-1suc8s6 .header .copy a.svelte-1suc8s6 {
    display: inline-block;
    text-decoration: none !important;
    color: #fff;
    background: #333;
}
.code-example.svelte-1suc8s6 pre.svelte-1suc8s6 {
    padding: 10px 15px;
    border: 1px solid #404040;
    border-top: 0;
    margin: 0;
    white-space: pre-wrap;
    overflow-x: auto;
}
.example-response.svelte-1suc8s6.svelte-1suc8s6 {
    margin-top: 25px;
}
.example-response.default.svelte-1suc8s6 .header.svelte-1suc8s6 {
    background: #675bc0;
}
.example-response.default.svelte-1suc8s6 pre.svelte-1suc8s6 {
    border-color: #675bc0;
}
.example-response.info.svelte-1suc8s6 .header.svelte-1suc8s6 {
    background: #3949ab;
}
.example-response.info.svelte-1suc8s6 pre.svelte-1suc8s6 {
    border-color: #3949ab;
}
.example-response.success.svelte-1suc8s6 .header.svelte-1suc8s6 {
    background: #43a047;
}
.example-response.success.svelte-1suc8s6 pre.svelte-1suc8s6 {
    border-color: #43a047;
}
.example-response.redirect.svelte-1suc8s6 .header.svelte-1suc8s6 {
    background: #6d4c41;
}
.example-response.redirect.svelte-1suc8s6 pre.svelte-1suc8s6 {
    border-color: #6d4c41;
}
.example-response.client-error.svelte-1suc8s6 .header.svelte-1suc8s6 {
    background: #fb8c00;
}
.example-response.client-error.svelte-1suc8s6 pre.svelte-1suc8s6 {
    border-color: #fb8c00;
}
.example-response.server-error.svelte-1suc8s6 .header.svelte-1suc8s6 {
    background: #e53935;
}
.example-response.server-error.svelte-1suc8s6 pre.svelte-1suc8s6 {
    border-color: #e53935;
}
.table.svelte-t9o7qk.svelte-t9o7qk {
    padding: 10px 0;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 20px;
}
.table.svelte-t9o7qk .header.svelte-t9o7qk {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.table.svelte-t9o7qk .header span.svelte-t9o7qk,
.table.svelte-t9o7qk .header .note.svelte-t9o7qk {
    display: inline-block;
    vertical-align: middle;
}
.table.svelte-t9o7qk .header .note.svelte-t9o7qk {
    font-size: 12px;
    margin-left: 5px;
    padding: 3px 5px;
    background: #ababab;
    border-radius: 3px;
    color: #fff;
}
.table.svelte-t9o7qk .row.svelte-t9o7qk {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
}
.table.svelte-t9o7qk .row .name.svelte-t9o7qk,
.table.svelte-t9o7qk .row .value.svelte-t9o7qk {
    padding: 10px 0;
    overflow-wrap: break-word;
}
.table.svelte-t9o7qk .row .name.svelte-t9o7qk {
    font-weight: 600;
    min-width: 25%;
}
.table.svelte-t9o7qk .row .value.svelte-t9o7qk {
    width: 75%;
}
.table.svelte-t9o7qk .row.description.svelte-t9o7qk {
    color: #787878;
    margin-bottom: 10px;
}
.sidebar-list-link.svelte-7lkbuh::before {
    font-family: FontAwesome;
    content: "\f07b";
}
.sidebar-list-link.expanded.svelte-7lkbuh::before {
    content: "\f07c";
}
ul.svelte-7lkbuh {
    list-style-type: none;
    padding-inline-start: 15px;
    font-size: 12px;
}

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