.path-documentation p {
    margin: 1.5em 0;
}

/*.path-documentation h1, h2, h3, h4, h5, h6 {
    margin: 24px 0 12px 0 ;
}
*/

.responseHeading h4, .faqHeading h4{
    margin: 24px 0 12px 0 ;
}

.path-documentation h4, .h4 {
    font-size: inherit;
}

.path-documentation {
    background-color: #fff !important;
}

.path-documentation .pera {
    margin: 1.5em 0;
}

.steps-nav{
    width: 20.1%;
}
.steps-box{
    width: 79.7%;
   padding-right: 0px;
    /*border-left: 1px solid #ccc;*/
}

.steps-nav {
    padding-right: 0px;
}
.steps-nav .sticky-wrapper ul.steps-container {
    list-style-type: none;
    padding: 0px;
    border-radius: 6px;
    border-right: 1px solid #ccc;
    height: 100%;
    margin: 0;
}

.steps-nav .sticky-wrapper ul.steps-container li {
    border-bottom: 1px solid #fff;
    margin: 0px;
    cursor: pointer;
    word-break: break-word;
    font-size: 18px;
    font-family: Heebo-Regular;
    line-height: 24px;
    letter-spacing: 0.29px;
}
.steps-container li a {
    display: flex;
    padding: 10px 10px;
    color: #0079C1;
}

.steps-container li a.active {
    color: #000 !important;
    border-right: 3px solid #007bff;
    font-size: 18px !important;
}

.node-content-container{
    padding-left: 25px;
}

.node-content-container .block-title{
    font-family: Heebo-Bold;
    font-size: 24px;
    color: #001928;
    letter-spacing: 0;
    line-height: 32px;
}
.title_part {
    display: flex;
}
.tite-box-inner {
    /* float: left; */
    width: 100%;
}
.dwnld-box a {
    /* padding: 10px 40px !important; */
    font-family: Heebo-Bold;
    font-size: 14px;
    color: #0075BE;
    letter-spacing: 0.25px;
    line-height: 32px;
}
.controls-container {
    display: flex;
    /* align-items: center; */
}
.webform-component-select {
    min-width: 120px;
    width: auto !important;
    position: relative !important;
}
.webform-component--subject {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}
.title_part .controls-container select {
    -webkit-appearance: none;
    border: none !important;
    background: url(images/dropdown-arrow.svg) 96% / 15% no-repeat;
    border-bottom: 2px solid #D9DCE1 !important;
    border-radius: 0px;
    font-family: Heebo-Regular;
    font-size: 18px;
    color: #0075BE;
    letter-spacing: 0.15px;
    line-height: 24px;
    padding-left: 0px;
}

.node-content-container p {
    font-family: Heebo-Regular;
    font-size: 16px;
    color: #001928;
    letter-spacing: 0.15px;
    line-height: 24px;
}

.summery-box {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
    padding: 0px;
    padding-right: 0rem;
    margin: 0;
}
.summery-box-inner {
    /*display: -webkit-box;*/
    display: block;
    -webkit-box-align: center;
    align-items: center;
    background: none;
    padding: 5px 15px;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    margin-bottom: 10px;
}
.endpoint-verb {
    font-family: Heebo-Regular;
    font-size: 14px;
    color: #001928;
    letter-spacing: 0.25px;
    text-align: center;
    line-height: 24px;
    min-width: 70px;
    padding: 2px 22px;
    background: #36D5D4;
    border-radius: 2px;
    text-transform: uppercase;
}
.endpoint-path {
    margin-left: 1rem;
    font-family: Heebo-Medium;
    font-size: 16px;
    color: #0075BE;
    letter-spacing: 0;
    text-align: justify;
    width: 55%;
    float: left;
}
.end-summery {
    margin-left: 1rem;
    font-family: Heebo-Regular;
    font-size: 16px;
    color: #061927;
    letter-spacing: 0;
        float: left;
}

.operation-container .navigate-apis {
    padding: 15px 0px;
}

.info-container .markdown {
    font-family: Heebo-Regular;
    font-size: 16px !important;
    color: #001928;
    letter-spacing: 0.15px;
    line-height: 24px;
}

