@syncfusion/ej2-react-pdfviewer 25.2.7 → 26.1.35

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.
Files changed (45) hide show
  1. package/dist/ej2-react-pdfviewer.min.js +2 -2
  2. package/dist/ej2-react-pdfviewer.umd.min.js +2 -2
  3. package/dist/ej2-react-pdfviewer.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-react-pdfviewer.es2015.js +4 -4
  5. package/dist/es6/ej2-react-pdfviewer.es2015.js.map +1 -1
  6. package/package.json +9 -9
  7. package/styles/bootstrap-dark.css +3713 -1
  8. package/styles/bootstrap.css +3722 -1
  9. package/styles/bootstrap4.css +4063 -1
  10. package/styles/bootstrap5-dark.css +4073 -1
  11. package/styles/bootstrap5.css +4073 -1
  12. package/styles/fabric-dark.css +3721 -1
  13. package/styles/fabric.css +3736 -1
  14. package/styles/fluent-dark.css +3998 -1
  15. package/styles/fluent.css +3998 -1
  16. package/styles/fluent2.css +5062 -0
  17. package/styles/fluent2.scss +1 -0
  18. package/styles/highcontrast-light.css +3711 -1
  19. package/styles/highcontrast.css +3732 -1
  20. package/styles/material-dark.css +3714 -1
  21. package/styles/material.css +3721 -1
  22. package/styles/material3-dark.css +4005 -1
  23. package/styles/material3.css +4117 -1
  24. package/styles/pdfviewer/bootstrap-dark.css +3713 -1
  25. package/styles/pdfviewer/bootstrap.css +3722 -1
  26. package/styles/pdfviewer/bootstrap4.css +4063 -1
  27. package/styles/pdfviewer/bootstrap5-dark.css +4073 -1
  28. package/styles/pdfviewer/bootstrap5.css +4073 -1
  29. package/styles/pdfviewer/fabric-dark.css +3721 -1
  30. package/styles/pdfviewer/fabric.css +3736 -1
  31. package/styles/pdfviewer/fluent-dark.css +3998 -1
  32. package/styles/pdfviewer/fluent.css +3998 -1
  33. package/styles/pdfviewer/fluent2.css +5062 -0
  34. package/styles/pdfviewer/fluent2.scss +1 -0
  35. package/styles/pdfviewer/highcontrast-light.css +3711 -1
  36. package/styles/pdfviewer/highcontrast.css +3732 -1
  37. package/styles/pdfviewer/material-dark.css +3714 -1
  38. package/styles/pdfviewer/material.css +3721 -1
  39. package/styles/pdfviewer/material3-dark.css +4005 -1
  40. package/styles/pdfviewer/material3.css +4117 -1
  41. package/styles/pdfviewer/tailwind-dark.css +3764 -1
  42. package/styles/pdfviewer/tailwind.css +3765 -1
  43. package/styles/tailwind-dark.css +3764 -1
  44. package/styles/tailwind.css +3765 -1
  45. package/CHANGELOG.md +0 -2546
