matcha-icons 20.59.0 → 20.61.0
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/demo.html +15 -1
- package/fonts/matcha-icons.eot +0 -0
- package/fonts/matcha-icons.svg +1 -0
- package/fonts/matcha-icons.ttf +0 -0
- package/fonts/matcha-icons.woff +0 -0
- package/matcha-icons.css +1173 -1175
- package/package.json +1 -1
- package/selection.json +1 -1
- package/source/matcha-icons-v60.0.zip +0 -0
- package/source/matcha-icons.json +24 -8
- package/style.css +8 -5
package/matcha-icons.css
CHANGED
|
@@ -6,11 +6,7 @@
|
|
|
6
6
|
@font-face {
|
|
7
7
|
font-family: "MatchaIcons";
|
|
8
8
|
src: url("./fonts/matcha-icons.eot");
|
|
9
|
-
src:
|
|
10
|
-
url("./fonts/matcha-icons.eot?#iefix") format("embedded-opentype"),
|
|
11
|
-
url("./fonts/matcha-icons.ttf") format("truetype"),
|
|
12
|
-
url("./fonts/matcha-icons.woff") format("woff"),
|
|
13
|
-
url("./fonts/matcha-icons.svg") format("svg");
|
|
9
|
+
src: url("./fonts/matcha-icons.eot?#iefix") format("embedded-opentype"), url("./fonts/matcha-icons.ttf") format("truetype"), url("./fonts/matcha-icons.woff") format("woff"), url("./fonts/matcha-icons.svg") format("svg");
|
|
14
10
|
font-weight: normal;
|
|
15
11
|
font-style: normal;
|
|
16
12
|
font-display: block;
|
|
@@ -84,2068 +80,2070 @@
|
|
|
84
80
|
// -------------------------------------------------------------------------------------------------------------------
|
|
85
81
|
*/
|
|
86
82
|
|
|
87
|
-
|
|
88
83
|
.i-matcha-app:before {
|
|
89
84
|
content: "\ea93";
|
|
90
|
-
|
|
91
|
-
|
|
85
|
+
}
|
|
86
|
+
.i-matcha-site:before {
|
|
92
87
|
content: "\ea94";
|
|
93
|
-
|
|
94
|
-
|
|
88
|
+
}
|
|
89
|
+
.i-matcha-home:before {
|
|
95
90
|
content: "\e948";
|
|
96
|
-
|
|
97
|
-
|
|
91
|
+
}
|
|
92
|
+
.i-matcha-home-out:before {
|
|
98
93
|
content: "\e964";
|
|
99
|
-
|
|
100
|
-
|
|
94
|
+
}
|
|
95
|
+
.i-matcha-content:before {
|
|
101
96
|
content: "\e942";
|
|
102
|
-
|
|
103
|
-
|
|
97
|
+
}
|
|
98
|
+
.i-matcha-content-out:before {
|
|
104
99
|
content: "\e95e";
|
|
105
|
-
|
|
106
|
-
|
|
100
|
+
}
|
|
101
|
+
.i-matcha-events:before {
|
|
107
102
|
content: "\e945";
|
|
108
|
-
|
|
109
|
-
|
|
103
|
+
}
|
|
104
|
+
.i-matcha-events-out:before {
|
|
110
105
|
content: "\e961";
|
|
111
|
-
|
|
112
|
-
|
|
106
|
+
}
|
|
107
|
+
.i-matcha-favorite:before {
|
|
113
108
|
content: "\e946";
|
|
114
|
-
|
|
115
|
-
|
|
109
|
+
}
|
|
110
|
+
.i-matcha-favorite-out:before {
|
|
116
111
|
content: "\e962";
|
|
117
|
-
|
|
118
|
-
|
|
112
|
+
}
|
|
113
|
+
.i-matcha-tv:before {
|
|
119
114
|
content: "\e954";
|
|
120
|
-
|
|
121
|
-
|
|
115
|
+
}
|
|
116
|
+
.i-matcha-tv-out:before {
|
|
122
117
|
content: "\e970";
|
|
123
|
-
|
|
124
|
-
|
|
118
|
+
}
|
|
119
|
+
.i-matcha-bible:before {
|
|
125
120
|
content: "\e93a";
|
|
126
|
-
|
|
127
|
-
|
|
121
|
+
}
|
|
122
|
+
.i-matcha-bible-out:before {
|
|
128
123
|
content: "\e957";
|
|
129
|
-
|
|
130
|
-
|
|
124
|
+
}
|
|
125
|
+
.i-matcha-reading-plan:before {
|
|
131
126
|
content: "\e951";
|
|
132
|
-
|
|
133
|
-
|
|
127
|
+
}
|
|
128
|
+
.i-matcha-reading-plan-out:before {
|
|
134
129
|
content: "\e96d";
|
|
135
|
-
|
|
136
|
-
|
|
130
|
+
}
|
|
131
|
+
.i-matcha-agenda:before {
|
|
137
132
|
content: "\e939";
|
|
138
|
-
|
|
139
|
-
|
|
133
|
+
}
|
|
134
|
+
.i-matcha-agenda-out:before {
|
|
140
135
|
content: "\e956";
|
|
141
|
-
|
|
142
|
-
|
|
136
|
+
}
|
|
137
|
+
.i-matcha-church:before {
|
|
143
138
|
content: "\e940";
|
|
144
|
-
|
|
145
|
-
|
|
139
|
+
}
|
|
140
|
+
.i-matcha-trophy-out:before {
|
|
146
141
|
content: "\e95c";
|
|
147
|
-
|
|
148
|
-
|
|
142
|
+
}
|
|
143
|
+
.i-matcha-church-out:before {
|
|
149
144
|
content: "\e95d";
|
|
150
|
-
|
|
151
|
-
|
|
145
|
+
}
|
|
146
|
+
.i-matcha-download:before {
|
|
152
147
|
content: "\e943";
|
|
153
|
-
|
|
154
|
-
|
|
148
|
+
}
|
|
149
|
+
.i-matcha-downloads-out:before {
|
|
155
150
|
content: "\e95f";
|
|
156
|
-
|
|
157
|
-
|
|
151
|
+
}
|
|
152
|
+
.i-matcha-groups:before {
|
|
158
153
|
content: "\e947";
|
|
159
|
-
|
|
160
|
-
|
|
154
|
+
}
|
|
155
|
+
.i-matcha-groups-out:before {
|
|
161
156
|
content: "\e963";
|
|
162
|
-
|
|
163
|
-
|
|
157
|
+
}
|
|
158
|
+
.i-matcha-live:before {
|
|
164
159
|
content: "\e94a";
|
|
165
|
-
|
|
166
|
-
|
|
160
|
+
}
|
|
161
|
+
.i-matcha-live-out:before {
|
|
167
162
|
content: "\e966";
|
|
168
|
-
|
|
169
|
-
|
|
163
|
+
}
|
|
164
|
+
.i-matcha-star:before {
|
|
170
165
|
content: "\e952";
|
|
171
|
-
|
|
172
|
-
|
|
166
|
+
}
|
|
167
|
+
.i-matcha-star-out:before {
|
|
173
168
|
content: "\e96e";
|
|
174
|
-
|
|
175
|
-
|
|
169
|
+
}
|
|
170
|
+
.i-matcha-news:before {
|
|
176
171
|
content: "\e94d";
|
|
177
|
-
|
|
178
|
-
|
|
172
|
+
}
|
|
173
|
+
.i-matcha-news-out:before {
|
|
179
174
|
content: "\e969";
|
|
180
|
-
|
|
181
|
-
|
|
175
|
+
}
|
|
176
|
+
.i-matcha-edit:before {
|
|
182
177
|
content: "\e944";
|
|
183
|
-
|
|
184
|
-
|
|
178
|
+
}
|
|
179
|
+
.i-matcha-edit-out:before {
|
|
185
180
|
content: "\e960";
|
|
186
|
-
|
|
187
|
-
|
|
181
|
+
}
|
|
182
|
+
.i-matcha-web:before {
|
|
188
183
|
content: "\e955";
|
|
189
|
-
|
|
190
|
-
|
|
184
|
+
}
|
|
185
|
+
.i-matcha-web-out:before {
|
|
191
186
|
content: "\e971";
|
|
192
|
-
|
|
193
|
-
|
|
187
|
+
}
|
|
188
|
+
.i-matcha-prayer:before {
|
|
194
189
|
content: "\e94e";
|
|
195
|
-
|
|
196
|
-
|
|
190
|
+
}
|
|
191
|
+
.i-matcha-prayer-out:before {
|
|
197
192
|
content: "\e96a";
|
|
198
|
-
|
|
199
|
-
|
|
193
|
+
}
|
|
194
|
+
.i-matcha-radio:before {
|
|
200
195
|
content: "\e950";
|
|
201
|
-
|
|
202
|
-
|
|
196
|
+
}
|
|
197
|
+
.i-matcha-radio-out:before {
|
|
203
198
|
content: "\e96c";
|
|
204
|
-
|
|
205
|
-
|
|
199
|
+
}
|
|
200
|
+
.i-matcha-id-card:before {
|
|
206
201
|
content: "\e93d";
|
|
207
|
-
|
|
208
|
-
|
|
202
|
+
}
|
|
203
|
+
.i-matcha-id-card-out:before {
|
|
209
204
|
content: "\e965";
|
|
210
|
-
|
|
211
|
-
|
|
205
|
+
}
|
|
206
|
+
.i-matcha-cell:before {
|
|
212
207
|
content: "\e93f";
|
|
213
|
-
|
|
214
|
-
|
|
208
|
+
}
|
|
209
|
+
.i-matcha-cell-out:before {
|
|
215
210
|
content: "\e95b";
|
|
216
|
-
|
|
217
|
-
|
|
211
|
+
}
|
|
212
|
+
.i-matcha-business:before {
|
|
218
213
|
content: "\e93c";
|
|
219
|
-
|
|
220
|
-
|
|
214
|
+
}
|
|
215
|
+
.i-matcha-business-out:before {
|
|
221
216
|
content: "\e959";
|
|
222
|
-
|
|
223
|
-
|
|
217
|
+
}
|
|
218
|
+
.i-matcha-contact:before {
|
|
224
219
|
content: "\e941";
|
|
225
|
-
|
|
226
|
-
|
|
220
|
+
}
|
|
221
|
+
.i-matcha-contact-out:before {
|
|
227
222
|
content: "\e967";
|
|
228
|
-
|
|
229
|
-
|
|
223
|
+
}
|
|
224
|
+
.i-matcha-store:before {
|
|
230
225
|
content: "\e953";
|
|
231
|
-
|
|
232
|
-
|
|
226
|
+
}
|
|
227
|
+
.i-matcha-store-out:before {
|
|
233
228
|
content: "\e96f";
|
|
234
|
-
|
|
235
|
-
|
|
229
|
+
}
|
|
230
|
+
.i-matcha-mykids:before {
|
|
236
231
|
content: "\e94c";
|
|
237
|
-
|
|
238
|
-
|
|
232
|
+
}
|
|
233
|
+
.i-matcha-mykids-out:before {
|
|
239
234
|
content: "\e968";
|
|
240
|
-
|
|
241
|
-
|
|
235
|
+
}
|
|
236
|
+
.i-matcha-profile:before {
|
|
242
237
|
content: "\e94f";
|
|
243
|
-
|
|
244
|
-
|
|
238
|
+
}
|
|
239
|
+
.i-matcha-profile-out:before {
|
|
245
240
|
content: "\eb29";
|
|
246
|
-
|
|
247
|
-
|
|
241
|
+
}
|
|
242
|
+
.i-matcha-bright:before {
|
|
248
243
|
content: "\e93b";
|
|
249
|
-
|
|
250
|
-
|
|
244
|
+
}
|
|
245
|
+
.i-matcha-bright-out:before {
|
|
251
246
|
content: "\e958";
|
|
252
|
-
|
|
253
|
-
|
|
247
|
+
}
|
|
248
|
+
.i-matcha-case:before {
|
|
254
249
|
content: "\e93e";
|
|
255
|
-
|
|
256
|
-
|
|
250
|
+
}
|
|
251
|
+
.i-matcha-case-out:before {
|
|
257
252
|
content: "\e95a";
|
|
258
|
-
|
|
259
|
-
|
|
253
|
+
}
|
|
254
|
+
.i-matcha-cake:before {
|
|
260
255
|
content: "\e9b5";
|
|
261
|
-
|
|
262
|
-
|
|
256
|
+
}
|
|
257
|
+
.i-matcha-link:before {
|
|
263
258
|
content: "\e949";
|
|
264
|
-
|
|
265
|
-
|
|
259
|
+
}
|
|
260
|
+
.i-matcha-external-link:before {
|
|
261
|
+
content: "\eb49";
|
|
262
|
+
}
|
|
263
|
+
.i-matcha-list:before {
|
|
266
264
|
content: "\e94b";
|
|
267
|
-
|
|
268
|
-
|
|
265
|
+
}
|
|
266
|
+
.i-matcha-grid:before {
|
|
269
267
|
content: "\e9de";
|
|
270
|
-
|
|
271
|
-
|
|
268
|
+
}
|
|
269
|
+
.i-matcha-grid-out:before {
|
|
272
270
|
content: "\e9df";
|
|
273
|
-
|
|
274
|
-
|
|
271
|
+
}
|
|
272
|
+
.i-matcha-contrast:before {
|
|
275
273
|
content: "\e99f";
|
|
276
|
-
|
|
277
|
-
|
|
274
|
+
}
|
|
275
|
+
.i-matcha-flow-out:before {
|
|
278
276
|
content: "\e96b";
|
|
279
|
-
|
|
280
|
-
|
|
277
|
+
}
|
|
278
|
+
.i-matcha-flow:before {
|
|
281
279
|
content: "\e933";
|
|
282
|
-
|
|
283
|
-
|
|
280
|
+
}
|
|
281
|
+
.i-matcha-check-in:before {
|
|
284
282
|
content: "\eb2a";
|
|
285
|
-
|
|
286
|
-
|
|
283
|
+
}
|
|
284
|
+
.i-matcha-check-out:before {
|
|
287
285
|
content: "\e9f5";
|
|
288
|
-
|
|
289
|
-
|
|
286
|
+
}
|
|
287
|
+
.i-matcha-counseling:before {
|
|
290
288
|
content: "\e9f6";
|
|
291
|
-
|
|
292
|
-
|
|
289
|
+
}
|
|
290
|
+
.i-matcha-counseling-out:before {
|
|
293
291
|
content: "\e9f7";
|
|
294
|
-
|
|
295
|
-
|
|
292
|
+
}
|
|
293
|
+
.i-matcha-notes:before {
|
|
296
294
|
content: "\e97e";
|
|
297
|
-
|
|
298
|
-
|
|
295
|
+
}
|
|
296
|
+
.i-matcha-notes-out:before {
|
|
299
297
|
content: "\eb2d";
|
|
300
|
-
|
|
301
|
-
|
|
298
|
+
}
|
|
299
|
+
.i-matcha-print:before {
|
|
302
300
|
content: "\e9f9";
|
|
303
|
-
|
|
304
|
-
|
|
301
|
+
}
|
|
302
|
+
.i-matcha-print-out:before {
|
|
305
303
|
content: "\e9fa";
|
|
306
|
-
|
|
307
|
-
|
|
304
|
+
}
|
|
305
|
+
.i-matcha-print2:before {
|
|
308
306
|
content: "\eae7";
|
|
309
|
-
|
|
310
|
-
|
|
307
|
+
}
|
|
308
|
+
.i-matcha-print-out2:before {
|
|
311
309
|
content: "\eae8";
|
|
312
|
-
|
|
313
|
-
|
|
310
|
+
}
|
|
311
|
+
.i-matcha-thumb-up-out:before {
|
|
314
312
|
content: "\eb22";
|
|
315
|
-
|
|
316
|
-
|
|
313
|
+
}
|
|
314
|
+
.i-matcha-thumb-down-out:before {
|
|
317
315
|
content: "\eb23";
|
|
318
|
-
|
|
319
|
-
|
|
316
|
+
}
|
|
317
|
+
.i-matcha-thumb-up:before {
|
|
320
318
|
content: "\eb24";
|
|
321
|
-
|
|
322
|
-
|
|
319
|
+
}
|
|
320
|
+
.i-matcha-thumb-down:before {
|
|
323
321
|
content: "\eb25";
|
|
324
|
-
|
|
325
|
-
|
|
322
|
+
}
|
|
323
|
+
.i-matcha-smile:before {
|
|
326
324
|
content: "\e9fb";
|
|
327
|
-
|
|
328
|
-
|
|
325
|
+
}
|
|
326
|
+
.i-matcha-push-out:before {
|
|
329
327
|
content: "\e9f8";
|
|
330
|
-
|
|
331
|
-
|
|
328
|
+
}
|
|
329
|
+
.i-matcha-notification:before {
|
|
332
330
|
content: "\e9fc";
|
|
333
|
-
|
|
334
|
-
|
|
331
|
+
}
|
|
332
|
+
.i-matcha-celebrate-out:before {
|
|
335
333
|
content: "\e9fd";
|
|
336
|
-
|
|
337
|
-
|
|
334
|
+
}
|
|
335
|
+
.i-matcha-hand-heart-out:before {
|
|
338
336
|
content: "\e9fe";
|
|
339
|
-
|
|
340
|
-
|
|
337
|
+
}
|
|
338
|
+
.i-matcha-light-mode:before {
|
|
341
339
|
content: "\e9e3";
|
|
342
|
-
|
|
343
|
-
|
|
340
|
+
}
|
|
341
|
+
.i-matcha-dark-mode:before {
|
|
344
342
|
content: "\e9e4";
|
|
345
|
-
|
|
346
|
-
|
|
343
|
+
}
|
|
344
|
+
.i-matcha-dark-mode-2:before {
|
|
347
345
|
content: "\eb2b";
|
|
348
|
-
|
|
349
|
-
|
|
346
|
+
}
|
|
347
|
+
.i-matcha-preferences-out:before {
|
|
350
348
|
content: "\eae6";
|
|
351
|
-
|
|
352
|
-
|
|
349
|
+
}
|
|
350
|
+
.i-matcha-preferences:before {
|
|
353
351
|
content: "\e9e5";
|
|
354
|
-
|
|
355
|
-
|
|
352
|
+
}
|
|
353
|
+
.i-matcha-category:before {
|
|
356
354
|
content: "\e978";
|
|
357
|
-
|
|
358
|
-
|
|
355
|
+
}
|
|
356
|
+
.i-matcha-bank:before {
|
|
359
357
|
content: "\e976";
|
|
360
|
-
|
|
361
|
-
|
|
358
|
+
}
|
|
359
|
+
.i-matcha-bank1:before {
|
|
362
360
|
content: "\eb15";
|
|
363
|
-
|
|
364
|
-
|
|
361
|
+
}
|
|
362
|
+
.i-matcha-bank-circle:before {
|
|
365
363
|
content: "\eb16";
|
|
366
|
-
|
|
367
|
-
|
|
364
|
+
}
|
|
365
|
+
.i-matcha-visitor:before {
|
|
368
366
|
content: "\e983";
|
|
369
|
-
|
|
370
|
-
|
|
367
|
+
}
|
|
368
|
+
.i-matcha-participant:before {
|
|
371
369
|
content: "\e97f";
|
|
372
|
-
|
|
373
|
-
|
|
370
|
+
}
|
|
371
|
+
.i-matcha-kids:before {
|
|
374
372
|
content: "\ea20";
|
|
375
|
-
|
|
376
|
-
|
|
373
|
+
}
|
|
374
|
+
.i-matcha-arrow-left:before {
|
|
377
375
|
content: "\e973";
|
|
378
|
-
|
|
379
|
-
|
|
376
|
+
}
|
|
377
|
+
.i-matcha-arrow-up:before {
|
|
380
378
|
content: "\e975";
|
|
381
|
-
|
|
382
|
-
|
|
379
|
+
}
|
|
380
|
+
.i-matcha-arrow-down:before {
|
|
383
381
|
content: "\e972";
|
|
384
|
-
|
|
385
|
-
|
|
382
|
+
}
|
|
383
|
+
.i-matcha-arrow-right:before {
|
|
386
384
|
content: "\e974";
|
|
387
|
-
|
|
388
|
-
|
|
385
|
+
}
|
|
386
|
+
.i-matcha-chevron-left:before {
|
|
389
387
|
content: "\e9b1";
|
|
390
|
-
|
|
391
|
-
|
|
388
|
+
}
|
|
389
|
+
.i-matcha-chevron-right:before {
|
|
392
390
|
content: "\e9e0";
|
|
393
|
-
|
|
394
|
-
|
|
391
|
+
}
|
|
392
|
+
.i-matcha-chevron-down:before {
|
|
395
393
|
content: "\e9e1";
|
|
396
|
-
|
|
397
|
-
|
|
394
|
+
}
|
|
395
|
+
.i-matcha-chevron-up:before {
|
|
398
396
|
content: "\e9e2";
|
|
399
|
-
|
|
400
|
-
|
|
397
|
+
}
|
|
398
|
+
.i-matcha-reading:before {
|
|
401
399
|
content: "\e981";
|
|
402
|
-
|
|
403
|
-
|
|
400
|
+
}
|
|
401
|
+
.i-matcha-blocked:before {
|
|
404
402
|
content: "\e977";
|
|
405
|
-
|
|
406
|
-
|
|
403
|
+
}
|
|
404
|
+
.i-matcha-reports-out:before {
|
|
407
405
|
content: "\e982";
|
|
408
|
-
|
|
409
|
-
|
|
406
|
+
}
|
|
407
|
+
.i-matcha-reports:before {
|
|
410
408
|
content: "\eb2e";
|
|
411
|
-
|
|
412
|
-
|
|
409
|
+
}
|
|
410
|
+
.i-matcha-dashboard:before {
|
|
413
411
|
content: "\e97a";
|
|
414
|
-
|
|
415
|
-
|
|
412
|
+
}
|
|
413
|
+
.i-matcha-graph:before {
|
|
416
414
|
content: "\e97c";
|
|
417
|
-
|
|
418
|
-
|
|
415
|
+
}
|
|
416
|
+
.i-matcha-education:before {
|
|
419
417
|
content: "\e97b";
|
|
420
|
-
|
|
421
|
-
|
|
418
|
+
}
|
|
419
|
+
.i-matcha-phone:before {
|
|
422
420
|
content: "\e980";
|
|
423
|
-
|
|
424
|
-
|
|
421
|
+
}
|
|
422
|
+
.i-matcha-contact-us:before {
|
|
425
423
|
content: "\e979";
|
|
426
|
-
|
|
427
|
-
|
|
424
|
+
}
|
|
425
|
+
.i-matcha-body:before {
|
|
428
426
|
content: "\e9ba";
|
|
429
|
-
|
|
430
|
-
|
|
427
|
+
}
|
|
428
|
+
.i-matcha-focus:before {
|
|
431
429
|
content: "\eb34";
|
|
432
|
-
|
|
433
|
-
|
|
430
|
+
}
|
|
431
|
+
.i-matcha-header:before {
|
|
434
432
|
content: "\eb35";
|
|
435
|
-
|
|
436
|
-
|
|
433
|
+
}
|
|
434
|
+
.i-matcha-webhook:before {
|
|
437
435
|
content: "\eb36";
|
|
438
|
-
|
|
439
|
-
|
|
436
|
+
}
|
|
437
|
+
.i-matcha-audio:before {
|
|
440
438
|
content: "\e984";
|
|
441
|
-
|
|
442
|
-
|
|
439
|
+
}
|
|
440
|
+
.i-matcha-audio-out:before {
|
|
443
441
|
content: "\e991";
|
|
444
|
-
|
|
445
|
-
|
|
442
|
+
}
|
|
443
|
+
.i-matcha-foward:before {
|
|
446
444
|
content: "\e986";
|
|
447
|
-
|
|
448
|
-
|
|
445
|
+
}
|
|
446
|
+
.i-matcha-foward-out:before {
|
|
449
447
|
content: "\e993";
|
|
450
|
-
|
|
451
|
-
|
|
448
|
+
}
|
|
449
|
+
.i-matcha-next:before {
|
|
452
450
|
content: "\e989";
|
|
453
|
-
|
|
454
|
-
|
|
451
|
+
}
|
|
452
|
+
.i-matcha-next1:before {
|
|
455
453
|
content: "\e996";
|
|
456
|
-
|
|
457
|
-
|
|
454
|
+
}
|
|
455
|
+
.i-matcha-pause:before {
|
|
458
456
|
content: "\e98a";
|
|
459
|
-
|
|
460
|
-
|
|
457
|
+
}
|
|
458
|
+
.i-matcha-pause-out:before {
|
|
461
459
|
content: "\e997";
|
|
462
|
-
|
|
463
|
-
|
|
460
|
+
}
|
|
461
|
+
.i-matcha-play:before {
|
|
464
462
|
content: "\e98b";
|
|
465
|
-
|
|
466
|
-
|
|
463
|
+
}
|
|
464
|
+
.i-matcha-play-out:before {
|
|
467
465
|
content: "\e998";
|
|
468
|
-
|
|
469
|
-
|
|
466
|
+
}
|
|
467
|
+
.i-matcha-microphone:before {
|
|
470
468
|
content: "\e988";
|
|
471
|
-
|
|
472
|
-
|
|
469
|
+
}
|
|
470
|
+
.i-matcha-microphone-out:before {
|
|
473
471
|
content: "\e995";
|
|
474
|
-
|
|
475
|
-
|
|
472
|
+
}
|
|
473
|
+
.i-matcha-previous:before {
|
|
476
474
|
content: "\e98c";
|
|
477
|
-
|
|
478
|
-
|
|
475
|
+
}
|
|
476
|
+
.i-matcha-previous-out:before {
|
|
479
477
|
content: "\e999";
|
|
480
|
-
|
|
481
|
-
|
|
478
|
+
}
|
|
479
|
+
.i-matcha-rewind:before {
|
|
482
480
|
content: "\e98d";
|
|
483
|
-
|
|
484
|
-
|
|
481
|
+
}
|
|
482
|
+
.i-matcha-rewind-out:before {
|
|
485
483
|
content: "\e99a";
|
|
486
|
-
|
|
487
|
-
|
|
484
|
+
}
|
|
485
|
+
.i-matcha-songbook:before {
|
|
488
486
|
content: "\e98e";
|
|
489
|
-
|
|
490
|
-
|
|
487
|
+
}
|
|
488
|
+
.i-matcha-songbook-out:before {
|
|
491
489
|
content: "\e99b";
|
|
492
|
-
|
|
493
|
-
|
|
490
|
+
}
|
|
491
|
+
.i-matcha-video:before {
|
|
494
492
|
content: "\e990";
|
|
495
|
-
|
|
496
|
-
|
|
493
|
+
}
|
|
494
|
+
.i-matcha-video-out:before {
|
|
497
495
|
content: "\e99d";
|
|
498
|
-
|
|
499
|
-
|
|
496
|
+
}
|
|
497
|
+
.i-matcha-upload:before {
|
|
500
498
|
content: "\e98f";
|
|
501
|
-
|
|
502
|
-
|
|
499
|
+
}
|
|
500
|
+
.i-matcha-upload-out:before {
|
|
503
501
|
content: "\e99c";
|
|
504
|
-
|
|
505
|
-
|
|
502
|
+
}
|
|
503
|
+
.i-matcha-gallery:before {
|
|
506
504
|
content: "\e987";
|
|
507
|
-
|
|
508
|
-
|
|
505
|
+
}
|
|
506
|
+
.i-matcha-image-out:before {
|
|
509
507
|
content: "\e994";
|
|
510
|
-
|
|
511
|
-
|
|
508
|
+
}
|
|
509
|
+
.i-matcha-edit-image:before {
|
|
512
510
|
content: "\ea92";
|
|
513
|
-
|
|
514
|
-
|
|
511
|
+
}
|
|
512
|
+
.i-matcha-bonus:before {
|
|
515
513
|
content: "\e985";
|
|
516
|
-
|
|
517
|
-
|
|
514
|
+
}
|
|
515
|
+
.i-matcha-bonus-out:before {
|
|
518
516
|
content: "\e992";
|
|
519
|
-
|
|
520
|
-
|
|
517
|
+
}
|
|
518
|
+
.i-matcha-save:before {
|
|
521
519
|
content: "\e9ff";
|
|
522
|
-
|
|
523
|
-
|
|
520
|
+
}
|
|
521
|
+
.i-matcha-save-out:before {
|
|
524
522
|
content: "\ea00";
|
|
525
|
-
|
|
526
|
-
|
|
523
|
+
}
|
|
524
|
+
.i-matcha-lightbulb:before {
|
|
527
525
|
content: "\ea01";
|
|
528
|
-
|
|
529
|
-
|
|
526
|
+
}
|
|
527
|
+
.i-matcha-lightbulb-out:before {
|
|
530
528
|
content: "\ea02";
|
|
531
|
-
|
|
532
|
-
|
|
529
|
+
}
|
|
530
|
+
.i-matcha-laptop:before {
|
|
533
531
|
content: "\ea03";
|
|
534
|
-
|
|
535
|
-
|
|
532
|
+
}
|
|
533
|
+
.i-matcha-phone1:before {
|
|
536
534
|
content: "\ea04";
|
|
537
|
-
|
|
538
|
-
|
|
535
|
+
}
|
|
536
|
+
.i-matcha-monitor:before {
|
|
539
537
|
content: "\ea05";
|
|
540
|
-
|
|
541
|
-
|
|
538
|
+
}
|
|
539
|
+
.i-matcha-monitor-out:before {
|
|
542
540
|
content: "\ea06";
|
|
543
|
-
|
|
544
|
-
|
|
541
|
+
}
|
|
542
|
+
.i-matcha-testimony:before {
|
|
545
543
|
content: "\ea07";
|
|
546
|
-
|
|
547
|
-
|
|
544
|
+
}
|
|
545
|
+
.i-matcha-testimony-out:before {
|
|
548
546
|
content: "\ea08";
|
|
549
|
-
|
|
550
|
-
|
|
547
|
+
}
|
|
548
|
+
.i-matcha-management:before {
|
|
551
549
|
content: "\eae1";
|
|
552
|
-
|
|
553
|
-
|
|
550
|
+
}
|
|
551
|
+
.i-matcha-pdf:before {
|
|
554
552
|
content: "\e9e6";
|
|
555
|
-
|
|
556
|
-
|
|
553
|
+
}
|
|
554
|
+
.i-matcha-podtail:before {
|
|
557
555
|
content: "\e9a0";
|
|
558
|
-
|
|
559
|
-
|
|
556
|
+
}
|
|
557
|
+
.i-matcha-net:before {
|
|
560
558
|
content: "\e99e";
|
|
561
|
-
|
|
562
|
-
|
|
559
|
+
}
|
|
560
|
+
.i-matcha-push:before {
|
|
563
561
|
content: "\e9e7";
|
|
564
|
-
|
|
565
|
-
|
|
562
|
+
}
|
|
563
|
+
.i-matcha-contact1:before {
|
|
566
564
|
content: "\eb2f";
|
|
567
|
-
|
|
568
|
-
|
|
565
|
+
}
|
|
566
|
+
.i-matcha-copy-content:before {
|
|
569
567
|
content: "\ea09";
|
|
570
|
-
|
|
571
|
-
|
|
568
|
+
}
|
|
569
|
+
.i-matcha-about:before {
|
|
572
570
|
content: "\e9c8";
|
|
573
|
-
|
|
574
|
-
|
|
571
|
+
}
|
|
572
|
+
.i-matcha-about-out:before {
|
|
575
573
|
content: "\e9cc";
|
|
576
|
-
|
|
577
|
-
|
|
574
|
+
}
|
|
575
|
+
.i-matcha-copy:before {
|
|
578
576
|
content: "\e9c9";
|
|
579
|
-
|
|
580
|
-
|
|
577
|
+
}
|
|
578
|
+
.i-matcha-copy-out:before {
|
|
581
579
|
content: "\ea0a";
|
|
582
|
-
|
|
583
|
-
|
|
580
|
+
}
|
|
581
|
+
.i-matcha-copy-folder:before {
|
|
584
582
|
content: "\ea0b";
|
|
585
|
-
|
|
586
|
-
|
|
583
|
+
}
|
|
584
|
+
.i-matcha-copy-folder-out:before {
|
|
587
585
|
content: "\ea0c";
|
|
588
|
-
|
|
589
|
-
|
|
586
|
+
}
|
|
587
|
+
.i-matcha-new-note:before {
|
|
590
588
|
content: "\e9ca";
|
|
591
|
-
|
|
592
|
-
|
|
589
|
+
}
|
|
590
|
+
.i-matcha-new-note-out:before {
|
|
593
591
|
content: "\ea0d";
|
|
594
|
-
|
|
595
|
-
|
|
592
|
+
}
|
|
593
|
+
.i-matcha-folder-closed:before {
|
|
596
594
|
content: "\e9d0";
|
|
597
|
-
|
|
598
|
-
|
|
595
|
+
}
|
|
596
|
+
.i-matcha-folder-opened:before {
|
|
599
597
|
content: "\e9d1";
|
|
600
|
-
|
|
601
|
-
|
|
598
|
+
}
|
|
599
|
+
.i-matcha-note:before {
|
|
602
600
|
content: "\e9cb";
|
|
603
|
-
|
|
604
|
-
|
|
601
|
+
}
|
|
602
|
+
.i-matcha-note-out:before {
|
|
605
603
|
content: "\e9cf";
|
|
606
|
-
|
|
607
|
-
|
|
604
|
+
}
|
|
605
|
+
.i-matcha-copy-out1:before {
|
|
608
606
|
content: "\e9cd";
|
|
609
|
-
|
|
610
|
-
|
|
607
|
+
}
|
|
608
|
+
.i-matcha-new-note-out1:before {
|
|
611
609
|
content: "\e9ce";
|
|
612
|
-
|
|
613
|
-
|
|
610
|
+
}
|
|
611
|
+
.i-matcha-start-presentation:before {
|
|
614
612
|
content: "\eb0f";
|
|
615
|
-
|
|
616
|
-
|
|
613
|
+
}
|
|
614
|
+
.i-matcha-cancel-presentation:before {
|
|
617
615
|
content: "\eb10";
|
|
618
|
-
|
|
619
|
-
|
|
616
|
+
}
|
|
617
|
+
.i-matcha-checkbox:before {
|
|
620
618
|
content: "\eb11";
|
|
621
|
-
|
|
622
|
-
|
|
619
|
+
}
|
|
620
|
+
.i-matcha-text:before {
|
|
623
621
|
content: "\e9dc";
|
|
624
|
-
|
|
625
|
-
|
|
622
|
+
}
|
|
623
|
+
.i-matcha-text-align-left:before {
|
|
626
624
|
content: "\e9d7";
|
|
627
|
-
|
|
628
|
-
|
|
625
|
+
}
|
|
626
|
+
.i-matcha-text-bullet-list:before {
|
|
629
627
|
content: "\e9d9";
|
|
630
|
-
|
|
631
|
-
|
|
628
|
+
}
|
|
629
|
+
.i-matcha-text-align-center:before {
|
|
632
630
|
content: "\e9d5";
|
|
633
|
-
|
|
634
|
-
|
|
631
|
+
}
|
|
632
|
+
.i-matcha-text-indent-back:before {
|
|
635
633
|
content: "\e9da";
|
|
636
|
-
|
|
637
|
-
|
|
634
|
+
}
|
|
635
|
+
.i-matcha-text-align-justify:before {
|
|
638
636
|
content: "\e9d6";
|
|
639
|
-
|
|
640
|
-
|
|
637
|
+
}
|
|
638
|
+
.i-matcha-text-indent-foward:before {
|
|
641
639
|
content: "\e9db";
|
|
642
|
-
|
|
643
|
-
|
|
640
|
+
}
|
|
641
|
+
.i-matcha-text-align-right:before {
|
|
644
642
|
content: "\e9d8";
|
|
645
|
-
|
|
646
|
-
|
|
643
|
+
}
|
|
644
|
+
.i-matcha-font-bold:before {
|
|
647
645
|
content: "\e9d2";
|
|
648
|
-
|
|
649
|
-
|
|
646
|
+
}
|
|
647
|
+
.i-matcha-font-underline:before {
|
|
650
648
|
content: "\e9d4";
|
|
651
|
-
|
|
652
|
-
|
|
649
|
+
}
|
|
650
|
+
.i-matcha-font-italic:before {
|
|
653
651
|
content: "\e9d3";
|
|
654
|
-
|
|
655
|
-
|
|
652
|
+
}
|
|
653
|
+
.i-matcha-delete:before {
|
|
656
654
|
content: "\e902";
|
|
657
|
-
|
|
658
|
-
|
|
655
|
+
}
|
|
656
|
+
.i-matcha-delete-out:before {
|
|
659
657
|
content: "\e915";
|
|
660
|
-
|
|
661
|
-
|
|
658
|
+
}
|
|
659
|
+
.i-matcha-filter:before {
|
|
662
660
|
content: "\ea0e";
|
|
663
|
-
|
|
664
|
-
|
|
661
|
+
}
|
|
662
|
+
.i-matcha-filter-out:before {
|
|
665
663
|
content: "\e916";
|
|
666
|
-
|
|
667
|
-
|
|
664
|
+
}
|
|
665
|
+
.i-matcha-rocket:before {
|
|
668
666
|
content: "\ea91";
|
|
669
|
-
|
|
670
|
-
|
|
667
|
+
}
|
|
668
|
+
.i-matcha-rocket-out:before {
|
|
671
669
|
content: "\eb2c";
|
|
672
|
-
|
|
673
|
-
|
|
670
|
+
}
|
|
671
|
+
.i-matcha-filter-bars:before {
|
|
674
672
|
content: "\e903";
|
|
675
|
-
|
|
676
|
-
|
|
673
|
+
}
|
|
674
|
+
.i-matcha-fullscreen:before {
|
|
677
675
|
content: "\e905";
|
|
678
|
-
|
|
679
|
-
|
|
676
|
+
}
|
|
677
|
+
.i-matcha-fullscreen-out:before {
|
|
680
678
|
content: "\e918";
|
|
681
|
-
|
|
682
|
-
|
|
679
|
+
}
|
|
680
|
+
.i-matcha-fullscreen-exit:before {
|
|
683
681
|
content: "\e904";
|
|
684
|
-
|
|
685
|
-
|
|
682
|
+
}
|
|
683
|
+
.i-matcha-fullscreen-exit-out:before {
|
|
686
684
|
content: "\e917";
|
|
687
|
-
|
|
688
|
-
|
|
685
|
+
}
|
|
686
|
+
.i-matcha-settings:before {
|
|
689
687
|
content: "\e90d";
|
|
690
|
-
|
|
691
|
-
|
|
688
|
+
}
|
|
689
|
+
.i-matcha-settings-out:before {
|
|
692
690
|
content: "\e920";
|
|
693
|
-
|
|
694
|
-
|
|
691
|
+
}
|
|
692
|
+
.i-matcha-share:before {
|
|
695
693
|
content: "\e90e";
|
|
696
|
-
|
|
697
|
-
|
|
694
|
+
}
|
|
695
|
+
.i-matcha-share-out:before {
|
|
698
696
|
content: "\e921";
|
|
699
|
-
|
|
700
|
-
|
|
697
|
+
}
|
|
698
|
+
.i-matcha-toggle-off:before {
|
|
701
699
|
content: "\e90f";
|
|
702
|
-
|
|
703
|
-
|
|
700
|
+
}
|
|
701
|
+
.i-matcha-toggle-on:before {
|
|
704
702
|
content: "\e910";
|
|
705
|
-
|
|
706
|
-
|
|
703
|
+
}
|
|
704
|
+
.i-matcha-toggle-off-out:before {
|
|
707
705
|
content: "\e922";
|
|
708
|
-
|
|
709
|
-
|
|
706
|
+
}
|
|
707
|
+
.i-matcha-toggle-on-out:before {
|
|
710
708
|
content: "\e923";
|
|
711
|
-
|
|
712
|
-
|
|
709
|
+
}
|
|
710
|
+
.i-matcha-visibility-on:before {
|
|
713
711
|
content: "\e912";
|
|
714
|
-
|
|
715
|
-
|
|
712
|
+
}
|
|
713
|
+
.i-matcha-visibility-off:before {
|
|
716
714
|
content: "\e911";
|
|
717
|
-
|
|
718
|
-
|
|
715
|
+
}
|
|
716
|
+
.i-matcha-visibility-on-out:before {
|
|
719
717
|
content: "\e925";
|
|
720
|
-
|
|
721
|
-
|
|
718
|
+
}
|
|
719
|
+
.i-matcha-visibility-off-out:before {
|
|
722
720
|
content: "\e924";
|
|
723
|
-
|
|
724
|
-
|
|
721
|
+
}
|
|
722
|
+
.i-matcha-logout:before {
|
|
725
723
|
content: "\e908";
|
|
726
|
-
|
|
727
|
-
|
|
724
|
+
}
|
|
725
|
+
.i-matcha-logout-out:before {
|
|
728
726
|
content: "\e91b";
|
|
729
|
-
|
|
730
|
-
|
|
727
|
+
}
|
|
728
|
+
.i-matcha-search:before {
|
|
731
729
|
content: "\e90c";
|
|
732
|
-
|
|
733
|
-
|
|
730
|
+
}
|
|
731
|
+
.i-matcha-search-out:before {
|
|
734
732
|
content: "\e91f";
|
|
735
|
-
|
|
736
|
-
|
|
733
|
+
}
|
|
734
|
+
.i-matcha-notification1:before {
|
|
737
735
|
content: "\e90a";
|
|
738
|
-
|
|
739
|
-
|
|
736
|
+
}
|
|
737
|
+
.i-matcha-notification-out:before {
|
|
740
738
|
content: "\e91d";
|
|
741
|
-
|
|
742
|
-
|
|
739
|
+
}
|
|
740
|
+
.i-matcha-password:before {
|
|
743
741
|
content: "\e90b";
|
|
744
|
-
|
|
745
|
-
|
|
742
|
+
}
|
|
743
|
+
.i-matcha-password-out:before {
|
|
746
744
|
content: "\e91e";
|
|
747
|
-
|
|
748
|
-
|
|
745
|
+
}
|
|
746
|
+
.i-matcha-calendar:before {
|
|
749
747
|
content: "\e901";
|
|
750
|
-
|
|
751
|
-
|
|
748
|
+
}
|
|
749
|
+
.i-matcha-calendar-out:before {
|
|
752
750
|
content: "\e914";
|
|
753
|
-
|
|
754
|
-
|
|
751
|
+
}
|
|
752
|
+
.i-matcha-menu:before {
|
|
755
753
|
content: "\e909";
|
|
756
|
-
|
|
757
|
-
|
|
754
|
+
}
|
|
755
|
+
.i-matcha-menu-out:before {
|
|
758
756
|
content: "\e91c";
|
|
759
|
-
|
|
760
|
-
|
|
757
|
+
}
|
|
758
|
+
.i-matcha-info:before {
|
|
761
759
|
content: "\e906";
|
|
762
|
-
|
|
763
|
-
|
|
760
|
+
}
|
|
761
|
+
.i-matcha-info-out:before {
|
|
764
762
|
content: "\e919";
|
|
765
|
-
|
|
766
|
-
|
|
763
|
+
}
|
|
764
|
+
.i-matcha-leadership:before {
|
|
767
765
|
content: "\e907";
|
|
768
|
-
|
|
769
|
-
|
|
766
|
+
}
|
|
767
|
+
.i-matcha-leadership-out:before {
|
|
770
768
|
content: "\e91a";
|
|
771
|
-
|
|
772
|
-
|
|
769
|
+
}
|
|
770
|
+
.i-matcha-attachment:before {
|
|
773
771
|
content: "\e900";
|
|
774
|
-
|
|
775
|
-
|
|
772
|
+
}
|
|
773
|
+
.i-matcha-attachment-out:before {
|
|
776
774
|
content: "\e913";
|
|
777
|
-
|
|
778
|
-
|
|
775
|
+
}
|
|
776
|
+
.i-matcha-send:before {
|
|
779
777
|
content: "\ea0f";
|
|
780
|
-
|
|
781
|
-
|
|
778
|
+
}
|
|
779
|
+
.i-matcha-action_sign_error:before {
|
|
782
780
|
content: "\e935";
|
|
783
|
-
|
|
784
|
-
|
|
781
|
+
}
|
|
782
|
+
.i-matcha-error:before {
|
|
785
783
|
content: "\eb37";
|
|
786
|
-
|
|
787
|
-
|
|
784
|
+
}
|
|
785
|
+
.i-matcha-action_close:before {
|
|
788
786
|
content: "\e92a";
|
|
789
|
-
|
|
790
|
-
|
|
787
|
+
}
|
|
788
|
+
.i-matcha-close:before {
|
|
791
789
|
content: "\eb33";
|
|
792
|
-
|
|
793
|
-
|
|
790
|
+
}
|
|
791
|
+
.i-matcha-action_sign_success:before {
|
|
794
792
|
content: "\e937";
|
|
795
|
-
|
|
796
|
-
|
|
793
|
+
}
|
|
794
|
+
.i-matcha-success:before {
|
|
797
795
|
content: "\eb38";
|
|
798
|
-
|
|
799
|
-
|
|
796
|
+
}
|
|
797
|
+
.i-matcha-action_done:before {
|
|
800
798
|
content: "\e92b";
|
|
801
|
-
|
|
802
|
-
|
|
799
|
+
}
|
|
800
|
+
.i-matcha-check:before {
|
|
803
801
|
content: "\eb39";
|
|
804
|
-
|
|
805
|
-
|
|
802
|
+
}
|
|
803
|
+
.i-matcha-action_sign_warning:before {
|
|
806
804
|
content: "\e938";
|
|
807
|
-
|
|
808
|
-
|
|
805
|
+
}
|
|
806
|
+
.i-matcha-warning:before {
|
|
809
807
|
content: "\eb3a";
|
|
810
|
-
|
|
811
|
-
|
|
808
|
+
}
|
|
809
|
+
.i-matcha-action_sign_warning-out:before {
|
|
812
810
|
content: "\ea10";
|
|
813
|
-
|
|
814
|
-
|
|
811
|
+
}
|
|
812
|
+
.i-matcha-warning-out:before {
|
|
815
813
|
content: "\eb3b";
|
|
816
|
-
|
|
817
|
-
|
|
814
|
+
}
|
|
815
|
+
.i-matcha-feedback:before {
|
|
818
816
|
content: "\ea11";
|
|
819
|
-
|
|
820
|
-
|
|
817
|
+
}
|
|
818
|
+
.i-matcha-feedback-out:before {
|
|
821
819
|
content: "\ea12";
|
|
822
|
-
|
|
823
|
-
|
|
820
|
+
}
|
|
821
|
+
.i-matcha-action_get_up:before {
|
|
824
822
|
content: "\e92d";
|
|
825
|
-
|
|
826
|
-
|
|
823
|
+
}
|
|
824
|
+
.i-matcha-get_up:before {
|
|
827
825
|
content: "\eb3e";
|
|
828
|
-
|
|
829
|
-
|
|
826
|
+
}
|
|
827
|
+
.i-matcha-action_get_down:before {
|
|
830
828
|
content: "\e92c";
|
|
831
|
-
|
|
832
|
-
|
|
829
|
+
}
|
|
830
|
+
.i-matcha-get_down:before {
|
|
833
831
|
content: "\eb3f";
|
|
834
|
-
|
|
835
|
-
|
|
832
|
+
}
|
|
833
|
+
.i-matcha-action_move:before {
|
|
836
834
|
content: "\e930";
|
|
837
|
-
|
|
838
|
-
|
|
835
|
+
}
|
|
836
|
+
.i-matcha-move:before {
|
|
839
837
|
content: "\eb40";
|
|
840
|
-
|
|
841
|
-
|
|
838
|
+
}
|
|
839
|
+
.i-matcha-policy:before {
|
|
842
840
|
content: "\e92e";
|
|
843
|
-
|
|
844
|
-
|
|
841
|
+
}
|
|
842
|
+
.i-matcha-action_key:before {
|
|
845
843
|
content: "\ea64";
|
|
846
|
-
|
|
847
|
-
|
|
844
|
+
}
|
|
845
|
+
.i-matcha-action_sign_info:before {
|
|
848
846
|
content: "\e936";
|
|
849
|
-
|
|
850
|
-
|
|
847
|
+
}
|
|
848
|
+
.i-matcha-help:before {
|
|
851
849
|
content: "\eb3c";
|
|
852
|
-
|
|
853
|
-
|
|
850
|
+
}
|
|
851
|
+
.i-matcha-action_sign_info-out:before {
|
|
854
852
|
content: "\ea13";
|
|
855
|
-
|
|
856
|
-
|
|
853
|
+
}
|
|
854
|
+
.i-matcha-help-out:before {
|
|
857
855
|
content: "\eb3d";
|
|
858
|
-
|
|
859
|
-
|
|
856
|
+
}
|
|
857
|
+
.i-matcha-qr-code-no-border:before {
|
|
860
858
|
content: "\ea14";
|
|
861
|
-
|
|
862
|
-
|
|
859
|
+
}
|
|
860
|
+
.i-matcha-qr-code:before {
|
|
863
861
|
content: "\ea15";
|
|
864
|
-
|
|
865
|
-
|
|
862
|
+
}
|
|
863
|
+
.i-matcha-drag-dots:before {
|
|
866
864
|
content: "\ea16";
|
|
867
|
-
|
|
868
|
-
|
|
865
|
+
}
|
|
866
|
+
.i-matcha-drag-bars:before {
|
|
869
867
|
content: "\ea17";
|
|
870
|
-
|
|
871
|
-
|
|
868
|
+
}
|
|
869
|
+
.i-matcha-action_arrow_down:before {
|
|
872
870
|
content: "\e926";
|
|
873
|
-
|
|
874
|
-
|
|
871
|
+
}
|
|
872
|
+
.i-matcha-down:before {
|
|
875
873
|
content: "\eb41";
|
|
876
|
-
|
|
877
|
-
|
|
874
|
+
}
|
|
875
|
+
.i-matcha-action_arrow_left:before {
|
|
878
876
|
content: "\e927";
|
|
879
|
-
|
|
880
|
-
|
|
877
|
+
}
|
|
878
|
+
.i-matcha-left:before {
|
|
881
879
|
content: "\eb42";
|
|
882
|
-
|
|
883
|
-
|
|
880
|
+
}
|
|
881
|
+
.i-matcha-action_arrow_up:before {
|
|
884
882
|
content: "\e929";
|
|
885
|
-
|
|
886
|
-
|
|
883
|
+
}
|
|
884
|
+
.i-matcha-up:before {
|
|
887
885
|
content: "\eb43";
|
|
888
|
-
|
|
889
|
-
|
|
886
|
+
}
|
|
887
|
+
.i-matcha-action_arrow_right:before {
|
|
890
888
|
content: "\e928";
|
|
891
|
-
|
|
892
|
-
|
|
889
|
+
}
|
|
890
|
+
.i-matcha-right:before {
|
|
893
891
|
content: "\eb44";
|
|
894
|
-
|
|
895
|
-
|
|
892
|
+
}
|
|
893
|
+
.i-matcha-payment-cash .path1:before {
|
|
896
894
|
content: "\ea95";
|
|
897
895
|
color: rgb(14, 147, 71);
|
|
898
|
-
|
|
899
|
-
|
|
896
|
+
}
|
|
897
|
+
.i-matcha-payment-cash .path2:before {
|
|
900
898
|
content: "\ea96";
|
|
901
899
|
margin-left: -1em;
|
|
902
900
|
color: rgb(59, 181, 74);
|
|
903
|
-
|
|
904
|
-
|
|
901
|
+
}
|
|
902
|
+
.i-matcha-payment-cash .path3:before {
|
|
905
903
|
content: "\ea97";
|
|
906
904
|
margin-left: -1em;
|
|
907
905
|
color: rgb(137, 199, 99);
|
|
908
|
-
|
|
909
|
-
|
|
906
|
+
}
|
|
907
|
+
.i-matcha-payment-card .path1:before {
|
|
910
908
|
content: "\ea98";
|
|
911
909
|
color: rgb(95, 130, 226);
|
|
912
|
-
|
|
913
|
-
|
|
910
|
+
}
|
|
911
|
+
.i-matcha-payment-card .path2:before {
|
|
914
912
|
content: "\ea99";
|
|
915
913
|
margin-left: -1em;
|
|
916
914
|
color: rgb(121, 153, 237);
|
|
917
|
-
|
|
918
|
-
|
|
915
|
+
}
|
|
916
|
+
.i-matcha-payment-card .path3:before {
|
|
919
917
|
content: "\ea9a";
|
|
920
918
|
margin-left: -1em;
|
|
921
919
|
color: rgb(240, 196, 27);
|
|
922
|
-
|
|
923
|
-
|
|
920
|
+
}
|
|
921
|
+
.i-matcha-payment-card .path4:before {
|
|
924
922
|
content: "\ea9b";
|
|
925
923
|
margin-left: -1em;
|
|
926
924
|
color: rgb(243, 213, 92);
|
|
927
|
-
|
|
928
|
-
|
|
925
|
+
}
|
|
926
|
+
.i-matcha-payment-card .path5:before {
|
|
929
927
|
content: "\ea9c";
|
|
930
928
|
margin-left: -1em;
|
|
931
929
|
color: rgb(231, 76, 61);
|
|
932
|
-
|
|
933
|
-
|
|
930
|
+
}
|
|
931
|
+
.i-matcha-payment-card .path6:before {
|
|
934
932
|
content: "\ea9d";
|
|
935
933
|
margin-left: -1em;
|
|
936
934
|
color: rgb(240, 196, 27);
|
|
937
|
-
|
|
938
|
-
|
|
935
|
+
}
|
|
936
|
+
.i-matcha-payment-visa .path1:before {
|
|
939
937
|
content: "\ea9e";
|
|
940
938
|
color: rgb(36, 42, 136);
|
|
941
|
-
|
|
942
|
-
|
|
939
|
+
}
|
|
940
|
+
.i-matcha-payment-visa .path2:before {
|
|
943
941
|
content: "\ea9f";
|
|
944
942
|
margin-left: -1em;
|
|
945
943
|
color: rgb(245, 247, 250);
|
|
946
|
-
|
|
947
|
-
|
|
944
|
+
}
|
|
945
|
+
.i-matcha-payment-ticket .path1:before {
|
|
948
946
|
content: "\eaa0";
|
|
949
947
|
color: rgb(237, 237, 237);
|
|
950
|
-
|
|
951
|
-
|
|
948
|
+
}
|
|
949
|
+
.i-matcha-payment-ticket .path2:before {
|
|
952
950
|
content: "\eaa1";
|
|
953
951
|
margin-left: -1em;
|
|
954
952
|
color: rgb(0, 124, 180);
|
|
955
|
-
|
|
956
|
-
|
|
953
|
+
}
|
|
954
|
+
.i-matcha-payment-ticket .path3:before {
|
|
957
955
|
content: "\eaa2";
|
|
958
956
|
margin-left: -1em;
|
|
959
957
|
color: rgb(217, 38, 47);
|
|
960
|
-
|
|
961
|
-
|
|
958
|
+
}
|
|
959
|
+
.i-matcha-payment-elo .path1:before {
|
|
962
960
|
content: "\eaa3";
|
|
963
961
|
color: rgb(34, 55, 68);
|
|
964
|
-
|
|
965
|
-
|
|
962
|
+
}
|
|
963
|
+
.i-matcha-payment-elo .path2:before {
|
|
966
964
|
content: "\eaa4";
|
|
967
965
|
margin-left: -1em;
|
|
968
966
|
color: rgb(255, 241, 0);
|
|
969
|
-
|
|
970
|
-
|
|
967
|
+
}
|
|
968
|
+
.i-matcha-payment-elo .path3:before {
|
|
971
969
|
content: "\eaa5";
|
|
972
970
|
margin-left: -1em;
|
|
973
971
|
color: rgb(0, 163, 223);
|
|
974
|
-
|
|
975
|
-
|
|
972
|
+
}
|
|
973
|
+
.i-matcha-payment-elo .path4:before {
|
|
976
974
|
content: "\eaa6";
|
|
977
975
|
margin-left: -1em;
|
|
978
976
|
color: rgb(238, 64, 35);
|
|
979
|
-
|
|
980
|
-
|
|
977
|
+
}
|
|
978
|
+
.i-matcha-payment-elo .path5:before {
|
|
981
979
|
content: "\eaa7";
|
|
982
980
|
margin-left: -1em;
|
|
983
981
|
color: rgb(245, 247, 250);
|
|
984
|
-
|
|
985
|
-
|
|
982
|
+
}
|
|
983
|
+
.i-matcha-payment-hipercard .path1:before {
|
|
986
984
|
content: "\eaa8";
|
|
987
985
|
color: rgb(237, 237, 237);
|
|
988
|
-
|
|
989
|
-
|
|
986
|
+
}
|
|
987
|
+
.i-matcha-payment-hipercard .path2:before {
|
|
990
988
|
content: "\eaa9";
|
|
991
989
|
margin-left: -1em;
|
|
992
990
|
color: rgb(179, 19, 27);
|
|
993
|
-
|
|
994
|
-
|
|
991
|
+
}
|
|
992
|
+
.i-matcha-payment-diners .path1:before {
|
|
995
993
|
content: "\eaaa";
|
|
996
994
|
color: rgb(0, 121, 190);
|
|
997
|
-
|
|
998
|
-
|
|
995
|
+
}
|
|
996
|
+
.i-matcha-payment-diners .path2:before {
|
|
999
997
|
content: "\eaab";
|
|
1000
998
|
margin-left: -1em;
|
|
1001
999
|
color: rgb(245, 247, 250);
|
|
1002
|
-
|
|
1003
|
-
|
|
1000
|
+
}
|
|
1001
|
+
.i-matcha-payment-credicard .path1:before {
|
|
1004
1002
|
content: "\eaac";
|
|
1005
1003
|
color: rgb(237, 237, 237);
|
|
1006
|
-
|
|
1007
|
-
|
|
1004
|
+
}
|
|
1005
|
+
.i-matcha-payment-credicard .path2:before {
|
|
1008
1006
|
content: "\eaad";
|
|
1009
1007
|
margin-left: -1em;
|
|
1010
1008
|
color: rgb(41, 45, 120);
|
|
1011
|
-
|
|
1012
|
-
|
|
1009
|
+
}
|
|
1010
|
+
.i-matcha-payment-aura .path1:before {
|
|
1013
1011
|
content: "\eaae";
|
|
1014
1012
|
color: rgb(0, 121, 190);
|
|
1015
|
-
|
|
1016
|
-
|
|
1013
|
+
}
|
|
1014
|
+
.i-matcha-payment-aura .path2:before {
|
|
1017
1015
|
content: "\eaaf";
|
|
1018
1016
|
margin-left: -1em;
|
|
1019
1017
|
color: rgb(254, 218, 97);
|
|
1020
|
-
|
|
1021
|
-
|
|
1018
|
+
}
|
|
1019
|
+
.i-matcha-payment-aura .path3:before {
|
|
1022
1020
|
content: "\eab0";
|
|
1023
1021
|
margin-left: -1em;
|
|
1024
1022
|
color: rgb(216, 35, 42);
|
|
1025
|
-
|
|
1026
|
-
|
|
1023
|
+
}
|
|
1024
|
+
.i-matcha-payment-american-express .path1:before {
|
|
1027
1025
|
content: "\eab1";
|
|
1028
1026
|
color: rgb(37, 87, 214);
|
|
1029
|
-
|
|
1030
|
-
|
|
1027
|
+
}
|
|
1028
|
+
.i-matcha-payment-american-express .path2:before {
|
|
1031
1029
|
content: "\eab2";
|
|
1032
1030
|
margin-left: -1em;
|
|
1033
1031
|
color: rgb(245, 247, 250);
|
|
1034
|
-
|
|
1035
|
-
|
|
1032
|
+
}
|
|
1033
|
+
.i-matcha-payment-american-express .path3:before {
|
|
1036
1034
|
content: "\eab3";
|
|
1037
1035
|
margin-left: -1em;
|
|
1038
1036
|
color: rgb(245, 247, 250);
|
|
1039
|
-
|
|
1040
|
-
|
|
1037
|
+
}
|
|
1038
|
+
.i-matcha-payment-pix .path1:before {
|
|
1041
1039
|
content: "\eab4";
|
|
1042
1040
|
color: rgb(237, 237, 237);
|
|
1043
|
-
|
|
1044
|
-
|
|
1041
|
+
}
|
|
1042
|
+
.i-matcha-payment-pix .path2:before {
|
|
1045
1043
|
content: "\eab5";
|
|
1046
1044
|
margin-left: -1em;
|
|
1047
1045
|
color: rgb(30, 172, 125);
|
|
1048
|
-
|
|
1049
|
-
|
|
1046
|
+
}
|
|
1047
|
+
.i-matcha-payment-pix .path3:before {
|
|
1050
1048
|
content: "\eab6";
|
|
1051
1049
|
margin-left: -1em;
|
|
1052
1050
|
color: rgb(30, 172, 125);
|
|
1053
|
-
|
|
1054
|
-
|
|
1051
|
+
}
|
|
1052
|
+
.i-matcha-payment-master .path1:before {
|
|
1055
1053
|
content: "\eab7";
|
|
1056
1054
|
color: rgb(34, 55, 68);
|
|
1057
|
-
|
|
1058
|
-
|
|
1055
|
+
}
|
|
1056
|
+
.i-matcha-payment-master .path2:before {
|
|
1059
1057
|
content: "\eab8";
|
|
1060
1058
|
margin-left: -1em;
|
|
1061
1059
|
color: rgb(255, 95, 0);
|
|
1062
|
-
|
|
1063
|
-
|
|
1060
|
+
}
|
|
1061
|
+
.i-matcha-payment-master .path3:before {
|
|
1064
1062
|
content: "\eab9";
|
|
1065
1063
|
margin-left: -1em;
|
|
1066
1064
|
color: rgb(235, 0, 27);
|
|
1067
|
-
|
|
1068
|
-
|
|
1065
|
+
}
|
|
1066
|
+
.i-matcha-payment-master .path4:before {
|
|
1069
1067
|
content: "\eaba";
|
|
1070
1068
|
margin-left: -1em;
|
|
1071
1069
|
color: rgb(247, 158, 27);
|
|
1072
|
-
|
|
1073
|
-
|
|
1070
|
+
}
|
|
1071
|
+
.i-matcha-payment-master .path5:before {
|
|
1074
1072
|
content: "\eabb";
|
|
1075
1073
|
margin-left: -1em;
|
|
1076
1074
|
color: rgb(255, 255, 255);
|
|
1077
|
-
|
|
1078
|
-
|
|
1075
|
+
}
|
|
1076
|
+
.i-matcha-payment-maestro .path1:before {
|
|
1079
1077
|
content: "\eabc";
|
|
1080
1078
|
color: rgb(34, 55, 68);
|
|
1081
|
-
|
|
1082
|
-
|
|
1079
|
+
}
|
|
1080
|
+
.i-matcha-payment-maestro .path2:before {
|
|
1083
1081
|
content: "\eabd";
|
|
1084
1082
|
margin-left: -1em;
|
|
1085
1083
|
color: rgb(245, 247, 250);
|
|
1086
|
-
|
|
1087
|
-
|
|
1084
|
+
}
|
|
1085
|
+
.i-matcha-payment-maestro .path3:before {
|
|
1088
1086
|
content: "\eabe";
|
|
1089
1087
|
margin-left: -1em;
|
|
1090
1088
|
color: rgb(118, 115, 192);
|
|
1091
|
-
|
|
1092
|
-
|
|
1089
|
+
}
|
|
1090
|
+
.i-matcha-payment-maestro .path4:before {
|
|
1093
1091
|
content: "\eabf";
|
|
1094
1092
|
margin-left: -1em;
|
|
1095
1093
|
color: rgb(235, 0, 27);
|
|
1096
|
-
|
|
1097
|
-
|
|
1094
|
+
}
|
|
1095
|
+
.i-matcha-payment-maestro .path5:before {
|
|
1098
1096
|
content: "\eac0";
|
|
1099
1097
|
margin-left: -1em;
|
|
1100
1098
|
color: rgb(0, 161, 223);
|
|
1101
|
-
|
|
1102
|
-
|
|
1099
|
+
}
|
|
1100
|
+
.i-matcha-payment-alelo .path1:before {
|
|
1103
1101
|
content: "\eac1";
|
|
1104
1102
|
color: rgb(0, 116, 85);
|
|
1105
|
-
|
|
1106
|
-
|
|
1103
|
+
}
|
|
1104
|
+
.i-matcha-payment-alelo .path2:before {
|
|
1107
1105
|
content: "\eac2";
|
|
1108
1106
|
margin-left: -1em;
|
|
1109
1107
|
color: rgb(183, 210, 86);
|
|
1110
|
-
|
|
1111
|
-
|
|
1108
|
+
}
|
|
1109
|
+
.i-matcha-payment-alelo .path3:before {
|
|
1112
1110
|
content: "\eac3";
|
|
1113
1111
|
margin-left: -1em;
|
|
1114
1112
|
color: rgb(245, 247, 250);
|
|
1115
|
-
|
|
1116
|
-
|
|
1113
|
+
}
|
|
1114
|
+
.i-matcha-payment-bank-slip .path1:before {
|
|
1117
1115
|
content: "\eac4";
|
|
1118
1116
|
color: rgb(237, 237, 237);
|
|
1119
|
-
|
|
1120
|
-
|
|
1117
|
+
}
|
|
1118
|
+
.i-matcha-payment-bank-slip .path2:before {
|
|
1121
1119
|
content: "\eac5";
|
|
1122
1120
|
margin-left: -1em;
|
|
1123
1121
|
color: rgb(99, 111, 120);
|
|
1124
|
-
|
|
1125
|
-
|
|
1122
|
+
}
|
|
1123
|
+
.i-matcha-vr-refeicao .path1:before {
|
|
1126
1124
|
content: "\eac6";
|
|
1127
1125
|
color: rgb(17, 144, 70);
|
|
1128
|
-
|
|
1129
|
-
|
|
1126
|
+
}
|
|
1127
|
+
.i-matcha-vr-refeicao .path2:before {
|
|
1130
1128
|
content: "\eac7";
|
|
1131
1129
|
margin-left: -1em;
|
|
1132
1130
|
color: rgb(235, 139, 45);
|
|
1133
|
-
|
|
1134
|
-
|
|
1131
|
+
}
|
|
1132
|
+
.i-matcha-vr-refeicao .path3:before {
|
|
1135
1133
|
content: "\eac8";
|
|
1136
1134
|
margin-left: -1em;
|
|
1137
1135
|
color: rgb(245, 247, 250);
|
|
1138
|
-
|
|
1139
|
-
|
|
1136
|
+
}
|
|
1137
|
+
.i-matcha-vr-auto .path1:before {
|
|
1140
1138
|
content: "\eac9";
|
|
1141
1139
|
color: rgb(17, 144, 70);
|
|
1142
|
-
|
|
1143
|
-
|
|
1140
|
+
}
|
|
1141
|
+
.i-matcha-vr-auto .path2:before {
|
|
1144
1142
|
content: "\eaca";
|
|
1145
1143
|
margin-left: -1em;
|
|
1146
1144
|
color: rgb(27, 27, 27);
|
|
1147
|
-
|
|
1148
|
-
|
|
1145
|
+
}
|
|
1146
|
+
.i-matcha-vr-auto .path3:before {
|
|
1149
1147
|
content: "\eacb";
|
|
1150
1148
|
margin-left: -1em;
|
|
1151
1149
|
color: rgb(245, 247, 250);
|
|
1152
|
-
|
|
1153
|
-
|
|
1150
|
+
}
|
|
1151
|
+
.i-matcha-vr-alimentacao .path1:before {
|
|
1154
1152
|
content: "\eacc";
|
|
1155
1153
|
color: rgb(17, 144, 70);
|
|
1156
|
-
|
|
1157
|
-
|
|
1154
|
+
}
|
|
1155
|
+
.i-matcha-vr-alimentacao .path2:before {
|
|
1158
1156
|
content: "\eacd";
|
|
1159
1157
|
margin-left: -1em;
|
|
1160
1158
|
color: rgb(232, 4, 126);
|
|
1161
|
-
|
|
1162
|
-
|
|
1159
|
+
}
|
|
1160
|
+
.i-matcha-vr-alimentacao .path3:before {
|
|
1163
1161
|
content: "\eace";
|
|
1164
1162
|
margin-left: -1em;
|
|
1165
1163
|
color: rgb(245, 247, 250);
|
|
1166
|
-
|
|
1167
|
-
|
|
1164
|
+
}
|
|
1165
|
+
.i-matcha-action_plus:before {
|
|
1168
1166
|
content: "\e932";
|
|
1169
|
-
|
|
1170
|
-
|
|
1167
|
+
}
|
|
1168
|
+
.i-matcha-plus:before {
|
|
1171
1169
|
content: "\eb45";
|
|
1172
|
-
|
|
1173
|
-
|
|
1170
|
+
}
|
|
1171
|
+
.i-matcha-minus:before {
|
|
1174
1172
|
content: "\ea18";
|
|
1175
|
-
|
|
1176
|
-
|
|
1173
|
+
}
|
|
1174
|
+
.i-matcha-action_reload:before {
|
|
1177
1175
|
content: "\e934";
|
|
1178
|
-
|
|
1179
|
-
|
|
1176
|
+
}
|
|
1177
|
+
.i-matcha-reload:before {
|
|
1180
1178
|
content: "\eb46";
|
|
1181
|
-
|
|
1182
|
-
|
|
1179
|
+
}
|
|
1180
|
+
.i-matcha-transfer:before {
|
|
1183
1181
|
content: "\eacf";
|
|
1184
|
-
|
|
1185
|
-
|
|
1182
|
+
}
|
|
1183
|
+
.i-matcha-export:before {
|
|
1186
1184
|
content: "\eb21";
|
|
1187
|
-
|
|
1188
|
-
|
|
1185
|
+
}
|
|
1186
|
+
.i-matcha-cost-center:before {
|
|
1189
1187
|
content: "\ead0";
|
|
1190
|
-
|
|
1191
|
-
|
|
1188
|
+
}
|
|
1189
|
+
.i-matcha-expand:before {
|
|
1192
1190
|
content: "\ead1";
|
|
1193
|
-
|
|
1194
|
-
|
|
1191
|
+
}
|
|
1192
|
+
.i-matcha-collapse:before {
|
|
1195
1193
|
content: "\ead2";
|
|
1196
|
-
|
|
1197
|
-
|
|
1194
|
+
}
|
|
1195
|
+
.i-matcha-action_list:before {
|
|
1198
1196
|
content: "\e92f";
|
|
1199
|
-
|
|
1200
|
-
|
|
1197
|
+
}
|
|
1198
|
+
.i-matcha-list1:before {
|
|
1201
1199
|
content: "\eb47";
|
|
1202
|
-
|
|
1203
|
-
|
|
1200
|
+
}
|
|
1201
|
+
.i-matcha-action_options:before {
|
|
1204
1202
|
content: "\e931";
|
|
1205
|
-
|
|
1206
|
-
|
|
1203
|
+
}
|
|
1204
|
+
.i-matcha-options:before {
|
|
1207
1205
|
content: "\eb48";
|
|
1208
|
-
|
|
1209
|
-
|
|
1206
|
+
}
|
|
1207
|
+
.i-matcha-ellipsis:before {
|
|
1210
1208
|
content: "\eb26";
|
|
1211
|
-
|
|
1212
|
-
|
|
1209
|
+
}
|
|
1210
|
+
.i-matcha-historic:before {
|
|
1213
1211
|
content: "\ea19";
|
|
1214
|
-
|
|
1215
|
-
|
|
1212
|
+
}
|
|
1213
|
+
.i-matcha-load .path1:before {
|
|
1216
1214
|
content: "\ea1a";
|
|
1217
1215
|
color: rgb(0, 0, 0);
|
|
1218
1216
|
opacity: 0.5;
|
|
1219
|
-
|
|
1220
|
-
|
|
1217
|
+
}
|
|
1218
|
+
.i-matcha-load .path2:before {
|
|
1221
1219
|
content: "\ea1b";
|
|
1222
1220
|
margin-left: -1em;
|
|
1223
1221
|
color: rgb(0, 0, 0);
|
|
1224
|
-
|
|
1225
|
-
|
|
1222
|
+
}
|
|
1223
|
+
.i-matcha-plugin:before {
|
|
1226
1224
|
content: "\ea1c";
|
|
1227
|
-
|
|
1228
|
-
|
|
1225
|
+
}
|
|
1226
|
+
.i-matcha-header-panel:before {
|
|
1229
1227
|
content: "\e97d";
|
|
1230
|
-
|
|
1231
|
-
|
|
1228
|
+
}
|
|
1229
|
+
.i-matcha-modules:before {
|
|
1232
1230
|
content: "\ea1d";
|
|
1233
|
-
|
|
1234
|
-
|
|
1231
|
+
}
|
|
1232
|
+
.i-matcha-view-row:before {
|
|
1235
1233
|
content: "\eb12";
|
|
1236
|
-
|
|
1237
|
-
|
|
1234
|
+
}
|
|
1235
|
+
.i-matcha-view-column:before {
|
|
1238
1236
|
content: "\eb13";
|
|
1239
|
-
|
|
1240
|
-
|
|
1237
|
+
}
|
|
1238
|
+
.i-matcha-platform:before {
|
|
1241
1239
|
content: "\ea1e";
|
|
1242
|
-
|
|
1243
|
-
|
|
1240
|
+
}
|
|
1241
|
+
.i-matcha-barcode:before {
|
|
1244
1242
|
content: "\e9a1";
|
|
1245
|
-
|
|
1246
|
-
|
|
1243
|
+
}
|
|
1244
|
+
.i-matcha-barcode-out:before {
|
|
1247
1245
|
content: "\e9aa";
|
|
1248
|
-
|
|
1249
|
-
|
|
1246
|
+
}
|
|
1247
|
+
.i-matcha-camera:before {
|
|
1250
1248
|
content: "\e9a2";
|
|
1251
|
-
|
|
1252
|
-
|
|
1249
|
+
}
|
|
1250
|
+
.i-matcha-camera-out:before {
|
|
1253
1251
|
content: "\e9ab";
|
|
1254
|
-
|
|
1255
|
-
|
|
1252
|
+
}
|
|
1253
|
+
.i-matcha-cast:before {
|
|
1256
1254
|
content: "\e9a4";
|
|
1257
|
-
|
|
1258
|
-
|
|
1255
|
+
}
|
|
1256
|
+
.i-matcha-cast-out:before {
|
|
1259
1257
|
content: "\e9ad";
|
|
1260
|
-
|
|
1261
|
-
|
|
1258
|
+
}
|
|
1259
|
+
.i-matcha-location:before {
|
|
1262
1260
|
content: "\e9a7";
|
|
1263
|
-
|
|
1264
|
-
|
|
1261
|
+
}
|
|
1262
|
+
.i-matcha-location-out:before {
|
|
1265
1263
|
content: "\e9b0";
|
|
1266
|
-
|
|
1267
|
-
|
|
1264
|
+
}
|
|
1265
|
+
.i-matcha-clock:before {
|
|
1268
1266
|
content: "\e9a5";
|
|
1269
|
-
|
|
1270
|
-
|
|
1267
|
+
}
|
|
1268
|
+
.i-matcha-clock-out:before {
|
|
1271
1269
|
content: "\e9ae";
|
|
1272
|
-
|
|
1273
|
-
|
|
1270
|
+
}
|
|
1271
|
+
.i-matcha-card:before {
|
|
1274
1272
|
content: "\e9a3";
|
|
1275
|
-
|
|
1276
|
-
|
|
1273
|
+
}
|
|
1274
|
+
.i-matcha-card-out:before {
|
|
1277
1275
|
content: "\e9ac";
|
|
1278
|
-
|
|
1279
|
-
|
|
1276
|
+
}
|
|
1277
|
+
.i-matcha-add-card:before {
|
|
1280
1278
|
content: "\ead3";
|
|
1281
|
-
|
|
1282
|
-
|
|
1279
|
+
}
|
|
1280
|
+
.i-matcha-update-balance:before {
|
|
1283
1281
|
content: "\ead4";
|
|
1284
|
-
|
|
1285
|
-
|
|
1282
|
+
}
|
|
1283
|
+
.i-matcha-cash:before {
|
|
1286
1284
|
content: "\ead5";
|
|
1287
|
-
|
|
1288
|
-
|
|
1285
|
+
}
|
|
1286
|
+
.i-matcha-cash-out:before {
|
|
1289
1287
|
content: "\ead6";
|
|
1290
|
-
|
|
1291
|
-
|
|
1288
|
+
}
|
|
1289
|
+
.i-matcha-pin:before {
|
|
1292
1290
|
content: "\ead7";
|
|
1293
|
-
|
|
1294
|
-
|
|
1291
|
+
}
|
|
1292
|
+
.i-matcha-pin-out:before {
|
|
1295
1293
|
content: "\ead8";
|
|
1296
|
-
|
|
1297
|
-
|
|
1294
|
+
}
|
|
1295
|
+
.i-matcha-flag:before {
|
|
1298
1296
|
content: "\ead9";
|
|
1299
|
-
|
|
1300
|
-
|
|
1297
|
+
}
|
|
1298
|
+
.i-matcha-flag-out:before {
|
|
1301
1299
|
content: "\eada";
|
|
1302
|
-
|
|
1303
|
-
|
|
1300
|
+
}
|
|
1301
|
+
.i-matcha-category1:before {
|
|
1304
1302
|
content: "\eadb";
|
|
1305
|
-
|
|
1306
|
-
|
|
1303
|
+
}
|
|
1304
|
+
.i-matcha-category-out:before {
|
|
1307
1305
|
content: "\eadc";
|
|
1308
|
-
|
|
1309
|
-
|
|
1306
|
+
}
|
|
1307
|
+
.i-matcha-media:before {
|
|
1310
1308
|
content: "\eadd";
|
|
1311
|
-
|
|
1312
|
-
|
|
1309
|
+
}
|
|
1310
|
+
.i-matcha-media-out:before {
|
|
1313
1311
|
content: "\eade";
|
|
1314
|
-
|
|
1315
|
-
|
|
1312
|
+
}
|
|
1313
|
+
.i-matcha-wallet:before {
|
|
1316
1314
|
content: "\eadf";
|
|
1317
|
-
|
|
1318
|
-
|
|
1315
|
+
}
|
|
1316
|
+
.i-matcha-wallet-out:before {
|
|
1319
1317
|
content: "\eae0";
|
|
1320
|
-
|
|
1321
|
-
|
|
1318
|
+
}
|
|
1319
|
+
.i-matcha-business-unit:before {
|
|
1322
1320
|
content: "\eae2";
|
|
1323
|
-
|
|
1324
|
-
|
|
1321
|
+
}
|
|
1322
|
+
.i-matcha-receipt:before {
|
|
1325
1323
|
content: "\e9a9";
|
|
1326
|
-
|
|
1327
|
-
|
|
1324
|
+
}
|
|
1325
|
+
.i-matcha-receipt-out:before {
|
|
1328
1326
|
content: "\e9b2";
|
|
1329
|
-
|
|
1330
|
-
|
|
1327
|
+
}
|
|
1328
|
+
.i-matcha-circle-email:before {
|
|
1331
1329
|
content: "\e9c5";
|
|
1332
|
-
|
|
1333
|
-
|
|
1330
|
+
}
|
|
1331
|
+
.i-matcha-email:before {
|
|
1334
1332
|
content: "\e9a6";
|
|
1335
|
-
|
|
1336
|
-
|
|
1333
|
+
}
|
|
1334
|
+
.i-matcha-email-out:before {
|
|
1337
1335
|
content: "\e9af";
|
|
1338
|
-
|
|
1339
|
-
|
|
1336
|
+
}
|
|
1337
|
+
.i-matcha-pix:before {
|
|
1340
1338
|
content: "\e9a8";
|
|
1341
|
-
|
|
1342
|
-
|
|
1339
|
+
}
|
|
1340
|
+
.i-matcha-pix-out:before {
|
|
1343
1341
|
content: "\e9e8";
|
|
1344
|
-
|
|
1345
|
-
|
|
1342
|
+
}
|
|
1343
|
+
.i-matcha-location-cell:before {
|
|
1346
1344
|
content: "\e9e9";
|
|
1347
|
-
|
|
1348
|
-
|
|
1345
|
+
}
|
|
1346
|
+
.i-matcha-location-cell-out:before {
|
|
1349
1347
|
content: "\e9b3";
|
|
1350
|
-
|
|
1351
|
-
|
|
1348
|
+
}
|
|
1349
|
+
.i-matcha-image-rights:before {
|
|
1352
1350
|
content: "\e9bc";
|
|
1353
|
-
|
|
1354
|
-
|
|
1351
|
+
}
|
|
1352
|
+
.i-matcha-image-rights-allowed:before {
|
|
1355
1353
|
content: "\e9bd";
|
|
1356
|
-
|
|
1357
|
-
|
|
1354
|
+
}
|
|
1355
|
+
.i-matcha-forbidden-passage:before {
|
|
1358
1356
|
content: "\e9b4";
|
|
1359
|
-
|
|
1360
|
-
|
|
1357
|
+
}
|
|
1358
|
+
.i-matcha-allowed-passage:before {
|
|
1361
1359
|
content: "\e9b6";
|
|
1362
|
-
|
|
1363
|
-
|
|
1360
|
+
}
|
|
1361
|
+
.i-matcha-food-restriction:before {
|
|
1364
1362
|
content: "\e9be";
|
|
1365
|
-
|
|
1366
|
-
|
|
1363
|
+
}
|
|
1364
|
+
.i-matcha-no-food-restriction:before {
|
|
1367
1365
|
content: "\e9bf";
|
|
1368
|
-
|
|
1369
|
-
|
|
1366
|
+
}
|
|
1367
|
+
.i-matcha-allergy:before {
|
|
1370
1368
|
content: "\e9c0";
|
|
1371
|
-
|
|
1372
|
-
|
|
1369
|
+
}
|
|
1370
|
+
.i-matcha-special-need:before {
|
|
1373
1371
|
content: "\e9c1";
|
|
1374
|
-
|
|
1375
|
-
|
|
1372
|
+
}
|
|
1373
|
+
.i-matcha-map:before {
|
|
1376
1374
|
content: "\e9b8";
|
|
1377
|
-
|
|
1378
|
-
|
|
1375
|
+
}
|
|
1376
|
+
.i-matcha-apple:before {
|
|
1379
1377
|
content: "\e9b7";
|
|
1380
|
-
|
|
1381
|
-
|
|
1378
|
+
}
|
|
1379
|
+
.i-matcha-number:before {
|
|
1382
1380
|
content: "\e9b9";
|
|
1383
|
-
|
|
1384
|
-
|
|
1381
|
+
}
|
|
1382
|
+
.i-matcha-ibf-church:before {
|
|
1385
1383
|
content: "\e9bb";
|
|
1386
|
-
|
|
1387
|
-
|
|
1384
|
+
}
|
|
1385
|
+
.i-matcha-process-barcode:before {
|
|
1388
1386
|
content: "\e9c2";
|
|
1389
|
-
|
|
1390
|
-
|
|
1387
|
+
}
|
|
1388
|
+
.i-matcha-process-card:before {
|
|
1391
1389
|
content: "\e9c3";
|
|
1392
|
-
|
|
1393
|
-
|
|
1390
|
+
}
|
|
1391
|
+
.i-matcha-box-opened:before {
|
|
1394
1392
|
content: "\e9c4";
|
|
1395
|
-
|
|
1396
|
-
|
|
1393
|
+
}
|
|
1394
|
+
.i-matcha-parent:before {
|
|
1397
1395
|
content: "\ea1f";
|
|
1398
|
-
|
|
1399
|
-
|
|
1396
|
+
}
|
|
1397
|
+
.i-matcha-kid-girl:before {
|
|
1400
1398
|
content: "\ea21";
|
|
1401
|
-
|
|
1402
|
-
|
|
1399
|
+
}
|
|
1400
|
+
.i-matcha-kid-boy:before {
|
|
1403
1401
|
content: "\eb17";
|
|
1404
|
-
|
|
1405
|
-
|
|
1402
|
+
}
|
|
1403
|
+
.i-matcha-people:before {
|
|
1406
1404
|
content: "\ea22";
|
|
1407
|
-
|
|
1408
|
-
|
|
1405
|
+
}
|
|
1406
|
+
.i-matcha-remember:before {
|
|
1409
1407
|
content: "\eb27";
|
|
1410
|
-
|
|
1411
|
-
|
|
1408
|
+
}
|
|
1409
|
+
.i-matcha-circle-code:before {
|
|
1412
1410
|
content: "\e9c6";
|
|
1413
|
-
|
|
1414
|
-
|
|
1411
|
+
}
|
|
1412
|
+
.i-matcha-circle-facebook:before {
|
|
1415
1413
|
content: "\e9c7";
|
|
1416
|
-
|
|
1417
|
-
|
|
1414
|
+
}
|
|
1415
|
+
.i-matcha-facebook:before {
|
|
1418
1416
|
content: "\e9ea";
|
|
1419
|
-
|
|
1420
|
-
|
|
1417
|
+
}
|
|
1418
|
+
.i-matcha-circle-instagram:before {
|
|
1421
1419
|
content: "\e9dd";
|
|
1422
|
-
|
|
1423
|
-
|
|
1420
|
+
}
|
|
1421
|
+
.i-matcha-instagram:before {
|
|
1424
1422
|
content: "\e9eb";
|
|
1425
|
-
|
|
1426
|
-
|
|
1423
|
+
}
|
|
1424
|
+
.i-matcha-soundcloud:before {
|
|
1427
1425
|
content: "\e9ec";
|
|
1428
|
-
|
|
1429
|
-
|
|
1426
|
+
}
|
|
1427
|
+
.i-matcha-circle-soundcloud:before {
|
|
1430
1428
|
content: "\ea5d";
|
|
1431
|
-
|
|
1432
|
-
|
|
1429
|
+
}
|
|
1430
|
+
.i-matcha-spotify:before {
|
|
1433
1431
|
content: "\e9ed";
|
|
1434
|
-
|
|
1435
|
-
|
|
1432
|
+
}
|
|
1433
|
+
.i-matcha-circle-spotify:before {
|
|
1436
1434
|
content: "\ea5e";
|
|
1437
|
-
|
|
1438
|
-
|
|
1435
|
+
}
|
|
1436
|
+
.i-matcha-circle-telegram:before {
|
|
1439
1437
|
content: "\e9ee";
|
|
1440
|
-
|
|
1441
|
-
|
|
1438
|
+
}
|
|
1439
|
+
.i-matcha-telegram:before {
|
|
1442
1440
|
content: "\e9ef";
|
|
1443
|
-
|
|
1444
|
-
|
|
1441
|
+
}
|
|
1442
|
+
.i-matcha-circle-tiktok:before {
|
|
1445
1443
|
content: "\ea60";
|
|
1446
|
-
|
|
1447
|
-
|
|
1444
|
+
}
|
|
1445
|
+
.i-matcha-tiktok:before {
|
|
1448
1446
|
content: "\e9f0";
|
|
1449
|
-
|
|
1450
|
-
|
|
1447
|
+
}
|
|
1448
|
+
.i-matcha-circle-twitter:before {
|
|
1451
1449
|
content: "\e9f1";
|
|
1452
|
-
|
|
1453
|
-
|
|
1450
|
+
}
|
|
1451
|
+
.i-matcha-twitter:before {
|
|
1454
1452
|
content: "\e9f2";
|
|
1455
|
-
|
|
1456
|
-
|
|
1453
|
+
}
|
|
1454
|
+
.i-matcha-circle-x:before {
|
|
1457
1455
|
content: "\eb18";
|
|
1458
|
-
|
|
1459
|
-
|
|
1456
|
+
}
|
|
1457
|
+
.i-matcha-x:before {
|
|
1460
1458
|
content: "\eb19";
|
|
1461
|
-
|
|
1462
|
-
|
|
1459
|
+
}
|
|
1460
|
+
.i-matcha-circle-whatsapp:before {
|
|
1463
1461
|
content: "\e9f3";
|
|
1464
|
-
|
|
1465
|
-
|
|
1462
|
+
}
|
|
1463
|
+
.i-matcha-whatsapp:before {
|
|
1466
1464
|
content: "\e9f4";
|
|
1467
|
-
|
|
1468
|
-
|
|
1465
|
+
}
|
|
1466
|
+
.i-matcha-circle-youtube:before {
|
|
1469
1467
|
content: "\ea23";
|
|
1470
|
-
|
|
1471
|
-
|
|
1468
|
+
}
|
|
1469
|
+
.i-matcha-youtube:before {
|
|
1472
1470
|
content: "\ea24";
|
|
1473
|
-
|
|
1474
|
-
|
|
1471
|
+
}
|
|
1472
|
+
.i-matcha-circle-share:before {
|
|
1475
1473
|
content: "\ea61";
|
|
1476
|
-
|
|
1477
|
-
|
|
1474
|
+
}
|
|
1475
|
+
.i-matcha-share1:before {
|
|
1478
1476
|
content: "\ea25";
|
|
1479
|
-
|
|
1480
|
-
|
|
1477
|
+
}
|
|
1478
|
+
.i-matcha-circle-deezer:before {
|
|
1481
1479
|
content: "\eb0b";
|
|
1482
|
-
|
|
1483
|
-
|
|
1480
|
+
}
|
|
1481
|
+
.i-matcha-deezer:before {
|
|
1484
1482
|
content: "\eb0c";
|
|
1485
|
-
|
|
1486
|
-
|
|
1483
|
+
}
|
|
1484
|
+
.i-matcha-circle-beacons:before {
|
|
1487
1485
|
content: "\eb0d";
|
|
1488
|
-
|
|
1489
|
-
|
|
1486
|
+
}
|
|
1487
|
+
.i-matcha-beacons:before {
|
|
1490
1488
|
content: "\eb0e";
|
|
1491
|
-
|
|
1492
|
-
|
|
1489
|
+
}
|
|
1490
|
+
.i-matcha-circle-threads:before {
|
|
1493
1491
|
content: "\eb14";
|
|
1494
|
-
|
|
1495
|
-
|
|
1492
|
+
}
|
|
1493
|
+
.i-matcha-threads:before {
|
|
1496
1494
|
content: "\eb1a";
|
|
1497
|
-
|
|
1498
|
-
|
|
1495
|
+
}
|
|
1496
|
+
.i-matcha-circle-podcast:before {
|
|
1499
1497
|
content: "\eb1f";
|
|
1500
|
-
|
|
1501
|
-
|
|
1498
|
+
}
|
|
1499
|
+
.i-matcha-podcast:before {
|
|
1502
1500
|
content: "\eb20";
|
|
1503
|
-
|
|
1504
|
-
|
|
1501
|
+
}
|
|
1502
|
+
.i-matcha-opened-lock:before {
|
|
1505
1503
|
content: "\ea26";
|
|
1506
|
-
|
|
1507
|
-
|
|
1504
|
+
}
|
|
1505
|
+
.i-matcha-flickr:before {
|
|
1508
1506
|
content: "\ea27";
|
|
1509
|
-
|
|
1510
|
-
|
|
1507
|
+
}
|
|
1508
|
+
.i-matcha-circle-flickr:before {
|
|
1511
1509
|
content: "\eae3";
|
|
1512
|
-
|
|
1513
|
-
|
|
1510
|
+
}
|
|
1511
|
+
.i-matcha-cookie:before {
|
|
1514
1512
|
content: "\eae4";
|
|
1515
|
-
|
|
1516
|
-
|
|
1513
|
+
}
|
|
1514
|
+
.i-matcha-cookie-out:before {
|
|
1517
1515
|
content: "\eae5";
|
|
1518
|
-
|
|
1519
|
-
|
|
1516
|
+
}
|
|
1517
|
+
.i-matcha-cookie-out-2:before {
|
|
1520
1518
|
content: "\ea90";
|
|
1521
|
-
|
|
1522
|
-
|
|
1519
|
+
}
|
|
1520
|
+
.i-matcha-safetopay:before {
|
|
1523
1521
|
content: "\eb1b";
|
|
1524
|
-
|
|
1525
|
-
|
|
1522
|
+
}
|
|
1523
|
+
.i-matcha-granito:before {
|
|
1526
1524
|
content: "\eb1c";
|
|
1527
|
-
|
|
1528
|
-
|
|
1525
|
+
}
|
|
1526
|
+
.i-matcha-iugu:before {
|
|
1529
1527
|
content: "\eb1d";
|
|
1530
|
-
|
|
1531
|
-
|
|
1528
|
+
}
|
|
1529
|
+
.i-matcha-stripe:before {
|
|
1532
1530
|
content: "\eb1e";
|
|
1533
|
-
|
|
1534
|
-
|
|
1531
|
+
}
|
|
1532
|
+
.i-matcha-emoji-happy-alt:before {
|
|
1535
1533
|
content: "\eb28";
|
|
1536
|
-
|
|
1537
|
-
|
|
1534
|
+
}
|
|
1535
|
+
.i-matcha-emoji-happy:before {
|
|
1538
1536
|
content: "\ea28";
|
|
1539
|
-
|
|
1540
|
-
|
|
1537
|
+
}
|
|
1538
|
+
.i-matcha-emoji-happy-out:before {
|
|
1541
1539
|
content: "\ea29";
|
|
1542
|
-
|
|
1543
|
-
|
|
1540
|
+
}
|
|
1541
|
+
.i-matcha-emoji-happy-color .path1:before {
|
|
1544
1542
|
content: "\ea2a";
|
|
1545
1543
|
color: rgb(252, 234, 43);
|
|
1546
|
-
|
|
1547
|
-
|
|
1544
|
+
}
|
|
1545
|
+
.i-matcha-emoji-happy-color .path2:before {
|
|
1548
1546
|
content: "\ea2b";
|
|
1549
1547
|
margin-left: -1em;
|
|
1550
1548
|
color: rgb(245, 247, 250);
|
|
1551
|
-
|
|
1552
|
-
|
|
1549
|
+
}
|
|
1550
|
+
.i-matcha-emoji-happy-color .path3:before {
|
|
1553
1551
|
content: "\ea2c";
|
|
1554
1552
|
margin-left: -1em;
|
|
1555
1553
|
color: rgb(234, 90, 71);
|
|
1556
|
-
|
|
1557
|
-
|
|
1554
|
+
}
|
|
1555
|
+
.i-matcha-emoji-happy-color .path4:before {
|
|
1558
1556
|
content: "\ea2d";
|
|
1559
1557
|
margin-left: -1em;
|
|
1560
1558
|
color: rgb(34, 55, 68);
|
|
1561
|
-
|
|
1562
|
-
|
|
1559
|
+
}
|
|
1560
|
+
.i-matcha-emoji-happy-color .path5:before {
|
|
1563
1561
|
content: "\ea2e";
|
|
1564
1562
|
margin-left: -1em;
|
|
1565
1563
|
color: rgb(34, 55, 68);
|
|
1566
|
-
|
|
1567
|
-
|
|
1564
|
+
}
|
|
1565
|
+
.i-matcha-emoji-happy-color .path6:before {
|
|
1568
1566
|
content: "\ea2f";
|
|
1569
1567
|
margin-left: -1em;
|
|
1570
1568
|
color: rgb(34, 55, 68);
|
|
1571
|
-
|
|
1572
|
-
|
|
1569
|
+
}
|
|
1570
|
+
.i-matcha-emoji-happy-color .path7:before {
|
|
1573
1571
|
content: "\ea30";
|
|
1574
1572
|
margin-left: -1em;
|
|
1575
1573
|
color: rgb(34, 55, 68);
|
|
1576
|
-
|
|
1577
|
-
|
|
1574
|
+
}
|
|
1575
|
+
.i-matcha-emoji-happy-color .path8:before {
|
|
1578
1576
|
content: "\ea31";
|
|
1579
1577
|
margin-left: -1em;
|
|
1580
1578
|
color: rgb(34, 55, 68);
|
|
1581
|
-
|
|
1582
|
-
|
|
1579
|
+
}
|
|
1580
|
+
.i-matcha-emoji-prosperous:before {
|
|
1583
1581
|
content: "\ea32";
|
|
1584
|
-
|
|
1585
|
-
|
|
1582
|
+
}
|
|
1583
|
+
.i-matcha-emoji-prosperous-out:before {
|
|
1586
1584
|
content: "\ea33";
|
|
1587
|
-
|
|
1588
|
-
|
|
1585
|
+
}
|
|
1586
|
+
.i-matcha-emoji-prosperous-color .path1:before {
|
|
1589
1587
|
content: "\ea34";
|
|
1590
1588
|
color: rgb(252, 234, 43);
|
|
1591
|
-
|
|
1592
|
-
|
|
1589
|
+
}
|
|
1590
|
+
.i-matcha-emoji-prosperous-color .path2:before {
|
|
1593
1591
|
content: "\ea35";
|
|
1594
1592
|
margin-left: -1em;
|
|
1595
1593
|
color: rgb(241, 179, 28);
|
|
1596
|
-
|
|
1597
|
-
|
|
1594
|
+
}
|
|
1595
|
+
.i-matcha-emoji-prosperous-color .path3:before {
|
|
1598
1596
|
content: "\ea36";
|
|
1599
1597
|
margin-left: -1em;
|
|
1600
1598
|
color: rgb(241, 179, 28);
|
|
1601
|
-
|
|
1602
|
-
|
|
1599
|
+
}
|
|
1600
|
+
.i-matcha-emoji-prosperous-color .path4:before {
|
|
1603
1601
|
content: "\ea37";
|
|
1604
1602
|
margin-left: -1em;
|
|
1605
1603
|
color: rgb(234, 90, 71);
|
|
1606
|
-
|
|
1607
|
-
|
|
1604
|
+
}
|
|
1605
|
+
.i-matcha-emoji-prosperous-color .path5:before {
|
|
1608
1606
|
content: "\ea38";
|
|
1609
1607
|
margin-left: -1em;
|
|
1610
1608
|
color: rgb(245, 247, 250);
|
|
1611
|
-
|
|
1612
|
-
|
|
1609
|
+
}
|
|
1610
|
+
.i-matcha-emoji-prosperous-color .path6:before {
|
|
1613
1611
|
content: "\ea39";
|
|
1614
1612
|
margin-left: -1em;
|
|
1615
1613
|
color: rgb(34, 55, 68);
|
|
1616
|
-
|
|
1617
|
-
|
|
1614
|
+
}
|
|
1615
|
+
.i-matcha-emoji-prosperous-color .path7:before {
|
|
1618
1616
|
content: "\ea3a";
|
|
1619
1617
|
margin-left: -1em;
|
|
1620
1618
|
color: rgb(34, 55, 68);
|
|
1621
|
-
|
|
1622
|
-
|
|
1619
|
+
}
|
|
1620
|
+
.i-matcha-emoji-prosperous-color .path8:before {
|
|
1623
1621
|
content: "\ea3b";
|
|
1624
1622
|
margin-left: -1em;
|
|
1625
1623
|
color: rgb(34, 55, 68);
|
|
1626
|
-
|
|
1627
|
-
|
|
1624
|
+
}
|
|
1625
|
+
.i-matcha-emoji-prosperous-color .path9:before {
|
|
1628
1626
|
content: "\ea3c";
|
|
1629
1627
|
margin-left: -1em;
|
|
1630
1628
|
color: rgb(34, 55, 68);
|
|
1631
|
-
|
|
1632
|
-
|
|
1629
|
+
}
|
|
1630
|
+
.i-matcha-emoji-prosperous-color .path10:before {
|
|
1633
1631
|
content: "\ea3d";
|
|
1634
1632
|
margin-left: -1em;
|
|
1635
1633
|
color: rgb(34, 55, 68);
|
|
1636
|
-
|
|
1637
|
-
|
|
1634
|
+
}
|
|
1635
|
+
.i-matcha-emoji-prosperous-color .path11:before {
|
|
1638
1636
|
content: "\ea3e";
|
|
1639
1637
|
margin-left: -1em;
|
|
1640
1638
|
color: rgb(34, 55, 68);
|
|
1641
|
-
|
|
1642
|
-
|
|
1639
|
+
}
|
|
1640
|
+
.i-matcha-emoji-prosperous-color .path12:before {
|
|
1643
1641
|
content: "\ea3f";
|
|
1644
1642
|
margin-left: -1em;
|
|
1645
1643
|
color: rgb(34, 55, 68);
|
|
1646
|
-
|
|
1647
|
-
|
|
1644
|
+
}
|
|
1645
|
+
.i-matcha-emoji-prosperous-color .path13:before {
|
|
1648
1646
|
content: "\ea40";
|
|
1649
1647
|
margin-left: -1em;
|
|
1650
1648
|
color: rgb(34, 55, 68);
|
|
1651
|
-
|
|
1652
|
-
|
|
1649
|
+
}
|
|
1650
|
+
.i-matcha-emoji-blessed:before {
|
|
1653
1651
|
content: "\ea41";
|
|
1654
|
-
|
|
1655
|
-
|
|
1652
|
+
}
|
|
1653
|
+
.i-matcha-emoji-blessed-out:before {
|
|
1656
1654
|
content: "\ea42";
|
|
1657
|
-
|
|
1658
|
-
|
|
1655
|
+
}
|
|
1656
|
+
.i-matcha-emoji-blessed-color .path1:before {
|
|
1659
1657
|
content: "\ea43";
|
|
1660
1658
|
color: rgb(252, 234, 43);
|
|
1661
|
-
|
|
1662
|
-
|
|
1659
|
+
}
|
|
1660
|
+
.i-matcha-emoji-blessed-color .path2:before {
|
|
1663
1661
|
content: "\ea44";
|
|
1664
1662
|
margin-left: -1em;
|
|
1665
1663
|
color: rgb(34, 55, 68);
|
|
1666
|
-
|
|
1667
|
-
|
|
1664
|
+
}
|
|
1665
|
+
.i-matcha-emoji-blessed-color .path3:before {
|
|
1668
1666
|
content: "\ea45";
|
|
1669
1667
|
margin-left: -1em;
|
|
1670
1668
|
color: rgb(34, 55, 68);
|
|
1671
|
-
|
|
1672
|
-
|
|
1669
|
+
}
|
|
1670
|
+
.i-matcha-emoji-blessed-color .path4:before {
|
|
1673
1671
|
content: "\ea46";
|
|
1674
1672
|
margin-left: -1em;
|
|
1675
1673
|
color: rgb(34, 55, 68);
|
|
1676
|
-
|
|
1677
|
-
|
|
1674
|
+
}
|
|
1675
|
+
.i-matcha-emoji-blessed-color .path5:before {
|
|
1678
1676
|
content: "\ea47";
|
|
1679
1677
|
margin-left: -1em;
|
|
1680
1678
|
color: rgb(34, 55, 68);
|
|
1681
|
-
|
|
1682
|
-
|
|
1679
|
+
}
|
|
1680
|
+
.i-matcha-emoji-blessed-color .path6:before {
|
|
1683
1681
|
content: "\ea48";
|
|
1684
1682
|
margin-left: -1em;
|
|
1685
1683
|
color: rgb(34, 55, 68);
|
|
1686
|
-
|
|
1687
|
-
|
|
1684
|
+
}
|
|
1685
|
+
.i-matcha-emoji-blessed-color .path7:before {
|
|
1688
1686
|
content: "\ea49";
|
|
1689
1687
|
margin-left: -1em;
|
|
1690
1688
|
color: rgb(34, 55, 68);
|
|
1691
|
-
|
|
1692
|
-
|
|
1689
|
+
}
|
|
1690
|
+
.i-matcha-emoji-blessed-color .path8:before {
|
|
1693
1691
|
content: "\ea4a";
|
|
1694
1692
|
margin-left: -1em;
|
|
1695
1693
|
color: rgb(97, 178, 228);
|
|
1696
|
-
|
|
1697
|
-
|
|
1694
|
+
}
|
|
1695
|
+
.i-matcha-emoji-sick:before {
|
|
1698
1696
|
content: "\ea4b";
|
|
1699
|
-
|
|
1700
|
-
|
|
1697
|
+
}
|
|
1698
|
+
.i-matcha-emoji-sick-out:before {
|
|
1701
1699
|
content: "\ea4c";
|
|
1702
|
-
|
|
1703
|
-
|
|
1700
|
+
}
|
|
1701
|
+
.i-matcha-emoji-sick-color .path1:before {
|
|
1704
1702
|
content: "\ea4d";
|
|
1705
1703
|
color: rgb(177, 204, 51);
|
|
1706
|
-
|
|
1707
|
-
|
|
1704
|
+
}
|
|
1705
|
+
.i-matcha-emoji-sick-color .path2:before {
|
|
1708
1706
|
content: "\ea4e";
|
|
1709
1707
|
margin-left: -1em;
|
|
1710
1708
|
color: rgb(34, 55, 68);
|
|
1711
|
-
|
|
1712
|
-
|
|
1709
|
+
}
|
|
1710
|
+
.i-matcha-emoji-sick-color .path3:before {
|
|
1713
1711
|
content: "\ea4f";
|
|
1714
1712
|
margin-left: -1em;
|
|
1715
1713
|
color: rgb(34, 55, 68);
|
|
1716
|
-
|
|
1717
|
-
|
|
1714
|
+
}
|
|
1715
|
+
.i-matcha-emoji-sick-color .path4:before {
|
|
1718
1716
|
content: "\ea50";
|
|
1719
1717
|
margin-left: -1em;
|
|
1720
1718
|
color: rgb(34, 55, 68);
|
|
1721
|
-
|
|
1722
|
-
|
|
1719
|
+
}
|
|
1720
|
+
.i-matcha-emoji-sick-color .path5:before {
|
|
1723
1721
|
content: "\ea51";
|
|
1724
1722
|
margin-left: -1em;
|
|
1725
1723
|
color: rgb(34, 55, 68);
|
|
1726
|
-
|
|
1727
|
-
|
|
1724
|
+
}
|
|
1725
|
+
.i-matcha-emoji-sick-color .path6:before {
|
|
1728
1726
|
content: "\ea52";
|
|
1729
1727
|
margin-left: -1em;
|
|
1730
1728
|
color: rgb(34, 55, 68);
|
|
1731
|
-
|
|
1732
|
-
|
|
1729
|
+
}
|
|
1730
|
+
.i-matcha-emoji-sick-color .path7:before {
|
|
1733
1731
|
content: "\ea53";
|
|
1734
1732
|
margin-left: -1em;
|
|
1735
1733
|
color: rgb(34, 55, 68);
|
|
1736
|
-
|
|
1737
|
-
|
|
1734
|
+
}
|
|
1735
|
+
.i-matcha-emoji-sick-color .path8:before {
|
|
1738
1736
|
content: "\ea54";
|
|
1739
1737
|
margin-left: -1em;
|
|
1740
1738
|
color: rgb(34, 55, 68);
|
|
1741
|
-
|
|
1742
|
-
|
|
1739
|
+
}
|
|
1740
|
+
.i-matcha-emoji-sick-color .path9:before {
|
|
1743
1741
|
content: "\ea55";
|
|
1744
1742
|
margin-left: -1em;
|
|
1745
1743
|
color: rgb(34, 55, 68);
|
|
1746
|
-
|
|
1747
|
-
|
|
1744
|
+
}
|
|
1745
|
+
.i-matcha-emoji-alone:before {
|
|
1748
1746
|
content: "\ea56";
|
|
1749
|
-
|
|
1750
|
-
|
|
1747
|
+
}
|
|
1748
|
+
.i-matcha-emoji-alone-out:before {
|
|
1751
1749
|
content: "\ea57";
|
|
1752
|
-
|
|
1753
|
-
|
|
1750
|
+
}
|
|
1751
|
+
.i-matcha-emoji-alone-color .path1:before {
|
|
1754
1752
|
content: "\ea58";
|
|
1755
1753
|
color: rgb(252, 234, 43);
|
|
1756
|
-
|
|
1757
|
-
|
|
1754
|
+
}
|
|
1755
|
+
.i-matcha-emoji-alone-color .path2:before {
|
|
1758
1756
|
content: "\ea59";
|
|
1759
1757
|
margin-left: -1em;
|
|
1760
1758
|
color: rgb(146, 211, 245);
|
|
1761
|
-
|
|
1762
|
-
|
|
1759
|
+
}
|
|
1760
|
+
.i-matcha-emoji-alone-color .path3:before {
|
|
1763
1761
|
content: "\ea5a";
|
|
1764
1762
|
margin-left: -1em;
|
|
1765
1763
|
color: rgb(34, 55, 68);
|
|
1766
|
-
|
|
1767
|
-
|
|
1764
|
+
}
|
|
1765
|
+
.i-matcha-emoji-alone-color .path4:before {
|
|
1768
1766
|
content: "\ea5b";
|
|
1769
1767
|
margin-left: -1em;
|
|
1770
1768
|
color: rgb(34, 55, 68);
|
|
1771
|
-
|
|
1772
|
-
|
|
1769
|
+
}
|
|
1770
|
+
.i-matcha-emoji-alone-color .path5:before {
|
|
1773
1771
|
content: "\ea5c";
|
|
1774
1772
|
margin-left: -1em;
|
|
1775
1773
|
color: rgb(34, 55, 68);
|
|
1776
|
-
|
|
1777
|
-
|
|
1774
|
+
}
|
|
1775
|
+
.i-matcha-emoji-alone-color .path6:before {
|
|
1778
1776
|
content: "\ea5f";
|
|
1779
1777
|
margin-left: -1em;
|
|
1780
1778
|
color: rgb(34, 55, 68);
|
|
1781
|
-
|
|
1782
|
-
|
|
1779
|
+
}
|
|
1780
|
+
.i-matcha-emoji-alone-color .path7:before {
|
|
1783
1781
|
content: "\ea62";
|
|
1784
1782
|
margin-left: -1em;
|
|
1785
1783
|
color: rgb(34, 55, 68);
|
|
1786
|
-
|
|
1787
|
-
|
|
1784
|
+
}
|
|
1785
|
+
.i-matcha-emoji-alone-color .path8:before {
|
|
1788
1786
|
content: "\ea63";
|
|
1789
1787
|
margin-left: -1em;
|
|
1790
1788
|
color: rgb(34, 55, 68);
|
|
1791
|
-
|
|
1792
|
-
|
|
1789
|
+
}
|
|
1790
|
+
.i-matcha-emoji-alone-color .path9:before {
|
|
1793
1791
|
content: "\ea65";
|
|
1794
1792
|
margin-left: -1em;
|
|
1795
1793
|
color: rgb(34, 55, 68);
|
|
1796
|
-
|
|
1797
|
-
|
|
1794
|
+
}
|
|
1795
|
+
.i-matcha-emoji-sad:before {
|
|
1798
1796
|
content: "\ea66";
|
|
1799
|
-
|
|
1800
|
-
|
|
1797
|
+
}
|
|
1798
|
+
.i-matcha-emoji-sad-out:before {
|
|
1801
1799
|
content: "\ea67";
|
|
1802
|
-
|
|
1803
|
-
|
|
1800
|
+
}
|
|
1801
|
+
.i-matcha-emoji-sad-color .path1:before {
|
|
1804
1802
|
content: "\ea68";
|
|
1805
1803
|
color: rgb(34, 55, 68);
|
|
1806
|
-
|
|
1807
|
-
|
|
1804
|
+
}
|
|
1805
|
+
.i-matcha-emoji-sad-color .path2:before {
|
|
1808
1806
|
content: "\ea69";
|
|
1809
1807
|
margin-left: -1em;
|
|
1810
1808
|
color: rgb(34, 55, 68);
|
|
1811
|
-
|
|
1812
|
-
|
|
1809
|
+
}
|
|
1810
|
+
.i-matcha-emoji-sad-color .path3:before {
|
|
1813
1811
|
content: "\ea6a";
|
|
1814
1812
|
margin-left: -1em;
|
|
1815
1813
|
color: rgb(34, 55, 68);
|
|
1816
|
-
|
|
1817
|
-
|
|
1814
|
+
}
|
|
1815
|
+
.i-matcha-emoji-sad-color .path4:before {
|
|
1818
1816
|
content: "\ea6b";
|
|
1819
1817
|
margin-left: -1em;
|
|
1820
1818
|
color: rgb(34, 55, 68);
|
|
1821
|
-
|
|
1822
|
-
|
|
1819
|
+
}
|
|
1820
|
+
.i-matcha-emoji-sad-color .path5:before {
|
|
1823
1821
|
content: "\ea6c";
|
|
1824
1822
|
margin-left: -1em;
|
|
1825
1823
|
color: rgb(252, 234, 43);
|
|
1826
|
-
|
|
1827
|
-
|
|
1824
|
+
}
|
|
1825
|
+
.i-matcha-emoji-sad-color .path6:before {
|
|
1828
1826
|
content: "\ea6d";
|
|
1829
1827
|
margin-left: -1em;
|
|
1830
1828
|
color: rgb(34, 55, 68);
|
|
1831
|
-
|
|
1832
|
-
|
|
1829
|
+
}
|
|
1830
|
+
.i-matcha-emoji-sad-color .path7:before {
|
|
1833
1831
|
content: "\ea6e";
|
|
1834
1832
|
margin-left: -1em;
|
|
1835
1833
|
color: rgb(245, 247, 250);
|
|
1836
|
-
|
|
1837
|
-
|
|
1834
|
+
}
|
|
1835
|
+
.i-matcha-emoji-sad-color .path8:before {
|
|
1838
1836
|
content: "\ea6f";
|
|
1839
1837
|
margin-left: -1em;
|
|
1840
1838
|
color: rgb(146, 211, 245);
|
|
1841
|
-
|
|
1842
|
-
|
|
1839
|
+
}
|
|
1840
|
+
.i-matcha-emoji-sad-color .path9:before {
|
|
1843
1841
|
content: "\ea70";
|
|
1844
1842
|
margin-left: -1em;
|
|
1845
1843
|
color: rgb(146, 211, 245);
|
|
1846
|
-
|
|
1847
|
-
|
|
1844
|
+
}
|
|
1845
|
+
.i-matcha-emoji-sad-color .path10:before {
|
|
1848
1846
|
content: "\ea71";
|
|
1849
1847
|
margin-left: -1em;
|
|
1850
1848
|
color: rgb(34, 55, 68);
|
|
1851
|
-
|
|
1852
|
-
|
|
1849
|
+
}
|
|
1850
|
+
.i-matcha-emoji-sad-color .path11:before {
|
|
1853
1851
|
content: "\ea72";
|
|
1854
1852
|
margin-left: -1em;
|
|
1855
1853
|
color: rgb(34, 55, 68);
|
|
1856
|
-
|
|
1857
|
-
|
|
1854
|
+
}
|
|
1855
|
+
.i-matcha-emoji-sad-color .path12:before {
|
|
1858
1856
|
content: "\ea73";
|
|
1859
1857
|
margin-left: -1em;
|
|
1860
1858
|
color: rgb(34, 55, 68);
|
|
1861
|
-
|
|
1862
|
-
|
|
1859
|
+
}
|
|
1860
|
+
.i-matcha-emoji-sad-color .path13:before {
|
|
1863
1861
|
content: "\ea74";
|
|
1864
1862
|
margin-left: -1em;
|
|
1865
1863
|
color: rgb(34, 55, 68);
|
|
1866
|
-
|
|
1867
|
-
|
|
1864
|
+
}
|
|
1865
|
+
.i-matcha-emoji-faithless:before {
|
|
1868
1866
|
content: "\ea75";
|
|
1869
|
-
|
|
1870
|
-
|
|
1867
|
+
}
|
|
1868
|
+
.i-matcha-emoji-faithless-out:before {
|
|
1871
1869
|
content: "\ea76";
|
|
1872
|
-
|
|
1873
|
-
|
|
1870
|
+
}
|
|
1871
|
+
.i-matcha-emoji-faithless-color .path1:before {
|
|
1874
1872
|
content: "\ea77";
|
|
1875
1873
|
color: rgb(252, 234, 43);
|
|
1876
|
-
|
|
1877
|
-
|
|
1874
|
+
}
|
|
1875
|
+
.i-matcha-emoji-faithless-color .path2:before {
|
|
1878
1876
|
content: "\ea78";
|
|
1879
1877
|
margin-left: -1em;
|
|
1880
1878
|
color: rgb(34, 55, 68);
|
|
1881
|
-
|
|
1882
|
-
|
|
1879
|
+
}
|
|
1880
|
+
.i-matcha-emoji-faithless-color .path3:before {
|
|
1883
1881
|
content: "\ea79";
|
|
1884
1882
|
margin-left: -1em;
|
|
1885
1883
|
color: rgb(34, 55, 68);
|
|
1886
|
-
|
|
1887
|
-
|
|
1884
|
+
}
|
|
1885
|
+
.i-matcha-emoji-faithless-color .path4:before {
|
|
1888
1886
|
content: "\ea7a";
|
|
1889
1887
|
margin-left: -1em;
|
|
1890
1888
|
color: rgb(34, 55, 68);
|
|
1891
|
-
|
|
1892
|
-
|
|
1889
|
+
}
|
|
1890
|
+
.i-matcha-emoji-faithless-color .path5:before {
|
|
1893
1891
|
content: "\ea7b";
|
|
1894
1892
|
margin-left: -1em;
|
|
1895
1893
|
color: rgb(34, 55, 68);
|
|
1896
|
-
|
|
1897
|
-
|
|
1894
|
+
}
|
|
1895
|
+
.i-matcha-emoji-faithless-color .path6:before {
|
|
1898
1896
|
content: "\ea7c";
|
|
1899
1897
|
margin-left: -1em;
|
|
1900
1898
|
color: rgb(34, 55, 68);
|
|
1901
|
-
|
|
1902
|
-
|
|
1899
|
+
}
|
|
1900
|
+
.i-matcha-emoji-faithless-color .path7:before {
|
|
1903
1901
|
content: "\ea7d";
|
|
1904
1902
|
margin-left: -1em;
|
|
1905
1903
|
color: rgb(34, 55, 68);
|
|
1906
|
-
|
|
1907
|
-
|
|
1904
|
+
}
|
|
1905
|
+
.i-matcha-emoji-faithless-color .path8:before {
|
|
1908
1906
|
content: "\ea7e";
|
|
1909
1907
|
margin-left: -1em;
|
|
1910
1908
|
color: rgb(34, 55, 68);
|
|
1911
|
-
|
|
1912
|
-
|
|
1909
|
+
}
|
|
1910
|
+
.i-matcha-emoji-careful:before {
|
|
1913
1911
|
content: "\ea7f";
|
|
1914
|
-
|
|
1915
|
-
|
|
1912
|
+
}
|
|
1913
|
+
.i-matcha-emoji-careful-out:before {
|
|
1916
1914
|
content: "\ea80";
|
|
1917
|
-
|
|
1918
|
-
|
|
1915
|
+
}
|
|
1916
|
+
.i-matcha-emoji-careful-color .path1:before {
|
|
1919
1917
|
content: "\ea81";
|
|
1920
1918
|
color: rgb(252, 234, 43);
|
|
1921
|
-
|
|
1922
|
-
|
|
1919
|
+
}
|
|
1920
|
+
.i-matcha-emoji-careful-color .path2:before {
|
|
1923
1921
|
content: "\ea82";
|
|
1924
1922
|
margin-left: -1em;
|
|
1925
1923
|
color: rgb(210, 47, 39);
|
|
1926
|
-
|
|
1927
|
-
|
|
1924
|
+
}
|
|
1925
|
+
.i-matcha-emoji-careful-color .path3:before {
|
|
1928
1926
|
content: "\ea83";
|
|
1929
1927
|
margin-left: -1em;
|
|
1930
1928
|
color: rgb(210, 47, 39);
|
|
1931
|
-
|
|
1932
|
-
|
|
1929
|
+
}
|
|
1930
|
+
.i-matcha-emoji-careful-color .path4:before {
|
|
1933
1931
|
content: "\ea84";
|
|
1934
1932
|
margin-left: -1em;
|
|
1935
1933
|
color: rgb(245, 247, 250);
|
|
1936
|
-
|
|
1937
|
-
|
|
1934
|
+
}
|
|
1935
|
+
.i-matcha-emoji-careful-color .path5:before {
|
|
1938
1936
|
content: "\ea85";
|
|
1939
1937
|
margin-left: -1em;
|
|
1940
1938
|
color: rgb(34, 55, 68);
|
|
1941
|
-
|
|
1942
|
-
|
|
1939
|
+
}
|
|
1940
|
+
.i-matcha-emoji-careful-color .path6:before {
|
|
1943
1941
|
content: "\ea86";
|
|
1944
1942
|
margin-left: -1em;
|
|
1945
1943
|
color: rgb(34, 55, 68);
|
|
1946
|
-
|
|
1947
|
-
|
|
1944
|
+
}
|
|
1945
|
+
.i-matcha-emoji-careful-color .path7:before {
|
|
1948
1946
|
content: "\ea87";
|
|
1949
1947
|
margin-left: -1em;
|
|
1950
1948
|
color: rgb(34, 55, 68);
|
|
1951
|
-
|
|
1952
|
-
|
|
1949
|
+
}
|
|
1950
|
+
.i-matcha-emoji-careful-color .path8:before {
|
|
1953
1951
|
content: "\ea88";
|
|
1954
1952
|
margin-left: -1em;
|
|
1955
1953
|
color: rgb(34, 55, 68);
|
|
1956
|
-
|
|
1957
|
-
|
|
1954
|
+
}
|
|
1955
|
+
.i-matcha-emoji-distressed:before {
|
|
1958
1956
|
content: "\ea89";
|
|
1959
|
-
|
|
1960
|
-
|
|
1957
|
+
}
|
|
1958
|
+
.i-matcha-emoji-distressed-out:before {
|
|
1961
1959
|
content: "\ea8a";
|
|
1962
|
-
|
|
1963
|
-
|
|
1960
|
+
}
|
|
1961
|
+
.i-matcha-emoji-distressed-color .path1:before {
|
|
1964
1962
|
content: "\ea8b";
|
|
1965
1963
|
color: rgb(252, 234, 43);
|
|
1966
|
-
|
|
1967
|
-
|
|
1964
|
+
}
|
|
1965
|
+
.i-matcha-emoji-distressed-color .path2:before {
|
|
1968
1966
|
content: "\ea8c";
|
|
1969
1967
|
margin-left: -1em;
|
|
1970
1968
|
color: rgb(245, 247, 250);
|
|
1971
|
-
|
|
1972
|
-
|
|
1969
|
+
}
|
|
1970
|
+
.i-matcha-emoji-distressed-color .path3:before {
|
|
1973
1971
|
content: "\ea8d";
|
|
1974
1972
|
margin-left: -1em;
|
|
1975
1973
|
color: rgb(34, 55, 68);
|
|
1976
|
-
|
|
1977
|
-
|
|
1974
|
+
}
|
|
1975
|
+
.i-matcha-emoji-distressed-color .path4:before {
|
|
1978
1976
|
content: "\ea8e";
|
|
1979
1977
|
margin-left: -1em;
|
|
1980
1978
|
color: rgb(34, 55, 68);
|
|
1981
|
-
|
|
1982
|
-
|
|
1979
|
+
}
|
|
1980
|
+
.i-matcha-emoji-distressed-color .path5:before {
|
|
1983
1981
|
content: "\ea8f";
|
|
1984
1982
|
margin-left: -1em;
|
|
1985
1983
|
color: rgb(34, 55, 68);
|
|
1986
|
-
|
|
1987
|
-
|
|
1984
|
+
}
|
|
1985
|
+
.i-matcha-emoji-distressed-color .path6:before {
|
|
1988
1986
|
content: "\eae9";
|
|
1989
1987
|
margin-left: -1em;
|
|
1990
1988
|
color: rgb(34, 55, 68);
|
|
1991
|
-
|
|
1992
|
-
|
|
1989
|
+
}
|
|
1990
|
+
.i-matcha-emoji-distressed-color .path7:before {
|
|
1993
1991
|
content: "\eaea";
|
|
1994
1992
|
margin-left: -1em;
|
|
1995
1993
|
color: rgb(34, 55, 68);
|
|
1996
|
-
|
|
1997
|
-
|
|
1994
|
+
}
|
|
1995
|
+
.i-matcha-emoji-distressed-color .path8:before {
|
|
1998
1996
|
content: "\eaeb";
|
|
1999
1997
|
margin-left: -1em;
|
|
2000
1998
|
color: rgb(34, 55, 68);
|
|
2001
|
-
|
|
2002
|
-
|
|
1999
|
+
}
|
|
2000
|
+
.i-matcha-nu:before {
|
|
2003
2001
|
content: "\eaec";
|
|
2004
|
-
|
|
2005
|
-
|
|
2002
|
+
}
|
|
2003
|
+
.i-matcha-nu-color .path1:before {
|
|
2006
2004
|
content: "\eaed";
|
|
2007
2005
|
color: rgb(255, 255, 255);
|
|
2008
|
-
|
|
2009
|
-
|
|
2006
|
+
}
|
|
2007
|
+
.i-matcha-nu-color .path2:before {
|
|
2010
2008
|
content: "\eaee";
|
|
2011
2009
|
margin-left: -1em;
|
|
2012
2010
|
color: rgb(129, 10, 210);
|
|
2013
|
-
|
|
2014
|
-
|
|
2011
|
+
}
|
|
2012
|
+
.i-matcha-bradesco:before {
|
|
2015
2013
|
content: "\eaef";
|
|
2016
|
-
|
|
2017
|
-
|
|
2014
|
+
}
|
|
2015
|
+
.i-matcha-bradesco-color .path1:before {
|
|
2018
2016
|
content: "\eaf0";
|
|
2019
2017
|
color: rgb(255, 255, 255);
|
|
2020
|
-
|
|
2021
|
-
|
|
2018
|
+
}
|
|
2019
|
+
.i-matcha-bradesco-color .path2:before {
|
|
2022
2020
|
content: "\eaf1";
|
|
2023
2021
|
margin-left: -1em;
|
|
2024
2022
|
color: rgb(204, 9, 47);
|
|
2025
|
-
|
|
2026
|
-
|
|
2023
|
+
}
|
|
2024
|
+
.i-matcha-santander:before {
|
|
2027
2025
|
content: "\eaf2";
|
|
2028
|
-
|
|
2029
|
-
|
|
2026
|
+
}
|
|
2027
|
+
.i-matcha-santander-color .path1:before {
|
|
2030
2028
|
content: "\eaf3";
|
|
2031
2029
|
color: rgb(255, 255, 255);
|
|
2032
|
-
|
|
2033
|
-
|
|
2030
|
+
}
|
|
2031
|
+
.i-matcha-santander-color .path2:before {
|
|
2034
2032
|
content: "\eaf4";
|
|
2035
2033
|
margin-left: -1em;
|
|
2036
2034
|
color: rgb(236, 0, 0);
|
|
2037
|
-
|
|
2038
|
-
|
|
2035
|
+
}
|
|
2036
|
+
.i-matcha-bb:before {
|
|
2039
2037
|
content: "\eaf5";
|
|
2040
|
-
|
|
2041
|
-
|
|
2038
|
+
}
|
|
2039
|
+
.i-matcha-bb-color .path1:before {
|
|
2042
2040
|
content: "\eaf6";
|
|
2043
2041
|
color: rgb(51, 52, 142);
|
|
2044
|
-
|
|
2045
|
-
|
|
2042
|
+
}
|
|
2043
|
+
.i-matcha-bb-color .path2:before {
|
|
2046
2044
|
content: "\eaf7";
|
|
2047
2045
|
margin-left: -1em;
|
|
2048
2046
|
color: rgb(255, 239, 56);
|
|
2049
|
-
|
|
2050
|
-
|
|
2047
|
+
}
|
|
2048
|
+
.i-matcha-c6-color:before {
|
|
2051
2049
|
content: "\eaf8";
|
|
2052
|
-
|
|
2053
|
-
|
|
2050
|
+
}
|
|
2051
|
+
.i-matcha-itau:before {
|
|
2054
2052
|
content: "\eaf9";
|
|
2055
|
-
|
|
2056
|
-
|
|
2053
|
+
}
|
|
2054
|
+
.i-matcha-itau-color .path1:before {
|
|
2057
2055
|
content: "\eafa";
|
|
2058
2056
|
color: rgb(254, 110, 2);
|
|
2059
|
-
|
|
2060
|
-
|
|
2057
|
+
}
|
|
2058
|
+
.i-matcha-itau-color .path2:before {
|
|
2061
2059
|
content: "\eafb";
|
|
2062
2060
|
margin-left: -1em;
|
|
2063
2061
|
color: rgb(46, 49, 145);
|
|
2064
|
-
|
|
2065
|
-
|
|
2062
|
+
}
|
|
2063
|
+
.i-matcha-itau-color .path3:before {
|
|
2066
2064
|
content: "\eafc";
|
|
2067
2065
|
margin-left: -1em;
|
|
2068
2066
|
color: rgb(255, 241, 0);
|
|
2069
|
-
|
|
2070
|
-
|
|
2067
|
+
}
|
|
2068
|
+
.i-matcha-itau-color .path4:before {
|
|
2071
2069
|
content: "\eafd";
|
|
2072
2070
|
margin-left: -1em;
|
|
2073
2071
|
color: rgb(254, 110, 2);
|
|
2074
|
-
|
|
2075
|
-
|
|
2072
|
+
}
|
|
2073
|
+
.i-matcha-itau-color .path5:before {
|
|
2076
2074
|
content: "\eafe";
|
|
2077
2075
|
margin-left: -1em;
|
|
2078
2076
|
color: rgb(254, 110, 2);
|
|
2079
|
-
|
|
2080
|
-
|
|
2077
|
+
}
|
|
2078
|
+
.i-matcha-itau-color .path6:before {
|
|
2081
2079
|
content: "\eaff";
|
|
2082
2080
|
margin-left: -1em;
|
|
2083
2081
|
color: rgb(254, 110, 2);
|
|
2084
|
-
|
|
2085
|
-
|
|
2082
|
+
}
|
|
2083
|
+
.i-matcha-itau-color .path7:before {
|
|
2086
2084
|
content: "\eb00";
|
|
2087
2085
|
margin-left: -1em;
|
|
2088
2086
|
color: rgb(254, 110, 2);
|
|
2089
|
-
|
|
2090
|
-
|
|
2087
|
+
}
|
|
2088
|
+
.i-matcha-itau-color .path8:before {
|
|
2091
2089
|
content: "\eb01";
|
|
2092
2090
|
margin-left: -1em;
|
|
2093
2091
|
color: rgb(254, 110, 2);
|
|
2094
|
-
|
|
2095
|
-
|
|
2092
|
+
}
|
|
2093
|
+
.i-matcha-itau-color .path9:before {
|
|
2096
2094
|
content: "\eb02";
|
|
2097
2095
|
margin-left: -1em;
|
|
2098
2096
|
color: rgb(254, 110, 2);
|
|
2099
|
-
|
|
2100
|
-
|
|
2097
|
+
}
|
|
2098
|
+
.i-matcha-itau-color .path10:before {
|
|
2101
2099
|
content: "\eb03";
|
|
2102
2100
|
margin-left: -1em;
|
|
2103
2101
|
color: rgb(254, 110, 2);
|
|
2104
|
-
|
|
2105
|
-
|
|
2102
|
+
}
|
|
2103
|
+
.i-matcha-itau-color .path11:before {
|
|
2106
2104
|
content: "\eb04";
|
|
2107
2105
|
margin-left: -1em;
|
|
2108
2106
|
color: rgb(254, 110, 2);
|
|
2109
|
-
|
|
2110
|
-
|
|
2107
|
+
}
|
|
2108
|
+
.i-matcha-itau-color .path12:before {
|
|
2111
2109
|
content: "\eb05";
|
|
2112
2110
|
margin-left: -1em;
|
|
2113
2111
|
color: rgb(254, 110, 2);
|
|
2114
|
-
|
|
2115
|
-
|
|
2112
|
+
}
|
|
2113
|
+
.i-matcha-itau-color .path13:before {
|
|
2116
2114
|
content: "\eb06";
|
|
2117
2115
|
margin-left: -1em;
|
|
2118
2116
|
color: rgb(254, 110, 2);
|
|
2119
|
-
|
|
2120
|
-
|
|
2117
|
+
}
|
|
2118
|
+
.i-matcha-itau-color .path14:before {
|
|
2121
2119
|
content: "\eb07";
|
|
2122
2120
|
margin-left: -1em;
|
|
2123
2121
|
color: rgb(254, 110, 2);
|
|
2124
|
-
|
|
2125
|
-
|
|
2122
|
+
}
|
|
2123
|
+
.i-matcha-itau-color .path15:before {
|
|
2126
2124
|
content: "\eb08";
|
|
2127
2125
|
margin-left: -1em;
|
|
2128
2126
|
color: rgb(254, 110, 2);
|
|
2129
|
-
|
|
2130
|
-
|
|
2127
|
+
}
|
|
2128
|
+
.i-matcha-caixa:before {
|
|
2131
2129
|
content: "\eb09";
|
|
2132
|
-
|
|
2133
|
-
|
|
2130
|
+
}
|
|
2131
|
+
.i-matcha-caixa-color .path1:before {
|
|
2134
2132
|
content: "\eb0a";
|
|
2135
2133
|
color: rgb(255, 255, 255);
|
|
2136
|
-
|
|
2137
|
-
|
|
2134
|
+
}
|
|
2135
|
+
.i-matcha-caixa-color .path2:before {
|
|
2138
2136
|
content: "\eb30";
|
|
2139
2137
|
margin-left: -1em;
|
|
2140
2138
|
color: rgb(0, 111, 174);
|
|
2141
|
-
|
|
2142
|
-
|
|
2139
|
+
}
|
|
2140
|
+
.i-matcha-caixa-color .path3:before {
|
|
2143
2141
|
content: "\eb31";
|
|
2144
2142
|
margin-left: -1em;
|
|
2145
2143
|
color: rgb(243, 146, 0);
|
|
2146
|
-
|
|
2147
|
-
|
|
2144
|
+
}
|
|
2145
|
+
.i-matcha-caixa-color .path4:before {
|
|
2148
2146
|
content: "\eb32";
|
|
2149
2147
|
margin-left: -1em;
|
|
2150
2148
|
color: rgb(243, 146, 0);
|
|
2151
|
-
|
|
2149
|
+
}
|