/* Card header styles - Transparent to match content in both themes */
.card-header {
  background-color: transparent !important;
  background: transparent !important;
  border-bottom: none !important;
  border: none !important;
}

/* Card header text color - Same as "Total Egresos" */
.card-header .header-title,
.card-header h4,
.card-header h5,
.card-header h6 {
  color: #495057 !important;
  font-weight: 600 !important;
}

/* Dark theme styles */
body[data-sidebar="dark"] .card-header {
  border-bottom: none !important;
  border: none !important;
}

body[data-sidebar="dark"] .card-header .header-title,
body[data-sidebar="dark"] .card-header h4,
body[data-sidebar="dark"] .card-header h5,
body[data-sidebar="dark"] .card-header h6 {
  color: #fff !important;
}

/* Custom table styles - Minimal and clean like template */
.table thead th {
  background-color: transparent;
  border-bottom: 1px solid #edf1f5;
  color: #495057;
  font-weight: 500;
  font-size: 14px;
  padding: 12px 15px;
}

.table tbody tr {
  border-bottom: 1px solid #f8f9fa;
}

.table tbody tr:hover {
  background-color: #f8f9fa;
}

.table td {
  border-top: none;
  border-bottom: 1px solid #f8f9fa;
  padding: 12px 15px;
  vertical-align: middle;
}

/* Remove table borders for clean look */
.table {
  border: none;
}

.table-responsive {
  border: none;
  border-radius: 0;
}
