.editor-fileRes-row {
  padding: 12px 0;
}
.editor-fileRes-row .editor-radio-button-wrapper {
  padding: 0;
  height: 18px;
  border: none !important;
  box-shadow: none !important;
  line-height: 18px;
  margin-right: 12px;
  font-size: 12px;
}
.editor-fileRes-row .editor-radio-button-wrapper::before {
  display: none !important;
}
.editor-fileRes-cont {
  font-size: 12px;
}
.editor-fileRes-cont .fileItem {
  color: rgba(28, 36, 46, 0.75);
}
.editor-fileRes-cont .fileItem .file {
  height: 76px;
  display: flex;
  background: rgba(28, 36, 46, 0.04);
  flex-direction: column;
  align-items: center;
  margin-bottom: 4px;
  cursor: pointer;
}
.editor-fileRes-cont .fileItem .file.active {
  border: 1px solid #47e;
}
.editor-fileRes-cont .fileItem .file .content {
  margin: auto;
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
}
.editor-fileRes-cont .fileItem .file .content svg {
  font-size: 76px;
  width: 1em !important;
  height: 1em !important;
  vertical-align: middle;
  fill: currentColor;
  overflow: hidden;
}
.editor-fileRes-cont .fileItem .file .content img {
  margin: auto;
  display: block;
  max-width: 80%;
  max-height: 80%;
}
.editor-fileRes-cont .fileItem .file + span {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.editor-fileRes-cont .fileItem .fileName {
  display: flex;
}
.editor-fileRes-cont .fileItem .fileName .name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
}
.editor-fileRes-cont .noResult {
  margin-top: 32px;
  text-align: center;
}
.editor-fileRes-cont .noResult div {
  width: 80px;
  height: 80px;
  margin: 0 auto 16px;
}
.editor-fileRes-cont .noResult span {
  color: rgba(28, 36, 46, 0.75);
}
