body:not(.single_page) #fnReactHolder {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7001;
}
.showing_composer #fnReactHolder {
  z-index: 2999;
}

#FnrOverlayHolder,
#FnrConfettiHolder {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8000;
}
#FnrConfettiHolder {
  z-index: 9999;
}
#FnrImportingHolder {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6800;
}
#FnrMeasurements {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /*
  background: red;
  z-index: 10000;
  */
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

.showing_composer.show_template_overlay #fnReactHolder {
  z-index: 3001;
}
