@salla.sa/twilight-components 1.0.28 → 1.0.31

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.
Files changed (38) hide show
  1. package/dist/cjs/index.cjs.js +2 -3
  2. package/dist/cjs/loader.cjs.js +1 -1
  3. package/dist/cjs/salla-branches.cjs.entry.js +2 -5
  4. package/dist/cjs/{salla-button_5.cjs.entry.js → salla-button_7.cjs.entry.js} +82 -4
  5. package/dist/cjs/{salla-login-15aff630.js → salla-search-257561ac.js} +74 -0
  6. package/dist/cjs/twilight-components.cjs.js +1 -1
  7. package/dist/collection/components/salla-branches/salla-branches.js +2 -5
  8. package/dist/collection/components/salla-tel-input/salla-tel-input.js +3 -3
  9. package/dist/collection/plugins/tailwind-theme/index.js +16 -1
  10. package/dist/esm/index.js +1 -2
  11. package/dist/esm/loader.js +1 -1
  12. package/dist/esm/salla-branches.entry.js +2 -5
  13. package/dist/esm/{salla-button_5.entry.js → salla-button_7.entry.js} +80 -4
  14. package/dist/esm/{salla-login-e6e86a3d.js → salla-search-c30c12ef.js} +74 -1
  15. package/dist/esm/twilight-components.js +1 -1
  16. package/dist/twilight-components/index.esm.js +1 -1
  17. package/dist/twilight-components/{p-f97ea1f7.js → p-1ec2f128.js} +1 -1
  18. package/dist/twilight-components/p-8d941a1f.entry.js +1 -0
  19. package/dist/twilight-components/p-9cabc8a4.entry.js +1 -0
  20. package/dist/twilight-components/twilight-components.esm.js +1 -1
  21. package/example/assets/tailwind.css +3 -0
  22. package/example/dist/tailwind.css +2891 -0
  23. package/example/index.html +77 -0
  24. package/example/package-lock.json +1073 -0
  25. package/example/package.json +17 -0
  26. package/example/tailwind.config.js +48 -0
  27. package/package.json +3 -2
  28. package/dist/cjs/salla-localization.cjs.entry.js +0 -84
  29. package/dist/cjs/salla-search-7d0fe40b.js +0 -79
  30. package/dist/cjs/salla-search.cjs.entry.js +0 -11
  31. package/dist/esm/salla-localization.entry.js +0 -80
  32. package/dist/esm/salla-search-66aae389.js +0 -77
  33. package/dist/esm/salla-search.entry.js +0 -3
  34. package/dist/twilight-components/p-079df88b.js +0 -1
  35. package/dist/twilight-components/p-54f90d2b.entry.js +0 -1
  36. package/dist/twilight-components/p-5bf5ce53.entry.js +0 -1
  37. package/dist/twilight-components/p-8305cef7.entry.js +0 -1
  38. package/dist/twilight-components/p-b195e28c.entry.js +0 -1
