my-orders-tickets-widget 1.0.7-beta.1 → 1.0.8-beta.1

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.
package/dist/index.css CHANGED
@@ -25,9 +25,10 @@
25
25
  --color_button_color: #000000;
26
26
  --color_alerts: #ff0000;
27
27
  --color_warning: #ff9800;
28
- --color_success: #4caf50; }
28
+ --color_success: #4caf50;
29
+ }
29
30
 
30
- html[data-theme="DARK"] {
31
+ html[data-theme=DARK] {
31
32
  --color_text_dark: #ffffff !important;
32
33
  --color_text_light: #000000 !important;
33
34
  --color_background_light: #000000 !important;
@@ -40,109 +41,130 @@ html[data-theme="DARK"] {
40
41
  --color_input_background_color: #181a1b !important;
41
42
  --color_input_border_color: #3a3f41 !important;
42
43
  --color_text_input_hints: #7b7b7b !important;
43
- --color_horizontal_rule: #7b7b7b !important; }
44
+ --color_horizontal_rule: #7b7b7b !important;
45
+ }
44
46
 
45
47
  .filterSortContainer___nhNJs .container___QeQY_ {
46
48
  padding: 10px;
47
- width: 440px; }
48
-
49
+ width: 440px;
50
+ }
49
51
  .filterSortContainer___nhNJs .filterListContainer___IDrlS {
50
52
  display: none;
51
53
  position: absolute;
52
- top: 40px; }
53
- .filterSortContainer___nhNJs .filterListContainer___IDrlS .filterCheckboxContainer___kUnW9 {
54
- border-radius: 0; }
55
- .filterSortContainer___nhNJs .filterListContainer___IDrlS .filterCheckboxContainer___kUnW9 .titleWrapper___P6mPu {
56
- display: flex;
57
- justify-content: space-between;
58
- align-items: baseline;
59
- font-weight: 500;
60
- font-size: 16px;
61
- letter-spacing: 0.15px;
62
- cursor: "pointer"; }
63
- .filterSortContainer___nhNJs .filterListContainer___IDrlS .filterCheckboxContainer___kUnW9 .cleanButton___qqDvU {
64
- color: #2196f3;
65
- font-size: 0.9em; }
66
- .filterSortContainer___nhNJs .filterListContainer___IDrlS .filterCheckboxContainer___kUnW9 .cleanButton___qqDvU:hover {
67
- background-color: transparent; }
68
- .filterSortContainer___nhNJs .filterListContainer___IDrlS .filterDateLabel___Jgbcs {
69
- font-size: 0.9em;
70
- text-align: center; }
71
- .filterSortContainer___nhNJs .filterListContainer___IDrlS .datePickerContainer___Z42mw {
72
- padding: 5px 0;
73
- font-size: 1em; }
74
- .filterSortContainer___nhNJs .filterListContainer___IDrlS .datePickerContainer___Z42mw .MuiOutlinedInput-notchedOutline___mxEKW {
75
- border: 0; }
76
- .filterSortContainer___nhNJs .filterListContainer___IDrlS .datepickerClose___TZ7kJ {
77
- font-size: 1.5em;
78
- margin-right: 10px;
79
- cursor: pointer; }
80
- .filterSortContainer___nhNJs .filterListContainer___IDrlS .calendarDisplay___F3nuK div {
81
- font-size: 1em; }
82
- .filterSortContainer___nhNJs .filterListContainer___IDrlS .calendarDisplay___F3nuK div fieldset {
83
- border: 0;
84
- border-radius: 0;
85
- border-bottom: 1px solid rgba(0, 0, 0, 0.56); }
86
- .filterSortContainer___nhNJs .filterListContainer___IDrlS .calendarDisplay___F3nuK input {
87
- padding: 5px 10px; }
88
- .filterSortContainer___nhNJs .filterListContainer___IDrlS .MuiPickersCalendarHeader-labelContainer___O4sSs {
89
- font-size: 1em; }
90
-
54
+ top: 40px;
55
+ }
56
+ .filterSortContainer___nhNJs .filterListContainer___IDrlS .filterCheckboxContainer___kUnW9 {
57
+ border-radius: 0;
58
+ }
59
+ .filterSortContainer___nhNJs .filterListContainer___IDrlS .filterCheckboxContainer___kUnW9 .titleWrapper___P6mPu {
60
+ display: flex;
61
+ justify-content: space-between;
62
+ align-items: baseline;
63
+ font-weight: 500;
64
+ font-size: 16px;
65
+ letter-spacing: 0.15px;
66
+ cursor: "pointer";
67
+ }
68
+ .filterSortContainer___nhNJs .filterListContainer___IDrlS .filterCheckboxContainer___kUnW9 .cleanButton___qqDvU {
69
+ color: #2196f3;
70
+ font-size: 0.9em;
71
+ }
72
+ .filterSortContainer___nhNJs .filterListContainer___IDrlS .filterCheckboxContainer___kUnW9 .cleanButton___qqDvU:hover {
73
+ background-color: transparent;
74
+ }
75
+ .filterSortContainer___nhNJs .filterListContainer___IDrlS .filterDateLabel___Jgbcs {
76
+ font-size: 0.9em;
77
+ text-align: center;
78
+ }
79
+ .filterSortContainer___nhNJs .filterListContainer___IDrlS .datePickerContainer___Z42mw {
80
+ padding: 5px 0;
81
+ font-size: 1em;
82
+ }
83
+ .filterSortContainer___nhNJs .filterListContainer___IDrlS .datePickerContainer___Z42mw .MuiOutlinedInput-notchedOutline___mxEKW {
84
+ border: 0;
85
+ }
86
+ .filterSortContainer___nhNJs .filterListContainer___IDrlS .datepickerClose___TZ7kJ {
87
+ font-size: 1.5em;
88
+ margin-right: 10px;
89
+ cursor: pointer;
90
+ }
91
+ .filterSortContainer___nhNJs .filterListContainer___IDrlS .calendarDisplay___F3nuK div {
92
+ font-size: 1em;
93
+ }
94
+ .filterSortContainer___nhNJs .filterListContainer___IDrlS .calendarDisplay___F3nuK div fieldset {
95
+ border: 0;
96
+ border-radius: 0;
97
+ border-bottom: 1px solid rgba(0, 0, 0, 0.56);
98
+ }
99
+ .filterSortContainer___nhNJs .filterListContainer___IDrlS .calendarDisplay___F3nuK input {
100
+ padding: 5px 10px;
101
+ }
102
+ .filterSortContainer___nhNJs .filterListContainer___IDrlS .MuiPickersCalendarHeader-labelContainer___O4sSs {
103
+ font-size: 1em;
104
+ }
91
105
  .filterSortContainer___nhNJs .filterContainer___rrqp9 {
92
106
  position: relative;
93
- cursor: pointer; }
94
- .filterSortContainer___nhNJs .filterContainer___rrqp9 .filterIcon___iiOzo {
95
- display: inline;
96
- width: 0.9em;
97
- height: 0.9em;
98
- margin-top: -4px; }
99
- .filterSortContainer___nhNJs .filterContainer___rrqp9 .filterNumActive___kmEEK {
100
- color: var(--color_text_light);
101
- padding: 0px 4px;
102
- background-color: var(--color_text_dark);
103
- border-radius: 50%;
104
- width: 14px;
105
- height: 14px;
106
- font-size: 0.8em;
107
- position: absolute;
108
- top: 11px;
109
- left: 9px; }
110
- .filterSortContainer___nhNJs .filterContainer___rrqp9 .filterLabel___skZP7 {
111
- text-transform: uppercase;
112
- letter-spacing: 0.5px;
113
- margin-left: 5px; }
114
- .filterSortContainer___nhNJs .filterContainer___rrqp9 .showFilterList___IW4xG {
115
- display: block;
116
- z-index: 1000; }
117
-
107
+ cursor: pointer;
108
+ }
109
+ .filterSortContainer___nhNJs .filterContainer___rrqp9 .filterIcon___iiOzo {
110
+ display: inline;
111
+ width: 0.9em;
112
+ height: 0.9em;
113
+ margin-top: -4px;
114
+ }
115
+ .filterSortContainer___nhNJs .filterContainer___rrqp9 .filterNumActive___kmEEK {
116
+ color: var(--color_text_light);
117
+ padding: 0px 4px;
118
+ background-color: var(--color_text_dark);
119
+ border-radius: 50%;
120
+ width: 14px;
121
+ height: 14px;
122
+ font-size: 0.8em;
123
+ position: absolute;
124
+ top: 11px;
125
+ left: 9px;
126
+ }
127
+ .filterSortContainer___nhNJs .filterContainer___rrqp9 .filterLabel___skZP7 {
128
+ text-transform: uppercase;
129
+ letter-spacing: 0.5px;
130
+ margin-left: 5px;
131
+ }
132
+ .filterSortContainer___nhNJs .filterContainer___rrqp9 .showFilterList___IW4xG {
133
+ display: block;
134
+ z-index: 1000;
135
+ }
118
136
  .filterSortContainer___nhNJs .sortContainer___sb5Bd {
119
137
  cursor: pointer;
120
- position: relative; }
121
- .filterSortContainer___nhNJs .sortContainer___sb5Bd .sortIcon___c_XZi {
122
- display: inline;
123
- width: 0.9em;
124
- height: 0.9em;
125
- margin-top: -2px; }
126
- .filterSortContainer___nhNJs .sortContainer___sb5Bd .sortLabel___dXiMy {
127
- text-transform: uppercase;
128
- letter-spacing: 0.5px; }
129
-
138
+ position: relative;
139
+ }
140
+ .filterSortContainer___nhNJs .sortContainer___sb5Bd .sortIcon___c_XZi {
141
+ display: inline;
142
+ width: 0.9em;
143
+ height: 0.9em;
144
+ margin-top: -2px;
145
+ }
146
+ .filterSortContainer___nhNJs .sortContainer___sb5Bd .sortLabel___dXiMy {
147
+ text-transform: uppercase;
148
+ letter-spacing: 0.5px;
149
+ }
130
150
  .filterSortContainer___nhNJs .sortListContainer___Pp2Xg {
131
151
  position: absolute;
132
152
  top: 40px;
133
153
  width: 220px;
134
154
  border-radius: 0;
135
- font-size: 16px; }
136
- .filterSortContainer___nhNJs .sortListContainer___Pp2Xg .label___LAme_ {
137
- display: block;
138
- color: var(--color_text_dark);
139
- font-size: 1em;
140
- text-transform: none;
141
- font-weight: normal;
142
- letter-spacing: normal; }
143
- .filterSortContainer___nhNJs .sortListContainer___Pp2Xg .label___LAme_:hover {
144
- background-color: transparent; }
145
-
155
+ font-size: 16px;
156
+ }
157
+ .filterSortContainer___nhNJs .sortListContainer___Pp2Xg .label___LAme_ {
158
+ display: block;
159
+ color: var(--color_text_dark);
160
+ font-size: 1em;
161
+ text-transform: none;
162
+ font-weight: normal;
163
+ letter-spacing: normal;
164
+ }
165
+ .filterSortContainer___nhNJs .sortListContainer___Pp2Xg .label___LAme_:hover {
166
+ background-color: transparent;
167
+ }
146
168
  /*!*************************************************************************************************************************************************************************************************!*\
147
169
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/components/TicketStatus/styles.module.scss ***!
148
170
  \*************************************************************************************************************************************************************************************************/
