
pre {
    margin: 0px;
    padding: 0px;
    background: #fafafa;
    font-size: 90%;
    color: #2E8B57;
    font-family: "Courier New", Courier, monospace;
    white-space: pre-wrap;
    border: none;
}
code, kbd, pre, samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-feature-settings: normal;
    font-variation-settings: normal;
    font-size: 1em;
}
code span {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-feature-settings: normal;
    font-variation-settings: normal;
    font-size: 1em;
}
.tabs_blue_k2 .tabs-nav-all .active {
    /*background-color: #1e1e22;*/
    /*border-top: 2px solid #7FD4FF;*/
    /*color: white;*/
}
#page-body {
    /*background: #EFFAFF;*/
}
.copy-button{
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-feature-settings: normal;
    font-variation-settings: normal;
    font-size: 1em;
}




/*new css 20250424*/
.tabs_blue_k2{
    background-color: #1e1e22;
    padding: 13px;
    position: relative;
    border-radius: 10px;
}
.tabs_blue_k2 ul.tabs-nav-all {
    /*display: inline-block;*/
    /* justify-content: space-between; */
    width: fit-content;
    height: 41px;
    margin: 0 auto;
    border-radius: 26.5px;
    background: rgb(255, 255, 255);
    padding: 6px;
    margin-bottom: 36px;
}
.tabs_blue_k2 ul.tabs-nav-all {
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;

    /*width: 132px;*/
    height: 23px;
    border-radius: 26px;

    background: rgba(255, 255, 255, 0.2);
    padding: 3px 6px;
    flex-wrap: wrap;
    align-content: center;
    margin-bottom: 20px;
}
.tabs_blue_k2 .tabs-nav-all li{
    /* VB.NET */
    width: fit-content;
    height: 13px;
    display: flex;
    flex-direction: row;
    align-items: center;

    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0px;
    text-align: center;
    padding: 4px 8px;
    /*margin-right: 8px;*/
}
.tabs_blue_k2 .tabs-nav-all li:last-child{
    margin-right: 0px;
}
.tabs_blue_k2 .tabs-nav-all .active{
    border-radius: 20px;

    background: rgba(255, 255, 255, 0.3);
    border-top: none;

}

.copy-button{
    position: absolute;
    top: 13px;
    right: 13px;
    z-index: 100;
    /*background-color: #f8f9fa;*/
    border-radius: 20px;
    cursor: pointer;
    width: fit-content;
    height: 16px;
    padding: 6px 27px 6px 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    box-sizing: unset;
    border: none;
    background: url("/https/cdn.e-iceblue.com/images/other/copy.png") no-repeat center right 8px;
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: center;

}
.copy-button-success{
    background: url("/https/cdn.e-iceblue.com/images/other/copied.png") no-repeat center right 8px;
}
div.code-install .example{
    min-height: 28px;
}
div.code-install .example pre code{
    line-height: 28px;
}

.jdownloads_maven_copy pre#mavencode2
{
background: #1e1e22;
}
.example .source-code2 pre code{
    padding: 13px;
}
.tabs_blue_k2 .tabs-contents-all .example .source-code2 pre code.hljs{
    padding: 0px;
    min-height: 28px;
}
.jdownloads_maven_copy .copybtn2{
    background-color: #1e1e22;
}
.clickgroup .btn-group .btn-check:checked+.clickgroup .btn-group .btn, .clickgroup .btn-group .btn.active, .clickgroup .btn-group .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: #0061FF;
     background-color: #1e1e22;
}







    /*css for markdown*/
    #docs .content_k2 .text{
        font-size: 16px;
        line-height: 150%;
        position: relative;
    }

    #docs .content_k2 .text p:first-child img{
        width: 845px;
    }

    #docs .content_k2 .text p img{
        max-width: 845px;
        overflow: hidden;
        width: auto;
    }

    #docs .content_k2 .text ul {
        font-size: 16px;
    }
    #docs .content_k2 .text ul {
        margin-left: 15px;
    }
    #docs .content_k2 .text a {
        text-decoration: underline !important;
    }
    #docs .content_k2 .text table{
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        margin: 10px 0;
        border: 1px solid #333333;
    }
    #docs .content_k2 .text table td, #docs .content_k2 .text table th {
        padding: 0;               /* 对应 HTML cellpadding="0" */
        border: 1px solid #333333; /* 对应 HTML border="1" 和 bordercolor="#333333"，
                                     应用于单元格内部边框，因为 border-collapse: collapse; */
    }
    #docs .content_k2 .text table thead th{
        color: #195fa6;
        font-weight: bold;
        padding: 7px 15px;
        background-color: #00B0F0;
        text-align: left;
    }
    #docs .content_k2 .text table tbody td{
        padding: 7px 15px;
        text-align: left;
    }

    #docs .content_k2 .text h2 {
        color: #3990BD;
        margin-top: 25px;
        font-size: 22px;
        font-weight: normal;
    }
    #docs .content_k2 .text h2 {
        font-size: 22px !important;
    }

    #docs .content_k2 .text h3 {
        color: #3990BD;
        margin-top: 25px;
        font-weight: normal;
        font-size: 18px;
    }
    #docs .content_k2 .text pre{
        /*background-color: #1e1e22;*/
        background: #1e1e22;
        /*padding: 13px;*/
        position: relative;
        border-radius: 10px;
    }
    .copy-code-button {
        position: absolute;
        top: 13px;
        right: 13px;
        z-index: 100;
        /* background-color: #f8f9fa; */
        border-radius: 20px;
        cursor: pointer;
        width: fit-content;
        height: 16px;
        padding: 6px 27px 6px 8px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        box-sizing: unset;
        border: none;
        background: url(/https/cdn.e-iceblue.com/images/other/copy.png) no-repeat center right 8px;
        color: rgb(255, 255, 255);
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: 0px;
        text-align: center;
    }
    #docs .content_k2 .text pre code{
        padding-top: 60px;
        border-radius: 10px;
    }
    #docs .content_k2 .text pre code.language-sh{
        padding-top: 1em;
    }
    .copied-success{
        background: url("/https/cdn.e-iceblue.com/images/other/copied.png") no-repeat center right 8px;
    }
    #docs .content_k2 .text pre ul.tabs-nav-all {
        list-style: none;
        margin: 0;
        display: flex
    ;
        flex-direction: row;
        justify-content: flex-start;
        /* width: 132px; */
        height: 23px;
        border-radius: 26px;
        background: rgba(255, 255, 255, 0.2);
        padding: 3px 6px;
        flex-wrap: wrap;
        align-content: center;
        margin-bottom: 20px;
        position: absolute;
        top: 13px;
        left: 1em;
    }
    #docs .content_k2 .text pre .tabs-nav-all .active {
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.3);
        border-top: none;
        width: fit-content;
        height: 13px;
        display: flex
    ;
        flex-direction: row;
        align-items: center;
        color: rgba(255, 255, 255, 0.7);
        font-size: 12px;
        font-weight: 500;
        line-height: 15px;
        letter-spacing: 0px;
        text-align: center;
        padding: 4px 8px;
    }
    #docs .content_k2 .text .example pre code {
        padding-top: 0px;
        border-radius: unset;
    }
	
	#docs .content_k2 .text .tabs_blue_k2 ul.tabs-nav-all{margin-left:0px;}
	#docs .content_k2 .text table.Program-Guide-Content{border:none;}
	#docs .content_k2 .text table.Program-Guide-Content ul{margin-left: 0px;}