.SmartListTable_tableContainer__1mpgT {
  padding: 13px 30px 0 24px;
}

.SmartListTable_header__3ESNi {
  position: relative;
  padding-right: 26px;
  margin-bottom: 14px;
  display: flex;
}

.SmartListTable_icons__2g6nD {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  margin-top: 10px;
  height: 16px;
  line-height: 16px;
}

.SmartListTable_input__2JU2J {
  width: 280px;
  position: relative;
}

.SmartListTable_input__2JU2J input {
  width: 280px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #dee0e3;
}

.SmartListTable_input__2JU2J .ant-input-suffix {
  /* right: 35px; */
}

.SmartListTable_input__2JU2J .ant-input-affix-wrapper .ant-input:not(:last-child) {
  /* padding-right: 50px; */
  font-size: 12px;
}

.SmartListTable_tableInfo__3bchZ .ant-table-thead > tr {
  background: #f5f7fa !important;
  color: #666666 !important;
  line-height: 0px;
  font-weight: 400 !important;
  height: 40px !important;
  font-size: 14px !important;
}

.SmartListTable_tableContainer__1mpgT .ant-table-container ::-webkit-scrollbar {
  /* display: none; */
}

.SmartListTable_tableInfo__3bchZ .ant-table-thead th {
  border: none !important;
  position: relative;
  color: #666666 !important;
  /* padding-left: 10px !important; */
}

