isometrik-chat 2.9.9 → 3.0.0

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.
@@ -0,0 +1,1926 @@
1
+ .isoChat {
2
+ margin: 0;
3
+ font-family: Segoe UI, Helvetica Neue, Helvetica, Lucida Grande, Arial, Ubuntu,
4
+ Cantarell, Fira Sans, sans-serif;
5
+ font-feature-settings: "kern";
6
+ }
7
+
8
+ .light-theme {
9
+ --shadow-rgb: 11, 20, 26;
10
+ --chat-msg-text: #667781;
11
+ --profile-header: #F53872;
12
+ --black: #111b21;
13
+ --iso_loader: #111b21;
14
+ --bg-white: #f5f6f6;
15
+ --primary-white: #fff;
16
+ --gray_color: #ededed;
17
+ --icon_color: #54656f;
18
+ --iso_white: #f5f6f6;
19
+ --border_color: #e9edef;
20
+ --chat_hover: #ebebeb;
21
+ --sender_chatbg: #d9fdd3;
22
+ --chat_timing: #667781;
23
+ --input_bg: #fff;
24
+ --profile_bg: #ededed;
25
+ --contact-profile-bg: #ededed;
26
+ --profile-name: #F53872;
27
+ --profile-color: #F53872;
28
+ --danger: red;
29
+ --contact-media-text: #fff;
30
+ --button-primary-background: #00a884;
31
+ --modal_color: #fff;
32
+ --encrypted_color: rgb(0, 0, 0);
33
+ --photopicker_overlay_background: rgba(84, 101, 111, 0.8);
34
+ --modal-backdrop: hsla(0, 0%, 100%, 0.85);
35
+ --toast-background: #0b141a;
36
+ --modal-backDrop: hsla(0, 0%, 100%, 0.85);
37
+ --chat-info-drawer-media-background: #f0f2f5;
38
+ --chat-info-background: linear-gradient(15deg, rgba(var(--overlay-rgb), 0), rgba(var(--overlay-rgb), 0) 45%, rgba(var(--overlay-rgb), .12) 70%, rgba(var(--overlay-rgb), .33));
39
+ --intro-background: #f0f2f5;
40
+ --reply-background-color: #d1f4cc;
41
+ --reply-pannel-background: rgba(11, 20, 26, 0.05);
42
+ --audio-control-outgoing: #6f8171;
43
+ --toaster-success-bgcolor: #2E7D32;
44
+ --toaster-error-bgcolor: #D32F2F;
45
+ background-color: var(--primary-white);
46
+ }
47
+
48
+ .dark-theme {
49
+ --shadow-rgb: 11, 20, 26;
50
+ --chat-msg-text: #667781;
51
+ --profile-header: #202c33;
52
+ --black: #fff;
53
+ --iso_loader: #fff;
54
+ --bg-white: #111b21;
55
+ --primary-white: #111b21;
56
+ --gray_color: #202c33;
57
+ --icon_color: #aebac1;
58
+ --iso_white: #111b21;
59
+ --border_color: #2a3942;
60
+ --chat_hover: #202c33;
61
+ --sender_chatbg: #005c4b;
62
+ --chat_timing: hsla(0, 0%, 100%, 0.6);
63
+ --input_bg: #2a3942;
64
+ --profile_bg: #111b21;
65
+ --contact-profile-bg: black;
66
+ --profile-name: #008069;
67
+ --profile-color: #F53872;
68
+ --danger: #f15c6d;
69
+ --contact-media-text: #fff;
70
+ --button-primary-background: #00a884;
71
+ --modal_color: #202c33;
72
+ --encrypted_color: rgb(250, 217, 100);
73
+ --photopicker_overlay_background: rgba(84, 101, 111, 0.8);
74
+ --modal-backdrop: rgba(11, 20, 26, 0.85);
75
+ --intro-background: #222e35;
76
+ --toast-background: #0b141a;
77
+ --modal-backDrop: rgba(11, 20, 26, 0.85);
78
+ --chat-info-drawer-media-background: rgb(42, 57, 66);
79
+ --chat-info-background: linear-gradient(15deg, rgba(var(--overlay-rgb), 0), rgba(var(--overlay-rgb), 0) 45%, rgba(var(--overlay-rgb), .12) 70%, rgba(var(--overlay-rgb), .33));
80
+ --reply-background-color: #025144;
81
+ --reply-pannel-background: rgba(11, 20, 26, 0.05);
82
+ --audio-control-outgoing: #d1d7db;
83
+ --toaster-success-bgcolor: #2E7D32;
84
+ --toaster-error-bgcolor: #D32F2F;
85
+ background-color: var(--primary-white);
86
+ }
87
+
88
+ .isoChat .icons {
89
+ height: 24px;
90
+ width: 24px;
91
+ color: var(--icon_color);
92
+ cursor: pointer;
93
+ }
94
+
95
+ .isoChat .darkicons {
96
+ height: 20px;
97
+ width: 20px;
98
+ color: var(--icon_color);
99
+ filter: invert(1);
100
+ cursor: pointer;
101
+ }
102
+
103
+ .isoChat .lighticons {
104
+ height: 20px;
105
+ width: 20px;
106
+ color: var(--icon_color);
107
+ filter: opacity(0.5);
108
+ cursor: pointer;
109
+ }
110
+
111
+ .isoChat .light_footer_icons {
112
+ margin-left: 10px;
113
+ height: 22px;
114
+ color: var(--icon_color);
115
+ cursor: pointer;
116
+
117
+ }
118
+
119
+ .isoChat .MuiDrawer-paper {
120
+ background-color: var(--primary-white) !important;
121
+ }
122
+
123
+ .isoChat .MuiPaper-root {
124
+ background-color: var(--primary-white) !important;
125
+ }
126
+
127
+ .isoChat .dark_footer_icons {
128
+ margin-left: 10px;
129
+ height: 22px;
130
+ width: auto;
131
+ color: var(--icon_color);
132
+ filter: invert(1);
133
+ cursor: pointer;
134
+
135
+ }
136
+
137
+ .isoChat .grpicons {
138
+ height: 28px;
139
+ width: 28px;
140
+ color: var(--icon_color);
141
+ cursor: pointer;
142
+ }
143
+
144
+ .isoChat .user_image {
145
+ height: 41px;
146
+ width: 41px;
147
+ border-radius: 25px;
148
+ }
149
+
150
+ .isoChat .userContact_image {
151
+ height: 49px;
152
+ width: 49px;
153
+ flex: 0 0 auto;
154
+ border-radius: 25px;
155
+ font-size: xx-large;
156
+ color: var(--black);
157
+ background-color: var(--icon_color);
158
+ margin: 10px;
159
+ }
160
+
161
+ .isoChat .text_Color {
162
+ color: var(--chat-msg-text);
163
+ }
164
+
165
+ .isoChat .icons {
166
+ color: var(--icon_color);
167
+ }
168
+
169
+ .isoChat .pointer {
170
+ cursor: pointer;
171
+ }
172
+
173
+ .isoChat .margin {
174
+ margin-left: 7px;
175
+ }
176
+
177
+ .isoChat .header {
178
+ /* position: fixed; */
179
+ z-index: 2;
180
+ top: 0px;
181
+ }
182
+
183
+ .isoChat .msgFont {
184
+ font-size: 14px;
185
+ }
186
+
187
+ .isoChat .sidebar_search-container {
188
+ padding: 5px 5px 5px 10px;
189
+ }
190
+
191
+ .isoChat .sidebar_search-container span img {
192
+ padding: 2px;
193
+ }
194
+
195
+ /* .isoChat .truncate { */
196
+ /* width: 25vw !important; */
197
+ /* white-space: nowrap;
198
+ overflow: hidden;
199
+ text-overflow: ellipsis; */
200
+ /* } */
201
+
202
+ .isoChat .sliderContainer {
203
+ background-color: var(--iso_white);
204
+ }
205
+
206
+ .isoChat .textColor {
207
+ color: var(--black)
208
+ }
209
+
210
+ .isoChat .border_color {
211
+ border-color: var(--border_color);
212
+ }
213
+
214
+ .isoChat .border_bottom {
215
+ border-bottom: 1px solid var(--border_color);
216
+ }
217
+
218
+ .isoChat .searchContainer {
219
+ background-color: var(--primary-white);
220
+ }
221
+
222
+ .isoChat .disable_UI {
223
+ pointer-events: none;
224
+ opacity: 0.4;
225
+ }
226
+
227
+ .isoChat .absolute {
228
+ position: absolute;
229
+ }
230
+
231
+ .isoChat .objCover {
232
+ object-fit: cover;
233
+ }
234
+
235
+ .isoChat .objContain {
236
+ object-fit: contain;
237
+ }
238
+
239
+ .isoChat .userProfileContainer {
240
+ margin: 0px 10px 0px 10px;
241
+ width: 49px;
242
+ }
243
+
244
+ .isoChat .user-image {
245
+ height: 49px;
246
+ width: 49px;
247
+ border-radius: 50%;
248
+ }
249
+
250
+ .isoChat .sideBarFix {
251
+ position: fixed;
252
+ right: 0;
253
+ top: 0
254
+ }
255
+
256
+ .isoChat .activeMsg {
257
+ position: relative;
258
+ background-color: var(--button-primary-background) !important;
259
+ }
260
+ .isoChat .user_Info {
261
+ display: flex;
262
+ align-items: center;
263
+ /* padding: 10px 15px; */
264
+ position: relative;
265
+ }
266
+
267
+ .isoChat .user_Info:hover .arrow {
268
+ display: block !important;
269
+ padding-left:.7vw;
270
+ margin-top: -10px;
271
+
272
+ }
273
+ /* .arrow{
274
+ display: none;
275
+ } */
276
+ /* .arrow .text_Color{
277
+ margin-bottom: 30px;
278
+ } */
279
+
280
+ .isoChat .user_Info:hover {
281
+ cursor: pointer;
282
+ background-color:var(--chat_hover)
283
+ }
284
+ .isoChat .user_Info .user_Item {
285
+ margin-left: 15px;
286
+ flex: 1;
287
+ display: flex;
288
+ justify-content: space-between;
289
+ padding-bottom: 13px;
290
+ border-bottom: 1px solid var(--border_color);
291
+ align-items: center
292
+ }
293
+
294
+ .isoChat .css-1poimk-MuiPaper-root-MuiMenu-paper-MuiPaper-root-MuiPopover-paper{
295
+ box-shadow: none !important;
296
+ }
297
+
298
+ .isoChat .user_Item .user_Div {
299
+ display: block;
300
+ }
301
+
302
+ .isoChat .user_Div .user_Name {
303
+ margin-bottom: 0px;
304
+ color:var(--black);
305
+ }
306
+
307
+ .isoChat .user_Div .user_Message {
308
+ margin-bottom: 0px;
309
+ margin-right: 25px;
310
+
311
+ }
312
+
313
+ .isoChat .user_Item .message_Time {
314
+
315
+ font-size: 12px;
316
+ max-height: 18px;
317
+
318
+ }
319
+
320
+ .isoChat .modal-backdrop {
321
+ background-color: transparent !important;
322
+ }
323
+
324
+
325
+ .isoChat .modal-content {
326
+ width: 0% !important;
327
+ padding-left: 0px !important;
328
+ padding: 0px !important;
329
+ top: 100px !important;
330
+ left: -100px !important;
331
+ }
332
+
333
+ .isoChat .modal-header {
334
+ padding: 0px !important;
335
+ margin: 0px !important;
336
+ width: 0px !important;
337
+ height: 0px !important
338
+ }
339
+
340
+ .isoChat .modal-dialog {
341
+ width: 32% !important;
342
+ border: none !important;
343
+ outline: none !important;
344
+ }
345
+
346
+
347
+ .isoChat .css-pwyk3z-MuiBadge-badge{
348
+ z-index: 0 !important;
349
+
350
+ }
351
+
352
+ .isoChat .css-1p3d99h{
353
+ z-index: 0 !important;
354
+ }
355
+
356
+ .isoChat .sidebarChat{
357
+ height: 85vh;
358
+ overflow: auto;
359
+ position: relative;
360
+ }
361
+ .menuBox p {
362
+ margin: 0;
363
+ line-height: 2.5rem;
364
+ display: flex;
365
+ justify-content: space-between;
366
+ align-items: center;
367
+ font-size: 14.5px;
368
+ color: var(--primary);
369
+ padding-right: 58px !important;
370
+ white-space: nowrap;
371
+ }
372
+ .menuBox {
373
+ padding: 0 2rem;
374
+ }
375
+
376
+ .menu p:hover {
377
+ background-color: var(--iso_white);
378
+ }
379
+
380
+ .menu{
381
+ z-index: 999;
382
+ width:100%;
383
+
384
+
385
+ box-shadow:none !important
386
+ }
387
+ .sidebar_header {
388
+ justify-content: space-between;
389
+ padding: 13px;
390
+ background-color:var(--gray_color);
391
+ border-right: 1px solid var(--border_color);
392
+ align-items: center;
393
+ }
394
+
395
+ .sidebar {
396
+ max-width: 30%;
397
+ flex: 1 1 30%;
398
+ background-color:var(--iso_white);
399
+ }
400
+
401
+ .sidebar .bgWhite{
402
+ background-color: var(--primary-white);
403
+ }
404
+
405
+ .sidebar .sidebar_header .sliderr {
406
+ height: 100vh;
407
+ width: 35vw;
408
+ position: absolute;
409
+ z-index: 1;
410
+ top: 0px;
411
+ left: 0px;
412
+ overflow-x: hidden;
413
+ transition: 0.2s;
414
+ overflow: auto;
415
+ }
416
+
417
+ .sidebar .sidebar_header .slider {
418
+ height: 100vh;
419
+ width: 0px;
420
+ position: fixed;
421
+ z-index: 1;
422
+ top: 0px;
423
+ left: 0px;
424
+ overflow-x: hidden;
425
+ transition: 0.2s;
426
+ overflow: auto;
427
+ }
428
+
429
+ .sidebar-search {
430
+ position: sticky;
431
+ top: 0;
432
+ padding: 10px;
433
+ text-align: center;
434
+ align-items: center;
435
+ }
436
+
437
+ .sidebar-right {
438
+ width: 40%;
439
+ justify-content: space-around;
440
+ align-items: center;
441
+ }
442
+
443
+ .sidebar-input {
444
+ position: relative;
445
+ padding-left: 15px !important;
446
+ font-size: 15px;
447
+ border: none;
448
+ outline: none;
449
+ background: none;
450
+ color: var(--black);
451
+ }
452
+
453
+ .sidebar_search-container svg {
454
+ color: #54656f;
455
+ margin-left: 12px;
456
+ }
457
+
458
+ .chat {
459
+ flex-direction: column;
460
+ padding: 0;
461
+ background-color: var(--primary-white);
462
+ }
463
+
464
+ .isoChat *::-webkit-scrollbar-thumb {
465
+ background-color: #e9ecef;
466
+ }
467
+
468
+ .isoChat *::-webkit-scrollbar-track {
469
+ background: var(--iso_white) !important;
470
+ }
471
+
472
+ .isoChat *::-webkit-scrollbar {
473
+ width: 6px !important;
474
+ height: 6px !important;
475
+ }
476
+
477
+ .isoChat .sidebar *::-webkit-scrollbar-thumb {
478
+ background:var(--gray_color)
479
+ }
480
+
481
+ .css-1t1j96h-MuiPaper-root-MuiDialog-paper {
482
+ margin: 0px !important;
483
+ padding: 0px !important;
484
+ }
485
+
486
+ .css-hz1bth-MuiDialog-container {
487
+ height: auto !important;
488
+ }
489
+
490
+ .css-uhb5lp {
491
+ margin: 0px !important;
492
+ }
493
+
494
+ .css-ekeie0 {
495
+ height: none !important;
496
+ }
497
+
498
+ .css-ekeie0 {
499
+ height: auto !important;
500
+ }
501
+
502
+ .css-1t1j96h-MuiPaper-root-MuiDialog-paper {
503
+ border-radius: 0px !important;
504
+ }
505
+
506
+ .sidebar_header .user_image {
507
+ cursor: pointer;
508
+ }
509
+
510
+ .filter {
511
+ height: 20px !important;
512
+ width: 20px !important;
513
+ }
514
+
515
+ .sidebar-search .searchBox {
516
+ display: flex;
517
+ background-color: var(--gray_color);
518
+ flex: 1;
519
+ border-radius: 10px;
520
+ width: 100%;
521
+ position: relative;
522
+ }
523
+
524
+ @media (max-width: 768px) {
525
+ .sidebar{
526
+ max-width: 100vw;
527
+ }
528
+ }
529
+ .profile .profile_image {
530
+ width: 200px !important;
531
+ height: 200px !important;
532
+ }
533
+
534
+ .statuss .status {
535
+ border-bottom: 2px solid #00a884;
536
+ }
537
+
538
+ .profile_name .statusField {
539
+ padding: 10px;
540
+ border: "3px solid";
541
+ }
542
+
543
+ .newGroup {
544
+ background-color: var(--gray_color);
545
+ height: 100vh;
546
+ position: absolute;
547
+ top: -41px !important;
548
+ left: -170px !important;
549
+ width: 30.5vw !important;
550
+ overflow-y: auto;
551
+ }
552
+
553
+ .mystatus span img {
554
+ height: 45px;
555
+ width: 46px;
556
+ border-radius: 20px;
557
+ }
558
+
559
+ .mystatus span {
560
+ /* width: 60px; */
561
+ padding-left: 16px;
562
+ }
563
+
564
+ .mystatus {
565
+ margin-top: 20px;
566
+ padding-bottom: 30px;
567
+ border-bottom: 1px solid rgb(175, 174, 174);
568
+ }
569
+
570
+ .profile_Container {
571
+ background-color: var(--iso_white);
572
+ height: 100vh;
573
+ position: absolute;
574
+ top: 0px;
575
+ left: 0px;
576
+ width: 30vw;
577
+ overflow-y: auto;
578
+ }
579
+
580
+ .newgroupSlider input,
581
+ .communitySlider input {
582
+ margin-top: 30px;
583
+ outline: none;
584
+ margin-left: 34px;
585
+ width: 85%;
586
+ border-top: none;
587
+ border-left: none;
588
+ border-right: none;
589
+ border-bottom: 1px solid lightgray;
590
+ padding-top: 2px;
591
+ }
592
+
593
+ .description {
594
+ height: 20vh;
595
+ margin-bottom: 10px;
596
+ }
597
+ .communitySlider input {
598
+ margin-top: 50px !important;
599
+ }
600
+
601
+ .profile_Container .messageChat {
602
+ left: 0px;
603
+ /* margin-top: 110px; */
604
+ /* margin-bottom: 10px; */
605
+ position: relative;
606
+ }
607
+
608
+ .profile_Container .messageChat .bg-white span {
609
+ padding: 10px;
610
+ background: #00a884;
611
+ border-radius: 50px;
612
+ }
613
+
614
+ .profile_Container .messageChat .bg-white {
615
+ padding-left: 15px;
616
+ }
617
+
618
+ .profile_Container .message span {
619
+ padding: 10px;
620
+ background: #00a884;
621
+ border-radius: 50px;
622
+ /* background: #00a884/; */
623
+ }
624
+
625
+ .profile_Container .message {
626
+ padding-left: 15px;
627
+ }
628
+
629
+ .profile_Div{
630
+ position: relative;
631
+ left: 0;
632
+ top: 0;
633
+ z-index: 999;
634
+ }
635
+
636
+ .profile_Contaner .profile_Div {
637
+ width: 100vw;
638
+ }
639
+
640
+ .profile_Div .profile_header {
641
+ height: 108px;
642
+ padding-left: 20px;
643
+ padding-top: 67px;
644
+ padding-right: 23px;
645
+ background-color: var(--profile-header);
646
+ display: flex;
647
+ width: 30vw;
648
+ color: white;
649
+ }
650
+
651
+ .profile_header .profile_arrowIcon {
652
+ cursor: pointer;
653
+ color: white;
654
+ }
655
+
656
+ .profile_header h {
657
+ color: white;
658
+ margin-left: 40px;
659
+ font-size: 18px;
660
+ }
661
+
662
+ .profile_Container .profile-avatar {
663
+ display: flex;
664
+ justify-content: center;
665
+ margin-top: 140px;
666
+ margin-bottom: 28px;
667
+ /* margin-top: 25px; */
668
+ position: relative;
669
+ }
670
+
671
+ .profile_Container .proAvatar {
672
+ animation: showMe 0.75s;
673
+ animation-iteration-count: 1;
674
+ }
675
+
676
+ .profile_Container {
677
+ animation: showMe 0.75s;
678
+ animation-iteration-count: 1;
679
+ position: relative;
680
+ }
681
+
682
+ .profile_Container .groupChat {
683
+ left: 0px;
684
+ margin-top: 110px;
685
+ margin-bottom: 10px;
686
+ position: relative;
687
+ border-bottom: 1px solid var(--border_color);
688
+ }
689
+
690
+ .profile_Container .groupChat div {
691
+ padding-left: 15px;
692
+ }
693
+ .profile_header_text{
694
+ font-size:18px;
695
+ margin-left:15px;
696
+
697
+ }
698
+
699
+ .profile_Container .groupChat div span {
700
+ padding: 10px;
701
+ background: #00a884;
702
+ border-radius: 50px;
703
+ }
704
+
705
+ .profile-avatar img,
706
+ .newCommunity input {
707
+ width: 200px;
708
+ height: 200px;
709
+ border-radius: 100px;
710
+ }
711
+
712
+ .newCommunity input {
713
+ border-radius: 55px !important;
714
+ background-color: rgba(84, 101, 111, 0.8) !important;
715
+ border: none !important;
716
+ }
717
+
718
+ .profile_Container .profile_name {
719
+ height: 100px;
720
+ /* background-color: var(--iso_white); */
721
+ background-color: var(--primary-white);
722
+ padding: 0px 0px 0px 28px;
723
+ line-height: 0.1px;
724
+ }
725
+
726
+ .profile_name p {
727
+ color: var(--profile-name);
728
+ font-size: 14px;
729
+ position: relative;
730
+ top: 10px;
731
+ padding-top: 10px;
732
+ }
733
+
734
+ /* ATBBeHwyQE8vRCGfvgJjj24kqnxP3891D213 */
735
+
736
+ .profile_name .user_input_text {
737
+ display: flex;
738
+ justify-content: space-between;
739
+ }
740
+
741
+ .profile_name div input {
742
+ border: none;
743
+ outline: none;
744
+ width: 100%;
745
+ background: none;
746
+ padding-top: 10px;
747
+ color: var(--black);
748
+ padding-right:15px
749
+ }
750
+
751
+ .profile_name div .emoji_Icon {
752
+ display: flex;
753
+ align-items: center;
754
+ position: relative;
755
+ top: 8px;
756
+ /* right: 25px; */
757
+ }
758
+
759
+ .profile_name div .edit_Icon {
760
+ position: relative;
761
+ /* right: 30px; */
762
+ top: 8px;
763
+ }
764
+
765
+ .profile_Container .profile_bio {
766
+ margin-left: 20px;
767
+ margin-right: 30px;
768
+ font-size: 14px;
769
+ line-height: 20px;
770
+ margin-top: 18px;
771
+ margin-bottom: 28px;
772
+ color: var(--chat-msg-text);
773
+ }
774
+
775
+ .profile_name div .userStatus_emoji {
776
+ display: flex;
777
+ position: relative;
778
+ top: 8px;
779
+ /* right: 50px; */
780
+ }
781
+
782
+ @keyframes showMe {
783
+ 0% {
784
+ transform: scale(0, 0);
785
+ }
786
+
787
+ 80% {
788
+ transform: scale(0, 0);
789
+ }
790
+
791
+ 100% {
792
+ transform: scale(1, 1);
793
+ }
794
+ }
795
+
796
+ .profile_Container .profile_body {
797
+ position: relative;
798
+ overflow-y: auto;
799
+ }
800
+
801
+ .profile_name .inputField {
802
+ border-bottom: 2px solid lightgray;
803
+ border-color: var(--profile-color);
804
+ }
805
+
806
+ @keyframes show {
807
+ 0% {
808
+ opacity: 0;
809
+ transform: translateY(-50px);
810
+ }
811
+
812
+ 30% {
813
+ opacity: 0;
814
+ transform: translateY(-50px);
815
+ }
816
+
817
+ 100% {
818
+ opacity: 1;
819
+ transform: translateY(0px);
820
+ }
821
+ }
822
+
823
+ .newCommunity {
824
+ margin-top: 30px;
825
+ display: flex;
826
+ justify-content: center;
827
+ }
828
+
829
+ .newCommunity img {
830
+ border-radius: 44px !important;
831
+ }
832
+
833
+ .chat_container{
834
+ height: calc(100vh);
835
+ overflow: scroll;
836
+ }
837
+ .profile__header__text{
838
+ margin-left: 2rem;
839
+ color:white
840
+ }
841
+
842
+ #allMessages{
843
+ padding: 0 15px;
844
+ overflow-y: auto;
845
+ overflow-x: hidden;
846
+ flex: 1 1;
847
+ position: relative;
848
+ }
849
+
850
+ .no_result_text{
851
+ text-align: center;
852
+ padding: 4.5rem 3rem;
853
+ color: var(--black);
854
+ }
855
+
856
+ .profile_picture_uploader{
857
+ display: none
858
+ }
859
+
860
+ .profile_pic_container:hover .profile_picture_uploader{
861
+ display: flex;
862
+ }
863
+
864
+ .custom_padding_left{
865
+ padding-left: 1rem;
866
+ }
867
+
868
+ .custom_padding_bottom{
869
+ padding-bottom: 1rem;
870
+ }
871
+
872
+ .custom_padding_top{
873
+ padding-top: 1rem;
874
+ }
875
+
876
+
877
+ .input_maxlength_checker {
878
+ margin-bottom: 0;
879
+ top: 0 !important;
880
+ padding-top: 0 !important;
881
+ margin-right: 10px;
882
+ }
883
+
884
+ .input_maxlength_status_checker{
885
+ padding-top: 0 !important;
886
+ margin-right: 5px;
887
+ }
888
+
889
+ .danger__text{
890
+ color: var(--danger) !important;
891
+ }
892
+
893
+ @media (max-width: 420px) {
894
+ .chat_container{
895
+ height: calc(100vh - 60px);
896
+ }
897
+ }
898
+ .sidebar-search {
899
+ position: sticky;
900
+ top: 0;
901
+ padding: 8px 10px;
902
+ max-height: 50px;
903
+ text-align: center;
904
+ background-color: var(--primary-white);
905
+ align-items: center;
906
+ }
907
+
908
+ .msg-search {
909
+ /* position: fixed;
910
+ z-index: 2; */
911
+ }
912
+
913
+ .sidebar-search .searchBox {
914
+ display: flex;
915
+ background-color:var(--gray_color);
916
+ flex: 1;
917
+ border-radius: 10px;
918
+ height: 35px;
919
+ position: relative;
920
+ }
921
+ .sidebar-search .searchBox .close_icon {
922
+ padding:2px;
923
+ vertical-align:-webkit-baseline-middle;
924
+
925
+
926
+ }
927
+
928
+
929
+ .sidebar_search-container svg {
930
+ color: #54656f;
931
+ margin-left: 12px;
932
+ margin-top: 6px;
933
+ }
934
+
935
+ .sidebar-input {
936
+ position: relative;
937
+ padding-left: 15px !important;
938
+ padding-right: 15px !important;
939
+ font-size: 15px;
940
+ border: none;
941
+ outline: none;
942
+ background: none;
943
+ width: 23vw;
944
+ }
945
+
946
+
947
+ .filterIcon {
948
+ margin-top: 15px;
949
+ margin-right:10px;
950
+ }
951
+
952
+ /*!
953
+ * Cropper.js v1.6.0
954
+ * https://fengyuanchen.github.io/cropperjs
955
+ *
956
+ * Copyright 2015-present Chen Fengyuan
957
+ * Released under the MIT license
958
+ *
959
+ * Date: 2023-08-26T08:14:25.104Z
960
+ */
961
+
962
+ .cropper-container {
963
+ direction: ltr;
964
+ font-size: 0;
965
+ line-height: 0;
966
+ position: relative;
967
+ -ms-touch-action: none;
968
+ touch-action: none;
969
+ -webkit-user-select: none;
970
+ -moz-user-select: none;
971
+ -ms-user-select: none;
972
+ user-select: none;
973
+ }
974
+
975
+ .cropper-container img {
976
+ backface-visibility: hidden;
977
+ display: block;
978
+ height: 100%;
979
+ image-orientation: 0deg;
980
+ max-height: none !important;
981
+ max-width: none !important;
982
+ min-height: 0 !important;
983
+ min-width: 0 !important;
984
+ width: 100%;
985
+ }
986
+
987
+ .cropper-wrap-box,
988
+ .cropper-canvas,
989
+ .cropper-drag-box,
990
+ .cropper-crop-box,
991
+ .cropper-modal {
992
+ bottom: 0;
993
+ left: 0;
994
+ position: absolute;
995
+ right: 0;
996
+ top: 0;
997
+ }
998
+
999
+ .cropper-wrap-box,
1000
+ .cropper-canvas {
1001
+ overflow: hidden;
1002
+ }
1003
+
1004
+ .cropper-drag-box {
1005
+ background-color: #fff;
1006
+ opacity: 0;
1007
+ }
1008
+
1009
+ .cropper-modal {
1010
+ background-color: #000;
1011
+ opacity: 0.5;
1012
+ }
1013
+
1014
+ .cropper-view-box {
1015
+ display: block;
1016
+ height: 100%;
1017
+ outline: 1px solid #39f;
1018
+ outline-color: rgba(51, 153, 255, 75%);
1019
+ overflow: hidden;
1020
+ width: 100%;
1021
+ }
1022
+
1023
+ .cropper-dashed {
1024
+ border: 0 dashed #eee;
1025
+ display: block;
1026
+ opacity: 0.5;
1027
+ position: absolute;
1028
+ }
1029
+
1030
+ .cropper-dashed.dashed-h {
1031
+ border-bottom-width: 1px;
1032
+ border-top-width: 1px;
1033
+ height: calc(100% / 3);
1034
+ left: 0;
1035
+ top: calc(100% / 3);
1036
+ width: 100%;
1037
+ }
1038
+
1039
+ .cropper-dashed.dashed-v {
1040
+ border-left-width: 1px;
1041
+ border-right-width: 1px;
1042
+ height: 100%;
1043
+ left: calc(100% / 3);
1044
+ top: 0;
1045
+ width: calc(100% / 3);
1046
+ }
1047
+
1048
+ .cropper-center {
1049
+ display: block;
1050
+ height: 0;
1051
+ left: 50%;
1052
+ opacity: 0.75;
1053
+ position: absolute;
1054
+ top: 50%;
1055
+ width: 0;
1056
+ }
1057
+
1058
+ .cropper-center::before,
1059
+ .cropper-center::after {
1060
+ background-color: #eee;
1061
+ content: " ";
1062
+ display: block;
1063
+ position: absolute;
1064
+ }
1065
+
1066
+ .cropper-center::before {
1067
+ height: 1px;
1068
+ left: -3px;
1069
+ top: 0;
1070
+ width: 7px;
1071
+ }
1072
+
1073
+ .cropper-center::after {
1074
+ height: 7px;
1075
+ left: 0;
1076
+ top: -3px;
1077
+ width: 1px;
1078
+ }
1079
+
1080
+ .cropper-face,
1081
+ .cropper-line,
1082
+ .cropper-point {
1083
+ display: block;
1084
+ height: 100%;
1085
+ opacity: 0.1;
1086
+ position: absolute;
1087
+ width: 100%;
1088
+ }
1089
+
1090
+ .cropper-face {
1091
+ background-color: #fff;
1092
+ left: 0;
1093
+ top: 0;
1094
+ }
1095
+
1096
+ .cropper-line {
1097
+ background-color: #39f;
1098
+ }
1099
+
1100
+ .cropper-line.line-e {
1101
+ cursor: ew-resize;
1102
+ right: -3px;
1103
+ top: 0;
1104
+ width: 5px;
1105
+ }
1106
+
1107
+ .cropper-line.line-n {
1108
+ cursor: ns-resize;
1109
+ height: 5px;
1110
+ left: 0;
1111
+ top: -3px;
1112
+ }
1113
+
1114
+ .cropper-line.line-w {
1115
+ cursor: ew-resize;
1116
+ left: -3px;
1117
+ top: 0;
1118
+ width: 5px;
1119
+ }
1120
+
1121
+ .cropper-line.line-s {
1122
+ bottom: -3px;
1123
+ cursor: ns-resize;
1124
+ height: 5px;
1125
+ left: 0;
1126
+ }
1127
+
1128
+ .cropper-point {
1129
+ background-color: #39f;
1130
+ height: 5px;
1131
+ opacity: 0.75;
1132
+ width: 5px;
1133
+ }
1134
+
1135
+ .cropper-point.point-e {
1136
+ cursor: ew-resize;
1137
+ margin-top: -3px;
1138
+ right: -3px;
1139
+ top: 50%;
1140
+ }
1141
+
1142
+ .cropper-point.point-n {
1143
+ cursor: ns-resize;
1144
+ left: 50%;
1145
+ margin-left: -3px;
1146
+ top: -3px;
1147
+ }
1148
+
1149
+ .cropper-point.point-w {
1150
+ cursor: ew-resize;
1151
+ left: -3px;
1152
+ margin-top: -3px;
1153
+ top: 50%;
1154
+ }
1155
+
1156
+ .cropper-point.point-s {
1157
+ bottom: -3px;
1158
+ cursor: s-resize;
1159
+ left: 50%;
1160
+ margin-left: -3px;
1161
+ }
1162
+
1163
+ .cropper-point.point-ne {
1164
+ cursor: nesw-resize;
1165
+ right: -3px;
1166
+ top: -3px;
1167
+ }
1168
+
1169
+ .cropper-point.point-nw {
1170
+ cursor: nwse-resize;
1171
+ left: -3px;
1172
+ top: -3px;
1173
+ }
1174
+
1175
+ .cropper-point.point-sw {
1176
+ bottom: -3px;
1177
+ cursor: nesw-resize;
1178
+ left: -3px;
1179
+ }
1180
+
1181
+ .cropper-point.point-se {
1182
+ bottom: -3px;
1183
+ cursor: nwse-resize;
1184
+ height: 20px;
1185
+ opacity: 1;
1186
+ right: -3px;
1187
+ width: 20px;
1188
+ }
1189
+
1190
+ @media (min-width: 768px) {
1191
+
1192
+ .cropper-point.point-se {
1193
+ height: 15px;
1194
+ width: 15px;
1195
+ }
1196
+ }
1197
+
1198
+ @media (min-width: 992px) {
1199
+
1200
+ .cropper-point.point-se {
1201
+ height: 10px;
1202
+ width: 10px;
1203
+ }
1204
+ }
1205
+
1206
+ @media (min-width: 1200px) {
1207
+
1208
+ .cropper-point.point-se {
1209
+ height: 5px;
1210
+ opacity: 0.75;
1211
+ width: 5px;
1212
+ }
1213
+ }
1214
+
1215
+ .cropper-point.point-se::before {
1216
+ background-color: #39f;
1217
+ bottom: -50%;
1218
+ content: " ";
1219
+ display: block;
1220
+ height: 200%;
1221
+ opacity: 0;
1222
+ position: absolute;
1223
+ right: -50%;
1224
+ width: 200%;
1225
+ }
1226
+
1227
+ .cropper-invisible {
1228
+ opacity: 0;
1229
+ }
1230
+
1231
+ .cropper-bg {
1232
+ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
1233
+ }
1234
+
1235
+ .cropper-hide {
1236
+ display: block;
1237
+ height: 0;
1238
+ position: absolute;
1239
+ width: 0;
1240
+ }
1241
+
1242
+ .cropper-hidden {
1243
+ display: none !important;
1244
+ }
1245
+
1246
+ .cropper-move {
1247
+ cursor: move;
1248
+ }
1249
+
1250
+ .cropper-crop {
1251
+ cursor: crosshair;
1252
+ }
1253
+
1254
+ .cropper-disabled .cropper-drag-box,
1255
+ .cropper-disabled .cropper-face,
1256
+ .cropper-disabled .cropper-line,
1257
+ .cropper-disabled .cropper-point {
1258
+ cursor: not-allowed;
1259
+ }
1260
+
1261
+ .chatbox_body {
1262
+ overflow-y: auto;
1263
+ padding: 30px;
1264
+ }
1265
+
1266
+ .chatbox_body .chat_message {
1267
+ padding: 6px 7px 8px 9px;
1268
+ background-color: var(--gray_color);
1269
+ font-size: 16px;
1270
+ width: fit-content;
1271
+ border-radius: 5px;
1272
+ margin-bottom: 2px;
1273
+ color:var(--black)
1274
+ }
1275
+
1276
+
1277
+ .chatbox_body .chat_message_recive {
1278
+ padding: 6px 7px 8px 9px;
1279
+ background-color: var(--gray_color);
1280
+ font-size: 16px;
1281
+ width: fit-content;
1282
+ border-radius: 5px;
1283
+ margin-bottom: 2px;
1284
+ color:var(--black)
1285
+ }
1286
+
1287
+ .chatbox_body .chat_message:hover{
1288
+ cursor: pointer;
1289
+ background-color:var(--chat_hover)
1290
+
1291
+ }
1292
+
1293
+ .chatbox_body .chat_message_recive:hover{
1294
+ cursor: pointer;
1295
+ background-color:var(--chat_hover)
1296
+
1297
+ }
1298
+
1299
+ .chatbox_body .chat_message:hover .arrow{
1300
+ display: block !important;
1301
+ }
1302
+
1303
+ .chatbox_body .chat_message_recive:hover .arrow{
1304
+ display: block !important;
1305
+ }
1306
+
1307
+ .css-tlc64q-MuiPaper-root-MuiDialog-paper{
1308
+ max-width: 315px !important;
1309
+ }
1310
+
1311
+ .chatbox_body .chatText:hover .emoji{
1312
+ display: block !important;
1313
+ }
1314
+
1315
+ .MuiDialog-container{
1316
+ justify-content: none !important;
1317
+ background-color: none !important;
1318
+ }
1319
+
1320
+ .chatbox_body .chatText .emoji{
1321
+ color:var(--icon_color);
1322
+ background-color: var(--contact-profile-bg);
1323
+ border-radius: 20px;
1324
+
1325
+ }
1326
+
1327
+ .emoji_header span{
1328
+ font-size: x-large;
1329
+ padding: 6px 5px 5px 6px;
1330
+ cursor: pointer;
1331
+ }
1332
+
1333
+ .emoji_header{
1334
+ /* transform: translateY(100px);
1335
+ transition: 0.2s; */
1336
+ }
1337
+
1338
+ .MuiPaper-root-MuiDialog-paper{
1339
+ background-color: none !important;
1340
+ }
1341
+
1342
+ .MuiDialog-paper{
1343
+ background-color: none !important;
1344
+ }
1345
+
1346
+ .chatbox_body .chat_message .arrow{
1347
+ position: absolute;
1348
+ left: 28px;
1349
+ top: -18px;
1350
+ background: var(--chat_hover);
1351
+ display: flex;
1352
+ align-content: end;
1353
+ text-align: end;
1354
+
1355
+ }
1356
+
1357
+ .chatbox_body .chat_message .emoji_gif{
1358
+ position: absolute;
1359
+ left: 35px;
1360
+ top: 15px;
1361
+ background: var(--chat_hover);
1362
+ display: flex;
1363
+ align-content: end;
1364
+ text-align: end;
1365
+ border-radius: 15px;
1366
+ /* width: 22px;
1367
+ height: 20px; */
1368
+ font-size: large;
1369
+ }
1370
+
1371
+ .chatbox_body .chat_message .emoji{
1372
+ position: absolute;
1373
+ left: 152px;
1374
+ top: 6px;
1375
+ /* background: var(--chat_hover); */
1376
+ display: flex;
1377
+ align-content: end;
1378
+ text-align: end;
1379
+
1380
+ }
1381
+
1382
+ .css-tlc64q-MuiPaper-root-MuiDialog-paper{
1383
+ background-color: none !important;
1384
+ }
1385
+
1386
+
1387
+
1388
+ .chat_name {
1389
+ position: absolute;
1390
+ top: -20px;
1391
+ font-weight: bolder;
1392
+ }
1393
+
1394
+ form .footerChat {
1395
+ display: flex;
1396
+ padding: 7px 16px;
1397
+ align-items: center;
1398
+ background-color:var(--gray_color);
1399
+ bottom: 0px;
1400
+ width: 100%;
1401
+ }
1402
+
1403
+ form .footer {
1404
+ width: 52%;
1405
+ position: relative;
1406
+ display: flex;
1407
+ padding-top: 8px 0px;
1408
+ align-items: center;
1409
+ background-color: #ebebeb;
1410
+ }
1411
+
1412
+ .css-yiavyu-MuiBackdrop-root-MuiDialog-backdrop{
1413
+ background-color: hsla(0,0%,100%,0.85) !important;
1414
+ }
1415
+
1416
+ .css-1t1j96h-MuiPaper-root-MuiDialog-paper{
1417
+ width:33% !important;
1418
+ }
1419
+
1420
+ .css-hz1bth-MuiDialog-container{
1421
+ padding:10px 0px 0px 0px ;
1422
+ }
1423
+
1424
+ /* font-size: 0.6875rem;
1425
+ position: relative;
1426
+ top: 13px;
1427
+ padding: 0px 4px;
1428
+ left: 2px;
1429
+ color: var(--chat_timing); */
1430
+ .chat_time {
1431
+ font-size: 0.6875rem;
1432
+ position: relative;
1433
+ top: 13px;
1434
+ padding: 0px 4px;
1435
+ left: 2px;
1436
+ color:var(--chat_timing)
1437
+ }
1438
+
1439
+ .chat_recive {
1440
+ margin-left: auto;
1441
+ background-color: var(--sender_chatbg) !important;
1442
+ }
1443
+
1444
+ .chat_recive .arrow{
1445
+ position: absolute;
1446
+ left: 28px;
1447
+ top: -18px;
1448
+ background: var(--sender_chatbg) !important;
1449
+ display: flex;
1450
+ align-content: end;
1451
+ text-align: end;
1452
+ }
1453
+
1454
+ /* .chat_recive :hover{
1455
+ cursor: pointer;
1456
+ background-color:var(--sender_chatbg)
1457
+
1458
+ } */
1459
+
1460
+ .chat_footer form {
1461
+ flex: 1;
1462
+ }
1463
+
1464
+ .chat_footer textarea {
1465
+ width: 100%;
1466
+ /* padding: 9px 11px 12px; */
1467
+ margin: 2px 5px;
1468
+ border: none;
1469
+ outline: none;
1470
+ border-radius: 5px;
1471
+ color: var(--black);
1472
+ background-color: var(--input_bg);
1473
+ margin-left: 10px;
1474
+ }
1475
+
1476
+
1477
+ .EmojiPickerReact {
1478
+ height:320px !important;
1479
+
1480
+ }
1481
+
1482
+ .EmojiPickerReact .epr-search-container input.epr-search{
1483
+ transition:unset !important;
1484
+ }
1485
+
1486
+
1487
+ .emoji-picker-react{
1488
+ position: absolute !important;
1489
+ }
1490
+
1491
+
1492
+ .mainChat {
1493
+ flex: 1;
1494
+ flex-direction: column;
1495
+ height: 100vh;
1496
+
1497
+ /* border-bottom: 1px solid; */
1498
+ }
1499
+
1500
+ .mainChatt {
1501
+ flex: 1;
1502
+ flex-direction: column;
1503
+ position: absolute;
1504
+ width: 40%;
1505
+ /* border-bottom: 1px solid; */
1506
+ }
1507
+
1508
+ .mainChat .chat_header {
1509
+ display: flex;
1510
+ align-items: center;
1511
+ border-bottom: 1px solid var(--border_color);
1512
+ padding: 10px 10px;
1513
+ flex: 1;
1514
+ background-color: var(--gray_color)
1515
+ }
1516
+
1517
+ .mainChatt .chat_Header {
1518
+ display: flex;
1519
+ background-color: var(--gray_color);
1520
+ align-items: center;
1521
+ border-bottom: 1px solid var(--border_color);
1522
+ padding: 10px 12px;
1523
+ flex: 1;
1524
+ /* height: 50px; */
1525
+ }
1526
+
1527
+ .chat_headerInfo {
1528
+ flex: 1;
1529
+ margin-left: 10px;
1530
+ max-width: 50%;
1531
+ }
1532
+
1533
+ .MuiDialog-container {
1534
+ display: flex !important;
1535
+ /* justify-content: flex-end !important */
1536
+ }
1537
+
1538
+ .chat_headerInfo p {
1539
+ color: var(--black);
1540
+ margin-bottom: 0px
1541
+ }
1542
+
1543
+ .chatbox_Bg {
1544
+ height: 100%;
1545
+
1546
+ }
1547
+
1548
+ .chatbox_Bg img {
1549
+ height: 100%;
1550
+ width: 100%
1551
+ }
1552
+
1553
+ .bg {
1554
+
1555
+ height: 100vh;
1556
+ text-align: center;
1557
+ display: block;
1558
+ /* border: 2px solid; */
1559
+ }
1560
+
1561
+ .bg div h1 {
1562
+ font-size: 32px;
1563
+ font-weight: 300px;
1564
+ color: var(--black);
1565
+ margin-top: 20px;
1566
+ }
1567
+
1568
+ .bg .text {
1569
+ font-size: 14px;
1570
+ font-weight: 400px;
1571
+ line-height: 20px;
1572
+ width: 33rem;
1573
+ }
1574
+
1575
+ .contactInfo {
1576
+ height: 100vh;
1577
+ width: 30vw;
1578
+ overflow-x: hidden;
1579
+ transition: 0.1s;
1580
+ z-index: 999;
1581
+ }
1582
+
1583
+ .isoChat .chatBox {
1584
+ background-repeat: no-repeat;
1585
+ background-size: cover;
1586
+ }
1587
+
1588
+
1589
+
1590
+ /* @media screen and (min-width: 1024px) and (max-width: 1300px) {
1591
+ .contactInfo {
1592
+ width: 70vw;
1593
+ }
1594
+ } */
1595
+
1596
+ .contact {
1597
+ height: 100vh;
1598
+ width: 0px;
1599
+ position: fixed;
1600
+ z-index: 1;
1601
+ top: 0;
1602
+ right: 0;
1603
+ overflow-x: hidden;
1604
+ transition: 0.1s;
1605
+ }
1606
+
1607
+ .mainChat .chatbox_Bg {
1608
+ background-color: #f0f2f5
1609
+ }
1610
+
1611
+ .chatbox_Bg .footer {
1612
+ font-size: 14px;
1613
+ margin-top: 60px
1614
+ }
1615
+
1616
+ .chat_header_right {
1617
+ display: flex;
1618
+ align-items: center;
1619
+ flex: 1 1;
1620
+ justify-content: flex-end;
1621
+ }
1622
+ @media (max-width: 768px) {
1623
+ .isoChat .chat_header {
1624
+ position: fixed;
1625
+ width: 100%;
1626
+ z-index: 9999;
1627
+ top: 0;
1628
+ }
1629
+ }
1630
+ @media (max-width: 420px) {
1631
+ .search_icon {
1632
+ margin: 0.8rem !important;
1633
+ }
1634
+ }
1635
+ .contact_profile .profile_image {
1636
+ display: flex;
1637
+ align-items: center;
1638
+ align-content: center;
1639
+ width: 200px !important;
1640
+ height: 200px !important;
1641
+ margin-top: 25px;
1642
+ }
1643
+
1644
+ .contact_container {
1645
+ max-width: 100%;
1646
+ background-color: var(--primary-white);
1647
+ overflow: auto;
1648
+ height: 100vh;
1649
+ right: 0px;
1650
+ top: 0px
1651
+ }
1652
+
1653
+ .contact_container .contact_header {
1654
+ position: sticky;
1655
+ top: 0;
1656
+ padding: 6px 12px;
1657
+ display: flex;
1658
+ align-items: center;
1659
+ background-color: var(--gray_color);
1660
+ /* height: 62px; */
1661
+ padding-left: 25px;
1662
+ border-left: 1px solid var(--border_color);
1663
+ width: 100%
1664
+ }
1665
+
1666
+ .contact_header p {
1667
+ color: var(--black)
1668
+ }
1669
+
1670
+
1671
+ .text p {
1672
+ display: flex;
1673
+ align-items: center;
1674
+ padding-top: 17px;
1675
+ padding-left: 20px;
1676
+ padding-right: 30px;
1677
+ }
1678
+
1679
+ .text p span {
1680
+ margin-left: 20px;
1681
+ font-size: 17px;
1682
+ position: relative;
1683
+ width: 100%;
1684
+ color: var(--black);
1685
+
1686
+ }
1687
+
1688
+
1689
+ p .btnn {
1690
+ color: var(--danger) !important
1691
+ }
1692
+
1693
+ .contact_container .contactp {
1694
+ position: relative;
1695
+ }
1696
+
1697
+ text {
1698
+ position: relative;
1699
+ }
1700
+
1701
+ .text p svg {
1702
+ height: 20px;
1703
+ }
1704
+
1705
+ .text p .svgg {
1706
+ color: var(--danger);
1707
+ height: 24px;
1708
+ width: 24px;
1709
+ position: relative;
1710
+
1711
+ }
1712
+
1713
+ .contact-container .text {
1714
+
1715
+ position: relative;
1716
+ }
1717
+
1718
+ div .contact_status {
1719
+ position: relative;
1720
+ }
1721
+
1722
+ div .contactsocialInfo {
1723
+ position: relative;
1724
+ }
1725
+
1726
+ .contact_container .textt {
1727
+ position: relative;
1728
+ }
1729
+
1730
+ .contact_status .bio {
1731
+ color: var(--black);
1732
+
1733
+ }
1734
+
1735
+ .contact_container .textt {
1736
+ background-color: var(--primary-white);
1737
+ padding-left: 15px;
1738
+ margin-top: 10px;
1739
+ position: relative;
1740
+ }
1741
+
1742
+ .contact_container .contactp {
1743
+ position: relative;
1744
+ }
1745
+
1746
+ .txt {
1747
+ font-size: 14px;
1748
+ padding-left: 42px !important;
1749
+ padding-top: 0px !important
1750
+ }
1751
+
1752
+ .dlttxt {
1753
+ padding-bottom: 17px;
1754
+ }
1755
+
1756
+ .showMe {
1757
+ position: relative;
1758
+ animation: contactPro 0.75s;
1759
+ animation-iteration-count: 1;
1760
+ }
1761
+
1762
+ .svgg .btnn {
1763
+ color: var(--danger) !important
1764
+ }
1765
+
1766
+
1767
+ @keyframes contactPro {
1768
+ 0% {
1769
+ opacity: 0;
1770
+ transform: translateY(100%);
1771
+ }
1772
+
1773
+ 30% {
1774
+ opacity: 0;
1775
+ transform: translateY(50%);
1776
+ }
1777
+
1778
+ 100% {
1779
+ opacity: 1;
1780
+ transform: translateY(0);
1781
+ }
1782
+ }
1783
+
1784
+ .contact_container .contact_header p {
1785
+ font-size: 16px;
1786
+ padding-top: 15px;
1787
+ padding-left: 30px;
1788
+ }
1789
+
1790
+ .contact_profile {
1791
+ position: sticky;
1792
+ top: 0;
1793
+ display: flex;
1794
+ justify-content: center;
1795
+ background-color: var(--primary-white);
1796
+ z-index: 2;
1797
+ }
1798
+
1799
+
1800
+
1801
+ .contact_name {
1802
+ display: flex;
1803
+ justify-content: center;
1804
+ background: var(--primary-white);
1805
+ padding-top: 15px;
1806
+ color: var(--black);
1807
+ }
1808
+
1809
+ .contact_name div {
1810
+ font-size: 24px;
1811
+ }
1812
+
1813
+ .contact_name div p {
1814
+ font-size: 16px;
1815
+ }
1816
+
1817
+ .contactsocialInfo {
1818
+ background-color: var(--primary-white);
1819
+ margin-top: 10px;
1820
+ padding: 17px 30px 17px 30px;
1821
+ display: flex;
1822
+ justify-content: space-between
1823
+ }
1824
+
1825
+ .viewProfile {
1826
+ padding: 5px 30px 5px 30px;
1827
+ color: var(--black);
1828
+ cursor: pointer;
1829
+ }
1830
+
1831
+ .contact_status {
1832
+ background-color: var(--primary-white);
1833
+ padding: 17px 30px 5px 30px;
1834
+ line-height: 0.8;
1835
+ margin-top: 10px
1836
+ }
1837
+
1838
+ div .searchmsg {
1839
+ padding: 72px 50px 72px 50px;
1840
+ font-size: 0.875rem;
1841
+ background-color: var(--primary-white);
1842
+
1843
+ }
1844
+
1845
+
1846
+ .mediaContainer {
1847
+
1848
+ max-width: 30vw;
1849
+ background-color: var(--contact-profile-bg);
1850
+ overflow: auto;
1851
+ height: 100vh;
1852
+ right: 0px;
1853
+ top: 0px
1854
+ }
1855
+
1856
+ .mediaContainer .media_header {
1857
+ position: fixed;
1858
+ display: flex;
1859
+ align-items: center;
1860
+ background-color: var(--gray_color);
1861
+ height: 62px;
1862
+ padding-left: 25px;
1863
+ border-left: 1px solid var(--border_color);
1864
+ width: 100%
1865
+ }
1866
+
1867
+ .media_header p {
1868
+
1869
+ color: var(--black)
1870
+ }
1871
+
1872
+ /* .media_Container{
1873
+ width: 30vw;
1874
+ } */
1875
+
1876
+ .media_header .keyboard {
1877
+ color: var(--contact-media-text);
1878
+ position: relative;
1879
+ top: 20px;
1880
+ left: 25px;
1881
+ }
1882
+
1883
+ .css-heg063-MuiTabs-flexContainer {
1884
+ justify-content: space-around !important;
1885
+ }
1886
+
1887
+ .media_header {
1888
+ background-color: var(--profile-header);
1889
+ }
1890
+
1891
+ .MuiTabs-flexContainer {
1892
+ background-color: var(--profile-header) !important;
1893
+
1894
+ }
1895
+
1896
+ .css-1h9z7r5-MuiButtonBase-root-MuiTab-root.Mui-selected {
1897
+ color: var(--contact-media-text) !important;
1898
+ }
1899
+
1900
+ .css-1160xiw-MuiPaper-root-MuiDrawer-paper {
1901
+ background-color: var(--primary-white) !important;
1902
+ }
1903
+
1904
+ .MuiTab-textColorPrimary {
1905
+ color: var(--contact-media-text) !important;
1906
+ }
1907
+
1908
+ .MuiBox-root {
1909
+ background-color: var(--primary-white) !important;
1910
+ }
1911
+
1912
+ .MuiTabs-indicator {
1913
+ background-color: var(--sender_chatbg) !important;
1914
+ }
1915
+
1916
+ .MuiPaper-root {
1917
+ box-shadow: none !important;
1918
+ }
1919
+
1920
+ .profile_image {
1921
+ cursor: pointer;
1922
+ }
1923
+
1924
+ .user_unblock {
1925
+ filter: invert(1);
1926
+ }