/* Disable body scrolling on web. This makes ScrollView components work closer to how they do on native.  */
#root,body,html{height:100%}body{overflow:hidden}#root{display:flex}

/* TODO this will break the app when a toast is showing. This was meant to fix the issue when closing the dev tools the screen wouldn't fill all the space again  */
/* #root > div > div > div > div > div {
  width: 100% !important;
  height: 100% !important;
} */

body {
  font-family: 'Open Sans';
}

#onetrust-consent-sdk * { outline: none !important;}

#onetrust-consent-sdk button {
  border-radius: 8px !important;
}