@import '_content/Microsoft.Fast.Components.FluentUI/Microsoft.Fast.Components.FluentUI.bundle.scp.css';

/* _content/KBAI_Reports/Components/Dashboard.razor.rz.scp.css */
h2[b-a6nnlg5b58] {
    font-size: 20px;
}

#div_dashboardTables[b-a6nnlg5b58] {
    width: 90%;
    margin: 3rem auto;
}
.report_table_th[b-a6nnlg5b58] {
    font-size: 13px;
    font-weight: 400;
}

.td_reportNode[b-a6nnlg5b58] {
    /*height: 2rem;*/
}
.td_reportNode_nd[b-a6nnlg5b58] {
    font-size: 15px;
    font-weight: 600;
}
.td_reportNode_NotFound[b-a6nnlg5b58] {
    font-size: 11px;
    font-weight: 400;
}
.table_report_ref[b-a6nnlg5b58] {
    margin: 0;
}
.div_reportsTable[b-a6nnlg5b58] {
    margin-bottom: 3rem;
}
.td_reportNode_action[b-a6nnlg5b58] {
    width: 25px;
    height: 25px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.td_reportNode_actions[b-a6nnlg5b58] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.td_reportNode_action_icon[b-a6nnlg5b58] {
    width: 14px;
}
.favouriteIcon[b-a6nnlg5b58] {
    width: 18px!important;
}

/* _content/KBAI_Reports/Components/NodeParcelUI.razor.rz.scp.css */

.more_menu_open[b-al001al1vi] {
    z-index: 100;
    display: block;
    width: fit-content;
    height: fit-content;
    position: absolute;
}
/* _content/KBAI_Reports/Components/NodeQuickEditDialog.razor.rz.scp.css */
/* _content/KBAI_Reports/Components/NodeReport.razor.rz.scp.css */



.div_nullReport_Logo[b-xbbmn7sj1b] {
    width: 100%;
    /*display: flex;
    justify-content: center;*/
    margin-bottom: 1rem;
}
.nullReport_Logo[b-xbbmn7sj1b] {
    max-width: 300px;
    margin: auto;
}
.nullReport_Logo img[b-xbbmn7sj1b] {
    width: 100%;
}
[b-xbbmn7sj1b] .NullKBspan {
    color: #7A7FFF;
    font-weight: 700;
}

#div_nullReport[b-xbbmn7sj1b] {
    width: 50%;
    margin: 20vh auto 0;
    text-align: center;
}
#nullReport[b-xbbmn7sj1b] {
    margin: 0px auto 1rem;
    font-size: 16px;
    max-width: 500px;
}
.nullReport_actionBut[b-xbbmn7sj1b] {
    cursor: pointer;
    margin: auto;
    height: 35px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
    .nullReport_actionBut p[b-xbbmn7sj1b] {
        margin: 0;
        color: #7A7FFF;
        font-size: 16px;
        font-weight: 600;
    }
    .nullReport_actionBut:hover p[b-xbbmn7sj1b] {
        color: #5B5FC7;
    }

@media screen and (max-width: 720px) {
    #div_nullReport[b-xbbmn7sj1b] {
        width: 90%;
    }
}


#reportMain[b-xbbmn7sj1b] {
    top: 48px;
    position: absolute;
    width: calc(100% - 25px);
}

#report_table[b-xbbmn7sj1b] {
    position: relative;
    width: calc(100% - 2.5rem);
    margin: 4rem auto 4rem 2rem;
}
    #report_table .report_table_thead[b-xbbmn7sj1b], #report_table tbody[b-xbbmn7sj1b] {
        position: absolute;
        width: 100%;
    }
    #report_table tbody[b-xbbmn7sj1b] {
        top: 50px;
    }

.report_table_th[b-xbbmn7sj1b] {
    padding: 13px 13px;
}
.report_grid[b-xbbmn7sj1b] {
    width: 95%;
    margin: 5rem auto;
}
.report_grid_main[b-xbbmn7sj1b] {
    display: grid;
    justify-items: center;
    grid-template-columns: calc(50% - 25px) calc(50% - 25px);
    gap: 25px;
}
thead[b-xbbmn7sj1b], tbody[b-xbbmn7sj1b] {
    position: relative;
}
tbody[b-xbbmn7sj1b], td[b-xbbmn7sj1b], tfoot[b-xbbmn7sj1b], th[b-xbbmn7sj1b], thead[b-xbbmn7sj1b], tr[b-xbbmn7sj1b] {
    border:none;
}
@media screen and (max-width: 720px) {
    .report_grid_main[b-xbbmn7sj1b] {
        grid-template-columns: calc(100% - 25px)!important;
    }
    .reportHeader_info[b-xbbmn7sj1b] {
        flex-direction: column;
    }
    .reportHeader_info > div[b-xbbmn7sj1b] {
        width: 100%!important;
    }
        .reportHeader_info > div:last-child[b-xbbmn7sj1b] {
            padding-left: 0 !important;
            padding-right: 15px !important;
        }
    .td_reportNode_indicator[b-xbbmn7sj1b]{
        padding: .3rem .3rem !important;
    }
    .reportNode_desc[b-xbbmn7sj1b], .p_noDescription[b-xbbmn7sj1b], .p_contextDescriptions[b-xbbmn7sj1b] {
        padding-top: 1rem;
    }
    .reportNode_header_node[b-xbbmn7sj1b] {
        width: calc(100% - 1rem) !important;
        flex-direction: column !important;
    }
    .reportNode_header_node_title[b-xbbmn7sj1b] {
        display: flex !important;
        margin-bottom: 1rem !important;
        max-width: 100% !important;
        max-width: 95% !important;
    }
    .div_report_actions[b-xbbmn7sj1b] {
        margin-left: 0 !important;
    }
}
.reportNode_header_node_title[b-xbbmn7sj1b] {
    max-width: 65%;
}

.reportHeader_info[b-xbbmn7sj1b] {
    margin-top: 3rem;
}
#div_reportHeader[b-xbbmn7sj1b] {
    width: 95%;
    margin: 3rem auto auto 2rem;
}
.reportHeader_info_halfLeft[b-xbbmn7sj1b] {
    width: 50%;
    padding-right: 15px;
    position: relative;
}
.reportHeader_info_halfRight[b-xbbmn7sj1b] {
    width: 50%;
    padding-left: 15px;
    position: relative;
}

.reportNode_ref[b-xbbmn7sj1b] {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 3px;
}
.reportNode_type[b-xbbmn7sj1b] {
    font-size: 16px;
    color: #7A7FFF;
}

.reportNode_commentSec[b-xbbmn7sj1b] {
    position: fixed;
    top: 1rem;
    right: 1rem;
    background: white;
    width: 90%;
    max-width: 400px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 3.2px 7.2px 0px rgba(0, 0, 0, 0.13), 0px 0.6px 1.8px 0px rgba(0, 0, 0, 0.11);
    display: flex;
    align-items: center;
    padding: 20px 10px;
    height: fit-content;
    max-height: 75vh;
    overflow: scroll;
}
.reportNode_noComments[b-xbbmn7sj1b] {
    font-size: 14px;
    font-style: italic;
    margin: 40px 20px;
}
.reportNode_commentsTitle[b-xbbmn7sj1b] {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 0 10px;
}
.commentsHeader_icon[b-xbbmn7sj1b] {
    width: 17px;
    cursor: pointer;
    z-index: 90;
}
.reportNode_commentsHeader[b-xbbmn7sj1b] {
    width: 100%;
    padding: 0 20px;
    justify-content: space-between;
}
.div_reportNode_commentsTitle[b-xbbmn7sj1b] {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 90%;
}
.reportNode_commentingRef[b-xbbmn7sj1b] {
    margin: 5px 0 0 10px;
    width: 85%;
    font-size: 12px;
    color: #7A7FFF;
}
.reportNode_commentIcon[b-xbbmn7sj1b] {
    width: 17px;
    cursor: pointer;
}

.no_comments[b-xbbmn7sj1b] {
    margin: 0;
    top: 1rem;
    left: 2rem;
    font-size: 13px;
    font-style: italic;
    position: absolute;
}

.comment_section_main[b-xbbmn7sj1b] {
    height: fit-content;
    overflow: scroll;
    max-height: calc(100vh - 180px);
}

.div_report_actions[b-xbbmn7sj1b] {
    margin-left: 20px;
    display: flex;
}
.report_action[b-xbbmn7sj1b] {
    width: 25px;
    height: 30px;
    display: flex;
    cursor: pointer;
    margin-right: 5px;
    align-items: center;
    justify-content: center;
}
.report_action_icon[b-xbbmn7sj1b] {
    width: 15px;
    height: 15px;
    filter: invert(44%) sepia(97%) saturate(435%) hue-rotate(200deg) brightness(101%) contrast(104%);
}
.hide_contextDesc_icon[b-xbbmn7sj1b] {
    width: 13px;
    filter: invert(44%) sepia(97%) saturate(435%) hue-rotate(200deg) brightness(101%) contrast(104%);
}
.report_action_m[b-xbbmn7sj1b] {
    margin-right: 10px;
}
.reportNode_header[b-xbbmn7sj1b] {
    display: flex;
}
.reportNode_header_node[b-xbbmn7sj1b] {
    display: flex;
}
.div_link_copy[b-xbbmn7sj1b] {
    display: flex;
    margin-left: 15px;
}
.div_link_modal[b-xbbmn7sj1b] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.div_linkHeader[b-xbbmn7sj1b] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
[b-xbbmn7sj1b] .link_input {
    width: 80%;
}
[b-xbbmn7sj1b] .link_input::part(control) {
    max-width: 100%;
}
[b-xbbmn7sj1b] .link_input::after {
    max-width: 100%;
}
[b-xbbmn7sj1b] .link_copy_icon {
    width: 13px;
}
[b-xbbmn7sj1b] .link_check_icon {
    height: 13px;
}
[b-xbbmn7sj1b] .tox-mbtn:last-child {
    color: #5B60D2 !important;
}


.div_headerDesc[b-xbbmn7sj1b] {
    width: 100%;
}
#btn_HeaderGenAIDialog[b-xbbmn7sj1b] {
    display:none;
}
.customHeaderActions[b-xbbmn7sj1b] {
    justify-content: flex-end;
    width: 100%;
    height: 35px;
    margin-top: 20px;
}
.customHeaderActionBtn[b-xbbmn7sj1b] {
    margin-left: 10px !important;
    width: 50px !important;
    height: 50px !important;
    padding: 0 !important;
    border-radius: 100% !important;
}
.customHeaderAction_icon[b-xbbmn7sj1b] {
    width: 20px;
}
.customHeader_header[b-xbbmn7sj1b] {
    align-items: center;
    margin-bottom: .5rem;
}
.customHeader_header_h3[b-xbbmn7sj1b] {
    font-weight: 700;
    font-size: 15px;
    margin: 0 auto 0 0;
}
.reportNode_header_h3[b-xbbmn7sj1b] {
    font-weight: 700;
    font-size: 15px;
    margin: 0 auto 0 0;
}


