/*---- Spinner Start ---*/
.spinner-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
}
.spinner{
	position: absolute;
	top: 25%;
	left: 40%;
	height: 150pt;
	width:250pt;
	background-color: #fff;
	border-radius: 3pt;
	box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11),0 5px 15px 0 rgba(0,0,0,0.08);
}
/*---- Spinner End ---*/