/* G6M_ACCOUNT_GTA_WALLET_GREEN_V837
   Replace gold amount capsule (+ gold card chrome) with dollar green.
*/
html body .menu.menu--account .contentRow-minor dl.pairs.g6m-acc-wallet-v365,
html body .menu--account .contentRow-minor dl.pairs.g6m-acc-wallet-v365,
html body .menu.menu--account .contentRow-minor dl.pairs.g6m-acc-cash-card.g6m-acc-wallet-v365,
html body .menu--account .contentRow-minor dl.pairs.g6m-acc-cash-card.g6m-acc-wallet-v365 {
	--g6m365-gold1: #14532d !important;
	--g6m365-gold2: #22c55e !important;
	--g6m365-gold3: #86efac !important;
	--g6m365-amount: #f0fff4 !important;
	--g6m365-border: rgba(102, 255, 136, 0.42) !important;
	--g6m365-border-hot: rgba(102, 255, 136, 0.72) !important;
	border-color: rgba(102, 255, 136, 0.42) !important;
	box-shadow:
		0 0 0 1px rgba(102, 255, 136, 0.12) inset,
		0 1px 0 rgba(200, 255, 214, 0.1) inset,
		0 12px 28px rgba(0, 0, 0, 0.38),
		0 0 18px rgba(102, 255, 136, 0.12) !important;
}

html body .menu.menu--account .contentRow-minor dl.pairs.g6m-acc-wallet-v365::before,
html body .menu--account .contentRow-minor dl.pairs.g6m-acc-wallet-v365::before {
	background:
		radial-gradient(120% 90% at 8% -10%, rgba(102, 255, 136, 0.12), transparent 52%),
		radial-gradient(80% 70% at 92% 110%, rgba(102, 255, 136, 0.08), transparent 55%),
		repeating-linear-gradient(
			-16deg,
			rgba(255, 255, 255, 0.018) 0 1px,
			transparent 1px 8px
		) !important;
}

html body .menu.menu--account .contentRow-minor dl.pairs.g6m-acc-wallet-v365:hover,
html body .menu--account .contentRow-minor dl.pairs.g6m-acc-wallet-v365:hover {
	border-color: rgba(102, 255, 136, 0.72) !important;
	box-shadow:
		0 0 0 1px rgba(102, 255, 136, 0.18) inset,
		0 1px 0 rgba(200, 255, 214, 0.14) inset,
		0 16px 34px rgba(0, 0, 0, 0.44),
		0 0 28px rgba(102, 255, 136, 0.22) !important;
}

html body .menu.menu--account .g6m-acc-wallet-v365 .g6m-acc-cash-badge,
html body .menu--account .g6m-acc-wallet-v365 .g6m-acc-cash-badge,
html body .menu.menu--account .contentRow-minor dl.pairs.g6m-acc-wallet-v365 a.g6m-acc-cash-badge,
html body .menu--account .contentRow-minor dl.pairs.g6m-acc-wallet-v365 a.g6m-acc-cash-badge,
html body .menu.menu--account .contentRow-minor dl.pairs.g6m-acc-wallet-v365 a[href*="dbtech-credits"],
html body .menu--account .contentRow-minor dl.pairs.g6m-acc-wallet-v365 a[href*="dbtech-credits"],
html body .menu.menu--account .contentRow-minor dl.pairs.g6m-acc-wallet-v365 a[href*="dbtech_credits"],
html body .menu--account .contentRow-minor dl.pairs.g6m-acc-wallet-v365 a[href*="dbtech_credits"] {
	border: 1px solid rgba(200, 255, 214, 0.4) !important;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 42%),
		linear-gradient(180deg, #86efac 0%, #22c55e 48%, #14532d 100%) !important;
	box-shadow:
		0 0 0 1px rgba(20, 83, 45, 0.4) inset,
		0 2px 0 rgba(200, 255, 214, 0.25) inset,
		0 6px 14px rgba(0, 0, 0, 0.28),
		0 0 14px rgba(102, 255, 136, 0.28) !important;
	color: #f0fff4 !important;
	-webkit-text-fill-color: #f0fff4 !important;
	text-shadow: 0 1px 0 rgba(20, 83, 45, 0.4) !important;
}

html body .menu.menu--account .g6m-acc-wallet-v365 .g6m-acc-cash-badge .g6m-acc-cash-badge-num,
html body .menu--account .g6m-acc-wallet-v365 .g6m-acc-cash-badge .g6m-acc-cash-badge-num {
	color: #f0fff4 !important;
	-webkit-text-fill-color: #f0fff4 !important;
}

html body .menu.menu--account .g6m-acc-wallet-v365 .g6m-acc-cash-badge:hover,
html body .menu--account .g6m-acc-wallet-v365 .g6m-acc-cash-badge:hover,
html body .menu.menu--account .contentRow-minor dl.pairs.g6m-acc-wallet-v365 a.g6m-acc-cash-badge:hover,
html body .menu--account .contentRow-minor dl.pairs.g6m-acc-wallet-v365 a.g6m-acc-cash-badge:hover {
	box-shadow:
		0 0 0 1px rgba(20, 83, 45, 0.45) inset,
		0 2px 0 rgba(200, 255, 214, 0.32) inset,
		0 8px 18px rgba(0, 0, 0, 0.32),
		0 0 22px rgba(102, 255, 136, 0.4) !important;
}

@keyframes g6m365WalletFlash {
	0% { filter: brightness(1); box-shadow: 0 0 0 1px rgba(20, 83, 45, 0.35) inset, 0 0 0 rgba(102, 255, 136, 0); }
	35% { filter: brightness(1.18); box-shadow: 0 0 0 1px rgba(200, 255, 214, 0.55) inset, 0 0 22px rgba(102, 255, 136, 0.45); }
	100% { filter: brightness(1); box-shadow: 0 0 0 1px rgba(20, 83, 45, 0.35) inset, 0 0 14px rgba(102, 255, 136, 0.22); }
}
/* END G6M_ACCOUNT_GTA_WALLET_GREEN_V837 */
