@g-gts/ui 1.5.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.
- package/README.md +0 -0
- package/dist/components/airlines/EasyAirlineAutocomplete.vue.d.ts +22 -0
- package/dist/components/airports/EasyAirportAutocomplete.vue.d.ts +19 -0
- package/dist/components/avatar/EasyAvatar.vue.d.ts +22 -0
- package/dist/components/background/EasyBackground.vue.d.ts +6 -0
- package/dist/components/breadcrumb/EasyBreadcrumb.vue.d.ts +11 -0
- package/dist/components/button/EasyButton.vue.d.ts +42 -0
- package/dist/components/checkbox/EasyCheckbox.vue.d.ts +32 -0
- package/dist/components/city/CityAutocomplete.vue.d.ts +22 -0
- package/dist/components/country/CountryAutocomplete.vue.d.ts +19 -0
- package/dist/components/currency/CurrencyAutocomplete.vue.d.ts +18 -0
- package/dist/components/datapicker/EasyDatePicker.vue.d.ts +22 -0
- package/dist/components/document/DocumentAutocomplete.vue.d.ts +19 -0
- package/dist/components/dropdown/EasyDropdown.vue.d.ts +36 -0
- package/dist/components/dropdown-select/EasyDropdownSelect.vue.d.ts +32 -0
- package/dist/components/header/language-currency-dropdown/EasyLanguageCurrencyDropdown.vue.d.ts +28 -0
- package/dist/components/header/notification/EasyNoNotification.vue.d.ts +8 -0
- package/dist/components/header/notification/EasyNotificationDropdown.vue.d.ts +10 -0
- package/dist/components/header/notification/EasyNotificationItem.vue.d.ts +2 -0
- package/dist/components/header/profile/ProfileDropdown.vue.d.ts +10 -0
- package/dist/components/icon/EasyIcon.vue.d.ts +37 -0
- package/dist/components/input/EasyInput.vue.d.ts +40 -0
- package/dist/components/input-number/EasyInputNumber.vue.d.ts +34 -0
- package/dist/components/layout/EasyLayout.vue.d.ts +32 -0
- package/dist/components/loader/EasyLoader.vue.d.ts +17 -0
- package/dist/components/login/EasyLoginModal.vue.d.ts +2 -0
- package/dist/components/modal/EasyConfirmModal.vue.d.ts +21 -0
- package/dist/components/modal/EasyModal.vue.d.ts +35 -0
- package/dist/components/multiselect/EasyMultiSelect.vue.d.ts +35 -0
- package/dist/components/pagination/EasyPagination.vue.d.ts +20 -0
- package/dist/components/payment/PaymentModal.vue.d.ts +22 -0
- package/dist/components/phone/EasyPhoneNumber.vue.d.ts +21 -0
- package/dist/components/popover/EasyPopover.vue.d.ts +17 -0
- package/dist/components/radio/EasyRadioButton.vue.d.ts +32 -0
- package/dist/components/section-message/EasySectionMessage.vue.d.ts +23 -0
- package/dist/components/select/EasySelect.vue.d.ts +52 -0
- package/dist/components/services-tab/ServicesTab.vue.d.ts +15 -0
- package/dist/components/sidebar/NavigationSidebar.vue.d.ts +16 -0
- package/dist/components/sidebar/NavigationSidebarDropdown.vue.d.ts +11 -0
- package/dist/components/sidebar/NavigationSidebarItem.vue.d.ts +17 -0
- package/dist/components/switchtoggle/EasySwitchToggle.vue.d.ts +19 -0
- package/dist/components/tabs/EasyTabs.vue.d.ts +17 -0
- package/dist/components/textarea/EasyTextarea.vue.d.ts +30 -0
- package/dist/composables/useClickOutside.d.ts +6 -0
- package/dist/composables/useFetch.d.ts +14 -0
- package/dist/composables/usePermission.d.ts +7 -0
- package/dist/composables/useUser.d.ts +9 -0
- package/dist/composables/useWindowSize.d.ts +4 -0
- package/dist/constants/countries.d.ts +3 -0
- package/dist/constants/index.d.ts +4 -0
- package/dist/constants/lang.d.ts +2 -0
- package/dist/constants/languages.d.ts +2 -0
- package/dist/constants/sidebar.d.ts +2 -0
- package/dist/constants/temp.d.ts +2 -0
- package/dist/directives/permissions.d.ts +4 -0
- package/dist/gts-ui.css +1 -0
- package/dist/gts-ui.es.js +24155 -0
- package/dist/gts-ui.umd.js +207 -0
- package/dist/index.d.ts +60 -0
- package/dist/main.d.ts +0 -0
- package/dist/types/autocomplete.d.ts +67 -0
- package/dist/types/index.d.ts +46 -0
- package/dist/types/ui.d.ts +27 -0
- package/dist/types/user.d.ts +110 -0
- package/dist/utils/catcher.d.ts +1 -0
- package/dist/utils/debounce.d.ts +3 -0
- package/dist/utils/formatter.d.ts +2 -0
- package/dist/utils/string.d.ts +1 -0
- package/package.json +84 -0
- package/src/assets/icomoon/fonts/icomoon.eot +0 -0
- package/src/assets/icomoon/fonts/icomoon.svg +345 -0
- package/src/assets/icomoon/fonts/icomoon.ttf +0 -0
- package/src/assets/icomoon/fonts/icomoon.woff +0 -0
- package/src/assets/icomoon/style.css +1362 -0
|
@@ -0,0 +1,1362 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: 'icomoon';
|
|
3
|
+
src: url('fonts/icomoon.eot?2wr435');
|
|
4
|
+
src: url('fonts/icomoon.eot?2wr435#iefix') format('embedded-opentype'),
|
|
5
|
+
url('fonts/icomoon.ttf?2wr435') format('truetype'),
|
|
6
|
+
url('fonts/icomoon.woff?2wr435') format('woff'),
|
|
7
|
+
url('fonts/icomoon.svg?2wr435#icomoon') format('svg');
|
|
8
|
+
font-weight: normal;
|
|
9
|
+
font-style: normal;
|
|
10
|
+
font-display: block;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
[class^="icon-"], [class*=" icon-"] {
|
|
14
|
+
/* use !important to prevent issues with browser extensions that change fonts */
|
|
15
|
+
font-family: 'icomoon' !important;
|
|
16
|
+
speak: never;
|
|
17
|
+
font-style: normal;
|
|
18
|
+
font-weight: normal;
|
|
19
|
+
font-variant: normal;
|
|
20
|
+
text-transform: none;
|
|
21
|
+
line-height: 1;
|
|
22
|
+
|
|
23
|
+
/* Better Font Rendering =========== */
|
|
24
|
+
-webkit-font-smoothing: antialiased;
|
|
25
|
+
-moz-osx-font-smoothing: grayscale;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.icon-car:before {
|
|
29
|
+
content: "\ea4c";
|
|
30
|
+
}
|
|
31
|
+
.icon-GasPump:before {
|
|
32
|
+
content: "\ea4d";
|
|
33
|
+
}
|
|
34
|
+
.icon-Outline-clipboard-text:before {
|
|
35
|
+
content: "\ea06";
|
|
36
|
+
}
|
|
37
|
+
.icon-Outline-ship:before {
|
|
38
|
+
content: "\ea07";
|
|
39
|
+
}
|
|
40
|
+
.icon-Bold-anchor:before {
|
|
41
|
+
content: "\ea05";
|
|
42
|
+
}
|
|
43
|
+
.icon-Bold-Create:before {
|
|
44
|
+
content: "\ea03";
|
|
45
|
+
}
|
|
46
|
+
.icon-Outline-Create:before {
|
|
47
|
+
content: "\ea04";
|
|
48
|
+
}
|
|
49
|
+
.icon-Outline-tropical:before {
|
|
50
|
+
content: "\ea4e";
|
|
51
|
+
}
|
|
52
|
+
.icon-Outline-arrowstwo:before {
|
|
53
|
+
content: "\ea4b";
|
|
54
|
+
}
|
|
55
|
+
.icon-Outline-baggage-2:before {
|
|
56
|
+
content: "\ea49";
|
|
57
|
+
}
|
|
58
|
+
.icon-Outline-baggage:before {
|
|
59
|
+
content: "\ea4a";
|
|
60
|
+
}
|
|
61
|
+
.icon-Bold-restaurant:before {
|
|
62
|
+
content: "\ea48";
|
|
63
|
+
}
|
|
64
|
+
.icon-Outline-vana .path1:before {
|
|
65
|
+
content: "\ea01";
|
|
66
|
+
}
|
|
67
|
+
.icon-Outline-vana .path2:before {
|
|
68
|
+
content: "\ea37";
|
|
69
|
+
margin-left: -1em;
|
|
70
|
+
color: var(--icon-inverse);
|
|
71
|
+
}
|
|
72
|
+
.icon-Outline-vana .path3:before {
|
|
73
|
+
content: "\ea38";
|
|
74
|
+
margin-left: -1em;
|
|
75
|
+
}
|
|
76
|
+
.icon-Outline-vana .path4:before {
|
|
77
|
+
content: "\ea39";
|
|
78
|
+
margin-left: -1em;
|
|
79
|
+
color: var(--icon-inverse);
|
|
80
|
+
}
|
|
81
|
+
.icon-Outline-Coffee:before {
|
|
82
|
+
content: "\ea3a";
|
|
83
|
+
|
|
84
|
+
}
|
|
85
|
+
.icon-Outline-conductor:before {
|
|
86
|
+
content: "\ea3b";
|
|
87
|
+
|
|
88
|
+
}
|
|
89
|
+
.icon-Outline-tualit .path1:before {
|
|
90
|
+
content: "\ea3c";
|
|
91
|
+
}
|
|
92
|
+
.icon-Outline-tualit .path2:before {
|
|
93
|
+
content: "\ea3d";
|
|
94
|
+
margin-left: -1em;
|
|
95
|
+
color: var(--icon-inverse);
|
|
96
|
+
}
|
|
97
|
+
.icon-Outline-tualit .path3:before {
|
|
98
|
+
content: "\ea3e";
|
|
99
|
+
margin-left: -1em;
|
|
100
|
+
color: var(--icon-inverse);
|
|
101
|
+
}
|
|
102
|
+
.icon-Outline-tualit .path4:before {
|
|
103
|
+
content: "\ea3f";
|
|
104
|
+
margin-left: -1em;
|
|
105
|
+
color: var(--icon-inverse);
|
|
106
|
+
}
|
|
107
|
+
.icon-Outline-tualit .path5:before {
|
|
108
|
+
content: "\ea40";
|
|
109
|
+
margin-left: -1em;
|
|
110
|
+
}
|
|
111
|
+
.icon-Outline-tualit .path6:before {
|
|
112
|
+
content: "\ea41";
|
|
113
|
+
margin-left: -1em;
|
|
114
|
+
color: var(--icon-inverse);
|
|
115
|
+
}
|
|
116
|
+
.icon-Outline-tualit .path7:before {
|
|
117
|
+
content: "\ea42";
|
|
118
|
+
margin-left: -1em;
|
|
119
|
+
}
|
|
120
|
+
.icon-Outline-tualit .path8:before {
|
|
121
|
+
content: "\ea43";
|
|
122
|
+
margin-left: -1em;
|
|
123
|
+
}
|
|
124
|
+
.icon-Outline-tualit .path9:before {
|
|
125
|
+
content: "\ea44";
|
|
126
|
+
margin-left: -1em;
|
|
127
|
+
color: var(--icon-inverse);
|
|
128
|
+
}
|
|
129
|
+
.icon-Outline-tualit .path10:before {
|
|
130
|
+
content: "\ea45";
|
|
131
|
+
margin-left: -1em;
|
|
132
|
+
color: var(--icon-inverse);
|
|
133
|
+
}
|
|
134
|
+
.icon-Outline-tualit .path11:before {
|
|
135
|
+
content: "\ea46";
|
|
136
|
+
margin-left: -1em;
|
|
137
|
+
color: var(--icon-inverse);
|
|
138
|
+
}
|
|
139
|
+
.icon-Outline-tualit .path12:before {
|
|
140
|
+
content: "\ea47";
|
|
141
|
+
margin-left: -1em;
|
|
142
|
+
color: var(--icon-inverse);
|
|
143
|
+
}
|
|
144
|
+
.icon-travelOutline-traine1:before {
|
|
145
|
+
content: "\ea36";
|
|
146
|
+
|
|
147
|
+
}
|
|
148
|
+
.icon-Outline-global:before {
|
|
149
|
+
content: "\e9bd";
|
|
150
|
+
}
|
|
151
|
+
.icon-Bold-Arrow-LeftSquare:before {
|
|
152
|
+
content: "\e900";
|
|
153
|
+
|
|
154
|
+
}
|
|
155
|
+
.icon-Bold-Arrow-Right:before {
|
|
156
|
+
content: "\e901";
|
|
157
|
+
|
|
158
|
+
}
|
|
159
|
+
.icon-Bold-Arrow-Right2:before {
|
|
160
|
+
content: "\e902";
|
|
161
|
+
|
|
162
|
+
}
|
|
163
|
+
.icon-Bold-Arrow-Right3:before {
|
|
164
|
+
content: "\e903";
|
|
165
|
+
|
|
166
|
+
}
|
|
167
|
+
.icon-Bold-Arrow-RightCircle:before {
|
|
168
|
+
content: "\e904";
|
|
169
|
+
|
|
170
|
+
}
|
|
171
|
+
.icon-Bold-Arrow-RightSquare:before {
|
|
172
|
+
content: "\e905";
|
|
173
|
+
|
|
174
|
+
}
|
|
175
|
+
.icon-Bold-Arrow-Up:before {
|
|
176
|
+
content: "\e906";
|
|
177
|
+
|
|
178
|
+
}
|
|
179
|
+
.icon-Bold-Arrow-Up2:before {
|
|
180
|
+
content: "\e907";
|
|
181
|
+
|
|
182
|
+
}
|
|
183
|
+
.icon-Bold-Arrow-Up3:before {
|
|
184
|
+
content: "\e908";
|
|
185
|
+
|
|
186
|
+
}
|
|
187
|
+
.icon-Bold-Arrow-UpCircle:before {
|
|
188
|
+
content: "\e909";
|
|
189
|
+
|
|
190
|
+
}
|
|
191
|
+
.icon-Bold-Arrow-UpSquare:before {
|
|
192
|
+
content: "\e90a";
|
|
193
|
+
|
|
194
|
+
}
|
|
195
|
+
.icon-Bold-Bag .path1:before {
|
|
196
|
+
content: "\e90b";
|
|
197
|
+
}
|
|
198
|
+
.icon-Bold-Bag .path2:before {
|
|
199
|
+
content: "\e90c";
|
|
200
|
+
margin-left: -1em;
|
|
201
|
+
color: var(--icon-inverse);
|
|
202
|
+
}
|
|
203
|
+
.icon-Bold-Bag .path3:before {
|
|
204
|
+
content: "\e90d";
|
|
205
|
+
margin-left: -1em;
|
|
206
|
+
color: var(--icon-inverse);
|
|
207
|
+
}
|
|
208
|
+
.icon-Bold-Bag2:before {
|
|
209
|
+
content: "\e90e";
|
|
210
|
+
|
|
211
|
+
}
|
|
212
|
+
.icon-Bold-Bookmark:before {
|
|
213
|
+
content: "\e90f";
|
|
214
|
+
}
|
|
215
|
+
.icon-Bold-Buy:before {
|
|
216
|
+
content: "\e910";
|
|
217
|
+
|
|
218
|
+
}
|
|
219
|
+
.icon-Bold-Calendar .path1:before {
|
|
220
|
+
content: "\e911";
|
|
221
|
+
}
|
|
222
|
+
.icon-Bold-Calendar .path2:before {
|
|
223
|
+
content: "\e912";
|
|
224
|
+
margin-left: -1em;
|
|
225
|
+
color: var(--icon-inverse);
|
|
226
|
+
}
|
|
227
|
+
.icon-Bold-Calendar .path3:before {
|
|
228
|
+
content: "\e913";
|
|
229
|
+
margin-left: -1em;
|
|
230
|
+
color: var(--icon-inverse);
|
|
231
|
+
}
|
|
232
|
+
.icon-Bold-Calendar .path4:before {
|
|
233
|
+
content: "\e914";
|
|
234
|
+
margin-left: -1em;
|
|
235
|
+
color: var(--icon-inverse);
|
|
236
|
+
}
|
|
237
|
+
.icon-Bold-Calendar .path5:before {
|
|
238
|
+
content: "\e915";
|
|
239
|
+
margin-left: -1em;
|
|
240
|
+
color: var(--icon-inverse);
|
|
241
|
+
}
|
|
242
|
+
.icon-Bold-Calendar .path6:before {
|
|
243
|
+
content: "\e916";
|
|
244
|
+
margin-left: -1em;
|
|
245
|
+
color: var(--icon-inverse);
|
|
246
|
+
}
|
|
247
|
+
.icon-Bold-Calendar .path7:before {
|
|
248
|
+
content: "\e917";
|
|
249
|
+
margin-left: -1em;
|
|
250
|
+
color: var(--icon-inverse);
|
|
251
|
+
}
|
|
252
|
+
.icon-Bold-Call:before {
|
|
253
|
+
content: "\e918";
|
|
254
|
+
|
|
255
|
+
}
|
|
256
|
+
.icon-Bold-Calling:before {
|
|
257
|
+
content: "\e919";
|
|
258
|
+
|
|
259
|
+
}
|
|
260
|
+
.icon-Bold-CallMissed:before {
|
|
261
|
+
content: "\e91a";
|
|
262
|
+
|
|
263
|
+
}
|
|
264
|
+
.icon-Bold-CallSilent:before {
|
|
265
|
+
content: "\e91b";
|
|
266
|
+
|
|
267
|
+
}
|
|
268
|
+
.icon-Bold-Camera .path1:before {
|
|
269
|
+
content: "\e91c";
|
|
270
|
+
|
|
271
|
+
}
|
|
272
|
+
.icon-Bold-Camera .path2:before {
|
|
273
|
+
content: "\e91d";
|
|
274
|
+
margin-left: -1em;
|
|
275
|
+
color: var(--icon-inverse);
|
|
276
|
+
}
|
|
277
|
+
.icon-Bold-Camera .path3:before {
|
|
278
|
+
content: "\e91e";
|
|
279
|
+
margin-left: -1em;
|
|
280
|
+
color: var(--icon-inverse);
|
|
281
|
+
}
|
|
282
|
+
.icon-Bold-Camera .path4:before {
|
|
283
|
+
content: "\e91f";
|
|
284
|
+
margin-left: -1em;
|
|
285
|
+
}
|
|
286
|
+
.icon-Bold-Card:before {
|
|
287
|
+
content: "\e920";
|
|
288
|
+
|
|
289
|
+
}
|
|
290
|
+
.icon-Bold-Category:before {
|
|
291
|
+
content: "\e921";
|
|
292
|
+
|
|
293
|
+
}
|
|
294
|
+
.icon-Bold-Chart .path1:before {
|
|
295
|
+
content: "\e922";
|
|
296
|
+
}
|
|
297
|
+
.icon-Bold-Chart .path2:before {
|
|
298
|
+
content: "\e923";
|
|
299
|
+
margin-left: -1em;
|
|
300
|
+
color: var(--icon-inverse);
|
|
301
|
+
}
|
|
302
|
+
.icon-Bold-Chart .path3:before {
|
|
303
|
+
content: "\e924";
|
|
304
|
+
margin-left: -1em;
|
|
305
|
+
color: var(--icon-inverse);
|
|
306
|
+
}
|
|
307
|
+
.icon-Bold-Chart .path4:before {
|
|
308
|
+
content: "\e925";
|
|
309
|
+
margin-left: -1em;
|
|
310
|
+
color: var(--icon-inverse);
|
|
311
|
+
}
|
|
312
|
+
.icon-Bold-Chat .path1:before {
|
|
313
|
+
content: "\e926";
|
|
314
|
+
|
|
315
|
+
}
|
|
316
|
+
.icon-Bold-Chat .path2:before {
|
|
317
|
+
content: "\e927";
|
|
318
|
+
margin-left: -1em;
|
|
319
|
+
color: var(--icon-inverse);
|
|
320
|
+
}
|
|
321
|
+
.icon-Bold-Chat .path3:before {
|
|
322
|
+
content: "\e928";
|
|
323
|
+
margin-left: -1em;
|
|
324
|
+
color: var(--icon-inverse);
|
|
325
|
+
}
|
|
326
|
+
.icon-Bold-Chat .path4:before {
|
|
327
|
+
content: "\e929";
|
|
328
|
+
margin-left: -1em;
|
|
329
|
+
color: var(--icon-inverse);
|
|
330
|
+
}
|
|
331
|
+
.icon-Bold-check-circle:before {
|
|
332
|
+
content: "\e92a";
|
|
333
|
+
|
|
334
|
+
}
|
|
335
|
+
.icon-Bold-CloseSquare:before {
|
|
336
|
+
content: "\e92b";
|
|
337
|
+
|
|
338
|
+
}
|
|
339
|
+
.icon-Bold-Danger:before {
|
|
340
|
+
content: "\e92c";
|
|
341
|
+
|
|
342
|
+
}
|
|
343
|
+
.icon-Bold-Delete:before {
|
|
344
|
+
content: "\e92d";
|
|
345
|
+
|
|
346
|
+
}
|
|
347
|
+
.icon-Bold-Discount .path1:before {
|
|
348
|
+
content: "\e92e";
|
|
349
|
+
}
|
|
350
|
+
.icon-Bold-Discount .path2:before {
|
|
351
|
+
content: "\e92f";
|
|
352
|
+
margin-left: -1em;
|
|
353
|
+
color: var(--icon-inverse);
|
|
354
|
+
}
|
|
355
|
+
.icon-Bold-Discount .path3:before {
|
|
356
|
+
content: "\e930";
|
|
357
|
+
margin-left: -1em;
|
|
358
|
+
color: var(--icon-inverse);
|
|
359
|
+
}
|
|
360
|
+
.icon-Bold-Discovery:before {
|
|
361
|
+
content: "\e931";
|
|
362
|
+
|
|
363
|
+
}
|
|
364
|
+
.icon-Bold-Document .path1:before {
|
|
365
|
+
content: "\e932";
|
|
366
|
+
}
|
|
367
|
+
.icon-Bold-Document .path2:before {
|
|
368
|
+
content: "\e933";
|
|
369
|
+
margin-left: -1em;
|
|
370
|
+
color: var(--icon-inverse);
|
|
371
|
+
}
|
|
372
|
+
.icon-Bold-Document .path3:before {
|
|
373
|
+
content: "\e934";
|
|
374
|
+
margin-left: -1em;
|
|
375
|
+
color: var(--icon-inverse);
|
|
376
|
+
}
|
|
377
|
+
.icon-Bold-Document .path4:before {
|
|
378
|
+
content: "\e935";
|
|
379
|
+
margin-left: -1em;
|
|
380
|
+
color: var(--icon-inverse);
|
|
381
|
+
}
|
|
382
|
+
.icon-Bold-Download:before {
|
|
383
|
+
content: "\e936";
|
|
384
|
+
|
|
385
|
+
}
|
|
386
|
+
.icon-Bold-Edit:before {
|
|
387
|
+
content: "\e937";
|
|
388
|
+
|
|
389
|
+
}
|
|
390
|
+
.icon-Bold-EditSquare:before {
|
|
391
|
+
content: "\e938";
|
|
392
|
+
|
|
393
|
+
}
|
|
394
|
+
.icon-Bold-Filter:before {
|
|
395
|
+
content: "\e939";
|
|
396
|
+
|
|
397
|
+
}
|
|
398
|
+
.icon-Bold-Filter2:before {
|
|
399
|
+
content: "\e93a";
|
|
400
|
+
|
|
401
|
+
}
|
|
402
|
+
.icon-Bold-Folder:before {
|
|
403
|
+
content: "\e93b";
|
|
404
|
+
|
|
405
|
+
}
|
|
406
|
+
.icon-Bold-global:before {
|
|
407
|
+
content: "\e93c";
|
|
408
|
+
|
|
409
|
+
}
|
|
410
|
+
.icon-Bold-Graph:before {
|
|
411
|
+
content: "\e93d";
|
|
412
|
+
|
|
413
|
+
}
|
|
414
|
+
.icon-Bold-Heart:before {
|
|
415
|
+
content: "\e93e";
|
|
416
|
+
|
|
417
|
+
}
|
|
418
|
+
.icon-Bold-help-circle .path1:before {
|
|
419
|
+
content: "\e93f";
|
|
420
|
+
}
|
|
421
|
+
.icon-Bold-help-circle .path2:before {
|
|
422
|
+
content: "\e940";
|
|
423
|
+
margin-left: -1em;
|
|
424
|
+
color: var(--icon-inverse);
|
|
425
|
+
}
|
|
426
|
+
.icon-Bold-help-circle .path3:before {
|
|
427
|
+
content: "\e941";
|
|
428
|
+
margin-left: -1em;
|
|
429
|
+
color: var(--icon-inverse);
|
|
430
|
+
}
|
|
431
|
+
.icon-Bold-Hide:before {
|
|
432
|
+
content: "\e942";
|
|
433
|
+
|
|
434
|
+
}
|
|
435
|
+
.icon-Bold-Home:before {
|
|
436
|
+
content: "\e943";
|
|
437
|
+
|
|
438
|
+
}
|
|
439
|
+
.icon-Bold-Image:before {
|
|
440
|
+
content: "\e944";
|
|
441
|
+
|
|
442
|
+
}
|
|
443
|
+
.icon-Bold-Image2:before {
|
|
444
|
+
content: "\e945";
|
|
445
|
+
|
|
446
|
+
}
|
|
447
|
+
.icon-Bold-InfoCircle:before {
|
|
448
|
+
content: "\e946";
|
|
449
|
+
|
|
450
|
+
}
|
|
451
|
+
.icon-Bold-InfoSquare:before {
|
|
452
|
+
content: "\e947";
|
|
453
|
+
|
|
454
|
+
}
|
|
455
|
+
.icon-Bold-Location:before {
|
|
456
|
+
content: "\e948";
|
|
457
|
+
|
|
458
|
+
}
|
|
459
|
+
.icon-Bold-Lock:before {
|
|
460
|
+
content: "\e949";
|
|
461
|
+
|
|
462
|
+
}
|
|
463
|
+
.icon-Bold-Login:before {
|
|
464
|
+
content: "\e94a";
|
|
465
|
+
|
|
466
|
+
}
|
|
467
|
+
.icon-Bold-Logout:before {
|
|
468
|
+
content: "\e94b";
|
|
469
|
+
|
|
470
|
+
}
|
|
471
|
+
.icon-Bold-Message:before {
|
|
472
|
+
content: "\e94c";
|
|
473
|
+
|
|
474
|
+
}
|
|
475
|
+
.icon-Bold-MoreCircle .path1:before {
|
|
476
|
+
content: "\e94d";
|
|
477
|
+
}
|
|
478
|
+
.icon-Bold-MoreCircle .path2:before {
|
|
479
|
+
content: "\e94e";
|
|
480
|
+
margin-left: -1em;
|
|
481
|
+
color: var(--icon-inverse);
|
|
482
|
+
}
|
|
483
|
+
.icon-Bold-MoreCircle .path3:before {
|
|
484
|
+
content: "\e94f";
|
|
485
|
+
margin-left: -1em;
|
|
486
|
+
color: var(--icon-inverse);
|
|
487
|
+
}
|
|
488
|
+
.icon-Bold-MoreCircle .path4:before {
|
|
489
|
+
content: "\e950";
|
|
490
|
+
margin-left: -1em;
|
|
491
|
+
color: var(--icon-inverse);
|
|
492
|
+
}
|
|
493
|
+
.icon-Bold-MoreSquare .path1:before {
|
|
494
|
+
content: "\e951";
|
|
495
|
+
}
|
|
496
|
+
.icon-Bold-MoreSquare .path2:before {
|
|
497
|
+
content: "\e952";
|
|
498
|
+
margin-left: -1em;
|
|
499
|
+
color: var(--icon-inverse);
|
|
500
|
+
}
|
|
501
|
+
.icon-Bold-MoreSquare .path3:before {
|
|
502
|
+
content: "\e953";
|
|
503
|
+
margin-left: -1em;
|
|
504
|
+
color: var(--icon-inverse);
|
|
505
|
+
}
|
|
506
|
+
.icon-Bold-MoreSquare .path4:before {
|
|
507
|
+
content: "\e954";
|
|
508
|
+
margin-left: -1em;
|
|
509
|
+
color: var(--icon-inverse);
|
|
510
|
+
}
|
|
511
|
+
.icon-Bold-Notification:before {
|
|
512
|
+
content: "\e955";
|
|
513
|
+
}
|
|
514
|
+
.icon-Bold-Paper .path1:before {
|
|
515
|
+
content: "\e956";
|
|
516
|
+
}
|
|
517
|
+
.icon-Bold-Paper .path2:before {
|
|
518
|
+
content: "\e957";
|
|
519
|
+
margin-left: -1em;
|
|
520
|
+
color: var(--icon-inverse);
|
|
521
|
+
}
|
|
522
|
+
.icon-Bold-Paper .path3:before {
|
|
523
|
+
content: "\e958";
|
|
524
|
+
margin-left: -1em;
|
|
525
|
+
color: var(--icon-inverse);
|
|
526
|
+
}
|
|
527
|
+
.icon-Bold-PaperDownload:before {
|
|
528
|
+
content: "\e959";
|
|
529
|
+
|
|
530
|
+
}
|
|
531
|
+
.icon-Bold-PaperFail:before {
|
|
532
|
+
content: "\e95a";
|
|
533
|
+
|
|
534
|
+
}
|
|
535
|
+
.icon-Bold-PaperNegative:before {
|
|
536
|
+
content: "\e95b";
|
|
537
|
+
|
|
538
|
+
}
|
|
539
|
+
.icon-Bold-PaperPlus:before {
|
|
540
|
+
content: "\e95c";
|
|
541
|
+
|
|
542
|
+
}
|
|
543
|
+
.icon-Bold-PaperUpload:before {
|
|
544
|
+
content: "\e95d";
|
|
545
|
+
|
|
546
|
+
}
|
|
547
|
+
.icon-Bold-Password:before {
|
|
548
|
+
content: "\e95e";
|
|
549
|
+
|
|
550
|
+
}
|
|
551
|
+
.icon-Bold-Play:before {
|
|
552
|
+
content: "\e95f";
|
|
553
|
+
|
|
554
|
+
}
|
|
555
|
+
.icon-Bold-Plus:before {
|
|
556
|
+
content: "\e960";
|
|
557
|
+
|
|
558
|
+
}
|
|
559
|
+
.icon-Bold-Profile:before {
|
|
560
|
+
content: "\e961";
|
|
561
|
+
|
|
562
|
+
}
|
|
563
|
+
.icon-Bold-receipt-search:before {
|
|
564
|
+
content: "\e962";
|
|
565
|
+
|
|
566
|
+
}
|
|
567
|
+
.icon-Bold-Scan:before {
|
|
568
|
+
content: "\e963";
|
|
569
|
+
|
|
570
|
+
}
|
|
571
|
+
.icon-Bold-Search:before {
|
|
572
|
+
content: "\e964";
|
|
573
|
+
|
|
574
|
+
}
|
|
575
|
+
.icon-Bold-Send:before {
|
|
576
|
+
content: "\e965";
|
|
577
|
+
|
|
578
|
+
}
|
|
579
|
+
.icon-Bold-Setting:before {
|
|
580
|
+
content: "\e966";
|
|
581
|
+
|
|
582
|
+
}
|
|
583
|
+
.icon-Bold-ShieldDone:before {
|
|
584
|
+
content: "\e967";
|
|
585
|
+
|
|
586
|
+
}
|
|
587
|
+
.icon-Bold-ShieldFail:before {
|
|
588
|
+
content: "\e968";
|
|
589
|
+
|
|
590
|
+
}
|
|
591
|
+
.icon-Bold-Show:before {
|
|
592
|
+
content: "\e969";
|
|
593
|
+
|
|
594
|
+
}
|
|
595
|
+
.icon-Bold-simcard:before {
|
|
596
|
+
content: "\e96a";
|
|
597
|
+
|
|
598
|
+
}
|
|
599
|
+
.icon-Bold-Star:before {
|
|
600
|
+
content: "\e96b";
|
|
601
|
+
|
|
602
|
+
}
|
|
603
|
+
.icon-Bold-Swap:before {
|
|
604
|
+
content: "\e96c";
|
|
605
|
+
|
|
606
|
+
}
|
|
607
|
+
.icon-Bold-Ticket:before {
|
|
608
|
+
content: "\e96d";
|
|
609
|
+
|
|
610
|
+
}
|
|
611
|
+
.icon-Bold-TicketStar:before {
|
|
612
|
+
content: "\e96e";
|
|
613
|
+
|
|
614
|
+
}
|
|
615
|
+
.icon-Bold-TickSquare:before {
|
|
616
|
+
content: "\e96f";
|
|
617
|
+
|
|
618
|
+
}
|
|
619
|
+
.icon-Bold-TimeCircle:before {
|
|
620
|
+
content: "\e970";
|
|
621
|
+
|
|
622
|
+
}
|
|
623
|
+
.icon-Bold-TimeSquare:before {
|
|
624
|
+
content: "\e971";
|
|
625
|
+
|
|
626
|
+
}
|
|
627
|
+
.icon-Bold-Unlock:before {
|
|
628
|
+
content: "\e972";
|
|
629
|
+
|
|
630
|
+
}
|
|
631
|
+
.icon-Bold-Upload:before {
|
|
632
|
+
content: "\e973";
|
|
633
|
+
|
|
634
|
+
}
|
|
635
|
+
.icon-Bold-User2:before {
|
|
636
|
+
content: "\e974";
|
|
637
|
+
|
|
638
|
+
}
|
|
639
|
+
.icon-Bold-User3:before {
|
|
640
|
+
content: "\e975";
|
|
641
|
+
|
|
642
|
+
}
|
|
643
|
+
.icon-Bold-Video:before {
|
|
644
|
+
content: "\e976";
|
|
645
|
+
|
|
646
|
+
}
|
|
647
|
+
.icon-Bold-Voice:before {
|
|
648
|
+
content: "\e977";
|
|
649
|
+
|
|
650
|
+
}
|
|
651
|
+
.icon-Bold-Voice2:before {
|
|
652
|
+
content: "\e978";
|
|
653
|
+
|
|
654
|
+
}
|
|
655
|
+
.icon-Bold-VolumeDown:before {
|
|
656
|
+
content: "\e979";
|
|
657
|
+
|
|
658
|
+
}
|
|
659
|
+
.icon-Bold-VolumeOff:before {
|
|
660
|
+
content: "\e97a";
|
|
661
|
+
|
|
662
|
+
}
|
|
663
|
+
.icon-Bold-VolumeUp:before {
|
|
664
|
+
content: "\e97b";
|
|
665
|
+
|
|
666
|
+
}
|
|
667
|
+
.icon-Bold-Wallet:before {
|
|
668
|
+
content: "\e97c";
|
|
669
|
+
|
|
670
|
+
}
|
|
671
|
+
.icon-Bold-Work:before {
|
|
672
|
+
content: "\e97d";
|
|
673
|
+
|
|
674
|
+
}
|
|
675
|
+
.icon-Outline-2User:before {
|
|
676
|
+
content: "\e97e";
|
|
677
|
+
|
|
678
|
+
}
|
|
679
|
+
.icon-Outline-3User:before {
|
|
680
|
+
content: "\e97f";
|
|
681
|
+
|
|
682
|
+
}
|
|
683
|
+
.icon-Outline-Activity:before {
|
|
684
|
+
content: "\e980";
|
|
685
|
+
|
|
686
|
+
}
|
|
687
|
+
.icon-Outline-AddIcon:before {
|
|
688
|
+
content: "\e981";
|
|
689
|
+
|
|
690
|
+
}
|
|
691
|
+
.icon-Outline-AddUser:before {
|
|
692
|
+
content: "\e982";
|
|
693
|
+
|
|
694
|
+
}
|
|
695
|
+
.icon-Outline-airlineSeat:before {
|
|
696
|
+
content: "\e983";
|
|
697
|
+
|
|
698
|
+
}
|
|
699
|
+
.icon-Outline-Arrow-Down:before {
|
|
700
|
+
content: "\e984";
|
|
701
|
+
|
|
702
|
+
}
|
|
703
|
+
.icon-Outline-Arrow-Down2:before {
|
|
704
|
+
content: "\e985";
|
|
705
|
+
|
|
706
|
+
}
|
|
707
|
+
.icon-Outline-Arrow-Down3:before {
|
|
708
|
+
content: "\e986";
|
|
709
|
+
|
|
710
|
+
}
|
|
711
|
+
.icon-Outline-Arrow-DownCircle:before {
|
|
712
|
+
content: "\e987";
|
|
713
|
+
|
|
714
|
+
}
|
|
715
|
+
.icon-Outline-Arrow-DownSquare:before {
|
|
716
|
+
content: "\e988";
|
|
717
|
+
|
|
718
|
+
}
|
|
719
|
+
.icon-Outline-Arrow-Left:before {
|
|
720
|
+
content: "\e989";
|
|
721
|
+
|
|
722
|
+
}
|
|
723
|
+
.icon-Outline-Arrow-Left2:before {
|
|
724
|
+
content: "\e98a";
|
|
725
|
+
|
|
726
|
+
}
|
|
727
|
+
.icon-Outline-Arrow-Left3:before {
|
|
728
|
+
content: "\e98b";
|
|
729
|
+
|
|
730
|
+
}
|
|
731
|
+
.icon-Outline-Arrow-LeftCircle:before {
|
|
732
|
+
content: "\e98c";
|
|
733
|
+
|
|
734
|
+
}
|
|
735
|
+
.icon-Outline-Arrow-LeftSquare:before {
|
|
736
|
+
content: "\e98d";
|
|
737
|
+
|
|
738
|
+
}
|
|
739
|
+
.icon-Outline-Arrow-Right:before {
|
|
740
|
+
content: "\e98e";
|
|
741
|
+
|
|
742
|
+
}
|
|
743
|
+
.icon-Outline-Arrow-Right2:before {
|
|
744
|
+
content: "\e98f";
|
|
745
|
+
|
|
746
|
+
}
|
|
747
|
+
.icon-Outline-Arrow-Right3:before {
|
|
748
|
+
content: "\e990";
|
|
749
|
+
|
|
750
|
+
}
|
|
751
|
+
.icon-Outline-Arrow-RightCircle:before {
|
|
752
|
+
content: "\e991";
|
|
753
|
+
|
|
754
|
+
}
|
|
755
|
+
.icon-Outline-Arrow-RightSquare:before {
|
|
756
|
+
content: "\e992";
|
|
757
|
+
|
|
758
|
+
}
|
|
759
|
+
.icon-Outline-Arrow-Up:before {
|
|
760
|
+
content: "\e993";
|
|
761
|
+
|
|
762
|
+
}
|
|
763
|
+
.icon-Outline-Arrow-Up2:before {
|
|
764
|
+
content: "\e994";
|
|
765
|
+
|
|
766
|
+
}
|
|
767
|
+
.icon-Outline-Arrow-Up3:before {
|
|
768
|
+
content: "\e995";
|
|
769
|
+
|
|
770
|
+
}
|
|
771
|
+
.icon-Outline-Arrow-UpCircle:before {
|
|
772
|
+
content: "\e996";
|
|
773
|
+
|
|
774
|
+
}
|
|
775
|
+
.icon-Outline-Arrow-UpSquare:before {
|
|
776
|
+
content: "\e997";
|
|
777
|
+
|
|
778
|
+
}
|
|
779
|
+
.icon-Outline-Bag:before {
|
|
780
|
+
content: "\e998";
|
|
781
|
+
|
|
782
|
+
}
|
|
783
|
+
.icon-Outline-Bag3:before {
|
|
784
|
+
content: "\e999";
|
|
785
|
+
|
|
786
|
+
}
|
|
787
|
+
.icon-Outline-Bookmark:before {
|
|
788
|
+
content: "\e99a";
|
|
789
|
+
|
|
790
|
+
}
|
|
791
|
+
.icon-Outline-Booster:before {
|
|
792
|
+
content: "\e99b";
|
|
793
|
+
|
|
794
|
+
}
|
|
795
|
+
.icon-Outline-Buy:before {
|
|
796
|
+
content: "\e99c";
|
|
797
|
+
|
|
798
|
+
}
|
|
799
|
+
.icon-Outline-Calendar:before {
|
|
800
|
+
content: "\e99d";
|
|
801
|
+
|
|
802
|
+
}
|
|
803
|
+
.icon-Outline-Calendar-number:before {
|
|
804
|
+
content: "\e99e";
|
|
805
|
+
|
|
806
|
+
}
|
|
807
|
+
.icon-Outline-Call:before {
|
|
808
|
+
content: "\e99f";
|
|
809
|
+
|
|
810
|
+
}
|
|
811
|
+
.icon-Outline-Calling:before {
|
|
812
|
+
content: "\e9a0";
|
|
813
|
+
|
|
814
|
+
}
|
|
815
|
+
.icon-Outline-CallMissed:before {
|
|
816
|
+
content: "\e9a1";
|
|
817
|
+
|
|
818
|
+
}
|
|
819
|
+
.icon-Outline-CallSilent:before {
|
|
820
|
+
content: "\e9a2";
|
|
821
|
+
|
|
822
|
+
}
|
|
823
|
+
.icon-Outline-Camera:before {
|
|
824
|
+
content: "\e9a3";
|
|
825
|
+
|
|
826
|
+
}
|
|
827
|
+
.icon-Outline-card:before {
|
|
828
|
+
content: "\e9a4";
|
|
829
|
+
|
|
830
|
+
}
|
|
831
|
+
.icon-Outline-Category:before {
|
|
832
|
+
content: "\e9a5";
|
|
833
|
+
|
|
834
|
+
}
|
|
835
|
+
.icon-Outline-Chair .path1:before {
|
|
836
|
+
content: "\e9a6";
|
|
837
|
+
}
|
|
838
|
+
.icon-Outline-Chair .path2:before {
|
|
839
|
+
content: "\e9a7";
|
|
840
|
+
margin-left: -1em;
|
|
841
|
+
color: var(--icon-inverse);
|
|
842
|
+
}
|
|
843
|
+
.icon-Outline-Chair .path3:before {
|
|
844
|
+
content: "\e9a8";
|
|
845
|
+
margin-left: -1em;
|
|
846
|
+
}
|
|
847
|
+
.icon-Outline-Chair .path4:before {
|
|
848
|
+
content: "\e9a9";
|
|
849
|
+
margin-left: -1em;
|
|
850
|
+
}
|
|
851
|
+
.icon-Outline-Chart:before {
|
|
852
|
+
content: "\e9aa";
|
|
853
|
+
|
|
854
|
+
}
|
|
855
|
+
.icon-Outline-Chat:before {
|
|
856
|
+
content: "\e9ab";
|
|
857
|
+
|
|
858
|
+
}
|
|
859
|
+
.icon-Outline-Close_SM:before {
|
|
860
|
+
content: "\e9ac";
|
|
861
|
+
|
|
862
|
+
}
|
|
863
|
+
.icon-Outline-CloseSquare:before {
|
|
864
|
+
content: "\e9ad";
|
|
865
|
+
|
|
866
|
+
}
|
|
867
|
+
.icon-Outline-DangerCircle:before {
|
|
868
|
+
content: "\e9ae";
|
|
869
|
+
|
|
870
|
+
}
|
|
871
|
+
.icon-Outline-DangerTriangle:before {
|
|
872
|
+
content: "\e9af";
|
|
873
|
+
|
|
874
|
+
}
|
|
875
|
+
.icon-Outline-Delete:before {
|
|
876
|
+
content: "\e9b0";
|
|
877
|
+
|
|
878
|
+
}
|
|
879
|
+
.icon-Outline-Discount:before {
|
|
880
|
+
content: "\e9b1";
|
|
881
|
+
|
|
882
|
+
}
|
|
883
|
+
.icon-Outline-Discovery:before {
|
|
884
|
+
content: "\e9b2";
|
|
885
|
+
|
|
886
|
+
}
|
|
887
|
+
.icon-Outline-Document:before {
|
|
888
|
+
content: "\e9b3";
|
|
889
|
+
|
|
890
|
+
}
|
|
891
|
+
.icon-Outline-Download:before {
|
|
892
|
+
content: "\e9b4";
|
|
893
|
+
|
|
894
|
+
}
|
|
895
|
+
.icon-Outline-Download-cloud:before {
|
|
896
|
+
content: "\e9b5";
|
|
897
|
+
|
|
898
|
+
}
|
|
899
|
+
.icon-Outline-Edit:before {
|
|
900
|
+
content: "\e9b6";
|
|
901
|
+
|
|
902
|
+
}
|
|
903
|
+
.icon-Outline-EditSquare:before {
|
|
904
|
+
content: "\e9b7";
|
|
905
|
+
|
|
906
|
+
}
|
|
907
|
+
.icon-Outline-External_Link:before {
|
|
908
|
+
content: "\e9b8";
|
|
909
|
+
|
|
910
|
+
}
|
|
911
|
+
.icon-Outline-Filter:before {
|
|
912
|
+
content: "\e9b9";
|
|
913
|
+
|
|
914
|
+
}
|
|
915
|
+
.icon-Outline-Filter3:before {
|
|
916
|
+
content: "\e9ba";
|
|
917
|
+
|
|
918
|
+
}
|
|
919
|
+
.icon-Outline-Flag:before {
|
|
920
|
+
content: "\e9bb";
|
|
921
|
+
|
|
922
|
+
}
|
|
923
|
+
.icon-Outline-Folder:before {
|
|
924
|
+
content: "\e9bc";
|
|
925
|
+
|
|
926
|
+
}
|
|
927
|
+
.icon-Outline-Graph:before {
|
|
928
|
+
content: "\e9be";
|
|
929
|
+
|
|
930
|
+
}
|
|
931
|
+
.icon-Outline-Heart:before {
|
|
932
|
+
content: "\e9bf";
|
|
933
|
+
|
|
934
|
+
}
|
|
935
|
+
.icon-Outline-Help-circle:before {
|
|
936
|
+
content: "\e9c0";
|
|
937
|
+
|
|
938
|
+
}
|
|
939
|
+
.icon-Outline-Hide:before {
|
|
940
|
+
content: "\e9c1";
|
|
941
|
+
|
|
942
|
+
}
|
|
943
|
+
.icon-Outline-Home:before {
|
|
944
|
+
content: "\e9c2";
|
|
945
|
+
|
|
946
|
+
}
|
|
947
|
+
.icon-Outline-Image:before {
|
|
948
|
+
content: "\e9c3";
|
|
949
|
+
|
|
950
|
+
}
|
|
951
|
+
.icon-Outline-Image3:before {
|
|
952
|
+
content: "\e9c4";
|
|
953
|
+
|
|
954
|
+
}
|
|
955
|
+
.icon-Outline-InfoSquare:before {
|
|
956
|
+
content: "\e9c5";
|
|
957
|
+
|
|
958
|
+
}
|
|
959
|
+
.icon-Outline-Location:before {
|
|
960
|
+
content: "\e9c6";
|
|
961
|
+
|
|
962
|
+
}
|
|
963
|
+
.icon-Outline-Lock:before {
|
|
964
|
+
content: "\e9c7";
|
|
965
|
+
|
|
966
|
+
}
|
|
967
|
+
.icon-Outline-Login:before {
|
|
968
|
+
content: "\e9c8";
|
|
969
|
+
|
|
970
|
+
}
|
|
971
|
+
.icon-Outline-Logout:before {
|
|
972
|
+
content: "\e9c9";
|
|
973
|
+
|
|
974
|
+
}
|
|
975
|
+
.icon-Outline-Map:before {
|
|
976
|
+
content: "\e9ca";
|
|
977
|
+
|
|
978
|
+
}
|
|
979
|
+
.icon-Outline-Message:before {
|
|
980
|
+
content: "\e9cb";
|
|
981
|
+
|
|
982
|
+
}
|
|
983
|
+
.icon-Outline-message-text:before {
|
|
984
|
+
content: "\e9cc";
|
|
985
|
+
|
|
986
|
+
}
|
|
987
|
+
.icon-Outline-Minus:before {
|
|
988
|
+
content: "\e9cd";
|
|
989
|
+
|
|
990
|
+
}
|
|
991
|
+
.icon-Outline-MoreCircle:before {
|
|
992
|
+
content: "\e9ce";
|
|
993
|
+
|
|
994
|
+
}
|
|
995
|
+
.icon-Outline-MoreSquare:before {
|
|
996
|
+
content: "\e9cf";
|
|
997
|
+
|
|
998
|
+
}
|
|
999
|
+
.icon-Outline-More-vertical:before {
|
|
1000
|
+
content: "\e9d0";
|
|
1001
|
+
|
|
1002
|
+
}
|
|
1003
|
+
.icon-Outline-Notification:before {
|
|
1004
|
+
content: "\e9d1";
|
|
1005
|
+
|
|
1006
|
+
}
|
|
1007
|
+
.icon-Outline-Paper:before {
|
|
1008
|
+
content: "\e9d2";
|
|
1009
|
+
|
|
1010
|
+
}
|
|
1011
|
+
.icon-Outline-PaperDownload:before {
|
|
1012
|
+
content: "\e9d3";
|
|
1013
|
+
|
|
1014
|
+
}
|
|
1015
|
+
.icon-Outline-PaperFail:before {
|
|
1016
|
+
content: "\e9d4";
|
|
1017
|
+
|
|
1018
|
+
}
|
|
1019
|
+
.icon-Outline-PaperNegative:before {
|
|
1020
|
+
content: "\e9d5";
|
|
1021
|
+
|
|
1022
|
+
}
|
|
1023
|
+
.icon-Outline-PaperPlus:before {
|
|
1024
|
+
content: "\e9d6";
|
|
1025
|
+
|
|
1026
|
+
}
|
|
1027
|
+
.icon-Outline-PaperUpload:before {
|
|
1028
|
+
content: "\e9d7";
|
|
1029
|
+
|
|
1030
|
+
}
|
|
1031
|
+
.icon-Outline-Password:before {
|
|
1032
|
+
content: "\e9d8";
|
|
1033
|
+
|
|
1034
|
+
}
|
|
1035
|
+
.icon-Outline-Play:before {
|
|
1036
|
+
content: "\e9d9";
|
|
1037
|
+
}
|
|
1038
|
+
.icon-Outline-Plus:before {
|
|
1039
|
+
content: "\e9da";
|
|
1040
|
+
}
|
|
1041
|
+
.icon-Outline-Profile:before {
|
|
1042
|
+
content: "\e9db";
|
|
1043
|
+
}
|
|
1044
|
+
.icon-Outline-Receipt-edit:before {
|
|
1045
|
+
content: "\e9dc";
|
|
1046
|
+
}
|
|
1047
|
+
.icon-Outline-receipt-search:before {
|
|
1048
|
+
content: "\e9dd";
|
|
1049
|
+
}
|
|
1050
|
+
.icon-Outline-Scan:before {
|
|
1051
|
+
content: "\e9de";
|
|
1052
|
+
}
|
|
1053
|
+
.icon-Outline-Search:before {
|
|
1054
|
+
content: "\e9df";
|
|
1055
|
+
}
|
|
1056
|
+
.icon-Outline-Send:before {
|
|
1057
|
+
content: "\e9e0";
|
|
1058
|
+
}
|
|
1059
|
+
.icon-Outline-Setting:before {
|
|
1060
|
+
content: "\e9e1";
|
|
1061
|
+
}
|
|
1062
|
+
.icon-Outline-share:before {
|
|
1063
|
+
content: "\e9e2";
|
|
1064
|
+
}
|
|
1065
|
+
.icon-Outline-ShieldDone:before {
|
|
1066
|
+
content: "\e9e3";
|
|
1067
|
+
}
|
|
1068
|
+
.icon-Outline-ShieldFail:before {
|
|
1069
|
+
content: "\e9e4";
|
|
1070
|
+
}
|
|
1071
|
+
.icon-Outline-Show:before {
|
|
1072
|
+
content: "\e9e5";
|
|
1073
|
+
}
|
|
1074
|
+
.icon-Outline-Shuffle:before {
|
|
1075
|
+
content: "\e9e6";
|
|
1076
|
+
}
|
|
1077
|
+
.icon-Outline-Star:before {
|
|
1078
|
+
content: "\e9e7";
|
|
1079
|
+
}
|
|
1080
|
+
.icon-Outline-Strongbox:before {
|
|
1081
|
+
content: "\e9e8";
|
|
1082
|
+
}
|
|
1083
|
+
.icon-Outline-Swap:before {
|
|
1084
|
+
content: "\e9e9";
|
|
1085
|
+
}
|
|
1086
|
+
.icon-Outline-Ticket:before {
|
|
1087
|
+
content: "\e9ea";
|
|
1088
|
+
}
|
|
1089
|
+
.icon-Outline-TicketStar:before {
|
|
1090
|
+
content: "\e9eb";
|
|
1091
|
+
}
|
|
1092
|
+
.icon-Outline-TickSquare:before {
|
|
1093
|
+
content: "\e9ec";
|
|
1094
|
+
}
|
|
1095
|
+
.icon-Outline-TimeCircle:before {
|
|
1096
|
+
content: "\e9ed";
|
|
1097
|
+
}
|
|
1098
|
+
.icon-Outline-TimeSquare:before {
|
|
1099
|
+
content: "\e9ee";
|
|
1100
|
+
}
|
|
1101
|
+
.icon-Outline-u_check:before {
|
|
1102
|
+
content: "\e9ef";
|
|
1103
|
+
}
|
|
1104
|
+
.icon-Outline-Unlock:before {
|
|
1105
|
+
content: "\e9f0";
|
|
1106
|
+
}
|
|
1107
|
+
.icon-Outline-Upload:before {
|
|
1108
|
+
content: "\e9f1";
|
|
1109
|
+
}
|
|
1110
|
+
.icon-Outline-Video:before {
|
|
1111
|
+
content: "\e9f2";
|
|
1112
|
+
}
|
|
1113
|
+
.icon-Outline-Voice:before {
|
|
1114
|
+
content: "\e9f3";
|
|
1115
|
+
}
|
|
1116
|
+
.icon-Outline-Voice3:before {
|
|
1117
|
+
content: "\e9f4";
|
|
1118
|
+
}
|
|
1119
|
+
.icon-Outline-VolumeDown:before {
|
|
1120
|
+
content: "\e9f5";
|
|
1121
|
+
}
|
|
1122
|
+
.icon-Outline-VolumeOff:before {
|
|
1123
|
+
content: "\e9f6";
|
|
1124
|
+
}
|
|
1125
|
+
.icon-Outline-VolumeUp:before {
|
|
1126
|
+
content: "\e9f7";
|
|
1127
|
+
}
|
|
1128
|
+
.icon-Outline-Wallet:before {
|
|
1129
|
+
content: "\e9f8";
|
|
1130
|
+
}
|
|
1131
|
+
.icon-Outline-Work:before {
|
|
1132
|
+
content: "\e9f9";
|
|
1133
|
+
}
|
|
1134
|
+
.icon-Outline-zap:before {
|
|
1135
|
+
content: "\e9fa";
|
|
1136
|
+
}
|
|
1137
|
+
.icon-Outline-opy:before {
|
|
1138
|
+
content: "\e9fb";
|
|
1139
|
+
}
|
|
1140
|
+
.icon-travelOutline-hotel:before {
|
|
1141
|
+
content: "\e9fc";
|
|
1142
|
+
}
|
|
1143
|
+
.icon-travelOutline-memo:before {
|
|
1144
|
+
content: "\e9fd";
|
|
1145
|
+
}
|
|
1146
|
+
.icon-travelOutline-plane:before {
|
|
1147
|
+
content: "\e9fe";
|
|
1148
|
+
}
|
|
1149
|
+
.icon-travelOutline-routing:before {
|
|
1150
|
+
content: "\e9ff";
|
|
1151
|
+
}
|
|
1152
|
+
.icon-travelOutline-simcard:before {
|
|
1153
|
+
content: "\ea00";
|
|
1154
|
+
}
|
|
1155
|
+
.icon-travelOutline-transfer:before {
|
|
1156
|
+
content: "\ea02";
|
|
1157
|
+
}
|
|
1158
|
+
.icon-Bold-Activity:before {
|
|
1159
|
+
content: "\ea08";
|
|
1160
|
+
}
|
|
1161
|
+
.icon-Bold-AddUser:before {
|
|
1162
|
+
content: "\ea09";
|
|
1163
|
+
}
|
|
1164
|
+
.icon-Bold-Arrow-Down:before {
|
|
1165
|
+
content: "\ea0a";
|
|
1166
|
+
}
|
|
1167
|
+
.icon-Bold-Arrow-Down2:before {
|
|
1168
|
+
content: "\ea0b";
|
|
1169
|
+
}
|
|
1170
|
+
.icon-Bold-Arrow-Down3:before {
|
|
1171
|
+
content: "\ea0c";
|
|
1172
|
+
}
|
|
1173
|
+
.icon-Bold-Arrow-DownCircle:before {
|
|
1174
|
+
content: "\ea0d";
|
|
1175
|
+
}
|
|
1176
|
+
.icon-Bold-Arrow-DownSquare:before {
|
|
1177
|
+
content: "\ea0e";
|
|
1178
|
+
}
|
|
1179
|
+
.icon-Bold-Arrow-Left:before {
|
|
1180
|
+
content: "\ea0f";
|
|
1181
|
+
}
|
|
1182
|
+
.icon-Bold-Arrow-Left2:before {
|
|
1183
|
+
content: "\ea10";
|
|
1184
|
+
}
|
|
1185
|
+
.icon-Bold-Arrow-Left3:before {
|
|
1186
|
+
content: "\ea11";
|
|
1187
|
+
}
|
|
1188
|
+
.icon-Bold-Arrow-LeftCircle:before {
|
|
1189
|
+
content: "\ea35";
|
|
1190
|
+
}
|
|
1191
|
+
.icon-united-kingdom .path1:before {
|
|
1192
|
+
content: "\ea12";
|
|
1193
|
+
color: rgb(240, 240, 240);
|
|
1194
|
+
}
|
|
1195
|
+
.icon-united-kingdom .path2:before {
|
|
1196
|
+
content: "\ea13";
|
|
1197
|
+
margin-left: -1em;
|
|
1198
|
+
color: rgb(0, 82, 180);
|
|
1199
|
+
}
|
|
1200
|
+
.icon-united-kingdom .path3:before {
|
|
1201
|
+
content: "\ea14";
|
|
1202
|
+
margin-left: -1em;
|
|
1203
|
+
color: rgb(0, 82, 180);
|
|
1204
|
+
}
|
|
1205
|
+
.icon-united-kingdom .path4:before {
|
|
1206
|
+
content: "\ea15";
|
|
1207
|
+
margin-left: -1em;
|
|
1208
|
+
color: rgb(0, 82, 180);
|
|
1209
|
+
}
|
|
1210
|
+
.icon-united-kingdom .path5:before {
|
|
1211
|
+
content: "\ea16";
|
|
1212
|
+
margin-left: -1em;
|
|
1213
|
+
color: rgb(0, 82, 180);
|
|
1214
|
+
}
|
|
1215
|
+
.icon-united-kingdom .path6:before {
|
|
1216
|
+
content: "\ea17";
|
|
1217
|
+
margin-left: -1em;
|
|
1218
|
+
color: rgb(0, 82, 180);
|
|
1219
|
+
}
|
|
1220
|
+
.icon-united-kingdom .path7:before {
|
|
1221
|
+
content: "\ea18";
|
|
1222
|
+
margin-left: -1em;
|
|
1223
|
+
color: rgb(0, 82, 180);
|
|
1224
|
+
}
|
|
1225
|
+
.icon-united-kingdom .path8:before {
|
|
1226
|
+
content: "\ea19";
|
|
1227
|
+
margin-left: -1em;
|
|
1228
|
+
color: rgb(0, 82, 180);
|
|
1229
|
+
}
|
|
1230
|
+
.icon-united-kingdom .path9:before {
|
|
1231
|
+
content: "\ea1a";
|
|
1232
|
+
margin-left: -1em;
|
|
1233
|
+
color: rgb(0, 82, 180);
|
|
1234
|
+
}
|
|
1235
|
+
.icon-united-kingdom .path10:before {
|
|
1236
|
+
content: "\ea1b";
|
|
1237
|
+
margin-left: -1em;
|
|
1238
|
+
color: rgb(216, 0, 39);
|
|
1239
|
+
}
|
|
1240
|
+
.icon-united-kingdom .path11:before {
|
|
1241
|
+
content: "\ea1c";
|
|
1242
|
+
margin-left: -1em;
|
|
1243
|
+
color: rgb(216, 0, 39);
|
|
1244
|
+
}
|
|
1245
|
+
.icon-united-kingdom .path12:before {
|
|
1246
|
+
content: "\ea1d";
|
|
1247
|
+
margin-left: -1em;
|
|
1248
|
+
color: rgb(216, 0, 39);
|
|
1249
|
+
}
|
|
1250
|
+
.icon-united-kingdom .path13:before {
|
|
1251
|
+
content: "\ea1e";
|
|
1252
|
+
margin-left: -1em;
|
|
1253
|
+
color: rgb(216, 0, 39);
|
|
1254
|
+
}
|
|
1255
|
+
.icon-united-kingdom .path14:before {
|
|
1256
|
+
content: "\ea1f";
|
|
1257
|
+
margin-left: -1em;
|
|
1258
|
+
color: rgb(216, 0, 39);
|
|
1259
|
+
}
|
|
1260
|
+
.icon-russia .path1:before {
|
|
1261
|
+
content: "\ea20";
|
|
1262
|
+
color: rgb(240, 240, 240);
|
|
1263
|
+
}
|
|
1264
|
+
.icon-russia .path2:before {
|
|
1265
|
+
content: "\ea21";
|
|
1266
|
+
margin-left: -1em;
|
|
1267
|
+
color: rgb(0, 82, 180);
|
|
1268
|
+
}
|
|
1269
|
+
.icon-russia .path3:before {
|
|
1270
|
+
content: "\ea22";
|
|
1271
|
+
margin-left: -1em;
|
|
1272
|
+
color: rgb(216, 0, 39);
|
|
1273
|
+
}
|
|
1274
|
+
.icon-uzbekistan .path1:before {
|
|
1275
|
+
content: "\ea23";
|
|
1276
|
+
color: rgb(240, 240, 240);
|
|
1277
|
+
}
|
|
1278
|
+
.icon-uzbekistan .path2:before {
|
|
1279
|
+
content: "\ea24";
|
|
1280
|
+
margin-left: -1em;
|
|
1281
|
+
color: rgb(216, 0, 39);
|
|
1282
|
+
}
|
|
1283
|
+
.icon-uzbekistan .path3:before {
|
|
1284
|
+
content: "\ea25";
|
|
1285
|
+
margin-left: -1em;
|
|
1286
|
+
color: rgb(216, 0, 39);
|
|
1287
|
+
}
|
|
1288
|
+
.icon-uzbekistan .path4:before {
|
|
1289
|
+
content: "\ea26";
|
|
1290
|
+
margin-left: -1em;
|
|
1291
|
+
color: rgb(109, 165, 68);
|
|
1292
|
+
}
|
|
1293
|
+
.icon-uzbekistan .path5:before {
|
|
1294
|
+
content: "\ea27";
|
|
1295
|
+
margin-left: -1em;
|
|
1296
|
+
color: rgb(51, 138, 243);
|
|
1297
|
+
}
|
|
1298
|
+
.icon-uzbekistan .path6:before {
|
|
1299
|
+
content: "\ea28";
|
|
1300
|
+
margin-left: -1em;
|
|
1301
|
+
color: rgb(240, 240, 240);
|
|
1302
|
+
}
|
|
1303
|
+
.icon-uzbekistan .path7:before {
|
|
1304
|
+
content: "\ea29";
|
|
1305
|
+
margin-left: -1em;
|
|
1306
|
+
color: rgb(240, 240, 240);
|
|
1307
|
+
}
|
|
1308
|
+
.icon-uzbekistan .path8:before {
|
|
1309
|
+
content: "\ea2a";
|
|
1310
|
+
margin-left: -1em;
|
|
1311
|
+
color: rgb(240, 240, 240);
|
|
1312
|
+
}
|
|
1313
|
+
.icon-uzbekistan .path9:before {
|
|
1314
|
+
content: "\ea2b";
|
|
1315
|
+
margin-left: -1em;
|
|
1316
|
+
color: rgb(240, 240, 240);
|
|
1317
|
+
}
|
|
1318
|
+
.icon-uzbekistan .path10:before {
|
|
1319
|
+
content: "\ea2c";
|
|
1320
|
+
margin-left: -1em;
|
|
1321
|
+
color: rgb(240, 240, 240);
|
|
1322
|
+
}
|
|
1323
|
+
.icon-uzbekistan .path11:before {
|
|
1324
|
+
content: "\ea2d";
|
|
1325
|
+
margin-left: -1em;
|
|
1326
|
+
color: rgb(240, 240, 240);
|
|
1327
|
+
}
|
|
1328
|
+
.icon-uzbekistan .path12:before {
|
|
1329
|
+
content: "\ea2e";
|
|
1330
|
+
margin-left: -1em;
|
|
1331
|
+
color: rgb(240, 240, 240);
|
|
1332
|
+
}
|
|
1333
|
+
.icon-uzbekistan .path13:before {
|
|
1334
|
+
content: "\ea2f";
|
|
1335
|
+
margin-left: -1em;
|
|
1336
|
+
color: rgb(240, 240, 240);
|
|
1337
|
+
}
|
|
1338
|
+
.icon-uzbekistan .path14:before {
|
|
1339
|
+
content: "\ea30";
|
|
1340
|
+
margin-left: -1em;
|
|
1341
|
+
color: rgb(240, 240, 240);
|
|
1342
|
+
}
|
|
1343
|
+
.icon-uzbekistan .path15:before {
|
|
1344
|
+
content: "\ea31";
|
|
1345
|
+
margin-left: -1em;
|
|
1346
|
+
color: rgb(240, 240, 240);
|
|
1347
|
+
}
|
|
1348
|
+
.icon-uzbekistan .path16:before {
|
|
1349
|
+
content: "\ea32";
|
|
1350
|
+
margin-left: -1em;
|
|
1351
|
+
color: rgb(240, 240, 240);
|
|
1352
|
+
}
|
|
1353
|
+
.icon-uzbekistan .path17:before {
|
|
1354
|
+
content: "\ea33";
|
|
1355
|
+
margin-left: -1em;
|
|
1356
|
+
color: rgb(240, 240, 240);
|
|
1357
|
+
}
|
|
1358
|
+
.icon-uzbekistan .path18:before {
|
|
1359
|
+
content: "\ea34";
|
|
1360
|
+
margin-left: -1em;
|
|
1361
|
+
color: rgb(240, 240, 240);
|
|
1362
|
+
}
|