isometrik-chat 3.8.2-alpha → 3.8.2

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/build/index.css CHANGED
@@ -1,261 +1,261 @@
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;
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
259
  }
260
260
  .isoChat .user_Info {
261
261
  display: flex;
@@ -358,31 +358,31 @@
358
358
  overflow: auto;
359
359
  position: relative;
360
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
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
386
  }
387
387
  .sidebar_header {
388
388
  justify-content: space-between;
@@ -526,428 +526,428 @@
526
526
  max-width: 100vw;
527
527
  }
528
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
- }
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;
897
950
  }
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
951
 
952
952
  /*!
953
953
  * Cropper.js v1.6.0
@@ -1475,456 +1475,456 @@ padding:10px 0px 0px 0px ;
1475
1475
  border-radius: 5px;
1476
1476
  color: var(--black);
1477
1477
  background-color: var(--input_bg);
1478
- margin-left: 10px;
1479
- }
1480
-
1481
-
1482
- .EmojiPickerReact {
1483
- height:320px !important;
1484
-
1485
- }
1486
-
1487
- .EmojiPickerReact .epr-search-container input.epr-search{
1488
- transition:unset !important;
1489
- }
1490
-
1491
-
1492
- .emoji-picker-react{
1493
- position: absolute !important;
1494
- }
1495
-
1496
-
1497
- .mainChat {
1498
- flex: 1;
1499
- flex-direction: column;
1500
- height: 100%;
1501
- /* border-bottom: 1px solid; */
1502
- }
1503
-
1504
- .mainChatt {
1505
- flex: 1;
1506
- flex-direction: column;
1507
- position: absolute;
1508
- width: 40%;
1509
- /* border-bottom: 1px solid; */
1510
- }
1511
-
1512
- .mainChat .chat_header {
1513
- display: flex;
1514
- align-items: center;
1515
- border-bottom: 1px solid var(--border_color);
1516
- padding: 10px 10px;
1517
- flex: 1;
1518
- background-color: var(--gray_color)
1519
- }
1520
-
1521
- .mainChatt .chat_Header {
1522
- display: flex;
1523
- background-color: var(--gray_color);
1524
- align-items: center;
1525
- border-bottom: 1px solid var(--border_color);
1526
- padding: 10px 12px;
1527
- flex: 1;
1528
- /* height: 50px; */
1529
- }
1530
-
1531
- .chat_headerInfo {
1532
- flex: 1;
1533
- margin-left: 10px;
1534
- max-width: 50%;
1535
- }
1536
-
1537
- .MuiDialog-container {
1538
- display: flex !important;
1539
- /* justify-content: flex-end !important */
1540
- }
1541
-
1542
- .chat_headerInfo p {
1543
- color: var(--black);
1544
- margin-bottom: 0px
1545
- }
1546
-
1547
- .chatbox_Bg {
1548
- height: 100%;
1549
-
1550
- }
1551
-
1552
- .chatbox_Bg img {
1553
- height: 100%;
1554
- width: 100%
1555
- }
1556
-
1557
- .bg {
1558
-
1559
- height: 100vh;
1560
- text-align: center;
1561
- display: block;
1562
- /* border: 2px solid; */
1563
- }
1564
-
1565
- .bg div h1 {
1566
- font-size: 32px;
1567
- font-weight: 300px;
1568
- color: var(--black);
1569
- margin-top: 20px;
1570
- }
1571
-
1572
- .bg .text {
1573
- font-size: 14px;
1574
- font-weight: 400px;
1575
- line-height: 20px;
1576
- width: 33rem;
1577
- }
1578
-
1579
- .contactInfo {
1580
- height: 100vh;
1581
- width: 30vw;
1582
- overflow-x: hidden;
1583
- transition: 0.1s;
1584
- z-index: 999;
1585
- }
1586
-
1587
- .isoChat .chatBox {
1588
- background-repeat: no-repeat;
1589
- background-size: cover;
1590
- }
1591
-
1592
-
1593
-
1594
- /* @media screen and (min-width: 1024px) and (max-width: 1300px) {
1595
- .contactInfo {
1596
- width: 70vw;
1597
- }
1598
- } */
1599
-
1600
- .contact {
1601
- height: 100vh;
1602
- width: 0px;
1603
- position: fixed;
1604
- z-index: 1;
1605
- top: 0;
1606
- right: 0;
1607
- overflow-x: hidden;
1608
- transition: 0.1s;
1609
- }
1610
-
1611
- .mainChat .chatbox_Bg {
1612
- background-color: #f0f2f5
1613
- }
1614
-
1615
- .chatbox_Bg .footer {
1616
- font-size: 14px;
1617
- margin-top: 60px
1618
- }
1619
-
1620
- .chat_header_right {
1621
- display: flex;
1622
- align-items: center;
1623
- flex: 1 1;
1624
- justify-content: flex-end;
1625
- }
1626
- @media (max-width: 768px) {
1627
- .isoChat .chat_header {
1628
- position: fixed;
1629
- width: 100%;
1630
- z-index: 9999;
1631
- top: 0;
1632
- }
1633
- }
1634
- @media (max-width: 420px) {
1635
- .search_icon {
1636
- margin: 0.8rem !important;
1637
- }
1638
- }
1639
- .contact_profile .profile_image {
1640
- display: flex;
1641
- align-items: center;
1642
- align-content: center;
1643
- width: 200px !important;
1644
- height: 200px !important;
1645
- margin-top: 25px;
1646
- }
1647
-
1648
- .contact_container {
1649
- max-width: 100%;
1650
- background-color: var(--primary-white);
1651
- overflow: auto;
1652
- height: 100vh;
1653
- right: 0px;
1654
- top: 0px
1655
- }
1656
-
1657
- .contact_container .contact_header {
1658
- position: sticky;
1659
- top: 0;
1660
- padding: 6px 12px;
1661
- display: flex;
1662
- align-items: center;
1663
- background-color: var(--gray_color);
1664
- /* height: 62px; */
1665
- padding-left: 25px;
1666
- border-left: 1px solid var(--border_color);
1667
- width: 100%
1668
- }
1669
-
1670
- .contact_header p {
1671
- color: var(--black)
1672
- }
1673
-
1674
-
1675
- .text p {
1676
- display: flex;
1677
- align-items: center;
1678
- padding-top: 17px;
1679
- padding-left: 20px;
1680
- padding-right: 30px;
1681
- }
1682
-
1683
- .text p span {
1684
- margin-left: 20px;
1685
- font-size: 17px;
1686
- position: relative;
1687
- width: 100%;
1688
- color: var(--black);
1689
-
1690
- }
1691
-
1692
-
1693
- p .btnn {
1694
- color: var(--danger) !important
1695
- }
1696
-
1697
- .contact_container .contactp {
1698
- position: relative;
1699
- }
1700
-
1701
- text {
1702
- position: relative;
1703
- }
1704
-
1705
- .text p svg {
1706
- height: 20px;
1707
- }
1708
-
1709
- .text p .svgg {
1710
- color: var(--danger);
1711
- height: 24px;
1712
- width: 24px;
1713
- position: relative;
1714
-
1715
- }
1716
-
1717
- .contact-container .text {
1718
-
1719
- position: relative;
1720
- }
1721
-
1722
- div .contact_status {
1723
- position: relative;
1724
- }
1725
-
1726
- div .contactsocialInfo {
1727
- position: relative;
1728
- }
1729
-
1730
- .contact_container .textt {
1731
- position: relative;
1732
- }
1733
-
1734
- .contact_status .bio {
1735
- color: var(--black);
1736
-
1737
- }
1738
-
1739
- .contact_container .textt {
1740
- background-color: var(--primary-white);
1741
- padding-left: 15px;
1742
- margin-top: 10px;
1743
- position: relative;
1744
- }
1745
-
1746
- .contact_container .contactp {
1747
- position: relative;
1748
- }
1749
-
1750
- .txt {
1751
- font-size: 14px;
1752
- padding-left: 42px !important;
1753
- padding-top: 0px !important
1754
- }
1755
-
1756
- .dlttxt {
1757
- padding-bottom: 17px;
1758
- }
1759
-
1760
- .showMe {
1761
- position: relative;
1762
- animation: contactPro 0.75s;
1763
- animation-iteration-count: 1;
1764
- }
1765
-
1766
- .svgg .btnn {
1767
- color: var(--danger) !important
1478
+ margin-left: 10px;
1768
1479
  }
