.pm-global-notification-container,
.pm-persistent-notification-container {
    z-index: 9999
}

.pm-global-notification-container {
    left: 50%;
    margin-left: -450px;
    position: absolute;
    text-align: center;
    width: 900px
}

.pm-global-notification {
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    margin-top: 5px;
    padding: 10px 50px 10px 10px;
    position: relative
}

.pm-global-notification .is-interactive {
    cursor: pointer;
    text-decoration: underline
}

.pm-global-notification div.pm-global-notification-close {
    cursor: pointer;
    font-size: 1.4em;
    font-weight: 100;
    height: 43px;
    line-height: 43px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px
}

.pm-global-notification a {
    color: inherit;
    text-decoration: underline
}

.pm-persistent-notification-container {
    position: fixed;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    width: 100%
}

.pm-persistent-notification-container .pm-global-notification {
    border-radius: 0;
    margin-top: 0;
    text-align: center;
    width: 100%
}

.pm-persistent-notification-container div.pm-global-notification-close {
    display: none
}

.pm-global-success {
    background: #d6e9c6;
    color: #468847
}

.pm-global-warning {
    background: #fcf8e3;
    color: #c09853
}

.pm-global-error {
    background: #f2dede;
    color: #b94a48
}

.pm-global-notify {
    background: #4a90e2;
    color: #fff
}

@media(max-width:992px) {
    .pm-global-notification-container {
        left: 0;
        margin-left: 4.637096774%;
        margin-right: 4.637096774%;
        max-width: 900px;
        width: 90.725806452%
    }
}

body {
    -webkit-font-smoothing: antialiased;
    cursor: default;
    font-family: Inter, sans-serif;
    left: 0;
    transition: left .1s linear
}

body,
body .layout {
    height: 100%;
    width: 100%
}

body .layout {
    position: relative
}

#menu-toggle {
    cursor: pointer;
    float: left;
    height: 40px;
    line-height: 48px;
    margin: 12px 0 0;
    padding: 0 12px;
    width: 40px
}

.postman-run-button {
    margin: 5px 0
}

.run-in-postman-button {
    background: #ff6c37;
    border: none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    height: 30px;
    line-height: 30px;
    margin: 5px;
    padding: 0;
    width: 140px
}

.run-in-postman-button .overlay {
    background: hsla(0, 0%, 100%, .4);
    display: inline-block;
    width: 100%
}

@media(max-width:61.9em) {
    body,
    html {
        height: 100%;
        min-width: 320px
    }
    html {
        overflow-x: hidden
    }
    .postman-run-button,
    .run-in-postman-button {
        display: none !important
    }
}

#error-view,
.is-error #doc-body,
.is-error .sidebar {
    display: none
}

.is-error #error-view {
    display: block
}

.error {
    padding-top: 70px
}

.error .row .page-graphic {
    background: url(/images/error-dog.png) 100% no-repeat;
    margin-top: 58px;
    min-height: 450px;
    width: 400px
}

.error .row .page-graphic[class*=error-code-5] {
    background: url(/images/error-satellite.svg) 100% 0 no-repeat
}

@media(max-width:480px) {
    .error .row .page-graphic {
        background-size: 50%;
        min-height: 260px
    }
}

@media(max-width:992px) {
    .error .row .page-graphic {
        background-position: 50%;
        margin: 0 auto
    }
}

.error .row .page-message {
    padding-left: 40px;
    padding-top: 200px
}

@media(max-width:992px) {
    .error .row .page-message {
        margin: 0 auto;
        padding-left: 15px;
        padding-top: 20px;
        text-align: center
    }
}

.error .row .page-message .page-banner-title {
    color: gray;
    font-size: 40px;
    font-weight: 700;
    margin: 45px 0 15px
}

.error .row .page-message p {
    color: #333;
    font-style: normal;
    margin-top: 20px
}

.error .default-version-button {
    background-color: #ef5b25;
    border-radius: 3px;
    color: #fff;
    margin-top: 8px
}

