.swagger-ui {
    font-family: sans-serif;
    color: #3b4151
}

.swagger-ui .wrapper {
    width: 100%;
    max-width: 1460px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box
}

.swagger-ui .opblock-tag-section {
    display: flex;
    flex-direction: column
}

.swagger-ui .try-out.btn-group {
    padding: 0;
    display: flex;
    flex: 0.1 2 auto
}

.swagger-ui .try-out__btn {
    margin-left: 1.25rem
}

.swagger-ui .opblock-tag {
    display: flex;
    align-items: center;
    padding: 10px 20px 10px 10px;
    cursor: pointer;
    transition: all .2s;
    border-bottom: 1px solid rgba(59, 65, 81, .3)
}

.swagger-ui .opblock-tag:hover {
    background: rgba(0, 0, 0, .02)
}

.swagger-ui .opblock-tag {
    font-size: 24px;
    margin: 0 0 5px;
    font-family: sans-serif;
    color: #3b4151
}

.swagger-ui .opblock-tag.no-desc span {
    flex: 1
}

.swagger-ui .opblock-tag svg {
    transition: all .4s
}

.swagger-ui .opblock-tag small {
    font-size: 14px;
    font-weight: 400;
    flex: 2;
    padding: 0 10px;
    font-family: sans-serif;
    color: #3b4151
}

.swagger-ui .opblock-tag > div {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex: 1 1 150px;
    font-weight: 400
}

@media (max-width: 640px) {
    .swagger-ui .opblock-tag > div, .swagger-ui .opblock-tag small {
        flex: 1
    }
}

.swagger-ui .opblock-tag .info__externaldocs {
    text-align: right
}

.swagger-ui .parameter__type {
    font-size: 12px;
    padding: 5px 0;
    font-family: monospace;
    font-weight: 600;
    color: #3b4151
}

.swagger-ui .parameter-controls {
    margin-top: .75em
}

.swagger-ui .examples__title {
    display: block;
    font-size: 1.1em;
    font-weight: 700;
    margin-bottom: .75em
}

.swagger-ui .examples__section {
    margin-top: 1.5em
}

.swagger-ui .examples__section-header {
    font-weight: 700;
    font-size: .9rem;
    margin-bottom: .5rem
}

.swagger-ui .examples-select {
    margin-bottom: .75em;
    display: inline-block
}

.swagger-ui .examples-select .examples-select-element {
    width: 100%
}

.swagger-ui .examples-select__section-label {
    font-weight: 700;
    font-size: .9rem;
    margin-right: .5rem
}

.swagger-ui .example__section {
    margin-top: 1.5em
}

.swagger-ui .example__section-header {
    font-weight: 700;
    font-size: .9rem;
    margin-bottom: .5rem
}

.swagger-ui .view-line-link {
    position: relative;
    top: 3px;
    width: 20px;
    margin: 0 5px;
    cursor: pointer;
    transition: all .5s
}

.swagger-ui .opblock {
    margin: 0 0 15px;
    border: 1px solid #000;
    border-radius: 4px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .19)
}

.swagger-ui .opblock .tab-header {
    display: flex;
    flex: 1
}

.swagger-ui .opblock .tab-header .tab-item {
    padding: 0 40px;
    cursor: pointer
}

.swagger-ui .opblock .tab-header .tab-item:first-of-type {
    padding: 0 40px 0 0
}

.swagger-ui .opblock .tab-header .tab-item.active h4 span {
    position: relative
}

.swagger-ui .opblock .tab-header .tab-item.active h4 span:after {
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 120%;
    height: 4px;
    content: "";
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #807f7f
}

.swagger-ui .opblock.is-open .opblock-summary {
    border-bottom: 1px solid #000
}

.swagger-ui .opblock .opblock-section-header {
    display: flex;
    align-items: center;
    padding: 8px 20px;
    min-height: 50px;
    background: hsla(0, 0%, 100%, .8);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1)
}

.swagger-ui .opblock .opblock-section-header > label {
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin: 0 0 0 auto;
    font-family: sans-serif;
    color: #3b4151
}

.swagger-ui .opblock .opblock-section-header > label > span {
    padding: 0 10px 0 0
}

.swagger-ui .opblock .opblock-section-header h4 {
    font-size: 14px;
    flex: 1;
    margin: 0;
    font-family: sans-serif;
    color: #3b4151
}

.swagger-ui .opblock .opblock-summary-method {
    font-size: 14px;
    font-weight: 700;
    min-width: 80px;
    padding: 6px 0;
    text-align: center;
    border-radius: 3px;
    background: #000;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    font-family: sans-serif;
    color: #fff
}

.swagger-ui .opblock .opblock-summary-operation-id, .swagger-ui .opblock .opblock-summary-path, .swagger-ui .opblock .opblock-summary-path__deprecated {
    font-size: 16px;
    display: flex;
    align-items: center;
    word-break: break-word;
    padding: 0 10px;
    font-family: monospace;
    font-weight: 600;
    color: #3b4151
}

@media (max-width: 768px) {
    .swagger-ui .opblock .opblock-summary-operation-id, .swagger-ui .opblock .opblock-summary-path, .swagger-ui .opblock .opblock-summary-path__deprecated {
        font-size: 12px
    }
}

.swagger-ui .opblock .opblock-summary-path {
    flex-shrink: 0;
    max-width: calc(100% - 110px - 15rem)
}

@media (max-width: 640px) {
    .swagger-ui .opblock .opblock-summary-path {
        flex-shrink: 1;
        max-width: 100%
    }
}

.swagger-ui .opblock .opblock-summary-path__deprecated {
    text-decoration: line-through
}

.swagger-ui .opblock .opblock-summary-operation-id {
    font-size: 14px
}

