.table-responsive-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  table {
    min-width: 600px; /* Force horizontal scroll on small screens */
  }
  th, td {
    white-space: nowrap;
    text-align: center;
  }
  thead {
    background-color: #343a40;
    color: white;
  }
 tr {
   
    text-align: center;
  }
  .table-mix{
    max-width: 1100px;
  }