/**
 * Default Variables.
 *
 * Modify this file to provide default Bootstrap Framework variables. The
 * Bootstrap Framework will not override any variables defined here because it
 * uses the `!default` flag which will only set their default if not already
 * defined here.
 *
 * You can copy existing variables directly from the following file:
 * ./THEMENAME/bootstrap/assets/stylesheets/bootstrap/_variables.scss
 */
/* line 4, /builds/fidal/fidal-refonte-web/web/themes/custom/fidal_theme/components/components/progress-throbber/progress-throbber.scss */
.progress-throbber--wrapper, .progress-throbber--overlay, .progress-throbber--throbber--content {
  bottom: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 14, /builds/fidal/fidal-refonte-web/web/themes/custom/fidal_theme/components/components/progress-throbber/progress-throbber.scss */
.progress-throbber--overlay {
  background-color: #fff;
  z-index: 3;
}

/* line 19, /builds/fidal/fidal-refonte-web/web/themes/custom/fidal_theme/components/components/progress-throbber/progress-throbber.scss */
.progress-throbber--content {
  z-index: 4;
}

/* line 22, /builds/fidal/fidal-refonte-web/web/themes/custom/fidal_theme/components/components/progress-throbber/progress-throbber.scss */
.progress-throbber--content img {
  display: block;
  left: 50%;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

@media (min-width: 1025px) {
  /* line 22, /builds/fidal/fidal-refonte-web/web/themes/custom/fidal_theme/components/components/progress-throbber/progress-throbber.scss */
  .progress-throbber--content img {
    transform: translate(100%, -120%);
  }
}

/*# sourceMappingURL=../asset-builds/components/progress-throbber/progress-throbber.css.map */
