.phoenix-department-list {
  height: 100%;
  background: #fff;
  box-sizing: border-box;
  overflow-y: auto;
}

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

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

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

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

.phoenix-department-list__item {
  cursor: pointer;
  margin-right: 6px;
}

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

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

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

.phoenix-department-list__text {
  font-size: 12px;
  line-height: 20px;
  color: #33383d;
  white-space: nowrap;
  padding: 4px 0 4px 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  user-select: none;
}

.phoenix-department-list__highlight {
  border-radius: 2px;
  background: rgba(250, 193, 5, 0.2);
}

.phoenix-department-list__parent {
  color: #83898f;
  margin-left: 8px;
}

.phoenix-department-list__status {
  color: #83898f;
  margin-left: 4px;
}

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

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