@betarena/ad-engine 0.0.23 → 0.0.24

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,3136 @@
1
+ @charset "UTF-8";
2
+ /*
3
+ ◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️
4
+ This is the main (global) css file used throughout the project - that ◼️
5
+ sets out the general desing language, such as: margins/paddings/colors that ◼️
6
+ are generally used throughout the project in a consistant and repetetive manner. ◼️
7
+ ◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️
8
+ > Version | 0.5 ◼️
9
+ ◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️
10
+ */
11
+ /* #region ➤ [MAIN] [ROOT] Layout */
12
+ /*
13
+ ### NOTE:
14
+ ### Betarena Scores 'root:' values.
15
+ ### SEE:
16
+ ### https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties
17
+ */
18
+ :root {
19
+ /*
20
+ ╭──────────────────────────────────────────────────────────────────╮
21
+ │ 📌 DIMENSIONS │
22
+ ╰──────────────────────────────────────────────────────────────────╯
23
+ */
24
+ --app-height: 100%;
25
+ /*
26
+ ╭──────────────────────────────────────────────────────────────────╮
27
+ │ 📌 COLORS │
28
+ ╰──────────────────────────────────────────────────────────────────╯
29
+ */
30
+ --white: #ffffff;
31
+ --whitev2: #f2f2f2;
32
+ --white-3: #F7F7F7;
33
+ --white-4: #D9D9D9;
34
+ --primary: #f5620f;
35
+ --primary-fade: #f77c42;
36
+ --primary-fade-2: #D25E27;
37
+ --secondary: #37474f;
38
+ --blue: #0085ff;
39
+ --red: #c62828;
40
+ --red-bright: #ff3c3c;
41
+ --red-bright-v2: #FF5F5F;
42
+ --red-error: #ff0000;
43
+ --green-success: #009406;
44
+ --green-color: #59C65D;
45
+ --green-1: #4DA025;
46
+ --theme-color: #e3e3e3;
47
+ --grey-color: #e6e6e6;
48
+ --grey-shade: #cccccc;
49
+ --grey-shade-2: #a8a8a8;
50
+ --grey-shade-3: #C1C1C1;
51
+ --grey-shade-4: #7E7E7E;
52
+ --yellow-gold: #FFB904;
53
+ --black: #000000;
54
+ --dark: #121212;
55
+ --grey: #8c8c8c;
56
+ --background-surface: #121212;
57
+ --dark-theme: #292929;
58
+ --dark-theme-1: #4b4b4b;
59
+ --dark-theme-1-shade: #616161;
60
+ --dark-theme-1-2-shade: #737373;
61
+ --dark-theme-1-3-shade: #999999;
62
+ --dark-theme-1-4-shade: #383838;
63
+ --dark-theme-1-7-shade: #313131;
64
+ --dark-theme-1-5-shade: #161616;
65
+ --dark-theme-1-6-shade: #4D4D4D;
66
+ --dark-theme-1-5-shade-o-0-2: rgba(22, 22, 22, 0.2);
67
+ --dark-theme-1-5-shade-o-0-5: rgba(75, 75, 75, 0.5);
68
+ /*
69
+ ╭──────────────────────────────────────────────────────────────────╮
70
+ │ 📌 COMMON BREAKPOINTS │
71
+ ╰──────────────────────────────────────────────────────────────────╯
72
+ */
73
+ --mobile: 375;
74
+ --tablet: 767;
75
+ --desktop: 1440;
76
+ /*
77
+ ╭──────────────────────────────────────────────────────────────────╮
78
+ │ 📌 MISC. │
79
+ ╰──────────────────────────────────────────────────────────────────╯
80
+ */
81
+ --oragne-pale-bg: rgba(247, 124, 66, 0.2);
82
+ --header-is-mobile: false;
83
+ }
84
+
85
+ /* #endregion ➤ [MAIN] [ROOT] Layout */
86
+ /* #region ➤ [MAIN] Website Layout */
87
+ * {
88
+ box-sizing: border-box;
89
+ }
90
+
91
+ body,
92
+ html {
93
+ margin: 0 !important;
94
+ background-color: var(--white);
95
+ scroll-behavior: smooth !important;
96
+ }
97
+
98
+ body {
99
+ color: var(--black);
100
+ background-color: var(--whitev2);
101
+ margin: 0 !important;
102
+ font-family: Roboto;
103
+ font-size: 14px;
104
+ line-height: 1.5;
105
+ /*
106
+ MOBILE
107
+ disable pinchin & user zooming on */
108
+ /* touch-action: pan-x pan-y; */
109
+ /*
110
+ SAFARI */
111
+ -webkit-text-size-adjust: none;
112
+ }
113
+ body.disable-scroll {
114
+ /* 🎨 style */
115
+ overflow: hidden;
116
+ height: 100%;
117
+ }
118
+
119
+ a {
120
+ text-decoration: none !important;
121
+ color: inherit;
122
+ display: flex;
123
+ }
124
+ a.disable-anchor {
125
+ pointer-events: none;
126
+ }
127
+
128
+ .inter-font {
129
+ font-family: Inter;
130
+ }
131
+
132
+ p {
133
+ font-style: normal;
134
+ font-weight: 400; /* 400 / 500 */
135
+ line-height: 150%;
136
+ margin: 0;
137
+ color: var(--dark-theme);
138
+ }
139
+
140
+ /* MOBILE VIEW OVERFLOW HIDDEN */
141
+ @media only screen and (max-width: 375px) {
142
+ html,
143
+ body {
144
+ overflow-x: hidden;
145
+ }
146
+ }
147
+ /*
148
+ ### NOTE:
149
+ ### zoom-out-mobiles-input-form
150
+ ### SEE:
151
+ ### https://stackoverflow.com/questions/2989263/disable-auto-zoom-in-input-text-tag-safari-on-iphone
152
+ */
153
+ @supports (-webkit-overflow-scrolling: touch) {
154
+ form input:active,
155
+ input:active {
156
+ font-size: 16px !important;
157
+ }
158
+ }
159
+ /* #endregion ➤ [MAIN] Website Layout */
160
+ /* #region ➤ [MAIN] [MARGINS] Website Layout */
161
+ .m-0 {
162
+ margin: 0;
163
+ }
164
+
165
+ .m-r-1 {
166
+ margin-right: 1px;
167
+ }
168
+ .m-r-2 {
169
+ margin-right: 2px;
170
+ }
171
+ .m-r-3 {
172
+ margin-right: 3px;
173
+ }
174
+ .m-r-4 {
175
+ margin-right: 4px;
176
+ }
177
+ .m-r-5 {
178
+ margin-right: 5px;
179
+ }
180
+ .m-r-6 {
181
+ margin-right: 6px;
182
+ }
183
+ .m-r-7 {
184
+ margin-right: 7px;
185
+ }
186
+ .m-r-8 {
187
+ margin-right: 8px;
188
+ }
189
+ .m-r-9 {
190
+ margin-right: 9px;
191
+ }
192
+ .m-r-10 {
193
+ margin-right: 10px;
194
+ }
195
+ .m-r-11 {
196
+ margin-right: 11px;
197
+ }
198
+ .m-r-12 {
199
+ margin-right: 12px;
200
+ }
201
+ .m-r-13 {
202
+ margin-right: 13px;
203
+ }
204
+ .m-r-14 {
205
+ margin-right: 14px;
206
+ }
207
+ .m-r-15 {
208
+ margin-right: 15px;
209
+ }
210
+ .m-r-16 {
211
+ margin-right: 16px;
212
+ }
213
+ .m-r-17 {
214
+ margin-right: 17px;
215
+ }
216
+ .m-r-18 {
217
+ margin-right: 18px;
218
+ }
219
+ .m-r-19 {
220
+ margin-right: 19px;
221
+ }
222
+ .m-r-20 {
223
+ margin-right: 20px;
224
+ }
225
+ .m-r-21 {
226
+ margin-right: 21px;
227
+ }
228
+ .m-r-22 {
229
+ margin-right: 22px;
230
+ }
231
+ .m-r-23 {
232
+ margin-right: 23px;
233
+ }
234
+ .m-r-24 {
235
+ margin-right: 24px;
236
+ }
237
+ .m-r-25 {
238
+ margin-right: 25px;
239
+ }
240
+ .m-r-26 {
241
+ margin-right: 26px;
242
+ }
243
+ .m-r-27 {
244
+ margin-right: 27px;
245
+ }
246
+ .m-r-28 {
247
+ margin-right: 28px;
248
+ }
249
+ .m-r-29 {
250
+ margin-right: 29px;
251
+ }
252
+ .m-r-30 {
253
+ margin-right: 30px;
254
+ }
255
+ .m-r-31 {
256
+ margin-right: 31px;
257
+ }
258
+ .m-r-32 {
259
+ margin-right: 32px;
260
+ }
261
+ .m-r-33 {
262
+ margin-right: 33px;
263
+ }
264
+ .m-r-34 {
265
+ margin-right: 34px;
266
+ }
267
+ .m-r-35 {
268
+ margin-right: 35px;
269
+ }
270
+ .m-r-36 {
271
+ margin-right: 36px;
272
+ }
273
+ .m-r-37 {
274
+ margin-right: 37px;
275
+ }
276
+ .m-r-38 {
277
+ margin-right: 38px;
278
+ }
279
+ .m-r-39 {
280
+ margin-right: 39px;
281
+ }
282
+ .m-r-40 {
283
+ margin-right: 40px;
284
+ }
285
+ .m-r-41 {
286
+ margin-right: 41px;
287
+ }
288
+ .m-r-42 {
289
+ margin-right: 42px;
290
+ }
291
+ .m-r-43 {
292
+ margin-right: 43px;
293
+ }
294
+ .m-r-44 {
295
+ margin-right: 44px;
296
+ }
297
+ .m-r-45 {
298
+ margin-right: 45px;
299
+ }
300
+ .m-r-46 {
301
+ margin-right: 46px;
302
+ }
303
+ .m-r-47 {
304
+ margin-right: 47px;
305
+ }
306
+ .m-r-48 {
307
+ margin-right: 48px;
308
+ }
309
+ .m-r-49 {
310
+ margin-right: 49px;
311
+ }
312
+ .m-r-50 {
313
+ margin-right: 50px;
314
+ }
315
+ .m-r-51 {
316
+ margin-right: 51px;
317
+ }
318
+ .m-r-52 {
319
+ margin-right: 52px;
320
+ }
321
+ .m-r-53 {
322
+ margin-right: 53px;
323
+ }
324
+ .m-r-54 {
325
+ margin-right: 54px;
326
+ }
327
+ .m-r-55 {
328
+ margin-right: 55px;
329
+ }
330
+ .m-r-56 {
331
+ margin-right: 56px;
332
+ }
333
+ .m-r-57 {
334
+ margin-right: 57px;
335
+ }
336
+ .m-r-58 {
337
+ margin-right: 58px;
338
+ }
339
+ .m-r-59 {
340
+ margin-right: 59px;
341
+ }
342
+ .m-r-60 {
343
+ margin-right: 60px;
344
+ }
345
+ .m-r-61 {
346
+ margin-right: 61px;
347
+ }
348
+ .m-r-62 {
349
+ margin-right: 62px;
350
+ }
351
+ .m-r-63 {
352
+ margin-right: 63px;
353
+ }
354
+ .m-r-64 {
355
+ margin-right: 64px;
356
+ }
357
+ .m-r-65 {
358
+ margin-right: 65px;
359
+ }
360
+ .m-r-66 {
361
+ margin-right: 66px;
362
+ }
363
+ .m-r-67 {
364
+ margin-right: 67px;
365
+ }
366
+ .m-r-68 {
367
+ margin-right: 68px;
368
+ }
369
+ .m-r-69 {
370
+ margin-right: 69px;
371
+ }
372
+ .m-r-70 {
373
+ margin-right: 70px;
374
+ }
375
+ .m-r-71 {
376
+ margin-right: 71px;
377
+ }
378
+ .m-r-72 {
379
+ margin-right: 72px;
380
+ }
381
+ .m-r-73 {
382
+ margin-right: 73px;
383
+ }
384
+ .m-r-74 {
385
+ margin-right: 74px;
386
+ }
387
+ .m-r-75 {
388
+ margin-right: 75px;
389
+ }
390
+ .m-r-76 {
391
+ margin-right: 76px;
392
+ }
393
+ .m-r-77 {
394
+ margin-right: 77px;
395
+ }
396
+ .m-r-78 {
397
+ margin-right: 78px;
398
+ }
399
+ .m-r-79 {
400
+ margin-right: 79px;
401
+ }
402
+ .m-r-80 {
403
+ margin-right: 80px;
404
+ }
405
+ .m-r-81 {
406
+ margin-right: 81px;
407
+ }
408
+ .m-r-82 {
409
+ margin-right: 82px;
410
+ }
411
+ .m-r-83 {
412
+ margin-right: 83px;
413
+ }
414
+ .m-r-84 {
415
+ margin-right: 84px;
416
+ }
417
+ .m-r-85 {
418
+ margin-right: 85px;
419
+ }
420
+ .m-r-86 {
421
+ margin-right: 86px;
422
+ }
423
+ .m-r-87 {
424
+ margin-right: 87px;
425
+ }
426
+ .m-r-88 {
427
+ margin-right: 88px;
428
+ }
429
+ .m-r-89 {
430
+ margin-right: 89px;
431
+ }
432
+ .m-r-90 {
433
+ margin-right: 90px;
434
+ }
435
+ .m-r-91 {
436
+ margin-right: 91px;
437
+ }
438
+ .m-r-92 {
439
+ margin-right: 92px;
440
+ }
441
+ .m-r-93 {
442
+ margin-right: 93px;
443
+ }
444
+ .m-r-94 {
445
+ margin-right: 94px;
446
+ }
447
+ .m-r-95 {
448
+ margin-right: 95px;
449
+ }
450
+ .m-r-96 {
451
+ margin-right: 96px;
452
+ }
453
+ .m-r-97 {
454
+ margin-right: 97px;
455
+ }
456
+ .m-r-98 {
457
+ margin-right: 98px;
458
+ }
459
+ .m-r-99 {
460
+ margin-right: 99px;
461
+ }
462
+ .m-r-100 {
463
+ margin-right: 100px;
464
+ }
465
+
466
+ .m-l-1 {
467
+ margin-left: 1px;
468
+ }
469
+ .m-l-2 {
470
+ margin-left: 2px;
471
+ }
472
+ .m-l-3 {
473
+ margin-left: 3px;
474
+ }
475
+ .m-l-4 {
476
+ margin-left: 4px;
477
+ }
478
+ .m-l-5 {
479
+ margin-left: 5px;
480
+ }
481
+ .m-l-6 {
482
+ margin-left: 6px;
483
+ }
484
+ .m-l-7 {
485
+ margin-left: 7px;
486
+ }
487
+ .m-l-8 {
488
+ margin-left: 8px;
489
+ }
490
+ .m-l-9 {
491
+ margin-left: 9px;
492
+ }
493
+ .m-l-10 {
494
+ margin-left: 10px;
495
+ }
496
+ .m-l-11 {
497
+ margin-left: 11px;
498
+ }
499
+ .m-l-12 {
500
+ margin-left: 12px;
501
+ }
502
+ .m-l-13 {
503
+ margin-left: 13px;
504
+ }
505
+ .m-l-14 {
506
+ margin-left: 14px;
507
+ }
508
+ .m-l-15 {
509
+ margin-left: 15px;
510
+ }
511
+ .m-l-16 {
512
+ margin-left: 16px;
513
+ }
514
+ .m-l-17 {
515
+ margin-left: 17px;
516
+ }
517
+ .m-l-18 {
518
+ margin-left: 18px;
519
+ }
520
+ .m-l-19 {
521
+ margin-left: 19px;
522
+ }
523
+ .m-l-20 {
524
+ margin-left: 20px;
525
+ }
526
+ .m-l-21 {
527
+ margin-left: 21px;
528
+ }
529
+ .m-l-22 {
530
+ margin-left: 22px;
531
+ }
532
+ .m-l-23 {
533
+ margin-left: 23px;
534
+ }
535
+ .m-l-24 {
536
+ margin-left: 24px;
537
+ }
538
+ .m-l-25 {
539
+ margin-left: 25px;
540
+ }
541
+ .m-l-26 {
542
+ margin-left: 26px;
543
+ }
544
+ .m-l-27 {
545
+ margin-left: 27px;
546
+ }
547
+ .m-l-28 {
548
+ margin-left: 28px;
549
+ }
550
+ .m-l-29 {
551
+ margin-left: 29px;
552
+ }
553
+ .m-l-30 {
554
+ margin-left: 30px;
555
+ }
556
+ .m-l-31 {
557
+ margin-left: 31px;
558
+ }
559
+ .m-l-32 {
560
+ margin-left: 32px;
561
+ }
562
+ .m-l-33 {
563
+ margin-left: 33px;
564
+ }
565
+ .m-l-34 {
566
+ margin-left: 34px;
567
+ }
568
+ .m-l-35 {
569
+ margin-left: 35px;
570
+ }
571
+ .m-l-36 {
572
+ margin-left: 36px;
573
+ }
574
+ .m-l-37 {
575
+ margin-left: 37px;
576
+ }
577
+ .m-l-38 {
578
+ margin-left: 38px;
579
+ }
580
+ .m-l-39 {
581
+ margin-left: 39px;
582
+ }
583
+ .m-l-40 {
584
+ margin-left: 40px;
585
+ }
586
+ .m-l-41 {
587
+ margin-left: 41px;
588
+ }
589
+ .m-l-42 {
590
+ margin-left: 42px;
591
+ }
592
+ .m-l-43 {
593
+ margin-left: 43px;
594
+ }
595
+ .m-l-44 {
596
+ margin-left: 44px;
597
+ }
598
+ .m-l-45 {
599
+ margin-left: 45px;
600
+ }
601
+ .m-l-46 {
602
+ margin-left: 46px;
603
+ }
604
+ .m-l-47 {
605
+ margin-left: 47px;
606
+ }
607
+ .m-l-48 {
608
+ margin-left: 48px;
609
+ }
610
+ .m-l-49 {
611
+ margin-left: 49px;
612
+ }
613
+ .m-l-50 {
614
+ margin-left: 50px;
615
+ }
616
+ .m-l-51 {
617
+ margin-left: 51px;
618
+ }
619
+ .m-l-52 {
620
+ margin-left: 52px;
621
+ }
622
+ .m-l-53 {
623
+ margin-left: 53px;
624
+ }
625
+ .m-l-54 {
626
+ margin-left: 54px;
627
+ }
628
+ .m-l-55 {
629
+ margin-left: 55px;
630
+ }
631
+ .m-l-56 {
632
+ margin-left: 56px;
633
+ }
634
+ .m-l-57 {
635
+ margin-left: 57px;
636
+ }
637
+ .m-l-58 {
638
+ margin-left: 58px;
639
+ }
640
+ .m-l-59 {
641
+ margin-left: 59px;
642
+ }
643
+ .m-l-60 {
644
+ margin-left: 60px;
645
+ }
646
+ .m-l-61 {
647
+ margin-left: 61px;
648
+ }
649
+ .m-l-62 {
650
+ margin-left: 62px;
651
+ }
652
+ .m-l-63 {
653
+ margin-left: 63px;
654
+ }
655
+ .m-l-64 {
656
+ margin-left: 64px;
657
+ }
658
+ .m-l-65 {
659
+ margin-left: 65px;
660
+ }
661
+ .m-l-66 {
662
+ margin-left: 66px;
663
+ }
664
+ .m-l-67 {
665
+ margin-left: 67px;
666
+ }
667
+ .m-l-68 {
668
+ margin-left: 68px;
669
+ }
670
+ .m-l-69 {
671
+ margin-left: 69px;
672
+ }
673
+ .m-l-70 {
674
+ margin-left: 70px;
675
+ }
676
+ .m-l-71 {
677
+ margin-left: 71px;
678
+ }
679
+ .m-l-72 {
680
+ margin-left: 72px;
681
+ }
682
+ .m-l-73 {
683
+ margin-left: 73px;
684
+ }
685
+ .m-l-74 {
686
+ margin-left: 74px;
687
+ }
688
+ .m-l-75 {
689
+ margin-left: 75px;
690
+ }
691
+ .m-l-76 {
692
+ margin-left: 76px;
693
+ }
694
+ .m-l-77 {
695
+ margin-left: 77px;
696
+ }
697
+ .m-l-78 {
698
+ margin-left: 78px;
699
+ }
700
+ .m-l-79 {
701
+ margin-left: 79px;
702
+ }
703
+ .m-l-80 {
704
+ margin-left: 80px;
705
+ }
706
+ .m-l-81 {
707
+ margin-left: 81px;
708
+ }
709
+ .m-l-82 {
710
+ margin-left: 82px;
711
+ }
712
+ .m-l-83 {
713
+ margin-left: 83px;
714
+ }
715
+ .m-l-84 {
716
+ margin-left: 84px;
717
+ }
718
+ .m-l-85 {
719
+ margin-left: 85px;
720
+ }
721
+ .m-l-86 {
722
+ margin-left: 86px;
723
+ }
724
+ .m-l-87 {
725
+ margin-left: 87px;
726
+ }
727
+ .m-l-88 {
728
+ margin-left: 88px;
729
+ }
730
+ .m-l-89 {
731
+ margin-left: 89px;
732
+ }
733
+ .m-l-90 {
734
+ margin-left: 90px;
735
+ }
736
+ .m-l-91 {
737
+ margin-left: 91px;
738
+ }
739
+ .m-l-92 {
740
+ margin-left: 92px;
741
+ }
742
+ .m-l-93 {
743
+ margin-left: 93px;
744
+ }
745
+ .m-l-94 {
746
+ margin-left: 94px;
747
+ }
748
+ .m-l-95 {
749
+ margin-left: 95px;
750
+ }
751
+ .m-l-96 {
752
+ margin-left: 96px;
753
+ }
754
+ .m-l-97 {
755
+ margin-left: 97px;
756
+ }
757
+ .m-l-98 {
758
+ margin-left: 98px;
759
+ }
760
+ .m-l-99 {
761
+ margin-left: 99px;
762
+ }
763
+ .m-l-100 {
764
+ margin-left: 100px;
765
+ }
766
+
767
+ .m-t-1 {
768
+ margin-top: 1px;
769
+ }
770
+ .m-t-2 {
771
+ margin-top: 2px;
772
+ }
773
+ .m-t-3 {
774
+ margin-top: 3px;
775
+ }
776
+ .m-t-4 {
777
+ margin-top: 4px;
778
+ }
779
+ .m-t-5 {
780
+ margin-top: 5px;
781
+ }
782
+ .m-t-6 {
783
+ margin-top: 6px;
784
+ }
785
+ .m-t-7 {
786
+ margin-top: 7px;
787
+ }
788
+ .m-t-8 {
789
+ margin-top: 8px;
790
+ }
791
+ .m-t-9 {
792
+ margin-top: 9px;
793
+ }
794
+ .m-t-10 {
795
+ margin-top: 10px;
796
+ }
797
+ .m-t-11 {
798
+ margin-top: 11px;
799
+ }
800
+ .m-t-12 {
801
+ margin-top: 12px;
802
+ }
803
+ .m-t-13 {
804
+ margin-top: 13px;
805
+ }
806
+ .m-t-14 {
807
+ margin-top: 14px;
808
+ }
809
+ .m-t-15 {
810
+ margin-top: 15px;
811
+ }
812
+ .m-t-16 {
813
+ margin-top: 16px;
814
+ }
815
+ .m-t-17 {
816
+ margin-top: 17px;
817
+ }
818
+ .m-t-18 {
819
+ margin-top: 18px;
820
+ }
821
+ .m-t-19 {
822
+ margin-top: 19px;
823
+ }
824
+ .m-t-20 {
825
+ margin-top: 20px;
826
+ }
827
+ .m-t-21 {
828
+ margin-top: 21px;
829
+ }
830
+ .m-t-22 {
831
+ margin-top: 22px;
832
+ }
833
+ .m-t-23 {
834
+ margin-top: 23px;
835
+ }
836
+ .m-t-24 {
837
+ margin-top: 24px;
838
+ }
839
+ .m-t-25 {
840
+ margin-top: 25px;
841
+ }
842
+ .m-t-26 {
843
+ margin-top: 26px;
844
+ }
845
+ .m-t-27 {
846
+ margin-top: 27px;
847
+ }
848
+ .m-t-28 {
849
+ margin-top: 28px;
850
+ }
851
+ .m-t-29 {
852
+ margin-top: 29px;
853
+ }
854
+ .m-t-30 {
855
+ margin-top: 30px;
856
+ }
857
+ .m-t-31 {
858
+ margin-top: 31px;
859
+ }
860
+ .m-t-32 {
861
+ margin-top: 32px;
862
+ }
863
+ .m-t-33 {
864
+ margin-top: 33px;
865
+ }
866
+ .m-t-34 {
867
+ margin-top: 34px;
868
+ }
869
+ .m-t-35 {
870
+ margin-top: 35px;
871
+ }
872
+ .m-t-36 {
873
+ margin-top: 36px;
874
+ }
875
+ .m-t-37 {
876
+ margin-top: 37px;
877
+ }
878
+ .m-t-38 {
879
+ margin-top: 38px;
880
+ }
881
+ .m-t-39 {
882
+ margin-top: 39px;
883
+ }
884
+ .m-t-40 {
885
+ margin-top: 40px;
886
+ }
887
+ .m-t-41 {
888
+ margin-top: 41px;
889
+ }
890
+ .m-t-42 {
891
+ margin-top: 42px;
892
+ }
893
+ .m-t-43 {
894
+ margin-top: 43px;
895
+ }
896
+ .m-t-44 {
897
+ margin-top: 44px;
898
+ }
899
+ .m-t-45 {
900
+ margin-top: 45px;
901
+ }
902
+ .m-t-46 {
903
+ margin-top: 46px;
904
+ }
905
+ .m-t-47 {
906
+ margin-top: 47px;
907
+ }
908
+ .m-t-48 {
909
+ margin-top: 48px;
910
+ }
911
+ .m-t-49 {
912
+ margin-top: 49px;
913
+ }
914
+ .m-t-50 {
915
+ margin-top: 50px;
916
+ }
917
+ .m-t-51 {
918
+ margin-top: 51px;
919
+ }
920
+ .m-t-52 {
921
+ margin-top: 52px;
922
+ }
923
+ .m-t-53 {
924
+ margin-top: 53px;
925
+ }
926
+ .m-t-54 {
927
+ margin-top: 54px;
928
+ }
929
+ .m-t-55 {
930
+ margin-top: 55px;
931
+ }
932
+ .m-t-56 {
933
+ margin-top: 56px;
934
+ }
935
+ .m-t-57 {
936
+ margin-top: 57px;
937
+ }
938
+ .m-t-58 {
939
+ margin-top: 58px;
940
+ }
941
+ .m-t-59 {
942
+ margin-top: 59px;
943
+ }
944
+ .m-t-60 {
945
+ margin-top: 60px;
946
+ }
947
+ .m-t-61 {
948
+ margin-top: 61px;
949
+ }
950
+ .m-t-62 {
951
+ margin-top: 62px;
952
+ }
953
+ .m-t-63 {
954
+ margin-top: 63px;
955
+ }
956
+ .m-t-64 {
957
+ margin-top: 64px;
958
+ }
959
+ .m-t-65 {
960
+ margin-top: 65px;
961
+ }
962
+ .m-t-66 {
963
+ margin-top: 66px;
964
+ }
965
+ .m-t-67 {
966
+ margin-top: 67px;
967
+ }
968
+ .m-t-68 {
969
+ margin-top: 68px;
970
+ }
971
+ .m-t-69 {
972
+ margin-top: 69px;
973
+ }
974
+ .m-t-70 {
975
+ margin-top: 70px;
976
+ }
977
+ .m-t-71 {
978
+ margin-top: 71px;
979
+ }
980
+ .m-t-72 {
981
+ margin-top: 72px;
982
+ }
983
+ .m-t-73 {
984
+ margin-top: 73px;
985
+ }
986
+ .m-t-74 {
987
+ margin-top: 74px;
988
+ }
989
+ .m-t-75 {
990
+ margin-top: 75px;
991
+ }
992
+ .m-t-76 {
993
+ margin-top: 76px;
994
+ }
995
+ .m-t-77 {
996
+ margin-top: 77px;
997
+ }
998
+ .m-t-78 {
999
+ margin-top: 78px;
1000
+ }
1001
+ .m-t-79 {
1002
+ margin-top: 79px;
1003
+ }
1004
+ .m-t-80 {
1005
+ margin-top: 80px;
1006
+ }
1007
+ .m-t-81 {
1008
+ margin-top: 81px;
1009
+ }
1010
+ .m-t-82 {
1011
+ margin-top: 82px;
1012
+ }
1013
+ .m-t-83 {
1014
+ margin-top: 83px;
1015
+ }
1016
+ .m-t-84 {
1017
+ margin-top: 84px;
1018
+ }
1019
+ .m-t-85 {
1020
+ margin-top: 85px;
1021
+ }
1022
+ .m-t-86 {
1023
+ margin-top: 86px;
1024
+ }
1025
+ .m-t-87 {
1026
+ margin-top: 87px;
1027
+ }
1028
+ .m-t-88 {
1029
+ margin-top: 88px;
1030
+ }
1031
+ .m-t-89 {
1032
+ margin-top: 89px;
1033
+ }
1034
+ .m-t-90 {
1035
+ margin-top: 90px;
1036
+ }
1037
+ .m-t-91 {
1038
+ margin-top: 91px;
1039
+ }
1040
+ .m-t-92 {
1041
+ margin-top: 92px;
1042
+ }
1043
+ .m-t-93 {
1044
+ margin-top: 93px;
1045
+ }
1046
+ .m-t-94 {
1047
+ margin-top: 94px;
1048
+ }
1049
+ .m-t-95 {
1050
+ margin-top: 95px;
1051
+ }
1052
+ .m-t-96 {
1053
+ margin-top: 96px;
1054
+ }
1055
+ .m-t-97 {
1056
+ margin-top: 97px;
1057
+ }
1058
+ .m-t-98 {
1059
+ margin-top: 98px;
1060
+ }
1061
+ .m-t-99 {
1062
+ margin-top: 99px;
1063
+ }
1064
+ .m-t-100 {
1065
+ margin-top: 100px;
1066
+ }
1067
+
1068
+ .m-b-1 {
1069
+ margin-bottom: 1px;
1070
+ }
1071
+ .m-b-2 {
1072
+ margin-bottom: 2px;
1073
+ }
1074
+ .m-b-3 {
1075
+ margin-bottom: 3px;
1076
+ }
1077
+ .m-b-4 {
1078
+ margin-bottom: 4px;
1079
+ }
1080
+ .m-b-5 {
1081
+ margin-bottom: 5px;
1082
+ }
1083
+ .m-b-6 {
1084
+ margin-bottom: 6px;
1085
+ }
1086
+ .m-b-7 {
1087
+ margin-bottom: 7px;
1088
+ }
1089
+ .m-b-8 {
1090
+ margin-bottom: 8px;
1091
+ }
1092
+ .m-b-9 {
1093
+ margin-bottom: 9px;
1094
+ }
1095
+ .m-b-10 {
1096
+ margin-bottom: 10px;
1097
+ }
1098
+ .m-b-11 {
1099
+ margin-bottom: 11px;
1100
+ }
1101
+ .m-b-12 {
1102
+ margin-bottom: 12px;
1103
+ }
1104
+ .m-b-13 {
1105
+ margin-bottom: 13px;
1106
+ }
1107
+ .m-b-14 {
1108
+ margin-bottom: 14px;
1109
+ }
1110
+ .m-b-15 {
1111
+ margin-bottom: 15px;
1112
+ }
1113
+ .m-b-16 {
1114
+ margin-bottom: 16px;
1115
+ }
1116
+ .m-b-17 {
1117
+ margin-bottom: 17px;
1118
+ }
1119
+ .m-b-18 {
1120
+ margin-bottom: 18px;
1121
+ }
1122
+ .m-b-19 {
1123
+ margin-bottom: 19px;
1124
+ }
1125
+ .m-b-20 {
1126
+ margin-bottom: 20px;
1127
+ }
1128
+ .m-b-21 {
1129
+ margin-bottom: 21px;
1130
+ }
1131
+ .m-b-22 {
1132
+ margin-bottom: 22px;
1133
+ }
1134
+ .m-b-23 {
1135
+ margin-bottom: 23px;
1136
+ }
1137
+ .m-b-24 {
1138
+ margin-bottom: 24px;
1139
+ }
1140
+ .m-b-25 {
1141
+ margin-bottom: 25px;
1142
+ }
1143
+ .m-b-26 {
1144
+ margin-bottom: 26px;
1145
+ }
1146
+ .m-b-27 {
1147
+ margin-bottom: 27px;
1148
+ }
1149
+ .m-b-28 {
1150
+ margin-bottom: 28px;
1151
+ }
1152
+ .m-b-29 {
1153
+ margin-bottom: 29px;
1154
+ }
1155
+ .m-b-30 {
1156
+ margin-bottom: 30px;
1157
+ }
1158
+ .m-b-31 {
1159
+ margin-bottom: 31px;
1160
+ }
1161
+ .m-b-32 {
1162
+ margin-bottom: 32px;
1163
+ }
1164
+ .m-b-33 {
1165
+ margin-bottom: 33px;
1166
+ }
1167
+ .m-b-34 {
1168
+ margin-bottom: 34px;
1169
+ }
1170
+ .m-b-35 {
1171
+ margin-bottom: 35px;
1172
+ }
1173
+ .m-b-36 {
1174
+ margin-bottom: 36px;
1175
+ }
1176
+ .m-b-37 {
1177
+ margin-bottom: 37px;
1178
+ }
1179
+ .m-b-38 {
1180
+ margin-bottom: 38px;
1181
+ }
1182
+ .m-b-39 {
1183
+ margin-bottom: 39px;
1184
+ }
1185
+ .m-b-40 {
1186
+ margin-bottom: 40px;
1187
+ }
1188
+ .m-b-41 {
1189
+ margin-bottom: 41px;
1190
+ }
1191
+ .m-b-42 {
1192
+ margin-bottom: 42px;
1193
+ }
1194
+ .m-b-43 {
1195
+ margin-bottom: 43px;
1196
+ }
1197
+ .m-b-44 {
1198
+ margin-bottom: 44px;
1199
+ }
1200
+ .m-b-45 {
1201
+ margin-bottom: 45px;
1202
+ }
1203
+ .m-b-46 {
1204
+ margin-bottom: 46px;
1205
+ }
1206
+ .m-b-47 {
1207
+ margin-bottom: 47px;
1208
+ }
1209
+ .m-b-48 {
1210
+ margin-bottom: 48px;
1211
+ }
1212
+ .m-b-49 {
1213
+ margin-bottom: 49px;
1214
+ }
1215
+ .m-b-50 {
1216
+ margin-bottom: 50px;
1217
+ }
1218
+ .m-b-51 {
1219
+ margin-bottom: 51px;
1220
+ }
1221
+ .m-b-52 {
1222
+ margin-bottom: 52px;
1223
+ }
1224
+ .m-b-53 {
1225
+ margin-bottom: 53px;
1226
+ }
1227
+ .m-b-54 {
1228
+ margin-bottom: 54px;
1229
+ }
1230
+ .m-b-55 {
1231
+ margin-bottom: 55px;
1232
+ }
1233
+ .m-b-56 {
1234
+ margin-bottom: 56px;
1235
+ }
1236
+ .m-b-57 {
1237
+ margin-bottom: 57px;
1238
+ }
1239
+ .m-b-58 {
1240
+ margin-bottom: 58px;
1241
+ }
1242
+ .m-b-59 {
1243
+ margin-bottom: 59px;
1244
+ }
1245
+ .m-b-60 {
1246
+ margin-bottom: 60px;
1247
+ }
1248
+ .m-b-61 {
1249
+ margin-bottom: 61px;
1250
+ }
1251
+ .m-b-62 {
1252
+ margin-bottom: 62px;
1253
+ }
1254
+ .m-b-63 {
1255
+ margin-bottom: 63px;
1256
+ }
1257
+ .m-b-64 {
1258
+ margin-bottom: 64px;
1259
+ }
1260
+ .m-b-65 {
1261
+ margin-bottom: 65px;
1262
+ }
1263
+ .m-b-66 {
1264
+ margin-bottom: 66px;
1265
+ }
1266
+ .m-b-67 {
1267
+ margin-bottom: 67px;
1268
+ }
1269
+ .m-b-68 {
1270
+ margin-bottom: 68px;
1271
+ }
1272
+ .m-b-69 {
1273
+ margin-bottom: 69px;
1274
+ }
1275
+ .m-b-70 {
1276
+ margin-bottom: 70px;
1277
+ }
1278
+ .m-b-71 {
1279
+ margin-bottom: 71px;
1280
+ }
1281
+ .m-b-72 {
1282
+ margin-bottom: 72px;
1283
+ }
1284
+ .m-b-73 {
1285
+ margin-bottom: 73px;
1286
+ }
1287
+ .m-b-74 {
1288
+ margin-bottom: 74px;
1289
+ }
1290
+ .m-b-75 {
1291
+ margin-bottom: 75px;
1292
+ }
1293
+ .m-b-76 {
1294
+ margin-bottom: 76px;
1295
+ }
1296
+ .m-b-77 {
1297
+ margin-bottom: 77px;
1298
+ }
1299
+ .m-b-78 {
1300
+ margin-bottom: 78px;
1301
+ }
1302
+ .m-b-79 {
1303
+ margin-bottom: 79px;
1304
+ }
1305
+ .m-b-80 {
1306
+ margin-bottom: 80px;
1307
+ }
1308
+ .m-b-81 {
1309
+ margin-bottom: 81px;
1310
+ }
1311
+ .m-b-82 {
1312
+ margin-bottom: 82px;
1313
+ }
1314
+ .m-b-83 {
1315
+ margin-bottom: 83px;
1316
+ }
1317
+ .m-b-84 {
1318
+ margin-bottom: 84px;
1319
+ }
1320
+ .m-b-85 {
1321
+ margin-bottom: 85px;
1322
+ }
1323
+ .m-b-86 {
1324
+ margin-bottom: 86px;
1325
+ }
1326
+ .m-b-87 {
1327
+ margin-bottom: 87px;
1328
+ }
1329
+ .m-b-88 {
1330
+ margin-bottom: 88px;
1331
+ }
1332
+ .m-b-89 {
1333
+ margin-bottom: 89px;
1334
+ }
1335
+ .m-b-90 {
1336
+ margin-bottom: 90px;
1337
+ }
1338
+ .m-b-91 {
1339
+ margin-bottom: 91px;
1340
+ }
1341
+ .m-b-92 {
1342
+ margin-bottom: 92px;
1343
+ }
1344
+ .m-b-93 {
1345
+ margin-bottom: 93px;
1346
+ }
1347
+ .m-b-94 {
1348
+ margin-bottom: 94px;
1349
+ }
1350
+ .m-b-95 {
1351
+ margin-bottom: 95px;
1352
+ }
1353
+ .m-b-96 {
1354
+ margin-bottom: 96px;
1355
+ }
1356
+ .m-b-97 {
1357
+ margin-bottom: 97px;
1358
+ }
1359
+ .m-b-98 {
1360
+ margin-bottom: 98px;
1361
+ }
1362
+ .m-b-99 {
1363
+ margin-bottom: 99px;
1364
+ }
1365
+ .m-b-100 {
1366
+ margin-bottom: 100px;
1367
+ }
1368
+
1369
+ /* #endregion ➤ [MAIN] [MARGINS] Website Layout */
1370
+ /* #region ➤ [MAIN] [ANIMATIONS] Website Layout */
1371
+ .hover\/transition\/v-1,
1372
+ .hover-transition-v-1 {
1373
+ /* 🎨 style */
1374
+ transition: all 0.15s ease;
1375
+ }
1376
+
1377
+ @keyframes flickerAnimation {
1378
+ 0% {
1379
+ opacity: 1;
1380
+ }
1381
+ 50% {
1382
+ opacity: 0.25;
1383
+ }
1384
+ 100% {
1385
+ opacity: 1;
1386
+ }
1387
+ }
1388
+ @-webkit-keyframes flickerAnimation {
1389
+ 0% {
1390
+ opacity: 1;
1391
+ }
1392
+ 50% {
1393
+ opacity: 0.25;
1394
+ }
1395
+ 100% {
1396
+ opacity: 1;
1397
+ }
1398
+ }
1399
+ @-moz-keyframes flickerAnimation {
1400
+ 0% {
1401
+ opacity: 1;
1402
+ }
1403
+ 50% {
1404
+ opacity: 0.25;
1405
+ }
1406
+ 100% {
1407
+ opacity: 1;
1408
+ }
1409
+ }
1410
+ @-o-keyframes flickerAnimation {
1411
+ 0% {
1412
+ opacity: 1;
1413
+ }
1414
+ 50% {
1415
+ opacity: 0.25;
1416
+ }
1417
+ 100% {
1418
+ opacity: 1;
1419
+ }
1420
+ }
1421
+ .animation-target {
1422
+ -moz-animation: flickerAnimation 1.5s infinite;
1423
+ -webkit-animation: flickerAnimation 1.5s infinite;
1424
+ -ms-animation: flickerAnimation 1.5s infinite;
1425
+ -o-animation: flickerAnimation 1.5s infinite;
1426
+ animation: flickerAnimation 1.5s infinite;
1427
+ }
1428
+
1429
+ /* #endregion ➤ [MAIN] [ANIMATIONS] Website Layout */
1430
+ /* #region ➤ [MAIN] [ROOT] Layout */
1431
+ /*
1432
+ ### NOTE:
1433
+ ### Betarena Scores 'root:' values.
1434
+ ### SEE:
1435
+ ### https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties
1436
+ */
1437
+ :root {
1438
+ /*
1439
+ ╭──────────────────────────────────────────────────────────────────╮
1440
+ │ 📌 DIMENSIONS │
1441
+ ╰──────────────────────────────────────────────────────────────────╯
1442
+ */
1443
+ --app-height: 100%;
1444
+ /*
1445
+ ╭──────────────────────────────────────────────────────────────────╮
1446
+ │ 📌 COLORS │
1447
+ ╰──────────────────────────────────────────────────────────────────╯
1448
+ */
1449
+ --white: #ffffff;
1450
+ --whitev2: #f2f2f2;
1451
+ --white-3: #F7F7F7;
1452
+ --white-4: #D9D9D9;
1453
+ --primary: #f5620f;
1454
+ --primary-fade: #f77c42;
1455
+ --primary-fade-2: #D25E27;
1456
+ --secondary: #37474f;
1457
+ --blue: #0085ff;
1458
+ --red: #c62828;
1459
+ --red-bright: #ff3c3c;
1460
+ --red-bright-v2: #FF5F5F;
1461
+ --red-error: #ff0000;
1462
+ --green-success: #009406;
1463
+ --green-color: #59C65D;
1464
+ --green-1: #4DA025;
1465
+ --theme-color: #e3e3e3;
1466
+ --grey-color: #e6e6e6;
1467
+ --grey-shade: #cccccc;
1468
+ --grey-shade-2: #a8a8a8;
1469
+ --grey-shade-3: #C1C1C1;
1470
+ --grey-shade-4: #7E7E7E;
1471
+ --yellow-gold: #FFB904;
1472
+ --black: #000000;
1473
+ --dark: #121212;
1474
+ --grey: #8c8c8c;
1475
+ --background-surface: #121212;
1476
+ --dark-theme: #292929;
1477
+ --dark-theme-1: #4b4b4b;
1478
+ --dark-theme-1-shade: #616161;
1479
+ --dark-theme-1-2-shade: #737373;
1480
+ --dark-theme-1-3-shade: #999999;
1481
+ --dark-theme-1-4-shade: #383838;
1482
+ --dark-theme-1-7-shade: #313131;
1483
+ --dark-theme-1-5-shade: #161616;
1484
+ --dark-theme-1-6-shade: #4D4D4D;
1485
+ --dark-theme-1-5-shade-o-0-2: rgba(22, 22, 22, 0.2);
1486
+ --dark-theme-1-5-shade-o-0-5: rgba(75, 75, 75, 0.5);
1487
+ /*
1488
+ ╭──────────────────────────────────────────────────────────────────╮
1489
+ │ 📌 COMMON BREAKPOINTS │
1490
+ ╰──────────────────────────────────────────────────────────────────╯
1491
+ */
1492
+ --mobile: 375;
1493
+ --tablet: 767;
1494
+ --desktop: 1440;
1495
+ /*
1496
+ ╭──────────────────────────────────────────────────────────────────╮
1497
+ │ 📌 MISC. │
1498
+ ╰──────────────────────────────────────────────────────────────────╯
1499
+ */
1500
+ --oragne-pale-bg: rgba(247, 124, 66, 0.2);
1501
+ --header-is-mobile: false;
1502
+ }
1503
+
1504
+ /* #endregion ➤ [MAIN] [ROOT] Layout */
1505
+ /*
1506
+ ╭──────────────────────────────────────────────────────────────────────────────────╮
1507
+ │ 📌 FONT WEIGHT │
1508
+ ╰──────────────────────────────────────────────────────────────────────────────────╯
1509
+ */
1510
+ .w-400 {
1511
+ font-weight: 400;
1512
+ }
1513
+
1514
+ .w-500 {
1515
+ font-weight: 500;
1516
+ }
1517
+
1518
+ .w-600 {
1519
+ font-weight: 600;
1520
+ }
1521
+
1522
+ .w-700 {
1523
+ font-weight: 700;
1524
+ }
1525
+
1526
+ .w-normal {
1527
+ font-weight: "normal";
1528
+ }
1529
+
1530
+ /*
1531
+ ╭──────────────────────────────────────────────────────────────────────────────────╮
1532
+ │ 📌 FONT SIZE │
1533
+ ╰──────────────────────────────────────────────────────────────────────────────────╯
1534
+ */
1535
+ .s-1,
1536
+ .global.s-1,
1537
+ .global.s-1 > * {
1538
+ font-size: 1px;
1539
+ }
1540
+
1541
+ .s-2,
1542
+ .global.s-2,
1543
+ .global.s-2 > * {
1544
+ font-size: 2px;
1545
+ }
1546
+
1547
+ .s-3,
1548
+ .global.s-3,
1549
+ .global.s-3 > * {
1550
+ font-size: 3px;
1551
+ }
1552
+
1553
+ .s-4,
1554
+ .global.s-4,
1555
+ .global.s-4 > * {
1556
+ font-size: 4px;
1557
+ }
1558
+
1559
+ .s-5,
1560
+ .global.s-5,
1561
+ .global.s-5 > * {
1562
+ font-size: 5px;
1563
+ }
1564
+
1565
+ .s-6,
1566
+ .global.s-6,
1567
+ .global.s-6 > * {
1568
+ font-size: 6px;
1569
+ }
1570
+
1571
+ .s-7,
1572
+ .global.s-7,
1573
+ .global.s-7 > * {
1574
+ font-size: 7px;
1575
+ }
1576
+
1577
+ .s-8,
1578
+ .global.s-8,
1579
+ .global.s-8 > * {
1580
+ font-size: 8px;
1581
+ }
1582
+
1583
+ .s-9,
1584
+ .global.s-9,
1585
+ .global.s-9 > * {
1586
+ font-size: 9px;
1587
+ }
1588
+
1589
+ .s-10,
1590
+ .global.s-10,
1591
+ .global.s-10 > * {
1592
+ font-size: 10px;
1593
+ }
1594
+
1595
+ .s-11,
1596
+ .global.s-11,
1597
+ .global.s-11 > * {
1598
+ font-size: 11px;
1599
+ }
1600
+
1601
+ .s-12,
1602
+ .global.s-12,
1603
+ .global.s-12 > * {
1604
+ font-size: 12px;
1605
+ }
1606
+
1607
+ .s-13,
1608
+ .global.s-13,
1609
+ .global.s-13 > * {
1610
+ font-size: 13px;
1611
+ }
1612
+
1613
+ .s-14,
1614
+ .global.s-14,
1615
+ .global.s-14 > * {
1616
+ font-size: 14px;
1617
+ }
1618
+
1619
+ .s-15,
1620
+ .global.s-15,
1621
+ .global.s-15 > * {
1622
+ font-size: 15px;
1623
+ }
1624
+
1625
+ .s-16,
1626
+ .global.s-16,
1627
+ .global.s-16 > * {
1628
+ font-size: 16px;
1629
+ }
1630
+
1631
+ .s-17,
1632
+ .global.s-17,
1633
+ .global.s-17 > * {
1634
+ font-size: 17px;
1635
+ }
1636
+
1637
+ .s-18,
1638
+ .global.s-18,
1639
+ .global.s-18 > * {
1640
+ font-size: 18px;
1641
+ }
1642
+
1643
+ .s-19,
1644
+ .global.s-19,
1645
+ .global.s-19 > * {
1646
+ font-size: 19px;
1647
+ }
1648
+
1649
+ .s-20,
1650
+ .global.s-20,
1651
+ .global.s-20 > * {
1652
+ font-size: 20px;
1653
+ }
1654
+
1655
+ .s-21,
1656
+ .global.s-21,
1657
+ .global.s-21 > * {
1658
+ font-size: 21px;
1659
+ }
1660
+
1661
+ .s-22,
1662
+ .global.s-22,
1663
+ .global.s-22 > * {
1664
+ font-size: 22px;
1665
+ }
1666
+
1667
+ .s-23,
1668
+ .global.s-23,
1669
+ .global.s-23 > * {
1670
+ font-size: 23px;
1671
+ }
1672
+
1673
+ .s-24,
1674
+ .global.s-24,
1675
+ .global.s-24 > * {
1676
+ font-size: 24px;
1677
+ }
1678
+
1679
+ .s-25,
1680
+ .global.s-25,
1681
+ .global.s-25 > * {
1682
+ font-size: 25px;
1683
+ }
1684
+
1685
+ .s-26,
1686
+ .global.s-26,
1687
+ .global.s-26 > * {
1688
+ font-size: 26px;
1689
+ }
1690
+
1691
+ .s-27,
1692
+ .global.s-27,
1693
+ .global.s-27 > * {
1694
+ font-size: 27px;
1695
+ }
1696
+
1697
+ .s-28,
1698
+ .global.s-28,
1699
+ .global.s-28 > * {
1700
+ font-size: 28px;
1701
+ }
1702
+
1703
+ .s-29,
1704
+ .global.s-29,
1705
+ .global.s-29 > * {
1706
+ font-size: 29px;
1707
+ }
1708
+
1709
+ .s-30,
1710
+ .global.s-30,
1711
+ .global.s-30 > * {
1712
+ font-size: 30px;
1713
+ }
1714
+
1715
+ .s-31,
1716
+ .global.s-31,
1717
+ .global.s-31 > * {
1718
+ font-size: 31px;
1719
+ }
1720
+
1721
+ .s-32,
1722
+ .global.s-32,
1723
+ .global.s-32 > * {
1724
+ font-size: 32px;
1725
+ }
1726
+
1727
+ .s-33,
1728
+ .global.s-33,
1729
+ .global.s-33 > * {
1730
+ font-size: 33px;
1731
+ }
1732
+
1733
+ .s-34,
1734
+ .global.s-34,
1735
+ .global.s-34 > * {
1736
+ font-size: 34px;
1737
+ }
1738
+
1739
+ .s-35,
1740
+ .global.s-35,
1741
+ .global.s-35 > * {
1742
+ font-size: 35px;
1743
+ }
1744
+
1745
+ .s-36,
1746
+ .global.s-36,
1747
+ .global.s-36 > * {
1748
+ font-size: 36px;
1749
+ }
1750
+
1751
+ .s-37,
1752
+ .global.s-37,
1753
+ .global.s-37 > * {
1754
+ font-size: 37px;
1755
+ }
1756
+
1757
+ .s-38,
1758
+ .global.s-38,
1759
+ .global.s-38 > * {
1760
+ font-size: 38px;
1761
+ }
1762
+
1763
+ .s-39,
1764
+ .global.s-39,
1765
+ .global.s-39 > * {
1766
+ font-size: 39px;
1767
+ }
1768
+
1769
+ .s-40,
1770
+ .global.s-40,
1771
+ .global.s-40 > * {
1772
+ font-size: 40px;
1773
+ }
1774
+
1775
+ .s-41,
1776
+ .global.s-41,
1777
+ .global.s-41 > * {
1778
+ font-size: 41px;
1779
+ }
1780
+
1781
+ .s-42,
1782
+ .global.s-42,
1783
+ .global.s-42 > * {
1784
+ font-size: 42px;
1785
+ }
1786
+
1787
+ .s-43,
1788
+ .global.s-43,
1789
+ .global.s-43 > * {
1790
+ font-size: 43px;
1791
+ }
1792
+
1793
+ .s-44,
1794
+ .global.s-44,
1795
+ .global.s-44 > * {
1796
+ font-size: 44px;
1797
+ }
1798
+
1799
+ .s-45,
1800
+ .global.s-45,
1801
+ .global.s-45 > * {
1802
+ font-size: 45px;
1803
+ }
1804
+
1805
+ .s-46,
1806
+ .global.s-46,
1807
+ .global.s-46 > * {
1808
+ font-size: 46px;
1809
+ }
1810
+
1811
+ .s-47,
1812
+ .global.s-47,
1813
+ .global.s-47 > * {
1814
+ font-size: 47px;
1815
+ }
1816
+
1817
+ .s-48,
1818
+ .global.s-48,
1819
+ .global.s-48 > * {
1820
+ font-size: 48px;
1821
+ }
1822
+
1823
+ .s-49,
1824
+ .global.s-49,
1825
+ .global.s-49 > * {
1826
+ font-size: 49px;
1827
+ }
1828
+
1829
+ .s-50,
1830
+ .global.s-50,
1831
+ .global.s-50 > * {
1832
+ font-size: 50px;
1833
+ }
1834
+
1835
+ .s-51,
1836
+ .global.s-51,
1837
+ .global.s-51 > * {
1838
+ font-size: 51px;
1839
+ }
1840
+
1841
+ .s-52,
1842
+ .global.s-52,
1843
+ .global.s-52 > * {
1844
+ font-size: 52px;
1845
+ }
1846
+
1847
+ .s-53,
1848
+ .global.s-53,
1849
+ .global.s-53 > * {
1850
+ font-size: 53px;
1851
+ }
1852
+
1853
+ .s-54,
1854
+ .global.s-54,
1855
+ .global.s-54 > * {
1856
+ font-size: 54px;
1857
+ }
1858
+
1859
+ .s-55,
1860
+ .global.s-55,
1861
+ .global.s-55 > * {
1862
+ font-size: 55px;
1863
+ }
1864
+
1865
+ .s-56,
1866
+ .global.s-56,
1867
+ .global.s-56 > * {
1868
+ font-size: 56px;
1869
+ }
1870
+
1871
+ .s-57,
1872
+ .global.s-57,
1873
+ .global.s-57 > * {
1874
+ font-size: 57px;
1875
+ }
1876
+
1877
+ .s-58,
1878
+ .global.s-58,
1879
+ .global.s-58 > * {
1880
+ font-size: 58px;
1881
+ }
1882
+
1883
+ .s-59,
1884
+ .global.s-59,
1885
+ .global.s-59 > * {
1886
+ font-size: 59px;
1887
+ }
1888
+
1889
+ .s-60,
1890
+ .global.s-60,
1891
+ .global.s-60 > * {
1892
+ font-size: 60px;
1893
+ }
1894
+
1895
+ .s-61,
1896
+ .global.s-61,
1897
+ .global.s-61 > * {
1898
+ font-size: 61px;
1899
+ }
1900
+
1901
+ .s-62,
1902
+ .global.s-62,
1903
+ .global.s-62 > * {
1904
+ font-size: 62px;
1905
+ }
1906
+
1907
+ .s-63,
1908
+ .global.s-63,
1909
+ .global.s-63 > * {
1910
+ font-size: 63px;
1911
+ }
1912
+
1913
+ .s-64,
1914
+ .global.s-64,
1915
+ .global.s-64 > * {
1916
+ font-size: 64px;
1917
+ }
1918
+
1919
+ .s-65,
1920
+ .global.s-65,
1921
+ .global.s-65 > * {
1922
+ font-size: 65px;
1923
+ }
1924
+
1925
+ .s-66,
1926
+ .global.s-66,
1927
+ .global.s-66 > * {
1928
+ font-size: 66px;
1929
+ }
1930
+
1931
+ .s-67,
1932
+ .global.s-67,
1933
+ .global.s-67 > * {
1934
+ font-size: 67px;
1935
+ }
1936
+
1937
+ .s-68,
1938
+ .global.s-68,
1939
+ .global.s-68 > * {
1940
+ font-size: 68px;
1941
+ }
1942
+
1943
+ .s-69,
1944
+ .global.s-69,
1945
+ .global.s-69 > * {
1946
+ font-size: 69px;
1947
+ }
1948
+
1949
+ .s-70,
1950
+ .global.s-70,
1951
+ .global.s-70 > * {
1952
+ font-size: 70px;
1953
+ }
1954
+
1955
+ .s-71,
1956
+ .global.s-71,
1957
+ .global.s-71 > * {
1958
+ font-size: 71px;
1959
+ }
1960
+
1961
+ .s-72,
1962
+ .global.s-72,
1963
+ .global.s-72 > * {
1964
+ font-size: 72px;
1965
+ }
1966
+
1967
+ .s-73,
1968
+ .global.s-73,
1969
+ .global.s-73 > * {
1970
+ font-size: 73px;
1971
+ }
1972
+
1973
+ .s-74,
1974
+ .global.s-74,
1975
+ .global.s-74 > * {
1976
+ font-size: 74px;
1977
+ }
1978
+
1979
+ .s-75,
1980
+ .global.s-75,
1981
+ .global.s-75 > * {
1982
+ font-size: 75px;
1983
+ }
1984
+
1985
+ .s-76,
1986
+ .global.s-76,
1987
+ .global.s-76 > * {
1988
+ font-size: 76px;
1989
+ }
1990
+
1991
+ .s-77,
1992
+ .global.s-77,
1993
+ .global.s-77 > * {
1994
+ font-size: 77px;
1995
+ }
1996
+
1997
+ .s-78,
1998
+ .global.s-78,
1999
+ .global.s-78 > * {
2000
+ font-size: 78px;
2001
+ }
2002
+
2003
+ .s-79,
2004
+ .global.s-79,
2005
+ .global.s-79 > * {
2006
+ font-size: 79px;
2007
+ }
2008
+
2009
+ .s-80,
2010
+ .global.s-80,
2011
+ .global.s-80 > * {
2012
+ font-size: 80px;
2013
+ }
2014
+
2015
+ .s-81,
2016
+ .global.s-81,
2017
+ .global.s-81 > * {
2018
+ font-size: 81px;
2019
+ }
2020
+
2021
+ .s-82,
2022
+ .global.s-82,
2023
+ .global.s-82 > * {
2024
+ font-size: 82px;
2025
+ }
2026
+
2027
+ .s-83,
2028
+ .global.s-83,
2029
+ .global.s-83 > * {
2030
+ font-size: 83px;
2031
+ }
2032
+
2033
+ .s-84,
2034
+ .global.s-84,
2035
+ .global.s-84 > * {
2036
+ font-size: 84px;
2037
+ }
2038
+
2039
+ .s-85,
2040
+ .global.s-85,
2041
+ .global.s-85 > * {
2042
+ font-size: 85px;
2043
+ }
2044
+
2045
+ .s-86,
2046
+ .global.s-86,
2047
+ .global.s-86 > * {
2048
+ font-size: 86px;
2049
+ }
2050
+
2051
+ .s-87,
2052
+ .global.s-87,
2053
+ .global.s-87 > * {
2054
+ font-size: 87px;
2055
+ }
2056
+
2057
+ .s-88,
2058
+ .global.s-88,
2059
+ .global.s-88 > * {
2060
+ font-size: 88px;
2061
+ }
2062
+
2063
+ .s-89,
2064
+ .global.s-89,
2065
+ .global.s-89 > * {
2066
+ font-size: 89px;
2067
+ }
2068
+
2069
+ .s-90,
2070
+ .global.s-90,
2071
+ .global.s-90 > * {
2072
+ font-size: 90px;
2073
+ }
2074
+
2075
+ .s-91,
2076
+ .global.s-91,
2077
+ .global.s-91 > * {
2078
+ font-size: 91px;
2079
+ }
2080
+
2081
+ .s-92,
2082
+ .global.s-92,
2083
+ .global.s-92 > * {
2084
+ font-size: 92px;
2085
+ }
2086
+
2087
+ .s-93,
2088
+ .global.s-93,
2089
+ .global.s-93 > * {
2090
+ font-size: 93px;
2091
+ }
2092
+
2093
+ .s-94,
2094
+ .global.s-94,
2095
+ .global.s-94 > * {
2096
+ font-size: 94px;
2097
+ }
2098
+
2099
+ .s-95,
2100
+ .global.s-95,
2101
+ .global.s-95 > * {
2102
+ font-size: 95px;
2103
+ }
2104
+
2105
+ .s-96,
2106
+ .global.s-96,
2107
+ .global.s-96 > * {
2108
+ font-size: 96px;
2109
+ }
2110
+
2111
+ .s-97,
2112
+ .global.s-97,
2113
+ .global.s-97 > * {
2114
+ font-size: 97px;
2115
+ }
2116
+
2117
+ .s-98,
2118
+ .global.s-98,
2119
+ .global.s-98 > * {
2120
+ font-size: 98px;
2121
+ }
2122
+
2123
+ .s-99,
2124
+ .global.s-99,
2125
+ .global.s-99 > * {
2126
+ font-size: 99px;
2127
+ }
2128
+
2129
+ .s-100,
2130
+ .global.s-100,
2131
+ .global.s-100 > * {
2132
+ font-size: 100px;
2133
+ }
2134
+
2135
+ /*
2136
+ ╭──────────────────────────────────────────────────────────────────────────────────╮
2137
+ │ 📌 LEGACY │
2138
+ ╰──────────────────────────────────────────────────────────────────────────────────╯
2139
+ */
2140
+ .global.color-grey > * {
2141
+ color: var(--grey) !important;
2142
+ }
2143
+
2144
+ .x-large,
2145
+ p.x-large,
2146
+ span.x-large {
2147
+ font-size: 18px;
2148
+ }
2149
+
2150
+ .large,
2151
+ p.large,
2152
+ span.large {
2153
+ font-size: 16px;
2154
+ }
2155
+
2156
+ .medium,
2157
+ p.medium,
2158
+ span.medium {
2159
+ font-size: 14px;
2160
+ }
2161
+
2162
+ .small,
2163
+ p.small {
2164
+ font-size: 12px;
2165
+ }
2166
+
2167
+ .s_small,
2168
+ p.s_small {
2169
+ font-size: 12px;
2170
+ }
2171
+
2172
+ @media only screen and (min-width: 768px) {
2173
+ .s-t-16 {
2174
+ font-size: 16px;
2175
+ }
2176
+ .large,
2177
+ p.large,
2178
+ span.large {
2179
+ font-size: 18px;
2180
+ }
2181
+ }
2182
+ /*
2183
+ ╭──────────────────────────────────────────────────────────────────────────────────╮
2184
+ │ 📌 HEADINGS │
2185
+ ╰──────────────────────────────────────────────────────────────────────────────────╯
2186
+ */
2187
+ h1 {
2188
+ /* 🎨 style */
2189
+ font-family: "Roboto";
2190
+ font-style: normal;
2191
+ font-weight: 400;
2192
+ line-height: 1.2;
2193
+ font-weight: 700;
2194
+ line-height: 140%;
2195
+ font-size: 32px;
2196
+ }
2197
+
2198
+ h2 {
2199
+ /* 🎨 style */
2200
+ font-family: "Roboto";
2201
+ font-style: normal;
2202
+ font-weight: 400;
2203
+ line-height: 1.2;
2204
+ font-weight: 700;
2205
+ line-height: 140%;
2206
+ font-size: 20px;
2207
+ }
2208
+
2209
+ h3 {
2210
+ /* 🎨 style */
2211
+ font-family: "Roboto";
2212
+ font-style: normal;
2213
+ font-weight: 400;
2214
+ line-height: 1.2;
2215
+ font-weight: 700;
2216
+ line-height: 140%;
2217
+ font-size: 18px;
2218
+ }
2219
+
2220
+ h4 {
2221
+ /* 🎨 style */
2222
+ font-family: "Roboto";
2223
+ font-style: normal;
2224
+ font-weight: 400;
2225
+ line-height: 1.2;
2226
+ font-weight: 700;
2227
+ line-height: 140%;
2228
+ font-size: 14px;
2229
+ }
2230
+
2231
+ h5 {
2232
+ /* 🎨 style */
2233
+ font-family: "Roboto";
2234
+ font-style: normal;
2235
+ font-weight: 400;
2236
+ line-height: 1.2;
2237
+ font-weight: 700;
2238
+ line-height: 140%;
2239
+ }
2240
+
2241
+ h6 {
2242
+ /* 🎨 style */
2243
+ font-family: "Roboto";
2244
+ font-style: normal;
2245
+ font-weight: 400;
2246
+ line-height: 1.2;
2247
+ font-weight: 700;
2248
+ line-height: 140%;
2249
+ }
2250
+
2251
+ .global.lh-125 > * {
2252
+ /* 🎨 style */
2253
+ line-height: 125%;
2254
+ }
2255
+
2256
+ .global.lh-128 > * {
2257
+ /* 🎨 style */
2258
+ line-height: 128.571%;
2259
+ }
2260
+
2261
+ /*
2262
+ ╭──────────────────────────────────────────────────────────────────────────────────╮
2263
+ │ 📌 FONT COLORS │
2264
+ ╰──────────────────────────────────────────────────────────────────────────────────╯
2265
+ */
2266
+ .color-white {
2267
+ /* 🎨 style */
2268
+ color: var(--white) !important;
2269
+ }
2270
+
2271
+ .color-white-2 {
2272
+ /* 🎨 style */
2273
+ color: var(--whitev2) !important;
2274
+ }
2275
+
2276
+ .color-white-3 {
2277
+ /* 🎨 style */
2278
+ color: var(--white-3) !important;
2279
+ }
2280
+ .dark-background .color-white-3.dark-v3, .dark-background-1 .color-white-3.dark-v3, .dark-mode .color-white-3.dark-v3 {
2281
+ /* 🔥 override */
2282
+ /* 🎨 style */
2283
+ color: var(--grey-shade) !important;
2284
+ }
2285
+
2286
+ .color-white-4 {
2287
+ /* 🎨 style */
2288
+ color: var(--white-4) !important;
2289
+ }
2290
+
2291
+ .color-primary {
2292
+ /* 🎨 style */
2293
+ color: var(--primary) !important;
2294
+ }
2295
+ .dark-background .color-primary, .dark-background-1 .color-primary, .dark-mode .color-primary {
2296
+ /* 🔥 override */
2297
+ /* 🎨 style */
2298
+ color: var(--primary) !important;
2299
+ }
2300
+
2301
+ .color-primary-fade {
2302
+ /* 🎨 style */
2303
+ color: var(--primary-fade) !important;
2304
+ }
2305
+
2306
+ .color-primary-fade-2 {
2307
+ /* 🎨 style */
2308
+ color: var(--primary-fade-2) !important;
2309
+ }
2310
+ .dark-background .color-primary-fade-2.dark-v0, .dark-background-1 .color-primary-fade-2.dark-v0, .dark-mode .color-primary-fade-2.dark-v0 {
2311
+ /* 🔥 override */
2312
+ /* 🎨 style */
2313
+ color: var(--primary-fade-2) !important;
2314
+ }
2315
+
2316
+ .color-secondary {
2317
+ /* 🎨 style */
2318
+ color: var(--secondary) !important;
2319
+ }
2320
+
2321
+ .color-blue {
2322
+ /* 🎨 style */
2323
+ color: var(--blue) !important;
2324
+ }
2325
+
2326
+ .color-red {
2327
+ /* 🎨 style */
2328
+ color: var(--red) !important;
2329
+ }
2330
+
2331
+ .color-red-bright {
2332
+ /* 🎨 style */
2333
+ color: var(--red-bright) !important;
2334
+ }
2335
+
2336
+ .color-red-bright-v2 {
2337
+ /* 🎨 style */
2338
+ color: var(--red-bright-v2) !important;
2339
+ }
2340
+
2341
+ .color-error {
2342
+ /* 🎨 style */
2343
+ color: var(--red-error) !important;
2344
+ }
2345
+
2346
+ .color-success {
2347
+ /* 🎨 style */
2348
+ color: var(--green-success) !important;
2349
+ }
2350
+
2351
+ .color-green {
2352
+ /* 🎨 style */
2353
+ color: var(--green-color) !important;
2354
+ }
2355
+ .dark-background .color-green.dark-v0, .dark-background-1 .color-green.dark-v0, .dark-mode .color-green.dark-v0 {
2356
+ /* 🔥 override */
2357
+ /* 🎨 style */
2358
+ color: var(--green-color) !important;
2359
+ }
2360
+
2361
+ .color-green-1 {
2362
+ /* 🎨 style */
2363
+ color: var(--green-1) !important;
2364
+ }
2365
+
2366
+ .color-theme-color {
2367
+ /* 🎨 style */
2368
+ color: var(--theme-color) !important;
2369
+ }
2370
+
2371
+ .color-grey-color {
2372
+ /* 🎨 style */
2373
+ color: var(--grey-color) !important;
2374
+ }
2375
+
2376
+ .color-grey-shade {
2377
+ /* 🎨 style */
2378
+ color: var(--grey-shade) !important;
2379
+ }
2380
+ .dark-background .color-grey-shade.dark-v1, .dark-background-1 .color-grey-shade.dark-v1, .dark-mode .color-grey-shade.dark-v1 {
2381
+ /* 🔥 override */
2382
+ /* 🎨 style */
2383
+ color: var(--grey) !important;
2384
+ }
2385
+
2386
+ .color-grey-shade-2 {
2387
+ /* 🎨 style */
2388
+ color: var(--grey-shade-2) !important;
2389
+ }
2390
+
2391
+ .color-grey-shade-3 {
2392
+ /* 🎨 style */
2393
+ color: var(--grey-shade-3) !important;
2394
+ }
2395
+
2396
+ .color-grey-v2 {
2397
+ /* 🎨 style */
2398
+ color: var(--grey-shade-4) !important;
2399
+ }
2400
+ .dark-background .color-grey-v2.grey-v1, .dark-background-1 .color-grey-v2.grey-v1, .dark-mode .color-grey-v2.grey-v1 {
2401
+ /* 🔥 override */
2402
+ /* 🎨 style */
2403
+ color: var(--grey-shade-3) !important;
2404
+ }
2405
+
2406
+ .color-yellow {
2407
+ /* 🎨 style */
2408
+ color: var(--yellow-gold) !important;
2409
+ }
2410
+
2411
+ .color-black {
2412
+ /* 🎨 style */
2413
+ color: var(--black) !important;
2414
+ }
2415
+
2416
+ .color-dark {
2417
+ /* 🎨 style */
2418
+ color: var(--dark) !important;
2419
+ }
2420
+
2421
+ .color-grey {
2422
+ /* 🎨 style */
2423
+ color: var(--grey) !important;
2424
+ }
2425
+ .dark-background .color-grey, .dark-background-1 .color-grey, .dark-mode .color-grey {
2426
+ /* 🔥 override */
2427
+ /* 🎨 style */
2428
+ color: var(--grey-shade-2) !important;
2429
+ }
2430
+ .dark-background .color-grey.dark-white-v1, .dark-background-1 .color-grey.dark-white-v1, .dark-mode .color-grey.dark-white-v1 {
2431
+ /* 🔥 override */
2432
+ /* 🎨 style */
2433
+ color: var(--white) !important;
2434
+ }
2435
+ .dark-background .color-grey.dark-white-v3, .dark-background-1 .color-grey.dark-white-v3, .dark-mode .color-grey.dark-white-v3 {
2436
+ /* 🔥 override */
2437
+ /* 🎨 style */
2438
+ color: var(--white-3) !important;
2439
+ }
2440
+ .dark-background .color-grey.grey-v1, .dark-background-1 .color-grey.grey-v1, .dark-mode .color-grey.grey-v1 {
2441
+ /* 🔥 override */
2442
+ /* 🎨 style */
2443
+ color: var(--grey-shade) !important;
2444
+ }
2445
+ .dark-background .color-grey.dark-v1, .dark-background-1 .color-grey.dark-v1, .dark-mode .color-grey.dark-v1 {
2446
+ /* 🔥 override */
2447
+ /* 🎨 style */
2448
+ color: var(--grey) !important;
2449
+ }
2450
+
2451
+ .color-background-surface {
2452
+ /* 🎨 style */
2453
+ color: var(--background-surface) !important;
2454
+ }
2455
+
2456
+ .color-black-2 {
2457
+ /* 🎨 style */
2458
+ color: var(--dark-theme) !important;
2459
+ }
2460
+ .dark-background .color-black-2, .dark-background-1 .color-black-2, .dark-mode .color-black-2 {
2461
+ /* 🔥 override */
2462
+ /* 🎨 style */
2463
+ color: var(--white) !important;
2464
+ }
2465
+ .dark-background .color-black-2.grey-v1, .dark-background-1 .color-black-2.grey-v1, .dark-mode .color-black-2.grey-v1 {
2466
+ /* 🔥 override */
2467
+ /* 🎨 style */
2468
+ color: var(--grey-shade) !important;
2469
+ }
2470
+ .dark-background .color-black-2.white-v1, .dark-background-1 .color-black-2.white-v1, .dark-mode .color-black-2.white-v1 {
2471
+ /* 🔥 override */
2472
+ /* 🎨 style */
2473
+ color: var(--grey-color) !important;
2474
+ }
2475
+
2476
+ .color-black-3 {
2477
+ /* 🎨 style */
2478
+ color: var(--dark-theme-1) !important;
2479
+ }
2480
+ .dark-background .color-black-3, .dark-background-1 .color-black-3, .dark-mode .color-black-3 {
2481
+ /* 🔥 override */
2482
+ /* 🎨 style */
2483
+ color: var(--white) !important;
2484
+ }
2485
+ .dark-background .color-black-3.dark-v1, .dark-background-1 .color-black-3.dark-v1, .dark-mode .color-black-3.dark-v1 {
2486
+ /* 🔥 override */
2487
+ /* 🎨 style */
2488
+ color: var(--grey-shade) !important;
2489
+ }
2490
+
2491
+ .color-dark-theme-1-shade {
2492
+ /* 🎨 style */
2493
+ color: var(--dark-theme-1-shade) !important;
2494
+ }
2495
+
2496
+ .color-dark-theme-1-2-shade {
2497
+ /* 🎨 style */
2498
+ color: var(--dark-theme-1-2-shade) !important;
2499
+ }
2500
+
2501
+ .color-dark-theme-1-3-shade {
2502
+ /* 🎨 style */
2503
+ color: var(--dark-theme-1-3-shade) !important;
2504
+ }
2505
+
2506
+ .color-dark-theme-1-4-shade {
2507
+ /* 🎨 style */
2508
+ color: var(--dark-theme-1-4-shade) !important;
2509
+ }
2510
+
2511
+ .color-dark-theme-1-7-shade {
2512
+ /* 🎨 style */
2513
+ color: var(--dark-theme-1-7-shade) !important;
2514
+ }
2515
+
2516
+ .color-dark-theme-1-5-shade {
2517
+ /* 🎨 style */
2518
+ color: var(--dark-theme-1-5-shade) !important;
2519
+ }
2520
+
2521
+ .color-dark-theme-1-6-shade {
2522
+ /* 🎨 style */
2523
+ color: var(--dark-theme-1-6-shade) !important;
2524
+ }
2525
+
2526
+ .color-dark-theme-1-5-shade-o-0-2 {
2527
+ /* 🎨 style */
2528
+ color: var(--dark-theme-1-5-shade-o-0-2) !important;
2529
+ }
2530
+
2531
+ .color-dark-theme-1-5-shade-o-0-5 {
2532
+ /* 🎨 style */
2533
+ color: var(--dark-theme-1-5-shade-o-0-5) !important;
2534
+ }
2535
+
2536
+ .color-blue-green-gradient {
2537
+ /* 🎨 style */
2538
+ background: -webkit-linear-gradient rgb(0, 255, 117), rgb(0, 163, 255);
2539
+ background-clip: text;
2540
+ -webkit-background-clip: text;
2541
+ -webkit-text-fill-color: transparent;
2542
+ }
2543
+
2544
+ .hover-color-primary:hover {
2545
+ /* 🎨 style */
2546
+ color: var(--primary) !important;
2547
+ }
2548
+
2549
+ /*
2550
+ ╭──────────────────────────────────────────────────────────────────────────────────╮
2551
+ │ 📌 FONT EXTRA STYLES │
2552
+ ╰──────────────────────────────────────────────────────────────────────────────────╯
2553
+ */
2554
+ .no-wrap {
2555
+ white-space: nowrap;
2556
+ }
2557
+
2558
+ .underline {
2559
+ text-decoration: underline !important;
2560
+ }
2561
+
2562
+ .bold {
2563
+ font-style: normal;
2564
+ font-weight: bold;
2565
+ }
2566
+
2567
+ .not-bold {
2568
+ font-weight: normal;
2569
+ }
2570
+
2571
+ .lowercase {
2572
+ text-transform: lowercase;
2573
+ }
2574
+
2575
+ .uppercase {
2576
+ text-transform: uppercase;
2577
+ }
2578
+
2579
+ .capitalize {
2580
+ text-transform: capitalize;
2581
+ }
2582
+
2583
+ .text-center {
2584
+ text-align: center;
2585
+ text-align: -webkit-center;
2586
+ text-align: -moz-center;
2587
+ }
2588
+
2589
+ .text-left {
2590
+ text-align: left;
2591
+ text-align: -webkit-left;
2592
+ text-align: -moz-left;
2593
+ }
2594
+
2595
+ .text-right {
2596
+ text-align: right;
2597
+ text-align: -webkit-right;
2598
+ text-align: -moz-right;
2599
+ }
2600
+
2601
+ .place-center {
2602
+ place-self: center;
2603
+ }
2604
+
2605
+ .cursor-pointer {
2606
+ cursor: pointer;
2607
+ }
2608
+
2609
+ .cursor-not-allowed {
2610
+ cursor: not-allowed !important;
2611
+ }
2612
+
2613
+ .display-none {
2614
+ display: none !important;
2615
+ }
2616
+
2617
+ .display-unset {
2618
+ display: unset !important;
2619
+ }
2620
+
2621
+ .visibility-none {
2622
+ visibility: hidden;
2623
+ }
2624
+
2625
+ .opacity-0-4 {
2626
+ opacity: 0.4;
2627
+ }
2628
+
2629
+ /* #region ➤ [MAIN] [BUTTONS] Website Layout */
2630
+ /*
2631
+ ╭──────────────────────────────────────────────────────────────────╮
2632
+ │ 📌 BUTTON STYLES │
2633
+ ╰──────────────────────────────────────────────────────────────────╯
2634
+ */
2635
+ button {
2636
+ /* 🎨 style */
2637
+ outline: none !important;
2638
+ border: none !important;
2639
+ opacity: 1;
2640
+ cursor: pointer;
2641
+ transition: all 0.3s ease;
2642
+ align-items: center;
2643
+ white-space: nowrap;
2644
+ display: flex;
2645
+ justify-content: center;
2646
+ /*
2647
+ ╭──────────────────────────────────────────────────────────────────╮
2648
+ │ 📌 EXTRA BUTTON STYLES │
2649
+ ╰──────────────────────────────────────────────────────────────────╯
2650
+ */
2651
+ }
2652
+ button:disabled {
2653
+ cursor: default;
2654
+ }
2655
+ button.btn-primary {
2656
+ /* 🎨 style */
2657
+ background: var(--primary);
2658
+ }
2659
+ button.btn-primary p {
2660
+ /* 🎨 style */
2661
+ color: var(--white);
2662
+ }
2663
+ button.btn-secondary {
2664
+ /* 🎨 style */
2665
+ background: var(--secondary);
2666
+ }
2667
+ button.btn-secondary p {
2668
+ /* 🎨 style */
2669
+ color: var(--white);
2670
+ }
2671
+ button.btn-blue {
2672
+ /* 🎨 style */
2673
+ background-color: var(--blue);
2674
+ }
2675
+ button.btn-blue p {
2676
+ /* 🎨 style */
2677
+ color: var(--white);
2678
+ }
2679
+ button.btn-blue:hover {
2680
+ /* 🎨 style */
2681
+ background-color: var(--white);
2682
+ }
2683
+ button.btn-blue:hover p {
2684
+ /* 🎨 style */
2685
+ color: var(--secondary);
2686
+ }
2687
+ button.btn-white {
2688
+ /* 🎨 style */
2689
+ background-color: var(--white);
2690
+ }
2691
+ button.btn-white p {
2692
+ /* 🎨 style */
2693
+ color: var(--black);
2694
+ }
2695
+ button.btn-primary-v2 {
2696
+ /* 🎨 style */
2697
+ height: 44px;
2698
+ padding: 11.5px 24px;
2699
+ background: var(--primary);
2700
+ border-radius: 8px;
2701
+ color: var(--white);
2702
+ }
2703
+ button.btn-primary-v2:hover {
2704
+ /* 🎨 style */
2705
+ background-color: var(--primary-fade);
2706
+ }
2707
+ button.btn-hollow {
2708
+ /* 🎨 style */
2709
+ height: 44px;
2710
+ padding: 11.5px 20px;
2711
+ background: transparent;
2712
+ border: 1px solid var(--grey-color) !important;
2713
+ border-radius: 8px;
2714
+ color: var(--dark-theme);
2715
+ /*
2716
+ Variant (2)
2717
+ */
2718
+ /*
2719
+ Variant (3)
2720
+ */
2721
+ /*
2722
+ Variant (4)
2723
+ */
2724
+ /*
2725
+ Variant (6)
2726
+ */
2727
+ }
2728
+ button.btn-hollow:hover {
2729
+ /* 🎨 style */
2730
+ border: 1px solid var(--primary) !important;
2731
+ color: var(--primary);
2732
+ }
2733
+ button.btn-hollow.danger {
2734
+ /* 🎨 style */
2735
+ border: 1px solid var(--red) !important;
2736
+ }
2737
+ button.btn-hollow.cta {
2738
+ /* 🎨 style */
2739
+ border: 1px solid var(--primary) !important;
2740
+ }
2741
+ button.btn-hollow.cta:hover {
2742
+ /* 🎨 style */
2743
+ background-color: var(--primary);
2744
+ color: var(--white) !important;
2745
+ }
2746
+ button.btn-hollow.v4:hover {
2747
+ /* 🎨 style */
2748
+ border: 1px solid var(--grey-shade) !important;
2749
+ color: initial;
2750
+ }
2751
+ button.btn-hollow.v6 {
2752
+ /* 🎨 style */
2753
+ background: #292929;
2754
+ height: 44px;
2755
+ padding: 12px 24px 11px 24px;
2756
+ border-radius: 8px;
2757
+ border: 1px;
2758
+ gap: 10px;
2759
+ }
2760
+ .dark-background button.btn-hollow.v6, .dark-background-1 button.btn-hollow.v6, .dark-mode button.btn-hollow.v6 {
2761
+ /* 🎨 style */
2762
+ border: 1px solid #FFFFFF;
2763
+ }
2764
+ .dark-background button.btn-hollow.v2, .dark-background-1 button.btn-hollow.v2, .dark-mode button.btn-hollow.v2 {
2765
+ /* 🎨 style */
2766
+ border: 1px solid var(--dark-theme-1) !important;
2767
+ }
2768
+ .dark-background button.btn-hollow.v3d, .dark-background-1 button.btn-hollow.v3d, .dark-mode button.btn-hollow.v3d {
2769
+ /* 🎨 style */
2770
+ border: 1px solid var(--grey) !important;
2771
+ }
2772
+ .dark-background button.btn-hollow.v3d:hover, .dark-background-1 button.btn-hollow.v3d:hover, .dark-mode button.btn-hollow.v3d:hover {
2773
+ /* 🎨 style */
2774
+ border: 1px solid var(--grey-shade) !important;
2775
+ }
2776
+ .dark-background button.btn-hollow.v5d, .dark-background-1 button.btn-hollow.v5d, .dark-mode button.btn-hollow.v5d {
2777
+ /* 🎨 style */
2778
+ border: 1px solid var(--dark-theme-1-shade) !important;
2779
+ }
2780
+ button.btn-dark {
2781
+ /* 🎨 style */
2782
+ padding: 10px 17px;
2783
+ border-radius: 12px;
2784
+ background-color: var(--grey-color);
2785
+ }
2786
+ button.btn-dark:hover {
2787
+ /* 🎨 style */
2788
+ background-color: var(--white-3);
2789
+ }
2790
+ .dark-background button.btn-dark, .dark-background-1 button.btn-dark, .dark-mode button.btn-dark {
2791
+ /* 🎨 style */
2792
+ background-color: var(--dark-theme-1-4-shade);
2793
+ }
2794
+ .dark-background button.btn-dark:hover, .dark-background-1 button.btn-dark:hover, .dark-mode button.btn-dark:hover {
2795
+ /* 🎨 style */
2796
+ background-color: var(--dark-theme);
2797
+ }
2798
+ button.btn-right-icon {
2799
+ /* 🎨 style */
2800
+ padding: 5px 45px 5px 6px !important;
2801
+ background-position: right 11px top 50%;
2802
+ background-size: 16.17px 16.17px;
2803
+ background-repeat: no-repeat;
2804
+ }
2805
+ button.btn-left-icon {
2806
+ /* 🎨 style */
2807
+ padding: 5px 6px 5px 37px !important;
2808
+ background-position: left 11px top 50%;
2809
+ background-size: 16.17px 16.17px;
2810
+ background-repeat: no-repeat;
2811
+ }
2812
+ button.btn-shadow-1 {
2813
+ /* 🎨 style */
2814
+ box-shadow: 0px 3px 8px 0px rgba(212, 84, 12, 0.32);
2815
+ }
2816
+
2817
+ /* #endregion ➤ [MAIN] [BUTTONS] Website Layout */
2818
+ /* #region ➤ [MAIN] [CONTAINERS] Website Layout */
2819
+ .widget-component {
2820
+ display: grid;
2821
+ background: #ffffff;
2822
+ box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
2823
+ border-radius: 12px;
2824
+ width: 100%;
2825
+ padding: 20px 0;
2826
+ overflow: hidden;
2827
+ }
2828
+ .dark-background .widget-component, .dark-mode .widget-component {
2829
+ /* 🎨 style */
2830
+ background-color: var(--dark-theme-1) !important;
2831
+ }
2832
+
2833
+ .container {
2834
+ display: block;
2835
+ position: relative;
2836
+ padding-left: 20px;
2837
+ cursor: pointer;
2838
+ font-size: 22px;
2839
+ -webkit-user-select: none;
2840
+ -moz-user-select: none;
2841
+ -ms-user-select: none;
2842
+ user-select: none;
2843
+ }
2844
+ .container input {
2845
+ position: absolute;
2846
+ opacity: 0;
2847
+ cursor: pointer;
2848
+ height: 1px;
2849
+ width: 1px;
2850
+ }
2851
+ .container input:checked ~ .checkmark {
2852
+ background-color: var(--primary);
2853
+ border: 1.5px solid transparent;
2854
+ }
2855
+
2856
+ section {
2857
+ min-height: calc(100vh - 128px);
2858
+ padding: 22px 16px;
2859
+ padding-bottom: 100px !important;
2860
+ margin: auto;
2861
+ }
2862
+ @media only screen and (min-width: 768px) {
2863
+ section {
2864
+ padding: 26px 34px;
2865
+ margin: auto;
2866
+ }
2867
+ }
2868
+ @media only screen and (min-width: 1025px) {
2869
+ section {
2870
+ padding: 26px 34px;
2871
+ margin: auto;
2872
+ }
2873
+ }
2874
+
2875
+ .flex-start {
2876
+ align-items: flex-start !important;
2877
+ }
2878
+
2879
+ .row-space-out {
2880
+ /* 🎨 style */
2881
+ display: flex;
2882
+ align-items: center;
2883
+ align-content: center;
2884
+ width: 100%;
2885
+ flex-direction: row;
2886
+ flex-wrap: nowrap;
2887
+ justify-content: space-between;
2888
+ }
2889
+ .row-space-even {
2890
+ /* 🎨 style */
2891
+ display: flex;
2892
+ align-items: center;
2893
+ align-content: center;
2894
+ width: 100%;
2895
+ flex-direction: row;
2896
+ flex-wrap: nowrap;
2897
+ justify-content: space-evenly;
2898
+ }
2899
+ .row-space-start {
2900
+ /* 🎨 style */
2901
+ display: flex;
2902
+ align-items: center;
2903
+ align-content: center;
2904
+ width: 100%;
2905
+ flex-direction: row;
2906
+ flex-wrap: nowrap;
2907
+ justify-content: start;
2908
+ }
2909
+ .row-space-out-top {
2910
+ /* 🎨 style */
2911
+ display: flex;
2912
+ align-items: center;
2913
+ align-content: center;
2914
+ width: 100%;
2915
+ flex-direction: row;
2916
+ flex-wrap: nowrap;
2917
+ align-items: flex-start;
2918
+ justify-content: space-between;
2919
+ }
2920
+ .row-space-center {
2921
+ /* 🎨 style */
2922
+ display: flex;
2923
+ align-items: center;
2924
+ align-content: center;
2925
+ width: 100%;
2926
+ flex-direction: row;
2927
+ flex-wrap: nowrap;
2928
+ justify-content: center;
2929
+ }
2930
+ .row-space-end {
2931
+ /* 🎨 style */
2932
+ display: flex;
2933
+ align-items: center;
2934
+ align-content: center;
2935
+ width: 100%;
2936
+ flex-direction: row;
2937
+ flex-wrap: nowrap;
2938
+ justify-content: end;
2939
+ }
2940
+
2941
+ .column-space-center {
2942
+ display: flex;
2943
+ align-items: center;
2944
+ align-content: center;
2945
+ justify-content: center;
2946
+ width: 100%;
2947
+ flex-direction: column;
2948
+ flex-wrap: nowrap;
2949
+ }
2950
+ .column-space-start {
2951
+ display: flex;
2952
+ align-items: center;
2953
+ align-content: center;
2954
+ justify-content: flex-start;
2955
+ width: 100%;
2956
+ flex-direction: column;
2957
+ flex-wrap: nowrap;
2958
+ }
2959
+ .column-space-stretch {
2960
+ display: flex;
2961
+ align-content: center;
2962
+ width: 100%;
2963
+ flex-direction: column;
2964
+ flex-wrap: nowrap;
2965
+ align-items: stretch;
2966
+ justify-content: center;
2967
+ }
2968
+ .column-start-grid {
2969
+ display: grid;
2970
+ justify-content: center;
2971
+ }
2972
+ .column-start-grid-start {
2973
+ display: grid;
2974
+ width: 100%;
2975
+ justify-items: start;
2976
+ }
2977
+
2978
+ /* #endregion ➤ [MAIN] [CONTAINERS] Website Layout */
2979
+ hr {
2980
+ /* 🎨 style */
2981
+ width: 100%;
2982
+ margin: 16.17px 0;
2983
+ opacity: 0.25;
2984
+ border: 1.46983px solid #ff5555;
2985
+ background-color: #ff5555;
2986
+ }
2987
+
2988
+ form fieldset {
2989
+ /* 🎨 style */
2990
+ outline: none;
2991
+ border: none;
2992
+ padding: 0;
2993
+ margin: 0;
2994
+ }
2995
+ form input, form select {
2996
+ /* 🎨 style */
2997
+ outline: none;
2998
+ border: none;
2999
+ opacity: 1;
3000
+ cursor: text;
3001
+ align-items: center;
3002
+ text-align: start;
3003
+ display: flex;
3004
+ transition: all 0.15s ease;
3005
+ /* background: #ffffff; */
3006
+ /* border: 0.5px solid #37474f; */
3007
+ box-sizing: border-box;
3008
+ border-radius: 7.34914px;
3009
+ padding: 7px;
3010
+ background-color: transparent;
3011
+ border: 1px solid var(--gray-day, #CCC);
3012
+ }
3013
+ form input {
3014
+ /* 🎨 style */
3015
+ height: 44px;
3016
+ width: -webkit-fill-available;
3017
+ width: -moz-available;
3018
+ border: 1px solid var(--grey-shade);
3019
+ box-sizing: border-box;
3020
+ border-radius: 8px;
3021
+ padding: 20px 12px;
3022
+ outline: none;
3023
+ font-size: 14px;
3024
+ background-color: transparent;
3025
+ }
3026
+ form input:hover {
3027
+ /* 🎨 style */
3028
+ border: 1px solid var(--grey);
3029
+ }
3030
+ form input:focus {
3031
+ /* 🎨 style */
3032
+ border: 1px solid var(--dark-theme-1);
3033
+ }
3034
+ form input[placeholder] {
3035
+ /* 🎨 style */
3036
+ overflow: hidden;
3037
+ white-space: nowrap;
3038
+ text-overflow: ellipsis;
3039
+ }
3040
+ form input.v-1 {
3041
+ /* 🎨 style */
3042
+ width: 20px;
3043
+ height: 20px;
3044
+ border: 1px solid #CCCCCC;
3045
+ accent-color: var(--primary);
3046
+ }
3047
+ .dark-background-1 form input, .dark-mode form input {
3048
+ border: 1px solid var(--dark-theme-1-2-shade);
3049
+ }
3050
+ .dark-background-1 form input:hover, .dark-mode form input:hover {
3051
+ /* 🎨 style */
3052
+ border: 1px solid var(--dark-theme-1-3-shade);
3053
+ }
3054
+ .dark-background-1 form input:focus, .dark-mode form input:focus {
3055
+ /* 🎨 style */
3056
+ border: 1px solid var(--dark-theme-1-3-shade);
3057
+ }
3058
+
3059
+ .width-auto {
3060
+ width: auto;
3061
+ }
3062
+
3063
+ .width-fit-content {
3064
+ width: fit-content;
3065
+ }
3066
+
3067
+ .width-100 {
3068
+ width: 100%;
3069
+ }
3070
+
3071
+ img.google-aspect-ratio {
3072
+ /* 🎨 style */
3073
+ /* width: auto; */
3074
+ /* max-height: 100%; */
3075
+ object-fit: contain;
3076
+ }
3077
+
3078
+ .checkmark {
3079
+ position: absolute;
3080
+ top: -10px;
3081
+ left: 0;
3082
+ height: 20px;
3083
+ width: 20px;
3084
+ background-color: transparent;
3085
+ border: 1.5px solid #A9B8AE;
3086
+ border-radius: 3.25px;
3087
+ }
3088
+
3089
+ /*
3090
+ ╭──────────────────────────────────────────────────────────────────╮
3091
+ │ 📌 POSITIONS │
3092
+ ╰──────────────────────────────────────────────────────────────────╯
3093
+ */
3094
+ .box-center {
3095
+ /* 📌 position */
3096
+ position: absolute;
3097
+ top: 0;
3098
+ bottom: 0;
3099
+ right: 0;
3100
+ left: 0;
3101
+ margin: auto;
3102
+ }
3103
+
3104
+ .mutated {
3105
+ /* 🎨 style */
3106
+ border: 1px solid #F00;
3107
+ }
3108
+
3109
+ /*
3110
+ ◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️
3111
+ ◼️ DARK-THEME :: GENERAL ◼️
3112
+ ◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️
3113
+ */
3114
+ .dark-background {
3115
+ /* 🎨 style */
3116
+ background-color: var(--dark-theme) !important;
3117
+ }
3118
+
3119
+ .dark-background-1 {
3120
+ /* 🎨 style */
3121
+ background-color: var(--dark-theme-1) !important;
3122
+ }
3123
+
3124
+ /*
3125
+ ◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️
3126
+ ◼️ DARK-THEME :: OTHER ◼️
3127
+ ◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️
3128
+ */
3129
+ .dark-background .hover-color-primary:hover,
3130
+ .dark-background-1 .hover-color-primary:hover,
3131
+ .dark-mode .hover-color-primary:hover {
3132
+ /* 🎨 style */
3133
+ color: var(--primary) !important;
3134
+ }
3135
+
3136
+ /*# sourceMappingURL=app.css.map */