@srimandir/astro-consultation 1.1.2 → 1.1.4

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.
@@ -1,619 +1,9 @@
1
- import Y1, { useEffect as je } from "react";
2
- import { BottomSheet as be } from "@srimandir/common";
3
- import { ConsultationSlotSelector as Le } from "@srimandir/astrology-common";
4
- var s1 = { exports: {} }, Q = {};
5
- var O1;
6
- function ke() {
7
- if (O1) return Q;
8
- O1 = 1;
9
- var r = Y1, u = /* @__PURE__ */ Symbol.for("react.element"), w = /* @__PURE__ */ Symbol.for("react.fragment"), b = Object.prototype.hasOwnProperty, h = r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, x = { key: !0, ref: !0, __self: !0, __source: !0 };
10
- function C(m, o, k) {
11
- var g, d = {}, N = null, E = null;
12
- k !== void 0 && (N = "" + k), o.key !== void 0 && (N = "" + o.key), o.ref !== void 0 && (E = o.ref);
13
- for (g in o) b.call(o, g) && !x.hasOwnProperty(g) && (d[g] = o[g]);
14
- if (m && m.defaultProps) for (g in o = m.defaultProps, o) d[g] === void 0 && (d[g] = o[g]);
15
- return { $$typeof: u, type: m, key: N, ref: E, props: d, _owner: h.current };
16
- }
17
- return Q.Fragment = w, Q.jsx = C, Q.jsxs = C, Q;
18
- }
19
- var e1 = {};
20
- var Z1;
21
- function ye() {
22
- return Z1 || (Z1 = 1, process.env.NODE_ENV !== "production" && (function() {
23
- var r = Y1, u = /* @__PURE__ */ Symbol.for("react.element"), w = /* @__PURE__ */ Symbol.for("react.portal"), b = /* @__PURE__ */ Symbol.for("react.fragment"), h = /* @__PURE__ */ Symbol.for("react.strict_mode"), x = /* @__PURE__ */ Symbol.for("react.profiler"), C = /* @__PURE__ */ Symbol.for("react.provider"), m = /* @__PURE__ */ Symbol.for("react.context"), o = /* @__PURE__ */ Symbol.for("react.forward_ref"), k = /* @__PURE__ */ Symbol.for("react.suspense"), g = /* @__PURE__ */ Symbol.for("react.suspense_list"), d = /* @__PURE__ */ Symbol.for("react.memo"), N = /* @__PURE__ */ Symbol.for("react.lazy"), E = /* @__PURE__ */ Symbol.for("react.offscreen"), B = Symbol.iterator, $ = "@@iterator";
24
- function Y(t) {
25
- if (t === null || typeof t != "object")
26
- return null;
27
- var a = B && t[B] || t[$];
28
- return typeof a == "function" ? a : null;
29
- }
30
- var M = r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
31
- function R(t) {
32
- {
33
- for (var a = arguments.length, n = new Array(a > 1 ? a - 1 : 0), s = 1; s < a; s++)
34
- n[s - 1] = arguments[s];
35
- U("error", t, n);
36
- }
37
- }
38
- function U(t, a, n) {
39
- {
40
- var s = M.ReactDebugCurrentFrame, f = s.getStackAddendum();
41
- f !== "" && (a += "%s", n = n.concat([f]));
42
- var _ = n.map(function(c) {
43
- return String(c);
44
- });
45
- _.unshift("Warning: " + a), Function.prototype.apply.call(console[t], console, _);
46
- }
47
- }
48
- var D = !1, O = !1, H = !1, Z = !1, i1 = !1, z;
49
- z = /* @__PURE__ */ Symbol.for("react.module.reference");
50
- function t1(t) {
51
- return !!(typeof t == "string" || typeof t == "function" || t === b || t === x || i1 || t === h || t === k || t === g || Z || t === E || D || O || H || typeof t == "object" && t !== null && (t.$$typeof === N || t.$$typeof === d || t.$$typeof === C || t.$$typeof === m || t.$$typeof === o || // This needs to include all possible module reference object
52
- // types supported by any Flight configuration anywhere since
53
- // we don't know which Flight build this will end up being used
54
- // with.
55
- t.$$typeof === z || t.getModuleId !== void 0));
56
- }
57
- function H1(t, a, n) {
58
- var s = t.displayName;
59
- if (s)
60
- return s;
61
- var f = a.displayName || a.name || "";
62
- return f !== "" ? n + "(" + f + ")" : n;
63
- }
64
- function p1(t) {
65
- return t.displayName || "Context";
66
- }
67
- function A(t) {
68
- if (t == null)
69
- return null;
70
- if (typeof t.tag == "number" && R("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof t == "function")
71
- return t.displayName || t.name || null;
72
- if (typeof t == "string")
73
- return t;
74
- switch (t) {
75
- case b:
76
- return "Fragment";
77
- case w:
78
- return "Portal";
79
- case x:
80
- return "Profiler";
81
- case h:
82
- return "StrictMode";
83
- case k:
84
- return "Suspense";
85
- case g:
86
- return "SuspenseList";
87
- }
88
- if (typeof t == "object")
89
- switch (t.$$typeof) {
90
- case m:
91
- var a = t;
92
- return p1(a) + ".Consumer";
93
- case C:
94
- var n = t;
95
- return p1(n._context) + ".Provider";
96
- case o:
97
- return H1(t, t.render, "ForwardRef");
98
- case d:
99
- var s = t.displayName || null;
100
- return s !== null ? s : A(t.type) || "Memo";
101
- case N: {
102
- var f = t, _ = f._payload, c = f._init;
103
- try {
104
- return A(c(_));
105
- } catch {
106
- return null;
107
- }
108
- }
109
- }
110
- return null;
111
- }
112
- var q = Object.assign, G = 0, v1, x1, m1, g1, j1, b1, L1;
113
- function k1() {
114
- }
115
- k1.__reactDisabledLog = !0;
116
- function z1() {
117
- {
118
- if (G === 0) {
119
- v1 = console.log, x1 = console.info, m1 = console.warn, g1 = console.error, j1 = console.group, b1 = console.groupCollapsed, L1 = console.groupEnd;
120
- var t = {
121
- configurable: !0,
122
- enumerable: !0,
123
- value: k1,
124
- writable: !0
125
- };
126
- Object.defineProperties(console, {
127
- info: t,
128
- log: t,
129
- warn: t,
130
- error: t,
131
- group: t,
132
- groupCollapsed: t,
133
- groupEnd: t
134
- });
135
- }
136
- G++;
137
- }
138
- }
139
- function J1() {
140
- {
141
- if (G--, G === 0) {
142
- var t = {
143
- configurable: !0,
144
- enumerable: !0,
145
- writable: !0
146
- };
147
- Object.defineProperties(console, {
148
- log: q({}, t, {
149
- value: v1
150
- }),
151
- info: q({}, t, {
152
- value: x1
153
- }),
154
- warn: q({}, t, {
155
- value: m1
156
- }),
157
- error: q({}, t, {
158
- value: g1
159
- }),
160
- group: q({}, t, {
161
- value: j1
162
- }),
163
- groupCollapsed: q({}, t, {
164
- value: b1
165
- }),
166
- groupEnd: q({}, t, {
167
- value: L1
168
- })
169
- });
170
- }
171
- G < 0 && R("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
172
- }
173
- }
174
- var l1 = M.ReactCurrentDispatcher, c1;
175
- function a1(t, a, n) {
176
- {
177
- if (c1 === void 0)
178
- try {
179
- throw Error();
180
- } catch (f) {
181
- var s = f.stack.trim().match(/\n( *(at )?)/);
182
- c1 = s && s[1] || "";
183
- }
184
- return `
185
- ` + c1 + t;
186
- }
187
- }
188
- var d1 = !1, n1;
189
- {
190
- var K1 = typeof WeakMap == "function" ? WeakMap : Map;
191
- n1 = new K1();
192
- }
193
- function y1(t, a) {
194
- if (!t || d1)
195
- return "";
196
- {
197
- var n = n1.get(t);
198
- if (n !== void 0)
199
- return n;
200
- }
201
- var s;
202
- d1 = !0;
203
- var f = Error.prepareStackTrace;
204
- Error.prepareStackTrace = void 0;
205
- var _;
206
- _ = l1.current, l1.current = null, z1();
207
- try {
208
- if (a) {
209
- var c = function() {
210
- throw Error();
211
- };
212
- if (Object.defineProperty(c.prototype, "props", {
213
- set: function() {
214
- throw Error();
215
- }
216
- }), typeof Reflect == "object" && Reflect.construct) {
217
- try {
218
- Reflect.construct(c, []);
219
- } catch (T) {
220
- s = T;
221
- }
222
- Reflect.construct(t, [], c);
223
- } else {
224
- try {
225
- c.call();
226
- } catch (T) {
227
- s = T;
228
- }
229
- t.call(c.prototype);
230
- }
231
- } else {
232
- try {
233
- throw Error();
234
- } catch (T) {
235
- s = T;
236
- }
237
- t();
238
- }
239
- } catch (T) {
240
- if (T && s && typeof T.stack == "string") {
241
- for (var l = T.stack.split(`
242
- `), S = s.stack.split(`
243
- `), L = l.length - 1, y = S.length - 1; L >= 1 && y >= 0 && l[L] !== S[y]; )
244
- y--;
245
- for (; L >= 1 && y >= 0; L--, y--)
246
- if (l[L] !== S[y]) {
247
- if (L !== 1 || y !== 1)
248
- do
249
- if (L--, y--, y < 0 || l[L] !== S[y]) {
250
- var P = `
251
- ` + l[L].replace(" at new ", " at ");
252
- return t.displayName && P.includes("<anonymous>") && (P = P.replace("<anonymous>", t.displayName)), typeof t == "function" && n1.set(t, P), P;
253
- }
254
- while (L >= 1 && y >= 0);
255
- break;
256
- }
257
- }
258
- } finally {
259
- d1 = !1, l1.current = _, J1(), Error.prepareStackTrace = f;
260
- }
261
- var K = t ? t.displayName || t.name : "", W = K ? a1(K) : "";
262
- return typeof t == "function" && n1.set(t, W), W;
263
- }
264
- function G1(t, a, n) {
265
- return y1(t, !1);
266
- }
267
- function X1(t) {
268
- var a = t.prototype;
269
- return !!(a && a.isReactComponent);
270
- }
271
- function r1(t, a, n) {
272
- if (t == null)
273
- return "";
274
- if (typeof t == "function")
275
- return y1(t, X1(t));
276
- if (typeof t == "string")
277
- return a1(t);
278
- switch (t) {
279
- case k:
280
- return a1("Suspense");
281
- case g:
282
- return a1("SuspenseList");
283
- }
284
- if (typeof t == "object")
285
- switch (t.$$typeof) {
286
- case o:
287
- return G1(t.render);
288
- case d:
289
- return r1(t.type, a, n);
290
- case N: {
291
- var s = t, f = s._payload, _ = s._init;
292
- try {
293
- return r1(_(f), a, n);
294
- } catch {
295
- }
296
- }
297
- }
298
- return "";
299
- }
300
- var X = Object.prototype.hasOwnProperty, R1 = {}, N1 = M.ReactDebugCurrentFrame;
301
- function o1(t) {
302
- if (t) {
303
- var a = t._owner, n = r1(t.type, t._source, a ? a.type : null);
304
- N1.setExtraStackFrame(n);
305
- } else
306
- N1.setExtraStackFrame(null);
307
- }
308
- function Q1(t, a, n, s, f) {
309
- {
310
- var _ = Function.call.bind(X);
311
- for (var c in t)
312
- if (_(t, c)) {
313
- var l = void 0;
314
- try {
315
- if (typeof t[c] != "function") {
316
- var S = Error((s || "React class") + ": " + n + " type `" + c + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof t[c] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
317
- throw S.name = "Invariant Violation", S;
318
- }
319
- l = t[c](a, c, s, n, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
320
- } catch (L) {
321
- l = L;
322
- }
323
- l && !(l instanceof Error) && (o1(f), R("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", s || "React class", n, c, typeof l), o1(null)), l instanceof Error && !(l.message in R1) && (R1[l.message] = !0, o1(f), R("Failed %s type: %s", n, l.message), o1(null));
324
- }
325
- }
326
- }
327
- var ee = Array.isArray;
328
- function u1(t) {
329
- return ee(t);
330
- }
331
- function te(t) {
332
- {
333
- var a = typeof Symbol == "function" && Symbol.toStringTag, n = a && t[Symbol.toStringTag] || t.constructor.name || "Object";
334
- return n;
335
- }
336
- }
337
- function ae(t) {
338
- try {
339
- return w1(t), !1;
340
- } catch {
341
- return !0;
342
- }
343
- }
344
- function w1(t) {
345
- return "" + t;
346
- }
347
- function S1(t) {
348
- if (ae(t))
349
- return R("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", te(t)), w1(t);
350
- }
351
- var E1 = M.ReactCurrentOwner, ne = {
352
- key: !0,
353
- ref: !0,
354
- __self: !0,
355
- __source: !0
356
- }, T1, B1;
357
- function re(t) {
358
- if (X.call(t, "ref")) {
359
- var a = Object.getOwnPropertyDescriptor(t, "ref").get;
360
- if (a && a.isReactWarning)
361
- return !1;
362
- }
363
- return t.ref !== void 0;
364
- }
365
- function oe(t) {
366
- if (X.call(t, "key")) {
367
- var a = Object.getOwnPropertyDescriptor(t, "key").get;
368
- if (a && a.isReactWarning)
369
- return !1;
370
- }
371
- return t.key !== void 0;
372
- }
373
- function se(t, a) {
374
- typeof t.ref == "string" && E1.current;
375
- }
376
- function ie(t, a) {
377
- {
378
- var n = function() {
379
- T1 || (T1 = !0, R("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", a));
380
- };
381
- n.isReactWarning = !0, Object.defineProperty(t, "key", {
382
- get: n,
383
- configurable: !0
384
- });
385
- }
386
- }
387
- function le(t, a) {
388
- {
389
- var n = function() {
390
- B1 || (B1 = !0, R("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", a));
391
- };
392
- n.isReactWarning = !0, Object.defineProperty(t, "ref", {
393
- get: n,
394
- configurable: !0
395
- });
396
- }
397
- }
398
- var ce = function(t, a, n, s, f, _, c) {
399
- var l = {
400
- // This tag allows us to uniquely identify this as a React Element
401
- $$typeof: u,
402
- // Built-in properties that belong on the element
403
- type: t,
404
- key: a,
405
- ref: n,
406
- props: c,
407
- // Record the component responsible for creating this element.
408
- _owner: _
409
- };
410
- return l._store = {}, Object.defineProperty(l._store, "validated", {
411
- configurable: !1,
412
- enumerable: !1,
413
- writable: !0,
414
- value: !1
415
- }), Object.defineProperty(l, "_self", {
416
- configurable: !1,
417
- enumerable: !1,
418
- writable: !1,
419
- value: s
420
- }), Object.defineProperty(l, "_source", {
421
- configurable: !1,
422
- enumerable: !1,
423
- writable: !1,
424
- value: f
425
- }), Object.freeze && (Object.freeze(l.props), Object.freeze(l)), l;
426
- };
427
- function de(t, a, n, s, f) {
428
- {
429
- var _, c = {}, l = null, S = null;
430
- n !== void 0 && (S1(n), l = "" + n), oe(a) && (S1(a.key), l = "" + a.key), re(a) && (S = a.ref, se(a, f));
431
- for (_ in a)
432
- X.call(a, _) && !ne.hasOwnProperty(_) && (c[_] = a[_]);
433
- if (t && t.defaultProps) {
434
- var L = t.defaultProps;
435
- for (_ in L)
436
- c[_] === void 0 && (c[_] = L[_]);
437
- }
438
- if (l || S) {
439
- var y = typeof t == "function" ? t.displayName || t.name || "Unknown" : t;
440
- l && ie(c, y), S && le(c, y);
441
- }
442
- return ce(t, l, S, f, s, E1.current, c);
443
- }
444
- }
445
- var C1 = M.ReactCurrentOwner, P1 = M.ReactDebugCurrentFrame;
446
- function J(t) {
447
- if (t) {
448
- var a = t._owner, n = r1(t.type, t._source, a ? a.type : null);
449
- P1.setExtraStackFrame(n);
450
- } else
451
- P1.setExtraStackFrame(null);
452
- }
453
- var h1;
454
- h1 = !1;
455
- function f1(t) {
456
- return typeof t == "object" && t !== null && t.$$typeof === u;
457
- }
458
- function I1() {
459
- {
460
- if (C1.current) {
461
- var t = A(C1.current.type);
462
- if (t)
463
- return `
464
-
465
- Check the render method of \`` + t + "`.";
466
- }
467
- return "";
468
- }
469
- }
470
- function ue(t) {
471
- return "";
472
- }
473
- var $1 = {};
474
- function Ce(t) {
475
- {
476
- var a = I1();
477
- if (!a) {
478
- var n = typeof t == "string" ? t : t.displayName || t.name;
479
- n && (a = `
480
-
481
- Check the top-level render call using <` + n + ">.");
482
- }
483
- return a;
484
- }
485
- }
486
- function M1(t, a) {
487
- {
488
- if (!t._store || t._store.validated || t.key != null)
489
- return;
490
- t._store.validated = !0;
491
- var n = Ce(a);
492
- if ($1[n])
493
- return;
494
- $1[n] = !0;
495
- var s = "";
496
- t && t._owner && t._owner !== C1.current && (s = " It was passed a child from " + A(t._owner.type) + "."), J(t), R('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', n, s), J(null);
497
- }
498
- }
499
- function F1(t, a) {
500
- {
501
- if (typeof t != "object")
502
- return;
503
- if (u1(t))
504
- for (var n = 0; n < t.length; n++) {
505
- var s = t[n];
506
- f1(s) && M1(s, a);
507
- }
508
- else if (f1(t))
509
- t._store && (t._store.validated = !0);
510
- else if (t) {
511
- var f = Y(t);
512
- if (typeof f == "function" && f !== t.entries)
513
- for (var _ = f.call(t), c; !(c = _.next()).done; )
514
- f1(c.value) && M1(c.value, a);
515
- }
516
- }
517
- }
518
- function he(t) {
519
- {
520
- var a = t.type;
521
- if (a == null || typeof a == "string")
522
- return;
523
- var n;
524
- if (typeof a == "function")
525
- n = a.propTypes;
526
- else if (typeof a == "object" && (a.$$typeof === o || // Note: Memo only checks outer props here.
527
- // Inner props are checked in the reconciler.
528
- a.$$typeof === d))
529
- n = a.propTypes;
530
- else
531
- return;
532
- if (n) {
533
- var s = A(a);
534
- Q1(n, t.props, "prop", s, t);
535
- } else if (a.PropTypes !== void 0 && !h1) {
536
- h1 = !0;
537
- var f = A(a);
538
- R("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", f || "Unknown");
539
- }
540
- typeof a.getDefaultProps == "function" && !a.getDefaultProps.isReactClassApproved && R("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
541
- }
542
- }
543
- function fe(t) {
544
- {
545
- for (var a = Object.keys(t.props), n = 0; n < a.length; n++) {
546
- var s = a[n];
547
- if (s !== "children" && s !== "key") {
548
- J(t), R("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", s), J(null);
549
- break;
550
- }
551
- }
552
- t.ref !== null && (J(t), R("Invalid attribute `ref` supplied to `React.Fragment`."), J(null));
553
- }
554
- }
555
- var A1 = {};
556
- function D1(t, a, n, s, f, _) {
557
- {
558
- var c = t1(t);
559
- if (!c) {
560
- var l = "";
561
- (t === void 0 || typeof t == "object" && t !== null && Object.keys(t).length === 0) && (l += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
562
- var S = ue();
563
- S ? l += S : l += I1();
564
- var L;
565
- t === null ? L = "null" : u1(t) ? L = "array" : t !== void 0 && t.$$typeof === u ? (L = "<" + (A(t.type) || "Unknown") + " />", l = " Did you accidentally export a JSX literal instead of a component?") : L = typeof t, R("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", L, l);
566
- }
567
- var y = de(t, a, n, f, _);
568
- if (y == null)
569
- return y;
570
- if (c) {
571
- var P = a.children;
572
- if (P !== void 0)
573
- if (s)
574
- if (u1(P)) {
575
- for (var K = 0; K < P.length; K++)
576
- F1(P[K], t);
577
- Object.freeze && Object.freeze(P);
578
- } else
579
- R("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
580
- else
581
- F1(P, t);
582
- }
583
- if (X.call(a, "key")) {
584
- var W = A(t), T = Object.keys(a).filter(function(ge) {
585
- return ge !== "key";
586
- }), _1 = T.length > 0 ? "{key: someKey, " + T.join(": ..., ") + ": ...}" : "{key: someKey}";
587
- if (!A1[W + _1]) {
588
- var me = T.length > 0 ? "{" + T.join(": ..., ") + ": ...}" : "{}";
589
- R(`A props object containing a "key" prop is being spread into JSX:
590
- let props = %s;
591
- <%s {...props} />
592
- React keys must be passed directly to JSX without using spread:
593
- let props = %s;
594
- <%s key={someKey} {...props} />`, _1, W, me, W), A1[W + _1] = !0;
595
- }
596
- }
597
- return t === b ? fe(y) : he(y), y;
598
- }
599
- }
600
- function _e(t, a, n) {
601
- return D1(t, a, n, !0);
602
- }
603
- function pe(t, a, n) {
604
- return D1(t, a, n, !1);
605
- }
606
- var ve = pe, xe = _e;
607
- e1.Fragment = b, e1.jsx = ve, e1.jsxs = xe;
608
- })()), e1;
609
- }
610
- var q1;
611
- function Re() {
612
- return q1 || (q1 = 1, process.env.NODE_ENV === "production" ? s1.exports = ke() : s1.exports = ye()), s1.exports;
613
- }
614
- var e = Re();
615
- const Ne = (r) => {
616
- switch (r?.toUpperCase()) {
1
+ import { jsx as e, jsxs as t, Fragment as A } from "react/jsx-runtime";
2
+ import { useEffect as V } from "react";
3
+ import { BottomSheet as E } from "@srimandir/common";
4
+ import { ConsultationSlotSelector as W } from "@srimandir/astrology-common";
5
+ const H = (a) => {
6
+ switch (a?.toUpperCase()) {
617
7
  case "INR":
618
8
  return "₹";
619
9
  case "USD":
@@ -621,20 +11,20 @@ const Ne = (r) => {
621
11
  default:
622
12
  return "$";
623
13
  }
624
- }, we = ({
625
- size: r = 14,
626
- className: u
627
- }) => /* @__PURE__ */ e.jsx(
14
+ }, j = ({
15
+ size: a = 14,
16
+ className: l
17
+ }) => /* @__PURE__ */ e(
628
18
  "svg",
629
19
  {
630
- width: r,
631
- height: r,
20
+ width: a,
21
+ height: a,
632
22
  viewBox: "0 0 14 14",
633
23
  fill: "none",
634
24
  "aria-hidden": "true",
635
25
  focusable: "false",
636
- className: u,
637
- children: /* @__PURE__ */ e.jsx(
26
+ className: l,
27
+ children: /* @__PURE__ */ e(
638
28
  "path",
639
29
  {
640
30
  d: "M7 1.167l1.72 3.485 3.846.561-2.783 2.713.657 3.83L7 9.95l-3.44 1.806.657-3.83L1.434 5.213l3.846-.561L7 1.167z",
@@ -645,198 +35,198 @@ const Ne = (r) => {
645
35
  }
646
36
  )
647
37
  }
648
- ), Se = "_plate_1xb7t_9", Ee = "_ribbon_1xb7t_17", Te = "_card_1xb7t_30", Be = "_topSection_1xb7t_45", Pe = "_photoWrap_1xb7t_56", Ie = "_photo_1xb7t_56", $e = "_photoFallback_1xb7t_73", Me = "_ratingBadge_1xb7t_87", Fe = "_ratingStar_1xb7t_105", Ae = "_details_1xb7t_110", De = "_identity_1xb7t_118", Oe = "_name_1xb7t_125", Ze = "_experience_1xb7t_134", qe = "_languages_1xb7t_142", We = "_tagsRow_1xb7t_153", Ve = "_tag_1xb7t_153", Ye = "_divider_1xb7t_174", Ue = "_bottomSection_1xb7t_183", He = "_priceArea_1xb7t_190", ze = "_discountRow_1xb7t_197", Je = "_mrp_1xb7t_203", Ke = "_discount_1xb7t_197", Ge = "_price_1xb7t_190", Xe = "_actionArea_1xb7t_227", Qe = "_ctaBtn_1xb7t_231", p = {
649
- plate: Se,
650
- ribbon: Ee,
651
- card: Te,
652
- topSection: Be,
653
- photoWrap: Pe,
654
- photo: Ie,
655
- photoFallback: $e,
656
- ratingBadge: Me,
657
- ratingStar: Fe,
658
- details: Ae,
659
- identity: De,
660
- name: Oe,
661
- experience: Ze,
662
- languages: qe,
663
- tagsRow: We,
664
- tag: Ve,
665
- divider: Ye,
666
- bottomSection: Ue,
667
- priceArea: He,
668
- discountRow: ze,
669
- mrp: Je,
670
- discount: Ke,
671
- price: Ge,
672
- actionArea: Xe,
673
- ctaBtn: Qe
674
- }, W1 = (...r) => r.filter(Boolean).join(" "), e5 = (r) => r.toFixed(1), B7 = ({
675
- astrologer: r,
676
- pricing: u,
677
- currencySymbol: w,
678
- onSelectSlot: b,
679
- disabled: h = !1,
680
- ctaLabel: x,
681
- t: C,
682
- className: m = "",
683
- innerRef: o
38
+ ), U = "_plate_1xb7t_9", Y = "_ribbon_1xb7t_17", z = "_card_1xb7t_30", O = "_topSection_1xb7t_45", G = "_photoWrap_1xb7t_56", J = "_photo_1xb7t_56", K = "_photoFallback_1xb7t_73", Q = "_ratingBadge_1xb7t_87", X = "_ratingStar_1xb7t_105", e1 = "_details_1xb7t_110", t1 = "_identity_1xb7t_118", a1 = "_name_1xb7t_125", o1 = "_experience_1xb7t_134", n1 = "_languages_1xb7t_142", l1 = "_tagsRow_1xb7t_153", i1 = "_tag_1xb7t_153", c1 = "_divider_1xb7t_174", s1 = "_bottomSection_1xb7t_183", r1 = "_priceArea_1xb7t_190", d1 = "_discountRow_1xb7t_197", C1 = "_mrp_1xb7t_203", h1 = "_discount_1xb7t_197", _1 = "_price_1xb7t_190", p1 = "_actionArea_1xb7t_227", u1 = "_ctaBtn_1xb7t_231", i = {
39
+ plate: U,
40
+ ribbon: Y,
41
+ card: z,
42
+ topSection: O,
43
+ photoWrap: G,
44
+ photo: J,
45
+ photoFallback: K,
46
+ ratingBadge: Q,
47
+ ratingStar: X,
48
+ details: e1,
49
+ identity: t1,
50
+ name: a1,
51
+ experience: o1,
52
+ languages: n1,
53
+ tagsRow: l1,
54
+ tag: i1,
55
+ divider: c1,
56
+ bottomSection: s1,
57
+ priceArea: r1,
58
+ discountRow: d1,
59
+ mrp: C1,
60
+ discount: h1,
61
+ price: _1,
62
+ actionArea: p1,
63
+ ctaBtn: u1
64
+ }, F = (...a) => a.filter(Boolean).join(" "), m1 = (a) => a.toFixed(1), G2 = ({
65
+ astrologer: a,
66
+ pricing: l,
67
+ currencySymbol: u,
68
+ onSelectSlot: p,
69
+ disabled: s = !1,
70
+ ctaLabel: h,
71
+ t: r,
72
+ className: _ = "",
73
+ innerRef: n
684
74
  }) => {
685
75
  const {
686
- name: k,
76
+ name: m,
687
77
  photoUrl: g,
688
- languages: d,
689
- specialties: N,
690
- experienceYears: E,
691
- rating: B,
692
- isPreviouslyConsulted: $ = !1
693
- } = r, Y = w ?? Ne(u?.currencyCode), M = typeof B == "number" && B > 0, R = typeof E == "number" && E > 0, U = d?.length ? d.join(", ") : "", D = N?.filter(Boolean) ?? [], O = /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
694
- /* @__PURE__ */ e.jsxs("div", { className: p.topSection, children: [
695
- /* @__PURE__ */ e.jsxs("div", { className: p.photoWrap, children: [
696
- g ? /* @__PURE__ */ e.jsx("img", { className: p.photo, src: g, alt: k, loading: "lazy" }) : /* @__PURE__ */ e.jsx("div", { className: p.photoFallback, "aria-hidden": "true", children: k?.trim().charAt(0).toUpperCase() || "?" }),
697
- M && /* @__PURE__ */ e.jsxs("span", { className: p.ratingBadge, children: [
698
- e5(B),
699
- /* @__PURE__ */ e.jsx(we, { className: p.ratingStar })
78
+ languages: C,
79
+ specialties: v,
80
+ experienceYears: N,
81
+ rating: b,
82
+ isPreviouslyConsulted: k = !1
83
+ } = a, y = u ?? H(l?.currencyCode), $ = typeof b == "number" && b > 0, I = typeof N == "number" && N > 0, R = C?.length ? C.join(", ") : "", w = v?.filter(Boolean) ?? [], S = /* @__PURE__ */ t(A, { children: [
84
+ /* @__PURE__ */ t("div", { className: i.topSection, children: [
85
+ /* @__PURE__ */ t("div", { className: i.photoWrap, children: [
86
+ g ? /* @__PURE__ */ e("img", { className: i.photo, src: g, alt: m, loading: "lazy" }) : /* @__PURE__ */ e("div", { className: i.photoFallback, "aria-hidden": "true", children: m?.trim().charAt(0).toUpperCase() || "?" }),
87
+ $ && /* @__PURE__ */ t("span", { className: i.ratingBadge, children: [
88
+ m1(b),
89
+ /* @__PURE__ */ e(j, { className: i.ratingStar })
700
90
  ] })
701
91
  ] }),
702
- /* @__PURE__ */ e.jsxs("div", { className: p.details, children: [
703
- /* @__PURE__ */ e.jsxs("div", { className: p.identity, children: [
704
- /* @__PURE__ */ e.jsx("p", { className: p.name, children: k }),
705
- R && /* @__PURE__ */ e.jsx("p", { className: p.experience, children: C?.("consultationYearsOfExperience", { count: E }) ?? `${E}+ years of experience` }),
706
- U && /* @__PURE__ */ e.jsx("p", { className: p.languages, children: U })
92
+ /* @__PURE__ */ t("div", { className: i.details, children: [
93
+ /* @__PURE__ */ t("div", { className: i.identity, children: [
94
+ /* @__PURE__ */ e("p", { className: i.name, children: m }),
95
+ I && /* @__PURE__ */ e("p", { className: i.experience, children: r?.("consultationYearsOfExperience", { count: N }) ?? `${N}+ years of experience` }),
96
+ R && /* @__PURE__ */ e("p", { className: i.languages, children: R })
707
97
  ] }),
708
- D.length > 0 && /* @__PURE__ */ e.jsx("div", { className: p.tagsRow, children: D.map((H) => /* @__PURE__ */ e.jsx("span", { className: p.tag, children: H }, H)) })
98
+ w.length > 0 && /* @__PURE__ */ e("div", { className: i.tagsRow, children: w.map((M) => /* @__PURE__ */ e("span", { className: i.tag, children: M }, M)) })
709
99
  ] })
710
100
  ] }),
711
- /* @__PURE__ */ e.jsx("hr", { className: p.divider }),
712
- /* @__PURE__ */ e.jsxs("div", { className: p.bottomSection, children: [
713
- u && /* @__PURE__ */ e.jsxs("div", { className: p.priceArea, children: [
714
- (u.mrp != null || u.discountPercent != null) && /* @__PURE__ */ e.jsxs("div", { className: p.discountRow, children: [
715
- u.mrp != null && /* @__PURE__ */ e.jsxs("span", { className: p.mrp, children: [
716
- Y,
717
- u.mrp
101
+ /* @__PURE__ */ e("hr", { className: i.divider }),
102
+ /* @__PURE__ */ t("div", { className: i.bottomSection, children: [
103
+ l && /* @__PURE__ */ t("div", { className: i.priceArea, children: [
104
+ (l.mrp != null || l.discountPercent != null) && /* @__PURE__ */ t("div", { className: i.discountRow, children: [
105
+ l.mrp != null && /* @__PURE__ */ t("span", { className: i.mrp, children: [
106
+ y,
107
+ l.mrp
718
108
  ] }),
719
- u.discountPercent != null && /* @__PURE__ */ e.jsx("span", { className: p.discount, children: C?.("consultationPercentOff", { percent: u.discountPercent }) ?? `${u.discountPercent}% Off` })
109
+ l.discountPercent != null && /* @__PURE__ */ e("span", { className: i.discount, children: r?.("consultationPercentOff", { percent: l.discountPercent }) ?? `${l.discountPercent}% Off` })
720
110
  ] }),
721
- /* @__PURE__ */ e.jsxs("span", { className: p.price, children: [
722
- Y,
723
- u.price
111
+ /* @__PURE__ */ t("span", { className: i.price, children: [
112
+ y,
113
+ l.price
724
114
  ] })
725
115
  ] }),
726
- /* @__PURE__ */ e.jsx("div", { className: p.actionArea, children: /* @__PURE__ */ e.jsx(
116
+ /* @__PURE__ */ e("div", { className: i.actionArea, children: /* @__PURE__ */ e(
727
117
  "button",
728
118
  {
729
119
  type: "button",
730
- className: p.ctaBtn,
731
- disabled: h,
732
- onClick: () => b?.(r),
733
- children: x ?? C?.("consultationSelectSlot") ?? "Select Slot"
120
+ className: i.ctaBtn,
121
+ disabled: s,
122
+ onClick: () => p?.(a),
123
+ children: h ?? r?.("consultationSelectSlot") ?? "Select Slot"
734
124
  }
735
125
  ) })
736
126
  ] })
737
127
  ] });
738
- return $ ? /* @__PURE__ */ e.jsxs("div", { ref: o, className: W1(p.plate, m), children: [
739
- /* @__PURE__ */ e.jsx("div", { className: p.card, children: O }),
740
- /* @__PURE__ */ e.jsx("div", { className: p.ribbon, children: C?.("consultationPreviouslyConsulted") ?? "Previously Consulted" })
741
- ] }) : /* @__PURE__ */ e.jsx("div", { ref: o, className: W1(p.card, m), children: O });
742
- }, t5 = "_iconBadge_rli31_15", a5 = "_header_rli31_52", n5 = "_headerNoIcon_rli31_59", r5 = "_title_rli31_63", o5 = "_headerDivider_rli31_71", s5 = "_bodyInner_rli31_80", i5 = "_phoneSection_rli31_85", l5 = "_footerInner_rli31_90", c5 = "_ctaBtn_rli31_95", d5 = "_errorText_rli31_118", F = {
743
- iconBadge: t5,
744
- header: a5,
745
- headerNoIcon: n5,
746
- title: r5,
747
- headerDivider: o5,
748
- bodyInner: s5,
749
- phoneSection: i5,
750
- footerInner: l5,
751
- ctaBtn: c5,
752
- errorText: d5
753
- }, P7 = ({
754
- isOpen: r,
755
- onClose: u,
756
- days: w,
757
- loading: b = !1,
758
- error: h = !1,
759
- onRetry: x,
760
- selectedDate: C,
761
- onDateSelect: m,
762
- selectedPeriod: o,
763
- onPeriodSelect: k,
128
+ return k ? /* @__PURE__ */ t("div", { ref: n, className: F(i.plate, _), children: [
129
+ /* @__PURE__ */ e("div", { className: i.card, children: S }),
130
+ /* @__PURE__ */ e("div", { className: i.ribbon, children: r?.("consultationPreviouslyConsulted") ?? "Previously Consulted" })
131
+ ] }) : /* @__PURE__ */ e("div", { ref: n, className: F(i.card, _), children: S });
132
+ }, L1 = "_iconBadge_rli31_15", g1 = "_header_rli31_52", v1 = "_headerNoIcon_rli31_59", b1 = "_title_rli31_63", f1 = "_headerDivider_rli31_71", N1 = "_bodyInner_rli31_80", k1 = "_phoneSection_rli31_85", x1 = "_footerInner_rli31_90", w1 = "_ctaBtn_rli31_95", S1 = "_errorText_rli31_118", f = {
133
+ iconBadge: L1,
134
+ header: g1,
135
+ headerNoIcon: v1,
136
+ title: b1,
137
+ headerDivider: f1,
138
+ bodyInner: N1,
139
+ phoneSection: k1,
140
+ footerInner: x1,
141
+ ctaBtn: w1,
142
+ errorText: S1
143
+ }, J2 = ({
144
+ isOpen: a,
145
+ onClose: l,
146
+ days: u,
147
+ loading: p = !1,
148
+ error: s = !1,
149
+ onRetry: h,
150
+ selectedDate: r,
151
+ onDateSelect: _,
152
+ selectedPeriod: n,
153
+ onPeriodSelect: m,
764
154
  selectedSlotStart: g,
765
- onSlotSelect: d,
766
- phoneNumberSection: N,
767
- title: E,
768
- heading: B,
769
- iconUrl: $,
770
- icon: Y,
771
- ctaLabel: M,
772
- onCtaClick: R,
773
- ctaDisabled: U = !1,
774
- isProcessing: D = !1,
775
- errorMessage: O,
776
- isGlobal: H = !0,
777
- t: Z,
778
- className: i1 = ""
155
+ onSlotSelect: C,
156
+ phoneNumberSection: v,
157
+ title: N,
158
+ heading: b,
159
+ iconUrl: k,
160
+ icon: y,
161
+ ctaLabel: $,
162
+ onCtaClick: I,
163
+ ctaDisabled: R = !1,
164
+ isProcessing: w = !1,
165
+ errorMessage: S,
166
+ isGlobal: M = !0,
167
+ t: B,
168
+ className: P = ""
779
169
  }) => {
780
- const z = Y ?? ($ ? /* @__PURE__ */ e.jsx("img", { src: $, alt: "" }) : null), t1 = E ?? Z?.("consultationSheetTitle") ?? "Schedule your call";
781
- return /* @__PURE__ */ e.jsx(
782
- be,
170
+ const T = y ?? (k ? /* @__PURE__ */ e("img", { src: k, alt: "" }) : null), Z = N ?? B?.("consultationSheetTitle") ?? "Schedule your call";
171
+ return /* @__PURE__ */ e(
172
+ E,
783
173
  {
784
- isOpen: r,
785
- onClose: u,
786
- ariaLabel: t1,
787
- className: i1,
788
- header: /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
789
- z && /* @__PURE__ */ e.jsx("div", { className: F.iconBadge, children: z }),
790
- /* @__PURE__ */ e.jsx(
174
+ isOpen: a,
175
+ onClose: l,
176
+ ariaLabel: Z,
177
+ className: P,
178
+ header: /* @__PURE__ */ t(A, { children: [
179
+ T && /* @__PURE__ */ e("div", { className: f.iconBadge, children: T }),
180
+ /* @__PURE__ */ e(
791
181
  "div",
792
182
  {
793
- className: [F.header, !z && F.headerNoIcon].filter(Boolean).join(" "),
794
- children: /* @__PURE__ */ e.jsx("p", { className: F.title, children: t1 })
183
+ className: [f.header, !T && f.headerNoIcon].filter(Boolean).join(" "),
184
+ children: /* @__PURE__ */ e("p", { className: f.title, children: Z })
795
185
  }
796
186
  ),
797
- /* @__PURE__ */ e.jsx("hr", { className: F.headerDivider })
187
+ /* @__PURE__ */ e("hr", { className: f.headerDivider })
798
188
  ] }),
799
- footer: /* @__PURE__ */ e.jsxs("div", { className: F.footerInner, children: [
800
- /* @__PURE__ */ e.jsx(
189
+ footer: /* @__PURE__ */ t("div", { className: f.footerInner, children: [
190
+ /* @__PURE__ */ e(
801
191
  "button",
802
192
  {
803
193
  type: "button",
804
- className: F.ctaBtn,
805
- disabled: U || D,
806
- onClick: R,
807
- children: D ? Z?.("consultationScheduling") ?? "Scheduling…" : M ?? Z?.("consultationScheduleCall") ?? "Schedule call"
194
+ className: f.ctaBtn,
195
+ disabled: R || w,
196
+ onClick: I,
197
+ children: w ? B?.("consultationScheduling") ?? "Scheduling…" : $ ?? B?.("consultationScheduleCall") ?? "Schedule call"
808
198
  }
809
199
  ),
810
- O && /* @__PURE__ */ e.jsx("p", { className: F.errorText, children: O })
200
+ S && /* @__PURE__ */ e("p", { className: f.errorText, children: S })
811
201
  ] }),
812
- children: /* @__PURE__ */ e.jsxs("div", { className: F.bodyInner, children: [
813
- N && /* @__PURE__ */ e.jsx("div", { className: F.phoneSection, children: N }),
814
- /* @__PURE__ */ e.jsx(
815
- Le,
202
+ children: /* @__PURE__ */ t("div", { className: f.bodyInner, children: [
203
+ v && /* @__PURE__ */ e("div", { className: f.phoneSection, children: v }),
204
+ /* @__PURE__ */ e(
205
+ W,
816
206
  {
817
- days: w,
818
- loading: b,
819
- error: h,
820
- onRetry: x,
821
- selectedDate: C,
822
- onDateSelect: m,
823
- selectedPeriod: o,
824
- onPeriodSelect: k,
207
+ days: u,
208
+ loading: p,
209
+ error: s,
210
+ onRetry: h,
211
+ selectedDate: r,
212
+ onDateSelect: _,
213
+ selectedPeriod: n,
214
+ onPeriodSelect: m,
825
215
  selectedSlotStart: g,
826
- onSlotSelect: d,
827
- heading: B ?? Z?.("consultationSelectTimeSlot") ?? "Select a time slot.",
216
+ onSlotSelect: C,
217
+ heading: b ?? B?.("consultationSelectTimeSlot") ?? "Select a time slot.",
828
218
  showAstrologyProfilesSection: !1,
829
219
  hideLanguageSelector: !0,
830
220
  showPhoneNumberSection: !1,
831
221
  reportReadyNote: null,
832
- isGlobal: H,
833
- t: Z
222
+ isGlobal: M,
223
+ t: B
834
224
  }
835
225
  )
836
226
  ] })
837
227
  }
838
228
  );
839
- }, u5 = () => /* @__PURE__ */ e.jsx("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", "aria-hidden": "true", children: /* @__PURE__ */ e.jsx(
229
+ }, B1 = () => /* @__PURE__ */ e("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", "aria-hidden": "true", children: /* @__PURE__ */ e(
840
230
  "path",
841
231
  {
842
232
  d: "M12.5 15.833 6.667 10 12.5 4.167",
@@ -845,7 +235,7 @@ const Ne = (r) => {
845
235
  strokeLinecap: "round",
846
236
  strokeLinejoin: "round"
847
237
  }
848
- ) }), C5 = () => /* @__PURE__ */ e.jsx("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", "aria-hidden": "true", children: /* @__PURE__ */ e.jsx(
238
+ ) }), y1 = () => /* @__PURE__ */ e("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", "aria-hidden": "true", children: /* @__PURE__ */ e(
849
239
  "path",
850
240
  {
851
241
  d: "M8 1.333l1.966 3.983 4.395.64-3.18 3.1.75 4.377L8 11.37l-3.931 2.064.75-4.378-3.18-3.1 4.395-.639L8 1.333z",
@@ -854,8 +244,8 @@ const Ne = (r) => {
854
244
  strokeWidth: "1",
855
245
  strokeLinejoin: "round"
856
246
  }
857
- ) }), h5 = () => /* @__PURE__ */ e.jsxs("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", "aria-hidden": "true", children: [
858
- /* @__PURE__ */ e.jsx(
247
+ ) }), R1 = () => /* @__PURE__ */ t("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", "aria-hidden": "true", children: [
248
+ /* @__PURE__ */ e(
859
249
  "path",
860
250
  {
861
251
  d: "M5.333 1.333v2M10.667 1.333v2M2 6h9.5M14 8.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0Z",
@@ -864,7 +254,7 @@ const Ne = (r) => {
864
254
  strokeLinecap: "round"
865
255
  }
866
256
  ),
867
- /* @__PURE__ */ e.jsx(
257
+ /* @__PURE__ */ e(
868
258
  "path",
869
259
  {
870
260
  d: "M11.5 7.5v1.25l.75.75",
@@ -873,7 +263,7 @@ const Ne = (r) => {
873
263
  strokeLinecap: "round"
874
264
  }
875
265
  ),
876
- /* @__PURE__ */ e.jsx(
266
+ /* @__PURE__ */ e(
877
267
  "path",
878
268
  {
879
269
  d: "M5.5 13.5H3.333A1.333 1.333 0 0 1 2 12.167V4.667a1.333 1.333 0 0 1 1.333-1.334h9.334A1.333 1.333 0 0 1 14 4.667V6",
@@ -882,7 +272,7 @@ const Ne = (r) => {
882
272
  strokeLinecap: "round"
883
273
  }
884
274
  )
885
- ] }), f5 = () => /* @__PURE__ */ e.jsx("svg", { width: "18", height: "18", viewBox: "0 0 18 18", fill: "none", "aria-hidden": "true", children: /* @__PURE__ */ e.jsx(
275
+ ] }), M1 = () => /* @__PURE__ */ e("svg", { width: "18", height: "18", viewBox: "0 0 18 18", fill: "none", "aria-hidden": "true", children: /* @__PURE__ */ e(
886
276
  "path",
887
277
  {
888
278
  d: "M16.5 12.69v2.25a1.5 1.5 0 0 1-1.635 1.5 14.85 14.85 0 0 1-6.472-2.303 14.63 14.63 0 0 1-4.5-4.5A14.85 14.85 0 0 1 1.59 3.135 1.5 1.5 0 0 1 3.083 1.5h2.25a1.5 1.5 0 0 1 1.5 1.29c.095.72.271 1.427.525 2.107a1.5 1.5 0 0 1-.337 1.583l-.953.952a12 12 0 0 0 4.5 4.5l.953-.952a1.5 1.5 0 0 1 1.582-.338c.68.254 1.387.43 2.108.525a1.5 1.5 0 0 1 1.29 1.523Z",
@@ -891,258 +281,258 @@ const Ne = (r) => {
891
281
  strokeLinecap: "round",
892
282
  strokeLinejoin: "round"
893
283
  }
894
- ) }), _5 = "_root_io71q_3", p5 = "_header_io71q_14", v5 = "_backBtn_io71q_21", x5 = "_headerTitle_io71q_34", m5 = "_helpBtn_io71q_41", g5 = "_hero_io71q_58", j5 = "_tick_io71q_70", b5 = "_heroTitle_io71q_84", L5 = "_statRow_io71q_95", k5 = "_stat_io71q_95", y5 = "_statLabel_io71q_118", R5 = "_statValue_io71q_126", N5 = "_statDivider_io71q_137", w5 = "_body_io71q_145", S5 = "_section_io71q_149", E5 = "_bookedHeading_io71q_157", T5 = "_bookedTitle_io71q_165", B5 = "_bookedSubtitle_io71q_173", P5 = "_astrologerCard_io71q_180", I5 = "_astrologerRow_io71q_193", $5 = "_photo_io71q_199", M5 = "_photoFallback_io71q_208", F5 = "_astrologerMeta_io71q_222", A5 = "_astrologerName_io71q_230", D5 = "_astrologerSubRow_io71q_239", O5 = "_languages_io71q_245", Z5 = "_metaDivider_io71q_251", q5 = "_rating_io71q_257", W5 = "_slotPill_io71q_267", V5 = "_slotPillText_io71q_280", Y5 = "_failedCard_io71q_289", U5 = "_failedTitle_io71q_302", H5 = "_failedSubtitle_io71q_310", z5 = "_ctaBtn_io71q_318", J5 = "_footnote_io71q_345", K5 = "_skeleton_io71q_356", G5 = "_skeletonLine_io71q_363", X5 = "_skeletonCta_io71q_373", i = {
895
- root: _5,
896
- header: p5,
897
- backBtn: v5,
898
- headerTitle: x5,
899
- helpBtn: m5,
900
- hero: g5,
901
- tick: j5,
902
- heroTitle: b5,
903
- statRow: L5,
904
- stat: k5,
905
- statLabel: y5,
906
- statValue: R5,
907
- statDivider: N5,
908
- body: w5,
909
- section: S5,
910
- bookedHeading: E5,
911
- bookedTitle: T5,
912
- bookedSubtitle: B5,
913
- astrologerCard: P5,
914
- astrologerRow: I5,
915
- photo: $5,
916
- photoFallback: M5,
917
- astrologerMeta: F5,
918
- astrologerName: A5,
919
- astrologerSubRow: D5,
920
- languages: O5,
921
- metaDivider: Z5,
922
- rating: q5,
923
- slotPill: W5,
924
- slotPillText: V5,
925
- failedCard: Y5,
926
- failedTitle: U5,
927
- failedSubtitle: H5,
928
- ctaBtn: z5,
929
- footnote: J5,
930
- skeleton: K5,
931
- skeletonLine: G5,
932
- skeletonCta: X5
933
- }, Q5 = (...r) => r.filter(Boolean).join(" "), I7 = ({
934
- status: r,
935
- amount: u,
936
- currencySymbol: w = "₹",
937
- bookingId: b,
938
- astrologer: h,
939
- slotLabel: x,
940
- isLoading: C = !1,
941
- onBack: m,
942
- onHelp: o,
943
- onJoinCall: k,
284
+ ) }), $1 = "_root_io71q_3", I1 = "_header_io71q_14", T1 = "_backBtn_io71q_21", Z1 = "_headerTitle_io71q_34", F1 = "_helpBtn_io71q_41", q1 = "_hero_io71q_58", A1 = "_tick_io71q_70", D1 = "_heroTitle_io71q_84", P1 = "_statRow_io71q_95", V1 = "_stat_io71q_95", E1 = "_statLabel_io71q_118", W1 = "_statValue_io71q_126", H1 = "_statDivider_io71q_137", j1 = "_body_io71q_145", U1 = "_section_io71q_149", Y1 = "_bookedHeading_io71q_157", z1 = "_bookedTitle_io71q_165", O1 = "_bookedSubtitle_io71q_173", G1 = "_astrologerCard_io71q_180", J1 = "_astrologerRow_io71q_193", K1 = "_photo_io71q_199", Q1 = "_photoFallback_io71q_208", X1 = "_astrologerMeta_io71q_222", e5 = "_astrologerName_io71q_230", t5 = "_astrologerSubRow_io71q_239", a5 = "_languages_io71q_245", o5 = "_metaDivider_io71q_251", n5 = "_rating_io71q_257", l5 = "_slotPill_io71q_267", i5 = "_slotPillText_io71q_280", c5 = "_failedCard_io71q_289", s5 = "_failedTitle_io71q_302", r5 = "_failedSubtitle_io71q_310", d5 = "_ctaBtn_io71q_318", C5 = "_footnote_io71q_345", h5 = "_skeleton_io71q_356", _5 = "_skeletonLine_io71q_363", p5 = "_skeletonCta_io71q_373", o = {
285
+ root: $1,
286
+ header: I1,
287
+ backBtn: T1,
288
+ headerTitle: Z1,
289
+ helpBtn: F1,
290
+ hero: q1,
291
+ tick: A1,
292
+ heroTitle: D1,
293
+ statRow: P1,
294
+ stat: V1,
295
+ statLabel: E1,
296
+ statValue: W1,
297
+ statDivider: H1,
298
+ body: j1,
299
+ section: U1,
300
+ bookedHeading: Y1,
301
+ bookedTitle: z1,
302
+ bookedSubtitle: O1,
303
+ astrologerCard: G1,
304
+ astrologerRow: J1,
305
+ photo: K1,
306
+ photoFallback: Q1,
307
+ astrologerMeta: X1,
308
+ astrologerName: e5,
309
+ astrologerSubRow: t5,
310
+ languages: a5,
311
+ metaDivider: o5,
312
+ rating: n5,
313
+ slotPill: l5,
314
+ slotPillText: i5,
315
+ failedCard: c5,
316
+ failedTitle: s5,
317
+ failedSubtitle: r5,
318
+ ctaBtn: d5,
319
+ footnote: C5,
320
+ skeleton: h5,
321
+ skeletonLine: _5,
322
+ skeletonCta: p5
323
+ }, u5 = (...a) => a.filter(Boolean).join(" "), K2 = ({
324
+ status: a,
325
+ amount: l,
326
+ currencySymbol: u = "₹",
327
+ bookingId: p,
328
+ astrologer: s,
329
+ slotLabel: h,
330
+ isLoading: r = !1,
331
+ onBack: _,
332
+ onHelp: n,
333
+ onJoinCall: m,
944
334
  onBookSlotAgain: g,
945
- t: d,
946
- className: N = ""
335
+ t: C,
336
+ className: v = ""
947
337
  }) => {
948
- const E = r === "booked", B = h.languages?.length ? h.languages.join(", ") : "", $ = typeof h.rating == "number" && h.rating > 0;
949
- return /* @__PURE__ */ e.jsxs("div", { className: Q5(i.root, N), "data-testid": "payment-result", children: [
950
- /* @__PURE__ */ e.jsxs("div", { className: i.header, children: [
951
- m && /* @__PURE__ */ e.jsx(
338
+ const N = a === "booked", b = s.languages?.length ? s.languages.join(", ") : "", k = typeof s.rating == "number" && s.rating > 0;
339
+ return /* @__PURE__ */ t("div", { className: u5(o.root, v), "data-testid": "payment-result", children: [
340
+ /* @__PURE__ */ t("div", { className: o.header, children: [
341
+ _ && /* @__PURE__ */ e(
952
342
  "button",
953
343
  {
954
344
  type: "button",
955
- className: i.backBtn,
956
- onClick: m,
957
- "aria-label": d?.("back") ?? "Back",
958
- children: /* @__PURE__ */ e.jsx(u5, {})
345
+ className: o.backBtn,
346
+ onClick: _,
347
+ "aria-label": C?.("back") ?? "Back",
348
+ children: /* @__PURE__ */ e(B1, {})
959
349
  }
960
350
  ),
961
- /* @__PURE__ */ e.jsx("span", { className: i.headerTitle, children: d?.("bookingConfirmationTitle") ?? "Booking Confirmation" }),
962
- o && /* @__PURE__ */ e.jsx("button", { type: "button", className: i.helpBtn, onClick: o, children: d?.("help") ?? "Help" })
351
+ /* @__PURE__ */ e("span", { className: o.headerTitle, children: C?.("bookingConfirmationTitle") ?? "Booking Confirmation" }),
352
+ n && /* @__PURE__ */ e("button", { type: "button", className: o.helpBtn, onClick: n, children: C?.("help") ?? "Help" })
963
353
  ] }),
964
- /* @__PURE__ */ e.jsxs("div", { className: i.hero, children: [
965
- /* @__PURE__ */ e.jsx("div", { className: i.tick, "aria-hidden": "true", children: "✓" }),
966
- /* @__PURE__ */ e.jsx("p", { className: i.heroTitle, children: d?.("paymentSuccessful") ?? "Payment Successful 🎉" }),
967
- /* @__PURE__ */ e.jsxs("div", { className: i.statRow, children: [
968
- /* @__PURE__ */ e.jsxs("div", { className: i.stat, children: [
969
- /* @__PURE__ */ e.jsx("span", { className: i.statLabel, children: d?.("paid") ?? "Paid" }),
970
- /* @__PURE__ */ e.jsxs("span", { className: i.statValue, children: [
971
- w,
972
- u
354
+ /* @__PURE__ */ t("div", { className: o.hero, children: [
355
+ /* @__PURE__ */ e("div", { className: o.tick, "aria-hidden": "true", children: "✓" }),
356
+ /* @__PURE__ */ e("p", { className: o.heroTitle, children: C?.("paymentSuccessful") ?? "Payment Successful 🎉" }),
357
+ /* @__PURE__ */ t("div", { className: o.statRow, children: [
358
+ /* @__PURE__ */ t("div", { className: o.stat, children: [
359
+ /* @__PURE__ */ e("span", { className: o.statLabel, children: C?.("paid") ?? "Paid" }),
360
+ /* @__PURE__ */ t("span", { className: o.statValue, children: [
361
+ u,
362
+ l
973
363
  ] })
974
364
  ] }),
975
- /* @__PURE__ */ e.jsx("div", { className: i.statDivider }),
976
- /* @__PURE__ */ e.jsxs("div", { className: i.stat, children: [
977
- /* @__PURE__ */ e.jsx("span", { className: i.statLabel, children: d?.("booking") ?? "Booking" }),
978
- /* @__PURE__ */ e.jsx("span", { className: i.statValue, children: b || "-" })
365
+ /* @__PURE__ */ e("div", { className: o.statDivider }),
366
+ /* @__PURE__ */ t("div", { className: o.stat, children: [
367
+ /* @__PURE__ */ e("span", { className: o.statLabel, children: C?.("booking") ?? "Booking" }),
368
+ /* @__PURE__ */ e("span", { className: o.statValue, children: p || "-" })
979
369
  ] })
980
370
  ] })
981
371
  ] }),
982
- /* @__PURE__ */ e.jsxs("div", { className: i.body, children: [
983
- C && /* @__PURE__ */ e.jsxs("div", { className: i.skeleton, "aria-busy": "true", "aria-live": "polite", children: [
984
- /* @__PURE__ */ e.jsx("div", { className: i.skeletonLine, style: { width: "60%" } }),
985
- /* @__PURE__ */ e.jsx("div", { className: i.skeletonLine, style: { width: "85%" } }),
986
- /* @__PURE__ */ e.jsx("div", { className: i.skeletonCta })
372
+ /* @__PURE__ */ t("div", { className: o.body, children: [
373
+ r && /* @__PURE__ */ t("div", { className: o.skeleton, "aria-busy": "true", "aria-live": "polite", children: [
374
+ /* @__PURE__ */ e("div", { className: o.skeletonLine, style: { width: "60%" } }),
375
+ /* @__PURE__ */ e("div", { className: o.skeletonLine, style: { width: "85%" } }),
376
+ /* @__PURE__ */ e("div", { className: o.skeletonCta })
987
377
  ] }),
988
- !C && E && /* @__PURE__ */ e.jsxs("div", { className: i.section, children: [
989
- /* @__PURE__ */ e.jsxs("div", { className: i.bookedHeading, children: [
990
- /* @__PURE__ */ e.jsx("p", { className: i.bookedTitle, children: d?.("consultationSlotBookedTitle") ?? "Consultation Slot Booked!" }),
991
- /* @__PURE__ */ e.jsx("p", { className: i.bookedSubtitle, children: d?.("consultationSlotBookedSubtitle") ?? "Your 30 minutes call with our Certified Vedic Astrologer is booked" })
378
+ !r && N && /* @__PURE__ */ t("div", { className: o.section, children: [
379
+ /* @__PURE__ */ t("div", { className: o.bookedHeading, children: [
380
+ /* @__PURE__ */ e("p", { className: o.bookedTitle, children: C?.("consultationSlotBookedTitle") ?? "Consultation Slot Booked!" }),
381
+ /* @__PURE__ */ e("p", { className: o.bookedSubtitle, children: C?.("consultationSlotBookedSubtitle") ?? "Your 30 minutes call with our Certified Vedic Astrologer is booked" })
992
382
  ] }),
993
- /* @__PURE__ */ e.jsxs("div", { className: i.astrologerCard, children: [
994
- /* @__PURE__ */ e.jsxs("div", { className: i.astrologerRow, children: [
995
- h.photoUrl ? /* @__PURE__ */ e.jsx(
383
+ /* @__PURE__ */ t("div", { className: o.astrologerCard, children: [
384
+ /* @__PURE__ */ t("div", { className: o.astrologerRow, children: [
385
+ s.photoUrl ? /* @__PURE__ */ e(
996
386
  "img",
997
387
  {
998
- className: i.photo,
999
- src: h.photoUrl,
1000
- alt: h.name
388
+ className: o.photo,
389
+ src: s.photoUrl,
390
+ alt: s.name
1001
391
  }
1002
- ) : /* @__PURE__ */ e.jsx("div", { className: i.photoFallback, "aria-hidden": "true", children: h.name?.trim().charAt(0).toUpperCase() || "?" }),
1003
- /* @__PURE__ */ e.jsxs("div", { className: i.astrologerMeta, children: [
1004
- /* @__PURE__ */ e.jsx("p", { className: i.astrologerName, children: h.name }),
1005
- (B || $) && /* @__PURE__ */ e.jsxs("div", { className: i.astrologerSubRow, children: [
1006
- B && /* @__PURE__ */ e.jsx("span", { className: i.languages, children: B }),
1007
- B && $ && /* @__PURE__ */ e.jsx("span", { className: i.metaDivider }),
1008
- $ && /* @__PURE__ */ e.jsxs("span", { className: i.rating, children: [
1009
- h.rating.toFixed(1),
1010
- /* @__PURE__ */ e.jsx(C5, {})
392
+ ) : /* @__PURE__ */ e("div", { className: o.photoFallback, "aria-hidden": "true", children: s.name?.trim().charAt(0).toUpperCase() || "?" }),
393
+ /* @__PURE__ */ t("div", { className: o.astrologerMeta, children: [
394
+ /* @__PURE__ */ e("p", { className: o.astrologerName, children: s.name }),
395
+ (b || k) && /* @__PURE__ */ t("div", { className: o.astrologerSubRow, children: [
396
+ b && /* @__PURE__ */ e("span", { className: o.languages, children: b }),
397
+ b && k && /* @__PURE__ */ e("span", { className: o.metaDivider }),
398
+ k && /* @__PURE__ */ t("span", { className: o.rating, children: [
399
+ s.rating.toFixed(1),
400
+ /* @__PURE__ */ e(y1, {})
1011
401
  ] })
1012
402
  ] })
1013
403
  ] })
1014
404
  ] }),
1015
- x && /* @__PURE__ */ e.jsxs("div", { className: i.slotPill, children: [
1016
- /* @__PURE__ */ e.jsx(h5, {}),
1017
- /* @__PURE__ */ e.jsx("span", { className: i.slotPillText, children: x })
405
+ h && /* @__PURE__ */ t("div", { className: o.slotPill, children: [
406
+ /* @__PURE__ */ e(R1, {}),
407
+ /* @__PURE__ */ e("span", { className: o.slotPillText, children: h })
1018
408
  ] })
1019
409
  ] }),
1020
- k && /* @__PURE__ */ e.jsxs(
410
+ m && /* @__PURE__ */ t(
1021
411
  "button",
1022
412
  {
1023
413
  type: "button",
1024
- className: i.ctaBtn,
1025
- onClick: k,
414
+ className: o.ctaBtn,
415
+ onClick: m,
1026
416
  children: [
1027
- /* @__PURE__ */ e.jsx(f5, {}),
1028
- d?.("joinCall") ?? "Join Call"
417
+ /* @__PURE__ */ e(M1, {}),
418
+ C?.("joinCall") ?? "Join Call"
1029
419
  ]
1030
420
  }
1031
421
  ),
1032
- /* @__PURE__ */ e.jsx("p", { className: i.footnote, children: d?.("consultationWhatsappUpdate") ?? "All updates will be sent to your WhatsApp" })
422
+ /* @__PURE__ */ e("p", { className: o.footnote, children: C?.("consultationWhatsappUpdate") ?? "All updates will be sent to your WhatsApp" })
1033
423
  ] }),
1034
- !C && !E && /* @__PURE__ */ e.jsxs("div", { className: i.section, children: [
1035
- /* @__PURE__ */ e.jsxs("div", { className: i.failedCard, children: [
1036
- /* @__PURE__ */ e.jsx("p", { className: i.failedTitle, children: d?.("consultationSlotFailedTitle") ?? "Consultation Slot Failed!" }),
1037
- /* @__PURE__ */ e.jsx("p", { className: i.failedSubtitle, children: d?.("consultationSlotFailedSubtitle") ?? "We ran into some problem while booking your slot. Please schedule your slot again" })
424
+ !r && !N && /* @__PURE__ */ t("div", { className: o.section, children: [
425
+ /* @__PURE__ */ t("div", { className: o.failedCard, children: [
426
+ /* @__PURE__ */ e("p", { className: o.failedTitle, children: C?.("consultationSlotFailedTitle") ?? "Consultation Slot Failed!" }),
427
+ /* @__PURE__ */ e("p", { className: o.failedSubtitle, children: C?.("consultationSlotFailedSubtitle") ?? "We ran into some problem while booking your slot. Please schedule your slot again" })
1038
428
  ] }),
1039
- g && /* @__PURE__ */ e.jsx(
429
+ g && /* @__PURE__ */ e(
1040
430
  "button",
1041
431
  {
1042
432
  type: "button",
1043
- className: i.ctaBtn,
433
+ className: o.ctaBtn,
1044
434
  onClick: g,
1045
- children: d?.("consultationBookSlotAgain") ?? "Book slot again →"
435
+ children: C?.("consultationBookSlotAgain") ?? "Book slot again →"
1046
436
  }
1047
437
  ),
1048
- /* @__PURE__ */ e.jsx("p", { className: i.footnote, children: d?.("consultationWhatsappUpdate") ?? "All updates will be sent to your WhatsApp" })
438
+ /* @__PURE__ */ e("p", { className: o.footnote, children: C?.("consultationWhatsappUpdate") ?? "All updates will be sent to your WhatsApp" })
1049
439
  ] })
1050
440
  ] })
1051
441
  ] });
1052
- }, e2 = () => /* @__PURE__ */ e.jsx("svg", { width: "24", height: "24", viewBox: "0 0 20.5 20.5", fill: "none", "aria-hidden": "true", children: /* @__PURE__ */ e.jsx(
442
+ }, m5 = () => /* @__PURE__ */ e("svg", { width: "24", height: "24", viewBox: "0 0 20.5 20.5", fill: "none", "aria-hidden": "true", children: /* @__PURE__ */ e(
1053
443
  "path",
1054
444
  {
1055
445
  d: "M15.25 10C18.1495 10 20.5 12.3505 20.5 15.25C20.5 18.1495 18.1495 20.5 15.25 20.5C12.3505 20.5 10 18.1495 10 15.25C10 12.3505 12.3505 10 15.25 10ZM14.25 0C14.6642 0 15 0.335786 15 0.75V1.5H15.75C17.8211 1.5 19.5 3.17893 19.5 5.25V7.75C19.5 8.16421 19.1642 8.5 18.75 8.5C18.3358 8.5 18 8.16421 18 7.75V5.25C18 4.00736 16.9926 3 15.75 3H15V3.75C15 4.16421 14.6642 4.5 14.25 4.5C13.8358 4.5 13.5 4.16421 13.5 3.75V3H6V3.75C6 4.16421 5.66421 4.5 5.25 4.5C4.83579 4.5 4.5 4.16421 4.5 3.75V3H3.75C2.50736 3 1.5 4.00736 1.5 5.25V15.75C1.5 16.9926 2.50736 18 3.75 18H7.75C8.16421 18 8.5 18.3358 8.5 18.75C8.5 19.1642 8.16421 19.5 7.75 19.5H3.75C1.67893 19.5 0 17.8211 0 15.75V5.25C0 3.17893 1.67893 1.5 3.75 1.5H4.5V0.75C4.5 0.335786 4.83579 0 5.25 0C5.66421 0 6 0.335786 6 0.75V1.5H13.5V0.75C13.5 0.335786 13.8358 0 14.25 0ZM15.25 11.5C13.1789 11.5 11.5 13.1789 11.5 15.25C11.5 17.3211 13.1789 19 15.25 19C17.3211 19 19 17.3211 19 15.25C19 13.1789 17.3211 11.5 15.25 11.5ZM15.1436 12.9834C15.5575 12.9837 15.8936 13.3193 15.8936 13.7334V15.0654L16.916 15.6895C17.2693 15.9052 17.3815 16.3672 17.166 16.7207C16.9504 17.0742 16.4883 17.1861 16.1348 16.9707L14.7529 16.127C14.5299 15.9908 14.3937 15.7485 14.3936 15.4873V13.7334C14.3936 13.3192 14.7293 12.9834 15.1436 12.9834ZM5.75 12C6.16421 12 6.5 12.3358 6.5 12.75C6.5 13.1642 6.16421 13.5 5.75 13.5H4.75C4.33579 13.5 4 13.1642 4 12.75C4 12.3358 4.33579 12 4.75 12H5.75ZM8.75 8C9.16421 8 9.5 8.33579 9.5 8.75C9.5 9.16421 9.16421 9.5 8.75 9.5H4.75C4.33579 9.5 4 9.16421 4 8.75C4 8.33579 4.33579 8 4.75 8H8.75Z",
1056
446
  fill: "currentColor"
1057
447
  }
1058
- ) }), t2 = () => /* @__PURE__ */ e.jsx("svg", { width: "12", height: "12", viewBox: "0 0 9.38 8.94", fill: "none", "aria-hidden": "true", children: /* @__PURE__ */ e.jsx(
448
+ ) }), L5 = () => /* @__PURE__ */ e("svg", { width: "12", height: "12", viewBox: "0 0 9.38 8.94", fill: "none", "aria-hidden": "true", children: /* @__PURE__ */ e(
1059
449
  "path",
1060
450
  {
1061
451
  d: "M9.28094 3.71918L7.22537 5.72294L7.7108 8.55302C7.73192 8.67677 7.6811 8.80184 7.57946 8.87576C7.52204 8.91767 7.45373 8.93879 7.38542 8.93879C7.33295 8.93879 7.28015 8.92625 7.23197 8.90084L4.69031 7.56467L2.14898 8.90051C2.0381 8.95925 1.90313 8.94968 1.80149 8.87543C1.69985 8.80151 1.64903 8.67644 1.67015 8.55269L2.15558 5.72261L0.0996759 3.71918C0.00991586 3.6314 -0.0227541 3.50006 0.0161859 3.38093C0.0551259 3.2618 0.158416 3.17435 0.282826 3.1562L3.1238 2.7437L4.3943 0.169042C4.50551 -0.0563475 4.87511 -0.0563475 4.98632 0.169042L6.25682 2.7437L9.09779 3.1562C9.2222 3.17435 9.32549 3.26147 9.36443 3.38093C9.40337 3.50039 9.3707 3.63107 9.28094 3.71918Z",
1062
452
  fill: "#FFC627"
1063
453
  }
1064
- ) }), a2 = () => /* @__PURE__ */ e.jsxs("svg", { width: "24", height: "24", viewBox: "0 0 23.9 23.9", fill: "none", "aria-hidden": "true", children: [
1065
- /* @__PURE__ */ e.jsx("circle", { cx: "11.6667", cy: "11.6667", r: "5.83333", fill: "white" }),
1066
- /* @__PURE__ */ e.jsx(
454
+ ) }), g5 = () => /* @__PURE__ */ t("svg", { width: "24", height: "24", viewBox: "0 0 23.9 23.9", fill: "none", "aria-hidden": "true", children: [
455
+ /* @__PURE__ */ e("circle", { cx: "11.6667", cy: "11.6667", r: "5.83333", fill: "white" }),
456
+ /* @__PURE__ */ e(
1067
457
  "path",
1068
458
  {
1069
459
  d: "M21.1605 13.933C21.4969 13.7095 21.7815 13.4167 21.9953 13.0741C22.2091 12.7315 22.3471 12.3472 22.4 11.9468C22.3471 11.5465 22.2091 11.1621 21.9953 10.8196C21.7815 10.477 21.4969 10.1841 21.1605 9.9607C20.8921 9.73966 20.6602 9.47759 20.4736 9.18417C20.4343 8.81253 20.4699 8.43679 20.5781 8.0791C20.7089 7.70675 20.7605 7.31122 20.7296 6.91779C20.6988 6.52437 20.5861 6.14171 20.3989 5.7943C20.1225 5.50969 19.79 5.2857 19.4223 5.13659C19.0547 4.98747 18.66 4.9165 18.2635 4.92817C17.905 4.91214 17.5517 4.83644 17.2181 4.70417C16.9832 4.43149 16.8009 4.11755 16.6805 3.7783C16.5688 3.3924 16.3767 3.03453 16.1167 2.72824C15.8568 2.42195 15.5349 2.17418 15.1723 2.00123C14.7891 1.93273 14.3959 1.94517 14.0178 2.03776C13.6397 2.13035 13.2852 2.30103 12.9771 2.53883C12.6647 2.75141 12.3152 2.90338 11.9467 2.98683C11.5782 2.90338 11.2286 2.75141 10.9163 2.53883C10.6085 2.30026 10.2541 2.12911 9.87586 2.03649C9.49767 1.94387 9.10421 1.93186 8.72107 2.00123C8.35846 2.17418 8.03659 2.42195 7.77662 2.72824C7.51666 3.03453 7.32451 3.3924 7.2128 3.7783C7.09247 4.11755 6.91018 4.43149 6.6752 4.70417C6.34164 4.83644 5.98834 4.91214 5.62987 4.92817C5.23331 4.9165 4.83866 4.98747 4.47102 5.13659C4.10338 5.2857 3.77079 5.50969 3.4944 5.7943C3.30721 6.14171 3.19458 6.52437 3.16372 6.91779C3.13287 7.31122 3.18446 7.70675 3.3152 8.0791C3.42345 8.43679 3.459 8.81253 3.41973 9.18417C3.2331 9.47759 3.00126 9.73966 2.7328 9.9607C2.39644 10.1841 2.11181 10.477 1.89802 10.8196C1.68424 11.1621 1.54625 11.5465 1.49333 11.9468C1.54625 12.3472 1.68424 12.7315 1.89802 13.0741C2.11181 13.4167 2.39644 13.7095 2.7328 13.933C3.00126 14.154 3.2331 14.4161 3.41973 14.7095C3.459 15.0811 3.42345 15.4569 3.3152 15.8146C3.18446 16.1869 3.13287 16.5824 3.16372 16.9759C3.19458 17.3693 3.30721 17.752 3.4944 18.0994C3.77079 18.384 4.10338 18.608 4.47102 18.7571C4.83866 18.9062 5.23331 18.9772 5.62987 18.9655C5.98834 18.9815 6.34164 19.0572 6.6752 19.1895C6.91018 19.4622 7.09247 19.7761 7.2128 20.1154C7.32451 20.5013 7.51666 20.8591 7.77662 21.1654C8.03659 21.4717 8.35846 21.7195 8.72107 21.8924C9.10423 21.9609 9.49749 21.9485 9.87555 21.8559C10.2536 21.7633 10.6081 21.5926 10.9163 21.3548C11.2286 21.1423 11.5782 20.9903 11.9467 20.9068C12.3152 20.9903 12.6647 21.1423 12.9771 21.3548C13.4867 21.6934 14.0709 21.9035 14.6795 21.9671C14.8469 21.9716 15.0137 21.9463 15.1723 21.8924C15.5349 21.7195 15.8568 21.4717 16.1167 21.1654C16.3767 20.8591 16.5688 20.5013 16.6805 20.1154C16.8009 19.7761 16.9832 19.4622 17.2181 19.1895C17.5517 19.0572 17.905 18.9815 18.2635 18.9655C18.66 18.9772 19.0547 18.9062 19.4223 18.7571C19.79 18.608 20.1225 18.384 20.3989 18.0994C20.5861 17.752 20.6988 17.3693 20.7296 16.9759C20.7605 16.5824 20.7089 16.1869 20.5781 15.8146C20.4699 15.4569 20.4343 15.0811 20.4736 14.7095C20.6602 14.4161 20.8921 14.154 21.1605 13.933ZM15.456 10.4834L11.4837 14.4706C11.3399 14.6049 11.1504 14.6797 10.9536 14.6797C10.7568 14.6797 10.5673 14.6049 10.4235 14.4706L8.43734 12.4695C8.30102 12.3304 8.22511 12.1431 8.22609 11.9484C8.22707 11.7536 8.30488 11.5671 8.44259 11.4294C8.5803 11.2917 8.7668 11.2139 8.96155 11.2129C9.1563 11.2119 9.34357 11.2879 9.48267 11.4242L10.9461 12.8876L14.4107 9.4231C14.5504 9.28668 14.738 9.21031 14.9333 9.21031C15.1287 9.21031 15.3162 9.28668 15.456 9.4231C15.5269 9.492 15.5832 9.57442 15.6217 9.66548C15.6602 9.75653 15.68 9.85438 15.68 9.95323C15.68 10.0521 15.6602 10.1499 15.6217 10.241C15.5832 10.332 15.5269 10.4145 15.456 10.4834Z",
1070
460
  fill: "#1A6EE5"
1071
461
  }
1072
462
  )
1073
- ] }), n2 = "_card_k2n64_3", r2 = "_scheduleSection_k2n64_13", o2 = "_sectionLabel_k2n64_21", s2 = "_timeRow_k2n64_30", i2 = "_timeIcon_k2n64_36", l2 = "_timeText_k2n64_43", c2 = "_dateLabel_k2n64_51", d2 = "_timeRangeLabel_k2n64_60", u2 = "_astrologerSection_k2n64_69", C2 = "_astrologerRow_k2n64_76", h2 = "_avatar_k2n64_84", f2 = "_avatarInner_k2n64_84", _2 = "_avatarFill_k2n64_103", p2 = "_photo_k2n64_109", v2 = "_photoFallback_k2n64_117", x2 = "_verifiedBadge_k2n64_128", m2 = "_astrologerMeta_k2n64_134", g2 = "_astrologerName_k2n64_142", j2 = "_astrologerSubRow_k2n64_153", b2 = "_rating_k2n64_159", L2 = "_metaDot_k2n64_169", k2 = "_experience_k2n64_177", y2 = "_languages_k2n64_184", j = {
1074
- card: n2,
1075
- scheduleSection: r2,
1076
- sectionLabel: o2,
1077
- timeRow: s2,
1078
- timeIcon: i2,
1079
- timeText: l2,
1080
- dateLabel: c2,
1081
- timeRangeLabel: d2,
1082
- astrologerSection: u2,
1083
- astrologerRow: C2,
1084
- avatar: h2,
1085
- avatarInner: f2,
1086
- avatarFill: _2,
1087
- photo: p2,
1088
- photoFallback: v2,
1089
- verifiedBadge: x2,
1090
- astrologerMeta: m2,
1091
- astrologerName: g2,
1092
- astrologerSubRow: j2,
1093
- rating: b2,
1094
- metaDot: L2,
1095
- experience: k2,
1096
- languages: y2
1097
- }, R2 = (...r) => r.filter(Boolean).join(" "), U1 = ({
1098
- astrologer: r,
1099
- dateLabel: u,
1100
- timeRangeLabel: w,
1101
- astrologerFooter: b,
1102
- t: h,
1103
- className: x = ""
463
+ ] }), v5 = "_card_k2n64_3", b5 = "_scheduleSection_k2n64_13", f5 = "_sectionLabel_k2n64_21", N5 = "_timeRow_k2n64_30", k5 = "_timeIcon_k2n64_36", x5 = "_timeText_k2n64_43", w5 = "_dateLabel_k2n64_51", S5 = "_timeRangeLabel_k2n64_60", B5 = "_astrologerSection_k2n64_69", y5 = "_astrologerRow_k2n64_76", R5 = "_avatar_k2n64_84", M5 = "_avatarInner_k2n64_84", $5 = "_avatarFill_k2n64_103", I5 = "_photo_k2n64_109", T5 = "_photoFallback_k2n64_117", Z5 = "_verifiedBadge_k2n64_128", F5 = "_astrologerMeta_k2n64_134", q5 = "_astrologerName_k2n64_142", A5 = "_astrologerSubRow_k2n64_153", D5 = "_rating_k2n64_159", P5 = "_metaDot_k2n64_169", V5 = "_experience_k2n64_177", E5 = "_languages_k2n64_184", d = {
464
+ card: v5,
465
+ scheduleSection: b5,
466
+ sectionLabel: f5,
467
+ timeRow: N5,
468
+ timeIcon: k5,
469
+ timeText: x5,
470
+ dateLabel: w5,
471
+ timeRangeLabel: S5,
472
+ astrologerSection: B5,
473
+ astrologerRow: y5,
474
+ avatar: R5,
475
+ avatarInner: M5,
476
+ avatarFill: $5,
477
+ photo: I5,
478
+ photoFallback: T5,
479
+ verifiedBadge: Z5,
480
+ astrologerMeta: F5,
481
+ astrologerName: q5,
482
+ astrologerSubRow: A5,
483
+ rating: D5,
484
+ metaDot: P5,
485
+ experience: V5,
486
+ languages: E5
487
+ }, W5 = (...a) => a.filter(Boolean).join(" "), D = ({
488
+ astrologer: a,
489
+ dateLabel: l,
490
+ timeRangeLabel: u,
491
+ astrologerFooter: p,
492
+ t: s,
493
+ className: h = ""
1104
494
  }) => {
1105
- const C = r.languages?.length ? r.languages.join(", ") : "", m = typeof r.rating == "number" && r.rating > 0, o = typeof r.experienceYears == "number";
1106
- return /* @__PURE__ */ e.jsxs("div", { className: R2(j.card, x), children: [
1107
- /* @__PURE__ */ e.jsxs("div", { className: j.scheduleSection, children: [
1108
- /* @__PURE__ */ e.jsx("p", { className: j.sectionLabel, children: h?.("consultationCallTimeLabel") ?? "Call time" }),
1109
- /* @__PURE__ */ e.jsxs("div", { className: j.timeRow, children: [
1110
- /* @__PURE__ */ e.jsx("span", { className: j.timeIcon, children: /* @__PURE__ */ e.jsx(e2, {}) }),
1111
- /* @__PURE__ */ e.jsxs("div", { className: j.timeText, children: [
1112
- /* @__PURE__ */ e.jsx("p", { className: j.dateLabel, children: u }),
1113
- /* @__PURE__ */ e.jsx("p", { className: j.timeRangeLabel, children: w })
495
+ const r = a.languages?.length ? a.languages.join(", ") : "", _ = typeof a.rating == "number" && a.rating > 0, n = typeof a.experienceYears == "number";
496
+ return /* @__PURE__ */ t("div", { className: W5(d.card, h), children: [
497
+ /* @__PURE__ */ t("div", { className: d.scheduleSection, children: [
498
+ /* @__PURE__ */ e("p", { className: d.sectionLabel, children: s?.("consultationCallTimeLabel") ?? "Call time" }),
499
+ /* @__PURE__ */ t("div", { className: d.timeRow, children: [
500
+ /* @__PURE__ */ e("span", { className: d.timeIcon, children: /* @__PURE__ */ e(m5, {}) }),
501
+ /* @__PURE__ */ t("div", { className: d.timeText, children: [
502
+ /* @__PURE__ */ e("p", { className: d.dateLabel, children: l }),
503
+ /* @__PURE__ */ e("p", { className: d.timeRangeLabel, children: u })
1114
504
  ] })
1115
505
  ] })
1116
506
  ] }),
1117
- /* @__PURE__ */ e.jsxs("div", { className: j.astrologerSection, children: [
1118
- /* @__PURE__ */ e.jsx("p", { className: j.sectionLabel, children: h?.("consultationAstrologerLabel") ?? "Astrologer" }),
1119
- /* @__PURE__ */ e.jsxs("div", { className: j.astrologerRow, children: [
1120
- /* @__PURE__ */ e.jsxs("div", { className: j.avatar, children: [
1121
- /* @__PURE__ */ e.jsxs("div", { className: j.avatarInner, children: [
1122
- /* @__PURE__ */ e.jsx("div", { className: j.avatarFill }),
1123
- r.photoUrl ? /* @__PURE__ */ e.jsx("img", { className: j.photo, src: r.photoUrl, alt: r.name }) : /* @__PURE__ */ e.jsx("div", { className: j.photoFallback, "aria-hidden": "true", children: r.name?.trim().charAt(0).toUpperCase() || "?" })
507
+ /* @__PURE__ */ t("div", { className: d.astrologerSection, children: [
508
+ /* @__PURE__ */ e("p", { className: d.sectionLabel, children: s?.("consultationAstrologerLabel") ?? "Astrologer" }),
509
+ /* @__PURE__ */ t("div", { className: d.astrologerRow, children: [
510
+ /* @__PURE__ */ t("div", { className: d.avatar, children: [
511
+ /* @__PURE__ */ t("div", { className: d.avatarInner, children: [
512
+ /* @__PURE__ */ e("div", { className: d.avatarFill }),
513
+ a.photoUrl ? /* @__PURE__ */ e("img", { className: d.photo, src: a.photoUrl, alt: a.name }) : /* @__PURE__ */ e("div", { className: d.photoFallback, "aria-hidden": "true", children: a.name?.trim().charAt(0).toUpperCase() || "?" })
1124
514
  ] }),
1125
- /* @__PURE__ */ e.jsx("span", { className: j.verifiedBadge, children: /* @__PURE__ */ e.jsx(a2, {}) })
515
+ /* @__PURE__ */ e("span", { className: d.verifiedBadge, children: /* @__PURE__ */ e(g5, {}) })
1126
516
  ] }),
1127
- /* @__PURE__ */ e.jsxs("div", { className: j.astrologerMeta, children: [
1128
- /* @__PURE__ */ e.jsx("p", { className: j.astrologerName, children: r.name }),
1129
- (m || o || C) && /* @__PURE__ */ e.jsxs("div", { className: j.astrologerSubRow, children: [
1130
- m && /* @__PURE__ */ e.jsxs("span", { className: j.rating, children: [
1131
- r.rating.toFixed(1),
1132
- /* @__PURE__ */ e.jsx(t2, {})
517
+ /* @__PURE__ */ t("div", { className: d.astrologerMeta, children: [
518
+ /* @__PURE__ */ e("p", { className: d.astrologerName, children: a.name }),
519
+ (_ || n || r) && /* @__PURE__ */ t("div", { className: d.astrologerSubRow, children: [
520
+ _ && /* @__PURE__ */ t("span", { className: d.rating, children: [
521
+ a.rating.toFixed(1),
522
+ /* @__PURE__ */ e(L5, {})
1133
523
  ] }),
1134
- m && o && /* @__PURE__ */ e.jsx("span", { className: j.metaDot }),
1135
- o && /* @__PURE__ */ e.jsx("span", { className: j.experience, children: h?.("consultationYearsExperience", { count: r.experienceYears }) ?? `${r.experienceYears} years of experience` })
524
+ _ && n && /* @__PURE__ */ e("span", { className: d.metaDot }),
525
+ n && /* @__PURE__ */ e("span", { className: d.experience, children: s?.("consultationYearsExperience", { count: a.experienceYears }) ?? `${a.experienceYears} years of experience` })
1136
526
  ] }),
1137
- C && /* @__PURE__ */ e.jsx("p", { className: j.languages, children: C })
527
+ r && /* @__PURE__ */ e("p", { className: d.languages, children: r })
1138
528
  ] })
1139
529
  ] }),
1140
- b
530
+ p
1141
531
  ] })
1142
532
  ] });
1143
- }, N2 = () => /* @__PURE__ */ e.jsxs("svg", { width: "204", height: "80.4", viewBox: "0 0 204 80.4", fill: "none", "aria-hidden": "true", children: [
1144
- /* @__PURE__ */ e.jsxs("g", { clipPath: "url(#success-hero-clip-1)", children: [
1145
- /* @__PURE__ */ e.jsx(
533
+ }, H5 = () => /* @__PURE__ */ t("svg", { width: "204", height: "80.4", viewBox: "0 0 204 80.4", fill: "none", "aria-hidden": "true", children: [
534
+ /* @__PURE__ */ t("g", { clipPath: "url(#success-hero-clip-1)", children: [
535
+ /* @__PURE__ */ e(
1146
536
  "path",
1147
537
  {
1148
538
  fillRule: "evenodd",
@@ -1151,7 +541,7 @@ const Ne = (r) => {
1151
541
  fill: "#88CEAD"
1152
542
  }
1153
543
  ),
1154
- /* @__PURE__ */ e.jsx(
544
+ /* @__PURE__ */ e(
1155
545
  "path",
1156
546
  {
1157
547
  fillRule: "evenodd",
@@ -1161,7 +551,7 @@ const Ne = (r) => {
1161
551
  }
1162
552
  )
1163
553
  ] }),
1164
- /* @__PURE__ */ e.jsx(
554
+ /* @__PURE__ */ e(
1165
555
  "path",
1166
556
  {
1167
557
  fillRule: "evenodd",
@@ -1170,7 +560,7 @@ const Ne = (r) => {
1170
560
  fill: "#C2E9D6"
1171
561
  }
1172
562
  ),
1173
- /* @__PURE__ */ e.jsx(
563
+ /* @__PURE__ */ e(
1174
564
  "path",
1175
565
  {
1176
566
  fillRule: "evenodd",
@@ -1179,7 +569,7 @@ const Ne = (r) => {
1179
569
  fill: "#C2E9D6"
1180
570
  }
1181
571
  ),
1182
- /* @__PURE__ */ e.jsx(
572
+ /* @__PURE__ */ e(
1183
573
  "path",
1184
574
  {
1185
575
  fillRule: "evenodd",
@@ -1188,7 +578,7 @@ const Ne = (r) => {
1188
578
  fill: "#C2E9D6"
1189
579
  }
1190
580
  ),
1191
- /* @__PURE__ */ e.jsx(
581
+ /* @__PURE__ */ e(
1192
582
  "path",
1193
583
  {
1194
584
  fillRule: "evenodd",
@@ -1197,7 +587,7 @@ const Ne = (r) => {
1197
587
  fill: "#C2E9D6"
1198
588
  }
1199
589
  ),
1200
- /* @__PURE__ */ e.jsx(
590
+ /* @__PURE__ */ e(
1201
591
  "path",
1202
592
  {
1203
593
  fillRule: "evenodd",
@@ -1206,7 +596,7 @@ const Ne = (r) => {
1206
596
  fill: "#C2E9D6"
1207
597
  }
1208
598
  ),
1209
- /* @__PURE__ */ e.jsx(
599
+ /* @__PURE__ */ e(
1210
600
  "path",
1211
601
  {
1212
602
  fillRule: "evenodd",
@@ -1215,7 +605,7 @@ const Ne = (r) => {
1215
605
  fill: "#88CEAD"
1216
606
  }
1217
607
  ),
1218
- /* @__PURE__ */ e.jsx(
608
+ /* @__PURE__ */ e(
1219
609
  "path",
1220
610
  {
1221
611
  fillRule: "evenodd",
@@ -1224,7 +614,7 @@ const Ne = (r) => {
1224
614
  fill: "#C2E9D6"
1225
615
  }
1226
616
  ),
1227
- /* @__PURE__ */ e.jsx(
617
+ /* @__PURE__ */ e(
1228
618
  "path",
1229
619
  {
1230
620
  fillRule: "evenodd",
@@ -1233,22 +623,22 @@ const Ne = (r) => {
1233
623
  fill: "#88CEAD"
1234
624
  }
1235
625
  ),
1236
- /* @__PURE__ */ e.jsxs("g", { clipPath: "url(#success-hero-clip-2)", children: [
1237
- /* @__PURE__ */ e.jsx(
626
+ /* @__PURE__ */ t("g", { clipPath: "url(#success-hero-clip-2)", children: [
627
+ /* @__PURE__ */ e(
1238
628
  "path",
1239
629
  {
1240
630
  d: "M98.3086 66.4562C111.564 66.4562 122.309 55.711 122.309 42.4561C122.309 29.2013 111.564 18.4561 98.3086 18.4561C85.0538 18.4561 74.3086 29.2013 74.3086 42.4561C74.3086 55.711 85.0538 66.4562 98.3086 66.4562Z",
1241
631
  fill: "#159169"
1242
632
  }
1243
633
  ),
1244
- /* @__PURE__ */ e.jsx(
634
+ /* @__PURE__ */ e(
1245
635
  "path",
1246
636
  {
1247
637
  d: "M122.309 42.4559C122.309 55.656 111.509 66.456 98.3086 66.456C90.6587 66.456 83.9087 63.006 79.5586 57.456C83.6086 60.756 88.8586 62.7061 94.5586 62.7061C107.759 62.7061 118.559 51.9061 118.559 38.706C118.559 33.0061 116.609 27.756 113.309 23.706C118.859 28.0559 122.309 34.8059 122.309 42.4559Z",
1248
638
  fill: "#087955"
1249
639
  }
1250
640
  ),
1251
- /* @__PURE__ */ e.jsx(
641
+ /* @__PURE__ */ e(
1252
642
  "path",
1253
643
  {
1254
644
  d: "M111.359 35.5559L95.7587 52.656C94.7086 53.856 92.9087 53.856 91.8587 52.656L85.2586 45.306C84.3587 44.2559 84.3587 42.606 85.4086 41.5559C86.4587 40.6559 88.1086 40.6559 89.1587 41.7059L93.8087 46.9559L107.459 32.1059C108.509 31.0559 110.159 30.9059 111.209 31.9559C112.259 32.8559 112.259 34.6559 111.359 35.5559Z",
@@ -1256,11 +646,11 @@ const Ne = (r) => {
1256
646
  }
1257
647
  )
1258
648
  ] }),
1259
- /* @__PURE__ */ e.jsxs("defs", { children: [
1260
- /* @__PURE__ */ e.jsx("clipPath", { id: "success-hero-clip-1", children: /* @__PURE__ */ e.jsx("rect", { width: "38.4", height: "38.4", fill: "white", transform: "matrix(1 0 0 -1 132 38.4)" }) }),
1261
- /* @__PURE__ */ e.jsx("clipPath", { id: "success-hero-clip-2", children: /* @__PURE__ */ e.jsx("rect", { width: "48", height: "48", fill: "white", transform: "translate(74.3086 18.4561)" }) })
649
+ /* @__PURE__ */ t("defs", { children: [
650
+ /* @__PURE__ */ e("clipPath", { id: "success-hero-clip-1", children: /* @__PURE__ */ e("rect", { width: "38.4", height: "38.4", fill: "white", transform: "matrix(1 0 0 -1 132 38.4)" }) }),
651
+ /* @__PURE__ */ e("clipPath", { id: "success-hero-clip-2", children: /* @__PURE__ */ e("rect", { width: "48", height: "48", fill: "white", transform: "translate(74.3086 18.4561)" }) })
1262
652
  ] })
1263
- ] }), w2 = () => /* @__PURE__ */ e.jsx("svg", { width: "14", height: "14", viewBox: "0 0 14 14", fill: "none", "aria-hidden": "true", children: /* @__PURE__ */ e.jsx(
653
+ ] }), j5 = () => /* @__PURE__ */ e("svg", { width: "14", height: "14", viewBox: "0 0 14 14", fill: "none", "aria-hidden": "true", children: /* @__PURE__ */ e(
1264
654
  "path",
1265
655
  {
1266
656
  d: "M12.4921 10.7417C12.7109 10.5229 12.8338 10.2261 12.8338 9.91671V2.91667C12.8338 2.60725 12.7109 2.3105 12.4921 2.09171C12.2733 1.87292 11.9765 1.75 11.667 1.75H2.33296C2.02352 1.75 1.72675 1.87292 1.50794 2.09171C1.28913 2.3105 1.1662 2.60725 1.1662 2.91667V12.4169C1.16621 12.4988 1.19051 12.5789 1.23602 12.647C1.28154 12.7151 1.34622 12.7681 1.4219 12.7995C1.49758 12.8308 1.58085 12.839 1.66119 12.823C1.74153 12.8071 1.81533 12.7676 1.87326 12.7097L3.15786 11.4252C3.37662 11.2064 3.67334 11.0834 3.98276 11.0834H11.667C11.9765 11.0834 12.2733 10.9605 12.4921 10.7417Z",
@@ -1268,73 +658,73 @@ const Ne = (r) => {
1268
658
  strokeWidth: "2",
1269
659
  strokeLinecap: "round"
1270
660
  }
1271
- ) }), S2 = "_backdrop_gppaz_2", E2 = "_root_gppaz_32", T2 = "_header_gppaz_48", B2 = "_title_gppaz_56", P2 = "_footer_gppaz_68", I2 = "_footerIcon_gppaz_75", $2 = "_footerText_gppaz_82", V = {
1272
- backdrop: S2,
1273
- root: E2,
1274
- header: T2,
1275
- title: B2,
1276
- footer: P2,
1277
- footerIcon: I2,
1278
- footerText: $2
1279
- }, M2 = (...r) => r.filter(Boolean).join(" "), $7 = ({
1280
- isOpen: r,
1281
- onClose: u,
1282
- astrologer: w,
1283
- dateLabel: b,
1284
- timeRangeLabel: h,
1285
- t: x,
1286
- className: C = ""
661
+ ) }), U5 = "_backdrop_gppaz_2", Y5 = "_root_gppaz_32", z5 = "_header_gppaz_48", O5 = "_title_gppaz_56", G5 = "_footer_gppaz_68", J5 = "_footerIcon_gppaz_75", K5 = "_footerText_gppaz_82", x = {
662
+ backdrop: U5,
663
+ root: Y5,
664
+ header: z5,
665
+ title: O5,
666
+ footer: G5,
667
+ footerIcon: J5,
668
+ footerText: K5
669
+ }, Q5 = (...a) => a.filter(Boolean).join(" "), Q2 = ({
670
+ isOpen: a,
671
+ onClose: l,
672
+ astrologer: u,
673
+ dateLabel: p,
674
+ timeRangeLabel: s,
675
+ t: h,
676
+ className: r = ""
1287
677
  }) => {
1288
- if (je(() => {
1289
- if (!r) return;
1290
- const o = (k) => {
1291
- k.key === "Escape" && u();
678
+ if (V(() => {
679
+ if (!a) return;
680
+ const n = (m) => {
681
+ m.key === "Escape" && l();
1292
682
  };
1293
- return document.addEventListener("keydown", o), document.body.style.overflow = "hidden", () => {
1294
- document.removeEventListener("keydown", o), document.body.style.overflow = "";
683
+ return document.addEventListener("keydown", n), document.body.style.overflow = "hidden", () => {
684
+ document.removeEventListener("keydown", n), document.body.style.overflow = "";
1295
685
  };
1296
- }, [r, u]), !r) return null;
1297
- const m = x?.("consultationCallBookedTitle") ?? "Your call has been booked with our Vedic astrologer";
1298
- return /* @__PURE__ */ e.jsx(
686
+ }, [a, l]), !a) return null;
687
+ const _ = h?.("consultationCallBookedTitle") ?? "Your call has been booked with our Vedic astrologer";
688
+ return /* @__PURE__ */ e(
1299
689
  "div",
1300
690
  {
1301
- className: V.backdrop,
1302
- onClick: u,
691
+ className: x.backdrop,
692
+ onClick: l,
1303
693
  role: "dialog",
1304
694
  "aria-modal": "true",
1305
- "aria-label": m,
1306
- children: /* @__PURE__ */ e.jsxs("div", { className: M2(V.root, C), onClick: (o) => o.stopPropagation(), children: [
1307
- /* @__PURE__ */ e.jsxs("div", { className: V.header, children: [
1308
- /* @__PURE__ */ e.jsx(N2, {}),
1309
- /* @__PURE__ */ e.jsx("p", { className: V.title, children: m })
695
+ "aria-label": _,
696
+ children: /* @__PURE__ */ t("div", { className: Q5(x.root, r), onClick: (n) => n.stopPropagation(), children: [
697
+ /* @__PURE__ */ t("div", { className: x.header, children: [
698
+ /* @__PURE__ */ e(H5, {}),
699
+ /* @__PURE__ */ e("p", { className: x.title, children: _ })
1310
700
  ] }),
1311
- /* @__PURE__ */ e.jsx(
1312
- U1,
701
+ /* @__PURE__ */ e(
702
+ D,
1313
703
  {
1314
- astrologer: w,
1315
- dateLabel: b,
1316
- timeRangeLabel: h,
1317
- t: x
704
+ astrologer: u,
705
+ dateLabel: p,
706
+ timeRangeLabel: s,
707
+ t: h
1318
708
  }
1319
709
  ),
1320
- /* @__PURE__ */ e.jsxs("div", { className: V.footer, children: [
1321
- /* @__PURE__ */ e.jsx("span", { className: V.footerIcon, children: /* @__PURE__ */ e.jsx(w2, {}) }),
1322
- /* @__PURE__ */ e.jsx("p", { className: V.footerText, children: x?.("consultationWhatsappUpdate") ?? "All updates will be sent to your WhatsApp" })
710
+ /* @__PURE__ */ t("div", { className: x.footer, children: [
711
+ /* @__PURE__ */ e("span", { className: x.footerIcon, children: /* @__PURE__ */ e(j5, {}) }),
712
+ /* @__PURE__ */ e("p", { className: x.footerText, children: h?.("consultationWhatsappUpdate") ?? "All updates will be sent to your WhatsApp" })
1323
713
  ] })
1324
714
  ] })
1325
715
  }
1326
716
  );
1327
- }, F2 = () => /* @__PURE__ */ e.jsxs("svg", { width: "14", height: "14", viewBox: "0 0 14 14", fill: "none", "aria-hidden": "true", children: [
1328
- /* @__PURE__ */ e.jsx("circle", { cx: "7", cy: "7", r: "7", fill: "#159169" }),
1329
- /* @__PURE__ */ e.jsx(
717
+ }, X5 = () => /* @__PURE__ */ t("svg", { width: "14", height: "14", viewBox: "0 0 14 14", fill: "none", "aria-hidden": "true", children: [
718
+ /* @__PURE__ */ e("circle", { cx: "7", cy: "7", r: "7", fill: "#159169" }),
719
+ /* @__PURE__ */ e(
1330
720
  "path",
1331
721
  {
1332
722
  d: "M5.70493 10.5L2.91667 7.68097L4.00262 6.58591L5.70493 8.30988L9.99738 3.96666L11.0833 5.06171L5.70493 10.5Z",
1333
723
  fill: "white"
1334
724
  }
1335
725
  )
1336
- ] }), A2 = () => /* @__PURE__ */ e.jsxs("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", "aria-hidden": "true", children: [
1337
- /* @__PURE__ */ e.jsx(
726
+ ] }), e2 = () => /* @__PURE__ */ t("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", "aria-hidden": "true", children: [
727
+ /* @__PURE__ */ e(
1338
728
  "path",
1339
729
  {
1340
730
  fillRule: "evenodd",
@@ -1345,8 +735,8 @@ const Ne = (r) => {
1345
735
  strokeLinejoin: "round"
1346
736
  }
1347
737
  ),
1348
- /* @__PURE__ */ e.jsx("path", { d: "M7 14H9", stroke: "#22272B", strokeLinecap: "round", strokeLinejoin: "round" })
1349
- ] }), D2 = () => /* @__PURE__ */ e.jsx("svg", { width: "18", height: "18", viewBox: "0 0 18 18", fill: "none", "aria-hidden": "true", children: /* @__PURE__ */ e.jsx(
738
+ /* @__PURE__ */ e("path", { d: "M7 14H9", stroke: "#22272B", strokeLinecap: "round", strokeLinejoin: "round" })
739
+ ] }), t2 = () => /* @__PURE__ */ e("svg", { width: "18", height: "18", viewBox: "0 0 18 18", fill: "none", "aria-hidden": "true", children: /* @__PURE__ */ e(
1350
740
  "path",
1351
741
  {
1352
742
  d: "M16.5 12.69v2.25a1.5 1.5 0 0 1-1.635 1.5 14.85 14.85 0 0 1-6.472-2.303 14.63 14.63 0 0 1-4.5-4.5A14.85 14.85 0 0 1 1.59 3.135 1.5 1.5 0 0 1 3.083 1.5h2.25a1.5 1.5 0 0 1 1.5 1.29c.095.72.271 1.427.525 2.107a1.5 1.5 0 0 1-.337 1.583l-.953.952a12 12 0 0 0 4.5 4.5l.953-.952a1.5 1.5 0 0 1 1.582-.338c.68.254 1.387.43 2.108.525a1.5 1.5 0 0 1 1.29 1.523Z",
@@ -1355,16 +745,16 @@ const Ne = (r) => {
1355
745
  strokeLinecap: "round",
1356
746
  strokeLinejoin: "round"
1357
747
  }
1358
- ) }), O2 = () => /* @__PURE__ */ e.jsxs("svg", { width: "127", height: "127", viewBox: "0 0 127.081 126.889", fill: "none", "aria-hidden": "true", children: [
1359
- /* @__PURE__ */ e.jsxs("g", { opacity: "0.3", fill: "url(#consultation-booked-blob-gradient)", children: [
1360
- /* @__PURE__ */ e.jsx("path", { d: "M27.9017 31.3222C27.8477 30.5847 28.7507 30.1841 29.2628 30.7169L31.8908 33.4565L33.1089 33.3431C44.3357 21.2677 61.5935 15.9144 78.2613 20.35C79.3566 17.0877 83.8696 16.8772 85.2729 19.9975C85.699 20.945 85.7001 21.9772 85.3592 22.88C101.737 30.2663 111.706 46.1047 112.239 63.0172L113.545 64.379L117.701 63.9922C118.038 63.9611 118.357 64.1466 118.496 64.4555L118.497 64.4583C118.636 64.7693 118.56 65.1339 118.31 65.3635L115.236 68.1875L115.525 72.2286C115.579 72.9661 114.676 73.3667 114.164 72.8339L111.868 70.4411C110.533 80.5327 105.861 90.033 98.4809 97.2479C100.101 100.753 96.0512 104.171 92.8726 101.898C81.1457 110.151 66.642 112.279 53.3534 108.26L53.5323 110.768C53.5863 111.505 52.6834 111.906 52.1712 111.373L49.518 108.608L45.5891 108.974C44.8341 109.047 44.4232 108.113 44.98 107.602L46.9497 105.792C38.5359 101.804 31.3005 95.2504 26.5429 86.6274C24.5351 87.6758 22.2198 86.744 21.3637 84.8403C20.5076 82.9367 21.3466 80.5863 23.4634 79.7798C18.4786 65.7354 20.8035 50.5844 28.7288 38.8609L25.9032 39.1242C25.1482 39.1973 24.7373 38.2636 25.2941 37.7529L28.1715 35.107L27.9017 31.3222ZM35.7822 33.0938C36.1187 33.0612 36.4385 33.2481 36.5774 33.5571L36.5787 33.5599C36.7169 33.8709 36.6417 34.2355 36.3913 34.4651L33.5139 37.1109L33.7837 40.8957C33.8376 41.6333 32.9347 42.0339 32.4225 41.5011L30.3305 39.3204C28.4215 42.0739 26.8429 45.0323 25.6049 48.1262L40.6029 53.8074L52.1774 55.5957C52.4595 55.1313 52.7514 54.6998 53.0576 54.2907L49.1548 48.9426C48.6095 48.2029 49.5662 47.2861 50.2851 47.8542L55.2947 51.8108C55.7536 51.3924 56.2391 51.001 56.7475 50.6418L54.318 39.2619L47.729 24.6106C43.0905 26.7969 39.0007 29.6912 35.5393 33.1165L35.7822 33.0938ZM50.5916 64.6266L48.8103 64.8256L50.6723 65.1229C51.0314 65.1802 51.3045 65.4746 51.3368 65.8349C51.5575 68.3138 52.2009 68.7824 51.5057 69.2936L44.4868 74.4482L53.0005 72.6174C53.3253 72.5477 53.6588 72.6877 53.837 72.9689C54.1738 73.5009 54.5497 74.0069 54.9556 74.4757C55.1974 74.7587 55.2138 75.1686 54.9918 75.4669L53.5145 77.4508L55.4362 75.9573C55.7358 75.7259 56.1577 75.738 56.4424 75.9865C58.5425 77.8169 59.4014 77.6518 59.2672 78.5358L57.9689 87.1388L62.6326 79.8887C63.1131 79.1399 63.5415 79.8087 66.2748 79.8807C67.0908 79.9 67.0751 80.8577 67.1521 81.0262L67.1664 80.6093C67.1798 80.1996 67.5029 79.8677 67.9116 79.8451C70.4109 79.7001 70.8815 79.0197 71.4 79.7213L76.4704 86.5966L74.6947 78.3109C74.4979 77.396 75.4398 77.5261 77.3717 75.6551C77.6327 75.402 78.0319 75.3582 78.3411 75.5516L80.0235 76.5996L78.7436 75.2095C78.4765 74.9174 78.4634 74.4789 78.7128 74.1717C79.2515 73.5122 79.6806 72.8935 80.0644 72.229C80.227 71.9456 80.5469 71.7915 80.8703 71.8412L89.1653 73.1125L82.1446 68.5781C81.8653 68.3984 81.7287 68.0663 81.8009 67.7421C82.0218 66.7455 82.1426 65.794 82.1606 64.9158C82.1675 64.5276 82.4543 64.2036 82.8381 64.148L84.7599 63.8672L82.7755 63.6148C82.4022 63.5673 82.1135 63.2629 82.0852 62.8906C81.8993 60.519 81.2337 60.0365 81.9335 59.5191L88.6228 54.6027L80.5105 56.353C80.1878 56.4218 79.8562 56.2843 79.6772 56.0069C78.7074 54.4978 78.0277 54.0193 77.8832 53.698C77.579 53.0215 78.2627 52.6523 79.0814 51.3273L77.577 52.5551C77.2819 52.7964 76.8575 52.7939 76.5657 52.5486C74.5794 50.8787 73.7253 51.0637 73.8655 50.1706L75.128 41.8991L70.5788 48.957C70.1123 49.6857 69.6522 49.0654 67.0189 49.0178C66.6024 49.0101 66.2634 48.6843 66.2424 48.268L66.1747 46.9992L65.8545 48.4577C65.7821 48.7888 65.5067 49.0382 65.1687 49.0748C64.1845 49.185 63.3095 49.3495 62.4941 49.5788C62.1768 49.669 61.8368 49.5522 61.6414 49.2856L56.6184 42.4517L58.407 50.8301C58.4749 51.1489 58.3403 51.4775 58.0677 51.6577C57.2871 52.1699 56.5593 52.7635 55.9031 53.4182C55.6186 53.7021 55.1675 53.7286 54.8524 53.4785L53.8477 52.6854L54.69 53.8399C54.9043 54.137 54.8916 54.5294 54.6642 54.8081C53.1778 56.6309 53.3073 57.3738 52.465 57.2422L43.9282 55.9235L51.2299 60.6641C51.4997 60.8379 51.6346 61.1605 51.5767 61.4749C51.4327 62.2333 51.3363 63.0654 51.2952 63.8793C51.2758 64.268 50.9776 64.5836 50.5916 64.6266ZM57.3453 91.036L52.7309 103.167L55.5569 102.905C56.3164 102.835 56.7205 103.768 56.166 104.276L53.5608 106.67C63.2295 109.657 73.9477 109.354 83.9189 105.082L77.3281 90.4272L70.4371 81.0839C69.869 81.2104 69.2967 81.305 68.7257 81.3667L68.5384 86.9921C68.5104 87.906 67.1941 88.0513 66.9762 87.1485L65.6217 81.4363C64.9587 81.3952 64.3063 81.3172 63.672 81.2005L57.3453 91.036ZM93.0177 73.7145L108.061 79.4245C109.153 76.3838 109.924 73.2265 110.333 70.0049L107.203 70.2959C106.866 70.3271 106.547 70.1416 106.408 69.8326L106.406 69.8298C106.268 69.5188 106.343 69.1543 106.594 68.9246L109.667 66.1009L109.378 62.0582C109.354 61.7248 109.542 61.413 109.847 61.2777C110.092 61.1687 110.357 61.2247 110.577 61.3641C110.24 56.5845 109.099 51.7881 107.113 47.1521L92.4791 53.7335L83.3023 60.4792C83.4321 61.028 83.5314 61.5787 83.599 62.1233L90.712 63.0273C91.6186 63.1445 91.636 64.4663 90.7265 64.5965L83.713 65.6203C83.6697 66.2385 83.5851 66.8821 83.4597 67.5423L93.0177 73.7145ZM82.295 25.2753L77.2324 38.6127L75.5138 49.872C76.0593 50.1949 76.5807 50.5472 77.0714 50.9236L82.5826 46.4216C83.2931 45.8388 84.2571 46.744 83.7302 47.4914L79.6189 53.3109C80.0164 53.7648 80.375 54.2209 80.7026 54.6909L91.8282 52.2894L106.464 45.7074C101.786 35.7767 93.8386 28.3748 84.4811 24.2175C83.8228 24.8728 83.1441 25.1699 82.295 25.2753ZM49.1735 23.9606L55.7635 38.614L62.5985 47.9138C63.1769 47.7724 63.7818 47.6598 64.4272 47.5714L65.8781 40.9503C66.073 40.0565 67.3921 40.1581 67.4425 41.0779L67.7855 47.4638C68.3649 47.5 68.9494 47.5645 69.5326 47.6584L75.7897 37.95L80.6592 25.1213C79.3141 24.6806 78.2579 23.5463 78.0911 21.9389C68.8054 19.4133 58.6505 19.8983 49.1735 23.9606ZM97.5061 95.9799C101.883 91.6636 105.258 86.5096 107.499 80.9053L92.563 75.2358L81.1552 73.4872C80.9143 73.8719 80.6523 74.251 80.3646 74.6314L85.142 79.8236C85.7663 80.5038 84.9157 81.5168 84.1404 81.0322L78.0166 77.2155C77.5158 77.6613 76.9665 78.0881 76.356 78.5051L78.7718 89.7754L85.3636 104.433C87.647 103.357 89.7968 102.11 91.804 100.71C89.7093 97.0444 94.289 93.2482 97.5061 95.9799ZM47.8521 104.466L47.613 101.109C47.559 100.372 48.462 99.9712 48.9741 100.504L51.1762 102.8L55.8649 90.4731L57.6229 78.8207C57.0046 78.4322 56.4361 78.0298 55.9039 77.6008L49.8829 82.2795C49.1556 82.8434 48.2174 81.9112 48.762 81.1807L53.3505 75.0194C53.1616 74.7804 52.9793 74.5334 52.8049 74.2794L41.2824 76.7577L28.4974 82.5073C28.7305 83.6036 28.4461 84.725 27.7807 85.5894C32.4121 94.1246 39.5464 100.585 47.8521 104.466ZM27.8512 81.0611L40.6325 75.3131L50.1411 68.3299C50.0035 67.7354 49.8991 67.1599 49.8255 66.5909L42.7867 65.4652C42.392 65.4002 42.1084 65.0562 42.1196 64.6645C42.1296 64.2682 42.4305 63.9395 42.8241 63.8965L49.758 63.1256C49.799 62.6475 49.8561 62.169 49.9283 61.7073L40.0403 55.2879L25.0425 49.6071C21.6586 59.0204 21.4458 69.5777 25.0613 79.5425C26.1538 79.6185 27.1862 80.1532 27.8512 81.0611Z" }),
1361
- /* @__PURE__ */ e.jsx("path", { d: "M88.2625 2.20076L91.0447 1.94178C91.8042 1.87155 92.2083 2.80453 91.6538 3.31309L89.596 5.20359L89.789 7.90689C89.843 8.64444 88.94 9.04504 88.4279 8.51223L86.5516 6.55578L83.7694 6.81476C83.0099 6.88499 82.6058 5.95201 83.1603 5.44346L85.2181 3.55295L85.0251 0.849646C84.9711 0.1121 85.8741 -0.288496 86.3862 0.244309L88.2625 2.20076Z" }),
1362
- /* @__PURE__ */ e.jsx("path", { d: "M42.7926 121.437L43.7546 122.441L45.1871 122.308C45.9421 122.235 46.353 123.168 45.7961 123.679L44.737 124.652L44.8366 126.039C44.8891 126.778 43.9863 127.177 43.4748 126.645L42.512 125.641L41.0796 125.775C40.3246 125.848 39.9137 124.914 40.4705 124.403L41.5303 123.43L41.4315 122.043C41.3775 121.305 42.2804 120.905 42.7926 121.437Z" }),
1363
- /* @__PURE__ */ e.jsx("path", { d: "M3.90343 34.9369L6.20403 37.3352L9.6131 37.0182C10.3726 36.948 10.7767 37.8809 10.2222 38.3895L7.70169 40.7069L7.93748 44.0202C7.99146 44.7577 7.08853 45.1583 6.57636 44.6255L4.27576 42.2272L0.866695 42.5443C0.10716 42.6145 -0.296871 41.6815 0.257621 41.173L2.77811 38.8556L2.54231 35.5423C2.48833 34.8047 3.39127 34.4041 3.90343 34.9369Z" }),
1364
- /* @__PURE__ */ e.jsx("path", { d: "M61.9902 54.3898C67.5899 51.8715 74.1707 54.3694 76.6889 59.9689C79.2072 65.5686 76.7093 72.1494 71.1096 74.6677C65.51 77.186 58.9293 74.688 56.4109 69.0883C53.8927 63.4888 56.3906 56.908 61.9902 54.3898Z" }),
1365
- /* @__PURE__ */ e.jsx("path", { d: "M126.748 87.8674C127.603 89.7694 126.755 92.0048 124.852 92.8602C122.95 93.7156 120.715 92.8671 119.86 90.965C119.004 89.063 119.853 86.8276 121.755 85.9722C123.657 85.1168 125.892 85.9653 126.748 87.8674Z" })
748
+ ) }), a2 = () => /* @__PURE__ */ t("svg", { width: "127", height: "127", viewBox: "0 0 127.081 126.889", fill: "none", "aria-hidden": "true", children: [
749
+ /* @__PURE__ */ t("g", { opacity: "0.3", fill: "url(#consultation-booked-blob-gradient)", children: [
750
+ /* @__PURE__ */ e("path", { d: "M27.9017 31.3222C27.8477 30.5847 28.7507 30.1841 29.2628 30.7169L31.8908 33.4565L33.1089 33.3431C44.3357 21.2677 61.5935 15.9144 78.2613 20.35C79.3566 17.0877 83.8696 16.8772 85.2729 19.9975C85.699 20.945 85.7001 21.9772 85.3592 22.88C101.737 30.2663 111.706 46.1047 112.239 63.0172L113.545 64.379L117.701 63.9922C118.038 63.9611 118.357 64.1466 118.496 64.4555L118.497 64.4583C118.636 64.7693 118.56 65.1339 118.31 65.3635L115.236 68.1875L115.525 72.2286C115.579 72.9661 114.676 73.3667 114.164 72.8339L111.868 70.4411C110.533 80.5327 105.861 90.033 98.4809 97.2479C100.101 100.753 96.0512 104.171 92.8726 101.898C81.1457 110.151 66.642 112.279 53.3534 108.26L53.5323 110.768C53.5863 111.505 52.6834 111.906 52.1712 111.373L49.518 108.608L45.5891 108.974C44.8341 109.047 44.4232 108.113 44.98 107.602L46.9497 105.792C38.5359 101.804 31.3005 95.2504 26.5429 86.6274C24.5351 87.6758 22.2198 86.744 21.3637 84.8403C20.5076 82.9367 21.3466 80.5863 23.4634 79.7798C18.4786 65.7354 20.8035 50.5844 28.7288 38.8609L25.9032 39.1242C25.1482 39.1973 24.7373 38.2636 25.2941 37.7529L28.1715 35.107L27.9017 31.3222ZM35.7822 33.0938C36.1187 33.0612 36.4385 33.2481 36.5774 33.5571L36.5787 33.5599C36.7169 33.8709 36.6417 34.2355 36.3913 34.4651L33.5139 37.1109L33.7837 40.8957C33.8376 41.6333 32.9347 42.0339 32.4225 41.5011L30.3305 39.3204C28.4215 42.0739 26.8429 45.0323 25.6049 48.1262L40.6029 53.8074L52.1774 55.5957C52.4595 55.1313 52.7514 54.6998 53.0576 54.2907L49.1548 48.9426C48.6095 48.2029 49.5662 47.2861 50.2851 47.8542L55.2947 51.8108C55.7536 51.3924 56.2391 51.001 56.7475 50.6418L54.318 39.2619L47.729 24.6106C43.0905 26.7969 39.0007 29.6912 35.5393 33.1165L35.7822 33.0938ZM50.5916 64.6266L48.8103 64.8256L50.6723 65.1229C51.0314 65.1802 51.3045 65.4746 51.3368 65.8349C51.5575 68.3138 52.2009 68.7824 51.5057 69.2936L44.4868 74.4482L53.0005 72.6174C53.3253 72.5477 53.6588 72.6877 53.837 72.9689C54.1738 73.5009 54.5497 74.0069 54.9556 74.4757C55.1974 74.7587 55.2138 75.1686 54.9918 75.4669L53.5145 77.4508L55.4362 75.9573C55.7358 75.7259 56.1577 75.738 56.4424 75.9865C58.5425 77.8169 59.4014 77.6518 59.2672 78.5358L57.9689 87.1388L62.6326 79.8887C63.1131 79.1399 63.5415 79.8087 66.2748 79.8807C67.0908 79.9 67.0751 80.8577 67.1521 81.0262L67.1664 80.6093C67.1798 80.1996 67.5029 79.8677 67.9116 79.8451C70.4109 79.7001 70.8815 79.0197 71.4 79.7213L76.4704 86.5966L74.6947 78.3109C74.4979 77.396 75.4398 77.5261 77.3717 75.6551C77.6327 75.402 78.0319 75.3582 78.3411 75.5516L80.0235 76.5996L78.7436 75.2095C78.4765 74.9174 78.4634 74.4789 78.7128 74.1717C79.2515 73.5122 79.6806 72.8935 80.0644 72.229C80.227 71.9456 80.5469 71.7915 80.8703 71.8412L89.1653 73.1125L82.1446 68.5781C81.8653 68.3984 81.7287 68.0663 81.8009 67.7421C82.0218 66.7455 82.1426 65.794 82.1606 64.9158C82.1675 64.5276 82.4543 64.2036 82.8381 64.148L84.7599 63.8672L82.7755 63.6148C82.4022 63.5673 82.1135 63.2629 82.0852 62.8906C81.8993 60.519 81.2337 60.0365 81.9335 59.5191L88.6228 54.6027L80.5105 56.353C80.1878 56.4218 79.8562 56.2843 79.6772 56.0069C78.7074 54.4978 78.0277 54.0193 77.8832 53.698C77.579 53.0215 78.2627 52.6523 79.0814 51.3273L77.577 52.5551C77.2819 52.7964 76.8575 52.7939 76.5657 52.5486C74.5794 50.8787 73.7253 51.0637 73.8655 50.1706L75.128 41.8991L70.5788 48.957C70.1123 49.6857 69.6522 49.0654 67.0189 49.0178C66.6024 49.0101 66.2634 48.6843 66.2424 48.268L66.1747 46.9992L65.8545 48.4577C65.7821 48.7888 65.5067 49.0382 65.1687 49.0748C64.1845 49.185 63.3095 49.3495 62.4941 49.5788C62.1768 49.669 61.8368 49.5522 61.6414 49.2856L56.6184 42.4517L58.407 50.8301C58.4749 51.1489 58.3403 51.4775 58.0677 51.6577C57.2871 52.1699 56.5593 52.7635 55.9031 53.4182C55.6186 53.7021 55.1675 53.7286 54.8524 53.4785L53.8477 52.6854L54.69 53.8399C54.9043 54.137 54.8916 54.5294 54.6642 54.8081C53.1778 56.6309 53.3073 57.3738 52.465 57.2422L43.9282 55.9235L51.2299 60.6641C51.4997 60.8379 51.6346 61.1605 51.5767 61.4749C51.4327 62.2333 51.3363 63.0654 51.2952 63.8793C51.2758 64.268 50.9776 64.5836 50.5916 64.6266ZM57.3453 91.036L52.7309 103.167L55.5569 102.905C56.3164 102.835 56.7205 103.768 56.166 104.276L53.5608 106.67C63.2295 109.657 73.9477 109.354 83.9189 105.082L77.3281 90.4272L70.4371 81.0839C69.869 81.2104 69.2967 81.305 68.7257 81.3667L68.5384 86.9921C68.5104 87.906 67.1941 88.0513 66.9762 87.1485L65.6217 81.4363C64.9587 81.3952 64.3063 81.3172 63.672 81.2005L57.3453 91.036ZM93.0177 73.7145L108.061 79.4245C109.153 76.3838 109.924 73.2265 110.333 70.0049L107.203 70.2959C106.866 70.3271 106.547 70.1416 106.408 69.8326L106.406 69.8298C106.268 69.5188 106.343 69.1543 106.594 68.9246L109.667 66.1009L109.378 62.0582C109.354 61.7248 109.542 61.413 109.847 61.2777C110.092 61.1687 110.357 61.2247 110.577 61.3641C110.24 56.5845 109.099 51.7881 107.113 47.1521L92.4791 53.7335L83.3023 60.4792C83.4321 61.028 83.5314 61.5787 83.599 62.1233L90.712 63.0273C91.6186 63.1445 91.636 64.4663 90.7265 64.5965L83.713 65.6203C83.6697 66.2385 83.5851 66.8821 83.4597 67.5423L93.0177 73.7145ZM82.295 25.2753L77.2324 38.6127L75.5138 49.872C76.0593 50.1949 76.5807 50.5472 77.0714 50.9236L82.5826 46.4216C83.2931 45.8388 84.2571 46.744 83.7302 47.4914L79.6189 53.3109C80.0164 53.7648 80.375 54.2209 80.7026 54.6909L91.8282 52.2894L106.464 45.7074C101.786 35.7767 93.8386 28.3748 84.4811 24.2175C83.8228 24.8728 83.1441 25.1699 82.295 25.2753ZM49.1735 23.9606L55.7635 38.614L62.5985 47.9138C63.1769 47.7724 63.7818 47.6598 64.4272 47.5714L65.8781 40.9503C66.073 40.0565 67.3921 40.1581 67.4425 41.0779L67.7855 47.4638C68.3649 47.5 68.9494 47.5645 69.5326 47.6584L75.7897 37.95L80.6592 25.1213C79.3141 24.6806 78.2579 23.5463 78.0911 21.9389C68.8054 19.4133 58.6505 19.8983 49.1735 23.9606ZM97.5061 95.9799C101.883 91.6636 105.258 86.5096 107.499 80.9053L92.563 75.2358L81.1552 73.4872C80.9143 73.8719 80.6523 74.251 80.3646 74.6314L85.142 79.8236C85.7663 80.5038 84.9157 81.5168 84.1404 81.0322L78.0166 77.2155C77.5158 77.6613 76.9665 78.0881 76.356 78.5051L78.7718 89.7754L85.3636 104.433C87.647 103.357 89.7968 102.11 91.804 100.71C89.7093 97.0444 94.289 93.2482 97.5061 95.9799ZM47.8521 104.466L47.613 101.109C47.559 100.372 48.462 99.9712 48.9741 100.504L51.1762 102.8L55.8649 90.4731L57.6229 78.8207C57.0046 78.4322 56.4361 78.0298 55.9039 77.6008L49.8829 82.2795C49.1556 82.8434 48.2174 81.9112 48.762 81.1807L53.3505 75.0194C53.1616 74.7804 52.9793 74.5334 52.8049 74.2794L41.2824 76.7577L28.4974 82.5073C28.7305 83.6036 28.4461 84.725 27.7807 85.5894C32.4121 94.1246 39.5464 100.585 47.8521 104.466ZM27.8512 81.0611L40.6325 75.3131L50.1411 68.3299C50.0035 67.7354 49.8991 67.1599 49.8255 66.5909L42.7867 65.4652C42.392 65.4002 42.1084 65.0562 42.1196 64.6645C42.1296 64.2682 42.4305 63.9395 42.8241 63.8965L49.758 63.1256C49.799 62.6475 49.8561 62.169 49.9283 61.7073L40.0403 55.2879L25.0425 49.6071C21.6586 59.0204 21.4458 69.5777 25.0613 79.5425C26.1538 79.6185 27.1862 80.1532 27.8512 81.0611Z" }),
751
+ /* @__PURE__ */ e("path", { d: "M88.2625 2.20076L91.0447 1.94178C91.8042 1.87155 92.2083 2.80453 91.6538 3.31309L89.596 5.20359L89.789 7.90689C89.843 8.64444 88.94 9.04504 88.4279 8.51223L86.5516 6.55578L83.7694 6.81476C83.0099 6.88499 82.6058 5.95201 83.1603 5.44346L85.2181 3.55295L85.0251 0.849646C84.9711 0.1121 85.8741 -0.288496 86.3862 0.244309L88.2625 2.20076Z" }),
752
+ /* @__PURE__ */ e("path", { d: "M42.7926 121.437L43.7546 122.441L45.1871 122.308C45.9421 122.235 46.353 123.168 45.7961 123.679L44.737 124.652L44.8366 126.039C44.8891 126.778 43.9863 127.177 43.4748 126.645L42.512 125.641L41.0796 125.775C40.3246 125.848 39.9137 124.914 40.4705 124.403L41.5303 123.43L41.4315 122.043C41.3775 121.305 42.2804 120.905 42.7926 121.437Z" }),
753
+ /* @__PURE__ */ e("path", { d: "M3.90343 34.9369L6.20403 37.3352L9.6131 37.0182C10.3726 36.948 10.7767 37.8809 10.2222 38.3895L7.70169 40.7069L7.93748 44.0202C7.99146 44.7577 7.08853 45.1583 6.57636 44.6255L4.27576 42.2272L0.866695 42.5443C0.10716 42.6145 -0.296871 41.6815 0.257621 41.173L2.77811 38.8556L2.54231 35.5423C2.48833 34.8047 3.39127 34.4041 3.90343 34.9369Z" }),
754
+ /* @__PURE__ */ e("path", { d: "M61.9902 54.3898C67.5899 51.8715 74.1707 54.3694 76.6889 59.9689C79.2072 65.5686 76.7093 72.1494 71.1096 74.6677C65.51 77.186 58.9293 74.688 56.4109 69.0883C53.8927 63.4888 56.3906 56.908 61.9902 54.3898Z" }),
755
+ /* @__PURE__ */ e("path", { d: "M126.748 87.8674C127.603 89.7694 126.755 92.0048 124.852 92.8602C122.95 93.7156 120.715 92.8671 119.86 90.965C119.004 89.063 119.853 86.8276 121.755 85.9722C123.657 85.1168 125.892 85.9653 126.748 87.8674Z" })
1366
756
  ] }),
1367
- /* @__PURE__ */ e.jsx(
757
+ /* @__PURE__ */ e(
1368
758
  "path",
1369
759
  {
1370
760
  opacity: "0.1",
@@ -1374,7 +764,7 @@ const Ne = (r) => {
1374
764
  fill: "#6A28D9"
1375
765
  }
1376
766
  ),
1377
- /* @__PURE__ */ e.jsx(
767
+ /* @__PURE__ */ e(
1378
768
  "path",
1379
769
  {
1380
770
  opacity: "0.1",
@@ -1384,7 +774,7 @@ const Ne = (r) => {
1384
774
  fill: "#6A28D9"
1385
775
  }
1386
776
  ),
1387
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsxs(
777
+ /* @__PURE__ */ e("defs", { children: /* @__PURE__ */ t(
1388
778
  "linearGradient",
1389
779
  {
1390
780
  id: "consultation-booked-blob-gradient",
@@ -1394,78 +784,78 @@ const Ne = (r) => {
1394
784
  y2: "97.2058",
1395
785
  gradientUnits: "userSpaceOnUse",
1396
786
  children: [
1397
- /* @__PURE__ */ e.jsx("stop", { stopColor: "#CEC7FF" }),
1398
- /* @__PURE__ */ e.jsx("stop", { offset: "0.541706", stopColor: "#A2C8FF" }),
1399
- /* @__PURE__ */ e.jsx("stop", { offset: "1", stopColor: "white" })
787
+ /* @__PURE__ */ e("stop", { stopColor: "#CEC7FF" }),
788
+ /* @__PURE__ */ e("stop", { offset: "0.541706", stopColor: "#A2C8FF" }),
789
+ /* @__PURE__ */ e("stop", { offset: "1", stopColor: "white" })
1400
790
  ]
1401
791
  }
1402
792
  ) })
1403
- ] }), Z2 = "_root_6lh37_2", q2 = "_blob_6lh37_16", W2 = "_header_6lh37_28", V2 = "_headerIcon_6lh37_39", Y2 = "_headerText_6lh37_45", U2 = "_cardWrap_6lh37_56", H2 = "_card_6lh37_56", z2 = "_ctaBtn_6lh37_70", J2 = "_reminder_6lh37_97", K2 = "_reminderIcon_6lh37_111", G2 = "_reminderText_6lh37_117", I = {
1404
- root: Z2,
1405
- blob: q2,
1406
- header: W2,
1407
- headerIcon: V2,
1408
- headerText: Y2,
1409
- cardWrap: U2,
1410
- card: H2,
1411
- ctaBtn: z2,
1412
- reminder: J2,
1413
- reminderIcon: K2,
1414
- reminderText: G2
1415
- }, X2 = (...r) => r.filter(Boolean).join(" "), M7 = ({
1416
- astrologer: r,
1417
- dateLabel: u,
1418
- timeRangeLabel: w,
1419
- onJoinCall: b,
1420
- reminderMinutesBefore: h = 15,
1421
- t: x,
1422
- className: C = ""
1423
- }) => /* @__PURE__ */ e.jsxs("div", { className: X2(I.root, C), children: [
1424
- /* @__PURE__ */ e.jsx("span", { className: I.blob, "aria-hidden": "true", children: /* @__PURE__ */ e.jsx(O2, {}) }),
1425
- /* @__PURE__ */ e.jsxs("div", { className: I.header, children: [
1426
- /* @__PURE__ */ e.jsx("span", { className: I.headerIcon, children: /* @__PURE__ */ e.jsx(F2, {}) }),
1427
- /* @__PURE__ */ e.jsx("p", { className: I.headerText, children: x?.("consultationCallDetailsHeading") ?? "Your astrology call details:" })
793
+ ] }), o2 = "_root_6lh37_2", n2 = "_blob_6lh37_16", l2 = "_header_6lh37_28", i2 = "_headerIcon_6lh37_39", c2 = "_headerText_6lh37_45", s2 = "_cardWrap_6lh37_56", r2 = "_card_6lh37_56", d2 = "_ctaBtn_6lh37_70", C2 = "_reminder_6lh37_97", h2 = "_reminderIcon_6lh37_111", _2 = "_reminderText_6lh37_117", L = {
794
+ root: o2,
795
+ blob: n2,
796
+ header: l2,
797
+ headerIcon: i2,
798
+ headerText: c2,
799
+ cardWrap: s2,
800
+ card: r2,
801
+ ctaBtn: d2,
802
+ reminder: C2,
803
+ reminderIcon: h2,
804
+ reminderText: _2
805
+ }, p2 = (...a) => a.filter(Boolean).join(" "), X2 = ({
806
+ astrologer: a,
807
+ dateLabel: l,
808
+ timeRangeLabel: u,
809
+ onJoinCall: p,
810
+ reminderMinutesBefore: s = 15,
811
+ t: h,
812
+ className: r = ""
813
+ }) => /* @__PURE__ */ t("div", { className: p2(L.root, r), children: [
814
+ /* @__PURE__ */ e("span", { className: L.blob, "aria-hidden": "true", children: /* @__PURE__ */ e(a2, {}) }),
815
+ /* @__PURE__ */ t("div", { className: L.header, children: [
816
+ /* @__PURE__ */ e("span", { className: L.headerIcon, children: /* @__PURE__ */ e(X5, {}) }),
817
+ /* @__PURE__ */ e("p", { className: L.headerText, children: h?.("consultationCallDetailsHeading") ?? "Your astrology call details:" })
1428
818
  ] }),
1429
- /* @__PURE__ */ e.jsx("div", { className: I.cardWrap, children: /* @__PURE__ */ e.jsx(
1430
- U1,
819
+ /* @__PURE__ */ e("div", { className: L.cardWrap, children: /* @__PURE__ */ e(
820
+ D,
1431
821
  {
1432
- className: I.card,
1433
- astrologer: r,
1434
- dateLabel: u,
1435
- timeRangeLabel: w,
1436
- t: x,
1437
- astrologerFooter: b && /* @__PURE__ */ e.jsxs("button", { type: "button", className: I.ctaBtn, onClick: b, children: [
1438
- /* @__PURE__ */ e.jsx(D2, {}),
1439
- x?.("consultationJoinCall") ?? "Join Call"
822
+ className: L.card,
823
+ astrologer: a,
824
+ dateLabel: l,
825
+ timeRangeLabel: u,
826
+ t: h,
827
+ astrologerFooter: p && /* @__PURE__ */ t("button", { type: "button", className: L.ctaBtn, onClick: p, children: [
828
+ /* @__PURE__ */ e(t2, {}),
829
+ h?.("consultationJoinCall") ?? "Join Call"
1440
830
  ] })
1441
831
  }
1442
832
  ) }),
1443
- /* @__PURE__ */ e.jsxs("div", { className: I.reminder, children: [
1444
- /* @__PURE__ */ e.jsx("span", { className: I.reminderIcon, children: /* @__PURE__ */ e.jsx(A2, {}) }),
1445
- /* @__PURE__ */ e.jsx("p", { className: I.reminderText, children: x?.("consultationCallReminderNote", { minutes: h }) ?? `You will receive a notification ${h} minutes before the call` })
833
+ /* @__PURE__ */ t("div", { className: L.reminder, children: [
834
+ /* @__PURE__ */ e("span", { className: L.reminderIcon, children: /* @__PURE__ */ e(e2, {}) }),
835
+ /* @__PURE__ */ e("p", { className: L.reminderText, children: h?.("consultationCallReminderNote", { minutes: s }) ?? `You will receive a notification ${s} minutes before the call` })
1446
836
  ] })
1447
- ] }), Q2 = () => /* @__PURE__ */ e.jsx("svg", { width: "16", height: "16", viewBox: "0 0 13 13", fill: "none", "aria-hidden": "true", children: /* @__PURE__ */ e.jsx(
837
+ ] }), u2 = () => /* @__PURE__ */ e("svg", { width: "16", height: "16", viewBox: "0 0 13 13", fill: "none", "aria-hidden": "true", children: /* @__PURE__ */ e(
1448
838
  "path",
1449
839
  {
1450
840
  d: "M6.5 0C10.0901 0 13 2.90986 13 6.5C13 10.0901 10.0901 13 6.5 13C2.90986 13 0 10.0901 0 6.5C0 2.90986 2.90986 0 6.5 0ZM10.21 4.1709C10.0284 3.96331 9.71281 3.94187 9.50488 4.12305L5.25 7.83594L3.49609 6.30469C3.28809 6.12318 2.97163 6.14562 2.79004 6.35352C2.60887 6.56152 2.63011 6.87711 2.83789 7.05859L4.92188 8.87695C5.11019 9.04088 5.39091 9.0411 5.5791 8.87695L10.1621 4.87695C10.3699 4.6954 10.3913 4.37889 10.21 4.1709Z",
1451
841
  fill: "#159169"
1452
842
  }
1453
- ) }), e7 = () => /* @__PURE__ */ e.jsx("svg", { width: "12", height: "12", viewBox: "0 0 9.38 8.94", fill: "none", "aria-hidden": "true", children: /* @__PURE__ */ e.jsx(
843
+ ) }), m2 = () => /* @__PURE__ */ e("svg", { width: "12", height: "12", viewBox: "0 0 9.38 8.94", fill: "none", "aria-hidden": "true", children: /* @__PURE__ */ e(
1454
844
  "path",
1455
845
  {
1456
846
  d: "M9.28094 3.71918L7.22537 5.72294L7.7108 8.55302C7.73192 8.67677 7.6811 8.80184 7.57946 8.87576C7.52204 8.91767 7.45373 8.93879 7.38542 8.93879C7.33295 8.93879 7.28015 8.92625 7.23197 8.90084L4.69031 7.56467L2.14898 8.90051C2.0381 8.95925 1.90313 8.94968 1.80149 8.87543C1.69985 8.80151 1.64903 8.67644 1.67015 8.55269L2.15558 5.72261L0.0996759 3.71918C0.00991586 3.6314 -0.0227541 3.50006 0.0161859 3.38093C0.0551259 3.2618 0.158416 3.17435 0.282826 3.1562L3.1238 2.7437L4.3943 0.169042C4.50551 -0.0563475 4.87511 -0.0563475 4.98632 0.169042L6.25682 2.7437L9.09779 3.1562C9.2222 3.17435 9.32549 3.26147 9.36443 3.38093C9.40337 3.50039 9.3707 3.63107 9.28094 3.71918Z",
1457
847
  fill: "#FFC627"
1458
848
  }
1459
- ) }), t7 = () => /* @__PURE__ */ e.jsxs("svg", { width: "24", height: "24", viewBox: "0 0 23.9 23.9", fill: "none", "aria-hidden": "true", children: [
1460
- /* @__PURE__ */ e.jsx("circle", { cx: "11.6667", cy: "11.6667", r: "5.83333", fill: "white" }),
1461
- /* @__PURE__ */ e.jsx(
849
+ ) }), L2 = () => /* @__PURE__ */ t("svg", { width: "24", height: "24", viewBox: "0 0 23.9 23.9", fill: "none", "aria-hidden": "true", children: [
850
+ /* @__PURE__ */ e("circle", { cx: "11.6667", cy: "11.6667", r: "5.83333", fill: "white" }),
851
+ /* @__PURE__ */ e(
1462
852
  "path",
1463
853
  {
1464
854
  d: "M21.1605 13.933C21.4969 13.7095 21.7815 13.4167 21.9953 13.0741C22.2091 12.7315 22.3471 12.3472 22.4 11.9468C22.3471 11.5465 22.2091 11.1621 21.9953 10.8196C21.7815 10.477 21.4969 10.1841 21.1605 9.9607C20.8921 9.73966 20.6602 9.47759 20.4736 9.18417C20.4343 8.81253 20.4699 8.43679 20.5781 8.0791C20.7089 7.70675 20.7605 7.31122 20.7296 6.91779C20.6988 6.52437 20.5861 6.14171 20.3989 5.7943C20.1225 5.50969 19.79 5.2857 19.4223 5.13659C19.0547 4.98747 18.66 4.9165 18.2635 4.92817C17.905 4.91214 17.5517 4.83644 17.2181 4.70417C16.9832 4.43149 16.8009 4.11755 16.6805 3.7783C16.5688 3.3924 16.3767 3.03453 16.1167 2.72824C15.8568 2.42195 15.5349 2.17418 15.1723 2.00123C14.7891 1.93273 14.3959 1.94517 14.0178 2.03776C13.6397 2.13035 13.2852 2.30103 12.9771 2.53883C12.6647 2.75141 12.3152 2.90338 11.9467 2.98683C11.5782 2.90338 11.2286 2.75141 10.9163 2.53883C10.6085 2.30026 10.2541 2.12911 9.87586 2.03649C9.49767 1.94387 9.10421 1.93186 8.72107 2.00123C8.35846 2.17418 8.03659 2.42195 7.77662 2.72824C7.51666 3.03453 7.32451 3.3924 7.2128 3.7783C7.09247 4.11755 6.91018 4.43149 6.6752 4.70417C6.34164 4.83644 5.98834 4.91214 5.62987 4.92817C5.23331 4.9165 4.83866 4.98747 4.47102 5.13659C4.10338 5.2857 3.77079 5.50969 3.4944 5.7943C3.30721 6.14171 3.19458 6.52437 3.16372 6.91779C3.13287 7.31122 3.18446 7.70675 3.3152 8.0791C3.42345 8.43679 3.459 8.81253 3.41973 9.18417C3.2331 9.47759 3.00126 9.73966 2.7328 9.9607C2.39644 10.1841 2.11181 10.477 1.89802 10.8196C1.68424 11.1621 1.54625 11.5465 1.49333 11.9468C1.54625 12.3472 1.68424 12.7315 1.89802 13.0741C2.11181 13.4167 2.39644 13.7095 2.7328 13.933C3.00126 14.154 3.2331 14.4161 3.41973 14.7095C3.459 15.0811 3.42345 15.4569 3.3152 15.8146C3.18446 16.1869 3.13287 16.5824 3.16372 16.9759C3.19458 17.3693 3.30721 17.752 3.4944 18.0994C3.77079 18.384 4.10338 18.608 4.47102 18.7571C4.83866 18.9062 5.23331 18.9772 5.62987 18.9655C5.98834 18.9815 6.34164 19.0572 6.6752 19.1895C6.91018 19.4622 7.09247 19.7761 7.2128 20.1154C7.32451 20.5013 7.51666 20.8591 7.77662 21.1654C8.03659 21.4717 8.35846 21.7195 8.72107 21.8924C9.10423 21.9609 9.49749 21.9485 9.87555 21.8559C10.2536 21.7633 10.6081 21.5926 10.9163 21.3548C11.2286 21.1423 11.5782 20.9903 11.9467 20.9068C12.3152 20.9903 12.6647 21.1423 12.9771 21.3548C13.4867 21.6934 14.0709 21.9035 14.6795 21.9671C14.8469 21.9716 15.0137 21.9463 15.1723 21.8924C15.5349 21.7195 15.8568 21.4717 16.1167 21.1654C16.3767 20.8591 16.5688 20.5013 16.6805 20.1154C16.8009 19.7761 16.9832 19.4622 17.2181 19.1895C17.5517 19.0572 17.905 18.9815 18.2635 18.9655C18.66 18.9772 19.0547 18.9062 19.4223 18.7571C19.79 18.608 20.1225 18.384 20.3989 18.0994C20.5861 17.752 20.6988 17.3693 20.7296 16.9759C20.7605 16.5824 20.7089 16.1869 20.5781 15.8146C20.4699 15.4569 20.4343 15.0811 20.4736 14.7095C20.6602 14.4161 20.8921 14.154 21.1605 13.933ZM15.456 10.4834L11.4837 14.4706C11.3399 14.6049 11.1504 14.6797 10.9536 14.6797C10.7568 14.6797 10.5673 14.6049 10.4235 14.4706L8.43734 12.4695C8.30102 12.3304 8.22511 12.1431 8.22609 11.9484C8.22707 11.7536 8.30488 11.5671 8.44259 11.4294C8.5803 11.2917 8.7668 11.2139 8.96155 11.2129C9.1563 11.2119 9.34357 11.2879 9.48267 11.4242L10.9461 12.8876L14.4107 9.4231C14.5504 9.28668 14.738 9.21031 14.9333 9.21031C15.1287 9.21031 15.3162 9.28668 15.456 9.4231C15.5269 9.492 15.5832 9.57442 15.6217 9.66548C15.6602 9.75653 15.68 9.85438 15.68 9.95323C15.68 10.0521 15.6602 10.1499 15.6217 10.241C15.5832 10.332 15.5269 10.4145 15.456 10.4834Z",
1465
855
  fill: "#1A6EE5"
1466
856
  }
1467
857
  )
1468
- ] }), a7 = () => /* @__PURE__ */ e.jsx("svg", { width: "18", height: "18", viewBox: "0 0 18 18", fill: "none", "aria-hidden": "true", children: /* @__PURE__ */ e.jsx(
858
+ ] }), g2 = () => /* @__PURE__ */ e("svg", { width: "18", height: "18", viewBox: "0 0 18 18", fill: "none", "aria-hidden": "true", children: /* @__PURE__ */ e(
1469
859
  "path",
1470
860
  {
1471
861
  d: "M3.75 9H14.25M14.25 9L9.75 4.5M14.25 9L9.75 13.5",
@@ -1474,116 +864,116 @@ const Ne = (r) => {
1474
864
  strokeLinecap: "round",
1475
865
  strokeLinejoin: "round"
1476
866
  }
1477
- ) }), n7 = "_root_97nv9_5", r7 = "_card_97nv9_17", o7 = "_header_97nv9_32", s7 = "_title_97nv9_40", i7 = "_includedTag_97nv9_49", l7 = "_includedIcon_97nv9_58", c7 = "_includedText_97nv9_65", d7 = "_scrollRow_97nv9_74", u7 = "_astrologerCard_97nv9_89", C7 = "_astrologerCardSelected_97nv9_105", h7 = "_ribbon_97nv9_113", f7 = "_avatar_97nv9_133", _7 = "_avatarInner_97nv9_133", p7 = "_avatarFill_97nv9_152", v7 = "_photo_97nv9_158", x7 = "_photoFallback_97nv9_166", m7 = "_verifiedBadge_97nv9_177", g7 = "_meta_97nv9_183", j7 = "_name_97nv9_191", b7 = "_subRow_97nv9_202", L7 = "_rating_97nv9_208", k7 = "_dot_97nv9_218", y7 = "_experience_97nv9_226", R7 = "_languages_97nv9_233", N7 = "_footer_97nv9_242", w7 = "_ctaBtn_97nv9_250", v = {
1478
- root: n7,
1479
- card: r7,
1480
- header: o7,
1481
- title: s7,
1482
- includedTag: i7,
1483
- includedIcon: l7,
1484
- includedText: c7,
1485
- scrollRow: d7,
1486
- astrologerCard: u7,
1487
- astrologerCardSelected: C7,
1488
- ribbon: h7,
1489
- avatar: f7,
1490
- avatarInner: _7,
1491
- avatarFill: p7,
1492
- photo: v7,
1493
- photoFallback: x7,
1494
- verifiedBadge: m7,
1495
- meta: g7,
1496
- name: j7,
1497
- subRow: b7,
1498
- rating: L7,
1499
- dot: k7,
1500
- experience: y7,
1501
- languages: R7,
1502
- footer: N7,
1503
- ctaBtn: w7
1504
- }, V1 = (...r) => r.filter(Boolean).join(" "), F7 = ({
1505
- astrologers: r,
1506
- selectedAstrologerId: u,
1507
- onSelectAstrologer: w,
1508
- onScheduleCall: b,
1509
- ctaDisabled: h = !1,
1510
- ctaLabel: x,
1511
- t: C,
1512
- className: m = ""
1513
- }) => /* @__PURE__ */ e.jsx("div", { className: V1(v.root, m), children: /* @__PURE__ */ e.jsxs("div", { className: v.card, children: [
1514
- /* @__PURE__ */ e.jsxs("div", { className: v.header, children: [
1515
- /* @__PURE__ */ e.jsx("p", { className: v.title, children: C?.("consultationScheduleCallTitle") ?? "Schedule your astrology call" }),
1516
- /* @__PURE__ */ e.jsxs("span", { className: v.includedTag, children: [
1517
- /* @__PURE__ */ e.jsx("span", { className: v.includedIcon, children: /* @__PURE__ */ e.jsx(Q2, {}) }),
1518
- /* @__PURE__ */ e.jsx("span", { className: v.includedText, children: C?.("consultationIncludedInPackage") ?? "Included in your package" })
867
+ ) }), v2 = "_root_97nv9_5", b2 = "_card_97nv9_17", f2 = "_header_97nv9_32", N2 = "_title_97nv9_40", k2 = "_includedTag_97nv9_49", x2 = "_includedIcon_97nv9_58", w2 = "_includedText_97nv9_65", S2 = "_scrollRow_97nv9_74", B2 = "_astrologerCard_97nv9_89", y2 = "_astrologerCardSelected_97nv9_105", R2 = "_ribbon_97nv9_113", M2 = "_avatar_97nv9_133", $2 = "_avatarInner_97nv9_133", I2 = "_avatarFill_97nv9_152", T2 = "_photo_97nv9_158", Z2 = "_photoFallback_97nv9_166", F2 = "_verifiedBadge_97nv9_177", q2 = "_meta_97nv9_183", A2 = "_name_97nv9_191", D2 = "_subRow_97nv9_202", P2 = "_rating_97nv9_208", V2 = "_dot_97nv9_218", E2 = "_experience_97nv9_226", W2 = "_languages_97nv9_233", H2 = "_footer_97nv9_242", j2 = "_ctaBtn_97nv9_250", c = {
868
+ root: v2,
869
+ card: b2,
870
+ header: f2,
871
+ title: N2,
872
+ includedTag: k2,
873
+ includedIcon: x2,
874
+ includedText: w2,
875
+ scrollRow: S2,
876
+ astrologerCard: B2,
877
+ astrologerCardSelected: y2,
878
+ ribbon: R2,
879
+ avatar: M2,
880
+ avatarInner: $2,
881
+ avatarFill: I2,
882
+ photo: T2,
883
+ photoFallback: Z2,
884
+ verifiedBadge: F2,
885
+ meta: q2,
886
+ name: A2,
887
+ subRow: D2,
888
+ rating: P2,
889
+ dot: V2,
890
+ experience: E2,
891
+ languages: W2,
892
+ footer: H2,
893
+ ctaBtn: j2
894
+ }, q = (...a) => a.filter(Boolean).join(" "), e7 = ({
895
+ astrologers: a,
896
+ selectedAstrologerId: l,
897
+ onSelectAstrologer: u,
898
+ onScheduleCall: p,
899
+ ctaDisabled: s = !1,
900
+ ctaLabel: h,
901
+ t: r,
902
+ className: _ = ""
903
+ }) => /* @__PURE__ */ e("div", { className: q(c.root, _), children: /* @__PURE__ */ t("div", { className: c.card, children: [
904
+ /* @__PURE__ */ t("div", { className: c.header, children: [
905
+ /* @__PURE__ */ e("p", { className: c.title, children: r?.("consultationScheduleCallTitle") ?? "Schedule your astrology call" }),
906
+ /* @__PURE__ */ t("span", { className: c.includedTag, children: [
907
+ /* @__PURE__ */ e("span", { className: c.includedIcon, children: /* @__PURE__ */ e(u2, {}) }),
908
+ /* @__PURE__ */ e("span", { className: c.includedText, children: r?.("consultationIncludedInPackage") ?? "Included in your package" })
1519
909
  ] })
1520
910
  ] }),
1521
- /* @__PURE__ */ e.jsx(
911
+ /* @__PURE__ */ e(
1522
912
  "div",
1523
913
  {
1524
- className: v.scrollRow,
914
+ className: c.scrollRow,
1525
915
  role: "radiogroup",
1526
- "aria-label": C?.("consultationScheduleCallTitle") ?? "Schedule your astrology call",
1527
- children: r.map((o) => {
1528
- const k = o.id === u, g = o.languages?.length ? o.languages.join(", ") : "", d = typeof o.rating == "number" && o.rating > 0, N = typeof o.experienceYears == "number";
1529
- return /* @__PURE__ */ e.jsxs(
916
+ "aria-label": r?.("consultationScheduleCallTitle") ?? "Schedule your astrology call",
917
+ children: a.map((n) => {
918
+ const m = n.id === l, g = n.languages?.length ? n.languages.join(", ") : "", C = typeof n.rating == "number" && n.rating > 0, v = typeof n.experienceYears == "number";
919
+ return /* @__PURE__ */ t(
1530
920
  "button",
1531
921
  {
1532
922
  type: "button",
1533
923
  role: "radio",
1534
- "aria-checked": k,
1535
- className: V1(v.astrologerCard, k && v.astrologerCardSelected),
1536
- onClick: () => w?.(o),
924
+ "aria-checked": m,
925
+ className: q(c.astrologerCard, m && c.astrologerCardSelected),
926
+ onClick: () => u?.(n),
1537
927
  children: [
1538
- o.isRecommended && /* @__PURE__ */ e.jsx("span", { className: v.ribbon, children: C?.("consultationRecommended") ?? "Recommended" }),
1539
- /* @__PURE__ */ e.jsxs("span", { className: v.avatar, children: [
1540
- /* @__PURE__ */ e.jsxs("span", { className: v.avatarInner, children: [
1541
- /* @__PURE__ */ e.jsx("span", { className: v.avatarFill }),
1542
- o.photoUrl ? /* @__PURE__ */ e.jsx("img", { className: v.photo, src: o.photoUrl, alt: o.name }) : /* @__PURE__ */ e.jsx("span", { className: v.photoFallback, "aria-hidden": "true", children: o.name?.trim().charAt(0).toUpperCase() || "?" })
928
+ n.isRecommended && /* @__PURE__ */ e("span", { className: c.ribbon, children: r?.("consultationRecommended") ?? "Recommended" }),
929
+ /* @__PURE__ */ t("span", { className: c.avatar, children: [
930
+ /* @__PURE__ */ t("span", { className: c.avatarInner, children: [
931
+ /* @__PURE__ */ e("span", { className: c.avatarFill }),
932
+ n.photoUrl ? /* @__PURE__ */ e("img", { className: c.photo, src: n.photoUrl, alt: n.name }) : /* @__PURE__ */ e("span", { className: c.photoFallback, "aria-hidden": "true", children: n.name?.trim().charAt(0).toUpperCase() || "?" })
1543
933
  ] }),
1544
- /* @__PURE__ */ e.jsx("span", { className: v.verifiedBadge, children: /* @__PURE__ */ e.jsx(t7, {}) })
934
+ /* @__PURE__ */ e("span", { className: c.verifiedBadge, children: /* @__PURE__ */ e(L2, {}) })
1545
935
  ] }),
1546
- /* @__PURE__ */ e.jsxs("span", { className: v.meta, children: [
1547
- /* @__PURE__ */ e.jsx("p", { className: v.name, children: o.name }),
1548
- (d || N) && /* @__PURE__ */ e.jsxs("span", { className: v.subRow, children: [
1549
- d && /* @__PURE__ */ e.jsxs("span", { className: v.rating, children: [
1550
- o.rating.toFixed(1),
1551
- /* @__PURE__ */ e.jsx(e7, {})
936
+ /* @__PURE__ */ t("span", { className: c.meta, children: [
937
+ /* @__PURE__ */ e("p", { className: c.name, children: n.name }),
938
+ (C || v) && /* @__PURE__ */ t("span", { className: c.subRow, children: [
939
+ C && /* @__PURE__ */ t("span", { className: c.rating, children: [
940
+ n.rating.toFixed(1),
941
+ /* @__PURE__ */ e(m2, {})
1552
942
  ] }),
1553
- d && N && /* @__PURE__ */ e.jsx("span", { className: v.dot }),
1554
- N && /* @__PURE__ */ e.jsx("span", { className: v.experience, children: C?.("consultationYearsExperience", { count: o.experienceYears }) ?? `${o.experienceYears} years of experience` })
943
+ C && v && /* @__PURE__ */ e("span", { className: c.dot }),
944
+ v && /* @__PURE__ */ e("span", { className: c.experience, children: r?.("consultationYearsExperience", { count: n.experienceYears }) ?? `${n.experienceYears} years of experience` })
1555
945
  ] }),
1556
- g && /* @__PURE__ */ e.jsx("p", { className: v.languages, children: g })
946
+ g && /* @__PURE__ */ e("p", { className: c.languages, children: g })
1557
947
  ] })
1558
948
  ]
1559
949
  },
1560
- o.id
950
+ n.id
1561
951
  );
1562
952
  })
1563
953
  }
1564
954
  ),
1565
- /* @__PURE__ */ e.jsx("div", { className: v.footer, children: /* @__PURE__ */ e.jsxs(
955
+ /* @__PURE__ */ e("div", { className: c.footer, children: /* @__PURE__ */ t(
1566
956
  "button",
1567
957
  {
1568
958
  type: "button",
1569
- className: v.ctaBtn,
1570
- disabled: h,
1571
- onClick: b,
959
+ className: c.ctaBtn,
960
+ disabled: s,
961
+ onClick: p,
1572
962
  children: [
1573
- x ?? C?.("consultationScheduleCall") ?? "Schedule your call",
1574
- /* @__PURE__ */ e.jsx(a7, {})
963
+ h ?? r?.("consultationScheduleCall") ?? "Schedule your call",
964
+ /* @__PURE__ */ e(g2, {})
1575
965
  ]
1576
966
  }
1577
967
  ) })
1578
968
  ] }) });
1579
969
  export {
1580
- $7 as AstroConsultationSuccessModal,
1581
- B7 as AstrologerCard,
1582
- M7 as ConsultationBookedSection,
1583
- U1 as ConsultationDetailsCard,
1584
- P7 as ConsultationSlotSheet,
1585
- I7 as PaymentResult,
1586
- F7 as UnscheduledAstrologerList,
1587
- Ne as getAstrologerPriceSymbol
970
+ Q2 as AstroConsultationSuccessModal,
971
+ G2 as AstrologerCard,
972
+ X2 as ConsultationBookedSection,
973
+ D as ConsultationDetailsCard,
974
+ J2 as ConsultationSlotSheet,
975
+ K2 as PaymentResult,
976
+ e7 as UnscheduledAstrologerList,
977
+ H as getAstrologerPriceSymbol
1588
978
  };
1589
979
  //# sourceMappingURL=astro-consultation.js.map