:root{--app-vh:100vh}@supports (height:100dvh){:root{--app-vh:100dvh}}html,body{background-color:#f6f9fc;height:100%;margin:0;padding:0}body{overflow:hidden}#root,#expo-root{flex-direction:column!important;height:100dvh!important;display:flex!important;overflow:hidden!important}#root>div,#root>div>div:not([style*=absolute]){flex-direction:column!important;flex:1!important;min-height:0!important;display:flex!important}@media (width>=768px){[role=tablist]{display:none!important}}[role=tabpanel]{flex-direction:column!important;flex:1!important;min-height:0!important;display:flex!important}[style*="top: 0px"][style*="bottom: 0px"][style*="left: 0px"][style*="right: 0px"]{flex-direction:column!important;display:flex!important;overflow:hidden!important}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#e8f1f9}::-webkit-scrollbar-thumb{background:#c7d2dc;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a9b6c2}*{box-sizing:border-box!important}