@golstats/gsc-top-player 1.0.11 → 1.0.13

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 (84) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +53 -53
  3. package/dist/{FilterConditions-55d68355-DMqzcKBO.js → FilterConditions-55d68355-icU5o85T.js} +1 -1
  4. package/dist/{FilterField-59a73e38-CNaE03Ge.js → FilterField-59a73e38-BOM_57PM.js} +1 -1
  5. package/dist/{FilterSubcategories-a9b32cc9-_h5FCZ4r.js → FilterSubcategories-a9b32cc9-yXOBLwEK.js} +1 -1
  6. package/dist/atajada.svg +56 -56
  7. package/dist/backarrow.svg +3 -3
  8. package/dist/contorno-escudo.svg +3 -3
  9. package/dist/css/fonts.css +91 -91
  10. package/dist/fin-del-partido.svg +43 -43
  11. package/dist/fuera-de-lugar.svg +57 -57
  12. package/dist/gol.svg +48 -48
  13. package/dist/group-427321178.svg +8 -8
  14. package/dist/group-427321179.svg +5 -5
  15. package/dist/group-427321501.svg +5 -5
  16. package/dist/gsc-top-player.css +1 -1
  17. package/dist/gsc-top-player.es.js +1 -1
  18. package/dist/gsc-top-player.umd.js +9 -9
  19. package/dist/icn-arrow-expand.svg +3 -3
  20. package/dist/icn-cambio.svg +26 -26
  21. package/dist/icn-expand-arrow.svg +3 -3
  22. package/dist/icn-expand-arrow1.svg +3 -3
  23. package/dist/icn-falta.svg +42 -42
  24. package/dist/icn-filter.svg +12 -12
  25. package/dist/icn-filter1.svg +12 -12
  26. package/dist/icn-filter2.svg +12 -12
  27. package/dist/icn-play.svg +10 -10
  28. package/dist/icn-tarjeta-amarilla.svg +4 -4
  29. package/dist/icn-tarjeta-roja.svg +4 -4
  30. package/dist/icn-tiro-a-porteria.svg +36 -36
  31. package/dist/icn-tiros-de-esquina.svg +54 -54
  32. package/dist/images/events/logo-fusionado.svg +37 -37
  33. package/dist/{index--DcThtAY.js → index-DP7G7HpQ.js} +940 -940
  34. package/dist/inicia-el-partido.svg +45 -45
  35. package/dist/jugada-peligrosa.svg +90 -90
  36. package/dist/next-arrow.svg +3 -3
  37. package/dist/nextarrow.svg +3 -3
  38. package/dist/penal-fallado.svg +194 -194
  39. package/dist/penal-marcado.svg +189 -189
  40. package/dist/play-icn.svg +3 -3
  41. package/dist/public/images/canchaRPH.svg +30 -30
  42. package/dist/public/images/events/atajada.svg +56 -56
  43. package/dist/public/images/events/cambio.svg +26 -26
  44. package/dist/public/images/events/falta.svg +42 -42
  45. package/dist/public/images/events/fin-del-partido.svg +43 -43
  46. package/dist/public/images/events/fuera-de-lugar.svg +57 -57
  47. package/dist/public/images/events/gol.svg +48 -48
  48. package/dist/public/images/events/icn-cambio.svg +6 -6
  49. package/dist/public/images/events/icn-falta.svg +4 -4
  50. package/dist/public/images/events/icn-play.svg +3 -3
  51. package/dist/public/images/events/icn-tarjeta-amarilla.svg +4 -4
  52. package/dist/public/images/events/icn-tarjeta-roja.svg +4 -4
  53. package/dist/public/images/events/icn-tiro-a-porteria.svg +36 -36
  54. package/dist/public/images/events/icn-tiros-de-esquina.svg +18 -18
  55. package/dist/public/images/events/inicia-el-partido.svg +45 -45
  56. package/dist/public/images/events/jugada-peligrosa.svg +90 -90
  57. package/dist/public/images/events/penal-fallado.svg +194 -194
  58. package/dist/public/images/events/penal-marcado.svg +189 -189
  59. package/dist/public/images/events/tiempo-agregado.svg +74 -74
  60. package/dist/public/images/events/tiro-a-porteria.svg +80 -80
  61. package/dist/public/images/events/tiro-de-esquina.svg +54 -54
  62. package/dist/public/images/events/var.svg +30 -30
  63. package/dist/shape.svg +3 -3
  64. package/dist/styles.css +1176 -1176
  65. package/dist/tiempo-agregado.svg +74 -74
  66. package/dist/tiro-a-porteria.svg +80 -80
  67. package/dist/var.svg +30 -30
  68. package/package.json +1 -1
  69. package/src/components/comparative/categories.js +137 -137
  70. package/src/components/comparative/composable-filters.js +10 -10
  71. package/src/components/comparative/computedProperties.js +327 -327
  72. package/src/components/comparative/dummy-top-players.js +122 -122
  73. package/src/components/comparative/filtersTypes.js +117 -117
  74. package/src/components/comparative/gsc-button.vue +198 -198
  75. package/src/components/comparative/gsc-expanded-info-player.vue +710 -710
  76. package/src/components/comparative/gsc-head-titles.vue +1482 -1482
  77. package/src/components/comparative/gsc-header-tops.vue +1418 -1418
  78. package/src/components/comparative/gsc-top.vue +1511 -1511
  79. package/src/components/comparative/gsc-tops-full.vue +2473 -2473
  80. package/src/components/comparative/nationalities-catalog.js +233 -233
  81. package/src/components/comparative/playsTypes.js +142 -142
  82. package/src/components/comparative/useElementSize.js +23 -23
  83. package/src/components/gsc-top-player.vue +91 -91
  84. package/src/index.js +5 -5
