/* Custom CSS */

.swagger-ui .topbar {
    display: none;
}

/*.swagger-ui .scheme-container{display: none}*/
.wrapper section span a img[alt="Online validator badge"] {
    display: none;
}

.try-out {
    background: #2738b5;
    position: absolute;
    left: -5.75em;
    top: 1.5em;
    transform: rotate(-90deg);
    padding: 5px;
    color: white;
}

.try-out:hover {
    background-color: #13218D;
}

.hidden {
    display: none;
}

.swagger-ui .opblock.opblock-post,
.swagger-ui .opblock.opblock-post .opblock-summary {
    border-color: #97ddb8;
}

.swagger-ui .opblock.opblock-post .opblock-summary-method {
    background: #97ddb8;
}


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

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


.swagger-ui .opblock.opblock-put,
.swagger-ui .opblock.opblock-put .opblock-summary {
    border-color: #f4cfb5;
}

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


.swagger-ui .opblock.opblock-delete,
.swagger-ui .opblock.opblock-delete .opblock-summary {
    border-color: #fcc5c5;
}

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




/* theme override  */


#header .secondary-color-bg {
    background-color: #fff !important;
}

#header section.secondary-color-bg {
    background-color: #eee !important;
}

#header section.pagetitle {
    background-color: #eee !important;
    background: transparent url(http://18.194.6.167:8081/wp-content/themes/brilliance_pro/images/bg_documentation.jpg) no-repeat center
}

#header .pagetitle-title.heading {
    float: none !important;
    color: #2738b5;
}

#header .breadcrumb {
    float: left;
    color: #777;
    width: 100%;
    background-color: #f8f8f8;
    padding: 10px;
    margin: 0;
}

.breadcrumb .breadcrumb-wrap {
    max-width: 1140px;
    margin: 0 auto;
}

#header .breadcrumb a,
#header .breadcrumb .breadcrumb-title {
    color: #9E9E9E;
    font-weight: 500;
    font-size: .9em;
    text-decoration: none;
}

#header .breadcrumb-separator:before {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    list-style: none;
    font-family: 'proxima-nova', sans-serif !important;
    content: '\02C3';
    font-weight: bold;
    font-size: 20px;
    color: #ff6600;
    margin-top: 2px;
    line-height: 10px;
    opacity: 0.5;
}

.tagline {
    background-color: #eee;
    background: transparent url(http://18.194.6.167:8081/wp-content/themes/brilliance_pro/images/bg_documentation.jpg) no-repeat center;
    background-repeat: repeat-x;
}

.subfooter {
    display: none;
}

.footer {
    background-color: #fff;
    padding: .4em 0;
}

.footer-content {
    max-width: 100%;
    margin: 0 auto;
    color: #777;
    padding: 15px 0;
}

.footer a {
    color: #777777 !important;
    font-size: 1.2em;
    font-weight: 500;
    text-decoration: none;
}

.footer ul {
    font-size: .8em;
    display: table;
    margin-bottom: 0;
}

.footer li {
    display: table-cell;
    margin-right: 2em;
    vertical-align: middle;
    padding: 0 20px;
}

.footer p {
    margin-bottom: 0;
}

/*---------------------------*/
/*---------------------------*/
/*  GENERAL STYLE OVERRIDES  */
/*---------------------------*/
/*---------------------------*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    font-family: 'proxima-nova', sans-serif !important;
    margin: 0;
}

div.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    /* background: white; */
    z-index: 99;
}

.api-content {
    overflow: unset !important;
}

h1 {
    margin: 1em 0 0 0;
    font-weight: bold !important;
    color: #2738b5 !important;
}

h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 6px 0;
    font-weight: bold !important;
    color: #585858 !important;
}

h5 {
    font-size: 12px !important;
    /* font-weight:100!important; */
    border-bottom: 1px solid #ddd !important;

}

h2 {
    font-size: 14px;
}

ul li {
    list-style: none;
    margin-left: 0;
}

p {
    /* 	font-size: 1.125em; */
    line-height: 1.8;
    font-size: 16px;
}

mark {
    background-color: #00c38e !important;
    color: white;
    box-shadow: 0px 0px 0px 3px #00c38e;
}