[b-xbbmn7sj1b] #ReportSideBar {
    position: fixed;
    cursor: pointer;
    /*background: var(--color-utility-transparent);*/
    border-radius: 10px;
    opacity: .8;
    /*transition: var(--animate-hover);*/
    top: 50%;
    left: 1px;
    outline: none;
    padding: 0;
    transform: translateY(-50%);
}
[b-xbbmn7sj1b] .ReportSideBar_region {
    transition: .1s;
    animation: none !important;
    transform: translateY(-50%);
    left: 28px !important;
    top: 50% !important;
    padding: 15px 5px;
    z-index: 100;
    display: block;
    max-width: 80vw;
    width: fit-content;
    height: fit-content;
    border-radius: 10px;
    right: -5px;
}
[b-xbbmn7sj1b] #ReportSideBar_Inner {
    width: 100%;
    max-height: calc(100vh - 150px);
    overflow: scroll;
}
    [b-xbbmn7sj1b] #ReportSideBar_Inner::-webkit-scrollbar-thumb {
        background: #C7C7C7;
        border-radius: 10px;
        border: white;
    }
    [b-xbbmn7sj1b] #ReportSideBar_Inner::-webkit-scrollbar {
        height: 0;
        width: 8px;
    }
    [b-xbbmn7sj1b] #ReportSideBar_Inner::-webkit-scrollbar-thumb:hover {
        background: #B2B2B2;
    }
[b-xbbmn7sj1b] .tableDivider {
    right: 0;
    height: 1px;
    position: absolute;
    width: calc(100% - 10px);
    background-color: #e6e6e6;
}
#ReportSideBar_Bar[b-xbbmn7sj1b] {
    max-height: 80vh;
    margin: auto;
    overflow: hidden;

    padding: 6px;
    transition: .2s;
    border-radius: 10px;
    background-color: #f2f2f2b3;
    min-height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
#ReportSideBar_Bar:hover[b-xbbmn7sj1b] {
    transform: scale(1.05);
}
[b-xbbmn7sj1b] .div_ReportSideBar_opt {
    align-items: flex-start;
    display: flex !important;
    cursor: pointer;
    padding: 5px 10px !important;
    border-radius: 10px;
    font-size: 14px;
    margin-bottom: 10px;
    color: #242424;
    text-wrap: auto;
}
    [b-xbbmn7sj1b] .div_ReportSideBar_opt:hover {
        background-color: #F8F8FF;
    }
.div_ReportSideBar_opt[b-xbbmn7sj1b]::after {
    right: 0px !important;
}
[b-xbbmn7sj1b] .ReportSideBar_opt_icon {
    width: 22px;
    height: 22px;
}
[b-xbbmn7sj1b] .div_ReportSideBar_opt_icon {
    display: flex;
    height: fit-content;
    margin-right: 10px;
}
[b-xbbmn7sj1b] .ReportSideBar_opt {
    margin: 0 0 0 0;
    font-size: 15px;
}

[b-xbbmn7sj1b] .div_ReportSideBar_opt_2 {
    margin-left: 8px !important;
}

[b-xbbmn7sj1b] .div_ReportSideBar_opt_3 {
    padding-left: 16px !important;
}

[b-xbbmn7sj1b] .div_ReportSideBar_opt_4 {
    padding-left: 24px !important;
}

/* -------------------------- Concept/Relations Report Styles ------------------------------- */
.div_relationsList[b-xbbmn7sj1b] {
    padding: 41px 0;
    width: 100%;
}

.div_relationsList_subtitle[b-xbbmn7sj1b] {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 0 15px 0;
}

.relationsList_subtitle[b-xbbmn7sj1b] {
    margin: 0;
    font-size: 16px;
}

.div_info_icon[b-xbbmn7sj1b] {
    display: flex;
    margin-left: 7px;
}

.info_icon[b-xbbmn7sj1b] {
    width: 11px;
    filter: invert(44%) sepia(0%) saturate(0%) hue-rotate(253deg) brightness(101%) contrast(90%);
}

.div_info_icon:hover .info_icon[b-xbbmn7sj1b] {
    filter: invert(42%) sepia(60%) saturate(637%) hue-rotate(200deg) brightness(112%) contrast(101%) !important;
}

.div_relations_actions[b-xbbmn7sj1b] {
    display: flex;
    justify-content: flex-end;
}

.div_relations_table[b-xbbmn7sj1b] {
}

.div_relations_table_header[b-xbbmn7sj1b] {
    display: flex;
    margin: 15px 0 10px 7px;
}

.p_relations_table_header[b-xbbmn7sj1b] {
    font-size: 12px;
    color: #727272;
    font-weight: 500;
    margin: 0;
    padding: 0 0 0 .5rem;
}


.relations_table_header_type[b-xbbmn7sj1b] {
    width: 33%;
}
.td_type[b-xbbmn7sj1b] {
    width: 20%;
}

.relations_table_header_dest[b-xbbmn7sj1b], .td_reference[b-xbbmn7sj1b] {
    width: 40%;
}

.relations_table_header_prop[b-xbbmn7sj1b], .td_property[b-xbbmn7sj1b] {
    width: 40%;
}

.relations_table_header_actions[b-xbbmn7sj1b] {
    width: 60px;
}

.td_actions[b-xbbmn7sj1b] {
    width: 60px;
}

.relations_actions_icon[b-xbbmn7sj1b] {
    transition: .1s;
    width: 14px;
    opacity: 0;
}

.relations_del_icon:hover path[b-xbbmn7sj1b] {
    fill: #C4314B;
}

.relations_edit_icon[b-xbbmn7sj1b] {
    margin-right: 5px;
}

    .relations_edit_icon:hover path[b-xbbmn7sj1b] {
        fill: #242424;
    }

.relationship_table td[b-xbbmn7sj1b] {
    font-size: 13px;
    color: #242424;
    position: relative;
}
.relationship_table[b-xbbmn7sj1b] {
    border-collapse: collapse;
    border-collapse: separate;
    border-spacing: 5px 15px;
    border-radius: 5px;
}

#dependencies_table[b-xbbmn7sj1b] {
    border-left: 6px solid #50A1BC;
}

#influences_table[b-xbbmn7sj1b] {
    border-left: 6px solid #E38539;
}
.relations_table_tr:hover .relations_actions_icon[b-xbbmn7sj1b] {
    opacity: 1;
}
.div_graph[b-xbbmn7sj1b] {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*padding: 20px;*/
    position: absolute;
    transition: margin-left .5s;
}
.div_nodeGraph[b-xbbmn7sj1b] {
    width: 100%;
    height: 100%;
    position: relative;
}
.noRelations[b-xbbmn7sj1b] {
    font-size: 13px;
}
.list_drawer[b-xbbmn7sj1b] {
    transition: .5s;
    opacity: 1;
    height: auto;
}
.hide_drawer[b-xbbmn7sj1b] {
    opacity: 0 !important;
    height: 0 !important;
}
.links line[b-xbbmn7sj1b] {
    stroke: #5B5FC7;
    stroke-opacity: 0.7;
}

.nodes circle[b-xbbmn7sj1b] {
    stroke: #fff;
    stroke-width: 1.5px;
}

#nodes_svg[b-xbbmn7sj1b], #main_hierarchy[b-xbbmn7sj1b] {
    transition: .5s;
    height: 100%;
    width: 100%;
}

.div_graph_switch[b-xbbmn7sj1b] {
    display: flex;
    background: #F1F1F1;
    border-radius: 5px;
    position: relative;
    z-index: 50;
    width: fit-content;
    height: min-content;
}

.div_graph_switch_opt[b-xbbmn7sj1b] {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 100;
}

.p_graph_switch[b-xbbmn7sj1b] {
    margin: 0;
    font-size: 12px;
}
.graph[b-xbbmn7sj1b] {
    position: absolute;
    opacity: 0;
    z-index: -10;
    top: 0;
    left: 0;
}

.show_graph[b-xbbmn7sj1b] {
    opacity: 1 !important;
    z-index: 1 !important;
}
.btn_graph_switch:focus-visible[b-xbbmn7sj1b] {
    outline: none !important;
    border: none !important;
}
.btn_graph_switch[b-xbbmn7sj1b] {
    position: relative;
    min-width: 60px;
    z-index: 5000;
    width: fit-content;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin: 5px;
    transition: .2s;
    padding: 10px;
    border-radius: 5px;
    font-size: 13px;
    border: none;
    justify-content: center;
}

    .btn_graph_switch:hover[b-xbbmn7sj1b] {
        background: #eeeeee;
    }

.div_node_props_top[b-xbbmn7sj1b] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.div_node_props[b-xbbmn7sj1b] {
    position: relative;
    min-height: 500px;
    height: 100%;
}

.node_props_title_left[b-xbbmn7sj1b] {
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
}

#description_drawer[b-xbbmn7sj1b] {
    margin-top: 35px;
}

.div_node_properties[b-xbbmn7sj1b] {
    margin-bottom: 3rem;
}
circle[b-xbbmn7sj1b] {
    stroke-width: 1.5px;
}

line[b-xbbmn7sj1b] {
    stroke: #5B5FC7;
    stroke-width: 1.5px;
}
.node_name[b-xbbmn7sj1b] {
    margin: 0;
    /*max-width: 99%;*/
    max-width: 100%;
    font-size: 18px;
    z-index: 4000;
}

.node_subtitle[b-xbbmn7sj1b] {
    font-size: 16px;
    margin: 3rem 0 2rem;
}


.div_node_property[b-xbbmn7sj1b] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    width: 100%;
}

