vuetify-nuxt4-module 1.1.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.
@@ -0,0 +1,3654 @@
1
+ @charset "UTF-8";
2
+ /**
3
+ * Vuetify styles with custom settings
4
+ * Optimized for production builds
5
+ */
6
+ @keyframes v-shake {
7
+ 59% {
8
+ margin-left: 0;
9
+ }
10
+ 60%, 80% {
11
+ margin-left: 2px;
12
+ }
13
+ 70%, 90% {
14
+ margin-left: -2px;
15
+ }
16
+ }
17
+ .bg-black {
18
+ background-color: #000000 !important;
19
+ }
20
+ .bg-black {
21
+ color: #FFFFFF !important;
22
+ }
23
+
24
+ .bg-white {
25
+ background-color: #FFFFFF !important;
26
+ }
27
+ .bg-white {
28
+ color: #000000 !important;
29
+ }
30
+
31
+ .bg-transparent {
32
+ background-color: transparent !important;
33
+ }
34
+ .bg-transparent {
35
+ color: currentColor !important;
36
+ }
37
+
38
+ .bg-red {
39
+ background-color: #F44336 !important;
40
+ }
41
+ .bg-red {
42
+ color: #FFFFFF !important;
43
+ }
44
+
45
+ .bg-red-lighten-5 {
46
+ background-color: #FFEBEE !important;
47
+ }
48
+ .bg-red-lighten-5 {
49
+ color: #000000 !important;
50
+ }
51
+
52
+ .bg-red-lighten-4 {
53
+ background-color: #FFCDD2 !important;
54
+ }
55
+ .bg-red-lighten-4 {
56
+ color: #000000 !important;
57
+ }
58
+
59
+ .bg-red-lighten-3 {
60
+ background-color: #EF9A9A !important;
61
+ }
62
+ .bg-red-lighten-3 {
63
+ color: #000000 !important;
64
+ }
65
+
66
+ .bg-red-lighten-2 {
67
+ background-color: #E57373 !important;
68
+ }
69
+ .bg-red-lighten-2 {
70
+ color: #FFFFFF !important;
71
+ }
72
+
73
+ .bg-red-lighten-1 {
74
+ background-color: #EF5350 !important;
75
+ }
76
+ .bg-red-lighten-1 {
77
+ color: #FFFFFF !important;
78
+ }
79
+
80
+ .bg-red-darken-1 {
81
+ background-color: #E53935 !important;
82
+ }
83
+ .bg-red-darken-1 {
84
+ color: #FFFFFF !important;
85
+ }
86
+
87
+ .bg-red-darken-2 {
88
+ background-color: #D32F2F !important;
89
+ }
90
+ .bg-red-darken-2 {
91
+ color: #FFFFFF !important;
92
+ }
93
+
94
+ .bg-red-darken-3 {
95
+ background-color: #C62828 !important;
96
+ }
97
+ .bg-red-darken-3 {
98
+ color: #FFFFFF !important;
99
+ }
100
+
101
+ .bg-red-darken-4 {
102
+ background-color: #B71C1C !important;
103
+ }
104
+ .bg-red-darken-4 {
105
+ color: #FFFFFF !important;
106
+ }
107
+
108
+ .bg-red-accent-1 {
109
+ background-color: #FF8A80 !important;
110
+ }
111
+ .bg-red-accent-1 {
112
+ color: #000000 !important;
113
+ }
114
+
115
+ .bg-red-accent-2 {
116
+ background-color: #FF5252 !important;
117
+ }
118
+ .bg-red-accent-2 {
119
+ color: #FFFFFF !important;
120
+ }
121
+
122
+ .bg-red-accent-3 {
123
+ background-color: #FF1744 !important;
124
+ }
125
+ .bg-red-accent-3 {
126
+ color: #FFFFFF !important;
127
+ }
128
+
129
+ .bg-red-accent-4 {
130
+ background-color: #D50000 !important;
131
+ }
132
+ .bg-red-accent-4 {
133
+ color: #FFFFFF !important;
134
+ }
135
+
136
+ .bg-pink {
137
+ background-color: #e91e63 !important;
138
+ }
139
+ .bg-pink {
140
+ color: #FFFFFF !important;
141
+ }
142
+
143
+ .bg-pink-lighten-5 {
144
+ background-color: #fce4ec !important;
145
+ }
146
+ .bg-pink-lighten-5 {
147
+ color: #000000 !important;
148
+ }
149
+
150
+ .bg-pink-lighten-4 {
151
+ background-color: #f8bbd0 !important;
152
+ }
153
+ .bg-pink-lighten-4 {
154
+ color: #000000 !important;
155
+ }
156
+
157
+ .bg-pink-lighten-3 {
158
+ background-color: #f48fb1 !important;
159
+ }
160
+ .bg-pink-lighten-3 {
161
+ color: #000000 !important;
162
+ }
163
+
164
+ .bg-pink-lighten-2 {
165
+ background-color: #f06292 !important;
166
+ }
167
+ .bg-pink-lighten-2 {
168
+ color: #FFFFFF !important;
169
+ }
170
+
171
+ .bg-pink-lighten-1 {
172
+ background-color: #ec407a !important;
173
+ }
174
+ .bg-pink-lighten-1 {
175
+ color: #FFFFFF !important;
176
+ }
177
+
178
+ .bg-pink-darken-1 {
179
+ background-color: #d81b60 !important;
180
+ }
181
+ .bg-pink-darken-1 {
182
+ color: #FFFFFF !important;
183
+ }
184
+
185
+ .bg-pink-darken-2 {
186
+ background-color: #c2185b !important;
187
+ }
188
+ .bg-pink-darken-2 {
189
+ color: #FFFFFF !important;
190
+ }
191
+
192
+ .bg-pink-darken-3 {
193
+ background-color: #ad1457 !important;
194
+ }
195
+ .bg-pink-darken-3 {
196
+ color: #FFFFFF !important;
197
+ }
198
+
199
+ .bg-pink-darken-4 {
200
+ background-color: #880e4f !important;
201
+ }
202
+ .bg-pink-darken-4 {
203
+ color: #FFFFFF !important;
204
+ }
205
+
206
+ .bg-pink-accent-1 {
207
+ background-color: #ff80ab !important;
208
+ }
209
+ .bg-pink-accent-1 {
210
+ color: #FFFFFF !important;
211
+ }
212
+
213
+ .bg-pink-accent-2 {
214
+ background-color: #ff4081 !important;
215
+ }
216
+ .bg-pink-accent-2 {
217
+ color: #FFFFFF !important;
218
+ }
219
+
220
+ .bg-pink-accent-3 {
221
+ background-color: #f50057 !important;
222
+ }
223
+ .bg-pink-accent-3 {
224
+ color: #FFFFFF !important;
225
+ }
226
+
227
+ .bg-pink-accent-4 {
228
+ background-color: #c51162 !important;
229
+ }
230
+ .bg-pink-accent-4 {
231
+ color: #FFFFFF !important;
232
+ }
233
+
234
+ .bg-purple {
235
+ background-color: #9c27b0 !important;
236
+ }
237
+ .bg-purple {
238
+ color: #FFFFFF !important;
239
+ }
240
+
241
+ .bg-purple-lighten-5 {
242
+ background-color: #f3e5f5 !important;
243
+ }
244
+ .bg-purple-lighten-5 {
245
+ color: #000000 !important;
246
+ }
247
+
248
+ .bg-purple-lighten-4 {
249
+ background-color: #e1bee7 !important;
250
+ }
251
+ .bg-purple-lighten-4 {
252
+ color: #000000 !important;
253
+ }
254
+
255
+ .bg-purple-lighten-3 {
256
+ background-color: #ce93d8 !important;
257
+ }
258
+ .bg-purple-lighten-3 {
259
+ color: #FFFFFF !important;
260
+ }
261
+
262
+ .bg-purple-lighten-2 {
263
+ background-color: #ba68c8 !important;
264
+ }
265
+ .bg-purple-lighten-2 {
266
+ color: #FFFFFF !important;
267
+ }
268
+
269
+ .bg-purple-lighten-1 {
270
+ background-color: #ab47bc !important;
271
+ }
272
+ .bg-purple-lighten-1 {
273
+ color: #FFFFFF !important;
274
+ }
275
+
276
+ .bg-purple-darken-1 {
277
+ background-color: #8e24aa !important;
278
+ }
279
+ .bg-purple-darken-1 {
280
+ color: #FFFFFF !important;
281
+ }
282
+
283
+ .bg-purple-darken-2 {
284
+ background-color: #7b1fa2 !important;
285
+ }
286
+ .bg-purple-darken-2 {
287
+ color: #FFFFFF !important;
288
+ }
289
+
290
+ .bg-purple-darken-3 {
291
+ background-color: #6a1b9a !important;
292
+ }
293
+ .bg-purple-darken-3 {
294
+ color: #FFFFFF !important;
295
+ }
296
+
297
+ .bg-purple-darken-4 {
298
+ background-color: #4a148c !important;
299
+ }
300
+ .bg-purple-darken-4 {
301
+ color: #FFFFFF !important;
302
+ }
303
+
304
+ .bg-purple-accent-1 {
305
+ background-color: #ea80fc !important;
306
+ }
307
+ .bg-purple-accent-1 {
308
+ color: #FFFFFF !important;
309
+ }
310
+
311
+ .bg-purple-accent-2 {
312
+ background-color: #e040fb !important;
313
+ }
314
+ .bg-purple-accent-2 {
315
+ color: #FFFFFF !important;
316
+ }
317
+
318
+ .bg-purple-accent-3 {
319
+ background-color: #d500f9 !important;
320
+ }
321
+ .bg-purple-accent-3 {
322
+ color: #FFFFFF !important;
323
+ }
324
+
325
+ .bg-purple-accent-4 {
326
+ background-color: #aa00ff !important;
327
+ }
328
+ .bg-purple-accent-4 {
329
+ color: #FFFFFF !important;
330
+ }
331
+
332
+ .bg-deep-purple {
333
+ background-color: #673ab7 !important;
334
+ }
335
+ .bg-deep-purple {
336
+ color: #FFFFFF !important;
337
+ }
338
+
339
+ .bg-deep-purple-lighten-5 {
340
+ background-color: #ede7f6 !important;
341
+ }
342
+ .bg-deep-purple-lighten-5 {
343
+ color: #000000 !important;
344
+ }
345
+
346
+ .bg-deep-purple-lighten-4 {
347
+ background-color: #d1c4e9 !important;
348
+ }
349
+ .bg-deep-purple-lighten-4 {
350
+ color: #000000 !important;
351
+ }
352
+
353
+ .bg-deep-purple-lighten-3 {
354
+ background-color: #b39ddb !important;
355
+ }
356
+ .bg-deep-purple-lighten-3 {
357
+ color: #FFFFFF !important;
358
+ }
359
+
360
+ .bg-deep-purple-lighten-2 {
361
+ background-color: #9575cd !important;
362
+ }
363
+ .bg-deep-purple-lighten-2 {
364
+ color: #FFFFFF !important;
365
+ }
366
+
367
+ .bg-deep-purple-lighten-1 {
368
+ background-color: #7e57c2 !important;
369
+ }
370
+ .bg-deep-purple-lighten-1 {
371
+ color: #FFFFFF !important;
372
+ }
373
+
374
+ .bg-deep-purple-darken-1 {
375
+ background-color: #5e35b1 !important;
376
+ }
377
+ .bg-deep-purple-darken-1 {
378
+ color: #FFFFFF !important;
379
+ }
380
+
381
+ .bg-deep-purple-darken-2 {
382
+ background-color: #512da8 !important;
383
+ }
384
+ .bg-deep-purple-darken-2 {
385
+ color: #FFFFFF !important;
386
+ }
387
+
388
+ .bg-deep-purple-darken-3 {
389
+ background-color: #4527a0 !important;
390
+ }
391
+ .bg-deep-purple-darken-3 {
392
+ color: #FFFFFF !important;
393
+ }
394
+
395
+ .bg-deep-purple-darken-4 {
396
+ background-color: #311b92 !important;
397
+ }
398
+ .bg-deep-purple-darken-4 {
399
+ color: #FFFFFF !important;
400
+ }
401
+
402
+ .bg-deep-purple-accent-1 {
403
+ background-color: #b388ff !important;
404
+ }
405
+ .bg-deep-purple-accent-1 {
406
+ color: #FFFFFF !important;
407
+ }
408
+
409
+ .bg-deep-purple-accent-2 {
410
+ background-color: #7c4dff !important;
411
+ }
412
+ .bg-deep-purple-accent-2 {
413
+ color: #FFFFFF !important;
414
+ }
415
+
416
+ .bg-deep-purple-accent-3 {
417
+ background-color: #651fff !important;
418
+ }
419
+ .bg-deep-purple-accent-3 {
420
+ color: #FFFFFF !important;
421
+ }
422
+
423
+ .bg-deep-purple-accent-4 {
424
+ background-color: #6200ea !important;
425
+ }
426
+ .bg-deep-purple-accent-4 {
427
+ color: #FFFFFF !important;
428
+ }
429
+
430
+ .bg-indigo {
431
+ background-color: #3f51b5 !important;
432
+ }
433
+ .bg-indigo {
434
+ color: #FFFFFF !important;
435
+ }
436
+
437
+ .bg-indigo-lighten-5 {
438
+ background-color: #e8eaf6 !important;
439
+ }
440
+ .bg-indigo-lighten-5 {
441
+ color: #000000 !important;
442
+ }
443
+
444
+ .bg-indigo-lighten-4 {
445
+ background-color: #c5cae9 !important;
446
+ }
447
+ .bg-indigo-lighten-4 {
448
+ color: #000000 !important;
449
+ }
450
+
451
+ .bg-indigo-lighten-3 {
452
+ background-color: #9fa8da !important;
453
+ }
454
+ .bg-indigo-lighten-3 {
455
+ color: #FFFFFF !important;
456
+ }
457
+
458
+ .bg-indigo-lighten-2 {
459
+ background-color: #7986cb !important;
460
+ }
461
+ .bg-indigo-lighten-2 {
462
+ color: #FFFFFF !important;
463
+ }
464
+
465
+ .bg-indigo-lighten-1 {
466
+ background-color: #5c6bc0 !important;
467
+ }
468
+ .bg-indigo-lighten-1 {
469
+ color: #FFFFFF !important;
470
+ }
471
+
472
+ .bg-indigo-darken-1 {
473
+ background-color: #3949ab !important;
474
+ }
475
+ .bg-indigo-darken-1 {
476
+ color: #FFFFFF !important;
477
+ }
478
+
479
+ .bg-indigo-darken-2 {
480
+ background-color: #303f9f !important;
481
+ }
482
+ .bg-indigo-darken-2 {
483
+ color: #FFFFFF !important;
484
+ }
485
+
486
+ .bg-indigo-darken-3 {
487
+ background-color: #283593 !important;
488
+ }
489
+ .bg-indigo-darken-3 {
490
+ color: #FFFFFF !important;
491
+ }
492
+
493
+ .bg-indigo-darken-4 {
494
+ background-color: #1a237e !important;
495
+ }
496
+ .bg-indigo-darken-4 {
497
+ color: #FFFFFF !important;
498
+ }
499
+
500
+ .bg-indigo-accent-1 {
501
+ background-color: #8c9eff !important;
502
+ }
503
+ .bg-indigo-accent-1 {
504
+ color: #FFFFFF !important;
505
+ }
506
+
507
+ .bg-indigo-accent-2 {
508
+ background-color: #536dfe !important;
509
+ }
510
+ .bg-indigo-accent-2 {
511
+ color: #FFFFFF !important;
512
+ }
513
+
514
+ .bg-indigo-accent-3 {
515
+ background-color: #3d5afe !important;
516
+ }
517
+ .bg-indigo-accent-3 {
518
+ color: #FFFFFF !important;
519
+ }
520
+
521
+ .bg-indigo-accent-4 {
522
+ background-color: #304ffe !important;
523
+ }
524
+ .bg-indigo-accent-4 {
525
+ color: #FFFFFF !important;
526
+ }
527
+
528
+ .bg-blue {
529
+ background-color: #2196F3 !important;
530
+ }
531
+ .bg-blue {
532
+ color: #FFFFFF !important;
533
+ }
534
+
535
+ .bg-blue-lighten-5 {
536
+ background-color: #E3F2FD !important;
537
+ }
538
+ .bg-blue-lighten-5 {
539
+ color: #000000 !important;
540
+ }
541
+
542
+ .bg-blue-lighten-4 {
543
+ background-color: #BBDEFB !important;
544
+ }
545
+ .bg-blue-lighten-4 {
546
+ color: #000000 !important;
547
+ }
548
+
549
+ .bg-blue-lighten-3 {
550
+ background-color: #90CAF9 !important;
551
+ }
552
+ .bg-blue-lighten-3 {
553
+ color: #000000 !important;
554
+ }
555
+
556
+ .bg-blue-lighten-2 {
557
+ background-color: #64B5F6 !important;
558
+ }
559
+ .bg-blue-lighten-2 {
560
+ color: #000000 !important;
561
+ }
562
+
563
+ .bg-blue-lighten-1 {
564
+ background-color: #42A5F5 !important;
565
+ }
566
+ .bg-blue-lighten-1 {
567
+ color: #FFFFFF !important;
568
+ }
569
+
570
+ .bg-blue-darken-1 {
571
+ background-color: #1E88E5 !important;
572
+ }
573
+ .bg-blue-darken-1 {
574
+ color: #FFFFFF !important;
575
+ }
576
+
577
+ .bg-blue-darken-2 {
578
+ background-color: #1976D2 !important;
579
+ }
580
+ .bg-blue-darken-2 {
581
+ color: #FFFFFF !important;
582
+ }
583
+
584
+ .bg-blue-darken-3 {
585
+ background-color: #1565C0 !important;
586
+ }
587
+ .bg-blue-darken-3 {
588
+ color: #FFFFFF !important;
589
+ }
590
+
591
+ .bg-blue-darken-4 {
592
+ background-color: #0D47A1 !important;
593
+ }
594
+ .bg-blue-darken-4 {
595
+ color: #FFFFFF !important;
596
+ }
597
+
598
+ .bg-blue-accent-1 {
599
+ background-color: #82B1FF !important;
600
+ }
601
+ .bg-blue-accent-1 {
602
+ color: #000000 !important;
603
+ }
604
+
605
+ .bg-blue-accent-2 {
606
+ background-color: #448AFF !important;
607
+ }
608
+ .bg-blue-accent-2 {
609
+ color: #FFFFFF !important;
610
+ }
611
+
612
+ .bg-blue-accent-3 {
613
+ background-color: #2979FF !important;
614
+ }
615
+ .bg-blue-accent-3 {
616
+ color: #FFFFFF !important;
617
+ }
618
+
619
+ .bg-blue-accent-4 {
620
+ background-color: #2962FF !important;
621
+ }
622
+ .bg-blue-accent-4 {
623
+ color: #FFFFFF !important;
624
+ }
625
+
626
+ .bg-light-blue {
627
+ background-color: #03a9f4 !important;
628
+ }
629
+ .bg-light-blue {
630
+ color: #FFFFFF !important;
631
+ }
632
+
633
+ .bg-light-blue-lighten-5 {
634
+ background-color: #e1f5fe !important;
635
+ }
636
+ .bg-light-blue-lighten-5 {
637
+ color: #000000 !important;
638
+ }
639
+
640
+ .bg-light-blue-lighten-4 {
641
+ background-color: #b3e5fc !important;
642
+ }
643
+ .bg-light-blue-lighten-4 {
644
+ color: #000000 !important;
645
+ }
646
+
647
+ .bg-light-blue-lighten-3 {
648
+ background-color: #81d4fa !important;
649
+ }
650
+ .bg-light-blue-lighten-3 {
651
+ color: #000000 !important;
652
+ }
653
+
654
+ .bg-light-blue-lighten-2 {
655
+ background-color: #4fc3f7 !important;
656
+ }
657
+ .bg-light-blue-lighten-2 {
658
+ color: #000000 !important;
659
+ }
660
+
661
+ .bg-light-blue-lighten-1 {
662
+ background-color: #29b6f6 !important;
663
+ }
664
+ .bg-light-blue-lighten-1 {
665
+ color: #000000 !important;
666
+ }
667
+
668
+ .bg-light-blue-darken-1 {
669
+ background-color: #039be5 !important;
670
+ }
671
+ .bg-light-blue-darken-1 {
672
+ color: #FFFFFF !important;
673
+ }
674
+
675
+ .bg-light-blue-darken-2 {
676
+ background-color: #0288d1 !important;
677
+ }
678
+ .bg-light-blue-darken-2 {
679
+ color: #FFFFFF !important;
680
+ }
681
+
682
+ .bg-light-blue-darken-3 {
683
+ background-color: #0277bd !important;
684
+ }
685
+ .bg-light-blue-darken-3 {
686
+ color: #FFFFFF !important;
687
+ }
688
+
689
+ .bg-light-blue-darken-4 {
690
+ background-color: #01579b !important;
691
+ }
692
+ .bg-light-blue-darken-4 {
693
+ color: #FFFFFF !important;
694
+ }
695
+
696
+ .bg-light-blue-accent-1 {
697
+ background-color: #80d8ff !important;
698
+ }
699
+ .bg-light-blue-accent-1 {
700
+ color: #000000 !important;
701
+ }
702
+
703
+ .bg-light-blue-accent-2 {
704
+ background-color: #40c4ff !important;
705
+ }
706
+ .bg-light-blue-accent-2 {
707
+ color: #000000 !important;
708
+ }
709
+
710
+ .bg-light-blue-accent-3 {
711
+ background-color: #00b0ff !important;
712
+ }
713
+ .bg-light-blue-accent-3 {
714
+ color: #FFFFFF !important;
715
+ }
716
+
717
+ .bg-light-blue-accent-4 {
718
+ background-color: #0091ea !important;
719
+ }
720
+ .bg-light-blue-accent-4 {
721
+ color: #FFFFFF !important;
722
+ }
723
+
724
+ .bg-cyan {
725
+ background-color: #00bcd4 !important;
726
+ }
727
+ .bg-cyan {
728
+ color: #000000 !important;
729
+ }
730
+
731
+ .bg-cyan-lighten-5 {
732
+ background-color: #e0f7fa !important;
733
+ }
734
+ .bg-cyan-lighten-5 {
735
+ color: #000000 !important;
736
+ }
737
+
738
+ .bg-cyan-lighten-4 {
739
+ background-color: #b2ebf2 !important;
740
+ }
741
+ .bg-cyan-lighten-4 {
742
+ color: #000000 !important;
743
+ }
744
+
745
+ .bg-cyan-lighten-3 {
746
+ background-color: #80deea !important;
747
+ }
748
+ .bg-cyan-lighten-3 {
749
+ color: #000000 !important;
750
+ }
751
+
752
+ .bg-cyan-lighten-2 {
753
+ background-color: #4dd0e1 !important;
754
+ }
755
+ .bg-cyan-lighten-2 {
756
+ color: #000000 !important;
757
+ }
758
+
759
+ .bg-cyan-lighten-1 {
760
+ background-color: #26c6da !important;
761
+ }
762
+ .bg-cyan-lighten-1 {
763
+ color: #000000 !important;
764
+ }
765
+
766
+ .bg-cyan-darken-1 {
767
+ background-color: #00acc1 !important;
768
+ }
769
+ .bg-cyan-darken-1 {
770
+ color: #FFFFFF !important;
771
+ }
772
+
773
+ .bg-cyan-darken-2 {
774
+ background-color: #0097a7 !important;
775
+ }
776
+ .bg-cyan-darken-2 {
777
+ color: #FFFFFF !important;
778
+ }
779
+
780
+ .bg-cyan-darken-3 {
781
+ background-color: #00838f !important;
782
+ }
783
+ .bg-cyan-darken-3 {
784
+ color: #FFFFFF !important;
785
+ }
786
+
787
+ .bg-cyan-darken-4 {
788
+ background-color: #006064 !important;
789
+ }
790
+ .bg-cyan-darken-4 {
791
+ color: #FFFFFF !important;
792
+ }
793
+
794
+ .bg-cyan-accent-1 {
795
+ background-color: #84ffff !important;
796
+ }
797
+ .bg-cyan-accent-1 {
798
+ color: #000000 !important;
799
+ }
800
+
801
+ .bg-cyan-accent-2 {
802
+ background-color: #18ffff !important;
803
+ }
804
+ .bg-cyan-accent-2 {
805
+ color: #000000 !important;
806
+ }
807
+
808
+ .bg-cyan-accent-3 {
809
+ background-color: #00e5ff !important;
810
+ }
811
+ .bg-cyan-accent-3 {
812
+ color: #000000 !important;
813
+ }
814
+
815
+ .bg-cyan-accent-4 {
816
+ background-color: #00b8d4 !important;
817
+ }
818
+ .bg-cyan-accent-4 {
819
+ color: #FFFFFF !important;
820
+ }
821
+
822
+ .bg-teal {
823
+ background-color: #009688 !important;
824
+ }
825
+ .bg-teal {
826
+ color: #FFFFFF !important;
827
+ }
828
+
829
+ .bg-teal-lighten-5 {
830
+ background-color: #e0f2f1 !important;
831
+ }
832
+ .bg-teal-lighten-5 {
833
+ color: #000000 !important;
834
+ }
835
+
836
+ .bg-teal-lighten-4 {
837
+ background-color: #b2dfdb !important;
838
+ }
839
+ .bg-teal-lighten-4 {
840
+ color: #000000 !important;
841
+ }
842
+
843
+ .bg-teal-lighten-3 {
844
+ background-color: #80cbc4 !important;
845
+ }
846
+ .bg-teal-lighten-3 {
847
+ color: #000000 !important;
848
+ }
849
+
850
+ .bg-teal-lighten-2 {
851
+ background-color: #4db6ac !important;
852
+ }
853
+ .bg-teal-lighten-2 {
854
+ color: #FFFFFF !important;
855
+ }
856
+
857
+ .bg-teal-lighten-1 {
858
+ background-color: #26a69a !important;
859
+ }
860
+ .bg-teal-lighten-1 {
861
+ color: #FFFFFF !important;
862
+ }
863
+
864
+ .bg-teal-darken-1 {
865
+ background-color: #00897b !important;
866
+ }
867
+ .bg-teal-darken-1 {
868
+ color: #FFFFFF !important;
869
+ }
870
+
871
+ .bg-teal-darken-2 {
872
+ background-color: #00796b !important;
873
+ }
874
+ .bg-teal-darken-2 {
875
+ color: #FFFFFF !important;
876
+ }
877
+
878
+ .bg-teal-darken-3 {
879
+ background-color: #00695c !important;
880
+ }
881
+ .bg-teal-darken-3 {
882
+ color: #FFFFFF !important;
883
+ }
884
+
885
+ .bg-teal-darken-4 {
886
+ background-color: #004d40 !important;
887
+ }
888
+ .bg-teal-darken-4 {
889
+ color: #FFFFFF !important;
890
+ }
891
+
892
+ .bg-teal-accent-1 {
893
+ background-color: #a7ffeb !important;
894
+ }
895
+ .bg-teal-accent-1 {
896
+ color: #000000 !important;
897
+ }
898
+
899
+ .bg-teal-accent-2 {
900
+ background-color: #64ffda !important;
901
+ }
902
+ .bg-teal-accent-2 {
903
+ color: #000000 !important;
904
+ }
905
+
906
+ .bg-teal-accent-3 {
907
+ background-color: #1de9b6 !important;
908
+ }
909
+ .bg-teal-accent-3 {
910
+ color: #000000 !important;
911
+ }
912
+
913
+ .bg-teal-accent-4 {
914
+ background-color: #00bfa5 !important;
915
+ }
916
+ .bg-teal-accent-4 {
917
+ color: #FFFFFF !important;
918
+ }
919
+
920
+ .bg-green {
921
+ background-color: #4CAF50 !important;
922
+ }
923
+ .bg-green {
924
+ color: #FFFFFF !important;
925
+ }
926
+
927
+ .bg-green-lighten-5 {
928
+ background-color: #E8F5E9 !important;
929
+ }
930
+ .bg-green-lighten-5 {
931
+ color: #000000 !important;
932
+ }
933
+
934
+ .bg-green-lighten-4 {
935
+ background-color: #C8E6C9 !important;
936
+ }
937
+ .bg-green-lighten-4 {
938
+ color: #000000 !important;
939
+ }
940
+
941
+ .bg-green-lighten-3 {
942
+ background-color: #A5D6A7 !important;
943
+ }
944
+ .bg-green-lighten-3 {
945
+ color: #000000 !important;
946
+ }
947
+
948
+ .bg-green-lighten-2 {
949
+ background-color: #81C784 !important;
950
+ }
951
+ .bg-green-lighten-2 {
952
+ color: #000000 !important;
953
+ }
954
+
955
+ .bg-green-lighten-1 {
956
+ background-color: #66BB6A !important;
957
+ }
958
+ .bg-green-lighten-1 {
959
+ color: #FFFFFF !important;
960
+ }
961
+
962
+ .bg-green-darken-1 {
963
+ background-color: #43A047 !important;
964
+ }
965
+ .bg-green-darken-1 {
966
+ color: #FFFFFF !important;
967
+ }
968
+
969
+ .bg-green-darken-2 {
970
+ background-color: #388E3C !important;
971
+ }
972
+ .bg-green-darken-2 {
973
+ color: #FFFFFF !important;
974
+ }
975
+
976
+ .bg-green-darken-3 {
977
+ background-color: #2E7D32 !important;
978
+ }
979
+ .bg-green-darken-3 {
980
+ color: #FFFFFF !important;
981
+ }
982
+
983
+ .bg-green-darken-4 {
984
+ background-color: #1B5E20 !important;
985
+ }
986
+ .bg-green-darken-4 {
987
+ color: #FFFFFF !important;
988
+ }
989
+
990
+ .bg-green-accent-1 {
991
+ background-color: #B9F6CA !important;
992
+ }
993
+ .bg-green-accent-1 {
994
+ color: #000000 !important;
995
+ }
996
+
997
+ .bg-green-accent-2 {
998
+ background-color: #69F0AE !important;
999
+ }
1000
+ .bg-green-accent-2 {
1001
+ color: #000000 !important;
1002
+ }
1003
+
1004
+ .bg-green-accent-3 {
1005
+ background-color: #00E676 !important;
1006
+ }
1007
+ .bg-green-accent-3 {
1008
+ color: #000000 !important;
1009
+ }
1010
+
1011
+ .bg-green-accent-4 {
1012
+ background-color: #00C853 !important;
1013
+ }
1014
+ .bg-green-accent-4 {
1015
+ color: #000000 !important;
1016
+ }
1017
+
1018
+ .bg-light-green {
1019
+ background-color: #8bc34a !important;
1020
+ }
1021
+ .bg-light-green {
1022
+ color: #000000 !important;
1023
+ }
1024
+
1025
+ .bg-light-green-lighten-5 {
1026
+ background-color: #f1f8e9 !important;
1027
+ }
1028
+ .bg-light-green-lighten-5 {
1029
+ color: #000000 !important;
1030
+ }
1031
+
1032
+ .bg-light-green-lighten-4 {
1033
+ background-color: #dcedc8 !important;
1034
+ }
1035
+ .bg-light-green-lighten-4 {
1036
+ color: #000000 !important;
1037
+ }
1038
+
1039
+ .bg-light-green-lighten-3 {
1040
+ background-color: #c5e1a5 !important;
1041
+ }
1042
+ .bg-light-green-lighten-3 {
1043
+ color: #000000 !important;
1044
+ }
1045
+
1046
+ .bg-light-green-lighten-2 {
1047
+ background-color: #aed581 !important;
1048
+ }
1049
+ .bg-light-green-lighten-2 {
1050
+ color: #000000 !important;
1051
+ }
1052
+
1053
+ .bg-light-green-lighten-1 {
1054
+ background-color: #9ccc65 !important;
1055
+ }
1056
+ .bg-light-green-lighten-1 {
1057
+ color: #000000 !important;
1058
+ }
1059
+
1060
+ .bg-light-green-darken-1 {
1061
+ background-color: #7cb342 !important;
1062
+ }
1063
+ .bg-light-green-darken-1 {
1064
+ color: #FFFFFF !important;
1065
+ }
1066
+
1067
+ .bg-light-green-darken-2 {
1068
+ background-color: #689f38 !important;
1069
+ }
1070
+ .bg-light-green-darken-2 {
1071
+ color: #FFFFFF !important;
1072
+ }
1073
+
1074
+ .bg-light-green-darken-3 {
1075
+ background-color: #558b2f !important;
1076
+ }
1077
+ .bg-light-green-darken-3 {
1078
+ color: #FFFFFF !important;
1079
+ }
1080
+
1081
+ .bg-light-green-darken-4 {
1082
+ background-color: #33691e !important;
1083
+ }
1084
+ .bg-light-green-darken-4 {
1085
+ color: #FFFFFF !important;
1086
+ }
1087
+
1088
+ .bg-light-green-accent-1 {
1089
+ background-color: #ccff90 !important;
1090
+ }
1091
+ .bg-light-green-accent-1 {
1092
+ color: #000000 !important;
1093
+ }
1094
+
1095
+ .bg-light-green-accent-2 {
1096
+ background-color: #b2ff59 !important;
1097
+ }
1098
+ .bg-light-green-accent-2 {
1099
+ color: #000000 !important;
1100
+ }
1101
+
1102
+ .bg-light-green-accent-3 {
1103
+ background-color: #76ff03 !important;
1104
+ }
1105
+ .bg-light-green-accent-3 {
1106
+ color: #000000 !important;
1107
+ }
1108
+
1109
+ .bg-light-green-accent-4 {
1110
+ background-color: #64dd17 !important;
1111
+ }
1112
+ .bg-light-green-accent-4 {
1113
+ color: #000000 !important;
1114
+ }
1115
+
1116
+ .bg-lime {
1117
+ background-color: #cddc39 !important;
1118
+ }
1119
+ .bg-lime {
1120
+ color: #000000 !important;
1121
+ }
1122
+
1123
+ .bg-lime-lighten-5 {
1124
+ background-color: #f9fbe7 !important;
1125
+ }
1126
+ .bg-lime-lighten-5 {
1127
+ color: #000000 !important;
1128
+ }
1129
+
1130
+ .bg-lime-lighten-4 {
1131
+ background-color: #f0f4c3 !important;
1132
+ }
1133
+ .bg-lime-lighten-4 {
1134
+ color: #000000 !important;
1135
+ }
1136
+
1137
+ .bg-lime-lighten-3 {
1138
+ background-color: #e6ee9c !important;
1139
+ }
1140
+ .bg-lime-lighten-3 {
1141
+ color: #000000 !important;
1142
+ }
1143
+
1144
+ .bg-lime-lighten-2 {
1145
+ background-color: #dce775 !important;
1146
+ }
1147
+ .bg-lime-lighten-2 {
1148
+ color: #000000 !important;
1149
+ }
1150
+
1151
+ .bg-lime-lighten-1 {
1152
+ background-color: #d4e157 !important;
1153
+ }
1154
+ .bg-lime-lighten-1 {
1155
+ color: #000000 !important;
1156
+ }
1157
+
1158
+ .bg-lime-darken-1 {
1159
+ background-color: #c0ca33 !important;
1160
+ }
1161
+ .bg-lime-darken-1 {
1162
+ color: #000000 !important;
1163
+ }
1164
+
1165
+ .bg-lime-darken-2 {
1166
+ background-color: #afb42b !important;
1167
+ }
1168
+ .bg-lime-darken-2 {
1169
+ color: #000000 !important;
1170
+ }
1171
+
1172
+ .bg-lime-darken-3 {
1173
+ background-color: #9e9d24 !important;
1174
+ }
1175
+ .bg-lime-darken-3 {
1176
+ color: #FFFFFF !important;
1177
+ }
1178
+
1179
+ .bg-lime-darken-4 {
1180
+ background-color: #827717 !important;
1181
+ }
1182
+ .bg-lime-darken-4 {
1183
+ color: #FFFFFF !important;
1184
+ }
1185
+
1186
+ .bg-lime-accent-1 {
1187
+ background-color: #f4ff81 !important;
1188
+ }
1189
+ .bg-lime-accent-1 {
1190
+ color: #000000 !important;
1191
+ }
1192
+
1193
+ .bg-lime-accent-2 {
1194
+ background-color: #eeff41 !important;
1195
+ }
1196
+ .bg-lime-accent-2 {
1197
+ color: #000000 !important;
1198
+ }
1199
+
1200
+ .bg-lime-accent-3 {
1201
+ background-color: #c6ff00 !important;
1202
+ }
1203
+ .bg-lime-accent-3 {
1204
+ color: #000000 !important;
1205
+ }
1206
+
1207
+ .bg-lime-accent-4 {
1208
+ background-color: #aeea00 !important;
1209
+ }
1210
+ .bg-lime-accent-4 {
1211
+ color: #000000 !important;
1212
+ }
1213
+
1214
+ .bg-yellow {
1215
+ background-color: #ffeb3b !important;
1216
+ }
1217
+ .bg-yellow {
1218
+ color: #000000 !important;
1219
+ }
1220
+
1221
+ .bg-yellow-lighten-5 {
1222
+ background-color: #fffde7 !important;
1223
+ }
1224
+ .bg-yellow-lighten-5 {
1225
+ color: #000000 !important;
1226
+ }
1227
+
1228
+ .bg-yellow-lighten-4 {
1229
+ background-color: #fff9c4 !important;
1230
+ }
1231
+ .bg-yellow-lighten-4 {
1232
+ color: #000000 !important;
1233
+ }
1234
+
1235
+ .bg-yellow-lighten-3 {
1236
+ background-color: #fff59d !important;
1237
+ }
1238
+ .bg-yellow-lighten-3 {
1239
+ color: #000000 !important;
1240
+ }
1241
+
1242
+ .bg-yellow-lighten-2 {
1243
+ background-color: #fff176 !important;
1244
+ }
1245
+ .bg-yellow-lighten-2 {
1246
+ color: #000000 !important;
1247
+ }
1248
+
1249
+ .bg-yellow-lighten-1 {
1250
+ background-color: #ffee58 !important;
1251
+ }
1252
+ .bg-yellow-lighten-1 {
1253
+ color: #000000 !important;
1254
+ }
1255
+
1256
+ .bg-yellow-darken-1 {
1257
+ background-color: #fdd835 !important;
1258
+ }
1259
+ .bg-yellow-darken-1 {
1260
+ color: #000000 !important;
1261
+ }
1262
+
1263
+ .bg-yellow-darken-2 {
1264
+ background-color: #fbc02d !important;
1265
+ }
1266
+ .bg-yellow-darken-2 {
1267
+ color: #000000 !important;
1268
+ }
1269
+
1270
+ .bg-yellow-darken-3 {
1271
+ background-color: #f9a825 !important;
1272
+ }
1273
+ .bg-yellow-darken-3 {
1274
+ color: #000000 !important;
1275
+ }
1276
+
1277
+ .bg-yellow-darken-4 {
1278
+ background-color: #f57f17 !important;
1279
+ }
1280
+ .bg-yellow-darken-4 {
1281
+ color: #FFFFFF !important;
1282
+ }
1283
+
1284
+ .bg-yellow-accent-1 {
1285
+ background-color: #ffff8d !important;
1286
+ }
1287
+ .bg-yellow-accent-1 {
1288
+ color: #000000 !important;
1289
+ }
1290
+
1291
+ .bg-yellow-accent-2 {
1292
+ background-color: #ffff00 !important;
1293
+ }
1294
+ .bg-yellow-accent-2 {
1295
+ color: #000000 !important;
1296
+ }
1297
+
1298
+ .bg-yellow-accent-3 {
1299
+ background-color: #ffea00 !important;
1300
+ }
1301
+ .bg-yellow-accent-3 {
1302
+ color: #000000 !important;
1303
+ }
1304
+
1305
+ .bg-yellow-accent-4 {
1306
+ background-color: #ffd600 !important;
1307
+ }
1308
+ .bg-yellow-accent-4 {
1309
+ color: #000000 !important;
1310
+ }
1311
+
1312
+ .bg-amber {
1313
+ background-color: #ffc107 !important;
1314
+ }
1315
+ .bg-amber {
1316
+ color: #000000 !important;
1317
+ }
1318
+
1319
+ .bg-amber-lighten-5 {
1320
+ background-color: #fff8e1 !important;
1321
+ }
1322
+ .bg-amber-lighten-5 {
1323
+ color: #000000 !important;
1324
+ }
1325
+
1326
+ .bg-amber-lighten-4 {
1327
+ background-color: #ffecb3 !important;
1328
+ }
1329
+ .bg-amber-lighten-4 {
1330
+ color: #000000 !important;
1331
+ }
1332
+
1333
+ .bg-amber-lighten-3 {
1334
+ background-color: #ffe082 !important;
1335
+ }
1336
+ .bg-amber-lighten-3 {
1337
+ color: #000000 !important;
1338
+ }
1339
+
1340
+ .bg-amber-lighten-2 {
1341
+ background-color: #ffd54f !important;
1342
+ }
1343
+ .bg-amber-lighten-2 {
1344
+ color: #000000 !important;
1345
+ }
1346
+
1347
+ .bg-amber-lighten-1 {
1348
+ background-color: #ffca28 !important;
1349
+ }
1350
+ .bg-amber-lighten-1 {
1351
+ color: #000000 !important;
1352
+ }
1353
+
1354
+ .bg-amber-darken-1 {
1355
+ background-color: #ffb300 !important;
1356
+ }
1357
+ .bg-amber-darken-1 {
1358
+ color: #000000 !important;
1359
+ }
1360
+
1361
+ .bg-amber-darken-2 {
1362
+ background-color: #ffa000 !important;
1363
+ }
1364
+ .bg-amber-darken-2 {
1365
+ color: #000000 !important;
1366
+ }
1367
+
1368
+ .bg-amber-darken-3 {
1369
+ background-color: #ff8f00 !important;
1370
+ }
1371
+ .bg-amber-darken-3 {
1372
+ color: #000000 !important;
1373
+ }
1374
+
1375
+ .bg-amber-darken-4 {
1376
+ background-color: #ff6f00 !important;
1377
+ }
1378
+ .bg-amber-darken-4 {
1379
+ color: #FFFFFF !important;
1380
+ }
1381
+
1382
+ .bg-amber-accent-1 {
1383
+ background-color: #ffe57f !important;
1384
+ }
1385
+ .bg-amber-accent-1 {
1386
+ color: #000000 !important;
1387
+ }
1388
+
1389
+ .bg-amber-accent-2 {
1390
+ background-color: #ffd740 !important;
1391
+ }
1392
+ .bg-amber-accent-2 {
1393
+ color: #000000 !important;
1394
+ }
1395
+
1396
+ .bg-amber-accent-3 {
1397
+ background-color: #ffc400 !important;
1398
+ }
1399
+ .bg-amber-accent-3 {
1400
+ color: #000000 !important;
1401
+ }
1402
+
1403
+ .bg-amber-accent-4 {
1404
+ background-color: #ffab00 !important;
1405
+ }
1406
+ .bg-amber-accent-4 {
1407
+ color: #000000 !important;
1408
+ }
1409
+
1410
+ .bg-orange {
1411
+ background-color: #ff9800 !important;
1412
+ }
1413
+ .bg-orange {
1414
+ color: #000000 !important;
1415
+ }
1416
+
1417
+ .bg-orange-lighten-5 {
1418
+ background-color: #fff3e0 !important;
1419
+ }
1420
+ .bg-orange-lighten-5 {
1421
+ color: #000000 !important;
1422
+ }
1423
+
1424
+ .bg-orange-lighten-4 {
1425
+ background-color: #ffe0b2 !important;
1426
+ }
1427
+ .bg-orange-lighten-4 {
1428
+ color: #000000 !important;
1429
+ }
1430
+
1431
+ .bg-orange-lighten-3 {
1432
+ background-color: #ffcc80 !important;
1433
+ }
1434
+ .bg-orange-lighten-3 {
1435
+ color: #000000 !important;
1436
+ }
1437
+
1438
+ .bg-orange-lighten-2 {
1439
+ background-color: #ffb74d !important;
1440
+ }
1441
+ .bg-orange-lighten-2 {
1442
+ color: #000000 !important;
1443
+ }
1444
+
1445
+ .bg-orange-lighten-1 {
1446
+ background-color: #ffa726 !important;
1447
+ }
1448
+ .bg-orange-lighten-1 {
1449
+ color: #000000 !important;
1450
+ }
1451
+
1452
+ .bg-orange-darken-1 {
1453
+ background-color: #fb8c00 !important;
1454
+ }
1455
+ .bg-orange-darken-1 {
1456
+ color: #FFFFFF !important;
1457
+ }
1458
+
1459
+ .bg-orange-darken-2 {
1460
+ background-color: #f57c00 !important;
1461
+ }
1462
+ .bg-orange-darken-2 {
1463
+ color: #FFFFFF !important;
1464
+ }
1465
+
1466
+ .bg-orange-darken-3 {
1467
+ background-color: #ef6c00 !important;
1468
+ }
1469
+ .bg-orange-darken-3 {
1470
+ color: #FFFFFF !important;
1471
+ }
1472
+
1473
+ .bg-orange-darken-4 {
1474
+ background-color: #e65100 !important;
1475
+ }
1476
+ .bg-orange-darken-4 {
1477
+ color: #FFFFFF !important;
1478
+ }
1479
+
1480
+ .bg-orange-accent-1 {
1481
+ background-color: #ffd180 !important;
1482
+ }
1483
+ .bg-orange-accent-1 {
1484
+ color: #000000 !important;
1485
+ }
1486
+
1487
+ .bg-orange-accent-2 {
1488
+ background-color: #ffab40 !important;
1489
+ }
1490
+ .bg-orange-accent-2 {
1491
+ color: #000000 !important;
1492
+ }
1493
+
1494
+ .bg-orange-accent-3 {
1495
+ background-color: #ff9100 !important;
1496
+ }
1497
+ .bg-orange-accent-3 {
1498
+ color: #000000 !important;
1499
+ }
1500
+
1501
+ .bg-orange-accent-4 {
1502
+ background-color: #ff6d00 !important;
1503
+ }
1504
+ .bg-orange-accent-4 {
1505
+ color: #FFFFFF !important;
1506
+ }
1507
+
1508
+ .bg-deep-orange {
1509
+ background-color: #ff5722 !important;
1510
+ }
1511
+ .bg-deep-orange {
1512
+ color: #FFFFFF !important;
1513
+ }
1514
+
1515
+ .bg-deep-orange-lighten-5 {
1516
+ background-color: #fbe9e7 !important;
1517
+ }
1518
+ .bg-deep-orange-lighten-5 {
1519
+ color: #000000 !important;
1520
+ }
1521
+
1522
+ .bg-deep-orange-lighten-4 {
1523
+ background-color: #ffccbc !important;
1524
+ }
1525
+ .bg-deep-orange-lighten-4 {
1526
+ color: #000000 !important;
1527
+ }
1528
+
1529
+ .bg-deep-orange-lighten-3 {
1530
+ background-color: #ffab91 !important;
1531
+ }
1532
+ .bg-deep-orange-lighten-3 {
1533
+ color: #000000 !important;
1534
+ }
1535
+
1536
+ .bg-deep-orange-lighten-2 {
1537
+ background-color: #ff8a65 !important;
1538
+ }
1539
+ .bg-deep-orange-lighten-2 {
1540
+ color: #000000 !important;
1541
+ }
1542
+
1543
+ .bg-deep-orange-lighten-1 {
1544
+ background-color: #ff7043 !important;
1545
+ }
1546
+ .bg-deep-orange-lighten-1 {
1547
+ color: #FFFFFF !important;
1548
+ }
1549
+
1550
+ .bg-deep-orange-darken-1 {
1551
+ background-color: #f4511e !important;
1552
+ }
1553
+ .bg-deep-orange-darken-1 {
1554
+ color: #FFFFFF !important;
1555
+ }
1556
+
1557
+ .bg-deep-orange-darken-2 {
1558
+ background-color: #e64a19 !important;
1559
+ }
1560
+ .bg-deep-orange-darken-2 {
1561
+ color: #FFFFFF !important;
1562
+ }
1563
+
1564
+ .bg-deep-orange-darken-3 {
1565
+ background-color: #d84315 !important;
1566
+ }
1567
+ .bg-deep-orange-darken-3 {
1568
+ color: #FFFFFF !important;
1569
+ }
1570
+
1571
+ .bg-deep-orange-darken-4 {
1572
+ background-color: #bf360c !important;
1573
+ }
1574
+ .bg-deep-orange-darken-4 {
1575
+ color: #FFFFFF !important;
1576
+ }
1577
+
1578
+ .bg-deep-orange-accent-1 {
1579
+ background-color: #ff9e80 !important;
1580
+ }
1581
+ .bg-deep-orange-accent-1 {
1582
+ color: #000000 !important;
1583
+ }
1584
+
1585
+ .bg-deep-orange-accent-2 {
1586
+ background-color: #ff6e40 !important;
1587
+ }
1588
+ .bg-deep-orange-accent-2 {
1589
+ color: #FFFFFF !important;
1590
+ }
1591
+
1592
+ .bg-deep-orange-accent-3 {
1593
+ background-color: #ff3d00 !important;
1594
+ }
1595
+ .bg-deep-orange-accent-3 {
1596
+ color: #FFFFFF !important;
1597
+ }
1598
+
1599
+ .bg-deep-orange-accent-4 {
1600
+ background-color: #dd2c00 !important;
1601
+ }
1602
+ .bg-deep-orange-accent-4 {
1603
+ color: #FFFFFF !important;
1604
+ }
1605
+
1606
+ .bg-brown {
1607
+ background-color: #795548 !important;
1608
+ }
1609
+ .bg-brown {
1610
+ color: #FFFFFF !important;
1611
+ }
1612
+
1613
+ .bg-brown-lighten-5 {
1614
+ background-color: #efebe9 !important;
1615
+ }
1616
+ .bg-brown-lighten-5 {
1617
+ color: #000000 !important;
1618
+ }
1619
+
1620
+ .bg-brown-lighten-4 {
1621
+ background-color: #d7ccc8 !important;
1622
+ }
1623
+ .bg-brown-lighten-4 {
1624
+ color: #000000 !important;
1625
+ }
1626
+
1627
+ .bg-brown-lighten-3 {
1628
+ background-color: #bcaaa4 !important;
1629
+ }
1630
+ .bg-brown-lighten-3 {
1631
+ color: #000000 !important;
1632
+ }
1633
+
1634
+ .bg-brown-lighten-2 {
1635
+ background-color: #a1887f !important;
1636
+ }
1637
+ .bg-brown-lighten-2 {
1638
+ color: #FFFFFF !important;
1639
+ }
1640
+
1641
+ .bg-brown-lighten-1 {
1642
+ background-color: #8d6e63 !important;
1643
+ }
1644
+ .bg-brown-lighten-1 {
1645
+ color: #FFFFFF !important;
1646
+ }
1647
+
1648
+ .bg-brown-darken-1 {
1649
+ background-color: #6d4c41 !important;
1650
+ }
1651
+ .bg-brown-darken-1 {
1652
+ color: #FFFFFF !important;
1653
+ }
1654
+
1655
+ .bg-brown-darken-2 {
1656
+ background-color: #5d4037 !important;
1657
+ }
1658
+ .bg-brown-darken-2 {
1659
+ color: #FFFFFF !important;
1660
+ }
1661
+
1662
+ .bg-brown-darken-3 {
1663
+ background-color: #4e342e !important;
1664
+ }
1665
+ .bg-brown-darken-3 {
1666
+ color: #FFFFFF !important;
1667
+ }
1668
+
1669
+ .bg-brown-darken-4 {
1670
+ background-color: #3e2723 !important;
1671
+ }
1672
+ .bg-brown-darken-4 {
1673
+ color: #FFFFFF !important;
1674
+ }
1675
+
1676
+ .bg-blue-grey {
1677
+ background-color: #607d8b !important;
1678
+ }
1679
+ .bg-blue-grey {
1680
+ color: #FFFFFF !important;
1681
+ }
1682
+
1683
+ .bg-blue-grey-lighten-5 {
1684
+ background-color: #eceff1 !important;
1685
+ }
1686
+ .bg-blue-grey-lighten-5 {
1687
+ color: #000000 !important;
1688
+ }
1689
+
1690
+ .bg-blue-grey-lighten-4 {
1691
+ background-color: #cfd8dc !important;
1692
+ }
1693
+ .bg-blue-grey-lighten-4 {
1694
+ color: #000000 !important;
1695
+ }
1696
+
1697
+ .bg-blue-grey-lighten-3 {
1698
+ background-color: #b0bec5 !important;
1699
+ }
1700
+ .bg-blue-grey-lighten-3 {
1701
+ color: #000000 !important;
1702
+ }
1703
+
1704
+ .bg-blue-grey-lighten-2 {
1705
+ background-color: #90a4ae !important;
1706
+ }
1707
+ .bg-blue-grey-lighten-2 {
1708
+ color: #FFFFFF !important;
1709
+ }
1710
+
1711
+ .bg-blue-grey-lighten-1 {
1712
+ background-color: #78909c !important;
1713
+ }
1714
+ .bg-blue-grey-lighten-1 {
1715
+ color: #FFFFFF !important;
1716
+ }
1717
+
1718
+ .bg-blue-grey-darken-1 {
1719
+ background-color: #546e7a !important;
1720
+ }
1721
+ .bg-blue-grey-darken-1 {
1722
+ color: #FFFFFF !important;
1723
+ }
1724
+
1725
+ .bg-blue-grey-darken-2 {
1726
+ background-color: #455a64 !important;
1727
+ }
1728
+ .bg-blue-grey-darken-2 {
1729
+ color: #FFFFFF !important;
1730
+ }
1731
+
1732
+ .bg-blue-grey-darken-3 {
1733
+ background-color: #37474f !important;
1734
+ }
1735
+ .bg-blue-grey-darken-3 {
1736
+ color: #FFFFFF !important;
1737
+ }
1738
+
1739
+ .bg-blue-grey-darken-4 {
1740
+ background-color: #263238 !important;
1741
+ }
1742
+ .bg-blue-grey-darken-4 {
1743
+ color: #FFFFFF !important;
1744
+ }
1745
+
1746
+ .bg-grey {
1747
+ background-color: #9e9e9e !important;
1748
+ }
1749
+ .bg-grey {
1750
+ color: #FFFFFF !important;
1751
+ }
1752
+
1753
+ .bg-grey-lighten-5 {
1754
+ background-color: #fafafa !important;
1755
+ }
1756
+ .bg-grey-lighten-5 {
1757
+ color: #000000 !important;
1758
+ }
1759
+
1760
+ .bg-grey-lighten-4 {
1761
+ background-color: #f5f5f5 !important;
1762
+ }
1763
+ .bg-grey-lighten-4 {
1764
+ color: #000000 !important;
1765
+ }
1766
+
1767
+ .bg-grey-lighten-3 {
1768
+ background-color: #eeeeee !important;
1769
+ }
1770
+ .bg-grey-lighten-3 {
1771
+ color: #000000 !important;
1772
+ }
1773
+
1774
+ .bg-grey-lighten-2 {
1775
+ background-color: #e0e0e0 !important;
1776
+ }
1777
+ .bg-grey-lighten-2 {
1778
+ color: #000000 !important;
1779
+ }
1780
+
1781
+ .bg-grey-lighten-1 {
1782
+ background-color: #bdbdbd !important;
1783
+ }
1784
+ .bg-grey-lighten-1 {
1785
+ color: #000000 !important;
1786
+ }
1787
+
1788
+ .bg-grey-darken-1 {
1789
+ background-color: #757575 !important;
1790
+ }
1791
+ .bg-grey-darken-1 {
1792
+ color: #FFFFFF !important;
1793
+ }
1794
+
1795
+ .bg-grey-darken-2 {
1796
+ background-color: #616161 !important;
1797
+ }
1798
+ .bg-grey-darken-2 {
1799
+ color: #FFFFFF !important;
1800
+ }
1801
+
1802
+ .bg-grey-darken-3 {
1803
+ background-color: #424242 !important;
1804
+ }
1805
+ .bg-grey-darken-3 {
1806
+ color: #FFFFFF !important;
1807
+ }
1808
+
1809
+ .bg-grey-darken-4 {
1810
+ background-color: #212121 !important;
1811
+ }
1812
+ .bg-grey-darken-4 {
1813
+ color: #FFFFFF !important;
1814
+ }
1815
+
1816
+ .bg-shades-black {
1817
+ background-color: #000000 !important;
1818
+ }
1819
+ .bg-shades-black {
1820
+ color: #FFFFFF !important;
1821
+ }
1822
+
1823
+ .bg-shades-white {
1824
+ background-color: #FFFFFF !important;
1825
+ }
1826
+ .bg-shades-white {
1827
+ color: #000000 !important;
1828
+ }
1829
+
1830
+ .bg-shades-transparent {
1831
+ background-color: transparent !important;
1832
+ }
1833
+ .bg-shades-transparent {
1834
+ color: currentColor !important;
1835
+ }
1836
+
1837
+ .text-black {
1838
+ color: #000000 !important;
1839
+ }
1840
+
1841
+ .text-white {
1842
+ color: #FFFFFF !important;
1843
+ }
1844
+
1845
+ .text-transparent {
1846
+ color: transparent !important;
1847
+ }
1848
+
1849
+ .text-red {
1850
+ color: #F44336 !important;
1851
+ }
1852
+
1853
+ .text-red-lighten-5 {
1854
+ color: #FFEBEE !important;
1855
+ }
1856
+
1857
+ .text-red-lighten-4 {
1858
+ color: #FFCDD2 !important;
1859
+ }
1860
+
1861
+ .text-red-lighten-3 {
1862
+ color: #EF9A9A !important;
1863
+ }
1864
+
1865
+ .text-red-lighten-2 {
1866
+ color: #E57373 !important;
1867
+ }
1868
+
1869
+ .text-red-lighten-1 {
1870
+ color: #EF5350 !important;
1871
+ }
1872
+
1873
+ .text-red-darken-1 {
1874
+ color: #E53935 !important;
1875
+ }
1876
+
1877
+ .text-red-darken-2 {
1878
+ color: #D32F2F !important;
1879
+ }
1880
+
1881
+ .text-red-darken-3 {
1882
+ color: #C62828 !important;
1883
+ }
1884
+
1885
+ .text-red-darken-4 {
1886
+ color: #B71C1C !important;
1887
+ }
1888
+
1889
+ .text-red-accent-1 {
1890
+ color: #FF8A80 !important;
1891
+ }
1892
+
1893
+ .text-red-accent-2 {
1894
+ color: #FF5252 !important;
1895
+ }
1896
+
1897
+ .text-red-accent-3 {
1898
+ color: #FF1744 !important;
1899
+ }
1900
+
1901
+ .text-red-accent-4 {
1902
+ color: #D50000 !important;
1903
+ }
1904
+
1905
+ .text-pink {
1906
+ color: #e91e63 !important;
1907
+ }
1908
+
1909
+ .text-pink-lighten-5 {
1910
+ color: #fce4ec !important;
1911
+ }
1912
+
1913
+ .text-pink-lighten-4 {
1914
+ color: #f8bbd0 !important;
1915
+ }
1916
+
1917
+ .text-pink-lighten-3 {
1918
+ color: #f48fb1 !important;
1919
+ }
1920
+
1921
+ .text-pink-lighten-2 {
1922
+ color: #f06292 !important;
1923
+ }
1924
+
1925
+ .text-pink-lighten-1 {
1926
+ color: #ec407a !important;
1927
+ }
1928
+
1929
+ .text-pink-darken-1 {
1930
+ color: #d81b60 !important;
1931
+ }
1932
+
1933
+ .text-pink-darken-2 {
1934
+ color: #c2185b !important;
1935
+ }
1936
+
1937
+ .text-pink-darken-3 {
1938
+ color: #ad1457 !important;
1939
+ }
1940
+
1941
+ .text-pink-darken-4 {
1942
+ color: #880e4f !important;
1943
+ }
1944
+
1945
+ .text-pink-accent-1 {
1946
+ color: #ff80ab !important;
1947
+ }
1948
+
1949
+ .text-pink-accent-2 {
1950
+ color: #ff4081 !important;
1951
+ }
1952
+
1953
+ .text-pink-accent-3 {
1954
+ color: #f50057 !important;
1955
+ }
1956
+
1957
+ .text-pink-accent-4 {
1958
+ color: #c51162 !important;
1959
+ }
1960
+
1961
+ .text-purple {
1962
+ color: #9c27b0 !important;
1963
+ }
1964
+
1965
+ .text-purple-lighten-5 {
1966
+ color: #f3e5f5 !important;
1967
+ }
1968
+
1969
+ .text-purple-lighten-4 {
1970
+ color: #e1bee7 !important;
1971
+ }
1972
+
1973
+ .text-purple-lighten-3 {
1974
+ color: #ce93d8 !important;
1975
+ }
1976
+
1977
+ .text-purple-lighten-2 {
1978
+ color: #ba68c8 !important;
1979
+ }
1980
+
1981
+ .text-purple-lighten-1 {
1982
+ color: #ab47bc !important;
1983
+ }
1984
+
1985
+ .text-purple-darken-1 {
1986
+ color: #8e24aa !important;
1987
+ }
1988
+
1989
+ .text-purple-darken-2 {
1990
+ color: #7b1fa2 !important;
1991
+ }
1992
+
1993
+ .text-purple-darken-3 {
1994
+ color: #6a1b9a !important;
1995
+ }
1996
+
1997
+ .text-purple-darken-4 {
1998
+ color: #4a148c !important;
1999
+ }
2000
+
2001
+ .text-purple-accent-1 {
2002
+ color: #ea80fc !important;
2003
+ }
2004
+
2005
+ .text-purple-accent-2 {
2006
+ color: #e040fb !important;
2007
+ }
2008
+
2009
+ .text-purple-accent-3 {
2010
+ color: #d500f9 !important;
2011
+ }
2012
+
2013
+ .text-purple-accent-4 {
2014
+ color: #aa00ff !important;
2015
+ }
2016
+
2017
+ .text-deep-purple {
2018
+ color: #673ab7 !important;
2019
+ }
2020
+
2021
+ .text-deep-purple-lighten-5 {
2022
+ color: #ede7f6 !important;
2023
+ }
2024
+
2025
+ .text-deep-purple-lighten-4 {
2026
+ color: #d1c4e9 !important;
2027
+ }
2028
+
2029
+ .text-deep-purple-lighten-3 {
2030
+ color: #b39ddb !important;
2031
+ }
2032
+
2033
+ .text-deep-purple-lighten-2 {
2034
+ color: #9575cd !important;
2035
+ }
2036
+
2037
+ .text-deep-purple-lighten-1 {
2038
+ color: #7e57c2 !important;
2039
+ }
2040
+
2041
+ .text-deep-purple-darken-1 {
2042
+ color: #5e35b1 !important;
2043
+ }
2044
+
2045
+ .text-deep-purple-darken-2 {
2046
+ color: #512da8 !important;
2047
+ }
2048
+
2049
+ .text-deep-purple-darken-3 {
2050
+ color: #4527a0 !important;
2051
+ }
2052
+
2053
+ .text-deep-purple-darken-4 {
2054
+ color: #311b92 !important;
2055
+ }
2056
+
2057
+ .text-deep-purple-accent-1 {
2058
+ color: #b388ff !important;
2059
+ }
2060
+
2061
+ .text-deep-purple-accent-2 {
2062
+ color: #7c4dff !important;
2063
+ }
2064
+
2065
+ .text-deep-purple-accent-3 {
2066
+ color: #651fff !important;
2067
+ }
2068
+
2069
+ .text-deep-purple-accent-4 {
2070
+ color: #6200ea !important;
2071
+ }
2072
+
2073
+ .text-indigo {
2074
+ color: #3f51b5 !important;
2075
+ }
2076
+
2077
+ .text-indigo-lighten-5 {
2078
+ color: #e8eaf6 !important;
2079
+ }
2080
+
2081
+ .text-indigo-lighten-4 {
2082
+ color: #c5cae9 !important;
2083
+ }
2084
+
2085
+ .text-indigo-lighten-3 {
2086
+ color: #9fa8da !important;
2087
+ }
2088
+
2089
+ .text-indigo-lighten-2 {
2090
+ color: #7986cb !important;
2091
+ }
2092
+
2093
+ .text-indigo-lighten-1 {
2094
+ color: #5c6bc0 !important;
2095
+ }
2096
+
2097
+ .text-indigo-darken-1 {
2098
+ color: #3949ab !important;
2099
+ }
2100
+
2101
+ .text-indigo-darken-2 {
2102
+ color: #303f9f !important;
2103
+ }
2104
+
2105
+ .text-indigo-darken-3 {
2106
+ color: #283593 !important;
2107
+ }
2108
+
2109
+ .text-indigo-darken-4 {
2110
+ color: #1a237e !important;
2111
+ }
2112
+
2113
+ .text-indigo-accent-1 {
2114
+ color: #8c9eff !important;
2115
+ }
2116
+
2117
+ .text-indigo-accent-2 {
2118
+ color: #536dfe !important;
2119
+ }
2120
+
2121
+ .text-indigo-accent-3 {
2122
+ color: #3d5afe !important;
2123
+ }
2124
+
2125
+ .text-indigo-accent-4 {
2126
+ color: #304ffe !important;
2127
+ }
2128
+
2129
+ .text-blue {
2130
+ color: #2196F3 !important;
2131
+ }
2132
+
2133
+ .text-blue-lighten-5 {
2134
+ color: #E3F2FD !important;
2135
+ }
2136
+
2137
+ .text-blue-lighten-4 {
2138
+ color: #BBDEFB !important;
2139
+ }
2140
+
2141
+ .text-blue-lighten-3 {
2142
+ color: #90CAF9 !important;
2143
+ }
2144
+
2145
+ .text-blue-lighten-2 {
2146
+ color: #64B5F6 !important;
2147
+ }
2148
+
2149
+ .text-blue-lighten-1 {
2150
+ color: #42A5F5 !important;
2151
+ }
2152
+
2153
+ .text-blue-darken-1 {
2154
+ color: #1E88E5 !important;
2155
+ }
2156
+
2157
+ .text-blue-darken-2 {
2158
+ color: #1976D2 !important;
2159
+ }
2160
+
2161
+ .text-blue-darken-3 {
2162
+ color: #1565C0 !important;
2163
+ }
2164
+
2165
+ .text-blue-darken-4 {
2166
+ color: #0D47A1 !important;
2167
+ }
2168
+
2169
+ .text-blue-accent-1 {
2170
+ color: #82B1FF !important;
2171
+ }
2172
+
2173
+ .text-blue-accent-2 {
2174
+ color: #448AFF !important;
2175
+ }
2176
+
2177
+ .text-blue-accent-3 {
2178
+ color: #2979FF !important;
2179
+ }
2180
+
2181
+ .text-blue-accent-4 {
2182
+ color: #2962FF !important;
2183
+ }
2184
+
2185
+ .text-light-blue {
2186
+ color: #03a9f4 !important;
2187
+ }
2188
+
2189
+ .text-light-blue-lighten-5 {
2190
+ color: #e1f5fe !important;
2191
+ }
2192
+
2193
+ .text-light-blue-lighten-4 {
2194
+ color: #b3e5fc !important;
2195
+ }
2196
+
2197
+ .text-light-blue-lighten-3 {
2198
+ color: #81d4fa !important;
2199
+ }
2200
+
2201
+ .text-light-blue-lighten-2 {
2202
+ color: #4fc3f7 !important;
2203
+ }
2204
+
2205
+ .text-light-blue-lighten-1 {
2206
+ color: #29b6f6 !important;
2207
+ }
2208
+
2209
+ .text-light-blue-darken-1 {
2210
+ color: #039be5 !important;
2211
+ }
2212
+
2213
+ .text-light-blue-darken-2 {
2214
+ color: #0288d1 !important;
2215
+ }
2216
+
2217
+ .text-light-blue-darken-3 {
2218
+ color: #0277bd !important;
2219
+ }
2220
+
2221
+ .text-light-blue-darken-4 {
2222
+ color: #01579b !important;
2223
+ }
2224
+
2225
+ .text-light-blue-accent-1 {
2226
+ color: #80d8ff !important;
2227
+ }
2228
+
2229
+ .text-light-blue-accent-2 {
2230
+ color: #40c4ff !important;
2231
+ }
2232
+
2233
+ .text-light-blue-accent-3 {
2234
+ color: #00b0ff !important;
2235
+ }
2236
+
2237
+ .text-light-blue-accent-4 {
2238
+ color: #0091ea !important;
2239
+ }
2240
+
2241
+ .text-cyan {
2242
+ color: #00bcd4 !important;
2243
+ }
2244
+
2245
+ .text-cyan-lighten-5 {
2246
+ color: #e0f7fa !important;
2247
+ }
2248
+
2249
+ .text-cyan-lighten-4 {
2250
+ color: #b2ebf2 !important;
2251
+ }
2252
+
2253
+ .text-cyan-lighten-3 {
2254
+ color: #80deea !important;
2255
+ }
2256
+
2257
+ .text-cyan-lighten-2 {
2258
+ color: #4dd0e1 !important;
2259
+ }
2260
+
2261
+ .text-cyan-lighten-1 {
2262
+ color: #26c6da !important;
2263
+ }
2264
+
2265
+ .text-cyan-darken-1 {
2266
+ color: #00acc1 !important;
2267
+ }
2268
+
2269
+ .text-cyan-darken-2 {
2270
+ color: #0097a7 !important;
2271
+ }
2272
+
2273
+ .text-cyan-darken-3 {
2274
+ color: #00838f !important;
2275
+ }
2276
+
2277
+ .text-cyan-darken-4 {
2278
+ color: #006064 !important;
2279
+ }
2280
+
2281
+ .text-cyan-accent-1 {
2282
+ color: #84ffff !important;
2283
+ }
2284
+
2285
+ .text-cyan-accent-2 {
2286
+ color: #18ffff !important;
2287
+ }
2288
+
2289
+ .text-cyan-accent-3 {
2290
+ color: #00e5ff !important;
2291
+ }
2292
+
2293
+ .text-cyan-accent-4 {
2294
+ color: #00b8d4 !important;
2295
+ }
2296
+
2297
+ .text-teal {
2298
+ color: #009688 !important;
2299
+ }
2300
+
2301
+ .text-teal-lighten-5 {
2302
+ color: #e0f2f1 !important;
2303
+ }
2304
+
2305
+ .text-teal-lighten-4 {
2306
+ color: #b2dfdb !important;
2307
+ }
2308
+
2309
+ .text-teal-lighten-3 {
2310
+ color: #80cbc4 !important;
2311
+ }
2312
+
2313
+ .text-teal-lighten-2 {
2314
+ color: #4db6ac !important;
2315
+ }
2316
+
2317
+ .text-teal-lighten-1 {
2318
+ color: #26a69a !important;
2319
+ }
2320
+
2321
+ .text-teal-darken-1 {
2322
+ color: #00897b !important;
2323
+ }
2324
+
2325
+ .text-teal-darken-2 {
2326
+ color: #00796b !important;
2327
+ }
2328
+
2329
+ .text-teal-darken-3 {
2330
+ color: #00695c !important;
2331
+ }
2332
+
2333
+ .text-teal-darken-4 {
2334
+ color: #004d40 !important;
2335
+ }
2336
+
2337
+ .text-teal-accent-1 {
2338
+ color: #a7ffeb !important;
2339
+ }
2340
+
2341
+ .text-teal-accent-2 {
2342
+ color: #64ffda !important;
2343
+ }
2344
+
2345
+ .text-teal-accent-3 {
2346
+ color: #1de9b6 !important;
2347
+ }
2348
+
2349
+ .text-teal-accent-4 {
2350
+ color: #00bfa5 !important;
2351
+ }
2352
+
2353
+ .text-green {
2354
+ color: #4CAF50 !important;
2355
+ }
2356
+
2357
+ .text-green-lighten-5 {
2358
+ color: #E8F5E9 !important;
2359
+ }
2360
+
2361
+ .text-green-lighten-4 {
2362
+ color: #C8E6C9 !important;
2363
+ }
2364
+
2365
+ .text-green-lighten-3 {
2366
+ color: #A5D6A7 !important;
2367
+ }
2368
+
2369
+ .text-green-lighten-2 {
2370
+ color: #81C784 !important;
2371
+ }
2372
+
2373
+ .text-green-lighten-1 {
2374
+ color: #66BB6A !important;
2375
+ }
2376
+
2377
+ .text-green-darken-1 {
2378
+ color: #43A047 !important;
2379
+ }
2380
+
2381
+ .text-green-darken-2 {
2382
+ color: #388E3C !important;
2383
+ }
2384
+
2385
+ .text-green-darken-3 {
2386
+ color: #2E7D32 !important;
2387
+ }
2388
+
2389
+ .text-green-darken-4 {
2390
+ color: #1B5E20 !important;
2391
+ }
2392
+
2393
+ .text-green-accent-1 {
2394
+ color: #B9F6CA !important;
2395
+ }
2396
+
2397
+ .text-green-accent-2 {
2398
+ color: #69F0AE !important;
2399
+ }
2400
+
2401
+ .text-green-accent-3 {
2402
+ color: #00E676 !important;
2403
+ }
2404
+
2405
+ .text-green-accent-4 {
2406
+ color: #00C853 !important;
2407
+ }
2408
+
2409
+ .text-light-green {
2410
+ color: #8bc34a !important;
2411
+ }
2412
+
2413
+ .text-light-green-lighten-5 {
2414
+ color: #f1f8e9 !important;
2415
+ }
2416
+
2417
+ .text-light-green-lighten-4 {
2418
+ color: #dcedc8 !important;
2419
+ }
2420
+
2421
+ .text-light-green-lighten-3 {
2422
+ color: #c5e1a5 !important;
2423
+ }
2424
+
2425
+ .text-light-green-lighten-2 {
2426
+ color: #aed581 !important;
2427
+ }
2428
+
2429
+ .text-light-green-lighten-1 {
2430
+ color: #9ccc65 !important;
2431
+ }
2432
+
2433
+ .text-light-green-darken-1 {
2434
+ color: #7cb342 !important;
2435
+ }
2436
+
2437
+ .text-light-green-darken-2 {
2438
+ color: #689f38 !important;
2439
+ }
2440
+
2441
+ .text-light-green-darken-3 {
2442
+ color: #558b2f !important;
2443
+ }
2444
+
2445
+ .text-light-green-darken-4 {
2446
+ color: #33691e !important;
2447
+ }
2448
+
2449
+ .text-light-green-accent-1 {
2450
+ color: #ccff90 !important;
2451
+ }
2452
+
2453
+ .text-light-green-accent-2 {
2454
+ color: #b2ff59 !important;
2455
+ }
2456
+
2457
+ .text-light-green-accent-3 {
2458
+ color: #76ff03 !important;
2459
+ }
2460
+
2461
+ .text-light-green-accent-4 {
2462
+ color: #64dd17 !important;
2463
+ }
2464
+
2465
+ .text-lime {
2466
+ color: #cddc39 !important;
2467
+ }
2468
+
2469
+ .text-lime-lighten-5 {
2470
+ color: #f9fbe7 !important;
2471
+ }
2472
+
2473
+ .text-lime-lighten-4 {
2474
+ color: #f0f4c3 !important;
2475
+ }
2476
+
2477
+ .text-lime-lighten-3 {
2478
+ color: #e6ee9c !important;
2479
+ }
2480
+
2481
+ .text-lime-lighten-2 {
2482
+ color: #dce775 !important;
2483
+ }
2484
+
2485
+ .text-lime-lighten-1 {
2486
+ color: #d4e157 !important;
2487
+ }
2488
+
2489
+ .text-lime-darken-1 {
2490
+ color: #c0ca33 !important;
2491
+ }
2492
+
2493
+ .text-lime-darken-2 {
2494
+ color: #afb42b !important;
2495
+ }
2496
+
2497
+ .text-lime-darken-3 {
2498
+ color: #9e9d24 !important;
2499
+ }
2500
+
2501
+ .text-lime-darken-4 {
2502
+ color: #827717 !important;
2503
+ }
2504
+
2505
+ .text-lime-accent-1 {
2506
+ color: #f4ff81 !important;
2507
+ }
2508
+
2509
+ .text-lime-accent-2 {
2510
+ color: #eeff41 !important;
2511
+ }
2512
+
2513
+ .text-lime-accent-3 {
2514
+ color: #c6ff00 !important;
2515
+ }
2516
+
2517
+ .text-lime-accent-4 {
2518
+ color: #aeea00 !important;
2519
+ }
2520
+
2521
+ .text-yellow {
2522
+ color: #ffeb3b !important;
2523
+ }
2524
+
2525
+ .text-yellow-lighten-5 {
2526
+ color: #fffde7 !important;
2527
+ }
2528
+
2529
+ .text-yellow-lighten-4 {
2530
+ color: #fff9c4 !important;
2531
+ }
2532
+
2533
+ .text-yellow-lighten-3 {
2534
+ color: #fff59d !important;
2535
+ }
2536
+
2537
+ .text-yellow-lighten-2 {
2538
+ color: #fff176 !important;
2539
+ }
2540
+
2541
+ .text-yellow-lighten-1 {
2542
+ color: #ffee58 !important;
2543
+ }
2544
+
2545
+ .text-yellow-darken-1 {
2546
+ color: #fdd835 !important;
2547
+ }
2548
+
2549
+ .text-yellow-darken-2 {
2550
+ color: #fbc02d !important;
2551
+ }
2552
+
2553
+ .text-yellow-darken-3 {
2554
+ color: #f9a825 !important;
2555
+ }
2556
+
2557
+ .text-yellow-darken-4 {
2558
+ color: #f57f17 !important;
2559
+ }
2560
+
2561
+ .text-yellow-accent-1 {
2562
+ color: #ffff8d !important;
2563
+ }
2564
+
2565
+ .text-yellow-accent-2 {
2566
+ color: #ffff00 !important;
2567
+ }
2568
+
2569
+ .text-yellow-accent-3 {
2570
+ color: #ffea00 !important;
2571
+ }
2572
+
2573
+ .text-yellow-accent-4 {
2574
+ color: #ffd600 !important;
2575
+ }
2576
+
2577
+ .text-amber {
2578
+ color: #ffc107 !important;
2579
+ }
2580
+
2581
+ .text-amber-lighten-5 {
2582
+ color: #fff8e1 !important;
2583
+ }
2584
+
2585
+ .text-amber-lighten-4 {
2586
+ color: #ffecb3 !important;
2587
+ }
2588
+
2589
+ .text-amber-lighten-3 {
2590
+ color: #ffe082 !important;
2591
+ }
2592
+
2593
+ .text-amber-lighten-2 {
2594
+ color: #ffd54f !important;
2595
+ }
2596
+
2597
+ .text-amber-lighten-1 {
2598
+ color: #ffca28 !important;
2599
+ }
2600
+
2601
+ .text-amber-darken-1 {
2602
+ color: #ffb300 !important;
2603
+ }
2604
+
2605
+ .text-amber-darken-2 {
2606
+ color: #ffa000 !important;
2607
+ }
2608
+
2609
+ .text-amber-darken-3 {
2610
+ color: #ff8f00 !important;
2611
+ }
2612
+
2613
+ .text-amber-darken-4 {
2614
+ color: #ff6f00 !important;
2615
+ }
2616
+
2617
+ .text-amber-accent-1 {
2618
+ color: #ffe57f !important;
2619
+ }
2620
+
2621
+ .text-amber-accent-2 {
2622
+ color: #ffd740 !important;
2623
+ }
2624
+
2625
+ .text-amber-accent-3 {
2626
+ color: #ffc400 !important;
2627
+ }
2628
+
2629
+ .text-amber-accent-4 {
2630
+ color: #ffab00 !important;
2631
+ }
2632
+
2633
+ .text-orange {
2634
+ color: #ff9800 !important;
2635
+ }
2636
+
2637
+ .text-orange-lighten-5 {
2638
+ color: #fff3e0 !important;
2639
+ }
2640
+
2641
+ .text-orange-lighten-4 {
2642
+ color: #ffe0b2 !important;
2643
+ }
2644
+
2645
+ .text-orange-lighten-3 {
2646
+ color: #ffcc80 !important;
2647
+ }
2648
+
2649
+ .text-orange-lighten-2 {
2650
+ color: #ffb74d !important;
2651
+ }
2652
+
2653
+ .text-orange-lighten-1 {
2654
+ color: #ffa726 !important;
2655
+ }
2656
+
2657
+ .text-orange-darken-1 {
2658
+ color: #fb8c00 !important;
2659
+ }
2660
+
2661
+ .text-orange-darken-2 {
2662
+ color: #f57c00 !important;
2663
+ }
2664
+
2665
+ .text-orange-darken-3 {
2666
+ color: #ef6c00 !important;
2667
+ }
2668
+
2669
+ .text-orange-darken-4 {
2670
+ color: #e65100 !important;
2671
+ }
2672
+
2673
+ .text-orange-accent-1 {
2674
+ color: #ffd180 !important;
2675
+ }
2676
+
2677
+ .text-orange-accent-2 {
2678
+ color: #ffab40 !important;
2679
+ }
2680
+
2681
+ .text-orange-accent-3 {
2682
+ color: #ff9100 !important;
2683
+ }
2684
+
2685
+ .text-orange-accent-4 {
2686
+ color: #ff6d00 !important;
2687
+ }
2688
+
2689
+ .text-deep-orange {
2690
+ color: #ff5722 !important;
2691
+ }
2692
+
2693
+ .text-deep-orange-lighten-5 {
2694
+ color: #fbe9e7 !important;
2695
+ }
2696
+
2697
+ .text-deep-orange-lighten-4 {
2698
+ color: #ffccbc !important;
2699
+ }
2700
+
2701
+ .text-deep-orange-lighten-3 {
2702
+ color: #ffab91 !important;
2703
+ }
2704
+
2705
+ .text-deep-orange-lighten-2 {
2706
+ color: #ff8a65 !important;
2707
+ }
2708
+
2709
+ .text-deep-orange-lighten-1 {
2710
+ color: #ff7043 !important;
2711
+ }
2712
+
2713
+ .text-deep-orange-darken-1 {
2714
+ color: #f4511e !important;
2715
+ }
2716
+
2717
+ .text-deep-orange-darken-2 {
2718
+ color: #e64a19 !important;
2719
+ }
2720
+
2721
+ .text-deep-orange-darken-3 {
2722
+ color: #d84315 !important;
2723
+ }
2724
+
2725
+ .text-deep-orange-darken-4 {
2726
+ color: #bf360c !important;
2727
+ }
2728
+
2729
+ .text-deep-orange-accent-1 {
2730
+ color: #ff9e80 !important;
2731
+ }
2732
+
2733
+ .text-deep-orange-accent-2 {
2734
+ color: #ff6e40 !important;
2735
+ }
2736
+
2737
+ .text-deep-orange-accent-3 {
2738
+ color: #ff3d00 !important;
2739
+ }
2740
+
2741
+ .text-deep-orange-accent-4 {
2742
+ color: #dd2c00 !important;
2743
+ }
2744
+
2745
+ .text-brown {
2746
+ color: #795548 !important;
2747
+ }
2748
+
2749
+ .text-brown-lighten-5 {
2750
+ color: #efebe9 !important;
2751
+ }
2752
+
2753
+ .text-brown-lighten-4 {
2754
+ color: #d7ccc8 !important;
2755
+ }
2756
+
2757
+ .text-brown-lighten-3 {
2758
+ color: #bcaaa4 !important;
2759
+ }
2760
+
2761
+ .text-brown-lighten-2 {
2762
+ color: #a1887f !important;
2763
+ }
2764
+
2765
+ .text-brown-lighten-1 {
2766
+ color: #8d6e63 !important;
2767
+ }
2768
+
2769
+ .text-brown-darken-1 {
2770
+ color: #6d4c41 !important;
2771
+ }
2772
+
2773
+ .text-brown-darken-2 {
2774
+ color: #5d4037 !important;
2775
+ }
2776
+
2777
+ .text-brown-darken-3 {
2778
+ color: #4e342e !important;
2779
+ }
2780
+
2781
+ .text-brown-darken-4 {
2782
+ color: #3e2723 !important;
2783
+ }
2784
+
2785
+ .text-blue-grey {
2786
+ color: #607d8b !important;
2787
+ }
2788
+
2789
+ .text-blue-grey-lighten-5 {
2790
+ color: #eceff1 !important;
2791
+ }
2792
+
2793
+ .text-blue-grey-lighten-4 {
2794
+ color: #cfd8dc !important;
2795
+ }
2796
+
2797
+ .text-blue-grey-lighten-3 {
2798
+ color: #b0bec5 !important;
2799
+ }
2800
+
2801
+ .text-blue-grey-lighten-2 {
2802
+ color: #90a4ae !important;
2803
+ }
2804
+
2805
+ .text-blue-grey-lighten-1 {
2806
+ color: #78909c !important;
2807
+ }
2808
+
2809
+ .text-blue-grey-darken-1 {
2810
+ color: #546e7a !important;
2811
+ }
2812
+
2813
+ .text-blue-grey-darken-2 {
2814
+ color: #455a64 !important;
2815
+ }
2816
+
2817
+ .text-blue-grey-darken-3 {
2818
+ color: #37474f !important;
2819
+ }
2820
+
2821
+ .text-blue-grey-darken-4 {
2822
+ color: #263238 !important;
2823
+ }
2824
+
2825
+ .text-grey {
2826
+ color: #9e9e9e !important;
2827
+ }
2828
+
2829
+ .text-grey-lighten-5 {
2830
+ color: #fafafa !important;
2831
+ }
2832
+
2833
+ .text-grey-lighten-4 {
2834
+ color: #f5f5f5 !important;
2835
+ }
2836
+
2837
+ .text-grey-lighten-3 {
2838
+ color: #eeeeee !important;
2839
+ }
2840
+
2841
+ .text-grey-lighten-2 {
2842
+ color: #e0e0e0 !important;
2843
+ }
2844
+
2845
+ .text-grey-lighten-1 {
2846
+ color: #bdbdbd !important;
2847
+ }
2848
+
2849
+ .text-grey-darken-1 {
2850
+ color: #757575 !important;
2851
+ }
2852
+
2853
+ .text-grey-darken-2 {
2854
+ color: #616161 !important;
2855
+ }
2856
+
2857
+ .text-grey-darken-3 {
2858
+ color: #424242 !important;
2859
+ }
2860
+
2861
+ .text-grey-darken-4 {
2862
+ color: #212121 !important;
2863
+ }
2864
+
2865
+ .text-shades-black {
2866
+ color: #000000 !important;
2867
+ }
2868
+
2869
+ .text-shades-white {
2870
+ color: #FFFFFF !important;
2871
+ }
2872
+
2873
+ .text-shades-transparent {
2874
+ color: transparent !important;
2875
+ }
2876
+
2877
+ /*!
2878
+ * ress.css • v2.0.4
2879
+ * MIT License
2880
+ * github.com/filipelinhares/ress
2881
+ */
2882
+ /* # =================================================================
2883
+ # Global selectors
2884
+ # ================================================================= */
2885
+ html {
2886
+ box-sizing: border-box;
2887
+ overflow-y: scroll; /* All browsers without overlaying scrollbars */
2888
+ -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
2889
+ word-break: normal;
2890
+ -moz-tab-size: 4;
2891
+ tab-size: 4;
2892
+ }
2893
+
2894
+ *,
2895
+ ::before,
2896
+ ::after {
2897
+ background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
2898
+ box-sizing: inherit;
2899
+ }
2900
+
2901
+ ::before,
2902
+ ::after {
2903
+ text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
2904
+ vertical-align: inherit;
2905
+ }
2906
+
2907
+ * {
2908
+ padding: 0; /* Reset `padding` and `margin` of all elements */
2909
+ margin: 0;
2910
+ }
2911
+
2912
+ /* # =================================================================
2913
+ # General elements
2914
+ # ================================================================= */
2915
+ hr {
2916
+ overflow: visible; /* Show the overflow in Edge and IE */
2917
+ height: 0; /* Add the correct box sizing in Firefox */
2918
+ }
2919
+
2920
+ details,
2921
+ main {
2922
+ display: block; /* Render the `main` element consistently in IE. */
2923
+ }
2924
+
2925
+ summary {
2926
+ display: list-item; /* Add the correct display in all browsers */
2927
+ }
2928
+
2929
+ small {
2930
+ font-size: 80%; /* Set font-size to 80% in `small` elements */
2931
+ }
2932
+
2933
+ [hidden] {
2934
+ display: none; /* Add the correct display in IE */
2935
+ }
2936
+
2937
+ abbr[title] {
2938
+ border-bottom: none; /* Remove the bottom border in Chrome 57 */
2939
+ /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
2940
+ text-decoration: underline;
2941
+ text-decoration: underline dotted;
2942
+ }
2943
+
2944
+ a {
2945
+ background-color: transparent; /* Remove the gray background on active links in IE 10 */
2946
+ }
2947
+
2948
+ a:active,
2949
+ a:hover {
2950
+ outline-width: 0; /* Remove the outline when hovering in all browsers */
2951
+ }
2952
+
2953
+ code,
2954
+ kbd,
2955
+ pre,
2956
+ samp {
2957
+ font-family: monospace, monospace; /* Specify the font family of code elements */
2958
+ }
2959
+
2960
+ pre {
2961
+ font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
2962
+ }
2963
+
2964
+ b,
2965
+ strong {
2966
+ font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
2967
+ }
2968
+
2969
+ /* https://gist.github.com/unruthless/413930 */
2970
+ sub,
2971
+ sup {
2972
+ font-size: 75%;
2973
+ line-height: 0;
2974
+ position: relative;
2975
+ vertical-align: baseline;
2976
+ }
2977
+
2978
+ sub {
2979
+ bottom: -0.25em;
2980
+ }
2981
+
2982
+ sup {
2983
+ top: -0.5em;
2984
+ }
2985
+
2986
+ /* # =================================================================
2987
+ # Forms
2988
+ # ================================================================= */
2989
+ input {
2990
+ border-radius: 0;
2991
+ }
2992
+
2993
+ /* Replace pointer cursor in disabled elements */
2994
+ [disabled] {
2995
+ cursor: default;
2996
+ }
2997
+
2998
+ [type=number]::-webkit-inner-spin-button,
2999
+ [type=number]::-webkit-outer-spin-button {
3000
+ height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
3001
+ }
3002
+
3003
+ [type=search] {
3004
+ -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
3005
+ outline-offset: -2px; /* Correct the outline style in Safari */
3006
+ }
3007
+
3008
+ [type=search]::-webkit-search-cancel-button,
3009
+ [type=search]::-webkit-search-decoration {
3010
+ -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
3011
+ }
3012
+
3013
+ textarea {
3014
+ overflow: auto; /* Internet Explorer 11+ */
3015
+ resize: vertical; /* Specify textarea resizability */
3016
+ }
3017
+
3018
+ button,
3019
+ input,
3020
+ optgroup,
3021
+ select,
3022
+ textarea {
3023
+ font: inherit; /* Specify font inheritance of form elements */
3024
+ }
3025
+
3026
+ optgroup {
3027
+ font-weight: bold; /* Restore the font weight unset by the previous rule */
3028
+ }
3029
+
3030
+ button {
3031
+ overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
3032
+ }
3033
+
3034
+ button,
3035
+ select {
3036
+ text-transform: none; /* Firefox 40+, Internet Explorer 11- */
3037
+ }
3038
+
3039
+ /* Apply cursor pointer to button elements */
3040
+ button,
3041
+ [type=button],
3042
+ [type=reset],
3043
+ [type=submit],
3044
+ [role=button] {
3045
+ cursor: pointer;
3046
+ color: inherit;
3047
+ }
3048
+
3049
+ /* Remove inner padding and border in Firefox 4+ */
3050
+ button::-moz-focus-inner,
3051
+ [type=button]::-moz-focus-inner,
3052
+ [type=reset]::-moz-focus-inner,
3053
+ [type=submit]::-moz-focus-inner {
3054
+ border-style: none;
3055
+ padding: 0;
3056
+ }
3057
+
3058
+ /* Replace focus style removed in the border reset above */
3059
+ button:-moz-focusring,
3060
+ [type=button]::-moz-focus-inner,
3061
+ [type=reset]::-moz-focus-inner,
3062
+ [type=submit]::-moz-focus-inner {
3063
+ outline: 1px dotted ButtonText;
3064
+ }
3065
+
3066
+ button,
3067
+ html [type=button],
3068
+ [type=reset],
3069
+ [type=submit] {
3070
+ -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
3071
+ }
3072
+
3073
+ /* Remove the default button styling in all browsers */
3074
+ button,
3075
+ input,
3076
+ select,
3077
+ textarea {
3078
+ background-color: transparent;
3079
+ border-style: none;
3080
+ }
3081
+
3082
+ /* Style select like a standard input */
3083
+ select {
3084
+ -moz-appearance: none; /* Firefox 36+ */
3085
+ -webkit-appearance: none; /* Chrome 41+ */
3086
+ }
3087
+
3088
+ select::-ms-expand {
3089
+ display: none; /* Internet Explorer 11+ */
3090
+ }
3091
+
3092
+ select::-ms-value {
3093
+ color: currentColor; /* Internet Explorer 11+ */
3094
+ }
3095
+
3096
+ legend {
3097
+ border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
3098
+ color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
3099
+ display: table; /* Correct the text wrapping in Edge and IE */
3100
+ max-width: 100%; /* Correct the text wrapping in Edge and IE */
3101
+ white-space: normal; /* Correct the text wrapping in Edge and IE */
3102
+ max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
3103
+ }
3104
+
3105
+ ::-webkit-file-upload-button {
3106
+ /* Correct the inability to style clickable types in iOS and Safari */
3107
+ -webkit-appearance: button;
3108
+ color: inherit;
3109
+ font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
3110
+ }
3111
+
3112
+ ::-ms-clear,
3113
+ ::-ms-reveal {
3114
+ display: none;
3115
+ }
3116
+
3117
+ /* # =================================================================
3118
+ # Specify media element style
3119
+ # ================================================================= */
3120
+ img {
3121
+ border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
3122
+ }
3123
+
3124
+ /* Add the correct vertical alignment in Chrome, Firefox, and Opera */
3125
+ progress {
3126
+ vertical-align: baseline;
3127
+ }
3128
+
3129
+ /* # =================================================================
3130
+ # Accessibility
3131
+ # ================================================================= */
3132
+ /* Hide content from screens but not screenreaders */
3133
+ @media screen {
3134
+ [hidden~=screen] {
3135
+ display: inherit;
3136
+ }
3137
+ [hidden~=screen]:not(:active):not(:focus):not(:target) {
3138
+ position: absolute !important;
3139
+ clip: rect(0 0 0 0) !important;
3140
+ }
3141
+ }
3142
+ /* Specify the progress cursor of updating elements */
3143
+ [aria-busy=true] {
3144
+ cursor: progress;
3145
+ }
3146
+
3147
+ /* Specify the pointer cursor of trigger elements */
3148
+ [aria-controls] {
3149
+ cursor: pointer;
3150
+ }
3151
+
3152
+ /* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
3153
+ [aria-disabled=true] {
3154
+ cursor: default;
3155
+ }
3156
+
3157
+ @media (prefers-reduced-motion: no-preference) {
3158
+ .dialog-transition-enter-active,
3159
+ .dialog-bottom-transition-enter-active,
3160
+ .dialog-top-transition-enter-active {
3161
+ transition-duration: 225ms !important;
3162
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
3163
+ }
3164
+ .dialog-transition-leave-active,
3165
+ .dialog-bottom-transition-leave-active,
3166
+ .dialog-top-transition-leave-active {
3167
+ transition-duration: 125ms !important;
3168
+ transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
3169
+ }
3170
+ .dialog-transition-enter-active, .dialog-transition-leave-active,
3171
+ .dialog-bottom-transition-enter-active,
3172
+ .dialog-bottom-transition-leave-active,
3173
+ .dialog-top-transition-enter-active,
3174
+ .dialog-top-transition-leave-active {
3175
+ transition-property: transform, opacity !important;
3176
+ pointer-events: none;
3177
+ }
3178
+ .dialog-transition-enter-from, .dialog-transition-leave-to {
3179
+ transform: scale(0.9);
3180
+ opacity: 0;
3181
+ }
3182
+ .dialog-transition-enter-to, .dialog-transition-leave-from {
3183
+ opacity: 1;
3184
+ }
3185
+ .dialog-bottom-transition-enter-from, .dialog-bottom-transition-leave-to {
3186
+ transform: translateY(calc(50vh + 50%));
3187
+ }
3188
+ .dialog-top-transition-enter-from, .dialog-top-transition-leave-to {
3189
+ transform: translateY(calc(-50vh - 50%));
3190
+ }
3191
+ .picker-transition-enter-active,
3192
+ .picker-reverse-transition-enter-active {
3193
+ transition-duration: 0.3s !important;
3194
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3195
+ }
3196
+ .picker-transition-leave-active,
3197
+ .picker-reverse-transition-leave-active {
3198
+ transition-duration: 0.3s !important;
3199
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3200
+ }
3201
+ .picker-transition-move,
3202
+ .picker-reverse-transition-move {
3203
+ transition-duration: 0.5s !important;
3204
+ transition-property: transform !important;
3205
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3206
+ }
3207
+ .picker-transition-enter-from, .picker-transition-leave-to,
3208
+ .picker-reverse-transition-enter-from,
3209
+ .picker-reverse-transition-leave-to {
3210
+ opacity: 0;
3211
+ }
3212
+ .picker-transition-leave-from, .picker-transition-leave-active, .picker-transition-leave-to,
3213
+ .picker-reverse-transition-leave-from,
3214
+ .picker-reverse-transition-leave-active,
3215
+ .picker-reverse-transition-leave-to {
3216
+ position: absolute !important;
3217
+ }
3218
+ .picker-transition-enter-active, .picker-transition-leave-active,
3219
+ .picker-reverse-transition-enter-active,
3220
+ .picker-reverse-transition-leave-active {
3221
+ transition-property: transform, opacity !important;
3222
+ }
3223
+ .picker-transition-enter-active {
3224
+ transition-duration: 0.3s !important;
3225
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3226
+ }
3227
+ .picker-transition-leave-active {
3228
+ transition-duration: 0.3s !important;
3229
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3230
+ }
3231
+ .picker-transition-move {
3232
+ transition-duration: 0.5s !important;
3233
+ transition-property: transform !important;
3234
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3235
+ }
3236
+ .picker-transition-enter-from {
3237
+ transform: translate(100%, 0);
3238
+ }
3239
+ .picker-transition-leave-to {
3240
+ transform: translate(-100%, 0);
3241
+ }
3242
+ .picker-reverse-transition-enter-active {
3243
+ transition-duration: 0.3s !important;
3244
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3245
+ }
3246
+ .picker-reverse-transition-leave-active {
3247
+ transition-duration: 0.3s !important;
3248
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3249
+ }
3250
+ .picker-reverse-transition-move {
3251
+ transition-duration: 0.5s !important;
3252
+ transition-property: transform !important;
3253
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3254
+ }
3255
+ .picker-reverse-transition-enter-from {
3256
+ transform: translate(-100%, 0);
3257
+ }
3258
+ .picker-reverse-transition-leave-to {
3259
+ transform: translate(100%, 0);
3260
+ }
3261
+ .expand-transition-enter-active {
3262
+ transition-duration: 0.3s !important;
3263
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3264
+ }
3265
+ .expand-transition-leave-active {
3266
+ transition-duration: 0.3s !important;
3267
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3268
+ }
3269
+ .expand-transition-move {
3270
+ transition-duration: 0.5s !important;
3271
+ transition-property: transform !important;
3272
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3273
+ }
3274
+ .expand-transition-enter-active, .expand-transition-leave-active {
3275
+ transition-property: height !important;
3276
+ }
3277
+ .expand-x-transition-enter-active {
3278
+ transition-duration: 0.3s !important;
3279
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3280
+ }
3281
+ .expand-x-transition-leave-active {
3282
+ transition-duration: 0.3s !important;
3283
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3284
+ }
3285
+ .expand-x-transition-move {
3286
+ transition-duration: 0.5s !important;
3287
+ transition-property: transform !important;
3288
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3289
+ }
3290
+ .expand-x-transition-enter-active, .expand-x-transition-leave-active {
3291
+ transition-property: width !important;
3292
+ }
3293
+ .scale-transition-enter-active {
3294
+ transition-duration: 0.3s !important;
3295
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3296
+ }
3297
+ .scale-transition-leave-active {
3298
+ transition-duration: 0.3s !important;
3299
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3300
+ }
3301
+ .scale-transition-move {
3302
+ transition-duration: 0.5s !important;
3303
+ transition-property: transform !important;
3304
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3305
+ }
3306
+ .scale-transition-leave-to {
3307
+ opacity: 0;
3308
+ }
3309
+ .scale-transition-leave-active {
3310
+ transition-duration: 100ms !important;
3311
+ }
3312
+ .scale-transition-enter-from {
3313
+ opacity: 0;
3314
+ transform: scale(0);
3315
+ }
3316
+ .scale-transition-enter-active, .scale-transition-leave-active {
3317
+ transition-property: transform, opacity !important;
3318
+ }
3319
+ .scale-rotate-transition-enter-active {
3320
+ transition-duration: 0.3s !important;
3321
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3322
+ }
3323
+ .scale-rotate-transition-leave-active {
3324
+ transition-duration: 0.3s !important;
3325
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3326
+ }
3327
+ .scale-rotate-transition-move {
3328
+ transition-duration: 0.5s !important;
3329
+ transition-property: transform !important;
3330
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3331
+ }
3332
+ .scale-rotate-transition-leave-to {
3333
+ opacity: 0;
3334
+ }
3335
+ .scale-rotate-transition-leave-active {
3336
+ transition-duration: 100ms !important;
3337
+ }
3338
+ .scale-rotate-transition-enter-from {
3339
+ opacity: 0;
3340
+ transform: scale(0) rotate(-45deg);
3341
+ }
3342
+ .scale-rotate-transition-enter-active, .scale-rotate-transition-leave-active {
3343
+ transition-property: transform, opacity !important;
3344
+ }
3345
+ .scale-rotate-reverse-transition-enter-active {
3346
+ transition-duration: 0.3s !important;
3347
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3348
+ }
3349
+ .scale-rotate-reverse-transition-leave-active {
3350
+ transition-duration: 0.3s !important;
3351
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3352
+ }
3353
+ .scale-rotate-reverse-transition-move {
3354
+ transition-duration: 0.5s !important;
3355
+ transition-property: transform !important;
3356
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3357
+ }
3358
+ .scale-rotate-reverse-transition-leave-to {
3359
+ opacity: 0;
3360
+ }
3361
+ .scale-rotate-reverse-transition-leave-active {
3362
+ transition-duration: 100ms !important;
3363
+ }
3364
+ .scale-rotate-reverse-transition-enter-from {
3365
+ opacity: 0;
3366
+ transform: scale(0) rotate(45deg);
3367
+ }
3368
+ .scale-rotate-reverse-transition-enter-active, .scale-rotate-reverse-transition-leave-active {
3369
+ transition-property: transform, opacity !important;
3370
+ }
3371
+ .message-transition-enter-active {
3372
+ transition-duration: 0.3s !important;
3373
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3374
+ }
3375
+ .message-transition-leave-active {
3376
+ transition-duration: 0.3s !important;
3377
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3378
+ }
3379
+ .message-transition-move {
3380
+ transition-duration: 0.5s !important;
3381
+ transition-property: transform !important;
3382
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3383
+ }
3384
+ .message-transition-enter-from, .message-transition-leave-to {
3385
+ opacity: 0;
3386
+ transform: translateY(-15px);
3387
+ }
3388
+ .message-transition-leave-from, .message-transition-leave-active {
3389
+ position: absolute;
3390
+ }
3391
+ .message-transition-enter-active, .message-transition-leave-active {
3392
+ transition-property: transform, opacity !important;
3393
+ }
3394
+ .slide-y-transition-enter-active {
3395
+ transition-duration: 0.3s !important;
3396
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3397
+ }
3398
+ .slide-y-transition-leave-active {
3399
+ transition-duration: 0.3s !important;
3400
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3401
+ }
3402
+ .slide-y-transition-move {
3403
+ transition-duration: 0.5s !important;
3404
+ transition-property: transform !important;
3405
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3406
+ }
3407
+ .slide-y-transition-enter-from, .slide-y-transition-leave-to {
3408
+ opacity: 0;
3409
+ transform: translateY(-15px);
3410
+ }
3411
+ .slide-y-transition-enter-active, .slide-y-transition-leave-active {
3412
+ transition-property: transform, opacity !important;
3413
+ }
3414
+ .slide-y-reverse-transition-enter-active {
3415
+ transition-duration: 0.3s !important;
3416
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3417
+ }
3418
+ .slide-y-reverse-transition-leave-active {
3419
+ transition-duration: 0.3s !important;
3420
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3421
+ }
3422
+ .slide-y-reverse-transition-move {
3423
+ transition-duration: 0.5s !important;
3424
+ transition-property: transform !important;
3425
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3426
+ }
3427
+ .slide-y-reverse-transition-enter-from, .slide-y-reverse-transition-leave-to {
3428
+ opacity: 0;
3429
+ transform: translateY(15px);
3430
+ }
3431
+ .slide-y-reverse-transition-enter-active, .slide-y-reverse-transition-leave-active {
3432
+ transition-property: transform, opacity !important;
3433
+ }
3434
+ .scroll-y-transition-enter-active {
3435
+ transition-duration: 0.3s !important;
3436
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3437
+ }
3438
+ .scroll-y-transition-leave-active {
3439
+ transition-duration: 0.3s !important;
3440
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3441
+ }
3442
+ .scroll-y-transition-move {
3443
+ transition-duration: 0.5s !important;
3444
+ transition-property: transform !important;
3445
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3446
+ }
3447
+ .scroll-y-transition-enter-from, .scroll-y-transition-leave-to {
3448
+ opacity: 0;
3449
+ }
3450
+ .scroll-y-transition-enter-from {
3451
+ transform: translateY(-15px);
3452
+ }
3453
+ .scroll-y-transition-leave-to {
3454
+ transform: translateY(15px);
3455
+ }
3456
+ .scroll-y-transition-enter-active, .scroll-y-transition-leave-active {
3457
+ transition-property: transform, opacity !important;
3458
+ }
3459
+ .scroll-y-reverse-transition-enter-active {
3460
+ transition-duration: 0.3s !important;
3461
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3462
+ }
3463
+ .scroll-y-reverse-transition-leave-active {
3464
+ transition-duration: 0.3s !important;
3465
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3466
+ }
3467
+ .scroll-y-reverse-transition-move {
3468
+ transition-duration: 0.5s !important;
3469
+ transition-property: transform !important;
3470
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3471
+ }
3472
+ .scroll-y-reverse-transition-enter-from, .scroll-y-reverse-transition-leave-to {
3473
+ opacity: 0;
3474
+ }
3475
+ .scroll-y-reverse-transition-enter-from {
3476
+ transform: translateY(15px);
3477
+ }
3478
+ .scroll-y-reverse-transition-leave-to {
3479
+ transform: translateY(-15px);
3480
+ }
3481
+ .scroll-y-reverse-transition-enter-active, .scroll-y-reverse-transition-leave-active {
3482
+ transition-property: transform, opacity !important;
3483
+ }
3484
+ .scroll-x-transition-enter-active {
3485
+ transition-duration: 0.3s !important;
3486
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3487
+ }
3488
+ .scroll-x-transition-leave-active {
3489
+ transition-duration: 0.3s !important;
3490
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3491
+ }
3492
+ .scroll-x-transition-move {
3493
+ transition-duration: 0.5s !important;
3494
+ transition-property: transform !important;
3495
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3496
+ }
3497
+ .scroll-x-transition-enter-from, .scroll-x-transition-leave-to {
3498
+ opacity: 0;
3499
+ }
3500
+ .scroll-x-transition-enter-from {
3501
+ transform: translateX(-15px);
3502
+ }
3503
+ .scroll-x-transition-leave-to {
3504
+ transform: translateX(15px);
3505
+ }
3506
+ .scroll-x-transition-enter-active, .scroll-x-transition-leave-active {
3507
+ transition-property: transform, opacity !important;
3508
+ }
3509
+ .scroll-x-reverse-transition-enter-active {
3510
+ transition-duration: 0.3s !important;
3511
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3512
+ }
3513
+ .scroll-x-reverse-transition-leave-active {
3514
+ transition-duration: 0.3s !important;
3515
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3516
+ }
3517
+ .scroll-x-reverse-transition-move {
3518
+ transition-duration: 0.5s !important;
3519
+ transition-property: transform !important;
3520
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3521
+ }
3522
+ .scroll-x-reverse-transition-enter-from, .scroll-x-reverse-transition-leave-to {
3523
+ opacity: 0;
3524
+ }
3525
+ .scroll-x-reverse-transition-enter-from {
3526
+ transform: translateX(15px);
3527
+ }
3528
+ .scroll-x-reverse-transition-leave-to {
3529
+ transform: translateX(-15px);
3530
+ }
3531
+ .scroll-x-reverse-transition-enter-active, .scroll-x-reverse-transition-leave-active {
3532
+ transition-property: transform, opacity !important;
3533
+ }
3534
+ .slide-x-transition-enter-active {
3535
+ transition-duration: 0.3s !important;
3536
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3537
+ }
3538
+ .slide-x-transition-leave-active {
3539
+ transition-duration: 0.3s !important;
3540
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3541
+ }
3542
+ .slide-x-transition-move {
3543
+ transition-duration: 0.5s !important;
3544
+ transition-property: transform !important;
3545
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3546
+ }
3547
+ .slide-x-transition-enter-from, .slide-x-transition-leave-to {
3548
+ opacity: 0;
3549
+ transform: translateX(-15px);
3550
+ }
3551
+ .slide-x-transition-enter-active, .slide-x-transition-leave-active {
3552
+ transition-property: transform, opacity !important;
3553
+ }
3554
+ .slide-x-reverse-transition-enter-active {
3555
+ transition-duration: 0.3s !important;
3556
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3557
+ }
3558
+ .slide-x-reverse-transition-leave-active {
3559
+ transition-duration: 0.3s !important;
3560
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3561
+ }
3562
+ .slide-x-reverse-transition-move {
3563
+ transition-duration: 0.5s !important;
3564
+ transition-property: transform !important;
3565
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3566
+ }
3567
+ .slide-x-reverse-transition-enter-from, .slide-x-reverse-transition-leave-to {
3568
+ opacity: 0;
3569
+ transform: translateX(15px);
3570
+ }
3571
+ .slide-x-reverse-transition-enter-active, .slide-x-reverse-transition-leave-active {
3572
+ transition-property: transform, opacity !important;
3573
+ }
3574
+ .fade-transition-enter-active {
3575
+ transition-duration: 0.3s !important;
3576
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3577
+ }
3578
+ .fade-transition-leave-active {
3579
+ transition-duration: 0.3s !important;
3580
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3581
+ }
3582
+ .fade-transition-move {
3583
+ transition-duration: 0.5s !important;
3584
+ transition-property: transform !important;
3585
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3586
+ }
3587
+ .fade-transition-enter-from, .fade-transition-leave-to {
3588
+ opacity: 0 !important;
3589
+ }
3590
+ .fade-transition-enter-active, .fade-transition-leave-active {
3591
+ transition-property: opacity !important;
3592
+ }
3593
+ .fab-transition-enter-active {
3594
+ transition-duration: 0.3s !important;
3595
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3596
+ }
3597
+ .fab-transition-leave-active {
3598
+ transition-duration: 0.3s !important;
3599
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3600
+ }
3601
+ .fab-transition-move {
3602
+ transition-duration: 0.5s !important;
3603
+ transition-property: transform !important;
3604
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
3605
+ }
3606
+ .fab-transition-enter-from, .fab-transition-leave-to {
3607
+ transform: scale(0) rotate(-45deg);
3608
+ }
3609
+ .fab-transition-enter-active, .fab-transition-leave-active {
3610
+ transition-property: transform !important;
3611
+ }
3612
+ }
3613
+ .v-locale--is-rtl {
3614
+ direction: rtl;
3615
+ }
3616
+ .v-locale--is-ltr {
3617
+ direction: ltr;
3618
+ }
3619
+
3620
+ .blockquote {
3621
+ padding: 16px 0 16px 24px;
3622
+ font-size: 18px;
3623
+ font-weight: 300;
3624
+ }
3625
+
3626
+ html {
3627
+ font-family: "Roboto", sans-serif;
3628
+ line-height: 1.5;
3629
+ font-size: 1rem;
3630
+ overflow-x: hidden;
3631
+ text-rendering: optimizeLegibility;
3632
+ -webkit-font-smoothing: antialiased;
3633
+ -moz-osx-font-smoothing: grayscale;
3634
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
3635
+ }
3636
+
3637
+ html.overflow-y-hidden {
3638
+ overflow-y: hidden !important;
3639
+ }
3640
+
3641
+ :root {
3642
+ --v-theme-overlay-multiplier: 1;
3643
+ --v-scrollbar-offset: 0px;
3644
+ }
3645
+
3646
+ @supports (-webkit-touch-callout: none) {
3647
+ body {
3648
+ cursor: pointer;
3649
+ }
3650
+ }
3651
+ /**
3652
+ * Custom global styles (optional)
3653
+ * Add your custom overrides here
3654
+ */