@golstats/gsc-top-player 1.0.7 → 1.0.8

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.
@@ -1,21 +1,21 @@
1
1
  <template>
2
2
  <div>
3
- <div v-if="type == 0" :class="$style.headerTopsGames">
4
- <div :class="$style.playerRow" id="player-row">
5
- <div :class="$style.headerTopGame">
6
- <div :class="$style.playerPhotoGames" id="container-player-photp">
7
- <div :class="$style.tablePositionWrapperGames">
8
- <b :class="$style.tablePositionGames">{{ data.top }}</b>
3
+ <div v-if="type == 0" :class="$style.headerTopsGamesReports">
4
+ <div :class="$style.playerRowReports" id="player-row">
5
+ <div :class="$style.headerTopGameReports">
6
+ <div :class="$style.playerPhotoGamesReports" id="container-player-photp">
7
+ <div :class="$style.tablePositionWrapperGamesReports">
8
+ <b :class="$style.tablePositionGamesReports">{{ data.top }}</b>
9
9
  </div>
10
- <img :class="$style.imgHenrryIcon" alt="" :src="data.photo" />
11
- <img :class="$style.americaIcon" alt="" :src="data.logo" />
10
+ <img :class="$style.imgHenrryIconReports" alt="" :src="data.photo" />
11
+ <img :class="$style.americaIconReports" alt="" :src="data.logo" />
12
12
  </div>
13
- <main :class="$style.playerInfoGames" id="container-player-info">
14
- <div :class="$style.playerNameGames">
15
- <div :class="$style.toniKroosGames">{{ data.name }}</div>
13
+ <main :class="$style.playerInfoGamesReports" id="container-player-info">
14
+ <div :class="$style.playerNameGamesReports">
15
+ <div :class="$style.toniKroosGamesReports">{{ data.name }}</div>
16
16
  </div>
17
- <div :class="$style.playerDataGames">
18
- <div :class="$style.containerData">
17
+ <div :class="$style.playerDataGamesReports">
18
+ <div :class="$style.containerDataReports">
19
19
  <template
20
20
  v-if="canPlayVideos || (game.awayTeam.team_id == teamWidget && typeData != 1)"
21
21
  >
@@ -34,8 +34,8 @@
34
34
  :font-size="buttonFontSize"
35
35
  @click="clickEventMedia(data)"
36
36
  />
37
- <div :class="$style.teamsAmerica">
38
- <img :class="$style.americaIcon1" alt="" :src="data.logo" />
37
+ <div :class="$style.teamsAmericaReports">
38
+ <img :class="$style.americaIcon1Reports" alt="" :src="data.logo" />
39
39
  </div>
40
40
  </template>
41
41
  <template v-else>
@@ -54,14 +54,18 @@
54
54
  :text-value="data.total + ' ' + categoryName.toLowerCase()"
55
55
  :font-size="buttonFontSize"
56
56
  />
57
- <div :class="$style.teamsAmerica">
58
- <img :class="$style.americaIcon1" alt="" :src="data.logo" />
57
+ <div :class="$style.teamsAmericaReports">
58
+ <img :class="$style.americaIcon1Reports" alt="" :src="data.logo" />
59
59
  </div>
60
60
  </template>
61
61
  </div>
62
- <div v-if="arrow" :class="$style.icnExpand" @click="clickExpand(data.player_id)">
62
+ <div
63
+ v-if="arrow"
64
+ :class="$style.icnExpandReports"
65
+ @click="clickExpand(data.player_id)"
66
+ >
63
67
  <svg
64
- :class="[$style.arrowExpandIcon, isExpanded ? $style.rotate : '']"
68
+ :class="[$style.arrowExpandIconReports, isExpanded ? $style.rotateReports : '']"
65
69
  width="12"
66
70
  height="8"
67
71
  viewBox="0 0 12 8"
@@ -81,20 +85,20 @@
81
85
  </div>
82
86
  </div>
83
87
  </div>
84
- <div v-if="type == 1" :class="$style.headerTopsTeams">
85
- <div :class="$style.containerHeader" id="header-container">
86
- <div :class="$style.headerTopTeam">
87
- <div :class="$style.teamPhoto" id="container-team">
88
- <div :class="$style.positionWrapper">
89
- <b :class="$style.position">{{ data.top }}</b>
88
+ <div v-if="type == 1" :class="$style.headerTopsTeamsReports">
89
+ <div :class="$style.containerHeaderReports" id="header-container">
90
+ <div :class="$style.headerTopTeamReports">
91
+ <div :class="$style.teamPhotoReports" id="container-team">
92
+ <div :class="$style.positionWrapperReports">
93
+ <b :class="$style.positionReports">{{ data.top }}</b>
90
94
  </div>
91
- <div :class="$style.teamLogo">
92
- <img :class="$style.imgNecaxaIcon" alt="" :src="data.logo" />
95
+ <div :class="$style.teamLogoReports">
96
+ <img :class="$style.imgNecaxaIconReports" alt="" :src="data.logo" />
93
97
  </div>
94
98
  </div>
95
- <div :class="$style.containerInfoGames">
96
- <div :class="$style.leftContainer">
97
- <div :class="$style.name">{{ data.name_team }}</div>
99
+ <div :class="$style.containerInfoGamesReports">
100
+ <div :class="$style.leftContainerReports">
101
+ <div :class="$style.nameReports">{{ data.name_team }}</div>
98
102
  <GSCButton
99
103
  :icon-size="iconSize"
100
104
  :icon-position="iconPosition"
