halleyx-ui-framework 11.7.42 → 11.7.44

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 (172) hide show
  1. package/dist/cjs/index.css +1 -1
  2. package/dist/cjs/index.js +9 -9
  3. package/dist/es/index.css +1 -1
  4. package/dist/es/index.js +9 -9
  5. package/dist/locales/staticData.js +125 -0
  6. package/dist/src/assets/locales/staticData.js +125 -0
  7. package/dist/src/assets/styles/accordion.css +81 -0
  8. package/dist/src/assets/styles/accordion.css.map +1 -0
  9. package/dist/src/assets/styles/accordion.scss +2 -2
  10. package/dist/src/assets/styles/alert.css +210 -0
  11. package/dist/src/assets/styles/alert.css.map +1 -0
  12. package/dist/src/assets/styles/alert.scss +0 -1
  13. package/dist/src/assets/styles/badge.css +33 -0
  14. package/dist/src/assets/styles/badge.css.map +1 -0
  15. package/dist/src/assets/styles/base.css +198 -0
  16. package/dist/src/assets/styles/base.css.map +1 -0
  17. package/dist/src/assets/styles/base.scss +0 -3
  18. package/dist/src/assets/styles/breadcrumb.css +57 -0
  19. package/dist/src/assets/styles/breadcrumb.css.map +1 -0
  20. package/dist/src/assets/styles/breadcrumb.scss +13 -102
  21. package/dist/src/assets/styles/buttonGroup.css +155 -0
  22. package/dist/src/assets/styles/buttonGroup.css.map +1 -0
  23. package/dist/src/assets/styles/buttons.css +431 -0
  24. package/dist/src/assets/styles/buttons.css.map +1 -0
  25. package/dist/src/assets/styles/calendar.css +322 -0
  26. package/dist/src/assets/styles/calendar.css.map +1 -0
  27. package/dist/src/assets/styles/calendar.scss +1 -5
  28. package/dist/src/assets/styles/calendarfilter.css +114 -0
  29. package/dist/src/assets/styles/calendarfilter.css.map +1 -0
  30. package/dist/src/assets/styles/cards.css +71 -0
  31. package/dist/src/assets/styles/cards.css.map +1 -0
  32. package/dist/src/assets/styles/cascader.css +84 -0
  33. package/dist/src/assets/styles/cascader.css.map +1 -0
  34. package/dist/src/assets/styles/cascader.scss +18 -146
  35. package/dist/src/assets/styles/colorPicker.css +15 -0
  36. package/dist/src/assets/styles/colorPicker.css.map +1 -0
  37. package/dist/src/assets/styles/colorpalette.css +137 -0
  38. package/dist/src/assets/styles/colorpalette.css.map +1 -0
  39. package/dist/src/assets/styles/colorpalette.scss +15 -19
  40. package/dist/src/assets/styles/componentlayout.css +210 -0
  41. package/dist/src/assets/styles/componentlayout.css.map +1 -0
  42. package/dist/src/assets/styles/contextMenu.css +53 -0
  43. package/dist/src/assets/styles/contextMenu.css.map +1 -0
  44. package/dist/src/assets/styles/customdropdown.css +110 -0
  45. package/dist/src/assets/styles/customdropdown.css.map +1 -0
  46. package/dist/src/assets/styles/dashboard.css +1817 -0
  47. package/dist/src/assets/styles/dashboard.css.map +1 -0
  48. package/dist/src/assets/styles/dataview.css +232 -0
  49. package/dist/src/assets/styles/dataview.css.map +1 -0
  50. package/dist/src/assets/styles/dataview.scss +2 -4
  51. package/dist/src/assets/styles/datepicker.css +116 -0
  52. package/dist/src/assets/styles/datepicker.css.map +1 -0
  53. package/dist/src/assets/styles/datepicker.scss +4 -289
  54. package/dist/src/assets/styles/divider.css +10 -0
  55. package/dist/src/assets/styles/divider.css.map +1 -0
  56. package/dist/src/assets/styles/dottedPagination.css +40 -0
  57. package/dist/src/assets/styles/dottedPagination.css.map +1 -0
  58. package/dist/src/assets/styles/draggables.css +53 -0
  59. package/dist/src/assets/styles/draggables.css.map +1 -0
  60. package/dist/src/assets/styles/drawer.css +149 -0
  61. package/dist/src/assets/styles/drawer.css.map +1 -0
  62. package/dist/src/assets/styles/drawer.scss +1 -1
  63. package/dist/src/assets/styles/errorpage.css +67 -0
  64. package/dist/src/assets/styles/errorpage.css.map +1 -0
  65. package/dist/src/assets/styles/fileupload.css +296 -0
  66. package/dist/src/assets/styles/fileupload.css.map +1 -0
  67. package/dist/src/assets/styles/fileupload.scss +2 -2
  68. package/dist/src/assets/styles/filterandsearch.css +172 -0
  69. package/dist/src/assets/styles/filterandsearch.css.map +1 -0
  70. package/dist/src/assets/styles/filterandsearch.scss +0 -10
  71. package/dist/src/assets/styles/fonts.css +90 -0
  72. package/dist/src/assets/styles/fonts.css.map +1 -0
  73. package/dist/src/assets/styles/fonts.scss +6 -6
  74. package/dist/src/assets/styles/icon.css +1416 -0
  75. package/dist/src/assets/styles/icon.css.map +1 -0
  76. package/dist/src/assets/styles/icon.scss +1 -1
  77. package/dist/src/assets/styles/imagegallery.css +186 -0
  78. package/dist/src/assets/styles/imagegallery.css.map +1 -0
  79. package/dist/src/assets/styles/importProgress.css +45 -0
  80. package/dist/src/assets/styles/importProgress.css.map +1 -0
  81. package/dist/src/assets/styles/importProgress.scss +1 -1
  82. package/dist/src/assets/styles/index.css +11896 -0
  83. package/dist/src/assets/styles/index.css.map +1 -0
  84. package/dist/src/assets/styles/index.scss +1 -1
  85. package/dist/src/assets/styles/inputfields.css +388 -0
  86. package/dist/src/assets/styles/inputfields.css.map +1 -0
  87. package/dist/src/assets/styles/inputfields.scss +25 -205
  88. package/dist/src/assets/styles/inputitems.css +409 -0
  89. package/dist/src/assets/styles/inputitems.css.map +1 -0
  90. package/dist/src/assets/styles/inputitems.scss +17 -101
  91. package/dist/src/assets/styles/label.css +72 -0
  92. package/dist/src/assets/styles/label.css.map +1 -0
  93. package/dist/src/assets/styles/label.scss +193 -2
  94. package/dist/src/assets/styles/loaders.css +125 -0
  95. package/dist/src/assets/styles/loaders.css.map +1 -0
  96. package/dist/src/assets/styles/modalwindow.css +93 -0
  97. package/dist/src/assets/styles/modalwindow.css.map +1 -0
  98. package/dist/src/assets/styles/modalwindow.scss +1 -95
  99. package/dist/src/assets/styles/newtable.css +1 -0
  100. package/dist/src/assets/styles/newtable.css.map +1 -0
  101. package/dist/src/assets/styles/objectViewer.css +190 -0
  102. package/dist/src/assets/styles/objectViewer.css.map +1 -0
  103. package/dist/src/assets/styles/overlay.css +14 -0
  104. package/dist/src/assets/styles/overlay.css.map +1 -0
  105. package/dist/src/assets/styles/overlay.scss +0 -1
  106. package/dist/src/assets/styles/pagination.css +206 -0
  107. package/dist/src/assets/styles/pagination.css.map +1 -0
  108. package/dist/src/assets/styles/pagination.scss +2 -2
  109. package/dist/src/assets/styles/partials.css +1 -0
  110. package/dist/src/assets/styles/partials.css.map +1 -0
  111. package/dist/src/assets/styles/rating.css +32 -0
  112. package/dist/src/assets/styles/rating.css.map +1 -0
  113. package/dist/src/assets/styles/scrollbar.css +18 -0
  114. package/dist/src/assets/styles/scrollbar.css.map +1 -0
  115. package/dist/src/assets/styles/search.css +166 -0
  116. package/dist/src/assets/styles/search.css.map +1 -0
  117. package/dist/src/assets/styles/select.css +958 -0
  118. package/dist/src/assets/styles/select.css.map +1 -0
  119. package/dist/src/assets/styles/select.scss +21 -130
  120. package/dist/src/assets/styles/sidebar.css +365 -0
  121. package/dist/src/assets/styles/sidebar.css.map +1 -0
  122. package/dist/src/assets/styles/signup.css +119 -0
  123. package/dist/src/assets/styles/signup.css.map +1 -0
  124. package/dist/src/assets/styles/slideControl.css +79 -0
  125. package/dist/src/assets/styles/slideControl.css.map +1 -0
  126. package/dist/src/assets/styles/source_content.css +15 -0
  127. package/dist/src/assets/styles/source_content.css.map +1 -0
  128. package/dist/src/assets/styles/speeddial.css +218 -0
  129. package/dist/src/assets/styles/speeddial.css.map +1 -0
  130. package/dist/src/assets/styles/status.css +28 -0
  131. package/dist/src/assets/styles/status.css.map +1 -0
  132. package/dist/src/assets/styles/status.scss +2 -2
  133. package/dist/src/assets/styles/stepControl.css +71 -0
  134. package/dist/src/assets/styles/stepControl.css.map +1 -0
  135. package/dist/src/assets/styles/switch.css +190 -0
  136. package/dist/src/assets/styles/switch.css.map +1 -0
  137. package/dist/src/assets/styles/tablev2.css +205 -0
  138. package/dist/src/assets/styles/tablev2.css.map +1 -0
  139. package/dist/src/assets/styles/tablev2.scss +2 -9
  140. package/dist/src/assets/styles/tabs.css +56 -0
  141. package/dist/src/assets/styles/tabs.css.map +1 -0
  142. package/dist/src/assets/styles/tag.css +96 -0
  143. package/dist/src/assets/styles/tag.css.map +1 -0
  144. package/dist/src/assets/styles/tag.scss +6 -7
  145. package/dist/src/assets/styles/tagcount.css +56 -0
  146. package/dist/src/assets/styles/tagcount.css.map +1 -0
  147. package/dist/src/assets/styles/tagcount.scss +16 -13
  148. package/dist/src/assets/styles/texteditor.css +250 -0
  149. package/dist/src/assets/styles/texteditor.css.map +1 -0
  150. package/dist/src/assets/styles/texteditor.scss +0 -204
  151. package/dist/src/assets/styles/timeline.css +492 -0
  152. package/dist/src/assets/styles/timeline.css.map +1 -0
  153. package/dist/src/assets/styles/timeline.scss +0 -90
  154. package/dist/src/assets/styles/tooltip.css +156 -0
  155. package/dist/src/assets/styles/tooltip.css.map +1 -0
  156. package/dist/src/assets/styles/tooltip.scss +1 -1
  157. package/dist/src/assets/styles/tree.css +882 -0
  158. package/dist/src/assets/styles/tree.css.map +1 -0
  159. package/dist/src/assets/styles/tree.scss +49 -44
  160. package/dist/src/assets/styles/treeSelect.css +227 -0
  161. package/dist/src/assets/styles/treeSelect.css.map +1 -0
  162. package/dist/src/assets/styles/variables.css +198 -0
  163. package/dist/src/assets/styles/variables.css.map +1 -0
  164. package/dist/src/assets/styles/visualbuilder.css +474 -0
  165. package/dist/src/assets/styles/visualbuilder.css.map +1 -0
  166. package/dist/umd/index.css +1 -1
  167. package/dist/umd/index.umd.css +1 -0
  168. package/dist/umd/index.umd.js +18 -10
  169. package/dist/umd/index.umd.js.map +5 -1
  170. package/package.json +1 -1
  171. package/LICENSE +0 -28
  172. package/README.md +0 -160
