div.dt-container div.dt-layout-row:first-child {
  display: none;
}
div.dt-container div.dt-layout-row {
  margin: 0 !important;
}

table.dataTable.nowrap th {
  border-bottom: 1px solid #EAEAEA;
  font-size: 14px;
  color: #6A6A6A;
  font-weight: 400;
  padding: 5px 10px;
}

table.dataTable > tbody > tr:nth-child(odd) td {
  background-color: #fff;
}
table.dataTable > tbody > tr:nth-child(even) td {
  background-color: #F9F9F9;
}
table.dataTable > tbody > tr > td {
  font-size: 15px;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: none;
  --bs-table-bg-type: none;
}

table.dataTable.display > tbody > tr:nth-child(odd) > * {
  box-shadow: none !important;
}
table.dataTable.display > tbody tr > .sorting_3 {
  box-shadow: none;
}
table.dataTable.display > tbody > tr > * {
  border: none;
}

table.dataTable.order-column.stripe > tbody > tr:nth-child(odd) > .sorting_1 {
  box-shadow: none !important;
}

div.dt-container.dt-empty-footer tbody > tr:last-child > * {
  border: none;
}

table.dataTable.row-border > tbody > tr > * {
  border: none;
}

.dt-info {
  display: none;
}

table tr:first-child th:first-child {
  border-top-left-radius: 10px;
}
table tr:first-child th:last-child {
  border-top-right-radius: 10px;
}
table tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
table tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

table.dataTable thead > tr > th.dt-orderable-asc:hover,
table.dataTable thead > tr > th.dt-orderable-desc:hover,
table.dataTable thead > tr > td.dt-orderable-asc:hover,
table.dataTable thead > tr > td.dt-orderable-desc:hover {
  outline: none;
}

table th {
  color: #6A6A6A !important;
  font-weight: 400 !important;
  font-size: 15px;
}

table td {
  color: #000 !important;
  font-weight: 400 !important;
  font-size: 15px;
  padding: 12px !important;
}

table tr:nth-child(odd) td {
  background-color: #fff;
  text-align: left;
}

table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
    text-align:left;
}

    table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
        text-align:left;
    }

    table tr:nth-child(even) td {
        background-color: #F9F9F9;
        text-align: left;
    }/*# sourceMappingURL=table.css.map */