.node_property[b-xbbmn7sj1b] {
    width: calc(100% - 18px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.node_property_label[b-xbbmn7sj1b] {
    margin: 0;
    width: 45%;
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
}

.node_property_value[b-xbbmn7sj1b] {
    margin: 0;
    width: 50%;
    font-size: 14px;
    max-width: 250px !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.optionsMenu_text[b-xbbmn7sj1b] {
    font-size: 13px;
    margin: 0 0 5px;
}

.optionsMenu_header[b-xbbmn7sj1b] {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
}

.optionsMenu_header_title[b-xbbmn7sj1b] {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.div_optionsMenu_header_x[b-xbbmn7sj1b] {
    cursor: pointer;
}
.optionsMenu_header_x[b-xbbmn7sj1b] {
    width: 14px;
    height: 14px;
}
.graphInputRange[b-xbbmn7sj1b] {
    width: 140px;
    color: #5B5FC7;
    z-index: 100;
    margin-right: 7px;
}

.div_link_dist[b-xbbmn7sj1b] {
    bottom: 0;
    left: 10px;
    display: flex;
    align-items: center;
    align-items: flex-start;
    flex-direction: column-reverse;
}
.link_dist_label[b-xbbmn7sj1b] {
    width: 100%;
    text-align: center;
}
input[type=range][b-xbbmn7sj1b] {
    -webkit-appearance: none;
}

    input[type=range][b-xbbmn7sj1b]::-webkit-slider-runnable-track {
        width: 300px;
        height: 5px;
        background: #ddd;
        border: none;
        border-radius: 3px;
    }

    input[type=range][b-xbbmn7sj1b]::-webkit-slider-thumb {
        -webkit-appearance: none;
        border: none;
        height: 13px;
        width: 13px;
        border-radius: 50%;
        background: #5B5FC7;
        margin-top: -4px;
    }

    input[type=range]:focus[b-xbbmn7sj1b] {
        outline: none;
    }
.relationship_table tbody[b-xbbmn7sj1b] {
    position: relative;
}
[b-xbbmn7sj1b] .trRelation_MenuTrigger {
    display: contents;
}
[b-xbbmn7sj1b] .trRelation_Menu {
    z-index: 100;
    flex-direction: column;
    background-color: white;
    border-radius: 10px;
    min-width: 235px;
    padding: 5px 0 5px;
    position: absolute;
    box-shadow: 0 6px 20px rgb(0 0 0 / 15%);
    top: 25px !important;
    left: 70px !important;
}
.div_trRelation_Menu_opt[b-xbbmn7sj1b] {
    display: flex;
    cursor: pointer;
    align-items: center;
    margin: 5px 0 5px;
    padding: 5px 0 5px 10px;
    border-radius: 5px;
}
    .div_trRelation_Menu_opt:hover[b-xbbmn7sj1b] {
        background-color: #f2f2f2;
    }

.trRelation_Menu_opt_text[b-xbbmn7sj1b] {
    margin: 0;
}
.trRelation_Menu_opt_icon[b-xbbmn7sj1b] {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

#tooltip_actions[b-xbbmn7sj1b] {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 720px) {
    #tooltip[b-xbbmn7sj1b] {
        width: calc(100% - 20px) !important;
        bottom: 10px !important;
        left: 5% !important;
    }

    #tooltip_ctx[b-xbbmn7sj1b] {
        width: calc(100% - 20px) !important;
        bottom: 10px !important;
        left: 5% !important;
    }
}

@media screen and (min-width: 720px) and (max-width: 950px) {
    #tooltip[b-xbbmn7sj1b] {
        width: calc(100% - 20px) !important;
        left: 0 !important;
        bottom: 10px !important;
    }

    #tooltip_ctx[b-xbbmn7sj1b] {
        width: calc(100% - 20px) !important;
        bottom: 10px !important;
        bottom: 10px !important;
    }
}

#tooltip[b-xbbmn7sj1b], #tooltip_ctx[b-xbbmn7sj1b] {
    display: none;
    bottom: 80px !important;
    left: auto;
    right: auto;
    flex-direction: column;
    position: relative;
    background-color: #FFFFFF !important;
    box-shadow: 0 0px 15px 0 #22222238;
    border-radius: 10px;
    max-width: 800px;
    width: calc(100% - 20px);
    padding: 25px 25px 40px;
    opacity: 0;
}

    #tooltip[b-xbbmn7sj1b]::after, #tooltip_ctx[b-xbbmn7sj1b]::after {
        display: none
    }

#div_tooltip_node_top[b-xbbmn7sj1b], #div_tooltip_ctx_top[b-xbbmn7sj1b] {
    display: flex;
    margin: 0 0 15px;
    justify-content: space-between;
    align-items: flex-start;
}

#tooltip_node_top[b-xbbmn7sj1b], #tooltip_ctx_top[b-xbbmn7sj1b] {
    display: flex;
    flex-direction: column;
}

#tooltip_node_ref[b-xbbmn7sj1b], #tooltip_ctx_ref[b-xbbmn7sj1b] {
    margin: 0 0 5px;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    max-width: 240px;
}

#tooltip_node_type[b-xbbmn7sj1b], #tooltip_ctx_type[b-xbbmn7sj1b] {
    margin: 0;
    font-size: 12px;
}

.tooltip_desc_divider[b-xbbmn7sj1b], .tooltip_ctx_divider[b-xbbmn7sj1b] {
    color: #DADBFD;
    font-size: 11px;
    font-weight: 700;
    margin: 0;
}

#tooltip_node_desc[b-xbbmn7sj1b], #tooltip_ctx_desc[b-xbbmn7sj1b] {
    margin: 5px 0 10px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 18px;
    max-height: 54px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.node_summary_text[b-xbbmn7sj1b] {
    color: #242424;
}

.btn_gotonode[b-xbbmn7sj1b] {
    display: none;
}

.btn_concept[b-xbbmn7sj1b] {
    height: fit-content;
    margin: 10px;
    color: #7A7FFF;
    transition: .2s;
    padding: 10px 15px;
    border-radius: 20px;
    font-size: 13px;
    border: 0.01em solid #7A7FFF;
    background: #F8F8FF;
    display: flex;
    align-items: center;
}

    .btn_concept:hover[b-xbbmn7sj1b] {
        color: white;
        background-color: #7A7FFF;
    }

@media screen and (max-width: 720px) {
    .btn_concept[b-xbbmn7sj1b] {
        margin: 5px;
        padding: 8px 10px;
        border-radius: 15px;
    }
    .div_optionsButton[b-xbbmn7sj1b] {
        bottom: 90px !important;
        left: 0 !important;
    }
}
.div_optionsMenu_open[b-xbbmn7sj1b] {
    opacity: 1;
    z-index: 5000;
}
.div_optionsMenu[b-xbbmn7sj1b] {
    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));
}

.optionsButton_text[b-xbbmn7sj1b] {
    margin: 0 0 0 10px;
    color: white;
    font-size: 14px;
}
.div_optionsButton[b-xbbmn7sj1b] {
    z-index: 3;
    bottom: 25px;
    left: 0;
    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));
}


/* -------------------------- Quick Node Edit Modal Styles ------------------------------- */
.p_noDescription[b-xbbmn7sj1b] {
    margin: 0;
    font-size: 13px;
    font-style: italic;
    padding: 10px 0 10px;
}
.rootDescription[b-xbbmn7sj1b] {
    padding: 0;
    font-size: 14px !important;
}
[b-xbbmn7sj1b] .rootDescription img {
    max-width: 100%!important;
}

.div_property_textArea[b-xbbmn7sj1b] {
    width: 100%;
    min-height: 80%;
    margin-bottom: 2rem;
}

.property_textArea[b-xbbmn7sj1b] {
    width: 100%;
    height: calc(100% - 3rem - 50px);
}

/*.div_properties_main {
    overflow: scroll;
    min-height: 100%;
    max-height: 100%;
}
*/
.div_property[b-xbbmn7sj1b] {
    margin-bottom: 2rem;
}

.property_label[b-xbbmn7sj1b] {
    margin-bottom: 10px;
}

.property_Reference[b-xbbmn7sj1b] {
    margin-left: 1rem;
}

.reportModal_text[b-xbbmn7sj1b] {
    color: white;
}

.propertyReference_label[b-xbbmn7sj1b] {
    margin: 0;
}

#resultsReportHeader[b-xbbmn7sj1b] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#resultsReportHeader_Queries[b-xbbmn7sj1b] {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
}
.resultsReportHeader_preTitle[b-xbbmn7sj1b] {
    font-weight: 600!important;
    margin-right: 10px;
}
.resultsReportHeader_queryAND[b-xbbmn7sj1b] {
    font-weight: 600 !important;
    font-size: 20px;
    margin: 0;
}

.div_property_reference[b-xbbmn7sj1b] {
    display: flex;
    align-items: center;
}

.property_textArea[b-xbbmn7sj1b] {
    width: 100%;
}

.div_modal_submitButton[b-xbbmn7sj1b] {
    width: fit-content;
    border-radius: 5px;
    transition: .4s;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EEEEFF;
    padding: 5px 30px;
    margin: 0;
}

.div_properties_modal[b-xbbmn7sj1b] {
    height: calc(100% - 20px);
    position: relative;
    padding: 5px 15px 5px 15px;
}


.div_reportModal_icon_active[b-xbbmn7sj1b] {
    background-color: #7A7FFF !important;
}

.div_reportModal_icon_inactive[b-xbbmn7sj1b] {
    background-color: #D9DAFF !important;
}

.modal_header_left[b-xbbmn7sj1b] {
    width: 80%;
    display: flex;
    align-items: center;
}

.modal_title[b-xbbmn7sj1b] {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 0 10px;
}

.div_nodeDescType[b-xbbmn7sj1b] {
    display: flex;
    align-items: center;
    margin: 8px auto 0 0px;
}

.tox-promotion[b-xbbmn7sj1b] {
    display: none !important;
}

.tox-tinymce[b-xbbmn7sj1b] {
    height: 200px;
    min-height: 200px !important;
    max-height: 650px !important;
}

.tox-statusbar__branding[b-xbbmn7sj1b] {
    display: none !important;
}

.property_textArea[b-xbbmn7sj1b]::part(control) {
    min-height: 200px !important;
}

.modal_header_left[b-xbbmn7sj1b] {
    width: 80%;
    display: flex;
    align-items: center;
}
.modal_title[b-xbbmn7sj1b] {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 0 10px;
}
.div_property_textArea[b-xbbmn7sj1b] {
    width: 100%;
    min-height: 80%;
    margin-bottom: 2rem;
}
[b-xbbmn7sj1b] .property_textArea {
    width: 100%;
    height: calc(100% - 3rem - 50px);
}
.div_properties_modal_foot[b-xbbmn7sj1b] {
    display: flex;
    justify-content: flex-end;
    /*bottom: 0;*/
    /*width: calc(100% - 30px);*/
    /*position: absolute;*/
}
.div_properties_main[b-xbbmn7sj1b] {
    min-height: 70%;
    overflow: scroll;
    margin-top: 2rem;
    max-height: calc(100% - 130px);
}
.div_property[b-xbbmn7sj1b] {
    margin-bottom: 2rem;
}
.property_label[b-xbbmn7sj1b] {
    margin-bottom: 10px;
}
[b-xbbmn7sj1b] .property_Reference {
    margin-left: 1rem;
}
.reportModal_text[b-xbbmn7sj1b] {
    color: white;
}
.propertyReference_label[b-xbbmn7sj1b] {
    margin: 0;
}
.div_property_reference[b-xbbmn7sj1b] {
    display: flex;
    align-items: center;
}
.property_textArea[b-xbbmn7sj1b] {
    width: 100%;
}
.div_reportModal_icon_active[b-xbbmn7sj1b] {
    background-color: #7A7FFF !important;
}
.div_reportModal_icon_inactive[b-xbbmn7sj1b] {
    background-color: #D9DAFF !important;
}




#btn_OpenGenAIDialog[b-xbbmn7sj1b], #btn_OpenGenAIDialog_QE[b-xbbmn7sj1b] {
    display: none;
}

