.be-content {
    background: #fff!important;
}

.main-content {
    padding-top: 0!important;
}

.bd-sidebar {
    -ms-flex-order: 0;
    order: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

@media (min-width: 768px) {
    .bd-sidebar {
        border-right: 1px solid rgba(0, 0, 0, .1)
    }

    @supports ((position:-webkit-sticky) or (position:sticky)) {
        .bd-sidebar {
            position: -webkit-sticky;
            position: sticky;
            top: 4rem;
            z-index: 1000;
            height: calc(100vh - 4rem)
        }
    }
}

@media (min-width: 1200px) {
    .bd-sidebar {
        -ms-flex: 0 1 320px;
        flex: 0 1 320px
    }
}

.bd-sidenav {
    display: none
}

.bd-links {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    @supports ((position:-webkit-sticky) or (position:sticky)) {
        .bd-links {
            max-height: calc(100vh - 9rem);
            overflow-y: auto
        }
    }
}

@media (min-width: 768px) {
    .bd-links {
        display: block !important
    }
}

.bd-toc-link {
    display: block;
    padding: .25rem 1.5rem;
    font-weight: 600;
    color: rgba(0, 0, 0, .65);
    font-size: 16px;
}

.bd-toc-link:hover {
    color: rgba(0, 0, 0, .85);
    text-decoration: none
}

.bd-toc-item.active {
    margin-bottom: 1rem
}

.bd-toc-item.active:not(:first-child) {
    margin-top: 1rem
}

.bd-toc-item.active > .bd-toc-link {
    color: rgba(0, 0, 0, .85)
}

.bd-toc-item.active > .bd-toc-link:hover {
    background-color: transparent
}

.bd-toc-item.active > .bd-sidenav {
    display: block
}

.bd-sidebar .nav > li > a {
    display: block;
    padding: .25rem 1.5rem;
    font-size: 14px;
    color: rgba(0, 0, 0, .65)
}

.bd-sidebar .nav > li > a:hover {
    color: rgba(0, 0, 0, .85);
    text-decoration: none;
    background-color: transparent
}

.bd-sidebar .nav > .active:hover > a, .bd-sidebar .nav > .active > a {
    font-weight: 600;
    color: rgba(0, 0, 0, .85);
    background-color: transparent
}

.bd-content {
    -ms-flex-order: 1;
    order: 1
}

.bd-content > h2[id], .bd-content > h3[id], .bd-content > h4[id] {
    pointer-events: none
}

.bd-content > h2[id]::before, .bd-content > h3[id]::before, .bd-content > h4[id]::before {
    display: block;
    height: 6rem;
    margin-top: -6rem;
    content: ""
}

.bd-content > h2:not(:first-child) {
    margin-top: 3rem
}

p{
    font-size: 14px;
}

span.api-url{
    font-size: 80%;
}

html{scroll-behavior:smooth}