html, body, .fullpage {
  user-select: none;
  -o-user-select: none;
  -webkit-touch-callout: none;
}

.extension {
  min-width: 30rem;
}

.web {
  min-width: 20rem;
}

.safe-container {
  margin-top: env(safe-area-inset-top);
}

.safe-content {
  padding-top: env(safe-area-inset-top);
}

.android-edge-to-edge-no-bottom-nav {
  padding-bottom: env(safe-area-inset-bottom, 0) !important;
}

.toast-progress {
  background: #0003;
}
/*# sourceMappingURL=app.c182c031.css.map */