@@ -170,9 +192,10 @@ html[data-theme="DARK"] {
170
192
  --color_button_color: #000000;
171
193
  --color_alerts: #ff0000;
172
194
  --color_warning: #ff9800;
173
- --color_success: #4caf50; }
195
+ --color_success: #4caf50;
196
+ }
174
197
 
175
- html[data-theme="DARK"] {
198
+ html[data-theme=DARK] {
176
199
  --color_text_dark: #ffffff !important;
177
200
  --color_text_light: #000000 !important;
178
201
  --color_background_light: #000000 !important;
@@ -185,38 +208,39 @@ html[data-theme="DARK"] {
185
208
  --color_input_background_color: #181a1b !important;
186
209
  --color_input_border_color: #3a3f41 !important;
187
210
  --color_text_input_hints: #7b7b7b !important;
188
- --color_horizontal_rule: #7b7b7b !important; }
211
+ --color_horizontal_rule: #7b7b7b !important;
212
+ }
189
213
 
190
214
  .ticketStatusContainer___qj6fb .buttonPill___zq2tc {
191
215
  padding: 3px 10px;
192
216
  font-size: 0.9em;
193
217
  border-radius: 16px;
194
218
  background-color: var(--color_text_light);
195
- letter-spacing: 0; }
196
-
219
+ letter-spacing: 0;
220
+ }
197
221
  .ticketStatusContainer___qj6fb .buttonRefundRequested___pWt30 {
198
222
  color: var(--color_text_dark);
199
223
  font-size: 0.9em;
200
224
  border-radius: 16px;
201
225
  background-color: rgba(0, 0, 0, 0.08);
202
- margin-right: 5px; }
203
-
226
+ margin-right: 5px;
227
+ }
204
228
  .ticketStatusContainer___qj6fb .buttonIncomplete___TolHg {
205
229
  color: var(--color_warning);
206
- border: 1px solid var(--color_warning); }
207
-
230
+ border: 1px solid var(--color_warning);
231
+ }
208
232
  .ticketStatusContainer___qj6fb .buttonComplete___llWkZ {
209
233
  color: var(--color_success);
210
- border: 1px solid var(--color_success); }
211
-
234
+ border: 1px solid var(--color_success);
235
+ }
212
236
  .ticketStatusContainer___qj6fb .buttonUnassigned___YDd8X {
213
237
  color: var(--color_alerts);
214
- border: 1px solid var(--color_alerts); }
215
-
238
+ border: 1px solid var(--color_alerts);
239
+ }
216
240
  .ticketStatusContainer___qj6fb .buttonCancelled___ErlDZ {
217
241
  color: var(--color_gray_dark);
218
- border: 1px solid var(--color_gray_dark); }
219
-
242
+ border: 1px solid var(--color_gray_dark);
243
+ }
220
244
  /*!***********************************************************************************************************************************************************************************************!*\
221
245
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/components/OrdersList/styles.module.scss ***!
222
246
  \***********************************************************************************************************************************************************************************************/
@@ -244,9 +268,10 @@ html[data-theme="DARK"] {
244
268
  --color_button_color: #000000;
245
269
  --color_alerts: #ff0000;
246
270
  --color_warning: #ff9800;
247
- --color_success: #4caf50; }
271
+ --color_success: #4caf50;
272
+ }
248
273
 
249
- html[data-theme="DARK"] {
274
+ html[data-theme=DARK] {
250
275
  --color_text_dark: #ffffff !important;
251
276
  --color_text_light: #000000 !important;
252
277
  --color_background_light: #000000 !important;
@@ -259,136 +284,165 @@ html[data-theme="DARK"] {
259
284
  --color_input_background_color: #181a1b !important;
260
285
  --color_input_border_color: #3a3f41 !important;
261
286
  --color_text_input_hints: #7b7b7b !important;
262
- --color_horizontal_rule: #7b7b7b !important; }
287
+ --color_horizontal_rule: #7b7b7b !important;
288
+ }
263
289
 
264
290
  .orderTicketInfoContainer____p66V {
265
- margin-top: 20px; }
266
- .orderTicketInfoContainer____p66V:not(:first-child) {
267
- padding-top: 20px;
268
- border-top: 1px solid var(--color_input_border_color_light); }
269
- .orderTicketInfoContainer____p66V .orderTicketInfo___gemqB {
270
- display: block;
271
- color: rgba(0, 0, 0, 0.6);
272
- margin: 15px 0; }
291
+ margin-top: 20px;
292
+ }
293
+ .orderTicketInfoContainer____p66V:not(:first-child) {
294
+ padding-top: 20px;
295
+ border-top: 1px solid var(--color_input_border_color_light);
296
+ }
297
+ .orderTicketInfoContainer____p66V .orderTicketInfo___gemqB {
298
+ display: block;
299
+ color: rgba(0, 0, 0, 0.6);
300
+ margin: 15px 0;
301
+ }
273
302
 
274
303
  .badgeFeatureWrapper___IQLNP {
275
304
  display: flex;
276
305
  justify-content: end;
277
- align-items: center; }
306
+ align-items: center;
307
+ }
278
308
 
279
309
  .ticketNo___a2iM9 {
280
310
  display: block;
281
311
  margin: 3px 0;
282
- font-size: 0.9em; }
312
+ font-size: 0.9em;
313
+ }
283
314
 
284
315
  .display_none___CqpL3 {
285
- display: none; }
316
+ display: none;
317
+ }
286
318
 
287
319
  .refundButtons___jDl4H {
288
320
  border-color: var(--color_text_dark);
289
321
  color: var(--color_text_dark);
290
322
  margin: 5px 5px 5px 0;
291
- font-size: 0.7em; }
323
+ font-size: 0.7em;
324
+ }
292
325
 
