@egovernments/digit-ui-health-css 0.0.12 → 0.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.css CHANGED
@@ -1,605 +1,4 @@
1
- .dss-switch-tabs {
2
- background: #fff;
3
- -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
4
- box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
5
- border-radius: 4px;
6
- margin-bottom: 3%;
7
- margin-right: 25px;
8
- overflow-x: auto; }
9
-
10
- .dss-header-label {
11
- font-weight: 600 !important;
12
- font-size: 22px !important;
13
- white-space: pre-line; }
14
-
15
- .recharts-brush-texts {
16
- font-size: 0; }
17
-
18
- .dss-switch-tab-wrapper {
19
- cursor: pointer;
20
- display: -webkit-box;
21
- display: -ms-flexbox;
22
- display: flex;
23
- -webkit-box-orient: horizontal;
24
- -webkit-box-direction: normal;
25
- -ms-flex-direction: row;
26
- flex-direction: row;
27
- height: 50px;
28
- -webkit-box-align: center;
29
- -ms-flex-align: center;
30
- align-items: center; }
31
-
32
- .dss-switch-tab-selected {
33
- border-bottom: 3px solid #f47738;
34
- font-weight: 500;
35
- font-size: 22px;
36
- color: #f47738;
37
- padding: 7px 20px; }
38
-
39
- .dss-switch-tab-selected, .dss-switch-tab-unselected {
40
- font-family: Roboto;
41
- font-style: normal;
42
- white-space: nowrap; }
43
-
44
- .dss-switch-tab-unselected {
45
- font-weight: 400;
46
- font-size: 19px;
47
- color: #505a5f;
48
- padding: 8px 20px; }
49
-
50
- .dss-pie-subheader, .dss-table-subheader {
51
- position: relative;
52
- top: -7px;
53
- font-size: 13px;
54
- font-weight: 400;
55
- color: #505a5f; }
56
-
57
- .recharts-legend-item {
58
- margin-bottom: 20px !important;
59
- white-space: pre; }
60
-
61
- .dss-white-pre {
62
- white-space: pre; }
63
-
64
- .dss-white-pre-line, .dss-white-pre-temp {
65
- white-space: pre-line; }
66
-
67
- .multi-select-dropdown-wrap .master .label p {
68
- white-space: pre; }
69
-
70
- .divToBeHidden {
71
- display: block; }
72
-
73
- .divWillGetHidden {
74
- display: none; }
75
-
76
- .dss-temp-white-pre {
77
- white-space: pre; }
78
-
79
- .dss-input-active-border {
80
- --border-opacity:1;
81
- border: 1px solid #f47738 !important;
82
- border-color: rgba(244, 119, 56, var(--border-opacity)); }
83
-
84
- .dss-card {
85
- display: -webkit-box;
86
- display: -ms-flexbox;
87
- display: flex;
88
- -ms-flex-wrap: wrap;
89
- flex-wrap: wrap; }
90
-
91
- .dss-card-parent {
92
- -webkit-box-orient: vertical;
93
- -webkit-box-direction: normal;
94
- -ms-flex-direction: column;
95
- flex-direction: column;
96
- width: 31%;
97
- border-radius: 6px;
98
- padding: 25px;
99
- margin: 15px 11.5px;
100
- -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
101
- box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); }
102
-
103
- .dss-card-body, .dss-card-parent {
104
- display: -webkit-box;
105
- display: -ms-flexbox;
106
- display: flex;
107
- cursor: pointer; }
108
-
109
- .dss-card-body {
110
- -ms-flex-wrap: wrap;
111
- flex-wrap: wrap; }
112
-
113
- .dss-card-body-stacked {
114
- display: block;
115
- cursor: pointer; }
116
-
117
- .dss-card-item {
118
- text-align: center;
119
- padding: 15px; }
120
-
121
- .dss-card-item-border {
122
- border-bottom: 1px solid #d6d5d4; }
123
-
124
- .dss-card-header {
125
- display: -webkit-box;
126
- display: -ms-flexbox;
127
- display: flex;
128
- margin-bottom: 30px;
129
- -webkit-box-align: center;
130
- -ms-flex-align: center;
131
- align-items: center; }
132
- .dss-card-header p {
133
- font-size: 24px;
134
- font-family: Roboto,sans-serif;
135
- font-weight: 500;
136
- color: #000; }
137
- .dss-card-header svg {
138
- width: 40px;
139
- height: 40px; }
140
-
141
- .dss-insight-card {
142
- margin: 10px 0; }
143
- .dss-insight-card p {
144
- font-family: Roboto,sans-serif; }
145
- .dss-insight-card .p1 {
146
- color: #505a5f;
147
- font-weight: 700; }
148
- .dss-insight-card .p1, .dss-insight-card .p3 {
149
- font-size: 16px; }
150
- .dss-insight-card .p3 {
151
- font-weight: 400;
152
- padding-bottom: 25px; }
153
- .dss-insight-card .p2 {
154
- font-size: 36px;
155
- font-weight: 700;
156
- color: #505a5f; }
157
- .dss-insight-card .color-green {
158
- color: #00703c; }
159
- .dss-insight-card .color-red {
160
- color: #d4351c; }
161
-
162
- .w-100 {
163
- width: 100%; }
164
-
165
- .dss-w-100 {
166
- width: 97%; }
167
-
168
- .h-100 {
169
- width: 100%;
170
- height: 100%; }
171
-
172
- .dss-h-100 {
173
- width: 97%;
174
- height: 100%; }
175
-
176
- .tab-rows {
177
- display: -webkit-box;
178
- display: -ms-flexbox;
179
- display: flex;
180
- -webkit-box-pack: justify;
181
- -ms-flex-pack: justify;
182
- justify-content: space-between;
183
- height: 30px;
184
- -webkit-box-align: center;
185
- -ms-flex-align: center;
186
- align-items: center;
187
- width: 60%;
188
- margin-left: 13%; }
189
-
190
- .tab-header {
191
- font-weight: 700;
192
- font-size: 16px;
193
- line-height: 19px;
194
- border-bottom: 1px solid #b1b4b6;
195
- color: #2a3340; }
196
-
197
- .map-status {
198
- position: relative;
199
- width: 33%;
200
- left: 50%;
201
- bottom: 130px; }
202
-
203
- .map-row {
204
- display: -webkit-box;
205
- display: -ms-flexbox;
206
- display: flex;
207
- -webkit-box-align: center;
208
- -ms-flex-align: center;
209
- align-items: center;
210
- margin-top: 5px; }
211
-
212
- .map-box {
213
- display: inline-block;
214
- height: 10px;
215
- width: 10px; }
216
-
217
- .map-text {
218
- margin-left: 5px;
219
- color: #636363;
220
- font-size: 14px; }
221
-
222
- .heatMap, .stackedTable {
223
- margin-top: 10px; }
224
-
225
- .heatMap, .stackedCard, .stackedTable {
226
- -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
227
- box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
228
- -webkit-box-flex: 1;
229
- -ms-flex: 1;
230
- flex: 1; }
231
-
232
- .stackedCard {
233
- margin-top: 30px; }
234
-
235
- .stacked-table-container {
236
- margin-top: 15px;
237
- height: 500px;
238
- overflow-y: auto; }
239
-
240
- .stacked-row {
241
- display: -webkit-box;
242
- display: -ms-flexbox;
243
- display: flex;
244
- -webkit-box-pack: space-evenly;
245
- -ms-flex-pack: space-evenly;
246
- justify-content: space-evenly;
247
- -webkit-box-align: baseline;
248
- -ms-flex-align: baseline;
249
- align-items: baseline;
250
- background-color: #fafafa;
251
- width: 99%;
252
- color: #505a5f;
253
- border-radius: 4px;
254
- border: 1px solid #d6d5d4;
255
- text-align: center;
256
- margin: 10px auto;
257
- padding: 20px; }
258
-
259
- .stacked-row-index {
260
- width: 20%;
261
- word-break: break-word;
262
- color: #505a5f;
263
- font-size: 24px;
264
- font-weight: 700;
265
- margin: auto 0 auto 30px;
266
- text-align: left; }
267
-
268
- .stacked-row-button {
269
- width: 15%;
270
- background: #fff;
271
- border-radius: 4px;
272
- text-align: center;
273
- padding: 10px 0;
274
- margin: auto;
275
- font-weight: 700;
276
- font-size: 16px; }
277
-
278
- .stacked-row-button:focus {
279
- outline: #f47738; }
280
-
281
- .stacked-abs-cell {
282
- width: 20%;
283
- text-align: center; }
284
-
285
- .stacked-abs-value {
286
- font-size: 24px;
287
- font-weight: 700;
288
- color: #505a5f; }
289
-
290
- .stacked-cell-sub-text {
291
- font-size: 16px;
292
- font-weight: 400;
293
- color: #505a5f !important;
294
- margin-left: auto;
295
- margin-right: auto; }
296
-
297
- .stacked-percentage-cell {
298
- width: 25%;
299
- -webkit-box-orient: vertical;
300
- -webkit-box-direction: normal;
301
- -ms-flex-direction: column;
302
- flex-direction: column;
303
- -webkit-box-pack: center;
304
- -ms-flex-pack: center;
305
- justify-content: center;
306
- margin-left: auto;
307
- margin-right: auto; }
308
-
309
- .stacked-percentage-cell, .stacked-progress-cell {
310
- display: -webkit-box;
311
- display: -ms-flexbox;
312
- display: flex;
313
- -webkit-box-align: center;
314
- -ms-flex-align: center;
315
- align-items: center; }
316
-
317
- .stacked-progress-cell {
318
- width: 170px;
319
- -webkit-box-pack: justify;
320
- -ms-flex-pack: justify;
321
- justify-content: space-between; }
322
-
323
- .stacked-percentage-value {
324
- width: 20%;
325
- font-size: 24px;
326
- font-weight: 700;
327
- margin: 0 30px 0 0;
328
- color: #505a5f; }
329
-
330
- .stacked-percentage-bar-grey {
331
- background-color: #d9d9d9;
332
- width: 75%;
333
- margin: 0 0 0 20px;
334
- border-radius: 20px;
335
- height: 8px; }
336
-
337
- .stacked-percentage-bar-progress {
338
- margin: 0;
339
- border-radius: 20px;
340
- height: 100%; }
341
-
342
- .banner-card {
343
- padding: 0;
344
- border: 1px solid #f47738;
345
- -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
346
- box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
347
- border-radius: 4px;
348
- -webkit-box-pack: justify;
349
- -ms-flex-pack: justify;
350
- justify-content: space-between;
351
- -ms-flex-wrap: wrap;
352
- flex-wrap: wrap; }
353
-
354
- .banner-card, .banner-table {
355
- display: -webkit-box;
356
- display: -ms-flexbox;
357
- display: flex; }
358
-
359
- .banner-table {
360
- -webkit-box-pack: center;
361
- -ms-flex-pack: center;
362
- justify-content: center;
363
- padding: 5px;
364
- margin: auto; }
365
-
366
- .banner-heading {
367
- display: -webkit-box;
368
- display: -ms-flexbox;
369
- display: flex;
370
- -webkit-box-orient: vertical;
371
- -webkit-box-direction: normal;
372
- -ms-flex-direction: column;
373
- flex-direction: column;
374
- margin-left: 20px; }
375
-
376
- .banner-main-heading {
377
- font-size: 22px;
378
- font-weight: 700;
379
- color: #0b0c0c; }
380
-
381
- .banner-sub-heading {
382
- font-size: 12px;
383
- color: #585858; }
384
-
385
- .banner-card-header {
386
- border-radius: 3px 0 0 3px;
387
- border: 1px solid #eee;
388
- background: #fafafa;
389
- display: -webkit-box;
390
- display: -ms-flexbox;
391
- display: flex;
392
- -webkit-box-align: center;
393
- -ms-flex-align: center;
394
- align-items: center;
395
- padding: 35px;
396
- width: 28%; }
397
-
398
- .banner-cell-sub-text {
399
- font-size: 16px;
400
- font-weight: 400;
401
- color: #585858;
402
- margin-left: auto;
403
- margin-right: auto;
404
- word-wrap: break-word; }
405
-
406
- .banner-value {
407
- font-size: 28px;
408
- font-weight: 700;
409
- color: #183e4a; }
410
-
411
- .parentDiv-progress {
412
- display: -webkit-box;
413
- display: -ms-flexbox;
414
- display: flex;
415
- -webkit-box-align: center;
416
- -ms-flex-align: center;
417
- align-items: center;
418
- min-width: 20%;
419
- margin: 0;
420
- padding-right: 1%; }
421
-
422
- .containerDiv-progress {
423
- background-color: #d6d5d4;
424
- border-radius: 25px;
425
- width: 70%;
426
- height: 14%;
427
- margin: auto; }
428
-
429
- @media (max-width: 1200px) {
430
- .parentDiv-progress {
431
- display: -webkit-box;
432
- display: -ms-flexbox;
433
- display: flex;
434
- -webkit-box-align: center;
435
- -ms-flex-align: center;
436
- align-items: center;
437
- min-width: 100%;
438
- padding: 10px 10px 10px 50px;
439
- margin: 0 auto; }
440
- .containerDiv-progress {
441
- background-color: #d6d5d4;
442
- border-radius: 25px;
443
- width: 80%;
444
- height: 20%; } }
445
-
446
- @media screen and (max-width: 768px) {
447
- .dss-switch-tabs {
448
- margin-right: 0;
449
- overflow-x: auto;
450
- overflow-y: hidden; }
451
- .dss-switch-tab-selected, .dss-switch-tab-unselected {
452
- font-size: 12px; }
453
- .dss-card-parent {
454
- width: 100%; }
455
- .stacked-table-container {
456
- margin-top: 15px;
457
- height: 500px;
458
- overflow-y: auto; }
459
- .stacked-row {
460
- display: -webkit-box;
461
- display: -ms-flexbox;
462
- display: flex;
463
- -webkit-box-pack: space-evenly;
464
- -ms-flex-pack: space-evenly;
465
- justify-content: space-evenly;
466
- -webkit-box-align: center;
467
- -ms-flex-align: center;
468
- align-items: center;
469
- background-color: #fafafa;
470
- width: 95%;
471
- color: #505a5f;
472
- border-radius: 4px;
473
- border: 1px solid #d6d5d4;
474
- text-align: center;
475
- margin: 10px auto;
476
- padding: 20px;
477
- -ms-flex-wrap: wrap;
478
- flex-wrap: wrap; }
479
- .stacked-row-index {
480
- word-break: break-word;
481
- color: #505a5f;
482
- font-size: 24px;
483
- margin: 0; }
484
- .stacked-row-button, .stacked-row-index {
485
- width: 100%;
486
- font-weight: 700;
487
- text-align: center; }
488
- .stacked-row-button {
489
- background: #fff;
490
- border-radius: 4px;
491
- padding: 10px 0;
492
- margin: 20px; }
493
- .stacked-abs-cell {
494
- width: 100%;
495
- text-align: center;
496
- -webkit-box-orient: horizontal;
497
- -webkit-box-direction: reverse;
498
- -ms-flex-direction: row-reverse;
499
- flex-direction: row-reverse;
500
- -webkit-box-pack: center;
501
- -ms-flex-pack: center;
502
- justify-content: center;
503
- display: -webkit-box;
504
- display: -ms-flexbox;
505
- display: flex;
506
- margin: 15px; }
507
- .stacked-abs-value {
508
- font-size: 24px;
509
- font-weight: 500;
510
- color: #505a5f !important;
511
- margin: 0 0 0 15px; }
512
- .stacked-cell-sub-text {
513
- font-size: 14px;
514
- font-weight: 200;
515
- color: #505a5f !important;
516
- margin-top: 7px; }
517
- .stacked-percentage-cell {
518
- width: 100%;
519
- -webkit-box-orient: vertical;
520
- -ms-flex-direction: column-reverse;
521
- flex-direction: column-reverse;
522
- -webkit-box-pack: center;
523
- -ms-flex-pack: center;
524
- justify-content: center;
525
- margin: 15px 0; }
526
- .stacked-percentage-cell, .stacked-progress-cell {
527
- display: -webkit-box;
528
- display: -ms-flexbox;
529
- display: flex;
530
- -webkit-box-direction: reverse;
531
- -webkit-box-align: center;
532
- -ms-flex-align: center;
533
- align-items: center; }
534
- .stacked-progress-cell {
535
- width: 200px;
536
- -webkit-box-pack: justify;
537
- -ms-flex-pack: justify;
538
- justify-content: space-between;
539
- -webkit-box-orient: horizontal;
540
- -ms-flex-direction: row-reverse;
541
- flex-direction: row-reverse;
542
- margin: 5px; }
543
- .stacked-percentage-value {
544
- width: 20%;
545
- font-size: 20px;
546
- font-weight: 700;
547
- margin: 0 10px;
548
- color: #505a5f !important; }
549
- .stacked-percentage-bar-grey {
550
- background-color: #d9d9d9;
551
- width: 75%;
552
- margin: 0 10px;
553
- border-radius: 20px;
554
- height: 8px; }
555
- .stacked-percentage-bar-orange {
556
- background-color: #f47738;
557
- margin: 0;
558
- border-radius: 20px;
559
- height: 100%;
560
- display: block; }
561
- .stackedCard {
562
- margin-top: 5px; }
563
- .employeeCard {
564
- margin-bottom: 20px; }
565
- .banner-cell {
566
- width: 100%;
567
- display: -webkit-box;
568
- display: -ms-flexbox;
569
- display: flex;
570
- -webkit-box-orient: vertical;
571
- -webkit-box-direction: reverse;
572
- -ms-flex-direction: column-reverse;
573
- flex-direction: column-reverse;
574
- -ms-flex-pack: distribute;
575
- justify-content: space-around;
576
- -webkit-box-align: center;
577
- -ms-flex-align: center;
578
- align-items: center; } }
579
-
580
- .horizontalBarChartLabel {
581
- font-size: 16px;
582
- color: #505a5f !important; }
583
-
584
- @media screen and (max-width: 1000px) {
585
- .banner-card-header {
586
- width: 100%; }
587
- .banner-table {
588
- width: auto;
589
- margin: auto; } }
590
-
591
- .customTable td {
592
- border-bottom: 0 solid #b1b4b6 !important; }
593
-
594
- .dss-table-wrapper table th .tooltip {
595
- min-width: 120px !important; }
596
-
597
- .filters-wrapper .switch-wrapper .radio-switch:checked ~ label {
598
- font-weight: 600; }
599
-
600
- .employee-app-wrapper {
601
- zoom: .8; }
602
-
1
+ @charset "UTF-8";
603
2
  /*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com*/
604
3
  /*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
605
4
  html {
@@ -1416,8 +815,8 @@ img, video {
1416
815
  position: absolute;
1417
816
  height: 1.5rem;
1418
817
  width: 1.5rem;
1419
- cursor: pointer;
1420
- opacity: 0; }
818
+ opacity: 0;
819
+ cursor: pointer; }
1421
820
  .radio-wrap .radio-btn-checkmark {
1422
821
  display: block;
1423
822
  height: 1.5rem;
@@ -1535,12 +934,14 @@ img, video {
1535
934
  display: contents; }
1536
935
  .employee-data-table .row h2 {
1537
936
  width: 30%;
1538
- font-weight: 700; }
937
+ font-weight: 500; }
1539
938
  .employee-data-table .row .value, .employee-data-table .row h2 {
1540
939
  font-size: 16px;
1541
940
  line-height: 24px; }
1542
941
  .employee-data-table .row .value {
1543
- width: 50%; }
942
+ white-space: break-spaces !important;
943
+ word-break: break-all;
944
+ width: 60%; }
1544
945
  .employee-data-table .row .value.status-row-radio div {
1545
946
  margin-right: 1rem;
1546
947
  width: 50%; }
@@ -1566,6 +967,10 @@ img, video {
1566
967
  float: left;
1567
968
  border-radius: 50%; }
1568
969
 
970
+ .employee-data-table.view-header .row {
971
+ display: grid;
972
+ grid-template-columns: 1fr 68%; }
973
+
1569
974
  .pt-citizen .data-table .row {
1570
975
  -webkit-box-pack: justify;
1571
976
  -ms-flex-pack: justify;
@@ -1574,7 +979,14 @@ img, video {
1574
979
  .table {
1575
980
  width: 100%;
1576
981
  --tw-bg-opacity:1;
1577
- background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); }
982
+ background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
983
+ border-radius: 4px 4px 0 0;
984
+ -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
985
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
986
+ border-left-width: 24px;
987
+ border-right-width: 24px;
988
+ border-left-color: #fff;
989
+ border-right-color: #fff; }
1578
990
  .table thead th {
1579
991
  padding: 20px 18px;
1580
992
  text-align: left;
@@ -1603,7 +1015,14 @@ img, video {
1603
1015
  background-color: rgba(255, 255, 255, var(--bg-opacity));
1604
1016
  border-top: 1px solid #d6d5d4;
1605
1017
  padding: 20px 40px 20px 0;
1606
- color: #505a5f; }
1018
+ color: #505a5f;
1019
+ border-radius: 0 0 4px 4px;
1020
+ -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
1021
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
1022
+ border-left-width: 24px;
1023
+ border-right-width: 24px;
1024
+ border-left-color: #fff;
1025
+ border-right-color: #fff; }
1607
1026
  .pagination svg {
1608
1027
  fill: #505a5f;
1609
1028
  margin-left: 16px; }
@@ -1619,7 +1038,7 @@ img, video {
1619
1038
  .customTable th {
1620
1039
  font-weight: 700; }
1621
1040
  .customTable td, .customTable th {
1622
- text-align: left;
1041
+ text-align: right;
1623
1042
  border-bottom: 1px solid #b1b4b6;
1624
1043
  padding: 15px 10px; }
1625
1044
  .customTable tr:nth-child(odd) {
@@ -1687,8 +1106,27 @@ img, video {
1687
1106
  .dss-table-wrapper table th .tooltip {
1688
1107
  min-width: 80px; }
1689
1108
  .dss-table-wrapper table tr td span {
1690
- white-space: pre;
1691
- min-width: 80px; }
1109
+ white-space: pre; }
1110
+ .dss-table-wrapper table tr td span .tooltip {
1111
+ position: relative;
1112
+ display: inline-block;
1113
+ margin-left: 16px; }
1114
+ .dss-table-wrapper table tr td span .tooltip .tooltiptext {
1115
+ visibility: hidden;
1116
+ background-color: #555;
1117
+ color: #fff;
1118
+ text-align: left;
1119
+ border-radius: 6px;
1120
+ padding: 5px;
1121
+ position: absolute;
1122
+ z-index: 1;
1123
+ bottom: 125%;
1124
+ left: 50%;
1125
+ margin-left: -60px;
1126
+ opacity: 0;
1127
+ -webkit-transition: opacity .3s;
1128
+ transition: opacity .3s;
1129
+ width: 30rem; }
1692
1130
 
1693
1131
  .reports-table {
1694
1132
  margin-top: 2rem; }
@@ -1703,15 +1141,14 @@ img, video {
1703
1141
  border-collapse: collapse;
1704
1142
  border: 1px solid #ddd; }
1705
1143
  .sub-work-table td, .sub-work-table th {
1706
- color: #0b0c0c;
1707
1144
  border: 1px solid #ddd;
1708
1145
  padding: 12px; }
1709
- .sub-work-table th, .sub-work-table tr:hover {
1710
- background-color: #efefef; }
1146
+ .sub-work-table td, .sub-work-table th {
1147
+ color: #0b0c0c; }
1711
1148
  .sub-work-table th {
1712
1149
  padding: 10px;
1713
1150
  text-align: center;
1714
- color: #0b0c0c; }
1151
+ background-color: #efefef; }
1715
1152
  .sub-work-table tr td span:hover {
1716
1153
  cursor: pointer; }
1717
1154
 
@@ -1754,7 +1191,7 @@ img, video {
1754
1191
  .table-wrapper .wage-seekers-table.week-table tbody tr:nth-child(2n) td[data-radio-selection=last-radio] {
1755
1192
  border: none;
1756
1193
  background-color: #eee; }
1757
- .table-wrapper .wage-seekers-table.week-table tbody tr td:nth-child(11) {
1194
+ .table-wrapper .wage-seekers-table.week-table tbody tr td:nth-child(12) {
1758
1195
  border: none;
1759
1196
  border-right: 1px solid #a6a6a6; }
1760
1197
  .table-wrapper .wage-seekers-table.week-table tbody tr td[colspan="4"] {
@@ -1765,21 +1202,20 @@ img, video {
1765
1202
  font-weight: bolder;
1766
1203
  border: none;
1767
1204
  background-color: #eee; }
1768
- .table-wrapper .wage-seekers-table.week-table :nth-child(11), .table-wrapper .wage-seekers-table.week-table tbody tr td[data-last-row-cell=last-row]:first-child {
1205
+ .table-wrapper .wage-seekers-table.week-table :nth-child(5), .table-wrapper .wage-seekers-table.week-table :nth-child(12), .table-wrapper .wage-seekers-table.week-table :nth-child(13), .table-wrapper .wage-seekers-table.week-table :nth-child(14), .table-wrapper .wage-seekers-table.week-table tbody tr td[data-last-row-cell=last-row]:first-child {
1769
1206
  border-right: 1px solid #ddd !important; }
1770
1207
  .table-wrapper .wage-seekers-table.week-table .modified-amount {
1771
1208
  border: 1px solid;
1772
- padding: 5px; }
1209
+ padding: 5px;
1210
+ width: 100px; }
1773
1211
  .table-wrapper .wage-seekers-table td, .table-wrapper .wage-seekers-table th {
1774
- color: #0b0c0c;
1775
1212
  border: 1px solid #ddd;
1776
1213
  padding: 12px; }
1777
- .table-wrapper .wage-seekers-table tr:hover {
1778
- background-color: #efefef; }
1214
+ .table-wrapper .wage-seekers-table td, .table-wrapper .wage-seekers-table th {
1215
+ color: #0b0c0c; }
1779
1216
  .table-wrapper .wage-seekers-table th {
1780
1217
  padding: 10px;
1781
- text-align: center;
1782
- color: #0b0c0c; }
1218
+ text-align: center; }
1783
1219
  .table-wrapper .wage-seekers-table tr td span:hover {
1784
1220
  cursor: pointer; }
1785
1221
 
@@ -1828,13 +1264,39 @@ img, video {
1828
1264
  justify-content: center; }
1829
1265
 
1830
1266
  .day-attendence {
1831
- margin-left: .3rem;
1832
1267
  font-weight: 550; }
1833
1268
 
1834
1269
  .date-attendence {
1835
1270
  opacity: .6;
1836
1271
  font-weight: 200; }
1837
1272
 
1273
+ .download-table {
1274
+ width: 100%;
1275
+ --tw-bg-opacity:1;
1276
+ background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
1277
+ border-radius: 4px 4px 0 0;
1278
+ -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
1279
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
1280
+ border-left-width: 24px;
1281
+ border-right-width: 24px;
1282
+ border-left-color: #fff;
1283
+ border-right-color: #fff; }
1284
+ .download-table thead th {
1285
+ padding: 20px 18px;
1286
+ text-align: left;
1287
+ vertical-align: middle;
1288
+ font-weight: 700; }
1289
+ .download-table tbody {
1290
+ border: none;
1291
+ padding: 0;
1292
+ margin: 0; }
1293
+ .download-table tbody td {
1294
+ text-align: left;
1295
+ vertical-align: middle;
1296
+ border-top: 1px solid #d6d5d4;
1297
+ border-bottom: 1px solid #d6d5d4;
1298
+ padding: 20px 18px; }
1299
+
1838
1300
  .filters-wrapper {
1839
1301
  display: none;
1840
1302
  padding: 20px 0 0;
@@ -1880,52 +1342,244 @@ img, video {
1880
1342
  .rdrMonth {
1881
1343
  width: inherit; }
1882
1344
 
1883
- .filter-close {
1884
- -webkit-box-pack: end;
1885
- -ms-flex-pack: end;
1886
- justify-content: flex-end; }
1345
+ .filter-close {
1346
+ -webkit-box-pack: end;
1347
+ -ms-flex-pack: end;
1348
+ justify-content: flex-end; }
1349
+
1350
+ .filter-close, .filter-header {
1351
+ display: -webkit-box;
1352
+ display: -ms-flexbox;
1353
+ display: flex; }
1354
+
1355
+ .filter-header p {
1356
+ font-weight: 700;
1357
+ font-size: 24px;
1358
+ line-height: 1;
1359
+ margin: 0 12px 20px 8px; }
1360
+
1361
+ .clearText {
1362
+ display: none; }
1363
+
1364
+ @media (min-width: 780px) {
1365
+ .filters-wrapper {
1366
+ display: -webkit-box;
1367
+ display: -ms-flexbox;
1368
+ display: flex; }
1369
+ .filter-close, .filter-header {
1370
+ display: none; }
1371
+ .clearText {
1372
+ display: block;
1373
+ text-align: right;
1374
+ color: #f47738;
1375
+ margin-top: 20px;
1376
+ margin-left: 10px; } }
1377
+
1378
+ @media (max-width: 780px) {
1379
+ .filters-modal {
1380
+ display: block;
1381
+ position: fixed;
1382
+ width: 100%;
1383
+ height: 100vh;
1384
+ left: 0;
1385
+ top: 130px;
1386
+ padding: 16px;
1387
+ background-color: #fff;
1388
+ z-index: 99; }
1389
+ .rdrDefinedRangesWrapper {
1390
+ display: none; } }
1391
+
1392
+ .jk-digit-secondary-btn {
1393
+ width: auto;
1394
+ height: 40px;
1395
+ background: #fff;
1396
+ border: 1px solid #f47738;
1397
+ padding: 12px;
1398
+ color: #f47738;
1399
+ display: -webkit-box;
1400
+ display: -ms-flexbox;
1401
+ display: flex;
1402
+ -webkit-box-align: center;
1403
+ -ms-flex-align: center;
1404
+ align-items: center;
1405
+ font-size: 19px;
1406
+ cursor: pointer; }
1407
+ .jk-digit-secondary-btn svg {
1408
+ margin: 0 10px; }
1409
+
1410
+ .jk-digit-primary-btn {
1411
+ width: auto;
1412
+ height: 40px;
1413
+ background: #f47738;
1414
+ border: 1px solid #f47738;
1415
+ padding: 6px;
1416
+ color: #fff;
1417
+ display: -webkit-box;
1418
+ display: -ms-flexbox;
1419
+ display: flex;
1420
+ -webkit-box-align: center;
1421
+ -ms-flex-align: center;
1422
+ align-items: center;
1423
+ cursor: pointer;
1424
+ font-size: 19px;
1425
+ -webkit-box-shadow: inset 0 -2px 0 #0b0c0c;
1426
+ box-shadow: inset 0 -2px 0 #0b0c0c; }
1427
+ .jk-digit-primary-btn svg {
1428
+ margin: 0 15px; }
1429
+
1430
+ .jk-digit-disabled-btn {
1431
+ opacity: .5;
1432
+ font-size: 19px;
1433
+ cursor: not-allowed; }
1434
+
1435
+ .jk-header-btn-wrapper {
1436
+ display: -webkit-box;
1437
+ display: -ms-flexbox;
1438
+ display: flex;
1439
+ -webkit-box-pack: justify;
1440
+ -ms-flex-pack: justify;
1441
+ justify-content: space-between; }
1442
+
1443
+ @media (max-width: 780px) {
1444
+ .jk-header-btn-wrapper {
1445
+ -webkit-box-orient: vertical;
1446
+ -webkit-box-direction: normal;
1447
+ -ms-flex-flow: column;
1448
+ flex-flow: column;
1449
+ margin-bottom: 15px; } }
1450
+
1451
+ .modern-radio-container {
1452
+ margin: 24px 0;
1453
+ display: -webkit-box;
1454
+ display: -ms-flexbox;
1455
+ display: flex;
1456
+ -webkit-user-select: none;
1457
+ -moz-user-select: none;
1458
+ -ms-user-select: none;
1459
+ user-select: none;
1460
+ height: 100px; }
1461
+ .modern-radio-container.week-table {
1462
+ height: 10px;
1463
+ -webkit-box-align: center;
1464
+ -ms-flex-align: center;
1465
+ align-items: center;
1466
+ -webkit-box-pack: center;
1467
+ -ms-flex-pack: center;
1468
+ justify-content: center; }
1469
+
1470
+ .radio-outer-circle {
1471
+ width: 18px;
1472
+ height: 18px;
1473
+ min-width: 18px;
1474
+ min-height: 18px;
1475
+ border: 2px solid #505a5f;
1476
+ border-radius: 50%;
1477
+ display: -webkit-box;
1478
+ display: -ms-flexbox;
1479
+ display: flex;
1480
+ -webkit-box-pack: center;
1481
+ -ms-flex-pack: center;
1482
+ justify-content: center;
1483
+ -webkit-box-align: center;
1484
+ -ms-flex-align: center;
1485
+ align-items: center;
1486
+ margin: 0 12px;
1487
+ padding: 0; }
1488
+
1489
+ .radio-full-inner-circle, .radio-outer-circle {
1490
+ -webkit-transition: all .1s linear;
1491
+ transition: all .1s linear; }
1492
+
1493
+ .radio-full-inner-circle {
1494
+ width: 11px;
1495
+ height: 12px;
1496
+ border-radius: 50%;
1497
+ background-color: #226b09; }
1498
+
1499
+ .radio-half-inner-circle {
1500
+ height: 8px;
1501
+ width: 12px;
1502
+ border-radius: 300px 300px 0 0;
1503
+ background-color: #226b09;
1504
+ -webkit-transform: rotate(-90deg) translateY(-2px);
1505
+ transform: rotate(-90deg) translateY(-2px); }
1506
+
1507
+ .unselected {
1508
+ border: 2px solid #666; }
1509
+
1510
+ .selected {
1511
+ border: 2px solid #226b09; }
1512
+
1513
+ .unselected-circle {
1514
+ width: 0;
1515
+ height: 0; }
1516
+
1517
+ .helper-text {
1518
+ color: #666;
1519
+ padding-right: 8px; }
1520
+
1521
+ .radio-full-circle {
1522
+ width: 24px;
1523
+ height: 24px;
1524
+ min-width: 24px;
1525
+ min-height: 24px;
1526
+ border-radius: 50%;
1527
+ display: -webkit-box;
1528
+ display: -ms-flexbox;
1529
+ display: flex;
1530
+ -webkit-box-pack: center;
1531
+ -ms-flex-pack: center;
1532
+ justify-content: center;
1533
+ -webkit-box-align: center;
1534
+ -ms-flex-align: center;
1535
+ align-items: center;
1536
+ border: 1px solid #00703c; }
1537
+
1538
+ .radio-full-circle:after {
1539
+ content: "F";
1540
+ color: #00703c; }
1887
1541
 
1888
- .filter-close, .filter-header {
1542
+ .radio-half-circle {
1543
+ width: 24px;
1544
+ height: 24px;
1545
+ min-width: 24px;
1546
+ min-height: 24px;
1547
+ border-radius: 50%;
1889
1548
  display: -webkit-box;
1890
1549
  display: -ms-flexbox;
1891
- display: flex; }
1892
-
1893
- .filter-header p {
1894
- font-weight: 700;
1895
- font-size: 24px;
1896
- line-height: 1;
1897
- margin: 0 12px 20px 8px; }
1550
+ display: flex;
1551
+ -webkit-box-pack: center;
1552
+ -ms-flex-pack: center;
1553
+ justify-content: center;
1554
+ -webkit-box-align: center;
1555
+ -ms-flex-align: center;
1556
+ align-items: center;
1557
+ border: 1px solid #f4a938; }
1898
1558
 
1899
- .clearText {
1900
- display: none; }
1559
+ .radio-half-circle:after {
1560
+ content: "H";
1561
+ color: #f4a938; }
1901
1562
 
1902
- @media (min-width: 780px) {
1903
- .filters-wrapper {
1904
- display: -webkit-box;
1905
- display: -ms-flexbox;
1906
- display: flex; }
1907
- .filter-close, .filter-header {
1908
- display: none; }
1909
- .clearText {
1910
- display: block;
1911
- text-align: right;
1912
- color: #f47738;
1913
- margin-top: 20px;
1914
- margin-left: 10px; } }
1563
+ .radio-no-circle {
1564
+ width: 24px;
1565
+ height: 24px;
1566
+ min-width: 24px;
1567
+ min-height: 24px;
1568
+ border-radius: 50%;
1569
+ display: -webkit-box;
1570
+ display: -ms-flexbox;
1571
+ display: flex;
1572
+ -webkit-box-pack: center;
1573
+ -ms-flex-pack: center;
1574
+ justify-content: center;
1575
+ -webkit-box-align: center;
1576
+ -ms-flex-align: center;
1577
+ align-items: center;
1578
+ border: 1px solid #d4351c; }
1915
1579
 
1916
- @media (max-width: 780px) {
1917
- .filters-modal {
1918
- display: block;
1919
- position: fixed;
1920
- width: 100%;
1921
- height: 100vh;
1922
- left: 0;
1923
- top: 130px;
1924
- padding: 16px;
1925
- background-color: #fff;
1926
- z-index: 99; }
1927
- .rdrDefinedRangesWrapper {
1928
- display: none; } }
1580
+ .radio-no-circle:after {
1581
+ content: "A";
1582
+ color: #d4351c; }
1929
1583
 
1930
1584
  .employee .breadcrumb {
1931
1585
  margin-bottom: 24px;
@@ -2008,23 +1662,6 @@ img, video {
2008
1662
  .employee .react-time-picker__wrapper {
2009
1663
  padding-left: 8px; }
2010
1664
 
2011
- @media (min-width: 780px) {
2012
- .employeeCard {
2013
- margin-bottom: 16px !important;
2014
- margin-left: 0 !important;
2015
- margin-right: 16px !important; }
2016
- .shadow-border-radius {
2017
- -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
2018
- box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
2019
- border-radius: 4px; }
2020
- .no-padding {
2021
- padding: 0 !important;
2022
- margin: 0 !important; } }
2023
-
2024
- .toast-success {
2025
- bottom: 55px !important;
2026
- border-radius: 0; }
2027
-
2028
1665
  .citizen .main {
2029
1666
  padding-top: 82px;
2030
1667
  min-height: calc(100vh - 90px); }
@@ -2036,7 +1673,7 @@ img, video {
2036
1673
  height: 100%;
2037
1674
  color: #fff;
2038
1675
  margin-top: 80px;
2039
- z-index: 10;
1676
+ z-index: 22;
2040
1677
  -webkit-transition: all .3s ease;
2041
1678
  transition: all .3s ease;
2042
1679
  white-space: nowrap;
@@ -2070,6 +1707,8 @@ img, video {
2070
1707
  border-right: 4px solid #f47738; }
2071
1708
  .citizen .sidebar .sidebar-link.active svg, .employee .sidebar .sidebar-link.active svg {
2072
1709
  fill: #f47738 !important; }
1710
+ .citizen .sidebar .sidebar-link.active .actions svg path, .employee .sidebar .sidebar-link.active .actions svg path {
1711
+ fill: #f47738 !important; }
2073
1712
  .citizen .sidebar .sidebar-link .employee-search-input, .employee .sidebar .sidebar-link .employee-search-input {
2074
1713
  border: none;
2075
1714
  outline: none;
@@ -2225,13 +1864,18 @@ img, video {
2225
1864
  gap: 10px; }
2226
1865
 
2227
1866
  .link {
2228
- cursor: pointer;
2229
1867
  --tw-text-opacity:1;
2230
- color: rgba(244, 119, 56, var(--tw-text-opacity)); }
1868
+ color: rgba(244, 119, 56, var(--tw-text-opacity));
1869
+ cursor: pointer; }
2231
1870
  .link :hover {
2232
1871
  --tw-text-opacity:1;
2233
1872
  color: rgba(200, 96, 43, var(--tw-text-opacity)); }
2234
1873
 
1874
+ .textoverflow {
1875
+ overflow: hidden;
1876
+ display: block;
1877
+ max-width: var(--max-width); }
1878
+
2235
1879
  .RightMostTopBarOptions {
2236
1880
  display: -webkit-box;
2237
1881
  display: -ms-flexbox;
@@ -2259,7 +1903,8 @@ img, video {
2259
1903
 
2260
1904
  @media (min-width: 640px) {
2261
1905
  .employee .ground-container {
2262
- display: block; }
1906
+ display: block;
1907
+ margin-left: 0; }
2263
1908
  .employee .breadcrumb {
2264
1909
  margin-bottom: 24px;
2265
1910
  margin-left: 0; }
@@ -2273,17 +1918,21 @@ img, video {
2273
1918
  margin-right: 16px;
2274
1919
  margin-bottom: 16px; }
2275
1920
  .employee .main {
1921
+ display: -webkit-box;
1922
+ display: -ms-flexbox;
1923
+ display: flex;
2276
1924
  -webkit-box-orient: vertical;
2277
1925
  -webkit-box-direction: normal;
2278
1926
  -ms-flex-direction: column;
2279
1927
  flex-direction: column;
2280
1928
  margin-left: 55px;
2281
1929
  width: calc(100% - 55px); }
2282
- .employee .citizen-home-container, .employee .main {
1930
+ .employee .main .customEmployeeCard {
1931
+ width: 288px !important; }
1932
+ .employee .citizen-home-container {
2283
1933
  display: -webkit-box;
2284
1934
  display: -ms-flexbox;
2285
- display: flex; }
2286
- .employee .citizen-home-container {
1935
+ display: flex;
2287
1936
  -webkit-box-orient: unset !important;
2288
1937
  -webkit-box-direction: unset !important;
2289
1938
  -ms-flex-direction: unset !important;
@@ -2403,10 +2052,6 @@ img, video {
2403
2052
  .total-wrapper .value {
2404
2053
  text-align: right; }
2405
2054
 
2406
- .bannerCard .language-button-container button {
2407
- width: 7rem;
2408
- height: 2.5rem; }
2409
-
2410
2055
  .upload-wrap {
2411
2056
  position: relative;
2412
2057
  margin-bottom: 24px;
@@ -2527,6 +2172,379 @@ img, video {
2527
2172
  width: 100%;
2528
2173
  height: 158px; } }
2529
2174
 
2175
+ .inbox-search-wrapper {
2176
+ height: 100%; }
2177
+ .inbox-search-wrapper .inbox-search-component-wrapper {
2178
+ width: 100%; }
2179
+ .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent {
2180
+ display: grid;
2181
+ grid-template-columns: 20% 1fr;
2182
+ grid-gap: 1rem;
2183
+ gap: 1rem; }
2184
+ .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent.search {
2185
+ display: -webkit-box;
2186
+ display: -ms-flexbox;
2187
+ display: flex;
2188
+ -webkit-box-orient: vertical;
2189
+ -webkit-box-direction: normal;
2190
+ -ms-flex-direction: column;
2191
+ flex-direction: column; }
2192
+ .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent.search .section.links {
2193
+ display: none; }
2194
+ .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent.search .section.filter {
2195
+ display: none; }
2196
+ .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent.search .search-wrapper .search-field-wrapper.search.custom-both-clear-search .search-button-wrapper.search {
2197
+ grid-column: initial; }
2198
+ .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent.search .search-wrapper .search-field-wrapper.search.custom-both-clear-search .search-button-wrapper .link-label {
2199
+ white-space: normal; }
2200
+ .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent.search .search-wrapper .search-field-wrapper.search.custom-both-clear-search .search-button-wrapper .submit-bar {
2201
+ width: 60%; }
2202
+ .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent.download {
2203
+ grid-template-columns: 100%; }
2204
+ .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent .section {
2205
+ min-height: 10rem;
2206
+ background-color: #fff;
2207
+ display: -webkit-box;
2208
+ display: -ms-flexbox;
2209
+ display: flex;
2210
+ -webkit-box-align: center;
2211
+ -ms-flex-align: center;
2212
+ align-items: center;
2213
+ -webkit-box-pack: center;
2214
+ -ms-flex-pack: center;
2215
+ justify-content: center;
2216
+ border-radius: 4px;
2217
+ -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
2218
+ box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16); }
2219
+ .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent .section.search-results {
2220
+ min-height: 0; }
2221
+ .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent .section.links {
2222
+ color: #f47738; }
2223
+ .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent .section.links .inbox-search-links-component {
2224
+ height: 100% !important;
2225
+ width: 100%; }
2226
+ .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent .section.filter {
2227
+ height: -webkit-fit-content;
2228
+ height: -moz-fit-content;
2229
+ height: fit-content; }
2230
+
2231
+ @media (max-width: 425px) {
2232
+ .employee-main-application-details-for-modal {
2233
+ padding: 0 !important; }
2234
+ .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent {
2235
+ display: -webkit-box;
2236
+ display: -ms-flexbox;
2237
+ display: flex;
2238
+ -webkit-box-orient: vertical;
2239
+ -webkit-box-direction: normal;
2240
+ -ms-flex-direction: column;
2241
+ flex-direction: column; }
2242
+ .inbox-search-wrapper .inbox-search-component-wrapper .sections-parent .section.as-modal {
2243
+ position: fixed;
2244
+ top: 0;
2245
+ height: 100vh;
2246
+ width: 100vw; } }
2247
+
2248
+ .inbox-search-links-container {
2249
+ height: 100%;
2250
+ width: 100% !important;
2251
+ display: -webkit-box;
2252
+ display: -ms-flexbox;
2253
+ display: flex;
2254
+ -webkit-box-orient: vertical;
2255
+ -webkit-box-direction: normal;
2256
+ -ms-flex-direction: column;
2257
+ flex-direction: column;
2258
+ padding: 1rem; }
2259
+ .inbox-search-links-container .header {
2260
+ display: grid;
2261
+ grid-template-columns: 20% 1fr; }
2262
+ .inbox-search-links-container .header .logo {
2263
+ display: -webkit-box;
2264
+ display: -ms-flexbox;
2265
+ display: flex;
2266
+ -webkit-box-align: center;
2267
+ -ms-flex-align: center;
2268
+ align-items: center;
2269
+ -webkit-box-pack: start;
2270
+ -ms-flex-pack: start;
2271
+ justify-content: flex-start; }
2272
+ .inbox-search-links-container .header .logo .inbox-search-icon--projects {
2273
+ fill: #f47738;
2274
+ height: 2rem;
2275
+ width: 2rem; }
2276
+ .inbox-search-links-container .header .text {
2277
+ line-height: 32px;
2278
+ font-weight: 700;
2279
+ color: #000;
2280
+ display: -webkit-box;
2281
+ display: -ms-flexbox;
2282
+ display: flex;
2283
+ -webkit-box-align: center;
2284
+ -ms-flex-align: center;
2285
+ align-items: center;
2286
+ -webkit-box-pack: start;
2287
+ -ms-flex-pack: start;
2288
+ justify-content: flex-start; }
2289
+ @media (min-width: 1024px) {
2290
+ .inbox-search-links-container .header .text {
2291
+ font-size: 24px; } }
2292
+ @media (max-width: 1024px) {
2293
+ .inbox-search-links-container .header .text {
2294
+ font-size: 20px; } }
2295
+ .inbox-search-links-container .contents {
2296
+ margin-top: 1rem;
2297
+ -webkit-box-sizing: border-box;
2298
+ box-sizing: border-box;
2299
+ display: -webkit-box;
2300
+ display: -ms-flexbox;
2301
+ display: flex;
2302
+ -webkit-box-orient: vertical;
2303
+ -webkit-box-direction: normal;
2304
+ -ms-flex-direction: column;
2305
+ flex-direction: column; }
2306
+ .inbox-search-links-container .contents .link {
2307
+ padding: 8px;
2308
+ --text-opacity:1;
2309
+ color: #f47738;
2310
+ color: rgba(244, 119, 56, var(--text-opacity)); }
2311
+
2312
+ .search-wrapper {
2313
+ height: 100%;
2314
+ width: 100%;
2315
+ padding: 1rem; }
2316
+ .search-wrapper .popup-label {
2317
+ display: -webkit-box;
2318
+ display: -ms-flexbox;
2319
+ display: flex; }
2320
+ .search-wrapper .popup-label .header {
2321
+ width: 100%;
2322
+ font-weight: 400; }
2323
+ .search-wrapper .popup-label .header .icon {
2324
+ margin-right: 12px;
2325
+ margin-top: 5px; }
2326
+ .search-wrapper .filter-header-wrapper {
2327
+ display: grid;
2328
+ grid-template-columns: 15% 1fr 15%;
2329
+ height: 3rem;
2330
+ margin-bottom: 1rem; }
2331
+ .search-wrapper .filter-header-wrapper .icon-refresh {
2332
+ display: -webkit-box;
2333
+ display: -ms-flexbox;
2334
+ display: flex;
2335
+ -webkit-box-align: center;
2336
+ -ms-flex-align: center;
2337
+ align-items: center;
2338
+ -webkit-box-pack: center;
2339
+ -ms-flex-pack: center;
2340
+ justify-content: center;
2341
+ border: 1px solid rgba(0, 0, 0, 0.0902);
2342
+ cursor: pointer; }
2343
+ .search-wrapper .filter-header-wrapper .icon-refresh svg {
2344
+ height: 60%;
2345
+ width: 40%; }
2346
+ .search-wrapper .filter-header-wrapper .label {
2347
+ display: -webkit-box;
2348
+ display: -ms-flexbox;
2349
+ display: flex;
2350
+ -webkit-box-align: center;
2351
+ -ms-flex-align: center;
2352
+ align-items: center;
2353
+ -webkit-box-pack: start;
2354
+ -ms-flex-pack: start;
2355
+ justify-content: flex-start; }
2356
+ @media (min-width: 1024px) {
2357
+ .search-wrapper .filter-header-wrapper .label {
2358
+ font-size: 24px; } }
2359
+ @media (max-width: 1024px) {
2360
+ .search-wrapper .filter-header-wrapper .label {
2361
+ font-size: 16px; } }
2362
+ .search-wrapper .filter-header-wrapper .icon-filter {
2363
+ display: -webkit-box;
2364
+ display: -ms-flexbox;
2365
+ display: flex;
2366
+ -webkit-box-align: center;
2367
+ -ms-flex-align: center;
2368
+ align-items: center;
2369
+ -webkit-box-pack: start;
2370
+ -ms-flex-pack: start;
2371
+ justify-content: flex-start; }
2372
+ .search-wrapper .search-field-wrapper {
2373
+ display: grid;
2374
+ grid-row-gap: .25rem;
2375
+ row-gap: .25rem;
2376
+ grid-column-gap: 1rem;
2377
+ -webkit-column-gap: 1rem;
2378
+ -moz-column-gap: 1rem;
2379
+ column-gap: 1rem; }
2380
+ .search-wrapper .search-field-wrapper.inbox {
2381
+ grid-template-columns: repeat(3, 1fr); }
2382
+ .search-wrapper .search-field-wrapper.inbox.filter {
2383
+ display: -webkit-box;
2384
+ display: -ms-flexbox;
2385
+ display: flex;
2386
+ -webkit-box-orient: vertical;
2387
+ -webkit-box-direction: normal;
2388
+ -ms-flex-direction: column;
2389
+ flex-direction: column; }
2390
+ .search-wrapper .search-field-wrapper.search {
2391
+ grid-template-columns: repeat(4, 1fr); }
2392
+ .search-wrapper .search-button-wrapper {
2393
+ display: -webkit-box;
2394
+ display: -ms-flexbox;
2395
+ display: flex;
2396
+ -webkit-box-align: center;
2397
+ -ms-flex-align: center;
2398
+ align-items: center;
2399
+ -webkit-box-pack: end;
2400
+ -ms-flex-pack: end;
2401
+ justify-content: flex-end;
2402
+ grid-gap: 1rem;
2403
+ gap: 1rem;
2404
+ padding-top: 8px; }
2405
+ .search-wrapper .search-button-wrapper.inbox {
2406
+ grid-column: 2/span 2; }
2407
+ .search-wrapper .search-button-wrapper.inbox.filter button {
2408
+ width: 100%; }
2409
+ .search-wrapper .search-button-wrapper.search {
2410
+ grid-column: 3/span 2; }
2411
+
2412
+ @media (max-width: 425px) {
2413
+ .search-wrapper .search-field-wrapper {
2414
+ display: -webkit-box;
2415
+ display: -ms-flexbox;
2416
+ display: flex;
2417
+ -webkit-box-orient: vertical;
2418
+ -webkit-box-direction: normal;
2419
+ -ms-flex-direction: column;
2420
+ flex-direction: column; } }
2421
+
2422
+ .horizontal-nav {
2423
+ overflow: auto;
2424
+ display: -webkit-box;
2425
+ display: -ms-flexbox;
2426
+ display: flex;
2427
+ margin-top: 3rem; }
2428
+ .horizontal-nav .menu-item {
2429
+ border: 10px;
2430
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
2431
+ cursor: pointer;
2432
+ text-decoration: none;
2433
+ margin: 0;
2434
+ padding: 0;
2435
+ outline: none;
2436
+ font-size: 16px;
2437
+ position: relative;
2438
+ color: #5f5c62;
2439
+ line-height: 48px;
2440
+ -webkit-transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
2441
+ transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
2442
+ min-height: 48px;
2443
+ white-space: normal;
2444
+ background: none; }
2445
+ .horizontal-nav .menu-item .icon {
2446
+ display: block;
2447
+ color: #757575;
2448
+ fill: #757575;
2449
+ height: 21px !important;
2450
+ width: 21px !important;
2451
+ float: left;
2452
+ margin-top: 12px; }
2453
+ .horizontal-nav .menu-item .edit-btn-ico {
2454
+ height: 17px;
2455
+ width: 17px;
2456
+ margin-top: 16px; }
2457
+ .horizontal-nav .menu-item .icon + .menu-label {
2458
+ margin-left: 36px;
2459
+ overflow: hidden;
2460
+ text-overflow: ellipsis;
2461
+ white-space: nowrap; }
2462
+ @media (min-width: 780px) {
2463
+ .horizontal-nav .sidebar-list {
2464
+ padding-right: 30px;
2465
+ padding-left: 30px;
2466
+ background-color: #eee;
2467
+ border: 1px solid #ddd;
2468
+ border-radius: 8px 8px 0 0; }
2469
+ .horizontal-nav .sidebar-list.active {
2470
+ font-weight: 600;
2471
+ border-bottom: 3px solid #f47738;
2472
+ background-color: #fff; }
2473
+ .horizontal-nav .sidebar-list.active .menu-label {
2474
+ color: #f47738; }
2475
+ .horizontal-nav .sidebar-list.active .icon {
2476
+ fill: #f47738; }
2477
+ .horizontal-nav .sidebar-list .submenu-container {
2478
+ cursor: pointer;
2479
+ display: -webkit-box;
2480
+ display: -ms-flexbox;
2481
+ display: flex;
2482
+ -webkit-box-orient: vertical;
2483
+ -webkit-box-direction: normal;
2484
+ -ms-flex-direction: column;
2485
+ flex-direction: column; }
2486
+ .horizontal-nav .sidebar-list .submenu-container .sidebar-link {
2487
+ -webkit-box-pack: justify;
2488
+ -ms-flex-pack: justify;
2489
+ justify-content: space-between;
2490
+ padding: 20px 15px 15px !important; }
2491
+ .horizontal-nav .sidebar-list .submenu-container .sidebar-link svg {
2492
+ width: 24px !important;
2493
+ height: 24px !important;
2494
+ color: #757575;
2495
+ fill: #757575; }
2496
+ .horizontal-nav .sidebar-list .submenu-container .sidebar-link .actions .tooltip {
2497
+ margin-left: 16px; }
2498
+ .horizontal-nav .sidebar-list .submenu-container .actions, .horizontal-nav .sidebar-list .submenu-container .sidebar-link {
2499
+ display: -webkit-box;
2500
+ display: -ms-flexbox;
2501
+ display: flex;
2502
+ -webkit-box-align: center;
2503
+ -ms-flex-align: center;
2504
+ align-items: center; }
2505
+ .horizontal-nav .sidebar-list .submenu-container .actions {
2506
+ overflow: hidden !important; }
2507
+ .horizontal-nav .sidebar-list .submenu-container .actions span {
2508
+ margin-left: 13px;
2509
+ line-height: 48px;
2510
+ white-space: nowrap;
2511
+ color: #5f5c62;
2512
+ overflow: hidden;
2513
+ text-overflow: ellipsis; }
2514
+ .horizontal-nav .sidebar-list .submenu-container:first-child {
2515
+ margin-top: 5px; }
2516
+ .horizontal-nav .sidebar-list .submenu-container:first-child .employee-search-input {
2517
+ margin-left: 16px !important; }
2518
+ .horizontal-nav .dropdown-link .actions {
2519
+ display: -webkit-box;
2520
+ display: -ms-flexbox;
2521
+ display: flex;
2522
+ padding: 1em; }
2523
+ .horizontal-nav .dropdown-link .actions svg {
2524
+ width: 21px;
2525
+ height: 21px;
2526
+ color: #757575;
2527
+ fill: #757575; }
2528
+ .horizontal-nav .dropdown-link .actions span {
2529
+ color: #5f5c62; } }
2530
+
2531
+ .sidebar-link {
2532
+ display: -webkit-box;
2533
+ display: -ms-flexbox;
2534
+ display: flex;
2535
+ -webkit-box-pack: justify;
2536
+ -ms-flex-pack: justify;
2537
+ justify-content: space-between;
2538
+ -webkit-box-align: center;
2539
+ -ms-flex-align: center;
2540
+ align-items: center;
2541
+ padding: 20px 15px 15px !important; }
2542
+ .sidebar-link svg {
2543
+ width: 24px !important;
2544
+ height: 26px !important;
2545
+ color: #757575;
2546
+ fill: #757575; }
2547
+
2530
2548
  .display-none {
2531
2549
  display: none; }
2532
2550
 
@@ -2590,6 +2608,9 @@ img, video {
2590
2608
  .home-link a {
2591
2609
  color: #1d70b8; }
2592
2610
 
2611
+ .clear-search {
2612
+ margin-right: 1rem; }
2613
+
2593
2614
  .clear-search-label {
2594
2615
  color: #f47738;
2595
2616
  cursor: pointer; }
@@ -2672,7 +2693,8 @@ img, video {
2672
2693
  border-color: rgba(158, 158, 158, var(--tw-border-opacity)) !important;
2673
2694
  --tw-text-opacity:1!important;
2674
2695
  color: rgba(158, 158, 158, var(--tw-text-opacity)) !important;
2675
- pointer-events: none !important; }
2696
+ pointer-events: none !important;
2697
+ background-color: #eee; }
2676
2698
 
2677
2699
  .card-date-input {
2678
2700
  position: absolute;
@@ -3227,6 +3249,9 @@ input[type=number] {
3227
3249
  .employeeCard:empty {
3228
3250
  padding: 0 !important; }
3229
3251
 
3252
+ .employeeCard .card-label.bolder {
3253
+ font-weight: 500 !important; }
3254
+
3230
3255
  @media (max-width: 425px) {
3231
3256
  .employeeCard .card-section-header {
3232
3257
  margin-bottom: 16px; }
@@ -3282,19 +3307,35 @@ input[type=number] {
3282
3307
  margin-top: 2rem; }
3283
3308
 
3284
3309
  .status-value-link {
3285
- color: #f47738; }
3310
+ color: #f47738;
3311
+ cursor: pointer; }
3286
3312
 
3287
- .info-banner-wrap.project-banner {
3288
- background: #ffe2b5; }
3289
- .info-banner-wrap.project-banner p {
3290
- font-size: 16px; }
3291
- .info-banner-wrap.project-banner h2, .info-banner-wrap.project-banner p {
3292
- color: #cc7b2f; }
3293
- .info-banner-wrap.project-banner h2 {
3294
- font-size: 18px; }
3313
+ .info-banner-wrap {
3314
+ margin: 0; }
3315
+ .info-banner-wrap.project-banner {
3316
+ background: #ffe2b5; }
3317
+ .info-banner-wrap.project-banner p {
3318
+ font-size: 16px; }
3319
+ .info-banner-wrap.project-banner h2, .info-banner-wrap.project-banner p {
3320
+ color: #cc7b2f; }
3321
+ .info-banner-wrap.project-banner h2 {
3322
+ font-size: 18px; }
3323
+ .info-banner-wrap.doc-banner {
3324
+ max-width: 1286px;
3325
+ margin-bottom: 24px; }
3326
+ .info-banner-wrap.doc-banner p {
3327
+ font-size: 16px;
3328
+ font-weight: 400;
3329
+ color: #505a5f; }
3330
+ .info-banner-wrap.doc-banner h2 {
3331
+ font-size: 18px;
3332
+ color: #0b0c0c; }
3295
3333
 
3296
3334
  .sub-project-table-wrapper {
3297
- overflow-x: scroll; }
3335
+ overflow-x: scroll;
3336
+ padding-bottom: 9rem; }
3337
+ .sub-project-table-wrapper.no-padding {
3338
+ padding: 0; }
3298
3339
  .sub-project-table-wrapper .project-details-table {
3299
3340
  position: relative; }
3300
3341
  .sub-project-table-wrapper .project-details-table .sub-projects-details-field-mt {
@@ -3305,3 +3346,165 @@ input[type=number] {
3305
3346
  margin-top: 3px; }
3306
3347
  .sub-project-table-wrapper .project-details-table .projects-subProject-details-error.dropdown-field {
3307
3348
  margin-top: -21px; }
3349
+
3350
+ .form-no-margin {
3351
+ margin-left: -1rem; }
3352
+
3353
+ .sla-cell-error, .sla-cell-success {
3354
+ padding: 8px 16px;
3355
+ border-radius: 16px; }
3356
+
3357
+ .mukta-header-card {
3358
+ margin-bottom: 3rem !important;
3359
+ padding: 26px 26px 1px !important; }
3360
+
3361
+ .text-input-customIcon {
3362
+ position: absolute;
3363
+ top: 10px;
3364
+ right: 8px; }
3365
+
3366
+ .emp-error-wrap {
3367
+ min-height: 15rem; }
3368
+
3369
+ .search-instruction-header {
3370
+ margin-bottom: 1rem;
3371
+ font-size: 16px;
3372
+ font-weight: 500; }
3373
+
3374
+ .skill-details-wrapper {
3375
+ max-width: 760px;
3376
+ margin-top: 20px;
3377
+ display: -webkit-box;
3378
+ display: -ms-flexbox;
3379
+ display: flex;
3380
+ -webkit-box-pack: justify;
3381
+ -ms-flex-pack: justify;
3382
+ justify-content: space-between; }
3383
+ .skill-details-wrapper .skill-details {
3384
+ width: 50%; }
3385
+
3386
+ @media (max-width: 425px) {
3387
+ .skill-details-wrapper {
3388
+ display: block; }
3389
+ .skill-details-wrapper .skill-details {
3390
+ width: 100%; } }
3391
+
3392
+ .fc-header-texts {
3393
+ height: 32px;
3394
+ color: #000 !important;
3395
+ border: none;
3396
+ display: -webkit-box;
3397
+ display: -ms-flexbox;
3398
+ display: flex;
3399
+ padding-top: 10px;
3400
+ background-color: #fff; }
3401
+
3402
+ .fc-paragraph {
3403
+ text-align: justify;
3404
+ padding-left: 9px;
3405
+ margin-bottom: 4%;
3406
+ display: block;
3407
+ padding-top: 5px; }
3408
+
3409
+ .disabled-text-field {
3410
+ color: #000 !important;
3411
+ background-color: #eee; }
3412
+
3413
+ .status-table-custom-class {
3414
+ line-height: 19px;
3415
+ max-width: 950px; }
3416
+
3417
+ .field-value-no-border {
3418
+ border: none;
3419
+ color: #000 !important;
3420
+ padding: 0;
3421
+ background-color: #fff; }
3422
+
3423
+ .icon-wrapper {
3424
+ display: -webkit-box;
3425
+ display: -ms-flexbox;
3426
+ display: flex;
3427
+ -webkit-box-pack: center;
3428
+ -ms-flex-pack: center;
3429
+ justify-content: center; }
3430
+
3431
+ .tooltiptext {
3432
+ white-space: break-spaces !important;
3433
+ overflow: hidden;
3434
+ text-overflow: ellipsis;
3435
+ display: block;
3436
+ max-height: 7.2em;
3437
+ line-height: 1.8em;
3438
+ width: -webkit-max-content;
3439
+ width: -moz-max-content;
3440
+ width: max-content;
3441
+ max-width: 64ch; }
3442
+
3443
+ .table tr:first-child td:nth-child(2) .tooltip .tooltiptext {
3444
+ top: 100% !important;
3445
+ bottom: 0 !important;
3446
+ height: -webkit-max-content;
3447
+ height: -moz-max-content;
3448
+ height: max-content; }
3449
+
3450
+ .employee-data-table .row .value {
3451
+ white-space: break-spaces !important;
3452
+ word-break: break-all; }
3453
+
3454
+ .text-wrap-overflow {
3455
+ word-wrap: break-word;
3456
+ word-break: break-all; }
3457
+
3458
+ .submenu-container:first-child .sidebar-link {
3459
+ padding: 20px 18px 18px !important; }
3460
+ .submenu-container:first-child .sidebar-link svg {
3461
+ width: 21px !important;
3462
+ height: 21px !important; }
3463
+
3464
+ .submenu-container:first-child .employee-search-input {
3465
+ margin-left: 16px !important; }
3466
+
3467
+ .h1.works-header-create, .h1.works-header-search, .h1.works-header-view {
3468
+ font-size: 36px; }
3469
+
3470
+ .submit-bar header {
3471
+ font-family: Roboto; }
3472
+
3473
+ input[type=“date”]::-webkit-calendar-picker-indicator {
3474
+ width: 24px;
3475
+ height: 24px; }
3476
+
3477
+ .actionBarWrapper {
3478
+ display: -webkit-box;
3479
+ display: -ms-flexbox;
3480
+ display: flex;
3481
+ grid-column-gap: 24px;
3482
+ -webkit-column-gap: 24px;
3483
+ -moz-column-gap: 24px;
3484
+ column-gap: 24px;
3485
+ -webkit-box-align: center;
3486
+ -ms-flex-align: center;
3487
+ align-items: center;
3488
+ -webkit-box-pack: end;
3489
+ -ms-flex-pack: end;
3490
+ justify-content: flex-end; }
3491
+
3492
+ .cursor-pointer {
3493
+ cursor: pointer; }
3494
+
3495
+ .table-instruction-wrapper {
3496
+ display: -webkit-box;
3497
+ display: -ms-flexbox;
3498
+ display: flex;
3499
+ grid-column-gap: 10px;
3500
+ -webkit-column-gap: 10px;
3501
+ -moz-column-gap: 10px;
3502
+ column-gap: 10px;
3503
+ -webkit-box-align: center;
3504
+ -ms-flex-align: center;
3505
+ align-items: center;
3506
+ margin-bottom: 16px; }
3507
+
3508
+ .table-instruction-header {
3509
+ font-size: 16px;
3510
+ font-weight: 400; }