@harbour-enterprises/superdoc 0.14.14-next.2 → 0.14.14-next.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/superdoc.css CHANGED
@@ -282,6 +282,1793 @@ span[data-v-53e13009] {
282
282
  background-color: #1355ff7f;
283
283
  }
284
284
 
285
+ .selected[data-v-bcae18cf] {
286
+ background-color: #dbdbdb;
287
+ }
288
+ .mentions-container[data-v-bcae18cf] {
289
+ outline: none !important;
290
+ border: none;
291
+ max-height: 300px;
292
+ overflow-y: auto;
293
+ }
294
+ .mentions-container[data-v-bcae18cf]:focus {
295
+ border: none;
296
+ outline: none !important;
297
+ }
298
+ .user-row[data-v-bcae18cf] {
299
+ padding: 10px 15px;
300
+ cursor: pointer;
301
+ transition: all 0.2s ease;
302
+ box-sizing: border-box;
303
+ }
304
+
305
+ .toolbar-icon[data-v-6d7523ab] {
306
+ display: flex;
307
+ align-items: center;
308
+ justify-content: center;
309
+ flex-shrink: 0;
310
+ }
311
+ .toolbar-icon__icon[data-v-6d7523ab] {
312
+ display: inline-flex;
313
+ align-items: center;
314
+ justify-content: center;
315
+ flex-shrink: 0;
316
+ height: 16px;
317
+ }
318
+ .toolbar-icon__icon--highlight[data-v-6d7523ab] {
319
+ width: 16px;
320
+ margin-left: 3px;
321
+ margin-bottom: 1px;
322
+ }
323
+ .toolbar-icon__icon[data-v-6d7523ab] svg {
324
+ width: auto; /* needed for safari */
325
+ max-height: 16px;
326
+ }
327
+ .toolbar-icon__icon--color[data-v-6d7523ab] svg {
328
+ max-height: 14px;
329
+ margin-top: -3px;
330
+ }
331
+ .toolbar-button[data-v-6d7523ab]:hover {
332
+ color: black;
333
+ background-color: #d8dee5;
334
+ }
335
+ .toolbar-button[data-v-6d7523ab]:active,
336
+ .active[data-v-6d7523ab] {
337
+ background-color: #c8d0d8;
338
+ }
339
+ .color-bar[data-v-6d7523ab] {
340
+ border-radius: 4px;
341
+ position: absolute;
342
+ z-index: 5;
343
+ height: 4px;
344
+ left: 50%;
345
+ bottom: 6px;
346
+ transform: translateX(-50%);
347
+ width: 16px;
348
+ }
349
+
350
+ .toolbar-item[data-v-303b3245] {
351
+ position: relative;
352
+ z-index: 1;
353
+ min-width: 30px;
354
+ margin: 0 1px;
355
+ }
356
+ .visually-hidden[data-v-303b3245] {
357
+ position: absolute;
358
+ left: -9999px;
359
+ height: 1px;
360
+ width: 1px;
361
+ overflow: hidden;
362
+ }
363
+ .toolbar-button[data-v-303b3245] {
364
+ padding: 5px;
365
+ height: 32px;
366
+ max-height: 32px;
367
+ border-radius: 6px;
368
+ overflow-y: visible;
369
+ display: flex;
370
+ align-items: center;
371
+ justify-content: center;
372
+ cursor: pointer;
373
+ color: #47484a;
374
+ transition: all 0.2s ease-out;
375
+ user-select: none;
376
+ position: relative;
377
+ box-sizing: border-box;
378
+ }
379
+ .toolbar-button[data-v-303b3245]:hover {
380
+ background-color: #dbdbdb;
381
+ }
382
+ .toolbar-button:hover .toolbar-icon.high-contrast[data-v-303b3245] {
383
+ color: #fff;
384
+ }
385
+ .toolbar-button:hover.high-contrast[data-v-303b3245] {
386
+ background-color: #000;
387
+ color: #fff;
388
+ }
389
+ .toolbar-button[data-v-303b3245]:active,
390
+ .active[data-v-303b3245] {
391
+ background-color: #c8d0d8;
392
+ }
393
+ .button-label[data-v-303b3245] {
394
+ overflow: hidden;
395
+ width: 100%;
396
+ text-align: center;
397
+ text-overflow: ellipsis;
398
+ white-space: nowrap;
399
+ font-weight: 400;
400
+ font-size: 15px;
401
+ margin: 5px;
402
+ }
403
+ .toolbar-icon + .dropdown-caret[data-v-303b3245] {
404
+ margin-left: 4px;
405
+ }
406
+ .left[data-v-303b3245],
407
+ .right[data-v-303b3245] {
408
+ width: 50%;
409
+ height: 100%;
410
+ background-color: #dbdbdb;
411
+ border-radius: 60%;
412
+ }
413
+ .has-inline-text-input[data-v-303b3245]:hover {
414
+ cursor: text;
415
+ }
416
+ .disabled[data-v-303b3245] {
417
+ cursor: default;
418
+ }
419
+ .disabled[data-v-303b3245]:hover {
420
+ cursor: default;
421
+ background-color: initial;
422
+ }
423
+ .disabled .toolbar-icon[data-v-303b3245],
424
+ .disabled .caret[data-v-303b3245],
425
+ .disabled .button-label[data-v-303b3245] {
426
+ opacity: 0.35;
427
+ }
428
+ .caret[data-v-303b3245] {
429
+ font-size: 1em;
430
+ padding-left: 2px;
431
+ padding-right: 2px;
432
+ }
433
+ .button-text-input[data-v-303b3245] {
434
+ color: #47484a;
435
+ border-radius: 4px;
436
+ text-align: center;
437
+ width: 30px;
438
+ font-size: 14px;
439
+ margin-right: 5px;
440
+ font-weight: 400;
441
+ background-color: transparent;
442
+ padding: 2px 0;
443
+ outline: none;
444
+ border: 1px solid #d8dee5;
445
+ box-sizing: border-box;
446
+ }
447
+ .button-text-input.high-contrast[data-v-303b3245] {
448
+ background-color: #fff;
449
+ }
450
+ .button-text-input[data-v-303b3245]::placeholder {
451
+ color: #47484a;
452
+ }
453
+ .dropdown-caret[data-v-303b3245] {
454
+ display: inline-flex;
455
+ align-items: center;
456
+ justify-content: center;
457
+ flex-shrink: 0;
458
+ width: auto;
459
+ width: 10px;
460
+ height: 10px;
461
+ }
462
+ @media (max-width: 1280px) {
463
+ .toolbar-item--doc-mode .button-label[data-v-303b3245] {
464
+ display: none;
465
+ }
466
+ .toolbar-item--doc-mode .toolbar-icon[data-v-303b3245] {
467
+ margin-right: 5px;
468
+ }
469
+ .toolbar-item--linked-styles[data-v-303b3245] {
470
+ width: auto !important;
471
+ }
472
+ .toolbar-item--linked-styles .button-label[data-v-303b3245] {
473
+ display: none;
474
+ }
475
+ }
476
+
477
+ .toolbar-separator[data-v-4ef9aa18] {
478
+ height: 32px;
479
+ border-radius: 6px;
480
+ text-overflow: ellipsis;
481
+ display: flex;
482
+ align-items: center;
483
+ justify-content: center;
484
+ color: #dbdbdb;
485
+ transition: all 0.2s ease-out;
486
+ user-select: none;
487
+ overflow: hidden;
488
+ }
489
+ .toolbar-separator .separator-inner[data-v-4ef9aa18] {
490
+ width: 1.5px;
491
+ height: 20px;
492
+ }
493
+ .toolbar-button[data-v-4ef9aa18]:hover {
494
+ color: black;
495
+ background-color: #d8dee5;
496
+ }
497
+ .toolbar-button[data-v-4ef9aa18]:active,
498
+ .active[data-v-4ef9aa18] {
499
+ background-color: #c8d0d8;
500
+ }
501
+
502
+ .overflow-menu[data-v-8bf2f427] {
503
+ position: relative;
504
+ }
505
+ .overflow-menu_items[data-v-8bf2f427] {
506
+ position: absolute;
507
+ width: 200px;
508
+ top: calc(100% + 3px);
509
+ right: 0;
510
+ padding: 4px 8px;
511
+ background-color: #fff;
512
+ border-radius: 8px;
513
+ z-index: 100;
514
+ box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
515
+ box-sizing: border-box;
516
+ }
517
+ .superdoc-toolbar-overflow[data-v-8bf2f427] {
518
+ min-width: auto !important;
519
+ max-width: 200px;
520
+ flex-wrap: wrap;
521
+ }
522
+ @media (max-width: 300px) {
523
+ .overflow-menu_items[data-v-8bf2f427] {
524
+ right: auto;
525
+ left: 0;
526
+ transform: translateX(-50%);
527
+ }
528
+ }
529
+
530
+ .sd-editor-toolbar-dropdown {
531
+ border-radius: 8px;
532
+ min-width: 80px;
533
+ cursor: pointer;
534
+ }
535
+ .sd-editor-toolbar-dropdown.high-contrast .n-dropdown-option-body:hover::before,
536
+ .sd-editor-toolbar-dropdown.high-contrast .n-dropdown-option-body:hover::after {
537
+ background-color: #000 !important;
538
+ }
539
+ .sd-editor-toolbar-dropdown.high-contrast .n-dropdown-option-body__label:hover {
540
+ color: #fff !important;
541
+ }
542
+ .sd-editor-toolbar-dropdown .n-dropdown-option-body:hover::before,
543
+ .sd-editor-toolbar-dropdown .n-dropdown-option-body:hover::after {
544
+ background-color: #d8dee5 !important;
545
+ }
546
+ .sd-editor-toolbar-tooltip,
547
+ .sd-editor-toolbar-tooltip.n-popover {
548
+ background-color: #333333 !important;
549
+ font-size: 14px;
550
+ border-radius: 8px !important;
551
+ }
552
+
553
+ .button-group[data-v-4ccab1c9] {
554
+ display: flex;
555
+ }
556
+
557
+ .superdoc-toolbar[data-v-f119b310] {
558
+ display: flex;
559
+ width: 100%;
560
+ justify-content: space-between;
561
+ padding: 4px 16px;
562
+ box-sizing: border-box;
563
+ }
564
+ @media (max-width: 1280px) {
565
+ .superdoc-toolbar-group-side[data-v-f119b310] {
566
+ min-width: auto !important;
567
+ }
568
+ }
569
+ @media (max-width: 768px) {
570
+ .superdoc-toolbar[data-v-f119b310] {
571
+ padding: 4px 10px;
572
+ justify-content: inherit;
573
+ }
574
+ }
575
+
576
+ /* Add isolation styles */
577
+ .prosemirror-isolated[data-v-e8e0f607] {
578
+ /* Make sure the component is above ProseMirror in z-index */
579
+ z-index: 100;
580
+ position: relative;
581
+ }
582
+ .ai-writer[data-v-e8e0f607] {
583
+ background-color: white;
584
+ display: flex;
585
+ flex-direction: column;
586
+ width: 300px;
587
+ border-radius: 5px;
588
+ overflow-y: scroll;
589
+ /* Firefox */
590
+ scrollbar-width: none;
591
+ /* Internet Explorer and Edge */
592
+ -ms-overflow-style: none;
593
+
594
+ padding: 0.75rem;
595
+ box-shadow: 0 0 2px 2px #7715b366;
596
+ border: 1px solid #7715b3;
597
+ }
598
+
599
+ /* Chrome, Safari, and Opera */
600
+ .ai-writer[data-v-e8e0f607]::-webkit-scrollbar {
601
+ display: none;
602
+ }
603
+
604
+ /* Replace .ai-editable with .ai-textarea */
605
+ .ai-textarea[data-v-e8e0f607] {
606
+ padding-left: 8px;
607
+ width: 100%;
608
+ color: #47484a;
609
+ font-size: 12px;
610
+ border: none;
611
+ background: transparent;
612
+ outline: none;
613
+ resize: none;
614
+ overflow: hidden;
615
+ height: 100%;
616
+ font-family: Inter, sans-serif;
617
+ }
618
+
619
+ /* Add specific styles for textarea placeholder */
620
+ .ai-textarea[data-v-e8e0f607]::placeholder {
621
+ color: #666;
622
+ font-weight: 400;
623
+ }
624
+ .ai-user-input-field[data-v-e8e0f607] {
625
+ line-height: 13px;
626
+ display: flex;
627
+ flex-direction: row;
628
+ min-height: 50px;
629
+ resize: none;
630
+ border: none;
631
+ border-radius: 8px;
632
+ margin-bottom: 10px;
633
+ }
634
+ .ai-textarea-icon[data-v-e8e0f607] {
635
+ display: block;
636
+ font-weight: 800;
637
+ font-size: 14px;
638
+ width: 16px;
639
+ height: 16px;
640
+ }
641
+ .ai-textarea-icon svg[data-v-e8e0f607] {
642
+ height: 16px;
643
+ width: 16px;
644
+ }
645
+ .ai-textarea-icon.loading[data-v-e8e0f607] {
646
+ animation: spin-e8e0f607 2s linear infinite;
647
+ }
648
+ .loading i[data-v-e8e0f607] {
649
+ display: flex;
650
+ }
651
+ .error[data-v-e8e0f607] {
652
+ fill: #ed4337;
653
+ }
654
+ .ai-submit-button[data-v-e8e0f607] {
655
+ border: none;
656
+ padding: 0;
657
+ margin: 0;
658
+ cursor: pointer;
659
+ display: flex;
660
+ align-items: center;
661
+ }
662
+ .ai-submit-button[data-v-e8e0f607]:hover {
663
+ opacity: 0.8;
664
+ }
665
+ @keyframes spin-e8e0f607 {
666
+ from {
667
+ transform: rotate(0deg);
668
+ }
669
+ to {
670
+ transform: rotate(360deg);
671
+ }
672
+ }
673
+ .ai-loader[data-v-e8e0f607] {
674
+ display: flex;
675
+ height: 14px;
676
+ justify-content: flex-end;
677
+ align-items: center;
678
+ }
679
+ :root {
680
+ /* CSS variables */
681
+ }
682
+ .sd-input-active {
683
+ border: 1px solid #1355ff !important;
684
+ }
685
+ .sd-super-editor-html .ProseMirror {
686
+ border: 1px solid #d9d9d9;
687
+ outline: none;
688
+ border-radius: 8px;
689
+ height: 100%;
690
+ width: 100%;
691
+ outline: none;
692
+ }
693
+ a {
694
+ text-decoration: auto;
695
+ }
696
+ .sd-custom-selection {
697
+ background-color: #accef7;
698
+ }
699
+ /**
700
+ * Basic ProseMirror styles.
701
+ * https://github.com/ProseMirror/prosemirror-view/blob/master/style/prosemirror.css
702
+ */
703
+ .ProseMirror {
704
+ position: relative;
705
+ }
706
+ .ProseMirror {
707
+ word-wrap: break-word;
708
+ white-space: pre-wrap;
709
+ white-space: break-spaces;
710
+ -webkit-font-variant-ligatures: none;
711
+ font-variant-ligatures: none;
712
+ font-feature-settings: 'liga' 0; /* the above doesn't seem to work in Edge */
713
+ }
714
+ .ProseMirror pre {
715
+ white-space: pre-wrap;
716
+ }
717
+ .ProseMirror ol,
718
+ .ProseMirror ul {
719
+ margin-block-start: 0;
720
+ margin-block-end: 0;
721
+ margin-inline-start: 0;
722
+ margin-inline-end: 0;
723
+ }
724
+ .ProseMirror ol,
725
+ .ProseMirror ul {
726
+ padding-inline-start: 0;
727
+ padding-left: 0;
728
+ list-style: none;
729
+ }
730
+ .ProseMirror li::marker {
731
+ content: none;
732
+ }
733
+ .ProseMirror li::marker {
734
+ padding: 0;
735
+ margin: 0;
736
+ }
737
+ .ProseMirror li > p {
738
+ margin: 0;
739
+ padding: 0;
740
+ display: inline-block;
741
+ }
742
+ .ProseMirror.header-footer-edit > p img,
743
+ .ProseMirror.header-footer-edit > p a,
744
+ .ProseMirror.header-footer-edit li img,
745
+ .ProseMirror.header-footer-edit li a,
746
+ .ProseMirror.header-footer-edit span img,
747
+ .ProseMirror.header-footer-edit span a {
748
+ opacity: 1;
749
+ }
750
+ .ProseMirror.header-footer-edit .pagination-break-wrapper {
751
+ color: initial !important;
752
+ }
753
+ .ProseMirror.header-footer-edit .pagination-break-wrapper span {
754
+ color: initial !important;
755
+ }
756
+ .ProseMirror.header-footer-edit .pagination-break-wrapper img,
757
+ .ProseMirror.header-footer-edit .pagination-break-wrapper a {
758
+ opacity: 1;
759
+ }
760
+ .pagination-section-header div[contenteditable='false'] {
761
+ user-select: none;
762
+ }
763
+ /**
764
+ * Hide marker for indented lists.
765
+ * If a list-item contains a list but doesn't contain a "p" tag with text.
766
+ */
767
+ .ProseMirror ol {
768
+ margin: 0;
769
+ }
770
+ .ProseMirror li:has(> ul:first-child, > ol:first-child):not(:has(> p)) {
771
+ list-style-type: none;
772
+ }
773
+ .ProseMirror li:has(> ul:first-child, > ol:first-child):not(:has(> p))::marker {
774
+ content: '';
775
+ }
776
+ .ProseMirror-hideselection *::selection {
777
+ background: transparent;
778
+ }
779
+ .ProseMirror-hideselection *::-moz-selection {
780
+ background: transparent;
781
+ }
782
+ .ProseMirror-hideselection * {
783
+ caret-color: transparent;
784
+ }
785
+ /* See https://github.com/ProseMirror/prosemirror/issues/1421#issuecomment-1759320191 */
786
+ .ProseMirror [draggable][contenteditable='false'] {
787
+ user-select: text;
788
+ }
789
+ .ProseMirror-selectednode {
790
+ outline: 2px solid #8cf;
791
+ }
792
+ /* Make sure li selections wrap around markers */
793
+ li.ProseMirror-selectednode {
794
+ outline: none;
795
+ }
796
+ li.ProseMirror-selectednode:after {
797
+ content: '';
798
+ position: absolute;
799
+ left: -32px;
800
+ right: -2px;
801
+ top: -2px;
802
+ bottom: -2px;
803
+ border: 2px solid #8cf;
804
+ pointer-events: none;
805
+ }
806
+ .ProseMirror img {
807
+ height: auto;
808
+ max-width: 100%;
809
+ }
810
+ /* Protect against generic img rules */
811
+ img.ProseMirror-separator {
812
+ display: inline !important;
813
+ border: none !important;
814
+ margin: 0 !important;
815
+ }
816
+ .ProseMirror .sd-editor-tab {
817
+ display: inline-block;
818
+ vertical-align: text-bottom;
819
+ }
820
+ .ProseMirror u .sd-editor-tab:not(.pagination-inner .sd-editor-tab) {
821
+ white-space: pre;
822
+ border-bottom: 1px solid #000;
823
+ margin-bottom: 1.5px;
824
+ }
825
+ /*
826
+ Tables
827
+ https://github.com/ProseMirror/prosemirror-tables/blob/master/style/tables.css
828
+ https://github.com/ProseMirror/prosemirror-tables/blob/master/demo/index.html
829
+ */
830
+ .ProseMirror.resize-cursor {
831
+ cursor: ew-resize;
832
+ cursor: col-resize;
833
+ }
834
+ .ProseMirror .tableWrapper {
835
+ --table-border-width: 1px;
836
+ --offset: 2px;
837
+
838
+ overflow-x: auto;
839
+ scrollbar-width: thin;
840
+ overflow: hidden;
841
+
842
+ /*
843
+ The border width does not need to be multiplied by two,
844
+ for tables it works differently. */
845
+ width: calc(100% + (var(--table-border-width) + var(--offset)));
846
+ }
847
+ .ProseMirror table {
848
+ border-collapse: collapse;
849
+ border-spacing: 0;
850
+ table-layout: fixed;
851
+ margin: 0;
852
+ /* width: 100%; */
853
+ }
854
+ .ProseMirror tr {
855
+ position: relative;
856
+ }
857
+ .ProseMirror td,
858
+ .ProseMirror th {
859
+ min-width: 1em;
860
+ position: relative;
861
+ vertical-align: top;
862
+ box-sizing: border-box;
863
+ overflow-wrap: anywhere;
864
+ }
865
+ .ProseMirror th {
866
+ font-weight: bold;
867
+ text-align: left;
868
+ }
869
+ .ProseMirror table .column-resize-handle {
870
+ position: absolute;
871
+ right: -2px;
872
+ top: 0;
873
+ bottom: -2px; /* 0 */
874
+ width: 4px;
875
+ z-index: 20;
876
+ background-color: #adf;
877
+ pointer-events: none;
878
+ }
879
+ .ProseMirror table .selectedCell:after {
880
+ position: absolute;
881
+ content: '';
882
+ left: 0;
883
+ right: 0;
884
+ top: 0;
885
+ bottom: 0;
886
+ background: rgba(200, 200, 255, 0.4);
887
+ pointer-events: none;
888
+ z-index: 2;
889
+ }
890
+ /* Tables - end */
891
+ /* Track changes */
892
+ .ProseMirror .track-insert-dec,
893
+ .ProseMirror .track-delete-dec,
894
+ .ProseMirror .track-format-dec {
895
+ pointer-events: none;
896
+ }
897
+ .ProseMirror .track-insert-dec.hidden,
898
+ .ProseMirror .track-delete-dec.hidden {
899
+ display: none;
900
+ }
901
+ .ProseMirror .track-insert-dec.highlighted {
902
+ border-top: 1px dashed #00853d;
903
+ border-bottom: 1px dashed #00853d;
904
+ background-color: #399c7222;
905
+ }
906
+ .ProseMirror .track-delete-dec.highlighted {
907
+ border-top: 1px dashed #cb0e47;
908
+ border-bottom: 1px dashed #cb0e47;
909
+ background-color: #cb0e4722;
910
+ text-decoration: line-through;
911
+ text-decoration-thickness: 2px;
912
+ }
913
+ .ProseMirror .track-format-dec.highlighted {
914
+ border-bottom: 2px solid gold;
915
+ }
916
+ .ProseMirror .track-delete-widget {
917
+ visibility: hidden;
918
+ }
919
+ /* Track changes - end */
920
+ /* Collaboration cursors */
921
+ .ProseMirror > .ProseMirror-yjs-cursor:first-child {
922
+ margin-top: 16px;
923
+ }
924
+ .ProseMirror-yjs-cursor {
925
+ position: relative;
926
+ margin-left: -1px;
927
+ margin-right: -1px;
928
+ border-left: 1px solid black;
929
+ border-right: 1px solid black;
930
+ border-color: orange;
931
+ word-break: normal;
932
+ pointer-events: none;
933
+ }
934
+ .ProseMirror-yjs-cursor > div {
935
+ position: absolute;
936
+ top: -1.05em;
937
+ left: -1px;
938
+ font-size: 13px;
939
+ background-color: rgb(250, 129, 0);
940
+ font-family: serif;
941
+ font-style: normal;
942
+ font-weight: normal;
943
+ line-height: normal;
944
+ user-select: none;
945
+ color: white;
946
+ padding-left: 2px;
947
+ padding-right: 2px;
948
+ white-space: nowrap;
949
+ }
950
+ /* Collaboration cursors - end */
951
+ /* Image placeholder */
952
+ .ProseMirror placeholder {
953
+ display: inline;
954
+ border: 1px solid #ccc;
955
+ color: #ccc;
956
+ }
957
+ .ProseMirror placeholder:after {
958
+ content: '☁';
959
+ font-size: 200%;
960
+ line-height: 0.1;
961
+ font-weight: bold;
962
+ }
963
+ /* Gapcursor */
964
+ .ProseMirror-gapcursor {
965
+ display: none;
966
+ pointer-events: none;
967
+ position: absolute;
968
+ margin: 0;
969
+ }
970
+ .ProseMirror-gapcursor:after {
971
+ content: '';
972
+ display: block;
973
+ position: absolute;
974
+ top: -2px;
975
+ width: 20px;
976
+ border-top: 1px solid black;
977
+ animation: ProseMirror-cursor-blink 1.1s steps(2, start) infinite;
978
+ }
979
+ @keyframes ProseMirror-cursor-blink {
980
+ to {
981
+ visibility: hidden;
982
+ }
983
+ }
984
+ .ProseMirror-focused .ProseMirror-gapcursor {
985
+ display: block;
986
+ }
987
+ .ProseMirror div[data-type='contentBlock'] {
988
+ position: absolute;
989
+ outline: none;
990
+ user-select: none;
991
+ z-index: -1;
992
+ }
993
+ .sd-editor-dropcap {
994
+ float: left;
995
+ display: flex;
996
+ align-items: baseline;
997
+ margin-top: -5px;
998
+ }
999
+ .ProseMirror-search-match {
1000
+ background-color: #ffff0054;
1001
+ }
1002
+ .ProseMirror-active-search-match {
1003
+ background-color: #ff6a0054;
1004
+ }
1005
+ .ProseMirror ::selection {
1006
+ background: transparent;
1007
+ }
1008
+ .superdoc-toolbar svg {
1009
+ width: 100%;
1010
+ height: 100%;
1011
+ display: block;
1012
+ fill: currentColor;
1013
+ }
1014
+ .superdoc-toolbar svg path {
1015
+ stroke: currentColor;
1016
+ }
1017
+ .sd-editor-toolbar-dropdown .n-dropdown-option .dropdown-select-icon {
1018
+ display: flex;
1019
+ width: 12px;
1020
+ height: 12px;
1021
+ }
1022
+ /* Custom toolbar styling */
1023
+ /* AI button icon styling with gradient */
1024
+ .toolbar-icon__icon--ai {
1025
+ position: relative;
1026
+ z-index: 1;
1027
+ }
1028
+ .toolbar-icon__icon--ai svg {
1029
+ fill: transparent;
1030
+ }
1031
+ .toolbar-icon__icon--ai::before {
1032
+ content: '';
1033
+ position: absolute;
1034
+ top: 0;
1035
+ left: 0;
1036
+ right: 0;
1037
+ bottom: 0;
1038
+ z-index: -1;
1039
+ background: linear-gradient(
1040
+ 270deg,
1041
+ rgba(218, 215, 118, 0.5) -20%,
1042
+ rgba(191, 100, 100, 1) 30%,
1043
+ rgba(77, 82, 217, 1) 60%,
1044
+ rgb(255, 219, 102) 150%
1045
+ );
1046
+ -webkit-mask: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M224 96l16-32 32-16-32-16-16-32-16 32-32 16 32 16 16 32zM80 160l26.7-53.3L160 80l-53.3-26.7L80 0 53.3 53.3 0 80l53.3 26.7L80 160zm352 128l-26.7 53.3L352 368l53.3 26.7L432 448l26.7-53.3L512 368l-53.3-26.7L432 288zm70.6-193.8L417.8 9.4C411.5 3.1 403.3 0 395.2 0c-8.2 0-16.4 3.1-22.6 9.4L9.4 372.5c-12.5 12.5-12.5 32.8 0 45.3l84.9 84.9c6.3 6.3 14.4 9.4 22.6 9.4 8.2 0 16.4-3.1 22.6-9.4l363.1-363.2c12.5-12.5 12.5-32.8 0-45.2zM359.5 203.5l-50.9-50.9 86.6-86.6 50.9 50.9-86.6 86.6z'/></svg>")
1047
+ center / contain no-repeat;
1048
+ mask: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M224 96l16-32 32-16-32-16-16-32-16 32-32 16 32 16 16 32zM80 160l26.7-53.3L160 80l-53.3-26.7L80 0 53.3 53.3 0 80l53.3 26.7L80 160zm352 128l-26.7 53.3L352 368l53.3 26.7L432 448l26.7-53.3L512 368l-53.3-26.7L432 288zm70.6-193.8L417.8 9.4C411.5 3.1 403.3 0 395.2 0c-8.2 0-16.4 3.1-22.6 9.4L9.4 372.5c-12.5 12.5-12.5 32.8 0 45.3l84.9 84.9c6.3 6.3 14.4 9.4 22.6 9.4 8.2 0 16.4-3.1 22.6-9.4l363.1-363.2c12.5-12.5 12.5-32.8 0-45.2zM359.5 203.5l-50.9-50.9 86.6-86.6 50.9 50.9-86.6 86.6z'/></svg>")
1049
+ center / contain no-repeat;
1050
+ filter: brightness(1.2);
1051
+ transition: filter 0.2s ease;
1052
+ }
1053
+ .toolbar-icon__icon--ai:hover::before {
1054
+ filter: brightness(1.3);
1055
+ }
1056
+ /* AI text appear animation */
1057
+ @keyframes aiTextAppear {
1058
+ from {
1059
+ opacity: 0;
1060
+ transform: translateY(5px);
1061
+ }
1062
+ to {
1063
+ opacity: 1;
1064
+ transform: translateY(0);
1065
+ }
1066
+ }
1067
+ .sd-ai-text-appear {
1068
+ display: inline;
1069
+ opacity: 0;
1070
+ animation: aiTextAppear 0.7s ease-out forwards;
1071
+ animation-fill-mode: both;
1072
+ will-change: opacity, transform;
1073
+ /* Ensure each mark is treated as a separate animation context */
1074
+ contain: content;
1075
+ }
1076
+ .sd-ai-loader {
1077
+ display: flex;
1078
+ justify-content: flex-start;
1079
+ }
1080
+ .sd-ai-loader > img {
1081
+ width: fit-content;
1082
+ height: 40px;
1083
+ }
1084
+ @keyframes ai-pulse {
1085
+ 0% {
1086
+ background-color: rgba(99, 102, 241, 0.1);
1087
+ }
1088
+ 50% {
1089
+ background-color: rgba(99, 102, 241, 0.375);
1090
+ }
1091
+ 100% {
1092
+ background-color: rgba(99, 102, 241, 0.1);
1093
+ }
1094
+ }
1095
+ .sd-ai-highlight-pulse {
1096
+ animation: ai-pulse 1.5s ease-in-out infinite;
1097
+ }
1098
+ .sd-editor-auto-page-number,
1099
+ .sd-editor-auto-total-pages {
1100
+ transition: all 250ms ease;
1101
+ border-bottom: 1px solid #9a9a9a;
1102
+ cursor: not-allowed;
1103
+ }
1104
+ .sd-editor-auto-page-numbe:hover,
1105
+ .sd-editor-auto-total-pages:hover {
1106
+ border-bottom: 1px solid #4f4f4f;
1107
+ }
1108
+ .sd-editor-auto-page-number-content {
1109
+ pointer-events: none;
1110
+ }
1111
+ :root {
1112
+ --sd-editor-separator-height: 18px;
1113
+ }
1114
+ .pagination-section-header {
1115
+ cursor: default;
1116
+ }
1117
+ .pagination-section-footer {
1118
+ position: relative;
1119
+ width: 100%;
1120
+ min-width: 100%;
1121
+ display: flex;
1122
+ flex-direction: column;
1123
+ justify-content: flex-end;
1124
+ cursor: default;
1125
+ }
1126
+ .pagination-break-wrapper {
1127
+ width: 100%;
1128
+ margin: 0;
1129
+ padding: 0;
1130
+ cursor: default;
1131
+ position: relative;
1132
+ }
1133
+ .pagination-separator {
1134
+ position: relative;
1135
+ display: block;
1136
+ height: var(--sd-editor-separator-height);
1137
+ min-height: var(--sd-editor-separator-height);
1138
+ min-width: 100%;
1139
+ width: 100%;
1140
+ border-top: 1px solid #dbdbdb;
1141
+ border-bottom: 1px solid #dbdbdb;
1142
+ cursor: default;
1143
+ }
1144
+ .pagination-separator--table {
1145
+ border: 0;
1146
+ }
1147
+ .pagination-separator-floating {
1148
+ position: absolute;
1149
+ height: var(--sd-editor-separator-height);
1150
+ border-top: 1px solid #dbdbdb;
1151
+ border-bottom: 1px solid #dbdbdb;
1152
+ pointer-events: none;
1153
+ }
1154
+ .pagination-inner {
1155
+ position: absolute;
1156
+ top: 0;
1157
+ left: 0;
1158
+ display: flex;
1159
+ flex-direction: column;
1160
+ background-color: white;
1161
+ }
1162
+ /**
1163
+ Workaround to display pagination in footer
1164
+ on the right if it is inside shape textbox.
1165
+ */
1166
+ .pagination-section-footer .sd-editor-shape-container:has([data-id='auto-page-number'], [data-id='auto-total-pages']) {
1167
+ margin-left: auto;
1168
+ }
1169
+ .pagination-section-header img[contenteditable='false'],
1170
+ .pagination-section-footer img[contenteditable='false'] {
1171
+ pointer-events: none;
1172
+ }
1173
+ .pagination-break-wrapper {
1174
+ font-weight: normal;
1175
+ font-style: normal;
1176
+ color: initial;
1177
+ }
1178
+ /* TODO: This is going to be enabled again */
1179
+ /* .pagination-section-header div[contenteditable="false"]:not([documentmode="viewing"]),
1180
+ .pagination-section-footer div[contenteditable="false"]:not([documentmode="viewing"]) {
1181
+ opacity: 0.5;
1182
+ } */
1183
+ .sd-editor-popover {
1184
+ background-color: #fff;
1185
+ border-radius: 8px;
1186
+ -webkit-box-shadow: 0px 4px 12px 0px rgba(50, 50, 50, 0.15);
1187
+ -moz-box-shadow: 0px 4px 12px 0px rgba(50, 50, 50, 0.15);
1188
+ box-shadow: 0px 4px 12px 0px rgba(50, 50, 50, 0.15);
1189
+ padding: 0;
1190
+ width: auto;
1191
+ height: auto;
1192
+ font-size: 14px;
1193
+ color: #333;
1194
+ z-index: 1000;
1195
+ }
1196
+ .sd-editor-popover .popover-header {
1197
+ font-weight: bold;
1198
+ margin-bottom: 8px;
1199
+ }
1200
+ .tippy-box[data-theme~='sd-editor-popover'] {
1201
+ background-color: #fff;
1202
+ border-radius: 8px;
1203
+ box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
1204
+ border: none !important;
1205
+ padding: 0 !important;
1206
+ }
1207
+ .tippy-box[data-theme~='sd-editor-popover'] .tippy-arrow {
1208
+ color: #fff;
1209
+ border: 1px solid #dbdbdb;
1210
+ }
1211
+ .tippy-box[data-theme~='sd-editor-popover'] .tippy-content {
1212
+ padding: 0;
1213
+ }
1214
+ .sd-editor-placeholder::before {
1215
+ content: attr(data-placeholder);
1216
+ color: #aaa;
1217
+ pointer-events: none;
1218
+ display: block;
1219
+ height: 0;
1220
+ }
1221
+ .sd-editor-mention {
1222
+ background-color: #1355ff15;
1223
+ color: #222;
1224
+ font-weight: 400;
1225
+ border-radius: 3px;
1226
+ padding: 0 5px;
1227
+ cursor: default;
1228
+ display: inline-block;
1229
+ box-sizing: border-box;
1230
+ }
1231
+ .sd-editor-comment-highlight {
1232
+ transition: background-color 250ms ease;
1233
+ }
1234
+ .sd-editor-comment-highlight:hover {
1235
+ background-color: #1354ff55;
1236
+ }
1237
+ .sd-editor-list-item-node-view {
1238
+ position: relative;
1239
+ width: 100%;
1240
+ }
1241
+ .sd-editor-list-item-numbering {
1242
+ position: absolute;
1243
+ top: 0;
1244
+ white-space: nowrap;
1245
+ user-select: none;
1246
+ pointer-events: auto;
1247
+ text-align: right;
1248
+ z-index: 1;
1249
+ }
1250
+ .sd-editor-list-item-content-dom {
1251
+ position: relative;
1252
+ min-height: inherit;
1253
+ word-wrap: break-word;
1254
+ }
1255
+ /* Resize handles container */
1256
+ .sd-editor-resize-container {
1257
+ position: absolute;
1258
+ pointer-events: none;
1259
+ z-index: 11;
1260
+ }
1261
+ /* Resize handles */
1262
+ .sd-editor-resize-handle {
1263
+ position: absolute;
1264
+ width: 12px;
1265
+ height: 12px;
1266
+ background-color: #4dabf7;
1267
+ border: 2px solid #fff;
1268
+ border-radius: 50%;
1269
+ box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
1270
+ pointer-events: auto;
1271
+ transition: all 0.1s ease;
1272
+ }
1273
+ .sd-editor-resize-handle:hover {
1274
+ background-color: #228be6;
1275
+ transform: scale(1.1);
1276
+ box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
1277
+ }
1278
+ /* Handle positions */
1279
+ .sd-editor-resize-handle-nw {
1280
+ top: -6px;
1281
+ left: -6px;
1282
+ cursor: nwse-resize;
1283
+ }
1284
+ .sd-editor-resize-handle-ne {
1285
+ top: -6px;
1286
+ right: -6px;
1287
+ cursor: nesw-resize;
1288
+ }
1289
+ .sd-editor-resize-handle-sw {
1290
+ bottom: -6px;
1291
+ left: -6px;
1292
+ cursor: nesw-resize;
1293
+ }
1294
+ .sd-editor-resize-handle-se {
1295
+ bottom: -6px;
1296
+ right: -6px;
1297
+ cursor: nwse-resize;
1298
+ }
1299
+ /* Hide handles when editor loses focus */
1300
+ .ProseMirror:not(.ProseMirror-focused) .sd-editor-resize-container {
1301
+ display: none;
1302
+ }
1303
+ /* Smooth transitions for resizing */
1304
+ .sd-editor-resizable-wrapper * {
1305
+ transition: none;
1306
+ }
1307
+ .sd-editor-resizable-wrapper *:not([style*='width']) {
1308
+ transition: all 0.2s ease;
1309
+ }
1310
+ /* Resize feedback indicator */
1311
+ .sd-editor-resizable-wrapper::after {
1312
+ content: 'Drag corners to resize';
1313
+ position: absolute;
1314
+ bottom: -25px;
1315
+ left: 50%;
1316
+ transform: translateX(-50%);
1317
+ background-color: rgba(77, 171, 247, 0.9);
1318
+ color: white;
1319
+ font-size: 11px;
1320
+ padding: 4px 8px;
1321
+ border-radius: 4px;
1322
+ white-space: nowrap;
1323
+ pointer-events: none;
1324
+ opacity: 0;
1325
+ transition: opacity 0.3s ease;
1326
+ z-index: 12;
1327
+ }
1328
+ .sd-editor-resizable-wrapper:hover::after {
1329
+ opacity: 1;
1330
+ }
1331
+
1332
+ .alignment-buttons[data-v-d84f57b6] {
1333
+ display: flex;
1334
+ justify-content: space-between;
1335
+ width: 100%;
1336
+ padding: 8px;
1337
+ box-sizing: border-box;
1338
+ }
1339
+ .alignment-buttons .button-icon[data-v-d84f57b6] {
1340
+ cursor: pointer;
1341
+ padding: 5px;
1342
+ font-size: 16px;
1343
+ width: 25px;
1344
+ height: 25px;
1345
+ border-radius: 4px;
1346
+ display: flex;
1347
+ justify-content: center;
1348
+ align-items: center;
1349
+ box-sizing: border-box;
1350
+ }
1351
+ .alignment-buttons .button-icon[data-v-d84f57b6]:hover {
1352
+ background-color: #d8dee5;
1353
+ }
1354
+ .alignment-buttons .button-icon[data-v-d84f57b6] svg {
1355
+ width: 100%;
1356
+ height: 100%;
1357
+ display: block;
1358
+ fill: currentColor;
1359
+ }
1360
+ .alignment-buttons.high-contrast .button-icon[data-v-d84f57b6]:hover {
1361
+ background-color: #000;
1362
+ color: #fff;
1363
+ }
1364
+
1365
+ .document-mode[data-v-8730b752] {
1366
+ display: flex;
1367
+ flex-direction: column;
1368
+ padding: 10px;
1369
+ box-sizing: border-box;
1370
+ }
1371
+ .document-mode[data-v-8730b752] svg {
1372
+ width: 100%;
1373
+ height: 100%;
1374
+ display: block;
1375
+ fill: currentColor;
1376
+ }
1377
+ .document-mode .option-item[data-v-8730b752] {
1378
+ display: flex;
1379
+ flex-direction: row;
1380
+ background-color: white;
1381
+ padding: 10px;
1382
+ border-radius: 4px;
1383
+ cursor: pointer;
1384
+ box-sizing: border-box;
1385
+ }
1386
+ .document-mode .option-item[data-v-8730b752]:hover {
1387
+ background-color: #c8d0d8;
1388
+ }
1389
+ .document-mode.high-contrast .option-item[data-v-8730b752]:hover {
1390
+ background-color: #000;
1391
+ color: #fff;
1392
+ }
1393
+ .document-mode.high-contrast .option-item:hover .icon-column__icon[data-v-8730b752] {
1394
+ color: #fff;
1395
+ }
1396
+ .document-mode.high-contrast .option-item:hover .text-column > .document-mode-type[data-v-8730b752],
1397
+ .document-mode.high-contrast .option-item:hover .text-column > .document-mode-description[data-v-8730b752] {
1398
+ color: #fff;
1399
+ }
1400
+ .disabled[data-v-8730b752] {
1401
+ opacity: 0.5;
1402
+ cursor: not-allowed !important;
1403
+ pointer-events: none;
1404
+ }
1405
+ .document-mode-column[data-v-8730b752] {
1406
+ display: flex;
1407
+ flex-direction: column;
1408
+ }
1409
+ .document-mode-type[data-v-8730b752] {
1410
+ font-weight: 400;
1411
+ font-size: 15px;
1412
+ color: #222;
1413
+ }
1414
+ .icon-column[data-v-8730b752] {
1415
+ margin-right: 5px;
1416
+ justify-content: flex-start;
1417
+ align-items: center;
1418
+ padding: 0 5px;
1419
+ color: black;
1420
+ height: 100%;
1421
+ box-sizing: border-box;
1422
+ }
1423
+ .icon-column__icon[data-v-8730b752] {
1424
+ display: inline-flex;
1425
+ justify-content: center;
1426
+ align-items: center;
1427
+ flex-shrink: 0;
1428
+ height: 18px;
1429
+ color: #47484a;
1430
+ }
1431
+ .icon-column__icon[data-v-8730b752] svg {
1432
+ width: auto;
1433
+ /* needed for safari */
1434
+ max-height: 18px;
1435
+ }
1436
+ .document-mode-description[data-v-8730b752] {
1437
+ font-size: 12px;
1438
+ color: #666;
1439
+ }
1440
+
1441
+ .style-name[data-v-9cea793a] {
1442
+ padding: 16px 10px;
1443
+ }
1444
+ .style-name[data-v-9cea793a]:hover {
1445
+ background-color: #c8d0d8;
1446
+ }
1447
+ .linked-style-buttons[data-v-9cea793a] {
1448
+ display: flex;
1449
+ flex-direction: column;
1450
+ width: 100%;
1451
+ box-sizing: border-box;
1452
+ max-height: 400px;
1453
+ width: 200px;
1454
+ padding: 0;
1455
+ margin: 0;
1456
+ overflow: auto;
1457
+ }
1458
+ .button-icon[data-v-9cea793a] {
1459
+ cursor: pointer;
1460
+ padding: 5px;
1461
+ font-size: 16px;
1462
+ width: 25px;
1463
+ height: 25px;
1464
+ border-radius: 4px;
1465
+ display: flex;
1466
+ justify-content: center;
1467
+ align-items: center;
1468
+ box-sizing: border-box;
1469
+ }
1470
+ .button-icon[data-v-9cea793a]:hover {
1471
+ background-color: #d8dee5;
1472
+ }
1473
+ .button-icon[data-v-9cea793a] svg {
1474
+ width: 100%;
1475
+ height: 100%;
1476
+ display: block;
1477
+ fill: currentColor;
1478
+ }
1479
+
1480
+ .link-input-wrapper[data-v-ba50627b] {
1481
+ display: flex;
1482
+ flex-direction: column;
1483
+ gap: 8px;
1484
+ }
1485
+ .link-input-ctn[data-v-ba50627b] {
1486
+ width: 320px;
1487
+ display: flex;
1488
+ flex-direction: column;
1489
+ padding: 1em;
1490
+ border-radius: 5px;
1491
+ background-color: #fff;
1492
+ box-sizing: border-box;
1493
+ }
1494
+ .link-input-ctn[data-v-ba50627b] svg {
1495
+ width: 100%;
1496
+ height: 100%;
1497
+ display: block;
1498
+ fill: currentColor;
1499
+ }
1500
+ .link-input-ctn .input-row[data-v-ba50627b] {
1501
+ align-content: baseline;
1502
+ display: flex;
1503
+ align-items: center;
1504
+ font-size: 16px;
1505
+ }
1506
+ .link-input-ctn .input-row input[data-v-ba50627b] {
1507
+ font-size: 13px;
1508
+ flex-grow: 1;
1509
+ padding: 10px;
1510
+ border-radius: 8px;
1511
+ padding-left: 32px;
1512
+ box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
1513
+ color: #666;
1514
+ border: 1px solid #ddd;
1515
+ box-sizing: border-box;
1516
+ }
1517
+ .link-input-ctn .input-row input[data-v-ba50627b]:active,
1518
+ .link-input-ctn .input-row input[data-v-ba50627b]:focus {
1519
+ outline: none;
1520
+ border: 1px solid #1355ff;
1521
+ }
1522
+ .link-input-ctn .input-icon[data-v-ba50627b] {
1523
+ position: absolute;
1524
+ left: 25px;
1525
+ width: auto;
1526
+ color: #999;
1527
+ pointer-events: none;
1528
+ }
1529
+ .link-input-ctn .input-icon[data-v-ba50627b]:not(.text-input-icon) {
1530
+ transform: rotate(45deg);
1531
+ height: 12px;
1532
+ }
1533
+ .link-input-ctn.high-contrast .input-icon[data-v-ba50627b] {
1534
+ color: #000;
1535
+ }
1536
+ .link-input-ctn.high-contrast .input-row input[data-v-ba50627b] {
1537
+ color: #000;
1538
+ border-color: #000;
1539
+ }
1540
+ .open-link-icon[data-v-ba50627b] {
1541
+ margin-left: 10px;
1542
+ width: 30px;
1543
+ height: 30px;
1544
+ border-radius: 50%;
1545
+ border: 1px solid transparent;
1546
+ display: flex;
1547
+ justify-content: center;
1548
+ align-items: center;
1549
+ flex-shrink: 0;
1550
+ transition: all 0.2s ease;
1551
+ cursor: pointer;
1552
+ }
1553
+ .open-link-icon[data-v-ba50627b]:hover {
1554
+ color: #1355ff;
1555
+ background-color: white;
1556
+ border: 1px solid #dbdbdb;
1557
+ }
1558
+ .open-link-icon[data-v-ba50627b] svg {
1559
+ width: 15px;
1560
+ height: 15px;
1561
+ }
1562
+ .disabled[data-v-ba50627b] {
1563
+ opacity: 0.6;
1564
+ cursor: not-allowed;
1565
+ pointer-events: none;
1566
+ }
1567
+ .link-buttons[data-v-ba50627b] {
1568
+ display: flex;
1569
+ justify-content: flex-end;
1570
+ margin-top: 10px;
1571
+ }
1572
+ .remove-btn__icon[data-v-ba50627b] {
1573
+ display: inline-flex;
1574
+ width: 13px;
1575
+ height: 13px;
1576
+ flex-shrink: 0;
1577
+ margin-right: 4px;
1578
+ }
1579
+ .link-buttons button[data-v-ba50627b] {
1580
+ margin-left: 5px;
1581
+ }
1582
+ .disable-btn[data-v-ba50627b] {
1583
+ opacity: 0.6;
1584
+ cursor: not-allowed;
1585
+ pointer-events: none;
1586
+ }
1587
+ .go-to-anchor a[data-v-ba50627b] {
1588
+ font-size: 14px;
1589
+ text-decoration: underline;
1590
+ }
1591
+ .clickable[data-v-ba50627b] {
1592
+ cursor: pointer;
1593
+ }
1594
+ .link-title[data-v-ba50627b] {
1595
+ font-size: 14px;
1596
+ font-weight: 600;
1597
+ margin-bottom: 10px;
1598
+ }
1599
+ .hasBottomMargin[data-v-ba50627b] {
1600
+ margin-bottom: 1em;
1601
+ }
1602
+ .remove-btn[data-v-ba50627b] {
1603
+ display: inline-flex;
1604
+ justify-content: center;
1605
+ align-items: center;
1606
+ padding: 10px 16px;
1607
+ border-radius: 8px;
1608
+ outline: none;
1609
+ background-color: white;
1610
+ color: black;
1611
+ font-weight: 400;
1612
+ font-size: 13px;
1613
+ cursor: pointer;
1614
+ transition: all 0.2s ease;
1615
+ border: 1px solid #ebebeb;
1616
+ box-sizing: border-box;
1617
+ }
1618
+ .remove-btn[data-v-ba50627b]:hover {
1619
+ background-color: #dbdbdb;
1620
+ }
1621
+ .submit-btn[data-v-ba50627b] {
1622
+ display: inline-flex;
1623
+ justify-content: center;
1624
+ align-items: center;
1625
+ padding: 10px 16px;
1626
+ border-radius: 8px;
1627
+ outline: none;
1628
+ border: none;
1629
+ background-color: #1355ff;
1630
+ color: white;
1631
+ font-weight: 400;
1632
+ font-size: 13px;
1633
+ cursor: pointer;
1634
+ transition: all 0.2s ease;
1635
+ box-sizing: border-box;
1636
+ }
1637
+
1638
+ /* &.high-contrast {
1639
+ background-color: black;
1640
+ } */
1641
+ .submit-btn[data-v-ba50627b]:hover {
1642
+ background-color: #0d47c1;
1643
+ }
1644
+ .error[data-v-ba50627b] {
1645
+ border-color: red !important;
1646
+ background-color: #ff00001a;
1647
+ }
1648
+ .submit[data-v-ba50627b] {
1649
+ cursor: pointer;
1650
+ }
1651
+
1652
+ .option-row[data-v-0f479b6c] {
1653
+ display: flex;
1654
+ flex-direction: row;
1655
+ }
1656
+ .option[data-v-0f479b6c] {
1657
+ border-radius: 50%;
1658
+ cursor: pointer;
1659
+ padding: 3px;
1660
+ display: flex;
1661
+ align-items: center;
1662
+ justify-content: center;
1663
+ position: relative;
1664
+ box-sizing: border-box;
1665
+ }
1666
+ .option[data-v-0f479b6c]:hover {
1667
+ background-color: #dbdbdb;
1668
+ }
1669
+ .option__icon[data-v-0f479b6c] {
1670
+ width: 20px;
1671
+ height: 20px;
1672
+ flex-shrink: 0;
1673
+ }
1674
+ .option__check[data-v-0f479b6c] {
1675
+ width: 14px;
1676
+ height: 14px;
1677
+ flex-shrink: 0;
1678
+ position: absolute;
1679
+ }
1680
+
1681
+ .options-grid-wrap[data-v-4c0091c8] {
1682
+ padding: 5px;
1683
+ border-radius: 5px;
1684
+ }
1685
+ .none-option[data-v-4c0091c8] {
1686
+ display: flex;
1687
+ align-items: center;
1688
+ gap: 4px;
1689
+ padding: 4px;
1690
+ }
1691
+ .none-option[data-v-4c0091c8]:hover {
1692
+ opacity: 0.65;
1693
+ }
1694
+ .none-icon[data-v-4c0091c8] {
1695
+ width: 16px;
1696
+ }
1697
+ .option-grid-ctn[data-v-4c0091c8] {
1698
+ display: flex;
1699
+ flex-direction: column;
1700
+ background-color: #fff;
1701
+ z-index: 3;
1702
+ box-sizing: border-box;
1703
+ }
1704
+ .option-grid-ctn__subtitle[data-v-4c0091c8] {
1705
+ padding: 3px;
1706
+ font-size: 12px;
1707
+ font-weight: 600;
1708
+ }
1709
+ .option-grid-ctn[data-v-4c0091c8] svg {
1710
+ width: 100%;
1711
+ height: 100%;
1712
+ display: block;
1713
+ fill: currentColor;
1714
+ }
1715
+
1716
+ .toolbar-table-grid-wrapper .toolbar-table-grid[data-v-92e8d5fb] {
1717
+ display: grid;
1718
+ grid-template-columns: repeat(5, 1fr);
1719
+ gap: 2px;
1720
+ padding: 8px;
1721
+ box-sizing: border-box;
1722
+ }
1723
+ .toolbar-table-grid-wrapper .toolbar-table-grid__item[data-v-92e8d5fb] {
1724
+ width: 20px;
1725
+ height: 20px;
1726
+ border: 1px solid #d3d3d3;
1727
+ cursor: pointer;
1728
+ transition: all 0.15s;
1729
+ }
1730
+ .toolbar-table-grid-wrapper .toolbar-table-grid__item.selected[data-v-92e8d5fb] {
1731
+ background-color: #dbdbdb;
1732
+ }
1733
+ .toolbar-table-grid-wrapper.high-contrast .toolbar-table-grid__item[data-v-92e8d5fb] {
1734
+ border-color: #000;
1735
+ }
1736
+ .toolbar-table-grid-wrapper.high-contrast .toolbar-table-grid__item.selected[data-v-92e8d5fb] {
1737
+ background: #000;
1738
+ }
1739
+ .toolbar-table-grid-wrapper .toolbar-table-grid-value[data-v-92e8d5fb] {
1740
+ font-size: 13px;
1741
+ line-height: 1.1;
1742
+ padding: 0px 8px 2px;
1743
+ }
1744
+
1745
+ .toolbar-table-actions[data-v-990b9a25] {
1746
+ display: flex;
1747
+ flex-direction: column;
1748
+ gap: 6px;
1749
+ padding: 10px;
1750
+ box-sizing: border-box;
1751
+ }
1752
+ .toolbar-table-actions[data-v-990b9a25] svg {
1753
+ width: 100%;
1754
+ height: 100%;
1755
+ display: block;
1756
+ fill: currentColor;
1757
+ }
1758
+ .toolbar-table-actions__item[data-v-990b9a25] {
1759
+ display: flex;
1760
+ gap: 5px;
1761
+ background-color: #fff;
1762
+ padding: 4px 10px;
1763
+ border-radius: 4px;
1764
+ cursor: pointer;
1765
+ box-sizing: border-box;
1766
+ position: relative;
1767
+ }
1768
+ .toolbar-table-actions__item[data-v-990b9a25]:hover {
1769
+ background-color: #c8d0d8;
1770
+ }
1771
+ .toolbar-table-actions__item--border[data-v-990b9a25]:after {
1772
+ content: '';
1773
+ display: block;
1774
+ position: absolute;
1775
+ bottom: -3px;
1776
+ left: -10px;
1777
+ right: 0;
1778
+ height: 1px;
1779
+ width: calc(100% + 20px);
1780
+ background: #c8d0d8;
1781
+ }
1782
+ .toolbar-table-actions__icon[data-v-990b9a25] {
1783
+ display: flex;
1784
+ justify-content: center;
1785
+ align-items: center;
1786
+ width: 20px;
1787
+ color: black;
1788
+ box-sizing: border-box;
1789
+ }
1790
+ .toolbar-table-actions__icon-wrapper[data-v-990b9a25] {
1791
+ display: inline-flex;
1792
+ justify-content: center;
1793
+ align-items: center;
1794
+ flex-shrink: 0;
1795
+ height: 14px;
1796
+ color: #47484a;
1797
+ }
1798
+ .toolbar-table-actions__icon-wrapper[data-v-990b9a25] svg {
1799
+ width: auto;
1800
+ max-height: 14px;
1801
+ }
1802
+ .toolbar-table-actions__label[data-v-990b9a25] {
1803
+ font-size: 15px;
1804
+ font-weight: 400;
1805
+ color: #222;
1806
+ white-space: nowrap;
1807
+ }
1808
+
1809
+ .search-input-ctn[data-v-957cbcf2] {
1810
+ padding: 10px;
1811
+ border-radius: 5px;
1812
+ }
1813
+ .search-input-ctn .search-input[data-v-957cbcf2] {
1814
+ min-width: 200px;
1815
+ font-size: 13px;
1816
+ flex-grow: 1;
1817
+ padding: 10px;
1818
+ border-radius: 8px;
1819
+ color: #666;
1820
+ border: 1px solid #ddd;
1821
+ box-sizing: border-box;
1822
+ box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
1823
+ }
1824
+ .search-input-ctn .search-input[data-v-957cbcf2]:active,
1825
+ .search-input-ctn .search-input[data-v-957cbcf2]:focus {
1826
+ outline: none;
1827
+ border: 1px solid #1355ff;
1828
+ }
1829
+ .search-input-ctn .row[data-v-957cbcf2] {
1830
+ display: flex;
1831
+ }
1832
+ .search-input-ctn .row.submit[data-v-957cbcf2] {
1833
+ margin-top: 10px;
1834
+ flex-direction: row-reverse;
1835
+ }
1836
+ .search-input-ctn .submit-btn[data-v-957cbcf2] {
1837
+ display: flex;
1838
+ justify-content: center;
1839
+ align-items: center;
1840
+ padding: 10px 16px;
1841
+ border-radius: 8px;
1842
+ outline: none;
1843
+ border: none;
1844
+ background-color: #1355ff;
1845
+ color: white;
1846
+ font-weight: 400;
1847
+ font-size: 13px;
1848
+ cursor: pointer;
1849
+ transition: all 0.2s ease;
1850
+ box-sizing: border-box;
1851
+ }
1852
+
1853
+ .slash-menu {
1854
+ position: absolute;
1855
+ z-index: 50;
1856
+ width: 175px;
1857
+ color: #47484a;
1858
+ background: white;
1859
+ box-shadow:
1860
+ 0 0 0 1px rgba(0, 0, 0, 0.05),
1861
+ 0px 10px 20px rgba(0, 0, 0, 0.1);
1862
+ margin-top: 0.5rem;
1863
+ font-size: 12px;
1864
+ }
1865
+
1866
+ /* Hide the input but keep it functional */
1867
+ .slash-menu-hidden-input {
1868
+ position: absolute;
1869
+ opacity: 0;
1870
+ pointer-events: none;
1871
+ height: 0;
1872
+ width: 0;
1873
+ padding: 0;
1874
+ margin: 0;
1875
+ border: none;
1876
+ }
1877
+ .slash-menu-items {
1878
+ max-height: 300px;
1879
+ overflow-y: auto;
1880
+ }
1881
+ .slash-menu-search {
1882
+ padding: 0.5rem;
1883
+ border-bottom: 1px solid #eee;
1884
+ }
1885
+ .slash-menu-search input {
1886
+ width: 100%;
1887
+ padding: 0.25rem 0.5rem;
1888
+ border: 1px solid #ddd;
1889
+ outline: none;
1890
+ }
1891
+ .slash-menu-search input:focus {
1892
+ border-color: #0096fd;
1893
+ }
1894
+
1895
+ /* Remove unused group styles */
1896
+ .slash-menu-group-label {
1897
+ display: none;
1898
+ }
1899
+ .slash-menu-item {
1900
+ padding: 0.25rem 0.5rem;
1901
+ cursor: pointer;
1902
+ user-select: none;
1903
+ transition: background-color 0.15s ease;
1904
+ display: flex;
1905
+ align-items: center;
1906
+ }
1907
+ .slash-menu-item:hover {
1908
+ background: #f5f5f5;
1909
+ }
1910
+ .slash-menu-item.is-selected {
1911
+ background: #edf6ff;
1912
+ color: #0096fd;
1913
+ fill: #0096fd;
1914
+ }
1915
+ .slash-menu-item-icon {
1916
+ display: flex;
1917
+ align-items: center;
1918
+ margin-right: 10px;
1919
+ }
1920
+ .slash-menu-item-icon svg {
1921
+ height: 12px;
1922
+ width: 12px;
1923
+ }
1924
+ .popover {
1925
+ background: white;
1926
+ border-radius: 6px;
1927
+ box-shadow:
1928
+ 0 0 0 1px rgba(0, 0, 0, 0.05),
1929
+ 0px 10px 20px rgba(0, 0, 0, 0.1);
1930
+ z-index: 100;
1931
+ }
1932
+ .slash-menu-divider {
1933
+ height: 1px;
1934
+ background: #eee;
1935
+ margin: 4px 0;
1936
+ }
1937
+ .tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}
1938
+ .vertical-indicator[data-v-79f9a944] {
1939
+ position: absolute;
1940
+ height: 0px;
1941
+ min-width: 1px;
1942
+ background-color: #aaa;
1943
+ top: 20px;
1944
+ z-index: 100;
1945
+ }
1946
+ .margin-handle[data-v-79f9a944] {
1947
+ width: 56px;
1948
+ min-width: 5px;
1949
+ max-width: 5px;
1950
+ background-color: var(--ruler-handle-color);
1951
+ height: 20px;
1952
+ cursor: grab;
1953
+ position: absolute;
1954
+ margin-left: -2px;
1955
+ border-radius: 4px 4px 0 0;
1956
+ transition: background-color 250ms ease;
1957
+ }
1958
+ .margin-handle[data-v-79f9a944]:hover {
1959
+ background-color: var(--ruler-handle-active-color);
1960
+ }
1961
+ .ruler[data-v-79f9a944] {
1962
+ max-height: 25px;
1963
+ height: 25px;
1964
+ max-width: 8.5in;
1965
+ display: flex;
1966
+ margin: 0;
1967
+ padding: 0;
1968
+ align-items: var(--alignment);
1969
+ box-sizing: border-box;
1970
+ position: relative;
1971
+ color: #666;
1972
+ }
1973
+ .mouse-tracker[data-v-79f9a944] {
1974
+ position: absolute;
1975
+ top: 0;
1976
+ left: 0;
1977
+ width: 1px;
1978
+ height: 100%;
1979
+ background-color: var(--color);
1980
+ pointer-events: none;
1981
+ }
1982
+ .numbering[data-v-79f9a944] {
1983
+ position: absolute;
1984
+ top: -16px;
1985
+ left: -2px;
1986
+ font-size: 10px;
1987
+ pointer-events: none;
1988
+ user-select: none;
1989
+ }
1990
+ .ruler-section[data-v-79f9a944] {
1991
+ position: relative;
1992
+ display: flex;
1993
+ align-items: var(--alignment);
1994
+ pointer-events: none;
1995
+ user-select: none;
1996
+ }
1997
+
1998
+ /* @remarks - popover adds a slight shadow, this can be removed if needed */
1999
+ .generic-popover[data-v-cbddcc0f] {
2000
+ /* @remarks - this should ideally be handled by the content or component - but some are missing */
2001
+ background-color: white;
2002
+ position: absolute;
2003
+ z-index: 1000;
2004
+ border-radius: 6px;
2005
+ box-shadow:
2006
+ 0 0 0 1px rgba(0, 0, 0, 0.05),
2007
+ 0px 10px 20px rgba(0, 0, 0, 0.1);
2008
+ min-width: 120px;
2009
+ min-height: 40px;
2010
+ }
2011
+
2012
+ .editor-element[data-v-8602bbd1] {
2013
+ position: relative;
2014
+ }
2015
+ .super-editor-container[data-v-8602bbd1] {
2016
+ width: auto;
2017
+ height: auto;
2018
+ min-width: 8in;
2019
+ min-height: 11in;
2020
+ position: relative;
2021
+ display: flex;
2022
+ flex-direction: column;
2023
+ }
2024
+ .ruler[data-v-8602bbd1] {
2025
+ margin-bottom: 2px;
2026
+ }
2027
+ .super-editor[data-v-8602bbd1] {
2028
+ color: initial;
2029
+ }
2030
+ .placeholder-editor[data-v-8602bbd1] {
2031
+ position: absolute;
2032
+ top: 0;
2033
+ left: 0;
2034
+ width: 100%;
2035
+ height: 100%;
2036
+ border-radius: 8px;
2037
+ padding: 1in;
2038
+ z-index: 5;
2039
+ background-color: white;
2040
+ box-sizing: border-box;
2041
+ }
2042
+ .placeholder-title[data-v-8602bbd1] {
2043
+ display: flex;
2044
+ justify-content: center;
2045
+ margin-bottom: 40px;
2046
+ }
2047
+
2048
+ .super-editor[data-v-4d5cff52] {
2049
+ box-sizing: border-box;
2050
+ width: 100%;
2051
+ height: 100%;
2052
+ border: 1px solid #999;
2053
+ outline: none;
2054
+ transition: border 0.2s ease;
2055
+ background-color: white;
2056
+ }
2057
+ .super-input[data-v-4d5cff52] {
2058
+ font-size: 13px;
2059
+ font-family: inherit;
2060
+ }
2061
+ .editor-element[data-v-4d5cff52] {
2062
+ height: 100%;
2063
+ width: 100%;
2064
+ border: none;
2065
+ outline: none;
2066
+ }
2067
+ .super-input-active[data-v-4d5cff52] {
2068
+ border: 1px solid #007bff;
2069
+ outline: none;
2070
+ }
2071
+
285
2072
  /** Global styles */
