@pmidc/upyog-css 1.2.33-dev.1.3 → 1.2.33-dev.1.4

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 (133) hide show
  1. package/dist/index.css +1 -3
  2. package/dist/index.min.css +1 -1
  3. package/package.json +1 -1
  4. package/src/components/CardBasedOptions.scss +535 -535
  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/NewAccordianCitizen.scss +130 -130
  10. package/src/components/OnGroundEventCard.scss +71 -71
  11. package/src/components/PageBasedInput.scss +30 -30
  12. package/src/components/PopupHeadingLabel.scss +14 -14
  13. package/src/components/PropertySearchForm.scss +58 -58
  14. package/src/components/SearchForm.scss +56 -56
  15. package/src/components/SearchOnRadioButton.scss +9 -9
  16. package/src/components/StandaloneSearchBar.scss +9 -9
  17. package/src/components/SurveyModal.scss +195 -195
  18. package/src/components/TimeLine.scss +96 -96
  19. package/src/components/WhatsNewCard.scss +12 -12
  20. package/src/components/actionLink.scss +3 -3
  21. package/src/components/actionbar.scss +99 -99
  22. package/src/components/bannercomponents.scss +137 -137
  23. package/src/components/body.scss +422 -422
  24. package/src/components/buttons.scss +144 -144
  25. package/src/components/card.scss +966 -968
  26. package/src/components/cardHeaderWithOptions.scss +16 -16
  27. package/src/components/changeLanguage.scss +3 -3
  28. package/src/components/charts.scss +185 -185
  29. package/src/components/checkbox.scss +83 -83
  30. package/src/components/checkpoint.scss +65 -65
  31. package/src/components/citizenInfoLabel.scss +14 -14
  32. package/src/components/custombtn.scss +15 -15
  33. package/src/components/datatable.scss +119 -119
  34. package/src/components/datewrap.scss +21 -21
  35. package/src/components/detailscard.scss +6 -6
  36. package/src/components/detailscontainer.scss +13 -13
  37. package/src/components/documentSection.scss +134 -134
  38. package/src/components/filters.scss +97 -97
  39. package/src/components/grey.scss +3 -3
  40. package/src/components/hoc/InboxComposer.scss +111 -111
  41. package/src/components/howItWorks.scss +71 -71
  42. package/src/components/imageviewer.scss +33 -33
  43. package/src/components/info-banner.scss +35 -35
  44. package/src/components/inputotp.scss +15 -15
  45. package/src/components/keynote.scss +29 -29
  46. package/src/components/languageSelector.scss +24 -24
  47. package/src/components/loader.scss +96 -96
  48. package/src/components/map.scss +36 -36
  49. package/src/components/metricsTable.scss +26 -26
  50. package/src/components/multiLink.scss +117 -117
  51. package/src/components/multiSelectDropdown.scss +88 -88
  52. package/src/components/navbar.scss +377 -377
  53. package/src/components/newFooter.scss +82 -82
  54. package/src/components/plusMinus.scss +15 -15
  55. package/src/components/popup.scss +26 -26
  56. package/src/components/radiobtn.scss +46 -46
  57. package/src/components/ratingstar.scss +33 -33
  58. package/src/components/roundedLabel.scss +10 -10
  59. package/src/components/searchAction.scss +27 -27
  60. package/src/components/sectionalDropdown.scss +43 -43
  61. package/src/components/selectdropdown.scss +302 -302
  62. package/src/components/staticDynamicMessages.scss +110 -110
  63. package/src/components/staticSideBar.scss +27 -27
  64. package/src/components/statushighlight.scss +17 -17
  65. package/src/components/submiterrors.scss +11 -11
  66. package/src/components/summary.scss +28 -28
  67. package/src/components/table.scss +384 -384
  68. package/src/components/tag.scss +27 -27
  69. package/src/components/telephone.scss +17 -17
  70. package/src/components/textfields.scss +146 -146
  71. package/src/components/toast.scss +31 -31
  72. package/src/components/toggleSwitch.scss +40 -40
  73. package/src/components/topbar.scss +217 -217
  74. package/src/components/uploadcomponents.scss +116 -116
  75. package/src/index.scss +2404 -2404
  76. package/src/modules/BPA/index.scss +97 -97
  77. package/src/modules/adv/index.scss +643 -643
  78. package/src/modules/hrms/index.scss +1327 -1327
  79. package/src/modules/rentAndLease/index.scss +238 -238
  80. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -8
  81. package/src/pages/citizen/CitizenLogin.scss +50 -50
  82. package/src/pages/citizen/DocumentList.scss +454 -454
  83. package/src/pages/citizen/Events.scss +46 -46
  84. package/src/pages/citizen/HomePageWrapper.scss +215 -215
  85. package/src/pages/citizen/InboxCard.scss +378 -378
  86. package/src/pages/citizen/SurveyList.scss +24 -24
  87. package/src/pages/citizen/citizenDocument.scss +25 -25
  88. package/src/pages/citizen/citizenNewLogin.scss +352 -352
  89. package/src/pages/citizen/container.scss +32 -32
  90. package/src/pages/citizen/loaderMessage.scss +341 -341
  91. package/src/pages/citizen/payment/payment-type.scss +2 -2
  92. package/src/pages/citizen/updatePropertyNumber.scss +46 -46
  93. package/src/pages/common/form.scss +25 -25
  94. package/src/pages/common/newApplicationTimeline.scss +341 -341
  95. package/src/pages/common/pgrUICssfix.scss +128 -128
  96. package/src/pages/common/requiredField.scss +2 -2
  97. package/src/pages/common/sanctionFeeTable.scss +91 -91
  98. package/src/pages/common/searchIcon.scss +21 -21
  99. package/src/pages/common/sitePhotoGraphs.scss +26 -26
  100. package/src/pages/common/stepForm.scss +40 -40
  101. package/src/pages/employee/EmployeeLogin.scss +6 -6
  102. package/src/pages/employee/cardfix.scss +13 -13
  103. package/src/pages/employee/container.scss +73 -73
  104. package/src/pages/employee/dashboard.scss +204 -204
  105. package/src/pages/employee/disconnection.scss +425 -425
  106. package/src/pages/employee/dss.scss +251 -251
  107. package/src/pages/employee/faq.scss +353 -353
  108. package/src/pages/employee/footer.scss +68 -68
  109. package/src/pages/employee/form-fields.scss +26 -26
  110. package/src/pages/employee/header.scss +262 -262
  111. package/src/pages/employee/iframe.scss +65 -65
  112. package/src/pages/employee/inbox.scss +1110 -1110
  113. package/src/pages/employee/index.scss +693 -693
  114. package/src/pages/employee/landing.scss +1802 -1802
  115. package/src/pages/employee/login.scss +253 -253
  116. package/src/pages/employee/oldMobileInbox.scss +4 -4
  117. package/src/pages/employee/popupmodule.scss +47 -47
  118. package/src/pages/employee/response.scss +2 -2
  119. package/src/pages/employee/scroll-table.scss +113 -113
  120. package/src/pages/employee/surveys.scss +469 -469
  121. package/src/pages/employee/tooltip.scss +35 -35
  122. package/src/pages/employee/updateNumber.scss +12 -12
  123. package/src/pages/swach/index.scss +231 -231
  124. package/src/pages/ws/index.scss +118 -118
  125. package/svg/camera.svg +4 -4
  126. package/svg/check.svg +3 -3
  127. package/svg/close.svg +4 -4
  128. package/svg/error.svg +3 -3
  129. package/svg/error2.svg +5 -5
  130. package/svg/searchicon.svg +3 -3
  131. package/svg/starempty.svg +3 -3
  132. package/svg/starfilled.svg +4 -4
  133. package/svg/success.svg +3 -3