@@ -1 +1,4117 @@
1
- @import '@syncfusion/ej2-pdfviewer/styles/material3.css';
1
+ :root {
2
+ --color-sf-black: 0, 0, 0;
3
+ --color-sf-white: 255, 255, 255;
4
+ --color-sf-primary: 103, 80, 164;
5
+ --color-sf-primary-container: 234, 221, 255;
6
+ --color-sf-secondary: 98, 91, 113;
7
+ --color-sf-secondary-container: 232, 222, 248;
8
+ --color-sf-tertiary: 125, 82, 96;
9
+ --color-sf-tertiary-container: 255, 216, 228;
10
+ --color-sf-surface: 255, 255, 255;
11
+ --color-sf-surface-variant: 231, 224, 236;
12
+ --color-sf-background: var(--color-sf-surface);
13
+ --color-sf-on-primary: 255, 255, 255;
14
+ --color-sf-on-primary-container: 33, 0, 94;
15
+ --color-sf-on-secondary: 255, 255, 255;
16
+ --color-sf-on-secondary-container: 30, 25, 43;
17
+ --color-sf-on-tertiary: 255, 255, 255;
18
+ --color-sf-on-tertiary-containe: 55, 11, 30;
19
+ --color-sf-on-surface: 28, 27, 31;
20
+ --color-sf-on-surface-variant: 73, 69, 78;
21
+ --color-sf-on-background: 28, 27, 31;
22
+ --color-sf-outline: 121, 116, 126;
23
+ --color-sf-outline-variant: 196, 199, 197;
24
+ --color-sf-shadow: 0, 0, 0;
25
+ --color-sf-surface-tint-color: 103, 80, 164;
26
+ --color-sf-inverse-surface: 49, 48, 51;
27
+ --color-sf-inverse-on-surface: 244, 239, 244;
28
+ --color-sf-inverse-primary: 208, 188, 255;
29
+ --color-sf-scrim: 0, 0, 0;
30
+ --color-sf-error: 179, 38, 30;
31
+ --color-sf-error-container: 249, 222, 220;
32
+ --color-sf-on-error: 255, 250, 250;
33
+ --color-sf-on-error-container: 65, 14, 11;
34
+ --color-sf-success: 32, 81, 7;
35
+ --color-sf-success-container: 209, 255, 186;
36
+ --color-sf-on-success: 244, 255, 239;
37
+ --color-sf-on-success-container: 13, 39, 0;
38
+ --color-sf-info: 1, 87, 155;
39
+ --color-sf-info-container: 233, 245, 255;
40
+ --color-sf-on-info: 250, 253, 255;
41
+ --color-sf-on-info-container: 0, 51, 91;
42
+ --color-sf-warning: 145, 76, 0;
43
+ --color-sf-warning-container: 254, 236, 222;
44
+ --color-sf-on-warning: 255, 255, 255;
45
+ --color-sf-on-warning-container: 47, 21, 0;
46
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
47
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
48
+ --color-sf-diagram-palette-background: --color-sf-white;
49
+ --color-sf-success-text: 255, 255, 255;
50
+ --color-sf-warning-text: 255, 255, 255;
51
+ --color-sf-danger-text: 255, 255, 255;
52
+ --color-sf-info-text: 255, 255, 255;
53
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
54
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
55
+ }
56
+
57
+ .e-dark-mode {
58
+ --color-sf-black: 0, 0, 0;
59
+ --color-sf-white: 255, 255, 255;
60
+ --color-sf-primary: 208, 188, 255;
61
+ --color-sf-primary-container: 79, 55, 139;
62
+ --color-sf-secondary: 204, 194, 220;
63
+ --color-sf-secondary-container: 74, 68, 88;
64
+ --color-sf-tertiary: 239, 184, 200;
65
+ --color-sf-tertiary-container: 99, 59, 72;
66
+ --color-sf-surface: 28, 27, 31;
67
+ --color-sf-surface-variant: 28, 27, 31;
68
+ --color-sf-background: var(--color-sf-surface);
69
+ --color-sf-on-primary: 55, 30, 115;
70
+ --color-sf-on-primary-container: 234, 221, 255;
71
+ --color-sf-on-secondary: 51, 45, 65;
72
+ --color-sf-on-secondary-container: 232, 222, 248;
73
+ --color-sf-on-tertiary: 73, 37, 50;
74
+ --color-sf-on-tertiary-containe: 255, 216, 228;
75
+ --color-sf-on-surface: 230, 225, 229;
76
+ --color-sf-on-surface-variant: 202, 196, 208;
77
+ --color-sf-on-background: 230, 225, 229;
78
+ --color-sf-outline: 147, 143, 153;
79
+ --color-sf-outline-variant: 68, 71, 70;
80
+ --color-sf-shadow: 0, 0, 0;
81
+ --color-sf-surface-tint-color: 208, 188, 255;
82
+ --color-sf-inverse-surface: 230, 225, 229;
83
+ --color-sf-inverse-on-surface: 49, 48, 51;
84
+ --color-sf-inverse-primary: 103, 80, 164;
85
+ --color-sf-scrim: 0, 0, 0;
86
+ --color-sf-error: 242, 184, 181;
87
+ --color-sf-error-container: 140, 29, 24;
88
+ --color-sf-on-error: 96, 20, 16;
89
+ --color-sf-on-error-container: 249, 222, 220;
90
+ --color-sf-success: 83, 202, 23;
91
+ --color-sf-success-container: 22, 62, 2;
92
+ --color-sf-on-success: 13, 39, 0;
93
+ --color-sf-on-success-container: 183, 250, 150;
94
+ --color-sf-info: 71, 172, 251;
95
+ --color-sf-info-container: 0, 67, 120;
96
+ --color-sf-on-info: 0, 51, 91;
97
+ --color-sf-on-info-container: 173, 219, 255;
98
+ --color-sf-warning: 245, 180, 130;
99
+ --color-sf-warning-container: 123, 65, 0;
100
+ --color-sf-on-warning: 99, 52, 0;
101
+ --color-sf-on-warning-container: 255, 220, 193;
102
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
103
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
104
+ --color-sf-success-text: 0, 0, 0;
105
+ --color-sf-warning-text: 0, 0, 0;
106
+ --color-sf-info-text: 0, 0, 0;
107
+ --color-sf-danger-text: 0, 0, 0;
108
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
109
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
110
+ }
111
+
112
+ :root {
113
+ --color-sf-black: 0, 0, 0;
114
+ --color-sf-white: 255, 255, 255;
115
+ --color-sf-primary: 103, 80, 164;
116
+ --color-sf-primary-container: 234, 221, 255;
117
+ --color-sf-secondary: 98, 91, 113;
118
+ --color-sf-secondary-container: 232, 222, 248;
119
+ --color-sf-tertiary: 125, 82, 96;
120
+ --color-sf-tertiary-container: 255, 216, 228;
121
+ --color-sf-surface: 255, 255, 255;
122
+ --color-sf-surface-variant: 231, 224, 236;
123
+ --color-sf-background: var(--color-sf-surface);
124
+ --color-sf-on-primary: 255, 255, 255;
125
+ --color-sf-on-primary-container: 33, 0, 94;
126
+ --color-sf-on-secondary: 255, 255, 255;
127
+ --color-sf-on-secondary-container: 30, 25, 43;
128
+ --color-sf-on-tertiary: 255, 255, 255;
129
+ --color-sf-on-tertiary-containe: 55, 11, 30;
130
+ --color-sf-on-surface: 28, 27, 31;
131
+ --color-sf-on-surface-variant: 73, 69, 78;
132
+ --color-sf-on-background: 28, 27, 31;
133
+ --color-sf-outline: 121, 116, 126;
134
+ --color-sf-outline-variant: 196, 199, 197;
135
+ --color-sf-shadow: 0, 0, 0;
136
+ --color-sf-surface-tint-color: 103, 80, 164;
137
+ --color-sf-inverse-surface: 49, 48, 51;
138
+ --color-sf-inverse-on-surface: 244, 239, 244;
139
+ --color-sf-inverse-primary: 208, 188, 255;
140
+ --color-sf-scrim: 0, 0, 0;
141
+ --color-sf-error: 179, 38, 30;
142
+ --color-sf-error-container: 249, 222, 220;
143
+ --color-sf-on-error: 255, 250, 250;
144
+ --color-sf-on-error-container: 65, 14, 11;
145
+ --color-sf-success: 32, 81, 7;
146
+ --color-sf-success-container: 209, 255, 186;
147
+ --color-sf-on-success: 244, 255, 239;
148
+ --color-sf-on-success-container: 13, 39, 0;
149
+ --color-sf-info: 1, 87, 155;
150
+ --color-sf-info-container: 233, 245, 255;
151
+ --color-sf-on-info: 250, 253, 255;
152
+ --color-sf-on-info-container: 0, 51, 91;
153
+ --color-sf-warning: 145, 76, 0;
154
+ --color-sf-warning-container: 254, 236, 222;
155
+ --color-sf-on-warning: 255, 255, 255;
156
+ --color-sf-on-warning-container: 47, 21, 0;
157
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
158
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
159
+ --color-sf-diagram-palette-background: --color-sf-white;
160
+ --color-sf-success-text: 255, 255, 255;
161
+ --color-sf-warning-text: 255, 255, 255;
162
+ --color-sf-danger-text: 255, 255, 255;
163
+ --color-sf-info-text: 255, 255, 255;
164
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
165
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
166
+ }
167
+
168
+ .e-dark-mode {
169
+ --color-sf-black: 0, 0, 0;
170
+ --color-sf-white: 255, 255, 255;
171
+ --color-sf-primary: 208, 188, 255;
172
+ --color-sf-primary-container: 79, 55, 139;
173
+ --color-sf-secondary: 204, 194, 220;
174
+ --color-sf-secondary-container: 74, 68, 88;
175
+ --color-sf-tertiary: 239, 184, 200;
176
+ --color-sf-tertiary-container: 99, 59, 72;
177
+ --color-sf-surface: 28, 27, 31;
178
+ --color-sf-surface-variant: 28, 27, 31;
179
+ --color-sf-background: var(--color-sf-surface);
180
+ --color-sf-on-primary: 55, 30, 115;
181
+ --color-sf-on-primary-container: 234, 221, 255;
182
+ --color-sf-on-secondary: 51, 45, 65;
183
+ --color-sf-on-secondary-container: 232, 222, 248;
184
+ --color-sf-on-tertiary: 73, 37, 50;
185
+ --color-sf-on-tertiary-containe: 255, 216, 228;
186
+ --color-sf-on-surface: 230, 225, 229;
187
+ --color-sf-on-surface-variant: 202, 196, 208;
188
+ --color-sf-on-background: 230, 225, 229;
189
+ --color-sf-outline: 147, 143, 153;
190
+ --color-sf-outline-variant: 68, 71, 70;
191
+ --color-sf-shadow: 0, 0, 0;
192
+ --color-sf-surface-tint-color: 208, 188, 255;
193
+ --color-sf-inverse-surface: 230, 225, 229;
194
+ --color-sf-inverse-on-surface: 49, 48, 51;
195
+ --color-sf-inverse-primary: 103, 80, 164;
196
+ --color-sf-scrim: 0, 0, 0;
197
+ --color-sf-error: 242, 184, 181;
198
+ --color-sf-error-container: 140, 29, 24;
199
+ --color-sf-on-error: 96, 20, 16;
200
+ --color-sf-on-error-container: 249, 222, 220;
201
+ --color-sf-success: 83, 202, 23;
202
+ --color-sf-success-container: 22, 62, 2;
203
+ --color-sf-on-success: 13, 39, 0;
204
+ --color-sf-on-success-container: 183, 250, 150;
205
+ --color-sf-info: 71, 172, 251;
206
+ --color-sf-info-container: 0, 67, 120;
207
+ --color-sf-on-info: 0, 51, 91;
208
+ --color-sf-on-info-container: 173, 219, 255;
209
+ --color-sf-warning: 245, 180, 130;
210
+ --color-sf-warning-container: 123, 65, 0;
211
+ --color-sf-on-warning: 99, 52, 0;
212
+ --color-sf-on-warning-container: 255, 220, 193;
213
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
214
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
215
+ --color-sf-success-text: 0, 0, 0;
216
+ --color-sf-warning-text: 0, 0, 0;
217
+ --color-sf-info-text: 0, 0, 0;
218
+ --color-sf-danger-text: 0, 0, 0;
219
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
220
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
221
+ }
222
+
223
+ /*! PdfViewer's default definitions and variables */
224
+ .e-pdfviewer .e-pv-icon::before {
225
+ font-family: "e-icons";
226
+ }
227
+ .e-pdfviewer .e-pv-icon-search::before {
228
+ font-family: "e-icons";
229
+ font-size: 12px;
230
+ }
231
+ .e-pdfviewer .e-pv-open-document-icon::before {
232
+ content: "\e83c";
233
+ }
234
+ .e-pdfviewer .e-pv-download-document-icon::before {
235
+ content: "\e7a1";
236
+ }
237
+ .e-pdfviewer .e-pv-print-document-icon::before {
238
+ content: "\e75d";
239
+ }
240
+ .e-pdfviewer .e-pv-first-page-navigation-icon::before {
241
+ content: "\e833";
242
+ }
243
+ .e-pdfviewer .e-pv-previous-page-navigation-icon::before {
244
+ content: "\e765";
245
+ }
246
+ .e-pdfviewer .e-pv-prev-search-icon::before {
247
+ color: var(--color-sf-on-surface-variant);
248
+ content: "\e765";
249
+ }
250
+ .e-pdfviewer .e-pv-next-page-navigation-icon::before {
251
+ content: "\e748";
252
+ }
253
+ .e-pdfviewer .e-pv-next-search-icon::before {
254
+ color: var(--color-sf-on-surface-variant);
255
+ content: "\e748";
256
+ }
257
+ .e-pdfviewer .e-pv-last-page-navigation-icon::before {
258
+ content: "\e818";
259
+ }
260
+ .e-pdfviewer .e-pv-zoom-out-icon::before {
261
+ content: "\e81b";
262
+ line-height: 26px;
263
+ }
264
+ .e-pdfviewer .e-pv-zoom-in-icon::before {
265
+ content: "\e768";
266
+ line-height: 26px;
267
+ }
268
+ .e-pdfviewer .e-pv-thumbnail-view-icon::before {
269
+ content: "\e79e";
270
+ }
271
+ .e-pdfviewer .e-pv-rotate-right-icon::before {
272
+ content: "\e8a6";
273
+ }
274
+ .e-pdfviewer .e-pv-organize-view-icon::before {
275
+ content: "\e8dc";
276
+ }
277
+ .e-pdfviewer .e-pv-organize-view-disable-icon::before {
278
+ color: rgba(var(--color-sf-on-surface-variant), 0.38);
279
+ content: "\e8dc";
280
+ }
281
+ .e-pdfviewer .e-pv-organize-view-selection-icon::before {
282
+ color: rgba(var(--color-sf-on-surface));
283
+ content: "\e8dc";
284
+ }
285
+ .e-pdfviewer .e-pv-rotate-left-icon::before {
286
+ content: "\e8a5";
287
+ }
288
+ .e-pdfviewer .e-pv-stamp-icon::before {
289
+ content: "\e717";
290
+ }
291
+ .e-pdfviewer .e-pv-thumbnail-view-disable-icon::before {
292
+ color: rgba(var(--color-sf-on-surface-variant), 0.38);
293
+ content: "\e79e";
294
+ }
295
+ .e-pdfviewer .e-pv-thumbnail-view-selection-icon::before {
296
+ color: rgba(var(--color-sf-on-surface));
297
+ content: "\e79e";
298
+ }
299
+ .e-pdfviewer .e-pv-bookmark-icon::before {
300
+ content: "\e750";
301
+ }
302
+ .e-pdfviewer .e-pv-bookmark-disable-icon::before {
303
+ color: rgba(var(--color-sf-on-surface-variant), 0.38);
304
+ content: "\e750";
305
+ }
306
+ .e-pdfviewer .e-pv-bookmark-selection-icon::before {
307
+ color: rgba(var(--color-sf-on-surface));
308
+ content: "\e750";
309
+ }
310
+ .e-pdfviewer .e-pv-title-close-icon::before,
311
+ .e-pdfviewer .e-pv-annotation-tools-close-icon::before,
312
+ .e-pdfviewer .e-pv-annotation-popup-close::before {
313
+ color: rgba(var(--color-sf-on-surface-variant));
314
+ content: "\e7e7";
315
+ }
316
+ .e-pdfviewer .e-pv-resize-icon::before {
317
+ content: "\e7e3";
318
+ font-size: 10px;
319
+ }
320
+ .e-pdfviewer .e-pv-text-select-tool-icon::before {
321
+ content: "\e74e";
322
+ }
323
+ .e-pdfviewer .e-pv-pan-tool-icon::before {
324
+ content: "\e7b1";
325
+ }
326
+ .e-pdfviewer .e-pv-text-search-icon::before {
327
+ content: "\e754";
328
+ }
329
+ .e-pdfviewer .e-pv-search-icon::before {
330
+ content: "\e754";
331
+ font-family: "e-icons";
332
+ }
333
+ .e-pdfviewer .e-pv-search-close::before {
334
+ content: "\e7e7";
335
+ font-family: "e-icons";
336
+ }
337
+ .e-pdfviewer .e-pv-formdesigner-icon::before {
338
+ content: "\e732";
339
+ }
340
+ .e-pdfviewer .e-pv-annotation-icon::before {
341
+ content: "\e82a";
342
+ }
343
+ .e-pdfviewer .e-pv-annotation-color-icon::before {
344
+ content: "\e783";
345
+ }
346
+ .e-pdfviewer .e-pv-annotation-stroke-icon::before {
347
+ content: "\e819";
348
+ }
349
+ .e-pdfviewer .e-pv-annotation-opacity-icon::before {
350
+ content: "\e7e1";
351
+ }
352
+ .e-pdfviewer .e-pv-annotation-thickness-icon::before {
353
+ content: "\e7bf";
354
+ }
355
+ .e-pdfviewer .e-pv-annotation-delete-icon::before {
356
+ content: "\e820";
357
+ }
358
+ .e-pdfviewer .e-pv-undo-icon::before {
359
+ content: "\e713";
360
+ }
361
+ .e-pdfviewer .e-pv-redo-icon::before {
362
+ content: "\e755";
363
+ }
364
+ .e-pdfviewer .e-pv-more-icon::before {
365
+ content: "\e701";
366
+ }
367
+ .e-pdfviewer .e-pv-backward-icon::before {
368
+ content: "\e773";
369
+ }
370
+ .e-pdfviewer .e-pv-notification-icon {
371
+ background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjM1cHgiIGhlaWdodD0iMzFweCIgdmlld0JveD0iMCAwIDM1IDMxIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTEuMiAoNTc1MTkpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPg0KICAgIDx0aXRsZT5Hcm91cCAzPC90aXRsZT4NCiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4NCiAgICA8ZGVmcz48L2RlZnM+DQogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+DQogICAgICAgIDxnIGlkPSJDb3JydXB0ZWQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MTQuMDAwMDAwLCAtMzUzLjAwMDAwMCkiPg0KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTE5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0OTQuMDAwMDAwLCAyODUuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIwLjAwMDAwMCwgNjguMTg0NDc0KSI+DQogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNS4yMjM0NzA4LDEwLjM1NzYwMjYgTDEyLjY1MzYzNywyMy40MDU1MTA2IEwxNC4xMzIwOTA1LDI2Ljk5MTI0OTUgTDE5LjM2MTc3ODksMjYuOTkxMjQ5NSBDMjAuNDQwMjUwNywxNy44NjA2NDE1IDIwLjY5MzgwOTcsMTIuMzE2MDkyNSAyMC4xMjI0NTU4LDEwLjM1NzYwMjYgQzE5LjU1MTEwMTksOC4zOTkxMTI3NCAxNy45MTgxMDY5LDguMzk5MTEyNzQgMTUuMjIzNDcwOCwxMC4zNTc2MDI2IFoiIGlkPSJQYXRoLTExIiBmaWxsPSIjMEUwRTBFIj48L3BhdGg+DQogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0zMS42MjM4MDkxLDMwLjM4NzQxMDEgQzMzLjgyOTUxMDUsMzAuMzg3NDEwMSAzNC43MjA5MTk0LDI4LjgzODYyNDQgMzMuNjExOTMzMiwyNi45MjMxMDI4IEwxOS4yODk5MDMsMi4xODUwNTA2OCBDMTguMTgyMjEyMiwwLjI3MTc2NjU5NSAxNi4zODc1ODYsMC4yNjk1MjkwNjkgMTUuMjc4NTk5OCwyLjE4NTA1MDY4IEwwLjk1NjU2OTY4NSwyNi45MjMxMDI4IEMtMC4xNTExMjExMDMsMjguODM2Mzg2OCAwLjc0NDI0ODg4MiwzMC4zODc0MTAxIDIuOTQ0NjkzNzksMzAuMzg3NDEwMSBMMzEuNjIzODA5MSwzMC4zODc0MTAxIFogTTE1LjYxNzU4NDgsMjYuMzg3NDEwMSBMMTUuNjE3NTg0OCwyMy4wNTQwNzY3IEwxOC45NTA5MTgxLDIzLjA1NDA3NjcgTDE4Ljk1MDkxODEsMjYuMzg3NDEwMSBMMTUuNjE3NTg0OCwyNi4zODc0MTAxIFogTTE1LjYxNzU4NDgsMjAuNzIwNzQzNCBMMTUuNjE3NTg0OCwxMC4wNTQwNzY3IEwxOC45NTA5MTgxLDEwLjA1NDA3NjcgTDE4Ljk1MDkxODEsMjAuNzIwNzQzNCBMMTUuNjE3NTg0OCwyMC43MjA3NDM0IFoiIGlkPSJTaGFwZSIgZmlsbD0iI0VGQzAwMiI+PC9wYXRoPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==");
372
+ background-repeat: no-repeat;
373
+ background-size: 36.7px 31.7px;
374
+ height: 31.7px;
375
+ }
376
+ .e-pdfviewer .e-pv-notification-icon-rtl {
377
+ background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjM1cHgiIGhlaWdodD0iMzFweCIgdmlld0JveD0iMCAwIDM1IDMxIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTEuMiAoNTc1MTkpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPg0KICAgIDx0aXRsZT5Hcm91cCAzPC90aXRsZT4NCiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4NCiAgICA8ZGVmcz48L2RlZnM+DQogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+DQogICAgICAgIDxnIGlkPSJDb3JydXB0ZWQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MTQuMDAwMDAwLCAtMzUzLjAwMDAwMCkiPg0KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTE5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0OTQuMDAwMDAwLCAyODUuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIwLjAwMDAwMCwgNjguMTg0NDc0KSI+DQogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNS4yMjM0NzA4LDEwLjM1NzYwMjYgTDEyLjY1MzYzNywyMy40MDU1MTA2IEwxNC4xMzIwOTA1LDI2Ljk5MTI0OTUgTDE5LjM2MTc3ODksMjYuOTkxMjQ5NSBDMjAuNDQwMjUwNywxNy44NjA2NDE1IDIwLjY5MzgwOTcsMTIuMzE2MDkyNSAyMC4xMjI0NTU4LDEwLjM1NzYwMjYgQzE5LjU1MTEwMTksOC4zOTkxMTI3NCAxNy45MTgxMDY5LDguMzk5MTEyNzQgMTUuMjIzNDcwOCwxMC4zNTc2MDI2IFoiIGlkPSJQYXRoLTExIiBmaWxsPSIjMEUwRTBFIj48L3BhdGg+DQogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0zMS42MjM4MDkxLDMwLjM4NzQxMDEgQzMzLjgyOTUxMDUsMzAuMzg3NDEwMSAzNC43MjA5MTk0LDI4LjgzODYyNDQgMzMuNjExOTMzMiwyNi45MjMxMDI4IEwxOS4yODk5MDMsMi4xODUwNTA2OCBDMTguMTgyMjEyMiwwLjI3MTc2NjU5NSAxNi4zODc1ODYsMC4yNjk1MjkwNjkgMTUuMjc4NTk5OCwyLjE4NTA1MDY4IEwwLjk1NjU2OTY4NSwyNi45MjMxMDI4IEMtMC4xNTExMjExMDMsMjguODM2Mzg2OCAwLjc0NDI0ODg4MiwzMC4zODc0MTAxIDIuOTQ0NjkzNzksMzAuMzg3NDEwMSBMMzEuNjIzODA5MSwzMC4zODc0MTAxIFogTTE1LjYxNzU4NDgsMjYuMzg3NDEwMSBMMTUuNjE3NTg0OCwyMy4wNTQwNzY3IEwxOC45NTA5MTgxLDIzLjA1NDA3NjcgTDE4Ljk1MDkxODEsMjYuMzg3NDEwMSBMMTUuNjE3NTg0OCwyNi4zODc0MTAxIFogTTE1LjYxNzU4NDgsMjAuNzIwNzQzNCBMMTUuNjE3NTg0OCwxMC4wNTQwNzY3IEwxOC45NTA5MTgxLDEwLjA1NDA3NjcgTDE4Ljk1MDkxODEsMjAuNzIwNzQzNCBMMTUuNjE3NTg0OCwyMC43MjA3NDM0IFoiIGlkPSJTaGFwZSIgZmlsbD0iI0VGQzAwMiI+PC9wYXRoPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==");
378
+ background-position: right;
379
+ background-repeat: no-repeat;
380
+ background-size: 36.7px 31.7px;
381
+ height: 31.7px;
382
+ }
383
+ .e-pdfviewer .e-pv-textbox-icon::before {
384
+ content: "\e830";
385
+ }
386
+ .e-pdfviewer .e-pv-password-icon::before {
387
+ content: "\e753";
388
+ }
389
+ .e-pdfviewer .e-pv-checkbox-icon::before {
390
+ content: "\e7e4";
391
+ }
392
+ .e-pdfviewer .e-pv-radiobutton-icon::before {
393
+ content: "\e7b2";
394
+ }
395
+ .e-pdfviewer .e-pv-dropdown-icon::before {
396
+ content: "\e7a6";
397
+ }
398
+ .e-pdfviewer .e-pv-listbox-icon::before {
399
+ content: "\e77e";
400
+ }
401
+ .e-pdfviewer .e-pv-annotation-shape-icon::before {
402
+ content: "\e728";
403
+ }
404
+ .e-pdfviewer .e-pv-annotation-calibrate-icon::before {
405
+ content: "\e7c7";
406
+ }
407
+
408
+ .e-pv-download-document-icon.e-menu-icon::before {
409
+ content: "\e7a1";
410
+ }
411
+
412
+ .e-pv-bookmark-icon.e-menu-icon::before {
413
+ content: "\e750";
414
+ }
415
+
416
+ .e-pv-save-icon.e-menu-icon::before {
417
+ content: "\e7c8";
418
+ }
419
+
420
+ .e-pv-save-as-icon.e-menu-icon::before {
421
+ content: "\e7ae";
422
+ }
423
+
424
+ .e-pv-highlight-icon::before {
425
+ content: "\e739";
426
+ font-family: "e-icons";
427
+ }
428
+
429
+ .e-pv-underline-icon::before {
430
+ content: "\e82f";
431
+ font-family: "e-icons";
432
+ }
433
+
434
+ .e-pv-strikethrough-icon::before {
435
+ content: "\e758";
436
+ font-family: "e-icons";
437
+ }
438
+
439
+ .e-pv-copy-icon::before {
440
+ content: "\e77c";
441
+ font-family: "e-icons";
442
+ }
443
+
444
+ .e-pv-cut-icon::before {
445
+ content: "\e7fb";
446
+ font-family: "e-icons";
447
+ }
448
+
449
+ .e-pv-paste-icon::before {
450
+ content: "\e842";
451
+ font-family: "e-icons";
452
+ }
453
+
454
+ .e-pv-delete-icon::before {
455
+ content: "\e820";
456
+ font-family: "e-icons";
457
+ }
458
+
459
+ .e-pv-properties-fill-color-icon::before {
460
+ content: "\e783";
461
+ font-family: "e-icons";
462
+ }
463
+
464
+ .e-pv-properties-stroke-color-icon::before {
465
+ content: "\e819";
466
+ font-family: "e-icons";
467
+ }
468
+
469
+ .e-pv-shape-line-icon::before {
470
+ content: "\e819";
471
+ font-family: "e-icons";
472
+ }
473
+
474
+ .e-pv-shape-arrow-icon::before {
475
+ content: "\e708";
476
+ font-family: "e-icons";
477
+ }
478
+
479
+ .e-pv-shape-rectangle-icon::before {
480
+ content: "\e723";
481
+ font-family: "e-icons";
482
+ }
483
+
484
+ .e-pv-shape-circle-icon::before {
485
+ content: "\e7ca";
486
+ font-family: "e-icons";
487
+ }
488
+
489
+ .e-pv-shape-pentagon-icon::before {
490
+ content: "\e802";
491
+ font-family: "e-icons";
492
+ }
493
+
494
+ .e-pv-comment-icon::before {
495
+ content: "\e733";
496
+ font-family: "e-icons";
497
+ }
498
+
499
+ .e-pv-property-icon::before {
500
+ content: "\e83e";
501
+ font-family: "e-icons";
502
+ }
503
+
504
+ .e-pv-comment-selection-icon::before {
505
+ color: rgba(var(--color-sf-on-surface));
506
+ content: "\e733";
507
+ font-family: "e-icons";
508
+ }
509
+
510
+ .e-pv-comment-panel-icon::before {
511
+ content: "\e71a";
512
+ font-family: "e-icons";
513
+ }
514
+
515
+ .e-pv-accepted-icon::before {
516
+ color: rgba(var(--color-sf-white));
517
+ content: "\e7a8";
518
+ font-family: "e-icons";
519
+ font-size: 18px;
520
+ padding: 0 1px 0 2px;
521
+ position: absolute;
522
+ }
523
+
524
+ .e-pv-rejected-icon::before {
525
+ color: rgba(var(--color-sf-white));
526
+ content: "\e815";
527
+ font-family: "e-icons";
528
+ font-size: 18px;
529
+ padding: 0 0 0 1px;
530
+ position: absolute;
531
+ }
532
+
533
+ .e-pv-completed-icon::before {
534
+ color: rgba(var(--color-sf-white));
535
+ content: "\e774";
536
+ font-family: "e-icons";
537
+ font-size: 18px;
538
+ padding: 0 1px 1px 1px;
539
+ position: absolute;
540
+ }
541
+
542
+ .e-pv-cancelled-icon::before {
543
+ color: rgba(var(--color-sf-white));
544
+ content: "\e7e7";
545
+ font-family: "e-icons";
546
+ font-size: 18px;
547
+ padding: 0 1px 1px 1px;
548
+ position: absolute;
549
+ }
550
+
551
+ .e-pv-scale-ratio-icon::before {
552
+ content: "\e7c7";
553
+ font-family: "e-icons";
554
+ }
555
+
556
+ .e-pv-calibrate-distance-icon::before {
557
+ content: "\e743";
558
+ font-family: "e-icons";
559
+ }
560
+
561
+ .e-pv-calibrate-perimeter-icon::before {
562
+ content: "\e716";
563
+ font-family: "e-icons";
564
+ }
565
+
566
+ .e-pv-calibrate-area-icon::before {
567
+ content: "\e78c";
568
+ font-family: "e-icons";
569
+ }
570
+
571
+ .e-pv-calibrate-radius-icon::before {
572
+ content: "\e790";
573
+ font-family: "e-icons";
574
+ }
575
+
576
+ .e-pv-calibrate-volume-icon::before {
577
+ content: "\e741";
578
+ font-family: "e-icons";
579
+ }
580
+
581
+ .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret::before {
582
+ content: "\e70d";
583
+ font-size: 18px;
584
+ }
585
+
586
+ .e-pv-freetext-icon::before {
587
+ content: "\e7b3";
588
+ font-family: "e-icons";
589
+ }
590
+
591
+ .e-pv-annotation-textcolor-icon::before {
592
+ content: "\e79f";
593
+ }
594
+
595
+ .e-pv-annotation-textalign-icon::before {
596
+ content: "\e7b8";
597
+ font-family: "e-icons";
598
+ }
599
+
600
+ .e-pv-annotation-textprop-icon::before {
601
+ content: "\e71c";
602
+ font-family: "e-icons";
603
+ }
604
+
605
+ .e-pv-left-align-icon::before {
606
+ content: "\e7b8";
607
+ font-family: "e-icons";
608
+ }
609
+
610
+ .e-pv-right-align-icon::before {
611
+ content: "\e719";
612
+ font-family: "e-icons";
613
+ }
614
+
615
+ .e-pv-center-align-icon::before {
616
+ content: "\e813";
617
+ font-family: "e-icons";
618
+ }
619
+
620
+ .e-pv-justfiy-align-icon::before {
621
+ content: "\e721";
622
+ font-family: "e-icons";
623
+ }
624
+
625
+ .e-pv-bold-icon::before {
626
+ content: "\e737";
627
+ font-family: "e-icons";
628
+ }
629
+
630
+ .e-pv-italic-icon::before {
631
+ content: "\e75a";
632
+ font-family: "e-icons";
633
+ }
634
+
635
+ .e-pv-strikeout-icon::before {
636
+ content: "\e758";
637
+ font-family: "e-icons";
638
+ }
639
+
640
+ .e-pv-underlinetext-icon::before {
641
+ content: "\e82f";
642
+ font-family: "e-icons";
643
+ }
644
+
645
+ .e-pv-superscript-icon::before {
646
+ content: "\e7a7";
647
+ font-family: "e-icons";
648
+ }
649
+
650
+ .e-pv-subscript-icon::before {
651
+ content: "\e80a";
652
+ font-family: "e-icons";
653
+ }
654
+
655
+ .e-pv-handwritten-icon::before {
656
+ content: "\e7db";
657
+ font-family: "e-icons";
658
+ }
659
+
660
+ .e-pv-inkannotation-icon::before {
661
+ content: "\e76e";
662
+ font-family: "e-icons";
663
+ }
664
+
665
+ .e-pv-delete::before {
666
+ content: "\e820";
667
+ font-family: "e-icons";
668
+ }
669
+
670
+ .e-pv-eye-icon::before {
671
+ content: "\e7de";
672
+ cursor: pointer;
673
+ font-family: "e-icons";
674
+ font-size: 18px;
675
+ padding: 7px;
676
+ }
677
+
678
+ .e-pv-eye-slash-icon::before {
679
+ content: "\e887";
680
+ cursor: pointer;
681
+ font-family: "e-icons";
682
+ font-size: 18px;
683
+ padding: 7px;
684
+ }
685
+
686
+ /*! component layout */
687
+ /* stylelint-disable property-no-vendor-prefix */
688
+ .e-pdfviewer .e-pv-viewer-container {
689
+ border-style: solid;
690
+ border-width: 1px 1px 1px 0;
691
+ }
692
+ .e-pdfviewer .e-pv-text-layer {
693
+ position: absolute;
694
+ top: 0;
695
+ z-index: 2;
696
+ }
697
+ .e-pdfviewer .e-pv-annotation-canvas {
698
+ left: 0;
699
+ position: absolute;
700
+ top: 0;
701
+ }
702
+ .e-pdfviewer .e-pv-text {
703
+ background: transparent;
704
+ color: transparent;
705
+ line-height: normal;
706
+ opacity: 0.6;
707
+ position: absolute;
708
+ }
709
+ .e-pdfviewer .e-pv-search-text-highlight,
710
+ .e-pdfviewer .e-pv-search-text-highlightother {
711
+ line-height: normal;
712
+ opacity: 0.6;
713
+ position: absolute;
714
+ }
715
+ .e-pdfviewer .e-pv-hyperlink {
716
+ z-index: 2;
717
+ }
718
+ .e-pdfviewer .e-pv-hyperlink.e-pv-onselection {
719
+ z-index: 1;
720
+ }
721
+ .e-pdfviewer .e-enable-text-selection {
722
+ -moz-user-select: text;
723
+ -ms-user-select: text;
724
+ -webkit-user-select: text;
725
+ user-select: text;
726
+ }
727
+ .e-pdfviewer .e-disable-text-selection {
728
+ -moz-user-select: none;
729
+ -ms-user-select: none;
730
+ -webkit-user-select: none;
731
+ user-select: none;
732
+ }
733
+ .e-pdfviewer .e-enable-text-selection .e-pv-text {
734
+ display: inline-block;
735
+ }
736
+ .e-pdfviewer .e-disable-text-selection .e-pv-text {
737
+ display: none;
738
+ }
739
+ .e-pdfviewer .e-pv-cursor {
740
+ cursor: text;
741
+ }
742
+ .e-pdfviewer .e-pv-crosshair-cursor {
743
+ cursor: crosshair;
744
+ }
745
+ .e-pdfviewer .e-pv-touch-select-drop {
746
+ display: inline-block;
747
+ height: 30px;
748
+ position: absolute;
749
+ width: 30px;
750
+ z-index: 1000;
751
+ }
752
+ .e-pdfviewer .e-pv-touch-ellipse {
753
+ background-color: rgba(var(--color-sf-primary));
754
+ border-bottom-left-radius: 50%;
755
+ border-bottom-right-radius: 50%;
756
+ border-color: rgba(var(--color-sf-primary));
757
+ border-style: solid;
758
+ border-top-left-radius: 50%;
759
+ border-width: 2px;
760
+ height: 20px;
761
+ margin: 0 0 0 9px;
762
+ position: absolute;
763
+ width: 20px;
764
+ }
765
+ .e-pdfviewer .e-pv-annotation-note {
766
+ border-radius: 2px;
767
+ cursor: auto;
768
+ font-size: 16px;
769
+ height: auto;
770
+ max-width: 200px;
771
+ min-height: 10px;
772
+ min-width: 30px;
773
+ overflow-wrap: break-word;
774
+ padding: 5px;
775
+ position: absolute;
776
+ width: auto;
777
+ z-index: 10000;
778
+ }
779
+ .e-pdfviewer .e-pv-annotation-note-author {
780
+ border-bottom: 1px solid rgba(var(--color-sf-black));
781
+ font-weight: bold;
782
+ }
783
+ .e-pdfviewer .e-pv-annotation-popup-menu {
784
+ cursor: auto;
785
+ min-width: 396px;
786
+ padding-bottom: 6px;
787
+ position: absolute;
788
+ width: auto;
789
+ z-index: 10000;
790
+ }
791
+ .e-pdfviewer .e-pv-annotation-popup-header {
792
+ height: auto;
793
+ min-height: 29px;
794
+ padding-top: 14px;
795
+ }
796
+ .e-pdfviewer .e-pv-annotation-popup-author {
797
+ float: left;
798
+ font-size: 16px;
799
+ font-weight: bold;
800
+ margin-left: 14px;
801
+ }
802
+ .e-pdfviewer .e-pv-annotation-popup-close {
803
+ float: right;
804
+ height: 20px;
805
+ margin-right: 14px;
806
+ width: 20px;
807
+ }
808
+ .e-pdfviewer .e-pv-annotation-modified-time {
809
+ height: 14px;
810
+ margin-left: 14px;
811
+ padding-top: 8px;
812
+ }
813
+ .e-pdfviewer .e-pv-annotation-popup-note-container {
814
+ height: auto;
815
+ padding: 14px;
816
+ width: auto;
817
+ }
818
+ .e-pdfviewer .e-pv-annotation-popup-content {
819
+ background-color: rgba(var(--color-sf-white));
820
+ border: 1px solid;
821
+ font-size: 16px;
822
+ min-height: 132.08px;
823
+ overflow: hidden auto;
824
+ width: 368px;
825
+ }
826
+ .e-pdfviewer .e-pv-properties-fill-color-icon,
827
+ .e-pdfviewer .e-pv-properties-stroke-color-icon {
828
+ border-bottom: 2px solid;
829
+ }
830
+ .e-pdfviewer .e-pv-drop {
831
+ color: rgba(var(--color-sf-primary));
832
+ display: inline-block;
833
+ height: 20px;
834
+ position: absolute;
835
+ width: 20px;
836
+ z-index: 1000;
837
+ }
838
+ .e-pdfviewer .e-pv-droplet {
839
+ background-color: rgba(var(--color-sf-primary));
840
+ border-bottom-left-radius: 50%;
841
+ border-bottom-right-radius: 50%;
842
+ border-color: rgba(var(--color-sf-primary));
843
+ border-style: solid;
844
+ border-top-left-radius: 50%;
845
+ border-width: 2px;
846
+ height: 20px;
847
+ margin: 0 0 0 9px;
848
+ position: absolute;
849
+ width: 20px;
850
+ }
851
+
852
+ /* stylelint-disable value-no-vendor-prefix */
853
+ /* stylelint-disable property-no-vendor-prefix */
854
+ .e-pv-viewer-container {
855
+ border-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.14), rgba(var(--color-sf-primary), 0.14)), rgba(var(--color-sf-surface));
856
+ height: 100%;
857
+ overflow: auto;
858
+ position: relative;
859
+ -ms-touch-action: pan-x pan-y;
860
+ touch-action: pan-x pan-y;
861
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.14)), to(rgba(var(--color-sf-primary), 0.14))), rgba(var(--color-sf-surface));
862
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.14), rgba(var(--color-sf-primary), 0.14)), rgba(var(--color-sf-surface));
863
+ border: 1px solid rgba(var(--color-sf-outline-variant));
864
+ }
865
+
866
+ .e-pdfviewer.e-pv-mobile-view .e-pv-viewer-container::-webkit-scrollbar,
867
+ .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
868
+ .e-pv-toolbar.e-toolbar.e-toolpop .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text,
869
+ .e-control.e-toolbar.e-lib.e-pv-annotation-toolbar.e-pv-toolbar-scroll.e-keyboard.e-toolpop .e-tbar-btn-text,
870
+ .e-dropdown-popup.e-control.e-pv-annotation-shapes-container .e-tbar-btn-text,
871
+ .e-dropdown-popup.e-control.e-pv-annotation-calibrate-container .e-tbar-btn-text,
872
+ .e-dropdown-popup.e-control.e-pv-annotation-textalign-container .e-tbar-btn-text,
873
+ .e-dropdown-popup.e-control.e-pv-annotation-textprop-container.e-caret-hide .e-tbar-btn-text,
874
+ .e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper.e-hide,
875
+ .e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon,
876
+ .e-pv-organize-tile-draggedEle .e-pv-organize-tile.e-pv-thumbnail-column .e-pv-image-container .e-pv-organize-image {
877
+ display: none;
878
+ }
879
+
880
+ input.e-pv-input-password::-ms-reveal {
881
+ display: none;
882
+ }
883
+
884
+ .e-pv-page-container {
885
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.14)), to(rgba(var(--color-sf-primary), 0.14))), rgba(var(--color-sf-surface));
886
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.14), rgba(var(--color-sf-primary), 0.14)), rgba(var(--color-sf-surface));
887
+ margin: 0;
888
+ padding: 0;
889
+ -ms-touch-action: pan-x pan-y;
890
+ touch-action: pan-x pan-y;
891
+ }
892
+
893
+ .e-pv-signaturehover,
894
+ .e-pv-line-styles-container:hover {
895
+ background-color: rgba(var(--color-sf-on-surface), 0.05);
896
+ }
897
+
898
+ .e-pv-mobilespanscroll-container {
899
+ color: rgba(var(--color-sf-on-surface));
900
+ font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
901
+ font-size: 16px;
902
+ }
903
+
904
+ .e-pv-annotation-color-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret),
905
+ .e-pv-annotation-opacity-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret),
906
+ .e-pv-annotation-stroke-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret),
907
+ .e-pv-annotation-thickness-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret),
908
+ .e-pv-annotation-shapes-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret),
909
+ .e-pv-annotation-calibrate-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret),
910
+ .e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret),
911
+ .e-pv-annotation-textalign-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret),
912
+ .e-pv-annotation-textprop-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret),
913
+ .e-pv-annotation-handwritten-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret),
914
+ .e-pv-annotation-handwritten-container .e-pv-handwritten-icon.e-btn-icon:not(.e-caret),
915
+ .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-menu-icon,
916
+ .e-pv-annotation-ink-container .e-pv-inkannotation-icon,
917
+ .e-bigger .e-pv-icon-search,
918
+ .e-pv-icon {
919
+ font-size: 18px;
920
+ }
921
+
922
+ .e-pv-mobilescroll-container {
923
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.14)), to(rgba(var(--color-sf-primary), 0.14))), rgba(var(--color-sf-surface));
924
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.14), rgba(var(--color-sf-primary), 0.14)), rgba(var(--color-sf-surface));
925
+ border: 1px solid rgba(var(--color-sf-on-surface), 0.38);
926
+ border-radius: 56px 0 0 56px;
927
+ line-height: 27px;
928
+ position: absolute;
929
+ text-align: center;
930
+ }
931
+
932
+ .e-pv-viewer-container .e-pv-page-div {
933
+ border-color: rgba(var(--color-sf-black));
934
+ border-style: solid;
935
+ border-width: 1px;
936
+ -webkit-box-shadow: none;
937
+ box-shadow: none;
938
+ -webkit-box-sizing: content-box;
939
+ box-sizing: content-box;
940
+ position: absolute;
941
+ }
942
+
943
+ .e-pv-viewer-container .e-pv-page-div.e-focused {
944
+ -webkit-box-shadow: rgb(0, 0, 0) 0 0 0 2px;
945
+ box-shadow: rgb(0, 0, 0) 0 0 0 2px;
946
+ }
947
+
948
+ .e-pv-viewer-container.e-focused {
949
+ -webkit-box-shadow: rgb(0, 0, 0) 0 0 0 2px inset;
950
+ box-shadow: rgb(0, 0, 0) 0 0 0 2px inset;
951
+ }
952
+
953
+ .e-pv-toolbar,
954
+ .e-pv-nav-toolbar,
955
+ .e-pv-annotation-toolbar,
956
+ .e-pv-formdesigner-toolbar {
957
+ border: 1px solid rgba(var(--color-sf-outline-variant));
958
+ border-radius: 0;
959
+ border-width: 1px 1px 0 1px;
960
+ }
961
+
962
+ .e-pv-toolbar,
963
+ .e-pv-annotation-toolbar,
964
+ .e-pv-mobile-annotation-toolbar,
965
+ .e-pv-formdesigner-toolbar {
966
+ height: 48px;
967
+ }
968
+
969
+ .e-pv-nav-toolbar,
970
+ .e-bigger .e-pv-toolbar,
971
+ .e-pv-toolbar.e-pv-mobile-toolbar,
972
+ .e-bigger .e-pv-annotation-toolbar,
973
+ .e-pv-mobile-view .e-pv-annotation-toolbar {
974
+ height: 48px;
975
+ }
976
+
977
+ .e-toolbar.e-pv-toolbar .e-pv-zoom-drop-down-container {
978
+ height: 32px;
979
+ width: 86px;
980
+ }
981
+
982
+ .e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
983
+ display: block;
984
+ padding-left: 10px;
985
+ padding-right: 10px;
986
+ width: auto;
987
+ }
988
+
989
+ .e-pv-current-page-box.e-input-group.e-control-wrapper {
990
+ height: 32px;
991
+ margin-top: 0;
992
+ width: 46px;
993
+ }
994
+
995
+ .e-pv-mobilepagenoscroll-container {
996
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.05)), to(rgba(var(--color-sf-primary), 0.05))), rgba(var(--color-sf-surface));
997
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
998
+ border: 1px solid rgba(var(--color-sf-on-surface), 0.38);
999
+ border-radius: 10px;
1000
+ padding: 6px;
1001
+ text-align: center;
1002
+ vertical-align: middle;
1003
+ }
1004
+
1005
+ .e-pv-mobilecurrentpage-container {
1006
+ color: rgba(var(--color-sf-on-surface));
1007
+ display: block;
1008
+ font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
1009
+ font-size: 24px;
1010
+ }
1011
+
1012
+ .e-pv-mobiledashedline-container {
1013
+ color: rgba(var(--color-sf-on-surface));
1014
+ display: block;
1015
+ padding: 10px;
1016
+ }
1017
+
1018
+ .e-pv-number-ofpages {
1019
+ width: 10%;
1020
+ }
1021
+
1022
+ .e-dialog.e-pv-gotopage-popup {
1023
+ max-width: 500px;
1024
+ padding-left: 16px;
1025
+ padding-top: 16px;
1026
+ }
1027
+
1028
+ .e-pv-image-container {
1029
+ width: 100%;
1030
+ height: 100%;
1031
+ display: -webkit-box;
1032
+ display: -ms-flexbox;
1033
+ display: flex;
1034
+ -webkit-box-pack: center;
1035
+ -ms-flex-pack: center;
1036
+ justify-content: center;
1037
+ -webkit-box-align: center;
1038
+ -ms-flex-align: center;
1039
+ align-items: center;
1040
+ padding: 3px;
1041
+ cursor: pointer;
1042
+ }
1043
+
1044
+ .e-pv-gotopage-apply-btn.e-btn.e-flat.e-primary:disabled {
1045
+ background-color: transparent;
1046
+ }
1047
+
1048
+ .e-pv-mobiletotalpage-container {
1049
+ color: rgba(var(--color-sf-on-surface));
1050
+ display: block;
1051
+ font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
1052
+ font-size: 16px;
1053
+ }
1054
+
1055
+ .e-pv-password-error {
1056
+ color: rgba(var(--color-sf-error));
1057
+ }
1058
+
1059
+ .e-pv-corrupted-popup-header {
1060
+ color: rgba(var(--color-sf-on-surface));
1061
+ opacity: 0.87;
1062
+ }
1063
+
1064
+ .e-pv-corrupted-popup-content {
1065
+ color: var(--color-sf-on-surface-variant);
1066
+ font-size: 12px;
1067
+ line-height: 18px;
1068
+ margin-left: 50px;
1069
+ opacity: 0.87;
1070
+ padding-top: 4.7px;
1071
+ text-align: left;
1072
+ }
1073
+
1074
+ .e-pv-corrupted-popup-content-rtl {
1075
+ color: rgba(var(--color-sf-on-surface));
1076
+ font-size: 12px;
1077
+ line-height: 18px;
1078
+ margin-right: 53px;
1079
+ opacity: 0.87;
1080
+ padding-top: 4.7px;
1081
+ text-align: right;
1082
+ }
1083
+
1084
+ .e-pv-toolbar.e-toolbar:not(.e-pv-mobile-toolbar) .e-toolbar-items .e-toolbar-item:not(.e-separator) {
1085
+ height: 48px;
1086
+ margin-left: 0.5px;
1087
+ margin-right: 0.5px;
1088
+ }
1089
+
1090
+ .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator),
1091
+ .e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
1092
+ height: auto;
1093
+ margin-left: 0.5px;
1094
+ margin-right: 0.5px;
1095
+ }
1096
+
1097
+ .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
1098
+ .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
1099
+ .e-bigger .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
1100
+ .e-bigger .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
1101
+ padding: 0 !important; /* stylelint-disable-line declaration-no-important */
1102
+ }
1103
+
1104
+ .e-pv-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
1105
+ .e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
1106
+ line-height: 26px;
1107
+ min-height: 26px;
1108
+ }
1109
+
1110
+ .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
1111
+ .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
1112
+ .e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
1113
+ border-right-width: 1px;
1114
+ height: 24px;
1115
+ margin-left: 3px;
1116
+ margin-right: 3px;
1117
+ }
1118
+
1119
+ .e-pdfviewer .e-pv-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:first-child,
1120
+ .e-pdfviewer .e-pv-annotation-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:first-child,
1121
+ .e-pdfviewer .e-pv-formdesigner-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:first-child {
1122
+ margin-left: 4.5px;
1123
+ }
1124
+
1125
+ .e-pdfviewer .e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:first-child,
1126
+ .e-pdfviewer .e-pv-annotation-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:first-child,
1127
+ .e-pdfviewer .e-pv-formdesigner-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:first-child {
1128
+ margin-right: 4.5px;
1129
+ }
1130
+
1131
+ .e-pdfviewer .e-pv-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:last-child,
1132
+ .e-pdfviewer .e-pv-annotation-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:last-child,
1133
+ .e-pdfviewer .e-pv-formdesigner-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:last-child {
1134
+ margin-right: 4.5px;
1135
+ }
1136
+
1137
+ .e-pdfviewer .e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:last-child,
1138
+ .e-pdfviewer .e-pv-annotation-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:last-child,
1139
+ .e-pdfviewer .e-pv-formdesigner-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:last-child {
1140
+ margin-left: 4.5px;
1141
+ }
1142
+
1143
+ .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
1144
+ .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
1145
+ .e-pv-mobile-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
1146
+ .e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
1147
+ height: 32px;
1148
+ min-width: 32px;
1149
+ width: 32px;
1150
+ }
1151
+
1152
+ .e-pv-open-document-icon {
1153
+ font-size: 18px;
1154
+ height: 18px;
1155
+ line-height: 18px;
1156
+ width: 18px;
1157
+ }
1158
+
1159
+ .e-toolbar-items:not(.e-toolbar-pop) .e-pv-download-document-icon {
1160
+ line-height: 18px;
1161
+ }
1162
+
1163
+ .e-toolbar-items:not(.e-toolbar-pop) .e-pv-print-document-icon {
1164
+ line-height: 18px;
1165
+ }
1166
+
1167
+ .e-pv-first-page-navigation-icon {
1168
+ line-height: 18px;
1169
+ }
1170
+
1171
+ .e-pv-previous-page-navigation-icon {
1172
+ line-height: 18px;
1173
+ }
1174
+
1175
+ .e-pv-next-page-navigation-icon {
1176
+ line-height: 18px;
1177
+ }
1178
+
1179
+ .e-pv-last-page-navigation-icon {
1180
+ line-height: 18px;
1181
+ }
1182
+
1183
+ .e-toolbar-items:not(.e-toolbar-pop) .e-pv-zoom-out-icon,
1184
+ .e-toolbar-items:not(.e-toolbar-pop) .e-pv-zoom-in-icon {
1185
+ line-height: 18px;
1186
+ }
1187
+
1188
+ .e-pv-eye-slash-icon,
1189
+ .e-pv-eye-icon {
1190
+ margin-top: 3px;
1191
+ }
1192
+
1193
+ .e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-pv-current-page-container {
1194
+ padding-left: 8px;
1195
+ }
1196
+
1197
+ .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-btn.e-pv-pan-tool .e-pv-icon {
1198
+ margin-right: 2px;
1199
+ }
1200
+
1201
+ .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-pv-zoom-drop-down-container {
1202
+ margin: 0;
1203
+ padding: 0;
1204
+ }
1205
+
1206
+ .e-pv-toolbar.e-toolbar .e-toolbar-items .e-pv-total-page-container.e-toolbar-item:not(.e-separator) {
1207
+ color: rgba(var(--color-sf-on-surface));
1208
+ cursor: default;
1209
+ font-size: 14px;
1210
+ margin-left: 7px;
1211
+ margin-right: 7px;
1212
+ min-width: unset;
1213
+ padding-bottom: 4px;
1214
+ padding-left: 0;
1215
+ position: relative;
1216
+ }
1217
+
1218
+ .e-pv-total-page {
1219
+ color: rgba(var(--color-sf-on-surface));
1220
+ font-size: inherit;
1221
+ }
1222
+
1223
+ .e-pv-total-page-ms {
1224
+ -ms-transform: translateY(-50%);
1225
+ margin: 0;
1226
+ position: absolute;
1227
+ top: 50%;
1228
+ -webkit-transform: translateY(-50%);
1229
+ transform: translateY(-50%);
1230
+ }
1231
+
1232
+ .e-pv-zoom-drop-down.e-input-group.e-control-wrapper.e-ddl:not(.e-error),
1233
+ .e-pv-prop-dropdown.e-input-group.e-control-wrapper.e-ddl:not(.e-error),
1234
+ .e-pv-zoom-drop-down-rtl.e-input-group.e-control-wrapper.e-ddl:not(.e-error),
1235
+ .e-pv-prop-dropdown-rtl.e-input-group.e-control-wrapper.e-ddl:not(.e-error) {
1236
+ background-color: transparent;
1237
+ border: 0;
1238
+ height: inherit;
1239
+ margin-top: 0;
1240
+ padding: 0;
1241
+ }
1242
+
1243
+ .e-pv-fontfamily-container .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input {
1244
+ width: 100px;
1245
+ }
1246
+
1247
+ .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
1248
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
1249
+ .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
1250
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error) {
1251
+ background-color: transparent;
1252
+ border: 0;
1253
+ border-radius: 2px;
1254
+ }
1255
+
1256
+ .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl.e-input-focus .e-search-icon.e-ddl-icon,
1257
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus .e-search-icon.e-ddl-icon,
1258
+ .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl.e-input-focus .e-search-icon.e-ddl-icon,
1259
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-input-focus .e-search-icon.e-ddl-icon {
1260
+ color: inherit;
1261
+ }
1262
+
1263
+ .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-input.e-control.e-keyboard,
1264
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control.e-keyboard,
1265
+ .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl .e-input.e-control.e-keyboard,
1266
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl .e-input.e-control.e-keyboard {
1267
+ height: auto;
1268
+ margin-top: 0;
1269
+ padding-bottom: 3px;
1270
+ padding-top: 0;
1271
+ }
1272
+
1273
+ .e-pv-toolbar:not(.e-rtl) .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-input.e-control.e-keyboard,
1274
+ .e-pv-toolbar:not(.e-rtl) .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control.e-keyboard,
1275
+ .e-pv-toolbar:not(.e-rtl) .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl .e-input.e-control.e-keyboard,
1276
+ .e-pv-toolbar:not(.e-rtl) .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl .e-input.e-control.e-keyboard {
1277
+ padding-left: 12px;
1278
+ }
1279
+
1280
+ .e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-input.e-control.e-keyboard,
1281
+ .e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control.e-keyboard,
1282
+ .e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl .e-input.e-control.e-keyboard,
1283
+ .e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl .e-input.e-control.e-keyboard {
1284
+ padding-right: 12px;
1285
+ }
1286
+
1287
+ .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-search-icon.e-ddl-icon,
1288
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-search-icon.e-ddl-icon,
1289
+ .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl .e-search-icon.e-ddl-icon,
1290
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl .e-search-icon.e-ddl-icon {
1291
+ background-color: transparent;
1292
+ border-left: 0;
1293
+ margin-bottom: 0;
1294
+ margin-left: 0;
1295
+ margin-top: 0;
1296
+ padding-right: 0;
1297
+ }
1298
+
1299
+ .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-input.e-control,
1300
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control,
1301
+ .e-input-group.e-control-wrapper.e-pv-current-page-box .e-numerictextbox.e-input,
1302
+ .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl .e-input.e-control,
1303
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl .e-input.e-control {
1304
+ text-align: center;
1305
+ }
1306
+
1307
+ .e-pv-zoom-drop-down.e-ddl.e-popup.e-popup-open,
1308
+ .e-pv-prop-dropdown.e-ddl.e-popup.e-popup-open {
1309
+ text-align: left;
1310
+ }
1311
+
1312
+ .e-pv-zoom-drop-down-rtl.e-ddl.e-popup.e-popup-open,
1313
+ .e-pv-prop-dropdown-rtl.e-ddl.e-popup.e-popup-open {
1314
+ text-align: right;
1315
+ }
1316
+
1317
+ .e-pv-zoom-drop-down.e-popup.e-popup-open .e-dropdownbase .e-list-item.e-active .e-pv-prop-dropdown.e-popup.e-popup-open .e-dropdownbase .e-list-item.e-active,
1318
+ .e-pv-zoom-drop-down-rtl.e-popup.e-popup-open .e-dropdownbase .e-list-item.e-active .e-pv-prop-dropdown-rtl.e-popup.e-popup-open .e-dropdownbase .e-list-item.e-active {
1319
+ color: rgba(var(--color-sf-primary));
1320
+ }
1321
+
1322
+ .e-pv-zoom-drop-down.e-popup.e-popup-open,
1323
+ .e-pv-zoom-drop-down-rtl.e-popup.e-popup-open {
1324
+ min-height: 327px;
1325
+ min-width: 110px;
1326
+ }
1327
+
1328
+ .e-input-group.e-control-wrapper.e-pv-current-page-box:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left) {
1329
+ border-bottom: 1px solid rgba(var(--color-sf-outline));
1330
+ border-radius: 0;
1331
+ }
1332
+
1333
+ .e-pv-zoom-drop-down.e-ddl.e-valid-input.e-input-focus,
1334
+ .e-pv-zoom-drop-down-rtl.e-ddl.e-valid-input.e-input-focus {
1335
+ -webkit-box-shadow: none;
1336
+ box-shadow: none;
1337
+ }
1338
+
1339
+ .e-pv-password-popup.e-dialog .e-dlg-header,
1340
+ .e-pv-corrupted-popup.e-dialog .e-pv-corrupted-popup-header,
1341
+ .e-pv-notification-popup.e-dialog .e-dlg-header {
1342
+ font-size: 16px;
1343
+ font-weight: 400;
1344
+ letter-spacing: 0.15px;
1345
+ }
1346
+
1347
+ .e-pv-password-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn,
1348
+ .e-pv-corrupted-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn,
1349
+ .e-pv-notification-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
1350
+ padding-top: 0;
1351
+ }
1352
+
1353
+ .e-pv-password-popup.e-dialog {
1354
+ margin: 0 10px;
1355
+ max-width: 360px;
1356
+ }
1357
+
1358
+ .e-pv-corrupted-popup.e-dialog {
1359
+ margin: 0 10px;
1360
+ max-width: 360px;
1361
+ }
1362
+
1363
+ .e-pv-corrupted-popup.e-dialog .e-dlg-header-content,
1364
+ .e-pv-notification-popup.e-dialog .e-dlg-header-content {
1365
+ border-bottom: 0;
1366
+ }
1367
+
1368
+ .e-pv-corrupted-popup.e-dialog .e-footer-content,
1369
+ .e-pv-notification-popup.e-dialog .e-footer-content {
1370
+ border-top: 0;
1371
+ }
1372
+
1373
+ .e-pv-password-popup.e-dialog span[id*=_prompt] {
1374
+ font-size: 12px;
1375
+ letter-spacing: 0.15px;
1376
+ }
1377
+
1378
+ .e-pv-password-popup.e-dialog .e-dlg-header-content {
1379
+ border-bottom: 0;
1380
+ }
1381
+
1382
+ .e-pv-password-popup.e-dialog .e-footer-content {
1383
+ border-top: 0;
1384
+ }
1385
+
1386
+ .e-dialog .e-dlg-header {
1387
+ width: auto;
1388
+ }
1389
+
1390
+ .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input {
1391
+ max-height: 32px;
1392
+ padding-bottom: 4px;
1393
+ }
1394
+
1395
+ .e-pv-toolbar:not(.e-rtl) .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input {
1396
+ padding-left: 0;
1397
+ }
1398
+
1399
+ .e-pv-toolbar.e-rtl .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input {
1400
+ padding-right: 0;
1401
+ }
1402
+
1403
+ .e-pv-zoom-drop-down.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before,
1404
+ .e-pv-prop-dropdown.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before,
1405
+ .e-pv-zoom-drop-down-rtl.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before,
1406
+ .e-pv-prop-dropdown-rtl.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before {
1407
+ -webkit-transform: rotate(0deg);
1408
+ transform: rotate(0deg);
1409
+ }
1410
+
1411
+ .e-input-group.e-control-wrapper.e-pv-current-page-box:not(.e-float-icon-left):not(.e-float-input)::after,
1412
+ .e-input-group.e-control-wrapper.e-pv-current-page-box:not(.e-float-icon-left):not(.e-float-input)::before,
1413
+ .e-input-group.e-control-wrapper.e-pv-current-page-box.e-input-focus:not(.e-float-icon-left):not(.e-float-input)::after,
1414
+ .e-input-group.e-control-wrapper.e-pv-current-page-box.e-input-focus:not(.e-float-icon-left):not(.e-float-input)::before,
1415
+ .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl::after,
1416
+ .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl::before,
1417
+ .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl.e-input-focus::after,
1418
+ .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl.e-input-focus::before,
1419
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl::after,
1420
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl::before,
1421
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus::after,
1422
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus::before,
1423
+ .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl::after,
1424
+ .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl::before,
1425
+ .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl.e-input-focus::after,
1426
+ .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl.e-input-focus::before,
1427
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl::after,
1428
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl::before,
1429
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-input-focus::after,
1430
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-input-focus::before {
1431
+ background: none;
1432
+ }
1433
+
1434
+ .e-pv-sidebar-container {
1435
+ background: rgba(var(--color-sf-primary));
1436
+ border-top: 1px solid rgba(var(--color-sf-primary));
1437
+ bottom: 0;
1438
+ position: absolute;
1439
+ top: 56px;
1440
+ -webkit-transition: -webkit-transform 0.3s ease;
1441
+ transition: transform 0.3s ease;
1442
+ transition: transform 0.3s ease, -webkit-transform 0.3s ease;
1443
+ transition: -webkit-transform 0.3s ease;
1444
+ -webkit-transition-duration: 200ms;
1445
+ transition-duration: 200ms;
1446
+ -webkit-transition-timing-function: ease;
1447
+ transition-timing-function: ease;
1448
+ width: 250px;
1449
+ z-index: 100;
1450
+ }
1451
+
1452
+ .e-pv-main-container {
1453
+ height: 100%;
1454
+ overflow: hidden;
1455
+ position: relative;
1456
+ width: 100%;
1457
+ }
1458
+
1459
+ .e-pv-viewer-main-container {
1460
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.14)), to(rgba(var(--color-sf-primary), 0.14))), rgba(var(--color-sf-surface));
1461
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.14), rgba(var(--color-sf-primary), 0.14)), rgba(var(--color-sf-surface));
1462
+ bottom: 0;
1463
+ left: 0;
1464
+ position: absolute;
1465
+ right: 0;
1466
+ top: 0;
1467
+ }
1468
+
1469
+ .e-pdfviewer:not(.e-pv-mobile-view) .e-pv-viewer-main-container {
1470
+ min-width: 400px;
1471
+ }
1472
+
1473
+ .e-pdfviewer:not(.e-pv-mobile-view) .e-pv-main-container {
1474
+ min-height: 500px;
1475
+ }
1476
+
1477
+ .e-pv-sidebar-content-container {
1478
+ border-top: 1px solid rgba(var(--color-sf-outline-variant));
1479
+ display: none;
1480
+ float: left;
1481
+ height: 100%;
1482
+ position: absolute;
1483
+ -webkit-transition-duration: 200ms;
1484
+ transition-duration: 200ms;
1485
+ -webkit-transition-timing-function: ease;
1486
+ transition-timing-function: ease;
1487
+ width: 202px;
1488
+ }
1489
+
1490
+ .e-pv-sidebar-content-container.e-thumbnail {
1491
+ height: 100%;
1492
+ left: 1px;
1493
+ position: unset;
1494
+ }
1495
+
1496
+ .e-pv-sidebar-title-container {
1497
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
1498
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
1499
+ border: 1px solid rgba(var(--color-sf-outline-variant));
1500
+ border-width: 0 1px 1px 0;
1501
+ height: 40px;
1502
+ position: absolute;
1503
+ top: 0;
1504
+ width: 100%;
1505
+ }
1506
+
1507
+ .e-pv-sidebar-title {
1508
+ color: rgba(var(--color-sf-on-surface));
1509
+ font-size: 16px;
1510
+ font-weight: 500;
1511
+ height: 24px;
1512
+ margin: 0;
1513
+ position: absolute;
1514
+ text-align: left;
1515
+ top: 8px;
1516
+ }
1517
+
1518
+ .e-pv-sidebar-title.e-left {
1519
+ left: 12px;
1520
+ width: 160px;
1521
+ }
1522
+
1523
+ .e-pv-sidebar-title.e-right {
1524
+ right: 12px;
1525
+ }
1526
+
1527
+ .e-pv-sidebar-toolbar {
1528
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
1529
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
1530
+ border: 1px solid rgba(var(--color-sf-outline-variant));
1531
+ border-width: 1px 0 1px 1px;
1532
+ bottom: 0;
1533
+ height: 100%;
1534
+ position: absolute;
1535
+ width: 48px;
1536
+ z-index: 100;
1537
+ }
1538
+
1539
+ .e-pv-sidebar-content {
1540
+ -webkit-overflow-scrolling: touch;
1541
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
1542
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
1543
+ bottom: 0;
1544
+ overflow: auto;
1545
+ overflow-x: hidden;
1546
+ position: absolute;
1547
+ top: 38px;
1548
+ width: 202px;
1549
+ z-index: 103;
1550
+ }
1551
+
1552
+ .e-pv-thumbnail-anchor-node:hover {
1553
+ -webkit-text-decoration: auto;
1554
+ text-decoration: auto;
1555
+ }
1556
+
1557
+ .e-pv-sidebar-content.e-thumbnail {
1558
+ top: 1px;
1559
+ }
1560
+
1561
+ .e-pv-sidebar-resizer,
1562
+ .e-pv-comment-panel-resizer {
1563
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.05)), to(rgba(var(--color-sf-primary), 0.05))), rgba(var(--color-sf-surface));
1564
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
1565
+ border: 1px solid rgba(var(--color-sf-outline-variant));
1566
+ border-width: 0 0 0 1px;
1567
+ color: inherit;
1568
+ cursor: ew-resize;
1569
+ height: 100%;
1570
+ position: absolute;
1571
+ width: 8px;
1572
+ z-index: 105;
1573
+ }
1574
+
1575
+ .e-pv-sidebar-content::-webkit-scrollbar {
1576
+ width: 16px;
1577
+ }
1578
+
1579
+ .e-pv-sidebar-content::-webkit-scrollbar-track {
1580
+ -webkit-box-shadow: inset 0 0 0 rgba(var(--color-sf-outline-variant));
1581
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.05)), to(rgba(var(--color-sf-primary), 0.05))), rgba(var(--color-sf-surface));
1582
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
1583
+ border: 1px solid rgba(var(--color-sf-outline-variant));
1584
+ border-width: 0 1px 0 0;
1585
+ }
1586
+
1587
+ .e-pv-sidebar-content::-webkit-scrollbar-thumb {
1588
+ -webkit-box-shadow: inset 0 0 0 rgba(var(--color-sf-outline-variant));
1589
+ background: rgba(var(--color-sf-outline));
1590
+ background-clip: content-box;
1591
+ border: 4px solid transparent;
1592
+ border-radius: 8px;
1593
+ width: 6px;
1594
+ height: 329px;
1595
+ }
1596
+
1597
+ .e-pv-thumbnail-view-button.e-btn,
1598
+ .e-pv-organize-view-button.e-btn {
1599
+ background: transparent;
1600
+ border: 0;
1601
+ border-radius: 4px;
1602
+ -webkit-box-shadow: none;
1603
+ box-shadow: none;
1604
+ font-weight: 500;
1605
+ height: 32px;
1606
+ line-height: inherit;
1607
+ margin: 8px;
1608
+ outline: none;
1609
+ padding: 0;
1610
+ width: 32px;
1611
+ }
1612
+
1613
+ .e-pv-organize-tile.e-pv-thumbnail-column {
1614
+ width: 100%;
1615
+ height: 100%;
1616
+ }
1617
+
1618
+ .e-pv-organize-content-apperance {
1619
+ overflow: hidden;
1620
+ }
1621
+
1622
+ .e-pv-organize-tile-view.e-pv-thumbnail-row {
1623
+ display: -webkit-box;
1624
+ display: -ms-flexbox;
1625
+ display: flex;
1626
+ -webkit-box-pack: center;
1627
+ -ms-flex-pack: center;
1628
+ justify-content: center;
1629
+ -ms-flex-wrap: wrap;
1630
+ flex-wrap: wrap;
1631
+ overflow: auto;
1632
+ overflow-x: hidden;
1633
+ padding-bottom: 25px;
1634
+ }
1635
+
1636
+ .e-pv-organize-outer-border.e-pv-not-selected {
1637
+ border: 1px dashed rgba(var(--color-sf-primary));
1638
+ position: absolute;
1639
+ }
1640
+
1641
+ .e-pv-organize-outer-border.e-pv-selected {
1642
+ border: 1px dashed rgba(var(--color-sf-outline-variant));
1643
+ position: absolute;
1644
+ }
1645
+
1646
+ .e-pv-organize-anchor-node {
1647
+ border: 2px solid rgba(var(--color-sf-outline-variant));
1648
+ margin: 24px;
1649
+ width: 140px;
1650
+ height: 140px;
1651
+ }
1652
+ @media only screen and (max-width: 1399.98px) {
1653
+ .e-pv-organize-anchor-node {
1654
+ width: 140px;
1655
+ height: 140px;
1656
+ }
1657
+ }
1658
+ @media only screen and (max-width: 1199.98px) {
1659
+ .e-pv-organize-anchor-node {
1660
+ width: 140px;
1661
+ height: 140px;
1662
+ }
1663
+ }
1664
+ @media only screen and (max-width: 991.98px) {
1665
+ .e-pv-organize-anchor-node {
1666
+ width: 140px;
1667
+ height: 140px;
1668
+ }
1669
+ }
1670
+ @media only screen and (max-width: 767.98px) {
1671
+ .e-pv-organize-anchor-node {
1672
+ width: 140px;
1673
+ height: 140px;
1674
+ min-width: 140px;
1675
+ min-height: 140px;
1676
+ }
1677
+ }
1678
+ @media only screen and (max-width: 575.98px) {
1679
+ .e-pv-organize-anchor-node {
1680
+ width: 140px;
1681
+ height: 140px;
1682
+ min-width: 140px;
1683
+ min-height: 140px;
1684
+ margin: 24px 20px;
1685
+ }
1686
+ }
1687
+
1688
+ .e-pv-organize-anchor-node.e-pv-organize-tile-draggedEle {
1689
+ border: 2px dashed rgba(var(--color-sf-outline-variant));
1690
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.05)), to(rgba(var(--color-sf-primary), 0.05))), rgba(var(--color-sf-surface));
1691
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
1692
+ }
1693
+
1694
+ .e-pdfviewer .e-pv-organize-tile.e-pv-thumbnail-column .e-checkbox-wrapper {
1695
+ width: 18px;
1696
+ height: 18px;
1697
+ position: relative;
1698
+ top: -100%;
1699
+ padding: 4px;
1700
+ }
1701
+
1702
+ .e-pv-organize-buttondiv {
1703
+ -webkit-box-pack: center;
1704
+ -ms-flex-pack: center;
1705
+ justify-content: center;
1706
+ -ms-flex-wrap: nowrap;
1707
+ flex-wrap: nowrap;
1708
+ position: relative;
1709
+ text-align: center;
1710
+ top: -29px;
1711
+ }
1712
+
1713
+ .e-pv-organize-anchor-node.e-pv-organize-node-selection-ring {
1714
+ border: 2px solid rgba(var(--color-sf-primary));
1715
+ border-radius: 2px;
1716
+ }
1717
+
1718
+ .e-pv-organize-anchor-node.e-pv-organize-node-selection-ring.e-pv-dragging-style {
1719
+ border: 2px dashed rgba(var(--color-sf-outline-variant));
1720
+ }
1721
+
1722
+ .e-pv-organize-window {
1723
+ border: 1px solid rgba(var(--color-sf-outline-variant));
1724
+ border-radius: 0;
1725
+ }
1726
+
1727
+ .e-pdfviewer .e-pv-organize-window .e-footer-content {
1728
+ border-top: 1px solid rgba(var(--color-sf-outline-variant));
1729
+ padding: 15px;
1730
+ }
1731
+
1732
+ .e-pdfviewer .e-pv-organize-window .e-dlg-header-content {
1733
+ padding: 15px;
1734
+ }
1735
+
1736
+ .e-pv-tile-number {
1737
+ text-align: center;
1738
+ margin-top: 16.5px;
1739
+ }
1740
+
1741
+ .e-pv-delete-button.e-btn,
1742
+ .e-pv-copy-button.e-btn,
1743
+ .e-pv-rotate-left-button.e-btn,
1744
+ .e-pv-rotate-right-button.e-btn {
1745
+ width: 25px;
1746
+ height: 25px;
1747
+ -webkit-box-pack: center;
1748
+ -ms-flex-pack: center;
1749
+ justify-content: center;
1750
+ -webkit-box-align: center;
1751
+ -ms-flex-align: center;
1752
+ align-items: center;
1753
+ margin: 0 5px;
1754
+ padding: 0;
1755
+ }
1756
+
1757
+ .e-pv-insert-left-button.e-btn,
1758
+ .e-pv-insert-right-button.e-btn {
1759
+ width: 25px;
1760
+ height: 25px;
1761
+ -webkit-box-pack: center;
1762
+ -ms-flex-pack: center;
1763
+ justify-content: center;
1764
+ -webkit-box-align: center;
1765
+ -ms-flex-align: center;
1766
+ align-items: center;
1767
+ position: absolute;
1768
+ top: -70px;
1769
+ padding: 0;
1770
+ }
1771
+ @media only screen and (max-width: 1399.98px) {
1772
+ .e-pv-insert-left-button.e-btn,
1773
+ .e-pv-insert-right-button.e-btn {
1774
+ top: -70px;
1775
+ }
1776
+ }
1777
+ @media only screen and (max-width: 1199.98px) {
1778
+ .e-pv-insert-left-button.e-btn,
1779
+ .e-pv-insert-right-button.e-btn {
1780
+ top: -70px;
1781
+ }
1782
+ }
1783
+ @media only screen and (max-width: 991.98px) {
1784
+ .e-pv-insert-left-button.e-btn,
1785
+ .e-pv-insert-right-button.e-btn {
1786
+ top: -70px;
1787
+ }
1788
+ }
1789
+ @media only screen and (max-width: 767.98px) {
1790
+ .e-pv-insert-left-button.e-btn,
1791
+ .e-pv-insert-right-button.e-btn {
1792
+ top: -70px;
1793
+ }
1794
+ }
1795
+ @media only screen and (max-width: 575.98px) {
1796
+ .e-pv-insert-left-button.e-btn,
1797
+ .e-pv-insert-right-button.e-btn {
1798
+ top: -70px;
1799
+ }
1800
+ }
1801
+
1802
+ .e-pv-insert-left-button.e-btn {
1803
+ left: calc(-1 * (25px / 2 + 2px / 2));
1804
+ }
1805
+
1806
+ .e-pv-insert-right-button.e-btn {
1807
+ right: calc(-1 * (25px / 2 + 2px / 2));
1808
+ }
1809
+
1810
+ .e-pv-toolbar-rotate-left-button,
1811
+ .e-pv-toolbar-rotate-right-button {
1812
+ height: 32px;
1813
+ width: 32px;
1814
+ padding: 0;
1815
+ top: 7px;
1816
+ position: relative;
1817
+ -webkit-box-shadow: none;
1818
+ box-shadow: none;
1819
+ }
1820
+
1821
+ .e-pv-toolbar-rotate-left-button {
1822
+ left: 436px;
1823
+ }
1824
+
1825
+ .e-pv-toolbar-rotate-right-button {
1826
+ left: 445px;
1827
+ }
1828
+
1829
+ .e-pdfviewer .e-pv-organize-window .e-dlg-content {
1830
+ padding: 0;
1831
+ overflow: hidden;
1832
+ border-radius: 0;
1833
+ }
1834
+
1835
+ .e-pv-organize-toolbar-apperance.e-toolbar {
1836
+ width: 1172px;
1837
+ border: 1px solid rgba(var(--color-sf-outline-variant));
1838
+ border-width: 1px 0;
1839
+ background: transparent !important; /* stylelint-disable-line declaration-no-important */
1840
+ }
1841
+ .e-pv-organize-toolbar-apperance.e-toolbar .e-toolbar-items.e-tbar-pos {
1842
+ background: transparent !important; /* stylelint-disable-line declaration-no-important */
1843
+ }
1844
+
1845
+ .e-pdfviewer .e-pv-organize-toolbar-apperance .e-checkbox-wrapper {
1846
+ margin-left: 22px;
1847
+ text-wrap: nowrap;
1848
+ }
1849
+
1850
+ @media screen and (max-width: 480px) {
1851
+ .e-pdfviewer .e-pv-organize-toolbar-apperance .e-checkbox-wrapper {
1852
+ width: 25px;
1853
+ margin-left: 22px;
1854
+ }
1855
+ }
1856
+ .e-pv-thumbnail-view-button-selection.e-pv-thumbnail-view-button.e-btn,
1857
+ .e-pv-bookmark-button-selection.e-pv-bookmark-button.e-btn {
1858
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-on-surface), 0.12)), to(rgba(var(--color-sf-on-surface), 0.12))), rgba(var(--color-sf-surface));
1859
+ background: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12)), rgba(var(--color-sf-surface));
1860
+ border: none;
1861
+ border-radius: 4px;
1862
+ line-height: inherit;
1863
+ padding: 0;
1864
+ }
1865
+
1866
+ .e-pv-tbar-btn.e-pv-thumbnail-view-button.e-btn:focus {
1867
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-on-surface), 0.12)), to(rgba(var(--color-sf-on-surface), 0.12))), rgba(var(--color-sf-surface));
1868
+ background: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12)), rgba(var(--color-sf-surface));
1869
+ border: none;
1870
+ border-radius: 4px;
1871
+ line-height: inherit;
1872
+ padding: 0;
1873
+ }
1874
+
1875
+ .e-pv-tbar-btn.e-pv-bookmark-button.e-btn:focus {
1876
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-on-surface), 0.12)), to(rgba(var(--color-sf-on-surface), 0.12))), rgba(var(--color-sf-surface));
1877
+ background: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12)), rgba(var(--color-sf-surface));
1878
+ border: none;
1879
+ border-radius: 4px;
1880
+ line-height: inherit;
1881
+ padding: 0;
1882
+ }
1883
+
1884
+ .e-pv-bookmark-button.e-btn {
1885
+ background: transparent;
1886
+ border: none;
1887
+ -webkit-box-shadow: none;
1888
+ box-shadow: none;
1889
+ font-weight: 500;
1890
+ height: 32px;
1891
+ margin: 8px;
1892
+ outline: none;
1893
+ padding: 0;
1894
+ width: 32px;
1895
+ }
1896
+
1897
+ .e-pv-title-close-div.e-btn {
1898
+ background: transparent;
1899
+ border: none;
1900
+ -webkit-box-shadow: none;
1901
+ box-shadow: none;
1902
+ height: 40px;
1903
+ left: 0;
1904
+ padding: 1px;
1905
+ position: absolute;
1906
+ right: 0;
1907
+ top: 0;
1908
+ width: 32px;
1909
+ }
1910
+
1911
+ .e-pv-sidebar-toolbar-splitter {
1912
+ background: rgba(var(--color-sf-outline-variant));
1913
+ bottom: 0;
1914
+ height: calc(100% - 38px);
1915
+ position: absolute;
1916
+ width: 1px;
1917
+ z-index: 104;
1918
+ }
1919
+
1920
+ .e-pv-sidebar-content-splitter {
1921
+ background: rgba(var(--color-sf-outline-variant));
1922
+ height: 1px;
1923
+ position: absolute;
1924
+ top: 38px;
1925
+ width: 201px;
1926
+ z-index: 104;
1927
+ }
1928
+
1929
+ .e-pv-thumbnail-view {
1930
+ bottom: 0;
1931
+ height: 50%;
1932
+ padding: 8px 24px 0;
1933
+ position: absolute;
1934
+ top: 0;
1935
+ }
1936
+
1937
+ .e-pv-thumbnail {
1938
+ height: 140px;
1939
+ margin: 0 20px 40px;
1940
+ width: 100px;
1941
+ }
1942
+
1943
+ .e-pv-thumbnail-number {
1944
+ color: rgba(var(--color-sf-on-surface));
1945
+ font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
1946
+ padding-top: 8px;
1947
+ text-align: center;
1948
+ font-weight: 500;
1949
+ }
1950
+
1951
+ .e-pv-thumbnail-selection-ring {
1952
+ border-radius: 0;
1953
+ -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1954
+ box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1955
+ padding: 6px;
1956
+ }
1957
+
1958
+ .e-pv-thumbnail-image {
1959
+ background-clip: content-box;
1960
+ background-color: rgba(var(--color-sf-surface));
1961
+ height: 126px;
1962
+ width: 86px;
1963
+ }
1964
+
1965
+ .e-pv-thumbnail-hover {
1966
+ border: 1px solid rgba(var(--color-sf-on-surface), 0.38);
1967
+ border-radius: 0;
1968
+ -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1969
+ box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1970
+ cursor: pointer;
1971
+ padding: 5px;
1972
+ }
1973
+
1974
+ .e-pv-thumbnail-focus {
1975
+ border: 2px solid rgba(var(--color-sf-primary));
1976
+ border-radius: 0;
1977
+ -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1978
+ box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1979
+ cursor: pointer;
1980
+ padding: 0;
1981
+ }
1982
+
1983
+ .e-pv-thumbnail-selection {
1984
+ border: 2px solid rgba(var(--color-sf-primary));
1985
+ border-radius: 0;
1986
+ -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1987
+ box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1988
+ cursor: pointer;
1989
+ padding: 1px;
1990
+ }
1991
+
1992
+ .e-pv-thumbnail-row {
1993
+ -ms-flex-wrap: wrap;
1994
+ display: -webkit-box;
1995
+ display: -ms-flexbox;
1996
+ display: flex;
1997
+ flex-wrap: wrap;
1998
+ }
1999
+
2000
+ .e-pv-thumbnail-row {
2001
+ display: -ms-flexbox;
2002
+ }
2003
+
2004
+ .e-pv-thumbnail-column {
2005
+ -ms-flex: 25%;
2006
+ -webkit-box-flex: 25%;
2007
+ flex: 25%;
2008
+ }
2009
+
2010
+ .e-pv-thumbnail-column img {
2011
+ display: block;
2012
+ margin-left: auto;
2013
+ margin-right: auto;
2014
+ }
2015
+
2016
+ .e-pv-bookmark-view {
2017
+ height: 100%;
2018
+ overflow: auto;
2019
+ padding-top: 0;
2020
+ position: relative;
2021
+ }
2022
+
2023
+ div > .e-pv-bookmark-icon.e-pv-icon {
2024
+ float: left;
2025
+ font-size: 18px;
2026
+ padding-left: 0;
2027
+ padding-right: 16px;
2028
+ font-size: 16px;
2029
+ padding-left: 12px;
2030
+ padding-right: 12px;
2031
+ }
2032
+
2033
+ .e-pv-bookmark-title {
2034
+ padding-left: 40px;
2035
+ font-size: 14px;
2036
+ font-weight: 400;
2037
+ line-height: 20px;
2038
+ letter-spacing: 0.24px;
2039
+ }
2040
+
2041
+ .e-bigger div > .e-pv-bookmark-icon.e-pv-icon {
2042
+ font-size: 16px;
2043
+ padding-left: 12px;
2044
+ padding-right: 12px;
2045
+ }
2046
+
2047
+ .e-pv-sidebar-bookmark-title {
2048
+ color: rgba(var(--color-sf-on-surface));
2049
+ font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
2050
+ font-size: 16px;
2051
+ }
2052
+
2053
+ .e-pv-bookmark-view::-webkit-scrollbar {
2054
+ height: 16px;
2055
+ width: 16px;
2056
+ }
2057
+
2058
+ .e-pv-bookmark-view::-webkit-scrollbar-track {
2059
+ -webkit-box-shadow: inset 0 0 0 rgba(var(--color-sf-outline-variant));
2060
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.05)), to(rgba(var(--color-sf-primary), 0.05))), rgba(var(--color-sf-surface));
2061
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
2062
+ border: 1px solid rgba(var(--color-sf-outline-variant));
2063
+ border-width: 0 1px 0 0;
2064
+ }
2065
+
2066
+ .e-pv-bookmark-view::-webkit-scrollbar-thumb {
2067
+ -webkit-box-shadow: inset 0 0 0 rgba(var(--color-sf-outline-variant));
2068
+ background: rgba(var(--color-sf-outline));
2069
+ background-clip: content-box;
2070
+ border: 4px solid transparent;
2071
+ border-radius: 8px;
2072
+ width: 6px;
2073
+ height: 329px;
2074
+ }
2075
+
2076
+ .e-pv-bookmark-view > .e-ul {
2077
+ height: inherit;
2078
+ overflow: unset;
2079
+ }
2080
+
2081
+ .e-pv-bookmark-view .e-fullrow {
2082
+ height: 34px;
2083
+ }
2084
+
2085
+ .e-pv-bookmark-view .e-icon-collapsible::before,
2086
+ .e-pv-bookmark-view .e-icon-expandable::before {
2087
+ display: inline-block;
2088
+ height: 14px;
2089
+ padding: 0;
2090
+ width: 14px;
2091
+ margin-top: 5px;
2092
+ }
2093
+
2094
+ .e-pv-bookmark-view .e-list-item .e-ul {
2095
+ padding-left: 32px;
2096
+ }
2097
+
2098
+ .e-pv-bookmark-view .e-ul {
2099
+ padding: 0 0 0 16px;
2100
+ }
2101
+
2102
+ .e-pv-text::-moz-selection {
2103
+ background: rgba(var(--color-sf-info));
2104
+ }
2105
+
2106
+ .e-pv-text::selection,
2107
+ .e-pv-text .e-pv-maintaincontent {
2108
+ background: rgba(var(--color-sf-info));
2109
+ }
2110
+
2111
+ .e-pv-toolbar .e-pv-tbar-btn.e-pv-tbar-btn,
2112
+ .e-pv-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn,
2113
+ .e-pv-mobile-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn,
2114
+ .e-pv-mobile-annotation-toolbar .e-dropdown-btn.e-btn,
2115
+ .e-pv-annotation-toolbar .e-dropdown-btn.e-btn,
2116
+ .e-pv-formdesigner-toolbar .e-pv-tbar-btn.e-pv-tbar-btn,
2117
+ .e-pv-formdesigner-toolbar .e-dropdown-btn.e-btn,
2118
+ .e-pv-shapes-toolbar .e-pv-tbar-btn,
2119
+ .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused,
2120
+ .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-menu-icon,
2121
+ .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-menu-icon,
2122
+ .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret,
2123
+ .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret {
2124
+ color: rgba(var(--color-sf-on-surface-variant));
2125
+ }
2126
+
2127
+ .e-pv-mobile-annotation-toolbar .e-tbar-btn:hover,
2128
+ .e-pv-mobile-annotation-toolbar .e-tbar-btn:focus {
2129
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
2130
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
2131
+ border-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
2132
+ }
2133
+
2134
+ .e-pv-mobile-annotation-toolbar .e-hscroll.e-scroll-device .e-scroll-nav {
2135
+ -webkit-transform: skewX(-1deg) translateX(6px);
2136
+ transform: skewX(-1deg) translateX(6px);
2137
+ width: 56px;
2138
+ }
2139
+
2140
+ .e-pv-mobile-annotation-toolbar .e-hscroll.e-scroll-device .e-scroll-nav .e-nav-arrow {
2141
+ font-size: 14px;
2142
+ -webkit-transform: skewX(4deg);
2143
+ transform: skewX(4deg);
2144
+ }
2145
+
2146
+ .e-pv-mobile-annotation-toolbar .e-hscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav .e-nav-arrow,
2147
+ .e-pv-sidebar-toolbar .e-pv-tbar-btn {
2148
+ color: rgba(var(--color-sf-on-surface-variant));
2149
+ }
2150
+
2151
+ .e-pv-toolbar .e-toolbar-item.e-overlay .e-pv-tbar-btn.e-pv-tbar-btn .e-pv-icon,
2152
+ .e-pv-annotation-toolbar .e-toolbar-item.e-overlay .e-pv-tbar-btn.e-pv-tbar-btn .e-pv-icon,
2153
+ .e-pv-annotation-toolbar .e-toolbar-item.e-overlay .e-dropdown-btn.e-btn .e-pv-icon,
2154
+ .e-pv-formdesigner-toolbar .e-toolbar-item.e-overlay .e-pv-tbar-btn.e-pv-tbar-btn .e-pv-icon,
2155
+ .e-pv-formdesigner-toolbar .e-toolbar-item.e-overlay .e-dropdown-btn.e-btn .e-pv-icon {
2156
+ color: rgba(var(--color-sf-on-surface-variant));
2157
+ }
2158
+
2159
+ .e-pv-print-popup-container {
2160
+ height: 100%;
2161
+ left: 0;
2162
+ overflow: auto;
2163
+ position: absolute;
2164
+ top: 0;
2165
+ width: 100%;
2166
+ z-index: 2000;
2167
+ }
2168
+
2169
+ .e-pdfviewer .e-pv-print-popup-container .e-spinner-pane.e-spin-center.e-spin-show {
2170
+ background-color: rgba(var(--color-sf-black)), 0.3;
2171
+ }
2172
+
2173
+ .e-pv-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-pv-icon {
2174
+ padding: 0 16px 0 0;
2175
+ }
2176
+
2177
+ .e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-pv-icon {
2178
+ padding: 0 0 0 16px;
2179
+ }
2180
+
2181
+ .e-pv-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select,
2182
+ .e-pv-annotation-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select,
2183
+ .e-pv-mobile-annotation-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select,
2184
+ .e-pv-mobile-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select,
2185
+ .e-pv-formdesigner-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select {
2186
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-on-surface), 0.12)), to(rgba(var(--color-sf-on-surface), 0.12))), rgba(var(--color-sf-surface));
2187
+ background: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12)), rgba(var(--color-sf-surface));
2188
+ border: 0;
2189
+ border-radius: 0;
2190
+ color: rgba(var(--color-sf-on-surface));
2191
+ }
2192
+
2193
+ .e-pv-search-bar {
2194
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-surface), 1)), to(rgba(var(--color-sf-surface), 1))), rgba(var(--color-sf-surface));
2195
+ background: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface));
2196
+ border: 1px solid rgba(var(--color-sf-outline-variant));
2197
+ border-radius: 8px;
2198
+ -webkit-box-shadow: 0 3px 8px 0 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 4px 8px 3px rgba(0, 0, 0, 0.15);
2199
+ box-shadow: 0 3px 8px 0 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 4px 8px 3px rgba(0, 0, 0, 0.15);
2200
+ height: 108px;
2201
+ padding: 16px;
2202
+ position: absolute;
2203
+ width: 316px;
2204
+ z-index: 105;
2205
+ }
2206
+
2207
+ .e-pv-search-input {
2208
+ height: 32px;
2209
+ width: 200px;
2210
+ }
2211
+
2212
+ .e-pv-search-input-mobile {
2213
+ height: 32px;
2214
+ }
2215
+
2216
+ .e-pv-match-case-container {
2217
+ margin-top: 16px;
2218
+ }
2219
+
2220
+ .e-pv-search-btn.e-btn {
2221
+ background-color: transparent;
2222
+ border: 0;
2223
+ -webkit-box-shadow: none;
2224
+ box-shadow: none;
2225
+ height: 32px;
2226
+ margin-top: -6px;
2227
+ width: 32px;
2228
+ }
2229
+
2230
+ .e-pv-search-btn.e-btn:active {
2231
+ background-color: transparent;
2232
+ }
2233
+
2234
+ .e-pv-search-bar:not(.e-rtl) .e-pv-prev-search {
2235
+ margin-left: 8px;
2236
+ }
2237
+
2238
+ .e-pv-search-bar:not(.e-rtl) .e-pv-next-search {
2239
+ margin-left: 4px;
2240
+ }
2241
+
2242
+ .e-pv-search-bar.e-rtl .e-pv-prev-search {
2243
+ margin-right: 8px;
2244
+ }
2245
+
2246
+ .e-pv-search-bar.e-rtl .e-pv-next-search {
2247
+ margin-right: 4px;
2248
+ }
2249
+
2250
+ .e-pv-search-bar.e-rtl .e-pv-prev-search .e-pv-icon-search {
2251
+ padding-right: 5px;
2252
+ }
2253
+
2254
+ .e-pv-notification-popup {
2255
+ height: 200px;
2256
+ margin: 0 10px;
2257
+ max-width: 360px;
2258
+ }
2259
+
2260
+ .e-pv-notification-popup.e-pv-notification-large-content {
2261
+ height: 205px;
2262
+ max-width: 400px;
2263
+ }
2264
+
2265
+ .e-pv-notification-popup .e-pv-notification-popup-content {
2266
+ font-size: 12px;
2267
+ }
2268
+
2269
+ .e-pv-search-input.e-input-group .e-input-search-group-icon.e-input-group-icon {
2270
+ background: transparent;
2271
+ }
2272
+
2273
+ .e-pv-search-input.e-input-group:not(.e-disabled) .e-input-search-group-icon.e-input-group-icon:active {
2274
+ background: transparent;
2275
+ color: rgba(var(--color-sf-primary), 0.54);
2276
+ }
2277
+
2278
+ .e-pv-search-input.e-input-group:not(.e-disabled) .e-input-search-group-icon.e-input-group-icon:hover {
2279
+ color: rgba(var(--color-sf-primary), 0.54);
2280
+ }
2281
+
2282
+ .e-pv-bookmark-container {
2283
+ background-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
2284
+ border: 1px solid rgba(var(--color-sf-outline-variant));
2285
+ }
2286
+
2287
+ .e-pv-bookmark-container .e-listview:not(.e-list-template) .e-list-item {
2288
+ border-bottom: 1px solid rgba(var(--color-sf-outline-variant));
2289
+ height: 48px;
2290
+ }
2291
+
2292
+ .e-pv-bookmark-container .e-pv-bookmark-view.e-listview .e-ul .e-list-item:last-child {
2293
+ border-bottom-width: 0;
2294
+ }
2295
+
2296
+ .e-pv-bookmark-container .e-listview .e-list-text {
2297
+ -ms-transform: translateY(-50%);
2298
+ position: absolute;
2299
+ top: 50%;
2300
+ -webkit-transform: translateY(-50%);
2301
+ transform: translateY(-50%);
2302
+ }
2303
+
2304
+ .e-pv-nav-toolbar.e-toolbar .e-tbar-btn:active .e-tbar-btn-text {
2305
+ color: rgba(var(--color-sf-primary), 0.87);
2306
+ }
2307
+
2308
+ .e-pv-nav-toolbar.e-toolbar .e-tbar-btn.e-tbtn-txt {
2309
+ background-color: transparent;
2310
+ border-width: 0;
2311
+ -webkit-box-shadow: none;
2312
+ box-shadow: none;
2313
+ }
2314
+
2315
+ .e-pv-bookmark-container .e-pv-bookmark-view {
2316
+ padding-top: 0;
2317
+ }
2318
+
2319
+ .e-pv-bookmark-container .e-pv-bookmark-view .e-list-parent.e-ul {
2320
+ padding-left: 0;
2321
+ }
2322
+
2323
+ .e-pv-properties-color-container-style-prop .e-btn-icon.e-pv-annotation-color-icon.e-pv-icon,
2324
+ .e-pv-properties-color-container-style-prop .e-btn-icon.e-pv-annotation-stroke-icon.e-pv-icon {
2325
+ border-bottom: 2px solid;
2326
+ margin-top: 0;
2327
+ padding-top: 5px;
2328
+ vertical-align: initial;
2329
+ }
2330
+
2331
+ .e-pv-properties-font-color-container .e-btn-icon.e-pv-annotation-textcolor-icon.e-pv-icon {
2332
+ border-bottom: 2px solid;
2333
+ margin-top: 0;
2334
+ padding-top: 1px;
2335
+ vertical-align: initial;
2336
+ }
2337
+
2338
+ .e-pv-properties-color-container-style-prop .e-btn-icon.e-pv-annotation-thickness-icon.e-pv-icon {
2339
+ margin-top: 0;
2340
+ padding-top: 7px;
2341
+ vertical-align: initial;
2342
+ }
2343
+
2344
+ .e-pv-custom-annotation-thickness-container .e-btn-icon.e-pv-annotation-thickness-icon.e-pv-icon,
2345
+ .e-pv-custom-annotation-opacity-container .e-btn-icon.e-pv-annotation-opacity-icon.e-pv-icon {
2346
+ vertical-align: initial;
2347
+ }
2348
+
2349
+ .e-pv-annotation-opacity-popup-container,
2350
+ .e-pv-annotation-thickness-popup-container {
2351
+ -webkit-box-shadow: 0 3px 8px 0 rgba(var(--color-sf-on-surface), 0.05);
2352
+ box-shadow: 0 3px 8px 0 rgba(var(--color-sf-on-surface), 0.05);
2353
+ color: rgba(var(--color-sf-on-surface));
2354
+ height: auto;
2355
+ min-height: 48px;
2356
+ padding: 16px;
2357
+ width: auto;
2358
+ }
2359
+
2360
+ .e-pv-annotation-opacity-label,
2361
+ .e-pv-annotation-opacity-indicator,
2362
+ .e-pv-annotation-thickness-label,
2363
+ .e-pv-annotation-thickness-indicator {
2364
+ float: left;
2365
+ font-family: inherit;
2366
+ font-size: inherit;
2367
+ }
2368
+
2369
+ .e-pv-annotation-opacity-slider-container.e-control-wrapper.e-slider-container.e-horizontal,
2370
+ .e-pv-annotation-thickness-slider-container.e-control-wrapper.e-slider-container.e-horizontal {
2371
+ float: left;
2372
+ height: auto;
2373
+ margin-left: 11px;
2374
+ margin-right: 10px;
2375
+ }
2376
+
2377
+ .e-dropdown-popup:not(.e-rtl) .e-pv-annotation-opacity-slider-container.e-control-wrapper.e-slider-container.e-horizontal,
2378
+ .e-dropdown-popup:not(.e-rtl) .e-pv-annotation-thickness-slider-container.e-control-wrapper.e-slider-container.e-horizontal {
2379
+ width: 172px;
2380
+ }
2381
+
2382
+ .e-dropdown-popup.e-rtl .e-pv-annotation-opacity-slider-container.e-control-wrapper.e-slider-container.e-horizontal,
2383
+ .e-dropdown-popup.e-rtl .e-pv-annotation-thickness-slider-container.e-control-wrapper.e-slider-container.e-horizontal {
2384
+ width: 140px;
2385
+ }
2386
+
2387
+ .e-pv-annotation-opacity-slider-container.e-control-wrapper.e-slider-container .e-pv-annotation-opacity-slider.e-slider,
2388
+ .e-pv-annotation-thickness-slider-container.e-control-wrapper.e-slider-container .e-pv-annotation-opacity-slider.e-slider {
2389
+ height: 16px;
2390
+ }
2391
+
2392
+ .e-pv-annotation-color-container.e-dropdown-btn.e-btn .e-caret .e-pv-annotation-opacity-container.e-dropdown-btn.e-btn .e-caret .e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn .e-caret,
2393
+ .e-pv-annotation-textalign-container.e-dropdown-btn.e-btn .e-caret,
2394
+ .e-pv-annotation-textprop-container.e-dropdown-btn.e-btn .e-caret {
2395
+ font-size: 16px;
2396
+ }
2397
+
2398
+ .e-bigger .e-.e-pv-annotation-color-container.e-dropdown-btn.e-btn .e-caret .e-pv-annotation-opacity-container.e-dropdown-btn.e-btn .e-caret .e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn .e-caret,
2399
+ .e-bigger .e-pv-annotation-textalign-container.e-dropdown-btn.e-btn .e-caret,
2400
+ .e-bigger .e-pv-annotation-textprop-container.e-dropdown-btn.e-btn .e-caret {
2401
+ font-size: 18px;
2402
+ }
2403
+
2404
+ .e-pv-annotation-color-container.e-icon-btn,
2405
+ .e-pv-annotation-opacity-container.e-icon-btn,
2406
+ .e-pv-annotation-stroke-container.e-icon-btn,
2407
+ .e-pv-custom-annotation-thickness-container.e-icon-btn,
2408
+ .e-pv-custom-annotation-opacity-container.e-icon-btn,
2409
+ .e-pv-annotation-thickness-container.e-icon-btn,
2410
+ .e-pv-annotation-textcolor-container.e-icon-btn,
2411
+ .e-pv-annotation-textalign-container.e-icon-btn,
2412
+ .e-pv-annotation-textprop-container.e-icon-btn {
2413
+ height: 32px;
2414
+ width: auto;
2415
+ }
2416
+
2417
+ .e-bigger .e-pv-annotation-color-container.e-icon-btn,
2418
+ .e-bigger .e-pv-annotation-opacity-container.e-icon-btn,
2419
+ .e-bigger .e-pv-annotation-stroke-container.e-icon-btn,
2420
+ .e-bigger .e-pv-custom-annotation-thickness-container.e-icon-btn,
2421
+ .e-bigger .e-pv-custom-annotation-opacity-container.e-icon-btn,
2422
+ .e-bigger .e-pv-annotation-thickness-container.e-icon-btn,
2423
+ .e-bigger .e-pv-annotation-textcolor-container.e-icon-btn,
2424
+ .e-bigger .e-pv-annotation-textalign-container.e-icon-btn,
2425
+ .e-bigger .e-pv-annotation-textprop-container.e-icon-btn {
2426
+ white-space: nowrap;
2427
+ }
2428
+
2429
+ .e-pv-annotation-thickness-container.e-btn.e-icon-btn.e-dropdown-btn {
2430
+ padding-top: 7px;
2431
+ }
2432
+
2433
+ .e-pv-shapes-toolbar {
2434
+ border-radius: 4px;
2435
+ -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
2436
+ box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
2437
+ }
2438
+
2439
+ .e-pv-shapes-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
2440
+ padding: 4px;
2441
+ }
2442
+
2443
+ .e-pv-shapes-toolbar.e-toolbar .e-toolbar-items.e-toolbar-multirow {
2444
+ margin-bottom: 0;
2445
+ margin-left: 4px;
2446
+ margin-right: 4px;
2447
+ margin-top: 4px;
2448
+ }
2449
+
2450
+ .e-pv-shapes-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
2451
+ height: 32px;
2452
+ width: 32px;
2453
+ }
2454
+
2455
+ .e-pv-organize-total-page-button {
2456
+ float: left;
2457
+ font-weight: normal;
2458
+ color: rgba(var(--color-sf-on-surface));
2459
+ font-size: 12;
2460
+ }
2461
+
2462
+ .e-pdfviewer .e-pv-organize-window .e-footer-content .e-btn.e-flat:disabled {
2463
+ background-color: transparent;
2464
+ background: transparent;
2465
+ color: rgba(var(--color-sf-on-surface));
2466
+ cursor: default;
2467
+ }
2468
+
2469
+ .e-pv-annotation-thickness-slider-container {
2470
+ margin-top: -6px;
2471
+ }
2472
+
2473
+ .e-pv-organize-image {
2474
+ width: calc(100% - 4px);
2475
+ height: calc(100% - 4px);
2476
+ border: 1px solid rgba(var(--color-sf-outline-variant));
2477
+ pointer-events: none;
2478
+ }
2479
+
2480
+ .e-pv-annotation-opacity-icon {
2481
+ padding-top: 1px;
2482
+ }
2483
+
2484
+ .e-pv-annotation-color-container.e-btn,
2485
+ .e-pv-annotation-opacity-container.e-btn,
2486
+ .e-pv-annotation-stroke-container.e-btn,
2487
+ .e-pv-annotation-thickness-container.e-btn,
2488
+ .e-pv-annotation-shapes-container.e-btn,
2489
+ .e-pv-annotation-calibrate-container.e-btn,
2490
+ .e-pv-annotation-textcolor-container.e-btn,
2491
+ .e-pv-annotation-textalign-container.e-btn,
2492
+ .e-pv-annotation-textprop-container.e-btn,
2493
+ .e-pv-annotation-handwritten-container.e-btn,
2494
+ .e-pv-stamp.e-menu-wrapper ul .e-menu-item.e-focused:not(.e-selected) {
2495
+ background: transparent;
2496
+ border: transparent;
2497
+ }
2498
+
2499
+ .e-pv-annotation-color-container.e-btn:hover,
2500
+ .e-pv-annotation-opacity-container.e-btn:hover,
2501
+ .e-pv-annotation-stroke-container.e-btn:hover,
2502
+ .e-pv-annotation-thickness-container.e-btn:hover,
2503
+ .e-pv-annotation-shapes-container.e-btn:hover,
2504
+ .e-pv-annotation-calibrate-container.e-btn:hover,
2505
+ .e-pv-annotation-textcolor-container.e-btn:hover,
2506
+ .e-pv-annotation-textalign-container.e-btn:hover,
2507
+ .e-pv-annotation-textprop-container.e-btn:hover,
2508
+ .e-pv-annotation-handwritten-container.e-btn:hover,
2509
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input:hover,
2510
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-valid-input:hover,
2511
+ .e-pv-stamp.e-menu-wrapper ul .e-menu-item.e-focused:hover {
2512
+ background: rgba(var(--color-sf-on-surface), 0.05);
2513
+ border: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.08), rgba(var(--color-sf-on-surface), 0.08));
2514
+ }
2515
+
2516
+ .e-pv-stamp.e-menu-wrapper ul .e-menu-item.e-focused:focus {
2517
+ background-color: rgba(var(--color-sf-on-surface), 0.05);
2518
+ border-color: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.08), rgba(var(--color-sf-on-surface), 0.08));
2519
+ outline: none;
2520
+ color: rgba(var(--color-sf-on-surface));
2521
+ }
2522
+
2523
+ .e-pv-annotation-color-container.e-btn:focus,
2524
+ .e-pv-annotation-opacity-container.e-btn:focus,
2525
+ .e-pv-annotation-stroke-container.e-btn:focus,
2526
+ .e-pv-annotation-thickness-container.e-btn:focus,
2527
+ .e-pv-annotation-shapes-container.e-btn:focus,
2528
+ .e-pv-annotation-calibrate-container.e-btn:focus,
2529
+ .e-pv-annotation-textcolor-container.e-btn:focus,
2530
+ .e-pv-annotation-textalign-container.e-btn:focus,
2531
+ .e-pv-annotation-handwritten-container.e-btn:focus,
2532
+ .e-pv-annotation-textprop-container.e-btn:focus {
2533
+ background: rgba(var(--color-sf-on-surface), 0.05);
2534
+ border: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.08), rgba(var(--color-sf-on-surface), 0.08));
2535
+ outline: none;
2536
+ }
2537
+
2538
+ .e-pv-annotation-color-container.e-btn:active,
2539
+ .e-pv-annotation-opacity-container.e-btn:active,
2540
+ .e-pv-annotation-stroke-container.e-btn:active,
2541
+ .e-pv-annotation-thickness-container.e-btn:active,
2542
+ .e-pv-annotation-shapes-container.e-btn:active,
2543
+ .e-pv-annotation-calibrate-container.e-btn:active,
2544
+ .e-pv-annotation-textcolor-container.e-btn:active,
2545
+ .e-pv-annotation-textalign-container.e-btn:active,
2546
+ .e-pv-annotation-textprop-container.e-btn:active,
2547
+ .e-pv-annotation-handwritten-container.e-btn:active {
2548
+ background: rgba(var(--color-sf-primary-container));
2549
+ border: transparent;
2550
+ -webkit-box-shadow: none;
2551
+ box-shadow: none;
2552
+ color: rgba(var(--color-sf-on-surface));
2553
+ }
2554
+
2555
+ .e-pv-annotation-shapes-container.e-btn.e-dropdown-btn.e-active:not(:hover),
2556
+ .e-pv-annotation-calibrate-container.e-btn.e-dropdown-btn.e-active:not(:hover),
2557
+ .e-pv-annotation-handwritten-container.e-dropdown-btn.e-btn.e-active:not(:hover),
2558
+ .e-pv-annotation-toolbar .e-dropdown-btn.e-btn.e-active:not(:hover) .e-caret {
2559
+ background: rgba(var(--color-sf-primary-container));
2560
+ color: rgba(var(--color-sf-on-surface-variant));
2561
+ }
2562
+
2563
+ .e-pv-annotation-color-container.e-dropdown-btn.e-btn,
2564
+ .e-pv-annotation-opacity-container.e-dropdown-btn.e-btn,
2565
+ .e-pv-annotation-stroke-container.e-dropdown-btn.e-btn,
2566
+ .e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-btn,
2567
+ .e-pv-custom-annotation-opacity-container.e-dropdown-btn.e-btn,
2568
+ .e-pv-annotation-thickness-container.e-dropdown-btn.e-btn,
2569
+ .e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn,
2570
+ .e-pv-annotation-textalign-container.e-dropdown-btn.e-btn,
2571
+ .e-pv-annotation-textprop-container.e-dropdown-btn.e-btn {
2572
+ line-height: 0;
2573
+ padding: 7px 7px 7px;
2574
+ -webkit-box-align: center;
2575
+ -ms-flex-align: center;
2576
+ align-items: center;
2577
+ display: -webkit-box;
2578
+ display: -ms-flexbox;
2579
+ display: flex;
2580
+ }
2581
+
2582
+ .e-pv-annotation-color-container.e-dropdown-btn.e-button,
2583
+ .e-pv-annotation-opacity-container.e-dropdown-btn.e-button,
2584
+ .e-pv-annotation-stroke-container.e-dropdown-btn.e-button,
2585
+ .e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-button,
2586
+ .e-pv-custom-annotation-opacity-container.e-dropdown-btn.e-button,
2587
+ .e-pv-annotation-thickness-container.e-dropdown-btn.e-bbuttontn,
2588
+ .e-pv-annotation-textcolor-container.e-dropdown-btn.e-button,
2589
+ .e-pv-annotation-textalign-container.e-dropdown-btn.e-button,
2590
+ .e-pv-annotation-textprop-container.e-dropdown-btn.e-button {
2591
+ line-height: 0;
2592
+ padding: 7px 7px 7px;
2593
+ }
2594
+
2595
+ .e-pv-toolbar.e-toolbar.e-toolpop .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text.e-pv-submitform-text {
2596
+ display: inline-block;
2597
+ padding: 0 4px;
2598
+ }
2599
+
2600
+ .e-pv-toolbar.e-toolbar.e-toolpop .e-toolbar-items .e-toolbar-item.e-pv-submit .e-tbar-btn .e-tbar-btn-text.e-pv-submitform-text {
2601
+ display: inline-block;
2602
+ padding: 0 4px;
2603
+ }
2604
+
2605
+ .e-pv-mobile-toolbar .e-toolbar-items .e-toolbar-item .e-btn.e-tbar-btn,
2606
+ .e-pv-nav-toolbar .e-toolbar-items .e-toolbar-item .e-btn.e-tbar-btn {
2607
+ height: 30px;
2608
+ min-width: 36px;
2609
+ }
2610
+
2611
+ .e-pv-annotation-popup-menu {
2612
+ background-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
2613
+ border-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.14), rgba(var(--color-sf-primary), 0.14)), rgba(var(--color-sf-surface));
2614
+ color: rgba(var(--color-sf-on-surface));
2615
+ }
2616
+
2617
+ .e-pv-properties-window {
2618
+ max-width: 480px;
2619
+ }
2620
+
2621
+ .e-pv-scale-ratio-window {
2622
+ max-width: 476px;
2623
+ }
2624
+
2625
+ .e-pv-scale-ratio-dialog {
2626
+ max-width: 476px;
2627
+ }
2628
+
2629
+ .e-pv-line-styles-content,
2630
+ .e-pv-line-styles-item {
2631
+ border-bottom-color: rgba(var(--color-sf-on-surface));
2632
+ }
2633
+
2634
+ .e-pv-properties-line-fill-color-container .e-dropdown-btn.e-btn,
2635
+ .e-pv-properties-line-stroke-color-container .e-dropdown-btn.e-btn {
2636
+ height: 30px;
2637
+ line-height: 16px;
2638
+ padding: 7px;
2639
+ }
2640
+
2641
+ .e-pv-properties-window .e-dlg-content {
2642
+ padding-top: 6px;
2643
+ }
2644
+
2645
+ .e-pv-scale-ratio-text,
2646
+ .e-pv-depth-text {
2647
+ margin-bottom: 8px;
2648
+ }
2649
+
2650
+ .e-pv-properties-line-start-container,
2651
+ .e-pv-properties-line-end-container,
2652
+ .e-pv-properties-line-style-container,
2653
+ .e-pv-properties-line-thickness-container,
2654
+ .e-pv-properties-line-fill-color-container,
2655
+ .e-pv-properties-line-stroke-color-container,
2656
+ .e-pv-properties-line-leader-length-container {
2657
+ float: left;
2658
+ height: 52px;
2659
+ margin-bottom: 16px;
2660
+ }
2661
+
2662
+ .e-pv-properties-line-opacity-container {
2663
+ float: left;
2664
+ height: auto;
2665
+ width: 214px;
2666
+ width: 204px;
2667
+ max-width: 204px;
2668
+ }
2669
+
2670
+ .e-pv-scale-ratio-src-input-container,
2671
+ .e-pv-scale-ratio-src-unit-container,
2672
+ .e-pv-scale-ratio-dest-input-container,
2673
+ .e-pv-scale-ratio-dest-unit-container,
2674
+ .e-pv-depth-input-container,
2675
+ .e-pv-depth-unit-container {
2676
+ float: left;
2677
+ height: 32px;
2678
+ }
2679
+
2680
+ .e-bigger .e-pv-scale-ratio-src-input-container,
2681
+ .e-bigger .e-pv-scale-ratio-src-unit-container,
2682
+ .e-bigger .e-pv-scale-ratio-dest-input-container,
2683
+ .e-bigger .e-pv-scale-ratio-dest-unit-container,
2684
+ .e-bigger .e-pv-depth-input-container,
2685
+ .e-bigger .e-pv-depth-unit-container {
2686
+ float: left;
2687
+ height: 40px;
2688
+ width: 45%;
2689
+ }
2690
+
2691
+ .e-pv-scale-ratio-src-input-container,
2692
+ .e-pv-scale-ratio-src-unit-container,
2693
+ .e-pv-scale-ratio-dest-input-container,
2694
+ .e-pv-scale-ratio-dest-unit-container {
2695
+ margin-bottom: 8px;
2696
+ }
2697
+
2698
+ .e-pv-scale-ratio-src-unit-container,
2699
+ .e-pv-scale-ratio-dest-unit-container,
2700
+ .e-pv-depth-unit-container {
2701
+ margin-left: 12px;
2702
+ }
2703
+
2704
+ .e-pv-scale-ratio-src-unit.e-btn,
2705
+ .e-pv-scale-ratio-dest-unit.e-btn,
2706
+ .e-pv-depth-unit.e-btn {
2707
+ padding: 6px 8px 4px;
2708
+ }
2709
+
2710
+ .e-pv-scale-unit-content {
2711
+ float: left;
2712
+ width: 33px;
2713
+ }
2714
+
2715
+ .e-pv-scale-ratio-src-unit .e-caret,
2716
+ .e-pv-scale-ratio-dest-unit .e-caret,
2717
+ .e-pv-depth-unit .e-caret {
2718
+ margin-left: 120px;
2719
+ margin-top: 7px;
2720
+ }
2721
+
2722
+ .e-pv-properties-line-opacity {
2723
+ margin-top: -10px;
2724
+ }
2725
+
2726
+ .e-pv-properties-line-start-label,
2727
+ .e-pv-properties-line-end-label,
2728
+ .e-pv-properties-line-style-label,
2729
+ .e-pv-properties-line-thickness-label,
2730
+ .e-pv-properties-line-fill-color-label,
2731
+ .e-pv-properties-line-stroke-color-label,
2732
+ .e-pv-properties-line-opacity-label,
2733
+ .e-pv-properties-line-leader-length-label {
2734
+ font-size: 10px;
2735
+ margin-bottom: 0;
2736
+ margin-bottom: 8px;
2737
+ }
2738
+
2739
+ .e-pv-properties-line-end-container,
2740
+ .e-pv-properties-line-thickness-container {
2741
+ margin-left: 12px;
2742
+ }
2743
+
2744
+ .e-pv-properties-line-leader-length-container {
2745
+ margin-left: 16px;
2746
+ }
2747
+
2748
+ .e-pv-properties-line-stroke-color-container {
2749
+ margin-left: 175px !important; /* stylelint-disable-line declaration-no-important */
2750
+ margin-right: 87px;
2751
+ }
2752
+
2753
+ .e-pv-properties-line-start,
2754
+ .e-pv-properties-line-end,
2755
+ .e-pv-properties-line-style,
2756
+ .e-pv-properties-line-thickness,
2757
+ .e-pv-properties-line-opacity,
2758
+ .e-pv-properties-line-leader-length {
2759
+ max-width: 214px;
2760
+ }
2761
+
2762
+ .e-pv-scale-ratio-src-input,
2763
+ .e-pv-scale-ratio-dest-input,
2764
+ .e-pv-depth-input {
2765
+ max-width: 232px;
2766
+ }
2767
+
2768
+ .e-pv-properties-line-start,
2769
+ .e-pv-properties-line-end,
2770
+ .e-pv-properties-line-style {
2771
+ width: 214px;
2772
+ }
2773
+
2774
+ .e-pv-properties-line-style {
2775
+ font-size: 10px;
2776
+ max-width: 214px;
2777
+ border-radius: 0;
2778
+ }
2779
+
2780
+ .e-pv-scale-ratio-src-unit,
2781
+ .e-pv-scale-ratio-dest-unit,
2782
+ .e-pv-depth-unit {
2783
+ width: 203px;
2784
+ }
2785
+
2786
+ .e-pv-line-styles-container {
2787
+ line-height: 0;
2788
+ padding: 17px;
2789
+ }
2790
+
2791
+ .e-pv-line-styles-item {
2792
+ -webkit-box-sizing: border-box;
2793
+ box-sizing: border-box;
2794
+ }
2795
+
2796
+ .e-pv-line-styles-content,
2797
+ .e-pv-line-styles-item {
2798
+ border-bottom-width: 2px;
2799
+ display: inline-block;
2800
+ width: 100%;
2801
+ }
2802
+
2803
+ .e-pv-properties-line-style-content {
2804
+ float: left;
2805
+ line-height: 16px;
2806
+ width: 44px;
2807
+ font-size: 14px;
2808
+ }
2809
+
2810
+ .e-pv-properties-line-start.e-btn,
2811
+ .e-pv-properties-line-end.e-btn {
2812
+ border-bottom: 1px solid rgba(var(--color-sf-outline));
2813
+ border-radius: 0;
2814
+ width: 214px;
2815
+ height: 32px;
2816
+ padding: 0;
2817
+ }
2818
+
2819
+ .e-pv-properties-line-style.e-btn {
2820
+ border-bottom: 1px solid rgba(var(--color-sf-outline));
2821
+ border-radius: 0;
2822
+ line-height: 0;
2823
+ padding: 8px;
2824
+ white-space: pre;
2825
+ }
2826
+
2827
+ .e-pv-properties-line-start.e-btn .e-caret,
2828
+ .e-pv-properties-line-end.e-btn .e-caret {
2829
+ display: inline;
2830
+ line-height: 16px;
2831
+ margin-left: 120px;
2832
+ }
2833
+
2834
+ .e-pv-line-styles-content-container {
2835
+ float: left;
2836
+ font-size: 0;
2837
+ margin-right: 7.5px;
2838
+ margin-top: 2.5px;
2839
+ width: 155px;
2840
+ padding-top: 6px;
2841
+ }
2842
+
2843
+ .e-pv-annotation-shapes-container.e-btn.e-icon-btn,
2844
+ .e-pv-annotation-calibrate-container.e-btn.e-icon-btn,
2845
+ .e-pv-annotation-handwritten-container.e-btn.e-icon-btn,
2846
+ .e-menu-wrapper.e-custom-scroll.e-lib.e-keyboard.e-pv-stamp ul {
2847
+ width: -webkit-max-content;
2848
+ width: -moz-max-content;
2849
+ width: max-content;
2850
+ }
2851
+
2852
+ .e-pv-annotation-shapes-container.e-btn.e-icon-btn,
2853
+ .e-pv-annotation-calibrate-container.e-btn.e-icon-btn,
2854
+ .e-pv-annotation-handwritten-container.e-btn.e-icon-btn {
2855
+ padding: 0 8px;
2856
+ }
2857
+
2858
+ .e-pv-annotation-shape-icon,
2859
+ .e-pv-annotation-calibrate-icon,
2860
+ .e-pv-handwritten-icon {
2861
+ margin-right: 4px;
2862
+ }
2863
+
2864
+ .e-pv-properties-opacity-indicator {
2865
+ margin-left: 190px;
2866
+ }
2867
+
2868
+ .e-pv-annotation-stamp-container .e-menu-parent.e-menu {
2869
+ border-radius: 2px;
2870
+ }
2871
+
2872
+ .e-bigger .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
2873
+ .e-bigger .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
2874
+ height: 32px;
2875
+ line-height: 25px;
2876
+ margin: 0;
2877
+ width: 32px;
2878
+ }
2879
+
2880
+ .e-bigger .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input {
2881
+ padding-top: 4px;
2882
+ }
2883
+
2884
+ .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-pv-zoom-drop-down-container {
2885
+ width: 93px;
2886
+ }
2887
+
2888
+ .e-pv-toolbar.e-toolbar .e-tbar-btn > :first-child {
2889
+ line-height: 26px;
2890
+ min-height: 26px;
2891
+ }
2892
+
2893
+ .e-bigger .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input:focus {
2894
+ padding-left: 0;
2895
+ }
2896
+
2897
+ .e-bigger .e-pv-password-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn,
2898
+ .e-bigger .e-pv-corrupted-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn,
2899
+ .e-pv-mobile-view .e-pv-password-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn,
2900
+ .e-pv-mobile-view .e-pv-corrupted-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
2901
+ padding-top: 0;
2902
+ }
2903
+
2904
+ .e-bigger .e-toolbar.e-pv-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left,
2905
+ .e-bigger .e-toolbar.e-pv-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right {
2906
+ top: 0;
2907
+ }
2908
+
2909
+ .e-bigger .e-pv-toolbar.e-rtl .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input {
2910
+ padding-right: 0;
2911
+ }
2912
+
2913
+ .e-bigger .e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl input.e-input.e-control.e-keyboard,
2914
+ .e-bigger .e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl input.e-input.e-control.e-keyboard,
2915
+ .e-bigger .e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl input.e-input.e-control.e-keyboard,
2916
+ .e-bigger .e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl input.e-input.e-control.e-keyboard {
2917
+ padding-left: 0;
2918
+ padding-right: 12px;
2919
+ }
2920
+
2921
+ .e-pv-sidebar-content-container.e-left {
2922
+ left: 48px;
2923
+ }
2924
+
2925
+ .e-pv-sidebar-content-container.e-right {
2926
+ right: 48px;
2927
+ }
2928
+
2929
+ .e-pv-sidebar-toolbar-splitter.e-left {
2930
+ left: 48px;
2931
+ }
2932
+
2933
+ .e-pv-sidebar-toolbar-splitter.e-right {
2934
+ right: 48px;
2935
+ }
2936
+
2937
+ .e-pv-sidebar-resizer.e-left {
2938
+ left: 202px;
2939
+ }
2940
+
2941
+ .e-pv-sidebar-resizer.e-right {
2942
+ right: 202px;
2943
+ }
2944
+
2945
+ .e-pdfviewer .e-checkbox-wrapper.e-pv-organize-select-all .e-frame + .e-label {
2946
+ font-size: 14px;
2947
+ }
2948
+
2949
+ .e-pdfviewer .e-checkbox-wrapper .e-frame + .e-label,
2950
+ .e-pdfviewer .e-css.e-checkbox-wrapper .e-frame + .e-label {
2951
+ margin-right: 10px;
2952
+ }
2953
+
2954
+ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2955
+ float: left;
2956
+ font-size: 18px;
2957
+ padding-left: 1px;
2958
+ padding-right: 1px;
2959
+ position: absolute;
2960
+ font-size: 16px;
2961
+ padding-left: 12px;
2962
+ padding-right: 12px;
2963
+ }
2964
+
2965
+ .e-bigger div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2966
+ font-size: 16px;
2967
+ padding-left: 12px;
2968
+ padding-right: 12px;
2969
+ }
2970
+
2971
+ .e-bigger .e-pv-properties-window {
2972
+ max-width: 490px;
2973
+ }
2974
+
2975
+ .e-bigger .e-pv-scale-ratio-window {
2976
+ max-width: 464px;
2977
+ }
2978
+
2979
+ .e-pdfviewer .e-treeview .e-list-item {
2980
+ word-break: break-word;
2981
+ white-space: pre-wrap;
2982
+ }
2983
+
2984
+ .e-pdfviewer .e-treeview .e-list-text {
2985
+ width: 100%;
2986
+ }
2987
+
2988
+ .e-pdfviewer .e-treeview.e-fullrow-wrap .e-icon-collapsible,
2989
+ .e-pdfviewer .e-treeview.e-fullrow-wrap .e-icon-expandable,
2990
+ .e-pdfviewer .e-treeview.e-fullrow-wrap .e-input,
2991
+ .e-pdfviewer .e-treeview.e-fullrow-wrap .e-list-url {
2992
+ margin-top: 6px;
2993
+ position: absolute;
2994
+ }
2995
+
2996
+ .e-pdfviewer .e-editable-inline {
2997
+ padding: 7px 8px 42px;
2998
+ }
2999
+
3000
+ .e-pv-comment-textbox {
3001
+ min-height: 22px;
3002
+ }
3003
+
3004
+ .e-pdfviewer .e-editable-value-wrapper {
3005
+ color: rgba(var(--color-sf-on-surface));
3006
+ line-height: normal;
3007
+ min-height: 22px;
3008
+ padding: 2px 8px 3px;
3009
+ font-size: 14px;
3010
+ font-size: 12px;
3011
+ line-height: 18px;
3012
+ }
3013
+
3014
+ .e-pdfviewer .e-pv-comment-textbox .e-editable-value-wrapper {
3015
+ color: rgba(var(--color-sf-on-surface));
3016
+ font-size: 14px;
3017
+ font-size: 12px;
3018
+ line-height: normal;
3019
+ min-height: 24px;
3020
+ padding: 2px 8px 3px 32px;
3021
+ }
3022
+
3023
+ .e-pv-reply-div.e-pv-comments-leave.e-focused,
3024
+ .e-pv-comments-div.e-focused {
3025
+ border: 0 0 0 1px #fff, 0 0 0 3px #000;
3026
+ background: rgba(var(--color-sf-on-surface), 0.05);
3027
+ }
3028
+
3029
+ .e-pdfviewer .e-inplaceeditor .e-editable-action-buttons,
3030
+ .e-pdfviewer .e-pv-reply-div .e-inplaceeditor .e-editable-action-buttons {
3031
+ float: right;
3032
+ padding-bottom: 7px;
3033
+ padding-top: 5px;
3034
+ position: relative;
3035
+ right: 8px;
3036
+ }
3037
+
3038
+ .e-pv-comment-title-container,
3039
+ .e-pv-reply-title-container {
3040
+ height: 36px;
3041
+ }
3042
+
3043
+ .e-pv-more-options-button.e-btn {
3044
+ background: transparent;
3045
+ border: 0;
3046
+ border-radius: 4px;
3047
+ -webkit-box-shadow: none;
3048
+ box-shadow: none;
3049
+ float: right;
3050
+ padding: 8px 7px 1px 1px;
3051
+ }
3052
+
3053
+ .e-pdfviewer .e-editable-inline .e-editable-form {
3054
+ margin-bottom: 1px;
3055
+ }
3056
+
3057
+ .e-pdfviewer .e-editable-inline .e-clear-icon {
3058
+ padding-right: 2px;
3059
+ }
3060
+
3061
+ .e-pdfviewer .e-btn-cancel {
3062
+ font-size: 14px;
3063
+ padding-left: 5px;
3064
+ padding-right: 5px;
3065
+ font-size: 12px;
3066
+ }
3067
+
3068
+ .e-pdfviewer .e-btn-save {
3069
+ font-size: 14px;
3070
+ margin-right: 12px;
3071
+ padding-left: 7px;
3072
+ padding-right: 7px;
3073
+ font-size: 12px;
3074
+ }
3075
+
3076
+ .e-pdfviewer .e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content {
3077
+ -webkit-box-shadow: 0 0 0 8px linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface)) inset;
3078
+ box-shadow: 0 0 0 8px linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface)) inset;
3079
+ padding: 8px;
3080
+ }
3081
+
3082
+ .e-pdfviewer .e-accordion .e-acrdn-item .e-acrdn-header {
3083
+ line-height: 32px;
3084
+ min-height: 32px;
3085
+ -webkit-box-shadow: none;
3086
+ box-shadow: none;
3087
+ border: 1px solid rgba(var(--color-sf-outline-variant));
3088
+ border-width: 1px 0;
3089
+ }
3090
+
3091
+ .e-contextmenu-wrapper .e-pv-context-menu .e-menu-item {
3092
+ height: 38px;
3093
+ }
3094
+
3095
+ .e-pv-comment-panel {
3096
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
3097
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
3098
+ background-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
3099
+ border: 1px solid rgba(var(--color-sf-outline-variant));
3100
+ border-width: 1px 1px 0;
3101
+ opacity: 1;
3102
+ overflow: hidden;
3103
+ position: absolute;
3104
+ top: 57px;
3105
+ width: 300px;
3106
+ z-index: 100;
3107
+ }
3108
+
3109
+ .e-pv-comment-panel-title-container {
3110
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
3111
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
3112
+ border-style: solid;
3113
+ border-width: 0 0 1px 1px;
3114
+ height: 45px;
3115
+ position: relative;
3116
+ border-color: rgba(var(--color-sf-outline-variant));
3117
+ }
3118
+
3119
+ .e-pv-comment-panel-title {
3120
+ color: rgba(var(--color-sf-on-surface));
3121
+ font-size: 14px;
3122
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
3123
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
3124
+ border: var(--color-sf-outline-variant);
3125
+ border-width: 0 0 1px 1px;
3126
+ font-size: 16px;
3127
+ font-weight: 500;
3128
+ line-height: 24px;
3129
+ padding: 8px 215px 8px 12px;
3130
+ position: absolute;
3131
+ text-align: left;
3132
+ }
3133
+
3134
+ .e-pv-mobile-comments-container .e-pv-comment-panel-title {
3135
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
3136
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
3137
+ border: var(--color-sf-outline-variant);
3138
+ border-width: 0 0 1px 1px;
3139
+ font-size: 16px;
3140
+ font-weight: 500;
3141
+ line-height: 16px;
3142
+ padding: 0;
3143
+ left: 15px;
3144
+ top: 14px;
3145
+ position: absolute;
3146
+ text-align: left;
3147
+ }
3148
+
3149
+ .e-pv-comment-panel-title-close-div.e-btn {
3150
+ background: transparent;
3151
+ border: none;
3152
+ -webkit-box-shadow: none;
3153
+ box-shadow: none;
3154
+ height: 40px;
3155
+ position: absolute;
3156
+ right: 11px;
3157
+ top: 5px;
3158
+ width: 32px;
3159
+ }
3160
+
3161
+ .e-pv-comment-panel-title-container .e-pv-more-icon .e-pv-icon {
3162
+ font-size: 16px;
3163
+ }
3164
+
3165
+ .e-pv-title-close-icon {
3166
+ color: rgba(var(--color-sf-on-surface));
3167
+ color: var(--color-sf-on-surface-variant);
3168
+ }
3169
+
3170
+ .e-pv-comments-panel-text {
3171
+ font-size: 15px;
3172
+ padding-left: 85px;
3173
+ color: rgba(var(--color-sf-on-surface-variant));
3174
+ }
3175
+
3176
+ .e-pv-comments-content-container {
3177
+ background-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
3178
+ border-color: rgba(var(--color-sf-outline-variant));
3179
+ border-style: double;
3180
+ border-width: 0 1px 1px 0;
3181
+ height: calc(100% - 45px);
3182
+ overflow: auto;
3183
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
3184
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
3185
+ }
3186
+
3187
+ .e-pv-comments-container {
3188
+ background-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
3189
+ border-radius: 2px;
3190
+ left: 7px;
3191
+ right: 7px;
3192
+ }
3193
+
3194
+ .e-pv-comments-border {
3195
+ border: 2px;
3196
+ border-color: rgba(var(--color-sf-outline-variant));
3197
+ border-radius: 4px;
3198
+ border-style: groove;
3199
+ border: 1px solid rgba(var(--color-sf-outline-variant));
3200
+ border-radius: 4px;
3201
+ }
3202
+
3203
+ .e-pv-comment-title {
3204
+ color: rgba(var(--color-sf-on-surface));
3205
+ padding-left: 32px;
3206
+ padding-top: 12px;
3207
+ font-size: 14px;
3208
+ font-size: 12px;
3209
+ padding-left: 40px;
3210
+ padding-top: 12px;
3211
+ padding-bottom: 30px;
3212
+ height: 18px;
3213
+ position: absolute;
3214
+ overflow: hidden;
3215
+ text-overflow: ellipsis;
3216
+ }
3217
+
3218
+ .e-pv-reply-title {
3219
+ color: rgba(var(--color-sf-on-surface));
3220
+ font-size: 14px;
3221
+ font-size: 12px;
3222
+ padding-left: 8px;
3223
+ padding-top: 12px;
3224
+ position: absolute;
3225
+ overflow: hidden;
3226
+ text-overflow: ellipsis;
3227
+ }
3228
+
3229
+ .e-pv-comments-hover {
3230
+ background-color: rgba(var(--color-sf-on-surface), 0.05);
3231
+ }
3232
+
3233
+ .e-pv-comments-select {
3234
+ background-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
3235
+ }
3236
+
3237
+ .e-pv-comments-select .e-pv-comment-textbox .e-editable-value-wrapper {
3238
+ color: rgba(var(--color-sf-on-surface));
3239
+ }
3240
+
3241
+ .e-pv-comments-leave {
3242
+ background-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
3243
+ }
3244
+
3245
+ .e-pdfviewer .e-accordion {
3246
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
3247
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
3248
+ border-radius: 0;
3249
+ border-width: 0;
3250
+ }
3251
+
3252
+ .e-menu-wrapper.e-custom-scroll.e-lib.e-keyboard.e-pv-stamp {
3253
+ border: 0;
3254
+ }
3255
+
3256
+ .e-dropdown-popup.e-lib.e-popup.e-control.e-pv-handwritten-popup.e-popup-open ul {
3257
+ padding-bottom: 6px;
3258
+ padding-top: 6px;
3259
+ }
3260
+
3261
+ .e-menu-icon.e-pv-stamp-icon.e-pv-icon {
3262
+ margin-top: 0;
3263
+ padding-left: 7px;
3264
+ }
3265
+
3266
+ .e-pdfviewer .e-inplaceeditor,
3267
+ .e-pv-radio-btn + span,
3268
+ .e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper {
3269
+ display: block;
3270
+ }
3271
+
3272
+ .e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
3273
+ border-bottom: 0;
3274
+ word-break: break-word;
3275
+ }
3276
+
3277
+ .e-pdfviewer .e-inplaceeditor .e-editable-value-container .e-editable-value {
3278
+ font-size: 12px;
3279
+ }
3280
+
3281
+ .e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper:hover {
3282
+ background: transparent;
3283
+ }
3284
+
3285
+ .e-pdfviewer .e-inplaceeditor .e-editable-value-container {
3286
+ background: transparent;
3287
+ width: 229px;
3288
+ }
3289
+
3290
+ .e-pv-status-div {
3291
+ height: 20px;
3292
+ left: 8px;
3293
+ position: relative;
3294
+ width: 20px;
3295
+ }
3296
+
3297
+ .e-pv-status-container {
3298
+ padding-bottom: 5px;
3299
+ padding-top: 2px;
3300
+ }
3301
+
3302
+ .e-pdfviewer .e-input-group.e-control-wrapper.e-editable-elements.e-input-focus {
3303
+ caret-color: rgba(var(--color-sf-on-surface));
3304
+ }
3305
+
3306
+ .e-pv-reply-div {
3307
+ margin-top: 3px;
3308
+ }
3309
+
3310
+ .e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header,
3311
+ .e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header {
3312
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
3313
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
3314
+ border: 1px solid rgba(var(--color-sf-outline-variant));
3315
+ border-width: 1px 0;
3316
+ }
3317
+
3318
+ .e-pdfviewer .e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:focus,
3319
+ .e-pdfviewer .e-accordion .e-acrdn-item.e-selected > .e-acrdn-header {
3320
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
3321
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
3322
+ -webkit-box-shadow: none;
3323
+ box-shadow: none;
3324
+ }
3325
+
3326
+ .e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-icon,
3327
+ .e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-content,
3328
+ .e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-icon,
3329
+ .e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-content {
3330
+ color: rgba(var(--color-sf-on-surface));
3331
+ font-size: 14px;
3332
+ font-weight: 400;
3333
+ letter-spacing: 0.24px;
3334
+ line-height: 20px;
3335
+ padding: 0 249px 9px 0;
3336
+ }
3337
+
3338
+ .e-content-placeholder.e-pdfviewer.e-placeholder-pdfviewer {
3339
+ background-size: 100%;
3340
+ }
3341
+
3342
+ .e-pdfviewer .e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content {
3343
+ line-height: normal;
3344
+ }
3345
+
3346
+ .e-pdfviewer .e-pv-signature-apperance .e-checkbox-wrapper {
3347
+ padding-bottom: 5px;
3348
+ margin-top: 12px;
3349
+ }
3350
+
3351
+ .e-pdfviewer .e-pv-signature-window .e-footer-content {
3352
+ float: left;
3353
+ }
3354
+
3355
+ .e-pv-signature-dialog-height .e-pv-clearbtn {
3356
+ float: left;
3357
+ }
3358
+
3359
+ .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
3360
+ .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
3361
+ .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
3362
+ .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-underlinetext.e-pv-tbar-btn.e-tooltip.textprop-option-active,
3363
+ .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-left-align.e-pv-tbar-btn.e-tooltip.textprop-option-active,
3364
+ .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-right-align.e-pv-tbar-btn.e-tooltip.textprop-option-active,
3365
+ .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-center-align.e-pv-tbar-btn.e-tooltip.textprop-option-active,
3366
+ .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-justfiy-align.e-pv-tbar-btn.e-tooltip.textprop-option-active {
3367
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
3368
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
3369
+ border-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
3370
+ }
3371
+
3372
+ .e-pv-comment-panel-resizer.e-left {
3373
+ left: 300px;
3374
+ }
3375
+
3376
+ .e-pv-comment-panel-resizer.e-right {
3377
+ right: 300px;
3378
+ }
3379
+
3380
+ .e-pv-align {
3381
+ cursor: pointer;
3382
+ float: right;
3383
+ font-size: 20px;
3384
+ margin-right: 16px;
3385
+ margin-top: 10px;
3386
+ }
3387
+
3388
+ .e-pv-align-border {
3389
+ border: 1px dotted linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
3390
+ border-radius: 5px;
3391
+ cursor: pointer;
3392
+ display: inline-block;
3393
+ width: 170px;
3394
+ }
3395
+
3396
+ .e-pv-font-sign {
3397
+ border: 1px solid rgba(var(--color-sf-on-surface));
3398
+ border-radius: 5px;
3399
+ display: inline-block;
3400
+ font-size: 13px;
3401
+ padding-top: 40px;
3402
+ text-align: center;
3403
+ word-wrap: break-word;
3404
+ height: 88px;
3405
+ width: 311px;
3406
+ margin: 15px;
3407
+ border: 1px dashed rgba(var(--color-sf-primary));
3408
+ border-radius: 4px;
3409
+ background: var(--color-sf-surface);
3410
+ font-size: 24px;
3411
+ color: var(--color-sf-on-surface);
3412
+ font-weight: 400;
3413
+ }
3414
+
3415
+ .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-focused {
3416
+ color: rgba(var(--color-sf-on-surface-variant));
3417
+ }
3418
+
3419
+ .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item,
3420
+ .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item .e-menu-icon,
3421
+ .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item .e-caret {
3422
+ color: rgba(var(--color-sf-on-surface-variant));
3423
+ }
3424
+
3425
+ .e-pv-stamp-template-container .e-menu-container .e-menu {
3426
+ background-color: transparent;
3427
+ border-color: transparent;
3428
+ }
3429
+
3430
+ .e-pv-custom-annotation-thickness-container,
3431
+ .e-pv-custom-annotation-opacity-container {
3432
+ background: transparent;
3433
+ border: transparent;
3434
+ }
3435
+
3436
+ .e-pdfviewer-signatureformfields.e-pv-signature-focus,
3437
+ .e-pdfviewer-signatureformfields-signature.e-pv-signature-focus {
3438
+ outline: rgba(var(--color-sf-black)) dotted 2px;
3439
+ }
3440
+
3441
+ .e-pv-checkbox-container,
3442
+ .e-pv-radiobtn-container {
3443
+ -moz-user-select: none;
3444
+ -ms-user-select: none;
3445
+ -webkit-user-select: none;
3446
+ cursor: pointer;
3447
+ display: block;
3448
+ margin-bottom: 0;
3449
+ position: relative;
3450
+ user-select: none;
3451
+ }
3452
+
3453
+ .e-pv-text-selection-none {
3454
+ -moz-user-select: none;
3455
+ -ms-user-select: none;
3456
+ -webkit-user-select: none;
3457
+ user-select: none;
3458
+ }
3459
+
3460
+ .e-pv-checkbox-container input {
3461
+ cursor: pointer;
3462
+ height: 0;
3463
+ opacity: 0;
3464
+ position: absolute;
3465
+ width: 0;
3466
+ }
3467
+
3468
+ .e-pv-checkbox-div {
3469
+ border: 1px solid rgba(var(--color-sf-black));
3470
+ display: inline;
3471
+ height: 100%;
3472
+ left: 0;
3473
+ position: absolute;
3474
+ text-align: center;
3475
+ top: 0;
3476
+ width: 100%;
3477
+ }
3478
+
3479
+ .e-pv-cb-checked {
3480
+ border: solid rgba(var(--color-sf-black));
3481
+ border-left-color: transparent;
3482
+ border-top-color: transparent;
3483
+ border-width: 3px;
3484
+ position: absolute;
3485
+ -webkit-transform: rotate(45deg);
3486
+ transform: rotate(45deg);
3487
+ }
3488
+
3489
+ .e-pv-cb-unchecked {
3490
+ border: 1px;
3491
+ border-width: 1px;
3492
+ }
3493
+
3494
+ .e-pv-radiobtn-container input {
3495
+ cursor: pointer;
3496
+ opacity: 0;
3497
+ position: absolute;
3498
+ }
3499
+
3500
+ .e-pv-radiobtn-div {
3501
+ border: 1px solid rgba(var(--color-sf-black));
3502
+ border-radius: 50%;
3503
+ height: 100%;
3504
+ left: 0;
3505
+ position: absolute;
3506
+ top: 0;
3507
+ width: 100%;
3508
+ }
3509
+
3510
+ .e-pv-radio-btn {
3511
+ border: 0;
3512
+ clip: rect(0 0 0 0);
3513
+ height: 1px;
3514
+ margin: -1px;
3515
+ overflow: hidden;
3516
+ padding: 0;
3517
+ position: absolute;
3518
+ width: 1px;
3519
+ }
3520
+
3521
+ .e-pv-radio-btn + .e-pv-radiobtn-span::before {
3522
+ content: "";
3523
+ display: block;
3524
+ height: inherit;
3525
+ width: inherit;
3526
+ }
3527
+
3528
+ .e-pv-radio-btn:checked + .e-pv-radiobtn-span::before {
3529
+ background: rgba(var(--color-sf-black));
3530
+ border-radius: 50%;
3531
+ }
3532
+
3533
+ .e-pv-properties-text-edit-prop,
3534
+ .e-pv-properties-visibility-style-prop,
3535
+ .e-pv-properties-font-items-container {
3536
+ display: -webkit-box;
3537
+ display: -ms-flexbox;
3538
+ display: flex;
3539
+ -webkit-box-pack: space-evenly;
3540
+ -ms-flex-pack: space-evenly;
3541
+ justify-content: space-evenly;
3542
+ }
3543
+
3544
+ .e-pv-properties-form-field-name-main-div,
3545
+ .e-pv-properties-form-field-value-main-div {
3546
+ padding-right: 15px;
3547
+ }
3548
+
3549
+ .e-pv-properties-form-field-name-main-div,
3550
+ .e-pv-properties-form-field-tooltip-main-div,
3551
+ .e-pv-properties-form-field-value-main-div,
3552
+ .e-pv-properties-form-field-visibility-main-div {
3553
+ width: 285px;
3554
+ }
3555
+
3556
+ .e-pv-properties-text-edit-prop {
3557
+ padding-top: 20px;
3558
+ }
3559
+
3560
+ .e-pv-properties-visibility-style-prop {
3561
+ padding-top: 16px;
3562
+ }
3563
+
3564
+ .e-pv-properties-checkbox-main-div-prop {
3565
+ display: -webkit-box;
3566
+ display: -ms-flexbox;
3567
+ display: flex;
3568
+ -webkit-box-orient: horizontal;
3569
+ -webkit-box-direction: normal;
3570
+ -ms-flex-direction: row;
3571
+ flex-direction: row;
3572
+ -webkit-box-pack: justify;
3573
+ -ms-flex-pack: justify;
3574
+ justify-content: space-between;
3575
+ padding-top: 20px;
3576
+ }
3577
+
3578
+ .e-pv-bold-icon-div,
3579
+ .e-pv-italic-icon-div,
3580
+ .e-pv-strikeout-icon-div,
3581
+ .e-pv-underlinetext-icon-div,
3582
+ .e-pv-left-align-icon-div,
3583
+ .e-pv-center-align-icon-div,
3584
+ .e-pv-right-align-icon-div {
3585
+ padding: 4px 8px;
3586
+ }
3587
+
3588
+ .e-pv-bold-icon-div:hover,
3589
+ .e-pv-italic-icon-div:hover,
3590
+ .e-pv-strikeout-icon-div:hover,
3591
+ .e-pv-underlinetext-icon-div:hover,
3592
+ .e-pv-left-align-icon-div:hover,
3593
+ .e-pv-center-align-icon-div:hover,
3594
+ .e-pv-right-align-icon-div:hover {
3595
+ background: rgba(var(--color-sf-on-surface), 0.05);
3596
+ border: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.08), rgba(var(--color-sf-on-surface), 0.08));
3597
+ }
3598
+
3599
+ .e-pv-bold-icon-div:active,
3600
+ .e-pv-italic-icon-div:active,
3601
+ .e-pv-strikeout-icon-div:active,
3602
+ .e-pv-underlinetext-icon-div:active,
3603
+ .e-pv-left-align-icon-div:active,
3604
+ .e-pv-center-align-icon-div:active,
3605
+ .e-pv-right-align-icon-div:active {
3606
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
3607
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
3608
+ border: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
3609
+ }
3610
+
3611
+ .e-pv-properties-fill-color-style-prop,
3612
+ .e-pv-properties-stroke-color-style-prop,
3613
+ .e-pv-properties-stroke-thickness-style-prop,
3614
+ .e-bigger .e-pv-properties-fill-color-style-prop,
3615
+ .e-bigger .e-pv-properties-stroke-color-style-prop,
3616
+ .e-bigger .e-pv-properties-stroke-thickness-style-prop {
3617
+ padding: 0 20px 12px 1px;
3618
+ }
3619
+
3620
+ .e-pv-formfield-fontcolor-icon,
3621
+ .e-pv-formfield-strokecolor-icon,
3622
+ .e-pv-formfield-strokethickness-icon {
3623
+ background: transparent;
3624
+ border-radius: 2px;
3625
+ height: 32px;
3626
+ margin-top: 8px;
3627
+ width: 54px;
3628
+ -ms-flex-line-pack: center;
3629
+ align-content: center;
3630
+ -webkit-box-align: center;
3631
+ -ms-flex-align: center;
3632
+ align-items: center;
3633
+ -webkit-box-shadow: none;
3634
+ box-shadow: none;
3635
+ display: -webkit-box;
3636
+ display: -ms-flexbox;
3637
+ display: flex;
3638
+ -webkit-box-orient: horizontal;
3639
+ -webkit-box-direction: normal;
3640
+ -ms-flex-direction: row;
3641
+ flex-direction: row;
3642
+ -ms-flex-wrap: wrap;
3643
+ flex-wrap: wrap;
3644
+ width: 72px;
3645
+ height: 32px;
3646
+ border-bottom: 1px solid rgba(var(--color-sf-outline));
3647
+ -webkit-box-sizing: border-box;
3648
+ box-sizing: border-box;
3649
+ padding-right: 16px;
3650
+ margin-top: 0;
3651
+ }
3652
+
3653
+ .e-pv-properties-format-text-style-prop {
3654
+ padding: 20px 15px 6px 0;
3655
+ }
3656
+
3657
+ .e-pv-properties-font-family-container {
3658
+ margin-right: 15px;
3659
+ width: 214px;
3660
+ height: 32px;
3661
+ margin-right: 12px;
3662
+ }
3663
+
3664
+ .e-pv-properties-font-size-container {
3665
+ border-right-color: transparent;
3666
+ height: 32px;
3667
+ border-bottom: 1px solid transparent;
3668
+ -webkit-box-sizing: border-box;
3669
+ box-sizing: border-box;
3670
+ width: 76px;
3671
+ }
3672
+
3673
+ .e-pv-formfield-maxlength {
3674
+ padding-left: 20px;
3675
+ }
3676
+
3677
+ .e-pv-left-align-icon-div,
3678
+ .e-pv-center-align-icon-div,
3679
+ .e-pv-right-align-icon-div {
3680
+ padding-left: 6px;
3681
+ }
3682
+
3683
+ .e-pv-properties-font-color-container,
3684
+ .e-pv-properties-color-container-style-prop {
3685
+ display: -webkit-box;
3686
+ display: -ms-flexbox;
3687
+ display: flex;
3688
+ padding-top: 20px;
3689
+ }
3690
+
3691
+ .e-pv-formfield-textcolor {
3692
+ margin-right: 10px;
3693
+ }
3694
+
3695
+ .e-pv-formfield-maxlength-icon {
3696
+ -webkit-box-align: center;
3697
+ -ms-flex-align: center;
3698
+ align-items: center;
3699
+ display: -webkit-box;
3700
+ display: -ms-flexbox;
3701
+ display: flex;
3702
+ padding-right: 14px;
3703
+ }
3704
+
3705
+ .e-pv-formfield-textcolor-icon {
3706
+ background: transparent;
3707
+ border-radius: 2px;
3708
+ width: inherit;
3709
+ display: -webkit-box;
3710
+ display: -ms-flexbox;
3711
+ display: flex;
3712
+ width: 76px;
3713
+ border-bottom: 1px solid rgba(var(--color-sf-outline));
3714
+ -webkit-box-shadow: none;
3715
+ box-shadow: none;
3716
+ }
3717
+
3718
+ .e-pv-properties-formfield-maxlength-text-label,
3719
+ .e-pv-formfield-maxlength {
3720
+ padding-left: 1px;
3721
+ width: 143px;
3722
+ height: 32px;
3723
+ }
3724
+
3725
+ .e-pv-formfield-maxlength-group {
3726
+ display: -webkit-box;
3727
+ display: -ms-flexbox;
3728
+ display: flex;
3729
+ padding-left: 38px;
3730
+ }
3731
+
3732
+ .e-pv-properties-form-field-list-add-div {
3733
+ display: -webkit-box;
3734
+ display: -ms-flexbox;
3735
+ display: flex;
3736
+ padding-bottom: 15px;
3737
+ padding-top: 20px;
3738
+ }
3739
+
3740
+ .e-pv-properties-list-item-edit-prop {
3741
+ margin-right: 15px;
3742
+ width: 295px;
3743
+ }
3744
+
3745
+ .e-pv-properties-form-field-window {
3746
+ max-width: 480px;
3747
+ }
3748
+
3749
+ .e-bigger .e-pv-properties-form-field-window {
3750
+ max-width: 490px;
3751
+ }
3752
+
3753
+ .e-pv-properties-export-value-edit-prop {
3754
+ width: 295px;
3755
+ }
3756
+
3757
+ .e-pv-properties-form-field-list-btn-div {
3758
+ -webkit-box-align: center;
3759
+ -ms-flex-align: center;
3760
+ align-items: center;
3761
+ display: -webkit-box;
3762
+ display: -ms-flexbox;
3763
+ display: flex;
3764
+ height: 36px;
3765
+ margin-top: 10px;
3766
+ text-align: center;
3767
+ }
3768
+
3769
+ .e-pv-properties-form-field-export-value-main-div {
3770
+ padding-bottom: 15px;
3771
+ padding-top: 10px;
3772
+ width: 335px;
3773
+ }
3774
+
3775
+ .e-pv-properties-form-field-group-btn-div {
3776
+ display: grid;
3777
+ }
3778
+
3779
+ .e-pv-properties-form-field-option-dropdown-list-div {
3780
+ padding-top: 10px;
3781
+ }
3782
+
3783
+ .e-pv-properties-form-field-btn-textarea-container {
3784
+ display: -webkit-box;
3785
+ display: -ms-flexbox;
3786
+ display: flex;
3787
+ width: 385px;
3788
+ padding-top: 15px;
3789
+ }
3790
+
3791
+ .e-pv-properties-dropdown-btn {
3792
+ -webkit-box-align: center;
3793
+ -ms-flex-align: center;
3794
+ align-items: center;
3795
+ display: -webkit-box;
3796
+ display: -ms-flexbox;
3797
+ display: flex;
3798
+ height: 36px;
3799
+ text-align: center;
3800
+ width: 75px;
3801
+ }
3802
+
3803
+ .e-pv-show-designer-name {
3804
+ -webkit-box-align: center;
3805
+ -ms-flex-align: center;
3806
+ align-items: center;
3807
+ color: rgba(var(--color-sf-black));
3808
+ display: grid;
3809
+ height: 100%;
3810
+ overflow: hidden;
3811
+ text-align: center;
3812
+ text-overflow: ellipsis;
3813
+ white-space: nowrap;
3814
+ width: 100%;
3815
+ }
3816
+
3817
+ .e-pv-formfield-li-element {
3818
+ list-style: none;
3819
+ padding-left: 10px;
3820
+ }
3821
+
3822
+ .e-pv-li-select {
3823
+ background-color: rgba(var(--color-sf-primary-container));
3824
+ }
3825
+
3826
+ .e-pv-formfield-li-element.e-pv-li-select {
3827
+ background-color: rgba(var(--color-sf-primary-container));
3828
+ }
3829
+
3830
+ .e-pv-formfield-li-element:hover:not(.e-pv-li-select) {
3831
+ background-color: rgba(var(--color-sf-on-surface), 0.05);
3832
+ }
3833
+
3834
+ .e-pv-formfield-li-element:focus {
3835
+ background-color: rgba(var(--color-sf-on-surface), 0.04);
3836
+ }
3837
+
3838
+ .e-pv-formfield-li-element:disabled {
3839
+ background-color: transparent;
3840
+ font-size: 14px;
3841
+ color: rgba(28, 31, 30, 0.38);
3842
+ }
3843
+
3844
+ .e-pv-form-designer-ul-list-items {
3845
+ padding-left: 1px;
3846
+ }
3847
+
3848
+ .e-pv-form-field-property-header.e-dialog .e-dlg-header .e-dlg-header-content {
3849
+ font-size: 16px;
3850
+ font-weight: 600;
3851
+ }
3852
+
3853
+ .e-pv-form-field-property-header {
3854
+ -ms-user-select: none;
3855
+ -webkit-user-select: none;
3856
+ color: rgba(var(--color-sf-on-surface));
3857
+ display: block;
3858
+ font-family: "Roboto";
3859
+ font-size: 16px;
3860
+ font-style: normal;
3861
+ font-weight: 600;
3862
+ line-height: 20px;
3863
+ margin-top: 5px;
3864
+ mix-blend-mode: normal;
3865
+ opacity: 1;
3866
+ overflow: hidden;
3867
+ text-overflow: ellipsis;
3868
+ -moz-user-select: none;
3869
+ user-select: none;
3870
+ vertical-align: top;
3871
+ white-space: nowrap;
3872
+ width: 80%;
3873
+ height: 20px;
3874
+ font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
3875
+ }
3876
+
3877
+ .e-pv-form-field-property-header-general {
3878
+ font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
3879
+ font-size: 12px;
3880
+ font-style: normal;
3881
+ font-weight: 600;
3882
+ line-height: 18px;
3883
+ }
3884
+
3885
+ .e-pv-properties-formfield-formatting {
3886
+ color: rgba(var(--color-sf-on-surface-variant));
3887
+ font-family: "Roboto";
3888
+ font-size: 12px;
3889
+ font-style: normal;
3890
+ font-weight: normal;
3891
+ height: 18px;
3892
+ line-height: 18px;
3893
+ width: 64px;
3894
+ }
3895
+
3896
+ .e-pv-properties-form-field-font-style {
3897
+ background: transparent;
3898
+ border-radius: 2px;
3899
+ display: -webkit-box;
3900
+ display: -ms-flexbox;
3901
+ display: flex;
3902
+ height: 36px;
3903
+ width: 154px;
3904
+ -webkit-box-pack: space-evenly;
3905
+ -ms-flex-pack: space-evenly;
3906
+ justify-content: space-evenly;
3907
+ -webkit-box-align: center;
3908
+ -ms-flex-align: center;
3909
+ align-items: center;
3910
+ border-bottom: 1px solid transparent;
3911
+ height: 32px;
3912
+ width: 128px;
3913
+ padding-left: 8px;
3914
+ padding-top: 10px;
3915
+ }
3916
+
3917
+ .e-pv-properties-form-field-font-align {
3918
+ background: transparent;
3919
+ border-radius: 4px;
3920
+ display: -webkit-box;
3921
+ display: -ms-flexbox;
3922
+ display: flex;
3923
+ height: 36px;
3924
+ width: 120px;
3925
+ -webkit-box-pack: space-evenly;
3926
+ -ms-flex-pack: space-evenly;
3927
+ justify-content: space-evenly;
3928
+ margin-right: 15px;
3929
+ -webkit-box-align: center;
3930
+ -ms-flex-align: center;
3931
+ align-items: center;
3932
+ height: 32px;
3933
+ width: 96px;
3934
+ padding-top: 8px;
3935
+ border: 1px solid transparent;
3936
+ }
3937
+
3938
+ .e-bigger .e-pv-properties-form-field-font-style {
3939
+ background: transparent;
3940
+ border-radius: 2px;
3941
+ display: -webkit-box;
3942
+ display: -ms-flexbox;
3943
+ display: flex;
3944
+ height: 36px;
3945
+ -webkit-box-pack: space-evenly;
3946
+ -ms-flex-pack: space-evenly;
3947
+ justify-content: space-evenly;
3948
+ width: 154px;
3949
+ -webkit-box-align: center;
3950
+ -ms-flex-align: center;
3951
+ align-items: center;
3952
+ border-bottom: 1px solid transparent;
3953
+ height: 32px;
3954
+ width: 128px;
3955
+ padding-left: 8px;
3956
+ padding-top: 20px;
3957
+ }
3958
+
3959
+ .e-bigger .e-pv-properties-form-field-font-align {
3960
+ background: transparent;
3961
+ border-radius: 4px;
3962
+ display: -webkit-box;
3963
+ display: -ms-flexbox;
3964
+ display: flex;
3965
+ height: 36px;
3966
+ -webkit-box-pack: space-evenly;
3967
+ -ms-flex-pack: space-evenly;
3968
+ justify-content: space-evenly;
3969
+ margin-right: 15px;
3970
+ width: 120px;
3971
+ -webkit-box-align: center;
3972
+ -ms-flex-align: center;
3973
+ align-items: center;
3974
+ height: 32px;
3975
+ width: 96px;
3976
+ border: 1px solid transparent;
3977
+ padding-top: 20px;
3978
+ }
3979
+
3980
+ .e-pv-properties-formfield-label {
3981
+ color: rgba(var(--color-sf-on-surface-variant));
3982
+ font-family: "Roboto";
3983
+ font-size: 12px;
3984
+ font-style: normal;
3985
+ font-weight: normal;
3986
+ height: 18px;
3987
+ line-height: 18px;
3988
+ font-size: 10px;
3989
+ font-weight: 400;
3990
+ line-height: 12px;
3991
+ height: 12px;
3992
+ font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
3993
+ }
3994
+
3995
+ .e-pv-formfield-maxlength .e-input-group.e-control-wrapper .e-input-group-icon {
3996
+ min-width: 16px;
3997
+ }
3998
+
3999
+ .e-pv-properties-form-field-window {
4000
+ height: 369px;
4001
+ }
4002
+
4003
+ .e-bigger .e-pv-properties-form-field-window {
4004
+ height: 565px;
4005
+ }
4006
+
4007
+ .e-pv-properties-header-spliter {
4008
+ border-bottom-color: rgba(var(--color-sf-outline-variant));
4009
+ border-bottom-style: solid;
4010
+ border-bottom-width: 1px;
4011
+ left: 0;
4012
+ padding-top: 38px;
4013
+ position: absolute;
4014
+ width: 100%;
4015
+ }
4016
+
4017
+ .e-bigger .e-pv-properties-header-spliter {
4018
+ border-bottom-color: rgba(var(--color-sf-outline-variant));
4019
+ border-bottom-style: solid;
4020
+ border-bottom-width: 1px;
4021
+ left: 0;
4022
+ padding-top: 48px;
4023
+ position: absolute;
4024
+ width: 100%;
4025
+ }
4026
+
4027
+ .e-pv-properties-bottom-spliter {
4028
+ border-bottom-color: rgba(var(--color-sf-outline-variant));
4029
+ border-bottom-style: solid;
4030
+ border-bottom-width: 1px;
4031
+ left: 0;
4032
+ margin-bottom: 10px;
4033
+ padding-top: 10px;
4034
+ width: 100%;
4035
+ margin-bottom: 0;
4036
+ padding-top: 0;
4037
+ border-width: 0;
4038
+ }
4039
+
4040
+ .e-pv-annotation-toolbar.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
4041
+ background-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
4042
+ padding: 0 7px;
4043
+ }
4044
+
4045
+ .e-pv-annotation-toolbar.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
4046
+ -webkit-box-pack: center;
4047
+ -ms-flex-pack: center;
4048
+ justify-content: center;
4049
+ padding: 0 7px;
4050
+ }
4051
+
4052
+ .e-pv-mobile-toolbar .e-mobile-more-option .e-pv-more-icon {
4053
+ margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
4054
+ width: 1em !important; /* stylelint-disable-line declaration-no-important */
4055
+ line-height: 22px !important; /* stylelint-disable-line declaration-no-important */
4056
+ }
4057
+
4058
+ .e-dialog.e-pv-signature-dialog-height {
4059
+ height: 555px;
4060
+ min-height: 555px;
4061
+ }
4062
+
4063
+ .e-bigger .e-dialog.e-pv-signature-dialog-height {
4064
+ height: 627px;
4065
+ min-height: 591px;
4066
+ }
4067
+
4068
+ .e-dialog.e-pv-signature-dialog-blazor-height {
4069
+ height: 555px;
4070
+ min-height: 555px;
4071
+ }
4072
+
4073
+ .e-bigger .e-dialog.e-pv-signature-dialog-blazor-height {
4074
+ min-height: 590px;
4075
+ }
4076
+
4077
+ .e-pv-handwritten-signature-canvas {
4078
+ height: 366px;
4079
+ width: 712px;
4080
+ }
4081
+
4082
+ .e-pv-toolbar-scroll .e-toolbar-pop.e-popup-open {
4083
+ overflow: auto;
4084
+ }
4085
+
4086
+ .e-pv-canvas-signature {
4087
+ width: 100%;
4088
+ width: 100%;
4089
+ max-width: 100%;
4090
+ }
4091
+
4092
+ .e-pv-canvas-signature-blazor {
4093
+ width: 714px;
4094
+ }
4095
+
4096
+ .e-pv-font-appearance-style {
4097
+ padding: 15px 8px;
4098
+ max-width: 100%;
4099
+ }
4100
+
4101
+ .e-pv-font-appearance-style-blazor {
4102
+ padding: 15px 8px;
4103
+ }
4104
+
4105
+ .e-pv-toolbar-tooltip {
4106
+ pointer-events: none;
4107
+ }
4108
+
4109
+ .e-pdfviewer .e-dropdown-btn,
4110
+ .e-pdfviewer .e-dropdown-btn.e-btn {
4111
+ -webkit-box-shadow: none;
4112
+ box-shadow: none;
4113
+ }
4114
+
4115
+ .e-pv-notification {
4116
+ background-color: rgba(var(--color-sf-primary));
4117
+ }