.crud-detail-baseform ::ng-deep .crud__baseform__body {
  height: auto;
}

:host .table wg-cmf-crud-extlist::ng-deep .table__content .table__titles .header:first-child {
  margin-left: 5px;
}

.table-wrap {
  padding: 0 25px 41px 0;

  .actions {
    display: flex;
    padding: 10px 0;
  }
}

.select-wrapper {
  width: 300px;
}
