@everymatrix/player-elevate-card-jojogroup 1.80.4

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 (100) hide show
  1. package/dist/cjs/app-globals-3a1e7e63.js +5 -0
  2. package/dist/cjs/general-styling-wrapper_6.cjs.entry.js +3570 -0
  3. package/dist/cjs/index-51874d29.js +1619 -0
  4. package/dist/cjs/index.cjs.js +2 -0
  5. package/dist/cjs/loader.cjs.js +15 -0
  6. package/dist/cjs/player-elevate-card-jojogroup.cjs.js +25 -0
  7. package/dist/collection/collection-manifest.json +23 -0
  8. package/dist/collection/components/player-elevate-card-data/player-elevate-card-data.css +192 -0
  9. package/dist/collection/components/player-elevate-card-data/player-elevate-card-data.js +244 -0
  10. package/dist/collection/components/player-elevate-card-jojogroup/index.js +1 -0
  11. package/dist/collection/components/player-elevate-card-jojogroup/player-elevate-card-jojogroup-items.js +23 -0
  12. package/dist/collection/components/player-elevate-card-jojogroup/player-elevate-card-jojogroup.css +64 -0
  13. package/dist/collection/components/player-elevate-card-jojogroup/player-elevate-card-jojogroup.js +297 -0
  14. package/dist/collection/components/player-elevate-loyaltycard-jojogroup/player-elevate-loyaltycard-jojogroup.css +98 -0
  15. package/dist/collection/components/player-elevate-loyaltycard-jojogroup/player-elevate-loyaltycard-jojogroup.js +310 -0
  16. package/dist/collection/components/player-elevate-pointcard/player-elevate-pointcard.css +70 -0
  17. package/dist/collection/components/player-elevate-pointcard/player-elevate-pointcard.js +334 -0
  18. package/dist/collection/components/player-rakeback-card/player-rakeback-card.css +87 -0
  19. package/dist/collection/components/player-rakeback-card/player-rakeback-card.js +357 -0
  20. package/dist/collection/components/static/button-default.svg +42 -0
  21. package/dist/collection/components/static/button-disabled.svg +4 -0
  22. package/dist/collection/components/static/button-hover.svg +4 -0
  23. package/dist/collection/components/static/button-level.svg +27 -0
  24. package/dist/collection/components/static/button-pressed.svg +18 -0
  25. package/dist/collection/components/static/button-redeem.svg +36 -0
  26. package/dist/collection/components/static/card-ground-over.png +0 -0
  27. package/dist/collection/components/static/card-ground-over.svg +903 -0
  28. package/dist/collection/components/static/card-ground.png +0 -0
  29. package/dist/collection/components/static/card-ground.svg +34 -0
  30. package/dist/collection/components/static/info.svg +4 -0
  31. package/dist/collection/components/static/level-badge.png +0 -0
  32. package/dist/collection/components/static/level-percent.svg +80 -0
  33. package/dist/collection/components/static/tips-info.svg +21 -0
  34. package/dist/collection/components/static/user.svg +3 -0
  35. package/dist/collection/index.js +1 -0
  36. package/dist/collection/models/player-elevate.js +1 -0
  37. package/dist/collection/utils/locale.utils.js +238 -0
  38. package/dist/collection/utils/utils.js +51 -0
  39. package/dist/esm/app-globals-0f993ce5.js +3 -0
  40. package/dist/esm/general-styling-wrapper_6.entry.js +3561 -0
  41. package/dist/esm/index-9498ebd7.js +1589 -0
  42. package/dist/esm/index.js +1 -0
  43. package/dist/esm/loader.js +11 -0
  44. package/dist/esm/player-elevate-card-jojogroup.js +20 -0
  45. package/dist/index.cjs.js +1 -0
  46. package/dist/index.js +1 -0
  47. package/dist/player-elevate-card-jojogroup/app-globals-0f993ce5.js +1 -0
  48. package/dist/player-elevate-card-jojogroup/general-styling-wrapper_6.entry.js +1 -0
  49. package/dist/player-elevate-card-jojogroup/index-9498ebd7.js +2 -0
  50. package/dist/player-elevate-card-jojogroup/index.esm.js +0 -0
  51. package/dist/player-elevate-card-jojogroup/player-elevate-card-jojogroup.esm.js +1 -0
  52. package/dist/static/button-default.svg +42 -0
  53. package/dist/static/button-disabled.svg +4 -0
  54. package/dist/static/button-hover.svg +4 -0
  55. package/dist/static/button-level.svg +27 -0
  56. package/dist/static/button-pressed.svg +18 -0
  57. package/dist/static/button-redeem.svg +36 -0
  58. package/dist/static/card-ground-over.png +0 -0
  59. package/dist/static/card-ground-over.svg +903 -0
  60. package/dist/static/card-ground.png +0 -0
  61. package/dist/static/card-ground.svg +34 -0
  62. package/dist/static/info.svg +4 -0
  63. package/dist/static/level-badge.png +0 -0
  64. package/dist/static/level-percent.svg +80 -0
  65. package/dist/static/tips-info.svg +21 -0
  66. package/dist/static/user.svg +3 -0
  67. package/dist/stencil.config.dev.js +18 -0
  68. package/dist/stencil.config.js +20 -0
  69. package/dist/storybook/main.js +47 -0
  70. package/dist/storybook/preview.js +9 -0
  71. package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/player-elevate-card-jojogroup/.stencil/libs/common/src/storybook/storybook-utils.d.ts +39 -0
  72. package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/player-elevate-card-jojogroup/.stencil/packages/stencil/player-elevate-card-jojogroup/stencil.config.d.ts +2 -0
  73. package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/player-elevate-card-jojogroup/.stencil/packages/stencil/player-elevate-card-jojogroup/stencil.config.dev.d.ts +2 -0
  74. package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/player-elevate-card-jojogroup/.stencil/packages/stencil/player-elevate-card-jojogroup/storybook/main.d.ts +3 -0
  75. package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/player-elevate-card-jojogroup/.stencil/packages/stencil/player-elevate-card-jojogroup/storybook/preview.d.ts +70 -0
  76. package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/player-elevate-card-jojogroup/.stencil/tools/plugins/index.d.ts +4 -0
  77. package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/player-elevate-card-jojogroup/.stencil/tools/plugins/lazy-load-chunk-plugin.d.ts +12 -0
  78. package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/player-elevate-card-jojogroup/.stencil/tools/plugins/stencil-clean-deps-plugin.d.ts +5 -0
  79. package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/player-elevate-card-jojogroup/.stencil/tools/plugins/vite-chunk-plugin.d.ts +6 -0
  80. package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/player-elevate-card-jojogroup/.stencil/tools/plugins/vite-clean-deps-plugin.d.ts +4 -0
  81. package/dist/types/components/player-elevate-card-data/player-elevate-card-data.d.ts +24 -0
  82. package/dist/types/components/player-elevate-card-jojogroup/index.d.ts +1 -0
  83. package/dist/types/components/player-elevate-card-jojogroup/player-elevate-card-jojogroup-items.d.ts +20 -0
  84. package/dist/types/components/player-elevate-card-jojogroup/player-elevate-card-jojogroup.d.ts +56 -0
  85. package/dist/types/components/player-elevate-loyaltycard-jojogroup/player-elevate-loyaltycard-jojogroup.d.ts +59 -0
  86. package/dist/types/components/player-elevate-pointcard/player-elevate-pointcard.d.ts +69 -0
  87. package/dist/types/components/player-rakeback-card/player-rakeback-card.d.ts +65 -0
  88. package/dist/types/components.d.ts +461 -0
  89. package/dist/types/index.d.ts +1 -0
  90. package/dist/types/models/player-elevate.d.ts +40 -0
  91. package/dist/types/stencil-public-runtime.d.ts +1674 -0
  92. package/dist/types/utils/locale.utils.d.ts +15 -0
  93. package/dist/types/utils/utils.d.ts +1 -0
  94. package/loader/cdn.js +1 -0
  95. package/loader/index.cjs.js +1 -0
  96. package/loader/index.d.ts +24 -0
  97. package/loader/index.es2017.js +1 -0
  98. package/loader/index.js +2 -0
  99. package/loader/package.json +11 -0
  100. package/package.json +26 -0
