@paymanai/payman-ask-sdk 4.0.18 → 4.0.20

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,12 +210,78 @@
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
+ }
213
255
  .payman-v2-chat-layout {
214
256
  display: flex;
215
257
  flex-direction: column;
216
258
  flex: 1 1 0%;
217
259
  min-height: 0;
218
260
  }
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
+ }
219
285
  .payman-v2-empty-state {
220
286
  flex: 1 1 0%;
221
287
  display: flex;
@@ -318,10 +384,14 @@
318
384
  }
319
385
  .payman-v2-user-msg-attachments {
320
386
  display: flex;
321
- gap: 0.375rem;
387
+ gap: 0.5rem;
322
388
  margin-bottom: 0.375rem;
323
389
  flex-wrap: wrap;
324
390
  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;
325
395
  }
326
396
  .payman-v2-user-msg-attachment-image {
327
397
  position: relative;
@@ -1448,10 +1518,8 @@
1448
1518
  }
1449
1519
  .payman-v2-ua {
1450
1520
  max-width: 26rem;
1451
- padding: 0.875rem;
1452
- border: 1px solid color-mix(in srgb, var(--payman-v2-border-1) 72%, transparent);
1453
- border-radius: var(--payman-v2-radius-md);
1454
- background: color-mix(in srgb, var(--payman-v2-bg-secondary) 42%, transparent);
1521
+ padding: 0.625rem 0 0.625rem 0.875rem;
1522
+ border-left: 2px solid var(--payman-v2-border-1);
1455
1523
  }
1456
1524
  .payman-v2-ua-head {
1457
1525
  display: flex;
@@ -1477,19 +1545,9 @@
1477
1545
  }
1478
1546
  .payman-v2-ua-desc {
1479
1547
  font-size: 0.8125rem;
1480
- line-height: 1.38;
1481
- color: var(--payman-v2-text-2);
1482
- margin: 0.125rem 0 0.875rem;
1483
- }
1484
- .payman-v2-ua-markdown {
1485
- margin: 0.125rem 0 0.875rem;
1548
+ line-height: 1.45;
1486
1549
  color: var(--payman-v2-text-2);
1487
- font-size: 0.8125rem;
1488
- line-height: 1.38;
1489
- }
1490
- .payman-v2-ua-markdown .payman-v2-markdown {
1491
- font-size: inherit;
1492
- line-height: inherit;
1550
+ margin: 0 0 0.5rem;
1493
1551
  }
1494
1552
  .payman-v2-ua-stale {
1495
1553
  font-size: 0.75rem;
@@ -1507,18 +1565,17 @@
1507
1565
  .payman-v2-ua-form {
1508
1566
  display: flex;
1509
1567
  flex-direction: column;
1510
- gap: 0.875rem;
1511
- margin: 0 0 0.75rem;
1568
+ gap: 0.625rem;
1569
+ margin: 0.25rem 0 0.625rem;
1512
1570
  }
1513
1571
  .payman-v2-ua-row {
1514
1572
  display: flex;
1515
1573
  flex-direction: column;
1516
- gap: 0;
1574
+ gap: 0.25rem;
1517
1575
  }
1518
1576
  .payman-v2-ua-label {
1519
1577
  font-size: 0.75rem;
1520
1578
  font-weight: 500;
1521
- line-height: 1.35;
1522
1579
  color: var(--payman-v2-text-2);
1523
1580
  }
1524
1581
  .payman-v2-ua-req {
@@ -1528,9 +1585,7 @@
1528
1585
  .payman-v2-ua-hint {
1529
1586
  font-size: 11px;
1530
1587
  color: var(--payman-v2-text-3);
1531
- line-height: 14px;
1532
- margin-top: 0.5rem;
1533
- margin-bottom: 0.5rem;
1588
+ line-height: 1.35;
1534
1589
  }
1535
1590
  .payman-v2-ua-input {
1536
1591
  width: 100%;
@@ -1856,6 +1911,14 @@
1856
1911
  padding: 0.5rem 2.5rem 0.5rem 0.5rem;
1857
1912
  text-align: left;
1858
1913
  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;
1859
1922
  }
1860
1923
  .payman-v2-file-preview-shell-clickable {
1861
1924
  cursor: pointer;
@@ -1863,7 +1926,7 @@
1863
1926
  }
1864
1927
  .payman-v2-file-preview-shell-clickable:hover {
1865
1928
  border-color: var(--payman-v2-border-2);
1866
- background: rgba(0, 0, 0, 0.02);
1929
+ background: var(--payman-v2-hover);
1867
1930
  }
1868
1931
  .payman-v2-file-preview-thumb {
1869
1932
  position: relative;
@@ -1883,11 +1946,16 @@
1883
1946
  -o-object-fit: cover;
1884
1947
  object-fit: cover;
1885
1948
  }
1949
+ .payman-v2-file-preview-doc-icon {
1950
+ color: var(--payman-v2-text-3);
1951
+ flex-shrink: 0;
1952
+ }
1886
1953
  .payman-v2-file-preview-info {
1887
1954
  min-width: 0;
1888
1955
  flex: 1;
1889
1956
  }
1890
1957
  .payman-v2-file-preview-name {
1958
+ display: block;
1891
1959
  overflow: hidden;
1892
1960
  text-overflow: ellipsis;
1893
1961
  white-space: nowrap;
@@ -1897,6 +1965,7 @@
1897
1965
  margin: 0;
1898
1966
  }
1899
1967
  .payman-v2-file-preview-type {
1968
+ display: block;
1900
1969
  overflow: hidden;
1901
1970
  text-overflow: ellipsis;
1902
1971
  white-space: nowrap;
@@ -1904,6 +1973,25 @@
1904
1973
  color: var(--payman-v2-text-3);
1905
1974
  margin: 0;
1906
1975
  }
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
+ }
1907
1995
  .payman-v2-file-preview-remove {
1908
1996
  position: absolute;
1909
1997
  right: 0.5rem;
@@ -1925,6 +2013,18 @@
1925
2013
  .payman-v2-file-preview-remove:hover {
1926
2014
  background: var(--payman-v2-bg-tertiary);
1927
2015
  }
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
+ }
1928
2028
  .payman-v2-md-image {
1929
2029
  margin: 0.75rem 0;
1930
2030
  display: block;
@@ -2437,6 +2537,365 @@
2437
2537
  .payman-v2-feedback-modal-btn-primary:hover:not(:disabled) {
2438
2538
  background: color-mix(in srgb, var(--payman-v2-btn-primary) 88%, white);
2439
2539
  }
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
+ }
2440
2899
 
2441
2900
  /* src/styles.css */
2442
2901
  .payman-chat-root {