@zohodesk/icons 1.3.10 → 1.3.12

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 (76) hide show
  1. package/README.md +9 -0
  2. package/assets/fonts/zd-gcFonts.svg +2 -0
  3. package/assets/fonts/zd-gcFonts.woff +0 -0
  4. package/assets/fonts/zd-gcFonts.woff2 +0 -0
  5. package/assets/fonts/zd-rGeneral.svg +1 -0
  6. package/assets/fonts/zd-rGeneral.woff +0 -0
  7. package/assets/fonts/zd-rGeneral.woff2 +0 -0
  8. package/assets/fonts/zd-rIM.svg +2 -0
  9. package/assets/fonts/zd-rIM.woff +0 -0
  10. package/assets/fonts/zd-rIM.woff2 +0 -0
  11. package/assets/react/zd-font-rAI.module.css +29 -25
  12. package/assets/react/zd-font-rAccessibility.module.css +46 -42
  13. package/assets/react/zd-font-rAnalyticsColor.module.css +199 -195
  14. package/assets/react/zd-font-rAutomation.module.css +322 -318
  15. package/assets/react/zd-font-rCallBar.module.css +35 -31
  16. package/assets/react/zd-font-rChannels.module.css +203 -199
  17. package/assets/react/zd-font-rCustomize.module.css +132 -128
  18. package/assets/react/zd-font-rDeveloperSpace.module.css +13 -9
  19. package/assets/react/zd-font-rExportFiles.module.css +731 -727
  20. package/assets/react/zd-font-rGeneral.module.css +630 -623
  21. package/assets/react/zd-font-rIM.module.css +52 -38
  22. package/assets/react/zd-font-rIntegrations.module.css +211 -207
  23. package/assets/react/zd-font-rLhs.module.css +380 -376
  24. package/assets/react/zd-font-rMarketplace.module.css +153 -149
  25. package/assets/react/zd-font-rReports.module.css +226 -222
  26. package/assets/react/zd-font-rSetup.module.css +151 -147
  27. package/assets/react/zd-font-rTickets.module.css +302 -298
  28. package/assets/react/zd-font-rTopband.module.css +122 -118
  29. package/assets/react/zd-font-rTwotone.module.css +1270 -1266
  30. package/assets/react/zd-font-rUpdates.module.css +17 -13
  31. package/assets/react/zd-font-react-addforms.module.css +439 -435
  32. package/assets/react/zd-font-react-automate.module.css +43 -39
  33. package/assets/react/zd-font-react-channels.module.css +433 -429
  34. package/assets/react/zd-font-react-channels.plain.css +433 -429
  35. package/assets/react/zd-font-react-common.module.css +771 -767
  36. package/assets/react/zd-font-react-common.plain.css +771 -767
  37. package/assets/react/zd-font-react-community.module.css +215 -211
  38. package/assets/react/zd-font-react-customers.module.css +21 -17
  39. package/assets/react/zd-font-react-customize.module.css +608 -604
  40. package/assets/react/zd-font-react-gamescope.module.css +85 -81
  41. package/assets/react/zd-font-react-gcFonts.module.css +1475 -1462
  42. package/assets/react/zd-font-react-gettingstarted.module.css +305 -301
  43. package/assets/react/zd-font-react-integrations.module.css +43 -39
  44. package/assets/react/zd-font-react-kb.module.css +4419 -4415
  45. package/assets/react/zd-font-react-logo.module.css +20 -16
  46. package/assets/react/zd-font-react-organization.module.css +51 -47
  47. package/assets/react/zd-font-react-organization.plain.css +51 -47
  48. package/assets/react/zd-font-react-others.module.css +281 -277
  49. package/assets/react/zd-font-react-reports.module.css +448 -444
  50. package/assets/react/zd-font-react-setup.module.css +785 -781
  51. package/assets/react/zd-font-react-setup.plain.css +785 -781
  52. package/assets/react/zd-font-react-social.module.css +456 -452
  53. package/assets/react/zd-font-react-ticket-channels.module.css +252 -248
  54. package/assets/react/zd-font-react-tickets.module.css +884 -880
  55. package/assets/react/zd-font-react-tickets.plain.css +884 -880
  56. package/assets/react/zd-font-react-topband.module.css +550 -546
  57. package/assets/react/zd-font-react-topband.plain.css +550 -546
  58. package/cbt.config.js +3 -3
  59. package/es/Context/__tests__/__snapshots__/IconContext.spec.js.snap +12 -12
  60. package/es/Icon/FontFactory.js +6 -3
  61. package/es/Icon/FontIcon.js +3 -2
  62. package/es/Icon/SvgIcon.js +2 -1
  63. package/es/Icon/__tests__/Icon.spec.js +15 -0
  64. package/es/Icon/__tests__/__snapshots__/FontIcon.spec.js.snap +22 -22
  65. package/es/Icon/__tests__/__snapshots__/Icon.spec.js.snap +37876 -0
  66. package/es/Icon/__tests__/__snapshots__/SvgIcon.spec.js.snap +13 -13
  67. package/lib/Context/__tests__/__snapshots__/IconContext.spec.js.snap +12 -12
  68. package/lib/Icon/FontFactory.js +4 -3
  69. package/lib/Icon/FontIcon.js +4 -2
  70. package/lib/Icon/SvgIcon.js +3 -1
  71. package/lib/Icon/__tests__/Icon.spec.js +38 -0
  72. package/lib/Icon/__tests__/__snapshots__/FontIcon.spec.js.snap +22 -22
  73. package/lib/Icon/__tests__/__snapshots__/Icon.spec.js.snap +37876 -0
  74. package/lib/Icon/__tests__/__snapshots__/SvgIcon.spec.js.snap +13 -13
  75. package/package.json +19 -12
  76. package/ut.config.js +106 -0
