*{box-sizing:border-box}html,body,#app{height:100%;height:100dvh;width:100%}body{background:#fff;margin:0;min-width:320px;overflow:hidden}.page-shell{background:#fff;height:100%;height:100dvh;top:0;right:0;bottom:0;left:0;overflow:hidden;position:fixed;width:100vw}.embedded-page{background:#fff;border:0;display:block;height:100%;top:0;right:0;bottom:0;left:0;min-height:100%;position:absolute;width:100%}.loader-screen{align-items:center;background:#fff;display:flex;top:0;right:0;bottom:0;left:0;justify-content:center;position:absolute;z-index:1}.loader{animation:spin .8s linear infinite;border:3px solid #d8dce3;border-top-color:#2563eb;border-radius:50%;height:34px;width:34px}@keyframes spin{to{transform:rotate(360deg)}}
