:global {
  html,
  body {
    margin: 0;
    padding: 0;
    height: 100%;
  }
  #root {
    height: 100%;
  }
  .customer-class-name {
    // height: 100%;
    // display: flex;
    // flex-direction: column;
    .list-view-content {
      // flex: 1;
    }
  }
}
