/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.wufeng-dashboard-ListItem {
  display: flex;
  width: 100%;
  gap: 8px;
  padding: 2px;
  align-items: center;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  border: 1px solid #ebebf0;
}
.wufeng-dashboard-ListItem .drapIconWrap {
  width: 16px;
  height: 16px;
  visibility: hidden;
}
.wufeng-dashboard-ListItem .iconWrap {
  width: 16px;
  height: 16px;
  border-radius: 4px;
}
.wufeng-dashboard-ListItem .nameWrap {
  flex: 1;
  white-space: nowrap;
  max-width: 75%;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
  font-weight: 400;
  color: #4e5969;
}
.wufeng-dashboard-ListItem .operateIconWrap {
  display: none;
}
.wufeng-dashboard-ListItem:hover {
  background: rgba(144, 146, 163, 0.06);
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  border: 1px solid #ebebf0;
}
.wufeng-dashboard-ListItem:hover .drapIconWrap {
  width: 16px;
  height: 16px;
  visibility: visible;
}
.wufeng-dashboard-ListItem:hover .operateIconWrap {
  display: block;
}
.drapBackWrap {
  background: #ffffff rgba(144, 146, 163, 0.06);
  box-shadow: 0px 2px 8px 0px rgba(100, 103, 122, 0.08);
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  border: 1px solid #ebebf0;
}
