@paymanai/payman-ask-sdk 4.0.20 → 4.0.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/styles.css CHANGED
@@ -210,78 +210,12 @@
210
210
  width: 100%;
211
211
  overflow: hidden;
212
212
  }
213
- .payman-v2-split-layout {
214
- display: flex;
215
- flex-direction: row;
216
- flex: 1 1 0%;
217
- min-height: 0;
218
- gap: 0.5rem;
219
- padding: 0.5rem;
220
- overflow: hidden;
221
- }
222
- .payman-v2-split-layout--sheet {
223
- position: relative;
224
- }
225
- .payman-v2-split-layout--sheet .payman-v2-chat-column {
226
- flex: 1 1 auto;
227
- width: 100%;
228
- height: 100%;
229
- min-height: 0;
230
- }
231
- .payman-v2-pdf-sheet-top-anchor {
232
- position: absolute;
233
- inset: 0.5rem;
234
- z-index: 30;
235
- display: flex;
236
- flex-direction: column;
237
- align-items: stretch;
238
- pointer-events: none;
239
- overflow: hidden;
240
- }
241
- .payman-v2-pdf-sheet-top-anchor .payman-v2-pdf-sheet-panel {
242
- pointer-events: auto;
243
- width: 100%;
244
- height: 100%;
245
- transform-origin: right center;
246
- }
247
- .payman-v2-chat-column {
248
- flex: 1 1 0%;
249
- min-width: 0;
250
- display: flex;
251
- flex-direction: column;
252
- overflow: hidden;
253
- border-radius: 0.75rem;
254
- }
255
213
  .payman-v2-chat-layout {
256
214
  display: flex;
257
215
  flex-direction: column;
258
216
  flex: 1 1 0%;
259
217
  min-height: 0;
260
218
  }
261
- .payman-v2-pdf-sheet-panel {
262
- position: relative;
263
- display: flex;
264
- flex-direction: column;
265
- height: 100%;
266
- border-radius: 0.75rem;
267
- border: 1px solid var(--payman-v2-border-1);
268
- background: var(--payman-v2-bg);
269
- overflow: hidden;
270
- flex-shrink: 0;
271
- box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
272
- }
273
- .payman-v2-pdf-sheet-panel.payman-v2-pdf-sheet-panel--sheet {
274
- width: 100%;
275
- height: 100%;
276
- flex: none;
277
- min-height: 0;
278
- box-shadow: 0 8px 32px rgba(0, 0, 0, 0.28);
279
- will-change: transform;
280
- }
281
- .payman-v2-pdf-sheet-panel--sheet .payman-v2-pdf-sheet-body {
282
- flex: 1 1 0%;
283
- min-height: 0;
284
- }
285
219
  .payman-v2-empty-state {
286
220
  flex: 1 1 0%;
287
221
  display: flex;
@@ -384,14 +318,10 @@
384
318
  }
385
319
  .payman-v2-user-msg-attachments {
386
320
  display: flex;
387
- gap: 0.5rem;
321
+ gap: 0.375rem;
388
322
  margin-bottom: 0.375rem;
389
323
  flex-wrap: wrap;
390
324
  justify-content: flex-end;
391
- padding-bottom: 0;
392
- }
393
- .payman-v2-user-msg-attachments .payman-v2-file-preview-shell-sent {
394
- padding-right: 0.5rem;
395
325
  }
396
326
  .payman-v2-user-msg-attachment-image {
397
327
  position: relative;
@@ -757,10 +687,10 @@
757
687
  }
758
688
  .payman-v2-thinking-cursor {
759
689
  display: flex;
760
- align-items: center;
690
+ align-items: flex-start;
761
691
  gap: 0.375rem;
762
692
  margin-top: 0.25rem;
763
- height: 18px;
693
+ min-height: 18px;
764
694
  }
765
695
  .payman-v2-thinking-cursor-bar {
766
696
  display: inline-block;
@@ -773,6 +703,7 @@
773
703
  }
774
704
  .payman-v2-thinking-cursor-label {
775
705
  font-size: var(--payman-v2-small-font-size);
706
+ line-height: 1.5;
776
707
  color: var(--payman-v2-thinking-detail-color);
777
708
  -webkit-user-select: none;
778
709
  -moz-user-select: none;
@@ -1518,8 +1449,10 @@
1518
1449
  }
