@syncfusion/ej2-angular-pdfviewer 24.1.41-ngcc → 24.1.41

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