@@ -1,1418 +1,1418 @@
1
- <template>
2
- <div>
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
- <div
10
- :class="$style.teamIconOverlay"
11
- :style="{ backgroundImage: `url(${data.logo})` }"
12
- ></div>
13
- </div>
14
- <img :class="$style.imgHenrryIconReports" alt="" :src="data.photo" />
15
- <img :class="$style.americaIconReports" alt="" :src="data.logo" />
16
- </div>
17
- <main :class="$style.playerInfoGamesReports" id="container-player-info">
18
- <div :class="$style.playerNameGamesReports">
19
- <div :class="$style.toniKroosGamesReports">{{ data.name }}</div>
20
- </div>
21
- <div :class="$style.playerDataGamesReports">
22
- <div :class="$style.containerDataReports">
23
- <template
24
- v-if="canPlayVideos || (game.awayTeam.team_id == teamWidget && typeData != 1)"
25
- >
26
- <GSCButton
27
- :icon-size="iconSize"
28
- :icon-position="iconPosition"
29
- :width="buttonWidth"
30
- :button-max-width="buttonMaxWidth"
31
- :height="buttonHeight"
32
- :border-radius="buttonRadius"
33
- :border-width="buttonBorderWidth"
34
- :background-color="buttonBackground"
35
- :font-family="buttonfontFamily"
36
- :border-color="buttonBorderColor"
37
- :text-value="data.total + ' ' + categoryName.toLowerCase()"
38
- :font-size="buttonFontSize"
39
- @click="clickEventMedia(data)"
40
- />
41
- <div :class="$style.teamsAmericaReports">
42
- <img :class="$style.americaIcon1Reports" alt="" :src="data.logo" />
43
- </div>
44
- </template>
45
- <template v-else>
46
- <GSCButton
47
- :icon="''"
48
- :icon-size="iconSize"
49
- :icon-position="iconPosition"
50
- :width="buttonWidth"
51
- :button-max-width="buttonMaxWidth"
52
- :height="buttonHeight"
53
- :border-radius="buttonRadius"
54
- :border-width="buttonBorderWidth"
55
- :background-color="buttonBackground"
56
- :font-family="buttonfontFamily"
57
- :border-color="buttonBorderColor"
58
- :text-value="data.total + ' ' + categoryName.toLowerCase()"
59
- :font-size="buttonFontSize"
60
- />
61
- <div :class="$style.teamsAmericaReports">
62
- <img :class="$style.americaIcon1Reports" alt="" :src="data.logo" />
63
- </div>
64
- </template>
65
- </div>
66
- <div
67
- v-if="arrow"
68
- :class="$style.icnExpandReports"
69
- @click="clickExpand(data.player_id)"
70
- >
71
- <svg
72
- :class="[$style.arrowExpandIconReports, isExpanded ? $style.rotateReports : '']"
73
- width="12"
74
- height="8"
75
- viewBox="0 0 12 8"
76
- :fill="colorArrow"
77
- xmlns="http://www.w3.org/2000/svg"
78
- >
79
- <path
80
- fill-rule="evenodd"
81
- clip-rule="evenodd"
82
- d="M6 4.93631L10.2929 1.23496C10.6834 0.898244 11.3166 0.898244 11.7071 1.23496C12.0976 1.57167 12.0976 2.11759 11.7071 2.4543L6.70711 6.76532C6.31658 7.10203 5.68342 7.10203 5.29289 6.76532L0.292893 2.4543C-0.0976311 2.11759 -0.0976311 1.57167 0.292893 1.23496C0.683418 0.898244 1.31658 0.898244 1.70711 1.23496L6 4.93631Z"
83
- :fill="colorArrow"
84
- />
85
- </svg>
86
- </div>
87
- </div>
88
- </main>
89
- </div>
90
- </div>
91
- </div>
92
- <div v-if="type == 1" :class="$style.headerTopsTeamsReports">
93
- <div :class="$style.containerHeaderReports" id="header-container">
94
- <div :class="$style.headerTopTeamReports">
95
- <div :class="$style.teamPhotoReports" id="container-team">
96
- <div :class="$style.positionWrapperReports">
97
- <b :class="$style.positionReports">{{ data.top }}</b>
98
- </div>
99
- <div :class="$style.teamLogoReports">
100
- <img :class="$style.imgNecaxaIconReports" alt="" :src="data.logo" />
101
- </div>
102
- </div>
103
- <div :class="$style.containerInfoGamesReports">
104
- <div :class="$style.leftContainerReports">
105
- <div :class="$style.nameReports">{{ data.name_team }}</div>
106
- <GSCButton
107
- :icon-size="iconSize"
108
- :icon-position="iconPosition"
109
- :width="buttonWidth"
110
- :button-max-width="buttonMaxWidth"
111
- :height="buttonHeight"
112
- :border-radius="buttonRadius"
113
- :border-width="buttonBorderWidth"
114
- :background-color="buttonBackground"
115
- :font-family="buttonfontFamily"
116
- :border-color="buttonBorderColor"
117
- :text-value="data.total + ' ' + categoryName.toLowerCase()"
118
- :font-size="buttonFontSize"
119
- @click="clickEventMedia(data)"
120
- />
121
- <div :class="$style.btnVideosOptions1GamesReports">
122
- <GSCButton
123
- :icon-size="iconSize"
124
- :icon-position="iconPosition"
125
- :width="buttonWidth"
126
- :button-max-width="buttonMaxWidth"
127
- :height="buttonHeight"
128
- :border-radius="buttonRadius"
129
- :border-width="buttonBorderWidth"
130
- :background-color="buttonBackground"
131
- :font-family="buttonfontFamily"
132
- :border-color="buttonBorderColor"
133
- :text-value="data.total + ' ' + categoryName.toLowerCase()"
134
- :font-size="buttonFontSize"
135
- @click="clickEventMedia(data)"
136
- />
137
- <div :class="$style.verVideosType1Reports">{{ data.total }}</div>
138
- </div>
139
- </div>
140
- <div
141
- v-if="arrow"
142
- :class="$style.arrowExpandReports"
143
- @click="clickExpand(data.player_id)"
144
- >
145
- <svg
146
- :class="[$style.arrowExpandIconReports, isExpanded ? $style.rotateReports : '']"
147
- width="12"
148
- height="8"
149
- viewBox="0 0 12 8"
150
- :fill="colorArrow"
151
- xmlns="http://www.w3.org/2000/svg"
152
- >
153
- <path
154
- fill-rule="evenodd"
155
- clip-rule="evenodd"
156
- d="M6 4.93631L10.2929 1.23496C10.6834 0.898244 11.3166 0.898244 11.7071 1.23496C12.0976 1.57167 12.0976 2.11759 11.7071 2.4543L6.70711 6.76532C6.31658 7.10203 5.68342 7.10203 5.29289 6.76532L0.292893 2.4543C-0.0976311 2.11759 -0.0976311 1.57167 0.292893 1.23496C0.683418 0.898244 1.31658 0.898244 1.70711 1.23496L6 4.93631Z"
157
- :fill="colorArrow"
158
- />
159
- </svg>
160
- </div>
161
- </div>
162
- </div>
163
- </div>
164
- </div>
165
- </div>
166
- </template>
167
-
168
- <script>
169
- import GSCButton from './gsc-button.vue'
170
- export default {
171
- components: {
172
- GSCButton,
173
- },
174
- props: {
175
- typeData: {
176
- type: Number,
177
- default: 1,
178
- },
179
- teamWidget: {
180
- type: Number,
181
- default: 0,
182
- },
183
- game: {
184
- type: Object,
185
- default: () => {},
186
- },
187
- type: {
188
- type: Number,
189
- default: 0,
190
- },
191
- isExpanded: {
192
- type: Boolean,
193
- default: false,
194
- },
195
- canPlayVideos: {
196
- type: Boolean,
197
- default: false,
198
- },
199
- arrow: {
200
- type: Boolean,
201
- default: false,
202
- },
203
- categoryName: {
204
- type: String,
205
- default: '',
206
- },
207
- categoryId: {
208
- type: String,
209
- default: '',
210
- },
211
- data: {
212
- type: Object,
213
- default: () => {},
214
- },
215
- backgroundColor: {
216
- type: String,
217
- default: '#0d1d29',
218
- },
219
- backgroundColorHeader: {
220
- type: String,
221
- default: '#183143',
222
- },
223
- fontColorName: {
224
- type: String,
225
- default: '#F4F4F4',
226
- },
227
- fontSizeName: {
228
- type: String,
229
- default: '14px',
230
- },
231
- fontFamilyName: {
232
- type: String,
233
- default: 'Poppins-Regular',
234
- },
235
- fontColorTopNum: {
236
- type: String,
237
- default: '#FFFFFF',
238
- },
239
- fontSizeTopNum: {
240
- type: String,
241
- default: '96px',
242
- },
243
- fontFamilyTopNum: {
244
- type: String,
245
- default: 'Oswald-Bold',
246
- },
247
- fontColorCategory: {
248
- type: String,
249
- default: '#FFFFFF',
250
- },
251
- fontSizeCategory: {
252
- type: String,
253
- default: '12px',
254
- },
255
- fontFamilyCategory: {
256
- type: String,
257
- default: 'Poppins-Regular',
258
- },
259
- opacityColorTopNum: {
260
- type: Number,
261
- default: 0.09,
262
- },
263
- borderColorCategory: {
264
- type: String,
265
- default: '#cbee6b',
266
- },
267
-
268
- iconSize: {
269
- type: String,
270
- default: '18px',
271
- },
272
- iconPosition: {
273
- type: String,
274
- default: 'left',
275
- },
276
- colorArrow: {
277
- type: String,
278
- default: '#D9D9D9',
279
- },
280
- buttonWidth: {
281
- type: String,
282
- default: 'fit-content',
283
- },
284
- buttonMaxWidth: {
285
- type: String,
286
- default: '180px',
287
- },
288
- buttonHeight: {
289
- type: String,
290
- default: '24px',
291
- },
292
- buttonRadius: {
293
- type: String,
294
- default: '30px',
295
- },
296
- buttonBorderWidth: {
297
- type: Number,
298
- default: 1,
299
- },
300
- buttonBackground: {
301
- type: String,
302
- default: '#ffffff1a',
303
- },
304
- buttonfontFamily: {
305
- type: String,
306
- default: 'Poppins-Regular',
307
- },
308
- buttonBorderColor: {
309
- type: String,
310
- default: '#cbee6b',
311
- },
312
- buttonFontSize: {
313
- type: String,
314
- default: '12px',
315
- },
316
- },
317
- data: () => ({
318
- expand: false,
319
- }),
320
- methods: {
321
- viewProfile(data) {
322
- this.$emit('play', data)
323
- },
324
- clickMore(category) {
325
- this.$emit('more', category)
326
- },
327
- clickExpand(id_player) {
328
- // this.expand = !this.expand
329
- this.$emit('expand', { expand: !this.isExpanded, id: id_player })
330
- },
331
- clickFav(data) {
332
- this.$emit('fav', data)
333
- },
334
- clickEventMedia(data) {
335
- this.$emit('mediadata', data)
336
- },
337
- },
338
- }
339
- </script>
340
-
341
- <style module>
342
- @import '/css/fonts.css';
343
-
344
- body {
345
- margin: 0;
346
- line-height: normal;
347
- }
348
-
349
- :root {
350
- /* fonts */
351
- --font-poppins-reports: 'Poppins-Regular';
352
- --font-oswald-reports: 'Oswald-SemiBold';
353
-
354
- /* font sizes */
355
- --font-size-xs-reports: 12px;
356
- --font-size-3xs-reports: 10px;
357
- --font-size-81xl-reports: 100px;
358
-
359
- /* Colors */
360
- --color-gray-100-reports: rgba(255, 255, 255, 0.08);
361
- --color-yellowgreen-reports: #cbee6b;
362
- --color-white-reports: #fff;
363
-
364
- --sizes-spacing-space-8-reports: 8px;
365
- --sizes-spacing-space-4-reports: 4px;
366
- --sizes-round-corner-round-corner-8-reports: 8px;
367
- --sizes-spacing-space-40-reports: 40px;
368
-
369
- /* Gaps */
370
- --gap-base-reports: 16px;
371
- --gap-0-reports: 0px;
372
- --gap-9xs-reports: 4px;
373
-
374
- /* Paddings */
375
- --padding-3xs-reports: 10px;
376
- --padding-5xs-reports: 8px;
377
- --padding-xs-reports: 12px;
378
- --padding-9xs-reports: 4px;
379
- --padding-5xl-reports: 24px;
380
-
381
- /* Border radiuses */
382
- --br-5xs-reports: 8px;
383
- --br-45xl-reports: 64px;
384
- }
385
-
386
- .tablePositionGamesReports {
387
- position: relative;
388
- letter-spacing: 1.44px;
389
- display: flex;
390
- font-size: v-bind(fontSizeTopNum);
391
- align-items: flex-end;
392
- font-family: v-bind(fontFamilyTopNum);
393
- width: 96px;
394
- color: v-bind(fontColorTopNum) !important;
395
- height: 81px;
396
- flex-shrink: 0;
397
- opacity: v-bind(opacityColorTopNum);
398
- mix-blend-mode: normal;
399
- line-height: 90px;
400
- }
401
-
402
- .tablePositionWrapperGamesReports {
403
- height: 132px;
404
- display: flex;
405
- flex-direction: column;
406
- align-items: flex-start;
407
- justify-content: flex-end;
408
- z-index: 0;
409
- }
410
-
411
- .imgHenrryIconReports {
412
- position: relative;
413
- /* width: 118px; */
414
- height: 132px;
415
- z-index: 1;
416
- margin-left: -14px;
417
- }
418
-
419
- .americaIconReports {
420
- position: absolute;
421
- margin: 0 !important;
422
- bottom: 14px;
423
- left: 27px;
424
- width: 28px;
425
- height: 28px;
426
- object-fit: cover;
427
- display: none;
428
- z-index: 2;
429
- }
430
-
431
- .playerPhotoGamesReports {
432
- height: 132px;
433
- display: flex;
434
- flex-direction: row;
435
- align-items: flex-end;
436
- justify-content: flex-start;
437
- position: relative;
438
- }
439
-
440
- .toniKroosGamesReports {
441
- flex: 1;
442
- color: v-bind(fontColorName);
443
- position: relative;
444
- font-family: v-bind(fontFamilyName);
445
- font-size: v-bind(fontSizeName);
446
- letter-spacing: 0.2px;
447
- line-height: 20px;
448
- font-weight: 500;
449
- }
450
-
451
- .shapeIconReports {
452
- position: relative;
453
- width: 17px;
454
- height: 16.46px;
455
- }
456
-
457
- .menuiconsTeamsReports {
458
- width: 20px;
459
- height: 20px;
460
- display: flex;
461
- flex-direction: column;
462
- align-items: center;
463
- justify-content: center;
464
- }
465
-
466
- .component31Reports {
467
- width: 32px;
468
- height: 32px;
469
- display: flex;
470
- flex-direction: row;
471
- padding: var(--padding-3xs-reports);
472
- box-sizing: border-box;
473
- align-items: flex-start;
474
- justify-content: center;
475
- }
476
-
477
- .playerNameGamesReports {
478
- align-self: stretch;
479
- display: flex;
480
- flex-direction: row;
481
- align-items: flex-end;
482
- justify-content: space-between;
483
- }
484
-
485
- .icnPlayIconReports {
486
- position: relative;
487
- width: 12px;
488
- height: 12px;
489
- overflow: hidden;
490
- flex-shrink: 0;
491
- }
492
-
493
- .golesReports {
494
- position: relative;
495
- letter-spacing: -0.03em;
496
- line-height: 120%;
497
- font-weight: 500;
498
- }
499
-
500
- .americaIcon1Reports {
501
- position: absolute;
502
- height: 100%;
503
- width: 100%;
504
- top: 0%;
505
- right: 0%;
506
- bottom: 0%;
507
- left: 0%;
508
- max-width: 100%;
509
- overflow: hidden;
510
- max-height: 100%;
511
- object-fit: cover;
512
- }
513
-
514
- .teamsAmericaReports {
515
- position: relative;
516
- width: 28px;
517
- height: 28px;
518
- }
519
-
520
- .containerDataReports {
521
- flex: 1;
522
- display: flex;
523
- flex-direction: row;
524
- align-items: center;
525
- justify-content: space-between;
526
- }
527
-
528
- .shapeIcon1Reports {
529
- position: relative;
530
- width: 12px;
531
- height: 6.04px;
532
- }
533
-
534
- .icnExpand1Reports {
535
- width: 16px;
536
- height: 16px;
537
- display: flex;
538
- flex-direction: column;
539
- padding: var(--padding-3xs-reports);
540
- box-sizing: border-box;
541
- align-items: center;
542
- justify-content: center;
543
- }
544
-
545
- .icnExpandReports {
546
- width: 32px;
547
- height: 32px;
548
- display: flex;
549
- flex-direction: row;
550
- align-items: center;
551
- justify-content: center;
552
- }
553
-
554
- .playerDataGamesReports {
555
- align-self: stretch;
556
- display: flex;
557
- flex-direction: row;
558
- align-items: center;
559
- justify-content: flex-start;
560
- gap: 40px;
561
- font-size: var(--font-size-xs-reports);
562
- color: var(--color-white-reports);
563
- }
564
-
565
- .playerInfoGamesReports {
566
- flex: 1;
567
- display: flex;
568
- flex-direction: column;
569
- padding: 0px;
570
- align-items: center;
571
- justify-content: center;
572
- gap: 12px;
573
- text-align: left;
574
- font-size: 14px;
575
- color: #f4f4f4;
576
- font-family: var(--font-poppins-reports);
577
- height: inherit;
578
- }
579
-
580
- .headerTopGameReports {
581
- align-self: stretch;
582
- border-radius: var(--br-5xs-reports) var(--br-5xs-reports) 0px 0px;
583
- background-color: v-bind(backgroundColorHeader);
584
- height: 88px;
585
- display: flex;
586
- flex-direction: row;
587
- padding: 0px var(--padding-xs-reports) 0px var(--padding-5xs-reports);
588
- box-sizing: border-box;
589
- align-items: flex-end;
590
- justify-content: flex-start;
591
- gap: 20px;
592
- }
593
-
594
- .playerRowReports {
595
- align-self: stretch;
596
- /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
597
- height: 88px;
598
- display: flex;
599
- flex-direction: column;
600
- align-items: center;
601
- justify-content: space-between;
602
- z-index: 0;
603
- }
604
-
605
- .groupsLeagueReports {
606
- position: relative;
607
- line-height: 20px;
608
- font-weight: 500;
609
- font-family: v-bind(fontFamilyCategory);
610
- font-size: v-bind(fontSizeCategory);
611
- color: v-bind(fontColorCategory);
612
- }
613
-
614
- .textReports {
615
- display: flex;
616
- flex-direction: row;
617
- padding: 0px 16px;
618
- align-items: center;
619
- justify-content: center;
620
- }
621
-
622
- .btnViewFullListReports {
623
- margin: 0 !important;
624
- position: absolute;
625
- top: 13px;
626
- right: 8px;
627
- border-bottom: 1px solid v-bind(borderColorCategory);
628
- display: flex;
629
- flex-direction: column;
630
- padding: 0px 0px var(--padding-5xs-reports);
631
- align-items: center;
632
- justify-content: flex-start;
633
- z-index: 1;
634
- text-align: center;
635
- font-size: var(--font-size-xs-reports);
636
- font-family: var(--font-poppins-reports);
637
- }
638
-
639
- .headerTopsGamesReports {
640
- position: relative;
641
- width: 100%;
642
- /* height: 132px; */
643
- overflow: visible;
644
- display: flex;
645
- flex-direction: column;
646
- align-items: flex-end;
647
- justify-content: flex-end;
648
- gap: var(--gap-base-reports);
649
- text-align: right;
650
- font-size: 100px;
651
- color: var(--color-white-reports);
652
- font-family: var(--font-oswald-reports);
653
- /* box-shadow: 0px 4px 4px 0px #00000040; */
654
- container-type: inline-size;
655
- container-name: header-tops;
656
- }
657
-
658
- @container header-tops (max-width: 1079px) {
659
- .playerDataGamesReports {
660
- gap: 20px;
661
- }
662
- }
663
- @container header-tops (max-width: 975px) {
664
- .playerDataGamesReports {
665
- gap: 0px;
666
- }
667
- }
668
- @container header-tops (max-width: 480px) {
669
- .tablePositionGamesReports {
670
- font-size: 95px;
671
- }
672
-
673
- .tablePositionWrapperGamesReports {
674
- flex: 1;
675
- height: 132px;
676
- gap: var(--gap-0-reports);
677
- padding-top: 9px;
678
- box-sizing: border-box;
679
- }
680
-
681
- .imgHenrryIconReports {
682
- height: 132px;
683
- }
684
-
685
- .americaIconReports {
686
- display: flex;
687
- transform: rotate(0deg);
688
- position: relative;
689
- bottom: -40px;
690
- left: -150px;
691
- }
692
-
693
- .playerPhotoGamesReports {
694
- height: 132px;
695
- gap: var(--gap-0-reports);
696
- align-items: center;
697
- justify-content: space-between;
698
- padding-bottom: 44px;
699
- box-sizing: border-box;
700
- }
701
-
702
- .toniKroosGamesReports {
703
- font-size: 12px;
704
- line-height: 15px;
705
- font-family: 'Poppins-Regular', sans-serif;
706
- margin-top: 7px;
707
- }
708
-
709
- .golesReports {
710
- font-size: var(--font-size-3xs-reports);
711
- }
712
-
713
- .btnVideosOptionsReports {
714
- border-radius: var(--br-45xl-reports);
715
- background-color: var(--color-gray-100-reports);
716
- backdrop-filter: blur(16px);
717
- border: 1px solid var(--color-yellowgreen-reports);
718
- display: flex;
719
- flex-direction: row;
720
- align-items: center;
721
- justify-content: center;
722
- padding: var(--sizes-spacing-space-4-reports) var(--sizes-spacing-space-8-reports);
723
- gap: var(--sizes-spacing-space-4-reports);
724
- min-width: 64px;
725
- }
726
-
727
- .teamsAmericaReports {
728
- display: none;
729
- }
730
-
731
- .headerTopGameReports {
732
- gap: var(--gap-0-reports);
733
- align-items: center;
734
- justify-content: flex-end;
735
- }
736
-
737
- .playerRowReports {
738
- gap: -10px;
739
- align-items: center;
740
- justify-content: flex-end;
741
- }
742
-
743
- .groupsLeagueReports {
744
- font-size: var(--font-size-3xs-reports);
745
- }
746
- }
747
-
748
- @container header-tops (max-width: 380px) {
749
- .tablePositionGamesReports {
750
- font-size: 90px;
751
- letter-spacing: 1px;
752
- text-align: left;
753
- position: relative;
754
- left: -9px;
755
- bottom: -9px;
756
- }
757
-
758
- .tablePositionWrapperGamesReports {
759
- height: 114px;
760
- gap: var(--gap-0-reports);
761
- align-items: flex-start;
762
- justify-content: flex-end;
763
- padding-left: var(--padding-5xs-reports);
764
- padding-top: 36px;
765
- box-sizing: border-box;
766
- max-height: 120px;
767
- }
768
-
769
- .imgHenrryIconReports {
770
- width: 102px;
771
- height: 114px;
772
- max-height: 110px;
773
- position: relative;
774
- left: -10px;
775
- bottom: -6px;
776
- }
777
-
778
- .americaIconReports {
779
- display: none;
780
- align-self: center;
781
- align-items: center;
782
- }
783
-
784
- .playerPhotoGamesReports {
785
- width: auto;
786
- align-self: unset;
787
- gap: -20px;
788
- align-items: center;
789
- justify-content: flex-end;
790
- padding-left: var(--padding-5xs-reports);
791
- box-sizing: border-box;
792
- min-width: 80px;
793
- max-width: 160px;
794
- }
795
-
796
- .toniKroosGamesReports {
797
- font-size: var(--font-size-3xs-reports);
798
- min-width: 120px;
799
- max-width: 200px;
800
- }
801
-
802
- .playerNameGamesReports {
803
- gap: var(--gap-9xs-reports);
804
- }
805
-
806
- .golesReports {
807
- font-size: 6px;
808
- }
809
-
810
- .btnVideosOptionsReports {
811
- width: auto;
812
- align-self: unset;
813
- padding-left: var(--padding-9xs-reports);
814
- padding-right: var(--padding-9xs-reports);
815
- box-sizing: border-box;
816
- min-width: 72px;
817
- }
818
-
819
- .teamsAmericaReports {
820
- display: flex;
821
- position: absolute;
822
- left: 28px;
823
- }
824
-
825
- .playerDataGamesReports {
826
- gap: var(--gap-9xs-reports);
827
- }
828
-
829
- .playerInfoGamesReports {
830
- gap: 9px;
831
- }
832
-
833
- .headerTopGameReports {
834
- height: 80px;
835
- gap: var(--gap-0-reports);
836
- align-items: center;
837
- justify-content: flex-end;
838
- min-width: 100%;
839
- max-width: 100%;
840
- }
841
-
842
- .playerRowReports {
843
- height: 80px;
844
- }
845
-
846
- .groupsLeagueReports {
847
- font-size: var(--font-size-3xs-reports);
848
- }
849
-
850
- .btnViewFullListReports {
851
- position: absolute;
852
- top: 4px;
853
- }
854
-
855
- .headerTopsGamesReports {
856
- align-items: flex-end;
857
- justify-content: flex-end;
858
- }
859
- }
860
-
861
- @container header-tops (max-width: 350px) {
862
- .americaIconReports {
863
- display: none;
864
- }
865
-
866
- .golesReports {
867
- flex: 1;
868
- }
869
-
870
- .btnVideosOptionsReports {
871
- min-width: 60px;
872
- }
873
-
874
- .teamsAmericaReports {
875
- display: flex;
876
- position: absolute;
877
- left: 20px;
878
- }
879
- }
880
-
881
- @container header-tops (max-width: 300px) {
882
- .headerTopGameReports {
883
- position: relative;
884
- height: 88px;
885
- align-items: flex-end;
886
- justify-content: flex-start;
887
- padding: 0px 8px 0px 4px;
888
- gap: 20px;
889
- overflow: visible;
890
- }
891
-
892
- .playerPhotoGamesReports {
893
- position: relative;
894
- height: 132px;
895
- padding-bottom: 8px !important;
896
- justify-content: flex-end;
897
- align-items: flex-end;
898
- z-index: 1;
899
- }
900
-
901
- #container-player-info {
902
- position: absolute !important;
903
- right: 8px !important;
904
- z-index: 10 !important;
905
- width: auto !important;
906
- gap: 4px !important;
907
- align-items: flex-end !important;
908
- justify-content: flex-end !important;
909
- border-radius: 6px !important;
910
- backdrop-filter: blur(2px) !important;
911
- }
912
-
913
- .playerInfoGamesReports {
914
- position: absolute !important;
915
- right: 8px !important;
916
- top: -12px !important;
917
- z-index: 10 !important;
918
- width: auto !important;
919
- gap: 4px !important;
920
- align-items: flex-end !important;
921
- justify-content: flex-end !important;
922
- border-radius: 6px !important;
923
- }
924
-
925
- .playerNameGamesReports {
926
- width: auto;
927
- text-align: right;
928
- justify-content: flex-end;
929
- margin-bottom: 0;
930
- z-index: 11;
931
- }
932
-
933
- .toniKroosGamesReports {
934
- font-size: 9px;
935
- line-height: 11px;
936
- text-align: right;
937
- max-width: 100px;
938
- margin: 0;
939
- font-weight: 600;
940
- color: #ffffff;
941
- text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
942
- }
943
-
944
- .playerDataGamesReports {
945
- width: auto;
946
- justify-content: flex-end;
947
- gap: 6px;
948
- flex-wrap: nowrap;
949
- z-index: 11;
950
- }
951
-
952
- .containerDataReports {
953
- justify-content: flex-end;
954
- gap: 6px;
955
- flex-wrap: nowrap;
956
- z-index: 11;
957
- }
958
-
959
- .containerDataReports :deep(.gsc-button) {
960
- z-index: 12;
961
- position: relative;
962
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
963
- }
964
-
965
- .tablePositionWrapperGamesReports {
966
- position: relative;
967
- z-index: 0;
968
- height: 132px;
969
- display: flex;
970
- flex-direction: column;
971
- align-items: flex-start;
972
- justify-content: flex-end;
973
- padding-bottom: 0;
974
- }
975
-
976
- .tablePositionGamesReports {
977
- font-size: v-bind(fontSizeTopNum);
978
- line-height: 90px;
979
- opacity: v-bind(opacityColorTopNum);
980
- color: v-bind(fontColorTopNum);
981
- width: 96px;
982
- height: 81px;
983
- margin-bottom: 0;
984
- }
985
-
986
- .imgHenrryIconReports {
987
- height: 132px;
988
- width: auto;
989
- margin-left: -14px;
990
- position: relative;
991
- z-index: 1;
992
- display: block;
993
- margin-bottom: 0;
994
- }
995
-
996
- .americaIconReports {
997
- display: none;
998
- }
999
-
1000
- .americaIcon1Reports {
1001
- display: none;
1002
- }
1003
-
1004
- .teamsAmericaReports {
1005
- display: none;
1006
- }
1007
-
1008
- .tablePositionWrapperGamesReports {
1009
- position: relative;
1010
- }
1011
-
1012
- .teamIconOverlay {
1013
- position: absolute;
1014
- top: 92px;
1015
- left: 28px;
1016
- width: 28px;
1017
- height: 28px;
1018
- z-index: 5;
1019
- border-radius: 50%;
1020
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
1021
- background-size: contain;
1022
- background-repeat: no-repeat;
1023
- background-position: center;
1024
- }
1025
-
1026
- .playerRowReports {
1027
- height: 88px;
1028
- position: relative;
1029
- }
1030
-
1031
- .headerTopsGamesReports {
1032
- height: 88px;
1033
- position: relative;
1034
- }
1035
-
1036
- .icnExpandReports {
1037
- z-index: 11;
1038
- position: relative;
1039
- }
1040
- }
1041
-
1042
- /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */
1043
- /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */
1044
- /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */
1045
- /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */
1046
- /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */
1047
- /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */
1048
- /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */
1049
- /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */
1050
- /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */
1051
- /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */
1052
- /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */
1053
- /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */
1054
- /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */
1055
- /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */
1056
- /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */
1057
- /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */
1058
- .positionReports {
1059
- align-self: stretch;
1060
- position: relative;
1061
- letter-spacing: 0.31px;
1062
- line-height: 30.87px;
1063
- display: flex;
1064
- align-items: center;
1065
- justify-content: center;
1066
- width: 95px;
1067
- flex-shrink: 0;
1068
- opacity: 0.09;
1069
- }
1070
- .positionWrapperReports {
1071
- align-self: stretch;
1072
- display: flex;
1073
- flex-direction: row;
1074
- align-items: flex-end;
1075
- justify-content: center;
1076
- padding: 20px 0px 0px;
1077
- }
1078
- .imgNecaxaIconReports {
1079
- position: relative;
1080
- width: 93px;
1081
- height: 93px;
1082
- object-fit: cover;
1083
- }
1084
- .teamLogoReports {
1085
- display: flex;
1086
- flex-direction: row;
1087
- align-items: center;
1088
- justify-content: center;
1089
- padding: 0px 0px 14px;
1090
- margin-left: -24px;
1091
- }
1092
- .teamPhotoReports {
1093
- height: 107px;
1094
- overflow: hidden;
1095
- display: flex;
1096
- flex-direction: row;
1097
- align-items: flex-start;
1098
- justify-content: flex-start;
1099
- }
1100
- .nameReports {
1101
- position: relative;
1102
- font-size: 14px;
1103
- letter-spacing: 0.2px;
1104
- line-height: 20px;
1105
- font-weight: 500;
1106
- color: #f4f4f4;
1107
- }
1108
- .icnPlayIconType1Reports {
1109
- position: relative;
1110
- width: 12px;
1111
- height: 12px;
1112
- overflow: hidden;
1113
- flex-shrink: 0;
1114
- }
1115
- .verVideosType1Reports {
1116
- position: relative;
1117
- letter-spacing: -0.03em;
1118
- line-height: 120%;
1119
- font-weight: 500;
1120
- }
1121
- .btnVideosOptionsType1Reports {
1122
- border-radius: var(--br-45xl-reports);
1123
- background-color: var(--color-gray-100-reports);
1124
- backdrop-filter: blur(16px);
1125
- border: 1px solid var(--color-yellowgreen-reports);
1126
- display: flex;
1127
- flex-direction: row;
1128
- align-items: center;
1129
- justify-content: center;
1130
- padding: var(--sizes-spacing-space-4-reports) var(--sizes-spacing-space-8-reports);
1131
- gap: var(--sizes-spacing-space-4-reports);
1132
- }
1133
- .btnVideosOptions1GamesReports {
1134
- border-radius: var(--br-45xl-reports);
1135
- background-color: var(--color-gray-100-reports);
1136
- backdrop-filter: blur(16px);
1137
- border: 1px solid var(--color-yellowgreen-reports);
1138
- display: none;
1139
- flex-direction: row;
1140
- align-items: center;
1141
- justify-content: center;
1142
- padding: var(--sizes-spacing-space-4-reports) var(--sizes-spacing-space-8-reports);
1143
- gap: var(--sizes-spacing-space-4-reports);
1144
- }
1145
- .leftContainerReports {
1146
- flex: 1;
1147
- display: flex;
1148
- flex-direction: column;
1149
- flex-wrap: wrap;
1150
- align-items: flex-start;
1151
- justify-content: space-between;
1152
- gap: 18px;
1153
- }
1154
- .shapeIconType1Reports {
1155
- position: relative;
1156
- width: 12px;
1157
- height: 6.04px;
1158
- }
1159
- .icnExpandType1Reports {
1160
- width: 16px;
1161
- height: 16px;
1162
- display: flex;
1163
- flex-direction: column;
1164
- align-items: center;
1165
- justify-content: center;
1166
- padding: 10px;
1167
- box-sizing: border-box;
1168
- }
1169
- .arrowExpandReports {
1170
- width: 32px;
1171
- height: 32px;
1172
- display: flex;
1173
- flex-direction: row;
1174
- align-items: center;
1175
- justify-content: center;
1176
- }
1177
- .containerInfoGamesReports {
1178
- align-self: stretch;
1179
- flex: 1;
1180
- display: flex;
1181
- flex-direction: row;
1182
- align-items: center;
1183
- justify-content: flex-start;
1184
- gap: var(--sizes-spacing-space-40-reports);
1185
- text-align: left;
1186
- font-size: var(--font-size-xs-reports);
1187
- font-family: var(--font-poppins-reports);
1188
- }
1189
- .headerTopTeamReports {
1190
- align-self: stretch;
1191
- border-radius: var(--sizes-round-corner-round-corner-8-reports)
1192
- var(--sizes-round-corner-round-corner-8-reports) 0 0;
1193
- background-color: v-bind(backgroundColorHeader);
1194
- height: 88px;
1195
- display: flex;
1196
- flex-direction: row;
1197
- align-items: flex-end;
1198
- justify-content: flex-start;
1199
- padding: 0px 12px;
1200
- box-sizing: border-box;
1201
- gap: 25px;
1202
- }
1203
- .containerHeaderReports {
1204
- align-self: stretch;
1205
- height: 88px;
1206
- display: flex;
1207
- flex-direction: column;
1208
- align-items: flex-start;
1209
- justify-content: flex-end;
1210
- z-index: 0;
1211
- }
1212
- .goles1Reports {
1213
- font-weight: 500;
1214
- }
1215
- .golesType1Reports {
1216
- position: relative;
1217
- letter-spacing: 0.31px;
1218
- line-height: 30.87px;
1219
- }
1220
- .golesWrapperReports {
1221
- height: 8px;
1222
- display: flex;
1223
- flex-direction: row;
1224
- align-items: center;
1225
- justify-content: center;
1226
- padding: 0px 16px;
1227
- box-sizing: border-box;
1228
- }
1229
- .btnViewAllReports {
1230
- margin: 0 !important;
1231
- position: absolute;
1232
- top: 13px;
1233
- right: 8px;
1234
- border-bottom: 1px solid var(--color-yellowgreen-reports);
1235
- box-sizing: border-box;
1236
- height: 16px;
1237
- display: flex;
1238
- flex-direction: row;
1239
- align-items: center;
1240
- justify-content: center;
1241
- padding: 0px 0px var(--padding-5xs-reports);
1242
- z-index: 1;
1243
- font-size: var(--font-size-xs-reports);
1244
- font-family: var(--font-poppins-reports);
1245
- }
1246
- .headerTopsTeamsReports {
1247
- position: relative;
1248
- width: 100%;
1249
- /* height: 132px; */
1250
- display: flex;
1251
- flex-direction: column;
1252
- align-items: center;
1253
- justify-content: flex-end;
1254
- gap: 20px;
1255
- text-align: center;
1256
- font-size: var(--font-size-81xl-reports);
1257
- color: var(--color-white-reports);
1258
- font-family: var(--font-oswald-reports);
1259
- container-type: inline-size;
1260
- container-name: header-tops-teams;
1261
- }
1262
-
1263
- @container header-tops-teams (max-width: 960px) {
1264
- .headerTopTeamReports {
1265
- padding: 0px 4px 0px 0px;
1266
- gap: 0px;
1267
- }
1268
- .teamPhotoReports {
1269
- min-width: 170px;
1270
- }
1271
-
1272
- .containerInfoGamesReports {
1273
- gap: 0px;
1274
- }
1275
- }
1276
-
1277
- @container header-tops-teams (max-width: 1232px) {
1278
- .headerTopsTeamsReports {
1279
- width: auto;
1280
- align-self: unset;
1281
- }
1282
- }
1283
- @container header-tops-teams (max-width: 420px) {
1284
- .positionReports {
1285
- font-size: var(--font-size-81xl-reports);
1286
- }
1287
-
1288
- .imgNecaxaIconReports {
1289
- width: 93px;
1290
- height: 93px;
1291
- }
1292
-
1293
- .teamLogoReports {
1294
- align-items: center;
1295
- justify-content: center;
1296
- }
1297
-
1298
- .leftContainerReports {
1299
- gap: 8px;
1300
- }
1301
-
1302
- .containerInfoGamesReports {
1303
- gap: 0px;
1304
- }
1305
-
1306
- .headerTopTeamReports {
1307
- padding-left: 0px;
1308
- box-sizing: border-box;
1309
- }
1310
- }
1311
- @container header-tops (max-width: 330px) {
1312
- /* Estilos para botones más pequeños en contenedores menores a 330px */
1313
- .containerDataReports :deep(.gsc-button) {
1314
- height: 20px !important;
1315
- font-size: 10px !important;
1316
- padding: 2px 8px !important;
1317
- min-width: 60px !important;
1318
- max-width: 120px !important;
1319
- }
1320
- }
1321
-
1322
- @container header-tops-teams (max-width: 330px) {
1323
- .leftContainerReports :deep(.gsc-button) {
1324
- height: 20px !important;
1325
- font-size: 10px !important;
1326
- padding: 2px 8px !important;
1327
- min-width: 60px !important;
1328
- max-width: 120px !important;
1329
- }
1330
- }
1331
-
1332
- @container header-tops (max-width: 320px) {
1333
- .btnVideosOptionsType1Reports {
1334
- display: flex;
1335
- }
1336
-
1337
- .btnVideosOptions1GamesReports {
1338
- display: none;
1339
- }
1340
-
1341
- .toniKroosGamesReports {
1342
- font-size: 10px;
1343
- line-height: 12px;
1344
- word-wrap: break-word;
1345
- white-space: normal;
1346
- overflow-wrap: break-word;
1347
- hyphens: auto;
1348
- max-width: 100px;
1349
- min-height: 24px;
1350
- display: -webkit-box;
1351
- -webkit-line-clamp: 2;
1352
- -webkit-box-orient: vertical;
1353
- overflow: hidden;
1354
- }
1355
-
1356
- .playerNameGamesReports {
1357
- min-height: 30px;
1358
- align-items: flex-start;
1359
- }
1360
- }
1361
- @container header-tops-teams (max-width: 460px) {
1362
- .containerInfoGamesReports {
1363
- gap: 0px;
1364
- }
1365
- }
1366
- @container header-tops-teams (max-width: 350px) {
1367
- .positionReports {
1368
- font-size: 72px;
1369
- }
1370
-
1371
- .imgNecaxaIconReports {
1372
- width: 72px;
1373
- height: 72px;
1374
- }
1375
-
1376
- .teamLogoReports {
1377
- gap: var(--gap-0-reports);
1378
- align-items: center;
1379
- justify-content: center;
1380
- padding-bottom: 25px;
1381
- box-sizing: border-box;
1382
- margin-right: 8px;
1383
- }
1384
-
1385
- .teamPhotoReports {
1386
- gap: 0px;
1387
- align-items: center;
1388
- justify-content: center;
1389
- min-width: auto;
1390
- }
1391
-
1392
- .headerTopTeamReports {
1393
- padding-left: 0px;
1394
- box-sizing: border-box;
1395
- }
1396
-
1397
- .positionWrapperReports {
1398
- width: 80px;
1399
- }
1400
- .positionReports {
1401
- font-size: 90px;
1402
- margin-bottom: -5px;
1403
- }
1404
- }
1405
-
1406
- .arrowExpandIconReports {
1407
- transition: transform 0.3s ease;
1408
- }
1409
-
1410
- .arrowExpandIconReports:hover {
1411
- opacity: 0.5;
1412
- cursor: pointer;
1413
- }
1414
-
1415
- .rotateReports {
1416
- transform: rotate(180deg);
1417
- }
1418
- </style>
1
+ <template>
2
+ <div>
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
+ <div
10
+ :class="$style.teamIconOverlay"
11
+ :style="{ backgroundImage: `url(${data.logo})` }"
12
+ ></div>
13
+ </div>
14
+ <img :class="$style.imgHenrryIconReports" alt="" :src="data.photo" />
15
+ <img :class="$style.americaIconReports" alt="" :src="data.logo" />
16
+ </div>
17
+ <main :class="$style.playerInfoGamesReports" id="container-player-info">
18
+ <div :class="$style.playerNameGamesReports">
19
+ <div :class="$style.toniKroosGamesReports">{{ data.name }}</div>
20
+ </div>
21
+ <div :class="$style.playerDataGamesReports">
22
+ <div :class="$style.containerDataReports">
23
+ <template
24
+ v-if="canPlayVideos || (game.awayTeam.team_id == teamWidget && typeData != 1)"
25
+ >
26
+ <GSCButton
27
+ :icon-size="iconSize"
28
+ :icon-position="iconPosition"
29
+ :width="buttonWidth"
30
+ :button-max-width="buttonMaxWidth"
31
+ :height="buttonHeight"
32
+ :border-radius="buttonRadius"
33
+ :border-width="buttonBorderWidth"
34
+ :background-color="buttonBackground"
35
+ :font-family="buttonfontFamily"
36
+ :border-color="buttonBorderColor"
37
+ :text-value="data.total + ' ' + categoryName.toLowerCase()"
38
+ :font-size="buttonFontSize"
39
+ @click="clickEventMedia(data)"
40
+ />
41
+ <div :class="$style.teamsAmericaReports">
42
+ <img :class="$style.americaIcon1Reports" alt="" :src="data.logo" />
43
+ </div>
44
+ </template>
45
+ <template v-else>
46
+ <GSCButton
47
+ :icon="''"
48
+ :icon-size="iconSize"
49
+ :icon-position="iconPosition"
50
+ :width="buttonWidth"
51
+ :button-max-width="buttonMaxWidth"
52
+ :height="buttonHeight"
53
+ :border-radius="buttonRadius"
54
+ :border-width="buttonBorderWidth"
55
+ :background-color="buttonBackground"
56
+ :font-family="buttonfontFamily"
57
+ :border-color="buttonBorderColor"
58
+ :text-value="data.total + ' ' + categoryName.toLowerCase()"
59
+ :font-size="buttonFontSize"
60
+ />
61
+ <div :class="$style.teamsAmericaReports">
62
+ <img :class="$style.americaIcon1Reports" alt="" :src="data.logo" />
63
+ </div>
64
+ </template>
65
+ </div>
66
+ <div
67
+ v-if="arrow"
68
+ :class="$style.icnExpandReports"
69
+ @click="clickExpand(data.player_id)"
70
+ >
71
+ <svg
72
+ :class="[$style.arrowExpandIconReports, isExpanded ? $style.rotateReports : '']"
73
+ width="12"
74
+ height="8"
75
+ viewBox="0 0 12 8"
76
+ :fill="colorArrow"
77
+ xmlns="http://www.w3.org/2000/svg"
78
+ >
79
+ <path
80
+ fill-rule="evenodd"
81
+ clip-rule="evenodd"
82
+ d="M6 4.93631L10.2929 1.23496C10.6834 0.898244 11.3166 0.898244 11.7071 1.23496C12.0976 1.57167 12.0976 2.11759 11.7071 2.4543L6.70711 6.76532C6.31658 7.10203 5.68342 7.10203 5.29289 6.76532L0.292893 2.4543C-0.0976311 2.11759 -0.0976311 1.57167 0.292893 1.23496C0.683418 0.898244 1.31658 0.898244 1.70711 1.23496L6 4.93631Z"
83
+ :fill="colorArrow"
84
+ />
85
+ </svg>
86
+ </div>
87
+ </div>
88
+ </main>
89
+ </div>
90
+ </div>
91
+ </div>
92
+ <div v-if="type == 1" :class="$style.headerTopsTeamsReports">
93
+ <div :class="$style.containerHeaderReports" id="header-container">
94
+ <div :class="$style.headerTopTeamReports">
95
+ <div :class="$style.teamPhotoReports" id="container-team">
96
+ <div :class="$style.positionWrapperReports">
97
+ <b :class="$style.positionReports">{{ data.top }}</b>
98
+ </div>
99
+ <div :class="$style.teamLogoReports">
100
+ <img :class="$style.imgNecaxaIconReports" alt="" :src="data.logo" />
101
+ </div>
102
+ </div>
103
+ <div :class="$style.containerInfoGamesReports">
104
+ <div :class="$style.leftContainerReports">
105
+ <div :class="$style.nameReports">{{ data.name_team }}</div>
106
+ <GSCButton
107
+ :icon-size="iconSize"
108
+ :icon-position="iconPosition"
109
+ :width="buttonWidth"
110
+ :button-max-width="buttonMaxWidth"
111
+ :height="buttonHeight"
112
+ :border-radius="buttonRadius"
113
+ :border-width="buttonBorderWidth"
114
+ :background-color="buttonBackground"
115
+ :font-family="buttonfontFamily"
116
+ :border-color="buttonBorderColor"
117
+ :text-value="data.total + ' ' + categoryName.toLowerCase()"
118
+ :font-size="buttonFontSize"
119
+ @click="clickEventMedia(data)"
120
+ />
121
+ <div :class="$style.btnVideosOptions1GamesReports">
122
+ <GSCButton
123
+ :icon-size="iconSize"
124
+ :icon-position="iconPosition"
125
+ :width="buttonWidth"
126
+ :button-max-width="buttonMaxWidth"
127
+ :height="buttonHeight"
128
+ :border-radius="buttonRadius"
129
+ :border-width="buttonBorderWidth"
130
+ :background-color="buttonBackground"
131
+ :font-family="buttonfontFamily"
132
+ :border-color="buttonBorderColor"
133
+ :text-value="data.total + ' ' + categoryName.toLowerCase()"
134
+ :font-size="buttonFontSize"
135
+ @click="clickEventMedia(data)"
136
+ />
137
+ <div :class="$style.verVideosType1Reports">{{ data.total }}</div>
138
+ </div>
139
+ </div>
140
+ <div
141
+ v-if="arrow"
142
+ :class="$style.arrowExpandReports"
143
+ @click="clickExpand(data.player_id)"
144
+ >
145
+ <svg
146
+ :class="[$style.arrowExpandIconReports, isExpanded ? $style.rotateReports : '']"
147
+ width="12"
148
+ height="8"
149
+ viewBox="0 0 12 8"
150
+ :fill="colorArrow"
151
+ xmlns="http://www.w3.org/2000/svg"
152
+ >
153
+ <path
154
+ fill-rule="evenodd"
155
+ clip-rule="evenodd"
156
+ d="M6 4.93631L10.2929 1.23496C10.6834 0.898244 11.3166 0.898244 11.7071 1.23496C12.0976 1.57167 12.0976 2.11759 11.7071 2.4543L6.70711 6.76532C6.31658 7.10203 5.68342 7.10203 5.29289 6.76532L0.292893 2.4543C-0.0976311 2.11759 -0.0976311 1.57167 0.292893 1.23496C0.683418 0.898244 1.31658 0.898244 1.70711 1.23496L6 4.93631Z"
157
+ :fill="colorArrow"
158
+ />
159
+ </svg>
160
+ </div>
161
+ </div>
162
+ </div>
163
+ </div>
164
+ </div>
165
+ </div>
166
+ </template>
167
+
168
+ <script>
169
+ import GSCButton from './gsc-button.vue'
170
+ export default {
171
+ components: {
172
+ GSCButton,
173
+ },
174
+ props: {
175
+ typeData: {
176
+ type: Number,
177
+ default: 1,
178
+ },
179
+ teamWidget: {
180
+ type: Number,
181
+ default: 0,
182
+ },
183
+ game: {
184
+ type: Object,
185
+ default: () => {},
186
+ },
187
+ type: {
188
+ type: Number,
189
+ default: 0,
190
+ },
191
+ isExpanded: {
192
+ type: Boolean,
193
+ default: false,
194
+ },
195
+ canPlayVideos: {
196
+ type: Boolean,
197
+ default: false,
198
+ },
199
+ arrow: {
200
+ type: Boolean,
201
+ default: false,
202
+ },
203
+ categoryName: {
204
+ type: String,
205
+ default: '',
206
+ },
207
+ categoryId: {
208
+ type: String,
209
+ default: '',
210
+ },
211
+ data: {
212
+ type: Object,
213
+ default: () => {},
214
+ },
215
+ backgroundColor: {
216
+ type: String,
217
+ default: '#0d1d29',
218
+ },
219
+ backgroundColorHeader: {
220
+ type: String,
221
+ default: '#183143',
222
+ },
223
+ fontColorName: {
224
+ type: String,
225
+ default: '#F4F4F4',
226
+ },
227
+ fontSizeName: {
228
+ type: String,
229
+ default: '14px',
230
+ },
231
+ fontFamilyName: {
232
+ type: String,
233
+ default: 'Poppins-Regular',
234
+ },
235
+ fontColorTopNum: {
236
+ type: String,
237
+ default: '#FFFFFF',
238
+ },
239
+ fontSizeTopNum: {
240
+ type: String,
241
+ default: '96px',
242
+ },
243
+ fontFamilyTopNum: {
244
+ type: String,
245
+ default: 'Oswald-Bold',
246
+ },
247
+ fontColorCategory: {
248
+ type: String,
249
+ default: '#FFFFFF',
250
+ },
251
+ fontSizeCategory: {
252
+ type: String,
253
+ default: '12px',
254
+ },
255
+ fontFamilyCategory: {
256
+ type: String,
257
+ default: 'Poppins-Regular',
258
+ },
259
+ opacityColorTopNum: {
260
+ type: Number,
261
+ default: 0.09,
262
+ },
263
+ borderColorCategory: {
264
+ type: String,
265
+ default: '#cbee6b',
266
+ },
267
+
268
+ iconSize: {
269
+ type: String,
270
+ default: '18px',
271
+ },
272
+ iconPosition: {
273
+ type: String,
274
+ default: 'left',
275
+ },
276
+ colorArrow: {
277
+ type: String,
278
+ default: '#D9D9D9',
279
+ },
280
+ buttonWidth: {
281
+ type: String,
282
+ default: 'fit-content',
283
+ },
284
+ buttonMaxWidth: {
285
+ type: String,
286
+ default: '180px',
287
+ },
288
+ buttonHeight: {
289
+ type: String,
290
+ default: '24px',
291
+ },
292
+ buttonRadius: {
293
+ type: String,
294
+ default: '30px',
295
+ },
296
+ buttonBorderWidth: {
297
+ type: Number,
298
+ default: 1,
299
+ },
300
+ buttonBackground: {
301
+ type: String,
302
+ default: '#ffffff1a',
303
+ },
304
+ buttonfontFamily: {
305
+ type: String,
306
+ default: 'Poppins-Regular',
307
+ },
308
+ buttonBorderColor: {
309
+ type: String,
310
+ default: '#cbee6b',
311
+ },
312
+ buttonFontSize: {
313
+ type: String,
314
+ default: '12px',
315
+ },
316
+ },
317
+ data: () => ({
318
+ expand: false,
319
+ }),
320
+ methods: {
321
+ viewProfile(data) {
322
+ this.$emit('play', data)
323
+ },
324
+ clickMore(category) {
325
+ this.$emit('more', category)
326
+ },
327
+ clickExpand(id_player) {
328
+ // this.expand = !this.expand
329
+ this.$emit('expand', { expand: !this.isExpanded, id: id_player })
330
+ },
331
+ clickFav(data) {
332
+ this.$emit('fav', data)
333
+ },
334
+ clickEventMedia(data) {
335
+ this.$emit('mediadata', data)
336
+ },
337
+ },
338
+ }
339
+ </script>
340
+
341
+ <style module>
342
+ @import '/css/fonts.css';
343
+
344
+ body {
345
+ margin: 0;
346
+ line-height: normal;
347
+ }
348
+
349
+ :root {
350
+ /* fonts */
351
+ --font-poppins-reports: 'Poppins-Regular';
352
+ --font-oswald-reports: 'Oswald-SemiBold';
353
+
354
+ /* font sizes */
355
+ --font-size-xs-reports: 12px;
356
+ --font-size-3xs-reports: 10px;
357
+ --font-size-81xl-reports: 100px;
358
+
359
+ /* Colors */
360
+ --color-gray-100-reports: rgba(255, 255, 255, 0.08);
361
+ --color-yellowgreen-reports: #cbee6b;
362
+ --color-white-reports: #fff;
363
+
364
+ --sizes-spacing-space-8-reports: 8px;
365
+ --sizes-spacing-space-4-reports: 4px;
366
+ --sizes-round-corner-round-corner-8-reports: 8px;
367
+ --sizes-spacing-space-40-reports: 40px;
368
+
369
+ /* Gaps */
370
+ --gap-base-reports: 16px;
371
+ --gap-0-reports: 0px;
372
+ --gap-9xs-reports: 4px;
373
+
374
+ /* Paddings */
375
+ --padding-3xs-reports: 10px;
376
+ --padding-5xs-reports: 8px;
377
+ --padding-xs-reports: 12px;
378
+ --padding-9xs-reports: 4px;
379
+ --padding-5xl-reports: 24px;
380
+
381
+ /* Border radiuses */
382
+ --br-5xs-reports: 8px;
383
+ --br-45xl-reports: 64px;
384
+ }
385
+
386
+ .tablePositionGamesReports {
387
+ position: relative;
388
+ letter-spacing: 1.44px;
389
+ display: flex;
390
+ font-size: v-bind(fontSizeTopNum);
391
+ align-items: flex-end;
392
+ font-family: v-bind(fontFamilyTopNum);
393
+ width: 96px;
394
+ color: v-bind(fontColorTopNum) !important;
395
+ height: 81px;
396
+ flex-shrink: 0;
397
+ opacity: v-bind(opacityColorTopNum);
398
+ mix-blend-mode: normal;
399
+ line-height: 90px;
400
+ }
401
+
402
+ .tablePositionWrapperGamesReports {
403
+ height: 132px;
404
+ display: flex;
405
+ flex-direction: column;
406
+ align-items: flex-start;
407
+ justify-content: flex-end;
408
+ z-index: 0;
409
+ }
410
+
411
+ .imgHenrryIconReports {
412
+ position: relative;
413
+ /* width: 118px; */
414
+ height: 132px;
415
+ z-index: 1;
416
+ margin-left: -14px;
417
+ }
418
+
419
+ .americaIconReports {
420
+ position: absolute;
421
+ margin: 0 !important;
422
+ bottom: 14px;
423
+ left: 27px;
424
+ width: 28px;
425
+ height: 28px;
426
+ object-fit: cover;
427
+ display: none;
428
+ z-index: 2;
429
+ }
430
+
431
+ .playerPhotoGamesReports {
432
+ height: 132px;
433
+ display: flex;
434
+ flex-direction: row;
435
+ align-items: flex-end;
436
+ justify-content: flex-start;
437
+ position: relative;
438
+ }
439
+
440
+ .toniKroosGamesReports {
441
+ flex: 1;
442
+ color: v-bind(fontColorName);
443
+ position: relative;
444
+ font-family: v-bind(fontFamilyName);
445
+ font-size: v-bind(fontSizeName);
446
+ letter-spacing: 0.2px;
447
+ line-height: 20px;
448
+ font-weight: 500;
449
+ }
450
+
451
+ .shapeIconReports {
452
+ position: relative;
453
+ width: 17px;
454
+ height: 16.46px;
455
+ }
456
+
457
+ .menuiconsTeamsReports {
458
+ width: 20px;
459
+ height: 20px;
460
+ display: flex;
461
+ flex-direction: column;
462
+ align-items: center;
463
+ justify-content: center;
464
+ }
465
+
466
+ .component31Reports {
467
+ width: 32px;
468
+ height: 32px;
469
+ display: flex;
470
+ flex-direction: row;
471
+ padding: var(--padding-3xs-reports);
472
+ box-sizing: border-box;
473
+ align-items: flex-start;
474
+ justify-content: center;
475
+ }
476
+
477
+ .playerNameGamesReports {
478
+ align-self: stretch;
479
+ display: flex;
480
+ flex-direction: row;
481
+ align-items: flex-end;
482
+ justify-content: space-between;
483
+ }
484
+
485
+ .icnPlayIconReports {
486
+ position: relative;
487
+ width: 12px;
488
+ height: 12px;
489
+ overflow: hidden;
490
+ flex-shrink: 0;
491
+ }
492
+
493
+ .golesReports {
494
+ position: relative;
495
+ letter-spacing: -0.03em;
496
+ line-height: 120%;
497
+ font-weight: 500;
498
+ }
499
+
500
+ .americaIcon1Reports {
501
+ position: absolute;
502
+ height: 100%;
503
+ width: 100%;
504
+ top: 0%;
505
+ right: 0%;
506
+ bottom: 0%;
507
+ left: 0%;
508
+ max-width: 100%;
509
+ overflow: hidden;
510
+ max-height: 100%;
511
+ object-fit: cover;
512
+ }
513
+
514
+ .teamsAmericaReports {
515
+ position: relative;
516
+ width: 28px;
517
+ height: 28px;
518
+ }
519
+
520
+ .containerDataReports {
521
+ flex: 1;
522
+ display: flex;
523
+ flex-direction: row;
524
+ align-items: center;
525
+ justify-content: space-between;
526
+ }
527
+
528
+ .shapeIcon1Reports {
529
+ position: relative;
530
+ width: 12px;
531
+ height: 6.04px;
532
+ }
533
+
534
+ .icnExpand1Reports {
535
+ width: 16px;
536
+ height: 16px;
537
+ display: flex;
538
+ flex-direction: column;
539
+ padding: var(--padding-3xs-reports);
540
+ box-sizing: border-box;
541
+ align-items: center;
542
+ justify-content: center;
543
+ }
544
+
545
+ .icnExpandReports {
546
+ width: 32px;
547
+ height: 32px;
548
+ display: flex;
549
+ flex-direction: row;
550
+ align-items: center;
551
+ justify-content: center;
552
+ }
553
+
554
+ .playerDataGamesReports {
555
+ align-self: stretch;
556
+ display: flex;
557
+ flex-direction: row;
558
+ align-items: center;
559
+ justify-content: flex-start;
560
+ gap: 40px;
561
+ font-size: var(--font-size-xs-reports);
562
+ color: var(--color-white-reports);
563
+ }
564
+
565
+ .playerInfoGamesReports {
566
+ flex: 1;
567
+ display: flex;
568
+ flex-direction: column;
569
+ padding: 0px;
570
+ align-items: center;
571
+ justify-content: center;
572
+ gap: 12px;
573
+ text-align: left;
574
+ font-size: 14px;
575
+ color: #f4f4f4;
576
+ font-family: var(--font-poppins-reports);
577
+ height: inherit;
578
+ }
579
+
580
+ .headerTopGameReports {
581
+ align-self: stretch;
582
+ border-radius: var(--br-5xs-reports) var(--br-5xs-reports) 0px 0px;
583
+ background-color: v-bind(backgroundColorHeader);
584
+ height: 88px;
585
+ display: flex;
586
+ flex-direction: row;
587
+ padding: 0px var(--padding-xs-reports) 0px var(--padding-5xs-reports);
588
+ box-sizing: border-box;
589
+ align-items: flex-end;
590
+ justify-content: flex-start;
591
+ gap: 20px;
592
+ }
593
+
594
+ .playerRowReports {
595
+ align-self: stretch;
596
+ /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
597
+ height: 88px;
598
+ display: flex;
599
+ flex-direction: column;
600
+ align-items: center;
601
+ justify-content: space-between;
602
+ z-index: 0;
603
+ }
604
+
605
+ .groupsLeagueReports {
606
+ position: relative;
607
+ line-height: 20px;
608
+ font-weight: 500;
609
+ font-family: v-bind(fontFamilyCategory);
610
+ font-size: v-bind(fontSizeCategory);
611
+ color: v-bind(fontColorCategory);
612
+ }
613
+
614
+ .textReports {
615
+ display: flex;
616
+ flex-direction: row;
617
+ padding: 0px 16px;
618
+ align-items: center;
619
+ justify-content: center;
620
+ }
621
+
622
+ .btnViewFullListReports {
623
+ margin: 0 !important;
624
+ position: absolute;
625
+ top: 13px;
626
+ right: 8px;
627
+ border-bottom: 1px solid v-bind(borderColorCategory);
628
+ display: flex;
629
+ flex-direction: column;
630
+ padding: 0px 0px var(--padding-5xs-reports);
631
+ align-items: center;
632
+ justify-content: flex-start;
633
+ z-index: 1;
634
+ text-align: center;
635
+ font-size: var(--font-size-xs-reports);
636
+ font-family: var(--font-poppins-reports);
637
+ }
638
+
639
+ .headerTopsGamesReports {
640
+ position: relative;
641
+ width: 100%;
642
+ /* height: 132px; */
643
+ overflow: visible;
644
+ display: flex;
645
+ flex-direction: column;
646
+ align-items: flex-end;
647
+ justify-content: flex-end;
648
+ gap: var(--gap-base-reports);
649
+ text-align: right;
650
+ font-size: 100px;
651
+ color: var(--color-white-reports);
652
+ font-family: var(--font-oswald-reports);
653
+ /* box-shadow: 0px 4px 4px 0px #00000040; */
654
+ container-type: inline-size;
655
+ container-name: header-tops;
656
+ }
657
+
658
+ @container header-tops (max-width: 1079px) {
659
+ .playerDataGamesReports {
660
+ gap: 20px;
661
+ }
662
+ }
663
+ @container header-tops (max-width: 975px) {
664
+ .playerDataGamesReports {
665
+ gap: 0px;
666
+ }
667
+ }
668
+ @container header-tops (max-width: 480px) {
669
+ .tablePositionGamesReports {
670
+ font-size: 95px;
671
+ }
672
+
673
+ .tablePositionWrapperGamesReports {
674
+ flex: 1;
675
+ height: 132px;
676
+ gap: var(--gap-0-reports);
677
+ padding-top: 9px;
678
+ box-sizing: border-box;
679
+ }
680
+
681
+ .imgHenrryIconReports {
682
+ height: 132px;
683
+ }
684
+
685
+ .americaIconReports {
686
+ display: flex;
687
+ transform: rotate(0deg);
688
+ position: relative;
689
+ bottom: -40px;
690
+ left: -150px;
691
+ }
692
+
693
+ .playerPhotoGamesReports {
694
+ height: 132px;
695
+ gap: var(--gap-0-reports);
696
+ align-items: center;
697
+ justify-content: space-between;
698
+ padding-bottom: 44px;
699
+ box-sizing: border-box;
700
+ }
701
+
702
+ .toniKroosGamesReports {
703
+ font-size: 12px;
704
+ line-height: 15px;
705
+ font-family: 'Poppins-Regular', sans-serif;
706
+ margin-top: 7px;
707
+ }
708
+
709
+ .golesReports {
710
+ font-size: var(--font-size-3xs-reports);
711
+ }
712
+
713
+ .btnVideosOptionsReports {
714
+ border-radius: var(--br-45xl-reports);
715
+ background-color: var(--color-gray-100-reports);
716
+ backdrop-filter: blur(16px);
717
+ border: 1px solid var(--color-yellowgreen-reports);
718
+ display: flex;
719
+ flex-direction: row;
720
+ align-items: center;
721
+ justify-content: center;
722
+ padding: var(--sizes-spacing-space-4-reports) var(--sizes-spacing-space-8-reports);
723
+ gap: var(--sizes-spacing-space-4-reports);
724
+ min-width: 64px;
725
+ }
726
+
727
+ .teamsAmericaReports {
728
+ display: none;
729
+ }
730
+
731
+ .headerTopGameReports {
732
+ gap: var(--gap-0-reports);
733
+ align-items: center;
734
+ justify-content: flex-end;
735
+ }
736
+
737
+ .playerRowReports {
738
+ gap: -10px;
739
+ align-items: center;
740
+ justify-content: flex-end;
741
+ }
742
+
743
+ .groupsLeagueReports {
744
+ font-size: var(--font-size-3xs-reports);
745
+ }
746
+ }
747
+
748
+ @container header-tops (max-width: 380px) {
749
+ .tablePositionGamesReports {
750
+ font-size: 90px;
751
+ letter-spacing: 1px;
752
+ text-align: left;
753
+ position: relative;
754
+ left: -9px;
755
+ bottom: -9px;
756
+ }
757
+
758
+ .tablePositionWrapperGamesReports {
759
+ height: 114px;
760
+ gap: var(--gap-0-reports);
761
+ align-items: flex-start;
762
+ justify-content: flex-end;
763
+ padding-left: var(--padding-5xs-reports);
764
+ padding-top: 36px;
765
+ box-sizing: border-box;
766
+ max-height: 120px;
767
+ }
768
+
769
+ .imgHenrryIconReports {
770
+ width: 102px;
771
+ height: 114px;
772
+ max-height: 110px;
773
+ position: relative;
774
+ left: -10px;
775
+ bottom: -6px;
776
+ }
777
+
778
+ .americaIconReports {
779
+ display: none;
780
+ align-self: center;
781
+ align-items: center;
782
+ }
783
+
784
+ .playerPhotoGamesReports {
785
+ width: auto;
786
+ align-self: unset;
787
+ gap: -20px;
788
+ align-items: center;
789
+ justify-content: flex-end;
790
+ padding-left: var(--padding-5xs-reports);
791
+ box-sizing: border-box;
792
+ min-width: 80px;
793
+ max-width: 160px;
794
+ }
795
+
796
+ .toniKroosGamesReports {
797
+ font-size: var(--font-size-3xs-reports);
798
+ min-width: 120px;
799
+ max-width: 200px;
800
+ }
801
+
802
+ .playerNameGamesReports {
803
+ gap: var(--gap-9xs-reports);
804
+ }
805
+
806
+ .golesReports {
807
+ font-size: 6px;
808
+ }
809
+
810
+ .btnVideosOptionsReports {
811
+ width: auto;
812
+ align-self: unset;
813
+ padding-left: var(--padding-9xs-reports);
814
+ padding-right: var(--padding-9xs-reports);
815
+ box-sizing: border-box;
816
+ min-width: 72px;
817
+ }
818
+
819
+ .teamsAmericaReports {
820
+ display: flex;
821
+ position: absolute;
822
+ left: 28px;
823
+ }
824
+
825
+ .playerDataGamesReports {
826
+ gap: var(--gap-9xs-reports);
827
+ }
828
+
829
+ .playerInfoGamesReports {
830
+ gap: 9px;
831
+ }
832
+
833
+ .headerTopGameReports {
834
+ height: 80px;
835
+ gap: var(--gap-0-reports);
836
+ align-items: center;
837
+ justify-content: flex-end;
838
+ min-width: 100%;
839
+ max-width: 100%;
840
+ }
841
+
842
+ .playerRowReports {
843
+ height: 80px;
844
+ }
845
+
846
+ .groupsLeagueReports {
847
+ font-size: var(--font-size-3xs-reports);
848
+ }
849
+
850
+ .btnViewFullListReports {
851
+ position: absolute;
852
+ top: 4px;
853
+ }
854
+
855
+ .headerTopsGamesReports {
856
+ align-items: flex-end;
857
+ justify-content: flex-end;
858
+ }
859
+ }
860
+
861
+ @container header-tops (max-width: 350px) {
862
+ .americaIconReports {
863
+ display: none;
864
+ }
865
+
866
+ .golesReports {
867
+ flex: 1;
868
+ }
869
+
870
+ .btnVideosOptionsReports {
871
+ min-width: 60px;
872
+ }
873
+
874
+ .teamsAmericaReports {
875
+ display: flex;
876
+ position: absolute;
877
+ left: 20px;
878
+ }
879
+ }
880
+
881
+ @container header-tops (max-width: 300px) {
882
+ .headerTopGameReports {
883
+ position: relative;
884
+ height: 88px;
885
+ align-items: flex-end;
886
+ justify-content: flex-start;
887
+ padding: 0px 8px 0px 4px;
888
+ gap: 20px;
889
+ overflow: visible;
890
+ }
891
+
892
+ .playerPhotoGamesReports {
893
+ position: relative;
894
+ height: 132px;
895
+ padding-bottom: 8px !important;
896
+ justify-content: flex-end;
897
+ align-items: flex-end;
898
+ z-index: 1;
899
+ }
900
+
901
+ #container-player-info {
902
+ position: absolute !important;
903
+ right: 8px !important;
904
+ z-index: 10 !important;
905
+ width: auto !important;
906
+ gap: 4px !important;
907
+ align-items: flex-end !important;
908
+ justify-content: flex-end !important;
909
+ border-radius: 6px !important;
910
+ backdrop-filter: blur(2px) !important;
911
+ }
912
+
913
+ .playerInfoGamesReports {
914
+ position: absolute !important;
915
+ right: 8px !important;
916
+ top: -12px !important;
917
+ z-index: 10 !important;
918
+ width: auto !important;
919
+ gap: 4px !important;
920
+ align-items: flex-end !important;
921
+ justify-content: flex-end !important;
922
+ border-radius: 6px !important;
923
+ }
924
+
925
+ .playerNameGamesReports {
926
+ width: auto;
927
+ text-align: right;
928
+ justify-content: flex-end;
929
+ margin-bottom: 0;
930
+ z-index: 11;
931
+ }
932
+
933
+ .toniKroosGamesReports {
934
+ font-size: 9px;
935
+ line-height: 11px;
936
+ text-align: right;
937
+ max-width: 100px;
938
+ margin: 0;
939
+ font-weight: 600;
940
+ color: #ffffff;
941
+ text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
942
+ }
943
+
944
+ .playerDataGamesReports {
945
+ width: auto;
946
+ justify-content: flex-end;
947
+ gap: 6px;
948
+ flex-wrap: nowrap;
949
+ z-index: 11;
950
+ }
951
+
952
+ .containerDataReports {
953
+ justify-content: flex-end;
954
+ gap: 6px;
955
+ flex-wrap: nowrap;
956
+ z-index: 11;
957
+ }
958
+
959
+ .containerDataReports :deep(.gsc-button) {
960
+ z-index: 12;
961
+ position: relative;
962
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
963
+ }
964
+
965
+ .tablePositionWrapperGamesReports {
966
+ position: relative;
967
+ z-index: 0;
968
+ height: 132px;
969
+ display: flex;
970
+ flex-direction: column;
971
+ align-items: flex-start;
972
+ justify-content: flex-end;
973
+ padding-bottom: 0;
974
+ }
975
+
976
+ .tablePositionGamesReports {
977
+ font-size: v-bind(fontSizeTopNum);
978
+ line-height: 90px;
979
+ opacity: v-bind(opacityColorTopNum);
980
+ color: v-bind(fontColorTopNum);
981
+ width: 96px;
982
+ height: 81px;
983
+ margin-bottom: 0;
984
+ }
985
+
986
+ .imgHenrryIconReports {
987
+ height: 132px;
988
+ width: auto;
989
+ margin-left: -14px;
990
+ position: relative;
991
+ z-index: 1;
992
+ display: block;
993
+ margin-bottom: 0;
994
+ }
995
+
996
+ .americaIconReports {
997
+ display: none;
998
+ }
999
+
1000
+ .americaIcon1Reports {
1001
+ display: none;
1002
+ }
1003
+
1004
+ .teamsAmericaReports {
1005
+ display: none;
1006
+ }
1007
+
1008
+ .tablePositionWrapperGamesReports {
1009
+ position: relative;
1010
+ }
1011
+
1012
+ .teamIconOverlay {
1013
+ position: absolute;
1014
+ top: 92px;
1015
+ left: 28px;
1016
+ width: 28px;
1017
+ height: 28px;
1018
+ z-index: 5;
1019
+ border-radius: 50%;
1020
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
1021
+ background-size: contain;
1022
+ background-repeat: no-repeat;
1023
+ background-position: center;
1024
+ }
1025
+
1026
+ .playerRowReports {
1027
+ height: 88px;
1028
+ position: relative;
1029
+ }
1030
+
1031
+ .headerTopsGamesReports {
1032
+ height: 88px;
1033
+ position: relative;
1034
+ }
1035
+
1036
+ .icnExpandReports {
1037
+ z-index: 11;
1038
+ position: relative;
1039
+ }
1040
+ }
1041
+
1042
+ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */
1043
+ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */
1044
+ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */
1045
+ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */
1046
+ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */
1047
+ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */
1048
+ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */
1049
+ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */
1050
+ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */
1051
+ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */
1052
+ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */
1053
+ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */
1054
+ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */
1055
+ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */
1056
+ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */
1057
+ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */ /** holaaaaaaaaaaaaaa numerto 1 */
1058
+ .positionReports {
1059
+ align-self: stretch;
1060
+ position: relative;
1061
+ letter-spacing: 0.31px;
1062
+ line-height: 30.87px;
1063
+ display: flex;
1064
+ align-items: center;
1065
+ justify-content: center;
1066
+ width: 95px;
1067
+ flex-shrink: 0;
1068
+ opacity: 0.09;
1069
+ }
1070
+ .positionWrapperReports {
1071
+ align-self: stretch;
1072
+ display: flex;
1073
+ flex-direction: row;
1074
+ align-items: flex-end;
1075
+ justify-content: center;
1076
+ padding: 20px 0px 0px;
1077
+ }
1078
+ .imgNecaxaIconReports {
1079
+ position: relative;
1080
+ width: 93px;
1081
+ height: 93px;
1082
+ object-fit: cover;
1083
+ }
1084
+ .teamLogoReports {
1085
+ display: flex;
1086
+ flex-direction: row;
1087
+ align-items: center;
1088
+ justify-content: center;
1089
+ padding: 0px 0px 14px;
1090
+ margin-left: -24px;
1091
+ }
1092
+ .teamPhotoReports {
1093
+ height: 107px;
1094
+ overflow: hidden;
1095
+ display: flex;
1096
+ flex-direction: row;
1097
+ align-items: flex-start;
1098
+ justify-content: flex-start;
1099
+ }
1100
+ .nameReports {
1101
+ position: relative;
1102
+ font-size: 14px;
1103
+ letter-spacing: 0.2px;
1104
+ line-height: 20px;
1105
+ font-weight: 500;
1106
+ color: #f4f4f4;
1107
+ }
1108
+ .icnPlayIconType1Reports {
1109
+ position: relative;
1110
+ width: 12px;
1111
+ height: 12px;
1112
+ overflow: hidden;
1113
+ flex-shrink: 0;
1114
+ }
1115
+ .verVideosType1Reports {
1116
+ position: relative;
1117
+ letter-spacing: -0.03em;
1118
+ line-height: 120%;
1119
+ font-weight: 500;
1120
+ }
1121
+ .btnVideosOptionsType1Reports {
1122
+ border-radius: var(--br-45xl-reports);
1123
+ background-color: var(--color-gray-100-reports);
1124
+ backdrop-filter: blur(16px);
1125
+ border: 1px solid var(--color-yellowgreen-reports);
1126
+ display: flex;
1127
+ flex-direction: row;
1128
+ align-items: center;
1129
+ justify-content: center;
1130
+ padding: var(--sizes-spacing-space-4-reports) var(--sizes-spacing-space-8-reports);
1131
+ gap: var(--sizes-spacing-space-4-reports);
1132
+ }
1133
+ .btnVideosOptions1GamesReports {
1134
+ border-radius: var(--br-45xl-reports);
1135
+ background-color: var(--color-gray-100-reports);
1136
+ backdrop-filter: blur(16px);
1137
+ border: 1px solid var(--color-yellowgreen-reports);
1138
+ display: none;
1139
+ flex-direction: row;
1140
+ align-items: center;
1141
+ justify-content: center;
1142
+ padding: var(--sizes-spacing-space-4-reports) var(--sizes-spacing-space-8-reports);
1143
+ gap: var(--sizes-spacing-space-4-reports);
1144
+ }
1145
+ .leftContainerReports {
1146
+ flex: 1;
1147
+ display: flex;
1148
+ flex-direction: column;
1149
+ flex-wrap: wrap;
1150
+ align-items: flex-start;
1151
+ justify-content: space-between;
1152
+ gap: 18px;
1153
+ }
1154
+ .shapeIconType1Reports {
1155
+ position: relative;
1156
+ width: 12px;
1157
+ height: 6.04px;
1158
+ }
1159
+ .icnExpandType1Reports {
1160
+ width: 16px;
1161
+ height: 16px;
1162
+ display: flex;
1163
+ flex-direction: column;
1164
+ align-items: center;
1165
+ justify-content: center;
1166
+ padding: 10px;
1167
+ box-sizing: border-box;
1168
+ }
1169
+ .arrowExpandReports {
1170
+ width: 32px;
1171
+ height: 32px;
1172
+ display: flex;
1173
+ flex-direction: row;
1174
+ align-items: center;
1175
+ justify-content: center;
1176
+ }
1177
+ .containerInfoGamesReports {
1178
+ align-self: stretch;
1179
+ flex: 1;
1180
+ display: flex;
1181
+ flex-direction: row;
1182
+ align-items: center;
1183
+ justify-content: flex-start;
1184
+ gap: var(--sizes-spacing-space-40-reports);
1185
+ text-align: left;
1186
+ font-size: var(--font-size-xs-reports);
1187
+ font-family: var(--font-poppins-reports);
1188
+ }
1189
+ .headerTopTeamReports {
1190
+ align-self: stretch;
1191
+ border-radius: var(--sizes-round-corner-round-corner-8-reports)
1192
+ var(--sizes-round-corner-round-corner-8-reports) 0 0;
1193
+ background-color: v-bind(backgroundColorHeader);
1194
+ height: 88px;
1195
+ display: flex;
1196
+ flex-direction: row;
1197
+ align-items: flex-end;
1198
+ justify-content: flex-start;
1199
+ padding: 0px 12px;
1200
+ box-sizing: border-box;
1201
+ gap: 25px;
1202
+ }
1203
+ .containerHeaderReports {
1204
+ align-self: stretch;
1205
+ height: 88px;
1206
+ display: flex;
1207
+ flex-direction: column;
1208
+ align-items: flex-start;
1209
+ justify-content: flex-end;
1210
+ z-index: 0;
1211
+ }
1212
+ .goles1Reports {
1213
+ font-weight: 500;
1214
+ }
1215
+ .golesType1Reports {
1216
+ position: relative;
1217
+ letter-spacing: 0.31px;
1218
+ line-height: 30.87px;
1219
+ }
1220
+ .golesWrapperReports {
1221
+ height: 8px;
1222
+ display: flex;
1223
+ flex-direction: row;
1224
+ align-items: center;
1225
+ justify-content: center;
1226
+ padding: 0px 16px;
1227
+ box-sizing: border-box;
1228
+ }
1229
+ .btnViewAllReports {
1230
+ margin: 0 !important;
1231
+ position: absolute;
1232
+ top: 13px;
1233
+ right: 8px;
1234
+ border-bottom: 1px solid var(--color-yellowgreen-reports);
1235
+ box-sizing: border-box;
1236
+ height: 16px;
1237
+ display: flex;
1238
+ flex-direction: row;
1239
+ align-items: center;
1240
+ justify-content: center;
1241
+ padding: 0px 0px var(--padding-5xs-reports);
1242
+ z-index: 1;
1243
+ font-size: var(--font-size-xs-reports);
1244
+ font-family: var(--font-poppins-reports);
1245
+ }
1246
+ .headerTopsTeamsReports {
1247
+ position: relative;
1248
+ width: 100%;
1249
+ /* height: 132px; */
1250
+ display: flex;
1251
+ flex-direction: column;
1252
+ align-items: center;
1253
+ justify-content: flex-end;
1254
+ gap: 20px;
1255
+ text-align: center;
1256
+ font-size: var(--font-size-81xl-reports);
1257
+ color: var(--color-white-reports);
1258
+ font-family: var(--font-oswald-reports);
1259
+ container-type: inline-size;
1260
+ container-name: header-tops-teams;
1261
+ }
1262
+
1263
+ @container header-tops-teams (max-width: 960px) {
1264
+ .headerTopTeamReports {
1265
+ padding: 0px 4px 0px 0px;
1266
+ gap: 0px;
1267
+ }
1268
+ .teamPhotoReports {
1269
+ min-width: 170px;
1270
+ }
1271
+
1272
+ .containerInfoGamesReports {
1273
+ gap: 0px;
1274
+ }
1275
+ }
1276
+
1277
+ @container header-tops-teams (max-width: 1232px) {
1278
+ .headerTopsTeamsReports {
1279
+ width: auto;
1280
+ align-self: unset;
1281
+ }
1282
+ }
1283
+ @container header-tops-teams (max-width: 420px) {
1284
+ .positionReports {
1285
+ font-size: var(--font-size-81xl-reports);
1286
+ }
1287
+
1288
+ .imgNecaxaIconReports {
1289
+ width: 93px;
1290
+ height: 93px;
1291
+ }
1292
+
1293
+ .teamLogoReports {
1294
+ align-items: center;
1295
+ justify-content: center;
1296
+ }
1297
+
1298
+ .leftContainerReports {
1299
+ gap: 8px;
1300
+ }
1301
+
1302
+ .containerInfoGamesReports {
1303
+ gap: 0px;
1304
+ }
1305
+
1306
+ .headerTopTeamReports {
1307
+ padding-left: 0px;
1308
+ box-sizing: border-box;
1309
+ }
1310
+ }
1311
+ @container header-tops (max-width: 330px) {
1312
+ /* Estilos para botones más pequeños en contenedores menores a 330px */
1313
+ .containerDataReports :deep(.gsc-button) {
1314
+ height: 20px !important;
1315
+ font-size: 10px !important;
1316
+ padding: 2px 8px !important;
1317
+ min-width: 60px !important;
1318
+ max-width: 120px !important;
1319
+ }
1320
+ }
1321
+
1322
+ @container header-tops-teams (max-width: 330px) {
1323
+ .leftContainerReports :deep(.gsc-button) {
1324
+ height: 20px !important;
1325
+ font-size: 10px !important;
1326
+ padding: 2px 8px !important;
1327
+ min-width: 60px !important;
1328
+ max-width: 120px !important;
1329
+ }
1330
+ }
1331
+
1332
+ @container header-tops (max-width: 320px) {
1333
+ .btnVideosOptionsType1Reports {
1334
+ display: flex;
1335
+ }
1336
+
1337
+ .btnVideosOptions1GamesReports {
1338
+ display: none;
1339
+ }
1340
+
1341
+ .toniKroosGamesReports {
1342
+ font-size: 10px;
1343
+ line-height: 12px;
1344
+ word-wrap: break-word;
1345
+ white-space: normal;
1346
+ overflow-wrap: break-word;
1347
+ hyphens: auto;
1348
+ max-width: 100px;
1349
+ min-height: 24px;
1350
+ display: -webkit-box;
1351
+ -webkit-line-clamp: 2;
1352
+ -webkit-box-orient: vertical;
1353
+ overflow: hidden;
1354
+ }
1355
+
1356
+ .playerNameGamesReports {
1357
+ min-height: 30px;
1358
+ align-items: flex-start;
1359
+ }
1360
+ }
1361
+ @container header-tops-teams (max-width: 460px) {
1362
+ .containerInfoGamesReports {
1363
+ gap: 0px;
1364
+ }
1365
+ }
1366
+ @container header-tops-teams (max-width: 350px) {
1367
+ .positionReports {
1368
+ font-size: 72px;
1369
+ }
1370
+
1371
+ .imgNecaxaIconReports {
1372
+ width: 72px;
1373
+ height: 72px;
1374
+ }
1375
+
1376
+ .teamLogoReports {
1377
+ gap: var(--gap-0-reports);
1378
+ align-items: center;
1379
+ justify-content: center;
1380
+ padding-bottom: 25px;
1381
+ box-sizing: border-box;
1382
+ margin-right: 8px;
1383
+ }
1384
+
1385
+ .teamPhotoReports {
1386
+ gap: 0px;
1387
+ align-items: center;
1388
+ justify-content: center;
1389
+ min-width: auto;
1390
+ }
1391
+
1392
+ .headerTopTeamReports {
1393
+ padding-left: 0px;
1394
+ box-sizing: border-box;
1395
+ }
1396
+
1397
+ .positionWrapperReports {
1398
+ width: 80px;
1399
+ }
1400
+ .positionReports {
1401
+ font-size: 90px;
1402
+ margin-bottom: -5px;
1403
+ }
1404
+ }
1405
+
1406
+ .arrowExpandIconReports {
1407
+ transition: transform 0.3s ease;
1408
+ }
1409
+
1410
+ .arrowExpandIconReports:hover {
1411
+ opacity: 0.5;
1412
+ cursor: pointer;
1413
+ }
1414
+
1415
+ .rotateReports {
1416
+ transform: rotate(180deg);
1417
+ }
1418
+ </style>