@pmidc/upyog-css 0.0.1

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 (122) hide show
  1. package/example/employee.html +16 -0
  2. package/example/garbage.webp +0 -0
  3. package/example/index.css +10476 -0
  4. package/example/index.html +374 -0
  5. package/example/map.js +72 -0
  6. package/example/package.json +24 -0
  7. package/gulpfile.js +55 -0
  8. package/img/browser-icon.png +0 -0
  9. package/img/m_seva_white_logo.png +0 -0
  10. package/img/mseva-demo.png +0 -0
  11. package/package.json +53 -0
  12. package/postcss.config.js +55 -0
  13. package/src/components/CardBasedOptions.scss +110 -0
  14. package/src/components/CitizenHomeCard.scss +58 -0
  15. package/src/components/EllipsisMenu.scss +17 -0
  16. package/src/components/EventCalendarView.scss +10 -0
  17. package/src/components/FAQ.scss +64 -0
  18. package/src/components/OnGroundEventCard.scss +72 -0
  19. package/src/components/PageBasedInput.scss +31 -0
  20. package/src/components/PopupHeadingLabel.scss +15 -0
  21. package/src/components/PropertySearchForm.scss +58 -0
  22. package/src/components/SearchForm.scss +56 -0
  23. package/src/components/SearchOnRadioButton.scss +10 -0
  24. package/src/components/StandaloneSearchBar.scss +10 -0
  25. package/src/components/TimeLine.scss +68 -0
  26. package/src/components/WhatsNewCard.scss +13 -0
  27. package/src/components/actionLink.scss +3 -0
  28. package/src/components/actionbar.scss +97 -0
  29. package/src/components/bannercomponents.scss +137 -0
  30. package/src/components/body.scss +147 -0
  31. package/src/components/buttons.scss +50 -0
  32. package/src/components/card.scss +411 -0
  33. package/src/components/cardHeaderWithOptions.scss +14 -0
  34. package/src/components/changeLanguage.scss +3 -0
  35. package/src/components/charts.scss +186 -0
  36. package/src/components/checkbox.scss +83 -0
  37. package/src/components/checkpoint.scss +65 -0
  38. package/src/components/citizenInfoLabel.scss +14 -0
  39. package/src/components/custombtn.scss +16 -0
  40. package/src/components/datatable.scss +76 -0
  41. package/src/components/datewrap.scss +21 -0
  42. package/src/components/detailscard.scss +6 -0
  43. package/src/components/detailscontainer.scss +13 -0
  44. package/src/components/filters.scss +98 -0
  45. package/src/components/grey.scss +3 -0
  46. package/src/components/hoc/InboxComposer.scss +115 -0
  47. package/src/components/hoc/index.scss +1 -0
  48. package/src/components/howItWorks.scss +71 -0
  49. package/src/components/imageviewer.scss +33 -0
  50. package/src/components/info-banner.scss +35 -0
  51. package/src/components/inputotp.scss +15 -0
  52. package/src/components/keynote.scss +27 -0
  53. package/src/components/languageSelector.scss +24 -0
  54. package/src/components/loader.scss +96 -0
  55. package/src/components/map.scss +30 -0
  56. package/src/components/menu.scss +0 -0
  57. package/src/components/metricsTable.scss +27 -0
  58. package/src/components/multiLink.scss +88 -0
  59. package/src/components/multiSelectDropdown.scss +73 -0
  60. package/src/components/navbar.scss +308 -0
  61. package/src/components/plusMinus.scss +15 -0
  62. package/src/components/popup.scss +16 -0
  63. package/src/components/radiobtn.scss +45 -0
  64. package/src/components/ratingstar.scss +33 -0
  65. package/src/components/roundedLabel.scss +10 -0
  66. package/src/components/searchAction.scss +20 -0
  67. package/src/components/sectionalDropdown.scss +43 -0
  68. package/src/components/selectdropdown.scss +201 -0
  69. package/src/components/staticDynamicMessages.scss +107 -0
  70. package/src/components/staticSideBar.scss +27 -0
  71. package/src/components/statushighlight.scss +17 -0
  72. package/src/components/submiterrors.scss +11 -0
  73. package/src/components/summary.scss +29 -0
  74. package/src/components/table.scss +178 -0
  75. package/src/components/tag.scss +27 -0
  76. package/src/components/telephone.scss +17 -0
  77. package/src/components/textfields.scss +111 -0
  78. package/src/components/toast.scss +31 -0
  79. package/src/components/toggleSwitch.scss +41 -0
  80. package/src/components/topbar.scss +148 -0
  81. package/src/components/uploadcomponents.scss +113 -0
  82. package/src/index.scss +780 -0
  83. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -0
  84. package/src/pages/citizen/DocumentList.scss +305 -0
  85. package/src/pages/citizen/Events.scss +47 -0
  86. package/src/pages/citizen/HomePageWrapper.scss +163 -0
  87. package/src/pages/citizen/SurveyList.scss +22 -0
  88. package/src/pages/citizen/citizenDocument.scss +22 -0
  89. package/src/pages/citizen/container.scss +19 -0
  90. package/src/pages/citizen/payment/payment-type.scss +3 -0
  91. package/src/pages/citizen/updatePropertyNumber.scss +46 -0
  92. package/src/pages/employee/EmployeeLogin.scss +7 -0
  93. package/src/pages/employee/cardfix.scss +14 -0
  94. package/src/pages/employee/container.scss +73 -0
  95. package/src/pages/employee/dss.scss +249 -0
  96. package/src/pages/employee/faq.scss +353 -0
  97. package/src/pages/employee/form-fields.scss +13 -0
  98. package/src/pages/employee/iframe.scss +66 -0
  99. package/src/pages/employee/inbox.scss +707 -0
  100. package/src/pages/employee/index.scss +632 -0
  101. package/src/pages/employee/landing.scss +177 -0
  102. package/src/pages/employee/login.scss +570 -0
  103. package/src/pages/employee/oldMobileInbox.scss +5 -0
  104. package/src/pages/employee/popupmodule.scss +47 -0
  105. package/src/pages/employee/response.scss +3 -0
  106. package/src/pages/employee/scroll-table.scss +114 -0
  107. package/src/pages/employee/surveys.scss +272 -0
  108. package/src/pages/employee/tooltip.scss +36 -0
  109. package/src/pages/employee/updateNumber.scss +13 -0
  110. package/svg/arrowdown.svg +1 -0
  111. package/svg/arrowleft.svg +1 -0
  112. package/svg/calendar.svg +1 -0
  113. package/svg/camera.svg +4 -0
  114. package/svg/check.svg +4 -0
  115. package/svg/close.svg +4 -0
  116. package/svg/error.svg +4 -0
  117. package/svg/error2.svg +5 -0
  118. package/svg/searchicon.svg +4 -0
  119. package/svg/starempty.svg +4 -0
  120. package/svg/starfilled.svg +5 -0
  121. package/svg/success.svg +4 -0
  122. package/tailwind.config.js +105 -0