.SmartListTable_tableInfo__3bchZ .ant-table-thead > tr:first-child > th:first-child {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.SmartListTable_tableInfo__3bchZ .ant-table-thead > tr:last-child > th:last-child {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.SmartListTable_tableInfo__3bchZ .ant-table-placeholder {
  border-top: none !important;
  margin-top: 14px !important;
}

.SmartListTable_tableInfo__3bchZ .ant-table-tbody {
  border-top: none !important;
  margin-top: 14px !important;
}

/* .tableInfo
  :global(.ant-table-thead
    > tr
    > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan]):before) {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 1.6em;
  background-color: #0000000f;
  transform: translateY(-50%);
  transition: background-color 0.3s;
  content: "";
} */

.SmartListTable_tableInfo__3bchZ .react-resizable::-webkit-scrollbar-thumb {
  display: none;
}

.SmartListTable_tableInfo__3bchZ .react-resizable::-webkit-scrollbar {
  display: none;
}

.SmartListTable_tableInfo__3bchZ .react-resizable-handle-se {
  bottom: 0;
  right: 0;
  cursor: move;
}

.SmartListTable_tableInfo__3bchZ .react-resizable-handle {
  position: absolute;
  width: 10px;
  height: 20px;
  background-repeat: no-repeat;
  background-origin: content-box;
  box-sizing: border-box;
  background-image: none;
  background-position: bottom right;
  border-right: 1px solid #ccc;
  margin: 10px 0px;
  padding: 0px;
}

.SmartListTable_tableInfo__3bchZ .ant-table-tbody tr td {
  border: none;
  border-bottom: 1px solid #eeeff1;
  padding-left: 12px;
}

.SmartListTable_tableInfo__3bchZ .ant-table-tbody tr td ul li {
  font-size: 12px !important;
  color: #55c0ff !important;
}

.SmartListTable_tableInfo__3bchZ .ant-table-column-title {
  font-size: 12px !important;
  color: #666666 !important;
  font-weight: 400 !important;
}

.SmartListTable_tableInfo__3bchZ .ant-table-column-has-sorters:hover {
  background: none !important;
}

.SmartListTable_columnModal__UnnOD {
  width: auto;
  height: auto;
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(222, 222, 222, 0.5);
  border-radius: 4px;
  position: absolute;
  right: 26px;
  top: 59px;
  padding: 12px 0 0 12px;
  z-index: 999999;
}

.SmartListTable_checkBoxGroup__3J7jf {
  margin-top: 9px;
  display: flex;
  flex-direction: column;
  font-size: 12px;
}

.SmartListTable_tableInfo__3bchZ .ant-checkbox-indeterminate .ant-checkbox-inner::after {
  background-color: #fff;
}

.SmartListTable_tableInfo__3bchZ .ant-checkbox {
  top: 0
}

.SmartListTable_checkBoxGroup__3J7jf .ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin-left: 0 !important;
}

.SmartListTable_checkBoxGroup__3J7jf .ant-checkbox-wrapper {
  margin-bottom: 8px !important;
  height: 17px;
  margin-left: 8px;
  font-size: 12px;
  padding-top: 4px;
}

.SmartListTable_tableInfo__3bchZ .ant-table-body::-webkit-scrollbar {
  /* display: none; */
  height: 10px;
  width: 0;
}

.SmartListTable_tableInfo__3bchZ .ant-table-header .ant-table-cell p {
  width: calc(100% - 15px);
  cursor: move;
  margin-left: 5px;
}

.SmartListTable_ant-table__2HF-x thead>tr>th {
  margin-right: 10px;
}

.SmartListTable_tableInfo__3bchZ .ant-table-header {
  /* Firefox私有属性 */
  -webkit-user-select: none;
  /* WebKit内核私有属性 */
  /* IE私有属性(IE10及以后) */
  /* KHTML内核私有属性 */
  -o-user-select: none;
  /* Opera私有属性 */
  user-select: none;
  /* CSS3属性 */
}

.SmartListTable_tableInfo__3bchZ .ant-table-row {
  cursor: move !important;
  position: relative;
}

/*
:global(.theme_0) .tableInfo :global(.ant-table-row[draggable]) {
  filter: invert(68%) contrast(280%) brightness(90%) hue-rotate(180deg);
}
:global(.theme_0) .tableInfo :global(.ant-table-row[draggable]) .fileTagList,
:global(.theme_0) .tableInfo :global(.ant-table-row[draggable]) :global(.ant-checkbox),
:global(.theme_0) .tableInfo :global(.ant-table-row[draggable]) img {
  filter: invert(68%) contrast(280%) brightness(90%) hue-rotate(180deg);
} */
.SmartListTable_checkItem__2yLm8 {
  display: flex;
  line-height: 14px;
}

.SmartListTable_tableInfo__3bchZ .ant-table-body .ant-table-selection-column .ant-checkbox-wrapper {
  display: none;
}

.SmartListTable_tableInfo__3bchZ .ant-table-row:hover .ant-checkbox-wrapper {
  display: block;
}

.SmartListTable_tableInfo__3bchZ .ant-table-row:hover.ant-table-row::after {
  display: block;
}

.SmartListTable_tableInfo__3bchZ .ant-table-row:hover.ant-table-row > td:nth-child(2)::after {
  display: block;
}

.SmartListTable_tableInfo__3bchZ .ant-table-row:hover td {
  background: none;
}

.SmartListTable_tableInfo__3bchZ .ant-table-tbody > tr > td {
  background: rgba(255, 255, 255, 0) !important;
}

.SmartListTable_tableInfo__3bchZ .ant-table-tbody > tr > td:hover {
  background: none !important;
}

.SmartListTable_tableInfo__3bchZ .ant-table-tbody > .ant-table-row-selected {
  background: #f0f9ff;
}

/* .tableInfo :global(.ant-table-row::after) {
  width: 16px;
  height: 16px;
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translate(10px, -8px);
  background: none;
  background-image: url("../assets/leftNavSider/smartListMove.svg") !important;
  display: none;
} */

.SmartListTable_tableInfo__3bchZ .ant-table-tbody > tr > td.ant-table-column-sort {
  background: none !important;
}

.SmartListTable_tableInfo__3bchZ .ant-table-row > td:nth-child(2) {
  position: relative;
}

/* .tableInfo :global(.ant-table-row > td:nth-child(2)::after) {
  width: 16px;
  height: 16px;
  content: "";
  position: absolute;
  left: -19px;
  top: 50%;
  transform: translate(10px, -8px);
  background: none;
  background-image: url("../assets/leftNavSider/smartListPreview.svg") !important;
  display: none;
  cursor: pointer;
} */

.SmartListTable_tableInfo__3bchZ .ant-table-row > td > span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* word-break: break-all; */
  cursor: pointer;
  line-height: 1.2em;
  /* 每行文本的行高 */
  max-height: 5.8em;
}

.SmartListTable_exportItem__2xuPk {
  display: flex;
  align-items: center;
}

.SmartListTable_exportItem__2xuPk img {
  width: 20px;
  margin-right: 14px;
}

/* .tableInfo :global(.ant-table-row td:nth-child(2) ) {
  font-size: 14px;
} */

.SmartListTable_tableInfo__3bchZ .ant-table-row td:not(:nth-child(2) span) {
  font-size: 12px;
  color: #666666;
}

.SmartListTable_tableInfo__3bchZ .ant-rate-star:not(:last-child) {
  margin-right: 0;
}

.SmartListTable_cusTagItemDelete__34-ik {
  position: absolute;
  right: 5px;
  top: 0;
  cursor: pointer;
  display: none;
  color: #55c0ff;
  background: #fff;
  border-radius: 100%;
  font-size: 12px;
}

