/* SupplyGridz custom styles */

[x-cloak] { display: none !important; }

/* Sidebar */
.sidebar .nav-link.active {
  background-color: rgba(13, 110, 253, 0.25);
}
.sidebar .nav-link:hover:not(.active) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* Card selection (wizard) */
.strategy-card.border-primary,
.community-card.border-primary,
.facility-card.border-primary,
.vehicle-card.border-primary {
  border-color: #0d6efd !important;
  box-shadow: 0 0 0 .2rem rgba(13,110,253,.2);
}

/* Tables */
.table th {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #6c757d;
}

/* Progress bars */
.progress {
  border-radius: 3px;
}

/* Status badges */
.badge {
  font-weight: 500;
  font-size: 0.7rem;
}