1519
1450
  .payman-v2-ua {
1520
1451
  max-width: 26rem;
1521
- padding: 0.625rem 0 0.625rem 0.875rem;
1522
- border-left: 2px solid var(--payman-v2-border-1);
1452
+ padding: 0.875rem;
1453
+ border: 1px solid color-mix(in srgb, var(--payman-v2-border-1) 72%, transparent);
1454
+ border-radius: var(--payman-v2-radius-md);
1455
+ background: color-mix(in srgb, var(--payman-v2-bg-secondary) 42%, transparent);
1523
1456
  }
1524
1457
  .payman-v2-ua-head {
1525
1458
  display: flex;
@@ -1545,9 +1478,19 @@
1545
1478
  }
1546
1479
  .payman-v2-ua-desc {
1547
1480
  font-size: 0.8125rem;
1548
- line-height: 1.45;
1481
+ line-height: 1.38;
1549
1482
  color: var(--payman-v2-text-2);
1550
- margin: 0 0 0.5rem;
1483
+ margin: 0.125rem 0 0.875rem;
1484
+ }
1485
+ .payman-v2-ua-markdown {
1486
+ margin: 0.125rem 0 0.875rem;
1487
+ color: var(--payman-v2-text-2);
1488
+ font-size: 0.8125rem;
1489
+ line-height: 1.38;
1490
+ }
1491
+ .payman-v2-ua-markdown .payman-v2-markdown {
1492
+ font-size: inherit;
1493
+ line-height: inherit;
1551
1494
  }