.div_genAI_Send_btn[b-xbbmn7sj1b] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 1rem 0;
}

.genAI_Send_btn[b-xbbmn7sj1b] {
    /*margin: 1rem auto;*/
}

[b-xbbmn7sj1b] .div_modal_top {
    margin-bottom: 5rem;
    width: 100% !important;
}

[b-xbbmn7sj1b] .div_genAI_type_input {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

[b-xbbmn7sj1b] #genAI_textArea_output {
    width: 100%;
    font-size: 14px;
    white-space: pre-wrap;
    max-height: 400px;
    min-height: 160px;
    padding: 10px;
    border-radius: 0 0 5px 5px;
    border-width: 1px;
    border-color: #F5F5F5;
    background-color: #FFFFFF;
    box-shadow: 0 3px 3px rgb(0 0 0 / 5%);
    resize: vertical;
    overflow: auto;
}
.div_multipleNodes_textArea[b-xbbmn7sj1b] {
    width: 90%;
    min-height: 80%;
    margin: 30px 0 0 0;
}
[b-xbbmn7sj1b] .multipleNodes_textArea {
    width: 100%;
    margin-top: 20px;
    height: calc(100% - 3rem - 50px);
}
[b-xbbmn7sj1b] .multipleNodes_textArea {
    margin-top: 0px !important;
}
[b-xbbmn7sj1b] .multipleNodes_textArea::part(control) {
    min-height: 100px !important;
}
[b-xbbmn7sj1b] .multipleNodes_textArea::part(control) {
    min-height: 180px;
}

[b-xbbmn7sj1b] .genAI_textArea_output .tox-editor-container {
    min-height: 200px !important;
    max-height: 200px !important;
}

[b-xbbmn7sj1b] .genAI_outTypeInput {
    width: 100%;
    color: #1E1E1E;
    font-size: 14px;
    margin: 0 6px 0 0px;
}

[b-xbbmn7sj1b] .genAI_outTypeInput_half {
    width: 45%;
}

.div_loadingButton_icon[b-xbbmn7sj1b] {
    width: 18px;
    height: 28px;
    min-width: 18px;
    display: flex;
}

[b-xbbmn7sj1b] .genAI_Send_btn_loading::part(control) {
    background: #ffffff !important;
}

[b-xbbmn7sj1b] .loadingButton_label {
    color: black;
    margin: 5px 15px 0 0;
}

[b-xbbmn7sj1b] .genAI_outLevelInput {
    width: 45%;
    display: flex;
    align-items: center;
}

    [b-xbbmn7sj1b] .genAI_outLevelInput::part(label) {
        margin: 0 10px 0 0;
    }

    [b-xbbmn7sj1b] .genAI_outLevelInput::after {
        display: none;
    }

.genAI_genRefIcon[b-xbbmn7sj1b] {
    width: 18px;
    height: 18px;
}
[b-xbbmn7sj1b] .tox-promotion {
    display: none !important;
}
[b-xbbmn7sj1b] .tox-tinymce {
    height: 200px;
    min-height: 200px !important;
    max-height: 650px !important;
}
[b-xbbmn7sj1b] .tox-statusbar__branding {
    display: none !important;
}

[b-xbbmn7sj1b] .div_modal_header {
    display: flex;
    margin: auto;
    width: 100% !important;
    justify-content: space-between;
}
[b-xbbmn7sj1b] .div_newRel_modal {
    height: 100%;
    padding: 20px;
    display: flex;
    outline: none;
    position: relative;
    overflow-y: overlay;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

[b-xbbmn7sj1b] .newContext_btn {
    margin: 2rem 0 0 0;
    position: absolute;
    right: 20px;
}
[b-xbbmn7sj1b] .modal_header_x_icon {
    width: 15px;
}
/* _content/KBAI_Reports/Components/NodeReportChat.razor.rz.scp.css */

#reportMain[b-c6l81iiy4e] {
    width: 100%;
    height: calc(100% - 48px);
    display: flex;
    flex-direction: row;
}
.reportHeader_contexts[b-c6l81iiy4e], .reportHeader_about[b-c6l81iiy4e] {
    padding: 0;
    width: 100%;
}
    .reportHeader_contexts[b-c6l81iiy4e] {
        margin-top: 1rem;
    }

.reportHeader_subtitle[b-c6l81iiy4e] {
    font-weight: 700;
    font-size: 15px;
}
#div_reportHeader[b-c6l81iiy4e] {
    width: 50%;
    padding: 0 30px;
    transition: .4s;
    margin: 3rem auto 0;
    height: fit-content;
    max-height: calc(100vh - 55px - 3rem);
}
.reportNode_ref[b-c6l81iiy4e] {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 3px;
}
.reportNode_type[b-c6l81iiy4e] {
    font-size: 16px;
    color: #7A7FFF;
}

.div_associatedContext[b-c6l81iiy4e] {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.p_contextReference[b-c6l81iiy4e] {
    font-weight: 700;
    font-size: 14px;
}
.p_nodeAbout[b-c6l81iiy4e] {
    font-size: 14px;
}
.p_contextDescriptions[b-c6l81iiy4e] {
    font-size: 14px;
    padding-left: 10px;
    margin: 0;
}
.p_noDescription[b-c6l81iiy4e] {
    margin: 0;
    font-style: italic;
}
#div_node_chat[b-c6l81iiy4e] {
    width: 50%;
    position: relative;
    padding-top: 1rem;
    padding-bottom: 2rem;
    height: -webkit-fill-available;
    min-height: 20rem;
    background: linear-gradient(90deg, white 0%, #f3f3f3 1%, #f3f3f3 100%, white 100%);
}

.reportNode_header[b-c6l81iiy4e] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.reportNode_header_node[b-c6l81iiy4e] {
    width: 100%;
    display: flex;
}
.report_action[b-c6l81iiy4e] {
    cursor: pointer;
    height: fit-content;
    margin-left: 20px;
}
.report_action_icon[b-c6l81iiy4e] {
    width: 15px;
    filter: invert(44%) sepia(97%) saturate(435%) hue-rotate(200deg) brightness(101%) contrast(104%);
}

.reportNode_header_expandBut[b-c6l81iiy4e] {
    display: none;
}
.chevron_reportNode[b-c6l81iiy4e] {
    width: 8px;
    margin-right: 10px;
    rotate: 90deg;
    transition: .2s;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.chevron_reportNode_expanded[b-c6l81iiy4e] {
    rotate: -90deg !important;
}

.expandBut_text[b-c6l81iiy4e] {
    color: white;
    font-size: 15px;
}

#chat_area[b-c6l81iiy4e] {
    width: 80%;
    padding: 2rem 10px;
    overflow: overlay;
    margin: 0 auto 3rem;
    max-height: calc(100vh - 16rem);
}
#myMessage_input[b-c6l81iiy4e] {
    display: flex;
    align-items: center;
    justify-content: center;
}
.input_message_text[b-c6l81iiy4e] {
    border: none;
    border-radius: 35px;
    width: calc(100% - 28px);
    padding: 10px 30px 0;
    min-height: 40px;
    max-height: 12rem;
    font-size: 14px;
    height: 40px;
}
    .input_message_text:focus-visible[b-c6l81iiy4e] {
        outline: none;
    }

#div_message_send[b-c6l81iiy4e] {
    cursor: pointer;
    margin-left: 10px;
    transition: .2s;
    background-color: #7A7FFF;
    border-radius: 100%;
    display: flex;
    padding: 10px;
    height: 40px;
    width: 40px;
    justify-content: center;
}
    #div_message_send:hover #message_send_icon[b-c6l81iiy4e] {
        width: 17px;
    }
#message_send_icon[b-c6l81iiy4e] {
    width: 16px;
    transition: .2s;
    filter: invert(100%) sepia(0%) saturate(1685%) hue-rotate(312deg) brightness(102%) contrast(102%);
}
#myMessage_area[b-c6l81iiy4e] {
    position: absolute;
    width: 100%;
    bottom: 1rem;
}
#myMessage[b-c6l81iiy4e] {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    border-radius: 50px;
    padding: 12px 15px;
    /*background-color: #e8e8ff;*/
}
.myMessage[b-c6l81iiy4e] {
    border-radius: 50px;
    padding: 15px 25px 20px;
    background-color: #e8e8ff;
    margin: 15px 0;
    font-size: 14px;
}
.message_row[b-c6l81iiy4e] {
    display: flex;
    flex-direction: column;
    max-width: 50%;
    width: fit-content;
    margin-top: 5px;
}
.my_message_row[b-c6l81iiy4e] {
    margin-left: auto;
}
.message_body[b-c6l81iiy4e] {
    font-size: 14px;
}

.div_others_message[b-c6l81iiy4e] {
    background-color: #ffffff !important;
}
.div_message[b-c6l81iiy4e] {
    border-radius: 20px;
    background-color: #e8e8ff;
    padding: 15px 35px 18px 25px;
}
.div_messageStamp[b-c6l81iiy4e] {
    display: flex;
    padding: 0 0 5px 10px;
}
.div_my_messageStamp[b-c6l81iiy4e] {
    padding: 0 10px 5px 0;
    justify-content: flex-end;
}
.messageStamp[b-c6l81iiy4e] {
    font-size: 11px;
}
.messageStamp_author[b-c6l81iiy4e] {
    margin-right: 3px !important;
}


