/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.think-spend-limit-container {
	position: fixed;
	z-index: 999999;
	padding: 50px;
	background-color: white;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.think-maximum-spend-limit {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000000c4;
	z-index: 9999;
}

@media(max-width: 768px) {
	.think-spend-limit-container {
		min-width: 90%;
	}
}