@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';
@import '_content/Microsoft.Fast.Components.FluentUI/Microsoft.Fast.Components.FluentUI.bundle.scp.css';
@import '_content/Toolbelt.Blazor.SplitContainer/Toolbelt.Blazor.SplitContainer.bundle.scp.css';

/* _content/KBAI/Components/NodeExplorer.razor.rz.scp.css */

.ToolkitLogo[b-0wjwup2yf2] {
    width: auto;
    height: 25px;
    margin: auto;
}


[b-0wjwup2yf2] .div_ToolkitLogo {
    margin-right: 8px;
    padding: 0 10px;
    height: 30px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    border-radius: 5px;
    transition: .2s;
    width: fit-content;
    background-color: transparent !important;
}
[b-0wjwup2yf2] #USerKBSelector2 {
    cursor: pointer;
    border-left: 1px solid white;
    padding-left: 1rem;
    position: relative;
    display: flex
}

.a_tab[b-0wjwup2yf2]::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.p_noDescription[b-0wjwup2yf2] {
    margin: 0;
    font-size: 13px;
    font-style: italic;
    padding: 10px 0 10px;
}
.p_Description[b-0wjwup2yf2] {
    margin-bottom: 0;
    margin-left: 15px;
}

.div_nodeGraph[b-0wjwup2yf2] {
    width: 100%;
    height: 100%;
    position: relative;
}

[b-0wjwup2yf2] .div_node_header {
    display: flex;
    align-items: center;
    margin: 0 35px 0 25px;
    min-width: fit-content;
}
@media screen and (max-width: 720px) {
    [b-0wjwup2yf2] .div_node_header {
        margin: 0 0 0 10px!important;
    }
}
[b-0wjwup2yf2] #description {
    padding-right: 22px;
    font-size: 14px;
}
[b-0wjwup2yf2] #description > p > img {
    width: 100%!important;
    margin: 10px 0;
}
[b-0wjwup2yf2] #description > img {
    width: 100%!important;
    margin: 10px 0;
}
.noRelations[b-0wjwup2yf2] {
    font-size: 13px;
}

.no_comments[b-0wjwup2yf2] {
    margin: 20px auto 0 20px;
    top: 1rem;
    left: 2rem;
    font-size: 13px;
    font-style: italic;
}
.div_comment_toppanel[b-0wjwup2yf2] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.div_comments_section[b-0wjwup2yf2] {
    margin-top: 40px;
}
.div_comments_section_header[b-0wjwup2yf2] {
    display: flex;
    cursor: pointer;
    align-items: center;
}
.p_comments_section_header[b-0wjwup2yf2] {
    color: #242424;
    font-size: 16px;
    font-weight: 700;
}
.div_ToggleComment[b-0wjwup2yf2] {
    position: absolute;
    right: 6%;
}
.ToggleComment[b-0wjwup2yf2] {
    width: 45px;
    display: flex;
    justify-content: center;
}

.div_comments_sidebar[b-0wjwup2yf2] {
    display: grid;
    z-index: 5999;
    height: 100%;
    width: 21px;
    right: 0;
    position: fixed;
    background-color: #F3F4F9;
    transition: .5s;
    overflow-y: scroll;
}
.comments_textinput[b-0wjwup2yf2] {
    width: 100%;
    border: 0;
    outline: none;
    background: none;
    font-family: Segoe UI;
}

.div_comment_header[b-0wjwup2yf2] {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.div_comment_user[b-0wjwup2yf2] {
    display: flex;
}

.div_comment_img[b-0wjwup2yf2] {
    margin-right: 15px;
}

.comments_header[b-0wjwup2yf2] {
    color: #727272;
    font-size: 13px;
}
.comments_user[b-0wjwup2yf2] {
    font-size: 12px !important;
    margin: 0 6px 0 0 !important;
}
.comments_title[b-0wjwup2yf2] {
    font-weight: 700;
    font-size: 15px;
}
.comments_text[b-0wjwup2yf2] {
    margin: 0;
    font-size: 13px;
}
.comment_card[b-0wjwup2yf2] {
    margin-top: 20px;
    box-shadow: none;
    padding: 15px 20px;
    border: none;
    background-color: #ffffff00;
    transition: .4s;
    min-height: 7rem;
    max-height: 15rem;
    height: fit-content;
}
    .comment_card:hover[b-0wjwup2yf2] {
        border-radius: 0;
        background-color: #FBFBFB;
    }

.edit_comment_card[b-0wjwup2yf2] {
    width: 90%;
    margin-top: 20px;
    box-shadow: none;
    border-radius: 10px;
    background-color: #FBFBFB;
    transition: .2s;
    padding: 15px 20px;
}

.div_edit_comment_card[b-0wjwup2yf2] {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 0 0 10px 10px;
    margin-top: 20px;
}

.new_comment_card[b-0wjwup2yf2] {
    width: 90%;
    display: none;
    margin-top: 20px;
    box-shadow: none;
    padding: 15px 20px;
    border-radius: 10px;
    background-color: #FBFBFB;
    transition: .2s;
}

[b-0wjwup2yf2] .comments_divider {
    border-color: #F3F4F9;
    margin-top: 10px;
    margin-bottom: 10px;
}

[b-0wjwup2yf2] .btn_ToggleCommentsMore {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
}
[b-0wjwup2yf2] .comments_more_icon {
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

.comments_more_txt[b-0wjwup2yf2] {
    margin: 0;
    font-size: 13px;
}

#comments_drawer[b-0wjwup2yf2] {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 5px 10px;
    overflow: scroll;
    justify-content: flex-end;
    row-gap: 10px;
}

.input_comment_title[b-0wjwup2yf2] {
    width: 100%;
    border: 0;
    outline: none;
    background: none;
    font-family: Segoe UI;
    font-size: 15px;
    font-weight: 500;
    padding: 15px 10px 0 10px;
}

.input_comment_text[b-0wjwup2yf2] {
    max-width: 100%;
    width: 100%;
    border: 0;
    outline: none;
    background: none;
    font-family: Segoe UI;
    padding: 0 10px 0;
}

.btn_cancelcomment[b-0wjwup2yf2] {
    width: 35px;
    display: none;
}
@media screen and (max-width: 720px) {
    .btn_addcomment[b-0wjwup2yf2] {
        width: 35px !important;
        height: 35px !important;
    }
    .btn_cancelcomment[b-0wjwup2yf2] {
        width: 55px !important;
        height: 55px !important;
    }
}
.comments_textarea[b-0wjwup2yf2] {
    max-width: 100%;
    width: 100%;
    border: 0;
    outline: none;
    background: none;
    font-family: Segoe UI;
}
@media screen and (max-width: 720px) {
    .div_comments_sidebar[b-0wjwup2yf2] {
        display: grid;
        z-index: 5999;
        height: 100%;
        width: 0;
        right: 0;
        position: fixed;
        background-color: white;
        transition: .5s;
        overflow-y: scroll;
    }
}
.comments_notch[b-0wjwup2yf2] {
    display: flex;
    right: 1px;
    top: 89px;
    width: 36px;
    height: 36px;
    z-index: 6000;
    position: fixed;
    transition: .5s;
    align-items: center;
    justify-content: center;
    background-color: #F3F4F9;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    box-shadow: rgb(0 0 0 / 5%) 4px -5px 5px inset;
}
.comments_side_icon[b-0wjwup2yf2] {
    cursor: pointer;
    width: 18px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
[b-0wjwup2yf2] #comment_tab {
    border-radius: 100%;
    background-color: white;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgb(0 0 0 / 10%) 0 2px 7px 2px;
}
.comment_tab_icon[b-0wjwup2yf2] {
    width: 25px;
    height: 25px;
}
.btn_toggle_comment_tab[b-0wjwup2yf2] {
    position: absolute;
    bottom: 90px;
    right: 35px;
    z-index: 9000;
}
.comment_tab_icon_close[b-0wjwup2yf2] {
    width: 70px !important;
    height: 70px !important;
}

[b-0wjwup2yf2] .div_menu_accordion {
    padding-left: 29px;
}

[b-0wjwup2yf2] .div_isLoadingTree {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 65vh;
}

[b-0wjwup2yf2] #splitter12 .pane-of-split-container {
    margin-bottom: 90px;
}
.div_node_props[b-0wjwup2yf2] {
    width: 100%;
    min-width: 275px;
    padding: 0 18px 60px 32px;
    min-height: -webkit-fill-available;
    display: block;
    position: relative;
    height: calc(100vh - 108px);
    max-height: 100%;
}
@media screen and (max-width: 720px) {
    .div_node_props[b-0wjwup2yf2] {
        margin: 0;
        padding: 0 0 60px 0;
        width: calc(100% - 64px) !important;
    }
    /*.div_node_props {
        width: calc(100% - 64px);
        margin-left: 32px;
    }*/
    .div_graph_switch_opt[b-0wjwup2yf2] {
        display: flex;
        flex-direction: column;
        position: relative;
        z-index: 100;
        width: 40%;
    }

    .div_graph_switch[b-0wjwup2yf2] {
        display: flex;
        background: #F1F1F1;
        border-radius: 30px;
        position: relative;
        z-index: 5000;
        width: 100%;
        height: min-content;
        justify-content: center;
    }

    .btn_graph_switch[b-0wjwup2yf2] {
        position: relative;
        z-index: 5000;
        width: 100%;
        cursor: pointer;
        display: flex;
        align-items: center;
        margin: 5px;
        transition: .2s;
        padding: 10px;
        border-radius: 30px;
        font-size: 13px;
        border: none;
        justify-content: center;
    }

    .div_node_props_top[b-0wjwup2yf2] {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .div_node_props_title[b-0wjwup2yf2] {
        width: 100%;
        justify-content: space-between !important;
        margin: 0 0 15px 0 !important;
    }
    .div_optionsButton[b-0wjwup2yf2] {
        bottom: 90px !important;
        left: 0 !important;
    }
}


#div_node_props_title_desc[b-0wjwup2yf2] {
    flex-direction: row;
    justify-content: space-between;
}
.div_node_props_title[b-0wjwup2yf2] {
    display: flex;
    justify-content: flex-end;
    /*flex-direction: row-reverse;*/
    margin: 20px 10px 20px 0;
}

