body {
  font-family: "Manrope", sans-serif;
  color: #0f172a;
}

table.dataTable thead th {
  font-weight: 800;
  color: #0f172a;
  border-bottom: 1px solid #cbd5e1 !important;
}

table.dataTable tbody td {
  color: #334155;
  border-bottom: 1px solid #e2e8f0;
}

.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
  border: 1px solid #cbd5e1;
  border-radius: 0.9rem;
  padding: 0.45rem 0.75rem;
  background: #f8fafc;
  color: #0f172a;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  border-radius: 0.8rem !important;
}

.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_paginate {
  color: #475569 !important;
}

.nc-editor {
  min-height: 14rem;
  max-height: 32vh;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  line-height: 1.45;
  white-space: pre;
  tab-size: 2;
}
