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