.div_ctxHeader_pin[b-0wjwup2yf2], .div_relHeader_pin[b-0wjwup2yf2] {
    width: 25px;
    height: 25px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    z-index: 3;
}
.header_pin_icon[b-0wjwup2yf2] {
    width: 15px;
    height: 15px;
}
.p_pinnedTooltip[b-0wjwup2yf2] {
    margin: 0;
    font-size: 14px;
    padding: 10px 10px;
}

.optionsMenu_pin[b-0wjwup2yf2] {
    z-index: 3;
    bottom: 20px;
    padding: 9px 12px;
    transition: .4s;
    position: fixed;
    border-radius: 100%;
    background-color: #FFFFFF;
    cursor: pointer;
    filter: drop-shadow(0px 1.8181816339492798px 4.363635540008545px rgba(0, 0, 0, 0.13)) drop-shadow(0px 0.3636363446712494px 1.4545453786849976px rgba(0, 0, 0, 0.11));
}
    .optionsMenu_pin:hover .optionsMenu_pin_img[b-0wjwup2yf2] {
        width: 17px;
        height: 17px;
    }

.optionsMenu_pinOff[b-0wjwup2yf2] {
    z-index: 3;
    display: flex;
    bottom: 20px;
    padding: 12px;
    transition: .1s;
    position: fixed;
    border-radius: 100%;
    background-color: #7A7FFF;
    cursor: pointer;
    cursor: pointer;
    filter: drop-shadow(0px 1.8181816339492798px 4.363635540008545px rgba(0, 0, 0, 0.13)) drop-shadow(0px 0.3636363446712494px 1.4545453786849976px rgba(0, 0, 0, 0.11));
}

    .optionsMenu_pinOff:hover .optionsMenu_pinOff_img[b-0wjwup2yf2] {
        width: 17px;
        height: 17px;
    }

    .optionsMenu_pinOff:hover[b-0wjwup2yf2] {
        border-radius: 10px;
    }

        .optionsMenu_pinOff:hover .div_optionsMenu_pinRef[b-0wjwup2yf2] {
            display: block;
        }

.optionsMenu_pin_img[b-0wjwup2yf2] {
    width: 15px;
    height: 15px;
    filter: invert(31%) sepia(77%) saturate(1084%) hue-rotate(214deg) brightness(97%) contrast(79%);
}

.optionsMenu_pinOff_img[b-0wjwup2yf2] {
    width: 15px;
    height: 15px;
    filter: invert(97%) sepia(29%) saturate(311%) hue-rotate(206deg) brightness(119%) contrast(100%);
}

.div_optionsMenu_pinRef[b-0wjwup2yf2] {
    display: none;
    max-width: 75px;
    margin-right: 15px;
}

.optionsMenu_pinRef[b-0wjwup2yf2] {
    margin: 0;
    color: white;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.div_optionsMenu_open[b-0wjwup2yf2] {
    opacity: 1;
    z-index: 5000;
}
.optionsButton_text[b-0wjwup2yf2] {
    margin: 0 0 0 10px;
    color: white;
    font-size: 14px;
}

.div_optionsButton[b-0wjwup2yf2] {
    z-index: 3;
    bottom: 25px;
    left: 30px;
    display: flex;
    cursor: pointer;
    padding: 10px 15px;
    position: absolute;
    border-radius: 10px;
    background-color: #7A7FFF;
    filter: drop-shadow(0px 1.8181816339492798px 4.363635540008545px rgba(0, 0, 0, 0.13)) drop-shadow(0px 0.3636363446712494px 1.4545453786849976px rgba(0, 0, 0, 0.11));
}

.div_optionsMenu[b-0wjwup2yf2] {
    bottom: 25px;
    left: 30px;
    width: 200px;
    height: 200px;
    padding: 10px 15px;
    position: absolute;
    border-radius: 10px;
    background-color: white;
    filter: drop-shadow(0px 1.8181816339492798px 4.363635540008545px rgba(0, 0, 0, 0.13)) drop-shadow(0px 0.3636363446712494px 1.4545453786849976px rgba(0, 0, 0, 0.11));
}

.optionsMenu_text[b-0wjwup2yf2] {
    font-size: 13px;
    margin: 0 0 5px;
}

.optionsMenu_header[b-0wjwup2yf2] {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
}

.optionsMenu_header_title[b-0wjwup2yf2] {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.div_optionsMenu_header_x[b-0wjwup2yf2] {
    cursor: pointer;
}

.optionsMenu_header_x[b-0wjwup2yf2] {
    width: 14px;
    height: 14px;
}

.graphInputRange[b-0wjwup2yf2] {
    width: 140px;
    color: #5B5FC7;
    z-index: 100;
    margin-right: 7px;
}

.div_link_dist[b-0wjwup2yf2] {
    bottom: 0;
    left: 10px;
    display: flex;
    align-items: center;
    align-items: flex-start;
    flex-direction: column-reverse;
}

.link_dist_label[b-0wjwup2yf2] {
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 720px) {
    .div_optionsMenu[b-0wjwup2yf2] {
        bottom: 90px;
        left: 0;
    }
}

@media screen and (max-width: 1100px) {
    .optionsMenu_pin[b-0wjwup2yf2] {
        bottom: 20px;
        right: auto;
    }
    .optionsMenu_pinOff[b-0wjwup2yf2] {
        bottom: 20px;
        right: auto;
        border-radius: 10px;
    }
}


[b-0wjwup2yf2] .breadcrumbItem {
    fill: white;
}
[b-0wjwup2yf2] #kb_name {
    margin: 0 10px 0 3px
}

[b-0wjwup2yf2] .btn_refresh {
    width: 100%;
    height: 100%;
    z-index: 1000;
}
[b-0wjwup2yf2] .div_nav {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 720px) {
    [b-0wjwup2yf2] .div_nav {
        justify-content: space-between;
        box-shadow: 0 0px 15px 10px rgb(0 0 0 / 8%);
    }
}


#NodeQuickView_loading_ring[b-0wjwup2yf2] {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.NodeQuickView_desc[b-0wjwup2yf2] {
    font-size: 14px;
    width: 100%;
}
[b-0wjwup2yf2] .NodeQuickView_desc > p > img {
    width: 100% !important;
    margin: 10px 0;
}
[b-0wjwup2yf2] #NodeQuickView_Tabs {

}
[b-0wjwup2yf2] .div_info_modal_header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: 50px;
}
[b-0wjwup2yf2] .info_modal_body {
    max-height: 350px;
    overflow: scroll;
}
[b-0wjwup2yf2] .info_modal_body::-webkit-scrollbar {
    width: 7px !important;
    height: auto !important;
}

[b-0wjwup2yf2] .info_modal_button {
    background-color: #7A7FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 10px;
    margin-top: 1rem;
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------- Associated contexts Listing ---------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
[b-0wjwup2yf2] .acc_other_contexts {
    margin-bottom: 10px;
}
#contexts_drawer[b-0wjwup2yf2] {
    margin-bottom: 3rem;
}
.other_contexts_heading[b-0wjwup2yf2] {
    display: flex;
    flex-direction: column;
}
.other_contexts_root[b-0wjwup2yf2] {
    font-size: 11px;
    color: #7A7FFF;
    margin: 5px 0 0 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: initial;
    width: 100%;
}
.other_contexts_title[b-0wjwup2yf2] {
    font-weight: 600;
    margin: 0;
}
[b-0wjwup2yf2] .assContextIcons {
    width: 14px;
    height: 14px;
}
.p_contextDescription[b-0wjwup2yf2] {
    margin: 0;
    font-size: 14px;
    padding: 10px 0 10px;
}
.p_noDescription[b-0wjwup2yf2] {
    margin: 0;
    font-size: 13px;
    font-style: italic;
    padding: 10px 0 10px;
}
[b-0wjwup2yf2] .context_icons {
    cursor: pointer;
    margin: auto 0;
    z-index: 100;
    width: 14px;
    height: 14px;
}
.div_contextopts[b-0wjwup2yf2] {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
}

.contextopts[b-0wjwup2yf2] {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    cursor: pointer;
}

[b-0wjwup2yf2] .contextopts:hover .nodeInfo_icons {
    filter: invert(44%) sepia(97%) saturate(435%) hue-rotate(200deg) brightness(101%) contrast(104%) !important;
}
[b-0wjwup2yf2] .nodeInfo_icons {
    cursor: pointer;
    margin: auto 0;
    z-index: 100;
    width: 15px;
    height: 15px;
    filter: invert(66%) sepia(0%) saturate(550%) hue-rotate(221deg) brightness(86%) contrast(82%);
}
[b-0wjwup2yf2] .accordion_item_ref {
    font-weight: 600;
}
[b-0wjwup2yf2] .accordion_item_children {
    overflow-x: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 30px);
    margin-bottom: 5px;
}

