@harbour-enterprises/superdoc 1.0.0-alpha.8 → 1.0.0-alpha.9

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/style.css CHANGED
@@ -16761,6 +16761,7 @@ body {
16761
16761
  min-height: 100%;
16762
16762
  display: flex;
16763
16763
  }
16764
+
16764
16765
  /* Copyright 2014 Mozilla Foundation
16765
16766
  *
16766
16767
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -16775,8 +16776,7 @@ body {
16775
16776
  * See the License for the specific language governing permissions and
16776
16777
  * limitations under the License.
16777
16778
  */
16778
-
16779
- .dialog{
16779
+ .superdoc-viewer .dialog{
16780
16780
  --dialog-bg-color:white;
16781
16781
  --dialog-border-color:white;
16782
16782
  --dialog-shadow:0 2px 14px 0 rgb(58 57 68 / 0.2);
@@ -16819,10 +16819,8 @@ body {
16819
16819
  color:var(--text-primary-color);
16820
16820
  box-shadow:var(--dialog-shadow);
16821
16821
  }
16822
-
16823
16822
  @media (prefers-color-scheme: dark){
16824
-
16825
- .dialog{
16823
+ .superdoc-viewer .dialog{
16826
16824
  --dialog-bg-color:#1c1b22;
16827
16825
  --dialog-border-color:#1c1b22;
16828
16826
  --dialog-shadow:0 2px 14px 0 #15141a;
@@ -16841,11 +16839,9 @@ body {
16841
16839
  --button-primary-bg-color:#0df;
16842
16840
  --button-primary-fg-color:#15141a;
16843
16841
  }
16844
- }
16845
-
16842
+ }
16846
16843
  @media screen and (forced-colors: active){
16847
-
16848
- .dialog{
16844
+ .superdoc-viewer .dialog{
16849
16845
  --dialog-bg-color:Canvas;
16850
16846
  --dialog-border-color:CanvasText;
16851
16847
  --dialog-shadow:none;
@@ -16874,28 +16870,24 @@ body {
16874
16870
  --button-primary-hover-bg-color:AccentColor;
16875
16871
  --button-primary-hover-fg-color:AccentColorText;
16876
16872
  }
16877
- }
16878
-
16879
- .dialog .mainContainer *:focus-visible{
16873
+ }
16874
+ .superdoc-viewer .dialog .mainContainer *:focus-visible{
16880
16875
  outline:var(--focus-ring-outline);
16881
16876
  outline-offset:2px;
16882
- }
16883
-
16884
- .dialog .mainContainer .radio{
16877
+ }
16878
+ .superdoc-viewer .dialog .mainContainer .radio{
16885
16879
  display:flex;
16886
16880
  flex-direction:column;
16887
16881
  align-items:flex-start;
16888
16882
  gap:4px;
16889
- }
16890
-
16891
- .dialog .mainContainer .radio > .radioButton{
16883
+ }
16884
+ .superdoc-viewer .dialog .mainContainer .radio > .radioButton{
16892
16885
  display:flex;
16893
16886
  gap:8px;
16894
16887
  align-self:stretch;
16895
16888
  align-items:center;
16896
- }
16897
-
16898
- .dialog .mainContainer .radio > .radioButton input{
16889
+ }
16890
+ .superdoc-viewer .dialog .mainContainer .radio > .radioButton input{
16899
16891
  -webkit-appearance:none;
16900
16892
  -moz-appearance:none;
16901
16893
  appearance:none;
@@ -16905,32 +16897,27 @@ body {
16905
16897
  border-radius:50%;
16906
16898
  background-color:var(--radio-bg-color);
16907
16899
  border:1px solid var(--radio-border-color);
16908
- }
16909
-
16910
- .dialog .mainContainer .radio > .radioButton input:hover{
16900
+ }
16901
+ .superdoc-viewer .dialog .mainContainer .radio > .radioButton input:hover{
16911
16902
  filter:var(--hover-filter);
16912
- }
16913
-
16914
- .dialog .mainContainer .radio > .radioButton input:checked{
16903
+ }
16904
+ .superdoc-viewer .dialog .mainContainer .radio > .radioButton input:checked{
16915
16905
  background-color:var(--radio-checked-bg-color);
16916
16906
  border:4px solid var(--radio-checked-border-color);
16917
- }
16918
-
16919
- .dialog .mainContainer .radio > .radioLabel{
16907
+ }
16908
+ .superdoc-viewer .dialog .mainContainer .radio > .radioLabel{
16920
16909
  display:flex;
16921
16910
  padding-inline-start:24px;
16922
16911
  align-items:flex-start;
16923
16912
  gap:10px;
16924
16913
  align-self:stretch;
16925
- }
16926
-
16927
- .dialog .mainContainer .radio > .radioLabel > span{
16914
+ }
16915
+ .superdoc-viewer .dialog .mainContainer .radio > .radioLabel > span{
16928
16916
  flex:1 0 0;
16929
16917
  font-size:11px;
16930
16918
  color:var(--text-secondary-color);
16931
- }
16932
-
16933
- .dialog .mainContainer button{
16919
+ }
16920
+ .superdoc-viewer .dialog .mainContainer button{
16934
16921
  border-radius:4px;
16935
16922
  border:1px solid;
16936
16923
  font:menu;
@@ -16938,39 +16925,33 @@ body {
16938
16925
  padding:4px 16px;
16939
16926
  width:auto;
16940
16927
  height:32px;
16941
- }
16942
-
16943
- .dialog .mainContainer button:hover{
16928
+ }
16929
+ .superdoc-viewer .dialog .mainContainer button:hover{
16944
16930
  cursor:pointer;
16945
16931
  filter:var(--hover-filter);
16946
- }
16947
-
16948
- .dialog .mainContainer button.secondaryButton{
16932
+ }
16933
+ .superdoc-viewer .dialog .mainContainer button.secondaryButton{
16949
16934
  color:var(--button-secondary-fg-color);
16950
16935
  background-color:var(--button-secondary-bg-color);
16951
16936
  border-color:var(--button-secondary-border-color);
16952
- }
16953
-
16954
- .dialog .mainContainer button.secondaryButton:hover{
16937
+ }
16938
+ .superdoc-viewer .dialog .mainContainer button.secondaryButton:hover{
16955
16939
  color:var(--button-secondary-hover-fg-color);
16956
16940
  background-color:var(--button-secondary-hover-bg-color);
16957
16941
  border-color:var(--button-secondary-hover-border-color);
16958
- }
16959
-
16960
- .dialog .mainContainer button.primaryButton{
16942
+ }
16943
+ .superdoc-viewer .dialog .mainContainer button.primaryButton{
16961
16944
  color:var(--button-primary-hover-fg-color);
16962
16945
  background-color:var(--button-primary-hover-bg-color);
16963
16946
  border-color:var(--button-primary-hover-border-color);
16964
16947
  opacity:1;
16965
- }
16966
-
16967
- .dialog .mainContainer button.primaryButton:hover{
16948
+ }
16949
+ .superdoc-viewer .dialog .mainContainer button.primaryButton:hover{
16968
16950
  color:var(--button-primary-hover-fg-color);
16969
16951
  background-color:var(--button-primary-hover-bg-color);
16970
16952
  border-color:var(--button-primary-hover-border-color);
16971
- }
16972
-
16973
- .dialog .mainContainer textarea{
16953
+ }
16954
+ .superdoc-viewer .dialog .mainContainer textarea{
16974
16955
  font:inherit;
16975
16956
  padding:8px;
16976
16957
  resize:none;
@@ -16980,19 +16961,16 @@ body {
16980
16961
  border:1px solid var(--textarea-border-color);
16981
16962
  background:var(--textarea-bg-color);
16982
16963
  color:var(--textarea-fg-color);
16983
- }
16984
-
16985
- .dialog .mainContainer textarea:focus{
16964
+ }
16965
+ .superdoc-viewer .dialog .mainContainer textarea:focus{
16986
16966
  outline-offset:0;
16987
16967
  border-color:transparent;
16988
- }
16989
-
16990
- .dialog .mainContainer textarea:disabled{
16968
+ }
16969
+ .superdoc-viewer .dialog .mainContainer textarea:disabled{
16991
16970
  pointer-events:none;
16992
16971
  opacity:0.4;
16993
- }
16994
-
16995
- .textLayer{
16972
+ }
16973
+ .superdoc-viewer .textLayer{
16996
16974
  position:absolute;
16997
16975
  text-align:initial;
16998
16976
  inset:0;
@@ -17007,30 +16985,25 @@ body {
17007
16985
  caret-color:CanvasText;
17008
16986
  z-index:0;
17009
16987
  }
17010
-
17011
- .textLayer.highlighting{
16988
+ .superdoc-viewer .textLayer.highlighting{
17012
16989
  touch-action:none;
17013
- }
17014
-
17015
- .textLayer :is(span, br){
16990
+ }
16991
+ .superdoc-viewer .textLayer :is(span, br){
17016
16992
  color:transparent;
17017
16993
  position:absolute;
17018
16994
  white-space:pre;
17019
16995
  cursor:text;
17020
16996
  transform-origin:0% 0%;
17021
- }
17022
-
17023
- .textLayer > :not(.markedContent),
17024
- .textLayer .markedContent span:not(.markedContent){
16997
+ }
16998
+ .superdoc-viewer .textLayer > :not(.markedContent),
16999
+ .superdoc-viewer .textLayer .markedContent span:not(.markedContent){
17025
17000
  z-index:1;
17026
- }
17027
-
17028
- .textLayer span.markedContent{
17001
+ }
17002
+ .superdoc-viewer .textLayer span.markedContent{
17029
17003
  top:0;
17030
17004
  height:0;
17031
- }
17032
-
17033
- .textLayer .highlight{
17005
+ }
17006
+ .superdoc-viewer .textLayer .highlight{
17034
17007
  --highlight-bg-color:rgb(180 0 170 / 0.25);
17035
17008
  --highlight-selected-bg-color:rgb(0 100 0 / 0.25);
17036
17009
  --highlight-backdrop-filter:none;
@@ -17042,61 +17015,49 @@ body {
17042
17015
  -webkit-backdrop-filter:var(--highlight-backdrop-filter);
17043
17016
  backdrop-filter:var(--highlight-backdrop-filter);
17044
17017
  border-radius:4px;
17045
- }
17046
-
17018
+ }
17047
17019
  @media screen and (forced-colors: active){
17048
-
17049
- .textLayer .highlight{
17020
+ .superdoc-viewer .textLayer .highlight{
17050
17021
  --highlight-bg-color:transparent;
17051
17022
  --highlight-selected-bg-color:transparent;
17052
17023
  --highlight-backdrop-filter:var(--hcm-highlight-filter);
17053
17024
  --highlight-selected-backdrop-filter:var(
17054
17025
  --hcm-highlight-selected-filter
17055
17026
  );
17056
- }
17057
- }
17058
-
17059
- .textLayer .highlight.appended{
17027
+ }
17028
+ }
17029
+ .superdoc-viewer .textLayer .highlight.appended{
17060
17030
  position:initial;
17061
- }
17062
-
17063
- .textLayer .highlight.begin{
17031
+ }
17032
+ .superdoc-viewer .textLayer .highlight.begin{
17064
17033
  border-radius:4px 0 0 4px;
17065
- }
17066
-
17067
- .textLayer .highlight.end{
17034
+ }
17035
+ .superdoc-viewer .textLayer .highlight.end{
17068
17036
  border-radius:0 4px 4px 0;
17069
- }
17070
-
17071
- .textLayer .highlight.middle{
17037
+ }
17038
+ .superdoc-viewer .textLayer .highlight.middle{
17072
17039
  border-radius:0;
17073
- }
17074
-
17075
- .textLayer .highlight.selected{
17040
+ }
17041
+ .superdoc-viewer .textLayer .highlight.selected{
17076
17042
  background-color:var(--highlight-selected-bg-color);
17077
17043
  -webkit-backdrop-filter:var(--highlight-selected-backdrop-filter);
17078
17044
  backdrop-filter:var(--highlight-selected-backdrop-filter);
17079
- }
17080
-
17081
- .textLayer ::-moz-selection{
17045
+ }
17046
+ .superdoc-viewer .textLayer ::-moz-selection{
17082
17047
  background:rgba(0 0 255 / 0.25);
17083
17048
  background:color-mix(in srgb, AccentColor, transparent 75%);
17084
- }
17085
-
17086
- .textLayer ::selection{
17049
+ }
17050
+ .superdoc-viewer .textLayer ::selection{
17087
17051
  background:rgba(0 0 255 / 0.25);
17088
17052
  background:color-mix(in srgb, AccentColor, transparent 75%);
17089
- }
17090
-
17091
- .textLayer br::-moz-selection{
17053
+ }
17054
+ .superdoc-viewer .textLayer br::-moz-selection{
17092
17055
  background:transparent;
17093
- }
17094
-
17095
- .textLayer br::selection{
17056
+ }
17057
+ .superdoc-viewer .textLayer br::selection{
17096
17058
  background:transparent;
17097
- }
17098
-
17099
- .textLayer .endOfContent{
17059
+ }
17060
+ .superdoc-viewer .textLayer .endOfContent{
17100
17061
  display:block;
17101
17062
  position:absolute;
17102
17063
  inset:100% 0 0;
@@ -17105,13 +17066,11 @@ body {
17105
17066
  -webkit-user-select:none;
17106
17067
  -moz-user-select:none;
17107
17068
  user-select:none;
17108
- }
17109
-
17110
- .textLayer .endOfContent.active{
17069
+ }
17070
+ .superdoc-viewer .textLayer .endOfContent.active{
17111
17071
  top:0;
17112
- }
17113
-
17114
- .annotationLayer{
17072
+ }
17073
+ .superdoc-viewer .annotationLayer{
17115
17074
  --annotation-unfocused-field-background:url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");
17116
17075
  --input-focus-border-color:Highlight;
17117
17076
  --input-focus-outline:1px solid Canvas;
@@ -17126,43 +17085,35 @@ body {
17126
17085
  pointer-events:none;
17127
17086
  transform-origin:0 0;
17128
17087
  }
17129
-
17130
17088
  @media screen and (forced-colors: active){
17131
-
17132
- .annotationLayer{
17089
+ .superdoc-viewer .annotationLayer{
17133
17090
  --input-focus-border-color:CanvasText;
17134
17091
  --input-unfocused-border-color:ActiveText;
17135
17092
  --input-disabled-border-color:GrayText;
17136
17093
  --input-hover-border-color:Highlight;
17137
17094
  --link-outline:1.5px solid LinkText;
17138
17095
  }
17139
-
17140
- .annotationLayer .textWidgetAnnotation :is(input, textarea):required, .annotationLayer .choiceWidgetAnnotation select:required, .annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input:required{
17096
+ .superdoc-viewer .annotationLayer .textWidgetAnnotation :is(input, textarea):required, .superdoc-viewer .annotationLayer .choiceWidgetAnnotation select:required, .superdoc-viewer .annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input:required{
17141
17097
  outline:1.5px solid selectedItem;
17142
- }
17143
-
17144
- .annotationLayer .linkAnnotation{
17098
+ }
17099
+ .superdoc-viewer .annotationLayer .linkAnnotation{
17145
17100
  outline:var(--link-outline);
17146
- }
17147
-
17148
- .annotationLayer .linkAnnotation:hover{
17101
+ }
17102
+ .superdoc-viewer .annotationLayer .linkAnnotation:hover{
17149
17103
  -webkit-backdrop-filter:var(--hcm-highlight-filter);
17150
17104
  backdrop-filter:var(--hcm-highlight-filter);
17151
- }
17152
-
17153
- .annotationLayer .linkAnnotation > a:hover{
17105
+ }
17106
+ .superdoc-viewer .annotationLayer .linkAnnotation > a:hover{
17154
17107
  opacity:0 !important;
17155
17108
  background:none !important;
17156
17109
  box-shadow:none;
17157
- }
17158
-
17159
- .annotationLayer .popupAnnotation .popup{
17110
+ }
17111
+ .superdoc-viewer .annotationLayer .popupAnnotation .popup{
17160
17112
  outline:calc(1.5px * var(--scale-factor)) solid CanvasText !important;
17161
17113
  background-color:ButtonFace !important;
17162
17114
  color:ButtonText !important;
17163
- }
17164
-
17165
- .annotationLayer .highlightArea:hover::after{
17115
+ }
17116
+ .superdoc-viewer .annotationLayer .highlightArea:hover::after{
17166
17117
  position:absolute;
17167
17118
  top:0;
17168
17119
  left:0;
@@ -17172,38 +17123,31 @@ body {
17172
17123
  backdrop-filter:var(--hcm-highlight-filter);
17173
17124
  content:"";
17174
17125
  pointer-events:none;
17175
- }
17176
-
17177
- .annotationLayer .popupAnnotation.focused .popup{
17126
+ }
17127
+ .superdoc-viewer .annotationLayer .popupAnnotation.focused .popup{
17178
17128
  outline:calc(3px * var(--scale-factor)) solid Highlight !important;
17179
- }
17180
- }
17181
-
17182
- .annotationLayer[data-main-rotation="90"] .norotate{
17129
+ }
17130
+ }
17131
+ .superdoc-viewer .annotationLayer[data-main-rotation="90"] .norotate{
17183
17132
  transform:rotate(270deg) translateX(-100%);
17184
- }
17185
-
17186
- .annotationLayer[data-main-rotation="180"] .norotate{
17133
+ }
17134
+ .superdoc-viewer .annotationLayer[data-main-rotation="180"] .norotate{
17187
17135
  transform:rotate(180deg) translate(-100%, -100%);
17188
- }
17189
-
17190
- .annotationLayer[data-main-rotation="270"] .norotate{
17136
+ }
17137
+ .superdoc-viewer .annotationLayer[data-main-rotation="270"] .norotate{
17191
17138
  transform:rotate(90deg) translateY(-100%);
17192
- }
17193
-
17194
- .annotationLayer.disabled section,
17195
- .annotationLayer.disabled .popup{
17139
+ }
17140
+ .superdoc-viewer .annotationLayer.disabled section,
17141
+ .superdoc-viewer .annotationLayer.disabled .popup{
17196
17142
  pointer-events:none;
17197
- }
17198
-
17199
- .annotationLayer .annotationContent{
17143
+ }
17144
+ .superdoc-viewer .annotationLayer .annotationContent{
17200
17145
  position:absolute;
17201
17146
  width:100%;
17202
17147
  height:100%;
17203
17148
  pointer-events:none;
17204
- }
17205
-
17206
- .annotationLayer .annotationContent.freetext{
17149
+ }
17150
+ .superdoc-viewer .annotationLayer .annotationContent.freetext{
17207
17151
  background:transparent;
17208
17152
  border:none;
17209
17153
  inset:0;
@@ -17214,54 +17158,46 @@ body {
17214
17158
  -webkit-user-select:none;
17215
17159
  -moz-user-select:none;
17216
17160
  user-select:none;
17217
- }
17218
-
17219
- .annotationLayer section{
17161
+ }
17162
+ .superdoc-viewer .annotationLayer section{
17220
17163
  position:absolute;
17221
17164
  text-align:initial;
17222
17165
  pointer-events:auto;
17223
17166
  box-sizing:border-box;
17224
17167
  transform-origin:0 0;
17225
- }
17226
-
17227
- .annotationLayer section:has(div.annotationContent) canvas.annotationContent{
17168
+ }
17169
+ .superdoc-viewer .annotationLayer section:has(div.annotationContent) canvas.annotationContent{
17228
17170
  display:none;
17229
- }
17230
-
17231
- .annotationLayer :is(.linkAnnotation, .buttonWidgetAnnotation.pushButton) > a{
17171
+ }
17172
+ .superdoc-viewer .annotationLayer :is(.linkAnnotation, .buttonWidgetAnnotation.pushButton) > a{
17232
17173
  position:absolute;
17233
17174
  font-size:1em;
17234
17175
  top:0;
17235
17176
  left:0;
17236
17177
  width:100%;
17237
17178
  height:100%;
17238
- }
17239
-
17240
- .annotationLayer :is(.linkAnnotation, .buttonWidgetAnnotation.pushButton):not(.hasBorder)
17179
+ }
17180
+ .superdoc-viewer .annotationLayer :is(.linkAnnotation, .buttonWidgetAnnotation.pushButton):not(.hasBorder)
17241
17181
  > a:hover{
17242
17182
  opacity:0.2;
17243
17183
  background-color:rgb(255 255 0);
17244
17184
  box-shadow:0 2px 10px rgb(255 255 0);
17245
- }
17246
-
17247
- .annotationLayer .linkAnnotation.hasBorder:hover{
17185
+ }
17186
+ .superdoc-viewer .annotationLayer .linkAnnotation.hasBorder:hover{
17248
17187
  background-color:rgb(255 255 0 / 0.2);
17249
- }
17250
-
17251
- .annotationLayer .hasBorder{
17188
+ }
17189
+ .superdoc-viewer .annotationLayer .hasBorder{
17252
17190
  background-size:100% 100%;
17253
- }
17254
-
17255
- .annotationLayer .textAnnotation img{
17191
+ }
17192
+ .superdoc-viewer .annotationLayer .textAnnotation img{
17256
17193
  position:absolute;
17257
17194
  cursor:pointer;
17258
17195
  width:100%;
17259
17196
  height:100%;
17260
17197
  top:0;
17261
17198
  left:0;
17262
- }
17263
-
17264
- .annotationLayer .textWidgetAnnotation :is(input, textarea), .annotationLayer .choiceWidgetAnnotation select, .annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input{
17199
+ }
17200
+ .superdoc-viewer .annotationLayer .textWidgetAnnotation :is(input, textarea), .superdoc-viewer .annotationLayer .choiceWidgetAnnotation select, .superdoc-viewer .annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input{
17265
17201
  background-image:var(--annotation-unfocused-field-background);
17266
17202
  border:2px solid var(--input-unfocused-border-color);
17267
17203
  box-sizing:border-box;
@@ -17270,115 +17206,94 @@ body {
17270
17206
  margin:0;
17271
17207
  vertical-align:top;
17272
17208
  width:100%;
17273
- }
17274
-
17275
- .annotationLayer .textWidgetAnnotation :is(input, textarea):required, .annotationLayer .choiceWidgetAnnotation select:required, .annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input:required{
17209
+ }
17210
+ .superdoc-viewer .annotationLayer .textWidgetAnnotation :is(input, textarea):required, .superdoc-viewer .annotationLayer .choiceWidgetAnnotation select:required, .superdoc-viewer .annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input:required{
17276
17211
  outline:1.5px solid red;
17277
- }
17278
-
17279
- .annotationLayer .choiceWidgetAnnotation select option{
17212
+ }
17213
+ .superdoc-viewer .annotationLayer .choiceWidgetAnnotation select option{
17280
17214
  padding:0;
17281
- }
17282
-
17283
- .annotationLayer .buttonWidgetAnnotation.radioButton input{
17215
+ }
17216
+ .superdoc-viewer .annotationLayer .buttonWidgetAnnotation.radioButton input{
17284
17217
  border-radius:50%;
17285
- }
17286
-
17287
- .annotationLayer .textWidgetAnnotation textarea{
17218
+ }
17219
+ .superdoc-viewer .annotationLayer .textWidgetAnnotation textarea{
17288
17220
  resize:none;
17289
- }
17290
-
17291
- .annotationLayer .textWidgetAnnotation [disabled]:is(input, textarea), .annotationLayer .choiceWidgetAnnotation select[disabled], .annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input[disabled]{
17221
+ }
17222
+ .superdoc-viewer .annotationLayer .textWidgetAnnotation [disabled]:is(input, textarea), .superdoc-viewer .annotationLayer .choiceWidgetAnnotation select[disabled], .superdoc-viewer .annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input[disabled]{
17292
17223
  background:none;
17293
17224
  border:2px solid var(--input-disabled-border-color);
17294
17225
  cursor:not-allowed;
17295
- }
17296
-
17297
- .annotationLayer .textWidgetAnnotation :is(input, textarea):hover, .annotationLayer .choiceWidgetAnnotation select:hover, .annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input:hover{
17226
+ }
17227
+ .superdoc-viewer .annotationLayer .textWidgetAnnotation :is(input, textarea):hover, .superdoc-viewer .annotationLayer .choiceWidgetAnnotation select:hover, .superdoc-viewer .annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input:hover{
17298
17228
  border:2px solid var(--input-hover-border-color);
17299
- }
17300
-
17301
- .annotationLayer .textWidgetAnnotation :is(input, textarea):hover, .annotationLayer .choiceWidgetAnnotation select:hover, .annotationLayer .buttonWidgetAnnotation.checkBox input:hover{
17229
+ }
17230
+ .superdoc-viewer .annotationLayer .textWidgetAnnotation :is(input, textarea):hover, .superdoc-viewer .annotationLayer .choiceWidgetAnnotation select:hover, .superdoc-viewer .annotationLayer .buttonWidgetAnnotation.checkBox input:hover{
17302
17231
  border-radius:2px;
17303
- }
17304
-
17305
- .annotationLayer .textWidgetAnnotation :is(input, textarea):focus, .annotationLayer .choiceWidgetAnnotation select:focus{
17232
+ }
17233
+ .superdoc-viewer .annotationLayer .textWidgetAnnotation :is(input, textarea):focus, .superdoc-viewer .annotationLayer .choiceWidgetAnnotation select:focus{
17306
17234
  background:none;
17307
17235
  border:2px solid var(--input-focus-border-color);
17308
17236
  border-radius:2px;
17309
17237
  outline:var(--input-focus-outline);
17310
- }
17311
-
17312
- .annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) :focus{
17238
+ }
17239
+ .superdoc-viewer .annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) :focus{
17313
17240
  background-image:none;
17314
17241
  background-color:transparent;
17315
- }
17316
-
17317
- .annotationLayer .buttonWidgetAnnotation.checkBox :focus{
17242
+ }
17243
+ .superdoc-viewer .annotationLayer .buttonWidgetAnnotation.checkBox :focus{
17318
17244
  border:2px solid var(--input-focus-border-color);
17319
17245
  border-radius:2px;
17320
17246
  outline:var(--input-focus-outline);
17321
- }
17322
-
17323
- .annotationLayer .buttonWidgetAnnotation.radioButton :focus{
17247
+ }
17248
+ .superdoc-viewer .annotationLayer .buttonWidgetAnnotation.radioButton :focus{
17324
17249
  border:2px solid var(--input-focus-border-color);
17325
17250
  outline:var(--input-focus-outline);
17326
- }
17327
-
17328
- .annotationLayer .buttonWidgetAnnotation.checkBox input:checked::before,
17329
- .annotationLayer .buttonWidgetAnnotation.checkBox input:checked::after,
17330
- .annotationLayer .buttonWidgetAnnotation.radioButton input:checked::before{
17251
+ }
17252
+ .superdoc-viewer .annotationLayer .buttonWidgetAnnotation.checkBox input:checked::before,
17253
+ .superdoc-viewer .annotationLayer .buttonWidgetAnnotation.checkBox input:checked::after,
17254
+ .superdoc-viewer .annotationLayer .buttonWidgetAnnotation.radioButton input:checked::before{
17331
17255
  background-color:CanvasText;
17332
17256
  content:"";
17333
17257
  display:block;
17334
17258
  position:absolute;
17335
- }
17336
-
17337
- .annotationLayer .buttonWidgetAnnotation.checkBox input:checked::before,
17338
- .annotationLayer .buttonWidgetAnnotation.checkBox input:checked::after{
17259
+ }
17260
+ .superdoc-viewer .annotationLayer .buttonWidgetAnnotation.checkBox input:checked::before,
17261
+ .superdoc-viewer .annotationLayer .buttonWidgetAnnotation.checkBox input:checked::after{
17339
17262
  height:80%;
17340
17263
  left:45%;
17341
17264
  width:1px;
17342
- }
17343
-
17344
- .annotationLayer .buttonWidgetAnnotation.checkBox input:checked::before{
17265
+ }
17266
+ .superdoc-viewer .annotationLayer .buttonWidgetAnnotation.checkBox input:checked::before{
17345
17267
  transform:rotate(45deg);
17346
- }
17347
-
17348
- .annotationLayer .buttonWidgetAnnotation.checkBox input:checked::after{
17268
+ }
17269
+ .superdoc-viewer .annotationLayer .buttonWidgetAnnotation.checkBox input:checked::after{
17349
17270
  transform:rotate(-45deg);
17350
- }
17351
-
17352
- .annotationLayer .buttonWidgetAnnotation.radioButton input:checked::before{
17271
+ }
17272
+ .superdoc-viewer .annotationLayer .buttonWidgetAnnotation.radioButton input:checked::before{
17353
17273
  border-radius:50%;
17354
17274
  height:50%;
17355
17275
  left:25%;
17356
17276
  top:25%;
17357
17277
  width:50%;
17358
- }
17359
-
17360
- .annotationLayer .textWidgetAnnotation input.comb{
17278
+ }
17279
+ .superdoc-viewer .annotationLayer .textWidgetAnnotation input.comb{
17361
17280
  font-family:monospace;
17362
17281
  padding-left:2px;
17363
17282
  padding-right:0;
17364
- }
17365
-
17366
- .annotationLayer .textWidgetAnnotation input.comb:focus{
17283
+ }
17284
+ .superdoc-viewer .annotationLayer .textWidgetAnnotation input.comb:focus{
17367
17285
  width:103%;
17368
- }
17369
-
17370
- .annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input{
17286
+ }
17287
+ .superdoc-viewer .annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input{
17371
17288
  -webkit-appearance:none;
17372
17289
  -moz-appearance:none;
17373
17290
  appearance:none;
17374
- }
17375
-
17376
- .annotationLayer .fileAttachmentAnnotation .popupTriggerArea{
17291
+ }
17292
+ .superdoc-viewer .annotationLayer .fileAttachmentAnnotation .popupTriggerArea{
17377
17293
  height:100%;
17378
17294
  width:100%;
17379
- }
17380
-
17381
- .annotationLayer .popupAnnotation{
17295
+ }
17296
+ .superdoc-viewer .annotationLayer .popupAnnotation{
17382
17297
  position:absolute;
17383
17298
  font-size:calc(9px * var(--scale-factor));
17384
17299
  pointer-events:none;
@@ -17386,9 +17301,8 @@ body {
17386
17301
  width:max-content;
17387
17302
  max-width:45%;
17388
17303
  height:auto;
17389
- }
17390
-
17391
- .annotationLayer .popup{
17304
+ }
17305
+ .superdoc-viewer .annotationLayer .popup{
17392
17306
  background-color:rgb(255 255 153);
17393
17307
  box-shadow:0 calc(2px * var(--scale-factor)) calc(5px * var(--scale-factor)) rgb(136 136 136);
17394
17308
  border-radius:calc(2px * var(--scale-factor));
@@ -17399,55 +17313,45 @@ body {
17399
17313
  white-space:normal;
17400
17314
  word-wrap:break-word;
17401
17315
  pointer-events:auto;
17402
- }
17403
-
17404
- .annotationLayer .popupAnnotation.focused .popup{
17316
+ }
17317
+ .superdoc-viewer .annotationLayer .popupAnnotation.focused .popup{
17405
17318
  outline-width:3px;
17406
- }
17407
-
17408
- .annotationLayer .popup *{
17319
+ }
17320
+ .superdoc-viewer .annotationLayer .popup *{
17409
17321
  font-size:calc(9px * var(--scale-factor));
17410
- }
17411
-
17412
- .annotationLayer .popup > .header{
17322
+ }
17323
+ .superdoc-viewer .annotationLayer .popup > .header{
17413
17324
  display:inline-block;
17414
- }
17415
-
17416
- .annotationLayer .popup > .header h1{
17325
+ }
17326
+ .superdoc-viewer .annotationLayer .popup > .header h1{
17417
17327
  display:inline;
17418
- }
17419
-
17420
- .annotationLayer .popup > .header .popupDate{
17328
+ }
17329
+ .superdoc-viewer .annotationLayer .popup > .header .popupDate{
17421
17330
  display:inline-block;
17422
17331
  margin-left:calc(5px * var(--scale-factor));
17423
17332
  width:-moz-fit-content;
17424
17333
  width:fit-content;
17425
- }
17426
-
17427
- .annotationLayer .popupContent{
17334
+ }
17335
+ .superdoc-viewer .annotationLayer .popupContent{
17428
17336
  border-top:1px solid rgb(51 51 51);
17429
17337
  margin-top:calc(2px * var(--scale-factor));
17430
17338
  padding-top:calc(2px * var(--scale-factor));
17431
- }
17432
-
17433
- .annotationLayer .richText > *{
17339
+ }
17340
+ .superdoc-viewer .annotationLayer .richText > *{
17434
17341
  white-space:pre-wrap;
17435
17342
  font-size:calc(9px * var(--scale-factor));
17436
- }
17437
-
17438
- .annotationLayer .popupTriggerArea{
17343
+ }
17344
+ .superdoc-viewer .annotationLayer .popupTriggerArea{
17439
17345
  cursor:pointer;
17440
- }
17441
-
17442
- .annotationLayer section svg{
17346
+ }
17347
+ .superdoc-viewer .annotationLayer section svg{
17443
17348
  position:absolute;
17444
17349
  width:100%;
17445
17350
  height:100%;
17446
17351
  top:0;
17447
17352
  left:0;
17448
- }
17449
-
17450
- .annotationLayer .annotationTextContent{
17353
+ }
17354
+ .superdoc-viewer .annotationLayer .annotationTextContent{
17451
17355
  position:absolute;
17452
17356
  width:100%;
17453
17357
  height:100%;
@@ -17457,14 +17361,12 @@ body {
17457
17361
  -moz-user-select:none;
17458
17362
  user-select:none;
17459
17363
  pointer-events:none;
17460
- }
17461
-
17462
- .annotationLayer .annotationTextContent span{
17364
+ }
17365
+ .superdoc-viewer .annotationLayer .annotationTextContent span{
17463
17366
  width:100%;
17464
17367
  display:inline-block;
17465
- }
17466
-
17467
- .annotationLayer svg.quadrilateralsContainer{
17368
+ }
17369
+ .superdoc-viewer .annotationLayer svg.quadrilateralsContainer{
17468
17370
  contain:strict;
17469
17371
  width:0;
17470
17372
  height:0;
@@ -17472,67 +17374,54 @@ body {
17472
17374
  top:0;
17473
17375
  left:0;
17474
17376
  z-index:-1;
17475
- }
17476
-
17477
- :root{
17377
+ }
17378
+ .superdoc-viewer :root{
17478
17379
  --xfa-unfocused-field-background:url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");
17479
17380
  --xfa-focus-outline:auto;
17480
17381
  }
17481
-
17482
17382
  @media screen and (forced-colors: active){
17483
- :root{
17383
+ .superdoc-viewer :root{
17484
17384
  --xfa-focus-outline:2px solid CanvasText;
17485
- }
17486
- .xfaLayer *:required{
17385
+ }
17386
+ .superdoc-viewer .xfaLayer *:required{
17487
17387
  outline:1.5px solid selectedItem;
17488
- }
17489
17388
  }
17490
-
17491
- .xfaLayer{
17389
+ }
17390
+ .superdoc-viewer .xfaLayer{
17492
17391
  background-color:transparent;
17493
17392
  }
17494
-
17495
- .xfaLayer .highlight{
17393
+ .superdoc-viewer .xfaLayer .highlight{
17496
17394
  margin:-1px;
17497
17395
  padding:1px;
17498
17396
  background-color:rgb(239 203 237);
17499
17397
  border-radius:4px;
17500
17398
  }
17501
-
17502
- .xfaLayer .highlight.appended{
17399
+ .superdoc-viewer .xfaLayer .highlight.appended{
17503
17400
  position:initial;
17504
17401
  }
17505
-
17506
- .xfaLayer .highlight.begin{
17402
+ .superdoc-viewer .xfaLayer .highlight.begin{
17507
17403
  border-radius:4px 0 0 4px;
17508
17404
  }
17509
-
17510
- .xfaLayer .highlight.end{
17405
+ .superdoc-viewer .xfaLayer .highlight.end{
17511
17406
  border-radius:0 4px 4px 0;
17512
17407
  }
17513
-
17514
- .xfaLayer .highlight.middle{
17408
+ .superdoc-viewer .xfaLayer .highlight.middle{
17515
17409
  border-radius:0;
17516
17410
  }
17517
-
17518
- .xfaLayer .highlight.selected{
17411
+ .superdoc-viewer .xfaLayer .highlight.selected{
17519
17412
  background-color:rgb(203 223 203);
17520
17413
  }
17521
-
17522
- .xfaPage{
17414
+ .superdoc-viewer .xfaPage{
17523
17415
  overflow:hidden;
17524
17416
  position:relative;
17525
17417
  }
17526
-
17527
- .xfaContentarea{
17418
+ .superdoc-viewer .xfaContentarea{
17528
17419
  position:absolute;
17529
17420
  }
17530
-
17531
- .xfaPrintOnly{
17421
+ .superdoc-viewer .xfaPrintOnly{
17532
17422
  display:none;
17533
17423
  }
17534
-
17535
- .xfaLayer{
17424
+ .superdoc-viewer .xfaLayer{
17536
17425
  position:absolute;
17537
17426
  text-align:initial;
17538
17427
  top:0;
@@ -17540,8 +17429,7 @@ body {
17540
17429
  transform-origin:0 0;
17541
17430
  line-height:1.2;
17542
17431
  }
17543
-
17544
- .xfaLayer *{
17432
+ .superdoc-viewer .xfaLayer *{
17545
17433
  color:inherit;
17546
17434
  font:inherit;
17547
17435
  font-style:inherit;
@@ -17557,26 +17445,21 @@ body {
17557
17445
  pointer-events:auto;
17558
17446
  line-height:inherit;
17559
17447
  }
17560
-
17561
- .xfaLayer *:required{
17448
+ .superdoc-viewer .xfaLayer *:required{
17562
17449
  outline:1.5px solid red;
17563
17450
  }
17564
-
17565
- .xfaLayer div,
17566
- .xfaLayer svg,
17567
- .xfaLayer svg *{
17451
+ .superdoc-viewer .xfaLayer div,
17452
+ .superdoc-viewer .xfaLayer svg,
17453
+ .superdoc-viewer .xfaLayer svg *{
17568
17454
  pointer-events:none;
17569
17455
  }
17570
-
17571
- .xfaLayer a{
17456
+ .superdoc-viewer .xfaLayer a{
17572
17457
  color:blue;
17573
17458
  }
17574
-
17575
- .xfaRich li{
17459
+ .superdoc-viewer .xfaRich li{
17576
17460
  margin-left:3em;
17577
17461
  }
17578
-
17579
- .xfaFont{
17462
+ .superdoc-viewer .xfaFont{
17580
17463
  color:black;
17581
17464
  font-weight:normal;
17582
17465
  font-kerning:none;
@@ -17586,78 +17469,64 @@ body {
17586
17469
  text-decoration:none;
17587
17470
  vertical-align:0;
17588
17471
  }
17589
-
17590
- .xfaCaption{
17472
+ .superdoc-viewer .xfaCaption{
17591
17473
  overflow:hidden;
17592
17474
  flex:0 0 auto;
17593
17475
  }
17594
-
17595
- .xfaCaptionForCheckButton{
17476
+ .superdoc-viewer .xfaCaptionForCheckButton{
17596
17477
  overflow:hidden;
17597
17478
  flex:1 1 auto;
17598
17479
  }
17599
-
17600
- .xfaLabel{
17480
+ .superdoc-viewer .xfaLabel{
17601
17481
  height:100%;
17602
17482
  width:100%;
17603
17483
  }
17604
-
17605
- .xfaLeft{
17484
+ .superdoc-viewer .xfaLeft{
17606
17485
  display:flex;
17607
17486
  flex-direction:row;
17608
17487
  align-items:center;
17609
17488
  }
17610
-
17611
- .xfaRight{
17489
+ .superdoc-viewer .xfaRight{
17612
17490
  display:flex;
17613
17491
  flex-direction:row-reverse;
17614
17492
  align-items:center;
17615
17493
  }
17616
-
17617
- :is(.xfaLeft, .xfaRight) > :is(.xfaCaption, .xfaCaptionForCheckButton){
17494
+ .superdoc-viewer :is(.xfaLeft, .xfaRight) > :is(.xfaCaption, .xfaCaptionForCheckButton){
17618
17495
  max-height:100%;
17619
17496
  }
17620
-
17621
- .xfaTop{
17497
+ .superdoc-viewer .xfaTop{
17622
17498
  display:flex;
17623
17499
  flex-direction:column;
17624
17500
  align-items:flex-start;
17625
17501
  }
17626
-
17627
- .xfaBottom{
17502
+ .superdoc-viewer .xfaBottom{
17628
17503
  display:flex;
17629
17504
  flex-direction:column-reverse;
17630
17505
  align-items:flex-start;
17631
17506
  }
17632
-
17633
- :is(.xfaTop, .xfaBottom) > :is(.xfaCaption, .xfaCaptionForCheckButton){
17507
+ .superdoc-viewer :is(.xfaTop, .xfaBottom) > :is(.xfaCaption, .xfaCaptionForCheckButton){
17634
17508
  width:100%;
17635
17509
  }
17636
-
17637
- .xfaBorder{
17510
+ .superdoc-viewer .xfaBorder{
17638
17511
  background-color:transparent;
17639
17512
  position:absolute;
17640
17513
  pointer-events:none;
17641
17514
  }
17642
-
17643
- .xfaWrapped{
17515
+ .superdoc-viewer .xfaWrapped{
17644
17516
  width:100%;
17645
17517
  height:100%;
17646
17518
  }
17647
-
17648
- :is(.xfaTextfield, .xfaSelect):focus{
17519
+ .superdoc-viewer :is(.xfaTextfield, .xfaSelect):focus{
17649
17520
  background-image:none;
17650
17521
  background-color:transparent;
17651
17522
  outline:var(--xfa-focus-outline);
17652
17523
  outline-offset:-1px;
17653
17524
  }
17654
-
17655
- :is(.xfaCheckbox, .xfaRadio):focus{
17525
+ .superdoc-viewer :is(.xfaCheckbox, .xfaRadio):focus{
17656
17526
  outline:var(--xfa-focus-outline);
17657
17527
  }
17658
-
17659
- .xfaTextfield,
17660
- .xfaSelect{
17528
+ .superdoc-viewer .xfaTextfield,
17529
+ .superdoc-viewer .xfaSelect{
17661
17530
  height:100%;
17662
17531
  width:100%;
17663
17532
  flex:1 1 auto;
@@ -17665,46 +17534,39 @@ body {
17665
17534
  resize:none;
17666
17535
  background-image:var(--xfa-unfocused-field-background);
17667
17536
  }
17668
-
17669
- .xfaSelect{
17537
+ .superdoc-viewer .xfaSelect{
17670
17538
  padding-inline:2px;
17671
17539
  }
17672
-
17673
- :is(.xfaTop, .xfaBottom) > :is(.xfaTextfield, .xfaSelect){
17540
+ .superdoc-viewer :is(.xfaTop, .xfaBottom) > :is(.xfaTextfield, .xfaSelect){
17674
17541
  flex:0 1 auto;
17675
17542
  }
17676
-
17677
- .xfaButton{
17543
+ .superdoc-viewer .xfaButton{
17678
17544
  cursor:pointer;
17679
17545
  width:100%;
17680
17546
  height:100%;
17681
17547
  border:none;
17682
17548
  text-align:center;
17683
17549
  }
17684
-
17685
- .xfaLink{
17550
+ .superdoc-viewer .xfaLink{
17686
17551
  width:100%;
17687
17552
  height:100%;
17688
17553
  position:absolute;
17689
17554
  top:0;
17690
17555
  left:0;
17691
17556
  }
17692
-
17693
- .xfaCheckbox,
17694
- .xfaRadio{
17557
+ .superdoc-viewer .xfaCheckbox,
17558
+ .superdoc-viewer .xfaRadio{
17695
17559
  width:100%;
17696
17560
  height:100%;
17697
17561
  flex:0 0 auto;
17698
17562
  border:none;
17699
17563
  }
17700
-
17701
- .xfaRich{
17564
+ .superdoc-viewer .xfaRich{
17702
17565
  white-space:pre-wrap;
17703
17566
  width:100%;
17704
17567
  height:100%;
17705
17568
  }
17706
-
17707
- .xfaImage{
17569
+ .superdoc-viewer .xfaImage{
17708
17570
  -o-object-position:left top;
17709
17571
  object-position:left top;
17710
17572
  -o-object-fit:contain;
@@ -17712,165 +17574,135 @@ body {
17712
17574
  width:100%;
17713
17575
  height:100%;
17714
17576
  }
17715
-
17716
- .xfaLrTb,
17717
- .xfaRlTb,
17718
- .xfaTb{
17577
+ .superdoc-viewer .xfaLrTb,
17578
+ .superdoc-viewer .xfaRlTb,
17579
+ .superdoc-viewer .xfaTb{
17719
17580
  display:flex;
17720
17581
  flex-direction:column;
17721
17582
  align-items:stretch;
17722
17583
  }
17723
-
17724
- .xfaLr{
17584
+ .superdoc-viewer .xfaLr{
17725
17585
  display:flex;
17726
17586
  flex-direction:row;
17727
17587
  align-items:stretch;
17728
17588
  }
17729
-
17730
- .xfaRl{
17589
+ .superdoc-viewer .xfaRl{
17731
17590
  display:flex;
17732
17591
  flex-direction:row-reverse;
17733
17592
  align-items:stretch;
17734
17593
  }
17735
-
17736
- .xfaTb > div{
17594
+ .superdoc-viewer .xfaTb > div{
17737
17595
  justify-content:left;
17738
17596
  }
17739
-
17740
- .xfaPosition{
17597
+ .superdoc-viewer .xfaPosition{
17741
17598
  position:relative;
17742
17599
  }
17743
-
17744
- .xfaArea{
17600
+ .superdoc-viewer .xfaArea{
17745
17601
  position:relative;
17746
17602
  }
17747
-
17748
- .xfaValignMiddle{
17603
+ .superdoc-viewer .xfaValignMiddle{
17749
17604
  display:flex;
17750
17605
  align-items:center;
17751
17606
  }
17752
-
17753
- .xfaTable{
17607
+ .superdoc-viewer .xfaTable{
17754
17608
  display:flex;
17755
17609
  flex-direction:column;
17756
17610
  align-items:stretch;
17757
17611
  }
17758
-
17759
- .xfaTable .xfaRow{
17612
+ .superdoc-viewer .xfaTable .xfaRow{
17760
17613
  display:flex;
17761
17614
  flex-direction:row;
17762
17615
  align-items:stretch;
17763
17616
  }
17764
-
17765
- .xfaTable .xfaRlRow{
17617
+ .superdoc-viewer .xfaTable .xfaRlRow{
17766
17618
  display:flex;
17767
17619
  flex-direction:row-reverse;
17768
17620
  align-items:stretch;
17769
17621
  flex:1;
17770
17622
  }
17771
-
17772
- .xfaTable .xfaRlRow > div{
17623
+ .superdoc-viewer .xfaTable .xfaRlRow > div{
17773
17624
  flex:1;
17774
17625
  }
17775
-
17776
- :is(.xfaNonInteractive, .xfaDisabled, .xfaReadOnly) :is(input, textarea){
17626
+ .superdoc-viewer :is(.xfaNonInteractive, .xfaDisabled, .xfaReadOnly) :is(input, textarea){
17777
17627
  background:initial;
17778
17628
  }
17779
-
17780
17629
  @media print{
17781
- .xfaTextfield,
17782
- .xfaSelect{
17630
+ .superdoc-viewer .xfaTextfield,
17631
+ .superdoc-viewer .xfaSelect{
17783
17632
  background:transparent;
17784
- }
17785
-
17786
- .xfaSelect{
17633
+ }
17634
+ .superdoc-viewer .xfaSelect{
17787
17635
  -webkit-appearance:none;
17788
17636
  -moz-appearance:none;
17789
17637
  appearance:none;
17790
17638
  text-indent:1px;
17791
17639
  text-overflow:"";
17792
- }
17793
17640
  }
17794
-
17795
- .canvasWrapper svg{
17641
+ }
17642
+ .superdoc-viewer .canvasWrapper svg{
17796
17643
  transform:none;
17797
- }
17798
-
17799
- .canvasWrapper svg[data-main-rotation="90"] mask,
17800
- .canvasWrapper svg[data-main-rotation="90"] use:not(.clip, .mask){
17644
+ }
17645
+ .superdoc-viewer .canvasWrapper svg[data-main-rotation="90"] mask,
17646
+ .superdoc-viewer .canvasWrapper svg[data-main-rotation="90"] use:not(.clip, .mask){
17801
17647
  transform:matrix(0, 1, -1, 0, 1, 0);
17802
- }
17803
-
17804
- .canvasWrapper svg[data-main-rotation="180"] mask,
17805
- .canvasWrapper svg[data-main-rotation="180"] use:not(.clip, .mask){
17648
+ }
17649
+ .superdoc-viewer .canvasWrapper svg[data-main-rotation="180"] mask,
17650
+ .superdoc-viewer .canvasWrapper svg[data-main-rotation="180"] use:not(.clip, .mask){
17806
17651
  transform:matrix(-1, 0, 0, -1, 1, 1);
17807
- }
17808
-
17809
- .canvasWrapper svg[data-main-rotation="270"] mask,
17810
- .canvasWrapper svg[data-main-rotation="270"] use:not(.clip, .mask){
17652
+ }
17653
+ .superdoc-viewer .canvasWrapper svg[data-main-rotation="270"] mask,
17654
+ .superdoc-viewer .canvasWrapper svg[data-main-rotation="270"] use:not(.clip, .mask){
17811
17655
  transform:matrix(0, -1, 1, 0, 0, 1);
17812
- }
17813
-
17814
- .canvasWrapper svg.highlight{
17656
+ }
17657
+ .superdoc-viewer .canvasWrapper svg.highlight{
17815
17658
  --blend-mode:multiply;
17816
17659
 
17817
17660
  position:absolute;
17818
17661
  mix-blend-mode:var(--blend-mode);
17819
- }
17820
-
17662
+ }
17821
17663
  @media screen and (forced-colors: active){
17822
-
17823
- .canvasWrapper svg.highlight{
17664
+ .superdoc-viewer .canvasWrapper svg.highlight{
17824
17665
  --blend-mode:difference;
17825
- }
17826
- }
17827
-
17828
- .canvasWrapper svg.highlight:not(.free){
17666
+ }
17667
+ }
17668
+ .superdoc-viewer .canvasWrapper svg.highlight:not(.free){
17829
17669
  fill-rule:evenodd;
17830
- }
17831
-
17832
- .canvasWrapper svg.highlightOutline{
17670
+ }
17671
+ .superdoc-viewer .canvasWrapper svg.highlightOutline{
17833
17672
  position:absolute;
17834
17673
  mix-blend-mode:normal;
17835
17674
  fill-rule:evenodd;
17836
17675
  fill:none;
17837
- }
17838
-
17839
- .canvasWrapper svg.highlightOutline.hovered:not(.free):not(.selected){
17676
+ }
17677
+ .superdoc-viewer .canvasWrapper svg.highlightOutline.hovered:not(.free):not(.selected){
17840
17678
  stroke:var(--hover-outline-color);
17841
17679
  stroke-width:var(--outline-width);
17842
- }
17843
-
17844
- .canvasWrapper svg.highlightOutline.selected:not(.free) .mainOutline{
17680
+ }
17681
+ .superdoc-viewer .canvasWrapper svg.highlightOutline.selected:not(.free) .mainOutline{
17845
17682
  stroke:var(--outline-around-color);
17846
17683
  stroke-width:calc(
17847
17684
  var(--outline-width) + 2 * var(--outline-around-width)
17848
17685
  );
17849
- }
17850
-
17851
- .canvasWrapper svg.highlightOutline.selected:not(.free) .secondaryOutline{
17686
+ }
17687
+ .superdoc-viewer .canvasWrapper svg.highlightOutline.selected:not(.free) .secondaryOutline{
17852
17688
  stroke:var(--outline-color);
17853
17689
  stroke-width:var(--outline-width);
17854
- }
17855
-
17856
- .canvasWrapper svg.highlightOutline.free.hovered:not(.selected){
17690
+ }
17691
+ .superdoc-viewer .canvasWrapper svg.highlightOutline.free.hovered:not(.selected){
17857
17692
  stroke:var(--hover-outline-color);
17858
17693
  stroke-width:calc(2 * var(--outline-width));
17859
- }
17860
-
17861
- .canvasWrapper svg.highlightOutline.free.selected .mainOutline{
17694
+ }
17695
+ .superdoc-viewer .canvasWrapper svg.highlightOutline.free.selected .mainOutline{
17862
17696
  stroke:var(--outline-around-color);
17863
17697
  stroke-width:calc(
17864
17698
  2 * (var(--outline-width) + var(--outline-around-width))
17865
17699
  );
17866
- }
17867
-
17868
- .canvasWrapper svg.highlightOutline.free.selected .secondaryOutline{
17700
+ }
17701
+ .superdoc-viewer .canvasWrapper svg.highlightOutline.free.selected .secondaryOutline{
17869
17702
  stroke:var(--outline-color);
17870
17703
  stroke-width:calc(2 * var(--outline-width));
17871
- }
17872
-
17873
- .toggle-button{
17704
+ }
17705
+ .superdoc-viewer .toggle-button{
17874
17706
  --button-background-color:#f0f0f4;
17875
17707
  --button-background-color-hover:#e0e0e6;
17876
17708
  --button-background-color-active:#cfcfd8;
@@ -17926,10 +17758,8 @@ body {
17926
17758
  box-sizing:border-box;
17927
17759
  flex-shrink:0;
17928
17760
  }
17929
-
17930
17761
  @media (prefers-color-scheme: dark){
17931
-
17932
- .toggle-button{
17762
+ .superdoc-viewer .toggle-button{
17933
17763
  --button-background-color:color-mix(in srgb, currentColor 7%, transparent);
17934
17764
  --button-background-color-hover:color-mix(
17935
17765
  in srgb,
@@ -17947,11 +17777,9 @@ body {
17947
17777
  --border-interactive-color:#bfbfc9;
17948
17778
  --color-canvas:#1c1b22;
17949
17779
  }
17950
- }
17951
-
17780
+ }
17952
17781
  @media (forced-colors: active){
17953
-
17954
- .toggle-button{
17782
+ .superdoc-viewer .toggle-button{
17955
17783
  --color-accent-primary:ButtonText;
17956
17784
  --color-accent-primary-hover:SelectedItem;
17957
17785
  --color-accent-primary-active:SelectedItem;
@@ -17962,39 +17790,32 @@ body {
17962
17790
  --border-interactive-color-disabled:GrayText;
17963
17791
  --color-canvas:ButtonText;
17964
17792
  }
17965
- }
17966
-
17967
- .toggle-button:focus-visible{
17793
+ }
17794
+ .superdoc-viewer .toggle-button:focus-visible{
17968
17795
  outline:var(--focus-outline);
17969
17796
  outline-offset:var(--focus-outline-offset);
17970
- }
17971
-
17972
- .toggle-button:enabled:hover{
17797
+ }
17798
+ .superdoc-viewer .toggle-button:enabled:hover{
17973
17799
  background:var(--toggle-background-color-hover);
17974
17800
  border-color:var(--toggle-border-color);
17975
- }
17976
-
17977
- .toggle-button:enabled:active{
17801
+ }
17802
+ .superdoc-viewer .toggle-button:enabled:active{
17978
17803
  background:var(--toggle-background-color-active);
17979
17804
  border-color:var(--toggle-border-color);
17980
- }
17981
-
17982
- .toggle-button[aria-pressed="true"]{
17805
+ }
17806
+ .superdoc-viewer .toggle-button[aria-pressed="true"]{
17983
17807
  background:var(--toggle-background-color-pressed);
17984
17808
  border-color:transparent;
17985
- }
17986
-
17987
- .toggle-button[aria-pressed="true"]:enabled:hover{
17809
+ }
17810
+ .superdoc-viewer .toggle-button[aria-pressed="true"]:enabled:hover{
17988
17811
  background:var(--toggle-background-color-pressed-hover);
17989
17812
  border-color:transparent;
17990
- }
17991
-
17992
- .toggle-button[aria-pressed="true"]:enabled:active{
17813
+ }
17814
+ .superdoc-viewer .toggle-button[aria-pressed="true"]:enabled:active{
17993
17815
  background:var(--toggle-background-color-pressed-active);
17994
17816
  border-color:transparent;
17995
- }
17996
-
17997
- .toggle-button::before{
17817
+ }
17818
+ .superdoc-viewer .toggle-button::before{
17998
17819
  display:block;
17999
17820
  content:"";
18000
17821
  background-color:var(--toggle-dot-background-color);
@@ -18003,61 +17824,49 @@ body {
18003
17824
  margin:var(--toggle-dot-margin);
18004
17825
  border-radius:var(--toggle-border-radius);
18005
17826
  translate:0;
18006
- }
18007
-
18008
- .toggle-button[aria-pressed="true"]::before{
17827
+ }
17828
+ .superdoc-viewer .toggle-button[aria-pressed="true"]::before{
18009
17829
  translate:var(--toggle-dot-transform-x);
18010
17830
  background-color:var(--toggle-dot-background-color-on-pressed);
18011
- }
18012
-
18013
- .toggle-button[aria-pressed="true"]:enabled:hover::before,
18014
- .toggle-button[aria-pressed="true"]:enabled:active::before{
17831
+ }
17832
+ .superdoc-viewer .toggle-button[aria-pressed="true"]:enabled:hover::before,
17833
+ .superdoc-viewer .toggle-button[aria-pressed="true"]:enabled:active::before{
18015
17834
  background-color:var(--toggle-dot-background-color-on-pressed);
18016
- }
18017
-
18018
- [dir="rtl"] .toggle-button[aria-pressed="true"]::before{
17835
+ }
17836
+ .superdoc-viewer [dir="rtl"] .toggle-button[aria-pressed="true"]::before{
18019
17837
  translate:calc(-1 * var(--toggle-dot-transform-x));
18020
- }
18021
-
17838
+ }
18022
17839
  @media (prefers-reduced-motion: no-preference){
18023
- .toggle-button::before{
17840
+ .superdoc-viewer .toggle-button::before{
18024
17841
  transition:translate 100ms;
18025
- }
18026
- }
18027
-
17842
+ }
17843
+ }
18028
17844
  @media (prefers-contrast){
18029
- .toggle-button:enabled:hover{
17845
+ .superdoc-viewer .toggle-button:enabled:hover{
18030
17846
  border-color:var(--toggle-border-color-hover);
18031
- }
18032
-
18033
- .toggle-button:enabled:active{
17847
+ }
17848
+ .superdoc-viewer .toggle-button:enabled:active{
18034
17849
  border-color:var(--toggle-border-color-active);
18035
- }
18036
-
18037
- .toggle-button[aria-pressed="true"]:enabled{
17850
+ }
17851
+ .superdoc-viewer .toggle-button[aria-pressed="true"]:enabled{
18038
17852
  border-color:var(--toggle-border-color);
18039
17853
  position:relative;
18040
- }
18041
-
18042
- .toggle-button[aria-pressed="true"]:enabled:hover,
18043
- .toggle-button[aria-pressed="true"]:enabled:hover:active{
17854
+ }
17855
+ .superdoc-viewer .toggle-button[aria-pressed="true"]:enabled:hover,
17856
+ .superdoc-viewer .toggle-button[aria-pressed="true"]:enabled:hover:active{
18044
17857
  border-color:var(--toggle-border-color-hover);
18045
- }
18046
-
18047
- .toggle-button[aria-pressed="true"]:enabled:active{
17858
+ }
17859
+ .superdoc-viewer .toggle-button[aria-pressed="true"]:enabled:active{
18048
17860
  background-color:var(--toggle-dot-background-color-active);
18049
17861
  border-color:var(--toggle-dot-background-color-hover);
18050
- }
18051
-
18052
- .toggle-button:hover::before,
18053
- .toggle-button:active::before{
17862
+ }
17863
+ .superdoc-viewer .toggle-button:hover::before,
17864
+ .superdoc-viewer .toggle-button:active::before{
18054
17865
  background-color:var(--toggle-dot-background-color-hover);
18055
- }
18056
- }
18057
-
17866
+ }
17867
+ }
18058
17868
  @media (forced-colors){
18059
-
18060
- .toggle-button{
17869
+ .superdoc-viewer .toggle-button{
18061
17870
  --toggle-dot-background-color:var(--color-accent-primary);
18062
17871
  --toggle-dot-background-color-hover:var(--color-accent-primary-hover);
18063
17872
  --toggle-dot-background-color-active:var(--color-accent-primary-active);
@@ -18067,8 +17876,7 @@ body {
18067
17876
  --toggle-border-color-active:var(--border-interactive-color-active);
18068
17877
  --toggle-border-color-disabled:var(--border-interactive-color-disabled);
18069
17878
  }
18070
-
18071
- .toggle-button[aria-pressed="true"]:enabled::after{
17879
+ .superdoc-viewer .toggle-button[aria-pressed="true"]:enabled::after{
18072
17880
  border:1px solid var(--button-background-color);
18073
17881
  content:"";
18074
17882
  position:absolute;
@@ -18077,14 +17885,12 @@ body {
18077
17885
  display:block;
18078
17886
  border-radius:var(--toggle-border-radius);
18079
17887
  inset:-2px;
18080
- }
18081
-
18082
- .toggle-button[aria-pressed="true"]:enabled:active::after{
17888
+ }
17889
+ .superdoc-viewer .toggle-button[aria-pressed="true"]:enabled:active::after{
18083
17890
  border-color:var(--toggle-border-color-active);
18084
- }
18085
- }
18086
-
18087
- :root{
17891
+ }
17892
+ }
17893
+ .superdoc-viewer :root{
18088
17894
  --outline-width:2px;
18089
17895
  --outline-color:#0060df;
18090
17896
  --outline-around-width:1px;
@@ -18105,11 +17911,11 @@ body {
18105
17911
  var(--outline-around-width)
18106
17912
  );
18107
17913
  --editorFreeText-editing-cursor:text;
18108
- --editorInk-editing-cursor:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.0189877%2013.6645L0.612989%2010.4635C0.687989%2010.0545%200.884989%209.6805%201.18099%209.3825L9.98199%200.5805C10.756%20-0.1925%2012.015%20-0.1945%2012.792%200.5805L14.42%202.2085C15.194%202.9835%2015.194%204.2435%2014.42%205.0185L5.61599%2013.8215C5.31999%2014.1165%204.94599%2014.3125%204.53799%2014.3875L1.33599%2014.9815C1.26599%2014.9935%201.19799%2015.0005%201.12999%2015.0005C0.832989%2015.0005%200.544988%2014.8835%200.330988%2014.6695C0.0679874%2014.4055%20-0.0490122%2014.0305%200.0189877%2013.6645Z'%20fill='white'/%3e%3cpath%20d='M0.0189877%2013.6645L0.612989%2010.4635C0.687989%2010.0545%200.884989%209.6805%201.18099%209.3825L9.98199%200.5805C10.756%20-0.1925%2012.015%20-0.1945%2012.792%200.5805L14.42%202.2085C15.194%202.9835%2015.194%204.2435%2014.42%205.0185L5.61599%2013.8215C5.31999%2014.1165%204.94599%2014.3125%204.53799%2014.3875L1.33599%2014.9815C1.26599%2014.9935%201.19799%2015.0005%201.12999%2015.0005C0.832989%2015.0005%200.544988%2014.8835%200.330988%2014.6695C0.0679874%2014.4055%20-0.0490122%2014.0305%200.0189877%2013.6645ZM12.472%205.1965L13.632%204.0365L13.631%203.1885L11.811%201.3675L10.963%201.3685L9.80299%202.5285L12.472%205.1965ZM4.31099%2013.1585C4.47099%2013.1285%204.61799%2013.0515%204.73399%2012.9345L11.587%206.0815L8.91899%203.4135L2.06599%2010.2655C1.94899%2010.3835%201.87199%2010.5305%201.84099%2010.6915L1.36699%2013.2485L1.75199%2013.6335L4.31099%2013.1585Z'%20fill='black'/%3e%3c/svg%3e") 0 16, pointer;
18109
- --editorHighlight-editing-cursor:url("data:image/svg+xml,%3csvg%20width='29'%20height='32'%20viewBox='0%200%2029%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M28%2016.75C28.2761%2016.75%2028.5%2016.5261%2028.5%2016.25V15C28.5%2014.7239%2028.2761%2014.5%2028%2014.5H26.358C25.9117%2014.5%2025.4773%2014.6257%2025.0999%2014.8604L25.0989%2014.8611L24%2015.5484L22.9%2014.861L22.8991%2014.8604C22.5218%2014.6257%2022.0875%2014.5%2021.642%2014.5H20C19.7239%2014.5%2019.5%2014.7239%2019.5%2015V16.25C19.5%2016.5261%2019.7239%2016.75%2020%2016.75H21.642C21.6648%2016.75%2021.6885%2016.7564%2021.7101%2016.7697C21.7102%2016.7698%2021.7104%2016.7699%2021.7105%2016.77L22.817%2017.461C22.817%2017.461%2022.8171%2017.4611%2022.8171%2017.4611C22.8171%2017.4611%2022.8171%2017.4611%2022.8171%2017.4611C22.8552%2017.4849%2022.876%2017.5229%2022.876%2017.567V22.625V27.683C22.876%2027.7271%2022.8552%2027.765%2022.8172%2027.7889C22.8171%2027.7889%2022.8171%2027.789%2022.817%2027.789L21.7095%2028.48C21.7094%2028.4801%2021.7093%2028.4802%2021.7092%2028.4803C21.6872%2028.4938%2021.6644%2028.5%2021.641%2028.5H20C19.7239%2028.5%2019.5%2028.7239%2019.5%2029V30.25C19.5%2030.5261%2019.7239%2030.75%2020%2030.75H21.642C22.0883%2030.75%2022.5227%2030.6243%2022.9001%2030.3896L22.9009%2030.3891L24%2029.7026L25.1%2030.39L25.1009%2030.3906C25.4783%2030.6253%2025.9127%2030.751%2026.359%2030.751H28C28.2761%2030.751%2028.5%2030.5271%2028.5%2030.251V29.001C28.5%2028.7249%2028.2761%2028.501%2028%2028.501H26.358C26.3352%2028.501%2026.3115%2028.4946%2026.2899%2028.4813C26.2897%2028.4812%2026.2896%2028.4811%2026.2895%2028.481L25.183%2027.79C25.183%2027.79%2025.183%2027.79%2025.1829%2027.79C25.1829%2027.7899%2025.1829%2027.7899%2025.1829%2027.7899C25.1462%2027.7669%2025.125%2027.7297%2025.125%2027.684V22.625V17.567C25.125%2017.5227%2025.146%2017.4844%2025.1836%2017.4606C25.1838%2017.4605%2025.1839%2017.4604%2025.184%2017.4603L26.2895%2016.77C26.2896%2016.7699%2026.2898%2016.7698%2026.2899%2016.7697C26.3119%2016.7562%2026.3346%2016.75%2026.358%2016.75H28Z'%20fill='black'%20stroke='%23FBFBFE'%20stroke-linejoin='round'/%3e%3cpath%20d='M24.625%2017.567C24.625%2017.35%2024.735%2017.152%2024.918%2017.037L26.026%2016.345C26.126%2016.283%2026.24%2016.25%2026.358%2016.25H28V15H26.358C26.006%2015%2025.663%2015.099%2025.364%2015.285L24.256%2015.978C24.161%2016.037%2024.081%2016.113%2024%2016.187C23.918%2016.113%2023.839%2016.037%2023.744%2015.978L22.635%2015.285C22.336%2015.099%2021.993%2015%2021.642%2015H20V16.25H21.642C21.759%2016.25%2021.874%2016.283%2021.974%2016.345L23.082%2017.037C23.266%2017.152%2023.376%2017.35%2023.376%2017.567V22.625V27.683C23.376%2027.9%2023.266%2028.098%2023.082%2028.213L21.973%2028.905C21.873%2028.967%2021.759%2029%2021.641%2029H20V30.25H21.642C21.994%2030.25%2022.337%2030.151%2022.636%2029.965L23.744%2029.273C23.84%2029.213%2023.919%2029.137%2024%2029.064C24.081%2029.137%2024.161%2029.213%2024.256%2029.273L25.365%2029.966C25.664%2030.152%2026.007%2030.251%2026.359%2030.251H28V29.001H26.358C26.241%2029.001%2026.126%2028.968%2026.026%2028.906L24.918%2028.214C24.734%2028.099%2024.625%2027.901%2024.625%2027.684V22.625V17.567Z'%20fill='black'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M12.2%202.59C12.28%202.51%2012.43%202.5%2012.43%202.5C12.48%202.5%2012.58%202.52%2012.66%202.6L14.45%204.39C14.58%204.52%2014.58%204.72%2014.45%204.85L11.7713%207.52872L9.51628%205.27372L12.2%202.59ZM13.2658%204.62L11.7713%206.1145L10.9305%205.27372L12.425%203.77921L13.2658%204.62Z'%20fill='%23FBFBFE'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M5.98%208.82L8.23%2011.07L10.7106%208.58938L8.45562%206.33438L5.98%208.81V8.82ZM8.23%209.65579L9.29641%208.58938L8.45562%207.74859L7.38921%208.815L8.23%209.65579Z'%20fill='%23FBFBFE'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10.1526%2012.6816L16.2125%206.6217C16.7576%206.08919%2017.05%205.3707%2017.05%204.62C17.05%203.86931%2016.7576%203.15084%2016.2126%202.61834L14.4317%200.837474C13.8992%200.29242%2013.1807%200%2012.43%200C11.6643%200%2010.9529%200.312929%2010.4329%200.832893L3.68289%207.58289C3.04127%208.22452%203.00459%209.25075%203.57288%209.93634L1.29187%2012.2239C1.09186%2012.4245%200.990263%2012.6957%201.0007%2012.9685L1%2014C0.447715%2014%200%2014.4477%200%2015V17C0%2017.5523%200.447715%2018%201%2018H16C16.5523%2018%2017%2017.5523%2017%2017V15C17%2014.4477%2016.5523%2014%2016%2014H10.2325C9.83594%2014%209.39953%2013.4347%2010.1526%2012.6816ZM4.39%209.35L4.9807%209.9407L2.39762%2012.5312H6.63877L7.10501%2012.065L7.57125%2012.5312H8.88875L15.51%205.91C15.86%205.57%2016.05%205.11%2016.05%204.62C16.05%204.13%2015.86%203.67%2015.51%203.33L13.72%201.54C13.38%201.19%2012.92%201%2012.43%201C11.94%201%2011.48%201.2%2011.14%201.54L4.39%208.29C4.1%208.58%204.1%209.06%204.39%209.35ZM16%2017V15H1V17H16Z'%20fill='%23FBFBFE'/%3e%3cpath%20d='M15.1616%205.55136L15.1616%205.55132L15.1564%205.55645L8.40645%2012.3064C8.35915%2012.3537%208.29589%2012.38%208.23%2012.38C8.16411%2012.38%208.10085%2012.3537%208.05355%2012.3064L7.45857%2011.7115L7.10501%2011.3579L6.75146%2011.7115L6.03289%2012.43H3.20465L5.33477%2010.2937L5.6873%209.94019L5.33426%209.58715L4.74355%208.99645C4.64882%208.90171%204.64882%208.73829%204.74355%208.64355L11.4936%201.89355C11.7436%201.64354%2012.0779%201.5%2012.43%201.5C12.7883%201.5%2013.1179%201.63776%2013.3614%201.88839L13.3613%201.88843L13.3664%201.89355L15.1564%203.68355L15.1564%203.68359L15.1616%203.68864C15.4122%203.93211%2015.55%204.26166%2015.55%204.62C15.55%204.97834%2015.4122%205.30789%2015.1616%205.55136ZM5.48%208.82V9.02711L5.62645%209.17355L7.87645%2011.4236L8.23%2011.7771L8.58355%2011.4236L11.0642%208.94293L11.4177%208.58938L11.0642%208.23582L8.80918%205.98082L8.45562%205.62727L8.10207%205.98082L5.62645%208.45645L5.48%208.60289V8.81V8.82ZM11.4177%207.88227L11.7713%208.23582L12.1248%207.88227L14.8036%205.20355C15.1288%204.87829%2015.1288%204.36171%2014.8036%204.03645L13.0136%202.24645C12.8186%202.05146%2012.5792%202%2012.43%202H12.4134L12.3967%202.00111L12.43%202.5C12.3967%202.00111%2012.3966%202.00112%2012.3965%202.00112L12.3963%202.00114L12.3957%202.00117L12.3947%202.00125L12.3924%202.00142L12.387%202.00184L12.3732%202.00311C12.3628%202.00416%2012.3498%202.00567%2012.3346%202.00784C12.3049%202.01208%2012.2642%202.01925%2012.2178%202.03146C12.1396%202.05202%2011.9797%202.10317%2011.8464%202.23645L9.16273%204.92016L8.80918%205.27372L9.16273%205.62727L11.4177%207.88227ZM1.5%2016.5V15.5H15.5V16.5H1.5Z'%20stroke='%2315141A'/%3e%3c/svg%3e") 24 24, text;
18110
- --editorFreeHighlight-editing-cursor:url("data:image/svg+xml,%3csvg%20width='18'%20height='19'%20viewBox='0%200%2018%2019'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M12.2%203.09C12.28%203.01%2012.43%203%2012.43%203C12.48%203%2012.58%203.02%2012.66%203.1L14.45%204.89C14.58%205.02%2014.58%205.22%2014.45%205.35L11.7713%208.02872L9.51628%205.77372L12.2%203.09ZM13.2658%205.12L11.7713%206.6145L10.9305%205.77372L12.425%204.27921L13.2658%205.12Z'%20fill='%23FBFBFE'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M5.98%209.32L8.23%2011.57L10.7106%209.08938L8.45562%206.83438L5.98%209.31V9.32ZM8.23%2010.1558L9.29641%209.08938L8.45562%208.24859L7.38921%209.315L8.23%2010.1558Z'%20fill='%23FBFBFE'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10.1526%2013.1816L16.2125%207.1217C16.7576%206.58919%2017.05%205.8707%2017.05%205.12C17.05%204.36931%2016.7576%203.65084%2016.2126%203.11834L14.4317%201.33747C13.8992%200.79242%2013.1807%200.5%2012.43%200.5C11.6643%200.5%2010.9529%200.812929%2010.4329%201.33289L3.68289%208.08289C3.04127%208.72452%203.00459%209.75075%203.57288%2010.4363L1.29187%2012.7239C1.09186%2012.9245%200.990263%2013.1957%201.0007%2013.4685L1%2014.5C0.447715%2014.5%200%2014.9477%200%2015.5V17.5C0%2018.0523%200.447715%2018.5%201%2018.5H16C16.5523%2018.5%2017%2018.0523%2017%2017.5V15.5C17%2014.9477%2016.5523%2014.5%2016%2014.5H10.2325C9.83594%2014.5%209.39953%2013.9347%2010.1526%2013.1816ZM4.39%209.85L4.9807%2010.4407L2.39762%2013.0312H6.63877L7.10501%2012.565L7.57125%2013.0312H8.88875L15.51%206.41C15.86%206.07%2016.05%205.61%2016.05%205.12C16.05%204.63%2015.86%204.17%2015.51%203.83L13.72%202.04C13.38%201.69%2012.92%201.5%2012.43%201.5C11.94%201.5%2011.48%201.7%2011.14%202.04L4.39%208.79C4.1%209.08%204.1%209.56%204.39%209.85ZM16%2017.5V15.5H1V17.5H16Z'%20fill='%23FBFBFE'/%3e%3cpath%20d='M15.1616%206.05136L15.1616%206.05132L15.1564%206.05645L8.40645%2012.8064C8.35915%2012.8537%208.29589%2012.88%208.23%2012.88C8.16411%2012.88%208.10085%2012.8537%208.05355%2012.8064L7.45857%2012.2115L7.10501%2011.8579L6.75146%2012.2115L6.03289%2012.93H3.20465L5.33477%2010.7937L5.6873%2010.4402L5.33426%2010.0871L4.74355%209.49645C4.64882%209.40171%204.64882%209.23829%204.74355%209.14355L11.4936%202.39355C11.7436%202.14354%2012.0779%202%2012.43%202C12.7883%202%2013.1179%202.13776%2013.3614%202.38839L13.3613%202.38843L13.3664%202.39355L15.1564%204.18355L15.1564%204.18359L15.1616%204.18864C15.4122%204.43211%2015.55%204.76166%2015.55%205.12C15.55%205.47834%2015.4122%205.80789%2015.1616%206.05136ZM7.87645%2011.9236L8.23%2012.2771L8.58355%2011.9236L11.0642%209.44293L11.4177%209.08938L11.0642%208.73582L8.80918%206.48082L8.45562%206.12727L8.10207%206.48082L5.62645%208.95645L5.48%209.10289V9.31V9.32V9.52711L5.62645%209.67355L7.87645%2011.9236ZM11.4177%208.38227L11.7713%208.73582L12.1248%208.38227L14.8036%205.70355C15.1288%205.37829%2015.1288%204.86171%2014.8036%204.53645L13.0136%202.74645C12.8186%202.55146%2012.5792%202.5%2012.43%202.5H12.4134L12.3967%202.50111L12.43%203C12.3967%202.50111%2012.3966%202.50112%2012.3965%202.50112L12.3963%202.50114L12.3957%202.50117L12.3947%202.50125L12.3924%202.50142L12.387%202.50184L12.3732%202.50311C12.3628%202.50416%2012.3498%202.50567%2012.3346%202.50784C12.3049%202.51208%2012.2642%202.51925%2012.2178%202.53146C12.1396%202.55202%2011.9797%202.60317%2011.8464%202.73645L9.16273%205.42016L8.80918%205.77372L9.16273%206.12727L11.4177%208.38227ZM1.5%2016H15.5V17H1.5V16Z'%20stroke='%2315141A'/%3e%3c/svg%3e") 1 18, pointer;
17914
+ --editorInk-editing-cursor:url(images/cursor-editorInk.svg) 0 16, pointer;
17915
+ --editorHighlight-editing-cursor:url(images/cursor-editorTextHighlight.svg) 24 24, text;
17916
+ --editorFreeHighlight-editing-cursor:url(images/cursor-editorFreeHighlight.svg) 1 18, pointer;
18111
17917
  }
18112
- .visuallyHidden{
17918
+ .superdoc-viewer .visuallyHidden{
18113
17919
  position:absolute;
18114
17920
  top:0;
18115
17921
  left:0;
@@ -18122,48 +17928,39 @@ body {
18122
17928
  white-space:nowrap;
18123
17929
  font-size:0;
18124
17930
  }
18125
-
18126
- .textLayer.highlighting{
17931
+ .superdoc-viewer .textLayer.highlighting{
18127
17932
  cursor:var(--editorFreeHighlight-editing-cursor);
18128
17933
  }
18129
-
18130
- .textLayer.highlighting:not(.free) span{
17934
+ .superdoc-viewer .textLayer.highlighting:not(.free) span{
18131
17935
  cursor:var(--editorHighlight-editing-cursor);
18132
- }
18133
-
18134
- .textLayer.highlighting.free span{
17936
+ }
17937
+ .superdoc-viewer .textLayer.highlighting.free span{
18135
17938
  cursor:var(--editorFreeHighlight-editing-cursor);
18136
- }
18137
-
17939
+ }
18138
17940
  @media (min-resolution: 1.1dppx){
18139
- :root{
18140
- --editorFreeText-editing-cursor:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%202.75H12.5V2.25V1V0.5H12H10.358C9.91165%200.5%209.47731%200.625661%209.09989%200.860442L9.09886%200.861087L8%201.54837L6.89997%200.860979L6.89911%200.860443C6.5218%200.625734%206.08748%200.5%205.642%200.5H4H3.5V1V2.25V2.75H4H5.642C5.66478%202.75%205.6885%202.75641%205.71008%202.76968C5.71023%202.76977%205.71038%202.76986%205.71053%202.76995L6.817%203.461C6.81704%203.46103%206.81709%203.46105%206.81713%203.46108C6.81713%203.46108%206.81713%203.46108%206.81714%203.46109C6.8552%203.48494%206.876%203.52285%206.876%203.567V8V12.433C6.876%2012.4771%206.85523%2012.515%206.81722%2012.5389C6.81715%2012.5389%206.81707%2012.539%206.817%2012.539L5.70953%2013.23C5.70941%2013.2301%205.70929%2013.2302%205.70917%2013.2303C5.68723%2013.2438%205.6644%2013.25%205.641%2013.25H4H3.5V13.75V15V15.5H4H5.642C6.08835%2015.5%206.52269%2015.3743%206.90011%2015.1396L6.90086%2015.1391L8%2014.4526L9.10003%2015.14L9.10089%2015.1406C9.47831%2015.3753%209.91265%2015.501%2010.359%2015.501H12H12.5V15.001V13.751V13.251H12H10.358C10.3352%2013.251%2010.3115%2013.2446%2010.2899%2013.2313C10.2897%2013.2312%2010.2896%2013.2311%2010.2895%2013.231L9.183%2012.54C9.18298%2012.54%209.18295%2012.54%209.18293%2012.54C9.18291%2012.5399%209.18288%2012.5399%209.18286%2012.5399C9.14615%2012.5169%209.125%2012.4797%209.125%2012.434V8V3.567C9.125%203.52266%209.14603%203.48441%209.18364%203.4606C9.18377%203.46052%209.1839%203.46043%209.18404%203.46035L10.2895%202.76995C10.2896%202.76985%2010.2898%202.76975%2010.2899%202.76966C10.3119%202.75619%2010.3346%202.75%2010.358%202.75H12Z'%20fill='black'%20stroke='white'/%3e%3c/svg%3e") 0 16, text;
18141
- }
17941
+ .superdoc-viewer :root{
17942
+ --editorFreeText-editing-cursor:url(images/cursor-editorFreeText.svg) 0 16, text;
17943
+ }
18142
17944
  }
18143
-
18144
17945
  @media screen and (forced-colors: active){
18145
- :root{
17946
+ .superdoc-viewer :root{
18146
17947
  --outline-color:CanvasText;
18147
17948
  --outline-around-color:ButtonFace;
18148
17949
  --resizer-bg-color:ButtonText;
18149
17950
  --hover-outline-color:Highlight;
18150
17951
  --hover-outline-around-color:SelectedItemText;
18151
- }
18152
17952
  }
18153
-
18154
- [data-editor-rotation="90"]{
17953
+ }
17954
+ .superdoc-viewer [data-editor-rotation="90"]{
18155
17955
  transform:rotate(90deg);
18156
17956
  }
18157
-
18158
- [data-editor-rotation="180"]{
17957
+ .superdoc-viewer [data-editor-rotation="180"]{
18159
17958
  transform:rotate(180deg);
18160
17959
  }
18161
-
18162
- [data-editor-rotation="270"]{
17960
+ .superdoc-viewer [data-editor-rotation="270"]{
18163
17961
  transform:rotate(270deg);
18164
17962
  }
18165
-
18166
- .annotationEditorLayer{
17963
+ .superdoc-viewer .annotationEditorLayer{
18167
17964
  background:transparent;
18168
17965
  position:absolute;
18169
17966
  inset:0;
@@ -18171,8 +17968,7 @@ body {
18171
17968
  transform-origin:0 0;
18172
17969
  cursor:auto;
18173
17970
  }
18174
-
18175
- .annotationEditorLayer.waiting{
17971
+ .superdoc-viewer .annotationEditorLayer.waiting{
18176
17972
  content:"";
18177
17973
  cursor:wait;
18178
17974
  position:absolute;
@@ -18180,20 +17976,16 @@ body {
18180
17976
  width:100%;
18181
17977
  height:100%;
18182
17978
  }
18183
-
18184
- .annotationEditorLayer.disabled{
17979
+ .superdoc-viewer .annotationEditorLayer.disabled{
18185
17980
  pointer-events:none;
18186
17981
  }
18187
-
18188
- .annotationEditorLayer.freetextEditing{
17982
+ .superdoc-viewer .annotationEditorLayer.freetextEditing{
18189
17983
  cursor:var(--editorFreeText-editing-cursor);
18190
17984
  }
18191
-
18192
- .annotationEditorLayer.inkEditing{
17985
+ .superdoc-viewer .annotationEditorLayer.inkEditing{
18193
17986
  cursor:var(--editorInk-editing-cursor);
18194
17987
  }
18195
-
18196
- .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor){
17988
+ .superdoc-viewer .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor){
18197
17989
  position:absolute;
18198
17990
  background:transparent;
18199
17991
  z-index:1;
@@ -18203,45 +17995,38 @@ body {
18203
17995
  max-height:100%;
18204
17996
  border:var(--unfocus-outline);
18205
17997
  }
18206
-
18207
- .annotationEditorLayer .draggable.selectedEditor:is(.freeTextEditor, .inkEditor, .stampEditor){
17998
+ .superdoc-viewer .annotationEditorLayer .draggable.selectedEditor:is(.freeTextEditor, .inkEditor, .stampEditor){
18208
17999
  cursor:move;
18209
- }
18210
-
18211
- .annotationEditorLayer .moving:is(.freeTextEditor, .inkEditor, .stampEditor){
18000
+ }
18001
+ .superdoc-viewer .annotationEditorLayer .moving:is(.freeTextEditor, .inkEditor, .stampEditor){
18212
18002
  touch-action:none;
18213
- }
18214
-
18215
- .annotationEditorLayer .selectedEditor:is(.freeTextEditor, .inkEditor, .stampEditor){
18003
+ }
18004
+ .superdoc-viewer .annotationEditorLayer .selectedEditor:is(.freeTextEditor, .inkEditor, .stampEditor){
18216
18005
  border:var(--focus-outline);
18217
18006
  outline:var(--focus-outline-around);
18218
- }
18219
-
18220
- .annotationEditorLayer .selectedEditor:is(.freeTextEditor, .inkEditor, .stampEditor)::before{
18007
+ }
18008
+ .superdoc-viewer .annotationEditorLayer .selectedEditor:is(.freeTextEditor, .inkEditor, .stampEditor)::before{
18221
18009
  content:"";
18222
18010
  position:absolute;
18223
18011
  inset:0;
18224
18012
  border:var(--focus-outline-around);
18225
18013
  pointer-events:none;
18226
- }
18227
-
18228
- .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor):hover:not(.selectedEditor){
18014
+ }
18015
+ .superdoc-viewer .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor):hover:not(.selectedEditor){
18229
18016
  border:var(--hover-outline);
18230
18017
  outline:var(--hover-outline-around);
18231
- }
18232
-
18233
- .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor):hover:not(.selectedEditor)::before{
18018
+ }
18019
+ .superdoc-viewer .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor):hover:not(.selectedEditor)::before{
18234
18020
  content:"";
18235
18021
  position:absolute;
18236
18022
  inset:0;
18237
18023
  border:var(--focus-outline-around);
18238
- }
18239
-
18240
- :is(.annotationEditorLayer
18024
+ }
18025
+ .superdoc-viewer :is(.annotationEditorLayer
18241
18026
  :is(.freeTextEditor, .inkEditor, .stampEditor, .highlightEditor),.textLayer) .editToolbar{
18242
- --editor-toolbar-delete-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M11%203H13.6C14%203%2014.3%203.3%2014.3%203.6C14.3%203.9%2014%204.2%2013.7%204.2H13.3V14C13.3%2015.1%2012.4%2016%2011.3%2016H4.80005C3.70005%2016%202.80005%2015.1%202.80005%2014V4.2H2.40005C2.00005%204.2%201.80005%204%201.80005%203.6C1.80005%203.2%202.00005%203%202.40005%203H5.00005V2C5.00005%200.9%205.90005%200%207.00005%200H9.00005C10.1%200%2011%200.9%2011%202V3ZM6.90005%201.2L6.30005%201.8V3H9.80005V1.8L9.20005%201.2H6.90005ZM11.4%2014.7L12%2014.1V4.2H4.00005V14.1L4.60005%2014.7H11.4ZM7.00005%2012.4C7.00005%2012.7%206.70005%2013%206.40005%2013C6.10005%2013%205.80005%2012.7%205.80005%2012.4V7.6C5.70005%207.3%206.00005%207%206.40005%207C6.80005%207%207.00005%207.3%207.00005%207.6V12.4ZM10.2001%2012.4C10.2001%2012.7%209.90006%2013%209.60006%2013C9.30006%2013%209.00006%2012.7%209.00006%2012.4V7.6C9.00006%207.3%209.30006%207%209.60006%207C9.90006%207%2010.2001%207.3%2010.2001%207.6V12.4Z'%20fill='black'%20/%3e%3c/svg%3e");
18027
+ --editor-toolbar-delete-image:url(images/editor-toolbar-delete.svg);
18243
18028
  --editor-toolbar-bg-color:#f0f0f4;
18244
- --editor-toolbar-highlight-image:url("data:image/svg+xml,%3csvg%20width='17'%20height='16'%20viewBox='0%200%2017%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.10918%2011.66C7.24918%2011.8%207.43918%2011.88%207.63918%2011.88C7.83918%2011.88%208.02918%2011.8%208.16918%2011.66L14.9192%204.91C15.2692%204.57%2015.4592%204.11%2015.4592%203.62C15.4592%203.13%2015.2692%202.67%2014.9192%202.33L13.1292%200.54C12.7892%200.19%2012.3292%200%2011.8392%200C11.3492%200%2010.8892%200.2%2010.5492%200.54L3.79918%207.29C3.50918%207.58%203.50918%208.06%203.79918%208.35L4.38988%208.9407L1.40918%2011.93H5.64918L6.51419%2011.065L7.10918%2011.66ZM7.63918%2010.07L5.38918%207.82V7.81L7.8648%205.33438L10.1198%207.58938L7.63918%2010.07ZM11.1805%206.52872L13.8592%203.85C13.9892%203.72%2013.9892%203.52%2013.8592%203.39L12.0692%201.6C11.9892%201.52%2011.8892%201.5%2011.8392%201.5C11.8392%201.5%2011.6892%201.51%2011.6092%201.59L8.92546%204.27372L11.1805%206.52872Z'%20fill='%23000'/%3e%3cpath%20d='M0.40918%2014H15.4092V16H0.40918V14Z'%20fill='%23000'/%3e%3c/g%3e%3c/svg%3e");
18029
+ --editor-toolbar-highlight-image:url(images/toolbarButton-editorHighlight.svg);
18245
18030
  --editor-toolbar-fg-color:#2e2e56;
18246
18031
  --editor-toolbar-border-color:#8f8f9d;
18247
18032
  --editor-toolbar-hover-border-color:var(--editor-toolbar-border-color);
@@ -18274,22 +18059,18 @@ body {
18274
18059
  background-color:var(--editor-toolbar-bg-color);
18275
18060
  border:1px solid var(--editor-toolbar-border-color);
18276
18061
  box-shadow:var(--editor-toolbar-shadow);
18277
- }
18278
-
18062
+ }
18279
18063
  @media (prefers-color-scheme: dark){
18280
-
18281
- :is(.annotationEditorLayer
18064
+ .superdoc-viewer :is(.annotationEditorLayer
18282
18065
  :is(.freeTextEditor, .inkEditor, .stampEditor, .highlightEditor),.textLayer) .editToolbar{
18283
18066
  --editor-toolbar-bg-color:#2b2a33;
18284
18067
  --editor-toolbar-fg-color:#fbfbfe;
18285
18068
  --editor-toolbar-hover-bg-color:#52525e;
18286
18069
  --editor-toolbar-focus-outline-color:#0df;
18287
- }
18288
- }
18289
-
18070
+ }
18071
+ }
18290
18072
  @media screen and (forced-colors: active){
18291
-
18292
- :is(.annotationEditorLayer
18073
+ .superdoc-viewer :is(.annotationEditorLayer
18293
18074
  :is(.freeTextEditor, .inkEditor, .stampEditor, .highlightEditor),.textLayer) .editToolbar{
18294
18075
  --editor-toolbar-bg-color:ButtonFace;
18295
18076
  --editor-toolbar-fg-color:ButtonText;
@@ -18300,39 +18081,33 @@ body {
18300
18081
  --editor-toolbar-hover-outline:2px solid var(--editor-toolbar-hover-border-color);
18301
18082
  --editor-toolbar-focus-outline-color:ButtonBorder;
18302
18083
  --editor-toolbar-shadow:none;
18303
- }
18304
- }
18305
-
18306
- :is(.annotationEditorLayer
18084
+ }
18085
+ }
18086
+ .superdoc-viewer :is(.annotationEditorLayer
18307
18087
  :is(.freeTextEditor, .inkEditor, .stampEditor, .highlightEditor),.textLayer) .editToolbar.hidden{
18308
18088
  display:none;
18309
- }
18310
-
18311
- :is(.annotationEditorLayer
18089
+ }
18090
+ .superdoc-viewer :is(.annotationEditorLayer
18312
18091
  :is(.freeTextEditor, .inkEditor, .stampEditor, .highlightEditor),.textLayer) .editToolbar:has(:focus-visible){
18313
18092
  border-color:transparent;
18314
- }
18315
-
18316
- [dir="ltr"] :is(.annotationEditorLayer
18093
+ }
18094
+ .superdoc-viewer [dir="ltr"] :is(.annotationEditorLayer
18317
18095
  :is(.freeTextEditor, .inkEditor, .stampEditor, .highlightEditor),.textLayer) .editToolbar{
18318
18096
  transform-origin:100% 0;
18319
- }
18320
-
18321
- [dir="rtl"] :is(.annotationEditorLayer
18097
+ }
18098
+ .superdoc-viewer [dir="rtl"] :is(.annotationEditorLayer
18322
18099
  :is(.freeTextEditor, .inkEditor, .stampEditor, .highlightEditor),.textLayer) .editToolbar{
18323
18100
  transform-origin:0 0;
18324
- }
18325
-
18326
- :is(.annotationEditorLayer
18101
+ }
18102
+ .superdoc-viewer :is(.annotationEditorLayer
18327
18103
  :is(.freeTextEditor, .inkEditor, .stampEditor, .highlightEditor),.textLayer) .editToolbar .buttons{
18328
18104
  display:flex;
18329
18105
  justify-content:center;
18330
18106
  align-items:center;
18331
18107
  gap:0;
18332
18108
  height:100%;
18333
- }
18334
-
18335
- :is(.annotationEditorLayer
18109
+ }
18110
+ .superdoc-viewer :is(.annotationEditorLayer
18336
18111
  :is(.freeTextEditor, .inkEditor, .stampEditor, .highlightEditor),.textLayer) .editToolbar .buttons .divider{
18337
18112
  width:1px;
18338
18113
  height:calc(
@@ -18341,14 +18116,12 @@ body {
18341
18116
  background-color:var(--editor-toolbar-border-color);
18342
18117
  display:inline-block;
18343
18118
  margin-inline:2px;
18344
- }
18345
-
18346
- :is(.annotationEditorLayer
18119
+ }
18120
+ .superdoc-viewer :is(.annotationEditorLayer
18347
18121
  :is(.freeTextEditor, .inkEditor, .stampEditor, .highlightEditor),.textLayer) .editToolbar .buttons .highlightButton{
18348
18122
  width:var(--editor-toolbar-height);
18349
- }
18350
-
18351
- :is(.annotationEditorLayer
18123
+ }
18124
+ .superdoc-viewer :is(.annotationEditorLayer
18352
18125
  :is(.freeTextEditor, .inkEditor, .stampEditor, .highlightEditor),.textLayer) .editToolbar .buttons .highlightButton::before{
18353
18126
  content:"";
18354
18127
  -webkit-mask-image:var(--editor-toolbar-highlight-image);
@@ -18361,19 +18134,16 @@ body {
18361
18134
  background-color:var(--editor-toolbar-fg-color);
18362
18135
  width:100%;
18363
18136
  height:100%;
18364
- }
18365
-
18366
- :is(.annotationEditorLayer
18137
+ }
18138
+ .superdoc-viewer :is(.annotationEditorLayer
18367
18139
  :is(.freeTextEditor, .inkEditor, .stampEditor, .highlightEditor),.textLayer) .editToolbar .buttons .highlightButton:hover::before{
18368
18140
  background-color:var(--editor-toolbar-hover-fg-color);
18369
- }
18370
-
18371
- :is(.annotationEditorLayer
18141
+ }
18142
+ .superdoc-viewer :is(.annotationEditorLayer
18372
18143
  :is(.freeTextEditor, .inkEditor, .stampEditor, .highlightEditor),.textLayer) .editToolbar .buttons .delete{
18373
18144
  width:var(--editor-toolbar-height);
18374
- }
18375
-
18376
- :is(.annotationEditorLayer
18145
+ }
18146
+ .superdoc-viewer :is(.annotationEditorLayer
18377
18147
  :is(.freeTextEditor, .inkEditor, .stampEditor, .highlightEditor),.textLayer) .editToolbar .buttons .delete::before{
18378
18148
  content:"";
18379
18149
  -webkit-mask-image:var(--editor-toolbar-delete-image);
@@ -18386,49 +18156,42 @@ body {
18386
18156
  background-color:var(--editor-toolbar-fg-color);
18387
18157
  width:100%;
18388
18158
  height:100%;
18389
- }
18390
-
18391
- :is(.annotationEditorLayer
18159
+ }
18160
+ .superdoc-viewer :is(.annotationEditorLayer
18392
18161
  :is(.freeTextEditor, .inkEditor, .stampEditor, .highlightEditor),.textLayer) .editToolbar .buttons .delete:hover::before{
18393
18162
  background-color:var(--editor-toolbar-hover-fg-color);
18394
- }
18395
-
18396
- :is(.annotationEditorLayer
18163
+ }
18164
+ .superdoc-viewer :is(.annotationEditorLayer
18397
18165
  :is(.freeTextEditor, .inkEditor, .stampEditor, .highlightEditor),.textLayer) .editToolbar .buttons > *{
18398
18166
  height:var(--editor-toolbar-height);
18399
- }
18400
-
18401
- :is(.annotationEditorLayer
18167
+ }
18168
+ .superdoc-viewer :is(.annotationEditorLayer
18402
18169
  :is(.freeTextEditor, .inkEditor, .stampEditor, .highlightEditor),.textLayer) .editToolbar .buttons > :not(.divider){
18403
18170
  border:none;
18404
18171
  background-color:transparent;
18405
18172
  cursor:pointer;
18406
- }
18407
-
18408
- :is(.annotationEditorLayer
18173
+ }
18174
+ .superdoc-viewer :is(.annotationEditorLayer
18409
18175
  :is(.freeTextEditor, .inkEditor, .stampEditor, .highlightEditor),.textLayer) .editToolbar .buttons > :not(.divider):hover{
18410
18176
  border-radius:2px;
18411
18177
  background-color:var(--editor-toolbar-hover-bg-color);
18412
18178
  color:var(--editor-toolbar-hover-fg-color);
18413
18179
  outline:var(--editor-toolbar-hover-outline);
18414
18180
  outline-offset:1px;
18415
- }
18416
-
18417
- :is(.annotationEditorLayer
18181
+ }
18182
+ .superdoc-viewer :is(.annotationEditorLayer
18418
18183
  :is(.freeTextEditor, .inkEditor, .stampEditor, .highlightEditor),.textLayer) .editToolbar .buttons > :not(.divider):hover:active{
18419
18184
  outline:none;
18420
- }
18421
-
18422
- :is(.annotationEditorLayer
18185
+ }
18186
+ .superdoc-viewer :is(.annotationEditorLayer
18423
18187
  :is(.freeTextEditor, .inkEditor, .stampEditor, .highlightEditor),.textLayer) .editToolbar .buttons > :not(.divider):focus-visible{
18424
18188
  border-radius:2px;
18425
18189
  outline:2px solid var(--editor-toolbar-focus-outline-color);
18426
- }
18427
-
18428
- :is(.annotationEditorLayer
18190
+ }
18191
+ .superdoc-viewer :is(.annotationEditorLayer
18429
18192
  :is(.freeTextEditor, .inkEditor, .stampEditor, .highlightEditor),.textLayer) .editToolbar .buttons .altText{
18430
- --alt-text-add-image:url("data:image/svg+xml,%3csvg%20width='12'%20height='13'%20viewBox='0%200%2012%2013'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.375%207.625V11.875C5.375%2012.0408%205.44085%2012.1997%205.55806%2012.3169C5.67527%2012.4342%205.83424%2012.5%206%2012.5C6.16576%2012.5%206.32473%2012.4342%206.44194%2012.3169C6.55915%2012.1997%206.625%2012.0408%206.625%2011.875V7.625L7.125%207.125H11.375C11.5408%207.125%2011.6997%207.05915%2011.8169%206.94194C11.9342%206.82473%2012%206.66576%2012%206.5C12%206.33424%2011.9342%206.17527%2011.8169%206.05806C11.6997%205.94085%2011.5408%205.875%2011.375%205.875H7.125L6.625%205.375V1.125C6.625%200.95924%206.55915%200.800269%206.44194%200.683058C6.32473%200.565848%206.16576%200.5%206%200.5C5.83424%200.5%205.67527%200.565848%205.55806%200.683058C5.44085%200.800269%205.375%200.95924%205.375%201.125V5.375L4.875%205.875H0.625C0.45924%205.875%200.300269%205.94085%200.183058%206.05806C0.065848%206.17527%200%206.33424%200%206.5C0%206.66576%200.065848%206.82473%200.183058%206.94194C0.300269%207.05915%200.45924%207.125%200.625%207.125H4.762L5.375%207.625Z'%20fill='black'/%3e%3c/svg%3e");
18431
- --alt-text-done-image:url("data:image/svg+xml,%3csvg%20width='12'%20height='13'%20viewBox='0%200%2012%2013'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%200.5C5.21207%200.5%204.43185%200.655195%203.7039%200.956723C2.97595%201.25825%202.31451%201.70021%201.75736%202.25736C1.20021%202.81451%200.758251%203.47595%200.456723%204.2039C0.155195%204.93185%200%205.71207%200%206.5C0%207.28793%200.155195%208.06815%200.456723%208.7961C0.758251%209.52405%201.20021%2010.1855%201.75736%2010.7426C2.31451%2011.2998%202.97595%2011.7417%203.7039%2012.0433C4.43185%2012.3448%205.21207%2012.5%206%2012.5C7.5913%2012.5%209.11742%2011.8679%2010.2426%2010.7426C11.3679%209.61742%2012%208.0913%2012%206.5C12%204.9087%2011.3679%203.38258%2010.2426%202.25736C9.11742%201.13214%207.5913%200.5%206%200.5ZM5.06%208.9L2.9464%206.7856C2.85273%206.69171%202.80018%206.56446%202.80033%206.43183C2.80048%206.29921%202.85331%206.17207%202.9472%206.0784C3.04109%205.98473%203.16834%205.93218%203.30097%205.93233C3.43359%205.93248%203.56073%205.98531%203.6544%206.0792L5.3112%207.7368L8.3464%204.7008C8.44109%204.6109%208.56715%204.56153%208.69771%204.56322C8.82827%204.56492%208.95301%204.61754%209.04534%204.70986C9.13766%204.80219%209.19028%204.92693%209.19198%205.05749C9.19367%205.18805%209.1443%205.31411%209.0544%205.4088L5.5624%208.9H5.06Z'%20fill='%23FBFBFE'/%3e%3c/svg%3e");
18193
+ --alt-text-add-image:url(images/altText_add.svg);
18194
+ --alt-text-done-image:url(images/altText_done.svg);
18432
18195
 
18433
18196
  display:flex;
18434
18197
  align-items:center;
@@ -18441,14 +18204,12 @@ body {
18441
18204
  font-weight:590;
18442
18205
  font-size:12px;
18443
18206
  color:var(--editor-toolbar-fg-color);
18444
- }
18445
-
18446
- :is(.annotationEditorLayer
18207
+ }
18208
+ .superdoc-viewer :is(.annotationEditorLayer
18447
18209
  :is(.freeTextEditor, .inkEditor, .stampEditor, .highlightEditor),.textLayer) .editToolbar .buttons .altText:disabled{
18448
18210
  pointer-events:none;
18449
- }
18450
-
18451
- :is(.annotationEditorLayer
18211
+ }
18212
+ .superdoc-viewer :is(.annotationEditorLayer
18452
18213
  :is(.freeTextEditor, .inkEditor, .stampEditor, .highlightEditor),.textLayer) .editToolbar .buttons .altText::before{
18453
18214
  content:"";
18454
18215
  -webkit-mask-image:var(--alt-text-add-image);
@@ -18462,25 +18223,21 @@ body {
18462
18223
  height:13px;
18463
18224
  background-color:var(--editor-toolbar-fg-color);
18464
18225
  margin-inline-end:4px;
18465
- }
18466
-
18467
- :is(.annotationEditorLayer
18226
+ }
18227
+ .superdoc-viewer :is(.annotationEditorLayer
18468
18228
  :is(.freeTextEditor, .inkEditor, .stampEditor, .highlightEditor),.textLayer) .editToolbar .buttons .altText:hover::before{
18469
18229
  background-color:var(--editor-toolbar-hover-fg-color);
18470
- }
18471
-
18472
- :is(.annotationEditorLayer
18230
+ }
18231
+ .superdoc-viewer :is(.annotationEditorLayer
18473
18232
  :is(.freeTextEditor, .inkEditor, .stampEditor, .highlightEditor),.textLayer) .editToolbar .buttons .altText.done::before{
18474
18233
  -webkit-mask-image:var(--alt-text-done-image);
18475
18234
  mask-image:var(--alt-text-done-image);
18476
- }
18477
-
18478
- :is(.annotationEditorLayer
18235
+ }
18236
+ .superdoc-viewer :is(.annotationEditorLayer
18479
18237
  :is(.freeTextEditor, .inkEditor, .stampEditor, .highlightEditor),.textLayer) .editToolbar .buttons .altText .tooltip{
18480
18238
  display:none;
18481
- }
18482
-
18483
- :is(.annotationEditorLayer
18239
+ }
18240
+ .superdoc-viewer :is(.annotationEditorLayer
18484
18241
  :is(.freeTextEditor, .inkEditor, .stampEditor, .highlightEditor),.textLayer) .editToolbar .buttons .altText .tooltip.show{
18485
18242
  --alt-text-tooltip-bg:#f0f0f4;
18486
18243
  --alt-text-tooltip-fg:#15141a;
@@ -18508,37 +18265,31 @@ body {
18508
18265
  color:var(--alt-text-tooltip-fg);
18509
18266
 
18510
18267
  pointer-events:none;
18511
- }
18512
-
18268
+ }
18513
18269
  @media (prefers-color-scheme: dark){
18514
-
18515
- :is(.annotationEditorLayer
18270
+ .superdoc-viewer :is(.annotationEditorLayer
18516
18271
  :is(.freeTextEditor, .inkEditor, .stampEditor, .highlightEditor),.textLayer) .editToolbar .buttons .altText .tooltip.show{
18517
18272
  --alt-text-tooltip-bg:#1c1b22;
18518
18273
  --alt-text-tooltip-fg:#fbfbfe;
18519
18274
  --alt-text-tooltip-shadow:0px 2px 6px 0px #15141a;
18520
- }
18521
- }
18522
-
18275
+ }
18276
+ }
18523
18277
  @media screen and (forced-colors: active){
18524
-
18525
- :is(.annotationEditorLayer
18278
+ .superdoc-viewer :is(.annotationEditorLayer
18526
18279
  :is(.freeTextEditor, .inkEditor, .stampEditor, .highlightEditor),.textLayer) .editToolbar .buttons .altText .tooltip.show{
18527
18280
  --alt-text-tooltip-bg:Canvas;
18528
18281
  --alt-text-tooltip-fg:CanvasText;
18529
18282
  --alt-text-tooltip-border:CanvasText;
18530
18283
  --alt-text-tooltip-shadow:none;
18531
- }
18532
- }
18533
-
18534
- .annotationEditorLayer .freeTextEditor{
18284
+ }
18285
+ }
18286
+ .superdoc-viewer .annotationEditorLayer .freeTextEditor{
18535
18287
  padding:calc(var(--freetext-padding) * var(--scale-factor));
18536
18288
  width:auto;
18537
18289
  height:auto;
18538
18290
  touch-action:none;
18539
18291
  }
18540
-
18541
- .annotationEditorLayer .freeTextEditor .internal{
18292
+ .superdoc-viewer .annotationEditorLayer .freeTextEditor .internal{
18542
18293
  background:transparent;
18543
18294
  border:none;
18544
18295
  inset:0;
@@ -18550,8 +18301,7 @@ body {
18550
18301
  -moz-user-select:none;
18551
18302
  user-select:none;
18552
18303
  }
18553
-
18554
- .annotationEditorLayer .freeTextEditor .overlay{
18304
+ .superdoc-viewer .annotationEditorLayer .freeTextEditor .overlay{
18555
18305
  position:absolute;
18556
18306
  display:none;
18557
18307
  background:transparent;
@@ -18559,263 +18309,179 @@ body {
18559
18309
  width:100%;
18560
18310
  height:100%;
18561
18311
  }
18562
-
18563
- .annotationEditorLayer freeTextEditor .overlay.enabled{
18312
+ .superdoc-viewer .annotationEditorLayer freeTextEditor .overlay.enabled{
18564
18313
  display:block;
18565
18314
  }
18566
-
18567
- .annotationEditorLayer .freeTextEditor .internal:empty::before{
18315
+ .superdoc-viewer .annotationEditorLayer .freeTextEditor .internal:empty::before{
18568
18316
  content:attr(default-content);
18569
18317
  color:gray;
18570
18318
  }
18571
-
18572
- .annotationEditorLayer .freeTextEditor .internal:focus{
18319
+ .superdoc-viewer .annotationEditorLayer .freeTextEditor .internal:focus{
18573
18320
  outline:none;
18574
18321
  -webkit-user-select:auto;
18575
18322
  -moz-user-select:auto;
18576
18323
  user-select:auto;
18577
18324
  }
18578
-
18579
- .annotationEditorLayer .inkEditor{
18325
+ .superdoc-viewer .annotationEditorLayer .inkEditor{
18580
18326
  width:100%;
18581
18327
  height:100%;
18582
18328
  }
18583
-
18584
- .annotationEditorLayer .inkEditor.editing{
18329
+ .superdoc-viewer .annotationEditorLayer .inkEditor.editing{
18585
18330
  cursor:inherit;
18586
18331
  }
18587
-
18588
- .annotationEditorLayer .inkEditor .inkEditorCanvas{
18332
+ .superdoc-viewer .annotationEditorLayer .inkEditor .inkEditorCanvas{
18589
18333
  position:absolute;
18590
18334
  inset:0;
18591
18335
  width:100%;
18592
18336
  height:100%;
18593
18337
  touch-action:none;
18594
18338
  }
18595
-
18596
- .annotationEditorLayer .stampEditor{
18339
+ .superdoc-viewer .annotationEditorLayer .stampEditor{
18597
18340
  width:auto;
18598
18341
  height:auto;
18599
18342
  }
18600
-
18601
- .annotationEditorLayer .stampEditor canvas{
18343
+ .superdoc-viewer .annotationEditorLayer .stampEditor canvas{
18602
18344
  position:absolute;
18603
18345
  width:100%;
18604
18346
  height:100%;
18605
18347
  margin:0;
18606
- }
18607
-
18608
- .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor) > .resizers{
18348
+ }
18349
+ .superdoc-viewer .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor) > .resizers{
18609
18350
  position:absolute;
18610
18351
  inset:0;
18611
- }
18612
-
18613
- .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor) > .resizers.hidden{
18352
+ }
18353
+ .superdoc-viewer .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor) > .resizers.hidden{
18614
18354
  display:none;
18615
- }
18616
-
18617
- .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor) > .resizers > .resizer{
18355
+ }
18356
+ .superdoc-viewer .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor) > .resizers > .resizer{
18618
18357
  width:var(--resizer-size);
18619
18358
  height:var(--resizer-size);
18620
18359
  background:content-box var(--resizer-bg-color);
18621
18360
  border:var(--focus-outline-around);
18622
18361
  border-radius:2px;
18623
18362
  position:absolute;
18624
- }
18625
-
18626
- .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor) > .resizers > .resizer.topLeft{
18363
+ }
18364
+ .superdoc-viewer .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor) > .resizers > .resizer.topLeft{
18627
18365
  top:var(--resizer-shift);
18628
18366
  left:var(--resizer-shift);
18629
- }
18630
-
18631
- .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor) > .resizers > .resizer.topMiddle{
18367
+ }
18368
+ .superdoc-viewer .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor) > .resizers > .resizer.topMiddle{
18632
18369
  top:var(--resizer-shift);
18633
18370
  left:calc(50% + var(--resizer-shift));
18634
- }
18635
-
18636
- .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor) > .resizers > .resizer.topRight{
18371
+ }
18372
+ .superdoc-viewer .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor) > .resizers > .resizer.topRight{
18637
18373
  top:var(--resizer-shift);
18638
18374
  right:var(--resizer-shift);
18639
- }
18640
-
18641
- .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor) > .resizers > .resizer.middleRight{
18375
+ }
18376
+ .superdoc-viewer .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor) > .resizers > .resizer.middleRight{
18642
18377
  top:calc(50% + var(--resizer-shift));
18643
18378
  right:var(--resizer-shift);
18644
- }
18645
-
18646
- .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor) > .resizers > .resizer.bottomRight{
18379
+ }
18380
+ .superdoc-viewer .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor) > .resizers > .resizer.bottomRight{
18647
18381
  bottom:var(--resizer-shift);
18648
18382
  right:var(--resizer-shift);
18649
- }
18650
-
18651
- .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor) > .resizers > .resizer.bottomMiddle{
18383
+ }
18384
+ .superdoc-viewer .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor) > .resizers > .resizer.bottomMiddle{
18652
18385
  bottom:var(--resizer-shift);
18653
18386
  left:calc(50% + var(--resizer-shift));
18654
- }
18655
-
18656
- .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor) > .resizers > .resizer.bottomLeft{
18387
+ }
18388
+ .superdoc-viewer .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor) > .resizers > .resizer.bottomLeft{
18657
18389
  bottom:var(--resizer-shift);
18658
18390
  left:var(--resizer-shift);
18659
- }
18660
-
18661
- .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor) > .resizers > .resizer.middleLeft{
18391
+ }
18392
+ .superdoc-viewer .annotationEditorLayer :is(.freeTextEditor, .inkEditor, .stampEditor) > .resizers > .resizer.middleLeft{
18662
18393
  top:calc(50% + var(--resizer-shift));
18663
18394
  left:var(--resizer-shift);
18664
- }
18665
-
18666
- .annotationEditorLayer[data-main-rotation="0"]
18667
- :is([data-editor-rotation="0"], [data-editor-rotation="180"]) > .resizers > .resizer.topLeft,
18668
- .annotationEditorLayer[data-main-rotation="90"]
18669
- :is([data-editor-rotation="270"], [data-editor-rotation="90"]) > .resizers > .resizer.topLeft,
18670
- .annotationEditorLayer[data-main-rotation="180"]
18671
- :is([data-editor-rotation="180"], [data-editor-rotation="0"]) > .resizers > .resizer.topLeft,
18672
- .annotationEditorLayer[data-main-rotation="270"]
18673
- :is([data-editor-rotation="90"], [data-editor-rotation="270"]) > .resizers > .resizer.topLeft,
18674
- .annotationEditorLayer[data-main-rotation="0"]
18675
- :is([data-editor-rotation="0"], [data-editor-rotation="180"]) > .resizers > .resizer.bottomRight,
18676
- .annotationEditorLayer[data-main-rotation="90"]
18677
- :is([data-editor-rotation="270"], [data-editor-rotation="90"]) > .resizers > .resizer.bottomRight,
18678
- .annotationEditorLayer[data-main-rotation="180"]
18679
- :is([data-editor-rotation="180"], [data-editor-rotation="0"]) > .resizers > .resizer.bottomRight,
18680
- .annotationEditorLayer[data-main-rotation="270"]
18395
+ }
18396
+ .superdoc-viewer .annotationEditorLayer[data-main-rotation="0"]
18397
+ :is([data-editor-rotation="0"], [data-editor-rotation="180"]) > .resizers > .resizer.topLeft, .superdoc-viewer .annotationEditorLayer[data-main-rotation="90"]
18398
+ :is([data-editor-rotation="270"], [data-editor-rotation="90"]) > .resizers > .resizer.topLeft, .superdoc-viewer .annotationEditorLayer[data-main-rotation="180"]
18399
+ :is([data-editor-rotation="180"], [data-editor-rotation="0"]) > .resizers > .resizer.topLeft, .superdoc-viewer .annotationEditorLayer[data-main-rotation="270"]
18400
+ :is([data-editor-rotation="90"], [data-editor-rotation="270"]) > .resizers > .resizer.topLeft, .superdoc-viewer .annotationEditorLayer[data-main-rotation="0"]
18401
+ :is([data-editor-rotation="0"], [data-editor-rotation="180"]) > .resizers > .resizer.bottomRight, .superdoc-viewer .annotationEditorLayer[data-main-rotation="90"]
18402
+ :is([data-editor-rotation="270"], [data-editor-rotation="90"]) > .resizers > .resizer.bottomRight, .superdoc-viewer .annotationEditorLayer[data-main-rotation="180"]
18403
+ :is([data-editor-rotation="180"], [data-editor-rotation="0"]) > .resizers > .resizer.bottomRight, .superdoc-viewer .annotationEditorLayer[data-main-rotation="270"]
18681
18404
  :is([data-editor-rotation="90"], [data-editor-rotation="270"]) > .resizers > .resizer.bottomRight{
18682
18405
  cursor:nwse-resize;
18683
- }
18684
-
18685
- .annotationEditorLayer[data-main-rotation="0"]
18686
- :is([data-editor-rotation="0"], [data-editor-rotation="180"]) > .resizers > .resizer.topMiddle,
18687
- .annotationEditorLayer[data-main-rotation="90"]
18688
- :is([data-editor-rotation="270"], [data-editor-rotation="90"]) > .resizers > .resizer.topMiddle,
18689
- .annotationEditorLayer[data-main-rotation="180"]
18690
- :is([data-editor-rotation="180"], [data-editor-rotation="0"]) > .resizers > .resizer.topMiddle,
18691
- .annotationEditorLayer[data-main-rotation="270"]
18692
- :is([data-editor-rotation="90"], [data-editor-rotation="270"]) > .resizers > .resizer.topMiddle,
18693
- .annotationEditorLayer[data-main-rotation="0"]
18694
- :is([data-editor-rotation="0"], [data-editor-rotation="180"]) > .resizers > .resizer.bottomMiddle,
18695
- .annotationEditorLayer[data-main-rotation="90"]
18696
- :is([data-editor-rotation="270"], [data-editor-rotation="90"]) > .resizers > .resizer.bottomMiddle,
18697
- .annotationEditorLayer[data-main-rotation="180"]
18698
- :is([data-editor-rotation="180"], [data-editor-rotation="0"]) > .resizers > .resizer.bottomMiddle,
18699
- .annotationEditorLayer[data-main-rotation="270"]
18406
+ }
18407
+ .superdoc-viewer .annotationEditorLayer[data-main-rotation="0"]
18408
+ :is([data-editor-rotation="0"], [data-editor-rotation="180"]) > .resizers > .resizer.topMiddle, .superdoc-viewer .annotationEditorLayer[data-main-rotation="90"]
18409
+ :is([data-editor-rotation="270"], [data-editor-rotation="90"]) > .resizers > .resizer.topMiddle, .superdoc-viewer .annotationEditorLayer[data-main-rotation="180"]
18410
+ :is([data-editor-rotation="180"], [data-editor-rotation="0"]) > .resizers > .resizer.topMiddle, .superdoc-viewer .annotationEditorLayer[data-main-rotation="270"]
18411
+ :is([data-editor-rotation="90"], [data-editor-rotation="270"]) > .resizers > .resizer.topMiddle, .superdoc-viewer .annotationEditorLayer[data-main-rotation="0"]
18412
+ :is([data-editor-rotation="0"], [data-editor-rotation="180"]) > .resizers > .resizer.bottomMiddle, .superdoc-viewer .annotationEditorLayer[data-main-rotation="90"]
18413
+ :is([data-editor-rotation="270"], [data-editor-rotation="90"]) > .resizers > .resizer.bottomMiddle, .superdoc-viewer .annotationEditorLayer[data-main-rotation="180"]
18414
+ :is([data-editor-rotation="180"], [data-editor-rotation="0"]) > .resizers > .resizer.bottomMiddle, .superdoc-viewer .annotationEditorLayer[data-main-rotation="270"]
18700
18415
  :is([data-editor-rotation="90"], [data-editor-rotation="270"]) > .resizers > .resizer.bottomMiddle{
18701
18416
  cursor:ns-resize;
18702
- }
18703
-
18704
- .annotationEditorLayer[data-main-rotation="0"]
18705
- :is([data-editor-rotation="0"], [data-editor-rotation="180"]) > .resizers > .resizer.topRight,
18706
- .annotationEditorLayer[data-main-rotation="90"]
18707
- :is([data-editor-rotation="270"], [data-editor-rotation="90"]) > .resizers > .resizer.topRight,
18708
- .annotationEditorLayer[data-main-rotation="180"]
18709
- :is([data-editor-rotation="180"], [data-editor-rotation="0"]) > .resizers > .resizer.topRight,
18710
- .annotationEditorLayer[data-main-rotation="270"]
18711
- :is([data-editor-rotation="90"], [data-editor-rotation="270"]) > .resizers > .resizer.topRight,
18712
- .annotationEditorLayer[data-main-rotation="0"]
18713
- :is([data-editor-rotation="0"], [data-editor-rotation="180"]) > .resizers > .resizer.bottomLeft,
18714
- .annotationEditorLayer[data-main-rotation="90"]
18715
- :is([data-editor-rotation="270"], [data-editor-rotation="90"]) > .resizers > .resizer.bottomLeft,
18716
- .annotationEditorLayer[data-main-rotation="180"]
18717
- :is([data-editor-rotation="180"], [data-editor-rotation="0"]) > .resizers > .resizer.bottomLeft,
18718
- .annotationEditorLayer[data-main-rotation="270"]
18417
+ }
18418
+ .superdoc-viewer .annotationEditorLayer[data-main-rotation="0"]
18419
+ :is([data-editor-rotation="0"], [data-editor-rotation="180"]) > .resizers > .resizer.topRight, .superdoc-viewer .annotationEditorLayer[data-main-rotation="90"]
18420
+ :is([data-editor-rotation="270"], [data-editor-rotation="90"]) > .resizers > .resizer.topRight, .superdoc-viewer .annotationEditorLayer[data-main-rotation="180"]
18421
+ :is([data-editor-rotation="180"], [data-editor-rotation="0"]) > .resizers > .resizer.topRight, .superdoc-viewer .annotationEditorLayer[data-main-rotation="270"]
18422
+ :is([data-editor-rotation="90"], [data-editor-rotation="270"]) > .resizers > .resizer.topRight, .superdoc-viewer .annotationEditorLayer[data-main-rotation="0"]
18423
+ :is([data-editor-rotation="0"], [data-editor-rotation="180"]) > .resizers > .resizer.bottomLeft, .superdoc-viewer .annotationEditorLayer[data-main-rotation="90"]
18424
+ :is([data-editor-rotation="270"], [data-editor-rotation="90"]) > .resizers > .resizer.bottomLeft, .superdoc-viewer .annotationEditorLayer[data-main-rotation="180"]
18425
+ :is([data-editor-rotation="180"], [data-editor-rotation="0"]) > .resizers > .resizer.bottomLeft, .superdoc-viewer .annotationEditorLayer[data-main-rotation="270"]
18719
18426
  :is([data-editor-rotation="90"], [data-editor-rotation="270"]) > .resizers > .resizer.bottomLeft{
18720
18427
  cursor:nesw-resize;
18721
- }
18722
-
18723
- .annotationEditorLayer[data-main-rotation="0"]
18724
- :is([data-editor-rotation="0"], [data-editor-rotation="180"]) > .resizers > .resizer.middleRight,
18725
- .annotationEditorLayer[data-main-rotation="90"]
18726
- :is([data-editor-rotation="270"], [data-editor-rotation="90"]) > .resizers > .resizer.middleRight,
18727
- .annotationEditorLayer[data-main-rotation="180"]
18728
- :is([data-editor-rotation="180"], [data-editor-rotation="0"]) > .resizers > .resizer.middleRight,
18729
- .annotationEditorLayer[data-main-rotation="270"]
18730
- :is([data-editor-rotation="90"], [data-editor-rotation="270"]) > .resizers > .resizer.middleRight,
18731
- .annotationEditorLayer[data-main-rotation="0"]
18732
- :is([data-editor-rotation="0"], [data-editor-rotation="180"]) > .resizers > .resizer.middleLeft,
18733
- .annotationEditorLayer[data-main-rotation="90"]
18734
- :is([data-editor-rotation="270"], [data-editor-rotation="90"]) > .resizers > .resizer.middleLeft,
18735
- .annotationEditorLayer[data-main-rotation="180"]
18736
- :is([data-editor-rotation="180"], [data-editor-rotation="0"]) > .resizers > .resizer.middleLeft,
18737
- .annotationEditorLayer[data-main-rotation="270"]
18428
+ }
18429
+ .superdoc-viewer .annotationEditorLayer[data-main-rotation="0"]
18430
+ :is([data-editor-rotation="0"], [data-editor-rotation="180"]) > .resizers > .resizer.middleRight, .superdoc-viewer .annotationEditorLayer[data-main-rotation="90"]
18431
+ :is([data-editor-rotation="270"], [data-editor-rotation="90"]) > .resizers > .resizer.middleRight, .superdoc-viewer .annotationEditorLayer[data-main-rotation="180"]
18432
+ :is([data-editor-rotation="180"], [data-editor-rotation="0"]) > .resizers > .resizer.middleRight, .superdoc-viewer .annotationEditorLayer[data-main-rotation="270"]
18433
+ :is([data-editor-rotation="90"], [data-editor-rotation="270"]) > .resizers > .resizer.middleRight, .superdoc-viewer .annotationEditorLayer[data-main-rotation="0"]
18434
+ :is([data-editor-rotation="0"], [data-editor-rotation="180"]) > .resizers > .resizer.middleLeft, .superdoc-viewer .annotationEditorLayer[data-main-rotation="90"]
18435
+ :is([data-editor-rotation="270"], [data-editor-rotation="90"]) > .resizers > .resizer.middleLeft, .superdoc-viewer .annotationEditorLayer[data-main-rotation="180"]
18436
+ :is([data-editor-rotation="180"], [data-editor-rotation="0"]) > .resizers > .resizer.middleLeft, .superdoc-viewer .annotationEditorLayer[data-main-rotation="270"]
18738
18437
  :is([data-editor-rotation="90"], [data-editor-rotation="270"]) > .resizers > .resizer.middleLeft{
18739
18438
  cursor:ew-resize;
18740
- }
18741
-
18742
- .annotationEditorLayer[data-main-rotation="0"]
18743
- :is([data-editor-rotation="90"], [data-editor-rotation="270"]) > .resizers > .resizer.topLeft,
18744
- .annotationEditorLayer[data-main-rotation="90"]
18745
- :is([data-editor-rotation="0"], [data-editor-rotation="180"]) > .resizers > .resizer.topLeft,
18746
- .annotationEditorLayer[data-main-rotation="180"]
18747
- :is([data-editor-rotation="270"], [data-editor-rotation="90"]) > .resizers > .resizer.topLeft,
18748
- .annotationEditorLayer[data-main-rotation="270"]
18749
- :is([data-editor-rotation="180"], [data-editor-rotation="0"]) > .resizers > .resizer.topLeft,
18750
- .annotationEditorLayer[data-main-rotation="0"]
18751
- :is([data-editor-rotation="90"], [data-editor-rotation="270"]) > .resizers > .resizer.bottomRight,
18752
- .annotationEditorLayer[data-main-rotation="90"]
18753
- :is([data-editor-rotation="0"], [data-editor-rotation="180"]) > .resizers > .resizer.bottomRight,
18754
- .annotationEditorLayer[data-main-rotation="180"]
18755
- :is([data-editor-rotation="270"], [data-editor-rotation="90"]) > .resizers > .resizer.bottomRight,
18756
- .annotationEditorLayer[data-main-rotation="270"]
18439
+ }
18440
+ .superdoc-viewer .annotationEditorLayer[data-main-rotation="0"]
18441
+ :is([data-editor-rotation="90"], [data-editor-rotation="270"]) > .resizers > .resizer.topLeft, .superdoc-viewer .annotationEditorLayer[data-main-rotation="90"]
18442
+ :is([data-editor-rotation="0"], [data-editor-rotation="180"]) > .resizers > .resizer.topLeft, .superdoc-viewer .annotationEditorLayer[data-main-rotation="180"]
18443
+ :is([data-editor-rotation="270"], [data-editor-rotation="90"]) > .resizers > .resizer.topLeft, .superdoc-viewer .annotationEditorLayer[data-main-rotation="270"]
18444
+ :is([data-editor-rotation="180"], [data-editor-rotation="0"]) > .resizers > .resizer.topLeft, .superdoc-viewer .annotationEditorLayer[data-main-rotation="0"]
18445
+ :is([data-editor-rotation="90"], [data-editor-rotation="270"]) > .resizers > .resizer.bottomRight, .superdoc-viewer .annotationEditorLayer[data-main-rotation="90"]
18446
+ :is([data-editor-rotation="0"], [data-editor-rotation="180"]) > .resizers > .resizer.bottomRight, .superdoc-viewer .annotationEditorLayer[data-main-rotation="180"]
18447
+ :is([data-editor-rotation="270"], [data-editor-rotation="90"]) > .resizers > .resizer.bottomRight, .superdoc-viewer .annotationEditorLayer[data-main-rotation="270"]
18757
18448
  :is([data-editor-rotation="180"], [data-editor-rotation="0"]) > .resizers > .resizer.bottomRight{
18758
18449
  cursor:nesw-resize;
18759
- }
18760
-
18761
- .annotationEditorLayer[data-main-rotation="0"]
18762
- :is([data-editor-rotation="90"], [data-editor-rotation="270"]) > .resizers > .resizer.topMiddle,
18763
- .annotationEditorLayer[data-main-rotation="90"]
18764
- :is([data-editor-rotation="0"], [data-editor-rotation="180"]) > .resizers > .resizer.topMiddle,
18765
- .annotationEditorLayer[data-main-rotation="180"]
18766
- :is([data-editor-rotation="270"], [data-editor-rotation="90"]) > .resizers > .resizer.topMiddle,
18767
- .annotationEditorLayer[data-main-rotation="270"]
18768
- :is([data-editor-rotation="180"], [data-editor-rotation="0"]) > .resizers > .resizer.topMiddle,
18769
- .annotationEditorLayer[data-main-rotation="0"]
18770
- :is([data-editor-rotation="90"], [data-editor-rotation="270"]) > .resizers > .resizer.bottomMiddle,
18771
- .annotationEditorLayer[data-main-rotation="90"]
18772
- :is([data-editor-rotation="0"], [data-editor-rotation="180"]) > .resizers > .resizer.bottomMiddle,
18773
- .annotationEditorLayer[data-main-rotation="180"]
18774
- :is([data-editor-rotation="270"], [data-editor-rotation="90"]) > .resizers > .resizer.bottomMiddle,
18775
- .annotationEditorLayer[data-main-rotation="270"]
18450
+ }
18451
+ .superdoc-viewer .annotationEditorLayer[data-main-rotation="0"]
18452
+ :is([data-editor-rotation="90"], [data-editor-rotation="270"]) > .resizers > .resizer.topMiddle, .superdoc-viewer .annotationEditorLayer[data-main-rotation="90"]
18453
+ :is([data-editor-rotation="0"], [data-editor-rotation="180"]) > .resizers > .resizer.topMiddle, .superdoc-viewer .annotationEditorLayer[data-main-rotation="180"]
18454
+ :is([data-editor-rotation="270"], [data-editor-rotation="90"]) > .resizers > .resizer.topMiddle, .superdoc-viewer .annotationEditorLayer[data-main-rotation="270"]
18455
+ :is([data-editor-rotation="180"], [data-editor-rotation="0"]) > .resizers > .resizer.topMiddle, .superdoc-viewer .annotationEditorLayer[data-main-rotation="0"]
18456
+ :is([data-editor-rotation="90"], [data-editor-rotation="270"]) > .resizers > .resizer.bottomMiddle, .superdoc-viewer .annotationEditorLayer[data-main-rotation="90"]
18457
+ :is([data-editor-rotation="0"], [data-editor-rotation="180"]) > .resizers > .resizer.bottomMiddle, .superdoc-viewer .annotationEditorLayer[data-main-rotation="180"]
18458
+ :is([data-editor-rotation="270"], [data-editor-rotation="90"]) > .resizers > .resizer.bottomMiddle, .superdoc-viewer .annotationEditorLayer[data-main-rotation="270"]
18776
18459
  :is([data-editor-rotation="180"], [data-editor-rotation="0"]) > .resizers > .resizer.bottomMiddle{
18777
18460
  cursor:ew-resize;
18778
- }
18779
-
18780
- .annotationEditorLayer[data-main-rotation="0"]
18781
- :is([data-editor-rotation="90"], [data-editor-rotation="270"]) > .resizers > .resizer.topRight,
18782
- .annotationEditorLayer[data-main-rotation="90"]
18783
- :is([data-editor-rotation="0"], [data-editor-rotation="180"]) > .resizers > .resizer.topRight,
18784
- .annotationEditorLayer[data-main-rotation="180"]
18785
- :is([data-editor-rotation="270"], [data-editor-rotation="90"]) > .resizers > .resizer.topRight,
18786
- .annotationEditorLayer[data-main-rotation="270"]
18787
- :is([data-editor-rotation="180"], [data-editor-rotation="0"]) > .resizers > .resizer.topRight,
18788
- .annotationEditorLayer[data-main-rotation="0"]
18789
- :is([data-editor-rotation="90"], [data-editor-rotation="270"]) > .resizers > .resizer.bottomLeft,
18790
- .annotationEditorLayer[data-main-rotation="90"]
18791
- :is([data-editor-rotation="0"], [data-editor-rotation="180"]) > .resizers > .resizer.bottomLeft,
18792
- .annotationEditorLayer[data-main-rotation="180"]
18793
- :is([data-editor-rotation="270"], [data-editor-rotation="90"]) > .resizers > .resizer.bottomLeft,
18794
- .annotationEditorLayer[data-main-rotation="270"]
18461
+ }
18462
+ .superdoc-viewer .annotationEditorLayer[data-main-rotation="0"]
18463
+ :is([data-editor-rotation="90"], [data-editor-rotation="270"]) > .resizers > .resizer.topRight, .superdoc-viewer .annotationEditorLayer[data-main-rotation="90"]
18464
+ :is([data-editor-rotation="0"], [data-editor-rotation="180"]) > .resizers > .resizer.topRight, .superdoc-viewer .annotationEditorLayer[data-main-rotation="180"]
18465
+ :is([data-editor-rotation="270"], [data-editor-rotation="90"]) > .resizers > .resizer.topRight, .superdoc-viewer .annotationEditorLayer[data-main-rotation="270"]
18466
+ :is([data-editor-rotation="180"], [data-editor-rotation="0"]) > .resizers > .resizer.topRight, .superdoc-viewer .annotationEditorLayer[data-main-rotation="0"]
18467
+ :is([data-editor-rotation="90"], [data-editor-rotation="270"]) > .resizers > .resizer.bottomLeft, .superdoc-viewer .annotationEditorLayer[data-main-rotation="90"]
18468
+ :is([data-editor-rotation="0"], [data-editor-rotation="180"]) > .resizers > .resizer.bottomLeft, .superdoc-viewer .annotationEditorLayer[data-main-rotation="180"]
18469
+ :is([data-editor-rotation="270"], [data-editor-rotation="90"]) > .resizers > .resizer.bottomLeft, .superdoc-viewer .annotationEditorLayer[data-main-rotation="270"]
18795
18470
  :is([data-editor-rotation="180"], [data-editor-rotation="0"]) > .resizers > .resizer.bottomLeft{
18796
18471
  cursor:nwse-resize;
18797
- }
18798
-
18799
- .annotationEditorLayer[data-main-rotation="0"]
18800
- :is([data-editor-rotation="90"], [data-editor-rotation="270"]) > .resizers > .resizer.middleRight,
18801
- .annotationEditorLayer[data-main-rotation="90"]
18802
- :is([data-editor-rotation="0"], [data-editor-rotation="180"]) > .resizers > .resizer.middleRight,
18803
- .annotationEditorLayer[data-main-rotation="180"]
18804
- :is([data-editor-rotation="270"], [data-editor-rotation="90"]) > .resizers > .resizer.middleRight,
18805
- .annotationEditorLayer[data-main-rotation="270"]
18806
- :is([data-editor-rotation="180"], [data-editor-rotation="0"]) > .resizers > .resizer.middleRight,
18807
- .annotationEditorLayer[data-main-rotation="0"]
18808
- :is([data-editor-rotation="90"], [data-editor-rotation="270"]) > .resizers > .resizer.middleLeft,
18809
- .annotationEditorLayer[data-main-rotation="90"]
18810
- :is([data-editor-rotation="0"], [data-editor-rotation="180"]) > .resizers > .resizer.middleLeft,
18811
- .annotationEditorLayer[data-main-rotation="180"]
18812
- :is([data-editor-rotation="270"], [data-editor-rotation="90"]) > .resizers > .resizer.middleLeft,
18813
- .annotationEditorLayer[data-main-rotation="270"]
18472
+ }
18473
+ .superdoc-viewer .annotationEditorLayer[data-main-rotation="0"]
18474
+ :is([data-editor-rotation="90"], [data-editor-rotation="270"]) > .resizers > .resizer.middleRight, .superdoc-viewer .annotationEditorLayer[data-main-rotation="90"]
18475
+ :is([data-editor-rotation="0"], [data-editor-rotation="180"]) > .resizers > .resizer.middleRight, .superdoc-viewer .annotationEditorLayer[data-main-rotation="180"]
18476
+ :is([data-editor-rotation="270"], [data-editor-rotation="90"]) > .resizers > .resizer.middleRight, .superdoc-viewer .annotationEditorLayer[data-main-rotation="270"]
18477
+ :is([data-editor-rotation="180"], [data-editor-rotation="0"]) > .resizers > .resizer.middleRight, .superdoc-viewer .annotationEditorLayer[data-main-rotation="0"]
18478
+ :is([data-editor-rotation="90"], [data-editor-rotation="270"]) > .resizers > .resizer.middleLeft, .superdoc-viewer .annotationEditorLayer[data-main-rotation="90"]
18479
+ :is([data-editor-rotation="0"], [data-editor-rotation="180"]) > .resizers > .resizer.middleLeft, .superdoc-viewer .annotationEditorLayer[data-main-rotation="180"]
18480
+ :is([data-editor-rotation="270"], [data-editor-rotation="90"]) > .resizers > .resizer.middleLeft, .superdoc-viewer .annotationEditorLayer[data-main-rotation="270"]
18814
18481
  :is([data-editor-rotation="180"], [data-editor-rotation="0"]) > .resizers > .resizer.middleLeft{
18815
18482
  cursor:ns-resize;
18816
- }
18817
-
18818
- .annotationEditorLayer
18483
+ }
18484
+ .superdoc-viewer .annotationEditorLayer
18819
18485
  :is(
18820
18486
  [data-main-rotation="0"] [data-editor-rotation="90"],
18821
18487
  [data-main-rotation="90"] [data-editor-rotation="0"],
@@ -18823,9 +18489,8 @@ body {
18823
18489
  [data-main-rotation="270"] [data-editor-rotation="180"]
18824
18490
  ) .editToolbar{
18825
18491
  rotate:270deg;
18826
- }
18827
-
18828
- [dir="ltr"] .annotationEditorLayer
18492
+ }
18493
+ .superdoc-viewer [dir="ltr"] .annotationEditorLayer
18829
18494
  :is(
18830
18495
  [data-main-rotation="0"] [data-editor-rotation="90"],
18831
18496
  [data-main-rotation="90"] [data-editor-rotation="0"],
@@ -18834,9 +18499,8 @@ body {
18834
18499
  ) .editToolbar{
18835
18500
  inset-inline-end:calc(0px - var(--editor-toolbar-vert-offset));
18836
18501
  inset-block-start:0;
18837
- }
18838
-
18839
- [dir="rtl"] .annotationEditorLayer
18502
+ }
18503
+ .superdoc-viewer [dir="rtl"] .annotationEditorLayer
18840
18504
  :is(
18841
18505
  [data-main-rotation="0"] [data-editor-rotation="90"],
18842
18506
  [data-main-rotation="90"] [data-editor-rotation="0"],
@@ -18845,9 +18509,8 @@ body {
18845
18509
  ) .editToolbar{
18846
18510
  inset-inline-end:calc(100% + var(--editor-toolbar-vert-offset));
18847
18511
  inset-block-start:0;
18848
- }
18849
-
18850
- .annotationEditorLayer
18512
+ }
18513
+ .superdoc-viewer .annotationEditorLayer
18851
18514
  :is(
18852
18515
  [data-main-rotation="0"] [data-editor-rotation="180"],
18853
18516
  [data-main-rotation="90"] [data-editor-rotation="90"],
@@ -18857,9 +18520,8 @@ body {
18857
18520
  rotate:180deg;
18858
18521
  inset-inline-end:100%;
18859
18522
  inset-block-start:calc(0pc - var(--editor-toolbar-vert-offset));
18860
- }
18861
-
18862
- .annotationEditorLayer
18523
+ }
18524
+ .superdoc-viewer .annotationEditorLayer
18863
18525
  :is(
18864
18526
  [data-main-rotation="0"] [data-editor-rotation="270"],
18865
18527
  [data-main-rotation="90"] [data-editor-rotation="180"],
@@ -18867,9 +18529,8 @@ body {
18867
18529
  [data-main-rotation="270"] [data-editor-rotation="0"]
18868
18530
  ) .editToolbar{
18869
18531
  rotate:90deg;
18870
- }
18871
-
18872
- [dir="ltr"] .annotationEditorLayer
18532
+ }
18533
+ .superdoc-viewer [dir="ltr"] .annotationEditorLayer
18873
18534
  :is(
18874
18535
  [data-main-rotation="0"] [data-editor-rotation="270"],
18875
18536
  [data-main-rotation="90"] [data-editor-rotation="180"],
@@ -18878,9 +18539,8 @@ body {
18878
18539
  ) .editToolbar{
18879
18540
  inset-inline-end:calc(100% + var(--editor-toolbar-vert-offset));
18880
18541
  inset-block-start:100%;
18881
- }
18882
-
18883
- [dir="rtl"] .annotationEditorLayer
18542
+ }
18543
+ .superdoc-viewer [dir="rtl"] .annotationEditorLayer
18884
18544
  :is(
18885
18545
  [data-main-rotation="0"] [data-editor-rotation="270"],
18886
18546
  [data-main-rotation="90"] [data-editor-rotation="180"],
@@ -18889,18 +18549,15 @@ body {
18889
18549
  ) .editToolbar{
18890
18550
  inset-inline-start:calc(0px - var(--editor-toolbar-vert-offset));
18891
18551
  inset-block-start:0;
18892
- }
18893
-
18894
- .dialog.altText::backdrop{
18552
+ }
18553
+ .superdoc-viewer .dialog.altText::backdrop{
18895
18554
  -webkit-mask:url(#alttext-manager-mask);
18896
18555
  mask:url(#alttext-manager-mask);
18897
- }
18898
-
18899
- .dialog.altText.positioned{
18556
+ }
18557
+ .superdoc-viewer .dialog.altText.positioned{
18900
18558
  margin:0;
18901
- }
18902
-
18903
- .dialog.altText #altTextContainer{
18559
+ }
18560
+ .superdoc-viewer .dialog.altText #altTextContainer{
18904
18561
  width:300px;
18905
18562
  height:-moz-fit-content;
18906
18563
  height:fit-content;
@@ -18908,76 +18565,63 @@ body {
18908
18565
  flex-direction:column;
18909
18566
  align-items:flex-start;
18910
18567
  gap:16px;
18911
- }
18912
-
18913
- .dialog.altText #altTextContainer #overallDescription{
18568
+ }
18569
+ .superdoc-viewer .dialog.altText #altTextContainer #overallDescription{
18914
18570
  display:flex;
18915
18571
  flex-direction:column;
18916
18572
  align-items:flex-start;
18917
18573
  gap:4px;
18918
18574
  align-self:stretch;
18919
- }
18920
-
18921
- .dialog.altText #altTextContainer #overallDescription span{
18575
+ }
18576
+ .superdoc-viewer .dialog.altText #altTextContainer #overallDescription span{
18922
18577
  align-self:stretch;
18923
- }
18924
-
18925
- .dialog.altText #altTextContainer #overallDescription .title{
18578
+ }
18579
+ .superdoc-viewer .dialog.altText #altTextContainer #overallDescription .title{
18926
18580
  font-size:13px;
18927
18581
  font-style:normal;
18928
18582
  font-weight:590;
18929
- }
18930
-
18931
- .dialog.altText #altTextContainer #addDescription{
18583
+ }
18584
+ .superdoc-viewer .dialog.altText #altTextContainer #addDescription{
18932
18585
  display:flex;
18933
18586
  flex-direction:column;
18934
18587
  align-items:stretch;
18935
18588
  gap:8px;
18936
- }
18937
-
18938
- .dialog.altText #altTextContainer #addDescription .descriptionArea{
18589
+ }
18590
+ .superdoc-viewer .dialog.altText #altTextContainer #addDescription .descriptionArea{
18939
18591
  flex:1;
18940
18592
  padding-inline:24px 10px;
18941
- }
18942
-
18943
- .dialog.altText #altTextContainer #addDescription .descriptionArea textarea{
18593
+ }
18594
+ .superdoc-viewer .dialog.altText #altTextContainer #addDescription .descriptionArea textarea{
18944
18595
  width:100%;
18945
18596
  min-height:75px;
18946
- }
18947
-
18948
- .dialog.altText #altTextContainer #buttons{
18597
+ }
18598
+ .superdoc-viewer .dialog.altText #altTextContainer #buttons{
18949
18599
  display:flex;
18950
18600
  justify-content:flex-end;
18951
18601
  align-items:flex-start;
18952
18602
  gap:8px;
18953
18603
  align-self:stretch;
18954
- }
18955
-
18956
- .colorPicker{
18604
+ }
18605
+ .superdoc-viewer .colorPicker{
18957
18606
  --hover-outline-color:#0250bb;
18958
18607
  --selected-outline-color:#0060df;
18959
18608
  --swatch-border-color:#cfcfd8;
18960
18609
  }
18961
-
18962
18610
  @media (prefers-color-scheme: dark){
18963
-
18964
- .colorPicker{
18611
+ .superdoc-viewer .colorPicker{
18965
18612
  --hover-outline-color:#80ebff;
18966
18613
  --selected-outline-color:#aaf2ff;
18967
18614
  --swatch-border-color:#52525e;
18968
18615
  }
18969
- }
18970
-
18616
+ }
18971
18617
  @media screen and (forced-colors: active){
18972
-
18973
- .colorPicker{
18618
+ .superdoc-viewer .colorPicker{
18974
18619
  --hover-outline-color:Highlight;
18975
18620
  --selected-outline-color:var(--hover-outline-color);
18976
18621
  --swatch-border-color:ButtonText;
18977
18622
  }
18978
- }
18979
-
18980
- .colorPicker .swatch{
18623
+ }
18624
+ .superdoc-viewer .colorPicker .swatch{
18981
18625
  width:16px;
18982
18626
  height:16px;
18983
18627
  border:1px solid var(--swatch-border-color);
@@ -18985,29 +18629,23 @@ body {
18985
18629
  outline-offset:2px;
18986
18630
  box-sizing:border-box;
18987
18631
  forced-color-adjust:none;
18988
- }
18989
-
18990
- .colorPicker button:is(:hover, .selected) > .swatch{
18632
+ }
18633
+ .superdoc-viewer .colorPicker button:is(:hover, .selected) > .swatch{
18991
18634
  border:none;
18992
- }
18993
-
18994
- .annotationEditorLayer[data-main-rotation="0"] .highlightEditor:not(.free) > .editToolbar{
18635
+ }
18636
+ .superdoc-viewer .annotationEditorLayer[data-main-rotation="0"] .highlightEditor:not(.free) > .editToolbar{
18995
18637
  rotate:0deg;
18996
- }
18997
-
18998
- .annotationEditorLayer[data-main-rotation="90"] .highlightEditor:not(.free) > .editToolbar{
18638
+ }
18639
+ .superdoc-viewer .annotationEditorLayer[data-main-rotation="90"] .highlightEditor:not(.free) > .editToolbar{
18999
18640
  rotate:270deg;
19000
- }
19001
-
19002
- .annotationEditorLayer[data-main-rotation="180"] .highlightEditor:not(.free) > .editToolbar{
18641
+ }
18642
+ .superdoc-viewer .annotationEditorLayer[data-main-rotation="180"] .highlightEditor:not(.free) > .editToolbar{
19003
18643
  rotate:180deg;
19004
- }
19005
-
19006
- .annotationEditorLayer[data-main-rotation="270"] .highlightEditor:not(.free) > .editToolbar{
18644
+ }
18645
+ .superdoc-viewer .annotationEditorLayer[data-main-rotation="270"] .highlightEditor:not(.free) > .editToolbar{
19007
18646
  rotate:90deg;
19008
- }
19009
-
19010
- .annotationEditorLayer .highlightEditor{
18647
+ }
18648
+ .superdoc-viewer .annotationEditorLayer .highlightEditor{
19011
18649
  position:absolute;
19012
18650
  background:transparent;
19013
18651
  z-index:1;
@@ -19018,36 +18656,30 @@ body {
19018
18656
  outline:none;
19019
18657
  pointer-events:none;
19020
18658
  transform-origin:0 0;
19021
- }
19022
-
19023
- .annotationEditorLayer .highlightEditor:not(.free){
18659
+ }
18660
+ .superdoc-viewer .annotationEditorLayer .highlightEditor:not(.free){
19024
18661
  transform:none;
19025
- }
19026
-
19027
- .annotationEditorLayer .highlightEditor .internal{
18662
+ }
18663
+ .superdoc-viewer .annotationEditorLayer .highlightEditor .internal{
19028
18664
  position:absolute;
19029
18665
  top:0;
19030
18666
  left:0;
19031
18667
  width:100%;
19032
18668
  height:100%;
19033
18669
  pointer-events:auto;
19034
- }
19035
-
19036
- .annotationEditorLayer .highlightEditor.disabled .internal{
18670
+ }
18671
+ .superdoc-viewer .annotationEditorLayer .highlightEditor.disabled .internal{
19037
18672
  pointer-events:none;
19038
- }
19039
-
19040
- .annotationEditorLayer .highlightEditor.selectedEditor .internal{
18673
+ }
18674
+ .superdoc-viewer .annotationEditorLayer .highlightEditor.selectedEditor .internal{
19041
18675
  cursor:pointer;
19042
- }
19043
-
19044
- .annotationEditorLayer .highlightEditor .editToolbar{
19045
- --editor-toolbar-colorpicker-arrow-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.23336%2010.4664L11.8474%206.85339C11.894%206.8071%2011.931%206.75203%2011.9563%206.69136C11.9816%206.63069%2011.9946%206.56562%2011.9946%206.49989C11.9946%206.43417%2011.9816%206.3691%2011.9563%206.30843C11.931%206.24776%2011.894%206.19269%2011.8474%206.14639C11.7536%206.05266%2011.6264%206%2011.4939%206C11.3613%206%2011.2341%206.05266%2011.1404%206.14639L7.99236%209.29339L4.84736%206.14739C4.75305%206.05631%204.62675%206.00592%204.49566%206.00706C4.36456%206.0082%204.23915%206.06078%204.14645%206.15348C4.05374%206.24619%204.00116%206.37159%204.00002%206.50269C3.99888%206.63379%204.04928%206.76009%204.14036%206.85439L7.75236%2010.4674L8.23336%2010.4664Z'%20fill='black'/%3e%3c/svg%3e");
18676
+ }
18677
+ .superdoc-viewer .annotationEditorLayer .highlightEditor .editToolbar{
18678
+ --editor-toolbar-colorpicker-arrow-image:url(images/toolbarButton-menuArrow.svg);
19046
18679
 
19047
18680
  transform-origin:center !important;
19048
- }
19049
-
19050
- .annotationEditorLayer .highlightEditor .editToolbar .buttons .colorPicker{
18681
+ }
18682
+ .superdoc-viewer .annotationEditorLayer .highlightEditor .editToolbar .buttons .colorPicker{
19051
18683
  position:relative;
19052
18684
  width:auto;
19053
18685
  display:flex;
@@ -19055,9 +18687,8 @@ body {
19055
18687
  align-items:center;
19056
18688
  gap:4px;
19057
18689
  padding:4px;
19058
- }
19059
-
19060
- .annotationEditorLayer .highlightEditor .editToolbar .buttons .colorPicker::after{
18690
+ }
18691
+ .superdoc-viewer .annotationEditorLayer .highlightEditor .editToolbar .buttons .colorPicker::after{
19061
18692
  content:"";
19062
18693
  -webkit-mask-image:var(--editor-toolbar-colorpicker-arrow-image);
19063
18694
  mask-image:var(--editor-toolbar-colorpicker-arrow-image);
@@ -19069,21 +18700,17 @@ body {
19069
18700
  background-color:var(--editor-toolbar-fg-color);
19070
18701
  width:12px;
19071
18702
  height:12px;
19072
- }
19073
-
19074
- .annotationEditorLayer .highlightEditor .editToolbar .buttons .colorPicker:hover::after{
18703
+ }
18704
+ .superdoc-viewer .annotationEditorLayer .highlightEditor .editToolbar .buttons .colorPicker:hover::after{
19075
18705
  background-color:var(--editor-toolbar-hover-fg-color);
19076
- }
19077
-
19078
- .annotationEditorLayer .highlightEditor .editToolbar .buttons .colorPicker:has(.dropdown:not(.hidden)){
18706
+ }
18707
+ .superdoc-viewer .annotationEditorLayer .highlightEditor .editToolbar .buttons .colorPicker:has(.dropdown:not(.hidden)){
19079
18708
  background-color:var(--editor-toolbar-hover-bg-color);
19080
- }
19081
-
19082
- .annotationEditorLayer .highlightEditor .editToolbar .buttons .colorPicker:has(.dropdown:not(.hidden))::after{
18709
+ }
18710
+ .superdoc-viewer .annotationEditorLayer .highlightEditor .editToolbar .buttons .colorPicker:has(.dropdown:not(.hidden))::after{
19083
18711
  scale:-1;
19084
- }
19085
-
19086
- .annotationEditorLayer .highlightEditor .editToolbar .buttons .colorPicker .dropdown{
18712
+ }
18713
+ .superdoc-viewer .annotationEditorLayer .highlightEditor .editToolbar .buttons .colorPicker .dropdown{
19087
18714
  position:absolute;
19088
18715
  display:flex;
19089
18716
  justify-content:center;
@@ -19097,9 +18724,8 @@ body {
19097
18724
  box-shadow:var(--editor-toolbar-shadow);
19098
18725
  inset-block-start:calc(100% + 4px);
19099
18726
  width:calc(100% + 2 * var(--editor-toolbar-padding));
19100
- }
19101
-
19102
- .annotationEditorLayer .highlightEditor .editToolbar .buttons .colorPicker .dropdown button{
18727
+ }
18728
+ .superdoc-viewer .annotationEditorLayer .highlightEditor .editToolbar .buttons .colorPicker .dropdown button{
19103
18729
  width:100%;
19104
18730
  height:auto;
19105
18731
  border:none;
@@ -19108,29 +18734,23 @@ body {
19108
18734
  justify-content:center;
19109
18735
  align-items:center;
19110
18736
  background:none;
19111
- }
19112
-
19113
- .annotationEditorLayer .highlightEditor .editToolbar .buttons .colorPicker .dropdown button:is(:active, :focus-visible){
18737
+ }
18738
+ .superdoc-viewer .annotationEditorLayer .highlightEditor .editToolbar .buttons .colorPicker .dropdown button:is(:active, :focus-visible){
19114
18739
  outline:none;
19115
- }
19116
-
19117
- .annotationEditorLayer .highlightEditor .editToolbar .buttons .colorPicker .dropdown button > .swatch{
18740
+ }
18741
+ .superdoc-viewer .annotationEditorLayer .highlightEditor .editToolbar .buttons .colorPicker .dropdown button > .swatch{
19118
18742
  outline-offset:2px;
19119
- }
19120
-
19121
- .annotationEditorLayer .highlightEditor .editToolbar .buttons .colorPicker .dropdown button[aria-selected="true"] > .swatch{
18743
+ }
18744
+ .superdoc-viewer .annotationEditorLayer .highlightEditor .editToolbar .buttons .colorPicker .dropdown button[aria-selected="true"] > .swatch{
19122
18745
  outline:2px solid var(--selected-outline-color);
19123
- }
19124
-
19125
- .annotationEditorLayer .highlightEditor .editToolbar .buttons .colorPicker .dropdown button:is(:hover, :active, :focus-visible) > .swatch{
18746
+ }
18747
+ .superdoc-viewer .annotationEditorLayer .highlightEditor .editToolbar .buttons .colorPicker .dropdown button:is(:hover, :active, :focus-visible) > .swatch{
19126
18748
  outline:2px solid var(--hover-outline-color);
19127
- }
19128
-
19129
- .editorParamsToolbar:has(#highlightParamsToolbarContainer){
18749
+ }
18750
+ .superdoc-viewer .editorParamsToolbar:has(#highlightParamsToolbarContainer){
19130
18751
  padding:unset;
19131
18752
  }
19132
-
19133
- #highlightParamsToolbarContainer{
18753
+ .superdoc-viewer #highlightParamsToolbarContainer{
19134
18754
  height:auto;
19135
18755
  padding-inline:10px;
19136
18756
  padding-block:10px 16px;
@@ -19139,28 +18759,24 @@ body {
19139
18759
  flex-direction:column;
19140
18760
  box-sizing:border-box;
19141
18761
  }
19142
-
19143
- #highlightParamsToolbarContainer .editorParamsLabel{
18762
+ .superdoc-viewer #highlightParamsToolbarContainer .editorParamsLabel{
19144
18763
  width:-moz-fit-content;
19145
18764
  width:fit-content;
19146
18765
  inset-inline-start:0;
19147
- }
19148
-
19149
- #highlightParamsToolbarContainer .colorPicker{
18766
+ }
18767
+ .superdoc-viewer #highlightParamsToolbarContainer .colorPicker{
19150
18768
  display:flex;
19151
18769
  flex-direction:column;
19152
18770
  gap:8px;
19153
- }
19154
-
19155
- #highlightParamsToolbarContainer .colorPicker .dropdown{
18771
+ }
18772
+ .superdoc-viewer #highlightParamsToolbarContainer .colorPicker .dropdown{
19156
18773
  display:flex;
19157
18774
  justify-content:space-between;
19158
18775
  align-items:center;
19159
18776
  flex-direction:row;
19160
18777
  height:auto;
19161
- }
19162
-
19163
- #highlightParamsToolbarContainer .colorPicker .dropdown button{
18778
+ }
18779
+ .superdoc-viewer #highlightParamsToolbarContainer .colorPicker .dropdown button{
19164
18780
  width:auto;
19165
18781
  height:auto;
19166
18782
  border:none;
@@ -19170,124 +18786,101 @@ body {
19170
18786
  align-items:center;
19171
18787
  background:none;
19172
18788
  flex:0 0 auto;
19173
- }
19174
-
19175
- #highlightParamsToolbarContainer .colorPicker .dropdown button .swatch{
18789
+ }
18790
+ .superdoc-viewer #highlightParamsToolbarContainer .colorPicker .dropdown button .swatch{
19176
18791
  width:24px;
19177
18792
  height:24px;
19178
- }
19179
-
19180
- #highlightParamsToolbarContainer .colorPicker .dropdown button:is(:active, :focus-visible){
18793
+ }
18794
+ .superdoc-viewer #highlightParamsToolbarContainer .colorPicker .dropdown button:is(:active, :focus-visible){
19181
18795
  outline:none;
19182
- }
19183
-
19184
- #highlightParamsToolbarContainer .colorPicker .dropdown button[aria-selected="true"] > .swatch{
18796
+ }
18797
+ .superdoc-viewer #highlightParamsToolbarContainer .colorPicker .dropdown button[aria-selected="true"] > .swatch{
19185
18798
  outline:2px solid var(--selected-outline-color);
19186
- }
19187
-
19188
- #highlightParamsToolbarContainer .colorPicker .dropdown button:is(:hover, :active, :focus-visible) > .swatch{
18799
+ }
18800
+ .superdoc-viewer #highlightParamsToolbarContainer .colorPicker .dropdown button:is(:hover, :active, :focus-visible) > .swatch{
19189
18801
  outline:2px solid var(--hover-outline-color);
19190
- }
19191
-
19192
- #highlightParamsToolbarContainer #editorHighlightThickness{
18802
+ }
18803
+ .superdoc-viewer #highlightParamsToolbarContainer #editorHighlightThickness{
19193
18804
  display:flex;
19194
18805
  flex-direction:column;
19195
18806
  align-items:center;
19196
18807
  gap:4px;
19197
18808
  align-self:stretch;
19198
- }
19199
-
19200
- #highlightParamsToolbarContainer #editorHighlightThickness .editorParamsLabel{
18809
+ }
18810
+ .superdoc-viewer #highlightParamsToolbarContainer #editorHighlightThickness .editorParamsLabel{
19201
18811
  width:100%;
19202
18812
  height:auto;
19203
18813
  align-self:stretch;
19204
- }
19205
-
19206
- #highlightParamsToolbarContainer #editorHighlightThickness .thicknessPicker{
18814
+ }
18815
+ .superdoc-viewer #highlightParamsToolbarContainer #editorHighlightThickness .thicknessPicker{
19207
18816
  display:flex;
19208
18817
  justify-content:space-between;
19209
18818
  align-items:center;
19210
18819
  align-self:stretch;
19211
18820
 
19212
18821
  --example-color:#bfbfc9;
19213
- }
19214
-
18822
+ }
19215
18823
  @media (prefers-color-scheme: dark){
19216
-
19217
- #highlightParamsToolbarContainer #editorHighlightThickness .thicknessPicker{
18824
+ .superdoc-viewer #highlightParamsToolbarContainer #editorHighlightThickness .thicknessPicker{
19218
18825
  --example-color:#80808e;
19219
- }
19220
- }
19221
-
18826
+ }
18827
+ }
19222
18828
  @media screen and (forced-colors: active){
19223
-
19224
- #highlightParamsToolbarContainer #editorHighlightThickness .thicknessPicker{
18829
+ .superdoc-viewer #highlightParamsToolbarContainer #editorHighlightThickness .thicknessPicker{
19225
18830
  --example-color:CanvasText;
19226
- }
19227
- }
19228
-
19229
- :is(#highlightParamsToolbarContainer #editorHighlightThickness .thicknessPicker > .editorParamsSlider[disabled]){
18831
+ }
18832
+ }
18833
+ .superdoc-viewer :is(#highlightParamsToolbarContainer #editorHighlightThickness .thicknessPicker > .editorParamsSlider[disabled]){
19230
18834
  opacity:0.4;
19231
- }
19232
-
19233
- #highlightParamsToolbarContainer #editorHighlightThickness .thicknessPicker::before,
19234
- #highlightParamsToolbarContainer #editorHighlightThickness .thicknessPicker::after{
18835
+ }
18836
+ .superdoc-viewer #highlightParamsToolbarContainer #editorHighlightThickness .thicknessPicker::before,
18837
+ .superdoc-viewer #highlightParamsToolbarContainer #editorHighlightThickness .thicknessPicker::after{
19235
18838
  content:"";
19236
18839
  width:8px;
19237
18840
  aspect-ratio:1;
19238
18841
  display:block;
19239
18842
  border-radius:100%;
19240
18843
  background-color:var(--example-color);
19241
- }
19242
-
19243
- #highlightParamsToolbarContainer #editorHighlightThickness .thicknessPicker::after{
18844
+ }
18845
+ .superdoc-viewer #highlightParamsToolbarContainer #editorHighlightThickness .thicknessPicker::after{
19244
18846
  width:24px;
19245
- }
19246
-
19247
- #highlightParamsToolbarContainer #editorHighlightThickness .thicknessPicker .editorParamsSlider{
18847
+ }
18848
+ .superdoc-viewer #highlightParamsToolbarContainer #editorHighlightThickness .thicknessPicker .editorParamsSlider{
19248
18849
  width:unset;
19249
18850
  height:14px;
19250
- }
19251
-
19252
- #highlightParamsToolbarContainer #editorHighlightVisibility{
18851
+ }
18852
+ .superdoc-viewer #highlightParamsToolbarContainer #editorHighlightVisibility{
19253
18853
  display:flex;
19254
18854
  flex-direction:column;
19255
18855
  align-items:flex-start;
19256
18856
  gap:8px;
19257
18857
  align-self:stretch;
19258
- }
19259
-
19260
- #highlightParamsToolbarContainer #editorHighlightVisibility .divider{
18858
+ }
18859
+ .superdoc-viewer #highlightParamsToolbarContainer #editorHighlightVisibility .divider{
19261
18860
  --divider-color:#d7d7db;
19262
18861
 
19263
18862
  margin-block:4px;
19264
18863
  width:100%;
19265
18864
  height:1px;
19266
18865
  background-color:var(--divider-color);
19267
- }
19268
-
18866
+ }
19269
18867
  @media (prefers-color-scheme: dark){
19270
-
19271
- #highlightParamsToolbarContainer #editorHighlightVisibility .divider{
18868
+ .superdoc-viewer #highlightParamsToolbarContainer #editorHighlightVisibility .divider{
19272
18869
  --divider-color:#8f8f9d;
19273
- }
19274
- }
19275
-
18870
+ }
18871
+ }
19276
18872
  @media screen and (forced-colors: active){
19277
-
19278
- #highlightParamsToolbarContainer #editorHighlightVisibility .divider{
18873
+ .superdoc-viewer #highlightParamsToolbarContainer #editorHighlightVisibility .divider{
19279
18874
  --divider-color:CanvasText;
19280
- }
19281
- }
19282
-
19283
- #highlightParamsToolbarContainer #editorHighlightVisibility .toggler{
18875
+ }
18876
+ }
18877
+ .superdoc-viewer #highlightParamsToolbarContainer #editorHighlightVisibility .toggler{
19284
18878
  display:flex;
19285
18879
  justify-content:space-between;
19286
18880
  align-items:center;
19287
18881
  align-self:stretch;
19288
- }
19289
-
19290
- :root{
18882
+ }
18883
+ .superdoc-viewer :root{
19291
18884
  --viewer-container-height:0;
19292
18885
  --pdfViewer-padding-bottom:0;
19293
18886
  --page-margin:1px auto -8px;
@@ -19295,28 +18888,25 @@ body {
19295
18888
  --spreadHorizontalWrapped-margin-LR:-3.5px;
19296
18889
  --loading-icon-delay:400ms;
19297
18890
  }
19298
-
19299
18891
  @media screen and (forced-colors: active){
19300
- :root{
18892
+ .superdoc-viewer :root{
19301
18893
  --pdfViewer-padding-bottom:9px;
19302
18894
  --page-margin:8px auto -1px;
19303
18895
  --page-border:1px solid CanvasText;
19304
18896
  --spreadHorizontalWrapped-margin-LR:3.5px;
19305
- }
19306
18897
  }
19307
-
19308
- [data-main-rotation="90"]{
18898
+ }
18899
+ .superdoc-viewer [data-main-rotation="90"]{
19309
18900
  transform:rotate(90deg) translateY(-100%);
19310
18901
  }
19311
- [data-main-rotation="180"]{
18902
+ .superdoc-viewer [data-main-rotation="180"]{
19312
18903
  transform:rotate(180deg) translate(-100%, -100%);
19313
18904
  }
19314
- [data-main-rotation="270"]{
18905
+ .superdoc-viewer [data-main-rotation="270"]{
19315
18906
  transform:rotate(270deg) translateX(-100%);
19316
18907
  }
19317
-
19318
- #hiddenCopyElement,
19319
- .hiddenCanvasElement{
18908
+ .superdoc-viewer #hiddenCopyElement,
18909
+ .superdoc-viewer .hiddenCanvasElement{
19320
18910
  position:absolute;
19321
18911
  top:0;
19322
18912
  left:0;
@@ -19324,8 +18914,7 @@ body {
19324
18914
  height:0;
19325
18915
  display:none;
19326
18916
  }
19327
-
19328
- .pdfViewer{
18917
+ .superdoc-viewer .pdfViewer{
19329
18918
  --scale-factor:1;
19330
18919
 
19331
18920
  padding-bottom:var(--pdfViewer-padding-bottom);
@@ -19333,39 +18922,31 @@ body {
19333
18922
  --hcm-highlight-filter:none;
19334
18923
  --hcm-highlight-selected-filter:none;
19335
18924
  }
19336
-
19337
18925
  @media screen and (forced-colors: active){
19338
-
19339
- .pdfViewer{
18926
+ .superdoc-viewer .pdfViewer{
19340
18927
  --hcm-highlight-filter:invert(100%);
19341
18928
  }
19342
- }
19343
-
19344
- .pdfViewer .canvasWrapper{
18929
+ }
18930
+ .superdoc-viewer .pdfViewer .canvasWrapper{
19345
18931
  overflow:hidden;
19346
18932
  width:100%;
19347
18933
  height:100%;
19348
- }
19349
-
19350
- .pdfViewer .canvasWrapper canvas{
18934
+ }
18935
+ .superdoc-viewer .pdfViewer .canvasWrapper canvas{
19351
18936
  margin:0;
19352
18937
  display:block;
19353
- }
19354
-
19355
- .pdfViewer .canvasWrapper canvas[hidden]{
18938
+ }
18939
+ .superdoc-viewer .pdfViewer .canvasWrapper canvas[hidden]{
19356
18940
  display:none;
19357
- }
19358
-
19359
- .pdfViewer .canvasWrapper canvas[zooming]{
18941
+ }
18942
+ .superdoc-viewer .pdfViewer .canvasWrapper canvas[zooming]{
19360
18943
  width:100%;
19361
18944
  height:100%;
19362
- }
19363
-
19364
- .pdfViewer .canvasWrapper canvas .structTree{
18945
+ }
18946
+ .superdoc-viewer .pdfViewer .canvasWrapper canvas .structTree{
19365
18947
  contain:strict;
19366
- }
19367
-
19368
- .pdfViewer .page{
18948
+ }
18949
+ .superdoc-viewer .pdfViewer .page{
19369
18950
  direction:ltr;
19370
18951
  width:816px;
19371
18952
  height:1056px;
@@ -19376,113 +18957,94 @@ body {
19376
18957
  background-clip:content-box;
19377
18958
  background-color:rgb(255 255 255);
19378
18959
  }
19379
-
19380
- .pdfViewer .dummyPage{
18960
+ .superdoc-viewer .pdfViewer .dummyPage{
19381
18961
  position:relative;
19382
18962
  width:0;
19383
18963
  height:var(--viewer-container-height);
19384
18964
  }
19385
-
19386
- .pdfViewer.noUserSelect{
18965
+ .superdoc-viewer .pdfViewer.noUserSelect{
19387
18966
  -webkit-user-select:none;
19388
18967
  -moz-user-select:none;
19389
18968
  user-select:none;
19390
18969
  }
19391
-
19392
- .pdfViewer.removePageBorders .page{
18970
+ .superdoc-viewer .pdfViewer.removePageBorders .page{
19393
18971
  margin:0 auto 10px;
19394
18972
  border:none;
19395
18973
  }
19396
-
19397
- .pdfViewer.singlePageView{
18974
+ .superdoc-viewer .pdfViewer.singlePageView{
19398
18975
  display:inline-block;
19399
18976
  }
19400
-
19401
- .pdfViewer.singlePageView .page{
18977
+ .superdoc-viewer .pdfViewer.singlePageView .page{
19402
18978
  margin:0;
19403
18979
  border:none;
19404
18980
  }
19405
-
19406
- .pdfViewer:is(.scrollHorizontal, .scrollWrapped),
19407
- .spread{
18981
+ .superdoc-viewer .pdfViewer:is(.scrollHorizontal, .scrollWrapped), .superdoc-viewer .spread{
19408
18982
  margin-inline:3.5px;
19409
18983
  text-align:center;
19410
18984
  }
19411
-
19412
- .pdfViewer.scrollHorizontal,
19413
- .spread{
18985
+ .superdoc-viewer .pdfViewer.scrollHorizontal,
18986
+ .superdoc-viewer .spread{
19414
18987
  white-space:nowrap;
19415
18988
  }
19416
-
19417
- .pdfViewer.removePageBorders,
19418
- .pdfViewer:is(.scrollHorizontal, .scrollWrapped) .spread{
18989
+ .superdoc-viewer .pdfViewer.removePageBorders,
18990
+ .superdoc-viewer .pdfViewer:is(.scrollHorizontal, .scrollWrapped) .spread{
19419
18991
  margin-inline:0;
19420
18992
  }
19421
-
19422
- .spread :is(.page, .dummyPage),
19423
- .pdfViewer:is(.scrollHorizontal, .scrollWrapped) :is(.page, .spread){
18993
+ .superdoc-viewer .spread :is(.page, .dummyPage), .superdoc-viewer .pdfViewer:is(.scrollHorizontal, .scrollWrapped) :is(.page, .spread){
19424
18994
  display:inline-block;
19425
18995
  vertical-align:middle;
19426
18996
  }
19427
-
19428
- .spread .page,
19429
- .pdfViewer:is(.scrollHorizontal, .scrollWrapped) .page{
18997
+ .superdoc-viewer .spread .page,
18998
+ .superdoc-viewer .pdfViewer:is(.scrollHorizontal, .scrollWrapped) .page{
19430
18999
  margin-inline:var(--spreadHorizontalWrapped-margin-LR);
19431
19000
  }
19432
-
19433
- .pdfViewer.removePageBorders .spread .page,
19434
- .pdfViewer.removePageBorders:is(.scrollHorizontal, .scrollWrapped) .page{
19001
+ .superdoc-viewer .pdfViewer.removePageBorders .spread .page,
19002
+ .superdoc-viewer .pdfViewer.removePageBorders:is(.scrollHorizontal, .scrollWrapped) .page{
19435
19003
  margin-inline:5px;
19436
19004
  }
19437
-
19438
- .pdfViewer .page.loadingIcon::after{
19005
+ .superdoc-viewer .pdfViewer .page.loadingIcon::after{
19439
19006
  position:absolute;
19440
19007
  top:0;
19441
19008
  left:0;
19442
19009
  content:"";
19443
19010
  width:100%;
19444
19011
  height:100%;
19445
- background:url("data:image/gif;base64,R0lGODlhGAAYAPQAAP///wAAAM7Ozvr6+uDg4LCwsOjo6I6OjsjIyJycnNjY2KioqMDAwPLy8nZ2doaGhri4uGhoaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJBwAAACwAAAAAGAAYAAAFriAgjiQAQWVaDgr5POSgkoTDjFE0NoQ8iw8HQZQTDQjDn4jhSABhAAOhoTqSDg7qSUQwxEaEwwFhXHhHgzOA1xshxAnfTzotGRaHglJqkJcaVEqCgyoCBQkJBQKDDXQGDYaIioyOgYSXA36XIgYMBWRzXZoKBQUMmil0lgalLSIClgBpO0g+s26nUWddXyoEDIsACq5SsTMMDIECwUdJPw0Mzsu0qHYkw72bBmozIQAh+QQJBwAAACwAAAAAGAAYAAAFsCAgjiTAMGVaDgR5HKQwqKNxIKPjjFCk0KNXC6ATKSI7oAhxWIhezwhENTCQEoeGCdWIPEgzESGxEIgGBWstEW4QCGGAIJEoxGmGt5ZkgCRQQHkGd2CESoeIIwoMBQUMP4cNeQQGDYuNj4iSb5WJnmeGng0CDGaBlIQEJziHk3sABidDAHBgagButSKvAAoyuHuUYHgCkAZqebw0AgLBQyyzNKO3byNuoSS8x8OfwIchACH5BAkHAAAALAAAAAAYABgAAAW4ICCOJIAgZVoOBJkkpDKoo5EI43GMjNPSokXCINKJCI4HcCRIQEQvqIOhGhBHhUTDhGo4diOZyFAoKEQDxra2mAEgjghOpCgz3LTBIxJ5kgwMBShACREHZ1V4Kg1rS44pBAgMDAg/Sw0GBAQGDZGTlY+YmpyPpSQDiqYiDQoCliqZBqkGAgKIS5kEjQ21VwCyp76dBHiNvz+MR74AqSOdVwbQuo+abppo10ssjdkAnc0rf8vgl8YqIQAh+QQJBwAAACwAAAAAGAAYAAAFrCAgjiQgCGVaDgZZFCQxqKNRKGOSjMjR0qLXTyciHA7AkaLACMIAiwOC1iAxCrMToHHYjWQiA4NBEA0Q1RpWxHg4cMXxNDk4OBxNUkPAQAEXDgllKgMzQA1pSYopBgonCj9JEA8REQ8QjY+RQJOVl4ugoYssBJuMpYYjDQSliwasiQOwNakALKqsqbWvIohFm7V6rQAGP6+JQLlFg7KDQLKJrLjBKbvAor3IKiEAIfkECQcAAAAsAAAAABgAGAAABbUgII4koChlmhokw5DEoI4NQ4xFMQoJO4uuhignMiQWvxGBIQC+AJBEUyUcIRiyE6CR0CllW4HABxBURTUw4nC4FcWo5CDBRpQaCoF7VjgsyCUDYDMNZ0mHdwYEBAaGMwwHDg4HDA2KjI4qkJKUiJ6faJkiA4qAKQkRB3E0i6YpAw8RERAjA4tnBoMApCMQDhFTuySKoSKMJAq6rD4GzASiJYtgi6PUcs9Kew0xh7rNJMqIhYchACH5BAkHAAAALAAAAAAYABgAAAW0ICCOJEAQZZo2JIKQxqCOjWCMDDMqxT2LAgELkBMZCoXfyCBQiFwiRsGpku0EshNgUNAtrYPT0GQVNRBWwSKBMp98P24iISgNDAS4ipGA6JUpA2WAhDR4eWM/CAkHBwkIDYcGiTOLjY+FmZkNlCN3eUoLDmwlDW+AAwcODl5bYl8wCVYMDw5UWzBtnAANEQ8kBIM0oAAGPgcREIQnVloAChEOqARjzgAQEbczg8YkWJq8nSUhACH5BAkHAAAALAAAAAAYABgAAAWtICCOJGAYZZoOpKKQqDoORDMKwkgwtiwSBBYAJ2owGL5RgxBziQQMgkwoMkhNqAEDARPSaiMDFdDIiRSFQowMXE8Z6RdpYHWnEAWGPVkajPmARVZMPUkCBQkJBQINgwaFPoeJi4GVlQ2Qc3VJBQcLV0ptfAMJBwdcIl+FYjALQgimoGNWIhAQZA4HXSpLMQ8PIgkOSHxAQhERPw7ASTSFyCMMDqBTJL8tf3y2fCEAIfkECQcAAAAsAAAAABgAGAAABa8gII4k0DRlmg6kYZCoOg5EDBDEaAi2jLO3nEkgkMEIL4BLpBAkVy3hCTAQKGAznM0AFNFGBAbj2cA9jQixcGZAGgECBu/9HnTp+FGjjezJFAwFBQwKe2Z+KoCChHmNjVMqA21nKQwJEJRlbnUFCQlFXlpeCWcGBUACCwlrdw8RKGImBwktdyMQEQciB7oACwcIeA4RVwAODiIGvHQKERAjxyMIB5QlVSTLYLZ0sW8hACH5BAkHAAAALAAAAAAYABgAAAW0ICCOJNA0ZZoOpGGQrDoOBCoSxNgQsQzgMZyIlvOJdi+AS2SoyXrK4umWPM5wNiV0UDUIBNkdoepTfMkA7thIECiyRtUAGq8fm2O4jIBgMBA1eAZ6Knx+gHaJR4QwdCMKBxEJRggFDGgQEREPjjAMBQUKIwIRDhBDC2QNDDEKoEkDoiMHDigICGkJBS2dDA6TAAnAEAkCdQ8ORQcHTAkLcQQODLPMIgIJaCWxJMIkPIoAt3EhACH5BAkHAAAALAAAAAAYABgAAAWtICCOJNA0ZZoOpGGQrDoOBCoSxNgQsQzgMZyIlvOJdi+AS2SoyXrK4umWHM5wNiV0UN3xdLiqr+mENcWpM9TIbrsBkEck8oC0DQqBQGGIz+t3eXtob0ZTPgNrIwQJDgtGAgwCWSIMDg4HiiUIDAxFAAoODwxDBWINCEGdSTQkCQcoegADBaQ6MggHjwAFBZUFCm0HB0kJCUy9bAYHCCPGIwqmRq0jySMGmj6yRiEAIfkECQcAAAAsAAAAABgAGAAABbIgII4k0DRlmg6kYZCsOg4EKhLE2BCxDOAxnIiW84l2L4BLZKipBopW8XRLDkeCiAMyMvQAA+uON4JEIo+vqukkKQ6RhLHplVGN+LyKcXA4Dgx5DWwGDXx+gIKENnqNdzIDaiMECwcFRgQCCowiCAcHCZIlCgICVgSfCEMMnA0CXaU2YSQFoQAKUQMMqjoyAglcAAyBAAIMRUYLCUkFlybDeAYJryLNk6xGNCTQXY0juHghACH5BAkHAAAALAAAAAAYABgAAAWzICCOJNA0ZVoOAmkY5KCSSgSNBDE2hDyLjohClBMNij8RJHIQvZwEVOpIekRQJyJs5AMoHA+GMbE1lnm9EcPhOHRnhpwUl3AsknHDm5RN+v8qCAkHBwkIfw1xBAYNgoSGiIqMgJQifZUjBhAJYj95ewIJCQV7KYpzBAkLLQADCHOtOpY5PgNlAAykAEUsQ1wzCgWdCIdeArczBQVbDJ0NAqyeBb64nQAGArBTt8R8mLuyPyEAOwAAAAAAAAAAAA==") center no-repeat;
19012
+ background:url("images/loading-icon.gif") center no-repeat;
19446
19013
  display:none;
19447
19014
  transition-property:display;
19448
19015
  transition-delay:var(--loading-icon-delay);
19449
19016
  z-index:5;
19450
19017
  contain:strict;
19451
19018
  }
19452
-
19453
- .pdfViewer .page.loading::after{
19019
+ .superdoc-viewer .pdfViewer .page.loading::after{
19454
19020
  display:block;
19455
19021
  }
19456
-
19457
- .pdfViewer .page:not(.loading)::after{
19022
+ .superdoc-viewer .pdfViewer .page:not(.loading)::after{
19458
19023
  transition-property:none;
19459
19024
  display:none;
19460
19025
  }
19461
-
19462
- .pdfPresentationMode .pdfViewer{
19026
+ .superdoc-viewer .pdfPresentationMode .pdfViewer{
19463
19027
  padding-bottom:0;
19464
19028
  }
19465
-
19466
- .pdfPresentationMode .spread{
19029
+ .superdoc-viewer .pdfPresentationMode .spread{
19467
19030
  margin:0;
19468
19031
  }
19469
-
19470
- .pdfPresentationMode .pdfViewer .page{
19032
+ .superdoc-viewer .pdfPresentationMode .pdfViewer .page{
19471
19033
  margin:0 auto;
19472
19034
  border:2px solid transparent;
19473
19035
  }
19474
-
19475
- .pdf-page {
19036
+ .superdoc-viewer{
19037
+
19476
19038
  position: relative;
19477
- border: 1px solid #DFDFDF;
19478
- margin-bottom: var(--page-spacing);
19479
- width: fit-content;
19480
19039
  }
19481
- .textLayer {
19482
- z-index: 2;
19040
+ .superdoc-viewer .pdf-page {
19041
+ position: relative;
19042
+ border: 1px solid #DFDFDF;
19043
+ margin-bottom: var(--page-spacing);
19044
+ width: fit-content;
19483
19045
  }
19484
- .viewer {
19485
- position: relative;
19046
+ .superdoc-viewer .textLayer {
19047
+ z-index: 2;
19486
19048
  }
19487
19049
 
19488
19050
  .comment-doc[data-v-ddeee1a6] {