
.custom-table {
    width: 100%;
    border-collapse: collapse;
  }
  
  .custom-table th, 
  .custom-table td {
    border: 1px solid black;
    padding: 10px;
    text-align: center;
    /* background-color: white; Ensure rows have a white background */
  }
  
  .custom-table th {
    background-color: #E5E5E5; 
    font-weight: bold;
    color: black;
  }
  
  
  .custom-table img {
    filter: brightness(1) contrast(1); 
  }