/* Custom CSS for Excel-Like Table */
.excel-style-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed; /* Prevent table responsiveness */
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.excel-style-table th,
.excel-style-table td {
    border: 1px solid #d1d1d1; /* Excel-like thin borders */
    padding: 8px;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap; /* Prevent text wrapping */
}

.excel-style-table th {
    background-color: #f2f2f2; /* Light gray header background */
    font-weight: bold;
    text-transform: uppercase;
}

.excel-style-table tbody tr:nth-child(even) {
    background-color: #f9f9f9; /* Subtle alternate row coloring */
}

.excel-style-table tbody tr:hover {
    background-color: #e6f7ff; /* Light blue hover effect */
}

.table-wrapper {
    overflow: auto; /* Ensures a scrollable area for large tables */
    white-space: nowrap;
    padding: 1rem;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}
/* Custom CSS for Excel-Like Table */
.excel-style-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed; /* Prevent table responsiveness */
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.excel-style-table th,
.excel-style-table td {
    border: 1px solid #d1d1d1; /* Excel-like thin borders */
    padding: 8px;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap; /* Prevent text wrapping */
}

.excel-style-table th {
    background-color: #f2f2f2; /* Light gray header background */
    font-weight: bold;
    text-transform: uppercase;
}

.excel-style-table tbody tr:nth-child(even) {
    background-color: #f9f9f9; /* Subtle alternate row coloring */
}

.excel-style-table tbody tr:hover {
    background-color: #e6f7ff; /* Light blue hover effect */
}

.table-wrapper {
    overflow: auto; /* Ensures a scrollable area for large tables */
    white-space: nowrap;
    padding: 1rem;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

.table-excel td {
    white-space: nowrap !important;
}

.table-excel td, .table-excel th{
  border-right-width: 1px !important;
  border-bottom-width: 1px !important;
  border-left-width: 1px !important;
  border-top-width: 0.1rem !important;
  border-top-style: solid !important;
  border-right-style: none !important;
  border-bottom-style: solid !important;
  border-left-style: solid !important;
  border-top-color: #000000 !important;
  border-right-color: #000000 !important;
  border-bottom-color: #000000 !important;
  border-left-color: #000000 !important;
  font-size: 12px;
}

.table-excel.b-2 td, .table-excel.b-2 th{
    border-right-width: 1.2px !important;
    border-bottom-width: 1.2px !important;
    border-left-width: 1.2px !important;
    border-top-width: 0.1rem !important;
    border-top-style: solid !important;
    border-right-style: none !important;
    border-bottom-style: solid !important;
    border-left-style: solid !important;
    border-top-color: #000000 !important;
    border-right-color: #000000 !important;
    border-bottom-color: #000000 !important;
    border-left-color: #000000 !important;
    font-size: 12px;
  }

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background: none !important;
}

#kt_wrapper{
    padding-left: 0px !important;
}