package/src/index.scss ADDED
@@ -0,0 +1,780 @@
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
+
9
+ @import "tailwindcss/base";
10
+
11
+ @import "tailwindcss/components";
12
+
13
+ @import "tailwindcss/utilities";
14
+
15
+ @import "react-date-range/dist/styles.css";
16
+ @import "react-date-range/dist/theme/default.css";
17
+
18
+ @import "./components/loader.scss";
19
+
20
+ @import "./components/body.scss";
21
+ @import "./components/navbar.scss";
22
+ @import "./components/card.scss";
23
+ @import "./components/buttons.scss";
24
+ @import "./components/radiobtn.scss";
25
+ @import "./components/selectdropdown.scss";
26
+ @import "./components/textfields.scss";
27
+ @import "./components/bannercomponents.scss";
28
+ @import "./components/datewrap.scss";
29
+ @import "./components/datatable.scss";
30
+ @import "./components/checkpoint.scss";
31
+ @import "./components/checkbox.scss";
32
+ @import "./components/inputotp.scss";
33
+ @import "./components/map.scss";
34
+ @import "./pages/employee/tooltip.scss";
35
+ @import "./components/menu.scss";
36
+ @import "./components/submiterrors.scss";
37
+ @import "./components/ratingstar.scss";
38
+ @import "./components/keynote.scss";
39
+ @import "./components/statushighlight.scss";
40
+ @import "./components/imageviewer.scss";
41
+ @import "./components/actionbar.scss";
42
+ @import "./components/table.scss";
43
+ @import "./components/popup.scss";
44
+ @import "./components/uploadcomponents.scss";
45
+ @import "./components/toast.scss";
46
+ @import "./components/detailscontainer.scss";
47
+ @import "./components/telephone.scss";
48
+ @import "./components/grey.scss";
49
+ @import "./components/actionLink.scss";
50
+ @import "./components/sectionalDropdown.scss";
51
+ @import "./components/detailscard.scss";
52
+ @import "./components/searchAction.scss";
53
+ @import "./components/tag.scss";
54
+ @import "./components/topbar.scss";
55
+ @import "./components/languageSelector.scss";
56
+ @import "./components/custombtn.scss";
57
+ @import "./components/citizenInfoLabel.scss";
58
+ @import "./components/roundedLabel.scss";
59
+ @import "./components/changeLanguage.scss";
60
+ @import "./components//metricsTable.scss";
61
+ @import "./components/filters.scss";
62
+ @import "./components//charts.scss";
63
+ @import "./components/summary.scss";
64
+ @import "./components/multiLink.scss";
65
+ @import "./components/info-banner.scss";
66
+ @import "./components/multiSelectDropdown.scss";
67
+ @import "./components/EllipsisMenu.scss";
68
+ @import "./components/CitizenHomeCard.scss";
69
+ @import "./components/PropertySearchForm.scss";
70
+ @import "./components/SearchForm.scss";
71
+ @import "./components/cardHeaderWithOptions.scss";
72
+ @import "./components/TimeLine.scss";
73
+ @import "./components/PageBasedInput.scss";
74
+ @import "./components/StandaloneSearchBar.scss";
75
+ @import "./components/CardBasedOptions.scss";
76
+ @import "./components/WhatsNewCard.scss";
77
+ @import "./components/SearchOnRadioButton.scss";
78
+ @import "./components/EventCalendarView.scss";
79
+ @import "./components/OnGroundEventCard.scss";
80
+ @import "./components/PopupHeadingLabel.scss";
81
+ @import "./components/staticSideBar.scss";
82
+ @import "./components/hoc/index.scss";
83
+ @import "./components/FAQ.scss";
84
+ @import "./components//howItWorks.scss";
85
+ @import "./components/staticDynamicMessages.scss";
86
+ @import "./components/toggleSwitch.scss";
87
+ @import "./components/plusMinus.scss";
88
+
89
+ @import "./pages/employee/index.scss";
90
+ @import "./pages/employee/cardfix.scss";
91
+ @import "./pages/employee/popupmodule.scss";
92
+ @import "./pages/employee/container.scss";
93
+ @import "./pages/employee/inbox.scss";
94
+ @import "./pages/employee/response.scss";
95
+ @import "./pages/employee/form-fields.scss";
96
+ @import "./pages/employee/scroll-table.scss";
97
+ @import "./pages/employee/EmployeeLogin.scss";
98
+ @import "./pages/employee/updateNumber.scss";
99
+ @import "./pages/employee/oldMobileInbox.scss";
100
+ @import "./pages/employee/dss.scss";
101
+ @import "./pages/employee/iframe.scss";
102
+ @import "./pages/employee/landing.scss";
103
+
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
+
117
+ .display-none {
118
+ display: none;
119
+ }
120
+ .primary-label-btn{
121
+ margin: 10px auto 0px !important;
122
+ }
123
+ .p-unset {
124
+ padding: unset !important;
125
+ }
126
+
127
+ .flex-one {
128
+ @apply flex-1;
129
+ }
130
+
131
+ .display-flex-gap-2 {
132
+ @apply flex gap-3;
133
+ }
134
+ .rm-mb {
135
+ margin-bottom: unset !important;
136
+ }
137
+
138
+ .w-fullwidth {
139
+ @apply w-full;
140
+ }
141
+
142
+ .margin-unset {
143
+ margin: unset !important;
144
+ }
145
+
146
+ .text-align-center {
147
+ @apply text-center;
148
+ }
149
+ .text-align-left {
150
+ @apply text-left;
151
+ }
152
+ .text-align-right {
153
+ @apply text-right;
154
+ }
155
+ .desktop-only {
156
+ @apply hidden;
157
+ }
158
+
159
+ @screen dt {
160
+ .desktop-only {
161
+ @apply block;
162
+ }
163
+ }
164
+
165
+ .mobile-only {
166
+ @apply block;
167
+ }
168
+
169
+ @screen dt {
170
+ .mobile-only {
171
+ @apply hidden;
172
+ }
173
+ }
174
+
175
+ .dark {
176
+ @apply text-text-primary;
177
+ }
178
+
179
+ .mrlg {
180
+ @apply mr-lg;
181
+ }
182
+
183
+ .mrsm {
184
+ @apply mr-sm;
185
+ }
186
+
187
+ .mbsm {
188
+ @apply mb-sm;
189
+ }
190
+
191
+ .home-link {
192
+ margin-left: 16px;
193
+ margin-bottom: 16px;
194
+
195
+ a {
196
+ color: #1d70b8;
197
+ }
198
+ }
199
+
200
+ .clear-search-label {
201
+ color: #a82227;
202
+ cursor: pointer;
203
+ }
204
+
205
+ .search-submit-bar {
206
+ margin-top: 32;
207
+ margin-left: auto;
208
+ }
209
+
210
+ .application-details-link-button {
211
+ @apply flex justify-between items-center;
212
+
213
+ .download-button {
214
+ color: a82227;
215
+ margin-left: 8px;
216
+ }
217
+ }
218
+
219
+ .response-download-button {
220
+ @apply flex mb-sm;
221
+
222
+ .download-button {
223
+ color: #a82227;
224
+ margin-left: 8px;
225
+ white-space: nowrap;
226
+
227
+ }
228
+ }
229
+
230
+ .check-page-link-button {
231
+ color: #a82227 !important;
232
+ }
233
+
234
+ .pt-application-download-btn {
235
+ display: flex;
236
+ justify-content: flex-end;
237
+ margin: 0px 8px;
238
+ }
239
+
240
+ .form-pt-dropdown-only {
241
+ .options-card {
242
+ position: unset;
243
+ }
244
+ }
245
+ .application-table-container {
246
+ @apply mt-lg ml-lg flex-1;
247
+ }
248
+
249
+ .primary-label-btn {
250
+ @apply flex;
251
+ gap: 10px;
252
+
253
+ svg {
254
+ fill: #a82227;
255
+ }
256
+
257
+ color: #5a1166;
258
+
259
+ cursor: pointer;
260
+ font-weight: 500;
261
+ width: fit-content;
262
+ }
263
+
264
+ .primaryColor {
265
+ color: #0b0c0c !important;
266
+ }
267
+
268
+ @media (hover: hover) {
269
+ .primary-label-btn {
270
+ &:hover {
271
+ color: #000;
272
+
273
+ svg {
274
+ fill: #000;
275
+ }
276
+ }
277
+ }
278
+ }
279
+
280
+ .disabled {
281
+ @apply border-grey-dark text-grey-dark !important;
282
+ pointer-events: none !important;
283
+ }
284
+
285
+ .card-date-input {
286
+ @apply absolute top-0 left-0 w-3/4 bg-white pl-sm border border-input-border border-solid border-r-0;
287
+ outline: transparent solid 1px;
288
+ height: 2.5rem;
289
+ }
290
+
291
+ .h4 {
292
+ @apply mb-sm;
293
+ }
294
+
295
+ .react-time-picker {
296
+ width: 194px;
297
+ height: 2.5rem;
298
+ &__wrapper {
299
+ border: 2px solid #0b0c0c;
300
+ padding-left: 16px;
301
+ }
302
+ &__inputGroup__input {
303
+ @apply px-sm;
304
+ line-height: 2.5rem;
305
+ min-width: 16px;
306
+ &:focus {
307
+ outline: 2px solid black;
308
+ }
309
+ }
310
+ }
311
+
312
+ .border-none {
313
+ border: none;
314
+ justify-content: space-between;
315
+ }
316
+
317
+ input[type="number"]::-webkit-inner-spin-button,
318
+ input[type="number"]::-webkit-outer-spin-button {
319
+ -webkit-appearance: none;
320
+ margin: 0;
321
+ }
322
+ input[type="number"] {
323
+ -moz-appearance: textfield;
324
+ }
325
+
326
+ .static {
327
+ @apply flex flex-col;
328
+ min-height: 85vh;
329
+
330
+ &-wrapper {
331
+ flex: 1;
332
+ max-height: 75vh;
333
+ overflow: scroll;
334
+ -ms-overflow-style: none; /* IE and Edge */
335
+ scrollbar-width: none; /* Firefox */
336
+
337
+ &::-webkit-scrollbar {
338
+ display: none;
339
+ }
340
+ }
341
+ }
342
+
343
+ .bill-summary {
344
+ border: #e8e7e6 solid 1px;
345
+ @apply bg-grey-light w-full;
346
+
347
+ .bill-account-details {
348
+ @apply flex mb-md;
349
+ padding: 5px;
350
+
351
+ .label {
352
+ @apply w-1/2 font-bold;
353
+ }
354
+
355
+ .value {
356
+ @apply w-1/2 text-right;
357
+ }
358
+ }
359
+
360
+ .amount-details {
361
+ @apply flex mb-md items-center;
362
+ padding: 5px;
363
+
364
+ .label {
365
+ @apply w-1/2 font-bold;
366
+ }
367
+
368
+ .value {
369
+ @apply w-1/2 font-bold text-right;
370
+ font-size: 18px;
371
+ }
372
+ }
373
+ }
374
+
375
+ .bill-payment-amount {
376
+ @apply sticky bottom-0 bg-white;
377
+ padding-bottom: 32px;
378
+
379
+ .payment-amount-front {
380
+ @apply absolute z-10 w-10 flex justify-center items-center;
381
+ background-color: #efefef;
382
+ padding: 7px 12px;
383
+ color: #9a9a9a;
384
+ }
385
+ }
386
+
387
+ .text-indent-xl input {
388
+ text-indent: 40px;
389
+ }
390
+
391
+ .select-payment-type {
392
+ @apply flex justify-center font-bold items-center;
393
+ padding-top: 10px;
394
+ padding-bottom: 25px;
395
+
396
+ .value {
397
+ font-size: 20px;
398
+ }
399
+ }
400
+
401
+ .cheque-date {
402
+ @apply flex items-center mb-lg;
403
+ border: 2px solid #0b0c0c;
404
+ border-radius: 2px;
405
+
406
+ input {
407
+ @apply outline-none w-full;
408
+ border: 0px;
409
+ background: transparent;
410
+ text-indent: 5px;
411
+ padding: 6px 0px;
412
+ }
413
+
414
+ button {
415
+ @apply outline-none;
416
+ border: 0px;
417
+ background: transparent;
418
+ text-indent: 2px;
419
+ }
420
+ }
421
+
422
+ .w-half {
423
+ @apply w-1/2;
424
+ }
425
+
426
+ .ifsc-field {
427
+ @apply flex items-center mb-lg;
428
+ border: 2px solid #0b0c0c;
429
+ border-radius: 2px;
430
+
431
+ input {
432
+ @apply outline-none w-full;
433
+ border: 0px;
434
+ background: transparent;
435
+ text-indent: 5px;
436
+ padding: 6px 0px;
437
+ }
438
+ button {
439
+ @apply outline-none;
440
+ border: 0px;
441
+ background: transparent;
442
+ text-indent: 2px;
443
+ }
444
+ }
445
+
446
+ .text-input {
447
+ @apply relative w-full;
448
+ input {
449
+ &:hover {
450
+ @apply border-2 border-solid border-primary-main;
451
+ }
452
+ }
453
+ }
454
+
455
+ .text-input-width {
456
+ max-width: 540px;
457
+ }
458
+
459
+ .text-mobile-input-width {
460
+ max-width: 500px;
461
+ }
462
+
463
+ .custom-time-picker {
464
+ @apply w-full;
465
+ max-width: 200px;
466
+ }
467
+
468
+ .sla-cell {
469
+ @apply text-text-secondary;
470
+ }
471
+
472
+ .submit-bar-search {
473
+ margin-top: 32px;
474
+ margin-left: 16px;
475
+ max-width: 256px;
476
+ }
477
+
478
+ .clear-search-container {
479
+ @apply flex justify-between items-center;
480
+ }
481
+
482
+ .card-label-smaller {
483
+ @apply w-1/3;
484
+ margin-bottom: revert;
485
+ }
486
+
487
+ .card-label-APK {
488
+ @apply w-1/3;
489
+ margin-bottom: revert;
490
+ width: 100%;
491
+ }
492
+
493
+ .underline {
494
+ border-color: #e7e6e6;
495
+ @apply mb-sm;
496
+ }
497
+
498
+ .box-shadow-none {
499
+ box-shadow: none;
500
+ }
501
+
502
+ .component-in-front {
503
+ @apply flex justify-center items-center;
504
+ }
505
+
506
+ .subform-composer {
507
+ @apply flex;
508
+ }
509
+
510
+ .inbox-search-container {
511
+ .result {
512
+ @apply mt-lg;
513
+ }
514
+ }
515
+
516
+ .payment-form-text-input-correction {
517
+ width: 100% !important;
518
+ }
519
+
520
+
521
+ .edcr-citizen-inbox{
522
+ thead th:first-child{
523
+ min-width:100px;
524
+ }
525
+
526
+ }
527
+
528
+ .error-boundary {
529
+ width: 100vw;
530
+ height: 100vh;
531
+ font-size: 16px;
532
+ font-family: sans-serif;
533
+ display: flex;
534
+ justify-content: center;
535
+ align-items: center;
536
+ flex-direction: column;
537
+ position: absolute !important;
538
+ .error-container {
539
+ display: flex;
540
+ width: 400px;
541
+ justify-content: center;
542
+ align-items: center;
543
+ flex-direction: column;
544
+ h1 {
545
+ font-size: 32px;
546
+ font-weight: bold;
547
+ }
548
+ button {
549
+ height: 40px;
550
+ width: 153px;
551
+ border-radius: 0px;
552
+ padding: 8px 24px;
553
+ color: white;
554
+ cursor: pointer;
555
+
556
+ }
557
+ }
558
+ }
559
+
560
+ .error-boundary summary,
561
+ .error-boundary details {
562
+ width: 300px;
563
+ background-color: rgb(218, 100, 100);
564
+ margin: 5px;
565
+ border: 2px solid #222;
566
+ border-radius: 3px;
567
+ padding: 3px;
568
+ }
569
+
570
+ .full-width-card {
571
+ width: 92vw !important;
572
+ }
573
+ .full-employee-card-link {
574
+ width: 100% !important;
575
+ margin: 7px 0px;
576
+ }
577
+ .full-employee-card-height {
578
+ height: unset !important;
579
+ }
580
+
581
+ @media (min-width: 640px) {
582
+ .full-employee-card-height {
583
+ height: 196px !important;
584
+ }
585
+ .full-employee-card-link {
586
+ width: 30% !important;
587
+ }
588
+ .full-width-card {
589
+ @apply w-full !important;
590
+ }
591
+ }
592
+ .applications-list-container {
593
+ }
594
+ .complaint-summary {
595
+ @media (min-width: 780px) {
596
+ flex: 1 0 auto;
597
+ margin-left: 1rem;
598
+ margin-top: 1rem;
599
+ }
600
+ }
601
+
602
+ @media (min-width: 780px) {
603
+ .citizen-form-wrapper {
604
+ width: calc(100% - 219px);
605
+ display: flex;
606
+ justify-content: center;
607
+ margin-top: 1rem;
608
+ padding-left: 16px;
609
+ padding-right: 16px;
610
+ }
611
+ }
612
+ @media (min-width: 780px) {
613
+ .citizen-card-container {
614
+ padding-left: 15px;
615
+ padding-right: 15px;
616
+ margin-top: 1rem;
617
+ }
618
+ }
619
+
620
+ @media (min-width: 780px) {
621
+ .citizen-obps-wrapper,
622
+ .selection-card-wrapper,
623
+ .fsm-citizen-wrapper,
624
+ .pgr-citizen-wrapper,
625
+ .pt-citizen,
626
+ .bill-citizen,
627
+ .bills-citizen-wrapper,
628
+ .payer-bills-citizen-wrapper,
629
+ .engagement-citizen-wrapper,
630
+ .citizen-all-services-wrapper,
631
+ .mcollect-citizen,
632
+ .ws-citizen-wrapper,
633
+ .tl-citizen {
634
+ width: calc(100% - 219px);
635
+ padding-left: 16px;
636
+ padding-right: 16px;
637
+ margin-top: 1rem;
638
+ }
639
+ }
640
+ @media only screen and (max-width: 768px) {
641
+ /* For mobile phones: */
642
+ .error-boundary {
643
+ height: 75vh;
644
+ }
645
+ }
646
+ .employee-app-wrapper {
647
+ min-height: calc(100vh - 8em);
648
+ }
649
+
650
+ .ws-custom-wrapper {
651
+ .submit {
652
+ display: flex !important;
653
+ flex-direction: row-reverse !important;
654
+ width: 100% !important;
655
+ align-items: center;
656
+ button {
657
+ width: 240px !important;
658
+ }
659
+ p {
660
+ width: unset;
661
+ margin-right: 1rem;
662
+ }
663
+ }
664
+ }
665
+
666
+ .plumber-details-new-value-wrapper {
667
+ flex: 2 1 auto;
668
+ }
669
+
670
+ .connection-details-new-value-wrapper {
671
+ flex: 1 1 auto;
672
+ }
673
+
674
+ .connection-details-old-value-wrapper,
675
+ .plumber-details-old-value-wrapper {
676
+ flex: 1 1 auto;
677
+
678
+ .old-value-null-wrapper {
679
+ visibility: hidden;
680
+ padding-bottom: 8px;
681
+ margin-bottom: 8px;
682
+ }
683
+ .row {
684
+ color: #b1b4b6;
685
+ font-weight: 700;
686
+ font-size: 16px;
687
+ }
688
+ }
689
+
690
+ .plumber-details-new-value-wrapper {
691
+ flex: 2 1 auto;
692
+ }
693
+
694
+ .connection-details-new-value-wrapper {
695
+ flex: 1 1 auto;
696
+ }
697
+
698
+ .connection-details-old-value-wrapper,
699
+ .plumber-details-old-value-wrapper {
700
+ flex: 1 1 auto;
701
+ .old-value-null-wrapper {
702
+ visibility: hidden;
703
+ padding-bottom: 8px;
704
+ margin-bottom: 8px;
705
+ }
706
+ .row {
707
+ color: #b1b4b6;
708
+ font-weight: 700;
709
+ font-size: 16px;
710
+ }
711
+ }
712
+
713
+ .modal-header-ws {
714
+ padding: 1rem;
715
+ font-weight: 400;
716
+ }
717
+ .modal-body-ws {
718
+ padding: 1rem;
719
+ font-weight: 700;
720
+ color: #0b0c0c;
721
+ font-size: 24px;
722
+ margin-bottom: 1rem;
723
+ }
724
+ .privacy-icon {
725
+ cursor: pointer;
726
+ }
727
+ .privacy-icon:hover {
728
+ path {
729
+ fill: rgba(244, 119, 56, 1);
730
+ }
731
+ }
732
+
733
+ .employee-app-wrapper{
734
+ min-height: calc(100vh - 8em);
735
+ }
736
+ .submit-bar header{
737
+ line-height: 2.0rem !important;
738
+ }
739
+ .logo-removeBorderRadiusLogo svg{
740
+ width: 50px;
741
+ height: 60px;
742
+ }
743
+
744
+ .icon-banner-employee {
745
+ background-color:#d7aefc !important;
746
+ }
747
+ .icon-banner-employee svg{
748
+ background-color:#bf2f3b !important;
749
+ width: 40px;
750
+ height: 40px;
751
+ }
752
+ .inboxButton{
753
+ border: none;
754
+ color: white;
755
+ text-align: center;
756
+ text-decoration: none;
757
+ display: inline-block;
758
+ font-size: 14px;
759
+ margin: 4px 2px;
760
+ cursor: pointer;
761
+ height: fit-content;
762
+ border-radius: 5px;
763
+ font-family: sans-serif;
764
+ font-weight: 700;
765
+ }
766
+ .employee .inboxButton{
767
+ padding: 5px 15px;
768
+ background: #ba2b36
769
+ }
770
+ .citizen .inboxButton{
771
+ padding: 15px;
772
+ font-size: 1.2rem
773
+ }
774
+
775
+ @media screen and (max-width: 768px) {
776
+ .citizen .inboxButton{
777
+ font-size: 1rem;
778
+ }
779
+ }
780
+