@pmidc/upyog-css 1.1.0 → 1.1.2

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