293
326
  .orderTicketContainer___ZJLzk {
294
- margin-bottom: 30px; }
295
- .orderTicketContainer___ZJLzk .assignedToMeWrapper___Uxc2y {
296
- margin: 15px 0; }
297
- .orderTicketContainer___ZJLzk .assignedToMeWrapper___Uxc2y .viewMoreButton___K_1zT {
298
- display: block;
299
- padding: 5px 10px;
300
- color: var(--color_text_dark);
301
- font-size: 1.3em;
302
- text-decoration: underline;
303
- margin: 20px auto 0;
304
- text-transform: none;
305
- cursor: pointer; }
306
- .orderTicketContainer___ZJLzk:not(:last-child) {
307
- padding-bottom: 30px; }
308
- .orderTicketContainer___ZJLzk .label___zXDWz {
309
- color: var(--color_text_med);
310
- font-weight: normal;
311
- font-size: 0.9em;
312
- padding: 0; }
313
- .orderTicketContainer___ZJLzk .ticketTicketType___Zq_f0 h4 {
314
- font-size: 1.5em;
315
- display: inline; }
316
- .orderTicketContainer___ZJLzk .ticketOwnerEmail___Zt4OE {
317
- font-size: 1.1em; }
318
- .orderTicketContainer___ZJLzk .ticketFooter___j3bdi {
319
- display: flex;
320
- flex-wrap: wrap;
321
- width: 100%;
322
- gap: 16px;
323
- justify-content: space-between; }
324
- .orderTicketContainer___ZJLzk .ticketFooter___j3bdi .ticketActionButtons___rpSMQ {
325
- min-height: 36px;
326
- padding: 0 32px 16px 24px; }
327
- .orderTicketContainer___ZJLzk .ticketListContainer___cfmrr {
328
- width: 100%; }
329
- .orderTicketContainer___ZJLzk .ticketListContainer___cfmrr .viewMoreButton___K_1zT {
330
- display: block;
331
- padding: 5px 10px;
332
- color: var(--color_text_dark);
333
- font-size: 1.3em;
334
- text-decoration: underline;
335
- margin: 0 auto;
336
- text-transform: none;
337
- cursor: pointer; }
338
- .orderTicketContainer___ZJLzk .ticketListContainer___cfmrr .viewFinishTicketButton___HF6Im {
339
- padding: 5px 10px;
340
- background-color: var(--color_text_dark);
341
- color: #ffffff;
342
- border: 1px solid var(--color_text_dark);
343
- font-size: 1em; }
344
- .orderTicketContainer___ZJLzk .ticketListContainer___cfmrr .reassignButton___RojM5 {
345
- padding: 5px 10px;
346
- color: #000000;
347
- display: inline-block;
348
- border: 1px solid var(--color_text_dark);
349
- font-size: 1em;
350
- margin-left: 10px; }
351
- .orderTicketContainer___ZJLzk .ticketListContainer___cfmrr .assignTicketButton___zzLsc {
352
- padding: 5px 10px;
353
- background-color: var(--color_text_dark);
354
- color: #ffffff;
355
- border: 1px solid var(--color_text_dark);
356
- font-size: 1em;
357
- margin-left: 10px; }
358
- .orderTicketContainer___ZJLzk .ticketListContainer___cfmrr .tabButtons___xTyJA {
359
- width: 50%;
360
- font-size: 1em; }
361
- .orderTicketContainer___ZJLzk .orderWrapper___yDBAo {
362
- padding: 0;
363
- margin: 0;
364
- border-radius: 3px;
365
- border: 1px solid var(--color_gray_dark);
366
- max-width: 643px;
367
- position: relative;
368
- min-height: 178px; }
369
- .orderTicketContainer___ZJLzk .orderWrapper___yDBAo:not(:last-child) {
370
- margin-bottom: 20px; }
371
- .orderTicketContainer___ZJLzk .orderWrapper___yDBAo:after {
372
- background: var(--color_background_light);
373
- position: absolute;
374
- content: "";
375
- right: -1px;
376
- top: 35%;
377
- width: 25px;
378
- height: 50px;
379
- border-radius: 150px 0 0 150px;
380
- border: 1px solid var(--color_gray_dark);
381
- border-right-color: transparent; }
327
+ margin-bottom: 30px;
328
+ }
329
+ .orderTicketContainer___ZJLzk .assignedToMeWrapper___Uxc2y {
330
+ margin: 15px 0;
331
+ }
332
+ .orderTicketContainer___ZJLzk .assignedToMeWrapper___Uxc2y .viewMoreButton___K_1zT {
333
+ display: block;
334
+ padding: 5px 10px;
335
+ color: var(--color_text_dark);
336
+ font-size: 1.3em;
337
+ text-decoration: underline;
338
+ margin: 20px auto 0;
339
+ text-transform: none;
340
+ cursor: pointer;
341
+ }
342
+ .orderTicketContainer___ZJLzk:not(:last-child) {
343
+ padding-bottom: 30px;
344
+ }
345
+ .orderTicketContainer___ZJLzk .label___zXDWz {
346
+ color: var(--color_text_med);
347
+ font-weight: normal;
348
+ font-size: 0.9em;
349
+ padding: 0;
350
+ }
351
+ .orderTicketContainer___ZJLzk .ticketTicketType___Zq_f0 h4 {
352
+ font-size: 1.5em;
353
+ display: inline;
354
+ }
355
+ .orderTicketContainer___ZJLzk .ticketOwnerEmail___Zt4OE {
356
+ font-size: 1.1em;
357
+ }
358
+ .orderTicketContainer___ZJLzk .ticketFooter___j3bdi {
359
+ display: flex;
360
+ flex-wrap: wrap;
361
+ width: 100%;
362
+ gap: 16px;
363
+ justify-content: space-between;
364
+ }
365
+ .orderTicketContainer___ZJLzk .ticketFooter___j3bdi .ticketActionButtons___rpSMQ {
366
+ min-height: 36px;
367
+ padding: 0 32px 16px 24px;
368
+ }
369
+ .orderTicketContainer___ZJLzk .ticketListContainer___cfmrr {
370
+ width: 100%;
371
+ }
372
+ .orderTicketContainer___ZJLzk .ticketListContainer___cfmrr .viewMoreButton___K_1zT {
373
+ display: block;
374
+ padding: 5px 10px;
375
+ color: var(--color_text_dark);
376
+ font-size: 1.3em;
377
+ text-decoration: underline;
378
+ margin: 0 auto;
379
+ text-transform: none;
380
+ cursor: pointer;
381
+ }
382
+ .orderTicketContainer___ZJLzk .ticketListContainer___cfmrr .viewFinishTicketButton___HF6Im {
383
+ padding: 5px 10px;
384
+ background-color: var(--color_text_dark);
385
+ color: #ffffff;
386
+ border: 1px solid var(--color_text_dark);
387
+ font-size: 1em;
388
+ }
389
+ .orderTicketContainer___ZJLzk .ticketListContainer___cfmrr .reassignButton___RojM5 {
390
+ padding: 5px 10px;
391
+ color: #000000;
392
+ display: inline-block;
393
+ border: 1px solid var(--color_text_dark);
394
+ font-size: 1em;
395
+ margin-left: 10px;
396
+ }
397
+ .orderTicketContainer___ZJLzk .ticketListContainer___cfmrr .assignTicketButton___zzLsc {
398
+ padding: 5px 10px;
399
+ background-color: var(--color_text_dark);
400
+ color: #ffffff;
401
+ border: 1px solid var(--color_text_dark);
402
+ font-size: 1em;
403
+ margin-left: 10px;
404
+ }
405
+ .orderTicketContainer___ZJLzk .ticketListContainer___cfmrr .tabButtons___xTyJA {
406
+ width: 50%;
407
+ font-size: 1em;
408
+ }
409
+ .orderTicketContainer___ZJLzk .orderWrapper___yDBAo {
410
+ padding: 0;
411
+ margin: 0;
412
+ border-radius: 3px;
413
+ border: 1px solid var(--color_gray_dark);
414
+ max-width: 643px;
415
+ position: relative;
416
+ min-height: 178px;
417
+ }
418
+ .orderTicketContainer___ZJLzk .orderWrapper___yDBAo:not(:last-child) {
419
+ margin-bottom: 20px;
420
+ }
421
+ .orderTicketContainer___ZJLzk .orderWrapper___yDBAo:after {
422
+ background: var(--color_background_light);
423
+ position: absolute;
424
+ content: "";
425
+ right: -1px;
426
+ top: 35%;
427
+ width: 25px;
428
+ height: 50px;
429
+ border-radius: 150px 0 0 150px;
430
+ border: 1px solid var(--color_gray_dark);
431
+ border-right-color: transparent;
432
+ }
382
433
 
383
434
  .assignToMeText___ZPaex {
384
435
  background-color: var(--color_gray_lighter);
385
- padding: 0.7em; }
436
+ padding: 0.7em;
437
+ }
386
438
 
