:root {
  --travel-accent: #0d7377;
}

.sidebar-dark-primary .brand-link {
  font-weight: 600;
}

.small-box .icon {
  color: rgba(255, 255, 255, 0.25);
}

.trip-card {
  min-height: 180px;
}

.nav-pills .nav-link.active {
  background-color: #007bff;
}

.combo-selected {
  background-color: #e8f5e9;
}

.login-page,
.register-page {
  background: linear-gradient(160deg, #0d7377 0%, #14919b 45%, #2a6f97 100%);
}

.table td,
.table th {
  vertical-align: middle;
}

.kpi-muted {
  color: #6c757d;
}

button.btn.disabled,
a.btn.disabled {
  pointer-events: none;
  opacity: 0.65;
}
