﻿:host {
  display: flex;
  width: 100%;
  .table-header {
    color: #7f7f7f;
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    padding: 0 20px;
    height: 42px;
    margin: 0;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    &.no-resizable {
      justify-content: space-between;
      ::ng-deep .header-element {
        width: 100%;
        align-items: center;
      }
    }
  }
  .panel-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100vh;
    z-index: 1;
  }
}