.div_menu_accordion[b-0wjwup2yf2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    width: 95%;
}
.accordion_item[b-0wjwup2yf2] {
    border: none;
    margin-top: 10px;
}
    .accordion_item > div > button[b-0wjwup2yf2] {
        padding: 0;
    }
.accordion_header[b-0wjwup2yf2] {
    font-size: 13px;
    font-weight: 600;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
[b-0wjwup2yf2] .context_refs_parent {
    font-weight: 600;
}

.list_drawer[b-0wjwup2yf2] {
    transition: .5s;
    opacity: 1;
}
@media screen and (max-width: 720px) {
    .list_drawer[b-0wjwup2yf2] {
        margin-top: 30px;
    }
}
[b-0wjwup2yf2] .context_refs {
    cursor: pointer;
    font-size: 13px;
    margin: 0;
    text-underline-offset: 4px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    width: 100%;
    line-height: 40px;
    max-width: calc(100vw / 3 - 145px);
}
    .context_refs:hover[b-0wjwup2yf2] {
        color: #7A7FFF;
    }
@media screen and (max-width: 720px) {
    [b-0wjwup2yf2] .context_refs {
        max-width: calc(100vw - 145px) !important;
    }
}
[b-0wjwup2yf2] .div_contextList_child {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*max-width: 325px;*/
}
[b-0wjwup2yf2] .contextList_child {
    display: flex;
    align-items: center;
    width: calc(100% - 32px);
    justify-content: space-between;
}
[b-0wjwup2yf2] .contextList_children::slotted(fluent-tree-item) {
    margin-bottom: 5px;
}
[b-0wjwup2yf2] .contextList_treeItem {
    min-height: 40px;
}
    [b-0wjwup2yf2] .contextList_treeItem::part(positioning-region)::before {
        display: none;
    }
.splitterViewSwitch[b-0wjwup2yf2] {
    margin-left: auto;
}
.div_tabs_nav[b-0wjwup2yf2] {
    display: flex;
    align-items: center;
    height: 59px;
    position: absolute;
    width: 100%;
    top: 48px;
    z-index: 5999;
    background-color: white;
    box-shadow: 3px 3px 5px 0px rgb(0 0 0 / 9%);
}
.div_tab_buttons[b-0wjwup2yf2] {
    display: flex;
    margin-top: 0;
    overflow: overlay;
    background-color: #FBFBFB;
    justify-content: flex-start;
    width: calc(100% - 40px);
}
#NodeInfoArea[b-0wjwup2yf2] {
    width: calc(100vw - 21px);
    height: calc(100vh - 107px);
    position: absolute;
    top: 107px;
}
@media screen and (max-width: 720px) {
    #NodeInfoArea[b-0wjwup2yf2] {
        width: 100vw;
        height: calc(100vh - 107px);
    }
}
[b-0wjwup2yf2] .sidebar1 {
    width: 100%;
    left: 0;
    top: 0;
}
    [b-0wjwup2yf2] .sidebar1::slotted( div[slot="1"] ) {
        position: relative!important;
    }
[b-0wjwup2yf2] .sidebar2 {
    top: 0;
}
[b-0wjwup2yf2] .top_navbar {
    top: 0;
    position: absolute;
}

#splitter3[b-0wjwup2yf2] {

}
[b-0wjwup2yf2] .split-container {
    width: 100%;
    height: 100%;
}
[b-0wjwup2yf2] .HideFirstSplit > .pane-of-split-container:first-child {
    display: none !important;
}
[b-0wjwup2yf2] .HideSecondSplit > .pane-of-split-container:last-child {
    display: none !important;
}
[b-0wjwup2yf2] .HideSplitterBar .spliter-bar {
    display: none;
}
[b-0wjwup2yf2] .ShowSplitterBar .spliter-bar {
    display: block!important;
}
[b-0wjwup2yf2] .spliter-bar {
    --splitter-bar-size: 7px;
    background: url('images/grip-lines-vertical-solid.svg') center center no-repeat #ededed;
}
[b-0wjwup2yf2] .pane-of-split-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

[b-0wjwup2yf2] .splitterViewSwitch {

}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------- Relations Listing ---------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
.div_relationsList[b-0wjwup2yf2] {
    padding: 41px 0;
    width: 100%;
}
.div_relationsList_subtitle[b-0wjwup2yf2] {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 0 15px 0;
}
.relationsList_subtitle[b-0wjwup2yf2] {
    margin: 0;
    font-size: 16px;
}
.div_info_icon[b-0wjwup2yf2] {
    display: flex;
    margin-left: 7px;
}
.info_icon[b-0wjwup2yf2] {
    width: 11px;
    filter: invert(44%) sepia(0%) saturate(0%) hue-rotate(253deg) brightness(101%) contrast(90%);
}
.div_info_icon:hover .info_icon[b-0wjwup2yf2] {
    filter: invert(42%) sepia(60%) saturate(637%) hue-rotate(200deg) brightness(112%) contrast(101%) !important;
}

.div_relations_actions[b-0wjwup2yf2] {
    display: flex;
    justify-content: flex-end;
}

.div_relations_table[b-0wjwup2yf2] {
}
.div_relations_table_header[b-0wjwup2yf2] {
    display: flex;
    margin: 15px 0 10px 7px;
}
.p_relations_table_header[b-0wjwup2yf2] {
    font-size: 12px;
    color: #727272;
    font-weight: 500;
    margin: 0;
    padding: 0 0 0 .5rem;
}
.relations_table_header_type[b-0wjwup2yf2], .td_type[b-0wjwup2yf2] {
    width: 20%;
}
.relations_table_header_dest[b-0wjwup2yf2], .td_reference[b-0wjwup2yf2] {
    width: 40%;
}
.relations_table_header_prop[b-0wjwup2yf2], .td_property[b-0wjwup2yf2] {
    width: 40%;
}
.relations_table_header_actions[b-0wjwup2yf2] {
    width: 60px;
}
.td_actions[b-0wjwup2yf2] {
    width: 60px;
}
.relations_actions_icon[b-0wjwup2yf2] {
    transition: .1s;
    width: 14px;
    opacity: 0;
}
.relations_del_icon:hover path[b-0wjwup2yf2] {
    fill: #C4314B;
}
.relations_edit_icon[b-0wjwup2yf2] {
    margin-right: 5px;
}
    .relations_edit_icon:hover path[b-0wjwup2yf2] {
        fill: #242424;
    }
