.configurator {
  position: relative; }
  .configurator .loadingscreen {
    z-index: 1000101;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5); }
    .configurator .loadingscreen img {
      position: absolute;
      left: calc(50% - 50px);
      top: 40%;
      width: 100px;
      height: 100px; }

/*# sourceMappingURL=f12-configurator-loadingscreen.css.map */
