.lp-tree .lp-tree-search {
  position: relative;
  margin-bottom: 12px;
}
.lp-tree .lp-tree-search .lp-tree-input {
  width: 100%;
}
.lp-tree .lp-tree-search .lp-tree-icon {
  position: absolute;
  top: 50%;
  right: 7px;
  margin-top: -8px;
  color: #C9C9C9;
}
.lp-tree .lp-tree-empty-list {
  margin-top: 32px;
  width: 100%;
  color: #999;
  text-align: center;
}
.lp-tree .next-tree-node-label {
  height: auto;
  line-height: 20px;
  padding: 0 4px;
  border-radius: 0px;
  font-size: 12px;
}
.lp-tree .next-tree.next-node-indent .next-tree-node-inner.next-selected label.next-checkbox-wrapper + .next-tree-node-label-wrapper > .next-tree-node-label-selectable {
  color: #333333 !important;
}
.lp-tree .lp-tree-item {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 100%;
  outline: none;
  border-radius: 3px;
}
.lp-tree .lp-tree-item.lp-disabled {
  color: #C1C1C1;
}
.lp-tree .lp-tree-item .next-overlay-wrapper {
  width: 0px;
}
.lp-tree .lp-tree-item .lp-tree-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
}
.lp-tree .lp-tree-item .lp-tree-highlight {
  color: #D93026;
  font-weight: bold;
}
.lp-tree .lp-tree-item .lp-tree-icon {
  margin-left: 8px;
  width: 16px;
}
.lp-tree .lp-tree-item .lp-tree-icon:before {
  color: #ff000000;
}
.lp-tree .lp-tree-item:hover .lp-tree-icon:before {
  color: inherit;
}

.tree-drop-menu .next-menu-item {
  font-size: 12px;
}