@@ -0,0 +1,1416 @@
1
+ @font-face {
2
+ font-family: "halley-icons-v6";
3
+ src: url("./assets/fonts/halley-icons-v6.eot?pk23ai");
4
+ src: url("./assets/fonts/halley-icons-v6.eot?pk23ai#iefix") format("embedded-opentype"), url("./assets/fonts/halley-icons-v6.ttf?pk23ai") format("truetype"), url("./assets/fonts/halley-icons-v6.woff?pk23ai") format("woff"), url("./assets/fonts/halley-icons-v6.svg?pk23ai#halley-icons-v6") format("svg");
5
+ font-weight: normal;
6
+ font-style: normal;
7
+ font-display: block;
8
+ }
9
+ [class^=icon-], [class*=" icon-"] {
10
+ /* use !important to prevent issues with browser extensions that change fonts */
11
+ font-family: "halley-icons-v6" !important;
12
+ font-style: normal;
13
+ font-weight: normal;
14
+ font-variant: normal;
15
+ text-transform: none;
16
+ line-height: 1;
17
+ /* Better Font Rendering =========== */
18
+ -webkit-font-smoothing: antialiased;
19
+ -moz-osx-font-smoothing: grayscale;
20
+ }
21
+
22
+ .icon-add:before {
23
+ content: "\e900";
24
+ }
25
+
26
+ .icon-add-bg:before {
27
+ content: "\e901";
28
+ }
29
+
30
+ .icon-add-file:before {
31
+ content: "\e902";
32
+ }
33
+
34
+ .icon-add-file-bg:before {
35
+ content: "\e903";
36
+ }
37
+
38
+ .icon-add-file-ot:before {
39
+ content: "\e904";
40
+ }
41
+
42
+ .icon-add-folder:before {
43
+ content: "\e905";
44
+ }
45
+
46
+ .icon-add-folder-bg:before {
47
+ content: "\e906";
48
+ }
49
+
50
+ .icon-add-folder-ot:before {
51
+ content: "\e907";
52
+ }
53
+
54
+ .icon-add-ot:before {
55
+ content: "\e908";
56
+ }
57
+
58
+ .icon-add-shield:before {
59
+ content: "\e909";
60
+ }
61
+
62
+ .icon-add-shield-bg:before {
63
+ content: "\e90a";
64
+ }
65
+
66
+ .icon-add-shield-ot:before {
67
+ content: "\e90b";
68
+ }
69
+
70
+ .icon-android-menu:before {
71
+ content: "\e90c";
72
+ }
73
+
74
+ .icon-android-menu-bg:before {
75
+ content: "\e90d";
76
+ }
77
+
78
+ .icon-android-menu-ot:before {
79
+ content: "\e90e";
80
+ }
81
+
82
+ .icon-arrow-down:before {
83
+ content: "\e90f";
84
+ }
85
+
86
+ .icon-arrow-down-bg:before {
87
+ content: "\e910";
88
+ }
89
+
90
+ .icon-arrow-down-ot:before {
91
+ content: "\e911";
92
+ }
93
+
94
+ .icon-arrow-left:before {
95
+ content: "\e912";
96
+ }
97
+
98
+ .icon-arrow-left-bg:before {
99
+ content: "\e913";
100
+ }
101
+
102
+ .icon-arrow-left-ot:before {
103
+ content: "\e914";
104
+ }
105
+
106
+ .icon-arrow-right:before {
107
+ content: "\e915";
108
+ }
109
+
110
+ .icon-arrow-right-bg:before {
111
+ content: "\e916";
112
+ }
113
+
114
+ .icon-arrow-right-ot:before {
115
+ content: "\e917";
116
+ }
117
+
118
+ .icon-arrow-up:before {
119
+ content: "\e918";
120
+ }
121
+
122
+ .icon-arrow-up-bg:before {
123
+ content: "\e919";
124
+ }
125
+
126
+ .icon-arrow-up-ot:before {
127
+ content: "\e91a";
128
+ }
129
+
130
+ .icon-badge:before {
131
+ content: "\e91b";
132
+ }
133
+
134
+ .icon-badge-bg:before {
135
+ content: "\e91c";
136
+ }
137
+
138
+ .icon-badge-ot:before {
139
+ content: "\e91d";
140
+ }
141
+
142
+ .icon-bell:before {
143
+ content: "\e91e";
144
+ }
145
+
146
+ .icon-bell-bg:before {
147
+ content: "\e91f";
148
+ }
149
+
150
+ .icon-bell-ot:before {
151
+ content: "\e920";
152
+ }
153
+
154
+ .icon-bin:before {
155
+ content: "\e921";
156
+ }
157
+
158
+ .icon-bin-bg:before {
159
+ content: "\e922";
160
+ }
161
+
162
+ .icon-bin-ot:before {
163
+ content: "\e923";
164
+ }
165
+
166
+ .icon-bookmark:before {
167
+ content: "\e924";
168
+ }
169
+
170
+ .icon-bookmark-bg:before {
171
+ content: "\e925";
172
+ }
173
+
174
+ .icon-bookmark-ot:before {
175
+ content: "\e926";
176
+ }
177
+
178
+ .icon-building:before {
179
+ content: "\e927";
180
+ }
181
+
182
+ .icon-building-bg:before {
183
+ content: "\e928";
184
+ }
185
+
186
+ .icon-building-ot:before {
187
+ content: "\e929";
188
+ }
189
+
190
+ .icon-bulb:before {
191
+ content: "\e92a";
192
+ }
193
+
194
+ .icon-bulb-bg:before {
195
+ content: "\e92b";
196
+ }
197
+
198
+ .icon-bulb-ot:before {
199
+ content: "\e92c";
200
+ }
201
+
202
+ .icon-calendar:before {
203
+ content: "\e92d";
204
+ }
205
+
206
+ .icon-calendar-bg:before {
207
+ content: "\e92e";
208
+ }
209
+
210
+ .icon-calendar-ot:before {
211
+ content: "\e92f";
212
+ }
213
+
214
+ .icon-cart:before {
215
+ content: "\e930";
216
+ }
217
+
218
+ .icon-cart-bg:before {
219
+ content: "\e931";
220
+ }
221
+
222
+ .icon-cart-ot:before {
223
+ content: "\e932";
224
+ }
225
+
226
+ .icon-center-align:before {
227
+ content: "\e933";
228
+ }
229
+
230
+ .icon-center-align-bg:before {
231
+ content: "\e934";
232
+ }
233
+
234
+ .icon-center-align-ot:before {
235
+ content: "\e935";
236
+ }
237
+
238
+ .icon-clip:before {
239
+ content: "\e936";
240
+ }
241
+
242
+ .icon-clip-bg:before {
243
+ content: "\e937";
244
+ }
245
+
246
+ .icon-clip-ot:before {
247
+ content: "\e938";
248
+ }
249
+
250
+ .icon-clock:before {
251
+ content: "\e939";
252
+ }
253
+
254
+ .icon-clock-bg:before {
255
+ content: "\e93a";
256
+ }
257
+
258
+ .icon-clock-ot:before {
259
+ content: "\e93b";
260
+ }
261
+
262
+ .icon-cloud:before {
263
+ content: "\e93c";
264
+ }
265
+
266
+ .icon-cloud-bg:before {
267
+ content: "\e93d";
268
+ }
269
+
270
+ .icon-cloud-cancel:before {
271
+ content: "\e93e";
272
+ }
273
+
274
+ .icon-cloud-cancel-bg:before {
275
+ content: "\e93f";
276
+ }
277
+
278
+ .icon-cloud-cancel-ot:before {
279
+ content: "\e940";
280
+ }
281
+
282
+ .icon-cloud-download:before {
283
+ content: "\e941";
284
+ }
285
+
286
+ .icon-cloud-download-bg:before {
287
+ content: "\e942";
288
+ }
289
+
290
+ .icon-cloud-download-ot:before {
291
+ content: "\e943";
292
+ }
293
+
294
+ .icon-cloud-ot:before {
295
+ content: "\e944";
296
+ }
297
+
298
+ .icon-cloud-share:before {
299
+ content: "\e945";
300
+ }
301
+
302
+ .icon-cloud-share-bg:before {
303
+ content: "\e946";
304
+ }
305
+
306
+ .icon-cloud-share-ot:before {
307
+ content: "\e947";
308
+ }
309
+
310
+ .icon-cloud-upload:before {
311
+ content: "\e948";
312
+ }
313
+
314
+ .icon-cloud-upload-bg:before {
315
+ content: "\e949";
316
+ }
317
+
318
+ .icon-cloud-upload-ot:before {
319
+ content: "\e94a";
320
+ }
321
+
322
+ .icon-code-regular:before {
323
+ content: "\e94b";
324
+ }
325
+
326
+ .icon-code-regular-bg:before {
327
+ content: "\e94c";
328
+ }
329
+
330
+ .icon-code-regular-ot:before {
331
+ content: "\e94d";
332
+ }
333
+
334
+ .icon-color-fill:before {
335
+ content: "\e94e";
336
+ }
337
+
338
+ .icon-color-fill-bg:before {
339
+ content: "\e94f";
340
+ }
341
+
342
+ .icon-color-fill-ot:before {
343
+ content: "\e950";
344
+ }
345
+
346
+ .icon-copy:before {
347
+ content: "\e951";
348
+ }
349
+
350
+ .icon-copy-bg:before {
351
+ content: "\e952";
352
+ }
353
+
354
+ .icon-copy-ot:before {
355
+ content: "\e953";
356
+ }
357
+
358
+ .icon-directory:before {
359
+ content: "\e954";
360
+ }
361
+
362
+ .icon-directory-bg:before {
363
+ content: "\e955";
364
+ }
365
+
366
+ .icon-directory-ot:before {
367
+ content: "\e956";
368
+ }
369
+
370
+ .icon-dollar:before {
371
+ content: "\e957";
372
+ }
373
+
374
+ .icon-dollar2:before {
375
+ content: "\e958";
376
+ }
377
+
378
+ .icon-dollar2-bg:before {
379
+ content: "\e959";
380
+ }
381
+
382
+ .icon-dollar2-ot:before {
383
+ content: "\e95a";
384
+ }
385
+
386
+ .icon-dollar-bg:before {
387
+ content: "\e95b";
388
+ }
389
+
390
+ .icon-dollar-ot:before {
391
+ content: "\e95c";
392
+ }
393
+
394
+ .icon-double-gear:before {
395
+ content: "\e95d";
396
+ }
397
+
398
+ .icon-double-gear-bg:before {
399
+ content: "\e95e";
400
+ }
401
+
402
+ .icon-double-gear-ot:before {
403
+ content: "\e95f";
404
+ }
405
+
406
+ .icon-double-human:before {
407
+ content: "\e960";
408
+ }
409
+
410
+ .icon-double-human-bg:before {
411
+ content: "\e961";
412
+ }
413
+
414
+ .icon-double-human-ot:before {
415
+ content: "\e962";
416
+ }
417
+
418
+ .icon-download:before {
419
+ content: "\e963";
420
+ }
421
+
422
+ .icon-download-bg:before {
423
+ content: "\e964";
424
+ }
425
+
426
+ .icon-download-ot:before {
427
+ content: "\e965";
428
+ }
429
+
430
+ .icon-email:before {
431
+ content: "\e966";
432
+ }
433
+
434
+ .icon-email-bg:before {
435
+ content: "\e967";
436
+ }
437
+
438
+ .icon-email-ot:before {
439
+ content: "\e968";
440
+ }
441
+
442
+ .icon-eye:before {
443
+ content: "\e969";
444
+ }
445
+
446
+ .icon-eye-bg:before {
447
+ content: "\e96a";
448
+ }
449
+
450
+ .icon-eye-closed:before {
451
+ content: "\e96b";
452
+ }
453
+
454
+ .icon-eye-closed-bg:before {
455
+ content: "\e96c";
456
+ }
457
+
458
+ .icon-eye-closed-ot:before {
459
+ content: "\e96d";
460
+ }
461
+
462
+ .icon-eye-ot:before {
463
+ content: "\e96e";
464
+ }
465
+
466
+ .icon-file-cross:before {
467
+ content: "\e96f";
468
+ }
469
+
470
+ .icon-file-cross-bg:before {
471
+ content: "\e970";
472
+ }
473
+
474
+ .icon-file-cross-ot:before {
475
+ content: "\e971";
476
+ }
477
+
478
+ .icon-file-download:before {
479
+ content: "\e972";
480
+ }
481
+
482
+ .icon-file-download-bg:before {
483
+ content: "\e973";
484
+ }
485
+
486
+ .icon-file-download-ot:before {
487
+ content: "\e974";
488
+ }
489
+
490
+ .icon-file-tick:before {
491
+ content: "\e975";
492
+ }
493
+
494
+ .icon-file-tick-bg:before {
495
+ content: "\e976";
496
+ }
497
+
498
+ .icon-file-tick-ot:before {
499
+ content: "\e977";
500
+ }
501
+
502
+ .icon-file-upload:before {
503
+ content: "\e978";
504
+ }
505
+
506
+ .icon-file-upload-bg:before {
507
+ content: "\e979";
508
+ }
509
+
510
+ .icon-file-upload-ot:before {
511
+ content: "\e97a";
512
+ }
513
+
514
+ .icon-filled-arrow-down:before {
515
+ content: "\e97b";
516
+ }
517
+
518
+ .icon-filled-arrow-down-bg:before {
519
+ content: "\e97c";
520
+ }
521
+
522
+ .icon-filled-arrow-down-ot:before {
523
+ content: "\e97d";
524
+ }
525
+
526
+ .icon-filled-arrow-left:before {
527
+ content: "\e97e";
528
+ }
529
+
530
+ .icon-filled-arrow-left-bg:before {
531
+ content: "\e97f";
532
+ }
533
+
534
+ .icon-filled-arrow-left-ot:before {
535
+ content: "\e980";
536
+ }
537
+
538
+ .icon-filled-arrow-right:before {
539
+ content: "\e981";
540
+ }
541
+
542
+ .icon-filled-arrow-right-bg:before {
543
+ content: "\e982";
544
+ }
545
+
546
+ .icon-filled-arrow-right-ot:before {
547
+ content: "\e983";
548
+ }
549
+
550
+ .icon-filled-arrow-up:before {
551
+ content: "\e984";
552
+ }
553
+
554
+ .icon-filled-arrow-up-bg:before {
555
+ content: "\e985";
556
+ }
557
+
558
+ .icon-filled-arrow-up-ot:before {
559
+ content: "\e986";
560
+ }
561
+
562
+ .icon-filter:before {
563
+ content: "\e987";
564
+ }
565
+
566
+ .icon-filter-bg:before {
567
+ content: "\e988";
568
+ }
569
+
570
+ .icon-filter-ot:before {
571
+ content: "\e989";
572
+ }
573
+
574
+ .icon-fingerprint:before {
575
+ content: "\e98a";
576
+ }
577
+
578
+ .icon-fingerprint-bg:before {
579
+ content: "\e98b";
580
+ }
581
+
582
+ .icon-fingerprint-ot:before {
583
+ content: "\e98c";
584
+ }
585
+
586
+ .icon-folder:before {
587
+ content: "\e98d";
588
+ }
589
+
590
+ .icon-folder-bg:before {
591
+ content: "\e98e";
592
+ }
593
+
594
+ .icon-folder-ot:before {
595
+ content: "\e98f";
596
+ }
597
+
598
+ .icon-font:before {
599
+ content: "\e990";
600
+ }
601
+
602
+ .icon-font-bg:before {
603
+ content: "\e991";
604
+ }
605
+
606
+ .icon-font-ot:before {
607
+ content: "\e992";
608
+ }
609
+
610
+ .icon-full-screen:before {
611
+ content: "\e993";
612
+ }
613
+
614
+ .icon-full-screen-bg:before {
615
+ content: "\e994";
616
+ }
617
+
618
+ .icon-full-screen-ot:before {
619
+ content: "\e995";
620
+ }
621
+
622
+ .icon-full-star-ot:before {
623
+ content: "\e996";
624
+ }
625
+
626
+ .icon-gear:before {
627
+ content: "\e997";
628
+ }
629
+
630
+ .icon-gear-bg:before {
631
+ content: "\e998";
632
+ }
633
+
634
+ .icon-gear-ot:before {
635
+ content: "\e999";
636
+ }
637
+
638
+ .icon-gear-tool:before {
639
+ content: "\e99a";
640
+ }
641
+
642
+ .icon-gear-tool-bg:before {
643
+ content: "\e99b";
644
+ }
645
+
646
+ .icon-gear-tool-ot:before {
647
+ content: "\e99c";
648
+ }
649
+
650
+ .icon-half-star:before {
651
+ content: "\e99d";
652
+ }
653
+
654
+ .icon-half-star-bg:before {
655
+ content: "\e99e";
656
+ }
657
+
658
+ .icon-half-star-ot:before {
659
+ content: "\e99f";
660
+ }
661
+
662
+ .icon-hamburger-dots:before {
663
+ content: "\e9a0";
664
+ }
665
+
666
+ .icon-hamburger-dots-bg:before {
667
+ content: "\e9a1";
668
+ }
669
+
670
+ .icon-hamburger-dots-ot:before {
671
+ content: "\e9a2";
672
+ }
673
+
674
+ .icon-hamburger-menu:before {
675
+ content: "\e9a3";
676
+ }
677
+
678
+ .icon-hamburger-menu-bg:before {
679
+ content: "\e9a4";
680
+ }
681
+
682
+ .icon-hamburger-menu-ot:before {
683
+ content: "\e9a5";
684
+ }
685
+
686
+ .icon-heart:before {
687
+ content: "\e9a6";
688
+ }
689
+
690
+ .icon-heart-bg:before {
691
+ content: "\e9a7";
692
+ }
693
+
694
+ .icon-heart-ot:before {
695
+ content: "\e9a8";
696
+ }
697
+
698
+ .icon-highlighter:before {
699
+ content: "\e9a9";
700
+ }
701
+
702
+ .icon-highlighter-bg:before {
703
+ content: "\e9aa";
704
+ }
705
+
706
+ .icon-highlighter-ot:before {
707
+ content: "\e9ab";
708
+ }
709
+
710
+ .icon-home-ot:before {
711
+ content: "\e9ac";
712
+ }
713
+
714
+ .icon-home-ot-1:before {
715
+ content: "\e9ad";
716
+ }
717
+
718
+ .icon-home-ot-2:before {
719
+ content: "\e9ae";
720
+ }
721
+
722
+ .icon-horizontal-dots:before {
723
+ content: "\e9af";
724
+ }
725
+
726
+ .icon-horizontal-dots-bg:before {
727
+ content: "\e9b0";
728
+ }
729
+
730
+ .icon-horizontal-dots-ot:before {
731
+ content: "\e9b1";
732
+ }
733
+
734
+ .icon-human:before {
735
+ content: "\e9b2";
736
+ }
737
+
738
+ .icon-human-add:before {
739
+ content: "\e9b3";
740
+ }
741
+
742
+ .icon-human-add-bg:before {
743
+ content: "\e9b4";
744
+ }
745
+
746
+ .icon-human-add-ot:before {
747
+ content: "\e9b5";
748
+ }
749
+
750
+ .icon-human-bg:before {
751
+ content: "\e9b6";
752
+ }
753
+
754
+ .icon-human-cross:before {
755
+ content: "\e9b7";
756
+ }
757
+
758
+ .icon-human-cross-bg:before {
759
+ content: "\e9b8";
760
+ }
761
+
762
+ .icon-human-cross-ot:before {
763
+ content: "\e9b9";
764
+ }
765
+
766
+ .icon-human-minus:before {
767
+ content: "\e9ba";
768
+ }
769
+
770
+ .icon-human-minus-bg:before {
771
+ content: "\e9bb";
772
+ }
773
+
774
+ .icon-human-minus-ot:before {
775
+ content: "\e9bc";
776
+ }
777
+
778
+ .icon-human-ot:before {
779
+ content: "\e9bd";
780
+ }
781
+
782
+ .icon-human-timer:before {
783
+ content: "\e9be";
784
+ }
785
+
786
+ .icon-human-timer-bg:before {
787
+ content: "\e9bf";
788
+ }
789
+
790
+ .icon-human-timer-ot:before {
791
+ content: "\e9c0";
792
+ }
793
+
794
+ .icon-info:before {
795
+ content: "\e9c1";
796
+ }
797
+
798
+ .icon-info-bg:before {
799
+ content: "\e9c2";
800
+ }
801
+
802
+ .icon-info-ot:before {
803
+ content: "\e9c3";
804
+ }
805
+
806
+ .icon-jpg-file:before {
807
+ content: "\e9c4";
808
+ }
809
+
810
+ .icon-jpg-file-bg:before {
811
+ content: "\e9c5";
812
+ }
813
+
814
+ .icon-jpg-file-ot:before {
815
+ content: "\e9c6";
816
+ }
817
+
818
+ .icon-justify-align:before {
819
+ content: "\e9c7";
820
+ }
821
+
822
+ .icon-justify-align-bg:before {
823
+ content: "\e9c8";
824
+ }
825
+
826
+ .icon-justify-align-ot:before {
827
+ content: "\e9c9";
828
+ }
829
+
830
+ .icon-kebab-menu:before {
831
+ content: "\e9ca";
832
+ }
833
+
834
+ .icon-kebab-menu-bg:before {
835
+ content: "\e9cb";
836
+ }
837
+
838
+ .icon-kebab-menu-ot:before {
839
+ content: "\e9cc";
840
+ }
841
+
842
+ .icon-left-align:before {
843
+ content: "\e9cd";
844
+ }
845
+
846
+ .icon-left-align-bg:before {
847
+ content: "\e9ce";
848
+ }
849
+
850
+ .icon-left-align-ot:before {
851
+ content: "\e9cf";
852
+ }
853
+
854
+ .icon-left-indent:before {
855
+ content: "\e9d0";
856
+ }
857
+
858
+ .icon-left-indent-bg:before {
859
+ content: "\e9d1";
860
+ }
861
+
862
+ .icon-left-indent-ot:before {
863
+ content: "\e9d2";
864
+ }
865
+
866
+ .icon-cross:before {
867
+ content: "\e9d3";
868
+ }
869
+
870
+ .icon-cross-bg:before {
871
+ content: "\e9d4";
872
+ }
873
+
874
+ .icon-cross-ot:before {
875
+ content: "\e9d5";
876
+ }
877
+
878
+ .icon-full-star:before {
879
+ content: "\e9d6";
880
+ }
881
+
882
+ .icon-full-star-bg:before {
883
+ content: "\e9d7";
884
+ }
885
+
886
+ .icon-line-arrow-down:before {
887
+ content: "\e9d8";
888
+ }
889
+
890
+ .icon-line-arrow-down-bg:before {
891
+ content: "\e9d9";
892
+ }
893
+
894
+ .icon-line-arrow-down-ot:before {
895
+ content: "\e9da";
896
+ }
897
+
898
+ .icon-line-arrow-left:before {
899
+ content: "\e9db";
900
+ }
901
+
902
+ .icon-line-arrow-left-bg:before {
903
+ content: "\e9dc";
904
+ }
905
+
906
+ .icon-line-arrow-left-ot:before {
907
+ content: "\e9dd";
908
+ }
909
+
910
+ .icon-line-arrow-right:before {
911
+ content: "\e9de";
912
+ }
913
+
914
+ .icon-line-arrow-right-bg:before {
915
+ content: "\e9df";
916
+ }
917
+
918
+ .icon-line-arrow-right-ot:before {
919
+ content: "\e9e0";
920
+ }
921
+
922
+ .icon-line-arrow-up:before {
923
+ content: "\e9e1";
924
+ }
925
+
926
+ .icon-line-arrow-up-bg:before {
927
+ content: "\e9e2";
928
+ }
929
+
930
+ .icon-line-arrow-up-ot:before {
931
+ content: "\e9e3";
932
+ }
933
+
934
+ .icon-link:before {
935
+ content: "\e9e4";
936
+ }
937
+
938
+ .icon-link-bg:before {
939
+ content: "\e9e5";
940
+ }
941
+
942
+ .icon-link-ot:before {
943
+ content: "\e9e6";
944
+ }
945
+
946
+ .icon-location:before {
947
+ content: "\e9e7";
948
+ }
949
+
950
+ .icon-location-bg:before {
951
+ content: "\e9e8";
952
+ }
953
+
954
+ .icon-location-ot:before {
955
+ content: "\e9e9";
956
+ }
957
+
958
+ .icon-lock:before {
959
+ content: "\e9ea";
960
+ }
961
+
962
+ .icon-lock-bg:before {
963
+ content: "\e9eb";
964
+ }
965
+
966
+ .icon-lock-ot:before {
967
+ content: "\e9ec";
968
+ }
969
+
970
+ .icon-login:before {
971
+ content: "\e9ed";
972
+ }
973
+
974
+ .icon-login-bg:before {
975
+ content: "\e9ee";
976
+ }
977
+
978
+ .icon-login-ot:before {
979
+ content: "\e9ef";
980
+ }
981
+
982
+ .icon-logout:before {
983
+ content: "\e9f0";
984
+ }
985
+
986
+ .icon-logout-bg:before {
987
+ content: "\e9f1";
988
+ }
989
+
990
+ .icon-logout-ot:before {
991
+ content: "\e9f2";
992
+ }
993
+
994
+ .icon-message:before {
995
+ content: "\e9f3";
996
+ }
997
+
998
+ .icon-message-bg:before {
999
+ content: "\e9f4";
1000
+ }
1001
+
1002
+ .icon-message-ot:before {
1003
+ content: "\e9f5";
1004
+ }
1005
+
1006
+ .icon-minus:before {
1007
+ content: "\e9f6";
1008
+ }
1009
+
1010
+ .icon-minus-bg:before {
1011
+ content: "\e9f7";
1012
+ }
1013
+
1014
+ .icon-minus-ot:before {
1015
+ content: "\e9f8";
1016
+ }
1017
+
1018
+ .icon-not-allowed:before {
1019
+ content: "\e9f9";
1020
+ }
1021
+
1022
+ .icon-not-allowed-bg:before {
1023
+ content: "\e9fa";
1024
+ }
1025
+
1026
+ .icon-not-allowed-ot:before {
1027
+ content: "\e9fb";
1028
+ }
1029
+
1030
+ .icon-ordered-list:before {
1031
+ content: "\e9fc";
1032
+ }
1033
+
1034
+ .icon-ordered-list-bg:before {
1035
+ content: "\e9fd";
1036
+ }
1037
+
1038
+ .icon-ordered-list-ot:before {
1039
+ content: "\e9fe";
1040
+ }
1041
+
1042
+ .icon-pdf-file:before {
1043
+ content: "\e9ff";
1044
+ }
1045
+
1046
+ .icon-pdf-file-bg:before {
1047
+ content: "\ea00";
1048
+ }
1049
+
1050
+ .icon-pdf-file-ot:before {
1051
+ content: "\ea01";
1052
+ }
1053
+
1054
+ .icon-pen:before {
1055
+ content: "\ea02";
1056
+ }
1057
+
1058
+ .icon-pen-bg:before {
1059
+ content: "\ea03";
1060
+ }
1061
+
1062
+ .icon-pen-ot:before {
1063
+ content: "\ea04";
1064
+ }
1065
+
1066
+ .icon-phone:before {
1067
+ content: "\ea05";
1068
+ }
1069
+
1070
+ .icon-phone-bg:before {
1071
+ content: "\ea06";
1072
+ }
1073
+
1074
+ .icon-phone-ot:before {
1075
+ content: "\ea07";
1076
+ }
1077
+
1078
+ .icon-plug:before {
1079
+ content: "\ea08";
1080
+ }
1081
+
1082
+ .icon-plug-bg:before {
1083
+ content: "\ea09";
1084
+ }
1085
+
1086
+ .icon-plug-ot:before {
1087
+ content: "\ea0a";
1088
+ }
1089
+
1090
+ .icon-png-file:before {
1091
+ content: "\ea0b";
1092
+ }
1093
+
1094
+ .icon-png-file-bg:before {
1095
+ content: "\ea0c";
1096
+ }
1097
+
1098
+ .icon-png-file-ot:before {
1099
+ content: "\ea0d";
1100
+ }
1101
+
1102
+ .icon-price-tag:before {
1103
+ content: "\ea0e";
1104
+ }
1105
+
1106
+ .icon-price-tag-bg:before {
1107
+ content: "\ea0f";
1108
+ }
1109
+
1110
+ .icon-price-tag-ot:before {
1111
+ content: "\ea10";
1112
+ }
1113
+
1114
+ .icon-profile:before {
1115
+ content: "\ea11";
1116
+ }
1117
+
1118
+ .icon-profile-bg:before {
1119
+ content: "\ea12";
1120
+ }
1121
+
1122
+ .icon-profile-ot:before {
1123
+ content: "\ea13";
1124
+ }
1125
+
1126
+ .icon-question:before {
1127
+ content: "\ea14";
1128
+ }
1129
+
1130
+ .icon-question-bg:before {
1131
+ content: "\ea15";
1132
+ }
1133
+
1134
+ .icon-question-ot:before {
1135
+ content: "\ea16";
1136
+ }
1137
+
1138
+ .icon-redo:before {
1139
+ content: "\ea17";
1140
+ }
1141
+
1142
+ .icon-redo-bg:before {
1143
+ content: "\ea18";
1144
+ }
1145
+
1146
+ .icon-redo-ot:before {
1147
+ content: "\ea19";
1148
+ }
1149
+
1150
+ .icon-reload:before {
1151
+ content: "\ea1a";
1152
+ }
1153
+
1154
+ .icon-reload-bg:before {
1155
+ content: "\ea1b";
1156
+ }
1157
+
1158
+ .icon-reload-ot:before {
1159
+ content: "\ea1c";
1160
+ }
1161
+
1162
+ .icon-reset:before {
1163
+ content: "\ea1d";
1164
+ }
1165
+
1166
+ .icon-reset-bg:before {
1167
+ content: "\ea1e";
1168
+ }
1169
+
1170
+ .icon-reset-ot:before {
1171
+ content: "\ea1f";
1172
+ }
1173
+
1174
+ .icon-right-align:before {
1175
+ content: "\ea20";
1176
+ }
1177
+
1178
+ .icon-right-align-bg:before {
1179
+ content: "\ea21";
1180
+ }
1181
+
1182
+ .icon-right-align-ot:before {
1183
+ content: "\ea22";
1184
+ }
1185
+
1186
+ .icon-right-indent:before {
1187
+ content: "\ea23";
1188
+ }
1189
+
1190
+ .icon-right-indent-bg:before {
1191
+ content: "\ea24";
1192
+ }
1193
+
1194
+ .icon-right-indent-ot:before {
1195
+ content: "\ea25";
1196
+ }
1197
+
1198
+ .icon-rocket:before {
1199
+ content: "\ea26";
1200
+ }
1201
+
1202
+ .icon-rocket-bg:before {
1203
+ content: "\ea27";
1204
+ }
1205
+
1206
+ .icon-rocket-ot:before {
1207
+ content: "\ea28";
1208
+ }
1209
+
1210
+ .icon-search:before {
1211
+ content: "\ea29";
1212
+ }
1213
+
1214
+ .icon-search-bg:before {
1215
+ content: "\ea2a";
1216
+ }
1217
+
1218
+ .icon-search-ot:before {
1219
+ content: "\ea2b";
1220
+ }
1221
+
1222
+ .icon-setting:before {
1223
+ content: "\ea2c";
1224
+ }
1225
+
1226
+ .icon-setting-bg:before {
1227
+ content: "\ea2d";
1228
+ }
1229
+
1230
+ .icon-setting-ot:before {
1231
+ content: "\ea2e";
1232
+ }
1233
+
1234
+ .icon-share:before {
1235
+ content: "\ea2f";
1236
+ }
1237
+
1238
+ .icon-share-bg:before {
1239
+ content: "\ea30";
1240
+ }
1241
+
1242
+ .icon-share-ot:before {
1243
+ content: "\ea31";
1244
+ }
1245
+
1246
+ .icon-star:before {
1247
+ content: "\ea32";
1248
+ }
1249
+
1250
+ .icon-star-bg:before {
1251
+ content: "\ea33";
1252
+ }
1253
+
1254
+ .icon-star-ot:before {
1255
+ content: "\ea34";
1256
+ }
1257
+
1258
+ .icon-tag-cross:before {
1259
+ content: "\ea35";
1260
+ }
1261
+
1262
+ .icon-tag-cross-bg:before {
1263
+ content: "\ea36";
1264
+ }
1265
+
1266
+ .icon-tag-cross-ot:before {
1267
+ content: "\ea37";
1268
+ }
1269
+
1270
+ .icon-target:before {
1271
+ content: "\ea38";
1272
+ }
1273
+
1274
+ .icon-target-bg:before {
1275
+ content: "\ea39";
1276
+ }
1277
+
1278
+ .icon-target-ot:before {
1279
+ content: "\ea3a";
1280
+ }
1281
+
1282
+ .icon-tick:before {
1283
+ content: "\ea3b";
1284
+ }
1285
+
1286
+ .icon-tick-bg:before {
1287
+ content: "\ea3c";
1288
+ }
1289
+
1290
+ .icon-tick-ot:before {
1291
+ content: "\ea3d";
1292
+ }
1293
+
1294
+ .icon-undo:before {
1295
+ content: "\ea3e";
1296
+ }
1297
+
1298
+ .icon-undo-bg:before {
1299
+ content: "\ea3f";
1300
+ }
1301
+
1302
+ .icon-undo-ot:before {
1303
+ content: "\ea40";
1304
+ }
1305
+
1306
+ .icon-unlink:before {
1307
+ content: "\ea41";
1308
+ }
1309
+
1310
+ .icon-unlink-bg:before {
1311
+ content: "\ea42";
1312
+ }
1313
+
1314
+ .icon-unlink-ot:before {
1315
+ content: "\ea43";
1316
+ }
1317
+
1318
+ .icon-unlock:before {
1319
+ content: "\ea44";
1320
+ }
1321
+
1322
+ .icon-unlock-bg:before {
1323
+ content: "\ea45";
1324
+ }
1325
+
1326
+ .icon-unlock-ot:before {
1327
+ content: "\ea46";
1328
+ }
1329
+
1330
+ .icon-upload:before {
1331
+ content: "\ea47";
1332
+ }
1333
+
1334
+ .icon-upload-bg:before {
1335
+ content: "\ea48";
1336
+ }
1337
+
1338
+ .icon-upload-ot:before {
1339
+ content: "\ea49";
1340
+ }
1341
+
1342
+ .icon-Vector:before {
1343
+ content: "\ea4a";
1344
+ }
1345
+
1346
+ .icon-vertical-dots:before {
1347
+ content: "\ea4b";
1348
+ }
1349
+
1350
+ .icon-vertical-dots-bg:before {
1351
+ content: "\ea4c";
1352
+ }
1353
+
1354
+ .icon-vertical-dots-ot:before {
1355
+ content: "\ea4d";
1356
+ }
1357
+
1358
+ .icon-warning:before {
1359
+ content: "\ea4e";
1360
+ }
1361
+
1362
+ .icon-warning-bg:before {
1363
+ content: "\ea4f";
1364
+ }
1365
+
1366
+ .icon-warning-ot:before {
1367
+ content: "\ea50";
1368
+ }
1369
+
1370
+ .icon-www:before {
1371
+ content: "\ea51";
1372
+ }
1373
+
1374
+ .icon-www-bg:before {
1375
+ content: "\ea52";
1376
+ }
1377
+
1378
+ .icon-www-ot:before {
1379
+ content: "\ea53";
1380
+ }
1381
+
1382
+ .icon-xlsx-file:before {
1383
+ content: "\ea54";
1384
+ }
1385
+
1386
+ .icon-xlsx-file-bg:before {
1387
+ content: "\ea55";
1388
+ }
1389
+
1390
+ .icon-xlsx-file-ot:before {
1391
+ content: "\ea56";
1392
+ }
1393
+
1394
+ .icon-zoom-in:before {
1395
+ content: "\ea57";
1396
+ }
1397
+
1398
+ .icon-zoom-in-bg:before {
1399
+ content: "\ea58";
1400
+ }
1401
+
1402
+ .icon-zoom-in-ot:before {
1403
+ content: "\ea59";
1404
+ }
1405
+
1406
+ .icon-zoom-out:before {
1407
+ content: "\ea5a";
1408
+ }
1409
+
1410
+ .icon-zoom-out-bg:before {
1411
+ content: "\ea5b";
1412
+ }
1413
+
1414
+ .icon-zoom-out-ot:before {
1415
+ content: "\ea5c";
1416
+ }/*# sourceMappingURL=icon.css.map */