table.parameters {
  display: table!important;
  overflow: hidden;
}
.information-container.wrapper, .headers-wrapper {
  display: none;
}
.swagger-ui .wrapper {
    width: 100%;
    margin: 0 auto;
}
.swagger-ui .model-box p {
    font-size: .8rem;
}
.swagger-ui .opblock-tag-section {
    display: flex;
    flex-direction: column;
    margin-bottom: 0rem;
    border-bottom: 1px solid #d8dee3;
}
.swagger-ui .opblock-tag-section.is-open {
    margin-bottom: 0;
    border-bottom: none;
    background: white;
}
.swagger-ui .opblock-section-header h4 {
  color: #009;
  font-size: 1.8rem;
}
.opblock-title {
  font-size: 1.8rem;
}
.swagger-ui .table-container .col, .swagger-ui .table-container .col.col_header {
  width: 25%;
  width: auto;
  float: initial;
  padding: .5rem;
  text-align: left;
  font-size: .875rem;
  border-bottom: 1px solid #d8dee3;
}
.model-toggle::after {
  content: "\e914";
  font-family: 'eps-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: .5;
}
.model-toggle:hover::after {
  opacity: 1;
}

.model-toggle.collapsed::after {
  content: "\e90c"
}
.swagger-ui .table-container .col.col_header {
  font-size: .75rem;
  font-family: 'CenturyGothicBold';
  font-weight: normal;
  padding-bottom: 6px;
  border-bottom: 2px solid #939597;
  color: #939597;
  text-align: left;
  vertical-align: bottom;
}
.swagger-ui .opblock-section, .swagger-ui .opblock-description-wrapper, .swagger-ui .opblock-summary, .responses-wrapper {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1440px;
    padding-right: 15px!important;
    padding-left: 15px!important;
}
.sidebar-offset .swagger-ui .opblock-section, .sidebar-offset .swagger-ui .opblock-description-wrapper, .sidebar-offset .swagger-ui .opblock-summary, .sidebar-offset .responses-wrapper {
    max-width: 1240px;
}

.swagger-ui .opblock-tag {
    cursor: pointer;
    transition: all .2s;
    display: none;
}
.swagger-ui .opblock-tag .nostyle {
    display: block;
}
.swagger-ui .opblock-tag {
    color: #394750;
    padding: 1rem 0;
    margin: 0;
}
.swagger-ui .opblock-tag svg {
    transition: all .4s;
}
.swagger-ui .opblock-tag small {
    font-weight: normal;
    font-size: 60%;
    padding: 0;
}
.swagger-ui .parameter__type {
    font-size: 12px;
    padding: 5px 0;
    color: #394750;
}
.swagger-ui .view-line-link {
    position: relative;
    top: 3px;
    width: 20px;
    margin: 0 5px;
    cursor: pointer;
    transition: all .5s;
}
.swagger-ui .opblock {
    margin: 0;
    border-top: 1px solid;
    padding: 1rem 0;
}
.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: '';
    transform: translateX(-50%);
    background: #708899;
}
.swagger-ui .opblock.is-open .opblock-summary {
    padding: 3rem 0 0 0;
}
.swagger-ui .opblock .opblock-section-header {
    min-height: 50px;
    margin-top: 3rem;
    width: 100%;
    position: relative;
}
.swagger-ui .opblock .opblock-section-header .try-out {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    display: none;
}
.swagger-ui .opblock .opblock-section-header label {
    font-size: 12px;
    font-family: 'CenturyGothicBold';
font-weight: normal;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    margin: 0;
    margin-left: auto;
    color: #394750;
}
.swagger-ui .opblock .opblock-section-header label span {
    padding: 0 10px 0 0;
}
.swagger-ui .opblock .opblock-section-header label span::after {
    content: ': application/json'}
