.vtx-ui-ztree-select {
  display: inline-block;
  position: relative;
  width: 100%;
}
.vtx-ui-ztree-select input {
  overflow: hidden;
  text-overflow: ellipsis;
}
.vtx-ui-ztree-select-mselect {
  position: relative;
  padding-right: 18px;
}
.vtx-ui-ztree-select-mselect .close-icon {
  position: absolute;
  right: 5px;
  top: 10px;
}
.vtx-ui-ztree-select-pop {
  height: 300px;
  min-width: 200px;
  overflow: auto;
}
.vtx-ui-ztree-select-pop::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: hsla(0, 0%, 76%, 0.07);
}
.vtx-ui-ztree-select-pop::-webkit-scrollbar-thumb {
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
  background-color: rgba(193, 193, 193, 0.6);
}
.vtx-ui-ztree-select-placehoder {
  color: #AAA;
}