286
2073
  /* Copyright 2014 Mozilla Foundation
287
2074
  *
@@ -2754,46 +4541,46 @@ img[data-v-7dd69850] {
2754
4541
  box-shadow: 0 0 5px hsla(0, 0%, 0%, 0.05);
2755
4542
  }
2756
4543
 
2757
- .superdoc[data-v-4b4dcc36] {
4544
+ .superdoc[data-v-cc9266ba] {
2758
4545
  display: flex;
2759
4546
  }
2760
- .right-sidebar[data-v-4b4dcc36] {
4547
+ .right-sidebar[data-v-cc9266ba] {
2761
4548
  min-width: 320px;
2762
4549
  }
2763
- .floating-comments[data-v-4b4dcc36] {
4550
+ .floating-comments[data-v-cc9266ba] {
2764
4551
  min-width: 300px;
2765
4552
  width: 300px;
2766
4553
  }
2767
- .superdoc__layers[data-v-4b4dcc36] {
4554
+ .superdoc__layers[data-v-cc9266ba] {
2768
4555
  height: 100%;
2769
4556
  position: relative;
2770
4557
  box-sizing: border-box;
2771
4558
  }
2772
- .superdoc__document[data-v-4b4dcc36] {
4559
+ .superdoc__document[data-v-cc9266ba] {
2773
4560
  width: 100%;
2774
4561
  position: relative;
2775
4562
  }
2776
- .superdoc__sub-document[data-v-4b4dcc36] {
4563
+ .superdoc__sub-document[data-v-cc9266ba] {
2777
4564
  width: 100%;
2778
4565
  position: relative;
2779
4566
  }
2780
- .superdoc__selection-layer[data-v-4b4dcc36] {
4567
+ .superdoc__selection-layer[data-v-cc9266ba] {
2781
4568
  position: absolute;
2782
4569
  min-width: 100%;
2783
4570
  min-height: 100%;
2784
4571
  z-index: 10;
2785
4572
  pointer-events: none;
2786
4573
  }
2787
- .superdoc__temp-selection[data-v-4b4dcc36] {
4574
+ .superdoc__temp-selection[data-v-cc9266ba] {
2788
4575
  position: absolute;
2789
4576
  }
2790
- .superdoc__comments-layer[data-v-4b4dcc36] {
4577
+ .superdoc__comments-layer[data-v-cc9266ba] {
2791
4578
  /* position: absolute; */