.swagger-ui .opblock .opblock-section-header label .execute-content-type {
    display: none;
}
.swagger-ui .opblock .opblock-summary-method {
    font-size: .8em;
    font-family: 'CenturyGothicBold';
font-weight: normal;
    padding: 6px 15px;
    text-align: center;
    border-radius: 3px;
    background: #000;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    color: #fff;
}
.swagger-ui .opblock .opblock-summary-path, .swagger-ui .opblock .opblock-summary-operation-id, .swagger-ui .opblock .opblock-summary-path__deprecated {
    font-size: 16px;
    min-width: 50%;
    display: flex;
    align-items: center;
    padding: 0 10px;
    color: #394750;
}
.swagger-ui .opblock .opblock-summary-path .view-line-link, .swagger-ui .opblock .opblock-summary-operation-id .view-line-link, .swagger-ui .opblock .opblock-summary-path__deprecated .view-line-link {
    position: relative;
    top: 2px;
    width: 0;
    margin: 0;
    cursor: pointer;
    transition: all .5s;
}
.swagger-ui .opblock .opblock-summary-path:hover .view-line-link, .swagger-ui .opblock .opblock-summary-operation-id:hover .view-line-link, .swagger-ui .opblock .opblock-summary-path__deprecated:hover .view-line-link {
    width: 18px;
    margin: 0 5px;
}
.swagger-ui .opblock .opblock-summary-path__deprecated {
    text-decoration: line-through;
}
.swagger-ui .opblock .opblock-summary-operation-id {
    font-size: .8em;
}
.swagger-ui .opblock .opblock-summary-description {
  font-size: 2.5rem;
  font-family: 'CenturyGothicBold';
  font-weight: normal;
  color: #5bdfb8;
}
.swagger-ui .opblock .opblock-summary-method {
    display: inline-block;
    border-radius: 0px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.swagger-ui .opblock .opblock-summary-path {
    display: inline-block;
    font-size: .8em;
    font-family: 'CenturyGothicBold';
font-weight: normal;
    min-width: 80px;
    padding: 6px 15px;
    text-align: center;
    border-radius: 0px;
    background: #000000;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    color: #fff;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.swagger-ui .opblock .opblock-summary {
    padding: 3rem 0 3rem 0;
    cursor: pointer;
}
.swagger-ui .opblock.opblock-post {
    border-color: #d8dee3;
    background: rgba(13, 90, 167, 0);
}
.swagger-ui .opblock.opblock-post .opblock-summary-method {
    background: #5bdfb8;
}
.swagger-ui .opblock.opblock-post .opblock-summary {
    border-color: none;
}
.swagger-ui .opblock.opblock-post .tab-header .tab-item.active h4 span:after {
    background: #5bdfb8;
}
.swagger-ui .opblock.opblock-put {
    border-color: #d8dee3;
    background: rgba(13, 90, 167, 0);
}
.swagger-ui .opblock.opblock-put .opblock-summary-method {
    background: #5bdfb8;
}
.swagger-ui .opblock.opblock-put .opblock-summary {
    border-color: none;
}
.swagger-ui .opblock.opblock-put .tab-header .tab-item.active h4 span:after {
    background: #5bdfb8;
}
.swagger-ui .opblock.opblock-delete {
    border-color: #d8dee3;
    background: rgba(249, 62, 62, 0);
}
.swagger-ui .opblock.opblock-delete .opblock-summary-method {
    background: #f93e3e;
}
.swagger-ui .opblock.opblock-delete .opblock-summary {
    border-color: none;
}
.swagger-ui .opblock.opblock-delete .tab-header .tab-item.active h4 span:after {
    background: #f93e3e;
}
.swagger-ui .opblock.opblock-get {
    border-color: #d8dee3;
    background: rgba(13, 90, 167, 0);
}
.swagger-ui .opblock.opblock-get .opblock-summary-method {
    background: #5bdfb8;
}
.swagger-ui .opblock.opblock-get .opblock-summary {
    border-color: none;
}
.swagger-ui .opblock.opblock-get .tab-header .tab-item.active h4 span:after {
    background: #5bdfb8;
}
.swagger-ui .opblock.opblock-patch {
    border-color: #d8dee3;
    background: rgba(80, 227, 194, 0);
}
.swagger-ui .opblock.opblock-patch .opblock-summary-method {
    background: #50e3c2;
}
.swagger-ui .opblock.opblock-patch .opblock-summary {
    border-color: none;
}
.swagger-ui .opblock.opblock-patch .tab-header .tab-item.active h4 span:after {
    background: #50e3c2;
}
.swagger-ui .opblock.opblock-head {
    border-color: #d8dee3;
    background: rgba(13, 90, 167, 0);
}
.swagger-ui .opblock.opblock-head .opblock-summary-method {
    background: #5bdfb8;
}
.swagger-ui .opblock.opblock-head .opblock-summary {
    border-color: none;
}
.swagger-ui .opblock.opblock-head .tab-header .tab-item.active h4 span:after {
    background: #5bdfb8;
}
.swagger-ui .opblock.opblock-options {
    border-color: #d8dee3;
    background: rgba(13, 90, 167, 0);
}
.swagger-ui .opblock.opblock-options .opblock-summary-method {
    background: #5bdfb8;
}
.swagger-ui .opblock.opblock-options .opblock-summary {
    border-color: none;
}
.swagger-ui .opblock.opblock-options .tab-header .tab-item.active h4 span:after {
    background: #5bdfb8;
}
.swagger-ui .opblock.opblock-deprecated {
    opacity: .6;
    border-color: #d8dee3;
    background: rgba(235, 235, 235, 0);
}
.swagger-ui .opblock.opblock-deprecated .opblock-summary-method {
    background: #ebebeb;
}
.swagger-ui .opblock.opblock-deprecated .opblock-summary {
    border-color: none;
}
.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 10px;
    border: 2px solid #d8dde7;
}
.swagger-ui .tablinks {
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    font-size: .8em;
    padding: .7rem;
    opacity: 1;
}
.swagger-ui .tablinks:hover {
    opacity: 1;
}
.swagger-ui .tab {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: block;
    border-bottom: 1px solid #d8dee3;
}
.swagger-ui .tab li {
    display: inline-block;
    position: relative;
    margin: 0 5px 0 0;
    vertical-align: bottom;
    list-style-type: none;
}
.swagger-ui .tab li::after {
  display: block;
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 0;
  -webkit-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
  pointer-events: none;
}
.swagger-ui .tab li:hover::after {
  height: 3px;
  background: #e6e6e6;
}
.swagger-ui .tab li.active::after {
  background: #009;
  height: 3px;
}
.swagger-ui .tab li a {
  font-size: 1rem;
  display: inline-block;
  padding: 0 8px 3px;
  color: #000;
  line-height: 30px;
  text-decoration: none;
}

