.ztxk-select--feed-item {
  font-size: 12px;
  line-height: 16px;
  opacity: 0.86;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.ztxk-tabs.ztxk-select--tabs {
  .ant-tabs-nav {
    margin-bottom: 0 !important;
  }
}

.rc-virtual-list-scrollbar.rc-virtual-list-scrollbar-vertical {
  visibility: visible !important;
}

.ztxk-select--list {
  .ant-list-item {
    padding: 5px 12px;
    min-height: 32px;
    color: #333;
    font-size: 13px;
    line-height: 22px;
    cursor: pointer;
    border-bottom: none;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    &:hover {
      background-color: #f5f5f5;
    }
    .ztxk-select--item-text {
      flex: 1;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
    }
    .ztxk-select--item-icon {
      color: #5b76f6;
      margin-top: 5px;
    }
    &.active {
      color: #333333;
      font-weight: 600;
      background-color: #f0f5ff;
    }
  }
}
