.vtx-ui-ztree-component {
  position: relative;
  height: 100%;
  -webkit-box-sizing: border-box;
          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;
}
.vtx-ui-ztree-tree-ct::-webkit-scrollbar {
  width: 10px;
  background-color: hsla(0, 0%, 76%, 0.07);
}
.vtx-ui-ztree-tree-ct::-webkit-scrollbar-thumb {
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
  background-color: rgba(193, 193, 193, 0.6);
}
