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