.SmartListTable_fileTagList__2DoO3 {
  /* width: calc(100% - 100px); */
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  display: flex;
  flex-wrap: wrap;
  height: 30px;
}

.SmartListTable_fileTagList__2DoO3 .SmartListTable_fileTagItem__2g9K9 {
  position: relative;
  height: 30px;
  display: flex;
  align-items: center;
}

.SmartListTable_fileTagList__2DoO3 .SmartListTable_fileTagItem__2g9K9:hover .SmartListTable_cusTagItemDelete__34-ik {
  display: block;
}

.SmartListTable_fileTagList__2DoO3 .SmartListTable_fileTagItem__2g9K9 .SmartListTable_tagName__3ijL7 {
  background: #ffffff;
  border: 1px solid #999999;
  border-radius: 2px;
  font-size: 12px;
  padding: 0 6px;
  line-height: 20px;
  margin-right: 10px;
  color: #666666;
  display: inline-block;
}

.SmartListTable_fileTagList__2DoO3 .SmartListTable_fileTagItem__2g9K9 .SmartListTable_userTagename__gzZRv {
  height: 22px;
  line-height: 22px;
}

.SmartListTable_tableInfo__3bchZ .ant-table-row td {
  height: 40px !important;
}

.SmartListTable_tableInfo__3bchZ .ant-table-placeholder {
  border-bottom: none;
}

.SmartListTable_noPage__23KIW {
  width: 484px;
  height: 233px;
  background: #fafafa;
  border-radius: 8px;
  margin: 0 auto;
  margin-top: 120px;
}

.SmartListTable_noPage__23KIW img {
  width: 100%;
  height: 100%;
}

.SmartListTable_tableInfo__3bchZ .ant-badge-status-text {
  font-size: 12px !important;
  color: #666666;
}

.SmartListTable_tableInfo__3bchZ .ant-table-row .ant-table-selection-column {
  padding: 0;
}

.SmartListTable_tableInfo__3bchZ .ant-table colgroup > col.ant-table-selection-col {
  width: 30px;
}

.SmartListTable_tableInfo__3bchZ .ant-table-column-sorter i {
  font-size: 8px !important;
  margin-top: 4px;
}

.SmartListTable_tableInfo__3bchZ .ant-table-thead > tr > th .ant-table-header-column .ant-table-column-sorters::before {
  display: none;
}

.SmartListTable_tableInfo__3bchZ .ant-table-thead > tr > th.ant-table-column-sort {
  background: none;
}

.SmartListTable_tableInfo__3bchZ .ant-badge-status-dot {
  width: 8px;
  height: 8px;
}

.SmartListTable_tableInfo__3bchZ .ant-table-row > td:nth-child(2) > div > div {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  /* word-break: break-all; */
  cursor: pointer;
}

.SmartListTable_toastTitle__rVO9- {
  /* width: 202px; */
  height: 24px;
  background: #ecf8ff;
  border-radius: 5px;
  margin-left: 12px;
  color: #0082eb;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  margin-top: 5px;
  padding: 0 5px;
}

.SmartListTable_toastTitle__rVO9- span {
  margin-left: 2px;
}

.SmartListTable_exportMenu__3xaku {
  padding: 8px !important;
}

.SmartListTable_exportMenu__3xaku .ant-dropdown-menu-item {
  background: #f5f7fa;
  border-radius: 4px;
}

.SmartListTable_exportMenu__3xaku .SmartListTable_exportMenuItem__2dhAt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 11px;
  border-radius: 4px;
  color: #666666;
  font-size: 12px;
  width: 213px;
  height: 35px;
}

.SmartListTable_exportMenu__3xaku .SmartListTable_exportMenuItem__2dhAt img {
  height: 24px;
  width: 24px;
  margin-right: 7px;
}

.SmartListTable_exportMenu__3xaku .SmartListTable_exportMenuItem__2dhAt:hover {
  background: #ddf0fa;
  color: #333333;
}

.SmartListTable_exportMenu__3xaku .SmartListTable_exportMenuItem__2dhAt .SmartListTable_exportLeft__3hyW2 {
  display: none;
  width: 16px;
  height: 12px;
}

.SmartListTable_exportMenu__3xaku .SmartListTable_exportMenuItem__2dhAt:hover .SmartListTable_exportLeft__3hyW2 {
  display: block;
}


.SmartListTable_shareFilesModal__3q442 {
  position: relative;
}

