.helpdesk-layout {
  width: 100%;
  height: 100%;

  mat-drawer-content {
    margin-left: 48px;
    transition: margin 0.2s ease;

    &.pinned {
      margin-left: 327px;
    }

    .helpdesk-layout-content {
      position: relative;

      display: flex;

      width: 100%;
      height: calc(100% - 64px);
      padding: 8px 80px 0;
    }
  }
}
