.loading-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(71, 60, 120, 0.7);
  z-index: 999;
  min-height: 105vh;
}

