/* body {
    overflow-x: scroll;
    min-width: 1728px;
    max-width: 1728px;
    margin:1em auto;
} */

.table-scrollbar::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
  }
  
.table-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}