.table-container-6e4798cf {
    width: 100%;
    overflow-x: auto;
}
.custom-table-6e4798cf {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
    font-size: 16px;
    text-align: left;
}
.custom-table-6e4798cf th, 
.custom-table-6e4798cf td {
    border: 1px solid #ddd;
    padding: 12px 15px;
}
.custom-table-6e4798cf thead tr {
    background-color: #f4f4f4;
    font-weight: bold;
}
.custom-table-6e4798cf tbody tr {
    background-color: #ffffff; /* Explicit uniform background color */
}