@@ -0,0 +1,334 @@
1
+ import { Fragment, getAssetPath, h } from "@stencil/core";
2
+ import { translate, TRANSLATIONS } from "../../utils/locale.utils";
3
+ import { PlayerAvatar, PlayerPoints, } from "../player-elevate-card-jojogroup/player-elevate-card-jojogroup-items";
4
+ export class PlayerElevatePointcard {
5
+ constructor() {
6
+ this.isPointDetailCard = this.buttonType === 'earningRule';
7
+ this.endpoint = undefined;
8
+ this.theme = 'Dark';
9
+ this.session = undefined;
10
+ this.playerAvatarUrl = undefined;
11
+ this.language = 'en';
12
+ this.mbSource = undefined;
13
+ this.playerName = undefined;
14
+ this.cardTitle = undefined;
15
+ this.buttonType = 'earningRule';
16
+ this.dateFormat = 'yyyy-MM-dd';
17
+ this.clientStyling = '';
18
+ this.clientStylingUrl = '';
19
+ this.translationUrl = '';
20
+ this.pointExpireString = undefined;
21
+ this.playerElevateLevel = undefined;
22
+ this.elevateWalletTotal = undefined;
23
+ this.elevateSPTotal = undefined;
24
+ }
25
+ onSessionOrEndpointChange() {
26
+ this.paramProxy = Object.assign(Object.assign({}, this.paramProxy), { session: this.session, endpoint: this.endpoint, language: this.language });
27
+ }
28
+ playerElevateLeveLoadedHandler(event) {
29
+ if (!event.detail) {
30
+ return;
31
+ }
32
+ if (event.detail['elevateLevelWalletTotal']) {
33
+ this.elevateWalletTotal = event.detail['elevateLevelWalletTotal'];
34
+ this.elevateSPTotal = event.detail['loyaltyWalletTotal'];
35
+ }
36
+ if (event.detail['elevateLevel']) {
37
+ this.playerElevateLevel = event.detail['elevateLevel'];
38
+ }
39
+ if (event.detail['pointExpireString']) {
40
+ this.pointExpireString = event.detail.pointExpireString;
41
+ }
42
+ }
43
+ onDetailsClick() {
44
+ window.postMessage({ type: this.isPointDetailCard ? 'BEEPointRulesClicked' : 'BEEDetailsClicked',
45
+ path: this.isPointDetailCard ? 'player-elevate-level' : 'player-elevate-point-details' }, window.location.href);
46
+ }
47
+ componentWillLoad() {
48
+ this.paramProxy = {
49
+ endpoint: this.endpoint,
50
+ session: this.session,
51
+ language: this.language,
52
+ };
53
+ }
54
+ render() {
55
+ const backgroundOuterImagePath = getAssetPath('../static/card-ground.svg');
56
+ const backgroundInnerImagePath = getAssetPath('../static/card-ground-over.svg');
57
+ return (h("div", { key: 'a1ed46e501d24f84ea23958d2108a9ad36df3083', class: `ElevateCardWrapper ${this.theme}` }, h("div", { key: 'e671bf40a9fa75dbf89e37ca9ca7668ddf1416cf', class: "PointsCard Outer ", style: { 'backgroundImage': `url(${backgroundOuterImagePath}` } }, h("general-styling-wrapper", { key: '95d373644d93160714c04abe5056122491e846a4', clientStyling: this.clientStyling, clientStylingUrl: this.clientStylingUrl, targetTranslations: TRANSLATIONS, translationUrl: this.translationUrl, mbSource: this.mbSource }), h("player-elevate-card-data", { key: '653c503f9689f3d4a99ad59f4c534785210ecd3c', params: this.paramProxy }), h("div", { key: '025c5a40e8e75450ac9463182bc3600002a29943', class: 'OuterCover Inner', style: { 'backgroundImage': `url(${backgroundInnerImagePath}` } }, h("div", { key: '93c05e87b54c7d05ad0fd4b4878e8e8e2aa25abc', class: 'Content Row' }, this.playerElevateLevel && (h(Fragment, { key: '3fbc0bb622e07f29f94ffe33c747047c1f709cff' }, h("div", { key: '7ab9253f7445bc7f4f2bb26bb52563a23d3ab73e', class: "PlayerImg" }, h(PlayerAvatar, { key: '5098ab36b2a33f35e10b3b9e1f2eabfe60e3002d', onlyBadge: true, loyaltyIconUrl: this.playerElevateLevel.presentation.asset })), h("div", { key: '2f8e012352460a67a28cdb997a7dc68dbbdaea0b', class: `LevelInfo ${this.playerElevateLevel.name}` }, h("div", { key: '679d8edbe69f1cff3f18fe1f6742a13942417876', class: "PointsTxt Label" }, this.cardTitle ? this.cardTitle : translate('spendablePoints', this.language)), h("div", { key: 'ca49127c96c3d048015f1687102d8e4da46a76b5', class: 'PointsTxt SPPoints' }, h(PlayerPoints, { key: '3a7b03cada8b9629924504972d32ce8c4d573a06', spendablePoints: this.playerElevateLevel.spendablePoints, language: this.language }), h("a", { key: 'cb3bf9415204ef1ee7fe9653deb332d13d235e9b', class: "TC", onClick: () => {
58
+ this.onDetailsClick();
59
+ } }, translate('termAndConditions', this.language))), this.pointExpireString && (h("div", { key: '3fde19f5524ff6c5db9b23edfb1df6be112313e9', class: 'ExpirationPoints' }, this.pointExpireString, " "))))))))));
60
+ }
61
+ static get is() { return "player-elevate-pointcard"; }
62
+ static get encapsulation() { return "shadow"; }
63
+ static get originalStyleUrls() {
64
+ return {
65
+ "$": ["player-elevate-pointcard.scss"]
66
+ };
67
+ }
68
+ static get styleUrls() {
69
+ return {
70
+ "$": ["player-elevate-pointcard.css"]
71
+ };
72
+ }
73
+ static get properties() {
74
+ return {
75
+ "endpoint": {
76
+ "type": "string",
77
+ "mutable": false,
78
+ "complexType": {
79
+ "original": "string",
80
+ "resolved": "string",
81
+ "references": {}
82
+ },
83
+ "required": true,
84
+ "optional": false,
85
+ "docs": {
86
+ "tags": [],
87
+ "text": "The NWA endpoint"
88
+ },
89
+ "attribute": "endpoint",
90
+ "reflect": true
91
+ },
92
+ "theme": {
93
+ "type": "string",
94
+ "mutable": false,
95
+ "complexType": {
96
+ "original": "string",
97
+ "resolved": "string",
98
+ "references": {}
99
+ },
100
+ "required": false,
101
+ "optional": false,
102
+ "docs": {
103
+ "tags": [],
104
+ "text": "The style that widget shows,available value: Dark, Light\nDefault: Dark"
105
+ },
106
+ "attribute": "theme",
107
+ "reflect": true,
108
+ "defaultValue": "'Dark'"
109
+ },
110
+ "session": {
111
+ "type": "string",
112
+ "mutable": false,
113
+ "complexType": {
114
+ "original": "string",
115
+ "resolved": "string",
116
+ "references": {}
117
+ },
118
+ "required": true,
119
+ "optional": false,
120
+ "docs": {
121
+ "tags": [],
122
+ "text": "The NWA session for the logged-in user"
123
+ },
124
+ "attribute": "session",
125
+ "reflect": true
126
+ },
127
+ "playerAvatarUrl": {
128
+ "type": "string",
129
+ "mutable": false,
130
+ "complexType": {
131
+ "original": "string",
132
+ "resolved": "string",
133
+ "references": {}
134
+ },
135
+ "required": false,
136
+ "optional": false,
137
+ "docs": {
138
+ "tags": [],
139
+ "text": "Widget, player avatar url"
140
+ },
141
+ "attribute": "player-avatar-url",
142
+ "reflect": true
143
+ },
144
+ "language": {
145
+ "type": "string",
146
+ "mutable": false,
147
+ "complexType": {
148
+ "original": "string",
149
+ "resolved": "string",
150
+ "references": {}
151
+ },
152
+ "required": false,
153
+ "optional": false,
154
+ "docs": {
155
+ "tags": [],
156
+ "text": "Widget Language to show"
157
+ },
158
+ "attribute": "language",
159
+ "reflect": true,
160
+ "defaultValue": "'en'"
161
+ },
162
+ "mbSource": {
163
+ "type": "string",
164
+ "mutable": false,
165
+ "complexType": {
166
+ "original": "string",
167
+ "resolved": "string",
168
+ "references": {}
169
+ },
170
+ "required": false,
171
+ "optional": false,
172
+ "docs": {
173
+ "tags": [],
174
+ "text": "Client custom styling via streamStyling"
175
+ },
176
+ "attribute": "mb-source",
177
+ "reflect": true
178
+ },
179
+ "playerName": {
180
+ "type": "string",
181
+ "mutable": false,
182
+ "complexType": {
183
+ "original": "string",
184
+ "resolved": "string",
185
+ "references": {}
186
+ },
187
+ "required": false,
188
+ "optional": false,
189
+ "docs": {
190
+ "tags": [],
191
+ "text": "The first name"
192
+ },
193
+ "attribute": "player-name",
194
+ "reflect": true
195
+ },
196
+ "cardTitle": {
197
+ "type": "string",
198
+ "mutable": false,
199
+ "complexType": {
200
+ "original": "string",
201
+ "resolved": "string",
202
+ "references": {}
203
+ },
204
+ "required": false,
205
+ "optional": false,
206
+ "docs": {
207
+ "tags": [],
208
+ "text": "The title displayed in card, default: translation of 'spendablePoints'"
209
+ },
210
+ "attribute": "card-title",
211
+ "reflect": true
212
+ },
213
+ "buttonType": {
214
+ "type": "string",
215
+ "mutable": false,
216
+ "complexType": {
217
+ "original": "string",
218
+ "resolved": "string",
219
+ "references": {}
220
+ },
221
+ "required": false,
222
+ "optional": false,
223
+ "docs": {
224
+ "tags": [],
225
+ "text": "Check if the card used in points details widget, default: 'earningRule'\nvalue: 'details'/'earningRule'\nIt effected the button in card\n'earningRule': button text, 'earning rules', post 'BEEPointRulesClicked' when clicked\n'details': button text, 'details', post 'BEEDetailsClicked' when clicked"
226
+ },
227
+ "attribute": "button-type",
228
+ "reflect": true,
229
+ "defaultValue": "'earningRule'"
230
+ },
231
+ "dateFormat": {
232
+ "type": "string",
233
+ "mutable": false,
234
+ "complexType": {
235
+ "original": "string",
236
+ "resolved": "string",
237
+ "references": {}
238
+ },
239
+ "required": false,
240
+ "optional": false,
241
+ "docs": {
242
+ "tags": [],
243
+ "text": "datePattern"
244
+ },
245
+ "attribute": "date-format",
246
+ "reflect": true,
247
+ "defaultValue": "'yyyy-MM-dd'"
248
+ },
249
+ "clientStyling": {
250
+ "type": "string",
251
+ "mutable": false,
252
+ "complexType": {
253
+ "original": "string",
254
+ "resolved": "string",
255
+ "references": {}
256
+ },
257
+ "required": false,
258
+ "optional": false,
259
+ "docs": {
260
+ "tags": [],
261
+ "text": "Client custom styling via inline styles"
262
+ },
263
+ "attribute": "client-styling",
264
+ "reflect": true,
265
+ "defaultValue": "''"
266
+ },
267
+ "clientStylingUrl": {
268
+ "type": "string",
269
+ "mutable": false,
270
+ "complexType": {
271
+ "original": "string",
272
+ "resolved": "string",
273
+ "references": {}
274
+ },
275
+ "required": false,
276
+ "optional": false,
277
+ "docs": {
278
+ "tags": [],
279
+ "text": "Client custom styling via url"
280
+ },
281
+ "attribute": "client-styling-url",
282
+ "reflect": true,
283
+ "defaultValue": "''"
284
+ },
285
+ "translationUrl": {
286
+ "type": "string",
287
+ "mutable": false,
288
+ "complexType": {
289
+ "original": "string",
290
+ "resolved": "string",
291
+ "references": {}
292
+ },
293
+ "required": false,
294
+ "optional": false,
295
+ "docs": {
296
+ "tags": [],
297
+ "text": "Translation via url"
298
+ },
299
+ "attribute": "translation-url",
300
+ "reflect": true,
301
+ "defaultValue": "''"
302
+ }
303
+ };
304
+ }
305
+ static get states() {
306
+ return {
307
+ "pointExpireString": {},
308
+ "playerElevateLevel": {},
309
+ "elevateWalletTotal": {},
310
+ "elevateSPTotal": {}
311
+ };
312
+ }
313
+ static get watchers() {
314
+ return [{
315
+ "propName": "session",
316
+ "methodName": "onSessionOrEndpointChange"
317
+ }, {
318
+ "propName": "endpoint",
319
+ "methodName": "onSessionOrEndpointChange"
320
+ }, {
321
+ "propName": "language",
322
+ "methodName": "onSessionOrEndpointChange"
323
+ }];
324
+ }
325
+ static get listeners() {
326
+ return [{
327
+ "name": "playerElevateLeveLoaded",
328
+ "method": "playerElevateLeveLoadedHandler",
329
+ "target": undefined,
330
+ "capture": false,
331
+ "passive": false
332
+ }];
333
+ }
334
+ }
@@ -0,0 +1,87 @@
1
+ :host {
2
+ display: block;
3
+ }
4
+
5
+ @keyframes rotate {
6
+ from {
7
+ transform: rotate(360deg);
8
+ }
9
+ to {
10
+ transform: rotate(0deg);
11
+ }
12
+ }
13
+ .RakebackCard {
14
+ border: 2px solid var(--em-color-border-primary, #003E5C);
15
+ padding: 32px;
16
+ border-radius: var(--emw--border-radius-medium, 12px);
17
+ overflow: hidden;
18
+ font-family: inherit;
19
+ }
20
+ .RakebackCard .RakebackCardContent .RakebackTitle {
21
+ font-size: var(--emw--font-size-small, 14px);
22
+ font-weight: var(--emw--font-weight-semibold, 500);
23
+ color: var(--em-color-text-secondary, #727672);
24
+ }
25
+ .RakebackCard .RakebackCardContent .RakebackDetails {
26
+ display: flex;
27
+ flex-wrap: wrap;
28
+ justify-content: space-between;
29
+ align-items: center;
30
+ margin-top: 17px;
31
+ }
32
+ .RakebackCard .RakebackCardContent .RakebackDetails .RakebackInfo {
33
+ display: flex;
34
+ flex-wrap: wrap;
35
+ align-items: center;
36
+ gap: 0 17px;
37
+ }
38
+ .RakebackCard .RakebackCardContent .RakebackDetails .RakebackInfo .RakebackRefresh {
39
+ width: 52px;
40
+ height: 52px;
41
+ cursor: pointer;
42
+ }
43
+ .RakebackCard .RakebackCardContent .RakebackDetails .RakebackInfo .RakebackRefresh.RakebackLoading {
44
+ animation: rotate 0.5s linear infinite;
45
+ }
46
+ .RakebackCard .RakebackCardContent .RakebackDetails .RakebackInfo .RakebackNumContainer {
47
+ color: var(--em-color-text-primary, #fff);
48
+ display: flex;
49
+ align-items: center;
50
+ gap: 8px;
51
+ }
52
+ .RakebackCard .RakebackCardContent .RakebackDetails .RakebackInfo .RakebackNumContainer .RakebackNum {
53
+ display: inline-block;
54
+ font-weight: var(--emw--font-weight-bold, 700);
55
+ font-size: var(--emw--font-size-2x-large, 36px);
56
+ }
57
+ .RakebackCard .RakebackCardContent .RakebackDetails .RakebackInfo .RakebackNumContainer .RakebackCurrency {
58
+ display: inline-block;
59
+ font-weight: var(--emw--font-weight-semibold, 500);
60
+ font-size: var(--emw--font-size-small, 14px);
61
+ margin-top: 14px;
62
+ }
63
+ .RakebackCard .RakebackCardContent .RakebackDetails .RakebackButton {
64
+ font-family: inherit;
65
+ cursor: pointer;
66
+ width: 90px;
67
+ height: 34px;
68
+ border-radius: var(--emw--border-radius-large, 99px);
69
+ border: 2px solid var(--em-color-border-success, #083B17);
70
+ display: flex;
71
+ justify-content: center;
72
+ align-items: center;
73
+ color: var(--em-color-text-primary, #fff);
74
+ background: linear-gradient(180deg, var(--em-color-gradient-1, #24B24E) 0%, var(--em-color-gradient-1, #24B24E) 100%);
75
+ }
76
+ .RakebackCard .RakebackCardContent .RakebackDetails .RakebackButton.disabled {
77
+ cursor: not-allowed;
78
+ opacity: 0.4;
79
+ }
80
+ .RakebackCard .RakebackCardContent .RakebackCoolOff,
81
+ .RakebackCard .RakebackCardContent .RakebackError {
82
+ margin-top: 8px;
83
+ font-weight: var(--emw--font-weight-semibold, 500);
84
+ font-size: var(--emw--font-size-x-small, 12px);
85
+ color: var(--em-color-text-error, #FF7A73);
86
+ text-align: center;
87
+ }