 @media only screen and (max-width: 1024px){
  .pdf-name td{
  height: 100% !important;
  width: 100% !important;
}

.data_tables th.sorting_disabled{
  height: 100% !important; 
}
}


@media screen and (max-width:599px) {
 .data_tables th.sorting_disabled.wi100-sp{
  width: 100% !important;
}
}

/* 2024/10/04 */

.table tr td.download-btn.mx-auto a{
  margin-right: auto;
  margin-left: auto;
}