.swagger-ui .tab li.active .tablinks {
  font-family: 'CenturyGothicBold';
  font-weight: normal;
  color: #009;
}
.swagger-ui .opblock-description-wrapper, .swagger-ui .opblock-external-docs-wrapper, .swagger-ui .opblock-title_normal {
    padding: 1rem 0;
}
.swagger-ui .opblock-external-docs-wrapper h4 {
    padding-left: 0px;
}
.swagger-ui .execute-wrapper {
    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 0;
}
.swagger-ui .responses-inner h5, .swagger-ui .responses-inner h4 {
    color: white;
}
.swagger-ui .response-col_status {
    font-family: 'CenturyGothicBold';
font-weight: normal;
    min-width: 15rem;
    width: 20%;
    padding: 0 0 1rem 0;
}
.swagger-ui .response-col_status .response-undocumented {
    font-size: 11px;
    color: #999;
}
.swagger-ui .response-col_description {
    padding: 0 0 0 0;
}
.swagger-ui .response-col_links {
    padding-left: 2em;
    max-width: 40em;
    font-size: .8em;
}
.swagger-ui .response-col_links .response-undocumented {
    font-size: 11px;
    color: #999;
}
.swagger-ui .response-col_description__inner span {
    font-style: italic;
    display: block;
}
.swagger-ui .response-col_description__inner span p {
    margin: 0;
}
.swagger-ui .response-col_description__inner a {
    color: #89bf04;
    text-decoration: underline;
}
.swagger-ui .response-col_description__inner a:hover {
    color: #81b10c;
}
.swagger-ui .opblock-body pre span {
    color: #fff !important;
}
.swagger-ui .opblock-body pre .headerline {
    display: block;
}
.swagger-ui .opblock-body pre::-webkit-scrollbar {
    width: 1rem;
    height: 1rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50px;
}
.swagger-ui .opblock-body pre::-webkit-scrollbar-button {
    width: 5px;
    height: 0px;
}
.swagger-ui .opblock-body pre::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border: 0px none rgba(255, 255, 255, 0);
    border-radius: 50px;
}
.swagger-ui .opblock-body pre::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 213, 0, 0.4);
}
.swagger-ui .opblock-body pre::-webkit-scrollbar-thumb:active {
    background: #5bdfb8;
}
.swagger-ui .opblock-body pre::-webkit-scrollbar-track {
    background: rgba(0, 30, 70, 0);
    border: 0px none rgba(255, 255, 255, 0);
    border-radius: 50px;
}
.swagger-ui .opblock-body pre::-webkit-scrollbar-track:hover {
    background: rgba(0, 30, 70, 0);
}
.swagger-ui .opblock-body pre::-webkit-scrollbar-track:active {
    background: rgba(0, 30, 70, 0);
}
.swagger-ui .opblock-body pre::-webkit-scrollbar-corner {
    background: transparent;
}
.swagger-ui .scheme-container {
    display: none;
}
.swagger-ui .scheme-container .schemes {
    display: flex;
    align-items: center;
}
.swagger-ui .scheme-container .schemes>label {
    font-size: 12px;
    font-family: 'CenturyGothicBold';
font-weight: normal;
    display: flex;
    flex-direction: column;
    margin: -20px 15px 0 0;
    color: #394750;
}
.swagger-ui .scheme-container .schemes>label select {
    min-width: 130px;
    text-transform: uppercase;
}
.swagger-ui .server-container {
    margin: 0 0 20px 0;
    padding: 30px 0;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
}
.swagger-ui .server-container .computed-url {
    margin: 2em 0;
}
.swagger-ui .server-container .computed-url code {
    color: grey;
    display: inline-block;
    padding: 4px;
    font-size: 16px;
    margin: 0 1em;
    font-style: italic;
}
.swagger-ui .server-container .servers {
    display: flex;
    align-items: center;
}
.swagger-ui .server-container .servers .servers-title {
    margin-right: 1em;
}
.swagger-ui .server-container .servers>label {
    font-size: 12px;
    display: flex;
    flex-direction: column;
    margin: -20px 15px 0 0;
    color: #394750;
}
.swagger-ui .server-container .servers>label select {
    min-width: 130px;
}
.swagger-ui .server-container .servers table tr {
    width: 30em;
}
.swagger-ui .server-container .servers table td {
    display: inline-block;
    max-width: 15em;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
}
.swagger-ui .server-container .servers table td:first-of-type {
    padding-right: 2em;
}
.swagger-ui .server-container .servers table td input {
    width: 100%;
    height: 100%}
