@pmidc/upyog-css 1.2.36-dev.1.2 → 1.2.36-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 (134) hide show
  1. package/dist/index.css +50 -6
  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 -966
  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 +118 -116
  75. package/src/index.scss +2414 -2406
  76. package/src/modules/BPA/index.scss +119 -97
  77. package/src/modules/TL/index.scss +767 -767
  78. package/src/modules/adv/index.scss +643 -643
  79. package/src/modules/hrms/index.scss +1327 -1327
  80. package/src/modules/rentAndLease/index.scss +238 -238
  81. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -8
  82. package/src/pages/citizen/CitizenLogin.scss +50 -50
  83. package/src/pages/citizen/DocumentList.scss +454 -454
  84. package/src/pages/citizen/Events.scss +46 -46
  85. package/src/pages/citizen/HomePageWrapper.scss +215 -215
  86. package/src/pages/citizen/InboxCard.scss +378 -378
  87. package/src/pages/citizen/SurveyList.scss +24 -24
  88. package/src/pages/citizen/citizenDocument.scss +25 -25
  89. package/src/pages/citizen/citizenNewLogin.scss +352 -352
  90. package/src/pages/citizen/container.scss +32 -32
  91. package/src/pages/citizen/loaderMessage.scss +341 -341
  92. package/src/pages/citizen/payment/payment-type.scss +2 -2
  93. package/src/pages/citizen/updatePropertyNumber.scss +46 -46
  94. package/src/pages/common/form.scss +25 -25
  95. package/src/pages/common/newApplicationTimeline.scss +341 -341
  96. package/src/pages/common/pgrUICssfix.scss +128 -128
  97. package/src/pages/common/requiredField.scss +2 -2
  98. package/src/pages/common/sanctionFeeTable.scss +91 -91
  99. package/src/pages/common/searchIcon.scss +21 -21
  100. package/src/pages/common/sitePhotoGraphs.scss +26 -26
  101. package/src/pages/common/stepForm.scss +40 -40
  102. package/src/pages/employee/EmployeeLogin.scss +6 -6
  103. package/src/pages/employee/cardfix.scss +13 -13
  104. package/src/pages/employee/container.scss +73 -73
  105. package/src/pages/employee/dashboard.scss +204 -204
  106. package/src/pages/employee/disconnection.scss +425 -425
  107. package/src/pages/employee/dss.scss +251 -251
  108. package/src/pages/employee/faq.scss +353 -353
  109. package/src/pages/employee/footer.scss +68 -68
  110. package/src/pages/employee/form-fields.scss +26 -26
  111. package/src/pages/employee/header.scss +262 -262
  112. package/src/pages/employee/iframe.scss +65 -65
  113. package/src/pages/employee/inbox.scss +1110 -1110
  114. package/src/pages/employee/index.scss +693 -693
  115. package/src/pages/employee/landing.scss +1802 -1802
  116. package/src/pages/employee/login.scss +253 -253
  117. package/src/pages/employee/oldMobileInbox.scss +4 -4
  118. package/src/pages/employee/popupmodule.scss +47 -47
  119. package/src/pages/employee/response.scss +2 -2
  120. package/src/pages/employee/scroll-table.scss +113 -113
  121. package/src/pages/employee/surveys.scss +469 -469
  122. package/src/pages/employee/tooltip.scss +35 -35
  123. package/src/pages/employee/updateNumber.scss +12 -12
  124. package/src/pages/swach/index.scss +231 -231
  125. package/src/pages/ws/index.scss +118 -118
  126. package/svg/camera.svg +4 -4
  127. package/svg/check.svg +3 -3
  128. package/svg/close.svg +4 -4
  129. package/svg/error.svg +3 -3
  130. package/svg/error2.svg +5 -5
  131. package/svg/searchicon.svg +3 -3
  132. package/svg/starempty.svg +3 -3
  133. package/svg/starfilled.svg +4 -4
  134. package/svg/success.svg +3 -3
@@ -1,966 +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
- 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
- }
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
+ }