/* [project]/apps/niice-jam/components/AppRouter/Editable/DocPageWrapper/styles.module.css [app-client] (css) */
@keyframes styles-module__nj0VdG__fadeIn {
  0% {
    opacity: 0;
  }

  75% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.styles-module__nj0VdG__pageLoadContainer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100vw;
  height: 100vh;
  animation: 1s styles-module__nj0VdG__fadeIn;
  display: flex;
}

/* [project]/apps/niice-jam/components/DocSidebar/insert-menu.module.css [app-client] (css) */
.insert-menu-module__zURQlW__trigger {
  cursor: pointer;
  align-items: center;
  margin-top: 6px;
  margin-left: 22px;
  padding: 6px 0;
  font-size: 16px;
  transition: color .2s;
  display: flex;
}

.insert-menu-module__zURQlW__trigger:before {
  content: "";
  opacity: .4;
  background: url("../media/icon-add.58ba43ba.svg") 0 0 / contain no-repeat;
  width: 24px;
  height: 24px;
  margin-right: 6px;
  transition: opacity .2s;
  display: inline-block;
}

.insert-menu-module__zURQlW__trigger:hover:before {
  opacity: 1;
}

.insert-menu-module__zURQlW__trigger[data-theme="dark"] {
  color: #fffc;
}

.insert-menu-module__zURQlW__trigger[data-theme="dark"]:hover {
  color: #fff;
}

.insert-menu-module__zURQlW__trigger[data-theme="dark"]:before {
  filter: invert();
}

.insert-menu-module__zURQlW__trigger[data-theme="light"] {
  color: #0009;
}

.insert-menu-module__zURQlW__trigger[data-theme="light"]:hover {
  color: #000;
}

/* [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__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/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/DocPermissionsV2/styles.module.css [app-client] (css) */
.styles-module__XbltYa__content-container {
  --dialog-edge-padding-horizontal: 24px;
  --dialog-edge-padding-vertical: 24px;
  --dialog-edge-padding: var(--dialog-edge-padding-vertical) var(--dialog-edge-padding-horizontal);
  grid-template: "sidebar main-content-header" min-content
                 "sidebar main-content" 1fr
                 "sidebar share-link" min-content
                 / 300px 1fr;
  width: max(70vw, 420px);
  max-width: 900px;
  height: max(70vh, 420px);
  display: grid;
}

/* [project]/apps/niice-jam/components/DocPermissionsV2/Sidebar/styles.module.css [app-client] (css) */
.styles-module__czxlpq__sidebar-container {
  --dialog-edge-padding-horizontal: 18px;
  border-right: 1px solid #0000001a;
  flex-direction: column;
  grid-area: sidebar;
  display: flex;
}

.styles-module__czxlpq__sidebar-container [data-radix-scroll-area-viewport] > div {
  display: block !important;
}

/* [project]/apps/niice-jam/components/DocPermissionsV2/Sidebar/SidebarItem/styles.module.css [app-client] (css) */
.styles-module__GOzX3a__container {
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  max-width: 100%;
  height: 42px;
  padding-left: var(--dialog-edge-padding-horizontal);
  cursor: pointer;
  background: none;
  border: none;
  align-items: center;
  display: flex;
}

.styles-module__GOzX3a__container:hover {
  background: #0000000d;
}

.styles-module__GOzX3a__container[data-selected="true"] {
  background: #0000000d;
  font-weight: 500;
}

.styles-module__GOzX3a__container:has(.styles-module__GOzX3a__full-draft-indicator) .styles-module__GOzX3a__title {
  opacity: .6;
}