.swagger-ui .opblock .opblock-summary-description {
    font-size: 13px;
    flex: 1 1 auto;
    word-break: break-word;
    font-family: sans-serif;
    color: #3b4151
}

.swagger-ui .opblock .opblock-summary {
    display: flex;
    align-items: center;
    padding: 5px;
    cursor: pointer
}

.swagger-ui .opblock .opblock-summary .view-line-link {
    position: relative;
    top: 2px;
    width: 0;
    margin: 0;
    cursor: pointer;
    transition: all .5s
}

.swagger-ui .opblock .opblock-summary:hover .view-line-link {
    width: 18px;
    margin: 0 5px
}

.swagger-ui .opblock .opblock-summary:hover .view-line-link.copy-to-clipboard {
    width: 24px
}

.swagger-ui .opblock.opblock-post {
    border-color: #49cc90;
    background: rgba(73, 204, 144, .1)
}

.swagger-ui .opblock.opblock-post .opblock-summary-method {
    background: #49cc90
}

.swagger-ui .opblock.opblock-post .opblock-summary {
    border-color: #49cc90
}

.swagger-ui .opblock.opblock-post .tab-header .tab-item.active h4 span:after {
    background: #49cc90
}

.swagger-ui .opblock.opblock-put {
    border-color: #fca130;
    background: rgba(252, 161, 48, .1)
}

.swagger-ui .opblock.opblock-put .opblock-summary-method {
    background: #fca130
}

.swagger-ui .opblock.opblock-put .opblock-summary {
    border-color: #fca130
}

.swagger-ui .opblock.opblock-put .tab-header .tab-item.active h4 span:after {
    background: #fca130
}

.swagger-ui .opblock.opblock-delete {
    border-color: #f93e3e;
    background: rgba(249, 62, 62, .1)
}

.swagger-ui .opblock.opblock-delete .opblock-summary-method {
    background: #f93e3e
}

.swagger-ui .opblock.opblock-delete .opblock-summary {
    border-color: #f93e3e
}

.swagger-ui .opblock.opblock-delete .tab-header .tab-item.active h4 span:after {
    background: #f93e3e
}

.swagger-ui .opblock.opblock-get, .swagger-ui .opblock.opblock-get .opblock-summary {
    border-color: #025984
}

.swagger-ui .opblock.opblock-patch {
    border-color: #50e3c2;
    background: rgba(80, 227, 194, .1)
}

.swagger-ui .opblock.opblock-patch .opblock-summary-method {
    background: #50e3c2
}

.swagger-ui .opblock.opblock-patch .opblock-summary {
    border-color: #50e3c2
}

.swagger-ui .opblock.opblock-patch .tab-header .tab-item.active h4 span:after {
    background: #50e3c2
}

.swagger-ui .opblock.opblock-head {
    border-color: #9012fe;
    background: rgba(144, 18, 254, .1)
}

.swagger-ui .opblock.opblock-head .opblock-summary-method {
    background: #9012fe
}

.swagger-ui .opblock.opblock-head .opblock-summary {
    border-color: #9012fe
}

.swagger-ui .opblock.opblock-head .tab-header .tab-item.active h4 span:after {
    background: #9012fe
}

.swagger-ui .opblock.opblock-options {
    border-color: #0d5aa7;
    background: rgba(13, 90, 167, .1)
}

.swagger-ui .opblock.opblock-options .opblock-summary-method {
    background: #0d5aa7
}

.swagger-ui .opblock.opblock-options .opblock-summary {
    border-color: #0d5aa7
}

.swagger-ui .opblock.opblock-options .tab-header .tab-item.active h4 span:after {
    background: #0d5aa7
}

.swagger-ui .opblock.opblock-deprecated {
    opacity: .6;
    border-color: #ebebeb;
    background: hsla(0, 0%, 92.2%, .1)
}

.swagger-ui .opblock.opblock-deprecated .opblock-summary-method {
    background: #ebebeb
}

.swagger-ui .opblock.opblock-deprecated .opblock-summary {
    border-color: #ebebeb
}

.swagger-ui .opblock.opblock-deprecated .tab-header .tab-item.active h4 span:after {
    background: #ebebeb
}

.swagger-ui .opblock .opblock-schemes {
    padding: 8px 20px
}

.swagger-ui .opblock .opblock-schemes .schemes-title {
    padding: 0 10px 0 0
}

.swagger-ui .filter .operation-filter-input {
    width: 100%;
    margin: 20px 0;
    padding: 10px;
    border: 2px solid #d8dde7
}

.swagger-ui .download-url-wrapper .failed, .swagger-ui .filter .failed {
    color: red
}

.swagger-ui .download-url-wrapper .loading, .swagger-ui .filter .loading {
    color: #aaa
}

.swagger-ui .model-example {
    margin-top: 1em
}

.swagger-ui .tab {
    display: flex;
    padding: 0;
    list-style: none
}

.swagger-ui .tab li {
    font-size: 12px;
    min-width: 60px;
    padding: 0;
    cursor: pointer;
    font-family: sans-serif;
    color: #3b4151
}

.swagger-ui .tab li:first-of-type {
    position: relative;
    padding-left: 0
}

.swagger-ui .tab li:first-of-type:after {
    position: absolute;
    top: 0;
    right: 6px;
    width: 1px;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, .2)
}

.swagger-ui .tab li.active {
    font-weight: 700
}

.swagger-ui .tab li button.tablinks {
    background: none;
    border: 0;
    padding: 0;
    color: inherit;
    font-family: inherit;
    font-weight: inherit
}

.swagger-ui .opblock-description-wrapper, .swagger-ui .opblock-external-docs-wrapper, .swagger-ui .opblock-title_normal {
    font-size: 12px;
    margin: 0 0 5px;
    padding: 15px 20px;
    font-family: sans-serif;
    color: #3b4151
}