.relationship_table td[b-0wjwup2yf2] {
    font-size: 13px;
    color: #242424;
}
.relationship_table[b-0wjwup2yf2] {
    border-collapse: collapse;
    border-collapse: separate;
    border-spacing: 5px 15px;
    border-radius: 5px;
}
#dependencies_table[b-0wjwup2yf2] {
    border-left: 6px solid #50A1BC;
}
#influences_table[b-0wjwup2yf2] {
    border-left: 6px solid #E38539;
}
.relations_table_tr:hover .relations_actions_icon[b-0wjwup2yf2] {
    opacity: 1;
}
/* ---------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------- Report Modal START ---------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
[b-0wjwup2yf2] .openLink_icon {
    width: 15px !important;
    height: 15px !important;
}

.div_reportType[b-0wjwup2yf2] {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 15px 15px 10px;
    border-radius: 15px;
}

.div_dialog_content[b-0wjwup2yf2] {
    height: 100%;
    padding: 15px 20px;
    overflow: hidden;
}
.div_reportType_selected[b-0wjwup2yf2] {
    box-shadow: 0 0 0 1px #cecfff inset;
}

.div_reportLevel_buttons[b-0wjwup2yf2] {
    display: flex;
    align-items: center;
    margin: 30px 0 1rem;
    flex-wrap: wrap;
    justify-content: center;
}
.button_reportLevel_text[b-0wjwup2yf2] {
    color: white;
    font-size: 14px;
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0;
}

.div_newNode_property[b-0wjwup2yf2] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    transition: .2s;
}
.button_reportLevel[b-0wjwup2yf2] {
    margin: 5px 12px;
    padding: 10px 20px;
    border-radius: 30px;
    background-color: #bec0ff;
    transition: .2s;
    cursor: pointer;
}
    .button_reportLevel:hover[b-0wjwup2yf2] {
        padding: 11px 22px;
        margin-top: -2px;
    }

.button_reportLevel_selected[b-0wjwup2yf2] {
    background-color: #7A7FFF !important;
}


[b-0wjwup2yf2] .div_reportType:hover > .reportType_card {
    width: 112px !important;
    height: 112px !important;
    margin-top: -2px;
}

[b-0wjwup2yf2] .reportType_card {
    transition: .2s;
    width: 110px;
    height: 110px;
}
[b-0wjwup2yf2] .div_reportIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
[b-0wjwup2yf2] .reportIcon {
    width: 30px;
    height: 30px;
}

#div_reportModal_main[b-0wjwup2yf2] {
    width: 100%;
    height: calc(100% - 20px);
    overflow-y: scroll;
    position: relative;
    padding: 0 0 25px 0;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
}
    #div_reportModal_main[b-0wjwup2yf2]::-webkit-scrollbar {
        width: 10px;
    }

.div_reportModal_reports[b-0wjwup2yf2] {
    margin-top: 3rem;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;
}
.div_reportModal_icon[b-0wjwup2yf2] {
    top: 90%;
    left: calc(100% - 130px);
    position: sticky;
    width: fit-content;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s;
    background-color: #EEEEFF;
    padding: 10px 20px;
}

.report_label[b-0wjwup2yf2] {
    margin: 0 20px;
    font-size: 14px;
}

.div_reportModal_icon_active[b-0wjwup2yf2] {
    cursor: pointer;
    background-color: #7A7FFF !important;
}

.div_editor_icon_disabled[b-0wjwup2yf2] {
    background-color: #EEEEFF;
}

.div_reportType_text[b-0wjwup2yf2] {
    max-width: 110px;
    text-align: center;
}

.reportType_text[b-0wjwup2yf2] {
    font-size: 14px;
    margin: 10px 0 0 0;
}

.div_openNode_property[b-0wjwup2yf2] {
    justify-content: flex-start;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.reportModal_text[b-0wjwup2yf2] {
    color: #FFFFFF;
    font-size: 14px;
    margin: 5px;
}

[b-0wjwup2yf2] .CommentButton {
    height: 30px;
    width: 80px;
    border-radius: 7px;
    margin-left: 10px;
}
.CommentButton_Text[b-0wjwup2yf2] {
    margin: 0;
    padding: 6px 10px;
}
.CommentButton_PRing[b-0wjwup2yf2] {
    display: flex;
    align-items: center;
    justify-content: center;
}
[b-0wjwup2yf2] .topMenu_Menu {
    z-index: 10000000;
    left: -114px !important;
    width: 190px;
}
[b-0wjwup2yf2] #userKB_region {
    top: 35px !important;
}
[b-0wjwup2yf2] .commentMoreMenu_Menu {
    z-index: 10000;
    width: 90px;
    left: auto !important;
    top: 10px !important;
    right: 20px !important;
    border-radius: 10px;
}

.btn_toggleTabAppearanceBtns[b-0wjwup2yf2] {
    width: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
}

.tabbuttontext[b-0wjwup2yf2] {
    font-size: 14px;
    margin: 5px 0 0;
    color: #727272;
}
.tabbuttontext_active[b-0wjwup2yf2] {
    color: #7A7FFF!important;
}
[b-0wjwup2yf2] .btn_tabMobileIcon {
    width: 25px !important;
    height: 25px !important;
}
.div_tab_button_simple[b-0wjwup2yf2] {
    width: 65px;
    padding: 5px;
    justify-content: center;
}
.div_node_actions[b-0wjwup2yf2] {
    display: flex;
    margin: 0 20px 0 5px;
}
.report_action_icon[b-0wjwup2yf2] {
    width: 14px;
    height: 14px;
    margin-top: 5px;
    filter: invert(44%) sepia(97%) saturate(435%) hue-rotate(200deg) brightness(101%) contrast(104%);
}
@media screen and (max-width: 720px) {
    .report_action_icon[b-0wjwup2yf2] {
        margin-top: 0;
    }
}
[b-0wjwup2yf2] .report_modal_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5rem;
}

[b-0wjwup2yf2] .type_input::part(listbox) {
    max-height: 150px;
}
[b-0wjwup2yf2] .div_report_property {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
    transition: .2s;
    margin-top: 3rem;
}
#report_levels[b-0wjwup2yf2] {
    display: flex;
    align-items: center;
}


[b-0wjwup2yf2] .sidebar a {
    text-decoration: underline;
    font-size: 14px;
    color: #7A7FFF;
    padding: 0;
}

[b-0wjwup2yf2] #description_drawer pre {
    max-height: fit-content !important;
    max-width: 100%;
    max-height: fit-content !important;
    word-break: break-word;
    white-space: break-spaces;
}

.button_Recommendation_vertical[b-0wjwup2yf2] {
    left: 20px !important;
    right: auto !important;
}
.button_Recommendation[b-0wjwup2yf2] {
    right: 35px;
    bottom: 20px;
    min-width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background-color: #7A7FFF;*/
    border-radius: 100%;
    position: absolute;
    transition: .1s;
    cursor: pointer;
    z-index: 3;
    position: fixed;
    background: #FFFFFF;
    box-shadow: rgb(0 0 0 / 10%) 0 2px 7px 2px;
}
.button_Recommending[b-0wjwup2yf2] {
    border-radius: 20px;
    padding: 5px;
    cursor: default;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background: #FFFFFF;
    box-shadow: rgb(0 0 0 / 10%) 0 2px 7px 2px;
}

    .button_Recommending .div_recommendation_icons[b-0wjwup2yf2] {
        margin: 0 5px;
        width: 40px !important;
        height: 40px !important;
    }

@media screen and (max-width: 720px) {
    .button_Recommendation[b-0wjwup2yf2] {
        bottom: 90px !important;
        left: 20px !important;
    }
    .div_AvgRecommendation_outside[b-0wjwup2yf2] {
        display: none;
    }
}
.div_recommendation_top[b-0wjwup2yf2] {
    display: flex;
    align-items: center;
    margin: 0 auto 20px auto;
}
.div_AvgRecommendation_outside_vertical[b-0wjwup2yf2] {
    right: auto !important;
    left: 70px !important;
}
.div_AvgRecommendation_outside[b-0wjwup2yf2] {
    left: auto;
    right: 70px;
    bottom: 25px;
    position: fixed;
}
.div_recommendation_bottom[b-0wjwup2yf2], .div_AvgRecommendation_outside[b-0wjwup2yf2] {
    display: flex;
    align-items: center;
    margin: 0 20px 10px 20px;
}
.div_recommendation_text[b-0wjwup2yf2] {
    display: flex;
    align-items: center;
    margin: 0 20px 10px 20px;
    border: none;
}
.button_ShowAvgRating[b-0wjwup2yf2] {
    height: 130px !important;
}
.button_HideAvgRating[b-0wjwup2yf2] {

    height: 100px !important;
}
/*.button_HideAvgRating {
    height: 100px !important;
}*/
.div_recommendation_icons[b-0wjwup2yf2] {
    width: 40px !important;
    height: 40px !important;
    /*margin: 0 10px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    cursor: pointer;
}
#button_recommendation_close[b-0wjwup2yf2] {
    top: 0;
    right: 0;
    position: absolute;
    width: 30px !important;
    height: 30px !important;
}
.recommendation_icons[b-0wjwup2yf2] {
    width: 23px;
}
.recommendation_close[b-0wjwup2yf2] {
    width: 13px;
}
.recommended_icon[b-0wjwup2yf2] {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(136deg) brightness(108%) contrast(101%);
}
.div_rate_0[b-0wjwup2yf2] {
    background-color: #E35555;
}
.div_rate_1[b-0wjwup2yf2] {
    background-color: #9CACBB;
}
.div_rate_2[b-0wjwup2yf2] {
    background-color: #F8AE6A;
}
.div_rate_3[b-0wjwup2yf2] {
    background-color: #5DC17F;
}

.recommendation_top_txt[b-0wjwup2yf2] {
    margin: 0;
    font-size: 13px;
}
.recTxt[b-0wjwup2yf2] {
    margin: 0 5px;
    font-weight: 500;
}
.recTxt_color_0[b-0wjwup2yf2] {
    color: #E35555;
}
.recTxt_color_1[b-0wjwup2yf2] {
    color: #9CACBB;
}
.recTxt_color_2[b-0wjwup2yf2] {
    color: #F8AE6A;
}
.recTxt_color_3[b-0wjwup2yf2], .recTxt_color_4[b-0wjwup2yf2] {
    color: #5DC17F;
}
.recommendation_loading_ring[b-0wjwup2yf2] {
    width: 99%;
    height: 99%;
}


[b-0wjwup2yf2] .link_copy_icon {
    width: 13px;
}
[b-0wjwup2yf2] .link_check_icon {
    height: 13px;
}
/* _content/KBAI/Components/NodeIconUI.razor.rz.scp.css */


.rootNodes_node_icon[b-7u23bh9wla] {
    width: 25px;
    height: 25px;
    filter: invert(42%) sepia(92%) saturate(595%) hue-rotate(205deg) brightness(106%) contrast(101%);
}

.favorite_tab_subtitle_icon[b-7u23bh9wla] {
    width: 18px;
    margin-right: 8px;
    height: fit-content;
    margin: auto 8px auto 0;
    filter: invert(42%) sepia(92%) saturate(595%) hue-rotate(205deg) brightness(106%) contrast(101%);
}

.openNode_subtitle_div[b-7u23bh9wla] {
    display: flex;
    align-items: center;
}
/* _content/KBAI/Components/ProfileCard.razor.rz.scp.css */
.profile[b-005v2qz6ok] {
    display: flex;
    align-items: center;
}

    .profile .avatar[b-005v2qz6ok] {        
        flex: 1 0 auto;
    }

    .profile .avatar img[b-005v2qz6ok] {
        margin: 15px;
        height: 64px;
        width: 64px;
        border-radius: 32px;
    }

    .profile .info[b-005v2qz6ok] {
        margin: 0 2em;
        flex: 4 0 auto;
    }

        .profile .info > h3[b-005v2qz6ok] {
            margin: 0;
        }

        .profile .info > p[b-005v2qz6ok] {
            margin: 0;
        }
/* _content/KBAI/Components/SearchCloud.razor.rz.scp.css */
[b-lmhtplkkvj] .topMenu_Menu {
    left: -140px !important;
}

#div_predicateQuery_tip[b-lmhtplkkvj] {
    display: none;
    z-index: -1;
    border-radius: 10px;
    background-color: #F8F8FF;
    border: 0.08em solid #DADBFD;
    padding: 15px 10px 15px 10px;
    box-shadow: 0 6px 20px rgb(0 0 0 / 15%);
    position: absolute;
    margin-top: 55px;
    max-width: 90%;
    width: 190px;
}

