@pmidc/upyog-css 1.2.36-dev.1.2 → 1.2.36-dev.1.4

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