.styles-module__GOzX3a__title {
  color: var(--n-ui-text-color, black);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.styles-module__GOzX3a__current-page {
  font-weight: 600;
}

.styles-module__GOzX3a__draft-hit-area {
  justify-content: center;
  align-items: center;
  width: 18px;
  min-width: 18px;
  height: 24px;
  min-height: 24px;
  margin-left: 12px;
  display: flex;
}

.styles-module__GOzX3a__draft-hit-area:has(.styles-module__GOzX3a__full-draft-indicator) {
  opacity: .2;
}

.styles-module__GOzX3a__draft-hit-area:has(.styles-module__GOzX3a__mixed-draft-indicator) {
  opacity: .27;
}

.styles-module__GOzX3a__draft-hit-area:hover {
  opacity: .4;
}

.styles-module__GOzX3a__full-draft-indicator {
  box-sizing: border-box;
  background: #000;
  border-radius: 100px;
  width: 9px;
  min-width: 9px;
  height: 9px;
  min-height: 9px;
  display: block;
  overflow: hidden;
}

.styles-module__GOzX3a__mixed-draft-indicator {
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 100px;
  width: 10px;
  min-width: 10px;
  height: 10px;
  min-height: 10px;
  display: block;
  overflow: hidden;
}

.styles-module__GOzX3a__mixed-draft-indicator:after {
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  display: block;
  transform: translateX(50%);
}

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

.styles-module__GOzX3a__expand-button {
  opacity: .4;
  width: 36px;
  min-width: 36px;
  height: 24px;
  stroke-width: var(--n-ui-icon-stroke-width, 2px);
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding: 0;
  transition: opacity .1s ease-out;
  display: flex;
}

.styles-module__GOzX3a__expand-button:hover {
  opacity: 1;
}

.styles-module__GOzX3a__expand-button[data-expanded="true"] .styles-module__GOzX3a__chevron {
  margin-top: -1px;
  transform: rotate(0);
}

/* [project]/apps/niice-jam/components/DocPermissionsV2/Sidebar/SidebarHeader/styles.module.css [app-client] (css) */
.styles-module__O90cUW__main-label {
  padding-top: var(--dialog-edge-padding-vertical);
  padding-left: var(--dialog-edge-padding-horizontal);
  padding-right: var(--dialog-edge-padding-horizontal);
  display: block;
}

.styles-module__O90cUW__secondary-label {
  padding-left: var(--dialog-edge-padding-horizontal);
  padding-right: var(--dialog-edge-padding-horizontal);
  margin-bottom: 6px;
  display: block;
}

.styles-module__O90cUW__site-access-image {
  object-fit: cover;
  cursor: pointer;
  width: 30px;
  height: 30px;
}

.styles-module__O90cUW__doc-button {
  width: 100%;
  height: 42px;
  padding: 0;
  padding-left: var(--dialog-edge-padding-horizontal);
  padding-right: var(--dialog-edge-padding-horizontal);
  background: none;
  border: none;
  align-items: center;
  gap: 12px;
  margin: 12px 0 24px;
  display: flex;
}

.styles-module__O90cUW__doc-button[data-selected="true"] {
  font-weight: 500;
}

.styles-module__O90cUW__doc-button:hover, .styles-module__O90cUW__doc-button[data-selected="true"] {
  background-color: #0000000d;
}

:is(.styles-module__O90cUW__doc-button:hover .preview, .styles-module__O90cUW__doc-button[data-selected="true"] .preview) {
  background-color: #0000001a;
}

.styles-module__O90cUW__doc-button .preview {
  background-color: #0000000d;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
}

.styles-module__O90cUW__doc-button .styles-module__O90cUW__doc-title {
  text-align: left;
  flex: 1;
}

/* [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/AvailableOptions/styles.module.css [app-client] (css) */
.styles-module__8vrfWq__availableOptionsContainer {
  margin-bottom: var(--gutter);
  position: relative;
}

.styles-module__8vrfWq__availableOptionsContainer:empty {
  display: none;
}

.styles-module__8vrfWq__availableOptions {
  display: flex;
}

.styles-module__8vrfWq__activeFiltersSection + .styles-module__8vrfWq__suggestedOptionBadges {
  margin-left: var(--mantine-spacing-md);
  padding-left: var(--mantine-spacing-md);
  border-left: 1px solid rgba(from var(--n-auto-text-color, #000) r g b / .1);
}

.styles-module__8vrfWq__activeFilterBadges {
  flex-wrap: nowrap;
  gap: 8px;
  display: flex;
}

.styles-module__8vrfWq__activeFilterBadge {
  text-transform: none;
  --badge-height: 42px;
  font-size: var(--mantine-font-size-sm);
  --badge-padding-x: var(--mantine-spacing-xs);
  --badge-bg: var(--n-auto-text-color, #000);
  --badge-bd: 1px solid rgba(from var(--n-auto-text-color, #000) r g b / .1);
  font-weight: 400;
}

.styles-module__8vrfWq__activeFilterBadge .mantine-Badge-label {
  margin: 0 3px;
}

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

.styles-module__8vrfWq__filterRemoveButton {
  opacity: .6;
  margin-left: 4px;
  transition: opacity .2s;
}

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

.styles-module__8vrfWq__suggestedOptionBadges {
  flex-wrap: nowrap;
  gap: 8px;
  display: flex;
}

.styles-module__8vrfWq__suggestedOptionBadges:empty {
  display: none;
}

.styles-module__8vrfWq__optionBadge {
  text-transform: none;
  --badge-height: 42px;
  --badge-padding-x: 18px;
  --badge-bg: transparent;
  --badge-bd: 1px solid rgba(from var(--n-auto-text-color, #000) r g b / .2);
  --badge-color: rgba(from var(--n-auto-text-color, #000) r g b / .6);
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  transition: border .2s ease-out;
  display: flex;
}

.styles-module__8vrfWq__optionBadge:hover {
  --badge-bd: 1px solid var(--accent-color);
  --badge-color: var(--n-auto-text-color);
}

.styles-module__8vrfWq__optionBadge .mantine-Badge-label {
  margin: 0;
}

.styles-module__8vrfWq__optionBadgeImage {
  background: rgba(from var(--n-auto-text-color, #000) r g b / .05);
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 100px;
  width: 36px;
  margin-left: -16px;
  margin-right: 3px;
  display: block;
}

.styles-module__8vrfWq__count {
  opacity: .6;
  margin-left: 1ex;
  font-size: 12px;
}

/* [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/AppRouter/ControlPanels/Templates/IndividualTemplateWrapper/RelatedTemplates/styles.module.css [app-client] (css) */
.styles-module__wWYaVW__related-templates-container {
  padding-top: 36px;
  padding-left: 42px;
}

.styles-module__wWYaVW__heading {
  margin-top: var(--margin);
  padding-bottom: 24px;
  font-size: 16px;
  font-weight: 600;
}

