.editor-input-LoopContent-loopConfig {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 16px;
}
.editor-input-LoopContent-loopConfig-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 40px;
  padding: 0 12px;
  background: #F7F8FA;
}
.editor-input-LoopContent-loopConfig-bar .header {
  flex: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.editor-input-LoopContent-loopConfig-bar .header .title {
  font-weight: 500;
  font-size: 14px;
  color: #1C242E;
  line-height: 22px;
}
.editor-input-LoopContent-loopConfig-bar .header .sub-title {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
  font-size: 12px;
  color: rgba(28, 36, 46, 0.45);
  line-height: 16px;
  margin-left: 4px;
}
.editor-input-LoopContent-loopConfig-bar .extra {
  display: flex;
  align-items: center;
}
.editor-input-LoopContent-loopConfig-bar .extra .btn {
  font-size: 12px;
  color: rgba(28, 36, 46, 0.85);
  line-height: 18px;
  display: flex;
  align-items: center;
  padding: 0;
  cursor: pointer;
}
.editor-input-LoopContent-loopConfig-bar .extra .btn.disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.editor-input-LoopContent-loopConfig-bar::before {
  content: ' ';
  width: 4px;
  height: 12px;
  background: #4477EE;
  border-radius: 2px;
  margin-right: 12px;
}
.editor-input-LoopContent-loopConfig .dropdown-input.disabled input {
  text-overflow: ellipsis;
  overflow: hidden;
}
