my-orders-tickets-widget 1.0.0-beta.5 → 1.0.0-beta.51

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