@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
package/src/index.scss ADDED
@@ -0,0 +1,2087 @@
1
+ /*@import 'normalize.css';*/
2
+
3
+ @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
4
+ @import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
5
+ @import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;700&display=swap");
6
+ @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
7
+
8
+ @import "tailwindcss/base";
9
+
10
+ @import "tailwindcss/components";
11
+
12
+ @import "tailwindcss/utilities";
13
+
14
+ @import "react-date-range/dist/styles.css";
15
+ @import "react-date-range/dist/theme/default.css";
16
+
17
+ @import "./components/loader.scss";
18
+
19
+ @import "./components/body.scss";
20
+ @import "./components/navbar.scss";
21
+ @import "./components/card.scss";
22
+ @import "./components/buttons.scss";
23
+ @import "./components/radiobtn.scss";
24
+ @import "./components/selectdropdown.scss";
25
+ @import "./components/textfields.scss";
26
+ @import "./components/bannercomponents.scss";
27
+ @import "./components/datewrap.scss";
28
+ @import "./components/datatable.scss";
29
+ @import "./components/checkpoint.scss";
30
+ @import "./components/checkbox.scss";
31
+ @import "./components/inputotp.scss";
32
+ @import "./components/map.scss";
33
+ @import "./pages/employee/tooltip.scss";
34
+ @import "./components/menu.scss";
35
+ @import "./components/submiterrors.scss";
36
+ @import "./components/ratingstar.scss";
37
+ @import "./components/keynote.scss";
38
+ @import "./components/statushighlight.scss";
39
+ @import "./components/imageviewer.scss";
40
+ @import "./components/actionbar.scss";
41
+ @import "./components/table.scss";
42
+ @import "./components/popup.scss";
43
+ @import "./components/uploadcomponents.scss";
44
+ @import "./components/toast.scss";
45
+ @import "./components/detailscontainer.scss";
46
+ @import "./components/telephone.scss";
47
+ @import "./components/grey.scss";
48
+ @import "./components/actionLink.scss";
49
+ @import "./components/sectionalDropdown.scss";
50
+ @import "./components/detailscard.scss";
51
+ @import "./components/searchAction.scss";
52
+ @import "./components/tag.scss";
53
+ @import "./components/topbar.scss";
54
+ @import "./components/languageSelector.scss";
55
+ @import "./components/custombtn.scss";
56
+ @import "./components/citizenInfoLabel.scss";
57
+ @import "./components/roundedLabel.scss";
58
+ @import "./components/changeLanguage.scss";
59
+ @import "./components//metricsTable.scss";
60
+ @import "./components/filters.scss";
61
+ @import "./components//charts.scss";
62
+ @import "./components/summary.scss";
63
+ @import "./components/multiLink.scss";
64
+ @import "./components/info-banner.scss";
65
+ @import "./components/multiSelectDropdown.scss";
66
+ @import "./components/EllipsisMenu.scss";
67
+ @import "./components/CitizenHomeCard.scss";
68
+ @import "./components/PropertySearchForm.scss";
69
+ @import "./components/SearchForm.scss";
70
+ @import "./components/cardHeaderWithOptions.scss";
71
+ @import "./components/TimeLine.scss";
72
+ @import "./components/PageBasedInput.scss";
73
+ @import "./components/StandaloneSearchBar.scss";
74
+ @import "./components/CardBasedOptions.scss";
75
+ @import "./components/WhatsNewCard.scss";
76
+ @import "./components/SearchOnRadioButton.scss";
77
+ @import "./components/EventCalendarView.scss";
78
+ @import "./components/OnGroundEventCard.scss";
79
+ @import "./components/PopupHeadingLabel.scss";
80
+ @import "./components/staticSideBar.scss";
81
+ @import "./components/hoc/index.scss";
82
+ @import "./components/FAQ.scss";
83
+ @import "./components//howItWorks.scss";
84
+ @import "./components/staticDynamicMessages.scss";
85
+ @import "./components/toggleSwitch.scss";
86
+ @import "./components/plusMinus.scss";
87
+ @import "./components/documentSection.scss";
88
+
89
+ @import "./pages/employee/index.scss";
90
+ @import "./pages/employee/cardfix.scss";
91
+ @import "./pages/employee/popupmodule.scss";
92
+ @import "./pages/employee/container.scss";
93
+ @import "./pages/employee/inbox.scss";
94
+ @import "./pages/employee/response.scss";
95
+ @import "./pages/employee/form-fields.scss";
96
+ @import "./pages/employee/scroll-table.scss";
97
+ @import "./pages/employee/EmployeeLogin.scss";
98
+ @import "./pages/employee/updateNumber.scss";
99
+ @import "./pages/employee/oldMobileInbox.scss";
100
+ @import "./pages/employee/dss.scss";
101
+ @import "./pages/employee/iframe.scss";
102
+ @import "./pages/employee/landing.scss";
103
+ @import "./pages/employee/footer.scss";
104
+
105
+ @import "./pages/citizen/payment/payment-type.scss";
106
+ @import "./pages/citizen/container.scss";
107
+ @import "./pages/citizen/HomePageWrapper.scss";
108
+ @import "./pages/citizen/CitizenEngagementNotificationWrapper.scss";
109
+ @import "./pages/citizen/Events.scss";
110
+ @import "./pages/citizen/DocumentList.scss";
111
+ @import "./pages/citizen/SurveyList.scss";
112
+ @import "./pages/citizen/updatePropertyNumber.scss";
113
+ @import "./pages/citizen/citizenDocument.scss";
114
+ @import "./pages/employee/surveys.scss";
115
+
116
+ @import "./pages/employee/faq.scss";
117
+ @import "./pages/employee/dashboard.scss";
118
+
119
+ @import "./pages/common/stepForm.scss";
120
+ @import "./pages/common/form.scss";
121
+ @import "./pages/swach/index.scss";
122
+ @import "./pages/ws/index.scss";
123
+ @import "./pages/common/requiredField.scss";
124
+ @import "./pages/citizen/citizenNewLogin.scss";
125
+ @import "./pages/common/searchIcon.scss";
126
+ @import "./pages/common/sanctionFeeTable.scss";
127
+ @import "./pages/citizen/loaderMessage.scss";
128
+ @import "./pages/employee/disconnection.scss";
129
+ @import "./pages/citizen/InboxCard.scss";
130
+ @import "./pages/employee/header.scss";
131
+
132
+ @import "./pages/common/pgrUICssfix.scss";
133
+ @import "./pages/common/newApplicationTimeline.scss";
134
+ @import "./components/newFooter.scss";
135
+ @import "./pages/citizen/CitizenLogin.scss";
136
+ @import "./components/NewAccordianCitizen.scss";
137
+ @import "./modules/rentAndLease/index.scss";
138
+ @import "./components/SurveyModal.scss";
139
+
140
+ @import "./modules/adv/index.scss";
141
+ @import "./modules/hrms/index.scss";
142
+ @import "./modules/BPA/index.scss";
143
+ @import "./pages/common/sitePhotoGraphs.scss";
144
+
145
+ .display-none {
146
+ display: none;
147
+ }
148
+ .primary-label-btn {
149
+ margin: 10px auto 0px !important;
150
+ }
151
+ .p-unset {
152
+ padding: unset !important;
153
+ }
154
+
155
+ .flex-one {
156
+ @apply flex-1;
157
+ }
158
+
159
+ .display-flex-gap-2 {
160
+ @apply flex gap-3;
161
+ }
162
+ .rm-mb {
163
+ margin-bottom: unset !important;
164
+ }
165
+
166
+ .w-fullwidth {
167
+ @apply w-full;
168
+ }
169
+ .stepper {
170
+ padding: 10px;
171
+ }
172
+ .margin-unset {
173
+ margin: unset !important;
174
+ }
175
+
176
+ .text-align-center {
177
+ @apply text-center;
178
+ }
179
+ .text-align-left {
180
+ @apply text-left;
181
+ }
182
+ .text-align-right {
183
+ @apply text-right;
184
+ }
185
+ .desktop-only {
186
+ @apply hidden;
187
+ }
188
+
189
+ @screen dt {
190
+ .desktop-only {
191
+ @apply block;
192
+ }
193
+ }
194
+
195
+ .mobile-only {
196
+ @apply block;
197
+ }
198
+
199
+ @screen dt {
200
+ .mobile-only {
201
+ @apply hidden;
202
+ }
203
+ }
204
+
205
+ .dark {
206
+ @apply text-text-primary;
207
+ width: auto !important;
208
+ }
209
+
210
+ .mrlg {
211
+ @apply mr-lg;
212
+ }
213
+
214
+ .mrsm {
215
+ @apply mr-sm;
216
+ }
217
+
218
+ .mbsm {
219
+ @apply mb-sm;
220
+ }
221
+
222
+ .home-link {
223
+ margin-left: 16px;
224
+ margin-bottom: 16px;
225
+
226
+ a {
227
+ color: #1d70b8;
228
+ }
229
+ }
230
+
231
+ .clear-search-label {
232
+ color: #2947a3;
233
+ cursor: pointer;
234
+ }
235
+
236
+ .search-submit-bar {
237
+ margin-top: 32;
238
+ margin-left: auto;
239
+ }
240
+ .ws-citizen-wrapper {
241
+ padding: 15px;
242
+ }
243
+
244
+ .application-details-link-button {
245
+ @apply flex justify-between items-center;
246
+
247
+ .download-button {
248
+ color: a82227;
249
+ margin-left: 8px;
250
+ }
251
+ }
252
+
253
+ .response-download-button {
254
+ @apply flex mb-sm;
255
+
256
+ .download-button {
257
+ color: #a82227;
258
+ margin-left: 8px;
259
+ white-space: nowrap;
260
+ }
261
+ }
262
+
263
+ .check-page-link-button {
264
+ color: #a82227 !important;
265
+ }
266
+
267
+ .pt-application-download-btn {
268
+ display: flex;
269
+ justify-content: flex-end;
270
+ margin: 0px 8px;
271
+ }
272
+
273
+ .application-table-container {
274
+ @apply mt-lg ml-lg flex-1;
275
+ }
276
+
277
+ .primary-label-btn {
278
+ @apply flex;
279
+ gap: 10px;
280
+
281
+ svg {
282
+ fill: #a82227;
283
+ }
284
+
285
+ color: #5a1166;
286
+
287
+ cursor: pointer;
288
+ font-weight: 500;
289
+ width: fit-content;
290
+ }
291
+
292
+ .primaryColor {
293
+ color: #0b0c0c !important;
294
+ }
295
+
296
+ @media (hover: hover) {
297
+ .primary-label-btn {
298
+ &:hover {
299
+ color: #000;
300
+
301
+ svg {
302
+ fill: #000;
303
+ }
304
+ }
305
+ }
306
+ }
307
+
308
+ .disabled {
309
+ @apply border-grey-dark text-grey-dark !important;
310
+ pointer-events: none !important;
311
+ }
312
+
313
+ .card-date-input {
314
+ @apply absolute top-0 left-0 w-3/4 bg-white pl-sm border border-input-border border-solid border-r-0;
315
+ outline: transparent solid 1px;
316
+ height: 2.5rem;
317
+ }
318
+
319
+ .h4 {
320
+ @apply mb-sm;
321
+ }
322
+
323
+ .react-time-picker {
324
+ width: 194px;
325
+ height: 2.5rem;
326
+ &__wrapper {
327
+ border: 2px solid #0b0c0c;
328
+ padding-left: 16px;
329
+ }
330
+ &__inputGroup__input {
331
+ @apply px-sm;
332
+ line-height: 2.5rem;
333
+ min-width: 16px;
334
+ &:focus {
335
+ outline: 2px solid black;
336
+ }
337
+ }
338
+ }
339
+
340
+ .border-none {
341
+ border: none;
342
+ justify-content: space-between;
343
+ }
344
+
345
+ .hide-number-spinner input[type="number"]::-webkit-inner-spin-button,
346
+ .hide-number-spinner input[type="number"]::-webkit-outer-spin-button {
347
+ -webkit-appearance: none;
348
+ margin: 0;
349
+ }
350
+
351
+ .hide-number-spinner input[type="number"] {
352
+ -moz-appearance: textfield; /* Firefox */
353
+ }
354
+
355
+ .static {
356
+ @apply flex flex-col;
357
+ min-height: 85vh;
358
+
359
+ &-wrapper {
360
+ flex: 1;
361
+ max-height: 75vh;
362
+ overflow: scroll;
363
+ -ms-overflow-style: none; /* IE and Edge */
364
+ scrollbar-width: none; /* Firefox */
365
+
366
+ &::-webkit-scrollbar {
367
+ display: none;
368
+ }
369
+ }
370
+ }
371
+
372
+ .bill-summary {
373
+ border: #e8e7e6 solid 1px;
374
+ @apply bg-grey-light w-full;
375
+
376
+ .bill-account-details {
377
+ @apply flex mb-md;
378
+ padding: 5px;
379
+
380
+ .label {
381
+ @apply w-1/2 font-bold;
382
+ }
383
+
384
+ .value {
385
+ @apply w-1/2 text-right;
386
+ }
387
+ }
388
+
389
+ .amount-details {
390
+ @apply flex mb-md items-center;
391
+ padding: 5px;
392
+
393
+ .label {
394
+ @apply w-1/2 font-bold;
395
+ }
396
+
397
+ .value {
398
+ @apply w-1/2 font-bold text-right;
399
+ font-size: 18px;
400
+ }
401
+ }
402
+ }
403
+
404
+ .bill-payment-amount {
405
+ @apply sticky bottom-0 bg-white;
406
+ padding-bottom: 32px;
407
+
408
+ .payment-amount-front {
409
+ @apply absolute z-10 w-10 flex justify-center items-center;
410
+ background-color: #efefef;
411
+ padding: 7px 12px;
412
+ color: #9a9a9a;
413
+ }
414
+ }
415
+
416
+ .text-indent-xl input {
417
+ text-indent: 40px;
418
+ }
419
+
420
+ .select-payment-type {
421
+ @apply flex justify-center font-bold items-center;
422
+ padding-top: 10px;
423
+ padding-bottom: 25px;
424
+
425
+ .value {
426
+ font-size: 20px;
427
+ }
428
+ }
429
+
430
+ .cheque-date {
431
+ @apply flex items-center mb-lg;
432
+ border: 2px solid #0b0c0c;
433
+ border-radius: 2px;
434
+
435
+ input {
436
+ @apply outline-none w-full;
437
+ border: 0px;
438
+ background: transparent;
439
+ text-indent: 5px;
440
+ padding: 6px 0px;
441
+ }
442
+
443
+ button {
444
+ @apply outline-none;
445
+ border: 0px;
446
+ background: transparent;
447
+ text-indent: 2px;
448
+ }
449
+ }
450
+
451
+ .w-half {
452
+ @apply w-1/2;
453
+ }
454
+
455
+ .ifsc-field {
456
+ @apply flex items-center mb-lg;
457
+ border: 2px solid #0b0c0c;
458
+ border-radius: 2px;
459
+
460
+ input {
461
+ @apply outline-none w-full;
462
+ border: 0px;
463
+ background: transparent;
464
+ text-indent: 5px;
465
+ padding: 6px 0px;
466
+ }
467
+ button {
468
+ @apply outline-none;
469
+ border: 0px;
470
+ background: transparent;
471
+ text-indent: 2px;
472
+ }
473
+ }
474
+
475
+ .text-input {
476
+ width: 100%;
477
+
478
+ input {
479
+ &:hover {
480
+ @apply border-2 border-solid border-primary-main;
481
+ }
482
+ }
483
+ }
484
+
485
+ .text-input-width {
486
+ max-width: 540px;
487
+ }
488
+
489
+ .text-mobile-input-width {
490
+ max-width: 540px;
491
+ width: 100%;
492
+ }
493
+
494
+ /*.employeeCard,
495
+ .text-mobile-input-width {
496
+ max-width: 100%;
497
+ }*/
498
+
499
+ .custom-time-picker {
500
+ @apply w-full;
501
+ max-width: 200px;
502
+ }
503
+
504
+ .sla-cell {
505
+ @apply text-text-secondary;
506
+ }
507
+
508
+ .submit-bar-search {
509
+ margin-top: 32px;
510
+ margin-left: 16px;
511
+ max-width: 256px;
512
+ }
513
+
514
+ .clear-search-container {
515
+ @apply flex justify-between items-center;
516
+ }
517
+
518
+ .card-label-smaller {
519
+ margin-bottom: revert;
520
+ }
521
+
522
+ .card-label-APK {
523
+ @apply w-1/3;
524
+ margin-bottom: revert;
525
+ width: 100%;
526
+ }
527
+
528
+ .underline {
529
+ border-color: #e7e6e6;
530
+ @apply mb-sm;
531
+ }
532
+
533
+ .box-shadow-none {
534
+ box-shadow: none;
535
+ }
536
+
537
+ .component-in-front {
538
+ @apply flex justify-center items-center;
539
+ }
540
+
541
+ .subform-composer {
542
+ @apply flex;
543
+ }
544
+
545
+ .inbox-search-container {
546
+ .result {
547
+ @apply mt-lg;
548
+ }
549
+ }
550
+
551
+ .payment-form-text-input-correction {
552
+ width: 100% !important;
553
+ }
554
+
555
+ .edcr-citizen-inbox {
556
+ thead th:first-child {
557
+ min-width: 100px;
558
+ }
559
+ }
560
+
561
+ .error-boundary {
562
+ width: 100vw;
563
+ height: 100vh;
564
+ font-size: 16px;
565
+ font-family: sans-serif;
566
+ display: flex;
567
+ justify-content: center;
568
+ align-items: center;
569
+ flex-direction: column;
570
+ position: absolute !important;
571
+ .error-container {
572
+ display: flex;
573
+ width: 400px;
574
+ justify-content: center;
575
+ align-items: center;
576
+ flex-direction: column;
577
+ h1 {
578
+ font-size: 32px;
579
+ font-weight: bold;
580
+ }
581
+ button {
582
+ height: 40px;
583
+ width: 153px;
584
+ border-radius: 0px;
585
+ padding: 8px 24px;
586
+ color: white;
587
+ cursor: pointer;
588
+ }
589
+ }
590
+ }
591
+ .tl-citizen {
592
+ width: 100%;
593
+ padding: 10px;
594
+ }
595
+
596
+ .error-boundary summary,
597
+ .error-boundary details {
598
+ width: 300px;
599
+ background-color: rgb(218, 100, 100);
600
+ margin: 5px;
601
+ border: 2px solid #222;
602
+ border-radius: 3px;
603
+ padding: 3px;
604
+ }
605
+
606
+ .full-width-card {
607
+ width: 92vw !important;
608
+ }
609
+ .full-employee-card-link {
610
+ width: 100% !important;
611
+ margin: 7px 0px;
612
+ }
613
+ .full-employee-card-height {
614
+ height: unset !important;
615
+ }
616
+
617
+ @media (min-width: 640px) {
618
+ .full-employee-card-height {
619
+ height: 196px !important;
620
+ }
621
+ .full-employee-card-link {
622
+ width: 30% !important;
623
+ }
624
+ .full-width-card {
625
+ @apply w-full !important;
626
+ }
627
+ }
628
+ .complaint-summary {
629
+ @media (min-width: 780px) {
630
+ flex: 1 0 auto;
631
+ margin-left: 1rem;
632
+ margin-top: 1rem;
633
+ }
634
+ }
635
+
636
+ @media (min-width: 780px) {
637
+ .citizen-form-wrapper {
638
+ width: calc(100% - 219px);
639
+ display: flex;
640
+ justify-content: center;
641
+ margin-top: 1rem;
642
+ padding-left: 16px;
643
+ padding-right: 16px;
644
+ }
645
+ }
646
+
647
+ /* Citizen Login Mobile Responsive Styles */
648
+ @media only screen and (max-width: 768px) {
649
+ .citizen-form-wrapper {
650
+ width: 100% !important;
651
+ padding: 0 !important;
652
+ margin: 0 !important;
653
+ }
654
+
655
+ .citizen-form-wrapper .AppContainer {
656
+ width: 100% !important;
657
+ padding: 12px !important;
658
+ margin: 0 !important;
659
+ }
660
+
661
+ .citizen-form-wrapper .card {
662
+ width: 100% !important;
663
+ max-width: 100% !important;
664
+ margin: 0 !important;
665
+ padding: 16px !important;
666
+ border-radius: 8px !important;
667
+ box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
668
+ }
669
+
670
+ .citizen-form-wrapper .card-header {
671
+ font-size: 20px !important;
672
+ margin-bottom: 8px !important;
673
+ }
674
+
675
+ .citizen-form-wrapper .card-text {
676
+ font-size: 14px !important;
677
+ margin-bottom: 16px !important;
678
+ }
679
+
680
+ .citizen-form-wrapper .field-container {
681
+ flex-direction: row !important;
682
+ width: 100% !important;
683
+ }
684
+
685
+ .citizen-form-wrapper .citizen-card-input {
686
+ width: 100% !important;
687
+ font-size: 16px !important;
688
+ padding: 12px !important;
689
+ height: auto !important;
690
+ min-height: 44px !important;
691
+ }
692
+
693
+ .citizen-form-wrapper .citizen-card-input--front {
694
+ padding: 12px 8px !important;
695
+ font-size: 16px !important;
696
+ min-height: 44px !important;
697
+ display: flex !important;
698
+ align-items: center !important;
699
+ background-color: #f3f4f6 !important;
700
+ border: 1px solid #464646 !important;
701
+ border-right: none !important;
702
+ }
703
+
704
+ .citizen-form-wrapper .submit-bar {
705
+ width: 100% !important;
706
+ margin-top: 16px !important;
707
+ }
708
+
709
+ .citizen-form-wrapper .submit-bar button {
710
+ width: 100% !important;
711
+ padding: 14px !important;
712
+ font-size: 16px !important;
713
+ min-height: 48px !important;
714
+ }
715
+
716
+ .citizen-form-wrapper .back-btn {
717
+ margin-bottom: 12px !important;
718
+ }
719
+
720
+ .citizen-form-wrapper .form-field {
721
+ margin-bottom: 16px !important;
722
+ }
723
+
724
+ .citizen-form-wrapper .link-button,
725
+ .citizen-form-wrapper .link-btn {
726
+ font-size: 14px !important;
727
+ text-align: center !important;
728
+ display: block !important;
729
+ margin-top: 12px !important;
730
+ }
731
+ }
732
+ @media (min-width: 780px) {
733
+ .citizen-card-container {
734
+ padding-left: 15px;
735
+ padding-right: 15px;
736
+ margin-top: 1rem;
737
+ }
738
+ }
739
+
740
+ @media (min-width: 780px) {
741
+ .citizen-obps-wrapper,
742
+ .selection-card-wrapper,
743
+ .fsm-citizen-wrapper,
744
+ .pt-citizen,
745
+ .bill-citizen,
746
+ .bills-citizen-wrapper,
747
+ .payer-bills-citizen-wrapper,
748
+ .engagement-citizen-wrapper,
749
+ .citizen-all-services-wrapper,
750
+ .mcollect-citizen,
751
+ .ws-citizen-wrapper,
752
+ .tl-citizen {
753
+ width: 90%;
754
+ padding-left: 16px;
755
+ padding-right: 16px;
756
+ margin-top: 3rem;
757
+ }
758
+ }
759
+ @media only screen and (max-width: 768px) {
760
+ /* For mobile phones: */
761
+ .error-boundary {
762
+ height: 75vh;
763
+ }
764
+ }
765
+ .employee-app-wrapper {
766
+ min-height: calc(100vh - 8em);
767
+ }
768
+
769
+ .ws-custom-wrapper {
770
+ .submit {
771
+ display: flex !important;
772
+ flex-direction: row-reverse !important;
773
+ width: 100% !important;
774
+ align-items: center;
775
+ button {
776
+ width: 240px !important;
777
+ }
778
+ p {
779
+ width: unset;
780
+ margin-right: 1rem;
781
+ }
782
+ }
783
+ }
784
+
785
+ .ws-button {
786
+ border: 1px solid grey;
787
+ display: block;
788
+ background-color: grey;
789
+ height: 50%;
790
+ width: 80%;
791
+ text-align: "center";
792
+ margin-top: 6%;
793
+ color: "white";
794
+ }
795
+ .ws-search-button {
796
+ border: 1px solid black;
797
+ display: block;
798
+
799
+ height: 50%;
800
+ width: 80%;
801
+ text-align: "center";
802
+ margin-top: 6%;
803
+ color: "white";
804
+ }
805
+ .button {
806
+ color: "white";
807
+ }
808
+ .plumber-details-new-value-wrapper {
809
+ flex: 2 1 auto;
810
+ }
811
+
812
+ .connection-details-new-value-wrapper {
813
+ flex: 1 1 auto;
814
+ }
815
+
816
+ .connection-details-old-value-wrapper,
817
+ .plumber-details-old-value-wrapper {
818
+ flex: 1 1 auto;
819
+
820
+ .old-value-null-wrapper {
821
+ visibility: hidden;
822
+ padding-bottom: 8px;
823
+ margin-bottom: 8px;
824
+ }
825
+ .row {
826
+ color: #b1b4b6;
827
+ font-weight: 700;
828
+ font-size: 16px;
829
+ }
830
+ }
831
+
832
+ .plumber-details-new-value-wrapper {
833
+ flex: 2 1 auto;
834
+ }
835
+
836
+ .connection-details-new-value-wrapper {
837
+ flex: 1 1 auto;
838
+ }
839
+
840
+ .connection-details-old-value-wrapper,
841
+ .plumber-details-old-value-wrapper {
842
+ flex: 1 1 auto;
843
+ .old-value-null-wrapper {
844
+ visibility: hidden;
845
+ padding-bottom: 8px;
846
+ margin-bottom: 8px;
847
+ }
848
+ .row {
849
+ color: #b1b4b6;
850
+ font-weight: 700;
851
+ font-size: 16px;
852
+ }
853
+ }
854
+
855
+ .modal-header-ws {
856
+ padding: 1rem;
857
+ font-weight: 400;
858
+ }
859
+ .modal-body-ws {
860
+ padding: 1rem;
861
+ font-weight: 700;
862
+ color: #0b0c0c;
863
+ font-size: 24px;
864
+ margin-bottom: 1rem;
865
+ }
866
+ .privacy-icon {
867
+ cursor: pointer;
868
+ }
869
+ .privacy-icon:hover {
870
+ path {
871
+ fill: rgba(244, 119, 56, 1);
872
+ }
873
+ }
874
+
875
+ .employee-app-wrapper {
876
+ min-height: calc(100vh - 8em);
877
+ }
878
+ .submit-bar header {
879
+ line-height: 2rem !important;
880
+ }
881
+ .logo-removeBorderRadiusLogo svg {
882
+ width: 50px;
883
+ height: 60px;
884
+ }
885
+
886
+ .icon-banner-employee {
887
+ background-color: #d7aefc !important;
888
+ }
889
+ .icon-banner-employee svg {
890
+ background-color: #0d43a7 !important;
891
+ width: 40px;
892
+ height: 40px;
893
+ }
894
+ .inboxButton {
895
+ border: none;
896
+ color: #4c5656;
897
+ text-align: center;
898
+ text-decoration: none;
899
+ display: inline-block;
900
+ font-size: 14px;
901
+ margin: 4px 2px;
902
+ cursor: pointer;
903
+ height: fit-content;
904
+ border-radius: 5px;
905
+ font-family: sans-serif;
906
+ font-weight: 700;
907
+ }
908
+ .employee .inboxButton {
909
+ padding: 5px 15px;
910
+ background: #ba2b36;
911
+ }
912
+ .citizen .inboxButton {
913
+ padding: 15px;
914
+ font-size: 1.2rem;
915
+ }
916
+
917
+ /*.ndc_property_search .text-input {
918
+ width: 100%;
919
+ max-width: 300px;
920
+ } */
921
+
922
+ .action-bar-wrap {
923
+ display: flex;
924
+ justify-content: end;
925
+ gap: 10px;
926
+ }
927
+
928
+ .action-bar-wrap .submit-bar {
929
+ padding: 0 !important;
930
+ margin: 0 !important;
931
+ }
932
+
933
+ .ndc_card_labels {
934
+ width: 100%;
935
+ }
936
+
937
+ .downLoadButton {
938
+ color: "#A52A2A";
939
+ display: flex !important;
940
+ justify-content: center;
941
+ align-items: center;
942
+ }
943
+
944
+ .ndc_label {
945
+ padding-bottom: 20px;
946
+ }
947
+ .ndc-property-details-form {
948
+ display: flex;
949
+ align-items: center;
950
+ gap: 12px;
951
+ }
952
+ .ndc-action-bar {
953
+ display: flex;
954
+ justify-content: flex-end;
955
+ align-items: baseline;
956
+ gap: 20px;
957
+ }
958
+ .ndc-emp-app-overview {
959
+ margin-bottom: 30px;
960
+ background: #fafafa;
961
+ padding: 16px;
962
+ border-radius: 4px;
963
+ }
964
+ .ndc-property-detail-green {
965
+ color: green !important;
966
+ }
967
+ .ndc-acknowledgement-check {
968
+ margin-top: 40px;
969
+ margin-bottom: 20px;
970
+ }
971
+
972
+ .step-label {
973
+ font-size: 12px !important;
974
+ }
975
+
976
+ .modal-action .employeeCard {
977
+ margin-left: 0px !important;
978
+ }
979
+
980
+ .moduleLinkHomePage h1 {
981
+ padding-left: 20px;
982
+ }
983
+
984
+ @media screen and (max-width: 768px) {
985
+ .citizen .inboxButton {
986
+ font-size: 1rem;
987
+ }
988
+ }
989
+
990
+ @media screen and (max-width: 768px) {
991
+ .action-bar-wrap {
992
+ padding: 10px 10px;
993
+ text-align: center;
994
+ }
995
+ .submit-bar {
996
+ font-size: 11px;
997
+ }
998
+ }
999
+
1000
+ .options-card {
1001
+ max-height: 350px; /* Upper limit to trigger scrolling */
1002
+ min-height: 20px; /* Always some visible height */
1003
+ overflow-y: auto; /* Vertical scrolling only */
1004
+ overflow-x: hidden; /* No horizontal scroll */
1005
+ border: 1px solid #ccc; /* Optional: visual boundary */
1006
+ border-radius: 8px; /* Rounded corners for a modern look */
1007
+ background-color: #fff; /* Ensure readable background */
1008
+ box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
1009
+ padding: 4px 0;
1010
+ z-index: 1000; /* Ensure it appears above other elements */
1011
+ }
1012
+
1013
+ /* ===== TimelineHOC CSS ===== */
1014
+ .timeline-hoc-container .checkpoint header,
1015
+ .timeline-hoc-container .checkpoint-done header {
1016
+ flex: 1;
1017
+ background: #ccffcc;
1018
+ padding: 4px 8px;
1019
+ }
1020
+
1021
+ .timeline-hoc-container .checkpoint-connect-wrap {
1022
+ padding: 0px;
1023
+ }
1024
+
1025
+ .timeline-card {
1026
+ width: 100%;
1027
+ border: 1px solid #ddd;
1028
+ border-radius: 8px;
1029
+ padding: clamp(12px, 3vw, 20px);
1030
+ margin: 10px 0;
1031
+ background: #ccffcc;
1032
+ font-family: "verdana";
1033
+ }
1034
+
1035
+ .timeline-header {
1036
+ display: flex;
1037
+ flex-direction: row;
1038
+ align-items: center;
1039
+ flex-wrap: wrap;
1040
+ gap: 16px;
1041
+ }
1042
+
1043
+ .timeline-header-item {
1044
+ display: flex;
1045
+ flex-direction: row;
1046
+ align-items: center;
1047
+ gap: 6px;
1048
+ white-space: nowrap;
1049
+ }
1050
+
1051
+ .timeline-label {
1052
+ color: #0d43a7 !important;
1053
+ font-size: 10px;
1054
+ font-weight: 600;
1055
+ }
1056
+
1057
+ .timeline-value {
1058
+ color: #0d43a7 !important;
1059
+ font-weight: 800;
1060
+ font-size: 12px;
1061
+ }
1062
+
1063
+ .timeline-note {
1064
+ margin: 10px 0;
1065
+ }
1066
+
1067
+ .timeline-note .note-box {
1068
+ border: 1px solid #ccc;
1069
+ border-radius: 6px;
1070
+ padding: 10px;
1071
+ min-height: 40px;
1072
+ word-break: break-word;
1073
+ font-size: 10px;
1074
+ font-weight: 800;
1075
+ background: #ccffcc;
1076
+ }
1077
+
1078
+ .timeline-docs {
1079
+ margin-top: 10px;
1080
+ }
1081
+
1082
+ @media (max-width: 768px) {
1083
+ .timeline-header {
1084
+ flex-direction: column;
1085
+ align-items: flex-start;
1086
+ }
1087
+
1088
+ .timeline-header-item {
1089
+ width: 100%;
1090
+ }
1091
+
1092
+ .timeline-card {
1093
+ padding: 12px;
1094
+ }
1095
+ }
1096
+
1097
+ .engagement-citizen-wrapper {
1098
+ width: 100%;
1099
+ overflow-x: scroll;
1100
+ overflow-y: hidden;
1101
+ }
1102
+
1103
+ @media screen and (max-width: 768px) {
1104
+ .engagement-citizen-wrapper {
1105
+ overflow: hidden;
1106
+ }
1107
+ }
1108
+
1109
+ /* Application Timeline Styles */
1110
+ .timeline-header-wrapper {
1111
+ display: flex;
1112
+ align-items: center;
1113
+ margin: 20px 8px;
1114
+ gap: 16px;
1115
+ }
1116
+
1117
+ .download-button {
1118
+ cursor: pointer;
1119
+ font-size: 16px;
1120
+ font-weight: 500;
1121
+ padding: 5px;
1122
+ color: #0d43a7;
1123
+ border: 1px solid #0d43a7;
1124
+ border-radius: 4px;
1125
+ transition: all 0.2s ease-in-out;
1126
+ display: inline-block;
1127
+
1128
+ &:hover {
1129
+ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
1130
+ }
1131
+ }
1132
+
1133
+ .timeline-docs-wrapper {
1134
+ margin-top: 10px;
1135
+ display: flex;
1136
+ flex-wrap: wrap;
1137
+ gap: 10px;
1138
+ }
1139
+
1140
+ .timeline-doc-link {
1141
+ min-width: 100px;
1142
+ }
1143
+
1144
+ .timeline-doc-icon {
1145
+ background: #f6f6f6;
1146
+ padding: 8px;
1147
+ }
1148
+
1149
+ .timeline-subheader {
1150
+ font-size: 22px !important;
1151
+ font-weight: 500 !important;
1152
+ }
1153
+ .user-profile {
1154
+ margin-top: 3rem;
1155
+ width: 70%;
1156
+ }
1157
+
1158
+ .user-profile-section-wrapper {
1159
+ margin: 8px;
1160
+ position: relative;
1161
+
1162
+ &.employee {
1163
+ margin: 24px;
1164
+ }
1165
+ }
1166
+
1167
+ .user-profile-main-container {
1168
+ display: flex;
1169
+ flex: 1;
1170
+ flex-direction: column;
1171
+ margin: 8px;
1172
+ gap: 0;
1173
+ box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
1174
+ background: white;
1175
+ border-radius: 12px;
1176
+ max-width: 1200px;
1177
+ overflow: hidden;
1178
+
1179
+ @media (min-width: 768px) {
1180
+ margin: 16px;
1181
+ gap: 24px;
1182
+ max-width: none;
1183
+ }
1184
+ }
1185
+
1186
+ .user-profile-image-section {
1187
+ position: relative;
1188
+ display: flex;
1189
+ flex: 1;
1190
+ justify-content: center;
1191
+ align-items: center;
1192
+ max-width: 100%;
1193
+ min-height: 280px;
1194
+ border-radius: 12px 12px 0 0;
1195
+ background: linear-gradient(135deg, #4f65d8, #00157a);
1196
+ padding: 32px 16px;
1197
+
1198
+ @media (min-width: 768px) {
1199
+ flex: 0;
1200
+ border-radius: 0;
1201
+ }
1202
+
1203
+ &.employee {
1204
+ border-radius: 0;
1205
+ }
1206
+ }
1207
+
1208
+ .user-profile-image-wrapper {
1209
+ height: 160px;
1210
+ width: 160px;
1211
+ display: flex;
1212
+ justify-content: center;
1213
+ align-items: center;
1214
+ flex-direction: column;
1215
+ }
1216
+
1217
+ .user-profile-image {
1218
+ height: 100%;
1219
+ width: 100%;
1220
+ border-radius: 50%;
1221
+ border: 6px solid white;
1222
+ box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
1223
+ object-fit: cover;
1224
+ }
1225
+
1226
+ .user-profile-camera-button {
1227
+ position: absolute;
1228
+ bottom: -20px;
1229
+ background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
1230
+ border: 4px solid white;
1231
+ border-radius: 50%;
1232
+ width: 56px;
1233
+ height: 56px;
1234
+ display: flex;
1235
+ align-items: center;
1236
+ justify-content: center;
1237
+ cursor: pointer;
1238
+ box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
1239
+ transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
1240
+ color: white;
1241
+
1242
+ &:hover {
1243
+ transform: translateY(-2px);
1244
+ box-shadow: 0 12px 28px rgba(102, 126, 234, 0.5);
1245
+ }
1246
+
1247
+ svg {
1248
+ width: 24px;
1249
+ height: 24px;
1250
+ }
1251
+ }
1252
+
1253
+ .user-profile-form-section {
1254
+ display: flex;
1255
+ flex-direction: column;
1256
+ flex: 1;
1257
+ width: 100%;
1258
+ background: #fafbfc;
1259
+ padding: 32px;
1260
+ gap: 24px;
1261
+ }
1262
+
1263
+ .user-profile-form-grid {
1264
+ display: grid;
1265
+ grid-template-columns: 1fr;
1266
+ gap: 24px;
1267
+
1268
+ @media (min-width: 768px) {
1269
+ grid-template-columns: 1fr 1fr;
1270
+ }
1271
+ }
1272
+
1273
+ .user-profile-field-wrapper {
1274
+ display: flex;
1275
+ flex-direction: column;
1276
+ gap: 6px;
1277
+ }
1278
+
1279
+ .user-profile-label {
1280
+ font-size: 14px;
1281
+ font-weight: 600;
1282
+ color: #1a202c;
1283
+ margin-bottom: 4px;
1284
+ }
1285
+
1286
+ .user-profile-input {
1287
+ width: 100%;
1288
+ }
1289
+
1290
+ .user-profile-error-text {
1291
+ margin: 4px 0 0 0;
1292
+ padding: 0;
1293
+ color: #d32f2f;
1294
+ font-size: 12px;
1295
+ font-weight: 500;
1296
+ }
1297
+
1298
+ .user-profile-div-margin {
1299
+ margin-top: 12px;
1300
+ padding: 16px;
1301
+ background-color: #e8f1ff;
1302
+ border-radius: 8px;
1303
+ border-left: 4px solid #667eea;
1304
+ }
1305
+
1306
+ .user-profile-change-password-link {
1307
+ color: #667eea;
1308
+ cursor: pointer;
1309
+ position: relative;
1310
+ text-decoration: underline;
1311
+ font-weight: 600;
1312
+ font-size: 14px;
1313
+ transition: color 0.2s ease;
1314
+
1315
+ &:hover {
1316
+ color: #764ba2;
1317
+ }
1318
+ }
1319
+
1320
+ .user-profile-save-section-employee {
1321
+ height: 88px;
1322
+ background-color: #ffffff;
1323
+ display: flex;
1324
+ justify-content: flex-end;
1325
+ margin-top: 0;
1326
+ align-items: center;
1327
+ box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08);
1328
+ padding: 16px 32px;
1329
+ width: 100%;
1330
+
1331
+ @media (max-width: 767px) {
1332
+ justify-content: center;
1333
+ }
1334
+ }
1335
+
1336
+ .user-profile-toast-style {
1337
+ max-width: 670px;
1338
+ }
1339
+
1340
+ .user-profile-button-padding {
1341
+ padding-bottom: 12px;
1342
+ padding-top: 12px;
1343
+ }
1344
+
1345
+ .user-profile-label-field-pair-flex {
1346
+ display: flex;
1347
+ flex-direction: column;
1348
+ gap: 12px;
1349
+ }
1350
+
1351
+ .user-profile-label-style-employee {
1352
+ font-size: 14px;
1353
+ font-weight: 600;
1354
+ color: #1a202c;
1355
+ }
1356
+
1357
+ .user-profile-full-width {
1358
+ width: 100%;
1359
+ }
1360
+
1361
+ img,
1362
+ video {
1363
+ max-width: 100%;
1364
+ height: auto;
1365
+ }
1366
+
1367
+ audio,
1368
+ canvas,
1369
+ embed,
1370
+ iframe,
1371
+ img,
1372
+ object,
1373
+ svg,
1374
+ video {
1375
+ display: block;
1376
+ vertical-align: middle;
1377
+ }
1378
+
1379
+ /* Global Responsive Font Sizes for Mobile */
1380
+ @media only screen and (max-width: 768px) {
1381
+ .card-header,
1382
+ .employee-upyog-title,
1383
+ .header-title,
1384
+ .heading,
1385
+ .landing-card-header,
1386
+ .page-header,
1387
+ .section-header,
1388
+ .survey-card-header,
1389
+ h1,
1390
+ h2,
1391
+ h3,
1392
+ header {
1393
+ font-size: 14px !important;
1394
+
1395
+ .complaint-input-container {
1396
+ display: flex;
1397
+ flex-direction: column;
1398
+ }
1399
+ }
1400
+
1401
+ /* Headers with ~28px should become 16px on mobile */
1402
+ h4,
1403
+ .card-sub-header,
1404
+ .sub-header {
1405
+ font-size: 16px !important;
1406
+ }
1407
+
1408
+ /* Headers with ~24px should become 15px on mobile */
1409
+ h5,
1410
+ h6,
1411
+ .card-section-header {
1412
+ font-size: 15px !important;
1413
+ }
1414
+
1415
+ /* Card text and body text */
1416
+ .card-text,
1417
+ .card-caption,
1418
+ p {
1419
+ font-size: 14px !important;
1420
+ }
1421
+ }
1422
+ .link-button-margin {
1423
+ margin-top: 10px;
1424
+ }
1425
+ .tl-add-action-button {
1426
+ display: inline-block;
1427
+ padding: 8px 16px;
1428
+ background: linear-gradient(135deg, #2563eb, #1e40af);
1429
+ color: #ffffff !important;
1430
+ border-radius: 4px;
1431
+ cursor: pointer;
1432
+ font-size: 16px;
1433
+ font-weight: 600;
1434
+ text-decoration: none !important;
1435
+ margin-top: 16px;
1436
+ margin-bottom: 8px;
1437
+ border: none;
1438
+ transition: background-color 0.2s ease, transform 0.1s ease;
1439
+ box-shadow: 0 2px 4px rgba(37, 99, 235, 0.2);
1440
+ }
1441
+
1442
+ .svgPrimaryH16px {
1443
+ display: none !important;
1444
+ }
1445
+ /* Date input centering for mobile view */
1446
+ @media (max-width: 767px) {
1447
+ input[type="date"] {
1448
+ text-align: center !important;
1449
+ }
1450
+
1451
+ .form-field input[type="date"] {
1452
+ text-align: center !important;
1453
+ }
1454
+
1455
+ .citizen-card-input[type="date"] {
1456
+ text-align: center !important;
1457
+ }
1458
+
1459
+ .card input[type="date"] {
1460
+ text-align: center !important;
1461
+ }
1462
+ }
1463
+
1464
+ input[type="date"] {
1465
+ -webkit-appearance: none !important;
1466
+ appearance: none !important;
1467
+ }
1468
+ .ndc-pay-due-button {
1469
+ color: red;
1470
+ width: 100%;
1471
+ max-width: 70px;
1472
+ }
1473
+ .ndc-no-due-button {
1474
+ color: green;
1475
+ width: 100%;
1476
+ max-width: 70px;
1477
+ }
1478
+ .ndc-doc-view-comp {
1479
+ display: flex;
1480
+ flex-wrap: wrap;
1481
+ gap: 16px;
1482
+ }
1483
+ .ndc-label-field-pair {
1484
+ margin-top: 40px;
1485
+ }
1486
+ .ndc-emp-step-form {
1487
+ font-size: 28px;
1488
+ font-weight: 400;
1489
+ color: #1c1d1f;
1490
+ }
1491
+ .chb-loader-container {
1492
+ display: flex;
1493
+ justify-content: center;
1494
+ align-items: center;
1495
+ }
1496
+
1497
+ .chb-page-loader-overlay {
1498
+ position: fixed;
1499
+ top: 0;
1500
+ left: 0;
1501
+ width: 100vw;
1502
+ height: 100vh;
1503
+ background: rgba(255, 255, 255, 0.6);
1504
+ backdrop-filter: blur(4px);
1505
+ z-index: 9999;
1506
+ }
1507
+
1508
+ .chb-module-loader-container {
1509
+ min-height: 100px;
1510
+ width: 100%;
1511
+ position: relative;
1512
+ }
1513
+
1514
+ .chb-spinner {
1515
+ width: 64px;
1516
+ height: 64px;
1517
+ border: 8px solid #1976d2;
1518
+ border-top: 8px solid transparent;
1519
+ border-radius: 50%;
1520
+ animation: spin 1.2s linear infinite;
1521
+ }
1522
+
1523
+ @keyframes spin {
1524
+ 0% {
1525
+ transform: rotate(0deg);
1526
+ }
1527
+ 100% {
1528
+ transform: rotate(360deg);
1529
+ }
1530
+ }
1531
+
1532
+ .chb-margin-top-20 {
1533
+ margin-top: 20px;
1534
+ }
1535
+
1536
+ .chb-margin-bottom-0 {
1537
+ margin-bottom: 0;
1538
+ }
1539
+
1540
+ .chb-margin-bottom-20 {
1541
+ margin-bottom: 20px;
1542
+ }
1543
+
1544
+ .chb-error-text {
1545
+ color: red;
1546
+ margin-top: 4px;
1547
+ margin-bottom: 0;
1548
+ }
1549
+
1550
+ .chb-slot-grid {
1551
+ display: grid;
1552
+ grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
1553
+ gap: 16px;
1554
+ width: 100%;
1555
+ }
1556
+
1557
+ .chb-slot-card {
1558
+ border: 1px solid #ccc;
1559
+ border-radius: 8px;
1560
+ padding: 12px;
1561
+ background-color: #e6ffed;
1562
+ cursor: pointer;
1563
+ opacity: 1;
1564
+ flex-direction: column;
1565
+ gap: 6px;
1566
+ }
1567
+
1568
+ .chb-slot-card--unavailable {
1569
+ background-color: #ffe6e6;
1570
+ cursor: not-allowed;
1571
+ opacity: 0.6;
1572
+ }
1573
+
1574
+ .chb-slot-status {
1575
+ color: green;
1576
+ font-weight: bold;
1577
+ }
1578
+
1579
+ .chb-slot-status--unavailable {
1580
+ color: red;
1581
+ }
1582
+
1583
+ .chb-slot-text {
1584
+ margin-left: 10px;
1585
+ }
1586
+
1587
+ .chb-form-field-margin {
1588
+ margin-bottom: 0;
1589
+ }
1590
+
1591
+ .chb-dropdown-menu {
1592
+ position: absolute;
1593
+ background-color: white;
1594
+ border: 1px solid #ccc;
1595
+ border-radius: 4px;
1596
+ padding: 8px;
1597
+ z-index: 1000;
1598
+ }
1599
+
1600
+ .chb-menu-item {
1601
+ display: block;
1602
+ padding: 8px;
1603
+ text-decoration: none;
1604
+ color: black;
1605
+ cursor: pointer;
1606
+ }
1607
+
1608
+ .chb-documents-container {
1609
+ display: flex;
1610
+ flex-wrap: wrap;
1611
+ gap: 16px;
1612
+ }
1613
+
1614
+ .chb-table-cell-summary {
1615
+ min-width: 100px;
1616
+ padding: 8px;
1617
+ font-size: clamp(0.9rem, 2vw, 1.1rem);
1618
+ padding-left: 10px;
1619
+ word-break: break-word;
1620
+ }
1621
+
1622
+ .chb-table-cell-details {
1623
+ min-width: 150px;
1624
+ padding: 10px;
1625
+ font-size: 16px;
1626
+ padding-left: 20px;
1627
+ }
1628
+
1629
+ .chb-documents-flex {
1630
+ display: flex;
1631
+ flex-wrap: wrap;
1632
+ gap: 16px;
1633
+ margin-top: 16px;
1634
+ }
1635
+ .chb-banner-header {
1636
+ font-size: clamp(20px, 4vw, 32px);
1637
+ word-break: break-word;
1638
+ }
1639
+ .chb-action-bar-response {
1640
+ display: flex;
1641
+ justify-content: flex-end;
1642
+ align-items: baseline;
1643
+ gap: 20px;
1644
+ }
1645
+
1646
+ .gcButton {
1647
+ margin-top: 15px;
1648
+ }
1649
+
1650
+ .tableClass {
1651
+ margin-top: 60px;
1652
+ }
1653
+
1654
+ /* CLU Fee Table Wrapper */
1655
+ .custom-fee-table-wrapper {
1656
+ overflow-x: auto;
1657
+ -webkit-overflow-scrolling: touch;
1658
+ width: 100%;
1659
+ margin-bottom: 16px;
1660
+ display: block;
1661
+ }
1662
+
1663
+ /* CLU Main Fee Table */
1664
+ .custom-fee-table {
1665
+ width: 100%;
1666
+ table-layout: auto;
1667
+ min-width: 600px;
1668
+ border-collapse: collapse;
1669
+ }
1670
+
1671
+
1672
+ .custom-fee-table-header {
1673
+ padding: 14px 12px;
1674
+ font-size: 12px;
1675
+ white-space: nowrap;
1676
+ background: linear-gradient(135deg, #1e3a8a, #2563eb);
1677
+ color: white;
1678
+ font-weight: 600;
1679
+ text-align: left;
1680
+ }
1681
+
1682
+
1683
+ .custom-fee-table-cell {
1684
+ padding: 14px 12px;
1685
+ font-size: 16px;
1686
+ }
1687
+ @media (max-width: 768px) {
1688
+ .custom-fee-table-cell {
1689
+ font-size: 13px;
1690
+ padding: 10px 8px;
1691
+ }
1692
+ }
1693
+
1694
+ .custom-fee-table-cell-taxhead {
1695
+ min-width: 150px;
1696
+ }
1697
+
1698
+ .custom-fee-table-cell-amount {
1699
+ padding: 14px 12px;
1700
+ }
1701
+
1702
+ .custom-fee-table-cell-remark {
1703
+ padding: 14px 12px;
1704
+ }
1705
+
1706
+
1707
+ .custom-fee-history-section {
1708
+ margin-top: 16px;
1709
+ }
1710
+
1711
+ .custom-fee-history-toggle {
1712
+ cursor: pointer;
1713
+ }
1714
+
1715
+ .custom-fee-history-table-wrapper {
1716
+ overflow-x: auto;
1717
+ -webkit-overflow-scrolling: touch;
1718
+ margin-top: 8px;
1719
+ display: block;
1720
+ width: 100%;
1721
+ }
1722
+
1723
+ /* CLU Fee History Table */
1724
+ .custom-fee-history-table {
1725
+ width: 100%;
1726
+ table-layout: auto;
1727
+ min-width: 500px;
1728
+ border-collapse: collapse;
1729
+ }
1730
+
1731
+
1732
+ .custom-fee-history-header {
1733
+ padding: 12px 8px;
1734
+ font-size: 14px;
1735
+ white-space: nowrap;
1736
+ min-width: 120px;
1737
+ background-color: #0d43a7;
1738
+ color: white;
1739
+ font-weight: 600;
1740
+ text-align: left;
1741
+ }
1742
+
1743
+
1744
+ .custom-fee-history-cell {
1745
+ padding: 12px 8px;
1746
+ min-width: 120px;
1747
+ vertical-align: top;
1748
+ }
1749
+
1750
+ .custom-fee-history-content {
1751
+ font-size: 14px;
1752
+ }
1753
+
1754
+ .custom-fee-history-row {
1755
+ margin-bottom: 8px;
1756
+ }
1757
+
1758
+ .custom-fee-history-label {
1759
+ margin-bottom: 8px;
1760
+ }
1761
+
1762
+ .custom-fee-history-label-value {
1763
+ word-break: break-word;
1764
+ }
1765
+
1766
+ .custom-fee-history-label-bold {
1767
+ color: #333;
1768
+ font-weight: 700;
1769
+ font-size: 15px;
1770
+ margin-right: 4px;
1771
+ }
1772
+
1773
+
1774
+ .custom-fee-table-input {
1775
+ width: 100%;
1776
+ border-radius: 4px;
1777
+ font-size: 13px;
1778
+ box-sizing: border-box;
1779
+ }
1780
+
1781
+
1782
+ .custom-fee-mobile-cards {
1783
+ display: flex;
1784
+ flex-direction: column;
1785
+ gap: 12px;
1786
+ padding: 0;
1787
+ }
1788
+
1789
+ .custom-fee-card {
1790
+ background: white;
1791
+ border: 1px solid #E0E0E0;
1792
+ border-radius: 8px;
1793
+ padding: 16px;
1794
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
1795
+ transition: box-shadow 0.2s ease;
1796
+
1797
+ &:hover {
1798
+ box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
1799
+ }
1800
+ }
1801
+
1802
+ .custom-fee-card-header {
1803
+ display: flex;
1804
+ justify-content: space-between;
1805
+ align-items: center;
1806
+ margin-bottom: 12px;
1807
+ padding-bottom: 12px;
1808
+ border-bottom: 2px solid #F0F0F0;
1809
+ }
1810
+
1811
+ .custom-fee-card-type {
1812
+ font-weight: 700;
1813
+ font-size: 14px;
1814
+ color: #1A1A1A;
1815
+ text-transform: capitalize;
1816
+ letter-spacing: 0.3px;
1817
+ }
1818
+
1819
+ .custom-fee-card-original-amount {
1820
+ font-size: 12px;
1821
+ color: #888;
1822
+ font-weight: 500;
1823
+ }
1824
+
1825
+ .custom-fee-card-content {
1826
+ display: flex;
1827
+ flex-direction: column;
1828
+ gap: 14px;
1829
+ }
1830
+
1831
+ .custom-fee-card-row {
1832
+ display: flex;
1833
+ gap: 12px;
1834
+ }
1835
+
1836
+ .custom-fee-card-field {
1837
+ display: flex;
1838
+ flex-direction: column;
1839
+ gap: 6px;
1840
+ flex: 1;
1841
+ }
1842
+
1843
+ .custom-fee-card-label {
1844
+ font-weight: 600;
1845
+ font-size: 12px;
1846
+ color: #000000;
1847
+ text-transform: uppercase;
1848
+ letter-spacing: 0.5px;
1849
+ }
1850
+
1851
+ .custom-fee-card-value {
1852
+ font-size: 13px;
1853
+ color: #333;
1854
+ padding: 8px;
1855
+ background: #F9F9F9;
1856
+ border-radius: 4px;
1857
+ min-height: 32px;
1858
+ display: flex;
1859
+ align-items: center;
1860
+ border: 1px solid #E8E8E8;
1861
+ }
1862
+
1863
+ /* Total Row Special Styling */
1864
+ .custom-fee-card-total-row {
1865
+ background: linear-gradient(135deg, #F5F7FA 0%, #F0F3F8 100%);
1866
+ border: 2px solid #D0D8E8;
1867
+ margin-top: 8px;
1868
+
1869
+ .custom-fee-card-header {
1870
+ display: none;
1871
+ }
1872
+ }
1873
+
1874
+ .custom-fee-card-total-content {
1875
+ display: flex;
1876
+ flex-direction: column;
1877
+ gap: 8px;
1878
+ align-items: center;
1879
+ text-align: center;
1880
+ padding: 12px 0;
1881
+ }
1882
+
1883
+ .custom-fee-card-total-label {
1884
+ font-size: 12px;
1885
+ color: #1f4ed4;
1886
+ font-weight: 600;
1887
+ text-transform: uppercase;
1888
+ letter-spacing: 0.5px;
1889
+ }
1890
+
1891
+ .custom-fee-card-total-value {
1892
+ font-size: 24px;
1893
+ font-weight: 800;
1894
+ color: #1A1A1A;
1895
+ letter-spacing: 0.2px;
1896
+ }
1897
+
1898
+ .custom-fee-card-total-words {
1899
+ font-size: 11px;
1900
+ color: #1f4ed4;
1901
+ font-style: italic;
1902
+ margin-top: 4px;
1903
+ line-height: 1.4;
1904
+ }
1905
+
1906
+
1907
+ /* Mobile History Section */
1908
+ .custom-fee-mobile-wrapper {
1909
+ display: flex;
1910
+ flex-direction: column;
1911
+ gap: 16px;
1912
+ }
1913
+
1914
+ .custom-fee-mobile-history {
1915
+ background: white;
1916
+ border: 1px solid #E0E0E0;
1917
+ overflow: hidden;
1918
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
1919
+ margin-top: 20px;
1920
+ }
1921
+
1922
+ .custom-fee-history-toggle-mobile {
1923
+ display: flex;
1924
+ justify-content: space-between;
1925
+ align-items: center;
1926
+ padding: 16px;
1927
+ cursor: pointer;
1928
+ background: linear-gradient(135deg, #F5F7FA 0%, #F0F3F8 100%);
1929
+ border-bottom: 1px solid #E0E0E0;
1930
+ transition: all 0.2s ease;
1931
+
1932
+ &:active {
1933
+ background: linear-gradient(135deg, #F0F3F8 0%, #E8ECFA 100%);
1934
+ }
1935
+ }
1936
+
1937
+ .custom-fee-history-title {
1938
+ font-weight: 700;
1939
+ font-size: 14px;
1940
+ color: #1A1A1A;
1941
+ text-transform: uppercase;
1942
+ letter-spacing: 0.5px;
1943
+ }
1944
+
1945
+ .custom-fee-history-icon {
1946
+ font-size: 12px;
1947
+ color: #666;
1948
+ font-weight: 600;
1949
+ }
1950
+
1951
+ .custom-fee-history-cards {
1952
+ display: flex;
1953
+ flex-direction: column;
1954
+ gap: 12px;
1955
+ }
1956
+
1957
+ .custom-fee-history-card {
1958
+ background: #F9F9F9;
1959
+ border: 1px solid #E8E8E8;
1960
+ border-radius: 6px;
1961
+ overflow: hidden;
1962
+ }
1963
+
1964
+ .custom-fee-history-card-header {
1965
+ background: #0d43a7;
1966
+ padding: 12px 16px;
1967
+ font-weight: 600;
1968
+ font-size: 15px;
1969
+ color: white;
1970
+ border-bottom: 1px solid #0d43a7;
1971
+ text-transform: uppercase;
1972
+ letter-spacing: 0.3px;
1973
+ }
1974
+
1975
+ .custom-fee-history-card-content {
1976
+ padding: 12px 16px;
1977
+ display: flex;
1978
+ flex-direction: column;
1979
+ gap: 10px;
1980
+ }
1981
+
1982
+ .custom-fee-history-entry {
1983
+ padding: 8px 0;
1984
+ border-bottom: 1px solid #E8E8E8;
1985
+
1986
+ &:last-child {
1987
+ border-bottom: none;
1988
+ }
1989
+ }
1990
+
1991
+ .custom-fee-history-item {
1992
+ font-size: 14px;
1993
+ color: #555;
1994
+ line-height: 1.5;
1995
+ word-break: break-word;
1996
+ }
1997
+
1998
+ .custom-fee-history-label-bold {
1999
+ color: #333;
2000
+ font-weight: 700;
2001
+ font-size: 15px;
2002
+ margin-right: 4px;
2003
+ }
2004
+
2005
+ /* NOC Document Checklist Table Wrapper */
2006
+ .checklist-document-table-wrapper {
2007
+ overflow-x: auto;
2008
+ -webkit-overflow-scrolling: touch;
2009
+ width: 100%;
2010
+ display: block;
2011
+ }
2012
+
2013
+ /* NOC Document Table */
2014
+ .checklist-document-table {
2015
+ width: 100%;
2016
+ table-layout: auto;
2017
+ min-width: 500px;
2018
+ border-collapse: collapse;
2019
+ }
2020
+
2021
+ /* NOC Document Checklist Table Styles */
2022
+ .checklist-table-header {
2023
+ padding: 14px 12px;
2024
+ font-size: 12px;
2025
+ white-space: nowrap;
2026
+ }
2027
+
2028
+ .checklist-table-header-srno {
2029
+ width: 60px;
2030
+ text-align: center;
2031
+ }
2032
+
2033
+ .checklist-table-header-doc-name {
2034
+ min-width: 150px;
2035
+ }
2036
+
2037
+ .checklist-table-header-doc-file {
2038
+ min-width: 100px;
2039
+ }
2040
+
2041
+ .checklist-table-header-remark {
2042
+ min-width: 150px;
2043
+ }
2044
+
2045
+ .checklist-table-cell {
2046
+ padding: 14px 12px;
2047
+ }
2048
+
2049
+ .checklist-table-cell-srno {
2050
+ width: 60px;
2051
+ text-align: center;
2052
+ }
2053
+
2054
+ .checklist-table-cell-doc-name {
2055
+ font-size: 16px;
2056
+ min-width: 150px;
2057
+ }
2058
+
2059
+ .checklist-table-cell-file {
2060
+ min-width: 100px;
2061
+ }
2062
+
2063
+ .checklist-table-cell-remark {
2064
+ min-width: 150px;
2065
+ }
2066
+
2067
+ .checklist-table-input {
2068
+ width: 100%;
2069
+ padding: 8px;
2070
+
2071
+ border-radius: 4px;
2072
+ font-size: 13px;
2073
+ box-sizing: border-box;
2074
+ }
2075
+ @media (min-width: 1024px) {
2076
+ .data-card{
2077
+ .employee-card-sub-heade {
2078
+ margin-bottom: 40px;
2079
+ font-size: 18px;
2080
+ font-weight: 700;
2081
+ color: #1e293b;
2082
+ text-align: left;
2083
+ text-transform: uppercase;
2084
+ letter-spacing: .4px;
2085
+ }
2086
+ }
2087
+ }