hr {
    border-top: 1px solid #F1F2F4 !important;
}

p {
    color: black;
    font-family: 'proxima-nova', sans-serif !important;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    color: #595959;
}

.IavJd h5 {
    border-bottom: none !important;
    font-weight: bold;
}

body,
a {
    font-family: 'proxima-nova', sans-serif !important;
    font-weight: 300;
}

a.negative-feedback {}

body {
    font-family: 'proxima-nova', sans-serif !important;
    font-weight: 300;
    font-style: normal;
    font-size: 1em;
}

h1,
h4 {
    font-family: 'proxima-nova', sans-serif !important;
}

h1.heading {
    font-family: 'proxima-nova', sans-serif !important;
}



.help {
    margin-left: 20px;
    border-left: 1px solid;
    position: relative;
    top: 10px;
    padding: 2px 0 2px 15px;
    font-weight: 600;
    color: #555566 !important;
    font-size: 1.2em;
}

.help:hover {
    text-decoration: none;
}

.footer-content .site-logo img {
    /* width:100px!important; */
    margin-right: 2em;
}

.header-wrapper .logo {
    display: block;
    /*     vertical-align: middle; */
    top: 5px;
    position: relative;
}

.header-wrapper .container {
    padding: 0 10px;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
}

.header-wrapper {
    min-height: 84px;
}

@media screen and (min-width: 1280px) {
    .footer .container {
        max-width: 1180px;
    }
}

.footer .container {
    max-width: 960px;
    padding: 0 20px;
    margin: 0 auto;
}


.doc-sec-content {
    padding: 0 20px;
    font-family: 'proxima-nova', sans-serif !important;
    margin: 0 auto;
    margin-top: 20px;
    max-width: 1460px;
}

.info .title,
.info .markdown {
    display: none;
}

.opblock-description-wrapper .opblock-description .markdown {
    font-size: 1.2em;
}

.doc-sec-content p {
    clear: none;
    line-height: 25px;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: #585858;
}

.doc-sec-content h3,
.doc-sec-content h4 {
    font-size: 1.2em;
    color: #555566;
    font-weight: 600 !important;
}

.doc-sec-content h3 {
    font-size: 1.3em;
}

.wrapper *,
.wrapper * *,
.wrapper * * *,
.wrapper * * * * {
    font-family: 'proxima-nova', sans-serif !important;
}

.wrapper>.block.col-12.block-desktop.col-12-desktop>div {
    border-top: 1px solid rgba(59, 65, 81, .3);
}

/* redoc styling */
.redoc-wrap .search-input {
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 5px 20px !important;
    background: #f0f0f0 !important;
}

.sc-iELTvK {
    width: 100%;
}

.sc-cSHVUG {
    width: 100% !important;
}

.redoc-wrap .sc-jWBwVP {
    word-break: break-word;
}

.redoc-wrap .sc-feJyhm img {
    padding: 0 !important;
    font-family: 'proxima-nova', sans-serif !important;
}

.sc-tilXH {
    border: none !important;
}

.redoc-wrap table th {
    color: #585858 !important;
}

.redoc-wrap .sc-eTuwsz .post {
    margin: 0 0 0px !important;
}

.redoc-wrap .sc-1g5rdgs-0 {
    margin-top: 3px;
}

[data-cy="try-it"] {
    background: #2738b5 !important;
}

.redoc-wrap .gVGDJc {
    color: #2738b5 !important;
    border: 1px solid #2738b5 !important;
}

label[role="menuitem"] {
    align-items: center;
}

label[role="menuitem"] span,
.api-content>*,
.ioYTqA {
    font-family: 'proxima-nova', sans-serif !important;
}

label[role="menuitem"] .SmuWE {
    line-height: 1.1
}

label[role="menuitem"].active,
label[role="menuitem"]:hover {
    color: #2738b5 !important;
}

.ffryYJ,
.kmDwxS {
    background-image: none !important;
    border-left: none !important;
    padding: 10px !important;
    width: 40%;
    max-width: 40%;
    vertical-align: middle !important;
    text-align: left;
}

