﻿.hummingbird-treeview,
.hummingbird-treeview * {
    list-style: none;
    font-size: 20px;
    line-height: 24px;
}

    .hummingbird-treeview label {
        font-weight: normal;
    }


    .hummingbird-treeview input[type=checkbox] {
        width: 16px;
        height: 16px;
        padding: 0px;
        margin: 0px;
    }


    .hummingbird-treeview .bi {
        font-style: normal;
        cursor: pointer;
        color: gray;
    }

        .hummingbird-treeview .bi.bi-folder, .hummingbird-treeview .bi.bi-folder-open {
            color: orange;
        }


.hummingbird-treeview {
    max-height: 60vh;
    overflow-y: scroll
}
