:root {
  --card-radius: 14px;
}

.card {
  border-radius: var(--card-radius);
}

.icon-circle {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 1.25rem;
}

.chart-wrap {
  position: relative;
  width: 100%;
  min-height: 320px;
}

@media (min-width: 1200px) {
  .chart-wrap {
    min-height: 360px;
  }
}

.status-badge {
  font-weight: 600;
  border: 1px solid transparent;
}

.status-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  vertical-align: middle;
  margin: 0 6px 0 8px;
}

.table td, .table th {
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}