@@ -1,9 +1,13 @@
1
- @font-face{
2
- font-family:"zdf-react-setup_1";
3
- src:url('../fonts/zd-setup.woff2') format('woff2'), url('../fonts/zd-setup.woff') format('woff'), url('../fonts/zd-setup.svg#zdfonts') format('svg');
4
- font-weight:normal;
5
- font-style:normal;
6
- font-display:block;
1
+ @font-face {
2
+ font-family:"zdfonts-react-setup";
3
+ src:
4
+ url('../fonts/zd-setup.woff2') format('woff2'),
5
+
6
+ url('../fonts/zd-setup.woff') format('woff'),
7
+ url('../fonts/zd-setup.svg#zdfonts') format('svg');
8
+ font-weight: normal;
9
+ font-style: normal;
10
+ font-display: block;
7
11
  }
8
12
 
9
13
  @layer dot-icons.core {
@@ -11,853 +15,853 @@
11
15
 
12
16
 
13
17
  .icon-regenerateToken,.icon-access2,.icon-addons2,.icon-api2,.icon-arrow-t-right,.icon-ASAP-setup,.icon-assign,.icon-automation,.icon-bubbles3,.icon-business-hour,.icon-channels-4,.icon-circlePlus1,.icon-com-addbadge,.icon-com-badges,.icon-com-bluebadge,.icon-com-gamedisable,.icon-com-greenbadge,.icon-com-levelexpert,.icon-com-levels,.icon-com-points,.icon-com-redbadge,.icon-common-badges1,.icon-common-badges2,.icon-common-badges3,.icon-common-badges4,.icon-common-badges5,.icon-common-badges6,.icon-common-badges7,.icon-common-badges8,.icon-common-badges9,.icon-common-badges10,.icon-community1,.icon-company,.icon-contract,.icon-copy4,.icon-cp2,.icon-csrating,.icon-customize,.icon-department,.icon-draganddrop-small,.icon-Email-type,.icon-email2,.icon-escalate,.icon-eye3,.icon-fields1,.icon-free-traial-extn,.icon-google-apps,.icon-integ2,.icon-kb-essential-pen,.icon-kb-essential-tools,.icon-KB-UI-Interface_Image,.icon-layouts,.icon-lifeline15,.icon-linkurl,.icon-macro,.icon-My-Information,.icon-new-noti1,.icon-newchatgreenicn,.icon-open,.icon-organisation,.icon-others,.icon-power-button,.icon-products,.icon-rebrand1,.icon-recyclebin,.icon-setup_1,.icon-setup-sort27,.icon-social,.icon-sort27,.icon-supervise,.icon-sync-after,.icon-sync-schedule,.icon-sync-setting,.icon-sync,.icon-syncing-new,.icon-syncing,.icon-t-status1,.icon-tab-1,.icon-Tablock,.icon-teams,.icon-teams1,.icon-teams2,.icon-telephony,.icon-templates,.icon-tick_new1,.icon-workflow,.icon-zwitch,.icon-rolesSub,.icon-roles{
14
- font-family:"zdf-react-setup_1" !important;
18
+ font-family:"zdfonts-react-setup" !important;
15
19
  }
16
20
 
17
- .icon-regenerateToken:before{
18
- content:"\f300";
21
+ .icon-regenerateToken:before {
22
+ content: "\f300";
19
23
  }
20
- .icon-access2:before{
21
- content:"\f301";
24
+ .icon-access2:before {
25
+ content: "\f301";
22
26
  }
23
- .icon-addons2:before{
24
- content:"\f302";
27
+ .icon-addons2:before {
28
+ content: "\f302";
25
29
  }
26
- .icon-api2:before{
27
- content:"\f303";
30
+ .icon-api2:before {
31
+ content: "\f303";
28
32
  }
29
- .icon-arrow-t-right:before{
30
- content:"\f304";
33
+ .icon-arrow-t-right:before {
34
+ content: "\f304";
31
35
  }
32
- .icon-ASAP-setup:before{
33
- content:"\f305";
36
+ .icon-ASAP-setup:before {
37
+ content: "\f305";
34
38
  }
35
- .icon-assign:before{
36
- content:"\f306";
37
- }
38
- .icon-automation:before{
39
- content:"\f307";
40
- }
41
- .icon-bubbles3:before{
42
- content:"\f308";
43
- }
44
- .icon-business-hour:before{
45
- content:"\f309";
46
- }
47
- .icon-channels-4:before{
48
- content:"\f30a";
49
- }
50
- .icon-circlePlus1:before{
51
- content:"\f30b";
52
- }
53
- .icon-com-addbadge:before{
54
- content:"\f30c";
55
- color:#b3b3b3;
56
- }
57
- .icon-com-badges .path1:before{
58
- content:"\f30d";
59
- color:rgb(214, 210, 210);
60
- }
61
- .icon-com-badges .path2:before{
62
- content:"\f30e";
63
- margin-left:-1.0625em;
64
- color:rgb(229, 227, 227);
65
- }
66
- .icon-com-badges .path3:before{
67
- content:"\f30f";
68
- margin-left:-1.0625em;
69
- color:rgb(228, 92, 100);
70
- }
71
- .icon-com-badges .path4:before{
72
- content:"\f310";
73
- margin-left:-1.0625em;
74
- color:rgb(56, 51, 51);
75
- }
76
- .icon-com-bluebadge .path1:before{
77
- content:"\f311";
78
- color:rgb(92, 169, 255);
79
- }
80
- .icon-com-bluebadge .path2:before{
81
- content:"\f312";
82
- margin-left:-1.625em;
83
- color:rgb(131, 190, 255);
84
- }
85
- .icon-com-bluebadge .path3:before{
86
- content:"\f313";
87
- margin-left:-1.625em;
88
- color:rgb(0, 0, 0);
89
- opacity:0.1;
90
- }
91
- .icon-com-bluebadge .path4:before{
92
- content:"\f314";
93
- margin-left:-1.625em;
94
- color:rgb(56, 51, 51);
95
- }
96
- .icon-com-bluebadge .path5:before{
97
- content:"\f315";
98
- margin-left:-1.625em;
99
- color:rgb(246, 191, 81);
100
- }
101
- .icon-com-bluebadge .path6:before{
102
- content:"\f316";
103
- margin-left:-1.625em;
104
- color:rgb(56, 51, 51);
105
- }
106
- .icon-com-bluebadge .path7:before{
107
- content:"\f317";
108
- margin-left:-1.625em;
109
- color:rgb(230, 230, 230);
110
- }
111
- .icon-com-bluebadge .path8:before{
112
- content:"\f318";
113
- margin-left:-1.625em;
114
- color:rgb(255, 255, 255);
115
- }
116
- .icon-com-gamedisable .path1:before{
117
- content:"\f319";
118
- color:rgb(216, 147, 48);
119
- }
120
- .icon-com-gamedisable .path2:before{
121
- content:"\f31a";
122
- margin-left:-1.0625em;
123
- color:rgb(246, 178, 66);
124
- }
125
- .icon-com-greenbadge .path1:before{
126
- content:"\f31b";
127
- color:rgb(37, 206, 154);
128
- }
129
- .icon-com-greenbadge .path2:before{
130
- content:"\f31c";
131
- margin-left:-1.625em;
132
- color:rgb(85, 217, 176);
133
- }
134
- .icon-com-greenbadge .path3:before{
135
- content:"\f31d";
136
- margin-left:-1.625em;
137
- color:rgb(0, 0, 0);
138
- opacity:0.1;
139
- }
140
- .icon-com-greenbadge .path4:before{
141
- content:"\f31e";
142
- margin-left:-1.625em;
143
- color:rgb(56, 51, 51);
144
- }
145
- .icon-com-greenbadge .path5:before{
146
- content:"\f31f";
147
- margin-left:-1.625em;
148
- color:rgb(246, 191, 81);
149
- }
150
- .icon-com-greenbadge .path6:before{
151
- content:"\f320";
152
- margin-left:-1.625em;
153
- color:rgb(56, 51, 51);
154
- }
155
- .icon-com-greenbadge .path7:before{
156
- content:"\f321";
157
- margin-left:-1.625em;
158
- color:rgb(230, 230, 230);
159
- }
160
- .icon-com-greenbadge .path8:before{
161
- content:"\f322";
162
- margin-left:-1.625em;
163
- color:rgb(255, 255, 255);
164
- }
165
- .icon-com-levelexpert .path1:before{
166
- content:"\f323";
167
- color:rgb(51, 51, 51);
168
- }
169
- .icon-com-levelexpert .path2:before{
170
- content:"\f324";
171
- margin-left:-1em;
172
- color:rgb(217, 221, 221);
173
- }
174
- .icon-com-levelexpert .path3:before{
175
- content:"\f325";
176
- margin-left:-1em;
177
- color:rgb(51, 51, 51);
178
- }
179
- .icon-com-levels .path1:before{
180
- content:"\f326";
181
- color:rgb(56, 51, 51);
182
- }
183
- .icon-com-levels .path2:before{
184
- content:"\f327";
185
- margin-left:-1.0625em;
186
- color:rgb(214, 210, 210);
187
- }
188
- .icon-com-levels .path3:before{
189
- content:"\f328";
190
- margin-left:-1.0625em;
191
- color:rgb(229, 227, 227);
192
- }
193
- .icon-com-levels .path4:before{
194
- content:"\f329";
195
- margin-left:-1.0625em;
196
- color:rgb(56, 51, 51);
197
- }
198
- .icon-com-levels .path5:before{
199
- content:"\f32a";
200
- margin-left:-1.0625em;
201
- color:rgb(230, 230, 230);
202
- }
203
- .icon-com-levels .path6:before{
204
- content:"\f32b";
205
- margin-left:-1.0625em;
206
- color:rgb(255, 255, 255);
207
- }
208
- .icon-com-points .path1:before{
209
- content:"\f32c";
210
- color:rgb(214, 210, 210);
211
- }
212
- .icon-com-points .path2:before{
213
- content:"\f32d";
214
- margin-left:-1.0625em;
215
- color:rgb(229, 227, 227);
216
- }
217
- .icon-com-points .path3:before{
218
- content:"\f32e";
219
- margin-left:-1.0625em;
220
- color:rgb(56, 51, 51);
221
- }
222
- .icon-com-points .path4:before{
223
- content:"\f32f";
224
- margin-left:-1.0625em;
225
- color:rgb(213, 97, 121);
226
- }
227
- .icon-com-redbadge .path1:before{
228
- content:"\f330";
229
- color:rgb(215, 90, 74);
230
- }
231
- .icon-com-redbadge .path2:before{
232
- content:"\f331";
233
- margin-left:-1.625em;
234
- color:rgb(226, 109, 100);
235
- }
236
- .icon-com-redbadge .path3:before{
237
- content:"\f332";
238
- margin-left:-1.625em;
239
- color:rgb(56, 51, 51);
240
- }
241
- .icon-com-redbadge .path4:before{
242
- content:"\f333";
243
- margin-left:-1.625em;
244
- color:rgb(0, 0, 0);
245
- opacity:0.1;
246
- }
247
- .icon-com-redbadge .path5:before{
248
- content:"\f334";
249
- margin-left:-1.625em;
250
- color:rgb(246, 191, 81);
251
- }
252
- .icon-com-redbadge .path6:before{
253
- content:"\f335";
254
- margin-left:-1.625em;
255
- color:rgb(56, 51, 51);
256
- }
257
- .icon-com-redbadge .path7:before{
258
- content:"\f336";
259
- margin-left:-1.625em;
260
- color:rgb(230, 230, 230);
261
- }
262
- .icon-com-redbadge .path8:before{
263
- content:"\f337";
264
- margin-left:-1.625em;
265
- color:rgb(255, 255, 255);
266
- }
267
- .icon-common-badges1 .path1:before{
268
- content:"\f338";
269
- color:rgb(51, 195, 226);
270
- }
271
- .icon-common-badges1 .path2:before{
272
- content:"\f339";
273
- margin-left:-1.625em;
274
- color:rgb(72, 207, 229);
275
- }
276
- .icon-common-badges1 .path3:before{
277
- content:"\f33a";
278
- margin-left:-1.625em;
279
- color:rgb(105, 104, 185);
280
- }
281
- .icon-common-badges1 .path4:before{
282
- content:"\f33b";
283
- margin-left:-1.625em;
284
- color:rgb(230, 230, 230);
285
- }
286
- .icon-common-badges1 .path5:before{
287
- content:"\f33c";
288
- margin-left:-1.625em;
289
- color:rgb(255, 208, 172);
290
- }
291
- .icon-common-badges1 .path6:before{
292
- content:"\f33d";
293
- margin-left:-1.625em;
294
- color:rgb(232, 187, 156);
295
- }
296
- .icon-common-badges1 .path7:before{
297
- content:"\f33e";
298
- margin-left:-1.625em;
299
- color:rgb(255, 255, 255);
300
- }
301
- .icon-common-badges1 .path8:before{
302
- content:"\f33f";
303
- margin-left:-1.625em;
304
- color:rgb(230, 230, 230);
305
- }
306
- .icon-common-badges1 .path9:before{
307
- content:"\f340";
308
- margin-left:-1.625em;
309
- color:rgb(61, 59, 54);
310
- }
311
- .icon-common-badges2 .path1:before{
312
- content:"\f341";
313
- color:rgb(34, 191, 124);
314
- }
315
- .icon-common-badges2 .path2:before{
316
- content:"\f342";
317
- margin-left:-1.625em;
318
- color:rgb(52, 198, 131);
319
- }
320
- .icon-common-badges2 .path3:before{
321
- content:"\f343";
322
- margin-left:-1.625em;
323
- color:rgb(0, 0, 0);
324
- opacity:0.1;
325
- }
326
- .icon-common-badges2 .path4:before{
327
- content:"\f344";
328
- margin-left:-1.625em;
329
- color:rgb(61, 59, 54);
330
- }
331
- .icon-common-badges2 .path5:before{
332
- content:"\f345";
333
- margin-left:-1.625em;
334
- color:rgb(37, 206, 154);
335
- }
336
- .icon-common-badges2 .path6:before{
337
- content:"\f346";
338
- margin-left:-1.625em;
339
- color:rgb(105, 104, 185);
340
- }
341
- .icon-common-badges2 .path7:before{
342
- content:"\f347";
343
- margin-left:-1.625em;
344
- color:rgb(228, 92, 100);
345
- }
346
- .icon-common-badges2 .path8:before{
347
- content:"\f348";
348
- margin-left:-1.625em;
349
- color:rgb(230, 230, 230);
350
- }
351
- .icon-common-badges3 .path1:before{
352
- content:"\f349";
353
- color:rgb(135, 127, 239);
354
- }
355
- .icon-common-badges3 .path2:before{
356
- content:"\f34a";
357
- margin-left:-1.625em;
358
- color:rgb(147, 140, 241);
359
- }
360
- .icon-common-badges3 .path3:before{
361
- content:"\f34b";
362
- margin-left:-1.625em;
363
- color:rgb(0, 0, 0);
364
- opacity:0.1;
365
- }
366
- .icon-common-badges3 .path4:before{
367
- content:"\f34c";
368
- margin-left:-1.625em;
369
- color:rgb(61, 59, 54);
370
- }
371
- .icon-common-badges3 .path5:before{
372
- content:"\f34d";
373
- margin-left:-1.625em;
374
- color:rgb(230, 230, 230);
375
- }
376
- .icon-common-badges3 .path6:before{
377
- content:"\f34e";
378
- margin-left:-1.625em;
379
- color:rgb(255, 255, 255);
380
- }
381
- .icon-common-badges4 .path1:before{
382
- content:"\f34f";
383
- color:rgb(237, 133, 86);
384
- }
385
- .icon-common-badges4 .path2:before{
386
- content:"\f350";
387
- margin-left:-1.625em;
388
- color:rgb(0, 0, 0);
389
- opacity:0.12;
390
- }
391
- .icon-common-badges4 .path3:before{
392
- content:"\f351";
393
- margin-left:-1.625em;
394
- color:rgb(255, 255, 255);
395
- opacity:0.15;
396
- }
397
- .icon-common-badges4 .path4:before{
398
- content:"\f352";
399
- margin-left:-1.625em;
400
- color:rgb(56, 51, 51);
401
- }
402
- .icon-common-badges4 .path5:before{
403
- content:"\f353";
404
- margin-left:-1.625em;
405
- color:rgb(255, 255, 255);
406
- }
407
- .icon-common-badges4 .path6:before{
408
- content:"\f354";
409
- margin-left:-1.625em;
410
- color:rgb(255, 226, 98);
411
- }
412
- .icon-common-badges4 .path7:before{
413
- content:"\f355";
414
- margin-left:-1.625em;
415
- color:rgb(252, 236, 158);
416
- opacity:0.69;
417
- }
418
- .icon-common-badges4 .path8:before{
419
- content:"\f356";
420
- margin-left:-1.625em;
421
- color:rgb(255, 240, 211);
422
- }
423
- .icon-common-badges5 .path1:before{
424
- content:"\f357";
425
- color:rgb(224, 106, 126);
426
- }
427
- .icon-common-badges5 .path2:before{
428
- content:"\f358";
429
- margin-left:-1.625em;
430
- color:rgb(0, 0, 0);
431
- opacity:0.1;
432
- }
433
- .icon-common-badges5 .path3:before{
434
- content:"\f359";
435
- margin-left:-1.625em;
436
- color:rgb(229, 124, 146);
437
- }
438
- .icon-common-badges5 .path4:before{
439
- content:"\f35a";
440
- margin-left:-1.625em;
441
- color:rgb(255, 169, 147);
442
- }
443
- .icon-common-badges5 .path5:before{
444
- content:"\f35b";
445
- margin-left:-1.625em;
446
- color:rgb(255, 196, 184);
447
- }
448
- .icon-common-badges5 .path6:before{
449
- content:"\f35c";
450
- margin-left:-1.625em;
451
- color:rgb(56, 51, 51);
452
- }
453
- .icon-common-badges5 .path7:before{
454
- content:"\f35d";
455
- margin-left:-1.625em;
456
- color:rgb(255, 255, 255);
457
- }
458
- .icon-common-badges6 .path1:before{
459
- content:"\f35e";
460
- color:rgb(37, 206, 154);
461
- }
462
- .icon-common-badges6 .path2:before{
463
- content:"\f35f";
464
- margin-left:-1.625em;
465
- color:rgb(81, 216, 174);
466
- }
467
- .icon-common-badges6 .path3:before{
468
- content:"\f360";
469
- margin-left:-1.625em;
470
- color:rgb(56, 51, 51);
471
- }
472
- .icon-common-badges6 .path4:before{
473
- content:"\f361";
474
- margin-left:-1.625em;
475
- color:rgb(0, 0, 0);
476
- opacity:0.1;
477
- }
478
- .icon-common-badges6 .path5:before{
479
- content:"\f362";
480
- margin-left:-1.625em;
481
- color:rgb(105, 104, 185);
482
- }
483
- .icon-common-badges6 .path6:before{
484
- content:"\f363";
485
- margin-left:-1.625em;
486
- color:rgb(230, 230, 230);
487
- }
488
- .icon-common-badges6 .path7:before{
489
- content:"\f364";
490
- margin-left:-1.625em;
491
- color:rgb(255, 255, 255);
492
- }
493
- .icon-common-badges6 .path8:before{
494
- content:"\f365";
495
- margin-left:-1.625em;
496
- color:rgb(255, 208, 172);
497
- }
498
- .icon-common-badges6 .path9:before{
499
- content:"\f366";
500
- margin-left:-1.625em;
501
- color:rgb(232, 187, 156);
502
- }
503
- .icon-common-badges6 .path10:before{
504
- content:"\f367";
505
- margin-left:-1.625em;
506
- color:rgb(183, 239, 222);
507
- }
508
- .icon-common-badges7 .path1:before{
509
- content:"\f368";
510
- color:rgb(246, 191, 100);
511
- }
512
- .icon-common-badges7 .path2:before{
513
- content:"\f369";
514
- margin-left:-1.625em;
515
- color:rgb(246, 201, 125);
516
- }
517
- .icon-common-badges7 .path3:before{
518
- content:"\f36a";
519
- margin-left:-1.625em;
520
- color:rgb(0, 0, 0);
521
- opacity:0.1;
522
- }
523
- .icon-common-badges7 .path4:before{
524
- content:"\f36b";
525
- margin-left:-1.625em;
526
- color:rgb(105, 104, 185);
527
- }
528
- .icon-common-badges7 .path5:before{
529
- content:"\f36c";
530
- margin-left:-1.625em;
531
- color:rgb(230, 230, 230);
532
- }
533
- .icon-common-badges7 .path6:before{
534
- content:"\f36d";
535
- margin-left:-1.625em;
536
- color:rgb(255, 255, 255);
537
- }
538
- .icon-common-badges7 .path7:before{
539
- content:"\f36e";
540
- margin-left:-1.625em;
541
- color:rgb(255, 208, 172);
542
- }
543
- .icon-common-badges7 .path8:before{
544
- content:"\f36f";
545
- margin-left:-1.625em;
546
- color:rgb(232, 187, 156);
547
- }
548
- .icon-common-badges7 .path9:before{
549
- content:"\f370";
550
- margin-left:-1.625em;
551
- color:rgb(61, 59, 54);
552
- }
553
- .icon-common-badges7 .path10:before{
554
- content:"\f371";
555
- margin-left:-1.625em;
556
- color:rgb(236, 245, 221);
557
- }
558
- .icon-common-badges7 .path11:before{
559
- content:"\f372";
560
- margin-left:-1.625em;
561
- color:rgb(61, 59, 54);
562
- }
563
- .icon-common-badges8 .path1:before{
564
- content:"\f373";
565
- color:rgb(82, 139, 201);
566
- }
567
- .icon-common-badges8 .path2:before{
568
- content:"\f374";
569
- margin-left:-1.625em;
570
- color:rgb(82, 149, 201);
571
- }
572
- .icon-common-badges8 .path3:before{
573
- content:"\f375";
574
- margin-left:-1.625em;
575
- color:rgb(0, 0, 0);
576
- opacity:0.1;
577
- }
578
- .icon-common-badges8 .path4:before{
579
- content:"\f376";
580
- margin-left:-1.625em;
581
- color:rgb(61, 59, 54);
582
- }
583
- .icon-common-badges8 .path5:before{
584
- content:"\f377";
585
- margin-left:-1.625em;
586
- color:rgb(204, 204, 204);
587
- }
588
- .icon-common-badges8 .path6:before{
589
- content:"\f378";
590
- margin-left:-1.625em;
591
- color:rgb(61, 59, 54);
592
- }
593
- .icon-common-badges8 .path7:before{
594
- content:"\f379";
595
- margin-left:-1.625em;
596
- color:rgb(230, 230, 230);
597
- }
598
- .icon-common-badges8 .path8:before{
599
- content:"\f37a";
600
- margin-left:-1.625em;
601
- color:rgb(61, 59, 54);
602
- }
603
- .icon-common-badges8 .path9:before{
604
- content:"\f37b";
605
- margin-left:-1.625em;
606
- color:rgb(0, 0, 0);
607
- opacity:0.1;
608
- }
609
- .icon-common-badges9 .path1:before{
610
- content:"\f37c";
611
- color:rgb(226, 220, 220);
612
- }
613
- .icon-common-badges9 .path2:before{
614
- content:"\f37d";
615
- margin-left:-1.625em;
616
- color:rgb(56, 51, 51);
617
- }
618
- .icon-common-badges9 .path3:before{
619
- content:"\f37e";
620
- margin-left:-1.625em;
621
- color:rgb(234, 229, 229);
622
- }
623
- .icon-common-badges9 .path4:before{
624
- content:"\f37f";
625
- margin-left:-1.625em;
626
- color:rgb(61, 59, 54);
627
- }
628
- .icon-common-badges9 .path5:before{
629
- content:"\f380";
630
- margin-left:-1.625em;
631
- color:rgb(0, 0, 0);
632
- opacity:0.12;
633
- }
634
- .icon-common-badges9 .path6:before{
635
- content:"\f381";
636
- margin-left:-1.625em;
637
- color:rgb(226, 87, 76);
638
- }
639
- .icon-common-badges9 .path7:before{
640
- content:"\f382";
641
- margin-left:-1.625em;
642
- color:rgb(239, 239, 239);
643
- }
644
- .icon-common-badges9 .path8:before{
645
- content:"\f383";
646
- margin-left:-1.625em;
647
- color:rgb(230, 230, 230);
648
- }
649
- .icon-common-badges10 .path1:before{
650
- content:"\f384";
651
- color:rgb(177, 213, 115);
39
+ .icon-assign:before {
40
+ content: "\f306";
41
+ }
42
+ .icon-automation:before {
43
+ content: "\f307";
44
+ }
45
+ .icon-bubbles3:before {
46
+ content: "\f308";
47
+ }
48
+ .icon-business-hour:before {
49
+ content: "\f309";
50
+ }
51
+ .icon-channels-4:before {
52
+ content: "\f30a";
53
+ }
54
+ .icon-circlePlus1:before {
55
+ content: "\f30b";
56
+ }
57
+ .icon-com-addbadge:before {
58
+ content: "\f30c";
59
+ color: #b3b3b3;
60
+ }
61
+ .icon-com-badges .path1:before {
62
+ content: "\f30d";
63
+ color: rgb(214, 210, 210);
64
+ }
65
+ .icon-com-badges .path2:before {
66
+ content: "\f30e";
67
+ margin-left: -1.0625em;
68
+ color: rgb(229, 227, 227);
69
+ }
70
+ .icon-com-badges .path3:before {
71
+ content: "\f30f";
72
+ margin-left: -1.0625em;
73
+ color: rgb(228, 92, 100);
74
+ }
75
+ .icon-com-badges .path4:before {
76
+ content: "\f310";
77
+ margin-left: -1.0625em;
78
+ color: rgb(56, 51, 51);
79
+ }
80
+ .icon-com-bluebadge .path1:before {
81
+ content: "\f311";
82
+ color: rgb(92, 169, 255);
83
+ }
84
+ .icon-com-bluebadge .path2:before {
85
+ content: "\f312";
86
+ margin-left: -1.625em;
87
+ color: rgb(131, 190, 255);
88
+ }
89
+ .icon-com-bluebadge .path3:before {
90
+ content: "\f313";
91
+ margin-left: -1.625em;
92
+ color: rgb(0, 0, 0);
93
+ opacity: 0.1;
94
+ }
95
+ .icon-com-bluebadge .path4:before {
96
+ content: "\f314";
97
+ margin-left: -1.625em;
98
+ color: rgb(56, 51, 51);
99
+ }
100
+ .icon-com-bluebadge .path5:before {
101
+ content: "\f315";
102
+ margin-left: -1.625em;
103
+ color: rgb(246, 191, 81);
104
+ }
105
+ .icon-com-bluebadge .path6:before {
106
+ content: "\f316";
107
+ margin-left: -1.625em;
108
+ color: rgb(56, 51, 51);
109
+ }
110
+ .icon-com-bluebadge .path7:before {
111
+ content: "\f317";
112
+ margin-left: -1.625em;
113
+ color: rgb(230, 230, 230);
114
+ }
115
+ .icon-com-bluebadge .path8:before {
116
+ content: "\f318";
117
+ margin-left: -1.625em;
118
+ color: rgb(255, 255, 255);
119
+ }
120
+ .icon-com-gamedisable .path1:before {
121
+ content: "\f319";
122
+ color: rgb(216, 147, 48);
123
+ }
124
+ .icon-com-gamedisable .path2:before {
125
+ content: "\f31a";
126
+ margin-left: -1.0625em;
127
+ color: rgb(246, 178, 66);
128
+ }
129
+ .icon-com-greenbadge .path1:before {
130
+ content: "\f31b";
131
+ color: rgb(37, 206, 154);
132
+ }
133
+ .icon-com-greenbadge .path2:before {
134
+ content: "\f31c";
135
+ margin-left: -1.625em;
136
+ color: rgb(85, 217, 176);
137
+ }
138
+ .icon-com-greenbadge .path3:before {
139
+ content: "\f31d";
140
+ margin-left: -1.625em;
141
+ color: rgb(0, 0, 0);
142
+ opacity: 0.1;
143
+ }
144
+ .icon-com-greenbadge .path4:before {
145
+ content: "\f31e";
146
+ margin-left: -1.625em;
147
+ color: rgb(56, 51, 51);
148
+ }
149
+ .icon-com-greenbadge .path5:before {
150
+ content: "\f31f";
151
+ margin-left: -1.625em;
152
+ color: rgb(246, 191, 81);
153
+ }
154
+ .icon-com-greenbadge .path6:before {
155
+ content: "\f320";
156
+ margin-left: -1.625em;
157
+ color: rgb(56, 51, 51);
158
+ }
159
+ .icon-com-greenbadge .path7:before {
160
+ content: "\f321";
161
+ margin-left: -1.625em;
162
+ color: rgb(230, 230, 230);
163
+ }
164
+ .icon-com-greenbadge .path8:before {
165
+ content: "\f322";
166
+ margin-left: -1.625em;
167
+ color: rgb(255, 255, 255);
168
+ }
169
+ .icon-com-levelexpert .path1:before {
170
+ content: "\f323";
171
+ color: rgb(51, 51, 51);
172
+ }
173
+ .icon-com-levelexpert .path2:before {
174
+ content: "\f324";
175
+ margin-left: -1em;
176
+ color: rgb(217, 221, 221);
177
+ }
178
+ .icon-com-levelexpert .path3:before {
179
+ content: "\f325";
180
+ margin-left: -1em;
181
+ color: rgb(51, 51, 51);
182
+ }
183
+ .icon-com-levels .path1:before {
184
+ content: "\f326";
185
+ color: rgb(56, 51, 51);
186
+ }
187
+ .icon-com-levels .path2:before {
188
+ content: "\f327";
189
+ margin-left: -1.0625em;
190
+ color: rgb(214, 210, 210);
191
+ }
192
+ .icon-com-levels .path3:before {
193
+ content: "\f328";
194
+ margin-left: -1.0625em;
195
+ color: rgb(229, 227, 227);
196
+ }
197
+ .icon-com-levels .path4:before {
198
+ content: "\f329";
199
+ margin-left: -1.0625em;
200
+ color: rgb(56, 51, 51);
201
+ }
202
+ .icon-com-levels .path5:before {
203
+ content: "\f32a";
204
+ margin-left: -1.0625em;
205
+ color: rgb(230, 230, 230);
206
+ }
207
+ .icon-com-levels .path6:before {
208
+ content: "\f32b";
209
+ margin-left: -1.0625em;
210
+ color: rgb(255, 255, 255);
211
+ }
212
+ .icon-com-points .path1:before {
213
+ content: "\f32c";
214
+ color: rgb(214, 210, 210);
215
+ }
216
+ .icon-com-points .path2:before {
217
+ content: "\f32d";
218
+ margin-left: -1.0625em;
219
+ color: rgb(229, 227, 227);
220
+ }
221
+ .icon-com-points .path3:before {
222
+ content: "\f32e";
223
+ margin-left: -1.0625em;
224
+ color: rgb(56, 51, 51);
225
+ }
226
+ .icon-com-points .path4:before {
227
+ content: "\f32f";
228
+ margin-left: -1.0625em;
229
+ color: rgb(213, 97, 121);
230
+ }
231
+ .icon-com-redbadge .path1:before {
232
+ content: "\f330";
233
+ color: rgb(215, 90, 74);
234
+ }
235
+ .icon-com-redbadge .path2:before {
236
+ content: "\f331";
237
+ margin-left: -1.625em;
238
+ color: rgb(226, 109, 100);
239
+ }
240
+ .icon-com-redbadge .path3:before {
241
+ content: "\f332";
242
+ margin-left: -1.625em;
243
+ color: rgb(56, 51, 51);
244
+ }
245
+ .icon-com-redbadge .path4:before {
246
+ content: "\f333";
247
+ margin-left: -1.625em;
248
+ color: rgb(0, 0, 0);
249
+ opacity: 0.1;
250
+ }
251
+ .icon-com-redbadge .path5:before {
252
+ content: "\f334";
253
+ margin-left: -1.625em;
254
+ color: rgb(246, 191, 81);
255
+ }
256
+ .icon-com-redbadge .path6:before {
257
+ content: "\f335";
258
+ margin-left: -1.625em;
259
+ color: rgb(56, 51, 51);
260
+ }
261
+ .icon-com-redbadge .path7:before {
262
+ content: "\f336";
263
+ margin-left: -1.625em;
264
+ color: rgb(230, 230, 230);
265
+ }
266
+ .icon-com-redbadge .path8:before {
267
+ content: "\f337";
268
+ margin-left: -1.625em;
269
+ color: rgb(255, 255, 255);
270
+ }
271
+ .icon-common-badges1 .path1:before {
272
+ content: "\f338";
273
+ color: rgb(51, 195, 226);
274
+ }
275
+ .icon-common-badges1 .path2:before {
276
+ content: "\f339";
277
+ margin-left: -1.625em;
278
+ color: rgb(72, 207, 229);
279
+ }
280
+ .icon-common-badges1 .path3:before {
281
+ content: "\f33a";
282
+ margin-left: -1.625em;
283
+ color: rgb(105, 104, 185);
284
+ }
285
+ .icon-common-badges1 .path4:before {
286
+ content: "\f33b";
287
+ margin-left: -1.625em;
288
+ color: rgb(230, 230, 230);
289
+ }
290
+ .icon-common-badges1 .path5:before {
291
+ content: "\f33c";
292
+ margin-left: -1.625em;
293
+ color: rgb(255, 208, 172);
294
+ }
295
+ .icon-common-badges1 .path6:before {
296
+ content: "\f33d";
297
+ margin-left: -1.625em;
298
+ color: rgb(232, 187, 156);
299
+ }
300
+ .icon-common-badges1 .path7:before {
301
+ content: "\f33e";
302
+ margin-left: -1.625em;
303
+ color: rgb(255, 255, 255);
304
+ }
305
+ .icon-common-badges1 .path8:before {
306
+ content: "\f33f";
307
+ margin-left: -1.625em;
308
+ color: rgb(230, 230, 230);
309
+ }
310
+ .icon-common-badges1 .path9:before {
311
+ content: "\f340";
312
+ margin-left: -1.625em;
313
+ color: rgb(61, 59, 54);
314
+ }
315
+ .icon-common-badges2 .path1:before {
316
+ content: "\f341";
317
+ color: rgb(34, 191, 124);
318
+ }
319
+ .icon-common-badges2 .path2:before {
320
+ content: "\f342";
321
+ margin-left: -1.625em;
322
+ color: rgb(52, 198, 131);
323
+ }
324
+ .icon-common-badges2 .path3:before {
325
+ content: "\f343";
326
+ margin-left: -1.625em;
327
+ color: rgb(0, 0, 0);
328
+ opacity: 0.1;
329
+ }
330
+ .icon-common-badges2 .path4:before {
331
+ content: "\f344";
332
+ margin-left: -1.625em;
333
+ color: rgb(61, 59, 54);
334
+ }
335
+ .icon-common-badges2 .path5:before {
336
+ content: "\f345";
337
+ margin-left: -1.625em;
338
+ color: rgb(37, 206, 154);
339
+ }
340
+ .icon-common-badges2 .path6:before {
341
+ content: "\f346";
342
+ margin-left: -1.625em;
343
+ color: rgb(105, 104, 185);
344
+ }
345
+ .icon-common-badges2 .path7:before {
346
+ content: "\f347";
347
+ margin-left: -1.625em;
348
+ color: rgb(228, 92, 100);
349
+ }
350
+ .icon-common-badges2 .path8:before {
351
+ content: "\f348";
352
+ margin-left: -1.625em;
353
+ color: rgb(230, 230, 230);
354
+ }
355
+ .icon-common-badges3 .path1:before {
356
+ content: "\f349";
357
+ color: rgb(135, 127, 239);
358
+ }
359
+ .icon-common-badges3 .path2:before {
360
+ content: "\f34a";
361
+ margin-left: -1.625em;
362
+ color: rgb(147, 140, 241);
363
+ }
364
+ .icon-common-badges3 .path3:before {
365
+ content: "\f34b";
366
+ margin-left: -1.625em;
367
+ color: rgb(0, 0, 0);
368
+ opacity: 0.1;
369
+ }
370
+ .icon-common-badges3 .path4:before {
371
+ content: "\f34c";
372
+ margin-left: -1.625em;
373
+ color: rgb(61, 59, 54);
374
+ }
375
+ .icon-common-badges3 .path5:before {
376
+ content: "\f34d";
377
+ margin-left: -1.625em;
378
+ color: rgb(230, 230, 230);
379
+ }
380
+ .icon-common-badges3 .path6:before {
381
+ content: "\f34e";
382
+ margin-left: -1.625em;
383
+ color: rgb(255, 255, 255);
384
+ }
385
+ .icon-common-badges4 .path1:before {
386
+ content: "\f34f";
387
+ color: rgb(237, 133, 86);
388
+ }
389
+ .icon-common-badges4 .path2:before {
390
+ content: "\f350";
391
+ margin-left: -1.625em;
392
+ color: rgb(0, 0, 0);
393
+ opacity: 0.12;
394
+ }
395
+ .icon-common-badges4 .path3:before {
396
+ content: "\f351";
397
+ margin-left: -1.625em;
398
+ color: rgb(255, 255, 255);
399
+ opacity: 0.15;
400
+ }
401
+ .icon-common-badges4 .path4:before {
402
+ content: "\f352";
403
+ margin-left: -1.625em;
404
+ color: rgb(56, 51, 51);
405
+ }
406
+ .icon-common-badges4 .path5:before {
407
+ content: "\f353";
408
+ margin-left: -1.625em;
409
+ color: rgb(255, 255, 255);
410
+ }
411
+ .icon-common-badges4 .path6:before {
412
+ content: "\f354";
413
+ margin-left: -1.625em;
414
+ color: rgb(255, 226, 98);
415
+ }
416
+ .icon-common-badges4 .path7:before {
417
+ content: "\f355";
418
+ margin-left: -1.625em;
419
+ color: rgb(252, 236, 158);
420
+ opacity: 0.69;
421
+ }
422
+ .icon-common-badges4 .path8:before {
423
+ content: "\f356";
424
+ margin-left: -1.625em;
425
+ color: rgb(255, 240, 211);
426
+ }
427
+ .icon-common-badges5 .path1:before {
428
+ content: "\f357";
429
+ color: rgb(224, 106, 126);
430
+ }
431
+ .icon-common-badges5 .path2:before {
432
+ content: "\f358";
433
+ margin-left: -1.625em;
434
+ color: rgb(0, 0, 0);
435
+ opacity: 0.1;
436
+ }
437
+ .icon-common-badges5 .path3:before {
438
+ content: "\f359";
439
+ margin-left: -1.625em;
440
+ color: rgb(229, 124, 146);
441
+ }
442
+ .icon-common-badges5 .path4:before {
443
+ content: "\f35a";
444
+ margin-left: -1.625em;
445
+ color: rgb(255, 169, 147);
446
+ }
447
+ .icon-common-badges5 .path5:before {
448
+ content: "\f35b";
449
+ margin-left: -1.625em;
450
+ color: rgb(255, 196, 184);
451
+ }
452
+ .icon-common-badges5 .path6:before {
453
+ content: "\f35c";
454
+ margin-left: -1.625em;
455
+ color: rgb(56, 51, 51);
456
+ }
457
+ .icon-common-badges5 .path7:before {
458
+ content: "\f35d";
459
+ margin-left: -1.625em;
460
+ color: rgb(255, 255, 255);
461
+ }
462
+ .icon-common-badges6 .path1:before {
463
+ content: "\f35e";
464
+ color: rgb(37, 206, 154);
465
+ }
466
+ .icon-common-badges6 .path2:before {
467
+ content: "\f35f";
468
+ margin-left: -1.625em;
469
+ color: rgb(81, 216, 174);
470
+ }
471
+ .icon-common-badges6 .path3:before {
472
+ content: "\f360";
473
+ margin-left: -1.625em;
474
+ color: rgb(56, 51, 51);
475
+ }
476
+ .icon-common-badges6 .path4:before {
477
+ content: "\f361";
478
+ margin-left: -1.625em;
479
+ color: rgb(0, 0, 0);
480
+ opacity: 0.1;
481
+ }
482
+ .icon-common-badges6 .path5:before {
483
+ content: "\f362";
484
+ margin-left: -1.625em;
485
+ color: rgb(105, 104, 185);
486
+ }
487
+ .icon-common-badges6 .path6:before {
488
+ content: "\f363";
489
+ margin-left: -1.625em;
490
+ color: rgb(230, 230, 230);
491
+ }
492
+ .icon-common-badges6 .path7:before {
493
+ content: "\f364";
494
+ margin-left: -1.625em;
495
+ color: rgb(255, 255, 255);
496
+ }
497
+ .icon-common-badges6 .path8:before {
498
+ content: "\f365";
499
+ margin-left: -1.625em;
500
+ color: rgb(255, 208, 172);
501
+ }
502
+ .icon-common-badges6 .path9:before {
503
+ content: "\f366";
504
+ margin-left: -1.625em;
505
+ color: rgb(232, 187, 156);
506
+ }
507
+ .icon-common-badges6 .path10:before {
508
+ content: "\f367";
509
+ margin-left: -1.625em;
510
+ color: rgb(183, 239, 222);
511
+ }
512
+ .icon-common-badges7 .path1:before {
513
+ content: "\f368";
514
+ color: rgb(246, 191, 100);
515
+ }
516
+ .icon-common-badges7 .path2:before {
517
+ content: "\f369";
518
+ margin-left: -1.625em;
519
+ color: rgb(246, 201, 125);
520
+ }
521
+ .icon-common-badges7 .path3:before {
522
+ content: "\f36a";
523
+ margin-left: -1.625em;
524
+ color: rgb(0, 0, 0);
525
+ opacity: 0.1;
526
+ }
527
+ .icon-common-badges7 .path4:before {
528
+ content: "\f36b";
529
+ margin-left: -1.625em;
530
+ color: rgb(105, 104, 185);
531
+ }
532
+ .icon-common-badges7 .path5:before {
533
+ content: "\f36c";
534
+ margin-left: -1.625em;
535
+ color: rgb(230, 230, 230);
536
+ }
537
+ .icon-common-badges7 .path6:before {
538
+ content: "\f36d";
539
+ margin-left: -1.625em;
540
+ color: rgb(255, 255, 255);
541
+ }
542
+ .icon-common-badges7 .path7:before {
543
+ content: "\f36e";
544
+ margin-left: -1.625em;
545
+ color: rgb(255, 208, 172);
546
+ }
547
+ .icon-common-badges7 .path8:before {
548
+ content: "\f36f";
549
+ margin-left: -1.625em;
550
+ color: rgb(232, 187, 156);
551
+ }
552
+ .icon-common-badges7 .path9:before {
553
+ content: "\f370";
554
+ margin-left: -1.625em;
555
+ color: rgb(61, 59, 54);
556
+ }
557
+ .icon-common-badges7 .path10:before {
558
+ content: "\f371";
559
+ margin-left: -1.625em;
560
+ color: rgb(236, 245, 221);
561
+ }
562
+ .icon-common-badges7 .path11:before {
563
+ content: "\f372";
564
+ margin-left: -1.625em;
565
+ color: rgb(61, 59, 54);
566
+ }
567
+ .icon-common-badges8 .path1:before {
568
+ content: "\f373";
569
+ color: rgb(82, 139, 201);
570
+ }
571
+ .icon-common-badges8 .path2:before {
572
+ content: "\f374";
573
+ margin-left: -1.625em;
574
+ color: rgb(82, 149, 201);
575
+ }
576
+ .icon-common-badges8 .path3:before {
577
+ content: "\f375";
578
+ margin-left: -1.625em;
579
+ color: rgb(0, 0, 0);
580
+ opacity: 0.1;
581
+ }
582
+ .icon-common-badges8 .path4:before {
583
+ content: "\f376";
584
+ margin-left: -1.625em;
585
+ color: rgb(61, 59, 54);
586
+ }
587
+ .icon-common-badges8 .path5:before {
588
+ content: "\f377";
589
+ margin-left: -1.625em;
590
+ color: rgb(204, 204, 204);
591
+ }
592
+ .icon-common-badges8 .path6:before {
593
+ content: "\f378";
594
+ margin-left: -1.625em;
595
+ color: rgb(61, 59, 54);
596
+ }
597
+ .icon-common-badges8 .path7:before {
598
+ content: "\f379";
599
+ margin-left: -1.625em;
600
+ color: rgb(230, 230, 230);
601
+ }
602
+ .icon-common-badges8 .path8:before {
603
+ content: "\f37a";
604
+ margin-left: -1.625em;
605
+ color: rgb(61, 59, 54);
606
+ }
607
+ .icon-common-badges8 .path9:before {
608
+ content: "\f37b";
609
+ margin-left: -1.625em;
610
+ color: rgb(0, 0, 0);
611
+ opacity: 0.1;
612
+ }
613
+ .icon-common-badges9 .path1:before {
614
+ content: "\f37c";
615
+ color: rgb(226, 220, 220);
616
+ }
617
+ .icon-common-badges9 .path2:before {
618
+ content: "\f37d";
619
+ margin-left: -1.625em;
620
+ color: rgb(56, 51, 51);
621
+ }
622
+ .icon-common-badges9 .path3:before {
623
+ content: "\f37e";
624
+ margin-left: -1.625em;
625
+ color: rgb(234, 229, 229);
626
+ }
627
+ .icon-common-badges9 .path4:before {
628
+ content: "\f37f";
629
+ margin-left: -1.625em;
630
+ color: rgb(61, 59, 54);
631
+ }
632
+ .icon-common-badges9 .path5:before {
633
+ content: "\f380";
634
+ margin-left: -1.625em;
635
+ color: rgb(0, 0, 0);
636
+ opacity: 0.12;
637
+ }
638
+ .icon-common-badges9 .path6:before {
639
+ content: "\f381";
640
+ margin-left: -1.625em;
641
+ color: rgb(226, 87, 76);
642
+ }
643
+ .icon-common-badges9 .path7:before {
644
+ content: "\f382";
645
+ margin-left: -1.625em;
646
+ color: rgb(239, 239, 239);
647
+ }
648
+ .icon-common-badges9 .path8:before {
649
+ content: "\f383";
650
+ margin-left: -1.625em;
651
+ color: rgb(230, 230, 230);
652
+ }
653
+ .icon-common-badges10 .path1:before {
654
+ content: "\f384";
655
+ color: rgb(177, 213, 115);
652
656
  }
653
- .icon-common-badges10 .path2:before{
654
- content:"\f385";
655
- margin-left:-1.625em;
656
- color:rgb(193, 222, 144);
657
+ .icon-common-badges10 .path2:before {
658
+ content: "\f385";
659
+ margin-left: -1.625em;
660
+ color: rgb(193, 222, 144);
657
661
  }
658
- .icon-common-badges10 .path3:before{
659
- content:"\f386";
660
- margin-left:-1.625em;
661
- color:rgb(236, 245, 221);
662
+ .icon-common-badges10 .path3:before {
663
+ content: "\f386";
664
+ margin-left: -1.625em;
665
+ color: rgb(236, 245, 221);
662
666
  }
663
- .icon-common-badges10 .path4:before{
664
- content:"\f387";
665
- margin-left:-1.625em;
666
- color:rgb(61, 59, 54);
667
+ .icon-common-badges10 .path4:before {
668
+ content: "\f387";
669
+ margin-left: -1.625em;
670
+ color: rgb(61, 59, 54);
667
671
  }
668
- .icon-common-badges10 .path5:before{
669
- content:"\f388";
670
- margin-left:-1.625em;
671
- color:rgb(34, 191, 124);
672
+ .icon-common-badges10 .path5:before {
673
+ content: "\f388";
674
+ margin-left: -1.625em;
675
+ color: rgb(34, 191, 124);
672
676
  }
673
- .icon-common-badges10 .path6:before{
674
- content:"\f389";
675
- margin-left:-1.625em;
676
- color:rgb(56, 51, 51);
677
+ .icon-common-badges10 .path6:before {
678
+ content: "\f389";
679
+ margin-left: -1.625em;
680
+ color: rgb(56, 51, 51);
677
681
  }
678
- .icon-common-badges10 .path7:before{
679
- content:"\f38a";
680
- margin-left:-1.625em;
681
- color:rgb(236, 245, 221);
682
+ .icon-common-badges10 .path7:before {
683
+ content: "\f38a";
684
+ margin-left: -1.625em;
685
+ color: rgb(236, 245, 221);
682
686
  }
683
- .icon-community1:before{
684
- content:"\f38b";
687
+ .icon-community1:before {
688
+ content: "\f38b";
685
689
  }
686
- .icon-company:before{
687
- content:"\f38c";
690
+ .icon-company:before {
691
+ content: "\f38c";
688
692
  }
689
- .icon-contract:before{
690
- content:"\f38d";
693
+ .icon-contract:before {
694
+ content: "\f38d";
691
695
  }
692
- .icon-copy4:before{
693
- content:"\f38e";
696
+ .icon-copy4:before {
697
+ content: "\f38e";
694
698
  }
695
- .icon-cp2:before{
696
- content:"\f38f";
699
+ .icon-cp2:before {
700
+ content: "\f38f";
697
701
  }
698
- .icon-csrating:before{
699
- content:"\f390";
702
+ .icon-csrating:before {
703
+ content: "\f390";
700
704
  }
701
- .icon-customize:before{
702
- content:"\f391";
705
+ .icon-customize:before {
706
+ content: "\f391";
703
707
  }
704
- .icon-department:before{
705
- content:"\f392";
708
+ .icon-department:before {
709
+ content: "\f392";
706
710
  }
707
- .icon-draganddrop-small:before{
708
- content:"\f393";
711
+ .icon-draganddrop-small:before {
712
+ content: "\f393";
709
713
  }
710
- .icon-Email-type:before{
711
- content:"\f394";
714
+ .icon-Email-type:before {
715
+ content: "\f394";
712
716
  }
713
- .icon-email2:before{
714
- content:"\f395";
717
+ .icon-email2:before {
718
+ content: "\f395";
715
719
  }
716
- .icon-escalate:before{
717
- content:"\f396";
720
+ .icon-escalate:before {
721
+ content: "\f396";
718
722
  }
719
- .icon-eye3:before{
720
- content:"\f397";
723
+ .icon-eye3:before {
724
+ content: "\f397";
721
725
  }
722
- .icon-fields1:before{
723
- content:"\f398";
726
+ .icon-fields1:before {
727
+ content: "\f398";
724
728
  }
725
- .icon-free-traial-extn:before{
726
- content:"\f399";
729
+ .icon-free-traial-extn:before {
730
+ content: "\f399";
727
731
  }
728
- .icon-google-apps:before{
729
- content:"\f39a";
732
+ .icon-google-apps:before {
733
+ content: "\f39a";
730
734
  }
731
- .icon-integ2:before{
732
- content:"\f39b";
735
+ .icon-integ2:before {
736
+ content: "\f39b";
733
737
  }
734
- .icon-kb-essential-pen:before{
735
- content:"\f39c";
738
+ .icon-kb-essential-pen:before {
739
+ content: "\f39c";
736
740
  }
737
- .icon-kb-essential-tools:before{
738
- content:"\f39d";
741
+ .icon-kb-essential-tools:before {
742
+ content: "\f39d";
739
743
  }
740
- .icon-KB-UI-Interface_Image:before{
741
- content:"\f39e";
744
+ .icon-KB-UI-Interface_Image:before {
745
+ content: "\f39e";
742
746
  }
743
- .icon-layouts:before{
744
- content:"\f39f";
747
+ .icon-layouts:before {
748
+ content: "\f39f";
745
749
  }
746
- .icon-lifeline15:before{
747
- content:"\f3a0";
750
+ .icon-lifeline15:before {
751
+ content: "\f3a0";
748
752
  }
749
- .icon-linkurl:before{
750
- content:"\f3a1";
753
+ .icon-linkurl:before {
754
+ content: "\f3a1";
751
755
  }
752
- .icon-macro:before{
753
- content:"\f3a2";
756
+ .icon-macro:before {
757
+ content: "\f3a2";
754
758
  }
755
- .icon-My-Information:before{
756
- content:"\f3a3";
759
+ .icon-My-Information:before {
760
+ content: "\f3a3";
757
761
  }
758
- .icon-new-noti1:before{
759
- content:"\f3a4";
762
+ .icon-new-noti1:before {
763
+ content: "\f3a4";
760
764
  }
761
- .icon-newchatgreenicn .path1:before{
762
- content:"\f3a5";
763
- color:rgb(255, 255, 255);
765
+ .icon-newchatgreenicn .path1:before {
766
+ content: "\f3a5";
767
+ color: rgb(255, 255, 255);
764
768
  }
765
- .icon-newchatgreenicn .path2:before{
766
- content:"\f3a6";
767
- margin-left:-1.0625em;
768
- color:rgb(20, 180, 116);
769
+ .icon-newchatgreenicn .path2:before {
770
+ content: "\f3a6";
771
+ margin-left: -1.0625em;
772
+ color: rgb(20, 180, 116);
769
773
  }
770
- .icon-open:before{
771
- content:"\f3a7";
774
+ .icon-open:before {
775
+ content: "\f3a7";
772
776
  }
773
- .icon-organisation:before{
774
- content:"\f3a8";
777
+ .icon-organisation:before {
778
+ content: "\f3a8";
775
779
  }
776
- .icon-others:before{
777
- content:"\f3a9";
780
+ .icon-others:before {
781
+ content: "\f3a9";
778
782
  }
779
- .icon-power-button:before{
780
- content:"\f3aa";
783
+ .icon-power-button:before {
784
+ content: "\f3aa";
781
785
  }
782
- .icon-products:before{
783
- content:"\f3ab";
786
+ .icon-products:before {
787
+ content: "\f3ab";
784
788
  }
785
- .icon-rebrand1:before{
786
- content:"\f3ac";
789
+ .icon-rebrand1:before {
790
+ content: "\f3ac";
787
791
  }
788
- .icon-recyclebin:before{
789
- content:"\f3ad";
792
+ .icon-recyclebin:before {
793
+ content: "\f3ad";
790
794
  }
791
- .icon-setup_1:before{
792
- content:"\f3ae";
795
+ .icon-setup_1:before {
796
+ content: "\f3ae";
793
797
  }
794
- .icon-setup-sort27:before{
795
- content:"\f3af";
798
+ .icon-setup-sort27:before {
799
+ content: "\f3af";
796
800
  }
797
- .icon-social:before{
798
- content:"\f3b0";
801
+ .icon-social:before {
802
+ content: "\f3b0";
799
803
  }
800
- .icon-sort27:before{
801
- content:"\f3b1";
804
+ .icon-sort27:before {
805
+ content: "\f3b1";
802
806
  }
803
- .icon-supervise:before{
804
- content:"\f3b2";
807
+ .icon-supervise:before {
808
+ content: "\f3b2";
805
809
  }
806
- .icon-sync-after:before{
807
- content:"\f3b3";
810
+ .icon-sync-after:before {
811
+ content: "\f3b3";
808
812
  }
809
- .icon-sync-schedule:before{
810
- content:"\f3b4";
813
+ .icon-sync-schedule:before {
814
+ content: "\f3b4";
811
815
  }
812
- .icon-sync-setting:before{
813
- content:"\f3b5";
816
+ .icon-sync-setting:before {
817
+ content: "\f3b5";
814
818
  }
815
- .icon-sync:before{
816
- content:"\f3b6";
819
+ .icon-sync:before {
820
+ content: "\f3b6";
817
821
  }
818
- .icon-syncing-new:before{
819
- content:"\f3b7";
822
+ .icon-syncing-new:before {
823
+ content: "\f3b7";
820
824
  }
821
- .icon-syncing:before{
822
- content:"\f3b8";
825
+ .icon-syncing:before {
826
+ content: "\f3b8";
823
827
  }
824
- .icon-t-status1:before{
825
- content:"\f3b9";
828
+ .icon-t-status1:before {
829
+ content: "\f3b9";
826
830
  }
827
- .icon-tab-1:before{
828
- content:"\f3ba";
831
+ .icon-tab-1:before {
832
+ content: "\f3ba";
829
833
  }
830
- .icon-Tablock:before{
831
- content:"\f3bb";
834
+ .icon-Tablock:before {
835
+ content: "\f3bb";
832
836
  }
833
- .icon-teams:before{
834
- content:"\f3bc";
837
+ .icon-teams:before {
838
+ content: "\f3bc";
835
839
  }
836
- .icon-teams1:before{
837
- content:"\f3bd";
840
+ .icon-teams1:before {
841
+ content: "\f3bd";
838
842
  }
839
- .icon-teams2:before{
840
- content:"\f3be";
843
+ .icon-teams2:before {
844
+ content: "\f3be";
841
845
  }
842
- .icon-telephony:before{
843
- content:"\f3bf";
846
+ .icon-telephony:before {
847
+ content: "\f3bf";
844
848
  }
845
- .icon-templates:before{
846
- content:"\f3c0";
849
+ .icon-templates:before {
850
+ content: "\f3c0";
847
851
  }
848
- .icon-tick_new1:before{
849
- content:"\f3c1";
852
+ .icon-tick_new1:before {
853
+ content: "\f3c1";
850
854
  }
851
- .icon-workflow:before{
852
- content:"\f3c2";
855
+ .icon-workflow:before {
856
+ content: "\f3c2";
853
857
  }
854
- .icon-zwitch:before{
855
- content:"\f3c3";
858
+ .icon-zwitch:before {
859
+ content: "\f3c3";
856
860
  }
857
- .icon-rolesSub:before{
858
- content:"\f3c4";
861
+ .icon-rolesSub:before {
862
+ content: "\f3c4";
859
863
  }
860
- .icon-roles:before{
861
- content:"\f3c5";
864
+ .icon-roles:before {
865
+ content: "\f3c5";
862
866
  }
863
867
  }