@@ -0,0 +1,2891 @@
1
+ /*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */
2
+
3
+ /*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
4
+
5
+ /*
6
+ Document
7
+ ========
8
+ */
9
+
10
+ /**
11
+ Use a better box model (opinionated).
12
+ */
13
+
14
+ *,
15
+ ::before,
16
+ ::after {
17
+ box-sizing: border-box;
18
+ }
19
+
20
+ /**
21
+ Use a more readable tab size (opinionated).
22
+ */
23
+
24
+ html {
25
+ -moz-tab-size: 4;
26
+ -o-tab-size: 4;
27
+ tab-size: 4;
28
+ }
29
+
30
+ /**
31
+ 1. Correct the line height in all browsers.
32
+ 2. Prevent adjustments of font size after orientation changes in iOS.
33
+ */
34
+
35
+ html {
36
+ line-height: 1.15;
37
+ /* 1 */
38
+ -webkit-text-size-adjust: 100%;
39
+ /* 2 */
40
+ }
41
+
42
+ /*
43
+ Sections
44
+ ========
45
+ */
46
+
47
+ /**
48
+ Remove the margin in all browsers.
49
+ */
50
+
51
+ body {
52
+ margin: 0;
53
+ }
54
+
55
+ /**
56
+ Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
57
+ */
58
+
59
+ body {
60
+ font-family:
61
+ system-ui,
62
+ -apple-system, /* Firefox supports this but not yet `system-ui` */
63
+ 'Segoe UI',
64
+ Roboto,
65
+ Helvetica,
66
+ Arial,
67
+ sans-serif,
68
+ 'Apple Color Emoji',
69
+ 'Segoe UI Emoji';
70
+ }
71
+
72
+ /*
73
+ Grouping content
74
+ ================
75
+ */
76
+
77
+ /**
78
+ 1. Add the correct height in Firefox.
79
+ 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
80
+ */
81
+
82
+ hr {
83
+ height: 0;
84
+ /* 1 */
85
+ color: inherit;
86
+ /* 2 */
87
+ }
88
+
89
+ /*
90
+ Text-level semantics
91
+ ====================
92
+ */
93
+
94
+ /**
95
+ Add the correct text decoration in Chrome, Edge, and Safari.
96
+ */
97
+
98
+ abbr[title] {
99
+ -webkit-text-decoration: underline dotted;
100
+ text-decoration: underline dotted;
101
+ }
102
+
103
+ /**
104
+ Add the correct font weight in Edge and Safari.
105
+ */
106
+
107
+ b,
108
+ strong {
109
+ font-weight: bolder;
110
+ }
111
+
112
+ /**
113
+ 1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
114
+ 2. Correct the odd 'em' font sizing in all browsers.
115
+ */
116
+
117
+ code,
118
+ kbd,
119
+ samp,
120
+ pre {
121
+ font-family:
122
+ ui-monospace,
123
+ SFMono-Regular,
124
+ Consolas,
125
+ 'Liberation Mono',
126
+ Menlo,
127
+ monospace;
128
+ /* 1 */
129
+ font-size: 1em;
130
+ /* 2 */
131
+ }
132
+
133
+ /**
134
+ Add the correct font size in all browsers.
135
+ */
136
+
137
+ small {
138
+ font-size: 80%;
139
+ }
140
+
141
+ /**
142
+ Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
143
+ */
144
+
145
+ sub,
146
+ sup {
147
+ font-size: 75%;
148
+ line-height: 0;
149
+ position: relative;
150
+ vertical-align: baseline;
151
+ }
152
+
153
+ sub {
154
+ bottom: -0.25em;
155
+ }
156
+
157
+ sup {
158
+ top: -0.5em;
159
+ }
160
+
161
+ /*
162
+ Tabular data
163
+ ============
164
+ */
165
+
166
+ /**
167
+ 1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
168
+ 2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
169
+ */
170
+
171
+ table {
172
+ text-indent: 0;
173
+ /* 1 */
174
+ border-color: inherit;
175
+ /* 2 */
176
+ }
177
+
178
+ /*
179
+ Forms
180
+ =====
181
+ */
182
+
183
+ /**
184
+ 1. Change the font styles in all browsers.
185
+ 2. Remove the margin in Firefox and Safari.
186
+ */
187
+
188
+ button,
189
+ input,
190
+ optgroup,
191
+ select,
192
+ textarea {
193
+ font-family: inherit;
194
+ /* 1 */
195
+ font-size: 100%;
196
+ /* 1 */
197
+ line-height: 1.15;
198
+ /* 1 */
199
+ margin: 0;
200
+ /* 2 */
201
+ }
202
+
203
+ /**
204
+ Remove the inheritance of text transform in Edge and Firefox.
205
+ 1. Remove the inheritance of text transform in Firefox.
206
+ */
207
+
208
+ button,
209
+ select {
210
+ /* 1 */
211
+ text-transform: none;
212
+ }
213
+
214
+ /**
215
+ Correct the inability to style clickable types in iOS and Safari.
216
+ */
217
+
218
+ button,
219
+ [type='button'],
220
+ [type='reset'],
221
+ [type='submit'] {
222
+ -webkit-appearance: button;
223
+ }
224
+
225
+ /**
226
+ Remove the inner border and padding in Firefox.
227
+ */
228
+
229
+ ::-moz-focus-inner {
230
+ border-style: none;
231
+ padding: 0;
232
+ }
233
+
234
+ /**
235
+ Restore the focus styles unset by the previous rule.
236
+ */
237
+
238
+ :-moz-focusring {
239
+ outline: 1px dotted ButtonText;
240
+ }
241
+
242
+ /**
243
+ Remove the additional ':invalid' styles in Firefox.
244
+ See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
245
+ */
246
+
247
+ :-moz-ui-invalid {
248
+ box-shadow: none;
249
+ }
250
+
251
+ /**
252
+ Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
253
+ */
254
+
255
+ legend {
256
+ padding: 0;
257
+ }
258
+
259
+ /**
260
+ Add the correct vertical alignment in Chrome and Firefox.
261
+ */
262
+
263
+ progress {
264
+ vertical-align: baseline;
265
+ }
266
+
267
+ /**
268
+ Correct the cursor style of increment and decrement buttons in Safari.
269
+ */
270
+
271
+ ::-webkit-inner-spin-button,
272
+ ::-webkit-outer-spin-button {
273
+ height: auto;
274
+ }
275
+
276
+ /**
277
+ 1. Correct the odd appearance in Chrome and Safari.
278
+ 2. Correct the outline style in Safari.
279
+ */
280
+
281
+ [type='search'] {
282
+ -webkit-appearance: textfield;
283
+ /* 1 */
284
+ outline-offset: -2px;
285
+ /* 2 */
286
+ }
287
+
288
+ /**
289
+ Remove the inner padding in Chrome and Safari on macOS.
290
+ */
291
+
292
+ ::-webkit-search-decoration {
293
+ -webkit-appearance: none;
294
+ }
295
+
296
+ /**
297
+ 1. Correct the inability to style clickable types in iOS and Safari.
298
+ 2. Change font properties to 'inherit' in Safari.
299
+ */
300
+
301
+ ::-webkit-file-upload-button {
302
+ -webkit-appearance: button;
303
+ /* 1 */
304
+ font: inherit;
305
+ /* 2 */
306
+ }
307
+
308
+ /*
309
+ Interactive
310
+ ===========
311
+ */
312
+
313
+ /*
314
+ Add the correct display in Chrome and Safari.
315
+ */
316
+
317
+ summary {
318
+ display: list-item;
319
+ }
320
+
321
+ /**
322
+ * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
323
+ * A thin layer on top of normalize.css that provides a starting point more
324
+ * suitable for web applications.
325
+ */
326
+
327
+ /**
328
+ * Removes the default spacing and border for appropriate elements.
329
+ */
330
+
331
+ blockquote,
332
+ dl,
333
+ dd,
334
+ h1,
335
+ h2,
336
+ h3,
337
+ h4,
338
+ h5,
339
+ h6,
340
+ hr,
341
+ figure,
342
+ p,
343
+ pre {
344
+ margin: 0;
345
+ }
346
+
347
+ button {
348
+ background-color: transparent;
349
+ background-image: none;
350
+ }
351
+
352
+ fieldset {
353
+ margin: 0;
354
+ padding: 0;
355
+ }
356
+
357
+ ol,
358
+ ul {
359
+ list-style: none;
360
+ margin: 0;
361
+ padding: 0;
362
+ }
363
+
364
+ /**
365
+ * Tailwind custom reset styles
366
+ */
367
+
368
+ /**
369
+ * 1. Use the user's configured `sans` font-family (with Tailwind's default
370
+ * sans-serif font stack as a fallback) as a sane default.
371
+ * 2. Use Tailwind's default "normal" line-height so the user isn't forced
372
+ * to override it to ensure consistency even when using the default theme.
373
+ */
374
+
375
+ html {
376
+ font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
377
+ /* 1 */
378
+ line-height: 1.5;
379
+ /* 2 */
380
+ }
381
+
382
+ /**
383
+ * Inherit font-family and line-height from `html` so users can set them as
384
+ * a class directly on the `html` element.
385
+ */
386
+
387
+ body {
388
+ font-family: inherit;
389
+ line-height: inherit;
390
+ }
391
+
392
+ /**
393
+ * 1. Prevent padding and border from affecting element width.
394
+ *
395
+ * We used to set this in the html element and inherit from
396
+ * the parent element for everything else. This caused issues
397
+ * in shadow-dom-enhanced elements like <details> where the content
398
+ * is wrapped by a div with box-sizing set to `content-box`.
399
+ *
400
+ * https://github.com/mozdevs/cssremedy/issues/4
401
+ *
402
+ *
403
+ * 2. Allow adding a border to an element by just adding a border-width.
404
+ *
405
+ * By default, the way the browser specifies that an element should have no
406
+ * border is by setting it's border-style to `none` in the user-agent
407
+ * stylesheet.
408
+ *
409
+ * In order to easily add borders to elements by just setting the `border-width`
410
+ * property, we change the default border-style for all elements to `solid`, and
411
+ * use border-width to hide them instead. This way our `border` utilities only
412
+ * need to set the `border-width` property instead of the entire `border`
413
+ * shorthand, making our border utilities much more straightforward to compose.
414
+ *
415
+ * https://github.com/tailwindcss/tailwindcss/pull/116
416
+ */
417
+
418
+ *,
419
+ ::before,
420
+ ::after {
421
+ box-sizing: border-box;
422
+ /* 1 */
423
+ border-width: 0;
424
+ /* 2 */
425
+ border-style: solid;
426
+ /* 2 */
427
+ border-color: currentColor;
428
+ /* 2 */
429
+ }
430
+
431
+ /*
432
+ * Ensure horizontal rules are visible by default
433
+ */
434
+
435
+ hr {
436
+ border-top-width: 1px;
437
+ }
438
+
439
+ /**
440
+ * Undo the `border-style: none` reset that Normalize applies to images so that
441
+ * our `border-{width}` utilities have the expected effect.
442
+ *
443
+ * The Normalize reset is unnecessary for us since we default the border-width
444
+ * to 0 on all elements.
445
+ *
446
+ * https://github.com/tailwindcss/tailwindcss/issues/362
447
+ */
448
+
449
+ img {
450
+ border-style: solid;
451
+ }
452
+
453
+ textarea {
454
+ resize: vertical;
455
+ }
456
+
457
+ input::-moz-placeholder, textarea::-moz-placeholder {
458
+ opacity: 1;
459
+ color: #a1a1aa;
460
+ }
461
+
462
+ input:-ms-input-placeholder, textarea:-ms-input-placeholder {
463
+ opacity: 1;
464
+ color: #a1a1aa;
465
+ }
466
+
467
+ input::placeholder,
468
+ textarea::placeholder {
469
+ opacity: 1;
470
+ color: #a1a1aa;
471
+ }
472
+
473
+ button,
474
+ [role="button"] {
475
+ cursor: pointer;
476
+ }
477
+
478
+ /**
479
+ * Override legacy focus reset from Normalize with modern Firefox focus styles.
480
+ *
481
+ * This is actually an improvement over the new defaults in Firefox in our testing,
482
+ * as it triggers the better focus styles even for links, which still use a dotted
483
+ * outline in Firefox by default.
484
+ */
485
+
486
+ :-moz-focusring {
487
+ outline: auto;
488
+ }
489
+
490
+ table {
491
+ border-collapse: collapse;
492
+ }
493
+
494
+ h1,
495
+ h2,
496
+ h3,
497
+ h4,
498
+ h5,
499
+ h6 {
500
+ font-size: inherit;
501
+ font-weight: inherit;
502
+ }
503
+
504
+ /**
505
+ * Reset links to optimize for opt-in styling instead of
506
+ * opt-out.
507
+ */
508
+
509
+ a {
510
+ color: inherit;
511
+ text-decoration: inherit;
512
+ }
513
+
514
+ /**
515
+ * Reset form element properties that are easy to forget to
516
+ * style explicitly so you don't inadvertently introduce
517
+ * styles that deviate from your design system. These styles
518
+ * supplement a partial reset that is already applied by
519
+ * normalize.css.
520
+ */
521
+
522
+ button,
523
+ input,
524
+ optgroup,
525
+ select,
526
+ textarea {
527
+ padding: 0;
528
+ line-height: inherit;
529
+ color: inherit;
530
+ }
531
+
532
+ /**
533
+ * Use the configured 'mono' font family for elements that
534
+ * are expected to be rendered with a monospace font, falling
535
+ * back to the system monospace stack if there is no configured
536
+ * 'mono' font family.
537
+ */
538
+
539
+ pre,
540
+ code,
541
+ kbd,
542
+ samp {
543
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
544
+ }
545
+
546
+ /**
547
+ * 1. Make replaced elements `display: block` by default as that's
548
+ * the behavior you want almost all of the time. Inspired by
549
+ * CSS Remedy, with `svg` added as well.
550
+ *
551
+ * https://github.com/mozdevs/cssremedy/issues/14
552
+ *
553
+ * 2. Add `vertical-align: middle` to align replaced elements more
554
+ * sensibly by default when overriding `display` by adding a
555
+ * utility like `inline`.
556
+ *
557
+ * This can trigger a poorly considered linting error in some
558
+ * tools but is included by design.
559
+ *
560
+ * https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
561
+ */
562
+
563
+ img,
564
+ svg,
565
+ video,
566
+ canvas,
567
+ audio,
568
+ iframe,
569
+ embed,
570
+ object {
571
+ display: block;
572
+ /* 1 */
573
+ vertical-align: middle;
574
+ /* 2 */
575
+ }
576
+
577
+ /**
578
+ * Constrain images and videos to the parent width and preserve
579
+ * their intrinsic aspect ratio.
580
+ *
581
+ * https://github.com/mozdevs/cssremedy/issues/14
582
+ */
583
+
584
+ img,
585
+ video {
586
+ max-width: 100%;
587
+ height: auto;
588
+ }
589
+
590
+ /**
591
+ * Ensure the default browser behavior of the `hidden` attribute.
592
+ */
593
+
594
+ [hidden] {
595
+ display: none;
596
+ }
597
+
598
+ *, ::before, ::after {
599
+ --tw-translate-x: 0;
600
+ --tw-translate-y: 0;
601
+ --tw-rotate: 0;
602
+ --tw-skew-x: 0;
603
+ --tw-skew-y: 0;
604
+ --tw-scale-x: 1;
605
+ --tw-scale-y: 1;
606
+ --tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
607
+ --tw-border-opacity: 1;
608
+ border-color: rgba(228, 228, 231, var(--tw-border-opacity));
609
+ --tw-ring-offset-shadow: 0 0 #0000;
610
+ --tw-ring-shadow: 0 0 #0000;
611
+ --tw-shadow: 0 0 #0000;
612
+ --tw-blur: var(--tw-empty,/*!*/ /*!*/);
613
+ --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
614
+ --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
615
+ --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
616
+ --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
617
+ --tw-invert: var(--tw-empty,/*!*/ /*!*/);
618
+ --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
619
+ --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
620
+ --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
621
+ --tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
622
+ }
623
+
624
+ .container {
625
+ width: 100%;
626
+ }
627
+
628
+ @media (min-width: 640px) {
629
+ .container {
630
+ max-width: 640px;
631
+ }
632
+ }
633
+
634
+ @media (min-width: 768px) {
635
+ .container {
636
+ max-width: 768px;
637
+ }
638
+ }
639
+
640
+ @media (min-width: 1024px) {
641
+ .container {
642
+ max-width: 1024px;
643
+ }
644
+ }
645
+
646
+ @media (min-width: 1280px) {
647
+ .container {
648
+ max-width: 1280px;
649
+ }
650
+ }
651
+
652
+ @media (min-width: 1536px) {
653
+ .container {
654
+ max-width: 1536px;
655
+ }
656
+ }
657
+
658
+ .visible {
659
+ visibility: visible;
660
+ }
661
+
662
+ .static {
663
+ position: static;
664
+ }
665
+
666
+ .relative {
667
+ position: relative;
668
+ }
669
+
670
+ .my-2 {
671
+ margin-top: 0.5rem;
672
+ margin-bottom: 0.5rem;
673
+ }
674
+
675
+ .my-10 {
676
+ margin-top: 2.5rem;
677
+ margin-bottom: 2.5rem;
678
+ }
679
+
680
+ .ml-3 {
681
+ margin-left: 0.75rem;
682
+ }
683
+
684
+ .ml-1 {
685
+ margin-left: 0.25rem;
686
+ }
687
+
688
+ .mb-1\.5 {
689
+ margin-bottom: 0.375rem;
690
+ }
691
+
692
+ .mb-1 {
693
+ margin-bottom: 0.25rem;
694
+ }
695
+
696
+ .block {
697
+ display: block;
698
+ }
699
+
700
+ .inline-block {
701
+ display: inline-block;
702
+ }
703
+
704
+ .inline {
705
+ display: inline;
706
+ }
707
+
708
+ .flex {
709
+ display: flex;
710
+ }
711
+
712
+ .inline-flex {
713
+ display: inline-flex;
714
+ }
715
+
716
+ .contents {
717
+ display: contents;
718
+ }
719
+
720
+ .hidden {
721
+ display: none;
722
+ }
723
+
724
+ .h-4 {
725
+ height: 1rem;
726
+ }
727
+
728
+ .h-10 {
729
+ height: 2.5rem;
730
+ }
731
+
732
+ .max-h-14 {
733
+ max-height: 3.5rem;
734
+ }
735
+
736
+ .w-full {
737
+ width: 100%;
738
+ }
739
+
740
+ .w-4 {
741
+ width: 1rem;
742
+ }
743
+
744
+ .w-10 {
745
+ width: 2.5rem;
746
+ }
747
+
748
+ .min-w-\[200px\] {
749
+ min-width: 200px;
750
+ }
751
+
752
+ .cursor-pointer {
753
+ cursor: pointer;
754
+ }
755
+
756
+ .items-center {
757
+ align-items: center;
758
+ }
759
+
760
+ .items-stretch {
761
+ align-items: stretch;
762
+ }
763
+
764
+ .justify-end {
765
+ justify-content: flex-end;
766
+ }
767
+
768
+ .justify-center {
769
+ justify-content: center;
770
+ }
771
+
772
+ .justify-between {
773
+ justify-content: space-between;
774
+ }
775
+
776
+ .rounded-full {
777
+ border-radius: 9999px;
778
+ }
779
+
780
+ .border {
781
+ border-width: 1px;
782
+ }
783
+
784
+ .bg-gray-50 {
785
+ --tw-bg-opacity: 1;
786
+ background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
787
+ }
788
+
789
+ .bg-gray-200\/30 {
790
+ background-color: rgba(228, 228, 231, 0.3);
791
+ }
792
+
793
+ .bg-white {
794
+ --tw-bg-opacity: 1;
795
+ background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
796
+ }
797
+
798
+ .py-2 {
799
+ padding-top: 0.5rem;
800
+ padding-bottom: 0.5rem;
801
+ }
802
+
803
+ .px-2\.5 {
804
+ padding-left: 0.625rem;
805
+ padding-right: 0.625rem;
806
+ }
807
+
808
+ .px-2 {
809
+ padding-left: 0.5rem;
810
+ padding-right: 0.5rem;
811
+ }
812
+
813
+ .py-3 {
814
+ padding-top: 0.75rem;
815
+ padding-bottom: 0.75rem;
816
+ }
817
+
818
+ .text-sm {
819
+ font-size: 0.875rem;
820
+ line-height: 1.25rem;
821
+ }
822
+
823
+ .font-medium {
824
+ font-weight: 500;
825
+ }
826
+
827
+ .lowercase {
828
+ text-transform: lowercase;
829
+ }
830
+
831
+ .text-gray-500 {
832
+ --tw-text-opacity: 1;
833
+ color: rgba(113, 113, 122, var(--tw-text-opacity));
834
+ }
835
+
836
+ .opacity-50 {
837
+ opacity: 0.5;
838
+ }
839
+
840
+ .shadow {
841
+ --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
842
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
843
+ }
844
+
845
+ .blur {
846
+ --tw-blur: blur(8px);
847
+ filter: var(--tw-filter);
848
+ }
849
+
850
+ .filter {
851
+ filter: var(--tw-filter);
852
+ }
853
+
854
+ .transition {
855
+ transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
856
+ transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
857
+ transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
858
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
859
+ transition-duration: 150ms;
860
+ }
861
+
862
+ .duration-300 {
863
+ transition-duration: 300ms;
864
+ }
865
+
866
+ .error {
867
+ }
868
+
869
+ .btn {
870
+ display: inline-flex;
871
+ flex: 1 1 0%;
872
+ align-items: center;
873
+ justify-content: center;
874
+ white-space: nowrap;
875
+ border-radius: 0.375rem;
876
+ padding-left: 1.5rem;
877
+ padding-right: 1.5rem;
878
+ padding-bottom: 0.625rem;
879
+ padding-top: 0.5rem;
880
+ font-size: 0.875rem;
881
+ line-height: 1.25rem;
882
+ font-weight: 700;
883
+ transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
884
+ transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
885
+ transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
886
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
887
+ transition-duration: 150ms;
888
+ transition-duration: 300ms;
889
+ }
890
+
891
+ .btn:hover {
892
+ opacity: 0.8;
893
+ }
894
+
895
+ .s-has-error {
896
+ --tw-border-opacity: 1 !important;
897
+ border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
898
+ --tw-text-opacity: 1 !important;
899
+ color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
900
+ }
901
+
902
+ .s-ltr {
903
+ direction: ltr;
904
+ }
905
+
906
+ .s-hidden {
907
+ display: none;
908
+ }
909
+
910
+ .s-block {
911
+ display: block;
912
+ }
913
+
914
+ .s-branches-title {
915
+ margin-bottom: 1.5rem;
916
+ font-size: 0.875rem;
917
+ line-height: 1.25rem;
918
+ --tw-text-opacity: 1;
919
+ color: rgba(82, 82, 91, var(--tw-text-opacity));
920
+ }
921
+
922
+ .s-branches-input-wrap {
923
+ display: flex;
924
+ align-items: center;
925
+ }
926
+
927
+ .s-branches-input {
928
+ height: 1rem;
929
+ width: 1rem;
930
+ --tw-border-opacity: 1;
931
+ border-color: rgba(212, 212, 216, var(--tw-border-opacity));
932
+ color: var(--color-main);
933
+ -webkit-margin-end: 0.75rem;
934
+ margin-inline-end: 0.75rem;
935
+ }
936
+
937
+ .s-branches-input:focus {
938
+ --tw-ring-color: var(--color-main);
939
+ }
940
+
941
+ .s-branches-label {
942
+ display: flex;
943
+ flex-grow: 1;
944
+ align-items: center;
945
+ justify-content: space-between;
946
+ font-size: 0.875rem;
947
+ line-height: 1.25rem;
948
+ font-weight: 500;
949
+ --tw-text-opacity: 1;
950
+ color: rgba(63, 63, 70, var(--tw-text-opacity));
951
+ }
952
+
953
+ .s-branches-select {
954
+ height: 2.5rem;
955
+ width: 100%;
956
+ -webkit-appearance: none;
957
+ -moz-appearance: none;
958
+ appearance: none;
959
+ border-radius: 0.375rem;
960
+ --tw-border-opacity: 1;
961
+ border-color: rgba(228, 228, 231, var(--tw-border-opacity));
962
+ padding-left: 1rem;
963
+ padding-right: 1rem;
964
+ transition-property: background-color, border-color, color, fill, stroke;
965
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
966
+ transition-duration: 150ms;
967
+ transition-duration: 300ms;
968
+ }
969
+
970
+ .s-branches-select:focus {
971
+ border-color: var(--color-main);
972
+ --tw-ring-color: transparent;
973
+ }
974
+
975
+ @media (min-width: 640px) {
976
+ .s-branches-select {
977
+ font-size: 0.875rem;
978
+ line-height: 1.25rem;
979
+ }
980
+ }
981
+
982
+ .s-branches-space-v > :not([hidden]) ~ :not([hidden]) {
983
+ --tw-space-y-reverse: 0;
984
+ margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
985
+ margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
986
+ }
987
+
988
+ .s-branches-is-closed {
989
+ opacity: 0.5;
990
+ }
991
+
992
+ .s-branches-closed-badge {
993
+ --tw-text-opacity: 1;
994
+ color: rgba(248, 113, 113, var(--tw-text-opacity));
995
+ }
996
+
997
+ .s-branches-clickable {
998
+ cursor: pointer;
999
+ }
1000
+
1001
+ .s-branches-submit {
1002
+ margin-top: 1.5rem;
1003
+ }
1004
+
1005
+ .s-branches-color-red {
1006
+ --tw-text-opacity: 1;
1007
+ color: rgba(248, 113, 113, var(--tw-text-opacity));
1008
+ }
1009
+
1010
+ .s-branches-color-green {
1011
+ --tw-text-opacity: 1;
1012
+ color: rgba(34, 197, 94, var(--tw-text-opacity));
1013
+ }
1014
+
1015
+ .s-branches-color-gray {
1016
+ --tw-text-opacity: 1;
1017
+ color: rgba(161, 161, 170, var(--tw-text-opacity));
1018
+ }
1019
+
1020
+ .s-button-host-tag {
1021
+ pointer-events: none;
1022
+ }
1023
+
1024
+ .s-button-btn {
1025
+ pointer-events: auto;
1026
+ position: relative;
1027
+ display: flex;
1028
+ -webkit-user-select: none;
1029
+ -moz-user-select: none;
1030
+ -ms-user-select: none;
1031
+ user-select: none;
1032
+ align-items: center;
1033
+ justify-content: center;
1034
+ white-space: nowrap;
1035
+ border-style: solid;
1036
+ transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
1037
+ transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
1038
+ transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
1039
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1040
+ transition-duration: 150ms;
1041
+ transition-duration: 300ms;
1042
+ display: inline-flex;
1043
+ flex: 1 1 0%;
1044
+ align-items: center;
1045
+ justify-content: center;
1046
+ white-space: nowrap;
1047
+ border-radius: 0.375rem;
1048
+ padding-left: 1.5rem;
1049
+ padding-right: 1.5rem;
1050
+ padding-bottom: 0.625rem;
1051
+ padding-top: 0.5rem;
1052
+ font-size: 0.875rem;
1053
+ line-height: 1.25rem;
1054
+ font-weight: 700;
1055
+ transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
1056
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1057
+ transition-duration: 150ms;
1058
+ transition-duration: 300ms;
1059
+ }
1060
+
1061
+ .s-button-btn:hover {
1062
+ opacity: 0.8;
1063
+ }
1064
+
1065
+ .s-button-text {
1066
+ transition-property: opacity;
1067
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1068
+ transition-duration: 150ms;
1069
+ transition-duration: 300ms;
1070
+ }
1071
+
1072
+ .s-button-loader {
1073
+ margin-left: 0.5rem;
1074
+ margin-right: 0.5rem;
1075
+ display: flex;
1076
+ align-items: center;
1077
+ justify-content: center;
1078
+ transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
1079
+ transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
1080
+ transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
1081
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1082
+ transition-duration: 150ms;
1083
+ }
1084
+
1085
+ .s-button-loader::before {
1086
+ content: "";
1087
+ display: inline-block;
1088
+ content: "";
1089
+ height: 1rem;
1090
+ content: "";
1091
+ width: 1rem;
1092
+ }
1093
+
1094
+ @-webkit-keyframes spin {
1095
+ to {
1096
+ transform: rotate(360deg);
1097
+ }
1098
+ }
1099
+
1100
+ @keyframes spin {
1101
+ to {
1102
+ transform: rotate(360deg);
1103
+ }
1104
+ }
1105
+
1106
+ .s-button-loader::before {
1107
+ content: "";
1108
+ -webkit-animation: spin 1s linear infinite;
1109
+ animation: spin 1s linear infinite;
1110
+ content: "";
1111
+ border-radius: 9999px;
1112
+ content: "";
1113
+ border-width: 2px;
1114
+ content: "";
1115
+ border-style: solid;
1116
+ content: "";
1117
+ border-top-color: var(--color-main);
1118
+ content: "";
1119
+ border-left-color: var(--color-main);
1120
+ content: "";
1121
+ --tw-border-opacity: 1;
1122
+ border-bottom-color: rgba(244, 244, 245, var(--tw-border-opacity));
1123
+ content: "";
1124
+ --tw-border-opacity: 1;
1125
+ border-right-color: rgba(244, 244, 245, var(--tw-border-opacity));
1126
+ content: '';
1127
+ }
1128
+
1129
+ .s-button-loader-after {
1130
+ flex-direction: row-reverse;
1131
+ }
1132
+
1133
+ .s-button-loader-start {
1134
+ position: absolute;
1135
+ right: 0.5rem;
1136
+ }
1137
+
1138
+ .s-button-loader-end {
1139
+ position: absolute;
1140
+ left: 0.5rem;
1141
+ }
1142
+
1143
+ .s-button-loader-center {
1144
+ position: absolute;
1145
+ top: 50%;
1146
+ left: 50%;
1147
+ margin: 0px !important;
1148
+ --tw-translate-x: -50% !important;
1149
+ transform: var(--tw-transform) !important;
1150
+ --tw-translate-y: -50% !important;
1151
+ transform: var(--tw-transform) !important;
1152
+ }
1153
+
1154
+ .s-button-hide {
1155
+ opacity: 0;
1156
+ }
1157
+
1158
+ .s-button-wide {
1159
+ width: 100%;
1160
+ }
1161
+
1162
+ .s-button-primary {
1163
+ border-width: 1px;
1164
+ border-color: var(--color-main);
1165
+ background-color: var(--color-main);
1166
+ color: var(--color-main-reverse);
1167
+ }
1168
+
1169
+ .s-infinite-scroll-wrapper {
1170
+ margin-top: 1rem;
1171
+ text-align: center;
1172
+ }
1173
+
1174
+ .s-infinite-scroll-last {
1175
+ margin: 0px;
1176
+ text-align: center;
1177
+ }
1178
+
1179
+ .s-infinite-scroll-error {
1180
+ margin: 0px;
1181
+ text-align: center;
1182
+ }
1183
+
1184
+ .s-localization-title {
1185
+ font-size: 1rem;
1186
+ line-height: 1.5rem;
1187
+ font-weight: 500;
1188
+ --tw-text-opacity: 1;
1189
+ color: rgba(24, 24, 27, var(--tw-text-opacity));
1190
+ }
1191
+
1192
+ .s-localization-section {
1193
+ margin-bottom: 2rem;
1194
+ }
1195
+
1196
+ .s-localization-section-inner {
1197
+ margin-top: 1rem;
1198
+ }
1199
+
1200
+ .s-localization-section-inner > :not([hidden]) ~ :not([hidden]) {
1201
+ --tw-space-y-reverse: 0;
1202
+ margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
1203
+ margin-bottom: calc(1rem * var(--tw-space-y-reverse));
1204
+ }
1205
+
1206
+ .s-localization-item {
1207
+ display: flex;
1208
+ align-items: center;
1209
+ }
1210
+
1211
+ .s-localization-input {
1212
+ height: 1rem;
1213
+ width: 1rem;
1214
+ --tw-border-opacity: 1;
1215
+ border-color: rgba(212, 212, 216, var(--tw-border-opacity));
1216
+ color: var(--color-main);
1217
+ }
1218
+
1219
+ .s-localization-input:focus {
1220
+ --tw-ring-color: var(--color-main);
1221
+ }
1222
+
1223
+ .s-localization-label {
1224
+ display: flex;
1225
+ flex-grow: 1;
1226
+ cursor: pointer;
1227
+ align-items: center;
1228
+ justify-content: space-between;
1229
+ font-size: 0.875rem;
1230
+ line-height: 1.25rem;
1231
+ font-weight: 500;
1232
+ --tw-text-opacity: 1;
1233
+ color: rgba(63, 63, 70, var(--tw-text-opacity));
1234
+ -webkit-margin-start: 0.75rem;
1235
+ margin-inline-start: 0.75rem;
1236
+ }
1237
+
1238
+ .s-localization-flag {
1239
+ border-radius: 0.125rem;
1240
+ }
1241
+
1242
+ .s-localization-currency {
1243
+ --tw-text-opacity: 1;
1244
+ color: rgba(161, 161, 170, var(--tw-text-opacity));
1245
+ }
1246
+
1247
+ .s-login-sub-title {
1248
+ margin-bottom: 0.625rem;
1249
+ font-size: 0.875rem;
1250
+ line-height: 1.25rem;
1251
+ --tw-text-opacity: 1;
1252
+ color: rgba(161, 161, 170, var(--tw-text-opacity));
1253
+ }
1254
+
1255
+ .s-login-main-btn {
1256
+ position: relative;
1257
+ margin-bottom: 0.625rem;
1258
+ box-sizing: content-box;
1259
+ display: flex;
1260
+ min-width: 0px;
1261
+ flex: 1 1 0%;
1262
+ align-items: center;
1263
+ justify-content: space-between;
1264
+ border-radius: 0.375rem;
1265
+ border-width: 1px;
1266
+ --tw-border-opacity: 1;
1267
+ border-color: rgba(238, 238, 238, var(--tw-border-opacity));
1268
+ --tw-bg-opacity: 1;
1269
+ background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
1270
+ padding-top: 1.25rem;
1271
+ padding-bottom: 1.25rem;
1272
+ transition-property: all;
1273
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1274
+ transition-duration: 150ms;
1275
+ transition-duration: 300ms;
1276
+ -webkit-padding-end: 1rem;
1277
+ padding-inline-end: 1rem;
1278
+ -webkit-padding-start: 1.25rem;
1279
+ padding-inline-start: 1.25rem;
1280
+ }
1281
+
1282
+ .s-login-main-btn > :not([hidden]) ~ :not([hidden]) {
1283
+ --tw-space-s-reverse: 0;
1284
+ -webkit-margin-end: calc(0.75rem * var(--tw-space-s-reverse));
1285
+ margin-inline-end: calc(0.75rem * var(--tw-space-s-reverse));
1286
+ -webkit-margin-start: calc(0.75rem * calc(1 - var(--tw-space-s-reverse)));
1287
+ margin-inline-start: calc(0.75rem * calc(1 - var(--tw-space-s-reverse)));
1288
+ }
1289
+
1290
+ .s-login-main-btn:hover {
1291
+ --tw-bg-opacity: 1;
1292
+ background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
1293
+ }
1294
+
1295
+ .s-login-main-btn-icon {
1296
+ height: 3rem;
1297
+ width: 3rem;
1298
+ flex-shrink: 0;
1299
+ background-color: var(--color-main);
1300
+ font-size: 1.125rem;
1301
+ line-height: 1.75rem;
1302
+ --tw-text-opacity: 1;
1303
+ color: rgba(255, 255, 255, var(--tw-text-opacity));
1304
+ display: flex;
1305
+ height: 4rem;
1306
+ width: 4rem;
1307
+ align-items: center;
1308
+ justify-content: center;
1309
+ border-radius: 9999px;
1310
+ font-size: 1.875rem;
1311
+ line-height: 2.25rem;
1312
+ }
1313
+
1314
+ .s-login-main-btn-text {
1315
+ flex: 1 1 0%;
1316
+ padding: 0.75rem;
1317
+ font-weight: 700;
1318
+ }
1319
+
1320
+ .s-login-label {
1321
+ margin-bottom: 0.5rem;
1322
+ display: block;
1323
+ font-size: 0.875rem;
1324
+ line-height: 1.25rem;
1325
+ font-weight: 500;
1326
+ --tw-text-opacity: 1;
1327
+ color: rgba(63, 63, 70, var(--tw-text-opacity));
1328
+ }
1329
+
1330
+ .s-login-input {
1331
+ -webkit-appearance: none;
1332
+ -moz-appearance: none;
1333
+ appearance: none;
1334
+ height: 2.5rem;
1335
+ width: 100%;
1336
+ border-radius: 0.375rem;
1337
+ --tw-border-opacity: 1;
1338
+ border-color: rgba(238, 238, 238, var(--tw-border-opacity));
1339
+ transition-property: background-color, border-color, color, fill, stroke;
1340
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1341
+ transition-duration: 150ms;
1342
+ transition-duration: 300ms;
1343
+ }
1344
+
1345
+ .s-login-input:focus {
1346
+ border-color: var(--color-main);
1347
+ --tw-ring-color: transparent;
1348
+ }
1349
+
1350
+ .dark .s-login-input {
1351
+ --tw-border-opacity: 1;
1352
+ border-color: rgba(82, 82, 91, var(--tw-border-opacity));
1353
+ --tw-bg-opacity: 1;
1354
+ background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
1355
+ }
1356
+
1357
+ .dark .s-login-input:focus {
1358
+ border-color: var(--color-main);
1359
+ }
1360
+
1361
+ @media (min-width: 640px) {
1362
+ .s-login-input {
1363
+ font-size: 0.875rem;
1364
+ line-height: 1.25rem;
1365
+ }
1366
+ }
1367
+
1368
+ .s-login-link {
1369
+ margin-top: 1.5rem;
1370
+ display: block;
1371
+ text-align: center;
1372
+ font-size: 0.875rem;
1373
+ line-height: 1.25rem;
1374
+ color: var(--color-main);
1375
+ }
1376
+
1377
+ .s-login-error-message {
1378
+ display: block;
1379
+ height: 1.75rem;
1380
+ padding-top: 0.25rem;
1381
+ font-size: 0.75rem;
1382
+ line-height: 1rem;
1383
+ --tw-border-opacity: 1 !important;
1384
+ border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
1385
+ --tw-text-opacity: 1 !important;
1386
+ color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
1387
+ }
1388
+
1389
+ .s-login-wrapper {
1390
+ transition-property: all;
1391
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1392
+ transition-duration: 150ms;
1393
+ transition-duration: 300ms;
1394
+ transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
1395
+ }
1396
+
1397
+ .s-login-tab {
1398
+ transition-property: all;
1399
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1400
+ transition-duration: 150ms;
1401
+ transition-duration: 500ms;
1402
+ }
1403
+
1404
+ .s-login-active {
1405
+ --tw-translate-x: 0px;
1406
+ transform: var(--tw-transform);
1407
+ opacity: 1;
1408
+ }
1409
+
1410
+ .s-login-unactive {
1411
+ --tw-translate-x: 0.75rem;
1412
+ transform: var(--tw-transform);
1413
+ opacity: 0;
1414
+ }
1415
+
1416
+ .s-modal-container {
1417
+ position: fixed;
1418
+ top: 0px;
1419
+ right: 0px;
1420
+ bottom: 0px;
1421
+ left: 0px;
1422
+ z-index: 50;
1423
+ overflow: hidden;
1424
+ }
1425
+
1426
+ .s-modal-wrapper {
1427
+ display: flex;
1428
+ min-height: 100vh;
1429
+ align-items: flex-end;
1430
+ justify-content: center;
1431
+ text-align: center;
1432
+ }
1433
+
1434
+ @media (min-width: 640px) {
1435
+ .s-modal-wrapper {
1436
+ display: block;
1437
+ }
1438
+ }
1439
+
1440
+ .s-modal-loader-wrap {
1441
+ display: flex;
1442
+ height: 6rem;
1443
+ align-items: center;
1444
+ justify-content: center;
1445
+ }
1446
+
1447
+ .s-modal-loader {
1448
+ margin-left: 0.5rem;
1449
+ margin-right: 0.5rem;
1450
+ display: flex;
1451
+ align-items: center;
1452
+ justify-content: center;
1453
+ transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
1454
+ transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
1455
+ transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
1456
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1457
+ transition-duration: 150ms;
1458
+ }
1459
+
1460
+ .s-modal-loader::before {
1461
+ content: "";
1462
+ display: inline-block;
1463
+ content: "";
1464
+ height: 2.5rem;
1465
+ content: "";
1466
+ width: 2.5rem;
1467
+ }
1468
+
1469
+ @keyframes spin {
1470
+ to {
1471
+ transform: rotate(360deg);
1472
+ }
1473
+ }
1474
+
1475
+ .s-modal-loader::before {
1476
+ content: "";
1477
+ -webkit-animation: spin 1s linear infinite;
1478
+ animation: spin 1s linear infinite;
1479
+ content: "";
1480
+ border-radius: 9999px;
1481
+ content: "";
1482
+ border-width: 2px;
1483
+ content: "";
1484
+ border-style: solid;
1485
+ content: "";
1486
+ border-top-color: var(--color-main);
1487
+ content: "";
1488
+ border-left-color: var(--color-main);
1489
+ content: "";
1490
+ --tw-border-opacity: 1;
1491
+ border-bottom-color: rgba(244, 244, 245, var(--tw-border-opacity));
1492
+ content: "";
1493
+ --tw-border-opacity: 1;
1494
+ border-right-color: rgba(244, 244, 245, var(--tw-border-opacity));
1495
+ content: '';
1496
+ }
1497
+
1498
+ .s-modal-close {
1499
+ position: absolute;
1500
+ top: 1rem;
1501
+ z-index: 1;
1502
+ cursor: pointer;
1503
+ border-style: none;
1504
+ background-color: transparent;
1505
+ font-size: 1rem;
1506
+ line-height: 1.5rem;
1507
+ --tw-text-opacity: 1;
1508
+ color: rgba(248, 113, 113, var(--tw-text-opacity));
1509
+ transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
1510
+ transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
1511
+ transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
1512
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1513
+ transition-duration: 150ms;
1514
+ }
1515
+
1516
+ [dir="rtl"] .s-modal-close {
1517
+ left: 1rem;
1518
+ }
1519
+
1520
+ [dir="ltr"] .s-modal-close {
1521
+ right: 1rem;
1522
+ }
1523
+
1524
+ .s-modal-close:hover {
1525
+ --tw-text-opacity: 1;
1526
+ color: rgba(239, 68, 68, var(--tw-text-opacity));
1527
+ }
1528
+
1529
+ @media (min-width: 640px) {
1530
+ .s-modal-close {
1531
+ top: 1.25rem;
1532
+ }
1533
+
1534
+ [dir="rtl"] .s-modal-close {
1535
+ left: 1.25rem;
1536
+ }
1537
+
1538
+ [dir="ltr"] .s-modal-close {
1539
+ right: 1.25rem;
1540
+ }
1541
+ }
1542
+
1543
+ .s-modal-header {
1544
+ display: flex;
1545
+ align-items: center;
1546
+ }
1547
+
1548
+ @media (min-width: 640px) {
1549
+ .s-modal-header {
1550
+ flex-direction: column;
1551
+ }
1552
+ }
1553
+
1554
+ .s-modal-header-inner {
1555
+ margin-bottom: 2.5rem;
1556
+ display: flex;
1557
+ align-items: center;
1558
+ }
1559
+
1560
+ @media (min-width: 640px) {
1561
+ .s-modal-header-inner {
1562
+ display: block;
1563
+ }
1564
+ }
1565
+
1566
+ .s-modal-header-content {
1567
+ display: flex;
1568
+ flex-direction: column;
1569
+ }
1570
+
1571
+ .s-modal-header-img {
1572
+ margin-left: auto;
1573
+ margin-right: auto;
1574
+ max-width: 150px;
1575
+ }
1576
+
1577
+ @media (min-width: 640px) {
1578
+ .s-modal-header-img {
1579
+ margin-bottom: 1rem;
1580
+ }
1581
+ }
1582
+
1583
+ .s-modal-icon {
1584
+ display: inline-flex;
1585
+ height: 4rem;
1586
+ width: 4rem;
1587
+ align-items: center;
1588
+ justify-content: center;
1589
+ border-radius: 9999px;
1590
+ border-width: 1px;
1591
+ border-style: solid;
1592
+ --tw-border-opacity: 1;
1593
+ border-color: rgba(238, 238, 238, var(--tw-border-opacity));
1594
+ font-size: 1.5rem;
1595
+ line-height: 2rem;
1596
+ -webkit-margin-end: 0.5rem;
1597
+ margin-inline-end: 0.5rem;
1598
+ }
1599
+
1600
+ @media (min-width: 640px) {
1601
+ .s-modal-icon {
1602
+ margin-left: auto;
1603
+ margin-right: auto;
1604
+ }
1605
+
1606
+ .s-modal-icon {
1607
+ margin-bottom: 1rem;
1608
+ }
1609
+
1610
+ .s-modal-icon {
1611
+ height: 5rem;
1612
+ }
1613
+
1614
+ .s-modal-icon {
1615
+ width: 5rem;
1616
+ }
1617
+
1618
+ .s-modal-icon {
1619
+ -webkit-margin-end: 0px;
1620
+ margin-inline-end: 0px;
1621
+ }
1622
+ }
1623
+
1624
+ .s-modal-bg-normal {
1625
+ --tw-bg-opacity: 1;
1626
+ background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
1627
+ }
1628
+
1629
+ .s-modal-bg-success {
1630
+ --tw-bg-opacity: 1;
1631
+ background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
1632
+ }
1633
+
1634
+ .s-modal-bg-error {
1635
+ --tw-bg-opacity: 1;
1636
+ background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
1637
+ }
1638
+
1639
+ .s-modal-bg-primary {
1640
+ background-color: var(--color-main);
1641
+ --tw-text-opacity: 1;
1642
+ color: rgba(255, 255, 255, var(--tw-text-opacity));
1643
+ }
1644
+
1645
+ .s-modal-text-success {
1646
+ --tw-text-opacity: 1;
1647
+ color: rgba(22, 163, 74, var(--tw-text-opacity));
1648
+ }
1649
+
1650
+ .s-modal-text-error {
1651
+ --tw-text-opacity: 1;
1652
+ color: rgba(220, 38, 38, var(--tw-text-opacity));
1653
+ }
1654
+
1655
+ .s-modal-title {
1656
+ font-size: 1.125rem;
1657
+ line-height: 1.75rem;
1658
+ font-weight: 700;
1659
+ line-height: 1.5rem;
1660
+ --tw-text-opacity: 1;
1661
+ color: rgba(24, 24, 27, var(--tw-text-opacity));
1662
+ }
1663
+
1664
+ @media (min-width: 640px) {
1665
+ .s-modal-title {
1666
+ margin-bottom: 0.5rem;
1667
+ }
1668
+ }
1669
+
1670
+ .s-modal-sub-title {
1671
+ font-size: 0.875rem;
1672
+ line-height: 1.25rem;
1673
+ --tw-text-opacity: 1;
1674
+ color: rgba(113, 113, 122, var(--tw-text-opacity));
1675
+ }
1676
+
1677
+ @media (min-width: 640px) {
1678
+ .s-modal-sub-title {
1679
+ margin-bottom: 0.5rem;
1680
+ }
1681
+ }
1682
+
1683
+ .s-modal-title-below {
1684
+ order: 10;
1685
+ }
1686
+
1687
+ .s-modal-body {
1688
+ position: relative;
1689
+ display: inline-block;
1690
+ width: 100%;
1691
+ --tw-translate-y: 1rem;
1692
+ transform: var(--tw-transform);
1693
+ transform: var(--tw-transform);
1694
+ overflow-y: auto;
1695
+ overflow-x: hidden;
1696
+ border-radius: 0.5rem;
1697
+ border-bottom-right-radius: 0px;
1698
+ border-bottom-left-radius: 0px;
1699
+ --tw-bg-opacity: 1;
1700
+ background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
1701
+ --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
1702
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1703
+ transition-property: all;
1704
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1705
+ transition-duration: 150ms;
1706
+ transition-duration: 200ms;
1707
+ transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
1708
+ }
1709
+
1710
+ [dir="rtl"] .s-modal-body {
1711
+ text-align: right;
1712
+ }
1713
+
1714
+ [dir="ltr"] .s-modal-body {
1715
+ text-align: left;
1716
+ }
1717
+
1718
+ @media (min-width: 640px) {
1719
+ .s-modal-body {
1720
+ margin-top: 2rem;
1721
+ margin-bottom: 2rem;
1722
+ }
1723
+
1724
+ .s-modal-body {
1725
+ max-height: calc(100vh - 4rem);
1726
+ }
1727
+
1728
+ .s-modal-body {
1729
+ --tw-translate-y: 0px;
1730
+ transform: var(--tw-transform);
1731
+ }
1732
+
1733
+ .s-modal-body {
1734
+ --tw-scale-x: .95;
1735
+ --tw-scale-y: .95;
1736
+ transform: var(--tw-transform);
1737
+ }
1738
+
1739
+ .s-modal-body {
1740
+ border-bottom-right-radius: 0.5rem;
1741
+ border-bottom-left-radius: 0.5rem;
1742
+ }
1743
+ }
1744
+
1745
+ .s-modal-padding {
1746
+ padding: 1rem;
1747
+ }
1748
+
1749
+ @media (min-width: 640px) {
1750
+ .s-modal-padding {
1751
+ padding: 2rem;
1752
+ }
1753
+ }
1754
+
1755
+ .s-modal-spacer {
1756
+ display: inline-block;
1757
+ height: 100vh;
1758
+ }
1759
+
1760
+ .s-modal-overlay {
1761
+ position: fixed;
1762
+ top: 0px;
1763
+ right: 0px;
1764
+ bottom: 0px;
1765
+ left: 0px;
1766
+ --tw-bg-opacity: 1;
1767
+ background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
1768
+ --tw-bg-opacity: 0.75;
1769
+ transition-property: opacity;
1770
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1771
+ transition-duration: 150ms;
1772
+ transition-duration: 200ms;
1773
+ transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
1774
+ }
1775
+
1776
+ .s-modal-overlay-leaving {
1777
+ opacity: 0;
1778
+ }
1779
+
1780
+ .s-modal-entering {
1781
+ --tw-translate-y: 0px;
1782
+ transform: var(--tw-transform);
1783
+ opacity: 1;
1784
+ transition-duration: 300ms;
1785
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
1786
+ }
1787
+
1788
+ @media (min-width: 640px) {
1789
+ .s-modal-entering {
1790
+ --tw-scale-x: 1;
1791
+ --tw-scale-y: 1;
1792
+ transform: var(--tw-transform);
1793
+ }
1794
+ }
1795
+
1796
+ .s-modal-leaving {
1797
+ --tw-translate-y: 1rem;
1798
+ transform: var(--tw-transform);
1799
+ opacity: 0;
1800
+ }
1801
+
1802
+ @media (min-width: 640px) {
1803
+ .s-modal-leaving {
1804
+ --tw-translate-y: 0px;
1805
+ transform: var(--tw-transform);
1806
+ }
1807
+
1808
+ .s-modal-leaving {
1809
+ --tw-scale-x: .95;
1810
+ --tw-scale-y: .95;
1811
+ transform: var(--tw-transform);
1812
+ }
1813
+
1814
+ .s-modal-is-center {
1815
+ text-align: center;
1816
+ }
1817
+ }
1818
+
1819
+ .s-offer-header {
1820
+ margin-left: -2rem;
1821
+ margin-right: -2rem;
1822
+ margin-top: -2rem;
1823
+ margin-bottom: 2rem;
1824
+ --tw-bg-opacity: 1;
1825
+ background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
1826
+ padding-left: 1.25rem;
1827
+ padding-right: 1.25rem;
1828
+ padding-top: 2rem;
1829
+ padding-bottom: 0.5rem;
1830
+ }
1831
+
1832
+ @media (min-width: 768px) {
1833
+ .s-offer-header {
1834
+ padding-left: 2.5rem;
1835
+ padding-right: 2.5rem;
1836
+ }
1837
+ }
1838
+
1839
+ .s-offer-title {
1840
+ display: block;
1841
+ font-size: 1.125rem;
1842
+ line-height: 1.75rem;
1843
+ --tw-text-opacity: 1;
1844
+ color: rgba(248, 113, 113, var(--tw-text-opacity));
1845
+ }
1846
+
1847
+ .s-offer-subtitle {
1848
+ margin-bottom: 2rem;
1849
+ font-size: 1.5rem;
1850
+ line-height: 2rem;
1851
+ font-weight: 700;
1852
+ line-height: 1.5rem;
1853
+ }
1854
+
1855
+ .s-offer-body {
1856
+ margin-top: 2rem;
1857
+ }
1858
+
1859
+ .s-offer-badge {
1860
+ margin-bottom: 0.625rem;
1861
+ display: inline-flex;
1862
+ align-items: center;
1863
+ justify-content: center;
1864
+ border-radius: 22px;
1865
+ --tw-bg-opacity: 1;
1866
+ background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
1867
+ padding-top: 0.625rem;
1868
+ padding-bottom: 0.625rem;
1869
+ padding-left: 1rem;
1870
+ padding-right: 1rem;
1871
+ font-size: 0.875rem;
1872
+ line-height: 1.25rem;
1873
+ --tw-text-opacity: 1;
1874
+ color: rgba(113, 113, 122, var(--tw-text-opacity));
1875
+ -webkit-margin-end: 0.625rem;
1876
+ margin-inline-end: 0.625rem;
1877
+ }
1878
+
1879
+ .s-offer-badge-icon {
1880
+ font-weight: 500;
1881
+ -webkit-margin-end: 0.375rem;
1882
+ margin-inline-end: 0.375rem;
1883
+ }
1884
+
1885
+ .s-offer-badge-text {
1886
+ --tw-translate-y: -0.125rem;
1887
+ transform: var(--tw-transform);
1888
+ }
1889
+
1890
+ .s-offer-product {
1891
+ display: flex;
1892
+ height: 100%;
1893
+ flex-direction: column;
1894
+ align-items: center;
1895
+ justify-content: space-between;
1896
+ overflow: hidden;
1897
+ border-radius: 0.375rem;
1898
+ --tw-bg-opacity: 1;
1899
+ background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
1900
+ padding: 1.25rem;
1901
+ }
1902
+
1903
+ @media (min-width: 768px) {
1904
+ .s-offer-product {
1905
+ flex-direction: row;
1906
+ }
1907
+ }
1908
+
1909
+ .s-offer-product-image {
1910
+ position: relative;
1911
+ height: 4rem;
1912
+ width: 5rem;
1913
+ overflow: hidden;
1914
+ border-radius: 0.375rem;
1915
+ }
1916
+
1917
+ @media (min-width: 768px) {
1918
+ .s-offer-product-image {
1919
+ height: 5rem;
1920
+ }
1921
+
1922
+ .s-offer-product-image {
1923
+ width: 6rem;
1924
+ }
1925
+ }
1926
+
1927
+ .s-offer-product-img {
1928
+ height: 100%;
1929
+ width: 100%;
1930
+ -o-object-fit: cover;
1931
+ object-fit: cover;
1932
+ }
1933
+
1934
+ .s-offer-product-info {
1935
+ flex: 1 1 0%;
1936
+ -webkit-padding-start: 1.25rem;
1937
+ padding-inline-start: 1.25rem;
1938
+ }
1939
+
1940
+ .s-offer-product-name {
1941
+ margin-bottom: 0.375rem;
1942
+ display: flex;
1943
+ flex-direction: column;
1944
+ align-items: baseline;
1945
+ justify-content: flex-start;
1946
+ font-size: 0.875rem;
1947
+ line-height: 1.25rem;
1948
+ line-height: 1.5rem;
1949
+ color: var(--color-title);
1950
+ }
1951
+
1952
+ .s-offer-product-price {
1953
+ margin-bottom: 1.25rem;
1954
+ display: flex;
1955
+ width: 100%;
1956
+ align-items: center;
1957
+ font-size: 0.875rem;
1958
+ line-height: 1.25rem;
1959
+ font-weight: 700;
1960
+ color: var(--color-main);
1961
+ }
1962
+
1963
+ .s-offer-product-price > :not([hidden]) ~ :not([hidden]) {
1964
+ --tw-space-s-reverse: 0;
1965
+ -webkit-margin-end: calc(0.25rem * var(--tw-space-s-reverse));
1966
+ margin-inline-end: calc(0.25rem * var(--tw-space-s-reverse));
1967
+ -webkit-margin-start: calc(0.25rem * calc(1 - var(--tw-space-s-reverse)));
1968
+ margin-inline-start: calc(0.25rem * calc(1 - var(--tw-space-s-reverse)));
1969
+ }
1970
+
1971
+ @media (min-width: 768px) {
1972
+ .s-offer-product-price {
1973
+ margin-bottom: 0px;
1974
+ }
1975
+ }
1976
+
1977
+ .s-offer-product-old-price {
1978
+ margin-left: 0.25rem;
1979
+ margin-right: 0.25rem;
1980
+ font-size: 0.75rem;
1981
+ line-height: 1rem;
1982
+ --tw-text-opacity: 1;
1983
+ color: rgba(161, 161, 170, var(--tw-text-opacity));
1984
+ text-decoration: line-through;
1985
+ }
1986
+
1987
+ .s-offer-footer {
1988
+ margin-top: 2rem;
1989
+ display: flex;
1990
+ flex-direction: column;
1991
+ justify-content: space-between;
1992
+ font-size: 0.875rem;
1993
+ line-height: 1.25rem;
1994
+ --tw-text-opacity: 1;
1995
+ color: rgba(161, 161, 170, var(--tw-text-opacity));
1996
+ }
1997
+
1998
+ @media (min-width: 768px) {
1999
+ .s-offer-footer {
2000
+ flex-direction: row;
2001
+ }
2002
+ }
2003
+
2004
+ .s-offer-expiry {
2005
+ margin-bottom: 1.25rem;
2006
+ }
2007
+
2008
+ @media (min-width: 768px) {
2009
+ .s-offer-expiry {
2010
+ margin-bottom: 0px;
2011
+ }
2012
+ }
2013
+
2014
+ .s-offer-remember-label {
2015
+ font-size: 0.875rem;
2016
+ line-height: 1.25rem;
2017
+ font-weight: 500;
2018
+ -webkit-margin-start: 0.5rem;
2019
+ margin-inline-start: 0.5rem;
2020
+ }
2021
+
2022
+ .s-offer-remember-input {
2023
+ height: 1.5rem;
2024
+ width: 1.5rem;
2025
+ border-radius: 0.375rem;
2026
+ --tw-border-opacity: 1;
2027
+ border-color: rgba(238, 238, 238, var(--tw-border-opacity));
2028
+ color: var(--color-main);
2029
+ }
2030
+
2031
+ .s-offer-remember-input:focus {
2032
+ --tw-ring-color: transparent;
2033
+ }
2034
+
2035
+ .s-product-availability-subscribed {
2036
+ display: flex;
2037
+ width: 100%;
2038
+ align-items: center;
2039
+ justify-content: center;
2040
+ border-radius: 0.375rem;
2041
+ --tw-bg-opacity: 1;
2042
+ background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
2043
+ padding-left: 1.5rem;
2044
+ padding-right: 1.5rem;
2045
+ padding-top: 0.75rem;
2046
+ padding-bottom: 0.75rem;
2047
+ font-size: 0.875rem;
2048
+ line-height: 1.25rem;
2049
+ font-weight: 700;
2050
+ --tw-text-opacity: 1;
2051
+ color: rgba(34, 197, 94, var(--tw-text-opacity));
2052
+ }
2053
+
2054
+ .s-product-availability-subs-icon {
2055
+ margin-left: 0.375rem;
2056
+ margin-right: 0.375rem;
2057
+ font-weight: 700;
2058
+ }
2059
+
2060
+ .s-product-availability-body {
2061
+ position: relative;
2062
+ z-index: 50;
2063
+ }
2064
+
2065
+ .s-product-availability-label {
2066
+ margin-bottom: 0.625rem;
2067
+ display: block;
2068
+ font-size: 0.875rem;
2069
+ line-height: 1.25rem;
2070
+ font-weight: 700;
2071
+ --tw-text-opacity: 1;
2072
+ color: rgba(63, 63, 70, var(--tw-text-opacity));
2073
+ }
2074
+
2075
+ [dir="rtl"] .s-product-availability-label {
2076
+ text-align: right;
2077
+ }
2078
+
2079
+ [dir="ltr"] .s-product-availability-label {
2080
+ text-align: left;
2081
+ }
2082
+
2083
+ .s-product-availability-input {
2084
+ height: 2.5rem;
2085
+ width: 100%;
2086
+ border-radius: 0.375rem;
2087
+ --tw-border-opacity: 1;
2088
+ border-color: rgba(238, 238, 238, var(--tw-border-opacity));
2089
+ transition-property: background-color, border-color, color, fill, stroke;
2090
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2091
+ transition-duration: 150ms;
2092
+ transition-duration: 300ms;
2093
+ }
2094
+
2095
+ .s-product-availability-input:focus {
2096
+ border-color: var(--color-main);
2097
+ --tw-ring-color: transparent;
2098
+ }
2099
+
2100
+ .dark .s-product-availability-input {
2101
+ --tw-border-opacity: 1;
2102
+ border-color: rgba(82, 82, 91, var(--tw-border-opacity));
2103
+ --tw-bg-opacity: 1;
2104
+ background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
2105
+ }
2106
+
2107
+ .dark .s-product-availability-input:focus {
2108
+ border-color: var(--color-main);
2109
+ }
2110
+
2111
+ @media (min-width: 640px) {
2112
+ .s-product-availability-input {
2113
+ font-size: 0.875rem;
2114
+ line-height: 1.25rem;
2115
+ }
2116
+ }
2117
+
2118
+ .s-product-availability-footer {
2119
+ display: flex;
2120
+ justify-content: space-between;
2121
+ }
2122
+
2123
+ .s-product-availability-footer > :not([hidden]) ~ :not([hidden]) {
2124
+ --tw-space-s-reverse: 0;
2125
+ -webkit-margin-end: calc(1rem * var(--tw-space-s-reverse));
2126
+ margin-inline-end: calc(1rem * var(--tw-space-s-reverse));
2127
+ -webkit-margin-start: calc(1rem * calc(1 - var(--tw-space-s-reverse)));
2128
+ margin-inline-start: calc(1rem * calc(1 - var(--tw-space-s-reverse)));
2129
+ }
2130
+
2131
+ .s-product-availability-error-msg {
2132
+ display: block;
2133
+ height: 1.75rem;
2134
+ padding-top: 0.25rem;
2135
+ font-size: 0.75rem;
2136
+ line-height: 1rem;
2137
+ --tw-border-opacity: 1 !important;
2138
+ border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
2139
+ --tw-text-opacity: 1 !important;
2140
+ color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
2141
+ }
2142
+
2143
+ .s-rating-wrapper {
2144
+ margin-bottom: 2.5rem;
2145
+ transition-property: all;
2146
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2147
+ transition-duration: 150ms;
2148
+ transition-duration: 300ms;
2149
+ transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
2150
+ }
2151
+
2152
+ .s-rating-footer {
2153
+ position: relative;
2154
+ display: flex;
2155
+ align-items: center;
2156
+ justify-content: space-between;
2157
+ }
2158
+
2159
+ .s-rating-btn {
2160
+ height: 2.5rem;
2161
+ padding-left: 1rem;
2162
+ padding-right: 1rem;
2163
+ font-size: 0.875rem;
2164
+ line-height: 1.25rem;
2165
+ font-weight: 700;
2166
+ color: var(--color-main);
2167
+ transition-property: all;
2168
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2169
+ transition-duration: 150ms;
2170
+ transition-duration: 300ms;
2171
+ }
2172
+
2173
+ .s-rating-btn:hover {
2174
+ color: var(--color-main-d);
2175
+ }
2176
+
2177
+ .s-rating-dots {
2178
+ position: absolute;
2179
+ left: 50%;
2180
+ display: flex;
2181
+ flex: 1 1 0%;
2182
+ --tw-translate-x: -50%;
2183
+ transform: var(--tw-transform);
2184
+ justify-content: center;
2185
+ text-align: center;
2186
+ }
2187
+
2188
+ .s-rating-dots > :not([hidden]) ~ :not([hidden]) {
2189
+ --tw-space-s-reverse: 0;
2190
+ -webkit-margin-end: calc(0.375rem * var(--tw-space-s-reverse));
2191
+ margin-inline-end: calc(0.375rem * var(--tw-space-s-reverse));
2192
+ -webkit-margin-start: calc(0.375rem * calc(1 - var(--tw-space-s-reverse)));
2193
+ margin-inline-start: calc(0.375rem * calc(1 - var(--tw-space-s-reverse)));
2194
+ }
2195
+
2196
+ .s-rating-step-dot {
2197
+ height: 0.625rem;
2198
+ width: 0.625rem;
2199
+ border-radius: 9999px;
2200
+ transition-property: background-color, border-color, color, fill, stroke;
2201
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2202
+ transition-duration: 150ms;
2203
+ transition-duration: 300ms;
2204
+ }
2205
+
2206
+ .s-rating-step {
2207
+ transition-property: all;
2208
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2209
+ transition-duration: 150ms;
2210
+ transition-duration: 500ms;
2211
+ }
2212
+
2213
+ .s-rating-active {
2214
+ --tw-translate-x: 0px;
2215
+ transform: var(--tw-transform);
2216
+ opacity: 1;
2217
+ }
2218
+
2219
+ .s-rating-unactive {
2220
+ --tw-translate-x: 0.75rem;
2221
+ transform: var(--tw-transform);
2222
+ opacity: 0;
2223
+ }
2224
+
2225
+ .s-rating-hidden {
2226
+ display: none !important;
2227
+ }
2228
+
2229
+ .s-rating-unvisiable {
2230
+ pointer-events: none;
2231
+ opacity: 0;
2232
+ }
2233
+
2234
+ .s-rating-step-wrap {
2235
+ position: relative;
2236
+ display: flex;
2237
+ flex-direction: column;
2238
+ align-items: center;
2239
+ padding-bottom: 1rem;
2240
+ }
2241
+
2242
+ .s-rating-product-details {
2243
+ position: relative;
2244
+ display: flex;
2245
+ flex: 1 1 0%;
2246
+ flex-direction: column;
2247
+ padding-bottom: 1rem;
2248
+ }
2249
+
2250
+ .s-rating-rounded-icon {
2251
+ margin-bottom: 1rem;
2252
+ display: flex;
2253
+ height: 7rem;
2254
+ width: 7rem;
2255
+ align-items: center;
2256
+ justify-content: center;
2257
+ overflow: hidden;
2258
+ border-radius: 9999px;
2259
+ border-width: 1px;
2260
+ --tw-border-opacity: 1;
2261
+ border-color: rgba(228, 228, 231, var(--tw-border-opacity));
2262
+ }
2263
+
2264
+ .s-rating-title {
2265
+ margin-bottom: 1rem;
2266
+ font-size: 1.125rem;
2267
+ line-height: 1.75rem;
2268
+ font-weight: 700;
2269
+ }
2270
+
2271
+ .s-rating-store-logo {
2272
+ width: 4rem;
2273
+ -o-object-fit: contain;
2274
+ object-fit: contain;
2275
+ }
2276
+
2277
+ .s-rating-shipping-logo {
2278
+ height: 100%;
2279
+ width: 100%;
2280
+ -o-object-fit: contain;
2281
+ object-fit: contain;
2282
+ }
2283
+
2284
+ .s-rating-comment {
2285
+ margin-bottom: 0.5rem;
2286
+ height: 5rem;
2287
+ height: 2.5rem;
2288
+ width: 100%;
2289
+ border-radius: 0.375rem;
2290
+ --tw-border-opacity: 1;
2291
+ border-color: rgba(238, 238, 238, var(--tw-border-opacity));
2292
+ transition-property: background-color, border-color, color, fill, stroke;
2293
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2294
+ transition-duration: 150ms;
2295
+ transition-duration: 300ms;
2296
+ }
2297
+
2298
+ .s-rating-comment:focus {
2299
+ border-color: var(--color-main);
2300
+ --tw-ring-color: transparent;
2301
+ }
2302
+
2303
+ .dark .s-rating-comment {
2304
+ --tw-border-opacity: 1;
2305
+ border-color: rgba(82, 82, 91, var(--tw-border-opacity));
2306
+ --tw-bg-opacity: 1;
2307
+ background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
2308
+ }
2309
+
2310
+ .dark .s-rating-comment:focus {
2311
+ border-color: var(--color-main);
2312
+ }
2313
+
2314
+ @media (min-width: 640px) {
2315
+ .s-rating-comment {
2316
+ font-size: 0.875rem;
2317
+ line-height: 1.25rem;
2318
+ }
2319
+ }
2320
+
2321
+ .s-rating-validation-msg {
2322
+ position: absolute;
2323
+ bottom: 0px;
2324
+ display: block;
2325
+ width: 100%;
2326
+ --tw-text-opacity: 1;
2327
+ color: rgba(248, 113, 113, var(--tw-text-opacity));
2328
+ }
2329
+
2330
+ .s-rating-product {
2331
+ margin-bottom: 1.5rem;
2332
+ display: flex;
2333
+ }
2334
+
2335
+ .s-rating-product > :not([hidden]) ~ :not([hidden]) {
2336
+ --tw-space-s-reverse: 0;
2337
+ -webkit-margin-end: calc(1.25rem * var(--tw-space-s-reverse));
2338
+ margin-inline-end: calc(1.25rem * var(--tw-space-s-reverse));
2339
+ -webkit-margin-start: calc(1.25rem * calc(1 - var(--tw-space-s-reverse)));
2340
+ margin-inline-start: calc(1.25rem * calc(1 - var(--tw-space-s-reverse)));
2341
+ }
2342
+
2343
+ .s-rating-product:last-child {
2344
+ margin-bottom: 0px;
2345
+ }
2346
+
2347
+ .s-rating-product-img {
2348
+ height: 3.5rem;
2349
+ width: 4.5rem;
2350
+ border-radius: 0.375rem;
2351
+ -o-object-fit: cover;
2352
+ object-fit: cover;
2353
+ }
2354
+
2355
+ .s-rating-product-title {
2356
+ margin-bottom: 0.375rem;
2357
+ font-weight: 700;
2358
+ line-height: 1.25rem;
2359
+ }
2360
+
2361
+ @media (min-width: 768px) {
2362
+ .s-rating-product-title {
2363
+ font-size: 0.875rem;
2364
+ line-height: 1.25rem;
2365
+ }
2366
+ }
2367
+
2368
+ .s-rating-thanks {
2369
+ padding-left: 2rem;
2370
+ padding-right: 2rem;
2371
+ text-align: center;
2372
+ transition-property: all;
2373
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2374
+ transition-duration: 150ms;
2375
+ transition-duration: 500ms;
2376
+ }
2377
+
2378
+ .s-rating-icon {
2379
+ display: inline-flex;
2380
+ height: 5rem;
2381
+ width: 5rem;
2382
+ align-items: center;
2383
+ justify-content: center;
2384
+ border-radius: 9999px;
2385
+ --tw-bg-opacity: 1;
2386
+ background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
2387
+ font-size: 2.25rem;
2388
+ line-height: 2.5rem;
2389
+ color: var(--color-main);
2390
+ }
2391
+
2392
+ .s-rating-thanks-title {
2393
+ margin-top: 1rem;
2394
+ font-weight: 700;
2395
+ }
2396
+
2397
+ .s-rating-thanks-msg {
2398
+ margin-bottom: 1.5rem;
2399
+ font-size: 0.875rem;
2400
+ line-height: 1.25rem;
2401
+ --tw-text-opacity: 1;
2402
+ color: rgba(161, 161, 170, var(--tw-text-opacity));
2403
+ }
2404
+
2405
+ .s-rating-thanks-time {
2406
+ margin-top: 0.75rem;
2407
+ display: block;
2408
+ height: 1.5rem;
2409
+ font-size: 0.875rem;
2410
+ line-height: 1.25rem;
2411
+ --tw-text-opacity: 1;
2412
+ color: rgba(161, 161, 170, var(--tw-text-opacity));
2413
+ }
2414
+
2415
+ .s-rating-btn-star {
2416
+ padding-left: 0.25rem;
2417
+ padding-right: 0.25rem;
2418
+ --tw-text-opacity: 1;
2419
+ color: rgba(161, 161, 170, var(--tw-text-opacity));
2420
+ display: inline-flex;
2421
+ flex: 1 1 0%;
2422
+ align-items: center;
2423
+ justify-content: center;
2424
+ white-space: nowrap;
2425
+ border-radius: 0.375rem;
2426
+ padding-left: 1.5rem;
2427
+ padding-right: 1.5rem;
2428
+ padding-bottom: 0.625rem;
2429
+ padding-top: 0.5rem;
2430
+ font-size: 0.875rem;
2431
+ line-height: 1.25rem;
2432
+ font-weight: 700;
2433
+ transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
2434
+ transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
2435
+ transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
2436
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2437
+ transition-duration: 150ms;
2438
+ transition-duration: 300ms;
2439
+ }
2440
+
2441
+ .s-rating-btn-star:hover {
2442
+ opacity: 0.8;
2443
+ }
2444
+
2445
+ .s-rating-stars-company {
2446
+ margin-bottom: 1.25rem;
2447
+ }
2448
+
2449
+ .s-rating-stars-product {
2450
+ margin-bottom: 0.25rem;
2451
+ }
2452
+
2453
+ .s-rating-bg-gray {
2454
+ --tw-bg-opacity: 1;
2455
+ background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
2456
+ }
2457
+
2458
+ .s-rating-bg-primary {
2459
+ background-color: var(--color-main);
2460
+ }
2461
+
2462
+ .s-rating-has-error {
2463
+ --tw-border-opacity: 1;
2464
+ border-color: rgba(248, 113, 113, var(--tw-border-opacity));
2465
+ }
2466
+
2467
+ .s-rating-has-error:focus {
2468
+ --tw-border-opacity: 1;
2469
+ border-color: rgba(239, 68, 68, var(--tw-border-opacity));
2470
+ }
2471
+
2472
+ .s-search-container {
2473
+ position: relative;
2474
+ max-height: 14rem;
2475
+ border-width: 1px;
2476
+ --tw-border-opacity: 1;
2477
+ border-color: rgba(238, 238, 238, var(--tw-border-opacity));
2478
+ --tw-bg-opacity: 1;
2479
+ background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
2480
+ }
2481
+
2482
+ .s-search-container-open {
2483
+ max-height: 28rem;
2484
+ border-bottom-right-radius: 0.125rem;
2485
+ border-bottom-left-radius: 0.125rem;
2486
+ }
2487
+
2488
+ .s-search-input {
2489
+ width: 100%;
2490
+ border-radius: 3px;
2491
+ border-width: 0px;
2492
+ background-color: transparent;
2493
+ padding-top: 1.5rem;
2494
+ padding-bottom: 1.75rem;
2495
+ --tw-text-opacity: 1;
2496
+ color: rgba(82, 82, 91, var(--tw-text-opacity));
2497
+ height: 2.5rem;
2498
+ width: 100%;
2499
+ border-radius: 0.375rem;
2500
+ --tw-border-opacity: 1;
2501
+ border-color: rgba(238, 238, 238, var(--tw-border-opacity));
2502
+ transition-property: background-color, border-color, color, fill, stroke;
2503
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2504
+ transition-duration: 150ms;
2505
+ transition-duration: 300ms;
2506
+ }
2507
+
2508
+ .s-search-input:focus {
2509
+ border-color: var(--color-main);
2510
+ --tw-ring-color: transparent;
2511
+ }
2512
+
2513
+ .dark .s-search-input {
2514
+ --tw-border-opacity: 1;
2515
+ border-color: rgba(82, 82, 91, var(--tw-border-opacity));
2516
+ --tw-bg-opacity: 1;
2517
+ background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
2518
+ }
2519
+
2520
+ .dark .s-search-input:focus {
2521
+ border-color: var(--color-main);
2522
+ }
2523
+
2524
+ @media (min-width: 640px) {
2525
+ .s-search-input {
2526
+ font-size: 0.875rem;
2527
+ line-height: 1.25rem;
2528
+ }
2529
+ }
2530
+
2531
+ .s-search-input {
2532
+ -webkit-padding-start: 2.5rem;
2533
+ padding-inline-start: 2.5rem;
2534
+ }
2535
+
2536
+ .s-search-icon {
2537
+ position: absolute;
2538
+ top: 1rem;
2539
+ display: flex;
2540
+ align-items: center;
2541
+ justify-content: flex-end;
2542
+ --tw-text-opacity: 1;
2543
+ color: rgba(161, 161, 170, var(--tw-text-opacity));
2544
+ }
2545
+
2546
+ [dir="rtl"] .s-search-icon {
2547
+ right: 1rem;
2548
+ }
2549
+
2550
+ [dir="ltr"] .s-search-icon {
2551
+ left: 1rem;
2552
+ }
2553
+
2554
+ .s-search-spinner-loader {
2555
+ display: block;
2556
+ height: 1rem;
2557
+ width: 1rem;
2558
+ }
2559
+
2560
+ @keyframes spin {
2561
+ to {
2562
+ transform: rotate(360deg);
2563
+ }
2564
+ }
2565
+
2566
+ .s-search-spinner-loader {
2567
+ -webkit-animation: spin 1s linear infinite;
2568
+ animation: spin 1s linear infinite;
2569
+ border-radius: 9999px;
2570
+ border-width: 2px;
2571
+ --tw-border-opacity: 1;
2572
+ border-color: rgba(212, 212, 216, var(--tw-border-opacity));
2573
+ border-right-color: var(--color-main);
2574
+ }
2575
+
2576
+ .s-search-spinner-loader.reverse {
2577
+ border-right-color: #9f7171;
2578
+ background-color: #f98181;
2579
+ }
2580
+
2581
+ .s-search-results {
2582
+ margin: auto;
2583
+ max-height: 24rem;
2584
+ overflow-y: auto;
2585
+ border-bottom-right-radius: 3px;
2586
+ border-bottom-left-radius: 3px;
2587
+ --tw-bg-opacity: 1;
2588
+ background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
2589
+ }
2590
+
2591
+ .s-search-no-results {
2592
+ padding: 1rem;
2593
+ text-align: center;
2594
+ font-size: 0.875rem;
2595
+ line-height: 1.25rem;
2596
+ --tw-text-opacity: 1;
2597
+ color: rgba(161, 161, 170, var(--tw-text-opacity));
2598
+ }
2599
+
2600
+ .s-search-product {
2601
+ display: flex;
2602
+ height: 100%;
2603
+ justify-content: space-around;
2604
+ overflow: hidden;
2605
+ border-top-width: 1px;
2606
+ --tw-border-opacity: 1;
2607
+ border-color: rgba(244, 244, 245, var(--tw-border-opacity));
2608
+ background-color: transparent;
2609
+ padding-left: 1rem;
2610
+ padding-right: 1rem;
2611
+ padding-top: 0.75rem;
2612
+ padding-bottom: 0.75rem;
2613
+ transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
2614
+ transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
2615
+ transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
2616
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2617
+ transition-duration: 150ms;
2618
+ transition-property: background-color, border-color, color, fill, stroke;
2619
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2620
+ transition-duration: 150ms;
2621
+ transition-duration: 500ms;
2622
+ transition-duration: 300ms;
2623
+ }
2624
+
2625
+ .s-search-product:hover {
2626
+ background-color: var(--bg-gray);
2627
+ }
2628
+
2629
+ .s-search-product-image-container {
2630
+ position: relative;
2631
+ height: 3.5rem;
2632
+ width: 5rem;
2633
+ overflow: hidden;
2634
+ border-radius: 0.375rem;
2635
+ }
2636
+
2637
+ .s-search-product-image {
2638
+ height: 100%;
2639
+ width: 100%;
2640
+ -o-object-fit: cover;
2641
+ object-fit: cover;
2642
+ }
2643
+
2644
+ .s-search-product-details {
2645
+ flex: 1 1 0%;
2646
+ padding-top: 0.25rem;
2647
+ -webkit-padding-start: 1rem;
2648
+ padding-inline-start: 1rem;
2649
+ }
2650
+
2651
+ .s-search-product-price {
2652
+ display: flex;
2653
+ width: 100%;
2654
+ align-items: center;
2655
+ justify-content: space-between;
2656
+ font-size: 0.875rem;
2657
+ line-height: 1.25rem;
2658
+ font-weight: 700;
2659
+ color: var(--color-main);
2660
+ }
2661
+
2662
+ .s-tel-input-control {
2663
+ margin-bottom: 1rem;
2664
+ -webkit-appearance: none;
2665
+ -moz-appearance: none;
2666
+ appearance: none;
2667
+ height: 2.5rem;
2668
+ width: 100%;
2669
+ border-radius: 0.375rem;
2670
+ --tw-border-opacity: 1;
2671
+ border-color: rgba(238, 238, 238, var(--tw-border-opacity));
2672
+ transition-property: background-color, border-color, color, fill, stroke;
2673
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2674
+ transition-duration: 150ms;
2675
+ transition-duration: 300ms;
2676
+ }
2677
+
2678
+ .s-tel-input-control:focus {
2679
+ border-color: var(--color-main);
2680
+ --tw-ring-color: transparent;
2681
+ }
2682
+
2683
+ .dark .s-tel-input-control {
2684
+ --tw-border-opacity: 1;
2685
+ border-color: rgba(82, 82, 91, var(--tw-border-opacity));
2686
+ --tw-bg-opacity: 1;
2687
+ background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
2688
+ }
2689
+
2690
+ .dark .s-tel-input-control:focus {
2691
+ border-color: var(--color-main);
2692
+ }
2693
+
2694
+ @media (min-width: 640px) {
2695
+ .s-tel-input-control {
2696
+ font-size: 0.875rem;
2697
+ line-height: 1.25rem;
2698
+ }
2699
+ }
2700
+
2701
+ .s-tel-input-error-msg {
2702
+ display: block;
2703
+ height: 1.75rem;
2704
+ padding-top: 0.25rem;
2705
+ font-size: 0.75rem;
2706
+ line-height: 1rem;
2707
+ --tw-border-opacity: 1 !important;
2708
+ border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
2709
+ --tw-text-opacity: 1 !important;
2710
+ color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
2711
+ }
2712
+
2713
+ .s-verify-message {
2714
+ margin-bottom: 1.75rem;
2715
+ text-align: center;
2716
+ font-size: 0.75rem;
2717
+ line-height: 1rem;
2718
+ --tw-text-opacity: 1;
2719
+ color: rgba(161, 161, 170, var(--tw-text-opacity));
2720
+ }
2721
+
2722
+ .s-verify-label {
2723
+ margin-bottom: 1rem;
2724
+ display: block;
2725
+ text-align: center;
2726
+ font-size: 0.875rem;
2727
+ line-height: 1.25rem;
2728
+ }
2729
+
2730
+ .s-verify-codes {
2731
+ margin-bottom: 1.25rem;
2732
+ display: flex;
2733
+ justify-content: space-between;
2734
+ }
2735
+
2736
+ .s-verify-codes > :not([hidden]) ~ :not([hidden]) {
2737
+ --tw-space-s-reverse: 0;
2738
+ -webkit-margin-end: calc(0.5rem * var(--tw-space-s-reverse));
2739
+ margin-inline-end: calc(0.5rem * var(--tw-space-s-reverse));
2740
+ -webkit-margin-start: calc(0.5rem * calc(1 - var(--tw-space-s-reverse)));
2741
+ margin-inline-start: calc(0.5rem * calc(1 - var(--tw-space-s-reverse)));
2742
+ }
2743
+
2744
+ .s-verify-input {
2745
+ height: 2.5rem;
2746
+ -webkit-appearance: none;
2747
+ -moz-appearance: none;
2748
+ appearance: none;
2749
+ border-radius: 0.375rem;
2750
+ text-align: center;
2751
+ font-size: 1.125rem;
2752
+ line-height: 1.75rem;
2753
+ font-weight: 700;
2754
+ height: 2.5rem;
2755
+ width: 100%;
2756
+ border-radius: 0.375rem;
2757
+ --tw-border-opacity: 1;
2758
+ border-color: rgba(238, 238, 238, var(--tw-border-opacity));
2759
+ transition-property: background-color, border-color, color, fill, stroke;
2760
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2761
+ transition-duration: 150ms;
2762
+ transition-duration: 300ms;
2763
+ }
2764
+
2765
+ .s-verify-input:focus {
2766
+ border-color: var(--color-main);
2767
+ --tw-ring-color: transparent;
2768
+ }
2769
+
2770
+ .dark .s-verify-input {
2771
+ --tw-border-opacity: 1;
2772
+ border-color: rgba(82, 82, 91, var(--tw-border-opacity));
2773
+ --tw-bg-opacity: 1;
2774
+ background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
2775
+ }
2776
+
2777
+ .dark .s-verify-input:focus {
2778
+ border-color: var(--color-main);
2779
+ }
2780
+
2781
+ @media (min-width: 640px) {
2782
+ .s-verify-input {
2783
+ font-size: 0.875rem;
2784
+ line-height: 1.25rem;
2785
+ }
2786
+ }
2787
+
2788
+ .s-verify-footer {
2789
+ text-align: center;
2790
+ }
2791
+
2792
+ .s-verify-submit {
2793
+ margin-bottom: 1.25rem;
2794
+ width: 100%;
2795
+ }
2796
+
2797
+ .s-verify-resend-message {
2798
+ --tw-text-opacity: 1;
2799
+ color: rgba(161, 161, 170, var(--tw-text-opacity));
2800
+ }
2801
+
2802
+ .s-verify-timer {
2803
+ margin-left: 0.25rem;
2804
+ margin-right: 0.25rem;
2805
+ --tw-text-opacity: 1;
2806
+ color: rgba(63, 63, 70, var(--tw-text-opacity));
2807
+ }
2808
+
2809
+ .s-verify-resend {
2810
+ text-align: center;
2811
+ font-size: 0.875rem;
2812
+ line-height: 1.25rem;
2813
+ color: var(--color-main);
2814
+ }
2815
+
2816
+ .s-verify-back {
2817
+ position: absolute;
2818
+ top: -12rem;
2819
+ height: 2.5rem;
2820
+ width: 2.5rem;
2821
+ --tw-bg-opacity: 1;
2822
+ background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
2823
+ font-size: 1.125rem;
2824
+ line-height: 1.75rem;
2825
+ --tw-text-opacity: 1;
2826
+ color: rgba(82, 82, 91, var(--tw-text-opacity));
2827
+ transition-property: background-color, border-color, color, fill, stroke;
2828
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2829
+ transition-duration: 150ms;
2830
+ display: flex;
2831
+ height: 4rem;
2832
+ width: 4rem;
2833
+ align-items: center;
2834
+ justify-content: center;
2835
+ border-radius: 9999px;
2836
+ font-size: 1.875rem;
2837
+ line-height: 2.25rem;
2838
+ }
2839
+
2840
+ [dir="rtl"] .s-verify-back {
2841
+ right: -0.75rem;
2842
+ }
2843
+
2844
+ [dir="ltr"] .s-verify-back {
2845
+ left: -0.75rem;
2846
+ }
2847
+
2848
+ .s-verify-back:hover {
2849
+ --tw-bg-opacity: 1;
2850
+ background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
2851
+ }
2852
+
2853
+ .ms-2 {
2854
+ -webkit-margin-start: 0.5rem;
2855
+ margin-inline-start: 0.5rem;
2856
+ }
2857
+
2858
+ [dir="rtl"] .start-1 {
2859
+ right: 0.25rem;
2860
+ }
2861
+
2862
+ [dir="rtl"] .end-1 {
2863
+ left: 0.25rem;
2864
+ }
2865
+
2866
+ [dir="ltr"] .end-1 {
2867
+ right: 0.25rem;
2868
+ }
2869
+
2870
+ [dir="ltr"] .start-1 {
2871
+ left: 0.25rem;
2872
+ }
2873
+
2874
+ .hover\:bg-gray-200\/50:hover {
2875
+ background-color: rgba(228, 228, 231, 0.5);
2876
+ }
2877
+
2878
+ .focus\:ring-offset-transparent:focus {
2879
+ --tw-ring-offset-color: transparent;
2880
+ }
2881
+
2882
+ @media (min-width: 1024px) {
2883
+ .lg\:w-auto {
2884
+ width: auto;
2885
+ }
2886
+
2887
+ .lg\:py-0 {
2888
+ padding-top: 0px;
2889
+ padding-bottom: 0px;
2890
+ }
2891
+ }