/* [project]/apps/niice-jam/app/docs/(control-panels)/templates/(individual)/[id]/styles.module.css [app-client] (css) */
.styles-module__zv6FDq__page-layout {
  padding: var(--n-padding);
}

/* [project]/apps/niice-jam/components/AppRouter/ControlPanels/Templates/IndividualTemplateWrapper/Header/styles.module.css [app-client] (css) */
.styles-module__74bWmW__container {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  align-items: center;
  gap: 24px;
  display: grid;
  container-type: inline-size;
}

@container (min-width: 884px) {
  .styles-module__74bWmW__right-actions {
    justify-content: flex-end;
    display: flex;
  }
}

.styles-module__74bWmW__actions {
  margin-top: var(--n-margin);
  align-items: center;
  gap: 12px;
  display: flex;
}

.styles-module__74bWmW__right-actions {
  container-type: inline-size;
}

@container (max-width: 300px) {
  .styles-module__74bWmW__actions {
    flex-direction: column;
  }

  .styles-module__74bWmW__actions .styles-module__74bWmW__edit-button {
    order: 3;
  }

  .styles-module__74bWmW__actions .styles-module__74bWmW__use-template-button {
    order: 1;
  }
}

.styles-module__74bWmW__divider {
  padding: 3px;
}

/* [project]/apps/niice-jam/components/AppRouter/ControlPanels/Templates/IndividualTemplateWrapper/Header/TemplateBreadcrumbs/styles.module.css [app-client] (css) */
.styles-module__mEgg7W__container {
  align-items: center;
  display: flex;
}

