/*   <!-- table-container.css  */

    .table-container{
      height: 900px;
      overflow-y: auto;
      border: 1px solid #ccc;
      scroll-behavior: smooth;
    }
    thead th{
      position: sticky;
      top: 0;
      background-color: #f9f9f9;
      z-index: 2;
    }
/*  --> */
