.editor-IconDataList .editor-dd .editor-select {
  background: rgba(68, 119, 238, 0.06);
}
.editor-IconDataList .editor-dd .editor-imgContent {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.editor-IconDataList .editor-dd .editor-imgContent .editor-icon .editor-image {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.editor-IconDataList .editor-dd .editor-imgContent .editor-desc {
  text-align: center;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.editor-IconDataList .editor-Pagination {
  width: 100%;
  text-align: right;
}
