@pmidc/upyog-css 1.0.61 → 1.0.62

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 (120) hide show
  1. package/dist/index.css +80 -0
  2. package/dist/index.min.css +1 -1
  3. package/package.json +1 -1
  4. package/src/components/CardBasedOptions.scss +110 -110
  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/OnGroundEventCard.scss +71 -71
  10. package/src/components/PageBasedInput.scss +30 -30
  11. package/src/components/PopupHeadingLabel.scss +14 -14
  12. package/src/components/PropertySearchForm.scss +58 -58
  13. package/src/components/SearchForm.scss +56 -56
  14. package/src/components/SearchOnRadioButton.scss +9 -9
  15. package/src/components/StandaloneSearchBar.scss +9 -9
  16. package/src/components/TimeLine.scss +67 -67
  17. package/src/components/WhatsNewCard.scss +12 -12
  18. package/src/components/actionLink.scss +3 -3
  19. package/src/components/actionbar.scss +96 -96
  20. package/src/components/bannercomponents.scss +137 -137
  21. package/src/components/body.scss +147 -147
  22. package/src/components/buttons.scss +49 -49
  23. package/src/components/card.scss +436 -436
  24. package/src/components/cardHeaderWithOptions.scss +13 -13
  25. package/src/components/changeLanguage.scss +3 -3
  26. package/src/components/charts.scss +185 -185
  27. package/src/components/checkbox.scss +83 -83
  28. package/src/components/checkpoint.scss +65 -65
  29. package/src/components/citizenInfoLabel.scss +14 -14
  30. package/src/components/custombtn.scss +15 -15
  31. package/src/components/datatable.scss +116 -116
  32. package/src/components/datewrap.scss +21 -21
  33. package/src/components/detailscard.scss +6 -6
  34. package/src/components/detailscontainer.scss +13 -13
  35. package/src/components/filters.scss +97 -97
  36. package/src/components/grey.scss +3 -3
  37. package/src/components/hoc/InboxComposer.scss +115 -115
  38. package/src/components/howItWorks.scss +71 -71
  39. package/src/components/imageviewer.scss +33 -33
  40. package/src/components/info-banner.scss +35 -35
  41. package/src/components/inputotp.scss +15 -15
  42. package/src/components/keynote.scss +27 -27
  43. package/src/components/languageSelector.scss +24 -24
  44. package/src/components/loader.scss +96 -96
  45. package/src/components/map.scss +30 -30
  46. package/src/components/metricsTable.scss +26 -26
  47. package/src/components/multiLink.scss +87 -87
  48. package/src/components/multiSelectDropdown.scss +72 -72
  49. package/src/components/navbar.scss +345 -345
  50. package/src/components/plusMinus.scss +15 -15
  51. package/src/components/popup.scss +15 -15
  52. package/src/components/radiobtn.scss +44 -44
  53. package/src/components/ratingstar.scss +33 -33
  54. package/src/components/roundedLabel.scss +10 -10
  55. package/src/components/searchAction.scss +20 -20
  56. package/src/components/sectionalDropdown.scss +43 -43
  57. package/src/components/selectdropdown.scss +205 -205
  58. package/src/components/staticDynamicMessages.scss +110 -110
  59. package/src/components/staticSideBar.scss +27 -27
  60. package/src/components/statushighlight.scss +17 -17
  61. package/src/components/submiterrors.scss +11 -11
  62. package/src/components/summary.scss +28 -28
  63. package/src/components/table.scss +178 -178
  64. package/src/components/tag.scss +27 -27
  65. package/src/components/telephone.scss +17 -17
  66. package/src/components/textfields.scss +111 -111
  67. package/src/components/toast.scss +31 -31
  68. package/src/components/toggleSwitch.scss +40 -40
  69. package/src/components/topbar.scss +147 -147
  70. package/src/components/uploadcomponents.scss +113 -113
  71. package/src/index.scss +957 -956
  72. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -8
  73. package/src/pages/citizen/DocumentList.scss +304 -304
  74. package/src/pages/citizen/Events.scss +46 -46
  75. package/src/pages/citizen/HomePageWrapper.scss +164 -164
  76. package/src/pages/citizen/SurveyList.scss +21 -21
  77. package/src/pages/citizen/citizenDocument.scss +21 -21
  78. package/src/pages/citizen/citizenNewLogin.scss +193 -193
  79. package/src/pages/citizen/container.scss +22 -22
  80. package/src/pages/citizen/loaderMessage.scss +295 -295
  81. package/src/pages/citizen/payment/payment-type.scss +2 -2
  82. package/src/pages/citizen/updatePropertyNumber.scss +46 -46
  83. package/src/pages/common/form.scss +25 -25
  84. package/src/pages/common/pgrUICssfix.scss +106 -0
  85. package/src/pages/common/requiredField.scss +2 -2
  86. package/src/pages/common/sanctionFeeTable.scss +91 -91
  87. package/src/pages/common/searchIcon.scss +12 -12
  88. package/src/pages/common/stepForm.scss +40 -40
  89. package/src/pages/employee/EmployeeLogin.scss +6 -6
  90. package/src/pages/employee/cardfix.scss +13 -13
  91. package/src/pages/employee/container.scss +73 -73
  92. package/src/pages/employee/dashboard.scss +203 -203
  93. package/src/pages/employee/disconnection.scss +425 -425
  94. package/src/pages/employee/dss.scss +249 -249
  95. package/src/pages/employee/faq.scss +353 -353
  96. package/src/pages/employee/footer.scss +68 -68
  97. package/src/pages/employee/form-fields.scss +13 -13
  98. package/src/pages/employee/iframe.scss +65 -65
  99. package/src/pages/employee/inbox.scss +744 -744
  100. package/src/pages/employee/index.scss +678 -678
  101. package/src/pages/employee/landing.scss +324 -324
  102. package/src/pages/employee/login.scss +594 -594
  103. package/src/pages/employee/oldMobileInbox.scss +4 -4
  104. package/src/pages/employee/popupmodule.scss +47 -47
  105. package/src/pages/employee/response.scss +2 -2
  106. package/src/pages/employee/scroll-table.scss +113 -113
  107. package/src/pages/employee/surveys.scss +469 -469
  108. package/src/pages/employee/tooltip.scss +35 -35
  109. package/src/pages/employee/updateNumber.scss +12 -12
  110. package/src/pages/swach/index.scss +172 -172
  111. package/src/pages/ws/index.scss +104 -104
  112. package/svg/camera.svg +4 -4
  113. package/svg/check.svg +3 -3
  114. package/svg/close.svg +4 -4
  115. package/svg/error.svg +3 -3
  116. package/svg/error2.svg +5 -5
  117. package/svg/searchicon.svg +3 -3
  118. package/svg/starempty.svg +3 -3
  119. package/svg/starfilled.svg +4 -4
  120. package/svg/success.svg +3 -3
