@import url("https://fonts.googleapis.com/css2?family=Inter:opsz@14..32&family=Libre+Baskerville&family=Lora&family=Roboto&family=Roboto+Mono&display=swap");
* {
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  color: #000;
  font-family: "inter", sans-serif;
  font-weight: 400;
  background: #fff;
  overflow: hidden;
}

a {
  color: #3533a0;
}
a:hover {
  color: #110f61;
}

nobr {
  white-space: nowrap;
}

.mt-5 {
  margin-top: 25vh;
}

.mt-4 {
  margin-top: 20vh;
}

.mt-3 {
  margin-top: 15vh;
}

.mt-2 {
  margin-top: 10vh;
}

.mt-1 {
  margin-top: 5vh;
}

.mt-0 {
  margin-top: 0;
}

.ml-3 {
  margin-left: 20px;
}

.p-5 {
  padding: 3rem;
}

.p-4 {
  padding: 2rem;
}

.p-3 {
  padding: 1rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-1 {
  padding: 0.25rem;
}

#ghostery-tracker-tally {
  display: none !important;
}

.hide {
  display: none !important;
}

textarea {
  resize: none;
}
textarea::-webkit-scrollbar {
  width: 15px;
  background-color: #fff;
}
textarea::-webkit-scrollbar-thumb {
  width: 5px;
  border-radius: 99em;
  background-color: #fff;
  border: 5px solid #fff;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
textarea:hover::-webkit-scrollbar-thumb, textarea:focus::-webkit-scrollbar-thumb {
  background-color: #cdcdcd;
}

p.small {
  font-size: 0.75em;
}

.master-contain, .inner-contain {
  height: 100%;
}

.scrollable {
  overflow-y: auto;
  height: 100%;
  max-height: 100%;
}
.scrollable::-webkit-scrollbar {
  width: 15px;
  background-color: #fff;
}
.scrollable::-webkit-scrollbar-thumb {
  width: 5px;
  border-radius: 99em;
  background-color: #fff;
  border: 5px solid #fff;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
.scrollable:hover::-webkit-scrollbar-thumb, .scrollable:focus::-webkit-scrollbar-thumb {
  background-color: #cdcdcd;
}

.modal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.25);
}
.modal .modal-container {
  position: absolute;
  max-height: 90vh;
  max-width: 60vw;
  min-width: 30vw;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.25);
  z-index: 9999;
}
.modal--fixed .modal-container-header .icon-button {
  display: none;
}
.modal--wide .modal-container {
  max-width: 90vw;
}
.modal--force-wide .modal-container {
  width: 90vw;
  max-width: 90vw;
}
.modal .modal-container-header {
  padding: 8px 16px;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal .modal-container-header.draggable {
  cursor: move;
}
.modal .modal-container-title {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1;
  font-weight: 700;
  font-size: 1.125;
}
.modal .modal-container-title svg {
  width: 32px;
  height: 32px;
  color: #750550;
}
.modal .modal-container-body {
  padding: 12px 16px;
  overflow-y: auto;
}
.modal .modal-container-body::-webkit-scrollbar {
  width: 15px;
  background-color: #fff;
}
.modal .modal-container-body::-webkit-scrollbar-thumb {
  width: 5px;
  border-radius: 99em;
  background-color: #fff;
  border: 5px solid #fff;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
.modal .modal-container-body:hover::-webkit-scrollbar-thumb, .modal .modal-container-body:focus::-webkit-scrollbar-thumb {
  background-color: #cdcdcd;
}
.modal .rtf h1,
.modal .rtf h2,
.modal .rtf h3,
.modal .rtf h4,
.modal .rtf h5,
.modal .rtf h6 {
  font-weight: 700;
}
.modal .rtf h1 {
  font-size: 1.5rem;
  line-height: 1.125;
}
.modal .rtf h2 {
  font-size: 1.25rem;
  line-height: 1.25;
}
.modal .rtf h3 {
  font-size: 1rem;
  line-height: 1.5;
}
.modal .rtf > * + * {
  margin-top: 1em;
}
.modal .rtf > * + :is(h1, h2, h3) {
  margin-top: 2em;
}
.modal .rtf > :is(h1, h2, h3) + * {
  margin-top: 0.75em;
}
.modal .rtf ul,
.modal .rtf ol {
  margin-left: 20px;
  list-style-position: inside;
}
.modal .rtf ol {
  list-style: numeric;
}
.modal .rtf ul {
  list-style: disc;
}
.modal .modal-container-footer {
  padding: 20px 32px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-top: 1px solid #ddd;
  gap: 12px;
  position: relative;
}
.modal .modal-container-footer.fade:after {
  content: "";
  display: block;
  position: absolute;
  top: -51px;
  left: 24px;
  right: 24px;
  height: 50px;
  flex-shrink: 0;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.75), transparent);
  pointer-events: none;
}
.modal .button {
  padding: 12px 20px;
  border-radius: 8px;
  background-color: transparent;
  border: 0;
  font-weight: 600;
  cursor: pointer;
  transition: 0.15s ease;
}
.modal .button.is-secondary:hover, .modal .button.is-secondary:focus {
  background-color: #dfdad7;
}
.modal .button.is-danger {
  background-color: #fdc8bf;
  color: #bd1717;
}
.modal .button.is-danger:hover, .modal .button.is-danger:focus {
  color: #fdc8bf;
  background-color: #bd1717;
}
.modal .button.is-primary {
  background-color: rgb(172, 182, 232);
  color: #fff;
}
.modal .button.is-primary:hover, .modal .button.is-primary:focus {
  background-color: rgb(99, 117, 208);
}
.modal .icon-button {
  padding: 0;
  border: 0;
  background-color: transparent;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  cursor: pointer;
  border-radius: 8px;
  transition: 0.15s ease;
}
.modal .icon-button svg {
  width: 24px;
  height: 24px;
}
.modal .icon-button:hover, .modal .icon-button:focus {
  background-color: #dfdad7;
}

