.action-groups-container {
  display: -webkit-box;
  display: flex;
  height: 100%;
}
.action-groups-container > div:nth-of-type(1) {
  -webkit-box-flex: 2;
          flex: 2;
  padding-top: 1px;
}
.action-groups-container > div:nth-of-type(1) > div {
  position: absolute;
  padding-top: 18px;
}
.action-groups-container > div:nth-of-type(1) div.container {
  position: inherit;
  padding: 2px 40px 2px 0;
  height: calc(100% - 57px);
}
.action-groups-container > div:nth-of-type(1) div.container .header {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding-bottom: 8px;
}
.action-groups-container > div:nth-of-type(2) {
  -webkit-box-flex: 1;
          flex: 1;
  overflow: hidden;
}
.action-groups-container cmf-core-controls-columnView {
  height: 100%;
}
.action-groups-container cmf-core-controls-columnView ::ng-deep div.columnView-header-container {
  padding-bottom: 20px;
}
.action-groups-container cmf-core-controls-columnView ::ng-deep div.column-container {
  overflow: hidden;
}
