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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (134) hide show
  1. package/dist/index.css +17 -7
  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 -969
  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 -2420
  76. package/src/modules/BPA/index.scss +209 -200
  77. package/src/modules/TL/index.scss +796 -796
  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,969 +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
- .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
- }
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
+ }