.rsc-spin-modal {
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 0;
	background: rgba(0,0,0,0.6);
	z-index: 99999;
	align-items: center;
	justify-content: center;
}
.rsc-spinwheel-wrap {
	box-shadow: 0 10px 40px rgba(0,0,0,0.3);
}
#rsc-spin-result {
	font-weight: 700;
}
.rsc-whatsapp-share-btn:hover {
	opacity: 0.9;
}
