*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow-x: hidden;
  background-color: #FAF8F5;
  -webkit-text-size-adjust: 100%;
}

#root {
  width: 100% !important;
  height: 100% !important;
  min-height: 100vh !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: #FAF8F5;
}

#root > div,
[data-reactroot] {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  min-height: 100vh !important;
  flex: 1 !important;
  background-color: #FAF8F5;
}

#shield-tabs,
#shield-tabs > div,
#shield-tabs > div > div,
#shield-tabs > div > div > div,
#shield-tabs > div > div > div > div {
  background-color: #FAF8F5 !important;
}

.r-maxWidth-1phboty,
.r-maxWidth-1xc72q5,
[style*="max-width: 540"],
[style*="max-width:540"] {
  max-width: 100% !important;
  width: 100% !important;
}

body > div:first-child,
body > div:first-child > div:first-child {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

[role="dialog"] {
  max-width: 100% !important;
}

[role="tab"],
[role="button"],
[role="link"] {
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
}

[role="tab"]:focus,
[role="tab"]:active,
[role="button"]:focus,
[role="button"]:active,
[role="link"]:focus,
[role="link"]:active {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