.swagger-ui .opblock-description-wrapper h4, .swagger-ui .opblock-external-docs-wrapper h4, .swagger-ui .opblock-title_normal h4 {
    font-size: 12px;
    margin: 0 0 5px;
    font-family: sans-serif;
    color: #3b4151
}

.swagger-ui .opblock-description-wrapper p, .swagger-ui .opblock-external-docs-wrapper p, .swagger-ui .opblock-title_normal p {
    font-size: 14px;
    margin: 0;
    font-family: sans-serif;
    color: #3b4151
}

.swagger-ui .opblock-external-docs-wrapper h4 {
    padding-left: 0
}

.swagger-ui .execute-wrapper {
    padding: 20px;
    text-align: right
}

.swagger-ui .execute-wrapper .btn {
    width: 100%;
    padding: 8px 40px
}

.swagger-ui .body-param-options {
    display: flex;
    flex-direction: column
}

.swagger-ui .body-param-options .body-param-edit {
    padding: 10px 0
}

.swagger-ui .body-param-options label {
    padding: 8px 0
}

.swagger-ui .body-param-options label select {
    margin: 3px 0 0
}

.swagger-ui .responses-inner {
    padding: 20px
}

.swagger-ui .responses-inner h4, .swagger-ui .responses-inner h5 {
    font-size: 12px;
    margin: 10px 0 5px;
    font-family: sans-serif;
    color: #3b4151
}

.swagger-ui .responses-inner .curl {
    white-space: normal
}

.swagger-ui .response-col_status {
    font-size: 14px;
    font-family: sans-serif;
    color: #3b4151
}

.swagger-ui .response-col_status .response-undocumented {
    font-size: 11px;
    font-family: monospace;
    font-weight: 600;
    color: #909090
}

.swagger-ui .response-col_links {
    padding-left: 2em;
    max-width: 40em;
    font-size: 14px;
    font-family: sans-serif;
    color: #3b4151
}

.swagger-ui .response-col_links .response-undocumented {
    font-size: 11px;
    font-family: monospace;
    font-weight: 600;
    color: #909090
}

.swagger-ui .response-col_links .operation-link {
    margin-bottom: 1.5em
}

.swagger-ui .response-col_links .operation-link .description {
    margin-bottom: .5em
}

.swagger-ui .opblock-body .opblock-loading-animation {
    display: block;
    margin: 3em auto
}

.swagger-ui .opblock-body pre.microlight {
    font-size: 12px;
    margin: 0;
    padding: 10px;
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    border-radius: 4px;
    background: #333;
    overflow-wrap: break-word;
    font-family: monospace;
    font-weight: 600;
    color: #fff
}

.swagger-ui .opblock-body pre.microlight .headerline {
    display: block
}

.swagger-ui .highlight-code {
    position: relative
}

.swagger-ui .highlight-code > .microlight {
    overflow-y: auto;
    max-height: 400px;
    min-height: 6em
}

.swagger-ui .highlight-code > .microlight code {
    white-space: pre-wrap !important;
    word-break: break-all
}

.swagger-ui .curl-command {
    position: relative
}

.swagger-ui .download-contents {
    position: absolute;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    background: #7d8293;
    text-align: center;
    padding: 5px;
    border-radius: 4px;
    font-family: sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    height: 30px;
    justify-content: center;
    align-items: center;
    display: flex
}

.swagger-ui .scheme-container {
    margin: 0 0 20px;
    padding: 30px 0;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15)
}

.swagger-ui .scheme-container .schemes {
    display: flex;
    align-items: flex-end
}

.swagger-ui .scheme-container .schemes > label {
    font-size: 12px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    margin: -20px 15px 0 0;
    font-family: sans-serif;
    color: #3b4151
}

.swagger-ui .scheme-container .schemes > label select {
    min-width: 130px;
    text-transform: uppercase
}