2792
4579
  top: 0;
2793
4580
  height: 100%;
2794
4581
  position: relative;
2795
4582
  }
2796
- .superdoc__right-sidebar[data-v-4b4dcc36] {
4583
+ .superdoc__right-sidebar[data-v-cc9266ba] {
2797
4584
  width: 320px;
2798
4585
  min-width: 320px;
2799
4586
  padding: 0 10px;
@@ -2803,14 +4590,14 @@ img[data-v-7dd69850] {
2803
4590
  }
2804
4591
 
2805
4592
  /* Tools styles */
2806
- .tools[data-v-4b4dcc36] {
4593
+ .tools[data-v-cc9266ba] {
2807
4594
  position: absolute;
2808
4595
  z-index: 3;
2809
4596
  display: flex;
2810
4597
  flex-direction: column;
2811
4598
  gap: 6px;
2812
4599
  }
2813
- .tools .tool-icon[data-v-4b4dcc36] {
4600
+ .tools .tool-icon[data-v-cc9266ba] {
2814
4601
  font-size: 20px;
2815
4602
  border-radius: 12px;
2816
4603
  border: none;
@@ -2818,7 +4605,7 @@ img[data-v-7dd69850] {
2818
4605
  background-color: #dbdbdb;
2819
4606
  cursor: pointer;
2820
4607
  }
2821
- .tools-item[data-v-4b4dcc36] {
4608
+ .tools-item[data-v-cc9266ba] {
2822
4609
  display: flex;
2823
4610
  align-items: center;
2824
4611
  justify-content: center;
@@ -2828,10 +4615,10 @@ img[data-v-7dd69850] {
2828
4615
  border-radius: 12px;
2829
4616
  cursor: pointer;
2830
4617
  }
2831
- .tools-item i[data-v-4b4dcc36] {
4618
+ .tools-item i[data-v-cc9266ba] {
2832
4619
  cursor: pointer;
2833
4620
  }
2834
- .superdoc__tools-icon[data-v-4b4dcc36] {
4621
+ .superdoc__tools-icon[data-v-cc9266ba] {
2835
4622
  width: 20px;
2836
4623
  height: 20px;
2837
4624
  flex-shrink: 0;
@@ -2845,15 +4632,15 @@ img[data-v-7dd69850] {
2845
4632
 
2846
4633
  /* 834px is iPad screen size in portrait orientation */
2847
4634
  @media (max-width: 834px) {
2848
- .superdoc .superdoc__layers[data-v-4b4dcc36] {
4635
+ .superdoc .superdoc__layers[data-v-cc9266ba] {
2849
4636
  margin: 0;
2850
4637
  border: 0 !important;
2851
4638
  box-shadow: none;
2852
4639
  }
2853
- .superdoc__sub-document[data-v-4b4dcc36] {
4640
+ .superdoc__sub-document[data-v-cc9266ba] {
2854
4641
  max-width: 100%;
2855
4642
  }
2856
- .superdoc__right-sidebar[data-v-4b4dcc36] {
4643
+ .superdoc__right-sidebar[data-v-cc9266ba] {
2857
4644
  padding: 10px;
2858
4645
  width: 55px;
2859
4646
  position: relative;
@@ -2861,7 +4648,7 @@ img[data-v-7dd69850] {
2861
4648
  }
2862
4649
 
2863
4650
  /* AI Writer styles */
2864
- .ai-writer-container[data-v-4b4dcc36] {
4651
+ .ai-writer-container[data-v-cc9266ba] {
2865
4652
  position: fixed;
2866
4653
  z-index: 1000;
2867
4654
  background: white;
@@ -2879,13 +4666,13 @@ img[data-v-7dd69850] {
2879
4666
  } */
2880
4667
 
2881
4668
  /* Tools styles */
2882
- .tools[data-v-4b4dcc36] {
4669
+ .tools[data-v-cc9266ba] {
2883
4670
  position: absolute;
2884
4671
  z-index: 3;
2885
4672
  display: flex;
2886
4673
  gap: 6px;
2887
4674
  }
2888
- .tools .tool-icon[data-v-4b4dcc36] {
4675
+ .tools .tool-icon[data-v-cc9266ba] {
2889
4676
  font-size: 20px;
2890
4677
  border-radius: 12px;
2891
4678
  border: none;
@@ -2893,7 +4680,7 @@ img[data-v-7dd69850] {
2893
4680
  background-color: #dbdbdb;
2894
4681
  cursor: pointer;
2895
4682
  }
2896
- .tools-item[data-v-4b4dcc36] {
4683
+ .tools-item[data-v-cc9266ba] {
2897
4684
  display: flex;
2898
4685
  align-items: center;
2899
4686
  justify-content: center;
@@ -2904,18 +4691,18 @@ img[data-v-7dd69850] {
2904
4691
  border-radius: 12px;
2905
4692
  cursor: pointer;
2906
4693
  }
2907
- .tools-item i[data-v-4b4dcc36] {
4694
+ .tools-item i[data-v-cc9266ba] {
2908
4695
  cursor: pointer;
2909
4696
  }
2910
- .superdoc__tools-icon[data-v-4b4dcc36] {
4697
+ .superdoc__tools-icon[data-v-cc9266ba] {
2911
4698
  width: 20px;
2912
4699
  height: 20px;
2913
4700
  flex-shrink: 0;
2914
4701
  }
2915
- .ai-tool > svg[data-v-4b4dcc36] {
4702
+ .ai-tool > svg[data-v-cc9266ba] {
2916
4703
  fill: transparent;
2917
4704
  }
2918
- .ai-tool[data-v-4b4dcc36]::before {
4705
+ .ai-tool[data-v-cc9266ba]::before {
2919
4706
  content: '';
2920
4707
  position: absolute;
2921
4708
  width: 20px;
@@ -2936,7 +4723,7 @@ img[data-v-7dd69850] {
2936
4723
  filter: brightness(1.2);
2937
4724
  transition: filter 0.2s ease;
2938
4725
  }
2939
- .ai-tool[data-v-4b4dcc36]:hover::before {
4726
+ .ai-tool[data-v-cc9266ba]:hover::before {
2940
4727
  filter: brightness(1.3);
2941
4728
  }
2942
4729
  /* Tools styles - end */