  .dt-responsive-custom {
      display: flex;
      flex-direction: column;
      gap: 5px;
      padding: 2px;
  }

  .dt-row-group {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      gap: 10px;
  }

  .dt-column-item {
      flex: 1 1 15%;
      /* roughly 3 columns */
      /* min-width: 150px; */
      background: #e6e5e5;
      padding: 2px;
      border-radius: 4px;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
      font-size: 14px;
  }

  /* table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
  table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
      content: "+" !important;
      background-color: #007bff;
      color: white;
      border-radius: 50%;
      font-weight: bold;
      display: inline-block;
      width: 20px;
      height: 20px;
      text-align: center;
      line-height: 10px;
      border-left: 0;

  }

  table.dataTable.dtr-inline.collapsed>tbody>tr.dtr-expanded>td.dtr-control:before,
  table.dataTable.dtr-inline.collapsed>tbody>tr.dtr-expanded>th.dtr-control:before {
      border: 0;
      line-height: 20px;
  } */

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
  table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
      content: "+" !important;
      background-color: #007bff;
      color: white;
      border-radius: 50%;
      font-weight: bold;
      display: inline-block;
      width: 20px;
      height: 20px;
      text-align: center;
      line-height: 10px;
      border-left: 0;

  }

  table.dataTable.dtr-inline.collapsed>tbody>tr.dtr-expanded>td.dtr-control:before,
  table.dataTable.dtr-inline.collapsed>tbody>tr.dtr-expanded>th.dtr-control:before {
      content: "-" !important;
      background-color: green;
      border: 0;
      line-height: 20px;
  }