pager-widget 1.0.11-alpha.9 → 1.0.13

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 (79) hide show
  1. package/dist/index.css +1 -1
  2. package/dist/index.html +40 -0
  3. package/dist/index.js +8 -8
  4. package/dist/react-parcel.9f367d21.css +2970 -0
  5. package/dist/react-parcel.9f367d21.css.map +1 -0
  6. package/dist/react-parcel.js +231527 -0
  7. package/dist/react-parcel.js.map +1 -0
  8. package/dist/server.html +33 -39
  9. package/out/AgentFeedbackButtonWrapper.js +15 -0
  10. package/out/App.js +28 -0
  11. package/out/BotMain.js +91 -0
  12. package/out/ButtonsWrapper.js +29 -0
  13. package/out/ChatPage.js +9 -0
  14. package/out/ChatPageContent.js +131 -0
  15. package/out/ChatPageHeader.js +267 -0
  16. package/out/ChatPageInput.js +29 -0
  17. package/out/ChatWidget.js +17 -0
  18. package/out/Consent.js +66 -0
  19. package/out/CountryDropdown.js +31 -0
  20. package/out/Form.js +238 -0
  21. package/out/HomePage.js +11 -0
  22. package/out/HomePageContent.js +32 -0
  23. package/out/HomePageFooter.js +87 -0
  24. package/out/HomePageHeader.js +66 -0
  25. package/out/InputField.js +80 -0
  26. package/out/Markdown.js +126 -0
  27. package/out/Message.js +197 -0
  28. package/out/MessagesT.js +2 -0
  29. package/out/NewRecentMessagePage.js +525 -0
  30. package/out/NewRecentMessageTab.js +23 -0
  31. package/out/ReceivedMessage.js +211 -0
  32. package/out/RecentMessageDetail.js +178 -0
  33. package/out/RecentMessageList.js +112 -0
  34. package/out/RecentMessageListCard.js +20 -0
  35. package/out/RecentMessageListHeader.js +156 -0
  36. package/out/RecentMessagePage.js +183 -0
  37. package/out/RecentMessageTab.js +35 -0
  38. package/out/WidgetMessage.js +14 -0
  39. package/out/WidgetToggleButton.js +191 -0
  40. package/out/WidgetType.js +2 -0
  41. package/out/assets/icons/pikaicons-react.js +17475 -0
  42. package/out/components/ConsentForm.js +7 -0
  43. package/out/components/CustomTooltip.js +34 -0
  44. package/out/hooks/useChatHistoryExists.js +32 -0
  45. package/out/hooks/useChatHistoryListExist.js +81 -0
  46. package/out/hooks/useChatScroll.js +14 -0
  47. package/out/hooks/useCurrentConversationExists.js +88 -0
  48. package/out/hooks/useInitialMessage.js +33 -0
  49. package/out/hooks/useMessage.js +230 -0
  50. package/out/hooks/useMessageReceiver.js +183 -0
  51. package/out/hooks/usePopupAnimation.js +20 -0
  52. package/out/hooks/useSocket.js +19 -0
  53. package/out/hooks/useSocketContext.js +81 -0
  54. package/out/hooks/useWidgetDimension.js +41 -0
  55. package/out/hooks/useWidgetToggle.js +22 -0
  56. package/out/index.js +31 -0
  57. package/out/markdown/CodeCopy.js +22 -0
  58. package/out/markdown/CodeHighlight.js +58 -0
  59. package/out/markdown/PagerMarkdown.js +36 -0
  60. package/out/markdown/pager_md.js +152 -0
  61. package/out/onscreenNotificationPopup.js +23 -0
  62. package/out/socket.js +11 -0
  63. package/out/utils/checkConversationExit.js +24 -0
  64. package/out/utils/convertTime.js +43 -0
  65. package/out/utils/sendInitialMessage.js +82 -0
  66. package/out/widget.js +21 -0
  67. package/out/widgetConfigStore.js +205 -0
  68. package/out/widgetConfigStore2.js +569 -0
  69. package/out/widgetControlstore.js +23 -0
  70. package/out/widgetStateHandler.js +106 -0
  71. package/out/widgetStore.js +171 -0
  72. package/out/widgetUserStore.js +47 -0
  73. package/package.json +3 -3
  74. package/server.html +33 -39
  75. package/.husky/pre-commit +0 -4
  76. package/docs/issues/001-use-widget-resize-hook.md +0 -51
  77. package/docs/issues/002-embed-snippet-container-resize.md +0 -81
  78. package/docs/prd/0001-iframe-resize-scroll-through.md +0 -333
  79. package/test-iframe-resize.html +0 -74