387
439
  .assignedToMeDes___GjFkV {
388
- margin: 1em 0; }
440
+ margin: 1em 0;
441
+ }
389
442
 
390
443
  .assignedByText___bNZ7z {
391
- margin-left: 3em; }
444
+ margin-left: 3em;
445
+ }
392
446
 
393
447
  .orderWrapper___yDBAo.refundModal___EqgPF {
394
448
  padding: 0;
@@ -398,38 +452,45 @@ html[data-theme="DARK"] {
398
452
  max-width: 643px;
399
453
  position: relative;
400
454
  min-height: 178px;
401
- flex-wrap: nowrap; }
402
- .orderWrapper___yDBAo.refundModal___EqgPF .checkbox___XZJpb {
403
- border-right: 1px solid var(--color_gray_dark);
404
- height: auto;
405
- display: flex;
406
- justify-content: center;
407
- align-items: start; }
408
- .orderWrapper___yDBAo.refundModal___EqgPF.selected___HWGNc {
409
- background-color: #d9d9d9;
410
- border: 2px solid var(--color_background_dark); }
411
- .orderWrapper___yDBAo.refundModal___EqgPF.selected___HWGNc:after {
412
- border: 2px solid var(--color_background_dark);
413
- border-right-color: transparent;
414
- right: -2px; }
415
- .orderWrapper___yDBAo.refundModal___EqgPF.selected___HWGNc .checkbox___XZJpb {
416
- border-right: 2px solid var(--color_background_dark); }
417
- .orderWrapper___yDBAo.refundModal___EqgPF:not(:last-child) {
418
- margin-bottom: 20px; }
419
- .orderWrapper___yDBAo.refundModal___EqgPF:after {
420
- background: var(--color_background_light);
421
- position: absolute;
422
- content: "";
423
- right: -1px;
424
- top: 35%;
425
- width: 25px;
426
- height: 50px;
427
- border-radius: 150px 0 0 150px;
428
- border: 1px solid var(--color_gray_dark);
429
- border-right-color: transparent; }
430
- .orderWrapper___yDBAo.refundModal___EqgPF.disabledRefund___Sffl7 {
431
- opacity: 0.3; }
432
-
455
+ flex-wrap: nowrap;
456
+ }
457
+ .orderWrapper___yDBAo.refundModal___EqgPF .checkbox___XZJpb {
458
+ border-right: 1px solid var(--color_gray_dark);
459
+ height: auto;
460
+ display: flex;
461
+ justify-content: center;
462
+ align-items: start;
463
+ }
464
+ .orderWrapper___yDBAo.refundModal___EqgPF.selected___HWGNc {
465
+ background-color: #d9d9d9;
466
+ border: 2px solid var(--color_background_dark);
467
+ }
468
+ .orderWrapper___yDBAo.refundModal___EqgPF.selected___HWGNc:after {
469
+ border: 2px solid var(--color_background_dark);
470
+ border-right-color: transparent;
471
+ right: -2px;
472
+ }
473
+ .orderWrapper___yDBAo.refundModal___EqgPF.selected___HWGNc .checkbox___XZJpb {
474
+ border-right: 2px solid var(--color_background_dark);
475
+ }
476
+ .orderWrapper___yDBAo.refundModal___EqgPF:not(:last-child) {
477
+ margin-bottom: 20px;
478
+ }
479
+ .orderWrapper___yDBAo.refundModal___EqgPF:after {
480
+ background: var(--color_background_light);
481
+ position: absolute;
482
+ content: "";
483
+ right: -1px;
484
+ top: 35%;
485
+ width: 25px;
486
+ height: 50px;
487
+ border-radius: 150px 0 0 150px;
488
+ border: 1px solid var(--color_gray_dark);
489
+ border-right-color: transparent;
490
+ }
491
+ .orderWrapper___yDBAo.refundModal___EqgPF.disabledRefund___Sffl7 {
492
+ opacity: 0.3;
493
+ }
433
494
  /*!******************************************************************************************************************************************************************************************************************************!*\
434
495
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/components/TicketDetail/components/TicketOwnerFields/styles.module.scss ***!
435
496
  \******************************************************************************************************************************************************************************************************************************/
@@ -438,14 +499,14 @@ html[data-theme="DARK"] {
438
499
  font-size: 12px;
439
500
  font-weight: 400;
440
501
  line-height: 20px;
441
- color: var(--color_text_med); }
442
-
502
+ color: var(--color_text_med);
503
+ }
443
504
  /*!***********************************************************************************************************************************************************************************************************************************!*\
444
505
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/components/TicketDetail/components/RegistrationDisclaimer/styles.module.scss ***!
445
506
  \***********************************************************************************************************************************************************************************************************************************/
446
507
  .wrapper___EwORz {
447
- color: var(--color_text_dark); }
448
-
508
+ color: var(--color_text_dark);
509
+ }
449
510
  /*!***********************************************************************************************************************************************************************************************!*\
450
511
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/components/FormFooter/styles.module.scss ***!
451
512
  \***********************************************************************************************************************************************************************************************/
@@ -453,91 +514,99 @@ html[data-theme="DARK"] {
453
514
  padding: 30px 0 40px;
454
515
  display: flex;
455
516
  justify-content: center;
456
- gap: 30px; }
457
- .footer___SN70y .saveBtn___nbU6c,
458
- .footer___SN70y .cancelBtn___qDexh {
459
- font-family: Roboto, Arial, serif;
460
- font-size: 1em;
461
- font-weight: 500;
462
- line-height: 22px;
463
- text-transform: uppercase; }
464
-
517
+ gap: 30px;
518
+ }
519
+ .footer___SN70y .saveBtn___nbU6c,
520
+ .footer___SN70y .cancelBtn___qDexh {
521
+ font-family: Roboto, Arial, serif;
522
+ font-size: 1em;
523
+ font-weight: 500;
524
+ line-height: 22px;
525
+ text-transform: uppercase;
526
+ }
465
527
  /*!*************************************************************************************************************************************************************************************************!*\
466
528
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/components/TicketDetail/styles.module.scss ***!
467
529
  \*************************************************************************************************************************************************************************************************/