.SmartListTable_shareFilesModal__3q442::before {
  position: absolute;
  content: "";
  width: 62px;
  height: 4px;
  background: #55c0ff;
  top: -23px;
}

.SmartListTable_shareFilesModal__3q442 p {
  font-size: 12px;
  color: #999;
}

.SmartListTable_shareFilesModal__3q442>div {
  text-align: right;
}

.SmartListTable_shareFilesModal__3q442 button {
  background-color: #55c0ff;
  border-color: #55c0ff;
  color: #fff;
}

.SmartListTable_toolButton__1Nz63.SmartListTable_disabled__APSHx {
  /* pointer-events: none; */
  cursor: default;
  opacity: 0.5;
}

.SmartListTable_exportView__2hyou {
  display: flex;
  height: 16px;
  line-height: 16px;
  text-align: center;
}

.SmartListTable_wrapClassName__hzIq3 .ant-modal-content {
  height: 460px;
}

.SmartListTable_tableInfo__3bchZ .darkRow {
  background: #fafafa;
}


.SmartListTable_pdfFileInfoPannel__2u41c {
  position: fixed;
  right: 0;
  top: 56px !important;
  padding-top: 10px;
  width: 530px;
  background: #ffffff;
  z-index: 99;
  box-shadow: -3px 3px 2px 0px rgba(153, 153, 153, 0.2);
  height: calc(100% + 60px);
  max-height: calc(100% - 56px);
  border: 1px solid #f7f7f7;
  overflow-y: hidden;
  overflow-x: hidden;
}

.theme_0 .SmartListTable_input__2JU2J .ant-input {
  background-color: var(--headerbgColor);
  border-color: var(--borderColor);
}

.theme_0 .SmartListTable_toastTitle__rVO9- {
  background-color: var(--headerbgColor);
  color: var(--fontColor);
}

.theme_0 .SmartListTable_tableInfo__3bchZ th,
.theme_0 .SmartListTable_tableInfo__3bchZ tr,
.theme_0 .SmartListTable_tableInfo__3bchZ .ant-table-header {
  background: var(--bgColor) !important;
}

.theme_0 .SmartListTable_tableInfo__3bchZ .ant-table-column-title {
  color: var(--spanColor) !important;
}

.theme_0 .SmartListTable_tableInfo__3bchZ .ant-table-row-cell-break-word div div {
  color: var(--fontColor) !important;
}

.theme_0 .SmartListTable_tableInfo__3bchZ td {
  border-bottom: 1px solid var(--borderColor) !important;
}

.theme_0 .SmartListTable_tableInfo__3bchZ .ant-table-body::-webkit-scrollbar {
  /* display: none; */
  height: 10px;
  width: 0;
  background-color: var(--bgColor);
}

.theme_0 .ant-modal-content>.ant-modal-header {
  background-color: var(--bgActive);
  border-bottom: 1px solid var(--borderColor);
}

.theme_0 .ant-modal-content>.ant-modal-header>.ant-modal-title {
  color: var(--fontColor);
}

.theme_0 .SmartListTable_header__3ESNi .SmartListTable_input__2JU2J .ant-input {
  background-color: var(--bgColor);
  border: 1px solid var(--borderColor) !important;
}

.theme_0 .SmartListTable_wrapClassName__hzIq3 .ant-tree-title span {
  color: var(--fontColor);
}

.theme_0 .ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper:hover::before {
  background-color: var(--hoverColor);
  color: var(--fontColor);
}

/* :global(.theme_0) :global(.ant-dropdown-menu-item){
  background-color: var(--bgColor);
} */
.theme_0 .ant-dropdown-menu-item .SmartListTable_exportMenuItem__2dhAt {
  color: var(--fontColor);
}

.theme_0 .SmartListTable_exportMenuItem__2dhAt:hover {
  background-color: transparent;
}

/* :global(.theme_0) :global(.ant-dropdown-menu-item):hover{
  background-color: var(--borderColor);
} */

.theme_0 .SmartListTable_columnModal__UnnOD {
  background-color: var(--borderColor);
  box-shadow: none;
}

.theme_0 .SmartListTable_columnModal__UnnOD>div,
.theme_0 .SmartListTable_checkItem__2yLm8 .ant-checkbox-wrapper span {
  color: var(--fontColor);
}

.theme_0 .SmartListTable_exportItem__2xuPk span {
  color: var(--fontColor);
}

.theme_0 .ant-badge-status-text {
  color: var(--fontColor);
}


.theme_0 .ant-table-column-has-actions {
  color: var(--fontColor);
}

