:host {
  position: relative;
  display: block;
}
.general-data {
  margin-bottom: 8px;
}
.general-data-properties {
  position: relative;
}
.general-data-properties .entityIcon {
  width: 48px;
  height: 48px;
  position: absolute;
}
.general-data-properties .entityIcon::before {
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 31px;
  top: 1px;
  position: relative;
}
cmf-core-business-controls-propertiesEditor {
  -webkit-box-flex: 1;
          flex: 1;
}
