@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@100;200;300;400;500;600;700;800;900&display=swap");

.card-metric {
  border-radius: 1rem;
  padding: 1.5rem;
  background-color: white;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  /* width: 280px; */
  position: relative;
}

.icon-box {
  width: 48px;
  height: 48px;
  border-radius: 0.75rem;
  background-color: #f1e9ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.percent-change {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-weight: 500;
  color: #00b569;
  font-size: 0.9rem;
}

.metric-label {
  color: #6c757d;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}

.metric-value {
  font-size: 1.2rem;
  font-weight: 500;
  color: #1c1e21;
}

.noto-font{
  font-family: "Noto Sans Thai", sans-serif;
}