

.spinner {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 80px;
  left: 50%;
  top: 50%;
  margin-top: -40px;
  margin-left: -40px;
  position: absolute;
  width: 80px;
  background-image: url('../../assets/images/spinner.gif');
}

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

.wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.spinner-overlay {
  position: absolute;
  z-index: 1002;
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.spinner-wrapper {
  display: flex;
  justify-content: center;
  justify-items: center;
}