.swagger-ui .loading-container {
    padding: 40px 0 60px;
}
.swagger-ui .loading-container .loading {
    position: relative;
}
.swagger-ui .loading-container .loading:after {
    font-size: 10px;
    font-family: 'CenturyGothicBold';
font-weight: normal;
    position: absolute;
    top: 50%;
    left: 50%;
    content: 'loading';
    transform: translate(-50%,  -50%);
    text-transform: uppercase;
    color: #394750;
}
.swagger-ui .loading-container .loading:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 60px;
    height: 60px;
    margin: -30px -30px;
    content: '';
    animation: rotation 1s infinite linear,  opacity .5s;
    opacity: 1;
    border: 2px solid rgba(85, 85, 85, 0.1);
    border-top-color: rgba(0, 0, 0, 0.6);
    border-radius: 100%;
    backface-visibility: hidden;
}
@keyframes rotation {
    to {
    transform: rotate(360deg);
}
}.swagger-ui .renderedMarkdown p {
    margin-top: 0px;
    margin-bottom: 0px;
}
.swagger-ui .response-content-type {
    padding-top: 0em;
}
.responses-table tbody {
    display: inline-block;
    width: 100%;
}
@keyframes blinker {
    50% {
    opacity: 0;
}
}.swagger-ui section h3 {
    color: #394750;
}
.swagger-ui a.nostyle {
    text-decoration: inherit;
    color: inherit;
    cursor: pointer;
    display: inline;
}
.swagger-ui a.nostyle:visited {
    text-decoration: inherit;
    color: inherit;
    cursor: pointer;
}
.swagger-ui .btn {
    font-size: 14px;
    font-family: 'CenturyGothicBold';
font-weight: normal;
    padding: 5px 23px;
    transition: all .3s;
    border: 2px solid #888;
    border-radius: 4px;
    background: transparent;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #394750;
}
.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, 0.3);
}
.swagger-ui .btn.cancel {
    border-color: #ff6060;
    color: #ff6060;
}
.swagger-ui .btn.authorize {
    line-height: 1;
    display: inline;
    color: #5bdfb8;
    border-color: #5bdfb8;
}
.swagger-ui .btn.authorize span {
    float: left;
    padding: 4px 20px 0 0;
}
.swagger-ui .btn.authorize svg {
    fill: #5bdfb8;
}
.swagger-ui .btn.execute {
    animation: swagger-ui-pulse 2s infinite;
    color: #fff;
    border-color: #4990e2;
}
@keyframes swagger-ui-pulse {
    0% {
    color: #fff;
    background: #4990e2;
    box-shadow: 0 0 0 0 rgba(73, 144, 226, 0.8);
}
70% {
    box-shadow: 0 0 0 5px rgba(73, 144, 226, 0);
}
100% {
    color: #fff;
    background: #4990e2;
    box-shadow: 0 0 0 0 rgba(73, 144, 226, 0);
}
}.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 10px;
    border: none;
    background: none;
}
.swagger-ui .authorization__btn.locked {
    opacity: 1;
}
.swagger-ui .authorization__btn.unlocked {
    opacity: .4;
}
.swagger-ui .expand-methods, .swagger-ui .expand-operation {
    border: none;
    background: none;
    font-size: 0;
    position: absolute;
    padding-bottom: 0;
    top: 50%;
    right: 0;
    height: 2rem;
    width: 2rem;
    margin: -1rem 0 0 0;
    padding: 0;
}
.swagger-ui .expand-methods:after, .swagger-ui .expand-operation:after {
    content: "\e90b";
    font-family: 'ean-iconfont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 2rem;
    font-size: 2rem;
    position: absolute;
    top: 0;
    left: 0;
}
.swagger-ui .expand-methods svg, .swagger-ui .expand-operation svg {
    display: none;
    width: 20px;
    height: 20px;
}
.swagger-ui .is-open .expand-methods:after, .swagger-ui .is-open .expand-operation:after {
    content: "\e9d9"}