.kGwPhO {
    width: 60% !important;
}

.sc-kpOJdX {}

.sc-kPVwWT strong {
    padding: 0 10px;
}

tr:first-of-type>.ffryYJ {
    background-image: none !important;
}

.bcLONg {
    display: none !important;
}

.eCjbJc tr {
    display: block;
    border: 1px solid #ddd;
    border-bottom: none;
    width: 100%;
}

.eCjbJc tr:last-child {
    display: block;
    border: 1px solid #ddd;
}

.eCjbJc tr>* {
    display: inline-block;
}

.kGwPhO {
    border-bottom: none !important;
    border-left: 1px solid #ddd;
    padding: 10px 10px !important;
}

.jsTAxL {
    margin-left: 0 !important;
}

.sc-gqjmRU {
    border-bottom: none !important;
}

.sc-gxMtzJ,
.try-out {
    /* display: block !important; */
    /* white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis; */
}

.panelContainer input {
    margin: .5em;
    padding: 3px;
    padding: 3px;
    border: 1px solid #ddd;
    width: 60%;
    border-radius: 3px;
}

#sendButton {
    padding: 5px 15px !important;
    background: #2738b5 !important;
    text-align: center;
}

.host-url-container {
    padding: 10px 40px;
    text-align: left;
    /* width:60%; */
    background: #172228;
    /* text-align: center; */
    margin: 2em 0;

}

.host-label {
    color: white;
    font-family: 'proxima-nova', sans-serif !important;
    font-size: 20px;
    margin-bottom: .5em;
    font-weight: bold;
    transition: top 0.2s ease-in-out;
}

.host-url-container .description-container p {
    /* font-size:14px; */
    color: white;
    margin-top: .5em;
    transition: top 0.2s ease-in-out;
}

.description-container ul {
    padding: 0 !important;
}

.description-container ul li {
    list-style-type: square;
    margin-bottom: 10px;
    font-size: 14px;
}

input.host-url {
    padding: 6px;
    border: 1px solid #414244;
    width: 22em;
    transition: top 0.2s ease-in-out;
    border-radius: 3px;
    background: #172228;
    color: white;
}

button.host-url-btn {
    padding: 7px 15px;
    background: #2738b5;
    border: none;
    color: #fff;
    cursor: pointer;
}

.panelContainer span {
    text-align: left;
    width: 32%;
    display: inline-block;
    color: white;
    font-size: 14px;
    margin-right: 8px;
}


.sc-gzOgki {
    width: 100% !important;
    overflow: visible !important;
    position: relative !important;
    padding: 1em !important;
}


#tabs {

    width: 90%;
    height: 30px;
    padding-right: 2px;
    margin: 0;
    padding: 0;
}

a {
    cursor: pointer;
}

#tabs li {
    float: left;
}

#tabs li a {
    /* font-size: small;
    font-weight: bold; */
    color: #fff;
    padding: 5px 10px;
    display: block;
    background: #2738b5;
    text-decoration: none;
    outline: none;
    font-size: 1em;

}

#tabs li a.inactive {
    padding: 5px 10px;
    color: #666666;
    background: #EEE;
    outline: none;
}


#tabs li a.inactive:hover {
    color: #2738b5;
    outline: none;
}

#tabs li a:hover {
    color: #fff;
    outline: none;
}

.container {
    clear: both;
    width: 100%;
    text-align: left;
    padding: 1em 2em;
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.container h2 {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
    color: #5685bc;
}

.container p {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.3;
    font-size: small;
}

.container ul {
    margin-left: 25px;
    font-size: small;
    line-height: 1.4;
    list-style-type: disc;
}

.container li {
    padding-bottom: 5px;
    margin-left: 5px;
}

.inline-btn-container {
    padding: 1em 2em;
    color: white;
    display: table;
    width: 100%;
}

.inline-btn-container>* {
    display: table-cell;
}

.inline-btn-container .btn-container {
    margin-left: 10px;
    width: 100px;
}

.inline-btn-container .btn-container a {
    color: #fff;
    padding: 5px 10px;
    display: block;
    background: #2738b5;
    text-decoration: none;
    outline: none;
}

#target {
    margin: 1em 0;
    color: white;
    min-height: 30em;
    overflow: auto;
    max-height: auto;
    overflow: auto;
}

