.errorWrapper{align-items:center;display:flex;flex-direction:column;justify-content:center;max-width:440px;padding:16px;text-align:center}.errorWrapper .errorIcon{margin-bottom:26px}.errorWrapper .alertIcon{stroke:var(--color-gray-60);fill:var(--color-gray-60);stroke-width:1}.errorWrapper .alertIcon line{stroke:var(--color-gray-90)}.errorWrapper .text{color:var(--color-foreground);font-size:16px;font-weight:600;margin-bottom:8px}.errorWrapper .subText,.errorWrapper .subText span{color:var(--color-gray-110);font-size:14px}.errorBoundary .error{color:var(--color-red-90);font-size:12px}#canny-portal-container>div{position:absolute}:root{--web-post-margin:40px;--mobile-post-margin:40px}body.modalPortalBodyLock{overflow:hidden}body.modalPortalBodyLock #canny-portal-container .modalPortal{position:fixed}.modalPortal{align-items:center;bottom:0;box-sizing:border-box;display:flex;justify-content:center;left:0;right:0;top:0}.modalPortal .modalPortalContents{background:var(--color-white);border-radius:10px;box-shadow:0 4px 10px 0 #0000001a;box-sizing:border-box;max-height:100%;max-width:100%;overflow:auto;padding:32px}@media(max-width:780px){.modalPortal .modalPortalContents{border-radius:0;padding:16px}}