@media screen and (min-width: 720px) {
    .reportHeader_info[b-c6l81iiy4e] {
        display: flex;
        margin-top: 3rem;
        transition: .2s;
        height: fit-content !important;
        margin-bottom: 3rem !important;
        flex-direction: column;
        overflow: scroll;
        max-height: calc(100vh - 48px - 13rem);
    }
}
@media screen and (max-width: 720px) {
    #div_reportHeader[b-c6l81iiy4e] {
        width: 95%;
        padding: 0;
    }

    #div_node_chat[b-c6l81iiy4e] {
        width: 100%;
        background: linear-gradient(white 0%, #f3f3f3 1%, #f3f3f3 100%, white 100%);
    }

    #reportMain[b-c6l81iiy4e] {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .reportHeader_info[b-c6l81iiy4e] {
        overflow: visible;
        flex-direction: row;
        max-height: fit-content;
        display: flex;
        margin-top: 3rem;
        transition: .2s;
    }

    .reportHeader_about[b-c6l81iiy4e] {
        width: 50%;
        padding-right: 15px;
    }

    .reportHeader_contexts[b-c6l81iiy4e] {
        width: 50%;
        padding-left: 15px;
        margin-top: 0;
    }

    #chat_area[b-c6l81iiy4e] {
        padding: 10px;
    }

    .reportNode_header_expandBut[b-c6l81iiy4e] {
        cursor: pointer;
        border-radius: 20px;
        background-color: #7A7FFF;
        padding: 10px 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
/* _content/KBAI_Reports/Components/NodeReport_Concept.razor.rz.scp.css */

[b-ag1xrlddjr] .div_report_actions {
    height: fit-content;
}

[b-ag1xrlddjr] .reportNode_header_node {
    background-color: white;
    border-radius: 10px;
    box-shadow: 1px white;
    /*box-shadow: 0 12px 5px 5px white;*/
    box-shadow: white 0px 15px 10px 8px;
    position: sticky;
    top: 0;
}
.reportNode_type[b-ag1xrlddjr] {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    color: #7A7FFF;
}

.reportNode_ref[b-ag1xrlddjr] {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 3px;
}

.reportNode_desc[b-ag1xrlddjr] {
    font-size: 14px;
}

.div_rowSubhierarchies[b-ag1xrlddjr] {
    display: none;
    transition: .2s;
}

.div_rowSubhierarchies_expanded[b-ag1xrlddjr] {
    display: block;
}

.report_action_icon[b-ag1xrlddjr] {
    width: 15px;
}

.report_action_m[b-ag1xrlddjr] {
    margin-right: 10px;
}

.report_action[b-ag1xrlddjr] {
    display: flex;
    cursor: pointer;
}

.reportNode_commentCount[b-ag1xrlddjr] {
    margin: 0 5px 5px 0;
    font-size: 13px;
}

@media print {
    .reportNode_commentCount[b-ag1xrlddjr] {
        display: none;
    }

    .report_action_icon[b-ag1xrlddjr] {
        display: none;
    }
}


.td_reportNode_nd[b-ag1xrlddjr] {
    width: auto;
    padding: 20px;
}

.td_reportNode_contextDescription[b-ag1xrlddjr] {
    width: 100%;
    padding: 20px;
}

.tr_reportNode[b-ag1xrlddjr] {
    width: 100%;
    display: flex;
    border-radius: 10px;
    box-shadow: 0px 3.2px 7.2px 0px rgba(0, 0, 0, 0.13), 0px 0.6px 1.8px 0px rgba(0, 0, 0, 0.11);
    transition: .2s;
}

.td_reportNode_indicator[b-ag1xrlddjr] {
    position: relative;
    background-color: #7A7FFF;
    border-radius: 10px 0px 0px 10px;
}

.indicator_level1[b-ag1xrlddjr] {
    background-color: #b0b3ff !important;
}

.button_reportNode[b-ag1xrlddjr] {
    color: white;
    border: none;
    font-size: 14px;
    margin: 1rem 0 0;
    padding: 7px 14px;
    border-radius: 10px;
    background: #7A7FFF;
}

.table_indent[b-ag1xrlddjr] {
    border: none
}

.div_reportNodeInfo[b-ag1xrlddjr] {
    max-height: 400px;
    overflow: scroll;
}

@media print {
    .div_reportNodeInfo[b-ag1xrlddjr] {
        max-height: none;
        overflow: unset;
    }
}

[b-ag1xrlddjr] .p_contextDescription {
    margin: 0;
    font-size: 14px;
    padding: 10px 0 10px;
}

[b-ag1xrlddjr] .new_rootCard, [b-ag1xrlddjr] .div_newRoot_card_header {
    justify-content: center;
    flex-direction: column;
}

.openNode_subtitle_div[b-ag1xrlddjr] {
    width: fit-content;
    display: flex;
    align-items: center;
    position: relative;
}

.favorite_tab_subtitle[b-ag1xrlddjr] {
    margin: 0 15px 0 0;
    font-size: 15px;
}

[b-ag1xrlddjr] .favorite_tab_subtitle_icon {
    width: 12px !important;
    min-width: 12px !important;
}

[b-ag1xrlddjr] .div_openNode_actions_icon {
    display: flex;
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
    margin-top: 3px;
    margin-right: 10px;
    cursor: pointer;
    align-items: center;
}

[b-ag1xrlddjr] .rootNfavorites_card {
    height: 100%;
    margin: auto;
    border-radius: 5px;
    padding: 20px 0 30px;
    border-radius: 5px;
    max-height: 500px;
    overflow: scroll;
}

[b-ag1xrlddjr] .favoride_node_card {
    display: flex;
    flex-direction: column;
    width: 45%;
    min-height: 110px;
    padding: 10px 10px 15px;
    height: fit-content;
    background-color: #FFFFFF;
    align-items: center;
    justify-content: space-between;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 6px 0px;
    margin: 15px 2.5%;
    border-radius: 12px;
    transition: .3s;
}

    [b-ag1xrlddjr] .favoride_node_card:hover {
        background-color: #F8F8FF;
    }

[b-ag1xrlddjr] .div_node_card_header {
    width: 100%;
    display: flex;
    align-items: center;
}

[b-ag1xrlddjr] .show_contextDesc_but {
    margin: 0;
    color: #7A7FFF;
    font-size: 12px;
}

    [b-ag1xrlddjr] .show_contextDesc_but:hover {
        text-decoration: underline;
    }

[b-ag1xrlddjr] .div_favorite_info {
    width: calc(100% - 50px);
    display: flex;
    justify-content: flex-start;
}

[b-ag1xrlddjr] .div_favorite_icon {
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-ag1xrlddjr] .favorite_info_div {
    display: flex;
    flex-direction: column;
    width: 60%;
    align-items: flex-start;
    margin: 10px 0;
}

[b-ag1xrlddjr] .favorite_reference_div {
    width: 100%;
    display: flex;
    align-items: center;
}

[b-ag1xrlddjr] .favorite_reference {
    font-size: 15px;
    margin: 0;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: fit-content;
    cursor: pointer;
}

[b-ag1xrlddjr] .favorite_type {
    color: #727272;
    font-size: 12px;
    margin: 0;
}

[b-ag1xrlddjr] .div_root_actions {
    /*width: 50px;*/
    margin-right: 10px;
    float: right;
}

[b-ag1xrlddjr] .previous_hierarchy_icon {
    width: 16px;
    /*rotate: 180deg;*/
}

[b-ag1xrlddjr] .p_cloud_contextDesc {
    margin: 0;
    font-size: 13px;
}

[b-ag1xrlddjr] .favorite_open_div {
    display: flex;
    width: 35px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

[b-ag1xrlddjr] .favorite_open_icon {
    width: 23px;
    height: 23px;
}

.favorites_list_div[b-ag1xrlddjr] {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
}

.p_cloud_node_type[b-ag1xrlddjr] {
    margin: 0;
    font-size: 12px;
}

.div_node_cardBottom[b-ag1xrlddjr] {
    margin: 5px 0 0 0;
    /*width: calc(100% - 18px);*/
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}

.div_node_card_desc[b-ag1xrlddjr] {
    float: left;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 900px) {
    [b-ag1xrlddjr] .favoride_node_card {
        display: flex;
        width: 95%;
    }
}

.nodes_loading_ring[b-ag1xrlddjr] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.div_nodeActionsMenu_option[b-ag1xrlddjr] {
    display: flex;
    cursor: pointer;
    align-items: center;
    margin: 5px 0 5px;
    padding: 5px;
    border-radius: 5px;
}

    .div_nodeActionsMenu_option:hover[b-ag1xrlddjr] {
        background-color: #f2f2f2;
    }

.nodeActionsMenu_option_icon[b-ag1xrlddjr] {
    width: 13px;
    height: 13px;
    margin-right: 10px;
}

.nodeActionsMenu_option_text[b-ag1xrlddjr] {
    margin: 0;
    font-size: 14px;
}

[b-ag1xrlddjr] .NodeActions_Menu {
    z-index: 100;
    flex-direction: column;
    background-color: white;
    border-radius: 10px;
    min-width: 160px;
    padding: 5px 0 5px;
    box-shadow: 0 6px 20px rgb(0 0 0 / 15%);
}

.openNode_actions_icon[b-ag1xrlddjr] {
    width: 100%;
    height: 100%;
}

.ContextTree_label[b-ag1xrlddjr] {
    font-weight: 700;
    font-size: 11px;
    margin: 35px 0 20px
}
.InThisContext_label[b-ag1xrlddjr] {
    display: flex;
    align-items: center;
    position: absolute;
    font-weight: 700;
    margin: 0 0 10px;
    width: 100%;
    top: 12px;
}
.span_ReferenceInContext[b-ag1xrlddjr] {
    max-width: 50%;
    margin-right: 5px;
    font-size: 11px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #7A7FFF;
}
.span_InContextOf[b-ag1xrlddjr] {
    font-size: 9px;
}
/* _content/KBAI_Reports/Components/NodeReport_List.razor.rz.scp.css */

.reportNode_type[b-wu0cq3bptw] {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    color: #7A7FFF;
}

.reportNode_ref[b-wu0cq3bptw] {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 3px;
}

.reportNode_contextRef[b-wu0cq3bptw] {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 3px 0;
}
.reportNode_desc[b-wu0cq3bptw] {
    font-size: 14px;
}
[b-wu0cq3bptw] .div_report_actions {
    height: fit-content;
}
[b-wu0cq3bptw] .reportNode_header_node {
    /*box-shadow: 0px 15px 10px 0 white;*/
    box-shadow: white 0px 15px 10px 8px;
    background-color: white;
    /* border-radius: 10px; */
    position: sticky;
    top: 48px;
}
[b-wu0cq3bptw] td, tr[b-wu0cq3bptw] {
    border: none;
}

.reportNode_info_divider[b-wu0cq3bptw] {
    border: solid;
    margin-bottom: 1rem;
    border-width: 0.01em;
    border-color: #e6e6e6;
}

.div_rowSubhierarchies[b-wu0cq3bptw] {
    display: none;
    transition: .2s;
}
.div_rowSubhierarchies_expanded[b-wu0cq3bptw] {
    display: block;
}

.td_reportNode_level1[b-wu0cq3bptw] {
    background-color: #7e4b94 !important;
}
.td_reportNode_level2[b-wu0cq3bptw] {
    background-color: #5c66a2 !important;
}
.td_reportNode_level3[b-wu0cq3bptw] {
    background-color: #CDCDCD !important;
}

.reportNode_ref_level2[b-wu0cq3bptw] {
    color: #5c66a2 !important;
}

.reportNode_ref_level3[b-wu0cq3bptw] {
    color: #706d6d !important;
}

[b-wu0cq3bptw] .reportNode_desc img {
    max-width: 100% !important;
}

.report_action[b-wu0cq3bptw] {
    width: 30px;
    height: 30px;
    display: flex;
    cursor: pointer;
    justify-content: center;
}
.report_action_icon[b-wu0cq3bptw] {
    width: 15px;
}
.report_action_m[b-wu0cq3bptw] {
    margin-right: 5px;
    margin-left: 5px;
}
.reportNode_commentCount[b-wu0cq3bptw] {
    margin: 0 5px 5px 0;
    font-size: 13px;
}
@media print {
    .reportNode_commentCount[b-wu0cq3bptw] {
        display: none;
    }
    .report_action_icon[b-wu0cq3bptw] {
        display: none;
    }
}

.div_reportNode_info[b-wu0cq3bptw] {
    margin-bottom: 1rem;
}
.td_reportNode_nd[b-wu0cq3bptw] {
    width: auto;
    padding: 20px;
    position: relative;
}
.td_reportNode_contextDescription[b-wu0cq3bptw] {
    width: 50%;
    padding: 20px;
}
.td_reportNode_indicator[b-wu0cq3bptw] {
    position: relative;
    background-color: #585caf;
    border-radius: 10px 0px 0px 10px;
}
.indicator_level1[b-wu0cq3bptw] {
    background-color: #b0b3ff!important;
}
.button_reportNode[b-wu0cq3bptw] {
    border: none;
    display: flex;
    margin: 1rem 0 0;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background: #dadbfd;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    bottom: 10px;
}
.chevron_reportNode[b-wu0cq3bptw] {
    width: 7px;
    rotate: 90deg;
    transition: .2s;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.chevron_reportNode_expanded[b-wu0cq3bptw] {
    rotate: -90deg!important;
}

.table_indent[b-wu0cq3bptw] {
    border: none
}

@media screen and (max-width: 600px) {
    .td_reportNode_nd[b-wu0cq3bptw] {
        padding: 10px;
        min-width: 45%;
    }

    .td_reportNode_contextDescription[b-wu0cq3bptw] {
        padding: 10px;
    }

    .mb-3[b-wu0cq3bptw] {
        display: contents;
    }

    .flex_column[b-wu0cq3bptw] {
        float: left;
    }
}
/* _content/KBAI_Reports/Components/NodeReport_Row.razor.rz.scp.css */

.reportNode_type[b-suhaiv1bcc] {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    color: #7A7FFF;
}

.reportNode_ref[b-suhaiv1bcc] {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 3px;
}

.reportNode_contextRef[b-suhaiv1bcc] {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 3px 0;
}
.reportNode_desc[b-suhaiv1bcc] {
    font-size: 14px;
    width: 100%;
    display: inline-block;
    overflow-wrap: break-word;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    margin-top: 10px !important;
}
.reportNode_desc_ctx[b-suhaiv1bcc] {
    margin-top: 18px !important;
}

[b-suhaiv1bcc] .div_report_actions {
    height: fit-content;
}

[b-suhaiv1bcc] .reportNode_header_node {
    box-shadow: white 0px 15px 10px 8px;
    /*box-shadow: white 0 5px 7px 8px;*/
    background-color: white;
    position: sticky;
    top: 48px;
}
.div_reportNode_colHeader[b-suhaiv1bcc] {
    margin-bottom: 1rem !important;
    box-shadow: white 0 5px 7px 8px;
    background-color: white;
    position: sticky;
    top: 48px;
}
.reportNode_header_node[b-suhaiv1bcc], .div_reportNode_colHeader[b-suhaiv1bcc] {
    min-height: 40px;
}
.reportNode_info_divider[b-suhaiv1bcc] {
    border: solid;
    margin-bottom: 1rem;
    border-width: 0.01em;
    border-color: #e6e6e6;
}
[b-suhaiv1bcc] td, tr[b-suhaiv1bcc] {
    border: none;
}

.div_rowSubhierarchies[b-suhaiv1bcc] {
    display: none;
    transition: .2s;
}
.div_rowSubhierarchies_expanded[b-suhaiv1bcc] {
    display: block;
}

[b-suhaiv1bcc] .reportNode_desc img {
    max-width: 100% !important;
}

.td_reportNode_level1[b-suhaiv1bcc] {
    background-color: #7e4b94 !important;
}
.td_reportNode_level2[b-suhaiv1bcc] {
    background-color: #5c66a2 !important;
}
.reportNode_ref_level2[b-suhaiv1bcc] {
    color: #5c66a2 !important;
}
.td_reportNode_level3[b-suhaiv1bcc] {
    background-color: #CDCDCD !important;
}
.reportNode_ref_level3[b-suhaiv1bcc] {
    color: #706d6d !important;
}
.td_reportNode_100[b-suhaiv1bcc] {
    width: 100%!important;
}

.report_action[b-suhaiv1bcc] {
    width: 30px;
    height: 30px;
    display: flex;
    cursor: pointer;
    justify-content: center;
}
.report_action_icon[b-suhaiv1bcc] {
    width: 15px;
}
.report_action_m[b-suhaiv1bcc] {
    margin-right: 5px;
    margin-left: 5px;
}
.reportNode_commentCount[b-suhaiv1bcc] {
    margin: 0 5px 5px 0;
    font-size: 13px;
}
@media print {
    .reportNode_commentCount[b-suhaiv1bcc] {
        display: none;
    }
    .report_action_icon[b-suhaiv1bcc] {
        display: none;
    }
}

.div_reportNode_info[b-suhaiv1bcc] {
    margin-top: 0.3rem;
    margin-bottom: 1rem;
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}
.td_reportNode[b-suhaiv1bcc] {
    max-width: 0;
}
.td_reportNode_nd[b-suhaiv1bcc] {
    width: 50%;
    padding: 20px;
    position: relative;
}
.td_reportNode_contextDescription[b-suhaiv1bcc] {
    width: 50%;
    padding: 20px;
}
.td_reportNode_indicator[b-suhaiv1bcc] {
    position: relative;
    background-color: #585caf;
    border-radius: 10px 0px 0px 10px;
}
.indicator_level1[b-suhaiv1bcc] {
    background-color: #b0b3ff!important;
}
.button_reportNode[b-suhaiv1bcc] {
    border: none;
    display: flex;
    margin: 1rem 0 0;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background: #dadbfd;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    bottom: 10px;
}
.chevron_reportNode[b-suhaiv1bcc] {
    width: 7px;
    rotate: 90deg;
    transition: .2s;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.chevron_reportNode_expanded[b-suhaiv1bcc] {
    rotate: -90deg!important;
}

.table_indent[b-suhaiv1bcc] {
    border: none
}

@media screen and (max-width: 600px) {
    .td_reportNode_nd[b-suhaiv1bcc] {
        padding: 10px;
        min-width: 45%;
    }

    .td_reportNode_contextDescription[b-suhaiv1bcc] {
        padding: 10px;
    }

    .mb-3[b-suhaiv1bcc] {
        display: contents;
    }

    .flex_column[b-suhaiv1bcc] {
        float: left;
    }
}
/* _content/KBAI_Reports/Components/NodeReport_Square.razor.rz.scp.css */
[b-t3uqoyp2ca] .div_report_actions {
    height: fit-content;
}

[b-t3uqoyp2ca] .reportNode_header_node {
    background-color: white;
    border-radius: 10px;
    box-shadow: 1px white;
    box-shadow: white 0px 15px 10px 8px;
    /*box-shadow: 0 12px 5px 5px white;*/
    position: sticky;
    top: 0;
}

.ContextTree_label[b-t3uqoyp2ca] {
    font-weight: 700;
    font-size: 11px;
    margin: 35px 0 20px
}

.ThisContext_label[b-t3uqoyp2ca] {
    font-weight: 700;
    font-size: 11px;
    margin: 35px 0 10px
}

.reportNode_type[b-t3uqoyp2ca] {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    color: #7A7FFF;
}

.reportNode_ref[b-t3uqoyp2ca] {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 3px;
}
.reportNode_desc[b-t3uqoyp2ca] {
    font-size: 14px;
}

.div_rowSubhierarchies[b-t3uqoyp2ca] {
    display: none;
    transition: .2s;
}
.div_rowSubhierarchies_expanded[b-t3uqoyp2ca] {
    display: block;
}

.report_action_icon[b-t3uqoyp2ca] {
    width: 15px;
}
.report_action_m[b-t3uqoyp2ca] {
    margin-right: 10px;
}
.report_action[b-t3uqoyp2ca] {
    display:flex;
    cursor: pointer;
}
.reportNode_commentCount[b-t3uqoyp2ca] {
    margin: 0 5px 5px 0;
    font-size: 13px;
}
@media print {
    .reportNode_commentCount[b-t3uqoyp2ca] {
        display: none;
    }

    .report_action_icon[b-t3uqoyp2ca] {
        display: none;
    }
}

[b-t3uqoyp2ca] .reportNode_desc img {
    max-width: 100% !important;
}

.td_reportNode_nd[b-t3uqoyp2ca] {
    width: auto;
    padding: 20px;
}
.td_reportNode_contextDescription[b-t3uqoyp2ca] {
    width: 100%;
    padding: 20px;
}
.tr_reportNode[b-t3uqoyp2ca] {
    width: 100%;
    display: flex;
    border-radius: 10px;
    box-shadow: 0px 3.2px 7.2px 0px rgba(0, 0, 0, 0.13), 0px 0.6px 1.8px 0px rgba(0, 0, 0, 0.11);
    transition: .2s;
}
.td_reportNode_indicator[b-t3uqoyp2ca] {
    position: relative;
    background-color: #7A7FFF;
    border-radius: 10px 0px 0px 10px;
}
.indicator_level1[b-t3uqoyp2ca] {
    background-color: #b0b3ff!important;
}
.button_reportNode[b-t3uqoyp2ca] {
    color: white;
    border: none;
    font-size: 14px;
    margin: 1rem 0 0;
    padding: 7px 14px;
    border-radius: 10px;
    background: #7A7FFF;
}

.table_indent[b-t3uqoyp2ca] {
    border:none
}

.div_reportNodeInfo[b-t3uqoyp2ca] {
    max-height: 400px;
    overflow: scroll;
}

@media print {
    .div_reportNodeInfo[b-t3uqoyp2ca] {
        max-height: none;
        overflow: unset;
    }

}


.div_mainDrillDown[b-t3uqoyp2ca] {
    margin-top: 3rem;
}

[b-t3uqoyp2ca] .p_contextDescription {
    margin: 0;
    font-size: 14px;
    padding: 10px 0 10px;
}

[b-t3uqoyp2ca] .new_rootCard, [b-t3uqoyp2ca] .div_newRoot_card_header {
    justify-content: center;
    flex-direction: column;
}
.openNode_subtitle_div[b-t3uqoyp2ca] {
    width: fit-content;
    display: flex;
    align-items: center;
    position: relative;
}
.favorite_tab_subtitle[b-t3uqoyp2ca] {
    margin: 0 15px 0 0;
    font-size: 15px;
}
[b-t3uqoyp2ca] .favorite_tab_subtitle_icon {
    width: 12px !important;
    min-width: 12px !important;
}
[b-t3uqoyp2ca] .div_openNode_actions_icon {
    display: flex;
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
    margin-top: 3px;
    margin-right: 10px;
    cursor: pointer;
    align-items: center;
}
[b-t3uqoyp2ca] .rootNfavorites_card {
    height: 100%;
    margin: auto;
    border-radius: 5px;
    padding: 30px 0;
    border-radius: 5px;
    max-height: 500px;
    overflow: scroll;
}

[b-t3uqoyp2ca] .favoride_node_card {
    display: flex;
    flex-direction: column;
    width: 45%;
    min-height: 110px;
    padding: 10px 10px 15px;
    height: fit-content;
    background-color: #FFFFFF;
    align-items: center;
    justify-content: space-between;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 6px 0px;
    margin: 15px 2.5%;
    border-radius: 12px;
    transition: .3s;
}

[b-t3uqoyp2ca] .favoride_node_card:hover {
    background-color: #F8F8FF;
}

[b-t3uqoyp2ca] .div_node_card_header {
    width: 100%;
    display: flex;
    align-items: center;
}
[b-t3uqoyp2ca] .show_contextDesc_but {
    margin: 0;
    color: #7A7FFF;
    font-size: 12px;
}
[b-t3uqoyp2ca] .show_contextDesc_but:hover {
    text-decoration: underline;
}
[b-t3uqoyp2ca] .div_favorite_info {
    width: calc(100% - 50px);
    display: flex;
    justify-content: flex-start;
}
[b-t3uqoyp2ca] .div_favorite_icon {
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-t3uqoyp2ca] .favorite_info_div {
    display: flex;
    flex-direction: column;
    width: 60%;
    align-items: flex-start;
    margin: 10px 0;
}
[b-t3uqoyp2ca] .favorite_reference_div {
    width: 100%;
    display: flex;
    align-items: center;
}

[b-t3uqoyp2ca] .favorite_reference {
    font-size: 15px;
    margin: 0;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: fit-content;
    cursor: pointer;
}
[b-t3uqoyp2ca] .favorite_type {
    color: #727272;
    font-size: 12px;
    margin: 0;
}

[b-t3uqoyp2ca] .div_root_actions {
    /*width: 50px;*/
    margin-right: 10px;
    float: right;
}

[b-t3uqoyp2ca] .previous_hierarchy_icon {
    width: 16px;
    /*rotate: 180deg;*/
}
[b-t3uqoyp2ca] .p_cloud_contextDesc {
    margin: 0;
    font-size: 13px;
}
[b-t3uqoyp2ca] .favorite_open_div {
    display: flex;
    width: 35px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
[b-t3uqoyp2ca] .favorite_open_icon {
    width: 23px;
    height: 23px;
}
.favorites_list_div[b-t3uqoyp2ca] {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
}
.p_cloud_node_type[b-t3uqoyp2ca] {
    margin: 0;
    font-size: 12px;
}

.div_node_cardBottom[b-t3uqoyp2ca] {
    margin: 5px 0 0 0;
    /*width: calc(100% - 18px);*/
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}
.div_node_card_desc[b-t3uqoyp2ca] {
    float: left;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 900px) {
    [b-t3uqoyp2ca] .favoride_node_card {
        display: flex;
        width: 95%;
    }
}

.nodes_loading_ring[b-t3uqoyp2ca] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.div_nodeActionsMenu_option[b-t3uqoyp2ca] {
    display: flex;
    cursor: pointer;
    align-items: center;
    margin: 5px 0 5px;
    padding: 5px;
    border-radius: 5px;
}
    .div_nodeActionsMenu_option:hover[b-t3uqoyp2ca] {
        background-color: #f2f2f2;
    }

.nodeActionsMenu_option_icon[b-t3uqoyp2ca] {
    width: 13px;
    height: 13px;
    margin-right: 10px;
}

.nodeActionsMenu_option_text[b-t3uqoyp2ca] {
    margin: 0;
    font-size: 14px;
}

[b-t3uqoyp2ca] .NodeActions_Menu {
    z-index: 100;
    flex-direction: column;
    background-color: white;
    border-radius: 10px;
    min-width: 160px;
    padding: 5px 0 5px;
    box-shadow: 0 6px 20px rgb(0 0 0 / 15%);
}
.openNode_actions_icon[b-t3uqoyp2ca] {
    width: 100%;
    height: 100%;
}
/* _content/KBAI_Reports/Components/ProfileCard.razor.rz.scp.css */
.profile[b-gqfe3a8n2y] {
    display: flex;
    align-items: center;
}

    .profile .avatar[b-gqfe3a8n2y] {        
        flex: 1 0 auto;
    }

    .profile .avatar img[b-gqfe3a8n2y] {
        margin: 15px;
        height: 64px;
        width: 64px;
        border-radius: 32px;
    }

    .profile .info[b-gqfe3a8n2y] {
        margin: 0 2em;
        flex: 4 0 auto;
    }

        .profile .info > h3[b-gqfe3a8n2y] {
            margin: 0;
        }

        .profile .info > p[b-gqfe3a8n2y] {
            margin: 0;
        }
/* _content/KBAI_Reports/Components/ReportSideBarBullet.razor.rz.scp.css */


.div_ReportSideBar_Bullet[b-b4ps6vizdv] {
    width: 12px;
    height: 12px;
    display:flex;
    align-items: center;
    justify-content: center;
}
.ReportSideBar_Bullet[b-b4ps6vizdv] {
    border-radius: 100%;
    width: 10px;
    height: 10px;
}

.ReportSideBar_Bullet_lvl1[b-b4ps6vizdv] {
    background-color: #7e4b94 !important;
}
.ReportSideBar_Bullet_lvl2[b-b4ps6vizdv] {
    background-color: #5c66a2 !important;
    width: 8px;
    height: 8px;
}
.ReportSideBar_Bullet_lvl3[b-b4ps6vizdv] {
    background-color: #CDCDCD !important;
    width: 6px;
    height: 6px;
}
.ReportSideBar_Bullet_lvl4[b-b4ps6vizdv] {
    width: 4px;
    height: 4px;
}
/* _content/KBAI_Reports/Components/ReportSideBarParcel.razor.rz.scp.css */


.div_ReportSideBar_Bullet[b-ppriqar5xa] {
    width: 12px;
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    margin-top: 5px;
}
.ReportSideBar_Bullet[b-ppriqar5xa] {
    border-radius: 100%;
    width: 10px;
    height: 10px;
}
.ReportSideBar_Bullet_lvl1[b-ppriqar5xa] {
    background-color: #7e4b94 !important;
}
.ReportSideBar_Bullet_lvl2[b-ppriqar5xa] {
    background-color: #5c66a2 !important;
    width: 8px;
    height: 8px;
}
.ReportSideBar_Bullet_lvl3[b-ppriqar5xa] {
    background-color: #CDCDCD !important;
    width: 6px;
    height: 6px;
}
.ReportSideBar_Bullet_lvl4[b-ppriqar5xa] {
    width: 4px;
    height: 4px;
}
/* _content/KBAI_Reports/Components/Welcome.razor.rz.scp.css */
.narrow[b-s7yjlolwo4] {
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
}

.page-padding[b-s7yjlolwo4] {
    padding: 4rem;
}

.welcome[b-s7yjlolwo4] {
    display: flex;
    width: 100%;
    height: 100% !important;
    align-items: center;
}
.welcome.page > .narrow > img[b-s7yjlolwo4] {
    margin: 0 auto;
    display: block;
    width: 200px;
}

.welcome.page > .narrow > .menu[b-s7yjlolwo4] {
    width: 80%;
    justify-content: space-between;
    margin: 4rem auto;
    border-bottom: none;
}

    .welcome.page > .narrow > .menu > .menu-item[b-s7yjlolwo4] {
        background-color: inherit;
        margin: auto;
        font-size: 14px;
        min-height: 32px;
        border-bottom-color: rgb(98, 100, 167);
    }

.center[b-s7yjlolwo4] {
    text-align: center;
}

.sections > *[b-s7yjlolwo4] {
    margin: 4rem auto;
}

.error[b-s7yjlolwo4] {
    color: red;
}



.fields_maxWidth[b-s7yjlolwo4], [b-s7yjlolwo4] .user_input, [b-s7yjlolwo4] .user_button, [b-s7yjlolwo4] .KB_combo_input {
    max-width: 320px;
}
[b-s7yjlolwo4] #div_fields_loading_ring {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

[b-s7yjlolwo4] #fields_loading_ring {
    margin-top: 2rem;
    margin-bottom: 3rem;
}

[b-s7yjlolwo4] .KB_combo_input, [b-s7yjlolwo4] .user_button {
    max-width: 400px;
}
[b-s7yjlolwo4] .KB_combo_input {
    margin-bottom: 1rem;
    width: 100% !important;
}
[b-s7yjlolwo4] .KB_combo_input {
    width: 100%;
    max-width: 320px;
}

    [b-s7yjlolwo4] .KB_combo_input::part(listbox) {
        max-height: 200px;
    }

#div_LoginOptions[b-s7yjlolwo4] {
    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-s7yjlolwo4] {
    min-height: 145px;
    width: calc(50% - 30px);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    justify-content: center;
}

.loginOpt_but[b-s7yjlolwo4] {
    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-s7yjlolwo4] {
    margin: 0 0 .5rem 0;
    font-weight: 500 !important;
    font-size: 9pt !important;
    text-align: center;
}

#loginOpt_OR[b-s7yjlolwo4] {
    width: 60px;
}
.MainForm_Intro[b-s7yjlolwo4] {
    font-size: 12px;
    text-align: left;
    font-weight: 500;
    margin-bottom: 2rem;
    width: fit-content;
    margin: 0 0 1rem 0;
}

#divMainForm[b-s7yjlolwo4] {
    width: 100%;
}

#div_divMainForm[b-s7yjlolwo4] {
    min-height: 264px;
    max-width: 320px;
    width: 100%;
}

