.js-loader-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #1f4093;
	border: white 0px solid;
	z-index: 100;
	display: grid;
	place-items: center;
	pointer-events: none;
	color:white;
  }
  .js-loader-in{
	text-align: center;
  }