
/* Container styles */
.dropdown-menu {
	min-width: 300px;
	padding: 16px;
	border-radius: 12px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	right: 0;
	left: auto !important;
	transform: translate(0, 0) !important;
	position: absolute;
}

/* Balance section */
.balance-section-cash {
	text-align: center;
	margin-bottom: 20px;
}

.balance-label-cash {
	color: #6c757d;
	margin-bottom: 8px;
	font-size: 14px;
}

.balance-amount-cash {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 4px 0;
}

.balance-type-cash {
	color: #6c757d;
	margin: 0;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.syscash-icon-cash {
	height: 18px;
	width: 18px;
}

/* Wallets section */
.wallets-section-cash {
	margin-bottom: 20px;
	border-top: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
	padding: 12px 0;
}

.wallet-item-cash {
	padding: 8px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.wallet-amount-cash {
	font-weight: bold;
}

/* Earnings section */
.earnings-section-cash {
	margin-bottom: 20px;
}

.earnings-header-cash {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}

.star-icon-cash {
	color: #ffc107;
	margin-right: 8px;
}

.earnings-title-cash {
	font-weight: bold;
}

.rate-container-cash {
	margin-bottom: 12px;
}

.base-rate-cash {
	font-weight: bold;
	display: block;
}

.rate-description-cash {
	color: #6c757d;
	font-size: 14px;
}

.additional-rate-cash {
	margin-bottom: 8px;
}

.percentage-cash {
	color: #0d6efd;
}

/* Rules link */
.rules-link-cash {
	text-align: center;
}

/* .rules-text-cash {
	color: #212529;
	text-decoration: none;
	font-weight: bold;
}

.rules-text-cash:hover {
	text-decoration: underline;
} */