#target span {
    color: white;
    padding-right: 10px;
}

#target pre {
    background: rgba(255, 255, 255, 0);
    color: white;
    padding: 1em;
    white-space: pre-wrap;
    /* css-3 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
}

#tabs-panel {
    width: 100%;
    margin: 15px 0 0;
    padding: 0;
}

a {
    cursor: pointer;
}

#tabs-panel li {
    float: left;
    list-style: none;
    outline: none;
    padding: 0;
    margin-left: 0;
    border-left: solid 1px #11171a;
    border-right: solid 1px #11171a;
    border-top: solid 1px #11171a;
}

#tabs-panel li:last-child {
    border-left: none;
}

#tabs-panel li a {
    font-size: small;
    color: #fff;
    padding: 5px 10px;
    display: block;
    background: #263238;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    text-decoration: none;
    outline: none;
    border-bottom: 1px solid green;
    font-size: 14px;
}

#tabs-panel li a.inactive {
    padding: 5px 10px;
    color: #fff;
    background: #263238;
    outline: none;
    border-bottom: none;
}

#tabs-panel li a:hover,
#tabs-panel li a.inactive:hover {
    color: #5685bc;
    outline: none;
}

.panelContainer {
    clear: both;
    width: 100%;
    text-align: left;
    padding: 10px;
    background: rgb(17, 23, 26);
    overflow-y: auto;
}

.panelContainer h2 {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
    color: #5685bc;
}

.panelContainer p {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.3;
    font-size: small;
}

.panelContainer ul {
    margin-left: 25px;
    font-size: small;
    line-height: 1.4;
    list-style-type: disc;
}

.panelContainer li {
    padding-bottom: 0 !important;
    margin-left: 5px;
}

.sucess {
    color: rgb(107, 189, 91) !important;
}

.failed {
    color: rgb(229, 57, 53) !important;
}

.nGwee {
    display: none;
}

#form {
    position: fixed;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: rgb(38, 50, 56);
    color: rgb(255, 255, 255);
    width: calc((100% - 260px) * 0.4);
    z-index: 100;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 0px);
}

.inline-row-container {
    display: table;
    padding: 1em 2em;
    background: #181f22;
    width: 100%;
}

.inline-row-container>* {
    display: table-cell;
    vertical-align: middle;
}

.inline-row-container .label {
    min-width: 70px;
    width: 70px;
}

.close {
    cursor: pointer;
    text-align: right;
}

.target-url-container {
    border-bottom: 1px solid #fff;
}

.ioYTqA {
    padding-top: 1em;
}

.disabled {
    pointer-events: none;
    opacity: .6;
}

.hide {
    display: none !important;
}

#bodyTabPanel {
    display: table
}

#bodyTabPanel span {
    display: table-cell;
    vertical-align: middle;
}

/* .sc-ifAKCX {
    padding: 20px 0 10px 0 !important;
}
.WxWXp{
    margin-top: 10px !important;
} */
/* .ioYTqA{
    padding-top: 0 !important;
} */
#authTabPanel input {
    width: 60%;
}

.fLUKgj,
.dtUibw {
    background: #172228 !important;
}

.redoc-wrap a:link,
.redoc-wrap a:visited {
    color: #2738b5;
}

.fDvFMp .evvbxn p,
.hLVzSF .evvbxn p {
    color: rgb(0, 170, 19) !important;
}

.byLrBg .evvbxn p,
.byLrBg .evvbxn p,
.iquxJz .evvbxn p {
    color: rgb(229, 57, 53);
}

.gZdDsM {
    background: #f0f0f0 !important;
}


.sc-kfGgVZ tr,
.sc-kfGgVZ tr:last-child,
.sc-kfGgVZ .kGwPhO {
    border: none !important;
}

/* .sc-kfGgVZ tr>*{
    display: inherit!important;
} */
.gtEarq .eCjbJc tr>*,
.gtEarq .eCjbJc tr>* {
    display: inline-block !important;
    width: 50%;
}

