.analysis-selection-table[data-v-753f9d5f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  height: calc(100% - 42px);
}
.analysis-selection-table.revert[data-v-753f9d5f] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.analysis-selection-table .item-list-wrapper[data-v-753f9d5f] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
  height: 100%;
}
.analysis-selection-table .item-list-wrapper[data-v-753f9d5f] .ant-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.analysis-selection-table .item-list-wrapper[data-v-753f9d5f] .ant-list-item .no-title.ant-descriptions tr:nth-child(odd) {
  display: none;
}
.analysis-selection-table .item-list-wrapper[data-v-753f9d5f] .ant-list-item .ant-descriptions-view table tr th {
  padding: 0;
}
.analysis-selection-table .item-list-wrapper[data-v-753f9d5f] .ant-list-item .ant-descriptions-view table tr th span {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}
.analysis-selection-table .item-list-wrapper[data-v-753f9d5f] .ant-list-item .ant-descriptions-view table tr td {
  padding-bottom: 6px;
}
.analysis-selection-table .item-list-wrapper[data-v-753f9d5f] .ant-list-item .ant-descriptions-view table tr td span {
  font-size: 16px;
}
.analysis-selection-table .item-list-wrapper[data-v-753f9d5f] .ant-list-item .ant-descriptions-view table tr:last-child td {
  padding-bottom: 0;
}
.analysis-selection-table .item-list-wrapper[data-v-753f9d5f] .ant-list-item .expand-icon {
  font-size: 18px;
}
.analysis-selection-table .item-list-wrapper[data-v-753f9d5f] .ant-list-item .expand-icon:hover {
  color: #0064c8;
}
.analysis-selection-table .tool-area[data-v-753f9d5f] {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.analysis-selection-table .tool-area span.anticon[data-v-753f9d5f]:hover,
.analysis-selection-table .tool-area span.anticon.checked[data-v-753f9d5f] {
  color: #0064c8;
}
.analysis-selection-table .tool-area .rotate[data-v-753f9d5f] {
  rotate: 11rad;
}
.analysis-selection-table .content-elli[data-v-753f9d5f] {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

