   table.dataTable {
      border-collapse: collapse !important;
      background: #fff;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    table.dataTable thead {
      background: #2d8659;
      color: #fff;
    }

    table.dataTable thead th {
      padding: 12px;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }

    table.dataTable tbody td {
      padding: 12px;
      font-size: 14px;
      border-bottom: 1px solid #eee;
    }

    table.dataTable tbody tr:nth-child(even) {
      background: #f9fdfb;
    }

    table.dataTable tbody tr:hover {
      background: #e6f7ef;
      transition: 0.2s;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button {
      padding: 6px 12px;
      margin: 2px;
      border-radius: 5px;
      background: #fff;
      border: 1px solid #2d8659;
      color: #2d8659 !important;
      font-size: 13px;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: #2d8659 !important;
      color: #fff !important;
    }

    .dataTables_wrapper .dataTables_filter input {
      border-radius: 6px;
      border: 1px solid #ccc;
      padding: 6px 10px;
      outline: none;
    }

    .dataTables_wrapper .dataTables_length select {
      border-radius: 6px;
      border: 1px solid #ccc;
      padding: 5px;
      outline: none;
    }

    table.dataTable thead th {
    color: #fff;
    white-space: nowrap;
    font-size: 1rem;
    text-transform: capitalize;
    font-weight: 500;
    padding: 1.25rem 0.9375rem;
}