/**
 * @param {string} $scheme - The color scheme of the button. Options are nothing, $scheme-light, $scheme-dark
 * if $scheme-dark is passed, the button will be black text and black outline
 * if $scheme-light is passed, the button will be white text and white outline
 * if no $scheme is passed, the button will depend on the background color via the bg-dark mixin
 *   - if ancestor DOES have bg-dark, then white text and white outline
 *   - if ancestor DOES NOT have bg-dark, then black text and black outline
 */
.progress-spinner-mask[data-v-c445c4c4] {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 2500;
  background-color: rgba(255, 255, 255, 0.6);
}
.progress-spinner-mask .progress-spinner-container[data-v-c445c4c4] {
  position: relative;
  top: 50%;
  left: 50%;
  z-index: 2501;
  max-width: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  display: inline-block;
}
.progress-spinner-mask .progress-spinner-container .progress-spinner-loading-icon[data-v-c445c4c4] {
  width: 160px;
  height: 70px;
  background-image: url("/ngsa/images/loading.gif");
  background-size: 98px 43px;
  background-repeat: no-repeat;
  opacity: 1;
  display: inline-block;
  transform: translate(24%, 0);
}
.progress-spinner-mask .progress-spinner-container .progress-spinner-loading-icon.mobileIcon[data-v-c445c4c4] {
  background-image: url("/ngsa/images/mobile-loader.gif");
  background-size: 79px 79px;
}
@media (max-width: 991px) {
.progress-spinner-mask .progress-spinner-container .progress-spinner-loading-icon.mobileIcon[data-v-c445c4c4] {
    background-size: 60px 59px;
}
}
@media (max-width: 767px) {
.progress-spinner-mask .progress-spinner-container .progress-spinner-loading-icon.mobileIcon[data-v-c445c4c4] {
    background-size: 50px 49px;
}
}
.progress-spinner-mask .progress-spinner-container .progress-spinner-primary-msg[data-v-c445c4c4] {
  opacity: 1;
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.2;
  font-size: 24px;
  letter-spacing: 0rem;
  text-transform: none;
}
@media (min-width: 768px) {
.progress-spinner-mask .progress-spinner-container .progress-spinner-primary-msg[data-v-c445c4c4] {
    font-size: 32px;
}
}
@media (min-width: 1025px) {
.progress-spinner-mask .progress-spinner-container .progress-spinner-primary-msg[data-v-c445c4c4] {
    font-size: 40px;
}
}
.progress-spinner-mask .progress-spinner-container .progress-spinner-primary-msg[data-v-c445c4c4] {
  color: #000000;
}
.-bg-dark .progress-spinner-mask .progress-spinner-container .progress-spinner-primary-msg[data-v-c445c4c4], .-bg-section-dark .progress-spinner-mask .progress-spinner-container .progress-spinner-primary-msg[data-v-c445c4c4], .-bg-page-dark .-bg-section-transparent .progress-spinner-mask .progress-spinner-container .progress-spinner-primary-msg[data-v-c445c4c4] {
  color: #ffffff;
  fill: #ffffff;
}
.progress-spinner-mask .progress-spinner-container .progress-spinner-secondary-msg[data-v-c445c4c4] {
  opacity: 1;
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 16px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .progress-spinner-mask .progress-spinner-container .progress-spinner-secondary-msg[data-v-c445c4c4], .-bg-section-dark .progress-spinner-mask .progress-spinner-container .progress-spinner-secondary-msg[data-v-c445c4c4], .-bg-page-dark .-bg-section-transparent .progress-spinner-mask .progress-spinner-container .progress-spinner-secondary-msg[data-v-c445c4c4] {
  color: #ffffff;
  fill: #ffffff;
}