@mixin weboffice-common-group-tree-theme($theme) {
  weboffice-common-group-tree {

    .mat-checkbox-persistent-ripple {
      width: 0;
      height: 0;
    }

    .mat-tree-node {
      max-height: 30px !important;
      min-height: 30px !important;
    }

    .mat-card {
      padding: 1px;
    }

    h4 {
      margin-top: 5px;
      margin-bottom: 5px;
      color: mat-color($primary);
    }

    .group-container {
      height: 100%;
      overflow-x: auto;
      overflow-y: auto;
      white-space: nowrap;

      .mat-tree {
        display: inline-block;
      }
    }

    .data-loading-container {
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }
}


@mixin weboffice-common-theme($theme) {
  @include weboffice-common-group-tree-theme($theme);
}
