.ajax-loader {
	display: none;
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	z-index: +100000 !important;
	width: 100vw;
	height: 100vh;
	color: #2ba6cb;
}

.ajax-loader i {
	position: relative;
	top: calc(50% - 50px);
	left: calc(50% - 25px);
}
