:host {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}

.crud__baseform__body {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 100%;

  .cmf-dialog__header {
    margin-bottom: 0;
    font-weight: 500;
    background-color: inherit;
    border-bottom: none;
  }

  .cmf-dialog__footer {
    background-color: inherit;
  }

  .cmf-crud-detail-widget {
    scrollbar-gutter: stable both-edges;

    ::ng-deep .crud__model__body .crud__group__select {
      position: sticky;
      z-index: 1;
      top: 0;
      background-color: var(--color-gray-fff);
    }
  }
}

.crud__model__group {
  margin-bottom: 30px;
}

.cmf-dialog__footer {
  margin-top: auto;
}

.crud__model__actions {
  margin-top: auto;
  padding-top: 20px;
  border-top: 2px solid var(--color-gray-eee);
}

wg-dynamic-crud {
  padding: 0 20px;
}
