@pmidc/upyog-css 1.2.36-dev.1.21 → 1.2.36-dev.1.24

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