@@ -110,7 +114,7 @@
110
114
  :font-size="buttonFontSize"
111
115
  @click="clickEventMedia(data)"
112
116
  />
113
- <div :class="$style.btnVideosOptions1Games">
117
+ <div :class="$style.btnVideosOptions1GamesReports">
114
118
  <GSCButton
115
119
  :icon-size="iconSize"
116
120
  :icon-position="iconPosition"
@@ -126,12 +130,16 @@
126
130
  :font-size="buttonFontSize"
127
131
  @click="clickEventMedia(data)"
128
132
  />
129
- <div :class="$style.verVideosType1">{{ data.total }}</div>
133
+ <div :class="$style.verVideosType1Reports">{{ data.total }}</div>
130
134
  </div>
131
135
  </div>
132
- <div v-if="arrow" :class="$style.arrowExpand" @click="clickExpand(data.player_id)">
136
+ <div
137
+ v-if="arrow"
138
+ :class="$style.arrowExpandReports"
139
+ @click="clickExpand(data.player_id)"
140
+ >
133
141
  <svg
134
- :class="[$style.arrowExpandIcon, isExpanded ? $style.rotate : '']"
142
+ :class="[$style.arrowExpandIconReports, isExpanded ? $style.rotateReports : '']"
135
143
  width="12"
136
144
  height="8"
137
145
  viewBox="0 0 12 8"
