/* v1.8.03 OCR reference fixed below header */
.form-page.has-fixed-ocr-reference{
  overflow-x:clip!important;
  overflow-y:visible!important;
  padding-top:86px!important;
}
.form-page.has-fixed-ocr-reference .individual-ocr-reference{
  position:fixed!important;
  top:calc(var(--safe-top) + 55px)!important;
  left:50%!important;
  right:auto!important;
  transform:translateX(-50%)!important;
  width:min(calc(100vw - 20px),600px)!important;
  max-width:600px!important;
  z-index:72!important;
  margin:0!important;
  box-sizing:border-box!important;
}
.form-page.has-fixed-ocr-reference :is(input,select,textarea,button.control-shell,.picker-shell){
  scroll-margin-top:calc(var(--safe-top) + 142px)!important;
}
@media(max-width:390px){
  .form-page.has-fixed-ocr-reference{padding-top:80px!important;}
  .form-page.has-fixed-ocr-reference .individual-ocr-reference{top:calc(var(--safe-top) + 53px)!important;width:calc(100vw - 16px)!important;}
}