.swagger-ui .loading-container {
    padding: 40px 0 60px;
    margin-top: 1em;
    min-height: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.swagger-ui .loading-container .loading {
    position: relative
}

.swagger-ui .loading-container .loading:after {
    font-size: 10px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    content: "loading";
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    font-family: sans-serif;
    color: #3b4151
}

.swagger-ui .loading-container .loading:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 60px;
    height: 60px;
    margin: -30px;
    content: "";
    -webkit-animation: rotation 1s linear infinite, opacity .5s;
    animation: rotation 1s linear infinite, opacity .5s;
    opacity: 1;
    border: 2px solid rgba(85, 85, 85, .1);
    border-top-color: rgba(0, 0, 0, .6);
    border-radius: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@-webkit-keyframes rotation {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes rotation {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.swagger-ui .response-controls {
    padding-top: 1em;
    display: flex
}

.swagger-ui .response-control-media-type {
    margin-right: 1em
}

.swagger-ui .response-control-media-type--accept-controller select {
    border-color: #025984
}

.swagger-ui .response-control-media-type__accept-message {
    color: #025984;
    font-size: .7em
}

.swagger-ui .response-control-examples__title, .swagger-ui .response-control-media-type__title {
    display: block;
    margin-bottom: .2em;
    font-size: .7em
}

@-webkit-keyframes blinker {
    50% {
        opacity: 0
    }
}

@keyframes blinker {
    50% {
        opacity: 0
    }
}

.swagger-ui .hidden {
    display: none
}

.swagger-ui .no-margin {
    height: auto;
    border: none;
    margin: 0;
    padding: 0
}

.swagger-ui .float-right {
    float: right
}

.swagger-ui .svg-assets {
    position: absolute;
    width: 0;
    height: 0
}

.swagger-ui section h3 {
    font-family: sans-serif;
    color: #3b4151
}

.swagger-ui a.nostyle {
    display: inline
}

.swagger-ui a.nostyle, .swagger-ui a.nostyle:visited {
    text-decoration: inherit;
    color: inherit;
    cursor: pointer
}

.swagger-ui .fallback {
    padding: 1em;
    color: #aaa
}

.swagger-ui .version-pragma {
    height: 100%;
    padding: 5em 0
}

.swagger-ui .version-pragma__message {
    display: flex;
    justify-content: center;
    height: 100%;
    font-size: 1.2em;
    text-align: center;
    line-height: 1.5em;
    padding: 0 .6em
}

.swagger-ui .version-pragma__message > div {
    max-width: 55ch;
    flex: 1
}

.swagger-ui .version-pragma__message code {
    background-color: #dedede;
    padding: 4px 4px 2px;
    white-space: pre
}

.swagger-ui .opblock-link {
    font-weight: 400
}

.swagger-ui .opblock-link.shown {
    font-weight: 700
}

.swagger-ui span.token-string {
    color: #555
}

.swagger-ui span.token-not-formatted {
    color: #555;
    font-weight: 700
}

.swagger-ui .btn {
    font-size: 14px;
    font-weight: 700;
    padding: 5px 23px;
    transition: all .3s;
    border: 2px solid #7ccaab;
    border-radius: 4px;
    background: transparent;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    font-family: sans-serif;
    color: #3b4151
}

.swagger-ui .btn.btn-sm {
    font-size: 12px;
    padding: 4px 23px
}

.swagger-ui .btn[disabled] {
    cursor: not-allowed;
    opacity: .3
}

.swagger-ui .btn:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.swagger-ui .btn.cancel {
    border-color: #ff6060;
    background-color: transparent;
    font-family: sans-serif;
    color: #ff6060
}

.swagger-ui .btn.authorize {
    line-height: 1;
    display: inline;
    color: #025984;
    border-color: #025984;
    background-color: transparent
}

.swagger-ui .btn.authorize span {
    float: left;
    padding: 4px 20px 0 0
}

.swagger-ui .btn.authorize svg {
    fill: #025984
}

.swagger-ui .btn.execute {
    background-color: #4990e2;
    color: #fff;
    border-color: #4990e2
}

.swagger-ui .btn-group {
    display: flex;
    padding: 30px
}

.swagger-ui .btn-group .btn {
    flex: 1
}

.swagger-ui .btn-group .btn:first-child {
    border-radius: 4px 0 0 4px
}

.swagger-ui .btn-group .btn:last-child {
    border-radius: 0 4px 4px 0
}

.swagger-ui .authorization__btn {
    padding: 0 0 0 10px;
    border: none;
    background: none
}

.swagger-ui .authorization__btn.locked {
    opacity: 1
}

.swagger-ui .authorization__btn.unlocked {
    opacity: .4
}

.swagger-ui .model-box-control, .swagger-ui .models-control, .swagger-ui .opblock-summary-control {
    all: inherit;
    flex: 1;
    border-bottom: 0;
    padding: 0;
    cursor: pointer
}

.swagger-ui .model-box-control:focus, .swagger-ui .models-control:focus, .swagger-ui .opblock-summary-control:focus {
    outline: auto
}

.swagger-ui .expand-methods, .swagger-ui .expand-operation {
    border: none;
    background: none
}

.swagger-ui .expand-methods svg, .swagger-ui .expand-operation svg {
    width: 20px;
    height: 20px
}

.swagger-ui .expand-methods {
    padding: 0 10px
}

.swagger-ui .expand-methods:hover svg {
    fill: #404040
}

.swagger-ui .expand-methods svg {
    transition: all .3s;
    fill: #707070
}

.swagger-ui button {
    cursor: pointer
}

.swagger-ui button.invalid {
    -webkit-animation: shake .4s 1;
    animation: shake .4s 1;
    border-color: #f93e3e;
    background: #feebeb
}

.swagger-ui .copy-to-clipboard {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 10px;
    right: 100px;
    width: 30px;
    height: 30px;
    background: #7d8293;
    border-radius: 4px;
    border: none
}

.swagger-ui .copy-to-clipboard button {
    flex-grow: 1;
    flex-shrink: 1;
    border: none;
    height: 25px;
    background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" aria-hidden="true"><path fill="%23fff" fill-rule="evenodd" d="M4 12h4v1H4v-1zm5-6H4v1h5V6zm2 3V7l-3 3 3 3v-2h5V9h-5zM6.5 8H4v1h2.5V8zM4 11h2.5v-1H4v1zm9 1h1v2c-.02.28-.11.52-.3.7-.19.18-.42.28-.7.3H3c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h3c0-1.11.89-2 2-2 1.11 0 2 .89 2 2h3c.55 0 1 .45 1 1v5h-1V5H3v9h10v-2zM4 4h8c0-.55-.45-1-1-1h-1c-.55 0-1-.45-1-1s-.45-1-1-1-1 .45-1 1-.45 1-1 1H5c-.55 0-1 .45-1 1z"/></svg>') 50% no-repeat
}

.swagger-ui .curl-command .copy-to-clipboard {
    bottom: 5px;
    right: 10px;
    width: 20px;
    height: 20px
}

.swagger-ui .curl-command .copy-to-clipboard button {
    height: 18px
}

.swagger-ui .opblock .opblock-summary .view-line-link.copy-to-clipboard {
    height: 26px;
    position: unset
}

.swagger-ui select {
    font-size: 14px;
    font-weight: 700;
    padding: 5px 40px 5px 10px;
    border: 2px solid #41444e;
    border-radius: 4px;
    background: #f7f7f7 url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M13.418 7.859a.695.695 0 01.978 0 .68.68 0 010 .969l-3.908 3.83a.697.697 0 01-.979 0l-3.908-3.83a.68.68 0 010-.969.695.695 0 01.978 0L10 11l3.418-3.141z"/></svg>') right 10px center no-repeat;
    background-size: 20px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .25);
    font-family: sans-serif;
    color: #3b4151;
    -webkit-appearance: none;
    appearance: none
}

.swagger-ui select[multiple] {
    margin: 5px 0;
    padding: 5px;
    background: #f7f7f7
}

.swagger-ui select.invalid {
    -webkit-animation: shake .4s 1;
    animation: shake .4s 1;
    border-color: #f93e3e;
    background: #feebeb
}

.swagger-ui .opblock-body select {
    min-width: 230px
}

@media (max-width: 768px) {
    .swagger-ui .opblock-body select {
        min-width: 180px
    }
}

@media (max-width: 640px) {
    .swagger-ui .opblock-body select {
        width: 100%;
        min-width: 100%
    }
}

.swagger-ui label {
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 5px;
    font-family: sans-serif;
    color: #3b4151
}

.swagger-ui input[type=email], .swagger-ui input[type=file], .swagger-ui input[type=password], .swagger-ui input[type=search], .swagger-ui input[type=text] {
    line-height: 1
}

@media (max-width: 768px) {
    .swagger-ui input[type=email], .swagger-ui input[type=file], .swagger-ui input[type=password], .swagger-ui input[type=search], .swagger-ui input[type=text] {
        max-width: 175px
    }
}

.swagger-ui input[type=email], .swagger-ui input[type=file], .swagger-ui input[type=password], .swagger-ui input[type=search], .swagger-ui input[type=text], .swagger-ui textarea {
    min-width: 100px;
    margin: 5px 0;
    padding: 8px 10px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    background: #fff
}

.swagger-ui input[type=email].invalid, .swagger-ui input[type=file].invalid, .swagger-ui input[type=password].invalid, .swagger-ui input[type=search].invalid, .swagger-ui input[type=text].invalid, .swagger-ui textarea.invalid {
    -webkit-animation: shake .4s 1;
    animation: shake .4s 1;
    border-color: #f93e3e;
    background: #feebeb
}

.swagger-ui input[disabled], .swagger-ui select[disabled], .swagger-ui textarea[disabled] {
    background-color: #fafafa;
    color: #888;
    cursor: not-allowed
}

.swagger-ui select[disabled] {
    border-color: #888
}

.swagger-ui textarea[disabled] {
    background-color: #41444e;
    color: #fff
}

@-webkit-keyframes shake {
    10%, 90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0)
    }
    20%, 80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0)
    }
    30%, 50%, 70% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0)
    }
    40%, 60% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0)
    }
}