.block-banner {
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media(max-width:47.9em) {
    .block-banner {
        position: absolute;
        top: 64px
    }
}

.pm-alert {
    padding: 16px 16px 16px 48px;
    position: relative;
    width: 100%
}

.pm-alert.pm-alert-global {
    padding: 8px 32px 8px 48px
}

.pm-alert-secondary {
    background-color: rgba(0, 0, 0, .08);
    color: #282828
}

.pm-icon {
    margin: 0;
    padding: 0
}

.pm-icon-sm {
    height: 16px;
    width: 16px
}

.pm-alert-icon {
    border-radius: 0;
    left: 0;
    margin-left: 16px;
    margin-top: -2px;
    padding-left: 0 !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.pm-switch-input {
    -webkit-touch-callout: none;
    display: block;
    position: relative;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pm-switch-input .pm-switch {
    background-color: #eaeaea;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: background .1s linear;
    vertical-align: middle
}

.pm-switch-input .pm-switch:after {
    background: #fff;
    content: " ";
    left: 3px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: left .1s linear
}

.pm-switch-input.pm-switch-input-inline {
    display: inline-block
}

.pm-switch-input.pm-switch-input-sm .pm-switch {
    height: 16px;
    margin: 0 8px 0 0;
    width: 32px
}

.pm-switch-input.pm-switch-input-sm .pm-switch:after {
    height: 10px;
    width: 10px
}

.pm-switch-input.pm-switch-input-sm .pm-label {
    font-size: 12px
}

.pm-switch-input.pm-switch-input-sm input[type=checkbox]:checked+.pm-switch {
    background-color: #f26b3a
}

.pm-switch-input.pm-switch-input-sm input[type=checkbox]:checked+.pm-switch:after {
    left: 19px
}

.pm-switch-input.pm-switch-input-md .pm-switch {
    border-radius: 3px;
    height: 24px;
    margin: 0 16px 0 0;
    width: 48px
}

.pm-switch-input.pm-switch-input-md .pm-switch:after {
    border-radius: 2px;
    height: 18px;
    width: 18px
}

.pm-switch-input.pm-switch-input-md .pm-label {
    font-size: 14px
}

.pm-switch-input.pm-switch-input-md input[type=checkbox]:checked+.pm-switch {
    background-color: #f26b3a
}

.pm-switch-input.pm-switch-input-md input[type=checkbox]:checked+.pm-switch:after {
    left: 27px
}

.pm-switch-input.pm-switch-input-lg .pm-switch {
    border-radius: 3px;
    height: 32px;
    margin: 0 16px 0 0;
    width: 64px
}

.pm-switch-input.pm-switch-input-lg .pm-switch:after {
    border-radius: 3px;
    height: 26px;
    width: 26px
}

.pm-switch-input.pm-switch-input-lg .pm-label {
    font-size: 16px
}

.pm-switch-input.pm-switch-input-lg input[type=checkbox]:checked+.pm-switch {
    background-color: #f26b3a
}

.pm-switch-input.pm-switch-input-lg input[type=checkbox]:checked+.pm-switch:after {
    left: 35px
}

.pm-switch-input input[type=checkbox] {
    opacity: 0;
    position: absolute
}

.pm-switch-input input[type=checkbox]:focus+.pm-switch {
    outline-radius: 3px;
    outline: 1px solid #f15a24;
    outline-offset: 2px
}

.pm-btn-primary {
    background: #f26b3a;
    color: #fff
}

.pm-btn-primary:focus,
.pm-btn-primary:hover {
    color: #fff
}

.pm-icon {
    display: inline-block;
    height: 12px;
    padding-left: 12px;
    width: 12px
}

.pm-icon.pm-dropdown-icon {
    margin: 2px 0
}

.pm-icon.pm-dropdown-icon svg {
    height: 8px;
    width: 8px
}

.aether-dropdown__menu {
    left: unset !important;
    right: 0
}

.aether-dropdown__menu .aether-dropdown__option {
    word-break: break-word
}

.aether-dropdown__control {
    background-color: transparent !important
}

.aether-dropdown__control,
.aether-dropdown__control--is-focused {
    border: none !important;
    box-shadow: none !important
}

.settings-modal {
    max-height: 80vh !important;
    min-height: 30vh;
    transition: all .3s ease-in-out
}

.alert-bar {
    box-sizing: border-box
}

.alert-bar .description-body {
    font-family: Inter, sans-serif
}

.kvd-table div:last-child {
    overflow: hidden
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/Inter-Regular.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    src: url(/fonts/Inter-SemiBold.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: italic;
    font-weight: 400;
    src: url(/fonts/Inter-Italic.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: IBMPlexMono;
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/IBMPlexMono-Regular.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: IBMPlexMono;
    font-style: auto;
    font-weight: 600;
    src: url(/fonts/IBMPlexMono-SemiBold.woff2) format("woff2")
}

html {
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica, Arial, sans-serif;
    text-rendering: optimizeLegibility
}

html body {
    color: var(--content-color-secondary);
    font-size: var(--text-size-m, 12px)
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit
}

@media screen and (max-width:719px) {
    .mobile-one-wide-column {
        grid-column-start: span 1 !important
    }
    .mobile-two-wide-column {
        grid-column-start: span 2 !important
    }
    .mobile-three-wide-column {
        grid-column-start: span 3 !important
    }
    .mobile-four-wide-column {
        grid-column-start: span 4 !important
    }
    .mobile-five-wide-column {
        grid-column-start: span 5 !important
    }
    .mobile-six-wide-column {
        grid-column-start: span 6 !important
    }
    .mobile-seven-wide-column {
        grid-column-start: span 7 !important
    }
    .mobile-eight-wide-column {
        grid-column-start: span 8 !important
    }
    .mobile-nine-wide-column {
        grid-column-start: span 9 !important
    }
    .mobile-ten-wide-column {
        grid-column-start: span 10 !important
    }
    .mobile-eleven-wide-column {
        grid-column-start: span 11 !important
    }
    .mobile-twelve-wide-column {
        grid-column-start: span 12 !important
    }
    .hidden-for-mobile {
        display: none !important
    }
    .mobile-spacing-l-gutter {
        column-gap: 16px;
        row-gap: 16px
    }
}

@media screen and (min-width:720px)and (max-width:1099px) {
    .tablet-one-wide-column {
        grid-column-start: span 1 !important
    }
    .tablet-two-wide-column {
        grid-column-start: span 2 !important
    }
    .tablet-three-wide-column {
        grid-column-start: span 3 !important
    }
    .tablet-four-wide-column {
        grid-column-start: span 4 !important
    }
    .tablet-five-wide-column {
        grid-column-start: span 5 !important
    }
    .tablet-six-wide-column {
        grid-column-start: span 6 !important
    }
    .tablet-seven-wide-column {
        grid-column-start: span 7 !important
    }
    .tablet-eight-wide-column {
        grid-column-start: span 8 !important
    }
    .tablet-nine-wide-column {
        grid-column-start: span 9 !important
    }
    .tablet-ten-wide-column {
        grid-column-start: span 10 !important
    }
    .tablet-eleven-wide-column {
        grid-column-start: span 11 !important
    }
    .tablet-twelve-wide-column {
        grid-column-start: span 12 !important
    }
    .hidden-for-tablet {
        display: none !important
    }
    .tablet-spacing-xl-gutter {
        column-gap: 24px;
        row-gap: 24px
    }
}

@media only screen and (min-width:1100px) {
    .computer-one-wide-column {
        grid-column-start: span 1 !important
    }
    .computer-two-wide-column {
        grid-column-start: span 2 !important
    }
    .computer-three-wide-column {
        grid-column-start: span 3 !important
    }
    .computer-four-wide-column {
        grid-column-start: span 4 !important
    }
    .computer-five-wide-column {
        grid-column-start: span 5 !important
    }
    .computer-six-wide-column {
        grid-column-start: span 6 !important
    }
    .computer-seven-wide-column {
        grid-column-start: span 7 !important
    }
    .computer-eight-wide-column {
        grid-column-start: span 8 !important
    }
    .computer-nine-wide-column {
        grid-column-start: span 9 !important
    }
    .computer-ten-wide-column {
        grid-column-start: span 10 !important
    }
    .computer-eleven-wide-column {
        grid-column-start: span 11 !important
    }
    .computer-twelve-wide-column {
        grid-column-start: span 12 !important
    }
    .hidden-for-computer {
        display: none !important
    }
    .computer-spacing-xl-gutter {
        column-gap: 24px;
        row-gap: 24px
    }
}

.one-wide-column {
    grid-column-start: span 1
}

.two-wide-column {
    grid-column-start: span 2
}

.three-wide-column {
    grid-column-start: span 3
}

.four-wide-column {
    grid-column-start: span 4
}

.five-wide-column {
    grid-column-start: span 5
}

.six-wide-column {
    grid-column-start: span 6
}

.seven-wide-column {
    grid-column-start: span 7
}

.eight-wide-column {
    grid-column-start: span 8
}

.nine-wide-column {
    grid-column-start: span 9
}

.ten-wide-column {
    grid-column-start: span 10
}

.eleven-wide-column {
    grid-column-start: span 11
}

.twelve-wide-column {
    grid-column-start: span 12
}

.tippy-box[data-animation=fade][data-state=hidden] {
    opacity: 0
}

[data-tippy-root] {
    max-width: calc(100vw - 10px)
}

.tippy-arrow:before {
    border-color: transparent;
    border-style: solid;
    content: "";
    position: absolute
}

.tippy-box[data-placement^=top]>.tippy-arrow {
    bottom: 0
}

.tippy-box[data-placement^=top]>.tippy-arrow:before {
    border-top-color: initial;
    border-width: 8px 8px 0;
    bottom: -7px;
    left: 0;
    transform-origin: center top
}

.tippy-box[data-placement^=bottom]>.tippy-arrow {
    top: 0
}

.tippy-box[data-placement^=bottom]>.tippy-arrow:before {
    border-bottom-color: initial;
    border-width: 0 8px 8px;
    left: 0;
    top: -7px;
    transform-origin: center bottom
}

.tippy-box[data-placement^=left]>.tippy-arrow {
    right: 0
}

.tippy-box[data-placement^=left]>.tippy-arrow:before {
    border-left-color: initial;
    border-width: 8px 0 8px 8px;
    right: -7px;
    transform-origin: center left
}

.tippy-box[data-placement^=right]>.tippy-arrow {
    left: 0
}

.tippy-box[data-placement^=right]>.tippy-arrow:before {
    border-right-color: initial;
    border-width: 8px 8px 8px 0;
    left: -7px;
    transform-origin: center right
}

.tippy-box[data-inertia][data-state=visible] {
    transition-timing-function: cubic-bezier(.54, 1.5, .38, 1.11)
}

.tippy-box[data-placement^=top]>.tippy-svg-arrow {
    bottom: 0
}

.tippy-box[data-placement^=top]>.tippy-svg-arrow:after,
.tippy-box[data-placement^=top]>.tippy-svg-arrow>svg {
    top: 15px;
    transform: rotate(180deg)
}

.tippy-box[data-placement^=bottom]>.tippy-svg-arrow {
    top: 0
}

.tippy-box[data-placement^=bottom]>.tippy-svg-arrow>svg {
    bottom: 15px
}

.tippy-box[data-placement^=left]>.tippy-svg-arrow {
    right: 0
}

.tippy-box[data-placement^=left]>.tippy-svg-arrow:after,
.tippy-box[data-placement^=left]>.tippy-svg-arrow>svg {
    left: 11px;
    top: calc(50% - 3px);
    transform: rotate(90deg)
}

.tippy-box[data-placement^=right]>.tippy-svg-arrow {
    left: 0
}

.tippy-box[data-placement^=right]>.tippy-svg-arrow:after,
.tippy-box[data-placement^=right]>.tippy-svg-arrow>svg {
    right: 11px;
    top: calc(50% - 3px);
    transform: rotate(-90deg)
}

.tippy-svg-arrow {
    fill: #333;
    height: 16px;
    text-align: initial;
    width: 16px
}

.tippy-svg-arrow,
.tippy-svg-arrow>svg {
    position: absolute
}

@keyframes toast-appear {
    0% {
        transform: translateX(20px)
    }
    to {
        transform: translateX(0)
    }
}

@keyframes toast-moveup {
    0% {
        transform: translateY(20px)
    }
    to {
        transform: translateY(0)
    }
}

#aether-toast-notifications__container {
    bottom: 32px;
    box-sizing: border-box;
    max-height: 100%;
    overflow: hidden auto;
    padding: 8px;
    position: fixed;
    right: 0;
    z-index: 1000
}

#aether-toast-notifications__container>:not(:last-child) {
    animation-duration: .25s;
    animation-name: toast-moveup;
    margin-bottom: 8px
}

#aether-toast-notifications__container>:last-child {
    animation-duration: .25s;
    animation-name: toast-appear
}

.toast-cross__button {
    background-color: transparent;
    color: var(--button-tertiary-content-color, #6b6b6b)
}

.toast-cross__button svg path {
    fill: var(--button-tertiary-content-color, #6b6b6b)
}

.toast-cross__button:hover {
    background-color: var(--button-tertiary-hover-background-color, #ededed);
    color: var(--button-tertiary-hover-content-color, #212121)
}

.toast-cross__button:hover svg path {
    fill: var(--button-tertiary-hover-content-color, #212121)
}

.toast-wrapper:before {
    border-bottom-left-radius: var(--border-radius-default, 4px);
    border-top-left-radius: var(--border-radius-default, 4px);
    content: "";
    height: 100%;
    position: absolute;
    width: var(--border-width-xl, 4px)
}

.toast-wrapper.toast-info:before {
    background-color: var(--base-color-info, #097bed)
}

.toast-wrapper.toast-success:before {
    background-color: var(--base-color-success, #0cbb52)
}

.toast-wrapper.toast-warning:before {
    background-color: var(--base-color-warning, #ffb400)
}

.toast-wrapper.toast-error:before {
    background-color: var(--base-color-error, #eb2013)
}

.ReactModal__Overlay {
    opacity: 0;
    transition: opacity .25s ease-in-out
}

.ReactModal__Overlay--after-open {
    opacity: 1
}

.ReactModal__Overlay--before-close {
    opacity: 0
}

.aether-spinner-no-flicker-style {
    transform: translateZ(0)
}

@keyframes fadein {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.aether-file-list-wrapper,
.aether-remove-uploaded-file-btn {
    animation: fadein .25s
}