my-orders-tickets-widget 1.0.0-beta.6 → 1.0.0-beta.60

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