mario-education 2.4.26-admin → 2.4.28-admin

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (20) hide show
  1. package/dist/MarioFramework.Education/ClientApp/src/components/Select/SelectFilter.d.ts +1 -1
  2. package/dist/MarioFramework.Education/ClientApp/src/containers/Classes/components/StudentItemSelector.d.ts +1 -0
  3. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/BarAndAreaChart.d.ts +1 -0
  4. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/ColumnChartAndPercent.d.ts +9 -11
  5. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/DashboardToPDF.d.ts +3 -0
  6. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/HeaderChart/HeaderChart.d.ts +2 -1
  7. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/LineChart.d.ts +9 -0
  8. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/components/StudentByAgeAndGender.d.ts +1 -0
  9. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/configs/types.d.ts +10 -0
  10. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/configs/utils.d.ts +6 -7
  11. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/hooks/useBehavior.d.ts +4 -2
  12. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/hooks/useChartDatas.d.ts +15 -4
  13. package/dist/MarioFramework.Education/ClientApp/src/containers/Dashboard/hooks/useDashboard.d.ts +29 -1
  14. package/dist/MarioFramework.Education/ClientApp/src/utils/type.d.ts +6 -0
  15. package/dist/index.css +253 -134
  16. package/dist/index.js +1809 -425
  17. package/dist/index.js.map +1 -1
  18. package/dist/index.modern.js +1809 -425
  19. package/dist/index.modern.js.map +1 -1
  20. package/package.json +3 -1
package/dist/index.css CHANGED
@@ -112,6 +112,13 @@ tbody._b-AXV tr {
112
112
  margin-bottom: 10px;
113
113
  }
114
114
 
