/* JA Employee Database Custom Styles */

:root {
  --primary-color: #0d6efd;
  --secondary-color: #6c757d;
  --success-color: #198754;
  --danger-color: #dc3545;
  --warning-color: #ffc107;
  --info-color: #0dcaf0;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background-color: #f8f9fa;
  padding-bottom: 60px;
}

/* Navigation */
.navbar-brand {
  font-weight: 600;
  font-size: 1.25rem;
}

/* Cards */
.card {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border: none;
  margin-bottom: 1.5rem;
}

.card-header {
  font-weight: 600;
  border-bottom: 2px solid rgba(0, 0, 0, 0.125);
}

.card-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #e9ecef;
  display: inline-block;
}

/* Tables */
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.02);
}

/* Badges */
.badge {
  font-weight: 500;
  padding: 0.35em 0.65em;
}

/* Forms */
.form-label {
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

/* Buttons */
.btn {
  font-weight: 500;
  padding: 0.5rem 1rem;
}

/* Dashboard stats cards */
.card.text-white h2 {
  font-size: 2.5rem;
  font-weight: 700;
}

.card.text-white .card-title {
  font-size: 1rem;
  font-weight: 500;
  opacity: 0.9;
}
