.spinner-overlay {
  position: fixed;
  background-color: #000000c7;
  width: 100%;
  z-index: 10;
  height: calc(100vh - 50px);
}