.login_title[b-s7yjlolwo4] {
    margin: 0 0 1rem 0;
    font-size: 4rem;
    line-height: 3rem;
    color: #5B5FC7;
    text-align: left;
}

.login_subtitle[b-s7yjlolwo4] {
    text-align: left;
    font-size: 20px;
}
.div_login[b-s7yjlolwo4] {
    display: flex;
    justify-content: space-around;
}
.login_youraccount[b-s7yjlolwo4] {
    font-weight: 500;
    margin-bottom: 2rem;
    cursor: pointer;
    width: fit-content;
    margin: 1rem auto;
}

[b-s7yjlolwo4] .login_inputs {
    width: 100% !important;
    max-width: 400px;
}

[b-s7yjlolwo4] .login_inputs_marginR {
    margin-bottom: 1rem;
}

[b-s7yjlolwo4] .login_btn {
    width: 100%;
    max-width: 400px;
    margin-top: 2rem;
}

.login_error[b-s7yjlolwo4] {
    color: #ec0000;
    font-weight: 500;
    margin-bottom: 2rem
}

@media screen and (max-width: 900px) {
    .MainForm_Intro[b-s7yjlolwo4] {
        font-size: 12px;
    }

    #div_LoginOptions[b-s7yjlolwo4] {
        max-width: 400px;
        flex-direction: column;
    }

    .div_LoginOpt[b-s7yjlolwo4] {
        width: 100%;
    }
    .div_login[b-s7yjlolwo4] {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-between;
        width: 90%;
        margin: auto;
    }
    .div_title[b-s7yjlolwo4] {
        font-size: 15px;
        padding-right: 0;
        text-align: center;
        margin-bottom: 1rem;
    }

    .login_title[b-s7yjlolwo4] {
        margin: 0;
        font-size: 2rem;
        line-height: 2rem;
        color: #5B5FC7;
        text-align: center;
    }

    .login_subtitle[b-s7yjlolwo4] {
        text-align: center;
        font-size: 15px;
    }
}
@media screen and (max-width: 550px) {
    .div_login[b-s7yjlolwo4] {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-between;
        width: 90%;
        margin: auto;
    }

    .login_title[b-s7yjlolwo4] {
        font-size: 27px;
    }

    .login_subtitle[b-s7yjlolwo4] {
        text-align: center;
        font-size: 13px;
    }
}