.swagger-ui .expand-methods {
    padding: 0 10px;
}
.swagger-ui .expand-methods:hover svg {
    fill: #444;
}
.swagger-ui .expand-methods svg {
    transition: all .3s;
    fill: #777;
}
.swagger-ui button {
    cursor: pointer;
    outline: none;
}
.swagger-ui button.invalid {
    animation: shake .4s 1;
    border-color: #f93e3e;
    background: #feebeb;
}
.swagger-ui select.invalid {
    animation: shake .4s 1;
    border-color: #f93e3e;
    background: #feebeb;
}
.swagger-ui input[type=text], .swagger-ui input[type=password], .swagger-ui input[type=search], .swagger-ui input[type=email], .swagger-ui input[type=file] {
    border: 1px solid #d8dee3;
    padding: 1rem;
}
.swagger-ui input[type=text].invalid, .swagger-ui input[type=password].invalid, .swagger-ui input[type=search].invalid, .swagger-ui input[type=email].invalid, .swagger-ui input[type=file].invalid {
    animation: shake .4s 1;
    border-color: #f93e3e;
    background: #feebeb;
}
.swagger-ui input[type=text]:focus, .swagger-ui input[type=password]:focus, .swagger-ui input[type=search]:focus, .swagger-ui input[type=email]:focus, .swagger-ui input[type=file]:focus {
    border-color: #5bdfb8;
}
.swagger-ui textarea {
    color: #394750;
}
.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, 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;
    transform: translate(-50%,  -50%);
    border: 1px solid #ebebeb;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 10px 30px 0 rgba(0, 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 0;
    color: #41444e;
}
.swagger-ui .dialog-ux .modal-ux-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0 0 0;
    color: #394750;
}
.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;
    appearance: none;
}
.swagger-ui .dialog-ux .modal-ux-header h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding: 0 20px;
    flex: 1;
    color: #394750;
}

