/* Custom payroll module styles - designed for a modern, professional look */

/* General header for payroll pages */
.payroll-header h1 {
  font-weight: 600;
  color: #2c3e50;
}

/* Card appearance */
.payroll-card {
  border-radius: 0.5rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border: none;
}

/* Table styling */
.payroll-table thead {
  background-color: #4e73df;
  color: #fff;
}

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

/* Buttons */
.btn-payroll {
  background-color: #4e73df;
  color: #fff;
  border-radius: 0.35rem;
  padding: 0.5rem 1rem;
  font-weight: 500;
}

.btn-payroll:hover, .btn-payroll:focus {
  background-color: #2e59d9;
  color: #fff;
}

/* Form enhancements */
.form-group label {
  font-weight: 500;
  color: #374151;
}

/* Responsive table wrapper */
.table-responsive.payroll-responsive {
  margin-top: 1rem;
}

/* Smaller breadcrumbs for payroll pages */
.breadcrumb.payroll-breadcrumb {
  background: transparent;
  margin-bottom: 0;
}

/* Input icons (assuming use of input-group) */
.input-group .input-group-text {
  background-color: #f8f9fa;
}

/* Utility spacing for payroll section headers */
.payroll-section-header {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  color: #4e73df;
}