@@ -0,0 +1,2970 @@
1
+ /*! tailwindcss v4.1.10 | MIT License | https://tailwindcss.com */
2
+ @layer properties {
3
+ @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
4
+ .pager-widget *, .pager-widget ::backdrop, .pager-widget :after, .pager-widget :before {
5
+ --tw-translate-x: 0;
6
+ --tw-translate-y: 0;
7
+ --tw-translate-z: 0;
8
+ --tw-scale-x: 1;
9
+ --tw-scale-y: 1;
10
+ --tw-scale-z: 1;
11
+ --tw-rotate-x: initial;
12
+ --tw-rotate-y: initial;
13
+ --tw-rotate-z: initial;
14
+ --tw-skew-x: initial;
15
+ --tw-skew-y: initial;
16
+ --tw-space-y-reverse: 0;
17
+ --tw-border-style: solid;
18
+ --tw-gradient-position: initial;
19
+ --tw-gradient-from: #0000;
20
+ --tw-gradient-via: #0000;
21
+ --tw-gradient-to: #0000;
22
+ --tw-gradient-stops: initial;
23
+ --tw-gradient-via-stops: initial;
24
+ --tw-gradient-from-position: 0%;
25
+ --tw-gradient-via-position: 50%;
26
+ --tw-gradient-to-position: 100%;
27
+ --tw-leading: initial;
28
+ --tw-font-weight: initial;
29
+ --tw-tracking: initial;
30
+ --tw-duration: initial;
31
+ --tw-ease: initial;
32
+ --tw-shadow: 0 0 #0000;
33
+ --tw-shadow-color: initial;
34
+ --tw-shadow-alpha: 100%;
35
+ --tw-inset-shadow: 0 0 #0000;
36
+ --tw-inset-shadow-color: initial;
37
+ --tw-inset-shadow-alpha: 100%;
38
+ --tw-ring-color: initial;
39
+ --tw-ring-shadow: 0 0 #0000;
40
+ --tw-inset-ring-color: initial;
41
+ --tw-inset-ring-shadow: 0 0 #0000;
42
+ --tw-ring-inset: initial;
43
+ --tw-ring-offset-width: 0px;
44
+ --tw-ring-offset-color: #fff;
45
+ --tw-ring-offset-shadow: 0 0 #0000;
46
+ }
47
+ }
48
+ }
49
+
50
+ @layer theme {
51
+ .pager-widget :host, .pager-widget :root {
52
+ --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
53
+ --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
54
+ --spacing: .25rem;
55
+ --container-md: 28rem;
56
+ --font-weight-normal: 400;
57
+ --font-weight-medium: 500;
58
+ --font-weight-semibold: 600;
59
+ --font-weight-bold: 700;
60
+ --leading-relaxed: 1.625;
61
+ --radius-sm: .25rem;
62
+ --radius-md: .375rem;
63
+ --radius-xl: .75rem;
64
+ --radius-2xl: 1rem;
65
+ --ease-out: cubic-bezier(0, 0, .2, 1);
66
+ --ease-in-out: cubic-bezier(.4, 0, .2, 1);
67
+ --default-transition-duration: .15s;
68
+ --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
69
+ --default-font-family: var(--font-sans);
70
+ --default-mono-font-family: var(--font-mono);
71
+ }
72
+ }
73
+
74
+ @layer base {
75
+ .pager-widget *, .pager-widget ::backdrop, .pager-widget ::file-selector-button, .pager-widget :after, .pager-widget :before {
76
+ box-sizing: border-box;
77
+ border: 0 solid;
78
+ margin: 0;
79
+ padding: 0;
80
+ }
81
+
82
+ .pager-widget :host, html {
83
+ -webkit-text-size-adjust: 100%;
84
+ font-feature-settings: normal;
85
+ font-variation-settings: normal;
86
+ -moz-tab-size: 4;
87
+ -o-tab-size: 4;
88
+ tab-size: 4;
89
+ -webkit-tap-highlight-color: transparent;
90
+ font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
91
+ line-height: 1.5;
92
+ }
93
+
94
+ .pager-widget hr {
95
+ color: inherit;
96
+ border-top-width: 1px;
97
+ height: 0;
98
+ }
99
+
100
+ .pager-widget abbr:where([title]) {
101
+ text-decoration: underline dotted;
102
+ }
103
+
104
+ .pager-widget h1, .pager-widget h2, .pager-widget h3, .pager-widget h4, .pager-widget h5, .pager-widget h6 {
105
+ font-size: inherit;
106
+ font-weight: inherit;
107
+ }
108
+
109
+ .pager-widget a {
110
+ color: inherit;
111
+ -webkit-text-decoration: inherit;
112
+ text-decoration: inherit;
113
+ }
114
+
115
+ .pager-widget b, .pager-widget strong {
116
+ font-weight: bolder;
117
+ }
118
+
119
+ .pager-widget code, .pager-widget kbd, .pager-widget pre, .pager-widget samp {
120
+ font-feature-settings: normal;
121
+ font-variation-settings: normal;
122
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
123
+ font-size: 1em;
124
+ }
125
+
126
+ .pager-widget small {
127
+ font-size: 80%;
128
+ }
129
+
130
+ .pager-widget sub, .pager-widget sup {
131
+ vertical-align: baseline;
132
+ font-size: 75%;
133
+ line-height: 0;
134
+ position: relative;
135
+ }
136
+
137
+ .pager-widget sub {
138
+ bottom: -.25em;
139
+ }
140
+
141
+ .pager-widget sup {
142
+ top: -.5em;
143
+ }
144
+
145
+ .pager-widget table {
146
+ border-collapse: collapse;
147
+ border-color: inherit;
148
+ text-indent: 0;
149
+ }
150
+
151
+ .pager-widget :-moz-focusring {
152
+ outline: auto;
153
+ }
154
+
155
+ .pager-widget progress {
156
+ vertical-align: baseline;
157
+ }
158
+
159
+ .pager-widget summary {
160
+ display: list-item;
161
+ }
162
+
163
+ .pager-widget menu, .pager-widget ol, .pager-widget ul {
164
+ list-style: none;
165
+ }
166
+
167
+ .pager-widget audio, .pager-widget canvas, .pager-widget embed, .pager-widget iframe, .pager-widget img, .pager-widget object, .pager-widget svg, .pager-widget video {
168
+ vertical-align: middle;
169
+ display: block;
170
+ }
171
+
172
+ .pager-widget img, .pager-widget video {
173
+ max-width: 100%;
174
+ height: auto;
175
+ }
176
+
177
+ .pager-widget ::file-selector-button, .pager-widget button, .pager-widget input, .pager-widget optgroup, .pager-widget select, .pager-widget textarea {
178
+ color: inherit;
179
+ font: inherit;
180
+ font-feature-settings: inherit;
181
+ font-variation-settings: inherit;
182
+ letter-spacing: inherit;
183
+ opacity: 1;
184
+ background-color: #0000;
185
+ border-radius: 0;
186
+ }
187
+
188
+ .pager-widget :where(select:is([multiple], [size])) optgroup {
189
+ font-weight: bolder;
190
+ }
191
+
192
+ .pager-widget :where(select:is([multiple], [size])) optgroup option {
193
+ padding-inline-start: 20px;
194
+ }
195
+
196
+ .pager-widget ::file-selector-button {
197
+ margin-inline-end: 4px;
198
+ }
199
+
200
+ .pager-widget ::-moz-placeholder {
201
+ opacity: 1;
202
+ }
203
+
204
+ .pager-widget ::placeholder {
205
+ opacity: 1;
206
+ }
207
+
208
+ @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
209
+ .pager-widget ::-moz-placeholder {
210
+ color: currentColor;
211
+
212
+ @supports (color: color-mix(in lab,red,red)) {
213
+ color: color-mix(in oklab, currentcolor 50%, transparent);
214
+ }
215
+ }
216
+
217
+ .pager-widget ::placeholder {
218
+ color: currentColor;
219
+
220
+ @supports (color: color-mix(in lab,red,red)) {
221
+ color: color-mix(in oklab, currentcolor 50%, transparent);
222
+ }
223
+ }
224
+ }
225
+
226
+ .pager-widget textarea {
227
+ resize: vertical;
228
+ }
229
+
230
+ .pager-widget ::-webkit-search-decoration {
231
+ -webkit-appearance: none;
232
+ }
233
+
234
+ .pager-widget ::-webkit-date-and-time-value {
235
+ min-height: 1lh;
236
+ text-align: inherit;
237
+ }
238
+
239
+ .pager-widget ::-webkit-datetime-edit {
240
+ display: inline-flex;
241
+ }
242
+
243
+ .pager-widget ::-webkit-datetime-edit-fields-wrapper {
244
+ padding: 0;
245
+ }
246
+
247
+ .pager-widget ::-webkit-datetime-edit, .pager-widget ::-webkit-datetime-edit-day-field, .pager-widget ::-webkit-datetime-edit-hour-field, .pager-widget ::-webkit-datetime-edit-meridiem-field, .pager-widget ::-webkit-datetime-edit-millisecond-field, .pager-widget ::-webkit-datetime-edit-minute-field, .pager-widget ::-webkit-datetime-edit-month-field, .pager-widget ::-webkit-datetime-edit-second-field, .pager-widget ::-webkit-datetime-edit-year-field {
248
+ padding-block: 0;
249
+ }
250
+
251
+ .pager-widget :-moz-ui-invalid {
252
+ box-shadow: none;
253
+ }
254
+
255
+ .pager-widget ::file-selector-button, .pager-widget button, .pager-widget input:where([type="button"], [type="reset"], [type="submit"]) {
256
+ -webkit-appearance: button;
257
+ -moz-appearance: button;
258
+ appearance: button;
259
+ }
260
+
261
+ .pager-widget ::-webkit-inner-spin-button, .pager-widget ::-webkit-outer-spin-button {
262
+ height: auto;
263
+ }
264
+
265
+ .pager-widget [hidden]:where(:not([hidden="until-found"])) {
266
+ display: none !important;
267
+ }
268
+
269
+ @font-face {
270
+ font-display: swap;
271
+ font-family: Inter;
272
+ font-style: normal;
273
+ font-weight: 400;
274
+ src: url("fonts/Inter-Regular.woff2") format("woff2");
275
+ }
276
+
277
+ @font-face {
278
+ font-family: inter-font;
279
+ src: local(Inter-VariableFont), url("../src/assets/fonts/Inter-VariableFont.ttf") format("truetype");
280
+ }
281
+
282
+ @font-face {
283
+ font-family: Light;
284
+ font-weight: 300;
285
+ src: local(Inter-VariableFont), url("../src/assets/fonts/Inter-VariableFont.ttf") format("truetype");
286
+ }
287
+
288
+ @font-face {
289
+ font-family: Regular;
290
+ font-weight: 400;
291
+ src: local(Inter-VariableFont), url("../src/assets/fonts/Inter-VariableFont.ttf") format("truetype");
292
+ }
293
+
294
+ @font-face {
295
+ font-family: Medium;
296
+ font-weight: 500;
297
+ src: local(Inter-VariableFont), url("../src/assets/fonts/Inter-VariableFont.ttf") format("truetype");
298
+ }
299
+
300
+ @font-face {
301
+ font-family: SemiBold;
302
+ font-weight: 600;
303
+ src: local(Inter-VariableFont), url("../src/assets/fonts/Inter-VariableFont.ttf") format("truetype");
304
+ }
305
+
306
+ @font-face {
307
+ font-family: Bold;
308
+ font-weight: 700;
309
+ src: local(Inter-VariableFont), url("../src/assets/fonts/Inter-VariableFont.ttf") format("truetype");
310
+ }
311
+
312
+ .pager-widget *, .pager-widget ::backdrop, .pager-widget ::file-selector-button, .pager-widget :after, .pager-widget :before {
313
+ border-color: currentColor;
314
+ }
315
+ }
316
+
317
+ @layer components;
318
+
319
+ @layer utilities {
320
+ .pager-widget .pointer-events-none {
321
+ pointer-events: none !important;
322
+ }
323
+
324
+ .pager-widget .visible {
325
+ visibility: visible !important;
326
+ }
327
+
328
+ .pager-widget .absolute {
329
+ position: absolute !important;
330
+ }
331
+
332
+ .pager-widget .fixed {
333
+ position: fixed !important;
334
+ }
335
+
336
+ .pager-widget .relative {
337
+ position: relative !important;
338
+ }
339
+
340
+ .pager-widget .static {
341
+ position: static !important;
342
+ }
343
+
344
+ .pager-widget .sticky {
345
+ position: sticky !important;
346
+ }
347
+
348
+ .pager-widget .inset-0 {
349
+ inset: 0 !important;
350
+ }
351
+
352
+ .pager-widget .-top-1 {
353
+ top: -.25rem !important;
354
+ }
355
+
356
+ .pager-widget .-top-3 {
357
+ top: -.75rem !important;
358
+ }
359
+
360
+ .pager-widget .top-0 {
361
+ top: 0 !important;
362
+ }
363
+
364
+ .pager-widget .top-0\.5 {
365
+ top: .125rem !important;
366
+ }
367
+
368
+ .pager-widget .top-1\/2 {
369
+ top: 50% !important;
370
+ }
371
+
372
+ .pager-widget .top-2\.5 {
373
+ top: .625rem !important;
374
+ }
375
+
376
+ .pager-widget .top-6 {
377
+ top: 1.5rem !important;
378
+ }
379
+
380
+ .pager-widget .top-full {
381
+ top: 100% !important;
382
+ }
383
+
384
+ .pager-widget .-right-1 {
385
+ right: -.25rem !important;
386
+ }
387
+
388
+ .pager-widget .-right-3 {
389
+ right: -.75rem !important;
390
+ }
391
+
392
+ .pager-widget .right-0 {
393
+ right: 0 !important;
394
+ }
395
+
396
+ .pager-widget .right-1 {
397
+ right: .25rem !important;
398
+ }
399
+
400
+ .pager-widget .right-3 {
401
+ right: .75rem !important;
402
+ }
403
+
404
+ .pager-widget .right-4 {
405
+ right: 1rem !important;
406
+ }
407
+
408
+ .pager-widget .right-5 {
409
+ right: 1.25rem !important;
410
+ }
411
+
412
+ .pager-widget .right-6 {
413
+ right: 1.5rem !important;
414
+ }
415
+
416
+ .pager-widget .right-full {
417
+ right: 100% !important;
418
+ }
419
+
420
+ .pager-widget .-bottom-1 {
421
+ bottom: -.25rem !important;
422
+ }
423
+
424
+ .pager-widget .bottom-0 {
425
+ bottom: 0 !important;
426
+ }
427
+
428
+ .pager-widget .bottom-20 {
429
+ bottom: 5rem !important;
430
+ }
431
+
432
+ .pager-widget .bottom-\[1\.2rem\] {
433
+ bottom: 1.2rem !important;
434
+ }
435
+
436
+ .pager-widget .bottom-full {
437
+ bottom: 100% !important;
438
+ }
439
+
440
+ .pager-widget .-left-1 {
441
+ left: -.25rem !important;
442
+ }
443
+
444
+ .pager-widget .left-0 {
445
+ left: 0 !important;
446
+ }
447
+
448
+ .pager-widget .left-1\/2 {
449
+ left: 50% !important;
450
+ }
451
+
452
+ .pager-widget .left-3 {
453
+ left: .75rem !important;
454
+ }
455
+
456
+ .pager-widget .left-\[1\.5rem\] {
457
+ left: 1.5rem !important;
458
+ }
459
+
460
+ .pager-widget .left-full {
461
+ left: 100% !important;
462
+ }
463
+
464
+ .pager-widget .z-10 {
465
+ z-index: 10 !important;
466
+ }
467
+
468
+ .pager-widget .z-50 {
469
+ z-index: 50 !important;
470
+ }
471
+
472
+ .pager-widget .z-\[0\] {
473
+ z-index: 0 !important;
474
+ }
475
+
476
+ .pager-widget .z-\[99999999999999\] {
477
+ z-index: 2147483647 !important;
478
+ }
479
+
480
+ .pager-widget .container {
481
+ width: 100% !important;
482
+
483
+ @media (width >= 500px) {
484
+ max-width: 500px !important;
485
+ }
486
+
487
+ @media (width >= 640px) {
488
+ max-width: 640px !important;
489
+ }
490
+
491
+ @media (width >= 768px) {
492
+ max-width: 768px !important;
493
+ }
494
+
495
+ @media (width >= 1024px) {
496
+ max-width: 1024px !important;
497
+ }
498
+
499
+ @media (width >= 1050px) {
500
+ max-width: 1050px !important;
501
+ }
502
+
503
+ @media (width >= 1300px) {
504
+ max-width: 1300px !important;
505
+ }
506
+
507
+ @media (width >= 1500px) {
508
+ max-width: 1500px !important;
509
+ }
510
+
511
+ @media (width >= 1536px) {
512
+ max-width: 1536px !important;
513
+ }
514
+
515
+ @media (width >= 1700px) {
516
+ max-width: 1700px !important;
517
+ }
518
+
519
+ @media (width >= 1920px) {
520
+ max-width: 1920px !important;
521
+ }
522
+
523
+ @media (width >= 2160px) {
524
+ max-width: 2160px !important;
525
+ }
526
+
527
+ @media (width >= 2560px) {
528
+ max-width: 2560px !important;
529
+ }
530
+
531
+ @media (width >= 3840px) {
532
+ max-width: 3840px !important;
533
+ }
534
+ }
535
+
536
+ .pager-widget .container {
537
+ margin-inline: auto !important;
538
+ padding-inline: 2rem !important;
539
+
540
+ @media (width >= 500px) {
541
+ max-width: none !important;
542
+ }
543
+
544
+ @media (width >= 1400px) {
545
+ max-width: 1400px !important;
546
+ }
547
+ }
548
+
549
+ .pager-widget .mx-1 {
550
+ margin-inline: .25rem !important;
551
+ }
552
+
553
+ .pager-widget .mx-auto {
554
+ margin-inline: auto !important;
555
+ }
556
+
557
+ .pager-widget .-mt-\[1px\] {
558
+ margin-top: -1px !important;
559
+ }
560
+
561
+ .pager-widget .-mt-\[12px\] {
562
+ margin-top: -12px !important;
563
+ }
564
+
565
+ .pager-widget .mt-1 {
566
+ margin-top: .25rem !important;
567
+ }
568
+
569
+ .pager-widget .mt-2 {
570
+ margin-top: .5rem !important;
571
+ }
572
+
573
+ .pager-widget .mt-10 {
574
+ margin-top: 2.5rem !important;
575
+ }
576
+
577
+ .pager-widget .mt-\[-1\.00px\], .pager-widget .mt-\[-1px\] {
578
+ margin-top: -1px !important;
579
+ }
580
+
581
+ .pager-widget .mr-2 {
582
+ margin-right: .5rem !important;
583
+ }
584
+
585
+ .pager-widget .mr-4 {
586
+ margin-right: 1rem !important;
587
+ }
588
+
589
+ .pager-widget .mb-1 {
590
+ margin-bottom: .25rem !important;
591
+ }
592
+
593
+ .pager-widget .mb-2 {
594
+ margin-bottom: .5rem !important;
595
+ }
596
+
597
+ .pager-widget .mb-4 {
598
+ margin-bottom: 1rem !important;
599
+ }
600
+
601
+ .pager-widget .mb-\[6px\] {
602
+ margin-bottom: 6px !important;
603
+ }
604
+
605
+ .pager-widget .ml-0\.5 {
606
+ margin-left: .125rem !important;
607
+ }
608
+
609
+ .pager-widget .ml-2 {
610
+ margin-left: .5rem !important;
611
+ }
612
+
613
+ .pager-widget .block {
614
+ display: block !important;
615
+ }
616
+
617
+ .pager-widget .flex {
618
+ display: flex !important;
619
+ }
620
+
621
+ .pager-widget .inline {
622
+ display: inline !important;
623
+ }
624
+
625
+ .pager-widget .inline-block {
626
+ display: inline-block !important;
627
+ }
628
+
629
+ .pager-widget .inline-flex {
630
+ display: inline-flex !important;
631
+ }
632
+
633
+ .pager-widget .table {
634
+ display: table !important;
635
+ }
636
+
637
+ .pager-widget .\!h-6 {
638
+ height: 1.5rem !important;
639
+ }
640
+
641
+ .pager-widget .\!h-7 {
642
+ height: 1.75rem !important;
643
+ }
644
+
645
+ .pager-widget .h-1 {
646
+ height: .25rem !important;
647
+ }
648
+
649
+ .pager-widget .h-2 {
650
+ height: .5rem !important;
651
+ }
652
+
653
+ .pager-widget .h-2\.5 {
654
+ height: .625rem !important;
655
+ }
656
+
657
+ .pager-widget .h-3 {
658
+ height: .75rem !important;
659
+ }
660
+
661
+ .pager-widget .h-3\.5 {
662
+ height: .875rem !important;
663
+ }
664
+
665
+ .pager-widget .h-4 {
666
+ height: 1rem !important;
667
+ }
668
+
669
+ .pager-widget .h-5 {
670
+ height: 1.25rem !important;
671
+ }
672
+
673
+ .pager-widget .h-6 {
674
+ height: 1.5rem !important;
675
+ }
676
+
677
+ .pager-widget .h-7 {
678
+ height: 1.75rem !important;
679
+ }
680
+
681
+ .pager-widget .h-8 {
682
+ height: 2rem !important;
683
+ }
684
+
685
+ .pager-widget .h-9 {
686
+ height: 2.25rem !important;
687
+ }
688
+
689
+ .pager-widget .h-12 {
690
+ height: 3rem !important;
691
+ }
692
+
693
+ .pager-widget .h-32 {
694
+ height: 8rem !important;
695
+ }
696
+
697
+ .pager-widget .h-\[10px\] {
698
+ height: 10px !important;
699
+ }
700
+
701
+ .pager-widget .h-\[14px\] {
702
+ height: 14px !important;
703
+ }
704
+
705
+ .pager-widget .h-\[16px\] {
706
+ height: 16px !important;
707
+ }
708
+
709
+ .pager-widget .h-\[18px\] {
710
+ height: 18px !important;
711
+ }
712
+
713
+ .pager-widget .h-\[22px\] {
714
+ height: 22px !important;
715
+ }
716
+
717
+ .pager-widget .h-\[24px\] {
718
+ height: 24px !important;
719
+ }
720
+
721
+ .pager-widget .h-\[30px\] {
722
+ height: 30px !important;
723
+ }
724
+
725
+ .pager-widget .h-\[32\] {
726
+ height: 32px !important;
727
+ }
728
+
729
+ .pager-widget .h-\[40\%\] {
730
+ height: 40% !important;
731
+ }
732
+
733
+ .pager-widget .h-\[40px\] {
734
+ height: 40px !important;
735
+ }
736
+
737
+ .pager-widget .h-\[50px\] {
738
+ height: 50px !important;
739
+ }
740
+
741
+ .pager-widget .h-\[58px\] {
742
+ height: 58px !important;
743
+ }
744
+
745
+ .pager-widget .h-\[58vh\] {
746
+ height: 58vh !important;
747
+ }
748
+
749
+ .pager-widget .h-\[60px\] {
750
+ height: 60px !important;
751
+ }
752
+
753
+ .pager-widget .h-\[64vh\] {
754
+ height: 64vh !important;
755
+ }
756
+
757
+ .pager-widget .h-\[70vh\] {
758
+ height: 70vh !important;
759
+ }
760
+
761
+ .pager-widget .h-\[80px\] {
762
+ height: 80px !important;
763
+ }
764
+
765
+ .pager-widget .h-\[90\%\] {
766
+ height: 90% !important;
767
+ }
768
+
769
+ .pager-widget .h-\[93\%\] {
770
+ height: 93% !important;
771
+ }
772
+
773
+ .pager-widget .h-\[94\%\] {
774
+ height: 94% !important;
775
+ }
776
+
777
+ .pager-widget .h-\[100px\] {
778
+ height: 100px !important;
779
+ }
780
+
781
+ .pager-widget .h-\[120px\] {
782
+ height: 120px !important;
783
+ }
784
+
785
+ .pager-widget .h-\[126px\] {
786
+ height: 126px !important;
787
+ }
788
+
789
+ .pager-widget .h-\[140px\] {
790
+ height: 140px !important;
791
+ }
792
+
793
+ .pager-widget .h-\[160px\] {
794
+ height: 160px !important;
795
+ }
796
+
797
+ .pager-widget .h-\[250px\] {
798
+ height: 250px !important;
799
+ }
800
+
801
+ .pager-widget .h-\[300px\] {
802
+ height: 300px !important;
803
+ }
804
+
805
+ .pager-widget .h-\[calc\(100\%-80px\)\] {
806
+ height: calc(100% - 80px) !important;
807
+ }
808
+
809
+ .pager-widget .h-full {
810
+ height: 100% !important;
811
+ }
812
+
813
+ .pager-widget .h-max {
814
+ height: max-content !important;
815
+ }
816
+
817
+ .pager-widget .h-px {
818
+ height: 1px !important;
819
+ }
820
+
821
+ .pager-widget .max-h-8 {
822
+ max-height: 2rem !important;
823
+ }
824
+
825
+ .pager-widget .max-h-48 {
826
+ max-height: 12rem !important;
827
+ }
828
+
829
+ .pager-widget .max-h-\[200px\] {
830
+ max-height: 200px !important;
831
+ }
832
+
833
+ .pager-widget .min-h-\[36px\] {
834
+ min-height: 36px !important;
835
+ }
836
+
837
+ .pager-widget .min-h-max {
838
+ min-height: max-content !important;
839
+ }
840
+
841
+ .pager-widget .w-1 {
842
+ width: .25rem !important;
843
+ }
844
+
845
+ .pager-widget .w-2 {
846
+ width: .5rem !important;
847
+ }
848
+
849
+ .pager-widget .w-2\/3 {
850
+ width: 66.6667% !important;
851
+ }
852
+
853
+ .pager-widget .w-3 {
854
+ width: .75rem !important;
855
+ }
856
+
857
+ .pager-widget .w-3\.5 {
858
+ width: .875rem !important;
859
+ }
860
+
861
+ .pager-widget .w-4 {
862
+ width: 1rem !important;
863
+ }
864
+
865
+ .pager-widget .w-5 {
866
+ width: 1.25rem !important;
867
+ }
868
+
869
+ .pager-widget .w-6 {
870
+ width: 1.5rem !important;
871
+ }
872
+
873
+ .pager-widget .w-8 {
874
+ width: 2rem !important;
875
+ }
876
+
877
+ .pager-widget .w-90 {
878
+ width: 22.5rem !important;
879
+ }
880
+
881
+ .pager-widget .w-\[10px\] {
882
+ width: 10px !important;
883
+ }
884
+
885
+ .pager-widget .w-\[14px\] {
886
+ width: 14px !important;
887
+ }
888
+
889
+ .pager-widget .w-\[16px\] {
890
+ width: 16px !important;
891
+ }
892
+
893
+ .pager-widget .w-\[18px\] {
894
+ width: 18px !important;
895
+ }
896
+
897
+ .pager-widget .w-\[22px\] {
898
+ width: 22px !important;
899
+ }
900
+
901
+ .pager-widget .w-\[24px\] {
902
+ width: 24px !important;
903
+ }
904
+
905
+ .pager-widget .w-\[30px\] {
906
+ width: 30px !important;
907
+ }
908
+
909
+ .pager-widget .w-\[58px\] {
910
+ width: 58px !important;
911
+ }
912
+
913
+ .pager-widget .w-\[60px\] {
914
+ width: 60px !important;
915
+ }
916
+
917
+ .pager-widget .w-\[80px\] {
918
+ width: 80px !important;
919
+ }
920
+
921
+ .pager-widget .w-\[81\.86px\] {
922
+ width: 81.86px !important;
923
+ }
924
+
925
+ .pager-widget .w-\[86\%\] {
926
+ width: 86% !important;
927
+ }
928
+
929
+ .pager-widget .w-\[90\%\] {
930
+ width: 90% !important;
931
+ }
932
+
933
+ .pager-widget .w-\[91\%\] {
934
+ width: 91% !important;
935
+ }
936
+
937
+ .pager-widget .w-\[93\%\] {
938
+ width: 93% !important;
939
+ }
940
+
941
+ .pager-widget .w-\[100\%\] {
942
+ width: 100% !important;
943
+ }
944
+
945
+ .pager-widget .w-\[100px\] {
946
+ width: 100px !important;
947
+ }
948
+
949
+ .pager-widget .w-\[120px\] {
950
+ width: 120px !important;
951
+ }
952
+
953
+ .pager-widget .w-\[126px\] {
954
+ width: 126px !important;
955
+ }
956
+
957
+ .pager-widget .w-\[140px\] {
958
+ width: 140px !important;
959
+ }
960
+
961
+ .pager-widget .w-\[148px\] {
962
+ width: 148px !important;
963
+ }
964
+
965
+ .pager-widget .w-\[160px\] {
966
+ width: 160px !important;
967
+ }
968
+
969
+ .pager-widget .w-\[250px\] {
970
+ width: 250px !important;
971
+ }
972
+
973
+ .pager-widget .w-\[280px\] {
974
+ width: 280px !important;
975
+ }
976
+
977
+ .pager-widget .w-\[289px\] {
978
+ width: 289px !important;
979
+ }
980
+
981
+ .pager-widget .w-\[300px\] {
982
+ width: 300px !important;
983
+ }
984
+
985
+ .pager-widget .w-\[auto\] {
986
+ width: auto !important;
987
+ }
988
+
989
+ .pager-widget .w-\[calc\(100\%-40px\)\] {
990
+ width: calc(100% - 40px) !important;
991
+ }
992
+
993
+ .pager-widget .w-\[calc\(100vw-80px\)\] {
994
+ width: calc(100vw - 80px) !important;
995
+ }
996
+
997
+ .pager-widget .w-auto {
998
+ width: auto !important;
999
+ }
1000
+
1001
+ .pager-widget .w-fit {
1002
+ width: fit-content !important;
1003
+ }
1004
+
1005
+ .pager-widget .w-full {
1006
+ width: 100% !important;
1007
+ }
1008
+
1009
+ .pager-widget .w-max {
1010
+ width: max-content !important;
1011
+ }
1012
+
1013
+ .pager-widget .max-w-\[80\%\] {
1014
+ max-width: 80% !important;
1015
+ }
1016
+
1017
+ .pager-widget .max-w-\[280px\] {
1018
+ max-width: 280px !important;
1019
+ }
1020
+
1021
+ .pager-widget .max-w-\[533px\] {
1022
+ max-width: 533px !important;
1023
+ }
1024
+
1025
+ .pager-widget .max-w-max {
1026
+ max-width: max-content !important;
1027
+ }
1028
+
1029
+ .pager-widget .max-w-md {
1030
+ max-width: 28rem !important;
1031
+ }
1032
+
1033
+ .pager-widget .min-w-\[400px\] {
1034
+ min-width: 400px !important;
1035
+ }
1036
+
1037
+ .pager-widget .min-w-full {
1038
+ min-width: 100% !important;
1039
+ }
1040
+
1041
+ .pager-widget .flex-1 {
1042
+ flex: 1 !important;
1043
+ }
1044
+
1045
+ .pager-widget .flex-\[0_0_auto\] {
1046
+ flex: none !important;
1047
+ }
1048
+
1049
+ .pager-widget .grow {
1050
+ flex-grow: 1 !important;
1051
+ }
1052
+
1053
+ .pager-widget .border-collapse {
1054
+ border-collapse: collapse !important;
1055
+ }
1056
+
1057
+ .pager-widget .-translate-x-1 {
1058
+ --tw-translate-x: calc(var(--spacing) * -1) !important;
1059
+ }
1060
+
1061
+ .pager-widget .-translate-x-1, .pager-widget .-translate-x-1\/2 {
1062
+ translate: var(--tw-translate-x) var(--tw-translate-y) !important;
1063
+ }
1064
+
1065
+ .pager-widget .-translate-x-1\/2 {
1066
+ --tw-translate-x: -50% !important;
1067
+ }
1068
+
1069
+ .pager-widget .translate-x-0 {
1070
+ --tw-translate-x: calc(var(--spacing) * 0) !important;
1071
+ }
1072
+
1073
+ .pager-widget .translate-x-0, .pager-widget .translate-x-\[-50\%\] {
1074
+ translate: var(--tw-translate-x) var(--tw-translate-y) !important;
1075
+ }
1076
+
1077
+ .pager-widget .translate-x-\[-50\%\] {
1078
+ --tw-translate-x: -50% !important;
1079
+ }
1080
+
1081
+ .pager-widget .-translate-y-1\/2 {
1082
+ --tw-translate-y: -50% !important;
1083
+ }
1084
+
1085
+ .pager-widget .-translate-y-1\/2, .pager-widget .translate-y-1 {
1086
+ translate: var(--tw-translate-x) var(--tw-translate-y) !important;
1087
+ }
1088
+
1089
+ .pager-widget .translate-y-1 {
1090
+ --tw-translate-y: calc(var(--spacing) * 1) !important;
1091
+ }
1092
+
1093
+ .pager-widget .translate-y-\[-50\%\] {
1094
+ --tw-translate-y: -50% !important;
1095
+ translate: var(--tw-translate-x) var(--tw-translate-y) !important;
1096
+ }
1097
+
1098
+ .pager-widget .scale-95 {
1099
+ --tw-scale-x: 95% !important;
1100
+ --tw-scale-y: 95% !important;
1101
+ --tw-scale-z: 95% !important;
1102
+ }
1103
+
1104
+ .pager-widget .scale-100, .pager-widget .scale-95 {
1105
+ scale: var(--tw-scale-x) var(--tw-scale-y) !important;
1106
+ }
1107
+
1108
+ .pager-widget .scale-100 {
1109
+ --tw-scale-x: 100% !important;
1110
+ --tw-scale-y: 100% !important;
1111
+ --tw-scale-z: 100% !important;
1112
+ }
1113
+
1114
+ .pager-widget .scale-110 {
1115
+ --tw-scale-x: 110% !important;
1116
+ --tw-scale-y: 110% !important;
1117
+ --tw-scale-z: 110% !important;
1118
+ scale: var(--tw-scale-x) var(--tw-scale-y) !important;
1119
+ }
1120
+
1121
+ .pager-widget .rotate-45 {
1122
+ rotate: 45deg !important;
1123
+ }
1124
+
1125
+ .pager-widget .cursor-pointer {
1126
+ cursor: pointer !important;
1127
+ }
1128
+
1129
+ .pager-widget .resize {
1130
+ resize: both !important;
1131
+ }
1132
+
1133
+ .pager-widget .appearance-none {
1134
+ -webkit-appearance: none !important;
1135
+ -moz-appearance: none !important;
1136
+ appearance: none !important;
1137
+ }
1138
+
1139
+ .pager-widget .flex-col {
1140
+ flex-direction: column !important;
1141
+ }
1142
+
1143
+ .pager-widget .flex-wrap {
1144
+ flex-wrap: wrap !important;
1145
+ }
1146
+
1147
+ .pager-widget .items-baseline {
1148
+ align-items: baseline !important;
1149
+ }
1150
+
1151
+ .pager-widget .items-center {
1152
+ align-items: center !important;
1153
+ }
1154
+
1155
+ .pager-widget .items-end {
1156
+ align-items: flex-end !important;
1157
+ }
1158
+
1159
+ .pager-widget .items-start {
1160
+ align-items: flex-start !important;
1161
+ }
1162
+
1163
+ .pager-widget .justify-between {
1164
+ justify-content: space-between !important;
1165
+ }
1166
+
1167
+ .pager-widget .justify-center {
1168
+ justify-content: center !important;
1169
+ }
1170
+
1171
+ .pager-widget .justify-end {
1172
+ justify-content: flex-end !important;
1173
+ }
1174
+
1175
+ .pager-widget .justify-start {
1176
+ justify-content: flex-start !important;
1177
+ }
1178
+
1179
+ .pager-widget .gap-1 {
1180
+ gap: .25rem !important;
1181
+ }
1182
+
1183
+ .pager-widget .gap-1\.5 {
1184
+ gap: .375rem !important;
1185
+ }
1186
+
1187
+ .pager-widget .gap-2 {
1188
+ gap: .5rem !important;
1189
+ }
1190
+
1191
+ .pager-widget .gap-2\.5 {
1192
+ gap: .625rem !important;
1193
+ }
1194
+
1195
+ .pager-widget .gap-3 {
1196
+ gap: .75rem !important;
1197
+ }
1198
+
1199
+ .pager-widget .gap-4 {
1200
+ gap: 1rem !important;
1201
+ }
1202
+
1203
+ .pager-widget .gap-5 {
1204
+ gap: 1.25rem !important;
1205
+ }
1206
+
1207
+ .pager-widget .gap-8 {
1208
+ gap: 2rem !important;
1209
+ }
1210
+
1211
+ .pager-widget .gap-10 {
1212
+ gap: 2.5rem !important;
1213
+ }
1214
+
1215
+ .pager-widget .gap-\[5px\] {
1216
+ gap: 5px !important;
1217
+ }
1218
+
1219
+ .pager-widget .gap-\[18px\] {
1220
+ gap: 18px !important;
1221
+ }
1222
+
1223
+ .pager-widget .space-y-2 {
1224
+ .pager-widget :where(& > :not(:last-child)) {
1225
+ --tw-space-y-reverse: 0 !important;
1226
+ margin-block-start: calc(.5rem * var(--tw-space-y-reverse)) !important;
1227
+ margin-block-end: calc(.5rem * (1 - var(--tw-space-y-reverse))) !important;
1228
+ }
1229
+ }
1230
+
1231
+ .pager-widget .space-y-4 {
1232
+ .pager-widget :where(& > :not(:last-child)) {
1233
+ --tw-space-y-reverse: 0 !important;
1234
+ margin-block-start: calc(1rem * var(--tw-space-y-reverse)) !important;
1235
+ margin-block-end: calc(1rem * (1 - var(--tw-space-y-reverse))) !important;
1236
+ }
1237
+ }
1238
+
1239
+ .pager-widget .self-stretch {
1240
+ align-self: stretch !important;
1241
+ }
1242
+
1243
+ .pager-widget .truncate {
1244
+ text-overflow: ellipsis !important;
1245
+ white-space: nowrap !important;
1246
+ overflow: hidden !important;
1247
+ }
1248
+
1249
+ .pager-widget .overflow-auto {
1250
+ overflow: auto !important;
1251
+ }
1252
+
1253
+ .pager-widget .overflow-hidden {
1254
+ overflow: hidden !important;
1255
+ }
1256
+
1257
+ .pager-widget .overflow-y-auto {
1258
+ overflow-y: auto !important;
1259
+ }
1260
+
1261
+ .pager-widget .overflow-y-scroll {
1262
+ overflow-y: scroll !important;
1263
+ }
1264
+
1265
+ .pager-widget .rounded-2xl {
1266
+ border-radius: 1rem !important;
1267
+ }
1268
+
1269
+ .pager-widget .rounded-\[10px\] {
1270
+ border-radius: 10px !important;
1271
+ }
1272
+
1273
+ .pager-widget .rounded-\[22px\] {
1274
+ border-radius: 22px !important;
1275
+ }
1276
+
1277
+ .pager-widget .rounded-full {
1278
+ border-radius: 3.40282e38px !important;
1279
+ }
1280
+
1281
+ .pager-widget .rounded-lg {
1282
+ border-radius: 8px !important;
1283
+ }
1284
+
1285
+ .pager-widget .rounded-md {
1286
+ border-radius: .375rem !important;
1287
+ }
1288
+
1289
+ .pager-widget .rounded-sm {
1290
+ border-radius: .25rem !important;
1291
+ }
1292
+
1293
+ .pager-widget .rounded-xl {
1294
+ border-radius: .75rem !important;
1295
+ }
1296
+
1297
+ .pager-widget .rounded-t-\[22px\] {
1298
+ border-top-left-radius: 22px !important;
1299
+ border-top-right-radius: 22px !important;
1300
+ }
1301
+
1302
+ .pager-widget .rounded-l-lg {
1303
+ border-top-left-radius: 8px !important;
1304
+ border-bottom-left-radius: 8px !important;
1305
+ }
1306
+
1307
+ .pager-widget .rounded-tl-md {
1308
+ border-top-left-radius: .375rem !important;
1309
+ }
1310
+
1311
+ .pager-widget .rounded-r-lg {
1312
+ border-top-right-radius: 8px !important;
1313
+ border-bottom-right-radius: 8px !important;
1314
+ }
1315
+
1316
+ .pager-widget .rounded-tr-md {
1317
+ border-top-right-radius: .375rem !important;
1318
+ }
1319
+
1320
+ .pager-widget .border {
1321
+ border-style: var(--tw-border-style) !important;
1322
+ border-width: 1px !important;
1323
+ }
1324
+
1325
+ .pager-widget .border-2 {
1326
+ border-style: var(--tw-border-style) !important;
1327
+ border-width: 2px !important;
1328
+ }
1329
+
1330
+ .pager-widget .border-t {
1331
+ border-top-style: var(--tw-border-style) !important;
1332
+ border-top-width: 1px !important;
1333
+ }
1334
+
1335
+ .pager-widget .border-r-0 {
1336
+ border-right-style: var(--tw-border-style) !important;
1337
+ border-right-width: 0 !important;
1338
+ }
1339
+
1340
+ .pager-widget .border-b {
1341
+ border-bottom-style: var(--tw-border-style) !important;
1342
+ border-bottom-width: 1px !important;
1343
+ }
1344
+
1345
+ .pager-widget .border-l-4 {
1346
+ border-left-style: var(--tw-border-style) !important;
1347
+ border-left-width: 4px !important;
1348
+ }
1349
+
1350
+ .pager-widget .border-none {
1351
+ --tw-border-style: none !important;
1352
+ border-style: none !important;
1353
+ }
1354
+
1355
+ .pager-widget .border-solid {
1356
+ --tw-border-style: solid !important;
1357
+ border-style: solid !important;
1358
+ }
1359
+
1360
+ .pager-widget .border-\[\#52525C\] {
1361
+ border-color: #52525c !important;
1362
+ }
1363
+
1364
+ .pager-widget .border-\[\#E4E7EC\] {
1365
+ border-color: #e4e7ec !important;
1366
+ }
1367
+
1368
+ .pager-widget .border-\[\#e17100\] {
1369
+ border-color: #e17100 !important;
1370
+ }
1371
+
1372
+ .pager-widget .border-black {
1373
+ border-color: #000 !important;
1374
+ }
1375
+
1376
+ .pager-widget .border-gray-200 {
1377
+ border-color: #e5e7eb !important;
1378
+ }
1379
+
1380
+ .pager-widget .border-gray-300 {
1381
+ border-color: #d1d5dc !important;
1382
+ }
1383
+
1384
+ .pager-widget .border-red-500 {
1385
+ border-color: #fb2c36 !important;
1386
+ }
1387
+
1388
+ .pager-widget .border-slate-200 {
1389
+ border-color: #e2e8f0 !important;
1390
+ }
1391
+
1392
+ .pager-widget .border-slate-300 {
1393
+ border-color: #cad5e2 !important;
1394
+ }
1395
+
1396
+ .pager-widget .border-zinc-100 {
1397
+ border-color: #f4f4f5 !important;
1398
+ }
1399
+
1400
+ .pager-widget .border-zinc-200 {
1401
+ border-color: #e4e4e7 !important;
1402
+ }
1403
+
1404
+ .pager-widget .border-zinc-300 {
1405
+ border-color: #d4d4d8 !important;
1406
+ }
1407
+
1408
+ .pager-widget .\!bg-white {
1409
+ background-color: #fff !important;
1410
+ }
1411
+
1412
+ .pager-widget .bg-\[\#4B2FFF\], .pager-widget .bg-\[\#4b2fff\] {
1413
+ background-color: #4b2fff !important;
1414
+ }
1415
+
1416
+ .pager-widget .bg-\[\#9f9fa9\] {
1417
+ background-color: #9f9fa9 !important;
1418
+ }
1419
+
1420
+ .pager-widget .bg-\[\#14161A\] {
1421
+ background-color: #14161a !important;
1422
+ }
1423
+
1424
+ .pager-widget .bg-\[\#F4F4F5\] {
1425
+ background-color: #f4f4f5 !important;
1426
+ }
1427
+
1428
+ .pager-widget .bg-\[\#f9fafb\] {
1429
+ background-color: #f9fafb !important;
1430
+ }
1431
+
1432
+ .pager-widget .bg-\[\#fef3c6\] {
1433
+ background-color: #fef3c6 !important;
1434
+ }
1435
+
1436
+ .pager-widget .bg-\[red\] {
1437
+ background-color: red !important;
1438
+ }
1439
+
1440
+ .pager-widget .bg-black {
1441
+ background-color: #000 !important;
1442
+ }
1443
+
1444
+ .pager-widget .bg-gray-100 {
1445
+ background-color: #f3f4f6 !important;
1446
+ }
1447
+
1448
+ .pager-widget .bg-gray-200 {
1449
+ background-color: #e5e7eb !important;
1450
+ }
1451
+
1452
+ .pager-widget .bg-white {
1453
+ background-color: #fff !important;
1454
+ }
1455
+
1456
+ .pager-widget .bg-zinc-50 {
1457
+ background-color: #fafafa !important;
1458
+ }
1459
+
1460
+ .pager-widget .bg-zinc-100 {
1461
+ background-color: #f4f4f5 !important;
1462
+ }
1463
+
1464
+ .pager-widget .bg-gradient-to-r {
1465
+ --tw-gradient-position: to right in oklab !important;
1466
+ background-image: linear-gradient(var(--tw-gradient-stops)) !important;
1467
+ }
1468
+
1469
+ .pager-widget .from-\[\#564CFF\] {
1470
+ --tw-gradient-from: #564cff !important;
1471
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position)) !important;
1472
+ }
1473
+
1474
+ .pager-widget .via-\[\#EB582E\] {
1475
+ --tw-gradient-via: #eb582e !important;
1476
+ --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position) !important;
1477
+ --tw-gradient-stops: var(--tw-gradient-via-stops) !important;
1478
+ }
1479
+
1480
+ .pager-widget .to-\[\#ECD906\] {
1481
+ --tw-gradient-to: #ecd906 !important;
1482
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position)) !important;
1483
+ }
1484
+
1485
+ .pager-widget .bg-cover {
1486
+ background-size: cover !important;
1487
+ }
1488
+
1489
+ .pager-widget .bg-\[100\%_100\%\] {
1490
+ background-position: 100% 100% !important;
1491
+ }
1492
+
1493
+ .pager-widget .bg-center {
1494
+ background-position: 50% !important;
1495
+ }
1496
+
1497
+ .pager-widget .p-0 {
1498
+ padding: 0 !important;
1499
+ }
1500
+
1501
+ .pager-widget .p-1 {
1502
+ padding: .25rem !important;
1503
+ }
1504
+
1505
+ .pager-widget .p-1\.5 {
1506
+ padding: .375rem !important;
1507
+ }
1508
+
1509
+ .pager-widget .p-2 {
1510
+ padding: .5rem !important;
1511
+ }
1512
+
1513
+ .pager-widget .p-3 {
1514
+ padding: .75rem !important;
1515
+ }
1516
+
1517
+ .pager-widget .p-4 {
1518
+ padding: 1rem !important;
1519
+ }
1520
+
1521
+ .pager-widget .p-5 {
1522
+ padding: 1.25rem !important;
1523
+ }
1524
+
1525
+ .pager-widget .p-6 {
1526
+ padding: 1.5rem !important;
1527
+ }
1528
+
1529
+ .pager-widget .p-\[3\.5px\] {
1530
+ padding: 3.5px !important;
1531
+ }
1532
+
1533
+ .pager-widget .p-\[5px\] {
1534
+ padding: 5px !important;
1535
+ }
1536
+
1537
+ .pager-widget .px-0 {
1538
+ padding-inline: 0 !important;
1539
+ }
1540
+
1541
+ .pager-widget .px-1 {
1542
+ padding-inline: .25rem !important;
1543
+ }
1544
+
1545
+ .pager-widget .px-2 {
1546
+ padding-inline: .5rem !important;
1547
+ }
1548
+
1549
+ .pager-widget .px-2\.5 {
1550
+ padding-inline: .625rem !important;
1551
+ }
1552
+
1553
+ .pager-widget .px-3\.5 {
1554
+ padding-inline: .875rem !important;
1555
+ }
1556
+
1557
+ .pager-widget .px-4 {
1558
+ padding-inline: 1rem !important;
1559
+ }
1560
+
1561
+ .pager-widget .px-5 {
1562
+ padding-inline: 1.25rem !important;
1563
+ }
1564
+
1565
+ .pager-widget .px-8 {
1566
+ padding-inline: 2rem !important;
1567
+ }
1568
+
1569
+ .pager-widget .px-9 {
1570
+ padding-inline: 2.25rem !important;
1571
+ }
1572
+
1573
+ .pager-widget .px-\[26px\] {
1574
+ padding-inline: 26px !important;
1575
+ }
1576
+
1577
+ .pager-widget .py-0 {
1578
+ padding-block: 0 !important;
1579
+ }
1580
+
1581
+ .pager-widget .py-0\.5 {
1582
+ padding-block: .125rem !important;
1583
+ }
1584
+
1585
+ .pager-widget .py-1 {
1586
+ padding-block: .25rem !important;
1587
+ }
1588
+
1589
+ .pager-widget .py-1\.5 {
1590
+ padding-block: .375rem !important;
1591
+ }
1592
+
1593
+ .pager-widget .py-2 {
1594
+ padding-block: .5rem !important;
1595
+ }
1596
+
1597
+ .pager-widget .py-2\.5 {
1598
+ padding-block: .625rem !important;
1599
+ }
1600
+
1601
+ .pager-widget .py-3 {
1602
+ padding-block: .75rem !important;
1603
+ }
1604
+
1605
+ .pager-widget .py-\[13px\] {
1606
+ padding-block: 13px !important;
1607
+ }
1608
+
1609
+ .pager-widget .py-\[15px\] {
1610
+ padding-block: 15px !important;
1611
+ }
1612
+
1613
+ .pager-widget .pt-0\.5 {
1614
+ padding-top: .125rem !important;
1615
+ }
1616
+
1617
+ .pager-widget .pt-1 {
1618
+ padding-top: .25rem !important;
1619
+ }
1620
+
1621
+ .pager-widget .pt-2 {
1622
+ padding-top: .5rem !important;
1623
+ }
1624
+
1625
+ .pager-widget .pt-3 {
1626
+ padding-top: .75rem !important;
1627
+ }
1628
+
1629
+ .pager-widget .pt-4 {
1630
+ padding-top: 1rem !important;
1631
+ }
1632
+
1633
+ .pager-widget .pt-px {
1634
+ padding-top: 1px !important;
1635
+ }
1636
+
1637
+ .pager-widget .\!pr-4 {
1638
+ padding-right: 1rem !important;
1639
+ }
1640
+
1641
+ .pager-widget .pr-0 {
1642
+ padding-right: 0 !important;
1643
+ }
1644
+
1645
+ .pager-widget .pr-1 {
1646
+ padding-right: .25rem !important;
1647
+ }
1648
+
1649
+ .pager-widget .pr-2\.5 {
1650
+ padding-right: .625rem !important;
1651
+ }
1652
+
1653
+ .pager-widget .pr-3 {
1654
+ padding-right: .75rem !important;
1655
+ }
1656
+
1657
+ .pager-widget .pr-4 {
1658
+ padding-right: 1rem !important;
1659
+ }
1660
+
1661
+ .pager-widget .pb-0\.5 {
1662
+ padding-bottom: .125rem !important;
1663
+ }
1664
+
1665
+ .pager-widget .pb-2\.5 {
1666
+ padding-bottom: .625rem !important;
1667
+ }
1668
+
1669
+ .pager-widget .pb-3 {
1670
+ padding-bottom: .75rem !important;
1671
+ }
1672
+
1673
+ .pager-widget .pb-7 {
1674
+ padding-bottom: 1.75rem !important;
1675
+ }
1676
+
1677
+ .pager-widget .pb-8 {
1678
+ padding-bottom: 2rem !important;
1679
+ }
1680
+
1681
+ .pager-widget .pb-\[70px\] {
1682
+ padding-bottom: 70px !important;
1683
+ }
1684
+
1685
+ .pager-widget .pl-2 {
1686
+ padding-left: .5rem !important;
1687
+ }
1688
+
1689
+ .pager-widget .pl-3 {
1690
+ padding-left: .75rem !important;
1691
+ }
1692
+
1693
+ .pager-widget .pl-3\.5 {
1694
+ padding-left: .875rem !important;
1695
+ }
1696
+
1697
+ .pager-widget .pl-5 {
1698
+ padding-left: 1.25rem !important;
1699
+ }
1700
+
1701
+ .pager-widget .pl-10 {
1702
+ padding-left: 2.5rem !important;
1703
+ }
1704
+
1705
+ .pager-widget .pl-\[26px\] {
1706
+ padding-left: 26px !important;
1707
+ }
1708
+
1709
+ .pager-widget .text-center {
1710
+ text-align: center !important;
1711
+ }
1712
+
1713
+ .pager-widget .text-left {
1714
+ text-align: left !important;
1715
+ }
1716
+
1717
+ .pager-widget .text-start {
1718
+ text-align: start !important;
1719
+ }
1720
+
1721
+ .pager-widget .font-mono {
1722
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important;
1723
+ }
1724
+
1725
+ .pager-widget .text-2xl {
1726
+ font-size: 24px !important;
1727
+ }
1728
+
1729
+ .pager-widget .text-\[12px\] {
1730
+ font-size: 12px !important;
1731
+ }
1732
+
1733
+ .pager-widget .text-\[length\:var\(--text-md-medium-font-size\)\] {
1734
+ font-size: var(--text-md-medium-font-size) !important;
1735
+ }
1736
+
1737
+ .pager-widget .text-base {
1738
+ font-size: 16px !important;
1739
+ }
1740
+
1741
+ .pager-widget .text-sm {
1742
+ font-size: 14px !important;
1743
+ }
1744
+
1745
+ .pager-widget .text-xs {
1746
+ font-size: 12px !important;
1747
+ }
1748
+
1749
+ .pager-widget .text-xss {
1750
+ font-size: 10px !important;
1751
+ }
1752
+
1753
+ .pager-widget .leading-5 {
1754
+ --tw-leading: calc(var(--spacing) * 5) !important;
1755
+ line-height: 1.25rem !important;
1756
+ }
1757
+
1758
+ .pager-widget .leading-6 {
1759
+ --tw-leading: calc(var(--spacing) * 6) !important;
1760
+ line-height: 1.5rem !important;
1761
+ }
1762
+
1763
+ .pager-widget .leading-8 {
1764
+ --tw-leading: calc(var(--spacing) * 8) !important;
1765
+ line-height: 2rem !important;
1766
+ }
1767
+
1768
+ .pager-widget .leading-\[18px\] {
1769
+ --tw-leading: 18px !important;
1770
+ line-height: 18px !important;
1771
+ }
1772
+
1773
+ .pager-widget .leading-\[var\(--text-md-medium-line-height\)\] {
1774
+ --tw-leading: var(--text-md-medium-line-height) !important;
1775
+ line-height: var(--text-md-medium-line-height) !important;
1776
+ }
1777
+
1778
+ .pager-widget .leading-relaxed {
1779
+ --tw-leading: var(--leading-relaxed) !important;
1780
+ line-height: 1.625 !important;
1781
+ }
1782
+
1783
+ .pager-widget .font-\[number\:var\(--text-md-medium-font-weight\)\] {
1784
+ --tw-font-weight: var(--text-md-medium-font-weight) !important;
1785
+ font-weight: var(--text-md-medium-font-weight) !important;
1786
+ }
1787
+
1788
+ .pager-widget .font-bold {
1789
+ --tw-font-weight: var(--font-weight-bold) !important;
1790
+ font-weight: 700 !important;
1791
+ }
1792
+
1793
+ .pager-widget .font-medium {
1794
+ --tw-font-weight: var(--font-weight-medium) !important;
1795
+ font-weight: 500 !important;
1796
+ }
1797
+
1798
+ .pager-widget .font-normal {
1799
+ --tw-font-weight: var(--font-weight-normal) !important;
1800
+ font-weight: 400 !important;
1801
+ }
1802
+
1803
+ .pager-widget .font-semibold {
1804
+ --tw-font-weight: var(--font-weight-semibold) !important;
1805
+ font-weight: 600 !important;
1806
+ }
1807
+
1808
+ .pager-widget .tracking-\[0\] {
1809
+ --tw-tracking: 0 !important;
1810
+ letter-spacing: 0 !important;
1811
+ }
1812
+
1813
+ .pager-widget .tracking-\[0px\] {
1814
+ --tw-tracking: 0px !important;
1815
+ letter-spacing: 0 !important;
1816
+ }
1817
+
1818
+ .pager-widget .tracking-\[var\(--text-md-medium-letter-spacing\)\] {
1819
+ --tw-tracking: var(--text-md-medium-letter-spacing) !important;
1820
+ letter-spacing: var(--text-md-medium-letter-spacing) !important;
1821
+ }
1822
+
1823
+ .pager-widget .text-wrap {
1824
+ text-wrap: wrap !important;
1825
+ }
1826
+
1827
+ .pager-widget .break-words {
1828
+ overflow-wrap: break-word !important;
1829
+ }
1830
+
1831
+ .pager-widget .text-ellipsis {
1832
+ text-overflow: ellipsis !important;
1833
+ }
1834
+
1835
+ .pager-widget .whitespace-nowrap {
1836
+ white-space: nowrap !important;
1837
+ }
1838
+
1839
+ .pager-widget .whitespace-pre {
1840
+ white-space: pre !important;
1841
+ }
1842
+
1843
+ .pager-widget .whitespace-pre-wrap {
1844
+ white-space: pre-wrap !important;
1845
+ }
1846
+
1847
+ .pager-widget .text-\[\#1a1a1a\] {
1848
+ color: #1a1a1a !important;
1849
+ }
1850
+
1851
+ .pager-widget .text-\[\#1d293d\] {
1852
+ color: #1d293d !important;
1853
+ }
1854
+
1855
+ .pager-widget .text-\[\#4B2FFF\] {
1856
+ color: #4b2fff !important;
1857
+ }
1858
+
1859
+ .pager-widget .text-\[\#90A1B9\] {
1860
+ color: #90a1b9 !important;
1861
+ }
1862
+
1863
+ .pager-widget .text-\[\#020618\] {
1864
+ color: #020618 !important;
1865
+ }
1866
+
1867
+ .pager-widget .text-\[\#45556C\], .pager-widget .text-\[\#45556c\] {
1868
+ color: #45556c !important;
1869
+ }
1870
+
1871
+ .pager-widget .text-\[\#62748E\], .pager-widget .text-\[\#62748e\] {
1872
+ color: #62748e !important;
1873
+ }
1874
+
1875
+ .pager-widget .text-\[\#314158\] {
1876
+ color: #314158 !important;
1877
+ }
1878
+
1879
+ .pager-widget .text-\[\#FFFFFF\], .pager-widget .text-\[\#fff\] {
1880
+ color: #fff !important;
1881
+ }
1882
+
1883
+ .pager-widget .text-amber-700 {
1884
+ color: #bb4d00 !important;
1885
+ }
1886
+
1887
+ .pager-widget .text-black {
1888
+ color: #000 !important;
1889
+ }
1890
+
1891
+ .pager-widget .text-blue-700 {
1892
+ color: #1447e6 !important;
1893
+ }
1894
+
1895
+ .pager-widget .text-emerald-600 {
1896
+ color: #096 !important;
1897
+ }
1898
+
1899
+ .pager-widget .text-gray-400 {
1900
+ color: #99a1af !important;
1901
+ }
1902
+
1903
+ .pager-widget .text-gray-500 {
1904
+ color: #6a7282 !important;
1905
+ }
1906
+
1907
+ .pager-widget .text-gray-600 {
1908
+ color: #4a5565 !important;
1909
+ }
1910
+
1911
+ .pager-widget .text-gray-700 {
1912
+ color: #364153 !important;
1913
+ }
1914
+
1915
+ .pager-widget .text-green-500 {
1916
+ color: #00c950 !important;
1917
+ }
1918
+
1919
+ .pager-widget .text-green-600 {
1920
+ color: #00a63e !important;
1921
+ }
1922
+
1923
+ .pager-widget .text-red-500 {
1924
+ color: #fb2c36 !important;
1925
+ }
1926
+
1927
+ .pager-widget .text-red-600 {
1928
+ color: #e7000b !important;
1929
+ }
1930
+
1931
+ .pager-widget .text-slate-400 {
1932
+ color: #90a1b9 !important;
1933
+ }
1934
+
1935
+ .pager-widget .text-slate-500 {
1936
+ color: #62748e !important;
1937
+ }
1938
+
1939
+ .pager-widget .text-slate-600 {
1940
+ color: #45556c !important;
1941
+ }
1942
+
1943
+ .pager-widget .text-slate-700 {
1944
+ color: #314158 !important;
1945
+ }
1946
+
1947
+ .pager-widget .text-slate-950 {
1948
+ color: #020618 !important;
1949
+ }
1950
+
1951
+ .pager-widget .text-white {
1952
+ color: #fff !important;
1953
+ }
1954
+
1955
+ .pager-widget .\[font-style\:var\(--text-md-medium-font-style\)\] {
1956
+ font-style: var(--text-md-medium-font-style) !important;
1957
+ }
1958
+
1959
+ .pager-widget .italic {
1960
+ font-style: italic !important;
1961
+ }
1962
+
1963
+ .pager-widget .line-through {
1964
+ text-decoration-line: line-through !important;
1965
+ }
1966
+
1967
+ .pager-widget .underline {
1968
+ text-decoration-line: underline !important;
1969
+ }
1970
+
1971
+ .pager-widget .placeholder-\[\#62748e\] {
1972
+ .pager-widget &::-moz-placeholder {
1973
+ color: #62748e !important;
1974
+ }
1975
+
1976
+ .pager-widget &::placeholder {
1977
+ color: #62748e !important;
1978
+ }
1979
+ }
1980
+
1981
+ .pager-widget .opacity-0 {
1982
+ opacity: 0 !important;
1983
+ }
1984
+
1985
+ .pager-widget .opacity-30 {
1986
+ opacity: .3 !important;
1987
+ }
1988
+
1989
+ .pager-widget .opacity-50 {
1990
+ opacity: .5 !important;
1991
+ }
1992
+
1993
+ .pager-widget .opacity-60 {
1994
+ opacity: .6 !important;
1995
+ }
1996
+
1997
+ .pager-widget .opacity-90 {
1998
+ opacity: .9 !important;
1999
+ }
2000
+
2001
+ .pager-widget .opacity-100 {
2002
+ opacity: 1 !important;
2003
+ }
2004
+
2005
+ .pager-widget .transition {
2006
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events !important;
2007
+ transition-duration: .15s !important;
2008
+ transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important;
2009
+ }
2010
+
2011
+ .pager-widget .transition-all {
2012
+ transition-property: all !important;
2013
+ transition-duration: .15s !important;
2014
+ transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important;
2015
+ }
2016
+
2017
+ .pager-widget .transition-colors {
2018
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to !important;
2019
+ transition-duration: .15s !important;
2020
+ transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important;
2021
+ }
2022
+
2023
+ .pager-widget .transition-transform {
2024
+ transition-property: transform, translate, scale, rotate !important;
2025
+ transition-duration: .15s !important;
2026
+ transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important;
2027
+ }
2028
+
2029
+ .pager-widget .duration-150 {
2030
+ --tw-duration: .15s !important;
2031
+ transition-duration: .15s !important;
2032
+ }
2033
+
2034
+ .pager-widget .duration-200 {
2035
+ --tw-duration: .2s !important;
2036
+ transition-duration: .2s !important;
2037
+ }
2038
+
2039
+ .pager-widget .duration-300 {
2040
+ --tw-duration: .3s !important;
2041
+ transition-duration: .3s !important;
2042
+ }
2043
+
2044
+ .pager-widget .duration-800 {
2045
+ --tw-duration: .8s !important;
2046
+ transition-duration: .8s !important;
2047
+ }
2048
+
2049
+ .pager-widget .ease-in-out {
2050
+ --tw-ease: var(--ease-in-out) !important;
2051
+ transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important;
2052
+ }
2053
+
2054
+ .pager-widget .ease-out {
2055
+ --tw-ease: var(--ease-out) !important;
2056
+ transition-timing-function: cubic-bezier(0, 0, .2, 1) !important;
2057
+ }
2058
+
2059
+ .pager-widget .outline-none {
2060
+ --tw-outline-style: none !important;
2061
+ outline-style: none !important;
2062
+ }
2063
+
2064
+ .pager-widget .group-hover\:pointer-events-auto {
2065
+ .pager-widget &:is(:where(.group):hover *) {
2066
+ @media (hover: hover) {
2067
+ pointer-events: auto !important;
2068
+ }
2069
+ }
2070
+ }
2071
+
2072
+ .pager-widget .group-hover\:translate-y-0 {
2073
+ .pager-widget &:is(:where(.group):hover *) {
2074
+ @media (hover: hover) {
2075
+ --tw-translate-y: calc(var(--spacing) * 0) !important;
2076
+ translate: var(--tw-translate-x) var(--tw-translate-y) !important;
2077
+ }
2078
+ }
2079
+ }
2080
+
2081
+ .pager-widget .group-hover\:opacity-100 {
2082
+ .pager-widget &:is(:where(.group):hover *) {
2083
+ @media (hover: hover) {
2084
+ opacity: 1 !important;
2085
+ }
2086
+ }
2087
+ }
2088
+
2089
+ .pager-widget .hover\:scale-105 {
2090
+ .pager-widget &:hover {
2091
+ @media (hover: hover) {
2092
+ --tw-scale-x: 105% !important;
2093
+ --tw-scale-y: 105% !important;
2094
+ --tw-scale-z: 105% !important;
2095
+ scale: var(--tw-scale-x) var(--tw-scale-y) !important;
2096
+ }
2097
+ }
2098
+ }
2099
+
2100
+ .pager-widget .hover\:scale-110 {
2101
+ .pager-widget &:hover {
2102
+ @media (hover: hover) {
2103
+ --tw-scale-x: 110% !important;
2104
+ --tw-scale-y: 110% !important;
2105
+ --tw-scale-z: 110% !important;
2106
+ scale: var(--tw-scale-x) var(--tw-scale-y) !important;
2107
+ }
2108
+ }
2109
+ }
2110
+
2111
+ .pager-widget .hover\:border-\[\#4b2fff\] {
2112
+ .pager-widget &:hover {
2113
+ @media (hover: hover) {
2114
+ border-color: #4b2fff !important;
2115
+ }
2116
+ }
2117
+ }
2118
+
2119
+ .pager-widget .hover\:border-zinc-500 {
2120
+ .pager-widget &:hover {
2121
+ @media (hover: hover) {
2122
+ border-color: #71717b !important;
2123
+ }
2124
+ }
2125
+ }
2126
+
2127
+ .pager-widget .hover\:bg-\[\#3f25e8\] {
2128
+ .pager-widget &:hover {
2129
+ @media (hover: hover) {
2130
+ background-color: #3f25e8 !important;
2131
+ }
2132
+ }
2133
+ }
2134
+
2135
+ .pager-widget .hover\:bg-\[\#4b2fff\]\/90 {
2136
+ .pager-widget &:hover {
2137
+ @media (hover: hover) {
2138
+ background-color: oklab(50.6449% .0278989 -.278518 / .9) !important;
2139
+ }
2140
+ }
2141
+ }
2142
+
2143
+ .pager-widget .hover\:bg-gray-100 {
2144
+ .pager-widget &:hover {
2145
+ @media (hover: hover) {
2146
+ background-color: #f3f4f6 !important;
2147
+ }
2148
+ }
2149
+ }
2150
+
2151
+ .pager-widget .hover\:bg-slate-50 {
2152
+ .pager-widget &:hover {
2153
+ @media (hover: hover) {
2154
+ background-color: #f8fafc !important;
2155
+ }
2156
+ }
2157
+ }
2158
+
2159
+ .pager-widget .hover\:bg-slate-100 {
2160
+ .pager-widget &:hover {
2161
+ @media (hover: hover) {
2162
+ background-color: #f1f5f9 !important;
2163
+ }
2164
+ }
2165
+ }
2166
+
2167
+ .pager-widget .hover\:bg-white\/10 {
2168
+ .pager-widget &:hover {
2169
+ @media (hover: hover) {
2170
+ background-color: oklab(100% 0 5.96046e-8 / .1) !important;
2171
+ }
2172
+ }
2173
+ }
2174
+
2175
+ .pager-widget .hover\:bg-zinc-200 {
2176
+ .pager-widget &:hover {
2177
+ @media (hover: hover) {
2178
+ background-color: #e4e4e7 !important;
2179
+ }
2180
+ }
2181
+ }
2182
+
2183
+ .pager-widget .hover\:text-\[\#4B2FFF\] {
2184
+ .pager-widget &:hover {
2185
+ @media (hover: hover) {
2186
+ color: #4b2fff !important;
2187
+ }
2188
+ }
2189
+ }
2190
+
2191
+ .pager-widget .hover\:text-\[\#3517f7\] {
2192
+ .pager-widget &:hover {
2193
+ @media (hover: hover) {
2194
+ color: #3517f7 !important;
2195
+ }
2196
+ }
2197
+ }
2198
+
2199
+ .pager-widget .hover\:text-slate-700 {
2200
+ .pager-widget &:hover {
2201
+ @media (hover: hover) {
2202
+ color: #314158 !important;
2203
+ }
2204
+ }
2205
+ }
2206
+
2207
+ .pager-widget .hover\:text-slate-800 {
2208
+ .pager-widget &:hover {
2209
+ @media (hover: hover) {
2210
+ color: #1d293d !important;
2211
+ }
2212
+ }
2213
+ }
2214
+
2215
+ .pager-widget .hover\:text-zinc-500 {
2216
+ .pager-widget &:hover {
2217
+ @media (hover: hover) {
2218
+ color: #71717b !important;
2219
+ }
2220
+ }
2221
+ }
2222
+
2223
+ .pager-widget .hover\:opacity-100 {
2224
+ .pager-widget &:hover {
2225
+ @media (hover: hover) {
2226
+ opacity: 1 !important;
2227
+ }
2228
+ }
2229
+ }
2230
+
2231
+ .pager-widget .focus\:border-transparent {
2232
+ .pager-widget &:focus {
2233
+ border-color: #0000 !important;
2234
+ }
2235
+ }
2236
+
2237
+ .pager-widget .focus\:ring-2 {
2238
+ .pager-widget &:focus {
2239
+ --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor) !important;
2240
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
2241
+ }
2242
+ }
2243
+
2244
+ .pager-widget .focus\:ring-blue-500 {
2245
+ .pager-widget &:focus {
2246
+ --tw-ring-color: #2b7fff !important;
2247
+ }
2248
+ }
2249
+
2250
+ .pager-widget .focus\:ring-red-500 {
2251
+ .pager-widget &:focus {
2252
+ --tw-ring-color: #fb2c36 !important;
2253
+ }
2254
+ }
2255
+
2256
+ .pager-widget .focus\:outline-none {
2257
+ .pager-widget &:focus {
2258
+ --tw-outline-style: none !important;
2259
+ outline-style: none !important;
2260
+ }
2261
+ }
2262
+
2263
+ .pager-widget .active\:scale-95 {
2264
+ .pager-widget &:active {
2265
+ --tw-scale-x: 95% !important;
2266
+ --tw-scale-y: 95% !important;
2267
+ --tw-scale-z: 95% !important;
2268
+ scale: var(--tw-scale-x) var(--tw-scale-y) !important;
2269
+ }
2270
+ }
2271
+ }
2272
+
2273
+ .pager-widget {
2274
+ pointer-events: auto;
2275
+ font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
2276
+ }
2277
+
2278
+ .pager-widget-root .bg-img-chat {
2279
+ background-position: 50%;
2280
+ background-size: cover;
2281
+ }
2282
+
2283
+ .pager-widget-root .bg-gradient-clor {
2284
+ background: linear-gradient(#ffd66e, #4cff94) !important;
2285
+ }
2286
+
2287
+ .pager-widget-root ul {
2288
+ font-size: 14px;
2289
+ }
2290
+
2291
+ .pager-widget-root ul ul {
2292
+ margin-top: 5px;
2293
+ margin-bottom: 5px;
2294
+ }
2295
+
2296
+ .pager-widget-root ul {
2297
+ padding-left: 20px;
2298
+ list-style-type: disc;
2299
+ }
2300
+
2301
+ .pager-widget-root ul ul {
2302
+ padding-left: 20px;
2303
+ list-style-type: circle;
2304
+ }
2305
+
2306
+ .pager-widget-root ul ul li {
2307
+ list-style-type: circle;
2308
+ }
2309
+
2310
+ .pager-widget-root ol {
2311
+ font-size: 14px;
2312
+ }
2313
+
2314
+ .pager-widget-root ol ol {
2315
+ margin-top: 5px;
2316
+ margin-bottom: 5px;
2317
+ }
2318
+
2319
+ .pager-widget-root ol {
2320
+ padding-left: 20px;
2321
+ list-style-type: decimal;
2322
+ }
2323
+
2324
+ .pager-widget-root ol ol {
2325
+ padding-left: 20px;
2326
+ }
2327
+
2328
+ .pager-widget-root ol ol, .pager-widget-root ol ol li {
2329
+ list-style-type: lower-alpha;
2330
+ }
2331
+
2332
+ .pager-widget-root ol li, .pager-widget-root ol ol li, .pager-widget-root ul li {
2333
+ padding-bottom: 4px;
2334
+ }
2335
+
2336
+ .pager-widget-root .three-dot-typing {
2337
+ margin: 0;
2338
+ padding: 0;
2339
+ }
2340
+
2341
+ .pager-widget-root .typing-dots {
2342
+ justify-content: center;
2343
+ align-items: center;
2344
+ height: auto;
2345
+ margin: 0;
2346
+ padding: 0;
2347
+ display: flex;
2348
+ }
2349
+
2350
+ .pager-widget-root .dot {
2351
+ background-color: #564cff;
2352
+ border-radius: 50%;
2353
+ width: 6px;
2354
+ height: 6px;
2355
+ margin: 0 3px;
2356
+ animation: 1.4s infinite both blink;
2357
+ }
2358
+
2359
+ .pager-widget-root .dot:nth-child(2) {
2360
+ animation-delay: .2s;
2361
+ }
2362
+
2363
+ .pager-widget-root .dot:nth-child(3) {
2364
+ animation-delay: .4s;
2365
+ }
2366
+
2367
+ @keyframes blink {
2368
+ 0%, 80%, to {
2369
+ opacity: 0;
2370
+ }
2371
+
2372
+ 40% {
2373
+ opacity: 1;
2374
+ }
2375
+ }
2376
+
2377
+ .pager-widget-root .box-shadow-widget {
2378
+ box-shadow: 0 5px 40px #0f0f0f29;
2379
+ }
2380
+
2381
+ .pager-widget-root .widget-expand-animation {
2382
+ transition: all .3s cubic-bezier(.4, 0, .2, 1);
2383
+ }
2384
+
2385
+ .pager-widget-root .chat-area-height {
2386
+ height: calc(100% - 60px);
2387
+ max-height: calc(100% - 60px);
2388
+ overflow: hidden;
2389
+ }
2390
+
2391
+ @keyframes slideInRight {
2392
+ 0% {
2393
+ opacity: 0;
2394
+ transform: translateX(16px);
2395
+ }
2396
+
2397
+ to {
2398
+ opacity: 1;
2399
+ transform: translateX(0);
2400
+ }
2401
+ }
2402
+
2403
+ @keyframes slideInRightSlow {
2404
+ 0% {
2405
+ opacity: 0;
2406
+ }
2407
+
2408
+ to {
2409
+ opacity: 1;
2410
+ }
2411
+ }
2412
+
2413
+ .pager-widget-root .animate-slide-in-right {
2414
+ opacity: 1;
2415
+ animation: .5s cubic-bezier(.23, 1, .32, 1) .1s backwards slideInRight;
2416
+ transform: translateX(0);
2417
+ }
2418
+
2419
+ .pager-widget-root .animate-slide-in-right-slow {
2420
+ opacity: 1;
2421
+ animation: .5s cubic-bezier(.23, 1, .32, 1) backwards slideInRightSlow;
2422
+ transform: translateX(0);
2423
+ }
2424
+
2425
+ @keyframes slideInLeft {
2426
+ 0% {
2427
+ opacity: 0;
2428
+ transform: translateX(-8px);
2429
+ }
2430
+
2431
+ to {
2432
+ opacity: 1;
2433
+ transform: translateX(0);
2434
+ }
2435
+ }
2436
+
2437
+ @keyframes slideInLeftSlow {
2438
+ 0% {
2439
+ opacity: 0;
2440
+ transform: translateX(-8px);
2441
+ }
2442
+
2443
+ to {
2444
+ opacity: 1;
2445
+ transform: translateX(0);
2446
+ }
2447
+ }
2448
+
2449
+ .pager-widget-root .animate-slide-in-left {
2450
+ opacity: 1;
2451
+ animation: .5s cubic-bezier(.23, 1, .32, 1) .1s backwards slideInLeft;
2452
+ transform: translateX(0);
2453
+ }
2454
+
2455
+ .pager-widget-root .animate-slide-in-left-slow {
2456
+ opacity: 1;
2457
+ animation: .5s cubic-bezier(.23, 1, .32, 1) backwards slideInLeftSlow;
2458
+ transform: translateX(0);
2459
+ }
2460
+
2461
+ @keyframes widget-pop-in {
2462
+ 0% {
2463
+ opacity: 0;
2464
+ transform: translateY(10px);
2465
+ }
2466
+
2467
+ to {
2468
+ opacity: 1;
2469
+ transform: translateY(0);
2470
+ }
2471
+ }
2472
+
2473
+ .pager-widget-root .widget-pop-in {
2474
+ opacity: 1;
2475
+ animation: .5s cubic-bezier(.23, 1, .32, 1) backwards widget-pop-in;
2476
+ transform: translateY(0);
2477
+ }
2478
+
2479
+ .pager-widget-root .chat-popup {
2480
+ opacity: 0;
2481
+ pointer-events: none;
2482
+ transform-origin: 100% 100%;
2483
+ z-index: 2147483000;
2484
+ background: #fff;
2485
+ transition: opacity .15s, transform .3s cubic-bezier(0, 1.2, 1, 1);
2486
+ overflow: hidden;
2487
+ transform: scale(.8);
2488
+ box-shadow: 0 5px 40px #0f0f0f29;
2489
+ }
2490
+
2491
+ .pager-widget-root .chat-popup.active {
2492
+ opacity: 1;
2493
+ pointer-events: all;
2494
+ transform: scale(1);
2495
+ }
2496
+
2497
+ .pager-widget-root .maximize-height {
2498
+ height: calc(100vh - 124px);
2499
+ }
2500
+
2501
+ .pager-widget-root .markdown-parent-container {
2502
+ flex-direction: column;
2503
+ gap: 10px;
2504
+ font-size: 14px;
2505
+ line-height: 20px;
2506
+ display: flex;
2507
+ }
2508
+
2509
+ .pager-widget-root .markdown-parent-container strong {
2510
+ font-weight: 700 !important;
2511
+ }
2512
+
2513
+ .pager-widget-root .markdown-parent-container em {
2514
+ font-style: italic !important;
2515
+ }
2516
+
2517
+ .pager-widget-root .markdown-parent-container u {
2518
+ text-decoration: underline !important;
2519
+ }
2520
+
2521
+ .pager-widget-root .markdown-parent-container a {
2522
+ color: #353ced !important;
2523
+ text-decoration: underline !important;
2524
+ }
2525
+
2526
+ .pager-widget-root .markdown-parent-container a:hover {
2527
+ color: #262bca !important;
2528
+ }
2529
+
2530
+ .pager-widget-root .markdown-parent-container table {
2531
+ border-collapse: collapse;
2532
+ width: 100%;
2533
+ min-width: 100%;
2534
+ font-size: .875rem;
2535
+ }
2536
+
2537
+ .pager-widget .markdown-table-wrapper {
2538
+ border: 1px solid #d1d5db;
2539
+ border-radius: .5rem;
2540
+ width: 100%;
2541
+ height: auto;
2542
+ max-height: 300px;
2543
+ overflow: auto;
2544
+ }
2545
+
2546
+ .pager-widget-root .markdown-parent-container .markdown-table-wrapper table thead {
2547
+ z-index: 10;
2548
+ background-color: #f3f4f6;
2549
+ position: sticky;
2550
+ top: 0;
2551
+ }
2552
+
2553
+ .pager-widget-root .markdown-parent-container .markdown-table-wrapper table th {
2554
+ text-align: left;
2555
+ white-space: nowrap;
2556
+ border-bottom: 1px solid #d1d5db;
2557
+ padding: .5rem 1rem;
2558
+ font-size: .875rem;
2559
+ }
2560
+
2561
+ .pager-widget-root .markdown-parent-container .markdown-table-wrapper table tbody tr {
2562
+ background-color: #fff;
2563
+ }
2564
+
2565
+ .pager-widget-root .markdown-parent-container .markdown-table-wrapper table td {
2566
+ white-space: nowrap;
2567
+ border-bottom: 1px solid #e5e7eb;
2568
+ padding: .5rem 1rem;
2569
+ font-size: .875rem;
2570
+ }
2571
+
2572
+ .pager-widget-root .bottom-gradient-recent-list {
2573
+ pointer-events: none;
2574
+ text-align: center;
2575
+ z-index: 40;
2576
+ background: linear-gradient(0deg, #fff, #fff0);
2577
+ border-radius: 0 0 6px 6px;
2578
+ justify-content: center;
2579
+ align-items: center;
2580
+ height: 90px;
2581
+ display: flex;
2582
+ position: absolute;
2583
+ bottom: 58px;
2584
+ left: 0;
2585
+ right: 0;
2586
+ }
2587
+
2588
+ .pager-widget-root .bg-widget-home-light-top {
2589
+ background: linear-gradient(0deg, #000c, #0006, #0000);
2590
+ }
2591
+
2592
+ .pager-widget-root .bg-widget-home-dark-top {
2593
+ background: linear-gradient(0deg, #0000, #0006, #000c);
2594
+ }
2595
+
2596
+ .pager-widget-root .font-medium {
2597
+ font-weight: 500 !important;
2598
+ }
2599
+
2600
+ .pager-widget-root .font-regular {
2601
+ font-weight: 400 !important;
2602
+ }
2603
+
2604
+ .pager-widget-root .font-semiBold {
2605
+ font-weight: 600 !important;
2606
+ }
2607
+
2608
+ .pager-widget-root .font-bold {
2609
+ font-weight: 700 !important;
2610
+ }
2611
+
2612
+ .pager-widget-root .no-animation {
2613
+ animation: none !important;
2614
+ }
2615
+
2616
+ .pager-widget .contact-tooltip {
2617
+ cursor: pointer;
2618
+ opacity: 0;
2619
+ pointer-events: none;
2620
+ border-radius: 8px;
2621
+ width: max-content;
2622
+ transition: all .4s;
2623
+ }
2624
+
2625
+ .pager-widget .contact-tooltip:hover.visible {
2626
+ animation-play-state: paused;
2627
+ }
2628
+
2629
+ .pager-widget .contact-tooltip.visible {
2630
+ opacity: 1;
2631
+ pointer-events: all;
2632
+ animation: .4s forwards tooltipPop, .3s .9s both gentleShake, 10s linear 1.2s infinite repeatShake;
2633
+ }
2634
+
2635
+ @keyframes repeatShake {
2636
+ 0%, to {
2637
+ transform: translateY(-15%)translateX(0);
2638
+ }
2639
+
2640
+ 25% {
2641
+ transform: translateY(-20%)translateX(-4px);
2642
+ }
2643
+
2644
+ 50% {
2645
+ transform: translateY(-15%)translateX(0);
2646
+ }
2647
+
2648
+ 75% {
2649
+ transform: translateY(-20%)translateX(4px);
2650
+ }
2651
+ }
2652
+
2653
+ @keyframes tooltipPop {
2654
+ 0% {
2655
+ opacity: 0;
2656
+ transform: translateY(-10%)translateX(10px)scale(.9);
2657
+ }
2658
+
2659
+ to {
2660
+ opacity: 1;
2661
+ transform: translateY(-20%)translateX(0)scale(1);
2662
+ }
2663
+ }
2664
+
2665
+ @keyframes gentleShake {
2666
+ 0%, to {
2667
+ transform: translateY(-15%)translateX(0);
2668
+ }
2669
+
2670
+ 25% {
2671
+ transform: translateY(-20%)translateX(-4px);
2672
+ }
2673
+
2674
+ 50% {
2675
+ transform: translateY(-15%)translateX(0);
2676
+ }
2677
+
2678
+ 75% {
2679
+ transform: translateY(-20%)translateX(4px);
2680
+ }
2681
+ }
2682
+
2683
+ @media (width <= 600px) {
2684
+ .pager-widget .contact-tooltip {
2685
+ bottom: 60%;
2686
+ right: 60px;
2687
+ }
2688
+ }
2689
+
2690
+ .pager-widget .floating-chip-hover {
2691
+ filter: drop-shadow(0 8px 18px #00000014);
2692
+ box-shadow: 0 3px 7px #00000040;
2693
+ }
2694
+
2695
+ .pager-widget .animated-gradient-bg-thought {
2696
+ background: repeating-linear-gradient(90deg, #43b5ef33, #7173f433 25%, #fc69b733 50%, #fcc66933 75%, #43b5ef33) 0 0 / 800% 100%;
2697
+ animation: 2s linear infinite gradientWave;
2698
+ }
2699
+
2700
+ @keyframes gradientWave {
2701
+ 0% {
2702
+ background-position-x: 0;
2703
+ }
2704
+
2705
+ to {
2706
+ background-position-x: 100%;
2707
+ }
2708
+ }
2709
+
2710
+ .pager-widget .selva-qwer {
2711
+ box-shadow: 0 3px 7px #00000040;
2712
+ }
2713
+
2714
+ @media (prefers-reduced-motion: reduce) {
2715
+ .pager-widget .custom-tooltip {
2716
+ transition: none;
2717
+ }
2718
+ }
2719
+
2720
+ @property --tw-translate-x {
2721
+ syntax: "*";
2722
+ inherits: false;
2723
+ initial-value: 0;
2724
+ }
2725
+
2726
+ @property --tw-translate-y {
2727
+ syntax: "*";
2728
+ inherits: false;
2729
+ initial-value: 0;
2730
+ }
2731
+
2732
+ @property --tw-translate-z {
2733
+ syntax: "*";
2734
+ inherits: false;
2735
+ initial-value: 0;
2736
+ }
2737
+
2738
+ @property --tw-scale-x {
2739
+ syntax: "*";
2740
+ inherits: false;
2741
+ initial-value: 1;
2742
+ }
2743
+
2744
+ @property --tw-scale-y {
2745
+ syntax: "*";
2746
+ inherits: false;
2747
+ initial-value: 1;
2748
+ }
2749
+
2750
+ @property --tw-scale-z {
2751
+ syntax: "*";
2752
+ inherits: false;
2753
+ initial-value: 1;
2754
+ }
2755
+
2756
+ @property --tw-rotate-x {
2757
+ syntax: "*";
2758
+ inherits: false
2759
+ }
2760
+
2761
+ @property --tw-rotate-y {
2762
+ syntax: "*";
2763
+ inherits: false
2764
+ }
2765
+
2766
+ @property --tw-rotate-z {
2767
+ syntax: "*";
2768
+ inherits: false
2769
+ }
2770
+
2771
+ @property --tw-skew-x {
2772
+ syntax: "*";
2773
+ inherits: false
2774
+ }
2775
+
2776
+ @property --tw-skew-y {
2777
+ syntax: "*";
2778
+ inherits: false
2779
+ }
2780
+
2781
+ @property --tw-space-y-reverse {
2782
+ syntax: "*";
2783
+ inherits: false;
2784
+ initial-value: 0;
2785
+ }
2786
+
2787
+ @property --tw-border-style {
2788
+ syntax: "*";
2789
+ inherits: false;
2790
+ initial-value: solid;
2791
+ }
2792
+
2793
+ @property --tw-gradient-position {
2794
+ syntax: "*";
2795
+ inherits: false
2796
+ }
2797
+
2798
+ @property --tw-gradient-from {
2799
+ syntax: "<color>";
2800
+ inherits: false;
2801
+ initial-value: #0000;
2802
+ }
2803
+
2804
+ @property --tw-gradient-via {
2805
+ syntax: "<color>";
2806
+ inherits: false;
2807
+ initial-value: #0000;
2808
+ }
2809
+
2810
+ @property --tw-gradient-to {
2811
+ syntax: "<color>";
2812
+ inherits: false;
2813
+ initial-value: #0000;
2814
+ }
2815
+
2816
+ @property --tw-gradient-stops {
2817
+ syntax: "*";
2818
+ inherits: false
2819
+ }
2820
+
2821
+ @property --tw-gradient-via-stops {
2822
+ syntax: "*";
2823
+ inherits: false
2824
+ }
2825
+
2826
+ @property --tw-gradient-from-position {
2827
+ syntax: "<length-percentage>";
2828
+ inherits: false;
2829
+ initial-value: 0;
2830
+ }
2831
+
2832
+ @property --tw-gradient-via-position {
2833
+ syntax: "<length-percentage>";
2834
+ inherits: false;
2835
+ initial-value: 50%;
2836
+ }
2837
+
2838
+ @property --tw-gradient-to-position {
2839
+ syntax: "<length-percentage>";
2840
+ inherits: false;
2841
+ initial-value: 100%;
2842
+ }
2843
+
2844
+ @property --tw-leading {
2845
+ syntax: "*";
2846
+ inherits: false
2847
+ }
2848
+
2849
+ @property --tw-font-weight {
2850
+ syntax: "*";
2851
+ inherits: false
2852
+ }
2853
+
2854
+ @property --tw-tracking {
2855
+ syntax: "*";
2856
+ inherits: false
2857
+ }
2858
+
2859
+ @property --tw-duration {
2860
+ syntax: "*";
2861
+ inherits: false
2862
+ }
2863
+
2864
+ @property --tw-ease {
2865
+ syntax: "*";
2866
+ inherits: false
2867
+ }
2868
+
2869
+ @property --tw-shadow {
2870
+ syntax: "*";
2871
+ inherits: false;
2872
+ initial-value: 0 0 #0000;
2873
+ }
2874
+
2875
+ @property --tw-shadow-color {
2876
+ syntax: "*";
2877
+ inherits: false
2878
+ }
2879
+
2880
+ @property --tw-shadow-alpha {
2881
+ syntax: "<percentage>";
2882
+ inherits: false;
2883
+ initial-value: 100%;
2884
+ }
2885
+
2886
+ @property --tw-inset-shadow {
2887
+ syntax: "*";
2888
+ inherits: false;
2889
+ initial-value: 0 0 #0000;
2890
+ }
2891
+
2892
+ @property --tw-inset-shadow-color {
2893
+ syntax: "*";
2894
+ inherits: false
2895
+ }
2896
+
2897
+ @property --tw-inset-shadow-alpha {
2898
+ syntax: "<percentage>";
2899
+ inherits: false;
2900
+ initial-value: 100%;
2901
+ }
2902
+
2903
+ @property --tw-ring-color {
2904
+ syntax: "*";
2905
+ inherits: false
2906
+ }
2907
+
2908
+ @property --tw-ring-shadow {
2909
+ syntax: "*";
2910
+ inherits: false;
2911
+ initial-value: 0 0 #0000;
2912
+ }
2913
+
2914
+ @property --tw-inset-ring-color {
2915
+ syntax: "*";
2916
+ inherits: false
2917
+ }
2918
+
2919
+ @property --tw-inset-ring-shadow {
2920
+ syntax: "*";
2921
+ inherits: false;
2922
+ initial-value: 0 0 #0000;
2923
+ }
2924
+
2925
+ @property --tw-ring-inset {
2926
+ syntax: "*";
2927
+ inherits: false
2928
+ }
2929
+
2930
+ @property --tw-ring-offset-width {
2931
+ syntax: "<length>";
2932
+ inherits: false;
2933
+ initial-value: 0;
2934
+ }
2935
+
2936
+ @property --tw-ring-offset-color {
2937
+ syntax: "*";
2938
+ inherits: false;
2939
+ initial-value: #fff;
2940
+ }
2941
+
2942
+ @property --tw-ring-offset-shadow {
2943
+ syntax: "*";
2944
+ inherits: false;
2945
+ initial-value: 0 0 #0000;
2946
+ }
2947
+
2948
+ .pager-widget .custom-tooltip {
2949
+ opacity: 0;
2950
+ pointer-events: none;
2951
+ will-change: opacity, transform;
2952
+ transition: opacity .2s cubic-bezier(.22, 1, .36, 1), transform .2s cubic-bezier(.22, 1, .36, 1);
2953
+ transform: translateY(6px)scale(.9);
2954
+ }
2955
+
2956
+ .pager-widget .custom-tooltip.custom-tooltip--visible {
2957
+ opacity: 1;
2958
+ transform: translateY(0)scale(1);
2959
+ }
2960
+
2961
+ .pager-widget .custom-tooltip .rotate-45 {
2962
+ pointer-events: none;
2963
+ }
2964
+
2965
+ @media (prefers-reduced-motion: reduce) {
2966
+ .pager-widget .custom-tooltip {
2967
+ transition: none;
2968
+ }
2969
+ }
2970
+ /*# sourceMappingURL=react-parcel.9f367d21.css.map */