body {
    background-color: #e8ebf1;
    letter-spacing: 0.5px!important;
    /* font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; */
    font-family: 'Open Sans', Helvetica, Verdana, sans-serif
}

.custom-top-nav-bar {
    background-image: url(/images/inner_bg.png);
    background-position: 0 0;
    background-repeat: repeat-x;
    border-bottom: 1px solid rgb(43, 57, 77);
}

.bg-dark {
    background-color: #364760!important;
}

.left-side-bar {
    background-image: url(/images/inner_bg.png);
    background-size: cover;
    background-color: #364760;
    position: fixed;
    top: 50px;
    padding-top: 20px;
    padding-bottom: 40px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    max-width: 250px;
    z-index: 9;
    transition: width 0.5s;
}

#wrapper_live_time {
    position: fixed;
    bottom: 0px;
    left: 0px;
    color: rgba(255, 255, 255, .5);
    padding: 10px;
    width: 250px;
    text-align: center;
    background-image: url(/images/inner_bg.png);
    background-color: #364760;
}

.content-wrapper {
    padding-left: 265px;
    padding-top: 75px;
    transition: padding 0.5s;
}

.btn-side-menu {
    outline: none;
    color: rgba(255, 255, 255, .5);
    padding: 5px 10px;
    margin: 0;
}

.btn-side-menu:hover {
    color: #fff;
}

.btn-side-menu:focus {
    outline: none;
}

.btn-side-menu-open-wrapper {
    z-index: 9;
    position: fixed;
    top: 90px;
    left: 0px;
    margin: 0;
    padding: 0;
}

.btn-open {
    border-radius: 0 50% 50% 0;
    background-color: #364760;
    border: 1px solid #364A60;
}

.btn-close {
    float: right;
    display: none;
    background-color: transparent;
    border: 0;
    margin-top: -20px;
    transition: display 0.5s;
}