.theme_0 .SmartListTable_fileTagList__2DoO3 .SmartListTable_fileTagItem__2g9K9 .SmartListTable_tagName__3ijL7 {
  background: transparent;
}

.theme_0 .SmartListTable_input__2JU2J input {
  color: var(--fontColor) !important;
}

.theme_0 .SmartListTable_input__2JU2J .ant-input-suffix i svg {
  fill: var(--fontColor) !important;
}

.theme_0 .SmartListTable_input__2JU2J .ant-input-suffix .anticon i svg {
  fill: var(--fontColor) !important;
}

.theme_0 .SmartListTable_input__2JU2J .ant-input::-webkit-input-placeholder {
  color: var(--spanColor);
}


.theme_0 .SmartListTable_tableInfo__3bchZ .ant-table-tbody tr td ul .ant-rate-star-zero i svg {
  fill: var(--spanColor) !important;
}

.theme_0 .SmartListTable_tableInfo__3bchZ .ant-table-tbody tr td ul .ant-rate-star-full i svg {
  fill: var(--rateColor) !important;
}

.theme_0 .ant-table-placeholder {
  background-color: transparent;
}

.theme_0 .SmartListTable_wrapClassName__hzIq3 input::placeholder {
  color: var(--spanColor);
}

.theme_0 .SmartListTable_wrapClassName__hzIq3 input {
  color: var(--fontColor);
}


.theme_0 .ant-table-body::-webkit-scrollbar-thumb {
  background-color: var(--borderColor) !important;
}

.theme_0 .SmartListTable_authorTitle__2kuOD,
.theme_0 .SmartListTable_timeTitle__2hmjw,
.theme_0 .SmartListTable_sourceTitle__2tANT,
.theme_0 .SmartListTable_tableTitle__pdegA {
  color: var(--fontColor);
}

.theme_0 .react-resizable-handle {
  border-right: 1px solid var(--spanColor)
}

.theme_0 .SmartListTable_shareFilesModal__3q442 input::placeholder {
  color: var(--spanColor);
}

.theme_0 .SmartListTable_shareFilesModal__3q442 input {
  color: var(--fontColor);
}

.theme_0 .SmartListTable_pdfFileInfoPannel__2u41c {
  background-color: var(--bgColor);
  border-color: var(--borderColor);
  box-shadow: none;
}

.theme_0 .SmartListTable_exportMenu__3xaku,
.theme_0 .SmartListTable_exportMenu__3xaku li,
.theme_0 .SmartListTable_exportWrP__2e-2f {
  background-color: var(--bgActive);
}

.theme_0 .SmartListTable_exportMenu__3xaku li:hover,
.theme_0 .SmartListTable_exportWrP__2e-2f li:hover {
  background-color: var(--hoverColor)
}


.theme_0 .SmartListTable_wrapClassName__hzIq3 input {
  background-color: var(--bgColor);
  border: 1px solid var(--borderColor) !important;
}

.theme_0 .SmartListTable_input__2JU2J .ant-input-suffix i svg g g path {
  fill: var(--fontColor);
}

.theme_0 .SmartListTable_exportView__2hyou i svg g g g g {
  stroke: var(--fontColor);
}

.theme_0 .SmartListTable_exportView__2hyou i svg g g g line {
  stroke: var(--fontColor);
}

.theme_0 .SmartListTable_toolButton__1Nz63 .SmartListTable_toolNoSelect__2VDlU i svg g g g g {
  stroke: var(--fontColor);
}

.theme_0 .SmartListTable_smartItemRemove__Qds7t i svg g g g g {
  stroke: var(--fontColor);
}

.theme_0 .SmartListTable_viewDiv2__1H8Gy i svg g g g g path {
  stroke: var(--fontColor);
}


.theme_0 .SmartListTable_viewDiv2__1H8Gy i svg g g g g path {
  stroke: var(--fontColor);
}

.theme_0 .SmartListTable_viewDiv2__1H8Gy i svg g g g g g ellipse {
  stroke: var(--fontColor);
}

.theme_0 .SmartListTable_viewDiv2__1H8Gy i svg g g g g line {
  stroke: var(--fontColor);
}

.theme_0 .SmartListTable_viewDiv1__1W8Xu i svg g g g g {
  stroke: var(--fontColor);
}

.theme_0 .SmartListTable_userBTagename__onEyq{
  color: var(--fontColor) !important;
  background: var(--bgActive) !important;
}

.theme_0 .SmartListTable_sysTagename__1Tv4b{
  background: transparent !important;
}
