
		#loaderOverlay {
		  position: fixed;
		  top: 0; left: 0; right: 0; bottom: 0;
		  background-color: rgba(0,0,0,0.5);
		  z-index: 9999;
		  display: flex;
		  align-items: center;
		  justify-content: center;
		}
		.loader-container {
		  background: #fff;
		  padding: 30px;
		  border-radius: 10px;
		  text-align: center;
		  box-shadow: 0 0 10px #000;
		}
		.loader-container img {
		  width: 50px;
		  height: 50px;
		}
