.nw-bodyoverlay {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(253, 253, 253, 0.7);
  contain: layout style size;
}

.nw-bodyoverlay-loadercontainer {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  will-change: position;
  contain: content;
}