[b-lmhtplkkvj] .blazor-context-menu__list {
    padding: 0;
    margin-top: -8px;
}

[b-lmhtplkkvj] .favorites_header_icon {
    width: 18px;
    height: 18px;
}
[b-lmhtplkkvj] .favoride_node_card_icon {
    width: 20px;
    height: 20px;
}
[b-lmhtplkkvj] .favoride_node_card_inner {
    width: calc(100% - 50px);
    display: flex;
    justify-content: flex-start;
}

[b-lmhtplkkvj] .div_set_favorite {
    height: fit-content;
    margin: 0;
}
[b-lmhtplkkvj] .favorite_info_header {
    width: 100%;
    display: flex;
    align-items: center;
}
[b-lmhtplkkvj] .favorites_titleButton {
    display: flex;
    cursor: pointer;
    width: 25px;
    height: 20px;
    align-items: flex-start;
    justify-content: center;
}
[b-lmhtplkkvj] .favorites_titleButton_icon {
    width: 9px;
}
[b-lmhtplkkvj] .div_favoride_node_card_icon {
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.favorites_section[b-lmhtplkkvj] {
    width: 100%;
    display: flex;
    margin-bottom: 7rem;
    align-items: flex-start;
    justify-content: space-around;
}
@media screen and (max-width: 900px) {
    .favorites_section[b-lmhtplkkvj] {
        flex-direction: column;
    }
    .rootNfavorites_card[b-lmhtplkkvj] {
        width: 90%;
        margin: auto;
    }
    .favoriteNode_card[b-lmhtplkkvj] {
        margin-bottom: 2rem;
    }
}

[b-lmhtplkkvj] .div_filter_trigger {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.div_searchOptions[b-lmhtplkkvj] {
    position: relative;
    display: flex;
    align-items: center;
    width: 50%;
    max-width: 500px;
    justify-content: space-between;
}
.div_filter_box[b-lmhtplkkvj] {
    display: flex;
    align-items: flex-end;
    cursor: default;
}
.div_nodeType_filterSearch[b-lmhtplkkvj] {
    width: 70%;
}
[b-lmhtplkkvj] #nodeType_region {
    z-index: 100;
    flex-direction: column;
    background-color: white;
    border-radius: 10px;
    min-width: 250px;
    max-height: 255px;
    padding: 10px;
    position: absolute;
    margin: 0 0 -310px -5px;
    box-shadow: 0 6px 20px rgb(0 0 0 / 15%);
    top: 30px !important;
    left: 0 !important;
}
[b-lmhtplkkvj] .nodeType_filterSearch_input {
    width: 100%;
}
.div_filters_header[b-lmhtplkkvj] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0 0;
    padding: 0 10px;
}
.filters_options_noResults[b-lmhtplkkvj] {
    font-size: 13px !important;
    margin-left: 10px;
}
.div_filters_options[b-lmhtplkkvj] {
    max-height: 120px;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    align-items: start;
    grid-row-gap: 10px;
    margin: 20px 0;
}
    .div_filters_options[b-lmhtplkkvj]::-webkit-scrollbar {
        width: 5px !important;
        height: auto !important;
    }

.filters_txt_highlight[b-lmhtplkkvj] {
    margin: 0;
    width: 15%;
    color: #7A7FFF;
    font-size: 13px;
    min-width: 30px;
    text-align: center;
}
.filters_apply[b-lmhtplkkvj] {
    width: 100%;
    border-radius: 5px;
    background-color: #7A7FFF;
    outline: none;
    border: none;
    color: white;
    font-size: 13px;
    padding: 8px;
    cursor: pointer;
}
#filters[b-lmhtplkkvj] {
    display: flex;
    flex-direction: column;
    background-color: white;
    border-radius: 10px;
    width: 130px;
    padding: 10px;
    position: absolute;
    margin: 0 0 -80px -5px;
    box-shadow: 0 6px 20px rgb(0 0 0 / 15%);
}
.div_filter_txt[b-lmhtplkkvj] {
    cursor: pointer;
}



@media screen and (max-width: 720px) {
    .div_filters[b-lmhtplkkvj] {
        width: 95%;
    }
}
.div_filters[b-lmhtplkkvj] {
    width: 60%;
    display: flex;
    align-items: center;
    margin: 37px auto 0 auto;
    flex-wrap: wrap;
    justify-content: center;
}
[b-lmhtplkkvj] .div_filter {
    width: calc(100%/3);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-width: 160px;
    margin-bottom: 15px;
}
.genAI_icon[b-lmhtplkkvj] {
    margin-left: 5px;
    cursor: pointer;
}

[b-lmhtplkkvj] .selected_filter_txt {
    margin: 0 0 0 5px !important;
    color: #5B60D2;
}
.sel_filter_txt_menu[b-lmhtplkkvj] {
    margin: 5px 0;
    color: #5B60D2;
}
.filter_txt[b-lmhtplkkvj] {
    margin: 0;
    font-size: 13px;
    cursor: pointer;
}
.filter_txt_dis[b-lmhtplkkvj] {
    color: #b3b3b3 !important;
    cursor: default !important;
}
.filter_icon_dis[b-lmhtplkkvj] {
    cursor: default !important;
    filter: invert(76%) sepia(13%) saturate(0%) hue-rotate(278deg) brightness(92%) contrast(90%) !important;
}

.filter_txt_menu[b-lmhtplkkvj] {
    font-size: 13px;
    margin: 5px 0;
}
.div_filter_icon[b-lmhtplkkvj] {
    margin: 0 5px 0 0;
}
[b-lmhtplkkvj] .filter_icon {
    width: 14px;
    height: 14px;
}
[b-lmhtplkkvj] .filter_arrow_expanded {
    transform: rotate(180deg);
}
[b-lmhtplkkvj] .filter_arrow_collapsed {
    transform: rotate(0deg) !important;
}
.div_tip_title[b-lmhtplkkvj] {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.nodetype_checkbox_txt[b-lmhtplkkvj] {
    margin: 0;
}

.tip_title[b-lmhtplkkvj] {
    margin: 0 0 0 4px !important;
    font-size: 8px !important;
    font-weight: 700;
}

.tip_text[b-lmhtplkkvj] {
    margin: 12px 0;
    font-size: 12px;
    color: #727272;
}

.div_concept_cloud[b-lmhtplkkvj] {
    display: flex;
    width: 100%;
    height: 100%;
    border-right: solid;
    border-color: #DADBFD;
    margin: 1rem auto 5rem;
    justify-content: center;
    align-content: flex-start;
    flex-direction: column;
    align-items: center;
    overflow: scroll;
}
.concept_cloud[b-lmhtplkkvj] {
    display: flex;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    overflow-y: scroll;
    overflow-x: hidden;
    justify-content: center;
    align-content: flex-start;
    transition: .2s;
}
[b-lmhtplkkvj] .concept_cloud::-webkit-scrollbar {
    width: 7px !important;
    height: auto !important;
}
[b-lmhtplkkvj] .concept_cloud::-webkit-scrollbar-thumb {
    background: #5B5FC7;
    border-radius: 10px;
}

.div_concept_cloud_query[b-lmhtplkkvj] {
    display: flex;
    width: 60%;
    height: fit-content;
    flex-wrap: wrap;
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 1rem auto 5rem;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    align-items: center;
}

@media screen and (max-width: 720px) {
    .div_concept_cloud[b-lmhtplkkvj] {
        display: flex;
        width: 100%;
        height: 35vh;
        flex-wrap: wrap;
        overflow-y: scroll;
        overflow-x: hidden;
        margin: 0;
        justify-content: center;
        align-content: flex-start;
    }
}

[b-lmhtplkkvj] .nodetype_node_icon {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    filter: invert(0%) sepia(95%) saturate(21%) hue-rotate(22deg) brightness(97%) contrast(106%);
}
[b-lmhtplkkvj] .Nodetype_checklist {
    margin-bottom: 5px;
}
    [b-lmhtplkkvj] .Nodetype_checklist::part(label) {
        display: flex;
        align-items: center;
    }
[b-lmhtplkkvj] .navBar_node_icon {
    width: 16px;
    height: 16px;
    opacity: .87;
    margin-right: 10px;
    filter: invert(50%) sepia(86%) saturate(2943%) hue-rotate(217deg) brightness(105%) contrast(107%);
}
[b-lmhtplkkvj] .btn_concept:hover .navBar_node_icon {
    filter: invert(100%) sepia(4%) saturate(739%) hue-rotate(318deg) brightness(118%) contrast(100%);
}

[b-lmhtplkkvj] .btn_concept_selected {
    color: white;
    background-color: #7A7FFF;
}
[b-lmhtplkkvj] .btn_concept_selected .navBar_node_icon {
    filter: invert(100%) sepia(4%) saturate(739%) hue-rotate(318deg) brightness(118%) contrast(100%);
}

.div_nodeList[b-lmhtplkkvj] {
    margin-bottom: 3rem;
}
.div_nodeListDivider[b-lmhtplkkvj] {
    display: flex;
    align-items: flex-end;
    margin-bottom: 1rem;
    position: relative;
    min-height: 30px;
}
.p_nodeListDivider[b-lmhtplkkvj] {
    font-size: 13px; 
    margin: 0 10px 0 0;
}
.nodeListDivider[b-lmhtplkkvj] {
    width: 100%;
    height: 1px;
    margin-bottom: 3px;
    border-radius: 5px;
    border-style: solid;
    border-color: #dadbfd57;
    border-width: 2px 0 0 0;
}

#div_totalresults_Actions[b-lmhtplkkvj] {
    cursor: pointer;
    width: fit-content;
    margin: auto auto 15px auto;
}
.totalresults_Actions_dis[b-lmhtplkkvj] {
    cursor: default !important;
}
#div_totalresults_Actions:hover .filter_txt[b-lmhtplkkvj] {
    color: #7A7FFF;
}
#div_totalresults_Actions:hover .filter_icon[b-lmhtplkkvj] {
    filter: invert(50%) sepia(86%) saturate(2943%) hue-rotate(217deg) brightness(105%) contrast(107%);
}

