@pmidc/upyog-css 1.1.0 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (125) hide show
  1. package/dist/index.css +6464 -8264
  2. package/dist/index.min.css +1 -1
  3. package/package.json +1 -1
  4. package/src/components/CardBasedOptions.scss +110 -530
  5. package/src/components/CitizenHomeCard.scss +228 -228
  6. package/src/components/EllipsisMenu.scss +16 -16
  7. package/src/components/EventCalendarView.scss +9 -9
  8. package/src/components/FAQ.scss +63 -63
  9. package/src/components/OnGroundEventCard.scss +71 -71
  10. package/src/components/PageBasedInput.scss +30 -30
  11. package/src/components/PopupHeadingLabel.scss +14 -14
  12. package/src/components/PropertySearchForm.scss +58 -58
  13. package/src/components/SearchForm.scss +56 -56
  14. package/src/components/SearchOnRadioButton.scss +9 -9
  15. package/src/components/StandaloneSearchBar.scss +9 -9
  16. package/src/components/TimeLine.scss +68 -96
  17. package/src/components/WhatsNewCard.scss +12 -12
  18. package/src/components/actionLink.scss +3 -3
  19. package/src/components/actionbar.scss +96 -96
  20. package/src/components/bannercomponents.scss +137 -137
  21. package/src/components/body.scss +147 -157
  22. package/src/components/buttons.scss +50 -57
  23. package/src/components/card.scss +436 -588
  24. package/src/components/cardHeaderWithOptions.scss +13 -13
  25. package/src/components/changeLanguage.scss +3 -3
  26. package/src/components/charts.scss +185 -185
  27. package/src/components/checkbox.scss +83 -83
  28. package/src/components/checkpoint.scss +65 -65
  29. package/src/components/citizenInfoLabel.scss +14 -14
  30. package/src/components/custombtn.scss +15 -15
  31. package/src/components/datatable.scss +116 -116
  32. package/src/components/datewrap.scss +21 -21
  33. package/src/components/detailscard.scss +6 -6
  34. package/src/components/detailscontainer.scss +13 -13
  35. package/src/components/filters.scss +97 -97
  36. package/src/components/grey.scss +3 -3
  37. package/src/components/hoc/InboxComposer.scss +115 -115
  38. package/src/components/howItWorks.scss +71 -71
  39. package/src/components/imageviewer.scss +33 -33
  40. package/src/components/info-banner.scss +35 -35
  41. package/src/components/inputotp.scss +15 -15
  42. package/src/components/keynote.scss +27 -29
  43. package/src/components/languageSelector.scss +24 -24
  44. package/src/components/loader.scss +96 -96
  45. package/src/components/map.scss +30 -30
  46. package/src/components/metricsTable.scss +26 -26
  47. package/src/components/multiLink.scss +87 -87
  48. package/src/components/multiSelectDropdown.scss +72 -88
  49. package/src/components/navbar.scss +345 -338
  50. package/src/components/plusMinus.scss +15 -15
  51. package/src/components/popup.scss +15 -15
  52. package/src/components/radiobtn.scss +44 -44
  53. package/src/components/ratingstar.scss +33 -33
  54. package/src/components/roundedLabel.scss +10 -10
  55. package/src/components/searchAction.scss +20 -27
  56. package/src/components/sectionalDropdown.scss +43 -43
  57. package/src/components/selectdropdown.scss +205 -276
  58. package/src/components/staticDynamicMessages.scss +110 -110
  59. package/src/components/staticSideBar.scss +27 -27
  60. package/src/components/statushighlight.scss +17 -17
  61. package/src/components/submiterrors.scss +11 -11
  62. package/src/components/summary.scss +28 -28
  63. package/src/components/table.scss +178 -362
  64. package/src/components/tag.scss +27 -27
  65. package/src/components/telephone.scss +17 -17
  66. package/src/components/textfields.scss +111 -119
  67. package/src/components/toast.scss +31 -31
  68. package/src/components/toggleSwitch.scss +40 -40
  69. package/src/components/topbar.scss +147 -217
  70. package/src/components/uploadcomponents.scss +113 -113
  71. package/src/index.scss +969 -975
  72. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -8
  73. package/src/pages/citizen/DocumentList.scss +305 -384
  74. package/src/pages/citizen/Events.scss +46 -46
  75. package/src/pages/citizen/HomePageWrapper.scss +165 -214
  76. package/src/pages/citizen/SurveyList.scss +21 -21
  77. package/src/pages/citizen/citizenDocument.scss +21 -25
  78. package/src/pages/citizen/citizenNewLogin.scss +193 -357
  79. package/src/pages/citizen/container.scss +22 -32
  80. package/src/pages/citizen/loaderMessage.scss +295 -295
  81. package/src/pages/citizen/payment/payment-type.scss +2 -2
  82. package/src/pages/citizen/updatePropertyNumber.scss +46 -46
  83. package/src/pages/common/form.scss +25 -25
  84. package/src/pages/common/pgrUICssfix.scss +105 -105
  85. package/src/pages/common/requiredField.scss +2 -2
  86. package/src/pages/common/sanctionFeeTable.scss +91 -91
  87. package/src/pages/common/searchIcon.scss +12 -12
  88. package/src/pages/common/stepForm.scss +40 -40
  89. package/src/pages/employee/EmployeeLogin.scss +6 -6
  90. package/src/pages/employee/cardfix.scss +13 -13
  91. package/src/pages/employee/container.scss +73 -73
  92. package/src/pages/employee/dashboard.scss +203 -203
  93. package/src/pages/employee/disconnection.scss +425 -425
  94. package/src/pages/employee/dss.scss +249 -251
  95. package/src/pages/employee/faq.scss +353 -353
  96. package/src/pages/employee/footer.scss +68 -68
  97. package/src/pages/employee/form-fields.scss +13 -13
  98. package/src/pages/employee/iframe.scss +65 -65
  99. package/src/pages/employee/inbox.scss +744 -744
  100. package/src/pages/employee/index.scss +678 -674
  101. package/src/pages/employee/landing.scss +324 -324
  102. package/src/pages/employee/login.scss +595 -253
  103. package/src/pages/employee/oldMobileInbox.scss +4 -4
  104. package/src/pages/employee/popupmodule.scss +47 -47
  105. package/src/pages/employee/response.scss +2 -2
  106. package/src/pages/employee/scroll-table.scss +113 -113
  107. package/src/pages/employee/surveys.scss +469 -469
  108. package/src/pages/employee/tooltip.scss +35 -35
  109. package/src/pages/employee/updateNumber.scss +12 -12
  110. package/src/pages/swach/index.scss +172 -172
  111. package/src/pages/ws/index.scss +104 -104
  112. package/svg/camera.svg +4 -4
  113. package/svg/check.svg +3 -3
  114. package/svg/close.svg +4 -4
  115. package/svg/error.svg +3 -3
  116. package/svg/error2.svg +5 -5
  117. package/svg/searchicon.svg +3 -3
  118. package/svg/starempty.svg +3 -3
  119. package/svg/starfilled.svg +4 -4
  120. package/svg/success.svg +3 -3
  121. package/src/components/NewAccordianCitizen.scss +0 -130
  122. package/src/components/newFooter.scss +0 -75
  123. package/src/pages/citizen/CitizenLogin.scss +0 -50
  124. package/src/pages/citizen/InboxCard.scss +0 -327
  125. package/src/pages/employee/header.scss +0 -262
