@keyframes fade-in {
  to {
    opacity: 1;
  }
}

/* line 59, app/assets/stylesheets/vars.scss */
:root {
  --blue: #0093ff;
  --blue-light: #619aea;
  --light-blue: #e7f0fe;
  --dark-blue: #152847;
}

/* line 1, app/assets/stylesheets/ai-tooltip.scss */
.ai-tooltip {
  font-size: 20px;
  position: absolute;
  left: 20px;
  z-index: 9999;
  transition: all 0.15s;
}

/* line 8, app/assets/stylesheets/ai-tooltip.scss */
.ai-tooltip svg {
  width: 30px;
  height: 30px;
}

/* line 13, app/assets/stylesheets/ai-tooltip.scss */
.ai-tooltip.visible-true {
  opacity: 1;
  transform: scale(1);
}

/* line 18, app/assets/stylesheets/ai-tooltip.scss */
.ai-tooltip.visible-false {
  opacity: 0;
  transform: scale(0);
}

/* line 23, app/assets/stylesheets/ai-tooltip.scss */
.ai-tooltip:hover {
  cursor: pointer;
  transform: scale(1.2);
}

@media (max-width: 750px) {
  /* line 1, app/assets/stylesheets/ai-tooltip.scss */
  .ai-tooltip {
    position: fixed;
    top: 50px;
    right: 5px;
    left: unset;
  }
  /* line 29, app/assets/stylesheets/ai-tooltip.scss */
  .ai-tooltip:hover {
    cursor: default;
    transform: none;
  }
}

/* line 1, app/assets/stylesheets/ai-modal.scss */
.ai-modal {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
}

/* line 8, app/assets/stylesheets/ai-modal.scss */
.ai-modal.visible-false {
  display: none;
}

/* line 12, app/assets/stylesheets/ai-modal.scss */
.ai-modal.visible-true {
  display: flex;
}

/* line 16, app/assets/stylesheets/ai-modal.scss */
.ai-modal .ai-modal-bg {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0);
}

/* line 26, app/assets/stylesheets/ai-modal.scss */
.ai-modal .ai-modal-fg {
  box-sizing: border-box;
  position: absolute;
  padding: 20px;
  z-index: 1002;
  width: 300px;
  border-radius: 5px;
  left: -250px;
}

/* line 35, app/assets/stylesheets/ai-modal.scss */
.ai-modal .ai-modal-fg h2 {
  margin-top: 0;
}

/* line 39, app/assets/stylesheets/ai-modal.scss */
.ai-modal .ai-modal-fg .ai-modal-action-grid {
  display: grid;
}

/* line 42, app/assets/stylesheets/ai-modal.scss */
.ai-modal .ai-modal-fg .ai-modal-action-grid button {
  margin-bottom: 5px;
}

@media (max-width: 1470px) and (min-width: 750px) {
  /* line 26, app/assets/stylesheets/ai-modal.scss */
  .ai-modal .ai-modal-fg {
    position: fixed;
    left: 0;
  }
}

@media (max-width: 750px) {
  /* line 26, app/assets/stylesheets/ai-modal.scss */
  .ai-modal .ai-modal-fg {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

/* line 62, app/assets/stylesheets/ai-modal.scss */
.darkMode .ai-modal .ai-modal-fg {
  background: #1a1a1a;
  border: 1px solid #333333;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 10px 30px rgba(0, 0, 0, 0.5);
}

/* line 70, app/assets/stylesheets/ai-modal.scss */
.lightMode .ai-modal .ai-modal-fg {
  background: #fefefe;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 10px 30px rgba(0, 0, 0, 0.2);
  border-top: 1px solid #dedede;
}

/* line 2, app/assets/stylesheets/base.scss */
.html-root {
  --body-bg-color: #f1f1f1;
  --body-text-color: #000000;
}

/* line 7, app/assets/stylesheets/base.scss */
.html-root.initializing-theme,
.html-root.initializing-theme * {
  transition: none !important;
}

/* line 13, app/assets/stylesheets/base.scss */
.html-root.darkMode {
  --body-bg-color: #111111;
  --body-text-color: #bbbbbb;
}

/* line 19, app/assets/stylesheets/base.scss */
html,
body {
  -webkit-font-smoothing: antialiased;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-height: 100vh;
  background-color: var(--body-bg-color);
  color: var(--body-text-color);
  text-underline-offset: "0.125em";
}

/* line 33, app/assets/stylesheets/base.scss */
a {
  overflow-wrap: anywhere;
  cursor: pointer;
  color: #666666;
  text-decoration: underline;
  text-decoration-color: #bbbbbb;
  text-decoration-thickness: 2px;
}

/* line 43, app/assets/stylesheets/base.scss */
a:hover {
  color: #333333;
  text-decoration-color: #999999;
}

/* line 48, app/assets/stylesheets/base.scss */
.darkMode a {
  color: #999999;
  text-decoration-color: #444444;
}

/* line 52, app/assets/stylesheets/base.scss */
.darkMode a:hover {
  color: #bbbbbb;
  text-decoration-color: #555555;
}

/* line 59, app/assets/stylesheets/base.scss */
.google-login-btn {
  padding: 18px 30px 20px 35px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  display: inline-block;
}

/* line 66, app/assets/stylesheets/base.scss */
.google-login-btn #eBWi3PVZ0U81 {
  width: 200px;
}

/* line 70, app/assets/stylesheets/base.scss */
.google-login-btn svg {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: 3px;
  right: 5px;
}

/* line 79, app/assets/stylesheets/base.scss */
.google-login-btn:hover {
  cursor: pointer;
}

@media (max-width: 750px) {
  /* line 59, app/assets/stylesheets/base.scss */
  .google-login-btn {
    font-size: 15px;
    padding: 14px 25px 17px 30px;
  }
  /* line 87, app/assets/stylesheets/base.scss */
  .google-login-btn #eBWi3PVZ0U81 {
    width: 150px;
  }
}

/* line 94, app/assets/stylesheets/base.scss */
.darkMode .google-login-btn {
  border: 1px solid #333333;
  color: #bbbbbb;
}

/* line 99, app/assets/stylesheets/base.scss */
.darkMode .error {
  color: #ff6b86;
}

/* line 105, app/assets/stylesheets/base.scss */
.lightMode .google-login-btn {
  border: 1px solid #000000;
  color: #000000;
}

/* line 110, app/assets/stylesheets/base.scss */
.lightMode .error {
  color: #ff6b86;
}

/* line 115, app/assets/stylesheets/base.scss */
.ai-loading {
  color: transparent;
  background-image: url(/assets/loader-96e37726c2f9b114c963eb78c109ee07b3caef97e473e931e7a4f8c47b044117.svg);
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  top: 3px;
  user-select: none;
}

/* line 126, app/assets/stylesheets/base.scss */
.spinner {
  animation: rotate 2s linear infinite;
  margin: 0;
  width: 16px;
  height: 16px;
  transition: opacity 0.3s;
}

/* line 133, app/assets/stylesheets/base.scss */
.spinner.small {
  width: 12px;
  height: 12px;
}

@media (max-width: 750px) {
  /* line 126, app/assets/stylesheets/base.scss */
  .spinner {
    top: 15px;
    left: 51px;
    width: 11px;
    height: 11px;
  }
}

/* line 145, app/assets/stylesheets/base.scss */
.spinner .path {
  stroke: #a7a7a7;
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}

/* line 151, app/assets/stylesheets/base.scss */
.spinner.saving-false {
  opacity: 0;
}

/* line 155, app/assets/stylesheets/base.scss */
.spinner.saving-true {
  opacity: 1;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

/* line 183, app/assets/stylesheets/base.scss */
.button,
button {
  display: inline-block;
  border-radius: 3px;
  padding: 8px 10px;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  border: none;
}

/* line 193, app/assets/stylesheets/base.scss */
.button:hover,
button:hover {
  cursor: pointer;
}

/* line 197, app/assets/stylesheets/base.scss */
.button.small,
button.small {
  padding: 5px 8px;
  font-size: 12px;
}

/* line 202, app/assets/stylesheets/base.scss */
.button.loading-true,
button.loading-true {
  color: transparent !important;
  position: relative;
}

/* line 206, app/assets/stylesheets/base.scss */
.button.loading-true .spinner,
button.loading-true .spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
}

/* line 213, app/assets/stylesheets/base.scss */
.button.loading-true .spinner #cir,
button.loading-true .spinner #cir {
  stroke: #a7a7a7;
  stroke-linecap: round;
  animation: dash 1.2s ease-in-out infinite;
}

/* line 222, app/assets/stylesheets/base.scss */
input[type="checkbox"] {
  cursor: pointer;
}

/* line 226, app/assets/stylesheets/base.scss */
.feature-requests {
  font-size: 0.8em;
  margin-bottom: 40px;
}

/* line 230, app/assets/stylesheets/base.scss */
.feature-requests textarea {
  box-sizing: border-box;
  width: 100%;
  height: 5rem;
  margin-bottom: 0.5rem;
}

/* line 238, app/assets/stylesheets/base.scss */
textarea {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  padding: 0.5rem;
  border-radius: 5px;
  background-color: transparent;
  resize: vertical;
}

/* line 245, app/assets/stylesheets/base.scss */
.lightMode textarea {
  border: 1px solid #dedede;
  color: #000000;
}

/* line 249, app/assets/stylesheets/base.scss */
.lightMode textarea::placeholder {
  color: #aaaaaa;
}

/* line 254, app/assets/stylesheets/base.scss */
.darkMode textarea {
  border: 1px solid #333333;
  color: #bbbbbb;
}

/* line 258, app/assets/stylesheets/base.scss */
.darkMode textarea::placeholder {
  color: #666666;
}

/* line 264, app/assets/stylesheets/base.scss */
.lightMode textarea:not(.no-outline):focus, .darkMode textarea:not(.no-outline):focus, textarea:not(.no-outline):focus {
  border: 1px solid #0093ff;
  box-shadow: 0 0 0 1px #0093ff;
  outline: none;
}

/* line 274, app/assets/stylesheets/base.scss */
.lightMode button,
.lightMode .button {
  background: #222222;
  color: #ffffff;
}

/* line 279, app/assets/stylesheets/base.scss */
.lightMode button.blue,
.lightMode .button.blue {
  background: #0093ff;
  color: #ffffff;
}

/* line 284, app/assets/stylesheets/base.scss */
.lightMode button.green,
.lightMode .button.green {
  background: #009800;
  color: #ffffff;
}

/* line 289, app/assets/stylesheets/base.scss */
.lightMode button.red,
.lightMode .button.red {
  background: #ff6b86;
  color: #ffffff;
}

/* line 294, app/assets/stylesheets/base.scss */
.lightMode button.outline,
.lightMode .button.outline {
  background: transparent;
  border: 1px solid #dedede;
  color: #000000;
  font-weight: normal;
}

/* line 300, app/assets/stylesheets/base.scss */
.lightMode button.outline:hover,
.lightMode .button.outline:hover {
  cursor: pointer;
  background-color: #f1f1f1;
}

/* line 307, app/assets/stylesheets/base.scss */
.darkMode button,
.darkMode .button {
  background: #333333;
  color: #bbbbbb;
}

/* line 312, app/assets/stylesheets/base.scss */
.darkMode button.blue,
.darkMode .button.blue {
  background: #0093ff;
  color: #ffffff;
}

/* line 317, app/assets/stylesheets/base.scss */
.darkMode button.green,
.darkMode .button.green {
  background: #009800;
  color: #ffffff;
}

/* line 322, app/assets/stylesheets/base.scss */
.darkMode button.red,
.darkMode .button.red {
  background: #ff6b86;
  color: #ffffff;
}

/* line 327, app/assets/stylesheets/base.scss */
.darkMode button.outline,
.darkMode .button.outline {
  background: transparent;
  border: 1px solid #333333;
  color: #bbbbbb;
  font-weight: normal;
}

/* line 333, app/assets/stylesheets/base.scss */
.darkMode button.outline:hover,
.darkMode .button.outline:hover {
  cursor: pointer;
  background-color: #111111;
}

/* line 340, app/assets/stylesheets/base.scss */
.editor-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  z-index: 9999999;
}

/* line 351, app/assets/stylesheets/base.scss */
.copyable-link {
  border-radius: 5px;
  padding: 0 0 0 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "SF Mono", "Roboto Mono", "Fira Code", "Fira Mono", "Droid Sans Mono", "Source Code Pro", monospace;
  font-size: 0.7em;
}

/* line 360, app/assets/stylesheets/base.scss */
.copyable-link .copyable-link-url {
  user-select: text;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: clip;
}

/* line 367, app/assets/stylesheets/base.scss */
.copyable-link .copyable-link-copy-btn {
  width: 160px;
  user-select: none;
  font-size: 1.2em;
  white-space: nowrap;
}

/* line 376, app/assets/stylesheets/base.scss */
.lightMode .copyable-link {
  border: 1px solid #dedede;
}

/* line 382, app/assets/stylesheets/base.scss */
.darkMode .copyable-link {
  border: 1px solid #333333;
}

/* line 389, app/assets/stylesheets/base.scss */
#night-logo {
  display: none;
}

/* line 394, app/assets/stylesheets/base.scss */
.darkMode #day-logo {
  display: none;
}

/* line 398, app/assets/stylesheets/base.scss */
.darkMode #night-logo {
  display: block;
}

/* line 406, app/assets/stylesheets/base.scss */
.lightMode .check-clock-loader .svg-pi-indicator, .lightMode .check-clock-loader .svg-pi-border {
  stroke: #000000;
}

/* line 410, app/assets/stylesheets/base.scss */
.darkMode .check-clock-loader .svg-pi-indicator, .darkMode .check-clock-loader .svg-pi-border {
  stroke: #bbbbbb;
}

/* line 416, app/assets/stylesheets/base.scss */
.lightMode .check-clock-loader .svg-pi-checkmark {
  fill: #fefefe;
}

/* line 420, app/assets/stylesheets/base.scss */
.darkMode .check-clock-loader .svg-pi-checkmark {
  fill: #1a1a1a;
}

/* line 2, app/assets/stylesheets/docs-list.scss */
.docs-index .header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}

/* line 8, app/assets/stylesheets/docs-list.scss */
.docs-index .header .header-inner {
  overflow-x: hidden;
}

/* line 11, app/assets/stylesheets/docs-list.scss */
.docs-index .header .header-inner .logo svg {
  margin: 6px 0 5px 0;
}

/* line 17, app/assets/stylesheets/docs-list.scss */
.docs-index .toolbar-right {
  font-size: 0.9em;
}

/* line 20, app/assets/stylesheets/docs-list.scss */
.docs-index .toolbar-right .avatar {
  margin: 0;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

/* line 27, app/assets/stylesheets/docs-list.scss */
.docs-index .toolbar-right .user-dropdown-icon {
  display: flex;
  width: 1rem;
  margin-left: -0.5rem;
  cursor: pointer;
}

/* line 34, app/assets/stylesheets/docs-list.scss */
.docs-index .toolbar-right .user-dropdown {
  position: fixed;
  top: 40px;
  right: 10px;
  z-index: 100000;
  padding: 5px;
  border-radius: 5px;
}

/* line 42, app/assets/stylesheets/docs-list.scss */
.docs-index .toolbar-right .user-dropdown a {
  display: block;
  padding: 5px;
  text-decoration: none;
  opacity: 0.7;
}

/* line 48, app/assets/stylesheets/docs-list.scss */
.docs-index .toolbar-right .user-dropdown a:hover {
  cursor: pointer;
  opacity: 1;
}

/* line 57, app/assets/stylesheets/docs-list.scss */
.docs-index.lightMode .user-dropdown {
  background: #fefefe;
  border: 1px solid #dedede;
}

/* line 61, app/assets/stylesheets/docs-list.scss */
.docs-index.lightMode .user-dropdown a {
  color: #000000;
}

/* line 68, app/assets/stylesheets/docs-list.scss */
.docs-index.darkMode .user-dropdown {
  background: #1a1a1a;
  border: 1px solid #333333;
}

/* line 72, app/assets/stylesheets/docs-list.scss */
.docs-index.darkMode .user-dropdown a {
  color: #bbbbbb;
}

/* line 78, app/assets/stylesheets/docs-list.scss */
.docs-index .docs-index-header {
  margin-bottom: 30px;
  user-select: none;
}

/* line 79, app/assets/stylesheets/docs-list.scss */
.docs-index .docs-index-header.flex-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

/* line 89, app/assets/stylesheets/docs-list.scss */
.docs-index .docs-index-header h1 {
  margin: 0;
}

/* line 93, app/assets/stylesheets/docs-list.scss */
.docs-index .docs-index-header .view-switcher {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 3px;
}

/* line 99, app/assets/stylesheets/docs-list.scss */
.docs-index .docs-index-header .view-switcher a {
  font-size: 0.85em;
  opacity: 0.5;
}

/* line 103, app/assets/stylesheets/docs-list.scss */
.docs-index .docs-index-header .view-switcher a.active {
  opacity: 1;
}

/* line 107, app/assets/stylesheets/docs-list.scss */
.docs-index .docs-index-header .view-switcher a:hover {
  cursor: pointer;
}

/* line 112, app/assets/stylesheets/docs-list.scss */
.docs-index .docs-index-header .view-switcher a,
.docs-index .docs-index-header .view-switcher span {
  margin-right: 5px;
}

@media (max-width: 750px) {
  /* line 119, app/assets/stylesheets/docs-list.scss */
  .docs-index .docs-index-header.flex-row {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* line 126, app/assets/stylesheets/docs-list.scss */
.docs-index .docs-index-page-container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* line 132, app/assets/stylesheets/docs-list.scss */
.docs-index .docs-index-page-module {
  margin-top: 8rem;
  margin-bottom: 8rem;
  border-radius: 6px;
  box-sizing: border-box;
  position: relative;
}

/* line 139, app/assets/stylesheets/docs-list.scss */
.docs-index .docs-index-page-module .docs-index-header {
  padding: 60px 60px 0 60px;
}

/* line 143, app/assets/stylesheets/docs-list.scss */
.docs-index .docs-index-page-module .docs-index-body {
  padding: 0 60px 60px 60px;
}

@media (max-width: 750px) {
  /* line 143, app/assets/stylesheets/docs-list.scss */
  .docs-index .docs-index-page-module .docs-index-body {
    padding: 0 10px 30px 10px;
  }
}

/* line 151, app/assets/stylesheets/docs-list.scss */
.docs-index .docs-index-page-module .subtitle {
  margin-top: 3px;
  font-size: 1.25em;
  opacity: 0.5;
}

/* line 157, app/assets/stylesheets/docs-list.scss */
.docs-index .docs-index-page-module .view-archives {
  text-align: center;
  padding-bottom: 20px;
  opacity: 0.5;
  font-size: 0.8em;
}

/* line 163, app/assets/stylesheets/docs-list.scss */
.docs-index .docs-index-page-module .view-archives a:hover {
  cursor: pointer;
  text-decoration: underline;
}

@media (max-width: 750px) {
  /* line 132, app/assets/stylesheets/docs-list.scss */
  .docs-index .docs-index-page-module {
    border-radius: 0;
    margin: 54px auto;
    padding-bottom: 10px;
  }
  /* line 174, app/assets/stylesheets/docs-list.scss */
  .docs-index .docs-index-page-module .docs-index-header {
    padding: 30px 10px 0 10px;
    margin-bottom: 15px;
  }
  /* line 178, app/assets/stylesheets/docs-list.scss */
  .docs-index .docs-index-page-module .docs-index-header h1 {
    font-size: 1.8em;
    margin-bottom: 0;
  }
  /* line 183, app/assets/stylesheets/docs-list.scss */
  .docs-index .docs-index-page-module .docs-index-header .new-doc-btn {
    font-size: 1em;
  }
}

/* line 190, app/assets/stylesheets/docs-list.scss */
.docs-index .breadcrumbs {
  padding: 10px 60px;
  user-select: none;
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media (max-width: 750px) {
  /* line 190, app/assets/stylesheets/docs-list.scss */
  .docs-index .breadcrumbs {
    padding: 10px 10px;
  }
}

/* line 201, app/assets/stylesheets/docs-list.scss */
.docs-index .breadcrumbs .crumb {
  display: inline-block;
  padding: 2px;
}

/* line 205, app/assets/stylesheets/docs-list.scss */
.docs-index .breadcrumbs .crumb .material-symbols-outlined {
  font-size: 1em;
  position: relative;
  top: 2px;
  display: inline-block;
  margin-right: 3px;
}

/* line 214, app/assets/stylesheets/docs-list.scss */
.docs-index .breadcrumbs .chevron {
  display: inline-block;
  margin: 0 5px;
  opacity: 0.5;
  font-weight: bold;
}

/* line 221, app/assets/stylesheets/docs-list.scss */
.docs-index .breadcrumbs a.crumb {
  text-decoration: none;
}

/* line 224, app/assets/stylesheets/docs-list.scss */
.docs-index .breadcrumbs a.crumb:hover {
  cursor: pointer;
}

/* line 228, app/assets/stylesheets/docs-list.scss */
.docs-index .breadcrumbs a.crumb.dragged-over {
  background-color: #0093ff;
}

/* line 234, app/assets/stylesheets/docs-list.scss */
.docs-index .document-list {
  margin-bottom: 60px;
}

/* line 237, app/assets/stylesheets/docs-list.scss */
.docs-index .document-list .doc-preview {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 7px 60px;
  text-decoration: none;
  user-select: none;
}

@media (max-width: 750px) {
  /* line 237, app/assets/stylesheets/docs-list.scss */
  .docs-index .document-list .doc-preview {
    padding: 10px;
  }
}

/* line 249, app/assets/stylesheets/docs-list.scss */
.docs-index .document-list .doc-preview.drag-over {
  background-color: #0093ff;
}

/* line 253, app/assets/stylesheets/docs-list.scss */
.docs-index .document-list .doc-preview .doc-title {
  flex-shrink: 0;
  display: flex;
  gap: 0.375rem;
}

/* line 258, app/assets/stylesheets/docs-list.scss */
.docs-index .document-list .doc-preview .doc-title .material-symbols-outlined {
  font-size: 1em;
  display: inline-block;
  position: relative;
  top: 2px;
}

/* line 265, app/assets/stylesheets/docs-list.scss */
.docs-index .document-list .doc-preview .doc-title .rename-folder {
  margin-left: 7px;
  display: none;
}

/* line 270, app/assets/stylesheets/docs-list.scss */
.docs-index .document-list .doc-preview .doc-title .doc-title-loading-box {
  height: 1em;
  margin-top: 3px;
  display: inline-block;
  background-size: 180% 100%;
  animation: gradient 1s ease-in-out infinite;
}

/* line 281, app/assets/stylesheets/docs-list.scss */
.docs-index .document-list .doc-preview:hover .doc-title .rename-folder {
  display: inline-block;
}

/* line 286, app/assets/stylesheets/docs-list.scss */
.docs-index .document-list .doc-preview:hover .doc-sub-path {
  background-color: #dedede;
}

/* line 291, app/assets/stylesheets/docs-list.scss */
.docs-index .document-list .doc-preview .doc-sub-path {
  font-size: 14px;
  padding: 0.125rem 0.25rem;
  border-radius: 5px;
  background-color: #eeeeee;
  color: #666666;
}

/* line 298, app/assets/stylesheets/docs-list.scss */
.docs-index .document-list .doc-preview .doc-sub-path:hover {
  background-color: #cccccc;
  color: #222222;
}

/* line 304, app/assets/stylesheets/docs-list.scss */
.docs-index .document-list .doc-preview .doc-actions {
  display: none;
  position: absolute;
  justify-content: space-evenly;
  align-items: center;
  right: 0.7rem;
}

/* line 311, app/assets/stylesheets/docs-list.scss */
.docs-index .document-list .doc-preview .doc-actions a {
  padding: 3px 3px 0 3px;
}

/* line 314, app/assets/stylesheets/docs-list.scss */
.docs-index .document-list .doc-preview .doc-actions a.disabled {
  opacity: 0.5;
}

/* line 317, app/assets/stylesheets/docs-list.scss */
.docs-index .document-list .doc-preview .doc-actions a.disabled:hover {
  cursor: default;
}

/* line 322, app/assets/stylesheets/docs-list.scss */
.docs-index .document-list .doc-preview .doc-actions a.disabled .material-symbols-outlined:hover {
  transform: none;
}

/* line 329, app/assets/stylesheets/docs-list.scss */
.docs-index .document-list .doc-preview .doc-actions .material-symbols-outlined {
  font-size: 1em;
  transition: transform 0.2s;
}

/* line 333, app/assets/stylesheets/docs-list.scss */
.docs-index .document-list .doc-preview .doc-actions .material-symbols-outlined:hover {
  transform: scale(1.2);
}

/* line 340, app/assets/stylesheets/docs-list.scss */
.docs-index .document-list .doc-preview.loading:hover {
  cursor: default;
}

/* line 343, app/assets/stylesheets/docs-list.scss */
.docs-index .document-list .doc-preview.loading:hover .doc-actions {
  display: none;
}

/* line 349, app/assets/stylesheets/docs-list.scss */
.docs-index .document-list .doc-preview:hover {
  cursor: pointer;
}

/* line 352, app/assets/stylesheets/docs-list.scss */
.docs-index .document-list .doc-preview:hover .doc-actions {
  display: flex;
}

@media (max-width: 750px) {
  /* line 359, app/assets/stylesheets/docs-list.scss */
  .docs-index .document-list .doc-preview:hover .doc-actions {
    display: none;
  }
}

/* line 366, app/assets/stylesheets/docs-list.scss */
.docs-index .document-list .doc-content-preview {
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-grow: 2;
  text-decoration: none;
}

/* line 375, app/assets/stylesheets/docs-list.scss */
.docs-index .document-list .doc-content-preview .doc-title {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

/* line 381, app/assets/stylesheets/docs-list.scss */
.docs-index .document-list .doc-content-preview .doc-title-inner,
.docs-index .document-list .doc-content-preview .preview-body {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}

/* line 389, app/assets/stylesheets/docs-list.scss */
.docs-index .document-list .doc-content-preview .preview-body {
  padding-left: 7px;
}

@media (max-width: 750px) {
  /* line 394, app/assets/stylesheets/docs-list.scss */
  .docs-index .document-list .doc-content-preview .doc-title {
    padding-left: 0;
    font-size: 1.1em;
  }
}

/* line 401, app/assets/stylesheets/docs-list.scss */
.docs-index .document-list .doc-meta {
  flex-shrink: 0;
  padding-left: 20px;
  text-transform: uppercase;
  min-width: 65px;
  font-size: 0.8em;
  text-align: right;
}

@media (max-width: 750px) {
  /* line 401, app/assets/stylesheets/docs-list.scss */
  .docs-index .document-list .doc-meta {
    padding-left: 0.5rem;
  }
}

/* line 415, app/assets/stylesheets/docs-list.scss */
.docs-index .folder-contents {
  text-align: left;
  list-style-type: none;
  padding: 10px;
  border-radius: 5px;
  max-height: 155px;
  overflow-y: scroll;
}

/* line 423, app/assets/stylesheets/docs-list.scss */
.docs-index .folder-contents ul {
  list-style-type: none;
  padding-left: 1em;
}

/* line 428, app/assets/stylesheets/docs-list.scss */
.docs-index .folder-contents .material-symbols-outlined {
  font-size: 1em;
  display: inline-block;
  margin-right: 3px;
}

/* line 436, app/assets/stylesheets/docs-list.scss */
.docs-index .new-folder-modal input {
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  box-sizing: border-box;
}

/* line 443, app/assets/stylesheets/docs-list.scss */
.docs-index .new-folder-modal input[type="text"] {
  padding: 5px;
  border-radius: 5px;
}

/* line 450, app/assets/stylesheets/docs-list.scss */
.docs-index.lightMode {
  background: #f1f1f1 !important;
}

/* line 453, app/assets/stylesheets/docs-list.scss */
.docs-index.lightMode .logout-link {
  color: #000000;
}

/* line 457, app/assets/stylesheets/docs-list.scss */
.docs-index.lightMode .new-doc-btn {
  background: #111111;
  color: #ffffff;
}

/* line 462, app/assets/stylesheets/docs-list.scss */
.docs-index.lightMode .docs-index-page-module {
  background: #fefefe;
  border: 1px solid #dedede;
}

@media (max-width: 750px) {
  /* line 462, app/assets/stylesheets/docs-list.scss */
  .docs-index.lightMode .docs-index-page-module {
    border: none;
  }
}

/* line 470, app/assets/stylesheets/docs-list.scss */
.docs-index.lightMode .docs-index-page-module .crumb {
  border-bottom: 2px solid #dedede;
}

/* line 474, app/assets/stylesheets/docs-list.scss */
.docs-index.lightMode .docs-index-page-module a.crumb:hover {
  border-bottom: 2px solid #0093ff;
}

/* line 479, app/assets/stylesheets/docs-list.scss */
.docs-index.lightMode .doc-preview {
  color: #000000;
}

/* line 482, app/assets/stylesheets/docs-list.scss */
.docs-index.lightMode .doc-preview:hover {
  background: #f1f1f1;
}

/* line 487, app/assets/stylesheets/docs-list.scss */
.docs-index.lightMode .doc-preview.loading:hover {
  background: #fefefe;
}

/* line 491, app/assets/stylesheets/docs-list.scss */
.docs-index.lightMode .doc-preview.loading .doc-title-loading-box {
  background-image: linear-gradient(90deg, #dedede, #fafafa, #cccccc);
}

/* line 496, app/assets/stylesheets/docs-list.scss */
.docs-index.lightMode .doc-preview .doc-content-preview {
  color: #888888;
}

/* line 499, app/assets/stylesheets/docs-list.scss */
.docs-index.lightMode .doc-preview .doc-content-preview .doc-title {
  color: #000000;
}

/* line 502, app/assets/stylesheets/docs-list.scss */
.docs-index.lightMode .doc-preview .doc-content-preview .doc-title .material-symbols-outlined {
  color: #888888;
}

/* line 506, app/assets/stylesheets/docs-list.scss */
.docs-index.lightMode .doc-preview .doc-content-preview .doc-title .doc-title-loading-box {
  opacity: 1;
}

/* line 512, app/assets/stylesheets/docs-list.scss */
.docs-index.lightMode .doc-preview .doc-meta {
  color: #888888;
}

@media (max-width: 750px) {
  /* line 517, app/assets/stylesheets/docs-list.scss */
  .docs-index.lightMode .doc-preview:hover {
    background: #fefefe;
  }
}

/* line 523, app/assets/stylesheets/docs-list.scss */
.docs-index.lightMode .folder-contents {
  background: #f1f1f1;
}

/* line 528, app/assets/stylesheets/docs-list.scss */
.docs-index.lightMode .new-folder-modal input[type="text"] {
  background: #fefefe;
  color: #000000;
  border: 2px solid #dedede;
}

/* line 533, app/assets/stylesheets/docs-list.scss */
.docs-index.lightMode .new-folder-modal input[type="text"]:focus {
  outline: none;
}

/* line 539, app/assets/stylesheets/docs-list.scss */
.docs-index.lightMode .shared-user-preview-avatar.loading {
  background-image: linear-gradient(90deg, #dedede, #fafafa, #cccccc);
}

/* line 545, app/assets/stylesheets/docs-list.scss */
.docs-index.darkMode .logout-link {
  color: #bbbbbb;
}

/* line 549, app/assets/stylesheets/docs-list.scss */
.docs-index.darkMode .new-doc-btn {
  background: #333333;
  color: #bbbbbb;
}

/* line 553, app/assets/stylesheets/docs-list.scss */
.docs-index.darkMode .new-doc-btn:hover {
  background: #444444;
}

/* line 558, app/assets/stylesheets/docs-list.scss */
.docs-index.darkMode .docs-index-page-module {
  background: #1a1a1a;
  border: 1px solid #333333;
}

@media (max-width: 750px) {
  /* line 558, app/assets/stylesheets/docs-list.scss */
  .docs-index.darkMode .docs-index-page-module {
    border: none;
  }
}

/* line 566, app/assets/stylesheets/docs-list.scss */
.docs-index.darkMode .docs-index-page-module .crumb {
  border-bottom: 2px solid #333333;
}

/* line 570, app/assets/stylesheets/docs-list.scss */
.docs-index.darkMode .docs-index-page-module a.crumb:hover {
  border-bottom: 2px solid #0093ff;
}

/* line 575, app/assets/stylesheets/docs-list.scss */
.docs-index.darkMode .doc-preview {
  color: #bbbbbb;
}

/* line 578, app/assets/stylesheets/docs-list.scss */
.docs-index.darkMode .doc-preview:hover {
  background: #222222;
}

/* line 583, app/assets/stylesheets/docs-list.scss */
.docs-index.darkMode .doc-preview.loading:hover {
  background: #1a1a1a;
}

/* line 587, app/assets/stylesheets/docs-list.scss */
.docs-index.darkMode .doc-preview.loading .doc-title-loading-box {
  background-image: linear-gradient(90deg, #222222, #333333, #111111);
}

/* line 597, app/assets/stylesheets/docs-list.scss */
.docs-index.darkMode .doc-preview .doc-content-preview {
  color: #666666;
}

/* line 600, app/assets/stylesheets/docs-list.scss */
.docs-index.darkMode .doc-preview .doc-content-preview .doc-title {
  color: #bbbbbb;
}

/* line 603, app/assets/stylesheets/docs-list.scss */
.docs-index.darkMode .doc-preview .doc-content-preview .doc-title .material-symbols-outlined {
  color: #666666;
}

/* line 610, app/assets/stylesheets/docs-list.scss */
.docs-index.darkMode .doc-preview:hover .doc-sub-path {
  background-color: #080808;
}

/* line 615, app/assets/stylesheets/docs-list.scss */
.docs-index.darkMode .doc-preview .doc-sub-path {
  background-color: #111111;
  color: #888888;
}

/* line 619, app/assets/stylesheets/docs-list.scss */
.docs-index.darkMode .doc-preview .doc-sub-path:hover {
  background-color: #000000;
  color: #dedede;
}

/* line 626, app/assets/stylesheets/docs-list.scss */
.docs-index.darkMode .doc-meta {
  color: #666666;
}

/* line 630, app/assets/stylesheets/docs-list.scss */
.docs-index.darkMode .folder-contents {
  background-color: #222222;
}

/* line 635, app/assets/stylesheets/docs-list.scss */
.docs-index.darkMode .new-folder-modal input[type="text"] {
  background: #1a1a1a;
  color: #bbbbbb;
  border: 2px solid #333333;
}

/* line 640, app/assets/stylesheets/docs-list.scss */
.docs-index.darkMode .new-folder-modal input[type="text"]:focus {
  outline: none;
}

/* line 646, app/assets/stylesheets/docs-list.scss */
.docs-index.darkMode .shared-user-preview-avatar.loading {
  background-image: linear-gradient(90deg, #222222, #333333, #111111);
}

/* line 651, app/assets/stylesheets/docs-list.scss */
.docs-index .settings .modal-content {
  text-align: left;
}

/* line 654, app/assets/stylesheets/docs-list.scss */
.docs-index .settings .modal-content h3 {
  font-size: 1rem;
}

/* line 658, app/assets/stylesheets/docs-list.scss */
.docs-index .settings .modal-content .theme-picker {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* line 664, app/assets/stylesheets/docs-list.scss */
.docs-index .settings .modal-content .delete-account {
  max-width: 300px;
}

/* line 667, app/assets/stylesheets/docs-list.scss */
.docs-index .settings .modal-content .delete-account .delete-account-confirm {
  font-size: 0.9rem;
}

/* line 671, app/assets/stylesheets/docs-list.scss */
.docs-index .settings .modal-content .delete-account button {
  margin-right: 5px;
}

/* line 678, app/assets/stylesheets/docs-list.scss */
.document-list__empty {
  display: block;
  margin: 10px 60px;
  font-size: 14px;
  border-radius: 5px;
  padding: 1rem;
  background-color: #fafafa;
  color: #999999;
}

@media (max-width: 750px) {
  /* line 678, app/assets/stylesheets/docs-list.scss */
  .document-list__empty {
    margin: 10px;
  }
}

/* line 691, app/assets/stylesheets/docs-list.scss */
.darkMode .document-list__empty {
  background-color: #222222;
  color: #666666;
}

/* line 697, app/assets/stylesheets/docs-list.scss */
.document-list__empty-cta {
  text-decoration: underline;
  cursor: pointer;
}

/* line 701, app/assets/stylesheets/docs-list.scss */
.document-list__empty-cta:hover {
  color: #666666;
}

/* line 704, app/assets/stylesheets/docs-list.scss */
.darkMode .document-list__empty-cta:hover {
  color: #888888;
}

/* line 710, app/assets/stylesheets/docs-list.scss */
.document-list__search {
  margin: 0.5rem 60px;
}

/* line 714, app/assets/stylesheets/docs-list.scss */
.highlight-me {
  background-color: rgba(240, 183, 0, 0.4);
  padding: 0 2px;
  margin: 0 -2px;
  border-radius: 3px;
}

/* line 720, app/assets/stylesheets/docs-list.scss */
.darkMode .highlight-me {
  background-color: rgba(240, 183, 0, 0.25);
}

@keyframes gradient {
  0% {
    background-position: left;
  }
  50% {
    background-position: right;
  }
  100% {
    background-position: left;
  }
}

/* line 3, app/assets/stylesheets/shared-user-preview.scss */
.shared-user-preview {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}

/* line 8, app/assets/stylesheets/shared-user-preview.scss */
.shared-user-preview .more-users-icon {
  font-size: 0.8em;
  padding-left: 2px;
  line-height: 0.8em;
}

/* line 15, app/assets/stylesheets/shared-user-preview.scss */
.shared-user-preview:hover .shared-user-preview-avatar:not(:first-child) {
  margin-left: 1px;
}

/* line 20, app/assets/stylesheets/shared-user-preview.scss */
.shared-user-preview .shared-user-preview-avatar {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-left: -4px;
  display: inline-block;
  transition: all 0.06s ease-in-out;
}

/* line 28, app/assets/stylesheets/shared-user-preview.scss */
.shared-user-preview .shared-user-preview-avatar:first-child {
  margin-left: 0;
}

/* line 32, app/assets/stylesheets/shared-user-preview.scss */
.shared-user-preview .shared-user-preview-avatar:hover {
  transform: scale(1.33);
}

/* line 36, app/assets/stylesheets/shared-user-preview.scss */
.shared-user-preview .shared-user-preview-avatar.loading {
  background-size: 180% 100%;
  animation: gradient 1s ease-in-out infinite;
}

/* line 1, app/assets/stylesheets/legacy/editor.scss */
.editor {
  box-shadow: 0 -50px 35px 50px var(--body-bg-color);
}

/* line 4, app/assets/stylesheets/legacy/editor.scss */
.focus-mode-active .editor {
  box-shadow: none;
}

/* line 8, app/assets/stylesheets/legacy/editor.scss */
.editor .main-editor {
  transition: font-size var(--focus-mode-transition-duration) ease;
}

@media (min-width: 640px) {
  /* line 12, app/assets/stylesheets/legacy/editor.scss */
  .focus-mode-active .editor .main-editor {
    font-size: 1.2em;
  }
}

/* line 18, app/assets/stylesheets/legacy/editor.scss */
.editor .main-editor .ProseMirror {
  min-height: 100vh;
  border: 0;
  /* Give a remote user a caret */
  /* Render the username above the caret */
}

/* line 22, app/assets/stylesheets/legacy/editor.scss */
.editor .main-editor .ProseMirror:focus {
  outline: none;
}

/* line 26, app/assets/stylesheets/legacy/editor.scss */
.editor .main-editor .ProseMirror > *:first-child {
  margin-top: 0;
}

/* line 31, app/assets/stylesheets/legacy/editor.scss */
.editor .main-editor .ProseMirror .collaboration-cursor__caret {
  border-left: 1px solid #0d0d0d;
  border-right: 1px solid #0d0d0d;
  margin-left: -1px;
  margin-right: -1px;
  pointer-events: none;
  position: relative;
  word-break: normal;
}

/* line 42, app/assets/stylesheets/legacy/editor.scss */
.editor .main-editor .ProseMirror .collaboration-cursor__label {
  border-radius: 3px 3px 3px 0;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  left: -1px;
  line-height: normal;
  padding: 0.1rem 0.3rem;
  position: absolute;
  top: -1.4em;
  user-select: none;
  white-space: nowrap;
}

/* line 57, app/assets/stylesheets/legacy/editor.scss */
.editor .main-editor .ProseMirror p.is-empty {
  position: relative;
}

/* line 60, app/assets/stylesheets/legacy/editor.scss */
.editor .main-editor .ProseMirror p.is-empty::after {
  content: attr(data-placeholder);
  position: absolute;
  top: 0;
  transition: opacity var(--focus-mode-transition-duration) ease;
}

/* line 67, app/assets/stylesheets/legacy/editor.scss */
.focus-mode-active .editor .main-editor .ProseMirror p.is-empty::after {
  opacity: 0;
}

/* line 78, app/assets/stylesheets/legacy/editor.scss */
.docs-read .collaboration-cursor__caret,
.prompt_builder-index .collaboration-cursor__caret,
.current-user-false .collaboration-cursor__caret {
  display: none;
}

/* line 82, app/assets/stylesheets/legacy/editor.scss */
.docs-read .ProseMirror-yjs-selection,
.prompt_builder-index .ProseMirror-yjs-selection,
.current-user-false .ProseMirror-yjs-selection {
  background-color: transparent !important;
}

/* line 87, app/assets/stylesheets/legacy/editor.scss */
.docs-read .header,
.prompt_builder-index .header,
.anon-welcome {
  box-sizing: border-box;
  margin: 0 auto 0 auto;
  padding: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999999;
}

/* line 104, app/assets/stylesheets/legacy/editor.scss */
.docs-read .header .anon-welcome-left,
.prompt_builder-index .header .anon-welcome-left,
.anon-welcome .anon-welcome-left {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: inherit;
}

/* line 111, app/assets/stylesheets/legacy/editor.scss */
.docs-read .header #logo-container .logo,
.prompt_builder-index .header #logo-container .logo,
.anon-welcome #logo-container .logo {
  width: 30px;
}

/* line 115, app/assets/stylesheets/legacy/editor.scss */
.docs-read .header p,
.prompt_builder-index .header p,
.anon-welcome p {
  margin: 0;
  padding-bottom: 0.15rem;
  font-size: 0.9em;
}

/* line 120, app/assets/stylesheets/legacy/editor.scss */
.docs-read .header p span,
.prompt_builder-index .header p span,
.anon-welcome p span {
  opacity: 0.5;
}

/* line 125, app/assets/stylesheets/legacy/editor.scss */
.docs-read .header .google-login-btn,
.prompt_builder-index .header .google-login-btn,
.anon-welcome .google-login-btn {
  flex-shrink: 0;
  display: flex;
  gap: 0.75rem;
  align-items: center;
  padding: 0.5rem 1rem 0.7rem 1.4rem;
}

/* line 132, app/assets/stylesheets/legacy/editor.scss */
.docs-read .header .google-login-btn svg,
.prompt_builder-index .header .google-login-btn svg,
.anon-welcome .google-login-btn svg {
  top: 0;
  right: 0;
}

@media (max-width: 620px) {
  /* line 139, app/assets/stylesheets/legacy/editor.scss */
  .docs-read .header p,
.prompt_builder-index .header p,
.anon-welcome p {
    display: none;
  }
}

/* line 145, app/assets/stylesheets/legacy/editor.scss */
.docs-read .header,
.prompt_builder-index .header {
  padding-left: 0;
  padding-right: 0;
}

/* line 151, app/assets/stylesheets/legacy/editor.scss */
.editor,
.anon-welcome {
  background-color: var(--editor-bg-color);
}

/* line 155, app/assets/stylesheets/legacy/editor.scss */
.editor #doc-title,
.anon-welcome #doc-title {
  background-color: var(--editor-bg-color);
}

/* line 161, app/assets/stylesheets/legacy/editor.scss */
.darkMode .editor,
.darkMode .anon-welcome {
  border: 1px solid #333333;
}

@media (max-width: 750px) {
  /* line 161, app/assets/stylesheets/legacy/editor.scss */
  .darkMode .editor,
.darkMode .anon-welcome {
    border: none;
  }
  /* line 168, app/assets/stylesheets/legacy/editor.scss */
  .darkMode .editor.anon-welcome,
.darkMode .anon-welcome.anon-welcome {
    border-bottom: 1px solid #333333;
  }
}

/* line 173, app/assets/stylesheets/legacy/editor.scss */
.darkMode .editor #doc-title,
.darkMode .anon-welcome #doc-title {
  border-bottom: 1px solid #333333;
  color: #bbbbbb;
}

/* line 181, app/assets/stylesheets/legacy/editor.scss */
.darkMode .main-editor .ProseMirror p.is-empty::after {
  color: #666666;
}

/* line 189, app/assets/stylesheets/legacy/editor.scss */
.lightMode .editor,
.lightMode .anon-welcome {
  border: 1px solid #dedede;
}

@media (max-width: 750px) {
  /* line 189, app/assets/stylesheets/legacy/editor.scss */
  .lightMode .editor,
.lightMode .anon-welcome {
    border: none;
  }
  /* line 196, app/assets/stylesheets/legacy/editor.scss */
  .lightMode .editor.anon-welcome,
.lightMode .anon-welcome.anon-welcome {
    border-bottom: 1px solid #dedede;
  }
}

/* line 201, app/assets/stylesheets/legacy/editor.scss */
.lightMode .editor #doc-title,
.lightMode .anon-welcome #doc-title {
  border-bottom: 1px solid #dedede;
  color: #000000;
}

/* line 209, app/assets/stylesheets/legacy/editor.scss */
.lightMode .main-editor .ProseMirror p.is-empty::after {
  color: #aaaaaa;
}

/* stylelint-disable font-family-no-missing-generic-family-keyword */
@font-face {
  font-family: 'KaTeX_AMS';
  src: url(/assets/fonts/KaTeX_AMS-Regular-bb1488f1eb7f3bb7a0a66dad34cf4da547bd91b9e83f4b28a0035a624c616733.woff2) format("woff2"), url(/assets/fonts/KaTeX_AMS-Regular-1999feafd9973e6dab752956ce623873b363e9fc55319591c3fa85121002ffc8.woff) format("woff"), url(/assets/fonts/KaTeX_AMS-Regular-501d1e1677c9b7446044cd831bbad7ba52c5f32097bf59d9ad655462adddbd8c.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'KaTeX_Caligraphic';
  src: url(/assets/fonts/KaTeX_Caligraphic-Bold-08e66da9d1a3a7dfac7fafe00c51458c5c191039fbc46ed82171d39a78978331.woff2) format("woff2"), url(/assets/fonts/KaTeX_Caligraphic-Bold-83adc105909bb5b30a8451c615eebaa445cf6ddd0f756c3bed4a01d00bb2c9c4.woff) format("woff"), url(/assets/fonts/KaTeX_Caligraphic-Bold-bf02813197a7796b95edcca0b0b87b3ba98c9b13e4f6db9850a65e6c9c21e4e9.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'KaTeX_Caligraphic';
  src: url(/assets/fonts/KaTeX_Caligraphic-Regular-e77aa0187ce85f99a2f43c9813ff6c3e46ef81cf3f15b1611b463143694c46ed.woff2) format("woff2"), url(/assets/fonts/KaTeX_Caligraphic-Regular-fc6e3357a77667f75f5f5f7fcfa888ffb5b0e31d60c1ca1c4c4ccf32d6c37095.woff) format("woff"), url(/assets/fonts/KaTeX_Caligraphic-Regular-87ae1397290dc7e844c8db5afbd7bf48266ae1466a4d7c0a655e0b613de5d254.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'KaTeX_Fraktur';
  src: url(/assets/fonts/KaTeX_Fraktur-Bold-efc11551f8c74b15f33336b346d0e5bd3f98547a6f5989ce584b952e1467fd9e.woff2) format("woff2"), url(/assets/fonts/KaTeX_Fraktur-Bold-4384cfad22de283705465fe4fb2e3d948b2e7f88056d0973d61428d0efa3b860.woff) format("woff"), url(/assets/fonts/KaTeX_Fraktur-Bold-dfc2c9258a063ef7968e8087ffc853fe5e134cd95c78b4e1d9870a4dbd38ec37.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'KaTeX_Fraktur';
  src: url(/assets/fonts/KaTeX_Fraktur-Regular-91aa526c59ed15aa4cf4123ebfc11bcbb690935e9aeb893918dbc0da1b559fad.woff2) format("woff2"), url(/assets/fonts/KaTeX_Fraktur-Regular-b510df264255498dd6f7d0062dfc3536ec92e6082d62e97575c73731e4376701.woff) format("woff"), url(/assets/fonts/KaTeX_Fraktur-Regular-a74f9372300925fa8761b7b3d47154c522d6c974d16226f91327d238a803f0ed.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'KaTeX_Main';
  src: url(/assets/fonts/KaTeX_Main-Bold-274889ae185a6576a45ce15e530c40cfd83c1c95ba2e4667922e7f361b412ab4.woff2) format("woff2"), url(/assets/fonts/KaTeX_Main-Bold-15ed821229aa23eccf24d8fbdefa4c25437d7e94c8750ed981fae3e961b7a329.woff) format("woff"), url(/assets/fonts/KaTeX_Main-Bold-2b4fa226959d201e5cf4ce1e8334f2d201dd688de26e3d73ed3516b636bb3abc.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'KaTeX_Main';
  src: url(/assets/fonts/KaTeX_Main-BoldItalic-f3dba274c691f3a9acc244da496b2891aecc06e19faa08984c75c3f64cc50e69.woff2) format("woff2"), url(/assets/fonts/KaTeX_Main-BoldItalic-36439a836d83b882670bda60be21143c2e0363210f404129726dafec9cf27e8d.woff) format("woff"), url(/assets/fonts/KaTeX_Main-BoldItalic-b931d3337b1e7da61e4b649b358124657336b5e8d0e4a7b77937aa7001b1fc98.ttf) format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'KaTeX_Main';
  src: url(/assets/fonts/KaTeX_Main-Italic-20764e93792c21f41f4f11ec0c98586c6143c1b76a1f85d1603f1c9b663b025c.woff2) format("woff2"), url(/assets/fonts/KaTeX_Main-Italic-f4106f4396cc899839a08e05c3e7ad540b687b05c2f8ea93cb4bbf4d537eaf83.woff) format("woff"), url(/assets/fonts/KaTeX_Main-Italic-9a569cb2f596f1f9a507def943306f589b8f70f9f1ee1cd7b406c85c5ebc06fa.ttf) format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'KaTeX_Main';
  src: url(/assets/fonts/KaTeX_Main-Regular-d0cc533d4ea6d31d7cc2a061c4f38e220b45b4737da79802ce5d744889577a6d.woff2) format("woff2"), url(/assets/fonts/KaTeX_Main-Regular-c245096b352f3c45e870e4473ed644d6c3505baf7fd057f493649f0f6a115c29.woff) format("woff"), url(/assets/fonts/KaTeX_Main-Regular-47c6fe6687557cdf22719f74cde8c9929aeb320d344f5b53aa30ede226cfd422.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'KaTeX_Math';
  src: url(/assets/fonts/KaTeX_Math-BoldItalic-36e296b99fb186b7b5c244acc059532ce7aceed6e55410ba67e89de9693c3d46.woff2) format("woff2"), url(/assets/fonts/KaTeX_Math-BoldItalic-8c46965092c59baff6f775f6a109407f188fbc30eb6a38cb90e2c81b775819c9.woff) format("woff"), url(/assets/fonts/KaTeX_Math-BoldItalic-7c4de9fd45700f1f0d0d4cb9167d0d650d98aa223fd9b7da9f85ef9fde757474.ttf) format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'KaTeX_Math';
  src: url(/assets/fonts/KaTeX_Math-Italic-aab530a9c7ecc57f32cf3dedc3ed2101668185e3a99318f248ec11bcc350f669.woff2) format("woff2"), url(/assets/fonts/KaTeX_Math-Italic-66f817df450dcdce83c2c4297528760779c62e1fe5d931b64eb2f36a3fba3648.woff) format("woff"), url(/assets/fonts/KaTeX_Math-Italic-369991a6f032da68a5368e6df06e458dc9a2922ff12a2544c911eefff3975117.ttf) format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'KaTeX_SansSerif';
  src: url(/assets/fonts/KaTeX_SansSerif-Bold-f8326faf66dc4197ba5e926f9e5c0878c0d9feca8ba32fc6b980dad2a7b1a740.woff2) format("woff2"), url(/assets/fonts/KaTeX_SansSerif-Bold-c88d946c03080ee05ca2681b6a61b0fd0df80ad9b678ae3b8e725bf974b0ef47.woff) format("woff"), url(/assets/fonts/KaTeX_SansSerif-Bold-79e3edf5cc212326c6a0496cde744368f0d05568501b1f8c9c93abc3d90a3fd7.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'KaTeX_SansSerif';
  src: url(/assets/fonts/KaTeX_SansSerif-Italic-ed380a1b1a5069e0f14ccb7f4bfa756c36a0fe7004f389f363dcc1a0b232f56a.woff2) format("woff2"), url(/assets/fonts/KaTeX_SansSerif-Italic-c962ce029c16f7bff031d331c129770cffd10e4a3444e4daf3bbef3d791fa6bf.woff) format("woff"), url(/assets/fonts/KaTeX_SansSerif-Italic-5e4865f9c4f17c7c0de2dc09c414835ca0561647660d948fcfa1850c4d19891c.ttf) format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'KaTeX_SansSerif';
  src: url(/assets/fonts/KaTeX_SansSerif-Regular-af7a4fc39ec8df0a709fdb523476c628630016698130f5b007dd103d8d9e8d9b.woff2) format("woff2"), url(/assets/fonts/KaTeX_SansSerif-Regular-7faf463faaca743652c6d5f6daf026af893f8d0e9c15bb844b3bb92605edbab4.woff) format("woff"), url(/assets/fonts/KaTeX_SansSerif-Regular-631ba44c980eee649a63ccc93587e32b01c02d39bb5c8621736901c7b188f5f3.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'KaTeX_Script';
  src: url(/assets/fonts/KaTeX_Script-Regular-a6e1a711d1f0b9f683dade1d15705d8eba6a2f04b748bcc33d593e303733b33b.woff2) format("woff2"), url(/assets/fonts/KaTeX_Script-Regular-7cc8284bbc1f9f6fffb9a10f8682ad9447bde696e33e1330f18985560964a757.woff) format("woff"), url(/assets/fonts/KaTeX_Script-Regular-811b473a3c51ebc3c7b4b46d0251e22fad3529ba8504c79e2638d01bf0d22017.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'KaTeX_Size1';
  src: url(/assets/fonts/KaTeX_Size1-Regular-024c0751020d871e71c36dd0ece6068c1c79bb6085dbb89346df9e7b09df4ddc.woff2) format("woff2"), url(/assets/fonts/KaTeX_Size1-Regular-0661f06cdd1c4236e060f2f305ae0301f70930e54df5bbf63948aace83e7bf6a.woff) format("woff"), url(/assets/fonts/KaTeX_Size1-Regular-eee12e0ce846667a94c3032a65a7b945764aeba38f35555d7afa55c3b8bba32a.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'KaTeX_Size2';
  src: url(/assets/fonts/KaTeX_Size2-Regular-12883bc97811e3ecd1cfe1321784243dca2e23214a85d767ec546093b3d0089f.woff2) format("woff2"), url(/assets/fonts/KaTeX_Size2-Regular-44dc8a61c7fa71c98ed69b85dc2252fb82f7dae2cdc9cb01ba906f03c0687985.woff) format("woff"), url(/assets/fonts/KaTeX_Size2-Regular-b542717e9e0d370ffd416b5f5c2fc49da4e29068ec9c049cc796c2941269cd5b.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'KaTeX_Size3';
  src: url(/assets/fonts/KaTeX_Size3-Regular-0e99ef217befbba2d74e3a0ad1cef70ba2bc43d0ce9c3918d4847acb65490220.woff2) format("woff2"), url(/assets/fonts/KaTeX_Size3-Regular-ebce9b4b32529bd94b8cce9aa4d2da4946dec714cbf0b6b85570bb12fbb18682.woff) format("woff"), url(/assets/fonts/KaTeX_Size3-Regular-bdeb340766f86b34f8d1fe53f9ddcf6aa93911430ac39bf71d1eacd31c8651f4.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'KaTeX_Size4';
  src: url(/assets/fonts/KaTeX_Size4-Regular-df3b72610f88f72b7763091a37b1c5ec39028cc5946fb7d62a85a7feaa77a0b3.woff2) format("woff2"), url(/assets/fonts/KaTeX_Size4-Regular-68ecbb9aacfe0e5b67c22e008b8766b856a67758bda84d8dfc63facce165f400.woff) format("woff"), url(/assets/fonts/KaTeX_Size4-Regular-48047798517826b02688d030a28de8f7f2edb5ed44d3ef5844cdcdb0ebf2f80b.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'KaTeX_Typewriter';
  src: url(/assets/fonts/KaTeX_Typewriter-Regular-1ae8194c5a90db4391288f610f9a9dbc8e62a9320aaa951bf32ab2cd71c21b54.woff2) format("woff2"), url(/assets/fonts/KaTeX_Typewriter-Regular-ca7e55bea83456e40a3ed7c9bfa44fefa3db27ca3ffb4ef79d582e7a209f852a.woff) format("woff"), url(/assets/fonts/KaTeX_Typewriter-Regular-9ee5b70c8e51607f4fdd768f957f0a55caca70d53ce07e9687f7c12abf81ce0e.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* line 122, app/assets/stylesheets/katex.scss */
.katex {
  font: normal 1.21em KaTeX_Main, Times New Roman, serif;
  line-height: 1.2;
  text-indent: 0;
  text-rendering: auto;
}

/* line 128, app/assets/stylesheets/katex.scss */
.katex * {
  -ms-high-contrast-adjust: none !important;
}

/* line 131, app/assets/stylesheets/katex.scss */
.katex * {
  border-color: currentColor;
}

/* line 134, app/assets/stylesheets/katex.scss */
.katex .katex-version::after {
  content: "0.16.9";
}

/* line 137, app/assets/stylesheets/katex.scss */
.katex .katex-mathml {
  /* Accessibility hack to only show to screen readers
         Found at: http://a11yproject.com/posts/how-to-hide-content/ */
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* line 148, app/assets/stylesheets/katex.scss */
.katex .katex-html {
  /* \newline is an empty block at top level, between .base elements */
}

/* line 151, app/assets/stylesheets/katex.scss */
.katex .katex-html > .newline {
  display: block;
}

/* line 154, app/assets/stylesheets/katex.scss */
.katex .base {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

/* line 162, app/assets/stylesheets/katex.scss */
.katex .strut {
  display: inline-block;
}

/* line 165, app/assets/stylesheets/katex.scss */
.katex .textbf {
  font-weight: bold;
}

/* line 168, app/assets/stylesheets/katex.scss */
.katex .textit {
  font-style: italic;
}

/* line 171, app/assets/stylesheets/katex.scss */
.katex .textrm {
  font-family: KaTeX_Main;
}

/* line 174, app/assets/stylesheets/katex.scss */
.katex .textsf {
  font-family: KaTeX_SansSerif;
}

/* line 177, app/assets/stylesheets/katex.scss */
.katex .texttt {
  font-family: KaTeX_Typewriter;
}

/* line 180, app/assets/stylesheets/katex.scss */
.katex .mathnormal {
  font-family: KaTeX_Math;
  font-style: italic;
}

/* line 184, app/assets/stylesheets/katex.scss */
.katex .mathit {
  font-family: KaTeX_Main;
  font-style: italic;
}

/* line 188, app/assets/stylesheets/katex.scss */
.katex .mathrm {
  font-style: normal;
}

/* line 191, app/assets/stylesheets/katex.scss */
.katex .mathbf {
  font-family: KaTeX_Main;
  font-weight: bold;
}

/* line 195, app/assets/stylesheets/katex.scss */
.katex .boldsymbol {
  font-family: KaTeX_Math;
  font-weight: bold;
  font-style: italic;
}

/* line 200, app/assets/stylesheets/katex.scss */
.katex .amsrm {
  font-family: KaTeX_AMS;
}

/* line 203, app/assets/stylesheets/katex.scss */
.katex .mathbb,
.katex .textbb {
  font-family: KaTeX_AMS;
}

/* line 207, app/assets/stylesheets/katex.scss */
.katex .mathcal {
  font-family: KaTeX_Caligraphic;
}

/* line 210, app/assets/stylesheets/katex.scss */
.katex .mathfrak,
.katex .textfrak {
  font-family: KaTeX_Fraktur;
}

/* line 214, app/assets/stylesheets/katex.scss */
.katex .mathboldfrak,
.katex .textboldfrak {
  font-family: KaTeX_Fraktur;
  font-weight: bold;
}

/* line 219, app/assets/stylesheets/katex.scss */
.katex .mathtt {
  font-family: KaTeX_Typewriter;
}

/* line 222, app/assets/stylesheets/katex.scss */
.katex .mathscr,
.katex .textscr {
  font-family: KaTeX_Script;
}

/* line 226, app/assets/stylesheets/katex.scss */
.katex .mathsf,
.katex .textsf {
  font-family: KaTeX_SansSerif;
}

/* line 230, app/assets/stylesheets/katex.scss */
.katex .mathboldsf,
.katex .textboldsf {
  font-family: KaTeX_SansSerif;
  font-weight: bold;
}

/* line 235, app/assets/stylesheets/katex.scss */
.katex .mathitsf,
.katex .textitsf {
  font-family: KaTeX_SansSerif;
  font-style: italic;
}

/* line 240, app/assets/stylesheets/katex.scss */
.katex .mainrm {
  font-family: KaTeX_Main;
  font-style: normal;
}

/* line 244, app/assets/stylesheets/katex.scss */
.katex .vlist-t {
  display: inline-table;
  table-layout: fixed;
  border-collapse: collapse;
}

/* line 249, app/assets/stylesheets/katex.scss */
.katex .vlist-r {
  display: table-row;
}

/* line 252, app/assets/stylesheets/katex.scss */
.katex .vlist {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
}

/* line 257, app/assets/stylesheets/katex.scss */
.katex .vlist > span {
  display: block;
  height: 0;
  position: relative;
}

/* line 262, app/assets/stylesheets/katex.scss */
.katex .vlist > span > span {
  display: inline-block;
}

/* line 265, app/assets/stylesheets/katex.scss */
.katex .vlist > span > .pstrut {
  overflow: hidden;
  width: 0;
}

/* line 269, app/assets/stylesheets/katex.scss */
.katex .vlist-t2 {
  margin-right: -2px;
}

/* line 272, app/assets/stylesheets/katex.scss */
.katex .vlist-s {
  display: table-cell;
  vertical-align: bottom;
  font-size: 1px;
  width: 2px;
  min-width: 2px;
}

/* line 279, app/assets/stylesheets/katex.scss */
.katex .vbox {
  display: inline-flex;
  flex-direction: column;
  align-items: baseline;
}

/* line 284, app/assets/stylesheets/katex.scss */
.katex .hbox {
  display: inline-flex;
  flex-direction: row;
  width: 100%;
}

/* line 289, app/assets/stylesheets/katex.scss */
.katex .thinbox {
  display: inline-flex;
  flex-direction: row;
  width: 0;
  max-width: 0;
}

/* line 295, app/assets/stylesheets/katex.scss */
.katex .msupsub {
  text-align: left;
}

/* line 298, app/assets/stylesheets/katex.scss */
.katex .mfrac > span > span {
  text-align: center;
}

/* line 301, app/assets/stylesheets/katex.scss */
.katex .mfrac .frac-line {
  display: inline-block;
  width: 100%;
  border-bottom-style: solid;
}

/* line 306, app/assets/stylesheets/katex.scss */
.katex .mfrac .frac-line,
.katex .overline .overline-line,
.katex .underline .underline-line,
.katex .hline,
.katex .hdashline,
.katex .rule {
  min-height: 1px;
}

/* line 314, app/assets/stylesheets/katex.scss */
.katex .mspace {
  display: inline-block;
}

/* line 317, app/assets/stylesheets/katex.scss */
.katex .llap,
.katex .rlap,
.katex .clap {
  width: 0;
  position: relative;
}

/* line 323, app/assets/stylesheets/katex.scss */
.katex .llap > .inner,
.katex .rlap > .inner,
.katex .clap > .inner {
  position: absolute;
}

/* line 328, app/assets/stylesheets/katex.scss */
.katex .llap > .fix,
.katex .rlap > .fix,
.katex .clap > .fix {
  display: inline-block;
}

/* line 333, app/assets/stylesheets/katex.scss */
.katex .llap > .inner {
  right: 0;
}

/* line 336, app/assets/stylesheets/katex.scss */
.katex .rlap > .inner,
.katex .clap > .inner {
  left: 0;
}

/* line 340, app/assets/stylesheets/katex.scss */
.katex .clap > .inner > span {
  margin-left: -50%;
  margin-right: 50%;
}

/* line 344, app/assets/stylesheets/katex.scss */
.katex .rule {
  display: inline-block;
  border: solid 0;
  position: relative;
}

/* line 349, app/assets/stylesheets/katex.scss */
.katex .overline .overline-line,
.katex .underline .underline-line,
.katex .hline {
  display: inline-block;
  width: 100%;
  border-bottom-style: solid;
}

/* line 356, app/assets/stylesheets/katex.scss */
.katex .hdashline {
  display: inline-block;
  width: 100%;
  border-bottom-style: dashed;
}

/* line 361, app/assets/stylesheets/katex.scss */
.katex .sqrt > .root {
  /* These values are taken from the definition of `\r@@t`,
             `\mkern 5mu` and `\mkern -10mu`. */
  margin-left: 0.27777778em;
  margin-right: -0.55555556em;
}

/* line 367, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size1.size1,
.katex .fontsize-ensurer.reset-size1.size1 {
  font-size: 1em;
}

/* line 371, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size1.size2,
.katex .fontsize-ensurer.reset-size1.size2 {
  font-size: 1.2em;
}

/* line 375, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size1.size3,
.katex .fontsize-ensurer.reset-size1.size3 {
  font-size: 1.4em;
}

/* line 379, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size1.size4,
.katex .fontsize-ensurer.reset-size1.size4 {
  font-size: 1.6em;
}

/* line 383, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size1.size5,
.katex .fontsize-ensurer.reset-size1.size5 {
  font-size: 1.8em;
}

/* line 387, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size1.size6,
.katex .fontsize-ensurer.reset-size1.size6 {
  font-size: 2em;
}

/* line 391, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size1.size7,
.katex .fontsize-ensurer.reset-size1.size7 {
  font-size: 2.4em;
}

/* line 395, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size1.size8,
.katex .fontsize-ensurer.reset-size1.size8 {
  font-size: 2.88em;
}

/* line 399, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size1.size9,
.katex .fontsize-ensurer.reset-size1.size9 {
  font-size: 3.456em;
}

/* line 403, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size1.size10,
.katex .fontsize-ensurer.reset-size1.size10 {
  font-size: 4.148em;
}

/* line 407, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size1.size11,
.katex .fontsize-ensurer.reset-size1.size11 {
  font-size: 4.976em;
}

/* line 411, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size2.size1,
.katex .fontsize-ensurer.reset-size2.size1 {
  font-size: 0.83333333em;
}

/* line 415, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size2.size2,
.katex .fontsize-ensurer.reset-size2.size2 {
  font-size: 1em;
}

/* line 419, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size2.size3,
.katex .fontsize-ensurer.reset-size2.size3 {
  font-size: 1.16666667em;
}

/* line 423, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size2.size4,
.katex .fontsize-ensurer.reset-size2.size4 {
  font-size: 1.33333333em;
}

/* line 427, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size2.size5,
.katex .fontsize-ensurer.reset-size2.size5 {
  font-size: 1.5em;
}

/* line 431, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size2.size6,
.katex .fontsize-ensurer.reset-size2.size6 {
  font-size: 1.66666667em;
}

/* line 435, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size2.size7,
.katex .fontsize-ensurer.reset-size2.size7 {
  font-size: 2em;
}

/* line 439, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size2.size8,
.katex .fontsize-ensurer.reset-size2.size8 {
  font-size: 2.4em;
}

/* line 443, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size2.size9,
.katex .fontsize-ensurer.reset-size2.size9 {
  font-size: 2.88em;
}

/* line 447, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size2.size10,
.katex .fontsize-ensurer.reset-size2.size10 {
  font-size: 3.45666667em;
}

/* line 451, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size2.size11,
.katex .fontsize-ensurer.reset-size2.size11 {
  font-size: 4.14666667em;
}

/* line 455, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size3.size1,
.katex .fontsize-ensurer.reset-size3.size1 {
  font-size: 0.71428571em;
}

/* line 459, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size3.size2,
.katex .fontsize-ensurer.reset-size3.size2 {
  font-size: 0.85714286em;
}

/* line 463, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size3.size3,
.katex .fontsize-ensurer.reset-size3.size3 {
  font-size: 1em;
}

/* line 467, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size3.size4,
.katex .fontsize-ensurer.reset-size3.size4 {
  font-size: 1.14285714em;
}

/* line 471, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size3.size5,
.katex .fontsize-ensurer.reset-size3.size5 {
  font-size: 1.28571429em;
}

/* line 475, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size3.size6,
.katex .fontsize-ensurer.reset-size3.size6 {
  font-size: 1.42857143em;
}

/* line 479, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size3.size7,
.katex .fontsize-ensurer.reset-size3.size7 {
  font-size: 1.71428571em;
}

/* line 483, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size3.size8,
.katex .fontsize-ensurer.reset-size3.size8 {
  font-size: 2.05714286em;
}

/* line 487, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size3.size9,
.katex .fontsize-ensurer.reset-size3.size9 {
  font-size: 2.46857143em;
}

/* line 491, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size3.size10,
.katex .fontsize-ensurer.reset-size3.size10 {
  font-size: 2.96285714em;
}

/* line 495, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size3.size11,
.katex .fontsize-ensurer.reset-size3.size11 {
  font-size: 3.55428571em;
}

/* line 499, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size4.size1,
.katex .fontsize-ensurer.reset-size4.size1 {
  font-size: 0.625em;
}

/* line 503, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size4.size2,
.katex .fontsize-ensurer.reset-size4.size2 {
  font-size: 0.75em;
}

/* line 507, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size4.size3,
.katex .fontsize-ensurer.reset-size4.size3 {
  font-size: 0.875em;
}

/* line 511, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size4.size4,
.katex .fontsize-ensurer.reset-size4.size4 {
  font-size: 1em;
}

/* line 515, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size4.size5,
.katex .fontsize-ensurer.reset-size4.size5 {
  font-size: 1.125em;
}

/* line 519, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size4.size6,
.katex .fontsize-ensurer.reset-size4.size6 {
  font-size: 1.25em;
}

/* line 523, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size4.size7,
.katex .fontsize-ensurer.reset-size4.size7 {
  font-size: 1.5em;
}

/* line 527, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size4.size8,
.katex .fontsize-ensurer.reset-size4.size8 {
  font-size: 1.8em;
}

/* line 531, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size4.size9,
.katex .fontsize-ensurer.reset-size4.size9 {
  font-size: 2.16em;
}

/* line 535, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size4.size10,
.katex .fontsize-ensurer.reset-size4.size10 {
  font-size: 2.5925em;
}

/* line 539, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size4.size11,
.katex .fontsize-ensurer.reset-size4.size11 {
  font-size: 3.11em;
}

/* line 543, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size5.size1,
.katex .fontsize-ensurer.reset-size5.size1 {
  font-size: 0.55555556em;
}

/* line 547, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size5.size2,
.katex .fontsize-ensurer.reset-size5.size2 {
  font-size: 0.66666667em;
}

/* line 551, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size5.size3,
.katex .fontsize-ensurer.reset-size5.size3 {
  font-size: 0.77777778em;
}

/* line 555, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size5.size4,
.katex .fontsize-ensurer.reset-size5.size4 {
  font-size: 0.88888889em;
}

/* line 559, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size5.size5,
.katex .fontsize-ensurer.reset-size5.size5 {
  font-size: 1em;
}

/* line 563, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size5.size6,
.katex .fontsize-ensurer.reset-size5.size6 {
  font-size: 1.11111111em;
}

/* line 567, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size5.size7,
.katex .fontsize-ensurer.reset-size5.size7 {
  font-size: 1.33333333em;
}

/* line 571, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size5.size8,
.katex .fontsize-ensurer.reset-size5.size8 {
  font-size: 1.6em;
}

/* line 575, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size5.size9,
.katex .fontsize-ensurer.reset-size5.size9 {
  font-size: 1.92em;
}

/* line 579, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size5.size10,
.katex .fontsize-ensurer.reset-size5.size10 {
  font-size: 2.30444444em;
}

/* line 583, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size5.size11,
.katex .fontsize-ensurer.reset-size5.size11 {
  font-size: 2.76444444em;
}

/* line 587, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size6.size1,
.katex .fontsize-ensurer.reset-size6.size1 {
  font-size: 0.5em;
}

/* line 591, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size6.size2,
.katex .fontsize-ensurer.reset-size6.size2 {
  font-size: 0.6em;
}

/* line 595, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size6.size3,
.katex .fontsize-ensurer.reset-size6.size3 {
  font-size: 0.7em;
}

/* line 599, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size6.size4,
.katex .fontsize-ensurer.reset-size6.size4 {
  font-size: 0.8em;
}

/* line 603, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size6.size5,
.katex .fontsize-ensurer.reset-size6.size5 {
  font-size: 0.9em;
}

/* line 607, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size6.size6,
.katex .fontsize-ensurer.reset-size6.size6 {
  font-size: 1em;
}

/* line 611, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size6.size7,
.katex .fontsize-ensurer.reset-size6.size7 {
  font-size: 1.2em;
}

/* line 615, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size6.size8,
.katex .fontsize-ensurer.reset-size6.size8 {
  font-size: 1.44em;
}

/* line 619, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size6.size9,
.katex .fontsize-ensurer.reset-size6.size9 {
  font-size: 1.728em;
}

/* line 623, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size6.size10,
.katex .fontsize-ensurer.reset-size6.size10 {
  font-size: 2.074em;
}

/* line 627, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size6.size11,
.katex .fontsize-ensurer.reset-size6.size11 {
  font-size: 2.488em;
}

/* line 631, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size7.size1,
.katex .fontsize-ensurer.reset-size7.size1 {
  font-size: 0.41666667em;
}

/* line 635, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size7.size2,
.katex .fontsize-ensurer.reset-size7.size2 {
  font-size: 0.5em;
}

/* line 639, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size7.size3,
.katex .fontsize-ensurer.reset-size7.size3 {
  font-size: 0.58333333em;
}

/* line 643, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size7.size4,
.katex .fontsize-ensurer.reset-size7.size4 {
  font-size: 0.66666667em;
}

/* line 647, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size7.size5,
.katex .fontsize-ensurer.reset-size7.size5 {
  font-size: 0.75em;
}

/* line 651, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size7.size6,
.katex .fontsize-ensurer.reset-size7.size6 {
  font-size: 0.83333333em;
}

/* line 655, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size7.size7,
.katex .fontsize-ensurer.reset-size7.size7 {
  font-size: 1em;
}

/* line 659, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size7.size8,
.katex .fontsize-ensurer.reset-size7.size8 {
  font-size: 1.2em;
}

/* line 663, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size7.size9,
.katex .fontsize-ensurer.reset-size7.size9 {
  font-size: 1.44em;
}

/* line 667, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size7.size10,
.katex .fontsize-ensurer.reset-size7.size10 {
  font-size: 1.72833333em;
}

/* line 671, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size7.size11,
.katex .fontsize-ensurer.reset-size7.size11 {
  font-size: 2.07333333em;
}

/* line 675, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size8.size1,
.katex .fontsize-ensurer.reset-size8.size1 {
  font-size: 0.34722222em;
}

/* line 679, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size8.size2,
.katex .fontsize-ensurer.reset-size8.size2 {
  font-size: 0.41666667em;
}

/* line 683, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size8.size3,
.katex .fontsize-ensurer.reset-size8.size3 {
  font-size: 0.48611111em;
}

/* line 687, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size8.size4,
.katex .fontsize-ensurer.reset-size8.size4 {
  font-size: 0.55555556em;
}

/* line 691, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size8.size5,
.katex .fontsize-ensurer.reset-size8.size5 {
  font-size: 0.625em;
}

/* line 695, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size8.size6,
.katex .fontsize-ensurer.reset-size8.size6 {
  font-size: 0.69444444em;
}

/* line 699, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size8.size7,
.katex .fontsize-ensurer.reset-size8.size7 {
  font-size: 0.83333333em;
}

/* line 703, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size8.size8,
.katex .fontsize-ensurer.reset-size8.size8 {
  font-size: 1em;
}

/* line 707, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size8.size9,
.katex .fontsize-ensurer.reset-size8.size9 {
  font-size: 1.2em;
}

/* line 711, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size8.size10,
.katex .fontsize-ensurer.reset-size8.size10 {
  font-size: 1.44027778em;
}

/* line 715, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size8.size11,
.katex .fontsize-ensurer.reset-size8.size11 {
  font-size: 1.72777778em;
}

/* line 719, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size9.size1,
.katex .fontsize-ensurer.reset-size9.size1 {
  font-size: 0.28935185em;
}

/* line 723, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size9.size2,
.katex .fontsize-ensurer.reset-size9.size2 {
  font-size: 0.34722222em;
}

/* line 727, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size9.size3,
.katex .fontsize-ensurer.reset-size9.size3 {
  font-size: 0.40509259em;
}

/* line 731, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size9.size4,
.katex .fontsize-ensurer.reset-size9.size4 {
  font-size: 0.46296296em;
}

/* line 735, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size9.size5,
.katex .fontsize-ensurer.reset-size9.size5 {
  font-size: 0.52083333em;
}

/* line 739, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size9.size6,
.katex .fontsize-ensurer.reset-size9.size6 {
  font-size: 0.5787037em;
}

/* line 743, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size9.size7,
.katex .fontsize-ensurer.reset-size9.size7 {
  font-size: 0.69444444em;
}

/* line 747, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size9.size8,
.katex .fontsize-ensurer.reset-size9.size8 {
  font-size: 0.83333333em;
}

/* line 751, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size9.size9,
.katex .fontsize-ensurer.reset-size9.size9 {
  font-size: 1em;
}

/* line 755, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size9.size10,
.katex .fontsize-ensurer.reset-size9.size10 {
  font-size: 1.20023148em;
}

/* line 759, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size9.size11,
.katex .fontsize-ensurer.reset-size9.size11 {
  font-size: 1.43981481em;
}

/* line 763, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size10.size1,
.katex .fontsize-ensurer.reset-size10.size1 {
  font-size: 0.24108004em;
}

/* line 767, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size10.size2,
.katex .fontsize-ensurer.reset-size10.size2 {
  font-size: 0.28929605em;
}

/* line 771, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size10.size3,
.katex .fontsize-ensurer.reset-size10.size3 {
  font-size: 0.33751205em;
}

/* line 775, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size10.size4,
.katex .fontsize-ensurer.reset-size10.size4 {
  font-size: 0.38572806em;
}

/* line 779, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size10.size5,
.katex .fontsize-ensurer.reset-size10.size5 {
  font-size: 0.43394407em;
}

/* line 783, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size10.size6,
.katex .fontsize-ensurer.reset-size10.size6 {
  font-size: 0.48216008em;
}

/* line 787, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size10.size7,
.katex .fontsize-ensurer.reset-size10.size7 {
  font-size: 0.57859209em;
}

/* line 791, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size10.size8,
.katex .fontsize-ensurer.reset-size10.size8 {
  font-size: 0.69431051em;
}

/* line 795, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size10.size9,
.katex .fontsize-ensurer.reset-size10.size9 {
  font-size: 0.83317261em;
}

/* line 799, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size10.size10,
.katex .fontsize-ensurer.reset-size10.size10 {
  font-size: 1em;
}

/* line 803, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size10.size11,
.katex .fontsize-ensurer.reset-size10.size11 {
  font-size: 1.19961427em;
}

/* line 807, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size11.size1,
.katex .fontsize-ensurer.reset-size11.size1 {
  font-size: 0.20096463em;
}

/* line 811, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size11.size2,
.katex .fontsize-ensurer.reset-size11.size2 {
  font-size: 0.24115756em;
}

/* line 815, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size11.size3,
.katex .fontsize-ensurer.reset-size11.size3 {
  font-size: 0.28135048em;
}

/* line 819, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size11.size4,
.katex .fontsize-ensurer.reset-size11.size4 {
  font-size: 0.32154341em;
}

/* line 823, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size11.size5,
.katex .fontsize-ensurer.reset-size11.size5 {
  font-size: 0.36173633em;
}

/* line 827, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size11.size6,
.katex .fontsize-ensurer.reset-size11.size6 {
  font-size: 0.40192926em;
}

/* line 831, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size11.size7,
.katex .fontsize-ensurer.reset-size11.size7 {
  font-size: 0.48231511em;
}

/* line 835, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size11.size8,
.katex .fontsize-ensurer.reset-size11.size8 {
  font-size: 0.57877814em;
}

/* line 839, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size11.size9,
.katex .fontsize-ensurer.reset-size11.size9 {
  font-size: 0.69453376em;
}

/* line 843, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size11.size10,
.katex .fontsize-ensurer.reset-size11.size10 {
  font-size: 0.83360129em;
}

/* line 847, app/assets/stylesheets/katex.scss */
.katex .sizing.reset-size11.size11,
.katex .fontsize-ensurer.reset-size11.size11 {
  font-size: 1em;
}

/* line 851, app/assets/stylesheets/katex.scss */
.katex .delimsizing.size1 {
  font-family: KaTeX_Size1;
}

/* line 854, app/assets/stylesheets/katex.scss */
.katex .delimsizing.size2 {
  font-family: KaTeX_Size2;
}

/* line 857, app/assets/stylesheets/katex.scss */
.katex .delimsizing.size3 {
  font-family: KaTeX_Size3;
}

/* line 860, app/assets/stylesheets/katex.scss */
.katex .delimsizing.size4 {
  font-family: KaTeX_Size4;
}

/* line 863, app/assets/stylesheets/katex.scss */
.katex .delimsizing.mult .delim-size1 > span {
  font-family: KaTeX_Size1;
}

/* line 866, app/assets/stylesheets/katex.scss */
.katex .delimsizing.mult .delim-size4 > span {
  font-family: KaTeX_Size4;
}

/* line 869, app/assets/stylesheets/katex.scss */
.katex .nulldelimiter {
  display: inline-block;
  width: 0.12em;
}

/* line 873, app/assets/stylesheets/katex.scss */
.katex .delimcenter {
  position: relative;
}

/* line 876, app/assets/stylesheets/katex.scss */
.katex .op-symbol {
  position: relative;
}

/* line 879, app/assets/stylesheets/katex.scss */
.katex .op-symbol.small-op {
  font-family: KaTeX_Size1;
}

/* line 882, app/assets/stylesheets/katex.scss */
.katex .op-symbol.large-op {
  font-family: KaTeX_Size2;
}

/* line 885, app/assets/stylesheets/katex.scss */
.katex .op-limits > .vlist-t {
  text-align: center;
}

/* line 888, app/assets/stylesheets/katex.scss */
.katex .accent > .vlist-t {
  text-align: center;
}

/* line 891, app/assets/stylesheets/katex.scss */
.katex .accent .accent-body {
  position: relative;
}

/* line 894, app/assets/stylesheets/katex.scss */
.katex .accent .accent-body:not(.accent-full) {
  width: 0;
}

/* line 897, app/assets/stylesheets/katex.scss */
.katex .overlay {
  display: block;
}

/* line 900, app/assets/stylesheets/katex.scss */
.katex .mtable .vertical-separator {
  display: inline-block;
  min-width: 1px;
}

/* line 904, app/assets/stylesheets/katex.scss */
.katex .mtable .arraycolsep {
  display: inline-block;
}

/* line 907, app/assets/stylesheets/katex.scss */
.katex .mtable .col-align-c > .vlist-t {
  text-align: center;
}

/* line 910, app/assets/stylesheets/katex.scss */
.katex .mtable .col-align-l > .vlist-t {
  text-align: left;
}

/* line 913, app/assets/stylesheets/katex.scss */
.katex .mtable .col-align-r > .vlist-t {
  text-align: right;
}

/* line 916, app/assets/stylesheets/katex.scss */
.katex .svg-align {
  text-align: left;
}

/* line 919, app/assets/stylesheets/katex.scss */
.katex svg {
  display: block;
  position: absolute;
  width: 100%;
  height: inherit;
  fill: currentColor;
  stroke: currentColor;
  fill-rule: nonzero;
  fill-opacity: 1;
  stroke-width: 1;
  stroke-linecap: butt;
  stroke-linejoin: miter;
  stroke-miterlimit: 4;
  stroke-dasharray: none;
  stroke-dashoffset: 0;
  stroke-opacity: 1;
}

/* line 936, app/assets/stylesheets/katex.scss */
.katex svg path {
  stroke: none;
}

/* line 939, app/assets/stylesheets/katex.scss */
.katex img {
  border-style: none;
  min-width: 0;
  min-height: 0;
  max-width: none;
  max-height: none;
}

/* line 946, app/assets/stylesheets/katex.scss */
.katex .stretchy {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

/* line 952, app/assets/stylesheets/katex.scss */
.katex .stretchy::before,
.katex .stretchy::after {
  content: "";
}

/* line 956, app/assets/stylesheets/katex.scss */
.katex .hide-tail {
  width: 100%;
  position: relative;
  overflow: hidden;
}

/* line 961, app/assets/stylesheets/katex.scss */
.katex .halfarrow-left {
  position: absolute;
  left: 0;
  width: 50.2%;
  overflow: hidden;
}

/* line 967, app/assets/stylesheets/katex.scss */
.katex .halfarrow-right {
  position: absolute;
  right: 0;
  width: 50.2%;
  overflow: hidden;
}

/* line 973, app/assets/stylesheets/katex.scss */
.katex .brace-left {
  position: absolute;
  left: 0;
  width: 25.1%;
  overflow: hidden;
}

/* line 979, app/assets/stylesheets/katex.scss */
.katex .brace-center {
  position: absolute;
  left: 25%;
  width: 50%;
  overflow: hidden;
}

/* line 985, app/assets/stylesheets/katex.scss */
.katex .brace-right {
  position: absolute;
  right: 0;
  width: 25.1%;
  overflow: hidden;
}

/* line 991, app/assets/stylesheets/katex.scss */
.katex .x-arrow-pad {
  padding: 0 0.5em;
}

/* line 994, app/assets/stylesheets/katex.scss */
.katex .cd-arrow-pad {
  padding: 0 0.55556em 0 0.27778em;
}

/* line 997, app/assets/stylesheets/katex.scss */
.katex .x-arrow,
.katex .mover,
.katex .munder {
  text-align: center;
}

/* line 1002, app/assets/stylesheets/katex.scss */
.katex .boxpad {
  padding: 0 0.3em;
}

/* line 1005, app/assets/stylesheets/katex.scss */
.katex .fbox,
.katex .fcolorbox {
  box-sizing: border-box;
  border: 0.04em solid;
}

/* line 1010, app/assets/stylesheets/katex.scss */
.katex .cancel-pad {
  padding: 0 0.2em;
}

/* line 1013, app/assets/stylesheets/katex.scss */
.katex .cancel-lap {
  margin-left: -0.2em;
  margin-right: -0.2em;
}

/* line 1017, app/assets/stylesheets/katex.scss */
.katex .sout {
  border-bottom-style: solid;
  border-bottom-width: 0.08em;
}

/* line 1021, app/assets/stylesheets/katex.scss */
.katex .angl {
  box-sizing: border-box;
  border-top: 0.049em solid;
  border-right: 0.049em solid;
  margin-right: 0.03889em;
}

/* line 1027, app/assets/stylesheets/katex.scss */
.katex .anglpad {
  padding: 0 0.03889em;
}

/* line 1030, app/assets/stylesheets/katex.scss */
.katex .eqn-num::before {
  counter-increment: katexEqnNo;
  content: "(" counter(katexEqnNo) ")";
}

/* line 1034, app/assets/stylesheets/katex.scss */
.katex .mml-eqn-num::before {
  counter-increment: mmlEqnNo;
  content: "(" counter(mmlEqnNo) ")";
}

/* line 1038, app/assets/stylesheets/katex.scss */
.katex .mtr-glue {
  width: 50%;
}

/* line 1041, app/assets/stylesheets/katex.scss */
.katex .cd-vert-arrow {
  display: inline-block;
  position: relative;
}

/* line 1045, app/assets/stylesheets/katex.scss */
.katex .cd-label-left {
  display: inline-block;
  position: absolute;
  right: calc(50% + 0.3em);
  text-align: left;
}

/* line 1051, app/assets/stylesheets/katex.scss */
.katex .cd-label-right {
  display: inline-block;
  position: absolute;
  left: calc(50% + 0.3em);
  text-align: right;
}

/* line 1057, app/assets/stylesheets/katex.scss */
.katex-display {
  display: block;
  margin: 1em 0;
  text-align: center;
}

/* line 1062, app/assets/stylesheets/katex.scss */
.katex-display > .katex {
  display: block;
  text-align: center;
  white-space: nowrap;
}

/* line 1067, app/assets/stylesheets/katex.scss */
.katex-display > .katex > .katex-html {
  display: block;
  position: relative;
}

/* line 1071, app/assets/stylesheets/katex.scss */
.katex-display > .katex > .katex-html > .tag {
  position: absolute;
  right: 0;
}

/* line 1075, app/assets/stylesheets/katex.scss */
.katex-display.leqno > .katex > .katex-html > .tag {
  left: 0;
  right: auto;
}

/* line 1079, app/assets/stylesheets/katex.scss */
.katex-display.fleqn > .katex {
  text-align: left;
  padding-left: 2em;
}

/* line 1083, app/assets/stylesheets/katex.scss */
body {
  counter-reset: katexEqnNo mmlEqnNo;
}

/* line 219, app/assets/stylesheets/legacy/editor.scss */
.ProseMirror .Tiptap-mathematics-editor,
.ProseMirror .Tiptap-mathematics-render {
  border-radius: 0.25rem;
  display: inline-block;
}

/* line 225, app/assets/stylesheets/legacy/editor.scss */
.ProseMirror .Tiptap-mathematics-editor {
  font-family: monospace;
  padding: 0.2rem 0.5rem;
}

/* line 230, app/assets/stylesheets/legacy/editor.scss */
.ProseMirror .Tiptap-mathematics-render {
  padding: 0.25rem;
}

/* line 233, app/assets/stylesheets/legacy/editor.scss */
.ProseMirror .Tiptap-mathematics-render--editable {
  cursor: pointer;
  transition: background 0.2s;
  background: transparent;
}

/* line 242, app/assets/stylesheets/legacy/editor.scss */
.header button.material-symbols-outlined.loading-icon {
  display: inline-block;
  background-size: 180% 100%;
  animation: gradient 1s ease-in-out infinite;
}

/* line 251, app/assets/stylesheets/legacy/editor.scss */
.lightMode .ProseMirror .Tiptap-mathematics-editor {
  background: #cccccc;
  color: #000000;
}

/* line 257, app/assets/stylesheets/legacy/editor.scss */
.lightMode .ProseMirror .Tiptap-mathematics-render--editable:hover {
  background: #eeeeee;
}

/* line 264, app/assets/stylesheets/legacy/editor.scss */
.lightMode .header button.material-symbols-outlined.loading-icon {
  background-color: unset;
  color: transparent;
  background-image: linear-gradient(90deg, #dedede, #fafafa, #cccccc);
}

/* line 274, app/assets/stylesheets/legacy/editor.scss */
.darkMode .ProseMirror .Tiptap-mathematics-editor {
  background: #333333;
  color: #bbbbbb;
}

/* line 280, app/assets/stylesheets/legacy/editor.scss */
.darkMode .ProseMirror .Tiptap-mathematics-render--editable:hover {
  background: #2a2a2a;
}

/* line 287, app/assets/stylesheets/legacy/editor.scss */
.darkMode .header button.material-symbols-outlined.loading-icon {
  background-color: unset;
  color: transparent;
  background-image: linear-gradient(90deg, #222222, #333333, #111111);
}

/* line 1, app/assets/stylesheets/header.scss */
:root {
  --header-height: 50px;
}

/* line 5, app/assets/stylesheets/header.scss */
.editor-container {
  transition: padding-top var(--focus-mode-transition-duration) ease;
}

/* line 9, app/assets/stylesheets/header.scss */
.header {
  height: var(--header-height);
  z-index: 99999;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  transition: margin-top var(--focus-mode-transition-duration) ease;
}

/* line 21, app/assets/stylesheets/header.scss */
.focus-mode-active .header {
  margin-top: calc(var(--header-height) * -1);
}

/* line 25, app/assets/stylesheets/header.scss */
.focus-mode-active .header + .editor-container {
  padding-top: var(--header-height);
}

/* line 34, app/assets/stylesheets/header.scss */
.header .header-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

@media (max-width: 750px) {
  /* line 43, app/assets/stylesheets/header.scss */
  .header .header-inner {
    overflow-x: scroll;
    overflow-y: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}

/* line 52, app/assets/stylesheets/header.scss */
.header * {
  user-select: none;
}

/* line 56, app/assets/stylesheets/header.scss */
.header .logo-container,
.header .toolbar,
.header .toolbar-right {
  align-items: center;
}

/* line 62, app/assets/stylesheets/header.scss */
.header .logo-container {
  display: flex;
  flex-direction: row;
  padding: 5px 15px;
}

/* line 68, app/assets/stylesheets/header.scss */
.header .logo {
  margin: 0;
  font-size: 0;
  user-select: none;
}

/* line 73, app/assets/stylesheets/header.scss */
.header .logo a {
  text-decoration: none;
}

/* line 76, app/assets/stylesheets/header.scss */
.header .logo a:hover {
  cursor: pointer;
}

/* line 80, app/assets/stylesheets/header.scss */
.header .logo a svg {
  height: 27px;
}

@media (max-width: 750px) {
  /* line 80, app/assets/stylesheets/header.scss */
  .header .logo a svg {
    height: 32px;
    margin-top: 2px;
  }
}

/* line 91, app/assets/stylesheets/header.scss */
.header .spinner {
  position: absolute;
  top: 15px;
  left: 53px;
}

@media (max-width: 750px) {
  /* line 91, app/assets/stylesheets/header.scss */
  .header .spinner {
    position: static;
  }
}

/* line 101, app/assets/stylesheets/header.scss */
.header button.material-symbols-outlined {
  outline: none;
  border: none;
  font-size: 20px;
  padding: 3px;
  background-color: transparent;
}

@media (max-width: 750px) {
  /* line 101, app/assets/stylesheets/header.scss */
  .header button.material-symbols-outlined {
    font-size: 24px;
  }
}

/* line 113, app/assets/stylesheets/header.scss */
.header .old-version-warning {
  margin: 0;
}

/* line 116, app/assets/stylesheets/header.scss */
.header .old-version-warning a {
  color: #0093ff;
}

@media (max-width: 750px) {
  /* line 113, app/assets/stylesheets/header.scss */
  .header .old-version-warning {
    padding-top: 10px;
    font-size: 13px;
    text-align: center;
  }
}

/* line 127, app/assets/stylesheets/header.scss */
.header .toolbar {
  border: none;
  padding: 10px 0;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media (max-width: 750px) {
  /* line 127, app/assets/stylesheets/header.scss */
  .header .toolbar {
    margin-right: 35px;
  }
  /* line 138, app/assets/stylesheets/header.scss */
  .header .toolbar .ask-ai-btn {
    display: none;
  }
}

/* line 144, app/assets/stylesheets/header.scss */
.header .toolbar button.is-hidden {
  display: none;
}

/* line 148, app/assets/stylesheets/header.scss */
.header .toolbar button[disabled] {
  cursor: default;
  opacity: 0.2;
}

/* line 154, app/assets/stylesheets/header.scss */
.header .toolbar .show-kbar {
  font-weight: bold;
  padding: 1px 5px 5px 8px;
  margin-right: 15px;
  min-width: fit-content;
  font-size: 13px;
  transition: all 0.2s ease-out;
}

@media (max-width: 750px) {
  /* line 154, app/assets/stylesheets/header.scss */
  .header .toolbar .show-kbar {
    font-size: 15px;
    margin-left: 2px;
  }
}

/* line 167, app/assets/stylesheets/header.scss */
.header .toolbar .show-kbar .material-symbols-outlined {
  font-size: 1.2em;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 3px;
}

/* line 175, app/assets/stylesheets/header.scss */
.header .toolbar .show-kbar kbd {
  display: inline-block;
  margin-left: 7px;
  padding: 5px 0 3px 6px;
  font-size: 11px;
  line-height: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  border-radius: 0 3px 3px 0;
  opacity: 0.6;
  position: relative;
}

/* line 186, app/assets/stylesheets/header.scss */
.header .toolbar .show-kbar kbd::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  height: 28px;
  width: 1px;
}

@media (max-width: 750px) {
  /* line 175, app/assets/stylesheets/header.scss */
  .header .toolbar .show-kbar kbd {
    display: none;
  }
}

/* line 202, app/assets/stylesheets/header.scss */
.header .toolbar-right {
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
  padding: 10px 15px 10px 0;
}

/* line 208, app/assets/stylesheets/header.scss */
.header .toolbar-right .toolbar-right-user {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* line 214, app/assets/stylesheets/header.scss */
.header .toolbar-right .share-doc-btn {
  padding: 5px 8px 6px 8px;
  min-width: 72px;
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  font-size: 12px;
}

/* line 222, app/assets/stylesheets/header.scss */
.header .toolbar-right .share-doc-btn .material-symbols-outlined {
  font-size: 1em;
  display: inline-block;
  margin-right: 3px;
}

@media (max-width: 750px) {
  /* line 214, app/assets/stylesheets/header.scss */
  .header .toolbar-right .share-doc-btn {
    font-size: 15px;
    min-width: 84px;
  }
}

/* line 236, app/assets/stylesheets/header.scss */
.header .toolbar-right .share-doc-container.open-false .share-doc-bg,
.header .toolbar-right .share-doc-container.open-false .share-doc-box {
  display: none;
}

/* line 243, app/assets/stylesheets/header.scss */
.header .toolbar-right .share-doc-container.open-true .share-doc-bg {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 252, app/assets/stylesheets/header.scss */
.header .toolbar-right .share-doc-container.open-true .share-doc-box {
  display: block;
  position: absolute;
  z-index: 9999;
  right: -1px;
  top: 45px;
  padding: 30px;
  box-sizing: border-box;
  font-size: 14px;
  max-width: 390px;
}

/* line 263, app/assets/stylesheets/header.scss */
.header .toolbar-right .share-doc-container.open-true .share-doc-box .share-group {
  margin-top: 25px;
}

/* line 266, app/assets/stylesheets/header.scss */
.header .toolbar-right .share-doc-container.open-true .share-doc-box .share-group:first-child {
  margin-top: 0;
}

/* line 270, app/assets/stylesheets/header.scss */
.header .toolbar-right .share-doc-container.open-true .share-doc-box .share-group h2,
.header .toolbar-right .share-doc-container.open-true .share-doc-box .share-group p {
  margin-bottom: 5px;
  margin-top: 0;
}

/* line 276, app/assets/stylesheets/header.scss */
.header .toolbar-right .share-doc-container.open-true .share-doc-box .share-group h2 {
  font-size: 1.2em;
}

/* line 279, app/assets/stylesheets/header.scss */
.header .toolbar-right .share-doc-container.open-true .share-doc-box .share-group h2 .material-symbols-outlined {
  font-size: 1em;
  display: inline-block;
  margin-right: 7px;
}

/* line 286, app/assets/stylesheets/header.scss */
.header .toolbar-right .share-doc-container.open-true .share-doc-box .share-group p {
  opacity: 0.5;
}

/* line 291, app/assets/stylesheets/header.scss */
.header .toolbar-right .share-doc-container.open-true .share-doc-box input[type="text"] {
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 3px;
}

/* line 301, app/assets/stylesheets/header.scss */
.header .toolbar-right .settings-btn {
  font-size: 18px;
}

/* line 305, app/assets/stylesheets/header.scss */
.header .toolbar-right .toolbar-right-icons {
  display: flex;
  flex-direction: row;
  gap: 0.125rem;
}

/* line 313, app/assets/stylesheets/header.scss */
.header-dropdown {
  display: inline-block;
  border-radius: 4px;
}

/* line 317, app/assets/stylesheets/header.scss */
.header-dropdown > div {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 3px;
}

/* line 326, app/assets/stylesheets/header.scss */
.header-dropdown:hover {
  cursor: pointer;
}

/* line 330, app/assets/stylesheets/header.scss */
.header-dropdown .header-dropdown-icon {
  font-size: 20px;
  margin: 0 0 0 3px;
}

@media (max-width: 750px) {
  /* line 330, app/assets/stylesheets/header.scss */
  .header-dropdown .header-dropdown-icon {
    font-size: 24px;
  }
}

/* line 339, app/assets/stylesheets/header.scss */
.header-dropdown .header-dropdown-arrow {
  font-size: 1em;
}

/* line 343, app/assets/stylesheets/header.scss */
.header-dropdown .header-dropdown-options {
  border-radius: 4px;
  position: fixed;
  flex-direction: column;
  align-items: stretch;
  top: 40px;
  box-sizing: border-box;
  padding: 0;
}

/* line 352, app/assets/stylesheets/header.scss */
.header-dropdown .header-dropdown-options > button {
  border: none;
  border-radius: 0;
  text-align: left;
  font-weight: medium;
}

/* line 358, app/assets/stylesheets/header.scss */
.header-dropdown .header-dropdown-options > button .material-symbols-outlined {
  font-size: 1.1em;
  display: inline-block;
  margin-right: 7px;
  position: relative;
  top: 2px;
}

/* line 367, app/assets/stylesheets/header.scss */
.header-dropdown .header-dropdown-options.open-false {
  display: none;
}

/* line 371, app/assets/stylesheets/header.scss */
.header-dropdown .header-dropdown-options.open-true {
  display: flex;
}

/* line 377, app/assets/stylesheets/header.scss */
.darkMode .header {
  background-color: #1a1a1a;
  border-bottom: 1px solid #333333;
}

/* line 381, app/assets/stylesheets/header.scss */
.darkMode .header .logo svg {
  opacity: 1;
}

/* line 386, app/assets/stylesheets/header.scss */
.darkMode .header button.material-symbols-outlined:hover {
  background-color: #222222;
}

/* line 390, app/assets/stylesheets/header.scss */
.darkMode .header button.material-symbols-outlined.is-active {
  background-color: #152847;
  color: #619aea;
}

/* line 396, app/assets/stylesheets/header.scss */
.darkMode .header .open-kbar {
  background-color: #1a1a1a;
}

/* line 400, app/assets/stylesheets/header.scss */
.darkMode .header button.show-kbar {
  background-color: #2a2a2a;
  border: 1px solid #444444;
}

/* line 404, app/assets/stylesheets/header.scss */
.darkMode .header button.show-kbar kbd::before {
  background-color: #666666;
}

/* line 408, app/assets/stylesheets/header.scss */
.darkMode .header button.show-kbar:hover {
  background-color: #333333;
  box-shadow: 0 2px 10px rgba(0, 147, 255, 0.2);
}

/* line 415, app/assets/stylesheets/header.scss */
.darkMode .header .toolbar-right .share-doc-btn {
  background-color: #3347ff;
  color: #ffffff;
}

/* line 419, app/assets/stylesheets/header.scss */
.darkMode .header .toolbar-right .share-doc-btn .material-symbols-outlined {
  color: #ffffff;
}

/* line 424, app/assets/stylesheets/header.scss */
.darkMode .header .toolbar-right .share-doc-box {
  background-color: #1a1a1a;
  border: 1px solid #333333;
}

/* line 428, app/assets/stylesheets/header.scss */
.darkMode .header .toolbar-right .share-doc-box input[type="text"] {
  border: 1px solid #333333;
  background-color: #222222;
  color: #bbbbbb;
}

/* line 438, app/assets/stylesheets/header.scss */
.header-dropdown.open-true {
  background-color: #152847;
}

/* line 441, app/assets/stylesheets/header.scss */
.header-dropdown.open-true .header-dropdown-options {
  background-color: #1a1a1a;
  border: 1px solid #333333;
}

/* line 445, app/assets/stylesheets/header.scss */
.header-dropdown.open-true .header-dropdown-options > button {
  background-color: transparent;
}

/* line 448, app/assets/stylesheets/header.scss */
.header-dropdown.open-true .header-dropdown-options > button:hover {
  background-color: #222222;
}

/* line 454, app/assets/stylesheets/header.scss */
.lightMode .header-dropdown.open-true {
  background-color: #e7f0fe;
}

/* line 457, app/assets/stylesheets/header.scss */
.lightMode .header-dropdown.open-true .header-dropdown-options {
  background-color: #fefefe;
  border: 1px solid #dedede;
}

/* line 461, app/assets/stylesheets/header.scss */
.lightMode .header-dropdown.open-true .header-dropdown-options > button {
  color: #000000;
}

/* line 464, app/assets/stylesheets/header.scss */
.lightMode .header-dropdown.open-true .header-dropdown-options > button:hover {
  background-color: #fafafa;
}

/* line 473, app/assets/stylesheets/header.scss */
.header-dropdown.open-false:hover {
  background-color: #222222;
}

/* line 478, app/assets/stylesheets/header.scss */
.lightMode .header-dropdown.open-false:hover {
  background-color: #dedede;
}

/* line 485, app/assets/stylesheets/header.scss */
.lightMode .header {
  background-color: #fefefe;
  border-bottom: 1px solid #dedede;
}

/* line 489, app/assets/stylesheets/header.scss */
.lightMode .header button.material-symbols-outlined {
  color: #000000;
}

/* line 492, app/assets/stylesheets/header.scss */
.lightMode .header button.material-symbols-outlined:hover {
  background-color: #dedede;
}

/* line 496, app/assets/stylesheets/header.scss */
.lightMode .header button.material-symbols-outlined.is-active {
  background-color: #e7f0fe;
  color: #0093ff;
}

/* line 502, app/assets/stylesheets/header.scss */
.lightMode .header button.show-kbar {
  background-color: rgba(72, 222, 255, 0.08);
  color: #0093ff;
  border: 1px solid rgba(0, 147, 255, 0.35);
}

/* line 507, app/assets/stylesheets/header.scss */
.lightMode .header button.show-kbar .material-symbols-outlined {
  color: #0093ff;
}

/* line 510, app/assets/stylesheets/header.scss */
.lightMode .header button.show-kbar .material-symbols-outlined:hover {
  background-color: transparent;
}

/* line 515, app/assets/stylesheets/header.scss */
.lightMode .header button.show-kbar kbd::before {
  background-color: rgba(0, 147, 255, 0.3);
}

/* line 519, app/assets/stylesheets/header.scss */
.lightMode .header button.show-kbar:hover {
  background-color: rgba(0, 147, 255, 0.08);
  border-bottom-color: rgba(0, 147, 255, 0.45);
  border-top-color: rgba(0, 147, 255, 0.28);
  box-shadow: 0 2px 10px rgba(0, 147, 255, 0.2);
}

/* line 528, app/assets/stylesheets/header.scss */
.lightMode .header .toolbar-right .share-doc-btn {
  background-color: #0093ff;
  color: #ffffff;
}

/* line 532, app/assets/stylesheets/header.scss */
.lightMode .header .toolbar-right .share-doc-btn .material-symbols-outlined {
  color: #ffffff;
}

/* line 537, app/assets/stylesheets/header.scss */
.lightMode .header .toolbar-right .share-doc-box {
  background-color: #fefefe;
  border: 1px solid #dedede;
}

/* line 541, app/assets/stylesheets/header.scss */
.lightMode .header .toolbar-right .share-doc-box input[type="text"] {
  border: 1px solid #dedede;
  background-color: #fafafa;
}

/* line 547, app/assets/stylesheets/header.scss */
.lightMode .header .toolbar-right .settings-btn.material-symbols-outlined {
  color: #000000;
}

/* line 1, app/assets/stylesheets/home.scss */
.home-container {
  font-family: "IBM Plex Sans";
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 10, app/assets/stylesheets/home.scss */
.home-container * {
  box-sizing: border-box;
}

/* line 14, app/assets/stylesheets/home.scss */
.home-container .hiring-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 4px 14px 6px 18px;
  border-radius: 20px;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.2s ease-out;
  margin: 20px 0 0 0;
}

@media (max-width: 800px) {
  /* line 14, app/assets/stylesheets/home.scss */
  .home-container .hiring-link {
    margin: 20px 0 40px 0;
    font-size: 13px;
  }
}

/* line 30, app/assets/stylesheets/home.scss */
.home-container .hiring-link .learn-more {
  display: inline-block;
  font-size: 16px;
  padding-left: 10px;
  position: relative;
  opacity: 0.8;
  left: 0;
  line-height: 0;
  transition: all 0.2s ease-out;
}

/* line 41, app/assets/stylesheets/home.scss */
.home-container .hiring-link:hover {
  padding: 2px 24px 4px 28px;
}

/* line 44, app/assets/stylesheets/home.scss */
.home-container .hiring-link:hover .learn-more {
  opacity: 1;
  left: 3px;
}

/* line 51, app/assets/stylesheets/home.scss */
.home-container nav {
  position: absolute;
  top: 1em;
  right: 1.4em;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  gap: 1.4em;
}

/* line 61, app/assets/stylesheets/home.scss */
.home-container .logo {
  width: 110px;
  height: 110px;
  margin-top: 120px;
}

/* line 66, app/assets/stylesheets/home.scss */
.home-container .logo svg path {
  animation: pulse 1s ease-in-out;
}

@media (max-width: 800px) {
  /* line 61, app/assets/stylesheets/home.scss */
  .home-container .logo {
    width: 100px;
    height: 100px;
    margin-top: 70px;
  }
}

@media (max-width: 600px) {
  /* line 61, app/assets/stylesheets/home.scss */
  .home-container .logo {
    width: 90px;
    height: 90px;
  }
}

/* line 82, app/assets/stylesheets/home.scss */
.home-container h1 {
  font-size: 54px;
  margin: 30px 0 0 0;
  line-height: 1.2em;
  letter-spacing: -1px;
}

@media (max-width: 800px) {
  /* line 82, app/assets/stylesheets/home.scss */
  .home-container h1 {
    font-size: 42px;
    margin: 40px 0 0 0;
  }
}

@media (max-width: 600px) {
  /* line 82, app/assets/stylesheets/home.scss */
  .home-container h1 {
    font-size: 36px;
    max-width: 300px;
    margin: 0 0 0 0;
  }
}

/* line 99, app/assets/stylesheets/home.scss */
.home-container h1 .transparent-text {
  opacity: 0.1;
}

/* line 103, app/assets/stylesheets/home.scss */
.home-container h1 .visible-text {
  opacity: 1;
}

/* line 108, app/assets/stylesheets/home.scss */
.home-container h1 .cursor.done {
  border-right: 1px solid transparent;
}

/* line 114, app/assets/stylesheets/home.scss */
.home-container .l-e-x {
  position: absolute;
}

/* line 117, app/assets/stylesheets/home.scss */
.home-container .l-e-x svg {
  position: absolute;
  width: 10px;
  height: 10px;
  opacity: 0;
  top: 0;
  left: 0;
  transform: rotate(0deg);
}

/* line 126, app/assets/stylesheets/home.scss */
.home-container .l-e-x svg.play {
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

/* line 131, app/assets/stylesheets/home.scss */
.home-container .l-e-x svg.play.letter-l {
  animation: spinOutL 1.2s;
  animation-delay: 0s;
}

/* line 136, app/assets/stylesheets/home.scss */
.home-container .l-e-x svg.play.letter-e {
  animation: spinOutE 1.2s;
  animation-delay: 0.2s;
}

/* line 141, app/assets/stylesheets/home.scss */
.home-container .l-e-x svg.play.letter-x {
  animation: spinOutX 1.1s;
  animation-delay: 0.4s;
}

/* line 148, app/assets/stylesheets/home.scss */
.home-container .subhead {
  font-size: 30px;
  margin: 10px auto 40px auto;
  opacity: 0.5;
}

@media (max-width: 800px) {
  /* line 148, app/assets/stylesheets/home.scss */
  .home-container .subhead {
    font-size: 19px;
    padding: 0 10px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
}

@media (max-width: 600px) {
  /* line 148, app/assets/stylesheets/home.scss */
  .home-container .subhead {
    font-size: 18px;
    padding: 0 25px;
  }
}

/* line 166, app/assets/stylesheets/home.scss */
.home-container .button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0 1rem;
  margin-bottom: 1rem;
}

/* line 176, app/assets/stylesheets/home.scss */
.home-container .cta-btn {
  display: inline-flex;
  align-items: center;
  padding: 12px 20px 14px 22px;
  font-weight: bold;
  border-radius: 7px;
  font-size: 22px;
  border: 2px solid transparent;
  text-decoration: none;
  -webkit-user-select: none;
  user-select: none;
}

/* line 188, app/assets/stylesheets/home.scss */
.home-container .cta-btn svg {
  margin-right: 7px;
}

/* line 192, app/assets/stylesheets/home.scss */
.home-container .cta-btn .apple-icon {
  width: 1.5rem;
  height: 1.5rem;
}

@media (max-width: 800px) {
  /* line 176, app/assets/stylesheets/home.scss */
  .home-container .cta-btn {
    padding: 10px 18px 12px 20px;
  }
}

/* line 202, app/assets/stylesheets/home.scss */
.home-container .cta-btn--solid {
  color: #fff;
  background-color: #1d1d1d;
}

/* line 206, app/assets/stylesheets/home.scss */
.home-container .cta-btn--solid:hover, .home-container .cta-btn--solid:active, .home-container .cta-btn--solid:focus {
  background-color: #000;
}

/* line 212, app/assets/stylesheets/home.scss */
.darkMode .home-container .cta-btn--solid {
  background-color: #eee;
  color: #000;
}

/* line 216, app/assets/stylesheets/home.scss */
.darkMode .home-container .cta-btn--solid:hover, .darkMode .home-container .cta-btn--solid:active, .darkMode .home-container .cta-btn--solid:focus {
  background-color: #fff;
}

/* line 224, app/assets/stylesheets/home.scss */
.home-container .cta-btn--outline {
  font-weight: normal;
  background: transparent;
  color: #333;
  border-color: #ddd;
}

/* line 230, app/assets/stylesheets/home.scss */
.home-container .cta-btn--outline:hover, .home-container .cta-btn--outline:active, .home-container .cta-btn--outline:focus {
  background: #f5f5f5;
  border-color: #ccc;
}

/* line 237, app/assets/stylesheets/home.scss */
.darkMode .home-container .cta-btn--outline {
  color: #ccc;
  border-color: #444;
  background: transparent;
}

/* line 242, app/assets/stylesheets/home.scss */
.darkMode .home-container .cta-btn--outline:hover, .darkMode .home-container .cta-btn--outline:active, .darkMode .home-container .cta-btn--outline:focus {
  background: #1d1d1d;
  border-color: #555;
}

/* line 251, app/assets/stylesheets/home.scss */
.home-container .legal-notice {
  opacity: 0.5;
  font-size: 13px;
  margin: 0;
}

/* line 257, app/assets/stylesheets/home.scss */
.home-container .video-container-outer {
  max-width: 900px;
  margin: 100px auto 100px auto;
  position: relative;
  z-index: 9999;
}

@media (max-width: 800px) {
  /* line 257, app/assets/stylesheets/home.scss */
  .home-container .video-container-outer {
    margin: 60px auto;
  }
}

/* line 268, app/assets/stylesheets/home.scss */
.home-container .video-container-inner {
  width: 100%;
  border-radius: 7px;
}

/* line 272, app/assets/stylesheets/home.scss */
.home-container .video-container-inner:hover {
  cursor: pointer;
}

/* line 276, app/assets/stylesheets/home.scss */
.home-container .video-container-inner .play-button {
  animation: pulse 3s ease-in-out infinite;
  position: absolute;
  width: 80px;
  height: 80px;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
}

@media (max-width: 800px) {
  /* line 276, app/assets/stylesheets/home.scss */
  .home-container .video-container-inner .play-button {
    width: 40px;
    height: 40px;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
  }
}

/* line 292, app/assets/stylesheets/home.scss */
.home-container .video-container-inner .lex-screenshot {
  width: 100%;
  border-radius: 7px;
  display: block;
}

/* line 298, app/assets/stylesheets/home.scss */
.home-container .video-container-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  border-radius: 7px;
}

/* line 309, app/assets/stylesheets/home.scss */
.home-container .video-container-inner.playing iframe {
  display: block;
}

/* line 313, app/assets/stylesheets/home.scss */
.home-container .video-container-inner.playing .lex-screenshot {
  opacity: 0;
}

/* line 319, app/assets/stylesheets/home.scss */
.home-container .logo-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 0 4rem 0;
  max-width: 800px;
}

/* line 327, app/assets/stylesheets/home.scss */
.home-container .logo-wrapper .logo-wrapper-text {
  font-size: 1rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

/* line 333, app/assets/stylesheets/home.scss */
.home-container .logo-wrapper img {
  height: 20px;
  opacity: 0.5;
}

/* line 338, app/assets/stylesheets/home.scss */
.home-container .logo-wrapper .logo-wrapper-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

/* line 348, app/assets/stylesheets/home.scss */
.home-container .user-quote {
  max-width: 900px;
  margin-top: 40px;
  margin-bottom: 80px;
  padding: 0 1.5rem;
}

/* line 354, app/assets/stylesheets/home.scss */
.home-container .user-quote .quote {
  font-size: 24px;
}

/* line 357, app/assets/stylesheets/home.scss */
.home-container .user-quote .quote mark {
  padding: 2px 4px;
  border-radius: 4px;
}

/* line 363, app/assets/stylesheets/home.scss */
.home-container .user-quote .quote-source {
  opacity: 0.5;
}

/* line 367, app/assets/stylesheets/home.scss */
.home-container .user-quote img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
}

/* line 374, app/assets/stylesheets/home.scss */
.home-container .feature-grid-wrapper {
  display: block;
  max-width: 700px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 40px;
  border-radius: 10px;
}

/* line 383, app/assets/stylesheets/home.scss */
.home-container .feature-header {
  margin-bottom: 60px;
}

@media (max-width: 800px) {
  /* line 383, app/assets/stylesheets/home.scss */
  .home-container .feature-header {
    margin-bottom: 40px;
  }
}

@media (max-width: 600px) {
  /* line 383, app/assets/stylesheets/home.scss */
  .home-container .feature-header {
    text-align: left;
    padding-left: 20px;
  }
}

/* line 395, app/assets/stylesheets/home.scss */
.home-container .feature-header h2 {
  font-size: 30px;
  margin-bottom: 0;
}

@media (max-width: 800px) {
  /* line 395, app/assets/stylesheets/home.scss */
  .home-container .feature-header h2 {
    font-size: 28px;
  }
}

/* line 404, app/assets/stylesheets/home.scss */
.home-container .feature-header p {
  font-size: 20px;
  opacity: 0.5;
  margin-top: 5px;
}

@media (max-width: 800px) {
  /* line 404, app/assets/stylesheets/home.scss */
  .home-container .feature-header p {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  /* line 404, app/assets/stylesheets/home.scss */
  .home-container .feature-header p {
    max-width: 300px;
  }
}

/* line 419, app/assets/stylesheets/home.scss */
.home-container .feature-grid {
  display: grid;
  margin: 0 auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 750px;
  text-align: left;
}

@media (max-width: 800px) {
  /* line 419, app/assets/stylesheets/home.scss */
  .home-container .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  /* line 430, app/assets/stylesheets/home.scss */
  .home-container .feature-grid > div:last-child {
    display: none;
  }
}

/* line 435, app/assets/stylesheets/home.scss */
.home-container .feature-grid > div {
  opacity: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
}

/* line 442, app/assets/stylesheets/home.scss */
.home-container .feature-grid > div .material-symbols-outlined {
  margin-bottom: 10px;
  font-size: 20px;
}

/* line 447, app/assets/stylesheets/home.scss */
.home-container .feature-grid > div h3 {
  margin: 0;
  font-size: 18px;
}

/* line 451, app/assets/stylesheets/home.scss */
.home-container .feature-grid > div h3 .coming-soon {
  font-size: 10px;
  border-radius: 5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 2px 4px;
}

/* line 460, app/assets/stylesheets/home.scss */
.home-container .feature-grid > div p {
  margin: 5px 0 0 0;
  opacity: 0.6;
}

@media (max-width: 600px) {
  /* line 460, app/assets/stylesheets/home.scss */
  .home-container .feature-grid > div p {
    font-size: 15px;
  }
}

/* line 471, app/assets/stylesheets/home.scss */
.home-container .final-cta {
  display: block;
  width: 100%;
  margin-top: 100px;
  padding: 50px;
}

/* line 477, app/assets/stylesheets/home.scss */
.home-container .final-cta h2 {
  font-size: 50px;
}

@media (max-width: 800px) {
  /* line 471, app/assets/stylesheets/home.scss */
  .home-container .final-cta {
    padding: 1.5rem;
  }
}

/* line 487, app/assets/stylesheets/home.scss */
.senja-masonry-container {
  margin: 120px 0 0 0;
  padding: 0 20px;
  background: #fff;
}

/* line 492, app/assets/stylesheets/home.scss */
.senja-masonry-container h2 {
  text-align: center;
  font-size: 35px;
  padding-bottom: 20px;
}

/* line 499, app/assets/stylesheets/home.scss */
.darkMode .senja-masonry-container {
  background: #111111;
}

/* line 503, app/assets/stylesheets/home.scss */
.darkMode .home-container {
  background: #111111;
}

/* line 506, app/assets/stylesheets/home.scss */
.darkMode .home-container .hiring-link {
  background: linear-gradient(45deg, rgba(0, 210, 21, 0.12), rgba(0, 210, 21, 0.05));
  color: #00d215;
  border: 1px solid rgba(0, 210, 21, 0.25);
}

/* line 516, app/assets/stylesheets/home.scss */
.darkMode .home-container h1 span {
  color: #dedede;
  text-shadow: #000 0 3px 0;
}

/* line 521, app/assets/stylesheets/home.scss */
.darkMode .home-container .subhead {
  text-shadow: #000 0 1px 0;
}

/* line 525, app/assets/stylesheets/home.scss */
.darkMode .home-container .cursor {
  border-right: 2px solid #bbbbbb;
}

/* line 529, app/assets/stylesheets/home.scss */
.darkMode .home-container .legal-notice a {
  color: #bbbbbb;
}

/* line 533, app/assets/stylesheets/home.scss */
.darkMode .home-container .video-container-inner {
  border: 2px solid #333333;
}

/* line 537, app/assets/stylesheets/home.scss */
.darkMode .home-container .lex-screenshot.light {
  display: none;
}

/* line 541, app/assets/stylesheets/home.scss */
.darkMode .home-container .user-quote mark {
  color: #fff;
  background-color: rgba(255, 221, 45, 0.2);
}

/* line 546, app/assets/stylesheets/home.scss */
.darkMode .home-container .feature-grid-wrapper {
  background-color: #1a1a1a;
}

/* line 551, app/assets/stylesheets/home.scss */
.darkMode .home-container .feature-grid > div {
  border: 2px solid #333333;
}

/* line 555, app/assets/stylesheets/home.scss */
.darkMode .home-container .feature-grid .coming-soon {
  background-color: rgba(51, 71, 255, 0.2);
  color: #3347ff;
}

/* line 561, app/assets/stylesheets/home.scss */
.darkMode .home-container .footer {
  background: #333333;
}

/* line 566, app/assets/stylesheets/home.scss */
.lightMode.users-home,
.lightMode.users-trial {
  background: #fff;
}

/* line 571, app/assets/stylesheets/home.scss */
.lightMode.users-home.logged-out body,
.lightMode.users-trial.logged-out body {
  background: #fff;
}

/* line 576, app/assets/stylesheets/home.scss */
.lightMode.users-home .hiring-link,
.lightMode.users-trial .hiring-link {
  background: linear-gradient(45deg, rgba(72, 222, 255, 0.15), rgba(72, 222, 255, 0.08));
  color: #0093ff;
  border: 1px solid rgba(0, 147, 255, 0.3);
}

/* line 582, app/assets/stylesheets/home.scss */
.lightMode.users-home .cursor,
.lightMode.users-trial .cursor {
  border-right: 1px solid #000000;
}

/* line 586, app/assets/stylesheets/home.scss */
.lightMode.users-home .home-container,
.lightMode.users-trial .home-container {
  background: #fefefe;
}

/* line 589, app/assets/stylesheets/home.scss */
.lightMode.users-home .home-container .legal-notice a,
.lightMode.users-trial .home-container .legal-notice a {
  color: #000000;
}

/* line 593, app/assets/stylesheets/home.scss */
.lightMode.users-home .home-container .video-container-inner,
.lightMode.users-trial .home-container .video-container-inner {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1), 0 0 3px rgba(0, 0, 0, 0.2), 0 15px 20px rgba(0, 0, 0, 0.1);
}

/* line 597, app/assets/stylesheets/home.scss */
.lightMode.users-home .home-container .lex-screenshot.dark,
.lightMode.users-trial .home-container .lex-screenshot.dark {
  display: none;
}

/* line 601, app/assets/stylesheets/home.scss */
.lightMode.users-home .home-container .user-quote mark,
.lightMode.users-trial .home-container .user-quote mark {
  color: #000;
  background-color: #ffdd2d;
}

/* line 606, app/assets/stylesheets/home.scss */
.lightMode.users-home .home-container .feature-grid-wrapper,
.lightMode.users-trial .home-container .feature-grid-wrapper {
  background-color: #f7f7f7;
}

/* line 611, app/assets/stylesheets/home.scss */
.lightMode.users-home .home-container .feature-grid > div,
.lightMode.users-trial .home-container .feature-grid > div {
  border: 2px solid #e5e5e5;
}

/* line 615, app/assets/stylesheets/home.scss */
.lightMode.users-home .home-container .feature-grid .coming-soon,
.lightMode.users-trial .home-container .feature-grid .coming-soon {
  background-color: #e7f0fe;
  color: #0093ff;
}

/*
  This is here because it needs to be lower in the file
  than the `border` delcaration above. (Stupid, but I'm in a hurry.)
 */
@media (min-width: 801px) {
  /* line 630, app/assets/stylesheets/home.scss */
  .users-home .home-container .feature-grid > div:nth-child(-n + 3),
.users-trial .home-container .feature-grid > div:nth-child(-n + 3) {
    border-top: none;
  }
  /* line 634, app/assets/stylesheets/home.scss */
  .users-home .home-container .feature-grid > div:nth-child(3n),
.users-trial .home-container .feature-grid > div:nth-child(3n) {
    border-right: none;
  }
  /* line 638, app/assets/stylesheets/home.scss */
  .users-home .home-container .feature-grid > div:nth-child(1), .users-home .home-container .feature-grid > div:nth-child(4), .users-home .home-container .feature-grid > div:nth-child(7),
.users-trial .home-container .feature-grid > div:nth-child(1),
.users-trial .home-container .feature-grid > div:nth-child(4),
.users-trial .home-container .feature-grid > div:nth-child(7) {
    border-left: none;
  }
  /* line 644, app/assets/stylesheets/home.scss */
  .users-home .home-container .feature-grid > div:nth-child(7), .users-home .home-container .feature-grid > div:nth-child(8), .users-home .home-container .feature-grid > div:nth-child(9),
.users-trial .home-container .feature-grid > div:nth-child(7),
.users-trial .home-container .feature-grid > div:nth-child(8),
.users-trial .home-container .feature-grid > div:nth-child(9) {
    border-bottom: none;
  }
}

@media (max-width: 800px) {
  /* line 652, app/assets/stylesheets/home.scss */
  .users-home .home-container .feature-grid > div:nth-child(1), .users-home .home-container .feature-grid > div:nth-child(2),
.users-trial .home-container .feature-grid > div:nth-child(1),
.users-trial .home-container .feature-grid > div:nth-child(2) {
    border-top: none;
  }
  /* line 657, app/assets/stylesheets/home.scss */
  .users-home .home-container .feature-grid > div:nth-child(even),
.users-trial .home-container .feature-grid > div:nth-child(even) {
    border-right: none;
  }
  /* line 661, app/assets/stylesheets/home.scss */
  .users-home .home-container .feature-grid > div:nth-child(odd),
.users-trial .home-container .feature-grid > div:nth-child(odd) {
    border-left: none;
  }
  /* line 665, app/assets/stylesheets/home.scss */
  .users-home .home-container .feature-grid > div:nth-child(7), .users-home .home-container .feature-grid > div:nth-child(8),
.users-trial .home-container .feature-grid > div:nth-child(7),
.users-trial .home-container .feature-grid > div:nth-child(8) {
    border-bottom: none;
  }
}

@keyframes pulse {
  50% {
    transform: scale(1.15);
  }
}

@keyframes spinOutL {
  0% {
    opacity: 0;
    top: 0;
    left: 0;
    transform: rotate(0deg);
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: -200px;
    left: 20px;
    transform: rotate(200deg);
  }
}

@keyframes spinOutE {
  0% {
    opacity: 0;
    top: 0;
    left: 0;
    transform: rotate(0deg);
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: -180px;
    left: -10px;
    transform: rotate(100deg);
  }
}

@keyframes spinOutX {
  0% {
    opacity: 0;
    top: 0;
    left: 0;
    transform: rotate(0deg);
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: -250px;
    left: 0;
    transform: rotate(350deg);
  }
}

/* line 740, app/assets/stylesheets/home.scss */
.subscriptions-pricing {
  padding-bottom: 6em;
}

/* line 743, app/assets/stylesheets/home.scss */
.subscriptions-pricing.lightMode {
  background-color: #fff;
}

/* line 746, app/assets/stylesheets/home.scss */
.subscriptions-pricing.lightMode body {
  background-color: #fff;
}

/* line 751, app/assets/stylesheets/home.scss */
.subscriptions-pricing .pricing-inner {
  text-align: center;
}

/* line 754, app/assets/stylesheets/home.scss */
.subscriptions-pricing .pricing-inner .back-home {
  position: absolute;
  top: 1em;
  left: 1em;
}

/* line 760, app/assets/stylesheets/home.scss */
.subscriptions-pricing .pricing-inner .logo {
  width: 5em;
  height: 5em;
  margin: 4em auto 0.5em auto;
}

/* line 766, app/assets/stylesheets/home.scss */
.subscriptions-pricing .pricing-inner h1 {
  font-size: 4em;
  margin: 0;
}

/* line 771, app/assets/stylesheets/home.scss */
.subscriptions-pricing .pricing-inner .subhead {
  font-size: 1.9em;
  opacity: 0.5;
  max-width: 500px;
  margin: 0.5em auto 2em auto;
}

/* line 778, app/assets/stylesheets/home.scss */
.subscriptions-pricing .pricing-inner .faq-container {
  text-align: left;
  max-width: 500px;
  margin: 2em auto 10em auto;
  padding: 0 20px;
}

/* line 784, app/assets/stylesheets/home.scss */
.subscriptions-pricing .pricing-inner .faq-container h3 {
  margin-top: 2.5em;
  margin-bottom: 0.8em;
}

/* line 789, app/assets/stylesheets/home.scss */
.subscriptions-pricing .pricing-inner .faq-container p {
  opacity: 0.6;
}

/* line 794, app/assets/stylesheets/home.scss */
.subscriptions-pricing .pricing-inner .legal-notice {
  opacity: 0.5;
  font-size: 13px;
  margin-bottom: 0;
}

/* line 803, app/assets/stylesheets/home.scss */
.subscriptions-subscribe_success {
  text-align: center;
}

/* line 804, app/assets/stylesheets/home.scss */
.subscriptions-subscribe_success.lightMode {
  background-color: #fff;
}

/* line 807, app/assets/stylesheets/home.scss */
.subscriptions-subscribe_success.lightMode body {
  background-color: #fff;
}

/* line 814, app/assets/stylesheets/home.scss */
.subscriptions-subscribe_success .verified {
  font-size: 5em;
  color: #0093ff;
  margin: 3em 0 0 0;
}

/* line 820, app/assets/stylesheets/home.scss */
.subscriptions-subscribe_success h1 {
  margin: 0;
  font-size: 3em;
}

/* line 825, app/assets/stylesheets/home.scss */
.subscriptions-subscribe_success .subhead {
  font-size: 1.5em;
  opacity: 0.5;
}

/* line 834, app/assets/stylesheets/home.scss */
.users-home .user-type-container,
.users-trial .user-type-container,
.subscriptions-pricing .user-type-container {
  display: inline-block;
  min-width: 80px;
  min-height: 25px;
  text-align: left;
  padding: 2px 4px 2px 8px;
  margin-left: 4px;
  overflow: hidden;
  position: relative;
  top: 9px;
  border-left: 1px solid #888888;
}

/* line 847, app/assets/stylesheets/home.scss */
.users-home #user-type,
.users-trial #user-type,
.subscriptions-pricing #user-type {
  display: inline-block;
  min-width: 100px;
  text-align: left;
  position: absolute;
  left: 8px;
}

/* line 855, app/assets/stylesheets/home.scss */
.users-home .senja-container,
.users-trial .senja-container,
.subscriptions-pricing .senja-container {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* line 865, app/assets/stylesheets/home.scss */
.ref-banner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* line 872, app/assets/stylesheets/home.scss */
.ref-banner {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1rem 2rem;
  margin-top: 4rem;
  border-radius: 1rem;
}

/* line 882, app/assets/stylesheets/home.scss */
.ref-banner .ref-banner-image {
  border-radius: 100%;
}

/* line 886, app/assets/stylesheets/home.scss */
.ref-banner h2 {
  margin-bottom: 0;
  text-wrap: pretty;
}

/* line 891, app/assets/stylesheets/home.scss */
.ref-banner p {
  margin: 0.4rem 0 0.8rem 0;
  text-wrap: pretty;
}

/* line 896, app/assets/stylesheets/home.scss */
.ref-banner .ref-btn {
  padding: 0.5rem 1rem 0.6rem 1rem;
  border-radius: 0.5rem;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
}

/* line 905, app/assets/stylesheets/home.scss */
.lightMode .ref-banner {
  background-color: #e7f0fe;
  color: #0093ff;
}

/* line 909, app/assets/stylesheets/home.scss */
.lightMode .ref-banner .ref-btn {
  background-color: #0093ff;
  color: #fff;
}

/* line 915, app/assets/stylesheets/home.scss */
.darkMode .ref-banner {
  background-color: #152847;
  color: #0093ff;
}

/* line 919, app/assets/stylesheets/home.scss */
.darkMode .ref-banner .ref-btn {
  background-color: #0093ff;
  color: #fff;
}

/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
/* line 7, app/assets/stylesheets/quill.scss */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0;
  position: relative;
}

/* line 16, app/assets/stylesheets/quill.scss */
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}

/* line 20, app/assets/stylesheets/quill.scss */
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}

/* line 24, app/assets/stylesheets/quill.scss */
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}

/* line 32, app/assets/stylesheets/quill.scss */
.ql-clipboard p {
  margin: 0;
  padding: 0;
}

/* line 37, app/assets/stylesheets/quill.scss */
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  text-align: left;
  white-space: normal;
  word-wrap: break-word;
}

/* line 50, app/assets/stylesheets/quill.scss */
.ql-editor > * {
  cursor: text;
}

/* line 54, app/assets/stylesheets/quill.scss */
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

/* line 70, app/assets/stylesheets/quill.scss */
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}

/* line 75, app/assets/stylesheets/quill.scss */
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}

/* line 80, app/assets/stylesheets/quill.scss */
.ql-editor ul > li::before {
  content: "\2022";
}

/* line 84, app/assets/stylesheets/quill.scss */
.ql-editor ul[data-checked="true"],
.ql-editor ul[data-checked="false"] {
  pointer-events: none;
}

/* line 89, app/assets/stylesheets/quill.scss */
.ql-editor ul[data-checked="true"] > li *,
.ql-editor ul[data-checked="false"] > li * {
  pointer-events: all;
}

/* line 94, app/assets/stylesheets/quill.scss */
.ql-editor ul[data-checked="true"] > li::before,
.ql-editor ul[data-checked="false"] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}

/* line 101, app/assets/stylesheets/quill.scss */
.ql-editor ul[data-checked="true"] > li::before {
  content: "\2611";
}

/* line 105, app/assets/stylesheets/quill.scss */
.ql-editor ul[data-checked="false"] > li::before {
  content: "\2610";
}

/* line 109, app/assets/stylesheets/quill.scss */
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}

/* line 115, app/assets/stylesheets/quill.scss */
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}

/* line 121, app/assets/stylesheets/quill.scss */
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}

/* line 126, app/assets/stylesheets/quill.scss */
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}

/* line 131, app/assets/stylesheets/quill.scss */
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}

/* line 136, app/assets/stylesheets/quill.scss */
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}

/* line 141, app/assets/stylesheets/quill.scss */
.ql-editor ol li::before {
  content: counter(list-0, decimal) ". ";
}

/* line 145, app/assets/stylesheets/quill.scss */
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}

/* line 149, app/assets/stylesheets/quill.scss */
.ql-editor ol li.ql-indent-1::before {
  content: counter(list-1, lower-alpha) ". ";
}

/* line 153, app/assets/stylesheets/quill.scss */
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

/* line 157, app/assets/stylesheets/quill.scss */
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}

/* line 161, app/assets/stylesheets/quill.scss */
.ql-editor ol li.ql-indent-2::before {
  content: counter(list-2, lower-roman) ". ";
}

/* line 165, app/assets/stylesheets/quill.scss */
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

/* line 169, app/assets/stylesheets/quill.scss */
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}

/* line 173, app/assets/stylesheets/quill.scss */
.ql-editor ol li.ql-indent-3::before {
  content: counter(list-3, decimal) ". ";
}

/* line 177, app/assets/stylesheets/quill.scss */
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}

/* line 181, app/assets/stylesheets/quill.scss */
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}

/* line 185, app/assets/stylesheets/quill.scss */
.ql-editor ol li.ql-indent-4::before {
  content: counter(list-4, lower-alpha) ". ";
}

/* line 189, app/assets/stylesheets/quill.scss */
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}

/* line 193, app/assets/stylesheets/quill.scss */
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}

/* line 197, app/assets/stylesheets/quill.scss */
.ql-editor ol li.ql-indent-5::before {
  content: counter(list-5, lower-roman) ". ";
}

/* line 201, app/assets/stylesheets/quill.scss */
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}

/* line 205, app/assets/stylesheets/quill.scss */
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}

/* line 209, app/assets/stylesheets/quill.scss */
.ql-editor ol li.ql-indent-6::before {
  content: counter(list-6, decimal) ". ";
}

/* line 213, app/assets/stylesheets/quill.scss */
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}

/* line 217, app/assets/stylesheets/quill.scss */
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}

/* line 221, app/assets/stylesheets/quill.scss */
.ql-editor ol li.ql-indent-7::before {
  content: counter(list-7, lower-alpha) ". ";
}

/* line 225, app/assets/stylesheets/quill.scss */
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}

/* line 229, app/assets/stylesheets/quill.scss */
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}

/* line 233, app/assets/stylesheets/quill.scss */
.ql-editor ol li.ql-indent-8::before {
  content: counter(list-8, lower-roman) ". ";
}

/* line 237, app/assets/stylesheets/quill.scss */
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}

/* line 241, app/assets/stylesheets/quill.scss */
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}

/* line 245, app/assets/stylesheets/quill.scss */
.ql-editor ol li.ql-indent-9::before {
  content: counter(list-9, decimal) ". ";
}

/* line 249, app/assets/stylesheets/quill.scss */
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}

/* line 253, app/assets/stylesheets/quill.scss */
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}

/* line 257, app/assets/stylesheets/quill.scss */
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}

/* line 261, app/assets/stylesheets/quill.scss */
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}

/* line 265, app/assets/stylesheets/quill.scss */
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}

/* line 269, app/assets/stylesheets/quill.scss */
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}

/* line 273, app/assets/stylesheets/quill.scss */
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}

/* line 277, app/assets/stylesheets/quill.scss */
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}

/* line 281, app/assets/stylesheets/quill.scss */
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}

/* line 285, app/assets/stylesheets/quill.scss */
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}

/* line 289, app/assets/stylesheets/quill.scss */
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}

/* line 293, app/assets/stylesheets/quill.scss */
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}

/* line 297, app/assets/stylesheets/quill.scss */
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}

/* line 301, app/assets/stylesheets/quill.scss */
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}

/* line 305, app/assets/stylesheets/quill.scss */
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}

/* line 309, app/assets/stylesheets/quill.scss */
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}

/* line 313, app/assets/stylesheets/quill.scss */
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}

/* line 317, app/assets/stylesheets/quill.scss */
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}

/* line 321, app/assets/stylesheets/quill.scss */
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}

/* line 325, app/assets/stylesheets/quill.scss */
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}

/* line 329, app/assets/stylesheets/quill.scss */
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}

/* line 333, app/assets/stylesheets/quill.scss */
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}

/* line 337, app/assets/stylesheets/quill.scss */
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}

/* line 341, app/assets/stylesheets/quill.scss */
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}

/* line 345, app/assets/stylesheets/quill.scss */
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}

/* line 349, app/assets/stylesheets/quill.scss */
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}

/* line 353, app/assets/stylesheets/quill.scss */
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}

/* line 357, app/assets/stylesheets/quill.scss */
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}

/* line 361, app/assets/stylesheets/quill.scss */
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}

/* line 365, app/assets/stylesheets/quill.scss */
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}

/* line 369, app/assets/stylesheets/quill.scss */
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}

/* line 373, app/assets/stylesheets/quill.scss */
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}

/* line 377, app/assets/stylesheets/quill.scss */
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}

/* line 381, app/assets/stylesheets/quill.scss */
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}

/* line 385, app/assets/stylesheets/quill.scss */
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}

/* line 389, app/assets/stylesheets/quill.scss */
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}

/* line 393, app/assets/stylesheets/quill.scss */
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}

/* line 398, app/assets/stylesheets/quill.scss */
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}

/* line 402, app/assets/stylesheets/quill.scss */
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}

/* line 406, app/assets/stylesheets/quill.scss */
.ql-editor .ql-bg-black {
  background-color: #000;
}

/* line 410, app/assets/stylesheets/quill.scss */
.ql-editor .ql-bg-red {
  background-color: #e60000;
}

/* line 414, app/assets/stylesheets/quill.scss */
.ql-editor .ql-bg-orange {
  background-color: #f90;
}

/* line 418, app/assets/stylesheets/quill.scss */
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}

/* line 422, app/assets/stylesheets/quill.scss */
.ql-editor .ql-bg-green {
  background-color: #008a00;
}

/* line 426, app/assets/stylesheets/quill.scss */
.ql-editor .ql-bg-blue {
  background-color: #06c;
}

/* line 430, app/assets/stylesheets/quill.scss */
.ql-editor .ql-bg-purple {
  background-color: #93f;
}

/* line 434, app/assets/stylesheets/quill.scss */
.ql-editor .ql-color-white {
  color: #fff;
}

/* line 438, app/assets/stylesheets/quill.scss */
.ql-editor .ql-color-red {
  color: #e60000;
}

/* line 442, app/assets/stylesheets/quill.scss */
.ql-editor .ql-color-orange {
  color: #f90;
}

/* line 446, app/assets/stylesheets/quill.scss */
.ql-editor .ql-color-yellow {
  color: #ff0;
}

/* line 450, app/assets/stylesheets/quill.scss */
.ql-editor .ql-color-green {
  color: #008a00;
}

/* line 454, app/assets/stylesheets/quill.scss */
.ql-editor .ql-color-blue {
  color: #06c;
}

/* line 458, app/assets/stylesheets/quill.scss */
.ql-editor .ql-color-purple {
  color: #93f;
}

/* line 462, app/assets/stylesheets/quill.scss */
.ql-editor .ql-font-serif {
  font-family: Georgia, "Times New Roman", serif;
}

/* line 466, app/assets/stylesheets/quill.scss */
.ql-editor .ql-font-monospace {
  font-family: Monaco, "Courier New", monospace;
}

/* line 470, app/assets/stylesheets/quill.scss */
.ql-editor .ql-size-small {
  font-size: 0.75em;
}

/* line 474, app/assets/stylesheets/quill.scss */
.ql-editor .ql-size-large {
  font-size: 1.5em;
}

/* line 478, app/assets/stylesheets/quill.scss */
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}

/* line 482, app/assets/stylesheets/quill.scss */
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}

/* line 487, app/assets/stylesheets/quill.scss */
.ql-editor .ql-align-center {
  text-align: center;
}

/* line 491, app/assets/stylesheets/quill.scss */
.ql-editor .ql-align-justify {
  text-align: justify;
}

/* line 495, app/assets/stylesheets/quill.scss */
.ql-editor .ql-align-right {
  text-align: right;
}

/* line 499, app/assets/stylesheets/quill.scss */
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  pointer-events: none;
  position: absolute;
}

/* line 511, app/assets/stylesheets/quill.scss */
.ql-snow.ql-toolbar::after,
.ql-snow .ql-toolbar::after {
  clear: both;
  content: "";
  display: table;
}

/* line 518, app/assets/stylesheets/quill.scss */
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}

/* line 530, app/assets/stylesheets/quill.scss */
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}

/* line 536, app/assets/stylesheets/quill.scss */
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}

/* line 541, app/assets/stylesheets/quill.scss */
.ql-snow.ql-toolbar input.ql-image[type="file"],
.ql-snow .ql-toolbar input.ql-image[type="file"] {
  display: none;
}

/* line 546, app/assets/stylesheets/quill.scss */
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}

/* line 563, app/assets/stylesheets/quill.scss */
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}

/* line 594, app/assets/stylesheets/quill.scss */
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}

@media (pointer: coarse) {
  /* line 626, app/assets/stylesheets/quill.scss */
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
.ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  /* line 631, app/assets/stylesheets/quill.scss */
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  /* line 638, app/assets/stylesheets/quill.scss */
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}

/* line 646, app/assets/stylesheets/quill.scss */
.ql-snow {
  box-sizing: border-box;
}

/* line 650, app/assets/stylesheets/quill.scss */
.ql-snow * {
  box-sizing: border-box;
}

/* line 654, app/assets/stylesheets/quill.scss */
.ql-snow .ql-hidden {
  display: none;
}

/* line 658, app/assets/stylesheets/quill.scss */
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}

/* line 663, app/assets/stylesheets/quill.scss */
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}

/* line 668, app/assets/stylesheets/quill.scss */
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}

/* line 673, app/assets/stylesheets/quill.scss */
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}

/* line 677, app/assets/stylesheets/quill.scss */
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}

/* line 682, app/assets/stylesheets/quill.scss */
.ql-snow .ql-formats::after {
  clear: both;
  content: "";
  display: table;
}

/* line 688, app/assets/stylesheets/quill.scss */
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

/* line 696, app/assets/stylesheets/quill.scss */
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}

/* line 703, app/assets/stylesheets/quill.scss */
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}

/* line 708, app/assets/stylesheets/quill.scss */
.ql-snow .ql-empty {
  fill: none;
}

/* line 712, app/assets/stylesheets/quill.scss */
.ql-snow .ql-even {
  fill-rule: evenodd;
}

/* line 716, app/assets/stylesheets/quill.scss */
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}

/* line 721, app/assets/stylesheets/quill.scss */
.ql-snow .ql-transparent {
  opacity: 0.4;
}

/* line 725, app/assets/stylesheets/quill.scss */
.ql-snow .ql-direction svg:last-child {
  display: none;
}

/* line 729, app/assets/stylesheets/quill.scss */
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}

/* line 733, app/assets/stylesheets/quill.scss */
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}

/* line 737, app/assets/stylesheets/quill.scss */
.ql-snow .ql-editor h1 {
  font-size: 2em;
}

/* line 741, app/assets/stylesheets/quill.scss */
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}

/* line 745, app/assets/stylesheets/quill.scss */
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}

/* line 749, app/assets/stylesheets/quill.scss */
.ql-snow .ql-editor h4 {
  font-size: 1em;
}

/* line 753, app/assets/stylesheets/quill.scss */
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}

/* line 757, app/assets/stylesheets/quill.scss */
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}

/* line 761, app/assets/stylesheets/quill.scss */
.ql-snow .ql-editor a {
  text-decoration: underline;
}

/* line 765, app/assets/stylesheets/quill.scss */
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}

/* line 772, app/assets/stylesheets/quill.scss */
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}

/* line 778, app/assets/stylesheets/quill.scss */
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}

/* line 785, app/assets/stylesheets/quill.scss */
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}

/* line 790, app/assets/stylesheets/quill.scss */
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}

/* line 796, app/assets/stylesheets/quill.scss */
.ql-snow .ql-editor img {
  max-width: 100%;
}

/* line 800, app/assets/stylesheets/quill.scss */
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}

/* line 811, app/assets/stylesheets/quill.scss */
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}

/* line 821, app/assets/stylesheets/quill.scss */
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}

/* line 826, app/assets/stylesheets/quill.scss */
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: fixed;
  white-space: nowrap;
  z-index: 1000;
}

/* line 836, app/assets/stylesheets/quill.scss */
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}

/* line 843, app/assets/stylesheets/quill.scss */
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}

/* line 848, app/assets/stylesheets/quill.scss */
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}

/* line 852, app/assets/stylesheets/quill.scss */
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}

/* line 856, app/assets/stylesheets/quill.scss */
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 40px;
  z-index: 1;
}

/* line 863, app/assets/stylesheets/quill.scss */
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}

/* line 868, app/assets/stylesheets/quill.scss */
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}

/* line 873, app/assets/stylesheets/quill.scss */
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}

/* line 878, app/assets/stylesheets/quill.scss */
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0;
}

/* line 882, app/assets/stylesheets/quill.scss */
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}

/* line 888, app/assets/stylesheets/quill.scss */
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}

/* line 893, app/assets/stylesheets/quill.scss */
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0;
  width: 16px;
}

/* line 902, app/assets/stylesheets/quill.scss */
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}

/* line 910, app/assets/stylesheets/quill.scss */
.ql-snow
.ql-picker.ql-header
.ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow
.ql-picker.ql-font
.ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow
.ql-picker.ql-size
.ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow
.ql-picker.ql-header
.ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow
.ql-picker.ql-font
.ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow
.ql-picker.ql-size
.ql-picker-item[data-label]:not([data-label=""])::before {
  content: attr(data-label);
}

/* line 931, app/assets/stylesheets/quill.scss */
.ql-snow .ql-picker.ql-header {
  width: 98px;
  position: absolute;
  left: 0;
  top: 11px;
}

/* line 938, app/assets/stylesheets/quill.scss */
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: "Normal";
}

/* line 943, app/assets/stylesheets/quill.scss */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: "Heading 1";
}

/* line 948, app/assets/stylesheets/quill.scss */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: "Heading 2";
}

/* line 953, app/assets/stylesheets/quill.scss */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: "Heading 3";
}

/* line 958, app/assets/stylesheets/quill.scss */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: "Heading 4";
}

/* line 963, app/assets/stylesheets/quill.scss */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: "Heading 5";
}

/* line 968, app/assets/stylesheets/quill.scss */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: "Heading 6";
}

/* line 973, app/assets/stylesheets/quill.scss */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}

/* line 977, app/assets/stylesheets/quill.scss */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}

/* line 981, app/assets/stylesheets/quill.scss */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}

/* line 985, app/assets/stylesheets/quill.scss */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}

/* line 989, app/assets/stylesheets/quill.scss */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}

/* line 993, app/assets/stylesheets/quill.scss */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}

/* line 997, app/assets/stylesheets/quill.scss */
.ql-snow .ql-picker.ql-font {
  width: 108px;
}

/* line 1001, app/assets/stylesheets/quill.scss */
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: "Sans Serif";
}

/* line 1006, app/assets/stylesheets/quill.scss */
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="serif"]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="serif"]::before {
  content: "Serif";
}

/* line 1011, app/assets/stylesheets/quill.scss */
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="monospace"]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="monospace"]::before {
  content: "Monospace";
}

/* line 1016, app/assets/stylesheets/quill.scss */
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="serif"]::before {
  font-family: Georgia, "Times New Roman", serif;
}

/* line 1020, app/assets/stylesheets/quill.scss */
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="monospace"]::before {
  font-family: Monaco, "Courier New", monospace;
}

/* line 1024, app/assets/stylesheets/quill.scss */
.ql-snow .ql-picker.ql-size {
  width: 98px;
}

/* line 1028, app/assets/stylesheets/quill.scss */
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: "Normal";
}

/* line 1033, app/assets/stylesheets/quill.scss */
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="small"]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="small"]::before {
  content: "Small";
}

/* line 1038, app/assets/stylesheets/quill.scss */
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="large"]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="large"]::before {
  content: "Large";
}

/* line 1043, app/assets/stylesheets/quill.scss */
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="huge"]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="huge"]::before {
  content: "Huge";
}

/* line 1048, app/assets/stylesheets/quill.scss */
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="small"]::before {
  font-size: 10px;
}

/* line 1052, app/assets/stylesheets/quill.scss */
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="large"]::before {
  font-size: 18px;
}

/* line 1056, app/assets/stylesheets/quill.scss */
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="huge"]::before {
  font-size: 32px;
}

/* line 1060, app/assets/stylesheets/quill.scss */
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}

/* line 1064, app/assets/stylesheets/quill.scss */
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}

/* line 1068, app/assets/stylesheets/quill.scss */
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 8px;
}

/* line 1075, app/assets/stylesheets/quill.scss */
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}

/* line 1079, app/assets/stylesheets/quill.scss */
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}

/* line 1083, app/assets/stylesheets/quill.scss */
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}

/* line 1088, app/assets/stylesheets/quill.scss */
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}

/* line 1092, app/assets/stylesheets/quill.scss */
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}

/* line 1096, app/assets/stylesheets/quill.scss */
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}

/* line 1101, app/assets/stylesheets/quill.scss */
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0;
}

/* line 1105, app/assets/stylesheets/quill.scss */
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}

/* line 1114, app/assets/stylesheets/quill.scss */
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}

/* line 1120, app/assets/stylesheets/quill.scss */
.ql-snow .ql-tooltip input[type="text"] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0;
  padding: 3px 5px;
  width: 170px;
}

/* line 1130, app/assets/stylesheets/quill.scss */
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

/* line 1138, app/assets/stylesheets/quill.scss */
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: "Edit";
  margin-left: 16px;
  padding-right: 8px;
}

/* line 1145, app/assets/stylesheets/quill.scss */
.ql-snow .ql-tooltip a.ql-remove::before {
  content: "Remove";
  margin-left: 8px;
}

/* line 1150, app/assets/stylesheets/quill.scss */
.ql-snow .ql-tooltip a {
  line-height: 26px;
}

/* line 1154, app/assets/stylesheets/quill.scss */
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}

/* line 1159, app/assets/stylesheets/quill.scss */
.ql-snow .ql-tooltip.ql-editing input[type="text"] {
  display: inline-block;
}

/* line 1163, app/assets/stylesheets/quill.scss */
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0;
  content: "Save";
  padding-right: 0;
}

/* line 1169, app/assets/stylesheets/quill.scss */
.ql-snow .ql-tooltip[data-mode="link"]::before {
  content: "Enter link:";
}

/* line 1173, app/assets/stylesheets/quill.scss */
.ql-snow .ql-tooltip[data-mode="formula"]::before {
  content: "Enter formula:";
}

/* line 1177, app/assets/stylesheets/quill.scss */
.ql-snow .ql-tooltip[data-mode="video"]::before {
  content: "Enter video:";
}

/* line 1181, app/assets/stylesheets/quill.scss */
.ql-snow a {
  color: #06c;
}

/* line 1185, app/assets/stylesheets/quill.scss */
.ql-container.ql-snow {
  border: 1px solid #ccc;
}

/* line 1, app/assets/stylesheets/settings.scss */
.settings-panel {
  width: 350px;
  bottom: 0;
  --settings-spacing: 0.5rem;
}

/* line 7, app/assets/stylesheets/settings.scss */
.settings-panel .rp-header {
  width: 350px;
}

/* line 10, app/assets/stylesheets/settings.scss */
.settings-panel .rp-header .rp-header-top-center h2 {
  padding: 13px 10px 12px 10px !important;
}

/* line 15, app/assets/stylesheets/settings.scss */
.settings-panel.rp-open-true {
  right: 0;
}

/* line 18, app/assets/stylesheets/settings.scss */
.settings-panel.rp-open-true .rp-header {
  right: 0;
}

/* line 23, app/assets/stylesheets/settings.scss */
.settings-panel.rp-open-false {
  right: -350px;
}

/* line 26, app/assets/stylesheets/settings.scss */
.settings-panel.rp-open-false .rp-header {
  right: -350px;
}

/* line 31, app/assets/stylesheets/settings.scss */
.settings-panel h5 {
  padding-bottom: 3px;
  margin-bottom: var(--settings-spacing);
}

/* line 36, app/assets/stylesheets/settings.scss */
.settings-panel p,
.settings-panel ul {
  margin-top: 0;
  margin-bottom: var(--settings-spacing);
}

/* line 42, app/assets/stylesheets/settings.scss */
.settings-panel .input-group {
  display: flex;
  justify-content: space-between;
}

/* line 46, app/assets/stylesheets/settings.scss */
.settings-panel .input-group label {
  display: flex;
  align-items: center;
  padding: 0.25rem 0;
  font-size: 14px;
}

/* line 52, app/assets/stylesheets/settings.scss */
.settings-panel .input-group label input[type="radio"] {
  margin: 0 0.25rem 0 0;
  display: inline-block;
}

/* line 59, app/assets/stylesheets/settings.scss */
.settings-panel .react-select-container {
  font-size: 13px;
}

/* line 63, app/assets/stylesheets/settings.scss */
.settings-panel .settings-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: var(--settings-spacing);
  font-size: 14px;
}

/* line 71, app/assets/stylesheets/settings.scss */
.settings-panel .token-count .material-symbols-outlined {
  opacity: 0.4;
  font-size: 14px;
  user-select: none;
  margin-left: 4px;
  position: relative;
  top: 2px;
}

/* line 80, app/assets/stylesheets/settings.scss */
.settings-panel .font-size,
.settings-panel .font-family {
  display: inline-flex;
  font-size: 0.8em;
  margin: 0;
  border-radius: 4px;
}

/* line 87, app/assets/stylesheets/settings.scss */
.settings-panel .font-size .font-size-input,
.settings-panel .font-family .font-size-input {
  text-align: center;
  padding: 4px 8px;
  font-weight: bold;
}

/* line 93, app/assets/stylesheets/settings.scss */
.settings-panel .font-size .font-size-down,
.settings-panel .font-size .font-size-up,
.settings-panel .font-family .font-size-down,
.settings-panel .font-family .font-size-up {
  border: 0;
  padding: 4px 8px;
}

/* line 99, app/assets/stylesheets/settings.scss */
.settings-panel .font-size .font-size-down,
.settings-panel .font-family .font-size-down {
  border-radius: 2px 0 0 2px;
}

/* line 103, app/assets/stylesheets/settings.scss */
.settings-panel .font-size .font-size-up,
.settings-panel .font-family .font-size-up {
  border-radius: 0 2px 2px 0;
}

/* line 108, app/assets/stylesheets/settings.scss */
.settings-panel .font-family-picker {
  position: relative;
}

/* line 111, app/assets/stylesheets/settings.scss */
.settings-panel .font-family-picker .font-family-picker-label {
  font-size: 13px;
  line-height: 16px;
  border-radius: 4px;
  padding: 4px 6px 6px 10px;
}

/* line 117, app/assets/stylesheets/settings.scss */
.settings-panel .font-family-picker .font-family-picker-label:hover {
  cursor: pointer;
}

/* line 121, app/assets/stylesheets/settings.scss */
.settings-panel .font-family-picker .font-family-picker-label .material-symbols-outlined {
  font-size: 19px;
  position: relative;
  top: 5px;
  line-height: 0px;
}

/* line 130, app/assets/stylesheets/settings.scss */
.settings-panel .font-family-picker.open-false .font-family-picker-dropdown {
  display: none;
}

/* line 135, app/assets/stylesheets/settings.scss */
.settings-panel .font-family-picker.open-true .font-family-picker-dropdown {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99999999;
  border-radius: 4px;
}

/* line 143, app/assets/stylesheets/settings.scss */
.settings-panel .font-family-picker.open-true .font-family-picker-dropdown > div {
  padding: 4px 8px;
  font-size: 15px;
}

/* line 147, app/assets/stylesheets/settings.scss */
.settings-panel .font-family-picker.open-true .font-family-picker-dropdown > div:hover {
  cursor: pointer;
}

/* line 156, app/assets/stylesheets/settings.scss */
.file-export button.small {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 0.25rem;
  margin: 0 0.33rem 0.25rem 0;
}

/* line 163, app/assets/stylesheets/settings.scss */
.file-export button.small .material-symbols-outlined {
  font-size: 0.75rem;
  opacity: 0.3;
}

@media (max-width: 750px) {
  /* line 172, app/assets/stylesheets/settings.scss */
  .feature-requests textarea {
    font-size: 16px;
  }
}

/* line 179, app/assets/stylesheets/settings.scss */
.darkMode .settings-panel h5 {
  border-bottom: 1px solid #333333;
}

/* line 183, app/assets/stylesheets/settings.scss */
.darkMode .settings-panel .font-size,
.darkMode .settings-panel .font-family {
  border: 1px solid #333333;
}

/* line 188, app/assets/stylesheets/settings.scss */
.darkMode .settings-panel .font-size-down,
.darkMode .settings-panel .font-size-up {
  background: #111111;
  color: #bbbbbb;
}

/* line 194, app/assets/stylesheets/settings.scss */
.darkMode .settings-panel .font-size-down {
  border-right: 1px solid #333333;
}

/* line 198, app/assets/stylesheets/settings.scss */
.darkMode .settings-panel .font-size-up {
  border-left: 1px solid #333333;
}

/* line 202, app/assets/stylesheets/settings.scss */
.darkMode .settings-panel .font-size-input {
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
}

/* line 207, app/assets/stylesheets/settings.scss */
.darkMode .settings-panel .font-family-picker-label {
  border: 1px solid #333333;
  color: #bbbbbb;
}

/* line 211, app/assets/stylesheets/settings.scss */
.darkMode .settings-panel .font-family-picker-label:hover {
  background-color: #111111;
}

/* line 216, app/assets/stylesheets/settings.scss */
.darkMode .settings-panel .font-family-picker-dropdown {
  background: #1a1a1a;
  border: 1px solid #333333;
}

/* line 221, app/assets/stylesheets/settings.scss */
.darkMode .settings-panel .font-family-picker-dropdown > .selected {
  background: #111111;
}

/* line 227, app/assets/stylesheets/settings.scss */
.lightMode .settings-panel h5 {
  border-bottom: 1px solid #dedede;
}

/* line 231, app/assets/stylesheets/settings.scss */
.lightMode .settings-panel .font-size,
.lightMode .settings-panel .font-family {
  border: 1px solid #dedede;
}

/* line 236, app/assets/stylesheets/settings.scss */
.lightMode .settings-panel .font-size-down,
.lightMode .settings-panel .font-size-up {
  background: #fefefe;
  color: #000000;
}

/* line 241, app/assets/stylesheets/settings.scss */
.lightMode .settings-panel .font-size-down:hover,
.lightMode .settings-panel .font-size-up:hover {
  background-color: #f1f1f1;
}

/* line 246, app/assets/stylesheets/settings.scss */
.lightMode .settings-panel .font-size-input {
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
}

/* line 251, app/assets/stylesheets/settings.scss */
.lightMode .settings-panel .font-size-down {
  border-right: 1px solid #dedede;
}

/* line 255, app/assets/stylesheets/settings.scss */
.lightMode .settings-panel .font-size-up {
  border-left: 1px solid #dedede;
}

/* line 259, app/assets/stylesheets/settings.scss */
.lightMode .settings-panel .font-family-picker-label {
  border: 1px solid #dedede;
  color: #000000;
}

/* line 263, app/assets/stylesheets/settings.scss */
.lightMode .settings-panel .font-family-picker-label:hover {
  background-color: #f1f1f1;
}

/* line 268, app/assets/stylesheets/settings.scss */
.lightMode .settings-panel .font-family-picker-dropdown {
  background: #fefefe;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1), 0 0 3px rgba(0, 0, 0, 0.2), 0 15px 20px rgba(0, 0, 0, 0.1);
}

/* line 274, app/assets/stylesheets/settings.scss */
.lightMode .settings-panel .font-family-picker-dropdown > div:hover {
  background: #f1f1f1;
}

/* line 278, app/assets/stylesheets/settings.scss */
.lightMode .settings-panel .font-family-picker-dropdown > .selected {
  background: #f1f1f1;
}

/* Material Symbols Outlined variations */
/* line 2, app/assets/stylesheets/fonts.scss */
.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 100, "opsz" 20;
}

/* line 5, app/assets/stylesheets/fonts.scss */
.material-symbols-outlined.filled-symbol {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 100, "opsz" 20;
}

/* line 9, app/assets/stylesheets/fonts.scss */
.material-symbols-outlined.light-weight {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 20;
}

/* line 13, app/assets/stylesheets/fonts.scss */
.material-symbols-outlined.heavy-weight {
  fontvariationsettings: "FILL" 0, "wght" 600, "GRAD" 100, "opsz" 20;
}

/* line 17, app/assets/stylesheets/fonts.scss */
.material-symbols-outlined.relative-size {
  font-size: 1em;
}

/* IBM Plex Sans font definitions */
/* latin-ext */
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("https://fonts.gstatic.com/s/ibmplexsans/v19/zYXgKVElMYYaJe8bpLHnCwDKhd_eFaxOedfTDw.woff2") format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("https://fonts.gstatic.com/s/ibmplexsans/v19/zYXgKVElMYYaJe8bpLHnCwDKhdHeFaxOedc.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url("https://fonts.gstatic.com/s/ibmplexsans/v19/zYX9KVElMYYaJe8bpLHnCwDKjWr7AI9sdP3pBmtF8A.woff2") format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url("https://fonts.gstatic.com/s/ibmplexsans/v19/zYX9KVElMYYaJe8bpLHnCwDKjWr7AIFsdP3pBms.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* line 3, app/assets/stylesheets/typography.scss */
.typography .ProseMirror {
  --prosemirror-line-height: 1.4em;
  font-size: 1em;
  line-height: var(--prosemirror-line-height);
  word-break: break-word;
}

@media (max-width: 880px) {
  /* line 3, app/assets/stylesheets/typography.scss */
  .typography .ProseMirror {
    margin-top: 0;
    padding-top: 0;
  }
}

/* line 14, app/assets/stylesheets/typography.scss */
.typography .ProseMirror h1 {
  margin-bottom: 0;
}

/* line 18, app/assets/stylesheets/typography.scss */
.typography .ProseMirror h2.subtitle {
  margin-top: 0;
  margin-bottom: var(--editor-node-spacing);
  opacity: 0.5;
  font-size: 1.2em;
  font-weight: 400;
}

/* line 26, app/assets/stylesheets/typography.scss */
.typography .ProseMirror > p,
.typography .ProseMirror > ul,
.typography .ProseMirror > ol,
.typography .ProseMirror > blockquote,
.typography .ProseMirror > img,
.typography .ProseMirror > pre {
  margin: 0 0 var(--editor-node-spacing) 0;
}

/* line 35, app/assets/stylesheets/typography.scss */
.typography .ProseMirror li p {
  margin: 0 0 0.4em 0;
}

/* line 39, app/assets/stylesheets/typography.scss */
.typography .ProseMirror hr {
  border: none;
  border-bottom: 2px solid;
  margin: 2em 0;
}

/* line 47, app/assets/stylesheets/typography.scss */
.typography .ProseMirror code {
  padding: 1px 3px;
  border-radius: 4px;
  font-size: 0.85em;
  font-family: "SF Mono", "Roboto Mono", "Fira Code", "Fira Mono", "Droid Sans Mono", "Source Code Pro", monospace;
}

/* line 54, app/assets/stylesheets/typography.scss */
.typography .ProseMirror pre {
  padding: 10px;
  border-radius: 4px;
  margin: var(--editor-node-spacing) 0;
}

/* line 59, app/assets/stylesheets/typography.scss */
.typography .ProseMirror pre code {
  padding: 0;
  border-radius: 0;
}

/* line 65, app/assets/stylesheets/typography.scss */
.typography .ProseMirror blockquote {
  padding-left: 10px;
  font-style: italic;
}

/* line 70, app/assets/stylesheets/typography.scss */
.typography .ProseMirror img {
  max-width: 100%;
  border-radius: 3px;
}

/* line 75, app/assets/stylesheets/typography.scss */
.typography .ProseMirror ol ol li {
  list-style-type: lower-alpha;
}

/* line 79, app/assets/stylesheets/typography.scss */
.typography .ProseMirror ol ol ol li {
  list-style-type: lower-roman;
}

/* line 83, app/assets/stylesheets/typography.scss */
.typography .ProseMirror ol ol ol ol li {
  list-style-type: decimal;
}

/* line 87, app/assets/stylesheets/typography.scss */
.typography .ProseMirror ul[data-type="taskList"] {
  list-style: none;
  margin-left: -24px;
}

/* line 91, app/assets/stylesheets/typography.scss */
.typography .ProseMirror ul[data-type="taskList"] > li {
  display: flex;
}

/* line 94, app/assets/stylesheets/typography.scss */
.typography .ProseMirror ul[data-type="taskList"] > li > label {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 1.42em;
  user-select: none;
}

/* line 103, app/assets/stylesheets/typography.scss */
.typography .ProseMirror ul[data-type="taskList"] > li > div {
  flex: 1 1 auto;
}

/* line 108, app/assets/stylesheets/typography.scss */
.typography .ProseMirror ul[data-type="taskList"] > li[data-checked="true"] > div > *:not(ul) {
  opacity: 0.5;
  text-decoration: line-through;
  text-decoration-color: rgba(0, 0, 0, 0.35);
  text-decoration-thickness: 2px;
}

/* line 114, app/assets/stylesheets/typography.scss */
.darkMode .typography .ProseMirror ul[data-type="taskList"] > li[data-checked="true"] > div > *:not(ul) {
  text-decoration-color: rgba(255, 255, 255, 0.35);
}

/* line 121, app/assets/stylesheets/typography.scss */
.typography .ProseMirror ul[data-type="taskList"] > li:last-child > p {
  margin-bottom: 0;
}

/* line 128, app/assets/stylesheets/typography.scss */
.typography .ProseMirror .ProseMirror > ul[data-type="taskList"] {
  margin: 0 0 var(--editor-node-spacing) 0;
}

/* line 132, app/assets/stylesheets/typography.scss */
.typography .ProseMirror input[type="checkbox"] {
  font-size: inherit;
  width: 0.8em;
  height: 0.8em;
  transform: translateY(0.175em);
}

/* line 139, app/assets/stylesheets/typography.scss */
.typography .ProseMirror h1.is-empty:first-child::before {
  content: attr(data-placeholder);
  float: left;
  height: 0;
  pointer-events: none;
}

/* line 148, app/assets/stylesheets/typography.scss */
.darkMode .typography h1.is-empty:first-child::before {
  color: #666666;
}

/* line 152, app/assets/stylesheets/typography.scss */
.darkMode .typography hr {
  border-bottom-color: #444444;
}

/* line 155, app/assets/stylesheets/typography.scss */
.darkMode .typography hr.ProseMirror-selectednode {
  border-bottom-color: #0093ff;
}

/* line 160, app/assets/stylesheets/typography.scss */
.darkMode .typography code {
  background-color: #222222;
  border: 1px solid #333333;
}

/* line 165, app/assets/stylesheets/typography.scss */
.darkMode .typography blockquote {
  border-left: 4px solid #444444;
}

/* line 169, app/assets/stylesheets/typography.scss */
.darkMode .typography pre {
  background: #222222;
  border: 1px solid #333333;
}

/* line 173, app/assets/stylesheets/typography.scss */
.darkMode .typography pre code {
  background: transparent;
  border: none;
}

/* line 179, app/assets/stylesheets/typography.scss */
.darkMode .typography input[type="checkbox"] {
  background-color: #444444;
  appearance: none;
  margin: 0;
  color: currentColor;
  border: 1px solid currentColor;
  border-radius: 0.15em;
  transform: translateY(0.3em);
  display: grid;
  place-content: center;
}

/* line 190, app/assets/stylesheets/typography.scss */
.darkMode .typography input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #ffffff;
  transform-origin: center;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

/* line 201, app/assets/stylesheets/typography.scss */
.darkMode .typography input[type="checkbox"]:checked {
  background: #0093ff;
  border: 1px solid #0093ff;
}

/* line 205, app/assets/stylesheets/typography.scss */
.darkMode .typography input[type="checkbox"]:checked::before {
  transform: scale(0.8);
}

/* line 211, app/assets/stylesheets/typography.scss */
.darkMode .typography ::selection {
  background: rgba(0, 147, 255, 0.25);
}

/* line 215, app/assets/stylesheets/typography.scss */
.darkMode .typography ::selection {
  background: rgba(0, 147, 255, 0.25);
}

/* line 221, app/assets/stylesheets/typography.scss */
.lightMode .typography h1.is-empty:first-child::before {
  color: #aaaaaa;
}

/* line 225, app/assets/stylesheets/typography.scss */
.lightMode .typography hr {
  border-bottom-color: #dedede;
}

/* line 228, app/assets/stylesheets/typography.scss */
.lightMode .typography hr.ProseMirror-selectednode {
  border-bottom-color: #0093ff;
}

/* line 233, app/assets/stylesheets/typography.scss */
.lightMode .typography code {
  background-color: #f1f1f1;
  border: 1px solid #dedede;
}

/* line 238, app/assets/stylesheets/typography.scss */
.lightMode .typography blockquote {
  border-left: 4px solid #dedede;
}

/* line 242, app/assets/stylesheets/typography.scss */
.lightMode .typography pre {
  background: #f1f1f1;
  border: 1px solid #dedede;
  overflow: auto;
  word-wrap: break-word;
  white-space: pre;
}

/* line 249, app/assets/stylesheets/typography.scss */
.lightMode .typography pre code {
  background: transparent;
  border: none;
}

/* line 256, app/assets/stylesheets/typography.scss */
mark.ai-text,
span.ai-text {
  transition: background 0.15s, color 0.15s;
  background: transparent;
}

/* line 262, app/assets/stylesheets/typography.scss */
kbd.ai-loading mark.ai-text,
kbd.ai-loading span.ai-text {
  color: transparent !important;
  background: transparent !important;
}

/* line 269, app/assets/stylesheets/typography.scss */
.app-container:not(.focus-mode-active) .ai-text-visible .typography .ai-text {
  color: #0093ff;
  background: #e7f0fe;
}

/* line 273, app/assets/stylesheets/typography.scss */
.darkMode .app-container:not(.focus-mode-active) .ai-text-visible .typography .ai-text {
  color: #619aea;
  background: #152847;
}

/* line 280, app/assets/stylesheets/typography.scss */
.ai-text-fading .typography .ai-text {
  animation-duration: 5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
}

/* line 286, app/assets/stylesheets/typography.scss */
.darkMode .ai-text-fading .typography .ai-text {
  color: #619aea;
  background: #152847;
  animation-name: fadingDark;
}

/* line 292, app/assets/stylesheets/typography.scss */
.lightMode .ai-text-fading .typography .ai-text {
  color: #0093ff;
  background: #e7f0fe;
  animation-name: fadingLight;
}

@keyframes fadingLight {
  0% {
    color: #0093ff;
    background: #e7f0fe;
  }
  100% {
    color: #000000;
    background: transparent;
  }
}

@keyframes fadingDark {
  0% {
    color: #619aea;
    background: #152847;
  }
  100% {
    color: #bbbbbb;
    background: transparent;
  }
}

/* line 322, app/assets/stylesheets/typography.scss */
.docs-read .ProseMirror img {
  height: unset;
}

/* line 2, app/assets/stylesheets/titlebar.scss */
.title-bar #doc-title {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  resize: none;
}

/* line 2, app/assets/stylesheets/title-options.scss */
.main-editor .ProseMirror h1:first-child {
  width: calc(100% - 32px);
}

/* line 6, app/assets/stylesheets/title-options.scss */
.focus-mode-action-buttons {
  position: fixed;
  z-index: 9;
  opacity: 0;
  transform: translateY(-100%);
  transition: all var(--focus-mode-transition-duration) ease;
  pointer-events: none;
}

/* line 17, app/assets/stylesheets/title-options.scss */
.focus-mode-active .focus-mode-action-buttons {
  opacity: 1;
  transform: translateY(0);
  pointer-events: revert;
}

/* line 23, app/assets/stylesheets/title-options.scss */
.focus-mode-action-buttons button.material-symbols-outlined {
  padding: 0.5rem 0.25rem;
}

/* line 28, app/assets/stylesheets/title-options.scss */
.title-options-container {
  position: absolute;
}

/* line 31, app/assets/stylesheets/title-options.scss */
.title-options-container button.material-symbols-outlined {
  padding: 0.5rem;
}

/* line 36, app/assets/stylesheets/title-options.scss */
.focus-mode-action-buttons,
.title-options-container {
  right: 0.75rem;
  top: 0.75rem;
}

/* line 41, app/assets/stylesheets/title-options.scss */
.focus-mode-action-buttons button.material-symbols-outlined,
.title-options-container button.material-symbols-outlined {
  background: transparent;
  opacity: 0.4;
  font-size: 1.4em;
  z-index: 9999;
  color: #444444;
}

/* line 48, app/assets/stylesheets/title-options.scss */
.focus-mode-action-buttons button.material-symbols-outlined:hover,
.title-options-container button.material-symbols-outlined:hover {
  opacity: 1;
  color: #0093ff;
}

/* line 53, app/assets/stylesheets/title-options.scss */
.darkMode .focus-mode-action-buttons button.material-symbols-outlined, .darkMode .title-options-container button.material-symbols-outlined {
  color: #bbbbbb;
}

/* line 56, app/assets/stylesheets/title-options.scss */
.darkMode .focus-mode-action-buttons button.material-symbols-outlined:hover, .darkMode .title-options-container button.material-symbols-outlined:hover {
  color: #0093ff;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* line 73, app/assets/stylesheets/title-options.scss */
.title-options-container {
  transition: opacity var(--focus-mode-transition-duration) ease;
}

/* line 76, app/assets/stylesheets/title-options.scss */
.focus-mode-active .title-options-container {
  opacity: 0;
  animation: makeHiddenAfterTimeout forwards var(--focus-mode-transition-duration);
}

/* line 82, app/assets/stylesheets/title-options.scss */
.title-options-container .title-options-bg {
  position: fixed;
  inset: 0;
  display: none;
}

/* line 87, app/assets/stylesheets/title-options.scss */
.title-options-container .title-options-bg.open-true {
  display: block;
  z-index: 100;
}

/* line 93, app/assets/stylesheets/title-options.scss */
.title-options-container.loading-true button {
  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

/* line 100, app/assets/stylesheets/title-options.scss */
.title-options-container .title-options-list {
  display: none;
  position: absolute;
  box-sizing: border-box;
  width: 300px;
  border-radius: 5px;
  right: -100px;
  top: 50px;
  padding: 6px 14px 22px 6px;
  background: #fefefe;
  border: 1px solid #dedede;
}

/* line 112, app/assets/stylesheets/title-options.scss */
.darkMode .title-options-container .title-options-list {
  background: #1a1a1a;
  border: 1px solid #333333;
}

/* line 117, app/assets/stylesheets/title-options.scss */
.title-options-container .title-options-list.open-true {
  z-index: 99999999;
  display: block;
}

/* line 122, app/assets/stylesheets/title-options.scss */
.title-options-container .title-options-list ol ::marker {
  opacity: 0.5;
}

/* line 126, app/assets/stylesheets/title-options.scss */
.title-options-container .title-options-list li {
  margin-bottom: 10px;
}

/* line 130, app/assets/stylesheets/title-options.scss */
.title-options-container .title-options-list a {
  text-decoration: underline;
  text-align: center;
  display: block;
}

/* line 135, app/assets/stylesheets/title-options.scss */
.title-options-container .title-options-list a:hover {
  cursor: pointer;
}

@media (max-width: 750px) {
  /* line 142, app/assets/stylesheets/title-options.scss */
  .title-options-container button.material-symbols-outlined {
    right: 5px;
    top: 3px;
    font-size: 1.2em;
  }
  /* line 147, app/assets/stylesheets/title-options.scss */
  .title-options-container button.material-symbols-outlined:hover {
    opacity: 0.4;
  }
}

/* line 1, app/assets/stylesheets/ask-lex.scss */
.right-panel.ask-the-ai {
  padding-top: 0;
  overflow-y: hidden;
}

/* line 5, app/assets/stylesheets/ask-lex.scss */
.right-panel.ask-the-ai .rp-header {
  flex-direction: column;
  padding: 0;
}

/* line 9, app/assets/stylesheets/ask-lex.scss */
.right-panel.ask-the-ai .rp-header h2 {
  padding: 10.5px 10px 10px 10px;
}

/* line 13, app/assets/stylesheets/ask-lex.scss */
.right-panel.ask-the-ai .rp-header .top-banner {
  padding: 8px 10px;
  display: flex;
  font-size: 12px;
}

/* line 18, app/assets/stylesheets/ask-lex.scss */
.right-panel.ask-the-ai .rp-header .top-banner.length-warning {
  flex-direction: row;
  justify-content: space-between;
}

/* line 22, app/assets/stylesheets/ask-lex.scss */
.right-panel.ask-the-ai .rp-header .top-banner.length-warning .material-symbols-outlined {
  font-size: 17px;
  opacity: 0.5;
}

/* line 26, app/assets/stylesheets/ask-lex.scss */
.right-panel.ask-the-ai .rp-header .top-banner.length-warning .material-symbols-outlined:hover {
  cursor: help;
}

/* line 32, app/assets/stylesheets/ask-lex.scss */
.right-panel.ask-the-ai .rp-header .top-banner.chat-history {
  padding: 0;
  flex-direction: column;
  overflow-y: scroll;
  max-height: 200px;
}

/* line 38, app/assets/stylesheets/ask-lex.scss */
.right-panel.ask-the-ai .rp-header .top-banner.chat-history .chat-thread {
  font-size: 13px;
  padding: 7px 12px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

/* line 46, app/assets/stylesheets/ask-lex.scss */
.right-panel.ask-the-ai .rp-header .top-banner.chat-history .chat-thread .icon {
  font-size: 13px;
  padding-right: 7px;
}

/* line 50, app/assets/stylesheets/ask-lex.scss */
.right-panel.ask-the-ai .rp-header .top-banner.chat-history .chat-thread .icon.delete {
  padding-left: 7px;
  padding-right: 0;
  transition: all 0.1s;
}

/* line 55, app/assets/stylesheets/ask-lex.scss */
.right-panel.ask-the-ai .rp-header .top-banner.chat-history .chat-thread .icon.delete:hover {
  opacity: 1;
  transform: scale(1.2);
}

/* line 62, app/assets/stylesheets/ask-lex.scss */
.right-panel.ask-the-ai .rp-header .top-banner.chat-history .chat-thread .title {
  flex-grow: 1;
}

/* line 66, app/assets/stylesheets/ask-lex.scss */
.right-panel.ask-the-ai .rp-header .top-banner.chat-history .chat-thread .date,
.right-panel.ask-the-ai .rp-header .top-banner.chat-history .chat-thread .icon.delete {
  opacity: 0.5;
}

/* line 71, app/assets/stylesheets/ask-lex.scss */
.right-panel.ask-the-ai .rp-header .top-banner.chat-history .chat-thread:hover {
  cursor: pointer;
}

/* line 75, app/assets/stylesheets/ask-lex.scss */
.right-panel.ask-the-ai .rp-header .top-banner.chat-history .chat-thread.no-threads, .right-panel.ask-the-ai .rp-header .top-banner.chat-history .chat-thread.loading {
  text-align: center;
}

/* line 79, app/assets/stylesheets/ask-lex.scss */
.right-panel.ask-the-ai .rp-header .top-banner.chat-history .chat-thread.no-threads:hover, .right-panel.ask-the-ai .rp-header .top-banner.chat-history .chat-thread.loading:hover {
  cursor: default;
}

/* line 88, app/assets/stylesheets/ask-lex.scss */
.right-panel.ask-the-ai .messages {
  padding: 10px;
  display: flex;
  overflow-y: scroll;
  flex-direction: column;
}

/* line 94, app/assets/stylesheets/ask-lex.scss */
.right-panel.ask-the-ai .messages .message-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 5px;
}

/* line 99, app/assets/stylesheets/ask-lex.scss */
.right-panel.ask-the-ai .messages .message-container.from-user {
  align-self: flex-end;
}

/* line 103, app/assets/stylesheets/ask-lex.scss */
.right-panel.ask-the-ai .messages .message-container.from-assistant {
  align-self: flex-start;
}

/* line 107, app/assets/stylesheets/ask-lex.scss */
.right-panel.ask-the-ai .messages .message-container .message-feedback {
  user-select: none;
}

/* line 110, app/assets/stylesheets/ask-lex.scss */
.right-panel.ask-the-ai .messages .message-container .message-feedback .was-helpful {
  font-size: 15px;
  opacity: 0.5;
  padding: 3px;
  margin-right: 3px;
  transition: all 0.1s;
}

/* line 117, app/assets/stylesheets/ask-lex.scss */
.right-panel.ask-the-ai .messages .message-container .message-feedback .was-helpful:hover {
  cursor: pointer;
  opacity: 1;
  transform: scale(1.1);
}

/* line 123, app/assets/stylesheets/ask-lex.scss */
.right-panel.ask-the-ai .messages .message-container .message-feedback .was-helpful.selected-true {
  opacity: 1;
}

/* line 130, app/assets/stylesheets/ask-lex.scss */
.right-panel.ask-the-ai .messages .message {
  padding: 10px 10px 0 10px;
  border-radius: 5px;
  display: inline-block;
  max-width: 80%;
  word-wrap: break-word;
  margin-bottom: 5px;
  font-size: 14px;
}

/* line 139, app/assets/stylesheets/ask-lex.scss */
.right-panel.ask-the-ai .messages .message.from-user {
  align-self: flex-end;
}

/* line 143, app/assets/stylesheets/ask-lex.scss */
.right-panel.ask-the-ai .messages .message.from-assistant {
  align-self: flex-start;
}

/* line 147, app/assets/stylesheets/ask-lex.scss */
.right-panel.ask-the-ai .messages .message p,
.right-panel.ask-the-ai .messages .message ul,
.right-panel.ask-the-ai .messages .message ol {
  margin: 0 0 10px 0;
}

/* line 153, app/assets/stylesheets/ask-lex.scss */
.right-panel.ask-the-ai .messages .message ul,
.right-panel.ask-the-ai .messages .message ol,
.right-panel.ask-the-ai .messages .message blockquote {
  padding-left: 20px;
}

/* line 159, app/assets/stylesheets/ask-lex.scss */
.right-panel.ask-the-ai .messages .message li {
  margin: 0 0 5px 0;
}

/* line 165, app/assets/stylesheets/ask-lex.scss */
.right-panel.ask-the-ai .bottom-bar {
  position: fixed;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 12px;
  width: 100%;
  z-index: 99999999999;
  transform: translate3d(0, 0, 0);
  transition: all 0.1s ease-out;
}

/* line 177, app/assets/stylesheets/ask-lex.scss */
.right-panel.ask-the-ai .bottom-bar .chat-presets {
  padding-bottom: 10px;
}

/* line 180, app/assets/stylesheets/ask-lex.scss */
.right-panel.ask-the-ai .bottom-bar .chat-presets h3 {
  text-transform: uppercase;
  display: none;
  margin: 0;
  padding: 8px;
  line-height: 12px;
  font-size: 12px;
}

/* line 189, app/assets/stylesheets/ask-lex.scss */
.right-panel.ask-the-ai .bottom-bar .chat-presets .chat-preset {
  font-size: 14px;
  padding: 2px 0 2px 12px;
  opacity: 0.6;
}

/* line 194, app/assets/stylesheets/ask-lex.scss */
.right-panel.ask-the-ai .bottom-bar .chat-presets .chat-preset:hover {
  opacity: 1;
  cursor: pointer;
}

/* line 199, app/assets/stylesheets/ask-lex.scss */
.right-panel.ask-the-ai .bottom-bar .chat-presets .chat-preset .material-symbols-outlined {
  display: inline-block;
  font-size: 20px;
  opacity: 0.3;
  padding-left: 5px;
  position: relative;
  top: 5px;
}

/* line 210, app/assets/stylesheets/ask-lex.scss */
.right-panel.ask-the-ai .bottom-bar .ask-lex-editor-container {
  padding: 5px 5px 7px 5px;
}

/* line 214, app/assets/stylesheets/ask-lex.scss */
.right-panel.ask-the-ai .bottom-bar .message-input {
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  border: 0;
  font-size: 15px;
  background: transparent;
  border-radius: 20px;
}

@media (max-width: 750px) {
  /* line 214, app/assets/stylesheets/ask-lex.scss */
  .right-panel.ask-the-ai .bottom-bar .message-input {
    font-size: 16px;
  }
}

/* line 227, app/assets/stylesheets/ask-lex.scss */
.right-panel.ask-the-ai .bottom-bar .message-input:focus {
  outline: none;
}

/* line 231, app/assets/stylesheets/ask-lex.scss */
.right-panel.ask-the-ai .bottom-bar .message-input .ProseMirror {
  padding: 10px 40px 10px 10px;
}

/* line 234, app/assets/stylesheets/ask-lex.scss */
.right-panel.ask-the-ai .bottom-bar .message-input .ProseMirror:focus {
  outline: none;
}

/* line 238, app/assets/stylesheets/ask-lex.scss */
.right-panel.ask-the-ai .bottom-bar .message-input .ProseMirror p {
  margin: 0;
}

/* line 242, app/assets/stylesheets/ask-lex.scss */
.right-panel.ask-the-ai .bottom-bar .message-input .ProseMirror p.is-empty:first-child::before {
  content: attr(data-placeholder);
  float: left;
  height: 0;
  pointer-events: none;
}

/* line 251, app/assets/stylesheets/ask-lex.scss */
.right-panel.ask-the-ai .bottom-bar .send-button {
  position: fixed;
  right: 10px;
  bottom: 13px;
  font-size: 18px;
  border-radius: 50px;
  padding: 5px;
  transition: all 0.1s;
  user-select: none;
}

/* line 261, app/assets/stylesheets/ask-lex.scss */
.right-panel.ask-the-ai .bottom-bar .send-button.is-valid-true {
  background: #0093ff;
}

/* line 266, app/assets/stylesheets/ask-lex.scss */
.right-panel.ask-the-ai .bottom-bar .send-button.is-valid-false:hover {
  cursor: default;
}

/* line 274, app/assets/stylesheets/ask-lex.scss */
.right-panel.ask-the-ai .reset-chat:hover {
  cursor: pointer;
}

/* line 281, app/assets/stylesheets/ask-lex.scss */
.lightMode .ask-the-ai .top-banner {
  border-top: 1px solid #dedede;
}

/* line 285, app/assets/stylesheets/ask-lex.scss */
.lightMode .ask-the-ai .top-banner .chat-thread:hover, .lightMode .ask-the-ai .top-banner .chat-thread.current-true {
  background-color: #f1f1f1;
  color: #000;
}

/* line 291, app/assets/stylesheets/ask-lex.scss */
.lightMode .ask-the-ai .top-banner .chat-thread.no-threads:hover {
  background-color: transparent;
  color: #000000;
}

/* line 299, app/assets/stylesheets/ask-lex.scss */
.lightMode .ask-the-ai .message.from-user {
  background-color: #e0e0e0;
}

/* line 303, app/assets/stylesheets/ask-lex.scss */
.lightMode .ask-the-ai .message.from-assistant {
  background-color: #f5f5f5;
}

/* line 310, app/assets/stylesheets/ask-lex.scss */
.lightMode .ask-the-ai .bottom-bar .chat-presets h3 {
  border-bottom: 1px solid #dedede;
}

/* line 315, app/assets/stylesheets/ask-lex.scss */
.lightMode .ask-the-ai .bottom-bar .ask-lex-editor-container {
  border-top: 1px solid #dedede;
}

/* line 319, app/assets/stylesheets/ask-lex.scss */
.lightMode .ask-the-ai .bottom-bar .message-input {
  border: 1px solid #dedede;
  color: #000000;
}

/* line 323, app/assets/stylesheets/ask-lex.scss */
.lightMode .ask-the-ai .bottom-bar .message-input .ProseMirror p.is-empty:first-child::before {
  color: #aaaaaa;
}

/* line 328, app/assets/stylesheets/ask-lex.scss */
.lightMode .ask-the-ai .bottom-bar .send-button.is-valid-false {
  background: #bbbbbb;
}

/* line 335, app/assets/stylesheets/ask-lex.scss */
.darkMode .ask-the-ai .top-banner {
  border-top: 1px solid #333333;
}

/* line 339, app/assets/stylesheets/ask-lex.scss */
.darkMode .ask-the-ai .top-banner .chat-thread:hover, .darkMode .ask-the-ai .top-banner .chat-thread.current-true {
  background: #222222;
  color: #ffffff;
}

/* line 345, app/assets/stylesheets/ask-lex.scss */
.darkMode .ask-the-ai .top-banner .chat-thread.no-threads:hover {
  background-color: transparent;
  color: #bbbbbb;
}

/* line 353, app/assets/stylesheets/ask-lex.scss */
.darkMode .ask-the-ai .message.from-user {
  background-color: #0093ff;
  color: #ffffff;
}

/* line 358, app/assets/stylesheets/ask-lex.scss */
.darkMode .ask-the-ai .message.from-assistant {
  background-color: #222222;
}

/* line 363, app/assets/stylesheets/ask-lex.scss */
.darkMode .ask-the-ai .bottom-bar {
  border-left: 1px solid #333333;
}

/* line 367, app/assets/stylesheets/ask-lex.scss */
.darkMode .ask-the-ai .bottom-bar .chat-presets h3 {
  border-bottom: 1px solid #333333;
}

/* line 372, app/assets/stylesheets/ask-lex.scss */
.darkMode .ask-the-ai .bottom-bar .ask-lex-editor-container {
  border-top: 1px solid #333333;
}

/* line 376, app/assets/stylesheets/ask-lex.scss */
.darkMode .ask-the-ai .bottom-bar .message-input {
  border: 1px solid #333333;
  background: #1a1a1a;
  color: #bbbbbb;
}

/* line 381, app/assets/stylesheets/ask-lex.scss */
.darkMode .ask-the-ai .bottom-bar .message-input .ProseMirror p.is-empty:first-child::before {
  color: #666666;
}

/* line 387, app/assets/stylesheets/ask-lex.scss */
.darkMode .ask-the-ai .bottom-bar .send-button.is-valid-false {
  background: #333333;
  color: #111111;
}

/* line 392, app/assets/stylesheets/ask-lex.scss */
.darkMode .ask-the-ai .bottom-bar .send-button.is-valid-true {
  background: #0093ff;
  color: #ffffff;
}

/* line 1, app/assets/stylesheets/legacy/editor-layout.scss */
.docs-edit,
.docs-read,
.static-about,
.prompt_builder-index {
  --editor-bg-color: #fefefe;
  --sidepanel-width: 300px;
  --focus-mode-transition-duration: 0.4s;
}

/* line 9, app/assets/stylesheets/legacy/editor-layout.scss */
.docs-edit.darkMode,
.docs-read.darkMode,
.static-about.darkMode,
.prompt_builder-index.darkMode {
  --editor-bg-color: #1a1a1a;
}

/* line 14, app/assets/stylesheets/legacy/editor-layout.scss */
.docs-edit {
  position: fixed;
  inset: 0;
}

/* line 22, app/assets/stylesheets/legacy/editor-layout.scss */
.docs-edit body {
  overflow: hidden;
  touch-action: none;
}

@keyframes makeHiddenAfterTimeout {
  100% {
    visibility: hidden;
  }
}

/* line 34, app/assets/stylesheets/legacy/editor-layout.scss */
.editor-container {
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  width: 100%;
  max-height: 100vh;
  transition: all 0.2s ease;
}

/* line 42, app/assets/stylesheets/legacy/editor-layout.scss */
.editor-container .doc-info {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 99996;
  font-size: 12px;
  padding: 0.375rem;
  color: #aaaaaa;
  transition: all var(--focus-mode-transition-duration) ease;
  cursor: default;
}

/* line 56, app/assets/stylesheets/legacy/editor-layout.scss */
.darkMode .editor-container .doc-info {
  color: #666666;
}

@media (max-width: 880px) {
  /* line 42, app/assets/stylesheets/legacy/editor-layout.scss */
  .editor-container .doc-info {
    display: none;
  }
}

/* line 65, app/assets/stylesheets/legacy/editor-layout.scss */
.focus-mode-active.session-in-progress-false.session-expanded-false .editor-container .doc-info {
  opacity: 0.5;
  transform: scale(0.9);
  transform-origin: bottom left;
}

/* line 70, app/assets/stylesheets/legacy/editor-layout.scss */
.focus-mode-active.session-in-progress-false.session-expanded-false .editor-container .doc-info:hover {
  opacity: 1;
  transform: scale(1);
}

/* line 77, app/assets/stylesheets/legacy/editor-layout.scss */
.editor-container .doc-info__item {
  --doc-info-item-padding: 0.5rem;
  transition: inherit;
  padding: var(--doc-info-item-padding);
  border-radius: 1rem;
}

/* line 86, app/assets/stylesheets/legacy/editor-layout.scss */
.editor-container .doc-info__item:empty {
  display: none;
}

/* line 90, app/assets/stylesheets/legacy/editor-layout.scss */
.editor-container .doc-info__item:not(:first-child) {
  padding-top: 0.15rem;
}

/* line 93, app/assets/stylesheets/legacy/editor-layout.scss */
.editor-container .doc-info__item:not(:first-child)::before {
  content: "";
  width: 0.5rem;
}

/* line 99, app/assets/stylesheets/legacy/editor-layout.scss */
.focus-mode-active .editor-container .doc-info__item {
  background-color: var(--editor-bg-color);
}

/* line 104, app/assets/stylesheets/legacy/editor-layout.scss */
.editor-container .editor-wrapper {
  --editor-wrapper-max-width: 1125px;
  --editor-width-multiplier: 1.12;
  display: flex;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  transition: all var(--focus-mode-transition-duration) ease;
  margin: 0 auto 45vh auto;
  max-width: var(--editor-wrapper-max-width);
  padding-left: 1rem;
}

@media (min-width: 881px) {
  /* line 104, app/assets/stylesheets/legacy/editor-layout.scss */
  .editor-container .editor-wrapper {
    container-type: inline-size;
    margin-top: 100px;
  }
  /* line 122, app/assets/stylesheets/legacy/editor-layout.scss */
  .showing-comments.hide-comments-focus-mode .editor-container .editor-wrapper {
    transform: translateX(calc(var(--sidepanel-width) / 2));
  }
}

@media (max-width: 880px) {
  /* line 104, app/assets/stylesheets/legacy/editor-layout.scss */
  .editor-container .editor-wrapper {
    padding-left: 0;
  }
}

/* line 131, app/assets/stylesheets/legacy/editor-layout.scss */
.focus-mode-active .editor-container .editor-wrapper {
  max-width: calc( var(--editor-wrapper-max-width) * var(--editor-width-multiplier));
}

/* line 138, app/assets/stylesheets/legacy/editor-layout.scss */
.editor-container .editor {
  flex: 2;
  max-width: 73.3333%;
  border-radius: 5px;
  box-sizing: border-box;
  position: relative;
  transition: all var(--focus-mode-transition-duration) ease;
  padding: 10px 10px 150px;
}

@media (min-width: 881px) {
  /* line 138, app/assets/stylesheets/legacy/editor-layout.scss */
  .editor-container .editor {
    padding: calc(min(100px, 8vw));
    padding-top: calc(min(80px, 6vw));
  }
}

@media (max-width: 880px) {
  /* line 138, app/assets/stylesheets/legacy/editor-layout.scss */
  .editor-container .editor {
    max-width: none;
    margin: 0 auto;
    border-radius: 0;
    border: none;
  }
}

/* line 160, app/assets/stylesheets/legacy/editor-layout.scss */
.focus-mode-active .editor-container .editor {
  border-color: transparent;
  overflow: auto;
}

/* line 167, app/assets/stylesheets/legacy/editor-layout.scss */
.editor-container.sidebar-showing-false .editor {
  margin-left: auto;
  margin-right: auto;
}

/* line 174, app/assets/stylesheets/legacy/editor-layout.scss */
.editor-container.sidebar-showing-true .sidepanel {
  flex: 1;
  transition: all var(--focus-mode-transition-duration) ease;
}

/* line 179, app/assets/stylesheets/legacy/editor-layout.scss */
.hide-comments-focus-mode .editor-container.sidebar-showing-true .sidepanel {
  opacity: 0;
  animation: makeHiddenAfterTimeout forwards var(--focus-mode-transition-duration);
}

@media (max-width: 1150px) {
  /* line 188, app/assets/stylesheets/legacy/editor-layout.scss */
  .editor-container.sidebar-showing-true .sidepanel .comment-thread-keyboard-hints {
    display: none;
  }
}

@media (max-width: 880px) {
  /* line 196, app/assets/stylesheets/legacy/editor-layout.scss */
  .editor-container.sidebar-showing-true .sidepanel {
    flex: 0;
  }
  /* line 199, app/assets/stylesheets/legacy/editor-layout.scss */
  .editor-container.sidebar-showing-true .sidepanel div.comment-thread {
    position: fixed;
    max-height: 30vh;
    overflow-y: scroll;
    transition: all 0.2s ease;
  }
  /* line 205, app/assets/stylesheets/legacy/editor-layout.scss */
  .editor-container.sidebar-showing-true .sidepanel div.comment-thread.active-true {
    left: 0;
    right: 0;
  }
  /* line 210, app/assets/stylesheets/legacy/editor-layout.scss */
  .editor-container.sidebar-showing-true .sidepanel div.comment-thread.active-false {
    bottom: -100px;
    top: 130vh !important;
  }
}

/* line 220, app/assets/stylesheets/legacy/editor-layout.scss */
.editor-core {
  --editor-node-spacing: 1em;
  --editor-node-spacing-sm: 0.5em;
  position: relative;
}

/* line 225, app/assets/stylesheets/legacy/editor-layout.scss */
.fullscreen-enabled .editor-core {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

/* line 231, app/assets/stylesheets/legacy/editor-layout.scss */
.editor-core h1,
.editor-core h2,
.editor-core h3,
.editor-core h4,
.editor-core h5,
.editor-core h6 {
  margin: var(--editor-node-spacing) 0 var(--editor-node-spacing-sm) 0;
  line-height: 1em;
  padding-left: 50px;
  margin-left: -50px;
}

/* line 243, app/assets/stylesheets/legacy/editor-layout.scss */
.editor-core h1 {
  line-height: 1em;
  padding-bottom: 10px;
}

@media (max-width: 750px) {
  /* line 243, app/assets/stylesheets/legacy/editor-layout.scss */
  .editor-core h1 {
    margin-top: 20px;
  }
}

/* line 253, app/assets/stylesheets/legacy/editor-layout.scss */
.editor-core .collapsible-marker-click-target {
  position: absolute;
  left: -1.165rem;
  font-size: 0.75rem;
  display: none;
  user-select: none;
}

/* line 260, app/assets/stylesheets/legacy/editor-layout.scss */
.editor-core .collapsible-marker-click-target:hover {
  cursor: pointer;
}

@media (max-width: 750px) {
  /* line 253, app/assets/stylesheets/legacy/editor-layout.scss */
  .editor-core .collapsible-marker-click-target {
    visibility: hidden;
  }
}

/* line 270, app/assets/stylesheets/legacy/editor-layout.scss */
.editor-core .header-collapsible:hover .collapsible-marker-click-target {
  display: block;
}

/* line 276, app/assets/stylesheets/legacy/editor-layout.scss */
.editor-core .header-collapsed .collapsible-marker-click-target {
  display: block;
}

/* line 285, app/assets/stylesheets/legacy/editor-layout.scss */
.editor-core p:empty::before {
  content: "";
  display: block;
  height: 1em;
}

/* line 293, app/assets/stylesheets/legacy/editor-layout.scss */
.focus-mode {
  padding: 4rem 2rem;
  overflow: scroll;
}

/* line 299, app/assets/stylesheets/legacy/editor-layout.scss */
.fullscreen-enabled {
  overflow: scroll;
  padding: 2rem;
}

/* line 305, app/assets/stylesheets/legacy/editor-layout.scss */
.fullscreen-enabled .comment .comment-decoration, .fullscreen-enabled .comment .comment-decoration.active {
  background: none;
}

/* line 312, app/assets/stylesheets/legacy/editor-layout.scss */
.fullscreen-enabled span.comment[data-published="true"] > span.comment[data-published="true"] {
  background: none;
}

/* line 316, app/assets/stylesheets/legacy/editor-layout.scss */
.fullscreen-enabled span.comment span.draft {
  background: none;
}

/* line 322, app/assets/stylesheets/legacy/editor-layout.scss */
.lightMode .fullscreen-enabled {
  background: #fefefe;
}

/* line 325, app/assets/stylesheets/legacy/editor-layout.scss */
.lightMode .fullscreen-enabled .ProseMirror {
  background-color: #fefefe;
}

/* line 332, app/assets/stylesheets/legacy/editor-layout.scss */
.darkMode .fullscreen-enabled {
  background: #1a1a1a;
}

/* line 335, app/assets/stylesheets/legacy/editor-layout.scss */
.darkMode .fullscreen-enabled .ProseMirror {
  background-color: #1a1a1a;
}

/* line 4, app/assets/stylesheets/kbar.scss */
.lightMode {
  --kbar-bg-color: #ffffff;
}

/* line 8, app/assets/stylesheets/kbar.scss */
.darkMode {
  --kbar-bg-color: #222222;
}

/* line 12, app/assets/stylesheets/kbar.scss */
.kbar {
  padding: 0;
  display: block;
  z-index: 99980;
  transition: transform 0.2s, height 0.2s, width 0.2s, opacity 0.2s;
  transform-origin: top center;
  background-color: var(--kbar-bg-color);
  color: #000000;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1), 0 0 3px rgba(0, 0, 0, 0.2), 0 15px 20px rgba(0, 0, 0, 0.1);
}

/* line 25, app/assets/stylesheets/kbar.scss */
.darkMode .kbar {
  color: #bbbbbb;
  box-shadow: 0 5px 50px black, 0 0 3px black;
}

@media (max-width: 880px) {
  /* line 30, app/assets/stylesheets/kbar.scss */
  .kbar.kbar-header-true {
    transition: top 0.3s ease;
  }
}

/* line 37, app/assets/stylesheets/kbar.scss */
.kbar.kbar-header-true:not(.kbar-header-active-command-action-button) {
  transform-origin: top left;
}

/* line 40, app/assets/stylesheets/kbar.scss */
.kbar.kbar-header-true:not(.kbar-header-active-command-action-button) .kbar-arrow {
  display: none;
}

/* line 46, app/assets/stylesheets/kbar.scss */
.kbar.kbar-open {
  opacity: 1;
  transform: scale(1);
}

/* line 51, app/assets/stylesheets/kbar.scss */
.kbar.kbar-closed {
  opacity: 0;
  transform: scale(0);
  pointer-events: none;
}

/* line 60, app/assets/stylesheets/kbar.scss */
.kbar .kbar-arrow {
  position: absolute;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  background-color: var(--kbar-bg-color);
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.15);
}

/* line 68, app/assets/stylesheets/kbar.scss */
.darkMode .kbar .kbar-arrow {
  box-shadow: -1px -1px 1px black;
}

/* line 73, app/assets/stylesheets/kbar.scss */
.kbar iframe {
  position: relative;
  width: 19rem;
  border: none;
  overflow: hidden;
}

/* line 80, app/assets/stylesheets/kbar.scss */
.kbar,
.kbar iframe {
  border-radius: 0.25rem;
}

/* line 86, app/assets/stylesheets/kbar.scss */
.fake-cursor {
  position: fixed;
  z-index: 999999;
  background: #000000;
}

/* line 91, app/assets/stylesheets/kbar.scss */
.darkMode .fake-cursor {
  background: #bbbbbb;
}

/* line 97, app/assets/stylesheets/kbar.scss */
.kbar-submenu textarea {
  height: 7.5rem;
  resize: none;
}

/* line 104, app/assets/stylesheets/kbar.scss */
.kbar-submenu > input[type="text"] {
  border-color: var(--kbar-bg-color) !important;
}

/* line 109, app/assets/stylesheets/kbar.scss */
.kbar-command {
  padding: 0.4rem 0.6rem;
}

/* line 113, app/assets/stylesheets/kbar.scss */
.frame-root {
  margin: 0 0 0 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  font-size: 14px;
}

/* line 121, app/assets/stylesheets/kbar.scss */
.kbar-frame-inner {
  outline: none;
  color: #000000;
  margin-bottom: -1px;
}

/* line 128, app/assets/stylesheets/kbar.scss */
.kbar-frame-inner,
.kbar-frame-inner * {
  box-sizing: border-box;
}

/* line 133, app/assets/stylesheets/kbar.scss */
.darkMode .kbar-frame-inner {
  color: #bbbbbb;
}

/* line 137, app/assets/stylesheets/kbar.scss */
.kbar-frame-inner input,
.kbar-frame-inner textarea {
  font-size: inherit;
  font-family: inherit;
}

/* line 143, app/assets/stylesheets/kbar.scss */
.kbar-frame-inner button {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  background: #000000;
  color: #ffffff;
  font-weight: bold;
  border-radius: 0.25rem;
  padding: 0.5rem 0.75rem;
  border: 0;
  cursor: pointer;
}

/* line 155, app/assets/stylesheets/kbar.scss */
.kbar-frame-inner button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

/* line 160, app/assets/stylesheets/kbar.scss */
.kbar-frame-inner button.blue {
  background: #0093ff;
  color: #ffffff;
}

/* line 164, app/assets/stylesheets/kbar.scss */
.kbar-frame-inner button.blue .material-symbols-outlined {
  color: inherit !important;
}

/* line 169, app/assets/stylesheets/kbar.scss */
.kbar-frame-inner button.clear-blue {
  background: transparent;
  color: #0093ff;
}

/* line 174, app/assets/stylesheets/kbar.scss */
.kbar-frame-inner button.small {
  padding: 0.125rem 0.25rem;
  font-size: 0.75rem;
}

/* line 179, app/assets/stylesheets/kbar.scss */
.kbar-frame-inner button .material-symbols-outlined {
  font-size: 1em;
}

/* line 184, app/assets/stylesheets/kbar.scss */
.kbar-frame-inner .material-symbols-outlined.inline {
  font-size: inherit;
  position: relative;
  top: 3px;
}

/* line 191, app/assets/stylesheets/kbar.scss */
.kbar-commands {
  overflow-y: auto;
  overscroll-behavior: contain;
  user-select: none;
}

/* line 197, app/assets/stylesheets/kbar.scss */
.kbar-commands:hover {
  cursor: pointer;
}

/* line 201, app/assets/stylesheets/kbar.scss */
.kbar-command {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 0.25rem;
  white-space: nowrap;
}

/* line 208, app/assets/stylesheets/kbar.scss */
.kbar-command.disabled {
  opacity: 0.5;
  background-color: #fafafa;
  cursor: not-allowed;
}

/* line 213, app/assets/stylesheets/kbar.scss */
.darkMode .kbar-command.disabled {
  background-color: #333333;
}

/* line 218, app/assets/stylesheets/kbar.scss */
.kbar-command.selected:not(.disabled) {
  background-color: #eeeeee;
}

/* line 221, app/assets/stylesheets/kbar.scss */
.darkMode .kbar-command.selected:not(.disabled) {
  background-color: #333333;
}

/* line 225, app/assets/stylesheets/kbar.scss */
.kbar-command.selected:not(.disabled) kbd {
  background-color: #dedede;
  color: #666666;
}

/* line 229, app/assets/stylesheets/kbar.scss */
.darkMode .kbar-command.selected:not(.disabled) kbd {
  background-color: #000000;
}

/* line 236, app/assets/stylesheets/kbar.scss */
.kbar-command-label {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  height: 1.125rem;
  width: 100%;
}

/* line 244, app/assets/stylesheets/kbar.scss */
.kbar-command-label,
.kbar-command-label span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 255, app/assets/stylesheets/kbar.scss */
.kbar-submenu-header .material-symbols-outlined,
.kbar-command .material-symbols-outlined {
  font-size: 1.25rem;
  color: #bbbbbb;
}

/* line 259, app/assets/stylesheets/kbar.scss */
.kbar-submenu-header .material-symbols-outlined.is-ai,
.kbar-command .material-symbols-outlined.is-ai {
  color: #95b8e9;
}

/* line 263, app/assets/stylesheets/kbar.scss */
.darkMode .kbar-submenu-header .material-symbols-outlined, .darkMode .kbar-command .material-symbols-outlined {
  color: #666666;
}

/* line 266, app/assets/stylesheets/kbar.scss */
.darkMode .kbar-submenu-header .material-symbols-outlined.is-ai, .darkMode .kbar-command .material-symbols-outlined.is-ai {
  color: #0093ff;
  opacity: 0.5;
}

/* line 272, app/assets/stylesheets/kbar.scss */
.kbar-command.selected:not(.disabled) .kbar-submenu-header .material-symbols-outlined, .kbar-command.selected:not(.disabled) .kbar-command .material-symbols-outlined {
  color: #999999;
}

/* line 275, app/assets/stylesheets/kbar.scss */
.kbar-command.selected:not(.disabled) .kbar-submenu-header .material-symbols-outlined.is-ai, .kbar-command.selected:not(.disabled) .kbar-command .material-symbols-outlined.is-ai {
  color: #0093ff;
}

/* line 280, app/assets/stylesheets/kbar.scss */
.darkMode .kbar-command.selected:not(.disabled) .kbar-submenu-header .material-symbols-outlined:not(.is-ai), .darkMode .kbar-command.selected:not(.disabled) .kbar-command .material-symbols-outlined:not(.is-ai) {
  color: #999999;
}

/* line 284, app/assets/stylesheets/kbar.scss */
.darkMode .kbar-command.selected:not(.disabled) .kbar-submenu-header .material-symbols-outlined.is-ai, .darkMode .kbar-command.selected:not(.disabled) .kbar-command .material-symbols-outlined.is-ai {
  opacity: 1;
}

/* line 292, app/assets/stylesheets/kbar.scss */
.kbar-command-label-arrow {
  margin-left: auto;
  margin-right: -0.25rem;
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

/* line 299, app/assets/stylesheets/kbar.scss */
.kbar-command-shortcut {
  display: flex;
  gap: 0.125rem;
}

/* line 303, app/assets/stylesheets/kbar.scss */
.kbar-command-shortcut:empty {
  display: none;
}

/* line 308, app/assets/stylesheets/kbar.scss */
.kbar-command-shortcut kbd {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  padding: 0 0.375rem;
  border-radius: 0.25rem;
  font-family: "SF Mono", "Roboto Mono", "Fira Code", "Fira Mono", "Droid Sans Mono", "Source Code Pro", monospace;
  line-height: 12px;
  font-weight: bold;
  background-color: #eeeeee;
  color: #888888;
}

/* line 322, app/assets/stylesheets/kbar.scss */
.darkMode .kbar-command-shortcut kbd {
  background-color: #1a1a1a;
  color: #666666;
}

/* line 328, app/assets/stylesheets/kbar.scss */
.no-commands {
  opacity: 0.5;
  text-align: center;
}

/* line 333, app/assets/stylesheets/kbar.scss */
.kbar-submenu {
  display: flex;
  flex-direction: column;
}

/* line 338, app/assets/stylesheets/kbar.scss */
.kbar-submenu-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid #dedede;
}

/* line 344, app/assets/stylesheets/kbar.scss */
.kbar-submenu-header button {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.75rem 0.6rem;
}

/* line 351, app/assets/stylesheets/kbar.scss */
.darkMode .kbar-submenu-header {
  border-bottom: 1px solid #444444;
}

/* line 356, app/assets/stylesheets/kbar.scss */
.kbar-submenu-body {
  padding: 7px;
  overflow-y: auto;
  height: 140px;
  overscroll-behavior: contain;
}

/* line 363, app/assets/stylesheets/kbar.scss */
.new-badge {
  padding: 2px 3px;
  border-radius: 0.25rem;
  text-transform: uppercase;
  font-size: 7.5px;
  font-weight: bold;
  display: flex;
  align-items: center;
  border: 1px solid #0093ff;
  color: #0093ff;
}

/* line 1, app/assets/stylesheets/invites.scss */
.invite {
  margin-bottom: 10px;
}

/* line 5, app/assets/stylesheets/invites.scss */
.invite-link {
  border-radius: 5px;
  padding: 0 0 0 8px;
  max-width: 450px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "SF Mono", "Roboto Mono", "Fira Code", "Fira Mono", "Droid Sans Mono", "Source Code Pro", monospace;
  font-size: 13px;
}

/* line 16, app/assets/stylesheets/invites.scss */
span.invite-link-copy {
  padding: 8px 10px;
  font-weight: bold;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  user-select: none;
}

/* line 23, app/assets/stylesheets/invites.scss */
.invite-load-more {
  text-align: center;
  padding-bottom: 20px;
  opacity: 0.5;
  font-size: 0.8em;
  user-select: none;
}

/* line 30, app/assets/stylesheets/invites.scss */
.invite-load-more:hover {
  cursor: pointer;
  text-decoration: underline;
}

/* line 36, app/assets/stylesheets/invites.scss */
.invite-affiliate {
  margin-top: 40px;
}

/* line 41, app/assets/stylesheets/invites.scss */
.choose-username input[type="text"] {
  padding: 7px;
  border-radius: 3px 0 0 3px;
  border-right: none;
}

/* line 46, app/assets/stylesheets/invites.scss */
.choose-username input[type="text"]:focus {
  outline: none;
}

/* line 51, app/assets/stylesheets/invites.scss */
.choose-username button {
  border-radius: 0 3px 3px 0;
}

/* line 54, app/assets/stylesheets/invites.scss */
.choose-username button .spinner {
  margin: 0 10px;
  width: 12px;
  height: 12px;
  position: relative;
  top: 1px;
}

/* line 62, app/assets/stylesheets/invites.scss */
.choose-username button[disabled] {
  cursor: default;
}

/* line 69, app/assets/stylesheets/invites.scss */
.lightMode .invite-link {
  border: 1px solid #dedede;
}

/* line 73, app/assets/stylesheets/invites.scss */
.lightMode span.invite-link-copy {
  color: #888888;
}

/* line 77, app/assets/stylesheets/invites.scss */
.lightMode .invite-affiliate {
  border-top: 1px solid #dedede;
}

/* line 81, app/assets/stylesheets/invites.scss */
.lightMode .choose-username input[type="text"] {
  border: 1px solid #dedede;
}

/* line 87, app/assets/stylesheets/invites.scss */
.darkMode .invite-link {
  border: 1px solid #333333;
}

/* line 91, app/assets/stylesheets/invites.scss */
.darkMode span.invite-link-copy {
  color: #666666;
}

/* line 95, app/assets/stylesheets/invites.scss */
.darkMode .invite-affiliate {
  border-top: 1px solid #333333;
}

/* line 99, app/assets/stylesheets/invites.scss */
.darkMode .choose-username input[type="text"] {
  border: 1px solid #333333;
}

/* line 3, app/assets/stylesheets/comments.scss */
.comments-panel {
  display: flex;
  position: relative;
  z-index: 10;
  top: 0;
  bottom: 0;
  background: none;
  box-sizing: border-box;
}

@media (max-width: 750px) {
  /* line 3, app/assets/stylesheets/comments.scss */
  .comments-panel {
    top: 56px;
  }
}

@media (max-width: 880px) {
  /* line 3, app/assets/stylesheets/comments.scss */
  .comments-panel {
    overflow-x: hidden;
  }
}

/* line 20, app/assets/stylesheets/comments.scss */
.comments-panel.active-false {
  display: none;
}

/* line 24, app/assets/stylesheets/comments.scss */
.comments-panel.active-true {
  display: flex;
  flex-direction: column;
}

/* line 29, app/assets/stylesheets/comments.scss */
.comments-panel h5 {
  padding-bottom: 3px;
  margin-bottom: 0;
}

/* line 34, app/assets/stylesheets/comments.scss */
.comments-panel ul {
  margin-top: 5px;
}

/* line 39, app/assets/stylesheets/comments.scss */
.comment-thread {
  box-sizing: border-box;
  font-size: 13px;
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 9999999999;
}

@media (max-width: 880px) {
  /* line 39, app/assets/stylesheets/comments.scss */
  .comment-thread {
    position: fixed;
    max-height: calc(var(--vh, 1vh) * 100);
    overflow-y: auto;
    transition: top 0.2s ease;
  }
  /* line 55, app/assets/stylesheets/comments.scss */
  .comment-thread.active-false {
    opacity: 0;
  }
  /* line 62, app/assets/stylesheets/comments.scss */
  .comment-thread.active-true {
    transform: translateY(-100%);
  }
}

@media (min-width: 881px) {
  /* line 39, app/assets/stylesheets/comments.scss */
  .comment-thread {
    transition: all 0.2s;
  }
}

/* line 76, app/assets/stylesheets/comments.scss */
.comment-thread .comment-box {
  padding: 10px 13px 10px 15px;
}

/* line 79, app/assets/stylesheets/comments.scss */
.comment-thread .comment-box:last-child {
  border-bottom: none;
}

/* line 83, app/assets/stylesheets/comments.scss */
.comment-thread .comment-box .comment-box-header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 3px 0;
}

/* line 90, app/assets/stylesheets/comments.scss */
.comment-thread .comment-box .comment-box-header .comment-author {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

/* line 96, app/assets/stylesheets/comments.scss */
.comment-thread .comment-box .comment-box-header .comment-author-avatar {
  width: 14px;
  height: 14px;
  margin-right: 3px;
  display: inline-block;
  border-radius: 100%;
}

/* line 104, app/assets/stylesheets/comments.scss */
.comment-thread .comment-box .comment-box-header .comment-author-name {
  display: inline;
  font-weight: bold;
  margin-bottom: 0;
}

/* line 109, app/assets/stylesheets/comments.scss */
.comment-thread .comment-box .comment-box-header .comment-author-name.deleted-author {
  font-style: italic;
  font-weight: normal;
}

/* line 115, app/assets/stylesheets/comments.scss */
.comment-thread .comment-box .comment-box-header .comment-draft-label {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  letter-spacing: 1px;
  margin-left: 10px;
  display: inline-block;
  position: relative;
  top: 1px;
  color: #0093ff;
}

/* line 129, app/assets/stylesheets/comments.scss */
.comment-thread .comment-box .comment-content, .comment-thread .comment-box .comment-content * {
  user-select: text;
  -webkit-user-select: text;
}

/* line 136, app/assets/stylesheets/comments.scss */
.comment-thread .comment-box p {
  margin: 0;
  min-height: 1em;
  overflow-wrap: break-word;
}

/* line 143, app/assets/stylesheets/comments.scss */
.comment-thread .comment-box.is-ai-true p {
  margin-bottom: 10px;
}

/* line 146, app/assets/stylesheets/comments.scss */
.comment-thread .comment-box.is-ai-true p:last-of-type {
  margin-bottom: 0;
}

/* line 151, app/assets/stylesheets/comments.scss */
.comment-thread .comment-box.is-ai-true blockquote {
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  border-left: 2px solid #dedede;
  padding-left: 10px;
}

/* line 159, app/assets/stylesheets/comments.scss */
.comment-thread .comment-box.is-ai-true li {
  margin-bottom: 7px;
}

/* line 162, app/assets/stylesheets/comments.scss */
.comment-thread .comment-box.is-ai-true li:last-of-type {
  margin-bottom: 0;
}

/* line 167, app/assets/stylesheets/comments.scss */
.comment-thread .comment-box.is-ai-true ul,
.comment-thread .comment-box.is-ai-true ol {
  padding-left: 15px;
}

/* line 174, app/assets/stylesheets/comments.scss */
.comment-thread .comment-thread-replies {
  margin: 0 0 5px 15px;
  opacity: 0.5;
}

/* line 178, app/assets/stylesheets/comments.scss */
.comment-thread .comment-thread-replies span.material-symbols-outlined {
  font-size: 12px;
  position: relative;
  top: 2px;
  margin-right: 3px;
  display: inline-block;
}

/* line 186, app/assets/stylesheets/comments.scss */
.comment-thread .comment-thread-replies span.reply-count {
  font-size: 12px;
}

/* line 191, app/assets/stylesheets/comments.scss */
.comment-thread .comment-reply-container {
  padding: 11px;
}

/* line 195, app/assets/stylesheets/comments.scss */
.comment-thread .diff-comment-actions {
  display: flex;
  gap: 5px;
}

/* line 200, app/assets/stylesheets/comments.scss */
.comment-thread .comment-editor-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0;
  transition: all 0.2s;
}

/* line 207, app/assets/stylesheets/comments.scss */
.comment-thread .comment-editor-container .comment-editor .ProseMirror {
  padding: 5px;
  border-radius: 5px;
}

@media (max-width: 750px) {
  /* line 207, app/assets/stylesheets/comments.scss */
  .comment-thread .comment-editor-container .comment-editor .ProseMirror {
    font-size: 16px;
  }
}

/* line 215, app/assets/stylesheets/comments.scss */
.comment-thread .comment-editor-container .comment-editor .ProseMirror:focus {
  outline: 0;
}

/* line 220, app/assets/stylesheets/comments.scss */
.comment-thread .comment-editor-container .comment-editor .ProseMirror p {
  min-height: 1em;
}

/* line 223, app/assets/stylesheets/comments.scss */
.comment-thread .comment-editor-container .comment-editor .ProseMirror p:first-of-type::before {
  content: attr(data-placeholder);
  float: left;
  height: 0;
  pointer-events: none;
  opacity: 0.4;
}

/* line 233, app/assets/stylesheets/comments.scss */
.comment-thread .comment-editor-container .comment-editor-actions {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

/* line 239, app/assets/stylesheets/comments.scss */
.comment-thread .comment-editor-container .comment-editor-actions .comment-editor-actions-left button {
  margin-right: 5px;
  font-size: 14px;
}

/* line 244, app/assets/stylesheets/comments.scss */
.comment-thread .comment-editor-container .comment-editor-actions .comment-saving-indicator {
  opacity: 0.5;
  font-size: 12px;
}

/* line 253, app/assets/stylesheets/comments.scss */
.comment-thread .comment-box .comment-content p,
.comment-thread .comment-editor .ProseMirror p {
  margin: 0;
  margin-bottom: 0.5rem;
}

/* line 257, app/assets/stylesheets/comments.scss */
.comment-thread .comment-box .comment-content p:last-child,
.comment-thread .comment-editor .ProseMirror p:last-child {
  margin-bottom: 0;
}

/* line 263, app/assets/stylesheets/comments.scss */
.comment-thread .comment-thread-keyboard-hints {
  display: none;
  position: absolute;
  top: 0;
  right: -82px;
  width: 71px;
  text-align: center;
  opacity: 0.5;
  font-size: 11px;
}

/* line 274, app/assets/stylesheets/comments.scss */
.comment-thread.active-false {
  left: 5px;
  z-index: -88888;
  padding-bottom: 4px;
}

/* line 279, app/assets/stylesheets/comments.scss */
.comment-thread.active-false:hover {
  cursor: default;
}

/* line 283, app/assets/stylesheets/comments.scss */
.comment-thread.active-false .comment-box {
  padding-bottom: 10px;
}

/* line 287, app/assets/stylesheets/comments.scss */
.comment-thread.active-false .comment-editor-container {
  display: none;
}

/* line 292, app/assets/stylesheets/comments.scss */
.comment-thread.active-true {
  left: -20px;
  z-index: 99999;
}

@media (max-width: 880px) {
  /* line 292, app/assets/stylesheets/comments.scss */
  .comment-thread.active-true {
    left: 0;
  }
}

/* line 301, app/assets/stylesheets/comments.scss */
.comment-thread.collapsed {
  display: none;
}

@media (min-width: 880px) {
  /* line 306, app/assets/stylesheets/comments.scss */
  .comment-thread .comment-thread-mobile-header {
    display: none;
  }
}

@media (max-width: 880px) {
  /* line 39, app/assets/stylesheets/comments.scss */
  .comment-thread {
    font-size: 14px;
  }
  /* line 314, app/assets/stylesheets/comments.scss */
  .comment-thread .comment-thread-mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    font-size: 14px;
  }
  /* line 321, app/assets/stylesheets/comments.scss */
  .comment-thread .comment-thread-mobile-header > div {
    display: flex;
    align-items: center;
  }
  /* line 326, app/assets/stylesheets/comments.scss */
  .comment-thread .comment-thread-mobile-header a:hover {
    cursor: pointer;
  }
  /* line 330, app/assets/stylesheets/comments.scss */
  .comment-thread .comment-thread-mobile-header a.disabled {
    pointer-events: none;
    opacity: 0.25;
  }
  /* line 335, app/assets/stylesheets/comments.scss */
  .comment-thread .comment-thread-mobile-header .collapse-thread {
    font-size: 14px;
    font-weight: bold;
    color: #0093ff;
    padding: 5px;
    text-decoration: none;
  }
  /* line 343, app/assets/stylesheets/comments.scss */
  .comment-thread .comment-thread-mobile-header a span {
    font-size: 20px;
    padding: 5px;
  }
}

/* line 352, app/assets/stylesheets/comments.scss */
.darkMode .comment-thread {
  color: #bbbbbb;
  border: 1px solid transparent;
}

/* line 356, app/assets/stylesheets/comments.scss */
.darkMode .comment-thread.active-true {
  background: #1a1a1a;
  border: 1px solid #333333;
}

/* line 360, app/assets/stylesheets/comments.scss */
.darkMode .comment-thread.active-true .comment-box {
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
}

/* line 364, app/assets/stylesheets/comments.scss */
.darkMode .comment-thread.active-true .comment-box.is-ai-true blockquote {
  border-left-color: #666666;
}

@media (max-width: 750px) {
  /* line 356, app/assets/stylesheets/comments.scss */
  .darkMode .comment-thread.active-true {
    background: #222222;
  }
  /* line 373, app/assets/stylesheets/comments.scss */
  .darkMode .comment-thread.active-true .comment-editor .ProseMirror {
    background: #333333;
  }
}

/* line 379, app/assets/stylesheets/comments.scss */
.darkMode .comment-thread .comment-thread-mobile-header {
  border-bottom: 1px solid #333333;
}

/* line 385, app/assets/stylesheets/comments.scss */
.darkMode .comment-editor-container .comment-editor .ProseMirror {
  background: #222222;
  color: #bbbbbb;
}

/* line 393, app/assets/stylesheets/comments.scss */
.lightMode .comment-thread {
  color: #000000;
}

/* line 396, app/assets/stylesheets/comments.scss */
.lightMode .comment-thread.active-true {
  background: #fefefe;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1), 0 0 3px rgba(0, 0, 0, 0.2), 0 15px 20px rgba(0, 0, 0, 0.1);
}

/* line 401, app/assets/stylesheets/comments.scss */
.lightMode .comment-thread.active-true .comment-box {
  border-bottom: 1px solid rgba(222, 222, 222, 0.5);
}

/* line 406, app/assets/stylesheets/comments.scss */
.lightMode .comment-thread .comment-thread-mobile-header {
  border-bottom: 1px solid #dedede;
}

/* line 412, app/assets/stylesheets/comments.scss */
.lightMode .comment-editor-container .comment-editor .ProseMirror {
  background: #f1f1f1;
  border-color: #dedede;
  color: #000000;
}

/* line 1, app/assets/stylesheets/announcement.scss */
.announcement {
  background: #f0b700;
  color: #000000;
  text-align: center;
  font-weight: bold;
}

/* line 8, app/assets/stylesheets/announcement.scss */
.docs-index .announcement {
  margin-top: 45px;
  padding: 1px;
}

/* line 1, app/assets/stylesheets/versions.scss */
.version-picker {
  flex: 0 1 auto;
  display: flex;
  padding: 0.5em 0;
  width: fit-content;
  max-width: 100%;
  min-width: 0;
  z-index: 99997;
  transition: opacity var(--focus-mode-transition-duration) ease;
}

/* line 12, app/assets/stylesheets/versions.scss */
.focus-mode-active .version-picker {
  opacity: 0;
  animation: makeHiddenAfterTimeout forwards var(--focus-mode-transition-duration);
}

/* line 18, app/assets/stylesheets/versions.scss */
.version-picker .word-count {
  display: inline-block;
  margin-left: 14px;
}

/* line 22, app/assets/stylesheets/versions.scss */
.version-picker .word-count:hover {
  cursor: default;
}

/* line 27, app/assets/stylesheets/versions.scss */
.version-picker .version-picker-inner {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  min-width: 0;
  max-width: 100%;
}

/* line 36, app/assets/stylesheets/versions.scss */
.version-picker .current-version {
  flex: 0 1 auto;
  display: flex;
  white-space: nowrap;
  min-width: 0;
  max-width: 100%;
}

/* line 43, app/assets/stylesheets/versions.scss */
.version-picker .current-version .material-symbols-outlined {
  font-size: 14px;
  position: relative;
  top: 2px;
}

/* line 49, app/assets/stylesheets/versions.scss */
.version-picker .current-version:hover {
  cursor: pointer;
}

/* line 54, app/assets/stylesheets/versions.scss */
.version-picker .current-version-text,
.version-picker .current-version-label {
  flex: 0 1 auto;
  display: block;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 64, app/assets/stylesheets/versions.scss */
.version-picker .version-details {
  min-width: 0;
}

/* line 68, app/assets/stylesheets/versions.scss */
.version-picker .versions-dropdown {
  background: var(--version-bg);
  color: var(--version-color);
  box-shadow: var(--version-shadow);
  border: var(--version-border);
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  z-index: 99997;
  border-radius: 3px;
  width: max-content;
  min-width: 170px;
}

@media (max-width: 880px) {
  /* line 68, app/assets/stylesheets/versions.scss */
  .version-picker .versions-dropdown {
    left: 0;
    overflow-y: auto;
    max-height: calc(var(--vh, 1vh) * 100);
  }
}

@media (min-width: 881px) {
  /* line 68, app/assets/stylesheets/versions.scss */
  .version-picker .versions-dropdown {
    top: -1px;
    left: unset;
  }
}

/* line 95, app/assets/stylesheets/versions.scss */
.version-picker .versions-dropdown > *:nth-last-child(n + 2) {
  border-bottom: var(--version-border);
}

/* line 99, app/assets/stylesheets/versions.scss */
.version-picker .versions-dropdown .version {
  color: var(--version-color);
}

/* line 102, app/assets/stylesheets/versions.scss */
.version-picker .versions-dropdown .version:hover {
  background: var(--version-bg-hover);
}

/* line 106, app/assets/stylesheets/versions.scss */
.version-picker .versions-dropdown .version .version-body-preview {
  background: var(--version-bg);
  box-shadow: var(--version-shadow);
}

/* line 113, app/assets/stylesheets/versions.scss */
.version-picker .versions-dropdown .version-explainer a {
  color: inherit;
  opacity: 0.5;
}

/* line 120, app/assets/stylesheets/versions.scss */
.version-picker .versions-dropdown.feature-diffing .version.latest {
  display: none;
}

/* line 125, app/assets/stylesheets/versions.scss */
.version-picker .versions-dropdown .version {
  display: flex;
  padding: 0.375rem 0.5rem;
  text-decoration: none;
}

/* line 130, app/assets/stylesheets/versions.scss */
.version-picker .versions-dropdown .version:hover {
  cursor: pointer;
}

/* line 133, app/assets/stylesheets/versions.scss */
.version-picker .versions-dropdown .version:hover .version-body-preview {
  display: block;
}

@media (max-width: 750px) {
  /* line 133, app/assets/stylesheets/versions.scss */
  .version-picker .versions-dropdown .version:hover .version-body-preview {
    display: none;
  }
}

/* line 142, app/assets/stylesheets/versions.scss */
.version-picker .versions-dropdown .version.current .version-name {
  font-weight: bold;
}

/* line 146, app/assets/stylesheets/versions.scss */
.version-picker .versions-dropdown .version .version-name {
  flex: 0 1 auto;
  min-width: 0;
  display: block;
  font-size: 13px;
}

/* line 153, app/assets/stylesheets/versions.scss */
.version-picker .versions-dropdown .version .version-radio {
  font-size: 13px;
  position: relative;
  top: 2px;
  padding-right: 5px;
}

/* line 160, app/assets/stylesheets/versions.scss */
.version-picker .versions-dropdown .version .version-created-at {
  display: block;
  opacity: 0.5;
}

/* line 165, app/assets/stylesheets/versions.scss */
.version-picker .versions-dropdown .version .version-body-preview {
  display: none;
  position: absolute;
  right: -250px;
  margin-top: -40px;
  width: 250px;
  height: 300px;
  font-size: 10px;
  overflow-y: scroll;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 10px;
}

/* line 178, app/assets/stylesheets/versions.scss */
.version-picker .versions-dropdown .version .version-body-preview img {
  max-width: 100%;
}

/* line 182, app/assets/stylesheets/versions.scss */
.version-picker .versions-dropdown .version .version-body-preview h1 {
  margin-top: 0;
  font-size: 14px;
}

/* line 187, app/assets/stylesheets/versions.scss */
.version-picker .versions-dropdown .version .version-body-preview ul,
.version-picker .versions-dropdown .version .version-body-preview ol {
  padding-left: 10px;
}

/* line 191, app/assets/stylesheets/versions.scss */
.version-picker .versions-dropdown .version .version-body-preview ul li p,
.version-picker .versions-dropdown .version .version-body-preview ol li p {
  margin: 0 0 0.3em 0;
}

/* line 196, app/assets/stylesheets/versions.scss */
.version-picker .versions-dropdown .version .version-body-preview ul[data-type="taskList"] {
  padding: 0;
  list-style: none;
}

/* line 200, app/assets/stylesheets/versions.scss */
.version-picker .versions-dropdown .version .version-body-preview ul[data-type="taskList"] li {
  list-style-type: none;
  display: flex;
  padding-left: 0;
  margin-left: 0;
}

/* line 206, app/assets/stylesheets/versions.scss */
.version-picker .versions-dropdown .version .version-body-preview ul[data-type="taskList"] li label {
  flex: 0 0 auto;
  margin-right: 2px;
  user-select: none;
}

/* line 212, app/assets/stylesheets/versions.scss */
.version-picker .versions-dropdown .version .version-body-preview ul[data-type="taskList"] li input[type="checkbox"] {
  transform: scale(0.7);
  transform-origin: left center;
  margin: 0;
}

/* line 218, app/assets/stylesheets/versions.scss */
.version-picker .versions-dropdown .version .version-body-preview ul[data-type="taskList"] li > div {
  flex: 1 1 auto;
}

/* line 221, app/assets/stylesheets/versions.scss */
.version-picker .versions-dropdown .version .version-body-preview ul[data-type="taskList"] li > div > p {
  margin: 0 0 0.2em 0;
}

/* line 228, app/assets/stylesheets/versions.scss */
.version-picker .versions-dropdown .version .version-body-preview .comment[data-published="true"] {
  background-color: rgba(240, 183, 0, 0.35);
}

/* line 234, app/assets/stylesheets/versions.scss */
.version-picker .versions-dropdown .create-new-version {
  display: block;
  padding: 0.5rem;
  text-align: center;
}

/* line 239, app/assets/stylesheets/versions.scss */
.version-picker .versions-dropdown .create-new-version p {
  margin: 0;
}

/* line 243, app/assets/stylesheets/versions.scss */
.version-picker .versions-dropdown .create-new-version button {
  display: block;
  width: 100%;
  font-size: 13px;
  padding-top: 6px;
  transition: opacity 0.5s ease-in-out;
}

/* line 250, app/assets/stylesheets/versions.scss */
.version-picker .versions-dropdown .create-new-version button:disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 256, app/assets/stylesheets/versions.scss */
.version-picker .versions-dropdown .create-new-version .material-symbols-outlined {
  font-size: 13px;
  position: relative;
  top: 2px;
  padding-right: 5px;
}

/* line 264, app/assets/stylesheets/versions.scss */
.version-picker .versions-dropdown div.version-explainer {
  font-size: 13px;
}

/* line 267, app/assets/stylesheets/versions.scss */
.version-picker .versions-dropdown div.version-explainer a {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.125rem;
  padding: 0.5rem 0.625rem;
  text-decoration: none;
}

/* line 278, app/assets/stylesheets/versions.scss */
.version-picker .versions-dropdown div.version-explainer a .version-explainer__link-text {
  text-decoration: underline;
}

/* line 282, app/assets/stylesheets/versions.scss */
.version-picker .versions-dropdown div.version-explainer a .material-symbols-outlined {
  font-size: 1em;
}

/* line 290, app/assets/stylesheets/versions.scss */
.version-picker .main-version-picker .versions-dropdown {
  left: 0;
  max-width: 100%;
}

@media (min-width: 881px) {
  /* line 290, app/assets/stylesheets/versions.scss */
  .version-picker .main-version-picker .versions-dropdown {
    top: -0.3rem;
    left: -0.5rem;
  }
}

/* line 304, app/assets/stylesheets/versions.scss */
.lightMode .version-picker .current-version {
  color: #999999;
}

/* line 308, app/assets/stylesheets/versions.scss */
.lightMode .version-picker .versions-dropdown {
  --version-bg: #fefefe;
  --version-bg-hover: #f1f1f1;
  --version-border: 1px solid #dedede;
  --version-color: #000000;
  --version-shadow: 0 0 40px rgba(0, 0, 0, 0.1), 0 0 3px rgba(0, 0, 0, 0.2), 0 15px 20px rgba(0, 0, 0, 0.1);
}

/* line 316, app/assets/stylesheets/versions.scss */
.lightMode .version-picker .versions-dropdown .version .version-body-preview {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1), 0 0 3px rgba(0, 0, 0, 0.2), 0 15px 20px rgba(0, 0, 0, 0.1);
}

/* line 326, app/assets/stylesheets/versions.scss */
.darkMode .version-picker .current-version {
  color: #aaaaaa;
}

/* line 330, app/assets/stylesheets/versions.scss */
.darkMode .version-picker .versions-dropdown {
  --version-bg: #1a1a1a;
  --version-bg-hover: #222222;
  --version-border: 1px solid #333333;
  --version-color: #bbbbbb;
  --version-shadow: 0 0 40px rgba(0, 0, 0, 0.8), 0 0 3px rgba(0, 0, 0, 0.8), 0 15px 20px rgba(0, 0, 0, 0.8);
}

/* line 338, app/assets/stylesheets/versions.scss */
.darkMode .version-picker .versions-dropdown .version .version-body-preview {
  border: var(--version-border);
}

/* line 1, app/assets/stylesheets/placeholder.scss */
.placeholder-content {
  position: absolute;
  width: auto;
  font-size: 17px;
  left: 0;
  right: 0;
  cursor: text;
}

/* line 10, app/assets/stylesheets/placeholder.scss */
.placeholder-content > p:first-child {
  margin-top: 0;
}

/* line 15, app/assets/stylesheets/placeholder.scss */
.placeholder-content .placeholder-ai-options {
  display: flex;
  flex-direction: row;
  justify-content: left;
}

@media (max-width: 750px) {
  /* line 15, app/assets/stylesheets/placeholder.scss */
  .placeholder-content .placeholder-ai-options {
    font-size: 13px;
  }
}

/* line 24, app/assets/stylesheets/placeholder.scss */
.placeholder-content .placeholder-ai-options a {
  padding: 5px 14px 12px 14px;
  margin-right: 20px;
  text-decoration: none;
  border-radius: 5px;
}

@media (max-width: 750px) {
  /* line 24, app/assets/stylesheets/placeholder.scss */
  .placeholder-content .placeholder-ai-options a {
    margin-right: 8px;
    margin-bottom: 14px;
    padding: 5px 8px 8px 8px;
  }
}

/* line 36, app/assets/stylesheets/placeholder.scss */
.placeholder-content .placeholder-ai-options a .material-symbols-outlined {
  font-size: 20px;
  margin-right: 10px;
  position: relative;
  top: 4px;
}

@media (max-width: 750px) {
  /* line 36, app/assets/stylesheets/placeholder.scss */
  .placeholder-content .placeholder-ai-options a .material-symbols-outlined {
    font-size: 15px;
    margin-right: 5px;
    top: 3px;
  }
}

/* line 49, app/assets/stylesheets/placeholder.scss */
.placeholder-content .placeholder-ai-options a:hover {
  cursor: pointer;
}

/* line 56, app/assets/stylesheets/placeholder.scss */
.placeholder-content {
  color: #aaaaaa;
}

/* line 59, app/assets/stylesheets/placeholder.scss */
.darkMode .placeholder-content {
  color: #666666;
}

/* line 65, app/assets/stylesheets/placeholder.scss */
.placeholder-content .placeholder-ai-options a {
  border: 1px solid rgba(170, 170, 170, 0.3);
  color: inherit;
}

/* line 69, app/assets/stylesheets/placeholder.scss */
.darkMode .placeholder-content .placeholder-ai-options a {
  border-color: rgba(102, 102, 102, 0.3);
}

/* line 73, app/assets/stylesheets/placeholder.scss */
.placeholder-content .placeholder-ai-options a:hover {
  background-color: rgba(170, 170, 170, 0.07);
}

/* line 76, app/assets/stylesheets/placeholder.scss */
.darkMode .placeholder-content .placeholder-ai-options a:hover {
  background-color: rgba(102, 102, 102, 0.07);
}

/* line 1, app/assets/stylesheets/toast.scss */
:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-font-family: $font;
  --toastify-z-index: 9999999999999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: #1c72e8;
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
}

/* line 45, app/assets/stylesheets/toast.scss */
.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  transform: translate3d(0, 0, var(--toastify-z-index));
  position: fixed;
  padding: 4px;
  width: var(--toastify-toast-width);
  box-sizing: border-box;
  color: #fff;
}

/* Position the toast at the bottom for mobile devices */
/* line 56, app/assets/stylesheets/toast.scss */
.Toastify__toast-container {
  top: unset !important;
  bottom: 1rem !important;
}

/* Position the toast at the top for larger screens (desktop) */
@media (min-width: 750px) {
  /* line 63, app/assets/stylesheets/toast.scss */
  .Toastify__toast-container {
    top: 1rem !important;
    right: 1rem;
    bottom: unset !important;
  }
}

@media only screen and (max-width: 480px) {
  /* line 98, app/assets/stylesheets/toast.scss */
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }
  /* line 105, app/assets/stylesheets/toast.scss */
  .Toastify__toast-container--top-left,
.Toastify__toast-container--top-center,
.Toastify__toast-container--top-right {
    top: 0;
    transform: translateX(0);
  }
  /* line 112, app/assets/stylesheets/toast.scss */
  .Toastify__toast-container--bottom-left,
.Toastify__toast-container--bottom-center,
.Toastify__toast-container--bottom-right {
    bottom: 0;
    transform: translateX(0);
  }
  /* line 119, app/assets/stylesheets/toast.scss */
  .Toastify__toast-container--rtl {
    right: 0;
    left: initial;
  }
}

/* line 125, app/assets/stylesheets/toast.scss */
.Toastify__toast {
  position: relative;
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 4px;
  display: flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-height: var(--toastify-toast-max-height);
  overflow: hidden;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  cursor: default;
  direction: ltr;
  /* webkit only issue #791 */
  z-index: 0;
}

/* line 146, app/assets/stylesheets/toast.scss */
.Toastify__toast--rtl {
  direction: rtl;
}

/* line 150, app/assets/stylesheets/toast.scss */
.Toastify__toast--close-on-click {
  cursor: pointer;
}

/* line 154, app/assets/stylesheets/toast.scss */
.Toastify__toast-body {
  margin: auto 0;
  flex: 1 1 auto;
  padding: 6px;
  display: flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

/* line 164, app/assets/stylesheets/toast.scss */
.Toastify__toast-body > div:last-child {
  word-break: break-word;
  flex: 1;
}

/* line 169, app/assets/stylesheets/toast.scss */
.Toastify__toast-icon {
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
  width: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: flexbox;
  display: flex;
}

/* line 179, app/assets/stylesheets/toast.scss */
.Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.7s;
}

/* line 184, app/assets/stylesheets/toast.scss */
.Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}

@media only screen and (max-width: 480px) {
  /* line 190, app/assets/stylesheets/toast.scss */
  .Toastify__toast {
    margin-bottom: 0;
    border-radius: 0;
  }
}

/* line 196, app/assets/stylesheets/toast.scss */
.Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}

/* line 201, app/assets/stylesheets/toast.scss */
.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}

/* line 206, app/assets/stylesheets/toast.scss */
.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}

/* line 211, app/assets/stylesheets/toast.scss */
.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}

/* line 216, app/assets/stylesheets/toast.scss */
.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error);
}

/* line 222, app/assets/stylesheets/toast.scss */
.lightMode .Toastify__progress-bar-theme--light {
  background: #dedede;
}

/* line 229, app/assets/stylesheets/toast.scss */
.darkMode .Toastify__progress-bar-theme--light {
  background: #444444;
}

/* line 234, app/assets/stylesheets/toast.scss */
.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}

/* line 238, app/assets/stylesheets/toast.scss */
.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}

/* line 242, app/assets/stylesheets/toast.scss */
.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}

/* line 246, app/assets/stylesheets/toast.scss */
.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}

/* line 250, app/assets/stylesheets/toast.scss */
.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}

/* line 254, app/assets/stylesheets/toast.scss */
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}

/* line 261, app/assets/stylesheets/toast.scss */
.Toastify__close-button button {
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

/* line 274, app/assets/stylesheets/toast.scss */
button.Toastify__close-button--light {
  background: transparent;
  opacity: 0.3;
}

/* line 280, app/assets/stylesheets/toast.scss */
.Toastify__close-button > svg {
  height: 16px;
  width: 14px;
}

/* line 286, app/assets/stylesheets/toast.scss */
.Toastify__close-button:hover,
.Toastify__close-button:focus {
  opacity: 1;
}

/* line 291, app/assets/stylesheets/toast.scss */
.lightMode .Toastify__toast {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1), 0 0 3px rgba(0, 0, 0, 0.2), 0 15px 20px rgba(0, 0, 0, 0.1);
  background: #fefefe;
  color: #000000;
  border: 1px solid #fefefe;
}

/* line 297, app/assets/stylesheets/toast.scss */
.lightMode .Toastify__toast button.Toastify__close-button {
  color: #000000;
}

/* line 300, app/assets/stylesheets/toast.scss */
.lightMode .Toastify__toast button.Toastify__close-button svg {
  fill: #000000;
}

/* line 306, app/assets/stylesheets/toast.scss */
.darkMode .Toastify__toast {
  background: #1a1a1a;
  border: 1px solid #333333;
  color: #bbbbbb;
}

/* line 311, app/assets/stylesheets/toast.scss */
.darkMode .Toastify__toast button.Toastify__close-button {
  color: #bbbbbb;
}

/* line 314, app/assets/stylesheets/toast.scss */
.darkMode .Toastify__toast button.Toastify__close-button svg {
  fill: #bbbbbb;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}

/* line 339, app/assets/stylesheets/toast.scss */
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: var(--toastify-z-index);
  opacity: 0.7;
  transform-origin: left;
}

/* line 350, app/assets/stylesheets/toast.scss */
.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}

/* line 354, app/assets/stylesheets/toast.scss */
.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}

/* line 358, app/assets/stylesheets/toast.scss */
.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right;
}

/* line 364, app/assets/stylesheets/toast.scss */
.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  animation: Toastify__spin 0.65s linear infinite;
}

@keyframes Toastify__bounceInRight {
  0%,
60%,
75%,
90%,
100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    transform: none;
  }
}

@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes Toastify__bounceInLeft {
  0%,
60%,
75%,
90%,
100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  100% {
    transform: none;
  }
}

@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes Toastify__bounceInUp {
  0%,
60%,
75%,
90%,
100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%,
45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes Toastify__bounceInDown {
  0%,
60%,
75%,
90%,
100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  100% {
    transform: none;
  }
}

@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%,
45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

/* line 561, app/assets/stylesheets/toast.scss */
.Toastify__bounce-enter--top-left,
.Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}

/* line 566, app/assets/stylesheets/toast.scss */
.Toastify__bounce-enter--top-right,
.Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}

/* line 571, app/assets/stylesheets/toast.scss */
.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}

/* line 575, app/assets/stylesheets/toast.scss */
.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

/* line 579, app/assets/stylesheets/toast.scss */
.Toastify__bounce-exit--top-left,
.Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}

/* line 584, app/assets/stylesheets/toast.scss */
.Toastify__bounce-exit--top-right,
.Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}

/* line 589, app/assets/stylesheets/toast.scss */
.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}

/* line 593, app/assets/stylesheets/toast.scss */
.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes Toastify__zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

/* line 623, app/assets/stylesheets/toast.scss */
.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

/* line 627, app/assets/stylesheets/toast.scss */
.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}

@keyframes Toastify__flipOut {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

/* line 673, app/assets/stylesheets/toast.scss */
.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

/* line 677, app/assets/stylesheets/toast.scss */
.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}

@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}

@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}

@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}

/* line 769, app/assets/stylesheets/toast.scss */
.Toastify__slide-enter--top-left,
.Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}

/* line 774, app/assets/stylesheets/toast.scss */
.Toastify__slide-enter--top-right,
.Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}

/* line 779, app/assets/stylesheets/toast.scss */
.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}

/* line 783, app/assets/stylesheets/toast.scss */
.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

/* line 787, app/assets/stylesheets/toast.scss */
.Toastify__slide-exit--top-left,
.Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
}

/* line 792, app/assets/stylesheets/toast.scss */
.Toastify__slide-exit--top-right,
.Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
}

/* line 797, app/assets/stylesheets/toast.scss */
.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
}

/* line 801, app/assets/stylesheets/toast.scss */
.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* line 1, app/assets/stylesheets/right-panel.scss */
.right-panel {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  z-index: 99999999;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  transition: right 0.2s ease;
}

/* line 13, app/assets/stylesheets/right-panel.scss */
.right-panel .rp-resizer {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 4px;
  transform: translateX(-2px);
}

/* line 20, app/assets/stylesheets/right-panel.scss */
.right-panel .rp-resizer:hover {
  cursor: ew-resize;
}

@media (max-width: 750px) {
  /* line 1, app/assets/stylesheets/right-panel.scss */
  .right-panel {
    width: 100%;
  }
  /* line 28, app/assets/stylesheets/right-panel.scss */
  .right-panel.rp-open-true {
    right: 0;
  }
  /* line 31, app/assets/stylesheets/right-panel.scss */
  .right-panel.rp-open-true .rp-header {
    right: 0;
  }
  /* line 36, app/assets/stylesheets/right-panel.scss */
  .right-panel.rp-open-false {
    right: -100vw;
  }
  /* line 39, app/assets/stylesheets/right-panel.scss */
  .right-panel.rp-open-false .rp-header {
    right: -100vw;
  }
}

/* line 45, app/assets/stylesheets/right-panel.scss */
.right-panel .rp-header {
  transition: right 0.1s ease-out;
  box-sizing: border-box;
  z-index: 9999999999;
  display: flex;
  flex-direction: row;
}

@media (max-width: 750px) {
  /* line 45, app/assets/stylesheets/right-panel.scss */
  .right-panel .rp-header {
    width: 100%;
  }
}

/* line 56, app/assets/stylesheets/right-panel.scss */
.right-panel .rp-header .rp-header-top {
  margin: 0;
  padding: 0;
  font-size: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

/* line 65, app/assets/stylesheets/right-panel.scss */
.right-panel .rp-header .rp-header-top .rp-header-top-left .rp-header-icon {
  padding: 12.25px;
}

/* line 68, app/assets/stylesheets/right-panel.scss */
.right-panel .rp-header .rp-header-top .rp-header-top-left .rp-header-icon.new-chat-icon {
  padding-left: 0;
}

/* line 74, app/assets/stylesheets/right-panel.scss */
.right-panel .rp-header .rp-header-top .rp-header-top-center {
  flex-grow: 1;
  text-align: center;
}

/* line 78, app/assets/stylesheets/right-panel.scss */
.right-panel .rp-header .rp-header-top .rp-header-top-center h2 {
  margin: 0;
  padding: 0 10px;
  font-size: 20px;
}

/* line 85, app/assets/stylesheets/right-panel.scss */
.right-panel .rp-header .rp-header-top .rp-header-icon {
  padding: 12.25px;
  user-select: none;
}

/* line 89, app/assets/stylesheets/right-panel.scss */
.right-panel .rp-header .rp-header-top .rp-header-icon:hover {
  cursor: pointer;
}

/* line 95, app/assets/stylesheets/right-panel.scss */
.right-panel .rp-header .rp-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px;
  font-size: 24px;
}

/* line 102, app/assets/stylesheets/right-panel.scss */
.right-panel .rp-header .rp-close:hover {
  cursor: pointer;
}

/* line 108, app/assets/stylesheets/right-panel.scss */
.right-panel .rp-content {
  padding: 10px 10px 20px 10px;
}

@media (max-width: 750px) {
  /* line 108, app/assets/stylesheets/right-panel.scss */
  .right-panel .rp-content {
    padding-bottom: 200px;
  }
}

/* line 118, app/assets/stylesheets/right-panel.scss */
.ask-lex-resizing-true .right-panel {
  pointer-events: none;
  transition: none;
}

/* line 122, app/assets/stylesheets/right-panel.scss */
.ask-lex-resizing-true .right-panel .rp-header {
  pointer-events: none;
  transition: none;
}

/* line 129, app/assets/stylesheets/right-panel.scss */
.lightMode .right-panel {
  background: #fefefe;
}

/* line 132, app/assets/stylesheets/right-panel.scss */
.lightMode .right-panel.rp-open-true {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1), 0 0 3px rgba(0, 0, 0, 0.2), 0 15px 20px rgba(0, 0, 0, 0.1);
}

/* line 136, app/assets/stylesheets/right-panel.scss */
.lightMode .right-panel .rp-header {
  border-bottom: 1px solid #dedede;
  background: #fefefe;
}

/* line 140, app/assets/stylesheets/right-panel.scss */
.lightMode .right-panel .rp-header .rp-header-icon.active-true {
  background: #f1f1f1;
}

/* line 146, app/assets/stylesheets/right-panel.scss */
.darkMode .right-panel {
  background: #111111;
  border-left: 1px solid #333333;
}

/* line 150, app/assets/stylesheets/right-panel.scss */
.darkMode .right-panel .rp-header {
  border-bottom: 1px solid #333333;
  background: #1a1a1a;
}

/* line 154, app/assets/stylesheets/right-panel.scss */
.darkMode .right-panel .rp-header .rp-header-icon.active-true {
  background: #222222;
}

/* line 1, app/assets/stylesheets/mentions.scss */
.mention {
  border-radius: 0.5rem;
  padding: 0 5px 2px 3px;
  margin-right: -2px;
}

/* line 7, app/assets/stylesheets/mentions.scss */
.mention-items {
  border-radius: 0.5rem;
  font-size: 0.9rem;
  overflow: hidden;
  padding: 0.2rem;
  position: relative;
}

/* line 14, app/assets/stylesheets/mentions.scss */
.mention-items .mention-item {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.4rem;
  display: block;
  margin: 0;
  padding: 0.2rem 0.4rem;
  text-align: left;
  width: 100%;
  font-weight: normal;
  opacity: 0.5;
}

/* line 27, app/assets/stylesheets/mentions.scss */
.mention-items button.mention-item {
  opacity: 1;
}

/* line 33, app/assets/stylesheets/mentions.scss */
.lightMode .mention {
  background: rgba(0, 147, 255, 0.15);
}

/* line 37, app/assets/stylesheets/mentions.scss */
.lightMode .mention-items {
  background: #fefefe;
  color: #000000;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1), 0 0 3px rgba(0, 0, 0, 0.2), 0 15px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid #fefefe;
}

/* line 43, app/assets/stylesheets/mentions.scss */
.lightMode .mention-items .mention-item {
  color: #000000;
}

/* line 46, app/assets/stylesheets/mentions.scss */
.lightMode .mention-items .mention-item.is-selected {
  background-color: #f1f1f1;
}

/* line 54, app/assets/stylesheets/mentions.scss */
.darkMode .mention {
  background: #152847;
}

/* line 58, app/assets/stylesheets/mentions.scss */
.darkMode .mention-items {
  background: #1a1a1a;
  color: #bbbbbb;
  border: 1px solid #333333;
}

/* line 63, app/assets/stylesheets/mentions.scss */
.darkMode .mention-items .mention-item {
  color: #bbbbbb;
}

/* line 66, app/assets/stylesheets/mentions.scss */
.darkMode .mention-items .mention-item.is-selected {
  background: #222222;
}

/* line 2, app/assets/stylesheets/onboarding.scss */
.users-onboarding .onboarding-container {
  padding: 20px;
}

@media (max-width: 850px) {
  /* line 2, app/assets/stylesheets/onboarding.scss */
  .users-onboarding .onboarding-container {
    padding: 20px 10px;
  }
}

/* line 9, app/assets/stylesheets/onboarding.scss */
.users-onboarding .onboarding-container .progress-bar {
  padding-top: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 10px;
  box-sizing: border-box;
}

/* line 18, app/assets/stylesheets/onboarding.scss */
.users-onboarding .onboarding-container .progress-bar .progress-bar-step {
  padding: 5px;
  border-radius: 100%;
}

/* line 24, app/assets/stylesheets/onboarding.scss */
.users-onboarding .onboarding-container .onboarding-step {
  max-width: 400px;
  margin: 100px auto 50px auto;
  font-size: 18px;
}

@media (max-width: 750px) {
  /* line 24, app/assets/stylesheets/onboarding.scss */
  .users-onboarding .onboarding-container .onboarding-step {
    margin: 50px auto 50px auto;
  }
}

/* line 34, app/assets/stylesheets/onboarding.scss */
.users-onboarding .onboarding-container .onboarding-step h1 {
  margin-bottom: 0;
}

@media (max-width: 850px) {
  /* line 34, app/assets/stylesheets/onboarding.scss */
  .users-onboarding .onboarding-container .onboarding-step h1 {
    font-size: 26px;
  }
}

/* line 42, app/assets/stylesheets/onboarding.scss */
.users-onboarding .onboarding-container .onboarding-step mark {
  background-color: transparent;
}

/* line 48, app/assets/stylesheets/onboarding.scss */
.users-onboarding .onboarding-container .user-context-step .user-context-options {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}

/* line 55, app/assets/stylesheets/onboarding.scss */
.users-onboarding .onboarding-container .user-context-step label {
  font-size: 15px;
  padding: 8px 15px 12px 10px;
  display: inline-block;
  border-radius: 7px;
  transition: all 0.2s;
  user-select: none;
}

/* line 63, app/assets/stylesheets/onboarding.scss */
.users-onboarding .onboarding-container .user-context-step label input[type="checkbox"] {
  margin-right: 10px;
  position: relative;
  top: 1px;
}

/* line 69, app/assets/stylesheets/onboarding.scss */
.users-onboarding .onboarding-container .user-context-step label:hover {
  cursor: pointer;
}

/* line 75, app/assets/stylesheets/onboarding.scss */
.users-onboarding .onboarding-container .writing-types-step {
  max-width: 1000px;
  text-align: center;
  margin-top: 40px;
  padding: 0 100px;
}

@media (max-width: 850px) {
  /* line 75, app/assets/stylesheets/onboarding.scss */
  .users-onboarding .onboarding-container .writing-types-step {
    padding: 0;
  }
}

/* line 85, app/assets/stylesheets/onboarding.scss */
.users-onboarding .onboarding-container .writing-types-step .writing-types {
  column-count: 5;
  column-gap: 10px;
  margin-top: 40px;
}

@media (max-width: 1163px) {
  /* line 92, app/assets/stylesheets/onboarding.scss */
  .users-onboarding .onboarding-container .writing-types-step .writing-types {
    column-count: 4;
  }
}

@media (max-width: 868px) {
  /* line 98, app/assets/stylesheets/onboarding.scss */
  .users-onboarding .onboarding-container .writing-types-step .writing-types {
    column-count: 3;
  }
}

@media (max-width: 568px) {
  /* line 104, app/assets/stylesheets/onboarding.scss */
  .users-onboarding .onboarding-container .writing-types-step .writing-types {
    column-count: 2;
  }
}

@media (max-width: 300px) {
  /* line 110, app/assets/stylesheets/onboarding.scss */
  .users-onboarding .onboarding-container .writing-types-step .writing-types {
    column-count: 1;
  }
}

/* line 115, app/assets/stylesheets/onboarding.scss */
.users-onboarding .onboarding-container .writing-types-step .writing-types > * {
  break-inside: avoid;
  /* This prevents items from breaking across columns */
}

/* line 121, app/assets/stylesheets/onboarding.scss */
.users-onboarding .onboarding-container .writing-types-step .writing-category {
  padding: 10px;
  border-radius: 7px;
  text-align: left;
  margin-bottom: 10px;
}

/* line 127, app/assets/stylesheets/onboarding.scss */
.users-onboarding .onboarding-container .writing-types-step .writing-category h3 {
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 19px;
}

@media (max-width: 850px) {
  /* line 127, app/assets/stylesheets/onboarding.scss */
  .users-onboarding .onboarding-container .writing-types-step .writing-category h3 {
    font-size: 17px;
  }
}

/* line 137, app/assets/stylesheets/onboarding.scss */
.users-onboarding .onboarding-container .writing-types-step .writing-category .writing-type {
  margin-bottom: 6px;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

/* line 144, app/assets/stylesheets/onboarding.scss */
.users-onboarding .onboarding-container .writing-types-step .writing-category .writing-type label {
  padding: 1px 0 0 2px;
}

/* line 151, app/assets/stylesheets/onboarding.scss */
.users-onboarding .onboarding-container .ai-greeting-container {
  min-height: 100px;
}

/* line 155, app/assets/stylesheets/onboarding.scss */
.users-onboarding .onboarding-container .how-frequent-step {
  max-width: 450px;
  text-align: center;
}

/* line 159, app/assets/stylesheets/onboarding.scss */
.users-onboarding .onboarding-container .how-frequent-step input[type="range"] {
  width: 75%;
}

/* line 164, app/assets/stylesheets/onboarding.scss */
.users-onboarding .onboarding-container .how-lex-helps-step {
  max-width: 1000px;
  text-align: center;
}

/* line 168, app/assets/stylesheets/onboarding.scss */
.users-onboarding .onboarding-container .how-lex-helps-step .how-lex-helps-container {
  display: flex;
  flex-direction: row;
  gap: 40px;
  text-align: left;
  margin-top: 60px;
}

@media (max-width: 900px) {
  /* line 168, app/assets/stylesheets/onboarding.scss */
  .users-onboarding .onboarding-container .how-lex-helps-step .how-lex-helps-container {
    gap: 20px;
    padding: 0 30px;
  }
}

@media (max-width: 750px) {
  /* line 168, app/assets/stylesheets/onboarding.scss */
  .users-onboarding .onboarding-container .how-lex-helps-step .how-lex-helps-container {
    flex-direction: column;
    align-items: center;
  }
}

/* line 186, app/assets/stylesheets/onboarding.scss */
.users-onboarding .onboarding-container .how-lex-helps-step .how-lex-helps-item {
  min-width: 220px;
  flex: 1;
}

@media (max-width: 750px) {
  /* line 186, app/assets/stylesheets/onboarding.scss */
  .users-onboarding .onboarding-container .how-lex-helps-step .how-lex-helps-item {
    display: flex;
    flex-direction: row;
    padding: 0 10px;
  }
}

@media (max-width: 650px) {
  /* line 186, app/assets/stylesheets/onboarding.scss */
  .users-onboarding .onboarding-container .how-lex-helps-step .how-lex-helps-item {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }
}

@media (max-width: 750px) {
  /* line 202, app/assets/stylesheets/onboarding.scss */
  .users-onboarding .onboarding-container .how-lex-helps-step .how-lex-helps-item > div {
    min-width: 200px;
  }
}

@media (max-width: 650px) {
  /* line 202, app/assets/stylesheets/onboarding.scss */
  .users-onboarding .onboarding-container .how-lex-helps-step .how-lex-helps-item > div {
    max-width: 350px;
  }
}

/* line 212, app/assets/stylesheets/onboarding.scss */
.users-onboarding .onboarding-container .how-lex-helps-step .how-lex-helps-item h3 {
  margin-bottom: 0;
}

/* line 216, app/assets/stylesheets/onboarding.scss */
.users-onboarding .onboarding-container .how-lex-helps-step .how-lex-helps-item p {
  margin-top: 10px;
  font-size: 16px;
}

/* line 222, app/assets/stylesheets/onboarding.scss */
.users-onboarding .onboarding-container .how-lex-helps-step .how-lex-helps-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
}

@media (max-width: 750px) {
  /* line 222, app/assets/stylesheets/onboarding.scss */
  .users-onboarding .onboarding-container .how-lex-helps-step .how-lex-helps-image {
    flex: 1;
    max-width: 300px;
    margin-right: 40px;
  }
}

@media (max-width: 650px) {
  /* line 222, app/assets/stylesheets/onboarding.scss */
  .users-onboarding .onboarding-container .how-lex-helps-step .how-lex-helps-image {
    margin-right: 0;
  }
}

/* line 240, app/assets/stylesheets/onboarding.scss */
.users-onboarding .onboarding-container .next-step-box {
  margin-top: 30px;
  user-select: none;
}

/* line 244, app/assets/stylesheets/onboarding.scss */
.users-onboarding .onboarding-container .next-step-box button {
  font-size: 17px;
  padding: 9px 18px;
}

/* line 249, app/assets/stylesheets/onboarding.scss */
.users-onboarding .onboarding-container .next-step-box .back-button {
  background-color: transparent;
  color: #aaaaaa;
  margin-right: 10px;
  padding-left: 0;
}

/* line 260, app/assets/stylesheets/onboarding.scss */
.lightMode.users-onboarding body {
  background: #ffffff;
}

/* line 264, app/assets/stylesheets/onboarding.scss */
.lightMode.users-onboarding mark {
  color: #000000;
  box-shadow: inset 0 -3px 0 rgba(240, 183, 0, 0.4);
}

/* line 269, app/assets/stylesheets/onboarding.scss */
.lightMode.users-onboarding .progress-bar-step {
  border: 1px solid #000;
}

/* line 272, app/assets/stylesheets/onboarding.scss */
.lightMode.users-onboarding .progress-bar-step.active {
  background-color: #000;
  color: #fff;
}

/* line 277, app/assets/stylesheets/onboarding.scss */
.lightMode.users-onboarding .progress-bar-step.complete {
  background-color: #000;
  color: #fff;
}

/* line 286, app/assets/stylesheets/onboarding.scss */
.lightMode.users-onboarding .writing-types-step .writing-category.category-business {
  background-color: #cdeaff;
}

/* line 289, app/assets/stylesheets/onboarding.scss */
.lightMode.users-onboarding .writing-types-step .writing-category.category-business h3 {
  color: #0068c3;
}

/* line 294, app/assets/stylesheets/onboarding.scss */
.lightMode.users-onboarding .writing-types-step .writing-category.category-personal {
  background-color: #ffd7d2;
}

/* line 297, app/assets/stylesheets/onboarding.scss */
.lightMode.users-onboarding .writing-types-step .writing-category.category-personal h3 {
  color: #b31908;
}

/* line 302, app/assets/stylesheets/onboarding.scss */
.lightMode.users-onboarding .writing-types-step .writing-category.category-creative {
  background-color: #f7e6b4;
}

/* line 305, app/assets/stylesheets/onboarding.scss */
.lightMode.users-onboarding .writing-types-step .writing-category.category-creative h3 {
  color: #b38c00;
}

/* line 310, app/assets/stylesheets/onboarding.scss */
.lightMode.users-onboarding .writing-types-step .writing-category.category-academic {
  background-color: #d0ffde;
}

/* line 313, app/assets/stylesheets/onboarding.scss */
.lightMode.users-onboarding .writing-types-step .writing-category.category-academic h3 {
  color: #00852c;
}

/* line 318, app/assets/stylesheets/onboarding.scss */
.lightMode.users-onboarding .writing-types-step .writing-category.category-nonprofit {
  background-color: #eddeff;
}

/* line 321, app/assets/stylesheets/onboarding.scss */
.lightMode.users-onboarding .writing-types-step .writing-category.category-nonprofit h3 {
  color: #6e0fdb;
}

/* line 329, app/assets/stylesheets/onboarding.scss */
.lightMode.users-onboarding .how-lex-helps-step .aspect-ratio-box {
  background-color: #f1f1f1;
  border-radius: 7px;
}

/* line 334, app/assets/stylesheets/onboarding.scss */
.lightMode.users-onboarding .how-lex-helps-step .how-lex-helps-image {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1), 0 0 3px rgba(0, 0, 0, 0.2), 0 15px 20px rgba(0, 0, 0, 0.1);
}

/* line 340, app/assets/stylesheets/onboarding.scss */
.lightMode.users-onboarding .next-step-box button {
  background-color: #0093ff;
}

/* line 344, app/assets/stylesheets/onboarding.scss */
.lightMode.users-onboarding .next-step-box .back-button {
  background-color: transparent;
  color: #aaaaaa;
}

/* line 352, app/assets/stylesheets/onboarding.scss */
.darkMode.users-onboarding mark {
  color: #bbbbbb;
  box-shadow: inset 0 -2px 0 rgba(240, 183, 0, 0.5);
}

/* line 357, app/assets/stylesheets/onboarding.scss */
.darkMode.users-onboarding .progress-bar-step {
  border: 1px solid #bbbbbb;
}

/* line 360, app/assets/stylesheets/onboarding.scss */
.darkMode.users-onboarding .progress-bar-step.active {
  background-color: #bbbbbb;
}

/* line 364, app/assets/stylesheets/onboarding.scss */
.darkMode.users-onboarding .progress-bar-step.complete {
  background-color: #bbbbbb;
}

/* line 370, app/assets/stylesheets/onboarding.scss */
.darkMode.users-onboarding .user-context-step label {
  background-color: #222222;
  border: 1px solid #222222;
}

/* line 377, app/assets/stylesheets/onboarding.scss */
.darkMode.users-onboarding .writing-types-step .writing-category {
  color: rgba(255, 255, 255, 0.6);
  border: none !important;
}

/* line 381, app/assets/stylesheets/onboarding.scss */
.darkMode.users-onboarding .writing-types-step .writing-category.category-business {
  background-color: #011f39;
  border: 1px solid #003d69;
}

/* line 385, app/assets/stylesheets/onboarding.scss */
.darkMode.users-onboarding .writing-types-step .writing-category.category-business h3 {
  color: #0079d0;
}

/* line 390, app/assets/stylesheets/onboarding.scss */
.darkMode.users-onboarding .writing-types-step .writing-category.category-personal {
  background-color: #3e0e08;
  border: 1px solid #640a00;
}

/* line 394, app/assets/stylesheets/onboarding.scss */
.darkMode.users-onboarding .writing-types-step .writing-category.category-personal h3 {
  color: #ce4233;
}

/* line 399, app/assets/stylesheets/onboarding.scss */
.darkMode.users-onboarding .writing-types-step .writing-category.category-creative {
  background-color: #3b2e02;
  border: 1px solid #765c00;
}

/* line 403, app/assets/stylesheets/onboarding.scss */
.darkMode.users-onboarding .writing-types-step .writing-category.category-creative h3 {
  color: #dfb72a;
}

/* line 408, app/assets/stylesheets/onboarding.scss */
.darkMode.users-onboarding .writing-types-step .writing-category.category-academic {
  background-color: #03280f;
  border: 1px solid #003c14;
}

/* line 412, app/assets/stylesheets/onboarding.scss */
.darkMode.users-onboarding .writing-types-step .writing-category.category-academic h3 {
  color: #009431;
}

/* line 417, app/assets/stylesheets/onboarding.scss */
.darkMode.users-onboarding .writing-types-step .writing-category.category-nonprofit {
  background-color: #2d144a;
  border: 1px solid #46098b;
}

/* line 421, app/assets/stylesheets/onboarding.scss */
.darkMode.users-onboarding .writing-types-step .writing-category.category-nonprofit h3 {
  color: #a75aff;
}

/* line 429, app/assets/stylesheets/onboarding.scss */
.darkMode.users-onboarding .next-step-box button {
  background-color: #0093ff;
  color: #ffffff;
}

/* line 434, app/assets/stylesheets/onboarding.scss */
.darkMode.users-onboarding .next-step-box .back-button {
  background-color: transparent;
  color: #888888;
}

/* line 441, app/assets/stylesheets/onboarding.scss */
.animated-text {
  display: inline-block;
}

/* line 445, app/assets/stylesheets/onboarding.scss */
.animated-text__char {
  opacity: 0;
  animation: fade-in ease-in-out forwards;
  animation-duration: 0ms;
}

/* line 1, app/assets/stylesheets/onboarding-popover.scss */
.onboarding-popover {
  padding: 16px 20px 20px 20px;
  border-radius: 7px;
  width: 230px;
  margin-left: -2px;
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
}

/* line 9, app/assets/stylesheets/onboarding-popover.scss */
.onboarding-popover:active, .onboarding-popover:focus {
  outline: none;
}

/* line 15, app/assets/stylesheets/onboarding-popover.scss */
.onboarding-popover h3 {
  margin: 0 0 5px 0;
  font-size: 20px;
}

/* line 20, app/assets/stylesheets/onboarding-popover.scss */
.onboarding-popover p {
  margin: 0;
}

/* line 23, app/assets/stylesheets/onboarding-popover.scss */
.onboarding-popover p .material-symbols-outlined {
  font-size: 17px;
}

/* line 30, app/assets/stylesheets/onboarding-popover.scss */
.onboarding-popover-container.is-showing-true button.ask-ai-btn {
  animation: pulse 1.3s infinite;
}

/* line 35, app/assets/stylesheets/onboarding-popover.scss */
.lightMode .onboarding-popover {
  background: #e7f0fe;
  border: 1px solid #619aea;
  color: #0093ff;
  box-shadow: 0 0 40px rgba(0, 147, 255, 0.1), 0 0 3px rgba(0, 147, 255, 0.2), 0 15px 20px rgba(0, 147, 255, 0.1);
}

/* line 43, app/assets/stylesheets/onboarding-popover.scss */
.darkMode .onboarding-popover {
  background: #152847;
  border: 1px solid #0093ff;
  color: #bbbbbb;
  box-shadow: 0 0 40px rgba(17, 17, 17, 0.1), 0 0 3px rgba(17, 17, 17, 0.2), 0 15px 20px rgba(17, 17, 17, 0.1);
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

/* line 1, app/assets/stylesheets/checks.scss */
.checks-inline-highlight {
  cursor: pointer;
  transition: background-color 0.15s ease;
}

/* line 5, app/assets/stylesheets/checks.scss */
.darkMode .checks-inline-highlight {
  background-color: rgba(255, 79, 179, 0.4);
}

/* line 9, app/assets/stylesheets/checks.scss */
.darkMode .checks-inline-highlight.dimmed {
  background-color: rgba(255, 79, 179, 0.3);
}

/* line 13, app/assets/stylesheets/checks.scss */
.darkMode .checks-inline-highlight.active {
  background-color: rgba(255, 79, 179, 0.6);
}

/* line 17, app/assets/stylesheets/checks.scss */
.lightMode .checks-inline-highlight {
  background-color: rgba(255, 160, 214, 0.5);
}

/* line 21, app/assets/stylesheets/checks.scss */
.lightMode .checks-inline-highlight.dimmed {
  background-color: rgba(255, 160, 214, 0.4);
}

/* line 25, app/assets/stylesheets/checks.scss */
.lightMode .checks-inline-highlight.active {
  background-color: rgba(255, 160, 214, 0.9);
}

/* line 30, app/assets/stylesheets/checks.scss */
.checks-suggestion-popup {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: absolute;
  padding: 0.3rem 0.4rem 0.4rem 0.4rem;
  border-radius: 0.5rem;
  z-index: 1000;
  justify-content: center;
  align-items: flex-start;
  max-width: 20rem;
}

/* line 42, app/assets/stylesheets/checks.scss */
.lightMode .checks-suggestion-popup {
  border: 1px solid #dedede;
  box-shadow: 0 3px 0.5rem rgba(0, 0, 0, 0.15);
  background: #fefefe;
}

/* line 48, app/assets/stylesheets/checks.scss */
.darkMode .checks-suggestion-popup {
  border: 1px solid #444444;
  background: #222222;
}

/* line 54, app/assets/stylesheets/checks.scss */
.checks-top {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

/* line 61, app/assets/stylesheets/checks.scss */
.explanation-container {
  font-size: 0.8rem;
  padding: 1rem 0.3rem 0.6rem 0.3rem;
  opacity: 0.8;
}

/* line 66, app/assets/stylesheets/checks.scss */
.lightMode .explanation-container {
  border-top: 1px solid #dedede;
}

/* line 70, app/assets/stylesheets/checks.scss */
.darkMode .explanation-container {
  border-top: 1px solid #333333;
}

/* line 75, app/assets/stylesheets/checks.scss */
.checks-suggestion-actions {
  display: flex;
  flex-direction: row;
}

/* line 80, app/assets/stylesheets/checks.scss */
.checks-suggestion-popup-apply {
  cursor: pointer;
  padding: 0.25rem;
  border-radius: 0.3rem;
  font-size: 0.9rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2rem;
  text-decoration: none;
}

/* line 92, app/assets/stylesheets/checks.scss */
.lightMode .checks-suggestion-popup-apply:hover,
.lightMode .checks-suggestion-action:hover {
  background-color: #eeeeee;
}

/* line 99, app/assets/stylesheets/checks.scss */
.darkMode .checks-suggestion-popup-apply:hover,
.darkMode .checks-suggestion-action:hover {
  background-color: #444444;
}

/* line 105, app/assets/stylesheets/checks.scss */
.checks-suggestion-action {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.15rem;
  cursor: pointer;
  border-radius: 50%;
}

/* line 113, app/assets/stylesheets/checks.scss */
.checks-suggestion-action.revert {
  border-radius: 4px;
}

/* line 116, app/assets/stylesheets/checks.scss */
.checks-suggestion-action.revert .material-symbols-outlined {
  font-size: 1rem;
  padding-right: 0.4rem;
}

/* line 123, app/assets/stylesheets/checks.scss */
.checks-explaination-rating {
  font-size: 1rem;
  opacity: 0.4;
  margin: 0.5rem 0.5rem 0 0;
}

/* line 128, app/assets/stylesheets/checks.scss */
.checks-explaination-rating:hover {
  cursor: pointer;
}

/* line 132, app/assets/stylesheets/checks.scss */
.checks-explaination-rating.rated {
  opacity: 1;
}

/* line 138, app/assets/stylesheets/checks.scss */
.lightMode .checks-suggestion-action {
  color: rgba(0, 0, 0, 0.4);
}

/* line 141, app/assets/stylesheets/checks.scss */
.lightMode .checks-suggestion-action.revert {
  color: rgba(0, 0, 0, 0.6);
}

/* line 145, app/assets/stylesheets/checks.scss */
.lightMode .checks-suggestion-action path {
  fill: rgba(0, 0, 0, 0.4);
}

/* line 150, app/assets/stylesheets/checks.scss */
.lightMode .checks-suggestion-action:hover {
  color: #000000;
}

/* line 153, app/assets/stylesheets/checks.scss */
.lightMode .checks-suggestion-action:hover path {
  fill: #000000;
}

/* line 158, app/assets/stylesheets/checks.scss */
.lightMode .checks-arrow > path:first-child {
  stroke-width: 2px;
  stroke: #dedede;
}

/* line 163, app/assets/stylesheets/checks.scss */
.lightMode .checks-arrow path {
  fill: #fefefe;
}

/* line 169, app/assets/stylesheets/checks.scss */
.darkMode .checks-suggestion-action {
  color: rgba(136, 136, 136, 0.5);
}

/* line 172, app/assets/stylesheets/checks.scss */
.darkMode .checks-suggestion-action.revert {
  color: rgba(136, 136, 136, 0.7);
}

/* line 176, app/assets/stylesheets/checks.scss */
.darkMode .checks-suggestion-action path {
  fill: rgba(136, 136, 136, 0.5);
}

/* line 181, app/assets/stylesheets/checks.scss */
.darkMode .checks-suggestion-action:hover {
  color: #aaaaaa;
}

/* line 184, app/assets/stylesheets/checks.scss */
.darkMode .checks-suggestion-action:hover path {
  fill: #aaaaaa;
}

/* line 189, app/assets/stylesheets/checks.scss */
.darkMode .checks-arrow > path:first-child {
  stroke-width: 2px;
  stroke: #444444;
}

/* line 194, app/assets/stylesheets/checks.scss */
.darkMode .checks-arrow path {
  fill: #222222;
}

@keyframes checks-plugin-spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* line 209, app/assets/stylesheets/checks.scss */
.checks-plugin-icon {
  position: absolute;
  left: -20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.1rem;
}

/* line 217, app/assets/stylesheets/checks.scss */
.checks-plugin-icon.checks-plugin-icon-DONE {
  opacity: 0;
}

/* line 221, app/assets/stylesheets/checks.scss */
.checks-plugin-icon.checks-plugin-icon-DIRTY {
  opacity: 0;
}

/* line 225, app/assets/stylesheets/checks.scss */
.checks-plugin-icon.checks-plugin-icon-PROCESSING, .checks-plugin-icon.checks-plugin-icon-BACKOFF, .checks-plugin-icon.checks-plugin-icon-QUEUED {
  transform: scale(0.7);
}

/* line 233, app/assets/stylesheets/checks.scss */
.sentence-length-inline-highlight {
  background-color: rgba(255, 107, 134, 0.5);
}

/* line 236, app/assets/stylesheets/checks.scss */
.sentence-length-inline-highlight.sentence-length-short {
  background-color: rgba(255, 160, 214, 0.5);
}

/* line 240, app/assets/stylesheets/checks.scss */
.sentence-length-inline-highlight.sentence-length-medium {
  background-color: rgba(97, 154, 234, 0.5);
}

/* line 244, app/assets/stylesheets/checks.scss */
.sentence-length-inline-highlight.sentence-length-long {
  background-color: rgba(230, 255, 236, 0.5);
}

/* line 249, app/assets/stylesheets/checks.scss */
.sentence-length-plugin-icon {
  position: absolute;
  left: -20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.1rem;
}

/* line 257, app/assets/stylesheets/checks.scss */
.sentence-length-plugin-icon.sentence-length-icon-DONE {
  opacity: 0;
}

/* line 261, app/assets/stylesheets/checks.scss */
.sentence-length-plugin-icon.sentence-length-icon-DIRTY {
  opacity: 0;
}

/* line 265, app/assets/stylesheets/checks.scss */
.sentence-length-plugin-icon.sentence-length-icon-PROCESSING, .sentence-length-plugin-icon.sentence-length-icon-BACKOFF, .sentence-length-plugin-icon.sentence-length-icon-QUEUED {
  transform: scale(0.7);
}

/* line 273, app/assets/stylesheets/checks.scss */
.paragraph-complexity-inline-highlight.fifth-grade {
  background-color: #f0f8ff;
}

/* line 277, app/assets/stylesheets/checks.scss */
.paragraph-complexity-inline-highlight.sixth-grade {
  background-color: #faebd7;
}

/* line 281, app/assets/stylesheets/checks.scss */
.paragraph-complexity-inline-highlight.seventh-grade {
  background-color: #7fffd4;
}

/* line 285, app/assets/stylesheets/checks.scss */
.paragraph-complexity-inline-highlight.eighth-to-ninth-grade {
  background-color: #f0ffff;
}

/* line 289, app/assets/stylesheets/checks.scss */
.paragraph-complexity-inline-highlight.tenth-to-twelfth-grade {
  background-color: #f5f5dc;
}

/* line 293, app/assets/stylesheets/checks.scss */
.paragraph-complexity-inline-highlight.college {
  background-color: #ffe4c4;
}

/* line 297, app/assets/stylesheets/checks.scss */
.paragraph-complexity-inline-highlight.college-graduate {
  background-color: #ffebcd;
}

/* line 301, app/assets/stylesheets/checks.scss */
.paragraph-complexity-inline-highlight.professional {
  background-color: #8a2be2;
}

/* line 306, app/assets/stylesheets/checks.scss */
.paragraph-complexity-icon {
  position: absolute;
  left: -20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.1rem;
}

/* line 314, app/assets/stylesheets/checks.scss */
.paragraph-complexity-icon.paragraph-complexity-icon-DONE {
  opacity: 0;
}

/* line 318, app/assets/stylesheets/checks.scss */
.paragraph-complexity-icon.paragraph-complexity-icon-DIRTY {
  opacity: 0;
}

/* line 322, app/assets/stylesheets/checks.scss */
.paragraph-complexity-icon.paragraph-complexity-icon-PROCESSING, .paragraph-complexity-icon.paragraph-complexity-icon-BACKOFF, .paragraph-complexity-icon.paragraph-complexity-icon-QUEUED {
  transform: scale(0.7);
}

/* line 329, app/assets/stylesheets/checks.scss */
.loading-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

/* line 339, app/assets/stylesheets/checks.scss */
.multi-editor-diff-icon {
  position: absolute;
  left: -20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.1rem;
}

/* line 347, app/assets/stylesheets/checks.scss */
.multi-editor-diff-icon.multi-editor-diff-icon-DONE {
  opacity: 0;
}

/* line 351, app/assets/stylesheets/checks.scss */
.multi-editor-diff-icon.multi-editor-diff-icon-DIRTY {
  opacity: 0;
}

/* line 355, app/assets/stylesheets/checks.scss */
.multi-editor-diff-icon.multi-editor-diff-icon-PROCESSING, .multi-editor-diff-icon.multi-editor-diff-icon-BACKOFF, .multi-editor-diff-icon.multi-editor-diff-icon-QUEUED {
  transform: scale(0.7);
}

/* line 363, app/assets/stylesheets/checks.scss */
.multi-editor-diff.empty-rect {
  margin-left: calc(var(--page-padding) * -1);
  margin-right: calc(var(--page-padding) * -1);
  background-color: #f7f7f7;
}

/* line 369, app/assets/stylesheets/checks.scss */
.darkMode .multi-editor-diff.empty-rect {
  background-color: #111111;
}

/* line 1, app/assets/stylesheets/reader-questions.scss */
.reader-questions-container {
  position: fixed;
}

@media (min-width: 1346px) {
  /* line 1, app/assets/stylesheets/reader-questions.scss */
  .reader-questions-container {
    margin-left: -350px;
    width: 200px;
  }
}

@media (max-width: 1346px) and (min-width: 1217px) {
  /* line 1, app/assets/stylesheets/reader-questions.scss */
  .reader-questions-container {
    left: 10px;
    width: 180px;
  }
}

@media (max-width: 1217px) and (min-width: 1174px) {
  /* line 1, app/assets/stylesheets/reader-questions.scss */
  .reader-questions-container {
    left: 8px;
    width: 170px;
  }
}

@media (max-width: 1174px) and (min-width: 1117px) {
  /* line 1, app/assets/stylesheets/reader-questions.scss */
  .reader-questions-container {
    left: 6px;
    width: 160px;
  }
}

@media (max-width: 1117px) {
  /* line 1, app/assets/stylesheets/reader-questions.scss */
  .reader-questions-container {
    display: none;
  }
}

/* line 28, app/assets/stylesheets/reader-questions.scss */
.reader-questions-container p {
  font-size: 13px;
  opacity: 0.4;
  transition: all 0.2s;
  text-align: left;
}

/* line 35, app/assets/stylesheets/reader-questions.scss */
.reader-questions-container .reader-questions-controls {
  opacity: 0;
  user-select: none;
  border-bottom: 1px solid #333333;
  margin-bottom: 0;
  padding-bottom: 12px;
}

/* line 42, app/assets/stylesheets/reader-questions.scss */
.reader-questions-container .reader-questions-controls .material-symbols-outlined {
  font-size: 13px;
}

/* line 45, app/assets/stylesheets/reader-questions.scss */
.reader-questions-container .reader-questions-controls .material-symbols-outlined:hover {
  cursor: pointer;
}

/* line 52, app/assets/stylesheets/reader-questions.scss */
.reader-questions-container:hover p {
  opacity: 0.8;
}

/* line 56, app/assets/stylesheets/reader-questions.scss */
.reader-questions-container:hover .reader-questions-controls {
  opacity: 0.8;
}

/* line 1, app/assets/stylesheets/code-block.scss */
.codeblock-root {
  border-radius: 5px;
  position: relative;
  margin-bottom: var(--editor-node-spacing);
}

/* line 6, app/assets/stylesheets/code-block.scss */
.codeblock-root .cm-editor {
  border-radius: 0 0 5px 5px;
}

/* line 9, app/assets/stylesheets/code-block.scss */
.codeblock-root .cm-editor .cm-scroller {
  font-size: 0.85em;
  font-family: "SF Mono", "Roboto Mono", "Fira Code", "Fira Mono", "Droid Sans Mono", "Source Code Pro", monospace !important;
  border-radius: 5px;
}

/* line 15, app/assets/stylesheets/code-block.scss */
.codeblock-root .cm-editor.cm-focused {
  outline: none;
}

/* line 20, app/assets/stylesheets/code-block.scss */
.codeblock-root select {
  border: none;
  background: transparent;
  padding: 5px 0 5px 5px;
  letter-spacing: 0.2px;
  font-size: 13px;
  appearance: none;
}

/* line 28, app/assets/stylesheets/code-block.scss */
.codeblock-root select:hover {
  cursor: pointer;
}

/* line 32, app/assets/stylesheets/code-block.scss */
.codeblock-root select:focus {
  outline: none;
}

@media (max-width: 800px) {
  /* line 20, app/assets/stylesheets/code-block.scss */
  .codeblock-root select {
    font-size: 13px;
  }
}

/* line 43, app/assets/stylesheets/code-block.scss */
.darkMode .codeblock-root {
  border: 1px solid #333333;
}

/* line 46, app/assets/stylesheets/code-block.scss */
.darkMode .codeblock-root .cm-editor {
  border-top: 1px solid #333333;
}

/* line 50, app/assets/stylesheets/code-block.scss */
.darkMode .codeblock-root .cm-foldGutter {
  border-right: 1px solid #333333;
}

/* line 55, app/assets/stylesheets/code-block.scss */
.darkMode select,
.darkMode .dropdown-icon {
  color: rgba(187, 187, 187, 0.5);
}

/* line 62, app/assets/stylesheets/code-block.scss */
.lightMode .codeblock-root {
  border: 1px solid #dedede;
}

/* line 65, app/assets/stylesheets/code-block.scss */
.lightMode .codeblock-root .cm-editor {
  border-top: 1px solid #dedede;
}

/* line 70, app/assets/stylesheets/code-block.scss */
.lightMode select,
.lightMode .dropdown-icon {
  color: rgba(0, 0, 0, 0.5);
}

/* line 2, app/assets/stylesheets/image.scss */
.hidden-image-upload {
  display: none;
}

/* line 6, app/assets/stylesheets/image.scss */
.image-upload-label {
  cursor: pointer;
}

/* line 12, app/assets/stylesheets/image.scss */
.image-upload-button {
  pointer-events: none;
  padding: 0.5rem;
}

/* line 18, app/assets/stylesheets/image.scss */
.darkMode .image-upload-button {
  background-color: #0093ff;
  color: #ffffff;
}

/* line 24, app/assets/stylesheets/image.scss */
.image-upload {
  background-color: #ffffff;
  padding: 10px;
  text-align: center;
}

/* line 27, app/assets/stylesheets/image.scss */
.darkMode .image-upload {
  background-color: #222222;
}

/* line 31, app/assets/stylesheets/image.scss */
.image-upload:hover {
  cursor: default;
}

/* line 38, app/assets/stylesheets/image.scss */
.image-upload p {
  margin: 8px 0 12px 0;
}

/* line 42, app/assets/stylesheets/image.scss */
.image-upload button {
  border: 0;
  display: block;
  box-sizing: border-box;
  width: 100%;
  font-weight: bold;
}

/* line 55, app/assets/stylesheets/image.scss */
.imagePluginRoot + img.ProseMirror-separator {
  display: none !important;
}

/* line 59, app/assets/stylesheets/image.scss */
.imagePluginRoot {
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 0.25rem;
  margin-bottom: var(--editor-node-spacing);
}

/* line 66, app/assets/stylesheets/image.scss */
.imagePluginRoot:last-of-type {
  margin-bottom: 0;
}

/* line 70, app/assets/stylesheets/image.scss */
.imagePluginRoot img {
  align-self: center;
}

/* line 75, app/assets/stylesheets/image.scss */
.imagePluginRoot img.imagePluginImg:not([src]), .imagePluginRoot img.imagePluginImg[src=""], .imagePluginRoot img.imagePluginImg[src="null"] {
  position: relative;
}

/* line 80, app/assets/stylesheets/image.scss */
.imagePluginRoot img.imagePluginImg:not([src])::before, .imagePluginRoot img.imagePluginImg[src=""]::before, .imagePluginRoot img.imagePluginImg[src="null"]::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eeeeee;
}

/* line 91, app/assets/stylesheets/image.scss */
.darkMode .imagePluginRoot img.imagePluginImg:not([src])::before, .darkMode .imagePluginRoot img.imagePluginImg[src=""]::before, .darkMode .imagePluginRoot img.imagePluginImg[src="null"]::before {
  background-color: #333333;
}

/* line 99, app/assets/stylesheets/image.scss */
.imagePluginRoot .text {
  text-align: center;
}

/* line 103, app/assets/stylesheets/image.scss */
.imagePluginRoot[imageplugin-align="left"] {
  float: left;
  margin-right: var(--editor-node-spacing);
}

/* line 108, app/assets/stylesheets/image.scss */
.imagePluginRoot[imageplugin-align="right"] {
  float: right;
  margin-left: var(--editor-node-spacing);
}

/* line 113, app/assets/stylesheets/image.scss */
.imagePluginRoot[imageplugin-align="center"] {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

/* line 119, app/assets/stylesheets/image.scss */
.imagePluginRoot[imageplugin-align="fullWidth"] {
  width: auto;
  float: none;
  clear: both;
}

@keyframes pulse {
  0%,
100% {
    opacity: 0.5;
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
}

/* line 140, app/assets/stylesheets/image.scss */
placeholder.ProseMirror-widget {
  position: relative;
  z-index: 10;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-color: #888888 !important;
  border-radius: 50%;
  animation: pulse 1.5s infinite;
}

/* line 152, app/assets/stylesheets/image.scss */
placeholder.ProseMirror-widget::after {
  content: none !important;
}

/* line 157, app/assets/stylesheets/image.scss */
.imagePluginOverlay {
  display: none;
}

/* line 160, app/assets/stylesheets/image.scss */
.imagePluginRoot:hover .imagePluginOverlay {
  opacity: 1;
}

/* line 164, app/assets/stylesheets/image.scss */
.imagePluginOverlay button {
  display: none;
}

/* line 170, app/assets/stylesheets/image.scss */
.imagePluginRoot.ProseMirror-selectednode .imageResizeBox,
.imagePluginRoot.ProseMirror-selectednode .imageResizeBox.active {
  opacity: 1;
}

/* line 176, app/assets/stylesheets/image.scss */
.imageResizeBox {
  background-repeat: no-repeat;
  box-sizing: border-box;
  left: 0;
  position: relative;
  top: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.1s ease;
  align-self: center;
}

/* line 187, app/assets/stylesheets/image.scss */
.darkMode .imageResizeBox {
  --box-shadow-color: #333333;
}

/* line 191, app/assets/stylesheets/image.scss */
.imageResizeBox.active {
  transition: none;
}

/* line 196, app/assets/stylesheets/image.scss */
.imageResizeBoxControl {
  position: absolute;
  height: 1.5rem;
  width: 1.5rem;
  display: none;
  z-index: 1000;
  --absolute-position: -5px;
  --border: 2px solid #0093ff;
  --border-radius: 4px;
}

/* line 207, app/assets/stylesheets/image.scss */
.imageResizeBoxControl.topLeft {
  display: block;
  cursor: nwse-resize;
  left: var(--absolute-position);
  top: var(--absolute-position);
  border-left: var(--border);
  border-top: var(--border);
  border-radius: var(--border-radius) 0 0 0;
}

/* line 217, app/assets/stylesheets/image.scss */
.imageResizeBoxControl.topRight {
  display: block;
  cursor: nesw-resize;
  right: var(--absolute-position);
  top: var(--absolute-position);
  border-right: var(--border);
  border-top: var(--border);
  border-radius: 0 var(--border-radius) 0 0;
}

/* line 227, app/assets/stylesheets/image.scss */
.imageResizeBoxControl.bottomRight {
  display: block;
  cursor: nwse-resize;
  right: var(--absolute-position);
  bottom: var(--absolute-position);
  border-right: var(--border);
  border-bottom: var(--border);
  border-radius: 0 0 var(--border-radius) 0;
}

/* line 237, app/assets/stylesheets/image.scss */
.imageResizeBoxControl.bottomLeft {
  display: block;
  cursor: nesw-resize;
  left: var(--absolute-position);
  bottom: var(--absolute-position);
  border-left: var(--border);
  border-bottom: var(--border);
  border-radius: 0 0 0 var(--border-radius);
}

/* line 248, app/assets/stylesheets/image.scss */
.imageResizeBoxWrapper {
  position: absolute;
  width: 100%;
  justify-content: center;
  display: flex;
}

/* line 255, app/assets/stylesheets/image.scss */
.imageResizeBoxCenter {
  position: relative;
}

/* line 259, app/assets/stylesheets/image.scss */
.imageResizeBox {
  position: absolute;
}

@media only print {
  /* line 259, app/assets/stylesheets/image.scss */
  .imageResizeBox {
    display: none;
  }
}

/* line 1, app/assets/stylesheets/modal.scss */
.lex-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 12, app/assets/stylesheets/modal.scss */
.lex-modal .modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 19, app/assets/stylesheets/modal.scss */
.lex-modal .modal-background:hover {
  cursor: default;
}

/* line 24, app/assets/stylesheets/modal.scss */
.lex-modal .modal-content {
  border-radius: 5px;
  position: fixed;
  padding: 20px 20px 40px 20px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  box-sizing: border-box;
  max-height: calc((var(--vh, 1vh) * 100) - 3rem);
  overflow-x: auto;
  overflow-y: auto;
}

/* line 40, app/assets/stylesheets/modal.scss */
.lex-modal .modal-content:hover {
  cursor: default;
}

/* line 44, app/assets/stylesheets/modal.scss */
.lex-modal .modal-content h2 {
  font-size: 20px;
}

/* line 48, app/assets/stylesheets/modal.scss */
.lex-modal .modal-content .modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.5em;
}

/* line 54, app/assets/stylesheets/modal.scss */
.lex-modal .modal-content .modal-close:hover {
  cursor: pointer;
}

@media (max-width: 750px) {
  /* line 24, app/assets/stylesheets/modal.scss */
  .lex-modal .modal-content {
    left: 0;
    right: 0;
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
  }
}

/* line 69, app/assets/stylesheets/modal.scss */
.lex-modal.spacious .modal-content {
  padding: 1.5rem;
}

@media (min-width: 600px) {
  /* line 69, app/assets/stylesheets/modal.scss */
  .lex-modal.spacious .modal-content {
    padding: 3rem 3.25rem;
  }
}

/* line 79, app/assets/stylesheets/modal.scss */
.lex-modal.fixed-width .modal-content {
  width: 480px;
}

@media (max-width: 750px) {
  /* line 79, app/assets/stylesheets/modal.scss */
  .lex-modal.fixed-width .modal-content {
    left: 10px;
    right: 10px;
    width: auto;
  }
}

/* line 91, app/assets/stylesheets/modal.scss */
.lex-modal.full-width .modal-content {
  width: auto;
  max-width: 720px;
  left: 10px;
  right: 10px;
}

/* line 100, app/assets/stylesheets/modal.scss */
.lex-modal.variable-width .modal-content {
  min-width: 320px;
  max-width: 720px;
  width: fit-content;
}

/* line 108, app/assets/stylesheets/modal.scss */
.lex-modal.narrow .modal-content {
  max-width: 400px;
}

/* line 114, app/assets/stylesheets/modal.scss */
.lex-modal.model-costs-modal .modal-content {
  max-width: calc(100vw - 4rem);
  text-align: left;
}

/* line 123, app/assets/stylesheets/modal.scss */
.lightMode .lex-modal .modal-content {
  background: #fefefe;
  color: #000000;
}

/* line 127, app/assets/stylesheets/modal.scss */
.lightMode .lex-modal .modal-content .material-symbols-outlined {
  color: #aaaaaa;
}

/* line 132, app/assets/stylesheets/modal.scss */
.lightMode .lex-modal .modal-background {
  background: rgba(0, 0, 0, 0.5);
}

/* line 140, app/assets/stylesheets/modal.scss */
.darkMode .lex-modal .modal-content {
  background: #1a1a1a;
  color: #bbbbbb;
  border: 1px solid #333333;
}

/* line 145, app/assets/stylesheets/modal.scss */
.darkMode .lex-modal .modal-content .material-symbols-outlined {
  color: #888888;
}

/* line 150, app/assets/stylesheets/modal.scss */
.darkMode .lex-modal .modal-background {
  background: rgba(0, 0, 0, 0.7);
}

/* line 3, app/assets/stylesheets/checks-modal.scss */
.checks-modal .modal-content,
.checks-modal .modal-background {
  transition: all 0.15s ease-in-out;
}

/* line 8, app/assets/stylesheets/checks-modal.scss */
.checks-modal .checks-list {
  text-align: left;
  margin: 40px 0 16px 0;
}

/* line 13, app/assets/stylesheets/checks-modal.scss */
.checks-modal .modal-content {
  padding: 20px 10px 10px 10px;
}

@media (max-width: 750px) {
  /* line 19, app/assets/stylesheets/checks-modal.scss */
  .checks-modal .modal-content.modal-content {
    width: auto;
  }
}

/* line 24, app/assets/stylesheets/checks-modal.scss */
.checks-modal .modal-content h2 {
  font-size: 17px;
  margin-top: 0;
  text-align: left;
  position: absolute;
  top: 0;
  padding: 12px;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: -1;
}

/* line 36, app/assets/stylesheets/checks-modal.scss */
.lightMode .checks-modal .modal-content h2 {
  border-bottom: 1px solid #dedede;
}

/* line 40, app/assets/stylesheets/checks-modal.scss */
.darkMode .checks-modal .modal-content h2 {
  border-bottom: 1px solid #333333;
}

/* line 46, app/assets/stylesheets/checks-modal.scss */
.checks-modal.checks-modal-selecting {
  margin: 0;
  padding: 20px 0;
}

/* line 50, app/assets/stylesheets/checks-modal.scss */
.checks-modal.checks-modal-selecting .modal-content {
  top: 60px;
  padding: 45px 0 0 0;
}

/* line 54, app/assets/stylesheets/checks-modal.scss */
.checks-modal.checks-modal-selecting .modal-content h2 {
  margin-bottom: 0;
}

@media (max-width: 600px), (max-height: 500px) {
  /* line 50, app/assets/stylesheets/checks-modal.scss */
  .checks-modal.checks-modal-selecting .modal-content {
    top: 10px;
  }
}

@media (max-height: 300px) {
  /* line 50, app/assets/stylesheets/checks-modal.scss */
  .checks-modal.checks-modal-selecting .modal-content {
    max-height: calc(100vh - 200px);
  }
}

/* line 69, app/assets/stylesheets/checks-modal.scss */
.checks-modal.checks-modal-selecting .checks-list {
  padding: 10px 10px 10px 5px;
  margin: 0;
  max-height: 300px;
  overflow-y: auto;
}

/* line 75, app/assets/stylesheets/checks-modal.scss */
.lightMode .checks-modal.checks-modal-selecting .checks-list {
  border-bottom: 1px solid #dedede;
}

/* line 79, app/assets/stylesheets/checks-modal.scss */
.darkMode .checks-modal.checks-modal-selecting .checks-list {
  border-bottom: 1px solid #333333;
}

/* line 83, app/assets/stylesheets/checks-modal.scss */
.checks-modal.checks-modal-selecting .checks-list .check {
  padding: 3px 0;
  margin-bottom: 5px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

/* line 91, app/assets/stylesheets/checks-modal.scss */
.checks-modal.checks-modal-selecting .checks-list .check .drag-handle {
  font-size: 1rem;
  padding-top: 0.1rem;
}

/* line 95, app/assets/stylesheets/checks-modal.scss */
.checks-modal.checks-modal-selecting .checks-list .check .drag-handle:hover {
  cursor: drag;
}

/* line 100, app/assets/stylesheets/checks-modal.scss */
.checks-modal.checks-modal-selecting .checks-list .check label {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  user-select: none;
  flex-grow: 1;
}

/* line 108, app/assets/stylesheets/checks-modal.scss */
.checks-modal.checks-modal-selecting .checks-list .check label:hover {
  cursor: pointer;
}

/* line 112, app/assets/stylesheets/checks-modal.scss */
.checks-modal.checks-modal-selecting .checks-list .check label .check-selection {
  margin-right: 0.5rem;
  margin-top: 0.25rem;
}

/* line 117, app/assets/stylesheets/checks-modal.scss */
.checks-modal.checks-modal-selecting .checks-list .check label .check-name-block {
  line-height: 1rem;
  flex-grow: 1;
}

/* line 123, app/assets/stylesheets/checks-modal.scss */
.checks-modal.checks-modal-selecting .checks-list .check .check-description {
  opacity: 0.5;
  font-size: 0.75rem;
  line-height: 0.8rem;
}

/* line 129, app/assets/stylesheets/checks-modal.scss */
.checks-modal.checks-modal-selecting .checks-list .check .check-custom-input {
  font-size: 0.75rem;
  line-height: 0.8rem;
  padding: 0.2rem;
  margin-top: 0.25rem;
  width: 100%;
  box-sizing: border-box;
  background: transparent;
  border-radius: 3px;
}

/* line 139, app/assets/stylesheets/checks-modal.scss */
.lightMode .checks-modal.checks-modal-selecting .checks-list .check .check-custom-input {
  color: #000000;
  border: 1px solid #dedede;
}

/* line 144, app/assets/stylesheets/checks-modal.scss */
.darkMode .checks-modal.checks-modal-selecting .checks-list .check .check-custom-input {
  color: #bbbbbb;
  border: 1px solid #333333;
}

/* line 149, app/assets/stylesheets/checks-modal.scss */
.checks-modal.checks-modal-selecting .checks-list .check .check-custom-input:focus {
  outline: none;
  border: 1px solid #0093ff;
}

/* line 157, app/assets/stylesheets/checks-modal.scss */
.checks-modal.checks-modal-selecting .run-checks {
  padding: 10px;
}

/* line 160, app/assets/stylesheets/checks-modal.scss */
.checks-modal.checks-modal-selecting .run-checks .error-message {
  font-size: 0.7rem;
  color: #ff6b86;
  margin-bottom: 0.7rem;
}

/* line 166, app/assets/stylesheets/checks-modal.scss */
.checks-modal.checks-modal-selecting .run-checks .checks-share-logs {
  font-size: 0.7rem;
  margin-top: 0;
}

/* line 170, app/assets/stylesheets/checks-modal.scss */
.checks-modal.checks-modal-selecting .run-checks .checks-share-logs input[type="checkbox"] {
  position: relative;
  top: 2px;
  left: -2px;
}

/* line 177, app/assets/stylesheets/checks-modal.scss */
.checks-modal.checks-modal-selecting .run-checks .checks-disclaimers {
  opacity: 0.5;
  font-size: 0.7rem;
  margin: 10px 0;
}

/* line 181, app/assets/stylesheets/checks-modal.scss */
.checks-modal.checks-modal-selecting .run-checks .checks-disclaimers p {
  margin: 5px 0 0 0;
}

/* line 190, app/assets/stylesheets/checks-modal.scss */
.checks-modal.checks-modal-running {
  position: absolute;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  z-index: 9999999;
}

/* line 198, app/assets/stylesheets/checks-modal.scss */
.checks-modal.checks-modal-running .modal-background {
  animation: fadeAndMove 1s forwards;
}

/* line 202, app/assets/stylesheets/checks-modal.scss */
.checks-modal.checks-modal-running .modal-content {
  position: fixed;
  top: 60px;
  margin-right: 10px;
  min-width: 150px;
  padding: 20px 13px 13px 13px;
}

@media (max-width: 600px) {
  /* line 202, app/assets/stylesheets/checks-modal.scss */
  .checks-modal.checks-modal-running .modal-content {
    top: unset;
    right: 0;
    bottom: 0;
    left: 0;
    margin-bottom: 10px;
    min-width: unset;
    padding: 10px;
  }
}

/* line 221, app/assets/stylesheets/checks-modal.scss */
.checks-modal.checks-modal-running .checks-list .check {
  font-size: 0.9rem;
  border-radius: 5px;
  padding: 5px 8px 7px 8px;
  margin-bottom: 2px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

/* line 231, app/assets/stylesheets/checks-modal.scss */
.checks-modal.checks-modal-running .checks-list .check.pending-check, .checks-modal.checks-modal-running .checks-list .check.completed-check {
  opacity: 0.5;
  cursor: pointer;
}

/* line 236, app/assets/stylesheets/checks-modal.scss */
.lightMode .checks-modal.checks-modal-running .checks-list .check.pending-check, .lightMode .checks-modal.checks-modal-running .checks-list .check.completed-check {
  background: #dedede;
}

/* line 240, app/assets/stylesheets/checks-modal.scss */
.darkMode .checks-modal.checks-modal-running .checks-list .check.pending-check, .darkMode .checks-modal.checks-modal-running .checks-list .check.completed-check {
  background: #444444;
}

/* line 246, app/assets/stylesheets/checks-modal.scss */
.lightMode .checks-modal.checks-modal-running .checks-list .check.current-check {
  background-color: rgba(255, 160, 214, 0.5);
}

/* line 250, app/assets/stylesheets/checks-modal.scss */
.darkMode .checks-modal.checks-modal-running .checks-list .check.current-check {
  background-color: rgba(255, 79, 179, 0.5);
}

/* line 255, app/assets/stylesheets/checks-modal.scss */
.checks-modal.checks-modal-running .checks-list .check.completed-check {
  font-variation-settings: "FILL" 1;
}

/* line 259, app/assets/stylesheets/checks-modal.scss */
.checks-modal.checks-modal-running .checks-list .check .material-symbols-outlined {
  font-size: 1rem;
  user-select: none;
  opacity: 1;
}

/* line 268, app/assets/stylesheets/checks-modal.scss */
.checks-modal.checks-modal-running .checks-feedback.showing-true {
  margin-top: 10px;
  padding: 10px;
  border-radius: 5px;
  position: relative;
  text-align: left;
  max-width: 200px;
}

/* line 276, app/assets/stylesheets/checks-modal.scss */
.lightMode .checks-modal.checks-modal-running .checks-feedback.showing-true {
  background: #f1f1f1;
}

/* line 280, app/assets/stylesheets/checks-modal.scss */
.darkMode .checks-modal.checks-modal-running .checks-feedback.showing-true {
  background: #222222;
}

/* line 284, app/assets/stylesheets/checks-modal.scss */
.checks-modal.checks-modal-running .checks-feedback.showing-true h3,
.checks-modal.checks-modal-running .checks-feedback.showing-true .checks-feedback-textarea,
.checks-modal.checks-modal-running .checks-feedback.showing-true .include-doc {
  margin-bottom: 0.7rem;
}

/* line 290, app/assets/stylesheets/checks-modal.scss */
.checks-modal.checks-modal-running .checks-feedback.showing-true h3 {
  font-size: 0.9rem;
  text-align: left;
  margin-top: 0;
}

/* line 296, app/assets/stylesheets/checks-modal.scss */
.checks-modal.checks-modal-running .checks-feedback.showing-true .hide-checks-feedback {
  position: absolute;
  top: 8px;
  right: 4px;
}

/* line 301, app/assets/stylesheets/checks-modal.scss */
.checks-modal.checks-modal-running .checks-feedback.showing-true .hide-checks-feedback span {
  font-size: 1.2rem;
}

/* line 306, app/assets/stylesheets/checks-modal.scss */
.checks-modal.checks-modal-running .checks-feedback.showing-true .checks-feedback-textarea {
  box-sizing: border-box;
  width: 100%;
  resize: vertical;
  display: block;
}

/* line 313, app/assets/stylesheets/checks-modal.scss */
.checks-modal.checks-modal-running .checks-feedback.showing-true .include-doc {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

/* line 319, app/assets/stylesheets/checks-modal.scss */
.checks-modal.checks-modal-running .checks-feedback.showing-true .include-doc-label {
  font-size: 0.8rem;
}

/* line 322, app/assets/stylesheets/checks-modal.scss */
.checks-modal.checks-modal-running .checks-feedback.showing-true .include-doc-label input {
  position: relative;
  top: 2px;
}

/* line 327, app/assets/stylesheets/checks-modal.scss */
.checks-modal.checks-modal-running .checks-feedback.showing-true .include-doc-label span {
  font-size: 0.7rem;
  opacity: 0.5;
}

/* line 334, app/assets/stylesheets/checks-modal.scss */
.checks-modal.checks-modal-running .checks-feedback.showing-false {
  margin-top: 5px;
}

/* line 337, app/assets/stylesheets/checks-modal.scss */
.checks-modal.checks-modal-running .checks-feedback.showing-false a {
  font-size: 0.8rem;
}

/* line 340, app/assets/stylesheets/checks-modal.scss */
.lightMode .checks-modal.checks-modal-running .checks-feedback.showing-false a {
  color: #000000;
  opacity: 0.5;
}

/* line 345, app/assets/stylesheets/checks-modal.scss */
.darkMode .checks-modal.checks-modal-running .checks-feedback.showing-false a {
  color: #bbbbbb;
  opacity: 0.6;
}

/* line 354, app/assets/stylesheets/checks-modal.scss */
.checks-modal .prev-check {
  opacity: 0.5;
  font-size: 0.9rem;
}

/* line 358, app/assets/stylesheets/checks-modal.scss */
.checks-modal .prev-check:hover {
  cursor: pointer;
  opacity: 1;
}

/* line 363, app/assets/stylesheets/checks-modal.scss */
.checks-modal .prev-check.enabled-false {
  opacity: 0.2;
  cursor: not-allowed;
}

/* line 367, app/assets/stylesheets/checks-modal.scss */
.checks-modal .prev-check.enabled-false:hover {
  cursor: not-allowed;
  opacity: 0.2;
}

/* line 374, app/assets/stylesheets/checks-modal.scss */
.checks-modal .next-check {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

/* line 380, app/assets/stylesheets/checks-modal.scss */
.checks-modal .next-check button:only-child {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 600px) {
  /* line 386, app/assets/stylesheets/checks-modal.scss */
  .checks-modal .next-check button,
.checks-modal .run-checks button {
    font-size: 1.1rem;
  }
}

/* line 396, app/assets/stylesheets/checks-modal.scss */
.lightMode .checks-modal-running .modal-content {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1), 0 0 3px rgba(0, 0, 0, 0.2), 0 15px 20px rgba(0, 0, 0, 0.1);
}

/* line 404, app/assets/stylesheets/checks-modal.scss */
.darkMode .checks-modal-running .modal-content {
  border: 1px #333333 solid;
}

@keyframes fadeAndMove {
  0% {
    opacity: 1;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    left: unset;
    top: unset;
    bottom: unset;
    right: unset;
  }
}

/* line 1, app/assets/stylesheets/version-diff-toggle.scss */
.version-diff-toggle {
  margin-left: 0;
  user-select: none;
  white-space: nowrap;
  transition: opacity 0.5s ease-in-out;
}

/* line 8, app/assets/stylesheets/version-diff-toggle.scss */
.version-diff-toggle,
.version-diff-toggle .version-diff-toggle__main,
.version-diff-toggle .version-diff-toggle__version-wrapper,
.version-diff-toggle .version-diff-toggle__version-name {
  display: flex;
  gap: 0.25em;
  align-items: center;
}

/* line 17, app/assets/stylesheets/version-diff-toggle.scss */
.version-diff-toggle .version-diff-toggle__version-name {
  gap: 0;
}

/* line 21, app/assets/stylesheets/version-diff-toggle.scss */
.version-diff-toggle .material-symbols-outlined {
  font-size: 1.3em;
  margin-top: 0.1em;
  margin-right: 0.1em;
}

/* line 27, app/assets/stylesheets/version-diff-toggle.scss */
.version-diff-toggle:hover {
  cursor: pointer;
}

/* line 31, app/assets/stylesheets/version-diff-toggle.scss */
.version-diff-toggle.is-initialising {
  cursor: not-allowed;
}

/* line 35, app/assets/stylesheets/version-diff-toggle.scss */
.lightMode .version-diff-toggle {
  color: #999999;
}

/* line 39, app/assets/stylesheets/version-diff-toggle.scss */
.darkMode .version-diff-toggle {
  color: #aaaaaa;
}

/* line 44, app/assets/stylesheets/version-diff-toggle.scss */
.highlight-addition {
  background-color: #e6ffec;
  color: #009800;
}

/* line 48, app/assets/stylesheets/version-diff-toggle.scss */
.darkMode .highlight-addition {
  background-color: rgba(0, 210, 21, 0.2);
  color: #00d215;
}

/* line 54, app/assets/stylesheets/version-diff-toggle.scss */
.highlight-deletion {
  background-color: #ffebe9;
  color: #d32b2b;
}

/* line 58, app/assets/stylesheets/version-diff-toggle.scss */
.darkMode .highlight-deletion {
  background-color: rgba(211, 43, 43, 0.2);
  color: #d32b2b;
}

/* line 1, app/assets/stylesheets/dropdown.scss */
.react-select-container,
#SCOPE-toolbar-dropdown-portal-target {
  --react-select-option-bg-color: #ffffff;
  --react-select-option-bg-color-hover: #f1f1f1;
  --react-select-border-color: #dedede;
  --react-select-border-color-hover: #cccccc;
  --react-select-text-color: #000000;
}

/* line 9, app/assets/stylesheets/dropdown.scss */
.darkMode .react-select-container, .darkMode #SCOPE-toolbar-dropdown-portal-target {
  --react-select-option-bg-color: #111111;
  --react-select-option-bg-color-hover: #080808;
  --react-select-border-color: #333333;
  --react-select-border-color-hover: #333333;
  --react-select-text-color: #bbbbbb;
}

/* line 17, app/assets/stylesheets/dropdown.scss */
.react-select-container .react-select__control,
#SCOPE-toolbar-dropdown-portal-target .react-select__control {
  background-color: inherit;
  border-color: var(--react-select-border-color);
  color: var(--react-select-text-color);
  transition: none;
}

/* line 23, app/assets/stylesheets/dropdown.scss */
.react-select-container .react-select__control .react-select__single-value,
.react-select-container .react-select__control .react-select__placeholder,
#SCOPE-toolbar-dropdown-portal-target .react-select__control .react-select__single-value,
#SCOPE-toolbar-dropdown-portal-target .react-select__control .react-select__placeholder {
  color: inherit;
}

/* line 28, app/assets/stylesheets/dropdown.scss */
.react-select-container .react-select__control:hover,
#SCOPE-toolbar-dropdown-portal-target .react-select__control:hover {
  background-color: var(--react-select-option-bg-color-hover);
  border-color: var(--react-select-border-color-hover);
}

/* line 34, app/assets/stylesheets/dropdown.scss */
.react-select-container .react-select__control--is-disabled,
#SCOPE-toolbar-dropdown-portal-target .react-select__control--is-disabled {
  background-color: #fafafa;
  color: #cccccc;
}

/* line 38, app/assets/stylesheets/dropdown.scss */
.darkMode .react-select-container .react-select__control--is-disabled, .darkMode #SCOPE-toolbar-dropdown-portal-target .react-select__control--is-disabled {
  background-color: #333333;
  color: #666666;
}

/* line 45, app/assets/stylesheets/dropdown.scss */
.react-select-container .react-select__control--is-focused, .react-select-container .react-select__control--is-focused:hover,
#SCOPE-toolbar-dropdown-portal-target .react-select__control--is-focused,
#SCOPE-toolbar-dropdown-portal-target .react-select__control--is-focused:hover {
  border-color: #0093ff;
  box-shadow: 0 0 0 1px #0093ff;
  outline: none;
}

/* line 53, app/assets/stylesheets/dropdown.scss */
.react-select-container .react-select__menu,
#SCOPE-toolbar-dropdown-portal-target .react-select__menu {
  background-color: var(--react-select-option-bg-color);
  border: 1px solid var(--react-select-border-color);
  color: inherit;
}

/* line 59, app/assets/stylesheets/dropdown.scss */
.react-select-container .react-select__option,
#SCOPE-toolbar-dropdown-portal-target .react-select__option {
  background-color: var(--react-select-option-bg-color);
  color: inherit;
}

/* line 63, app/assets/stylesheets/dropdown.scss */
.react-select-container .react-select__option:hover,
#SCOPE-toolbar-dropdown-portal-target .react-select__option:hover {
  background-color: var(--react-select-option-bg-color-hover);
}

/* line 67, app/assets/stylesheets/dropdown.scss */
.react-select-container .react-select__option::after,
#SCOPE-toolbar-dropdown-portal-target .react-select__option::after {
  border: 1px solid var(--react-select-blue-text-color);
  color: var(--react-select-blue-text-color);
}

/* line 74, app/assets/stylesheets/dropdown.scss */
.react-select-container .react-select__indicators .react-select__indicator,
#SCOPE-toolbar-dropdown-portal-target .react-select__indicators .react-select__indicator {
  color: inherit;
  opacity: 0.5;
}

/* line 1, app/assets/stylesheets/suggestions.scss */
.suggestion-item {
  position: fixed;
  opacity: 0;
  padding-bottom: 30px;
}

/* line 6, app/assets/stylesheets/suggestions.scss */
.suggestion-item:hover {
  opacity: 1;
}

/* line 10, app/assets/stylesheets/suggestions.scss */
.suggestion-item .suggestion-item-button {
  font-size: 0.8em;
}

/* line 13, app/assets/stylesheets/suggestions.scss */
.suggestion-item .suggestion-item-button .material-symbols-outlined {
  font-size: 1em;
}

/* line 2, app/assets/stylesheets/upgrade.scss */
.upgrade-modal-outer .modal-content {
  --box-shadow-opacity: 0.1;
  max-width: 34rem;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 3.25rem;
  box-sizing: border-box;
  z-index: 9999999999999;
  box-shadow: 0 0 40px 10px rgba(0, 0, 0, var(--box-shadow-opacity));
}

/* line 14, app/assets/stylesheets/upgrade.scss */
.darkMode .upgrade-modal-outer .modal-content {
  --box-shadow-opacity: 0.5;
}

@media (max-width: 600px) {
  /* line 2, app/assets/stylesheets/upgrade.scss */
  .upgrade-modal-outer .modal-content {
    width: 100vw;
    top: 10px;
    padding: 2rem 1.5rem;
  }
}

/* line 24, app/assets/stylesheets/upgrade.scss */
.upgrade-modal-outer .modal-content .modal-background::before {
  content: "";
  position: fixed;
  inset: 0;
}

/* line 29, app/assets/stylesheets/upgrade.scss */
.lightMode .upgrade-modal-outer .modal-content .modal-background::before {
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 163, 255, 0.4) 0%, rgba(0, 163, 255, 0) 100%);
}

/* line 37, app/assets/stylesheets/upgrade.scss */
.darkMode .upgrade-modal-outer .modal-content .modal-background::before {
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 163, 255, 0.25) 0%, rgba(0, 163, 255, 0) 100%);
}

/* .upgrade-modal {
  h2 {
    font-size: 2.25rem;
    margin-bottom: 0.25rem;
    margin-top: 0;
  }

  .subtitle {
    opacity: 0.5;
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 2rem;
  }

  ul {
    text-align: left;
    position: relative;
    padding-left: 1.75rem;

    // center visually
    width: fit-content;
    margin-left: auto;
    margin-right: auto;

    li {
      list-style-type: none;
      margin-bottom: 1rem;

      &::before {
        content: "verified";
        font-family: "Material Symbols Outlined";
        position: absolute;
        left: 0;
        margin-top: -0.125rem; // to vertically align with first line of text
        font-size: 1.25rem;
        font-weight: bold;
        color: $gold;
      }
    }
  }

  .sub-button {
    margin-top: 2.5rem;
    padding: 1rem 0.75rem;
    display: block;
    background: $blue;
    color: $white;
    text-decoration: none;
    font-weight: bold;
    border-radius: 0.5rem;
    font-size: 1.25rem;

    & > span {
      display: block;
      font-size: 0.9rem;
      opacity: 0.7;
    }
  }

  .upgrade-modal-footer {
    margin-top: 2rem;
    opacity: 0.5;

    p {
      margin-top: 0.5rem;
      margin-bottom: 0.5rem;
    }

    a {
      color: inherit;
    }
  }
} */
/* line 1, app/assets/stylesheets/input.scss */
input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"] {
  width: 100%;
  padding: 0.5rem;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #fafafa;
  border: 1px solid #dedede;
}

/* line 12, app/assets/stylesheets/input.scss */
input[type="text"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
input[type="email"]::placeholder {
  color: #aaaaaa;
}

/* line 16, app/assets/stylesheets/input.scss */
.darkMode input[type="text"], .darkMode input[type="number"], .darkMode input[type="password"], .darkMode input[type="email"] {
  background-color: #111111;
  border-color: #333333;
  color: #bbbbbb;
}

/* line 21, app/assets/stylesheets/input.scss */
.darkMode input[type="text"]::placeholder, .darkMode input[type="number"]::placeholder, .darkMode input[type="password"]::placeholder, .darkMode input[type="email"]::placeholder {
  color: #666666;
}

/* line 26, app/assets/stylesheets/input.scss */
input[type="text"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="email"]:focus {
  outline: 0;
}

/* line 1, app/assets/stylesheets/toc.scss */
.toc-container {
  position: fixed;
  top: 50px;
  left: 0;
  padding: 1rem 1rem 1rem 1rem;
  border-radius: 0 0 0.5rem 0;
  background-color: var(--body-bg-color);
  transition: opacity var(--focus-mode-transition-duration) ease;
}

/* line 9, app/assets/stylesheets/toc.scss */
.focus-mode-active .toc-container {
  background-color: var(--focus-mode-bg-color);
}

/* line 13, app/assets/stylesheets/toc.scss */
.toc-container:hover {
  box-shadow: 0 0 50px 50px var(--body-bg-color);
}

/* line 19, app/assets/stylesheets/toc.scss */
.focus-mode-active .toc-container {
  opacity: 0;
  animation: makeHiddenAfterTimeout forwards var(--focus-mode-transition-duration);
}

@media (max-width: 750px) {
  /* line 1, app/assets/stylesheets/toc.scss */
  .toc-container {
    display: none;
  }
}

/* line 29, app/assets/stylesheets/toc.scss */
.toc-container.showing-false .toc-button {
  opacity: 0.4;
}

/* line 35, app/assets/stylesheets/toc.scss */
.toc-container.showing-true .toc-button {
  opacity: 0;
  position: relative;
  left: -0.25rem;
}

/* line 41, app/assets/stylesheets/toc.scss */
.toc-container.showing-true:hover {
  z-index: 99998;
}

/* line 44, app/assets/stylesheets/toc.scss */
.toc-container.showing-true:hover .toc-button {
  opacity: 0.2;
}

/* line 51, app/assets/stylesheets/toc.scss */
.toc-container .toc-button:hover {
  cursor: pointer;
}

/* line 56, app/assets/stylesheets/toc.scss */
.toc-container .toc-box-title {
  font-weight: bold;
}

/* line 60, app/assets/stylesheets/toc.scss */
.toc-container .toc-box {
  box-sizing: border-box;
  font-size: 13px;
  padding: 0;
  max-width: 20rem;
}

/* line 66, app/assets/stylesheets/toc.scss */
.toc-container .toc-box .header-line.level-1 {
  padding-top: 0.5rem;
  margin-bottom: 0.15rem;
  font-weight: bold;
  font-size: 1.1em;
}

/* line 73, app/assets/stylesheets/toc.scss */
.toc-container .toc-box .header-line {
  overflow-wrap: break-word;
  margin-top: 2px;
  margin-bottom: 2px;
}

/* line 78, app/assets/stylesheets/toc.scss */
.toc-container .toc-box .header-line:hover {
  cursor: pointer;
}

/* line 83, app/assets/stylesheets/toc.scss */
.toc-container .toc-box .header-line-text {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: top;
  opacity: 0.4;
}

/* line 92, app/assets/stylesheets/toc.scss */
.toc-container .toc-box .header-line-text .header-level-spacer {
  font-weight: normal;
  display: inline-block;
  padding-right: 0.2rem;
}

/* line 98, app/assets/stylesheets/toc.scss */
.toc-container .toc-box .header-line-text.active {
  color: #0093ff;
  opacity: 1;
}

/* line 106, app/assets/stylesheets/toc.scss */
.darkMode .toc-container .toc-box .header-line-text.active {
  color: #bbbbbb;
  opacity: 1;
}

/* line 2, app/assets/stylesheets/session-panel.scss */
.session-panel {
  --session-panel-transition-duration: 0.25s;
  --session-panel-transition-init-duration: 0.6s;
  position: relative;
  opacity: 0;
  transform: translateY(50%);
  transition: all var(--session-panel-transition-init-duration) ease;
  height: var(--session-panel-button-height);
  width: var(--session-panel-button-width);
}

/* line 15, app/assets/stylesheets/session-panel.scss */
.session-panel.ready-true {
  opacity: 1;
  transform: translateY(0%);
}

/* line 20, app/assets/stylesheets/session-panel.scss */
.session-panel button,
.session-panel .button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding: 0.7rem;
  font-size: 0.75rem;
}

/* line 29, app/assets/stylesheets/session-panel.scss */
.session-panel button .material-symbols-outlined,
.session-panel .button .material-symbols-outlined {
  font-size: 1.2em;
}

/* line 37, app/assets/stylesheets/session-panel.scss */
.session-panel__inner {
  --session-panel-shadow-color: #bbbbbb;
  --session-panel-bg-color: #f1f1f1;
  --session-panel-bg-color-expanded: #ffffff;
  --session-panel-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1), 0 0 3px rgba(0, 0, 0, 0.2), 0 15px 20px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0.5rem;
  height: var(--session-panel-height);
  width: var(--session-panel-width);
  background-color: var(--session-panel-bg-color);
  transition: all var(--session-panel-transition-duration) ease;
  outline: 1px solid var(--session-panel-shadow-color);
  overflow: hidden;
}

/* line 60, app/assets/stylesheets/session-panel.scss */
.show-overflow .session-panel__inner {
  overflow: visible;
}

/* line 64, app/assets/stylesheets/session-panel.scss */
.darkMode .session-panel__inner {
  --session-panel-shadow-color: #333333;
  --session-panel-bg-color: #111111;
  --session-panel-bg-color-expanded: #1a1a1a;
  --session-panel-box-shadow: 0 0 40px rgba(0, 0, 0, 0.8), 0 0 3px rgba(0, 0, 0, 0.8), 0 15px 20px rgba(0, 0, 0, 0.8);
}

/* line 71, app/assets/stylesheets/session-panel.scss */
.focus-mode-active .session-panel__inner {
  --session-panel-bg-color: var(--editor-bg-color);
}

/* line 75, app/assets/stylesheets/session-panel.scss */
.session-panel.expanded-true .session-panel__inner {
  box-shadow: var(--session-panel-box-shadow);
  outline: none;
  background-color: var(--session-panel-bg-color-expanded);
}

/* line 81, app/assets/stylesheets/session-panel.scss */
.session-panel.expanded-false .session-panel__inner {
  cursor: pointer;
}

/* line 84, app/assets/stylesheets/session-panel.scss */
.session-panel.expanded-false .session-panel__inner:hover {
  background-color: #0093ff;
  outline-color: #0093ff;
  box-shadow: 0 0 0.75rem 0 var(--session-panel-shadow-color);
}

/* line 92, app/assets/stylesheets/session-panel.scss */
.session-panel.in-progress-true.expanded-false .session-panel__inner {
  color: #f0b700;
  outline-color: currentColor;
}

/* line 96, app/assets/stylesheets/session-panel.scss */
.session-panel.in-progress-true.expanded-false .session-panel__inner:hover {
  background-color: currentColor;
  outline-color: currentColor;
}

/* line 102, app/assets/stylesheets/session-panel.scss */
.session-panel.goal-completed-true.expanded-false .session-panel__inner {
  color: #009800;
  outline-color: currentColor;
}

/* line 106, app/assets/stylesheets/session-panel.scss */
.session-panel.goal-completed-true.expanded-false .session-panel__inner:hover {
  background-color: currentColor;
  outline-color: currentColor;
}

/* line 113, app/assets/stylesheets/session-panel.scss */
.darkMode .session-panel.expanded-true .session-panel__inner {
  outline: 1px solid var(--session-panel-shadow-color);
}

/* line 119, app/assets/stylesheets/session-panel.scss */
.focus-mode-active .session-panel.in-progress-true.expanded-false .session-panel__inner {
  filter: saturate(0);
  opacity: 0.6;
}

/* line 123, app/assets/stylesheets/session-panel.scss */
.focus-mode-active .session-panel.in-progress-true.expanded-false .session-panel__inner:hover {
  filter: saturate(1);
  opacity: 1;
}

/* line 131, app/assets/stylesheets/session-panel.scss */
.darkMode .focus-mode-active .session-panel.in-progress-true.expanded-false .session-panel__inner {
  opacity: 0.4;
}

/* line 134, app/assets/stylesheets/session-panel.scss */
.darkMode .focus-mode-active .session-panel.in-progress-true.expanded-false .session-panel__inner:hover {
  opacity: 1;
}

/* line 143, app/assets/stylesheets/session-panel.scss */
.darkMode .focus-mode-inactive .session-panel.in-progress-true.expanded-false .session-panel__inner {
  opacity: 0.6;
}

/* line 146, app/assets/stylesheets/session-panel.scss */
.darkMode .focus-mode-inactive .session-panel.in-progress-true.expanded-false .session-panel__inner:hover {
  filter: saturate(1);
  opacity: 1;
}

/* line 153, app/assets/stylesheets/session-panel.scss */
button.session-panel__button,
.session-panel__button-section {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
}

/* line 164, app/assets/stylesheets/session-panel.scss */
.session-panel__button-section {
  gap: 0.35rem;
}

/* line 169, app/assets/stylesheets/session-panel.scss */
button.session-panel__button {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0;
  font-weight: bold;
  color: inherit;
  background-color: transparent;
  transition: all var(--session-panel-transition-duration) ease;
}

/* line 181, app/assets/stylesheets/session-panel.scss */
.darkMode button.session-panel__button {
  color: #666666;
}

/* line 185, app/assets/stylesheets/session-panel.scss */
.session-panel.in-progress-true.expanded-false button.session-panel__button {
  color: inherit;
}

/* line 189, app/assets/stylesheets/session-panel.scss */
button.session-panel__button:hover {
  color: #ffffff !important;
}

/* line 194, app/assets/stylesheets/session-panel.scss */
.session-panel.expanded-true button.session-panel__button {
  transform: translateY(100%);
  opacity: 0;
}

/* line 199, app/assets/stylesheets/session-panel.scss */
button.session-panel__button .material-symbols-outlined {
  font-size: 1.2em;
}

/* line 206, app/assets/stylesheets/session-panel.scss */
.session-panel__button:focus, .session-panel__button:focus-visible,
.session-panel__button-section:focus,
.session-panel__button-section:focus-visible {
  outline: none;
}

/* line 212, app/assets/stylesheets/session-panel.scss */
.session-panel__button-section {
  padding: 0.375rem 0.5rem;
}

/* line 215, app/assets/stylesheets/session-panel.scss */
.session-panel__button-section:first-child {
  padding-left: 0.625rem;
}

/* line 219, app/assets/stylesheets/session-panel.scss */
.session-panel__button-section:last-child {
  padding-right: 0.625rem;
}

/* line 223, app/assets/stylesheets/session-panel.scss */
.session-panel__button-section:not(:first-child) {
  border-left: 1px solid currentColor;
}

/* line 228, app/assets/stylesheets/session-panel.scss */
.session-panel__body {
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 23.5rem;
  padding: 1.5rem;
  color: var(--body-text-color);
  opacity: 0;
  transition: all var(--session-panel-transition-duration) ease;
}

/* line 241, app/assets/stylesheets/session-panel.scss */
.session-panel__body > *:last-child {
  margin-bottom: 0;
}

/* line 245, app/assets/stylesheets/session-panel.scss */
.session-panel.expanded-true .session-panel__body {
  opacity: 1;
}

/* line 249, app/assets/stylesheets/session-panel.scss */
.session-panel__body h1,
.session-panel__body h2,
.session-panel__body h3,
.session-panel__body h4,
.session-panel__body h5,
.session-panel__body h6 {
  margin-top: 0;
}

/* line 258, app/assets/stylesheets/session-panel.scss */
.session-panel__body .react-select-container {
  text-align: left;
}

/* line 261, app/assets/stylesheets/session-panel.scss */
.session-panel__body .react-select-container .react-select__control {
  background-color: var(--session-panel-bg-color-expanded);
}

/* line 267, app/assets/stylesheets/session-panel.scss */
.session-panel__body-inner,
.session-panel__form,
.session-panel__body-group {
  display: flex;
  flex-direction: column;
}

/* line 273, app/assets/stylesheets/session-panel.scss */
.session-panel__body-inner > *,
.session-panel__form > *,
.session-panel__body-group > * {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 277, app/assets/stylesheets/session-panel.scss */
.session-panel__body-inner > *:last-child,
.session-panel__form > *:last-child,
.session-panel__body-group > *:last-child {
  margin-bottom: 0;
}

/* line 282, app/assets/stylesheets/session-panel.scss */
.session-panel__body-inner h3,
.session-panel__form h3,
.session-panel__body-group h3 {
  margin-bottom: 0.5rem;
}

/* line 288, app/assets/stylesheets/session-panel.scss */
.session-panel__body-inner > :first-child {
  margin-right: 1.75rem;
}

/* line 293, app/assets/stylesheets/session-panel.scss */
.session-panel__body-group {
  background-color: #fafafa;
  padding: 1rem;
  border-radius: 0.5rem;
}

/* line 298, app/assets/stylesheets/session-panel.scss */
.darkMode .session-panel__body-group {
  background-color: #111111;
}

/* line 302, app/assets/stylesheets/session-panel.scss */
.session-panel__body-group input {
  background-color: #ffffff;
}

/* line 305, app/assets/stylesheets/session-panel.scss */
.darkMode .session-panel__body-group input {
  background-color: #222222;
}

/* line 311, app/assets/stylesheets/session-panel.scss */
.session-panel__chart-wrapper {
  padding: 0.5rem 0;
}

/* line 315, app/assets/stylesheets/session-panel.scss */
.session-panel__chart-tooltip {
  padding: 0.75rem;
  border-radius: 0.5rem;
  border-color: "transparent";
  color: #222222;
  background-color: #eeeeee;
}

/* line 322, app/assets/stylesheets/session-panel.scss */
.darkMode .session-panel__chart-tooltip {
  color: #cccccc;
  background-color: #222222;
}

/* line 327, app/assets/stylesheets/session-panel.scss */
.session-panel__chart-tooltip ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

/* line 337, app/assets/stylesheets/session-panel.scss */
.session-panel__goal-target-wrapper {
  display: flex;
  gap: 1rem;
}

/* line 341, app/assets/stylesheets/session-panel.scss */
.session-panel__goal-target-wrapper > * {
  flex: 1;
}

/* line 346, app/assets/stylesheets/session-panel.scss */
.session-panel__link-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}

/* line 352, app/assets/stylesheets/session-panel.scss */
.session-panel__link-button .material-symbols-outlined {
  font-size: 1.2em;
  opacity: 0.75;
}

/* line 359, app/assets/stylesheets/session-panel.scss */
button.session-panel__body-secondary-button {
  background-color: #888888;
}

/* line 362, app/assets/stylesheets/session-panel.scss */
.darkMode button.session-panel__body-secondary-button {
  background-color: #1a1a1a;
}

/* line 367, app/assets/stylesheets/session-panel.scss */
.session-panel__header {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

/* line 372, app/assets/stylesheets/session-panel.scss */
.session-panel__header .material-symbols-outlined {
  cursor: pointer;
  font-size: 1em;
  opacity: 0.3;
}

/* line 377, app/assets/stylesheets/session-panel.scss */
.session-panel__header .material-symbols-outlined:hover {
  opacity: 1;
}

/* line 383, app/assets/stylesheets/session-panel.scss */
.session-panel__input {
  box-sizing: border-box;
}

/* line 387, app/assets/stylesheets/session-panel.scss */
.session-panel__input[type="text"] {
  background-color: var(--session-panel-bg-color-expanded);
}

/* line 391, app/assets/stylesheets/session-panel.scss */
.session-panel__input:focus {
  border: 1px solid #0093ff;
  box-shadow: 0 0 0 1px #0093ff;
  outline: none;
}

/* line 399, app/assets/stylesheets/session-panel.scss */
.session-panel__focus-mode {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

/* line 405, app/assets/stylesheets/session-panel.scss */
.session-panel__close {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  padding: 0.25rem;
  cursor: pointer;
  color: #aaaaaa;
  transition: color 0.2s ease;
}

/* line 414, app/assets/stylesheets/session-panel.scss */
.session-panel__close:hover {
  color: #000000;
}

/* line 418, app/assets/stylesheets/session-panel.scss */
.darkMode .session-panel__close {
  color: #888888;
}

/* line 421, app/assets/stylesheets/session-panel.scss */
.darkMode .session-panel__close:hover {
  color: #dedede;
}

/* line 427, app/assets/stylesheets/session-panel.scss */
.session-panel__rating {
  display: inline-flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  cursor: default;
}

/* line 434, app/assets/stylesheets/session-panel.scss */
.session-panel__rating.is-editable {
  cursor: pointer;
}

/* line 437, app/assets/stylesheets/session-panel.scss */
.session-panel__rating.is-editable:hover {
  opacity: 0.5;
}

/* line 443, app/assets/stylesheets/session-panel.scss */
.session-panel__star {
  font-size: 2.25rem;
}

/* line 446, app/assets/stylesheets/session-panel.scss */
.focused-session-page .session-panel__star {
  font-size: 1.75rem;
}

/* line 450, app/assets/stylesheets/session-panel.scss */
.session-panel__star.is-starred {
  font-variation-settings: "FILL" 1;
}

/* line 455, app/assets/stylesheets/session-panel.scss */
.session-panel__split {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.25rem;
}

/* line 462, app/assets/stylesheets/session-panel.scss */
.session-panel__show-previous {
  cursor: pointer;
  text-decoration: underline;
}

/* line 467, app/assets/stylesheets/session-panel.scss */
.session-panel__prev-links {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}

/* line 1, app/assets/stylesheets/session-stats.scss */
.session-stats {
  --stats-item-border-radius: 0.5rem;
  width: 100%;
}

/* line 5, app/assets/stylesheets/session-stats.scss */
.session-stats > *:last-child {
  border-bottom-left-radius: var(--stats-item-border-radius);
  border-bottom-right-radius: var(--stats-item-border-radius);
}

/* line 10, app/assets/stylesheets/session-stats.scss */
.session-stats .session-panel__link-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #777777;
}

/* line 15, app/assets/stylesheets/session-stats.scss */
.darkMode .session-stats .session-panel__link-button {
  background-color: #333333;
}

/* line 21, app/assets/stylesheets/session-stats.scss */
.session-stats__section {
  --stats-item-border-color: #cccccc;
  display: flex;
  align-items: stretch;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: var(--stats-item-border-color);
  background-color: #fafafa;
}

/* line 30, app/assets/stylesheets/session-stats.scss */
.session-stats__section:first-child {
  border-top-width: 1px;
  border-top-left-radius: var(--stats-item-border-radius);
  border-top-right-radius: var(--stats-item-border-radius);
}

/* line 36, app/assets/stylesheets/session-stats.scss */
.session-stats__section .material-symbols-outlined {
  font-size: 1.4em;
  user-select: none;
  opacity: 0.4;
  transform: translateY(0.04em);
}

/* line 43, app/assets/stylesheets/session-stats.scss */
.darkMode .session-stats__section {
  background-color: #1a1a1a;
  --stats-item-border-color: #333333;
}

/* line 50, app/assets/stylesheets/session-stats.scss */
.session-stats__item {
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25em;
  padding: 0.7em 0.5rem;
  border: 0;
  border-style: solid;
  border-color: var(--stats-item-border-color);
}

/* line 61, app/assets/stylesheets/session-stats.scss */
.session-stats__item:nth-last-child(n + 2) {
  border-right-width: 1px;
}

/* line 65, app/assets/stylesheets/session-stats.scss */
.session-stats__item.is-header {
  font-size: 1.2em;
  font-weight: normal;
}

/* line 1, app/assets/stylesheets/focused-sessions.scss */
.focused-session-page {
  box-sizing: border-box;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

/* line 10, app/assets/stylesheets/focused-sessions.scss */
.focused-session-page h1,
.focused-session-page h2,
.focused-session-page h3,
.focused-session-page h4,
.focused-session-page h5,
.focused-session-page h6 {
  margin: 0;
}

/* line 19, app/assets/stylesheets/focused-sessions.scss */
.focused-session-page .anon-welcome {
  margin: 0;
  max-width: 45rem;
}

/* line 25, app/assets/stylesheets/focused-sessions.scss */
.focused-session-page__inner {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  max-width: 50rem;
  width: 100%;
  background-color: #ffffff;
  border-radius: 2rem;
  padding: 2rem;
  box-shadow: 0 0 0.25rem #bbbbbb, 0 0.25rem 1rem #dedede, 0 0 1.5rem #eeeeee;
}

/* line 39, app/assets/stylesheets/focused-sessions.scss */
.darkMode .focused-session-page__inner {
  background-color: #222222;
  box-shadow: none;
}

/* line 45, app/assets/stylesheets/focused-sessions.scss */
.focused-session-page__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
}

/* line 53, app/assets/stylesheets/focused-sessions.scss */
.focused-session-page__header-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* line 59, app/assets/stylesheets/focused-sessions.scss */
.focused-session-page__status {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem 1rem 0.5rem 0.75rem;
  border-radius: 999px;
  font-weight: bold;
  border: 1px solid transparent;
  cursor: default;
  user-select: none;
}

/* line 70, app/assets/stylesheets/focused-sessions.scss */
.focused-session-page__status.is-in-progress {
  background-color: #009800;
  border-color: #009800;
  color: #ffffff;
}

/* line 76, app/assets/stylesheets/focused-sessions.scss */
.focused-session-page__status.is-finished {
  background-color: #f0b700;
  border-color: #f0b700;
  color: #ffffff;
}

/* line 82, app/assets/stylesheets/focused-sessions.scss */
.focused-session-page__status .material-symbols-outlined {
  font-size: 1.2em;
  opacity: 0.75;
}

/* line 88, app/assets/stylesheets/focused-sessions.scss */
.focused-session-page__goal {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-color: #fafafa;
  text-align: center;
  padding: 2rem 1rem 1rem 1rem;
  margin-top: 1rem;
  border-radius: 0.5rem;
}

/* line 99, app/assets/stylesheets/focused-sessions.scss */
.darkMode .focused-session-page__goal {
  background-color: #080808;
}

/* line 103, app/assets/stylesheets/focused-sessions.scss */
.focused-session-page__goal p {
  margin: 0;
}

/* line 108, app/assets/stylesheets/focused-sessions.scss */
.focused-session-page__goal-header {
  position: absolute;
  top: 0;
  margin: 0;
  display: flex;
  align-items: center;
  transform: translateY(-50%);
  background-color: #fafafa;
  padding: 0.25rem 0.75rem;
  border-radius: 0.5rem;
}

/* line 119, app/assets/stylesheets/focused-sessions.scss */
.darkMode .focused-session-page__goal-header {
  background-color: #080808;
}

/* line 123, app/assets/stylesheets/focused-sessions.scss */
.focused-session-page__goal-header .material-symbols-outlined {
  font-size: 1.2em;
}

/* line 2, app/assets/stylesheets/focus-chart.scss */
.focus-chart .recharts-tooltip-wrapper {
  visibility: visible !important;
}

/* line 6, app/assets/stylesheets/focus-chart.scss */
.focus-chart .recharts-default-tooltip {
  display: none;
}

/* line 10, app/assets/stylesheets/focus-chart.scss */
.focus-chart .custom-tooltip {
  background-color: #ffffff;
  padding: 1rem;
  border: 1px solid #cccccc;
  border-radius: 0.5rem;
}

/* line 16, app/assets/stylesheets/focus-chart.scss */
.focus-chart .custom-tooltip p {
  margin: 0;
}

/* line 20, app/assets/stylesheets/focus-chart.scss */
.darkMode .focus-chart .custom-tooltip {
  background-color: #1a1a1a;
  border-color: #444444;
}

/* line 1, app/assets/stylesheets/radio-tabs.scss */
.radio-tabs {
  display: flex;
  padding: 0;
  margin: 0;
}

/* line 7, app/assets/stylesheets/radio-tabs.scss */
.radio-tabs__tab {
  --radio-tabs-border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.125rem;
  padding: 0.5rem;
  background-color: #fafafa;
  border: 1px solid #dedede;
  margin-right: -1px;
  cursor: pointer;
}

/* line 19, app/assets/stylesheets/radio-tabs.scss */
.radio-tabs__tab:hover {
  background-color: #eeeeee;
}

/* line 23, app/assets/stylesheets/radio-tabs.scss */
.radio-tabs__tab:first-child {
  border-top-left-radius: var(--radio-tabs-border-radius);
  border-bottom-left-radius: var(--radio-tabs-border-radius);
  padding-left: 0.75rem;
}

/* line 29, app/assets/stylesheets/radio-tabs.scss */
.radio-tabs__tab:last-child {
  border-top-right-radius: var(--radio-tabs-border-radius);
  border-bottom-right-radius: var(--radio-tabs-border-radius);
  padding-right: 0.75rem;
}

/* line 35, app/assets/stylesheets/radio-tabs.scss */
.radio-tabs__tab.is-active {
  background-color: #dedede;
  font-weight: bold;
}

/* line 40, app/assets/stylesheets/radio-tabs.scss */
.radio-tabs__tab .material-symbols-outlined {
  font-size: 1.2em;
  opacity: 0.5;
}

/* line 45, app/assets/stylesheets/radio-tabs.scss */
.darkMode .radio-tabs__tab {
  background-color: #1a1a1a;
  border-color: #333333;
}

/* line 49, app/assets/stylesheets/radio-tabs.scss */
.darkMode .radio-tabs__tab:hover {
  background-color: #080808;
}

/* line 53, app/assets/stylesheets/radio-tabs.scss */
.darkMode .radio-tabs__tab.is-active {
  background-color: #080808;
}

/* line 1, app/assets/stylesheets/pagination.scss */
.pagination {
  display: flex;
  gap: 0.125rem;
}

/* line 7, app/assets/stylesheets/pagination.scss */
button.pagination__button {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  padding: 0.375rem;
  cursor: pointer;
  background-color: #aaaaaa;
}

/* line 17, app/assets/stylesheets/pagination.scss */
button.pagination__button:hover {
  background-color: #666666;
}

/* line 21, app/assets/stylesheets/pagination.scss */
button.pagination__button:disabled {
  cursor: not-allowed;
  background-color: #cccccc;
}

/* line 26, app/assets/stylesheets/pagination.scss */
button.pagination__button.is-active {
  background-color: #444444;
}

/* line 30, app/assets/stylesheets/pagination.scss */
button.pagination__button .material-symbols-outlined {
  font-size: 1.2em;
  margin-left: -0.25em;
  margin-right: -0.25em;
}

/* line 36, app/assets/stylesheets/pagination.scss */
.darkMode button.pagination__button {
  background-color: #444444;
}

/* line 39, app/assets/stylesheets/pagination.scss */
.darkMode button.pagination__button:hover {
  background-color: #666666;
}

/* line 43, app/assets/stylesheets/pagination.scss */
.darkMode button.pagination__button:disabled {
  background-color: #222222;
}

/* line 47, app/assets/stylesheets/pagination.scss */
.darkMode button.pagination__button.is-active {
  background-color: #111111;
}

/* line 2, app/assets/stylesheets/extensions/edit-content-highlight.scss */
.edit-content-highlight {
  position: relative;
  z-index: 0;
}

/* line 6, app/assets/stylesheets/extensions/edit-content-highlight.scss */
.edit-content-highlight::selection {
  background-color: #dedede;
}

/* line 9, app/assets/stylesheets/extensions/edit-content-highlight.scss */
.darkMode .edit-content-highlight::selection {
  background-color: #3a3a3a;
}

/* line 16, app/assets/stylesheets/extensions/edit-content-highlight.scss */
.edit-content-highlight-active, .edit-content-highlight-active::selection {
  background-color: #bddeff !important;
}

/* line 20, app/assets/stylesheets/extensions/edit-content-highlight.scss */
.darkMode .edit-content-highlight-active, .darkMode .edit-content-highlight-active::selection {
  background-color: #063252 !important;
}

/* line 1, app/assets/stylesheets/utils.scss */
.tabular-nums {
  font-variant-numeric: tabular-nums;
}

/* line 5, app/assets/stylesheets/utils.scss */
.text-center {
  text-align: center;
}

/* line 1, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
:root {
  --rnf-font-size-xs: 0.75rem;
  --rnf-font-size-sm: 0.875rem;
  --rnf-font-size-md: 1rem;
  --rnf-font-size-lg: 1.125rem;
  --rnf-font-size-xl: 1.266rem;
  --rnf-font-size-2xl: 1.5rem;
  --rnf-font-size-3xl: 1.75rem;
  --rnf-spacing-0: 0;
  --rnf-spacing-1: 0.25rem;
  --rnf-spacing-2: 0.5rem;
  --rnf-spacing-3: 0.75rem;
  --rnf-spacing-4: 1rem;
  --rnf-spacing-5: 1.25rem;
  --rnf-spacing-6: 1.5rem;
  --rnf-spacing-7: 2rem;
  --rnf-spacing-8: 2.625rem;
  --rnf-font-weight-normal: 400;
  --rnf-font-weight-medium: 500;
  --rnf-font-weight-semibold: 600;
  --rnf-font-weight-bold: 700;
  --rnf-font-family-sanserif: Inter, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
  --rnf-border-radius-sm: 0.125rem;
  --rnf-border-radius-md: 0.25rem;
  --rnf-border-radius-lg: 0.5rem;
  --rnf-shadow-sm: 0px 5px 10px rgba(0, 0, 0, 0.12);
  --rnf-shadow-md: 0px 8px 30px rgba(0, 0, 0, 0.24);
  --rnf-color-white: #fff;
  --rnf-color-white-a-75: rgba(255, 255, 255, 0.75);
  --rnf-color-black: #000000;
  --rnf-color-gray-800: #080808;
  --rnf-color-gray-700: #222222;
  --rnf-color-gray-650: #333333;
  --rnf-color-gray-600: #444444;
  --rnf-color-gray-500: #666666;
  --rnf-color-gray-400: #888888;
  --rnf-color-gray-300: #aaaaaa;
  --rnf-color-gray-200: #bbbbbb;
  --rnf-color-gray-100: #dedede;
  --rnf-color-brand-500: #0093ff;
  --rnf-color-brand-700: #152847;
  --rnf-unread-badge-bg-color: #0093ff;
  --rnf-message-cell-unread-dot-bg-color: #0093ff;
  --rnf-message-cell-hover-bg-color: #fafafa;
  --rsk-button-hover-color: rgba(247, 247, 248, 1);
  --rnf-button-padding-x: 8px;
  --rnf-button-padding-y: 4px;
  --rnf-button-border-radius: 4px;
  --rnf-button-font-weight: var(--rnf-font-weight-medium);
  --rnf-button-font-size: var(--rnf-font-size-sm);
  --rnf-button-primary-bg-color: var(--rnf-color-brand-500);
  --rnf-button-primary-hover-bg-color: var(--rnf-color-brand-700);
  --rnf-button-primary-border-color: transparent;
  --rnf-button-primary-text-color: var(--rnf-color-white);
  --rnf-button-secondary-bg-color: var(--rnf-color-white);
  --rnf-button-secondary-hover-bg-color: #dddee1;
  --rnf-button-secondary-border-color: #dddee1;
  --rnf-button-secondary-text-color: var(--rnf-color-gray-700);
  --rnf-avatar-bg-color: #ef8476;
  --rnf-avatar-size: 2rem;
  --rnf-avatar-initials-font-size: var(--rnf-font-size-md);
  --rnf-avatar-initials-line-height: var(--rnf-font-size-lg);
  --rnf-avatar-initials-color: #fff;
  --rnf-notification-cell-border-bottom-color: #eeeeee;
  --rnf-notification-cell-padding: var(--rnf-spacing-3);
  --rnf-notification-cell-active-bg-color: #fafafa;
  --rnf-notification-cell-unread-dot-size: 0.5rem;
  --rnf-notification-cell-unread-dot-bg-color: #619aea;
  --rnf-notification-cell-unread-dot-border-color: transparent;
  --rnf-notification-cell-content-color: var(--rnf-color-gray-800);
  --rnf-notification-cell-content-font-size: var(--rnf-font-size-sm);
  --rnf-notification-cell-content-line-height: var(--rnf-font-size-lg);
  --rnf-archive-notification-btn-bg-color: var(--rnf-color-gray-400);
  --rnf-archive-notification-btn-bg-color-active: var(--rnf-color-gray-500);
  --rnf-notification-icon-button-size: 1.125rem !important;
  --rnf-notification-icon-button-bg-color: transparent !important;
  --rnf-unseen-badge-bg-color: #ff6b86;
  --rnf-unseen-badge-size: 1rem;
  --rnf-unseed-badge-font-size: 8px;
  --rnf-empty-feed-max-w: 240px;
  --rnf-empty-feed-header-font-size: var(--rnf-font-size-md);
  --rnf-empty-feed-body-font-size: var(--rnf-font-size-sm);
  --rnf-notification-feed-popover-max-w: 400px;
  --rnf-notification-feed-popover-min-w: 280px;
  --rnf-notification-feed-popover-height: 400px;
  --rnf-notification-feed-popover-shadow: drop-shadow(
    0px 5px 15px rgba(0, 0, 0, 0.2)
  );
  --rnf-notification-feed-popover-shadow-color: rgba(0, 0, 0, 0.2);
  --rnf-notification-feed-popover-bg-color: #fff;
  --rnf-notification-feed-popover-z-index: 999;
  --rnf-notification-feed-popover-arrow-size: 10px;
  --rnf-notification-feed-popover-border-radius: 4px;
  --rsk-connected-color: rgba(51, 163, 102, 1);
  --rsk-disconnect-border-color: rgba(230, 71, 51, 1);
  --rsk-disconnect-background-color: rgba(255, 245, 245, 1);
  --rsk-error-red: rgba(205, 123, 46, 1);
  --rsk-error-yellow: rgba(247, 212, 102, 1);
  --rsk-error-yellow-background: rgba(255, 255, 240, 1);
}

/* line 117, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
#SCOPE-toolbar-notifications {
  --rnf-notification-icon-button-size: 1.25rem !important;
}

/* line 122, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
  vertical-align: middle;
  width: auto;
  padding: var(--rnf-button-padding-y) var(--rnf-button-padding-x);
  border-radius: var(--rnf-button-border-radius);
  font-size: var(--rnf-button-font-size);
  line-height: var(--rnf-font-size-lg);
  font-weight: var(--rnf-button-font-weight);
  border: 1px solid;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}

/* line 144, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-button--full-width {
  width: 100%;
}

/* line 148, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-button--primary {
  background-color: var(--rnf-button-primary-bg-color);
  color: var(--rnf-button-primary-text-color);
  border-color: var(--rnf-button-primary-border-color);
}

/* line 154, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-button--primary:hover:not(:disabled),
.rnf-button--primary:active:not(:disabled) {
  background-color: var(--rnf-button-primary-hover-bg-color);
}

/* line 159, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/* line 164, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-button--secondary {
  background-color: var(--rnf-button-secondary-bg-color);
  color: var(--rnf-button-secondary-text-color);
  border-color: var(--rnf-button-secondary-border-color);
}

/* line 170, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-button--secondary:hover:not(:disabled),
.rnf-button--secondary:active:not(:disabled) {
  background-color: var(--rnf-button-secondary-hover-bg-color);
}

/* line 175, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-button--dark.rnf-button--secondary {
  border-color: #43464c;
  background-color: #43464c;
  color: var(--rnf-color-white-a-75);
}

/* line 181, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-button__button-text-hidden {
  opacity: 0;
}

/* line 185, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-button--dark.rnf-button--secondary:hover:not(:disabled),
.rnf-button--dark.rnf-button--secondary:active:not(:disabled) {
  background-color: var(--rnf-color-gray-600);
}

/* line 190, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-button-spinner {
  display: flex;
  align-items: center;
  font-size: 1rem;
  line-height: "normal";
}

/* line 197, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-button-spinner--without-label {
  position: absolute;
}

/* line 201, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-button-spinner--with-label {
  margin-right: 6px;
}

/* line 205, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-button--primary .rnf-button-spinner circle {
  stroke: #fff;
}

/* line 209, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-button--secondary .rnf-button-spinner circle {
  stroke: var(--rnf-button-secondary-text-color);
}

/* line 213, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-button--dark.rnf-button--secondary .rnf-button-spinner circle {
  stroke: var(--rnf-color-white-a-75);
}

/* line 217, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-button-group > .rnf-button + .rnf-button {
  margin-left: 8px;
}

/* line 221, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-avatar {
  background-color: var(--rnf-avatar-bg-color);
  border-radius: var(--rnf-avatar-size);
  width: var(--rnf-avatar-size);
  height: var(--rnf-avatar-size);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* line 233, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-avatar__initials {
  font-size: var(--rnf-avatar-initials-font-size);
  line-height: var(--rnf-avatar-initials-line-height);
  color: var(--rnf-avatar-initials-color);
}

/* line 239, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-avatar__image {
  object-fit: cover;
  width: var(--rnf-avatar-size);
  height: var(--rnf-avatar-size);
}

/* line 245, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-notification-cell {
  background-color: transparent;
  position: relative;
  border-bottom: 1px solid var(--rnf-notification-cell-border-bottom-color);
}

/* line 251, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-notification-cell:last-child {
  border-bottom-color: transparent;
}

/* line 255, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-notification-cell:hover,
.rnf-notification-cell:focus,
.rnf-notification-cell:active {
  background-color: var(--rnf-notification-cell-active-bg-color);
  outline: none;
}

/* line 262, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-notification-cell__inner {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  width: 100%;
  text-decoration: none;
  display: flex;
  padding: var(--rnf-notification-cell-padding);
  cursor: pointer;
  text-align: left;
  justify-content: flex-start;
}

/* line 276, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
#SCOPE-toolbar-notifications .rnf-notification-cell__inner {
  padding-left: 1rem;
}

/* line 281, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-notification-cell__unread-dot {
  position: absolute;
  top: var(--rnf-notification-cell-padding);
  left: var(--rnf-notification-cell-padding);
  width: var(--rnf-notification-cell-unread-dot-size);
  height: var(--rnf-notification-cell-unread-dot-size);
  border-radius: var(--rnf-notification-cell-unread-dot-size);
  background-color: var(--rnf-notification-cell-unread-dot-bg-color);
  border: 1px solid var(--rnf-notification-cell-unread-dot-border-color);
}

/* line 292, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-notification-cell__content-outer {
  margin-left: var(--rnf-spacing-3);
}

/* line 296, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-notification-cell__content {
  color: var(--rnf-notification-cell-content-color);
  display: block;
  font-weight: var(--rnf-font-weight-normal);
  font-size: var(--rnf-notification-cell-content-font-size);
  line-height: var(--rnf-notification-cell-content-line-height);
  margin-bottom: var(--rnf-spacing-1);
  word-break: normal;
  word-wrap: break-word;
}

/* line 307, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-notification-cell__content h1,
.rnf-notification-cell__content h2,
.rnf-notification-cell__content h3,
.rnf-notification-cell__content h4 {
  font-weight: var(--rnf-font-weight-semibold);
  margin-bottom: 0.5em;
}

/* line 315, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-notification-cell__content h1 {
  font-size: var(--rnf-font-size-2xl);
}

/* line 319, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-notification-cell__content h2 {
  font-size: var(--rnf-font-size-xl);
}

/* line 323, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-notification-cell__content h3 {
  font-size: var(--rnf-font-size-lg);
}

/* line 327, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-notification-cell__content h4 {
  font-size: var(--rnf-font-size-md);
}

/* line 331, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-notification-cell__content p {
  margin: 0 0 0.75em;
  word-break: break-word;
}

/* line 336, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-notification-cell__content p:last-child {
  margin-bottom: 0;
}

/* line 340, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-notification-cell__content blockquote {
  border-left: 3px solid var(--rnf-color-gray-100);
  padding-left: var(--rnf-spacing-2);
  line-height: var(--rnf-font-size-xl);
  margin: 0;
}

/* line 346, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-notification-cell--dark .rnf-notification-cell__content blockquote {
  border-left-color: var(--rnf-color-gray-600);
}

/* line 351, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-notification-cell__content strong {
  font-weight: var(--rnf-font-weight-semibold);
}

/* line 355, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-notification-cell__timestamp {
  display: block;
  color: var(--rnf-color-gray-300);
  font-size: var(--rnf-font-size-sm);
  font-weight: var(--rnf-font-weight-normal);
  line-height: var(--rnf-font-size-lg);
}

/* line 363, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-notification-cell__child-content,
.rnf-notification-cell__button-group {
  margin: 0.75em 0 0.5em;
}

/* line 368, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
button.rnf-archive-notification-btn {
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  user-select: none;
  border: none;
  opacity: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
  margin-left: auto;
  color: var(--rnf-archive-notification-btn-bg-color);
  padding: var(--rnf-spacing-1) var(--rnf-spacing-2);
  transition: color 0.1s ease-in-out, opacity 0.2s ease-in-out;
}

/* line 386, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-notification-cell:focus .rnf-archive-notification-btn,
.rnf-notification-cell:hover .rnf-archive-notification-btn,
.rnf-notification-cell:active .rnf-archive-notification-btn {
  opacity: 1;
}

/* line 392, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-archive-notification-btn:focus,
.rnf-archive-notification-btn:hover,
.rnf-archive-notification-btn:active {
  outline: none;
  opacity: 1;
  color: var(--rnf-archive-notification-btn-bg-color-active);
}

/* line 400, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-tooltip {
  background-color: var(--rnf-color-gray-700);
  border-radius: 4px;
  box-shadow: 0 2px 4px #0000002e;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: var(--rnf-spacing-1) var(--rnf-spacing-2);
  font-size: var(--rnf-font-size-xs);
  line-height: var(--rnf-font-size-s);
  font-weight: var(--rnf-font-weight-medium);
  transition: opacity 0.3s;
  z-index: 9999;
}

/* line 418, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-archive-notification-btn .rnf-tooltip {
  inset: 0 0 auto auto !important;
  transform: translate3d(-2.25rem, 0.75rem, 0) !important;
}

/* line 426, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-notification-cell--dark:last-child {
  border-bottom-color: transparent;
}

/* line 430, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-notification-cell--dark .rnf-notification-cell__timestamp {
  color: var(--rnf-color-gray-500);
}

/* line 434, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-archive-notification-btn--dark {
  --rnf-archive-notification-btn-bg-color: var(--rnf-color-gray-500);
  --rnf-archive-notification-btn-bg-color-active: var(--rnf-color-gray-400);
}

/* line 439, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-tooltip--dark {
  background-color: var(--rnf-color-gray-700);
}

@media screen and (hover: none) {
  /* line 444, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
  .rnf-archive-notification-btn {
    opacity: 1;
  }
}

/* line 449, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-notification-feed {
  background-color: var(--rnf-color-white);
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* line 455, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
#SCOPE-toolbar-notifications .rnf-notification-feed {
  height: 18rem;
  background-color: transparent;
}

/* line 461, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-dropdown {
  font-size: var(--rnf-font-size-md);
  font-weight: var(--rnf-font-weight-medium);
  color: var(--rnf-color-gray-400);
  position: relative;
}

/* line 468, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-dropdown select {
  padding-right: var(--rnf-spacing-3);
  color: currentColor;
  border: none;
  background: transparent;
  -webkit-appearance: none !important;
  -moz-appearance: none;
  appearance: none;
  font-size: var(--rnf-font-size-sm);
  position: relative;
  text-align: right;
  z-index: 2;
  cursor: pointer;
}

@media (min-width: 768px) {
  /* line 468, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
  .rnf-dropdown select {
    width: 5rem;
  }
}

/* line 486, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-dropdown select:hover, .rnf-dropdown select:active {
  color: var(--rnf-color-gray-600);
}

/* line 491, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
#SCOPE-toolbar-notifications .rnf-dropdown select {
  text-align: left;
  padding-left: var(--rnf-spacing-4);
  padding-right: 0;
}

/* line 498, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-dropdown svg {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 0;
  z-index: 1;
}

/* line 505, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
#SCOPE-toolbar-notifications .rnf-dropdown svg {
  left: 0;
  right: auto;
}

/* line 511, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-mark-all-as-read {
  border: none;
  background: transparent !important;
  margin-left: auto;
  display: flex;
  align-items: center;
  padding: 0;
  font-size: var(--rnf-font-size-sm);
  color: var(--rnf-color-gray-400) !important;
  cursor: pointer !important;
}

/* line 522, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-mark-all-as-read:hover, .rnf-mark-all-as-read:active {
  color: var(--rnf-color-gray-600) !important;
}

/* line 528, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-mark-all-as-read:disabled {
  color: var(--rnf-color-gray-200) !important;
  cursor: not-allowed !important;
}

/* line 533, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-mark-all-as-read svg {
  margin-top: 1px;
  margin-left: var(--rnf-spacing-1);
}

/* line 538, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-notification-feed__header {
  padding: var(--rnf-spacing-3) var(--rnf-spacing-4);
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--rnf-notification-cell-border-bottom-color);
}

/* line 545, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-notification-feed__selector {
  display: flex;
  align-items: center;
}

/* line 550, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-notification-feed__type {
  font-size: var(--rnf-font-size-sm);
  font-weight: var(--rnf-font-weight-semibold);
  color: var(--rnf-color-gray-800);
  margin-right: var(--rnf-spacing-2);
}

/* line 556, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
#SCOPE-toolbar-notifications .rnf-notification-feed__type {
  display: none;
}

/* line 561, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-notification-feed__container {
  overflow-y: auto;
  flex: 1;
}

/* line 566, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-notification-feed__spinner-container {
  padding: var(--rnf-spacing-3) var(--rnf-spacing-4);
}

/* line 570, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-notification-feed__spinner-container svg {
  margin: 0 auto;
  display: block;
}

/* line 575, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-notification-feed__knock-branding {
  text-align: center;
}

/* line 579, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-notification-feed__knock-branding a {
  display: block;
  font-size: var(--rnf-font-size-sm);
  color: var(--rnf-color-gray-500);
  padding: 6px;
  border-top: 1px solid var(--rnf-color-gray-100);
}

/* line 587, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-notification-feed__knock-branding a:hover {
  background-color: #f1f6fc;
}

/* line 591, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-notification-feed--dark {
  --rnf-notification-cell-border-bottom-color: var(--rnf-color-gray-600);
  --rnf-notification-cell-active-bg-color: var(--rnf-color-gray-650);
  --rnf-notification-cell-content-color: var(--rnf-color-white-a-75);
  background-color: var(--rnf-color-gray-700);
}

/* line 597, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
#SCOPE-toolbar-notifications .rnf-notification-feed--dark {
  --rnf-notification-cell-active-bg-color: var(--rnf-color-gray-700);
}

/* line 602, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-notification-feed--dark .rnf-notification-feed__type {
  color: var(--rnf-color-white-a-75);
}

/* line 606, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-dropdown--dark {
  color: var(--rnf-color-gray-400);
}

/* line 610, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-dropdown--dark select:hover, .rnf-dropdown--dark select:active {
  color: var(--rnf-color-gray-200);
}

/* line 618, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-mark-all-as-read--dark:hover, .rnf-mark-all-as-read--dark:active {
  color: var(--rnf-color-gray-200) !important;
}

/* line 623, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-mark-all-as-read--dark:disabled {
  color: var(--rnf-color-gray-500);
}

/* line 628, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-notification-feed--dark .rnf-notification-feed__knock-branding a {
  color: var(--rnf-color-gray-400);
  border-top-color: #697386a6;
}

/* line 633, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-notification-feed--dark .rnf-notification-feed__knock-branding a:hover {
  background-color: #393b40;
}

/* line 637, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-feed-provider {
  font-family: var(--rnf-font-family-sanserif) !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* line 643, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-feed-provider [class^="rnf-"] {
  font-family: var(--rnf-font-family-sanserif) !important;
  box-sizing: border-box;
}

/* line 648, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-notification-icon-button {
  background-color: var(--rnf-notification-icon-button-bg-color) !important;
  border: none !important;
  position: relative !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer !important;
  color: var(--rnf-color-gray-500) !important;
  width: var(--rnf-notification-icon-button-size) !important;
  height: var(--rnf-notification-icon-button-size) !important;
  font-size: var(--rnf-notification-icon-button-size) !important;
}

/* line 663, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-notification-icon-button svg {
  display: block !important;
  margin: 0 auto !important;
  width: 1em;
  height: 1em;
}

/* line 669, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-notification-icon-button svg path {
  stroke-width: 3;
}

/* line 674, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
#SCOPE-toolbar-notifications .rnf-notification-icon-button {
  color: var(--rnf-color-gray-400) !important;
}

/* line 679, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-notification-icon-button--dark {
  color: var(--rnf-color-gray-200) !important;
  background-color: transparent !important;
}

/* line 683, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
#SCOPE-toolbar-notifications .rnf-notification-icon-button--dark {
  color: var(--rnf-color-gray-400) !important;
}

/* line 688, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-empty-feed {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* line 697, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-empty-feed__inner {
  max-width: var(--rnf-empty-feed-max-w);
  margin: 0 auto;
  text-align: center;
}

/* line 703, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-empty-feed__header {
  font-size: var(--rnf-empty-feed-header-font-size);
  font-weight: var(--rnf-font-weight-semibold);
  color: var(--rnf-color-gray-700);
  margin: 0 0 var(--rnf-spacing-1);
}

/* line 710, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-empty-feed__body {
  font-size: var(--rnf-empty-feed-body-font-size);
  color: var(--rnf-color-gray-300);
  margin: 0;
}

/* line 716, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-empty-feed--dark .rnf-empty-feed__header {
  color: var(--rnf-color-white-a-75);
}

/* line 720, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-empty-feed--dark .rnf-empty-feed__body {
  color: var(--rnf-color-gray-400);
}

/* line 724, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-notification-feed-popover {
  width: 100%;
  max-width: var(--rnf-notification-feed-popover-max-w);
  min-width: var(--rnf-notification-feed-popover-min-w);
  height: var(--rnf-notification-feed-popover-height);
  z-index: var(--rnf-notification-feed-popover-z-index);
  filter: var(--rnf-notification-feed-popover-shadow);
}

/* line 735, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-notification-feed-popover *,
.rnf-notification-feed * {
  box-sizing: border-box;
}

/* line 740, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-notification-feed-popover__inner {
  overflow: hidden;
  background-color: var(--rnf-notification-feed-popover-bg-color);
  border-radius: var(--rnf-notification-feed-popover-border-radius);
  height: 100%;
}

/* line 747, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-notification-feed-popover__arrow {
  position: absolute;
  width: var(--rnf-notification-feed-popover-arrow-size);
  height: var(--rnf-notification-feed-popover-arrow-size);
}

/* line 753, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-notification-feed-popover__arrow::after {
  content: " ";
  display: block;
  background-color: var(--rnf-notification-feed-popover-bg-color);
  box-shadow: -1px -1px 1px var(--rnf-notification-feed-popover-shadow-color);
  position: absolute;
  top: -5px;
  left: 0;
  transform: rotate(45deg);
  width: var(--rnf-notification-feed-popover-arrow-size);
  height: var(--rnf-notification-feed-popover-arrow-size);
}

/* line 766, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-notification-feed-popover--dark {
  --rnf-notification-feed-popover-shadow-color: rgba(0, 0, 0, 0.2);
}

/* line 770, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-unseen-badge {
  background-color: var(--rnf-unseen-badge-bg-color);
  width: var(--rnf-unseen-badge-size);
  height: var(--rnf-unseen-badge-size);
  border-radius: var(--rnf-unseen-badge-size);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -0.25rem;
  right: -0.25rem;
}

/* line 783, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-unseen-badge__count {
  font-size: var(--rnf-unseed-badge-font-size);
  font-weight: var(--rnf-font-weight-medium);
  color: var(--rnf-color-white);
  margin-top: -1px;
}

/* line 790, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rnf-unseen-badge--dark {
  --rnf-unseen-badge-bg-color: #ef3434;
}

/* line 794, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rsk-connect__button {
  background-color: var(--rsk-color-white);
  border: 1px solid var(--rsk-color-gray-200);
  border-radius: var(--rsk-button-border-radius);
  box-sizing: border-box;
  color: var(--rsk-color-black);
  cursor: pointer;
  display: inline-flex;
  font-family: var(--rsk-font-family-sanserif);
  font-size: var(--rsk-font-size-sm);
  font-weight: var(--rsk-font-weight-normal);
  gap: var(--rsk-spacing-2);
  padding: var(--rsk-spacing-1) var(--rsk-spacing-2);
  text-decoration: none;
  text-overflow: ellipsis;
  text-wrap: nowrap;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

/* line 814, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rsk-connect__button--connected {
  border-color: var(--rsk-connected-color);
  color: var(--rsk-connected-color);
  width: 120px;
}

/* line 820, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rsk-connect__button--error {
  border-color: var(--rsk-error-red);
  color: var(--rsk-error-red);
}

/* line 825, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rsk-connect__button--loading {
  border-color: var(--rsk-color-gray-100);
  color: var(--rsk-color-gray-400);
  pointer-events: none;
}

/* line 831, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rsk-connect__button--disconnected:hover {
  background-color: var(--rsk-button-hover-color);
}

/* line 835, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rsk-connect__button--connected:hover,
.rsk-connect__button__text--connected:hover {
  background-color: var(--rsk-disconnect-background-color);
  border-color: var(--rsk-disconnect-border-color);
  color: var(--rsk-disconnect-border-color);
}

/* line 842, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rsk-connect__button--error:hover,
.rsk-connect__button__text--error:hover {
  border-color: var(--rsk-color-black);
  color: var(--rsk-color-black);
}

/* line 848, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rsk-connect__button:active {
  transform: translate(1px, 1px);
}

/* line 852, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rsk-auth {
  background: var(--rsk-color-white);
  border: 1px solid var(--rsk-color-gray-100);
  border-radius: var(--rsk-border-radius-lg);
  font-family: var(--rsk-font-family-sanserif);
  font-size: var(--rsk-font-size-sm);
  font-weight: var(--rsk-font-weight-normal);
  padding: var(--rsk-spacing-5);
}

/* line 862, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rsk-auth__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* line 868, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rsk-auth__title {
  color: #1a1f36;
  font-size: var(--rsk-font-size-md);
  line-height: var(--rsk-spacing-5);
  margin-top: var(--rsk-spacing-4);
}

/* line 875, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rsk-auth__description {
  color: #515669;
  font-size: var(--rsk-font-size-sm);
  line-height: var(--rsk-spacing-5);
}

/* line 881, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rsk-combobox,
.rsk-combobox__list-box,
.rsk-combobox__searchbar,
.rsk-combobox__searchbar__input-container {
  width: 286px;
}

/* line 888, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rsk-combobox {
  font-family: var(--rsk-font-family-sanserif);
  font-size: var(--rsk-font-size-sm);
  font-weight: var(--rsk-font-weight-normal);
}

/* line 894, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rsk-combobox__searchbar__input-container {
  align-items: center;
  color: var(--rsk-color-gray-200);
  display: flex;
  position: relative;
}

/* line 901, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rsk-combobox__searchbar__input-container__icon,
.rsk-combobox__searchbar__input-container__icon--error {
  left: var(--rsk-spacing-3);
  position: absolute;
  top: 0.65rem;
  z-index: 10;
}

/* line 909, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rsk-combobox__searchbar__input-container__icon--error {
  color: var(--rsk-error-yellow);
}

/* line 913, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rsk-combobox__searchbar__input-container__input {
  border-color: var(--rsk-color-gray-200);
  border-radius: var(--rsk-border-radius-md);
  border-style: solid;
  border-width: 1px;
  height: 32px;
  padding-left: var(--rsk-spacing-7);
  padding-right: var(--rsk-spacing-1);
  position: relative;
  width: 100%;
}

/* line 925, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rsk-combobox__searchbar__input-container__input:disabled {
  background-color: var(--rsk-error-yellow-background);
  border: 1px solid var(--rsk-error-yellow);
}

/* line 930, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rsk-combobox__searchbar__input-container__input--error {
  cursor: not-allowed;
}

/* line 934, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rsk-combobox__searchbar__input-container__input--error::placeholder {
  color: #a95823;
}

/* line 938, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rsk-combobox__list-box {
  background-color: var(--rsk-color-white);
  border-radius: var(--rsk-border-radius-sm);
  box-shadow: 0 1px 2px #0000000f, 0 1px 3px #0000001a;
  display: flex;
  flex-direction: column;
  height: 223px;
  margin-top: var(--rsk-spacing-1);
  overflow-x: hidden;
  overflow-y: auto;
  width: 284px;
}

/* line 951, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rsk-combobox__option__button {
  background-color: var(--rsk-color-white);
  border-width: var(--rsk-spacing-0);
  padding: var(--rsk-spacing-2);
}

/* line 957, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rsk-combobox__option__button:hover {
  cursor: pointer;
}

/* line 961, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rsk-combobox__option__button:disabled {
  color: var(--rsk-color-gray-700);
  cursor: not-allowed;
}

/* line 966, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rsk-combobox__option__text-container {
  display: flex;
}

/* line 970, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rsk-combobox__option__text-container__empty-icon,
.rsk-combobox__option__text-container__channel-icon,
.rsk-combobox__option__text-container__connection-icon {
  height: 15px;
  width: 20px;
}

/* line 977, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rsk-combobox__option__text-container__channel-icon {
  align-items: center;
  display: flex;
  justify-content: center;
}

/* line 983, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rsk-combobox__option__text-container__text {
  height: 15px;
}

/* line 987, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rsk-combobox__error {
  align-items: flex-start;
  background-color: var(--rsk-color-gray-100);
  border-radius: var(--rsk-border-radius-md);
  display: flex;
  gap: var(--rsk-spacing-1);
  justify-content: center;
  margin-top: var(--rsk-spacing-1);
  padding: var(--rsk-spacing-2);
}

/* line 998, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rsk-combobox__error__text {
  color: var(--rsk-color-gray-700);
  font-size: var(--rsk-font-size-xs);
  line-height: normal;
}

/* line 1004, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rsk-combobox__connected_channel_tag_list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: var(--rsk-spacing-2);
  margin-top: var(--rsk-spacing-2);
  width: 286px;
  font-size: var(--rsk-font-size-sm);
  font-family: var(--rsk-font-family-sanserif);
  color: var(--rsk-color-gray-800);
}

/* line 1016, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rsk-combobox__connected_channel_tag {
  align-items: center;
  background-color: var(--rsk-color-gray-100);
  border-radius: var(--rsk-border-radius-md);
  display: flex;
  gap: var(--rsk-spacing-1);
  max-width: 286px;
  padding: var(--rsk-spacing-1) var(--rsk-spacing-2) var(--rsk-spacing-1) var(--rsk-spacing-2);
}

/* line 1027, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rsk-combobox__connected_channel_tag__delete_button,
.rsk-combobox__connected_channel_tag__channel_type_icon,
.rsk-combobox__connected_channel_tag__text {
  display: flex;
}

/* line 1033, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rsk-combobox__connected_channel_tag__text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1039, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rsk-combobox__connected_channel_tag__delete_button {
  background-color: unset;
  border-style: none;
  cursor: pointer;
  padding: 0.05rem 0 0;
}

/* line 1046, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rsk-combobox__connected_channel_tag__delete_button:hover {
  background-color: var(--rsk-color-gray-200);
  border-radius: var(--rsk-border-radius-md);
}

/* line 1051, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rsk-connect-channel {
  align-items: center;
  display: flex;
  gap: var(--rsk-spacing-1);
}

/* line 1057, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rsk-connect-channel__input {
  border: 1px solid var(--rsk-color-gray-200);
  border-radius: var(--rsk-border-radius-md);
  height: 32px;
  padding-left: var(--rsk-spacing-2);
  width: 270px;
}

/* line 1065, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rsk-connect-channel__button {
  background-color: var(--rsk-color-white);
  border-color: var(--rsk-color-gray-200);
  border-radius: var(--rsk-button-border-radius);
  color: var(--rsk-color-black);
  display: inline-flex;
  font-family: var(--rsk-font-family-sanserif);
  font-size: var(--rsk-font-size-sm);
  font-weight: var(--rsk-font-weight-normal);
  gap: var(--rsk-spacing-2);
  height: 24px;
  padding: var(--rsk-spacing-2);
  text-decoration: none;
}

/* line 1080, app/assets/stylesheets/vendor/knocklabs-react-notification-feed-index.scss */
.rsk-connect-channel__button:hover {
  background-color: var(--rsk-button-hover-color);
}

/* line 1, app/assets/stylesheets/stylex-workarounds/ask-lex.scss */
.SCOPE-ask-lex-message {
  overflow-wrap: break-word;
  word-wrap: break-word;
  overflow-x: auto;
}

/* line 6, app/assets/stylesheets/stylex-workarounds/ask-lex.scss */
.SCOPE-ask-lex-message h1 {
  font-size: 1.4em;
}

/* line 9, app/assets/stylesheets/stylex-workarounds/ask-lex.scss */
.SCOPE-ask-lex-message h1:first-child {
  margin-top: 0;
}

/* line 14, app/assets/stylesheets/stylex-workarounds/ask-lex.scss */
.SCOPE-ask-lex-message h2 {
  font-size: 1.3em;
}

/* line 18, app/assets/stylesheets/stylex-workarounds/ask-lex.scss */
.SCOPE-ask-lex-message h3 {
  font-size: 1.2em;
}

/* line 22, app/assets/stylesheets/stylex-workarounds/ask-lex.scss */
.SCOPE-ask-lex-message h4 {
  font-size: 1.1em;
}

/* line 26, app/assets/stylesheets/stylex-workarounds/ask-lex.scss */
.SCOPE-ask-lex-message p,
.SCOPE-ask-lex-message ul,
.SCOPE-ask-lex-message ol {
  margin: 0 0 0.75rem 0;
}

/* line 32, app/assets/stylesheets/stylex-workarounds/ask-lex.scss */
.SCOPE-ask-lex-message ul,
.SCOPE-ask-lex-message ol,
.SCOPE-ask-lex-message blockquote {
  padding-left: 1rem;
}

/* line 38, app/assets/stylesheets/stylex-workarounds/ask-lex.scss */
.SCOPE-ask-lex-message blockquote {
  border-left: 3px solid #bbbbbb;
  margin: 0 0 0.75rem 0;
  font-style: italic;
}

/* line 44, app/assets/stylesheets/stylex-workarounds/ask-lex.scss */
.SCOPE-ask-lex-message table {
  border-collapse: collapse;
  margin-bottom: 0.75rem;
}

/* line 49, app/assets/stylesheets/stylex-workarounds/ask-lex.scss */
.SCOPE-ask-lex-message th,
.SCOPE-ask-lex-message td {
  border: 1px solid #bbbbbb;
  padding: 0.5rem;
}

/* line 55, app/assets/stylesheets/stylex-workarounds/ask-lex.scss */
.SCOPE-ask-lex-message th {
  background-color: #dedede;
}

/* line 59, app/assets/stylesheets/stylex-workarounds/ask-lex.scss */
.SCOPE-ask-lex-message li {
  margin: 0 0 0.375rem 0;
}

/* line 63, app/assets/stylesheets/stylex-workarounds/ask-lex.scss */
.SCOPE-ask-lex-message > *:last-child {
  margin-bottom: 0;
}

/* line 67, app/assets/stylesheets/stylex-workarounds/ask-lex.scss */
.SCOPE-ask-lex-message pre code {
  overflow-x: auto;
  font-size: 0.8rem;
}

/* line 72, app/assets/stylesheets/stylex-workarounds/ask-lex.scss */
.SCOPE-ask-lex-message p code {
  font-size: 0.8rem;
}

/* line 76, app/assets/stylesheets/stylex-workarounds/ask-lex.scss */
.SCOPE-ask-lex-message code {
  opacity: 0.5;
}

/* line 80, app/assets/stylesheets/stylex-workarounds/ask-lex.scss */
.SCOPE-ask-lex-message del,
.SCOPE-ask-lex-message del * {
  color: #ff6b86;
  background-color: #ffebe9;
  text-decoration: line-through;
}

/* line 87, app/assets/stylesheets/stylex-workarounds/ask-lex.scss */
.SCOPE-ask-lex-message ins,
.SCOPE-ask-lex-message ins * {
  color: #009800;
  text-decoration: none;
  background-color: #e6ffec;
}

/* line 94, app/assets/stylesheets/stylex-workarounds/ask-lex.scss */
.SCOPE-ask-lex-message ins blockquote {
  border-left: 3px solid #009800;
}

/* line 98, app/assets/stylesheets/stylex-workarounds/ask-lex.scss */
.SCOPE-ask-lex-message del blockquote {
  border-left: 3px solid #ff6b86;
}

/* line 102, app/assets/stylesheets/stylex-workarounds/ask-lex.scss */
.SCOPE-ask-lex-message ins th,
.SCOPE-ask-lex-message ins td {
  border-color: #009800;
}

/* line 107, app/assets/stylesheets/stylex-workarounds/ask-lex.scss */
.SCOPE-ask-lex-message del th,
.SCOPE-ask-lex-message del td {
  border-color: #ff6b86;
}

/* line 113, app/assets/stylesheets/stylex-workarounds/ask-lex.scss */
.SCOPE-ask-lex-message.show-changes-false del {
  display: none;
}

/* line 118, app/assets/stylesheets/stylex-workarounds/ask-lex.scss */
.SCOPE-ask-lex-message table,
.SCOPE-ask-lex-message iframe,
.SCOPE-ask-lex-message video,
.SCOPE-ask-lex-message img,
.SCOPE-ask-lex-message pre,
.SCOPE-ask-lex-message code {
  max-width: 100%;
}

/* line 127, app/assets/stylesheets/stylex-workarounds/ask-lex.scss */
.SCOPE-ask-lex-message img {
  height: auto;
}

/* line 131, app/assets/stylesheets/stylex-workarounds/ask-lex.scss */
.SCOPE-ask-lex-message span.inlineAdd {
  color: #009800;
  background-color: #e6ffec;
}

/* line 136, app/assets/stylesheets/stylex-workarounds/ask-lex.scss */
.SCOPE-ask-lex-message span.inlineDelete {
  color: #ff6b86;
  background-color: #ffebe9;
  text-decoration: line-through;
}

/* line 142, app/assets/stylesheets/stylex-workarounds/ask-lex.scss */
.SCOPE-ask-lex-message.hunk {
  border-bottom: 5px solid #dedede;
  margin: 1rem 0;
}

/* line 147, app/assets/stylesheets/stylex-workarounds/ask-lex.scss */
.SCOPE-ask-lex-message .think-block {
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: #dedede;
  padding-left: 0.875rem;
  margin: 0.5rem 0;
  color: #666666;
  font-style: italic;
}

/* line 159, app/assets/stylesheets/stylex-workarounds/ask-lex.scss */
.darkMode .SCOPE-ask-lex-message del,
.darkMode .SCOPE-ask-lex-message del * {
  color: #b84843;
  background-color: #2c1412;
}

/* line 165, app/assets/stylesheets/stylex-workarounds/ask-lex.scss */
.darkMode .SCOPE-ask-lex-message ins,
.darkMode .SCOPE-ask-lex-message ins * {
  color: #00bd00;
  background-color: #002d05;
}

/* line 171, app/assets/stylesheets/stylex-workarounds/ask-lex.scss */
.darkMode .SCOPE-ask-lex-message ins blockquote {
  border-left: 3px solid #00bd00;
}

/* line 175, app/assets/stylesheets/stylex-workarounds/ask-lex.scss */
.darkMode .SCOPE-ask-lex-message del blockquote {
  border-left: 3px solid #b84843;
}

/* line 179, app/assets/stylesheets/stylex-workarounds/ask-lex.scss */
.darkMode .SCOPE-ask-lex-message ins th,
.darkMode .SCOPE-ask-lex-message ins td {
  border-color: #00bd00;
}

/* line 184, app/assets/stylesheets/stylex-workarounds/ask-lex.scss */
.darkMode .SCOPE-ask-lex-message del th,
.darkMode .SCOPE-ask-lex-message del td {
  border-color: #b84843;
}

/* line 189, app/assets/stylesheets/stylex-workarounds/ask-lex.scss */
.darkMode .SCOPE-ask-lex-message .think-block {
  border-left-color: #444444;
  padding-left: 0.875rem;
  margin: 0.5rem 0;
  color: #888888;
  font-style: italic;
}

/* line 201, app/assets/stylesheets/stylex-workarounds/ask-lex.scss */
.SCOPE-ask-lex-message pre,
#SCOPE-comment-thread pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  border: 1px solid rgba(100, 100, 100, 0.1);
  padding: 0.33rem;
  border-radius: 3px;
}

/* line 212, app/assets/stylesheets/stylex-workarounds/ask-lex.scss */
.SCOPE-ask-lex-editor .ProseMirror {
  padding: 0.625rem;
  padding-right: 0;
}

@media (min-width: 881px) {
  /* line 212, app/assets/stylesheets/stylex-workarounds/ask-lex.scss */
  .SCOPE-ask-lex-editor .ProseMirror {
    padding: 0.75rem;
    padding-top: 0.625rem;
    padding-right: 0;
  }
}

/* line 222, app/assets/stylesheets/stylex-workarounds/ask-lex.scss */
.SCOPE-ask-lex-editor .ProseMirror:focus {
  outline: none;
}

/* line 226, app/assets/stylesheets/stylex-workarounds/ask-lex.scss */
.SCOPE-ask-lex-editor .ProseMirror p {
  margin: 0;
}

/* line 230, app/assets/stylesheets/stylex-workarounds/ask-lex.scss */
.SCOPE-ask-lex-editor .ProseMirror p.is-empty:first-child::before {
  content: attr(data-placeholder);
  float: left;
  height: 0;
  pointer-events: none;
  color: #aaaaaa;
}

/* line 237, app/assets/stylesheets/stylex-workarounds/ask-lex.scss */
.darkMode .SCOPE-ask-lex-editor .ProseMirror p.is-empty:first-child::before {
  color: #666666;
}

/**
 * Editor styles that we stylex doesn't (currently) support
 *
 * Stylex is very opinionated about "styles at a distance", there are no
 * current ways to target child elements, so whilst that's the case we use this
 * stylesheet to augment stylex as needed.
 *
 * src: https://stylexjs.com/docs/learn/thinking-in-stylex/#encapsulation
 */
/* line 13, app/assets/stylesheets/stylex-workarounds/editor.scss */
html.canvas-mode,
html.canvas-mode body {
  overscroll-behavior-x: none;
}

/* line 29, app/assets/stylesheets/stylex-workarounds/editor.scss */
.SCOPE-editor-core.zoomed-out .ProseMirror[contenteditable="false"] * {
  -webkit-user-select: none !important;
  user-select: none !important;
}

/* line 36, app/assets/stylesheets/stylex-workarounds/editor.scss */
.SCOPE-editor-core .ProseMirror {
  --editor-node-spacing: 1em;
  --editor-node-spacing-sm: 0.5em;
  min-height: 100vh;
  border: 0;
  /* Give a remote user a caret */
  /* Render the username above the caret */
}

/* line 40, app/assets/stylesheets/stylex-workarounds/editor.scss */
.SCOPE-editor-core .ProseMirror:focus {
  outline: none;
}

/* line 47, app/assets/stylesheets/stylex-workarounds/editor.scss */
html.canvas-mode .SCOPE-editor-core .ProseMirror {
  min-height: unset;
}

/* line 51, app/assets/stylesheets/stylex-workarounds/editor.scss */
.SCOPE-editor-core .ProseMirror:focus {
  outline: none;
}

/* line 55, app/assets/stylesheets/stylex-workarounds/editor.scss */
.SCOPE-editor-core .ProseMirror > *:first-child {
  margin-top: 0;
}

/* line 60, app/assets/stylesheets/stylex-workarounds/editor.scss */
.SCOPE-editor-core .ProseMirror .collaboration-cursor__caret {
  border-left: 1px solid #0d0d0d;
  border-right: 1px solid #0d0d0d;
  margin-left: -1px;
  margin-right: -1px;
  pointer-events: none;
  position: relative;
  word-break: normal;
}

/* line 71, app/assets/stylesheets/stylex-workarounds/editor.scss */
.SCOPE-editor-core .ProseMirror .collaboration-cursor__label {
  border-radius: 3px 3px 3px 0;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  left: -1px;
  line-height: normal;
  padding: 0.1rem 0.3rem;
  position: absolute;
  top: -1.4em;
  user-select: none;
  white-space: nowrap;
}

/* line 86, app/assets/stylesheets/stylex-workarounds/editor.scss */
.SCOPE-editor-core .ProseMirror .Tiptap-mathematics-editor,
.SCOPE-editor-core .ProseMirror .Tiptap-mathematics-render {
  border-radius: 0.25rem;
  display: inline-block;
}

/* line 92, app/assets/stylesheets/stylex-workarounds/editor.scss */
.SCOPE-editor-core .ProseMirror .Tiptap-mathematics-editor {
  font-family: monospace;
  padding: 0.2rem 0.5rem;
  background: #cccccc;
  color: #000000;
}

/* line 98, app/assets/stylesheets/stylex-workarounds/editor.scss */
.darkMode .SCOPE-editor-core .ProseMirror .Tiptap-mathematics-editor {
  background: #333333;
  color: #bbbbbb;
}

/* line 104, app/assets/stylesheets/stylex-workarounds/editor.scss */
.SCOPE-editor-core .ProseMirror .Tiptap-mathematics-render {
  padding: 0.25rem;
}

/* line 107, app/assets/stylesheets/stylex-workarounds/editor.scss */
.SCOPE-editor-core .ProseMirror .Tiptap-mathematics-render--editable {
  cursor: pointer;
  transition: background 0.2s;
  background: transparent;
}

/* line 115, app/assets/stylesheets/stylex-workarounds/editor.scss */
.SCOPE-editor-core .ProseMirror .Tiptap-mathematics-render--editable:hover {
  background: #eeeeee;
}

/* line 118, app/assets/stylesheets/stylex-workarounds/editor.scss */
.darkMode .SCOPE-editor-core .ProseMirror .Tiptap-mathematics-render--editable:hover {
  background: #2a2a2a;
}

/* line 124, app/assets/stylesheets/stylex-workarounds/editor.scss */
.SCOPE-editor-core .ProseMirror h1,
.SCOPE-editor-core .ProseMirror h2,
.SCOPE-editor-core .ProseMirror h3,
.SCOPE-editor-core .ProseMirror h4,
.SCOPE-editor-core .ProseMirror h5,
.SCOPE-editor-core .ProseMirror h6 {
  margin: var(--editor-node-spacing) 0 var(--editor-node-spacing-sm) 0;
  line-height: 1em;
}

/* line 134, app/assets/stylesheets/stylex-workarounds/editor.scss */
.SCOPE-editor-core .ProseMirror h1 {
  line-height: 1em;
  padding-bottom: 10px;
  margin-bottom: 0;
}

@media (max-width: 750px) {
  /* line 134, app/assets/stylesheets/stylex-workarounds/editor.scss */
  .SCOPE-editor-core .ProseMirror h1 {
    margin-top: 20px;
  }
}

/* line 144, app/assets/stylesheets/stylex-workarounds/editor.scss */
.SCOPE-editor-core .ProseMirror .collapsible-marker-click-target {
  position: absolute;
  top: 0;
  transform: translateX(-100%);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.75rem;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  visibility: hidden;
  pointer-events: none;
}

@media (max-width: 750px) {
  /* line 144, app/assets/stylesheets/stylex-workarounds/editor.scss */
  .SCOPE-editor-core .ProseMirror .collapsible-marker-click-target {
    display: none;
  }
}

/* line 171, app/assets/stylesheets/stylex-workarounds/editor.scss */
.SCOPE-editor-core .ProseMirror .header-collapsible,
.SCOPE-editor-core .ProseMirror .header-collapsed {
  position: relative;
}

/* line 178, app/assets/stylesheets/stylex-workarounds/editor.scss */
.SCOPE-editor-core .ProseMirror .header-collapsible:hover .collapsible-marker-click-target,
.SCOPE-editor-core .ProseMirror .header-collapsed .collapsible-marker-click-target {
  visibility: visible;
  pointer-events: all;
}

/* line 190, app/assets/stylesheets/stylex-workarounds/editor.scss */
.SCOPE-editor-core .ProseMirror p:empty::before {
  content: "";
  display: block;
  height: 1em;
}

/* line 198, app/assets/stylesheets/stylex-workarounds/editor.scss */
.SCOPE-editor-core .ProseMirror p br {
  display: block;
  margin-bottom: 1em;
  line-height: 1em;
}

/* line 206, app/assets/stylesheets/stylex-workarounds/editor.scss */
.SCOPE-editor-core .ProseMirror:not(.disabled) p.is-empty {
  position: relative;
}

/* line 209, app/assets/stylesheets/stylex-workarounds/editor.scss */
.SCOPE-editor-core .ProseMirror:not(.disabled) p.is-empty::before {
  content: attr(data-placeholder);
  position: absolute;
  top: 0;
  transition: opacity var(--focus-mode-transition-duration) ease;
  color: #aaaaaa;
  cursor: text !important;
}

/* line 218, app/assets/stylesheets/stylex-workarounds/editor.scss */
.focus-mode-active .SCOPE-editor-core .ProseMirror:not(.disabled) p.is-empty::before {
  opacity: 0;
}

/* line 222, app/assets/stylesheets/stylex-workarounds/editor.scss */
.darkMode .SCOPE-editor-core .ProseMirror:not(.disabled) p.is-empty::before {
  color: #666666;
}

/* line 235, app/assets/stylesheets/stylex-workarounds/editor.scss */
.SCOPE-editor-core .ProseMirror:not(.disabled) > :nth-child(n + 2):last-child:not(ol.footnotes), .SCOPE-editor-core .ProseMirror:not(.disabled) > :nth-child(n + 2):nth-last-child(2) {
  /* Modern browsers */
}

/* line 244, app/assets/stylesheets/stylex-workarounds/editor.scss */
.SCOPE-editor-core .ProseMirror:not(.disabled) > :nth-child(n + 2):last-child:not(ol.footnotes):has(+ ol.footnotes)::after, .SCOPE-editor-core .ProseMirror:not(.disabled) > :nth-child(n + 2):last-child:not(ol.footnotes):where(+ ol.footnotes)::after, .SCOPE-editor-core .ProseMirror:not(.disabled) > :nth-child(n + 2):nth-last-child(2):has(+ ol.footnotes)::after, .SCOPE-editor-core .ProseMirror:not(.disabled) > :nth-child(n + 2):nth-last-child(2):where(+ ol.footnotes)::after {
  content: "";
  display: block;
  width: 100%;
  cursor: text !important;
  height: var(--prosemirror-line-height);
}

/* line 257, app/assets/stylesheets/stylex-workarounds/editor.scss */
.SCOPE-editor-core .ProseMirror ol.footnotes {
  margin-bottom: 0;
  padding: 2rem 0;
  padding-left: 2.5rem;
}

/* line 258, app/assets/stylesheets/stylex-workarounds/editor.scss */
.SCOPE-editor-core .ProseMirror ol.footnotes:empty {
  display: none;
  pointer-events: none;
}

/* line 270, app/assets/stylesheets/stylex-workarounds/editor.scss */
.SCOPE-editor-core .ProseMirror ol.footnotes:has(li) {
  border-top: 2px solid #dedede;
}

/* line 273, app/assets/stylesheets/stylex-workarounds/editor.scss */
.darkMode .SCOPE-editor-core .ProseMirror ol.footnotes:has(li) {
  border-top-color: #444444;
}

/* line 278, app/assets/stylesheets/stylex-workarounds/editor.scss */
.SCOPE-editor-core .ProseMirror .imagePluginRoot {
  cursor: var(--tl-cursor-default, default);
}

/* line 285, app/assets/stylesheets/stylex-workarounds/editor.scss */
.SCOPE-editor-core .ProseMirror .imagePluginRoot ~ .ProseMirror-trailingBreak {
  display: none;
}

/* line 291, app/assets/stylesheets/stylex-workarounds/editor.scss */
.SCOPE-editor-core .ProseMirror .search-result {
  background-color: #C4EED0;
}

/* line 294, app/assets/stylesheets/stylex-workarounds/editor.scss */
.darkMode .SCOPE-editor-core .ProseMirror .search-result {
  background-color: #1f3d1f;
}

/* line 299, app/assets/stylesheets/stylex-workarounds/editor.scss */
.SCOPE-editor-core .ProseMirror .search-result-current {
  background-color: #6CD68B;
}

/* line 302, app/assets/stylesheets/stylex-workarounds/editor.scss */
.darkMode .SCOPE-editor-core .ProseMirror .search-result-current {
  background-color: #1a6d1a;
  color: #fff;
}

/* line 311, app/assets/stylesheets/stylex-workarounds/editor.scss */
.SCOPE-editor-core:not(.hide-comments-focus-mode-active) .comment[data-diff-type="remove"] {
  text-decoration: line-through;
}

/* line 318, app/assets/stylesheets/stylex-workarounds/editor.scss */
.SCOPE-editor-core:not(.hide-comments-focus-mode-active) .comment .comment-decoration-1 {
  background: rgba(240, 183, 0, 0.2);
}

/* line 318, app/assets/stylesheets/stylex-workarounds/editor.scss */
.SCOPE-editor-core:not(.hide-comments-focus-mode-active) .comment .comment-decoration-2 {
  background: rgba(240, 183, 0, 0.4);
}

/* line 318, app/assets/stylesheets/stylex-workarounds/editor.scss */
.SCOPE-editor-core:not(.hide-comments-focus-mode-active) .comment .comment-decoration-3 {
  background: rgba(240, 183, 0, 0.6);
}

/* line 318, app/assets/stylesheets/stylex-workarounds/editor.scss */
.SCOPE-editor-core:not(.hide-comments-focus-mode-active) .comment .comment-decoration-4 {
  background: rgba(240, 183, 0, 0.8);
}

/* line 318, app/assets/stylesheets/stylex-workarounds/editor.scss */
.SCOPE-editor-core:not(.hide-comments-focus-mode-active) .comment .comment-decoration-5 {
  background: #f0b700;
}

/* line 324, app/assets/stylesheets/stylex-workarounds/editor.scss */
.SCOPE-editor-core:not(.hide-comments-focus-mode-active) .comment .comment-decoration::after {
  user-select: all;
}

/* line 328, app/assets/stylesheets/stylex-workarounds/editor.scss */
.SCOPE-editor-core:not(.hide-comments-focus-mode-active) .comment .comment-decoration.active {
  background: rgba(240, 183, 0, 0.8);
}

/* line 331, app/assets/stylesheets/stylex-workarounds/editor.scss */
.darkMode .SCOPE-editor-core:not(.hide-comments-focus-mode-active) .comment .comment-decoration.active {
  background: rgba(240, 183, 0, 0.4);
}

/* line 339, app/assets/stylesheets/stylex-workarounds/editor.scss */
.SCOPE-editor-core .ai-text {
  transition: color 5s ease, background 5s ease;
}

/* line 343, app/assets/stylesheets/stylex-workarounds/editor.scss */
.SCOPE-editor-core.ai-text-active .ai-text {
  transition: color 0.2s ease, background 0.2s ease;
  color: #0093ff;
  background: #e7f0fe;
}

/* line 348, app/assets/stylesheets/stylex-workarounds/editor.scss */
.darkMode .SCOPE-editor-core.ai-text-active .ai-text {
  color: #619aea;
  background: #152847;
}

/* line 355, app/assets/stylesheets/stylex-workarounds/editor.scss */
.SCOPE-editor-core .resize-cursor {
  cursor: col-resize;
}

/* line 367, app/assets/stylesheets/stylex-workarounds/editor.scss */
.tl-container.tool-select .SCOPE-editor-core.zoomed-out:not(.disabled) .ProseMirror,
.tl-container.tool-select .SCOPE-editor-core.zoomed-out:not(.disabled) .ProseMirror *,
.tl-container.tool-select .SCOPE-editor-core.zoomed-out:not(.disabled) .placeholder-content,
.tl-container.tool-select .SCOPE-editor-core.zoomed-out:not(.disabled) .placeholder-content * {
  cursor: var(--tl-cursor-zoom-in, zoom-in);
}

/* line 375, app/assets/stylesheets/stylex-workarounds/editor.scss */
.tl-container.tool-select .SCOPE-editor-core:not(.disabled) .ProseMirror {
  cursor: var(--tl-cursor-text, text);
}

/* line 386, app/assets/stylesheets/stylex-workarounds/editor.scss */
.tl-container.tool-select .SCOPE-editor-core.zoomed-out.disabled .ProseMirror,
.tl-container.tool-select .SCOPE-editor-core.zoomed-out.disabled .ProseMirror *,
.tl-container.tool-select .SCOPE-editor-core.zoomed-out.disabled .placeholder-content,
.tl-container.tool-select .SCOPE-editor-core.zoomed-out.disabled .placeholder-content * {
  cursor: var(--tl-cursor-default, default);
}

/* line 1, app/assets/stylesheets/stylex-workarounds/knock.scss */
.rnf-notification-feed {
  min-height: 200px;
  background-color: transparent;
}

/* line 6, app/assets/stylesheets/stylex-workarounds/knock.scss */
.rnf-empty-feed {
  padding: 2rem 1rem;
}

/* line 10, app/assets/stylesheets/stylex-workarounds/knock.scss */
.rnf-notification-feed__header {
  align-items: center;
  gap: 0.5rem;
}

/* line 15, app/assets/stylesheets/stylex-workarounds/knock.scss */
.rnf-mark-all-as-read {
  display: flex;
  align-items: center;
}

/* line 19, app/assets/stylesheets/stylex-workarounds/knock.scss */
.rnf-mark-all-as-read svg {
  margin-top: 0;
}

/* line 3, app/assets/stylesheets/stylex-workarounds/toolbar.scss */
#SCOPE-toolbar-dropdown-portal-target .react-select__menu-portal {
  z-index: 999000;
}

/* line 2, app/assets/stylesheets/stylex-workarounds/icons.scss */
.material-symbols-outlined.font-size-inherit {
  font-size: inherit;
}

/* line 6, app/assets/stylesheets/stylex-workarounds/icons.scss */
.material-symbols-outlined.font-variation-settings-inherit {
  font-variation-settings: inherit;
}

/* line 3, app/assets/stylesheets/stylex-workarounds/root.scss */
.disable-animations *, .disable-animations *::before, .disable-animations *::after {
  transition: none !important;
  animation: none !important;
}

/* line 12, app/assets/stylesheets/stylex-workarounds/root.scss */
#portal-root {
  position: relative;
  z-index: 9999999999;
}

/* line 17, app/assets/stylesheets/stylex-workarounds/root.scss */
:focus {
  outline: none;
}

/* line 22, app/assets/stylesheets/stylex-workarounds/root.scss */
.keyboard-navigation :focus {
  outline: 2px solid #0093ff;
}

/* line 31, app/assets/stylesheets/stylex-workarounds/root.scss */
.picker.picker-dialog {
  z-index: 9999999999 !important;
}

/* line 3, app/assets/stylesheets/stylex-workarounds/tables.scss */
.ProseMirror .tableWrapper {
  overflow-x: auto;
  font-size: 0.875rem;
}

/* line 7, app/assets/stylesheets/stylex-workarounds/tables.scss */
.ProseMirror .tableWrapper table {
  border-collapse: collapse;
  width: 100%;
}

/* line 11, app/assets/stylesheets/stylex-workarounds/tables.scss */
.ProseMirror .tableWrapper table .column-resize-handle {
  background-color: #0093ff;
}

/* line 16, app/assets/stylesheets/stylex-workarounds/tables.scss */
.ProseMirror .tableWrapper table .column-resize-handle {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  right: -2px;
  top: 0;
  bottom: -2px;
  width: 4px;
}

/* line 26, app/assets/stylesheets/stylex-workarounds/tables.scss */
.ProseMirror .tableWrapper td,
.ProseMirror .tableWrapper th {
  padding: 0.25rem 0.5rem;
  position: relative;
  border: 1px solid #eeeeee;
}

/* line 32, app/assets/stylesheets/stylex-workarounds/tables.scss */
.darkMode .ProseMirror .tableWrapper td, .darkMode .ProseMirror .tableWrapper th {
  border-color: #444444;
}

/* line 37, app/assets/stylesheets/stylex-workarounds/tables.scss */
.ProseMirror .tableWrapper td p:first-of-type,
.ProseMirror .tableWrapper th p:first-of-type {
  margin-top: 0;
}

/* line 41, app/assets/stylesheets/stylex-workarounds/tables.scss */
.ProseMirror .tableWrapper td p:last-of-type,
.ProseMirror .tableWrapper th p:last-of-type {
  margin-bottom: 0;
}

/* line 47, app/assets/stylesheets/stylex-workarounds/tables.scss */
.ProseMirror .tableWrapper th {
  text-align: left;
  background-color: #fafafa;
}

/* line 51, app/assets/stylesheets/stylex-workarounds/tables.scss */
.darkMode .ProseMirror .tableWrapper th {
  background-color: #222222;
}

/* line 56, app/assets/stylesheets/stylex-workarounds/tables.scss */
.ProseMirror .tableWrapper tr:hover {
  background-color: #fafafa;
}

/* line 59, app/assets/stylesheets/stylex-workarounds/tables.scss */
.darkMode .ProseMirror .tableWrapper tr:hover {
  background-color: #222222;
}

/* line 63, app/assets/stylesheets/stylex-workarounds/tables.scss */
.ProseMirror .tableWrapper tr:hover th,
.ProseMirror .tableWrapper tr:hover td {
  background-color: transparent;
}

/* line 3, app/assets/stylesheets/stylex-workarounds/tldraw.scss */
#SCOPE-tldraw .tl-container {
  --color-selection-stroke: #0093ff;
  --tl-cursor-move: var(--tl-cursor-grabbing);
}

/* line 10, app/assets/stylesheets/stylex-workarounds/tldraw.scss */
#SCOPE-tldraw .tl-canvas {
  color: inherit;
}

/* line 16, app/assets/stylesheets/stylex-workarounds/tldraw.scss */
#SCOPE-tldraw .tl-shape {
  transition: opacity 0.1s ease;
}

/* line 23, app/assets/stylesheets/stylex-workarounds/tldraw.scss */
#SCOPE-tldraw.ask-lex-showing .tl-shape:not([data-shape-type="page-shape"]) {
  opacity: 0.4 !important;
}

/* line 34, app/assets/stylesheets/stylex-workarounds/tldraw.scss */
#SCOPE-tldraw.focus-mode-active .tl-container {
  --tl-cursor-move: var(--tl-cursor-default);
}

/* line 40, app/assets/stylesheets/stylex-workarounds/tldraw.scss */
#SCOPE-tldraw.focus-mode-active .tl-shape:not([data-shape-type="page-shape"]) {
  opacity: 0 !important;
}

/* line 50, app/assets/stylesheets/stylex-workarounds/tldraw.scss */
#SCOPE-tldraw.focus-mode-active .tl-overlays {
  display: none;
}

/* line 55, app/assets/stylesheets/stylex-workarounds/tldraw.scss */
#SCOPE-tldraw .tlui-layout__bottom {
  margin-right: 3rem;
}

/* line 60, app/assets/stylesheets/stylex-workarounds/tldraw.scss */
#SCOPE-tldraw textarea {
  border: none;
  box-shadow: none;
  color: inherit;
}

/* line 67, app/assets/stylesheets/stylex-workarounds/tldraw.scss */
.custom-layout {
  position: absolute;
  inset: 0;
  z-index: 300;
  pointer-events: none;
}

/* line 74, app/assets/stylesheets/stylex-workarounds/tldraw.scss */
.custom-toolbar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  gap: 8px;
}

/* line 86, app/assets/stylesheets/stylex-workarounds/tldraw.scss */
.custom-button {
  pointer-events: all;
  padding: 4px 12px;
  background: white;
  border: 1px solid black;
  border-radius: 64px;
}

/* line 94, app/assets/stylesheets/stylex-workarounds/tldraw.scss */
.custom-button[data-isactive="true"] {
  background-color: black;
  color: white;
}

/* line 9, app/assets/stylesheets/stylex-workarounds/tldraw/page-shape-handles.scss */
#SCOPE-tldraw.page-shape-selected .tl-overlays rect[data-testid="selection.resize.top"], #SCOPE-tldraw.page-shape-selected .tl-overlays rect[data-testid="selection.resize.left"], #SCOPE-tldraw.page-shape-selected .tl-overlays rect[data-testid="selection.resize.right"], #SCOPE-tldraw.page-shape-selected .tl-overlays rect[data-testid="selection.resize.top-left"], #SCOPE-tldraw.page-shape-selected .tl-overlays rect[data-testid="selection.target.top-left"], #SCOPE-tldraw.page-shape-selected .tl-overlays rect[data-testid="selection.resize.top-right"], #SCOPE-tldraw.page-shape-selected .tl-overlays rect[data-testid="selection.target.top-right"], #SCOPE-tldraw.page-shape-selected .tl-overlays rect[data-testid="selection.resize.bottom-left"], #SCOPE-tldraw.page-shape-selected .tl-overlays rect[data-testid="selection.target.bottom-left"], #SCOPE-tldraw.page-shape-selected .tl-overlays rect[data-testid="selection.resize.bottom-right"], #SCOPE-tldraw.page-shape-selected .tl-overlays rect[data-testid="selection.target.bottom-right"] {
  display: none;
}
