:root {
  --primary-color: #10375c;
  --secondary-color: #185287;
  --accent-color: #f6fafb;
  --white: #fff;
  --accent-grey: #e3e3e3;
}

/* invest */

.maininvest {
  .text-blue-600 {
    color: var(--primary-color);
  }
}
.dashboard {
  .bg-blue-600 {
    background-color: #10375c;
  }
  .arrow-down {
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    font-size: 60%;
  }
}
.sendcrypto {
  .bg-blue-600 {
    background-color: #10375c;
  }
}
.positive-change {
  color: #4caf50; /* Green color to indicate positive change */
  font-weight: bold;
  background-color: rgba(76, 175, 80, 0.1); /* Light green background */
  padding: 5px;
  border-radius: 4px;
}

/* Style for negative change */
.negative-change {
  color: #f44336; /* Red color to indicate negative change */
  font-weight: bold;
  background-color: rgba(244, 67, 54, 0.1); /* Light red background */
  padding: 5px;
  border-radius: 4px;
}

.bg-blue-600 {
  background-color: #185287;
}
.total-asset {
  font-family: roboto;
  color: #757474;
}
