.page-fallback{height:-webkit-calc(100svh - 90px);height:-moz-calc(100svh - 90px);height:calc(100svh - 90px);width:100%;background-color:#fff;display:grid;place-items:center;z-index:70}.page-fallback svg{width:50px;height:50px;color:var(--base);-webkit-animation:spin 1s linear infinite forwards;-moz-animation:spin 1s linear infinite forwards;animation:spin 1s linear infinite forwards}