.gtEarq {
    width: 100%;
}

.gtEarq table {
    width: 100% !important;
}

.cFwMcp {
    font-size: 10px !important;
    vertical-align: middle !important;
    height: auto !important;
    line-height: 1.9 !important;
}

.gzAoUb {
    padding: 0 !important;
    background: transparent !important;
    margin: 0 0 5px !important;
}

.dpMbau {
    display: none !important;
}

.sc-eqIVtm {
    border-bottom: 1px solid #414244 !important;
}

.sc-jwKygS a {
    padding: 5px !important;
    border: 1px solid #2738b5 !important;
    color: #2738b5 !important;
}

.sc-jwKygS a {
    padding: 5px !important;
    border: 1px solid #2738b5 !important;
    color: #2738b5 !important;
}

.dtUibw {
    margin-top: 45px !important;
}

.react-tabs__tab-panel {
    margin: 15px 0 !important;
}

.hiuczA:not(:last-of-type)::after {
    border-bottom: none !important;
}

.hiuczA {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.cFwMcp.post {
    background: #6EC5AB !important;
    font-family: 'VT323', monospace !important;
    box-shadow: 0px 5px 18px 0px rgba(119, 119, 119, 0.1);
    -moz-box-shadow: 0px 5px 18px 0px rgba(119, 119, 119, 0.1);
    -webkit-box-shadow: 0px 5px 18px 0px rgba(119, 119, 119, 0.1);
}

.cFwMcp.get {
    background: #7DC0DB !important;
    font-family: 'VT323', monospace !important;
    box-shadow: 0px 5px 18px 0px rgba(119, 119, 119, 0.1);
    -moz-box-shadow: 0px 5px 18px 0px rgba(119, 119, 119, 0.1);
}

.cFwMcp.put {
    background: #EA8C9C !important;
    font-family: 'VT323', monospace !important;
    box-shadow: 0px 5px 18px 0px rgba(119, 119, 119, 0.1);
    -moz-box-shadow: 0px 5px 18px 0px rgba(119, 119, 119, 0.1);
}

.cFwMcp.delete {
    background: #69E0D2 !important;
    font-family: 'VT323', monospace !important;
    box-shadow: 0px 5px 18px 0px rgba(119, 119, 119, 0.1);
    -moz-box-shadow: 0px 5px 18px 0px rgba(119, 119, 119, 0.1);
    -webkit-box-shadow: 0px 5px 18px 0px rgba(119, 119, 119, 0.1);
}

.irpqyy>ul>li {
    padding: 3px !important;
    min-width: 50px !important;
}

.irpqyy>ul>li {
    padding: 3px !important;
    min-width: 50px !important;
}

.irpqyy>ul>li:only-child {
    min-width: 50px !important;
    padding: 3px !important;
}

.api-info {
    margin: 40px 0 10px !important;
}

.api-info p {
    display: none;
}

.dluJDj {
    padding: 10px 0 10px !important;
}

.host-url-wrapper input::-webkit-input-placeholder {
    /* Edge */
    color: white;
}

.host-url-wrapper input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white;
}

.host-url-wrapper input::placeholder {
    color: white;
}

/* .gdoPOr{
      margin-bottom: 2em;
  } */
.react-tabs__tab-list {
    margin: 1em 0 !important;
}

.kBWwoV {
    margin-top: 1em;
}

.sc-ifAKCX ul li {
    list-style-type: square;
    margin-bottom: 1em;
}

.method-type {
    border-radius: 3px;
    padding: 3px 7px;
    font-family: 'VT323', monospace !important;
    margin-right: 10px;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
}

.post-api {
    background: #6EC5AB !important;
}

.get-api {
    background: #7DC0DB !important;
}

.put-api {
    background: #EA8C9C !important;
}

.delete-api {
    background: #69E0D2 !important;
}

@media print,
screen and (max-width: 85rem) {
    .dtUibw {
        width: 40% !important;
        padding: 40px;
        margin-top: 0 !important;
    }

    .cjtbAK {
        width: calc(60%) !important;
        padding: 40px;
    }

    .bSFXlp {
        flex-direction: row !important;
    }
}