468
530
  .ticketDetailContainer___b2TLR .MuiDrawer-paper {
469
- width: 60% !important; }
470
-
531
+ width: 60% !important;
532
+ }
471
533
  @media (max-width: 1200px) {
472
534
  .ticketDetailContainer___b2TLR .MuiDrawer-paper {
473
- width: 100% !important; } }
474
-
535
+ width: 100% !important;
536
+ }
537
+ }
475
538
  .ticketDetailContainer___b2TLR .closeBtn___WNJlE {
476
539
  position: absolute;
477
540
  top: 5px;
478
- right: 5px; }
479
-
541
+ right: 5px;
542
+ }
480
543
  .ticketDetailContainer___b2TLR .header___Augnz .title___wQzUN {
481
544
  font-size: 1.4em;
482
545
  font-weight: 500;
483
- text-align: center; }
484
-
546
+ text-align: center;
547
+ }
485
548
  .ticketDetailContainer___b2TLR .header___Augnz .subtitle___y_NuO {
486
549
  font-size: 1.1em;
487
550
  font-weight: 400;
488
551
  text-align: center;
489
- color: var(--color_text_med); }
490
-
552
+ color: var(--color_text_med);
553
+ }
491
554
  .ticketDetailContainer___b2TLR .header___Augnz .status___kwC8y {
492
555
  font-family: Roboto, Arial, serif;
493
556
  font-size: 1em;
494
557
  font-weight: 500;
495
558
  text-align: center;
496
559
  text-transform: uppercase;
497
- color: #729743; }
498
-
560
+ color: #729743;
561
+ }
499
562
  .ticketDetailContainer___b2TLR .header___Augnz .qrCode___fwqZq {
500
563
  width: 118px;
501
- margin: 0 auto; }
502
-
564
+ margin: 0 auto;
565
+ }
503
566
  .ticketDetailContainer___b2TLR .header___Augnz .qrNote___Gc7Kn {
504
567
  font-size: 1.1em;
505
568
  font-weight: 400;
506
569
  text-align: center;
507
570
  color: var(--color_text_med);
508
571
  max-width: 315px;
509
- margin: 0 auto; }
510
-
572
+ margin: 0 auto;
573
+ }
511
574
  .ticketDetailContainer___b2TLR .header___Augnz .actionButtonsContainer___Auvrn {
512
575
  display: flex;
513
576
  flex-direction: column;
514
577
  justify-content: space-around;
515
- margin-top: 20px; }
578
+ margin-top: 20px;
579
+ }
580
+ .ticketDetailContainer___b2TLR .header___Augnz .actionButtonsContainer___Auvrn .downloadBtn___qjYhz,
581
+ .ticketDetailContainer___b2TLR .header___Augnz .actionButtonsContainer___Auvrn .sendBtn___koWM2 {
582
+ margin-bottom: 20px;
583
+ width: 100%;
584
+ font-family: Roboto, Arial, serif;
585
+ font-size: 1em;
586
+ font-weight: 500;
587
+ line-height: 22px;
588
+ text-transform: uppercase;
589
+ background-color: var(--color_background_dark);
590
+ color: var(--color_text_light);
591
+ }
592
+ .ticketDetailContainer___b2TLR .header___Augnz .actionButtonsContainer___Auvrn .downloadBtn___qjYhz.sent___k6WKx,
593
+ .ticketDetailContainer___b2TLR .header___Augnz .actionButtonsContainer___Auvrn .sendBtn___koWM2.sent___k6WKx {
594
+ background-color: green;
595
+ }
596
+ .ticketDetailContainer___b2TLR .header___Augnz .actionButtonsContainer___Auvrn .downloadBtn___qjYhz .MuiSvgIcon-root,
597
+ .ticketDetailContainer___b2TLR .header___Augnz .actionButtonsContainer___Auvrn .sendBtn___koWM2 .MuiSvgIcon-root {
598
+ margin-right: 8px;
599
+ }
600
+ @media (min-width: 600px) {
601
+ .ticketDetailContainer___b2TLR .header___Augnz .actionButtonsContainer___Auvrn {
602
+ flex-direction: row;
603
+ }
516
604
  .ticketDetailContainer___b2TLR .header___Augnz .actionButtonsContainer___Auvrn .downloadBtn___qjYhz,
517
605
  .ticketDetailContainer___b2TLR .header___Augnz .actionButtonsContainer___Auvrn .sendBtn___koWM2 {
518
- margin-bottom: 20px;
519
- width: 100%;
520
- font-family: Roboto, Arial, serif;
521
- font-size: 1em;
522
- font-weight: 500;
523
- line-height: 22px;
524
- text-transform: uppercase;
525
- background-color: var(--color_background_dark);
526
- color: var(--color_text_light); }
527
- .ticketDetailContainer___b2TLR .header___Augnz .actionButtonsContainer___Auvrn .downloadBtn___qjYhz.sent___k6WKx,
528
- .ticketDetailContainer___b2TLR .header___Augnz .actionButtonsContainer___Auvrn .sendBtn___koWM2.sent___k6WKx {
529
- background-color: green; }
530
- .ticketDetailContainer___b2TLR .header___Augnz .actionButtonsContainer___Auvrn .downloadBtn___qjYhz .MuiSvgIcon-root,
531
- .ticketDetailContainer___b2TLR .header___Augnz .actionButtonsContainer___Auvrn .sendBtn___koWM2 .MuiSvgIcon-root {
532
- margin-right: 8px; }
533
- @media (min-width: 600px) {
534
- .ticketDetailContainer___b2TLR .header___Augnz .actionButtonsContainer___Auvrn {
535
- flex-direction: row; }
536
- .ticketDetailContainer___b2TLR .header___Augnz .actionButtonsContainer___Auvrn .downloadBtn___qjYhz,
537
- .ticketDetailContainer___b2TLR .header___Augnz .actionButtonsContainer___Auvrn .sendBtn___koWM2 {
538
- margin-bottom: 0px;
539
- width: 180px; } }
540
-
606
+ margin-bottom: 0px;
607
+ width: 180px;
608
+ }
609
+ }
541
610
  .ticketDetailContainer___b2TLR .header___Augnz .orderNumber___L5Q5a {
542
611
  font-family: Roboto, Arial, serif;
543
612
  font-size: 1em;
@@ -545,111 +614,128 @@ html[data-theme="DARK"] {
545
614
  line-height: 20px;
546
615
  text-align: center;
547
616
  margin-top: 20px;
548
- color: var(--color_text_med); }
549
- .ticketDetailContainer___b2TLR .header___Augnz .orderNumber___L5Q5a .copyBtn____utA6 {
550
- color: #2196f3; }
551
-
617
+ color: var(--color_text_med);
618
+ }
619
+ .ticketDetailContainer___b2TLR .header___Augnz .orderNumber___L5Q5a .copyBtn____utA6 {
620
+ color: #2196f3;
621
+ }
552
622
  .ticketDetailContainer___b2TLR .attendeeContainer___Q0VUz {
553
- padding: 20px 70px; }
554
- .ticketDetailContainer___b2TLR .attendeeContainer___Q0VUz .MuiFormControl-root {
555
- margin-bottom: 10px; }
556
- .ticketDetailContainer___b2TLR .attendeeContainer___Q0VUz .attendeeInfoTitle___Lmrm4 {
557
- font-size: 1.4em;
558
- font-weight: 500;
559
- margin: 5px 0 20px; }
560
- .ticketDetailContainer___b2TLR .attendeeContainer___Q0VUz .delegatedTo___SGVQI,
561
- .ticketDetailContainer___b2TLR .attendeeContainer___Q0VUz .additionalDetails___mP1iJ {
562
- font-size: 1.1em;
563
- font-weight: 500;
564
- margin: 50px 0 15px; }
565
-
623
+ padding: 20px 70px;
624
+ }
625
+ .ticketDetailContainer___b2TLR .attendeeContainer___Q0VUz .MuiFormControl-root {
626
+ margin-bottom: 10px;
627
+ }
628
+ .ticketDetailContainer___b2TLR .attendeeContainer___Q0VUz .attendeeInfoTitle___Lmrm4 {
629
+ font-size: 1.4em;
630
+ font-weight: 500;
631
+ margin: 5px 0 20px;
632
+ }
633
+ .ticketDetailContainer___b2TLR .attendeeContainer___Q0VUz .delegatedTo___SGVQI,
634
+ .ticketDetailContainer___b2TLR .attendeeContainer___Q0VUz .additionalDetails___mP1iJ {
635
+ font-size: 1.1em;
636
+ font-weight: 500;
637
+ margin: 50px 0 15px;
638
+ }
566
639
  /*!************************************************************************************************************************************************************************************************!*\
567
640
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/components/RightDrawer/styles.module.scss ***!
568
641
  \************************************************************************************************************************************************************************************************/
569
642
  .wrapper___ROJGs .MuiDrawer-paper {
570
643
  width: 60% !important;
571
- max-width: 646px; }
572
-
644
+ max-width: 646px;
645
+ }
573
646
  @media (max-width: 1200px) {
574
647
  .wrapper___ROJGs .MuiDrawer-paper {
575
- width: 100% !important; } }
576
-
648
+ width: 100% !important;
649
+ }
650
+ }
577
651
  .wrapper___ROJGs .closeBtn___ySQCO {
578
652
  position: absolute;
579
653
  top: 5px;
580
- right: 5px; }
581
-
654
+ right: 5px;
655
+ }
582
656
  .wrapper___ROJGs .header___fBXG9 {
583
657
  padding: 20px 5rem;
584
- background-color: var(--color_background_light); }
585
- .wrapper___ROJGs .header___fBXG9 .title___tyZeQ {
586
- margin-top: 20px;
587
- text-align: center; }
588
-
658
+ background-color: var(--color_background_light);
659
+ }
660
+ .wrapper___ROJGs .header___fBXG9 .title___tyZeQ {
661
+ margin-top: 20px;
662
+ text-align: center;
663
+ }
589
664
  /*!*********************************************************************************************************************************************************************************************!*\
590
665
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/components/CopyText/styles.module.scss ***!
591
666
  \*********************************************************************************************************************************************************************************************/
592
667
  .wrapper___mVPiR {
593
668
  display: inline;
594
- margin: 3px 0 10px; }
595
- .wrapper___mVPiR span {
596
- display: inline-block; }
597
- .wrapper___mVPiR .truncated___jWSnU {
598
- display: inline-block;
599
- text-wrap: nowrap;
600
- overflow: hidden;
601
- text-overflow: ellipsis;
602
- direction: rtl;
603
- margin-bottom: -5px; }
604
- .wrapper___mVPiR .truncated___jWSnU.reversed___zJzmD {
605
- direction: ltr; }
669
+ margin: 3px 0 10px;
670
+ }
671
+ .wrapper___mVPiR span {
672
+ display: inline-block;
673
+ }
674
+ .wrapper___mVPiR .truncated___jWSnU {
675
+ display: inline-block;
676
+ text-wrap: nowrap;
677
+ overflow: hidden;
678
+ text-overflow: ellipsis;
679
+ direction: rtl;
680
+ margin-bottom: -5px;
681
+ }
682
+ .wrapper___mVPiR .truncated___jWSnU.reversed___zJzmD {
683
+ direction: ltr;
684
+ }
606
685
 
