.main-content {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.main-content .general-data-properties {
  float: left;
  -webkit-box-flex: 1;
          flex: 1 393px;
  width: 100%;
}
.main-content .general-data-icon {
  margin-right: -48px;
}
.main-content .general-data-icon cmf-core-business-controls-entityPropertiesEditor.mobileMode {
  margin-top: 40px;
}
.main-content .entityIcon {
  width: 48px;
  height: 48px;
}
.main-content .entityIcon::before {
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 31px;
  top: 1px;
  position: relative;
}
:host cmf-core-controls-baseWidget ::ng-deep .cmf-core-controls-baseWidget {
  height: auto;
}
