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

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