@import url("../color-scheme.4a3c129fe677.css");

/** LOADING Overlay Styles **/
.loading-overlay {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--off-white-color);
  z-index: 1100;
}

.custom-spinner.spinner-border {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 35%;
  bottom: 50%;
  margin-top: -50px;
  margin-bottom: -50px;
  left: 50%;
  margin-left: -100px;
  text-align: center;
  color: var(--base-green);
}


.loading-text {
  position: absolute;
  top: 65%;
  bottom: 50%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  color: var(--base-green);
  font-size: larger;
  font-weight: bold;
  width: 300px;
  justify-content: center;
}