.swagger-ui section.models {
    display: none;
    margin: 0 0 3rem 0;
    padding: 0;
}
.swagger-ui section.models.is-open h4 {
    border-bottom: 1px solid #d8dee3;
}
.swagger-ui section.models.is-open .model-container {
    background: rgba(186, 198, 206, 0.5);
}
.swagger-ui section.models.is-open .model-container:hover {
    background: rgba(186, 198, 206, 0.5);
}
.swagger-ui section.models h4 {
    display: flex;
    padding: 1rem 0;
    cursor: pointer;
    transition: all .2s;
    align-items: center;
}
.swagger-ui section.models h4 svg {
    transition: all .4s;
}
.swagger-ui section.models h4 span {
    flex: 1;
}
.swagger-ui section.models h5 {
    font-size: 16px;
    margin: 0 0 10px 0;
    color: #777;
}
.swagger-ui section.models .model-jump-to-path {
    position: relative;
    top: 5px;
}
.swagger-ui section.models .model-container {
    margin-top: 1rem;
    transition: all .5s;
    background: rgba(186, 198, 206, 0.7);
}
.swagger-ui section.models .model-container:hover {
    background: rgba(186, 198, 206, 0.5);
}
.swagger-ui section.models .model-box {
    background: none;
}
.swagger-ui .model-box {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: .8rem!important;
}
.model-hint {
  display: none!important;
}
.model-title__text {
  margin-right: .5rem;
}
.prop {
  vertical-align: inherit;
}
.swagger-ui [style*="font-style: italic"], .swagger-ui  .prop-type {
  font-size: .8em;
}
.swagger-ui [style*="font-style: italic"] br{
  display: none!important;
}
.swagger-ui [style*="cursor: pointer"],.swagger-ui .brace-open.object {
  width: auto!important;
}
.swagger-ui [style*="padding-right: 0.2em;"] {
  font-family: 'CenturyGothicBold';
  font-weight: normal;
}
.swagger-ui [style*="font-weight: bold;"] {
  font-weight: normal!important;
}
.swagger-ui .model [style*="color: red;"] {
  position: absolute;
  margin: 0 5px;
}
.swagger-ui tr:hover>td[style*="padding-right: 0.2em;"] {
  color: #009;
}
table.model {
  padding-left: 1rem;
}
.markdown p {
  font-size: 1rem;
}
.prop .markdown {
  display: inline-block;
  width: 100%;
}
.swagger-ui .model-box.deprecated {
    opacity: .5;
}
.swagger-ui .model-deprecated-warning {
    margin-right: 1em;
    color: #f93e3e;
}
.swagger-ui span>span.model .brace-close {
    padding: 0 0 0 .2rem;
}
.inner-object table.model tr {
  border-bottom: 1px solid #d8dee3;
  padding-bottom: 1rem;
}
.inner-object table.model tr:last-child {
  border-bottom: 0px solid #d8dee3;
}
.swagger-ui table {
  width: 100%;
  border-collapse: collapse;
  display: inline-block;
}
.tab+div>div>h5 {
  display: none;
}
table.model {
  width: 100%;
  display: table;
}
table.model tbody{
  width: 100%;
  display: table;
}
table.model tbody tr {
    display: table-row;
    table-layout: fixed;
    background: rgba(0,0,0,.01);
    width: 100%;
}
table.model td {
  padding: 10px;
}
.markdown+span{
  padding-left: 1rem;
}
.swagger-ui table.headers td {
    vertical-align: middle;
    color: #737;
}
.swagger-ui .model span span {
    display: inline-block;
    width: 100%;
}
.swagger-ui .responses-table>thead {
    display: none;
}
.swagger-ui .responses-table>tbody tr.response {
    margin-bottom: 2rem;
    position: relative;
    display: inline-block;
    width: 100%;
}
.swagger-ui .responses-table>tbody tr.response>td {
    border-bottom: none;
    display: block;
    width: 100%}
