._customBreadcrumbWrap_wy1cz_1 .ant-breadcrumb-separator {
  color: var(--ant-color-text-disablesd);
}
._customBreadcrumbWrap_wy1cz_1 .ant-breadcrumb-link a {
  background: none;
  color: var(--ant-color-text-disablesd);
}
._customBreadcrumbWrap_wy1cz_1 .ant-breadcrumb-link a:hover {
  color: var(--ant-color-primary);
}
._content_wy1cz_11 {
  display: flex;
  align-items: center;
}
._iconWrapper_wy1cz_15 {
  margin-right: 8px;
  display: inherit;
}
._iconWrapper_wy1cz_15 svg {
  width: 20px;
  height: 20px;
}
._link_wy1cz_23._hoverable_wy1cz_23:hover {
  color: var(--ant-color-primary);
  text-decoration: none;
}
._tabs_1iody_1 .table-tabs-nav{
    margin: 0;

}
._tabs_1iody_1 .table-tabs-tab-active{
    font-weight: 600;
}
._tabs_1iody_1 .table-tabs-nav:before{
    border-bottom: none;
}
._tabs_1iody_1 .table-tabs-tab{
    padding-bottom: 20px;
    padding-top: 0;
    font-size: 16px;
}
._tabs_1iody_1 .table-tabs-nav-wrap .table-tabs-nav-list  .table-tabs-ink-bar{
    height: 4px;
    border-radius: 1px 1px 0 0;
}
._tabs_1iody_1 .table-tabs-nav-wrap .table-tabs-nav-list .table-tabs-tab-focus .table-tabs-tab-btn{
    outline: none;
}

._import-errors-modal_1qkgt_1 .ant-modal-confirm-paragraph {
    margin: 0;
    max-width: 100%;
}
._import-errors-modal_1qkgt_1 .ant-modal-confirm-btns {
    padding-right: 24px;
}
._errContent_1qkgt_8{
    padding: 8px 24px 8px 28px;
    max-height: 452px;
    overflow: scroll;
    scrollbar-width: thin;
    scrollbar-color: #DADEE5 transparent;
}
._listWrap_1qkgt_15{
    padding: 12px;
    background: #F7F9FC;
    line-height: 22px;
}
._errItem_1qkgt_20{
    color: #292C33;
    font-size: 12px;
    margin-bottom: 4px;
    font-weight: 600;
}
._errItemContent_1qkgt_26{
    font-size: 12px;
}
._selectErrItem_1qkgt_29{
    cursor: pointer;

}
._selectErrItem_1qkgt_29:hover{
    color: var(--ant-color-primary);
}._timeline_99h8p_1 {
    font-size: 14px;
}

._item_99h8p_5 {
    display: flex;
    position: relative;
}

._left_99h8p_10 {
    width: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

._dot_99h8p_18 {
    width: 10px;
    height: 10px;
    background: var(--ant-color-primary);
    border-radius: 50%;
    z-index: 2;
}

._line_99h8p_26 {
    width: 2px;
    flex: 1;
    background:  var(--ant-color-primary);
}

._right_99h8p_32 {
    flex: 1;
    padding-left: 12px;
    padding-bottom: 20px;
}

._time_99h8p_1 {
    color: #828A99;
    margin-bottom: 4px;
}

._title_99h8p_43 {
    font-weight: 600;
    margin-bottom: 8px;
}

._content_99h8p_48 {
    color: #525866;
    line-height: 14px;
}._statusTag_1jbyb_1 {
  font-size: 12px;
  font-weight: normal;
  padding: 4px 8px;
  border-radius: 4px;
  text-align: center;
  line-height: 12px;
  border: 1px solid black;
}
._expandedRow_i81bn_1{
    background: var(--ant-table-row-hover-bg);
}
._expandedRow_i81bn_1 > td {
    background-color: var(--ant-table-row-hover-bg) !important;
}._custom-remove-btn_e5s0z_1 {
  color: #828a99;
}
._custom-remove-btn_e5s0z_1:hover {
  color: var(--ant-color-primary);
}
.actionWrapClass{
    border-bottom: 1px solid #EBEFF7;
    padding-bottom: 0 !important;
    margin-bottom: 16px;
    align-items: start;
}
* {
    scrollbar-width: thin;
    scrollbar-color: #DADEE5 transparent;
}
/* 整个滚动条 */
::-webkit-scrollbar {
    width: 6px; /* 滚动条宽度 */
}

/* 滚动条轨道 */
::-webkit-scrollbar-track {
    background: #ffffff; /* 轨道颜色 */
}

/* 滑块 */
::-webkit-scrollbar-thumb {
    background: #DADEE5; /* 滑块颜色 */
    border-radius: 3px; /* 滑块圆角 */
}

/* 滑块在鼠标悬停时的颜色 */
::-webkit-scrollbar-thumb:hover {
    background: #DADEE5; /* 滑块悬停颜色 */
}
