.close {
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
}

::ng-deep .cmf-zadarma-detail-dialog {
  .crud-detail {
    .mat-card:not([class*='mat-elevation-z']) {
      box-shadow: none;
    }

    .mat-tab-header {
      border: none;
    }
  }
}
