/* src/styles.css */
* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
body {
  position: relative;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}
#root,
app-root {
  width: 100%;
  overflow-x: hidden;
}
@supports (padding: max(0px)) {
  body {
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
  }
}
@media (max-width: 639px) {
  [id=simulate] {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
  }
  .fixed[class*=top-0][class*=left-0][class*=right-0][class*=bottom-0] {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
  }
  .fixed[class*=top-0] > div:first-child {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
