/* [project]/apps/niice-jam/app/lib/css-modules/not-found.module.css [app-client] (css) */
.not-found-module__1JT-0q__full-page {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.not-found-module__1JT-0q__full-page > h2 {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 500;
}

.not-found-module__1JT-0q__full-page > p {
  opacity: .6;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

/* [project]/apps/niice-jam/components/PageHeader/styles.module.css [app-client] (css) */
.styles-module__alKRUW__container {
  margin-bottom: var(--mantine-spacing-xl);
}

.styles-module__alKRUW__container + .entity-list {
  margin-top: 24px;
}

/* [project]/apps/niice-jam/components/ui/AlertDialog/styles.module.css [app-client] (css) */
.styles-module__GMMCGG__AlertDialogOverlay {
  z-index: 1000;
  background-color: #00000080;
  position: fixed;
  inset: 0;
}

.styles-module__GMMCGG__AlertDialogContent {
  z-index: 1001;
  background-color: #fff;
  width: 90vw;
  max-width: 500px;
  max-height: 85vh;
  position: fixed;
  top: 50%;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
  box-shadow: 0 10px 38px -10px #0e121659, 0 10px 20px -15px #0e121633;
}

.styles-module__GMMCGG__AlertDialogContent > .padded {
  flex-direction: column;
  gap: 12px;
  padding: 18px;
  display: flex;
}

.styles-module__GMMCGG__AlertDialogDescription {
  opacity: .8;
  margin-top: 4px;
}

.styles-module__GMMCGG__Actions {
  flex-direction: row;
  display: flex;
}

.styles-module__GMMCGG__Action {
  cursor: pointer;
  background-color: #fff;
  border: none;
  border-top: 1px solid #0e121633;
  outline: none;
  flex: 1;
  padding: 18px;
}

.styles-module__GMMCGG__Action:last-child {
  border-left: 1px solid #0e121633;
}

.styles-module__GMMCGG__Action:hover {
  background-color: #0e12161a;
}

.styles-module__GMMCGG__Action.danger {
  color: var(--n-red);
}

/* [project]/apps/niice-jam/app/docs/(control-panels)/analytics/styles.module.css [app-client] (css) */
.styles-module__nOp_WW__plausible {
  width: 100%;
  height: 2000px;
}