1552
1495
  .payman-v2-ua-stale {
1553
1496
  font-size: 0.75rem;
@@ -1565,17 +1508,18 @@
1565
1508
  .payman-v2-ua-form {
1566
1509
  display: flex;
1567
1510
  flex-direction: column;
1568
- gap: 0.625rem;
1569
- margin: 0.25rem 0 0.625rem;
1511
+ gap: 0.875rem;
1512
+ margin: 0 0 0.75rem;
1570
1513
  }
1571
1514
  .payman-v2-ua-row {
1572
1515
  display: flex;
1573
1516
  flex-direction: column;
1574
- gap: 0.25rem;
1517
+ gap: 0;
1575
1518
  }
1576
1519
  .payman-v2-ua-label {
1577
1520
  font-size: 0.75rem;
1578
1521
  font-weight: 500;
1522
+ line-height: 1.35;
1579
1523
  color: var(--payman-v2-text-2);
1580
1524
  }
1581
1525
  .payman-v2-ua-req {
@@ -1585,7 +1529,9 @@
1585
1529
  .payman-v2-ua-hint {
1586
1530
  font-size: 11px;
1587
1531
  color: var(--payman-v2-text-3);
1588
- line-height: 1.35;
1532
+ line-height: 14px;
1533
+ margin-top: 0.5rem;
1534
+ margin-bottom: 0.5rem;
1589
1535
  }
1590
1536
  .payman-v2-ua-input {
1591
1537
  width: 100%;
@@ -1911,14 +1857,6 @@
1911
1857
  padding: 0.5rem 2.5rem 0.5rem 0.5rem;
1912
1858
  text-align: left;
1913
1859
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
1914
- font: inherit;
1915
- color: inherit;
1916
- }
1917
- button.payman-v2-file-preview-shell {
1918
- -webkit-appearance: none;
1919
- -moz-appearance: none;
1920
- appearance: none;
1921
- cursor: pointer;
1922
1860
  }
1923
1861
  .payman-v2-file-preview-shell-clickable {
1924
1862
  cursor: pointer;
@@ -1926,7 +1864,7 @@ button.payman-v2-file-preview-shell {
1926
1864
  }
1927
1865
  .payman-v2-file-preview-shell-clickable:hover {
1928
1866
  border-color: var(--payman-v2-border-2);
1929
- background: var(--payman-v2-hover);
1867
+ background: rgba(0, 0, 0, 0.02);
1930
1868
  }
1931
1869
  .payman-v2-file-preview-thumb {
1932
1870
  position: relative;
@@ -1946,16 +1884,11 @@ button.payman-v2-file-preview-shell {
1946
1884
  -o-object-fit: cover;
1947
1885
  object-fit: cover;
1948
1886
  }
1949
- .payman-v2-file-preview-doc-icon {
1950
- color: var(--payman-v2-text-3);
1951
- flex-shrink: 0;
1952
- }
1953
1887
  .payman-v2-file-preview-info {
1954
1888
  min-width: 0;
1955
1889
  flex: 1;
1956
1890
  }
1957
1891
  .payman-v2-file-preview-name {
1958
- display: block;
1959
1892
  overflow: hidden;
1960
1893
  text-overflow: ellipsis;
1961
1894
  white-space: nowrap;
@@ -1965,7 +1898,6 @@ button.payman-v2-file-preview-shell {
1965
1898
  margin: 0;
1966
1899
  }
1967
1900
  .payman-v2-file-preview-type {
1968
- display: block;
1969
1901
  overflow: hidden;
1970
1902
  text-overflow: ellipsis;
1971
1903
  white-space: nowrap;
@@ -1973,25 +1905,6 @@ button.payman-v2-file-preview-shell {
1973
1905
  color: var(--payman-v2-text-3);
1974
1906
  margin: 0;
1975
1907
  }
1976
- .payman-v2-markdown .payman-v2-file-preview-item[data-payman-file-block] {
1977
- display: block;
1978
- width: 100%;
1979
- max-width: 18rem;
1980
- margin: 0.625rem 0;
1981
- }
1982
- .payman-v2-markdown .payman-v2-file-preview-item[data-payman-file-block] .payman-v2-file-preview-shell {
1983
- width: 100%;
1984
- padding-right: 0.5rem;
1985
- }
1986
- .payman-v2-markdown .payman-v2-file-preview-item[data-payman-file-block] .payman-v2-file-preview-name {
1987
- font-size: 0.875rem;
1988
- font-weight: 500;
1989
- line-height: 1.25;
1990
- }
1991
- .payman-v2-markdown .payman-v2-file-preview-item[data-payman-file-block] .payman-v2-file-preview-type {
1992
- font-size: 0.75rem;
1993
- line-height: 1.25;
1994
- }
1995
1908
  .payman-v2-file-preview-remove {
1996
1909
  position: absolute;
1997
1910
  right: 0.5rem;
@@ -2013,18 +1926,6 @@ button.payman-v2-file-preview-shell {
2013
1926
  .payman-v2-file-preview-remove:hover {
2014
1927
  background: var(--payman-v2-bg-tertiary);
2015
1928
  }
2016
- .payman-v2-file-preview-shell-error {
2017
- border-color: rgba(239, 68, 68, 0.45);
2018
- }
2019
- .payman-v2-file-preview-uploading {
2020
- position: absolute;
2021
- inset: 0;
2022
- display: flex;
2023
- align-items: center;
2024
- justify-content: center;
2025
- background: rgba(0, 0, 0, 0.35);
2026
- color: #fff;
2027
- }
2028
1929
  .payman-v2-md-image {
2029
1930
  margin: 0.75rem 0;
2030
1931
  display: block;
@@ -2537,365 +2438,6 @@ button.payman-v2-file-preview-shell {
2537
2438
  .payman-v2-feedback-modal-btn-primary:hover:not(:disabled) {
2538
2439
  background: color-mix(in srgb, var(--payman-v2-btn-primary) 88%, white);
2539
2440
  }
2540
- .payman-v2-pdf-block {
2541
- display: inline-flex;
2542
- align-items: center;
2543
- gap: 0.75rem;
2544
- width: -moz-fit-content;
2545
- width: fit-content;
2546
- max-width: min(100%, 20rem);
2547
- margin-top: 0.625rem;
2548
- padding: 0.5rem 0.875rem 0.5rem 0.5rem;
2549
- border: 1px solid var(--payman-v2-border-1);
2550
- border-radius: var(--payman-v2-radius-xl);
2551
- background: var(--payman-v2-bg-secondary);
2552
- cursor: pointer;
2553
- text-align: left;
2554
- font-family: inherit;
2555
- vertical-align: middle;
2556
- transition:
2557
- border-color 0.15s ease,
2558
- background-color 0.15s ease,
2559
- box-shadow 0.15s ease;
2560
- }
2561
- .payman-v2-pdf-block:hover {
2562
- border-color: var(--payman-v2-border-2);
2563
- background: var(--payman-v2-bg);
2564
- box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
2565
- }
2566
- .payman-v2-pdf-block:active {
2567
- transform: scale(0.995);
2568
- }
2569
- .payman-v2-pdf-block:focus-visible {
2570
- outline: 2px solid var(--payman-v2-border-2);
2571
- outline-offset: 2px;
2572
- }
2573
- .payman-v2-pdf-block-thumb {
2574
- display: flex;
2575
- align-items: center;
2576
- justify-content: center;
2577
- flex-shrink: 0;
2578
- width: 2.5rem;
2579
- height: 2.5rem;
2580
- border-radius: var(--payman-v2-radius-lg);
2581
- background: var(--payman-v2-bg);
2582
- border: 1px solid var(--payman-v2-border-1);
2583
- color: var(--payman-v2-text-2);
2584
- transition: color 0.15s ease, border-color 0.15s ease;
2585
- }
2586
- .payman-v2-pdf-block:hover .payman-v2-pdf-block-thumb {
2587
- color: var(--payman-v2-text-1);
2588
- border-color: var(--payman-v2-border-2);
2589
- }
2590
- .payman-v2-pdf-block-info {
2591
- display: flex;
2592
- flex-direction: column;
2593
- gap: 0.125rem;
2594
- min-width: 0;
2595
- flex: 1;
2596
- }
2597
- .payman-v2-pdf-block-name {
2598
- font-size: 0.875rem;
2599
- font-weight: 500;
2600
- color: var(--payman-v2-text-1);
2601
- line-height: 1.35;
2602
- white-space: nowrap;
2603
- overflow: hidden;
2604
- text-overflow: ellipsis;
2605
- }
2606
- .payman-v2-pdf-block-meta {
2607
- font-size: 0.75rem;
2608
- color: var(--payman-v2-text-3);
2609
- line-height: 1.2;
2610
- }
2611
- .payman-v2-pdf-sheet-overlay {
2612
- position: fixed;
2613
- inset: 0;
2614
- z-index: 9000;
2615
- background: rgba(0, 0, 0, 0.32);
2616
- }
2617
- .payman-v2-pdf-sheet {
2618
- position: fixed;
2619
- top: 0;
2620
- right: 0;
2621
- bottom: 0;
2622
- background: var(--payman-v2-bg);
2623
- display: flex;
2624
- flex-direction: column;
2625
- z-index: 9001;
2626
- border-left: 1px solid var(--payman-v2-border-1);
2627
- box-shadow: -6px 0 28px rgba(0, 0, 0, 0.09), -1px 0 4px rgba(0, 0, 0, 0.05);
2628
- min-width: 320px;
2629
- }
2630
- .payman-v2-pdf-sheet-resize-handle {
2631
- position: absolute;
2632
- left: 0;
2633
- top: 0;
2634
- bottom: 0;
2635
- width: 6px;
2636
- cursor: ew-resize;
2637
- z-index: 10;
2638
- display: flex;
2639
- align-items: center;
2640
- justify-content: center;
2641
- }
2642
- .payman-v2-pdf-sheet-resize-handle:hover .payman-v2-pdf-sheet-resize-grip,
2643
- .payman-v2-pdf-sheet-resize-handle:active .payman-v2-pdf-sheet-resize-grip {
2644
- opacity: 1;
2645
- }
2646
- .payman-v2-pdf-sheet-resize-grip {
2647
- width: 2px;
2648
- height: 32px;
2649
- border-radius: 2px;
2650
- background: var(--payman-v2-border-1);
2651
- opacity: 0;
2652
- transition: opacity 0.15s ease;
2653
- }
2654
- .payman-v2-pdf-sheet-resize-handle--vertical {
2655
- left: 0;
2656
- right: 0;
2657
- top: auto;
2658
- bottom: 0;
2659
- width: auto;
2660
- height: 6px;
2661
- cursor: ns-resize;
2662
- }
2663
- .payman-v2-pdf-sheet-resize-handle--vertical .payman-v2-pdf-sheet-resize-grip {
2664
- width: 32px;
2665
- height: 2px;
2666
- }
2667
- .payman-v2-pdf-sheet-header {
2668
- display: flex;
2669
- align-items: center;
2670
- justify-content: space-between;
2671
- gap: 0.75rem;
2672
- padding: 0 0.875rem 0 1rem;
2673
- height: 48px;
2674
- background: var(--payman-v2-bg);
2675
- border-bottom: 1px solid var(--payman-v2-border-1);
2676
- flex-shrink: 0;
2677
- position: relative;
2678
- z-index: 11;
2679
- }
2680
- .payman-v2-pdf-sheet-header-left {
2681
- display: flex;
2682
- align-items: center;
2683
- gap: 0.4rem;
2684
- min-width: 0;
2685
- flex: 1;
2686
- }
2687
- .payman-v2-pdf-sheet-file-icon {
2688
- display: flex;
2689
- align-items: center;
2690
- justify-content: center;
2691
- color: var(--payman-v2-text-3);
2692
- flex-shrink: 0;
2693
- }
2694
- .payman-v2-pdf-sheet-title {
2695
- font-size: 0.8125rem;
2696
- font-weight: 500;
2697
- color: var(--payman-v2-text-1);
2698
- white-space: nowrap;
2699
- overflow: hidden;
2700
- text-overflow: ellipsis;
2701
- line-height: 1.3;
2702
- }
2703
- .payman-v2-pdf-sheet-header-actions {
2704
- display: flex;
2705
- align-items: center;
2706
- gap: 0.25rem;
2707
- flex-shrink: 0;
2708
- }
2709
- .payman-v2-pdf-sheet-download-btn {
2710
- display: inline-flex;
2711
- align-items: center;
2712
- gap: 0.3rem;
2713
- padding: 0.3125rem 0.65rem;
2714
- font-size: 0.75rem;
2715
- font-weight: 500;
2716
- color: var(--payman-v2-text-2);
2717
- background: transparent;
2718
- border: 1px solid var(--payman-v2-border-1);
2719
- border-radius: var(--payman-v2-radius-full);
2720
- cursor: pointer;
2721
- transition: background 0.13s ease, color 0.13s ease;
2722
- white-space: nowrap;
2723
- font-family: inherit;
2724
- }
2725
- .payman-v2-pdf-sheet-download-btn:hover {
2726
- background: var(--payman-v2-hover);
2727
- color: var(--payman-v2-text-1);
2728
- }
2729
- .payman-v2-pdf-sheet-download-btn:disabled {
2730
- cursor: not-allowed;
2731
- opacity: 0.45;
2732
- pointer-events: none;
2733
- }
2734
- .payman-v2-pdf-sheet-close-btn {
2735
- display: inline-flex;
2736
- align-items: center;
2737
- justify-content: center;
2738
- width: 28px;
2739
- height: 28px;
2740
- border-radius: var(--payman-v2-radius-full);
2741
- border: none;
2742
- background: transparent;
2743
- color: var(--payman-v2-text-3);
2744
- cursor: pointer;
2745
- transition: background 0.13s ease, color 0.13s ease;
2746
- flex-shrink: 0;
2747
- font-family: inherit;
2748
- }
2749
- .payman-v2-pdf-sheet-close-btn:hover {
2750
- background: var(--payman-v2-hover);
2751
- color: var(--payman-v2-text-1);
2752
- }
2753
- .payman-v2-pdf-sheet-body {
2754
- flex: 1;
2755
- position: relative;
2756
- overflow: hidden;
2757
- background: var(--payman-v2-bg-secondary);
2758
- }
2759
- .payman-v2-pdf-sheet-loading {
2760
- position: absolute;
2761
- inset: 0;
2762
- display: flex;
2763
- flex-direction: column;
2764
- align-items: center;
2765
- justify-content: center;
2766
- gap: 0.5rem;
2767
- z-index: 1;
2768
- }
2769
- .payman-v2-pdf-sheet-loading-text {
2770
- font-size: 0.8125rem;
2771
- color: var(--payman-v2-text-3);
2772
- }
2773
- .payman-v2-pdf-sheet-error {
2774
- position: absolute;
2775
- inset: 0;
2776
- display: flex;
2777
- flex-direction: column;
2778
- align-items: center;
2779
- justify-content: center;
2780
- gap: 0.625rem;
2781
- padding: 1.5rem;
2782
- text-align: center;
2783
- }
2784
- .payman-v2-pdf-sheet-error-icon {
2785
- display: flex;
2786
- align-items: center;
2787
- justify-content: center;
2788
- height: 2.75rem;
2789
- width: 2.75rem;
2790
- border-radius: 9999px;
2791
- background: var(--payman-v2-error-bg);
2792
- border: 1px solid var(--payman-v2-error-border);
2793
- color: var(--payman-v2-error-color);
2794
- }
2795
- .payman-v2-pdf-sheet-error-title {
2796
- margin: 0.25rem 0 0;
2797
- font-size: 0.9375rem;
2798
- font-weight: 600;
2799
- color: var(--payman-v2-text-1);
2800
- }
2801
- .payman-v2-pdf-sheet-error-message {
2802
- margin: 0;
2803
- max-width: 18rem;
2804
- font-size: 0.8125rem;
2805
- line-height: 1.5;
2806
- color: var(--payman-v2-text-3);
2807
- }
2808
- .payman-v2-pdf-sheet-error-actions {
2809
- display: flex;
2810
- flex-wrap: wrap;
2811
- align-items: center;
2812
- justify-content: center;
2813
- gap: 0.5rem;
2814
- margin-top: 0.375rem;
2815
- }
2816
- .payman-v2-pdf-sheet-error-btn {
2817
- display: inline-flex;
2818
- align-items: center;
2819
- gap: 0.375rem;
2820
- border-radius: 0.625rem;
2821
- border: 1px solid var(--payman-v2-border-1);
2822
- background: var(--payman-v2-bg);
2823
- padding: 0.4375rem 0.75rem;
2824
- font-size: 0.8125rem;
2825
- font-weight: 500;
2826
- color: var(--payman-v2-text-2);
2827
- cursor: pointer;
2828
- font-family: inherit;
2829
- transition:
2830
- border-color 0.15s,
2831
- background-color 0.15s,
2832
- color 0.15s;
2833
- }
2834
- .payman-v2-pdf-sheet-error-btn:hover {
2835
- border-color: var(--payman-v2-border-2);
2836
- background: var(--payman-v2-hover);
2837
- color: var(--payman-v2-text-1);
2838
- }
2839
- .payman-v2-pdf-sheet-error-btn-secondary {
2840
- background: transparent;
2841
- }
2842
- .payman-v2-pdf-sheet-iframe {
2843
- position: absolute;
2844
- inset: 0;
2845
- width: 100%;
2846
- height: 100%;
2847
- border: none;
2848
- display: block;
2849
- }
2850
- .payman-v2-file-preview-overlay {
2851
- position: fixed;
2852
- inset: 0;
2853
- z-index: 2147483647;
2854
- display: flex;
2855
- align-items: center;
2856
- justify-content: center;
2857
- background: rgba(2, 6, 23, 0.88);
2858
- padding: 1.5rem;
2859
- isolation: isolate;
2860
- cursor: pointer;
2861
- }
2862
- .payman-v2-file-preview-close {
2863
- position: absolute;
2864
- top: 1rem;
2865
- right: 1rem;
2866
- padding: 0.5rem;
2867
- border-radius: var(--payman-v2-radius-full);
2868
- border: none;
2869
- background: rgba(0, 0, 0, 0.55);
2870
- color: rgba(255, 255, 255, 0.9);
2871
- cursor: pointer;
2872
- display: flex;
2873
- align-items: center;
2874
- justify-content: center;
2875
- z-index: 10;
2876
- transition: background 0.14s ease;
2877
- }
2878
- .payman-v2-file-preview-close:hover {
2879
- background: rgba(0, 0, 0, 0.75);
2880
- }
2881
- .payman-v2-file-preview-inner {
2882
- display: flex;
2883
- align-items: center;
2884
- justify-content: center;
2885
- cursor: default;
2886
- }
2887
- .payman-v2-file-preview-img {
2888
- display: block;
2889
- max-width: min(92vw, 1100px);
2890
- max-height: 88vh;
2891
- border-radius: var(--payman-v2-radius-xl);
2892
- -o-object-fit: contain;
2893
- object-fit: contain;
2894
- box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
2895
- -webkit-user-select: none;
2896
- -moz-user-select: none;
2897
- user-select: none;
2898
- }
2899
2441
 
2900
2442
  /* src/styles.css */
2901
2443
  .payman-chat-root {