115
+ ._2VZin ._2M0vR{
116
+ font-family: 'Roboto';
117
+ font-style: normal;
118
+ font-weight: 400;
119
+ font-size: 13px;
120
+ }
121
+
115
122
  ._1d6uY {
116
123
  margin-right: 10px;
117
124
  position: relative;
@@ -193,107 +200,112 @@ h6._3zOGW {
193
200
  }
194
201
 
195
202
  ._1Jgr2 {
196
- padding: 16px;
197
- min-height: 530px;
198
- height: 100%;
199
- display: flex;
200
- flex-direction: column;
201
- background: #ffffff;
202
- border: 1px solid #ebeff2;
203
- box-shadow: 6px 0px 18px rgba(0, 0, 0, 0.06);
204
- border-radius: 8px;
205
- margin-bottom: 20px;
203
+ padding: 16px;
204
+ min-height: 530px;
205
+ height: 100%;
206
+ display: flex;
207
+ flex-direction: column;
208
+ background: #ffffff;
209
+ border: 1px solid #ebeff2;
210
+ box-shadow: 6px 0px 18px rgba(0, 0, 0, 0.06);
211
+ border-radius: 8px;
212
+ margin-bottom: 20px;
206
213
  }
207
214
 
208
215
  ._3Thdy {
209
- max-width: 200px;
216
+ max-width: 200px;
210
217
  }
211
218
 
219
+ ._24PRg {
220
+ font-family: 'Roboto' !important;
221
+ font-weight: 400;
222
+ margin-top: 2px;
223
+ }
212
224
  ._1WLBo {
213
- font-size: 20px;
225
+ font-size: 20px;
214
226
  }
215
227
 
216
228
  ._10Pgm {
217
- /* background: #E5E5E5; */
229
+ /* background: #E5E5E5; */
218
230
  }
219
231
 
220
232
  ._3jPb_ {
221
- font-size: 30px;
233
+ font-size: 30px;
222
234
  }
223
235
 
224
236
  ._1c43y {
225
- color: #fc4747;
237
+ color: #fc4747;
226
238
  }
227
239
 
228
240
  ._F1afY {
229
- color: #0dc16a;
241
+ color: #0dc16a;
230
242
  }
231
243
 
232
244
  ._1kqUQ {
233
- background: #f6f6f6;
245
+ background: #f6f6f6;
234
246
  }
235
247
 
236
248
  ._10hbz {
237
- font-weight: bold;
238
- font-size: 14px;
239
- line-height: 16px;
249
+ font-weight: bold;
250
+ font-size: 14px;
251
+ line-height: 16px;
240
252
  }
241
253
 
242
254
  ._2rmw_ {
243
- font-weight: 700;
244
- font-size: 32px;
245
- line-height: 100%;
246
- margin: 0;
255
+ font-weight: 700;
256
+ font-size: 32px;
257
+ line-height: 100%;
258
+ margin: 0;
247
259
  }
248
260
 
249
261
  ._1tdQu {
250
- font-weight: 600;
251
- font-size: 12px;
252
- line-height: 14px;
262
+ font-weight: 600;
263
+ font-size: 12px;
264
+ line-height: 14px;
253
265
  }
254
266
 
255
267
  ._2BvFN {
256
- font-weight: 400;
257
- font-size: 10px;
258
- line-height: 12px;
268
+ font-weight: 400;
269
+ font-size: 10px;
270
+ line-height: 12px;
259
271
  }
260
272
 
261
273
  ._10hbz,
262
274
  ._2rmw_,
263
275
  ._1tdQu,
264
276
  ._2BvFN {
265
- font-family: "Roboto", sans-serif;
277
+ font-family: "Roboto", sans-serif;
266
278
  }
267
279
 
268
280
  ._2TBTW {
269
- margin: 10px 0;
281
+ margin: 10px 0;
270
282
  }
271
283
 
272
284
  ._3XXJp {
273
- width: 35px;
274
- color: #0d9994;
275
- text-align: center;
285
+ width: 35px;
286
+ color: #0d9994;
287
+ text-align: center;
276
288
  }
277
289
 
278
290
  ._LCuWQ {
279
- background: #cef7f5;
280
- color: #0d9994;
281
- border-radius: 8px;
291
+ background: #cef7f5;
292
+ color: #0d9994;
293
+ border-radius: 8px;
282
294
  }
283
295
 
284
296
  ._3x9D7 {
285
- color: #1da370;
297
+ color: #1da370;
286
298
  }
287
299
 
288
300
  ._2In63 {
289
- border: none;
290
- background: #fff;
301
+ border: none;
302
+ background: #fff;
291
303
  }
292
304
 
293
305
  ._1Vhg_ {
294
- display: flex;
295
- justify-content: space-between;
296
- width: 100%;
306
+ display: flex;
307
+ justify-content: space-between;
308
+ width: 100%;
297
309
  }
298
310
 
299
311
  ._6yLxd {
@@ -310,107 +322,114 @@ h6._3zOGW {
310
322
  }
311
323
 
312
324
  ._h74SO {
313
- display: flex;
314
- justify-content: flex-start;
315
- flex-wrap: wrap;
316
- padding: 0px 16px;
325
+ display: flex;
326
+ justify-content: flex-start;
327
+ flex-wrap: wrap;
328
+ padding: 0px 16px;
317
329
  }
318
330
 
319
331
  ._3e2pi {
320
- display: flex;
321
- justify-content: flex-end;
322
- flex-wrap: wrap;
323
- max-width: 700px;
332
+ display: flex;
333
+ justify-content: flex-end;
334
+ flex-wrap: wrap;
335
+ max-width: 700px;
324
336
  }
325
337
 
326
338
  ._ntUB6 {
327
- min-width: 200px;
328
- margin-left: 20px;
329
- margin-bottom: 10px;
330
- height: 38px;
339
+ min-width: 200px;
340
+ margin-left: 20px;
341
+ margin-bottom: 10px;
342
+ height: 38px;
331
343
  }
332
- ._1DlZ4{
344
+
345
+ ._1DlZ4 {
333
346
  width: 220px;
334
347
  margin-right: 20px;
335
348
  margin-bottom: 10px;
336
349
  height: 38px;
337
350
  }
338
351
 
339
- ._1tYDM{
352
+ ._1tYDM {
340
353
  max-width: 440px;
341
354
  display: flex;
342
355
  flex-wrap: wrap;
343
356
  }
344
357
 
345
358
  ._3hSow {
346
- background: #ffffff;
347
- border: 1px solid #ebeff2;
348
- box-shadow: 6px 0px 18px rgba(0, 0, 0, 0.06);
349
- border-radius: 8px;
359
+ background: #ffffff;
360
+ border: 1px solid #ebeff2;
361
+ box-shadow: 6px 0px 18px rgba(0, 0, 0, 0.06);
362
+ border-radius: 8px;
350
363
  }
351
364
 
352
365
  ._1yuC9 {
353
- min-width: 255px;
354
- flex-basis: 19%;
366
+ min-width: 255px;
367
+ flex-basis: 19%;
355
368
  }
369
+
356
370
  ._1yuC9 ._10hbz {
357
371
  font-family: 'Roboto';
358
372
  font-weight: 500;
359
373
  font-size: 14px;
360
374
  line-height: 16px;
361
375
  }
376
+
362
377
  ._1yuC9:last-child {
363
- padding: 1.2rem !important;
378
+ padding: 20px 0px !important;
364
379
  }
380
+
365
381
  ._1yuC9:last-child div {
366
- width: 80%;
367
- margin: 0 auto;
382
+ width: 80%;
383
+ margin: 0 auto;
368
384
  }
369
385
 
370
386
  ._2PMoX {
371
- height: auto;
372
- width: 100%;
373
- -o-object-fit: scale-down;
374
- object-fit: scale-down;
387
+ height: auto;
388
+ width: 100%;
389
+ -o-object-fit: scale-down;
390
+ object-fit: scale-down;
375
391
  max-height: 300px;
376
392
  }
393
+
377
394
  ._2PMoX._3ZX0b {
378
- height: 300px;
379
- width: 100%;
380
- -o-object-fit: scale-down;
381
- object-fit: scale-down;
395
+ height: 300px;
396
+ width: 100%;
397
+ -o-object-fit: scale-down;
398
+ object-fit: scale-down;
382
399
  }
383
400
 
384
401
  ._2asi- ._muT01 ._35BzZ {
385
402
  font-size: 20px;
386
403
  }
387
- ._2asi-{
404
+
405
+ ._2asi- {
388
406
  overflow: hidden;
389
407
  max-height: 470px;
390
408
  }
391
409
 
392
410
  @media (min-width: 1024px) {
393
- ._3pkbc {
394
- max-width: 60%;
395
- }
396
- ._16MpB {
397
- max-width: 55%;
398
- }
411
+ ._3pkbc {
412
+ max-width: 60%;
413
+ }
414
+
415
+ ._16MpB {
416
+ max-width: 55%;
417
+ }
399
418
  }
400
419
 
401
420
  ._CHu-i {
402
- font-weight: 700;
403
- font-size: 24px;
404
- line-height: 116%;
421
+ font-weight: 700;
422
+ font-size: 24px;
423
+ line-height: 116%;
405
424
  }
406
425
 
407
- ._3Y-Dd{
426
+ ._3Y-Dd {
408
427
  overflow: hidden;
409
428
  height: 416px;
410
429
  }
411
430
 
412
- @media (min-width: 2250px){
413
- ._3Y-Dd{
431
+ @media (min-width: 2250px) {
432
+ ._3Y-Dd {
414
433
  width: 100%;
415
434
  display: flex;
416
435
  justify-content: center;
@@ -418,17 +437,18 @@ h6._3zOGW {
418
437
  }
419
438
  }
420
439
 
421
- @media (max-width: 720px){
422
- ._1YJnk{
440
+ @media (max-width: 720px) {
441
+ ._1YJnk {
423
442
  padding-right: 20px;
424
443
  }
425
444
  }
426
445
 
427
446
 
428
447
  /* new design; */
429
- ._2eMbe{
448
+ ._2eMbe {
430
449
  box-shadow: 6px 0 18px rgb(0 0 0 / 6%);
431
450
  }
451
+
432
452
  ._6ZvFg {
433
453
  border-radius: 8px;
434
454
  overflow: hidden;
@@ -442,87 +462,91 @@ h6._3zOGW {
442
462
  position: absolute;
443
463
  top: 0;
444
464
  left: 50%;
445
- transform: translate(-50%,0);
465
+ transform: translate(-50%, 0);
446
466
  display: block;
447
467
  background: rgba(51, 51, 51, 0.1);
448
468
  }
449
469
 
450
- ._6ZvFg
451
- ._2vtSi{
470
+ ._6ZvFg ._2vtSi {
452
471
  background: #FFFFFF;
453
472
  border-radius: 8px;
454
473
  padding: 20px;
455
474
  cursor: pointer;
456
475
  }
457
- ._IpsVf{
458
476
 
459
- }
460
- ._IpsVf ._gzxWe{
477
+ ._IpsVf {}
478
+
479
+ ._IpsVf ._gzxWe {
461
480
  color: "#B2B2B2";
462
481
  font-size: 18px;
463
482
  }
464
483
 
465
- ._2vtSi ._37IcR{
484
+ ._2vtSi ._37IcR {
466
485
  color: #D9D9D9;
467
- display:flex;
486
+ display: flex;
468
487
  align-items: center;
469
488
  }
470
489
 
471
- ._2vtSi ._2G6Wz{
490
+ ._2vtSi ._2G6Wz {
472
491
  font-weight: 700;
473
492
  font-size: 18px;
474
493
  letter-spacing: 0.01em;
475
494
  color: #262626;
476
495
  font-family: "Roboto";
477
496
  }
497
+
478
498
  ._2vtSi ._IpsVf {
479
499
  display: flex;
480
500
  align-items: center;
481
501
  }
482
502
 
483
503
  ._3xpNv {
484
- border-radius: 4px;
485
- background: #ffff;
504
+ border-radius: 4px;
505
+ background: #ffff;
486
506
  }
487
507
 
488
508
  ._3H5Ly {
489
- padding: 6px 12px;
490
- border-radius: 0 4px 4px 0;
491
- background: #1DBAB4;
492
- color: #ffff;
509
+ padding: 6px 12px;
510
+ border-radius: 0 4px 4px 0;
511
+ background: #1DBAB4;
512
+ color: #ffff;
493
513
  }
494
514
 
495
515
  ._J_n-D {
496
- padding: 6px;
497
- border-radius: 4px 0 0 4px;
498
- background: #1CA9A4;
516
+ padding: 6px;
517
+ border-radius: 4px 0 0 4px;
518
+ background: #1CA9A4;
499
519
  }
500
520
 
501
- ._2vtSi ._3AALV{
521
+ ._2vtSi ._3AALV {
502
522
  font-size: 16px;
503
523
  }
504
- ._g5-bn ._2htKu{
524
+
525
+ ._g5-bn ._2htKu {
505
526
  cursor: pointer;
506
527
  }
507
528
 
508
- ._2htKu svg{
509
- width: 20px !important;
510
- height: auto !important;
529
+ ._2htKu svg {
530
+ width: 20px !important;
531
+ height: auto !important;
511
532
  }
512
533
 
513
- ._2vtSi ._1qXAT{
534
+ ._2vtSi ._1qXAT {
514
535
  font-weight: 400;
515
536
  font-size: 16px;
516
537
  line-height: 100%;
517
538
  color: #252733;
518
539
  }
540
+
519
541
  ._3NgrB,
520
- ._32fu3{
542
+ ._32fu3 {
521
543
  background-color: #fff;
522
544
  }
523
- ._3NgrB{
545
+
546
+ ._3NgrB {
524
547
  padding-bottom: 10px;
525
548
  }
549
+
526
550
  ._3NgrB ._DmMzw {
527
551
  padding-left: 10px;
528
552
  }
@@ -531,46 +555,58 @@ h6._3zOGW {
531
555
  width: 10px;
532
556
  height: 10px;
533
557
  margin-right: 5px;
558
+ border-radius: 2px;
534
559
  }
560
+
535
561
  ._3NgrB ._3hrrC ._Q-iiW {
536
562
  font-weight: 400;
537
563
  font-size: 14px;
538
564
  letter-spacing: 0.01em;
539
565
  color: #4d4d4d;
540
566
  margin-bottom: 0;
567
+ font-family: 'Roboto';
541
568
  }
569
+
542
570
  ._3NgrB ._cD4ey {
543
571
  display: flex;
544
572
  justify-content: center;
545
573
  align-items: center;
546
574
  margin-right: 10px;
547
575
  }
576
+
548
577
  ._3NgrB ._24PRg {
549
578
  font-weight: 400;
550
579
  font-size: 16px;
551
580
  letter-spacing: 0.01em;
552
- color: #252733;
581
+ color: #252733 !important;
582
+ font-family: "Roboto";
553
583
  }
554
- ._3NgrB ._2HWhv > label {
584
+
585
+ ._3NgrB ._2HWhv>label {
555
586
  font-weight: 600;
556
587
  font-size: 18px;
557
- color: #252733;
588
+ color: #252733 !important;
589
+ font-family: "Roboto";
558
590
  }
559
- ._2Hdbu{
591
+
592
+ ._2Hdbu {
560
593
  width: 100%;
561
594
  padding: 20px;
562
595
  }
563
- ._2Hdbu ._3RJ2T{
596
+
597
+ ._2Hdbu ._3RJ2T {
564
598
  display: flex;
565
599
  justify-content: center;
566
600
  align-items: center;
567
601
  }
568
- ._3hrrC{
602
+
603
+ ._3hrrC {
569
604
  padding-right: 50px;
570
605
  }
571
606
  ._38ikt{
572
607
  /* height: 410px; */
573
608
  }
609
+
574
610
  ._38ikt ._1TnWs {
575
611
  position: absolute;
576
612
  right: 60px;
@@ -579,6 +615,7 @@ h6._3zOGW {
579
615
  flex-wrap: wrap;
580
616
  width: 150px;
581
617
  }
618
+
582
619
  ._38ikt ._1TnWs label {
583
620
  color: #333333;
584
621
  font-weight: 500;
@@ -587,17 +624,20 @@ h6._3zOGW {
587
624
  text-align: right;
588
625
  color: #333333;
589
626
  margin-bottom: 5px;
627
+ font-family: "Roboto";
590
628
  }
629
+
591
630
  ._38ikt ._1TnWs span {
592
631
  font-weight: 400;
593
632
  font-size: 14px;
594
633
  line-height: 16px;
595
634
  text-align: right;
596
635
  color: #4d4d4d;
636
+ font-family: "Roboto";
597
637
  }
598
638
 
599
639
  ._3BTJi ._1Ws0m {
600
- margin-top: 50px;
640
+ margin-top: 30px;
601
641
  display: flex;
602
642
  justify-content: center;
603
643
  align-items: center;
@@ -624,8 +664,10 @@ h6._3zOGW {
624
664
  letter-spacing: 0.01em;
625
665
  font-weight: 400;
626
666
  font-size: 16px;
667
+ font-family: "Roboto";
627
668
  }
628
- ._2az-l{
669
+
670
+ ._2az-l {
629
671
  padding-right: 10px;
630
672
  padding-left: 10px;
631
673
  padding-bottom: 10px;
@@ -640,6 +682,7 @@ h6._3zOGW {
640
682
  flex-wrap: wrap;
641
683
  width: 150px;
642
684
  }
685
+
643
686
  ._2az-l ._1TnWs label {
644
687
  color: #333333;
645
688
  font-weight: 500;
@@ -648,16 +691,20 @@ h6._3zOGW {
648
691
  text-align: right;
649
692
  color: #333333;
650
693
  margin-bottom: 5px;
694
+ font-family: "Roboto";
651
695
  }
696
+
652
697
  ._2az-l ._1TnWs span {
653
698
  font-weight: 400;
654
699
  font-size: 14px;
655
700
  line-height: 16px;
656
701
  text-align: right;
657
702
  color: #4d4d4d;
703
+ font-family: "Roboto";
658
704
  }
659
- ._2j8fp{
660
- display: relative;
705
+
706
+ ._2j8fp {
707
+ position: relative;
661
708
  }
662
709
 
663
710
  ._2j8fp ._1BN5z {
@@ -666,34 +713,43 @@ h6._3zOGW {
666
713
  position: relative;
667
714
 
668
715
  }
716
+
669
717
  ._2j8fp ._1rYav {
670
718
  width: 80%;
671
- margin: 0 auto;
719
+ margin: 35px auto 0px;
672
720
  display: flex;
673
721
  justify-content: space-between;
674
722
  align-items: center;
675
723
  }
724
+
676
725
  ._2j8fp ._1rYav div {
726
+ font-family: "Roboto";
677
727
  font-weight: 600;
678
728
  font-size: 12px;
679
729
  }
730
+
680
731
  ._2j8fp ._3-zAs {
681
732
  display: flex;
682
733
  justify-content: center;
683
734
  position: relative;
684
735
  bottom: 20px;
685
736
  }
686
- ._2j8fp ._3-zAs ._3RJ2T{
737
+
738
+ ._2j8fp ._3-zAs ._3RJ2T {
687
739
  display: flex;
688
740
  margin-right: 20px;
689
741
  align-items: center;
690
742
  }
743
+
691
744
  ._2j8fp ._3-zAs ._1eUXn {
692
745
  width: 10px;
693
746
  height: 10px;
694
747
  margin-right: 5px;
748
+ border-radius: 2px;
695
749
  }
750
+
696
751
  ._2j8fp ._3-zAs ._Q-iiW {
752
+ font-family: "Roboto";
697
753
  font-weight: 400;
698
754
  font-size: 14px;
699
755
  letter-spacing: 0.01em;
@@ -701,23 +757,28 @@ h6._3zOGW {
701
757
  margin-bottom: 0;
702
758
  margin: 0;
703
759
  }
760
+
704
761
  ._2j8fp ._3-zAs ._cD4ey {
705
762
  display: flex;
706
763
  justify-content: center;
707
764
  align-items: center;
708
765
  margin-right: 10px;
709
766
  }
767
+
710
768
  ._2j8fp ._3-zAs ._24PRg {
711
769
  font-weight: 400;
712
770
  font-size: 16px;
713
771
  letter-spacing: 0.01em;
714
772
  color: #252733;
773
+ font-family: "Roboto";
715
774
  }
716
775
 
717
776
  ._2j8fp ._1PPhv {
718
777
  position: absolute;
719
- right: 50px;
778
+ right: 22px;
779
+ top: 20px
720
780
  }
781
+
721
782
  ._2j8fp ._1PPhv ._1rjWR {
722
783
  margin-bottom: 22.5px;
723
784
  font-weight: 400;
@@ -725,14 +786,18 @@ h6._3zOGW {
725
786
  text-align: center;
726
787
  letter-spacing: 0.01em;
727
788
  color: #9a9a9a;
789
+ font-family: "Roboto";
728
790
  }
729
- ._2j8fp ._f-Ti4{
730
- display: relative;
791
+
792
+ ._2j8fp ._f-Ti4 {
793
+ position: relative;
731
794
  }
732
- ._2j8fp ._TPa6x{
795
+
796
+ ._2j8fp ._TPa6x {
733
797
  padding-right: 50px;
734
798
  }
735
- ._1hZ_V{
799
+
800
+ ._1hZ_V {
736
801
  width: 100%;
737
802
  text-align: center;
738
803
  font-weight: 400;
@@ -743,8 +808,37 @@ h6._3zOGW {
743
808
  display: flex;
744
809
  justify-content: center;
745
810
  align-items: center;
811
+ font-family: "Roboto";
812
+ }
813
+
814
+
815
+ ._3L9WC {
816
+ font-size: 24px;
817
+ font-weight: 700;
818
+ margin-bottom: 5px !important;
819
+ font-family: "Roboto";
820
+ }
821
+
822
+ ._1TFtP {
823
+ font-size: 16px;
824
+ font-weight: 400;
825
+ margin-bottom: 5px !important;
826
+ }
827
+
828
+ ._37aqf {
829
+ display: flex !important;
830
+ align-items: center;
746
831
  }
747
832
 
833
+ ._1iabV {
834
+ font-size: 16px;
835
+ font-weight: 400;
836
+ font-family: "Roboto";
837
+ }
838
+
839
+ ._1eQAg {
840
+ background-color: #28BE76;
841
+ }
748
842
  ._38ikt ._pFFg9{
749
843
  font-weight: 400;
750
844
  font-size: 16px;
@@ -752,4 +846,29 @@ h6._3zOGW {
752
846
  letter-spacing: 0.01em;
753
847
  color: #808080;
754
848
  margin-bottom: 20px;
849
+ font-family: "Roboto";
755
850
  }
851
+
852
+
853
+ ._1eqkj {
854
+ position: absolute;
855
+ /* opacity: 0; */
856
+ z-index: -999;
857
+ left: 0;
858
+ top: 0;
859
+ }
860
+
861
+ ._1eqkj > img {
862
+ /* width: 100%; */
863
+ /* height: 100%; */
864
+ /* object-fit: cover; */
865
+ }
866
+
867
+ ._2IQ8b {
868
+ position: absolute;
869
+ z-index: -9999;
870
+ width: 1792px;
871
+ opacity: 0;
872
+ top: -35px;
873
+ left: -630px;
874
+ }