.info-verb {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    background: #F5F6F7;
    padding: 5px 15px;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    margin-bottom: 10px;
}

.request-container .request-container-inner {
    /* border: 1px solid #D9DCE1; */
    padding-bottom: 20px;
}

.data-section {
    padding: 0px 5px;
}
.section-head {
    display: flex;
    cursor: pointer;
}
.request-container-inner .section-head.active:before {
    transform: rotate(180deg);
}
.request-container-inner .section-head:before {
    display: block;
    width: 35px;
    content: "";
    height: 45px;
    top: 14px;
    background-size: 100%;
    background: url(images/collapsed.svg) 50% no-repeat;
    position: relative;
    transition: transform .15s ease-in;
    transform-origin: 50% 50%;
}
.request-container-title {
    border-bottom: 1px solid #D9DCE1;
    width: 100%;
    margin: 5px 5px;
    padding: 15px 0px;
    font-family: Heebo-Bold;
    color: #001928;
    letter-spacing: 0;
    line-height: 32px;
    font-weight: 600;
}
.request-container-title {
    display: flex;
}
.section-body {
    padding: 0px 35px;
}
.request-container .code-body-nav .tableWrapper {
    display: table;
    width: 100%;
    padding: 10px 10px 0 10px;
}

.request-container .code-body-nav .tableWrapper .langs-menu {
    display: table-cell;
    margin: 0;
    padding: 0;
    border-bottom: 3px solid #F5F6F7;
}

.request-container .code-body-nav .langs-menu li {
    height: 35px;
    line-height: 30px;
    display: inline-block;
    list-style: none;
    margin-top: 4px;
}
.request-container .code-body-nav .langs-menu li.current a {
    font-family: Heebo-Medium;
    font-size: 16px;
    color: #001928;
    letter-spacing: 0.15px;
    line-height: 24px;
}
.request-container .code-body-nav .langs-menu li a {
    padding: 10px;
    text-decoration: none;
    font-family: Heebo-Medium;
    font-size: 16px;
    color: #646C76;
    letter-spacing: 0.15px;
    line-height: 24px;
}
.code-body-data {
    padding: 0px 10px;
}
.request-container .code-body-data .langtab-content.show {
    display: block;
}
.request-container .code-body-data .langtab-content {
    padding: 20px 0px;
    display: none;
}
.langtab .truncatedPre {
    font-family: Heebo-Regular;
    font-size: 14px;
    color: #001928;
    letter-spacing: 0.25px;
    line-height: 24px;
    white-space: unset;
}
.truncatedPre .clipboard-icon {
    float: right;
    display: inline-block;
    background: url(images/copy_icon.png) 96% / 8% no-repeat;
    width: 47%;
    padding: 20px;
    cursor: pointer;
}
.langtab .truncatedPre code {
    font-family: Heebo-Regular;
    font-size: 14px;
    color: #001928;
    letter-spacing: 0.25px;
    line-height: 24px;

}

.data-section .section-body .operations-header-parms-content {
    margin-bottom: 15px;
        margin-top: 10px;
}
.data-section .section-body .operations-header-parms-content .parameter-name {
    overflow-wrap: break-word;
    font-family: Heebo-Regular;
    font-size: 16px;
    color: #001928;
    letter-spacing: 0.15px;
    text-align: justify;
    line-height: 24px;
    font-weight: 600;
    text-transform: capitalize;
}