607
686
  svg.copyIcon___lI3eQ {
608
687
  color: var(--color_secondary);
609
688
  margin-left: 5px;
610
689
  margin-bottom: -2px;
611
- cursor: pointer; }
690
+ cursor: pointer;
691
+ }
612
692
 
613
693
  .MuiTooltip-tooltip {
614
- font-size: 0.8em; }
615
-
694
+ font-size: 0.8em;
695
+ }
616
696
  /*!*******************************************************************************************************************************************************************************************************************!*\
617
697
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/components/TicketAssign/components/Header/styles.module.scss ***!
618
698
  \*******************************************************************************************************************************************************************************************************************/
619
699
  .wrapper___mVuiZ {
620
- text-align: center; }
621
- .wrapper___mVuiZ .purchasedByWrapper___Dh6HU {
622
- margin: -50px 0 50px; }
623
- .wrapper___mVuiZ .purchasedByWrapper___Dh6HU .purchasedBy___MNiHT {
624
- text-align: center;
625
- color: var(--color_text_med); }
626
- .wrapper___mVuiZ .purchasedByWrapper___Dh6HU .orderNo___VOPRw {
627
- text-align: center;
628
- color: var(--color_text_med); }
629
- .wrapper___mVuiZ .headerNote___Ae5EA {
630
- font-weight: 700;
631
- text-align: center;
632
- white-space: pre-line;
633
- margin: 0 auto; }
634
-
700
+ text-align: center;
701
+ }
702
+ .wrapper___mVuiZ .purchasedByWrapper___Dh6HU {
703
+ margin: -50px 0 50px;
704
+ }
705
+ .wrapper___mVuiZ .purchasedByWrapper___Dh6HU .purchasedBy___MNiHT {
706
+ text-align: center;
707
+ color: var(--color_text_med);
708
+ }
709
+ .wrapper___mVuiZ .purchasedByWrapper___Dh6HU .orderNo___VOPRw {
710
+ text-align: center;
711
+ color: var(--color_text_med);
712
+ }
713
+ .wrapper___mVuiZ .headerNote___Ae5EA {
714
+ font-weight: 700;
715
+ text-align: center;
716
+ white-space: pre-line;
717
+ margin: 0 auto;
718
+ }
635
719
  /*!**************************************************************************************************************************************************************************************************************************!*\
636
720
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/components/TicketAssign/components/AssignOptions/styles.module.scss ***!
637
721
  \**************************************************************************************************************************************************************************************************************************/
638
722
  .wrapper___W94SL {
639
723
  text-align: center;
640
- margin-top: 40px; }
641
- .wrapper___W94SL .unassignWrapper___g3e2u {
642
- margin-top: 60px;
643
- text-align: center; }
644
- .wrapper___W94SL .unassignWrapper___g3e2u .unassignBtn___i7mgy {
645
- text-transform: none; }
646
-
724
+ margin-top: 40px;
725
+ }
726
+ .wrapper___W94SL .unassignWrapper___g3e2u {
727
+ margin-top: 60px;
728
+ text-align: center;
729
+ }
730
+ .wrapper___W94SL .unassignWrapper___g3e2u .unassignBtn___i7mgy {
731
+ text-transform: none;
732
+ }
647
733
  /*!*************************************************************************************************************************************************************************************************!*\
648
734
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/components/TicketAssign/styles.module.scss ***!
649
735
  \*************************************************************************************************************************************************************************************************/
650
736
  .ticketReassignContainer___gOtaJ {
651
- padding: 20px 70px; }
652
-
737
+ padding: 20px 70px;
738
+ }
653
739
  /*!*****************************************************************************************************************************************************************************************************!*\
654
740
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/components/BadgeFeatureIcon/styles.module.scss ***!
655
741
  \*****************************************************************************************************************************************************************************************************/
@@ -659,12 +745,14 @@ svg.copyIcon___lI3eQ {
659
745
  margin-left: 8px;
660
746
  flex-shrink: 0;
661
747
  border-radius: 50%;
662
- overflow: hidden; }
748
+ overflow: hidden;
749
+ }
663
750
 
664
751
  .badgeFeatureImage___YO4fs {
665
752
  width: 100%;
666
753
  height: 100%;
667
- object-fit: cover; }
754
+ object-fit: cover;
755
+ }
668
756
 
669
757
  .badgeFeatureInitials___kW7Zk {
670
758
  width: 100%;
@@ -676,8 +764,8 @@ svg.copyIcon___lI3eQ {
676
764
  justify-content: center;
677
765
  font-size: 17px;
678
766
  font-weight: bold;
679
- line-height: 1.3; }
680
-
767
+ line-height: 1.3;
768
+ }
681
769
  /*!*************************************************************************************************************************************************************************************************!*\
682
770
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/components/OrderSummary/styles.module.scss ***!
683
771
  \*************************************************************************************************************************************************************************************************/
@@ -705,9 +793,10 @@ svg.copyIcon___lI3eQ {
705
793
  --color_button_color: #000000;
706
794
  --color_alerts: #ff0000;
707
795
  --color_warning: #ff9800;
708
- --color_success: #4caf50; }
796
+ --color_success: #4caf50;
797
+ }
709
798
 
710
- html[data-theme="DARK"] {
799
+ html[data-theme=DARK] {
711
800
  --color_text_dark: #ffffff !important;
712
801
  --color_text_light: #000000 !important;
713
802
  --color_background_light: #000000 !important;
@@ -720,25 +809,32 @@ html[data-theme="DARK"] {
720
809
  --color_input_background_color: #181a1b !important;
721
810
  --color_input_border_color: #3a3f41 !important;
722
811
  --color_text_input_hints: #7b7b7b !important;
723
- --color_horizontal_rule: #7b7b7b !important; }
812
+ --color_horizontal_rule: #7b7b7b !important;
813
+ }
724
814
 
725
815
  .orderSummaryWrapper___RwIER {
726
816
  border: 1px solid var(--color_gray_dark);
727
817
  padding: 15px;
728
- border-radius: 4px; }
729
- .orderSummaryWrapper___RwIER h3 {
730
- font-size: 1.5em;
731
- margin: 0 0 15px 0; }
732
- .orderSummaryWrapper___RwIER .orderSummaryPurchasedInfo____RBXE {
733
- padding: 15px 0; }
734
- .orderSummaryWrapper___RwIER .orderSummaryPurchasedInfo____RBXE .orderDetailsTickets___m4IjK {
735
- list-style-type: none;
736
- margin-left: 0;
737
- padding-left: 0; }
738
- .orderSummaryWrapper___RwIER .orderSummaryPurchasedInfo____RBXE .orderDetailsMmount___r3kRA {
739
- font-size: 1em; }
740
- .orderSummaryWrapper___RwIER .orderSummaryTable___YDnxV {
741
- font-size: 1.1em; }
818
+ border-radius: 4px;
819
+ }
820
+ .orderSummaryWrapper___RwIER h3 {
821
+ font-size: 1.5em;
822
+ margin: 0 0 15px 0;
823
+ }
824
+ .orderSummaryWrapper___RwIER .orderSummaryPurchasedInfo____RBXE {
825
+ padding: 15px 0;
826
+ }
827
+ .orderSummaryWrapper___RwIER .orderSummaryPurchasedInfo____RBXE .orderDetailsTickets___m4IjK {
828
+ list-style-type: none;
829
+ margin-left: 0;
830
+ padding-left: 0;
831
+ }
832
+ .orderSummaryWrapper___RwIER .orderSummaryPurchasedInfo____RBXE .orderDetailsMmount___r3kRA {
833
+ font-size: 1em;
834
+ }
835
+ .orderSummaryWrapper___RwIER .orderSummaryTable___YDnxV {
836
+ font-size: 1.1em;
837
+ }
742
838
 
743
839
  .orderSummaryButton___uxjht {
744
840
  font-size: 1.1em;
@@ -746,31 +842,35 @@ html[data-theme="DARK"] {
746
842
  margin-top: 0.7em;
747
843
  display: block;
748
844
  color: var(--color_text_dark);
749
- border: 1px solid var(--color_text_dark); }
845
+ border: 1px solid var(--color_text_dark);
846
+ }
750
847
 
751
848
  a.orderSummaryButton___uxjht {
752
849
  outline: none;
753
850
  text-decoration: none;
754
- text-align: center; }
755
- a.orderSummaryButton___uxjht:hover, a.orderSummaryButton___uxjht:visited, a.orderSummaryButton___uxjht:focus {
756
- color: var(--color_text_dark); }
851
+ text-align: center;
852
+ }
853
+ a.orderSummaryButton___uxjht:hover, a.orderSummaryButton___uxjht:visited, a.orderSummaryButton___uxjht:focus {
854
+ color: var(--color_text_dark);
855
+ }
757
856
 
