.bg-hero-banner {
  background-image: url('../../images/home/hero-banner.png');
  background-size: cover;
  background-position: center;
}

.hide {
  scale: 0;
}

.bg-search-gardient {
  background: linear-gradient(to right, #0e82fd, #06aed4) !important;
}

.chartLink.active {
  color: #0066cc; /* Active link color */
}

.chartLink.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #0e82fd; /* Border color */
}

.daysButton.DaysButtonActive {
  background-color: #0e82fd;
  color: white;
  border: 1 solid #0e82fd;
}

.timeButton.TimeButtonActive {
  background-color: #0e82fd;
  color: white;
  border: 1 solid #0e82fd;
}

.bg-wallet-gardient {
  background: linear-gradient(to right, #0e82fd, #06aed4);
}

.circle {
  background-color: #e5e7eb;
  color: white;
}

.tabText {
  color: rgb(202, 200, 200);
}

.circle.active {
  background-color: #0066cc;
  color: white;
}
.tabText.active {
  color: black !important;
}

.content {
  display: none;
}

.content.active {
  display: block;
}
