/* Hotfix: Wallet Total card — white text was invisible on liquid glass */
.iamin-dash-glass .wallet-cards .card.total,
body .wallet-cards .card.total {
  background: linear-gradient(145deg, rgba(48, 104, 216, 0.18), rgba(255, 255, 255, 0.62)) !important;
  border: 1px solid rgba(48, 104, 216, 0.35) !important;
  color: #102850 !important;
  box-shadow: 0 1px 0 rgba(255,255,255,.7) inset, 0 12px 32px -16px rgba(16,40,80,.35) !important;
}
.iamin-dash-glass .wallet-cards .card.total h4,
.iamin-dash-glass .wallet-cards .card.total p,
body .wallet-cards .card.total h4,
body .wallet-cards .card.total p {
  color: #102850 !important;
}
.iamin-dash-glass .wallet-cards .card.total p,
body .wallet-cards .card.total p {
  color: #3068D8 !important;
}
