@chipstcp/upyog-css 1.0.0

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