pre code.hljs {
    display: block;
    overflow-x: auto;
    padding: 1em
}
code.hljs {
    padding: 3px 5px
}
/*!
 * Theme: FelipeC
 * Author: (c) 2021 Felipe Contreras <felipe.contreras@gmail.com>
 * Website: https://github.com/felipec/vim-felipec
 *
 * Autogenerated with vim-felipec's generator.
*/
.hljs {
    color: #dddde1;
    background: #1e1e22
}
.hljs::selection,
.hljs ::selection {
    color: #1e1e22;
    background: #bf8fef
}
.hljs-comment,
.hljs-code,
.hljs-quote {
    color: #888896
}
.hljs-number,
.hljs-literal,
.hljs-deletion {
    color: #ef8f8f
}
.hljs-punctuation,
.hljs-meta,
.hljs-operator,
.hljs-subst,
.hljs-doctag,
.hljs-template-variable,
.hljs-selector-attr {
    color: #efbf8f
}
.hljs-type {
    color: #efef8f
}
.hljs-tag,
.hljs-title,
.hljs-selector-class,
.hljs-selector-id {
    color: #bfef8f
}
.hljs-string,
.hljs-regexp,
.hljs-addition {
    color: #8fef8f
}
.hljs-class,
.hljs-property {
    color: #8fefbf
}
.hljs-name,
.hljs-selector-tag {
    color: #8fefef
}
.hljs-keyword,
.hljs-built_in {
    color: #8fbfef
}
.hljs-section,
.hljs-bullet {
    color: #8f8fef
}
.hljs-selector-pseudo {
    color: #bf8fef
}
.hljs-variable,
.hljs-params,
.hljs-attr,
.hljs-attribute {
    color: #ef8fef
}
.hljs-symbol,
.hljs-link {
    color: #ef8fbf
}
.hljs-strong,
.hljs-literal,
.hljs-title {
    font-weight: bold
}
.hljs-emphasis {
    font-style: italic
}

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("/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("/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;
}
pre code.hljs,
#mavencode2 code{
    display: block;
    overflow-x: auto;
    padding: 1em;
}
.hljs {
    color: #dddde1;
    background: #1e1e22;
}