758
857
  .refundDisabled___jvrk3 {
759
858
  background-color: var(--color_gray_light);
760
859
  color: var(--color_input_text_color_disabled_light);
761
- border: none; }
762
-
860
+ border: none;
861
+ }
763
862
  /*!*******************************************************************************************************************************************************************************************!*\
764
863
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/components/Labels/styles.module.scss ***!
765
864
  \*******************************************************************************************************************************************************************************************/
865
+ .errorLabel___nocyX svg {
866
+ margin-top: 0.1em;
867
+ margin-right: 0.8em;
868
+ }
766
869
  .errorLabel___nocyX {
767
870
  display: flex;
768
871
  font-size: 0.9em;
769
- margin-bottom: 1em; }
770
- .errorLabel___nocyX svg {
771
- margin-top: 0.1em;
772
- margin-right: 0.8em; }
773
-
872
+ margin-bottom: 1em;
873
+ }
774
874
  /*!***************************************************************************************************************************************************************************************************!*\
775
875
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/components/RefundRequests/styles.module.scss ***!
776
876
  \***************************************************************************************************************************************************************************************************/
@@ -798,9 +898,10 @@ a.orderSummaryButton___uxjht {
798
898
  --color_button_color: #000000;
799
899
  --color_alerts: #ff0000;
800
900
  --color_warning: #ff9800;
801
- --color_success: #4caf50; }
901
+ --color_success: #4caf50;
902
+ }
802
903
 
803
- html[data-theme="DARK"] {
904
+ html[data-theme=DARK] {
804
905
  --color_text_dark: #ffffff !important;
805
906
  --color_text_light: #000000 !important;
806
907
  --color_background_light: #000000 !important;
@@ -813,19 +914,22 @@ html[data-theme="DARK"] {
813
914
  --color_input_background_color: #181a1b !important;
814
915
  --color_input_border_color: #3a3f41 !important;
815
916
  --color_text_input_hints: #7b7b7b !important;
816
- --color_horizontal_rule: #7b7b7b !important; }
917
+ --color_horizontal_rule: #7b7b7b !important;
918
+ }
817
919
 
818
920
  .subtitle___PtDe2 {
819
921
  color: #787474;
820
922
  text-align: center;
821
923
  margin-top: -15px;
822
- font-size: 1em; }
924
+ font-size: 1em;
925
+ }
823
926
 
824
927
  .ticketList___eDQR3 {
825
928
  padding: 0 5rem;
826
929
  display: flex;
827
930
  align-items: center;
828
- flex-direction: column; }
931
+ flex-direction: column;
932
+ }
829
933
 
830
934
  .refundTicketBoxContainer___ya613 {
831
935
  padding: 0;
@@ -835,48 +939,58 @@ html[data-theme="DARK"] {
835
939
  max-width: 643px;
836
940
  position: relative;
837
941
  min-height: 178px;
838
- margin-bottom: 20px; }
839
- .refundTicketBoxContainer___ya613 h4 {
840
- margin: 0; }
841
- .refundTicketBoxContainer___ya613:after {
842
- background: var(--color_background_light);
843
- position: absolute;
844
- content: "";
845
- right: -1px;
846
- top: 35%;
847
- width: 25px;
848
- height: 50px;
849
- border-radius: 150px 0 0 150px;
850
- border: 1px solid var(--color_gray_dark);
851
- border-right-color: transparent; }
852
- .refundTicketBoxContainer___ya613.refundDetail___cQ28V {
853
- align-content: start;
854
- min-height: auto; }
855
- .refundTicketBoxContainer___ya613.refundDetail___cQ28V:after {
856
- display: none; }
857
- .refundTicketBoxContainer___ya613 .badgeFeatureWrapper____9GbD {
858
- display: flex;
859
- justify-content: end;
860
- align-items: center; }
861
- .refundTicketBoxContainer___ya613 .refundTicketAttendee___QXCjM {
862
- display: flex;
863
- justify-content: start;
864
- flex-direction: column; }
865
- .refundTicketBoxContainer___ya613 .refundTicketAttendee___QXCjM .ticketNo____EAD4 {
866
- display: inline;
867
- margin: 3px 0 10px; }
868
-
942
+ margin-bottom: 20px;
943
+ }
944
+ .refundTicketBoxContainer___ya613 h4 {
945
+ margin: 0;
946
+ }
947
+ .refundTicketBoxContainer___ya613:after {
948
+ background: var(--color_background_light);
949
+ position: absolute;
950
+ content: "";
951
+ right: -1px;
952
+ top: 35%;
953
+ width: 25px;
954
+ height: 50px;
955
+ border-radius: 150px 0 0 150px;
956
+ border: 1px solid var(--color_gray_dark);
957
+ border-right-color: transparent;
958
+ }
959
+ .refundTicketBoxContainer___ya613.refundDetail___cQ28V {
960
+ align-content: start;
961
+ min-height: auto;
962
+ }
963
+ .refundTicketBoxContainer___ya613.refundDetail___cQ28V:after {
964
+ display: none;
965
+ }
966
+ .refundTicketBoxContainer___ya613 .badgeFeatureWrapper____9GbD {
967
+ display: flex;
968
+ justify-content: end;
969
+ align-items: center;
970
+ }
971
+ .refundTicketBoxContainer___ya613 .refundTicketAttendee___QXCjM {
972
+ display: flex;
973
+ justify-content: start;
974
+ flex-direction: column;
975
+ }
976
+ .refundTicketBoxContainer___ya613 .refundTicketAttendee___QXCjM .ticketNo____EAD4 {
977
+ display: inline;
978
+ margin: 3px 0 10px;
979
+ }
869
980
  .ticketNo____EAD4 {
870
981
  display: block;
871
982
  margin: 3px 0;
872
- font-size: 0.9em; }
983
+ font-size: 0.9em;
984
+ }
873
985
 
874
986
  .deleteIcon___FSwye {
875
- cursor: pointer; }
987
+ cursor: pointer;
988
+ }
876
989
 
877
990
  .actionButtons___u7mPS {
878
991
  margin: 20px auto;
879
- width: fit-content; }
992
+ width: fit-content;
993
+ }
880
994
 
881
995
  .cancelButton___yfhYb {
882
996
  color: var(--color_text_dark);
@@ -884,93 +998,109 @@ html[data-theme="DARK"] {
884
998
  border-radius: 5px;
885
999
  margin-right: 10px;
886
1000
  text-transform: uppercase;
887
- font-size: 1em; }
1001
+ font-size: 1em;
1002
+ }
888
1003
 
889
1004
  .continueButton___NyX3s {
890
1005
  color: var(--color_text_light);
891
1006
  background-color: var(--color_text_dark);
892
1007
  border-radius: 5px;
893
1008
  text-transform: uppercase;
894
- font-size: 1em; }
895
- .continueButton___NyX3s:disabled {
896
- background-color: var(--color_gray_dark); }
1009
+ font-size: 1em;
1010
+ }
1011
+ .continueButton___NyX3s:disabled {
1012
+ background-color: var(--color_gray_dark);
1013
+ }
897
1014
 
898
1015
  .refundSuccessful___zrDQY {
899
- text-align: center; }
900
- .refundSuccessful___zrDQY svg {
901
- font-size: 6em;
902
- margin: 20px 0; }
903
- .refundSuccessful___zrDQY .successMsg___HtMse {
904
- display: block;
905
- font-size: 3em;
906
- width: 50%;
907
- margin: 20px auto; }
908
- .refundSuccessful___zrDQY .successMsg2___Q6zna {
909
- display: block;
910
- margin: 20px auto;
911
- font-size: 2em; }
912
- .refundSuccessful___zrDQY button {
913
- padding: 10px 40px;
914
- margin-top: 30px; }
1016
+ text-align: center;
1017
+ }
1018
+ .refundSuccessful___zrDQY svg {
1019
+ font-size: 6em;
1020
+ margin: 20px 0;
1021
+ }
1022
+ .refundSuccessful___zrDQY .successMsg___HtMse {
1023
+ display: block;
1024
+ font-size: 3em;
1025
+ width: 50%;
1026
+ margin: 20px auto;
1027
+ }
1028
+ .refundSuccessful___zrDQY .successMsg2___Q6zna {
1029
+ display: block;
1030
+ margin: 20px auto;
1031
+ font-size: 2em;
1032
+ }
1033
+ .refundSuccessful___zrDQY button {
1034
+ padding: 10px 40px;
1035
+ margin-top: 30px;
1036
+ }
915
1037
 
916
1038
  .refundText___aEnL9 {
917
- text-align: center; }
1039
+ text-align: center;
1040
+ }
918
1041
 
