@pmidc/upyog-css 1.2.36-dev.1.1 → 1.2.36-dev.1.10

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