@aws-amplify/ui-vue 2.4.15 → 2.4.18

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.js CHANGED
@@ -75,140 +75,12 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
75
75
  };
76
76
  }
77
77
  });
78
- const _hoisted_1$a = {
79
- key: 0,
80
- class: "amplify-flex amplify-alert amplify-alert--error amplify-authenticator__base",
81
- "data-variation": "error",
82
- role: "alert"
83
- };
84
- const _hoisted_2$7 = { class: "amplify-flex amplify-authenticator__icon-wrapper" };
85
- const _hoisted_3$5 = /* @__PURE__ */ createElementVNode("svg", {
86
- xmlns: "http://www.w3.org/2000/svg",
87
- class: "amplify-icon",
88
- viewBox: "0 0 24 24",
89
- fill: "currentColor"
90
- }, [
91
- /* @__PURE__ */ createElementVNode("path", { d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z" })
92
- ], -1);
93
- const _hoisted_4$5 = /* @__PURE__ */ createElementVNode("svg", {
94
- xmlns: "http://www.w3.org/2000/svg",
95
- class: "amplify-icon",
96
- viewBox: "0 0 24 24",
97
- fill: "currentColor"
98
- }, [
99
- /* @__PURE__ */ createElementVNode("path", { d: "M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z" })
100
- ], -1);
101
- const _sfc_main$w = {
102
- name: "base-alert",
103
- setup(__props) {
104
- const show = ref(true);
105
- function close() {
106
- show.value = false;
107
- }
108
- return (_ctx, _cache) => {
109
- const _component_amplify_button = _sfc_main$x;
110
- return show.value ? (openBlock(), createElementBlock("div", _hoisted_1$a, [
111
- createElementVNode("div", _hoisted_2$7, [
112
- _hoisted_3$5,
113
- createElementVNode("div", null, [
114
- renderSlot(_ctx.$slots, "default")
115
- ])
116
- ]),
117
- createVNode(_component_amplify_button, {
118
- class: "amplify-field-group__control",
119
- fullwidth: false,
120
- variation: "link",
121
- type: "button",
122
- onClick: close
123
- }, {
124
- default: withCtx(() => [
125
- _hoisted_4$5
126
- ]),
127
- _: 1
128
- })
129
- ])) : createCommentVNode("", true);
130
- };
131
- }
132
- };
133
- var _export_sfc = (sfc, props) => {
134
- const target = sfc.__vccOpts || sfc;
135
- for (const [key, val] of props) {
136
- target[key] = val;
137
- }
138
- return target;
139
- };
140
- const _sfc_main$v = {};
141
- function _sfc_render$3(_ctx, _cache) {
142
- return openBlock(), createElementBlock("div", null, [
143
- renderSlot(_ctx.$slots, "default")
144
- ]);
145
- }
146
- var __unplugin_components_2 = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["render", _sfc_render$3]]);
147
- const _sfc_main$u = /* @__PURE__ */ defineComponent({
148
- name: "base-form",
149
- setup(__props) {
150
- let mySlots = useSlots();
151
- return (_ctx, _cache) => {
152
- return renderSlot(_ctx.$slots, "formt", mergeProps(_ctx.$attrs, {
153
- slotData: unref(mySlots).default && unref(mySlots).default()
154
- }), () => [
155
- createElementVNode("form", mergeProps({ "data-amplify-form": "" }, _ctx.$attrs), [
156
- renderSlot(_ctx.$slots, "default")
157
- ], 16)
158
- ]);
159
- };
160
- }
161
- });
162
- const _sfc_main$t = /* @__PURE__ */ defineComponent({
163
- name: "base-footer",
164
- setup(__props) {
165
- let mySlots = useSlots();
166
- return (_ctx, _cache) => {
167
- return renderSlot(_ctx.$slots, "footert", mergeProps(_ctx.$attrs, {
168
- slotData: unref(mySlots).default && unref(mySlots).default()
169
- }), () => [
170
- createElementVNode("footer", normalizeProps(guardReactiveProps(_ctx.$attrs)), [
171
- renderSlot(_ctx.$slots, "default")
172
- ], 16)
173
- ]);
174
- };
175
- }
176
- });
177
- function tryOnScopeDispose(fn) {
178
- if (getCurrentScope()) {
179
- onScopeDispose(fn);
180
- return true;
181
- }
182
- return false;
183
- }
184
- function createSharedComposable(composable) {
185
- let subscribers = 0;
186
- let state;
187
- let scope;
188
- const dispose = () => {
189
- subscribers -= 1;
190
- if (scope && subscribers <= 0) {
191
- scope.stop();
192
- state = void 0;
193
- scope = void 0;
194
- }
195
- };
196
- return (...args) => {
197
- subscribers += 1;
198
- if (!state) {
199
- scope = effectScope(true);
200
- state = scope.run(() => composable(...args));
201
- }
202
- tryOnScopeDispose(dispose);
203
- return state;
204
- };
205
- }
206
- var t$4 = function(t2) {
78
+ var t$3 = function(t2) {
207
79
  var n2;
208
80
  return (n2 = t2.context.actorRef) === null || n2 === void 0 ? void 0 : n2.getSnapshot();
209
81
  }, n$7 = function(n2) {
210
82
  var o2;
211
- return (o2 = t$4(n2)) === null || o2 === void 0 ? void 0 : o2.context;
83
+ return (o2 = t$3(n2)) === null || o2 === void 0 ? void 0 : o2.context;
212
84
  };
213
85
  var commonjsGlobal = typeof globalThis !== "undefined" ? globalThis : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : {};
214
86
  var freeGlobal$1 = typeof commonjsGlobal == "object" && commonjsGlobal && commonjsGlobal.Object === Object && commonjsGlobal;
@@ -445,134 +317,158 @@ var E$3, S;
445
317
  }(E$3 || (E$3 = {})), function(E2) {
446
318
  E2.Apple = "SignInWithApple", E2.Amazon = "LoginWithAmazon", E2.Facebook = "Facebook", E2.Google = "Google";
447
319
  }(S || (S = {}));
448
- var t$3 = function() {
449
- return t$3 = Object.assign || function(t2) {
450
- for (var e2, n2 = 1, r2 = arguments.length; n2 < r2; n2++)
451
- for (var o2 in e2 = arguments[n2])
452
- Object.prototype.hasOwnProperty.call(e2, o2) && (t2[o2] = e2[o2]);
320
+ var __assign$2 = function() {
321
+ __assign$2 = Object.assign || function __assign2(t2) {
322
+ for (var s2, i2 = 1, n2 = arguments.length; i2 < n2; i2++) {
323
+ s2 = arguments[i2];
324
+ for (var p2 in s2)
325
+ if (Object.prototype.hasOwnProperty.call(s2, p2))
326
+ t2[p2] = s2[p2];
327
+ }
453
328
  return t2;
454
- }, t$3.apply(this, arguments);
329
+ };
330
+ return __assign$2.apply(this, arguments);
455
331
  };
456
- function e$7(t2, e2) {
457
- var n2 = {};
458
- for (var r2 in t2)
459
- Object.prototype.hasOwnProperty.call(t2, r2) && e2.indexOf(r2) < 0 && (n2[r2] = t2[r2]);
460
- if (t2 != null && typeof Object.getOwnPropertySymbols == "function") {
461
- var o2 = 0;
462
- for (r2 = Object.getOwnPropertySymbols(t2); o2 < r2.length; o2++)
463
- e2.indexOf(r2[o2]) < 0 && Object.prototype.propertyIsEnumerable.call(t2, r2[o2]) && (n2[r2[o2]] = t2[r2[o2]]);
464
- }
465
- return n2;
466
- }
467
- function n$6(t2, e2, n2, r2) {
468
- return new (n2 || (n2 = Promise))(function(o2, a2) {
469
- function l2(t3) {
332
+ function __rest$2(s2, e2) {
333
+ var t2 = {};
334
+ for (var p2 in s2)
335
+ if (Object.prototype.hasOwnProperty.call(s2, p2) && e2.indexOf(p2) < 0)
336
+ t2[p2] = s2[p2];
337
+ if (s2 != null && typeof Object.getOwnPropertySymbols === "function")
338
+ for (var i2 = 0, p2 = Object.getOwnPropertySymbols(s2); i2 < p2.length; i2++) {
339
+ if (e2.indexOf(p2[i2]) < 0 && Object.prototype.propertyIsEnumerable.call(s2, p2[i2]))
340
+ t2[p2[i2]] = s2[p2[i2]];
341
+ }
342
+ return t2;
343
+ }
344
+ function __awaiter(thisArg, _arguments, P2, generator) {
345
+ function adopt(value) {
346
+ return value instanceof P2 ? value : new P2(function(resolve) {
347
+ resolve(value);
348
+ });
349
+ }
350
+ return new (P2 || (P2 = Promise))(function(resolve, reject) {
351
+ function fulfilled(value) {
470
352
  try {
471
- i2(r2.next(t3));
472
- } catch (t4) {
473
- a2(t4);
353
+ step(generator.next(value));
354
+ } catch (e2) {
355
+ reject(e2);
474
356
  }
475
357
  }
476
- function c2(t3) {
358
+ function rejected(value) {
477
359
  try {
478
- i2(r2.throw(t3));
479
- } catch (t4) {
480
- a2(t4);
360
+ step(generator["throw"](value));
361
+ } catch (e2) {
362
+ reject(e2);
481
363
  }
482
364
  }
483
- function i2(t3) {
484
- var e3;
485
- t3.done ? o2(t3.value) : (e3 = t3.value, e3 instanceof n2 ? e3 : new n2(function(t4) {
486
- t4(e3);
487
- })).then(l2, c2);
365
+ function step(result) {
366
+ result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);
488
367
  }
489
- i2((r2 = r2.apply(t2, e2 || [])).next());
368
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
490
369
  });
491
370
  }
492
- function r$4(t2, e2) {
493
- var n2, r2, o2, a2, l2 = { label: 0, sent: function() {
494
- if (1 & o2[0])
495
- throw o2[1];
496
- return o2[1];
497
- }, trys: [], ops: [] };
498
- return a2 = { next: c2(0), throw: c2(1), return: c2(2) }, typeof Symbol == "function" && (a2[Symbol.iterator] = function() {
371
+ function __generator(thisArg, body) {
372
+ var _2 = { label: 0, sent: function() {
373
+ if (t2[0] & 1)
374
+ throw t2[1];
375
+ return t2[1];
376
+ }, trys: [], ops: [] }, f2, y2, t2, g2;
377
+ return g2 = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g2[Symbol.iterator] = function() {
499
378
  return this;
500
- }), a2;
501
- function c2(a3) {
502
- return function(c3) {
503
- return function(a4) {
504
- if (n2)
505
- throw new TypeError("Generator is already executing.");
506
- for (; l2; )
507
- try {
508
- if (n2 = 1, r2 && (o2 = 2 & a4[0] ? r2.return : a4[0] ? r2.throw || ((o2 = r2.return) && o2.call(r2), 0) : r2.next) && !(o2 = o2.call(r2, a4[1])).done)
509
- return o2;
510
- switch (r2 = 0, o2 && (a4 = [2 & a4[0], o2.value]), a4[0]) {
511
- case 0:
512
- case 1:
513
- o2 = a4;
514
- break;
515
- case 4:
516
- return l2.label++, { value: a4[1], done: false };
517
- case 5:
518
- l2.label++, r2 = a4[1], a4 = [0];
519
- continue;
520
- case 7:
521
- a4 = l2.ops.pop(), l2.trys.pop();
522
- continue;
523
- default:
524
- if (!(o2 = l2.trys, (o2 = o2.length > 0 && o2[o2.length - 1]) || a4[0] !== 6 && a4[0] !== 2)) {
525
- l2 = 0;
526
- continue;
527
- }
528
- if (a4[0] === 3 && (!o2 || a4[1] > o2[0] && a4[1] < o2[3])) {
529
- l2.label = a4[1];
530
- break;
531
- }
532
- if (a4[0] === 6 && l2.label < o2[1]) {
533
- l2.label = o2[1], o2 = a4;
534
- break;
535
- }
536
- if (o2 && l2.label < o2[2]) {
537
- l2.label = o2[2], l2.ops.push(a4);
538
- break;
539
- }
540
- o2[2] && l2.ops.pop(), l2.trys.pop();
541
- continue;
542
- }
543
- a4 = e2.call(t2, l2);
544
- } catch (t3) {
545
- a4 = [6, t3], r2 = 0;
546
- } finally {
547
- n2 = o2 = 0;
548
- }
549
- if (5 & a4[0])
550
- throw a4[1];
551
- return { value: a4[0] ? a4[1] : void 0, done: true };
552
- }([a3, c3]);
379
+ }), g2;
380
+ function verb(n2) {
381
+ return function(v2) {
382
+ return step([n2, v2]);
553
383
  };
554
384
  }
385
+ function step(op) {
386
+ if (f2)
387
+ throw new TypeError("Generator is already executing.");
388
+ while (_2)
389
+ try {
390
+ if (f2 = 1, y2 && (t2 = op[0] & 2 ? y2["return"] : op[0] ? y2["throw"] || ((t2 = y2["return"]) && t2.call(y2), 0) : y2.next) && !(t2 = t2.call(y2, op[1])).done)
391
+ return t2;
392
+ if (y2 = 0, t2)
393
+ op = [op[0] & 2, t2.value];
394
+ switch (op[0]) {
395
+ case 0:
396
+ case 1:
397
+ t2 = op;
398
+ break;
399
+ case 4:
400
+ _2.label++;
401
+ return { value: op[1], done: false };
402
+ case 5:
403
+ _2.label++;
404
+ y2 = op[1];
405
+ op = [0];
406
+ continue;
407
+ case 7:
408
+ op = _2.ops.pop();
409
+ _2.trys.pop();
410
+ continue;
411
+ default:
412
+ if (!(t2 = _2.trys, t2 = t2.length > 0 && t2[t2.length - 1]) && (op[0] === 6 || op[0] === 2)) {
413
+ _2 = 0;
414
+ continue;
415
+ }
416
+ if (op[0] === 3 && (!t2 || op[1] > t2[0] && op[1] < t2[3])) {
417
+ _2.label = op[1];
418
+ break;
419
+ }
420
+ if (op[0] === 6 && _2.label < t2[1]) {
421
+ _2.label = t2[1];
422
+ t2 = op;
423
+ break;
424
+ }
425
+ if (t2 && _2.label < t2[2]) {
426
+ _2.label = t2[2];
427
+ _2.ops.push(op);
428
+ break;
429
+ }
430
+ if (t2[2])
431
+ _2.ops.pop();
432
+ _2.trys.pop();
433
+ continue;
434
+ }
435
+ op = body.call(thisArg, _2);
436
+ } catch (e2) {
437
+ op = [6, e2];
438
+ y2 = 0;
439
+ } finally {
440
+ f2 = t2 = 0;
441
+ }
442
+ if (op[0] & 5)
443
+ throw op[1];
444
+ return { value: op[0] ? op[1] : void 0, done: true };
445
+ }
555
446
  }
556
- function o$9(t2, e2, n2) {
557
- if (n2 || arguments.length === 2)
558
- for (var r2, o2 = 0, a2 = e2.length; o2 < a2; o2++)
559
- !r2 && o2 in e2 || (r2 || (r2 = Array.prototype.slice.call(e2, 0, o2)), r2[o2] = e2[o2]);
560
- return t2.concat(r2 || Array.prototype.slice.call(e2));
447
+ function __spreadArray$1(to, from, pack) {
448
+ if (pack || arguments.length === 2)
449
+ for (var i2 = 0, l2 = from.length, ar; i2 < l2; i2++) {
450
+ if (ar || !(i2 in from)) {
451
+ if (!ar)
452
+ ar = Array.prototype.slice.call(from, 0, i2);
453
+ ar[i2] = from[i2];
454
+ }
455
+ }
456
+ return to.concat(ar || Array.prototype.slice.call(from));
561
457
  }
562
- var n$5 = ["birthdate", "email", "family_name", "given_name", "middle_name", "name", "nickname", "phone_number", "preferred_username", "profile", "website"], a$4 = ["username", "email", "phone_number"], m$2 = o$9(o$9(o$9([], a$4, true), n$5, true), ["confirmation_code", "password", "confirm_password"], false);
563
- var r$3 = function(i2) {
458
+ var r$3 = ["birthdate", "email", "family_name", "given_name", "middle_name", "name", "nickname", "phone_number", "preferred_username", "profile", "website"], n$6 = ["username", "email", "phone_number"], m$1 = __spreadArray$1(__spreadArray$1(__spreadArray$1([], n$6, true), r$3, true), ["confirmation_code", "password", "confirm_password"], false);
459
+ var r$2 = function(i2) {
564
460
  var n2, r2 = (n2 = i2 == null ? void 0 : i2.context.config) === null || n2 === void 0 ? void 0 : n2.loginMechanisms;
565
461
  return (r2 != null ? r2 : ["username"])[0];
566
462
  };
567
- var n$4 = function(e2) {
463
+ var n$5 = function(e2) {
568
464
  var t2 = function(t3) {
569
465
  return function(r2) {
570
466
  return e2({ type: t3, data: r2 });
571
467
  };
572
468
  };
573
469
  return { resendCode: t2("RESEND"), signOut: t2("SIGN_OUT"), submitForm: t2("SUBMIT"), updateForm: t2("CHANGE"), updateBlur: t2("BLUR"), toFederatedSignIn: t2("FEDERATED_SIGN_IN"), toResetPassword: t2("RESET_PASSWORD"), toSignIn: t2("SIGN_IN"), toSignUp: t2("SIGN_UP"), skipVerification: t2("SKIP") };
574
- }, s$3 = function(n2) {
575
- var s2, i2, a2 = (s2 = n2.context) === null || s2 === void 0 ? void 0 : s2.user, u2 = t$4(n2), o2 = n$7(n2), c2 = o2 == null ? void 0 : o2.remoteError, d2 = t$3({}, o2 == null ? void 0 : o2.validationError), l2 = o2 == null ? void 0 : o2.codeDeliveryDetails, m2 = Object.keys(d2).length > 0, f2 = n2.hasTag("pending") || ((i2 = t$4(n2)) === null || i2 === void 0 ? void 0 : i2.hasTag("pending")), v2 = function() {
470
+ }, s$2 = function(n2) {
471
+ var s2, i2, a2 = (s2 = n2.context) === null || s2 === void 0 ? void 0 : s2.user, u2 = t$3(n2), o2 = n$7(n2), c2 = o2 == null ? void 0 : o2.remoteError, d2 = __assign$2({}, o2 == null ? void 0 : o2.validationError), l2 = o2 == null ? void 0 : o2.codeDeliveryDetails, m2 = Object.keys(d2).length > 0, f2 = n2.hasTag("pending") || ((i2 = t$3(n2)) === null || i2 === void 0 ? void 0 : i2.hasTag("pending")), v2 = function() {
576
472
  switch (true) {
577
473
  case n2.matches("idle"):
578
474
  return "idle";
@@ -620,42 +516,42 @@ var n$4 = function(e2) {
620
516
  }(v2);
621
517
  return { error: c2, hasValidationErrors: m2, isPending: f2, route: v2, authStatus: h2, user: a2, validationErrors: d2, codeDeliveryDetails: l2 };
622
518
  }, i$4 = function(t2) {
623
- var r2 = t2.send, i2 = t2.state, a2 = n$4(r2), u2 = s$3(i2);
624
- return t$3(t$3({}, a2), u2);
519
+ var r2 = t2.send, i2 = t2.state, a2 = n$5(r2), u2 = s$2(i2);
520
+ return __assign$2(__assign$2({}, a2), u2);
625
521
  };
626
- var r$2 = ["+1", "+7", "+20", "+27", "+30", "+31", "+32", "+33", "+34", "+36", "+39", "+40", "+41", "+43", "+44", "+45", "+46", "+47", "+48", "+49", "+51", "+52", "+53", "+54", "+55", "+56", "+57", "+58", "+60", "+61", "+62", "+63", "+64", "+65", "+66", "+81", "+82", "+84", "+86", "+90", "+91", "+92", "+93", "+94", "+95", "+98", "+212", "+213", "+216", "+218", "+220", "+221", "+222", "+223", "+224", "+225", "+226", "+227", "+228", "+229", "+230", "+231", "+232", "+233", "+234", "+235", "+236", "+237", "+238", "+239", "+240", "+241", "+242", "+243", "+244", "+245", "+246", "+248", "+249", "+250", "+251", "+252", "+253", "+254", "+255", "+256", "+257", "+258", "+260", "+261", "+262", "+263", "+264", "+265", "+266", "+267", "+268", "+269", "+290", "+291", "+297", "+298", "+299", "+345", "+350", "+351", "+352", "+353", "+354", "+355", "+356", "+357", "+358", "+359", "+370", "+371", "+372", "+373", "+374", "+375", "+376", "+377", "+378", "+379", "+380", "+381", "+382", "+385", "+386", "+387", "+389", "+420", "+421", "+423", "+500", "+501", "+502", "+503", "+504", "+505", "+506", "+507", "+508", "+509", "+537", "+590", "+591", "+593", "+594", "+595", "+596", "+597", "+598", "+599", "+670", "+672", "+673", "+674", "+675", "+676", "+677", "+678", "+679", "+680", "+681", "+682", "+683", "+685", "+686", "+687", "+688", "+689", "+690", "+691", "+692", "+850", "+852", "+853", "+855", "+856", "+872", "+880", "+886", "+960", "+961", "+962", "+963", "+964", "+965", "+966", "+967", "+968", "+970", "+971", "+972", "+973", "+974", "+975", "+976", "+977", "+992", "+993", "+994", "+995", "+996", "+998"];
627
- var e$6 = { "Account recovery requires verified contact information": "Zur\xFCcksetzen des Account ben\xF6tigt einen verifizierten Account", "An account with the given email already exists.": "Ein Account mit dieser Email existiert bereits.", "Back to Sign In": "Zur\xFCck zur Anmeldung", "Change Password": "Passwort \xE4ndern", Code: "Code", Confirm: "Best\xE4tigen", "Confirm Password": "Passwort best\xE4tigen", "Confirm a Code": "Code best\xE4tigen", "Confirm Sign In": "Anmeldung best\xE4tigen", "Confirm Sign Up": "Registrierung best\xE4tigen", "Confirm SMS Code": "SMS-Code best\xE4tigen", "Confirm TOTP Code": "TOTP-Code best\xE4tigen", "Confirmation Code": "Best\xE4tigungs-Code", "Create a new account": "Einen neuen Account erstellen", "Create account": "Hier registrieren", "Create Account": "Account erstellen", "Creating Account": "Account wird erstellt", Email: "Email", "Enter your code": "Geben Sie Ihren Code ein", "Enter your password": "Geben Sie Ihr Passwort ein", "Enter your username": "Geben Sie Ihren Benutzernamen ein", "Enter your phone number": "Geben Sie Ihre Telefonnummer ein", "Enter your email": "Geben Sie Ihre Email ein", "Forgot your password?": "Passwort vergessen? ", "Forgot Password": "Passwort vergessen", "Hide password": "Passwort verbergen", "Have an account? ": "Schon registriert? ", "Incorrect username or password": "Falscher Benutzername oder falsches Passwort", "Invalid password format": "Ung\xFCltiges Passwort-Format", "Invalid phone number format": "Ung\xFCltiges Telefonummern-Format. Benutze eine Nummer im Format: +12345678900", "Lost your code? ": "Code verloren? ", "New Password": "Neues Passwort", "No account? ": "Kein Account? ", or: "oder", Password: "Passwort", "Password attempts exceeded": "Die maximale Anzahl der fehlerhaften Anmeldeversuche wurde erreicht", "Phone Number": "Telefonnummer", "Resend Code": "Code erneut senden", "Reset password": "Passwort zur\xFCcksetzen", "Reset your password": "Zur\xFCcksetzen des Passworts", "Send Code": "Code senden", "Send code": "Code senden", "Sign in": "Anmelden", "Sign In": "Anmelden", "Sign in to your account": "Melden Sie sich mit Ihrem Account an", "Sign Out": "Abmelden", "Sign Up": "Registrieren", Skip: "\xDCberspringen", Submit: "Abschicken", "User already exists": "Dieser Benutzer existiert bereits", "User does not exist": "Dieser Benutzer existiert nicht", Username: "Benutzername", "Username cannot be empty": "Benutzername darf nicht leer sein", Verify: "Verifizieren", "Verify Contact": "Kontakt verifizieren", "We Emailed You": "Email wurde versendet", "Your code is on the way. To log in, enter the code we emailed to": "Ihr Best\xE4tigungscode ist unterwegs. Um sich einzuloggen geben Sie den Code ein, den wir verschickt haben an", "Your code is on the way. To log in, enter the code we texted to": "Ihr Best\xE4tigungscode ist unterwegs. Um sich einzuloggen geben Sie den Code ein, den wir verschickt haben an", "It may take a minute to arrive.": "Es k\xF6nnte eine Minute dauern, bis der Code eintrifft." };
628
- var n$3 = { "Account recovery requires verified contact information": "Account recovery requires verified contact information", "Back to Sign In": "Back to Sign In", "Change Password": "Change Password", Changing: "Changing", Code: "Code", Confirm: "Confirm", "Confirm Password": "Confirm Password", "Confirm Sign Up": "Confirm Sign Up", "Confirm SMS Code": "Confirm SMS Code", "Confirm TOTP Code": "Confirm TOTP Code", "Confirmation Code": "Confirmation Code", Confirming: "Confirming", "Create Account": "Create Account", "Creating Account": "Creating Account", Email: "Email", "Enter your code": "Enter your code", "Enter your username": "Enter your username", "Enter your phone number": "Enter your phone number", "Enter your email": "Enter your email", "Forgot your password?": "Forgot your password?", "Hide password": "Hide password", Loading: "Loading", Username: "Username", "New password": "New password", Password: "Password", "Phone Number": "Phone Number", "Resend Code": "Resend Code", "Reset your password": "Reset your password", "Reset your Password": "Reset your Password", "Send Code": "Send Code", "Send code": "Send code", Sending: "Sending", "Setup TOTP": "Setup TOTP", "Show password": "Show password", "Sign in": "Sign in", "Sign In": "Sign In", "Sign In with Amazon": "Sign In with Amazon", "Sign In with Apple": "Sign In with Apple", "Sign In with Facebook": "Sign In with Facebook", "Sign In with Google": "Sign In with Google", "Sign in to your account": "Sign in to your account", "Create a new account": "Create a new account", "Signing in": "Signing in", Skip: "Skip", Submit: "Submit", Submitting: "Submitting", "Verify Contact": "Verify Contact", Verify: "Verify" };
629
- var n$2 = { "Account recovery requires verified contact information": "La recuperaci\xF3n de la cuenta requiere informaci\xF3n de contacto verificada", "An account with the given email already exists.": "Ya existe una cuenta con el correo ingresado.", "Back to Sign In": "Volver a inicio de sesi\xF3n", "Change Password": "Cambiar contrase\xF1a", Changing: "Cambiando", Code: "C\xF3digo", Confirm: "Confirmar", "Confirm a Code": "Confirmar un c\xF3digo", "Confirm Password": "Confirmar contrase\xF1a", "Confirm Sign In": "Confirmar inicio de sesi\xF3n", "Confirm Sign Up": "Confirmar registro", "Confirm TOTP Code": "Confirmar c\xF3digo TOTP", "Confirmation Code": "C\xF3digo de confirmaci\xF3n", Confirming: "Confirmando", "Create a new account": "Crear una cuenta nueva", "Create Account": "Crear cuenta", "Creating Account": "Creando cuenta", Email: "Email", "Enter your email": "Escriba su Email", "Forgot Password": "Olvid\xE9 mi contrase\xF1a", "Incorrect username or password.": "Nombre de usuario o contrase\xF1a incorrecta", "Invalid password format": "Formato de contrase\xF1a inv\xE1lido", "Invalid phone number format": "Formato de n\xFAmero de tel\xE9fono inv\xE1lido", "Forgot your password?": "\xBFOlvid\xF3 su contrase\xF1a?", "Hide password": "Ocultar contrase\xF1a", "Loading...": "Cargando...", "New Password": "Nueva contrase\xF1a", or: "o", Password: "Contrase\xF1a", "Phone Number": "N\xFAmero de tel\xE9fono", "Resend a Code": "Reenviar un c\xF3digo", "Reset your password": "Restablecer su contrase\xF1a", "Reset your Password": "Restablecer su Contrase\xF1a", "Resend Code": "Reenviar c\xF3digo", "Send Code": "Enviar c\xF3digo", Sending: "Enviando", "Setup TOTP": "Configurar TOTP", "Show password": "Mostrar contrase\xF1a", "Sign in": "Iniciar sesi\xF3n", "Sign In": "Iniciar Sesi\xF3n", "Sign In with Amazon": "Iniciar Sesi\xF3n con Amazon", "Sign In with Apple": "Iniciar Sesi\xF3n con Apple", "Sign In with Facebook": "Iniciar Sesi\xF3n con Facebook", "Sign In with Google": "Iniciar Sesi\xF3n con Google", "Sign in to your account": "Iniciar sesi\xF3n en tu cuenta", "Sign Out": "Cerrar sesi\xF3n", "Sign Up": "Crear cuenta", "Sign Up with Amazon": "Crear cuenta con Amazon", "Sign Up with Apple": "Crear cuenta con Apple", "Sign Up with Facebook": "Crear cuenta con Facebook", "Sign Up with Google": "Crear cuenta con Google", "Signing in": "Iniciando sesi\xF3n", Skip: "Omitir", Submit: "Enviar", "User already exists": "El usuario ya existe", "User does not exist": "El usuario no existe", Username: "Nombre de usuario", "Username cannot be empty": "El nombre de usuario no puede estar vac\xEDo", Verify: "Verificar", "Verify Contact": "Verificar contacto", "Your passwords must match": "Las contrase\xF1as deben coincidir" };
630
- var e$5 = { "Account recovery requires verified contact information": "La r\xE9cup\xE9ration du compte n\xE9cessite des informations de contact v\xE9rifi\xE9es", "An account with the given email already exists.": "Un utilisateur avec cette adresse email existe d\xE9j\xE0.", "Back to Sign In": "Retour \xE0 la connexion", Change: "Modifier", "Change Password": "Modifier le mot de passe", Code: "Code", Confirm: "Confirmer", "Confirm a Code": "Confirmer un code", "Confirm Password": "Confirmez le mot de passe", "Confirm Sign In": "Confirmer la connexion", "Confirm Sign Up": "Confirmer l'inscription", "Confirm SMS Code": "Confirmer le code SMS", "Confirm TOTP Code": "Confirmer le code TOTP", "Confirmation Code": "Code de confirmation", "Create a new account": "Cr\xE9er un nouveau compte", "Create account": "Cr\xE9er un compte", "Create Account": "Cr\xE9er un compte", Email: "Email", "Enter your code": "Saisissez cotre code de confirmation", "Enter your email": "Saisissez votre adresse email", "Enter your password": "Saisissez votre mot de passe", "Enter your phone number": "Saisissez votre num\xE9ro de t\xE9l\xE9phone", "Enter your username": "Saisissez votre nom d'utilisateur", "Forgot Password": "Mot de passe oubli\xE9", "Forgot your password?": "Mot de passe oubli\xE9 ? ", "Have an account? ": "D\xE9j\xE0 un compte ? ", Hello: "Bonjour", "Incorrect username or password": "Identifiant ou mot de passe incorrect", "Invalid password format": "Format de mot de passe invalide", "Invalid phone number format": "Format de num\xE9ro de t\xE9l\xE9phone invalide. Veuillez utiliser un format +12345678900", "Loading...": "Chargement...", "Lost your code? ": "Vous avez perdu votre code ? ", "Network error": "Erreur r\xE9seau", "New Password": "Nouveau mot de passe", "No account? ": "Pas de compte ? ", or: "ou", Password: "Mot de passe", "Phone Number": "Num\xE9ro de t\xE9l\xE9phone", "Resend a Code": "Renvoyer un code", "Resend Code": "Renvoyer le code", "Reset password": "R\xE9initialisez votre mot de passe", "Reset your password": "R\xE9initialisez votre mot de passe", Send: "Envoyer", "Send Code": "M'envoyer un code", "Sign in": "Se connecter", "Sign In": "Se connecter", "Sign in to your account": "Connexion \xE0 votre compte", "Sign In with Amazon": "Se connecter avec Amazon", "Sign In with AWS": "Se connecter avec AWS", "Sign In with Facebook": "Se connecter avec Facebook", "Sign In with Google": "Se connecter avec Google", "Sign Out": "D\xE9connexion", "Sign Up": "S'inscrire", Skip: "Passer", SMS: "SMS", Submit: "Soumettre", "User already exists": "L'utilisateur existe d\xE9j\xE0", "User does not exist": "L'utilisateur n'existe pas", Username: "Nom d'utilisateur", "Username cannot be empty": "Le nom d'utilisateur doit \xEAtre renseign\xE9", "Username/client id combination not found.": "L'utilisateur n'existe pas", Verify: "V\xE9rifier", "Verify Contact": "V\xE9rifier le contact" };
631
- var o$8 = { "Account recovery requires verified contact information": "Il ripristino dell'account richiede informazioni di contatto verificate", "An account with the given email already exists.": "Questa email \xE8 gi\xE0 utilizzata da un'altro account.", "Back to Sign In": "Torna alla schermata di accesso", "Change Password": "Cambia la password", Code: "Codice", Confirm: "Conferma", "Confirm a Code": "Conferma un codice", "Confirm Password": "Conferma la password", "Confirm Sign In": "Conferma l'accesso", "Confirm Sign Up": "Conferma registrazione", "Confirmation Code": "Codice di verifica", "Create a new account": "Crea un nuovo account", "Create account": "Crea account", "Create Account": "Crea Account", Email: "Email", "Enter your password": "Inserisci la tua password", "Enter your username": "Inserisci il tuo nome utente", "Forgot Password": "Password dimenticata", "Forgot your password?": "Password dimenticata?", "Have an account? ": "Gi\xE0 registrato?", "Incorrect username or password": "Nome utente o password errati", "Invalid password format": "Formato della password non valido", "Invalid phone number format": "Formato del numero di telefono non valido", "Lost your code?": "Codice smarrito?", "New Password": "Nuova password", or: "o", "No account? ": "Non hai un account?", Password: "Password", "Password attempts exceeded": "Il numero massimo di tentativi di accesso falliti \xE8 stato raggiunto", "Phone Number": "Numero di telefono", "Resend Code": "Rispedisci codice", "Reset password": "Reimposta password", "Reset your password": "Reimposta la tua password", "Send Code": "Invia codice", "Sign in": "Accesso", "Sign In": "Accesso", "Sign in to your account": "Accedi al tuo account", "Sign Out": "Esci", "Sign Up": "Registrati", Skip: "Salta", Submit: "Invia", "User already exists": "Utente gi\xE0 esistente", "User does not exist": "Utente inesistente", Username: "Nome utente", "Username cannot be empty": "Il nome utente non pu\xF2 essere vuoto", Verify: "Verifica", "Verify Contact": "Verifica contatto" };
632
- var o$7 = { "Account recovery requires verified contact information": "\u30A2\u30AB\u30A6\u30F3\u30C8\u306E\u5FA9\u65E7\u306B\u306F\u78BA\u8A8D\u6E08\u307F\u306E\u9023\u7D61\u5148\u304C\u5FC5\u8981\u3067\u3059", "An account with the given email already exists.": "\u5165\u529B\u3055\u308C\u305F\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9\u306E\u30A2\u30AB\u30A6\u30F3\u30C8\u304C\u65E2\u306B\u5B58\u5728\u3057\u307E\u3059", "Back to Sign In": "\u30B5\u30A4\u30F3\u30A4\u30F3\u306B\u623B\u308B", "Change Password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5909\u3048\u308B ", Code: "\u30B3\u30FC\u30C9", Confirm: "\u78BA\u5B9A", "Confirm a Code": "\u30B3\u30FC\u30C9\u3092\u78BA\u8A8D", "Confirm Password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u306E\u78BA\u8A8D", "Confirm Sign In": "\u30B5\u30A4\u30F3\u30A4\u30F3\u3059\u308B", "Confirm Sign Up": "\u767B\u9332\u3059\u308B", "Confirmation Code": "\u78BA\u8A8D\u30B3\u30FC\u30C9", "Create a new account": "\u65B0\u3057\u3044\u30A2\u30AB\u30A6\u30F3\u30C8\u3092\u4F5C\u308B", "Create account": "\u30A2\u30AB\u30A6\u30F3\u30C8\u3092\u4F5C\u308B ", "Create Account": "\u30A2\u30AB\u30A6\u30F3\u30C8\u3092\u4F5C\u308B", Email: "\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9", "Enter your password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5165\u529B ", "Enter your username": "\u30E6\u30FC\u30B6\u30FC\u540D\u3092\u5165\u529B ", "Forgot Password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5FD8\u308C\u305F ", "Forgot your password?": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5FD8\u308C\u307E\u3057\u305F\u304B\uFF1F ", "Have an account? ": "\u30A2\u30AB\u30A6\u30F3\u30C8\u3092\u6301\u3063\u3066\u3044\u307E\u3059\u304B\uFF1F", "Incorrect username or password": "\u30E6\u30FC\u30B6\u30FC\u540D\u304B\u30D1\u30B9\u30EF\u30FC\u30C9\u304C\u7570\u306A\u308A\u307E\u3059 ", "Invalid password format": "\u30D1\u30B9\u30EF\u30FC\u30C9\u306E\u5F62\u5F0F\u304C\u7121\u52B9\u3067\u3059 ", "Invalid phone number format": "\u4E0D\u6B63\u306A\u96FB\u8A71\u756A\u53F7\u306E\u5F62\u5F0F\u3067\u3059\u3002\n+12345678900 \u306E\u5F62\u5F0F\u3067\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044", "Lost your code? ": "\u30B3\u30FC\u30C9\u3092\u5931\u304F\u3057\u307E\u3057\u305F\u304B\uFF1F", "New Password": "\u65B0\u3057\u3044\u30D1\u30B9\u30EF\u30FC\u30C9", "No account? ": "\u30A2\u30AB\u30A6\u30F3\u30C8\u304C\u7121\u3044\u3068\u304D ", or: "\u53C8\u306F", Password: "\u30D1\u30B9\u30EF\u30FC\u30C9 ", "Password attempts exceeded": "\u30B5\u30A4\u30F3\u30A4\u30F3\u306E\u8A66\u884C\u56DE\u6570\u304C\u4E0A\u9650\u306B\u9054\u3057\u307E\u3057\u305F", "Phone Number": "\u96FB\u8A71\u756A\u53F7", "Resend Code": "\u30B3\u30FC\u30C9\u3092\u518D\u9001\u4FE1", "Reset password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u30EA\u30BB\u30C3\u30C8 ", "Reset your password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u30EA\u30BB\u30C3\u30C8\u3059\u308B", "Send Code": "\u30B3\u30FC\u30C9\u3092\u9001\u4FE1", "Sign in": "\u30B5\u30A4\u30F3\u30A4\u30F3", "Sign In": "\u30B5\u30A4\u30F3\u30A4\u30F3 ", "Sign in to your account": "\u30A2\u30AB\u30A6\u30F3\u30C8\u306B\u30B5\u30A4\u30F3\u30A4\u30F3 ", "Sign In with Amazon": "Amazon\u3067\u30B5\u30A4\u30F3\u30A4\u30F3", "Sign In with Facebook": "Facebook\u3067\u30B5\u30A4\u30F3\u30A4\u30F3", "Sign In with Google": "Google\u3067\u30B5\u30A4\u30F3\u30A4\u30F3", "Sign Out": "\u30B5\u30A4\u30F3\u30A2\u30A6\u30C8 ", "Sign Up": "\u767B\u9332 ", Skip: "\u30B9\u30AD\u30C3\u30D7", Submit: "\u9001\u4FE1", "User already exists": "\u65E2\u306B\u30E6\u30FC\u30B6\u30FC\u304C\u5B58\u5728\u3057\u3066\u3044\u307E\u3059 ", "User does not exist": "\u30E6\u30FC\u30B6\u30FC\u304C\u5B58\u5728\u3057\u307E\u305B\u3093 ", Username: "\u30E6\u30FC\u30B6\u30FC\u540D ", "Username cannot be empty": "\u30E6\u30FC\u30B6\u30FC\u540D\u306F\u5165\u529B\u5FC5\u9808\u3067\u3059", Verify: "\u78BA\u8A8D", "Verify Contact": "\u9023\u7D61\u5148\u3092\u78BA\u8A8D" };
633
- var e$4 = { "Back to Sign In": "\uB85C\uADF8\uC778\uC73C\uB85C \uB3CC\uC544\uAC00\uAE30", Birthdate: "\uC0DD\uB144\uC6D4\uC77C", "Change Password": "\uBE44\uBC00\uBC88\uD638 \uBCC0\uACBD\uD558\uAE30", Changing: "\uBCC0\uACBD\uC911", Code: "\uCF54\uB4DC", "Confirm Password": "\uBE44\uBC00\uBC88\uD638 \uC7AC\uD655\uC778", "Reset your Password": "\uBE44\uBC00\uBC88\uD638 \uC7AC\uC124\uC815", "Confirm Sign Up": "\uD68C\uC6D0\uAC00\uC785 \uD655\uC778", "Confirm SMS Code": "\uD734\uB300\uD3F0 \uBCF8\uC778 \uD655\uC778", "Confirm TOTP Code": "TOTP \uC778\uC99D\uBC88\uD638 \uD655\uC778", Confirm: "\uD655\uC778", "Confirmation Code": "\uC778\uC99D\uBC88\uD638", Confirming: "\uD655\uC778\uC911", "Create Account": "\uD68C\uC6D0\uAC00\uC785", "Creating Account": "\uD68C\uC6D0\uAC00\uC785\uC911", Email: "\uC774\uBA54\uC77C", "Enter your code": "\uC778\uC99D\uBC88\uD638\uB97C \uC785\uB825\uD574\uC8FC\uC138\uC694", "Enter your username": "\uC544\uC774\uB514\uB97C \uC785\uB825\uD574\uC8FC\uC138\uC694", "Family Name": "\uC131", "Given Name": "\uC774\uB984", "Forgot your password?": "\uBE44\uBC00\uBC88\uD638\uB97C \uC78A\uC73C\uC168\uB098\uC694?", "Hide password": "\uBE44\uBC00\uBC88\uD638 \uC228\uAE30\uAE30", Loading: "\uB85C\uB529\uC911", Username: "\uC544\uC774\uB514", Name: "\uC131\uD568", Nickname: "\uB2C9\uB124\uC784", "New password": "\uC0C8 \uBE44\uBC00\uBC88\uD638", Password: "\uBE44\uBC00\uBC88\uD638", "Phone Number": "\uC804\uD654\uBC88\uD638", "Preferred Username": "\uB2C9\uB124\uC784", Profile: "\uD504\uB85C\uD544", "Resend Code": "\uC778\uC99D\uBC88\uD638 \uC7AC\uC804\uC1A1", "Reset your password": "\uBE44\uBC00\uBC88\uD638 \uC7AC\uC124\uC815", "Reset Password": "\uBE44\uBC00\uBC88\uD638 \uC7AC\uC124\uC815", "Send code": "\uC778\uC99D\uCF54\uB4DC \uBCF4\uB0B4\uAE30", Sending: "\uC804\uC1A1\uC911", "Setup TOTP": "TOTP \uC124\uC815\uD558\uAE30", "Show password": "\uBE44\uBC00\uBC88\uD638 \uBCF4\uC774\uAE30", "Sign in": "\uB85C\uADF8\uC778", "Sign In": "\uB85C\uADF8\uC778", "Sign In with Amazon": "Amazon \uB85C\uADF8\uC778", "Sign In with Apple": "Apple \uB85C\uADF8\uC778", "Sign In with Facebook": "Facebook \uB85C\uADF8\uC778", "Sign In with Google": "Google \uB85C\uADF8\uC778", "Sign in to your account": "\uB85C\uADF8\uC778", "Create a new account": "\uD68C\uC6D0\uAC00\uC785", "Signing in": "\uB85C\uADF8\uC778\uC911", Skip: "\uB2E4\uC74C\uC5D0 \uD558\uAE30", Submit: "\uD655\uC778", Submitting: "\uD655\uC778\uC911", "Verify Contact": "\uC5F0\uB77D\uCC98 \uD655\uC778", "Account recovery requires verified contact information": "\uACC4\uC815 \uBCF5\uAD6C\uB97C \uC704\uD574 \uC5F0\uB77D\uCC98 \uD655\uC778\uC774 \uD544\uC694\uD569\uB2C8\uB2E4", Verify: "\uC778\uC99D", Website: "\uC6F9\uC0AC\uC774\uD2B8" };
634
- var e$3 = { "Back to Sign In": "Terug naar inloggen", "Change Password": "Wachtwoord wijzigen", Changing: "Wordt aangepast", Code: "Code", "Confirm Password": "Bevestig Wachtwoord", "Reset your Password": "Wachtwoord resetten", "Confirm Sign Up": "Bevestig inschrijving", "Confirm SMS Code": "Bevestig SMS Code", "Confirm TOTP Code": "Bevestig TOTP Code", Confirm: "Bevestig", "Confirmation Code": "Bevestigingscode", Confirming: "Bevestigen", "Create Account": "Account aanmaken", "Creating Account": "Account wordt aangemaakt", Email: "E-mail", "Enter your code": "Vul je code in", "Enter your username": "Vul je gebruikersnaam in", "Enter your phone number": "Vul je telefoonnummer in", "Enter your email": "Vul je e-mail in", "Forgot your password?": "Wachtwoord vergeten? ", "Hide password": "Verberg wachtwoord", Loading: "Laden", Username: "Gebruikersnaam", "New password": "Nieuw wachtwoord", Password: "Wachtwoord", "Phone Number": "Telefoonnummer", "Resend Code": "Verstuur code nogmaals", "Reset your password": "Reset je wachtwoord", "Send Code": "Verstuur Code", "Send code": "Verstuur code", Sending: "Versturen", "Setup TOTP": "TOTP Instellingen", "Show password": "Toon wachtwoord", "Sign in": "Inloggen", "Sign In": "Inloggen", "Sign In with Amazon": "Inloggen met Amazon", "Sign In with Apple": "Inloggen met Apple", "Sign In with Facebook": "Inloggen met Facebook", "Sign In with Google": "Inloggen met Google", "Sign in to your account": "Inloggen op je account", "Create a new account": "Nieuw account aanmaken", "Signing in": "Inloggen", Skip: "Overslaan", Submit: "Versturen", Submitting: "Wordt verstuurd", "Verify Contact": "Verifieer Contact", "Account recovery requires verified contact information": "Accountherstel vereist geverifieerde contactgegevens", Verify: "Verifieer" };
635
- var o$6 = { "Back to Sign In": "Powr\xF3t do logowania", Birthdate: "Data urodzenia", "Change Password": "Zmie\u0144 has\u0142o", Changing: "Zmienianie", Code: "Kod", "Confirm Password": "Potwierd\u017A Has\u0142o", "Reset your Password": "Zresetuj swoje has\u0142o", "Confirm Sign Up": "Potwierd\u017A rejestracj\u0119", "Confirm SMS Code": "Potwierd\u017A kod SMS", "Confirm TOTP Code": "Potwierd\u017A has\u0142o jednorazowe", Confirm: "Potwierd\u017A", "Confirmation Code": "Kod potwierdzenia", Confirming: "Potwierdzanie", "Create Account": "Utw\xF3rz konto", "Creating Account": "Tworzenie konta", Email: "E-mail", "Enter your code": "Wprowad\u017A sw\xF3j kod", "Enter your username": "Wprowad\u017A swoj\u0105 nazw\u0119 u\u017Cytkownika", "Family Name": "Nazwisko", "Given Name": "Pierwsze imi\u0119", "Forgot your password?": "Zapomnia\u0142e\u015B has\u0142a? ", "Hide password": "Ukryj has\u0142o", Loading: "\u0141adowanie", Username: "Nazwa u\u017Cytkownika", "Middle Name": "Drugie imi\u0119", Name: "Imi\u0119 i nazwisko", Nickname: "Pseudonim", "New password": "Nowe has\u0142o", Password: "Has\u0142o", "Phone Number": "Numer telefonu", "Preferred Username": "Preferowana nazwa u\u017Cytkownika", Profile: "Profil", "Resend Code": "Wy\u015Blij kod ponownie", "Reset your password": "Zresetuj swoje has\u0142o", "Send Code": "Zresetuj has\u0142o", "Send code": "Wy\u015Blij kod", Sending: "Wysy\u0142anie", "Setup TOTP": "Konfiguruj TOTP", "Show password": "Poka\u017C has\u0142o", "Sign in": "Zaloguj", "Sign In": "Logowanie", "Sign In with Amazon": "Zaloguj z Amazon", "Sign In with Apple": "Zaloguj z Apple", "Sign In with Facebook": "Zaloguj z Facebook", "Sign In with Google": "Zaloguj z Google", "Sign in to your account": "Zaloguj si\u0119 na swoje konto", "Create a new account": "Utw\xF3rz nowe konto", "Signing in": "Logowanie", Skip: "Pomi\u0144", Submit: "Wy\u015Blij", Submitting: "Wysy\u0142anie", "Verify Contact": "Weryfikacja danych kontaktowych", "Account recovery requires verified contact information": "Odzyskanie konta wymaga zweryfikowanych danych kontaktowych", Verify: "Zweryfikuj", Website: "Strona internetowa" };
636
- var o$5 = { "Back to Sign In": "Voltar para Entrar", "Change Password": "Mudar senha", Changing: "Mudando", Code: "C\xF3digo", "Confirm Password": "Confirme a Senha", "Reset your Password": "Redefina sua senha", "Confirm Sign Up": "Confirmar inscri\xE7\xE3o", "Confirm SMS Code": "Confirme o c\xF3digo SMS", "Confirm TOTP Code": "Confirme o c\xF3digo TOTP", Confirm: "confirme", "Confirmation Code": "C\xF3digo de confirma\xE7\xE3o", Confirming: "Confirmando", "Create Account": "Criar Conta", "Creating Account": "Criando conta", Email: "O email", "Enter your code": "Insira seu c\xF3digo", "Enter your username": "entre com seu nome de usu\xE1rio", "Enter your phone number": "Digite seu n\xFAmero de telefone", "Enter your email": "Digite seu e-mail", "Forgot your password?": "Esqueceu sua senha? ", "Hide password": "Esconder a senha", Loading: "Carregando", Username: "Nome do usu\xE1rio", "New password": "Nova Senha", Password: "Senha", "Phone Number": "N\xFAmero de telefone", "Resend Code": "Reenviar c\xF3digo", "Reset your password": "Redefina sua senha", "Send Code": "Enviar c\xF3digo", "Send code": "Enviar c\xF3digo", Sending: "Enviando", "Setup TOTP": "Configurar TOTP", "Show password": "Mostrar senha", "Sign In": "Entrar", "Sign in": "Entrar", "Sign In with Amazon": "Entrar com a Amazon", "Sign In with Apple": "Entrar com a Apple", "Sign In with Facebook": "Entrar com o Facebook", "Sign In with Google": "Fa\xE7a login no Google", "Sign in to your account": "Fa\xE7a login em sua conta", "Create a new account": "Criar uma nova conta", "Signing in": "Entrando", Skip: "Pular", Submit: "Enviar", Submitting: "Enviando", "Verify Contact": "Verificar contato", "Account recovery requires verified contact information": "A recupera\xE7\xE3o da conta requer informa\xE7\xF5es de contato verificadas", Verify: "Verificar" };
637
- var r$1 = { "Account recovery requires verified contact information": "\u8D26\u6237\u6062\u590D\u9700\u8981\u9A8C\u8BC1\u8FC7\u7684\u8054\u7CFB\u65B9\u5F0F", "Back to Sign In": "\u56DE\u5230\u767B\u5F55", "Change Password": "\u66F4\u6539\u5BC6\u7801", Code: "\u786E\u8BA4\u7801", Confirm: "\u786E\u8BA4", "Confirm a Code": "\u786E\u8BA4\u7801", "Confirm Password": "\u786E\u8BA4\u5BC6\u7801", "Confirm Sign In": "\u786E\u8BA4\u767B\u5F55", "Confirm Sign Up": "\u786E\u8BA4\u6CE8\u518C", Email: "\u90AE\u7BB1", "Forgot Password": "\u5FD8\u8BB0\u5BC6\u7801", "Incorrect username or password": "\u7528\u6237\u540D\u6216\u5BC6\u7801\u9519\u8BEF", "Invalid password format": "\u5BC6\u7801\u683C\u5F0F\u9519\u8BEF", "Invalid phone number format": "\u7535\u8BDD\u683C\u5F0F\u9519\u8BEF\uFF0C\u8BF7\u4F7F\u7528\u683C\u5F0F +12345678900", "New Password": "\u65B0\u5BC6\u7801", or: "\u6216\u8005", Password: "\u5BC6\u7801", "Phone Number": "\u7535\u8BDD", "Resend a Code": "\u91CD\u53D1\u786E\u8BA4\u7801", "Send Code": "\u53D1\u9001\u786E\u8BA4\u7801", "Sign In": "\u767B\u5F55", "Sign Out": "\u9000\u51FA", "Sign Up": "\u6CE8\u518C", Skip: "\u8DF3\u8FC7", Submit: "\u63D0\u4EA4", "User already exists": "\u7528\u6237\u5DF2\u7ECF\u5B58\u5728", "User does not exist": "\u7528\u6237\u4E0D\u5B58\u5728", Username: "\u7528\u6237\u540D", Verify: "\u9A8C\u8BC1", "Verify Contact": "\u9A8C\u8BC1\u8054\u7CFB\u65B9\u5F0F" };
638
- var e$2 = { "Account recovery requires verified contact information": "F\xF6r att \xE5terst\xE4lla kontot beh\xF6ver du ett verifierat konto", "An account with the given email already exists.": "Det finns redan ett konto med denna e-postadress", "Back to Sign In": "Tillbaka till inloggningen", "Change Password": "Byt l\xF6senord", "Confirm Password": "Bekr\xE4fta l\xF6senord", Code: "Kod", Confirm: "Bekr\xE4fta", "Confirm a Code": "Bekr\xE4fta koden", "Confirm Sign In": "Bekr\xE4fta inloggning", "Confirm Sign Up": "Bekr\xE4fta registrering", "Confirmation Code": "Verifikationskod", "Create a new account": "Skapa ett nytt konto", "Create account": "Skapa konto", "Create Account": "Skapa konto", Email: "E-post", "Enter your password": "Ange ditt l\xF6senord", "Enter your username": "Ange ditt anv\xE4ndarnamn", "Forgot Password": "Gl\xF6mt l\xF6senordet", "Forgot your password?": "Gl\xF6mt ditt l\xF6senord? ", "Have an account? ": "Redan registrerad? ", "Incorrect username or password": "Felaktigt anv\xE4ndarnamn eller l\xF6senord", "Invalid password format": "Ogiltigt l\xF6senordsformat", "Invalid phone number format": "Ogiltigt format f\xF6r telefonnummer", "Lost your code? ": "F\xF6rlorat koden? ", "New Password": "Nytt l\xF6senord", "No account? ": "Inget konto? ", or: "eller", Password: "L\xF6senord", "Password attempts exceeded": "Maximalt antal felaktiga inloggningsf\xF6rs\xF6k har uppn\xE5tts", "Phone Number": "Telefonnummer", "Resend Code": "Skicka koden igen", "Reset password": "\xC5terst\xE4ll l\xF6senord", "Reset your password": "\xC5terst\xE4ll ditt l\xF6senord", "Send code": "Skicka kod", "Sign in": "Logga in", "Sign In": "Logga in", "Sign in to your account": "Logga in till ditt konto", "Sign Out": "Logga ut", "Sign Up": "Registrering", "We Emailed You": "Vi har skickat e-post till dig", "Enter your code": "Skriv din kod", Skip: "Hoppa \xF6ver", Submit: "Skicka", "User already exists": "Anv\xE4ndaren finns redan", "User does not exist": "Anv\xE4ndaren finns inte", Username: "Anv\xE4ndarnamn", "Username cannot be empty": "Anv\xE4ndarnamnet kan inte vara tomt", Verify: "Verifiera", "Verify Contact": "Verifiera kontakt" };
639
- var a$3 = { "Account recovery requires verified contact information": "Pemulihan akun memerlukan informasi kontak terverifikasi", "An account with the given email already exists.": "Akun dengan email tersebut sudah terdaftar.", "Attempt limit exceeded, please try after some time.": "Batas percobaan terlampaui, mohon coba lagi setelah beberapa waktu.", "Back to Sign In": "Kembali ke Masuk", "Cannot reset password for the user as there is no registered/verified email or phone_number": "Tidak dapat mengatur ulang kata sandi karena tidak ada email terdaftar / terverifikasi atau nomor telepon", Change: "Ubah", "Change Password": "Ubah kata sandi", Code: "Kode", Confirm: "Konfirmasi", "Confirm a Code": "Konfirmasi kode", "Confirm Password": "Konfirmasi kata sandi", "Confirmation Code": "Kode Konfirmasi", "Create a new account": "Buat akun baru", "Create account": "Buat akun", "Create Account": "Buat Akun", "Creating Account": "Membuat Akun", Confirming: "Mengkonfirmasi", Email: "Email", "Enter your code": "Masukkan kode anda", "Enter your email": "Masukkan email anda", "Enter your password": "Masukkan kata sandi anda", "Enter your phone number": "Masukkan nomor telepon anda", "Enter your username": "Masukkan nama akun anda", "Forgot Password": "Lupa kata sandi", "Forgot your password?": "Lupa kata sandi? ", "Have an account? ": "Sudah punya akun? ", Hello: "Halo", "Incorrect username or password.": "Nama akun atau kata sandi salah.", "Invalid phone number format": "Nomor telepon tidak sesuai dengan format.", "Invalid verification code provided, please try again.": "Kode verifikasi tidak sesuai, mohon coba lagi.", "It may take a minute to arrive.": "Mungkin perlu beberapa waktu untuk tiba.", "Lost your code? ": "Kode anda hilang?", Name: "Nama", "Network error": "Galat jaringan", "New password": "Kata sandi baru", "No account? ": "Tidak ada akun?", or: "atau", Password: "Kata sandi", "Password did not conform with policy: Password not long enough": "Kata sandi tidak sesuai dengan aturan: Kata sandi kurang panjang", "Phone Number": "Nomor telepon", "Resend a Code": "Renvoyer un code", "Resend Code": "Kirim ulang kodenya", "Reset password": "Ubah kata sandi anda", "Reset your password": "Ubah kata sandi anda", Send: "Kirim", "Send Code": "Kirim Kode", "Send code": "Kirim kode", Sending: "Mengirim", "Sign in": "Masuk", "Sign In": "Masuk", "Sign in to your account": "Masuk akun anda", "Sign In with Amazon": "Masuk dengan Amazon", "Sign In with AWS": "Masuk dengan AWS", "Sign In with Facebook": "Masuk dengan Facebook", "Sign In with Google": "Masuk dengan Google", "Sign Up with Amazon": "Daftar dengan Amazon", "Sign Up with AWS": "Daftar dengan AWS", "Sign Up with Facebook": "Daftar dengan Facebook", "Sign Up with Google": "Daftar dengan Google", "Signing in": "Memasuki", Skip: "Lewati", SMS: "SMS", Submit: "Ajukan", Submitting: "Mengajukan", "User is disabled.": "Akun dinonaktifkan.", "User already exists": "Akun sudah terdaftar", "User does not exist.": "Akun tidak terdaftar.", Username: "Nama akun", "Username cannot be empty": "Nama akun tidak boleh kosong", "Username/client id combination not found.": "Nama akun atau id tidak ditemukan.", Verify: "Verifikasi", "Verify Contact": "Verifikasi Kontak", "We Emailed You": "Kami mengirimkanmu email", "Your code is on the way. To log in, enter the code we emailed to": "Kode anda dalam pengiriman. Untuk masuk, masukkan kode yang kami emailkan ke", "Your code is on the way. To log in, enter the code we texted to": "Kode anda dalam pengiriman. Untuk masuk, masukkan kode yang kami tuliskan ke", "Your passwords must match": "Kata sandi harus sama" };
640
- var e$1 = { "Account recovery requires verified contact information": "Hesap kurtarma, do\u011Frulanm\u0131\u015F ileti\u015Fim bilgilerini gerektirir", "An account with the given email already exists.": "Bu e-postaya ait zaten bir hesap var.", "Back to Sign In": "Oturum A\xE7maya Geri D\xF6n", "Change Password": "\u015Eifreyi De\u011Fi\u015Ftir", Changing: "De\u011Fi\u015Ftiriliyor", Code: "Kod", Confirm: "Do\u011Frula", "Confirm Password": "\u015Eifreyi Do\u011Frula", "Confirm Sign In": "Oturum A\xE7may\u0131 Do\u011Frula", "Confirm Sign Up": "Kay\u0131t \u0130\u015Flemini Do\u011Frula", "Confirm SMS Code": "SMS Kodunu Do\u011Frula", "Confirm TOTP Code": "Tek Kullan\u0131ml\u0131k \u015Eifreyi Do\u011Frula", "Confirmation Code": "Do\u011Frulama Kodu", Confirming: "Do\u011Frulan\u0131yor", "Create Account": "Hesap Olu\u015Ftur", "Creating Account": "Hesap Olu\u015Fturuluyor", Email: "E-posta", "Enter your code": "Kodu girin", "Enter your username": "Kullan\u0131c\u0131 ad\u0131n\u0131z\u0131 girin", "Enter your phone number": "Telefon numaran\u0131z\u0131 girin", "Enter your email": "E-posta adresinizi girin", "Forgot your password?": "\u015Eifrenizi mi unuttunuz?", "Hide password": "\u015Eifreyi gizle", "Have an account? ": "Hesab\u0131n\u0131z var m\u0131? ", "Incorrect username or password": "Yanl\u0131\u015F kullan\u0131c\u0131 ad\u0131 ya da \u015Fifre", "Invalid password format": "Ge\xE7ersiz parola format\u0131", "Invalid phone number format": "Ge\xE7ersiz telefon numaras\u0131 format\u0131", "Lost your code? ": "Kodu mu kaybettiniz? ", Loading: "Y\xFCkleniyor", "New password": "Yeni \u015Fifre", "No account? ": "Hesab\u0131n\u0131z yok mu? ", or: "veya", Password: "\u015Eifre", "Password attempts exceeded": "Maksimum oturum a\xE7ma giri\u015Fimi a\u015F\u0131ld\u0131", "Phone Number": "Telefon Numaras\u0131", "Resend Code": "Kodu Yeniden G\xF6nder", "Reset your password": "\u015Eifrenizi s\u0131f\u0131rlay\u0131n", "Reset your Password": "\u015Eifrenizi S\u0131f\u0131rlay\u0131n", "Send Code": "Kod G\xF6nder", "Send code": "Kod g\xF6nder", Sending: "G\xF6nderiliyor", "Setup TOTP": "Tek kullan\u0131ml\u0131k \u015Fifre kurulumu yap", "Show password": "\u015Eifreyi g\xF6ster", "Sign in": "Oturum a\xE7", "Sign In": "Oturum A\xE7", "Sign In with Amazon": "Amazon ile Oturum A\xE7", "Sign In with Apple": "Apple ile Oturum A\xE7", "Sign In with Facebook": "Facebook ile Oturum A\xE7", "Sign In with Google": "Google ile Oturum A\xE7", "Sign in to your account": "Hesab\u0131n\u0131zda oturum a\xE7\u0131n", "Create a new account": "Yeni bir hesap olu\u015Ftur", "Signing in": "Oturum a\xE7\u0131l\u0131yor", "Sign Out": "\xC7\u0131k\u0131\u015F yap", "Sign Up": "Kay\u0131t Ol", Skip: "Atla", Submit: "G\xF6nder", Submitting: "G\xF6nderiliyor", "User already exists": "Bu kullan\u0131c\u0131 zaten var", "User does not exist": "B\xF6yle bir kullan\u0131c\u0131 mevcut de\u011Fil", Username: "Kullan\u0131c\u0131 ad\u0131", "Username cannot be empty": "Kullan\u0131c\u0131 ad\u0131 bo\u015F olamaz", "Verify Contact": "Ki\u015Fiyi Do\u011Frula", Verify: "Do\u011Frula" };
641
- var o$4 = { "Account recovery requires verified contact information": "\u0412\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u0443\u0447\u0435\u0442\u043D\u043E\u0439 \u0437\u0430\u043F\u0438\u0441\u0438 \u0442\u0440\u0435\u0431\u0443\u0435\u0442 \u043F\u0440\u043E\u0432\u0435\u0440\u043A\u0438 \u043A\u043E\u043D\u0442\u0430\u043A\u0442\u043D\u043E\u0439 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438", "Back to Sign In": "\u041D\u0430\u0437\u0430\u0434, \u0447\u0442\u043E\u0431\u044B \u0432\u043E\u0439\u0442\u0438", "Change Password": "\u0438\u0437\u043C\u0435\u043D\u044F\u0442\u044C \u043F\u0430\u0440\u043E\u043B\u044C", Changing: "\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435", Code: "\u041A\u043E\u0434", Confirm: "\u041F\u043E\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0430\u0442\u044C", "Confirm Password": "\u041F\u043E\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043D\u0438\u0435 \u043F\u0430\u0440\u043E\u043B\u044F", "Confirm Sign Up": "\u041F\u043E\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043D\u0438\u0435 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043E\u0432\u0430\u0442\u044C\u0441\u044F", "Confirm SMS Code": "\u041F\u043E\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043D\u0438\u0435 CMC-\u041A\u043E\u0434", "Confirm TOTP Code": "\u041F\u043E\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043D\u0438\u0435 TOTP-\u041A\u043E\u0434", "Confirmation Code": "\u043A\u043E\u0434 \u043F\u043E\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043D\u0438\u044F", Confirming: "\u043F\u043E\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043D\u0438\u0435", "Create Account": "\u0421\u043E\u0437\u0434\u0430\u0442\u044C \u0443\u0447\u0435\u0442\u043D\u0443\u044E \u0437\u0430\u043F\u0438\u0441\u044C", "Creating Account": "\u0441\u043E\u0437\u0434\u0430\u043D\u0438\u0435 \u0443\u0447\u0435\u0442\u043D\u0430\u044F \u0437\u0430\u043F\u0438\u0441\u044C", Email: "\u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u0430\u044F \u043F\u043E\u0447\u0442\u0430", "Enter your code": "\u0432\u0432\u0435\u0441\u0442\u0438 \u0432\u0430\u0448 \u041A\u043E\u0434", "Enter your username": "\u0432\u0432\u0435\u0441\u0442\u0438 \u0432\u0430\u0448 \u0438\u043C\u044F \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F", "Enter your phone number": "\u0432\u0432\u0435\u0441\u0442\u0438 \u0432\u0430\u0448 \u043D\u043E\u043C\u0435\u0440 \u0442\u0435\u043B\u0435\u0444\u043E\u043D\u0430", "Enter your email": "\u0432\u0432\u0435\u0441\u0442\u0438 \u0432\u0430\u0448 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u0430\u044F \u043F\u043E\u0447\u0442\u0430", "Forgot your password?": "\u0417\u0430\u0431\u044B\u043B\u0438 \u0432\u0430\u0448 \u043F\u0430\u0440\u043E\u043B\u044C?", "Hide password": "\u0421\u043A\u0440\u044B\u0432\u0430\u0442\u044C \u043F\u0430\u0440\u043E\u043B\u044C", Loading: "\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430", Username: "\u0418\u043C\u044F \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F", "New password": "\u041D\u043E\u0432\u044B\u0439 \u043F\u0430\u0440\u043E\u043B\u044C", Password: "\u041F\u0430\u0440\u043E\u043B\u044C", "Phone Number": "\u041D\u043E\u043C\u0435\u0440 \u0442\u0435\u043B\u0435\u0444\u043E\u043D\u0430", "Resend Code": "\u041E\u0442\u043F\u0440\u0430\u0432\u044C \u0435\u0449\u0435 \u0440\u0430\u0437 \u041A\u043E\u0434", "Reset your password": "\u0441\u0431\u0440\u043E\u0441 \u0432\u0430\u0448 \u043F\u0430\u0440\u043E\u043B\u044C", "Reset your Password": "\u0441\u0431\u0440\u043E\u0441 \u0432\u0430\u0448 \u041F\u0430\u0440\u043E\u043B\u044C", "Send Code": "\u041E\u0442\u043F\u0440\u0430\u0432\u043B\u044F\u0442\u044C \u041A\u043E\u0434", "Send code": "\u041E\u0442\u043F\u0440\u0430\u0432\u043B\u044F\u0442\u044C \u041A\u043E\u0434", Sending: "\u043E\u0442\u043F\u0440\u0430\u0432\u043A\u0430", "Setup TOTP": "\u041D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0442\u044C TOTP", "Show password": "\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u043F\u0430\u0440\u043E\u043B\u044C", "Sign in": "\u0437\u043D\u0430\u043A \u0432", "Sign In": "\u0437\u043D\u0430\u043A \u0432", "Sign In with Amazon": "\u0437\u043D\u0430\u043A \u0432 \u0441 Amazon", "Sign In with Apple": "\u0437\u043D\u0430\u043A \u0432 \u0441 Apple", "Sign In with Facebook": "\u0437\u043D\u0430\u043A \u0432 \u0441 Facebook", "Sign In with Google": "\u0437\u043D\u0430\u043A \u0432 \u0441 Google", "Sign in to your account": "\u0437\u043D\u0430\u043A \u0432 \u0441\u0432\u043E\u0439 \u0430\u043A\u043A\u0430\u0443\u043D\u0442", "Create a new account": "\u0421\u043E\u0437\u0434\u0430\u0432\u0430\u0442\u044C \u043D\u043E\u0432\u0443\u044E \u0443\u0447\u0435\u0442\u043D\u0443\u044E \u0437\u0430\u043F\u0438\u0441\u044C", "Signing in": "\u043F\u043E\u0434\u043F\u0438\u0441\u0430\u043D\u0438\u0435 \u0432", Skip: "\u041F\u0440\u043E\u043F\u0443\u0441\u043A\u0430\u0442\u044C", Submit: "\u041F\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043B\u044F\u0442\u044C \u043D\u0430 \u0440\u0430\u0441\u0441\u043C\u043E\u0442\u0440\u0435\u043D\u0438\u0435", Submitting: "\u041F\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u0432", "Verify Contact": "\u041F\u0440\u043E\u0432\u0435\u0440\u0438\u0442\u044C \u043A\u043E\u043D\u0442\u0430\u043A\u0442", Verify: "\u041F\u0440\u043E\u0432\u0435\u0440\u0438\u0442\u044C" };
522
+ var r$1 = ["+1", "+7", "+20", "+27", "+30", "+31", "+32", "+33", "+34", "+36", "+39", "+40", "+41", "+43", "+44", "+45", "+46", "+47", "+48", "+49", "+51", "+52", "+53", "+54", "+55", "+56", "+57", "+58", "+60", "+61", "+62", "+63", "+64", "+65", "+66", "+81", "+82", "+84", "+86", "+90", "+91", "+92", "+93", "+94", "+95", "+98", "+212", "+213", "+216", "+218", "+220", "+221", "+222", "+223", "+224", "+225", "+226", "+227", "+228", "+229", "+230", "+231", "+232", "+233", "+234", "+235", "+236", "+237", "+238", "+239", "+240", "+241", "+242", "+243", "+244", "+245", "+246", "+248", "+249", "+250", "+251", "+252", "+253", "+254", "+255", "+256", "+257", "+258", "+260", "+261", "+262", "+263", "+264", "+265", "+266", "+267", "+268", "+269", "+290", "+291", "+297", "+298", "+299", "+345", "+350", "+351", "+352", "+353", "+354", "+355", "+356", "+357", "+358", "+359", "+370", "+371", "+372", "+373", "+374", "+375", "+376", "+377", "+378", "+379", "+380", "+381", "+382", "+385", "+386", "+387", "+389", "+420", "+421", "+423", "+500", "+501", "+502", "+503", "+504", "+505", "+506", "+507", "+508", "+509", "+537", "+590", "+591", "+593", "+594", "+595", "+596", "+597", "+598", "+599", "+670", "+672", "+673", "+674", "+675", "+676", "+677", "+678", "+679", "+680", "+681", "+682", "+683", "+685", "+686", "+687", "+688", "+689", "+690", "+691", "+692", "+850", "+852", "+853", "+855", "+856", "+872", "+880", "+886", "+960", "+961", "+962", "+963", "+964", "+965", "+966", "+967", "+968", "+970", "+971", "+972", "+973", "+974", "+975", "+976", "+977", "+992", "+993", "+994", "+995", "+996", "+998"];
523
+ var e$7 = { "Account recovery requires verified contact information": "Zur\xFCcksetzen des Account ben\xF6tigt einen verifizierten Account", "Back to Sign In": "Zur\xFCck zur Anmeldung", "Change Password": "Passwort \xE4ndern", Changing: "\xC4ndern von", Code: "Code", "Confirm Password": "Passwort best\xE4tigen", "Confirm Sign Up": "Registrierung best\xE4tigen", "Confirm SMS Code": "SMS-Code best\xE4tigen", "Confirm TOTP Code": "TOTP-Code best\xE4tigen", Confirm: "Best\xE4tigen", "Confirmation Code": "Best\xE4tigungs-Code", Confirming: "Wird best\xE4tigt", "Create a new account": "Einen neuen Account erstellen", "Create Account": "Account erstellen", "Creating Account": "Account wird erstellt", "Dismiss alert": "Warnung verwerfen", Email: "Email", "Enter your code": "Geben Sie Ihren Code ein", "Enter your email": "Geben Sie Ihre Email ein", "Enter your phone number": "Geben Sie Ihre Telefonnummer ein", "Enter your username": "Geben Sie Ihren Benutzernamen ein", "Forgot your password?": "Passwort vergessen? ", "Hide password": "Passwort verbergen", Loading: "Wird geladen", "New password": "Neues Passwort", Password: "Passwort", "Phone Number": "Telefonnummer", "Resend Code": "Code erneut senden", "Reset your Password": "Zur\xFCcksetzen des Passwort", "Reset your password": "Zur\xFCcksetzen des passwort", "Send code": "Code senden", "Send Code": "Code senden", Sending: "Wird gesendet", "Setup TOTP": "TOTP einrichten", "Show password": "Passwort anzeigen", "Sign in to your account": "Melden Sie sich mit Ihrem Account an", "Sign In with Amazon": "Mit Amazon anmelden", "Sign In with Apple": "Mit Apple anmelden", "Sign In with Facebook": "Mit Facebook anmelden", "Sign In with Google": "Mit Google anmelden", "Sign in": "Anmelden", "Sign In": "Anmelden", "Signing in": "Wird angemeldet", Skip: "\xDCberspringen", Submit: "Abschicken", Submitting: "Wird gesendet", Username: "Benutzername", "Verify Contact": "Kontakt verifizieren", Verify: "Verifizieren", "An account with the given email already exists.": "Ein Account mit dieser Email existiert bereits.", "Confirm a Code": "Code best\xE4tigen", "Confirm Sign In": "Anmeldung best\xE4tigen", "Create account": "Hier registrieren", "Enter your password": "Geben Sie Ihr Passwort ein", "Forgot Password": "Passwort vergessen", "Have an account? ": "Schon registriert? ", "Incorrect username or password": "Falscher Benutzername oder falsches Passwort", "Invalid password format": "Ung\xFCltiges Passwort-Format", "Invalid phone number format": "Ung\xFCltiges Telefonummern-Format. Benutze eine Nummer im Format: +12345678900", "It may take a minute to arrive.": "Es k\xF6nnte eine Minute dauern, bis der Code eintrifft.", "Lost your code? ": "Code verloren? ", "New Password": "Neues Passwort", "No account? ": "Kein Account? ", or: "oder", "Password attempts exceeded": "Die maximale Anzahl der fehlerhaften Anmeldeversuche wurde erreicht", "Reset password": "Passwort zur\xFCcksetzen", "Sign Out": "Abmelden", "Sign Up": "Registrieren", "User already exists": "Dieser Benutzer existiert bereits", "User does not exist": "Dieser Benutzer existiert nicht", "Username cannot be empty": "Benutzername darf nicht leer sein", "We Emailed You": "Email wurde versendet", "Your code is on the way. To log in, enter the code we emailed to": "Ihr Best\xE4tigungscode ist unterwegs. Um sich einzuloggen geben Sie den Code ein, den wir verschickt haben an", "Your code is on the way. To log in, enter the code we texted to": "Ihr Best\xE4tigungscode ist unterwegs. Um sich einzuloggen geben Sie den Code ein, den wir verschickt haben an" };
524
+ var n$4 = { "Account recovery requires verified contact information": "Account recovery requires verified contact information", "Back to Sign In": "Back to Sign In", "Change Password": "Change Password", Changing: "Changing", Code: "Code", "Confirm Password": "Confirm Password", "Confirm Sign Up": "Confirm Sign Up", "Confirm SMS Code": "Confirm SMS Code", "Confirm TOTP Code": "Confirm TOTP Code", Confirm: "Confirm", "Confirmation Code": "Confirmation Code", Confirming: "Confirming", "Create a new account": "Create a new account", "Create Account": "Create Account", "Creating Account": "Creating Account", "Dismiss alert": "Dismiss alert", Email: "Email", "Enter your code": "Enter your code", "Enter your email": "Enter your email", "Enter your phone number": "Enter your phone number", "Enter your username": "Enter your username", "Forgot your password?": "Forgot your password?", "Hide password": "Hide password", Loading: "Loading", "New password": "New password", Password: "Password", "Phone Number": "Phone Number", "Resend Code": "Resend Code", "Reset your password": "Reset your password", "Reset your Password": "Reset your Password", "Send code": "Send code", "Send Code": "Send Code", Sending: "Sending", "Setup TOTP": "Setup TOTP", "Show password": "Show password", "Sign in to your account": "Sign in to your account", "Sign In with Amazon": "Sign In with Amazon", "Sign In with Apple": "Sign In with Apple", "Sign In with Facebook": "Sign In with Facebook", "Sign In with Google": "Sign In with Google", "Sign in": "Sign in", "Sign In": "Sign In", "Signing in": "Signing in", Skip: "Skip", Submit: "Submit", Submitting: "Submitting", Username: "Username", "Verify Contact": "Verify Contact", Verify: "Verify" };
525
+ var e$6 = { "Account recovery requires verified contact information": "La recuperaci\xF3n de la cuenta requiere informaci\xF3n de contacto verificada", "Back to Sign In": "Volver a inicio de sesi\xF3n", "Change Password": "Cambiar contrase\xF1a", Changing: "Cambiando", Code: "C\xF3digo", "Confirm Password": "Confirmar contrase\xF1a", "Confirm Sign Up": "Confirmar registro", "Confirm SMS Code": "Confirmar el c\xF3digo de SMS", "Confirm TOTP Code": "Confirmar c\xF3digo TOTP", Confirm: "Confirmar", "Confirmation Code": "C\xF3digo de confirmaci\xF3n", Confirming: "Confirmando", "Create a new account": "Crear una cuenta nueva", "Create Account": "Crear cuenta", "Creating Account": "Creando cuenta", "Dismiss alert": "Descartar alerta", Email: "Email", "Enter your code": "Ingrese el c\xF3digo", "Enter your email": "Escriba su Email", "Enter your phone number": "Ingrese el n\xFAmero de tel\xE9fono", "Enter your username": "Ingrese el nombre de usuario", "Forgot your password?": "\xBFOlvid\xF3 su contrase\xF1a?", "Hide password": "Ocultar contrase\xF1a", Loading: "Cargando", "New password": "Nueva contrase\xF1a", Password: "Contrase\xF1a", "Phone Number": "N\xFAmero de tel\xE9fono", "Resend Code": "Reenviar c\xF3digo", "Reset your password": "Restablecer su contrase\xF1a", "Reset your Password": "Restablecer su Contrase\xF1a", "Send code": "Enviar c\xF3digo", "Send Code": "Enviar c\xF3digo", Sending: "Enviando", "Setup TOTP": "Configurar TOTP", "Show password": "Mostrar contrase\xF1a", "Sign in to your account": "Iniciar sesi\xF3n en tu cuenta", "Sign In with Amazon": "Iniciar Sesi\xF3n con Amazon", "Sign In with Apple": "Iniciar Sesi\xF3n con Apple", "Sign In with Facebook": "Iniciar Sesi\xF3n con Facebook", "Sign In with Google": "Iniciar Sesi\xF3n con Google", "Sign in": "Iniciar sesi\xF3n", "Sign In": "Iniciar Sesi\xF3n", "Signing in": "Iniciando sesi\xF3n", Skip: "Omitir", Submit: "Enviar", Submitting: "Enviando", Username: "Nombre de usuario", "Verify Contact": "Verificar contacto", Verify: "Verificar", "An account with the given email already exists.": "Ya existe una cuenta con el correo ingresado.", "Confirm a Code": "Confirmar un c\xF3digo", "Confirm Sign In": "Confirmar inicio de sesi\xF3n", "Forgot Password": "Olvid\xE9 mi contrase\xF1a", "Incorrect username or password.": "Nombre de usuario o contrase\xF1a incorrecta", "Invalid password format": "Formato de contrase\xF1a inv\xE1lido", "Invalid phone number format": "Formato de n\xFAmero de tel\xE9fono inv\xE1lido", "Loading...": "Cargando...", "New Password": "Nueva contrase\xF1a", or: "o", "Resend a Code": "Reenviar un c\xF3digo", "Sign Out": "Cerrar sesi\xF3n", "Sign Up with Amazon": "Crear cuenta con Amazon", "Sign Up with Apple": "Crear cuenta con Apple", "Sign Up with Facebook": "Crear cuenta con Facebook", "Sign Up with Google": "Crear cuenta con Google", "Sign Up": "Crear cuenta", "User already exists": "El usuario ya existe", "User does not exist": "El usuario no existe", "Username cannot be empty": "El nombre de usuario no puede estar vac\xEDo", "Your passwords must match": "Las contrase\xF1as deben coincidir" };
526
+ var e$5 = { "Account recovery requires verified contact information": "La r\xE9cup\xE9ration du compte n\xE9cessite des informations de contact v\xE9rifi\xE9es", "Back to Sign In": "Retour \xE0 la connexion", "Change Password": "Modifier le mot de passe", Changing: "Modification en cours", Code: "Code", "Confirm Password": "Confirmez le mot de passe", "Confirm Sign Up": "Confirmer l'inscription", "Confirm SMS Code": "Confirmer le code SMS", "Confirm TOTP Code": "Confirmer le code TOTP", Confirm: "Confirmer", "Confirmation Code": "Code de confirmation", Confirming: "Confirmation", "Create a new account": "Cr\xE9er un nouveau compte", "Create Account": "Cr\xE9er un compte", "Creating Account": "Cr\xE9ation d'un compte", "Dismiss alert": "Supprimer l'alerte", Email: "Email", "Enter your code": "Saisissez cotre code de confirmation", "Enter your email": "Saisissez votre adresse email", "Enter your phone number": "Saisissez votre num\xE9ro de t\xE9l\xE9phone", "Enter your username": "Saisissez votre nom d'utilisateur", "Forgot your password?": "Mot de passe oubli\xE9 ? ", "Hide password": "Masquer le mot de passe", Loading: "Chargement en cours", "New password": "Nouveau mot de passe", Password: "Mot de passe", "Phone Number": "Num\xE9ro de t\xE9l\xE9phone", "Resend Code": "Renvoyer le code", "Reset your Password": "R\xE9initialiser votre mot de passe", "Reset your password": "R\xE9initialisez votre mot de passe", "Send code": "Envoyer le code", "Send Code": "M'envoyer un code", Sending: "Envoi en cours", "Setup TOTP": "Configuration de TOTP", "Show password": "Afficher le mot de passe", "Sign in to your account": "Connexion \xE0 votre compte", "Sign In with Amazon": "Se connecter avec Amazon", "Sign In with Apple": "Se connecter avec Apple", "Sign In with Facebook": "Se connecter avec Facebook", "Sign In with Google": "Se connecter avec Google", "Sign in": "Se connecter", "Sign In": "Se connecter", "Signing in": "Connexion en cours", Skip: "Passer", Submit: "Soumettre", Submitting: "Envoi en cours", Username: "Nom d'utilisateur", "Verify Contact": "V\xE9rifier le contact", Verify: "V\xE9rifier", "An account with the given email already exists.": "Un utilisateur avec cette adresse email existe d\xE9j\xE0.", Change: "Modifier", "Confirm a Code": "Confirmer un code", "Confirm Sign In": "Confirmer la connexion", "Create account": "Cr\xE9er un compte", "Enter your password": "Saisissez votre mot de passe", "Forgot Password": "Mot de passe oubli\xE9", "Have an account? ": "D\xE9j\xE0 un compte ? ", Hello: "Bonjour", "Incorrect username or password": "Identifiant ou mot de passe incorrect", "Invalid password format": "Format de mot de passe invalide", "Invalid phone number format": "Format de num\xE9ro de t\xE9l\xE9phone invalide. Veuillez utiliser un format +12345678900", "Loading...": "Chargement...", "Lost your code? ": "Vous avez perdu votre code ? ", "Network error": "Erreur r\xE9seau", "New Password": "Nouveau mot de passe", "No account? ": "Pas de compte ? ", or: "ou", "Resend a Code": "Renvoyer un code", "Reset password": "R\xE9initialisez votre mot de passe", Send: "Envoyer", "Sign In with AWS": "Se connecter avec AWS", "Sign Out": "D\xE9connexion", "Sign Up": "S'inscrire", SMS: "SMS", "User already exists": "L'utilisateur existe d\xE9j\xE0", "User does not exist": "L'utilisateur n'existe pas", "Username cannot be empty": "Le nom d'utilisateur doit \xEAtre renseign\xE9", "Username/client id combination not found.": "L'utilisateur n'existe pas" };
527
+ var o$8 = { "Account recovery requires verified contact information": "Il ripristino dell'account richiede informazioni di contatto verificate", "Back to Sign In": "Torna alla schermata di accesso", "Change Password": "Cambia la password", Changing: "Modifica in corso", Code: "Codice", "Confirm Password": "Conferma la password", "Confirm Sign Up": "Conferma registrazione", "Confirm SMS Code": "Conferma codice SMS", "Confirm TOTP Code": "Conferma codice TOTP", Confirm: "Conferma", "Confirmation Code": "Codice di verifica", Confirming: "Conferma in corso", "Create a new account": "Crea un nuovo account", "Create Account": "Crea Account", "Creating Account": "Creazione account in corso", "Dismiss alert": "Licenziare l'allerta", Email: "Email", "Enter your code": "Inserisci il tuo codice", "Enter your email": "Inserisci la tua e-mail", "Enter your phone number": 'Inserisci il tuo numero di telefono"', "Enter your username": "Inserisci il tuo nome utente", "Forgot your password?": "Password dimenticata?", "Hide password": "Nascondi password", Loading: "Caricamento in corso", "New password": "Nuova password", Password: "Password", "Phone Number": "Numero di telefono", "Resend Code": "Rispedisci codice", "Reset your Password": "Reimposta la tua Password", "Reset your password": "Reimposta la tua password", "Send code": "Invia codice", "Send Code": "Invia codice", Sending: "Invio in corso", "Setup TOTP": "Configura TOTP", "Show password": "Mostra password", "Sign in to your account": "Accedi al tuo account", "Sign In with Amazon": "Accedi con Amazon", "Sign In with Apple": "Accedi con Apple", "Sign In with Facebook": "Accedi con Facebook", "Sign In with Google": "Accedi con Google", "Sign in": "Accesso", "Sign In": "Accesso", "Signing in": "Accesso in corso", Skip: "Salta", Submit: "Invia", Submitting: "Invio in corso", Username: "Nome utente", "Verify Contact": "Verifica contatto", Verify: "Verifica", "An account with the given email already exists.": "Questa email \xE8 gi\xE0 utilizzata da un'altro account.", "Confirm a Code": "Conferma un codice", "Confirm Sign In": "Conferma l'accesso", "Create account": "Crea account", "Enter your password": "Inserisci la tua password", "Forgot Password": "Password dimenticata", "Have an account? ": "Gi\xE0 registrato?", "Incorrect username or password": "Nome utente o password errati", "Invalid password format": "Formato della password non valido", "Invalid phone number format": "Formato del numero di telefono non valido", "Lost your code?": "Codice smarrito?", "New Password": "Nuova password", "No account? ": "Non hai un account?", or: "o", "Password attempts exceeded": "Il numero massimo di tentativi di accesso falliti \xE8 stato raggiunto", "Reset password": "Reimposta password", "Sign Out": "Esci", "Sign Up": "Registrati", "User already exists": "Utente gi\xE0 esistente", "User does not exist": "Utente inesistente", "Username cannot be empty": "Il nome utente non pu\xF2 essere vuoto" };
528
+ var e$4 = { "Account recovery requires verified contact information": "\u30A2\u30AB\u30A6\u30F3\u30C8\u306E\u5FA9\u65E7\u306B\u306F\u78BA\u8A8D\u6E08\u307F\u306E\u9023\u7D61\u5148\u304C\u5FC5\u8981\u3067\u3059", "Back to Sign In": "\u30B5\u30A4\u30F3\u30A4\u30F3\u306B\u623B\u308B", "Change Password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5909\u3048\u308B ", Changing: "\u5909\u66F4\u4E2D", Code: "\u30B3\u30FC\u30C9", "Confirm Password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u306E\u78BA\u8A8D", "Confirm Sign Up": "\u767B\u9332\u3059\u308B", "Confirm SMS Code": "SMS \u30B3\u30FC\u30C9\u3092\u78BA\u8A8D", "Confirm TOTP Code": "TOTP \u30B3\u30FC\u30C9\u3092\u78BA\u8A8D", Confirm: "\u78BA\u5B9A", "Confirmation Code": "\u78BA\u8A8D\u30B3\u30FC\u30C9", Confirming: "\u78BA\u8A8D\u4E2D", "Create a new account": "\u65B0\u3057\u3044\u30A2\u30AB\u30A6\u30F3\u30C8\u3092\u4F5C\u308B", "Create Account": "\u30A2\u30AB\u30A6\u30F3\u30C8\u3092\u4F5C\u308B", "Creating Account": "\u30A2\u30AB\u30A6\u30F3\u30C8\u306E\u4F5C\u6210\u4E2D", "Dismiss alert": "\u30A2\u30E9\u30FC\u30C8\u3092\u9589\u3058\u308B", Email: "\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9", "Enter your code": "\u30B3\u30FC\u30C9\u3092\u5165\u529B", "Enter your email": "\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9\u3092\u5165\u529B", "Enter your phone number": "\u96FB\u8A71\u756A\u53F7\u3092\u5165\u529B", "Enter your username": "\u30E6\u30FC\u30B6\u30FC\u540D\u3092\u5165\u529B ", "Forgot your password?": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5FD8\u308C\u307E\u3057\u305F\u304B\uFF1F ", "Hide password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u975E\u8868\u793A", Loading: "\u30ED\u30FC\u30C9\u4E2D", "New password": "\u65B0\u3057\u3044\u30D1\u30B9\u30EF\u30FC\u30C9", Password: "\u30D1\u30B9\u30EF\u30FC\u30C9 ", "Phone Number": "\u96FB\u8A71\u756A\u53F7", "Resend Code": "\u30B3\u30FC\u30C9\u3092\u518D\u9001\u4FE1", "Reset your Password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u30EA\u30BB\u30C3\u30C8", "Reset your password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u30EA\u30BB\u30C3\u30C8\u3059\u308B", "Send code": "\u30B3\u30FC\u30C9\u3092\u9001\u4FE1", "Send Code": "\u30B3\u30FC\u30C9\u3092\u9001\u4FE1", Sending: "\u9001\u4FE1\u4E2D", "Setup TOTP": "TOTP \u3092\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7", "Show password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u8868\u793A", "Sign in to your account": "\u30A2\u30AB\u30A6\u30F3\u30C8\u306B\u30B5\u30A4\u30F3\u30A4\u30F3 ", "Sign In with Amazon": "Amazon\u3067\u30B5\u30A4\u30F3\u30A4\u30F3", "Sign In with Apple": "Apple \u3067\u30B5\u30A4\u30F3\u30A4\u30F3", "Sign In with Facebook": "Facebook\u3067\u30B5\u30A4\u30F3\u30A4\u30F3", "Sign In with Google": "Google\u3067\u30B5\u30A4\u30F3\u30A4\u30F3", "Sign In": "\u30B5\u30A4\u30F3\u30A4\u30F3 ", "Sign in": "\u30B5\u30A4\u30F3\u30A4\u30F3", "Signing in": "\u30B5\u30A4\u30F3\u30A4\u30F3\u4E2D", Skip: "\u30B9\u30AD\u30C3\u30D7", Submit: "\u9001\u4FE1", Submitting: "\u9001\u4FE1\u4E2D", Username: "\u30E6\u30FC\u30B6\u30FC\u540D ", "Verify Contact": "\u9023\u7D61\u5148\u3092\u78BA\u8A8D", Verify: "\u78BA\u8A8D", "An account with the given email already exists.": "\u5165\u529B\u3055\u308C\u305F\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9\u306E\u30A2\u30AB\u30A6\u30F3\u30C8\u304C\u65E2\u306B\u5B58\u5728\u3057\u307E\u3059", "Confirm a Code": "\u30B3\u30FC\u30C9\u3092\u78BA\u8A8D", "Confirm Sign In": "\u30B5\u30A4\u30F3\u30A4\u30F3\u3059\u308B", "Create account": "\u30A2\u30AB\u30A6\u30F3\u30C8\u3092\u4F5C\u308B ", "Enter your password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5165\u529B ", "Forgot Password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5FD8\u308C\u305F ", "Have an account? ": "\u30A2\u30AB\u30A6\u30F3\u30C8\u3092\u6301\u3063\u3066\u3044\u307E\u3059\u304B\uFF1F", "Incorrect username or password": "\u30E6\u30FC\u30B6\u30FC\u540D\u304B\u30D1\u30B9\u30EF\u30FC\u30C9\u304C\u7570\u306A\u308A\u307E\u3059 ", "Invalid password format": "\u30D1\u30B9\u30EF\u30FC\u30C9\u306E\u5F62\u5F0F\u304C\u7121\u52B9\u3067\u3059 ", "Invalid phone number format": "\u4E0D\u6B63\u306A\u96FB\u8A71\u756A\u53F7\u306E\u5F62\u5F0F\u3067\u3059\u3002\n+12345678900 \u306E\u5F62\u5F0F\u3067\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044", "It may take a minute to arrive.": "\u30B3\u30FC\u30C9\u3092\u53D7\u4FE1\u3059\u308B\u307E\u3067\u6570\u5206\u304B\u304B\u308B\u5834\u5408\u304C\u3042\u308A\u307E\u3059\u3002", "Lost your code? ": "\u30B3\u30FC\u30C9\u3092\u5931\u304F\u3057\u307E\u3057\u305F\u304B\uFF1F", "New Password": "\u65B0\u3057\u3044\u30D1\u30B9\u30EF\u30FC\u30C9", "No account? ": "\u30A2\u30AB\u30A6\u30F3\u30C8\u304C\u7121\u3044\u3068\u304D ", or: "\u53C8\u306F", "Password attempts exceeded": "\u30B5\u30A4\u30F3\u30A4\u30F3\u306E\u8A66\u884C\u56DE\u6570\u304C\u4E0A\u9650\u306B\u9054\u3057\u307E\u3057\u305F", "Reset password": "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u30EA\u30BB\u30C3\u30C8 ", "Sign Out": "\u30B5\u30A4\u30F3\u30A2\u30A6\u30C8 ", "Sign Up": "\u767B\u9332 ", "User already exists": "\u65E2\u306B\u30E6\u30FC\u30B6\u30FC\u304C\u5B58\u5728\u3057\u3066\u3044\u307E\u3059 ", "User does not exist": "\u30E6\u30FC\u30B6\u30FC\u304C\u5B58\u5728\u3057\u307E\u305B\u3093 ", "Username cannot be empty": "\u30E6\u30FC\u30B6\u30FC\u540D\u306F\u5165\u529B\u5FC5\u9808\u3067\u3059", "We Emailed You": "\u30B3\u30FC\u30C9\u3092\u9001\u4FE1\u3057\u307E\u3057\u305F", "Your code is on the way. To log in, enter the code we emailed to": "\u30ED\u30B0\u30A4\u30F3\u3059\u308B\u306B\u306F\u3001\u30E1\u30FC\u30EB\u306B\u8A18\u8F09\u3055\u308C\u305F\u30B3\u30FC\u30C9\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002\u9001\u4FE1\u5148:", "Your code is on the way. To log in, enter the code we texted to": "\u30ED\u30B0\u30A4\u30F3\u3059\u308B\u306B\u306F\u3001\u30C6\u30AD\u30B9\u30C8\u30E1\u30C3\u30BB\u30FC\u30B8\u306B\u8A18\u8F09\u3055\u308C\u305F\u30B3\u30FC\u30C9\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002\u9001\u4FE1\u5148:" };
529
+ var e$3 = { "Account recovery requires verified contact information": "\uACC4\uC815 \uBCF5\uAD6C\uB97C \uC704\uD574 \uC5F0\uB77D\uCC98 \uD655\uC778\uC774 \uD544\uC694\uD569\uB2C8\uB2E4", "Back to Sign In": "\uB85C\uADF8\uC778\uC73C\uB85C \uB3CC\uC544\uAC00\uAE30", "Change Password": "\uBE44\uBC00\uBC88\uD638 \uBCC0\uACBD\uD558\uAE30", Changing: "\uBCC0\uACBD\uC911", Code: "\uCF54\uB4DC", "Confirm Password": "\uBE44\uBC00\uBC88\uD638 \uC7AC\uD655\uC778", "Confirm Sign Up": "\uD68C\uC6D0\uAC00\uC785 \uD655\uC778", "Confirm SMS Code": "\uD734\uB300\uD3F0 \uBCF8\uC778 \uD655\uC778", "Confirm TOTP Code": "TOTP \uC778\uC99D\uBC88\uD638 \uD655\uC778", Confirm: "\uD655\uC778", "Confirmation Code": "\uC778\uC99D\uBC88\uD638", Confirming: "\uD655\uC778\uC911", "Create a new account": "\uD68C\uC6D0\uAC00\uC785", "Create Account": "\uD68C\uC6D0\uAC00\uC785", "Creating Account": "\uD68C\uC6D0\uAC00\uC785\uC911", "Dismiss alert": "\uC54C\uB9BC \uBB34\uC2DC", Email: "\uC774\uBA54\uC77C", "Enter your code": "\uC778\uC99D\uBC88\uD638\uB97C \uC785\uB825\uD574\uC8FC\uC138\uC694", "Enter your email": "\uC774\uBA54\uC77C \uC785\uB825", "Enter your phone number": "\uC804\uD654\uBC88\uD638 \uC785\uB825", "Enter your username": "\uC544\uC774\uB514\uB97C \uC785\uB825\uD574\uC8FC\uC138\uC694", "Hide password": "\uBE44\uBC00\uBC88\uD638 \uC228\uAE30\uAE30", Loading: "\uB85C\uB529\uC911", "New password": "\uC0C8 \uBE44\uBC00\uBC88\uD638", Password: "\uBE44\uBC00\uBC88\uD638", "Phone Number": "\uC804\uD654\uBC88\uD638", "Resend Code": "\uC778\uC99D\uBC88\uD638 \uC7AC\uC804\uC1A1", "Reset your password": "\uBE44\uBC00\uBC88\uD638 \uC7AC\uC124\uC815", "Reset your Password": "\uBE44\uBC00\uBC88\uD638 \uC7AC\uC124\uC815", "Send code": "\uC778\uC99D\uCF54\uB4DC \uBCF4\uB0B4\uAE30", "Send Code": "\uCF54\uB4DC \uC804\uC1A1", Sending: "\uC804\uC1A1\uC911", "Setup TOTP": "TOTP \uC124\uC815\uD558\uAE30", "Show password": "\uBE44\uBC00\uBC88\uD638 \uBCF4\uC774\uAE30", "Sign in to your account": "\uB85C\uADF8\uC778", "Sign In with Amazon": "Amazon \uB85C\uADF8\uC778", "Sign In with Apple": "Apple \uB85C\uADF8\uC778", "Sign In with Facebook": "Facebook \uB85C\uADF8\uC778", "Sign In with Google": "Google \uB85C\uADF8\uC778", "Sign in": "\uB85C\uADF8\uC778", "Sign In": "\uB85C\uADF8\uC778", "Signing in": "\uB85C\uADF8\uC778\uC911", Skip: "\uB2E4\uC74C\uC5D0 \uD558\uAE30", Submit: "\uD655\uC778", Submitting: "\uD655\uC778\uC911", Username: "\uC544\uC774\uB514", "Verify Contact": "\uC5F0\uB77D\uCC98 \uD655\uC778", Verify: "\uC778\uC99D", Birthdate: "\uC0DD\uB144\uC6D4\uC77C", "Family Name": "\uC131", "Forgot your password?": "\uBE44\uBC00\uBC88\uD638\uB97C \uC78A\uC73C\uC168\uB098\uC694?", "Given Name": "\uC774\uB984", Name: "\uC131\uD568", Nickname: "\uB2C9\uB124\uC784", "Preferred Username": "\uB2C9\uB124\uC784", Profile: "\uD504\uB85C\uD544", "Reset Password": "\uBE44\uBC00\uBC88\uD638 \uC7AC\uC124\uC815", Website: "\uC6F9\uC0AC\uC774\uD2B8" };
530
+ var e$2 = { "Account recovery requires verified contact information": "Accountherstel vereist geverifieerde contactgegevens", "Back to Sign In": "Terug naar inloggen", "Change Password": "Wachtwoord wijzigen", Changing: "Wordt aangepast", Code: "Code", "Confirm Password": "Bevestig Wachtwoord", "Confirm Sign Up": "Bevestig inschrijving", "Confirm SMS Code": "Bevestig SMS Code", "Confirm TOTP Code": "Bevestig TOTP Code", Confirm: "Bevestig", "Confirmation Code": "Bevestigingscode", Confirming: "Bevestigen", "Create a new account": "Nieuw account aanmaken", "Create Account": "Account aanmaken", "Creating Account": "Account wordt aangemaakt", "Dismiss alert": "Waarschuwing sluiten", Email: "E-mail", "Enter your code": "Vul je code in", "Enter your email": "Vul je e-mail in", "Enter your phone number": "Vul je telefoonnummer in", "Enter your username": "Vul je gebruikersnaam in", "Forgot your password?": "Wachtwoord vergeten? ", "Hide password": "Verberg wachtwoord", Loading: "Laden", "New password": "Nieuw wachtwoord", Password: "Wachtwoord", "Phone Number": "Telefoonnummer", "Resend Code": "Verstuur code nogmaals", "Reset your password": "Reset je wachtwoord", "Reset your Password": "Wachtwoord resetten", "Send code": "Verstuur code", "Send Code": "Verstuur Code", Sending: "Versturen", "Setup TOTP": "TOTP Instellingen", "Show password": "Toon wachtwoord", "Sign in to your account": "Inloggen op je account", "Sign In with Amazon": "Inloggen met Amazon", "Sign In with Apple": "Inloggen met Apple", "Sign In with Facebook": "Inloggen met Facebook", "Sign In with Google": "Inloggen met Google", "Sign in": "Inloggen", "Sign In": "Inloggen", "Signing in": "Inloggen", Skip: "Overslaan", Submit: "Versturen", Submitting: "Wordt verstuurd", Username: "Gebruikersnaam", "Verify Contact": "Verifieer Contact", Verify: "Verifieer" };
531
+ var o$7 = { "Account recovery requires verified contact information": "Odzyskanie konta wymaga zweryfikowanych danych kontaktowych", "Back to Sign In": "Powr\xF3t do logowania", "Change Password": "Zmie\u0144 has\u0142o", Changing: "Zmienianie", Code: "Kod", "Confirm Password": "Potwierd\u017A Has\u0142o", "Confirm Sign Up": "Potwierd\u017A rejestracj\u0119", "Confirm SMS Code": "Potwierd\u017A kod SMS", "Confirm TOTP Code": "Potwierd\u017A has\u0142o jednorazowe", Confirm: "Potwierd\u017A", "Confirmation Code": "Kod potwierdzenia", Confirming: "Potwierdzanie", "Create a new account": "Utw\xF3rz nowe konto", "Create Account": "Utw\xF3rz konto", "Creating Account": "Tworzenie konta", "Dismiss alert": "Odrzu\u0107 alert", Email: "E-mail", "Enter your code": "Wprowad\u017A sw\xF3j kod", "Enter your email": "Wpisz sw\xF3j adres e-mail", "Enter your phone number": "Wpisz sw\xF3j numer telefonu", "Enter your username": "Wprowad\u017A swoj\u0105 nazw\u0119 u\u017Cytkownika", "Forgot your password?": "Zapomnia\u0142e\u015B has\u0142a? ", "Hide password": "Ukryj has\u0142o", Loading: "\u0141adowanie", "New password": "Nowe has\u0142o", Password: "Has\u0142o", "Phone Number": "Numer telefonu", "Resend Code": "Wy\u015Blij kod ponownie", "Reset your password": "Zresetuj swoje has\u0142o", "Reset your Password": "Zresetuj swoje has\u0142o", "Send code": "Wy\u015Blij kod", "Send Code": "Zresetuj has\u0142o", Sending: "Wysy\u0142anie", "Setup TOTP": "Konfiguruj TOTP", "Show password": "Poka\u017C has\u0142o", "Sign in to your account": "Zaloguj si\u0119 na swoje konto", "Sign In with Amazon": "Zaloguj z Amazon", "Sign In with Apple": "Zaloguj z Apple", "Sign In with Facebook": "Zaloguj z Facebook", "Sign In with Google": "Zaloguj z Google", "Sign In": "Logowanie", "Sign in": "Zaloguj", "Signing in": "Logowanie", Skip: "Pomi\u0144", Submit: "Wy\u015Blij", Submitting: "Wysy\u0142anie", Username: "Nazwa u\u017Cytkownika", "Verify Contact": "Weryfikacja danych kontaktowych", Verify: "Zweryfikuj", Birthdate: "Data urodzenia", "Family Name": "Nazwisko", "Given Name": "Pierwsze imi\u0119", "Middle Name": "Drugie imi\u0119", Name: "Imi\u0119 i nazwisko", Nickname: "Pseudonim", "Preferred Username": "Preferowana nazwa u\u017Cytkownika", Profile: "Profil", Website: "Strona internetowa" };
532
+ var o$6 = { "Account recovery requires verified contact information": "A recupera\xE7\xE3o da conta requer informa\xE7\xF5es de contato verificadas", "Back to Sign In": "Voltar para Entrar", "Change Password": "Mudar senha", Changing: "Mudando", Code: "C\xF3digo", "Confirm Password": "Confirme a Senha", "Confirm Sign Up": "Confirmar inscri\xE7\xE3o", "Confirm SMS Code": "Confirme o c\xF3digo SMS", "Confirm TOTP Code": "Confirme o c\xF3digo TOTP", Confirm: "confirme", "Confirmation Code": "C\xF3digo de confirma\xE7\xE3o", Confirming: "Confirmando", "Create a new account": "Criar uma nova conta", "Create Account": "Criar Conta", "Creating Account": "Criando conta", "Dismiss alert": "Descartar alerta", Email: "O email", "Enter your code": "Insira seu c\xF3digo", "Enter your email": "Digite seu e-mail", "Enter your phone number": "Digite seu n\xFAmero de telefone", "Enter your username": "entre com seu nome de usu\xE1rio", "Forgot your password?": "Esqueceu sua senha? ", "Hide password": "Esconder a senha", Loading: "Carregando", "New password": "Nova Senha", Password: "Senha", "Phone Number": "N\xFAmero de telefone", "Resend Code": "Reenviar c\xF3digo", "Reset your password": "Redefina sua senha", "Reset your Password": "Redefina sua senha", "Send code": "Enviar c\xF3digo", "Send Code": "Enviar c\xF3digo", Sending: "Enviando", "Setup TOTP": "Configurar TOTP", "Show password": "Mostrar senha", "Sign in to your account": "Fa\xE7a login em sua conta", "Sign In with Amazon": "Entrar com a Amazon", "Sign In with Apple": "Entrar com a Apple", "Sign In with Facebook": "Entrar com o Facebook", "Sign In with Google": "Fa\xE7a login no Google", "Sign in": "Entrar", "Sign In": "Entrar", "Signing in": "Entrando", Skip: "Pular", Submit: "Enviar", Submitting: "Enviando", Username: "Nome do usu\xE1rio", "Verify Contact": "Verificar contato", Verify: "Verificar" };
533
+ var o$5 = { "Account recovery requires verified contact information": "\u8D26\u6237\u6062\u590D\u9700\u8981\u9A8C\u8BC1\u8FC7\u7684\u8054\u7CFB\u65B9\u5F0F", "Back to Sign In": "\u56DE\u5230\u767B\u5F55", "Change Password": "\u66F4\u6539\u5BC6\u7801", Changing: "\u6B63\u5728\u4FEE\u6539", Code: "\u786E\u8BA4\u7801", "Confirm Password": "\u786E\u8BA4\u5BC6\u7801", "Confirm Sign Up": "\u786E\u8BA4\u6CE8\u518C", "Confirm SMS Code": "\u786E\u8BA4\u77ED\u4FE1\u9A8C\u8BC1\u7801", "Confirm TOTP Code": "\u786E\u8BA4 TOTP \u4EE3\u7801", Confirm: "\u786E\u8BA4", "Confirmation Code": "\u786E\u8BA4\u7801", Confirming: "\u6B63\u5728\u786E\u8BA4", "Create a new account": "\u521B\u5EFA\u65B0\u8D26\u6237", "Create Account": "\u521B\u5EFA\u8D26\u6237", "Creating Account": "\u6B63\u5728\u521B\u5EFA\u8D26\u6237", "Dismiss alert": "\u5173\u95ED\u8B66\u62A5", Email: "\u90AE\u7BB1", "Enter your code": "\u8F93\u5165\u9A8C\u8BC1\u7801", "Enter your email": "\u8F93\u5165\u7535\u5B50\u90AE\u4EF6", "Enter your phone number": "\u8F93\u5165\u7535\u8BDD\u53F7\u7801", "Enter your username": "\u8F93\u5165\u7528\u6237\u540D", "Forgot your password?": "\u5FD8\u8BB0\u5BC6\u7801\u4E86\uFF1F", "Hide password": "\u9690\u85CF\u5BC6\u7801", Loading: "\u6B63\u5728\u52A0\u8F7D", "New password": "\u65B0\u5BC6\u7801", Password: "\u5BC6\u7801", "Phone Number": "\u7535\u8BDD", "Resend Code": "\u91CD\u53D1\u9A8C\u8BC1\u7801", "Reset your password": "\u91CD\u7F6E\u5BC6\u7801", "Reset your Password": "\u91CD\u7F6E\u5BC6\u7801", "Send Code": "\u53D1\u9001\u786E\u8BA4\u7801", "Send code": "\u53D1\u9001\u9A8C\u8BC1\u7801", Sending: "\u6B63\u5728\u53D1\u9001", "Setup TOTP": "\u8BBE\u7F6E TOTP", "Show password": "\u663E\u793A\u5BC6\u7801", "Sign in to your account": "\u767B\u5F55\u8D26\u6237", "Sign In with Amazon": "\u901A\u8FC7 Amazon \u767B\u5F55", "Sign In with Apple": "\u901A\u8FC7 Apple \u767B\u5F55", "Sign In with Facebook": "\u901A\u8FC7 Facebook \u767B\u5F55", "Sign In with Google": "\u901A\u8FC7 Google \u767B\u5F55", "Sign in": "\u767B\u5F55", "Sign In": "\u767B\u5F55", "Signing in": "\u6B63\u5728\u767B\u5F55", Skip: "\u8DF3\u8FC7", Submit: "\u63D0\u4EA4", Submitting: "\u6B63\u5728\u63D0\u4EA4", Username: "\u7528\u6237\u540D", "Verify Contact": "\u9A8C\u8BC1\u8054\u7CFB\u65B9\u5F0F", Verify: "\u9A8C\u8BC1", "Confirm a Code": "\u786E\u8BA4\u7801", "Confirm Sign In": "\u786E\u8BA4\u767B\u5F55", "Forgot Password": "\u5FD8\u8BB0\u5BC6\u7801", "Incorrect username or password": "\u7528\u6237\u540D\u6216\u5BC6\u7801\u9519\u8BEF", "Invalid password format": "\u5BC6\u7801\u683C\u5F0F\u9519\u8BEF", "Invalid phone number format": "\u7535\u8BDD\u683C\u5F0F\u9519\u8BEF\uFF0C\u8BF7\u4F7F\u7528\u683C\u5F0F +12345678900", "New Password": "\u65B0\u5BC6\u7801", or: "\u6216\u8005", "Resend a Code": "\u91CD\u53D1\u786E\u8BA4\u7801", "Sign Out": "\u9000\u51FA", "Sign Up": "\u6CE8\u518C", "User already exists": "\u7528\u6237\u5DF2\u7ECF\u5B58\u5728", "User does not exist": "\u7528\u6237\u4E0D\u5B58\u5728" };
534
+ var n$3 = { "Account recovery requires verified contact information": "F\xF6r att \xE5terst\xE4lla kontot beh\xF6ver du ett verifierat konto", "Back to Sign In": "Tillbaka till inloggningen", "Change Password": "Byt l\xF6senord", Changing: "\xC4ndra", Code: "Kod", "Confirm Password": "Bekr\xE4fta l\xF6senord", "Confirm Sign Up": "Bekr\xE4fta registrering", "Confirm SMS Code": "Bekr\xE4fta SMS-kod", "Confirm TOTP Code": "Bekr\xE4fta TOTP-kod", Confirm: "Bekr\xE4fta", "Confirmation Code": "Verifikationskod", Confirming: "Bekr\xE4ftar", "Create a new account": "Skapa ett nytt konto", "Create Account": "Skapa konto", "Creating Account": "Skapar konto", "Dismiss alert": "Avvisa varning", Email: "E-post", "Enter your code": "Skriv din kod", "Enter your email": "Fyll i din e-post", "Enter your phone number": "Ange ditt telefonnummer", "Enter your username": "Ange ditt anv\xE4ndarnamn", "Forgot your password?": "Gl\xF6mt ditt l\xF6senord? ", "Hide password": "D\xF6lj l\xF6senord", Loading: "Laddar", "New password": "Nytt l\xF6senord", Password: "L\xF6senord", "Phone Number": "Telefonnummer", "Resend Code": "Skicka koden igen", "Reset your password": "\xC5terst\xE4ll ditt l\xF6senord", "Reset your Password": "\xC5terst\xE4ll ditt l\xF6senord", "Send code": "Skicka kod", "Send Code": "Skicka kod", Sending: "Skickar", "Setup TOTP": "Konfigurera TOTP", "Show password": "Visa l\xF6senord", "Sign in to your account": "Logga in till ditt konto", "Sign In with Amazon": "Logga in med Amazon", "Sign In with Apple": "Logga in med Apple", "Sign In with Facebook": "Logga in med Facebook", "Sign In with Google": "Logga in med Google", "Sign in": "Logga in", "Sign In": "Logga in", "Signing in": "Loggar in", Skip: "Hoppa \xF6ver", Submit: "Skicka", Submitting: "Skickar in", Username: "Anv\xE4ndarnamn", "Verify Contact": "Verifiera kontakt", Verify: "Verifiera", "An account with the given email already exists.": "Det finns redan ett konto med denna e-postadress", "Confirm a Code": "Bekr\xE4fta koden", "Confirm Sign In": "Bekr\xE4fta inloggning", "Create account": "Skapa konto", "Enter your password": "Ange ditt l\xF6senord", "Forgot Password": "Gl\xF6mt l\xF6senordet", "Have an account? ": "Redan registrerad? ", "Incorrect username or password": "Felaktigt anv\xE4ndarnamn eller l\xF6senord", "Invalid password format": "Ogiltigt l\xF6senordsformat", "Invalid phone number format": "Ogiltigt format f\xF6r telefonnummer", "Lost your code? ": "F\xF6rlorat koden? ", "New Password": "Nytt l\xF6senord", "No account? ": "Inget konto? ", or: "eller", "Password attempts exceeded": "Maximalt antal felaktiga inloggningsf\xF6rs\xF6k har uppn\xE5tts", "Reset password": "\xC5terst\xE4ll l\xF6senord", "Sign Out": "Logga ut", "Sign Up": "Registrering", "User already exists": "Anv\xE4ndaren finns redan", "User does not exist": "Anv\xE4ndaren finns inte", "Username cannot be empty": "Anv\xE4ndarnamnet kan inte vara tomt", "We Emailed You": "Vi har skickat e-post till dig" };
535
+ var a$3 = { "Account recovery requires verified contact information": "Pemulihan akun memerlukan informasi kontak terverifikasi", "Back to Sign In": "Kembali ke Masuk", "Change Password": "Ubah kata sandi", Changing: "Mengubah", Code: "Kode", "Confirm Password": "Konfirmasi kata sandi", "Confirm Sign Up": "Konfirmasi Pendaftaran", "Confirm SMS Code": "Konfirmasi Kode SMS", "Confirm TOTP Code": "Konfirmasi Kode TOTP", Confirm: "Konfirmasi", "Confirmation Code": "Kode Konfirmasi", Confirming: "Mengkonfirmasi", "Create a new account": "Buat akun baru", "Create Account": "Buat Akun", "Creating Account": "Membuat Akun", "Dismiss alert": "Hentikan pemberitahuan", Email: "Email", "Enter your code": "Masukkan kode anda", "Enter your email": "Masukkan email anda", "Enter your phone number": "Masukkan nomor telepon anda", "Enter your username": "Masukkan nama akun anda", "Forgot your password?": "Lupa kata sandi? ", "Hide password": "Sembunyikan kata sandi", Loading: "Memuat", "New password": "Kata sandi baru", Password: "Kata sandi", "Phone Number": "Nomor telepon", "Resend Code": "Kirim ulang kodenya", "Reset your Password": "Reset Kata Sandi", "Reset your password": "Ubah kata sandi anda", "Send code": "Kirim kode", "Send Code": "Kirim Kode", Sending: "Mengirim", "Setup TOTP": "Siapkan TOTP", "Show password": "Tampilkan kata sandi", "Sign in to your account": "Masuk akun anda", "Sign In with Amazon": "Masuk dengan Amazon", "Sign In with Apple": "Masuk dengan Apple", "Sign In with Facebook": "Masuk dengan Facebook", "Sign In with Google": "Masuk dengan Google", "Sign in": "Masuk", "Sign In": "Masuk", "Signing in": "Memasuki", Skip: "Lewati", Submit: "Ajukan", Submitting: "Mengajukan", Username: "Nama akun", "Verify Contact": "Verifikasi Kontak", Verify: "Verifikasi", "An account with the given email already exists.": "Akun dengan email tersebut sudah terdaftar.", "Attempt limit exceeded, please try after some time.": "Batas percobaan terlampaui, mohon coba lagi setelah beberapa waktu.", "Cannot reset password for the user as there is no registered/verified email or phone_number": "Tidak dapat mengatur ulang kata sandi karena tidak ada email terdaftar / terverifikasi atau nomor telepon", Change: "Ubah", "Confirm a Code": "Konfirmasi kode", "Create account": "Buat akun", "Enter your password": "Masukkan kata sandi anda", "Forgot Password": "Lupa kata sandi", "Have an account? ": "Sudah punya akun? ", Hello: "Halo", "Incorrect username or password.": "Nama akun atau kata sandi salah.", "Invalid phone number format": "Nomor telepon tidak sesuai dengan format.", "Invalid verification code provided, please try again.": "Kode verifikasi tidak sesuai, mohon coba lagi.", "It may take a minute to arrive.": "Mungkin perlu beberapa waktu untuk tiba.", "Lost your code? ": "Kode anda hilang?", Name: "Nama", "Network error": "Galat jaringan", "No account? ": "Tidak ada akun?", or: "atau", "Password did not conform with policy: Password not long enough": "Kata sandi tidak sesuai dengan aturan: Kata sandi kurang panjang", "Resend a Code": "Renvoyer un code", "Reset password": "Ubah kata sandi anda", Send: "Kirim", "Sign In with AWS": "Masuk dengan AWS", "Sign Up with Amazon": "Daftar dengan Amazon", "Sign Up with AWS": "Daftar dengan AWS", "Sign Up with Facebook": "Daftar dengan Facebook", "Sign Up with Google": "Daftar dengan Google", SMS: "SMS", "User already exists": "Akun sudah terdaftar", "User does not exist.": "Akun tidak terdaftar.", "User is disabled.": "Akun dinonaktifkan.", "Username cannot be empty": "Nama akun tidak boleh kosong", "Username/client id combination not found.": "Nama akun atau id tidak ditemukan.", "We Emailed You": "Kami mengirimkanmu email", "Your code is on the way. To log in, enter the code we emailed to": "Kode anda dalam pengiriman. Untuk masuk, masukkan kode yang kami emailkan ke", "Your code is on the way. To log in, enter the code we texted to": "Kode anda dalam pengiriman. Untuk masuk, masukkan kode yang kami tuliskan ke", "Your passwords must match": "Kata sandi harus sama" };
536
+ var e$1 = { "Account recovery requires verified contact information": "Hesap kurtarma, do\u011Frulanm\u0131\u015F ileti\u015Fim bilgilerini gerektirir", "Back to Sign In": "Oturum A\xE7maya Geri D\xF6n", "Change Password": "\u015Eifreyi De\u011Fi\u015Ftir", Changing: "De\u011Fi\u015Ftiriliyor", Code: "Kod", "Confirm Password": "\u015Eifreyi Do\u011Frula", "Confirm Sign Up": "Kay\u0131t \u0130\u015Flemini Do\u011Frula", "Confirm SMS Code": "SMS Kodunu Do\u011Frula", "Confirm TOTP Code": "Tek Kullan\u0131ml\u0131k \u015Eifreyi Do\u011Frula", Confirm: "Do\u011Frula", "Confirmation Code": "Do\u011Frulama Kodu", Confirming: "Do\u011Frulan\u0131yor", "Create a new account": "Yeni bir hesap olu\u015Ftur", "Create Account": "Hesap Olu\u015Ftur", "Creating Account": "Hesap Olu\u015Fturuluyor", "Dismiss alert": "Uyar\u0131y\u0131 reddet", Email: "E-posta", "Enter your code": "Kodu girin", "Enter your email": "E-posta adresinizi girin", "Enter your phone number": "Telefon numaran\u0131z\u0131 girin", "Enter your username": "Kullan\u0131c\u0131 ad\u0131n\u0131z\u0131 girin", "Forgot your password?": "\u015Eifrenizi mi unuttunuz?", "Hide password": "\u015Eifreyi gizle", Loading: "Y\xFCkleniyor", "New password": "Yeni \u015Fifre", Password: "\u015Eifre", "Phone Number": "Telefon Numaras\u0131", "Resend Code": "Kodu Yeniden G\xF6nder", "Reset your password": "\u015Eifrenizi s\u0131f\u0131rlay\u0131n", "Reset your Password": "\u015Eifrenizi S\u0131f\u0131rlay\u0131n", "Send code": "Kod g\xF6nder", "Send Code": "Kod G\xF6nder", Sending: "G\xF6nderiliyor", "Setup TOTP": "Tek kullan\u0131ml\u0131k \u015Fifre kurulumu yap", "Show password": "\u015Eifreyi g\xF6ster", "Sign in to your account": "Hesab\u0131n\u0131zda oturum a\xE7\u0131n", "Sign In with Amazon": "Amazon ile Oturum A\xE7", "Sign In with Apple": "Apple ile Oturum A\xE7", "Sign In with Facebook": "Facebook ile Oturum A\xE7", "Sign In with Google": "Google ile Oturum A\xE7", "Sign in": "Oturum a\xE7", "Sign In": "Oturum A\xE7", "Signing in": "Oturum a\xE7\u0131l\u0131yor", Skip: "Atla", Submit: "G\xF6nder", Submitting: "G\xF6nderiliyor", Username: "Kullan\u0131c\u0131 ad\u0131", "Verify Contact": "Ki\u015Fiyi Do\u011Frula", Verify: "Do\u011Frula", "An account with the given email already exists.": "Bu e-postaya ait zaten bir hesap var.", "Confirm Sign In": "Oturum A\xE7may\u0131 Do\u011Frula", "Have an account? ": "Hesab\u0131n\u0131z var m\u0131? ", "Incorrect username or password": "Yanl\u0131\u015F kullan\u0131c\u0131 ad\u0131 ya da \u015Fifre", "Invalid password format": "Ge\xE7ersiz parola format\u0131", "Invalid phone number format": "Ge\xE7ersiz telefon numaras\u0131 format\u0131", "Lost your code? ": "Kodu mu kaybettiniz? ", "No account? ": "Hesab\u0131n\u0131z yok mu? ", or: "veya", "Password attempts exceeded": "Maksimum oturum a\xE7ma giri\u015Fimi a\u015F\u0131ld\u0131", "Sign Out": "\xC7\u0131k\u0131\u015F yap", "Sign Up": "Kay\u0131t Ol", "User already exists": "Bu kullan\u0131c\u0131 zaten var", "User does not exist": "B\xF6yle bir kullan\u0131c\u0131 mevcut de\u011Fil", "Username cannot be empty": "Kullan\u0131c\u0131 ad\u0131 bo\u015F olamaz" };
537
+ var o$4 = { "Account recovery requires verified contact information": "\u0412\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u0443\u0447\u0435\u0442\u043D\u043E\u0439 \u0437\u0430\u043F\u0438\u0441\u0438 \u0442\u0440\u0435\u0431\u0443\u0435\u0442 \u043F\u0440\u043E\u0432\u0435\u0440\u043A\u0438 \u043A\u043E\u043D\u0442\u0430\u043A\u0442\u043D\u043E\u0439 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438", "Back to Sign In": "\u041D\u0430\u0437\u0430\u0434, \u0447\u0442\u043E\u0431\u044B \u0432\u043E\u0439\u0442\u0438", "Change Password": "\u0438\u0437\u043C\u0435\u043D\u044F\u0442\u044C \u043F\u0430\u0440\u043E\u043B\u044C", Changing: "\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435", Code: "\u041A\u043E\u0434", "Confirm Password": "\u041F\u043E\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043D\u0438\u0435 \u043F\u0430\u0440\u043E\u043B\u044F", "Confirm Sign Up": "\u041F\u043E\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043D\u0438\u0435 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043E\u0432\u0430\u0442\u044C\u0441\u044F", "Confirm SMS Code": "\u041F\u043E\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043D\u0438\u0435 CMC-\u041A\u043E\u0434", "Confirm TOTP Code": "\u041F\u043E\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043D\u0438\u0435 TOTP-\u041A\u043E\u0434", Confirm: "\u041F\u043E\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0430\u0442\u044C", "Confirmation Code": "\u043A\u043E\u0434 \u043F\u043E\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043D\u0438\u044F", Confirming: "\u043F\u043E\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043D\u0438\u0435", "Create a new account": "\u0421\u043E\u0437\u0434\u0430\u0432\u0430\u0442\u044C \u043D\u043E\u0432\u0443\u044E \u0443\u0447\u0435\u0442\u043D\u0443\u044E \u0437\u0430\u043F\u0438\u0441\u044C", "Create Account": "\u0421\u043E\u0437\u0434\u0430\u0442\u044C \u0443\u0447\u0435\u0442\u043D\u0443\u044E \u0437\u0430\u043F\u0438\u0441\u044C", "Creating Account": "\u0441\u043E\u0437\u0434\u0430\u043D\u0438\u0435 \u0443\u0447\u0435\u0442\u043D\u0430\u044F \u0437\u0430\u043F\u0438\u0441\u044C", "Dismiss alert": "\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u043E\u043F\u043E\u0432\u0435\u0449\u0435\u043D\u0438\u0435", Email: "\u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u0430\u044F \u043F\u043E\u0447\u0442\u0430", "Enter your code": "\u0432\u0432\u0435\u0441\u0442\u0438 \u0432\u0430\u0448 \u041A\u043E\u0434", "Enter your email": "\u0432\u0432\u0435\u0441\u0442\u0438 \u0432\u0430\u0448 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u0430\u044F \u043F\u043E\u0447\u0442\u0430", "Enter your phone number": "\u0432\u0432\u0435\u0441\u0442\u0438 \u0432\u0430\u0448 \u043D\u043E\u043C\u0435\u0440 \u0442\u0435\u043B\u0435\u0444\u043E\u043D\u0430", "Enter your username": "\u0432\u0432\u0435\u0441\u0442\u0438 \u0432\u0430\u0448 \u0438\u043C\u044F \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F", "Forgot your password?": "\u0417\u0430\u0431\u044B\u043B\u0438 \u0432\u0430\u0448 \u043F\u0430\u0440\u043E\u043B\u044C?", "Hide password": "\u0421\u043A\u0440\u044B\u0432\u0430\u0442\u044C \u043F\u0430\u0440\u043E\u043B\u044C", Loading: "\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430", "New password": "\u041D\u043E\u0432\u044B\u0439 \u043F\u0430\u0440\u043E\u043B\u044C", Password: "\u041F\u0430\u0440\u043E\u043B\u044C", "Phone Number": "\u041D\u043E\u043C\u0435\u0440 \u0442\u0435\u043B\u0435\u0444\u043E\u043D\u0430", "Resend Code": "\u041E\u0442\u043F\u0440\u0430\u0432\u044C \u0435\u0449\u0435 \u0440\u0430\u0437 \u041A\u043E\u0434", "Reset your password": "\u0441\u0431\u0440\u043E\u0441 \u0432\u0430\u0448 \u043F\u0430\u0440\u043E\u043B\u044C", "Reset your Password": "\u0441\u0431\u0440\u043E\u0441 \u0432\u0430\u0448 \u041F\u0430\u0440\u043E\u043B\u044C", "Send code": "\u041E\u0442\u043F\u0440\u0430\u0432\u043B\u044F\u0442\u044C \u041A\u043E\u0434", "Send Code": "\u041E\u0442\u043F\u0440\u0430\u0432\u043B\u044F\u0442\u044C \u041A\u043E\u0434", Sending: "\u043E\u0442\u043F\u0440\u0430\u0432\u043A\u0430", "Setup TOTP": "\u041D\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0442\u044C TOTP", "Show password": "\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u043F\u0430\u0440\u043E\u043B\u044C", "Sign in to your account": "\u0437\u043D\u0430\u043A \u0432 \u0441\u0432\u043E\u0439 \u0430\u043A\u043A\u0430\u0443\u043D\u0442", "Sign In with Amazon": "\u0437\u043D\u0430\u043A \u0432 \u0441 Amazon", "Sign In with Apple": "\u0437\u043D\u0430\u043A \u0432 \u0441 Apple", "Sign In with Facebook": "\u0437\u043D\u0430\u043A \u0432 \u0441 Facebook", "Sign In with Google": "\u0437\u043D\u0430\u043A \u0432 \u0441 Google", "Sign in": "\u0437\u043D\u0430\u043A \u0432", "Sign In": "\u0437\u043D\u0430\u043A \u0432", "Signing in": "\u043F\u043E\u0434\u043F\u0438\u0441\u0430\u043D\u0438\u0435 \u0432", Skip: "\u041F\u0440\u043E\u043F\u0443\u0441\u043A\u0430\u0442\u044C", Submit: "\u041F\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043B\u044F\u0442\u044C \u043D\u0430 \u0440\u0430\u0441\u0441\u043C\u043E\u0442\u0440\u0435\u043D\u0438\u0435", Submitting: "\u041F\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u0432", Username: "\u0418\u043C\u044F \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F", "Verify Contact": "\u041F\u0440\u043E\u0432\u0435\u0440\u0438\u0442\u044C \u043A\u043E\u043D\u0442\u0430\u043A\u0442", Verify: "\u041F\u0440\u043E\u0432\u0435\u0440\u0438\u0442\u044C" };
642
538
  var N$1 = { BACK_SIGN_IN: "Back to Sign In", BIRTHDATE: "Birthdate", CHANGE_PASSWORD: "Change Password", CHANGING_PASSWORD: "Changing", CODE: "Code", CONFIRM_PASSWORD: "Confirm Password", CONFIRM_RESET_PASSWORD_HEADING: "Reset your Password", CONFIRM_SIGNUP_HEADING: "Confirm Sign Up", CONFIRM_SMS: "Confirm SMS Code", CONFIRM_TOTP: "Confirm TOTP Code", CONFIRM: "Confirm", CONFIRMATION_CODE: "Confirmation Code", CONFIRMING: "Confirming", CREATE_ACCOUNT: "Create Account", CREATING_ACCOUNT: "Creating Account", EMAIL_ADDRESS: "Email", ENTER_CODE: "Enter your code", ENTER_USERNAME: "Enter your username", FAMILY_NAME: "Family Name", GIVEN_NAME: "Given Name", FORGOT_YOUR_PASSWORD: "Forgot your password?", FORGOT_YOUR_PASSWORD_LEGACY: "Forgot your password? ", HIDE_PASSWORD: "Hide password", LOADING: "Loading", LOGIN_NAME: "Username", MIDDLE_NAME: "Middle Name", NAME: "Name", NICKNAME: "Nickname", NEW_PASSWORD: "New password", PASSWORD: "Password", PHONE_NUMBER: "Phone Number", PREFERRED_USERNAME: "Preferred Username", PROFILE: "Profile", RESEND_CODE: "Resend Code", RESET_PASSWORD_HEADING: "Reset your password", RESET_PASSWORD: "Reset Password", SEND_CODE: "Send code", SENDING: "Sending", SETUP_TOTP: "Setup TOTP", SHOW_PASSWORD: "Show password", SIGN_IN_BUTTON: "Sign in", SIGN_IN_TAB: "Sign In", SIGN_IN_WITH_AMAZON: "Sign In with Amazon", SIGN_IN_WITH_APPLE: "Sign In with Apple", SIGN_IN_WITH_FACEBOOK: "Sign In with Facebook", SIGN_IN_WITH_GOOGLE: "Sign In with Google", SIGN_IN: "Sign in to your account", SIGN_UP_BUTTON: "Create a new account", SIGNING_IN_BUTTON: "Signing in", SKIP: "Skip", SUBMIT: "Submit", SUBMITTING: "Submitting", VERIFY_CONTACT: "Verify Contact", VERIFY_HEADING: "Account recovery requires verified contact information", VERIFY: "Verify", WEBSITE: "Website" };
643
- var d$2 = t$3({}, e$6), v$1 = t$3({}, n$3), x$1 = t$3({}, n$2), b$1 = t$3({}, e$5), k$2 = t$3({}, o$8), z = t$3({}, o$7), T = t$3({}, e$4), _$1 = t$3({}, e$3), g$1 = t$3({}, o$6), q$1 = t$3({}, o$5), w$1 = t$3({}, r$1), y$1 = t$3({}, e$2), A$1 = t$3({}, a$3), B = t$3({}, e$1), C$1 = t$3({}, o$4), E$2 = t$3({}, N$1);
644
- t$3({}, E$2);
645
- function x(r2) {
539
+ var d$2 = __assign$2({}, e$7), v$1 = __assign$2({}, n$4), x = __assign$2({}, e$6), k$2 = __assign$2({}, e$5), z = __assign$2({}, o$8), T = __assign$2({}, e$4), b$2 = __assign$2({}, e$3), g$1 = __assign$2({}, e$2), q$1 = __assign$2({}, o$7), w$1 = __assign$2({}, o$6), y$1 = __assign$2({}, o$5), A$1 = __assign$2({}, n$3), B = __assign$2({}, a$3), C$1 = __assign$2({}, e$1), E$2 = __assign$2({}, o$4), F = __assign$2({}, N$1);
540
+ __assign$2({}, F);
541
+ function b$1(r2) {
646
542
  return I18n.get(r2);
647
543
  }
648
544
  function h$1(r2) {
649
545
  return I18n.get(r2) !== r2;
650
546
  }
651
- var k$1 = { de: d$2, en: v$1, es: x$1, fr: b$1, id: A$1, it: k$2, ja: z, kr: T, nl: _$1, pl: g$1, pt: q$1, zh: w$1, sv: y$1, tr: B, ru: C$1 };
652
- var l$1 = { birthdate: { label: "Birthdate", labelHidden: true, placeholder: "Birthdate", type: "date", autocomplete: "bday", isRequired: true }, confirmation_code: { label: "Confirmation Code", labelHidden: true, placeholder: "Code", type: "number", autocomplete: "one-time-code", isRequired: true }, confirm_password: { label: "Confirm Password", labelHidden: true, placeholder: "Confirm Password", type: "password", autocomplete: "new-password", isRequired: true }, email: { label: "Email", labelHidden: true, placeholder: "Email", type: "email", autocomplete: "username", isRequired: true }, family_name: { label: "Family Name", labelHidden: true, placeholder: "Family Name", type: "text", autocomplete: "family-name", isRequired: true }, given_name: { label: "Given Name", labelHidden: true, placeholder: "Given Name", type: "text", autocomplete: "given-name", isRequired: true }, middle_name: { label: "Middle Name", labelHidden: true, placeholder: "Middle Name", type: "text", autocomplete: "additional-name", isRequired: true }, name: { label: "Name", labelHidden: true, placeholder: "Name", type: "text", autocomplete: "name", isRequired: true }, nickname: { label: "Nickname", labelHidden: true, placeholder: "Nickname", type: "text", autocomplete: "tel", isRequired: true }, password: { label: "Password", labelHidden: true, placeholder: "Password", type: "password", autocomplete: "new-password", isRequired: true }, phone_number: { label: "Phone Number", labelHidden: true, placeholder: "Phone", type: "tel", autocomplete: "tel", dialCode: "+1", dialCodeList: r$2, isRequired: true }, preferred_username: { label: "Preferred Username", labelHidden: true, placeholder: "Preferred Username", type: "text", isRequired: true }, profile: { label: "Profile", labelHidden: true, placeholder: "Profile", type: "url", autocomplete: "url", isRequired: true }, website: { label: "Website", labelHidden: true, placeholder: "Website", type: "url", autocomplete: "url", isRequired: true }, username: { label: "Username", labelHidden: true, placeholder: "Username", type: "text", autocomplete: "username", isRequired: true } }, a$2 = ["^", "$", "*", ".", "[", "]", "{", "}", "(", ")", "?", '"', "!", "@", "#", "%", "&", "/", "\\", ",", ">", "<", "'", ":", ";", "|", "_", "~", "`", "=", "+", "-", " "];
653
- var n$1 = function(r2) {
547
+ var k$1 = { de: d$2, en: v$1, es: x, fr: k$2, id: B, it: z, ja: T, kr: b$2, nl: g$1, pl: q$1, pt: w$1, zh: y$1, sv: A$1, tr: C$1, ru: E$2 };
548
+ var l$1 = { birthdate: { label: "Birthdate", labelHidden: true, placeholder: "Birthdate", type: "date", autocomplete: "bday", isRequired: true }, confirmation_code: { label: "Confirmation Code", labelHidden: true, placeholder: "Code", type: "number", autocomplete: "one-time-code", isRequired: true }, confirm_password: { label: "Confirm Password", labelHidden: true, placeholder: "Confirm Password", type: "password", autocomplete: "new-password", isRequired: true }, email: { label: "Email", labelHidden: true, placeholder: "Email", type: "email", autocomplete: "username", isRequired: true }, family_name: { label: "Family Name", labelHidden: true, placeholder: "Family Name", type: "text", autocomplete: "family-name", isRequired: true }, given_name: { label: "Given Name", labelHidden: true, placeholder: "Given Name", type: "text", autocomplete: "given-name", isRequired: true }, middle_name: { label: "Middle Name", labelHidden: true, placeholder: "Middle Name", type: "text", autocomplete: "additional-name", isRequired: true }, name: { label: "Name", labelHidden: true, placeholder: "Name", type: "text", autocomplete: "name", isRequired: true }, nickname: { label: "Nickname", labelHidden: true, placeholder: "Nickname", type: "text", autocomplete: "tel", isRequired: true }, password: { label: "Password", labelHidden: true, placeholder: "Password", type: "password", autocomplete: "new-password", isRequired: true }, phone_number: { label: "Phone Number", labelHidden: true, placeholder: "Phone", type: "tel", autocomplete: "tel", dialCode: "+1", dialCodeList: r$1, isRequired: true }, preferred_username: { label: "Preferred Username", labelHidden: true, placeholder: "Preferred Username", type: "text", isRequired: true }, profile: { label: "Profile", labelHidden: true, placeholder: "Profile", type: "url", autocomplete: "url", isRequired: true }, website: { label: "Website", labelHidden: true, placeholder: "Website", type: "url", autocomplete: "url", isRequired: true }, username: { label: "Username", labelHidden: true, placeholder: "Username", type: "text", autocomplete: "username", isRequired: true } }, a$2 = ["^", "$", "*", ".", "[", "]", "{", "}", "(", ")", "?", '"', "!", "@", "#", "%", "&", "/", "\\", ",", ">", "<", "'", ":", ";", "|", "_", "~", "`", "=", "+", "-", " "];
549
+ var n$2 = function(r2) {
654
550
  var t2 = new FormData(r2.target);
655
551
  return Object.fromEntries(t2);
552
+ }, u$3 = function(r2) {
553
+ return m$1.includes(r2);
656
554
  }, o$3 = function(r2) {
657
- return m$2.includes(r2);
658
- }, u$2 = function(r2) {
659
555
  return r2 ? (t2 = r2, Array.isArray(t2) ? r2 : [r2]) : null;
660
556
  var t2;
661
557
  };
@@ -678,6 +574,40 @@ var i$3 = function(t2, n2) {
678
574
  return t2.includes(n2);
679
575
  });
680
576
  };
577
+ var i$2 = function(r2, e2) {
578
+ var a2 = n$7(r2).country_code, s2 = l$1[e2];
579
+ return s2.type === "tel" && (s2 = __assign$2(__assign$2({}, s2), { dialCode: a2 })), s2;
580
+ }, c$1 = function(r2) {
581
+ var e2 = r$2(r2);
582
+ return __assign$2(__assign$2({}, i$2(r2, e2)), { autocomplete: "username" });
583
+ }, d$1 = function(r2) {
584
+ return { confirmation_code: __assign$2(__assign$2({}, i$2(r2, "confirmation_code")), { label: "Code *", placeholder: "Code" }) };
585
+ }, u$2 = { signIn: function(r2) {
586
+ return { username: __assign$2({}, c$1(r2)), password: __assign$2(__assign$2({}, i$2(r2, "password")), { autocomplete: "current-password" }) };
587
+ }, signUp: function(e2) {
588
+ for (var n2 = e2.context.config, t2 = n2.loginMechanisms, d2 = n2.signUpAttributes, u2 = r$2(e2), f2 = {}, m2 = 0, l2 = Array.from(new Set(__spreadArray$1(__spreadArray$1(__spreadArray$1([], t2, true), ["password", "confirm_password"], false), d2, true))); m2 < l2.length; m2++) {
589
+ var p2 = l2[m2];
590
+ if (u$3(p2)) {
591
+ var w2 = p2 === u2 ? c$1(e2) : i$2(e2, p2);
592
+ f2[p2] = __assign$2({}, w2);
593
+ } else
594
+ console.debug("Authenticator does not have a default implementation for ".concat(p2, ". Customize SignUp FormFields to add your own."));
595
+ }
596
+ return f2;
597
+ }, confirmSignUp: function(r2) {
598
+ return { confirmation_code: __assign$2(__assign$2({}, i$2(r2, "confirmation_code")), { placeholder: "Enter your code" }) };
599
+ }, confirmSignIn: d$1, forceNewPassword: function(n2) {
600
+ for (var t2 = t$3(n2).context.requiredAttributes, a2 = {}, c2 = 0, d2 = Array.from(new Set(__spreadArray$1(["password", "confirm_password"], t2, true))); c2 < d2.length; c2++) {
601
+ var u2 = d2[c2];
602
+ u$3(u2) ? a2[u2] = __assign$2({}, i$2(n2, u2)) : console.debug("Authenticator does not have a default implementation for ".concat(u2, ". Customize ForceNewPassword FormFields to add your own."));
603
+ }
604
+ return a2;
605
+ }, resetPassword: function(r2) {
606
+ var e2 = r$2(r2), n2 = l$1[e2].label;
607
+ return { username: __assign$2(__assign$2({}, c$1(r2)), { label: "Enter your ".concat(n2.toLowerCase()), placeholder: "Enter your ".concat(n2.toLowerCase()) }) };
608
+ }, confirmResetPassword: function(r2) {
609
+ return __assign$2(__assign$2({}, d$1(r2)), { password: __assign$2(__assign$2({}, i$2(r2, "password")), { label: "New Password", placeholder: "New Password" }), confirm_password: __assign$2(__assign$2({}, i$2(r2, "confirm_password")), { label: "Confirm Password", placeholder: "Confirm Password" }) });
610
+ }, confirmVerifyUser: d$1, setupTOTP: d$1 };
681
611
  function listCacheClear$1() {
682
612
  this.__data__ = [];
683
613
  this.size = 0;
@@ -1427,47 +1357,13 @@ function cloneDeep(value) {
1427
1357
  return baseClone(value, CLONE_DEEP_FLAG | CLONE_SYMBOLS_FLAG);
1428
1358
  }
1429
1359
  var cloneDeep_1 = cloneDeep;
1430
- var i$2 = function(r2, e2) {
1431
- var t2 = n$7(r2).country_code, a2 = l$1[e2];
1432
- return a2.type === "tel" && (a2 = t$3(t$3({}, a2), { dialCode: t2 })), a2;
1433
- }, c$1 = function(r2) {
1434
- var e2 = r$3(r2);
1435
- return t$3(t$3({}, i$2(r2, e2)), { autocomplete: "username" });
1436
- }, d$1 = function(r2) {
1437
- return { confirmation_code: t$3(t$3({}, i$2(r2, "confirmation_code")), { label: "Code *", placeholder: "Code" }) };
1438
- }, m$1 = { signIn: function(r2) {
1439
- return { username: t$3({}, c$1(r2)), password: t$3(t$3({}, i$2(r2, "password")), { autocomplete: "current-password" }) };
1440
- }, signUp: function(e2) {
1441
- for (var n2 = e2.context.config, s2 = n2.loginMechanisms, d2 = n2.signUpAttributes, m2 = r$3(e2), l2 = {}, u2 = 0, f2 = Array.from(new Set(o$9(o$9(o$9([], s2, true), ["password", "confirm_password"], false), d2, true))); u2 < f2.length; u2++) {
1442
- var p2 = f2[u2];
1443
- if (o$3(p2)) {
1444
- var w2 = p2 === m2 ? c$1(e2) : i$2(e2, p2);
1445
- l2[p2] = t$3({}, w2);
1446
- } else
1447
- console.debug("Authenticator does not have a default implementation for ".concat(p2, ". Customize SignUp FormFields to add your own."));
1448
- }
1449
- return l2;
1450
- }, confirmSignUp: function(r2) {
1451
- return { confirmation_code: t$3(t$3({}, i$2(r2, "confirmation_code")), { placeholder: "Enter your code" }) };
1452
- }, confirmSignIn: d$1, forceNewPassword: function(n2) {
1453
- for (var t2 = t$4(n2).context.requiredAttributes, s2 = {}, c2 = 0, d2 = Array.from(new Set(o$9(["password", "confirm_password"], t2, true))); c2 < d2.length; c2++) {
1454
- var m2 = d2[c2];
1455
- o$3(m2) ? s2[m2] = t$3({}, i$2(n2, m2)) : console.debug("Authenticator does not have a default implementation for ".concat(m2, ". Customize ForceNewPassword FormFields to add your own."));
1456
- }
1457
- return s2;
1458
- }, resetPassword: function(r2) {
1459
- var e2 = r$3(r2), n2 = l$1[e2].label;
1460
- return { username: t$3(t$3({}, c$1(r2)), { label: "Enter your ".concat(n2.toLowerCase()), placeholder: "Enter your ".concat(n2.toLowerCase()) }) };
1461
- }, confirmResetPassword: function(r2) {
1462
- return t$3(t$3({}, d$1(r2)), { password: t$3(t$3({}, i$2(r2, "password")), { label: "New Password", placeholder: "New Password" }), confirm_password: t$3(t$3({}, i$2(r2, "confirm_password")), { label: "Confirm Password", placeholder: "Confirm Password" }) });
1463
- }, confirmVerifyUser: d$1, setupTOTP: d$1 };
1464
1360
  var t$2 = function(e2) {
1465
- for (var t2 = t$3({}, e2), n2 = 0, i2 = Object.entries(e2); n2 < i2.length; n2++) {
1466
- var l2 = i2[n2], u2 = l2[0], c2 = l2[1], s2 = c2.label, a2 = c2.placeholder;
1467
- t2[u2] = t$3(t$3({}, c2), { label: s2 ? x(s2) : void 0, placeholder: a2 ? x(a2) : void 0 });
1361
+ for (var t2 = __assign$2({}, e2), n2 = 0, i2 = Object.entries(e2); n2 < i2.length; n2++) {
1362
+ var l2 = i2[n2], c2 = l2[0], u2 = l2[1], a2 = u2.label, f2 = u2.placeholder;
1363
+ t2[c2] = __assign$2(__assign$2({}, u2), { label: a2 ? b$1(a2) : void 0, placeholder: f2 ? b$1(f2) : void 0 });
1468
1364
  }
1469
1365
  return t2;
1470
- }, n = function(r2) {
1366
+ }, n$1 = function(r2) {
1471
1367
  return Object.entries(r2).sort(function(r3, e2) {
1472
1368
  return (r3[1].order || Number.MAX_VALUE) - (e2[1].order || Number.MAX_VALUE);
1473
1369
  }).filter(function(r3) {
@@ -1477,18 +1373,18 @@ var t$2 = function(e2) {
1477
1373
  t2 === void 0 && (t2 = {});
1478
1374
  var n2 = cloneDeep_1(o2);
1479
1375
  return Object.keys(t2).forEach(function(e2) {
1480
- n2[e2] = t$3(t$3({}, n2[e2]), t2[e2]);
1376
+ n2[e2] = __assign$2(__assign$2({}, n2[e2]), t2[e2]);
1481
1377
  }), n2;
1482
1378
  };
1483
1379
  var e = function(r2, i2) {
1484
- var n2 = (0, m$1[r2])(i2);
1380
+ var n2 = (0, u$2[r2])(i2);
1485
1381
  return t$2(n2);
1486
1382
  }, u$1 = function(o2, t2) {
1487
- var n2, u2, f2 = e(o2, t2), l2 = ((u2 = (n2 = t$4(t2).context) === null || n2 === void 0 ? void 0 : n2.formFields) === null || u2 === void 0 ? void 0 : u2[o2]) || {}, v2 = i$1(f2, l2);
1383
+ var n2, u2, f2 = e(o2, t2), l2 = ((u2 = (n2 = t$3(t2).context) === null || n2 === void 0 ? void 0 : n2.formFields) === null || u2 === void 0 ? void 0 : u2[o2]) || {}, v2 = i$1(f2, l2);
1488
1384
  return delete v2.QR, v2;
1489
1385
  }, f$2 = function(r2, o2) {
1490
1386
  var t2 = u$1(r2, o2);
1491
- return n(t2);
1387
+ return n$1(t2);
1492
1388
  };
1493
1389
  /*! *****************************************************************************
1494
1390
  Copyright (c) Microsoft Corporation.
@@ -2072,16 +1968,14 @@ function toInvokeSource$1(src) {
2072
1968
  return src;
2073
1969
  }
2074
1970
  function toObserver$1(nextHandler, errorHandler, completionHandler) {
2075
- if (typeof nextHandler === "object") {
2076
- return nextHandler;
2077
- }
2078
1971
  var noop2 = function() {
2079
- return void 0;
2080
1972
  };
1973
+ var isObserver = typeof nextHandler === "object";
1974
+ var self2 = isObserver ? nextHandler : null;
2081
1975
  return {
2082
- next: nextHandler,
2083
- error: errorHandler || noop2,
2084
- complete: completionHandler || noop2
1976
+ next: ((isObserver ? nextHandler.next : nextHandler) || noop2).bind(self2),
1977
+ error: ((isObserver ? nextHandler.error : errorHandler) || noop2).bind(self2),
1978
+ complete: ((isObserver ? nextHandler.complete : completionHandler) || noop2).bind(self2)
2085
1979
  };
2086
1980
  }
2087
1981
  function createInvokeId(stateNodeId, index2) {
@@ -2293,7 +2187,7 @@ function forwardTo$2(target, options) {
2293
2187
  to: target
2294
2188
  }));
2295
2189
  }
2296
- function resolveActions$1(machine, currentState, currentContext, _event, actions2, preserveActionOrder) {
2190
+ function resolveActions$1(machine, currentState, currentContext, _event, actions2, predictableExec, preserveActionOrder) {
2297
2191
  if (preserveActionOrder === void 0) {
2298
2192
  preserveActionOrder = false;
2299
2193
  }
@@ -2305,23 +2199,30 @@ function resolveActions$1(machine, currentState, currentContext, _event, actions
2305
2199
  var resolvedActions = flatten(otherActions.map(function(actionObject) {
2306
2200
  var _a3;
2307
2201
  switch (actionObject.type) {
2308
- case raise$3:
2202
+ case raise$3: {
2309
2203
  return resolveRaise$1(actionObject);
2204
+ }
2310
2205
  case send$3:
2311
2206
  var sendAction = resolveSend$1(actionObject, updatedContext, _event, machine.options.delays);
2207
+ if (sendAction.to !== SpecialTargets.Internal) {
2208
+ predictableExec === null || predictableExec === void 0 ? void 0 : predictableExec(sendAction, updatedContext, _event);
2209
+ }
2312
2210
  return sendAction;
2313
- case log$2:
2314
- return resolveLog$1(actionObject, updatedContext, _event);
2211
+ case log$2: {
2212
+ var resolved = resolveLog$1(actionObject, updatedContext, _event);
2213
+ predictableExec === null || predictableExec === void 0 ? void 0 : predictableExec(resolved, updatedContext, _event);
2214
+ return resolved;
2215
+ }
2315
2216
  case choose$2: {
2316
2217
  var chooseAction = actionObject;
2317
2218
  var matchedActions = (_a3 = chooseAction.conds.find(function(condition) {
2318
2219
  var guard = toGuard(condition.cond, machine.options.guards);
2319
- return !guard || evaluateGuard(machine, guard, updatedContext, _event, currentState);
2220
+ return !guard || evaluateGuard(machine, guard, updatedContext, _event, !predictableExec ? currentState : void 0);
2320
2221
  })) === null || _a3 === void 0 ? void 0 : _a3.actions;
2321
2222
  if (!matchedActions) {
2322
2223
  return [];
2323
2224
  }
2324
- var _b = __read(resolveActions$1(machine, currentState, updatedContext, _event, toActionObjects$1(toArray(matchedActions), machine.options.actions), preserveActionOrder), 2), resolvedActionsFromChoose = _b[0], resolvedContextFromChoose = _b[1];
2225
+ var _b = __read(resolveActions$1(machine, currentState, updatedContext, _event, toActionObjects$1(toArray(matchedActions), machine.options.actions), predictableExec, preserveActionOrder), 2), resolvedActionsFromChoose = _b[0], resolvedContextFromChoose = _b[1];
2325
2226
  updatedContext = resolvedContextFromChoose;
2326
2227
  preservedContexts === null || preservedContexts === void 0 ? void 0 : preservedContexts.push(updatedContext);
2327
2228
  return resolvedActionsFromChoose;
@@ -2331,23 +2232,27 @@ function resolveActions$1(machine, currentState, currentContext, _event, actions
2331
2232
  if (!matchedActions) {
2332
2233
  return [];
2333
2234
  }
2334
- var _c = __read(resolveActions$1(machine, currentState, updatedContext, _event, toActionObjects$1(toArray(matchedActions), machine.options.actions), preserveActionOrder), 2), resolvedActionsFromPure = _c[0], resolvedContext = _c[1];
2235
+ var _c = __read(resolveActions$1(machine, currentState, updatedContext, _event, toActionObjects$1(toArray(matchedActions), machine.options.actions), predictableExec, preserveActionOrder), 2), resolvedActionsFromPure = _c[0], resolvedContext = _c[1];
2335
2236
  updatedContext = resolvedContext;
2336
2237
  preservedContexts === null || preservedContexts === void 0 ? void 0 : preservedContexts.push(updatedContext);
2337
2238
  return resolvedActionsFromPure;
2338
2239
  }
2339
2240
  case stop$3: {
2340
- return resolveStop$1(actionObject, updatedContext, _event);
2241
+ var resolved = resolveStop$1(actionObject, updatedContext, _event);
2242
+ predictableExec === null || predictableExec === void 0 ? void 0 : predictableExec(resolved, updatedContext, _event);
2243
+ return resolved;
2341
2244
  }
2342
2245
  case assign$4: {
2343
- updatedContext = updateContext(updatedContext, _event, [actionObject], currentState);
2246
+ updatedContext = updateContext(updatedContext, _event, [actionObject], !predictableExec ? currentState : void 0);
2344
2247
  preservedContexts === null || preservedContexts === void 0 ? void 0 : preservedContexts.push(updatedContext);
2345
2248
  break;
2346
2249
  }
2347
2250
  default:
2348
2251
  var resolvedActionObject = toActionObject$1(actionObject, machine.options.actions);
2349
2252
  var exec_1 = resolvedActionObject.exec;
2350
- if (exec_1 && preservedContexts) {
2253
+ if (predictableExec) {
2254
+ predictableExec(resolvedActionObject, updatedContext, _event);
2255
+ } else if (exec_1 && preservedContexts) {
2351
2256
  var contextIndex_1 = preservedContexts.length - 1;
2352
2257
  resolvedActionObject = __assign$1(__assign$1({}, resolvedActionObject), {
2353
2258
  exec: function(_ctx) {
@@ -2455,10 +2360,13 @@ function toActorRef(actorRefLike) {
2455
2360
  var isLeafNode = function(stateNode) {
2456
2361
  return stateNode.type === "atomic" || stateNode.type === "final";
2457
2362
  };
2458
- function getChildren(stateNode) {
2363
+ function getAllChildren(stateNode) {
2459
2364
  return Object.keys(stateNode.states).map(function(key) {
2460
2365
  return stateNode.states[key];
2461
- }).filter(function(sn) {
2366
+ });
2367
+ }
2368
+ function getChildren(stateNode) {
2369
+ return getAllChildren(stateNode).filter(function(sn) {
2462
2370
  return sn.type !== "history";
2463
2371
  });
2464
2372
  }
@@ -3070,14 +2978,114 @@ var Interpreter = /* @__PURE__ */ function() {
3070
2978
  return;
3071
2979
  }
3072
2980
  if ("machine" in target) {
3073
- target.send(__assign$1(__assign$1({}, event), {
3074
- name: event.name === error$3 ? "".concat(error$2(_this.id)) : event.name,
3075
- origin: _this.sessionId
3076
- }));
2981
+ if (_this.status !== InterpreterStatus.Stopped || _this.parent !== target || _this.state.done) {
2982
+ target.send(__assign$1(__assign$1({}, event), {
2983
+ name: event.name === error$3 ? "".concat(error$2(_this.id)) : event.name,
2984
+ origin: _this.sessionId
2985
+ }));
2986
+ }
3077
2987
  } else {
3078
2988
  target.send(event.data);
3079
2989
  }
3080
2990
  };
2991
+ this._exec = function(action, context, _event, actionFunctionMap) {
2992
+ if (actionFunctionMap === void 0) {
2993
+ actionFunctionMap = _this.machine.options.actions;
2994
+ }
2995
+ var actionOrExec = action.exec || getActionFunction$1(action.type, actionFunctionMap);
2996
+ var exec = isFunction$1(actionOrExec) ? actionOrExec : actionOrExec ? actionOrExec.exec : action.exec;
2997
+ if (exec) {
2998
+ try {
2999
+ return exec(context, _event.data, !_this.machine.config.predictableActionArguments ? {
3000
+ action,
3001
+ state: _this.state,
3002
+ _event
3003
+ } : {
3004
+ action,
3005
+ _event
3006
+ });
3007
+ } catch (err) {
3008
+ if (_this.parent) {
3009
+ _this.parent.send({
3010
+ type: "xstate.error",
3011
+ data: err
3012
+ });
3013
+ }
3014
+ throw err;
3015
+ }
3016
+ }
3017
+ switch (action.type) {
3018
+ case send$3:
3019
+ var sendAction = action;
3020
+ if (typeof sendAction.delay === "number") {
3021
+ _this.defer(sendAction);
3022
+ return;
3023
+ } else {
3024
+ if (sendAction.to) {
3025
+ _this.sendTo(sendAction._event, sendAction.to);
3026
+ } else {
3027
+ _this.send(sendAction._event);
3028
+ }
3029
+ }
3030
+ break;
3031
+ case cancel$3:
3032
+ _this.cancel(action.sendId);
3033
+ break;
3034
+ case start$3: {
3035
+ if (_this.status !== InterpreterStatus.Running) {
3036
+ return;
3037
+ }
3038
+ var activity = action.activity;
3039
+ if (!_this.machine.config.predictableActionArguments && !_this.state.activities[activity.id || activity.type]) {
3040
+ break;
3041
+ }
3042
+ if (activity.type === ActionTypes.Invoke) {
3043
+ var invokeSource = toInvokeSource$1(activity.src);
3044
+ var serviceCreator = _this.machine.options.services ? _this.machine.options.services[invokeSource.type] : void 0;
3045
+ var id2 = activity.id, data = activity.data;
3046
+ var autoForward = "autoForward" in activity ? activity.autoForward : !!activity.forward;
3047
+ if (!serviceCreator) {
3048
+ return;
3049
+ }
3050
+ var resolvedData = data ? mapContext(data, context, _event) : void 0;
3051
+ if (typeof serviceCreator === "string") {
3052
+ return;
3053
+ }
3054
+ var source = isFunction$1(serviceCreator) ? serviceCreator(context, _event.data, {
3055
+ data: resolvedData,
3056
+ src: invokeSource,
3057
+ meta: activity.meta
3058
+ }) : serviceCreator;
3059
+ if (!source) {
3060
+ return;
3061
+ }
3062
+ var options2 = void 0;
3063
+ if (isMachine(source)) {
3064
+ source = resolvedData ? source.withContext(resolvedData) : source;
3065
+ options2 = {
3066
+ autoForward
3067
+ };
3068
+ }
3069
+ _this.spawn(source, id2, options2);
3070
+ } else {
3071
+ _this.spawnActivity(activity);
3072
+ }
3073
+ break;
3074
+ }
3075
+ case stop$3: {
3076
+ _this.stopChild(action.activity.id);
3077
+ break;
3078
+ }
3079
+ case log$2:
3080
+ var label = action.label, value = action.value;
3081
+ if (label) {
3082
+ _this.logger(label, value);
3083
+ } else {
3084
+ _this.logger(value);
3085
+ }
3086
+ break;
3087
+ }
3088
+ };
3081
3089
  var resolvedOptions = __assign$1(__assign$1({}, Interpreter2.defaultOptions), options);
3082
3090
  var clock = resolvedOptions.clock, logger = resolvedOptions.logger, parent = resolvedOptions.parent, id = resolvedOptions.id;
3083
3091
  var resolvedId = id !== void 0 ? id : machine.id;
@@ -3138,7 +3146,7 @@ var Interpreter = /* @__PURE__ */ function() {
3138
3146
  var _this = this;
3139
3147
  state._sessionid = this.sessionId;
3140
3148
  this._state = state;
3141
- if (this.options.execute) {
3149
+ if ((!this.machine.config.predictableActionArguments || _event === initEvent$1) && this.options.execute) {
3142
3150
  this.execute(this.state);
3143
3151
  }
3144
3152
  this.children.forEach(function(child) {
@@ -3203,8 +3211,7 @@ var Interpreter = /* @__PURE__ */ function() {
3203
3211
  throw e_4.error;
3204
3212
  }
3205
3213
  }
3206
- var isDone = isInFinalState(state.configuration || [], this.machine);
3207
- if (this.state.configuration && isDone) {
3214
+ if (this.state.done) {
3208
3215
  var finalChildStateNode = state.configuration.find(function(sn) {
3209
3216
  return sn.type === "final" && sn.parent === _this.machine;
3210
3217
  });
@@ -3227,7 +3234,7 @@ var Interpreter = /* @__PURE__ */ function() {
3227
3234
  throw e_5.error;
3228
3235
  }
3229
3236
  }
3230
- this.stop();
3237
+ this._stop();
3231
3238
  }
3232
3239
  };
3233
3240
  Interpreter2.prototype.onTransition = function(listener) {
@@ -3239,36 +3246,27 @@ var Interpreter = /* @__PURE__ */ function() {
3239
3246
  };
3240
3247
  Interpreter2.prototype.subscribe = function(nextListenerOrObserver, _2, completeListener) {
3241
3248
  var _this = this;
3242
- if (!nextListenerOrObserver) {
3243
- return {
3244
- unsubscribe: function() {
3245
- return void 0;
3246
- }
3247
- };
3248
- }
3249
- var listener;
3250
- var resolvedCompleteListener = completeListener;
3251
- if (typeof nextListenerOrObserver === "function") {
3252
- listener = nextListenerOrObserver;
3253
- } else {
3254
- listener = nextListenerOrObserver.next.bind(nextListenerOrObserver);
3255
- resolvedCompleteListener = nextListenerOrObserver.complete.bind(nextListenerOrObserver);
3256
- }
3257
- this.listeners.add(listener);
3249
+ var observer = toObserver$1(nextListenerOrObserver, _2, completeListener);
3250
+ this.listeners.add(observer.next);
3258
3251
  if (this.status !== InterpreterStatus.NotStarted) {
3259
- listener(this.state);
3252
+ observer.next(this.state);
3260
3253
  }
3261
- if (resolvedCompleteListener) {
3262
- if (this.status === InterpreterStatus.Stopped) {
3263
- resolvedCompleteListener();
3264
- } else {
3265
- this.onDone(resolvedCompleteListener);
3266
- }
3254
+ var completeOnce = function() {
3255
+ _this.doneListeners.delete(completeOnce);
3256
+ _this.stopListeners.delete(completeOnce);
3257
+ observer.complete();
3258
+ };
3259
+ if (this.status === InterpreterStatus.Stopped) {
3260
+ observer.complete();
3261
+ } else {
3262
+ this.onDone(completeOnce);
3263
+ this.onStop(completeOnce);
3267
3264
  }
3268
3265
  return {
3269
3266
  unsubscribe: function() {
3270
- listener && _this.listeners.delete(listener);
3271
- resolvedCompleteListener && _this.doneListeners.delete(resolvedCompleteListener);
3267
+ _this.listeners.delete(observer.next);
3268
+ _this.doneListeners.delete(completeOnce);
3269
+ _this.stopListeners.delete(completeOnce);
3272
3270
  }
3273
3271
  };
3274
3272
  };
@@ -3321,9 +3319,8 @@ var Interpreter = /* @__PURE__ */ function() {
3321
3319
  });
3322
3320
  return this;
3323
3321
  };
3324
- Interpreter2.prototype.stop = function() {
3322
+ Interpreter2.prototype._stop = function() {
3325
3323
  var e_6, _a2, e_7, _b, e_8, _c, e_9, _d, e_10, _e;
3326
- var _this = this;
3327
3324
  try {
3328
3325
  for (var _f = __values(this.listeners), _g = _f.next(); !_g.done; _g = _f.next()) {
3329
3326
  var listener = _g.value;
@@ -3400,35 +3397,9 @@ var Interpreter = /* @__PURE__ */ function() {
3400
3397
  if (!this.initialized) {
3401
3398
  return this;
3402
3399
  }
3403
- __spreadArray([], __read(this.state.configuration), false).sort(function(a2, b2) {
3404
- return b2.order - a2.order;
3405
- }).forEach(function(stateNode) {
3406
- var e_11, _a3;
3407
- try {
3408
- for (var _b2 = __values(stateNode.definition.exit), _c2 = _b2.next(); !_c2.done; _c2 = _b2.next()) {
3409
- var action = _c2.value;
3410
- _this.exec(action, _this.state);
3411
- }
3412
- } catch (e_11_1) {
3413
- e_11 = {
3414
- error: e_11_1
3415
- };
3416
- } finally {
3417
- try {
3418
- if (_c2 && !_c2.done && (_a3 = _b2.return))
3419
- _a3.call(_b2);
3420
- } finally {
3421
- if (e_11)
3422
- throw e_11.error;
3423
- }
3424
- }
3425
- });
3426
- this.children.forEach(function(child) {
3427
- if (isFunction$1(child.stop)) {
3428
- child.stop();
3429
- }
3430
- });
3431
- this.children.clear();
3400
+ this.initialized = false;
3401
+ this.status = InterpreterStatus.Stopped;
3402
+ this._initialState = void 0;
3432
3403
  try {
3433
3404
  for (var _p = __values(Object.keys(this.delayedEventsMap)), _q = _p.next(); !_q.done; _q = _p.next()) {
3434
3405
  var key = _q.value;
@@ -3451,10 +3422,53 @@ var Interpreter = /* @__PURE__ */ function() {
3451
3422
  this.scheduler = new Scheduler({
3452
3423
  deferEvents: this.options.deferEvents
3453
3424
  });
3454
- this.initialized = false;
3455
- this.status = InterpreterStatus.Stopped;
3456
- this._initialState = void 0;
3457
- registry.free(this.sessionId);
3425
+ };
3426
+ Interpreter2.prototype.stop = function() {
3427
+ var _this = this;
3428
+ var scheduler = this.scheduler;
3429
+ this._stop();
3430
+ scheduler.schedule(function() {
3431
+ var _event = toSCXMLEvent({
3432
+ type: "xstate.stop"
3433
+ });
3434
+ var nextState = provide(_this, function() {
3435
+ var exitActions = flatten(__spreadArray([], __read(_this.state.configuration), false).sort(function(a2, b2) {
3436
+ return b2.order - a2.order;
3437
+ }).map(function(stateNode) {
3438
+ return toActionObjects$1(stateNode.onExit, _this.machine.options.actions);
3439
+ }));
3440
+ var _a2 = __read(resolveActions$1(_this.machine, _this.state, _this.state.context, _event, exitActions, _this.machine.config.predictableActionArguments ? _this._exec : void 0, _this.machine.config.predictableActionArguments || _this.machine.config.preserveActionOrder), 2), resolvedActions = _a2[0], updatedContext = _a2[1];
3441
+ var newState = new State({
3442
+ value: _this.state.value,
3443
+ context: updatedContext,
3444
+ _event,
3445
+ _sessionid: _this.sessionId,
3446
+ historyValue: void 0,
3447
+ history: _this.state,
3448
+ actions: resolvedActions.filter(function(action) {
3449
+ return action.type !== raise$3 && (action.type !== send$3 || !!action.to && action.to !== SpecialTargets.Internal);
3450
+ }),
3451
+ activities: {},
3452
+ events: [],
3453
+ configuration: [],
3454
+ transitions: [],
3455
+ children: {},
3456
+ done: _this.state.done,
3457
+ tags: _this.state.tags,
3458
+ machine: _this.machine
3459
+ });
3460
+ newState.changed = true;
3461
+ return newState;
3462
+ });
3463
+ _this.update(nextState, _event);
3464
+ _this.children.forEach(function(child) {
3465
+ if (isFunction$1(child.stop)) {
3466
+ child.stop();
3467
+ }
3468
+ });
3469
+ _this.children.clear();
3470
+ registry.free(_this.sessionId);
3471
+ });
3458
3472
  return this;
3459
3473
  };
3460
3474
  Interpreter2.prototype.batch = function(events) {
@@ -3465,7 +3479,7 @@ var Interpreter = /* @__PURE__ */ function() {
3465
3479
  throw new Error("".concat(events.length, ' event(s) were sent to uninitialized service "').concat(this.machine.id, '". Make sure .start() is called for this service, or set { deferEvents: true } in the service options.'));
3466
3480
  }
3467
3481
  this.scheduler.schedule(function() {
3468
- var e_12, _a2;
3482
+ var e_11, _a2;
3469
3483
  var nextState = _this.state;
3470
3484
  var batchChanged = false;
3471
3485
  var batchedActions = [];
@@ -3485,17 +3499,17 @@ var Interpreter = /* @__PURE__ */ function() {
3485
3499
  var event_1 = events_1_1.value;
3486
3500
  _loop_1(event_1);
3487
3501
  }
3488
- } catch (e_12_1) {
3489
- e_12 = {
3490
- error: e_12_1
3502
+ } catch (e_11_1) {
3503
+ e_11 = {
3504
+ error: e_11_1
3491
3505
  };
3492
3506
  } finally {
3493
3507
  try {
3494
3508
  if (events_1_1 && !events_1_1.done && (_a2 = events_1.return))
3495
3509
  _a2.call(events_1);
3496
3510
  } finally {
3497
- if (e_12)
3498
- throw e_12.error;
3511
+ if (e_11)
3512
+ throw e_11.error;
3499
3513
  }
3500
3514
  }
3501
3515
  nextState.changed = batchChanged;
@@ -3506,7 +3520,7 @@ var Interpreter = /* @__PURE__ */ function() {
3506
3520
  Interpreter2.prototype.sender = function(event) {
3507
3521
  return this.send.bind(this, event);
3508
3522
  };
3509
- Interpreter2.prototype.nextState = function(event) {
3523
+ Interpreter2.prototype._nextState = function(event) {
3510
3524
  var _this = this;
3511
3525
  var _event = toSCXMLEvent(event);
3512
3526
  if (_event.name.indexOf(errorPlatform$1) === 0 && !this.state.nextEvents.some(function(nextEvent) {
@@ -3515,12 +3529,15 @@ var Interpreter = /* @__PURE__ */ function() {
3515
3529
  throw _event.data.data;
3516
3530
  }
3517
3531
  var nextState = provide(this, function() {
3518
- return _this.machine.transition(_this.state, _event);
3532
+ return _this.machine.transition(_this.state, _event, void 0, _this.machine.config.predictableActionArguments ? _this._exec : void 0);
3519
3533
  });
3520
3534
  return nextState;
3521
3535
  };
3536
+ Interpreter2.prototype.nextState = function(event) {
3537
+ return this._nextState(event);
3538
+ };
3522
3539
  Interpreter2.prototype.forward = function(event) {
3523
- var e_13, _a2;
3540
+ var e_12, _a2;
3524
3541
  try {
3525
3542
  for (var _b = __values(this.forwardTo), _c = _b.next(); !_c.done; _c = _b.next()) {
3526
3543
  var id = _c.value;
@@ -3530,17 +3547,17 @@ var Interpreter = /* @__PURE__ */ function() {
3530
3547
  }
3531
3548
  child.send(event);
3532
3549
  }
3533
- } catch (e_13_1) {
3534
- e_13 = {
3535
- error: e_13_1
3550
+ } catch (e_12_1) {
3551
+ e_12 = {
3552
+ error: e_12_1
3536
3553
  };
3537
3554
  } finally {
3538
3555
  try {
3539
3556
  if (_c && !_c.done && (_a2 = _b.return))
3540
3557
  _a2.call(_b);
3541
3558
  } finally {
3542
- if (e_13)
3543
- throw e_13.error;
3559
+ if (e_12)
3560
+ throw e_12.error;
3544
3561
  }
3545
3562
  }
3546
3563
  };
@@ -3562,98 +3579,7 @@ var Interpreter = /* @__PURE__ */ function() {
3562
3579
  if (actionFunctionMap === void 0) {
3563
3580
  actionFunctionMap = this.machine.options.actions;
3564
3581
  }
3565
- var context = state.context, _event = state._event;
3566
- var actionOrExec = action.exec || getActionFunction$1(action.type, actionFunctionMap);
3567
- var exec = isFunction$1(actionOrExec) ? actionOrExec : actionOrExec ? actionOrExec.exec : action.exec;
3568
- if (exec) {
3569
- try {
3570
- return exec(context, _event.data, {
3571
- action,
3572
- state: this.state,
3573
- _event
3574
- });
3575
- } catch (err) {
3576
- if (this.parent) {
3577
- this.parent.send({
3578
- type: "xstate.error",
3579
- data: err
3580
- });
3581
- }
3582
- throw err;
3583
- }
3584
- }
3585
- switch (action.type) {
3586
- case send$3:
3587
- var sendAction = action;
3588
- if (typeof sendAction.delay === "number") {
3589
- this.defer(sendAction);
3590
- return;
3591
- } else {
3592
- if (sendAction.to) {
3593
- this.sendTo(sendAction._event, sendAction.to);
3594
- } else {
3595
- this.send(sendAction._event);
3596
- }
3597
- }
3598
- break;
3599
- case cancel$3:
3600
- this.cancel(action.sendId);
3601
- break;
3602
- case start$3: {
3603
- if (this.status !== InterpreterStatus.Running) {
3604
- return;
3605
- }
3606
- var activity = action.activity;
3607
- if (!this.state.activities[activity.id || activity.type]) {
3608
- break;
3609
- }
3610
- if (activity.type === ActionTypes.Invoke) {
3611
- var invokeSource = toInvokeSource$1(activity.src);
3612
- var serviceCreator = this.machine.options.services ? this.machine.options.services[invokeSource.type] : void 0;
3613
- var id = activity.id, data = activity.data;
3614
- var autoForward = "autoForward" in activity ? activity.autoForward : !!activity.forward;
3615
- if (!serviceCreator) {
3616
- return;
3617
- }
3618
- var resolvedData = data ? mapContext(data, context, _event) : void 0;
3619
- if (typeof serviceCreator === "string") {
3620
- return;
3621
- }
3622
- var source = isFunction$1(serviceCreator) ? serviceCreator(context, _event.data, {
3623
- data: resolvedData,
3624
- src: invokeSource,
3625
- meta: activity.meta
3626
- }) : serviceCreator;
3627
- if (!source) {
3628
- return;
3629
- }
3630
- var options = void 0;
3631
- if (isMachine(source)) {
3632
- source = resolvedData ? source.withContext(resolvedData) : source;
3633
- options = {
3634
- autoForward
3635
- };
3636
- }
3637
- this.spawn(source, id, options);
3638
- } else {
3639
- this.spawnActivity(activity);
3640
- }
3641
- break;
3642
- }
3643
- case stop$3: {
3644
- this.stopChild(action.activity.id);
3645
- break;
3646
- }
3647
- case log$2:
3648
- var label = action.label, value = action.value;
3649
- if (label) {
3650
- this.logger(label, value);
3651
- } else {
3652
- this.logger(value);
3653
- }
3654
- break;
3655
- }
3656
- return void 0;
3582
+ this._exec(action, state.context, state._event, actionFunctionMap);
3657
3583
  };
3658
3584
  Interpreter2.prototype.removeChild = function(childId) {
3659
3585
  var _a2;
@@ -3672,6 +3598,9 @@ var Interpreter = /* @__PURE__ */ function() {
3672
3598
  }
3673
3599
  };
3674
3600
  Interpreter2.prototype.spawn = function(entity, name, options) {
3601
+ if (this.status !== InterpreterStatus.Running) {
3602
+ return createDeferredActor(entity, name);
3603
+ }
3675
3604
  if (isPromiseLike(entity)) {
3676
3605
  return this.spawnPromise(Promise.resolve(entity), name);
3677
3606
  } else if (isFunction$1(entity)) {
@@ -4136,7 +4065,7 @@ var StateNode = /* @__PURE__ */ function() {
4136
4065
  var e_1, _a3;
4137
4066
  stateNode.order = order++;
4138
4067
  try {
4139
- for (var _b = __values(getChildren(stateNode)), _c = _b.next(); !_c.done; _c = _b.next()) {
4068
+ for (var _b = __values(getAllChildren(stateNode)), _c = _b.next(); !_c.done; _c = _b.next()) {
4140
4069
  var child = _c.value;
4141
4070
  dfs(child);
4142
4071
  }
@@ -4529,9 +4458,12 @@ var StateNode = /* @__PURE__ */ function() {
4529
4458
  return _this.getRelativeStateNodes(stateNode, state.historyValue);
4530
4459
  }));
4531
4460
  var isInternal = !!selectedTransition.internal;
4532
- var reentryNodes = isInternal ? [] : flatten(allNextStateNodes.map(function(n2) {
4533
- return _this.nodesFromChild(n2);
4534
- }));
4461
+ var reentryNodes = [];
4462
+ if (!isInternal) {
4463
+ nextStateNodes.forEach(function(targetNode) {
4464
+ reentryNodes.push.apply(reentryNodes, __spreadArray([], __read(_this.getExternalReentryNodes(targetNode)), false));
4465
+ });
4466
+ }
4535
4467
  return {
4536
4468
  transitions: [selectedTransition],
4537
4469
  entrySet: reentryNodes,
@@ -4541,40 +4473,26 @@ var StateNode = /* @__PURE__ */ function() {
4541
4473
  actions: actions2
4542
4474
  };
4543
4475
  };
4544
- StateNode2.prototype.nodesFromChild = function(childStateNode) {
4545
- if (childStateNode.escapes(this)) {
4546
- return [];
4547
- }
4476
+ StateNode2.prototype.getExternalReentryNodes = function(targetNode) {
4548
4477
  var nodes = [];
4549
- var marker = childStateNode;
4550
- while (marker && marker !== this) {
4478
+ var _a2 = __read(targetNode.order > this.order ? [targetNode, this] : [this, targetNode], 2), marker = _a2[0], possibleAncestor = _a2[1];
4479
+ while (marker && marker !== possibleAncestor) {
4551
4480
  nodes.push(marker);
4552
4481
  marker = marker.parent;
4553
4482
  }
4554
- nodes.push(this);
4555
- return nodes;
4556
- };
4557
- StateNode2.prototype.escapes = function(stateNode) {
4558
- if (this === stateNode) {
4559
- return false;
4560
- }
4561
- var parent = this.parent;
4562
- while (parent) {
4563
- if (parent === stateNode) {
4564
- return false;
4565
- }
4566
- parent = parent.parent;
4483
+ if (marker !== possibleAncestor) {
4484
+ return [];
4567
4485
  }
4568
- return true;
4486
+ nodes.push(possibleAncestor);
4487
+ return nodes;
4569
4488
  };
4570
- StateNode2.prototype.getActions = function(transition, currentContext, _event, prevState) {
4489
+ StateNode2.prototype.getActions = function(resolvedConfig, isDone, transition, currentContext, _event, prevState) {
4571
4490
  var e_4, _a2, e_5, _b;
4572
4491
  var prevConfig = getConfiguration([], prevState ? this.getStateNodes(prevState.value) : [this]);
4573
- var resolvedConfig = transition.configuration.length ? getConfiguration(prevConfig, transition.configuration) : prevConfig;
4574
4492
  try {
4575
4493
  for (var resolvedConfig_1 = __values(resolvedConfig), resolvedConfig_1_1 = resolvedConfig_1.next(); !resolvedConfig_1_1.done; resolvedConfig_1_1 = resolvedConfig_1.next()) {
4576
4494
  var sn = resolvedConfig_1_1.value;
4577
- if (!has(prevConfig, sn)) {
4495
+ if (!has(prevConfig, sn) || has(transition.entrySet, sn.parent)) {
4578
4496
  transition.entrySet.push(sn);
4579
4497
  }
4580
4498
  }
@@ -4649,9 +4567,19 @@ var StateNode = /* @__PURE__ */ function() {
4649
4567
  })), false);
4650
4568
  }))], 2), entryActions = _c[0], exitActions = _c[1];
4651
4569
  var actions2 = toActionObjects$1(exitActions.concat(transition.actions).concat(entryActions), this.machine.options.actions);
4570
+ if (isDone) {
4571
+ var stopActions = toActionObjects$1(flatten(__spreadArray([], __read(resolvedConfig), false).sort(function(a2, b2) {
4572
+ return b2.order - a2.order;
4573
+ }).map(function(stateNode) {
4574
+ return stateNode.onExit;
4575
+ })), this.machine.options.actions).filter(function(action) {
4576
+ return action.type !== raise$3 && (action.type !== send$3 || !!action.to && action.to !== SpecialTargets.Internal);
4577
+ });
4578
+ return actions2.concat(stopActions);
4579
+ }
4652
4580
  return actions2;
4653
4581
  };
4654
- StateNode2.prototype.transition = function(state, event, context) {
4582
+ StateNode2.prototype.transition = function(state, event, context, exec) {
4655
4583
  if (state === void 0) {
4656
4584
  state = this.initialState;
4657
4585
  }
@@ -4683,18 +4611,18 @@ var StateNode = /* @__PURE__ */ function() {
4683
4611
  var prevConfig = getConfiguration([], this.getStateNodes(currentState.value));
4684
4612
  var resolvedConfig = stateTransition.configuration.length ? getConfiguration(prevConfig, stateTransition.configuration) : prevConfig;
4685
4613
  stateTransition.configuration = __spreadArray([], __read(resolvedConfig), false);
4686
- return this.resolveTransition(stateTransition, currentState, currentState.context, _event);
4614
+ return this.resolveTransition(stateTransition, currentState, currentState.context, exec, _event);
4687
4615
  };
4688
- StateNode2.prototype.resolveRaisedTransition = function(state, _event, originalEvent) {
4616
+ StateNode2.prototype.resolveRaisedTransition = function(state, _event, originalEvent, predictableExec) {
4689
4617
  var _a2;
4690
4618
  var currentActions = state.actions;
4691
- state = this.transition(state, _event);
4619
+ state = this.transition(state, _event, void 0, predictableExec);
4692
4620
  state._event = originalEvent;
4693
4621
  state.event = originalEvent.data;
4694
4622
  (_a2 = state.actions).unshift.apply(_a2, __spreadArray([], __read(currentActions), false));
4695
4623
  return state;
4696
4624
  };
4697
- StateNode2.prototype.resolveTransition = function(stateTransition, currentState, context, _event) {
4625
+ StateNode2.prototype.resolveTransition = function(stateTransition, currentState, context, predictableExec, _event) {
4698
4626
  var e_6, _a2;
4699
4627
  var _this = this;
4700
4628
  if (_event === void 0) {
@@ -4702,9 +4630,11 @@ var StateNode = /* @__PURE__ */ function() {
4702
4630
  }
4703
4631
  var configuration = stateTransition.configuration;
4704
4632
  var willTransition = !currentState || stateTransition.transitions.length > 0;
4633
+ var resolvedConfiguration = willTransition ? stateTransition.configuration : currentState ? currentState.configuration : [];
4634
+ var isDone = isInFinalState(resolvedConfiguration, this);
4705
4635
  var resolvedStateValue = willTransition ? getValue(this.machine, configuration) : void 0;
4706
4636
  var historyValue = currentState ? currentState.historyValue ? currentState.historyValue : stateTransition.source ? this.machine.historyValue(currentState.value) : void 0 : void 0;
4707
- var actions2 = this.getActions(stateTransition, context, _event, currentState);
4637
+ var actions2 = this.getActions(new Set(resolvedConfiguration), isDone, stateTransition, context, _event, currentState);
4708
4638
  var activities = currentState ? __assign$1({}, currentState.activities) : {};
4709
4639
  try {
4710
4640
  for (var actions_1 = __values(actions2), actions_1_1 = actions_1.next(); !actions_1_1.done; actions_1_1 = actions_1.next()) {
@@ -4728,7 +4658,7 @@ var StateNode = /* @__PURE__ */ function() {
4728
4658
  throw e_6.error;
4729
4659
  }
4730
4660
  }
4731
- var _b = __read(resolveActions$1(this, currentState, context, _event, actions2, this.machine.config.preserveActionOrder), 2), resolvedActions = _b[0], updatedContext = _b[1];
4661
+ var _b = __read(resolveActions$1(this, currentState, context, _event, actions2, predictableExec, this.machine.config.predictableActionArguments || this.machine.config.preserveActionOrder), 2), resolvedActions = _b[0], updatedContext = _b[1];
4732
4662
  var _c = __read(partition(resolvedActions, function(action2) {
4733
4663
  return action2.type === raise$3 || action2.type === send$3 && action2.to === SpecialTargets.Internal;
4734
4664
  }), 2), raisedEvents = _c[0], nonRaisedActions = _c[1];
@@ -4740,8 +4670,6 @@ var StateNode = /* @__PURE__ */ function() {
4740
4670
  acc[action2.activity.id] = createInvocableActor(action2.activity, _this.machine, updatedContext, _event);
4741
4671
  return acc;
4742
4672
  }, currentState ? __assign$1({}, currentState.children) : {});
4743
- var resolvedConfiguration = willTransition ? stateTransition.configuration : currentState ? currentState.configuration : [];
4744
- var isDone = isInFinalState(resolvedConfiguration, this);
4745
4673
  var nextState = new State({
4746
4674
  value: resolvedStateValue || currentState.value,
4747
4675
  context: updatedContext,
@@ -4765,22 +4693,22 @@ var StateNode = /* @__PURE__ */ function() {
4765
4693
  if (history) {
4766
4694
  delete history.history;
4767
4695
  }
4768
- var isTransient = !isDone && (this._transient || configuration.some(function(stateNode) {
4696
+ var hasAlwaysTransitions = !isDone && (this._transient || configuration.some(function(stateNode) {
4769
4697
  return stateNode._transient;
4770
4698
  }));
4771
- if (!willTransition && (!isTransient || _event.name === NULL_EVENT)) {
4699
+ if (!willTransition && (!hasAlwaysTransitions || _event.name === NULL_EVENT)) {
4772
4700
  return nextState;
4773
4701
  }
4774
4702
  var maybeNextState = nextState;
4775
4703
  if (!isDone) {
4776
- if (isTransient) {
4704
+ if (hasAlwaysTransitions) {
4777
4705
  maybeNextState = this.resolveRaisedTransition(maybeNextState, {
4778
4706
  type: nullEvent$1
4779
- }, _event);
4707
+ }, _event, predictableExec);
4780
4708
  }
4781
4709
  while (raisedEvents.length) {
4782
4710
  var raisedEvent = raisedEvents.shift();
4783
- maybeNextState = this.resolveRaisedTransition(maybeNextState, raisedEvent._event, _event);
4711
+ maybeNextState = this.resolveRaisedTransition(maybeNextState, raisedEvent._event, _event, predictableExec);
4784
4712
  }
4785
4713
  }
4786
4714
  var changed = maybeNextState.changed || (history ? !!maybeNextState.actions.length || didUpdateContext || typeof history.value !== typeof maybeNextState.value || !stateValuesEqual(maybeNextState.value, history.value) : void 0);
@@ -4901,7 +4829,7 @@ var StateNode = /* @__PURE__ */ function() {
4901
4829
  var configuration = this.getStateNodes(stateValue);
4902
4830
  return this.resolveTransition({
4903
4831
  configuration,
4904
- entrySet: configuration,
4832
+ entrySet: __spreadArray([], __read(configuration), false),
4905
4833
  exitSet: [],
4906
4834
  transitions: [],
4907
4835
  source: void 0,
@@ -5207,7 +5135,12 @@ var StateNode = /* @__PURE__ */ function() {
5207
5135
  };
5208
5136
  return StateNode2;
5209
5137
  }();
5138
+ var warned = false;
5210
5139
  function createMachine(config, options) {
5140
+ if (!IS_PRODUCTION$1 && !config.predictableActionArguments && !warned) {
5141
+ warned = true;
5142
+ console.warn("It is highly recommended to set `predictableActionArguments` to `true` when using `createMachine`. https://xstate.js.org/docs/guides/actions.html");
5143
+ }
5211
5144
  return new StateNode(config, options);
5212
5145
  }
5213
5146
  var assign$2 = assign$3, sendUpdate$1 = sendUpdate$2, forwardTo$1 = forwardTo$2;
@@ -5916,16 +5849,14 @@ environment$1.IS_PRODUCTION = IS_PRODUCTION;
5916
5849
  return src;
5917
5850
  }
5918
5851
  function toObserver2(nextHandler, errorHandler, completionHandler) {
5919
- if (typeof nextHandler === "object") {
5920
- return nextHandler;
5921
- }
5922
5852
  var noop2 = function() {
5923
- return void 0;
5924
5853
  };
5854
+ var isObserver = typeof nextHandler === "object";
5855
+ var self2 = isObserver ? nextHandler : null;
5925
5856
  return {
5926
- next: nextHandler,
5927
- error: errorHandler || noop2,
5928
- complete: completionHandler || noop2
5857
+ next: ((isObserver ? nextHandler.next : nextHandler) || noop2).bind(self2),
5858
+ error: ((isObserver ? nextHandler.error : errorHandler) || noop2).bind(self2),
5859
+ complete: ((isObserver ? nextHandler.complete : completionHandler) || noop2).bind(self2)
5929
5860
  };
5930
5861
  }
5931
5862
  function createInvokeId2(stateNodeId, index2) {
@@ -6220,6 +6151,20 @@ function pure(getActions) {
6220
6151
  };
6221
6152
  }
6222
6153
  function forwardTo(target, options) {
6154
+ if (!environment.IS_PRODUCTION && (!target || typeof target === "function")) {
6155
+ var originalTarget_1 = target;
6156
+ target = function() {
6157
+ var args = [];
6158
+ for (var _i = 0; _i < arguments.length; _i++) {
6159
+ args[_i] = arguments[_i];
6160
+ }
6161
+ var resolvedTarget = typeof originalTarget_1 === "function" ? originalTarget_1.apply(void 0, _tslib.__spreadArray([], _tslib.__read(args), false)) : originalTarget_1;
6162
+ if (!resolvedTarget) {
6163
+ throw new Error("Attempted to forward event to undefined actor. This risks an infinite loop in the sender.");
6164
+ }
6165
+ return resolvedTarget;
6166
+ };
6167
+ }
6223
6168
  return send(function(_2, event) {
6224
6169
  return event;
6225
6170
  }, _tslib.__assign(_tslib.__assign({}, options), {
@@ -6242,7 +6187,7 @@ function choose(conds) {
6242
6187
  conds
6243
6188
  };
6244
6189
  }
6245
- function resolveActions(machine, currentState, currentContext, _event, actions2, preserveActionOrder) {
6190
+ function resolveActions(machine, currentState, currentContext, _event, actions2, predictableExec, preserveActionOrder) {
6246
6191
  if (preserveActionOrder === void 0) {
6247
6192
  preserveActionOrder = false;
6248
6193
  }
@@ -6254,26 +6199,33 @@ function resolveActions(machine, currentState, currentContext, _event, actions2,
6254
6199
  var resolvedActions = utils$2.flatten(otherActions.map(function(actionObject) {
6255
6200
  var _a3;
6256
6201
  switch (actionObject.type) {
6257
- case actionTypes.raise:
6202
+ case actionTypes.raise: {
6258
6203
  return resolveRaise(actionObject);
6204
+ }
6259
6205
  case actionTypes.send:
6260
6206
  var sendAction = resolveSend(actionObject, updatedContext, _event, machine.options.delays);
6261
6207
  if (!environment.IS_PRODUCTION) {
6262
6208
  utils$2.warn(!utils$2.isString(actionObject.delay) || typeof sendAction.delay === "number", "No delay reference for delay expression '".concat(actionObject.delay, "' was found on machine '").concat(machine.id, "'"));
6263
6209
  }
6210
+ if (sendAction.to !== types.SpecialTargets.Internal) {
6211
+ predictableExec === null || predictableExec === void 0 ? void 0 : predictableExec(sendAction, updatedContext, _event);
6212
+ }
6264
6213
  return sendAction;
6265
- case actionTypes.log:
6266
- return resolveLog(actionObject, updatedContext, _event);
6214
+ case actionTypes.log: {
6215
+ var resolved = resolveLog(actionObject, updatedContext, _event);
6216
+ predictableExec === null || predictableExec === void 0 ? void 0 : predictableExec(resolved, updatedContext, _event);
6217
+ return resolved;
6218
+ }
6267
6219
  case actionTypes.choose: {
6268
6220
  var chooseAction = actionObject;
6269
6221
  var matchedActions = (_a3 = chooseAction.conds.find(function(condition) {
6270
6222
  var guard = utils$2.toGuard(condition.cond, machine.options.guards);
6271
- return !guard || utils$2.evaluateGuard(machine, guard, updatedContext, _event, currentState);
6223
+ return !guard || utils$2.evaluateGuard(machine, guard, updatedContext, _event, !predictableExec ? currentState : void 0);
6272
6224
  })) === null || _a3 === void 0 ? void 0 : _a3.actions;
6273
6225
  if (!matchedActions) {
6274
6226
  return [];
6275
6227
  }
6276
- var _b = _tslib.__read(resolveActions(machine, currentState, updatedContext, _event, toActionObjects(utils$2.toArray(matchedActions), machine.options.actions), preserveActionOrder), 2), resolvedActionsFromChoose = _b[0], resolvedContextFromChoose = _b[1];
6228
+ var _b = _tslib.__read(resolveActions(machine, currentState, updatedContext, _event, toActionObjects(utils$2.toArray(matchedActions), machine.options.actions), predictableExec, preserveActionOrder), 2), resolvedActionsFromChoose = _b[0], resolvedContextFromChoose = _b[1];
6277
6229
  updatedContext = resolvedContextFromChoose;
6278
6230
  preservedContexts === null || preservedContexts === void 0 ? void 0 : preservedContexts.push(updatedContext);
6279
6231
  return resolvedActionsFromChoose;
@@ -6283,23 +6235,27 @@ function resolveActions(machine, currentState, currentContext, _event, actions2,
6283
6235
  if (!matchedActions) {
6284
6236
  return [];
6285
6237
  }
6286
- var _c = _tslib.__read(resolveActions(machine, currentState, updatedContext, _event, toActionObjects(utils$2.toArray(matchedActions), machine.options.actions), preserveActionOrder), 2), resolvedActionsFromPure = _c[0], resolvedContext = _c[1];
6238
+ var _c = _tslib.__read(resolveActions(machine, currentState, updatedContext, _event, toActionObjects(utils$2.toArray(matchedActions), machine.options.actions), predictableExec, preserveActionOrder), 2), resolvedActionsFromPure = _c[0], resolvedContext = _c[1];
6287
6239
  updatedContext = resolvedContext;
6288
6240
  preservedContexts === null || preservedContexts === void 0 ? void 0 : preservedContexts.push(updatedContext);
6289
6241
  return resolvedActionsFromPure;
6290
6242
  }
6291
6243
  case actionTypes.stop: {
6292
- return resolveStop(actionObject, updatedContext, _event);
6244
+ var resolved = resolveStop(actionObject, updatedContext, _event);
6245
+ predictableExec === null || predictableExec === void 0 ? void 0 : predictableExec(resolved, updatedContext, _event);
6246
+ return resolved;
6293
6247
  }
6294
6248
  case actionTypes.assign: {
6295
- updatedContext = utils$2.updateContext(updatedContext, _event, [actionObject], currentState);
6249
+ updatedContext = utils$2.updateContext(updatedContext, _event, [actionObject], !predictableExec ? currentState : void 0);
6296
6250
  preservedContexts === null || preservedContexts === void 0 ? void 0 : preservedContexts.push(updatedContext);
6297
6251
  break;
6298
6252
  }
6299
6253
  default:
6300
6254
  var resolvedActionObject = toActionObject(actionObject, machine.options.actions);
6301
6255
  var exec_1 = resolvedActionObject.exec;
6302
- if (exec_1 && preservedContexts) {
6256
+ if (predictableExec) {
6257
+ predictableExec(resolvedActionObject, updatedContext, _event);
6258
+ } else if (exec_1 && preservedContexts) {
6303
6259
  var contextIndex_1 = preservedContexts.length - 1;
6304
6260
  resolvedActionObject = _tslib.__assign(_tslib.__assign({}, resolvedActionObject), {
6305
6261
  exec: function(_ctx) {
@@ -6349,63 +6305,63 @@ var stop_1 = actions.stop = stop;
6349
6305
  actions.toActionObject = toActionObject;
6350
6306
  actions.toActionObjects = toActionObjects;
6351
6307
  actions.toActivityDefinition = toActivityDefinition;
6352
- var t$1 = function(e2) {
6353
- return stop_1(e2);
6354
- }, o$1 = assign_1({ attributeToVerify: function(e2) {
6355
- } }), u = assign_1({ challengeName: function(e2) {
6356
- } }), a = assign_1({ requiredAttributes: function(e2) {
6357
- } }), i = assign_1({ remoteError: function(e2) {
6308
+ var t$1 = function(r2) {
6309
+ return stop_1(r2);
6310
+ }, u = assign_1({ attributeToVerify: function(r2) {
6311
+ } }), o$1 = assign_1({ challengeName: function(r2) {
6312
+ } }), a = assign_1({ requiredAttributes: function(r2) {
6313
+ } }), i = assign_1({ remoteError: function(r2) {
6358
6314
  return "";
6359
- } }), c = assign_1({ formValues: function(e2) {
6315
+ } }), c = assign_1({ formValues: function(r2) {
6360
6316
  return {};
6361
- } }), s$2 = assign_1({ touched: function(e2) {
6317
+ } }), s$1 = assign_1({ touched: function(r2) {
6362
6318
  return {};
6363
- } }), l = assign_1({ unverifiedAttributes: function(e2) {
6364
- } }), d = assign_1({ username: function(e2) {
6365
- } }), f$1 = assign_1({ validationError: function(e2) {
6319
+ } }), l = assign_1({ unverifiedAttributes: function(r2) {
6320
+ } }), d = assign_1({ username: function(r2) {
6321
+ } }), f$1 = assign_1({ validationError: function(r2) {
6366
6322
  return {};
6367
- } }), m = assign_1({ challengeName: function(e2, r2) {
6323
+ } }), m = assign_1({ challengeName: function(r2, e2) {
6368
6324
  var n2;
6369
- return (n2 = r2.data) === null || n2 === void 0 ? void 0 : n2.challengeName;
6370
- } }), v = assign_1({ requiredAttributes: function(e2, r2) {
6325
+ return (n2 = e2.data) === null || n2 === void 0 ? void 0 : n2.challengeName;
6326
+ } }), v = assign_1({ requiredAttributes: function(r2, e2) {
6371
6327
  var n2, t2;
6372
- return (t2 = (n2 = r2.data) === null || n2 === void 0 ? void 0 : n2.challengeParam) === null || t2 === void 0 ? void 0 : t2.requiredAttributes;
6373
- } }), h = assign_1({ redirectIntent: function(e2) {
6328
+ return (t2 = (n2 = e2.data) === null || n2 === void 0 ? void 0 : n2.challengeParam) === null || t2 === void 0 ? void 0 : t2.requiredAttributes;
6329
+ } }), h = assign_1({ redirectIntent: function(r2) {
6374
6330
  return "confirmPasswordReset";
6375
- } }), b = assign_1({ redirectIntent: function(e2) {
6331
+ } }), V = assign_1({ redirectIntent: function(r2) {
6376
6332
  return "confirmSignUp";
6377
- } }), V = assign_1({ authAttributes: function(e2, r2) {
6378
- var n2, t2, o2 = e2.loginMechanisms[0];
6379
- return { username: (n2 = e2.formValues[o2]) !== null && n2 !== void 0 ? n2 : e2.formValues.username, password: (t2 = e2.formValues) === null || t2 === void 0 ? void 0 : t2.password };
6380
- } }), p$1 = assign_1({ validationError: function(e2, r2) {
6381
- return r2.data;
6382
- } }), g = assign_1({ remoteError: function(e2, r2) {
6333
+ } }), b = assign_1({ authAttributes: function(r2, e2) {
6334
+ var n2, t2, u2 = r2.loginMechanisms[0];
6335
+ return { username: (n2 = r2.formValues[u2]) !== null && n2 !== void 0 ? n2 : r2.formValues.username, password: (t2 = r2.formValues) === null || t2 === void 0 ? void 0 : t2.password };
6336
+ } }), p$1 = assign_1({ validationError: function(r2, e2) {
6337
+ return e2.data;
6338
+ } }), g = assign_1({ remoteError: function(r2, e2) {
6383
6339
  var n2;
6384
- return r2.data.name === "NoUserPoolError" ? "Configuration error (see console) \u2013 please contact the administrator" : ((n2 = r2.data) === null || n2 === void 0 ? void 0 : n2.message) || r2.data;
6385
- } }), _ = assign_1({ unverifiedAttributes: function(e2, r2) {
6386
- return r2.data.unverified;
6387
- } }), A = assign_1({ user: function(e2, r2) {
6388
- return r2.data.user || r2.data;
6389
- } }), y = assign_1({ username: function(e2, r2) {
6390
- var n2 = e2.formValues, t2 = n2.username, o2 = n2.country_code;
6391
- return o2 && (t2 = "".concat(o2).concat(t2)), t2;
6392
- } }), E$1 = assign_1({ codeDeliveryDetails: function(e2, r2) {
6393
- return r2.data.codeDeliveryDetails;
6394
- } }), D = assign_1({ authAttributes: function(e2, r2) {
6395
- return { username: e2.formValues.username };
6396
- } }), N = assign_1({ formValues: function(r2, n2) {
6397
- var t2, o2 = n2.data, u2 = o2.name, a2 = o2.value;
6398
- return t$3(t$3({}, r2.formValues), ((t2 = {})[u2] = a2, t2));
6399
- } }), q = assign_1({ formValues: function(r2, n2) {
6400
- return t$3(t$3({}, r2.formValues), n2.data);
6401
- } }), w = assign_1({ touched: function(r2, n2) {
6402
- var t2, o2 = n2.data.name;
6403
- return t$3(t$3({}, r2.touched), ((t2 = {})["".concat(o2)] = true, t2));
6404
- } }), P = assign_1({ formValues: function(r2, n2) {
6405
- var t2, o2, u2 = r2.loginMechanisms[0], a2 = u2 === void 0 ? "username" : u2;
6406
- if (!r2.formValues.phone_number && a2 !== "phone_number")
6407
- return r2.formValues;
6408
- var i2 = r2.formValues, c2 = r2.country_code, s2 = i2.phone_number ? "phone_number" : "username", l2 = "".concat((o2 = i2.country_code) !== null && o2 !== void 0 ? o2 : c2).concat(i2[s2]).replace(/[^A-Z0-9+]/gi, ""), d2 = t$3(t$3({}, i2), ((t2 = {})[s2] = l2, t2));
6340
+ return e2.data.name === "NoUserPoolError" ? "Configuration error (see console) \u2013 please contact the administrator" : ((n2 = e2.data) === null || n2 === void 0 ? void 0 : n2.message) || e2.data;
6341
+ } }), A = assign_1({ unverifiedAttributes: function(r2, e2) {
6342
+ return e2.data.unverified;
6343
+ } }), _ = assign_1({ user: function(r2, e2) {
6344
+ return e2.data.user || e2.data;
6345
+ } }), y = assign_1({ username: function(r2, e2) {
6346
+ var n2 = r2.formValues, t2 = n2.username, u2 = n2.country_code;
6347
+ return u2 && (t2 = "".concat(u2).concat(t2)), t2;
6348
+ } }), E$1 = assign_1({ codeDeliveryDetails: function(r2, e2) {
6349
+ return e2.data.codeDeliveryDetails;
6350
+ } }), D = assign_1({ authAttributes: function(r2, e2) {
6351
+ return { username: r2.formValues.username };
6352
+ } }), N = assign_1({ formValues: function(e2, n2) {
6353
+ var t2, u2 = n2.data, o2 = u2.name, a2 = u2.value;
6354
+ return __assign$2(__assign$2({}, e2.formValues), ((t2 = {})[o2] = a2, t2));
6355
+ } }), q = assign_1({ formValues: function(e2, n2) {
6356
+ return __assign$2(__assign$2({}, e2.formValues), n2.data);
6357
+ } }), w = assign_1({ touched: function(e2, n2) {
6358
+ var t2, u2 = n2.data.name;
6359
+ return __assign$2(__assign$2({}, e2.touched), ((t2 = {})["".concat(u2)] = true, t2));
6360
+ } }), P = assign_1({ formValues: function(e2, n2) {
6361
+ var t2, u2, o2 = e2.loginMechanisms[0], a2 = o2 === void 0 ? "username" : o2;
6362
+ if (!e2.formValues.phone_number && a2 !== "phone_number")
6363
+ return e2.formValues;
6364
+ var i2 = e2.formValues, c2 = e2.country_code, s2 = i2.phone_number ? "phone_number" : "username", l2 = "".concat((u2 = i2.country_code) !== null && u2 !== void 0 ? u2 : c2).concat(i2[s2]).replace(/[^A-Z0-9+]/gi, ""), d2 = __assign$2(__assign$2({}, i2), ((t2 = {})[s2] = l2, t2));
6409
6365
  return delete d2.country_code, d2;
6410
6366
  } });
6411
6367
  var isArray$7 = isArray_1, isSymbol$2 = isSymbol_1;
@@ -6793,57 +6749,57 @@ var merge = createAssigner(function(object, source, srcIndex) {
6793
6749
  baseMerge(object, source, srcIndex);
6794
6750
  });
6795
6751
  var merge_1 = merge;
6796
- var s$1 = function(s2, n2, m2, l2) {
6797
- return n$6(void 0, void 0, void 0, function() {
6798
- var r2, a2;
6799
- return r$4(this, function(o$12) {
6752
+ var n = function(n2, s2, m2, a2) {
6753
+ return __awaiter(void 0, void 0, void 0, function() {
6754
+ var r2, l2;
6755
+ return __generator(this, function(o$12) {
6800
6756
  switch (o$12.label) {
6801
6757
  case 0:
6802
- return [4, Promise.all(l2.map(function(r3) {
6803
- return r3(s2, n2, m2);
6758
+ return [4, Promise.all(a2.map(function(r3) {
6759
+ return r3(n2, s2, m2);
6804
6760
  }))];
6805
6761
  case 1:
6806
- return r2 = o$12.sent(), a2 = merge_1.apply(void 0, o$9([{}], r2, false)), o(a2) ? [2, Promise.resolve()] : [2, Promise.reject(a2)];
6762
+ return r2 = o$12.sent(), l2 = merge_1.apply(void 0, __spreadArray$1([{}], r2, false)), o(l2) ? [2, Promise.resolve()] : [2, Promise.reject(l2)];
6807
6763
  }
6808
6764
  });
6809
6765
  });
6810
6766
  };
6811
6767
  var s = { getAmplifyConfig: function() {
6812
- return n$6(this, void 0, void 0, function() {
6813
- return r$4(this, function(t2) {
6768
+ return __awaiter(this, void 0, void 0, function() {
6769
+ return __generator(this, function(t2) {
6814
6770
  return [2, Amplify.configure()];
6815
6771
  });
6816
6772
  });
6817
6773
  }, getCurrentUser: function() {
6818
- return n$6(this, void 0, void 0, function() {
6819
- return r$4(this, function(t2) {
6774
+ return __awaiter(this, void 0, void 0, function() {
6775
+ return __generator(this, function(t2) {
6820
6776
  return [2, Auth.currentAuthenticatedUser()];
6821
6777
  });
6822
6778
  });
6823
6779
  }, handleSignUp: function(r2) {
6824
- return n$6(this, void 0, void 0, function() {
6825
- return r$4(this, function(t2) {
6780
+ return __awaiter(this, void 0, void 0, function() {
6781
+ return __generator(this, function(t2) {
6826
6782
  return [2, Auth.signUp(r2)];
6827
6783
  });
6828
6784
  });
6829
6785
  }, handleSignIn: function(r2) {
6830
6786
  var o2 = r2.username, s2 = r2.password;
6831
- return n$6(this, void 0, void 0, function() {
6832
- return r$4(this, function(t2) {
6787
+ return __awaiter(this, void 0, void 0, function() {
6788
+ return __generator(this, function(t2) {
6833
6789
  return [2, Auth.signIn(o2, s2)];
6834
6790
  });
6835
6791
  });
6836
6792
  }, handleConfirmSignIn: function(r2) {
6837
6793
  var o2 = r2.user, s2 = r2.code, e2 = r2.mfaType;
6838
- return n$6(this, void 0, void 0, function() {
6839
- return r$4(this, function(t2) {
6794
+ return __awaiter(this, void 0, void 0, function() {
6795
+ return __generator(this, function(t2) {
6840
6796
  return [2, Auth.confirmSignIn(o2, s2, e2)];
6841
6797
  });
6842
6798
  });
6843
6799
  }, handleConfirmSignUp: function(r2) {
6844
6800
  var o2 = r2.username, s2 = r2.code;
6845
- return n$6(this, void 0, void 0, function() {
6846
- return r$4(this, function(t2) {
6801
+ return __awaiter(this, void 0, void 0, function() {
6802
+ return __generator(this, function(t2) {
6847
6803
  switch (t2.label) {
6848
6804
  case 0:
6849
6805
  return [4, Auth.confirmSignUp(o2, s2)];
@@ -6854,27 +6810,27 @@ var s = { getAmplifyConfig: function() {
6854
6810
  });
6855
6811
  }, handleForgotPasswordSubmit: function(r2) {
6856
6812
  var o2 = r2.username, s2 = r2.code, e2 = r2.password;
6857
- return n$6(this, void 0, void 0, function() {
6858
- return r$4(this, function(t2) {
6813
+ return __awaiter(this, void 0, void 0, function() {
6814
+ return __generator(this, function(t2) {
6859
6815
  return [2, Auth.forgotPasswordSubmit(o2, s2, e2)];
6860
6816
  });
6861
6817
  });
6862
6818
  }, handleForgotPassword: function(r2) {
6863
- return n$6(this, void 0, void 0, function() {
6864
- return r$4(this, function(t2) {
6819
+ return __awaiter(this, void 0, void 0, function() {
6820
+ return __generator(this, function(t2) {
6865
6821
  return [2, Auth.forgotPassword(r2)];
6866
6822
  });
6867
6823
  });
6868
6824
  }, validateCustomSignUp: function(r2, i2) {
6869
- return n$6(this, void 0, void 0, function() {
6870
- return r$4(this, function(t2) {
6825
+ return __awaiter(this, void 0, void 0, function() {
6826
+ return __generator(this, function(t2) {
6871
6827
  return [2];
6872
6828
  });
6873
6829
  });
6874
6830
  }, validateFormPassword: function(r2, i2, s2) {
6875
- return n$6(this, void 0, void 0, function() {
6831
+ return __awaiter(this, void 0, void 0, function() {
6876
6832
  var t2, e2, u2, a2;
6877
- return r$4(this, function(n2) {
6833
+ return __generator(this, function(n2) {
6878
6834
  return t2 = r2.password, i2.password && s2 ? (e2 = [], u2 = +(s2 == null ? void 0 : s2.passwordPolicyMinLength), t2.length < u2 && e2.push("Password must have at least ".concat(u2, " characters")), (a2 = s2 == null ? void 0 : s2.passwordPolicyCharacters) == null || a2.forEach(function(n3) {
6879
6835
  switch (n3) {
6880
6836
  case "REQUIRES_LOWERCASE":
@@ -6893,26 +6849,26 @@ var s = { getAmplifyConfig: function() {
6893
6849
  });
6894
6850
  });
6895
6851
  }, validateConfirmPassword: function(r2, i2) {
6896
- return n$6(this, void 0, void 0, function() {
6852
+ return __awaiter(this, void 0, void 0, function() {
6897
6853
  var t2, o2, s2, e2;
6898
- return r$4(this, function(n2) {
6854
+ return __generator(this, function(n2) {
6899
6855
  return t2 = r2.password, o2 = r2.confirm_password, s2 = i2.confirm_password, e2 = i2.password, t2 || o2 ? (t2 || o2) && t2 !== o2 && (s2 && e2 || (t2 == null ? void 0 : t2.length) >= 6 && (o2 == null ? void 0 : o2.length) >= 6) ? [2, { confirm_password: "Your passwords must match" }] : [2] : [2, null];
6900
6856
  });
6901
6857
  });
6902
6858
  }, validatePreferredUsername: function(r2, i2) {
6903
- return n$6(this, void 0, void 0, function() {
6904
- return r$4(this, function(t2) {
6859
+ return __awaiter(this, void 0, void 0, function() {
6860
+ return __generator(this, function(t2) {
6905
6861
  return [2];
6906
6862
  });
6907
6863
  });
6908
6864
  } };
6909
6865
  function k(k2) {
6910
- var j = k2.services;
6911
- return createMachine({ initial: "init", id: "signInActor", states: { init: { always: [{ target: "autoSignIn", cond: "shouldAutoSignIn" }, { target: "signIn" }] }, signIn: { initial: "edit", exit: ["clearFormValues", "clearTouched"], states: { edit: { entry: "sendUpdate", on: { SUBMIT: { actions: "handleSubmit", target: "submit" }, CHANGE: { actions: "handleInput" }, FEDERATED_SIGN_IN: "federatedSignIn" } }, federatedSignIn: { tags: ["pending"], entry: ["sendUpdate", "clearError"], invoke: { src: "federatedSignIn", onError: { actions: "setRemoteError" } } }, submit: { tags: ["pending"], entry: ["parsePhoneNumber", "clearError", "sendUpdate"], invoke: { src: "signIn", onDone: [{ cond: "shouldSetupTOTP", actions: ["setUser", "setChallengeName"], target: "#signInActor.setupTOTP" }, { cond: "shouldConfirmSignIn", actions: ["setUser", "setChallengeName"], target: "#signInActor.confirmSignIn" }, { cond: "shouldForceChangePassword", actions: ["setUser", "setChallengeName", "setRequiredAttributes"], target: "#signInActor.forceNewPassword" }, { actions: "setUser", target: "verifying" }], onError: [{ cond: "shouldRedirectToConfirmSignUp", actions: ["setCredentials", "setConfirmSignUpIntent"], target: "rejected" }, { cond: "shouldRedirectToConfirmResetPassword", actions: ["setUsernameAuthAttributes", "setConfirmResetPasswordIntent"], target: "rejected" }, { actions: "setRemoteError", target: "edit" }] } }, verifying: { tags: ["pending"], entry: ["clearError", "sendUpdate"], invoke: { src: "checkVerifiedContact", onDone: [{ cond: "shouldRequestVerification", target: "#signInActor.verifyUser", actions: "setUnverifiedAttributes" }, { target: "resolved" }], onError: { actions: "setRemoteError", target: "edit" } } }, resolved: { always: "#signInActor.resolved" }, rejected: { always: "#signInActor.rejected" } } }, autoSignIn: { initial: "submit", states: { submit: { tags: ["pending"], entry: ["clearError", "sendUpdate"], invoke: { src: "signIn", onDone: [{ cond: "shouldSetupTOTP", actions: ["setUser", "setChallengeName"], target: "#signInActor.setupTOTP" }, { cond: "shouldConfirmSignIn", actions: ["setUser", "setChallengeName"], target: "#signInActor.confirmSignIn" }, { cond: "shouldForceChangePassword", actions: ["setUser", "setChallengeName", "setRequiredAttributes"], target: "#signInActor.forceNewPassword" }, { actions: "setUser", target: "#signInActor.resolved" }], onError: [{ cond: "shouldRedirectToConfirmSignUp", actions: ["setCredentials", "setConfirmSignUpIntent"], target: "#signInActor.rejected" }, { cond: "shouldRedirectToConfirmResetPassword", actions: ["setUsernameAuthAttributes", "setConfirmResetPasswordIntent"], target: "#signInActor.rejected" }, { actions: "setRemoteError", target: "#signInActor.signIn" }] } } } }, confirmSignIn: { initial: "edit", exit: ["clearFormValues", "clearError", "clearTouched"], states: { edit: { entry: "sendUpdate", on: { SUBMIT: { actions: "handleSubmit", target: "submit" }, SIGN_IN: "#signInActor.signIn", CHANGE: { actions: "handleInput" } } }, submit: { tags: ["pending"], entry: ["clearError", "sendUpdate"], invoke: { src: "confirmSignIn", onDone: { target: "#signInActor.resolved", actions: ["setUser", "clearChallengeName", "clearRequiredAttributes"] }, onError: { target: "edit", actions: "setRemoteError" } } } } }, forceNewPassword: { type: "parallel", exit: ["clearFormValues", "clearError", "clearTouched"], states: { validation: { initial: "pending", states: { pending: { invoke: { src: "validateFields", onDone: { target: "valid", actions: "clearValidationError" }, onError: { target: "invalid", actions: "setFieldErrors" } } }, valid: { entry: "sendUpdate" }, invalid: { entry: "sendUpdate" } }, on: { SIGN_IN: "#signInActor.signIn", CHANGE: { actions: "handleInput", target: ".pending" }, BLUR: { actions: "handleBlur", target: ".pending" } } }, submit: { initial: "idle", entry: "clearError", states: { idle: { entry: "sendUpdate", on: { SUBMIT: { actions: "handleSubmit", target: "validate" } } }, validate: { entry: "sendUpdate", invoke: { src: "validateFields", onDone: { target: "pending", actions: "clearValidationError" }, onError: { target: "idle", actions: "setFieldErrors" } } }, pending: { tags: ["pending"], entry: ["sendUpdate", "clearError"], invoke: { src: "forceNewPassword", onDone: [{ cond: "shouldConfirmSignIn", actions: ["setUser", "setChallengeName"], target: "#signInActor.confirmSignIn" }, { cond: "shouldSetupTOTP", actions: ["setUser", "setChallengeName"], target: "#signInActor.setupTOTP" }, { target: "resolved", actions: ["setUser", "setCredentials"] }], onError: { target: "idle", actions: "setRemoteError" } } }, resolved: { type: "final", always: "#signInActor.resolved" } } } } }, setupTOTP: { initial: "edit", exit: ["clearFormValues", "clearError", "clearTouched"], states: { edit: { entry: "sendUpdate", on: { SUBMIT: { actions: "handleSubmit", target: "submit" }, SIGN_IN: "#signInActor.signIn", CHANGE: { actions: "handleInput" } } }, submit: { tags: ["pending"], entry: ["sendUpdate", "clearError"], invoke: { src: "verifyTotpToken", onDone: { actions: ["setUser", "clearChallengeName", "clearRequiredAttributes"], target: "#signInActor.resolved" }, onError: { actions: "setRemoteError", target: "edit" } } } } }, verifyUser: { initial: "edit", exit: ["clearFormValues", "clearError", "clearTouched"], states: { edit: { entry: "sendUpdate", on: { SUBMIT: { actions: "handleSubmit", target: "submit" }, SKIP: "#signInActor.resolved", CHANGE: { actions: "handleInput" } } }, submit: { tags: ["pending"], entry: "clearError", invoke: { src: "verifyUser", onDone: { target: "#signInActor.confirmVerifyUser" }, onError: { actions: "setRemoteError", target: "edit" } } } } }, confirmVerifyUser: { initial: "edit", exit: ["clearFormValues", "clearError", "clearUnverifiedAttributes", "clearAttributeToVerify", "clearTouched"], states: { edit: { entry: "sendUpdate", on: { SUBMIT: { actions: "handleSubmit", target: "submit" }, SKIP: "#signInActor.resolved", CHANGE: { actions: "handleInput" } } }, submit: { tags: ["pending"], entry: "clearError", invoke: { src: "confirmVerifyUser", onDone: { target: "#signInActor.resolved" }, onError: { actions: "setRemoteError", target: "edit" } } } } }, resolved: { type: "final", data: function(e2) {
6866
+ var D$1 = k2.services;
6867
+ return createMachine({ initial: "init", id: "signInActor", states: { init: { always: [{ target: "autoSignIn", cond: "shouldAutoSignIn" }, { target: "signIn" }] }, signIn: { initial: "edit", exit: ["clearFormValues", "clearTouched"], states: { edit: { entry: "sendUpdate", on: { SUBMIT: { actions: "handleSubmit", target: "submit" }, CHANGE: { actions: "handleInput" }, FEDERATED_SIGN_IN: "federatedSignIn" } }, federatedSignIn: { tags: ["pending"], entry: ["sendUpdate", "clearError"], invoke: { src: "federatedSignIn", onError: { actions: "setRemoteError" } } }, submit: { tags: ["pending"], entry: ["parsePhoneNumber", "clearError", "sendUpdate"], invoke: { src: "signIn", onDone: [{ cond: "shouldSetupTOTP", actions: ["setUser", "setChallengeName"], target: "#signInActor.setupTOTP" }, { cond: "shouldConfirmSignIn", actions: ["setUser", "setChallengeName"], target: "#signInActor.confirmSignIn" }, { cond: "shouldForceChangePassword", actions: ["setUser", "setChallengeName", "setRequiredAttributes"], target: "#signInActor.forceNewPassword" }, { actions: "setUser", target: "verifying" }], onError: [{ cond: "shouldRedirectToConfirmSignUp", actions: ["setCredentials", "setConfirmSignUpIntent"], target: "rejected" }, { cond: "shouldRedirectToConfirmResetPassword", actions: ["setUsernameAuthAttributes", "setConfirmResetPasswordIntent"], target: "rejected" }, { actions: "setRemoteError", target: "edit" }] } }, verifying: { tags: ["pending"], entry: ["clearError", "sendUpdate"], invoke: { src: "checkVerifiedContact", onDone: [{ cond: "shouldRequestVerification", target: "#signInActor.verifyUser", actions: "setUnverifiedAttributes" }, { target: "resolved" }], onError: { actions: "setRemoteError", target: "edit" } } }, resolved: { always: "#signInActor.resolved" }, rejected: { always: "#signInActor.rejected" } } }, autoSignIn: { initial: "submit", states: { submit: { tags: ["pending"], entry: ["clearError", "sendUpdate"], invoke: { src: "signIn", onDone: [{ cond: "shouldSetupTOTP", actions: ["setUser", "setChallengeName"], target: "#signInActor.setupTOTP" }, { cond: "shouldConfirmSignIn", actions: ["setUser", "setChallengeName"], target: "#signInActor.confirmSignIn" }, { cond: "shouldForceChangePassword", actions: ["setUser", "setChallengeName", "setRequiredAttributes"], target: "#signInActor.forceNewPassword" }, { actions: "setUser", target: "#signInActor.resolved" }], onError: [{ cond: "shouldRedirectToConfirmSignUp", actions: ["setCredentials", "setConfirmSignUpIntent"], target: "#signInActor.rejected" }, { cond: "shouldRedirectToConfirmResetPassword", actions: ["setUsernameAuthAttributes", "setConfirmResetPasswordIntent"], target: "#signInActor.rejected" }, { actions: "setRemoteError", target: "#signInActor.signIn" }] } } } }, confirmSignIn: { initial: "edit", exit: ["clearFormValues", "clearError", "clearTouched"], states: { edit: { entry: "sendUpdate", on: { SUBMIT: { actions: "handleSubmit", target: "submit" }, SIGN_IN: "#signInActor.signIn", CHANGE: { actions: "handleInput" } } }, submit: { tags: ["pending"], entry: ["clearError", "sendUpdate"], invoke: { src: "confirmSignIn", onDone: { target: "#signInActor.resolved", actions: ["setUser", "clearChallengeName", "clearRequiredAttributes"] }, onError: { target: "edit", actions: "setRemoteError" } } } } }, forceNewPassword: { type: "parallel", exit: ["clearFormValues", "clearError", "clearTouched"], states: { validation: { initial: "pending", states: { pending: { invoke: { src: "validateFields", onDone: { target: "valid", actions: "clearValidationError" }, onError: { target: "invalid", actions: "setFieldErrors" } } }, valid: { entry: "sendUpdate" }, invalid: { entry: "sendUpdate" } }, on: { SIGN_IN: "#signInActor.signIn", CHANGE: { actions: "handleInput", target: ".pending" }, BLUR: { actions: "handleBlur", target: ".pending" } } }, submit: { initial: "idle", entry: "clearError", states: { idle: { entry: "sendUpdate", on: { SUBMIT: { actions: "handleSubmit", target: "validate" } } }, validate: { entry: "sendUpdate", invoke: { src: "validateFields", onDone: { target: "pending", actions: "clearValidationError" }, onError: { target: "idle", actions: "setFieldErrors" } } }, pending: { tags: ["pending"], entry: ["sendUpdate", "clearError"], invoke: { src: "forceNewPassword", onDone: [{ cond: "shouldConfirmSignIn", actions: ["setUser", "setChallengeName"], target: "#signInActor.confirmSignIn" }, { cond: "shouldSetupTOTP", actions: ["setUser", "setChallengeName"], target: "#signInActor.setupTOTP" }, { target: "resolved", actions: ["setUser", "setCredentials"] }], onError: { target: "idle", actions: "setRemoteError" } } }, resolved: { type: "final", always: "#signInActor.resolved" } } } } }, setupTOTP: { initial: "edit", exit: ["clearFormValues", "clearError", "clearTouched"], states: { edit: { entry: "sendUpdate", on: { SUBMIT: { actions: "handleSubmit", target: "submit" }, SIGN_IN: "#signInActor.signIn", CHANGE: { actions: "handleInput" } } }, submit: { tags: ["pending"], entry: ["sendUpdate", "clearError"], invoke: { src: "verifyTotpToken", onDone: { actions: ["clearChallengeName", "clearRequiredAttributes"], target: "#signInActor.resolved" }, onError: { actions: "setRemoteError", target: "edit" } } } } }, verifyUser: { initial: "edit", exit: ["clearFormValues", "clearError", "clearTouched"], states: { edit: { entry: "sendUpdate", on: { SUBMIT: { actions: "handleSubmit", target: "submit" }, SKIP: "#signInActor.resolved", CHANGE: { actions: "handleInput" } } }, submit: { tags: ["pending"], entry: "clearError", invoke: { src: "verifyUser", onDone: { target: "#signInActor.confirmVerifyUser" }, onError: { actions: "setRemoteError", target: "edit" } } } } }, confirmVerifyUser: { initial: "edit", exit: ["clearFormValues", "clearError", "clearUnverifiedAttributes", "clearAttributeToVerify", "clearTouched"], states: { edit: { entry: "sendUpdate", on: { SUBMIT: { actions: "handleSubmit", target: "submit" }, SKIP: "#signInActor.resolved", CHANGE: { actions: "handleInput" } } }, submit: { tags: ["pending"], entry: "clearError", invoke: { src: "confirmVerifyUser", onDone: { target: "#signInActor.resolved" }, onError: { actions: "setRemoteError", target: "edit" } } } } }, resolved: { type: "final", data: function(e2) {
6912
6868
  return { user: e2.user };
6913
6869
  } }, rejected: { type: "final", data: function(e2, t2) {
6914
6870
  return { intent: e2.redirectIntent, authAttributes: e2.authAttributes };
6915
- } } } }, { actions: { clearAttributeToVerify: o$1, clearChallengeName: u, clearRequiredAttributes: a, clearError: i, clearFormValues: c, clearTouched: s$2, clearUnverifiedAttributes: l, clearValidationError: f$1, handleInput: N, handleSubmit: q, handleBlur: w, parsePhoneNumber: P, setChallengeName: m, setConfirmResetPasswordIntent: h, setConfirmSignUpIntent: b, setRequiredAttributes: v, setCredentials: V, setFieldErrors: p$1, setRemoteError: g, setUnverifiedAttributes: _, setUser: A, setUsernameAuthAttributes: D, sendUpdate: sendUpdate$1() }, guards: { shouldConfirmSignIn: function(e2, t2) {
6871
+ } } } }, { actions: { clearAttributeToVerify: u, clearChallengeName: o$1, clearRequiredAttributes: a, clearError: i, clearFormValues: c, clearTouched: s$1, clearUnverifiedAttributes: l, clearValidationError: f$1, handleInput: N, handleSubmit: q, handleBlur: w, parsePhoneNumber: P, setChallengeName: m, setConfirmResetPasswordIntent: h, setConfirmSignUpIntent: V, setRequiredAttributes: v, setCredentials: b, setFieldErrors: p$1, setRemoteError: g, setUnverifiedAttributes: A, setUser: _, setUsernameAuthAttributes: D, sendUpdate: sendUpdate$1() }, guards: { shouldConfirmSignIn: function(e2, t2) {
6916
6872
  var r$12 = r(t2, "data.challengeName");
6917
6873
  return [E$3.SMS_MFA, E$3.SOFTWARE_TOKEN_MFA].includes(r$12);
6918
6874
  }, shouldAutoSignIn: function(e2) {
@@ -6929,24 +6885,24 @@ function k(k2) {
6929
6885
  var r2 = t2.data, n2 = r2.unverified, i2 = r2.verified;
6930
6886
  return o(i2) && !o(n2);
6931
6887
  } }, services: { signIn: function(n2) {
6932
- return n$6(this, void 0, void 0, function() {
6888
+ return __awaiter(this, void 0, void 0, function() {
6933
6889
  var e2, i2, s2, o2, a2, c2, d2;
6934
- return r$4(this, function(t2) {
6890
+ return __generator(this, function(t2) {
6935
6891
  switch (t2.label) {
6936
6892
  case 0:
6937
- return e2 = n2.authAttributes, i2 = e2 === void 0 ? {} : e2, s2 = n2.formValues, o2 = s2 === void 0 ? {} : s2, a2 = t$3(t$3({}, i2), o2), c2 = a2.username, d2 = a2.password, [4, j.handleSignIn({ username: c2, password: d2 })];
6893
+ return e2 = n2.authAttributes, i2 = e2 === void 0 ? {} : e2, s2 = n2.formValues, o2 = s2 === void 0 ? {} : s2, a2 = __assign$2(__assign$2({}, i2), o2), c2 = a2.username, d2 = a2.password, [4, D$1.handleSignIn({ username: c2, password: d2 })];
6938
6894
  case 1:
6939
6895
  return [2, t2.sent()];
6940
6896
  }
6941
6897
  });
6942
6898
  });
6943
6899
  }, confirmSignIn: function(r2, n2) {
6944
- return n$6(this, void 0, void 0, function() {
6900
+ return __awaiter(this, void 0, void 0, function() {
6945
6901
  var e2, n3, s2, o2;
6946
- return r$4(this, function(t2) {
6902
+ return __generator(this, function(t2) {
6947
6903
  switch (t2.label) {
6948
6904
  case 0:
6949
- return e2 = r2.challengeName, n3 = r2.user, s2 = r2.formValues.confirmation_code, e2 !== E$3.SMS_MFA && e2 !== E$3.SOFTWARE_TOKEN_MFA || (o2 = e2), [4, j.handleConfirmSignIn({ user: n3, code: s2, mfaType: o2 })];
6905
+ return e2 = r2.challengeName, n3 = r2.user, s2 = r2.formValues.confirmation_code, e2 !== E$3.SMS_MFA && e2 !== E$3.SOFTWARE_TOKEN_MFA || (o2 = e2), [4, D$1.handleConfirmSignIn({ user: n3, code: s2, mfaType: o2 })];
6950
6906
  case 1:
6951
6907
  return t2.sent(), [4, Auth.currentAuthenticatedUser()];
6952
6908
  case 2:
@@ -6955,12 +6911,12 @@ function k(k2) {
6955
6911
  });
6956
6912
  });
6957
6913
  }, forceNewPassword: function(s2, o2) {
6958
- return n$6(this, void 0, void 0, function() {
6914
+ return __awaiter(this, void 0, void 0, function() {
6959
6915
  var e2, o3, a2, c2, d2, u2, l2, g2, f2;
6960
- return r$4(this, function(t2) {
6916
+ return __generator(this, function(t2) {
6961
6917
  switch (t2.label) {
6962
6918
  case 0:
6963
- e2 = s2.user, o3 = s2.formValues, a2 = o3.password, c2 = o3.phone_number, d2 = o3.country_code, u2 = e$7(o3, ["password", "confirm_password", "phone_number", "country_code"]), c2 && (l2 = "".concat(d2).concat(c2).replace(/[^A-Z0-9+]/gi, ""), u2 = t$3(t$3({}, u2), { phone_number: l2 })), t2.label = 1;
6919
+ e2 = s2.user, o3 = s2.formValues, a2 = o3.password, c2 = o3.phone_number, d2 = o3.country_code, u2 = __rest$2(o3, ["password", "confirm_password", "phone_number", "country_code"]), c2 && (l2 = "".concat(d2).concat(c2).replace(/[^A-Z0-9+]/gi, ""), u2 = __assign$2(__assign$2({}, u2), { phone_number: l2 })), t2.label = 1;
6964
6920
  case 1:
6965
6921
  return t2.trys.push([1, 3, , 4]), [4, Auth.completeNewPassword(e2, a2, u2)];
6966
6922
  case 2:
@@ -6973,16 +6929,16 @@ function k(k2) {
6973
6929
  });
6974
6930
  });
6975
6931
  }, verifyTotpToken: function(r2, n2) {
6976
- return n$6(this, void 0, void 0, function() {
6932
+ return __awaiter(this, void 0, void 0, function() {
6977
6933
  var e2, n3;
6978
- return r$4(this, function(t2) {
6934
+ return __generator(this, function(t2) {
6979
6935
  return e2 = r2.user, n3 = r2.formValues.confirmation_code, [2, Auth.verifyTotpToken(e2, n3)];
6980
6936
  });
6981
6937
  });
6982
6938
  }, federatedSignIn: function(r2, n2) {
6983
- return n$6(this, void 0, void 0, function() {
6939
+ return __awaiter(this, void 0, void 0, function() {
6984
6940
  var e2;
6985
- return r$4(this, function(t2) {
6941
+ return __generator(this, function(t2) {
6986
6942
  switch (t2.label) {
6987
6943
  case 0:
6988
6944
  return e2 = n2.data.provider, [4, Auth.federatedSignIn({ provider: e2 })];
@@ -6992,9 +6948,9 @@ function k(k2) {
6992
6948
  });
6993
6949
  });
6994
6950
  }, checkVerifiedContact: function(r2, n2) {
6995
- return n$6(this, void 0, void 0, function() {
6951
+ return __awaiter(this, void 0, void 0, function() {
6996
6952
  var e2;
6997
- return r$4(this, function(t2) {
6953
+ return __generator(this, function(t2) {
6998
6954
  switch (t2.label) {
6999
6955
  case 0:
7000
6956
  return e2 = r2.user, [4, Auth.verifiedContact(e2)];
@@ -7004,9 +6960,9 @@ function k(k2) {
7004
6960
  });
7005
6961
  });
7006
6962
  }, verifyUser: function(r2, n2) {
7007
- return n$6(this, void 0, void 0, function() {
6963
+ return __awaiter(this, void 0, void 0, function() {
7008
6964
  var e2, n3;
7009
- return r$4(this, function(t2) {
6965
+ return __generator(this, function(t2) {
7010
6966
  switch (t2.label) {
7011
6967
  case 0:
7012
6968
  return e2 = r2.formValues.unverifiedAttr, [4, Auth.verifyCurrentUserAttribute(e2)];
@@ -7016,9 +6972,9 @@ function k(k2) {
7016
6972
  });
7017
6973
  });
7018
6974
  }, confirmVerifyUser: function(r2, n2) {
7019
- return n$6(this, void 0, void 0, function() {
6975
+ return __awaiter(this, void 0, void 0, function() {
7020
6976
  var e2, n3;
7021
- return r$4(this, function(t2) {
6977
+ return __generator(this, function(t2) {
7022
6978
  switch (t2.label) {
7023
6979
  case 0:
7024
6980
  return e2 = r2.attributeToVerify, n3 = r2.formValues.confirmation_code, [4, Auth.verifyCurrentUserAttributeSubmit(e2, n3)];
@@ -7027,10 +6983,10 @@ function k(k2) {
7027
6983
  }
7028
6984
  });
7029
6985
  });
7030
- }, validateFields: function(r2, n2) {
7031
- return n$6(this, void 0, void 0, function() {
7032
- return r$4(this, function(e2) {
7033
- return [2, s$1(r2.formValues, r2.touched, r2.passwordSettings, [s.validateConfirmPassword])];
6986
+ }, validateFields: function(r2, n$12) {
6987
+ return __awaiter(this, void 0, void 0, function() {
6988
+ return __generator(this, function(e2) {
6989
+ return [2, n(r2.formValues, r2.touched, r2.passwordSettings, [s.validateConfirmPassword])];
7034
6990
  });
7035
6991
  });
7036
6992
  } } });
@@ -7040,26 +6996,26 @@ var t = createMachine({ initial: "pending", id: "signOutActor", states: { pendin
7040
6996
  } } });
7041
6997
  function E(E2) {
7042
6998
  var h2 = E2.services;
7043
- return createMachine({ id: "resetPasswordActor", initial: "init", states: { init: { always: [{ target: "confirmResetPassword", cond: "shouldAutoConfirmReset" }, { target: "resetPassword" }] }, resetPassword: { initial: "edit", exit: ["clearFormValues", "clearError", "clearTouched"], states: { edit: { entry: "sendUpdate", on: { SUBMIT: { actions: "handleSubmit", target: "submit" }, CHANGE: { actions: "handleInput" }, BLUR: { actions: "handleBlur" } } }, submit: { tags: ["pending"], entry: ["sendUpdate", "setUsername", "clearError"], invoke: { src: "resetPassword", onDone: { target: "#resetPasswordActor.confirmResetPassword" }, onError: { actions: ["setRemoteError"], target: "edit" } } } } }, confirmResetPassword: { type: "parallel", exit: ["clearFormValues", "clearError", "clearUsername", "clearTouched"], states: { validation: { initial: "pending", states: { pending: { invoke: { src: "validateFields", onDone: { target: "valid", actions: "clearValidationError" }, onError: { target: "invalid", actions: "setFieldErrors" } } }, valid: { entry: "sendUpdate" }, invalid: { entry: "sendUpdate" } }, on: { CHANGE: { actions: "handleInput", target: ".pending" }, BLUR: { actions: "handleBlur", target: ".pending" } } }, submission: { initial: "idle", states: { idle: { entry: "sendUpdate", on: { SUBMIT: { actions: "handleSubmit", target: "validate" }, RESEND: "resendCode", CHANGE: { actions: "handleInput" }, BLUR: { actions: "handleBlur" } } }, validate: { entry: "sendUpdate", invoke: { src: "validateFields", onDone: { target: "pending", actions: "clearValidationError" }, onError: { target: "idle", actions: "setFieldErrors" } } }, resendCode: { tags: ["pending"], entry: ["clearError", "sendUpdate"], invoke: { src: "resetPassword", onDone: { target: "idle" }, onError: { actions: "setRemoteError", target: "idle" } } }, pending: { tags: ["pending"], entry: ["clearError", "sendUpdate"], invoke: { src: "confirmResetPassword", onDone: { actions: "clearUsername", target: "#resetPasswordActor.resolved" }, onError: { actions: "setRemoteError", target: "idle" } } } } } } }, resolved: { type: "final" } } }, { actions: { clearError: i, clearFormValues: c, clearTouched: s$2, clearUsername: d, clearValidationError: f$1, handleInput: N, handleSubmit: q, handleBlur: w, setFieldErrors: p$1, setRemoteError: g, setUsername: y, sendUpdate: sendUpdate$1() }, guards: { shouldAutoConfirmReset: function(e2, r2) {
6999
+ return createMachine({ id: "resetPasswordActor", initial: "init", states: { init: { always: [{ target: "confirmResetPassword", cond: "shouldAutoConfirmReset" }, { target: "resetPassword" }] }, resetPassword: { initial: "edit", exit: ["clearFormValues", "clearError", "clearTouched"], states: { edit: { entry: "sendUpdate", on: { SUBMIT: { actions: "handleSubmit", target: "submit" }, CHANGE: { actions: "handleInput" }, BLUR: { actions: "handleBlur" } } }, submit: { tags: ["pending"], entry: ["sendUpdate", "setUsername", "clearError"], invoke: { src: "resetPassword", onDone: { target: "#resetPasswordActor.confirmResetPassword" }, onError: { actions: ["setRemoteError"], target: "edit" } } } } }, confirmResetPassword: { type: "parallel", exit: ["clearFormValues", "clearError", "clearUsername", "clearTouched"], states: { validation: { initial: "pending", states: { pending: { invoke: { src: "validateFields", onDone: { target: "valid", actions: "clearValidationError" }, onError: { target: "invalid", actions: "setFieldErrors" } } }, valid: { entry: "sendUpdate" }, invalid: { entry: "sendUpdate" } }, on: { CHANGE: { actions: "handleInput", target: ".pending" }, BLUR: { actions: "handleBlur", target: ".pending" } } }, submission: { initial: "idle", states: { idle: { entry: "sendUpdate", on: { SUBMIT: { actions: "handleSubmit", target: "validate" }, RESEND: "resendCode", CHANGE: { actions: "handleInput" }, BLUR: { actions: "handleBlur" } } }, validate: { entry: "sendUpdate", invoke: { src: "validateFields", onDone: { target: "pending", actions: "clearValidationError" }, onError: { target: "idle", actions: "setFieldErrors" } } }, resendCode: { tags: ["pending"], entry: ["clearError", "sendUpdate"], invoke: { src: "resetPassword", onDone: { target: "idle" }, onError: { actions: "setRemoteError", target: "idle" } } }, pending: { tags: ["pending"], entry: ["clearError", "sendUpdate"], invoke: { src: "confirmResetPassword", onDone: { actions: "clearUsername", target: "#resetPasswordActor.resolved" }, onError: { actions: "setRemoteError", target: "idle" } } } } } } }, resolved: { type: "final" } } }, { actions: { clearError: i, clearFormValues: c, clearTouched: s$1, clearUsername: d, clearValidationError: f$1, handleInput: N, handleSubmit: q, handleBlur: w, setFieldErrors: p$1, setRemoteError: g, setUsername: y, sendUpdate: sendUpdate$1() }, guards: { shouldAutoConfirmReset: function(e2, r2) {
7044
7000
  return !(!e2.intent || e2.intent !== "confirmPasswordReset");
7045
7001
  } }, services: { resetPassword: function(t2) {
7046
- return n$6(this, void 0, void 0, function() {
7002
+ return __awaiter(this, void 0, void 0, function() {
7047
7003
  var e2;
7048
- return r$4(this, function(r2) {
7004
+ return __generator(this, function(r2) {
7049
7005
  return e2 = t2.username, [2, h2.handleForgotPassword(e2)];
7050
7006
  });
7051
7007
  });
7052
7008
  }, confirmResetPassword: function(t2) {
7053
- return n$6(this, void 0, void 0, function() {
7009
+ return __awaiter(this, void 0, void 0, function() {
7054
7010
  var e2, n2, s2, o2;
7055
- return r$4(this, function(r2) {
7011
+ return __generator(this, function(r2) {
7056
7012
  return e2 = t2.username, n2 = t2.formValues, s2 = n2.confirmation_code, o2 = n2.password, [2, h2.handleForgotPasswordSubmit({ username: e2, code: s2, password: o2 })];
7057
7013
  });
7058
7014
  });
7059
- }, validateFields: function(t2, n2) {
7060
- return n$6(this, void 0, void 0, function() {
7061
- return r$4(this, function(e2) {
7062
- return [2, s$1(t2.formValues, t2.touched, t2.passwordSettings, [s.validateConfirmPassword])];
7015
+ }, validateFields: function(t2, n$12) {
7016
+ return __awaiter(this, void 0, void 0, function() {
7017
+ return __generator(this, function(e2) {
7018
+ return [2, n(t2.formValues, t2.touched, t2.passwordSettings, [s.validateConfirmPassword])];
7063
7019
  });
7064
7020
  });
7065
7021
  } } });
@@ -7510,12 +7466,12 @@ function C(C2) {
7510
7466
  return e2.intent && e2.intent === "confirmSignUp";
7511
7467
  }, shouldSkipConfirm: function(e2, n2) {
7512
7468
  return n2.data.userConfirmed;
7513
- } }, actions: { clearError: i, clearFormValues: c, clearTouched: s$2, clearValidationError: f$1, handleInput: N, handleSubmit: q, handleBlur: w, parsePhoneNumber: P, setCredentials: V, setFieldErrors: p$1, setRemoteError: g, setCodeDeliveryDetails: E$1, setUser: A, sendUpdate: sendUpdate$1(), setAutoSignInIntent: assign$2({ intent: function(e2) {
7469
+ } }, actions: { clearError: i, clearFormValues: c, clearTouched: s$1, clearValidationError: f$1, handleInput: N, handleSubmit: q, handleBlur: w, parsePhoneNumber: P, setCredentials: b, setFieldErrors: p$1, setRemoteError: g, setCodeDeliveryDetails: E$1, setUser: _, sendUpdate: sendUpdate$1(), setAutoSignInIntent: assign$2({ intent: function(e2) {
7514
7470
  return "autoSignIn";
7515
7471
  } }) }, services: { confirmSignUp: function(t2, i2) {
7516
- return n$6(this, void 0, void 0, function() {
7472
+ return __awaiter(this, void 0, void 0, function() {
7517
7473
  var e2, i3, a2, s2, o2;
7518
- return r$4(this, function(n2) {
7474
+ return __generator(this, function(n2) {
7519
7475
  switch (n2.label) {
7520
7476
  case 0:
7521
7477
  return e2 = t2.user, i3 = t2.authAttributes, a2 = t2.formValues, s2 = a2.confirmation_code, o2 = r(e2, "username") || r(i3, "username"), [4, I.handleConfirmSignUp({ username: o2, code: s2 })];
@@ -7525,16 +7481,16 @@ function C(C2) {
7525
7481
  });
7526
7482
  });
7527
7483
  }, resendConfirmationCode: function(i2, a2) {
7528
- return n$6(this, void 0, void 0, function() {
7484
+ return __awaiter(this, void 0, void 0, function() {
7529
7485
  var e2, a3, s2;
7530
- return r$4(this, function(n2) {
7486
+ return __generator(this, function(n2) {
7531
7487
  return e2 = i2.user, a3 = i2.authAttributes, s2 = r(e2, "username") || r(a3, "username"), [2, Auth.resendSignUp(s2)];
7532
7488
  });
7533
7489
  });
7534
7490
  }, federatedSignIn: function(r2, i2) {
7535
- return n$6(this, void 0, void 0, function() {
7491
+ return __awaiter(this, void 0, void 0, function() {
7536
7492
  var e2;
7537
- return r$4(this, function(n2) {
7493
+ return __generator(this, function(n2) {
7538
7494
  switch (n2.label) {
7539
7495
  case 0:
7540
7496
  return e2 = i2.data.provider, [4, Auth.federatedSignIn({ provider: e2 })];
@@ -7544,9 +7500,9 @@ function C(C2) {
7544
7500
  });
7545
7501
  });
7546
7502
  }, signUp: function(t2, r2) {
7547
- return n$6(this, void 0, void 0, function() {
7503
+ return __awaiter(this, void 0, void 0, function() {
7548
7504
  var e2, r3, a2, s2, o2, d2, c2;
7549
- return r$4(this, function(n2) {
7505
+ return __generator(this, function(n2) {
7550
7506
  switch (n2.label) {
7551
7507
  case 0:
7552
7508
  return e2 = t2.formValues, r3 = t2.loginMechanisms, a2 = r3[0], o2 = (s2 = e2)[a2 === void 0 ? "username" : a2], d2 = s2.password, c2 = pickBy_1(e2, function(e3, n3) {
@@ -7579,9 +7535,9 @@ function C(C2) {
7579
7535
  });
7580
7536
  });
7581
7537
  }, validateSignUp: function(t2, r2) {
7582
- return n$6(this, void 0, void 0, function() {
7583
- return r$4(this, function(e2) {
7584
- return [2, s$1(t2.formValues, t2.touched, t2.passwordSettings, [I.validateFormPassword, I.validateConfirmPassword, I.validatePreferredUsername, I.validateCustomSignUp])];
7538
+ return __awaiter(this, void 0, void 0, function() {
7539
+ return __generator(this, function(e2) {
7540
+ return [2, n(t2.formValues, t2.touched, t2.passwordSettings, [I.validateFormPassword, I.validateConfirmPassword, I.validatePreferredUsername, I.validateCustomSignUp])];
7585
7541
  });
7586
7542
  });
7587
7543
  } } });
@@ -7593,7 +7549,7 @@ function f() {
7593
7549
  return o2.data;
7594
7550
  } }), setActorDoneData: assign$2({ actorDoneData: function(o2, n2) {
7595
7551
  var r2, i2;
7596
- return { authAttributes: t$3({}, (r2 = n2.data) === null || r2 === void 0 ? void 0 : r2.authAttributes), intent: (i2 = n2.data) === null || i2 === void 0 ? void 0 : i2.intent };
7552
+ return { authAttributes: __assign$2({}, (r2 = n2.data) === null || r2 === void 0 ? void 0 : r2.authAttributes), intent: (i2 = n2.data) === null || i2 === void 0 ? void 0 : i2.intent };
7597
7553
  }, user: function(t2, o2) {
7598
7554
  var n2;
7599
7555
  return (n2 = o2.data) === null || n2 === void 0 ? void 0 : n2.user;
@@ -7608,8 +7564,8 @@ function f() {
7608
7564
  return t3.toLowerCase();
7609
7565
  })) !== null && d2 !== void 0 ? d2 : [], w2 = n2.data.aws_cognito_password_protection_settings || {};
7610
7566
  g2.length === 0 && g2.push("username");
7611
- var m2 = t2.config, S2 = m2.loginMechanisms, h2 = m2.signUpAttributes, D2 = m2.socialProviders, I = m2.initialState;
7612
- return { loginMechanisms: S2 != null ? S2 : g2, formFields: (l2 = p(m2.formFields)) !== null && l2 !== void 0 ? l2 : {}, passwordSettings: w2, signUpAttributes: h2 != null ? h2 : Array.from(new Set(o$9(o$9([], v2, true), f2, true))), socialProviders: D2 != null ? D2 : A2.sort(), initialState: I };
7567
+ var S2 = t2.config, m2 = S2.loginMechanisms, h2 = S2.signUpAttributes, D2 = S2.socialProviders, I = S2.initialState;
7568
+ return { loginMechanisms: m2 != null ? m2 : g2, formFields: (l2 = p(S2.formFields)) !== null && l2 !== void 0 ? l2 : {}, passwordSettings: w2, signUpAttributes: h2 != null ? h2 : Array.from(new Set(__spreadArray$1(__spreadArray$1([], v2, true), f2, true))), socialProviders: D2 != null ? D2 : A2.sort(), initialState: I };
7613
7569
  } }), spawnSignInActor: assign$2({ actorRef: function(t2, o2) {
7614
7570
  var n2, r2, i2, e2, s2, c2, d2 = t2.services, l2 = k({ services: d2 }).withContext({ authAttributes: (r2 = (n2 = t2.actorDoneData) === null || n2 === void 0 ? void 0 : n2.authAttributes) !== null && r2 !== void 0 ? r2 : {}, user: t2.user, intent: (i2 = t2.actorDoneData) === null || i2 === void 0 ? void 0 : i2.intent, country_code: "+1", formValues: {}, touched: {}, validationError: {}, loginMechanisms: (e2 = t2.config) === null || e2 === void 0 ? void 0 : e2.loginMechanisms, socialProviders: (s2 = t2.config) === null || s2 === void 0 ? void 0 : s2.socialProviders, formFields: (c2 = t2.config) === null || c2 === void 0 ? void 0 : c2.formFields });
7615
7571
  return spawn(l2, { name: "signInActor" });
@@ -7623,8 +7579,8 @@ function f() {
7623
7579
  var o2 = t.withContext({ user: t$12.user });
7624
7580
  return spawn(o2, { name: "signOutActor" });
7625
7581
  } }), stopSignInActor: t$1("signInActor"), stopSignUpActor: t$1("signUpActor"), stopResetPasswordActor: t$1("resetPasswordActor"), stopSignOutActor: t$1("signOutActor"), configure: assign$2(function(o2, r2) {
7626
- var i2 = r2.data, e2 = i2.services, a2 = e$7(i2, ["services"]);
7627
- return { services: t$3(t$3({}, s), e2), config: a2 };
7582
+ var i2 = r2.data, e2 = i2.services, a2 = __rest$2(i2, ["services"]);
7583
+ return { services: __assign$2(__assign$2({}, s), e2), config: a2 };
7628
7584
  }), setHasSetup: assign$2({ hasSetup: true }) }, guards: { isInitialStateSignUp: function(t2) {
7629
7585
  return t2.config.initialState === "signUp";
7630
7586
  }, isInitialStateResetPassword: function(t2) {
@@ -7656,6 +7612,138 @@ function p(t2) {
7656
7612
  });
7657
7613
  }), t2;
7658
7614
  }
7615
+ const _hoisted_1$a = {
7616
+ key: 0,
7617
+ class: "amplify-flex amplify-alert amplify-alert--error amplify-authenticator__base",
7618
+ "data-variation": "error",
7619
+ role: "alert"
7620
+ };
7621
+ const _hoisted_2$7 = { class: "amplify-flex amplify-authenticator__icon-wrapper" };
7622
+ const _hoisted_3$5 = /* @__PURE__ */ createElementVNode("svg", {
7623
+ xmlns: "http://www.w3.org/2000/svg",
7624
+ class: "amplify-icon",
7625
+ "aria-hidden": "true",
7626
+ viewBox: "0 0 24 24",
7627
+ fill: "currentColor"
7628
+ }, [
7629
+ /* @__PURE__ */ createElementVNode("path", { d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z" })
7630
+ ], -1);
7631
+ const _hoisted_4$5 = /* @__PURE__ */ createElementVNode("svg", {
7632
+ xmlns: "http://www.w3.org/2000/svg",
7633
+ class: "amplify-icon",
7634
+ "aria-hidden": "true",
7635
+ viewBox: "0 0 24 24",
7636
+ fill: "currentColor"
7637
+ }, [
7638
+ /* @__PURE__ */ createElementVNode("path", { d: "M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z" })
7639
+ ], -1);
7640
+ const _sfc_main$w = {
7641
+ name: "base-alert",
7642
+ setup(__props) {
7643
+ const show = ref(true);
7644
+ const dismissAriaLabel = b$1("Dismiss alert");
7645
+ function close() {
7646
+ show.value = false;
7647
+ }
7648
+ return (_ctx, _cache) => {
7649
+ const _component_amplify_button = _sfc_main$x;
7650
+ return show.value ? (openBlock(), createElementBlock("div", _hoisted_1$a, [
7651
+ createElementVNode("div", _hoisted_2$7, [
7652
+ _hoisted_3$5,
7653
+ createElementVNode("div", null, [
7654
+ renderSlot(_ctx.$slots, "default")
7655
+ ])
7656
+ ]),
7657
+ createVNode(_component_amplify_button, {
7658
+ class: "amplify-field-group__control amplify-alert__dismiss",
7659
+ "aria-label": unref(dismissAriaLabel),
7660
+ fullwidth: false,
7661
+ variation: "link",
7662
+ type: "button",
7663
+ onClick: close
7664
+ }, {
7665
+ default: withCtx(() => [
7666
+ _hoisted_4$5
7667
+ ]),
7668
+ _: 1
7669
+ }, 8, ["aria-label"])
7670
+ ])) : createCommentVNode("", true);
7671
+ };
7672
+ }
7673
+ };
7674
+ var _export_sfc = (sfc, props) => {
7675
+ const target = sfc.__vccOpts || sfc;
7676
+ for (const [key, val] of props) {
7677
+ target[key] = val;
7678
+ }
7679
+ return target;
7680
+ };
7681
+ const _sfc_main$v = {};
7682
+ function _sfc_render$3(_ctx, _cache) {
7683
+ return openBlock(), createElementBlock("div", null, [
7684
+ renderSlot(_ctx.$slots, "default")
7685
+ ]);
7686
+ }
7687
+ var __unplugin_components_2 = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["render", _sfc_render$3]]);
7688
+ const _sfc_main$u = /* @__PURE__ */ defineComponent({
7689
+ name: "base-form",
7690
+ setup(__props) {
7691
+ let mySlots = useSlots();
7692
+ return (_ctx, _cache) => {
7693
+ return renderSlot(_ctx.$slots, "formt", mergeProps(_ctx.$attrs, {
7694
+ slotData: unref(mySlots).default && unref(mySlots).default()
7695
+ }), () => [
7696
+ createElementVNode("form", mergeProps({ "data-amplify-form": "" }, _ctx.$attrs), [
7697
+ renderSlot(_ctx.$slots, "default")
7698
+ ], 16)
7699
+ ]);
7700
+ };
7701
+ }
7702
+ });
7703
+ const _sfc_main$t = /* @__PURE__ */ defineComponent({
7704
+ name: "base-footer",
7705
+ setup(__props) {
7706
+ let mySlots = useSlots();
7707
+ return (_ctx, _cache) => {
7708
+ return renderSlot(_ctx.$slots, "footert", mergeProps(_ctx.$attrs, {
7709
+ slotData: unref(mySlots).default && unref(mySlots).default()
7710
+ }), () => [
7711
+ createElementVNode("footer", normalizeProps(guardReactiveProps(_ctx.$attrs)), [
7712
+ renderSlot(_ctx.$slots, "default")
7713
+ ], 16)
7714
+ ]);
7715
+ };
7716
+ }
7717
+ });
7718
+ function tryOnScopeDispose(fn) {
7719
+ if (getCurrentScope()) {
7720
+ onScopeDispose(fn);
7721
+ return true;
7722
+ }
7723
+ return false;
7724
+ }
7725
+ function createSharedComposable(composable) {
7726
+ let subscribers = 0;
7727
+ let state;
7728
+ let scope;
7729
+ const dispose = () => {
7730
+ subscribers -= 1;
7731
+ if (scope && subscribers <= 0) {
7732
+ scope.stop();
7733
+ state = void 0;
7734
+ scope = void 0;
7735
+ }
7736
+ };
7737
+ return (...args) => {
7738
+ subscribers += 1;
7739
+ if (!state) {
7740
+ scope = effectScope(true);
7741
+ state = scope.run(() => composable(...args));
7742
+ }
7743
+ tryOnScopeDispose(dispose);
7744
+ return state;
7745
+ };
7746
+ }
7659
7747
  var __assign = globalThis && globalThis.__assign || function() {
7660
7748
  __assign = Object.assign || function(t2) {
7661
7749
  for (var s2, i2 = 1, n2 = arguments.length; i2 < n2; i2++) {
@@ -7940,10 +8028,10 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
7940
8028
  const shouldShowFederatedSignIn = includeFacebook || includeGoogle || includeAmazon || includeApple;
7941
8029
  const federatedText = route === "signUp" ? "Up" : "In";
7942
8030
  const fp = computed(() => S);
7943
- const signInWithAmazon = computed(() => x(`Sign ${federatedText} with Amazon`));
7944
- const signInWithApple = computed(() => x(`Sign ${federatedText} with Apple`));
7945
- const signInWithFacebook = computed(() => x(`Sign ${federatedText} with Facebook`));
7946
- const signInWithGoogle = computed(() => x(`Sign ${federatedText} with Google`));
8031
+ const signInWithAmazon = computed(() => b$1(`Sign ${federatedText} with Amazon`));
8032
+ const signInWithApple = computed(() => b$1(`Sign ${federatedText} with Apple`));
8033
+ const signInWithFacebook = computed(() => b$1(`Sign ${federatedText} with Facebook`));
8034
+ const signInWithGoogle = computed(() => b$1(`Sign ${federatedText} with Google`));
7947
8035
  return (_ctx, _cache) => {
7948
8036
  const _component_base_wrapper = __unplugin_components_2;
7949
8037
  return unref(shouldShowFederatedSignIn) ? (openBlock(), createBlock(_component_base_wrapper, {
@@ -8084,8 +8172,8 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
8084
8172
  setup(__props) {
8085
8173
  var _a2;
8086
8174
  const props = __props;
8087
- const showPassword = x("Show password");
8088
- const hidePassword = x("Hide password");
8175
+ const showPassword = b$1("Show password");
8176
+ const hidePassword = b$1("Hide password");
8089
8177
  const showHideType = ref("password");
8090
8178
  const showHideLabel = ref(showPassword);
8091
8179
  const random = Math.floor(Math.random() * 999999);
@@ -8095,8 +8183,8 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
8095
8183
  showHideLabel.value = showHideLabel.value === showPassword ? hidePassword : showPassword;
8096
8184
  showHideType.value = showHideType.value === "password" ? "text" : "password";
8097
8185
  }
8098
- const placeholderValue = x((_a2 = placeholder == null ? void 0 : placeholder.value) != null ? _a2 : label.value);
8099
- const labelValue = x(label.value);
8186
+ const placeholderValue = b$1((_a2 = placeholder == null ? void 0 : placeholder.value) != null ? _a2 : label.value);
8187
+ const labelValue = b$1(label.value);
8100
8188
  return (_ctx, _cache) => {
8101
8189
  const _component_base_label = __unplugin_components_0;
8102
8190
  const _component_base_input = _sfc_main$p;
@@ -8319,7 +8407,7 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
8319
8407
  const { type } = formField.value;
8320
8408
  const isPasswordField = type === "password";
8321
8409
  const errorId = nanoid(12);
8322
- const errors = computed(() => u$2(validationErrors.value[name.value]));
8410
+ const errors = computed(() => o$3(validationErrors.value[name.value]));
8323
8411
  const hasError = computed(() => {
8324
8412
  var _a2;
8325
8413
  return ((_a2 = errors.value) == null ? void 0 : _a2.length) > 0;
@@ -8361,7 +8449,7 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
8361
8449
  role: "alert",
8362
8450
  "data-variation": "error",
8363
8451
  class: "amplify-text amplify-text--error"
8364
- }, toDisplayString(unref(x)(error2)), 1);
8452
+ }, toDisplayString(unref(b$1)(error2)), 1);
8365
8453
  }), 128))
8366
8454
  ], 8, _hoisted_1$4)) : createCommentVNode("", true)
8367
8455
  ], 64);
@@ -8405,11 +8493,11 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
8405
8493
  const useAuthShared = createSharedComposable(useAuthenticator);
8406
8494
  const props = useAuthShared();
8407
8495
  const attrs = useAttrs();
8408
- const forgotYourPasswordLink = computed(() => !h$1("Forgot your password? ") ? x("Forgot your password?") : x("Forgot your password? "));
8409
- const signInButtonText = computed(() => x("Sign in"));
8410
- const signIngButtonText = computed(() => x("Signing in"));
8496
+ const forgotYourPasswordLink = computed(() => !h$1("Forgot your password? ") ? b$1("Forgot your password?") : b$1("Forgot your password? "));
8497
+ const signInButtonText = computed(() => b$1("Sign in"));
8498
+ const signIngButtonText = computed(() => b$1("Signing in"));
8411
8499
  const { state, send: send2 } = useAuth();
8412
- const actorState = computed(() => t$4(state.value));
8500
+ const actorState = computed(() => t$3(state.value));
8413
8501
  const onInput = (e2) => {
8414
8502
  const { name, value } = e2.target;
8415
8503
  send2({
@@ -8425,7 +8513,7 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
8425
8513
  }
8426
8514
  };
8427
8515
  const submit = (e2) => {
8428
- props.submitForm(n$1(e2));
8516
+ props.submitForm(n$2(e2));
8429
8517
  };
8430
8518
  const onForgotPasswordClicked = () => {
8431
8519
  if (attrs == null ? void 0 : attrs.onForgotPasswordClicked) {
@@ -8478,7 +8566,7 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
8478
8566
  }, 8, ["disabled"]),
8479
8567
  unref(actorState).context.remoteError ? (openBlock(), createBlock(_component_base_alert, { key: 0 }, {
8480
8568
  default: withCtx(() => [
8481
- createTextVNode(toDisplayString(unref(x)(unref(actorState).context.remoteError)), 1)
8569
+ createTextVNode(toDisplayString(unref(b$1)(unref(actorState).context.remoteError)), 1)
8482
8570
  ]),
8483
8571
  _: 1
8484
8572
  })) : createCommentVNode("", true),
@@ -8547,7 +8635,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
8547
8635
  const props = useAuthShared();
8548
8636
  const { hasValidationErrors, isPending, error: error2 } = toRefs(facadeValues);
8549
8637
  const attrs = useAttrs();
8550
- const createAccountLabel = computed(() => x("Create Account"));
8638
+ const createAccountLabel = computed(() => b$1("Create Account"));
8551
8639
  const onInput = (e2) => {
8552
8640
  let { checked, name, type, value } = e2.target;
8553
8641
  if (type === "checkbox" && !checked)
@@ -8566,7 +8654,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
8566
8654
  }
8567
8655
  };
8568
8656
  const submit = (e2) => {
8569
- props.submitForm(n$1(e2));
8657
+ props.submitForm(n$2(e2));
8570
8658
  };
8571
8659
  return (_ctx, _cache) => {
8572
8660
  const _component_base_field_set = _sfc_main$y;
@@ -8602,7 +8690,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
8602
8690
  }, 8, ["disabled"]),
8603
8691
  unref(error2) ? (openBlock(), createBlock(_component_base_alert, { key: 0 }, {
8604
8692
  default: withCtx(() => [
8605
- createTextVNode(toDisplayString(unref(x)(unref(error2))), 1)
8693
+ createTextVNode(toDisplayString(unref(b$1)(unref(error2))), 1)
8606
8694
  ]),
8607
8695
  _: 1
8608
8696
  })) : createCommentVNode("", true),
@@ -8739,17 +8827,17 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
8739
8827
  const { submitForm, updateForm, resendCode } = useAuthShared();
8740
8828
  const confirmSignUpHeading = computed(() => {
8741
8829
  var _a2, _b;
8742
- return ((_a2 = codeDeliveryDetails.value) == null ? void 0 : _a2.DeliveryMedium) === "EMAIL" ? x("We Emailed You") : ((_b = codeDeliveryDetails.value) == null ? void 0 : _b.DeliveryMedium) === "SMS" ? x("We Texted You") : x("We Sent A Code");
8830
+ return ((_a2 = codeDeliveryDetails.value) == null ? void 0 : _a2.DeliveryMedium) === "EMAIL" ? b$1("We Emailed You") : ((_b = codeDeliveryDetails.value) == null ? void 0 : _b.DeliveryMedium) === "SMS" ? b$1("We Texted You") : b$1("We Sent A Code");
8743
8831
  });
8744
- const resendCodeText = computed(() => x("Resend Code"));
8745
- const confirmText = computed(() => x("Confirm"));
8746
- const emailMessage = x("Your code is on the way. To log in, enter the code we emailed to");
8747
- const textedMessage = x("Your code is on the way. To log in, enter the code we texted to");
8748
- const defaultMessage = x("Your code is on the way. To log in, enter the code we sent you. It may take a minute to arrive.");
8749
- const minutesMessage = x("It may take a minute to arrive.");
8832
+ const resendCodeText = computed(() => b$1("Resend Code"));
8833
+ const confirmText = computed(() => b$1("Confirm"));
8834
+ const emailMessage = b$1("Your code is on the way. To log in, enter the code we emailed to");
8835
+ const textedMessage = b$1("Your code is on the way. To log in, enter the code we texted to");
8836
+ const defaultMessage = b$1("Your code is on the way. To log in, enter the code we sent you. It may take a minute to arrive.");
8837
+ const minutesMessage = b$1("It may take a minute to arrive.");
8750
8838
  const subtitleText = computed(() => {
8751
8839
  var _a2, _b, _c, _d;
8752
- return ((_a2 = codeDeliveryDetails.value) == null ? void 0 : _a2.DeliveryMedium) === "EMAIL" ? `${emailMessage} ${(_b = codeDeliveryDetails.value) == null ? void 0 : _b.Destination}. ${minutesMessage}` : ((_c = codeDeliveryDetails.value) == null ? void 0 : _c.DeliveryMedium) === "SMS" ? `${textedMessage} ${(_d = codeDeliveryDetails.value) == null ? void 0 : _d.Destination}. ${minutesMessage}` : x(`${defaultMessage}`);
8840
+ return ((_a2 = codeDeliveryDetails.value) == null ? void 0 : _a2.DeliveryMedium) === "EMAIL" ? `${emailMessage} ${(_b = codeDeliveryDetails.value) == null ? void 0 : _b.Destination}. ${minutesMessage}` : ((_c = codeDeliveryDetails.value) == null ? void 0 : _c.DeliveryMedium) === "SMS" ? `${textedMessage} ${(_d = codeDeliveryDetails.value) == null ? void 0 : _d.Destination}. ${minutesMessage}` : b$1(`${defaultMessage}`);
8753
8841
  });
8754
8842
  const onInput = (e2) => {
8755
8843
  const { name, value } = e2.target;
@@ -8763,7 +8851,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
8763
8851
  }
8764
8852
  };
8765
8853
  const submit = (e2) => {
8766
- submitForm(n$1(e2));
8854
+ submitForm(n$2(e2));
8767
8855
  };
8768
8856
  const onLostCodeClicked = () => {
8769
8857
  if (attrs == null ? void 0 : attrs.onLostCodeClicked) {
@@ -8821,7 +8909,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
8821
8909
  default: withCtx(() => [
8822
8910
  unref(error2) ? (openBlock(), createBlock(_component_base_alert, { key: 0 }, {
8823
8911
  default: withCtx(() => [
8824
- createTextVNode(toDisplayString(unref(x)(unref(error2))), 1)
8912
+ createTextVNode(toDisplayString(unref(b$1)(unref(error2))), 1)
8825
8913
  ]),
8826
8914
  _: 1
8827
8915
  })) : createCommentVNode("", true),
@@ -8879,15 +8967,15 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
8879
8967
  const { state, send: send2 } = useAuth();
8880
8968
  const useAuthShared = createSharedComposable(useAuthenticator);
8881
8969
  const props = useAuthShared();
8882
- const actorState = computed(() => t$4(state.value));
8970
+ const actorState = computed(() => t$3(state.value));
8883
8971
  const challengeName = actorState.value.context.challengeName;
8884
8972
  let mfaType = "SMS";
8885
8973
  if (challengeName === E$3.SOFTWARE_TOKEN_MFA) {
8886
8974
  mfaType = "TOTP";
8887
8975
  }
8888
8976
  const confirmSignInHeading = `Confirm ${mfaType} Code`;
8889
- const backSignInText = computed(() => x("Back to Sign In"));
8890
- const confirmText = computed(() => x("Confirm"));
8977
+ const backSignInText = computed(() => b$1("Back to Sign In"));
8978
+ const confirmText = computed(() => b$1("Confirm"));
8891
8979
  const onInput = (e2) => {
8892
8980
  const { name, value } = e2.target;
8893
8981
  send2({
@@ -8903,7 +8991,7 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
8903
8991
  }
8904
8992
  };
8905
8993
  const submit = (e2) => {
8906
- props.submitForm(n$1(e2));
8994
+ props.submitForm(n$2(e2));
8907
8995
  };
8908
8996
  const onBackToSignInClicked = () => {
8909
8997
  if (attrs == null ? void 0 : attrs.onBackToSignInClicked) {
@@ -8961,7 +9049,7 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
8961
9049
  default: withCtx(() => {
8962
9050
  var _a3, _b2;
8963
9051
  return [
8964
- createTextVNode(toDisplayString(unref(x)((_b2 = (_a3 = unref(actorState)) == null ? void 0 : _a3.context) == null ? void 0 : _b2.remoteError)), 1)
9052
+ createTextVNode(toDisplayString(unref(b$1)((_b2 = (_a3 = unref(actorState)) == null ? void 0 : _a3.context) == null ? void 0 : _b2.remoteError)), 1)
8965
9053
  ];
8966
9054
  }),
8967
9055
  _: 1
@@ -11028,16 +11116,16 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
11028
11116
  const { value: { context } } = state;
11029
11117
  const formOverrides = (_b = (_a2 = context == null ? void 0 : context.config) == null ? void 0 : _a2.formFields) == null ? void 0 : _b.setupTOTP;
11030
11118
  const QROR = formOverrides == null ? void 0 : formOverrides["QR"];
11031
- const actorState = computed(() => t$4(state.value));
11119
+ const actorState = computed(() => t$3(state.value));
11032
11120
  let qrCode = reactive({
11033
11121
  qrCodeImageSource: "",
11034
11122
  isLoading: true
11035
11123
  });
11036
11124
  let secretKey = ref("");
11037
- let copyTextLabel = ref(x("COPY"));
11125
+ let copyTextLabel = ref(b$1("COPY"));
11038
11126
  function copyText() {
11039
11127
  navigator.clipboard.writeText(secretKey.value);
11040
- copyTextLabel.value = x("COPIED");
11128
+ copyTextLabel.value = b$1("COPIED");
11041
11129
  }
11042
11130
  onMounted(async () => {
11043
11131
  var _a3, _b2;
@@ -11058,8 +11146,8 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
11058
11146
  qrCode.isLoading = false;
11059
11147
  }
11060
11148
  });
11061
- const backSignInText = computed(() => x("Back to Sign In"));
11062
- const confirmText = computed(() => x("Confirm"));
11149
+ const backSignInText = computed(() => b$1("Back to Sign In"));
11150
+ const confirmText = computed(() => b$1("Confirm"));
11063
11151
  const onInput = (e2) => {
11064
11152
  const { name, value } = e2.target;
11065
11153
  send2({
@@ -11075,7 +11163,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
11075
11163
  }
11076
11164
  };
11077
11165
  const submit = (e2) => {
11078
- props.submitForm(n$1(e2));
11166
+ props.submitForm(n$2(e2));
11079
11167
  };
11080
11168
  const onBackToSignInClicked = () => {
11081
11169
  if (attrs == null ? void 0 : attrs.onBackToSignInClicked) {
@@ -11163,7 +11251,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
11163
11251
  return [
11164
11252
  ((_a3 = unref(actorState).context) == null ? void 0 : _a3.remoteError) ? (openBlock(), createBlock(_component_base_alert, { key: 0 }, {
11165
11253
  default: withCtx(() => [
11166
- createTextVNode(toDisplayString(unref(x)(unref(actorState).context.remoteError)), 1)
11254
+ createTextVNode(toDisplayString(unref(b$1)(unref(actorState).context.remoteError)), 1)
11167
11255
  ]),
11168
11256
  _: 1
11169
11257
  })) : createCommentVNode("", true),
@@ -11234,10 +11322,10 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
11234
11322
  const { state, send: send2 } = useAuth();
11235
11323
  const useAuthShared = createSharedComposable(useAuthenticator);
11236
11324
  const props = useAuthShared();
11237
- const actorState = computed(() => t$4(state.value));
11238
- const changePasswordLabel = computed(() => x("Change Password"));
11239
- const changingPasswordLabel = computed(() => x("Changing"));
11240
- const backSignInText = computed(() => x("Back to Sign In"));
11325
+ const actorState = computed(() => t$3(state.value));
11326
+ const changePasswordLabel = computed(() => b$1("Change Password"));
11327
+ const changingPasswordLabel = computed(() => b$1("Changing"));
11328
+ const backSignInText = computed(() => b$1("Back to Sign In"));
11241
11329
  const onHaveAccountClicked = () => {
11242
11330
  if (attrs == null ? void 0 : attrs.onHaveAccountClicked) {
11243
11331
  emit("haveAccountClicked");
@@ -11255,7 +11343,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
11255
11343
  }
11256
11344
  };
11257
11345
  const submit = (e2) => {
11258
- props.submitForm(n$1(e2));
11346
+ props.submitForm(n$2(e2));
11259
11347
  };
11260
11348
  const onInput = (e2) => {
11261
11349
  const { name, value } = e2.target;
@@ -11317,7 +11405,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
11317
11405
  "data-ui-error": ""
11318
11406
  }, {
11319
11407
  default: withCtx(() => [
11320
- createTextVNode(toDisplayString(unref(x)(unref(actorState).context.remoteError)), 1)
11408
+ createTextVNode(toDisplayString(unref(b$1)(unref(actorState).context.remoteError)), 1)
11321
11409
  ]),
11322
11410
  _: 1
11323
11411
  })) : createCommentVNode("", true),
@@ -11376,9 +11464,9 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
11376
11464
  const useAuthShared = createSharedComposable(useAuthenticator);
11377
11465
  const { send: send2, submitForm } = useAuthShared();
11378
11466
  const { error: error2, isPending } = toRefs(useAuthShared());
11379
- const backSignInText = computed(() => x("Back to Sign In"));
11380
- const resetPasswordHeading = computed(() => x("Reset your password"));
11381
- const resetPasswordText = computed(() => x("Send Code"));
11467
+ const backSignInText = computed(() => b$1("Back to Sign In"));
11468
+ const resetPasswordHeading = computed(() => b$1("Reset your password"));
11469
+ const resetPasswordText = computed(() => b$1("Send Code"));
11382
11470
  const onResetPasswordSubmit = (e2) => {
11383
11471
  if (attrs == null ? void 0 : attrs.onResetPasswordSubmit) {
11384
11472
  emit("resetPasswordSubmit", e2);
@@ -11387,7 +11475,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
11387
11475
  }
11388
11476
  };
11389
11477
  const submit = (e2) => {
11390
- submitForm(n$1(e2));
11478
+ submitForm(n$2(e2));
11391
11479
  };
11392
11480
  const onInput = (e2) => {
11393
11481
  const { name, value } = e2.target;
@@ -11446,7 +11534,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
11446
11534
  default: withCtx(() => [
11447
11535
  unref(error2) ? (openBlock(), createBlock(_component_base_alert, { key: 0 }, {
11448
11536
  default: withCtx(() => [
11449
- createTextVNode(toDisplayString(unref(x)(unref(error2))), 1)
11537
+ createTextVNode(toDisplayString(unref(b$1)(unref(error2))), 1)
11450
11538
  ]),
11451
11539
  _: 1
11452
11540
  })) : createCommentVNode("", true),
@@ -11501,10 +11589,10 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
11501
11589
  const useAuthShared = createSharedComposable(useAuthenticator);
11502
11590
  const props = useAuthShared();
11503
11591
  const attrs = useAttrs();
11504
- const actorState = computed(() => t$4(state.value));
11505
- const resendCodeText = computed(() => x("Resend Code"));
11506
- const confirmResetPasswordHeading = computed(() => x("Reset your Password"));
11507
- const confirmResetPasswordText = computed(() => x("Submit"));
11592
+ const actorState = computed(() => t$3(state.value));
11593
+ const resendCodeText = computed(() => b$1("Resend Code"));
11594
+ const confirmResetPasswordHeading = computed(() => b$1("Reset your Password"));
11595
+ const confirmResetPasswordText = computed(() => b$1("Submit"));
11508
11596
  const onConfirmResetPasswordSubmit = (e2) => {
11509
11597
  if (attrs == null ? void 0 : attrs.onConfirmResetPasswordSubmit) {
11510
11598
  emit("confirmResetPasswordSubmit", e2);
@@ -11513,7 +11601,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
11513
11601
  }
11514
11602
  };
11515
11603
  const submit = (e2) => {
11516
- props.submitForm(n$1(e2));
11604
+ props.submitForm(n$2(e2));
11517
11605
  };
11518
11606
  const onLostYourCodeClicked = () => {
11519
11607
  send2({
@@ -11579,7 +11667,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
11579
11667
  default: withCtx(() => {
11580
11668
  var _a3, _b2;
11581
11669
  return [
11582
- createTextVNode(toDisplayString(unref(x)((_b2 = (_a3 = unref(actorState)) == null ? void 0 : _a3.context) == null ? void 0 : _b2.remoteError)), 1)
11670
+ createTextVNode(toDisplayString(unref(b$1)((_b2 = (_a3 = unref(actorState)) == null ? void 0 : _a3.context) == null ? void 0 : _b2.remoteError)), 1)
11583
11671
  ];
11584
11672
  }),
11585
11673
  _: 1
@@ -11638,12 +11726,12 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
11638
11726
  const props = useAuthShared();
11639
11727
  const attrs = useAttrs();
11640
11728
  const { state, send: send2 } = useAuth();
11641
- const actorState = computed(() => t$4(state.value));
11729
+ const actorState = computed(() => t$3(state.value));
11642
11730
  const unverifiedAttributes = actorState.value.context.unverifiedAttributes;
11643
- const verifyHeading = computed(() => x("Account recovery requires verified contact information"));
11644
- const skipText = computed(() => x("Skip"));
11645
- const verifyText = computed(() => x("Verify"));
11646
- const verifyContactText = computed(() => x("Verify Contact"));
11731
+ const verifyHeading = computed(() => b$1("Account recovery requires verified contact information"));
11732
+ const skipText = computed(() => b$1("Skip"));
11733
+ const verifyText = computed(() => b$1("Verify"));
11734
+ const verifyContactText = computed(() => b$1("Verify Contact"));
11647
11735
  const onInput = (e2) => {
11648
11736
  const { name, value } = e2.target;
11649
11737
  send2({
@@ -11659,7 +11747,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
11659
11747
  }
11660
11748
  };
11661
11749
  const submit = (e2) => {
11662
- props.submitForm(n$1(e2));
11750
+ props.submitForm(n$2(e2));
11663
11751
  };
11664
11752
  const onSkipClicked = () => {
11665
11753
  if (attrs == null ? void 0 : attrs.onSkipClicked) {
@@ -11764,7 +11852,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
11764
11852
  default: withCtx(() => {
11765
11853
  var _a3;
11766
11854
  return [
11767
- createTextVNode(toDisplayString(unref(x)((_a3 = unref(actorState)) == null ? void 0 : _a3.context.remoteError)), 1)
11855
+ createTextVNode(toDisplayString(unref(b$1)((_a3 = unref(actorState)) == null ? void 0 : _a3.context.remoteError)), 1)
11768
11856
  ];
11769
11857
  }),
11770
11858
  _: 1
@@ -11824,10 +11912,10 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
11824
11912
  const props = useAuthShared();
11825
11913
  const attrs = useAttrs();
11826
11914
  const { state, send: send2 } = useAuth();
11827
- const actorState = computed(() => t$4(state.value));
11828
- const verifyHeading = computed(() => x("Account recovery requires verified contact information"));
11829
- const skipText = computed(() => x("Skip"));
11830
- const submitText = computed(() => x("Submit"));
11915
+ const actorState = computed(() => t$3(state.value));
11916
+ const verifyHeading = computed(() => b$1("Account recovery requires verified contact information"));
11917
+ const skipText = computed(() => b$1("Skip"));
11918
+ const submitText = computed(() => b$1("Submit"));
11831
11919
  const onInput = (e2) => {
11832
11920
  const { name, value } = e2.target;
11833
11921
  send2({
@@ -11843,7 +11931,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
11843
11931
  }
11844
11932
  };
11845
11933
  const submit = (e2) => {
11846
- props.submitForm(n$1(e2));
11934
+ props.submitForm(n$2(e2));
11847
11935
  };
11848
11936
  const onSkipClicked = () => {
11849
11937
  if (attrs == null ? void 0 : attrs.onSkipClicked) {
@@ -11900,7 +11988,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
11900
11988
  default: withCtx(() => {
11901
11989
  var _a3;
11902
11990
  return [
11903
- createTextVNode(toDisplayString(unref(x)((_a3 = unref(actorState)) == null ? void 0 : _a3.context.remoteError)), 1)
11991
+ createTextVNode(toDisplayString(unref(b$1)((_a3 = unref(actorState)) == null ? void 0 : _a3.context.remoteError)), 1)
11904
11992
  ];
11905
11993
  }),
11906
11994
  _: 1
@@ -12019,7 +12107,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
12019
12107
  if (unsubscribeMachine)
12020
12108
  unsubscribeMachine();
12021
12109
  });
12022
- const actorState = computed(() => t$4(state.value));
12110
+ const actorState = computed(() => t$3(state.value));
12023
12111
  const signInComponent = ref();
12024
12112
  const signUpComponent = ref();
12025
12113
  const confirmSignUpComponent = ref();
@@ -12030,8 +12118,8 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
12030
12118
  const confirmResetPasswordComponent = ref();
12031
12119
  const verifyUserComponent = ref();
12032
12120
  const confirmVerifyUserComponent = ref();
12033
- const signInLabel = computed(() => x("Create Account"));
12034
- const createAccountLabel = computed(() => x("Sign In"));
12121
+ const signInLabel = computed(() => b$1("Create Account"));
12122
+ const createAccountLabel = computed(() => b$1("Sign In"));
12035
12123
  const onSignInSubmitI = (e2) => {
12036
12124
  var _a2;
12037
12125
  if (attrs == null ? void 0 : attrs.onSignInSubmit) {
@@ -12503,7 +12591,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
12503
12591
  };
12504
12592
  }
12505
12593
  });
12506
- var styles = /* @__PURE__ */ (() => ':root,[data-amplify-theme]{--amplify-transforms-slide-x-large: translateX(2em);--amplify-transforms-slide-x-medium: translateX(1em);--amplify-transforms-slide-x-small: translateX(.5em);--amplify-time-long: .5s;--amplify-time-medium: .25s;--amplify-time-short: .1s;--amplify-space-relative-full: 100%;--amplify-space-relative-xxxl: 4.5em;--amplify-space-relative-xxl: 3em;--amplify-space-relative-xl: 2em;--amplify-space-relative-large: 1.5em;--amplify-space-relative-medium: 1em;--amplify-space-relative-small: .75em;--amplify-space-relative-xs: .5em;--amplify-space-relative-xxs: .375em;--amplify-space-relative-xxxs: .25em;--amplify-space-xxxl: 4.5rem;--amplify-space-xxl: 3rem;--amplify-space-xl: 2rem;--amplify-space-large: 1.5rem;--amplify-space-medium: 1rem;--amplify-space-small: .75rem;--amplify-space-xs: .5rem;--amplify-space-xxs: .375rem;--amplify-space-xxxs: .25rem;--amplify-space-zero: 0;--amplify-radii-xxxl: 8rem;--amplify-radii-xxl: 4rem;--amplify-radii-xl: 2rem;--amplify-radii-large: 1rem;--amplify-radii-medium: .5rem;--amplify-radii-small: .25rem;--amplify-radii-xs: .125rem;--amplify-outline-widths-large: 3px;--amplify-outline-widths-medium: 2px;--amplify-outline-widths-small: 1px;--amplify-outline-offsets-large: 3px;--amplify-outline-offsets-medium: 2px;--amplify-outline-offsets-small: 1px;--amplify-opacities-100: 1;--amplify-opacities-90: .9;--amplify-opacities-80: .8;--amplify-opacities-70: .7;--amplify-opacities-60: .6;--amplify-opacities-50: .5;--amplify-opacities-40: .4;--amplify-opacities-30: .3;--amplify-opacities-20: .2;--amplify-opacities-10: .1;--amplify-opacities-0: 0;--amplify-line-heights-large: 2;--amplify-line-heights-medium: 1.5;--amplify-line-heights-small: 1.25;--amplify-font-weights-black: 900;--amplify-font-weights-extrabold: 800;--amplify-font-weights-bold: 700;--amplify-font-weights-semibold: 600;--amplify-font-weights-medium: 500;--amplify-font-weights-normal: 400;--amplify-font-weights-light: 300;--amplify-font-weights-thin: 200;--amplify-font-weights-hairline: 100;--amplify-font-sizes-xxxxl: 3rem;--amplify-font-sizes-xxxl: 2.5rem;--amplify-font-sizes-xxl: 2rem;--amplify-font-sizes-xl: 1.5rem;--amplify-font-sizes-large: 1.25rem;--amplify-font-sizes-medium: 1rem;--amplify-font-sizes-small: .875rem;--amplify-font-sizes-xs: .75rem;--amplify-font-sizes-xxs: .5rem;--amplify-font-sizes-xxxs: .375rem;--amplify-fonts-default-static: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", sans-serif;--amplify-fonts-default-variable: "InterVariable", "Inter var", "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", sans-serif;--amplify-colors-transparent: transparent;--amplify-colors-white: hsl(0, 0%, 100%);--amplify-colors-black: hsl(0, 0%, 0%);--amplify-colors-overlay-90: hsla(0, 0%, 0%, .9);--amplify-colors-overlay-80: hsla(0, 0%, 0%, .8);--amplify-colors-overlay-70: hsla(0, 0%, 0%, .7);--amplify-colors-overlay-60: hsla(0, 0%, 0%, .6);--amplify-colors-overlay-50: hsla(0, 0%, 0%, .5);--amplify-colors-overlay-40: hsla(0, 0%, 0%, .4);--amplify-colors-overlay-30: hsla(0, 0%, 0%, .3);--amplify-colors-overlay-20: hsla(0, 0%, 0%, .2);--amplify-colors-overlay-10: hsla(0, 0%, 0%, .1);--amplify-colors-shadow-tertiary: hsla(210, 50%, 10%, .05);--amplify-colors-shadow-secondary: hsla(210, 50%, 10%, .15);--amplify-colors-shadow-primary: hsla(210, 50%, 10%, .25);--amplify-colors-neutral-100: hsl(210, 50%, 10%);--amplify-colors-neutral-90: hsl(210, 25%, 25%);--amplify-colors-neutral-80: hsl(210, 10%, 40%);--amplify-colors-neutral-60: hsl(210, 8%, 55%);--amplify-colors-neutral-40: hsl(210, 5%, 87%);--amplify-colors-neutral-20: hsl(210, 5%, 94%);--amplify-colors-neutral-10: hsl(210, 5%, 98%);--amplify-colors-pink-100: hsl(340, 100%, 15%);--amplify-colors-pink-90: hsl(340, 100%, 20%);--amplify-colors-pink-80: hsl(340, 95%, 30%);--amplify-colors-pink-60: hsl(340, 50%, 50%);--amplify-colors-pink-40: hsl(340, 70%, 70%);--amplify-colors-pink-20: hsl(340, 90%, 85%);--amplify-colors-pink-10: hsl(340, 95%, 95%);--amplify-colors-purple-100: hsl(300, 100%, 15%);--amplify-colors-purple-90: hsl(300, 100%, 20%);--amplify-colors-purple-80: hsl(300, 95%, 30%);--amplify-colors-purple-60: hsl(300, 50%, 50%);--amplify-colors-purple-40: hsl(300, 70%, 70%);--amplify-colors-purple-20: hsl(300, 85%, 85%);--amplify-colors-purple-10: hsl(300, 95%, 95%);--amplify-colors-blue-100: hsl(220, 100%, 15%);--amplify-colors-blue-90: hsl(220, 100%, 20%);--amplify-colors-blue-80: hsl(220, 95%, 30%);--amplify-colors-blue-60: hsl(220, 50%, 50%);--amplify-colors-blue-40: hsl(220, 70%, 70%);--amplify-colors-blue-20: hsl(220, 85%, 85%);--amplify-colors-blue-10: hsl(220, 95%, 95%);--amplify-colors-teal-100: hsl(190, 100%, 15%);--amplify-colors-teal-90: hsl(190, 100%, 20%);--amplify-colors-teal-80: hsl(190, 95%, 30%);--amplify-colors-teal-60: hsl(190, 50%, 50%);--amplify-colors-teal-40: hsl(190, 70%, 70%);--amplify-colors-teal-20: hsl(190, 75%, 85%);--amplify-colors-teal-10: hsl(190, 75%, 95%);--amplify-colors-green-100: hsl(130, 22%, 23%);--amplify-colors-green-90: hsl(130, 27%, 29%);--amplify-colors-green-80: hsl(130, 33%, 37%);--amplify-colors-green-60: hsl(130, 43%, 46%);--amplify-colors-green-40: hsl(130, 44%, 63%);--amplify-colors-green-20: hsl(130, 60%, 90%);--amplify-colors-green-10: hsl(130, 60%, 95%);--amplify-colors-yellow-100: hsl(60, 100%, 15%);--amplify-colors-yellow-90: hsl(60, 100%, 20%);--amplify-colors-yellow-80: hsl(60, 95%, 30%);--amplify-colors-yellow-60: hsl(60, 50%, 50%);--amplify-colors-yellow-40: hsl(60, 75%, 75%);--amplify-colors-yellow-20: hsl(60, 75%, 85%);--amplify-colors-yellow-10: hsl(60, 75%, 95%);--amplify-colors-orange-100: hsl(30, 100%, 15%);--amplify-colors-orange-90: hsl(30, 100%, 20%);--amplify-colors-orange-80: hsl(30, 95%, 30%);--amplify-colors-orange-60: hsl(30, 50%, 50%);--amplify-colors-orange-40: hsl(30, 75%, 75%);--amplify-colors-orange-20: hsl(30, 75%, 85%);--amplify-colors-orange-10: hsl(30, 75%, 95%);--amplify-colors-red-100: hsl(0, 100%, 15%);--amplify-colors-red-90: hsl(0, 100%, 20%);--amplify-colors-red-80: hsl(0, 95%, 30%);--amplify-colors-red-60: hsl(0, 50%, 50%);--amplify-colors-red-40: hsl(0, 75%, 75%);--amplify-colors-red-20: hsl(0, 75%, 85%);--amplify-colors-red-10: hsl(0, 75%, 95%);--amplify-border-widths-large: 3px;--amplify-border-widths-medium: 2px;--amplify-border-widths-small: 1px;--amplify-components-togglebuttongroup-justify-content: flex-start;--amplify-components-togglebuttongroup-align-content: center;--amplify-components-togglebuttongroup-align-items: center;--amplify-components-tabs-item-disabled-background-color: transparent;--amplify-components-tabs-item-active-background-color: transparent;--amplify-components-tabs-item-text-align: center;--amplify-components-tabs-item-border-style: solid;--amplify-components-tabs-item-background-color: transparent;--amplify-components-tabs-gap: 0;--amplify-components-tabs-border-style: solid;--amplify-components-tabs-background-color: transparent;--amplify-components-table-caption-word-break: break-all;--amplify-components-table-caption-text-align: center;--amplify-components-table-caption-display: table-caption;--amplify-components-table-caption-caption-side: bottom;--amplify-components-table-data-vertical-align: middle;--amplify-components-table-data-display: table-cell;--amplify-components-table-data-border-style: solid;--amplify-components-table-header-vertical-align: middle;--amplify-components-table-header-display: table-cell;--amplify-components-table-header-border-style: solid;--amplify-components-table-row-vertical-align: middle;--amplify-components-table-row-display: table-row;--amplify-components-table-foot-vertical-align: middle;--amplify-components-table-foot-display: table-footer-group;--amplify-components-table-body-vertical-align: middle;--amplify-components-table-body-display: table-row-group;--amplify-components-table-head-vertical-align: middle;--amplify-components-table-head-display: table-header-group;--amplify-components-table-width: 100%;--amplify-components-table-display: table;--amplify-components-table-border-collapse: collapse;--amplify-components-stepperfield-input-text-align: center;--amplify-components-stepperfield-flex-direction: column;--amplify-components-sliderfield-large-thumb-height: 1.5rem;--amplify-components-sliderfield-large-thumb-width: 1.5rem;--amplify-components-sliderfield-large-track-height: .625rem;--amplify-components-sliderfield-small-thumb-height: 1rem;--amplify-components-sliderfield-small-thumb-width: 1rem;--amplify-components-sliderfield-small-track-height: .25rem;--amplify-components-sliderfield-thumb-disabled-box-shadow: none;--amplify-components-sliderfield-thumb-disabled-border-color: transparent;--amplify-components-sliderfield-thumb-border-style: solid;--amplify-components-sliderfield-thumb-border-radius: 50%;--amplify-components-sliderfield-thumb-height: 1.25rem;--amplify-components-sliderfield-thumb-width: 1.25rem;--amplify-components-sliderfield-range-border-radius: 9999px;--amplify-components-sliderfield-track-min-width: 10rem;--amplify-components-sliderfield-track-height: .375rem;--amplify-components-sliderfield-track-border-radius: 9999px;--amplify-components-selectfield-flex-direction: column;--amplify-components-select-large-min-width: 7.5rem;--amplify-components-select-small-min-width: 5.5rem;--amplify-components-select-min-width: 6.5rem;--amplify-components-select-white-space: nowrap;--amplify-components-select-icon-wrapper-pointer-events: none;--amplify-components-select-icon-wrapper-transform: translateY(-50%);--amplify-components-select-icon-wrapper-top: 50%;--amplify-components-select-icon-wrapper-position: absolute;--amplify-components-select-icon-wrapper-align-items: center;--amplify-components-select-wrapper-cursor: pointer;--amplify-components-select-wrapper-position: relative;--amplify-components-select-wrapper-display: block;--amplify-components-select-wrapper-flex: 1;--amplify-components-radio-button-outline-style: solid;--amplify-components-radio-button-transition-property: all;--amplify-components-radio-button-border-radius: 50%;--amplify-components-radio-button-border-style: solid;--amplify-components-radio-button-box-sizing: border-box;--amplify-components-radio-button-justify-content: center;--amplify-components-radio-button-align-items: center;--amplify-components-radio-disabled-cursor: not-allowed;--amplify-components-radio-gap: inherit;--amplify-components-radio-justify-content: flex-start;--amplify-components-radio-align-items: center;--amplify-components-pagination-ellipsis-justify-content: center;--amplify-components-pagination-ellipsis-align-items: baseline;--amplify-components-pagination-button-transition-property: background-color;--amplify-components-pagination-current-justify-content: center;--amplify-components-pagination-current-align-items: center;--amplify-components-menu-item-min-height: 2.5rem;--amplify-components-menu-min-width: 14rem;--amplify-components-menu-max-width: 30rem;--amplify-components-menu-flex-direction: column;--amplify-components-menu-border-style: solid;--amplify-components-loader-linear-animation-duration: 1s;--amplify-components-loader-linear-stroke-linecap: round;--amplify-components-loader-linear-min-width: 5rem;--amplify-components-loader-linear-width: 100%;--amplify-components-loader-animation-duration: 1s;--amplify-components-loader-stroke-linecap: round;--amplify-components-image-object-position: initial;--amplify-components-image-object-fit: initial;--amplify-components-image-height: auto;--amplify-components-image-max-width: 100%;--amplify-components-icon-height: 1em;--amplify-components-icon-line-height: 1;--amplify-components-flex-flex-wrap: nowrap;--amplify-components-flex-align-content: normal;--amplify-components-flex-align-items: stretch;--amplify-components-flex-justify-content: normal;--amplify-components-fieldmessages-description-font-style: italic;--amplify-components-fieldgroup-outer-align-items: center;--amplify-components-fieldgroup-vertical-align-items: center;--amplify-components-fieldcontrol-disabled-cursor: not-allowed;--amplify-components-fieldcontrol-quiet-border-radius: 0;--amplify-components-fieldcontrol-quiet-border-block-start: none;--amplify-components-fieldcontrol-quiet-border-inline-end: none;--amplify-components-fieldcontrol-quiet-border-inline-start: none;--amplify-components-fieldcontrol-quiet-border-style: none;--amplify-components-fieldcontrol-outline-style: solid;--amplify-components-fieldcontrol-border-style: solid;--amplify-components-expander-icon-transition-timing-function: cubic-bezier(.87, 0, .13, 1);--amplify-components-expander-content-closed-animation-timing-function: cubic-bezier(.87, 0, .13, 1);--amplify-components-expander-content-open-animation-timing-function: cubic-bezier(.87, 0, .13, 1);--amplify-components-expander-trigger-justify-content: space-between;--amplify-components-expander-trigger-align-items: center;--amplify-components-expander-trigger-min-height: 3rem;--amplify-components-expander-item-margin-top: 1px;--amplify-components-expander-width: 100%;--amplify-components-expander-display: block;--amplify-components-divider-border-style: solid;--amplify-components-checkboxfield-justify-content: center;--amplify-components-checkboxfield-flex-direction: column;--amplify-components-checkboxfield-align-content: center;--amplify-components-checkboxfield-align-items: flex-start;--amplify-components-checkbox-icon-checked-transform: scale(1);--amplify-components-checkbox-icon-transition-timing-function: ease-in-out;--amplify-components-checkbox-icon-transition-property: all;--amplify-components-checkbox-icon-transform: scale(0);--amplify-components-checkbox-icon-border-radius: 20%;--amplify-components-checkbox-button-focus-outline-style: solid;--amplify-components-checkbox-button-before-border-style: solid;--amplify-components-checkbox-button-before-border-radius: 20%;--amplify-components-checkbox-button-before-height: 100%;--amplify-components-checkbox-button-before-width: 100%;--amplify-components-checkbox-button-justify-content: center;--amplify-components-checkbox-button-align-items: center;--amplify-components-checkbox-button-position: relative;--amplify-components-checkbox-disabled-cursor: not-allowed;--amplify-components-checkbox-align-items: center;--amplify-components-checkbox-cursor: pointer;--amplify-components-card-elevated-border-color: transparent;--amplify-components-card-elevated-border-style: solid;--amplify-components-card-elevated-border-width: 0;--amplify-components-card-outlined-border-style: solid;--amplify-components-card-box-shadow: none;--amplify-components-card-border-color: transparent;--amplify-components-card-border-style: solid;--amplify-components-card-border-width: 0;--amplify-components-button-loader-wrapper-align-items: center;--amplify-components-button-link-loading-background-color: transparent;--amplify-components-button-link-loading-border-color: transparent;--amplify-components-button-link-disabled-background-color: transparent;--amplify-components-button-link-disabled-border-color: transparent;--amplify-components-button-link-active-border-color: transparent;--amplify-components-button-link-focus-border-color: transparent;--amplify-components-button-link-hover-border-color: transparent;--amplify-components-button-link-border-color: transparent;--amplify-components-button-link-background-color: transparent;--amplify-components-button-menu-justify-content: start;--amplify-components-button-menu-background-color: transparent;--amplify-components-button-primary-active-border-color: transparent;--amplify-components-button-primary-focus-border-color: transparent;--amplify-components-button-primary-hover-border-color: transparent;--amplify-components-button-primary-loading-border-color: transparent;--amplify-components-button-primary-disabled-border-color: transparent;--amplify-components-button-primary-border-style: solid;--amplify-components-button-primary-border-color: transparent;--amplify-components-button-disabled-background-color: transparent;--amplify-components-button-loading-background-color: transparent;--amplify-components-badge-text-align: center;--amplify-components-badge-line-height: 1;--amplify-components-authenticator-router-border-style: solid;--amplify-components-authenticator-container-width-max: 30rem;--amplify-components-authenticator-max-width: 60rem;--amplify-components-alert-justify-content: space-between;--amplify-components-alert-align-items: center;--amplify-shadows-large: 0px 4px 12px var(--amplify-colors-shadow-primary);--amplify-shadows-medium: 0px 2px 6px var(--amplify-colors-shadow-secondary);--amplify-shadows-small: 0px 2px 4px var(--amplify-colors-shadow-tertiary);--amplify-colors-border-error: var(--amplify-colors-red-80);--amplify-colors-border-tertiary: var(--amplify-colors-neutral-20);--amplify-colors-border-secondary: var(--amplify-colors-neutral-40);--amplify-colors-border-primary: var(--amplify-colors-neutral-60);--amplify-colors-background-success: var(--amplify-colors-green-20);--amplify-colors-background-error: var(--amplify-colors-red-20);--amplify-colors-background-warning: var(--amplify-colors-orange-20);--amplify-colors-background-info: var(--amplify-colors-blue-20);--amplify-colors-background-quaternary: var(--amplify-colors-neutral-60);--amplify-colors-background-tertiary: var(--amplify-colors-neutral-20);--amplify-colors-background-secondary: var(--amplify-colors-neutral-10);--amplify-colors-background-primary: var(--amplify-colors-white);--amplify-colors-font-success: var(--amplify-colors-green-90);--amplify-colors-font-error: var(--amplify-colors-red-90);--amplify-colors-font-warning: var(--amplify-colors-orange-90);--amplify-colors-font-info: var(--amplify-colors-blue-90);--amplify-colors-font-inverse: var(--amplify-colors-white);--amplify-colors-font-disabled: var(--amplify-colors-neutral-60);--amplify-colors-font-tertiary: var(--amplify-colors-neutral-80);--amplify-colors-font-secondary: var(--amplify-colors-neutral-90);--amplify-colors-font-primary: var(--amplify-colors-neutral-100);--amplify-colors-brand-secondary-100: var(--amplify-colors-purple-100);--amplify-colors-brand-secondary-90: var(--amplify-colors-purple-90);--amplify-colors-brand-secondary-80: var(--amplify-colors-purple-80);--amplify-colors-brand-secondary-60: var(--amplify-colors-purple-60);--amplify-colors-brand-secondary-40: var(--amplify-colors-purple-40);--amplify-colors-brand-secondary-20: var(--amplify-colors-purple-20);--amplify-colors-brand-secondary-10: var(--amplify-colors-purple-10);--amplify-colors-brand-primary-100: var(--amplify-colors-teal-100);--amplify-colors-brand-primary-90: var(--amplify-colors-teal-90);--amplify-colors-brand-primary-80: var(--amplify-colors-teal-80);--amplify-colors-brand-primary-60: var(--amplify-colors-teal-60);--amplify-colors-brand-primary-40: var(--amplify-colors-teal-40);--amplify-colors-brand-primary-20: var(--amplify-colors-teal-20);--amplify-colors-brand-primary-10: var(--amplify-colors-teal-10);--amplify-components-togglebutton-link-pressed-hover-background-color: var(--amplify-colors-transparent);--amplify-components-togglebutton-link-pressed-hover-color: var(--amplify-colors-overlay-90);--amplify-components-togglebutton-link-pressed-focus-color: var(--amplify-colors-overlay-90);--amplify-components-togglebutton-link-pressed-focus-background-color: var(--amplify-colors-transparent);--amplify-components-togglebutton-link-pressed-color: var(--amplify-colors-overlay-90);--amplify-components-togglebutton-link-pressed-background-color: var(--amplify-colors-transparent);--amplify-components-togglebutton-link-disabled-background-color: var(--amplify-colors-transparent);--amplify-components-togglebutton-link-focus-color: var(--amplify-colors-overlay-50);--amplify-components-togglebutton-link-focus-background-color: var(--amplify-colors-transparent);--amplify-components-togglebutton-link-hover-color: var(--amplify-colors-overlay-50);--amplify-components-togglebutton-link-hover-background-color: var(--amplify-colors-transparent);--amplify-components-togglebutton-link-color: var(--amplify-colors-overlay-50);--amplify-components-togglebutton-link-background-color: var(--amplify-colors-transparent);--amplify-components-togglebutton-primary-hover-background-color: var(--amplify-colors-overlay-10);--amplify-components-togglebutton-primary-focus-background-color: var(--amplify-colors-transparent);--amplify-components-togglebutton-primary-border-width: var(--amplify-border-widths-small);--amplify-components-togglebutton-primary-background-color: var(--amplify-colors-transparent);--amplify-components-togglebutton-pressed-hover-background-color: var(--amplify-colors-overlay-30);--amplify-components-togglebutton-pressed-background-color: var(--amplify-colors-overlay-20);--amplify-components-togglebutton-disabled-background-color: var(--amplify-colors-transparent);--amplify-components-togglebutton-active-background-color: var(--amplify-colors-transparent);--amplify-components-togglebutton-hover-background-color: var(--amplify-colors-overlay-10);--amplify-components-tabs-item-transition-duration: var(--amplify-time-medium);--amplify-components-tabs-item-padding-horizontal: var(--amplify-space-medium);--amplify-components-tabs-item-padding-vertical: var(--amplify-space-small);--amplify-components-tabs-item-font-weight: 700;--amplify-components-tabs-item-font-size: var(--amplify-font-sizes-medium);--amplify-components-tabs-item-border-width: var(--amplify-border-widths-medium);--amplify-components-tabs-border-width: var(--amplify-border-widths-medium);--amplify-components-table-caption-small-font-size: var(--amplify-font-sizes-small);--amplify-components-table-caption-large-font-size: var(--amplify-font-sizes-large);--amplify-components-table-caption-font-size: var(--amplify-font-sizes-medium);--amplify-components-table-data-small-padding: var(--amplify-space-xs);--amplify-components-table-data-small-font-size: var(--amplify-font-sizes-small);--amplify-components-table-data-large-padding: var(--amplify-space-large);--amplify-components-table-data-large-font-size: var(--amplify-font-sizes-large);--amplify-components-table-data-padding: var(--amplify-space-medium);--amplify-components-table-data-font-weight: 400;--amplify-components-table-data-font-size: var(--amplify-font-sizes-medium);--amplify-components-table-data-border-width: var(--amplify-border-widths-small);--amplify-components-table-header-small-padding: var(--amplify-space-xs);--amplify-components-table-header-small-font-size: var(--amplify-font-sizes-small);--amplify-components-table-header-large-padding: var(--amplify-space-large);--amplify-components-table-header-large-font-size: var(--amplify-font-sizes-large);--amplify-components-table-header-padding: var(--amplify-space-medium);--amplify-components-table-header-font-weight: 700;--amplify-components-table-header-font-size: var(--amplify-font-sizes-medium);--amplify-components-table-header-border-width: var(--amplify-border-widths-small);--amplify-components-switchfield-track-width: var(--amplify-space-relative-xl);--amplify-components-switchfield-track-transition-duration: var(--amplify-time-short);--amplify-components-switchfield-track-padding: var(--amplify-outline-widths-medium);--amplify-components-switchfield-track-height: var(--amplify-space-relative-medium);--amplify-components-switchfield-track-border-radius: var(--amplify-radii-xxxl);--amplify-components-switchfield-thumb-width: var(--amplify-space-relative-medium);--amplify-components-switchfield-thumb-transition-duration: var(--amplify-time-medium);--amplify-components-switchfield-thumb-checked-transform: var(--amplify-transforms-slide-x-medium);--amplify-components-switchfield-thumb-border-radius: var(--amplify-radii-xxxl);--amplify-components-switchfield-label-padding: var(--amplify-space-xs);--amplify-components-switchfield-small-font-size: var(--amplify-font-sizes-small);--amplify-components-switchfield-large-font-size: var(--amplify-font-sizes-large);--amplify-components-switchfield-disabled-opacity: var(--amplify-opacities-60);--amplify-components-stepperfield-button-disabled-background-color: var(--amplify-components-button-disabled-background-color);--amplify-components-stepperfield-button-background-color: var(--amplify-colors-transparent);--amplify-components-sliderfield-thumb-border-width: var(--amplify-border-widths-medium);--amplify-components-sliderfield-padding-block: var(--amplify-space-xs);--amplify-components-select-icon-wrapper-right: var(--amplify-space-medium);--amplify-components-select-padding-inline-end: var(--amplify-space-xxl);--amplify-components-searchfield-button-disabled-background-color: var(--amplify-components-button-disabled-background-color);--amplify-components-rating-small-size: var(--amplify-font-sizes-small);--amplify-components-rating-default-size: var(--amplify-font-sizes-xl);--amplify-components-rating-large-size: var(--amplify-font-sizes-xxxl);--amplify-components-radio-button-large-height: var(--amplify-font-sizes-large);--amplify-components-radio-button-large-width: var(--amplify-font-sizes-large);--amplify-components-radio-button-small-height: var(--amplify-font-sizes-small);--amplify-components-radio-button-small-width: var(--amplify-font-sizes-small);--amplify-components-radio-button-padding: var(--amplify-border-widths-medium);--amplify-components-radio-button-outline-offset: var(--amplify-outline-offsets-medium);--amplify-components-radio-button-outline-width: var(--amplify-outline-widths-medium);--amplify-components-radio-button-outline-color: var(--amplify-colors-transparent);--amplify-components-radio-button-transition-duration: var(--amplify-time-medium);--amplify-components-radio-button-border-width: var(--amplify-border-widths-medium);--amplify-components-radio-button-height: var(--amplify-font-sizes-medium);--amplify-components-radio-button-width: var(--amplify-font-sizes-medium);--amplify-components-placeholder-large-height: var(--amplify-space-large);--amplify-components-placeholder-default-height: var(--amplify-space-medium);--amplify-components-placeholder-small-height: var(--amplify-space-small);--amplify-components-placeholder-transition-duration: var(--amplify-time-long);--amplify-components-placeholder-border-radius: var(--amplify-radii-small);--amplify-components-passwordfield-button-disabled-background-color: var(--amplify-components-button-disabled-background-color);--amplify-components-pagination-item-shared-border-radius: var(--amplify-font-sizes-medium);--amplify-components-pagination-item-shared-min-width: var(--amplify-font-sizes-xxl);--amplify-components-pagination-item-shared-height: var(--amplify-font-sizes-xxl);--amplify-components-pagination-item-container-margin-right: var(--amplify-space-xxxs);--amplify-components-pagination-item-container-margin-left: var(--amplify-space-xxxs);--amplify-components-pagination-ellipsis-padding-inline-end: var(--amplify-space-xs);--amplify-components-pagination-ellipsis-padding-inline-start: var(--amplify-space-xs);--amplify-components-pagination-button-hover-background-color: var(--amplify-colors-overlay-10);--amplify-components-pagination-button-transition-duration: var(--amplify-time-medium);--amplify-components-pagination-button-padding-inline-end: var(--amplify-space-xxs);--amplify-components-pagination-button-padding-inline-start: var(--amplify-space-xxs);--amplify-components-pagination-current-background-color: var(--amplify-colors-overlay-40);--amplify-components-pagination-current-font-size: var(--amplify-font-sizes-small);--amplify-components-menu-item-padding-inline-end: var(--amplify-space-medium);--amplify-components-menu-item-padding-inline-start: var(--amplify-space-medium);--amplify-components-menu-large-height: var(--amplify-font-sizes-xxxl);--amplify-components-menu-large-width: var(--amplify-font-sizes-xxxl);--amplify-components-menu-small-height: var(--amplify-font-sizes-medium);--amplify-components-menu-small-width: var(--amplify-font-sizes-medium);--amplify-components-menu-gap: var(--amplify-space-zero);--amplify-components-menu-border-width: var(--amplify-border-widths-small);--amplify-components-menu-border-radius: var(--amplify-radii-medium);--amplify-components-loader-linear-large-font-size: var(--amplify-font-sizes-large);--amplify-components-loader-linear-large-stroke-width: var(--amplify-font-sizes-large);--amplify-components-loader-linear-small-font-size: var(--amplify-font-sizes-small);--amplify-components-loader-linear-small-stroke-width: var(--amplify-font-sizes-small);--amplify-components-loader-linear-stroke-empty: var(--amplify-colors-neutral-20);--amplify-components-loader-linear-stroke-width: var(--amplify-font-sizes-medium);--amplify-components-loader-linear-font-size: var(--amplify-font-sizes-medium);--amplify-components-loader-large-font-size: var(--amplify-font-sizes-small);--amplify-components-loader-large-height: var(--amplify-font-sizes-large);--amplify-components-loader-large-width: var(--amplify-font-sizes-large);--amplify-components-loader-small-font-size: var(--amplify-font-sizes-xxs);--amplify-components-loader-small-height: var(--amplify-font-sizes-small);--amplify-components-loader-small-width: var(--amplify-font-sizes-small);--amplify-components-loader-stroke-empty: var(--amplify-colors-neutral-20);--amplify-components-loader-font-size: var(--amplify-font-sizes-xs);--amplify-components-loader-height: var(--amplify-font-sizes-medium);--amplify-components-loader-width: var(--amplify-font-sizes-medium);--amplify-components-heading-line-height: var(--amplify-line-heights-small);--amplify-components-heading-6-font-weight: 800;--amplify-components-heading-6-font-size: var(--amplify-font-sizes-medium);--amplify-components-heading-5-font-weight: 700;--amplify-components-heading-5-font-size: var(--amplify-font-sizes-large);--amplify-components-heading-4-font-weight: 600;--amplify-components-heading-4-font-size: var(--amplify-font-sizes-xl);--amplify-components-heading-3-font-weight: 500;--amplify-components-heading-3-font-size: var(--amplify-font-sizes-xxl);--amplify-components-heading-2-font-weight: 400;--amplify-components-heading-2-font-size: var(--amplify-font-sizes-xxxl);--amplify-components-heading-1-font-weight: 300;--amplify-components-heading-1-font-size: var(--amplify-font-sizes-xxxxl);--amplify-components-flex-gap: var(--amplify-space-medium);--amplify-components-fieldmessages-description-font-size: var(--amplify-font-sizes-small);--amplify-components-fieldmessages-error-font-size: var(--amplify-font-sizes-small);--amplify-components-fieldgroup-gap: var(--amplify-space-zero);--amplify-components-fieldcontrol-disabled-border-color: var(--amplify-colors-transparent);--amplify-components-fieldcontrol-quiet-border-block-end: var(--amplify-border-widths-small) solid var(--amplify-colors-border-primary);--amplify-components-fieldcontrol-large-padding-inline-end: var(--amplify-space-medium);--amplify-components-fieldcontrol-large-padding-inline-start: var(--amplify-space-medium);--amplify-components-fieldcontrol-large-padding-block-end: var(--amplify-space-xs);--amplify-components-fieldcontrol-large-padding-block-start: var(--amplify-space-xs);--amplify-components-fieldcontrol-small-padding-inline-end: var(--amplify-space-small);--amplify-components-fieldcontrol-small-padding-inline-start: var(--amplify-space-small);--amplify-components-fieldcontrol-small-padding-block-end: var(--amplify-space-xxs);--amplify-components-fieldcontrol-small-padding-block-start: var(--amplify-space-xxs);--amplify-components-fieldcontrol-outline-offset: var(--amplify-outline-offsets-medium);--amplify-components-fieldcontrol-outline-width: var(--amplify-outline-widths-medium);--amplify-components-fieldcontrol-outline-color: var(--amplify-colors-transparent);--amplify-components-fieldcontrol-transition-duration: var(--amplify-time-medium);--amplify-components-fieldcontrol-line-height: var(--amplify-line-heights-medium);--amplify-components-fieldcontrol-padding-inline-end: var(--amplify-space-medium);--amplify-components-fieldcontrol-padding-inline-start: var(--amplify-space-medium);--amplify-components-fieldcontrol-padding-block-end: var(--amplify-space-xs);--amplify-components-fieldcontrol-padding-block-start: var(--amplify-space-xs);--amplify-components-fieldcontrol-border-radius: var(--amplify-radii-small);--amplify-components-fieldcontrol-border-width: var(--amplify-border-widths-small);--amplify-components-field-large-font-size: var(--amplify-font-sizes-large);--amplify-components-field-large-gap: var(--amplify-space-small);--amplify-components-field-small-font-size: var(--amplify-font-sizes-small);--amplify-components-field-small-gap: var(--amplify-space-xxxs);--amplify-components-field-font-size: var(--amplify-font-sizes-medium);--amplify-components-field-gap: var(--amplify-space-xs);--amplify-components-expander-icon-transition-duration: var(--amplify-time-medium);--amplify-components-expander-content-closed-animation-duration: var(--amplify-time-medium);--amplify-components-expander-content-open-animation-duration: var(--amplify-time-medium);--amplify-components-expander-content-text-padding-block-end: var(--amplify-space-medium);--amplify-components-expander-content-text-padding-block-start: var(--amplify-space-medium);--amplify-components-expander-content-padding-inline-end: var(--amplify-space-large);--amplify-components-expander-content-padding-inline-start: var(--amplify-space-large);--amplify-components-expander-trigger-hover-background-color: var(--amplify-colors-overlay-10);--amplify-components-expander-trigger-padding-inline-end: var(--amplify-space-large);--amplify-components-expander-trigger-padding-inline-start: var(--amplify-space-large);--amplify-components-expander-header-box-shadow: 0 1px 0 var(--amplify-colors-overlay-20);--amplify-components-expander-item-border-end-end-radius: var(--amplify-radii-medium);--amplify-components-expander-item-border-end-start-radius: var(--amplify-radii-medium);--amplify-components-expander-item-border-start-end-radius: var(--amplify-radii-medium);--amplify-components-expander-item-border-start-start-radius: var(--amplify-radii-medium);--amplify-components-expander-item-border-top-right-radius: var(--amplify-radii-medium);--amplify-components-expander-item-border-top-left-radius: var(--amplify-radii-medium);--amplify-components-expander-item-border-bottom-right-radius: var(--amplify-radii-medium);--amplify-components-expander-item-border-bottom-left-radius: var(--amplify-radii-medium);--amplify-components-expander-border-radius: var(--amplify-radii-medium);--amplify-components-divider-opacity: var(--amplify-opacities-60);--amplify-components-divider-large-border-width: var(--amplify-border-widths-large);--amplify-components-divider-small-border-width: var(--amplify-border-widths-small);--amplify-components-divider-label-font-size: var(--amplify-font-sizes-small);--amplify-components-divider-label-padding-inline: var(--amplify-space-medium);--amplify-components-divider-border-width: var(--amplify-border-widths-medium);--amplify-components-countrycodeselect-height: var(--amplify-space-relative-full);--amplify-components-copy-tool-tip-font-size: var(--amplify-font-sizes-xxs);--amplify-components-copy-tool-tip-color: var(--amplify-colors-teal-100);--amplify-components-copy-tool-tip-bottom: var(--amplify-space-large);--amplify-components-copy-gap: var(--amplify-space-relative-medium);--amplify-components-copy-font-size: var(--amplify-font-sizes-xs);--amplify-components-checkbox-icon-checked-opacity: var(--amplify-opacities-100);--amplify-components-checkbox-icon-transition-duration: var(--amplify-time-short);--amplify-components-checkbox-icon-opacity: var(--amplify-opacities-0);--amplify-components-checkbox-button-error-focus-border-color: var(--amplify-colors-transparent);--amplify-components-checkbox-button-focus-border-color: var(--amplify-colors-transparent);--amplify-components-checkbox-button-focus-outline-offset: var(--amplify-outline-offsets-medium);--amplify-components-checkbox-button-focus-outline-width: var(--amplify-outline-widths-medium);--amplify-components-checkbox-button-focus-outline-color: var(--amplify-colors-transparent);--amplify-components-checkbox-button-before-border-width: var(--amplify-border-widths-medium);--amplify-components-card-elevated-border-radius: var(--amplify-radii-xs);--amplify-components-card-outlined-box-shadow: var(--amplify-components-card-box-shadow);--amplify-components-card-outlined-border-width: var(--amplify-border-widths-small);--amplify-components-card-outlined-border-radius: var(--amplify-radii-xs);--amplify-components-card-padding: var(--amplify-space-medium);--amplify-components-card-border-radius: var(--amplify-radii-xs);--amplify-components-button-loader-wrapper-gap: var(--amplify-space-xs);--amplify-components-button-link-border-width: var(--amplify-space-zero);--amplify-components-button-menu-border-width: var(--amplify-space-zero);--amplify-components-button-primary-border-width: var(--amplify-border-widths-small);--amplify-components-button-border-style: var(--amplify-components-fieldcontrol-border-style);--amplify-components-button-font-weight: 700;--amplify-components-badge-large-padding-horizontal: var(--amplify-space-medium);--amplify-components-badge-large-padding-vertical: var(--amplify-space-small);--amplify-components-badge-large-font-size: var(--amplify-font-sizes-medium);--amplify-components-badge-small-padding-horizontal: var(--amplify-space-xs);--amplify-components-badge-small-padding-vertical: var(--amplify-space-xxs);--amplify-components-badge-small-font-size: var(--amplify-font-sizes-xs);--amplify-components-badge-border-radius: var(--amplify-radii-xl);--amplify-components-badge-padding-horizontal: var(--amplify-space-small);--amplify-components-badge-padding-vertical: var(--amplify-space-xs);--amplify-components-badge-font-size: var(--amplify-font-sizes-small);--amplify-components-badge-font-weight: 600;--amplify-components-authenticator-or-container-color: var(--amplify-colors-neutral-80);--amplify-components-authenticator-form-padding: var(--amplify-space-xl);--amplify-components-authenticator-footer-padding-bottom: var(--amplify-space-medium);--amplify-components-authenticator-router-border-width: var(--amplify-border-widths-small);--amplify-components-authenticator-modal-left: var(--amplify-space-zero);--amplify-components-authenticator-modal-top: var(--amplify-space-zero);--amplify-components-authenticator-modal-background-color: var(--amplify-colors-overlay-50);--amplify-components-authenticator-modal-height: var(--amplify-space-relative-full);--amplify-components-authenticator-modal-width: var(--amplify-space-relative-full);--amplify-components-alert-heading-font-weight: 700;--amplify-components-alert-heading-font-size: var(--amplify-font-sizes-medium);--amplify-components-alert-icon-size: var(--amplify-font-sizes-xl);--amplify-components-alert-padding-inline: var(--amplify-space-medium);--amplify-components-alert-padding-block: var(--amplify-space-small);--amplify-colors-border-focus: var(--amplify-colors-brand-primary-100);--amplify-colors-border-pressed: var(--amplify-colors-brand-primary-100);--amplify-colors-border-disabled: var(--amplify-colors-border-tertiary);--amplify-colors-background-disabled: var(--amplify-colors-background-tertiary);--amplify-colors-font-active: var(--amplify-colors-brand-primary-100);--amplify-colors-font-focus: var(--amplify-colors-brand-primary-100);--amplify-colors-font-hover: var(--amplify-colors-brand-primary-90);--amplify-colors-font-interactive: var(--amplify-colors-brand-primary-80);--amplify-components-togglebutton-link-disabled-color: var(--amplify-colors-font-disabled);--amplify-components-togglebutton-primary-pressed-hover-color: var(--amplify-colors-background-primary);--amplify-components-togglebutton-primary-pressed-hover-box-shadow: var(--amplify-colors-brand-primary-60);--amplify-components-togglebutton-primary-pressed-hover-background-color: var(--amplify-colors-brand-primary-60);--amplify-components-togglebutton-primary-pressed-hover-border-color: var(--amplify-colors-brand-primary-60);--amplify-components-togglebutton-primary-pressed-focus-color: var(--amplify-colors-background-primary);--amplify-components-togglebutton-primary-pressed-color: var(--amplify-colors-background-primary);--amplify-components-togglebutton-primary-pressed-border-color: var(--amplify-colors-brand-primary-80);--amplify-components-togglebutton-primary-pressed-background-color: var(--amplify-colors-brand-primary-80);--amplify-components-togglebutton-primary-disabled-color: var(--amplify-colors-font-disabled);--amplify-components-togglebutton-primary-hover-color: var(--amplify-colors-font-primary);--amplify-components-togglebutton-primary-focus-color: var(--amplify-colors-font-primary);--amplify-components-togglebutton-pressed-color: var(--amplify-colors-font-primary);--amplify-components-togglebutton-disabled-color: var(--amplify-colors-font-disabled);--amplify-components-togglebutton-focus-color: var(--amplify-colors-font-primary);--amplify-components-togglebutton-color: var(--amplify-colors-font-primary);--amplify-components-togglebutton-border-color: var(--amplify-colors-border-primary);--amplify-components-text-info-color: var(--amplify-colors-font-info);--amplify-components-text-success-color: var(--amplify-colors-font-success);--amplify-components-text-warning-color: var(--amplify-colors-font-warning);--amplify-components-text-error-color: var(--amplify-colors-font-error);--amplify-components-text-tertiary-color: var(--amplify-colors-font-tertiary);--amplify-components-text-secondary-color: var(--amplify-colors-font-secondary);--amplify-components-text-primary-color: var(--amplify-colors-font-primary);--amplify-components-text-color: var(--amplify-colors-font-primary);--amplify-components-tabs-item-disabled-border-color: var(--amplify-colors-border-tertiary);--amplify-components-tabs-item-disabled-color: var(--amplify-colors-font-disabled);--amplify-components-tabs-item-color: var(--amplify-colors-font-secondary);--amplify-components-tabs-item-border-color: var(--amplify-colors-border-secondary);--amplify-components-tabs-border-color: var(--amplify-colors-border-secondary);--amplify-components-table-caption-color: var(--amplify-colors-font-primary);--amplify-components-table-data-color: var(--amplify-colors-font-primary);--amplify-components-table-data-border-color: var(--amplify-colors-border-tertiary);--amplify-components-table-header-color: var(--amplify-colors-font-primary);--amplify-components-table-header-border-color: var(--amplify-colors-border-tertiary);--amplify-components-table-row-striped-background-color: var(--amplify-colors-background-secondary);--amplify-components-table-row-hover-background-color: var(--amplify-colors-background-tertiary);--amplify-components-switchfield-track-checked-background-color: var(--amplify-colors-brand-primary-80);--amplify-components-switchfield-track-background-color: var(--amplify-colors-background-quaternary);--amplify-components-switchfield-thumb-border-color: var(--amplify-colors-border-tertiary);--amplify-components-switchfield-thumb-background-color: var(--amplify-colors-background-primary);--amplify-components-sliderfield-thumb-hover-background-color: var(--amplify-colors-background-primary);--amplify-components-sliderfield-thumb-border-color: var(--amplify-colors-border-primary);--amplify-components-sliderfield-thumb-box-shadow: var(--amplify-shadows-small);--amplify-components-sliderfield-thumb-background-color: var(--amplify-colors-background-primary);--amplify-components-sliderfield-range-background-color: var(--amplify-colors-brand-primary-80);--amplify-components-sliderfield-track-background-color: var(--amplify-colors-background-quaternary);--amplify-components-select-option-color: var(--amplify-colors-font-primary);--amplify-components-select-option-background-color: var(--amplify-colors-background-primary);--amplify-components-rating-empty-color: var(--amplify-colors-background-tertiary);--amplify-components-rating-filled-color: var(--amplify-colors-brand-secondary-80);--amplify-components-radiogroup-radio-border-width: var(--amplify-components-radio-button-border-width);--amplify-components-radio-label-disabled-color: var(--amplify-colors-font-disabled);--amplify-components-radio-button-disabled-background-color: var(--amplify-colors-background-primary);--amplify-components-radio-button-error-border-color: var(--amplify-colors-border-error);--amplify-components-radio-button-checked-color: var(--amplify-colors-brand-primary-80);--amplify-components-radio-button-background-color: var(--amplify-colors-background-primary);--amplify-components-radio-button-color: var(--amplify-colors-background-primary);--amplify-components-radio-button-border-color: var(--amplify-colors-border-primary);--amplify-components-placeholder-end-color: var(--amplify-colors-background-tertiary);--amplify-components-placeholder-start-color: var(--amplify-colors-background-secondary);--amplify-components-pagination-button-disabled-color: var(--amplify-colors-font-disabled);--amplify-components-pagination-button-hover-color: var(--amplify-colors-font-primary);--amplify-components-pagination-button-color: var(--amplify-colors-font-primary);--amplify-components-pagination-current-color: var(--amplify-colors-font-inverse);--amplify-components-menu-box-shadow: var(--amplify-shadows-large);--amplify-components-menu-border-color: var(--amplify-colors-border-primary);--amplify-components-menu-background-color: var(--amplify-colors-background-primary);--amplify-components-loader-text-fill: var(--amplify-colors-font-primary);--amplify-components-loader-linear-stroke-filled: var(--amplify-colors-brand-primary-80);--amplify-components-loader-stroke-filled: var(--amplify-colors-brand-primary-80);--amplify-components-heading-color: var(--amplify-colors-font-primary);--amplify-components-fieldmessages-description-color: var(--amplify-colors-font-secondary);--amplify-components-fieldmessages-error-color: var(--amplify-colors-font-error);--amplify-components-fieldcontrol-error-focus-box-shadow: 0px 0px 0px 1px var(--amplify-colors-border-error);--amplify-components-fieldcontrol-error-border-color: var(--amplify-colors-border-error);--amplify-components-fieldcontrol-disabled-color: var(--amplify-colors-font-disabled);--amplify-components-fieldcontrol-quiet-error-focus-box-shadow: 0px 1px 0px var(--amplify-colors-border-error);--amplify-components-fieldcontrol-quiet-error-border-block-end-color: var(--amplify-colors-border-error);--amplify-components-fieldcontrol-large-font-size: var(--amplify-components-field-large-font-size);--amplify-components-fieldcontrol-small-font-size: var(--amplify-components-field-small-font-size);--amplify-components-fieldcontrol-font-size: var(--amplify-components-field-font-size);--amplify-components-fieldcontrol-color: var(--amplify-colors-font-primary);--amplify-components-fieldcontrol-border-color: var(--amplify-colors-border-primary);--amplify-components-field-label-color: var(--amplify-colors-font-secondary);--amplify-components-expander-content-text-color: var(--amplify-colors-font-secondary);--amplify-components-expander-item-box-shadow: var(--amplify-shadows-small);--amplify-components-expander-box-shadow: var(--amplify-shadows-large);--amplify-components-expander-background-color: var(--amplify-colors-background-primary);--amplify-components-divider-label-background-color: var(--amplify-colors-background-primary);--amplify-components-divider-label-color: var(--amplify-colors-font-tertiary);--amplify-components-divider-border-color: var(--amplify-colors-border-primary);--amplify-components-copy-svg-path-fill: var(--amplify-colors-font-primary);--amplify-components-collection-search-button-disabled-background-color: var(--amplify-components-searchfield-button-disabled-background-color);--amplify-components-collection-pagination-button-hover-background-color: var(--amplify-components-pagination-button-hover-background-color);--amplify-components-collection-pagination-current-background-color: var(--amplify-components-pagination-current-background-color);--amplify-components-checkbox-label-disabled-color: var(--amplify-colors-font-disabled);--amplify-components-checkbox-icon-background-color: var(--amplify-colors-brand-primary-80);--amplify-components-checkbox-button-error-focus-box-shadow: 0px 0px 0px 2px var(--amplify-colors-border-error);--amplify-components-checkbox-button-error-border-color: var(--amplify-colors-border-error);--amplify-components-checkbox-button-before-border-color: var(--amplify-colors-border-primary);--amplify-components-checkbox-button-color: var(--amplify-colors-font-inverse);--amplify-components-card-elevated-box-shadow: var(--amplify-shadows-medium);--amplify-components-card-outlined-border-color: var(--amplify-colors-border-primary);--amplify-components-card-background-color: var(--amplify-colors-background-primary);--amplify-components-button-large-padding-inline-end: var(--amplify-components-fieldcontrol-large-padding-inline-end);--amplify-components-button-large-padding-inline-start: var(--amplify-components-fieldcontrol-large-padding-inline-start);--amplify-components-button-large-padding-block-end: var(--amplify-components-fieldcontrol-large-padding-block-end);--amplify-components-button-large-padding-block-start: var(--amplify-components-fieldcontrol-large-padding-block-start);--amplify-components-button-small-padding-inline-end: var(--amplify-components-fieldcontrol-small-padding-inline-end);--amplify-components-button-small-padding-inline-start: var(--amplify-components-fieldcontrol-small-padding-inline-start);--amplify-components-button-small-padding-block-end: var(--amplify-components-fieldcontrol-small-padding-block-end);--amplify-components-button-small-padding-block-start: var(--amplify-components-fieldcontrol-small-padding-block-start);--amplify-components-button-link-loading-color: var(--amplify-colors-font-disabled);--amplify-components-button-link-disabled-color: var(--amplify-colors-font-disabled);--amplify-components-button-link-active-background-color: var(--amplify-colors-brand-primary-20);--amplify-components-button-link-focus-background-color: var(--amplify-colors-brand-primary-10);--amplify-components-button-link-hover-background-color: var(--amplify-colors-brand-primary-10);--amplify-components-button-menu-disabled-color: var(--amplify-colors-font-disabled);--amplify-components-button-menu-active-background-color: var(--amplify-colors-brand-primary-90);--amplify-components-button-menu-active-color: var(--amplify-colors-font-inverse);--amplify-components-button-menu-focus-background-color: var(--amplify-colors-brand-primary-80);--amplify-components-button-menu-focus-color: var(--amplify-colors-font-inverse);--amplify-components-button-menu-hover-background-color: var(--amplify-colors-brand-primary-80);--amplify-components-button-menu-hover-color: var(--amplify-colors-font-inverse);--amplify-components-button-primary-active-color: var(--amplify-colors-font-inverse);--amplify-components-button-primary-active-background-color: var(--amplify-colors-brand-primary-100);--amplify-components-button-primary-focus-color: var(--amplify-colors-font-inverse);--amplify-components-button-primary-focus-background-color: var(--amplify-colors-brand-primary-90);--amplify-components-button-primary-hover-color: var(--amplify-colors-font-inverse);--amplify-components-button-primary-hover-background-color: var(--amplify-colors-brand-primary-90);--amplify-components-button-primary-loading-color: var(--amplify-colors-font-disabled);--amplify-components-button-primary-disabled-color: var(--amplify-colors-font-disabled);--amplify-components-button-primary-color: var(--amplify-colors-font-inverse);--amplify-components-button-primary-background-color: var(--amplify-colors-brand-primary-80);--amplify-components-button-disabled-border-color: var(--amplify-colors-border-tertiary);--amplify-components-button-disabled-color: var(--amplify-colors-font-disabled);--amplify-components-button-loading-border-color: var(--amplify-colors-border-tertiary);--amplify-components-button-loading-color: var(--amplify-colors-font-disabled);--amplify-components-button-active-border-color: var(--amplify-colors-brand-primary-100);--amplify-components-button-active-background-color: var(--amplify-colors-brand-primary-20);--amplify-components-button-focus-background-color: var(--amplify-colors-brand-primary-10);--amplify-components-button-hover-border-color: var(--amplify-colors-brand-primary-60);--amplify-components-button-hover-background-color: var(--amplify-colors-brand-primary-10);--amplify-components-button-color: var(--amplify-colors-font-primary);--amplify-components-button-border-radius: var(--amplify-components-fieldcontrol-border-radius);--amplify-components-button-border-width: var(--amplify-components-fieldcontrol-border-width);--amplify-components-button-padding-inline-end: var(--amplify-components-fieldcontrol-padding-inline-end);--amplify-components-button-padding-inline-start: var(--amplify-components-fieldcontrol-padding-inline-start);--amplify-components-button-padding-block-end: var(--amplify-components-fieldcontrol-padding-block-end);--amplify-components-button-padding-block-start: var(--amplify-components-fieldcontrol-padding-block-start);--amplify-components-button-line-height: var(--amplify-components-fieldcontrol-line-height);--amplify-components-button-transition-duration: var(--amplify-components-fieldcontrol-transition-duration);--amplify-components-badge-error-background-color: var(--amplify-colors-background-error);--amplify-components-badge-error-color: var(--amplify-colors-font-error);--amplify-components-badge-success-background-color: var(--amplify-colors-background-success);--amplify-components-badge-success-color: var(--amplify-colors-font-success);--amplify-components-badge-warning-background-color: var(--amplify-colors-background-warning);--amplify-components-badge-warning-color: var(--amplify-colors-font-warning);--amplify-components-badge-info-background-color: var(--amplify-colors-background-info);--amplify-components-badge-info-color: var(--amplify-colors-font-info);--amplify-components-badge-background-color: var(--amplify-colors-background-tertiary);--amplify-components-badge-color: var(--amplify-colors-font-primary);--amplify-components-authenticator-or-container-or-line-background-color: var(--amplify-colors-background-primary);--amplify-components-authenticator-state-inactive-background-color: var(--amplify-colors-background-secondary);--amplify-components-authenticator-router-box-shadow: var(--amplify-shadows-medium);--amplify-components-authenticator-router-background-color: var(--amplify-colors-background-primary);--amplify-components-authenticator-router-border-color: var(--amplify-colors-border-primary);--amplify-components-alert-success-background-color: var(--amplify-colors-background-success);--amplify-components-alert-success-color: var(--amplify-colors-font-success);--amplify-components-alert-warning-background-color: var(--amplify-colors-background-warning);--amplify-components-alert-warning-color: var(--amplify-colors-font-warning);--amplify-components-alert-error-background-color: var(--amplify-colors-background-error);--amplify-components-alert-error-color: var(--amplify-colors-font-error);--amplify-components-alert-info-background-color: var(--amplify-colors-background-info);--amplify-components-alert-info-color: var(--amplify-colors-font-info);--amplify-components-alert-background-color: var(--amplify-colors-background-tertiary);--amplify-components-alert-color: var(--amplify-colors-font-primary);--amplify-components-togglebutton-primary-pressed-focus-border-color: var(--amplify-colors-border-focus);--amplify-components-togglebutton-primary-pressed-focus-background-color: var(--amplify-colors-border-focus);--amplify-components-togglebutton-primary-disabled-background-color: var(--amplify-colors-background-disabled);--amplify-components-togglebutton-primary-disabled-border-color: var(--amplify-colors-border-disabled);--amplify-components-togglebutton-primary-focus-border-color: var(--amplify-colors-border-focus);--amplify-components-togglebutton-pressed-border-color: var(--amplify-colors-border-pressed);--amplify-components-togglebutton-disabled-border-color: var(--amplify-colors-border-disabled);--amplify-components-togglebutton-focus-border-color: var(--amplify-colors-border-focus);--amplify-components-textfield-font-size: var(--amplify-components-fieldcontrol-font-size);--amplify-components-textfield-border-color: var(--amplify-components-fieldcontrol-border-color);--amplify-components-textfield-color: var(--amplify-components-fieldcontrol-color);--amplify-components-textareafield-border-color: var(--amplify-components-fieldcontrol-border-color);--amplify-components-textareafield-color: var(--amplify-components-fieldcontrol-color);--amplify-components-tabs-item-active-border-color: var(--amplify-colors-font-interactive);--amplify-components-tabs-item-active-color: var(--amplify-colors-font-interactive);--amplify-components-tabs-item-focus-color: var(--amplify-colors-font-focus);--amplify-components-tabs-item-hover-color: var(--amplify-colors-font-hover);--amplify-components-switchfield-focused-shadow: 0px 0px 0px 2px var(--amplify-colors-border-focus);--amplify-components-stepperfield-button-hover-background-color: var(--amplify-components-button-hover-background-color);--amplify-components-stepperfield-button-disabled-color: var(--amplify-components-button-disabled-color);--amplify-components-stepperfield-button-focus-background-color: var(--amplify-components-button-focus-background-color);--amplify-components-stepperfield-button-active-background-color: var(--amplify-components-button-active-background-color);--amplify-components-stepperfield-button-color: var(--amplify-components-button-color);--amplify-components-stepperfield-input-font-size: var(--amplify-components-fieldcontrol-font-size);--amplify-components-stepperfield-input-color: var(--amplify-components-fieldcontrol-color);--amplify-components-stepperfield-border-color: var(--amplify-components-fieldcontrol-border-color);--amplify-components-sliderfield-thumb-focus-box-shadow: 0 0 0 2px var(--amplify-colors-border-focus);--amplify-components-sliderfield-thumb-focus-border-color: var(--amplify-colors-border-focus);--amplify-components-sliderfield-thumb-hover-border-color: var(--amplify-colors-border-focus);--amplify-components-sliderfield-thumb-disabled-background-color: var(--amplify-colors-background-disabled);--amplify-components-sliderfield-range-disabled-background-color: var(--amplify-colors-background-disabled);--amplify-components-selectfield-label-color: var(--amplify-components-field-label-color);--amplify-components-selectfield-font-size: var(--amplify-components-fieldcontrol-font-size);--amplify-components-selectfield-color: var(--amplify-components-fieldcontrol-color);--amplify-components-selectfield-border-color: var(--amplify-components-fieldcontrol-border-color);--amplify-components-searchfield-button-hover-border-color: var(--amplify-components-button-hover-border-color);--amplify-components-searchfield-button-hover-background-color: var(--amplify-components-button-hover-background-color);--amplify-components-searchfield-button-focus-background-color: var(--amplify-components-button-focus-background-color);--amplify-components-searchfield-button-disabled-color: var(--amplify-components-button-disabled-color);--amplify-components-searchfield-button-disabled-border-color: var(--amplify-components-button-disabled-border-color);--amplify-components-searchfield-button-active-border-color: var(--amplify-components-button-active-border-color);--amplify-components-searchfield-button-active-background-color: var(--amplify-components-button-active-background-color);--amplify-components-searchfield-button-color: var(--amplify-components-button-color);--amplify-components-searchfield-color: var(--amplify-components-fieldcontrol-color);--amplify-components-radiogroup-label-color: var(--amplify-components-field-label-color);--amplify-components-radiogroup-radio-checked-color: var(--amplify-components-radio-button-checked-color);--amplify-components-radiogroup-radio-background-color: var(--amplify-components-radio-button-background-color);--amplify-components-radiogroup-radio-border-color: var(--amplify-components-radio-button-border-color);--amplify-components-radio-label-color: var(--amplify-components-text-color);--amplify-components-radio-button-disabled-border-color: var(--amplify-colors-border-disabled);--amplify-components-radio-button-error-focus-box-shadow: var(--amplify-components-fieldcontrol-error-focus-box-shadow);--amplify-components-radio-button-focus-border-color: var(--amplify-colors-border-focus);--amplify-components-radio-button-checked-disabled-color: var(--amplify-colors-background-disabled);--amplify-components-phonenumberfield-font-size: var(--amplify-components-fieldcontrol-font-size);--amplify-components-phonenumberfield-border-color: var(--amplify-components-fieldcontrol-border-color);--amplify-components-phonenumberfield-color: var(--amplify-components-fieldcontrol-color);--amplify-components-passwordfield-button-hover-border-color: var(--amplify-components-button-hover-border-color);--amplify-components-passwordfield-button-hover-background-color: var(--amplify-components-button-hover-background-color);--amplify-components-passwordfield-button-focus-background-color: var(--amplify-components-button-focus-background-color);--amplify-components-passwordfield-button-disabled-color: var(--amplify-components-button-disabled-color);--amplify-components-passwordfield-button-disabled-border-color: var(--amplify-components-button-disabled-border-color);--amplify-components-passwordfield-button-active-border-color: var(--amplify-components-button-active-border-color);--amplify-components-passwordfield-button-active-background-color: var(--amplify-components-button-active-background-color);--amplify-components-passwordfield-button-color: var(--amplify-components-button-color);--amplify-components-passwordfield-color: var(--amplify-components-fieldcontrol-color);--amplify-components-link-visited-color: var(--amplify-colors-font-interactive);--amplify-components-link-hover-color: var(--amplify-colors-font-hover);--amplify-components-link-focus-color: var(--amplify-colors-font-focus);--amplify-components-link-color: var(--amplify-colors-font-interactive);--amplify-components-link-active-color: var(--amplify-colors-font-active);--amplify-components-fieldcontrol-disabled-background-color: var(--amplify-colors-background-disabled);--amplify-components-fieldcontrol-focus-box-shadow: 0px 0px 0px 1px var(--amplify-colors-border-focus);--amplify-components-fieldcontrol-focus-border-color: var(--amplify-colors-border-focus);--amplify-components-fieldcontrol-quiet-focus-box-shadow: 0px 1px 0px var(--amplify-colors-border-focus);--amplify-components-fieldcontrol-quiet-focus-border-block-end-color: var(--amplify-colors-border-focus);--amplify-components-expander-item-focus-box-shadow: 0 0 0 2px var(--amplify-colors-border-focus);--amplify-components-collection-pagination-button-disabled-color: var(--amplify-components-pagination-button-disabled-color);--amplify-components-collection-pagination-button-hover-color: var(--amplify-components-pagination-button-hover-color);--amplify-components-collection-pagination-button-color: var(--amplify-components-pagination-button-color);--amplify-components-collection-pagination-current-color: var(--amplify-components-pagination-current-color);--amplify-components-checkbox-icon-checked-disabled-background-color: var(--amplify-colors-background-disabled);--amplify-components-checkbox-button-disabled-border-color: var(--amplify-colors-border-disabled);--amplify-components-checkbox-button-focus-box-shadow: 0px 0px 0px 2px var(--amplify-colors-border-focus);--amplify-components-card-elevated-background-color: var(--amplify-components-card-background-color);--amplify-components-card-outlined-background-color: var(--amplify-components-card-background-color);--amplify-components-button-large-font-size: var(--amplify-components-fieldcontrol-large-font-size);--amplify-components-button-small-font-size: var(--amplify-components-fieldcontrol-small-font-size);--amplify-components-button-link-active-color: var(--amplify-colors-font-active);--amplify-components-button-link-focus-color: var(--amplify-colors-font-focus);--amplify-components-button-link-hover-color: var(--amplify-colors-font-hover);--amplify-components-button-link-color: var(--amplify-colors-font-interactive);--amplify-components-button-primary-loading-background-color: var(--amplify-colors-background-disabled);--amplify-components-button-primary-disabled-background-color: var(--amplify-colors-background-disabled);--amplify-components-button-active-color: var(--amplify-colors-font-active);--amplify-components-button-focus-border-color: var(--amplify-colors-border-focus);--amplify-components-button-focus-color: var(--amplify-colors-font-focus);--amplify-components-button-hover-color: var(--amplify-colors-font-focus);--amplify-components-button-border-color: var(--amplify-components-fieldcontrol-border-color);--amplify-components-button-font-size: var(--amplify-components-fieldcontrol-font-size);--amplify-components-togglebutton-primary-focus-box-shadow: var(--amplify-components-fieldcontrol-focus-box-shadow);--amplify-components-textfield-focus-border-color: var(--amplify-components-fieldcontrol-focus-border-color);--amplify-components-textareafield-focus-border-color: var(--amplify-components-fieldcontrol-focus-border-color);--amplify-components-stepperfield-button-hover-color: var(--amplify-components-button-hover-color);--amplify-components-stepperfield-button-focus-color: var(--amplify-components-button-focus-color);--amplify-components-stepperfield-button-active-color: var(--amplify-components-button-active-color);--amplify-components-selectfield-focus-border-color: var(--amplify-components-fieldcontrol-focus-border-color);--amplify-components-searchfield-button-hover-color: var(--amplify-components-button-hover-color);--amplify-components-searchfield-button-focus-color: var(--amplify-components-button-focus-color);--amplify-components-searchfield-button-focus-border-color: var(--amplify-components-button-focus-border-color);--amplify-components-searchfield-button-active-color: var(--amplify-components-button-active-color);--amplify-components-radiogroup-radio-label-color: var(--amplify-components-radio-label-color);--amplify-components-radio-button-focus-box-shadow: var(--amplify-components-fieldcontrol-focus-box-shadow);--amplify-components-phonenumberfield-focus-border-color: var(--amplify-components-fieldcontrol-focus-border-color);--amplify-components-passwordfield-button-hover-color: var(--amplify-components-button-hover-color);--amplify-components-passwordfield-button-focus-color: var(--amplify-components-button-focus-color);--amplify-components-passwordfield-button-focus-border-color: var(--amplify-components-button-focus-border-color);--amplify-components-passwordfield-button-active-color: var(--amplify-components-button-active-color);--amplify-components-collection-search-button-hover-border-color: var(--amplify-components-searchfield-button-hover-border-color);--amplify-components-collection-search-button-hover-background-color: var(--amplify-components-searchfield-button-hover-background-color);--amplify-components-collection-search-button-focus-background-color: var(--amplify-components-searchfield-button-focus-background-color);--amplify-components-collection-search-button-disabled-color: var(--amplify-components-searchfield-button-disabled-color);--amplify-components-collection-search-button-disabled-border-color: var(--amplify-components-searchfield-button-disabled-border-color);--amplify-components-collection-search-button-active-border-color: var(--amplify-components-searchfield-button-active-border-color);--amplify-components-collection-search-button-active-background-color: var(--amplify-components-searchfield-button-active-background-color);--amplify-components-collection-search-button-color: var(--amplify-components-searchfield-button-color);--amplify-components-collection-search-input-color: var(--amplify-components-searchfield-color);--amplify-components-button-link-focus-box-shadow: var(--amplify-components-fieldcontrol-focus-box-shadow);--amplify-components-button-primary-focus-box-shadow: var(--amplify-components-fieldcontrol-focus-box-shadow);--amplify-components-button-focus-box-shadow: var(--amplify-components-fieldcontrol-focus-box-shadow);--amplify-components-collection-search-button-hover-color: var(--amplify-components-searchfield-button-hover-color);--amplify-components-collection-search-button-focus-color: var(--amplify-components-searchfield-button-focus-color);--amplify-components-collection-search-button-focus-border-color: var(--amplify-components-searchfield-button-focus-border-color);--amplify-components-collection-search-button-active-color: var(--amplify-components-searchfield-button-active-color)}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:var(--amplify-line-heights-medium)}*{box-sizing:border-box}input,button,textarea,select{font:inherit}@media (prefers-reduced-motion: reduce){html:focus-within{scroll-behavior:auto}}[class*=amplify]{all:unset;box-sizing:border-box}.amplify-flex{align-content:var(--amplify-components-flex-align-content);align-items:var(--amplify-components-flex-align-items);display:flex;flex-wrap:var(--amplify-components-flex-flex-wrap);gap:var(--amplify-components-flex-gap);justify-content:var(--amplify-components-flex-justify-content)}.amplify-grid{display:grid}.amplify-scrollview{display:block;overflow:auto}.amplify-scrollview--horizontal{overflow-x:scroll;overflow-y:initial}.amplify-scrollview--vertical{overflow-x:initial;overflow-y:scroll}.amplify-text{display:block;color:var(--amplify-components-text-color)}b.amplify-text,em.amplify-text,i.amplify-text,span.amplify-text,strong.amplify-text{display:inline}.amplify-text--truncated{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.amplify-text--primary{color:var(--amplify-components-text-primary-color)}.amplify-text--secondary{color:var(--amplify-components-text-secondary-color)}.amplify-text--tertiary{color:var(--amplify-components-text-tertiary-color)}.amplify-text--error{color:var(--amplify-components-text-error-color)}.amplify-text--info{color:var(--amplify-components-text-info-color)}.amplify-text--success{color:var(--amplify-components-text-success-color)}.amplify-text--warning{color:var(--amplify-components-text-warning-color)}.amplify-badge{background-color:var(--amplify-components-badge-background-color);border-radius:var(--amplify-components-badge-border-radius);color:var(--amplify-components-badge-color);display:inline-flex;font-size:var(--amplify-components-badge-font-size);font-weight:var(--amplify-components-badge-font-weight);line-height:var(--amplify-components-badge-line-height);padding:var(--amplify-components-badge-padding-vertical) var(--amplify-components-badge-padding-horizontal);text-align:var(--amplify-components-badge-text-align)}.amplify-badge--info{color:var(--amplify-components-badge-info-color);background-color:var(--amplify-components-badge-info-background-color)}.amplify-badge--error{color:var(--amplify-components-badge-error-color);background-color:var(--amplify-components-badge-error-background-color)}.amplify-badge--warning{color:var(--amplify-components-badge-warning-color);background-color:var(--amplify-components-badge-warning-background-color)}.amplify-badge--success{color:var(--amplify-components-badge-success-color);background-color:var(--amplify-components-badge-success-background-color)}.amplify-badge--small{font-size:var(--amplify-components-badge-small-font-size);padding:var(--amplify-components-badge-small-padding-vertical) var(--amplify-components-badge-small-padding-horizontal)}.amplify-badge--large{font-size:var(--amplify-components-badge-large-font-size);padding:var(--amplify-components-badge-large-padding-vertical) var(--amplify-components-badge-large-padding-horizontal)}.amplify-button{align-items:center;border-color:var(--amplify-components-button-border-color);border-radius:var(--amplify-components-button-border-radius);border-style:var(--amplify-components-button-border-style);border-width:var(--amplify-components-button-border-width);box-sizing:border-box;color:var(--amplify-components-button-color);cursor:pointer;display:inline-flex;font-size:var(--amplify-components-button-font-size);font-weight:var(--amplify-components-button-font-weight);justify-content:center;line-height:var(--amplify-components-button-line-height);-webkit-padding-before:var(--amplify-components-button-padding-block-start);padding-block-start:var(--amplify-components-button-padding-block-start);-webkit-padding-after:var(--amplify-components-button-padding-block-end);padding-block-end:var(--amplify-components-button-padding-block-end);-webkit-padding-start:var(--amplify-components-button-padding-inline-start);padding-inline-start:var(--amplify-components-button-padding-inline-start);-webkit-padding-end:var(--amplify-components-button-padding-inline-end);padding-inline-end:var(--amplify-components-button-padding-inline-end);transition:all var(--amplify-components-button-transition-duration);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;--amplify-internal-button-disabled-color: var( --amplify-components-button-disabled-color );--amplify-internal-button-disabled-background-color: var( --amplify-components-button-disabled-background-color );--amplify-internal-button-disabled-border-color: var( --amplify-components-button-disabled-border-color );--amplify-internal-button-disabled-text-decoration: initial;--amplify-internal-button-loading-background-color: var( --amplify-components-button-loading-background-color );--amplify-internal-button-loading-border-color: var( --amplify-components-button-loading-border-color );--amplify-internal-button-loading-color: var( --amplify-components-button-loading-color );--amplify-internal-button-loading-text-decoration: initial}.amplify-button:hover{background-color:var(--amplify-components-button-hover-background-color);border-color:var(--amplify-components-button-hover-border-color);color:var(--amplify-components-button-hover-color)}.amplify-button:focus{background-color:var(--amplify-components-button-hover-background-color);border-color:var(--amplify-components-button-focus-border-color);color:var(--amplify-components-button-focus-color);box-shadow:var(--amplify-components-button-focus-box-shadow)}.amplify-button:active{background-color:var(--amplify-components-button-active-background-color);border-color:var(--amplify-components-button-active-border-color);color:var(--amplify-components-button-active-color)}.amplify-button--fullwidth{width:100%}.amplify-button--menu{border-width:var(--amplify-components-button-menu-border-width);background-color:var(--amplify-components-button-menu-background-color);justify-content:var(--amplify-components-button-menu-justify-content);--amplify-internal-button-disabled-color: var( --amplify-components-button-menu-disabled-color )}.amplify-button--menu:hover{color:var(--amplify-components-button-menu-hover-color);background-color:var(--amplify-components-button-menu-hover-background-color)}.amplify-button--menu:focus{box-shadow:none;color:var(--amplify-components-button-menu-focus-color);background-color:var(--amplify-components-button-menu-focus-background-color)}.amplify-button--menu:active{color:var(--amplify-components-button-menu-active-color);background-color:var(--amplify-components-button-menu-active-background-color)}.amplify-button--primary{border-width:var(--amplify-components-button-primary-border-width);background-color:var(--amplify-components-button-primary-background-color);border-color:var(--amplify-components-button-primary-border-color);color:var(--amplify-components-button-primary-color);--amplify-internal-button-disabled-border-color: var( --amplify-components-button-primary-disabled-border-color );--amplify-internal-button-disabled-background-color: var( --amplify-components-button-primary-disabled-background-color );--amplify-internal-button-disabled-color: var( --amplify-components-button-primary-disabled-color );--amplify-internal-button-loading-background-color: var( --amplify-components-button-primary-loading-background-color );--amplify-internal-button-loading-border-color: var( --amplify-components-button-primary-loading-border-color );--amplify-internal-button-loading-color: var( --amplify-components-button-primary-loading-color )}.amplify-button--primary:hover{background-color:var(--amplify-components-button-primary-hover-background-color);border-color:var(--amplify-components-button-primary-hover-border-color);color:var(--amplify-components-button-primary-hover-color)}.amplify-button--primary:focus{background-color:var(--amplify-components-button-primary-focus-background-color);border-color:var(--amplify-components-button-primary-focus-border-color);color:var(--amplify-components-button-primary-focus-color);box-shadow:var(--amplify-components-button-primary-focus-box-shadow)}.amplify-button--primary:active{background-color:var(--amplify-components-button-primary-active-background-color);border-color:var(--amplify-components-button-primary-active-border-color);color:var(--amplify-components-button-primary-active-color)}.amplify-button--link{border-width:var(--amplify-components-button-link-border-width);background-color:var(--amplify-components-button-link-background-color);color:var(--amplify-components-button-link-color);--amplify-internal-button-disabled-text-decoration: none;--amplify-internal-button-disabled-border-color: var( --amplify-components-button-link-disabled-border-color );--amplify-internal-button-disabled-background-color: var( --amplify-components-button-link-disabled-background-color );--amplify-internal-button-disabled-color: var( --amplify-components-button-link-disabled-color );--amplify-internal-button-loading-background-color: var( --amplify-components-button-link-loading-background-color );--amplify-internal-button-loading-border-color: var( --amplify-components-button-link-loading-border-color );--amplify-internal-button-loading-color: var( --amplify-components-button-link-loading-color );--amplify-internal-button-loading-text-decoration: none}.amplify-button--link:hover{background-color:var(--amplify-components-button-link-hover-background-color);border-color:var(--amplify-components-button-link-hover-border-color);color:var(--amplify-components-button-link-hover-color)}.amplify-button--link:focus{background-color:var(--amplify-components-button-link-focus-background-color);border-color:var(--amplify-components-button-link-focus-border-color);color:var(--amplify-components-button-link-focus-color);box-shadow:var(--amplify-components-button-link-focus-box-shadow)}.amplify-button--link:active{background-color:var(--amplify-components-button-link-active-background-color);border-color:var(--amplify-components-button-link-active-border-color);color:var(--amplify-components-button-link-active-color)}.amplify-button--small{font-size:var(--amplify-components-button-small-font-size);-webkit-padding-before:var(--amplify-components-button-small-padding-block-start);padding-block-start:var(--amplify-components-button-small-padding-block-start);-webkit-padding-after:var(--amplify-components-button-small-padding-block-end);padding-block-end:var(--amplify-components-button-small-padding-block-end);-webkit-padding-start:var(--amplify-components-button-small-padding-inline-start);padding-inline-start:var(--amplify-components-button-small-padding-inline-start);-webkit-padding-end:var(--amplify-components-button-small-padding-inline-end);padding-inline-end:var(--amplify-components-button-small-padding-inline-end)}.amplify-button--large{font-size:var(--amplify-components-button-large-font-size);-webkit-padding-before:var(--amplify-components-button-large-padding-block-start);padding-block-start:var(--amplify-components-button-large-padding-block-start);-webkit-padding-after:var(--amplify-components-button-large-padding-block-end);padding-block-end:var(--amplify-components-button-large-padding-block-end);-webkit-padding-start:var(--amplify-components-button-large-padding-inline-start);padding-inline-start:var(--amplify-components-button-large-padding-inline-start);-webkit-padding-end:var(--amplify-components-button-large-padding-inline-end);padding-inline-end:var(--amplify-components-button-large-padding-inline-end)}.amplify-button--disabled{background-color:var(--amplify-internal-button-disabled-background-color);border-color:var(--amplify-internal-button-disabled-border-color);color:var(--amplify-internal-button-disabled-color);-webkit-text-decoration:var(--amplify-internal-button-disabled-text-decoration);text-decoration:var(--amplify-internal-button-disabled-text-decoration);cursor:not-allowed}.amplify-button--disabled:hover{background-color:var(--amplify-internal-button-disabled-background-color);border-color:var(--amplify-internal-button-disabled-border-color);color:var(--amplify-internal-button-disabled-color);-webkit-text-decoration:var(--amplify-internal-button-disabled-text-decoration);text-decoration:var(--amplify-internal-button-disabled-text-decoration)}.amplify-button--disabled :focus{background-color:var(--amplify-internal-button-disabled-background-color);border-color:var(--amplify-internal-button-disabled-border-color);color:var(--amplify-internal-button-disabled-color);-webkit-text-decoration:var(--amplify-internal-button-disabled-text-decoration);text-decoration:var(--amplify-internal-button-disabled-text-decoration)}.amplify-button--disabled:active{background-color:var(--amplify-internal-button-disabled-background-color);border-color:var(--amplify-internal-button-disabled-border-color);color:var(--amplify-internal-button-disabled-color);-webkit-text-decoration:var(--amplify-internal-button-disabled-text-decoration);text-decoration:var(--amplify-internal-button-disabled-text-decoration)}.amplify-button--loading,.amplify-button--loading:hover{background-color:var(--amplify-internal-button-loading-background-color);border-color:var(--amplify-internal-button-loading-border-color);color:var(--amplify-components-button-loading-color);-webkit-text-decoration:var(--amplify-internal-button-loading-text-decoration);text-decoration:var(--amplify-internal-button-loading-text-decoration)}.amplify-button--loading:focus{background-color:var(--amplify-internal-button-loading-background-color);border-color:var(--amplify-internal-button-loading-border-color);color:var(--amplify-components-button-loading-color);-webkit-text-decoration:var(--amplify-internal-button-loading-text-decoration);text-decoration:var(--amplify-internal-button-loading-text-decoration)}.amplify-button--loading:active{background-color:var(--amplify-internal-button-loading-background-color);border-color:var(--amplify-internal-button-loading-border-color);color:var(--amplify-components-button-loading-color);-webkit-text-decoration:var(--amplify-internal-button-loading-text-decoration);text-decoration:var(--amplify-internal-button-loading-text-decoration)}.amplify-button__loader-wrapper{align-items:var(--amplify-components-button-loader-wrapper-align-items);gap:var(--amplify-components-button-loader-wrapper-gap)}@media (prefers-reduced-motion: reduce){.amplify-button{transition:none}}.amplify-field__description{color:var(--amplify-components-fieldmessages-description-color);font-style:var(--amplify-components-fieldmessages-description-font-style);font-size:var(--amplify-components-fieldmessages-description-font-size)}.amplify-field__error-message{color:var(--amplify-components-fieldmessages-error-color);font-size:var(--amplify-components-fieldmessages-error-font-size)}.amplify-heading{color:var(--amplify-components-heading-color);line-height:var(--amplify-components-heading-line-height);display:block}.amplify-heading--1{font-size:var(--amplify-components-heading-1-font-size);font-weight:var(--amplify-components-heading-1-font-weight)}.amplify-heading--2{font-size:var(--amplify-components-heading-2-font-size);font-weight:var(--amplify-components-heading-2-font-weight)}.amplify-heading--3{font-size:var(--amplify-components-heading-3-font-size);font-weight:var(--amplify-components-heading-3-font-weight)}.amplify-heading--4{font-size:var(--amplify-components-heading-4-font-size);font-weight:var(--amplify-components-heading-4-font-weight)}.amplify-heading--5{font-size:var(--amplify-components-heading-5-font-size);font-weight:var(--amplify-components-heading-5-font-weight)}.amplify-heading--6{font-size:var(--amplify-components-heading-6-font-size);font-weight:var(--amplify-components-heading-6-font-weight)}.amplify-icon{display:inline-block;vertical-align:middle;fill:currentColor;height:var(--amplify-components-icon-height);line-height:var(--amplify-components-icon-line-height)}.amplify-icon>svg{height:var(--amplify-components-icon-height);width:var(--amplify-components-icon-height)}.amplify-input{box-sizing:border-box;color:var(--amplify-components-fieldcontrol-color);font-size:var(--amplify-components-fieldcontrol-font-size);line-height:var(--amplify-components-fieldcontrol-line-height);-webkit-padding-before:var(--amplify-components-fieldcontrol-padding-block-start);padding-block-start:var(--amplify-components-fieldcontrol-padding-block-start);-webkit-padding-after:var(--amplify-components-fieldcontrol-padding-block-end);padding-block-end:var(--amplify-components-fieldcontrol-padding-block-end);-webkit-padding-start:var(--amplify-components-fieldcontrol-padding-inline-start);padding-inline-start:var(--amplify-components-fieldcontrol-padding-inline-start);-webkit-padding-end:var(--amplify-components-fieldcontrol-padding-inline-end);padding-inline-end:var(--amplify-components-fieldcontrol-padding-inline-end);transition:all var(--amplify-components-fieldcontrol-transition-duration);width:100%;border-color:var(--amplify-components-fieldcontrol-border-color);border-radius:var(--amplify-components-fieldcontrol-border-radius);border-style:var(--amplify-components-fieldcontrol-border-style);border-width:var(--amplify-components-fieldcontrol-border-width);outline-color:var(--amplify-components-fieldcontrol-outline-color);outline-style:var(--amplify-components-fieldcontrol-outline-style);outline-width:var(--amplify-components-fieldcontrol-outline-width);outline-offset:var(--amplify-components-fieldcontrol-outline-offset);-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.amplify-input:focus{border-color:var(--amplify-components-fieldcontrol-focus-border-color);box-shadow:var(--amplify-components-fieldcontrol-focus-box-shadow)}.amplify-input--small{font-size:var(--amplify-components-fieldcontrol-small-font-size);-webkit-padding-before:var(--amplify-components-fieldcontrol-small-padding-block-start);padding-block-start:var(--amplify-components-fieldcontrol-small-padding-block-start);-webkit-padding-after:var(--amplify-components-fieldcontrol-small-padding-block-end);padding-block-end:var(--amplify-components-fieldcontrol-small-padding-block-end);-webkit-padding-start:var(--amplify-components-fieldcontrol-small-padding-inline-start);padding-inline-start:var(--amplify-components-fieldcontrol-small-padding-inline-start);-webkit-padding-end:var(--amplify-components-fieldcontrol-small-padding-inline-end);padding-inline-end:var(--amplify-components-fieldcontrol-small-padding-inline-end)}.amplify-input--large{font-size:var(--amplify-components-fieldcontrol-large-font-size);-webkit-padding-before:var(--amplify-components-fieldcontrol-large-padding-block-start);padding-block-start:var(--amplify-components-fieldcontrol-large-padding-block-start);-webkit-padding-after:var(--amplify-components-fieldcontrol-large-padding-block-end);padding-block-end:var(--amplify-components-fieldcontrol-large-padding-block-end);-webkit-padding-start:var(--amplify-components-fieldcontrol-large-padding-inline-start);padding-inline-start:var(--amplify-components-fieldcontrol-large-padding-inline-start);-webkit-padding-end:var(--amplify-components-fieldcontrol-large-padding-inline-end);padding-inline-end:var(--amplify-components-fieldcontrol-large-padding-inline-end)}.amplify-input--error{border-color:var(--amplify-components-fieldcontrol-error-border-color)}.amplify-input--error:focus{border-color:var(--amplify-components-fieldcontrol-error-border-color);box-shadow:var(--amplify-components-fieldcontrol-error-focus-box-shadow)}.amplify-input[disabled]{color:var(--amplify-components-fieldcontrol-disabled-color);cursor:var(--amplify-components-fieldcontrol-disabled-cursor);border-color:var(--amplify-components-fieldcontrol-disabled-border-color);background-color:var(--amplify-components-fieldcontrol-disabled-background-color)}.amplify-input--quiet{-webkit-border-before:var(--amplify-components-fieldcontrol-quiet-border-block-start);border-block-start:var(--amplify-components-fieldcontrol-quiet-border-block-start);-webkit-border-start:var(--amplify-components-fieldcontrol-quiet-border-inline-start);border-inline-start:var(--amplify-components-fieldcontrol-quiet-border-inline-start);-webkit-border-end:var(--amplify-components-fieldcontrol-quiet-border-inline-end);border-inline-end:var(--amplify-components-fieldcontrol-quiet-border-inline-end);border-radius:var(--amplify-components-fieldcontrol-quiet-border-radius)}.amplify-input--quiet:focus{border-block-end-color:var(--amplify-components-fieldcontrol-quiet-focus-border-block-end-color);box-shadow:var(--amplify-components-fieldcontrol-quiet-focus-box-shadow)}.amplify-input--quiet[aria-invalid=true]{border-block-end-color:var(--amplify-components-fieldcontrol-quiet-error-border-block-end-color)}.amplify-input--quiet[aria-invalid=true]:focus{box-shadow:var(--amplify-components-fieldcontrol-quiet-error-focus-box-shadow)}.amplify-textarea{box-sizing:border-box;color:var(--amplify-components-fieldcontrol-color);font-size:var(--amplify-components-fieldcontrol-font-size);line-height:var(--amplify-components-fieldcontrol-line-height);-webkit-padding-before:var(--amplify-components-fieldcontrol-padding-block-start);padding-block-start:var(--amplify-components-fieldcontrol-padding-block-start);-webkit-padding-after:var(--amplify-components-fieldcontrol-padding-block-end);padding-block-end:var(--amplify-components-fieldcontrol-padding-block-end);-webkit-padding-start:var(--amplify-components-fieldcontrol-padding-inline-start);padding-inline-start:var(--amplify-components-fieldcontrol-padding-inline-start);-webkit-padding-end:var(--amplify-components-fieldcontrol-padding-inline-end);padding-inline-end:var(--amplify-components-fieldcontrol-padding-inline-end);transition:all var(--amplify-components-fieldcontrol-transition-duration);width:100%;border-color:var(--amplify-components-fieldcontrol-border-color);border-radius:var(--amplify-components-fieldcontrol-border-radius);border-style:var(--amplify-components-fieldcontrol-border-style);border-width:var(--amplify-components-fieldcontrol-border-width);outline-color:var(--amplify-components-fieldcontrol-outline-color);outline-style:var(--amplify-components-fieldcontrol-outline-style);outline-width:var(--amplify-components-fieldcontrol-outline-width);outline-offset:var(--amplify-components-fieldcontrol-outline-offset);-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.amplify-textarea:focus{border-color:var(--amplify-components-fieldcontrol-focus-border-color);box-shadow:var(--amplify-components-fieldcontrol-focus-box-shadow)}.amplify-textarea--small{font-size:var(--amplify-components-fieldcontrol-small-font-size);-webkit-padding-before:var(--amplify-components-fieldcontrol-small-padding-block-start);padding-block-start:var(--amplify-components-fieldcontrol-small-padding-block-start);-webkit-padding-after:var(--amplify-components-fieldcontrol-small-padding-block-end);padding-block-end:var(--amplify-components-fieldcontrol-small-padding-block-end);-webkit-padding-start:var(--amplify-components-fieldcontrol-small-padding-inline-start);padding-inline-start:var(--amplify-components-fieldcontrol-small-padding-inline-start);-webkit-padding-end:var(--amplify-components-fieldcontrol-small-padding-inline-end);padding-inline-end:var(--amplify-components-fieldcontrol-small-padding-inline-end)}.amplify-textarea--large{font-size:var(--amplify-components-fieldcontrol-large-font-size);-webkit-padding-before:var(--amplify-components-fieldcontrol-large-padding-block-start);padding-block-start:var(--amplify-components-fieldcontrol-large-padding-block-start);-webkit-padding-after:var(--amplify-components-fieldcontrol-large-padding-block-end);padding-block-end:var(--amplify-components-fieldcontrol-large-padding-block-end);-webkit-padding-start:var(--amplify-components-fieldcontrol-large-padding-inline-start);padding-inline-start:var(--amplify-components-fieldcontrol-large-padding-inline-start);-webkit-padding-end:var(--amplify-components-fieldcontrol-large-padding-inline-end);padding-inline-end:var(--amplify-components-fieldcontrol-large-padding-inline-end)}.amplify-textarea--error{border-color:var(--amplify-components-fieldcontrol-error-border-color)}.amplify-textarea--error:focus{border-color:var(--amplify-components-fieldcontrol-error-border-color);box-shadow:var(--amplify-components-fieldcontrol-error-focus-box-shadow)}.amplify-textarea[disabled]{color:var(--amplify-components-fieldcontrol-disabled-color);cursor:var(--amplify-components-fieldcontrol-disabled-cursor);border-color:var(--amplify-components-fieldcontrol-disabled-border-color);background-color:var(--amplify-components-fieldcontrol-disabled-background-color)}.amplify-textarea--quiet{-webkit-border-before:var(--amplify-components-fieldcontrol-quiet-border-block-start);border-block-start:var(--amplify-components-fieldcontrol-quiet-border-block-start);-webkit-border-start:var(--amplify-components-fieldcontrol-quiet-border-inline-start);border-inline-start:var(--amplify-components-fieldcontrol-quiet-border-inline-start);-webkit-border-end:var(--amplify-components-fieldcontrol-quiet-border-inline-end);border-inline-end:var(--amplify-components-fieldcontrol-quiet-border-inline-end);border-radius:var(--amplify-components-fieldcontrol-quiet-border-radius)}.amplify-textarea--quiet:focus{border-block-end-color:var(--amplify-components-fieldcontrol-quiet-focus-border-block-end-color);box-shadow:var(--amplify-components-fieldcontrol-quiet-focus-box-shadow)}.amplify-textarea--quiet[aria-invalid=true]{border-block-end-color:var(--amplify-components-fieldcontrol-quiet-error-border-block-end-color)}.amplify-textarea--quiet[aria-invalid=true]:focus{box-shadow:var(--amplify-components-fieldcontrol-quiet-error-focus-box-shadow)}.amplify-image{height:var(--amplify-components-image-height);max-width:var(--amplify-components-image-max-width);-o-object-fit:var(--amplify-components-image-object-fit);object-fit:var(--amplify-components-image-object-fit);-o-object-position:var(--amplify-components-image-object-position);object-position:var(--amplify-components-image-object-position)}.amplify-link{color:var(--amplify-components-link-color);-webkit-text-decoration:var(--amplify-components-link-text-decoration);text-decoration:var(--amplify-components-link-text-decoration);cursor:pointer}.amplify-link:visited{color:var(--amplify-components-link-visited-color);-webkit-text-decoration:var(--amplify-components-link-visited-text-decoration);text-decoration:var(--amplify-components-link-visited-text-decoration)}.amplify-link:active{color:var(--amplify-components-link-active-color);-webkit-text-decoration:var(--amplify-components-link-active-text-decoration);text-decoration:var(--amplify-components-link-active-text-decoration)}.amplify-link:focus{color:var(--amplify-components-link-focus-color);-webkit-text-decoration:var(--amplify-components-link-focus-text-decoration);text-decoration:var(--amplify-components-link-focus-text-decoration)}.amplify-link:hover{color:var(--amplify-components-link-hover-color);-webkit-text-decoration:var(--amplify-components-link-hover-text-decoration);text-decoration:var(--amplify-components-link-hover-text-decoration)}.amplify-loader{width:var(--amplify-components-loader-width);height:var(--amplify-components-loader-height);font-size:var(--amplify-components-loader-font-size);fill:none;stroke:var(--amplify-components-loader-stroke-empty);--amplify-internal-loader-linear-font-size: var( --amplify-components-loader-linear-font-size );--amplify-internal-loader-linear-stroke-width: var( --amplify-components-loader-linear-stroke-width )}.amplify-loader circle:last-of-type{transform-origin:center center;-webkit-animation-name:amplify-loader-circular;animation-name:amplify-loader-circular;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-duration:var(--amplify-components-loader-animation-duration);animation-duration:var(--amplify-components-loader-animation-duration);stroke:var(--amplify-components-loader-stroke-filled);stroke-linecap:var(--amplify-components-loader-stroke-linecap)}@media (prefers-reduced-motion){.amplify-loader circle:last-of-type{-webkit-animation:none;animation:none;stroke-dasharray:100% 200%;stroke-dashoffset:50%}}.amplify-loader line:last-of-type{stroke:var(--amplify-components-loader-linear-stroke-filled);stroke-dasharray:50% 200%;-webkit-animation-name:amplify-loader-linear;animation-name:amplify-loader-linear;-webkit-animation-duration:var(--amplify-components-loader-linear-animation-duration);animation-duration:var(--amplify-components-loader-linear-animation-duration);-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@media (prefers-reduced-motion){.amplify-loader line:last-of-type{-webkit-animation:none;animation:none;stroke-dashoffset:-50%}}.amplify-loader--small{width:var(--amplify-components-loader-small-width);height:var(--amplify-components-loader-small-height);font-size:var(--amplify-components-loader-small-font-size);--amplify-internal-loader-linear-stroke-width: var( --amplify-components-loader-linear-small-stroke-width );--amplify-internal-loader-linear-font-size: var( --amplify-components-loader-linear-small-font-size )}.amplify-loader--large{width:var(--amplify-components-loader-large-width);height:var(--amplify-components-loader-large-height);font-size:var(--amplify-components-loader-large-font-size);--amplify-internal-loader-linear-stroke-width: var( --amplify-components-loader-linear-large-stroke-width );--amplify-internal-loader-linear-font-size: var( --amplify-components-loader-linear-large-font-size )}.amplify-loader--linear{width:var(--amplify-components-loader-linear-width);min-width:var(--amplify-components-loader-linear-min-width);stroke:var(--amplify-components-loader-linear-stroke-empty);stroke-linecap:var(--amplify-components-loader-linear-stroke-linecap);stroke-width:var(--amplify-internal-loader-linear-stroke-width);font-size:var(--amplify-internal-loader-linear-font-size)}.amplify-loader--determinate circle:last-of-type{-webkit-animation:none;animation:none;transform:rotate(-90deg)}.amplify-loader--determinate line:last-of-type{-webkit-animation:none;animation:none;stroke-dashoffset:0%;stroke-dasharray:none}.amplify-loader__percentage-text{fill:var(--amplify-components-loader-text-fill);stroke:none}@-webkit-keyframes amplify-loader-circular{0%{stroke-dasharray:100% 200%;transform:rotate(120deg)}50%{stroke-dasharray:20% 400%}to{stroke-dasharray:100% 200%;transform:rotate(480deg)}}@keyframes amplify-loader-circular{0%{stroke-dasharray:100% 200%;transform:rotate(120deg)}50%{stroke-dasharray:20% 400%}to{stroke-dasharray:100% 200%;transform:rotate(480deg)}}@-webkit-keyframes amplify-loader-linear{0%{stroke-dashoffset:200%}to{stroke-dashoffset:-50%}}@keyframes amplify-loader-linear{0%{stroke-dashoffset:200%}to{stroke-dashoffset:-50%}}.amplify-placeholder{-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:var(--amplify-components-placeholder-transition-duration);animation-duration:var(--amplify-components-placeholder-transition-duration);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:amplify-placeholder-loading;animation-name:amplify-placeholder-loading;border-radius:var(--amplify-components-placeholder-border-radius);height:var(--amplify-components-placeholder-default-height);width:100%;display:block}.amplify-placeholder--small{height:var(--amplify-components-placeholder-small-height)}.amplify-placeholder--large{height:var(--amplify-components-placeholder-large-height)}@-webkit-keyframes amplify-placeholder-loading{0%{background-color:var(--amplify-components-placeholder-start-color)}to{background-color:var(--amplify-components-placeholder-end-color)}}@keyframes amplify-placeholder-loading{0%{background-color:var(--amplify-components-placeholder-start-color)}to{background-color:var(--amplify-components-placeholder-end-color)}}@media (prefers-reduced-motion: reduce){.amplify-placeholder{-webkit-animation:none;animation:none;background-color:var(--amplify-components-placeholder-end-color)}}[data-amplify-copy]{display:flex;font-size:var(--amplify-components-copy-font-size);gap:var(--amplify-components-copy-gap);justify-content:center;align-items:center;word-break:break-all}[data-amplify-copy-svg]{cursor:pointer;position:relative}[data-amplify-copy-svg] path{fill:var(--amplify-components-copy-svg-path-fill)}[data-amplify-copy-svg]:hover [data-amplify-copy-tooltip]{visibility:visible;font-size:var(--amplify-components-copy-tool-tip-font-size)}[data-amplify-copy-tooltip]{visibility:hidden;position:absolute;bottom:var(--amplify-components-copy-tool-tip-bottom);color:var(--amplify-components-copy-tool-tip-color)}.amplify-alert{align-items:var(--amplify-components-alert-align-items);background-color:var(--amplify-components-alert-background-color);justify-content:var(--amplify-components-alert-justify-content);padding-block:var(--amplify-components-alert-padding-block);padding-inline:var(--amplify-components-alert-padding-inline)}.amplify-alert--info{color:var(--amplify-components-alert-info-color);background-color:var(--amplify-components-alert-info-background-color)}.amplify-alert--error{color:var(--amplify-components-alert-error-color);background-color:var(--amplify-components-alert-error-background-color)}.amplify-alert--warning{color:var(--amplify-components-alert-warning-color);background-color:var(--amplify-components-alert-warning-background-color)}.amplify-alert--success{color:var(--amplify-components-alert-success-color);background-color:var(--amplify-components-alert-success-background-color)}.amplify-alert__icon{font-size:var(--amplify-components-alert-icon-size)}.amplify-alert__heading{display:block;font-weight:var(--amplify-components-alert-heading-font-weight);font-size:var(--amplify-components-alert-heading-font-size)}.amplify-alert__body{color:inherit;display:block}.amplify-alert__dismiss{color:inherit}[data-amplify-authenticator]{display:grid}[data-amplify-authenticator][data-variation=modal]{overflow-y:auto;width:var(--amplify-components-authenticator-modal-width);height:var(--amplify-components-authenticator-modal-height);background-color:var(--amplify-components-authenticator-modal-background-color);position:fixed;top:var(--amplify-components-authenticator-modal-top);left:var(--amplify-components-authenticator-modal-left);z-index:1}[data-amplify-authenticator] [data-amplify-container]{place-self:center}@media (min-width: 30rem){[data-amplify-authenticator] [data-amplify-container]{width:var(--amplify-components-authenticator-container-width-max)}}[data-amplify-authenticator] [data-amplify-router]{background-color:var(--amplify-components-authenticator-router-background-color);box-shadow:var(--amplify-components-authenticator-router-box-shadow);border-color:var(--amplify-components-authenticator-router-border-color);border-width:var(--amplify-components-authenticator-router-border-width);border-style:var(--amplify-components-authenticator-router-border-style)}[data-amplify-authenticator] [data-amplify-footer]{padding-bottom:var(--amplify-components-authenticator-footer-padding-bottom);text-align:center}[data-amplify-authenticator] [data-amplify-form]{padding:var(--amplify-components-authenticator-form-padding)}[data-amplify-authenticator] [data-state=inactive]{background-color:var(--amplify-components-authenticator-state-inactive-background-color)}@media (max-width: 26rem){[data-amplify-authenticator] [data-amplify-sign-up-errors]{font-size:.688rem}}.amplify-authenticator__column{display:flex;flex-direction:column}.amplify-authenticator__subtitle{margin-bottom:var(--amplify-space-medium)}.amplify-authenticator__heading{font-size:var(--amplify-font-sizes-xl)}.amplify-authenticator__federated-text{align-self:center}.amplify-card{background-color:var(--amplify-components-card-background-color);border-radius:var(--amplify-components-card-border-radius);border-width:var(--amplify-components-card-border-width);border-style:var(--amplify-components-card-border-style);border-color:var(--amplify-components-card-border-color);box-shadow:var(--amplify-components-card-box-shadow);display:block;padding:var(--amplify-components-card-padding)}.amplify-card--outlined{background-color:var(--amplify-components-card-outlined-background-color);border-radius:var(--amplify-components-card-outlined-border-radius);border-width:var(--amplify-components-card-outlined-border-width);border-style:var(--amplify-components-card-outlined-border-style);border-color:var(--amplify-components-card-outlined-border-color);box-shadow:var(--amplify-components-card-outlined-box-shadow)}.amplify-card--elevated{background-color:var(--amplify-components-card-elevated-background-color);border-radius:var(--amplify-components-card-elevated-border-radius);border-width:var(--amplify-components-card-elevated-border-width);border-style:var(--amplify-components-card-elevated-border-style);border-color:var(--amplify-components-card-elevated-border-color);box-shadow:var(--amplify-components-card-elevated-box-shadow)}.amplify-collection{flex-direction:column}.amplify-collection-pagination{justify-content:center;--amplify-components-pagination-current-color: var( --amplify-components-collection-pagination-current-color );--amplify-components-pagination-current-background-color: var( --amplify-components-collection-pagination-current-background-color );--amplify-components-pagination-button-color: var( --amplify-components-collection-pagination-button-color );--amplify-components-pagination-button-hover-color: var( --amplify-components-collection-pagination-button-hover-color );--amplify-components-pagination-button-hover-background-color: var( --amplify-components-collection-pagination-button-hover-background-color );--amplify-components-pagination-button-disabled-color: var( --amplify-components-collection-pagination-button-disabled-color )}.amplify-collection-search{flex-direction:row;justify-content:center;--amplify-components-searchfield-input-color: var( --amplify-components-collection-search-input-color );--amplify-components-searchfield-button-color: var( --amplify-components-collection-search-button-color );--amplify-components-searchfield-button-active-background-color: var( --amplify-components-collection-search-button-active-background-color );--amplify-components-searchfield-button-active-border-color: var( --amplify-components-collection-search-button-active-border-color );--amplify-components-searchfield-button-active-color: var( --amplify-components-collection-search-button-active-color );--amplify-components-searchfield-button-disabled-background-color: var( --amplify-components-collection-search-button-disabled-background-color );--amplify-components-searchfield-button-disabled-border-color: var( --amplify-components-collection-search-button-disabled-border-color );--amplify-components-searchfield-button-disabled-color: var( --amplify-components-collection-search-button-disabled-color );--amplify-components-searchfield-button-focus-background-color: var( --amplify-components-collection-search-button-focus-background-color );--amplify-components-searchfield-button-focus-border-color: var( --amplify-components-collection-search-button-focus-border-color );--amplify-components-searchfield-button-focus-color: var( --amplify-components-collection-search-button-focus-color );--amplify-components-searchfield-button-hover-background-color: var( --amplify-components-collection-search-button-hover-background-color );--amplify-components-searchfield-button-hover-border-color: var( --amplify-components-collection-search-button-hover-border-color );--amplify-components-searchfield-button-hover-color: var( --amplify-components-collection-search-button-hover-color )}.amplify-checkbox{cursor:var(--amplify-components-checkbox-cursor);align-items:var(--amplify-components-checkbox-align-items);flex-direction:row-reverse;gap:inherit}.amplify-checkbox--disabled{cursor:var(--amplify-components-checkbox-disabled-cursor)}.amplify-checkbox__button{position:var(--amplify-components-checkbox-button-position);align-items:var(--amplify-components-checkbox-button-align-items);justify-content:var(--amplify-components-checkbox-button-justify-content);color:var(--amplify-components-checkbox-button-color);--amplify-internal-checkbox_button-focused-before-border-color: var( --amplify-components-checkbox-button-focus-border-color );--amplify-internal-checkbox_button-focused-before-box-shadow: var( --amplify-components-checkbox-button-focus-box-shadow )}.amplify-checkbox__button:before{content:"";display:inline-block;position:absolute;box-sizing:border-box;width:var(--amplify-components-checkbox-button-before-width);height:var(--amplify-components-checkbox-button-before-height);border-width:var(--amplify-components-checkbox-button-before-border-width);border-radius:var(--amplify-components-checkbox-button-before-border-radius);border-style:var(--amplify-components-checkbox-button-before-border-style);border-color:var(--amplify-components-checkbox-button-before-border-color)}.amplify-checkbox__button--focused:before{outline-color:var(--amplify-components-checkbox-button-focus-outline-color);outline-style:var(--amplify-components-checkbox-button-focus-outline-style);outline-width:var(--amplify-components-checkbox-button-focus-outline-width);outline-offset:var(--amplify-components-checkbox-button-focus-outline-offset);border-color:var(--amplify-internal-checkbox_button-focused-before-border-color);box-shadow:var(--amplify-internal-checkbox_button-focused-before-box-shadow)}.amplify-checkbox__button--error{--amplify-internal-checkbox_button-focused-before-border-color: var( --amplify-components-checkbox-button-error-focus-border-color );--amplify-internal-checkbox_button-focused-before-box-shadow: var( --amplify-components-checkbox-button-error-focus-box-shadow )}.amplify-checkbox__button--error:before{border-color:var(--amplify-components-checkbox-button-error-border-color)}.amplify-checkbox__button--disabled:before{border-color:var(--amplify-components-checkbox-button-disabled-border-color)}.amplify-checkbox__icon{background-color:var(--amplify-components-checkbox-icon-background-color);opacity:var(--amplify-components-checkbox-icon-opacity);transform:var(--amplify-components-checkbox-icon-transform);border-radius:var(--amplify-components-checkbox-icon-border-radius);transition-property:var(--amplify-components-checkbox-icon-transition-property);transition-duration:var(--amplify-components-checkbox-icon-transition-duration);transition-timing-function:var(--amplify-components-checkbox-icon-transition-timing-function);--amplify-internal-checkbox-icon-disabled-background-color: var( --amplify-components-checkbox-icon-background-color )}.amplify-checkbox__icon--checked{opacity:var(--amplify-components-checkbox-icon-checked-opacity);transform:var(--amplify-components-checkbox-icon-checked-transform);--amplify-internal-checkbox-icon-disabled-background-color: var( --amplify-components-checkbox-icon-checked-disabled-background-color )}.amplify-checkbox__icon--disabled{background-color:var(--amplify-internal-checkbox-icon-disabled-background-color)}.amplify-checkbox__label[data-disabled=true]{color:var(--amplify-components-checkbox-label-disabled-color)}.amplify-checkboxfield{align-content:var(--amplify-components-checkboxfield-align-content);align-items:var(--amplify-components-checkboxfield-align-items);flex-direction:var(--amplify-components-checkboxfield-flex-direction);justify-content:var(--amplify-components-checkboxfield-justify-content)}.amplify-countrycodeselect{height:var(--amplify-components-countrycodeselect-height)}.amplify-divider{border-color:var(--amplify-components-divider-border-color);border-style:var(--amplify-components-divider-border-style);border-width:0;opacity:var(--amplify-components-divider-opacity);padding:0;display:block;--amplify-internal-divider-size: var( --amplify-components-divider-border-width );position:relative;text-align:center}.amplify-divider--small{--amplify-internal-divider-size: var( --amplify-components-divider-small-border-width )}.amplify-divider--large{--amplify-internal-divider-size: var( --amplify-components-divider-large-border-width )}.amplify-divider--horizontal{width:100%;border-bottom-width:var(--amplify-internal-divider-size)}.amplify-divider--vertical{border-left-width:var(--amplify-internal-divider-size)}.amplify-divider--label{display:flex;justify-content:center}.amplify-divider--label:after{content:attr(data-label);position:absolute;transform:translateY(-50%);font-size:var(--amplify-components-divider-label-font-size);padding-inline:var(--amplify-components-divider-label-padding-inline);background-color:var(--amplify-components-divider-label-background-color);color:var(--amplify-components-divider-label-color)}.amplify-divider--label[aria-orientation=vertical]{flex-direction:column}.amplify-divider--label[aria-orientation=vertical]:after{top:auto;transform:translate(-50%);padding-block:0;padding-inline:0}.amplify-expander{display:block;background-color:var(--amplify-components-expander-background-color);border-radius:var(--amplify-components-expander-border-radius);box-shadow:var(--amplify-components-expander-box-shadow);width:var(--amplify-components-expander-width)}.amplify-expander__item{display:block;overflow:hidden;box-shadow:var(--amplify-components-expander-item-box-shadow)}.amplify-expander__item:first-of-type{border-start-start-radius:var(--amplify-components-expander-item-border-start-start-radius);border-start-end-radius:var(--amplify-components-expander-item-border-start-end-radius)}@supports not (border-start-start-radius: var(--amplify-components-expander-item-border-start-start-radius)){.amplify-expander__item:first-of-type{border-top-left-radius:var(--amplify-components-expander-item-border-top-left-radius);border-top-right-radius:var(--amplify-components-expander-item-border-top-right-radius)}}.amplify-expander__item:last-of-type{box-shadow:none;border-end-start-radius:var(--amplify-components-expander-item-border-end-start-radius);border-end-end-radius:var(--amplify-components-expander-item-border-end-end-radius)}@supports not (border-end-start-radius: var(--amplify-components-expander-item-border-end-start-radius)){.amplify-expander__item:last-of-type{border-bottom-left-radius:var(--amplify-components-expander-item-border-bottom-left-radius);border-bottom-right-radius:var(--amplify-components-expander-item-border-bottom-right-radius)}}.amplify-expander__item:focus-within{box-shadow:var(--amplify-components-expander-item-focus-box-shadow)}.amplify-expander__header{display:flex;box-shadow:var(--amplify-components-expander-header-box-shadow)}.amplify-expander__trigger{flex:1;display:flex;min-height:var(--amplify-components-expander-trigger-min-height);-webkit-padding-start:var(--amplify-components-expander-trigger-padding-inline-start);padding-inline-start:var(--amplify-components-expander-trigger-padding-inline-start);-webkit-padding-end:var(--amplify-components-expander-trigger-padding-inline-end);padding-inline-end:var(--amplify-components-expander-trigger-padding-inline-end);align-items:var(--amplify-components-expander-trigger-align-items);justify-content:var(--amplify-components-expander-trigger-justify-content)}.amplify-expander__trigger:hover{background-color:var(--amplify-components-expander-trigger-hover-background-color)}.amplify-expander__content{display:block;-webkit-padding-start:var(--amplify-components-expander-content-padding-inline-start);padding-inline-start:var(--amplify-components-expander-content-padding-inline-start);-webkit-padding-end:var(--amplify-components-expander-content-padding-inline-end);padding-inline-end:var(--amplify-components-expander-content-padding-inline-end)}.amplify-expander__content[data-state=open]{-webkit-animation-name:amplify-expander-slide-down;animation-name:amplify-expander-slide-down;-webkit-animation-duration:var(--amplify-components-expander-content-open-animation-duration);animation-duration:var(--amplify-components-expander-content-open-animation-duration);-webkit-animation-timing-function:var(--amplify-components-expander-content-open-animation-timing-function);animation-timing-function:var(--amplify-components-expander-content-open-animation-timing-function)}.amplify-expander__content[data-state=closed]{-webkit-animation-name:amplify-expander-slide-up;animation-name:amplify-expander-slide-up;-webkit-animation-duration:var(--amplify-components-expander-content-closed-animation-duration);animation-duration:var(--amplify-components-expander-content-closed-animation-duration);-webkit-animation-timing-function:var(--amplify-components-expander-content-closed-animation-timing-function);animation-timing-function:var(--amplify-components-expander-content-closed-animation-timing-function)}.amplify-expander__content__text{display:block;color:var(--amplify-components-expander-content-text-color);-webkit-padding-before:var(--amplify-components-expander-content-text-padding-block-start);padding-block-start:var(--amplify-components-expander-content-text-padding-block-start);-webkit-padding-after:var(--amplify-components-expander-content-text-padding-block-end);padding-block-end:var(--amplify-components-expander-content-text-padding-block-end)}.amplify-expander__icon{transition-property:transform;transition-duration:var(--amplify-components-expander-icon-transition-duration);transition-timing-function:var(--amplify-components-expander-icon-transition-timing-function)}[data-state=open] .amplify-expander__icon{transform:rotate(180deg)}@-webkit-keyframes amplify-expander-slide-down{0%{height:0}to{height:auto}}@keyframes amplify-expander-slide-down{0%{height:0}to{height:auto}}@-webkit-keyframes amplify-expander-slide-up{0%{height:auto}to{height:0}}@keyframes amplify-expander-slide-up{0%{height:auto}to{height:0}}.amplify-field{font-size:var(--amplify-components-field-font-size);gap:var(--amplify-components-field-gap)}.amplify-field--small{font-size:var(--amplify-components-field-small-font-size);gap:var(--amplify-components-field-small-gap)}.amplify-field--large{font-size:var(--amplify-components-field-large-font-size);gap:var(--amplify-components-field-large-gap)}.amplify-label{color:var(--amplify-components-field-label-color)}.amplify-field-group__outer-end .amplify-select__wrapper .amplify-select,.amplify-field-group__outer-end .amplify-field-group__control,.amplify-field-group__outer-start .amplify-select__wrapper:not(:first-child) .amplify-select:not(:first-child),.amplify-field-group__outer-start--quiet .amplify-field-group__control,.amplify-field-group__outer-start .amplify-field-group__control:not(:first-child),.amplify-field-group :not(:first-child) .amplify-input{border-start-start-radius:0;border-end-start-radius:0}@supports not (border-start-start-radius: 0){.amplify-field-group__outer-end .amplify-select__wrapper .amplify-select,.amplify-field-group__outer-end .amplify-field-group__control,.amplify-field-group__outer-start .amplify-select__wrapper:not(:first-child) .amplify-select:not(:first-child),.amplify-field-group__outer-start--quiet .amplify-field-group__control,.amplify-field-group__outer-start .amplify-field-group__control:not(:first-child),.amplify-field-group :not(:first-child) .amplify-input{border-top-left-radius:0;border-bottom-left-radius:0}}.amplify-field-group__outer-end .amplify-select__wrapper:not(:last-child) .amplify-select,.amplify-field-group__outer-end--quiet .amplify-field-group__control,.amplify-field-group__outer-end .amplify-field-group__control:not(:last-child),.amplify-field-group__outer-start .amplify-select__wrapper .amplify-select,.amplify-field-group__outer-start .amplify-field-group__control,.amplify-field-group :not(:last-child) .amplify-input{border-end-end-radius:0;border-start-end-radius:0}@supports not (border-end-end-radius: 0){.amplify-field-group__outer-end .amplify-select__wrapper:not(:last-child) .amplify-select,.amplify-field-group__outer-end--quiet .amplify-field-group__control,.amplify-field-group__outer-end .amplify-field-group__control:not(:last-child),.amplify-field-group__outer-start .amplify-select__wrapper .amplify-select,.amplify-field-group__outer-start .amplify-field-group__control,.amplify-field-group :not(:last-child) .amplify-input{border-bottom-right-radius:0;border-top-right-radius:0}}.amplify-field-group{gap:var(--amplify-components-fieldgroup-gap)}.amplify-field-group--horizontal{flex-direction:row}.amplify-field-group--vertical{flex-direction:column;align-items:var(--amplify-components-fieldgroup-vertical-align-items)}.amplify-field-group__outer-start,.amplify-field-group__outer-end{display:flex;align-items:var(--amplify-components-fieldgroup-outer-align-items)}.amplify-field-group__outer-start .amplify-field-group__control,.amplify-field-group__outer-end .amplify-field-group__control{height:100%}.amplify-field-group__outer-start .amplify-field-group__control:not(:focus){border-inline-end-color:transparent}.amplify-field-group__outer-start .amplify-field-group__control:focus{z-index:1}.amplify-field-group__outer-start--quiet .amplify-field-group__control:not(:focus){border-block-start-color:transparent;border-inline-start-color:transparent}.amplify-field-group__outer-end .amplify-field-group__control:not(:focus){border-inline-start-color:transparent}.amplify-field-group__outer-end .amplify-field-group__control:focus{z-index:1}.amplify-field-group__outer-end--quiet .amplify-field-group__control:not(:focus){border-block-start-color:transparent;border-inline-end-color:transparent}.amplify-field-group__field-wrapper{position:relative;width:100%}.amplify-field-group__field-wrapper--vertical{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.amplify-field-group__inner-end,.amplify-field-group__inner-start{position:absolute;top:0;height:100%;pointer-events:none}.amplify-field-group__inner-end .amplify-button,.amplify-field-group__inner-start .amplify-button{pointer-events:all;height:100%}.amplify-field-group__inner-end{right:0;left:auto}.amplify-field-group__inner-start,html[dir=rtl] .amplify-field-group__inner-end{right:auto;left:0}html[dir=rtl] .amplify-field-group__inner-start{left:auto;right:0}.amplify-field-group--has-inner-end .amplify-input{-webkit-padding-end:calc(var(--amplify-components-fieldcontrol-padding-inline-end) * 3);padding-inline-end:calc(var(--amplify-components-fieldcontrol-padding-inline-end) * 3)}.amplify-field-group--has-inner-start .amplify-input{-webkit-padding-start:calc(var(--amplify-components-fieldcontrol-padding-inline-start) * 3);padding-inline-start:calc(var(--amplify-components-fieldcontrol-padding-inline-start) * 3)}.amplify-field-group__icon:not(.amplify-field-group__icon-button){display:flex;-webkit-padding-start:var(--amplify-components-fieldcontrol-padding-inline-start);padding-inline-start:var(--amplify-components-fieldcontrol-padding-inline-start);-webkit-padding-end:var(--amplify-components-fieldcontrol-padding-inline-start);padding-inline-end:var(--amplify-components-fieldcontrol-padding-inline-start);flex-direction:column;justify-content:center;height:100%}[data-radix-popper-content-wrapper]{z-index:999999}.amplify-menu-trigger{display:flex;justify-content:center;align-items:center}.amplify-menu-content{background-color:var(--amplify-components-menu-background-color);border-radius:var(--amplify-components-menu-border-radius);box-shadow:var(--amplify-components-menu-box-shadow);flex-direction:var(--amplify-components-menu-flex-direction);gap:var(--amplify-components-menu-gap);min-width:var(--amplify-components-menu-min-width);max-width:var(--amplify-components-menu-max-width);border-color:var(--amplify-components-menu-border-color);border-width:var(--amplify-components-menu-border-width);border-style:var(--amplify-components-menu-border-style)}.amplify-menu-content__item{min-height:var(--amplify-components-menu-item-min-height);-webkit-padding-start:var(--amplify-components-menu-item-padding-inline-start);padding-inline-start:var(--amplify-components-menu-item-padding-inline-start);-webkit-padding-end:var(--amplify-components-menu-item-padding-inline-end);padding-inline-end:var(--amplify-components-menu-item-padding-inline-end)}.amplify-menu-content__item:not(:first-child):not(:last-child){border-radius:0}.amplify-menu-content__item:first-child{border-end-end-radius:0;border-end-start-radius:0}@supports not (border-end-end-radius: 0){.amplify-menu-content__item:first-child{border-bottom-right-radius:0;border-bottom-left-radius:0}}.amplify-menu-content__item:last-child{border-start-end-radius:0;border-start-start-radius:0}@supports not (border-end-end-radius: 0){.amplify-menu-content__item:last-child{border-top-right-radius:0;border-top-left-radius:0}}.amplify-pagination__item-current,.amplify-pagination__item-button{height:var(--amplify-components-pagination-item-shared-height);min-width:var(--amplify-components-pagination-item-shared-min-width);border-radius:var(--amplify-components-pagination-item-shared-border-radius)}.amplify-pagination{list-style-type:none}.amplify-pagination li{margin-left:var(--amplify-components-pagination-item-container-margin-left);margin-right:var(--amplify-components-pagination-item-container-margin-right)}.amplify-pagination__item-button{display:flex;align-items:center;justify-content:center;font-weight:initial;color:var(--amplify-components-pagination-button-color);-webkit-padding-start:var(--amplify-components-pagination-button-padding-inline-start);padding-inline-start:var(--amplify-components-pagination-button-padding-inline-start);-webkit-padding-end:var(--amplify-components-pagination-button-padding-inline-end);padding-inline-end:var(--amplify-components-pagination-button-padding-inline-end);transition-property:var(--amplify-components-pagination-button-transition-property);transition-duration:var(--amplify-components-pagination-button-transition-duration)}.amplify-pagination__item-button:hover{text-decoration:none;color:var(--amplify-components-pagination-button-hover-color);background-color:var(--amplify-components-pagination-button-hover-background-color)}.amplify-pagination__item-button--disabled{color:var(--amplify-components-pagination-button-disabled-color);pointer-events:none}.amplify-pagination__item-current{align-items:var(--amplify-components-pagination-current-align-items);justify-content:var(--amplify-components-pagination-current-justify-content);color:var(--amplify-components-pagination-current-color);font-size:var(--amplify-components-pagination-current-font-size);background-color:var(--amplify-components-pagination-current-background-color)}.amplify-pagination__item-ellipsis{align-items:var(--amplify-components-pagination-ellipsis-align-items);justify-content:var(--amplify-components-pagination-ellipsis-justify-content);-webkit-padding-start:var(--amplify-components-pagination-ellipsis-padding-inline-start);padding-inline-start:var(--amplify-components-pagination-ellipsis-padding-inline-start);-webkit-padding-end:var(--amplify-components-pagination-ellipsis-padding-inline-end);padding-inline-end:var(--amplify-components-pagination-ellipsis-padding-inline-end)}.amplify-passwordfield{--amplify-components-fieldcontrol-color: var( --amplify-components-passwordfield-color );--amplify-components-button-color: var( --amplify-components-passwordfield-button-color );--amplify-components-button-active-background-color: var( --amplify-components-passwordfield-button-active-background-color );--amplify-components-button-active-border-color: var( --amplify-components-passwordfield-button-active-border-color );--amplify-components-button-active-color: var( --amplify-components-passwordfield-button-active-color );--amplify-components-button-disabled-background-color: var( --amplify-components-passwordfield-button-disabled-background-color );--amplify-components-button-disabled-border-color: var( --amplify-components-passwordfield-button-disabled-border-color );--amplify-components-button-disabled-color: var( --amplify-components-passwordfield-button-disabled-color );--amplify-components-button-focus-background-color: var( --amplify-components-passwordfield-button-focus-background-color );--amplify-components-button-focus-border-color: var( --amplify-components-passwordfield-button-focus-border-color );--amplify-components-button-focus-color: var( --amplify-components-passwordfield-button-focus-color );--amplify-components-button-hover-background-color: var( --amplify-components-passwordfield-button-hover-background-color );--amplify-components-button-hover-border-color: var( --amplify-components-passwordfield-button-hover-border-color );--amplify-components-button-hover-color: var( --amplify-components-passwordfield-button-hover-color )}.amplify-phonenumberfield select:not(:focus){border-right:none}.amplify-phonenumberfield{--amplify-components-selectfield-color: var( --amplify-components-phonenumberfield-color );--amplify-components-selectfield-border-color: var( --amplify-components-phonenumberfield-border-color );--amplify-components-selectfield-font-size: var( --amplify-components-phonenumberfield-font-size );--amplify-components-selectfield-focus-border-color: var( --amplify-components-phonenumberfield-focus-border-color );--amplify-components-textfield-color: var( --amplify-components-phonenumberfield-color );--amplify-components-textfield-border-color: var( --amplify-components-phonenumberfield-border-color );--amplify-components-textfield-font-size: var( --amplify-components-phonenumberfield-font-size );--amplify-components-textfield-focus-border-color: var( --amplify-components-phonenumberfield-focus-border-color )}.amplify-rating{display:inline-flex;position:relative;text-align:left;font-size:var(--amplify-components-rating-default-size);line-height:var(--amplify-components-rating-default-size)}.amplify-rating .amplify-icon{font-size:unset;line-height:unset;height:1em}.amplify-rating--small{font-size:var(--amplify-components-rating-small-size);line-height:var(--amplify-components-rating-small-size)}.amplify-rating--large{font-size:var(--amplify-components-rating-large-size);line-height:var(--amplify-components-rating-large-size)}.amplify-rating-filled{fill:currentColor;display:inline-block;flex-shrink:0;width:1em;height:1em}.amplify-rating-icon-container{position:relative;height:1em;width:1em}.amplify-rating-label{position:absolute;overflow:hidden;height:1em;width:1em}.amplify-rating-icon{width:1em;height:1em}.amplify-rating-icon-filled{color:var(--amplify-components-rating-filled-color)}.amplify-rating-icon-empty{color:var(--amplify-components-rating-empty-color)}.amplify-radio{align-items:var(--amplify-components-radio-align-items);justify-content:var(--amplify-components-radio-justify-content);gap:inherit;flex-direction:row-reverse;--amplify-components-text-color: var(--amplify-components-radio-label-color)}.amplify-radio--disabled{cursor:var(--amplify-components-radio-disabled-cursor)}.amplify-radio__button{align-items:var(--amplify-components-radio-button-align-items);justify-content:var(--amplify-components-radio-button-justify-content);padding:var(--amplify-components-radio-button-padding);box-sizing:var(--amplify-components-radio-button-box-sizing);border-width:var(--amplify-components-radio-button-border-width);border-style:var(--amplify-components-radio-button-border-style);border-radius:var(--amplify-components-radio-button-border-radius);border-color:var(--amplify-components-radio-button-border-color);color:var(--amplify-components-radio-button-color);background-color:var(--amplify-components-radio-button-background-color);transition-property:var(--amplify-components-radio-button-transition-property);transition-duration:var(--amplify-components-radio-button-transition-duration);width:var(--amplify-components-radio-button-width);height:var(--amplify-components-radio-button-height);outline-color:var(--amplify-components-radio-button-outline-color);outline-style:var(--amplify-components-radio-button-outline-style);outline-width:var(--amplify-components-radio-button-outline-width);outline-offset:var(--amplify-components-radio-button-outline-offset)}.amplify-radio__button:before{content:"";display:inline-block;width:100%;height:100%;border-radius:var(--amplify-components-radio-button-before-border-radius);background-color:currentColor;border-radius:50%}.amplify-radio__button--small{width:var(--amplify-components-radio-button-small-width);height:var(--amplify-components-radio-button-small-height)}.amplify-radio__button--large{width:var(--amplify-components-radio-button-large-width);height:var(--amplify-components-radio-button-large-height)}.amplify-radio__input:checked+.amplify-radio__button{color:var(--amplify-components-radio-button-checked-color)}.amplify-radio__input:checked:disabled+.amplify-radio__button{color:var(--amplify-components-radio-button-checked-disabled-color)}.amplify-radio__input:focus+.amplify-radio__button{border-color:var(--amplify-components-radio-button-focus-border-color);box-shadow:var(--amplify-components-radio-button-focus-box-shadow)}.amplify-radio__input[aria-invalid=true]+.amplify-radio__button{border-color:var(--amplify-components-radio-button-error-border-color)}.amplify-radio__input[aria-invalid=true]:focus+.amplify-radio__button{box-shadow:var(--amplify-components-radio-button-error-focus-box-shadow)}.amplify-radio__input:disabled+.amplify-radio__button{border-color:var(--amplify-components-radio-button-disabled-border-color);background-color:var(--amplify-components-radio-button-disabled-background-color)}.amplify-radio__label[data-disabled=true]{color:var(--amplify-components-radio-label-disabled-color)}.amplify-radiogroup{gap:inherit;flex-direction:inherit;align-items:inherit}.amplify-radiogroupfield{flex-direction:column;align-items:flex-start;--amplify-components-field-label-color: var( --amplify-components-radiogroup-label-color );--amplify-components-radio-button-border-width: var( --amplify-components-radiogroup-radio-border-width );--amplify-components-radio-button-border-color: var( --amplify-components-radiogroup-radio-border-color );--amplify-components-radio-button-background-color: var( --amplify-components-radiogroup-radio-background-color );--amplify-components-radio-label-color: var( --amplify-components-radiogroup-radio-label-color );--amplify-components-radio-button-checked-color: var( --amplify-components-radiogroup-radio-checked-color )}.amplify-searchfield{--amplify-components-fieldcontrol-color: var( --amplify-components-searchfield-input-color )}.amplify-searchfield__search{color:var(--amplify-components-searchfield-button-color)}.amplify-searchfield__search:active{background-color:var(--amplify-components-button-active-background-color);border-color:var(--amplify-components-button-active-border-color);color:var(--amplify-components-button-active-color)}.amplify-searchfield__search:disabled{background-color:var(--amplify-components-searchfield-button-disabled-background-color);border-color:var(--amplify-components-searchfield-button-disabled-border-color);color:var(--amplify-components-searchfield-button-disabled-color)}.amplify-searchfield__search:focus{background-color:var(--amplify-components-searchfield-button-focus-background-color);border-color:var(--amplify-components-searchfield-button-focus-border-color);color:var(--amplify-components-searchfield-button-focus-color)}.amplify-searchfield__search:hover{background-color:var(--amplify-components-searchfield-button-hover-background-color);border-color:var(--amplify-components-searchfield-button-hover-border-color);color:var(--amplify-components-searchfield-button-hover-color)}.amplify-select__wrapper{flex:var(--amplify-components-select-wrapper-flex);display:var(--amplify-components-select-wrapper-display);position:var(--amplify-components-select-wrapper-position);cursor:var(--amplify-components-select-wrapper-cursor)}.amplify-select__icon-wrapper{align-items:var(--amplify-components-select-icon-wrapper-align-items);position:var(--amplify-components-select-icon-wrapper-position);top:var(--amplify-components-select-icon-wrapper-top);right:var(--amplify-components-select-icon-wrapper-right);transform:var(--amplify-components-select-icon-wrapper-transform);pointer-events:var(--amplify-components-select-icon-wrapper-pointer-events)}.amplify-select{box-sizing:border-box;color:var(--amplify-components-fieldcontrol-color);font-size:var(--amplify-components-fieldcontrol-font-size);line-height:var(--amplify-components-fieldcontrol-line-height);-webkit-padding-before:var(--amplify-components-fieldcontrol-padding-block-start);padding-block-start:var(--amplify-components-fieldcontrol-padding-block-start);-webkit-padding-after:var(--amplify-components-fieldcontrol-padding-block-end);padding-block-end:var(--amplify-components-fieldcontrol-padding-block-end);-webkit-padding-start:var(--amplify-components-fieldcontrol-padding-inline-start);padding-inline-start:var(--amplify-components-fieldcontrol-padding-inline-start);-webkit-padding-end:var(--amplify-components-fieldcontrol-padding-inline-end);padding-inline-end:var(--amplify-components-fieldcontrol-padding-inline-end);transition:all var(--amplify-components-fieldcontrol-transition-duration);width:100%;border-color:var(--amplify-components-fieldcontrol-border-color);border-radius:var(--amplify-components-fieldcontrol-border-radius);border-style:var(--amplify-components-fieldcontrol-border-style);border-width:var(--amplify-components-fieldcontrol-border-width);outline-color:var(--amplify-components-fieldcontrol-outline-color);outline-style:var(--amplify-components-fieldcontrol-outline-style);outline-width:var(--amplify-components-fieldcontrol-outline-width);outline-offset:var(--amplify-components-fieldcontrol-outline-offset);min-width:var(--amplify-components-select-min-width);-webkit-padding-end:var(--amplify-components-select-padding-inline-end);padding-inline-end:var(--amplify-components-select-padding-inline-end);white-space:var(--amplify-components-select-white-space)}.amplify-select:focus{border-color:var(--amplify-components-fieldcontrol-focus-border-color);box-shadow:var(--amplify-components-fieldcontrol-focus-box-shadow)}.amplify-select--small{font-size:var(--amplify-components-fieldcontrol-small-font-size);-webkit-padding-before:var(--amplify-components-fieldcontrol-small-padding-block-start);padding-block-start:var(--amplify-components-fieldcontrol-small-padding-block-start);-webkit-padding-after:var(--amplify-components-fieldcontrol-small-padding-block-end);padding-block-end:var(--amplify-components-fieldcontrol-small-padding-block-end);-webkit-padding-start:var(--amplify-components-fieldcontrol-small-padding-inline-start);padding-inline-start:var(--amplify-components-fieldcontrol-small-padding-inline-start);-webkit-padding-end:var(--amplify-components-fieldcontrol-small-padding-inline-end);padding-inline-end:var(--amplify-components-fieldcontrol-small-padding-inline-end)}.amplify-select--large{font-size:var(--amplify-components-fieldcontrol-large-font-size);-webkit-padding-before:var(--amplify-components-fieldcontrol-large-padding-block-start);padding-block-start:var(--amplify-components-fieldcontrol-large-padding-block-start);-webkit-padding-after:var(--amplify-components-fieldcontrol-large-padding-block-end);padding-block-end:var(--amplify-components-fieldcontrol-large-padding-block-end);-webkit-padding-start:var(--amplify-components-fieldcontrol-large-padding-inline-start);padding-inline-start:var(--amplify-components-fieldcontrol-large-padding-inline-start);-webkit-padding-end:var(--amplify-components-fieldcontrol-large-padding-inline-end);padding-inline-end:var(--amplify-components-fieldcontrol-large-padding-inline-end)}.amplify-select--error{border-color:var(--amplify-components-fieldcontrol-error-border-color)}.amplify-select--error:focus{border-color:var(--amplify-components-fieldcontrol-error-border-color);box-shadow:var(--amplify-components-fieldcontrol-error-focus-box-shadow)}.amplify-select[disabled]{color:var(--amplify-components-fieldcontrol-disabled-color);cursor:var(--amplify-components-fieldcontrol-disabled-cursor);border-color:var(--amplify-components-fieldcontrol-disabled-border-color);background-color:var(--amplify-components-fieldcontrol-disabled-background-color)}.amplify-select--quiet{-webkit-border-before:var(--amplify-components-fieldcontrol-quiet-border-block-start);border-block-start:var(--amplify-components-fieldcontrol-quiet-border-block-start);-webkit-border-start:var(--amplify-components-fieldcontrol-quiet-border-inline-start);border-inline-start:var(--amplify-components-fieldcontrol-quiet-border-inline-start);-webkit-border-end:var(--amplify-components-fieldcontrol-quiet-border-inline-end);border-inline-end:var(--amplify-components-fieldcontrol-quiet-border-inline-end);border-radius:var(--amplify-components-fieldcontrol-quiet-border-radius)}.amplify-select--quiet:focus{border-block-end-color:var(--amplify-components-fieldcontrol-quiet-focus-border-block-end-color);box-shadow:var(--amplify-components-fieldcontrol-quiet-focus-box-shadow)}.amplify-select--quiet[aria-invalid=true]{border-block-end-color:var(--amplify-components-fieldcontrol-quiet-error-border-block-end-color)}.amplify-select--quiet[aria-invalid=true]:focus{box-shadow:var(--amplify-components-fieldcontrol-quiet-error-focus-box-shadow)}.amplify-select option{color:initial}@-moz-document url-prefix(){.amplify-select option{background-color:var(--amplify-components-select-option-background-color);color:var(--amplify-components-select-option-color)}}.amplify-select--small{min-width:var(--amplify-components-select-small-min-width)}.amplify-select--large{min-width:var(--amplify-components-select-large-min-width)}.amplify-selectfield{flex-direction:var(--amplify-components-selectfield-flex-direction);--amplify-components-fieldcontrol-border-color: var( --amplify-components-selectfield-border-color );--amplify-components-fieldcontrol-color: var( --amplify-components-selectfield-color );--amplify-components-fieldcontrol-font-size: var( --amplify-components-selectfield-font-size );--amplify-components-fieldcontrol-focus-border-color: var( --amplify-components-selectfield-focus-border-color );--amplify-components-field-label-color: var( --amplify-components-selectfield-label-color )}.amplify-sliderfield{flex-direction:column}.amplify-sliderfield__label{display:flex;justify-content:space-between}.amplify-sliderfield__root{align-items:center;box-sizing:content-box;display:flex;padding-block:var(--amplify-components-sliderfield-padding-block);position:relative;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;--amplify-internal-sliderfield-root-height: var( --amplify-components-sliderfield-thumb-height );--amplify-internal-sliderfield-root-width: var( --amplify-components-sliderfield-thumb-height )}.amplify-sliderfield__root[data-disabled]{cursor:not-allowed}.amplify-sliderfield__root--horizontal{height:var(--amplify-internal-sliderfield-root-height)}.amplify-sliderfield__root--vertical{flex-direction:column;width:var(--amplify-internal-sliderfield-root-width)}.amplify-sliderfield__root--large{--amplify-internal-sliderfield-root-height: var( --amplify-components-sliderfield-large-thumb-height );--amplify-internal-sliderfield-root-width: var( --amplify-components-sliderfield-large-thumb-height )}.amplify-sliderfield__root--small{--amplify-internal-sliderfield-root-height: var( --amplify-components-sliderfield-small-thumb-height );--amplify-internal-sliderfield-root-width: var( --amplify-components-sliderfield-small-thumb-height )}.amplify-sliderfield__track{position:relative;flex-grow:1;border-radius:var(--amplify-components-sliderfield-track-border-radius);background-color:var(--amplify-components-sliderfield-track-background-color);--amplify-internal-sliderfield-track-height: var( --amplify-components-sliderfield-track-height );--amplify-internal-sliderfield-track-min-width: var( --amplify-components-sliderfield-track-min-width );--amplify-internal-sliderfield-track-width: var( --amplify-components-sliderfield-track-height );--amplify-internal-sliderfield-track-min-height: var( --amplify-components-sliderfield-track-min-width )}.amplify-sliderfield__track--horizontal{height:var(--amplify-internal-sliderfield-track-height);min-width:var(--amplify-internal-sliderfield-track-min-width)}.amplify-sliderfield__track--vertical{width:var(--amplify-internal-sliderfield-track-width);min-height:var(--amplify-internal-sliderfield-track-min-height)}.amplify-sliderfield__track--large{--amplify-internal-sliderfield-track-height: var( --amplify-components-sliderfield-large-track-height );--amplify-internal-sliderfield-track-width: var( --amplify-components-sliderfield-large-track-height )}.amplify-sliderfield__track--small{--amplify-internal-sliderfield-track-height: var( --amplify-components-sliderfield-small-track-height );--amplify-internal-sliderfield-track-width: var( --amplify-components-sliderfield-small-track-height )}.amplify-sliderfield__range{position:absolute;border-radius:var(--amplify-components-sliderfield-range-border-radius);background-color:var(--amplify-components-sliderfield-range-background-color)}.amplify-sliderfield__range[data-disabled]{background-color:var(--amplify-components-sliderfield-range-disabled-background-color)}.amplify-sliderfield__range--horizontal{height:100%}.amplify-sliderfield__range--vertical{width:100%}.amplify-sliderfield__thumb{display:block;width:var(--amplify-components-sliderfield-thumb-width);height:var(--amplify-components-sliderfield-thumb-height);background-color:var(--amplify-components-sliderfield-thumb-background-color);box-shadow:var(--amplify-components-sliderfield-thumb-box-shadow);border-radius:var(--amplify-components-sliderfield-thumb-border-radius);border-width:var(--amplify-components-sliderfield-thumb-border-width);border-color:var(--amplify-components-sliderfield-thumb-border-color);border-style:var(--amplify-components-sliderfield-thumb-border-style)}.amplify-sliderfield__thumb:hover{background-color:var(--amplify-components-sliderfield-thumb-hover-background-color);border-color:var(--amplify-components-sliderfield-thumb-hover-border-color)}.amplify-sliderfield__thumb:focus{border-color:var(--amplify-components-sliderfield-thumb-focus-border-color);box-shadow:var(--amplify-components-sliderfield-thumb-focus-box-shadow)}.amplify-sliderfield__thumb[data-disabled]{background-color:var(--amplify-components-sliderfield-thumb-disabled-background-color);border-color:var(--amplify-components-sliderfield-thumb-disabled-border-color);box-shadow:var(--amplify-components-sliderfield-thumb-disabled-box-shadow)}.amplify-sliderfield__thumb--large{width:var(--amplify-components-sliderfield-large-thumb-width);height:var(--amplify-components-sliderfield-large-thumb-height)}.amplify-sliderfield__thumb--small{width:var(--amplify-components-sliderfield-small-thumb-width);height:var(--amplify-components-sliderfield-small-thumb-height)}.amplify-stepperfield{flex-direction:var(--amplify-components-stepperfield-flex-direction);--amplify-components-fieldcontrol-border-color: var( --amplify-components-stepperfield-border-color );--amplify-components-button-border-color: var( --amplify-components-stepperfield-border-color );--amplify-components-fieldcontrol-color: var( --amplify-components-stepperfield-input-color );--amplify-components-fieldcontrol-font-size: var( --amplify-components-stepperfield-input-font-size );--amplify-components-button-color: var( --amplify-components-stepperfield-button-color );--amplify-components-button-active-color: var( --amplify-components-stepperfield-button-active-color );--amplify-components-button-active-background-color: var( --amplify-components-stepperfield-button-active-background-color );--amplify-components-button-focus-color: var( --amplify-components-stepperfield-button-focus-color );--amplify-components-button-focus-background-color: var( --amplify-components-stepperfield-button-focus-background-color );--amplify-components-button-disabled-color: var( --amplify-components-stepperfield-button-disabled-color );--amplify-components-button-disabled-background-color: var( --amplify-components-stepperfield-button-disabled-background-color );--amplify-components-button-hover-color: var( --amplify-components-stepperfield-button-hover-color );--amplify-components-button-hover-background-color: var( --amplify-components-stepperfield-button-hover-background-color )}.amplify-stepperfield__button--decrease{background-color:var(--amplify-components-stepperfield-button-background-color)}.amplify-stepperfield__button--decrease[data-invalid=true]{-webkit-border-end:none;border-inline-end:none}.amplify-stepperfield__button--decrease--quiet{border-width:0 0 var(--amplify-components-button-border-width) 0;border-radius:0}.amplify-stepperfield__button--increase{background-color:var(--amplify-components-stepperfield-button-background-color)}.amplify-stepperfield__button--increase[data-invalid=true]{-webkit-border-start:none;border-inline-start:none}.amplify-stepperfield__button--increase--quiet{border-width:0 0 var(--amplify-components-button-border-width) 0;border-radius:0}.amplify-stepperfield__input{-moz-appearance:textfield;text-align:var(--amplify-components-stepperfield-input-text-align)}.amplify-stepperfield__input::-webkit-outer-spin-button,.amplify-stepperfield__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.amplify-stepperfield__input:not(:focus,[aria-invalid=true]){-webkit-border-start:none;border-inline-start:none;-webkit-border-end:none;border-inline-end:none}.amplify-switchfield{display:inline-block}.amplify-switchfield--small{font-size:var(--amplify-components-switchfield-small-font-size)}.amplify-switchfield--large{font-size:var(--amplify-components-switchfield-large-font-size)}.amplify-switch__wrapper{display:inline-flex;align-items:center}.amplify-switch__wrapper--start{flex-direction:row}.amplify-switch__wrapper--end{flex-direction:row-reverse}.amplify-switch__wrapper--top{flex-direction:column}.amplify-switch__wrapper--bottom{flex-direction:column-reverse}.amplify-switch-track{display:inline-flex;justify-content:flex-start;box-sizing:content-box;border-radius:var(--amplify-components-switchfield-track-border-radius);padding:var(--amplify-components-switchfield-track-padding);width:var(--amplify-components-switchfield-track-width);height:var(--amplify-components-switchfield-track-height);transition-duration:var(--amplify-components-switchfield-track-transition-duration);background-color:var(--amplify-components-switchfield-track-background-color)}.amplify-switch-track--checked{background-color:var(--amplify-components-switchfield-track-checked-background-color)}.amplify-switch-track--disabled{opacity:var(--amplify-components-switchfield-disabled-opacity);cursor:not-allowed}.amplify-switch-track--focused{box-shadow:var(--amplify-components-switchfield-focused-shadow)}.amplify-switch-thumb{background-color:var(--amplify-components-switchfield-thumb-background-color);transition-duration:var(--amplify-components-switchfield-thumb-transition-duration);border-radius:var(--amplify-components-switchfield-thumb-border-radius);width:var(--amplify-components-switchfield-thumb-width);height:var(--amplify-components-switchfield-thumb-width);border-color:var(--amplify-components-switchfield-thumb-border-color);overflow-wrap:break-word}.amplify-switch-thumb--checked{transform:var(--amplify-components-switchfield-thumb-checked-transform)}.amplify-switch-thumb--disabled{cursor:not-allowed}.amplify-switch-label{padding:var(--amplify-components-switchfield-label-padding);cursor:pointer}.amplify-table{border-collapse:var(--amplify-components-table-border-collapse);display:var(--amplify-components-table-display);width:var(--amplify-components-table-width);--amplify-internal-table-caption-font-size: var( --amplify-components-table-caption-font-size );--amplify-internal-table-th-font-size: var( --amplify-components-table-header-font-size );--amplify-internal-table-th-padding: var( --amplify-components-table-header-padding );--amplify-internal-table-td-font-size: var( --amplify-components-table-data-font-size );--amplify-internal-table-td-padding: var( --amplify-components-table-data-padding );--amplify-internal-table-td-border-width: var( --amplify-components-table-data-border-width ) 0px var(--amplify-components-table-data-border-width) 0px;--amplify-internal-table-th-border-width: var( --amplify-components-table-header-border-width ) 0px var(--amplify-components-table-header-border-width) 0px}.amplify-table--small{--amplify-internal-table-caption-font-size: var( --amplify-components-table-caption-small-font-size );--amplify-internal-table-th-font-size: var( --amplify-components-table-header-small-font-size );--amplify-internal-table-th-padding: var( --amplify-components-table-header-small-padding );--amplify-internal-table-td-font-size: var( --amplify-components-table-data-small-font-size );--amplify-internal-table-td-padding: var( --amplify-components-table-data-small-padding )}.amplify-table--large{--amplify-internal-table-caption-font-size: var( --amplify-components-table-caption-large-font-size );--amplify-internal-table-th-font-size: var( --amplify-components-table-header-large-font-size );--amplify-internal-table-th-padding: var( --amplify-components-table-header-large-padding );--amplify-internal-table-td-font-size: var( --amplify-components-table-data-large-font-size );--amplify-internal-table-td-padding: var( --amplify-components-table-data-large-padding )}.amplify-table--bordered{--amplify-internal-table-td-border-width: var( --amplify-components-table-data-border-width ) var(--amplify-components-table-data-border-width) var(--amplify-components-table-data-border-width) var(--amplify-components-table-data-border-width);--amplify-internal-table-th-border-width: var( --amplify-components-table-header-border-width ) var(--amplify-components-table-header-border-width) var(--amplify-components-table-header-border-width) var(--amplify-components-table-header-border-width)}.amplify-table__caption{caption-side:var(--amplify-components-table-caption-caption-side);color:var(--amplify-components-table-caption-color);display:var(--amplify-components-table-caption-display);font-size:var(--amplify-internal-table-caption-font-size);text-align:var(--amplify-components-table-caption-text-align);word-break:var(--amplify-components-table-caption-word-break)}.amplify-table__head{display:var(--amplify-components-table-head-display);vertical-align:var(--amplify-components-table-head-vertical-align)}.amplify-table__body{display:var(--amplify-components-table-body-display);vertical-align:var(--amplify-components-table-body-vertical-align)}.amplify-table__foot{display:var(--amplify-components-table-foot-display);vertical-align:var(--amplify-components-table-foot-vertical-align)}.amplify-table__row{display:var(--amplify-components-table-row-display);vertical-align:var(--amplify-components-table-row-vertical-align)}.amplify-table__th{border-color:var(--amplify-components-table-header-border-color);border-style:var(--amplify-components-table-header-border-style);border-width:var(--amplify-internal-table-th-border-width);color:var(--amplify-components-table-header-color);display:var(--amplify-components-table-header-display);font-size:var(--amplify-internal-table-th-font-size);font-weight:var(--amplify-components-table-header-font-weight);padding:var(--amplify-internal-table-th-padding);vertical-align:var(--amplify-components-table-header-vertical-align)}.amplify-table__th:first-child{border-left-width:var(--amplify-components-table-header-border-width)}.amplify-table__th:last-child{border-right-width:var(--amplify-components-table-header-border-width)}.amplify-table__td{border-color:var(--amplify-components-table-data-border-color);border-style:var(--amplify-components-table-data-border-style);border-width:var(--amplify-internal-table-td-border-width);color:var(--amplify-components-table-data-color);display:var(--amplify-components-table-data-display);font-size:var(--amplify-internal-table-td-font-size);font-weight:var(--amplify-components-table-data-font-weight);padding:var(--amplify-internal-table-td-padding);vertical-align:var(--amplify-components-table-data-vertical-align)}.amplify-table__td:first-child{border-left-width:var(--amplify-components-table-data-border-width)}.amplify-table__td:last-child{border-right-width:var(--amplify-components-table-data-border-width)}.amplify-table[data-variation=striped] .amplify-table__row:not(.amplify-table__head *):nth-child(odd){background-color:var(--amplify-components-table-row-striped-background-color)}.amplify-table[data-highlightonhover=true] .amplify-table__row:not(.amplify-table__head *):hover{background-color:var(--amplify-components-table-row-hover-background-color)}.amplify-tabs{background-color:var(--amplify-components-tabs-background-color);box-shadow:var(--amplify-components-tabs-box-shadow);border-width:0 0 var(--amplify-components-tabs-border-width) 0;border-style:var(--amplify-components-tabs-border-style);border-color:var(--amplify-components-tabs-border-color);gap:var(--amplify-components-tabs-gap)}.amplify-tabs[data-indicator-position=top]{border-width:var(--amplify-components-tabs-border-width) 0 0 0}.amplify-tabs-item{background-color:var(--amplify-components-tabs-item-background-color);box-sizing:border-box;color:var(--amplify-components-tabs-item-color);font-size:var(--amplify-components-tabs-item-font-size);font-weight:var(--amplify-components-tabs-item-font-weight);padding:var(--amplify-components-tabs-item-padding-vertical) var(--amplify-components-tabs-item-padding-horizontal);text-align:var(--amplify-components-tabs-item-text-align);transition:all var(--amplify-components-tabs-item-transition-duration);border-width:0 0 var(--amplify-components-tabs-item-border-width) 0;border-style:var(--amplify-components-tabs-item-border-style);border-color:var(--amplify-components-tabs-item-border-color);margin-bottom:calc(-1 * var(--amplify-components-tabs-item-border-width))}[data-indicator-position=top]>.amplify-tabs-item{border-width:var(--amplify-components-tabs-border-width) 0 0 0;margin-top:calc(-1 * var(--amplify-components-tabs-item-border-width));margin-bottom:0}.amplify-tabs-item[data-state=active]{color:var(--amplify-components-tabs-item-active-color);border-color:var(--amplify-components-tabs-item-active-border-color);background-color:var(--amplify-components-tabs-item-active-background-color);transition-property:none}.amplify-tabs-item:hover{color:var(--amplify-components-tabs-item-hover-color);cursor:pointer}.amplify-tabs-item:focus{color:var(--amplify-components-tabs-item-focus-color)}.amplify-tabs-item:focus-visible{outline:var(--amplify-components-tabs-item-border-width) var(--amplify-components-tabs-item-border-style) var(--amplify-components-tabs-item-border-color)}.amplify-tabs-item:active{color:var(--amplify-components-tabs-item-active-color)}.amplify-tabs-item[data-disabled]{background-color:var(--amplify-components-tabs-item-disabled-background-color);color:var(--amplify-components-tabs-item-disabled-color);cursor:not-allowed}.amplify-tabs-item[data-spacing=equal]{flex:1 1 0}.amplify-tabs-item[data-spacing=relative]{flex-grow:1}.amplify-textareafield{flex-direction:column;--amplify-components-fieldcontrol-color: var( --amplify-components-textareafield-color );--amplify-components-fieldcontrol-border-color: var( --amplify-components-textareafield-border-color );--amplify-components-fieldcontrol-focus-border-color: var( --amplify-components-textareafield-focus-border-color )}.amplify-textfield{flex-direction:column;--amplify-components-fieldcontrol-color: var( --amplify-components-textfield-color );--amplify-components-fieldcontrol-border-color: var( --amplify-components-textfield-border-color );--amplify-components-fieldcontrol-font-size: var( --amplify-components-textfield-font-size );--amplify-components-fieldcontrol-focus-border-color: var( --amplify-components-textfield-focus-border-color )}.amplify-togglebutton{--amplify-internal-togglebutton-background-color: initial;--amplify-internal-togglebutton-border-color: var( --amplify-components-togglebutton-border-color );--amplify-internal-togglebutton-color: var( --amplify-components-togglebutton-color );background-color:var(--amplify-internal-togglebutton-background-color);border-color:var(--amplify-internal-togglebutton-border-color);color:var(--amplify-internal-togglebutton-color);--amplify-internal-togglebutton-focus-background-color: var( --amplify-internal-togglebutton-background-color );--amplify-internal-togglebutton-focus-border-color: var( --amplify-components-togglebutton-focus-border-color );--amplify-internal-togglebutton-focus-color: var( --amplify-components-togglebutton-focus-color );--amplify-internal-togglebutton-hover-background-color: var( --amplify-components-togglebutton-hover-background-color );--amplify-internal-togglebutton-hover-border-color: var( --amplify-internal-togglebutton-border-color );--amplify-internal-togglebutton-hover-color: var( --amplify-internal-togglebutton-color );--amplify-internal-togglebutton-active-background-color: var( --amplify-components-togglebutton-active-background-color );--amplify-internal-togglebutton-disabled-background-color: var( --amplify-components-togglebutton-disabled-background-color );--amplify-internal-togglebutton-disabled-border-color: var( --amplify-components-togglebutton-disabled-border-color );--amplify-internal-togglebutton-disabled-color: var( --amplify-components-togglebutton-disabled-color )}.amplify-togglebutton:focus{background-color:var(--amplify-internal-togglebutton-focus-background-color);border-color:var(--amplify-internal-togglebutton-focus-border-color);color:var(--amplify-internal-togglebutton-focus-color)}.amplify-togglebutton:hover{background-color:var(--amplify-internal-togglebutton-hover-background-color);border-color:var(--amplify-internal-togglebutton-hover-border-color);color:var(--amplify-internal-togglebutton-hover-color)}.amplify-togglebutton:active{background-color:var(--amplify-internal-togglebutton-active-background-color)}.amplify-togglebutton:disabled{background-color:var(--amplify-internal-togglebutton-disabled-background-color);border-color:var(--amplify-internal-togglebutton-disabled-border-color);color:var(--amplify-internal-togglebutton-disabled-color)}.amplify-togglebutton--pressed{--amplify-internal-togglebutton-border-color: var( --amplify-components-togglebutton-pressed-border-color );--amplify-internal-togglebutton-background-color: var( --amplify-components-togglebutton-pressed-background-color );--amplify-internal-togglebutton-color: var( --amplify-components-togglebutton-pressed-color );--amplify-internal-togglebutton-hover-background-color: var( --amplify-components-togglebutton-pressed-hover-background-color );--amplify-internal-togglebutton-disabled-background-color: var( --amplify-components-togglebutton-pressed-background-color );--amplify-internal-togglebutton-disabled-border-color: var( --amplify-components-togglebutton-pressed-border-color );--amplify-internal-togglebutton-disabled-color: var( --amplify-components-togglebutton-pressed-color )}.amplify-togglebutton--primary{--amplify-internal-togglebutton-primary-background-color: var( --amplify-components-togglebutton-primary-background-color );--amplify-internal-togglebutton-background-color: var( --amplify-internal-togglebutton-primary-background-color );--amplify-internal-togglebutton-primary-border-color: var( --amplify-components-togglebutton-border-color );--amplify-internal-togglebutton-border-color: var( --amplify-internal-togglebutton-primary-border-color );--amplify-internal-togglebutton-primary-color: var( --amplify-components-togglebutton-color );--amplify-internal-togglebutton-color: var( --amplify-internal-togglebutton-primary-color );border-width:var(--amplify-components-togglebutton-primary-border-width);--amplify-internal-togglebutton-primary-focus-background-color: var( --amplify-components-togglebutton-primary-focus-background-color );--amplify-internal-togglebutton-primary-focus-border-color: var( --amplify-components-togglebutton-primary-focus-border-color );--amplify-internal-togglebutton-primary-focus-color: var( --amplify-components-togglebutton-primary-focus-color );--amplify-internal-togglebutton-primary-focus-box-shadow: var( --amplify-components-togglebutton-primary-focus-box-shadow );--amplify-internal-togglebutton-focus-background-color: var( --amplify-internal-togglebutton-primary-focus-background-color );--amplify-internal-togglebutton-focus-border-color: var( --amplify-internal-togglebutton-primary-focus-border-color );--amplify-internal-togglebutton-focus-color: var( --amplify-internal-togglebutton-primary-focus-color );--amplify-internal-togglebutton-primary-hover-background-color: var( --amplify-components-togglebutton-primary-hover-background-color );--amplify-internal-togglebutton-primary-hover-border-color: var( --amplify-internal-togglebutton-primary-border-color );--amplify-internal-togglebutton-primary-hover-color: var( --amplify-components-togglebutton-primary-hover-color );--amplify-internal-togglebutton-hover-background-color: var( --amplify-internal-togglebutton-primary-hover-background-color );--amplify-internal-togglebutton-hover-border-color: var( --amplify-internal-togglebutton-primary-hover-border-color );--amplify-internal-togglebutton-hover-color: var( --amplify-internal-togglebutton-primary-hover-color );--amplify-internal-togglebutton-primary-disabled-background-color: var( --amplify-components-togglebutton-primary-disabled-background-color );--amplify-internal-togglebutton-primary-disabled-border-color: var( --amplify-components-togglebutton-primary-disabled-border-color );--amplify-internal-togglebutton-primary-disabled-color: var( --amplify-components-togglebutton-primary-disabled-color );--amplify-internal-togglebutton-disabled-background-color: var( --amplify-internal-togglebutton-primary-disabled-background-color );--amplify-internal-togglebutton-disabled-border-color: var( --amplify-internal-togglebutton-primary-disabled-border-color );--amplify-internal-togglebutton-disabled-color: var( --amplify-internal-togglebutton-primary-disabled-color )}.amplify-togglebutton--primary:focus{box-shadow:var(--amplify-internal-togglebutton-primary-focus-box-shadow)}.amplify-togglebutton--pressed{--amplify-internal-togglebutton-primary-background-color: var( --amplify-components-togglebutton-primary-pressed-background-color );--amplify-internal-togglebutton-primary-border-color: var( --amplify-components-togglebutton-primary-pressed-border-color );--amplify-internal-togglebutton-primary-color: var( --amplify-components-togglebutton-primary-pressed-color );--amplify-internal-togglebutton-primary-focus-background-color: var( --amplify-components-togglebutton-primary-pressed-focus-background-color );--amplify-internal-togglebutton-primary-focus-border-color: var( --amplify-components-togglebutton-primary-pressed-focus-border-color );--amplify-internal-togglebutton-primary-focus-color: var( --amplify-components-togglebutton-primary-pressed-focus-color );--amplify-internal-togglebutton-primary-hover-background-color: var( --amplify-components-togglebutton-primary-pressed-hover-background-color );--amplify-internal-togglebutton-primary-hover-border-color: var( --amplify-components-togglebutton-primary-pressed-hover-border-color );--amplify-internal-togglebutton-primary-hover-color: var( --amplify-components-togglebutton-primary-pressed-hover-color );--amplify-internal-togglebutton-primary-disabled-background-color: var( --amplify-components-togglebutton-primary-pressed-background-color );--amplify-internal-togglebutton-primary-disabled-border-color: var( --amplify-components-togglebutton-primary-pressed-border-color );--amplify-internal-togglebutton-primary-disabled-color: var( --amplify-components-togglebutton-primary-pressed-color )}.amplify-togglebutton--pressed:hover{--amplify-internal-togglebutton-primary-focus-box-shadow: var( --amplify-components-togglebutton-primary-pressed-hover-box-shadow )}.amplify-togglebutton--link{--amplify-internal-togglebutton-link-background-color: var( --amplify-components-togglebutton-link-background-color );--amplify-internal-togglebutton-link-color: var( --amplify-components-togglebutton-link-color );--amplify-internal-togglebutton-background-color: var( --amplify-internal-togglebutton-link-background-color );--amplify-internal-togglebutton-color: var( --amplify-internal-togglebutton-link-color );--amplify-internal-togglebutton-link-focus-background-color: var( --amplify-components-togglebutton-link-focus-background-color );--amplify-internal-togglebutton-link-focus-color: var( --amplify-components-togglebutton-link-focus-color );--amplify-internal-togglebutton-focus-background-color: var( --amplify-internal-togglebutton-link-focus-background-color );--amplify-internal-togglebutton-focus-color: var( --amplify-internal-togglebutton-link-focus-color );--amplify-internal-togglebutton-link-hover-background-color: var( --amplify-components-togglebutton-link-hover-background-color );--amplify-internal-togglebutton-link-hover-color: var( --amplify-components-togglebutton-link-hover-color );--amplify-internal-togglebutton-hover-background-color: var( --amplify-internal-togglebutton-link-hover-background-color );--amplify-internal-togglebutton-hover-color: var( --amplify-internal-togglebutton-link-hover-color );--amplify-internal-togglebutton-link-disabled-color: var( --amplify-components-togglebutton-link-disabled-color );--amplify-internal-togglebutton-link-disabled-background-color: var( --amplify-components-togglebutton-link-disabled-background-color );--amplify-internal-togglebutton-disabled-color: var( --amplify-internal-togglebutton-link-disabled-color );--amplify-internal-togglebutton-disabled-background-color: var( --amplify-internal-togglebutton-link-disabled-background-color )}.amplify-togglebutton--pressed{--amplify-internal-togglebutton-link-color: var( --amplify-components-togglebutton-link-pressed-color );--amplify-internal-togglebutton-link-background-color: var( --amplify-components-togglebutton-link-pressed-background-color );--amplify-internal-togglebutton-link-focus-background-color: var( --amplify-components-togglebutton-link-pressed-focus-background-color );--amplify-internal-togglebutton-link-focus-color: var( --amplify-components-togglebutton-link-pressed-focus-color );--amplify-internal-togglebutton-link-hover-background-color: var( --amplify-components-togglebutton-link-pressed-hover-background-color );--amplify-internal-togglebutton-link-hover-color: var( --amplify-components-togglebutton-link-pressed-hover-color );--amplify-internal-togglebutton-link-disabled-color: var( --amplify-components-togglebutton-link-pressed-color )}.amplify-togglebuttongroup{align-items:var(--amplify-components-togglebuttongroup-align-items);align-content:var(--amplify-components-togglebuttongroup-align-content);justify-content:var(--amplify-components-togglebuttongroup-justify-content);gap:0}.amplify-togglebuttongroup .amplify-togglebutton:focus,.amplify-togglebuttongroup .amplify-togglebutton.amplify-togglebutton--pressed{z-index:2}.amplify-togglebuttongroup .amplify-togglebutton:not(:first-of-type){-webkit-margin-start:calc(-1 * var(--amplify-components-button-border-width));margin-inline-start:calc(-1 * var(--amplify-components-button-border-width));border-start-start-radius:0;border-end-start-radius:0}@supports not (border-start-start-radius: 0){.amplify-togglebuttongroup .amplify-togglebutton:not(:first-of-type){border-top-left-radius:0;border-bottom-left-radius:0}}.amplify-togglebuttongroup .amplify-togglebutton:not(:last-of-type){border-start-end-radius:0;border-end-end-radius:0}@supports not (border-end-end-radius: 0){.amplify-togglebuttongroup .amplify-togglebutton:not(:last-of-type){border-bottom-right-radius:0;border-top-right-radius:0}}[data-label-position=start]{flex-direction:row}[data-label-position=end]{flex-direction:row-reverse}[data-label-position=top]{flex-direction:column}[data-label-position=bottom]{flex-direction:column-reverse}.amplify-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;fill:transparent;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}html{font-family:var(--amplify-fonts-default-static)}@supports (font-variation-settings: normal){html{font-family:var(--amplify-fonts-default-variable)}}[data-amplify-spacer]{@apply flex-1;}[data-amplify-lostcode]{@apply flex flex-col items-start;}[data-amplify-select]{@apply block w-full rounded shadow-sm;border-width:1px;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;width:97%}[data-amplify-alias-label]{@apply flex flex-col;}.amplify-authenticator__font{font-weight:400}.amplify-authenticator__icon-wrapper{align-items:center;justify-content:center}.amplify-authenticator__sign-in-button-wrapper{flex-direction:row;justify-content:center;align-items:center}.amplify-authenticator__sign-in-base{padding:0 0 1rem}.amplify-authenticator__base{align-items:center;justify-content:space-between}.amplify-authenticator__tabs{outline:none}.amplify-authenticator__tabs-wrapper{gap:0px;justify-content:center}\n')();
12594
+ var styles = /* @__PURE__ */ (() => ':root,[data-amplify-theme]{--amplify-transforms-slide-x-large: translateX(2em);--amplify-transforms-slide-x-medium: translateX(1em);--amplify-transforms-slide-x-small: translateX(.5em);--amplify-time-long: .5s;--amplify-time-medium: .25s;--amplify-time-short: .1s;--amplify-space-relative-full: 100%;--amplify-space-relative-xxxl: 4.5em;--amplify-space-relative-xxl: 3em;--amplify-space-relative-xl: 2em;--amplify-space-relative-large: 1.5em;--amplify-space-relative-medium: 1em;--amplify-space-relative-small: .75em;--amplify-space-relative-xs: .5em;--amplify-space-relative-xxs: .375em;--amplify-space-relative-xxxs: .25em;--amplify-space-xxxl: 4.5rem;--amplify-space-xxl: 3rem;--amplify-space-xl: 2rem;--amplify-space-large: 1.5rem;--amplify-space-medium: 1rem;--amplify-space-small: .75rem;--amplify-space-xs: .5rem;--amplify-space-xxs: .375rem;--amplify-space-xxxs: .25rem;--amplify-space-zero: 0;--amplify-radii-xxxl: 8rem;--amplify-radii-xxl: 4rem;--amplify-radii-xl: 2rem;--amplify-radii-large: 1rem;--amplify-radii-medium: .5rem;--amplify-radii-small: .25rem;--amplify-radii-xs: .125rem;--amplify-outline-widths-large: 3px;--amplify-outline-widths-medium: 2px;--amplify-outline-widths-small: 1px;--amplify-outline-offsets-large: 3px;--amplify-outline-offsets-medium: 2px;--amplify-outline-offsets-small: 1px;--amplify-opacities-100: 1;--amplify-opacities-90: .9;--amplify-opacities-80: .8;--amplify-opacities-70: .7;--amplify-opacities-60: .6;--amplify-opacities-50: .5;--amplify-opacities-40: .4;--amplify-opacities-30: .3;--amplify-opacities-20: .2;--amplify-opacities-10: .1;--amplify-opacities-0: 0;--amplify-line-heights-large: 2;--amplify-line-heights-medium: 1.5;--amplify-line-heights-small: 1.25;--amplify-font-weights-black: 900;--amplify-font-weights-extrabold: 800;--amplify-font-weights-bold: 700;--amplify-font-weights-semibold: 600;--amplify-font-weights-medium: 500;--amplify-font-weights-normal: 400;--amplify-font-weights-light: 300;--amplify-font-weights-thin: 200;--amplify-font-weights-hairline: 100;--amplify-font-sizes-xxxxl: 3rem;--amplify-font-sizes-xxxl: 2.5rem;--amplify-font-sizes-xxl: 2rem;--amplify-font-sizes-xl: 1.5rem;--amplify-font-sizes-large: 1.25rem;--amplify-font-sizes-medium: 1rem;--amplify-font-sizes-small: .875rem;--amplify-font-sizes-xs: .75rem;--amplify-font-sizes-xxs: .5rem;--amplify-font-sizes-xxxs: .375rem;--amplify-fonts-default-static: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", sans-serif;--amplify-fonts-default-variable: "InterVariable", "Inter var", "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", sans-serif;--amplify-colors-transparent: transparent;--amplify-colors-white: hsl(0, 0%, 100%);--amplify-colors-black: hsl(0, 0%, 0%);--amplify-colors-overlay-90: hsla(0, 0%, 0%, .9);--amplify-colors-overlay-80: hsla(0, 0%, 0%, .8);--amplify-colors-overlay-70: hsla(0, 0%, 0%, .7);--amplify-colors-overlay-60: hsla(0, 0%, 0%, .6);--amplify-colors-overlay-50: hsla(0, 0%, 0%, .5);--amplify-colors-overlay-40: hsla(0, 0%, 0%, .4);--amplify-colors-overlay-30: hsla(0, 0%, 0%, .3);--amplify-colors-overlay-20: hsla(0, 0%, 0%, .2);--amplify-colors-overlay-10: hsla(0, 0%, 0%, .1);--amplify-colors-shadow-tertiary: hsla(210, 50%, 10%, .05);--amplify-colors-shadow-secondary: hsla(210, 50%, 10%, .15);--amplify-colors-shadow-primary: hsla(210, 50%, 10%, .25);--amplify-colors-neutral-100: hsl(210, 50%, 10%);--amplify-colors-neutral-90: hsl(210, 25%, 25%);--amplify-colors-neutral-80: hsl(210, 10%, 40%);--amplify-colors-neutral-60: hsl(210, 8%, 55%);--amplify-colors-neutral-40: hsl(210, 5%, 87%);--amplify-colors-neutral-20: hsl(210, 5%, 94%);--amplify-colors-neutral-10: hsl(210, 5%, 98%);--amplify-colors-pink-100: hsl(340, 100%, 15%);--amplify-colors-pink-90: hsl(340, 100%, 20%);--amplify-colors-pink-80: hsl(340, 95%, 30%);--amplify-colors-pink-60: hsl(340, 50%, 50%);--amplify-colors-pink-40: hsl(340, 70%, 70%);--amplify-colors-pink-20: hsl(340, 90%, 85%);--amplify-colors-pink-10: hsl(340, 95%, 95%);--amplify-colors-purple-100: hsl(300, 100%, 15%);--amplify-colors-purple-90: hsl(300, 100%, 20%);--amplify-colors-purple-80: hsl(300, 95%, 30%);--amplify-colors-purple-60: hsl(300, 50%, 50%);--amplify-colors-purple-40: hsl(300, 70%, 70%);--amplify-colors-purple-20: hsl(300, 85%, 85%);--amplify-colors-purple-10: hsl(300, 95%, 95%);--amplify-colors-blue-100: hsl(220, 100%, 15%);--amplify-colors-blue-90: hsl(220, 100%, 20%);--amplify-colors-blue-80: hsl(220, 95%, 30%);--amplify-colors-blue-60: hsl(220, 50%, 50%);--amplify-colors-blue-40: hsl(220, 70%, 70%);--amplify-colors-blue-20: hsl(220, 85%, 85%);--amplify-colors-blue-10: hsl(220, 95%, 95%);--amplify-colors-teal-100: hsl(190, 100%, 15%);--amplify-colors-teal-90: hsl(190, 100%, 20%);--amplify-colors-teal-80: hsl(190, 95%, 30%);--amplify-colors-teal-60: hsl(190, 50%, 50%);--amplify-colors-teal-40: hsl(190, 70%, 70%);--amplify-colors-teal-20: hsl(190, 75%, 85%);--amplify-colors-teal-10: hsl(190, 75%, 95%);--amplify-colors-green-100: hsl(130, 22%, 23%);--amplify-colors-green-90: hsl(130, 27%, 29%);--amplify-colors-green-80: hsl(130, 33%, 37%);--amplify-colors-green-60: hsl(130, 43%, 46%);--amplify-colors-green-40: hsl(130, 44%, 63%);--amplify-colors-green-20: hsl(130, 60%, 90%);--amplify-colors-green-10: hsl(130, 60%, 95%);--amplify-colors-yellow-100: hsl(60, 100%, 15%);--amplify-colors-yellow-90: hsl(60, 100%, 20%);--amplify-colors-yellow-80: hsl(60, 95%, 30%);--amplify-colors-yellow-60: hsl(60, 50%, 50%);--amplify-colors-yellow-40: hsl(60, 75%, 75%);--amplify-colors-yellow-20: hsl(60, 75%, 85%);--amplify-colors-yellow-10: hsl(60, 75%, 95%);--amplify-colors-orange-100: hsl(30, 100%, 15%);--amplify-colors-orange-90: hsl(30, 100%, 20%);--amplify-colors-orange-80: hsl(30, 95%, 30%);--amplify-colors-orange-60: hsl(30, 50%, 50%);--amplify-colors-orange-40: hsl(30, 75%, 75%);--amplify-colors-orange-20: hsl(30, 75%, 85%);--amplify-colors-orange-10: hsl(30, 75%, 95%);--amplify-colors-red-100: hsl(0, 100%, 15%);--amplify-colors-red-90: hsl(0, 100%, 20%);--amplify-colors-red-80: hsl(0, 95%, 30%);--amplify-colors-red-60: hsl(0, 50%, 50%);--amplify-colors-red-40: hsl(0, 75%, 75%);--amplify-colors-red-20: hsl(0, 75%, 85%);--amplify-colors-red-10: hsl(0, 75%, 95%);--amplify-border-widths-large: 3px;--amplify-border-widths-medium: 2px;--amplify-border-widths-small: 1px;--amplify-components-togglebuttongroup-justify-content: flex-start;--amplify-components-togglebuttongroup-align-content: center;--amplify-components-togglebuttongroup-align-items: center;--amplify-components-tabs-item-disabled-background-color: transparent;--amplify-components-tabs-item-active-background-color: transparent;--amplify-components-tabs-item-text-align: center;--amplify-components-tabs-item-border-style: solid;--amplify-components-tabs-item-background-color: transparent;--amplify-components-tabs-gap: 0;--amplify-components-tabs-border-style: solid;--amplify-components-tabs-background-color: transparent;--amplify-components-table-caption-word-break: break-all;--amplify-components-table-caption-text-align: center;--amplify-components-table-caption-display: table-caption;--amplify-components-table-caption-caption-side: bottom;--amplify-components-table-data-vertical-align: middle;--amplify-components-table-data-display: table-cell;--amplify-components-table-data-border-style: solid;--amplify-components-table-header-vertical-align: middle;--amplify-components-table-header-display: table-cell;--amplify-components-table-header-border-style: solid;--amplify-components-table-row-vertical-align: middle;--amplify-components-table-row-display: table-row;--amplify-components-table-foot-vertical-align: middle;--amplify-components-table-foot-display: table-footer-group;--amplify-components-table-body-vertical-align: middle;--amplify-components-table-body-display: table-row-group;--amplify-components-table-head-vertical-align: middle;--amplify-components-table-head-display: table-header-group;--amplify-components-table-width: 100%;--amplify-components-table-display: table;--amplify-components-table-border-collapse: collapse;--amplify-components-stepperfield-input-text-align: center;--amplify-components-stepperfield-flex-direction: column;--amplify-components-sliderfield-large-thumb-height: 1.5rem;--amplify-components-sliderfield-large-thumb-width: 1.5rem;--amplify-components-sliderfield-large-track-height: .625rem;--amplify-components-sliderfield-small-thumb-height: 1rem;--amplify-components-sliderfield-small-thumb-width: 1rem;--amplify-components-sliderfield-small-track-height: .25rem;--amplify-components-sliderfield-thumb-disabled-box-shadow: none;--amplify-components-sliderfield-thumb-disabled-border-color: transparent;--amplify-components-sliderfield-thumb-border-style: solid;--amplify-components-sliderfield-thumb-border-radius: 50%;--amplify-components-sliderfield-thumb-height: 1.25rem;--amplify-components-sliderfield-thumb-width: 1.25rem;--amplify-components-sliderfield-range-border-radius: 9999px;--amplify-components-sliderfield-track-min-width: 10rem;--amplify-components-sliderfield-track-height: .375rem;--amplify-components-sliderfield-track-border-radius: 9999px;--amplify-components-selectfield-flex-direction: column;--amplify-components-select-large-min-width: 7.5rem;--amplify-components-select-small-min-width: 5.5rem;--amplify-components-select-min-width: 6.5rem;--amplify-components-select-white-space: nowrap;--amplify-components-select-icon-wrapper-pointer-events: none;--amplify-components-select-icon-wrapper-transform: translateY(-50%);--amplify-components-select-icon-wrapper-top: 50%;--amplify-components-select-icon-wrapper-position: absolute;--amplify-components-select-icon-wrapper-align-items: center;--amplify-components-select-wrapper-cursor: pointer;--amplify-components-select-wrapper-position: relative;--amplify-components-select-wrapper-display: block;--amplify-components-select-wrapper-flex: 1;--amplify-components-radio-button-outline-style: solid;--amplify-components-radio-button-transition-property: all;--amplify-components-radio-button-border-radius: 50%;--amplify-components-radio-button-border-style: solid;--amplify-components-radio-button-box-sizing: border-box;--amplify-components-radio-button-justify-content: center;--amplify-components-radio-button-align-items: center;--amplify-components-radio-disabled-cursor: not-allowed;--amplify-components-radio-gap: inherit;--amplify-components-radio-justify-content: flex-start;--amplify-components-radio-align-items: center;--amplify-components-pagination-ellipsis-justify-content: center;--amplify-components-pagination-ellipsis-align-items: baseline;--amplify-components-pagination-button-transition-property: background-color;--amplify-components-pagination-current-justify-content: center;--amplify-components-pagination-current-align-items: center;--amplify-components-menu-item-min-height: 2.5rem;--amplify-components-menu-min-width: 14rem;--amplify-components-menu-max-width: 30rem;--amplify-components-menu-flex-direction: column;--amplify-components-menu-border-style: solid;--amplify-components-loader-linear-animation-duration: 1s;--amplify-components-loader-linear-stroke-linecap: round;--amplify-components-loader-linear-min-width: 5rem;--amplify-components-loader-linear-width: 100%;--amplify-components-loader-animation-duration: 1s;--amplify-components-loader-stroke-linecap: round;--amplify-components-image-object-position: initial;--amplify-components-image-object-fit: initial;--amplify-components-image-height: auto;--amplify-components-image-max-width: 100%;--amplify-components-icon-height: 1em;--amplify-components-icon-line-height: 1;--amplify-components-flex-flex-wrap: nowrap;--amplify-components-flex-align-content: normal;--amplify-components-flex-align-items: stretch;--amplify-components-flex-justify-content: normal;--amplify-components-fieldmessages-description-font-style: italic;--amplify-components-fieldgroup-outer-align-items: center;--amplify-components-fieldgroup-vertical-align-items: center;--amplify-components-fieldcontrol-disabled-cursor: not-allowed;--amplify-components-fieldcontrol-quiet-border-radius: 0;--amplify-components-fieldcontrol-quiet-border-block-start: none;--amplify-components-fieldcontrol-quiet-border-inline-end: none;--amplify-components-fieldcontrol-quiet-border-inline-start: none;--amplify-components-fieldcontrol-quiet-border-style: none;--amplify-components-fieldcontrol-outline-style: solid;--amplify-components-fieldcontrol-border-style: solid;--amplify-components-expander-icon-transition-timing-function: cubic-bezier(.87, 0, .13, 1);--amplify-components-expander-content-closed-animation-timing-function: cubic-bezier(.87, 0, .13, 1);--amplify-components-expander-content-open-animation-timing-function: cubic-bezier(.87, 0, .13, 1);--amplify-components-expander-trigger-justify-content: space-between;--amplify-components-expander-trigger-align-items: center;--amplify-components-expander-trigger-min-height: 3rem;--amplify-components-expander-item-margin-top: 1px;--amplify-components-expander-width: 100%;--amplify-components-expander-display: block;--amplify-components-divider-border-style: solid;--amplify-components-checkboxfield-justify-content: center;--amplify-components-checkboxfield-flex-direction: column;--amplify-components-checkboxfield-align-content: center;--amplify-components-checkboxfield-align-items: flex-start;--amplify-components-checkbox-icon-indeterminate-transform: scale(1);--amplify-components-checkbox-icon-checked-transform: scale(1);--amplify-components-checkbox-icon-transition-timing-function: ease-in-out;--amplify-components-checkbox-icon-transition-property: all;--amplify-components-checkbox-icon-transform: scale(0);--amplify-components-checkbox-icon-border-radius: 20%;--amplify-components-checkbox-button-focus-outline-style: solid;--amplify-components-checkbox-button-before-border-style: solid;--amplify-components-checkbox-button-before-border-radius: 20%;--amplify-components-checkbox-button-before-height: 100%;--amplify-components-checkbox-button-before-width: 100%;--amplify-components-checkbox-button-justify-content: center;--amplify-components-checkbox-button-align-items: center;--amplify-components-checkbox-button-position: relative;--amplify-components-checkbox-disabled-cursor: not-allowed;--amplify-components-checkbox-align-items: center;--amplify-components-checkbox-cursor: pointer;--amplify-components-card-elevated-border-color: transparent;--amplify-components-card-elevated-border-style: solid;--amplify-components-card-elevated-border-width: 0;--amplify-components-card-outlined-border-style: solid;--amplify-components-card-box-shadow: none;--amplify-components-card-border-color: transparent;--amplify-components-card-border-style: solid;--amplify-components-card-border-width: 0;--amplify-components-button-loader-wrapper-align-items: center;--amplify-components-button-link-loading-background-color: transparent;--amplify-components-button-link-loading-border-color: transparent;--amplify-components-button-link-disabled-background-color: transparent;--amplify-components-button-link-disabled-border-color: transparent;--amplify-components-button-link-active-border-color: transparent;--amplify-components-button-link-focus-border-color: transparent;--amplify-components-button-link-hover-border-color: transparent;--amplify-components-button-link-border-color: transparent;--amplify-components-button-link-background-color: transparent;--amplify-components-button-menu-justify-content: start;--amplify-components-button-menu-background-color: transparent;--amplify-components-button-primary-active-border-color: transparent;--amplify-components-button-primary-focus-border-color: transparent;--amplify-components-button-primary-hover-border-color: transparent;--amplify-components-button-primary-loading-border-color: transparent;--amplify-components-button-primary-disabled-border-color: transparent;--amplify-components-button-primary-border-style: solid;--amplify-components-button-primary-border-color: transparent;--amplify-components-button-disabled-background-color: transparent;--amplify-components-button-loading-background-color: transparent;--amplify-components-badge-text-align: center;--amplify-components-badge-line-height: 1;--amplify-components-authenticator-router-border-style: solid;--amplify-components-authenticator-container-width-max: 30rem;--amplify-components-authenticator-max-width: 60rem;--amplify-components-alert-justify-content: space-between;--amplify-components-alert-align-items: center;--amplify-shadows-large: 0px 4px 12px var(--amplify-colors-shadow-primary);--amplify-shadows-medium: 0px 2px 6px var(--amplify-colors-shadow-secondary);--amplify-shadows-small: 0px 2px 4px var(--amplify-colors-shadow-tertiary);--amplify-colors-border-error: var(--amplify-colors-red-80);--amplify-colors-border-tertiary: var(--amplify-colors-neutral-20);--amplify-colors-border-secondary: var(--amplify-colors-neutral-40);--amplify-colors-border-primary: var(--amplify-colors-neutral-60);--amplify-colors-background-success: var(--amplify-colors-green-20);--amplify-colors-background-error: var(--amplify-colors-red-20);--amplify-colors-background-warning: var(--amplify-colors-orange-20);--amplify-colors-background-info: var(--amplify-colors-blue-20);--amplify-colors-background-quaternary: var(--amplify-colors-neutral-60);--amplify-colors-background-tertiary: var(--amplify-colors-neutral-20);--amplify-colors-background-secondary: var(--amplify-colors-neutral-10);--amplify-colors-background-primary: var(--amplify-colors-white);--amplify-colors-font-success: var(--amplify-colors-green-90);--amplify-colors-font-error: var(--amplify-colors-red-90);--amplify-colors-font-warning: var(--amplify-colors-orange-90);--amplify-colors-font-info: var(--amplify-colors-blue-90);--amplify-colors-font-inverse: var(--amplify-colors-white);--amplify-colors-font-disabled: var(--amplify-colors-neutral-60);--amplify-colors-font-tertiary: var(--amplify-colors-neutral-80);--amplify-colors-font-secondary: var(--amplify-colors-neutral-90);--amplify-colors-font-primary: var(--amplify-colors-neutral-100);--amplify-colors-brand-secondary-100: var(--amplify-colors-purple-100);--amplify-colors-brand-secondary-90: var(--amplify-colors-purple-90);--amplify-colors-brand-secondary-80: var(--amplify-colors-purple-80);--amplify-colors-brand-secondary-60: var(--amplify-colors-purple-60);--amplify-colors-brand-secondary-40: var(--amplify-colors-purple-40);--amplify-colors-brand-secondary-20: var(--amplify-colors-purple-20);--amplify-colors-brand-secondary-10: var(--amplify-colors-purple-10);--amplify-colors-brand-primary-100: var(--amplify-colors-teal-100);--amplify-colors-brand-primary-90: var(--amplify-colors-teal-90);--amplify-colors-brand-primary-80: var(--amplify-colors-teal-80);--amplify-colors-brand-primary-60: var(--amplify-colors-teal-60);--amplify-colors-brand-primary-40: var(--amplify-colors-teal-40);--amplify-colors-brand-primary-20: var(--amplify-colors-teal-20);--amplify-colors-brand-primary-10: var(--amplify-colors-teal-10);--amplify-components-togglebutton-link-pressed-hover-background-color: var(--amplify-colors-transparent);--amplify-components-togglebutton-link-pressed-hover-color: var(--amplify-colors-overlay-90);--amplify-components-togglebutton-link-pressed-focus-color: var(--amplify-colors-overlay-90);--amplify-components-togglebutton-link-pressed-focus-background-color: var(--amplify-colors-transparent);--amplify-components-togglebutton-link-pressed-color: var(--amplify-colors-overlay-90);--amplify-components-togglebutton-link-pressed-background-color: var(--amplify-colors-transparent);--amplify-components-togglebutton-link-disabled-background-color: var(--amplify-colors-transparent);--amplify-components-togglebutton-link-focus-color: var(--amplify-colors-overlay-50);--amplify-components-togglebutton-link-focus-background-color: var(--amplify-colors-transparent);--amplify-components-togglebutton-link-hover-color: var(--amplify-colors-overlay-50);--amplify-components-togglebutton-link-hover-background-color: var(--amplify-colors-transparent);--amplify-components-togglebutton-link-color: var(--amplify-colors-overlay-50);--amplify-components-togglebutton-link-background-color: var(--amplify-colors-transparent);--amplify-components-togglebutton-primary-hover-background-color: var(--amplify-colors-overlay-10);--amplify-components-togglebutton-primary-focus-background-color: var(--amplify-colors-transparent);--amplify-components-togglebutton-primary-border-width: var(--amplify-border-widths-small);--amplify-components-togglebutton-primary-background-color: var(--amplify-colors-transparent);--amplify-components-togglebutton-pressed-hover-background-color: var(--amplify-colors-overlay-30);--amplify-components-togglebutton-pressed-background-color: var(--amplify-colors-overlay-20);--amplify-components-togglebutton-disabled-background-color: var(--amplify-colors-transparent);--amplify-components-togglebutton-active-background-color: var(--amplify-colors-transparent);--amplify-components-togglebutton-hover-background-color: var(--amplify-colors-overlay-10);--amplify-components-tabs-item-transition-duration: var(--amplify-time-medium);--amplify-components-tabs-item-padding-horizontal: var(--amplify-space-medium);--amplify-components-tabs-item-padding-vertical: var(--amplify-space-small);--amplify-components-tabs-item-font-weight: 700;--amplify-components-tabs-item-font-size: var(--amplify-font-sizes-medium);--amplify-components-tabs-item-border-width: var(--amplify-border-widths-medium);--amplify-components-tabs-border-width: var(--amplify-border-widths-medium);--amplify-components-table-caption-small-font-size: var(--amplify-font-sizes-small);--amplify-components-table-caption-large-font-size: var(--amplify-font-sizes-large);--amplify-components-table-caption-font-size: var(--amplify-font-sizes-medium);--amplify-components-table-data-small-padding: var(--amplify-space-xs);--amplify-components-table-data-small-font-size: var(--amplify-font-sizes-small);--amplify-components-table-data-large-padding: var(--amplify-space-large);--amplify-components-table-data-large-font-size: var(--amplify-font-sizes-large);--amplify-components-table-data-padding: var(--amplify-space-medium);--amplify-components-table-data-font-weight: 400;--amplify-components-table-data-font-size: var(--amplify-font-sizes-medium);--amplify-components-table-data-border-width: var(--amplify-border-widths-small);--amplify-components-table-header-small-padding: var(--amplify-space-xs);--amplify-components-table-header-small-font-size: var(--amplify-font-sizes-small);--amplify-components-table-header-large-padding: var(--amplify-space-large);--amplify-components-table-header-large-font-size: var(--amplify-font-sizes-large);--amplify-components-table-header-padding: var(--amplify-space-medium);--amplify-components-table-header-font-weight: 700;--amplify-components-table-header-font-size: var(--amplify-font-sizes-medium);--amplify-components-table-header-border-width: var(--amplify-border-widths-small);--amplify-components-switchfield-track-width: var(--amplify-space-relative-xl);--amplify-components-switchfield-track-transition-duration: var(--amplify-time-short);--amplify-components-switchfield-track-padding: var(--amplify-outline-widths-medium);--amplify-components-switchfield-track-height: var(--amplify-space-relative-medium);--amplify-components-switchfield-track-border-radius: var(--amplify-radii-xxxl);--amplify-components-switchfield-thumb-width: var(--amplify-space-relative-medium);--amplify-components-switchfield-thumb-transition-duration: var(--amplify-time-medium);--amplify-components-switchfield-thumb-checked-transform: var(--amplify-transforms-slide-x-medium);--amplify-components-switchfield-thumb-border-radius: var(--amplify-radii-xxxl);--amplify-components-switchfield-label-padding: var(--amplify-space-xs);--amplify-components-switchfield-small-font-size: var(--amplify-font-sizes-small);--amplify-components-switchfield-large-font-size: var(--amplify-font-sizes-large);--amplify-components-switchfield-font-size: var(--amplify-font-sizes-medium);--amplify-components-switchfield-disabled-opacity: var(--amplify-opacities-60);--amplify-components-stepperfield-button-background-color: var(--amplify-colors-transparent);--amplify-components-sliderfield-thumb-border-width: var(--amplify-border-widths-medium);--amplify-components-sliderfield-padding-block: var(--amplify-space-xs);--amplify-components-select-icon-wrapper-right: var(--amplify-space-medium);--amplify-components-select-padding-inline-end: var(--amplify-space-xxl);--amplify-components-searchfield-button-disabled-background-color: var(--amplify-components-button-disabled-background-color);--amplify-components-rating-small-size: var(--amplify-font-sizes-small);--amplify-components-rating-default-size: var(--amplify-font-sizes-xl);--amplify-components-rating-large-size: var(--amplify-font-sizes-xxxl);--amplify-components-radio-button-large-height: var(--amplify-font-sizes-large);--amplify-components-radio-button-large-width: var(--amplify-font-sizes-large);--amplify-components-radio-button-small-height: var(--amplify-font-sizes-small);--amplify-components-radio-button-small-width: var(--amplify-font-sizes-small);--amplify-components-radio-button-padding: var(--amplify-border-widths-medium);--amplify-components-radio-button-outline-offset: var(--amplify-outline-offsets-medium);--amplify-components-radio-button-outline-width: var(--amplify-outline-widths-medium);--amplify-components-radio-button-outline-color: var(--amplify-colors-transparent);--amplify-components-radio-button-transition-duration: var(--amplify-time-medium);--amplify-components-radio-button-border-width: var(--amplify-border-widths-medium);--amplify-components-radio-button-height: var(--amplify-font-sizes-medium);--amplify-components-radio-button-width: var(--amplify-font-sizes-medium);--amplify-components-placeholder-large-height: var(--amplify-space-large);--amplify-components-placeholder-default-height: var(--amplify-space-medium);--amplify-components-placeholder-small-height: var(--amplify-space-small);--amplify-components-placeholder-transition-duration: var(--amplify-time-long);--amplify-components-placeholder-border-radius: var(--amplify-radii-small);--amplify-components-passwordfield-button-disabled-background-color: var(--amplify-components-button-disabled-background-color);--amplify-components-pagination-item-shared-border-radius: var(--amplify-font-sizes-medium);--amplify-components-pagination-item-shared-min-width: var(--amplify-font-sizes-xxl);--amplify-components-pagination-item-shared-height: var(--amplify-font-sizes-xxl);--amplify-components-pagination-item-container-margin-right: var(--amplify-space-xxxs);--amplify-components-pagination-item-container-margin-left: var(--amplify-space-xxxs);--amplify-components-pagination-ellipsis-padding-inline-end: var(--amplify-space-xs);--amplify-components-pagination-ellipsis-padding-inline-start: var(--amplify-space-xs);--amplify-components-pagination-button-hover-background-color: var(--amplify-colors-overlay-10);--amplify-components-pagination-button-transition-duration: var(--amplify-time-medium);--amplify-components-pagination-button-padding-inline-end: var(--amplify-space-xxs);--amplify-components-pagination-button-padding-inline-start: var(--amplify-space-xxs);--amplify-components-pagination-current-background-color: var(--amplify-colors-overlay-40);--amplify-components-pagination-current-font-size: var(--amplify-font-sizes-small);--amplify-components-menu-item-padding-inline-end: var(--amplify-space-medium);--amplify-components-menu-item-padding-inline-start: var(--amplify-space-medium);--amplify-components-menu-large-height: var(--amplify-font-sizes-xxxl);--amplify-components-menu-large-width: var(--amplify-font-sizes-xxxl);--amplify-components-menu-small-height: var(--amplify-font-sizes-medium);--amplify-components-menu-small-width: var(--amplify-font-sizes-medium);--amplify-components-menu-gap: var(--amplify-space-zero);--amplify-components-menu-border-width: var(--amplify-border-widths-small);--amplify-components-menu-border-radius: var(--amplify-radii-medium);--amplify-components-loader-linear-large-font-size: var(--amplify-font-sizes-large);--amplify-components-loader-linear-large-stroke-width: var(--amplify-font-sizes-large);--amplify-components-loader-linear-small-font-size: var(--amplify-font-sizes-small);--amplify-components-loader-linear-small-stroke-width: var(--amplify-font-sizes-small);--amplify-components-loader-linear-stroke-empty: var(--amplify-colors-neutral-20);--amplify-components-loader-linear-stroke-width: var(--amplify-font-sizes-medium);--amplify-components-loader-linear-font-size: var(--amplify-font-sizes-medium);--amplify-components-loader-large-font-size: var(--amplify-font-sizes-small);--amplify-components-loader-large-height: var(--amplify-font-sizes-large);--amplify-components-loader-large-width: var(--amplify-font-sizes-large);--amplify-components-loader-small-font-size: var(--amplify-font-sizes-xxs);--amplify-components-loader-small-height: var(--amplify-font-sizes-small);--amplify-components-loader-small-width: var(--amplify-font-sizes-small);--amplify-components-loader-stroke-empty: var(--amplify-colors-neutral-20);--amplify-components-loader-font-size: var(--amplify-font-sizes-xs);--amplify-components-loader-height: var(--amplify-font-sizes-medium);--amplify-components-loader-width: var(--amplify-font-sizes-medium);--amplify-components-heading-line-height: var(--amplify-line-heights-small);--amplify-components-heading-6-font-weight: 800;--amplify-components-heading-6-font-size: var(--amplify-font-sizes-medium);--amplify-components-heading-5-font-weight: 700;--amplify-components-heading-5-font-size: var(--amplify-font-sizes-large);--amplify-components-heading-4-font-weight: 600;--amplify-components-heading-4-font-size: var(--amplify-font-sizes-xl);--amplify-components-heading-3-font-weight: 500;--amplify-components-heading-3-font-size: var(--amplify-font-sizes-xxl);--amplify-components-heading-2-font-weight: 400;--amplify-components-heading-2-font-size: var(--amplify-font-sizes-xxxl);--amplify-components-heading-1-font-weight: 300;--amplify-components-heading-1-font-size: var(--amplify-font-sizes-xxxxl);--amplify-components-flex-gap: var(--amplify-space-medium);--amplify-components-fieldmessages-description-font-size: var(--amplify-font-sizes-small);--amplify-components-fieldmessages-error-font-size: var(--amplify-font-sizes-small);--amplify-components-fieldgroup-gap: var(--amplify-space-zero);--amplify-components-fieldcontrol-disabled-border-color: var(--amplify-colors-transparent);--amplify-components-fieldcontrol-quiet-border-block-end: var(--amplify-border-widths-small) solid var(--amplify-colors-border-primary);--amplify-components-fieldcontrol-large-padding-inline-end: var(--amplify-space-medium);--amplify-components-fieldcontrol-large-padding-inline-start: var(--amplify-space-medium);--amplify-components-fieldcontrol-large-padding-block-end: var(--amplify-space-xs);--amplify-components-fieldcontrol-large-padding-block-start: var(--amplify-space-xs);--amplify-components-fieldcontrol-small-padding-inline-end: var(--amplify-space-small);--amplify-components-fieldcontrol-small-padding-inline-start: var(--amplify-space-small);--amplify-components-fieldcontrol-small-padding-block-end: var(--amplify-space-xxs);--amplify-components-fieldcontrol-small-padding-block-start: var(--amplify-space-xxs);--amplify-components-fieldcontrol-outline-offset: var(--amplify-outline-offsets-medium);--amplify-components-fieldcontrol-outline-width: var(--amplify-outline-widths-medium);--amplify-components-fieldcontrol-outline-color: var(--amplify-colors-transparent);--amplify-components-fieldcontrol-transition-duration: var(--amplify-time-medium);--amplify-components-fieldcontrol-line-height: var(--amplify-line-heights-medium);--amplify-components-fieldcontrol-padding-inline-end: var(--amplify-space-medium);--amplify-components-fieldcontrol-padding-inline-start: var(--amplify-space-medium);--amplify-components-fieldcontrol-padding-block-end: var(--amplify-space-xs);--amplify-components-fieldcontrol-padding-block-start: var(--amplify-space-xs);--amplify-components-fieldcontrol-border-radius: var(--amplify-radii-small);--amplify-components-fieldcontrol-border-width: var(--amplify-border-widths-small);--amplify-components-field-large-font-size: var(--amplify-font-sizes-large);--amplify-components-field-large-gap: var(--amplify-space-small);--amplify-components-field-small-font-size: var(--amplify-font-sizes-small);--amplify-components-field-small-gap: var(--amplify-space-xxxs);--amplify-components-field-font-size: var(--amplify-font-sizes-medium);--amplify-components-field-gap: var(--amplify-space-xs);--amplify-components-expander-icon-transition-duration: var(--amplify-time-medium);--amplify-components-expander-content-closed-animation-duration: var(--amplify-time-medium);--amplify-components-expander-content-open-animation-duration: var(--amplify-time-medium);--amplify-components-expander-content-text-padding-block-end: var(--amplify-space-medium);--amplify-components-expander-content-text-padding-block-start: var(--amplify-space-medium);--amplify-components-expander-content-padding-inline-end: var(--amplify-space-large);--amplify-components-expander-content-padding-inline-start: var(--amplify-space-large);--amplify-components-expander-trigger-hover-background-color: var(--amplify-colors-overlay-10);--amplify-components-expander-trigger-padding-inline-end: var(--amplify-space-large);--amplify-components-expander-trigger-padding-inline-start: var(--amplify-space-large);--amplify-components-expander-header-box-shadow: 0 1px 0 var(--amplify-colors-overlay-20);--amplify-components-expander-item-border-end-end-radius: var(--amplify-radii-medium);--amplify-components-expander-item-border-end-start-radius: var(--amplify-radii-medium);--amplify-components-expander-item-border-start-end-radius: var(--amplify-radii-medium);--amplify-components-expander-item-border-start-start-radius: var(--amplify-radii-medium);--amplify-components-expander-item-border-top-right-radius: var(--amplify-radii-medium);--amplify-components-expander-item-border-top-left-radius: var(--amplify-radii-medium);--amplify-components-expander-item-border-bottom-right-radius: var(--amplify-radii-medium);--amplify-components-expander-item-border-bottom-left-radius: var(--amplify-radii-medium);--amplify-components-expander-border-radius: var(--amplify-radii-medium);--amplify-components-divider-opacity: var(--amplify-opacities-60);--amplify-components-divider-large-border-width: var(--amplify-border-widths-large);--amplify-components-divider-small-border-width: var(--amplify-border-widths-small);--amplify-components-divider-label-font-size: var(--amplify-font-sizes-small);--amplify-components-divider-label-padding-inline: var(--amplify-space-medium);--amplify-components-divider-border-width: var(--amplify-border-widths-medium);--amplify-components-countrycodeselect-height: var(--amplify-space-relative-full);--amplify-components-copy-tool-tip-font-size: var(--amplify-font-sizes-xxs);--amplify-components-copy-tool-tip-color: var(--amplify-colors-teal-100);--amplify-components-copy-tool-tip-bottom: var(--amplify-space-large);--amplify-components-copy-gap: var(--amplify-space-relative-medium);--amplify-components-copy-font-size: var(--amplify-font-sizes-xs);--amplify-components-checkbox-icon-indeterminate-opacity: var(--amplify-opacities-100);--amplify-components-checkbox-icon-checked-opacity: var(--amplify-opacities-100);--amplify-components-checkbox-icon-transition-duration: var(--amplify-time-short);--amplify-components-checkbox-icon-opacity: var(--amplify-opacities-0);--amplify-components-checkbox-button-error-focus-border-color: var(--amplify-colors-transparent);--amplify-components-checkbox-button-focus-border-color: var(--amplify-colors-transparent);--amplify-components-checkbox-button-focus-outline-offset: var(--amplify-outline-offsets-medium);--amplify-components-checkbox-button-focus-outline-width: var(--amplify-outline-widths-medium);--amplify-components-checkbox-button-focus-outline-color: var(--amplify-colors-transparent);--amplify-components-checkbox-button-before-border-width: var(--amplify-border-widths-medium);--amplify-components-card-elevated-border-radius: var(--amplify-radii-xs);--amplify-components-card-outlined-box-shadow: var(--amplify-components-card-box-shadow);--amplify-components-card-outlined-border-width: var(--amplify-border-widths-small);--amplify-components-card-outlined-border-radius: var(--amplify-radii-xs);--amplify-components-card-padding: var(--amplify-space-medium);--amplify-components-card-border-radius: var(--amplify-radii-xs);--amplify-components-button-loader-wrapper-gap: var(--amplify-space-xs);--amplify-components-button-link-border-width: var(--amplify-space-zero);--amplify-components-button-menu-border-width: var(--amplify-space-zero);--amplify-components-button-primary-border-width: var(--amplify-border-widths-small);--amplify-components-button-border-style: var(--amplify-components-fieldcontrol-border-style);--amplify-components-button-font-weight: 700;--amplify-components-badge-large-padding-horizontal: var(--amplify-space-medium);--amplify-components-badge-large-padding-vertical: var(--amplify-space-small);--amplify-components-badge-large-font-size: var(--amplify-font-sizes-medium);--amplify-components-badge-small-padding-horizontal: var(--amplify-space-xs);--amplify-components-badge-small-padding-vertical: var(--amplify-space-xxs);--amplify-components-badge-small-font-size: var(--amplify-font-sizes-xs);--amplify-components-badge-border-radius: var(--amplify-radii-xl);--amplify-components-badge-padding-horizontal: var(--amplify-space-small);--amplify-components-badge-padding-vertical: var(--amplify-space-xs);--amplify-components-badge-font-size: var(--amplify-font-sizes-small);--amplify-components-badge-font-weight: 600;--amplify-components-authenticator-or-container-color: var(--amplify-colors-neutral-80);--amplify-components-authenticator-form-padding: var(--amplify-space-xl);--amplify-components-authenticator-footer-padding-bottom: var(--amplify-space-medium);--amplify-components-authenticator-router-border-width: var(--amplify-border-widths-small);--amplify-components-authenticator-modal-left: var(--amplify-space-zero);--amplify-components-authenticator-modal-top: var(--amplify-space-zero);--amplify-components-authenticator-modal-background-color: var(--amplify-colors-overlay-50);--amplify-components-authenticator-modal-height: var(--amplify-space-relative-full);--amplify-components-authenticator-modal-width: var(--amplify-space-relative-full);--amplify-components-alert-heading-font-weight: 700;--amplify-components-alert-heading-font-size: var(--amplify-font-sizes-medium);--amplify-components-alert-icon-size: var(--amplify-font-sizes-xl);--amplify-components-alert-padding-inline: var(--amplify-space-medium);--amplify-components-alert-padding-block: var(--amplify-space-small);--amplify-colors-border-focus: var(--amplify-colors-brand-primary-100);--amplify-colors-border-pressed: var(--amplify-colors-brand-primary-100);--amplify-colors-border-disabled: var(--amplify-colors-border-tertiary);--amplify-colors-background-disabled: var(--amplify-colors-background-tertiary);--amplify-colors-font-active: var(--amplify-colors-brand-primary-100);--amplify-colors-font-focus: var(--amplify-colors-brand-primary-100);--amplify-colors-font-hover: var(--amplify-colors-brand-primary-90);--amplify-colors-font-interactive: var(--amplify-colors-brand-primary-80);--amplify-components-togglebutton-link-disabled-color: var(--amplify-colors-font-disabled);--amplify-components-togglebutton-primary-pressed-hover-color: var(--amplify-colors-background-primary);--amplify-components-togglebutton-primary-pressed-hover-box-shadow: var(--amplify-colors-brand-primary-60);--amplify-components-togglebutton-primary-pressed-hover-background-color: var(--amplify-colors-brand-primary-60);--amplify-components-togglebutton-primary-pressed-hover-border-color: var(--amplify-colors-brand-primary-60);--amplify-components-togglebutton-primary-pressed-focus-color: var(--amplify-colors-background-primary);--amplify-components-togglebutton-primary-pressed-color: var(--amplify-colors-background-primary);--amplify-components-togglebutton-primary-pressed-border-color: var(--amplify-colors-brand-primary-80);--amplify-components-togglebutton-primary-pressed-background-color: var(--amplify-colors-brand-primary-80);--amplify-components-togglebutton-primary-disabled-color: var(--amplify-colors-font-disabled);--amplify-components-togglebutton-primary-hover-color: var(--amplify-colors-font-primary);--amplify-components-togglebutton-primary-focus-color: var(--amplify-colors-font-primary);--amplify-components-togglebutton-pressed-color: var(--amplify-colors-font-primary);--amplify-components-togglebutton-disabled-color: var(--amplify-colors-font-disabled);--amplify-components-togglebutton-focus-color: var(--amplify-colors-font-primary);--amplify-components-togglebutton-color: var(--amplify-colors-font-primary);--amplify-components-togglebutton-border-color: var(--amplify-colors-border-primary);--amplify-components-text-info-color: var(--amplify-colors-font-info);--amplify-components-text-success-color: var(--amplify-colors-font-success);--amplify-components-text-warning-color: var(--amplify-colors-font-warning);--amplify-components-text-error-color: var(--amplify-colors-font-error);--amplify-components-text-tertiary-color: var(--amplify-colors-font-tertiary);--amplify-components-text-secondary-color: var(--amplify-colors-font-secondary);--amplify-components-text-primary-color: var(--amplify-colors-font-primary);--amplify-components-text-color: var(--amplify-colors-font-primary);--amplify-components-tabs-item-disabled-border-color: var(--amplify-colors-border-tertiary);--amplify-components-tabs-item-disabled-color: var(--amplify-colors-font-disabled);--amplify-components-tabs-item-color: var(--amplify-colors-font-secondary);--amplify-components-tabs-item-border-color: var(--amplify-colors-border-secondary);--amplify-components-tabs-border-color: var(--amplify-colors-border-secondary);--amplify-components-table-caption-color: var(--amplify-colors-font-primary);--amplify-components-table-data-color: var(--amplify-colors-font-primary);--amplify-components-table-data-border-color: var(--amplify-colors-border-tertiary);--amplify-components-table-header-color: var(--amplify-colors-font-primary);--amplify-components-table-header-border-color: var(--amplify-colors-border-tertiary);--amplify-components-table-row-striped-background-color: var(--amplify-colors-background-secondary);--amplify-components-table-row-hover-background-color: var(--amplify-colors-background-tertiary);--amplify-components-switchfield-track-checked-background-color: var(--amplify-colors-brand-primary-80);--amplify-components-switchfield-track-background-color: var(--amplify-colors-background-quaternary);--amplify-components-switchfield-thumb-border-color: var(--amplify-colors-border-tertiary);--amplify-components-switchfield-thumb-background-color: var(--amplify-colors-background-primary);--amplify-components-sliderfield-thumb-hover-background-color: var(--amplify-colors-background-primary);--amplify-components-sliderfield-thumb-border-color: var(--amplify-colors-border-primary);--amplify-components-sliderfield-thumb-box-shadow: var(--amplify-shadows-small);--amplify-components-sliderfield-thumb-background-color: var(--amplify-colors-background-primary);--amplify-components-sliderfield-range-background-color: var(--amplify-colors-brand-primary-80);--amplify-components-sliderfield-track-background-color: var(--amplify-colors-background-quaternary);--amplify-components-select-option-disabled-color: var(--amplify-colors-font-disabled);--amplify-components-select-option-color: var(--amplify-colors-font-primary);--amplify-components-select-option-background-color: var(--amplify-colors-background-primary);--amplify-components-searchfield-button-background-color: var(--amplify-colors-background-primary);--amplify-components-rating-empty-color: var(--amplify-colors-background-tertiary);--amplify-components-rating-filled-color: var(--amplify-colors-brand-secondary-80);--amplify-components-radiogroup-radio-border-width: var(--amplify-components-radio-button-border-width);--amplify-components-radio-label-disabled-color: var(--amplify-colors-font-disabled);--amplify-components-radio-button-disabled-background-color: var(--amplify-colors-background-primary);--amplify-components-radio-button-error-border-color: var(--amplify-colors-border-error);--amplify-components-radio-button-checked-color: var(--amplify-colors-brand-primary-80);--amplify-components-radio-button-background-color: var(--amplify-colors-background-primary);--amplify-components-radio-button-color: var(--amplify-colors-background-primary);--amplify-components-radio-button-border-color: var(--amplify-colors-border-primary);--amplify-components-placeholder-end-color: var(--amplify-colors-background-tertiary);--amplify-components-placeholder-start-color: var(--amplify-colors-background-secondary);--amplify-components-pagination-button-disabled-color: var(--amplify-colors-font-disabled);--amplify-components-pagination-button-hover-color: var(--amplify-colors-font-primary);--amplify-components-pagination-button-color: var(--amplify-colors-font-primary);--amplify-components-pagination-current-color: var(--amplify-colors-font-inverse);--amplify-components-menu-box-shadow: var(--amplify-shadows-large);--amplify-components-menu-border-color: var(--amplify-colors-border-primary);--amplify-components-menu-background-color: var(--amplify-colors-background-primary);--amplify-components-loader-text-fill: var(--amplify-colors-font-primary);--amplify-components-loader-linear-stroke-filled: var(--amplify-colors-brand-primary-80);--amplify-components-loader-stroke-filled: var(--amplify-colors-brand-primary-80);--amplify-components-heading-color: var(--amplify-colors-font-primary);--amplify-components-fieldmessages-description-color: var(--amplify-colors-font-secondary);--amplify-components-fieldmessages-error-color: var(--amplify-colors-font-error);--amplify-components-fieldcontrol-error-focus-box-shadow: 0px 0px 0px 1px var(--amplify-colors-border-error);--amplify-components-fieldcontrol-error-border-color: var(--amplify-colors-border-error);--amplify-components-fieldcontrol-disabled-color: var(--amplify-colors-font-disabled);--amplify-components-fieldcontrol-quiet-error-focus-box-shadow: 0px 1px 0px var(--amplify-colors-border-error);--amplify-components-fieldcontrol-quiet-error-border-block-end-color: var(--amplify-colors-border-error);--amplify-components-fieldcontrol-large-font-size: var(--amplify-components-field-large-font-size);--amplify-components-fieldcontrol-small-font-size: var(--amplify-components-field-small-font-size);--amplify-components-fieldcontrol-font-size: var(--amplify-components-field-font-size);--amplify-components-fieldcontrol-color: var(--amplify-colors-font-primary);--amplify-components-fieldcontrol-border-color: var(--amplify-colors-border-primary);--amplify-components-field-label-color: var(--amplify-colors-font-secondary);--amplify-components-expander-content-text-color: var(--amplify-colors-font-secondary);--amplify-components-expander-item-box-shadow: var(--amplify-shadows-small);--amplify-components-expander-box-shadow: var(--amplify-shadows-large);--amplify-components-expander-background-color: var(--amplify-colors-background-primary);--amplify-components-divider-label-background-color: var(--amplify-colors-background-primary);--amplify-components-divider-label-color: var(--amplify-colors-font-tertiary);--amplify-components-divider-border-color: var(--amplify-colors-border-primary);--amplify-components-copy-svg-path-fill: var(--amplify-colors-font-primary);--amplify-components-collection-search-button-disabled-background-color: var(--amplify-components-searchfield-button-disabled-background-color);--amplify-components-collection-pagination-button-hover-background-color: var(--amplify-components-pagination-button-hover-background-color);--amplify-components-collection-pagination-current-background-color: var(--amplify-components-pagination-current-background-color);--amplify-components-checkbox-label-disabled-color: var(--amplify-colors-font-disabled);--amplify-components-checkbox-icon-background-color: var(--amplify-colors-brand-primary-80);--amplify-components-checkbox-button-error-focus-box-shadow: 0px 0px 0px 2px var(--amplify-colors-border-error);--amplify-components-checkbox-button-error-border-color: var(--amplify-colors-border-error);--amplify-components-checkbox-button-before-border-color: var(--amplify-colors-border-primary);--amplify-components-checkbox-button-color: var(--amplify-colors-font-inverse);--amplify-components-card-elevated-box-shadow: var(--amplify-shadows-medium);--amplify-components-card-outlined-border-color: var(--amplify-colors-border-primary);--amplify-components-card-background-color: var(--amplify-colors-background-primary);--amplify-components-button-large-padding-inline-end: var(--amplify-components-fieldcontrol-large-padding-inline-end);--amplify-components-button-large-padding-inline-start: var(--amplify-components-fieldcontrol-large-padding-inline-start);--amplify-components-button-large-padding-block-end: var(--amplify-components-fieldcontrol-large-padding-block-end);--amplify-components-button-large-padding-block-start: var(--amplify-components-fieldcontrol-large-padding-block-start);--amplify-components-button-small-padding-inline-end: var(--amplify-components-fieldcontrol-small-padding-inline-end);--amplify-components-button-small-padding-inline-start: var(--amplify-components-fieldcontrol-small-padding-inline-start);--amplify-components-button-small-padding-block-end: var(--amplify-components-fieldcontrol-small-padding-block-end);--amplify-components-button-small-padding-block-start: var(--amplify-components-fieldcontrol-small-padding-block-start);--amplify-components-button-link-loading-color: var(--amplify-colors-font-disabled);--amplify-components-button-link-disabled-color: var(--amplify-colors-font-disabled);--amplify-components-button-link-active-background-color: var(--amplify-colors-brand-primary-20);--amplify-components-button-link-focus-background-color: var(--amplify-colors-brand-primary-10);--amplify-components-button-link-hover-background-color: var(--amplify-colors-brand-primary-10);--amplify-components-button-menu-disabled-color: var(--amplify-colors-font-disabled);--amplify-components-button-menu-active-background-color: var(--amplify-colors-brand-primary-90);--amplify-components-button-menu-active-color: var(--amplify-colors-font-inverse);--amplify-components-button-menu-focus-background-color: var(--amplify-colors-brand-primary-80);--amplify-components-button-menu-focus-color: var(--amplify-colors-font-inverse);--amplify-components-button-menu-hover-background-color: var(--amplify-colors-brand-primary-80);--amplify-components-button-menu-hover-color: var(--amplify-colors-font-inverse);--amplify-components-button-primary-active-color: var(--amplify-colors-font-inverse);--amplify-components-button-primary-active-background-color: var(--amplify-colors-brand-primary-100);--amplify-components-button-primary-focus-color: var(--amplify-colors-font-inverse);--amplify-components-button-primary-focus-background-color: var(--amplify-colors-brand-primary-90);--amplify-components-button-primary-hover-color: var(--amplify-colors-font-inverse);--amplify-components-button-primary-hover-background-color: var(--amplify-colors-brand-primary-90);--amplify-components-button-primary-loading-color: var(--amplify-colors-font-disabled);--amplify-components-button-primary-disabled-color: var(--amplify-colors-font-disabled);--amplify-components-button-primary-color: var(--amplify-colors-font-inverse);--amplify-components-button-primary-background-color: var(--amplify-colors-brand-primary-80);--amplify-components-button-disabled-border-color: var(--amplify-colors-border-tertiary);--amplify-components-button-disabled-color: var(--amplify-colors-font-disabled);--amplify-components-button-loading-border-color: var(--amplify-colors-border-tertiary);--amplify-components-button-loading-color: var(--amplify-colors-font-disabled);--amplify-components-button-active-border-color: var(--amplify-colors-brand-primary-100);--amplify-components-button-active-background-color: var(--amplify-colors-brand-primary-20);--amplify-components-button-focus-background-color: var(--amplify-colors-brand-primary-10);--amplify-components-button-hover-border-color: var(--amplify-colors-brand-primary-60);--amplify-components-button-hover-background-color: var(--amplify-colors-brand-primary-10);--amplify-components-button-color: var(--amplify-colors-font-primary);--amplify-components-button-border-radius: var(--amplify-components-fieldcontrol-border-radius);--amplify-components-button-border-width: var(--amplify-components-fieldcontrol-border-width);--amplify-components-button-padding-inline-end: var(--amplify-components-fieldcontrol-padding-inline-end);--amplify-components-button-padding-inline-start: var(--amplify-components-fieldcontrol-padding-inline-start);--amplify-components-button-padding-block-end: var(--amplify-components-fieldcontrol-padding-block-end);--amplify-components-button-padding-block-start: var(--amplify-components-fieldcontrol-padding-block-start);--amplify-components-button-line-height: var(--amplify-components-fieldcontrol-line-height);--amplify-components-button-transition-duration: var(--amplify-components-fieldcontrol-transition-duration);--amplify-components-badge-error-background-color: var(--amplify-colors-background-error);--amplify-components-badge-error-color: var(--amplify-colors-font-error);--amplify-components-badge-success-background-color: var(--amplify-colors-background-success);--amplify-components-badge-success-color: var(--amplify-colors-font-success);--amplify-components-badge-warning-background-color: var(--amplify-colors-background-warning);--amplify-components-badge-warning-color: var(--amplify-colors-font-warning);--amplify-components-badge-info-background-color: var(--amplify-colors-background-info);--amplify-components-badge-info-color: var(--amplify-colors-font-info);--amplify-components-badge-background-color: var(--amplify-colors-background-tertiary);--amplify-components-badge-color: var(--amplify-colors-font-primary);--amplify-components-authenticator-or-container-or-line-background-color: var(--amplify-colors-background-primary);--amplify-components-authenticator-state-inactive-background-color: var(--amplify-colors-background-secondary);--amplify-components-authenticator-router-box-shadow: var(--amplify-shadows-medium);--amplify-components-authenticator-router-background-color: var(--amplify-colors-background-primary);--amplify-components-authenticator-router-border-color: var(--amplify-colors-border-primary);--amplify-components-alert-success-background-color: var(--amplify-colors-background-success);--amplify-components-alert-success-color: var(--amplify-colors-font-success);--amplify-components-alert-warning-background-color: var(--amplify-colors-background-warning);--amplify-components-alert-warning-color: var(--amplify-colors-font-warning);--amplify-components-alert-error-background-color: var(--amplify-colors-background-error);--amplify-components-alert-error-color: var(--amplify-colors-font-error);--amplify-components-alert-info-background-color: var(--amplify-colors-background-info);--amplify-components-alert-info-color: var(--amplify-colors-font-info);--amplify-components-alert-background-color: var(--amplify-colors-background-tertiary);--amplify-components-alert-color: var(--amplify-colors-font-primary);--amplify-components-togglebutton-primary-pressed-focus-border-color: var(--amplify-colors-border-focus);--amplify-components-togglebutton-primary-pressed-focus-background-color: var(--amplify-colors-border-focus);--amplify-components-togglebutton-primary-disabled-background-color: var(--amplify-colors-background-disabled);--amplify-components-togglebutton-primary-disabled-border-color: var(--amplify-colors-border-disabled);--amplify-components-togglebutton-primary-focus-border-color: var(--amplify-colors-border-focus);--amplify-components-togglebutton-pressed-border-color: var(--amplify-colors-border-pressed);--amplify-components-togglebutton-disabled-border-color: var(--amplify-colors-border-disabled);--amplify-components-togglebutton-focus-border-color: var(--amplify-colors-border-focus);--amplify-components-textfield-font-size: var(--amplify-components-fieldcontrol-font-size);--amplify-components-textfield-border-color: var(--amplify-components-fieldcontrol-border-color);--amplify-components-textfield-color: var(--amplify-components-fieldcontrol-color);--amplify-components-textareafield-border-color: var(--amplify-components-fieldcontrol-border-color);--amplify-components-textareafield-color: var(--amplify-components-fieldcontrol-color);--amplify-components-tabs-item-active-border-color: var(--amplify-colors-font-interactive);--amplify-components-tabs-item-active-color: var(--amplify-colors-font-interactive);--amplify-components-tabs-item-focus-color: var(--amplify-colors-font-focus);--amplify-components-tabs-item-hover-color: var(--amplify-colors-font-hover);--amplify-components-switchfield-focused-shadow: 0px 0px 0px 2px var(--amplify-colors-border-focus);--amplify-components-stepperfield-button-hover-background-color: var(--amplify-components-button-hover-background-color);--amplify-components-stepperfield-button-disabled-color: var(--amplify-components-button-disabled-color);--amplify-components-stepperfield-button-focus-background-color: var(--amplify-components-button-focus-background-color);--amplify-components-stepperfield-button-active-background-color: var(--amplify-components-button-active-background-color);--amplify-components-stepperfield-button-color: var(--amplify-components-button-color);--amplify-components-stepperfield-input-font-size: var(--amplify-components-fieldcontrol-font-size);--amplify-components-stepperfield-input-color: var(--amplify-components-fieldcontrol-color);--amplify-components-stepperfield-border-color: var(--amplify-components-fieldcontrol-border-color);--amplify-components-sliderfield-thumb-focus-box-shadow: 0 0 0 2px var(--amplify-colors-border-focus);--amplify-components-sliderfield-thumb-focus-border-color: var(--amplify-colors-border-focus);--amplify-components-sliderfield-thumb-hover-border-color: var(--amplify-colors-border-focus);--amplify-components-sliderfield-thumb-disabled-background-color: var(--amplify-colors-background-disabled);--amplify-components-sliderfield-range-disabled-background-color: var(--amplify-colors-background-disabled);--amplify-components-selectfield-label-color: var(--amplify-components-field-label-color);--amplify-components-selectfield-font-size: var(--amplify-components-fieldcontrol-font-size);--amplify-components-selectfield-color: var(--amplify-components-fieldcontrol-color);--amplify-components-selectfield-border-color: var(--amplify-components-fieldcontrol-border-color);--amplify-components-searchfield-button-hover-border-color: var(--amplify-components-button-hover-border-color);--amplify-components-searchfield-button-hover-background-color: var(--amplify-components-button-hover-background-color);--amplify-components-searchfield-button-focus-background-color: var(--amplify-components-button-focus-background-color);--amplify-components-searchfield-button-disabled-color: var(--amplify-components-button-disabled-color);--amplify-components-searchfield-button-disabled-border-color: var(--amplify-components-button-disabled-border-color);--amplify-components-searchfield-button-active-border-color: var(--amplify-components-button-active-border-color);--amplify-components-searchfield-button-active-background-color: var(--amplify-components-button-active-background-color);--amplify-components-searchfield-button-color: var(--amplify-components-button-color);--amplify-components-searchfield-color: var(--amplify-components-fieldcontrol-color);--amplify-components-radiogroup-label-color: var(--amplify-components-field-label-color);--amplify-components-radiogroup-radio-checked-color: var(--amplify-components-radio-button-checked-color);--amplify-components-radiogroup-radio-background-color: var(--amplify-components-radio-button-background-color);--amplify-components-radiogroup-radio-border-color: var(--amplify-components-radio-button-border-color);--amplify-components-radio-label-color: var(--amplify-components-text-color);--amplify-components-radio-button-disabled-border-color: var(--amplify-colors-border-disabled);--amplify-components-radio-button-error-focus-box-shadow: var(--amplify-components-fieldcontrol-error-focus-box-shadow);--amplify-components-radio-button-focus-border-color: var(--amplify-colors-border-focus);--amplify-components-radio-button-checked-disabled-color: var(--amplify-colors-background-disabled);--amplify-components-phonenumberfield-font-size: var(--amplify-components-fieldcontrol-font-size);--amplify-components-phonenumberfield-border-color: var(--amplify-components-fieldcontrol-border-color);--amplify-components-phonenumberfield-color: var(--amplify-components-fieldcontrol-color);--amplify-components-passwordfield-button-hover-border-color: var(--amplify-components-button-hover-border-color);--amplify-components-passwordfield-button-hover-background-color: var(--amplify-components-button-hover-background-color);--amplify-components-passwordfield-button-focus-background-color: var(--amplify-components-button-focus-background-color);--amplify-components-passwordfield-button-disabled-color: var(--amplify-components-button-disabled-color);--amplify-components-passwordfield-button-disabled-border-color: var(--amplify-components-button-disabled-border-color);--amplify-components-passwordfield-button-active-border-color: var(--amplify-components-button-active-border-color);--amplify-components-passwordfield-button-active-background-color: var(--amplify-components-button-active-background-color);--amplify-components-passwordfield-button-color: var(--amplify-components-button-color);--amplify-components-passwordfield-color: var(--amplify-components-fieldcontrol-color);--amplify-components-link-visited-color: var(--amplify-colors-font-interactive);--amplify-components-link-hover-color: var(--amplify-colors-font-hover);--amplify-components-link-focus-color: var(--amplify-colors-font-focus);--amplify-components-link-color: var(--amplify-colors-font-interactive);--amplify-components-link-active-color: var(--amplify-colors-font-active);--amplify-components-fieldcontrol-disabled-background-color: var(--amplify-colors-background-disabled);--amplify-components-fieldcontrol-focus-box-shadow: 0px 0px 0px 1px var(--amplify-colors-border-focus);--amplify-components-fieldcontrol-focus-border-color: var(--amplify-colors-border-focus);--amplify-components-fieldcontrol-quiet-focus-box-shadow: 0px 1px 0px var(--amplify-colors-border-focus);--amplify-components-fieldcontrol-quiet-focus-border-block-end-color: var(--amplify-colors-border-focus);--amplify-components-expander-item-focus-box-shadow: 0 0 0 2px var(--amplify-colors-border-focus);--amplify-components-collection-pagination-button-disabled-color: var(--amplify-components-pagination-button-disabled-color);--amplify-components-collection-pagination-button-hover-color: var(--amplify-components-pagination-button-hover-color);--amplify-components-collection-pagination-button-color: var(--amplify-components-pagination-button-color);--amplify-components-collection-pagination-current-color: var(--amplify-components-pagination-current-color);--amplify-components-checkbox-icon-indeterminate-disabled-background-color: var(--amplify-colors-background-disabled);--amplify-components-checkbox-icon-checked-disabled-background-color: var(--amplify-colors-background-disabled);--amplify-components-checkbox-button-disabled-border-color: var(--amplify-colors-border-disabled);--amplify-components-checkbox-button-focus-box-shadow: 0px 0px 0px 2px var(--amplify-colors-border-focus);--amplify-components-card-elevated-background-color: var(--amplify-components-card-background-color);--amplify-components-card-outlined-background-color: var(--amplify-components-card-background-color);--amplify-components-button-large-font-size: var(--amplify-components-fieldcontrol-large-font-size);--amplify-components-button-small-font-size: var(--amplify-components-fieldcontrol-small-font-size);--amplify-components-button-link-active-color: var(--amplify-colors-font-active);--amplify-components-button-link-focus-color: var(--amplify-colors-font-focus);--amplify-components-button-link-hover-color: var(--amplify-colors-font-hover);--amplify-components-button-link-color: var(--amplify-colors-font-interactive);--amplify-components-button-primary-loading-background-color: var(--amplify-colors-background-disabled);--amplify-components-button-primary-disabled-background-color: var(--amplify-colors-background-disabled);--amplify-components-button-active-color: var(--amplify-colors-font-active);--amplify-components-button-focus-border-color: var(--amplify-colors-border-focus);--amplify-components-button-focus-color: var(--amplify-colors-font-focus);--amplify-components-button-hover-color: var(--amplify-colors-font-focus);--amplify-components-button-border-color: var(--amplify-components-fieldcontrol-border-color);--amplify-components-button-font-size: var(--amplify-components-fieldcontrol-font-size);--amplify-components-togglebutton-primary-focus-box-shadow: var(--amplify-components-fieldcontrol-focus-box-shadow);--amplify-components-textfield-focus-border-color: var(--amplify-components-fieldcontrol-focus-border-color);--amplify-components-textareafield-focus-border-color: var(--amplify-components-fieldcontrol-focus-border-color);--amplify-components-stepperfield-button-hover-color: var(--amplify-components-button-hover-color);--amplify-components-stepperfield-button-disabled-background-color: var(--amplify-components-fieldcontrol-disabled-background-color);--amplify-components-stepperfield-button-focus-color: var(--amplify-components-button-focus-color);--amplify-components-stepperfield-button-active-color: var(--amplify-components-button-active-color);--amplify-components-selectfield-focus-border-color: var(--amplify-components-fieldcontrol-focus-border-color);--amplify-components-searchfield-button-hover-color: var(--amplify-components-button-hover-color);--amplify-components-searchfield-button-focus-color: var(--amplify-components-button-focus-color);--amplify-components-searchfield-button-focus-border-color: var(--amplify-components-button-focus-border-color);--amplify-components-searchfield-button-active-color: var(--amplify-components-button-active-color);--amplify-components-radiogroup-radio-label-color: var(--amplify-components-radio-label-color);--amplify-components-radio-button-focus-box-shadow: var(--amplify-components-fieldcontrol-focus-box-shadow);--amplify-components-phonenumberfield-focus-border-color: var(--amplify-components-fieldcontrol-focus-border-color);--amplify-components-passwordfield-button-hover-color: var(--amplify-components-button-hover-color);--amplify-components-passwordfield-button-focus-color: var(--amplify-components-button-focus-color);--amplify-components-passwordfield-button-focus-border-color: var(--amplify-components-button-focus-border-color);--amplify-components-passwordfield-button-active-color: var(--amplify-components-button-active-color);--amplify-components-collection-search-button-hover-border-color: var(--amplify-components-searchfield-button-hover-border-color);--amplify-components-collection-search-button-hover-background-color: var(--amplify-components-searchfield-button-hover-background-color);--amplify-components-collection-search-button-focus-background-color: var(--amplify-components-searchfield-button-focus-background-color);--amplify-components-collection-search-button-disabled-color: var(--amplify-components-searchfield-button-disabled-color);--amplify-components-collection-search-button-disabled-border-color: var(--amplify-components-searchfield-button-disabled-border-color);--amplify-components-collection-search-button-active-border-color: var(--amplify-components-searchfield-button-active-border-color);--amplify-components-collection-search-button-active-background-color: var(--amplify-components-searchfield-button-active-background-color);--amplify-components-collection-search-button-color: var(--amplify-components-searchfield-button-color);--amplify-components-collection-search-input-color: var(--amplify-components-searchfield-color);--amplify-components-button-link-focus-box-shadow: var(--amplify-components-fieldcontrol-focus-box-shadow);--amplify-components-button-primary-focus-box-shadow: var(--amplify-components-fieldcontrol-focus-box-shadow);--amplify-components-button-focus-box-shadow: var(--amplify-components-fieldcontrol-focus-box-shadow);--amplify-components-collection-search-button-hover-color: var(--amplify-components-searchfield-button-hover-color);--amplify-components-collection-search-button-focus-color: var(--amplify-components-searchfield-button-focus-color);--amplify-components-collection-search-button-focus-border-color: var(--amplify-components-searchfield-button-focus-border-color);--amplify-components-collection-search-button-active-color: var(--amplify-components-searchfield-button-active-color)}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:var(--amplify-line-heights-medium)}*{box-sizing:border-box}input,button,textarea,select{font:inherit}@media (prefers-reduced-motion: reduce){html:focus-within{scroll-behavior:auto}}[class*=amplify]{all:unset;box-sizing:border-box}.amplify-flex{align-content:var(--amplify-components-flex-align-content);align-items:var(--amplify-components-flex-align-items);display:flex;flex-wrap:var(--amplify-components-flex-flex-wrap);gap:var(--amplify-components-flex-gap);justify-content:var(--amplify-components-flex-justify-content)}.amplify-grid{display:grid}.amplify-scrollview{display:block;overflow:auto}.amplify-scrollview--horizontal{overflow-x:scroll;overflow-y:initial}.amplify-scrollview--vertical{overflow-x:initial;overflow-y:scroll}.amplify-text{display:block;color:var(--amplify-components-text-color)}b.amplify-text,em.amplify-text,i.amplify-text,span.amplify-text,strong.amplify-text{display:inline}.amplify-text--truncated{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.amplify-text--primary{color:var(--amplify-components-text-primary-color)}.amplify-text--secondary{color:var(--amplify-components-text-secondary-color)}.amplify-text--tertiary{color:var(--amplify-components-text-tertiary-color)}.amplify-text--error{color:var(--amplify-components-text-error-color)}.amplify-text--info{color:var(--amplify-components-text-info-color)}.amplify-text--success{color:var(--amplify-components-text-success-color)}.amplify-text--warning{color:var(--amplify-components-text-warning-color)}.amplify-badge{background-color:var(--amplify-components-badge-background-color);border-radius:var(--amplify-components-badge-border-radius);color:var(--amplify-components-badge-color);display:inline-flex;font-size:var(--amplify-components-badge-font-size);font-weight:var(--amplify-components-badge-font-weight);line-height:var(--amplify-components-badge-line-height);padding:var(--amplify-components-badge-padding-vertical) var(--amplify-components-badge-padding-horizontal);text-align:var(--amplify-components-badge-text-align)}.amplify-badge--info{color:var(--amplify-components-badge-info-color);background-color:var(--amplify-components-badge-info-background-color)}.amplify-badge--error{color:var(--amplify-components-badge-error-color);background-color:var(--amplify-components-badge-error-background-color)}.amplify-badge--warning{color:var(--amplify-components-badge-warning-color);background-color:var(--amplify-components-badge-warning-background-color)}.amplify-badge--success{color:var(--amplify-components-badge-success-color);background-color:var(--amplify-components-badge-success-background-color)}.amplify-badge--small{font-size:var(--amplify-components-badge-small-font-size);padding:var(--amplify-components-badge-small-padding-vertical) var(--amplify-components-badge-small-padding-horizontal)}.amplify-badge--large{font-size:var(--amplify-components-badge-large-font-size);padding:var(--amplify-components-badge-large-padding-vertical) var(--amplify-components-badge-large-padding-horizontal)}.amplify-button{align-items:center;border-color:var(--amplify-components-button-border-color);border-radius:var(--amplify-components-button-border-radius);border-style:var(--amplify-components-button-border-style);border-width:var(--amplify-components-button-border-width);box-sizing:border-box;color:var(--amplify-components-button-color);cursor:pointer;display:inline-flex;font-size:var(--amplify-components-button-font-size);font-weight:var(--amplify-components-button-font-weight);justify-content:center;line-height:var(--amplify-components-button-line-height);-webkit-padding-before:var(--amplify-components-button-padding-block-start);padding-block-start:var(--amplify-components-button-padding-block-start);-webkit-padding-after:var(--amplify-components-button-padding-block-end);padding-block-end:var(--amplify-components-button-padding-block-end);-webkit-padding-start:var(--amplify-components-button-padding-inline-start);padding-inline-start:var(--amplify-components-button-padding-inline-start);-webkit-padding-end:var(--amplify-components-button-padding-inline-end);padding-inline-end:var(--amplify-components-button-padding-inline-end);transition:all var(--amplify-components-button-transition-duration);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;--amplify-internal-button-disabled-color: var( --amplify-components-button-disabled-color );--amplify-internal-button-disabled-background-color: var( --amplify-components-button-disabled-background-color );--amplify-internal-button-disabled-border-color: var( --amplify-components-button-disabled-border-color );--amplify-internal-button-disabled-text-decoration: initial;--amplify-internal-button-loading-background-color: var( --amplify-components-button-loading-background-color );--amplify-internal-button-loading-border-color: var( --amplify-components-button-loading-border-color );--amplify-internal-button-loading-color: var( --amplify-components-button-loading-color );--amplify-internal-button-loading-text-decoration: initial}.amplify-button:hover{background-color:var(--amplify-components-button-hover-background-color);border-color:var(--amplify-components-button-hover-border-color);color:var(--amplify-components-button-hover-color)}.amplify-button:focus{background-color:var(--amplify-components-button-hover-background-color);border-color:var(--amplify-components-button-focus-border-color);color:var(--amplify-components-button-focus-color);box-shadow:var(--amplify-components-button-focus-box-shadow)}.amplify-button:active{background-color:var(--amplify-components-button-active-background-color);border-color:var(--amplify-components-button-active-border-color);color:var(--amplify-components-button-active-color)}.amplify-button--fullwidth{width:100%}.amplify-button--menu{border-width:var(--amplify-components-button-menu-border-width);background-color:var(--amplify-components-button-menu-background-color);justify-content:var(--amplify-components-button-menu-justify-content);--amplify-internal-button-disabled-color: var( --amplify-components-button-menu-disabled-color )}.amplify-button--menu:hover{color:var(--amplify-components-button-menu-hover-color);background-color:var(--amplify-components-button-menu-hover-background-color)}.amplify-button--menu:focus{box-shadow:none;color:var(--amplify-components-button-menu-focus-color);background-color:var(--amplify-components-button-menu-focus-background-color)}.amplify-button--menu:active{color:var(--amplify-components-button-menu-active-color);background-color:var(--amplify-components-button-menu-active-background-color)}.amplify-button--primary{border-width:var(--amplify-components-button-primary-border-width);background-color:var(--amplify-components-button-primary-background-color);border-color:var(--amplify-components-button-primary-border-color);color:var(--amplify-components-button-primary-color);--amplify-internal-button-disabled-border-color: var( --amplify-components-button-primary-disabled-border-color );--amplify-internal-button-disabled-background-color: var( --amplify-components-button-primary-disabled-background-color );--amplify-internal-button-disabled-color: var( --amplify-components-button-primary-disabled-color );--amplify-internal-button-loading-background-color: var( --amplify-components-button-primary-loading-background-color );--amplify-internal-button-loading-border-color: var( --amplify-components-button-primary-loading-border-color );--amplify-internal-button-loading-color: var( --amplify-components-button-primary-loading-color )}.amplify-button--primary:hover{background-color:var(--amplify-components-button-primary-hover-background-color);border-color:var(--amplify-components-button-primary-hover-border-color);color:var(--amplify-components-button-primary-hover-color)}.amplify-button--primary:focus{background-color:var(--amplify-components-button-primary-focus-background-color);border-color:var(--amplify-components-button-primary-focus-border-color);color:var(--amplify-components-button-primary-focus-color);box-shadow:var(--amplify-components-button-primary-focus-box-shadow)}.amplify-button--primary:active{background-color:var(--amplify-components-button-primary-active-background-color);border-color:var(--amplify-components-button-primary-active-border-color);color:var(--amplify-components-button-primary-active-color)}.amplify-button--link{border-width:var(--amplify-components-button-link-border-width);background-color:var(--amplify-components-button-link-background-color);color:var(--amplify-components-button-link-color);--amplify-internal-button-disabled-text-decoration: none;--amplify-internal-button-disabled-border-color: var( --amplify-components-button-link-disabled-border-color );--amplify-internal-button-disabled-background-color: var( --amplify-components-button-link-disabled-background-color );--amplify-internal-button-disabled-color: var( --amplify-components-button-link-disabled-color );--amplify-internal-button-loading-background-color: var( --amplify-components-button-link-loading-background-color );--amplify-internal-button-loading-border-color: var( --amplify-components-button-link-loading-border-color );--amplify-internal-button-loading-color: var( --amplify-components-button-link-loading-color );--amplify-internal-button-loading-text-decoration: none}.amplify-button--link:hover{background-color:var(--amplify-components-button-link-hover-background-color);border-color:var(--amplify-components-button-link-hover-border-color);color:var(--amplify-components-button-link-hover-color)}.amplify-button--link:focus{background-color:var(--amplify-components-button-link-focus-background-color);border-color:var(--amplify-components-button-link-focus-border-color);color:var(--amplify-components-button-link-focus-color);box-shadow:var(--amplify-components-button-link-focus-box-shadow)}.amplify-button--link:active{background-color:var(--amplify-components-button-link-active-background-color);border-color:var(--amplify-components-button-link-active-border-color);color:var(--amplify-components-button-link-active-color)}.amplify-button--small{font-size:var(--amplify-components-button-small-font-size);-webkit-padding-before:var(--amplify-components-button-small-padding-block-start);padding-block-start:var(--amplify-components-button-small-padding-block-start);-webkit-padding-after:var(--amplify-components-button-small-padding-block-end);padding-block-end:var(--amplify-components-button-small-padding-block-end);-webkit-padding-start:var(--amplify-components-button-small-padding-inline-start);padding-inline-start:var(--amplify-components-button-small-padding-inline-start);-webkit-padding-end:var(--amplify-components-button-small-padding-inline-end);padding-inline-end:var(--amplify-components-button-small-padding-inline-end)}.amplify-button--large{font-size:var(--amplify-components-button-large-font-size);-webkit-padding-before:var(--amplify-components-button-large-padding-block-start);padding-block-start:var(--amplify-components-button-large-padding-block-start);-webkit-padding-after:var(--amplify-components-button-large-padding-block-end);padding-block-end:var(--amplify-components-button-large-padding-block-end);-webkit-padding-start:var(--amplify-components-button-large-padding-inline-start);padding-inline-start:var(--amplify-components-button-large-padding-inline-start);-webkit-padding-end:var(--amplify-components-button-large-padding-inline-end);padding-inline-end:var(--amplify-components-button-large-padding-inline-end)}.amplify-button--disabled{background-color:var(--amplify-internal-button-disabled-background-color);border-color:var(--amplify-internal-button-disabled-border-color);color:var(--amplify-internal-button-disabled-color);-webkit-text-decoration:var(--amplify-internal-button-disabled-text-decoration);text-decoration:var(--amplify-internal-button-disabled-text-decoration);cursor:not-allowed}.amplify-button--disabled:hover{background-color:var(--amplify-internal-button-disabled-background-color);border-color:var(--amplify-internal-button-disabled-border-color);color:var(--amplify-internal-button-disabled-color);-webkit-text-decoration:var(--amplify-internal-button-disabled-text-decoration);text-decoration:var(--amplify-internal-button-disabled-text-decoration)}.amplify-button--disabled :focus{background-color:var(--amplify-internal-button-disabled-background-color);border-color:var(--amplify-internal-button-disabled-border-color);color:var(--amplify-internal-button-disabled-color);-webkit-text-decoration:var(--amplify-internal-button-disabled-text-decoration);text-decoration:var(--amplify-internal-button-disabled-text-decoration)}.amplify-button--disabled:active{background-color:var(--amplify-internal-button-disabled-background-color);border-color:var(--amplify-internal-button-disabled-border-color);color:var(--amplify-internal-button-disabled-color);-webkit-text-decoration:var(--amplify-internal-button-disabled-text-decoration);text-decoration:var(--amplify-internal-button-disabled-text-decoration)}.amplify-button--loading,.amplify-button--loading:hover{background-color:var(--amplify-internal-button-loading-background-color);border-color:var(--amplify-internal-button-loading-border-color);color:var(--amplify-components-button-loading-color);-webkit-text-decoration:var(--amplify-internal-button-loading-text-decoration);text-decoration:var(--amplify-internal-button-loading-text-decoration)}.amplify-button--loading:focus{background-color:var(--amplify-internal-button-loading-background-color);border-color:var(--amplify-internal-button-loading-border-color);color:var(--amplify-components-button-loading-color);-webkit-text-decoration:var(--amplify-internal-button-loading-text-decoration);text-decoration:var(--amplify-internal-button-loading-text-decoration)}.amplify-button--loading:active{background-color:var(--amplify-internal-button-loading-background-color);border-color:var(--amplify-internal-button-loading-border-color);color:var(--amplify-components-button-loading-color);-webkit-text-decoration:var(--amplify-internal-button-loading-text-decoration);text-decoration:var(--amplify-internal-button-loading-text-decoration)}.amplify-button__loader-wrapper{align-items:var(--amplify-components-button-loader-wrapper-align-items);gap:var(--amplify-components-button-loader-wrapper-gap)}@media (prefers-reduced-motion: reduce){.amplify-button{transition:none}}.amplify-field__description{color:var(--amplify-components-fieldmessages-description-color);font-style:var(--amplify-components-fieldmessages-description-font-style);font-size:var(--amplify-components-fieldmessages-description-font-size)}.amplify-field__error-message{color:var(--amplify-components-fieldmessages-error-color);font-size:var(--amplify-components-fieldmessages-error-font-size)}.amplify-heading{color:var(--amplify-components-heading-color);line-height:var(--amplify-components-heading-line-height);display:block}.amplify-heading--truncated{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.amplify-heading--1{font-size:var(--amplify-components-heading-1-font-size);font-weight:var(--amplify-components-heading-1-font-weight)}.amplify-heading--2{font-size:var(--amplify-components-heading-2-font-size);font-weight:var(--amplify-components-heading-2-font-weight)}.amplify-heading--3{font-size:var(--amplify-components-heading-3-font-size);font-weight:var(--amplify-components-heading-3-font-weight)}.amplify-heading--4{font-size:var(--amplify-components-heading-4-font-size);font-weight:var(--amplify-components-heading-4-font-weight)}.amplify-heading--5{font-size:var(--amplify-components-heading-5-font-size);font-weight:var(--amplify-components-heading-5-font-weight)}.amplify-heading--6{font-size:var(--amplify-components-heading-6-font-size);font-weight:var(--amplify-components-heading-6-font-weight)}.amplify-icon{display:inline-block;vertical-align:middle;fill:currentColor;height:var(--amplify-components-icon-height);line-height:var(--amplify-components-icon-line-height)}.amplify-icon>svg{height:var(--amplify-components-icon-height);width:var(--amplify-components-icon-height)}.amplify-input{box-sizing:border-box;color:var(--amplify-components-fieldcontrol-color);font-size:var(--amplify-components-fieldcontrol-font-size);line-height:var(--amplify-components-fieldcontrol-line-height);-webkit-padding-before:var(--amplify-components-fieldcontrol-padding-block-start);padding-block-start:var(--amplify-components-fieldcontrol-padding-block-start);-webkit-padding-after:var(--amplify-components-fieldcontrol-padding-block-end);padding-block-end:var(--amplify-components-fieldcontrol-padding-block-end);-webkit-padding-start:var(--amplify-components-fieldcontrol-padding-inline-start);padding-inline-start:var(--amplify-components-fieldcontrol-padding-inline-start);-webkit-padding-end:var(--amplify-components-fieldcontrol-padding-inline-end);padding-inline-end:var(--amplify-components-fieldcontrol-padding-inline-end);transition:all var(--amplify-components-fieldcontrol-transition-duration);width:100%;border-color:var(--amplify-components-fieldcontrol-border-color);border-radius:var(--amplify-components-fieldcontrol-border-radius);border-style:var(--amplify-components-fieldcontrol-border-style);border-width:var(--amplify-components-fieldcontrol-border-width);outline-color:var(--amplify-components-fieldcontrol-outline-color);outline-style:var(--amplify-components-fieldcontrol-outline-style);outline-width:var(--amplify-components-fieldcontrol-outline-width);outline-offset:var(--amplify-components-fieldcontrol-outline-offset);-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.amplify-input:focus{border-color:var(--amplify-components-fieldcontrol-focus-border-color);box-shadow:var(--amplify-components-fieldcontrol-focus-box-shadow)}.amplify-input--small{font-size:var(--amplify-components-fieldcontrol-small-font-size);-webkit-padding-before:var(--amplify-components-fieldcontrol-small-padding-block-start);padding-block-start:var(--amplify-components-fieldcontrol-small-padding-block-start);-webkit-padding-after:var(--amplify-components-fieldcontrol-small-padding-block-end);padding-block-end:var(--amplify-components-fieldcontrol-small-padding-block-end);-webkit-padding-start:var(--amplify-components-fieldcontrol-small-padding-inline-start);padding-inline-start:var(--amplify-components-fieldcontrol-small-padding-inline-start);-webkit-padding-end:var(--amplify-components-fieldcontrol-small-padding-inline-end);padding-inline-end:var(--amplify-components-fieldcontrol-small-padding-inline-end)}.amplify-input--large{font-size:var(--amplify-components-fieldcontrol-large-font-size);-webkit-padding-before:var(--amplify-components-fieldcontrol-large-padding-block-start);padding-block-start:var(--amplify-components-fieldcontrol-large-padding-block-start);-webkit-padding-after:var(--amplify-components-fieldcontrol-large-padding-block-end);padding-block-end:var(--amplify-components-fieldcontrol-large-padding-block-end);-webkit-padding-start:var(--amplify-components-fieldcontrol-large-padding-inline-start);padding-inline-start:var(--amplify-components-fieldcontrol-large-padding-inline-start);-webkit-padding-end:var(--amplify-components-fieldcontrol-large-padding-inline-end);padding-inline-end:var(--amplify-components-fieldcontrol-large-padding-inline-end)}.amplify-input--error{border-color:var(--amplify-components-fieldcontrol-error-border-color)}.amplify-input--error:focus{border-color:var(--amplify-components-fieldcontrol-error-border-color);box-shadow:var(--amplify-components-fieldcontrol-error-focus-box-shadow)}.amplify-input[disabled]{color:var(--amplify-components-fieldcontrol-disabled-color);cursor:var(--amplify-components-fieldcontrol-disabled-cursor);border-color:var(--amplify-components-fieldcontrol-disabled-border-color);background-color:var(--amplify-components-fieldcontrol-disabled-background-color)}.amplify-input--quiet{-webkit-border-before:var(--amplify-components-fieldcontrol-quiet-border-block-start);border-block-start:var(--amplify-components-fieldcontrol-quiet-border-block-start);-webkit-border-start:var(--amplify-components-fieldcontrol-quiet-border-inline-start);border-inline-start:var(--amplify-components-fieldcontrol-quiet-border-inline-start);-webkit-border-end:var(--amplify-components-fieldcontrol-quiet-border-inline-end);border-inline-end:var(--amplify-components-fieldcontrol-quiet-border-inline-end);border-radius:var(--amplify-components-fieldcontrol-quiet-border-radius)}.amplify-input--quiet:focus{border-block-end-color:var(--amplify-components-fieldcontrol-quiet-focus-border-block-end-color);box-shadow:var(--amplify-components-fieldcontrol-quiet-focus-box-shadow)}.amplify-input--quiet[aria-invalid=true]{border-block-end-color:var(--amplify-components-fieldcontrol-quiet-error-border-block-end-color)}.amplify-input--quiet[aria-invalid=true]:focus{box-shadow:var(--amplify-components-fieldcontrol-quiet-error-focus-box-shadow)}.amplify-textarea{box-sizing:border-box;color:var(--amplify-components-fieldcontrol-color);font-size:var(--amplify-components-fieldcontrol-font-size);line-height:var(--amplify-components-fieldcontrol-line-height);-webkit-padding-before:var(--amplify-components-fieldcontrol-padding-block-start);padding-block-start:var(--amplify-components-fieldcontrol-padding-block-start);-webkit-padding-after:var(--amplify-components-fieldcontrol-padding-block-end);padding-block-end:var(--amplify-components-fieldcontrol-padding-block-end);-webkit-padding-start:var(--amplify-components-fieldcontrol-padding-inline-start);padding-inline-start:var(--amplify-components-fieldcontrol-padding-inline-start);-webkit-padding-end:var(--amplify-components-fieldcontrol-padding-inline-end);padding-inline-end:var(--amplify-components-fieldcontrol-padding-inline-end);transition:all var(--amplify-components-fieldcontrol-transition-duration);width:100%;border-color:var(--amplify-components-fieldcontrol-border-color);border-radius:var(--amplify-components-fieldcontrol-border-radius);border-style:var(--amplify-components-fieldcontrol-border-style);border-width:var(--amplify-components-fieldcontrol-border-width);outline-color:var(--amplify-components-fieldcontrol-outline-color);outline-style:var(--amplify-components-fieldcontrol-outline-style);outline-width:var(--amplify-components-fieldcontrol-outline-width);outline-offset:var(--amplify-components-fieldcontrol-outline-offset);-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;white-space:pre-wrap}.amplify-textarea:focus{border-color:var(--amplify-components-fieldcontrol-focus-border-color);box-shadow:var(--amplify-components-fieldcontrol-focus-box-shadow)}.amplify-textarea--small{font-size:var(--amplify-components-fieldcontrol-small-font-size);-webkit-padding-before:var(--amplify-components-fieldcontrol-small-padding-block-start);padding-block-start:var(--amplify-components-fieldcontrol-small-padding-block-start);-webkit-padding-after:var(--amplify-components-fieldcontrol-small-padding-block-end);padding-block-end:var(--amplify-components-fieldcontrol-small-padding-block-end);-webkit-padding-start:var(--amplify-components-fieldcontrol-small-padding-inline-start);padding-inline-start:var(--amplify-components-fieldcontrol-small-padding-inline-start);-webkit-padding-end:var(--amplify-components-fieldcontrol-small-padding-inline-end);padding-inline-end:var(--amplify-components-fieldcontrol-small-padding-inline-end)}.amplify-textarea--large{font-size:var(--amplify-components-fieldcontrol-large-font-size);-webkit-padding-before:var(--amplify-components-fieldcontrol-large-padding-block-start);padding-block-start:var(--amplify-components-fieldcontrol-large-padding-block-start);-webkit-padding-after:var(--amplify-components-fieldcontrol-large-padding-block-end);padding-block-end:var(--amplify-components-fieldcontrol-large-padding-block-end);-webkit-padding-start:var(--amplify-components-fieldcontrol-large-padding-inline-start);padding-inline-start:var(--amplify-components-fieldcontrol-large-padding-inline-start);-webkit-padding-end:var(--amplify-components-fieldcontrol-large-padding-inline-end);padding-inline-end:var(--amplify-components-fieldcontrol-large-padding-inline-end)}.amplify-textarea--error{border-color:var(--amplify-components-fieldcontrol-error-border-color)}.amplify-textarea--error:focus{border-color:var(--amplify-components-fieldcontrol-error-border-color);box-shadow:var(--amplify-components-fieldcontrol-error-focus-box-shadow)}.amplify-textarea[disabled]{color:var(--amplify-components-fieldcontrol-disabled-color);cursor:var(--amplify-components-fieldcontrol-disabled-cursor);border-color:var(--amplify-components-fieldcontrol-disabled-border-color);background-color:var(--amplify-components-fieldcontrol-disabled-background-color)}.amplify-textarea--quiet{-webkit-border-before:var(--amplify-components-fieldcontrol-quiet-border-block-start);border-block-start:var(--amplify-components-fieldcontrol-quiet-border-block-start);-webkit-border-start:var(--amplify-components-fieldcontrol-quiet-border-inline-start);border-inline-start:var(--amplify-components-fieldcontrol-quiet-border-inline-start);-webkit-border-end:var(--amplify-components-fieldcontrol-quiet-border-inline-end);border-inline-end:var(--amplify-components-fieldcontrol-quiet-border-inline-end);border-radius:var(--amplify-components-fieldcontrol-quiet-border-radius)}.amplify-textarea--quiet:focus{border-block-end-color:var(--amplify-components-fieldcontrol-quiet-focus-border-block-end-color);box-shadow:var(--amplify-components-fieldcontrol-quiet-focus-box-shadow)}.amplify-textarea--quiet[aria-invalid=true]{border-block-end-color:var(--amplify-components-fieldcontrol-quiet-error-border-block-end-color)}.amplify-textarea--quiet[aria-invalid=true]:focus{box-shadow:var(--amplify-components-fieldcontrol-quiet-error-focus-box-shadow)}.amplify-image{height:var(--amplify-components-image-height);max-width:var(--amplify-components-image-max-width);-o-object-fit:var(--amplify-components-image-object-fit);object-fit:var(--amplify-components-image-object-fit);-o-object-position:var(--amplify-components-image-object-position);object-position:var(--amplify-components-image-object-position)}.amplify-link{color:var(--amplify-components-link-color);-webkit-text-decoration:var(--amplify-components-link-text-decoration);text-decoration:var(--amplify-components-link-text-decoration);cursor:pointer}.amplify-link:visited{color:var(--amplify-components-link-visited-color);-webkit-text-decoration:var(--amplify-components-link-visited-text-decoration);text-decoration:var(--amplify-components-link-visited-text-decoration)}.amplify-link:active{color:var(--amplify-components-link-active-color);-webkit-text-decoration:var(--amplify-components-link-active-text-decoration);text-decoration:var(--amplify-components-link-active-text-decoration)}.amplify-link:focus{color:var(--amplify-components-link-focus-color);-webkit-text-decoration:var(--amplify-components-link-focus-text-decoration);text-decoration:var(--amplify-components-link-focus-text-decoration)}.amplify-link:hover{color:var(--amplify-components-link-hover-color);-webkit-text-decoration:var(--amplify-components-link-hover-text-decoration);text-decoration:var(--amplify-components-link-hover-text-decoration)}.amplify-loader{width:var(--amplify-components-loader-width);height:var(--amplify-components-loader-height);font-size:var(--amplify-components-loader-font-size);fill:none;stroke:var(--amplify-components-loader-stroke-empty);--amplify-internal-loader-linear-font-size: var( --amplify-components-loader-linear-font-size );--amplify-internal-loader-linear-stroke-width: var( --amplify-components-loader-linear-stroke-width )}.amplify-loader circle:last-of-type{transform-origin:center center;-webkit-animation-name:amplify-loader-circular;animation-name:amplify-loader-circular;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-duration:var(--amplify-components-loader-animation-duration);animation-duration:var(--amplify-components-loader-animation-duration);stroke:var(--amplify-components-loader-stroke-filled);stroke-linecap:var(--amplify-components-loader-stroke-linecap)}@media (prefers-reduced-motion){.amplify-loader circle:last-of-type{-webkit-animation:none;animation:none;stroke-dasharray:100% 200%;stroke-dashoffset:50%}}.amplify-loader line:last-of-type{stroke:var(--amplify-components-loader-linear-stroke-filled);stroke-dasharray:50% 200%;-webkit-animation-name:amplify-loader-linear;animation-name:amplify-loader-linear;-webkit-animation-duration:var(--amplify-components-loader-linear-animation-duration);animation-duration:var(--amplify-components-loader-linear-animation-duration);-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@media (prefers-reduced-motion){.amplify-loader line:last-of-type{-webkit-animation:none;animation:none;stroke-dashoffset:-50%}}.amplify-loader--small{width:var(--amplify-components-loader-small-width);height:var(--amplify-components-loader-small-height);font-size:var(--amplify-components-loader-small-font-size);--amplify-internal-loader-linear-stroke-width: var( --amplify-components-loader-linear-small-stroke-width );--amplify-internal-loader-linear-font-size: var( --amplify-components-loader-linear-small-font-size )}.amplify-loader--large{width:var(--amplify-components-loader-large-width);height:var(--amplify-components-loader-large-height);font-size:var(--amplify-components-loader-large-font-size);--amplify-internal-loader-linear-stroke-width: var( --amplify-components-loader-linear-large-stroke-width );--amplify-internal-loader-linear-font-size: var( --amplify-components-loader-linear-large-font-size )}.amplify-loader--linear{width:var(--amplify-components-loader-linear-width);min-width:var(--amplify-components-loader-linear-min-width);stroke:var(--amplify-components-loader-linear-stroke-empty);stroke-linecap:var(--amplify-components-loader-linear-stroke-linecap);stroke-width:var(--amplify-internal-loader-linear-stroke-width);font-size:var(--amplify-internal-loader-linear-font-size)}.amplify-loader--determinate circle:last-of-type{-webkit-animation:none;animation:none;transform:rotate(-90deg)}.amplify-loader--determinate line:last-of-type{-webkit-animation:none;animation:none;stroke-dashoffset:0%;stroke-dasharray:none}.amplify-loader__percentage-text{fill:var(--amplify-components-loader-text-fill);stroke:none}@-webkit-keyframes amplify-loader-circular{0%{stroke-dasharray:100% 200%;transform:rotate(120deg)}50%{stroke-dasharray:20% 400%}to{stroke-dasharray:100% 200%;transform:rotate(480deg)}}@keyframes amplify-loader-circular{0%{stroke-dasharray:100% 200%;transform:rotate(120deg)}50%{stroke-dasharray:20% 400%}to{stroke-dasharray:100% 200%;transform:rotate(480deg)}}@-webkit-keyframes amplify-loader-linear{0%{stroke-dashoffset:200%}to{stroke-dashoffset:-50%}}@keyframes amplify-loader-linear{0%{stroke-dashoffset:200%}to{stroke-dashoffset:-50%}}.amplify-placeholder{-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:var(--amplify-components-placeholder-transition-duration);animation-duration:var(--amplify-components-placeholder-transition-duration);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:amplify-placeholder-loading;animation-name:amplify-placeholder-loading;border-radius:var(--amplify-components-placeholder-border-radius);height:var(--amplify-components-placeholder-default-height);width:100%;display:block}.amplify-placeholder--small{height:var(--amplify-components-placeholder-small-height)}.amplify-placeholder--large{height:var(--amplify-components-placeholder-large-height)}@-webkit-keyframes amplify-placeholder-loading{0%{background-color:var(--amplify-components-placeholder-start-color)}to{background-color:var(--amplify-components-placeholder-end-color)}}@keyframes amplify-placeholder-loading{0%{background-color:var(--amplify-components-placeholder-start-color)}to{background-color:var(--amplify-components-placeholder-end-color)}}@media (prefers-reduced-motion: reduce){.amplify-placeholder{-webkit-animation:none;animation:none;background-color:var(--amplify-components-placeholder-end-color)}}[data-amplify-copy]{display:flex;font-size:var(--amplify-components-copy-font-size);gap:var(--amplify-components-copy-gap);justify-content:center;align-items:center;word-break:break-all}[data-amplify-copy-svg]{cursor:pointer;position:relative}[data-amplify-copy-svg] path{fill:var(--amplify-components-copy-svg-path-fill)}[data-amplify-copy-svg]:hover [data-amplify-copy-tooltip]{visibility:visible;font-size:var(--amplify-components-copy-tool-tip-font-size)}[data-amplify-copy-tooltip]{visibility:hidden;position:absolute;bottom:var(--amplify-components-copy-tool-tip-bottom);color:var(--amplify-components-copy-tool-tip-color)}.amplify-alert{align-items:var(--amplify-components-alert-align-items);background-color:var(--amplify-components-alert-background-color);justify-content:var(--amplify-components-alert-justify-content);padding-block:var(--amplify-components-alert-padding-block);padding-inline:var(--amplify-components-alert-padding-inline)}.amplify-alert--info{color:var(--amplify-components-alert-info-color);background-color:var(--amplify-components-alert-info-background-color)}.amplify-alert--error{color:var(--amplify-components-alert-error-color);background-color:var(--amplify-components-alert-error-background-color)}.amplify-alert--warning{color:var(--amplify-components-alert-warning-color);background-color:var(--amplify-components-alert-warning-background-color)}.amplify-alert--success{color:var(--amplify-components-alert-success-color);background-color:var(--amplify-components-alert-success-background-color)}.amplify-alert__icon{font-size:var(--amplify-components-alert-icon-size)}.amplify-alert__heading{display:block;font-weight:var(--amplify-components-alert-heading-font-weight);font-size:var(--amplify-components-alert-heading-font-size)}.amplify-alert__body{color:inherit;display:block}.amplify-alert__dismiss{color:inherit}[data-amplify-authenticator]{display:grid}[data-amplify-authenticator][data-variation=modal]{overflow-y:auto;width:var(--amplify-components-authenticator-modal-width);height:var(--amplify-components-authenticator-modal-height);background-color:var(--amplify-components-authenticator-modal-background-color);position:fixed;top:var(--amplify-components-authenticator-modal-top);left:var(--amplify-components-authenticator-modal-left);z-index:1}[data-amplify-authenticator] [data-amplify-container]{place-self:center}@media (min-width: 30rem){[data-amplify-authenticator] [data-amplify-container]{width:var(--amplify-components-authenticator-container-width-max)}}[data-amplify-authenticator] [data-amplify-router]{background-color:var(--amplify-components-authenticator-router-background-color);box-shadow:var(--amplify-components-authenticator-router-box-shadow);border-color:var(--amplify-components-authenticator-router-border-color);border-width:var(--amplify-components-authenticator-router-border-width);border-style:var(--amplify-components-authenticator-router-border-style)}[data-amplify-authenticator] [data-amplify-footer]{padding-bottom:var(--amplify-components-authenticator-footer-padding-bottom);text-align:center}[data-amplify-authenticator] [data-amplify-form]{padding:var(--amplify-components-authenticator-form-padding)}[data-amplify-authenticator] [data-state=inactive]{background-color:var(--amplify-components-authenticator-state-inactive-background-color)}@media (max-width: 26rem){[data-amplify-authenticator] [data-amplify-sign-up-errors]{font-size:.688rem}}.amplify-authenticator__column{display:flex;flex-direction:column}.amplify-authenticator__subtitle{margin-bottom:var(--amplify-space-medium)}.amplify-authenticator__heading{font-size:var(--amplify-font-sizes-xl)}.amplify-authenticator__federated-text{align-self:center}.amplify-card{background-color:var(--amplify-components-card-background-color);border-radius:var(--amplify-components-card-border-radius);border-width:var(--amplify-components-card-border-width);border-style:var(--amplify-components-card-border-style);border-color:var(--amplify-components-card-border-color);box-shadow:var(--amplify-components-card-box-shadow);display:block;padding:var(--amplify-components-card-padding)}.amplify-card--outlined{background-color:var(--amplify-components-card-outlined-background-color);border-radius:var(--amplify-components-card-outlined-border-radius);border-width:var(--amplify-components-card-outlined-border-width);border-style:var(--amplify-components-card-outlined-border-style);border-color:var(--amplify-components-card-outlined-border-color);box-shadow:var(--amplify-components-card-outlined-box-shadow)}.amplify-card--elevated{background-color:var(--amplify-components-card-elevated-background-color);border-radius:var(--amplify-components-card-elevated-border-radius);border-width:var(--amplify-components-card-elevated-border-width);border-style:var(--amplify-components-card-elevated-border-style);border-color:var(--amplify-components-card-elevated-border-color);box-shadow:var(--amplify-components-card-elevated-box-shadow)}.amplify-collection{flex-direction:column}.amplify-collection-pagination{justify-content:center;--amplify-components-pagination-current-color: var( --amplify-components-collection-pagination-current-color );--amplify-components-pagination-current-background-color: var( --amplify-components-collection-pagination-current-background-color );--amplify-components-pagination-button-color: var( --amplify-components-collection-pagination-button-color );--amplify-components-pagination-button-hover-color: var( --amplify-components-collection-pagination-button-hover-color );--amplify-components-pagination-button-hover-background-color: var( --amplify-components-collection-pagination-button-hover-background-color );--amplify-components-pagination-button-disabled-color: var( --amplify-components-collection-pagination-button-disabled-color )}.amplify-collection-search{flex-direction:row;justify-content:center;--amplify-components-searchfield-input-color: var( --amplify-components-collection-search-input-color );--amplify-components-searchfield-button-color: var( --amplify-components-collection-search-button-color );--amplify-components-searchfield-button-active-background-color: var( --amplify-components-collection-search-button-active-background-color );--amplify-components-searchfield-button-active-border-color: var( --amplify-components-collection-search-button-active-border-color );--amplify-components-searchfield-button-active-color: var( --amplify-components-collection-search-button-active-color );--amplify-components-searchfield-button-disabled-background-color: var( --amplify-components-collection-search-button-disabled-background-color );--amplify-components-searchfield-button-disabled-border-color: var( --amplify-components-collection-search-button-disabled-border-color );--amplify-components-searchfield-button-disabled-color: var( --amplify-components-collection-search-button-disabled-color );--amplify-components-searchfield-button-focus-background-color: var( --amplify-components-collection-search-button-focus-background-color );--amplify-components-searchfield-button-focus-border-color: var( --amplify-components-collection-search-button-focus-border-color );--amplify-components-searchfield-button-focus-color: var( --amplify-components-collection-search-button-focus-color );--amplify-components-searchfield-button-hover-background-color: var( --amplify-components-collection-search-button-hover-background-color );--amplify-components-searchfield-button-hover-border-color: var( --amplify-components-collection-search-button-hover-border-color );--amplify-components-searchfield-button-hover-color: var( --amplify-components-collection-search-button-hover-color )}.amplify-checkbox{cursor:var(--amplify-components-checkbox-cursor);align-items:var(--amplify-components-checkbox-align-items);flex-direction:row-reverse;gap:inherit}.amplify-checkbox--disabled{cursor:var(--amplify-components-checkbox-disabled-cursor)}.amplify-checkbox__button{position:var(--amplify-components-checkbox-button-position);align-items:var(--amplify-components-checkbox-button-align-items);justify-content:var(--amplify-components-checkbox-button-justify-content);color:var(--amplify-components-checkbox-button-color);--amplify-internal-checkbox_button-focused-before-border-color: var( --amplify-components-checkbox-button-focus-border-color );--amplify-internal-checkbox_button-focused-before-box-shadow: var( --amplify-components-checkbox-button-focus-box-shadow )}.amplify-checkbox__button:before{content:"";display:inline-block;position:absolute;box-sizing:border-box;width:var(--amplify-components-checkbox-button-before-width);height:var(--amplify-components-checkbox-button-before-height);border-width:var(--amplify-components-checkbox-button-before-border-width);border-radius:var(--amplify-components-checkbox-button-before-border-radius);border-style:var(--amplify-components-checkbox-button-before-border-style);border-color:var(--amplify-components-checkbox-button-before-border-color)}.amplify-checkbox__button--focused:before{outline-color:var(--amplify-components-checkbox-button-focus-outline-color);outline-style:var(--amplify-components-checkbox-button-focus-outline-style);outline-width:var(--amplify-components-checkbox-button-focus-outline-width);outline-offset:var(--amplify-components-checkbox-button-focus-outline-offset);border-color:var(--amplify-internal-checkbox_button-focused-before-border-color);box-shadow:var(--amplify-internal-checkbox_button-focused-before-box-shadow)}.amplify-checkbox__button--error{--amplify-internal-checkbox_button-focused-before-border-color: var( --amplify-components-checkbox-button-error-focus-border-color );--amplify-internal-checkbox_button-focused-before-box-shadow: var( --amplify-components-checkbox-button-error-focus-box-shadow )}.amplify-checkbox__button--error:before{border-color:var(--amplify-components-checkbox-button-error-border-color)}.amplify-checkbox__button--disabled:before{border-color:var(--amplify-components-checkbox-button-disabled-border-color)}.amplify-checkbox__icon{background-color:var(--amplify-components-checkbox-icon-background-color);opacity:var(--amplify-components-checkbox-icon-opacity);transform:var(--amplify-components-checkbox-icon-transform);border-radius:var(--amplify-components-checkbox-icon-border-radius);transition-property:var(--amplify-components-checkbox-icon-transition-property);transition-duration:var(--amplify-components-checkbox-icon-transition-duration);transition-timing-function:var(--amplify-components-checkbox-icon-transition-timing-function);--amplify-internal-checkbox-icon-disabled-background-color: var( --amplify-components-checkbox-icon-background-color )}.amplify-checkbox__icon--checked{opacity:var(--amplify-components-checkbox-icon-checked-opacity);transform:var(--amplify-components-checkbox-icon-checked-transform);--amplify-internal-checkbox-icon-disabled-background-color: var( --amplify-components-checkbox-icon-checked-disabled-background-color )}.amplify-checkbox__icon--indeterminate{opacity:var(--amplify-components-checkbox-icon-indeterminate-opacity);transform:var(--amplify-components-checkbox-icon-indeterminate-transform);--amplify-internal-checkbox-icon-disabled-background-color: var( --amplify-components-checkbox-icon-indeterminate-disabled-background-color )}.amplify-checkbox__icon--disabled{background-color:var(--amplify-internal-checkbox-icon-disabled-background-color)}.amplify-checkbox__label[data-disabled=true]{color:var(--amplify-components-checkbox-label-disabled-color)}.amplify-checkboxfield{align-content:var(--amplify-components-checkboxfield-align-content);align-items:var(--amplify-components-checkboxfield-align-items);flex-direction:var(--amplify-components-checkboxfield-flex-direction);justify-content:var(--amplify-components-checkboxfield-justify-content)}.amplify-countrycodeselect{height:var(--amplify-components-countrycodeselect-height)}.amplify-divider{border-color:var(--amplify-components-divider-border-color);border-style:var(--amplify-components-divider-border-style);border-width:0;opacity:var(--amplify-components-divider-opacity);padding:0;display:block;--amplify-internal-divider-size: var( --amplify-components-divider-border-width );position:relative;text-align:center}.amplify-divider--small{--amplify-internal-divider-size: var( --amplify-components-divider-small-border-width )}.amplify-divider--large{--amplify-internal-divider-size: var( --amplify-components-divider-large-border-width )}.amplify-divider--horizontal{width:100%;border-bottom-width:var(--amplify-internal-divider-size)}.amplify-divider--vertical{border-left-width:var(--amplify-internal-divider-size)}.amplify-divider--label{display:flex;justify-content:center}.amplify-divider--label:after{content:attr(data-label);position:absolute;transform:translateY(-50%);font-size:var(--amplify-components-divider-label-font-size);padding-inline:var(--amplify-components-divider-label-padding-inline);background-color:var(--amplify-components-divider-label-background-color);color:var(--amplify-components-divider-label-color)}.amplify-divider--label[aria-orientation=vertical]{flex-direction:column}.amplify-divider--label[aria-orientation=vertical]:after{top:auto;transform:translate(-50%);padding-block:0;padding-inline:0}.amplify-expander{display:block;background-color:var(--amplify-components-expander-background-color);border-radius:var(--amplify-components-expander-border-radius);box-shadow:var(--amplify-components-expander-box-shadow);width:var(--amplify-components-expander-width)}.amplify-expander__item{display:block;overflow:hidden;box-shadow:var(--amplify-components-expander-item-box-shadow)}.amplify-expander__item:first-of-type{border-start-start-radius:var(--amplify-components-expander-item-border-start-start-radius);border-start-end-radius:var(--amplify-components-expander-item-border-start-end-radius)}@supports not (border-start-start-radius: var(--amplify-components-expander-item-border-start-start-radius)){.amplify-expander__item:first-of-type{border-top-left-radius:var(--amplify-components-expander-item-border-top-left-radius);border-top-right-radius:var(--amplify-components-expander-item-border-top-right-radius)}}.amplify-expander__item:last-of-type{box-shadow:none;border-end-start-radius:var(--amplify-components-expander-item-border-end-start-radius);border-end-end-radius:var(--amplify-components-expander-item-border-end-end-radius)}@supports not (border-end-start-radius: var(--amplify-components-expander-item-border-end-start-radius)){.amplify-expander__item:last-of-type{border-bottom-left-radius:var(--amplify-components-expander-item-border-bottom-left-radius);border-bottom-right-radius:var(--amplify-components-expander-item-border-bottom-right-radius)}}.amplify-expander__item:focus-within{box-shadow:var(--amplify-components-expander-item-focus-box-shadow)}.amplify-expander__header{display:flex;box-shadow:var(--amplify-components-expander-header-box-shadow)}.amplify-expander__trigger{flex:1;display:flex;min-height:var(--amplify-components-expander-trigger-min-height);-webkit-padding-start:var(--amplify-components-expander-trigger-padding-inline-start);padding-inline-start:var(--amplify-components-expander-trigger-padding-inline-start);-webkit-padding-end:var(--amplify-components-expander-trigger-padding-inline-end);padding-inline-end:var(--amplify-components-expander-trigger-padding-inline-end);align-items:var(--amplify-components-expander-trigger-align-items);justify-content:var(--amplify-components-expander-trigger-justify-content)}.amplify-expander__trigger:hover{background-color:var(--amplify-components-expander-trigger-hover-background-color)}.amplify-expander__content{display:block;-webkit-padding-start:var(--amplify-components-expander-content-padding-inline-start);padding-inline-start:var(--amplify-components-expander-content-padding-inline-start);-webkit-padding-end:var(--amplify-components-expander-content-padding-inline-end);padding-inline-end:var(--amplify-components-expander-content-padding-inline-end)}.amplify-expander__content[data-state=open]{-webkit-animation-name:amplify-expander-slide-down;animation-name:amplify-expander-slide-down;-webkit-animation-duration:var(--amplify-components-expander-content-open-animation-duration);animation-duration:var(--amplify-components-expander-content-open-animation-duration);-webkit-animation-timing-function:var(--amplify-components-expander-content-open-animation-timing-function);animation-timing-function:var(--amplify-components-expander-content-open-animation-timing-function)}.amplify-expander__content[data-state=closed]{-webkit-animation-name:amplify-expander-slide-up;animation-name:amplify-expander-slide-up;-webkit-animation-duration:var(--amplify-components-expander-content-closed-animation-duration);animation-duration:var(--amplify-components-expander-content-closed-animation-duration);-webkit-animation-timing-function:var(--amplify-components-expander-content-closed-animation-timing-function);animation-timing-function:var(--amplify-components-expander-content-closed-animation-timing-function)}.amplify-expander__content__text{display:block;color:var(--amplify-components-expander-content-text-color);-webkit-padding-before:var(--amplify-components-expander-content-text-padding-block-start);padding-block-start:var(--amplify-components-expander-content-text-padding-block-start);-webkit-padding-after:var(--amplify-components-expander-content-text-padding-block-end);padding-block-end:var(--amplify-components-expander-content-text-padding-block-end)}.amplify-expander__icon{transition-property:transform;transition-duration:var(--amplify-components-expander-icon-transition-duration);transition-timing-function:var(--amplify-components-expander-icon-transition-timing-function)}[data-state=open] .amplify-expander__icon{transform:rotate(180deg)}@-webkit-keyframes amplify-expander-slide-down{0%{height:0}to{height:auto}}@keyframes amplify-expander-slide-down{0%{height:0}to{height:auto}}@-webkit-keyframes amplify-expander-slide-up{0%{height:auto}to{height:0}}@keyframes amplify-expander-slide-up{0%{height:auto}to{height:0}}.amplify-field{font-size:var(--amplify-components-field-font-size);gap:var(--amplify-components-field-gap)}.amplify-field--small{font-size:var(--amplify-components-field-small-font-size);gap:var(--amplify-components-field-small-gap)}.amplify-field--large{font-size:var(--amplify-components-field-large-font-size);gap:var(--amplify-components-field-large-gap)}.amplify-label{color:var(--amplify-components-field-label-color)}.amplify-field-group__outer-end .amplify-select__wrapper .amplify-select,.amplify-field-group__outer-end .amplify-field-group__control,.amplify-field-group__outer-start .amplify-select__wrapper:not(:first-child) .amplify-select:not(:first-child),.amplify-field-group__outer-start--quiet .amplify-field-group__control,.amplify-field-group__outer-start .amplify-field-group__control:not(:first-child),.amplify-field-group :not(:first-child) .amplify-input{border-start-start-radius:0;border-end-start-radius:0}@supports not (border-start-start-radius: 0){.amplify-field-group__outer-end .amplify-select__wrapper .amplify-select,.amplify-field-group__outer-end .amplify-field-group__control,.amplify-field-group__outer-start .amplify-select__wrapper:not(:first-child) .amplify-select:not(:first-child),.amplify-field-group__outer-start--quiet .amplify-field-group__control,.amplify-field-group__outer-start .amplify-field-group__control:not(:first-child),.amplify-field-group :not(:first-child) .amplify-input{border-top-left-radius:0;border-bottom-left-radius:0}}.amplify-field-group__outer-end .amplify-select__wrapper:not(:last-child) .amplify-select,.amplify-field-group__outer-end--quiet .amplify-field-group__control,.amplify-field-group__outer-end .amplify-field-group__control:not(:last-child),.amplify-field-group__outer-start .amplify-select__wrapper .amplify-select,.amplify-field-group__outer-start .amplify-field-group__control,.amplify-field-group :not(:last-child) .amplify-input{border-end-end-radius:0;border-start-end-radius:0}@supports not (border-end-end-radius: 0){.amplify-field-group__outer-end .amplify-select__wrapper:not(:last-child) .amplify-select,.amplify-field-group__outer-end--quiet .amplify-field-group__control,.amplify-field-group__outer-end .amplify-field-group__control:not(:last-child),.amplify-field-group__outer-start .amplify-select__wrapper .amplify-select,.amplify-field-group__outer-start .amplify-field-group__control,.amplify-field-group :not(:last-child) .amplify-input{border-bottom-right-radius:0;border-top-right-radius:0}}.amplify-field-group{gap:var(--amplify-components-fieldgroup-gap)}.amplify-field-group--horizontal{flex-direction:row}.amplify-field-group--vertical{flex-direction:column;align-items:var(--amplify-components-fieldgroup-vertical-align-items)}.amplify-field-group__outer-start,.amplify-field-group__outer-end{display:flex;align-items:var(--amplify-components-fieldgroup-outer-align-items)}.amplify-field-group__outer-start .amplify-field-group__control,.amplify-field-group__outer-end .amplify-field-group__control{height:100%}.amplify-field-group__outer-start .amplify-field-group__control:not(:focus){border-inline-end-color:transparent}.amplify-field-group__outer-start .amplify-field-group__control:focus{z-index:1}.amplify-field-group__outer-start--quiet .amplify-field-group__control:not(:focus){border-block-start-color:transparent;border-inline-start-color:transparent}.amplify-field-group__outer-end .amplify-field-group__control:not(:focus){border-inline-start-color:transparent}.amplify-field-group__outer-end .amplify-field-group__control:focus{z-index:1}.amplify-field-group__outer-end--quiet .amplify-field-group__control:not(:focus){border-block-start-color:transparent;border-inline-end-color:transparent}.amplify-field-group__field-wrapper{position:relative;width:100%}.amplify-field-group__field-wrapper--vertical{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.amplify-field-group__inner-end,.amplify-field-group__inner-start{position:absolute;top:0;height:100%;pointer-events:none}.amplify-field-group__inner-end .amplify-button,.amplify-field-group__inner-start .amplify-button{pointer-events:all;height:100%}.amplify-field-group__inner-end{right:0;left:auto}.amplify-field-group__inner-start,html[dir=rtl] .amplify-field-group__inner-end{right:auto;left:0}html[dir=rtl] .amplify-field-group__inner-start{left:auto;right:0}.amplify-field-group--has-inner-end .amplify-input{-webkit-padding-end:calc(var(--amplify-components-fieldcontrol-padding-inline-end) * 3);padding-inline-end:calc(var(--amplify-components-fieldcontrol-padding-inline-end) * 3)}.amplify-field-group--has-inner-start .amplify-input{-webkit-padding-start:calc(var(--amplify-components-fieldcontrol-padding-inline-start) * 3);padding-inline-start:calc(var(--amplify-components-fieldcontrol-padding-inline-start) * 3)}.amplify-field-group__icon:not(.amplify-field-group__icon-button){display:flex;-webkit-padding-start:var(--amplify-components-fieldcontrol-padding-inline-start);padding-inline-start:var(--amplify-components-fieldcontrol-padding-inline-start);-webkit-padding-end:var(--amplify-components-fieldcontrol-padding-inline-start);padding-inline-end:var(--amplify-components-fieldcontrol-padding-inline-start);flex-direction:column;justify-content:center;height:100%}[data-radix-popper-content-wrapper]{z-index:999999}.amplify-menu-trigger{display:flex;justify-content:center;align-items:center}.amplify-menu-content{background-color:var(--amplify-components-menu-background-color);border-radius:var(--amplify-components-menu-border-radius);box-shadow:var(--amplify-components-menu-box-shadow);flex-direction:var(--amplify-components-menu-flex-direction);gap:var(--amplify-components-menu-gap);min-width:var(--amplify-components-menu-min-width);max-width:var(--amplify-components-menu-max-width);border-color:var(--amplify-components-menu-border-color);border-width:var(--amplify-components-menu-border-width);border-style:var(--amplify-components-menu-border-style)}.amplify-menu-content__item{min-height:var(--amplify-components-menu-item-min-height);-webkit-padding-start:var(--amplify-components-menu-item-padding-inline-start);padding-inline-start:var(--amplify-components-menu-item-padding-inline-start);-webkit-padding-end:var(--amplify-components-menu-item-padding-inline-end);padding-inline-end:var(--amplify-components-menu-item-padding-inline-end)}.amplify-menu-content__item:not(:first-child):not(:last-child){border-radius:0}.amplify-menu-content__item:first-child{border-end-end-radius:0;border-end-start-radius:0}@supports not (border-end-end-radius: 0){.amplify-menu-content__item:first-child{border-bottom-right-radius:0;border-bottom-left-radius:0}}.amplify-menu-content__item:last-child{border-start-end-radius:0;border-start-start-radius:0}@supports not (border-end-end-radius: 0){.amplify-menu-content__item:last-child{border-top-right-radius:0;border-top-left-radius:0}}.amplify-pagination__item-current,.amplify-pagination__item-button{height:var(--amplify-components-pagination-item-shared-height);min-width:var(--amplify-components-pagination-item-shared-min-width);border-radius:var(--amplify-components-pagination-item-shared-border-radius)}.amplify-pagination{list-style-type:none}.amplify-pagination li{margin-left:var(--amplify-components-pagination-item-container-margin-left);margin-right:var(--amplify-components-pagination-item-container-margin-right)}.amplify-pagination__item-button{display:flex;align-items:center;justify-content:center;font-weight:initial;color:var(--amplify-components-pagination-button-color);-webkit-padding-start:var(--amplify-components-pagination-button-padding-inline-start);padding-inline-start:var(--amplify-components-pagination-button-padding-inline-start);-webkit-padding-end:var(--amplify-components-pagination-button-padding-inline-end);padding-inline-end:var(--amplify-components-pagination-button-padding-inline-end);transition-property:var(--amplify-components-pagination-button-transition-property);transition-duration:var(--amplify-components-pagination-button-transition-duration)}.amplify-pagination__item-button:hover{text-decoration:none;color:var(--amplify-components-pagination-button-hover-color);background-color:var(--amplify-components-pagination-button-hover-background-color)}.amplify-pagination__item-button--disabled{color:var(--amplify-components-pagination-button-disabled-color);pointer-events:none}.amplify-pagination__item-current{align-items:var(--amplify-components-pagination-current-align-items);justify-content:var(--amplify-components-pagination-current-justify-content);color:var(--amplify-components-pagination-current-color);font-size:var(--amplify-components-pagination-current-font-size);background-color:var(--amplify-components-pagination-current-background-color)}.amplify-pagination__item-ellipsis{align-items:var(--amplify-components-pagination-ellipsis-align-items);justify-content:var(--amplify-components-pagination-ellipsis-justify-content);-webkit-padding-start:var(--amplify-components-pagination-ellipsis-padding-inline-start);padding-inline-start:var(--amplify-components-pagination-ellipsis-padding-inline-start);-webkit-padding-end:var(--amplify-components-pagination-ellipsis-padding-inline-end);padding-inline-end:var(--amplify-components-pagination-ellipsis-padding-inline-end)}.amplify-passwordfield{--amplify-components-fieldcontrol-color: var( --amplify-components-passwordfield-color );--amplify-components-button-color: var( --amplify-components-passwordfield-button-color );--amplify-components-button-active-background-color: var( --amplify-components-passwordfield-button-active-background-color );--amplify-components-button-active-border-color: var( --amplify-components-passwordfield-button-active-border-color );--amplify-components-button-active-color: var( --amplify-components-passwordfield-button-active-color );--amplify-components-button-disabled-background-color: var( --amplify-components-passwordfield-button-disabled-background-color );--amplify-components-button-disabled-border-color: var( --amplify-components-passwordfield-button-disabled-border-color );--amplify-components-button-disabled-color: var( --amplify-components-passwordfield-button-disabled-color );--amplify-components-button-focus-background-color: var( --amplify-components-passwordfield-button-focus-background-color );--amplify-components-button-focus-border-color: var( --amplify-components-passwordfield-button-focus-border-color );--amplify-components-button-focus-color: var( --amplify-components-passwordfield-button-focus-color );--amplify-components-button-hover-background-color: var( --amplify-components-passwordfield-button-hover-background-color );--amplify-components-button-hover-border-color: var( --amplify-components-passwordfield-button-hover-border-color );--amplify-components-button-hover-color: var( --amplify-components-passwordfield-button-hover-color )}.amplify-phonenumberfield select:not(:focus){border-right:none}.amplify-phonenumberfield{--amplify-components-selectfield-color: var( --amplify-components-phonenumberfield-color );--amplify-components-selectfield-border-color: var( --amplify-components-phonenumberfield-border-color );--amplify-components-selectfield-font-size: var( --amplify-components-phonenumberfield-font-size );--amplify-components-selectfield-focus-border-color: var( --amplify-components-phonenumberfield-focus-border-color );--amplify-components-textfield-color: var( --amplify-components-phonenumberfield-color );--amplify-components-textfield-border-color: var( --amplify-components-phonenumberfield-border-color );--amplify-components-textfield-font-size: var( --amplify-components-phonenumberfield-font-size );--amplify-components-textfield-focus-border-color: var( --amplify-components-phonenumberfield-focus-border-color )}.amplify-rating{display:inline-flex;position:relative;text-align:left;font-size:var(--amplify-components-rating-default-size);line-height:var(--amplify-components-rating-default-size)}.amplify-rating .amplify-icon{font-size:unset;line-height:unset;height:1em}.amplify-rating--small{font-size:var(--amplify-components-rating-small-size);line-height:var(--amplify-components-rating-small-size)}.amplify-rating--large{font-size:var(--amplify-components-rating-large-size);line-height:var(--amplify-components-rating-large-size)}.amplify-rating-filled{fill:currentColor;display:inline-block;flex-shrink:0;width:1em;height:1em}.amplify-rating-icon-container{position:relative;height:1em;width:1em}.amplify-rating-label{position:absolute;overflow:hidden;height:1em;width:1em}.amplify-rating-icon{width:1em;height:1em}.amplify-rating-icon-filled{color:var(--amplify-components-rating-filled-color)}.amplify-rating-icon-empty{color:var(--amplify-components-rating-empty-color)}.amplify-radio{align-items:var(--amplify-components-radio-align-items);justify-content:var(--amplify-components-radio-justify-content);gap:inherit;flex-direction:row-reverse;--amplify-components-text-color: var(--amplify-components-radio-label-color)}.amplify-radio--disabled{cursor:var(--amplify-components-radio-disabled-cursor)}.amplify-radio__button{align-items:var(--amplify-components-radio-button-align-items);justify-content:var(--amplify-components-radio-button-justify-content);padding:var(--amplify-components-radio-button-padding);box-sizing:var(--amplify-components-radio-button-box-sizing);border-width:var(--amplify-components-radio-button-border-width);border-style:var(--amplify-components-radio-button-border-style);border-radius:var(--amplify-components-radio-button-border-radius);border-color:var(--amplify-components-radio-button-border-color);color:var(--amplify-components-radio-button-color);background-color:var(--amplify-components-radio-button-background-color);transition-property:var(--amplify-components-radio-button-transition-property);transition-duration:var(--amplify-components-radio-button-transition-duration);width:var(--amplify-components-radio-button-width);height:var(--amplify-components-radio-button-height);outline-color:var(--amplify-components-radio-button-outline-color);outline-style:var(--amplify-components-radio-button-outline-style);outline-width:var(--amplify-components-radio-button-outline-width);outline-offset:var(--amplify-components-radio-button-outline-offset)}.amplify-radio__button:before{content:"";display:inline-block;width:100%;height:100%;border-radius:var(--amplify-components-radio-button-before-border-radius);background-color:currentColor;border-radius:50%}.amplify-radio__button--small{width:var(--amplify-components-radio-button-small-width);height:var(--amplify-components-radio-button-small-height)}.amplify-radio__button--large{width:var(--amplify-components-radio-button-large-width);height:var(--amplify-components-radio-button-large-height)}.amplify-radio__input:checked+.amplify-radio__button{color:var(--amplify-components-radio-button-checked-color)}.amplify-radio__input:checked:disabled+.amplify-radio__button{color:var(--amplify-components-radio-button-checked-disabled-color)}.amplify-radio__input:focus+.amplify-radio__button{border-color:var(--amplify-components-radio-button-focus-border-color);box-shadow:var(--amplify-components-radio-button-focus-box-shadow)}.amplify-radio__input[aria-invalid=true]+.amplify-radio__button{border-color:var(--amplify-components-radio-button-error-border-color)}.amplify-radio__input[aria-invalid=true]:focus+.amplify-radio__button{box-shadow:var(--amplify-components-radio-button-error-focus-box-shadow)}.amplify-radio__input:disabled+.amplify-radio__button{border-color:var(--amplify-components-radio-button-disabled-border-color);background-color:var(--amplify-components-radio-button-disabled-background-color)}.amplify-radio__label[data-disabled=true]{color:var(--amplify-components-radio-label-disabled-color)}.amplify-radiogroup{gap:inherit;flex-direction:inherit;align-items:inherit}.amplify-radiogroupfield{flex-direction:column;align-items:flex-start;--amplify-components-field-label-color: var( --amplify-components-radiogroup-label-color );--amplify-components-radio-button-border-width: var( --amplify-components-radiogroup-radio-border-width );--amplify-components-radio-button-border-color: var( --amplify-components-radiogroup-radio-border-color );--amplify-components-radio-button-background-color: var( --amplify-components-radiogroup-radio-background-color );--amplify-components-radio-label-color: var( --amplify-components-radiogroup-radio-label-color );--amplify-components-radio-button-checked-color: var( --amplify-components-radiogroup-radio-checked-color )}.amplify-searchfield{--amplify-components-fieldcontrol-color: var( --amplify-components-searchfield-input-color )}.amplify-searchfield__search{color:var(--amplify-components-searchfield-button-color);background-color:var(--amplify-components-searchfield-button-background-color)}.amplify-searchfield__search:active{background-color:var(--amplify-components-button-active-background-color);border-color:var(--amplify-components-button-active-border-color);color:var(--amplify-components-button-active-color)}.amplify-searchfield__search:disabled{background-color:var(--amplify-components-searchfield-button-disabled-background-color);border-color:var(--amplify-components-searchfield-button-disabled-border-color);color:var(--amplify-components-searchfield-button-disabled-color)}.amplify-searchfield__search:focus{background-color:var(--amplify-components-searchfield-button-focus-background-color);border-color:var(--amplify-components-searchfield-button-focus-border-color);color:var(--amplify-components-searchfield-button-focus-color)}.amplify-searchfield__search:hover{background-color:var(--amplify-components-searchfield-button-hover-background-color);border-color:var(--amplify-components-searchfield-button-hover-border-color);color:var(--amplify-components-searchfield-button-hover-color)}.amplify-select__wrapper{flex:var(--amplify-components-select-wrapper-flex);display:var(--amplify-components-select-wrapper-display);position:var(--amplify-components-select-wrapper-position);cursor:var(--amplify-components-select-wrapper-cursor)}.amplify-select__icon-wrapper{align-items:var(--amplify-components-select-icon-wrapper-align-items);position:var(--amplify-components-select-icon-wrapper-position);top:var(--amplify-components-select-icon-wrapper-top);right:var(--amplify-components-select-icon-wrapper-right);transform:var(--amplify-components-select-icon-wrapper-transform);pointer-events:var(--amplify-components-select-icon-wrapper-pointer-events)}.amplify-select{box-sizing:border-box;color:var(--amplify-components-fieldcontrol-color);font-size:var(--amplify-components-fieldcontrol-font-size);line-height:var(--amplify-components-fieldcontrol-line-height);-webkit-padding-before:var(--amplify-components-fieldcontrol-padding-block-start);padding-block-start:var(--amplify-components-fieldcontrol-padding-block-start);-webkit-padding-after:var(--amplify-components-fieldcontrol-padding-block-end);padding-block-end:var(--amplify-components-fieldcontrol-padding-block-end);-webkit-padding-start:var(--amplify-components-fieldcontrol-padding-inline-start);padding-inline-start:var(--amplify-components-fieldcontrol-padding-inline-start);-webkit-padding-end:var(--amplify-components-fieldcontrol-padding-inline-end);padding-inline-end:var(--amplify-components-fieldcontrol-padding-inline-end);transition:all var(--amplify-components-fieldcontrol-transition-duration);width:100%;border-color:var(--amplify-components-fieldcontrol-border-color);border-radius:var(--amplify-components-fieldcontrol-border-radius);border-style:var(--amplify-components-fieldcontrol-border-style);border-width:var(--amplify-components-fieldcontrol-border-width);outline-color:var(--amplify-components-fieldcontrol-outline-color);outline-style:var(--amplify-components-fieldcontrol-outline-style);outline-width:var(--amplify-components-fieldcontrol-outline-width);outline-offset:var(--amplify-components-fieldcontrol-outline-offset);min-width:var(--amplify-components-select-min-width);-webkit-padding-end:var(--amplify-components-select-padding-inline-end);padding-inline-end:var(--amplify-components-select-padding-inline-end);white-space:var(--amplify-components-select-white-space)}.amplify-select:focus{border-color:var(--amplify-components-fieldcontrol-focus-border-color);box-shadow:var(--amplify-components-fieldcontrol-focus-box-shadow)}.amplify-select--small{font-size:var(--amplify-components-fieldcontrol-small-font-size);-webkit-padding-before:var(--amplify-components-fieldcontrol-small-padding-block-start);padding-block-start:var(--amplify-components-fieldcontrol-small-padding-block-start);-webkit-padding-after:var(--amplify-components-fieldcontrol-small-padding-block-end);padding-block-end:var(--amplify-components-fieldcontrol-small-padding-block-end);-webkit-padding-start:var(--amplify-components-fieldcontrol-small-padding-inline-start);padding-inline-start:var(--amplify-components-fieldcontrol-small-padding-inline-start);-webkit-padding-end:var(--amplify-components-fieldcontrol-small-padding-inline-end);padding-inline-end:var(--amplify-components-fieldcontrol-small-padding-inline-end)}.amplify-select--large{font-size:var(--amplify-components-fieldcontrol-large-font-size);-webkit-padding-before:var(--amplify-components-fieldcontrol-large-padding-block-start);padding-block-start:var(--amplify-components-fieldcontrol-large-padding-block-start);-webkit-padding-after:var(--amplify-components-fieldcontrol-large-padding-block-end);padding-block-end:var(--amplify-components-fieldcontrol-large-padding-block-end);-webkit-padding-start:var(--amplify-components-fieldcontrol-large-padding-inline-start);padding-inline-start:var(--amplify-components-fieldcontrol-large-padding-inline-start);-webkit-padding-end:var(--amplify-components-fieldcontrol-large-padding-inline-end);padding-inline-end:var(--amplify-components-fieldcontrol-large-padding-inline-end)}.amplify-select--error{border-color:var(--amplify-components-fieldcontrol-error-border-color)}.amplify-select--error:focus{border-color:var(--amplify-components-fieldcontrol-error-border-color);box-shadow:var(--amplify-components-fieldcontrol-error-focus-box-shadow)}.amplify-select[disabled]{color:var(--amplify-components-fieldcontrol-disabled-color);cursor:var(--amplify-components-fieldcontrol-disabled-cursor);border-color:var(--amplify-components-fieldcontrol-disabled-border-color);background-color:var(--amplify-components-fieldcontrol-disabled-background-color)}.amplify-select--quiet{-webkit-border-before:var(--amplify-components-fieldcontrol-quiet-border-block-start);border-block-start:var(--amplify-components-fieldcontrol-quiet-border-block-start);-webkit-border-start:var(--amplify-components-fieldcontrol-quiet-border-inline-start);border-inline-start:var(--amplify-components-fieldcontrol-quiet-border-inline-start);-webkit-border-end:var(--amplify-components-fieldcontrol-quiet-border-inline-end);border-inline-end:var(--amplify-components-fieldcontrol-quiet-border-inline-end);border-radius:var(--amplify-components-fieldcontrol-quiet-border-radius)}.amplify-select--quiet:focus{border-block-end-color:var(--amplify-components-fieldcontrol-quiet-focus-border-block-end-color);box-shadow:var(--amplify-components-fieldcontrol-quiet-focus-box-shadow)}.amplify-select--quiet[aria-invalid=true]{border-block-end-color:var(--amplify-components-fieldcontrol-quiet-error-border-block-end-color)}.amplify-select--quiet[aria-invalid=true]:focus{box-shadow:var(--amplify-components-fieldcontrol-quiet-error-focus-box-shadow)}.amplify-select option{color:initial}.amplify-select option[disabled=""]{color:var(--amplify-components-select-option-disabled-color)}@-moz-document url-prefix(){.amplify-select option{background-color:var(--amplify-components-select-option-background-color);color:var(--amplify-components-select-option-color)}}.amplify-select--small{min-width:var(--amplify-components-select-small-min-width)}.amplify-select--large{min-width:var(--amplify-components-select-large-min-width)}.amplify-selectfield{flex-direction:var(--amplify-components-selectfield-flex-direction);--amplify-components-fieldcontrol-border-color: var( --amplify-components-selectfield-border-color );--amplify-components-fieldcontrol-color: var( --amplify-components-selectfield-color );--amplify-components-fieldcontrol-font-size: var( --amplify-components-selectfield-font-size );--amplify-components-fieldcontrol-focus-border-color: var( --amplify-components-selectfield-focus-border-color );--amplify-components-field-label-color: var( --amplify-components-selectfield-label-color )}.amplify-sliderfield{flex-direction:column}.amplify-sliderfield__label{display:flex;justify-content:space-between}.amplify-sliderfield__root{align-items:center;box-sizing:content-box;display:flex;padding-block:var(--amplify-components-sliderfield-padding-block);position:relative;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;--amplify-internal-sliderfield-root-height: var( --amplify-components-sliderfield-thumb-height );--amplify-internal-sliderfield-root-width: var( --amplify-components-sliderfield-thumb-height )}.amplify-sliderfield__root[data-disabled]{cursor:not-allowed}.amplify-sliderfield__root--horizontal{height:var(--amplify-internal-sliderfield-root-height)}.amplify-sliderfield__root--vertical{flex-direction:column;width:var(--amplify-internal-sliderfield-root-width)}.amplify-sliderfield__root--large{--amplify-internal-sliderfield-root-height: var( --amplify-components-sliderfield-large-thumb-height );--amplify-internal-sliderfield-root-width: var( --amplify-components-sliderfield-large-thumb-height )}.amplify-sliderfield__root--small{--amplify-internal-sliderfield-root-height: var( --amplify-components-sliderfield-small-thumb-height );--amplify-internal-sliderfield-root-width: var( --amplify-components-sliderfield-small-thumb-height )}.amplify-sliderfield__track{position:relative;flex-grow:1;border-radius:var(--amplify-components-sliderfield-track-border-radius);background-color:var(--amplify-components-sliderfield-track-background-color);--amplify-internal-sliderfield-track-height: var( --amplify-components-sliderfield-track-height );--amplify-internal-sliderfield-track-min-width: var( --amplify-components-sliderfield-track-min-width );--amplify-internal-sliderfield-track-width: var( --amplify-components-sliderfield-track-height );--amplify-internal-sliderfield-track-min-height: var( --amplify-components-sliderfield-track-min-width )}.amplify-sliderfield__track--horizontal{height:var(--amplify-internal-sliderfield-track-height);min-width:var(--amplify-internal-sliderfield-track-min-width)}.amplify-sliderfield__track--vertical{width:var(--amplify-internal-sliderfield-track-width);min-height:var(--amplify-internal-sliderfield-track-min-height)}.amplify-sliderfield__track--large{--amplify-internal-sliderfield-track-height: var( --amplify-components-sliderfield-large-track-height );--amplify-internal-sliderfield-track-width: var( --amplify-components-sliderfield-large-track-height )}.amplify-sliderfield__track--small{--amplify-internal-sliderfield-track-height: var( --amplify-components-sliderfield-small-track-height );--amplify-internal-sliderfield-track-width: var( --amplify-components-sliderfield-small-track-height )}.amplify-sliderfield__range{position:absolute;border-radius:var(--amplify-components-sliderfield-range-border-radius);background-color:var(--amplify-components-sliderfield-range-background-color)}.amplify-sliderfield__range[data-disabled]{background-color:var(--amplify-components-sliderfield-range-disabled-background-color)}.amplify-sliderfield__range--horizontal{height:100%}.amplify-sliderfield__range--vertical{width:100%}.amplify-sliderfield__thumb{display:block;width:var(--amplify-components-sliderfield-thumb-width);height:var(--amplify-components-sliderfield-thumb-height);background-color:var(--amplify-components-sliderfield-thumb-background-color);box-shadow:var(--amplify-components-sliderfield-thumb-box-shadow);border-radius:var(--amplify-components-sliderfield-thumb-border-radius);border-width:var(--amplify-components-sliderfield-thumb-border-width);border-color:var(--amplify-components-sliderfield-thumb-border-color);border-style:var(--amplify-components-sliderfield-thumb-border-style)}.amplify-sliderfield__thumb:hover{background-color:var(--amplify-components-sliderfield-thumb-hover-background-color);border-color:var(--amplify-components-sliderfield-thumb-hover-border-color)}.amplify-sliderfield__thumb:focus{border-color:var(--amplify-components-sliderfield-thumb-focus-border-color);box-shadow:var(--amplify-components-sliderfield-thumb-focus-box-shadow)}.amplify-sliderfield__thumb[data-disabled]{background-color:var(--amplify-components-sliderfield-thumb-disabled-background-color);border-color:var(--amplify-components-sliderfield-thumb-disabled-border-color);box-shadow:var(--amplify-components-sliderfield-thumb-disabled-box-shadow)}.amplify-sliderfield__thumb--large{width:var(--amplify-components-sliderfield-large-thumb-width);height:var(--amplify-components-sliderfield-large-thumb-height)}.amplify-sliderfield__thumb--small{width:var(--amplify-components-sliderfield-small-thumb-width);height:var(--amplify-components-sliderfield-small-thumb-height)}.amplify-stepperfield{flex-direction:var(--amplify-components-stepperfield-flex-direction);--amplify-components-fieldcontrol-border-color: var( --amplify-components-stepperfield-border-color );--amplify-components-button-border-color: var( --amplify-components-stepperfield-border-color );--amplify-components-fieldcontrol-color: var( --amplify-components-stepperfield-input-color );--amplify-components-fieldcontrol-font-size: var( --amplify-components-stepperfield-input-font-size );--amplify-components-button-color: var( --amplify-components-stepperfield-button-color );--amplify-components-button-active-color: var( --amplify-components-stepperfield-button-active-color );--amplify-components-button-active-background-color: var( --amplify-components-stepperfield-button-active-background-color );--amplify-components-button-focus-color: var( --amplify-components-stepperfield-button-focus-color );--amplify-components-button-focus-background-color: var( --amplify-components-stepperfield-button-focus-background-color );--amplify-components-button-disabled-color: var( --amplify-components-stepperfield-button-disabled-color );--amplify-components-button-disabled-background-color: var( --amplify-components-stepperfield-button-disabled-background-color );--amplify-components-button-hover-color: var( --amplify-components-stepperfield-button-hover-color );--amplify-components-button-hover-background-color: var( --amplify-components-stepperfield-button-hover-background-color )}.amplify-stepperfield__button--decrease,.amplify-stepperfield__button--increase{background-color:var(--amplify-components-stepperfield-button-background-color)}.amplify-stepperfield__button--decrease--disabled,.amplify-stepperfield__button--increase--disabled{background-color:var(--amplify-components-stepperfield-button-disabled-background-color)}.amplify-stepperfield__button--decrease--quiet,.amplify-stepperfield__button--increase--quiet{border-width:0 0 var(--amplify-components-button-border-width) 0;border-radius:0}.amplify-stepperfield__button--decrease[data-invalid=true]{-webkit-border-end:none;border-inline-end:none}.amplify-stepperfield__button--increase[data-invalid=true]{-webkit-border-start:none;border-inline-start:none}.amplify-stepperfield__input{-moz-appearance:textfield;text-align:var(--amplify-components-stepperfield-input-text-align)}.amplify-stepperfield__input::-webkit-outer-spin-button,.amplify-stepperfield__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.amplify-stepperfield__input:not(:focus,[aria-invalid=true]){-webkit-border-start:none;border-inline-start:none;-webkit-border-end:none;border-inline-end:none}.amplify-switchfield{display:inline-block;font-size:var(--amplify-components-switchfield-font-size)}.amplify-switchfield--small{font-size:var(--amplify-components-switchfield-small-font-size)}.amplify-switchfield--large{font-size:var(--amplify-components-switchfield-large-font-size)}.amplify-switch__wrapper{display:inline-flex;align-items:center}.amplify-switch__wrapper--start{flex-direction:row}.amplify-switch__wrapper--end{flex-direction:row-reverse}.amplify-switch__wrapper--top{flex-direction:column}.amplify-switch__wrapper--bottom{flex-direction:column-reverse}.amplify-switch-track{display:inline-flex;justify-content:flex-start;box-sizing:content-box;border-radius:var(--amplify-components-switchfield-track-border-radius);padding:var(--amplify-components-switchfield-track-padding);width:var(--amplify-components-switchfield-track-width);height:var(--amplify-components-switchfield-track-height);transition-duration:var(--amplify-components-switchfield-track-transition-duration);background-color:var(--amplify-components-switchfield-track-background-color)}.amplify-switch-track--checked{background-color:var(--amplify-components-switchfield-track-checked-background-color)}.amplify-switch-track--disabled{opacity:var(--amplify-components-switchfield-disabled-opacity);cursor:not-allowed}.amplify-switch-track--focused{box-shadow:var(--amplify-components-switchfield-focused-shadow)}.amplify-switch-thumb{background-color:var(--amplify-components-switchfield-thumb-background-color);transition-duration:var(--amplify-components-switchfield-thumb-transition-duration);border-radius:var(--amplify-components-switchfield-thumb-border-radius);width:var(--amplify-components-switchfield-thumb-width);height:var(--amplify-components-switchfield-thumb-width);border-color:var(--amplify-components-switchfield-thumb-border-color);overflow-wrap:break-word}.amplify-switch-thumb--checked{transform:var(--amplify-components-switchfield-thumb-checked-transform)}.amplify-switch-thumb--disabled{cursor:not-allowed}.amplify-switch-label{padding:var(--amplify-components-switchfield-label-padding);cursor:pointer}.amplify-table{border-collapse:var(--amplify-components-table-border-collapse);display:var(--amplify-components-table-display);width:var(--amplify-components-table-width);--amplify-internal-table-caption-font-size: var( --amplify-components-table-caption-font-size );--amplify-internal-table-th-font-size: var( --amplify-components-table-header-font-size );--amplify-internal-table-th-padding: var( --amplify-components-table-header-padding );--amplify-internal-table-td-font-size: var( --amplify-components-table-data-font-size );--amplify-internal-table-td-padding: var( --amplify-components-table-data-padding );--amplify-internal-table-td-border-width: var( --amplify-components-table-data-border-width ) 0px var(--amplify-components-table-data-border-width) 0px;--amplify-internal-table-th-border-width: var( --amplify-components-table-header-border-width ) 0px var(--amplify-components-table-header-border-width) 0px}.amplify-table--small{--amplify-internal-table-caption-font-size: var( --amplify-components-table-caption-small-font-size );--amplify-internal-table-th-font-size: var( --amplify-components-table-header-small-font-size );--amplify-internal-table-th-padding: var( --amplify-components-table-header-small-padding );--amplify-internal-table-td-font-size: var( --amplify-components-table-data-small-font-size );--amplify-internal-table-td-padding: var( --amplify-components-table-data-small-padding )}.amplify-table--large{--amplify-internal-table-caption-font-size: var( --amplify-components-table-caption-large-font-size );--amplify-internal-table-th-font-size: var( --amplify-components-table-header-large-font-size );--amplify-internal-table-th-padding: var( --amplify-components-table-header-large-padding );--amplify-internal-table-td-font-size: var( --amplify-components-table-data-large-font-size );--amplify-internal-table-td-padding: var( --amplify-components-table-data-large-padding )}.amplify-table--bordered{--amplify-internal-table-td-border-width: var( --amplify-components-table-data-border-width ) var(--amplify-components-table-data-border-width) var(--amplify-components-table-data-border-width) var(--amplify-components-table-data-border-width);--amplify-internal-table-th-border-width: var( --amplify-components-table-header-border-width ) var(--amplify-components-table-header-border-width) var(--amplify-components-table-header-border-width) var(--amplify-components-table-header-border-width)}.amplify-table__caption{caption-side:var(--amplify-components-table-caption-caption-side);color:var(--amplify-components-table-caption-color);display:var(--amplify-components-table-caption-display);font-size:var(--amplify-internal-table-caption-font-size);text-align:var(--amplify-components-table-caption-text-align);word-break:var(--amplify-components-table-caption-word-break)}.amplify-table__head{display:var(--amplify-components-table-head-display);vertical-align:var(--amplify-components-table-head-vertical-align)}.amplify-table__body{display:var(--amplify-components-table-body-display);vertical-align:var(--amplify-components-table-body-vertical-align)}.amplify-table__foot{display:var(--amplify-components-table-foot-display);vertical-align:var(--amplify-components-table-foot-vertical-align)}.amplify-table__row{display:var(--amplify-components-table-row-display);vertical-align:var(--amplify-components-table-row-vertical-align)}.amplify-table__th{border-color:var(--amplify-components-table-header-border-color);border-style:var(--amplify-components-table-header-border-style);border-width:var(--amplify-internal-table-th-border-width);color:var(--amplify-components-table-header-color);display:var(--amplify-components-table-header-display);font-size:var(--amplify-internal-table-th-font-size);font-weight:var(--amplify-components-table-header-font-weight);padding:var(--amplify-internal-table-th-padding);vertical-align:var(--amplify-components-table-header-vertical-align)}.amplify-table__th:first-child{border-left-width:var(--amplify-components-table-header-border-width)}.amplify-table__th:last-child{border-right-width:var(--amplify-components-table-header-border-width)}.amplify-table__td{border-color:var(--amplify-components-table-data-border-color);border-style:var(--amplify-components-table-data-border-style);border-width:var(--amplify-internal-table-td-border-width);color:var(--amplify-components-table-data-color);display:var(--amplify-components-table-data-display);font-size:var(--amplify-internal-table-td-font-size);font-weight:var(--amplify-components-table-data-font-weight);padding:var(--amplify-internal-table-td-padding);vertical-align:var(--amplify-components-table-data-vertical-align)}.amplify-table__td:first-child{border-left-width:var(--amplify-components-table-data-border-width)}.amplify-table__td:last-child{border-right-width:var(--amplify-components-table-data-border-width)}.amplify-table[data-variation=striped] .amplify-table__row:not(.amplify-table__head *):nth-child(odd){background-color:var(--amplify-components-table-row-striped-background-color)}.amplify-table[data-highlightonhover=true] .amplify-table__row:not(.amplify-table__head *):hover{background-color:var(--amplify-components-table-row-hover-background-color)}.amplify-tabs{background-color:var(--amplify-components-tabs-background-color);box-shadow:var(--amplify-components-tabs-box-shadow);border-width:0 0 var(--amplify-components-tabs-border-width) 0;border-style:var(--amplify-components-tabs-border-style);border-color:var(--amplify-components-tabs-border-color);gap:var(--amplify-components-tabs-gap)}.amplify-tabs[data-indicator-position=top]{border-width:var(--amplify-components-tabs-border-width) 0 0 0}.amplify-tabs-item{background-color:var(--amplify-components-tabs-item-background-color);box-sizing:border-box;color:var(--amplify-components-tabs-item-color);font-size:var(--amplify-components-tabs-item-font-size);font-weight:var(--amplify-components-tabs-item-font-weight);padding:var(--amplify-components-tabs-item-padding-vertical) var(--amplify-components-tabs-item-padding-horizontal);text-align:var(--amplify-components-tabs-item-text-align);transition:all var(--amplify-components-tabs-item-transition-duration);border-width:0 0 var(--amplify-components-tabs-item-border-width) 0;border-style:var(--amplify-components-tabs-item-border-style);border-color:var(--amplify-components-tabs-item-border-color);margin-bottom:calc(-1 * var(--amplify-components-tabs-item-border-width))}[data-indicator-position=top]>.amplify-tabs-item{border-width:var(--amplify-components-tabs-border-width) 0 0 0;margin-top:calc(-1 * var(--amplify-components-tabs-item-border-width));margin-bottom:0}.amplify-tabs-item[data-state=active]{color:var(--amplify-components-tabs-item-active-color);border-color:var(--amplify-components-tabs-item-active-border-color);background-color:var(--amplify-components-tabs-item-active-background-color);transition-property:none}.amplify-tabs-item:hover{color:var(--amplify-components-tabs-item-hover-color);cursor:pointer}.amplify-tabs-item:focus{color:var(--amplify-components-tabs-item-focus-color)}.amplify-tabs-item:focus-visible{outline:var(--amplify-components-tabs-item-border-width) var(--amplify-components-tabs-item-border-style) var(--amplify-components-tabs-item-border-color)}.amplify-tabs-item:active{color:var(--amplify-components-tabs-item-active-color)}.amplify-tabs-item[data-disabled]{background-color:var(--amplify-components-tabs-item-disabled-background-color);color:var(--amplify-components-tabs-item-disabled-color);cursor:not-allowed}.amplify-tabs-item[data-spacing=equal]{flex:1 1 0}.amplify-tabs-item[data-spacing=relative]{flex-grow:1}.amplify-textareafield{flex-direction:column;--amplify-components-fieldcontrol-color: var( --amplify-components-textareafield-color );--amplify-components-fieldcontrol-border-color: var( --amplify-components-textareafield-border-color );--amplify-components-fieldcontrol-focus-border-color: var( --amplify-components-textareafield-focus-border-color )}.amplify-textfield{flex-direction:column;--amplify-components-fieldcontrol-color: var( --amplify-components-textfield-color );--amplify-components-fieldcontrol-border-color: var( --amplify-components-textfield-border-color );--amplify-components-fieldcontrol-font-size: var( --amplify-components-textfield-font-size );--amplify-components-fieldcontrol-focus-border-color: var( --amplify-components-textfield-focus-border-color )}.amplify-togglebutton{--amplify-internal-togglebutton-background-color: initial;--amplify-internal-togglebutton-border-color: var( --amplify-components-togglebutton-border-color );--amplify-internal-togglebutton-color: var( --amplify-components-togglebutton-color );background-color:var(--amplify-internal-togglebutton-background-color);border-color:var(--amplify-internal-togglebutton-border-color);color:var(--amplify-internal-togglebutton-color);--amplify-internal-togglebutton-focus-background-color: var( --amplify-internal-togglebutton-background-color );--amplify-internal-togglebutton-focus-border-color: var( --amplify-components-togglebutton-focus-border-color );--amplify-internal-togglebutton-focus-color: var( --amplify-components-togglebutton-focus-color );--amplify-internal-togglebutton-hover-background-color: var( --amplify-components-togglebutton-hover-background-color );--amplify-internal-togglebutton-hover-border-color: var( --amplify-internal-togglebutton-border-color );--amplify-internal-togglebutton-hover-color: var( --amplify-internal-togglebutton-color );--amplify-internal-togglebutton-active-background-color: var( --amplify-components-togglebutton-active-background-color );--amplify-internal-togglebutton-disabled-background-color: var( --amplify-components-togglebutton-disabled-background-color );--amplify-internal-togglebutton-disabled-border-color: var( --amplify-components-togglebutton-disabled-border-color );--amplify-internal-togglebutton-disabled-color: var( --amplify-components-togglebutton-disabled-color )}.amplify-togglebutton:focus{background-color:var(--amplify-internal-togglebutton-focus-background-color);border-color:var(--amplify-internal-togglebutton-focus-border-color);color:var(--amplify-internal-togglebutton-focus-color)}.amplify-togglebutton:hover{background-color:var(--amplify-internal-togglebutton-hover-background-color);border-color:var(--amplify-internal-togglebutton-hover-border-color);color:var(--amplify-internal-togglebutton-hover-color)}.amplify-togglebutton:active{background-color:var(--amplify-internal-togglebutton-active-background-color)}.amplify-togglebutton:disabled{background-color:var(--amplify-internal-togglebutton-disabled-background-color);border-color:var(--amplify-internal-togglebutton-disabled-border-color);color:var(--amplify-internal-togglebutton-disabled-color)}.amplify-togglebutton--pressed{--amplify-internal-togglebutton-border-color: var( --amplify-components-togglebutton-pressed-border-color );--amplify-internal-togglebutton-background-color: var( --amplify-components-togglebutton-pressed-background-color );--amplify-internal-togglebutton-color: var( --amplify-components-togglebutton-pressed-color );--amplify-internal-togglebutton-hover-background-color: var( --amplify-components-togglebutton-pressed-hover-background-color );--amplify-internal-togglebutton-disabled-background-color: var( --amplify-components-togglebutton-pressed-background-color );--amplify-internal-togglebutton-disabled-border-color: var( --amplify-components-togglebutton-pressed-border-color );--amplify-internal-togglebutton-disabled-color: var( --amplify-components-togglebutton-pressed-color )}.amplify-togglebutton--primary{--amplify-internal-togglebutton-primary-background-color: var( --amplify-components-togglebutton-primary-background-color );--amplify-internal-togglebutton-background-color: var( --amplify-internal-togglebutton-primary-background-color );--amplify-internal-togglebutton-primary-border-color: var( --amplify-components-togglebutton-border-color );--amplify-internal-togglebutton-border-color: var( --amplify-internal-togglebutton-primary-border-color );--amplify-internal-togglebutton-primary-color: var( --amplify-components-togglebutton-color );--amplify-internal-togglebutton-color: var( --amplify-internal-togglebutton-primary-color );border-width:var(--amplify-components-togglebutton-primary-border-width);--amplify-internal-togglebutton-primary-focus-background-color: var( --amplify-components-togglebutton-primary-focus-background-color );--amplify-internal-togglebutton-primary-focus-border-color: var( --amplify-components-togglebutton-primary-focus-border-color );--amplify-internal-togglebutton-primary-focus-color: var( --amplify-components-togglebutton-primary-focus-color );--amplify-internal-togglebutton-primary-focus-box-shadow: var( --amplify-components-togglebutton-primary-focus-box-shadow );--amplify-internal-togglebutton-focus-background-color: var( --amplify-internal-togglebutton-primary-focus-background-color );--amplify-internal-togglebutton-focus-border-color: var( --amplify-internal-togglebutton-primary-focus-border-color );--amplify-internal-togglebutton-focus-color: var( --amplify-internal-togglebutton-primary-focus-color );--amplify-internal-togglebutton-primary-hover-background-color: var( --amplify-components-togglebutton-primary-hover-background-color );--amplify-internal-togglebutton-primary-hover-border-color: var( --amplify-internal-togglebutton-primary-border-color );--amplify-internal-togglebutton-primary-hover-color: var( --amplify-components-togglebutton-primary-hover-color );--amplify-internal-togglebutton-hover-background-color: var( --amplify-internal-togglebutton-primary-hover-background-color );--amplify-internal-togglebutton-hover-border-color: var( --amplify-internal-togglebutton-primary-hover-border-color );--amplify-internal-togglebutton-hover-color: var( --amplify-internal-togglebutton-primary-hover-color );--amplify-internal-togglebutton-primary-disabled-background-color: var( --amplify-components-togglebutton-primary-disabled-background-color );--amplify-internal-togglebutton-primary-disabled-border-color: var( --amplify-components-togglebutton-primary-disabled-border-color );--amplify-internal-togglebutton-primary-disabled-color: var( --amplify-components-togglebutton-primary-disabled-color );--amplify-internal-togglebutton-disabled-background-color: var( --amplify-internal-togglebutton-primary-disabled-background-color );--amplify-internal-togglebutton-disabled-border-color: var( --amplify-internal-togglebutton-primary-disabled-border-color );--amplify-internal-togglebutton-disabled-color: var( --amplify-internal-togglebutton-primary-disabled-color )}.amplify-togglebutton--primary:focus{box-shadow:var(--amplify-internal-togglebutton-primary-focus-box-shadow)}.amplify-togglebutton--pressed{--amplify-internal-togglebutton-primary-background-color: var( --amplify-components-togglebutton-primary-pressed-background-color );--amplify-internal-togglebutton-primary-border-color: var( --amplify-components-togglebutton-primary-pressed-border-color );--amplify-internal-togglebutton-primary-color: var( --amplify-components-togglebutton-primary-pressed-color );--amplify-internal-togglebutton-primary-focus-background-color: var( --amplify-components-togglebutton-primary-pressed-focus-background-color );--amplify-internal-togglebutton-primary-focus-border-color: var( --amplify-components-togglebutton-primary-pressed-focus-border-color );--amplify-internal-togglebutton-primary-focus-color: var( --amplify-components-togglebutton-primary-pressed-focus-color );--amplify-internal-togglebutton-primary-hover-background-color: var( --amplify-components-togglebutton-primary-pressed-hover-background-color );--amplify-internal-togglebutton-primary-hover-border-color: var( --amplify-components-togglebutton-primary-pressed-hover-border-color );--amplify-internal-togglebutton-primary-hover-color: var( --amplify-components-togglebutton-primary-pressed-hover-color );--amplify-internal-togglebutton-primary-disabled-background-color: var( --amplify-components-togglebutton-primary-pressed-background-color );--amplify-internal-togglebutton-primary-disabled-border-color: var( --amplify-components-togglebutton-primary-pressed-border-color );--amplify-internal-togglebutton-primary-disabled-color: var( --amplify-components-togglebutton-primary-pressed-color )}.amplify-togglebutton--pressed:hover{--amplify-internal-togglebutton-primary-focus-box-shadow: var( --amplify-components-togglebutton-primary-pressed-hover-box-shadow )}.amplify-togglebutton--link{--amplify-internal-togglebutton-link-background-color: var( --amplify-components-togglebutton-link-background-color );--amplify-internal-togglebutton-link-color: var( --amplify-components-togglebutton-link-color );--amplify-internal-togglebutton-background-color: var( --amplify-internal-togglebutton-link-background-color );--amplify-internal-togglebutton-color: var( --amplify-internal-togglebutton-link-color );--amplify-internal-togglebutton-link-focus-background-color: var( --amplify-components-togglebutton-link-focus-background-color );--amplify-internal-togglebutton-link-focus-color: var( --amplify-components-togglebutton-link-focus-color );--amplify-internal-togglebutton-focus-background-color: var( --amplify-internal-togglebutton-link-focus-background-color );--amplify-internal-togglebutton-focus-color: var( --amplify-internal-togglebutton-link-focus-color );--amplify-internal-togglebutton-link-hover-background-color: var( --amplify-components-togglebutton-link-hover-background-color );--amplify-internal-togglebutton-link-hover-color: var( --amplify-components-togglebutton-link-hover-color );--amplify-internal-togglebutton-hover-background-color: var( --amplify-internal-togglebutton-link-hover-background-color );--amplify-internal-togglebutton-hover-color: var( --amplify-internal-togglebutton-link-hover-color );--amplify-internal-togglebutton-link-disabled-color: var( --amplify-components-togglebutton-link-disabled-color );--amplify-internal-togglebutton-link-disabled-background-color: var( --amplify-components-togglebutton-link-disabled-background-color );--amplify-internal-togglebutton-disabled-color: var( --amplify-internal-togglebutton-link-disabled-color );--amplify-internal-togglebutton-disabled-background-color: var( --amplify-internal-togglebutton-link-disabled-background-color )}.amplify-togglebutton--pressed{--amplify-internal-togglebutton-link-color: var( --amplify-components-togglebutton-link-pressed-color );--amplify-internal-togglebutton-link-background-color: var( --amplify-components-togglebutton-link-pressed-background-color );--amplify-internal-togglebutton-link-focus-background-color: var( --amplify-components-togglebutton-link-pressed-focus-background-color );--amplify-internal-togglebutton-link-focus-color: var( --amplify-components-togglebutton-link-pressed-focus-color );--amplify-internal-togglebutton-link-hover-background-color: var( --amplify-components-togglebutton-link-pressed-hover-background-color );--amplify-internal-togglebutton-link-hover-color: var( --amplify-components-togglebutton-link-pressed-hover-color );--amplify-internal-togglebutton-link-disabled-color: var( --amplify-components-togglebutton-link-pressed-color )}.amplify-togglebuttongroup{align-items:var(--amplify-components-togglebuttongroup-align-items);align-content:var(--amplify-components-togglebuttongroup-align-content);justify-content:var(--amplify-components-togglebuttongroup-justify-content);gap:0}.amplify-togglebuttongroup .amplify-togglebutton:focus,.amplify-togglebuttongroup .amplify-togglebutton.amplify-togglebutton--pressed{z-index:2}.amplify-togglebuttongroup .amplify-togglebutton:not(:first-of-type){-webkit-margin-start:calc(-1 * var(--amplify-components-button-border-width));margin-inline-start:calc(-1 * var(--amplify-components-button-border-width));border-start-start-radius:0;border-end-start-radius:0}@supports not (border-start-start-radius: 0){.amplify-togglebuttongroup .amplify-togglebutton:not(:first-of-type){border-top-left-radius:0;border-bottom-left-radius:0}}.amplify-togglebuttongroup .amplify-togglebutton:not(:last-of-type){border-start-end-radius:0;border-end-end-radius:0}@supports not (border-end-end-radius: 0){.amplify-togglebuttongroup .amplify-togglebutton:not(:last-of-type){border-bottom-right-radius:0;border-top-right-radius:0}}[data-label-position=start]{flex-direction:row}[data-label-position=end]{flex-direction:row-reverse}[data-label-position=top]{flex-direction:column}[data-label-position=bottom]{flex-direction:column-reverse}.amplify-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;fill:transparent;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}html{font-family:var(--amplify-fonts-default-static)}@supports (font-variation-settings: normal){html{font-family:var(--amplify-fonts-default-variable)}}[data-amplify-spacer]{@apply flex-1;}[data-amplify-lostcode]{@apply flex flex-col items-start;}[data-amplify-select]{@apply block w-full rounded shadow-sm;border-width:1px;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;width:97%}[data-amplify-alias-label]{@apply flex flex-col;}.amplify-authenticator__font{font-weight:400}.amplify-authenticator__icon-wrapper{align-items:center;justify-content:center}.amplify-authenticator__sign-in-button-wrapper{flex-direction:row;justify-content:center;align-items:center}.amplify-authenticator__sign-in-base{padding:0 0 1rem}.amplify-authenticator__base{align-items:center;justify-content:space-between}.amplify-authenticator__tabs{outline:none}.amplify-authenticator__tabs-wrapper{gap:0px;justify-content:center}\n')();
12507
12595
  var index = {
12508
12596
  install: (app) => {
12509
12597
  app.component("SignIn", _sfc_main$j);