.spinner-wrapper{
	z-index: 9999;
	position: fixed;
	top: 0;
	left: -5px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.2s; 

}
.spinner-border{
	width: 60px;
	height: 60px;

}

