html {
    scroll-behavior: smooth;
    transform: all .3s
}

.API_Documentation .container {
    width: 95%;
    max-width: 95%;
    margin: auto
}

.API_Documentation .nav-box {
    height: 85vh;
    overflow-y: scroll;
    position: sticky;
    top: 10px
}

.API_Documentation .Document_list {
    margin-right: 5px
}

.API_Documentation .Documentation_tab {
    display: block;
    font-size: 16px;
    color: #2a3250;
    font-weight: 500;
    background-color: #f5f6fa;
    border-radius: 8px;
    padding: 20px 16px;
    margin-bottom: 12px
}

    .API_Documentation .Documentation_tab .tab-content ul li {
        padding: 10px
    }

        .API_Documentation .Documentation_tab .tab-content ul li:last-child {
            padding-bottom: 0
        }

.API_Documentation .d74 {
    flex: 0 0 74%;
    max-width: 74%
}

    .API_Documentation .d74 .pre {
        background-color: #eee;
        display: flex;
        padding: 15px;
        border-radius: 8px
    }

        .API_Documentation .d74 .pre .code {
            white-space-collapse: preserve-breaks;
            word-break: break-all;
        }

    .API_Documentation .d74 .table_warp {
        width: 100%;
        overflow-x: auto
    }

    .API_Documentation .d74 .Documet_table {
        text-align: left;
        color: #2a3250;
        font-size: 16px
    }

        .API_Documentation .d74 .Documet_table th, .API_Documentation .d74 .Documet_table td {
            padding: 4px 0;
            padding-right: 20px;
            font-size: 16px
        }

            .API_Documentation .d74 .Documet_table td:first-child {
                color: rgba(42,50,80,.5)
            }

    .API_Documentation .d74 .bg_text {
        background-color: #f5f6fa;
        display: inline-block;
        padding: 2px 4px;
        word-break: break-all;
    }

    .API_Documentation .d74 .orangebg_text {
        background-color: #faae1b;
        padding: 2px 4px;
        color: #000
    }

    .API_Documentation .d74 .Libraries_lists {
        position: relative;
        padding-left: 20px
    }

        .API_Documentation .d74 .Libraries_lists li {
            position: relative;
            padding: 2px 0
        }

            .API_Documentation .d74 .Libraries_lists li a:before {
                content: "";
                position: absolute;
                width: 7px;
                height: 7px;
                background-color: #006eb9;
                left: -20px;
                top: 9px;
                border-radius: 2px
            }


.API_Documentation .orangecolor {
    color: #faae1b
}



.tabs {
    border-radius: 8px;
    overflow: hidden
}

#hometabs .tab {
    margin-bottom: 0;
    border: none
}

#hometabs .tab {
    border-radius: 0
}

.tab {
    width: 100%;
    overflow: hidden
}

input[name=hometabs] {
    display: none
}

#hometabs label {
    font-weight: 400;
    padding: 12px 0
}

#hometabs label {
    font-weight: 400;
    padding: 12px 0
}

.tab-label {
    display: flex;
    justify-content: space-between;
    cursor: pointer
}

#hometabs .tab-content {
    text-align: left
}

.tab-content {
    max-height: 0;
    transition: all .35s
}

#hometabs input:checked ~ .tab-content {
    border: solid 1px #ddd
}

input:checked ~ .tab-content {
    max-height: 600px
}

.tab-label::after {
    content: "";
    width: 17px;
    height: 14px;
    text-align: center;
    transition: all .35s;
    float: right;
    position: relative;
    top: 5px;
    background-image: url(../images/Arrow.png);
    background-repeat: no-repeat
}

input:checked + .tab-label::after {
    transform: rotate(180deg)
}

@media screen and (max-width: 768px) {
    .API_Documentation .d74 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .API_Documentation .d24 {
        flex: 0 0 40%;
        max-width: 40%
    }

    .nav-box {
        position: fixed !important;
        background-color: #fff;
        top: 69px !important;
        left: -100%;
        bottom: 0;
        z-index: 99;
        width: 250px;
        transition: all .3s ease-in-out
    }

    .open-menu .nav-box {
        height: 90vh;
        position: fixed;
        left: 0;
        top: 68px;
        min-width: 270px;
        transition: all .3s ease-in-out;
    }

    .API_Documentation .Document_list {
        box-shadow: 0px 0px 20px 0px rgba(0,0,0,.25)
    }

    .API_Documentation .Documet_table a {
        word-break: break-all
    }

    .API_Documentation .Documentation_tab {
        display: block;
        font-size: 14px;
        color: #2a3250;
        font-weight: 500;
        border-bottom: 1px solid #e5e5e5;
        padding: 12px;
        margin-bottom: 12px;
        background-color: #fff;
        border-radius: 0
    }

        .API_Documentation .Documentation_tab .tab-label .f16 {
            font-size: 16px
        }
}

.BGblack .lightblue {
    color: #FAAE1B !important;
}

.BGblack .tab-label::after {
    background-image: url(../images/Black_Arrow.png)
}

.BGblack .API_Documentation .d74 .Documet_table {
    color: #fff
}

    .BGblack .API_Documentation .d74 .Documet_table td:first-child {
        color: rgba(255,255,255,.8)
    }

.BGblack .Libraries_lists a {
    color: #faae1b;
}

a {
    word-break: unset;
}