.div_search[b-lmhtplkkvj] {
    display: flex;
    margin: 2rem auto 0;
    padding: 0 !important;
    flex-direction: column;
    align-content: center;
}
.div_searchbar_icon[b-lmhtplkkvj] {
    display: flex;
    align-items: center;
    justify-content: end;
    /*margin-right: 5px;*/
    cursor: pointer;
    width: 30px;
}

#txt_searchbar:-webkit-autofill[b-lmhtplkkvj],
#txt_searchbar:-webkit-autofill:hover[b-lmhtplkkvj],
#txt_searchbar:-webkit-autofill:focus[b-lmhtplkkvj] {
    -webkit-box-shadow: 0 0 0px 1000px #F1F1F1 inset !important;
}

.div_txt_searchbar[b-lmhtplkkvj] {
    z-index: 101;
    width: 35%;
    max-width: 500px;
    min-width: 250px;
    margin: auto;
    display: flex;
    padding: 13px 15px;
    border-radius: 10px;
    background-color: #F1F1F1;
}
.p_totalresults[b-lmhtplkkvj] {
    color: #727272;
    font-size: 14px;
    margin: 2rem 0 1rem;
    text-align: center;
}
#p_noresultsfound[b-lmhtplkkvj] {
    font-size: 15px;
}

.div_nodeLists[b-lmhtplkkvj] {
    height: 100%;
}

#div_cloudsection[b-lmhtplkkvj] {
    width: 90%;
    /* height: 35vh; */
    margin: auto;
    display: flex;
    justify-content: center;
    margin: 2rem auto 3rem auto;
    transition: .2s;
    position: relative;
}
.div_cloudsection_infoOpen[b-lmhtplkkvj] {
    /* height: 45vh !important; */
    margin: 2rem auto 3rem auto !important;
}

@media screen and (max-width: 720px) {
    #div_cloudsection[b-lmhtplkkvj] {
        width: 90%;
        height: fit-content !important;
        margin: auto;
        display: flex;
        justify-content: center;
        margin: 2rem auto 3rem auto;
        transition: .2s;
        position: relative;
    }
    .div_concept_cloud[b-lmhtplkkvj] {
        height: fit-content;
    }
    .div_cloudsection_infoOpen[b-lmhtplkkvj] {
        height: fit-content;
        margin: 2rem auto 3rem auto !important;
    }
}

.div_tab_right[b-lmhtplkkvj] {
    display: flex;
    align-items: center;
}
.copyIcon[b-lmhtplkkvj] {
    width: 11px;
}
#div_selectedNode_header[b-lmhtplkkvj] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: 3rem;
}
#selectedNode_ref[b-lmhtplkkvj] {
    font-size: 15px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    margin: 0;
}
#selectedNode[b-lmhtplkkvj] {
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 5px 0 0 0;
    overflow: hidden;
}
#div_selectedNodeInfo[b-lmhtplkkvj] {
    width: 85%;
    display: flex;
    align-items: center;
}
#div_selectedNodeLink[b-lmhtplkkvj] {
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
}
#selectedNodeLink[b-lmhtplkkvj] {
    width: 17px;
    height: 20px;
    margin-left: 15px;
}

[b-lmhtplkkvj] .node_type {
    font-size: 12px;
    color: #727272;
    width: 100%;
    margin: 0;
}
[b-lmhtplkkvj] #div_selectedNode_body {
    overflow: scroll;
    height: fit-content;
    /* max-height: calc(40vh - 4rem); */
}
    [b-lmhtplkkvj] #div_selectedNode_body::-webkit-scrollbar {
        width: 7px !important;
        height: auto !important;
    }
#selectedNode_desc[b-lmhtplkkvj] {
    font-size: 14px;
}
[b-lmhtplkkvj] #selectedNode_desc > p > img {
    width: 100% !important;
    max-width: 230px;
    margin: 10px 0;
}
[b-lmhtplkkvj] #selectedNode_desc > img {
    width: 100% !important;
    max-width: 230px;
    margin: 10px 0;
}

#cloudsection_divider[b-lmhtplkkvj] {
    width: 1px;
    margin-left: 6px;
    margin-right: 5px;
    border-radius: 5px;
    border-style: solid;
    border-color: #DADBFD;
    border-width: 27px 0 0 0;
}

#div_infoPanel[b-lmhtplkkvj] {
    width: 50%;
    height: fit-content;
    min-height: 150px;
    /* max-height: 40vh; */
    padding-left: 25px;
    transition: .2s;
    position: relative;
}

.btn_GoToSelNode[b-lmhtplkkvj] {
    width: calc(50% - 25px);
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: 200px;
    min-width: 100px;
    border-radius: 5px;
    background-color: #7A7FFF;
    outline: none;
    border: none;
    color: white;
    font-size: 13px;
    padding: 8px;
    position: absolute;
    /* bottom: -3rem; */
    cursor: pointer;
}

@media screen and (max-width: 720px) {
    #div_infoPanel[b-lmhtplkkvj] {
        max-height: fit-content;
    }
    #div_selectedNode_body[b-lmhtplkkvj] {
        height: fit-content;
        margin-top: 70px;
        max-height: fit-content;
    }
    .btn_GoToSelNode[b-lmhtplkkvj] {
        bottom: auto;
        top: 70px;
    }

}

.collapse_chevron[b-lmhtplkkvj] {
    width: 100%;
    height: 100%;
    max-width: 8px;
    rotate: 90deg;
    transition: .2s;
}

.collapse_chevron_open[b-lmhtplkkvj] {
    rotate: -90deg !important;
}

.collapse_query[b-lmhtplkkvj] {
    bottom: 10px;
    right: 0;
    position: absolute;
    width: 20px !important;
    height: 10px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.div_collapse_chevron[b-lmhtplkkvj] {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}





[b-lmhtplkkvj] .userKB_opt {
    width: auto !important;
    margin: 0;
    color: #242424;
    font-size: 14px;
    text-align: initial;
    overflow: hidden;
    text-overflow: ellipsis;
}

[b-lmhtplkkvj] .div_node_more_opt {
    align-items: center;
    display: flex !important;
    cursor: default !important;
    padding: 5px 10px !important;
    border-radius: 10px;
}

    [b-lmhtplkkvj] .div_node_more_opt:hover {
        background-color: #F8F8FF;
    }

    [b-lmhtplkkvj] .div_node_more_opt::after {
        right: 0px !important;
    }

[b-lmhtplkkvj] #userKB_KBList {
    width: 100%;
    max-height: calc(100vh - 150px);
    overflow: scroll;
}

    [b-lmhtplkkvj] #userKB_KBList::-webkit-scrollbar-thumb {
        background: #C7C7C7;
        border-radius: 10px;
        border: white;
    }

    [b-lmhtplkkvj] #userKB_KBList::-webkit-scrollbar {
        height: 0;
        width: 8px;
    }

    [b-lmhtplkkvj] #userKB_KBList::-webkit-scrollbar-thumb:hover {
        background: #B2B2B2;
    }

[b-lmhtplkkvj] .userKB_menu {
    left: 80px !important;
    top: 40px !important;
    padding: 8px 0;
    z-index: 100;
    display: block;
    width: fit-content;
    height: fit-content;
    border-radius: 10px;
    position: relative;
}

[b-lmhtplkkvj] .userKB_menuHeader {
    display: flex;
    align-items: center;
    padding: 10px 40px 0 10px;
}

    [b-lmhtplkkvj] .userKB_menuHeader .userKB_opt {
        font-weight: 500;
    }

[b-lmhtplkkvj] .userKB_menu_divider {
    width: 95%;
    border: solid;
    border-width: 0.01em;
    border-color: #e9e9e9;
    margin: 8px 0 8px 4px;
}

.userKB_opt[b-lmhtplkkvj] {
    width: 135px !important;
    margin: 0;
    color: #242424;
    font-size: 14px;
    text-align: initial;
    /*overflow: hidden;*/
}

.node_more_opt_icon[b-lmhtplkkvj] {
    width: 15px;
    height: 15px;
}

