/* [project]/packages/@infra/ui/src/components/foundation/atoms/combobox-option.module.css [app-client] (css) */
.combobox-option-module__JlQrgG__option[data-combobox-selected] {
  background-color: var(--mantine-color-gray-1);
  color: var(--mantine-color-dark-6);
}

.combobox-option-module__JlQrgG__option[data-combobox-selected]:hover {
  background-color: var(--mantine-color-gray-2);
}

/* [project]/packages/@infra/ui/src/components/foundation/organisms/TiptapEditor/tiptap-styles.css [app-client] (css) */
.ProseMirror {
  min-height: inherit;
  color: #212529;
  outline: none;
  font-family: Inter;
  font-size: 14px;
  line-height: 1.6;
}

.ProseMirror p.is-editor-empty:first-child:before {
  content: attr(data-placeholder);
  float: left;
  color: #adb5bd;
  pointer-events: none;
  height: 0;
  font-style: italic;
}

.ProseMirror h1 {
  margin: .67em 0;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2;
}

.ProseMirror h2 {
  margin: .83em 0;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.3;
}

.ProseMirror h3 {
  margin: 1em 0;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.4;
}

.ProseMirror h4 {
  margin: 1.33em 0;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.4;
}

.ProseMirror p {
  margin: .5em 0;
}

.ProseMirror ul, .ProseMirror ol {
  margin: .5em 0;
  padding-left: 1.5em;
}

.ProseMirror ul {
  list-style-type: disc;
}

.ProseMirror ol {
  list-style-type: decimal;
}

.ProseMirror li {
  margin: .25em 0;
}

.ProseMirror li > p {
  margin: 0;
}

.ProseMirror ul ul, .ProseMirror ol ol, .ProseMirror ul ol, .ProseMirror ol ul {
  margin: .25em 0;
}

.ProseMirror blockquote {
  color: #495057;
  border-left: 4px solid #dee2e6;
  margin: 1em 0;
  padding-left: 1em;
  font-style: italic;
}

.ProseMirror code {
  color: #e03131;
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 4px;
  padding: .2em .4em;
  font-family: JetBrains Mono;
  font-size: .9em;
}

.ProseMirror pre {
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 4px;
  margin: 1em 0;
  padding: 1em;
  overflow-x: auto;
}

.ProseMirror pre code {
  color: #212529;
  background: none;
  border: none;
  padding: 0;
  font-size: .9em;
}

.ProseMirror a {
  color: #228be6;
  cursor: pointer;
  text-decoration: underline;
}

.ProseMirror a:hover {
  color: #1c7ed6;
}

.ProseMirror img {
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  margin: 1em 0;
}

.ProseMirror table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  margin: 1em 0;
  overflow: hidden;
}

.ProseMirror table td, .ProseMirror table th {
  vertical-align: top;
  box-sizing: border-box;
  border: 1px solid #dee2e6;
  min-width: 1em;
  padding: .5em .75em;
  position: relative;
}

.ProseMirror table th {
  text-align: left;
  background-color: #f8f9fa;
  font-weight: 600;
}

.ProseMirror table .selectedCell {
  background-color: #e7f5ff;
}

.ProseMirror .column-resize-handle {
  pointer-events: none;
  background-color: #228be6;
  width: 4px;
  position: absolute;
  top: 0;
  bottom: -2px;
  right: -2px;
}

.ProseMirror hr {
  border: none;
  border-top: 2px solid #dee2e6;
  margin: 2em 0;
}

.ProseMirror strong {
  font-weight: 700;
}

.ProseMirror em {
  font-style: italic;
}

.ProseMirror u {
  text-decoration: underline;
}

.ProseMirror s {
  text-decoration: line-through;
}

.ProseMirror [style*="text-align: left"] {
  text-align: left;
}

.ProseMirror [style*="text-align: center"] {
  text-align: center;
}

.ProseMirror [style*="text-align: right"] {
  text-align: right;
}

.ProseMirror [style*="text-align: justify"] {
  text-align: justify;
}

.ProseMirror ::selection {
  background-color: #d0ebff;
}

.ProseMirror:focus {
  outline: none;
}

.ProseMirror[contenteditable="false"] {
  cursor: default;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}

.ProseMirror.disabled {
  opacity: .6;
  cursor: not-allowed;
}

.ProseMirror-empty:before {
  content: attr(data-empty-text);
  float: left;
  color: #adb5bd;
  pointer-events: none;
  height: 0;
}

.ProseMirror .ProseMirror-gapcursor {
  pointer-events: none;
  display: none;
  position: absolute;
}

.ProseMirror .ProseMirror-gapcursor:after {
  content: "";
  border-top: 1px solid #000;
  width: 20px;
  animation: 1.1s steps(2, start) infinite ProseMirror-cursor-blink;
  display: block;
  position: absolute;
  top: -2px;
}

