/*
  Xiro Welcome Helper CSS
  The welcome screen markup is kept inside the exact user-provided PHP/HTML.
  Thank You is now shown inside the admission form area like the previous final step,
  so this file no longer creates an orange full-screen thank-you page.
*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700;900&family=DM+Sans:wght@300;400;500;700&display=swap');

html.bmf-intro-active,
html.bmf-intro-active body{
  width:100% !important;
  height:100% !important;
  margin:0 !important;
  overflow:hidden !important;
}

html.bmf-intro-active body *:not(#bmfIntroScreen):not(#bmfIntroScreen *){
  pointer-events:none !important;
}

#bmfIntroScreen{
  position:fixed !important;
  inset:0 !important;
  width:100vw !important;
  height:100vh !important;
  height:100dvh !important;
  z-index:2147483647 !important;
  pointer-events:auto !important;
  touch-action:none !important;
  overflow:hidden !important;
}