919
1042
  .refundErrorMsg___Aahzr {
920
1043
  text-align: center;
921
1044
  margin: 0 auto;
922
- width: fit-content; }
1045
+ width: fit-content;
1046
+ }
923
1047
 
924
1048
  .buttonPill___Lesaz {
925
1049
  padding: 3px 10px;
926
1050
  font-size: 0.9em;
927
1051
  border-radius: 16px;
928
1052
  letter-spacing: 0;
929
- text-transform: uppercase; }
1053
+ text-transform: uppercase;
1054
+ }
930
1055
 
931
1056
  .pending___aEbWw {
932
1057
  color: var(--color_text_dark);
933
1058
  border: var(--color_text_dark);
934
- background-color: var(--color_gray_lighter); }
1059
+ background-color: var(--color_gray_lighter);
1060
+ }
935
1061
 
936
1062
  .approved___sxEJW {
937
1063
  color: var(--color_text_light);
938
- background-color: var(--color_success); }
1064
+ background-color: var(--color_success);
1065
+ }
939
1066
 
940
1067
  .rejected___NJE4Z {
941
1068
  color: var(--color_text_light);
942
- background-color: var(--color_alerts); }
1069
+ background-color: var(--color_alerts);
1070
+ }
943
1071
 
944
1072
  .CTAButtonWrapper___Kgq6g {
945
- text-align: center; }
946
-
1073
+ text-align: center;
1074
+ }
947
1075
  /*!****************************************************************************************************************************************************************************************************!*\
948
1076
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/components/MyOrdersTickets/styles.module.scss ***!
949
1077
  \****************************************************************************************************************************************************************************************************/
950
1078
  .myOrdersWrapper___HJmys {
951
- margin: 15px 0; }
952
- .myOrdersWrapper___HJmys .noOrdersFound___DRwgo {
953
- padding: 10% 30%;
954
- text-align: center;
955
- display: flex;
956
- flex-direction: column;
957
- align-items: center; }
958
- .myOrdersWrapper___HJmys .noOrdersFound___DRwgo .noOrdersIconWrapper___tPTmY {
959
- width: 60px;
960
- height: 60px;
961
- position: relative;
962
- display: flex;
963
- align-items: center;
964
- justify-content: center; }
965
-
1079
+ margin: 15px 0;
1080
+ }
1081
+ .myOrdersWrapper___HJmys .noOrdersFound___DRwgo {
1082
+ padding: 10% 30%;
1083
+ text-align: center;
1084
+ display: flex;
1085
+ flex-direction: column;
1086
+ align-items: center;
1087
+ }
1088
+ .myOrdersWrapper___HJmys .noOrdersFound___DRwgo .noOrdersIconWrapper___tPTmY {
1089
+ width: 60px;
1090
+ height: 60px;
1091
+ position: relative;
1092
+ display: flex;
1093
+ align-items: center;
1094
+ justify-content: center;
1095
+ }
966
1096
  /*!*************************************************************************************************************************************************************************************************!*\
967
1097
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/components/SummitHeader/styles.module.scss ***!
968
1098
  \*************************************************************************************************************************************************************************************************/
969
1099
  .widgetHeader___ggLtM .summitTitleDate___XnrpF {
970
1100
  font-size: 2em;
971
1101
  margin: 0;
972
- line-height: 1.2; }
973
-
1102
+ line-height: 1.2;
1103
+ }
974
1104
  /*!***************************************************************************************************************************************************************************************************!*\
975
1105
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/components/NoTicketsFound/styles.module.scss ***!
976
1106
  \***************************************************************************************************************************************************************************************************/
@@ -979,18 +1109,20 @@ html[data-theme="DARK"] {
979
1109
  text-align: center;
980
1110
  display: flex;
981
1111
  flex-direction: column;
982
- align-items: center; }
983
- .wrapper___QswCP .iconWrapper___mzevK {
984
- position: relative;
985
- display: flex;
986
- align-items: center;
987
- justify-content: center;
988
- margin-bottom: 40px; }
989
- .wrapper___QswCP .title___M242m,
990
- .wrapper___QswCP .body___AWdiL {
991
- margin-bottom: 20px;
992
- white-space: pre-line; }
993
-
1112
+ align-items: center;
1113
+ }
1114
+ .wrapper___QswCP .iconWrapper___mzevK {
1115
+ position: relative;
1116
+ display: flex;
1117
+ align-items: center;
1118
+ justify-content: center;
1119
+ margin-bottom: 40px;
1120
+ }
1121
+ .wrapper___QswCP .title___M242m,
1122
+ .wrapper___QswCP .body___AWdiL {
1123
+ margin-bottom: 20px;
1124
+ white-space: pre-line;
1125
+ }
994
1126
  /*!***********************************************************************************************************************************************************************************************!*\
995
1127
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/components/WidgetTabs/styles.module.scss ***!
996
1128
  \***********************************************************************************************************************************************************************************************/
@@ -999,43 +1131,51 @@ html[data-theme="DARK"] {
999
1131
  font-size: 14px;
1000
1132
  padding: 0 2.5rem;
1001
1133
  margin-bottom: 4.8rem;
1002
- overflow: hidden; }
1003
- .tabWrapper___u21sG .tabOption___H4H1u {
1004
- position: relative;
1005
- display: inline-block;
1006
- text-transform: uppercase;
1007
- font-size: 1em;
1008
- font-weight: 500;
1009
- color: inherit; }
1010
- .tabWrapper___u21sG .tabOption___H4H1u::after {
1011
- content: "";
1012
- position: absolute;
1013
- left: 0;
1014
- bottom: 0;
1015
- width: 100%;
1016
- height: 2px;
1017
- background-color: #2196f3;
1018
- transform: scaleX(0);
1019
- transition: transform 0.3s ease-in-out;
1020
- transform-origin: right; }
1021
- .tabWrapper___u21sG .tabOption___H4H1u:nth-of-type(2)::after {
1022
- transform-origin: left; }
1023
- .tabWrapper___u21sG .tabOption___H4H1u.active___tLyWZ {
1024
- color: #2196f3; }
1025
- .tabWrapper___u21sG .tabOption___H4H1u.active___tLyWZ::after {
1026
- transform: scaleX(1);
1027
- width: 100%; }
1028
- .tabWrapper___u21sG .tabOption___H4H1u.active___tLyWZ:first-of-type::after {
1029
- transform-origin: right; }
1030
- .tabWrapper___u21sG .tabOption___H4H1u.active___tLyWZ:nth-of-type(2)::after {
1031
- transform-origin: left; }
1032
- .tabWrapper___u21sG .tabOption___H4H1u:hover {
1033
- background-color: transparent; }
1034
-
1134
+ overflow: hidden;
1135
+ }
1136
+ .tabWrapper___u21sG .tabOption___H4H1u {
1137
+ position: relative;
1138
+ display: inline-block;
1139
+ text-transform: uppercase;
1140
+ font-size: 1em;
1141
+ font-weight: 500;
1142
+ color: inherit;
1143
+ }
1144
+ .tabWrapper___u21sG .tabOption___H4H1u::after {
1145
+ content: "";
1146
+ position: absolute;
1147
+ left: 0;
1148
+ bottom: 0;
1149
+ width: 100%;
1150
+ height: 2px;
1151
+ background-color: #2196f3;
1152
+ transform: scaleX(0);
1153
+ transition: transform 0.3s ease-in-out;
1154
+ transform-origin: right;
1155
+ }
1156
+ .tabWrapper___u21sG .tabOption___H4H1u:nth-of-type(2)::after {
1157
+ transform-origin: left;
1158
+ }
1159
+ .tabWrapper___u21sG .tabOption___H4H1u.active___tLyWZ {
1160
+ color: #2196f3;
1161
+ }
1162
+ .tabWrapper___u21sG .tabOption___H4H1u.active___tLyWZ::after {
1163
+ transform: scaleX(1);
1164
+ width: 100%;
1165
+ }
1166
+ .tabWrapper___u21sG .tabOption___H4H1u.active___tLyWZ:first-of-type::after {
1167
+ transform-origin: right;
1168
+ }
1169
+ .tabWrapper___u21sG .tabOption___H4H1u.active___tLyWZ:nth-of-type(2)::after {
1170
+ transform-origin: left;
1171
+ }
1172
+ .tabWrapper___u21sG .tabOption___H4H1u:hover {
1173
+ background-color: transparent;
1174
+ }
1035
1175
  /*!**************************************************************************************************************************************************************************************************!*\
1036
1176
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/components/WidgetWrapper/styles.module.scss ***!
1037
1177
  \**************************************************************************************************************************************************************************************************/
1038
1178
  .ticketsTitleText___TDPmp {
1039
1179
  background-color: var(--color_gray_lighter);
1040
- padding: 1em; }
1041
-
1180
+ padding: 1em;
1181
+ }