.swagger-ui .responses-table>tbody tr.response>td:first-of-type {
    max-width: 1100px;
    font-size: 1.4em;
    line-height: 1.2;
    font-family: 'CenturyGothicBold';
font-weight: normal;
}
.swagger-ui .responses-table>tbody tr.response>td:first-of-type:before {
    content: 'Code '}
.swagger-ui .parameter__name {
    font-size: 16px;
    font-weight: normal;
    color: #394750;
}
.swagger-ui .parameter__name.required {
    font-family: 'CenturyGothicBold';
font-weight: normal;
}
.swagger-ui .parameter__name.required:after {
    font-size: 10px;
    position: relative;
    top: -6px;
    padding: 5px;
    content: 'required';
    color: rgba(255, 0, 0, 0.6);
}
.swagger-ui .parameter__in {
    font-size: 12px;
    font-style: italic;
    color: #708899;
}
.swagger-ui .parameter__deprecated {
    font-size: 12px;
    font-style: italic;
    color: red;
}
.swagger-ui .topbar {
    display: none;
}
.swagger-ui .info {
    margin: 50px 0;
}
.swagger-ui .info hgroup.main {
    margin: 0 0 20px 0;
}
.swagger-ui .info hgroup.main a {
    font-size: 12px;
}
.swagger-ui .info p, .swagger-ui .info li, .swagger-ui .info table {
    font-size: 14px;
}
.swagger-ui .info code {
    padding: 3px 5px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.05);
    color: #9012fe;
}
.swagger-ui .info a {
    font-size: 14px;
    transition: all .4s;
}
.swagger-ui .info a:hover {
    color: #1f69c0;
}
.swagger-ui .info>div {
    margin: 0 0 5px 0;
}
.swagger-ui .info .base-url {
    font-size: 12px;
    font-weight: 300 !important;
    margin: 0;
    color: #394750;
}
.swagger-ui .info .title {
    font-size: 36px;
    margin: 0;
}
.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 pre {
    margin: 0;
    color: #fff;
}
.swagger-ui .auth-btn-wrapper {
    display: flex;
    padding: 10px 0;
    justify-content: center;
}
.swagger-ui .auth-wrapper {
    display: flex;
    flex: 1;
    justify-content: flex-end;
}
.swagger-ui .auth-wrapper .authorize {
    padding-right: 20px;
}
.swagger-ui .auth-container {
    margin: 0 0 10px 0;
    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 0 !important;
}
.swagger-ui .auth-container .wrapper {
    margin: 0;
    padding: 0;
}
.swagger-ui .auth-container input[type=text], .swagger-ui .auth-container input[type=password] {
    min-width: 230px;
}
.swagger-ui .auth-container .errors {
    font-size: 12px;
    padding: 10px;
    border-radius: 4px;
    color: #394750;
}
.swagger-ui .scopes h2 {
    font-size: 14px;
    color: #394750;
}
.swagger-ui .scope-def {
    padding: 0 0 20px 0;
}
.swagger-ui .errors-wrapper {
    margin: 20px;
    padding: 10px 20px;
    animation: scaleUp .5s;
    border: 2px solid #f93e3e;
    border-radius: 4px;
    background: rgba(249, 62, 62, 0.1);
}
.swagger-ui .errors-wrapper .error-wrapper {
    margin: 0 0 10px 0;
}
.swagger-ui .errors-wrapper .errors h4 {
    font-size: 14px;
    margin: 0;
    color: #394750;
}
.swagger-ui .errors-wrapper .errors small {
    color: #666;
}
.swagger-ui .errors-wrapper hgroup {
    display: flex;
    align-items: center;
}
.swagger-ui .errors-wrapper hgroup h4 {
    font-size: 20px;
    margin: 0;
    flex: 1;
    color: #394750;
}
@keyframes scaleUp {
    0% {
    transform: scale(0.8);
    opacity: 0;
}
100% {
    transform: scale(1);
    opacity: 1;
}
}.swagger-ui .Resizer.vertical.disabled {
    display: none;
}
