.vtx-ui-ztree-component{
    position: relative;
    height: 100%;
    box-sizing: border-box;
}
.vtx-ui-ztree-withsearchbox{
    padding-top: 30px;
}
.vtx-ui-ztree-searchbox{
    position: absolute;
    left:10px;
    right:10px;
    top:5px;
}
.vtx-ui-ztree-tree-ct{
    height: 100%;
    overflow: auto;
    &::-webkit-scrollbar {
        width: 10px;
        background-color: hsla(0, 0%, 76%, 0.07);
    }
    &::-webkit-scrollbar-thumb {
        border-radius: 3px;
        -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,.3);
        background-color: rgba(193, 193, 193, 0.6);
    }
}