/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {
    .custom-navbar-brand {
        max-width: fit-content!important;
        width: fit-content!important;
    }
    .navbar {
        padding: .5rem .5rem!important;
    }
    .navbar-toggler {
        padding: .15rem .25rem;
        font-size: 1rem;
    }
    .content-wrapper {
        padding-left: 15px;
    }
    .left-side-bar {
        top: 48px;
        width: 0px;
    }
    .btn-close {
        display: block;
    }
    a.logged-in-usr {
        padding: 10px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {}

.left-side-bar-wrapper {
    margin: 0px;
    padding: 0px;
}

.right-side-bar {
    background-color: #364760;
    position: fixed;
    top: 59px;
    width: 100%;
    z-index: 999;
}

.right-side-bar-nav-wrapper {
    float: right;
}

.right-side-bar-nav {
    margin: 0px!important;
    padding: 0px!important;
}

.right-side-bar-nav>li {
    display: inline-block;
    margin: 0px 2px;
}

.right-side-bar-nav>li>a {
    display: block;
    text-decoration: none;
    padding: 2px 4px;
    border-radius: 2px;
    margin: 0px;
    border: 1px solid #0070ba;
    color: #0070ba;
    background-color: transparent;
}

.right-side-bar-nav>li>a:hover {
    text-decoration: none;
    border: 1px solid #0070ba;
}

.right-side-bar-nav>li>a.lang-btn-active {
    background-color: #0070ba;
    color: #ffffff;
}

.right-side-bar-nav>li>a.lang-btn-active:hover {
    border-color: #0070ba;
}

.right-side-bar-tabs-wrapper {
    padding-top: 55px;
}

.custom-search-box {
    border-radius: 999px;
    border: none;
    outline: none;
    width: 150px;
    padding: 5px 36px 5px 20px;
    background: rgba(255, 255, 255, .95);
    color: #37363e;
    box-shadow: none;
    transition: all .15s ease-out;
}

.custom-search-box:focus {
    width: 300px;
}

.custom-search-box:hover {
    width: 300px;
}

.custom-search-btn:focus, .custom-search-btn:active, .custom-search-btn:hover, .custom-search-btn:visited {
    outline: none!important;
}

.custom-search-btn {
    border: none;
    color: rgb(55, 61, 67);
    background: 0 0;
    position: relative;
    top: 0px;
    font-size: 16px;
    right: 25px;
    cursor: pointer;
    outline: none;
    padding: 0;
    margin: 0;
}

.custom-login-btn {
    border: none;
    border-radius: 1.5rem;
    box-sizing: content-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    min-width: 50px;
    padding: 6px 20px;
    text-align: center;
    transition: all .15s ease-out;
    background-color: #007bff;
    outline: none;
}

a.logged-in-usr {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #007bff;
    color: #fff;
    border-radius: 50%;
}

.custom-code-highlight {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 2px 3px;
    border-radius: 2px;
}

a.logged-in-usr:hover, .custom-login-btn:hover {
    color: #fff;
    background-color: #0069d9;
    text-decoration: none;
}

a, li {
    transition: all .15s ease-out;
}

.custom-navbar-brand {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    margin-right: 0px!important;
    max-width: 235px!important;
    text-align: center!important;
    width: 100%;
}

#tab-curl, #tab-javascript {
    display: none;
}

.nav-item-extended {
    margin-right: 10px;
}

.active, .nav-item-extended:hover {
    border-bottom: 2px solid #ffffff;
}

.nav-tabs .nav-item {
    margin-right: 5px;
}

.doc-navigation, .doc-navigation>li>ul, .doc-navigation>li>ul>li>ul {
    margin: 0px 0px;
    padding: 5px;
    list-style: none;
}

.doc-navigation>li>ul>li>ul {
    display: none;
}

.doc-navigation>li>a, .doc-navigation>li>ul>li>a, .doc-navigation>li>ul>li>ul>li>a {
    color: rgba(255, 255, 255, .5);
    text-decoration: none;
    display: block;
    padding: 5px 5px 5px 10px;
}

.doc-navigation>li>ul>li>a, .doc-navigation>li>ul>li>ul>li>a {
    font-size: 13px;
}

.doc-navigation>li>a:hover, .doc-navigation>li>ul>li>a:hover, .doc-navigation>li>ul>li>ul>li>a:hover {
    color: #ffffff;
}

.doc-navigation>li>a:hover {
    background-color: #2b394d;
}

.doc-navigation>li>ul>li>a:hover, .doc-navigation>li>ul>li>ul>li>a:hover {
    background-color: #364760;
}

.doc-navigation-li-active {
    color: #ffffff!important;
    background-color: #2b394d;
}

.doc-navigation-li-active>a {
    color: #ffffff!important;
}

.doc-navigation-li-ul-li-active {
    color: #ffffff!important;
    background-color: #364760;
}

.doc-navigation>li>ul {
    background-color: #2b394d;
    transition: all .15s ease-out;
}

.doc-navigation-li-ul-li-active>a {
    color: #fff!important;
}

.doc-navigation>li, .doc-navigation>li>ul>li {
    margin: 5px;
}

.doc-navigation-li-ul-li-ul-li-a-active {
    color: #fff!important;
}

.custom-content-container {
    margin: 59px 0px 0px 0px;
}

.sub-menu {
    display: none;
}

.documentation-wrapper {
    padding: 15px!important;
    background-color: #e8ebf1;
}

.documentation-wrapper-card {
    padding: 15px!important;
    /* min-height: 1000px; */
}

.custom-row {
    margin: 0px!important;
}

.language-tabs {
    display: none;
}

.language-tabs>pre {
    padding-top: 0px!important;
}

.document-left-pane {
    float: left;
    clear: both;
    width: 65%;
    padding: 15px;
}

.document-right-pane {
    width: 35%;
    float: right;
    clear: both;
    background-color: #2d2d2d;
}

.card-header-title {
    float: left;
    margin-bottom: 0!important;
    padding-top: 6px;
}

.search-results {
    list-style: none;
    padding: 0px;
}

.search-results>li {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    margin-bottom: 15px;
}

.search-results>li>a {
    display: block;
    margin-bottom: 5px;
}

.search-results>li>a.result-link {
    color: #212529;
    text-decoration: none;
}

span.span-search-found {
    background-color: yellow;
    margin: 0;
    padding: 0;
}

span.result-last-modified {
    text-align: right;
    display: inline-block;
    width: 100%;
    margin-top: 1rem;
}

p.search-meta {
    text-align: right;
}

.row-icons {
    color: gray;
    text-align: center;
    margin: 40px auto;
}

.row-icons>span {
    font-size: 20px;
    margin: 0 20px;
    text-align: center;
    display: inline-block;
}

.row-icons>span>i {
    font-size: 45px;
    margin-bottom: 15px;
}

.flow-body {
    color: gray;
    text-align: center;
}

.flow-body>tr>td>span {
    font-size: 20px;
    text-align: center;
    display: inline-block;
}

.flow-body>tr>td>span>i {
    font-size: 45px;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #f8f9fa;
}

a.link-icon {
    float: left;
    margin-right: 5px;
}

.label {
    font-size: 1rem;
    color: #fff;
    padding: 2px 3px;
    border-radius: 2px;
    font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
    font-size: 87.5%;
}

.label-primary {
    background-color: #007bff;
}

.label-secondary {
    background-color: #6c757d;
}

.label-success {
    background-color: #28a745;
}

.label-info {
    background-color: #17a2b8;
}

.label-warning {
    background-color: #ffc107;
}

.label-danger {
    background-color: #dc3545;
}

.dataTables_filter {
    padding: 4px 4px 0px 0px;
}

.form-control-extended {
    padding: .25rem .5rem .25rem 1rem!important;
}

.span-required {
    display: block;
    position: absolute;
    color: #dc3545;
    left: 1.25rem;
    top: .20rem;
    transition: display 1s ease-in-out;
}

.span-optional {
    display: block;
    position: absolute;
    color: #28a745;
    left: 1.25rem;
    top: .20rem;
    transition: display 1s ease-in-out;
}

/* CUSTOM SCROLL BAR CSS */

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    opacity: 0.4;
    /* border-radius: 7px; */
}

::-webkit-scrollbar-thumb {
    background: rgb(170, 169, 169);
    /* border-radius: 7px; */
    opacity: 0.2;
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(136, 136, 136);
}

/* CUSTOM SCROLL BAR CSS */