@egovernments/digit-ui-health-css 0.0.11

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 ADDED
@@ -0,0 +1,3307 @@
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
+
603
+ /*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com*/
604
+ /*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
605
+ html {
606
+ -moz-tab-size: 4;
607
+ -o-tab-size: 4;
608
+ tab-size: 4;
609
+ line-height: 1.15;
610
+ -webkit-text-size-adjust: 100%; }
611
+
612
+ body {
613
+ margin: 0;
614
+ font-family: system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji; }
615
+
616
+ hr {
617
+ height: 0;
618
+ color: inherit; }
619
+
620
+ abbr[title] {
621
+ -webkit-text-decoration: underline dotted;
622
+ text-decoration: underline dotted; }
623
+
624
+ b, strong {
625
+ font-weight: bolder; }
626
+
627
+ code, kbd, pre, samp {
628
+ font-family: ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;
629
+ font-size: 1em; }
630
+
631
+ small {
632
+ font-size: 80%; }
633
+
634
+ sub, sup {
635
+ font-size: 75%;
636
+ line-height: 0;
637
+ position: relative;
638
+ vertical-align: initial; }
639
+
640
+ sub {
641
+ bottom: -.25em; }
642
+
643
+ sup {
644
+ top: -.5em; }
645
+
646
+ table {
647
+ text-indent: 0;
648
+ border-color: inherit; }
649
+
650
+ button, input, optgroup, select, textarea {
651
+ font-family: inherit;
652
+ font-size: 100%;
653
+ line-height: 1.15;
654
+ margin: 0; }
655
+
656
+ button, select {
657
+ text-transform: none; }
658
+
659
+ [type=button], [type=submit], button {
660
+ -webkit-appearance: button; }
661
+
662
+ ::-moz-focus-inner {
663
+ border-style: none;
664
+ padding: 0; }
665
+
666
+ legend {
667
+ padding: 0; }
668
+
669
+ progress {
670
+ vertical-align: initial; }
671
+
672
+ ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
673
+ height: auto; }
674
+
675
+ [type=search] {
676
+ -webkit-appearance: textfield;
677
+ outline-offset: -2px; }
678
+
679
+ ::-webkit-search-decoration {
680
+ -webkit-appearance: none; }
681
+
682
+ ::-webkit-file-upload-button {
683
+ -webkit-appearance: button;
684
+ font: inherit; }
685
+
686
+ summary {
687
+ display: list-item; }
688
+
689
+ blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre {
690
+ margin: 0; }
691
+
692
+ button {
693
+ background-color: initial;
694
+ background-image: none; }
695
+
696
+ fieldset, ol, ul {
697
+ margin: 0;
698
+ padding: 0; }
699
+
700
+ ol, ul {
701
+ list-style: none; }
702
+
703
+ html {
704
+ font-family: Roboto,sans-serif;
705
+ line-height: 1.5; }
706
+
707
+ body {
708
+ font-family: inherit;
709
+ line-height: inherit; }
710
+
711
+ *, :after, :before {
712
+ -webkit-box-sizing: border-box;
713
+ box-sizing: border-box;
714
+ border: 0 solid; }
715
+
716
+ hr {
717
+ border-top-width: 1px; }
718
+
719
+ img {
720
+ border-style: solid; }
721
+
722
+ textarea {
723
+ resize: vertical; }
724
+
725
+ input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
726
+ opacity: 1;
727
+ color: #a1a1aa; }
728
+
729
+ input::-moz-placeholder, textarea::-moz-placeholder {
730
+ opacity: 1;
731
+ color: #a1a1aa; }
732
+
733
+ input:-ms-input-placeholder, textarea:-ms-input-placeholder {
734
+ opacity: 1;
735
+ color: #a1a1aa; }
736
+
737
+ input::-ms-input-placeholder, textarea::-ms-input-placeholder {
738
+ opacity: 1;
739
+ color: #a1a1aa; }
740
+
741
+ input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
742
+ opacity: 1;
743
+ color: #a1a1aa; }
744
+
745
+ input::-moz-placeholder, textarea::-moz-placeholder {
746
+ opacity: 1;
747
+ color: #a1a1aa; }
748
+
749
+ input:-ms-input-placeholder, textarea:-ms-input-placeholder {
750
+ opacity: 1;
751
+ color: #a1a1aa; }
752
+
753
+ input::-ms-input-placeholder, textarea::-ms-input-placeholder {
754
+ opacity: 1;
755
+ color: #a1a1aa; }
756
+
757
+ input::placeholder, textarea::placeholder {
758
+ opacity: 1;
759
+ color: #a1a1aa; }
760
+
761
+ button {
762
+ cursor: pointer; }
763
+
764
+ table {
765
+ border-collapse: collapse; }
766
+
767
+ h1, h2, h3, h4, h5, h6 {
768
+ font-size: inherit;
769
+ font-weight: inherit; }
770
+
771
+ a {
772
+ color: inherit;
773
+ text-decoration: inherit; }
774
+
775
+ button, input, optgroup, select, textarea {
776
+ padding: 0;
777
+ line-height: inherit;
778
+ color: inherit; }
779
+
780
+ code, kbd, pre, samp {
781
+ font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace; }
782
+
783
+ audio, canvas, embed, iframe, img, object, svg, video {
784
+ display: block;
785
+ vertical-align: middle; }
786
+
787
+ img, video {
788
+ max-width: 100%;
789
+ height: auto; }
790
+
791
+ *, :after, :before {
792
+ border-color: currentColor; }
793
+
794
+ .container {
795
+ width: 100%; }
796
+
797
+ @media (min-width: 780px) {
798
+ .container {
799
+ max-width: 780px; } }
800
+
801
+ .table {
802
+ display: table; }
803
+
804
+ @-webkit-keyframes spin {
805
+ to {
806
+ -webkit-transform: rotate(1turn);
807
+ transform: rotate(1turn); } }
808
+
809
+ @keyframes spin {
810
+ to {
811
+ -webkit-transform: rotate(1turn);
812
+ transform: rotate(1turn); } }
813
+
814
+ @-webkit-keyframes ping {
815
+ 75%, to {
816
+ -webkit-transform: scale(2);
817
+ transform: scale(2);
818
+ opacity: 0; } }
819
+
820
+ @keyframes ping {
821
+ 75%, to {
822
+ -webkit-transform: scale(2);
823
+ transform: scale(2);
824
+ opacity: 0; } }
825
+
826
+ @-webkit-keyframes pulse {
827
+ 50% {
828
+ opacity: .5; } }
829
+
830
+ @keyframes pulse {
831
+ 50% {
832
+ opacity: .5; } }
833
+
834
+ @-webkit-keyframes bounce {
835
+ 0%, to {
836
+ -webkit-transform: translateY(-25%);
837
+ transform: translateY(-25%);
838
+ -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
839
+ animation-timing-function: cubic-bezier(0.8, 0, 1, 1); }
840
+ 50% {
841
+ -webkit-transform: none;
842
+ transform: none;
843
+ -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
844
+ animation-timing-function: cubic-bezier(0, 0, 0.2, 1); } }
845
+
846
+ @keyframes bounce {
847
+ 0%, to {
848
+ -webkit-transform: translateY(-25%);
849
+ transform: translateY(-25%);
850
+ -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
851
+ animation-timing-function: cubic-bezier(0.8, 0, 1, 1); }
852
+ 50% {
853
+ -webkit-transform: none;
854
+ transform: none;
855
+ -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
856
+ animation-timing-function: cubic-bezier(0, 0, 0.2, 1); } }
857
+
858
+ *, :after, :before {
859
+ --tw-shadow:0 0 transparent;
860
+ --tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);
861
+ --tw-ring-offset-width:0px;
862
+ --tw-ring-offset-color:#fff;
863
+ --tw-ring-color:rgba(59,130,246,0.5);
864
+ --tw-ring-offset-shadow:0 0 transparent;
865
+ --tw-ring-shadow:0 0 transparent; }
866
+
867
+ .rdrCalendarWrapper {
868
+ -webkit-box-sizing: border-box;
869
+ box-sizing: border-box;
870
+ background: #fff;
871
+ display: -webkit-inline-box;
872
+ display: -ms-inline-flexbox;
873
+ display: inline-flex;
874
+ -webkit-box-orient: vertical;
875
+ -webkit-box-direction: normal;
876
+ -ms-flex-direction: column;
877
+ flex-direction: column;
878
+ -webkit-user-select: none;
879
+ -moz-user-select: none;
880
+ -ms-user-select: none;
881
+ user-select: none; }
882
+
883
+ .rdrDateDisplay {
884
+ display: -webkit-box;
885
+ display: -ms-flexbox;
886
+ display: flex;
887
+ -webkit-box-pack: justify;
888
+ -ms-flex-pack: justify;
889
+ justify-content: space-between; }
890
+
891
+ .rdrDateDisplayItem {
892
+ -webkit-box-flex: 1;
893
+ -ms-flex: 1 1;
894
+ flex: 1 1;
895
+ width: 0;
896
+ text-align: center;
897
+ color: inherit; }
898
+
899
+ .rdrDateDisplayItem + .rdrDateDisplayItem {
900
+ margin-left: .833em; }
901
+
902
+ .rdrDateDisplayItem input {
903
+ text-align: inherit; }
904
+
905
+ .rdrDateDisplayItem input:disabled {
906
+ cursor: default; }
907
+
908
+ .rdrMonthAndYearWrapper {
909
+ -webkit-box-sizing: inherit;
910
+ box-sizing: inherit;
911
+ -webkit-box-pack: justify;
912
+ -ms-flex-pack: justify;
913
+ justify-content: space-between; }
914
+
915
+ .rdrMonthAndYearPickers, .rdrMonthAndYearWrapper {
916
+ display: -webkit-box;
917
+ display: -ms-flexbox;
918
+ display: flex; }
919
+
920
+ .rdrMonthAndYearPickers {
921
+ -webkit-box-flex: 1;
922
+ -ms-flex: 1 1 auto;
923
+ flex: 1 1 auto;
924
+ -webkit-box-pack: center;
925
+ -ms-flex-pack: center;
926
+ justify-content: center;
927
+ -webkit-box-align: center;
928
+ -ms-flex-align: center;
929
+ align-items: center; }
930
+
931
+ .rdrNextPrevButton {
932
+ -webkit-box-sizing: inherit;
933
+ box-sizing: inherit;
934
+ cursor: pointer;
935
+ outline: none; }
936
+
937
+ .rdrMonths {
938
+ display: -webkit-box;
939
+ display: -ms-flexbox;
940
+ display: flex; }
941
+
942
+ .rdrMonthsVertical {
943
+ -webkit-box-orient: vertical;
944
+ -webkit-box-direction: normal;
945
+ -ms-flex-direction: column;
946
+ flex-direction: column; }
947
+
948
+ .rdrMonthsHorizontal > div > div > div {
949
+ display: -webkit-box;
950
+ display: -ms-flexbox;
951
+ display: flex;
952
+ -webkit-box-orient: horizontal;
953
+ -webkit-box-direction: normal;
954
+ -ms-flex-direction: row;
955
+ flex-direction: row; }
956
+
957
+ .rdrMonth {
958
+ width: 27.667em; }
959
+
960
+ .rdrWeekDays {
961
+ display: -webkit-box;
962
+ display: -ms-flexbox;
963
+ display: flex; }
964
+
965
+ .rdrWeekDay {
966
+ -ms-flex-preferred-size: 14.28571%;
967
+ flex-basis: 14.28571%;
968
+ -webkit-box-sizing: inherit;
969
+ box-sizing: inherit;
970
+ text-align: center; }
971
+
972
+ .rdrDays {
973
+ display: -webkit-box;
974
+ display: -ms-flexbox;
975
+ display: flex;
976
+ -ms-flex-wrap: wrap;
977
+ flex-wrap: wrap; }
978
+
979
+ .rdrInfiniteMonths {
980
+ overflow: auto; }
981
+
982
+ .rdrDateRangeWrapper {
983
+ -webkit-user-select: none;
984
+ -moz-user-select: none;
985
+ -ms-user-select: none;
986
+ user-select: none; }
987
+
988
+ .rdrDateInput {
989
+ position: relative; }
990
+
991
+ .rdrDateInput input {
992
+ outline: none; }
993
+
994
+ .rdrDateInput .rdrWarning {
995
+ position: absolute;
996
+ font-size: 1.6em;
997
+ line-height: 1.6em;
998
+ top: 0;
999
+ right: .25em;
1000
+ color: red; }
1001
+
1002
+ .rdrDay {
1003
+ -webkit-box-sizing: inherit;
1004
+ box-sizing: inherit;
1005
+ width: 14.28571%;
1006
+ position: relative;
1007
+ font: inherit;
1008
+ cursor: pointer; }
1009
+
1010
+ .rdrDayNumber {
1011
+ display: block;
1012
+ position: relative; }
1013
+
1014
+ .rdrDayNumber span {
1015
+ color: #1d2429; }
1016
+
1017
+ .rdrDayDisabled {
1018
+ cursor: not-allowed; }
1019
+
1020
+ @supports (-ms-ime-align: auto) {
1021
+ .rdrDay {
1022
+ -ms-flex-preferred-size: 14.285% !important;
1023
+ flex-basis: 14.285% !important; } }
1024
+
1025
+ .rdrEndEdge, .rdrInRange, .rdrSelected, .rdrStartEdge {
1026
+ pointer-events: none; }
1027
+
1028
+ .rdrDateRangePickerWrapper {
1029
+ display: -webkit-inline-box;
1030
+ display: -ms-inline-flexbox;
1031
+ display: inline-flex;
1032
+ -webkit-user-select: none;
1033
+ -moz-user-select: none;
1034
+ -ms-user-select: none;
1035
+ user-select: none; }
1036
+
1037
+ .rdrStaticRanges {
1038
+ display: -webkit-box;
1039
+ display: -ms-flexbox;
1040
+ display: flex;
1041
+ -webkit-box-orient: vertical;
1042
+ -webkit-box-direction: normal;
1043
+ -ms-flex-direction: column;
1044
+ flex-direction: column; }
1045
+
1046
+ .rdrStaticRange {
1047
+ font-size: inherit; }
1048
+
1049
+ .rdrInputRange {
1050
+ display: -webkit-box;
1051
+ display: -ms-flexbox;
1052
+ display: flex; }
1053
+
1054
+ .rdrCalendarWrapper {
1055
+ color: #000;
1056
+ font-size: 12px; }
1057
+
1058
+ .rdrDateDisplayWrapper {
1059
+ background-color: #eff2f7; }
1060
+
1061
+ .rdrDateDisplay {
1062
+ margin: .833em; }
1063
+
1064
+ .rdrDateDisplayItem {
1065
+ border-radius: 4px;
1066
+ background-color: #fff;
1067
+ -webkit-box-shadow: 0 1px 2px 0 rgba(35, 57, 66, 0.21);
1068
+ box-shadow: 0 1px 2px 0 rgba(35, 57, 66, 0.21);
1069
+ border: 1px solid transparent; }
1070
+
1071
+ .rdrDateDisplayItem input {
1072
+ cursor: pointer;
1073
+ height: 2.5em;
1074
+ line-height: 2.5em;
1075
+ border: 0;
1076
+ background: transparent;
1077
+ width: 100%;
1078
+ color: #849095; }
1079
+
1080
+ .rdrDateDisplayItemActive {
1081
+ border-color: currentColor; }
1082
+
1083
+ .rdrDateDisplayItemActive input {
1084
+ color: #7d888d; }
1085
+
1086
+ .rdrMonthAndYearWrapper {
1087
+ -webkit-box-align: center;
1088
+ -ms-flex-align: center;
1089
+ align-items: center;
1090
+ height: 60px;
1091
+ padding-top: 10px; }
1092
+
1093
+ .rdrMonthAndYearPickers {
1094
+ font-weight: 600; }
1095
+
1096
+ .rdrMonthAndYearPickers select {
1097
+ -moz-appearance: none;
1098
+ appearance: none;
1099
+ -webkit-appearance: none;
1100
+ border: 0;
1101
+ background: transparent;
1102
+ padding: 10px 30px 10px 10px;
1103
+ border-radius: 4px;
1104
+ outline: 0;
1105
+ color: #3e484f;
1106
+ background: url("data:image/svg+xml;utf8,<svg width='9px' height='6px' viewBox='0 0 9 6' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g id='Artboard' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-636.000000, -171.000000)' fill-opacity='0.368716033'><g id='input' transform='translate(172.000000, 37.000000)' fill='%230E242F' fill-rule='nonzero'><g id='Group-9' transform='translate(323.000000, 127.000000)'><path d='M142.280245,7.23952813 C141.987305,6.92353472 141.512432,6.92361662 141.219585,7.23971106 C140.926739,7.5558055 140.926815,8.06821394 141.219755,8.38420735 L145.498801,13 L149.780245,8.38162071 C150.073185,8.0656273 150.073261,7.55321886 149.780415,7.23712442 C149.487568,6.92102998 149.012695,6.92094808 148.719755,7.23694149 L145.498801,10.7113732 L142.280245,7.23952813 Z' id='arrow'></path></g></g></g></svg>") no-repeat;
1107
+ background-position: right 8px center;
1108
+ cursor: pointer;
1109
+ text-align: center; }
1110
+
1111
+ .rdrMonthAndYearPickers select:hover {
1112
+ background-color: rgba(0, 0, 0, 0.07); }
1113
+
1114
+ .rdrMonthPicker, .rdrYearPicker {
1115
+ margin: 0 5px; }
1116
+
1117
+ .rdrNextPrevButton {
1118
+ display: block;
1119
+ width: 24px;
1120
+ height: 24px;
1121
+ margin: 0 .833em;
1122
+ padding: 0;
1123
+ border: 0;
1124
+ border-radius: 5px;
1125
+ background: #eff2f7; }
1126
+
1127
+ .rdrNextPrevButton:hover {
1128
+ background: #e1e7f0; }
1129
+
1130
+ .rdrNextPrevButton i {
1131
+ display: block;
1132
+ width: 0;
1133
+ height: 0;
1134
+ padding: 0;
1135
+ text-align: center;
1136
+ border-style: solid;
1137
+ margin: auto; }
1138
+
1139
+ .rdrNextPrevButton i, .rdrPprevButton i {
1140
+ -webkit-transform: translate(-3px);
1141
+ transform: translate(-3px); }
1142
+
1143
+ .rdrPprevButton i {
1144
+ border-width: 4px 6px 4px 4px;
1145
+ border-color: transparent #34495e transparent transparent; }
1146
+
1147
+ .rdrNextButton i {
1148
+ margin: 0 0 0 7px;
1149
+ border-width: 4px 4px 4px 6px;
1150
+ border-color: transparent transparent transparent #34495e;
1151
+ -webkit-transform: translate(3px);
1152
+ transform: translate(3px); }
1153
+
1154
+ .rdrWeekDays {
1155
+ padding: 0 .833em; }
1156
+
1157
+ .rdrMonth {
1158
+ padding: 0 .833em 1.666em; }
1159
+
1160
+ .rdrMonth .rdrWeekDays {
1161
+ padding: 0; }
1162
+
1163
+ .rdrMonths.rdrMonthsVertical .rdrMonth:first-child .rdrMonthName {
1164
+ display: none; }
1165
+
1166
+ .rdrWeekDay {
1167
+ font-weight: 400;
1168
+ line-height: 2.667em;
1169
+ color: #849095; }
1170
+
1171
+ .rdrDay {
1172
+ background: transparent;
1173
+ -webkit-user-select: none;
1174
+ -moz-user-select: none;
1175
+ -ms-user-select: none;
1176
+ user-select: none;
1177
+ border: 0;
1178
+ padding: 0;
1179
+ line-height: 3em;
1180
+ height: 3em;
1181
+ text-align: center;
1182
+ color: #1d2429; }
1183
+
1184
+ .rdrDay:focus {
1185
+ outline: 0; }
1186
+
1187
+ .rdrDayNumber {
1188
+ outline: 0;
1189
+ font-weight: 300;
1190
+ position: absolute;
1191
+ left: 0;
1192
+ right: 0;
1193
+ top: 0;
1194
+ bottom: 0;
1195
+ top: 5px;
1196
+ bottom: 5px;
1197
+ display: -webkit-box;
1198
+ display: -ms-flexbox;
1199
+ display: flex;
1200
+ -webkit-box-align: center;
1201
+ -ms-flex-align: center;
1202
+ align-items: center;
1203
+ -webkit-box-pack: center;
1204
+ -ms-flex-pack: center;
1205
+ justify-content: center; }
1206
+
1207
+ .rdrDayToday .rdrDayNumber span {
1208
+ font-weight: 500; }
1209
+
1210
+ .rdrDayToday .rdrDayNumber span:after {
1211
+ content: "";
1212
+ position: absolute;
1213
+ bottom: 4px;
1214
+ left: 50%;
1215
+ -webkit-transform: translate(-50%);
1216
+ transform: translate(-50%);
1217
+ width: 18px;
1218
+ height: 2px;
1219
+ border-radius: 2px;
1220
+ background: #3d91ff; }
1221
+
1222
+ .rdrDayToday:not(.rdrDayPassive) .rdrEndEdge ~ .rdrDayNumber span:after, .rdrDayToday:not(.rdrDayPassive) .rdrInRange ~ .rdrDayNumber span:after, .rdrDayToday:not(.rdrDayPassive) .rdrSelected ~ .rdrDayNumber span:after, .rdrDayToday:not(.rdrDayPassive) .rdrStartEdge ~ .rdrDayNumber span:after {
1223
+ background: #fff; }
1224
+
1225
+ .rdrDay:not(.rdrDayPassive) .rdrEndEdge ~ .rdrDayNumber span, .rdrDay:not(.rdrDayPassive) .rdrInRange ~ .rdrDayNumber span, .rdrDay:not(.rdrDayPassive) .rdrSelected ~ .rdrDayNumber span, .rdrDay:not(.rdrDayPassive) .rdrStartEdge ~ .rdrDayNumber span {
1226
+ color: rgba(255, 255, 255, 0.85); }
1227
+
1228
+ .rdrEndEdge, .rdrInRange, .rdrSelected, .rdrStartEdge {
1229
+ background: currentColor;
1230
+ position: absolute;
1231
+ top: 5px;
1232
+ left: 0;
1233
+ right: 0;
1234
+ bottom: 5px; }
1235
+
1236
+ .rdrSelected {
1237
+ left: 2px;
1238
+ right: 2px; }
1239
+
1240
+ .rdrStartEdge {
1241
+ border-top-left-radius: 1.042em;
1242
+ border-bottom-left-radius: 1.042em;
1243
+ left: 2px; }
1244
+
1245
+ .rdrEndEdge {
1246
+ border-top-right-radius: 1.042em;
1247
+ border-bottom-right-radius: 1.042em;
1248
+ right: 2px; }
1249
+
1250
+ .rdrSelected {
1251
+ border-radius: 1.042em; }
1252
+
1253
+ .rdrDayStartOfMonth .rdrEndEdge, .rdrDayStartOfMonth .rdrInRange, .rdrDayStartOfWeek .rdrEndEdge, .rdrDayStartOfWeek .rdrInRange {
1254
+ border-top-left-radius: 1.042em;
1255
+ border-bottom-left-radius: 1.042em;
1256
+ left: 2px; }
1257
+
1258
+ .rdrDayEndOfMonth .rdrInRange, .rdrDayEndOfMonth .rdrStartEdge, .rdrDayEndOfWeek .rdrInRange, .rdrDayEndOfWeek .rdrStartEdge {
1259
+ border-top-right-radius: 1.042em;
1260
+ border-bottom-right-radius: 1.042em;
1261
+ right: 2px; }
1262
+
1263
+ .rdrDayStartOfMonth .rdrDayEndPreview, .rdrDayStartOfMonth .rdrDayInPreview, .rdrDayStartOfWeek .rdrDayEndPreview, .rdrDayStartOfWeek .rdrDayInPreview {
1264
+ border-top-left-radius: 1.333em;
1265
+ border-bottom-left-radius: 1.333em;
1266
+ border-left-width: 1px;
1267
+ left: 0; }
1268
+
1269
+ .rdrDayEndOfMonth .rdrDayInPreview, .rdrDayEndOfMonth .rdrDayStartPreview, .rdrDayEndOfWeek .rdrDayInPreview, .rdrDayEndOfWeek .rdrDayStartPreview {
1270
+ border-top-right-radius: 1.333em;
1271
+ border-bottom-right-radius: 1.333em;
1272
+ border-right-width: 1px;
1273
+ right: 0; }
1274
+
1275
+ .rdrDayEndPreview, .rdrDayInPreview, .rdrDayStartPreview {
1276
+ background: rgba(255, 255, 255, 0.09);
1277
+ position: absolute;
1278
+ top: 3px;
1279
+ left: 0;
1280
+ right: 0;
1281
+ bottom: 3px;
1282
+ pointer-events: none;
1283
+ border: 0 solid;
1284
+ z-index: 1; }
1285
+
1286
+ .rdrDayStartPreview {
1287
+ border-top-width: 1px;
1288
+ border-left-width: 1px;
1289
+ border-bottom-width: 1px;
1290
+ border-top-left-radius: 1.333em;
1291
+ border-bottom-left-radius: 1.333em;
1292
+ left: 0; }
1293
+
1294
+ .rdrDayEndPreview, .rdrDayInPreview {
1295
+ border-top-width: 1px;
1296
+ border-bottom-width: 1px; }
1297
+
1298
+ .rdrDayEndPreview {
1299
+ border-right-width: 1px;
1300
+ border-top-right-radius: 1.333em;
1301
+ border-bottom-right-radius: 1.333em;
1302
+ right: 2px;
1303
+ right: 0; }
1304
+
1305
+ .rdrDefinedRangesWrapper {
1306
+ font-size: 12px;
1307
+ width: 226px;
1308
+ border-right: 1px solid #eff2f7;
1309
+ background: #fff; }
1310
+
1311
+ .rdrDefinedRangesWrapper .rdrStaticRangeSelected {
1312
+ color: currentColor;
1313
+ font-weight: 600; }
1314
+
1315
+ .rdrStaticRange {
1316
+ border: 0;
1317
+ cursor: pointer;
1318
+ display: block;
1319
+ outline: 0;
1320
+ border-bottom: 1px solid #eff2f7;
1321
+ padding: 0;
1322
+ background: #fff; }
1323
+
1324
+ .rdrStaticRange:focus .rdrStaticRangeLabel, .rdrStaticRange:hover .rdrStaticRangeLabel {
1325
+ background: #eff2f7; }
1326
+
1327
+ .rdrStaticRangeLabel {
1328
+ display: block;
1329
+ outline: 0;
1330
+ line-height: 18px;
1331
+ padding: 10px 20px;
1332
+ text-align: left; }
1333
+
1334
+ .rdrInputRanges {
1335
+ padding: 10px 0; }
1336
+
1337
+ .rdrInputRange {
1338
+ -webkit-box-align: center;
1339
+ -ms-flex-align: center;
1340
+ align-items: center;
1341
+ padding: 5px 20px; }
1342
+
1343
+ .rdrInputRangeInput {
1344
+ width: 30px;
1345
+ height: 30px;
1346
+ line-height: 30px;
1347
+ border-radius: 4px;
1348
+ text-align: center;
1349
+ border: 1px solid #dee7eb;
1350
+ margin-right: 10px;
1351
+ color: #6c767a; }
1352
+
1353
+ .rdrInputRangeInput:focus, .rdrInputRangeInput:hover {
1354
+ border-color: #b4bfc4;
1355
+ outline: 0;
1356
+ color: #333; }
1357
+
1358
+ .rdrCalendarWrapper:not(.rdrDateRangeWrapper) .rdrDayHovered .rdrDayNumber:after {
1359
+ content: "";
1360
+ border: 1px solid;
1361
+ border-radius: 1.333em;
1362
+ position: absolute;
1363
+ top: -2px;
1364
+ bottom: -2px;
1365
+ left: 0;
1366
+ right: 0;
1367
+ background: transparent; }
1368
+
1369
+ .rdrDayPassive {
1370
+ pointer-events: none; }
1371
+
1372
+ .rdrDayPassive .rdrDayNumber span {
1373
+ color: #d5dce0; }
1374
+
1375
+ .rdrDayPassive .rdrDayEndPreview, .rdrDayPassive .rdrDayInPreview, .rdrDayPassive .rdrDayStartPreview, .rdrDayPassive .rdrEndEdge, .rdrDayPassive .rdrInRange, .rdrDayPassive .rdrSelected, .rdrDayPassive .rdrStartEdge {
1376
+ display: none; }
1377
+
1378
+ .rdrDayDisabled {
1379
+ background-color: #f8f8f8; }
1380
+
1381
+ .rdrDayDisabled .rdrDayNumber span {
1382
+ color: #aeb9bf; }
1383
+
1384
+ .rdrDayDisabled .rdrDayEndPreview, .rdrDayDisabled .rdrDayInPreview, .rdrDayDisabled .rdrDayStartPreview, .rdrDayDisabled .rdrEndEdge, .rdrDayDisabled .rdrInRange, .rdrDayDisabled .rdrSelected, .rdrDayDisabled .rdrStartEdge {
1385
+ -webkit-filter: grayscale(100%) opacity(60%);
1386
+ filter: grayscale(100%) opacity(60%); }
1387
+
1388
+ .rdrMonthName {
1389
+ text-align: left;
1390
+ font-weight: 600;
1391
+ color: #849095;
1392
+ padding: .833em; }
1393
+
1394
+ .radio-wrap {
1395
+ margin-top: 8px;
1396
+ margin-bottom: 16px;
1397
+ display: block;
1398
+ line-height: 1.5rem; }
1399
+ .radio-wrap.flex-row {
1400
+ display: -webkit-box;
1401
+ display: -ms-flexbox;
1402
+ display: flex; }
1403
+ .radio-wrap.flex-row .mg-sm {
1404
+ margin-right: 1rem; }
1405
+ .radio-wrap div {
1406
+ margin-bottom: 16px;
1407
+ display: block; }
1408
+ .radio-wrap .radio-btn-wrap {
1409
+ position: relative;
1410
+ float: left;
1411
+ display: block; }
1412
+ .radio-wrap .radio-btn-wrap:hover .radio-btn-checkmark {
1413
+ --tw-border-opacity:1;
1414
+ border-color: rgba(244, 119, 56, var(--tw-border-opacity)); }
1415
+ .radio-wrap .radio-btn {
1416
+ position: absolute;
1417
+ height: 1.5rem;
1418
+ width: 1.5rem;
1419
+ cursor: pointer;
1420
+ opacity: 0; }
1421
+ .radio-wrap .radio-btn-checkmark {
1422
+ display: block;
1423
+ height: 1.5rem;
1424
+ width: 1.5rem;
1425
+ border-radius: 9999px;
1426
+ border-style: solid;
1427
+ --tw-border-opacity:1;
1428
+ border-color: rgba(70, 70, 70, var(--tw-border-opacity)); }
1429
+ .radio-wrap label {
1430
+ margin-left: 16px;
1431
+ font-size: 16px;
1432
+ line-height: 20px;
1433
+ --tw-text-opacity:1;
1434
+ color: rgba(11, 12, 12, var(--tw-text-opacity)); }
1435
+ .radio-wrap .radio-btn-checkmark:after {
1436
+ content: ""; }
1437
+ .radio-wrap .radio-btn-wrap input:checked ~ .radio-btn-checkmark {
1438
+ border-width: 1px;
1439
+ --tw-border-opacity:1;
1440
+ border-color: rgba(244, 119, 56, var(--tw-border-opacity)); }
1441
+ .radio-wrap .radio-btn-wrap input:checked ~ .radio-btn-checkmark:after {
1442
+ position: absolute;
1443
+ top: 6px;
1444
+ left: 6px;
1445
+ display: block;
1446
+ height: .75rem;
1447
+ width: .75rem;
1448
+ border-radius: 9999px;
1449
+ --tw-bg-opacity:1;
1450
+ background-color: rgba(244, 119, 56, var(--tw-bg-opacity)); }
1451
+
1452
+ @media (max-width: 425px) {
1453
+ .radio-wrap {
1454
+ -webkit-box-orient: vertical;
1455
+ -webkit-box-direction: normal;
1456
+ -ms-flex-direction: column;
1457
+ flex-direction: column;
1458
+ grid-gap: 0 !important;
1459
+ gap: 0 !important; } }
1460
+
1461
+ .reverse-radio-selection-wrapper div {
1462
+ display: -webkit-box;
1463
+ display: -ms-flexbox;
1464
+ display: flex;
1465
+ -webkit-box-orient: horizontal;
1466
+ -webkit-box-direction: reverse;
1467
+ -ms-flex-direction: row-reverse;
1468
+ flex-direction: row-reverse;
1469
+ -ms-flex-line-pack: justify;
1470
+ align-content: space-between;
1471
+ -webkit-box-pack: justify;
1472
+ -ms-flex-pack: justify;
1473
+ justify-content: space-between;
1474
+ place-content: space-between;
1475
+ -webkit-box-align: center;
1476
+ -ms-flex-align: center;
1477
+ align-items: center; }
1478
+
1479
+ .data-table {
1480
+ --tw-text-opacity:1;
1481
+ color: rgba(11, 12, 12, var(--tw-text-opacity)); }
1482
+ .data-table .row {
1483
+ margin-bottom: 8px;
1484
+ display: -webkit-box;
1485
+ display: -ms-flexbox;
1486
+ display: flex;
1487
+ --tw-border-opacity:1;
1488
+ border-color: rgba(0, 0, 0, var(--tw-border-opacity));
1489
+ padding-bottom: 8px; }
1490
+ .data-table .row span {
1491
+ width: 70%;
1492
+ display: contents; }
1493
+ .data-table .row h2 {
1494
+ width: 40%;
1495
+ font-weight: 700; }
1496
+ .data-table .row .value, .data-table .row h2 {
1497
+ font-size: 16px;
1498
+ line-height: 24px; }
1499
+ .data-table .row .value {
1500
+ width: 50%;
1501
+ word-break: break-all; }
1502
+ .data-table .row .caption {
1503
+ width: 70%;
1504
+ font-size: 16px;
1505
+ line-height: 24px;
1506
+ --tw-text-opacity:1;
1507
+ color: rgba(80, 90, 95, var(--tw-text-opacity)); }
1508
+ .data-table .last {
1509
+ border: none;
1510
+ padding: 0;
1511
+ margin: 0; }
1512
+
1513
+ @media (max-width: 425px) {
1514
+ .row {
1515
+ margin-bottom: 8px;
1516
+ display: -webkit-box;
1517
+ display: -ms-flexbox;
1518
+ display: flex;
1519
+ -webkit-box-orient: vertical;
1520
+ -webkit-box-direction: normal;
1521
+ -ms-flex-direction: column;
1522
+ flex-direction: column;
1523
+ padding-bottom: 8px; }
1524
+ .row .value, .row h2 {
1525
+ width: 100% !important; } }
1526
+
1527
+ .employee-data-table .row {
1528
+ margin-bottom: 8px;
1529
+ display: -webkit-box;
1530
+ display: -ms-flexbox;
1531
+ display: flex;
1532
+ padding-bottom: 8px; }
1533
+ .employee-data-table .row span {
1534
+ width: 70%;
1535
+ display: contents; }
1536
+ .employee-data-table .row h2 {
1537
+ width: 30%;
1538
+ font-weight: 700; }
1539
+ .employee-data-table .row .value, .employee-data-table .row h2 {
1540
+ font-size: 16px;
1541
+ line-height: 24px; }
1542
+ .employee-data-table .row .value {
1543
+ width: 50%; }
1544
+ .employee-data-table .row .value.status-row-radio div {
1545
+ margin-right: 1rem;
1546
+ width: 50%; }
1547
+ .employee-data-table .row .value.status-row-radio .mg-sm {
1548
+ width: 30%; }
1549
+ .employee-data-table .row .caption {
1550
+ width: 70%;
1551
+ font-size: 16px;
1552
+ line-height: 24px;
1553
+ --tw-text-opacity:1;
1554
+ color: rgba(80, 90, 95, var(--tw-text-opacity)); }
1555
+
1556
+ .employee-data-table .last {
1557
+ border: none;
1558
+ padding: 0;
1559
+ margin: 0; }
1560
+
1561
+ .employee-data-table.status-radio-table {
1562
+ margin-top: 1rem; }
1563
+ .employee-data-table.status-radio-table .row span {
1564
+ width: 24px;
1565
+ display: block;
1566
+ float: left;
1567
+ border-radius: 50%; }
1568
+
1569
+ .pt-citizen .data-table .row {
1570
+ -webkit-box-pack: justify;
1571
+ -ms-flex-pack: justify;
1572
+ justify-content: space-between; }
1573
+
1574
+ .table {
1575
+ width: 100%;
1576
+ --tw-bg-opacity:1;
1577
+ background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); }
1578
+ .table thead th {
1579
+ padding: 20px 18px;
1580
+ text-align: left;
1581
+ vertical-align: middle;
1582
+ font-weight: 700; }
1583
+ .table thead th:first-child {
1584
+ min-width: 256px; }
1585
+ .table tbody {
1586
+ border: none;
1587
+ padding: 0;
1588
+ margin: 0; }
1589
+ .table tbody td {
1590
+ --tw-border-opacity:1;
1591
+ border-color: rgba(214, 213, 212, var(--tw-border-opacity));
1592
+ text-align: left;
1593
+ vertical-align: middle;
1594
+ padding: "20px 18px"; }
1595
+
1596
+ .pagination {
1597
+ display: -webkit-box;
1598
+ display: -ms-flexbox;
1599
+ display: flex;
1600
+ -webkit-box-pack: end;
1601
+ -ms-flex-pack: end;
1602
+ justify-content: flex-end;
1603
+ background-color: rgba(255, 255, 255, var(--bg-opacity));
1604
+ border-top: 1px solid #d6d5d4;
1605
+ padding: 20px 40px 20px 0;
1606
+ color: #505a5f; }
1607
+ .pagination svg {
1608
+ fill: #505a5f;
1609
+ margin-left: 16px; }
1610
+
1611
+ .pagination button:first-child span:after {
1612
+ content: "\f105"; }
1613
+
1614
+ .fullWidth {
1615
+ width: 100% !important; }
1616
+
1617
+ .customTable {
1618
+ width: 100%; }
1619
+ .customTable th {
1620
+ font-weight: 700; }
1621
+ .customTable td, .customTable th {
1622
+ text-align: left;
1623
+ border-bottom: 1px solid #b1b4b6;
1624
+ padding: 15px 10px; }
1625
+ .customTable tr:nth-child(odd) {
1626
+ background-color: #eee; }
1627
+ .customTable tr:nth-child(2n) {
1628
+ background-color: #fff; }
1629
+ .customTable thead tr:first-child {
1630
+ background-color: unset; }
1631
+
1632
+ .table-fixed-first-column thead th:first-child {
1633
+ position: sticky;
1634
+ background: #fff;
1635
+ left: 0;
1636
+ border-right: 1px solid #b1b4b6;
1637
+ border-top-left-radius: 4px; }
1638
+
1639
+ .table-fixed-first-column tbody td:first-child {
1640
+ position: sticky;
1641
+ background: #fff;
1642
+ color: #f47738;
1643
+ left: 0;
1644
+ border-right: 1px solid #b1b4b6; }
1645
+
1646
+ .table-fixed-column-common-pay thead th:first-child {
1647
+ left: 0; }
1648
+
1649
+ .table-fixed-column-common-pay thead th:first-child, .table-fixed-column-common-pay thead th:last-child {
1650
+ position: sticky;
1651
+ background: #eee;
1652
+ border-top-left-radius: 4px; }
1653
+
1654
+ .table-fixed-column-common-pay thead th:last-child {
1655
+ right: 0; }
1656
+
1657
+ .table-fixed-column-common-pay tbody td:first-child {
1658
+ left: 0; }
1659
+
1660
+ .table-fixed-column-common-pay tbody td:first-child, .table-fixed-column-common-pay tbody td:last-child {
1661
+ position: sticky;
1662
+ background: #eee; }
1663
+
1664
+ .table-fixed-column-common-pay tbody td:last-child {
1665
+ right: 0; }
1666
+
1667
+ .table-fixed-first-second-column thead th:nth-child(2) {
1668
+ position: sticky;
1669
+ left: 0;
1670
+ background-color: #fff; }
1671
+
1672
+ .table-fixed-first-second-column tbody td:nth-child(2) {
1673
+ position: sticky;
1674
+ left: 0;
1675
+ background-color: inherit; }
1676
+
1677
+ .table-border-style {
1678
+ border: 1px solid #b1b4b6;
1679
+ border-radius: 4px;
1680
+ border-spacing: 0;
1681
+ border-collapse: initial; }
1682
+
1683
+ .dss-table-wrapper {
1684
+ width: 100%;
1685
+ display: block;
1686
+ overflow-x: auto; }
1687
+ .dss-table-wrapper table th .tooltip {
1688
+ min-width: 80px; }
1689
+ .dss-table-wrapper table tr td span {
1690
+ white-space: pre;
1691
+ min-width: 80px; }
1692
+
1693
+ .reports-table {
1694
+ margin-top: 2rem; }
1695
+ .reports-table thead th:first-child {
1696
+ min-width: unset; }
1697
+
1698
+ .sub-work-table {
1699
+ -webkit-box-pack: center;
1700
+ -ms-flex-pack: center;
1701
+ justify-content: center;
1702
+ padding: 0;
1703
+ border-collapse: collapse;
1704
+ border: 1px solid #ddd; }
1705
+ .sub-work-table td, .sub-work-table th {
1706
+ color: #0b0c0c;
1707
+ border: 1px solid #ddd;
1708
+ padding: 12px; }
1709
+ .sub-work-table th, .sub-work-table tr:hover {
1710
+ background-color: #efefef; }
1711
+ .sub-work-table th {
1712
+ padding: 10px;
1713
+ text-align: center;
1714
+ color: #0b0c0c; }
1715
+ .sub-work-table tr td span:hover {
1716
+ cursor: pointer; }
1717
+
1718
+ .table-fixed-first-column-wage-seekers thead th:first-child {
1719
+ position: sticky;
1720
+ background: #fff;
1721
+ left: 0;
1722
+ border-right: 1px solid #b1b4b6;
1723
+ border-top-left-radius: 4px; }
1724
+
1725
+ .table-fixed-first-column-wage-seekers tbody td:first-child {
1726
+ position: sticky;
1727
+ background: #fff;
1728
+ left: 0;
1729
+ border-right: 1px solid #b1b4b6; }
1730
+
1731
+ .table-wrapper.attendence-table {
1732
+ display: block;
1733
+ overflow-x: scroll; }
1734
+
1735
+ .table-wrapper .wage-seekers-table {
1736
+ width: 100%;
1737
+ -webkit-box-pack: center;
1738
+ -ms-flex-pack: center;
1739
+ justify-content: center;
1740
+ padding: 0;
1741
+ border-collapse: collapse;
1742
+ border: 1px solid #ddd; }
1743
+ .table-wrapper .wage-seekers-table.week-table {
1744
+ border: 1px solid #a6a6a6; }
1745
+ .table-wrapper .wage-seekers-table.week-table thead {
1746
+ background-color: #eee; }
1747
+ .table-wrapper .wage-seekers-table.week-table tbody tr {
1748
+ border-bottom: 1px solid #ddd;
1749
+ text-align: center; }
1750
+ .table-wrapper .wage-seekers-table.week-table tbody tr .total-attendence-label {
1751
+ font-weight: bolder; }
1752
+ .table-wrapper .wage-seekers-table.week-table tbody tr td[data-radio-selection=last-radio] {
1753
+ border: none; }
1754
+ .table-wrapper .wage-seekers-table.week-table tbody tr:nth-child(2n) td[data-radio-selection=last-radio] {
1755
+ border: none;
1756
+ background-color: #eee; }
1757
+ .table-wrapper .wage-seekers-table.week-table tbody tr td:nth-child(11) {
1758
+ border: none;
1759
+ border-right: 1px solid #a6a6a6; }
1760
+ .table-wrapper .wage-seekers-table.week-table tbody tr td[colspan="4"] {
1761
+ text-align: left; }
1762
+ .table-wrapper .wage-seekers-table.week-table tbody tr td[data-modified-amt=modified-amt] {
1763
+ background-color: #f5f5f5; }
1764
+ .table-wrapper .wage-seekers-table.week-table tbody tr td[data-last-row-cell=last-row] {
1765
+ font-weight: bolder;
1766
+ border: none;
1767
+ 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 {
1769
+ border-right: 1px solid #ddd !important; }
1770
+ .table-wrapper .wage-seekers-table.week-table .modified-amount {
1771
+ border: 1px solid;
1772
+ padding: 5px; }
1773
+ .table-wrapper .wage-seekers-table td, .table-wrapper .wage-seekers-table th {
1774
+ color: #0b0c0c;
1775
+ border: 1px solid #ddd;
1776
+ padding: 12px; }
1777
+ .table-wrapper .wage-seekers-table tr:hover {
1778
+ background-color: #efefef; }
1779
+ .table-wrapper .wage-seekers-table th {
1780
+ padding: 10px;
1781
+ text-align: center;
1782
+ color: #0b0c0c; }
1783
+ .table-wrapper .wage-seekers-table tr td span:hover {
1784
+ cursor: pointer; }
1785
+
1786
+ .percent-input {
1787
+ display: -webkit-box;
1788
+ display: -ms-flexbox;
1789
+ display: flex;
1790
+ -webkit-box-orient: horizontal;
1791
+ -webkit-box-direction: normal;
1792
+ -ms-flex-direction: row;
1793
+ flex-direction: row;
1794
+ padding: 4px; }
1795
+ .percent-input input {
1796
+ -webkit-box-flex: 2;
1797
+ -ms-flex-positive: 2;
1798
+ flex-grow: 2;
1799
+ height: 40px; }
1800
+ .percent-input input:focus {
1801
+ outline: none; }
1802
+ .percent-input button {
1803
+ border: 1px solid #505a5f;
1804
+ background: #eee;
1805
+ color: #fff;
1806
+ -webkit-box-align: start;
1807
+ -ms-flex-align: start;
1808
+ align-items: flex-start; }
1809
+
1810
+ .contractor-table {
1811
+ border-collapse: collapse;
1812
+ width: 100%; }
1813
+ .contractor-table table, .contractor-table td, .contractor-table th {
1814
+ border: 1.5px solid #000; }
1815
+ .contractor-table th {
1816
+ background-color: #ececec; }
1817
+
1818
+ .column-attendence {
1819
+ display: -webkit-box;
1820
+ display: -ms-flexbox;
1821
+ display: flex;
1822
+ -webkit-box-orient: vertical;
1823
+ -webkit-box-direction: normal;
1824
+ -ms-flex-direction: column;
1825
+ flex-direction: column;
1826
+ -webkit-box-pack: center;
1827
+ -ms-flex-pack: center;
1828
+ justify-content: center; }
1829
+
1830
+ .day-attendence {
1831
+ margin-left: .3rem;
1832
+ font-weight: 550; }
1833
+
1834
+ .date-attendence {
1835
+ opacity: .6;
1836
+ font-weight: 200; }
1837
+
1838
+ .filters-wrapper {
1839
+ display: none;
1840
+ padding: 20px 0 0;
1841
+ z-index: 1; }
1842
+ .filters-wrapper .filters-input {
1843
+ -ms-flex-preferred-size: 22%;
1844
+ flex-basis: 22%; }
1845
+ .filters-wrapper .filters-input:not(:first-of-type) {
1846
+ margin-left: 5%; }
1847
+ .filters-wrapper .switch-wrapper {
1848
+ display: -webkit-box;
1849
+ display: -ms-flexbox;
1850
+ display: flex;
1851
+ -webkit-box-pack: justify;
1852
+ -ms-flex-pack: justify;
1853
+ justify-content: space-between;
1854
+ max-width: 200px; }
1855
+ .filters-wrapper .switch-wrapper .radio-switch {
1856
+ display: none; }
1857
+ .filters-wrapper .switch-wrapper .radio-switch:checked ~ label {
1858
+ border-color: #f47738;
1859
+ color: #f47738; }
1860
+ .filters-wrapper .switch-wrapper label {
1861
+ border: 1px solid;
1862
+ padding: 6px 10px;
1863
+ display: block;
1864
+ border-style: solid;
1865
+ border-color: rgba(70, 70, 70, var(--tw-border-opacity)); }
1866
+ .filters-wrapper .switch-wrapper label:hover {
1867
+ border: 1px solid rgba(244, 119, 56, var(--tw-border-opacity)); }
1868
+
1869
+ .pickerShadow {
1870
+ -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
1871
+ box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
1872
+ width: inherit; }
1873
+
1874
+ .rdrNextPrevButton {
1875
+ margin: 5px; }
1876
+
1877
+ .rdrNextButton i {
1878
+ margin: 0 0 0 4px; }
1879
+
1880
+ .rdrMonth {
1881
+ width: inherit; }
1882
+
1883
+ .filter-close {
1884
+ -webkit-box-pack: end;
1885
+ -ms-flex-pack: end;
1886
+ justify-content: flex-end; }
1887
+
1888
+ .filter-close, .filter-header {
1889
+ display: -webkit-box;
1890
+ 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; }
1898
+
1899
+ .clearText {
1900
+ display: none; }
1901
+
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; } }
1915
+
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; } }
1929
+
1930
+ .employee .breadcrumb {
1931
+ margin-bottom: 24px;
1932
+ margin-left: 8px; }
1933
+
1934
+ .employee .ground-container {
1935
+ margin-bottom: 56px;
1936
+ display: -webkit-box;
1937
+ display: -ms-flexbox;
1938
+ display: flex;
1939
+ -webkit-box-orient: vertical;
1940
+ -webkit-box-direction: normal;
1941
+ -ms-flex-direction: column;
1942
+ flex-direction: column; }
1943
+
1944
+ .employee .card-home {
1945
+ font-size: 16px;
1946
+ padding: 0 0 16px;
1947
+ width: 92vw;
1948
+ display: inline-block;
1949
+ margin: 8px auto; }
1950
+
1951
+ .employee .home-action-cards {
1952
+ height: auto !important;
1953
+ min-height: 263px; }
1954
+
1955
+ .employee .topbar {
1956
+ position: fixed;
1957
+ top: 0;
1958
+ width: 100%;
1959
+ padding: 16px 24px;
1960
+ background: #fff;
1961
+ -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0 1px 4px;
1962
+ box-shadow: 0 1px 4px rgba(0, 0, 0, 0.24);
1963
+ z-index: 9999; }
1964
+ .employee .topbar img {
1965
+ display: inline; }
1966
+ .employee .topbar img.city {
1967
+ margin-right: 8px;
1968
+ height: 48px;
1969
+ width: 48px; }
1970
+ .employee .topbar img.state {
1971
+ height: 20px;
1972
+ max-height: 20px;
1973
+ width: auto; }
1974
+ .employee .topbar .ulb {
1975
+ font-weight: 700; }
1976
+ .employee .topbar .right {
1977
+ float: right;
1978
+ margin-top: 12px; }
1979
+ .employee .topbar .right .user-img-txt {
1980
+ background: #f47738;
1981
+ padding: 10px 15px;
1982
+ border-radius: 50%;
1983
+ color: #fff;
1984
+ font-weight: 700; }
1985
+
1986
+ .employee .loginContainer, .employee .main {
1987
+ padding-top: 88px; }
1988
+
1989
+ .employee .react-time-picker {
1990
+ width: 100%; }
1991
+
1992
+ .employee .react-time-picker__wrapper {
1993
+ border: 1px solid #464646; }
1994
+
1995
+ .employee .react-time-picker__clock {
1996
+ display: none; }
1997
+
1998
+ .employee .react-time-picker__inputGroup__leadingZero {
1999
+ padding-right: 8px;
2000
+ display: inline !important; }
2001
+
2002
+ .employee .react-time-picker__inputGroup__input {
2003
+ padding: 0;
2004
+ min-width: none;
2005
+ outline: none !important;
2006
+ border: none !important; }
2007
+
2008
+ .employee .react-time-picker__wrapper {
2009
+ padding-left: 8px; }
2010
+
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
+ .citizen .main {
2029
+ padding-top: 82px;
2030
+ min-height: calc(100vh - 90px); }
2031
+
2032
+ .citizen .sidebar, .employee .sidebar {
2033
+ position: fixed;
2034
+ left: 0;
2035
+ background: #22394d;
2036
+ height: 100%;
2037
+ color: #fff;
2038
+ margin-top: 80px;
2039
+ z-index: 10;
2040
+ -webkit-transition: all .3s ease;
2041
+ transition: all .3s ease;
2042
+ white-space: nowrap;
2043
+ height: calc(100vh - 36px);
2044
+ padding-bottom: 5rem; }
2045
+ .citizen .sidebar .actions, .employee .sidebar .actions {
2046
+ cursor: pointer;
2047
+ display: -webkit-box;
2048
+ display: -ms-flexbox;
2049
+ display: flex;
2050
+ -webkit-box-align: center;
2051
+ -ms-flex-align: center;
2052
+ align-items: center; }
2053
+ .citizen .sidebar .actions .tooltip, .employee .sidebar .actions .tooltip {
2054
+ margin-left: 16px; }
2055
+ .citizen .sidebar svg, .employee .sidebar svg {
2056
+ width: 24px;
2057
+ height: 24px;
2058
+ fill: #fff; }
2059
+ .citizen .sidebar a, .employee .sidebar a {
2060
+ display: -webkit-box;
2061
+ display: -ms-flexbox;
2062
+ display: flex; }
2063
+ .citizen .sidebar .sidebar-link, .employee .sidebar .sidebar-link {
2064
+ -webkit-box-pack: justify;
2065
+ -ms-flex-pack: justify;
2066
+ justify-content: space-between;
2067
+ padding: 20px; }
2068
+ .citizen .sidebar .sidebar-link.active, .employee .sidebar .sidebar-link.active {
2069
+ color: #f47738 !important;
2070
+ border-right: 4px solid #f47738; }
2071
+ .citizen .sidebar .sidebar-link.active svg, .employee .sidebar .sidebar-link.active svg {
2072
+ fill: #f47738 !important; }
2073
+ .citizen .sidebar .sidebar-link .employee-search-input, .employee .sidebar .sidebar-link .employee-search-input {
2074
+ border: none;
2075
+ outline: none;
2076
+ background-color: transparent;
2077
+ margin-left: 13px; }
2078
+ .citizen .sidebar .sidebar-link .custom-link .tooltip, .employee .sidebar .sidebar-link .custom-link .tooltip {
2079
+ margin-left: 16px; }
2080
+ .citizen .sidebar .sidebar-link .custom-link .tooltip span, .employee .sidebar .sidebar-link .custom-link .tooltip span {
2081
+ margin-left: unset !important;
2082
+ left: unset !important; }
2083
+ .citizen .sidebar .sidebar-link svg, .employee .sidebar .sidebar-link svg {
2084
+ fill: #fff !important;
2085
+ width: 21px;
2086
+ height: 21px; }
2087
+ .citizen .sidebar .sidebar-link:hover, .employee .sidebar .sidebar-link:hover {
2088
+ color: #f47738 !important;
2089
+ background-color: #486480;
2090
+ cursor: pointer; }
2091
+ .citizen .sidebar .sidebar-link:hover svg, .employee .sidebar .sidebar-link:hover svg {
2092
+ fill: #f47738 !important; }
2093
+ .citizen .sidebar .sidebar-link .search-icon-wrapper svg, .employee .sidebar .sidebar-link .search-icon-wrapper svg {
2094
+ fill: #fff !important;
2095
+ width: 21px;
2096
+ height: 21px; }
2097
+ .citizen .sidebar .sidebar-link .search-icon-wrapper svg path, .employee .sidebar .sidebar-link .search-icon-wrapper svg path {
2098
+ fill: #fff !important; }
2099
+ .citizen .sidebar .dropdown-link, .citizen .sidebar .sidebar-link, .employee .sidebar .dropdown-link, .employee .sidebar .sidebar-link {
2100
+ display: -webkit-box;
2101
+ display: -ms-flexbox;
2102
+ display: flex;
2103
+ color: #fff;
2104
+ -webkit-box-align: center;
2105
+ -ms-flex-align: center;
2106
+ align-items: center;
2107
+ font-size: 14px; }
2108
+ .citizen .sidebar .dropdown-link, .employee .sidebar .dropdown-link {
2109
+ height: 40px;
2110
+ margin-left: 40px;
2111
+ text-decoration: none; }
2112
+ .citizen .sidebar .dropdown-link .actions .tooltiptext, .employee .sidebar .dropdown-link .actions .tooltiptext {
2113
+ left: unset;
2114
+ right: 1%; }
2115
+ .citizen .sidebar .dropdown-link svg, .employee .sidebar .dropdown-link svg {
2116
+ width: 20px;
2117
+ height: 20px;
2118
+ fill: #fff; }
2119
+ .citizen .sidebar .dropdown-link:hover, .employee .sidebar .dropdown-link:hover {
2120
+ color: #fe7a51 !important;
2121
+ background-color: #486480;
2122
+ cursor: pointer; }
2123
+ .citizen .sidebar .dropdown-link:hover svg, .employee .sidebar .dropdown-link:hover svg {
2124
+ fill: #fe7a51 !important; }
2125
+ .citizen .sidebar .dropdown-link.active, .employee .sidebar .dropdown-link.active {
2126
+ color: #f47738 !important;
2127
+ border-right: 4px solid #f47738; }
2128
+ .citizen .sidebar .dropdown-link.active svg, .employee .sidebar .dropdown-link.active svg {
2129
+ fill: #f47738 !important; }
2130
+ .citizen .sidebar span, .employee .sidebar span {
2131
+ margin-left: 16px;
2132
+ text-overflow: ellipsis;
2133
+ overflow: hidden;
2134
+ white-space: nowrap; }
2135
+
2136
+ .citizen .wrapperStyles, .employee .wrapperStyles {
2137
+ margin-top: -5px;
2138
+ padding-left: 20px;
2139
+ padding-top: 10px; }
2140
+ .citizen .wrapperStyles .containerStyles, .employee .wrapperStyles .containerStyles {
2141
+ border: 1px solid #505a5f;
2142
+ padding: 16px;
2143
+ margin-bottom: 20px; }
2144
+ .citizen .wrapperStyles.leftBorder, .employee .wrapperStyles.leftBorder {
2145
+ border-left: 2px solid rgba(0, 0, 0, 0.12); }
2146
+
2147
+ .citizen .rowContainerStyles, .employee .rowContainerStyles {
2148
+ display: -webkit-box;
2149
+ display: -ms-flexbox;
2150
+ display: flex;
2151
+ -webkit-box-orient: vertical;
2152
+ -webkit-box-direction: normal;
2153
+ -ms-flex-direction: column;
2154
+ flex-direction: column; }
2155
+
2156
+ .citizen .tableContainerStyles, .employee .tableContainerStyles {
2157
+ border: 1px solid #505a5f;
2158
+ padding: 16px;
2159
+ margin-bottom: 20px; }
2160
+
2161
+ .citizen .historyTables, .employee .historyTables {
2162
+ display: grid;
2163
+ grid-template-rows: 100px 100px;
2164
+ grid-template-columns: repeat(5, minmax(100px, 1fr)); }
2165
+
2166
+ .citizen .historyContent, .employee .historyContent {
2167
+ margin: 0 10px;
2168
+ position: relative;
2169
+ padding-bottom: 5px; }
2170
+
2171
+ .citizen .historyCheckpoint, .employee .historyCheckpoint {
2172
+ background-color: #fe7a51;
2173
+ border-radius: 100%;
2174
+ width: 18px;
2175
+ height: 18px;
2176
+ display: inline-block;
2177
+ position: relative;
2178
+ left: -9px;
2179
+ top: 4px; }
2180
+ .citizen .historyCheckpoint.zIndex, .employee .historyCheckpoint.zIndex {
2181
+ z-index: 10; }
2182
+
2183
+ .citizen .historyTableDateLabel, .employee .historyTableDateLabel {
2184
+ color: rgba(0, 0, 0, 0.87);
2185
+ font-size: 16px;
2186
+ font-weight: 700;
2187
+ line-height: 17px;
2188
+ text-align: left;
2189
+ display: inline-block;
2190
+ padding-top: 5px; }
2191
+
2192
+ .citizen .bottomMargin, .employee .bottomMargin {
2193
+ margin-bottom: 0; }
2194
+
2195
+ .citizen .historyTableDate, .employee .historyTableDate {
2196
+ color: rgba(0, 0, 0, 0.87);
2197
+ font-size: 19px;
2198
+ font-weight: 400;
2199
+ line-height: 17px;
2200
+ text-align: left;
2201
+ display: inline-block;
2202
+ padding-top: 10px; }
2203
+
2204
+ .citizen .historyHorizontalBar, .employee .historyHorizontalBar {
2205
+ background-color: rgba(0, 0, 0, 0.12);
2206
+ width: auto;
2207
+ height: 2px;
2208
+ margin-left: 16px; }
2209
+
2210
+ .citizen .smallText, .employee .smallText {
2211
+ font-weight: 500;
2212
+ font-size: 14px; }
2213
+
2214
+ .citizen .sidebar {
2215
+ margin-top: 54px;
2216
+ min-width: 200px; }
2217
+ .citizen .sidebar .actions {
2218
+ display: -webkit-box;
2219
+ display: -ms-flexbox;
2220
+ display: flex;
2221
+ -webkit-box-align: center;
2222
+ -ms-flex-align: center;
2223
+ align-items: center;
2224
+ grid-gap: 10px;
2225
+ gap: 10px; }
2226
+
2227
+ .link {
2228
+ cursor: pointer;
2229
+ --tw-text-opacity:1;
2230
+ color: rgba(244, 119, 56, var(--tw-text-opacity)); }
2231
+ .link :hover {
2232
+ --tw-text-opacity:1;
2233
+ color: rgba(200, 96, 43, var(--tw-text-opacity)); }
2234
+
2235
+ .RightMostTopBarOptions {
2236
+ display: -webkit-box;
2237
+ display: -ms-flexbox;
2238
+ display: flex; }
2239
+ .RightMostTopBarOptions .EventNotificationWrapper {
2240
+ position: relative;
2241
+ margin-left: 16px;
2242
+ cursor: pointer; }
2243
+ .RightMostTopBarOptions .EventNotificationWrapper span {
2244
+ top: -10px;
2245
+ right: -10px;
2246
+ position: absolute;
2247
+ height: 1.25rem;
2248
+ width: 1.25rem;
2249
+ border-radius: 9999px;
2250
+ --tw-bg-opacity:1;
2251
+ background-color: rgba(212, 53, 28, var(--tw-bg-opacity));
2252
+ text-align: center; }
2253
+ .RightMostTopBarOptions .EventNotificationWrapper span p {
2254
+ line-height: 20px; }
2255
+ .RightMostTopBarOptions .select-wrap {
2256
+ margin-bottom: unset; }
2257
+ .RightMostTopBarOptions .select-wrap svg {
2258
+ fill: #fff; }
2259
+
2260
+ @media (min-width: 640px) {
2261
+ .employee .ground-container {
2262
+ display: block; }
2263
+ .employee .breadcrumb {
2264
+ margin-bottom: 24px;
2265
+ margin-left: 0; }
2266
+ .employee .card-home {
2267
+ width: 270px;
2268
+ margin-right: 10px;
2269
+ margin-bottom: 10px; }
2270
+ .employee .card-home-hrms {
2271
+ width: 405px;
2272
+ padding: 0;
2273
+ margin-right: 16px;
2274
+ margin-bottom: 16px; }
2275
+ .employee .main {
2276
+ -webkit-box-orient: vertical;
2277
+ -webkit-box-direction: normal;
2278
+ -ms-flex-direction: column;
2279
+ flex-direction: column;
2280
+ margin-left: 55px;
2281
+ width: calc(100% - 55px); }
2282
+ .employee .citizen-home-container, .employee .main {
2283
+ display: -webkit-box;
2284
+ display: -ms-flexbox;
2285
+ display: flex; }
2286
+ .employee .citizen-home-container {
2287
+ -webkit-box-orient: unset !important;
2288
+ -webkit-box-direction: unset !important;
2289
+ -ms-flex-direction: unset !important;
2290
+ flex-direction: unset !important;
2291
+ width: unset !important;
2292
+ margin-left: unset !important;
2293
+ padding-top: 58px; }
2294
+ .citizen .main {
2295
+ width: 100%;
2296
+ padding-top: 58px;
2297
+ height: 100%;
2298
+ display: -webkit-box;
2299
+ display: -ms-flexbox;
2300
+ display: flex;
2301
+ -webkit-box-pack: center;
2302
+ -ms-flex-pack: center;
2303
+ justify-content: center; } }
2304
+
2305
+ .fullWidth {
2306
+ width: 100%; }
2307
+
2308
+ .multi-select-container .disposal-text {
2309
+ font-weight: 700; }
2310
+
2311
+ .multi-select-container .disposal-info {
2312
+ margin-top: 16px;
2313
+ margin-bottom: 16px;
2314
+ margin-left: 8px; }
2315
+
2316
+ .multi-select-container .disposal-action-bar {
2317
+ display: -webkit-box;
2318
+ display: -ms-flexbox;
2319
+ display: flex;
2320
+ -webkit-box-align: center;
2321
+ -ms-flex-align: center;
2322
+ align-items: center;
2323
+ -webkit-box-pack: justify;
2324
+ -ms-flex-pack: justify;
2325
+ justify-content: space-between; }
2326
+
2327
+ @media (min-width: 780px) {
2328
+ .d-grid {
2329
+ display: grid;
2330
+ grid-template-columns: 250px 250px 250px 250px;
2331
+ grid-column-gap: 10px;
2332
+ -webkit-column-gap: 10px;
2333
+ -moz-column-gap: 10px;
2334
+ column-gap: 10px;
2335
+ grid-row-gap: 2px;
2336
+ row-gap: 2px;
2337
+ margin-left: -12px; } }
2338
+
2339
+ .m-auto {
2340
+ margin: auto !important; }
2341
+
2342
+ .mb-50 {
2343
+ margin-bottom: 50px; }
2344
+
2345
+ .mb-25 {
2346
+ margin-bottom: 25px; }
2347
+
2348
+ .back-wrapper {
2349
+ display: -webkit-box;
2350
+ display: -ms-flexbox;
2351
+ display: flex;
2352
+ -webkit-box-pack: justify;
2353
+ -ms-flex-pack: justify;
2354
+ justify-content: space-between; }
2355
+ .back-wrapper .top-back-btn {
2356
+ margin-bottom: 0;
2357
+ color: #fff;
2358
+ margin-right: 1em; }
2359
+ .back-wrapper .top-back-btn svg {
2360
+ fill: #fff; }
2361
+ .back-wrapper .hambuger-back-wrapper {
2362
+ display: -webkit-box;
2363
+ display: -ms-flexbox;
2364
+ display: flex; }
2365
+ @media (min-width: 780px) {
2366
+ .back-wrapper .hambuger-back-wrapper .hamburger-span {
2367
+ display: none; } }
2368
+
2369
+ @media (min-width: 780px) {
2370
+ .back-wrapper {
2371
+ margin-right: 2rem;
2372
+ margin-left: 2rem; } }
2373
+
2374
+ @media (min-width: 780px) {
2375
+ .user-profile {
2376
+ width: calc(100% - 219px);
2377
+ margin-left: 16px;
2378
+ margin-right: 16px; } }
2379
+
2380
+ .status-row-radio-wrapper {
2381
+ margin-right: 1rem; }
2382
+ .status-row-radio-wrapper input[type=radio] {
2383
+ margin-right: 1rem; }
2384
+
2385
+ .total-value-wrapper {
2386
+ display: -webkit-box;
2387
+ display: -ms-flexbox;
2388
+ display: flex;
2389
+ -webkit-box-orient: vertical;
2390
+ -webkit-box-direction: normal;
2391
+ -ms-flex-direction: column;
2392
+ flex-direction: column; }
2393
+
2394
+ .total-wrapper {
2395
+ margin: 1rem 0;
2396
+ display: grid;
2397
+ grid-template-columns: 1fr 1fr;
2398
+ font-weight: bolder; }
2399
+
2400
+ .total-wrapper .label {
2401
+ text-align: left; }
2402
+
2403
+ .total-wrapper .value {
2404
+ text-align: right; }
2405
+
2406
+ .bannerCard .language-button-container button {
2407
+ width: 7rem;
2408
+ height: 2.5rem; }
2409
+
2410
+ .upload-wrap {
2411
+ position: relative;
2412
+ margin-bottom: 24px;
2413
+ display: -webkit-box;
2414
+ display: -ms-flexbox;
2415
+ display: flex;
2416
+ height: 10rem;
2417
+ width: 100%;
2418
+ border-style: dashed;
2419
+ --tw-border-opacity:1;
2420
+ border-color: rgba(214, 213, 212, var(--tw-border-opacity));
2421
+ --tw-bg-opacity:1;
2422
+ background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
2423
+ padding-left: 8px;
2424
+ padding-right: 8px;
2425
+ max-width: 540px; }
2426
+ .upload-wrap img, .upload-wrap svg {
2427
+ display: block;
2428
+ margin-top: 58px;
2429
+ margin-left: calc(50% - 23px);
2430
+ height: 42px;
2431
+ width: 46px; }
2432
+ .upload-wrap input {
2433
+ position: absolute;
2434
+ top: 0;
2435
+ height: 100%;
2436
+ width: 100%;
2437
+ opacity: 0; }
2438
+
2439
+ .multi-upload-wrap {
2440
+ margin-bottom: 24px;
2441
+ display: -webkit-box;
2442
+ display: -ms-flexbox;
2443
+ display: flex; }
2444
+ .multi-upload-wrap div {
2445
+ display: block;
2446
+ position: relative;
2447
+ background-color: #fafafa;
2448
+ width: calc(33.33333% - 5.33333px);
2449
+ margin-right: 8px; }
2450
+ .multi-upload-wrap div .delete {
2451
+ position: absolute;
2452
+ height: 24px;
2453
+ width: 24px;
2454
+ border-radius: 100%;
2455
+ top: 2px;
2456
+ right: 2px; }
2457
+ .multi-upload-wrap .upload-img-container {
2458
+ border: 1px dashed #d6d5d4;
2459
+ margin: 0 !important; }
2460
+ .multi-upload-wrap .upload-img-container img {
2461
+ margin-left: auto;
2462
+ margin-right: auto;
2463
+ padding-top: calc(33% - 21px); }
2464
+ .multi-upload-wrap .upload-img-container svg {
2465
+ display: -webkit-box;
2466
+ display: -ms-flexbox;
2467
+ display: flex;
2468
+ margin: auto;
2469
+ margin-left: auto;
2470
+ margin-right: auto;
2471
+ top: calc(50% - 21px);
2472
+ position: relative; }
2473
+ .multi-upload-wrap .upload-img-container input {
2474
+ position: absolute;
2475
+ top: 0;
2476
+ height: 100%;
2477
+ width: 100%;
2478
+ opacity: 0; }
2479
+
2480
+ .upload-file-max-width {
2481
+ max-width: 540px; }
2482
+
2483
+ .upload-file {
2484
+ min-height: 56px;
2485
+ position: relative;
2486
+ width: 100%;
2487
+ --tw-border-opacity:1;
2488
+ border-color: rgba(70, 70, 70, var(--tw-border-opacity)); }
2489
+ .upload-file.upload-margin-bottom {
2490
+ margin-bottom: 16px; }
2491
+ .upload-file div {
2492
+ margin-top: 8px;
2493
+ display: -webkit-box;
2494
+ display: -ms-flexbox;
2495
+ display: flex;
2496
+ height: 100%;
2497
+ -webkit-box-orient: horizontal;
2498
+ -webkit-box-direction: normal;
2499
+ -ms-flex-direction: row;
2500
+ flex-direction: row;
2501
+ -ms-flex-wrap: wrap;
2502
+ flex-wrap: wrap;
2503
+ -webkit-box-align: center;
2504
+ -ms-flex-align: center;
2505
+ align-items: center;
2506
+ padding-left: 16px; }
2507
+ .upload-file .radio-wrapdiv {
2508
+ display: -webkit-box;
2509
+ display: -ms-flexbox;
2510
+ display: flex; }
2511
+ .upload-file .radio-wrapdiv .mg-sm {
2512
+ margin-right: 1rem; }
2513
+ .upload-file div .file-upload-status {
2514
+ margin-left: 8px;
2515
+ font-size: 16px;
2516
+ line-height: 24px; }
2517
+ .upload-file input {
2518
+ width: 160px;
2519
+ position: absolute;
2520
+ top: 0;
2521
+ left: 0;
2522
+ height: 100%;
2523
+ opacity: 0; }
2524
+
2525
+ @media (min-width: 780px) {
2526
+ .multi-upload-wrap img {
2527
+ width: 100%;
2528
+ height: 158px; } }
2529
+
2530
+ .display-none {
2531
+ display: none; }
2532
+
2533
+ .p-unset {
2534
+ padding: unset !important; }
2535
+
2536
+ .flex-one {
2537
+ -webkit-box-flex: 1;
2538
+ -ms-flex: 1 1 0%;
2539
+ flex: 1 1 0%; }
2540
+
2541
+ .display-flex-gap-2 {
2542
+ display: -webkit-box;
2543
+ display: -ms-flexbox;
2544
+ display: flex;
2545
+ grid-gap: .75rem;
2546
+ gap: .75rem; }
2547
+
2548
+ .rm-mb {
2549
+ margin-bottom: unset !important; }
2550
+
2551
+ .w-fullwidth {
2552
+ width: 100%; }
2553
+
2554
+ .margin-unset {
2555
+ margin: unset !important; }
2556
+
2557
+ .text-align-center {
2558
+ text-align: center; }
2559
+
2560
+ .desktop-only {
2561
+ display: none; }
2562
+
2563
+ @media (min-width: 780px) {
2564
+ .desktop-only {
2565
+ display: block; } }
2566
+
2567
+ .mobile-only {
2568
+ display: block; }
2569
+
2570
+ @media (min-width: 780px) {
2571
+ .mobile-only {
2572
+ display: none; } }
2573
+
2574
+ .dark {
2575
+ --tw-text-opacity:1;
2576
+ color: rgba(11, 12, 12, var(--tw-text-opacity)); }
2577
+
2578
+ .mrlg {
2579
+ margin-right: 24px; }
2580
+
2581
+ .mrsm {
2582
+ margin-right: 8px; }
2583
+
2584
+ .mbsm {
2585
+ margin-bottom: 8px; }
2586
+
2587
+ .home-link {
2588
+ margin-left: 16px;
2589
+ margin-bottom: 16px; }
2590
+ .home-link a {
2591
+ color: #1d70b8; }
2592
+
2593
+ .clear-search-label {
2594
+ color: #f47738;
2595
+ cursor: pointer; }
2596
+
2597
+ .search-submit-bar {
2598
+ margin-top: 32;
2599
+ margin-left: auto; }
2600
+
2601
+ .application-details-link-button {
2602
+ display: -webkit-box;
2603
+ display: -ms-flexbox;
2604
+ display: flex;
2605
+ -webkit-box-align: center;
2606
+ -ms-flex-align: center;
2607
+ align-items: center;
2608
+ -webkit-box-pack: justify;
2609
+ -ms-flex-pack: justify;
2610
+ justify-content: space-between; }
2611
+ .application-details-link-button .download-button {
2612
+ color: #f47738;
2613
+ margin-left: 8px; }
2614
+
2615
+ .response-download-button {
2616
+ margin-bottom: 8px;
2617
+ display: -webkit-box;
2618
+ display: -ms-flexbox;
2619
+ display: flex; }
2620
+ .response-download-button .download-button {
2621
+ color: #f47738;
2622
+ margin-left: 8px; }
2623
+
2624
+ .check-page-link-button {
2625
+ color: #f47738 !important; }
2626
+
2627
+ .pt-application-download-btn {
2628
+ display: -webkit-box;
2629
+ display: -ms-flexbox;
2630
+ display: flex;
2631
+ -webkit-box-pack: end;
2632
+ -ms-flex-pack: end;
2633
+ justify-content: flex-end;
2634
+ margin: 0 8px; }
2635
+
2636
+ .form-pt-dropdown-only .options-card {
2637
+ position: unset; }
2638
+
2639
+ .application-table-container {
2640
+ margin-top: 24px;
2641
+ margin-left: 24px;
2642
+ -webkit-box-flex: 1;
2643
+ -ms-flex: 1 1 0%;
2644
+ flex: 1 1 0%; }
2645
+
2646
+ .primary-label-btn {
2647
+ display: -webkit-box;
2648
+ display: -ms-flexbox;
2649
+ display: flex;
2650
+ grid-gap: 10px;
2651
+ gap: 10px;
2652
+ color: #f47738;
2653
+ cursor: pointer;
2654
+ font-weight: 500;
2655
+ width: -webkit-fit-content;
2656
+ width: -moz-fit-content;
2657
+ width: fit-content; }
2658
+ .primary-label-btn svg {
2659
+ fill: #f47738; }
2660
+
2661
+ .primaryColor {
2662
+ color: #0b0c0c !important; }
2663
+
2664
+ @media (hover: hover) {
2665
+ .primary-label-btn:hover {
2666
+ color: #000; }
2667
+ .primary-label-btn:hover svg {
2668
+ fill: #000; } }
2669
+
2670
+ .disabled {
2671
+ --tw-border-opacity:1!important;
2672
+ border-color: rgba(158, 158, 158, var(--tw-border-opacity)) !important;
2673
+ --tw-text-opacity:1!important;
2674
+ color: rgba(158, 158, 158, var(--tw-text-opacity)) !important;
2675
+ pointer-events: none !important; }
2676
+
2677
+ .card-date-input {
2678
+ position: absolute;
2679
+ top: 0;
2680
+ left: 0;
2681
+ width: 75%;
2682
+ --tw-border-opacity:1;
2683
+ border-right: 0;
2684
+ border-color: rgba(70, 70, 70, var(--tw-border-opacity));
2685
+ border-style: solid;
2686
+ --tw-bg-opacity:1;
2687
+ background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
2688
+ padding-left: 8px;
2689
+ outline: 1px solid transparent;
2690
+ height: 2.5rem; }
2691
+
2692
+ .h4 {
2693
+ margin-bottom: 8px; }
2694
+
2695
+ .react-time-picker {
2696
+ width: 194px;
2697
+ height: 2.5rem; }
2698
+ .react-time-picker__wrapper {
2699
+ border: 2px solid #0b0c0c;
2700
+ padding-left: 16px; }
2701
+ .react-time-picker__inputGroup__input {
2702
+ padding-left: 8px;
2703
+ padding-right: 8px;
2704
+ line-height: 2.5rem;
2705
+ min-width: 16px; }
2706
+ .react-time-picker__inputGroup__input:focus {
2707
+ outline: 2px solid #000; }
2708
+
2709
+ .border-none {
2710
+ border: none;
2711
+ -webkit-box-pack: justify;
2712
+ -ms-flex-pack: justify;
2713
+ justify-content: space-between; }
2714
+
2715
+ input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
2716
+ -webkit-appearance: none;
2717
+ margin: 0; }
2718
+
2719
+ input[type=number] {
2720
+ -moz-appearance: textfield; }
2721
+
2722
+ .static {
2723
+ display: -webkit-box;
2724
+ display: -ms-flexbox;
2725
+ display: flex;
2726
+ -webkit-box-orient: vertical;
2727
+ -webkit-box-direction: normal;
2728
+ -ms-flex-direction: column;
2729
+ flex-direction: column;
2730
+ min-height: 85vh; }
2731
+ .static-wrapper {
2732
+ -webkit-box-flex: 1;
2733
+ -ms-flex: 1;
2734
+ flex: 1;
2735
+ max-height: 75vh;
2736
+ overflow: scroll;
2737
+ -ms-overflow-style: none;
2738
+ scrollbar-width: none; }
2739
+ .static-wrapper::-webkit-scrollbar {
2740
+ display: none; }
2741
+
2742
+ .bill-summary {
2743
+ border: 1px solid #e8e7e6;
2744
+ width: 100%;
2745
+ --tw-bg-opacity:1;
2746
+ background-color: rgba(250, 250, 250, var(--tw-bg-opacity)); }
2747
+ .bill-summary .bill-account-details {
2748
+ margin-bottom: 16px;
2749
+ display: -webkit-box;
2750
+ display: -ms-flexbox;
2751
+ display: flex;
2752
+ padding: 5px; }
2753
+ .bill-summary .bill-account-details .label {
2754
+ width: 50%;
2755
+ font-weight: 700; }
2756
+ .bill-summary .bill-account-details .value {
2757
+ width: 50%;
2758
+ text-align: right; }
2759
+ .bill-summary .amount-details {
2760
+ margin-bottom: 16px;
2761
+ display: -webkit-box;
2762
+ display: -ms-flexbox;
2763
+ display: flex;
2764
+ -webkit-box-align: center;
2765
+ -ms-flex-align: center;
2766
+ align-items: center;
2767
+ padding: 5px; }
2768
+ .bill-summary .amount-details .label, .bill-summary .amount-details .value {
2769
+ width: 50%;
2770
+ font-weight: 700; }
2771
+ .bill-summary .amount-details .value {
2772
+ text-align: right;
2773
+ font-size: 18px; }
2774
+
2775
+ .bill-payment-amount {
2776
+ position: sticky;
2777
+ bottom: 0;
2778
+ --tw-bg-opacity:1;
2779
+ background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
2780
+ padding-bottom: 32px; }
2781
+ .bill-payment-amount .payment-amount-front {
2782
+ position: absolute;
2783
+ z-index: 10;
2784
+ display: -webkit-box;
2785
+ display: -ms-flexbox;
2786
+ display: flex;
2787
+ width: 2.5rem;
2788
+ -webkit-box-align: center;
2789
+ -ms-flex-align: center;
2790
+ align-items: center;
2791
+ -webkit-box-pack: center;
2792
+ -ms-flex-pack: center;
2793
+ justify-content: center;
2794
+ background-color: #efefef;
2795
+ padding: 7px 12px;
2796
+ color: #9a9a9a; }
2797
+
2798
+ .text-indent-xl input {
2799
+ text-indent: 40px; }
2800
+
2801
+ .select-payment-type {
2802
+ display: -webkit-box;
2803
+ display: -ms-flexbox;
2804
+ display: flex;
2805
+ -webkit-box-align: center;
2806
+ -ms-flex-align: center;
2807
+ align-items: center;
2808
+ -webkit-box-pack: center;
2809
+ -ms-flex-pack: center;
2810
+ justify-content: center;
2811
+ font-weight: 700;
2812
+ padding-top: 10px;
2813
+ padding-bottom: 25px; }
2814
+ .select-payment-type .value {
2815
+ font-size: 20px; }
2816
+
2817
+ .cheque-date {
2818
+ margin-bottom: 24px;
2819
+ display: -webkit-box;
2820
+ display: -ms-flexbox;
2821
+ display: flex;
2822
+ -webkit-box-align: center;
2823
+ -ms-flex-align: center;
2824
+ align-items: center;
2825
+ border: 2px solid #0b0c0c;
2826
+ border-radius: 2px; }
2827
+ .cheque-date input {
2828
+ width: 100%;
2829
+ text-indent: 5px;
2830
+ padding: 6px 0; }
2831
+ .cheque-date button, .cheque-date input {
2832
+ outline: 2px solid transparent;
2833
+ outline-offset: 2px;
2834
+ border: 0;
2835
+ background: transparent; }
2836
+ .cheque-date button {
2837
+ text-indent: 2px; }
2838
+
2839
+ .w-half {
2840
+ width: 50%; }
2841
+
2842
+ .ifsc-field {
2843
+ margin-bottom: 24px;
2844
+ display: -webkit-box;
2845
+ display: -ms-flexbox;
2846
+ display: flex;
2847
+ -webkit-box-align: center;
2848
+ -ms-flex-align: center;
2849
+ align-items: center;
2850
+ border: 2px solid #0b0c0c;
2851
+ border-radius: 2px; }
2852
+ .ifsc-field input {
2853
+ width: 100%;
2854
+ text-indent: 5px;
2855
+ padding: 6px 0; }
2856
+ .ifsc-field button, .ifsc-field input {
2857
+ outline: 2px solid transparent;
2858
+ outline-offset: 2px;
2859
+ border: 0;
2860
+ background: transparent; }
2861
+ .ifsc-field button {
2862
+ text-indent: 2px; }
2863
+
2864
+ .text-input {
2865
+ position: relative;
2866
+ width: 100%; }
2867
+ .text-input input:hover {
2868
+ --tw-border-opacity:1;
2869
+ border: 1px solid rgba(244, 119, 56, var(--tw-border-opacity)); }
2870
+
2871
+ .text-input-width {
2872
+ max-width: 540px; }
2873
+
2874
+ .text-mobile-input-width {
2875
+ max-width: 500px; }
2876
+
2877
+ .custom-time-picker {
2878
+ width: 100%;
2879
+ max-width: 200px; }
2880
+
2881
+ .sla-cell {
2882
+ --tw-text-opacity:1;
2883
+ color: rgba(80, 90, 95, var(--tw-text-opacity)); }
2884
+
2885
+ .submit-bar-search {
2886
+ margin-top: 32px;
2887
+ margin-left: 16px;
2888
+ max-width: 256px; }
2889
+
2890
+ .clear-search-container {
2891
+ display: -webkit-box;
2892
+ display: -ms-flexbox;
2893
+ display: flex;
2894
+ -webkit-box-align: center;
2895
+ -ms-flex-align: center;
2896
+ align-items: center;
2897
+ -webkit-box-pack: justify;
2898
+ -ms-flex-pack: justify;
2899
+ justify-content: space-between; }
2900
+
2901
+ .card-label-smaller {
2902
+ width: 33.333333%;
2903
+ margin-bottom: revert; }
2904
+
2905
+ .card-label-APK {
2906
+ width: 33.333333%;
2907
+ margin-bottom: revert;
2908
+ width: 100%; }
2909
+
2910
+ .underline {
2911
+ border-color: #e7e6e6;
2912
+ margin-bottom: 8px; }
2913
+
2914
+ .box-shadow-none {
2915
+ -webkit-box-shadow: none;
2916
+ box-shadow: none; }
2917
+
2918
+ .component-in-front {
2919
+ -webkit-box-align: center;
2920
+ -ms-flex-align: center;
2921
+ align-items: center;
2922
+ -webkit-box-pack: center;
2923
+ -ms-flex-pack: center;
2924
+ justify-content: center; }
2925
+
2926
+ .component-in-front, .subform-composer {
2927
+ display: -webkit-box;
2928
+ display: -ms-flexbox;
2929
+ display: flex; }
2930
+
2931
+ .inbox-search-container .result {
2932
+ margin-top: 24px; }
2933
+
2934
+ .payment-form-text-input-correction {
2935
+ width: 100% !important; }
2936
+
2937
+ .edcr-citizen-inbox thead th:first-child {
2938
+ min-width: 155px; }
2939
+
2940
+ .error-boundary {
2941
+ width: 100vw;
2942
+ height: 100vh;
2943
+ font-size: 16px;
2944
+ font-family: sans-serif;
2945
+ display: -webkit-box;
2946
+ display: -ms-flexbox;
2947
+ display: flex;
2948
+ -webkit-box-pack: center;
2949
+ -ms-flex-pack: center;
2950
+ justify-content: center;
2951
+ -webkit-box-align: center;
2952
+ -ms-flex-align: center;
2953
+ align-items: center;
2954
+ -webkit-box-orient: vertical;
2955
+ -webkit-box-direction: normal;
2956
+ -ms-flex-direction: column;
2957
+ flex-direction: column; }
2958
+ .error-boundary .error-container {
2959
+ display: -webkit-box;
2960
+ display: -ms-flexbox;
2961
+ display: flex;
2962
+ width: 400px;
2963
+ -webkit-box-pack: center;
2964
+ -ms-flex-pack: center;
2965
+ justify-content: center;
2966
+ -webkit-box-align: center;
2967
+ -ms-flex-align: center;
2968
+ align-items: center;
2969
+ -webkit-box-orient: vertical;
2970
+ -webkit-box-direction: normal;
2971
+ -ms-flex-direction: column;
2972
+ flex-direction: column; }
2973
+ .error-boundary .error-container h1 {
2974
+ font-size: 32px;
2975
+ font-weight: 700; }
2976
+ .error-boundary .error-container button {
2977
+ height: 40px;
2978
+ width: 153px;
2979
+ border-radius: 0;
2980
+ padding: 8px 24px;
2981
+ color: #fff;
2982
+ cursor: pointer;
2983
+ background-color: #f47738; }
2984
+
2985
+ .error-boundary details, .error-boundary summary {
2986
+ width: 300px;
2987
+ background-color: #da6464;
2988
+ margin: 5px;
2989
+ border: 2px solid #222;
2990
+ border-radius: 3px;
2991
+ padding: 3px; }
2992
+
2993
+ .full-width-card {
2994
+ width: 92vw !important; }
2995
+
2996
+ .full-employee-card-link {
2997
+ width: 100% !important;
2998
+ margin: 7px 0; }
2999
+
3000
+ .full-employee-card-height {
3001
+ height: unset !important; }
3002
+
3003
+ @media (min-width: 640px) {
3004
+ .full-employee-card-height {
3005
+ height: 196px !important; }
3006
+ .full-employee-card-link {
3007
+ width: 30% !important; }
3008
+ .full-width-card {
3009
+ width: 100% !important; } }
3010
+
3011
+ @media (min-width: 780px) {
3012
+ .complaint-summary {
3013
+ -webkit-box-flex: 1;
3014
+ -ms-flex: 1 0 auto;
3015
+ flex: 1 0 auto;
3016
+ margin-left: 1rem;
3017
+ margin-top: 1rem; } }
3018
+
3019
+ @media (min-width: 780px) {
3020
+ .citizen-form-wrapper {
3021
+ width: calc(100% - 219px);
3022
+ display: -webkit-box;
3023
+ display: -ms-flexbox;
3024
+ display: flex;
3025
+ -webkit-box-pack: center;
3026
+ -ms-flex-pack: center;
3027
+ justify-content: center;
3028
+ margin-top: 1rem;
3029
+ padding-left: 16px;
3030
+ padding-right: 16px; } }
3031
+
3032
+ @media (min-width: 780px) {
3033
+ .citizen-card-container {
3034
+ padding-left: 15px;
3035
+ padding-right: 15px;
3036
+ margin-top: 1rem; } }
3037
+
3038
+ @media (min-width: 780px) {
3039
+ .bill-citizen, .bills-citizen-wrapper, .citizen-all-services-wrapper, .citizen-obps-wrapper, .engagement-citizen-wrapper, .fsm-citizen-wrapper, .mcollect-citizen, .payer-bills-citizen-wrapper, .pgr-citizen-wrapper, .pt-citizen, .selection-card-wrapper, .tl-citizen, .ws-citizen-wrapper {
3040
+ width: calc(100% - 219px);
3041
+ padding-left: 16px;
3042
+ padding-right: 16px;
3043
+ margin-top: 1rem; } }
3044
+
3045
+ @media only screen and (max-width: 768px) {
3046
+ .error-boundary {
3047
+ height: 75vh; } }
3048
+
3049
+ .employee-app-wrapper {
3050
+ min-height: calc(100vh - 8em); }
3051
+
3052
+ .ws-custom-wrapper .submit {
3053
+ display: -webkit-box !important;
3054
+ display: -ms-flexbox !important;
3055
+ display: flex !important;
3056
+ -webkit-box-orient: horizontal !important;
3057
+ -webkit-box-direction: reverse !important;
3058
+ -ms-flex-direction: row-reverse !important;
3059
+ flex-direction: row-reverse !important;
3060
+ width: 100% !important;
3061
+ -webkit-box-align: center;
3062
+ -ms-flex-align: center;
3063
+ align-items: center; }
3064
+ .ws-custom-wrapper .submit button {
3065
+ width: 240px !important; }
3066
+ .ws-custom-wrapper .submit p {
3067
+ width: unset;
3068
+ margin-right: 1rem; }
3069
+
3070
+ .connection-details-old-value-wrapper .old-value-null-wrapper, .plumber-details-old-value-wrapper .old-value-null-wrapper {
3071
+ visibility: hidden;
3072
+ padding-bottom: 8px;
3073
+ margin-bottom: 8px; }
3074
+
3075
+ .connection-details-old-value-wrapper .row, .plumber-details-old-value-wrapper .row {
3076
+ color: #b1b4b6;
3077
+ font-weight: 700;
3078
+ font-size: 16px; }
3079
+
3080
+ .plumber-details-new-value-wrapper {
3081
+ -webkit-box-flex: 2;
3082
+ -ms-flex: 2 1 auto;
3083
+ flex: 2 1 auto; }
3084
+
3085
+ .connection-details-new-value-wrapper {
3086
+ -webkit-box-flex: 1;
3087
+ -ms-flex: 1 1 auto;
3088
+ flex: 1 1 auto; }
3089
+
3090
+ .connection-details-old-value-wrapper, .plumber-details-old-value-wrapper {
3091
+ -webkit-box-flex: 1;
3092
+ -ms-flex: 1 1 auto;
3093
+ flex: 1 1 auto; }
3094
+ .connection-details-old-value-wrapper .old-value-null-wrapper, .plumber-details-old-value-wrapper .old-value-null-wrapper {
3095
+ visibility: hidden;
3096
+ padding-bottom: 8px;
3097
+ margin-bottom: 8px; }
3098
+ .connection-details-old-value-wrapper .row, .plumber-details-old-value-wrapper .row {
3099
+ color: #b1b4b6;
3100
+ font-weight: 700;
3101
+ font-size: 16px; }
3102
+
3103
+ .modal-header-ws {
3104
+ padding: 1rem;
3105
+ font-weight: 400; }
3106
+
3107
+ .modal-body-ws {
3108
+ padding: 1rem;
3109
+ font-weight: 700;
3110
+ color: #0b0c0c;
3111
+ font-size: 24px;
3112
+ margin-bottom: 1rem; }
3113
+
3114
+ .privacy-icon {
3115
+ cursor: pointer; }
3116
+
3117
+ .privacy-icon:hover path {
3118
+ fill: #f47738; }
3119
+
3120
+ .attendance-view-table thead {
3121
+ background-color: #dbd3d3; }
3122
+ .attendance-view-table thead th {
3123
+ font-size: 12px;
3124
+ padding: 8px;
3125
+ font-weight: 500;
3126
+ border: 1px solid grey; }
3127
+
3128
+ .employeeCard.card-no-margin {
3129
+ margin-left: 0 !important;
3130
+ padding: 0;
3131
+ -webkit-box-shadow: none;
3132
+ box-shadow: none; }
3133
+
3134
+ .attendance-date-range {
3135
+ width: 60%; }
3136
+
3137
+ .date-range-pair {
3138
+ display: grid;
3139
+ grid-template-columns: 1fr 1fr;
3140
+ padding-top: 8px;
3141
+ margin-top: 8px; }
3142
+ .date-range-pair .attendence-date-picker {
3143
+ width: 80%; }
3144
+ .date-range-pair h2 {
3145
+ font-weight: bolder; }
3146
+ .date-range-pair .disabled {
3147
+ border-color: #9e9e9e;
3148
+ pointer-events: none !important; }
3149
+ .date-range-pair .disabled input {
3150
+ color: #9e9e9e !important; }
3151
+ .date-range-pair .disabled svg {
3152
+ fill: #9e9e9e; }
3153
+
3154
+ @media (max-width: 425px) {
3155
+ .date-range-pair {
3156
+ display: -webkit-box;
3157
+ display: -ms-flexbox;
3158
+ display: flex; }
3159
+ .date-range-pair .attendence-date-picker {
3160
+ width: 100%; } }
3161
+
3162
+ .week-table-card-wrapper {
3163
+ display: contents; }
3164
+
3165
+ .header-left-margin {
3166
+ margin-left: 22px; }
3167
+
3168
+ .expand-collapse-wrapper {
3169
+ display: -webkit-box;
3170
+ display: -ms-flexbox;
3171
+ display: flex;
3172
+ -webkit-box-orient: vertical;
3173
+ -webkit-box-direction: normal;
3174
+ -ms-flex-direction: column;
3175
+ flex-direction: column;
3176
+ margin-top: 1rem; }
3177
+
3178
+ .expand-collapse-header {
3179
+ background-color: #f2f2f2;
3180
+ display: grid;
3181
+ grid-template-columns: 1fr 1fr;
3182
+ -webkit-box-align: center;
3183
+ -ms-flex-align: center;
3184
+ align-items: center;
3185
+ padding: 12px;
3186
+ position: relative;
3187
+ font-weight: bolder;
3188
+ border: 1px solid #828282;
3189
+ border-radius: 4px; }
3190
+
3191
+ .icon-toggle {
3192
+ position: absolute;
3193
+ right: 10px;
3194
+ top: 50%;
3195
+ -webkit-transform: translateY(-50%);
3196
+ transform: translateY(-50%);
3197
+ cursor: pointer; }
3198
+
3199
+ .expand-collapse-header .label {
3200
+ display: block;
3201
+ text-align: left; }
3202
+
3203
+ .expand-collapse-header .value {
3204
+ display: block;
3205
+ text-align: right;
3206
+ margin-right: 2rem; }
3207
+
3208
+ .toggling-wrapper {
3209
+ -webkit-box-flex: 1;
3210
+ -ms-flex: 1;
3211
+ flex: 1;
3212
+ padding: 0 1rem;
3213
+ -webkit-box-sizing: border-box;
3214
+ box-sizing: border-box; }
3215
+
3216
+ .toggling-wrapper, .toggling-wrapper.collapse {
3217
+ -webkit-transition: .2s ease-in-out;
3218
+ transition: .2s ease-in-out; }
3219
+
3220
+ .toggling-wrapper.collapse {
3221
+ -webkit-box-flex: 0;
3222
+ -ms-flex: none;
3223
+ flex: none;
3224
+ overflow: hidden;
3225
+ height: 0; }
3226
+
3227
+ .employeeCard:empty {
3228
+ padding: 0 !important; }
3229
+
3230
+ @media (max-width: 425px) {
3231
+ .employeeCard .card-section-header {
3232
+ margin-bottom: 16px; }
3233
+ .employeeCard:empty {
3234
+ padding: 0 !important; } }
3235
+
3236
+ .create-new-org {
3237
+ height: 4rem;
3238
+ padding: 1rem;
3239
+ position: relative; }
3240
+
3241
+ .create-new-org-btn {
3242
+ width: 322px;
3243
+ height: 40px;
3244
+ position: absolute;
3245
+ top: 0;
3246
+ right: 1rem;
3247
+ background: #fff;
3248
+ border: 1px solid #f47738;
3249
+ padding: 6px;
3250
+ color: #f47738;
3251
+ display: -webkit-box;
3252
+ display: -ms-flexbox;
3253
+ display: flex;
3254
+ -webkit-box-align: center;
3255
+ -ms-flex-align: center;
3256
+ align-items: center; }
3257
+ .create-new-org-btn svg {
3258
+ margin: 0 15px; }
3259
+
3260
+ .bills-menu-options {
3261
+ cursor: pointer;
3262
+ margin: 1rem;
3263
+ text-decoration: underline; }
3264
+
3265
+ .no-data-found {
3266
+ height: 100%;
3267
+ width: 100%;
3268
+ display: -webkit-box;
3269
+ display: -ms-flexbox;
3270
+ display: flex;
3271
+ -webkit-box-orient: vertical;
3272
+ -webkit-box-direction: normal;
3273
+ -ms-flex-direction: column;
3274
+ flex-direction: column;
3275
+ -webkit-box-pack: center;
3276
+ -ms-flex-pack: center;
3277
+ justify-content: center;
3278
+ -webkit-box-align: center;
3279
+ -ms-flex-align: center;
3280
+ align-items: center; }
3281
+ .no-data-found .error-msg {
3282
+ margin-top: 2rem; }
3283
+
3284
+ .status-value-link {
3285
+ color: #f47738; }
3286
+
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; }
3295
+
3296
+ .sub-project-table-wrapper {
3297
+ overflow-x: scroll; }
3298
+ .sub-project-table-wrapper .project-details-table {
3299
+ position: relative; }
3300
+ .sub-project-table-wrapper .project-details-table .sub-projects-details-field-mt {
3301
+ margin-top: 1.5rem; }
3302
+ .sub-project-table-wrapper .project-details-table .projects-subProject-details-error {
3303
+ width: 100%;
3304
+ position: absolute;
3305
+ margin-top: 3px; }
3306
+ .sub-project-table-wrapper .project-details-table .projects-subProject-details-error.dropdown-field {
3307
+ margin-top: -21px; }