.cashier-modal {
	z-index: 1080;
}

.cashier-modal .modal-dialog {
	max-width: min(980px, calc(100vw - 24px));
	margin: 0.75rem auto;
}

.cashier-modal .modal-content {
	height: min(760px, calc(100vh - 24px));
	overflow: hidden;
	border: 0;
}

.cashier-modal .modal-body {
	min-height: 0;
	padding: 0;
}

.cashier-modal-frame {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	background: var(--theme-surface);
}

.balance-recharge-btn {
	min-width: 132px;
	padding: 0.65rem 1.2rem;
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.2;
	box-shadow: 0 0.35rem 0.75rem rgba(50, 115, 220, 0.28);
}

.balance-recharge-btn i {
	font-size: 1rem;
}

@media (max-width: 575.98px) {
	.cashier-modal .modal-dialog {
		max-width: 100vw;
		min-height: 100vh;
		margin: 0;
	}

	.cashier-modal .modal-content {
		height: 100vh;
		border-radius: 0;
	}
}