@@ -1,968 +1,966 @@
1
- .card,
2
- .card {
3
- box-shadow: none;
4
- }
5
- .card,
6
- .card,
7
- .card {
8
- box-shadow: none;
9
- }
10
-
11
-
12
-
13
- .card {
14
- padding: 20px 24px 28px 24px;
15
- max-width: 95vw;
16
- width: 100%;
17
- border-radius: 14px;
18
- box-shadow: 0 12px 32px rgba(30, 58, 138, 0.08), 0 4px 12px rgba(0, 0, 0, 0.04);
19
- transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
20
- position: relative;
21
- overflow: visible;
22
- margin-bottom: 15px;
23
-
24
- .card-header {
25
- font-size: 20px;
26
- font-weight: 800;
27
- color: #0f172a;
28
- text-align: left;
29
- margin-bottom: 12px;
30
- letter-spacing: 0.3px;
31
- display: flex;
32
- align-items: center;
33
- justify-content: space-between;
34
- }
35
-
36
- .card-sub-header {
37
- font-size: 14px;
38
- font-weight: 700;
39
- color: #1e293b;
40
- text-align: left;
41
- margin-bottom: 8px;
42
- margin-top: 20px;
43
- text-transform: uppercase;
44
- letter-spacing: 0.4px;
45
- }
46
-
47
- .card-caption {
48
- font-size: 13px;
49
- color: #64748b;
50
- margin-bottom: 8px;
51
- font-weight: 500;
52
- }
53
-
54
- .card-text {
55
- font-size: 14px;
56
- color: #475569;
57
- text-align: left;
58
- margin-bottom: 16px;
59
- line-height: 1.6;
60
-
61
- span {
62
- color: #0f172a;
63
- font-weight: 600;
64
- }
65
- }
66
-
67
- .card-text-primary {
68
- font-size: 14px;
69
- color: #0f172a;
70
- font-weight: 600;
71
- }
72
-
73
- .card-text-button {
74
- color: #2563eb;
75
- font-size: 13px;
76
- font-weight: 700;
77
- }
78
-
79
- .card-label {
80
- font-size: 16px;
81
- color: #0f172a;
82
- margin-bottom: 8px;
83
- margin-top: 8px;
84
- font-weight: 700;
85
- text-transform: uppercase;
86
- letter-spacing: 0.5px;
87
- width: 100%;
88
- }
89
-
90
- .card-label-error {
91
- display: block;
92
- font-size: 12px;
93
- color: #dc2626;
94
- margin-bottom: 16px;
95
- font-weight: 600;
96
- }
97
-
98
- .card-label-desc {
99
- font-weight: 700;
100
- color: #475569;
101
- font-size: 13px;
102
- margin-bottom: 16px;
103
- text-transform: uppercase;
104
- letter-spacing: 0.3px;
105
-
106
- &.descStyle {
107
- font-size: 16px !important;
108
- }
109
- }
110
- }
111
-
112
- .validation-error {
113
- display: block;
114
- font-size: 12px;
115
- color: #dc2626;
116
- font-weight: 600;
117
- }
118
-
119
- .docsDescription {
120
- color: #0b0c0c !important;
121
- }
122
-
123
- .field-container {
124
- display: flex;
125
- align-items: center;
126
- }
127
-
128
- .employeeCard {
129
- background: linear-gradient(135deg, #ffffff 0%, #f8fafb 100%);
130
- padding: 24px;
131
- margin-bottom: 32px;
132
- border-radius: 14px;
133
- border: 1px solid #e1e8f0;
134
- box-shadow: 0 12px 32px rgba(30, 58, 138, 0.08), 0 4px 12px rgba(0, 0, 0, 0.04);
135
- transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
136
- position: relative;
137
- overflow: visible !important;
138
-
139
- .card-header {
140
- font-size: 22px;
141
- font-weight: 800;
142
- color: #0f172a;
143
- text-align: left;
144
- margin-bottom: 16px;
145
- letter-spacing: 0.3px;
146
- }
147
-
148
- .card-sub-header,
149
- .employee-card-sub-header {
150
- font-size: 14px;
151
- font-weight: 700;
152
- color: #1e293b;
153
- text-align: left;
154
- text-transform: uppercase;
155
- letter-spacing: 0.4px;
156
- }
157
-
158
- .card-section-header {
159
- font-size: 20px;
160
- color: #0d43a7;
161
- font-weight: 700;
162
- line-height: 1.4;
163
- margin-bottom: 12px;
164
- }
165
-
166
- .card-section-sub-text {
167
- font-size: 12px;
168
- color: #0f172a;
169
- font-weight: 500;
170
- }
171
-
172
- .card-caption {
173
- font-size: 13px;
174
- color: #64748b;
175
- margin-bottom: 8px;
176
- }
177
-
178
- .card-text {
179
- font-size: 14px;
180
- color: #475569;
181
- text-align: left;
182
- margin-bottom: 16px;
183
- line-height: 1.6;
184
-
185
- span {
186
- color: #0f172a;
187
- font-weight: 600;
188
- }
189
- }
190
-
191
- .card-text-primary {
192
- font-size: 14px;
193
- color: #0f172a;
194
- font-weight: 600;
195
- }
196
-
197
- .card-text-button {
198
- color: #2563eb;
199
- font-size: 13px;
200
- font-weight: 700;
201
- }
202
-
203
- .card-label {
204
- font-size: 16px;
205
- color: #0f172a;
206
- margin-bottom: 8px;
207
- font-weight: 700;
208
- text-transform: uppercase;
209
- letter-spacing: 0.5px;
210
- }
211
-
212
- .card-label-error {
213
- display: block;
214
- font-size: 12px;
215
- color: #dc2626;
216
- margin-bottom: 16px;
217
- font-weight: 600;
218
- }
219
-
220
- .card-label-desc {
221
- font-weight: 700;
222
- color: #475569;
223
- font-size: 13px;
224
- margin-bottom: 16px;
225
- text-transform: uppercase;
226
- letter-spacing: 0.3px;
227
- }
228
-
229
- .card-search-heading {
230
- margin-right: 0px !important;
231
- margin-left: 0px !important;
232
- margin-bottom: 0px !important;
233
- padding-bottom: 0px;
234
- padding-left: 25px;
235
- }
236
- }
237
-
238
- .employeeCard.fsm {
239
- margin-bottom: 64px !important;
240
- margin-left: 0px !important;
241
- margin-right: 16px !important;
242
- }
243
- .header-wrap {
244
- display: flex;
245
- margin-bottom: 16px;
246
-
247
- .header-start {
248
- margin-right: auto;
249
- }
250
-
251
- .header-end {
252
- margin-left: auto;
253
- }
254
- }
255
-
256
- .card-emp {
257
- background: linear-gradient(135deg, #ffffff 0%, #f8fafb 100%);
258
- padding: 0;
259
- margin: 8px;
260
- border-radius: 14px;
261
- border: 1px solid #e1e8f0;
262
- }
263
-
264
- .card-link {
265
- height: 40px;
266
- background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
267
- color: white !important;
268
- text-align: center;
269
- outline: none;
270
- width: 175px;
271
- border-radius: 8px;
272
- border: none;
273
- font-weight: 700;
274
- font-size: 13px;
275
- cursor: pointer;
276
- transition: all 0.2s ease;
277
- box-shadow: 0 8px 20px rgba(37, 99, 235, 0.24);
278
- padding: 0 12px;
279
- display: flex;
280
- align-items: center;
281
- justify-content: center;
282
-
283
- &:hover {
284
- transform: translateY(-2px);
285
- box-shadow: 0 12px 28px rgba(37, 99, 235, 0.32);
286
- color: white !important;
287
- }
288
-
289
- &:focus {
290
- outline: none;
291
- color: white !important;
292
- }
293
-
294
- &:active {
295
- color: white !important;
296
- }
297
-
298
- &:visited {
299
- color: white !important;
300
- }
301
-
302
- header {
303
- font-weight: 600;
304
- font-size: 12px;
305
- color: white;
306
- line-height: 40px;
307
- }
308
- }
309
-
310
- /* Responsive card-link for tablets and mobile */
311
- @media only screen and (max-width: 1024px) {
312
- .card-link {
313
- height: 36px;
314
- width: 160px;
315
- font-size: 12px;
316
- padding: 0 10px;
317
-
318
- header {
319
- line-height: 36px;
320
- font-size: 11px;
321
- }
322
- }
323
- }
324
-
325
- @media only screen and (max-width: 768px) {
326
- .card-link {
327
- height: 34px;
328
- width: 145px;
329
- font-size: 11px;
330
- padding: 0 8px;
331
-
332
- header {
333
- line-height: 34px;
334
- font-size: 10px;
335
- }
336
- }
337
- }
338
-
339
- @media only screen and (max-width: 480px) {
340
- .card-link {
341
- height: 32px;
342
- width: 120px;
343
- font-size: 10px;
344
- padding: 0 6px;
345
- box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);
346
-
347
- header {
348
- line-height: 32px;
349
- font-size: 9px;
350
- }
351
- }
352
- }
353
-
354
- /* Mobile view styles for card-link */
355
-
356
- /* Document Card Link - Responsive styles */
357
- .document-card-link {
358
- min-width: 160px;
359
- margin: 12px;
360
- display: flex;
361
- flex-direction: column;
362
- align-items: center;
363
- text-align: center;
364
- text-decoration: none;
365
- color: inherit;
366
- transition: all 0.2s ease;
367
-
368
- &:hover {
369
- transform: translateY(-2px);
370
- }
371
- }
372
-
373
- .document-card-label {
374
- margin-top: 8px;
375
- max-width: 140px;
376
- word-break: break-word;
377
- font-size: 14px;
378
- color: #475569;
379
- font-weight: 500;
380
- }
381
-
382
- @media only screen and (max-width: 768px) {
383
- .document-card-link {
384
- min-width: 120px;
385
- margin: 8px;
386
- }
387
-
388
- .document-card-label {
389
- max-width: 100px;
390
- font-size: 12px;
391
- }
392
- }
393
-
394
- @media only screen and (max-width: 640px) {
395
- .document-card-link {
396
- min-width: 100px;
397
- margin: 6px;
398
- }
399
-
400
- .document-card-label {
401
- max-width: 85px;
402
- font-size: 11px;
403
- }
404
- }
405
- @media only screen and (max-width: 640px) {
406
- .card {
407
- margin-top: 2rem;
408
- }
409
- .popup-module{
410
- width: 100% !important;
411
- }
412
- #search-property-field{
413
- display: block !important;
414
- }
415
- .bpa-summary-page{
416
- padding: 0 !important;
417
- }
418
- .card-link {
419
- height: 32px;
420
- width: 140px;
421
- font-size: 11px;
422
- padding: 6px 12px;
423
- display: flex;
424
- justify-content: center;
425
- align-items: center;
426
-
427
- header {
428
- line-height: 32px;
429
- font-size: 11px;
430
- }
431
- }
432
- }
433
-
434
- /*button on mobile view for the file upload section to be small */
435
- /* selector-button-border */
436
-
437
- .submit-bar,
438
- .bpa-owner-submit-back {
439
- height: 40px;
440
- background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
441
- color: white;
442
- text-align: center;
443
- outline: none;
444
- width: 175px;
445
- border-radius: 8px;
446
- border: none;
447
- font-weight: 700;
448
- font-size: 13px;
449
- cursor: pointer;
450
- transition: all 0.2s ease;
451
- box-shadow: 0 8px 20px rgba(37, 99, 235, 0.24);
452
-
453
- &:hover {
454
- transform: translateY(-2px);
455
- box-shadow: 0 12px 28px rgba(37, 99, 235, 0.32);
456
- }
457
-
458
- &:focus {
459
- outline: none;
460
- }
461
-
462
- header {
463
- font-weight: 600;
464
- font-size: 12px;
465
- color: white;
466
- line-height: 40px;
467
- }
468
- }
469
-
470
- .submit-bar-disabled {
471
- height: 40px;
472
- background: linear-gradient(135deg, #94a3b8 0%, #78909c 100%);
473
- color: white;
474
- text-align: center;
475
- outline: none;
476
- opacity: 0.6;
477
- width: 175px;
478
- border-radius: 8px;
479
- border: none;
480
- cursor: not-allowed;
481
-
482
- &:focus {
483
- outline: none;
484
- }
485
-
486
- header {
487
- font-weight: 600;
488
- font-size: 12px;
489
- color: white;
490
- line-height: 40px;
491
- }
492
- }
493
-
494
- .submit-bar-back {
495
- background: transparent !important;
496
- color: #2563eb !important;
497
- border: 1px solid #2563eb !important;
498
- box-shadow: none !important;
499
- margin-right: 10px;
500
-
501
- &:hover {
502
- background: rgba(37, 99, 235, 0.08) !important;
503
- transform: translateY(-2px);
504
- box-shadow: 0 4px 12px rgba(37, 99, 235, 0.15) !important;
505
- }
506
- }
507
-
508
- /* LinkButton styled as SubmitBar */
509
- .card-link.submit-bar,
510
- button.card-link.submit-bar {
511
- height: 40px !important;
512
- background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%) !important;
513
- color: white !important;
514
- text-align: center !important;
515
- outline: none !important;
516
- width: 175px !important;
517
- border-radius: 8px !important;
518
- border: none !important;
519
- font-weight: 700 !important;
520
- font-size: 13px !important;
521
- cursor: pointer !important;
522
- transition: all 0.2s ease !important;
523
- box-shadow: 0 8px 20px rgba(37, 99, 235, 0.24) !important;
524
- display: inline-flex !important;
525
- align-items: center !important;
526
- justify-content: center !important;
527
- padding: 0 16px !important;
528
- margin: 0 !important;
529
- text-decoration: none !important;
530
-
531
- &:hover {
532
- transform: translateY(-2px) !important;
533
- box-shadow: 0 12px 28px rgba(37, 99, 235, 0.32) !important;
534
- background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%) !important;
535
- color: white !important;
536
- }
537
-
538
- &:focus {
539
- outline: none !important;
540
- }
541
- }
542
-
543
- @media (min-width: 1024px) {
544
- .submit-bar,
545
- .submit-bar-disabled {
546
- width: 175px;
547
- border-radius: 8px;
548
- height: 40px;
549
- }
550
-
551
- .card {
552
- display: flex;
553
- flex-direction: column;
554
-
555
- .card-header {
556
- font-size: 24px;
557
- }
558
-
559
- .card-sub-header {
560
- font-size: 18px;
561
- }
562
-
563
- .card-caption {
564
- font-size: 14px;
565
- }
566
-
567
- .card-text,
568
- .card-text-primary {
569
- font-size: 16px;
570
- }
571
- }
572
-
573
- .employeeCard {
574
- margin-bottom: 16px !important;
575
- margin-left: 16px !important;
576
- margin-right: 16px !important;
577
-
578
- &.filter {
579
- margin-left: auto;
580
- margin-right: auto;
581
- }
582
-
583
- .card-header {
584
- font-size: 24px;
585
- }
586
-
587
- .card-sub-header {
588
- margin-bottom: 40px;
589
- font-size: 18px;
590
- }
591
-
592
- .employee-card-sub-header {
593
- margin-bottom: 40px;
594
- font-size: 18px;
595
- }
596
-
597
- .card-section-header {
598
- margin-bottom: 10px;
599
- color: #0d43a7;
600
- font-size: 24px;
601
- line-height: 28px;
602
- font-weight: 700;
603
- }
604
-
605
- .card-section-sub-text {
606
- font-size: 12px;
607
- color: #0f172a;
608
- }
609
-
610
- .card-search-heading {
611
- margin-right: 0px !important;
612
- margin-left: 0px !important;
613
- margin-bottom: 0px !important;
614
- padding-bottom: 0px;
615
- padding-left: 25px;
616
- }
617
-
618
- .card-caption {
619
- font-size: 14px;
620
- }
621
-
622
- .card-text,
623
- .card-text-primary {
624
- font-size: 16px;
625
- }
626
-
627
- .label-field-pair {
628
- display: flex;
629
- align-items: center;
630
-
631
- /* .field {
632
- width: 100%;
633
- max-width: 500px;
634
- margin-right: 0;
635
- .field {
636
- margin-right: unset;
637
- }
638
- } */
639
- }
640
- }
641
- }
642
-
643
- .card-section-header {
644
- font-size: 18px;
645
- color: #0f172a;
646
- font-weight: 700;
647
- margin-top: 8px;
648
- }
649
-
650
- .card-search-heading {
651
- margin-right: 0px !important;
652
- margin-left: 0px !important;
653
- margin-bottom: 0px !important;
654
- padding-bottom: 0px;
655
- padding-left: 25px;
656
- }
657
-
658
- .button-sub-text {
659
- width: 100%;
660
- }
661
-
662
- .home-page-info-banner-wrap {
663
- margin: 0px 16px 24px 16px;
664
- }
665
-
666
- @media (min-width: 780px) {
667
- .button-sub-text {
668
- width: 240px;
669
- }
670
-
671
- .home-page-info-banner-wrap {
672
- max-width: 45%;
673
- min-width: 100%;
674
- margin-left: 0;
675
- margin-right: 24px;
676
- margin-bottom: 24px;
677
- }
678
-
679
- .oc-aknowledgement-screen {
680
- width: auto;
681
- min-width: 240px;
682
- max-width: 100%;
683
- padding: 0px 10px;
684
- }
685
- }
686
-
687
- .card-label-error {
688
- display: block;
689
- font-size: 12px;
690
- color: #dc2626;
691
- margin-bottom: 16px;
692
- font-weight: 600;
693
- }
694
-
695
- .employeeCard-override {
696
- margin-left: 0px !important;
697
- }
698
-
699
- .BPAemployeeCard {
700
- margin-left: 0px !important;
701
- margin-right: 0px !important;
702
- margin-bottom: 0px !important;
703
- }
704
-
705
- .employee-application-details {
706
- display: flex !important;
707
- justify-content: space-between !important;
708
- max-height: 70px !important;
709
- height: 70px !important;
710
- margin-bottom: 15px !important;
711
- align-items: center !important;
712
- }
713
-
714
- .employee-main-application-details {
715
- padding: 10px !important;
716
- }
717
-
718
- .employee-mulitlink-main-div {
719
- z-index: 10 !important;
720
- max-width: 41% !important;
721
- }
722
-
723
- .employee-download-btn-className {
724
- position: unset !important;
725
- display: flex !important;
726
- justify-content: flex-end !important;
727
- }
728
-
729
- .employee-options-btn-className {
730
- position: unset !important;
731
- margin: 0 !important;
732
- width: 100% !important;
733
- }
734
-
735
- .language-selector .submit-bar,
736
- .submit-bar-disabled {
737
- background: linear-gradient(135deg, rgba(178, 196, 239, 0.8) 0%, rgba(178, 196, 239, 0.8) 100%) !important;
738
- }
739
-
740
- .owner-details {
741
- display: flex;
742
- flex-direction: row;
743
- width: 100%;
744
- flex-wrap: wrap;
745
- justify-content: space-between;
746
- }
747
-
748
- .owner-details-child {
749
- width: 50%;
750
- }
751
-
752
- .location-card .card {
753
- max-width: 85vw;
754
- width: 100%;
755
- margin: 0;
756
- }
757
-
758
- .image-card .card {
759
- max-width: 85vw;
760
- width: 100%;
761
- margin: 0;
762
- }
763
-
764
- /* Employee side only - card-label and field widths (desktop only) */
765
- @media (min-width: 768px) {
766
- .employee .employeeCard .label-field-pair {
767
- display: flex;
768
- align-items: flex-start;
769
- }
770
-
771
-
772
- .employee .employeeCard .field {
773
- width: 100%;
774
- }
775
- .employee .employeeCard .form-field {
776
- width: 100%;
777
- }
778
-
779
- /* Error label - positioned below the input field (aligned with field, not label) */
780
- /* Target error labels both inside and after label-field-pair */
781
- .employee .employeeCard .label-field-pair .card-label-error,
782
- .employee .employeeCard .label-field-pair + .card-label-error,
783
- .citizen .employeeCard .label-field-pair .card-label-error,
784
- .citizen .employeeCard .label-field-pair + .card-label-error {
785
- width: 50% !important;
786
- margin-left: 50% !important;
787
- margin-top: -10px !important;
788
- margin-bottom: 8px !important;
789
- }
790
-
791
- /* BPA Workflow Action Modal - card-label and fields auto width */
792
- .popup-module .card-label,
793
- .popup-module .field,
794
- .popup-module .form-field {
795
- width: auto;
796
- }
797
- }
798
-
799
- .BPAemployeeCard.bpa-workflow-modal-form .card-label {
800
- width: 100% !important;
801
- }
802
- .BPAemployeeCard.bpa-workflow-modal-form .form-field {
803
- width: 100% !important;
804
- }
805
-
806
- /* Mobile - full width for labels and fields */
807
- @media (max-width: 767px) {
808
- .employee .employeeCard .card-label,
809
- .employee .employeeCard .field,
810
- .employee .employeeCard .form-field {
811
- width: 100%;
812
- }
813
-
814
- .employee .employeeCard .label-field-pair {
815
- flex-direction: column;
816
- align-items: flex-start;
817
- }
818
-
819
- /* Error label - full width on mobile, positioned below field */
820
- .employee .employeeCard .label-field-pair .card-label-error,
821
- .employee .employeeCard .label-field-pair + .card-label-error {
822
- width: 100% !important;
823
- margin-left: 0 !important;
824
- margin-top: 2px !important;
825
- margin-bottom: 8px !important;
826
- }
827
- }
828
-
829
- /* Login page - form-field full width (employeeCard with headerStyle login header) */
830
- .employeeCard .headerStyle + .card-label-desc ~ div .form-field,
831
- .employee-login-container .form-field,
832
- .employee-login-form .form-field,
833
- .employee-login-page .form-field {
834
- width: 100% !important;
835
- }
836
-
837
- /* OBPS Search Application - Mobile Number Full Width */
838
- .obps-search-mobile-wrapper {
839
- width: 100% !important;
840
- display: flex !important;
841
- }
842
-
843
- .obps-search-mobile-wrapper .employee-select-wrap {
844
- width: 100% !important;
845
- flex: 1 !important;
846
- }
847
-
848
- .obps-search-mobile-wrapper .form-field {
849
- width: 100% !important;
850
- }
851
- .BPAemployeeCard .employeeCard .form-field {
852
- width: 100% !important;
853
- }
854
- .BPAemployeeCard .employeeCard .card-label {
855
- width: 100% !important;
856
- }
857
-
858
- .ws-citizen-wrapper .app-container {
859
- margin-top: 1rem !important;
860
- padding: 0 !important;
861
-
862
- }
863
-
864
- @media (max-width: 768px) {
865
- .chb-citizen .app-container{
866
- margin-top: 3rem !important;
867
- }
868
-
869
- .pet-citizen .app-container{
870
- margin-top: 2rem !important;
871
- }
872
- .mcollect-citizen .app-container{
873
- margin-top: 2rem !important;
874
- }
875
- .ads-citizen .app-container{
876
- margin-top: 2rem !important;
877
- }
878
-
879
- .bills-citizen-wrapper{
880
- margin-top: 1rem !important;
881
- padding: 10px !important;
882
- width: 100% !important;
883
- }
884
- .property-search-modal{
885
- width: 100% !important;
886
- }
887
- .card .card {
888
- padding: 0;
889
- background: none;
890
- border: none;
891
- border-bottom: 1px solid #e0e0e0;
892
- box-shadow: none;
893
- gap: 0;
894
-
895
- .card-header {
896
- padding: 0;
897
- }
898
-
899
- .card-content {
900
- padding: 0;
901
- }
902
-
903
- .card-footer {
904
- padding: 0;
905
- }
906
- }
907
- .card .employeeCard {
908
- padding: 0;
909
- background: none;
910
- border: none;
911
- border-bottom: 1px solid #e0e0e0;
912
- box-shadow: none;
913
- gap: 0;
914
-
915
- .employeeCard-header {
916
- padding: 0;
917
- }
918
-
919
- .employeeCard-content {
920
- padding: 0;
921
- }
922
-
923
- .employeeCard-footer {
924
- padding: 0;
925
- }
926
- }
927
- .employeeCard .card {
928
- padding: 0;
929
- background: none;
930
- border: none;
931
- border-bottom: 1px solid #e0e0e0;
932
- box-shadow: none;
933
- gap: 0;
934
-
935
- .card-header {
936
- padding: 0;
937
- }
938
-
939
- .card-content {
940
- padding: 0;
941
- }
942
-
943
- .card-footer {
944
- padding: 0;
945
- }
946
- }
947
- .employeeCard .employeeCard {
948
- padding: 0;
949
- background: none;
950
- border: none;
951
- border-bottom: 1px solid #e0e0e0;
952
- box-shadow: none;
953
- gap: 0;
954
-
955
- .employeeCard-header {
956
- padding: 0;
957
- }
958
-
959
- .employeeCard-content {
960
- padding: 0;
961
- }
962
-
963
- .employeeCard-footer {
964
- padding: 0;
965
- }
966
- }
967
-
968
- }
1
+ .card,
2
+ .card {
3
+ box-shadow: none;
4
+ }
5
+ .card,
6
+ .card,
7
+ .card {
8
+ box-shadow: none;
9
+ }
10
+
11
+
12
+
13
+ .card {
14
+ padding: 20px 24px 28px 24px;
15
+ max-width: 95vw;
16
+ width: 100%;
17
+ border-radius: 14px;
18
+ box-shadow: 0 12px 32px rgba(30, 58, 138, 0.08), 0 4px 12px rgba(0, 0, 0, 0.04);
19
+ transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
20
+ position: relative;
21
+ overflow: visible;
22
+ margin-bottom: 15px;
23
+
24
+ .card-header {
25
+ font-size: 20px;
26
+ font-weight: 800;
27
+ color: #0f172a;
28
+ text-align: left;
29
+ margin-bottom: 12px;
30
+ letter-spacing: 0.3px;
31
+ display: flex;
32
+ align-items: center;
33
+ justify-content: space-between;
34
+ }
35
+
36
+ .card-sub-header {
37
+ font-size: 14px;
38
+ font-weight: 700;
39
+ color: #1e293b;
40
+ text-align: left;
41
+ margin-bottom: 8px;
42
+ margin-top: 20px;
43
+ text-transform: uppercase;
44
+ letter-spacing: 0.4px;
45
+ }
46
+
47
+ .card-caption {
48
+ font-size: 13px;
49
+ color: #64748b;
50
+ margin-bottom: 8px;
51
+ font-weight: 500;
52
+ }
53
+
54
+ .card-text {
55
+ font-size: 14px;
56
+ color: #475569;
57
+ text-align: left;
58
+ margin-bottom: 16px;
59
+ line-height: 1.6;
60
+
61
+ span {
62
+ color: #0f172a;
63
+ font-weight: 600;
64
+ }
65
+ }
66
+
67
+ .card-text-primary {
68
+ font-size: 14px;
69
+ color: #0f172a;
70
+ font-weight: 600;
71
+ }
72
+
73
+ .card-text-button {
74
+ color: #2563eb;
75
+ font-size: 13px;
76
+ font-weight: 700;
77
+ }
78
+
79
+ .card-label {
80
+ font-size: 16px;
81
+ color: #0f172a;
82
+ margin-bottom: 8px;
83
+ margin-top: 8px;
84
+ font-weight: 700;
85
+ letter-spacing: 0.5px;
86
+ width: 100%;
87
+ }
88
+
89
+ .card-label-error {
90
+ display: block;
91
+ font-size: 12px;
92
+ color: #dc2626;
93
+ margin-bottom: 16px;
94
+ font-weight: 600;
95
+ }
96
+
97
+ .card-label-desc {
98
+ font-weight: 700;
99
+ color: #475569;
100
+ font-size: 13px;
101
+ margin-bottom: 16px;
102
+ text-transform: uppercase;
103
+ letter-spacing: 0.3px;
104
+
105
+ &.descStyle {
106
+ font-size: 16px !important;
107
+ }
108
+ }
109
+ }
110
+
111
+ .validation-error {
112
+ display: block;
113
+ font-size: 12px;
114
+ color: #dc2626;
115
+ font-weight: 600;
116
+ }
117
+
118
+ .docsDescription {
119
+ color: #0b0c0c !important;
120
+ }
121
+
122
+ .field-container {
123
+ display: flex;
124
+ align-items: center;
125
+ }
126
+
127
+ .employeeCard {
128
+ background: linear-gradient(135deg, #ffffff 0%, #f8fafb 100%);
129
+ padding: 24px;
130
+ margin-bottom: 32px;
131
+ border-radius: 14px;
132
+ border: 1px solid #e1e8f0;
133
+ box-shadow: 0 12px 32px rgba(30, 58, 138, 0.08), 0 4px 12px rgba(0, 0, 0, 0.04);
134
+ transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
135
+ position: relative;
136
+ overflow: visible !important;
137
+
138
+ .card-header {
139
+ font-size: 22px;
140
+ font-weight: 800;
141
+ color: #0f172a;
142
+ text-align: left;
143
+ margin-bottom: 16px;
144
+ letter-spacing: 0.3px;
145
+ }
146
+
147
+ .card-sub-header,
148
+ .employee-card-sub-header {
149
+ font-size: 14px;
150
+ font-weight: 700;
151
+ color: #1e293b;
152
+ text-align: left;
153
+ text-transform: uppercase;
154
+ letter-spacing: 0.4px;
155
+ }
156
+
157
+ .card-section-header {
158
+ font-size: 20px;
159
+ color: #0d43a7;
160
+ font-weight: 700;
161
+ line-height: 1.4;
162
+ margin-bottom: 12px;
163
+ }
164
+
165
+ .card-section-sub-text {
166
+ font-size: 12px;
167
+ color: #0f172a;
168
+ font-weight: 500;
169
+ }
170
+
171
+ .card-caption {
172
+ font-size: 13px;
173
+ color: #64748b;
174
+ margin-bottom: 8px;
175
+ }
176
+
177
+ .card-text {
178
+ font-size: 14px;
179
+ color: #475569;
180
+ text-align: left;
181
+ margin-bottom: 16px;
182
+ line-height: 1.6;
183
+
184
+ span {
185
+ color: #0f172a;
186
+ font-weight: 600;
187
+ }
188
+ }
189
+
190
+ .card-text-primary {
191
+ font-size: 14px;
192
+ color: #0f172a;
193
+ font-weight: 600;
194
+ }
195
+
196
+ .card-text-button {
197
+ color: #2563eb;
198
+ font-size: 13px;
199
+ font-weight: 700;
200
+ }
201
+
202
+ .card-label {
203
+ font-size: 16px;
204
+ color: #0f172a;
205
+ margin-bottom: 8px;
206
+ font-weight: 700;
207
+ letter-spacing: 0.5px;
208
+ }
209
+
210
+ .card-label-error {
211
+ display: block;
212
+ font-size: 12px;
213
+ color: #dc2626;
214
+ margin-bottom: 16px;
215
+ font-weight: 600;
216
+ }
217
+
218
+ .card-label-desc {
219
+ font-weight: 700;
220
+ color: #475569;
221
+ font-size: 13px;
222
+ margin-bottom: 16px;
223
+ text-transform: uppercase;
224
+ letter-spacing: 0.3px;
225
+ }
226
+
227
+ .card-search-heading {
228
+ margin-right: 0px !important;
229
+ margin-left: 0px !important;
230
+ margin-bottom: 0px !important;
231
+ padding-bottom: 0px;
232
+ padding-left: 25px;
233
+ }
234
+ }
235
+
236
+ .employeeCard.fsm {
237
+ margin-bottom: 64px !important;
238
+ margin-left: 0px !important;
239
+ margin-right: 16px !important;
240
+ }
241
+ .header-wrap {
242
+ display: flex;
243
+ margin-bottom: 16px;
244
+
245
+ .header-start {
246
+ margin-right: auto;
247
+ }
248
+
249
+ .header-end {
250
+ margin-left: auto;
251
+ }
252
+ }
253
+
254
+ .card-emp {
255
+ background: linear-gradient(135deg, #ffffff 0%, #f8fafb 100%);
256
+ padding: 0;
257
+ margin: 8px;
258
+ border-radius: 14px;
259
+ border: 1px solid #e1e8f0;
260
+ }
261
+
262
+ .card-link {
263
+ height: 40px;
264
+ background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
265
+ color: white !important;
266
+ text-align: center;
267
+ outline: none;
268
+ width: 175px;
269
+ border-radius: 8px;
270
+ border: none;
271
+ font-weight: 700;
272
+ font-size: 13px;
273
+ cursor: pointer;
274
+ transition: all 0.2s ease;
275
+ box-shadow: 0 8px 20px rgba(37, 99, 235, 0.24);
276
+ padding: 0 12px;
277
+ display: flex;
278
+ align-items: center;
279
+ justify-content: center;
280
+
281
+ &:hover {
282
+ transform: translateY(-2px);
283
+ box-shadow: 0 12px 28px rgba(37, 99, 235, 0.32);
284
+ color: white !important;
285
+ }
286
+
287
+ &:focus {
288
+ outline: none;
289
+ color: white !important;
290
+ }
291
+
292
+ &:active {
293
+ color: white !important;
294
+ }
295
+
296
+ &:visited {
297
+ color: white !important;
298
+ }
299
+
300
+ header {
301
+ font-weight: 600;
302
+ font-size: 12px;
303
+ color: white;
304
+ line-height: 40px;
305
+ }
306
+ }
307
+
308
+ /* Responsive card-link for tablets and mobile */
309
+ @media only screen and (max-width: 1024px) {
310
+ .card-link {
311
+ height: 36px;
312
+ width: 160px;
313
+ font-size: 12px;
314
+ padding: 0 10px;
315
+
316
+ header {
317
+ line-height: 36px;
318
+ font-size: 11px;
319
+ }
320
+ }
321
+ }
322
+
323
+ @media only screen and (max-width: 768px) {
324
+ .card-link {
325
+ height: 34px;
326
+ width: 145px;
327
+ font-size: 11px;
328
+ padding: 0 8px;
329
+
330
+ header {
331
+ line-height: 34px;
332
+ font-size: 10px;
333
+ }
334
+ }
335
+ }
336
+
337
+ @media only screen and (max-width: 480px) {
338
+ .card-link {
339
+ height: 32px;
340
+ width: 120px;
341
+ font-size: 10px;
342
+ padding: 0 6px;
343
+ box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);
344
+
345
+ header {
346
+ line-height: 32px;
347
+ font-size: 9px;
348
+ }
349
+ }
350
+ }
351
+
352
+ /* Mobile view styles for card-link */
353
+
354
+ /* Document Card Link - Responsive styles */
355
+ .document-card-link {
356
+ min-width: 160px;
357
+ margin: 12px;
358
+ display: flex;
359
+ flex-direction: column;
360
+ align-items: center;
361
+ text-align: center;
362
+ text-decoration: none;
363
+ color: inherit;
364
+ transition: all 0.2s ease;
365
+
366
+ &:hover {
367
+ transform: translateY(-2px);
368
+ }
369
+ }
370
+
371
+ .document-card-label {
372
+ margin-top: 8px;
373
+ max-width: 140px;
374
+ word-break: break-word;
375
+ font-size: 14px;
376
+ color: #475569;
377
+ font-weight: 500;
378
+ }
379
+
380
+ @media only screen and (max-width: 768px) {
381
+ .document-card-link {
382
+ min-width: 120px;
383
+ margin: 8px;
384
+ }
385
+
386
+ .document-card-label {
387
+ max-width: 100px;
388
+ font-size: 12px;
389
+ }
390
+ }
391
+
392
+ @media only screen and (max-width: 640px) {
393
+ .document-card-link {
394
+ min-width: 100px;
395
+ margin: 6px;
396
+ }
397
+
398
+ .document-card-label {
399
+ max-width: 85px;
400
+ font-size: 11px;
401
+ }
402
+ }
403
+ @media only screen and (max-width: 640px) {
404
+ .card {
405
+ margin-top: 2rem;
406
+ }
407
+ .popup-module{
408
+ width: 100% !important;
409
+ }
410
+ #search-property-field{
411
+ display: block !important;
412
+ }
413
+ .bpa-summary-page{
414
+ padding: 0 !important;
415
+ }
416
+ .card-link {
417
+ height: 32px;
418
+ width: 140px;
419
+ font-size: 11px;
420
+ padding: 6px 12px;
421
+ display: flex;
422
+ justify-content: center;
423
+ align-items: center;
424
+
425
+ header {
426
+ line-height: 32px;
427
+ font-size: 11px;
428
+ }
429
+ }
430
+ }
431
+
432
+ /*button on mobile view for the file upload section to be small */
433
+ /* selector-button-border */
434
+
435
+ .submit-bar,
436
+ .bpa-owner-submit-back {
437
+ height: 40px;
438
+ background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
439
+ color: white;
440
+ text-align: center;
441
+ outline: none;
442
+ width: 175px;
443
+ border-radius: 8px;
444
+ border: none;
445
+ font-weight: 700;
446
+ font-size: 13px;
447
+ cursor: pointer;
448
+ transition: all 0.2s ease;
449
+ box-shadow: 0 8px 20px rgba(37, 99, 235, 0.24);
450
+
451
+ &:hover {
452
+ transform: translateY(-2px);
453
+ box-shadow: 0 12px 28px rgba(37, 99, 235, 0.32);
454
+ }
455
+
456
+ &:focus {
457
+ outline: none;
458
+ }
459
+
460
+ header {
461
+ font-weight: 600;
462
+ font-size: 12px;
463
+ color: white;
464
+ line-height: 40px;
465
+ }
466
+ }
467
+
468
+ .submit-bar-disabled {
469
+ height: 40px;
470
+ background: linear-gradient(135deg, #94a3b8 0%, #78909c 100%);
471
+ color: white;
472
+ text-align: center;
473
+ outline: none;
474
+ opacity: 0.6;
475
+ width: 175px;
476
+ border-radius: 8px;
477
+ border: none;
478
+ cursor: not-allowed;
479
+
480
+ &:focus {
481
+ outline: none;
482
+ }
483
+
484
+ header {
485
+ font-weight: 600;
486
+ font-size: 12px;
487
+ color: white;
488
+ line-height: 40px;
489
+ }
490
+ }
491
+
492
+ .submit-bar-back {
493
+ background: transparent !important;
494
+ color: #2563eb !important;
495
+ border: 1px solid #2563eb !important;
496
+ box-shadow: none !important;
497
+ margin-right: 10px;
498
+
499
+ &:hover {
500
+ background: rgba(37, 99, 235, 0.08) !important;
501
+ transform: translateY(-2px);
502
+ box-shadow: 0 4px 12px rgba(37, 99, 235, 0.15) !important;
503
+ }
504
+ }
505
+
506
+ /* LinkButton styled as SubmitBar */
507
+ .card-link.submit-bar,
508
+ button.card-link.submit-bar {
509
+ height: 40px !important;
510
+ background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%) !important;
511
+ color: white !important;
512
+ text-align: center !important;
513
+ outline: none !important;
514
+ width: 175px !important;
515
+ border-radius: 8px !important;
516
+ border: none !important;
517
+ font-weight: 700 !important;
518
+ font-size: 13px !important;
519
+ cursor: pointer !important;
520
+ transition: all 0.2s ease !important;
521
+ box-shadow: 0 8px 20px rgba(37, 99, 235, 0.24) !important;
522
+ display: inline-flex !important;
523
+ align-items: center !important;
524
+ justify-content: center !important;
525
+ padding: 0 16px !important;
526
+ margin: 0 !important;
527
+ text-decoration: none !important;
528
+
529
+ &:hover {
530
+ transform: translateY(-2px) !important;
531
+ box-shadow: 0 12px 28px rgba(37, 99, 235, 0.32) !important;
532
+ background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%) !important;
533
+ color: white !important;
534
+ }
535
+
536
+ &:focus {
537
+ outline: none !important;
538
+ }
539
+ }
540
+
541
+ @media (min-width: 1024px) {
542
+ .submit-bar,
543
+ .submit-bar-disabled {
544
+ width: 175px;
545
+ border-radius: 8px;
546
+ height: 40px;
547
+ }
548
+
549
+ .card {
550
+ display: flex;
551
+ flex-direction: column;
552
+
553
+ .card-header {
554
+ font-size: 24px;
555
+ }
556
+
557
+ .card-sub-header {
558
+ font-size: 18px;
559
+ }
560
+
561
+ .card-caption {
562
+ font-size: 14px;
563
+ }
564
+
565
+ .card-text,
566
+ .card-text-primary {
567
+ font-size: 16px;
568
+ }
569
+ }
570
+
571
+ .employeeCard {
572
+ margin-bottom: 16px !important;
573
+ margin-left: 16px !important;
574
+ margin-right: 16px !important;
575
+
576
+ &.filter {
577
+ margin-left: auto;
578
+ margin-right: auto;
579
+ }
580
+
581
+ .card-header {
582
+ font-size: 24px;
583
+ }
584
+
585
+ .card-sub-header {
586
+ margin-bottom: 40px;
587
+ font-size: 18px;
588
+ }
589
+
590
+ .employee-card-sub-header {
591
+ margin-bottom: 40px;
592
+ font-size: 18px;
593
+ }
594
+
595
+ .card-section-header {
596
+ margin-bottom: 10px;
597
+ color: #0d43a7;
598
+ font-size: 24px;
599
+ line-height: 28px;
600
+ font-weight: 700;
601
+ }
602
+
603
+ .card-section-sub-text {
604
+ font-size: 12px;
605
+ color: #0f172a;
606
+ }
607
+
608
+ .card-search-heading {
609
+ margin-right: 0px !important;
610
+ margin-left: 0px !important;
611
+ margin-bottom: 0px !important;
612
+ padding-bottom: 0px;
613
+ padding-left: 25px;
614
+ }
615
+
616
+ .card-caption {
617
+ font-size: 14px;
618
+ }
619
+
620
+ .card-text,
621
+ .card-text-primary {
622
+ font-size: 16px;
623
+ }
624
+
625
+ .label-field-pair {
626
+ display: flex;
627
+ align-items: center;
628
+
629
+ /* .field {
630
+ width: 100%;
631
+ max-width: 500px;
632
+ margin-right: 0;
633
+ .field {
634
+ margin-right: unset;
635
+ }
636
+ } */
637
+ }
638
+ }
639
+ }
640
+
641
+ .card-section-header {
642
+ font-size: 18px;
643
+ color: #0f172a;
644
+ font-weight: 700;
645
+ margin-top: 8px;
646
+ }
647
+
648
+ .card-search-heading {
649
+ margin-right: 0px !important;
650
+ margin-left: 0px !important;
651
+ margin-bottom: 0px !important;
652
+ padding-bottom: 0px;
653
+ padding-left: 25px;
654
+ }
655
+
656
+ .button-sub-text {
657
+ width: 100%;
658
+ }
659
+
660
+ .home-page-info-banner-wrap {
661
+ margin: 0px 16px 24px 16px;
662
+ }
663
+
664
+ @media (min-width: 780px) {
665
+ .button-sub-text {
666
+ width: 240px;
667
+ }
668
+
669
+ .home-page-info-banner-wrap {
670
+ max-width: 45%;
671
+ min-width: 100%;
672
+ margin-left: 0;
673
+ margin-right: 24px;
674
+ margin-bottom: 24px;
675
+ }
676
+
677
+ .oc-aknowledgement-screen {
678
+ width: auto;
679
+ min-width: 240px;
680
+ max-width: 100%;
681
+ padding: 0px 10px;
682
+ }
683
+ }
684
+
685
+ .card-label-error {
686
+ display: block;
687
+ font-size: 12px;
688
+ color: #dc2626;
689
+ margin-bottom: 16px;
690
+ font-weight: 600;
691
+ }
692
+
693
+ .employeeCard-override {
694
+ margin-left: 0px !important;
695
+ }
696
+
697
+ .BPAemployeeCard {
698
+ margin-left: 0px !important;
699
+ margin-right: 0px !important;
700
+ margin-bottom: 0px !important;
701
+ }
702
+
703
+ .employee-application-details {
704
+ display: flex !important;
705
+ justify-content: space-between !important;
706
+ max-height: 70px !important;
707
+ height: 70px !important;
708
+ margin-bottom: 15px !important;
709
+ align-items: center !important;
710
+ }
711
+
712
+ .employee-main-application-details {
713
+ padding: 10px !important;
714
+ }
715
+
716
+ .employee-mulitlink-main-div {
717
+ z-index: 10 !important;
718
+ max-width: 41% !important;
719
+ }
720
+
721
+ .employee-download-btn-className {
722
+ position: unset !important;
723
+ display: flex !important;
724
+ justify-content: flex-end !important;
725
+ }
726
+
727
+ .employee-options-btn-className {
728
+ position: unset !important;
729
+ margin: 0 !important;
730
+ width: 100% !important;
731
+ }
732
+
733
+ .language-selector .submit-bar,
734
+ .submit-bar-disabled {
735
+ background: linear-gradient(135deg, rgba(178, 196, 239, 0.8) 0%, rgba(178, 196, 239, 0.8) 100%) !important;
736
+ }
737
+
738
+ .owner-details {
739
+ display: flex;
740
+ flex-direction: row;
741
+ width: 100%;
742
+ flex-wrap: wrap;
743
+ justify-content: space-between;
744
+ }
745
+
746
+ .owner-details-child {
747
+ width: 50%;
748
+ }
749
+
750
+ .location-card .card {
751
+ max-width: 85vw;
752
+ width: 100%;
753
+ margin: 0;
754
+ }
755
+
756
+ .image-card .card {
757
+ max-width: 85vw;
758
+ width: 100%;
759
+ margin: 0;
760
+ }
761
+
762
+ /* Employee side only - card-label and field widths (desktop only) */
763
+ @media (min-width: 768px) {
764
+ .employee .employeeCard .label-field-pair {
765
+ display: flex;
766
+ align-items: flex-start;
767
+ }
768
+
769
+
770
+ .employee .employeeCard .field {
771
+ width: 100%;
772
+ }
773
+ .employee .employeeCard .form-field {
774
+ width: 100%;
775
+ }
776
+
777
+ /* Error label - positioned below the input field (aligned with field, not label) */
778
+ /* Target error labels both inside and after label-field-pair */
779
+ .employee .employeeCard .label-field-pair .card-label-error,
780
+ .employee .employeeCard .label-field-pair + .card-label-error,
781
+ .citizen .employeeCard .label-field-pair .card-label-error,
782
+ .citizen .employeeCard .label-field-pair + .card-label-error {
783
+ width: 50% !important;
784
+ margin-left: 50% !important;
785
+ margin-top: -10px !important;
786
+ margin-bottom: 8px !important;
787
+ }
788
+
789
+ /* BPA Workflow Action Modal - card-label and fields auto width */
790
+ .popup-module .card-label,
791
+ .popup-module .field,
792
+ .popup-module .form-field {
793
+ width: auto;
794
+ }
795
+ }
796
+
797
+ .BPAemployeeCard.bpa-workflow-modal-form .card-label {
798
+ width: 100% !important;
799
+ }
800
+ .BPAemployeeCard.bpa-workflow-modal-form .form-field {
801
+ width: 100% !important;
802
+ }
803
+
804
+ /* Mobile - full width for labels and fields */
805
+ @media (max-width: 767px) {
806
+ .employee .employeeCard .card-label,
807
+ .employee .employeeCard .field,
808
+ .employee .employeeCard .form-field {
809
+ width: 100%;
810
+ }
811
+
812
+ .employee .employeeCard .label-field-pair {
813
+ flex-direction: column;
814
+ align-items: flex-start;
815
+ }
816
+
817
+ /* Error label - full width on mobile, positioned below field */
818
+ .employee .employeeCard .label-field-pair .card-label-error,
819
+ .employee .employeeCard .label-field-pair + .card-label-error {
820
+ width: 100% !important;
821
+ margin-left: 0 !important;
822
+ margin-top: 2px !important;
823
+ margin-bottom: 8px !important;
824
+ }
825
+ }
826
+
827
+ /* Login page - form-field full width (employeeCard with headerStyle login header) */
828
+ .employeeCard .headerStyle + .card-label-desc ~ div .form-field,
829
+ .employee-login-container .form-field,
830
+ .employee-login-form .form-field,
831
+ .employee-login-page .form-field {
832
+ width: 100% !important;
833
+ }
834
+
835
+ /* OBPS Search Application - Mobile Number Full Width */
836
+ .obps-search-mobile-wrapper {
837
+ width: 100% !important;
838
+ display: flex !important;
839
+ }
840
+
841
+ .obps-search-mobile-wrapper .employee-select-wrap {
842
+ width: 100% !important;
843
+ flex: 1 !important;
844
+ }
845
+
846
+ .obps-search-mobile-wrapper .form-field {
847
+ width: 100% !important;
848
+ }
849
+ .BPAemployeeCard .employeeCard .form-field {
850
+ width: 100% !important;
851
+ }
852
+ .BPAemployeeCard .employeeCard .card-label {
853
+ width: 100% !important;
854
+ }
855
+
856
+ .ws-citizen-wrapper .app-container {
857
+ margin-top: 1rem !important;
858
+ padding: 0 !important;
859
+
860
+ }
861
+
862
+ @media (max-width: 768px) {
863
+ .chb-citizen .app-container{
864
+ margin-top: 3rem !important;
865
+ }
866
+
867
+ .pet-citizen .app-container{
868
+ margin-top: 2rem !important;
869
+ }
870
+ .mcollect-citizen .app-container{
871
+ margin-top: 2rem !important;
872
+ }
873
+ .ads-citizen .app-container{
874
+ margin-top: 2rem !important;
875
+ }
876
+
877
+ .bills-citizen-wrapper{
878
+ margin-top: 1rem !important;
879
+ padding: 10px !important;
880
+ width: 100% !important;
881
+ }
882
+ .property-search-modal{
883
+ width: 100% !important;
884
+ }
885
+ .card .card {
886
+ padding: 0;
887
+ background: none;
888
+ border: none;
889
+ border-bottom: 1px solid #e0e0e0;
890
+ box-shadow: none;
891
+ gap: 0;
892
+
893
+ .card-header {
894
+ padding: 0;
895
+ }
896
+
897
+ .card-content {
898
+ padding: 0;
899
+ }
900
+
901
+ .card-footer {
902
+ padding: 0;
903
+ }
904
+ }
905
+ .card .employeeCard {
906
+ padding: 0;
907
+ background: none;
908
+ border: none;
909
+ border-bottom: 1px solid #e0e0e0;
910
+ box-shadow: none;
911
+ gap: 0;
912
+
913
+ .employeeCard-header {
914
+ padding: 0;
915
+ }
916
+
917
+ .employeeCard-content {
918
+ padding: 0;
919
+ }
920
+
921
+ .employeeCard-footer {
922
+ padding: 0;
923
+ }
924
+ }
925
+ .employeeCard .card {
926
+ padding: 0;
927
+ background: none;
928
+ border: none;
929
+ border-bottom: 1px solid #e0e0e0;
930
+ box-shadow: none;
931
+ gap: 0;
932
+
933
+ .card-header {
934
+ padding: 0;
935
+ }
936
+
937
+ .card-content {
938
+ padding: 0;
939
+ }
940
+
941
+ .card-footer {
942
+ padding: 0;
943
+ }
944
+ }
945
+ .employeeCard .employeeCard {
946
+ padding: 0;
947
+ background: none;
948
+ border: none;
949
+ border-bottom: 1px solid #e0e0e0;
950
+ box-shadow: none;
951
+ gap: 0;
952
+
953
+ .employeeCard-header {
954
+ padding: 0;
955
+ }
956
+
957
+ .employeeCard-content {
958
+ padding: 0;
959
+ }
960
+
961
+ .employeeCard-footer {
962
+ padding: 0;
963
+ }
964
+ }
965
+
966
+ }