  footer.sticky-footer {
    padding: 2rem 0;
    flex-shrink: 0;
  }
  
  footer.sticky-footer .copyright {
    line-height: 1;
    font-size: 0.8rem;
  }
  
  body.sidebar-toggled footer.sticky-footer {
    width: 100%;
  }
  

  .sidebar-dark .sidebar-heading.active {
      color:#fff;
  }

  .table-wrap { overflow-x: scroll; }
  table.gridjs-table {
    width:100%;
  }
  .table {
      /* min-width: 1000px !important; */
      width: 100%;
      background: #fff;
      border: 1px solid #ccc;
  }
  .table thead.thead-primary { background: #6086dc; }
  .table thead th {
      border: none;
      padding: 20px 30px;
      font-size: 18px;
      color: #fff; 
  }
  .table tbody tr { margin-bottom: 10px; }
  .table tbody th, .table tbody td {
      border: none;
      padding: 20px 30px;
      font-size: 15px; 
  }
  th.gridjs-th { min-width:250px;}
  .gridjs-pagination .gridjs-summary { display:none}