.styles-module__mEgg7W__public-container {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.styles-module__mEgg7W__breadcrumb-item {
  align-items: center;
  gap: 4px;
  display: flex;
}

.styles-module__mEgg7W__primary-breadcrumb {
  color: #0009;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.styles-module__mEgg7W__primary-breadcrumb:hover span {
  text-decoration: underline;
}

.styles-module__mEgg7W__primary-breadcrumb:before {
  content: "←";
  padding-right: 1ex;
  text-decoration: none;
}

.styles-module__mEgg7W__secondary-breadcrumbs {
  color: #0009;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.styles-module__mEgg7W__arrow {
  padding: 3px;
  font-size: 16px;
  font-weight: bold;
}

/* [project]/apps/niice-jam/components/AppRouter/ControlPanels/Templates/IndividualTemplateWrapper/Header/HeaderActions/styles.module.css [app-client] (css) */
.styles-module__1ki1iW__header-actions-container {
  align-items: center;
  gap: 6px;
  padding: 0 6px;
  display: flex;
}

.styles-module__1ki1iW__bookmark-button, .styles-module__1ki1iW__archive-button, .styles-module__1ki1iW__copy-link-button {
  opacity: .6;
  background: none;
  border: none;
  align-items: center;
  gap: 6px;
  transition: all .1s ease-out;
  display: flex;
}

.styles-module__1ki1iW__bookmark-button:hover, .styles-module__1ki1iW__archive-button:hover, .styles-module__1ki1iW__copy-link-button:hover {
  opacity: 1;
  scale: 1.1;
}

.styles-module__1ki1iW__divider {
  opacity: .6;
  background-color: #000;
  width: 1px;
  height: 24px;
}

/* [project]/apps/niice-jam/components/Blocks/Presentational/Shared/SharedDragHandle/styles.module.css [app-client] (css) */
.styles-module__rShFuq__handle {
  cursor: grab;
  z-index: 10;
  opacity: .6;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.styles-module__rShFuq__handle > img {
  pointer-events: none;
  width: 36px;
  height: 36px;
}

.styles-module__rShFuq__handle:hover {
  opacity: 1;
}

/* [project]/apps/niice-jam/components/Blocks/Presentational/SectionBlock/SectionMenu/styles.module.css [app-client] (css) */
.styles-module__xY-ATq__sectionMenuStickyContainer {
  z-index: 1;
  height: 0;
  position: sticky;
  top: 0;
  left: 0;
}

.styles-module__xY-ATq__sectionMenuStickyContainer[data-only-section="true"] {
  padding-left: 8px;
}

.styles-module__xY-ATq__sectionMenuContainer {
  opacity: 0;
  border-radius: 1000px;
  outline: none;
  align-items: center;
  width: min-content;
  transition: opacity .2s, transform .2s;
  display: flex;
  transform: translate(0, 24px);
}

:is(.node-sectionBlock:hover .styles-module__xY-ATq__sectionMenuContainer, .node-sectionBlock:has(button[aria-expanded="true"]) .styles-module__xY-ATq__sectionMenuContainer) {
  opacity: .6;
  transform: translate(0, 6px)scale(1);
}

:is(.node-sectionBlock:hover .styles-module__xY-ATq__sectionMenuContainer:hover, .node-sectionBlock:has(button[aria-expanded="true"]) .styles-module__xY-ATq__sectionMenuContainer:hover) {
  opacity: 1;
}

.styles-module__xY-ATq__sectionMenuContainer:hover {
  opacity: .6;
  transform: translate(0, 6px)scale(1);
}

.styles-module__xY-ATq__sectionMenuContainer:has(button[aria-expanded="true"]) {
  opacity: .6;
  transform: translate(0, 6px)scale(1);
}

.styles-module__xY-ATq__sectionMenuContainer:hover:hover {
  opacity: 1;
}

.styles-module__xY-ATq__sectionMenuContainer:has(button[aria-expanded="true"]):hover {
  opacity: 1;
}

.styles-module__xY-ATq__sectionMenuContainer > button {
  opacity: .6;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  transition: opacity .1s, scale .1s ease-out;
  display: flex;
}

.styles-module__xY-ATq__sectionMenuContainer > button > img {
  pointer-events: none;
}

.styles-module__xY-ATq__sectionMenuContainer > button:hover, .styles-module__xY-ATq__sectionMenuContainer > button[aria-expanded="true"] {
  opacity: 1;
}

.styles-module__xY-ATq__sectionMenuContainer > button:hover {
  scale: 1.1;
}

.styles-module__xY-ATq__sectionMenuContainer > .divider {
  background: rgb(from var(--n-auto-text-color, black) r g b / 30%);
  width: 1px;
  height: 18px;
}

.styles-module__xY-ATq__sectionMenuContainer > .divider + button {
  width: 42px;
}

.styles-module__xY-ATq__sectionMenuContainer + [data-node-view-content] {
  margin-top: -36px;
}

.styles-module__xY-ATq__moveDownIcon {
  transform: rotate(180deg);
}

.styles-module__xY-ATq__moveUpButton + .styles-module__xY-ATq__moveDownButton > .styles-module__xY-ATq__moveDownIcon {
  transform: translate(-6px)rotate(180deg);
}

/* [project]/apps/niice-jam/components/Blocks/Presentational/SectionBlock/NewSectionInsertMenu/styles.module.css [app-client] (css) */
.styles-module__LCxpuq__trigger {
  background: none;
  border: none;
  outline: none;
  justify-content: center;
  align-items: center;
  height: 60px;
  display: flex;
}

.styles-module__LCxpuq__trigger .styles-module__LCxpuq__add-section-button {
  color: #fffc;
  z-index: 1;
  background: #000;
  border: 2px solid #fff;
  border-radius: 100px;
  padding: 3px 12px 3px 3px;
  font-size: 14px;
  line-height: 24px;
  transition: scale .1s ease-out, border .1s ease-out, color .1s ease-out;
  display: flex;
}

.styles-module__LCxpuq__trigger img {
  outline-offset: -1px;
  opacity: .8;
  background: #fff;
  border-radius: 100px;
  outline: 2px solid #000;
  transition: opacity .1s ease-out;
  display: block;
}

.styles-module__LCxpuq__trigger .insert-cursor {
  background: var(--n-affordance-color);
  z-index: 0;
  width: 0;
  height: 2px;
  transition: width .2s ease-in;
  position: absolute;
}

.styles-module__LCxpuq__trigger:hover .styles-module__LCxpuq__add-section-button {
  color: #fff;
  scale: 1.05;
}

.styles-module__LCxpuq__trigger:hover .styles-module__LCxpuq__add-section-button img {
  opacity: 1;
}

.styles-module__LCxpuq__trigger:hover .insert-cursor {
  width: 100vw;
}

/* [project]/apps/niice-jam/components/Shared/FilterBuilder/styles.module.css [app-client] (css) */
.styles-module__CJqd1a__newFilterSection {
  padding: var(--mantine-spacing-md);
  margin-bottom: -24px;
  margin-left: -24px;
  margin-right: -24px;
}

/* [project]/apps/niice-jam/components/Shared/HorizontalScrollArea/styles.module.css [app-client] (css) */
.styles-module__wsvdWq__horizontalScrollArea {
  --fadeStart: 0px;
  --fadeEnd: 24px;
}

.styles-module__wsvdWq__horizontalScrollArea.styles-module__wsvdWq__fadeStart {
  --fadeStart: 24px;
}

.styles-module__wsvdWq__horizontalScrollArea {
  -webkit-mask-image: linear-gradient(to right, transparent 0, black var(--fadeStart), black calc(100% - var(--fadeEnd)), transparent 100%);
  mask-image: linear-gradient(to right, transparent 0, black var(--fadeStart), black calc(100% - var(--fadeEnd)), transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0, black var(--fadeStart), black calc(100% - var(--fadeEnd)), transparent 100%);
}

.styles-module__wsvdWq__horizontalScrollArea .styles-module__wsvdWq__scrollContent {
  padding-right: var(--fadeEnd);
  display: flex;
}

/* [project]/apps/niice-jam/components/ui/ScrollArea/styles.module.css [app-client] (css) */
.styles-module__wdPoOW__root {
  --scrollbar-size: 4px;
  background-color: #fff;
  overflow: hidden;
}

.styles-module__wdPoOW__viewport {
  width: 100%;
  height: 100%;
}

.styles-module__wdPoOW__scrollbar {
  -webkit-user-select: none;
  user-select: none;
  touch-action: none;
  background: #0000001a;
  border-radius: 6px;
  transition: background .16s ease-out;
  display: flex;
}

.styles-module__wdPoOW__scrollbar:hover {
  background: #0003;
}

.styles-module__wdPoOW__scrollbar[data-orientation="vertical"] {
  width: var(--scrollbar-size);
  margin-top: 6px;
  margin-bottom: 6px;
  margin-right: 2px;
}

.styles-module__wdPoOW__scrollbar[data-orientation="horizontal"] {
  height: var(--scrollbar-size);
  flex-direction: column;
  margin-bottom: 2px;
  margin-left: 6px;
  margin-right: 6px;
}

.styles-module__wdPoOW__thumb {
  border-radius: var(--scrollbar-size);
  background: #0000001a;
  flex: 1;
  position: relative;
}

.styles-module__wdPoOW__thumb:before {
  content: "";
  width: 100%;
  min-width: 44px;
  height: 100%;
  min-height: 44px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.styles-module__wdPoOW__corner {
  background-color: #00000080;
}

/* [project]/apps/niice-jam/components/DocPermissionsV2/MainContentHeader/Breadcrumbs/styles.module.css [app-client] (css) */
.styles-module__Qg_iXa__breadcrumbs-container {
  --top-padding: var(--dialog-edge-padding-vertical);
  --bottom-padding: 12px;
  padding-top: var(--top-padding);
  padding-left: var(--dialog-edge-padding-horizontal);
  flex-wrap: wrap;
  grid-area: breadcrumbs;
  align-items: center;
  padding-bottom: 6px;
  display: flex;
}

.styles-module__Qg_iXa__breadcrumb {
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  flex: 0 auto;
  min-width: 0;
  max-width: 200px;
  font-weight: 500;
  transition: color .1s ease-out;
  overflow: hidden;
}

.styles-module__Qg_iXa__breadcrumb:not(:last-child) {
  color: #0006;
}

.styles-module__Qg_iXa__breadcrumb:not(:last-child):hover {
  color: #0009;
  text-decoration: underline;
}

.styles-module__Qg_iXa__breadcrumb:not(:last-child):after {
  content: "›";
  margin: 0 4px;
  text-decoration: none;
  display: inline-block;
}

/* [project]/apps/niice-jam/components/DocPermissionsV2/MainContentHeader/Invites/styles.module.css [app-client] (css) */
.styles-module__cNUuna__container {
  grid-area: invites;
  height: 84px;
  position: relative;
}

.styles-module__cNUuna__command-list {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  will-change: opacity, visibility, max-height;
  max-height: 0;
  transition: opacity .2s ease-in-out, visibility .2s ease-in-out, max-height .2s ease-in-out;
  overflow: hidden;
}

.styles-module__cNUuna__command-list [cmdk-group-heading] {
  color: #00000080;
  padding: 12px 16px;
  font-size: 12px;
  font-weight: 600;
}

.styles-module__cNUuna__command-list [cmdk-item][data-selected="true"] {
  background-color: #0000000d;
}

.styles-module__cNUuna__floating-container {
  z-index: 1;
  will-change: filter, margin;
  background: #fff;
  transition: filter .2s ease-in-out, margin .2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.styles-module__cNUuna__floating-container:focus-within {
  filter: drop-shadow(0 7px 12px #64646f66);
  margin: 0 12px;
}

.styles-module__cNUuna__floating-container:focus-within .styles-module__cNUuna__command-list {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  max-height: 480px;
  overflow-y: auto;
}

.styles-module__cNUuna__no-results-message {
  color: #00000080;
  padding: 12px 16px;
  font-size: 14px;
}

.styles-module__cNUuna__dropdown-content {
  width: var(--radix-popover-trigger-width);
  background: #fff;
  box-shadow: 0 7px 29px #64646f66;
}

.styles-module__cNUuna__invite-input-container {
  align-items: center;
  padding: 18px 20px 24px;
  display: flex;
}

.styles-module__cNUuna__role-dropdown-container {
  background-color: #0000000d;
  border-radius: 0 100px 100px 0;
  align-items: center;
  height: 48px;
  padding: 0 16px;
  display: flex;
}

.styles-module__cNUuna__role-dropdown-container [cmdk-item][data-selected] {
  background-color: #0000000d;
}

.styles-module__cNUuna__invite-input {
  background: #0000000d;
  border: none;
  border-radius: 100px 0 0 100px;
  outline: none;
  flex: 1;
  height: 48px;
  padding: 0 16px 0 48px;
}

.styles-module__cNUuna__add-people-icon {
  opacity: .4;
  width: 24px;
  height: 24px;
  margin-left: 12px;
  margin-right: -36px;
  transition: opacity .1s ease-out;
}

.styles-module__cNUuna__add-people-icon:has( + :focus) {
  opacity: 1;
}

/* [project]/apps/niice-jam/components/DocPermissionsV2/PermissionEntity/styles.module.css [app-client] (css) */
.styles-module__XzU9_W__permission-entity {
  justify-content: space-between;
  align-items: center;
  gap: 9px;
  padding: 6px 24px;
  transition: background-color .1s ease-out;
  display: flex;
}

.styles-module__XzU9_W__permission-entity:hover {
  background-color: #0000000d;
}

.styles-module__XzU9_W__left {
  align-items: center;
  gap: 12px;
  margin-left: -3px;
  display: flex;
}

.styles-module__XzU9_W__details {
  flex-direction: column;
  display: flex;
}

.styles-module__XzU9_W__details > span {
  line-height: 18px;
}

.styles-module__XzU9_W__details > span:last-child {
  color: #0009;
}

.styles-module__XzU9_W__title-wrap {
  align-items: center;
  gap: 6px;
  height: 24px;
  display: flex;
}

.styles-module__XzU9_W__via {
  cursor: pointer;
  white-space: nowrap;
}

.styles-module__XzU9_W__via span:hover {
  text-decoration: underline;
}

.styles-module__XzU9_W__faded .styles-module__XzU9_W__left {
  opacity: .5;
}

.styles-module__XzU9_W__via-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  max-width: 140px;
  display: inline-block;
  overflow: hidden;
}

.styles-module__XzU9_W__via-text:hover {
  color: #0009;
  text-decoration: underline;
}

/* [project]/apps/niice-jam/components/DocPermissionsV2/RolePicker/styles.module.css [app-client] (css) */
.styles-module__1nQk2W__trigger {
  -webkit-user-select: none;
  user-select: none;
  color: #000c;
  background: none;
  border: none;
  justify-content: flex-end;
  align-items: center;
  height: 42px;
  margin-right: -6px;
  padding: 0;
  display: flex;
}

.styles-module__1nQk2W__trigger[data-state="open"] .styles-module__1nQk2W__arrow {
  transform: rotate(180deg);
}

.styles-module__1nQk2W__trigger[data-readonly="true"] {
  color: #0009;
  cursor: default;
  margin-right: 0;
}

.styles-module__1nQk2W__trigger[data-readonly="true"] .styles-module__1nQk2W__arrow {
  display: none;
}

.styles-module__1nQk2W__content {
  z-index: 300;
  background-color: #fff;
  max-width: 240px;
  box-shadow: 0 0 12px #0000001a;
}

.styles-module__1nQk2W__content .header {
  border-bottom: 1px solid #0000001a;
  padding: 12px;
}

.styles-module__1nQk2W__content [data-radix-collection-item] {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  outline: none;
  flex-direction: column;
  padding: 6px 12px;
  display: flex;
}

.styles-module__1nQk2W__content [data-radix-collection-item][data-highlighted] {
  background-color: #0000000d;
}

.styles-module__1nQk2W__content [data-radix-collection-item] label {
  cursor: pointer;
  margin: 0;
  padding: 0;
  line-height: 1.4;
}

.styles-module__1nQk2W__content [data-radix-collection-item] label.danger {
  color: var(--n-red) !important;
}

.styles-module__1nQk2W__content [data-radix-collection-item] span {
  color: #0009;
  line-height: 1.2;
}

/* [project]/apps/niice-jam/components/DocPermissionsV2/MainContentHeader/Publishing/styles.module.css [app-client] (css) */
.styles-module__VwrO7G__container {
  grid-area: publishing;
  padding-top: 18px;
  padding-left: 24px;
  padding-right: 20px;
}

.styles-module__VwrO7G__published-container {
  white-space: nowrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.styles-module__VwrO7G__published-label {
  white-space: nowrap;
  color: #0009;
}

.styles-module__VwrO7G__stroke {
  background-color: #0003;
  width: 1px;
  height: 24px;
  margin-left: 12px;
  margin-right: 3px;
  display: inline-block;
}

.styles-module__VwrO7G__dropdown-trigger {
  opacity: .4;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  display: flex;
}

.styles-module__VwrO7G__dropdown-trigger:hover, .styles-module__VwrO7G__dropdown-trigger[data-state="open"] {
  opacity: .6;
}

.styles-module__VwrO7G__dropdown-content {
  color: #000c;
  filter: drop-shadow(0 0 3px #6363634d);
  z-index: 200;
  background-color: #fff;
  outline: none;
  flex-direction: column;
  display: flex;
}

.styles-module__VwrO7G__dropdown-content .arrow {
  fill: #fff;
}

.styles-module__VwrO7G__publish-options {
  font-family: var(--niice-sans);
  font-feature-settings: "pnum";
  font-size: 14px;
  line-height: calc(var(--niice-baseline) * 2);
  text-align: left;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  border: none;
  padding: 6px 18px;
  font-weight: 450;
}

.styles-module__VwrO7G__publish-options:hover {
  background-color: #f2f2f2;
}

/* [project]/apps/niice-jam/components/DocPermissionsV2/MainContentHeader/styles.module.css [app-client] (css) */
.styles-module__BM6ciW__container {
  background-color: #fff;
  grid-template: "breadcrumbs publishing" min-content
                 "invites invites" min-content
                 / auto min-content;
  grid-area: main-content-header;
  max-width: 600px;
  display: grid;
}

/* [project]/apps/niice-jam/components/DocPermissionsV2/MainContent/styles.module.css [app-client] (css) */
.styles-module__cyuxNW__container {
  background: #fff;
  flex-direction: column;
  grid-area: main-content;
  display: flex;
  overflow-x: scroll;
}

.styles-module__cyuxNW__container label {
  padding-left: 24px;
  display: inline-block;
}

.styles-module__cyuxNW__container .styles-module__cyuxNW__pass-list:not(:first-of-type) {
  margin-top: 18px;
}

.styles-module__cyuxNW__loading-container {
  grid-area: main-content;
  justify-content: center;
  align-items: center;
  display: flex;
}

.styles-module__cyuxNW__access-header-container {
  background: #fff;
  padding: 0 24px;
  position: sticky;
  top: 3px;
}

.styles-module__cyuxNW__access-header-container .access-sub {
  color: #0009;
}

.styles-module__cyuxNW__access-header-container .mantine-Switch-labelWrapper {
  display: none;
}

.styles-module__cyuxNW__direct-access-container {
  padding-top: 12px;
  padding-bottom: 18px;
}

.styles-module__cyuxNW__inherited-access-container {
  background-color: #f2f2f2;
}

.styles-module__cyuxNW__inherited-access-container .styles-module__cyuxNW__access-header-container {
  background-color: #f2f2f2;
  margin-top: -12px;
  padding-top: 12px;
}

.styles-module__cyuxNW__inherited-access-container {
  flex: 1;
  padding-top: 24px;
  padding-bottom: 18px;
}

/* [project]/apps/niice-jam/components/DocPermissionsV2/ShareLink/styles.module.css [app-client] (css) */
.styles-module__v8md7a__container {
  background: #fff;
  border-top: 1px solid #0000001a;
  grid-area: share-link;
}

.styles-module__v8md7a__link-details {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.styles-module__v8md7a__link-text {
  color: #0009;
  text-wrap: balance;
}

.styles-module__v8md7a__remove-public-link-button {
  cursor: pointer;
  color: #0009;
  margin: 0 0 0 6px;
  padding: 6px;
  text-decoration: underline;
  transition: color .1s;
}

.styles-module__v8md7a__remove-public-link-button:hover {
  color: #000;
}

.styles-module__v8md7a__copy-public-link-button {
  white-space: nowrap;
  border-color: #0000001a;
  min-width: fit-content;
  font-weight: 400;
  transition: border-color .1s;
}

.styles-module__v8md7a__copy-public-link-button:hover {
  border-color: #000;
}

.styles-module__v8md7a__create-shareable-page-link-button {
  z-index: 100;
  color: #0009;
  align-items: center;
  gap: 6px;
  margin-left: -3px;
  padding: 0;
  display: flex;
}

.styles-module__v8md7a__create-shareable-page-link-button .styles-module__v8md7a__link-icon {
  opacity: .4;
  transition: opacity .2s ease-out;
}

.styles-module__v8md7a__create-shareable-page-link-button:hover .styles-module__v8md7a__link-icon {
  opacity: 1;
}

.styles-module__v8md7a__create-shareable-page-link-button:hover {
  color: #000;
}

/* [project]/apps/niice-jam/components/CodeMirrorEditor/styles.module.css [app-client] (css) */
.styles-module__aKZ8UW__container {
  font-size: 14px;
  font-family: Menlo, Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace !important;
}

/* [project]/apps/niice-jam/components/ThemeStylePicker/ThemeStyleOption/styles.module.css [app-client] (css) */
.styles-module__Zu-qIW__option {
  font-family: var(--n-font-family);
  font-size: clamp(10px, var(--n-font-size), 54px);
  line-height: clamp(24px, var(--n-line-height), 60px);
  font-weight: var(--n-font-weight);
  color: var(--n-text-color, var(--n-auto-text-color-light));
  white-space: nowrap;
  text-align: left;
  cursor: pointer;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px;
  display: flex;
  overflow-x: clip;
}

.styles-module__Zu-qIW__option span {
  text-overflow: ellipsis;
  font-size: clamp(12px, var(--n-font-size), 30px);
  line-height: clamp(24px, var(--n-line-height), 36px);
  width: 100%;
  overflow-x: clip;
}

.styles-module__Zu-qIW__actions {
  flex-shrink: 0;
  align-items: center;
  gap: 4px;
  display: flex;
}

.styles-module__Zu-qIW__check {
  opacity: .5;
  flex-shrink: 0;
}

.styles-module__Zu-qIW__editButton {
  opacity: 0;
  border-radius: 0;
}

.styles-module__Zu-qIW__option:hover .styles-module__Zu-qIW__editButton {
  opacity: 1;
}

/* [project]/apps/niice-jam/components/ThemeStylePicker/styles.module.css [app-client] (css) */
.styles-module__Kx3-Rq__dropdown {
  min-width: 300px;
  max-height: 50vh;
  overflow-y: auto;
  box-shadow: 0 0 12px #0000001a;
}

.styles-module__Kx3-Rq__option {
  background: none;
  padding: 0;
}

.styles-module__Kx3-Rq__option:hover, .styles-module__Kx3-Rq__option[data-combobox-active] {
  background-color: #0000000d;
}

/* [project]/apps/niice-jam/components/DocsTiptapEditor/BubbleMenu/styles.module.css [app-client] (css) */
.styles-module__IWnLKq__trigger {
  font-family: var(--basis-grotesque, "TT Norms Pro Variable");
  font-feature-settings: "pnum";
  opacity: .8;
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #000;
  border: none;
  border-right: 1px solid #fff3;
  align-items: center;
  gap: 6px;
  min-width: min-content;
  max-width: 150px;
  height: 36px;
  padding: 0 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: background-color .1s;
  display: flex;
  overflow: hidden;
}

.styles-module__IWnLKq__trigger span:first-child {
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 1ex;
  overflow: hidden;
}

.styles-module__IWnLKq__trigger svg {
  margin: 0 -1ex;
}

.styles-module__IWnLKq__trigger svg path {
  fill: #fff;
  opacity: .6;
  transition: opacity .1s;
}

.styles-module__IWnLKq__trigger:hover {
  background-color: #ffffff1a;
}

.styles-module__IWnLKq__trigger:hover svg path {
  opacity: 1;
}

.styles-module__IWnLKq__trigger img {
  filter: invert();
  opacity: .8;
  width: 36px;
  height: 36px;
}

.styles-module__IWnLKq__trigger .styles-module__IWnLKq__dropdown-icon {
  color: #fffc;
  align-self: center;
  font-size: 8px;
}

/* [project]/apps/niice-jam/components/ui/PageSelect/PageItem/styles.module.css [app-client] (css) */
.styles-module__O7NIPq__page-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.styles-module__O7NIPq__page-item-slug {
  color: #0000004d;
  margin-top: 3px;
  font-size: 12px;
}

/* [project]/apps/niice-jam/components/ui/PageSelect/styles.module.css [app-client] (css) */
.styles-module__fHU0lW__select-trigger {
  flex: 1;
  align-items: center;
  gap: 12px;
  margin: 0 6px;
  display: flex;
}

.styles-module__fHU0lW__properties-panel-trigger {
  box-shadow: none;
  background: none;
  outline: none;
  flex: 1;
  justify-content: flex-end;
  gap: 4px;
  line-height: 0;
  display: flex;
}

.styles-module__fHU0lW__properties-panel-trigger[data-state="closed"] {
  box-shadow: none;
  outline: none;
}

.styles-module__fHU0lW__placeholder {
  opacity: .4;
}

.styles-module__fHU0lW__select-content {
  max-height: calc(100vh - 600px);
  overflow-y: auto;
}

/* [project]/apps/niice-jam/components/DocsButtonEditDialog/InternalView/styles.module.css [app-client] (css) */
.styles-module__VcKVzq__container {
  color: #0009;
  flex-direction: column;
  display: flex;
  overflow: auto;
}

.styles-module__VcKVzq__description {
  font-size: .75 rem;
  margin-bottom: 6px;
}

.styles-module__VcKVzq__padded-area {
  padding: 0 24px 24px;
}

.styles-module__VcKVzq__new-tab-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.styles-module__VcKVzq__page-select-container {
  align-items: center;
  gap: 24px;
  padding: 12px 0;
  display: flex;
}

.styles-module__VcKVzq__site-select-trigger {
  flex: 1;
  align-items: center;
  gap: 12px;
  margin: 0 6px;
  display: flex;
}

.styles-module__VcKVzq__site-select-content {
  max-height: calc(100vh - 600px);
  overflow-y: auto;
}

.styles-module__VcKVzq__save-button {
  background: #fff;
  border: none;
  border-top: 1px solid #0003;
  justify-content: center;
  align-items: center;
  height: 64px;
  font-weight: 500;
  display: flex;
}

.styles-module__VcKVzq__save-button:hover {
  background: #f2f2f2;
}

.styles-module__VcKVzq__save-button:disabled {
  color: #0006;
  cursor: not-allowed;
  background: #f2f2f2;
}

/* [project]/apps/niice-jam/components/BlockToolbars/Toolbars/Standard/styles.module.css [app-client] (css) */
.styles-module___tGe6G__container {
  --mantine-color-disabled-color: transparent;
  --mantine-color-disabled: transparent;
  --sc-color: #fff3;
  --sc-track-color: #ffffff1a;
  z-index: 500;
  -webkit-user-select: none;
  user-select: none;
  background-color: #000;
  border-radius: 100px;
  align-items: center;
  gap: 2px;
  padding: 4px;
  display: flex;
}

.styles-module___tGe6G__container[data-theme="light"] {
  --sc-color: #00000026;
  --sc-track-color: #0000001a;
  background-color: #fff;
}

.styles-module___tGe6G__container[data-theme="light"] svg {
  stroke: #000;
}

.styles-module___tGe6G__container[data-theme="dark"] {
  --sc-color: #fff3;
  --sc-track-color: #ffffff26;
  background-color: #000;
}

.styles-module___tGe6G__container[data-theme="dark"] svg {
  stroke: #fff;
}

.styles-module___tGe6G__container .mantine-SegmentedControl-root {
  background-color: var(--sc-track-color);
  border-radius: 100px;
}

.styles-module___tGe6G__container .mantine-SegmentedControl-indicator {
  background-color: var(--sc-color);
  box-shadow: none;
  border-radius: 100px;
}

.styles-module___tGe6G__container .mantine-SegmentedControl-label svg {
  opacity: .7;
  transition: opacity .15s, transform .15s;
}

.styles-module___tGe6G__container .mantine-SegmentedControl-label:hover svg {
  opacity: 1;
  transform: scale(1.1);
}

.styles-module___tGe6G__container .mantine-SegmentedControl-label[data-active] svg {
  opacity: 1;
}

/* [project]/apps/niice-jam/components/BlockToolbars/ActionComponents/ActionMenu/styles.module.css [app-client] (css) */
.styles-module__FpNE1q__dropdown {
  border: none;
}

.styles-module__FpNE1q__dropdown[data-theme="light"] {
  color: #000;
  background-color: #fff;
}

.styles-module__FpNE1q__dropdown[data-theme="light"] .mantine-Menu-item {
  color: #000;
}

.styles-module__FpNE1q__dropdown[data-theme="light"] .mantine-Menu-item:hover {
  background-color: #0000001a;
}

.styles-module__FpNE1q__dropdown[data-theme="dark"] {
  background-color: #000;
}

.styles-module__FpNE1q__dropdown[data-theme="dark"] .mantine-Menu-item {
  color: #fff;
}

.styles-module__FpNE1q__dropdown[data-theme="dark"] .mantine-Menu-item:hover {
  background-color: #ffffff1a;
}

.styles-module__FpNE1q__dropdown .mantine-Menu-itemLabel {
  font-size: 14px !important;
}

.styles-module__FpNE1q__arrow {
  border: none;
}

/* [project]/apps/niice-jam/components/BlockToolbars/ToolbarContent/ContainerBlock/styles.module.css [app-client] (css) */
.styles-module__V7H7XG__container {
  align-items: center;
  gap: 6px;
  margin-left: 3px;
  display: flex;
}

/* [project]/apps/niice-jam/components/BlockToolbars/Controls/ValueLabel/styles.module.css [app-client] (css) */
.styles-module__SN7_IW__valueLabel {
  white-space: nowrap;
  pointer-events: none;
  color: #fff;
  border-radius: 100px;
  padding: 2px 4px;
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  position: absolute;
}

/* [project]/apps/niice-jam/components/BlockToolbars/ToolbarContent/ContainerBlock/GapHandles/GapHandle/styles.module.css [app-client] (css) */
.styles-module__imDsAa__horizontalGapZone {
  cursor: ns-resize;
  z-index: 10;
  justify-content: center;
  align-items: center;
  height: 12px;
  display: flex;
  position: absolute;
}

.styles-module__imDsAa__verticalGapZone {
  cursor: ew-resize;
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 12px;
  display: flex;
  position: absolute;
}

.styles-module__imDsAa__horizontalLine {
  pointer-events: auto;
  width: 18px;
  height: 2px;
  position: relative;
}

.styles-module__imDsAa__horizontalLine:before {
  content: "";
  position: absolute;
  inset: -4px -8px;
}

.styles-module__imDsAa__verticalLine {
  pointer-events: auto;
  width: 2px;
  height: 18px;
  position: relative;
}

.styles-module__imDsAa__verticalLine:before {
  content: "";
  position: absolute;
  inset: -8px -4px;
}

.styles-module__imDsAa__gapOverlay {
  pointer-events: none;
  z-index: 9;
  position: absolute;
}

/* [project]/apps/niice-jam/components/BlockToolbars/Toolbars/Overlay/styles.module.css [app-client] (css) */
.styles-module__JRnI1a__container {
  pointer-events: none;
  z-index: 10;
  position: relative;
}

.styles-module__JRnI1a__container > * {
  pointer-events: auto;
}

/* [project]/apps/niice-jam/components/BlockToolbars/Toolbars/FullWidth/styles.module.css [app-client] (css) */
.styles-module__UPoDRG__container {
  --mantine-color-disabled-color: transparent;
  --mantine-color-disabled: transparent;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  justify-content: center;
  gap: 2px;
  display: flex;
}

/* [project]/apps/niice-jam/components/BlockToolbars/Toolbars/FullHeight/styles.module.css [app-client] (css) */
.styles-module__AJF8GG__container {
  --mantine-color-disabled-color: transparent;
  --mantine-color-disabled: transparent;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  flex-direction: column;
  justify-content: center;
  width: 24px;
  display: flex;
}

/* [project]/apps/niice-jam/components/BlockToolbars/Actions/table/add-row/styles.module.css [app-client] (css) */
.styles-module__wbVMWq__add-row-button {
  background-color: rgb(from var(--n-affordance-color, black) r g b / 60%);
  outline: 2px solid rgb(from var(--n-affordance-color, black) r g b / 60%);
  border: none;
  place-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.styles-module__wbVMWq__add-row-button svg {
  stroke: #fff;
}

.styles-module__wbVMWq__add-row-button:hover {
  background-color: rgb(from var(--n-affordance-color, black) r g b / 100%);
  outline: 2px solid rgb(from var(--n-affordance-color, black) r g b / 100%);
}

/* [project]/apps/niice-jam/components/BlockToolbars/Actions/table/add-column/styles.module.css [app-client] (css) */
.styles-module__tr1DGG__add-column-button {
  background-color: rgb(from var(--n-affordance-color, black) r g b / 60%);
  outline: 2px solid rgb(from var(--n-affordance-color, black) r g b / 60%);
  border: none;
  flex-wrap: wrap;
  place-content: center;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
}

.styles-module__tr1DGG__add-column-button svg {
  stroke: #fff;
}

.styles-module__tr1DGG__add-column-button:hover {
  background-color: rgb(from var(--n-affordance-color, black) r g b / 100%);
  outline: 2px solid rgb(from var(--n-affordance-color, black) r g b / 100%);
}

/* [project]/apps/niice-jam/components/BlockToolbars/ActionComponents/ActionInput/styles.module.css [app-client] (css) */
.styles-module__eV6gQa__wrapper {
  position: relative;
}

.styles-module__eV6gQa__measurer {
  visibility: hidden;
  white-space: pre;
  padding: 0 4px;
  font-size: 16px;
  position: absolute;
}

.styles-module__eV6gQa__input {
  background-color: #0000;
  border: none;
  height: 24px;
  min-height: 24px;
  padding: 0 6px;
  font-size: 16px;
}

.styles-module__eV6gQa__input[data-theme="light"] {
  color: #0009;
}

.styles-module__eV6gQa__input[data-theme="light"]:hover, .styles-module__eV6gQa__input[data-theme="light"]:focus {
  color: #000;
}

.styles-module__eV6gQa__input[data-theme="light"]::placeholder {
  color: #0006;
}

.styles-module__eV6gQa__input[data-theme="dark"] {
  color: #fff9;
}

.styles-module__eV6gQa__input[data-theme="dark"]:hover, .styles-module__eV6gQa__input[data-theme="dark"]:focus {
  color: #fff;
}

.styles-module__eV6gQa__input[data-theme="dark"]::placeholder {
  color: #fff6;
}

/* [project]/apps/niice-jam/components/BlockToolbars/ToolbarContent/ButtonBlock/styles.module.css [app-client] (css) */
.styles-module__s2RXGa__container {
  align-items: center;
  margin-left: 3px;
  display: flex;
}

.styles-module__s2RXGa__backgroundColorBubble {
  margin-right: 3px;
  display: flex;
}

/* [project]/apps/niice-jam/components/BlockToolbars/ActionCollections/UserActions/styles.module.css [app-client] (css) */
.styles-module__xhb3SW__container {
  align-items: center;
  font-size: 16px;
  display: flex;
}

.styles-module__xhb3SW__container[data-theme="light"] {
  color: #0009;
}

.styles-module__xhb3SW__container[data-theme="dark"] {
  color: #fff9;
}

.styles-module__xhb3SW__actionLink {
  cursor: pointer;
  align-items: center;
  gap: 2px;
  text-decoration: none;
  display: flex;
}

.styles-module__xhb3SW__actionLink > .styles-module__xhb3SW__label {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 120px;
  overflow: hidden;
}

.styles-module__xhb3SW__actionLink > svg {
  stroke-width: 3px;
  flex-shrink: 0;
}

.styles-module__xhb3SW__actionLink[data-theme="light"] > svg {
  stroke: #0009;
}

.styles-module__xhb3SW__actionLink[data-theme="light"]:hover {
  color: #000;
}

.styles-module__xhb3SW__actionLink[data-theme="light"]:hover > svg {
  stroke: #000;
}

.styles-module__xhb3SW__actionLink[data-theme="dark"] > svg {
  stroke: #999;
}

.styles-module__xhb3SW__actionLink[data-theme="dark"]:hover {
  color: #fff;
}

.styles-module__xhb3SW__actionLink[data-theme="dark"]:hover > svg {
  stroke: #fff;
}

/* [project]/apps/niice-jam/components/BlockToolbars/ActionComponents/ActionThumbnailButton/styles.module.css [app-client] (css) */
.styles-module__er1Ima__thumbnailButton {
  cursor: pointer;
  outline-offset: -1px;
  background: none;
  border: none;
  border-radius: 100px;
  outline: 1px solid #0003;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding: 0;
  transition: scale .15s, outline-color .15s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.styles-module__er1Ima__thumbnailButton:hover {
  outline-color: #00000080;
  scale: 1.05;
}

.styles-module__er1Ima__thumbnailButton[data-theme="dark"] {
  outline-color: #fff6;
}

.styles-module__er1Ima__thumbnailButton[data-theme="dark"]:hover {
  outline-color: #fffc;
}

.styles-module__er1Ima__thumbnail {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.styles-module__er1Ima__placeholderIcon {
  width: 18px;
  height: 18px;
}

.styles-module__er1Ima__hiddenInput {
  display: none;
}

/* [project]/apps/niice-jam/components/BlockToolbars/ToolbarContent/ImageBlock/styles.module.css [app-client] (css) */
.styles-module___jsIZG__container {
  align-items: center;
  margin-left: 3px;
  display: flex;
}

/* [project]/apps/niice-jam/components/BlockToolbars/ToolbarContent/TabBlock/styles.module.css [app-client] (css) */
.styles-module__Nyzg4G__container {
  align-items: center;
  margin-left: 3px;
  display: flex;
}

/* [project]/apps/niice-jam/components/BlockToolbars/ToolbarContent/RowsBlock/styles.module.css [app-client] (css) */
.styles-module__l1UqGG__container {
  align-items: center;
  gap: 6px;
  margin-left: 3px;
  display: flex;
}

