.phoenix-department-table {
  height: calc(100% - 30px);
  border: 1px solid #f0f2f5;
  box-sizing: border-box;
  border-radius: 3px;
  background: #fff;
  overflow: auto;
}

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

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

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

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

.phoenix-department-table__bd {
  height: 100%;
  overflow: hidden;
}

.phoenix-department-table .phoenix-department-table__item, .phoenix-department-table .phoenix-department-table__item_selected {
  font-size: 12px;
  line-height: 20px;
  color: #33383d;
  white-space: nowrap;
  user-select: none;
  cursor: pointer;
}

.phoenix-department-table .phoenix-department-table__item td, .phoenix-department-table .phoenix-department-table__item_selected td {
  border-bottom: 1px solid #f0f2f5 !important;
  padding: 8px 12px !important;
}

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

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

.phoenix-department-table .ant-table-small {
  border: none;
}

.phoenix-department-table .ant-table-small > .ant-table-content .ant-table-header {
  overflow: hidden !important;
  margin-bottom: 0 !important;
  background: rgba(230, 232, 235, 0.2) !important;
}

.phoenix-department-table .ant-table-small > .ant-table-content > .ant-table-body {
  margin: 0;
}

.phoenix-department-table .ant-table-thead > tr > th {
  font-size: 12px;
  line-height: 20px;
  color: #0e1114;
  font-weight: normal;
  border-bottom: none !important;
  background: none !important;
  padding: 10px 12px !important;
}

.phoenix-department-table .ant-table-body {
  overflow: auto !important;
}

.phoenix-department-table .ant-table-body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

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

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

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

.phoenix-department-table .ant-table-body:focus {
  outline: none;
}

.phoenix-department-table .ant-table-tbody > tr:hover:not(.ant-table-expanded-row) > td {
  background: none;
}

.phoenix-department-table .ant-table-header-column {
  display: block !important;
}

.phoenix-department-table__code, .phoenix-department-table__name, .phoenix-department-table__parent {
  box-sizing: border-box;
}

.phoenix-department-table__title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.phoenix-department-table__column {
  min-width: 72px;
}

.phoenix-department-table__withsub {
  width: 72px;
  box-sizing: border-box;
}

.phoenix-department-table__text {
  display: block;
  max-width: 100%;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.phoenix-department-table__withsub {
  text-align: center !important;
}

.phoenix-department-table table {
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
}
