/* [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/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/DocProperties/PanelGrid/styles.module.css [app-client] (css) */
.styles-module__r6rHQG__panel-grid {
  grid-template-columns: repeat(12, 1fr);
  padding: 0 12px;
  display: grid;
}

/* [project]/apps/niice-jam/components/DocProperties/PropertiesGroup/styles.module.css [app-client] (css) */
.styles-module__rzeSSW__properties_group {
  border-top: 1px solid #0003;
  flex-direction: column;
  padding-bottom: 12px;
  display: flex;
}

.styles-module__rzeSSW__properties_group .properties_group_title {
  padding: 12px 12px 3px;
}

