body.logining {
  overflow-y: hidden;
  left: 0;
  top: 0;
  width: calc( 100% - 16px );
}


.receipt_frame,
.receipt_preview_frame {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 999999999;
}

.receipt_frame iframe,
.receipt_preview_frame iframe {
  width: 100%;
  height: 100%;
  background: transparent;
}

/*# sourceMappingURL=frame.css.map */
