._alert-container_18h9g_1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

._alert-wrapper_18h9g_8 {
  margin: 0.5rem 0;
}

._alert-header_18h9g_12 {
  text-align: center;
  color: var(--white);
}

._alert-wrapper_18h9g_8 > div > p {
  color: var(--white);
}

._alert-header_18h9g_12 svg {
  margin-right: 0.5rem;
}

._width-height-100_18h9g_25 {
  width: 100%;
  height: 100%;
}

._height-100vh_18h9g_30 {
  min-height: 100vh;
}

._logo_18h9g_34 {
  width: 12rem;
  height: auto;
  margin-bottom: 1rem;
}
._spinner-wrapper_1jj38_1 {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

._full-screen_1jj38_10 {
  height: 100vh;
  width: 100vw;
}

._overlay_1jj38_15 {
  /*
    99 arbitrarily chosen so it is always
    on top of anything else in the grid
    or any other content for other use cases
  */
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(255 255 255 / 50%);
}

._spinner_1jj38_1 {
  display: inline-block;
  position: relative;
  width: 4rem;
  height: 4rem;
}

._spinner_1jj38_1._table-row_1jj38_35 {
  width: 1.5rem;
  height: 1.5rem;
}

._spinner_1jj38_1 div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 3.1875rem;
  height: 3.1875rem;
  margin: 0.375rem;
  border: 0.375rem solid var(--lochmara);
  border-radius: 50%;
  animation: _lds-ring_1jj38_1 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: var(--lochmara) transparent transparent transparent;
}

._spinner_1jj38_1._table-row_1jj38_35 div {
  width: 1.1875rem;
  height: 1.225rem;
  margin: 0.225rem;
  border-width: 0.175rem;
}

._spinner_1jj38_1 div:nth-child(1) {
  animation-delay: -0.45s;
}

._spinner_1jj38_1 div:nth-child(2) {
  animation-delay: -0.3s;
}

._spinner_1jj38_1 div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes _lds-ring_1jj38_1 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

._logo_1jj38_82 {
  width: 12rem;
  height: auto;
  margin-bottom: 1rem;
}