.link[b-s7yjlolwo4] {
    margin: 0;
    cursor: pointer;
    color: #7A7FFF;
}

    .link:hover[b-s7yjlolwo4] {
        color: #5393d5 !important;
    }

.checkbox_label[b-s7yjlolwo4] {
    font-weight: 500;
    font-size: 8pt;
    text-align: left;
}

[b-s7yjlolwo4] #txtTerms {
    display: flex;
    align-items: flex-start;
}
    [b-s7yjlolwo4] #txtTerms::part(control) {
        top: 1rem;
    }
[b-s7yjlolwo4] .user_button {
    margin-top: 1rem;
    width: 100% !important;
}



.wapperTitleHeader[b-s7yjlolwo4], .wapperTitleHeader_mobile[b-s7yjlolwo4] {
    margin-bottom: 20px;
}

.wapperTitleHeader[b-s7yjlolwo4] {
    padding-right: 15px;
    text-align: left;
}

.wapperTitleHeader_mobile[b-s7yjlolwo4] {
    width: 90%;
    display: none;
    text-align: center;
    margin: 0 auto 1rem auto;
}

@media (max-width:900px) {
    .wapperTitleHeader[b-s7yjlolwo4] {
        display: none;
    }

    #LoginLogo[b-s7yjlolwo4] {
        width: 90% !important;
    }
    .wapperTitleHeader_mobile[b-s7yjlolwo4] {
        display: block;
    }
}