@@ -1,588 +1,436 @@
1
-
2
-
3
- .card {
4
- background: linear-gradient(135deg, #ffffff 0%, #f8fafb 100%);
5
- margin: 8px;
6
- padding: 20px 24px 28px 24px;
7
- max-width: 95vw;
8
- width: 100%;
9
- border-radius: 14px;
10
- border: 1px solid #e1e8f0;
11
- box-shadow: 0 12px 32px rgba(30, 58, 138, 0.08), 0 4px 12px rgba(0, 0, 0, 0.04);
12
- transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
13
- position: relative;
14
- overflow: visible;
15
-
16
-
17
- .card-header {
18
- font-size: 20px;
19
- font-weight: 800;
20
- color: #0f172a;
21
- text-align: left;
22
- margin-bottom: 12px;
23
- letter-spacing: 0.3px;
24
- display: flex;
25
- align-items: center;
26
- justify-content: space-between;
27
- }
28
-
29
- .card-sub-header {
30
- font-size: 14px;
31
- font-weight: 700;
32
- color: #1e293b;
33
- text-align: left;
34
- margin-bottom: 8px;
35
- text-transform: uppercase;
36
- letter-spacing: 0.4px;
37
- }
38
-
39
- .card-caption {
40
- font-size: 13px;
41
- color: #64748b;
42
- margin-bottom: 8px;
43
- font-weight: 500;
44
- }
45
-
46
- .card-text {
47
- font-size: 14px;
48
- color: #475569;
49
- text-align: left;
50
- margin-bottom: 16px;
51
- line-height: 1.6;
52
-
53
- span {
54
- color: #0f172a;
55
- font-weight: 600;
56
- }
57
- }
58
-
59
- .card-text-primary {
60
- font-size: 14px;
61
- color: #0f172a;
62
- font-weight: 600;
63
- }
64
-
65
- .card-text-button {
66
- color: #2563eb;
67
- font-size: 13px;
68
- font-weight: 700;
69
- }
70
-
71
- .card-label {
72
- font-size: 12px;
73
- color: #0f172a;
74
- margin-bottom: 8px;
75
- font-weight: 700;
76
- text-transform: uppercase;
77
- letter-spacing: 0.5px;
78
- }
79
-
80
- .card-label-error {
81
- display: block;
82
- font-size: 12px;
83
- color: #dc2626;
84
- margin-bottom: 16px;
85
- font-weight: 600;
86
- }
87
-
88
- .card-label-desc {
89
- font-weight: 700;
90
- color: #475569;
91
- font-size: 13px;
92
- margin-bottom: 16px;
93
- text-transform: uppercase;
94
- letter-spacing: 0.3px;
95
- }
96
-
97
- .card-link {
98
- display: inline-block;
99
- text-align: center;
100
- color: #2563eb;
101
- margin-top: 16px;
102
- cursor: pointer;
103
- font-weight: 700;
104
- font-size: 13px;
105
- padding: 8px 16px;
106
- border-radius: 8px;
107
- background: rgba(37, 99, 235, 0.08);
108
- transition: all 0.2s ease;
109
- text-decoration: none;
110
-
111
- &:hover {
112
- background: rgba(37, 99, 235, 0.16);
113
- transform: translateX(2px);
114
- }
115
- }
116
- }
117
-
118
- .validation-error {
119
- display: block;
120
- font-size: 12px;
121
- color: #dc2626;
122
- font-weight: 600;
123
- }
124
-
125
- .docsDescription {
126
- color: #0b0c0c !important;
127
- }
128
-
129
- .field-container {
130
- display: flex;
131
- align-items: center;
132
- }
133
-
134
- .employeeCard {
135
- background: linear-gradient(135deg, #ffffff 0%, #f8fafb 100%);
136
- padding: 24px;
137
- margin-bottom: 32px;
138
- border-radius: 14px;
139
- border: 1px solid #e1e8f0;
140
- box-shadow: 0 12px 32px rgba(30, 58, 138, 0.08), 0 4px 12px rgba(0, 0, 0, 0.04);
141
- transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
142
- position: relative;
143
- overflow: visible !important;
144
-
145
-
146
-
147
- &:hover {
148
- box-shadow: 0 20px 50px rgba(30, 58, 138, 0.16), 0 8px 16px rgba(0, 0, 0, 0.08);
149
- transform: translateY(-4px);
150
- }
151
-
152
- .card-header {
153
- font-size: 22px;
154
- font-weight: 800;
155
- color: #0f172a;
156
- text-align: left;
157
- margin-bottom: 16px;
158
- letter-spacing: 0.3px;
159
- }
160
-
161
- .card-sub-header,
162
- .employee-card-sub-header {
163
- font-size: 14px;
164
- font-weight: 700;
165
- color: #1e293b;
166
- text-align: left;
167
- text-transform: uppercase;
168
- letter-spacing: 0.4px;
169
- }
170
-
171
- .card-section-header {
172
- font-size: 20px;
173
- color: #0d43a7;
174
- font-weight: 700;
175
- line-height: 1.4;
176
- margin-bottom: 12px;
177
- }
178
-
179
- .card-section-sub-text {
180
- font-size: 12px;
181
- color: #0f172a;
182
- font-weight: 500;
183
- }
184
-
185
- .card-caption {
186
- font-size: 13px;
187
- color: #64748b;
188
- margin-bottom: 8px;
189
- }
190
-
191
- .card-text {
192
- font-size: 14px;
193
- color: #475569;
194
- text-align: left;
195
- margin-bottom: 16px;
196
- line-height: 1.6;
197
-
198
- span {
199
- color: #0f172a;
200
- font-weight: 600;
201
- }
202
- }
203
-
204
- .card-text-primary {
205
- font-size: 14px;
206
- color: #0f172a;
207
- font-weight: 600;
208
- }
209
-
210
- .card-text-button {
211
- color: #2563eb;
212
- font-size: 13px;
213
- font-weight: 700;
214
- }
215
-
216
- .card-label {
217
- font-size: 12px;
218
- color: #0f172a;
219
- margin-bottom: 8px;
220
- font-weight: 700;
221
- text-transform: uppercase;
222
- letter-spacing: 0.5px;
223
- }
224
-
225
- .card-label-error {
226
- display: block;
227
- font-size: 12px;
228
- color: #dc2626;
229
- margin-bottom: 16px;
230
- font-weight: 600;
231
- }
232
-
233
- .card-label-desc {
234
- font-weight: 700;
235
- color: #475569;
236
- font-size: 13px;
237
- margin-bottom: 16px;
238
- text-transform: uppercase;
239
- letter-spacing: 0.3px;
240
- }
241
-
242
- .card-link {
243
- display: inline-block;
244
- text-align: left;
245
- color: #2563eb;
246
- margin-top: 12px;
247
- cursor: pointer;
248
- font-weight: 700;
249
- font-size: 13px;
250
- padding: 8px 12px;
251
- border-radius: 8px;
252
- background: rgba(37, 99, 235, 0.08);
253
- transition: all 0.2s ease;
254
- text-decoration: none;
255
-
256
- &:hover {
257
- background: rgba(37, 99, 235, 0.16);
258
- transform: translateX(2px);
259
- }
260
- }
261
-
262
- .card-search-heading {
263
- margin-right: 0px !important;
264
- margin-left: 0px !important;
265
- margin-bottom: 0px !important;
266
- padding-bottom: 0px;
267
- padding-left: 25px;
268
- }
269
- }
270
-
271
- .employeeCard.fsm {
272
- margin-bottom: 64px !important;
273
- margin-left: 0px !important;
274
- margin-right: 16px !important;
275
- }
276
- .header-wrap {
277
- display: flex;
278
- margin-bottom: 16px;
279
-
280
- .header-start {
281
- margin-right: auto;
282
- }
283
-
284
- .header-end {
285
- margin-left: auto;
286
- }
287
- }
288
-
289
- .card-emp {
290
- background: linear-gradient(135deg, #ffffff 0%, #f8fafb 100%);
291
- padding: 0;
292
- margin: 8px;
293
- border-radius: 14px;
294
- border: 1px solid #e1e8f0;
295
- }
296
-
297
- .submit-bar {
298
- height: 40px;
299
- background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
300
- color: white;
301
- text-align: center;
302
- outline: none;
303
- width: 175px;
304
- border-radius: 8px;
305
- border: none;
306
- font-weight: 700;
307
- font-size: 13px;
308
- cursor: pointer;
309
- transition: all 0.2s ease;
310
- box-shadow: 0 8px 20px rgba(37, 99, 235, 0.24);
311
-
312
- &:hover {
313
- transform: translateY(-2px);
314
- box-shadow: 0 12px 28px rgba(37, 99, 235, 0.32);
315
- }
316
-
317
- &:focus {
318
- outline: none;
319
- }
320
-
321
- header {
322
- font-weight: 600;
323
- font-size: 12px;
324
- color: white;
325
- line-height: 40px;
326
- }
327
- }
328
-
329
- .submit-bar-disabled {
330
- height: 40px;
331
- background: linear-gradient(135deg, #94a3b8 0%, #78909c 100%);
332
- color: white;
333
- text-align: center;
334
- outline: none;
335
- opacity: 0.6;
336
- width: 175px;
337
- border-radius: 8px;
338
- border: none;
339
- cursor: not-allowed;
340
-
341
- &:focus {
342
- outline: none;
343
- }
344
-
345
- header {
346
- font-weight: 600;
347
- font-size: 12px;
348
- color: white;
349
- line-height: 40px;
350
- }
351
- }
352
-
353
- @media (min-width: 1024px) {
354
- .submit-bar,
355
- .submit-bar-disabled {
356
- width: 175px;
357
- border-radius: 8px;
358
- height: 40px;
359
- }
360
-
361
- .card {
362
- display: flex;
363
- flex-direction: column;
364
-
365
- .card-header {
366
- font-size: 24px;
367
- }
368
-
369
- .card-sub-header {
370
- font-size: 18px;
371
- }
372
-
373
- .card-caption {
374
- font-size: 14px;
375
- }
376
-
377
- .card-text,
378
- .card-text-primary {
379
- font-size: 16px;
380
- }
381
-
382
- .card-link {
383
- text-align: left;
384
- }
385
- }
386
-
387
- .employeeCard {
388
- margin-bottom: 16px !important;
389
- margin-left: 16px !important;
390
- margin-right: 16px !important;
391
-
392
- &.filter {
393
- margin-left: auto;
394
- margin-right: auto;
395
- }
396
-
397
- .card-header {
398
- font-size: 24px;
399
- }
400
-
401
- .card-sub-header {
402
- margin-bottom: 40px;
403
- font-size: 18px;
404
- }
405
-
406
- .employee-card-sub-header {
407
- margin-bottom: 40px;
408
- font-size: 18px;
409
- }
410
-
411
- .card-section-header {
412
- margin-bottom: 10px;
413
- color: #0d43a7;
414
- font-size: 24px;
415
- line-height: 28px;
416
- font-weight: 700;
417
- }
418
-
419
- .card-section-sub-text {
420
- font-size: 12px;
421
- color: #0f172a;
422
- }
423
-
424
- .card-search-heading {
425
- margin-right: 0px !important;
426
- margin-left: 0px !important;
427
- margin-bottom: 0px !important;
428
- padding-bottom: 0px;
429
- padding-left: 25px;
430
- }
431
-
432
- .card-caption {
433
- font-size: 14px;
434
- }
435
-
436
- .card-text,
437
- .card-text-primary {
438
- font-size: 16px;
439
- }
440
-
441
- .card-link {
442
- text-align: left;
443
- }
444
-
445
- .label-field-pair {
446
- display: flex;
447
- align-items: center;
448
-
449
- h2 {
450
- width: 30%;
451
- }
452
-
453
- .field {
454
- width: 50%;
455
- margin-right: 20%;
456
- .field {
457
- margin-right: unset;
458
- }
459
- }
460
- }
461
-
462
- .field-container {
463
- span {
464
-
465
- }
466
- }
467
- }
468
- }
469
-
470
- .card-section-header {
471
- font-size: 18px;
472
- color: #0f172a;
473
- font-weight: 700;
474
- margin-top: 8px;
475
- }
476
-
477
- .card-search-heading {
478
- margin-right: 0px !important;
479
- margin-left: 0px !important;
480
- margin-bottom: 0px !important;
481
- padding-bottom: 0px;
482
- padding-left: 25px;
483
- }
484
-
485
- .button-sub-text {
486
- width: 100%;
487
- }
488
-
489
- .home-page-info-banner-wrap {
490
- margin: 0px 16px 24px 16px;
491
- }
492
-
493
- @media (min-width: 780px) {
494
- .button-sub-text {
495
- width: 240px;
496
- }
497
-
498
- .home-page-info-banner-wrap {
499
- max-width: 45%;
500
- min-width: 100%;
501
- margin-left: 0;
502
- margin-right: 24px;
503
- margin-bottom: 24px;
504
- }
505
-
506
- .oc-aknowledgement-screen {
507
- width: auto;
508
- min-width: 240px;
509
- max-width: 100%;
510
- padding: 0px 10px;
511
- }
512
- }
513
-
514
- .card-label-error {
515
- display: block;
516
- font-size: 12px;
517
- color: #dc2626;
518
- margin-bottom: 16px;
519
- font-weight: 600;
520
- }
521
-
522
- .employeeCard-override {
523
- margin-left: 0px !important;
524
- }
525
-
526
- .BPAemployeeCard {
527
- margin-left: 0px !important;
528
- margin-right: 0px !important;
529
- margin-bottom: 0px !important;
530
- }
531
-
532
- .employee-application-details {
533
- display: flex !important;
534
- justify-content: space-between !important;
535
- max-height: 70px !important;
536
- height: 70px !important;
537
- margin-bottom: 15px !important;
538
- }
539
-
540
- .employee-main-application-details {
541
- padding: 10px !important;
542
- }
543
-
544
- .employee-mulitlink-main-div {
545
- z-index: 10 !important;
546
- max-width: 41% !important;
547
- }
548
-
549
- .employee-download-btn-className {
550
- position: unset !important;
551
- display: flex !important;
552
- justify-content: flex-end !important;
553
- }
554
-
555
- .employee-options-btn-className {
556
- position: unset !important;
557
- margin: 0 !important;
558
- width: 100% !important;
559
- }
560
-
561
- .language-selector .submit-bar,
562
- .submit-bar-disabled {
563
- background: linear-gradient(135deg, rgba(178, 196, 239, 0.8) 0%, rgba(178, 196, 239, 0.8) 100%) !important;
564
- }
565
-
566
- .owner-details {
567
- display: flex;
568
- flex-direction: row;
569
- width: 100%;
570
- flex-wrap: wrap;
571
- justify-content: space-between;
572
- }
573
-
574
- .owner-details-child {
575
- width: 50%;
576
- }
577
-
578
- .location-card .card {
579
- max-width: 85vw;
580
- width: 100%;
581
- margin: 0;
582
- }
583
-
584
- .image-card .card {
585
- max-width: 85vw;
586
- width: 100%;
587
- margin: 0;
588
- }
1
+ .card {
2
+ @apply bg-white m-sm px-md pt-md pb-lg shadow-card;
3
+ border-radius: 4px;
4
+ max-width: 95vw;
5
+ width: 100%;
6
+
7
+ .card-header {
8
+ @apply text-text-primary text-heading-xl font-bold font-rc align-middle text-left mb-md;
9
+ }
10
+
11
+ .card-sub-header {
12
+ @apply text-text-primary text-caption-xl font-bold align-middle text-left mb-sm;
13
+ }
14
+
15
+ .card-caption {
16
+ @apply text-text-secondary text-caption-xl mb-sm;
17
+ }
18
+
19
+ .card-text {
20
+ @apply text-text-secondary text-body-l align-middle text-left mb-lg;
21
+
22
+ span {
23
+ @apply text-text-primary;
24
+ }
25
+ }
26
+
27
+ .card-text-primary {
28
+ @apply text-text-primary text-body-l;
29
+ }
30
+
31
+ .card-text-button {
32
+ @apply text-primary-main text-text-btn;
33
+ }
34
+
35
+ .card-label {
36
+ @apply text-legend text-text-primary mb-sm;
37
+ }
38
+
39
+ .card-label-error {
40
+ @apply block text-body-s text-error mb-md;
41
+ }
42
+
43
+ .card-label-desc {
44
+ @apply font-bold text-text-secondary text-heading-s mb-md;
45
+ }
46
+
47
+ .card-link {
48
+ @apply block text-center text-link text-primary-main mt-md cursor-pointer;
49
+ }
50
+ }
51
+
52
+ .validation-error {
53
+ @apply block text-body-s text-error;
54
+ }
55
+
56
+ .docsDescription {
57
+ color: #0b0c0c !important;
58
+ }
59
+
60
+ .field-container {
61
+ @apply flex items-center;
62
+ /*@apply flex justify-center items-center;*/
63
+ }
64
+
65
+ .employeeCard {
66
+ @apply bg-white p-xxl mb-xl shadow-card;
67
+ border-radius: 8px;
68
+
69
+ .card-header {
70
+ @apply text-text-primary text-heading-xl font-bold font-rc align-middle text-left mb-md;
71
+ }
72
+
73
+ .card-sub-header,
74
+ .employee-card-sub-header {
75
+ @apply text-text-primary text-caption-xl font-bold align-middle text-left;
76
+ }
77
+
78
+ .card-section-header {
79
+ @apply text-text-primary text-heading-m font-medium;
80
+ }
81
+
82
+ .card-section-sub-text {
83
+ @apply text-text-primary text-body-s;
84
+ }
85
+
86
+ .card-caption {
87
+ @apply text-text-secondary text-caption-xl mb-sm;
88
+ }
89
+
90
+ .card-text {
91
+ @apply text-text-secondary text-body-l align-middle text-left mb-lg;
92
+
93
+ span {
94
+ @apply text-text-primary;
95
+ }
96
+ }
97
+
98
+ .card-text-primary {
99
+ @apply text-text-primary text-body-l;
100
+ }
101
+
102
+ .card-text-button {
103
+ @apply text-primary-main text-text-btn;
104
+ }
105
+
106
+ .card-label {
107
+ @apply text-legend text-text-primary mb-md;
108
+ }
109
+
110
+ .card-label-error {
111
+ @apply block text-body-s text-error mb-md;
112
+ }
113
+
114
+ .card-label-desc {
115
+ @apply font-bold text-text-secondary text-heading-s mb-md;
116
+ }
117
+
118
+ .card-link {
119
+ @apply block text-center text-link text-link-normal mt-md;
120
+ }
121
+
122
+ .card-search-heading {
123
+ margin-right: 0px !important;
124
+ margin-left: 0px !important;
125
+ margin-bottom: 0px !important;
126
+ padding-bottom: 0px;
127
+ padding-left: 25px;
128
+ }
129
+ }
130
+ .employeeCard.fsm {
131
+ margin-bottom: 64px !important;
132
+ margin-left: 0px !important;
133
+ margin-right: 16px !important;
134
+ }
135
+ .header-wrap {
136
+ @apply flex mb-md;
137
+
138
+ .header-start {
139
+ margin-right: auto;
140
+ }
141
+
142
+ .header-content {
143
+ }
144
+
145
+ .header-end {
146
+ margin-left: auto;
147
+ }
148
+ }
149
+
150
+ .card-emp {
151
+ @extend .card;
152
+ padding-right: 0;
153
+ padding-top: 0;
154
+ padding-left: 0;
155
+ @apply bg-white m-sm;
156
+ }
157
+
158
+ .submit-bar {
159
+ @apply h-10 bg-primary-main text-center outline-none text-white;
160
+
161
+ width: 175px;
162
+ border-radius: 8px;
163
+
164
+ &:focus {
165
+ @apply outline-none;
166
+ }
167
+
168
+ header {
169
+ @apply font-rc font-medium text-legend text-white leading-10;
170
+ }
171
+ }
172
+
173
+ .submit-bar-disabled {
174
+ @apply h-10 bg-primary-main text-center outline-none opacity-50 text-white;
175
+
176
+ width: 175px;
177
+ border-radius: 8px;
178
+
179
+ &:focus {
180
+ @apply outline-none;
181
+ }
182
+
183
+ header {
184
+ @apply font-rc font-medium text-legend text-white leading-10;
185
+ line-height: 2rem !important;
186
+ }
187
+ }
188
+
189
+ @screen dt {
190
+ .submit-bar,
191
+ .submit-bar-disabled {
192
+ width: 175px;
193
+ border-radius: 8px;
194
+
195
+ height: 2rem !important;
196
+ }
197
+
198
+ .card {
199
+ display: flex;
200
+ flex-direction: column;
201
+
202
+ .card-header {
203
+ @apply text-heading-xl-dt;
204
+ }
205
+
206
+ .card-sub-header {
207
+ @apply text-heading-l-dt;
208
+ }
209
+
210
+ .card-caption {
211
+ @apply text-caption-xl-dt;
212
+ }
213
+
214
+ .card-text,
215
+ .card-text-primary {
216
+ @apply text-body-l-dt;
217
+ }
218
+
219
+ .card-link {
220
+ @apply text-left;
221
+ }
222
+ }
223
+
224
+ .employeeCard {
225
+ @apply mb-md mx-md !important;
226
+
227
+ &.filter {
228
+ margin-left: auto;
229
+ margin-right: auto;
230
+ }
231
+
232
+ .card-header {
233
+ @apply text-heading-xl-dt;
234
+ }
235
+
236
+ .card-sub-header {
237
+ @apply text-heading-l-dt;
238
+ }
239
+
240
+ .employee-card-sub-header {
241
+ margin-bottom: 40px;
242
+ @apply text-heading-l-dt;
243
+ }
244
+
245
+ .card-section-header {
246
+ margin-bottom: 10px;
247
+ color: #0d43a7;
248
+ font-size: 24px;
249
+ line-height: 28px;
250
+ font-family: Noto Sans, sans-serif;
251
+ @apply text-heading-m-dt font-medium font-sans;
252
+ }
253
+
254
+ .card-section-sub-text {
255
+ @apply text-text-primary text-body-s-dt;
256
+ }
257
+
258
+ .card-search-heading {
259
+ margin-right: 0px !important;
260
+ margin-left: 0px !important;
261
+ margin-bottom: 0px !important;
262
+ padding-bottom: 0px;
263
+ padding-left: 25px;
264
+ }
265
+
266
+ .card-caption {
267
+ @apply text-caption-xl-dt;
268
+ }
269
+
270
+ .card-text,
271
+ .card-text-primary {
272
+ @apply text-body-l-dt;
273
+ }
274
+
275
+ .card-link {
276
+ @apply text-left;
277
+ }
278
+
279
+ .label-field-pair {
280
+ @apply flex items-center;
281
+
282
+ h2 {
283
+ width: 30%;
284
+ }
285
+
286
+ .field {
287
+ width: 50%;
288
+ margin-right: 20%;
289
+ .field {
290
+ margin-right: unset;
291
+ }
292
+ }
293
+ }
294
+
295
+ .field-container {
296
+ span {
297
+ border: 2px solid black;
298
+ background: rgb(247, 247, 247);
299
+ width: 40px;
300
+ height: 40px;
301
+ display: flex;
302
+ justify-content: center;
303
+ align-items: center;
304
+ margin-top: -16px;
305
+ border-right: none;
306
+ }
307
+ }
308
+ }
309
+
310
+ .header-wrap {
311
+ @apply flex mb-md;
312
+
313
+ .header-start {
314
+ margin-right: auto;
315
+ }
316
+
317
+ .header-content {
318
+ }
319
+
320
+ .header-end {
321
+ margin-left: auto;
322
+ }
323
+ }
324
+ }
325
+
326
+ .card-section-header {
327
+ @apply text-text-primary text-heading-m font-bold;
328
+ }
329
+
330
+ .card-search-heading {
331
+ margin-right: 0px !important;
332
+ margin-left: 0px !important;
333
+ margin-bottom: 0px !important;
334
+ padding-bottom: 0px;
335
+ padding-left: 25px;
336
+ }
337
+
338
+ .button-sub-text {
339
+ width: 100%;
340
+ }
341
+
342
+ .home-page-info-banner-wrap {
343
+ margin: "0px 16px 24px 16px";
344
+ }
345
+
346
+ @media (min-width: 780px) {
347
+ .button-sub-text {
348
+ width: 240px;
349
+ }
350
+ .home-page-info-banner-wrap {
351
+ max-width: 45%;
352
+ min-width: 100%;
353
+ margin-left: 0;
354
+ margin-right: 24px;
355
+ margin-bottom: 24px;
356
+ }
357
+ .info-banner-wrap-citizen-override {
358
+ }
359
+ .oc-aknowledgement-screen {
360
+ width: auto;
361
+ min-width: 240px;
362
+ max-width: 100%;
363
+ padding: 0px 10px;
364
+ }
365
+ }
366
+
367
+ .card-label-error {
368
+ @apply block text-body-s text-error mb-md;
369
+ }
370
+
371
+ .employeeCard-override {
372
+ margin-left: 0px !important;
373
+ }
374
+
375
+ .BPAemployeeCard {
376
+ margin-left: 0px !important;
377
+ margin-right: 0px !important;
378
+ margin-bottom: 0px !important;
379
+ }
380
+
381
+ .employee-application-details {
382
+ display: flex !important;
383
+ justify-content: space-between !important;
384
+ max-height: 70px !important;
385
+ height: 70px !important;
386
+ margin-bottom: 15px !important;
387
+ }
388
+ .employee-main-application-details {
389
+ padding: 10px !important;
390
+ }
391
+
392
+ .employee-mulitlink-main-div {
393
+ z-index: 10 !important;
394
+ max-width: 41% !important;
395
+ }
396
+
397
+ .employee-download-btn-className {
398
+ position: unset !important;
399
+ display: flex !important;
400
+ justify-content: flex-end !important;
401
+ }
402
+
403
+ .employee-options-btn-className {
404
+ position: unset !important;
405
+ margin: 0 !important;
406
+ width: 100% !important;
407
+ }
408
+
409
+ .language-selector .submit-bar,
410
+ .submit-bar-disabled {
411
+ background-color: rgb(178, 196, 239, 0.8) !important;
412
+ }
413
+
414
+ .owner-details {
415
+ display: flex;
416
+ flex-direction: row;
417
+ width: 100%;
418
+ flex-wrap: wrap;
419
+ justify-content: space-between;
420
+ }
421
+
422
+ .owner-details-child {
423
+ width: 50%;
424
+ }
425
+
426
+ .location-card .card {
427
+ max-width: 85vw;
428
+ width: 100%;
429
+ margin: 0;
430
+ }
431
+
432
+ .image-card .card {
433
+ max-width: 85vw;
434
+ width: 100%;
435
+ margin: 0;
436
+ }