.data-section .section-body .operations-header-parms-content .parameter-info .parameter-type {
    font-family: Heebo-Regular;
    font-size: 15px;
    color: #001928;
    letter-spacing: 0.15px;
    text-align: justify;
    line-height: 24px;
    text-transform: uppercase;
}
.data-section .section-body .operations-header-parms-content .parameter-info .parameter-description {
    margin-top: 10px;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.parameter-schema-title {
    font-family: Heebo-Regular;
    font-size: 15px;
    color: #061927;
    letter-spacing: 0;
}
.parameter-schema-body {
    padding: 10px 10px;
    background: #F5F6F7;
    font-weight: 600;
}
.parameter-description .parameter-schema-body .clipboard-icon {
    float: right;
}
.responseHeading {
    display: flow-root;
}
.responseHeading-title {
    float: left;
}
.node-content-container .block-title-inner {
    font-family: Heebo-Bold;
    font-size: 24px;
    color: #001928;
    letter-spacing: 0;
    line-height: 32px;
}
.responseHeading-button {
    float: right;
    padding: 24px 0 12px 0;
}

.response-container .responseContent .tableWrapper {
    display: table;
    width: 100%;
    padding: 10px 10px 0 0px;
}
.response-container .responseContent .tableWrapper .resp-menu {
    display: table-cell;
    margin: 0;
    padding: 0;
    border-bottom: 3px solid #F5F6F7;
}
.response-container .responseContent .resp-menu li {
    height: 35px;
    line-height: 30px;
    display: inline-block;
    list-style: none;
    margin-top: 4px;
}
.response-container .responseContent .resp-menu li.current a {
    color: #000;
}
.response-container .responseContent .resp-menu li a {
    padding: 10px;
    text-decoration: none;
    color: #646C76;
    font-weight: 600;
}
.response-container .responseContent .resp-menu .language.current::after {
    content: "";
    margin-top: 5px;
    background-color: #d9dce1;
    display: block;
    position: relative;
    border-bottom: 3px solid #0075BE;
}
.responseContent .resp-data .respTab.show {
    display: block;
}
.responseContent .resp-data .respTab {
    display: none;
}

.request-container .code-body-nav .langs-menu .language.current::after {
    content: "";
    margin-top: 5px;
    background-color: #d9dce1;
    display: block;
    position: relative;
    border-bottom: 3px solid #0075BE;
}
.responseHeading-button a:first-child {
    margin-right: 15px;
}
.responseHeading-button a {
    padding: 0.3rem 1.6rem !important;
    border-radius: 4px;
}
.btn {
    padding: 15px 40px !important;
    border-radius: 28px;
    font-family: Heebo-Bold;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.25px;
    text-align: center;
    line-height: 26px;
}

.respTab .schema-container {
    margin-top: 20px;
}
.respTab .schema-table {
    border: none;
}
.respTab .schema-table thead {
    border-bottom: 1px solid #000;
}
.respTab .schema-table thead tr td {
    font-family: Heebo-Bold;
    font-size: 14px;
    color: #001928;
    letter-spacing: 0.25px;
    line-height: 24px;
    font-weight: 600;
    padding: 15px 0px;
    border: none;
}
.respTab .schema-table tbody tr td {
    border: none;
    border-bottom: solid #e4e2e0;
    font-family: Heebo-Regular;
    font-size: 16px;
    color: #001928;
    letter-spacing: 0.15px;
    line-height: 24px;
    
}

.responseContent-jsonStr .respTab .schema-container {
    background: #f5f5f5;
    display: flow-root;
    padding: 10px;
    overflow-x: scroll;
}

.body_object {
    background: #f5f5f5;
    display: flow-root;
    padding: 10px;
    overflow-x: scroll;
    margin-top: 15px;
}

.body_object .schema-table {
    border: none;
}
.body_object .schema-table .title_container {
    display: flex;
}
.body_object .schema-table .schema-label {
    font-weight: 600;
    cursor: pointer;
    display: flex;
    font-size: 16px;
}

/*.desTest {
    display: none;
}

.desTest + td {
    display: none;
}*/

.body_object .schema-table .title_container.collapsed .schema-label:after {
    transform: rotate(0deg);
}
.body_object .schema-table .title_container .schema-label:after {
    display: block;
    width: 35px;
    height: 20px;
    content: "";
    top: 5px;
    background-size: 100%;
    background: url(images/collapsed.svg) 50% no-repeat;
    position: relative;
    transition: transform .15s ease-in;
    transform: rotate(180deg);
    transform-origin: 50% 50%;
}

.body_object .schema-table tbody tr td {
    width: auto;
}

.body_object .schema-table tbody tr td {
    border: none;
    border-bottom: solid #e4e2e0;
    font-family: Heebo-Regular;
    font-size: 16px;
    color: #001928;
    letter-spacing: 0.15px;
    line-height: 24px;
}




.responseContent-jsonStr .respTab .schema-container .title_container {
    display: flex;
}

.responseContent-jsonStr .respTab .schema-container .schema-label {
    font-weight: 600;
    cursor: pointer;
    display: flex;
    font-size: 16px;
}
.curl_end {
    display: none;
}

.responseContent-jsonStr .respTab .schema-table tbody tr td {
    width: auto;
}
.new_col {
    display: inline-flex;
}
strong, dfn, caption, th {
    font-weight: 700;
}

th, td {
    padding: 0.5em !important;
}

.responseContent-jsonStr .respTab .schema-container .title_container.collapsed .schema-label:after {
    transform: rotate(0deg);
}
.responseContent-jsonStr .respTab .schema-container .title_container .schema-label:after {
    display: block;
    width: 35px;
    height: 20px;
    content: "";
    top: 5px;
    background-size: 100%;
    background: url(images/collapsed.svg) 50% no-repeat;
    position: relative;
    transition: transform .15s ease-in;
    transform: rotate(180deg);
    transform-origin: 50% 50%;
}

.title_container.collapsed .curl_end {
    display: inline-block;
}
.tryItLink {
    color: #0075BE;
}

.info-verb .end-summery {
    font-family: Heebo-Medium;
    font-size: 18px;
    color: #3274B8;
    letter-spacing: 0;
    text-align: right;
    line-height: 24px;
}
.info-verb .endpoint-path {
    font-family: Heebo-Regular;
    font-size: 16px;
    color: #061927;
    letter-spacing: 0;
    text-align: justify;
    width: 75%;
}

.faqHeading-title {
    display: inline-block;
}
.faqHeading-button {
    float: right;
    margin: 24px 0 12px 0;
}
.faqHeading-button .faq-link {
    font-family: Heebo-Bold;
    font-size: 14px;
    color: #0075BE;
    letter-spacing: 0.25px;
    line-height: 32px;
}
.faqContent-box:first-child {
    margin-bottom: 20px;
}
.faqContent-box {
    border: 1px solid #979797;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 5px;
}
.faqContent-title {
    display: flex;
}
.faqContent-box .faqContent-title.active h4 {
    font-weight: 600;
}
.faqContent-box h4 {
    margin: 0px;
    width: 100%;
    font-family: Heebo-Regular;
    font-size: 18px;
    color: #001928;
    letter-spacing: 0.15px;
    line-height: 24px;
}
.faqContent-title.active:after {
    transform: rotate(180deg);
}
.faqContent-title:after {
    display: block;
    width: 50px;
    content: "";
    top: 0px;
    background-size: 100%;
    background: url(images/collapsed.svg) 50% no-repeat;
    position: relative;
    transition: transform .15s ease-in;
    transform-origin: 50% 50%;
}

.faqContent-data {
    display: none;
}

.section-body{
    display: none;   
}
.path-documentation article {
    margin-bottom: 20px;
}

.schema-Title {
    margin-right: 10px;
    text-transform: capitalize;
    color: #3b4151;
    font-weight: 500;
}
.schema-Val {
    color: #55a;
    font-weight: 500;
}


.title_part .controls-container select {
    -webkit-appearance: none;
    width: 10rem;
    border: none !important;
    background: url(images/dropdown-arrow.svg) 96% / 15% no-repeat;
    border-bottom: 2px solid #D9DCE1 !important;
    border-radius: 0px;
    font-family: Heebo-Regular;
    font-size: 18px;
    color: #0075BE;
    letter-spacing: 0.15px;
    line-height: 24px;
    padding-left: 0px;
    box-shadow: 0 0 black;
}

.advanceTable .respTab .schema-table thead tr td {
    font-size: 16px;
}

.node-faq-container {
    clear: both;
}

.nav-toggle {
    display: none;
}
.customizer {
    position: fixed;
    /*height: 40vh;*/
    width: 280px !important;
    left: -280px;
    transition: .3s ease-in;
    background: #fff;
    top: 30%;
    z-index: 9;
    box-shadow: 1px 0 20px rgb(0 0 0 / 8%);
    padding-top: 20px;
}

.customizer .nav-toggle {
    position: absolute;
    background: #fff;
    color: #001928;
    top: 45%;
    right: -45px;
    display: inline-block;
    padding: 10px 10px;
    border: 1px solid #001928;
    border-left: 0;
}

.customizer ul#sticky-ul {
    position: relative !important;
    top: 0px !important;
}
.customizer .steps-container {
    border-right: none !important;
}
.customizer .steps-container li a.active{
    border-right: none !important;
}
.nav-toggle img {
    transform: rotate(-90deg);
}

