.custom-table {
    border-collapse: collapse !important;
    border-radius: 5px !important;
    overflow: hidden !important;
    background-color: white !important;
  }
  
  .custom-table thead {
    color: white !important;
    background-color: #0f5da8 !important;
  }

  .custom-table  th, td {
    padding: 10px !important;
    border-bottom: 3px solid #F6F7FA !important; 
  }
