/* ISPM Custom Styles */

.btn-xs {
  padding: 0.15rem 0.4rem;
  font-size: 0.75rem;
  border-radius: 0.2rem;
}

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

.small-box h3 {
  font-size: 2rem;
}

.login-page .login-box {
  max-width: 400px;
}

.badge {
  font-size: 0.8em;
}

.usage-trend-chart {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.5rem;
  min-height: 190px;
}

.usage-trend-item {
  flex: 1 1 0;
  text-align: center;
}

.usage-trend-bar-wrap {
  height: 140px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: linear-gradient(180deg, #f8fafc 0%, #eef3f8 100%);
  border: 1px solid #e2e8f0;
  border-radius: 0.35rem;
  padding: 0.25rem;
}

.usage-trend-bar {
  width: 100%;
  max-width: 22px;
  border-radius: 0.25rem 0.25rem 0 0;
  background: linear-gradient(180deg, #17a2b8 0%, #0d6e8a 100%);
  transition: height 0.2s ease;
}

.usage-trend-day {
  margin-top: 0.35rem;
  font-size: 0.72rem;
  color: #6c757d;
  white-space: nowrap;
}
