
.bootiq-item-category-tree-root {
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    border-style: solid;
    border-width: 2px;
    border-color: grey;
    max-height: 180px;
    overflow-y: auto;
}

.bootiq-item-category-tree-block {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.bootiq-item-category-tree-item,
.bootiq-item-category-tree-item-selectable {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
}

.bootiq-item-category-tree-item-selectable {
    cursor: pointer;
}

.bootiq-item-category-tree-item-edit,
.bootiq-item-category-tree-item-select {
    color: grey;
}

.bootiq-item-category-tree-check {

}

.bootiq-item-category-tree-toggle {
}


.bootiq-item-category-tree-name {

}


.bootiq-item-category-tree-children-root {
    padding: 0;
    display: flex;
    flex-direction: column;
}

.bootiq-item-category-tree-children {
    padding: 0 0 0 40px;
    display: flex;
    flex-direction: column;
}

.bootiq-item-category-tree-children-0 {
    padding: 0;
}