@keyframes shake {
    10%, 90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0)
    }
    20%, 80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0)
    }
    30%, 50%, 70% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0)
    }
    40%, 60% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0)
    }
}

.swagger-ui textarea {
    font-size: 12px;
    width: 100%;
    min-height: 280px;
    padding: 10px;
    border: none;
    border-radius: 4px;
    outline: none;
    background: hsla(0, 0%, 100%, .8);
    font-family: monospace;
    font-weight: 600;
    color: #3b4151
}

.swagger-ui textarea:focus {
    border: 2px solid #025984
}

.swagger-ui textarea.curl {
    font-size: 12px;
    min-height: 100px;
    margin: 0;
    padding: 10px;
    resize: none;
    border-radius: 4px;
    background: #41444e;
    font-family: monospace;
    font-weight: 600;
    color: #fff
}

.swagger-ui .checkbox {
    padding: 5px 0 10px;
    transition: opacity .5s;
    color: #303030
}

.swagger-ui .checkbox label {
    display: flex
}

.swagger-ui .checkbox p {
    font-weight: 400 !important;
    font-style: italic;
    margin: 0 !important;
    font-family: Source Code Pro, monospace;
    color: #3b4151
}

.swagger-ui .checkbox input[type=checkbox] {
    display: none
}

.swagger-ui .checkbox input[type=checkbox] + label > .item {
    position: relative;
    top: 3px;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 8px 0 0;
    padding: 5px;
    cursor: pointer;
    border-radius: 1px;
    background: #e8e8e8;
    box-shadow: 0 0 0 2px #e8e8e8;
    flex: none
}

.swagger-ui .checkbox input[type=checkbox] + label > .item:active {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.swagger-ui .checkbox input[type=checkbox]:checked + label > .item {
    background: #e8e8e8 url('data:image/svg+xml;charset=utf-8,<svg width="10" height="8" viewBox="3 7 10 8" xmlns="http://www.w3.org/2000/svg"><path fill="%2341474E" fill-rule="evenodd" d="M6.333 15L3 11.667l1.333-1.334 2 2L11.667 7 13 8.333z"/></svg>') 50% no-repeat
}

.swagger-ui .dialog-ux {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.swagger-ui .dialog-ux .backdrop-ux {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .8)
}

.swagger-ui .dialog-ux .modal-ux {
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 50%;
    width: 100%;
    min-width: 300px;
    max-width: 650px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid #ebebeb;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .2)
}

.swagger-ui .dialog-ux .modal-ux-content {
    overflow-y: auto;
    max-height: 540px;
    padding: 20px
}

.swagger-ui .dialog-ux .modal-ux-content p {
    font-size: 12px;
    margin: 0 0 5px;
    color: #41444e;
    font-family: Open Sans, sans-serif
}

.swagger-ui .dialog-ux .modal-ux-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0 0;
    font-family: sans-serif;
    color: #3b4151
}

.swagger-ui .dialog-ux .modal-ux-header {
    display: flex;
    padding: 12px 0;
    border-bottom: 1px solid #ebebeb;
    align-items: center
}

.swagger-ui .dialog-ux .modal-ux-header .close-modal {
    padding: 0 10px;
    border: none;
    background: none;
    -webkit-appearance: none;
    appearance: none
}

.swagger-ui .dialog-ux .modal-ux-header h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding: 0 20px;
    flex: 1;
    font-family: sans-serif;
    color: #3b4151
}