@media (max-width:336px) {
    #LoginLogo_label[b-s7yjlolwo4] {
        font-size: 12px !important;
    }
}

.wapperTitleHeader_mobile .div_LoginLogo[b-s7yjlolwo4] {
    width: 100%;
    max-width: 300px;
    margin: auto;
}

.wapperTitleHeader_mobile #LoginLogo_label[b-s7yjlolwo4] {
    margin: auto;
    width: fit-content;
    text-wrap: auto;
    word-break: break-word;
    white-space: pre-wrap !important;
    color: #212121;
}

.div_LoginLogo[b-s7yjlolwo4] {
    width: 100%;
    max-width: 400px;
}

#LoginLogo[b-s7yjlolwo4] {
    width: 100%;
}

#LoginLogo_label[b-s7yjlolwo4] {
    width: 61%;
    text-wrap: auto;
    margin-left: 39%;
    word-break: break-word;
    white-space: pre-wrap !important;
    color: #212121;
    font-size: 16px;
}

@media screen and (max-width: 900px) {
    #loadingTitle_title[b-s7yjlolwo4] {
        line-height: 2rem;
        font-size: 2rem;
    }

    [b-s7yjlolwo4] #TabLoading_ring {
        height: 25px;
        width: 25px;
        margin: auto 1rem auto 0;
    }
}
/* _content/KBAI_Reports/Pages/Tab.razor.rz.scp.css */
.narrow[b-8rjz5l180g] {
	max-width: 900px;
	margin: 0 auto;
}

.page-padding[b-8rjz5l180g] {
	padding: 4rem;
}

.welcome.page > .narrow > img[b-8rjz5l180g] {
	margin: 0 auto;
	display: block;
	width: 200px;
}

.welcome.page > .narrow > ul[b-8rjz5l180g] {
	width: 75%;
	justify-content: space-between;
	margin: 4rem auto;
}

	.welcome.page > .narrow > ul > li[b-8rjz5l180g] {
		background-color: inherit;
		margin: auto;
	}

		.welcome.page > .narrow > ul > li > a[b-8rjz5l180g] {
			font-size: 16px;
			height: 32px;
			border-bottom-color: rgb(98, 100, 167);
		}

.center[b-8rjz5l180g] {
	text-align: center;
}

pre[b-8rjz5l180g] {
	overflow-x: scroll;
}

pre[b-8rjz5l180g],
div.error[b-8rjz5l180g] {
	background-color: #e5e5e5;
	padding: 1rem;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	margin: 1rem 0;
}

code[b-8rjz5l180g] {
	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-8rjz5l180g] {
	color: red;
}

.profile[b-8rjz5l180g] {
	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-8rjz5l180g] {
		margin: 2em 1em;
		height: 72px;
		width: 72px;
	}

	.profile > .info[b-8rjz5l180g] {
		margin: 2em 2em 0 0;
	}

		.profile > .info > h3[b-8rjz5l180g] {
			margin: 0;
		}

		.profile > .info > p[b-8rjz5l180g] {
			margin: 0;
		}



.top_navbar_div[b-8rjz5l180g] {
	top: 0;
	left: 0;
	height: 48px;
	width: 100%;
	position: sticky;
	z-index: 100;
	background-color: #242424;
}

.top_navbar[b-8rjz5l180g] {
	display: flex;
	align-items: center;
	height: 100%;
}
.div_nav_left[b-8rjz5l180g] {
	display: flex;
	align-items: center;
	margin: auto 0 auto 20px;
}

.div_nav_right[b-8rjz5l180g] {
	display: flex;
	align-items: center;
	margin: auto 10px auto auto;
	position: relative;
}

[b-8rjz5l180g] .div_nav_icon {
	margin-right: 10px;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	cursor: pointer;
	border-radius: 100%;
	transition: .2s;
}

.nav_icon[b-8rjz5l180g] {
	width: 18px;
	height: 18px;
	margin: auto;
}

.div_topMenu_option[b-8rjz5l180g] {
	display: flex;
	cursor: pointer;
	align-items: center;
	margin: 5px 0 5px;
	padding: 5px 0 5px 10px;
	border-radius: 5px;
}

	.div_topMenu_option:hover[b-8rjz5l180g] {
		background-color: #f2f2f2;
	}

.topMenu_option_icon[b-8rjz5l180g] {
	width: 13px;
	height: 13px;
	margin-right: 10px;
}

.topMenu_option_text[b-8rjz5l180g] {
	margin: 0;
	font-size: 14px;
}

[b-8rjz5l180g] .topMenu_Menu {
	z-index: 100;
	flex-direction: column;
	background-color: white;
	border-radius: 0 0 0 10px;
	min-width: 160px;
	padding: 5px 0 5px;
	position: absolute;
	box-shadow: 0 6px 20px rgb(0 0 0 / 15%);
	top: 39px !important;
	left: -110px !important;
}
[b-8rjz5l180g] .mainMenu_Menu {
	z-index: 100 !important;
	flex-direction: column;
	background-color: white;
	border-radius: 0 0 10px 0;
	min-width: 160px;
	padding: 5px 0 5px;
	position: absolute;
	box-shadow: 0 6px 20px rgb(0 0 0 / 15%);
	top: 48px !important;
	left: 0px !important;
}

.svg_nav_icon[b-8rjz5l180g] {
	margin: auto;
	height: 100%;
}
.div_nav_icon_active[b-8rjz5l180g] {
	background-color: #7A7FFF !important;
}

.breadcrumb_p[b-8rjz5l180g] {
	color: white;
	font-size: 13px;
	margin: 0 10px 0 3px
}
.p_actual_breadcrumb[b-8rjz5l180g] {
	font-weight: 700;
	display: -webkit-box !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-break: break-all;
}

[b-8rjz5l180g] .div_chevron_repIndex {
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
[b-8rjz5l180g] .div_breadcrumbs {
	display: flex;
	align-items: center;
}
[b-8rjz5l180g] .chevron_repIndex {
	rotate: 90deg;
}


@media print {
	.top_navbar_div[b-8rjz5l180g] {
		display: none;
	}
}

.ToolkitLogo[b-8rjz5l180g] {
	width: auto;
	height: 25px;
	margin: auto;
}
[b-8rjz5l180g] .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-8rjz5l180g] #USerKBSelector {
	display: flex;
	cursor: pointer;
	position: relative;
	padding-left: 1rem;
	border-left: 1px solid white;
}
[b-8rjz5l180g] .blazor-context-menu.blazor-context-menu__animations--slide {
	display: none;
}
[b-8rjz5l180g] .div_userKB_opt {
	align-items: center;
	display: flex !important;
	cursor: pointer;
	padding: 5px 10px !important;
	border-radius: 10px;
	font-size: 14px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #242424;
}
[b-8rjz5l180g] .div_userKB_opt:hover {
	background-color: #F8F8FF;
}
.div_userKB_opt[b-8rjz5l180g]::after {
	right: 0px !important;
}
[b-8rjz5l180g] .node_more_opt_icon {
	width: 22px;
	height: 22px;
}
[b-8rjz5l180g] .div_node_more_opt_icon {
	display: flex;
	height: fit-content;
	margin-right: 10px;
}
[b-8rjz5l180g] .userKB_menu {
	left: 180px !important;
	top: 40px !important;
	padding: 8px 0;
	z-index: 100;
	display: block;
	width: fit-content;
	height: fit-content;
	border-radius: 10px;
	right: -5px;
}
[b-8rjz5l180g] .userKB_menuHeader {
	display: flex;
	align-items: center;
	padding: 10px 40px 0 10px;
}
	[b-8rjz5l180g] .userKB_menuHeader .userKB_opt {
		font-weight: 500;
		font-size: 15px;
	}
[b-8rjz5l180g] .userKB_opt {
	margin: 0 0 0 0;
	font-size: 15px;
}
[b-8rjz5l180g] #userKB_KBList {
	width: 100%;
	max-height: calc(100vh - 150px);
	overflow: scroll;
}
	[b-8rjz5l180g] #userKB_KBList::-webkit-scrollbar-thumb {
		background: #C7C7C7;
		border-radius: 10px;
		border: white;
	}
	[b-8rjz5l180g] #userKB_KBList::-webkit-scrollbar {
		height: 0;
		width: 8px;
	}
	[b-8rjz5l180g] #userKB_KBList::-webkit-scrollbar-thumb:hover {
		background: #B2B2B2;
	}
[b-8rjz5l180g] .WA_more_divider {
	width: 95%;
	border: solid;
	border-width: 0.01em;
	border-color: #e9e9e9;
	margin: 8px 0 8px 4px;
}
