

.ajax__loader__window {
	
  position: fixed; /* Sit on top of the page content */
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 1; /* Sit on top */
  cursor: pointer; /* Add a pointer on hover */
}