@pmidc/upyog-css 1.2.49 → 1.2.50

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