.customizer.showNav{
    left: 0px;
}

.dropdown-backdrop{
    position: relative !important;
}

#sticky-wrapper {
    height: 100%;
}

.steps-nav nav{
    height: 100%;
}

.summery-box-part1 {
    display: block;
    float: left;
}

.summery-box-part2 {
    display: block;
    width: 85%;
    float: left;
    margin-left: 0px;
}

.encryption-container {
    margin-bottom: 20px;
    margin-top: 20px;
}

.flow-img {
    width: 100%;
}

.node-sequence-flow {
    margin-bottom: 15px;
}

@media screen and (min-width: 576px) and (max-width: 767px){
    .path-documentation .container, .container-sm {
        max-width: 620px;
    }
    .info-verb .end-summery{
        width: 100%;
    }
}

@media screen and (min-width: 1020px) and (max-width: 1250px){
    .steps-nav .sticky ul.steps-container {
        width: 193px!important;
    }
}

/* tablet landscape */
@media screen and (min-width: 481px) and (max-width: 768px) {
    /*.steps-nav {
        width: 30%;
    }
    .steps-box {
        padding-right: 0px;
        width: 69%;
    }*/
    .steps-box {
        width: 100%;
    }
    .summery-box-inner{
        display: block;
        width: 100%;
    }
    .endpoint-path {
        width: 75%;
        float: left;
         margin-left: 0;
    }
    .end-summery {
        width: 100%;
        float: left;
        margin-left: 0;
    }
    .endpoint-verb {
        float: left;
        width: 20%;
    }
    .info-verb .end-summery {
        width: 100%;
    }
    .steps-nav .sticky ul.steps-container {
        width: 200px!important;
    }
    .summery-box-part2 {
        width: 75%;
        margin-left: 20px;
    }
}