.align-right {
  text-align: right;
}

section.shadow-box {
  background: #fff;
  padding: 2em;
  border-radius: 0.75rem;
  line-height: 1.6;
  overflow: hidden;
  margin-bottom: 2rem;
  position: relative;
  font-size: 0.875rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
section.login, section.register, section.form-box {
  max-width: 600px;
  margin: 30px;
}

.sticky {
  position: sticky;
  top: 5px;
}

.filepond--root .filepond--credits {
  right: auto !important;
  left: 0 !important;
}

.feedback-button-holder {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.send-feedback-button {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 2px solid rgb(50, 20, 218);
  background-color: rgb(50, 20, 218);
  color: #fff;
  transition: all 0.25s;
  opacity: 0.5;
  cursor: pointer;
  overflow: hidden;
}
.send-feedback-button svg {
  opacity: 1;
  transition: opacity 0.25s;
  margin-top: 9px;
  margin-right: 3px;
}
.send-feedback-button .button-text {
  margin-top: 6px;
  opacity: 0;
  transition: opacity 0.25s;
  position: absolute;
  width: 100%;
  left: 0;
}
.send-feedback-button:hover {
  opacity: 1;
  width: 180px;
}
.send-feedback-button:hover svg {
  opacity: 0;
}
.send-feedback-button:hover .button-text {
  opacity: 1;
}

.window-main {
  max-width: 100%;
}

body.dark {
  background-color: #000;
  color: #eee;
}
body.dark .window-header {
  background-color: #030222;
}
body.dark .window-panel {
  background-color: #0f0f33;
}
body.dark .window-panel:after {
  background-image: linear-gradient(to top, #0f0f33 0%, transparent 100%);
}
body.dark .copy-button {
  background-color: #333;
}
body.dark .window-main-header, body.dark .window-main-body, body.dark .main-content, body.dark .editor, body.dark .window-main-body-right, body.dark .settings-section--search {
  background-color: #000;
  color: #eee;
}
body.dark .window-main-header, body.dark .settings-section--search, body.dark .settings-section {
  border-bottom: 1px solid #666;
}
body.dark .window-main-body-right {
  border-left: 1px solid #666;
}
body.dark .window-main-body-right::-webkit-scrollbar {
  width: 15px;
  background-color: #000 !important;
}
body.dark .window-main-body-right::-webkit-scrollbar-thumb {
  width: 5px;
  border-radius: 99em;
  background-color: #000 !important;
  border: 5px solid #000 !important;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
body.dark .window-main-body-right:hover::-webkit-scrollbar-thumb, body.dark .window-main-body-right:focus::-webkit-scrollbar-thumb {
  background-color: #3d3d3d !important;
}
body.dark .main-content::-webkit-scrollbar {
  width: 15px;
  background-color: #000 !important;
}
body.dark .main-content::-webkit-scrollbar-thumb {
  width: 5px;
  border-radius: 99em;
  background-color: #000 !important;
  border: 5px solid #000 !important;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
body.dark .main-content:hover::-webkit-scrollbar-thumb, body.dark .main-content:focus::-webkit-scrollbar-thumb {
  background-color: #3d3d3d !important;
}
body.dark .book-card, body.dark .chapter-card {
  background-color: #000;
  color: #eee;
  border-color: #666;
  box-shadow: 0 10px 15px -3px rgba(255, 255, 255, 0.1), 0 4px 6px -2px rgba(255, 255, 255, 0.05);
}
body.dark .book-card a, body.dark .chapter-card a {
  background-color: #1b265f;
  color: #8193f5;
}
body.dark .book-card a:hover, body.dark .chapter-card a:hover {
  color: #e0e4fa;
  background-color: #2f47be;
}
body.dark .book-card a.danger, body.dark .chapter-card a.danger {
  background-color: #fdc8bf;
  color: #bd1717;
}
body.dark .book-card a.danger:hover, body.dark .chapter-card a.danger:hover {
  color: #fdc8bf;
  background-color: #bd1717;
}
body.dark input.book-card-title, body.dark input.chapter-card-title, body.dark textarea.book-card-synopsis, body.dark textarea.chapter-card-synopsis, body.dark .chapter-sidebar-synopsis, body.dark .chapter-sidebar-title, body.dark .media-name-input {
  background-color: #000;
  color: #eee;
}
body.dark .nice-form-group > input[type=text]:required:not(:-moz-placeholder-shown):valid {
  background-color: #000;
  color: #eee;
}
body.dark .nice-form-group > input[type=text]:required:not(:placeholder-shown):valid {
  background-color: #000;
  color: #eee;
}
body.dark input[type=checkbox].switch::after {
  background-color: #eee;
}
body.dark .tag-input {
  background-color: #000;
  color: #eee;
}
body.dark .modal {
  background-color: rgba(255, 255, 255, 0.25);
}
body.dark .modal .modal-container {
  background-color: #000;
}
body.dark .modal .modal-container-body::-webkit-scrollbar {
  width: 15px;
  background-color: #000 !important;
}
body.dark .modal .modal-container-body::-webkit-scrollbar-thumb {
  width: 5px;
  border-radius: 99em;
  background-color: #000 !important;
  border: 5px solid #000 !important;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
body.dark .modal .modal-container-body:hover::-webkit-scrollbar-thumb, body.dark .modal .modal-container-body:focus::-webkit-scrollbar-thumb {
  background-color: #3d3d3d !important;
}
body.dark .modal .icon-button {
  color: #eee;
}
body.dark .modal .icon-button:hover {
  background-color: #333;
}
body.dark .modal button.button.is-primary {
  background-color: #1b265f;
  color: #8193f5;
}
body.dark .modal button.button.is-primary:hover {
  color: #e0e4fa;
  background-color: #2f47be;
}
body.dark .modal button.button.is-secondary {
  background-color: #222;
  color: #aaa;
}
body.dark .modal button.button.is-secondary:hover {
  color: #eee;
  background-color: #777;
}
body.dark section.shadow-box {
  background: #000;
  box-shadow: 0 10px 15px -3px rgba(255, 255, 255, 0.1), 0 4px 6px -2px rgba(255, 255, 255, 0.05);
}
body.dark a {
  color: #9594fc;
}
body.dark a:hover {
  color: #605df3;
}
body.dark .breadcrumbs-item a {
  color: #ccc;
}
body.dark .nice-form-group label {
  color: #ccc;
}
body.dark .nice-form-group > input[type=text], body.dark .nice-form-group > input[type=checkbox], body.dark .nice-form-group > input[type=radio], body.dark .nice-form-group > input[type=email], body.dark .nice-form-group > input[type=tel], body.dark .nice-form-group > input[type=url], body.dark .nice-form-group > input[type=password], body.dark .nice-form-group > input[type=number], body.dark .nice-form-group > input[type=date], body.dark .nice-form-group > input[type=week], body.dark .nice-form-group > input[type=time], body.dark .nice-form-group > input[type=month], body.dark .nice-form-group > input[type=search], body.dark .nice-form-group > textarea, body.dark .nice-form-group > select {
  background-color: #333;
  color: #eee;
  border-color: #666;
  --nf-input-background-color: $bg-color-dark-faded;
  --nf-input-color: $text-color-dark;
  --nf-input-border-color: $border-color-dark;
}
body.dark table.word-counts-table th {
  background-color: #333;
  border: 1px solid #666;
}
body.dark table.word-counts-table tr:nth-child(even) {
  background-color: #171717;
}
body.dark table.word-counts-table td {
  border: 1px solid #666;
}
body.dark textarea::-webkit-scrollbar {
  width: 15px;
  background-color: #000 !important;
}
body.dark textarea::-webkit-scrollbar-thumb {
  width: 5px;
  border-radius: 99em;
  background-color: #000 !important;
  border: 5px solid #000 !important;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
body.dark textarea:hover::-webkit-scrollbar-thumb, body.dark textarea:focus::-webkit-scrollbar-thumb {
  background-color: #3d3d3d !important;
}
body.dark .editor #editor::-webkit-scrollbar {
  width: 15px;
  background-color: #000 !important;
}
body.dark .editor #editor::-webkit-scrollbar-thumb {
  width: 5px;
  border-radius: 99em;
  background-color: #000 !important;
  border: 5px solid #000 !important;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
body.dark .editor #editor:hover::-webkit-scrollbar-thumb, body.dark .editor #editor:focus::-webkit-scrollbar-thumb {
  background-color: #3d3d3d !important;
}
body.dark .publish-info, body.dark .note-sidebar-notify {
  color: #ccc;
}
body.dark .button {
  border-bottom-color: #666;
}
body.dark .button--save, body.dark .button--primary {
  background-color: #1b265f;
  color: #8193f5;
}
body.dark .button--save:hover, body.dark .button--primary:hover {
  color: #e0e4fa;
  background-color: #2f47be;
}
body.dark .button--secondary {
  background-color: #222;
  color: #aaa;
}
body.dark .button--secondary:hover {
  color: #eee;
  background-color: #777;
}
body.dark .button--tertiary {
  background-color: rgb(31, 1, 65);
  color: #722fbe;
}
body.dark .button--tertiary:hover {
  color: #ece0fa;
  background-color: #722fbe;
}
body.dark .button--quaternary {
  background-color: #312d00;
  color: #bfae00;
}
body.dark .button--quaternary:hover {
  color: #faf6c5;
  background-color: #bfae00;
}
body.dark .button--publish {
  background-color: #1d3a2c;
  color: #8ae2b6;
}
body.dark .button--publish:hover {
  color: #22744b;
  background-color: #4cce8d;
}
body.dark .button--delete {
  background-color: #fdc8bf;
  color: #bd1717;
}
body.dark .button--delete:hover {
  color: #fdc8bf;
  background-color: #bd1717;
}
body.dark .breadcrumbs-item:not(:last-child):after svg {
  stroke: #ccc;
}
body.dark .whole-book-search-results .whole-book-search-result a {
  color: #eee;
}
body.dark .whole-book-search-results .whole-book-search-result .search-highlight {
  background-color: #333;
}
body.dark .modal-container .sync-compare-holder .local-data .content::-webkit-scrollbar, body.dark .modal-container .sync-compare-holder .remote-data .content::-webkit-scrollbar {
  width: 15px;
  background-color: #000 !important;
}
body.dark .modal-container .sync-compare-holder .local-data .content::-webkit-scrollbar-thumb, body.dark .modal-container .sync-compare-holder .remote-data .content::-webkit-scrollbar-thumb {
  width: 5px;
  border-radius: 99em;
  background-color: #000 !important;
  border: 5px solid #000 !important;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
body.dark .modal-container .sync-compare-holder .local-data .content:hover::-webkit-scrollbar-thumb, body.dark .modal-container .sync-compare-holder .local-data .content:focus::-webkit-scrollbar-thumb, body.dark .modal-container .sync-compare-holder .remote-data .content:hover::-webkit-scrollbar-thumb, body.dark .modal-container .sync-compare-holder .remote-data .content:focus::-webkit-scrollbar-thumb {
  background-color: #3d3d3d !important;
}
body.dark .editor .multi-editor::-webkit-scrollbar {
  width: 15px;
  background-color: #000 !important;
}
body.dark .editor .multi-editor::-webkit-scrollbar-thumb {
  width: 5px;
  border-radius: 99em;
  background-color: #000 !important;
  border: 5px solid #000 !important;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
body.dark .editor .multi-editor:hover::-webkit-scrollbar-thumb, body.dark .editor .multi-editor:focus::-webkit-scrollbar-thumb {
  background-color: #3d3d3d !important;
}

/* animation: duration | easing-function | delay | iteration-count | direction | fill-mode | play-state | name */
.wiggle {
  animation-name: wiggle;
  animation-duration: 0.5s;
  animation-iteration-count: 4;
}

.boink-wiggle {
  animation-name: boinkwiggle;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
}

@keyframes wiggle {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(-20deg);
  }
  35% {
    transform: rotate(20deg);
  }
  60% {
    transform: rotate(-20deg);
  }
  85% {
    transform: rotate(20deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes boinkwiggle {
  0% {
    transform: rotate(0deg) scale(1);
  }
  10% {
    transform: rotate(-20deg);
  }
  35% {
    transform: rotate(20deg) scale(1.5);
  }
  60% {
    transform: rotate(-20deg);
  }
  85% {
    transform: rotate(20deg);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}
.boink {
  animation-name: boink;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
}

@keyframes boink {
  0% {
    transform: scale(1);
  }
  35% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}/*# sourceMappingURL=style.css.map */