@@ -336,42 +344,42 @@ body {
336
344
 
337
345
  :root {
338
346
  /* fonts */
339
- --font-poppins: 'Poppins-Regular';
340
- --font-oswald: 'Oswald-SemiBold';
347
+ --font-poppins-reports: 'Poppins-Regular';
348
+ --font-oswald-reports: 'Oswald-SemiBold';
341
349
 
342
350
  /* font sizes */
343
- --font-size-xs: 12px;
344
- --font-size-3xs: 10px;
345
- --font-size-81xl: 100px;
351
+ --font-size-xs-reports: 12px;
352
+ --font-size-3xs-reports: 10px;
353
+ --font-size-81xl-reports: 100px;
346
354
 
347
355
  /* Colors */
348
- --color-gray-100: rgba(255, 255, 255, 0.08);
349
- --color-yellowgreen: #cbee6b;
350
- --color-white: #fff;
356
+ --color-gray-100-reports: rgba(255, 255, 255, 0.08);
357
+ --color-yellowgreen-reports: #cbee6b;
358
+ --color-white-reports: #fff;
351
359
 
352
- --sizes-spacing-space-8: 8px;
353
- --sizes-spacing-space-4: 4px;
354
- --sizes-round-corner-round-corner-8: 8px;
355
- --sizes-spacing-space-40: 40px;
360
+ --sizes-spacing-space-8-reports: 8px;
361
+ --sizes-spacing-space-4-reports: 4px;
362
+ --sizes-round-corner-round-corner-8-reports: 8px;
363
+ --sizes-spacing-space-40-reports: 40px;
356
364
 
357
365
  /* Gaps */
358
- --gap-base: 16px;
359
- --gap-0: 0px;
360
- --gap-9xs: 4px;
366
+ --gap-base-reports: 16px;
367
+ --gap-0-reports: 0px;
368
+ --gap-9xs-reports: 4px;
361
369
 
362
370
  /* Paddings */
363
- --padding-3xs: 10px;
364
- --padding-5xs: 8px;
365
- --padding-xs: 12px;
366
- --padding-9xs: 4px;
367
- --padding-5xl: 24px;
371
+ --padding-3xs-reports: 10px;
372
+ --padding-5xs-reports: 8px;
373
+ --padding-xs-reports: 12px;
374
+ --padding-9xs-reports: 4px;
375
+ --padding-5xl-reports: 24px;
368
376
 
369
377
  /* Border radiuses */
370
- --br-5xs: 8px;
371
- --br-45xl: 64px;
378
+ --br-5xs-reports: 8px;
379
+ --br-45xl-reports: 64px;
372
380
  }
373
381
 
374
- .tablePositionGames {
382
+ .tablePositionGamesReports {
375
383
  position: relative;
376
384
  letter-spacing: 1.44px;
377
385
  display: flex;
@@ -387,7 +395,7 @@ body {
387
395
  line-height: 90px;
388
396
  }
389
397
 
390
- .tablePositionWrapperGames {
398
+ .tablePositionWrapperGamesReports {
391
399
  height: 132px;
392
400
  display: flex;
393
401
  flex-direction: column;
@@ -396,7 +404,7 @@ body {
396
404
  z-index: 0;
397
405
  }
398
406
 
399
- .imgHenrryIcon {
407
+ .imgHenrryIconReports {
400
408
  position: relative;
401
409
  /* width: 118px; */
402
410
  height: 132px;
@@ -404,7 +412,7 @@ body {
404
412
  margin-left: -14px;
405
413
  }
406
414
 
407
- .americaIcon {
415
+ .americaIconReports {
408
416
  position: absolute;
409
417
  margin: 0 !important;
410
418
  bottom: 14px;
@@ -416,7 +424,7 @@ body {
416
424
  z-index: 2;
417
425
  }
418
426
 
419
- .playerPhotoGames {
427
+ .playerPhotoGamesReports {
420
428
  height: 132px;
421
429
  display: flex;
422
430
  flex-direction: row;
@@ -425,7 +433,7 @@ body {
425
433
  position: relative;
426
434
  }
427
435
 
428
- .toniKroosGames {
436
+ .toniKroosGamesReports {
429
437
  flex: 1;
430
438
  color: v-bind(fontColorName);
431
439
  position: relative;
@@ -436,13 +444,13 @@ body {
436
444
  font-weight: 500;
437
445
  }
438
446
 
439
- .shapeIcon {
447
+ .shapeIconReports {
440
448
  position: relative;
441
449
  width: 17px;
442
450
  height: 16.46px;
443
451
  }
444
452
 
445
- .menuiconsTeams {
453
+ .menuiconsTeamsReports {
446
454
  width: 20px;
447
455
  height: 20px;
448
456
  display: flex;
@@ -451,18 +459,18 @@ body {
451
459
  justify-content: center;
452
460
  }
453
461
 
454
- .component31 {
462
+ .component31Reports {
455
463
  width: 32px;
456
464
  height: 32px;
457
465
  display: flex;
458
466
  flex-direction: row;
459
- padding: var(--padding-3xs);
467
+ padding: var(--padding-3xs-reports);
460
468
  box-sizing: border-box;
461
469
  align-items: flex-start;
462
470
  justify-content: center;
463
471
  }
464
472
 
465
- .playerNameGames {
473
+ .playerNameGamesReports {
466
474
  align-self: stretch;
467
475
  display: flex;
468
476
  flex-direction: row;
@@ -470,7 +478,7 @@ body {
470
478
  justify-content: space-between;
471
479
  }
472
480
 
473
- .icnPlayIcon {
481
+ .icnPlayIconReports {
474
482
  position: relative;
475
483
  width: 12px;
476
484
  height: 12px;
@@ -478,14 +486,14 @@ body {
478
486
  flex-shrink: 0;
479
487
  }
480
488
 
481
- .goles {
489
+ .golesReports {
482
490
  position: relative;
483
491
  letter-spacing: -0.03em;
484
492
  line-height: 120%;
485
493
  font-weight: 500;
486
494
  }
487
495
 
488
- .americaIcon1 {
496
+ .americaIcon1Reports {
489
497
  position: absolute;
490
498
  height: 100%;
491
499
  width: 100%;
@@ -499,13 +507,13 @@ body {
499
507
  object-fit: cover;
500
508
  }
501
509
 
502
- .teamsAmerica {
510
+ .teamsAmericaReports {
503
511
  position: relative;
504
512
  width: 28px;
505
513
  height: 28px;
506
514
  }
507
515
 
508
- .containerData {
516
+ .containerDataReports {
509
517
  flex: 1;
510
518
  display: flex;
511
519
  flex-direction: row;
@@ -513,24 +521,24 @@ body {
513
521
  justify-content: space-between;
514
522
  }
515
523
 
516
- .shapeIcon1 {
524
+ .shapeIcon1Reports {
517
525
  position: relative;
518
526
  width: 12px;
519
527
  height: 6.04px;
520
528
  }
521
529
 
522
- .icnExpand1 {
530
+ .icnExpand1Reports {
523
531
  width: 16px;
524
532
  height: 16px;
525
533
  display: flex;
526
534
  flex-direction: column;
527
- padding: var(--padding-3xs);
535
+ padding: var(--padding-3xs-reports);
528
536
  box-sizing: border-box;
529
537
  align-items: center;
530
538
  justify-content: center;
531
539
  }
532
540
 
533
- .icnExpand {
541
+ .icnExpandReports {
534
542
  width: 32px;
535
543
  height: 32px;
536
544
  display: flex;
@@ -539,18 +547,18 @@ body {
539
547
  justify-content: center;
540
548
  }
541
549
 
542
- .playerDataGames {
550
+ .playerDataGamesReports {
543
551
  align-self: stretch;
544
552
  display: flex;
545
553
  flex-direction: row;
546
554
  align-items: center;
547
555
  justify-content: flex-start;
548
556
  gap: 40px;
549
- font-size: var(--font-size-xs);
550
- color: var(--color-white);
557
+ font-size: var(--font-size-xs-reports);
558
+ color: var(--color-white-reports);
551
559
  }
552
560
 
553
- .playerInfoGames {
561
+ .playerInfoGamesReports {
554
562
  flex: 1;
555
563
  display: flex;
556
564
  flex-direction: column;
@@ -561,25 +569,25 @@ body {
561
569
  text-align: left;
562
570
  font-size: 14px;
563
571
  color: #f4f4f4;
564
- font-family: var(--font-poppins);
572
+ font-family: var(--font-poppins-reports);
565
573
  height: inherit;
566
574
  }
567
575
 
568
- .headerTopGame {
576
+ .headerTopGameReports {
569
577
  align-self: stretch;
570
- border-radius: var(--br-5xs) var(--br-5xs) 0px 0px;
578
+ border-radius: var(--br-5xs-reports) var(--br-5xs-reports) 0px 0px;
571
579
  background-color: v-bind(backgroundColorHeader);
572
580
  height: 88px;
573
581
  display: flex;
574
582
  flex-direction: row;
575
- padding: 0px var(--padding-xs) 0px var(--padding-5xs);
583
+ padding: 0px var(--padding-xs-reports) 0px var(--padding-5xs-reports);
576
584
  box-sizing: border-box;
577
585
  align-items: flex-end;
578
586
  justify-content: flex-start;
579
587
  gap: 20px;
580
588
  }
581
589
 
582
- .playerRow {
590
+ .playerRowReports {
583
591
  align-self: stretch;
584
592
  /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
585
593
  height: 88px;
@@ -590,7 +598,7 @@ body {
590
598
  z-index: 0;
591
599
  }
592
600
 
593
- .groupsLeague {
601
+ .groupsLeagueReports {
594
602
  position: relative;
595
603
  line-height: 20px;
596
604
  font-weight: 500;
@@ -599,7 +607,7 @@ body {
599
607
  color: v-bind(fontColorCategory);
600
608
  }
601
609
 
602
- .text {
610
+ .textReports {
603
611
  display: flex;
604
612
  flex-direction: row;
605
613
  padding: 0px 16px;
@@ -607,7 +615,7 @@ body {
607
615
  justify-content: center;
608
616
  }
609
617
 
610
- .btnViewFullList {
618
+ .btnViewFullListReports {
611
619
  margin: 0 !important;
612
620
  position: absolute;
613
621
  top: 13px;
@@ -615,16 +623,16 @@ body {
615
623
  border-bottom: 1px solid v-bind(borderColorCategory);
616
624
  display: flex;
617
625
  flex-direction: column;
618
- padding: 0px 0px var(--padding-5xs);
626
+ padding: 0px 0px var(--padding-5xs-reports);
619
627
  align-items: center;
620
628
  justify-content: flex-start;
621
629
  z-index: 1;
622
630
  text-align: center;
623
- font-size: var(--font-size-xs);
624
- font-family: var(--font-poppins);
631
+ font-size: var(--font-size-xs-reports);
632
+ font-family: var(--font-poppins-reports);
625
633
  }
626
634
 
627
- .headerTopsGames {
635
+ .headerTopsGamesReports {
628
636
  position: relative;
629
637
  width: 100%;
630
638
  /* height: 132px; */
@@ -633,42 +641,44 @@ body {
633
641
  flex-direction: column;
634
642
  align-items: flex-end;
635
643
  justify-content: flex-end;
636
- gap: var(--gap-base);
644
+ gap: var(--gap-base-reports);
637
645
  text-align: right;
638
646
  font-size: 100px;
639
- color: var(--color-white);
640
- font-family: var(--font-oswald);
647
+ color: var(--color-white-reports);
648
+ font-family: var(--font-oswald-reports);
641
649
  /* box-shadow: 0px 4px 4px 0px #00000040; */
650
+ container-type: inline-size;
651
+ container-name: header-tops;
642
652
  }
643
653
 
644
- @media screen and (max-width: 1079px) {
645
- .playerDataGames {
654
+ @container header-tops (max-width: 1079px) {
655
+ .playerDataGamesReports {
646
656
  gap: 20px;
647
657
  }
648
658
  }
649
- @media screen and (max-width: 975px) {
650
- .playerDataGames {
659
+ @container header-tops (max-width: 975px) {
660
+ .playerDataGamesReports {
651
661
  gap: 0px;
652
662
  }
653
663
  }
654
- @media screen and (max-width: 480px) {
655
- .tablePositionGames {
664
+ @container header-tops (max-width: 480px) {
665
+ .tablePositionGamesReports {
656
666
  font-size: 95px;
657
667
  }
658
668
 
659
- .tablePositionWrapperGames {
669
+ .tablePositionWrapperGamesReports {
660
670
  flex: 1;
661
671
  height: 132px;
662
- gap: var(--gap-0);
672
+ gap: var(--gap-0-reports);
663
673
  padding-top: 9px;
664
674
  box-sizing: border-box;
665
675
  }
666
676
 
667
- .imgHenrryIcon {
677
+ .imgHenrryIconReports {
668
678
  height: 132px;
669
679
  }
670
680
 
671
- .americaIcon {
681
+ .americaIconReports {
672
682
  display: flex;
673
683
  transform: rotate(0deg);
674
684
  position: relative;
@@ -676,55 +686,63 @@ body {
676
686
  left: -150px;
677
687
  }
678
688
 
679
- .playerPhotoGames {
689
+ .playerPhotoGamesReports {
680
690
  height: 132px;
681
- gap: var(--gap-0);
691
+ gap: var(--gap-0-reports);
682
692
  align-items: center;
683
693
  justify-content: space-between;
684
694
  padding-bottom: 44px;
685
695
  box-sizing: border-box;
686
696
  }
687
697
 
688
- .toniKroosGames {
698
+ .toniKroosGamesReports {
689
699
  font-size: 12px;
690
700
  line-height: 15px;
691
701
  font-family: 'Poppins-Regular', sans-serif;
692
702
  margin-top: 7px;
693
703
  }
694
704
 
695
- .goles {
696
- font-size: var(--font-size-3xs);
705
+ .golesReports {
706
+ font-size: var(--font-size-3xs-reports);
697
707
  }
698
708
 
699
- .btnVideosOptions {
709
+ .btnVideosOptionsReports {
710
+ border-radius: var(--br-45xl-reports);
711
+ background-color: var(--color-gray-100-reports);
712
+ backdrop-filter: blur(16px);
713
+ border: 1px solid var(--color-yellowgreen-reports);
714
+ display: flex;
715
+ flex-direction: row;
700
716
  align-items: center;
701
717
  justify-content: center;
718
+ padding: var(--sizes-spacing-space-4-reports) var(--sizes-spacing-space-8-reports);
719
+ gap: var(--sizes-spacing-space-4-reports);
702
720
  min-width: 64px;
703
721
  }
704
722
 
705
- .teamsAmerica {
723
+ .teamsAmericaReports {
706
724
  display: none;
707
725
  }
708
726
 
709
- .headerTopGame {
710
- gap: var(--gap-0);
727
+ .headerTopGameReports {
728
+ gap: var(--gap-0-reports);
711
729
  align-items: center;
712
730
  justify-content: flex-end;
713
731
  }
714
732
 
715
- .playerRow {
733
+ .playerRowReports {
716
734
  gap: -10px;
717
735
  align-items: center;
718
736
  justify-content: flex-end;
719
737
  }
720
738
 
721
- .groupsLeague {
722
- font-size: var(--font-size-3xs);
739
+ .groupsLeagueReports {
740
+ font-size: var(--font-size-3xs-reports);
723
741
  }
724
742
  }
725
743
 
726
- @media screen and (max-width: 380px) {
727
- .tablePositionGames {
744
+ @container header-tops (max-width: 380px) {
745
+ .tablePositionGamesReports {
728
746
  font-size: 90px;
729
747
  letter-spacing: 1px;
730
748
  text-align: left;
@@ -733,18 +751,18 @@ body {
733
751
  bottom: -9px;
734
752
  }
735
753
 
736
- .tablePositionWrapperGames {
754
+ .tablePositionWrapperGamesReports {
737
755
  height: 114px;
738
- gap: var(--gap-0);
756
+ gap: var(--gap-0-reports);
739
757
  align-items: flex-start;
740
758
  justify-content: flex-end;
741
- padding-left: var(--padding-5xs);
759
+ padding-left: var(--padding-5xs-reports);
742
760
  padding-top: 36px;
743
761
  box-sizing: border-box;
744
762
  max-height: 120px;
745
763
  }
746
764
 
747
- .imgHenrryIcon {
765
+ .imgHenrryIconReports {
748
766
  width: 102px;
749
767
  height: 114px;
750
768
  max-height: 110px;
@@ -753,104 +771,104 @@ body {
753
771
  bottom: -6px;
754
772
  }
755
773
 
756
- .americaIcon {
774
+ .americaIconReports {
757
775
  display: none;
758
776
  align-self: center;
759
777
  align-items: center;
760
778
  }
761
779
 
762
- .playerPhotoGames {
780
+ .playerPhotoGamesReports {
763
781
  width: auto;
764
782
  align-self: unset;
765
783
  gap: -20px;
766
784
  align-items: center;
767
785
  justify-content: flex-end;
768
- padding-left: var(--padding-5xs);
786
+ padding-left: var(--padding-5xs-reports);
769
787
  box-sizing: border-box;
770
788
  min-width: 80px;
771
789
  max-width: 160px;
772
790
  }
773
791
 
774
- .toniKroosGames {
775
- font-size: var(--font-size-3xs);
792
+ .toniKroosGamesReports {
793
+ font-size: var(--font-size-3xs-reports);
776
794
  min-width: 120px;
777
795
  max-width: 200px;
778
796
  }
779
797
 
780
- .playerNameGames {
781
- gap: var(--gap-9xs);
798
+ .playerNameGamesReports {
799
+ gap: var(--gap-9xs-reports);
782
800
  }
783
801
 
784
- .goles {
802
+ .golesReports {
785
803
  font-size: 6px;
786
804
  }
787
805
 
788
- .btnVideosOptions {
806
+ .btnVideosOptionsReports {
789
807
  width: auto;
790
808
  align-self: unset;
791
- padding-left: var(--padding-9xs);
792
- padding-right: var(--padding-9xs);
809
+ padding-left: var(--padding-9xs-reports);
810
+ padding-right: var(--padding-9xs-reports);
793
811
  box-sizing: border-box;
794
812
  min-width: 72px;
795
813
  }
796
814
 
797
- .teamsAmerica {
815
+ .teamsAmericaReports {
798
816
  display: flex;
799
817
  position: absolute;
800
818
  left: 28px;
801
819
  }
802
820
 
803
- .playerDataGames {
804
- gap: var(--gap-9xs);
821
+ .playerDataGamesReports {
822
+ gap: var(--gap-9xs-reports);
805
823
  }
806
824
 
807
- .playerInfoGames {
825
+ .playerInfoGamesReports {
808
826
  gap: 9px;
809
827
  }
810
828
 
811
- .headerTopGame {
829
+ .headerTopGameReports {
812
830
  height: 80px;
813
- gap: var(--gap-0);
831
+ gap: var(--gap-0-reports);
814
832
  align-items: center;
815
833
  justify-content: flex-end;
816
834
  min-width: 100%;
817
835
  max-width: 100%;
818
836
  }
819
837
 
820
- .playerRow {
838
+ .playerRowReports {
821
839
  height: 80px;
822
840
  min-width: 300px;
823
841
  }
824
842
 
825
- .groupsLeague {
826
- font-size: var(--font-size-3xs);
843
+ .groupsLeagueReports {
844
+ font-size: var(--font-size-3xs-reports);
827
845
  }
828
846
 
829
- .btnViewFullList {
847
+ .btnViewFullListReports {
830
848
  position: absolute;
831
849
  top: 4px;
832
850
  }
833
851
 
834
- .headerTopsGames {
852
+ .headerTopsGamesReports {
835
853
  align-items: flex-end;
836
854
  justify-content: flex-end;
837
855
  }
838
856
  }
839
857
 
840
- @media screen and (max-width: 350px) {
841
- .americaIcon {
858
+ @container header-tops (max-width: 350px) {
859
+ .americaIconReports {
842
860
  display: none;
843
861
  }
844
862
 
845
- .goles {
863
+ .golesReports {
846
864
  flex: 1;
847
865
  }
848
866
 
849
- .btnVideosOptions {
867
+ .btnVideosOptionsReports {
850
868
  min-width: 60px;
851
869
  }
852
870
 
853
- .teamsAmerica {
871
+ .teamsAmericaReports {
854
872
  display: flex;
855
873
  position: absolute;
856
874
  left: 20px;
@@ -873,7 +891,7 @@ body {
873
891
  /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */
874
892
  /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */
875
893
  /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */
876
- .position {
894
+ .positionReports {
877
895
  align-self: stretch;
878
896
  position: relative;
879
897
  letter-spacing: 0.31px;
@@ -885,7 +903,7 @@ body {
885
903
  flex-shrink: 0;
886
904
  opacity: 0.09;
887
905
  }
888
- .positionWrapper {
906
+ .positionWrapperReports {
889
907
  align-self: stretch;
890
908
  display: flex;
891
909
  flex-direction: row;
@@ -893,13 +911,13 @@ body {
893
911
  justify-content: center;
894
912
  padding: 20px 0px 0px;
895
913
  }
896
- .imgNecaxaIcon {
914
+ .imgNecaxaIconReports {
897
915
  position: relative;
898
916
  width: 93px;
899
917
  height: 93px;
900
918
  object-fit: cover;
901
919
  }
902
- .teamLogo {
920
+ .teamLogoReports {
903
921
  display: flex;
904
922
  flex-direction: row;
905
923
  align-items: center;
@@ -907,7 +925,7 @@ body {
907
925
  padding: 0px 0px 14px;
908
926
  margin-left: -24px;
909
927
  }
910
- .teamPhoto {
928
+ .teamPhotoReports {
911
929
  height: 107px;
912
930
  overflow: hidden;
913
931
  display: flex;
@@ -915,7 +933,7 @@ body {
915
933
  align-items: flex-start;
916
934
  justify-content: flex-start;
917
935
  }
918
- .name {
936
+ .nameReports {
919
937
  position: relative;
920
938
  font-size: 14px;
921
939
  letter-spacing: 0.2px;
@@ -923,44 +941,44 @@ body {
923
941
  font-weight: 500;
924
942
  color: #f4f4f4;
925
943
  }
926
- .icnPlayIconType1 {
944
+ .icnPlayIconType1Reports {
927
945
  position: relative;
928
946
  width: 12px;
929
947
  height: 12px;
930
948
  overflow: hidden;
931
949
  flex-shrink: 0;
932
950
  }
933
- .verVideosType1 {
951
+ .verVideosType1Reports {
934
952
  position: relative;
935
953
  letter-spacing: -0.03em;
936
954
  line-height: 120%;
937
955
  font-weight: 500;
938
956
  }
939
- .btnVideosOptionsType1 {
940
- border-radius: var(--br-45xl);
941
- background-color: var(--color-gray-100);
957
+ .btnVideosOptionsType1Reports {
958
+ border-radius: var(--br-45xl-reports);
959
+ background-color: var(--color-gray-100-reports);
942
960
  backdrop-filter: blur(16px);
943
- border: 1px solid var(--color-yellowgreen);
961
+ border: 1px solid var(--color-yellowgreen-reports);
944
962
  display: flex;
945
963
  flex-direction: row;
946
964
  align-items: center;
947
965
  justify-content: center;
948
- padding: var(--sizes-spacing-space-4) var(--sizes-spacing-space-8);
949
- gap: var(--sizes-spacing-space-4);
966
+ padding: var(--sizes-spacing-space-4-reports) var(--sizes-spacing-space-8-reports);
967
+ gap: var(--sizes-spacing-space-4-reports);
950
968
  }
951
- .btnVideosOptions1Games {
952
- border-radius: var(--br-45xl);
953
- background-color: var(--color-gray-100);
969
+ .btnVideosOptions1GamesReports {
970
+ border-radius: var(--br-45xl-reports);
971
+ background-color: var(--color-gray-100-reports);
954
972
  backdrop-filter: blur(16px);
955
- border: 1px solid var(--color-yellowgreen);
973
+ border: 1px solid var(--color-yellowgreen-reports);
956
974
  display: none;
957
975
  flex-direction: row;
958
976
  align-items: center;
959
977
  justify-content: center;
960
- padding: var(--sizes-spacing-space-4) var(--sizes-spacing-space-8);
961
- gap: var(--sizes-spacing-space-4);
978
+ padding: var(--sizes-spacing-space-4-reports) var(--sizes-spacing-space-8-reports);
979
+ gap: var(--sizes-spacing-space-4-reports);
962
980
  }
963
- .leftContainer {
981
+ .leftContainerReports {
964
982
  flex: 1;
965
983
  display: flex;
966
984
  flex-direction: column;
@@ -969,12 +987,12 @@ body {
969
987
  justify-content: space-between;
970
988
  gap: 18px;
971
989
  }
972
- .shapeIconType1 {
990
+ .shapeIconType1Reports {
973
991
  position: relative;
974
992
  width: 12px;
975
993
  height: 6.04px;
976
994
  }
977
- .icnExpandType1 {
995
+ .icnExpandType1Reports {
978
996
  width: 16px;
979
997
  height: 16px;
980
998
  display: flex;
@@ -984,7 +1002,7 @@ body {
984
1002
  padding: 10px;
985
1003
  box-sizing: border-box;
986
1004
  }
987
- .arrowExpand {
1005
+ .arrowExpandReports {
988
1006
  width: 32px;
989
1007
  height: 32px;
990
1008
  display: flex;
@@ -992,22 +1010,22 @@ body {
992
1010
  align-items: center;
993
1011
  justify-content: center;
994
1012
  }
995
- .containerInfoGames {
1013
+ .containerInfoGamesReports {
996
1014
  align-self: stretch;
997
1015
  flex: 1;
998
1016
  display: flex;
999
1017
  flex-direction: row;
1000
1018
  align-items: center;
1001
1019
  justify-content: flex-start;
1002
- gap: var(--sizes-spacing-space-40);
1020
+ gap: var(--sizes-spacing-space-40-reports);
1003
1021
  text-align: left;
1004
- font-size: var(--font-size-xs);
1005
- font-family: var(--font-poppins);
1022
+ font-size: var(--font-size-xs-reports);
1023
+ font-family: var(--font-poppins-reports);
1006
1024
  }
1007
- .headerTopTeam {
1025
+ .headerTopTeamReports {
1008
1026
  align-self: stretch;
1009
- border-radius: var(--sizes-round-corner-round-corner-8) var(--sizes-round-corner-round-corner-8) 0
1010
- 0;
1027
+ border-radius: var(--sizes-round-corner-round-corner-8-reports)
1028
+ var(--sizes-round-corner-round-corner-8-reports) 0 0;
1011
1029
  background-color: v-bind(backgroundColorHeader);
1012
1030
  height: 88px;
1013
1031
  display: flex;
@@ -1018,7 +1036,7 @@ body {
1018
1036
  box-sizing: border-box;
1019
1037
  gap: 25px;
1020
1038
  }
1021
- .containerHeader {
1039
+ .containerHeaderReports {
1022
1040
  align-self: stretch;
1023
1041
  height: 88px;
1024
1042
  display: flex;
@@ -1027,15 +1045,15 @@ body {
1027
1045
  justify-content: flex-end;
1028
1046
  z-index: 0;
1029
1047
  }
1030
- .goles1 {
1048
+ .goles1Reports {
1031
1049
  font-weight: 500;
1032
1050
  }
1033
- .golesType1 {
1051
+ .golesType1Reports {
1034
1052
  position: relative;
1035
1053
  letter-spacing: 0.31px;
1036
1054
  line-height: 30.87px;
1037
1055
  }
1038
- .golesWrapper {
1056
+ .golesWrapperReports {
1039
1057
  height: 8px;
1040
1058
  display: flex;
1041
1059
  flex-direction: row;
@@ -1044,24 +1062,24 @@ body {
1044
1062
  padding: 0px 16px;
1045
1063
  box-sizing: border-box;
1046
1064
  }
1047
- .btnViewAll {
1065
+ .btnViewAllReports {
1048
1066
  margin: 0 !important;
1049
1067
  position: absolute;
1050
1068
  top: 13px;
1051
1069
  right: 8px;
1052
- border-bottom: 1px solid var(--color-yellowgreen);
1070
+ border-bottom: 1px solid var(--color-yellowgreen-reports);
1053
1071
  box-sizing: border-box;
1054
1072
  height: 16px;
1055
1073
  display: flex;
1056
1074
  flex-direction: row;
1057
1075
  align-items: center;
1058
1076
  justify-content: center;
1059
- padding: 0px 0px var(--padding-5xs);
1077
+ padding: 0px 0px var(--padding-5xs-reports);
1060
1078
  z-index: 1;
1061
- font-size: var(--font-size-xs);
1062
- font-family: var(--font-poppins);
1079
+ font-size: var(--font-size-xs-reports);
1080
+ font-family: var(--font-poppins-reports);
1063
1081
  }
1064
- .headerTopsTeams {
1082
+ .headerTopsTeamsReports {
1065
1083
  position: relative;
1066
1084
  width: 100%;
1067
1085
  /* height: 132px; */
@@ -1071,70 +1089,74 @@ body {
1071
1089
  justify-content: flex-end;
1072
1090
  gap: 20px;
1073
1091
  text-align: center;
1074
- font-size: var(--font-size-81xl);
1075
- color: var(--color-white);
1076
- font-family: var(--font-oswald);
1092
+ font-size: var(--font-size-81xl-reports);
1093
+ color: var(--color-white-reports);
1094
+ font-family: var(--font-oswald-reports);
1095
+ container-type: inline-size;
1096
+ container-name: header-tops-teams;
1077
1097
  }
1078
1098
 
1079
- @media screen and (max-width: 960px) {
1080
- .headerTopTeam {
1099
+ @container header-tops-teams (max-width: 960px) {
1100
+ .headerTopTeamReports {
1081
1101
  padding: 0px 4px 0px 0px;
1082
1102
  gap: 0px;
1083
1103
  }
1084
- .teamPhoto {
1104
+ .teamPhotoReports {
1085
1105
  min-width: 170px;
1086
1106
  }
1087
1107
 
1088
- .containerInfoGames {
1108
+ .containerInfoGamesReports {
1089
1109
  gap: 0px;
1090
1110
  }
1091
1111
  }
1092
1112
 
1093
- @media screen and (max-width: 1232px) {
1094
- .headerTopsTeams {
1113
+ @container header-tops-teams (max-width: 1232px) {
1114
+ .headerTopsTeamsReports {
1095
1115
  width: auto;
1096
1116
  align-self: unset;
1097
1117
  }
1098
1118
  }
1099
- @media screen and (max-width: 420px) {
1100
- .position {
1101
- font-size: var(--font-size-81xl);
1119
+ @container header-tops-teams (max-width: 420px) {
1120
+ .positionReports {
1121
+ font-size: var(--font-size-81xl-reports);
1102
1122
  }
1103
1123
 
1104
- .imgNecaxaIcon {
1124
+ .imgNecaxaIconReports {
1105
1125
  width: 93px;
1106
1126
  height: 93px;
1107
1127
  }
1108
1128
 
1109
- .teamLogo {
1129
+ .teamLogoReports {
1110
1130
  align-items: center;
1111
1131
  justify-content: center;
1112
1132
  }
1113
1133
 
1114
- .leftContainer {
1134
+ .leftContainerReports {
1115
1135
  gap: 8px;
1116
1136
  }
1117
1137
 
1118
- .containerInfoGames {
1138
+ .containerInfoGamesReports {
1119
1139
  gap: 0px;
1120
1140
  }
1121
1141
 
1122
- .headerTopTeam {
1142
+ .headerTopTeamReports {
1123
1143
  padding-left: 0px;
1124
1144
  box-sizing: border-box;
1125
1145
  }
1126
1146
  }
1127
- @media screen and (max-width: 330px) {
1128
- /* Estilos para botones más pequeños en pantallas menores a 330px */
1129
- .containerData :deep(.gsc-button) {
1147
+ @container header-tops (max-width: 330px) {
1148
+ /* Estilos para botones más pequeños en contenedores menores a 330px */
1149
+ .containerDataReports :deep(.gsc-button) {
1130
1150
  height: 20px !important;
1131
1151
  font-size: 10px !important;
1132
1152
  padding: 2px 8px !important;
1133
1153
  min-width: 60px !important;
1134
1154
  max-width: 120px !important;
1135
1155
  }
1156
+ }
1136
1157
 
1137
- .leftContainer :deep(.gsc-button) {
1158
+ @container header-tops-teams (max-width: 330px) {
1159
+ .leftContainerReports :deep(.gsc-button) {
1138
1160
  height: 20px !important;
1139
1161
  font-size: 10px !important;
1140
1162
  padding: 2px 8px !important;
@@ -1143,16 +1165,16 @@ body {
1143
1165
  }
1144
1166
  }
1145
1167
 
1146
- @media screen and (max-width: 320px) {
1147
- .btnVideosOptionsType1 {
1168
+ @container header-tops (max-width: 320px) {
1169
+ .btnVideosOptionsType1Reports {
1148
1170
  display: flex;
1149
1171
  }
1150
1172
 
1151
- .btnVideosOptions1Games {
1173
+ .btnVideosOptions1GamesReports {
1152
1174
  display: none;
1153
1175
  }
1154
1176
 
1155
- .toniKroosGames {
1177
+ .toniKroosGamesReports {
1156
1178
  font-size: 10px;
1157
1179
  line-height: 12px;
1158
1180
  word-wrap: break-word;
@@ -1167,28 +1189,28 @@ body {
1167
1189
  overflow: hidden;
1168
1190
  }
1169
1191
 
1170
- .playerNameGames {
1192
+ .playerNameGamesReports {
1171
1193
  min-height: 30px;
1172
1194
  align-items: flex-start;
1173
1195
  }
1174
1196
  }
1175
- @media screen and (max-width: 460px) {
1176
- .containerInfoGames {
1197
+ @container header-tops-teams (max-width: 460px) {
1198
+ .containerInfoGamesReports {
1177
1199
  gap: 0px;
1178
1200
  }
1179
1201
  }
1180
- @media screen and (max-width: 350px) {
1181
- .position {
1202
+ @container header-tops-teams (max-width: 350px) {
1203
+ .positionReports {
1182
1204
  font-size: 72px;
1183
1205
  }
1184
1206
 
1185
- .imgNecaxaIcon {
1207
+ .imgNecaxaIconReports {
1186
1208
  width: 72px;
1187
1209
  height: 72px;
1188
1210
  }
1189
1211
 
1190
- .teamLogo {
1191
- gap: var(--gap-0);
1212
+ .teamLogoReports {
1213
+ gap: var(--gap-0-reports);
1192
1214
  align-items: center;
1193
1215
  justify-content: center;
1194
1216
  padding-bottom: 25px;
@@ -1196,33 +1218,37 @@ body {
1196
1218
  margin-right: 8px;
1197
1219
  }
1198
1220
 
1199
- .teamPhoto {
1221
+ .teamPhotoReports {
1200
1222
  gap: 0px;
1201
1223
  align-items: center;
1202
1224
  justify-content: center;
1203
1225
  min-width: auto;
1204
1226
  }
1205
1227
 
1206
- .headerTopTeam {
1228
+ .headerTopTeamReports {
1207
1229
  padding-left: 0px;
1208
1230
  box-sizing: border-box;
1209
1231
  }
1210
1232
 
1211
- .positionWrapper {
1233
+ .positionWrapperReports {
1212
1234
  width: 80px;
1213
1235
  }
1214
- .position {
1236
+ .positionReports {
1215
1237
  font-size: 90px;
1216
1238
  margin-bottom: -5px;
1217
1239
  }
1218
1240
  }
1219
1241
 
1220
- .arrowExpandIcon:hover {
1242
+ .arrowExpandIconReports {
1243
+ transition: transform 0.3s ease;
1244
+ }
1245
+
1246
+ .arrowExpandIconReports:hover {
1221
1247
  opacity: 0.5;
1222
1248
  cursor: pointer;
1223
1249
  }
1224
1250
 
1225
- .rotate {
1251
+ .rotateReports {
1226
1252
  transform: rotate(180deg);
1227
1253
  }
1228
1254
  </style>