/* These styles are generated from project.scss. */

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.reportings-page {
  padding-bottom: 2rem;
}

.reportings-header {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.reportings-header h2 {
  color: #212529;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
}

.reportings-table-card {
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: .5rem;
  box-shadow: 0 .5rem 1.25rem rgba(33, 37, 41, .06);
  overflow: hidden;
}

.reportings-table-card .dataTables_wrapper {
  padding: 1rem;
}

.reports-table {
  border-color: #edf0f2;
  margin-bottom: 0 !important;
}

.reports-table thead th {
  background: #f8f9fa;
  border-bottom: 1px solid #dee2e6 !important;
  color: #495057;
  font-size: .75rem;
  font-weight: 700;
  padding: .75rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.reports-table tbody td {
  color: #212529;
  padding: .75rem;
  vertical-align: middle;
}

.reports-table tbody tr:hover {
  background: #f8fafc;
}

.reports-table .report-date,
.reports-table .report-month,
.reports-table .report-actions-cell {
  white-space: nowrap;
}

.reports-table .report-categories,
.reports-table .report-listings {
  color: #495057;
  font-size: .875rem;
  line-height: 1.35;
  max-width: 18rem;
}

.report-actions {
  display: inline-flex;
  gap: .375rem;
  justify-content: flex-end;
}

.report-action {
  align-items: center;
  display: inline-flex;
  height: 2rem;
  justify-content: center;
  padding: 0;
  width: 2rem;
}

.report-action .bi {
  font-size: 1rem;
  line-height: 1;
}

.reportings-create {
  flex: 0 0 auto;
}
