.progress-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 99999;
  top: 0rem;
  left: 0rem;
  opacity: 0.5;
}

.progress-spinner {
  text-align: center;
}
