.dashboard-container {
  padding: 20px;
  background: #fdfdfd;
  font-family: 'Segoe UI', sans-serif;
}
.wallet-section, .metric-box {
  background: #ffeec4;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 6px;
}
.metrics-section {
  display: flex;
  gap: 15px;
  margin: 15px 0;
  flex-wrap: wrap;
}
.metric-box {
  flex: 1;
  background: #c7f9cc;
}
.chart-section, .sales-point-section {
  margin-top: 30px;
}
.transaction-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
.transaction-table th, .transaction-table td {
  border: 1px solid #ccc;
  padding: 8px;
}
.table-scroll-wrapper {
  overflow-x: auto;
  width: 100%;
}

.transaction-table {
  min-width: 700px;
  border-collapse: collapse;
  margin-top: 20px;
}

.transaction-table th, .transaction-table td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: left;
  white-space: nowrap;
}