.div_node_more_opt_icon[b-lmhtplkkvj] {
    display: flex;
    height: fit-content;
    margin-right: 10px;
}
[b-lmhtplkkvj] #USerKBSelector {
    cursor: pointer;
    border-left: 1px solid white;
    padding-left: 1rem;
    position: relative;
    display: flex
}
.div_userKB_opt[b-lmhtplkkvj] {
    padding-left:5px;
}
.ToolkitLogo[b-lmhtplkkvj] {
    width: auto;
    height: 25px;
    margin: auto;
}

[b-lmhtplkkvj] .div_ToolkitLogo {
    margin-right: 8px;
    padding: 0 10px;
    height: 30px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    border-radius: 5px;
    transition: .2s;
    width: fit-content;
    background-color: transparent !important;
}

[b-lmhtplkkvj] .div_nav_icon {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    border-radius: 100%;
    transition: .2s;
}


/* ------------------------------- Chatbot */

.loadinChatbotResponse[b-lmhtplkkvj] {
    margin-top: 1rem;
    align-items: center;
    justify-content: start;
}
[b-lmhtplkkvj] .ChatbotSpinner {
    width: 50px;
    height: 15px;
    color: #7a7aff !important;
}
.loadinChatbotSugestions[b-lmhtplkkvj] {
    display: flex;
    margin-top: 1rem;
    margin-left: 20px;
    align-items: center;
    justify-content: start;
    font-size: 14px;
}
[b-lmhtplkkvj] .ChatbotSugestionsSpinner {
    width: 40px;
    height: 15px;
    color: #7a7aff !important;
}
.loadinChatbotSugestions p[b-lmhtplkkvj] {
    margin: 0 1rem 0 0;
    color: #7a7aff !important;
}

#div_ChatBotSection[b-lmhtplkkvj] {
    display: none;
    width: calc(100vw - 20px);
    height: calc(100vh - 150px);
    background-color: #f5f5f5;
    border-radius: 20px;
    position: relative;
    margin: -15px auto;
}
#ChatSection[b-lmhtplkkvj] {
    max-height: calc(100% - 70px);
    padding: 1rem 0 2rem;
    position: absolute;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
}
    #ChatSection[b-lmhtplkkvj]::-webkit-scrollbar {
        width: 7px;
        height: 7px;
    }

#UserPromptSection[b-lmhtplkkvj] {
    bottom: 10px;
    right: 0;
    left: 0;
    width: calc(100% - 20px);
    height: 50px;
    position: absolute;
    border-radius: 20px;
    display: flex;
    background-color: #e7e7e7;
    align-items: center;
    margin: auto;
}
#UserPromptInput[b-lmhtplkkvj] {
    width: calc(100% - 80px) !important;
    height: 100%;
    margin: auto;
}
.UserPromptSend_disabled[b-lmhtplkkvj] {
    background-color: transparent !important;
}
.UserPromptSend[b-lmhtplkkvj] {
    border: none;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    padding: 10px;
    background-color: #7A7FFF;
    border-radius: 100%;
}
    .UserPromptSend img[b-lmhtplkkvj] {
        width: 100%;
        height: 100%;
    }

.loadinChatbotResponse[b-lmhtplkkvj] {
    margin: 1rem auto 0 20px;
}

#ChatbotSugestions_cloud[b-lmhtplkkvj] {
    transition: .2s;
    display: flex;
    flex-wrap: wrap;
    margin: 1rem auto 0 -5px;
    transition: .2s;
    width: 70%;
}
    #ChatbotSugestions[b-lmhtplkkvj]  #div_selectedNode_body {
        overflow: overlay !important;
    }
#ChatbotSugestions[b-lmhtplkkvj]  #div_infoPanel {
    display: flex;
    flex-direction: column;
}
#ChatbotSugestions[b-lmhtplkkvj]  .btn_GoToSelNode {
    position: unset;
    margin: 2rem auto 0;
}
.ChatbotSugestions_cloud_ShowSelected[b-lmhtplkkvj] {
    width: 100% !important;
}
#ChatbotSugestions_label[b-lmhtplkkvj] {
    color: #7A7FFF;
    font-size: 14px;
    font-weight: 500;
    width: fit-content;
    text-align: start;
    max-width: 50%;
    margin: 5px 0 0;
}
@media screen and (min-width: 900px) {
    #ChatbotSugestions_cloud[b-lmhtplkkvj] {
        width: 60%;
    }
    .ChatbotSugestions_cloud_ShowSelected[b-lmhtplkkvj] {
        width: 100% !important;
    }
}

#ChatbotSugestions[b-lmhtplkkvj] {
    width: 100%;
    display: flex;
    margin: 2rem auto 3rem 20px;
    transition: .2s;
}
.ChatbotSugestions_ShowSelected[b-lmhtplkkvj] {
    width: calc(100% - 30px) !important;
    padding: 1rem 2rem 1rem 1rem;
    background-color: #f3f4fe;
    border-radius: 20px;
}
#ChatbotSugestions_container[b-lmhtplkkvj] {
    width: 100%;
    transition: .2s;
}
.ChatbotSugestions_container_ShowSelected[b-lmhtplkkvj] {
    width: 50% !important;
    border-right: solid;
    border-color: #DADBFD;
}

.ChatbotMessage_container[b-lmhtplkkvj] {
    border-radius: 10px;
    width: fit-content;
    max-width: 70%;
    padding: 10px 10px;
}
.ChatbotMessage_Response p[b-lmhtplkkvj] {
    font-size: 14px;
    color: #212121;
    margin: 0;
}
.ChatbotMessage_Response[b-lmhtplkkvj] {
    color: #212121;
}

.ChatbotMessage_User p[b-lmhtplkkvj] {
    font-size: 14px;
    color: #f2f2f2;
    margin: 0;
}

.ChatbotMessage_User[b-lmhtplkkvj] {
    box-shadow: 2px 5px 7px 0px rgb(0 0 0 / 8%);
    background-color: #7A7FFF;
    margin: 1rem 20px 0 auto;
}

.ChatbotMessage_Response[b-lmhtplkkvj] {
    box-shadow: -2px 5px 7px 0px rgb(0 0 0 / 8%);
    background-color: #eaeaea;
    margin: 1rem auto 0 20px;
}
/*.typewriter {
    color: #0000 !important;
    background: linear-gradient(-90deg,#7A7FFF 2px,#0000 0) 10px 0, linear-gradient(#212121 0 0) 0 0;
    background-size: calc(var(--n)*1ch) 200%;
    -webkit-background-clip: padding-box,text;
    background-clip: padding-box,text;
    background-repeat: no-repeat;
    animation: b .8s infinite steps(1), t calc(var(--n)*.1s) steps(var(--n)) forwards;
}

@keyframes t {
    from {
        background-size: 0 200%
    }
}

@keyframes b {
    50% {
        background-position: 0 -100%,0 0
    }
}*/
.nottypewriter[b-lmhtplkkvj] {

}

#ChatbotSugestions_Actions[b-lmhtplkkvj] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#ChatbotSugestions_ShowMore[b-lmhtplkkvj] {
    width: 100px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0 0 !important;
    cursor: pointer;
}
    #ChatbotSugestions_ShowMore .p_totalresults[b-lmhtplkkvj] {
        margin: 0 !important;
        color: #7A7FFF;
    }
#ChatbotSugestions_TotalReport[b-lmhtplkkvj] {
    margin-top: 1rem;
}
#ChatbotSugestions_TotalReport .p_totalresults[b-lmhtplkkvj] {
    margin: 0 0 10px !important;
}

[b-lmhtplkkvj] .tabSectionIcon {
    width: 17px;
    height: 17px;
    margin-right: 6px;
}
[b-lmhtplkkvj] .tabSectionIcon_bot {
    height: 15px !important;
}
#UserPromptSend[b-lmhtplkkvj] {
    border: none;
    background: none;
}


.div_tabSectionsNav[b-lmhtplkkvj] {
    display: flex;
    justify-content: center;
    margin-top: calc(5vh + 48px);
    transition: .2s;
}
.div_tabSectionsNav_ChatbotOpen[b-lmhtplkkvj] {
    margin-top: 60px;
}
@media screen and (max-width: 720px) {
    .div_tabSectionsNav_ChatbotOpen[b-lmhtplkkvj] {
        margin-top: 82px;
    }
}
/* _content/KBAI/Components/Welcome.razor.rz.scp.css */
.narrow[b-ao5fneqvdu] {
    max-width: 900px;
    margin: 0 auto;
}

.page-padding[b-ao5fneqvdu] {
    padding: 4rem;
}

.welcome.page > .narrow > img[b-ao5fneqvdu] {
    margin: 0 auto;
    display: block;
    width: 200px;
}

.welcome.page > .narrow > .menu[b-ao5fneqvdu] {
    width: 80%;
    justify-content: space-between;
    margin: 4rem auto;
    border-bottom: none;
}

    .welcome.page > .narrow > .menu > .menu-item[b-ao5fneqvdu] {
        background-color: inherit;
        margin: auto;
        font-size: 14px;
        min-height: 32px;
        border-bottom-color: rgb(98, 100, 167);
    }
    