1769
1480
 
1770
1481
 
1771
- @keyframes contactPro {
1772
- 0% {
1773
- opacity: 0;
1774
- transform: translateY(100%);
1775
- }
1776
-
1777
- 30% {
1778
- opacity: 0;
1779
- transform: translateY(50%);
1780
- }
1781
-
1782
- 100% {
1783
- opacity: 1;
1784
- transform: translateY(0);
1785
- }
1786
- }
1482
+ .EmojiPickerReact {
1483
+ height:320px !important;
1787
1484
 
1788
- .contact_container .contact_header p {
1789
- font-size: 16px;
1790
- padding-top: 15px;
1791
- padding-left: 30px;
1792
1485
  }
1793
1486
 
1794
- .contact_profile {
1795
- position: sticky;
1796
- top: 0;
1797
- display: flex;
1798
- justify-content: center;
1799
- background-color: var(--primary-white);
1800
- z-index: 2;
1487
+ .EmojiPickerReact .epr-search-container input.epr-search{
1488
+ transition:unset !important;
1801
1489
  }
1802
1490
 
1803
1491
 
1804
-
1805
- .contact_name {
1806
- display: flex;
1807
- justify-content: center;
1808
- background: var(--primary-white);
1809
- padding-top: 15px;
1810
- color: var(--black);
1492
+ .emoji-picker-react{
1493
+ position: absolute !important;
1811
1494
  }
1812
1495
 
1813
- .contact_name div {
1814
- font-size: 24px;
1496
+
1497
+ .mainChat {
1498
+ flex: 1;
1499
+ flex-direction: column;
1500
+ height: 100%;
1501
+ /* border-bottom: 1px solid; */
1815
1502
  }
1816
1503
 
1817
- .contact_name div p {
1818
- font-size: 16px;
1504
+ .mainChatt {
1505
+ flex: 1;
1506
+ flex-direction: column;
1507
+ position: absolute;
1508
+ width: 40%;
1509
+ /* border-bottom: 1px solid; */
1819
1510
  }
1820
1511
 
1821
- .contactsocialInfo {
1822
- background-color: var(--primary-white);
1823
- margin-top: 10px;
1824
- padding: 17px 30px 17px 30px;
1512
+ .mainChat .chat_header {
1825
1513
  display: flex;
1826
- justify-content: space-between
1514
+ align-items: center;
1515
+ border-bottom: 1px solid var(--border_color);
1516
+ padding: 10px 10px;
1517
+ flex: 1;
1518
+ background-color: var(--gray_color)
1827
1519
  }
1828
1520
 
1829
- .viewProfile {
1830
- padding: 5px 30px 5px 30px;
1831
- color: var(--black);
1832
- cursor: pointer;
1521
+ .mainChatt .chat_Header {
1522
+ display: flex;
1523
+ background-color: var(--gray_color);
1524
+ align-items: center;
1525
+ border-bottom: 1px solid var(--border_color);
1526
+ padding: 10px 12px;
1527
+ flex: 1;
1528
+ /* height: 50px; */
1833
1529
  }
1834
1530
 
1835
- .contact_status {
1836
- background-color: var(--primary-white);
1837
- padding: 17px 30px 5px 30px;
1838
- line-height: 0.8;
1839
- margin-top: 10px
1531
+ .chat_headerInfo {
1532
+ flex: 1;
1533
+ margin-left: 10px;
1534
+ max-width: 50%;
1840
1535
  }
1841
1536
 
1842
- div .searchmsg {
1843
- padding: 72px 50px 72px 50px;
1844
- font-size: 0.875rem;
1845
- background-color: var(--primary-white);
1846
-
1537
+ .MuiDialog-container {
1538
+ display: flex !important;
1539
+ /* justify-content: flex-end !important */
1847
1540
  }
1848
1541
 
1542
+ .chat_headerInfo p {
1543
+ color: var(--black);
1544
+ margin-bottom: 0px
1545
+ }
1849
1546
 
1850
- .mediaContainer {
1547
+ .chatbox_Bg {
1548
+ height: 100%;
1851
1549
 
1852
- max-width: 30vw;
1853
- background-color: var(--contact-profile-bg);
1854
- overflow: auto;
1855
- height: 100vh;
1856
- right: 0px;
1857
- top: 0px
1858
1550
  }
1859
1551
 
1860
- .mediaContainer .media_header {
1861
- position: fixed;
1862
- display: flex;
1863
- align-items: center;
1864
- background-color: var(--gray_color);
1865
- height: 62px;
1866
- padding-left: 25px;
1867
- border-left: 1px solid var(--border_color);
1552
+ .chatbox_Bg img {
1553
+ height: 100%;
1868
1554
  width: 100%
1869
1555
  }
1870
1556
 
1871
- .media_header p {
1557
+ .bg {
1872
1558
 
1873
- color: var(--black)
1559
+ height: 100vh;
1560
+ text-align: center;
1561
+ display: block;
1562
+ /* border: 2px solid; */
1874
1563
  }
1875
1564
 
1876
- /* .media_Container{
1877
- width: 30vw;
1878
- } */
1879
-
1880
- .media_header .keyboard {
1881
- color: var(--contact-media-text);
1882
- position: relative;
1883
- top: 20px;
1884
- left: 25px;
1565
+ .bg div h1 {
1566
+ font-size: 32px;
1567
+ font-weight: 300px;
1568
+ color: var(--black);
1569
+ margin-top: 20px;
1885
1570
  }
1886
1571
 
1887
- .css-heg063-MuiTabs-flexContainer {
1888
- justify-content: space-around !important;
1572
+ .bg .text {
1573
+ font-size: 14px;
1574
+ font-weight: 400px;
1575
+ line-height: 20px;
1576
+ width: 33rem;
1889
1577
  }
1890
1578
 
1891
- .media_header {
1892
- background-color: var(--profile-header);
1579
+ .contactInfo {
1580
+ height: 100vh;
1581
+ width: 30vw;
1582
+ overflow-x: hidden;
1583
+ transition: 0.1s;
1584
+ z-index: 999;
1893
1585
  }
1894
1586
 
1895
- .MuiTabs-flexContainer {
1896
- background-color: var(--profile-header) !important;
1897
-
1587
+ .isoChat .chatBox {
1588
+ background-repeat: no-repeat;
1589
+ background-size: cover;
1898
1590
  }
1899
1591
 
1900
- .css-1h9z7r5-MuiButtonBase-root-MuiTab-root.Mui-selected {
1901
- color: var(--contact-media-text) !important;
1902
- }
1903
1592
 
1904
- .css-1160xiw-MuiPaper-root-MuiDrawer-paper {
1905
- background-color: var(--primary-white) !important;
1906
- }
1907
1593
 
1908
- .MuiTab-textColorPrimary {
1909
- color: var(--contact-media-text) !important;
1910
- }
1594
+ /* @media screen and (min-width: 1024px) and (max-width: 1300px) {
1595
+ .contactInfo {
1596
+ width: 70vw;
1597
+ }
1598
+ } */
1911
1599
 
1912
- .MuiBox-root {
1913
- background-color: var(--primary-white) !important;
1600
+ .contact {
1601
+ height: 100vh;
1602
+ width: 0px;
1603
+ position: fixed;
1604
+ z-index: 1;
1605
+ top: 0;
1606
+ right: 0;
1607
+ overflow-x: hidden;
1608
+ transition: 0.1s;
1914
1609
  }
1915
1610
 
1916
- .MuiTabs-indicator {
1917
- background-color: var(--sender_chatbg) !important;
1611
+ .mainChat .chatbox_Bg {
1612
+ background-color: #f0f2f5
1918
1613
  }
1919
1614
 
1920
- .MuiPaper-root {
1921
- box-shadow: none !important;
1615
+ .chatbox_Bg .footer {
1616
+ font-size: 14px;
1617
+ margin-top: 60px
1922
1618
  }
1923
1619
 
1924
- .profile_image {
1925
- cursor: pointer;
1620
+ .chat_header_right {
1621
+ display: flex;
1622
+ align-items: center;
1623
+ flex: 1 1;
1624
+ justify-content: flex-end;
1926
1625
  }
1927
-
1928
- .user_unblock {
1929
- filter: invert(1);
1626
+ @media (max-width: 768px) {
1627
+ .isoChat .chat_header {
1628
+ position: fixed;
1629
+ width: 100%;
1630
+ z-index: 9999;
1631
+ top: 0;
1632
+ }
1633
+ }
1634
+ @media (max-width: 420px) {
1635
+ .search_icon {
1636
+ margin: 0.8rem !important;
1637
+ }
1638
+ }
1639
+ .contact_profile .profile_image {
1640
+ display: flex;
1641
+ align-items: center;
1642
+ align-content: center;
1643
+ width: 200px !important;
1644
+ height: 200px !important;
1645
+ margin-top: 25px;
1646
+ }
1647
+
1648
+ .contact_container {
1649
+ max-width: 100%;
1650
+ background-color: var(--primary-white);
1651
+ overflow: auto;
1652
+ height: 100vh;
1653
+ right: 0px;
1654
+ top: 0px
1655
+ }
1656
+
1657
+ .contact_container .contact_header {
1658
+ position: sticky;
1659
+ top: 0;
1660
+ padding: 6px 12px;
1661
+ display: flex;
1662
+ align-items: center;
1663
+ background-color: var(--gray_color);
1664
+ /* height: 62px; */
1665
+ padding-left: 25px;
1666
+ border-left: 1px solid var(--border_color);
1667
+ width: 100%
1668
+ }
1669
+
1670
+ .contact_header p {
1671
+ color: var(--black)
1672
+ }
1673
+
1674
+
1675
+ .text p {
1676
+ display: flex;
1677
+ align-items: center;
1678
+ padding-top: 17px;
1679
+ padding-left: 20px;
1680
+ padding-right: 30px;
1681
+ }
1682
+
1683
+ .text p span {
1684
+ margin-left: 20px;
1685
+ font-size: 17px;
1686
+ position: relative;
1687
+ width: 100%;
1688
+ color: var(--black);
1689
+
1690
+ }
1691
+
1692
+
1693
+ p .btnn {
1694
+ color: var(--danger) !important
1695
+ }
1696
+
1697
+ .contact_container .contactp {
1698
+ position: relative;
1699
+ }
1700
+
1701
+ text {
1702
+ position: relative;
1703
+ }
1704
+
1705
+ .text p svg {
1706
+ height: 20px;
1707
+ }
1708
+
1709
+ .text p .svgg {
1710
+ color: var(--danger);
1711
+ height: 24px;
1712
+ width: 24px;
1713
+ position: relative;
1714
+
1715
+ }
1716
+
1717
+ .contact-container .text {
1718
+
1719
+ position: relative;
1720
+ }
1721
+
1722
+ div .contact_status {
1723
+ position: relative;
1724
+ }
1725
+
1726
+ div .contactsocialInfo {
1727
+ position: relative;
1728
+ }
1729
+
1730
+ .contact_container .textt {
1731
+ position: relative;
1732
+ }
1733
+
1734
+ .contact_status .bio {
1735
+ color: var(--black);
1736
+
1737
+ }
1738
+
1739
+ .contact_container .textt {
1740
+ background-color: var(--primary-white);
1741
+ padding-left: 15px;
1742
+ margin-top: 10px;
1743
+ position: relative;
1744
+ }
1745
+
1746
+ .contact_container .contactp {
1747
+ position: relative;
1748
+ }
1749
+
1750
+ .txt {
1751
+ font-size: 14px;
1752
+ padding-left: 42px !important;
1753
+ padding-top: 0px !important
1754
+ }
1755
+
1756
+ .dlttxt {
1757
+ padding-bottom: 17px;
1758
+ }
1759
+
1760
+ .showMe {
1761
+ position: relative;
1762
+ animation: contactPro 0.75s;
1763
+ animation-iteration-count: 1;
1764
+ }
1765
+
1766
+ .svgg .btnn {
1767
+ color: var(--danger) !important
1768
+ }
1769
+
1770
+
1771
+ @keyframes contactPro {
1772
+ 0% {
1773
+ opacity: 0;
1774
+ transform: translateY(100%);
1775
+ }
1776
+
1777
+ 30% {
1778
+ opacity: 0;
1779
+ transform: translateY(50%);
1780
+ }
1781
+
1782
+ 100% {
1783
+ opacity: 1;
1784
+ transform: translateY(0);
1785
+ }
1786
+ }
1787
+
1788
+ .contact_container .contact_header p {
1789
+ font-size: 16px;
1790
+ padding-top: 15px;
1791
+ padding-left: 30px;
1792
+ }
1793
+
1794
+ .contact_profile {
1795
+ position: sticky;
1796
+ top: 0;
1797
+ display: flex;
1798
+ justify-content: center;
1799
+ background-color: var(--primary-white);
1800
+ z-index: 2;
1801
+ }
1802
+
1803
+
1804
+
1805
+ .contact_name {
1806
+ display: flex;
1807
+ justify-content: center;
1808
+ background: var(--primary-white);
1809
+ padding-top: 15px;
1810
+ color: var(--black);
1811
+ }
1812
+
1813
+ .contact_name div {
1814
+ font-size: 24px;
1815
+ }
1816
+
1817
+ .contact_name div p {
1818
+ font-size: 16px;
1819
+ }
1820
+
1821
+ .contactsocialInfo {
1822
+ background-color: var(--primary-white);
1823
+ margin-top: 10px;
1824
+ padding: 17px 30px 17px 30px;
1825
+ display: flex;
1826
+ justify-content: space-between
1827
+ }
1828
+
1829
+ .viewProfile {
1830
+ padding: 5px 30px 5px 30px;
1831
+ color: var(--black);
1832
+ cursor: pointer;
1833
+ }
1834
+
1835
+ .contact_status {
1836
+ background-color: var(--primary-white);
1837
+ padding: 17px 30px 5px 30px;
1838
+ line-height: 0.8;
1839
+ margin-top: 10px
1840
+ }
1841
+
1842
+ div .searchmsg {
1843
+ padding: 72px 50px 72px 50px;
1844
+ font-size: 0.875rem;
1845
+ background-color: var(--primary-white);
1846
+
1847
+ }
1848
+
1849
+
1850
+ .mediaContainer {
1851
+
1852
+ max-width: 30vw;
1853
+ background-color: var(--contact-profile-bg);
1854
+ overflow: auto;
1855
+ height: 100vh;
1856
+ right: 0px;
1857
+ top: 0px
1858
+ }
1859
+
1860
+ .mediaContainer .media_header {
1861
+ position: fixed;
1862
+ display: flex;
1863
+ align-items: center;
1864
+ background-color: var(--gray_color);
1865
+ height: 62px;
1866
+ padding-left: 25px;
1867
+ border-left: 1px solid var(--border_color);
1868
+ width: 100%
1869
+ }
1870
+
1871
+ .media_header p {
1872
+
1873
+ color: var(--black)
1874
+ }
1875
+
1876
+ /* .media_Container{
1877
+ width: 30vw;
1878
+ } */
1879
+
1880
+ .media_header .keyboard {
1881
+ color: var(--contact-media-text);
1882
+ position: relative;
1883
+ top: 20px;
1884
+ left: 25px;
1885
+ }
1886
+
1887
+ .css-heg063-MuiTabs-flexContainer {
1888
+ justify-content: space-around !important;
1889
+ }
1890
+
1891
+ .media_header {
1892
+ background-color: var(--profile-header);
1893
+ }
1894
+
1895
+ .MuiTabs-flexContainer {
1896
+ background-color: var(--profile-header) !important;
1897
+
1898
+ }
1899
+
1900
+ .css-1h9z7r5-MuiButtonBase-root-MuiTab-root.Mui-selected {
1901
+ color: var(--contact-media-text) !important;
1902
+ }
1903
+
1904
+ .css-1160xiw-MuiPaper-root-MuiDrawer-paper {
1905
+ background-color: var(--primary-white) !important;
1906
+ }
1907
+
1908
+ .MuiTab-textColorPrimary {
1909
+ color: var(--contact-media-text) !important;
1910
+ }
1911
+
1912
+ .MuiBox-root {
1913
+ background-color: var(--primary-white) !important;
1914
+ }
1915
+
1916
+ .MuiTabs-indicator {
1917
+ background-color: var(--sender_chatbg) !important;
1918
+ }
1919
+
1920
+ .MuiPaper-root {
1921
+ box-shadow: none !important;
1922
+ }
1923
+
1924
+ .profile_image {
1925
+ cursor: pointer;
1926
+ }
1927
+
1928
+ .user_unblock {
1929
+ filter: invert(1);
1930
1930
  }