/* Loader shell only. Popup design lives in ../tripsm_popup_combined_pc_mobile.html. */
#tripsm-popup-root {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  width: 100%;
  height: 100%;
}

#tripsm-popup-frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
}
