/* Soften DataTables defaults to match finance zinc UI */
div.dt-container {
  width: 100%;
  max-width: 100%;
  font-size: 0.875rem;
  color: #3f3f46;
}

div.dt-container .dt-layout-row {
  margin: 0.75rem 0;
  flex-wrap: wrap;
}

div.dt-container .dt-layout-row:first-child {
  margin-top: 0;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #e4e4e7;
  background: #fafafa;
}

div.dt-container .dt-search input,
div.dt-container .dt-length select {
  border: 1px solid #d4d4d8;
  border-radius: 0.5rem;
  background: #fff;
  padding: 0.375rem 0.625rem;
  font-size: 0.875rem;
  color: #18181b;
}

div.dt-container .dt-paging .dt-paging-button {
  border-radius: 0.5rem !important;
  border: 1px solid transparent !important;
  color: #3f3f46 !important;
}

div.dt-container .dt-paging .dt-paging-button.current {
  background: #f4f4f5 !important;
  border-color: #d4d4d8 !important;
  color: #18181b !important;
}

div.dt-container .dt-paging .dt-paging-button:hover:not(.disabled):not(.current) {
  background: #f4f4f5 !important;
  border-color: #e4e4e7 !important;
  color: #18181b !important;
}

div.dt-container table.dataTable thead th {
  background: #fafafa;
  border-bottom-color: #e4e4e7 !important;
  color: #3f3f46;
  font-weight: 600;
}

div.dt-container table.dataTable tbody td {
  border-bottom-color: #f4f4f5 !important;
}

div.dt-container table.dataTable thead tr.dt-column-filters th {
  padding: 0.5rem 0.75rem;
  background: #fff;
  border-bottom-color: #e4e4e7 !important;
  vertical-align: middle;
}

div.dt-container table.dataTable thead input.dt-column-filter {
  display: block;
  width: 100%;
  min-width: 5rem;
  border: 1px solid #d4d4d8;
  border-radius: 0.5rem;
  background: #fff;
  padding: 0.375rem 0.625rem;
  font-size: 0.75rem;
  font-weight: 400;
  color: #18181b;
}

div.dt-container table.dataTable thead input.dt-column-filter::placeholder {
  color: #a1a1aa;
}

div.dt-container table.dataTable thead input.dt-column-filter:focus {
  outline: none;
  border-color: #a1a1aa;
  box-shadow: 0 0 0 2px rgba(113, 113, 122, 0.15);
}
