body.native-mobile{position:relative;padding:0!important;margin:0!important;overscroll-behavior:none}body.native-android:before{content:"";position:fixed;top:0;left:0;right:0;height:var(--status-bar-height, 48px);background-color:var(--safe-area-bg, #FAFAF8);z-index:999;pointer-events:none}body.native-ios:before{content:"";position:fixed;top:0;left:0;right:0;height:env(safe-area-inset-top,0px);background-color:var(--safe-area-bg, #FAFAF8);z-index:999;pointer-events:none}body.native-mobile #root{padding-left:env(safe-area-inset-left,0px);padding-right:env(safe-area-inset-right,0px)}body.native-android #root{padding-top:var(--status-bar-height, 48px);padding-bottom:env(safe-area-inset-bottom,0px)}body.native-ios #root{padding-top:env(safe-area-inset-top,0px);padding-bottom:env(safe-area-inset-bottom,0px)}body.native-mobile .MuiBottomNavigation-root{padding-bottom:env(safe-area-inset-bottom,0px);height:calc(56px + env(safe-area-inset-bottom,0px))}body.native-android .MuiBottomNavigation-root{padding-bottom:env(safe-area-inset-bottom,0px)}body.native-ios [style*="position: fixed"][style*="inset: 0"],body.native-ios [style*="position:fixed"][style*="inset:0"]{padding-top:env(safe-area-inset-top,0px)!important;padding-bottom:env(safe-area-inset-bottom,0px)!important}