@media screen and (max-width: 900px) {
    .welcome > div[b-ao5fneqvdu] {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
}

.center[b-ao5fneqvdu] {
    text-align: center;
}

.sections > *[b-ao5fneqvdu] {
    margin: 4rem auto;
}

.error[b-ao5fneqvdu] {
    color: red;
}


.wapperTitleHeader[b-ao5fneqvdu], .wapperTitleHeader_mobile[b-ao5fneqvdu] {
    margin-bottom: 20px;
}

.wapperTitleHeader[b-ao5fneqvdu] {
    padding-right: 15px;
    text-align: left;
}

.wapperTitleHeader_mobile[b-ao5fneqvdu] {
    width: 90%;
    display: none;
    text-align: center;
    margin: 0 auto 1rem auto;
}

@media (max-width:900px) {
    .wapperTitleHeader[b-ao5fneqvdu] {
        display: none;
    }

    #LoginLogo[b-ao5fneqvdu] {
        width: 70% !important;
    }

    .wapperTitleHeader_mobile[b-ao5fneqvdu] {
        display: block;
    }
}

@media (max-width:336px) {
    #LoginLogo_label[b-ao5fneqvdu] {
        font-size: 12px !important;
    }
}

.wapperTitleHeader_mobile .div_LoginLogo[b-ao5fneqvdu] {
    width: 90%;
    max-width: 300px;
    margin: auto;
}

.wapperTitleHeader_mobile #LoginLogo_label[b-ao5fneqvdu] {
    margin: auto;
    width: fit-content;
    text-wrap: auto;
    word-break: break-word;
    white-space: pre-wrap !important;
    color: #212121;
}

.div_LoginLogo[b-ao5fneqvdu] {
    width: 90%;
    max-width: 400px;
}

#LoginLogo[b-ao5fneqvdu] {
    width: 100%;
}

#LoginLogo_label[b-ao5fneqvdu] {
    width: 68%;
    text-wrap: auto;
    margin-left: 32%;
    margin-top: 0;
    word-break: break-word;
    white-space: pre-wrap !important;
    color: #212121;
    font-size: 16px;
}

.login_subtitle[b-ao5fneqvdu] {
    text-align: left;
    font-size: 20px;
    font-weight: 500;
}
.login_title[b-ao5fneqvdu] {
    margin: 0 0 1rem 0;
    font-size: 4rem;
    line-height: 3rem;
    font-weight: 700;
    color: #5B5FC7;
    text-align: left;
}
.login_titleSpan[b-ao5fneqvdu] {
    font-weight: 500!important;
}
@media screen and (max-width: 900px) {
    .page-padding[b-ao5fneqvdu] {
        padding: 0;
    }

    .div_login[b-ao5fneqvdu] {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-between;
        width: 90%;
        margin: auto;
    }

    .div_title[b-ao5fneqvdu] {
        font-size: 15px;
        padding-right: 0;
        text-align: center;
        margin-bottom: 1rem;
    }

    .login_title[b-ao5fneqvdu] {
        margin: 0;
        font-size: 2rem;
        line-height: 2rem;
        color: #5B5FC7;
        text-align: center;
    }

    .login_subtitle[b-ao5fneqvdu] {
        text-align: center;
        font-size: 15px;
    }
}

[b-ao5fneqvdu] .KB_combo_input {
    width: 100%;
    max-width: 300px;
}
[b-ao5fneqvdu] .KB_combo_input::part(listbox) {
    max-height: 200px;
}

#div_LoginOptions[b-ao5fneqvdu] {
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border-right: #e0e0e3 2px solid;
    border-left: #e0e0e3 2px solid;
    background-color: ghostwhite;
}
.div_LoginOpt[b-ao5fneqvdu] {
    min-height: 145px;
    width: calc(50% - 30px);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    justify-content: center;
}
.loginOpt_but[b-ao5fneqvdu] {
    background: #7a7fff !important;
    color: white;
    font-weight: 400;
    border: #7a7fff 1px solid;
    border-radius: 4px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 150px;
    height: 28px;
    font-size: 9pt !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.loginOpt_ref[b-ao5fneqvdu] {
    margin: 0 0 .5rem 0;
    font-weight: 500 !important;
    font-size: 9pt !important;
    text-align: center;
}
#loginOpt_OR[b-ao5fneqvdu] {
    width: 60px;
}

[b-ao5fneqvdu] .txt_alert {
    margin-bottom: 2rem;
}
.fields_maxWidth[b-ao5fneqvdu], [b-ao5fneqvdu] .user_input, [b-ao5fneqvdu] .user_button, [b-ao5fneqvdu] .KB_combo_input {
    max-width: 400px;
}
[b-ao5fneqvdu] .user_input, [b-ao5fneqvdu] .KB_combo_input {
    margin-bottom: 1rem;
    width: 100% !important;
}
[b-ao5fneqvdu] .user_button {
    margin-top: 1rem;
    width: 100% !important;
}
#divMainForm[b-ao5fneqvdu] {
    min-height: 264px;
    max-width: 400px;
    width: 100%;
}

#div_fields_loading_ring[b-ao5fneqvdu] {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

[b-ao5fneqvdu] #fields_loading_ring {
    margin-top: 2rem;
    margin-bottom: 3rem;
}

.MainForm_Body[b-ao5fneqvdu] {
}
.MainForm_Intro[b-ao5fneqvdu] {
    font-size: 12px;
    text-align: left;
    font-weight: 500;
    margin-bottom: 2rem;
    width: fit-content;
    margin: 0 0 1rem 0;
}
@media screen and (max-width: 900px) {
    .MainForm_Intro[b-ao5fneqvdu] {
        font-size: 12px;
    }
    #div_LoginOptions[b-ao5fneqvdu] {
        max-width: 400px;
        flex-direction: column;
    }
    .div_LoginOpt[b-ao5fneqvdu] {
        width: 100%;
    }
}

.link[b-ao5fneqvdu] {
    margin: 0;
    cursor: pointer;
    color: #7A7FFF;
}
    .link:hover[b-ao5fneqvdu] {
        color: #5393d5 !important;
    }
.checkbox_label[b-ao5fneqvdu] {
    font-weight: 500;
    font-size: 8pt;
    text-align: left;
}

[b-ao5fneqvdu] #txtTerms {
    display: flex;
    align-items: flex-start;
}
    [b-ao5fneqvdu] #txtTerms::part(control) {
        top: 1rem;
    }
/* _content/KBAI/Pages/Tab.razor.rz.scp.css */
.narrow[b-c0xd77oyb8] {
	max-width: 1100px;
	margin: 0 auto;
}

.page-padding[b-c0xd77oyb8] {
	padding: 2rem;
}

.welcome.page > .narrow > img[b-c0xd77oyb8] {
	margin: 0 auto;
	display: block;
	width: 200px;
}

.welcome.page > .narrow > ul[b-c0xd77oyb8] {
	width: 75%;
	justify-content: space-between;
	margin: 4rem auto;
}

	.welcome.page > .narrow > ul > li[b-c0xd77oyb8] {
		background-color: inherit;
		margin: auto;
	}

		.welcome.page > .narrow > ul > li > a[b-c0xd77oyb8] {
			font-size: 16px;
			height: 32px;
			border-bottom-color: rgb(98, 100, 167);
		}

.center[b-c0xd77oyb8] {
	text-align: center;
}

pre[b-c0xd77oyb8] {
	overflow-x: scroll;
}

pre[b-c0xd77oyb8],
div.error[b-c0xd77oyb8] {
	background-color: #e5e5e5;
	padding: 1rem;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	margin: 1rem 0;
}

code[b-c0xd77oyb8] {
	background-color: #e5e5e5;
	display: inline-block;
	padding: 0px 6px;
	border-radius: 3px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

.error[b-c0xd77oyb8] {
	color: red;
}

.profile[b-c0xd77oyb8] {
	display: flex;
	margin: 1em 0;
	background-color: white;
	width: fit-content;
	box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
}

	.profile > .avatar[b-c0xd77oyb8] {
		margin: 2em 1em;
		height: 72px;
		width: 72px;
	}

	.profile > .info[b-c0xd77oyb8] {
		margin: 2em 2em 0 0;
	}

		.profile > .info > h3[b-c0xd77oyb8] {
			margin: 0;
		}

		.profile > .info > p[b-c0xd77oyb8] {
			margin: 0;
		}

[b-c0xd77oyb8] #TabLoading_ring {
	height: 55px;
	width: 55px;
	margin: auto 3rem auto 0;
}
.div_loadingTitle[b-c0xd77oyb8] {
	max-width: 500px;
}
#loadingTitle_title[b-c0xd77oyb8] {
	line-height: 4rem;
	font-weight: 700;
	font-size: 4rem;
	color: #5B5FC7;
	text-align: left;
	/*max-width: 500px;*/
}
#loadingTitle_titleSpan[b-c0xd77oyb8] {
	font-weight: 500 !important;
}
@media screen and (max-width: 760px) {
	#loadingTitle_title[b-c0xd77oyb8] {
		line-height: 2rem;
		font-size: 2rem;
	}
	[b-c0xd77oyb8] #TabLoading_ring {
		height: 25px;
		width: 25px;
		margin: auto 1rem auto 0;
	}
}
@media screen and (max-width: 420px) {
	.nodes_loading_ring[b-c0xd77oyb8] {
		width: calc(100% - 40px);
		margin: 0 10px 0 auto;
	}
	#TabLoading_ring[b-c0xd77oyb8] {
		height: 30px;
		width: 30px;
		margin: auto 1rem auto 0;
	}
}
/* _content/KBAI/Shared/MainLayout.razor.rz.scp.css */