/* tablet portrait */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    
    .steps-box {
        width: 71.7%
    }
    .steps-nav{
        width: 28.1%
    }
    .steps-nav .sticky ul.steps-container {
        width: 193px!important;
    }
    .endpoint-path {
        width: 50%;
        float: none;
    }
    .path-documentation article {
        margin-bottom: 60px;
    }
    .info-verb .end-summery{
        width: 100%;
    }
    .summery-box-part2 {
        width: 70%;
    }
    .end-summery{
        float: none;
    }
}


@media screen and (min-width: 100px) and (max-width: 480px){
    body.bx--global-light-ui {
        display: block !important;
    }
    .steps-box {
        width: 100%;
    }
    .summery-box-inner{
        display: block;
        width: 100%;
    }
    .endpoint-path {
        width: 75%;
        float: left;
        margin-left: 0;
    }
    .end-summery {
        width: 100%;
        float: left;
        margin-left: 0;
    }
    .endpoint-verb {
        float: left;
        width: 20%;
 
    }
    .info-verb .end-summery {
        width: 40%;
    }
    .info-verb .endpoint-path {
        overflow: scroll;
        width: 100%;
        margin-left: 15px;
    }

    .title_part{
        flex-direction: column;
    }
    .tite-box-inner {
        display: block;
    }
    .tite-box-inner .block-title{
        float: left;
    }

    .tite-box-inner .dwnld-box {
        margin-left: 10px;
        float: left;
    }

    .dwnld-box {
        margin-left: 20px;
    }
    .summery-box-part1 {
        margin-top: 10px;
    }
    .summery-box-part2 {
        margin-top: 10px;
    }
    .info-container {
        margin-bottom: 20px;
    }
    
    .data-section .section-body {
        padding: 0px 20px;
        margin-top: 10px;
    }
    .node-content-container {
         padding-left: 0px; 
    }
    .truncatedPre .clipboard-icon{
        background-size: 22%;
    }
}