.phoenix-department-tree {
  height: 100%;
  overflow: auto;
}

.phoenix-department-tree::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.phoenix-department-tree::-webkit-scrollbar-track {
  border-radius: 100px;
  background-color: transparent;
}

.phoenix-department-tree::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  border-radius: 100px;
  background-color: rgba(14, 17, 20, 0.1);
  background-clip: content-box;
}

.phoenix-department-tree::-webkit-scrollbar-thumb:hover {
  background-color: rgba(14, 17, 20, 0.3);
}

.phoenix-department-tree_loading {
  position: relative;
  width: calc(100% - 16px);
  height: 100%;
}

.phoenix-department-tree__wrap {
  float: left;
  width: auto;
  min-width: 100%;
}

.phoenix-department-tree__item {
  font-size: 12px;
  line-height: 20px;
  display: block;
  width: auto;
  padding: 4px 0 4px 8px;
  margin-right: 6px;
  white-space: nowrap;
  user-select: none;
  color: #33383d;
  cursor: pointer;
}

.phoenix-department-tree__item:hover {
  background: rgba(133, 194, 255, 0.1);
}

.phoenix-department-tree__item:hover .phoenix-department-tree__btn {
  display: inline;
}

.phoenix-department-tree__item_selected {
  background: rgba(133, 194, 255, 0.1);
}

.phoenix-department-tree__item_selected:hover {
  background: rgba(133, 194, 255, 0.1);
}

.phoenix-department-tree__item_default {
  background: rgba(230, 232, 235, 0.3);
}

.phoenix-department-tree__item_default:hover {
  background: rgba(230, 232, 235, 0.3);
}

.phoenix-department-tree__item_disabled {
  cursor: not-allowed;
  color: #bfc3c7;
}

.phoenix-department-tree__item_disabled:hover {
  background: none;
}

.phoenix-department-tree__node {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.phoenix-department-tree__name {
  display: inline-block;
}

.phoenix-department-tree__status {
  padding-left: 8px;
  color: #83898f;
}

.phoenix-department-tree__sibling {
  display: inline-block;
  width: 80px;
  padding-left: 8px;
}

.phoenix-department-tree__btn {
  display: none;
  color: #106ECC;
  cursor: pointer;
}

.phoenix-department-tree__btn:hover {
  color: #1D86F0;
}

.phoenix-department-tree__collapse, .phoenix-department-tree__expand, .phoenix-department-tree__disabled, .phoenix-department-tree__loading {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 6px;
  cursor: pointer;
}

.phoenix-department-tree__space {
  width: 0;
  margin-right: 20px;
}

.phoenix-department-tree_void {
  font-size: 14px;
  line-height: 22px;
  color: #BBBFEE;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.phoenix-department-tree_void__desc {
  margin-top: 8px;
}