.swagger-ui .model {
    font-size: 12px;
    font-weight: 300;
    font-family: Source Code Pro, monospace;
    color: #3b4151
}

.swagger-ui .model .deprecated span, .swagger-ui .model .deprecated td {
    color: #a0a0a0 !important
}

.swagger-ui .model .deprecated > td:first-of-type {
    text-decoration: line-through
}

.swagger-ui .model-toggle {
    font-size: 10px;
    position: relative;
    top: 6px;
    display: inline-block;
    margin: auto .3em;
    cursor: pointer;
    transition: -webkit-transform .15s ease-in;
    transition: transform .15s ease-in;
    transition: transform .15s ease-in, -webkit-transform .15s ease-in;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.swagger-ui .model-toggle.collapsed {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.swagger-ui .model-toggle:after {
    display: block;
    width: 20px;
    height: 20px;
    content: "";
    background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"><path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/></svg>') 50% no-repeat;
    background-size: 100%
}

.swagger-ui .model-jump-to-path {
    position: relative;
    cursor: pointer
}

.swagger-ui .model-jump-to-path .view-line-link {
    position: absolute;
    top: -.4em;
    cursor: pointer
}

.swagger-ui .model-title {
    position: relative
}

.swagger-ui .model-title:hover .model-hint {
    visibility: visible
}

.swagger-ui .model-hint {
    position: absolute;
    top: -1.8em;
    visibility: hidden;
    padding: .1em .5em;
    white-space: nowrap;
    color: #ebebeb;
    border-radius: 4px;
    background: rgba(0, 0, 0, .7)
}

.swagger-ui .model p {
    margin: 0 0 1em
}

.swagger-ui .model .property {
    color: #999;
    font-style: italic
}

.swagger-ui .model .property.primitive {
    color: #6b6b6b
}

.swagger-ui .model .external-docs, .swagger-ui table.model tr.description {
    color: #666;
    font-weight: 400
}

.swagger-ui table.model tr.description td:first-child, .swagger-ui table.model tr.property-row.required td:first-child {
    font-weight: 700
}

.swagger-ui table.model tr.property-row td {
    vertical-align: top
}

.swagger-ui table.model tr.property-row td:first-child {
    padding-right: .2em
}

.swagger-ui table.model tr.property-row .star {
    color: red
}

.swagger-ui table.model tr.extension {
    color: #777
}

.swagger-ui table.model tr.extension td:last-child {
    vertical-align: top
}

.swagger-ui table.model tr.external-docs td:first-child {
    font-weight: 700
}

.swagger-ui table.model tr .renderedMarkdown p:first-child {
    margin-top: 0
}

.swagger-ui section.models {
    margin: 30px 0;
    border: 1px solid rgba(59, 65, 81, .3);
    border-radius: 4px
}

.swagger-ui section.models .pointer {
    cursor: pointer
}

.swagger-ui section.models.is-open {
    padding: 0 0 20px
}

.swagger-ui section.models.is-open h4 {
    margin: 0 0 5px;
    border-bottom: 1px solid rgba(59, 65, 81, .3)
}

.swagger-ui section.models h4 {
    font-size: 16px;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 10px 20px 10px 10px;
    cursor: pointer;
    transition: all .2s;
    font-family: sans-serif;
    color: #606060
}

.swagger-ui section.models h4 svg {
    transition: all .4s
}

.swagger-ui section.models h4 span {
    flex: 1
}

.swagger-ui section.models h4:hover {
    background: rgba(0, 0, 0, .02)
}

.swagger-ui section.models h5 {
    font-size: 16px;
    margin: 0 0 10px;
    font-family: sans-serif;
    color: #707070
}

.swagger-ui section.models .model-jump-to-path {
    position: relative;
    top: 5px
}

.swagger-ui section.models .model-container {
    margin: 0 20px 15px;
    position: relative;
    transition: all .5s;
    border-radius: 4px;
    background: rgba(0, 0, 0, .05)
}

.swagger-ui section.models .model-container:hover {
    background: rgba(0, 0, 0, .07)
}

.swagger-ui section.models .model-container:first-of-type {
    margin: 20px
}

.swagger-ui section.models .model-container:last-of-type {
    margin: 0 20px
}

.swagger-ui section.models .model-container .models-jump-to-path {
    position: absolute;
    top: 8px;
    right: 5px;
    opacity: .65
}

.swagger-ui section.models .model-box {
    background: none
}

.swagger-ui .model-box {
    padding: 10px;
    display: inline-block;
    border-radius: 4px;
    background: rgba(0, 0, 0, .1)
}

.swagger-ui .model-box .model-jump-to-path {
    position: relative;
    top: 4px
}

.swagger-ui .model-box.deprecated {
    opacity: .5
}

.swagger-ui .model-title {
    font-size: 16px;
    font-family: sans-serif;
    color: #505050
}

.swagger-ui .model-title img {
    margin-left: 1em;
    position: relative;
    bottom: 0
}

.swagger-ui .model-deprecated-warning {
    font-size: 16px;
    font-weight: 600;
    margin-right: 1em;
    font-family: sans-serif;
    color: #f93e3e
}

.swagger-ui span > span.model .brace-close {
    padding: 0 0 0 10px
}

.swagger-ui .prop-name {
    display: inline-block;
    margin-right: 1em
}

.swagger-ui .prop-type {
    color: #55a
}

.swagger-ui .prop-enum {
    display: block
}

.swagger-ui .prop-format {
    color: #606060
}

.swagger-ui .servers > label {
    font-size: 12px;
    margin: -20px 15px 0 0;
    font-family: sans-serif;
    color: #3b4151
}

.swagger-ui .servers > label select {
    min-width: 130px;
    max-width: 100%;
    width: 100%
}

.swagger-ui .servers h4.message {
    padding-bottom: 2em
}

.swagger-ui .servers table tr {
    width: 30em
}

.swagger-ui .servers table td {
    display: inline-block;
    max-width: 15em;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px
}

.swagger-ui .servers table td:first-of-type {
    padding-right: 1em
}

.swagger-ui .servers table td input {
    width: 100%;
    height: 100%
}

.swagger-ui .servers .computed-url {
    margin: 2em 0
}

.swagger-ui .servers .computed-url code {
    display: inline-block;
    padding: 4px;
    font-size: 16px;
    margin: 0 1em
}

.swagger-ui .servers-title {
    font-size: 12px;
    font-weight: 700
}

.swagger-ui .operation-servers h4.message {
    margin-bottom: 2em
}

.swagger-ui table {
    width: 100%;
    padding: 0 10px;
    border-collapse: collapse
}

.swagger-ui table.model tbody tr td {
    padding: 0;
    vertical-align: top
}

.swagger-ui table.model tbody tr td:first-of-type {
    width: 174px;
    padding: 0 0 0 2em
}

.swagger-ui table.headers td {
    font-size: 12px;
    font-weight: 300;
    vertical-align: middle;
    font-family: monospace;
    color: #3b4151
}

.swagger-ui table.headers .header-example {
    color: #999;
    font-style: italic
}

.swagger-ui table tbody tr td {
    padding: 10px 0 0;
    vertical-align: top
}

.swagger-ui table tbody tr td:first-of-type {
    min-width: 6em;
    padding: 10px 0
}

.swagger-ui table thead tr td, .swagger-ui table thead tr th {
    font-size: 12px;
    font-weight: 700;
    padding: 12px 0;
    text-align: left;
    border-bottom: 1px solid rgba(59, 65, 81, .2);
    font-family: sans-serif;
    color: #3b4151
}

.swagger-ui .parameters-col_description {
    width: 99%;
    margin-bottom: 2em
}

.swagger-ui .parameters-col_description input {
    width: 100%;
    max-width: 340px
}

.swagger-ui .parameters-col_description select {
    border-width: 1px
}

.swagger-ui .parameters-col_description .markdown p {
    margin: 0
}

.swagger-ui .parameter__name {
    font-size: 16px;
    font-weight: 400;
    margin-right: .75em;
    font-family: sans-serif;
    color: #3b4151
}

.swagger-ui .parameter__name.required {
    font-weight: 700
}

.swagger-ui .parameter__name.required span {
    color: red
}

.swagger-ui .parameter__name.required:after {
    font-size: 10px;
    position: relative;
    top: -6px;
    padding: 5px;
    content: "required";
    color: rgba(255, 0, 0, .6)
}

.swagger-ui .parameter__extension, .swagger-ui .parameter__in {
    font-size: 12px;
    font-style: italic;
    font-family: monospace;
    font-weight: 600;
    color: #807f7f
}

.swagger-ui .parameter__deprecated {
    font-size: 12px;
    font-style: italic;
    font-family: monospace;
    font-weight: 600;
    color: red
}

.swagger-ui .parameter__empty_value_toggle {
    display: block;
    font-size: 13px;
    padding-top: 5px;
    padding-bottom: 12px
}

.swagger-ui .parameter__empty_value_toggle input {
    margin-right: 7px
}

.swagger-ui .parameter__empty_value_toggle.disabled {
    opacity: .7
}

.swagger-ui .table-container {
    padding: 20px
}

.swagger-ui .response-col_description .markdown p {
    margin: 0
}

.swagger-ui .response-col_links {
    min-width: 6em
}

.swagger-ui .response__extension {
    font-size: 12px;
    font-style: italic;
    font-family: monospace;
    font-weight: 600;
    color: #807f7f
}

.swagger-ui .topbar {
    padding: 10px 0;
    background-color: #1b1b1b
}

.swagger-ui .topbar .topbar-wrapper, .swagger-ui .topbar a {
    display: flex;
    align-items: center
}

.swagger-ui .topbar a {
    font-size: 1.5em;
    font-weight: 700;
    flex: 1;
    max-width: 300px;
    text-decoration: none;
    font-family: sans-serif;
    color: #fff
}

.swagger-ui .topbar a span {
    margin: 0;
    padding: 0 10px
}

.swagger-ui .topbar .download-url-wrapper {
    display: flex;
    flex: 3;
    justify-content: flex-end
}

.swagger-ui .topbar .download-url-wrapper input[type=text] {
    width: 100%;
    margin: 0;
    border: 2px solid #62a03f;
    border-radius: 4px 0 0 4px;
    outline: none
}

.swagger-ui .topbar .download-url-wrapper .select-label {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 600px;
    margin: 0;
    color: #f0f0f0
}

.swagger-ui .topbar .download-url-wrapper .select-label span {
    font-size: 16px;
    flex: 1;
    padding: 0 10px 0 0;
    text-align: right
}

.swagger-ui .topbar .download-url-wrapper .select-label select {
    flex: 2;
    width: 100%;
    border: 2px solid #62a03f;
    outline: none;
    box-shadow: none
}

.swagger-ui .topbar .download-url-wrapper .download-url-button {
    font-size: 16px;
    font-weight: 700;
    padding: 4px 30px;
    border: none;
    border-radius: 0 4px 4px 0;
    background: #62a03f;
    font-family: sans-serif;
    color: #fff
}

.swagger-ui .info {
    margin: 50px 0
}

.swagger-ui .info.failed-config {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.swagger-ui .info hgroup.main {
    margin: 0 0 20px
}

.swagger-ui .info hgroup.main a {
    font-size: 12px
}

.swagger-ui .info pre {
    font-size: 14px
}

.swagger-ui .info li, .swagger-ui .info p, .swagger-ui .info table {
    font-size: 14px;
    font-family: sans-serif;
    color: #3b4151
}

.swagger-ui .info h1, .swagger-ui .info h2, .swagger-ui .info h3, .swagger-ui .info h4, .swagger-ui .info h5 {
    font-family: sans-serif;
    color: #3b4151
}

.swagger-ui .info a {
    font-size: 14px;
    transition: all .4s;
    font-family: sans-serif;
    color: #4990e2
}

.swagger-ui .info a:hover {
    color: #1f69c0
}

.swagger-ui .info > div {
    margin: 0 0 5px
}

.swagger-ui .info .base-url {
    font-size: 12px;
    font-weight: 300 !important;
    margin: 0;
    font-family: monospace;
    color: #3b4151
}

.swagger-ui .info .title {
    font-size: 36px;
    margin: 0;
    font-family: sans-serif;
    color: #3b4151
}

.swagger-ui .info .title small {
    font-size: 10px;
    position: relative;
    top: -5px;
    display: inline-block;
    margin: 0 0 0 5px;
    padding: 2px 4px;
    vertical-align: super;
    border-radius: 57px;
    background: #7d8492
}

.swagger-ui .info .title small.version-stamp {
    background-color: #89bf04
}

.swagger-ui .info .title small pre {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    color: #fff
}

.swagger-ui .auth-btn-wrapper {
    display: flex;
    padding: 10px 0;
    justify-content: center
}

.swagger-ui .auth-btn-wrapper .btn-done {
    margin-right: 1em
}

.swagger-ui .auth-wrapper {
    display: flex;
    flex: 1;
    justify-content: flex-end
}

.swagger-ui .auth-wrapper .authorize {
    padding-right: 20px;
    margin-left: 10px;
    margin-right: 10px
}

.swagger-ui .auth-container {
    margin: 0 0 10px;
    padding: 10px 20px;
    border-bottom: 1px solid #ebebeb
}

.swagger-ui .auth-container:last-of-type {
    margin: 0;
    padding: 10px 20px;
    border: 0
}

.swagger-ui .auth-container h4 {
    margin: 5px 0 15px !important
}

.swagger-ui .auth-container .wrapper {
    margin: 0;
    padding: 0
}

.swagger-ui .auth-container input[type=password], .swagger-ui .auth-container input[type=text] {
    min-width: 230px
}

.swagger-ui .auth-container .errors {
    font-size: 12px;
    padding: 10px;
    border-radius: 4px;
    background-color: #fee;
    color: red;
    margin: 1em;
    font-family: monospace;
    font-weight: 600
}

.swagger-ui .auth-container .errors b {
    text-transform: capitalize;
    margin-right: 1em
}

.swagger-ui .scopes h2 {
    font-size: 14px;
    font-family: sans-serif;
    color: #3b4151
}

.swagger-ui .scopes h2 a {
    font-size: 12px;
    color: #4990e2;
    cursor: pointer;
    padding-left: 10px;
    text-decoration: underline
}

.swagger-ui .scope-def {
    padding: 0 0 20px
}

.swagger-ui .errors-wrapper {
    margin: 20px;
    padding: 10px 20px;
    -webkit-animation: scaleUp .5s;
    animation: scaleUp .5s;
    border: 2px solid #f93e3e;
    border-radius: 4px;
    background: rgba(249, 62, 62, .1)
}

.swagger-ui .errors-wrapper .error-wrapper {
    margin: 0 0 10px
}

.swagger-ui .errors-wrapper .errors h4 {
    font-size: 14px;
    margin: 0;
    font-family: monospace;
    font-weight: 600;
    color: #3b4151
}

.swagger-ui .errors-wrapper .errors small {
    color: #606060
}

.swagger-ui .errors-wrapper .errors .message {
    white-space: pre-line
}

.swagger-ui .errors-wrapper .errors .message.thrown {
    max-width: 100%
}

.swagger-ui .errors-wrapper .errors .error-line {
    text-decoration: underline;
    cursor: pointer
}

.swagger-ui .errors-wrapper hgroup {
    display: flex;
    align-items: center
}

.swagger-ui .errors-wrapper hgroup h4 {
    font-size: 20px;
    margin: 0;
    flex: 1;
    font-family: sans-serif;
    color: #3b4151
}

@-webkit-keyframes scaleUp {
    0% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: 0
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes scaleUp {
    0% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: 0
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.swagger-ui .Resizer.vertical.disabled {
    display: none
}

.swagger-ui .btn {
    color: #7ccaab
}

.swagger-ui .information-container, .swagger-ui .topbar {
    display: none
}

.swagger-ui .swagger-ui p {
    font-size: inherit;
    margin: inherit
}

.swagger-ui .swagger-ui code[class*=language-] {
    text-shadow: none;
    color: inherit
}

.swagger-ui .swagger-ui .scheme-container .schemes > div:first-child {
    display: none
}

.swagger-ui .opblock.opblock-get {
    border-color: rgba(2, 89, 132, .3);
    background: rgba(2, 89, 132, .1)
}

.swagger-ui .opblock.opblock-get .opblock-summary-method {
    background: #025984
}

.swagger-ui .opblock.opblock-get .opblock-summary {
    border-color: rgba(2, 89, 132, .3)
}

.swagger-ui .opblock.opblock-get .tab-header .tab-item.active h4 span:after {
    background: #025984
}

.swagger-ui .col {
    width: inherit
}

.swagger-ui .col, .swagger-ui [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.swagger-ui .wrapper {
    padding: 0
}

.swagger-ui svg {
    height: 20px
}

.swagger-ui .scheme-container {
    box-shadow: none;
    margin: 0;
    padding: 0 0 15px
}

.swagger-ui .response-col_description {
    width: 99%
}

.swagger-ui .tab li:first-of-type {
    padding-right: 12px
}
