.treeDisplay {

}

.treeitem-selected {
    cursor: default;
    background-color: lightgrey;
    padding: 5px;
}

.treeitem-selected::after {
    /*font-weight: bold;*/
    /*color: #256592;*/
    /*content: "◀";*/
    /*font-size: large;*/
    /*background-color: whitesmoke;*/
}

.treeitem-category {
    font-weight: bold;
    color: #256592;
    padding-top: 7px;
    padding-right: 5px;
    margin-bottom: 10px;
    margin-left: 6px;
}

.treeItemIndentationMarker .treeItemIndentationMarker {
    border-left: solid 1px var(--secondary-bg);
}