@font-face {
    font-family: 'Cera-Pro-Regular';
    src:url('https://cdn.quabexpress.com/type/cerapro/regular') format('woff2'); 
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Cera-Pro-Bold';
    src:url('https://cdn.quabexpress.com/type/cerapro/bold') format('woff2'); 
    font-weight: normal;
    font-style: normal;
}
*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
html, body {
    margin: 0;
    height: 100%;
    line-height: 1.5;
    font-family: 'Cera-Pro-Regular', sans-serif;
}
.body-wrapper{
    width:100%;
    height: 100%;
    padding:0;
    margin:0;
}
.body-content{
    width: 100%;
    height: auto;
}
a{
    text-decoration: none;
}
.def-img-screen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.pg-title{
    width: 100%;
    max-width: 1366px;
    margin: auto;
    font-size: 2.0rem;
    padding:20px;
    color:#001D40;
}
.pg-h2{
    width: 100%;
    max-width: 1366px;
    margin: auto;
    font-size: 2.0rem;
    color:#001D40;
}
.pg-h3{
    width: 100%;
    max-width: 1366px;
    margin: auto;
    font-size: 1.2rem;
    color:#001D40;
}
.pg-h4{
    width: 100%;
    max-width: 1366px;
    margin: auto;
    font-size: 1.1rem;
}
.pg-p{
    font-size: 1.1rem;
    color:#555;
    margin-bottom: 20px;
}
.pg-ol,.pg-ul{
    width: 100%;
}
.pg-ol li, .pg-ul li{
    list-style-position: inside;
    font-size: 1.1rem;
    color:#555;
}
.docs-wrap{
    width: 100%;
    height: 100vh;
    margin:0;
    padding:0;
    display: flex;
    flex-direction: row;
    position: relative;
}
.docs-nav-wrap{
    width: 100%;
    height: 100vh;
    background-color: #efefef;
    overflow-y: scroll;
    scrollbar-color: #001D40 transparent;
    scrollbar-width: thin;
    border-right: solid 1px #efefef;
    position: fixed;
    z-index: 1000;
    display: none;
    top:0;
    right: -100%;
    transition: right linear 300ms;
}
.show-nav-wrap{
    right:0;
    display: block;
    transition: right linear 300ms;
}
.docs-nav-menu-close-btn-cont{
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;    
}
.docs-nav-menu-close-btn{
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.docs-nav-menu-close-btn svg{
    width:24px;
    height: 24px;
    fill: #000F1E;
}
.docs-logo-cont{
    width:100%;
    position: relative;
    aspect-ratio: 300/37.6;
}
.docs-logo{
    position: absolute;
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.docs-nav{
    width: 100%;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap:5px;
    padding:8px 4px 8px 16px;
}
.docs-nav li{
    width: 100%;
}
.docs-nav li div{
    width: 100%;
    text-decoration: none;
    display: block;
    margin: 1px 0px;
    padding: 0px 10px;
}
.docs-nav li div a{
    width: 100%;
    text-decoration: none;
    display: block;
}
.docs-nav li div a span{
    width: auto;
    display: block;
    font-size: 14px;
    color: #071F3F;
    font-weight: 400;
    line-height: 28px;
}
.docs-nav .active-link{
    background-color: #85EEFF;
    border-radius: 4px;
}
.nested-nav .nested-nav-title{
    display: grid;
    grid-template-columns: auto 24px;
    gap:10px;
}
.nested-nav .nested-nav-title svg{
    width: 24px;
    height: 24px;
}
.nav-panel{
    width: 100%;
}
.nav-panel div{
    display: block;
    margin: 8px 0px;
}
.nav-panel div a{
    display: block;
    text-decoration: none;
    color: #071F3F;
    font-size: 14px;
}

.docs-main-wrap{
    width: 100%;
    position: relative;
    padding-top: 60px;
}
.docs-header{
    width: 100%;
    height: 50px;
    padding:10px;
    position: fixed;
    top:0;
    left:0;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    align-content: space-between;
    justify-content: space-between;
    border-bottom: solid 1px #efefef;
}
.docs-header-logo-cont{
    width: 200px;
    height: auto;
    position: relative;
    aspect-ratio: 300/37.6;
    display: block;
    margin-left: 0;
}
.docs-header-logo{
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
}
.docs-menu-btn{
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.docs-menu-btn-icon{
    width: 24px;
    height: 24px;
    fill: #000F1E;
}
.docs-section{
    width:100%;
    max-width: 110rem;
    margin: auto;
    border-bottom: solid 0.5px #efefef;
    padding:min(2rem, 3vw);
    
}
.docs-sect-title{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.docs-sect-title a{
    width: 100%;
    font-size: 1.8rem;
    font-weight: 600;
    text-decoration: none;
    color:#071F3F;                    
}
.docs-sect-title a:hover{
    width: 100%;
    font-size: 1.8rem;
    font-weight: 600;
    text-decoration: underline;
}
.docs-sect-wrap{
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    gap:10px;
    padding:10px;
    
}
.docs-text-wrap{
    width: 100%;
}
.docs-text-wrap h2{
    font-size: 21px;
    line-height: 22px;
    color: #001D40;
    margin-bottom: 10px;
}
.docs-text-wrap h3{
    font-size: 18px;
    line-height: 22px;
    color: #001D40;
    margin-bottom: 10px;
}
.docs-text-wrap h4{
    font-size: 16px;
    line-height: 22px;
    color: #001D40;
    margin-bottom: 10px;
}
.docs-text-wrap p{
    font-size: 14px;
    line-height: 22px;
    color: rgb(53, 58, 68);
    margin-bottom: 20px;
}
.docs-text-wrap p a{
    text-decoration: none;
    font-weight: 600;
    color: #00B0D9;
    font-size: 14px;
}
.docs-text-wrap p a:hover{
    text-decoration: none;
    font-weight: 600;
    color: #1E90FF;
    font-size: 14px;
}
.method-list{
    width: 100%;
    list-style-type:none;
    display: flex;
    flex-direction: column;
    gap:10px;
}
.method-list li{
    margin:5px 0px;
    display: list-item;
}
.method-list li + li:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #efefef;
}
.mli-title{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap:20px;
}
.mli-title button{
    display: none;
}
.mli-title h4{
    color:#000F1E;
    font-weight: 700;                    
}
.mli-title span{
    color:#555;
    font-weight: 400;
    font-size: 10px;
    font-style: italic;
}
.mli-body{
    width: 100%;
}
.mli-body p{
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    color: rgb(53, 58, 68);
    margin: 10px 0px;
}
.mli-body p a{
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    color: #00B0D9;
}
.docs-separator{
    width: 100%;
    display: block;
    content: "";
    height: 1px;
    background-color: #efefef;
    margin: 5px 0px;
}
.docs-sw-one{
    width: 100%;
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.docs-sw-two{
    width: 100%;
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.code-board{
    width: 100%;
    margin:0;
    padding:0;
    border-radius: 8px;
}
.cb-header{
    width: 100%;
    background-color: #000F1E;
    padding: 8px 10px;
    border-radius: 8px 8px 0px 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
.cb-header h3{
    width: 100%;
    color:#f1f1f1;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 400;
}
.cb-header-control{
    display: flex;
    flex-direction: row;
    gap:10px;
    justify-content: flex-end;
    justify-items: flex-end;
}
.cd-hc-select{
    padding: 4px 10px;
    background-color: #001D40;
    color: #f1f1f1;
    border: none;
    border-radius: 5px;
}
.cb-hc-clipboard-btn{
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.cb-hc-clipboard-btn svg{
    width:100%;
    height: 100%;
    fill: #f1f1f1;
}
.cb-body{
    width: 100%;
    background-color: #001428;
    padding: 8px 10px;
    border-radius: 0px 0px 8px 8px;
}
.cb-body pre{
    overflow: auto;
}
.cb-body pre code{
    min-width: 100%;
    width: 0px;
    overflow: auto;
}
.table-board{
    width: 100%;
    border-radius: 8px;
    border:solid #efefef 1px;
}
.tb-header{
    width: 100%;
    border-radius: 8px 8px 0px 0px;
    background-color: rgb(235, 238, 241);
}
.tb-header h3{
    width: 100%;
    color:#555;
    font-size: 14px;
    text-transform: uppercase;
    padding:10px;
}
.tb-body{
    width: 100%;
    padding: 10px;
    border-radius: 0px 0px 8px 8px;
    background-color: rgb(245, 246, 248);
    color:#555;
}
.api-reference-table{
    width: 100%;
}
.api-reference-table tbody{
    width: 100%;
}
.api-reference-table thead tr{
    width: 100%;
    font-size: 14px;
}
.api-reference-table thead th{
    padding:8px 8px;
    text-align: left;
}
.api-reference-table tbody{
    width: 100%;
}
.api-reference-table tbody tr{
    width: 100%;
    font-size: 14px;
}
.api-reference-table tbody td{
    padding:8px 8px;
    text-align: left;
}
.api-reference-table tbody td code{
    border-radius: 5px;
    border: solid 1px rgb(216, 222, 228);
    background-color: rgb(245, 246, 248);
    padding: 2px 4px;
}
.api-reference-table tbody tr td:nth-child(0){
    width: auto;
    font-weight: 700;
}
.api-reference-table tbody tr td:nth-child(1){
    width: auto;
    font-weight: 400;
}
.api-reference-table tbody tr td:nth-child(2){
    width: auto;
    font-weight: 400;
}
.response-board{
    width: 100%;
    border-radius: 8px;
    border:solid #efefef 1px;
}
.re-header{
    width: 100%;
    border-radius: 8px 8px 0px 0px;
    background-color: rgb(235, 238, 241);
    /* background-color: #000F1E; */
}
.re-header h3{
    width: 100%;
    color:#555;
    font-size: 14px;
    text-transform: uppercase;
    padding:10px;
}
.re-body{
    width: 100%;
    padding: 10px;
    border-radius: 0px 0px 8px 8px;
    background-color: rgb(245, 246, 248);
    /* background-color: #001428; */
    color:#555;
    overflow-x: scroll;
}
.re-body pre{
    overflow: auto;
}
.re-body pre code{
    /* white-space: pre-line; */
    min-width: 100%;
    width: 0px;
    overflow: auto;
}
.note-board{
    width: 100%;
    border-radius: 8px;
    border:solid #efefef 1px;
}
.nt-header{
    width: 100%;
    border-radius: 8px 8px 0px 0px;
    background-color: rgb(235, 238, 241);
}
.nt-header h3{
    width: 100%;
    color:#555;
    font-size: 14px;
    text-transform: uppercase;
    padding:10px;
}
.nt-body{
    width: 100%;
    padding: 10px;
    border-radius: 0px 0px 8px 8px;
    background-color: rgb(245, 246, 248);
    color:#555;
}
.nt-body p{
    font-size: 14px;
    line-height: 22px;
}
p code{
    border-radius: 5px;
    border: solid 1px rgb(216, 222, 228);
    background-color: rgb(245, 246, 248);
    padding: 2px 4px;
}

@media screen and (min-width:763px) {
    .docs-wrap{
        width: 100%;
        margin:0;
        padding:0;
        display: flex;
        flex-direction: row;
        position: relative;
    }
    .docs-nav-wrap{
        width: 280px;
        height: 100vh;
        background-color: #efefef;
        overflow-y: scroll;
        scrollbar-color: #001D40 transparent;
        scrollbar-width: thin;
        border-right: solid 1px #efefef;
        position: fixed;
        display: block;
        z-index: 1000;
        top:0;
        left: 0;
        transition: right linear 300ms;
    }
    .docs-logo-cont{
        width:100%;
        height: 50px;
    }
    .docs-nav{
        width: 100%;
        list-style-type: none;
        display: flex;
        flex-direction: column;
        gap:5px;
        padding:8px 4px 8px 16px;
    }
    .docs-nav li{
        width: 100%;
    }
    .docs-nav li div{
        width: 100%;
        text-decoration: none;
        display: block;
        margin: 1px 0px;
        padding: 0px 10px;
    }
    .docs-nav li div a{
        width: 100%;
        text-decoration: none;
        display: block;
    }
    .docs-nav li div a span{
        width: auto;
        display: block;
        font-size: 14px;
        color: #071F3F;
        font-weight: 400;
        line-height: 28px;
    }
    .docs-nav .active-link{
        background-color: #85EEFF;
        border-radius: 4px;
    }
    .nested-nav .nested-nav-title{
        display: grid;
        grid-template-columns: auto 24px;
        gap:10px;
    }
    .nested-nav .nested-nav-title svg{
        width: 24px;
        height: 24px;
    }
    .nav-panel{
        width: 100%;
    }
    .nav-panel div{
        display: block;
        margin: 8px 0px;
    }
    .nav-panel div a{
        display: block;
        text-decoration: none;
        color: #071F3F;
        font-size: 14px;
    }
    .docs-menu-btn, .docs-nav-menu-close-btn,.docs-header-logo-cont{
        display:none;
    }
    .docs-main-wrap{
        width: 100%;
        padding-left: 280px;
    }
    .docs-section{
        width:100%;
        max-width: 110rem;
        margin: auto;
        padding:min(4rem, 5vw);
    }
    .docs-sect-title{
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .docs-sect-title a{
        width: 100%;
        font-size: 1.8rem;
        font-weight: 600;
        text-decoration: none;                
    }
    .docs-sect-title a:hover{
        width: 100%;
        font-size: 1.8rem;
        font-weight: 600;
        text-decoration: underline;
    }
    .docs-sect-wrap{
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-basis: 50%;
        gap:48px;
        padding:10px;
    }
    .docs-text-wrap{
        width: 100%;
    }
    .docs-text-wrap h2{
        font-size: 21px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .docs-text-wrap h3{
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .docs-text-wrap h4{
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .docs-text-wrap p{
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .docs-text-wrap p a{
        text-decoration: none;
        font-weight: 600;
        font-size: 14px;
    }
    .docs-text-wrap p a:hover{
        text-decoration: none;
        font-weight: 600;
        font-size: 14px;
    }
    .method-list{
        width: 100%;
        list-style-type:none;
        display: flex;
        flex-direction: column;
        gap:10px;
    }
    .method-list li{
        margin:5px 0px;
        display: list-item;
    }
    .method-list li + li:before {
        content: "";
        width: 100%;
        height: 1px;
    }
    .mli-title{
        width: 100%;
        display: flex;
        flex-direction: row;
        gap:20px;
    }
    .mli-title button{
        display: none;
    }
    .mli-title h4{
        font-weight: 700;                    
    }
    .mli-title span{
        font-weight: 400;
        font-size: 10px;
        font-style: italic;
    }
    .mli-body{
        width: 100%;
    }
    .mli-body p{
        width: 100%;
        font-size: 14px;
        line-height: 22px;
        margin: 10px 0px;
    }
    .mli-body p a{
        width: 100%;
        font-size: 14px;
        line-height: 22px;
    }
    .docs-separator{
        width: 100%;
        display: block;
        content: "";
        height: 1px;
        margin: 5px 0px;
    }
    .docs-sw-one{
        width: 50%;
        flex-basis: 50%;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .docs-sw-two{
        width: 50%;
        flex-basis: 50%;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .code-board{
        width: 100%;
        margin:0;
        padding:0;
        border-radius: 8px;
    }
    .cb-header{
        width: 100%;
        padding: 8px 10px;
        border-radius: 8px 8px 0px 0px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
    }
    .cb-header h3{
        width: 100%;
        font-size: 12px;
        line-height: 20px;
        text-transform: uppercase;
        font-weight: 400;
    }
    .cb-header-control{
        display: flex;
        flex-direction: row;
        gap:10px;
        justify-content: flex-end;
        justify-items: flex-end;
    }
    .cd-hc-select{
        padding: 4px 10px;
        border: none;
        border-radius: 5px;
    }
    .cb-hc-clipboard-btn{
        width: 20px;
        height: 20px;
        cursor: pointer;
    }
    .cb-hc-clipboard-btn svg{
        width:100%;
        height: 100%;
    }
    .cb-body{
        width: 100%;
        padding: 8px 10px;
        border-radius: 0px 0px 8px 8px;
        overflow-x: scroll;
    }
    .cb-body pre{
        overflow: scroll;
    }
    .table-board{
        width: 100%;
        border-radius: 8px;
    }
    .tb-header{
        width: 100%;
        border-radius: 8px 8px 0px 0px;
    }
    .tb-header h3{
        width: 100%;
        color:#555;
        font-size: 14px;
        text-transform: uppercase;
        padding:10px;
    }
    .tb-body{
        width: 100%;
        padding: 10px;
        border-radius: 0px 0px 8px 8px;
    }
    .api-reference-table{
        width: 100%;
    }
    .api-reference-table tbody{
        width: 100%;
    }
    .api-reference-table thead tr{
        width: 100%;
        font-size: 14px;
    }
    .api-reference-table thead th{
        padding:8px 8px;
        text-align: left;
    }
    .api-reference-table tbody{
        width: 100%;
    }
    .api-reference-table tbody tr{
        width: 100%;
        font-size: 14px;
    }
    .api-reference-table tbody td{
        padding:8px 8px;
        text-align: left;
    }
    .api-reference-table tbody td code{
        border-radius: 5px;
        padding: 2px 4px;
    }
    .api-reference-table tbody tr td:nth-child(0){
        width: auto;
        font-weight: 700;
    }
    .api-reference-table tbody tr td:nth-child(1){
        width: auto;
        font-weight: 400;
    }
    .api-reference-table tbody tr td:nth-child(2){
        width: auto;
        font-weight: 400;
    }
    .response-board{
        width: 100%;
        border-radius: 8px;
    }
    .re-header{
        width: 100%;
        border-radius: 8px 8px 0px 0px;
    }
    .re-header h3{
        width: 100%;
        font-size: 14px;
        text-transform: uppercase;
        padding:10px;
    }
    .re-body{
        width: 100%;
        padding: 10px;
        border-radius: 0px 0px 8px 8px;
    }
    .note-board{
        width: 100%;
        border-radius: 8px;
    }
    .nt-header{
        width: 100%;
        border-radius: 8px 8px 0px 0px;
    }
    .nt-header h3{
        width: 100%;
        font-size: 14px;
        text-transform: uppercase;
        padding:10px;
    }
    .nt-body{
        width: 100%;
        padding: 10px;
        border-radius: 0px 0px 8px 8px;
    }
    .nt-body p{
        font-size: 14px;
        line-height: 22px;
    }
    p code{
        border-radius: 5px;
        padding: 2px 4px;

    }
}