package/src/index.scss CHANGED
@@ -1,956 +1,957 @@
1
- /*@import 'normalize.css';*/
2
-
3
- @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
4
- @import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
5
- @import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;700&display=swap");
6
- @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
7
-
8
- @import "tailwindcss/base";
9
-
10
- @import "tailwindcss/components";
11
-
12
- @import "tailwindcss/utilities";
13
-
14
- @import "react-date-range/dist/styles.css";
15
- @import "react-date-range/dist/theme/default.css";
16
-
17
- @import "./components/loader.scss";
18
-
19
- @import "./components/body.scss";
20
- @import "./components/navbar.scss";
21
- @import "./components/card.scss";
22
- @import "./components/buttons.scss";
23
- @import "./components/radiobtn.scss";
24
- @import "./components/selectdropdown.scss";
25
- @import "./components/textfields.scss";
26
- @import "./components/bannercomponents.scss";
27
- @import "./components/datewrap.scss";
28
- @import "./components/datatable.scss";
29
- @import "./components/checkpoint.scss";
30
- @import "./components/checkbox.scss";
31
- @import "./components/inputotp.scss";
32
- @import "./components/map.scss";
33
- @import "./pages/employee/tooltip.scss";
34
- @import "./components/menu.scss";
35
- @import "./components/submiterrors.scss";
36
- @import "./components/ratingstar.scss";
37
- @import "./components/keynote.scss";
38
- @import "./components/statushighlight.scss";
39
- @import "./components/imageviewer.scss";
40
- @import "./components/actionbar.scss";
41
- @import "./components/table.scss";
42
- @import "./components/popup.scss";
43
- @import "./components/uploadcomponents.scss";
44
- @import "./components/toast.scss";
45
- @import "./components/detailscontainer.scss";
46
- @import "./components/telephone.scss";
47
- @import "./components/grey.scss";
48
- @import "./components/actionLink.scss";
49
- @import "./components/sectionalDropdown.scss";
50
- @import "./components/detailscard.scss";
51
- @import "./components/searchAction.scss";
52
- @import "./components/tag.scss";
53
- @import "./components/topbar.scss";
54
- @import "./components/languageSelector.scss";
55
- @import "./components/custombtn.scss";
56
- @import "./components/citizenInfoLabel.scss";
57
- @import "./components/roundedLabel.scss";
58
- @import "./components/changeLanguage.scss";
59
- @import "./components//metricsTable.scss";
60
- @import "./components/filters.scss";
61
- @import "./components//charts.scss";
62
- @import "./components/summary.scss";
63
- @import "./components/multiLink.scss";
64
- @import "./components/info-banner.scss";
65
- @import "./components/multiSelectDropdown.scss";
66
- @import "./components/EllipsisMenu.scss";
67
- @import "./components/CitizenHomeCard.scss";
68
- @import "./components/PropertySearchForm.scss";
69
- @import "./components/SearchForm.scss";
70
- @import "./components/cardHeaderWithOptions.scss";
71
- @import "./components/TimeLine.scss";
72
- @import "./components/PageBasedInput.scss";
73
- @import "./components/StandaloneSearchBar.scss";
74
- @import "./components/CardBasedOptions.scss";
75
- @import "./components/WhatsNewCard.scss";
76
- @import "./components/SearchOnRadioButton.scss";
77
- @import "./components/EventCalendarView.scss";
78
- @import "./components/OnGroundEventCard.scss";
79
- @import "./components/PopupHeadingLabel.scss";
80
- @import "./components/staticSideBar.scss";
81
- @import "./components/hoc/index.scss";
82
- @import "./components/FAQ.scss";
83
- @import "./components//howItWorks.scss";
84
- @import "./components/staticDynamicMessages.scss";
85
- @import "./components/toggleSwitch.scss";
86
- @import "./components/plusMinus.scss";
87
-
88
- @import "./pages/employee/index.scss";
89
- @import "./pages/employee/cardfix.scss";
90
- @import "./pages/employee/popupmodule.scss";
91
- @import "./pages/employee/container.scss";
92
- @import "./pages/employee/inbox.scss";
93
- @import "./pages/employee/response.scss";
94
- @import "./pages/employee/form-fields.scss";
95
- @import "./pages/employee/scroll-table.scss";
96
- @import "./pages/employee/EmployeeLogin.scss";
97
- @import "./pages/employee/updateNumber.scss";
98
- @import "./pages/employee/oldMobileInbox.scss";
99
- @import "./pages/employee/dss.scss";
100
- @import "./pages/employee/iframe.scss";
101
- @import "./pages/employee/landing.scss";
102
- @import "./pages/employee/footer.scss";
103
-
104
- @import "./pages/citizen/payment/payment-type.scss";
105
- @import "./pages/citizen/container.scss";
106
- @import "./pages/citizen/HomePageWrapper.scss";
107
- @import "./pages/citizen/CitizenEngagementNotificationWrapper.scss";
108
- @import "./pages/citizen/Events.scss";
109
- @import "./pages/citizen/DocumentList.scss";
110
- @import "./pages/citizen/SurveyList.scss";
111
- @import "./pages/citizen/updatePropertyNumber.scss";
112
- @import "./pages/citizen/citizenDocument.scss";
113
- @import "./pages/employee/surveys.scss";
114
-
115
- @import "./pages/employee/faq.scss";
116
- @import "./pages/employee/dashboard.scss";
117
-
118
- @import "./pages/common/stepForm.scss";
119
- @import "./pages/common/form.scss";
120
- @import "./pages/swach/index.scss";
121
- @import "./pages/ws/index.scss";
122
- @import "./pages/common/requiredField.scss";
123
- @import "./pages/citizen/citizenNewLogin.scss";
124
- @import "./pages/common/searchIcon.scss";
125
- @import "./pages/common/sanctionFeeTable.scss";
126
- @import "./pages/citizen/loaderMessage.scss";
127
- @import "./pages/employee/disconnection.scss";
128
-
129
- .display-none {
130
- display: none;
131
- }
132
- .primary-label-btn {
133
- margin: 10px auto 0px !important;
134
- }
135
- .p-unset {
136
- padding: unset !important;
137
- }
138
-
139
- .flex-one {
140
- @apply flex-1;
141
- }
142
-
143
- .display-flex-gap-2 {
144
- @apply flex gap-3;
145
- }
146
- .rm-mb {
147
- margin-bottom: unset !important;
148
- }
149
-
150
- .w-fullwidth {
151
- @apply w-full;
152
- }
153
-
154
- .margin-unset {
155
- margin: unset !important;
156
- }
157
-
158
- .text-align-center {
159
- @apply text-center;
160
- }
161
- .text-align-left {
162
- @apply text-left;
163
- }
164
- .text-align-right {
165
- @apply text-right;
166
- }
167
- .desktop-only {
168
- @apply hidden;
169
- }
170
-
171
- @screen dt {
172
- .desktop-only {
173
- @apply block;
174
- }
175
- }
176
-
177
- .mobile-only {
178
- @apply block;
179
- }
180
-
181
- @screen dt {
182
- .mobile-only {
183
- @apply hidden;
184
- }
185
- }
186
-
187
- .dark {
188
- @apply text-text-primary;
189
- }
190
-
191
- .mrlg {
192
- @apply mr-lg;
193
- }
194
-
195
- .mrsm {
196
- @apply mr-sm;
197
- }
198
-
199
- .mbsm {
200
- @apply mb-sm;
201
- }
202
-
203
- .home-link {
204
- margin-left: 16px;
205
- margin-bottom: 16px;
206
-
207
- a {
208
- color: #1d70b8;
209
- }
210
- }
211
-
212
- .clear-search-label {
213
- color: #2947a3;
214
- cursor: pointer;
215
- }
216
-
217
- .search-submit-bar {
218
- margin-top: 32;
219
- margin-left: auto;
220
- }
221
-
222
- .application-details-link-button {
223
- @apply flex justify-between items-center;
224
-
225
- .download-button {
226
- color: a82227;
227
- margin-left: 8px;
228
- }
229
- }
230
-
231
- .response-download-button {
232
- @apply flex mb-sm;
233
-
234
- .download-button {
235
- color: #a82227;
236
- margin-left: 8px;
237
- white-space: nowrap;
238
- }
239
- }
240
-
241
- .check-page-link-button {
242
- color: #a82227 !important;
243
- }
244
-
245
- .pt-application-download-btn {
246
- display: flex;
247
- justify-content: flex-end;
248
- margin: 0px 8px;
249
- }
250
-
251
- .application-table-container {
252
- @apply mt-lg ml-lg flex-1;
253
- }
254
-
255
- .primary-label-btn {
256
- @apply flex;
257
- gap: 10px;
258
-
259
- svg {
260
- fill: #a82227;
261
- }
262
-
263
- color: #5a1166;
264
-
265
- cursor: pointer;
266
- font-weight: 500;
267
- width: fit-content;
268
- }
269
-
270
- .primaryColor {
271
- color: #0b0c0c !important;
272
- }
273
-
274
- @media (hover: hover) {
275
- .primary-label-btn {
276
- &:hover {
277
- color: #000;
278
-
279
- svg {
280
- fill: #000;
281
- }
282
- }
283
- }
284
- }
285
-
286
- .disabled {
287
- @apply border-grey-dark text-grey-dark !important;
288
- pointer-events: none !important;
289
- }
290
-
291
- .card-date-input {
292
- @apply absolute top-0 left-0 w-3/4 bg-white pl-sm border border-input-border border-solid border-r-0;
293
- outline: transparent solid 1px;
294
- height: 2.5rem;
295
- }
296
-
297
- .h4 {
298
- @apply mb-sm;
299
- }
300
-
301
- .react-time-picker {
302
- width: 194px;
303
- height: 2.5rem;
304
- &__wrapper {
305
- border: 2px solid #0b0c0c;
306
- padding-left: 16px;
307
- }
308
- &__inputGroup__input {
309
- @apply px-sm;
310
- line-height: 2.5rem;
311
- min-width: 16px;
312
- &:focus {
313
- outline: 2px solid black;
314
- }
315
- }
316
- }
317
-
318
- .border-none {
319
- border: none;
320
- justify-content: space-between;
321
- }
322
-
323
- input[type="number"]::-webkit-inner-spin-button,
324
- input[type="number"]::-webkit-outer-spin-button {
325
- -webkit-appearance: none;
326
- margin: 0;
327
- }
328
- input[type="number"] {
329
- -moz-appearance: textfield;
330
- }
331
-
332
- .static {
333
- @apply flex flex-col;
334
- min-height: 85vh;
335
-
336
- &-wrapper {
337
- flex: 1;
338
- max-height: 75vh;
339
- overflow: scroll;
340
- -ms-overflow-style: none; /* IE and Edge */
341
- scrollbar-width: none; /* Firefox */
342
-
343
- &::-webkit-scrollbar {
344
- display: none;
345
- }
346
- }
347
- }
348
-
349
- .bill-summary {
350
- border: #e8e7e6 solid 1px;
351
- @apply bg-grey-light w-full;
352
-
353
- .bill-account-details {
354
- @apply flex mb-md;
355
- padding: 5px;
356
-
357
- .label {
358
- @apply w-1/2 font-bold;
359
- }
360
-
361
- .value {
362
- @apply w-1/2 text-right;
363
- }
364
- }
365
-
366
- .amount-details {
367
- @apply flex mb-md items-center;
368
- padding: 5px;
369
-
370
- .label {
371
- @apply w-1/2 font-bold;
372
- }
373
-
374
- .value {
375
- @apply w-1/2 font-bold text-right;
376
- font-size: 18px;
377
- }
378
- }
379
- }
380
-
381
- .bill-payment-amount {
382
- @apply sticky bottom-0 bg-white;
383
- padding-bottom: 32px;
384
-
385
- .payment-amount-front {
386
- @apply absolute z-10 w-10 flex justify-center items-center;
387
- background-color: #efefef;
388
- padding: 7px 12px;
389
- color: #9a9a9a;
390
- }
391
- }
392
-
393
- .text-indent-xl input {
394
- text-indent: 40px;
395
- }
396
-
397
- .select-payment-type {
398
- @apply flex justify-center font-bold items-center;
399
- padding-top: 10px;
400
- padding-bottom: 25px;
401
-
402
- .value {
403
- font-size: 20px;
404
- }
405
- }
406
-
407
- .cheque-date {
408
- @apply flex items-center mb-lg;
409
- border: 2px solid #0b0c0c;
410
- border-radius: 2px;
411
-
412
- input {
413
- @apply outline-none w-full;
414
- border: 0px;
415
- background: transparent;
416
- text-indent: 5px;
417
- padding: 6px 0px;
418
- }
419
-
420
- button {
421
- @apply outline-none;
422
- border: 0px;
423
- background: transparent;
424
- text-indent: 2px;
425
- }
426
- }
427
-
428
- .w-half {
429
- @apply w-1/2;
430
- }
431
-
432
- .ifsc-field {
433
- @apply flex items-center mb-lg;
434
- border: 2px solid #0b0c0c;
435
- border-radius: 2px;
436
-
437
- input {
438
- @apply outline-none w-full;
439
- border: 0px;
440
- background: transparent;
441
- text-indent: 5px;
442
- padding: 6px 0px;
443
- }
444
- button {
445
- @apply outline-none;
446
- border: 0px;
447
- background: transparent;
448
- text-indent: 2px;
449
- }
450
- }
451
-
452
- .text-input {
453
- @apply relative w-full;
454
- input {
455
- &:hover {
456
- @apply border-2 border-solid border-primary-main;
457
- }
458
- }
459
- }
460
-
461
- .text-input-width {
462
- max-width: 540px;
463
- }
464
-
465
- .text-mobile-input-width {
466
- max-width: 500px;
467
- }
468
-
469
- .custom-time-picker {
470
- @apply w-full;
471
- max-width: 200px;
472
- }
473
-
474
- .sla-cell {
475
- @apply text-text-secondary;
476
- }
477
-
478
- .submit-bar-search {
479
- margin-top: 32px;
480
- margin-left: 16px;
481
- max-width: 256px;
482
- }
483
-
484
- .clear-search-container {
485
- @apply flex justify-between items-center;
486
- }
487
-
488
- .card-label-smaller {
489
- @apply w-1/3;
490
- margin-bottom: revert;
491
- }
492
-
493
- .card-label-APK {
494
- @apply w-1/3;
495
- margin-bottom: revert;
496
- width: 100%;
497
- }
498
-
499
- .underline {
500
- border-color: #e7e6e6;
501
- @apply mb-sm;
502
- }
503
-
504
- .box-shadow-none {
505
- box-shadow: none;
506
- }
507
-
508
- .component-in-front {
509
- @apply flex justify-center items-center;
510
- }
511
-
512
- .subform-composer {
513
- @apply flex;
514
- }
515
-
516
- .inbox-search-container {
517
- .result {
518
- @apply mt-lg;
519
- }
520
- }
521
-
522
- .payment-form-text-input-correction {
523
- width: 100% !important;
524
- }
525
-
526
- .edcr-citizen-inbox {
527
- thead th:first-child {
528
- min-width: 100px;
529
- }
530
- }
531
-
532
- .error-boundary {
533
- width: 100vw;
534
- height: 100vh;
535
- font-size: 16px;
536
- font-family: sans-serif;
537
- display: flex;
538
- justify-content: center;
539
- align-items: center;
540
- flex-direction: column;
541
- position: absolute !important;
542
- .error-container {
543
- display: flex;
544
- width: 400px;
545
- justify-content: center;
546
- align-items: center;
547
- flex-direction: column;
548
- h1 {
549
- font-size: 32px;
550
- font-weight: bold;
551
- }
552
- button {
553
- height: 40px;
554
- width: 153px;
555
- border-radius: 0px;
556
- padding: 8px 24px;
557
- color: white;
558
- cursor: pointer;
559
- }
560
- }
561
- }
562
-
563
- .error-boundary summary,
564
- .error-boundary details {
565
- width: 300px;
566
- background-color: rgb(218, 100, 100);
567
- margin: 5px;
568
- border: 2px solid #222;
569
- border-radius: 3px;
570
- padding: 3px;
571
- }
572
-
573
- .full-width-card {
574
- width: 92vw !important;
575
- }
576
- .full-employee-card-link {
577
- width: 100% !important;
578
- margin: 7px 0px;
579
- }
580
- .full-employee-card-height {
581
- height: unset !important;
582
- }
583
-
584
- @media (min-width: 640px) {
585
- .full-employee-card-height {
586
- height: 196px !important;
587
- }
588
- .full-employee-card-link {
589
- width: 30% !important;
590
- }
591
- .full-width-card {
592
- @apply w-full !important;
593
- }
594
- }
595
- .applications-list-container {
596
- }
597
- .complaint-summary {
598
- @media (min-width: 780px) {
599
- flex: 1 0 auto;
600
- margin-left: 1rem;
601
- margin-top: 1rem;
602
- }
603
- }
604
-
605
- @media (min-width: 780px) {
606
- .citizen-form-wrapper {
607
- width: calc(100% - 219px);
608
- display: flex;
609
- justify-content: center;
610
- margin-top: 1rem;
611
- padding-left: 16px;
612
- padding-right: 16px;
613
- }
614
- }
615
- @media (min-width: 780px) {
616
- .citizen-card-container {
617
- padding-left: 15px;
618
- padding-right: 15px;
619
- margin-top: 1rem;
620
- }
621
- }
622
-
623
- @media (min-width: 780px) {
624
- .citizen-obps-wrapper,
625
- .selection-card-wrapper,
626
- .fsm-citizen-wrapper,
627
- .pgr-citizen-wrapper,
628
- .pt-citizen,
629
- .bill-citizen,
630
- .bills-citizen-wrapper,
631
- .payer-bills-citizen-wrapper,
632
- .engagement-citizen-wrapper,
633
- .citizen-all-services-wrapper,
634
- .mcollect-citizen,
635
- .ws-citizen-wrapper,
636
- .tl-citizen {
637
- width: calc(100% - 219px);
638
- padding-left: 16px;
639
- padding-right: 16px;
640
- margin-top: 1rem;
641
- }
642
- }
643
- @media only screen and (max-width: 768px) {
644
- /* For mobile phones: */
645
- .error-boundary {
646
- height: 75vh;
647
- }
648
- }
649
- .employee-app-wrapper {
650
- min-height: calc(100vh - 8em);
651
- }
652
-
653
- .ws-custom-wrapper {
654
- .submit {
655
- display: flex !important;
656
- flex-direction: row-reverse !important;
657
- width: 100% !important;
658
- align-items: center;
659
- button {
660
- width: 240px !important;
661
- }
662
- p {
663
- width: unset;
664
- margin-right: 1rem;
665
- }
666
- }
667
- }
668
-
669
- .ws-button {
670
- border: 1px solid grey;
671
- display: block;
672
- background-color: grey;
673
- height: 50%;
674
- width: 80%;
675
- text-align: "center";
676
- margin-top: 6%;
677
- color: "white";
678
- }
679
- .ws-search-button {
680
- border: 1px solid black;
681
- display: block;
682
-
683
- height: 50%;
684
- width: 80%;
685
- text-align: "center";
686
- margin-top: 6%;
687
- color: "white";
688
- }
689
- .button {
690
- color: "white";
691
- }
692
- .plumber-details-new-value-wrapper {
693
- flex: 2 1 auto;
694
- }
695
-
696
- .connection-details-new-value-wrapper {
697
- flex: 1 1 auto;
698
- }
699
-
700
- .connection-details-old-value-wrapper,
701
- .plumber-details-old-value-wrapper {
702
- flex: 1 1 auto;
703
-
704
- .old-value-null-wrapper {
705
- visibility: hidden;
706
- padding-bottom: 8px;
707
- margin-bottom: 8px;
708
- }
709
- .row {
710
- color: #b1b4b6;
711
- font-weight: 700;
712
- font-size: 16px;
713
- }
714
- }
715
-
716
- .plumber-details-new-value-wrapper {
717
- flex: 2 1 auto;
718
- }
719
-
720
- .connection-details-new-value-wrapper {
721
- flex: 1 1 auto;
722
- }
723
-
724
- .connection-details-old-value-wrapper,
725
- .plumber-details-old-value-wrapper {
726
- flex: 1 1 auto;
727
- .old-value-null-wrapper {
728
- visibility: hidden;
729
- padding-bottom: 8px;
730
- margin-bottom: 8px;
731
- }
732
- .row {
733
- color: #b1b4b6;
734
- font-weight: 700;
735
- font-size: 16px;
736
- }
737
- }
738
-
739
- .modal-header-ws {
740
- padding: 1rem;
741
- font-weight: 400;
742
- }
743
- .modal-body-ws {
744
- padding: 1rem;
745
- font-weight: 700;
746
- color: #0b0c0c;
747
- font-size: 24px;
748
- margin-bottom: 1rem;
749
- }
750
- .privacy-icon {
751
- cursor: pointer;
752
- }
753
- .privacy-icon:hover {
754
- path {
755
- fill: rgba(244, 119, 56, 1);
756
- }
757
- }
758
-
759
- .employee-app-wrapper {
760
- min-height: calc(100vh - 8em);
761
- }
762
- .submit-bar header {
763
- line-height: 2rem !important;
764
- }
765
- .logo-removeBorderRadiusLogo svg {
766
- width: 50px;
767
- height: 60px;
768
- }
769
-
770
- .icon-banner-employee {
771
- background-color: #d7aefc !important;
772
- }
773
- .icon-banner-employee svg {
774
- background-color: #0d43a7 !important;
775
- width: 40px;
776
- height: 40px;
777
- }
778
- .inboxButton {
779
- border: none;
780
- color: #4c5656;
781
- text-align: center;
782
- text-decoration: none;
783
- display: inline-block;
784
- font-size: 14px;
785
- margin: 4px 2px;
786
- cursor: pointer;
787
- height: fit-content;
788
- border-radius: 5px;
789
- font-family: sans-serif;
790
- font-weight: 700;
791
- }
792
- .employee .inboxButton {
793
- padding: 5px 15px;
794
- background: #ba2b36;
795
- }
796
- .citizen .inboxButton {
797
- padding: 15px;
798
- font-size: 1.2rem;
799
- }
800
-
801
- .ndc_property_search .text-input {
802
- width: 100%;
803
- max-width: 300px;
804
- }
805
-
806
- .action-bar-wrap {
807
- display: flex;
808
- justify-content: end;
809
- gap: 10px;
810
- }
811
-
812
- .action-bar-wrap .submit-bar {
813
- padding: 0 !important;
814
- margin: 0 !important;
815
- }
816
-
817
- .ndc_card_labels {
818
- width: 100%;
819
- max-width: 200px;
820
- }
821
-
822
- .downLoadButton {
823
- color: "#A52A2A";
824
- display: flex !important;
825
- justify-content: center;
826
- align-items: center;
827
- }
828
-
829
- .ndc_label {
830
- padding-bottom: 20px;
831
- }
832
-
833
- .ndc_card_main {
834
- padding: 25px 25px;
835
- }
836
-
837
- .step-label {
838
- font-size: 17px !important;
839
- }
840
-
841
- .modal-action .employeeCard {
842
- margin-left: 0px !important;
843
- }
844
-
845
- .moduleLinkHomePage h1 {
846
- padding-left: 20px;
847
- }
848
-
849
- @media screen and (max-width: 768px) {
850
- .citizen .inboxButton {
851
- font-size: 1rem;
852
- }
853
- }
854
-
855
- @media screen and (max-width: 768px) {
856
- .stepper {
857
- display: grid !important;
858
- }
859
- .action-bar-wrap {
860
- padding: 10px 0;
861
- text-align: center;
862
- }
863
- .submit-bar {
864
- font-size: 11px;
865
- }
866
- }
867
-
868
- .options-card {
869
- max-height: 350px; /* Upper limit to trigger scrolling */
870
- min-height: 120px; /* Always some visible height */
871
- overflow-y: auto; /* Vertical scrolling only */
872
- overflow-x: hidden; /* No horizontal scroll */
873
- border: 1px solid #ccc; /* Optional: visual boundary */
874
- border-radius: 8px; /* Rounded corners for a modern look */
875
- background-color: #fff; /* Ensure readable background */
876
- box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
877
- padding: 4px 0;
878
- z-index: 1000; /* Ensure it appears above other elements */
879
- }
880
-
881
- /* ===== TimelineHOC CSS ===== */
882
- .timeline-hoc-container .checkpoint header,
883
- .timeline-hoc-container .checkpoint-done header {
884
- flex: 1;
885
- }
886
-
887
- .timeline-card {
888
- width: 100%;
889
- border: 1px solid #ddd;
890
- border-radius: 8px;
891
- padding: clamp(12px, 3vw, 20px);
892
- margin: 10px 0;
893
- background: #fff;
894
- font-family: "Segoe UI", sans-serif;
895
- }
896
-
897
- .timeline-header {
898
- display: flex;
899
- flex-direction: row;
900
- align-items: center;
901
- flex-wrap: wrap;
902
- gap: 16px;
903
- }
904
-
905
- .timeline-header-item {
906
- display: flex;
907
- flex-direction: row;
908
- align-items: center;
909
- gap: 6px;
910
- white-space: nowrap;
911
- }
912
-
913
- .timeline-label {
914
- font-weight: 500;
915
- color: #0d43a7 !important;
916
- font-size: clamp(12px, 2vw, 14px);
917
- }
918
-
919
- .timeline-value {
920
- color: #0d43a7 !important;
921
- font-weight: 400;
922
- font-size: clamp(12px, 2vw, 14px);
923
- }
924
-
925
- .timeline-note {
926
- margin: 10px 0;
927
- }
928
-
929
- .timeline-note .note-box {
930
- border: 1px solid #ccc;
931
- border-radius: 6px;
932
- padding: 10px;
933
- font-size: clamp(12px, 2vw, 14px);
934
- min-height: 40px;
935
- background: #f9f9f9;
936
- word-break: break-word;
937
- }
938
-
939
- .timeline-docs {
940
- margin-top: 10px;
941
- }
942
-
943
- @media (max-width: 768px) {
944
- .timeline-header {
945
- flex-direction: column;
946
- align-items: flex-start;
947
- }
948
-
949
- .timeline-header-item {
950
- width: 100%;
951
- }
952
-
953
- .timeline-card {
954
- padding: 12px;
955
- }
956
- }
1
+ /*@import 'normalize.css';*/
2
+
3
+ @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
4
+ @import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
5
+ @import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;700&display=swap");
6
+ @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
7
+
8
+ @import "tailwindcss/base";
9
+
10
+ @import "tailwindcss/components";
11
+
12
+ @import "tailwindcss/utilities";
13
+
14
+ @import "react-date-range/dist/styles.css";
15
+ @import "react-date-range/dist/theme/default.css";
16
+
17
+ @import "./components/loader.scss";
18
+
19
+ @import "./components/body.scss";
20
+ @import "./components/navbar.scss";
21
+ @import "./components/card.scss";
22
+ @import "./components/buttons.scss";
23
+ @import "./components/radiobtn.scss";
24
+ @import "./components/selectdropdown.scss";
25
+ @import "./components/textfields.scss";
26
+ @import "./components/bannercomponents.scss";
27
+ @import "./components/datewrap.scss";
28
+ @import "./components/datatable.scss";
29
+ @import "./components/checkpoint.scss";
30
+ @import "./components/checkbox.scss";
31
+ @import "./components/inputotp.scss";
32
+ @import "./components/map.scss";
33
+ @import "./pages/employee/tooltip.scss";
34
+ @import "./components/menu.scss";
35
+ @import "./components/submiterrors.scss";
36
+ @import "./components/ratingstar.scss";
37
+ @import "./components/keynote.scss";
38
+ @import "./components/statushighlight.scss";
39
+ @import "./components/imageviewer.scss";
40
+ @import "./components/actionbar.scss";
41
+ @import "./components/table.scss";
42
+ @import "./components/popup.scss";
43
+ @import "./components/uploadcomponents.scss";
44
+ @import "./components/toast.scss";
45
+ @import "./components/detailscontainer.scss";
46
+ @import "./components/telephone.scss";
47
+ @import "./components/grey.scss";
48
+ @import "./components/actionLink.scss";
49
+ @import "./components/sectionalDropdown.scss";
50
+ @import "./components/detailscard.scss";
51
+ @import "./components/searchAction.scss";
52
+ @import "./components/tag.scss";
53
+ @import "./components/topbar.scss";
54
+ @import "./components/languageSelector.scss";
55
+ @import "./components/custombtn.scss";
56
+ @import "./components/citizenInfoLabel.scss";
57
+ @import "./components/roundedLabel.scss";
58
+ @import "./components/changeLanguage.scss";
59
+ @import "./components//metricsTable.scss";
60
+ @import "./components/filters.scss";
61
+ @import "./components//charts.scss";
62
+ @import "./components/summary.scss";
63
+ @import "./components/multiLink.scss";
64
+ @import "./components/info-banner.scss";
65
+ @import "./components/multiSelectDropdown.scss";
66
+ @import "./components/EllipsisMenu.scss";
67
+ @import "./components/CitizenHomeCard.scss";
68
+ @import "./components/PropertySearchForm.scss";
69
+ @import "./components/SearchForm.scss";
70
+ @import "./components/cardHeaderWithOptions.scss";
71
+ @import "./components/TimeLine.scss";
72
+ @import "./components/PageBasedInput.scss";
73
+ @import "./components/StandaloneSearchBar.scss";
74
+ @import "./components/CardBasedOptions.scss";
75
+ @import "./components/WhatsNewCard.scss";
76
+ @import "./components/SearchOnRadioButton.scss";
77
+ @import "./components/EventCalendarView.scss";
78
+ @import "./components/OnGroundEventCard.scss";
79
+ @import "./components/PopupHeadingLabel.scss";
80
+ @import "./components/staticSideBar.scss";
81
+ @import "./components/hoc/index.scss";
82
+ @import "./components/FAQ.scss";
83
+ @import "./components//howItWorks.scss";
84
+ @import "./components/staticDynamicMessages.scss";
85
+ @import "./components/toggleSwitch.scss";
86
+ @import "./components/plusMinus.scss";
87
+
88
+ @import "./pages/employee/index.scss";
89
+ @import "./pages/employee/cardfix.scss";
90
+ @import "./pages/employee/popupmodule.scss";
91
+ @import "./pages/employee/container.scss";
92
+ @import "./pages/employee/inbox.scss";
93
+ @import "./pages/employee/response.scss";
94
+ @import "./pages/employee/form-fields.scss";
95
+ @import "./pages/employee/scroll-table.scss";
96
+ @import "./pages/employee/EmployeeLogin.scss";
97
+ @import "./pages/employee/updateNumber.scss";
98
+ @import "./pages/employee/oldMobileInbox.scss";
99
+ @import "./pages/employee/dss.scss";
100
+ @import "./pages/employee/iframe.scss";
101
+ @import "./pages/employee/landing.scss";
102
+ @import "./pages/employee/footer.scss";
103
+
104
+ @import "./pages/citizen/payment/payment-type.scss";
105
+ @import "./pages/citizen/container.scss";
106
+ @import "./pages/citizen/HomePageWrapper.scss";
107
+ @import "./pages/citizen/CitizenEngagementNotificationWrapper.scss";
108
+ @import "./pages/citizen/Events.scss";
109
+ @import "./pages/citizen/DocumentList.scss";
110
+ @import "./pages/citizen/SurveyList.scss";
111
+ @import "./pages/citizen/updatePropertyNumber.scss";
112
+ @import "./pages/citizen/citizenDocument.scss";
113
+ @import "./pages/employee/surveys.scss";
114
+
115
+ @import "./pages/employee/faq.scss";
116
+ @import "./pages/employee/dashboard.scss";
117
+
118
+ @import "./pages/common/stepForm.scss";
119
+ @import "./pages/common/form.scss";
120
+ @import "./pages/swach/index.scss";
121
+ @import "./pages/ws/index.scss";
122
+ @import "./pages/common/requiredField.scss";
123
+ @import "./pages/citizen/citizenNewLogin.scss";
124
+ @import "./pages/common/searchIcon.scss";
125
+ @import "./pages/common/sanctionFeeTable.scss";
126
+ @import "./pages/citizen/loaderMessage.scss";
127
+ @import "./pages/employee/disconnection.scss";
128
+ @import "./pages/common/pgrUICssfix.scss";
129
+
130
+ .display-none {
131
+ display: none;
132
+ }
133
+ .primary-label-btn {
134
+ margin: 10px auto 0px !important;
135
+ }
136
+ .p-unset {
137
+ padding: unset !important;
138
+ }
139
+
140
+ .flex-one {
141
+ @apply flex-1;
142
+ }
143
+
144
+ .display-flex-gap-2 {
145
+ @apply flex gap-3;
146
+ }
147
+ .rm-mb {
148
+ margin-bottom: unset !important;
149
+ }
150
+
151
+ .w-fullwidth {
152
+ @apply w-full;
153
+ }
154
+
155
+ .margin-unset {
156
+ margin: unset !important;
157
+ }
158
+
159
+ .text-align-center {
160
+ @apply text-center;
161
+ }
162
+ .text-align-left {
163
+ @apply text-left;
164
+ }
165
+ .text-align-right {
166
+ @apply text-right;
167
+ }
168
+ .desktop-only {
169
+ @apply hidden;
170
+ }
171
+
172
+ @screen dt {
173
+ .desktop-only {
174
+ @apply block;
175
+ }
176
+ }
177
+
178
+ .mobile-only {
179
+ @apply block;
180
+ }
181
+
182
+ @screen dt {
183
+ .mobile-only {
184
+ @apply hidden;
185
+ }
186
+ }
187
+
188
+ .dark {
189
+ @apply text-text-primary;
190
+ }
191
+
192
+ .mrlg {
193
+ @apply mr-lg;
194
+ }
195
+
196
+ .mrsm {
197
+ @apply mr-sm;
198
+ }
199
+
200
+ .mbsm {
201
+ @apply mb-sm;
202
+ }
203
+
204
+ .home-link {
205
+ margin-left: 16px;
206
+ margin-bottom: 16px;
207
+
208
+ a {
209
+ color: #1d70b8;
210
+ }
211
+ }
212
+
213
+ .clear-search-label {
214
+ color: #2947a3;
215
+ cursor: pointer;
216
+ }
217
+
218
+ .search-submit-bar {
219
+ margin-top: 32;
220
+ margin-left: auto;
221
+ }
222
+
223
+ .application-details-link-button {
224
+ @apply flex justify-between items-center;
225
+
226
+ .download-button {
227
+ color: a82227;
228
+ margin-left: 8px;
229
+ }
230
+ }
231
+
232
+ .response-download-button {
233
+ @apply flex mb-sm;
234
+
235
+ .download-button {
236
+ color: #a82227;
237
+ margin-left: 8px;
238
+ white-space: nowrap;
239
+ }
240
+ }
241
+
242
+ .check-page-link-button {
243
+ color: #a82227 !important;
244
+ }
245
+
246
+ .pt-application-download-btn {
247
+ display: flex;
248
+ justify-content: flex-end;
249
+ margin: 0px 8px;
250
+ }
251
+
252
+ .application-table-container {
253
+ @apply mt-lg ml-lg flex-1;
254
+ }
255
+
256
+ .primary-label-btn {
257
+ @apply flex;
258
+ gap: 10px;
259
+
260
+ svg {
261
+ fill: #a82227;
262
+ }
263
+
264
+ color: #5a1166;
265
+
266
+ cursor: pointer;
267
+ font-weight: 500;
268
+ width: fit-content;
269
+ }
270
+
271
+ .primaryColor {
272
+ color: #0b0c0c !important;
273
+ }
274
+
275
+ @media (hover: hover) {
276
+ .primary-label-btn {
277
+ &:hover {
278
+ color: #000;
279
+
280
+ svg {
281
+ fill: #000;
282
+ }
283
+ }
284
+ }
285
+ }
286
+
287
+ .disabled {
288
+ @apply border-grey-dark text-grey-dark !important;
289
+ pointer-events: none !important;
290
+ }
291
+
292
+ .card-date-input {
293
+ @apply absolute top-0 left-0 w-3/4 bg-white pl-sm border border-input-border border-solid border-r-0;
294
+ outline: transparent solid 1px;
295
+ height: 2.5rem;
296
+ }
297
+
298
+ .h4 {
299
+ @apply mb-sm;
300
+ }
301
+
302
+ .react-time-picker {
303
+ width: 194px;
304
+ height: 2.5rem;
305
+ &__wrapper {
306
+ border: 2px solid #0b0c0c;
307
+ padding-left: 16px;
308
+ }
309
+ &__inputGroup__input {
310
+ @apply px-sm;
311
+ line-height: 2.5rem;
312
+ min-width: 16px;
313
+ &:focus {
314
+ outline: 2px solid black;
315
+ }
316
+ }
317
+ }
318
+
319
+ .border-none {
320
+ border: none;
321
+ justify-content: space-between;
322
+ }
323
+
324
+ input[type="number"]::-webkit-inner-spin-button,
325
+ input[type="number"]::-webkit-outer-spin-button {
326
+ -webkit-appearance: none;
327
+ margin: 0;
328
+ }
329
+ input[type="number"] {
330
+ -moz-appearance: textfield;
331
+ }
332
+
333
+ .static {
334
+ @apply flex flex-col;
335
+ min-height: 85vh;
336
+
337
+ &-wrapper {
338
+ flex: 1;
339
+ max-height: 75vh;
340
+ overflow: scroll;
341
+ -ms-overflow-style: none; /* IE and Edge */
342
+ scrollbar-width: none; /* Firefox */
343
+
344
+ &::-webkit-scrollbar {
345
+ display: none;
346
+ }
347
+ }
348
+ }
349
+
350
+ .bill-summary {
351
+ border: #e8e7e6 solid 1px;
352
+ @apply bg-grey-light w-full;
353
+
354
+ .bill-account-details {
355
+ @apply flex mb-md;
356
+ padding: 5px;
357
+
358
+ .label {
359
+ @apply w-1/2 font-bold;
360
+ }
361
+
362
+ .value {
363
+ @apply w-1/2 text-right;
364
+ }
365
+ }
366
+
367
+ .amount-details {
368
+ @apply flex mb-md items-center;
369
+ padding: 5px;
370
+
371
+ .label {
372
+ @apply w-1/2 font-bold;
373
+ }
374
+
375
+ .value {
376
+ @apply w-1/2 font-bold text-right;
377
+ font-size: 18px;
378
+ }
379
+ }
380
+ }
381
+
382
+ .bill-payment-amount {
383
+ @apply sticky bottom-0 bg-white;
384
+ padding-bottom: 32px;
385
+
386
+ .payment-amount-front {
387
+ @apply absolute z-10 w-10 flex justify-center items-center;
388
+ background-color: #efefef;
389
+ padding: 7px 12px;
390
+ color: #9a9a9a;
391
+ }
392
+ }
393
+
394
+ .text-indent-xl input {
395
+ text-indent: 40px;
396
+ }
397
+
398
+ .select-payment-type {
399
+ @apply flex justify-center font-bold items-center;
400
+ padding-top: 10px;
401
+ padding-bottom: 25px;
402
+
403
+ .value {
404
+ font-size: 20px;
405
+ }
406
+ }
407
+
408
+ .cheque-date {
409
+ @apply flex items-center mb-lg;
410
+ border: 2px solid #0b0c0c;
411
+ border-radius: 2px;
412
+
413
+ input {
414
+ @apply outline-none w-full;
415
+ border: 0px;
416
+ background: transparent;
417
+ text-indent: 5px;
418
+ padding: 6px 0px;
419
+ }
420
+
421
+ button {
422
+ @apply outline-none;
423
+ border: 0px;
424
+ background: transparent;
425
+ text-indent: 2px;
426
+ }
427
+ }
428
+
429
+ .w-half {
430
+ @apply w-1/2;
431
+ }
432
+
433
+ .ifsc-field {
434
+ @apply flex items-center mb-lg;
435
+ border: 2px solid #0b0c0c;
436
+ border-radius: 2px;
437
+
438
+ input {
439
+ @apply outline-none w-full;
440
+ border: 0px;
441
+ background: transparent;
442
+ text-indent: 5px;
443
+ padding: 6px 0px;
444
+ }
445
+ button {
446
+ @apply outline-none;
447
+ border: 0px;
448
+ background: transparent;
449
+ text-indent: 2px;
450
+ }
451
+ }
452
+
453
+ .text-input {
454
+ @apply relative w-full;
455
+ input {
456
+ &:hover {
457
+ @apply border-2 border-solid border-primary-main;
458
+ }
459
+ }
460
+ }
461
+
462
+ .text-input-width {
463
+ max-width: 540px;
464
+ }
465
+
466
+ .text-mobile-input-width {
467
+ max-width: 500px;
468
+ }
469
+
470
+ .custom-time-picker {
471
+ @apply w-full;
472
+ max-width: 200px;
473
+ }
474
+
475
+ .sla-cell {
476
+ @apply text-text-secondary;
477
+ }
478
+
479
+ .submit-bar-search {
480
+ margin-top: 32px;
481
+ margin-left: 16px;
482
+ max-width: 256px;
483
+ }
484
+
485
+ .clear-search-container {
486
+ @apply flex justify-between items-center;
487
+ }
488
+
489
+ .card-label-smaller {
490
+ @apply w-1/3;
491
+ margin-bottom: revert;
492
+ }
493
+
494
+ .card-label-APK {
495
+ @apply w-1/3;
496
+ margin-bottom: revert;
497
+ width: 100%;
498
+ }
499
+
500
+ .underline {
501
+ border-color: #e7e6e6;
502
+ @apply mb-sm;
503
+ }
504
+
505
+ .box-shadow-none {
506
+ box-shadow: none;
507
+ }
508
+
509
+ .component-in-front {
510
+ @apply flex justify-center items-center;
511
+ }
512
+
513
+ .subform-composer {
514
+ @apply flex;
515
+ }
516
+
517
+ .inbox-search-container {
518
+ .result {
519
+ @apply mt-lg;
520
+ }
521
+ }
522
+
523
+ .payment-form-text-input-correction {
524
+ width: 100% !important;
525
+ }
526
+
527
+ .edcr-citizen-inbox {
528
+ thead th:first-child {
529
+ min-width: 100px;
530
+ }
531
+ }
532
+
533
+ .error-boundary {
534
+ width: 100vw;
535
+ height: 100vh;
536
+ font-size: 16px;
537
+ font-family: sans-serif;
538
+ display: flex;
539
+ justify-content: center;
540
+ align-items: center;
541
+ flex-direction: column;
542
+ position: absolute !important;
543
+ .error-container {
544
+ display: flex;
545
+ width: 400px;
546
+ justify-content: center;
547
+ align-items: center;
548
+ flex-direction: column;
549
+ h1 {
550
+ font-size: 32px;
551
+ font-weight: bold;
552
+ }
553
+ button {
554
+ height: 40px;
555
+ width: 153px;
556
+ border-radius: 0px;
557
+ padding: 8px 24px;
558
+ color: white;
559
+ cursor: pointer;
560
+ }
561
+ }
562
+ }
563
+
564
+ .error-boundary summary,
565
+ .error-boundary details {
566
+ width: 300px;
567
+ background-color: rgb(218, 100, 100);
568
+ margin: 5px;
569
+ border: 2px solid #222;
570
+ border-radius: 3px;
571
+ padding: 3px;
572
+ }
573
+
574
+ .full-width-card {
575
+ width: 92vw !important;
576
+ }
577
+ .full-employee-card-link {
578
+ width: 100% !important;
579
+ margin: 7px 0px;
580
+ }
581
+ .full-employee-card-height {
582
+ height: unset !important;
583
+ }
584
+
585
+ @media (min-width: 640px) {
586
+ .full-employee-card-height {
587
+ height: 196px !important;
588
+ }
589
+ .full-employee-card-link {
590
+ width: 30% !important;
591
+ }
592
+ .full-width-card {
593
+ @apply w-full !important;
594
+ }
595
+ }
596
+ .applications-list-container {
597
+ }
598
+ .complaint-summary {
599
+ @media (min-width: 780px) {
600
+ flex: 1 0 auto;
601
+ margin-left: 1rem;
602
+ margin-top: 1rem;
603
+ }
604
+ }
605
+
606
+ @media (min-width: 780px) {
607
+ .citizen-form-wrapper {
608
+ width: calc(100% - 219px);
609
+ display: flex;
610
+ justify-content: center;
611
+ margin-top: 1rem;
612
+ padding-left: 16px;
613
+ padding-right: 16px;
614
+ }
615
+ }
616
+ @media (min-width: 780px) {
617
+ .citizen-card-container {
618
+ padding-left: 15px;
619
+ padding-right: 15px;
620
+ margin-top: 1rem;
621
+ }
622
+ }
623
+
624
+ @media (min-width: 780px) {
625
+ .citizen-obps-wrapper,
626
+ .selection-card-wrapper,
627
+ .fsm-citizen-wrapper,
628
+ .pgr-citizen-wrapper,
629
+ .pt-citizen,
630
+ .bill-citizen,
631
+ .bills-citizen-wrapper,
632
+ .payer-bills-citizen-wrapper,
633
+ .engagement-citizen-wrapper,
634
+ .citizen-all-services-wrapper,
635
+ .mcollect-citizen,
636
+ .ws-citizen-wrapper,
637
+ .tl-citizen {
638
+ width: calc(100% - 219px);
639
+ padding-left: 16px;
640
+ padding-right: 16px;
641
+ margin-top: 1rem;
642
+ }
643
+ }
644
+ @media only screen and (max-width: 768px) {
645
+ /* For mobile phones: */
646
+ .error-boundary {
647
+ height: 75vh;
648
+ }
649
+ }
650
+ .employee-app-wrapper {
651
+ min-height: calc(100vh - 8em);
652
+ }
653
+
654
+ .ws-custom-wrapper {
655
+ .submit {
656
+ display: flex !important;
657
+ flex-direction: row-reverse !important;
658
+ width: 100% !important;
659
+ align-items: center;
660
+ button {
661
+ width: 240px !important;
662
+ }
663
+ p {
664
+ width: unset;
665
+ margin-right: 1rem;
666
+ }
667
+ }
668
+ }
669
+
670
+ .ws-button {
671
+ border: 1px solid grey;
672
+ display: block;
673
+ background-color: grey;
674
+ height: 50%;
675
+ width: 80%;
676
+ text-align: "center";
677
+ margin-top: 6%;
678
+ color: "white";
679
+ }
680
+ .ws-search-button {
681
+ border: 1px solid black;
682
+ display: block;
683
+
684
+ height: 50%;
685
+ width: 80%;
686
+ text-align: "center";
687
+ margin-top: 6%;
688
+ color: "white";
689
+ }
690
+ .button {
691
+ color: "white";
692
+ }
693
+ .plumber-details-new-value-wrapper {
694
+ flex: 2 1 auto;
695
+ }
696
+
697
+ .connection-details-new-value-wrapper {
698
+ flex: 1 1 auto;
699
+ }
700
+
701
+ .connection-details-old-value-wrapper,
702
+ .plumber-details-old-value-wrapper {
703
+ flex: 1 1 auto;
704
+
705
+ .old-value-null-wrapper {
706
+ visibility: hidden;
707
+ padding-bottom: 8px;
708
+ margin-bottom: 8px;
709
+ }
710
+ .row {
711
+ color: #b1b4b6;
712
+ font-weight: 700;
713
+ font-size: 16px;
714
+ }
715
+ }
716
+
717
+ .plumber-details-new-value-wrapper {
718
+ flex: 2 1 auto;
719
+ }
720
+
721
+ .connection-details-new-value-wrapper {
722
+ flex: 1 1 auto;
723
+ }
724
+
725
+ .connection-details-old-value-wrapper,
726
+ .plumber-details-old-value-wrapper {
727
+ flex: 1 1 auto;
728
+ .old-value-null-wrapper {
729
+ visibility: hidden;
730
+ padding-bottom: 8px;
731
+ margin-bottom: 8px;
732
+ }
733
+ .row {
734
+ color: #b1b4b6;
735
+ font-weight: 700;
736
+ font-size: 16px;
737
+ }
738
+ }
739
+
740
+ .modal-header-ws {
741
+ padding: 1rem;
742
+ font-weight: 400;
743
+ }
744
+ .modal-body-ws {
745
+ padding: 1rem;
746
+ font-weight: 700;
747
+ color: #0b0c0c;
748
+ font-size: 24px;
749
+ margin-bottom: 1rem;
750
+ }
751
+ .privacy-icon {
752
+ cursor: pointer;
753
+ }
754
+ .privacy-icon:hover {
755
+ path {
756
+ fill: rgba(244, 119, 56, 1);
757
+ }
758
+ }
759
+
760
+ .employee-app-wrapper {
761
+ min-height: calc(100vh - 8em);
762
+ }
763
+ .submit-bar header {
764
+ line-height: 2rem !important;
765
+ }
766
+ .logo-removeBorderRadiusLogo svg {
767
+ width: 50px;
768
+ height: 60px;
769
+ }
770
+
771
+ .icon-banner-employee {
772
+ background-color: #d7aefc !important;
773
+ }
774
+ .icon-banner-employee svg {
775
+ background-color: #0d43a7 !important;
776
+ width: 40px;
777
+ height: 40px;
778
+ }
779
+ .inboxButton {
780
+ border: none;
781
+ color: #4c5656;
782
+ text-align: center;
783
+ text-decoration: none;
784
+ display: inline-block;
785
+ font-size: 14px;
786
+ margin: 4px 2px;
787
+ cursor: pointer;
788
+ height: fit-content;
789
+ border-radius: 5px;
790
+ font-family: sans-serif;
791
+ font-weight: 700;
792
+ }
793
+ .employee .inboxButton {
794
+ padding: 5px 15px;
795
+ background: #ba2b36;
796
+ }
797
+ .citizen .inboxButton {
798
+ padding: 15px;
799
+ font-size: 1.2rem;
800
+ }
801
+
802
+ .ndc_property_search .text-input {
803
+ width: 100%;
804
+ max-width: 300px;
805
+ }
806
+
807
+ .action-bar-wrap {
808
+ display: flex;
809
+ justify-content: end;
810
+ gap: 10px;
811
+ }
812
+
813
+ .action-bar-wrap .submit-bar {
814
+ padding: 0 !important;
815
+ margin: 0 !important;
816
+ }
817
+
818
+ .ndc_card_labels {
819
+ width: 100%;
820
+ max-width: 200px;
821
+ }
822
+
823
+ .downLoadButton {
824
+ color: "#A52A2A";
825
+ display: flex !important;
826
+ justify-content: center;
827
+ align-items: center;
828
+ }
829
+
830
+ .ndc_label {
831
+ padding-bottom: 20px;
832
+ }
833
+
834
+ .ndc_card_main {
835
+ padding: 25px 25px;
836
+ }
837
+
838
+ .step-label {
839
+ font-size: 17px !important;
840
+ }
841
+
842
+ .modal-action .employeeCard {
843
+ margin-left: 0px !important;
844
+ }
845
+
846
+ .moduleLinkHomePage h1 {
847
+ padding-left: 20px;
848
+ }
849
+
850
+ @media screen and (max-width: 768px) {
851
+ .citizen .inboxButton {
852
+ font-size: 1rem;
853
+ }
854
+ }
855
+
856
+ @media screen and (max-width: 768px) {
857
+ .stepper {
858
+ display: grid !important;
859
+ }
860
+ .action-bar-wrap {
861
+ padding: 10px 0;
862
+ text-align: center;
863
+ }
864
+ .submit-bar {
865
+ font-size: 11px;
866
+ }
867
+ }
868
+
869
+ .options-card {
870
+ max-height: 350px; /* Upper limit to trigger scrolling */
871
+ min-height: 120px; /* Always some visible height */
872
+ overflow-y: auto; /* Vertical scrolling only */
873
+ overflow-x: hidden; /* No horizontal scroll */
874
+ border: 1px solid #ccc; /* Optional: visual boundary */
875
+ border-radius: 8px; /* Rounded corners for a modern look */
876
+ background-color: #fff; /* Ensure readable background */
877
+ box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
878
+ padding: 4px 0;
879
+ z-index: 1000; /* Ensure it appears above other elements */
880
+ }
881
+
882
+ /* ===== TimelineHOC CSS ===== */
883
+ .timeline-hoc-container .checkpoint header,
884
+ .timeline-hoc-container .checkpoint-done header {
885
+ flex: 1;
886
+ }
887
+
888
+ .timeline-card {
889
+ width: 100%;
890
+ border: 1px solid #ddd;
891
+ border-radius: 8px;
892
+ padding: clamp(12px, 3vw, 20px);
893
+ margin: 10px 0;
894
+ background: #fff;
895
+ font-family: "Segoe UI", sans-serif;
896
+ }
897
+
898
+ .timeline-header {
899
+ display: flex;
900
+ flex-direction: row;
901
+ align-items: center;
902
+ flex-wrap: wrap;
903
+ gap: 16px;
904
+ }
905
+
906
+ .timeline-header-item {
907
+ display: flex;
908
+ flex-direction: row;
909
+ align-items: center;
910
+ gap: 6px;
911
+ white-space: nowrap;
912
+ }
913
+
914
+ .timeline-label {
915
+ font-weight: 500;
916
+ color: #0d43a7 !important;
917
+ font-size: clamp(12px, 2vw, 14px);
918
+ }
919
+
920
+ .timeline-value {
921
+ color: #0d43a7 !important;
922
+ font-weight: 400;
923
+ font-size: clamp(12px, 2vw, 14px);
924
+ }
925
+
926
+ .timeline-note {
927
+ margin: 10px 0;
928
+ }
929
+
930
+ .timeline-note .note-box {
931
+ border: 1px solid #ccc;
932
+ border-radius: 6px;
933
+ padding: 10px;
934
+ font-size: clamp(12px, 2vw, 14px);
935
+ min-height: 40px;
936
+ background: #f9f9f9;
937
+ word-break: break-word;
938
+ }
939
+
940
+ .timeline-docs {
941
+ margin-top: 10px;
942
+ }
943
+
944
+ @media (max-width: 768px) {
945
+ .timeline-header {
946
+ flex-direction: column;
947
+ align-items: flex-start;
948
+ }
949
+
950
+ .timeline-header-item {
951
+ width: 100%;
952
+ }
953
+
954
+ .timeline-card {
955
+ padding: 12px;
956
+ }
957
+ }