.phoenix-department-count {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  line-height: 20px;
  color: #83898f;
  padding-bottom: 8px;
}

.phoenix-department-count__left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

.phoenix-department-count__title {
  font-size: 14px;
  line-height: 22px;
  margin-right: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.phoenix-department-count__right {
  flex-shrink: 0;
  margin-left: 8px;
}

.phoenix-department-count__selected {
  color: #565e66;
}

.phoenix-department-count__total {
  color: #bfc3c7;
}

.phoenix-department-count__clear {
  font-size: 12px;
  line-height: 20px;
  color: #106ecc;
}

.phoenix-department-count__clear:hover {
  cursor: pointer;
}

.phoenix-department-count__clear_disable {
  color: #bfc3c7;
}

.phoenix-department-count__clear_disable:hover {
  cursor: not-allowed;
}
