.rateCard {
  border-radius: 8px;
  padding: 18px 15px;
  width: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #ccc;
}

.rateCard:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.card-title {
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
}

.card-value {
  font-size: 36px;
  font-weight: bold;
  color: #333;
}

.industry-value {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

.card-subtext {
  font-size: 14px;
  color: #999;
  margin-top: 10px;
}

.card-subtext .icon {
  font-size: 10px;
  color: #f44336;
}

.card-subtext .value.down {
  color: #f44336;
  background-color: #fdeaef;
  border-radius: 15px;
  padding: 4px 5px;
  margin-right: 5px;
}

.industry {
  font-size: 14px;
  color: #aaa;
  margin-top: 10px;
}

.info-icon {
  font-size: 12px;
  color: #999;
  margin-left: 5px;
}
.dark-style .card-value {
  color: #fff;
}
.dark-style .industry-value {
  color: #fff;
}
.lineBar {
  width: 100%;
  max-width: 50px;
  background-color: #20cdb9;
  height: 5px;
  border-radius: 10px;
  margin-bottom: 7px;
}
.lineBar2 {
  width: 100%;
  max-width: 50px;
  background-color: #ec2e5f;
  height: 5px;
  border-radius: 10px;
  margin-bottom: 7px;
}
.lineBar3 {
  width: 100%;
  max-width: 50px;
  background-color: #535e85;
  height: 5px;
  border-radius: 10px;
  margin-bottom: 7px;
}
.dark-style .card-subtext {
  color: #b6bee3;
}
.dark-style .industry {
  color: #b6bee3;
}
.chart-container {
  height: auto !important;
  width: 100% !important;
  /* margin-top: -120px; */
}
.chart-container canvas {
  height: 300px !important;
  width: 100% !important;
}
@media (max-width: 576px) {
  .chart-container canvas {
    height: 221px !important;
  }
  .rateCard {
    padding: 10px 10px 20px 10px;
  }
  .card-value {
    font-size: 26px;
  }
  .industry-value {
    font-size: 20px;
  }
}
