.editor-form-data-source-define {
  margin-bottom: 16px;
}
.editor-form-data-source-define-toolTip-label {
  margin-right: 8px;
  color: #1c242e;
}
.editor-form-data-source-define-toolTip .editor-tooltip-inner {
  font-size: 12px;
}
.editor-form-data-source-define .editor-radio-button-wrapper-disabled {
  background-color: #fff;
}
.editor-form-data-source-define .editor-radio-button-wrapper-disabled:not(:last-child) {
  border-right: none;
}
.editor-form-data-source-define .editor-radio-button-wrapper-disabled.editor-radio-button-wrapper-checked {
  color: rgba(68, 119, 238, 0.25);
  background-color: #fff;
  border: 1px solid rgba(68, 119, 238, 0.25);
}
.editor-form-data-source-define .editor-radio-button-wrapper-disabled.editor-radio-button-wrapper-checked:not(:first-child) {
  border-left: none;
}
.editor-form-data-source-define .editor-radio-button-wrapper-disabled.editor-radio-button-wrapper-checked:first-child {
  border-right: none;
}
.editor-form-data-source-define .editor-radio-button-wrapper-disabled.editor-radio-button-wrapper-checked::before {
  background-color: rgba(68, 119, 238, 0.25);
}
.editor-form-data-source-define-label {
  margin-bottom: 8px;
  font-size: 14px;
  text-align: left;
}
.editor-form-data-source-define-col {
  display: flex!important;
  align-items: center;
  justify-content: flex-end;
}
.editor-form-data-source-define-col-5 {
  flex: 5 !important;
  max-width: initial !important;
}
.editor-form-data-source-define-col-4 {
  flex: 4 !important;
  max-width: initial !important;
}
.editor-form-data-source-define-bindText {
  padding: 0 4px;
  font-size: 14px;
  color: rgba(28, 36, 46, 0.75);
}
