@pmidc/upyog-css 1.2.52 → 1.2.53

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