
footer {
    /*position: fixed;*/
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: rgb(227 233 247) !important;
    padding: 10px;
}
 
  .dataTables_wrapper {
    overflow-x: hidden !important; /* Prevent horizontal scrolling */
}

table.dataTable {
    width: 100% !important;
    table-layout: auto !important; /* Allow flexible column widths */
}

table.dataTable td, table.dataTable th {
    white-space: normal !important; /* Allow text to wrap */
    word-wrap: break-word !important;
}

.act_btn_wgth {
    margin: 1px;
    width: 35px;
    height: 35px;
    padding: 0;
}