@keyframes ProseMirror-cursor-blink {
  to {
    visibility: hidden;
  }
}

.ProseMirror ul[data-type="taskList"] {
  padding-left: 0;
  list-style: none;
}

.ProseMirror ul[data-type="taskList"] li {
  align-items: flex-start;
  display: flex;
}

.ProseMirror ul[data-type="taskList"] li input[type="checkbox"] {
  margin-top: .3em;
  margin-right: .5em;
}

.ProseMirror .collaboration-cursor__caret {
  word-break: normal;
  pointer-events: none;
  border-left: 1px solid #0d0d0d;
  border-right: 1px solid #0d0d0d;
  margin-left: -1px;
  margin-right: -1px;
  position: relative;
}

.ProseMirror .collaboration-cursor__label {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #fff;
  white-space: nowrap;
  border-radius: 3px 3px 3px 0;
  padding: .1rem .3rem;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: absolute;
  top: -1.4em;
  left: -1px;
}

.ProseMirror mark {
  background-color: #fff3bf;
  border-radius: 2px;
  padding: .1em 0;
}

.ProseMirror [data-text-color] {
  color: var(--text-color);
}

/* [project]/packages/@infra/ui/src/components/foundation/templates/FoundationAppShell/AppShellNavbar.module.css [app-client] (css) */
.AppShellNavbar-module__4Chloa__navbar {
  background-color: var(--mantine-color-gray-0);
  flex-direction: column;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.AppShellNavbar-module__4Chloa__navbar .mantine-ScrollArea-scrollbar {
  background-color: rgba(0, 0, 0, 0);
}

.AppShellNavbar-module__4Chloa__navbar .mantine-ScrollArea-thumb {
  background-color: var(--mantine-color-gray-3);
}

.AppShellNavbar-module__4Chloa__navbar .mantine-ScrollArea-thumb:hover {
  background-color: var(--mantine-color-gray-4);
}

.AppShellNavbar-module__4Chloa__navbar .mantine-NavLink-root {
  color: var(--mantine-color-dark-4);
  border-left: 3px solid rgba(0, 0, 0, 0);
  border-radius: 6px;
  margin-bottom: 2px;
  transition: background-color .2s, color .2s, border-color .2s;
}

.AppShellNavbar-module__4Chloa__navbar .mantine-NavLink-root:hover {
  background-color: var(--mantine-color-gray-1);
}

.AppShellNavbar-module__4Chloa__navbar .mantine-NavLink-root:focus-visible {
  outline: 2px solid var(--mantine-color-blue-4);
  outline-offset: -2px;
}

.AppShellNavbar-module__4Chloa__navbar .mantine-NavLink-root[data-active] {
  background-color: var(--mantine-color-blue-0);
  color: var(--mantine-color-blue-4);
  border-left-color: var(--mantine-color-blue-4);
}

.AppShellNavbar-module__4Chloa__navbar .mantine-NavLink-root[data-active] .mantine-NavLink-label {
  color: var(--mantine-color-dark-6);
  font-weight: 600;
}

.AppShellNavbar-module__4Chloa__navbar .mantine-NavLink-root[data-active] .mantine-NavLink-leftSection svg {
  color: var(--mantine-color-blue-4);
}

.AppShellNavbar-module__4Chloa__navbar .mantine-NavLink-label {
  color: var(--mantine-color-dark-4);
}

.AppShellNavbar-module__4Chloa__navbar .mantine-NavLink-leftSection svg {
  color: var(--mantine-color-gray-6);
}

.AppShellNavbar-module__4Chloa__navbar .mantine-NavLink-description {
  color: var(--mantine-color-gray-5);
}

.AppShellNavbar-module__4Chloa__navbar .mantine-NavLink-chevron {
  color: var(--mantine-color-gray-5);
}

.AppShellNavbar-module__4Chloa__navbar .mantine-NavLink-children {
  border-left: 1px solid var(--mantine-color-gray-2);
  margin-left: 20px;
}

.AppShellNavbar-module__4Chloa__navbarCollapsed .mantine-NavLink-root {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 2px auto;
  padding: 0;
  display: flex;
}

.AppShellNavbar-module__4Chloa__navbarCollapsed .mantine-NavLink-body {
  display: none;
}

.AppShellNavbar-module__4Chloa__navbarCollapsed .mantine-NavLink-leftSection {
  margin: 0;
}

.AppShellNavbar-module__4Chloa__divider {
  background-color: var(--mantine-color-gray-2);
  height: 1px;
  margin: 8px 12px;
}

/*# sourceMappingURL=packages_%40infra_ui_src_components_foundation_46d9cf41._.css.map*/