@zimyo/engage 0.0.9 → 0.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. package/dist/main.cjs +153 -153
  2. package/dist/main.js +2974 -2971
  3. package/dist/style.css +1 -790
  4. package/package.json +1 -1
package/dist/style.css CHANGED
@@ -1,790 +1 @@
1
- .overlay {
2
- position: fixed;
3
- display: flex;
4
- width: 100%;
5
- height: 100%;
6
- top: 0;
7
- left: 0;
8
- right: 0;
9
- bottom: 0;
10
- cursor: pointer;
11
- align-items: center;
12
- justify-content: center;
13
- background-color: #fff;
14
- z-index: 999
15
- }
16
-
17
- .overlay-component {
18
- position: fixed;
19
- top: 50%;
20
- left: 50%;
21
- transform: translate(-50%, -50%);
22
- transform: -webkit-translate(-50%, -50%);
23
- transform: -moz-translate(-50%, -50%);
24
- transform: -ms-translate(-50%, -50%);
25
- background-color: #fff0;
26
- z-index: 999
27
- }
28
-
29
- .toggle-button-group {
30
- background: #f3f3f3;
31
- border-radius: 4px;
32
- padding: 0
33
- }
34
-
35
- .toggle-button-group>button {
36
- padding: 7px 20px !important;
37
- font-weight: 400;
38
- font-size: 14px;
39
- line-height: 18px;
40
- text-align: center;
41
- color: #615e69;
42
- border-radius: 4px !important;
43
- margin: 2px;
44
- border: none !important
45
- }
46
-
47
- ._select_search_9kc6n_1 input {
48
- font-size: 14px !important
49
- }
50
-
51
- ._one__icons__bottom_pr4cv_13>p {
52
- display: flex;
53
- align-items: center;
54
- font-weight: 400;
55
- font-size: 12px;
56
- color: #615e69
57
- }
58
-
59
- ._feedback__appreciation_pr4cv_34 {
60
- text-align: center
61
- }
62
-
63
- ._feedback__appreciation_pr4cv_34>h3 {
64
- font-style: normal;
65
- font-weight: 600;
66
- font-size: 14px;
67
- line-height: 17px;
68
- color: #172b4d
69
- }
70
-
71
- ._feedback__appreciation_pr4cv_34>p {
72
- word-break: break-all
73
- }
74
-
75
- ._icon__appriciate_pr4cv_80 {
76
- margin-right: 17px;
77
- align-items: center;
78
- display: flex;
79
- justify-content: center
80
- }
81
-
82
- ._box__appriciate_pr4cv_87 {
83
- display: flex
84
- }
85
-
86
- ._box__top_appriciate_pr4cv_91 {
87
- display: flex;
88
- width: 100%;
89
- align-items: center;
90
- justify-content: "center"
91
- }
92
-
93
- ._box__top_appriciate_pr4cv_91 h3 {
94
- padding: 0;
95
- margin: 0;
96
- font-size: 18px;
97
- line-height: 20px;
98
- font-weight: 600;
99
- cursor: pointer
100
- }
101
-
102
- ._box__top_appriciate_pr4cv_91 p {
103
- padding: 0;
104
- margin: 7px 0 0;
105
- font-size: 15px;
106
- color: #615e83;
107
- font: 600
108
- }
109
-
110
- ._summury__box_outline_pr4cv_115 {
111
- background: #fff;
112
- border: 1px solid #e8e8ea;
113
- border-radius: 4px;
114
- margin-bottom: 20px;
115
- padding: 25px 20px
116
- }
117
-
118
- ._schedule__employee_search_pr4cv_123 {
119
- display: flex;
120
- align-items: center;
121
- padding: 4px 8px;
122
- background: #fff;
123
- border-radius: 4px;
124
- font-weight: 600;
125
- font-size: 12px;
126
- color: #172b4d;
127
- margin-left: 8px
128
- }
129
-
130
- ._schedule__employee_pr4cv_123 {
131
- display: flex;
132
- align-items: center;
133
- padding: 4px 8px;
134
- background: #fff;
135
- border: 1px solid #E8E8EA;
136
- border-radius: 4px;
137
- font-weight: 600;
138
- font-size: 12px;
139
- color: #172b4d;
140
- margin-left: 8px
141
- }
142
-
143
- ._form_error_pr4cv_148 {
144
- display: flex;
145
- align-items: center;
146
- gap: .5rem;
147
- font-size: 14px;
148
- color: red;
149
- margin-top: 10px
150
- }
151
-
152
- ._form_error_pr4cv_148 p {
153
- margin: 0 !important
154
- }
155
-
156
- ._skill__btns_pr4cv_161 {
157
- display: inline-block;
158
- padding: 2px 6px;
159
- width: auto;
160
- height: 24px;
161
- background: #e6ecff;
162
- border-radius: 4px;
163
- font-weight: 400;
164
- font-size: 14px;
165
- line-height: 20px;
166
- word-break: break-all;
167
- color: #4c70ff
168
- }
169
-
170
- ._closeRatingicon_pr4cv_181 {
171
- color: #757575;
172
- margin-left: 10px;
173
- margin-top: 5px;
174
- cursor: pointer
175
- }
176
-
177
- ._footer__upload_assets_pr4cv_188 {
178
- opacity: .5 !important;
179
- padding-right: 15px
180
- }
181
-
182
- ._container_pr4cv_193 {
183
- overflow: auto;
184
- display: flex;
185
- flex-direction: column;
186
- gap: 1rem
187
- }
188
-
189
- ._choose_employee_container_pr4cv_200 {
190
- display: flex;
191
- align-items: center;
192
- gap: .5rem
193
- }
194
-
195
- ._badges_container_pr4cv_206 {
196
- gap: .5rem;
197
- display: flex;
198
- flex-direction: column
199
- }
200
-
201
- ._badges_container_title_pr4cv_213 {
202
- font-size: 14px;
203
- font-weight: 600
204
- }
205
-
206
- ._avatar_container_pr4cv_218 {
207
- display: flex;
208
- align-items: center;
209
- padding: 4px 8px;
210
- background: #fff;
211
- border: 1px solid #E8E8EA;
212
- border-radius: 4px;
213
- font-weight: 600;
214
- font-size: 12px;
215
- color: #172b4d;
216
- margin-left: 8px;
217
- gap: .5rem
218
- }
219
-
220
- ._active_badge_pr4cv_232 {
221
- border: 1px solid rgba(10, 122, 255, .2);
222
- border-radius: 8px
223
- }
224
-
225
- ._badge_card_pr4cv_237 {
226
- display: flex;
227
- flex-direction: row;
228
- align-items: center;
229
- padding: 8px;
230
- gap: 10px;
231
- width: 100%;
232
- background: #fff;
233
- border-radius: 8px
234
- }
235
-
236
- ._badge_card_pr4cv_237 h3 {
237
- font-style: normal;
238
- font-weight: 600;
239
- font-size: 14px;
240
- line-height: 17px;
241
- margin: 0 0 4px;
242
- padding: 0;
243
- color: #172b4d
244
- }
245
-
246
- ._badge_card_pr4cv_237 p {
247
- font-style: normal;
248
- font-weight: 400;
249
- font-size: 12px;
250
- line-height: 15px;
251
- margin: 0;
252
- padding: 0;
253
- display: flex;
254
- align-items: center;
255
- color: #a5a3a9
256
- }
257
-
258
- ._badge_card_pr4cv_237:hover {
259
- cursor: pointer
260
- }
261
-
262
- ._overview__container__bg_pr4cv_2 {
263
- width: 100% !important;
264
- overflow: scroll;
265
- font-style: normal;
266
- padding: 10px !important;
267
- background-color: #fafbfc;
268
- display: flex;
269
- flex-direction: column;
270
- gap: 1rem
271
- }
272
-
273
- ._feedback__rating_pr4cv_51 {
274
- display: block;
275
- padding: 12px;
276
- background: #fff;
277
- border: 1px solid #EBECF0;
278
- border-radius: 4px;
279
- margin-bottom: 20px
280
- }
281
-
282
- ._feedback__rating_pr4cv_51 h4 {
283
- font-weight: 600;
284
- font-size: 14px;
285
- line-height: 24px;
286
- display: flex;
287
- align-items: center;
288
- color: #172b4d;
289
- margin: 0;
290
- padding: 0
291
- }
292
-
293
- ._feedback__rating_pr4cv_51>p {
294
- font-style: normal;
295
- font-weight: 400;
296
- font-size: 14px;
297
- line-height: 19px;
298
- color: #172b4d;
299
- word-break: break-all
300
- }
301
-
302
- ._skill__btns_pr4cv_161 {
303
- display: inline-block;
304
- padding: 2px 6px;
305
- width: auto;
306
- height: 24px;
307
- background: #e6ecff;
308
- border-radius: 4px;
309
- font-weight: 400;
310
- font-size: 14px;
311
- line-height: 20px;
312
- color: #4c70ff
313
- }
314
-
315
- ._item__centerdirector_pr4cv_176 {
316
- display: flex;
317
- align-items: center
318
- }
319
-
320
- ._images__structure_pr4cv_345 {
321
- display: flex;
322
- flex-flow: wrap;
323
- column-gap: 20px;
324
- margin-top: 15px
325
- }
326
-
327
- ._images__structure_pr4cv_345 img {
328
- width: 100px;
329
- height: 100px;
330
- object-fit: cover;
331
- border: 1px solid #eee;
332
- background-color: #f2f2f2;
333
- margin-bottom: 20px
334
- }
335
-
336
- ._one__to__one__card_pr4cv_366 {
337
- display: block;
338
- padding: 12px;
339
- width: 100%;
340
- height: 78px;
341
- background: #fff;
342
- border: 1px solid #EBECF0;
343
- border-radius: 4px
344
- }
345
-
346
- ._one__to__one__card__top_pr4cv_376 {
347
- display: flex;
348
- justify-content: space-between;
349
- align-items: center
350
- }
351
-
352
- ._one__to__one__icon_pr4cv_382 {
353
- display: flex;
354
- flex-direction: row;
355
- align-items: flex-start;
356
- padding: 4px;
357
- width: 20px;
358
- height: 20px;
359
- background: #f6faff;
360
- border-radius: 20px;
361
- margin-right: 12px
362
- }
363
-
364
- ._one__to__one__icon_pr4cv_382>svg {
365
- color: #4c8bff;
366
- width: 12px;
367
- height: 12px
368
- }
369
-
370
- ._one__to__one__card__top_pr4cv_376 h3 {
371
- font-weight: 600;
372
- font-size: 16px;
373
- line-height: 24px;
374
- display: flex;
375
- align-items: center;
376
- color: #172b4d;
377
- margin: 0;
378
- padding: 0;
379
- word-break: break-all
380
- }
381
-
382
- ._one__to__one__card__top_pr4cv_376 h3 span {
383
- font-weight: 400;
384
- font-size: 14px;
385
- line-height: 22px;
386
- margin-left: 12px;
387
- display: flex;
388
- align-items: center;
389
- color: #fac800
390
- }
391
-
392
- ._face__to__face_pr4cv_423 {
393
- display: flex;
394
- flex-direction: row;
395
- justify-content: center;
396
- align-items: center;
397
- padding: 4px 8px;
398
- background: #fff;
399
- border: 1px solid #EBECF0;
400
- border-radius: 4px;
401
- font-weight: 400;
402
- font-size: 12px;
403
- line-height: 16px;
404
- color: #172b4d
405
- }
406
-
407
- ._one__icons__bottom_pr4cv_13 {
408
- display: flex;
409
- align-items: center;
410
- margin-left: 30px
411
- }
412
-
413
- ._one__icons__bottom_pr4cv_13>p {
414
- margin-right: 20px;
415
- display: flex;
416
- align-items: center;
417
- font-weight: 400;
418
- font-size: 12px;
419
- color: #615e69
420
- }
421
-
422
- ._one__icons__bottom_pr4cv_13>p>span {
423
- display: flex;
424
- align-items: center;
425
- justify-content: center
426
- }
427
-
428
- ._one__icons__bottom_pr4cv_13>p>span>svg {
429
- width: 14px;
430
- height: 14px;
431
- color: #615e69;
432
- margin-right: 10px
433
- }
434
-
435
- ._one__to__one__reschedule_pr4cv_466 {
436
- font-weight: 400;
437
- font-size: 14px;
438
- line-height: 18px;
439
- height: 20px !important;
440
- cursor: pointer;
441
- align-items: center;
442
- text-align: center;
443
- letter-spacing: .1px;
444
- color: #335aff !important
445
- }
446
-
447
- ._one__to__one__cancel_pr4cv_478 {
448
- font-weight: 400;
449
- font-size: 14px;
450
- line-height: 18px;
451
- height: 20px !important;
452
- cursor: pointer;
453
- align-items: center;
454
- text-align: center;
455
- letter-spacing: .1px;
456
- color: red !important
457
- }
458
-
459
- ._meeting__details_pr4cv_490 {
460
- padding: 30px
461
- }
462
-
463
- ._meeting__details__topbox_pr4cv_494 {
464
- clear: both
465
- }
466
-
467
- ._meeting__details__topbox_pr4cv_494 h3 {
468
- font-style: normal;
469
- font-weight: 600;
470
- font-size: 20px;
471
- line-height: 27px;
472
- color: #172b4d;
473
- padding: 0;
474
- margin: 0;
475
- display: flex;
476
- align-items: center
477
- }
478
-
479
- ._meeting__details__topbox_pr4cv_494 ._meeting-desc_pr4cv_510 {
480
- word-wrap: break-word
481
- }
482
-
483
- ._meeting__details__topbox_pr4cv_494 h3 span {
484
- font-style: normal;
485
- font-weight: 400;
486
- font-size: 14px;
487
- line-height: 22px;
488
- margin-left: 10px
489
- }
490
-
491
- ._meeting__details__topbox_pr4cv_494 p {
492
- font-style: normal;
493
- font-weight: 400;
494
- font-size: 12px;
495
- line-height: 16px;
496
- color: #a5a3a9
497
- }
498
-
499
- ._bottom_create_loaction_pr4cv_531 {
500
- display: flex
501
- }
502
-
503
- ._bottom_create_loaction_pr4cv_531>p {
504
- font-size: 12px;
505
- line-height: 22px;
506
- display: flex;
507
- align-items: center;
508
- color: #b3b3b3;
509
- padding-right: 10px;
510
- margin-right: 10px
511
- }
512
-
513
- ._bottom_create_loaction_pr4cv_531>p:not(:last-child) {
514
- border-right: 1px solid #B3B3B3
515
- }
516
-
517
- ._bottom_create_loaction_pr4cv_531>p>span {
518
- font-weight: 400;
519
- font-size: 14px;
520
- line-height: 22px;
521
- display: flex;
522
- align-items: center;
523
- color: #615e69;
524
- margin-left: 10px
525
- }
526
-
527
- ._date__time__box_pr4cv_560 {
528
- clear: auto;
529
- display: flex
530
- }
531
-
532
- ._date__time__box_pr4cv_560>p {
533
- display: flex;
534
- justify-content: center;
535
- align-items: center;
536
- padding: 6px 12px;
537
- height: 28px;
538
- background: #fff;
539
- border: 1px solid #EBECF0;
540
- border-radius: 4px;
541
- font-weight: 400;
542
- font-size: 12px;
543
- line-height: 16px;
544
- color: #615e69;
545
- margin-right: 24px
546
- }
547
-
548
- ._date__time__box_pr4cv_560>p>span>svg {
549
- color: #615e69;
550
- width: 14px;
551
- height: 14px;
552
- margin-right: 10px;
553
- float: left
554
- }
555
-
556
- ._connected__meeting_pr4cv_589 {
557
- display: flex;
558
- align-items: center;
559
- font-weight: 400;
560
- font-size: 14px;
561
- line-height: 19px;
562
- color: #615e69
563
- }
564
-
565
- ._connected__meeting_pr4cv_589>span {
566
- display: flex;
567
- align-items: center;
568
- justify-content: center
569
- }
570
-
571
- ._connected__meeting_pr4cv_589>span>svg {
572
- color: #615e69;
573
- width: 20px;
574
- height: 20px
575
- }
576
-
577
- ._connected__meeting_pr4cv_589 span {
578
- color: #172b4d;
579
- margin-left: 10px
580
- }
581
-
582
- ._remarks__meeting_pr4cv_615 {
583
- clear: both;
584
- padding: 12px;
585
- isolation: isolate;
586
- background: #fff;
587
- border: 1px solid #EBECF0;
588
- border-radius: 8px;
589
- margin-top: 30px
590
- }
591
-
592
- ._remarks__meeting_pr4cv_615 h4 {
593
- justify-content: space-between;
594
- font-weight: 600;
595
- font-size: 14px;
596
- line-height: 20px;
597
- display: flex;
598
- align-items: center;
599
- color: #172b4d;
600
- margin: 0 0 15px
601
- }
602
-
603
- ._remarks__meeting_pr4cv_615 h4 span {
604
- display: flex;
605
- flex-direction: row;
606
- justify-content: center;
607
- align-items: center;
608
- padding: 4px 8px;
609
- height: 20px;
610
- background: #fff;
611
- border: 1px solid #EBECF0;
612
- border-radius: 4px;
613
- font-weight: 400;
614
- font-size: 12px;
615
- line-height: 16px;
616
- color: #172b4d
617
- }
618
-
619
- ._remarks__meeting_pr4cv_615 p {
620
- font-weight: 400;
621
- font-size: 14px;
622
- line-height: 19px;
623
- color: #172b4d;
624
- margin: 0;
625
- padding: 0;
626
- word-break: break-all
627
- }
628
-
629
- ._previeww__color_pr4cv_316 {
630
- font-weight: 400;
631
- font-size: 14px;
632
- line-height: 100%;
633
- display: flex;
634
- align-items: center;
635
- color: #4c8bff;
636
- margin-top: 4px;
637
- cursor: pointer
638
- }
639
-
640
- ._comment__users__meeting_pr4cv_675 {
641
- display: flex;
642
- align-items: center;
643
- justify-content: flex-start;
644
- font-weight: 600;
645
- font-size: 16px;
646
- line-height: 21px;
647
- color: #172b4d;
648
- margin-top: 15px
649
- }
650
-
651
- ._comment__users__meeting_pr4cv_675>span {
652
- font-style: normal;
653
- font-weight: 400;
654
- font-size: 14px;
655
- line-height: 19px;
656
- margin-left: 6px;
657
- color: #afafaf
658
- }
659
-
660
- ._editor__remarks_pr4cv_695 {
661
- height: auto;
662
- background: #fff;
663
- border: 1px solid #A5A3A9;
664
- border-radius: 8px;
665
- margin-top: 30px;
666
- padding: 4px
667
- }
668
-
669
- ._editor__bottom_pr4cv_704 {
670
- display: flex;
671
- justify-content: space-between;
672
- padding: 15px
673
- }
674
-
675
- ._editor__bottom_pr4cv_704 span {
676
- float: left;
677
- cursor: pointer
678
- }
679
-
680
- ._editor__bottom_pr4cv_704 span>svg {
681
- opacity: .5
682
- }
683
-
684
- ._all__upload__images_pr4cv_719 {
685
- margin: 1rem 0rem;
686
- position: relative;
687
- box-shadow: #0000000d 0 1px 2px;
688
- width: 100px;
689
- height: 100px;
690
- border: 1px solid #333
691
- }
692
-
693
- ._all__upload__images_pr4cv_719>img {
694
- width: 100%;
695
- height: 100%
696
- }
697
-
698
- ._all__upload__images_pr4cv_719 button {
699
- cursor: pointer;
700
- padding: 0;
701
- background: #0000004d;
702
- box-shadow: #00000014 0 4px 12px;
703
- color: #fff;
704
- border: none;
705
- position: absolute;
706
- width: 24px;
707
- height: 24px;
708
- border-radius: 50px;
709
- right: -10px;
710
- top: -10px
711
- }
712
-
713
- ._pdfView__preview_pr4cv_748 {
714
- margin: 20px 0;
715
- position: relative;
716
- padding: 8px;
717
- width: 243px;
718
- height: auto;
719
- background: #fff;
720
- border: 1px solid #E8E8EA;
721
- border-radius: 4px;
722
- display: flex
723
- }
724
-
725
- ._pdfView__preview_pr4cv_748 p {
726
- font-weight: 400;
727
- font-size: 14px;
728
- line-height: 25px;
729
- display: flex;
730
- align-items: center;
731
- padding: 0;
732
- margin: 0;
733
- color: #262626
734
- }
735
-
736
- ._pdfView__preview_pr4cv_748 button {
737
- cursor: pointer;
738
- padding: 0;
739
- background: #0000004d;
740
- box-shadow: #00000014 0 4px 12px;
741
- color: #fff;
742
- border: none;
743
- position: absolute;
744
- width: 24px;
745
- height: 24px;
746
- border-radius: 50px;
747
- right: -10px;
748
- top: -10px
749
- }
750
-
751
- ._main__upload__box_pr4cv_787 {
752
- display: flex;
753
- flex-direction: row;
754
- flex-wrap: wrap;
755
- align-items: center;
756
- gap: 1rem;
757
- width: 100%
758
- }
759
-
760
- ._input-date_pr4cv_796 {
761
- height: 40px;
762
- padding: 10px;
763
- font-size: 14px;
764
- border: 1px solid #ccc;
765
- border-radius: 4px;
766
- box-sizing: border-box
767
- }
768
-
769
- ._custom-descriptions-title_17b5o_10 {
770
- font-weight: 600;
771
- font-size: 16px;
772
- line-height: 24px
773
- }
774
-
775
- ._custom-descriptions-item-label_17b5o_25 {
776
- font-weight: 400;
777
- font-size: 14px;
778
- line-height: 19px;
779
- letter-spacing: .02em;
780
- color: #4f4f4f
781
- }
782
-
783
- ._custom-descriptions-item-content_17b5o_34 {
784
- font-weight: 600;
785
- font-size: 14px;
786
- line-height: 24px;
787
- display: flex;
788
- align-items: center;
789
- color: #172b4d
790
- }
1
+ .overlay{position:fixed;display:flex;width:100%;height:100%;top:0;left:0;right:0;bottom:0;cursor:pointer;align-items:center;justify-content:center;background-color:#fff;z-index:999}.overlay-component{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);transform:-webkit-translate(-50%,-50%);transform:-moz-translate(-50%,-50%);transform:-ms-translate(-50%,-50%);background-color:#fff0;z-index:999}.toggle-button-group{background:#f3f3f3;border-radius:4px;padding:0}.toggle-button-group>button{padding:7px 20px!important;font-weight:400;font-size:14px;line-height:18px;text-align:center;color:#615e69;border-radius:4px!important;margin:2px;border:none!important}._select_search_9kc6n_1 input{font-size:14px!important}._one__icons__bottom_vzfh1_13>p{display:flex;align-items:center;font-weight:400;font-size:12px;color:#615e69}._feedback__appreciation_vzfh1_34{text-align:center}._feedback__appreciation_vzfh1_34>h3{font-style:normal;font-weight:600;font-size:14px;line-height:17px;color:#172b4d}._feedback__appreciation_vzfh1_34>p{word-break:break-all}._icon__appriciate_vzfh1_80{margin-right:17px;align-items:center;display:flex;justify-content:center}._box__appriciate_vzfh1_87{display:flex}._box__top_appriciate_vzfh1_91{display:flex;width:100%;align-items:center;justify-content:"center"}._box__top_appriciate_vzfh1_91 h3{padding:0;margin:0;font-size:18px;line-height:20px;font-weight:600;cursor:pointer}._box__top_appriciate_vzfh1_91 p{padding:0;margin:7px 0 0;font-size:15px;color:#615e83;font:600}._summury__box_outline_vzfh1_115{background:#fff;border:1px solid #e8e8ea;border-radius:4px;margin-bottom:20px;padding:25px 20px}._schedule__employee_search_vzfh1_123{display:flex;align-items:center;padding:4px 8px;background:#fff;border-radius:4px;font-weight:600;font-size:12px;color:#172b4d;margin-left:8px}._schedule__employee_vzfh1_123{display:flex;align-items:center;padding:4px 8px;background:#fff;border:1px solid #E8E8EA;border-radius:4px;font-weight:600;font-size:12px;color:#172b4d;margin-left:8px}._form_error_vzfh1_148{display:flex;align-items:center;gap:.5rem;font-size:14px;color:red;margin-top:10px}._form_error_vzfh1_148 p{margin:0!important}._skill__btns_vzfh1_161{display:inline-block;padding:2px 6px;width:auto;height:24px;background:#e6ecff;border-radius:4px;font-weight:400;font-size:14px;line-height:20px;word-break:break-all;color:#4c70ff}._closeRatingicon_vzfh1_181{color:#757575;margin-left:10px;margin-top:5px;cursor:pointer}._footer__upload_assets_vzfh1_188{opacity:.5!important;padding-right:15px}._container_vzfh1_193{overflow:auto;display:flex;flex-direction:column;gap:1rem}._choose_employee_container_vzfh1_200{display:flex;align-items:center;gap:.5rem}._badges_container_vzfh1_206{gap:.5rem;display:flex;flex-direction:column}._badges_container_title_vzfh1_213{font-size:14px;font-weight:600}._avatar_container_vzfh1_218{display:flex;align-items:center;padding:4px 8px;background:#fff;border:1px solid #E8E8EA;border-radius:4px;font-weight:600;font-size:12px;color:#172b4d;margin-left:8px;gap:.5rem}._active_badge_vzfh1_232{border:1px solid rgba(10,122,255,.2);border-radius:8px}._badge_card_vzfh1_237{display:flex;flex-direction:row;align-items:center;padding:8px;gap:10px;width:100%;background:#fff;border-radius:8px}._badge_card_vzfh1_237 h3{font-style:normal;font-weight:600;font-size:14px;line-height:17px;margin:0 0 4px;padding:0;color:#172b4d}._badge_card_vzfh1_237 p{font-style:normal;font-weight:400;font-size:12px;line-height:15px;margin:0;padding:0;display:flex;align-items:center;color:#a5a3a9}._badge_card_vzfh1_237:hover{cursor:pointer}._overview__container__bg_vzfh1_2{width:100%!important;overflow:scroll;font-style:normal;padding:10px!important;background-color:#fafbfc;display:flex;flex-direction:column;gap:1rem}._feedback__rating_vzfh1_51{display:block;padding:12px;background:#fff;border:1px solid #EBECF0;border-radius:4px;margin-bottom:20px}._feedback__rating_vzfh1_51 h4{font-weight:600;font-size:14px;line-height:24px;display:flex;align-items:center;color:#172b4d;margin:0;padding:0}._feedback__rating_vzfh1_51>p{font-style:normal;font-weight:400;font-size:14px;line-height:19px;color:#172b4d;word-break:break-all}._skill__btns_vzfh1_161{display:inline-block;padding:2px 6px;width:auto;height:24px;background:#e6ecff;border-radius:4px;font-weight:400;font-size:14px;line-height:20px;color:#4c70ff}._item__centerdirector_vzfh1_176{display:flex;align-items:center}._images__structure_vzfh1_345{display:flex;flex-flow:wrap;column-gap:20px;margin-top:15px}._images__structure_vzfh1_345 img{width:100px;height:100px;object-fit:cover;border:1px solid #eee;background-color:#f2f2f2;margin-bottom:20px}._one__to__one__card_vzfh1_366{display:block;padding:12px;width:100%;height:78px;background:#fff;border:1px solid #EBECF0;border-radius:4px}._one__to__one__card__top_vzfh1_376{display:flex;justify-content:space-between;align-items:center}._one__to__one__icon_vzfh1_382{display:flex;flex-direction:row;align-items:flex-start;padding:4px;width:20px;height:20px;background:#f6faff;border-radius:20px;margin-right:12px}._one__to__one__icon_vzfh1_382>svg{color:#4c8bff;width:12px;height:12px}._one__to__one__card__top_vzfh1_376 h3{font-weight:600;font-size:16px;line-height:24px;display:flex;align-items:center;color:#172b4d;margin:0;padding:0;word-break:break-all}._one__to__one__card__top_vzfh1_376 h3 span{font-weight:400;font-size:14px;line-height:22px;margin-left:12px;display:flex;align-items:center;color:#fac800}._face__to__face_vzfh1_423{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:4px 8px;background:#fff;border:1px solid #EBECF0;border-radius:4px;font-weight:400;font-size:12px;line-height:16px;color:#172b4d}._one__icons__bottom_vzfh1_13{display:flex;align-items:center;margin-left:30px}._one__icons__bottom_vzfh1_13>p{margin-right:20px;display:flex;align-items:center;font-weight:400;font-size:12px;color:#615e69}._one__icons__bottom_vzfh1_13>p>span{display:flex;align-items:center;justify-content:center}._one__icons__bottom_vzfh1_13>p>span>svg{width:14px;height:14px;color:#615e69;margin-right:10px}._one__to__one__reschedule_vzfh1_466{font-weight:400;font-size:14px;line-height:18px;height:20px!important;cursor:pointer;align-items:center;text-align:center;letter-spacing:.1px;color:#335aff!important}._one__to__one__cancel_vzfh1_478{font-weight:400;font-size:14px;line-height:18px;height:20px!important;cursor:pointer;align-items:center;text-align:center;letter-spacing:.1px;color:red!important}._meeting__details_vzfh1_490{padding:30px}._meeting__details__topbox_vzfh1_494{clear:both}._meeting__details__topbox_vzfh1_494 h3{font-style:normal;font-weight:600;font-size:20px;line-height:27px;color:#172b4d;padding:0;margin:0;display:flex;align-items:center}._meeting__details__topbox_vzfh1_494 ._meeting-desc_vzfh1_510{word-wrap:break-word}._meeting__details__topbox_vzfh1_494 h3 span{font-style:normal;font-weight:400;font-size:14px;line-height:22px;margin-left:10px}._meeting__details__topbox_vzfh1_494 p{font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:#a5a3a9}._bottom_create_loaction_vzfh1_531{display:flex}._bottom_create_loaction_vzfh1_531>p{font-size:12px;line-height:22px;display:flex;align-items:center;color:#b3b3b3;padding-right:10px;margin-right:10px}._bottom_create_loaction_vzfh1_531>p:not(:last-child){border-right:1px solid #B3B3B3}._bottom_create_loaction_vzfh1_531>p>span{font-weight:400;font-size:14px;line-height:22px;display:flex;align-items:center;color:#615e69;margin-left:10px}._date__time__box_vzfh1_560{clear:auto;display:flex}._date__time__box_vzfh1_560>p{display:flex;justify-content:center;align-items:center;padding:6px 12px;height:28px;background:#fff;border:1px solid #EBECF0;border-radius:4px;font-weight:400;font-size:12px;line-height:16px;color:#615e69;margin-right:24px}._date__time__box_vzfh1_560>p>span>svg{color:#615e69;width:14px;height:14px;margin-right:10px;float:left}._connected__meeting_vzfh1_589{display:flex;align-items:center;font-weight:400;font-size:14px;line-height:19px;color:#615e69}._connected__meeting_vzfh1_589>span{display:flex;align-items:center;justify-content:center}._connected__meeting_vzfh1_589>span>svg{color:#615e69;width:20px;height:20px}._connected__meeting_vzfh1_589 span{color:#172b4d;margin-left:10px}._remark__container_vzfh1_615{max-height:calc(100vh - 300px);overflow:auto;margin-top:30px;display:flex;gap:1rem;flex-direction:column}._remarks__meeting_vzfh1_624{clear:both;padding:12px;isolation:isolate;background:#fff;border:1px solid #EBECF0;border-radius:8px}._remarks__meeting_vzfh1_624 h4{justify-content:space-between;font-weight:600;font-size:14px;line-height:20px;display:flex;align-items:center;color:#172b4d;margin:0 0 15px}._remarks__meeting_vzfh1_624 h4 span{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:4px 8px;height:20px;background:#fff;border:1px solid #EBECF0;border-radius:4px;font-weight:400;font-size:12px;line-height:16px;color:#172b4d}._remarks__meeting_vzfh1_624 p{font-weight:400;font-size:14px;line-height:19px;color:#172b4d;margin:0;padding:0;word-break:break-all}._previeww__color_vzfh1_316{font-weight:400;font-size:14px;line-height:100%;display:flex;align-items:center;color:#4c8bff;margin-top:4px;cursor:pointer}._comment__users__meeting_vzfh1_682{display:flex;align-items:center;justify-content:flex-start;font-weight:600;font-size:16px;line-height:21px;color:#172b4d;margin-top:15px}._comment__users__meeting_vzfh1_682>span{font-style:normal;font-weight:400;font-size:14px;line-height:19px;margin-left:6px;color:#afafaf}._editor__remarks_vzfh1_702{height:auto;background:#fff;border:1px solid #A5A3A9;border-radius:8px;margin-top:30px;padding:4px}._editor__bottom_vzfh1_711{display:flex;justify-content:space-between;padding:15px}._editor__bottom_vzfh1_711 span{float:left;cursor:pointer}._editor__bottom_vzfh1_711 span>svg{opacity:.5}._all__upload__images_vzfh1_726{margin:1rem 0rem;position:relative;box-shadow:#0000000d 0 1px 2px;width:100px;height:100px;border:1px solid #333}._all__upload__images_vzfh1_726>img{width:100%;height:100%}._all__upload__images_vzfh1_726 button{cursor:pointer;padding:0;background:#0000004d;box-shadow:#00000014 0 4px 12px;color:#fff;border:none;position:absolute;width:24px;height:24px;border-radius:50px;right:-10px;top:-10px}._pdfView__preview_vzfh1_755{margin:20px 0;position:relative;padding:8px;width:243px;height:auto;background:#fff;border:1px solid #E8E8EA;border-radius:4px;display:flex}._pdfView__preview_vzfh1_755 p{font-weight:400;font-size:14px;line-height:25px;display:flex;align-items:center;padding:0;margin:0;color:#262626}._pdfView__preview_vzfh1_755 button{cursor:pointer;padding:0;background:#0000004d;box-shadow:#00000014 0 4px 12px;color:#fff;border:none;position:absolute;width:24px;height:24px;border-radius:50px;right:-10px;top:-10px}._main__upload__box_vzfh1_794{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:1rem;width:100%}._input-date_vzfh1_803{height:40px;padding:10px;font-size:14px;border:1px solid #ccc;border-radius:4px;box-sizing:border-box}._custom-descriptions-title_17b5o_10{font-weight:600;font-size:16px;line-height:24px}._custom-descriptions-item-label_17b5o_25{font-weight:400;font-size:14px;line-height:19px;letter-spacing:.02em;color:#4f4f4f}._custom-descriptions-item-content_17b5o_34{font-weight:600;font-size:14px;line-height:24px;display:flex;align-items:center;color:#172b4d}