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

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 (141) hide show
  1. package/dist/index.css +23654 -14870
  2. package/dist/index.min.css +1 -1
  3. package/package.json +1 -1
  4. package/src/components/CardBasedOptions.scss +537 -537
  5. package/src/components/CitizenHomeCard.scss +228 -228
  6. package/src/components/EllipsisMenu.scss +16 -16
  7. package/src/components/EventCalendarView.scss +9 -9
  8. package/src/components/FAQ.scss +63 -63
  9. package/src/components/NewAccordianCitizen.scss +130 -130
  10. package/src/components/OnGroundEventCard.scss +71 -71
  11. package/src/components/PageBasedInput.scss +30 -30
  12. package/src/components/PopupHeadingLabel.scss +14 -14
  13. package/src/components/PropertySearchForm.scss +58 -58
  14. package/src/components/SearchForm.scss +56 -56
  15. package/src/components/SearchOnRadioButton.scss +9 -9
  16. package/src/components/StandaloneSearchBar.scss +9 -9
  17. package/src/components/SurveyModal.scss +195 -195
  18. package/src/components/TimeLine.scss +96 -96
  19. package/src/components/WhatsNewCard.scss +12 -12
  20. package/src/components/actionLink.scss +3 -3
  21. package/src/components/actionbar.scss +99 -99
  22. package/src/components/bannercomponents.scss +137 -137
  23. package/src/components/body.scss +422 -422
  24. package/src/components/buttons.scss +144 -144
  25. package/src/components/card.scss +969 -969
  26. package/src/components/cardHeaderWithOptions.scss +16 -16
  27. package/src/components/challanGeneration.scss +349 -0
  28. package/src/components/changeLanguage.scss +3 -3
  29. package/src/components/charts.scss +185 -185
  30. package/src/components/chb.scss +226 -0
  31. package/src/components/checkbox.scss +83 -83
  32. package/src/components/checkpoint.scss +65 -65
  33. package/src/components/citizenInfoLabel.scss +14 -14
  34. package/src/components/custombtn.scss +15 -15
  35. package/src/components/datatable.scss +119 -119
  36. package/src/components/datewrap.scss +21 -21
  37. package/src/components/detailscard.scss +6 -6
  38. package/src/components/detailscontainer.scss +13 -13
  39. package/src/components/documentSection.scss +134 -134
  40. package/src/components/filters.scss +379 -379
  41. package/src/components/garbageCollection.scss +535 -0
  42. package/src/components/grey.scss +3 -3
  43. package/src/components/hoc/InboxComposer.scss +111 -111
  44. package/src/components/howItWorks.scss +71 -71
  45. package/src/components/imageviewer.scss +33 -33
  46. package/src/components/info-banner.scss +35 -35
  47. package/src/components/inputotp.scss +15 -15
  48. package/src/components/keynote.scss +29 -29
  49. package/src/components/languageSelector.scss +24 -24
  50. package/src/components/loader.scss +96 -96
  51. package/src/components/map.scss +36 -36
  52. package/src/components/metricsTable.scss +26 -26
  53. package/src/components/multiLink.scss +117 -117
  54. package/src/components/multiSelectDropdown.scss +88 -88
  55. package/src/components/navbar.scss +377 -377
  56. package/src/components/ndc.scss +233 -0
  57. package/src/components/newFooter.scss +82 -82
  58. package/src/components/newInbox.scss +382 -382
  59. package/src/components/plusMinus.scss +15 -15
  60. package/src/components/popup.scss +26 -26
  61. package/src/components/ptr.scss +301 -0
  62. package/src/components/radiobtn.scss +46 -46
  63. package/src/components/ratingstar.scss +33 -33
  64. package/src/components/roundedLabel.scss +10 -10
  65. package/src/components/searchAction.scss +27 -27
  66. package/src/components/sectionalDropdown.scss +43 -43
  67. package/src/components/selectdropdown.scss +302 -302
  68. package/src/components/staticDynamicMessages.scss +110 -110
  69. package/src/components/staticSideBar.scss +27 -27
  70. package/src/components/statushighlight.scss +17 -17
  71. package/src/components/submiterrors.scss +11 -11
  72. package/src/components/summary.scss +28 -28
  73. package/src/components/table.scss +895 -895
  74. package/src/components/tag.scss +27 -27
  75. package/src/components/telephone.scss +17 -17
  76. package/src/components/textfields.scss +146 -146
  77. package/src/components/toast.scss +31 -31
  78. package/src/components/toggleSwitch.scss +40 -40
  79. package/src/components/topbar.scss +217 -217
  80. package/src/components/uploadcomponents.scss +116 -116
  81. package/src/index.scss +2429 -2423
  82. package/src/modules/BPA/index.scss +5241 -399
  83. package/src/modules/TL/index.scss +796 -796
  84. package/src/modules/adv/index.scss +1657 -643
  85. package/src/modules/hrms/index.scss +1327 -1327
  86. package/src/modules/noc/index.scss +1210 -0
  87. package/src/modules/rentAndLease/index.scss +541 -238
  88. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -8
  89. package/src/pages/citizen/CitizenLogin.scss +50 -50
  90. package/src/pages/citizen/DocumentList.scss +470 -470
  91. package/src/pages/citizen/Events.scss +46 -46
  92. package/src/pages/citizen/HomePageWrapper.scss +220 -220
  93. package/src/pages/citizen/InboxCard.scss +378 -378
  94. package/src/pages/citizen/SurveyList.scss +24 -24
  95. package/src/pages/citizen/citizenDocument.scss +25 -25
  96. package/src/pages/citizen/citizenNewLogin.scss +352 -352
  97. package/src/pages/citizen/container.scss +32 -32
  98. package/src/pages/citizen/loaderMessage.scss +341 -341
  99. package/src/pages/citizen/payment/payment-type.scss +2 -2
  100. package/src/pages/citizen/updatePropertyNumber.scss +46 -46
  101. package/src/pages/common/form.scss +25 -25
  102. package/src/pages/common/newApplicationTimeline.scss +341 -341
  103. package/src/pages/common/pgrUICssfix.scss +128 -128
  104. package/src/pages/common/requiredField.scss +2 -2
  105. package/src/pages/common/sanctionFeeTable.scss +91 -91
  106. package/src/pages/common/searchIcon.scss +21 -21
  107. package/src/pages/common/sitePhotoGraphs.scss +26 -26
  108. package/src/pages/common/stepForm.scss +40 -40
  109. package/src/pages/employee/EmployeeLogin.scss +6 -6
  110. package/src/pages/employee/cardfix.scss +13 -13
  111. package/src/pages/employee/container.scss +73 -73
  112. package/src/pages/employee/dashboard.scss +204 -204
  113. package/src/pages/employee/disconnection.scss +425 -425
  114. package/src/pages/employee/dss.scss +251 -251
  115. package/src/pages/employee/faq.scss +353 -353
  116. package/src/pages/employee/footer.scss +68 -68
  117. package/src/pages/employee/form-fields.scss +26 -26
  118. package/src/pages/employee/header.scss +262 -262
  119. package/src/pages/employee/iframe.scss +65 -65
  120. package/src/pages/employee/inbox.scss +1110 -1110
  121. package/src/pages/employee/index.scss +733 -733
  122. package/src/pages/employee/landing.scss +1802 -1802
  123. package/src/pages/employee/login.scss +252 -252
  124. package/src/pages/employee/oldMobileInbox.scss +4 -4
  125. package/src/pages/employee/popupmodule.scss +47 -47
  126. package/src/pages/employee/response.scss +2 -2
  127. package/src/pages/employee/scroll-table.scss +113 -113
  128. package/src/pages/employee/surveys.scss +469 -469
  129. package/src/pages/employee/tooltip.scss +35 -35
  130. package/src/pages/employee/updateNumber.scss +12 -12
  131. package/src/pages/swach/index.scss +231 -231
  132. package/src/pages/ws/index.scss +118 -118
  133. package/svg/camera.svg +4 -4
  134. package/svg/check.svg +3 -3
  135. package/svg/close.svg +4 -4
  136. package/svg/error.svg +3 -3
  137. package/svg/error2.svg +5 -5
  138. package/svg/searchicon.svg +3 -3
  139. package/svg/starempty.svg +3 -3
  140. package/svg/starfilled.svg +4 -4
  141. package/svg/success.svg +3 -3
@@ -1,238 +1,541 @@
1
- .ral-banner {
2
- padding: 10px;
3
- }
4
-
5
- .ral-banner-header {
6
- font-size: 32px;
7
- word-break: break-word;
8
- }
9
-
10
- .ral-action-bar {
11
- display: flex;
12
- justify-content: flex-end;
13
- align-items: baseline;
14
- }
15
-
16
- .ral-error-label {
17
- width: 70%;
18
- margin-left: 1%;
19
- margin-top: -18px;
20
- }
21
-
22
- /* Desktop view - margin-left 50% */
23
- @media (min-width: 768px) {
24
- .ral-error-label {
25
- margin-left: 50%;
26
- }
27
- }
28
-
29
- .ral-applicant-container {
30
- border: 1px solid #ddd;
31
- padding: 12px;
32
- margin-bottom: 16px;
33
- border-radius: 10px;
34
- }
35
-
36
- .ral-applicant-header-row {
37
- display: flex;
38
- align-items: center;
39
- justify-content: space-between;
40
- margin-bottom: 20px;
41
- }
42
-
43
- .ral-remove-btn {
44
- background: transparent;
45
- width: 100%;
46
- max-width: 25px;
47
- }
48
-
49
- .ral-add-applicant-row {
50
- display: flex;
51
- justify-content: flex-end;
52
- margin-bottom: 16px;
53
- }
54
-
55
- .ral-add-applicant-btn {
56
- border: 1px solid #2947a3;
57
- background: transparent;
58
- color: #2947a3;
59
- width: 100%;
60
- max-width: 140px;
61
- }
62
-
63
- .ral-back-btn {
64
- border: 1px solid;
65
- background: transparent;
66
- color: #2947a3;
67
- margin-right: 8px;
68
- }
69
-
70
- .ral-summary-card {
71
- padding: 2px;
72
- }
73
-
74
- .ral-summary-section {
75
- background-color: #ffffff;
76
- padding: 1rem 0;
77
- border-radius: 8px;
78
- margin-bottom: 1.5rem;
79
- box-shadow: 0 2px 6px rgba(18, 38, 63, 0.04);
80
- }
81
-
82
- .ral-summary-header-row {
83
- display: flex;
84
- justify-content: space-between;
85
- align-items: center;
86
- margin-bottom: 0.75rem;
87
- }
88
-
89
- .ral-summary-heading {
90
- font-size: 1.25rem;
91
- color: #0d43a7;
92
- font-weight: 500;
93
- margin: 0;
94
- }
95
-
96
- .ral-summary-row {
97
- display: flex;
98
- justify-content: space-between;
99
- flex-wrap: wrap;
100
- border-bottom: 1px dashed #e9eef2;
101
- padding: 10px 4px;
102
- align-items: center;
103
- }
104
-
105
- .ral-summary-label {
106
- font-weight: 600;
107
- color: #333;
108
- }
109
-
110
- .ral-summary-docs-container {
111
- display: flex;
112
- flex-wrap: wrap;
113
- gap: 1rem;
114
- margin-top: 0.5rem;
115
- }
116
-
117
- .ral-summary-doc-card {
118
- flex: 1 1 220px;
119
- min-width: 180px;
120
- max-width: 260px;
121
- background-color: #fbfcfe;
122
- padding: 0.6rem;
123
- border: 1px solid #eef3f7;
124
- border-radius: 6px;
125
- }
126
-
127
- .ral-summary-applicant-subheading {
128
- padding: 6px 26px;
129
- background: oldlace;
130
- font-weight: 900;
131
- }
132
-
133
- .ral-summary-applicant-wrapper {
134
- margin-bottom: 1rem;
135
- }
136
-
137
- .ral-doc-container {
138
- margin-bottom: 24px;
139
- }
140
-
141
- .ral-doc-label {
142
- width: 100%;
143
- }
144
-
145
- .ral-doc-field {
146
- width: 100%;
147
- }
148
-
149
- .ral-doc-field-employee {
150
- max-width: 500px;
151
- }
152
-
153
- .ral-doc-upload-msg {
154
- width: 100%;
155
- }
156
-
157
- .ral-doc-upload-input {
158
- width: 280px;
159
- }
160
-
161
- .ral-doc-error {
162
- color: #d4351c;
163
- font-size: 12px;
164
- margin-top: 4px;
165
- margin-bottom: 10px;
166
- }
167
-
168
- .ral-app-details-header {
169
- margin-left: 14px;
170
- max-width: 960px;
171
- }
172
-
173
- .ral-app-details-owner-header {
174
- padding: 5px 24px 0px 24px;
175
- font-weight: 600;
176
- }
177
-
178
- .ral-app-details-docs-card {
179
- display: flex !important;
180
- flex-direction: row !important;
181
- flex-wrap: wrap !important;
182
- gap: 30px;
183
- margin-bottom: 26px;
184
- }
185
-
186
- .ral-my-properties-container {
187
- margin-top: 16px;
188
- }
189
-
190
- .ral-my-properties-header {
191
- margin-left: 8px;
192
- }
193
-
194
- .ral-my-properties-actions {
195
- display: flex;
196
- gap: 20px;
197
- }
198
-
199
- .ral-my-properties-no-result {
200
- margin-left: 16px;
201
- margin-top: 16px;
202
- }
203
-
204
- .ral-my-properties-load-more {
205
- margin-left: 16px;
206
- margin-top: 16px;
207
- }
208
-
209
- .ral-my-properties-load-more-link {
210
- cursor: pointer;
211
- color: #007bff;
212
- font-weight: bold;
213
- }
214
-
215
- .ral-modal-header {
216
- margin-left: 20px;
217
- }
218
-
219
- .ral-modal-close {
220
- margin-right: 20px;
221
- }
222
-
223
- .ral-header-32 {
224
- font-size: 32px;
225
- }
226
-
227
- .ral-card-subheader-24 {
228
- font-size: 24px;
229
- }
230
-
231
- .ral-card-subheader-24-margin {
232
- font-size: 24px;
233
- margin-top: 30px;
234
- }
235
-
236
- .mandatory-asterisk {
237
- color: #ff0000 !important;
238
- }
1
+ .ral-banner {
2
+ padding: 10px;
3
+ }
4
+
5
+ .ral-banner-header {
6
+ font-size: 32px;
7
+ word-break: break-word;
8
+ }
9
+
10
+ .ral-action-bar {
11
+ display: flex;
12
+ justify-content: flex-end;
13
+ align-items: baseline;
14
+ }
15
+
16
+ .ral-error-label {
17
+ width: 70%;
18
+ margin-left: 1%;
19
+ margin-top: -18px;
20
+ }
21
+
22
+ /* Desktop view - margin-left 50% */
23
+ @media (min-width: 768px) {
24
+ .ral-error-label {
25
+ margin-left: 50%;
26
+ }
27
+ }
28
+
29
+ .ral-applicant-container {
30
+ border: 1px solid #ddd;
31
+ padding: 12px;
32
+ margin-bottom: 16px;
33
+ border-radius: 10px;
34
+ }
35
+
36
+ .ral-applicant-header-row {
37
+ display: flex;
38
+ align-items: center;
39
+ justify-content: space-between;
40
+ margin-bottom: 20px;
41
+ }
42
+
43
+ .ral-remove-btn {
44
+ background: transparent;
45
+ width: 100%;
46
+ max-width: 25px;
47
+ }
48
+
49
+ .ral-add-applicant-row {
50
+ display: flex;
51
+ justify-content: flex-end;
52
+ margin-bottom: 16px;
53
+ }
54
+
55
+ .ral-add-applicant-btn {
56
+ border: 1px solid #2947a3;
57
+ background: transparent;
58
+ color: #2947a3;
59
+ width: 100%;
60
+ max-width: 140px;
61
+ }
62
+
63
+ .ral-back-btn {
64
+ border: 1px solid;
65
+ background: transparent;
66
+ color: #2947a3;
67
+ margin-right: 8px;
68
+ }
69
+
70
+ .ral-summary-card {
71
+ padding: 2px;
72
+ }
73
+
74
+ .ral-summary-section {
75
+ background-color: #ffffff;
76
+ padding: 1rem 0;
77
+ border-radius: 8px;
78
+ margin-bottom: 1.5rem;
79
+ box-shadow: 0 2px 6px rgba(18, 38, 63, 0.04);
80
+ }
81
+
82
+ .ral-summary-header-row {
83
+ display: flex;
84
+ justify-content: space-between;
85
+ align-items: center;
86
+ margin-bottom: 0.75rem;
87
+ }
88
+
89
+ .ral-summary-heading {
90
+ font-size: 1.25rem;
91
+ color: #0d43a7;
92
+ font-weight: 500;
93
+ margin: 0;
94
+ }
95
+
96
+ .ral-summary-row {
97
+ display: flex;
98
+ justify-content: space-between;
99
+ flex-wrap: wrap;
100
+ border-bottom: 1px dashed #e9eef2;
101
+ padding: 10px 4px;
102
+ align-items: center;
103
+ }
104
+
105
+ .ral-summary-label {
106
+ font-weight: 600;
107
+ color: #333;
108
+ }
109
+
110
+ .ral-summary-docs-container {
111
+ display: flex;
112
+ flex-wrap: wrap;
113
+ gap: 1rem;
114
+ margin-top: 0.5rem;
115
+ }
116
+
117
+ .ral-summary-doc-card {
118
+ flex: 1 1 220px;
119
+ min-width: 180px;
120
+ max-width: 260px;
121
+ background-color: #fbfcfe;
122
+ padding: 0.6rem;
123
+ border: 1px solid #eef3f7;
124
+ border-radius: 6px;
125
+ }
126
+
127
+ .ral-summary-applicant-subheading {
128
+ padding: 6px 26px;
129
+ background: oldlace;
130
+ font-weight: 900;
131
+ }
132
+
133
+ .ral-summary-applicant-wrapper {
134
+ margin-bottom: 1rem;
135
+ }
136
+
137
+ .ral-doc-container {
138
+ margin-bottom: 24px;
139
+ }
140
+
141
+ .ral-doc-label {
142
+ width: 100%;
143
+ }
144
+
145
+ .ral-doc-field {
146
+ width: 100%;
147
+ }
148
+
149
+ .ral-doc-field-employee {
150
+ max-width: 500px;
151
+ }
152
+
153
+ .ral-doc-upload-msg {
154
+ width: 100%;
155
+ }
156
+
157
+ .ral-doc-upload-input {
158
+ width: 280px;
159
+ }
160
+
161
+ .ral-doc-error {
162
+ color: #d4351c;
163
+ font-size: 12px;
164
+ margin-top: 4px;
165
+ margin-bottom: 10px;
166
+ }
167
+
168
+ .ral-app-details-header {
169
+ margin-left: 14px;
170
+ max-width: 960px;
171
+ }
172
+
173
+ .ral-app-details-owner-header {
174
+ padding: 5px 24px 0px 24px;
175
+ font-weight: 600;
176
+ }
177
+
178
+ .ral-app-details-docs-card {
179
+ display: flex !important;
180
+ flex-direction: row !important;
181
+ flex-wrap: wrap !important;
182
+ gap: 30px;
183
+ margin-bottom: 26px;
184
+ }
185
+
186
+ .ral-my-properties-container {
187
+ margin-top: 16px;
188
+ }
189
+
190
+ .ral-my-properties-header {
191
+ margin-left: 8px;
192
+ }
193
+
194
+ .ral-my-properties-actions {
195
+ display: flex;
196
+ gap: 20px;
197
+ }
198
+
199
+ .ral-my-properties-no-result {
200
+ margin-left: 16px;
201
+ margin-top: 16px;
202
+ }
203
+
204
+ .ral-my-properties-load-more {
205
+ margin-left: 16px;
206
+ margin-top: 16px;
207
+ }
208
+
209
+ .ral-my-properties-load-more-link {
210
+ cursor: pointer;
211
+ color: #007bff;
212
+ font-weight: bold;
213
+ }
214
+
215
+ .ral-modal-header {
216
+ margin-left: 20px;
217
+ }
218
+
219
+ .ral-modal-close {
220
+ margin-right: 20px;
221
+ }
222
+
223
+ .ral-header-32 {
224
+ font-size: 32px;
225
+ }
226
+
227
+ .ral-card-subheader-24 {
228
+ font-size: 24px;
229
+ }
230
+
231
+ .ral-card-subheader-24-margin {
232
+ font-size: 24px;
233
+ margin-top: 30px;
234
+ }
235
+
236
+ .ral-bill-generate {
237
+ max-width: 100%;
238
+ }
239
+
240
+ .ral-bill-generate__header {
241
+ margin: 16px;
242
+ }
243
+
244
+ .ral-bill-generate__form {
245
+ padding: 0;
246
+ margin: 0;
247
+ }
248
+
249
+ .ral-bill-generate__actions {
250
+ display: flex;
251
+ justify-content: flex-end;
252
+ gap: 10px;
253
+ margin-top: 24px;
254
+ }
255
+
256
+ @media (min-width: 641px) {
257
+ .ral-bill-generate__fields {
258
+ width: 100%;
259
+ max-width: 500px;
260
+ }
261
+ }
262
+
263
+ @media (max-width: 640px) {
264
+ .ral-bill-generate__card {
265
+ margin: 0 12px;
266
+ }
267
+
268
+ .ral-bill-generate__header {
269
+ margin: 16px 12px;
270
+ }
271
+
272
+ .ral-bill-generate__fields,
273
+ .ral-bill-generate__fields .input-fields,
274
+ .ral-bill-generate__fields .complaint-input,
275
+ .ral-bill-generate__fields .form-field,
276
+ .ral-bill-generate__fields input {
277
+ width: 100%;
278
+ max-width: 100%;
279
+ min-width: 0;
280
+ box-sizing: border-box;
281
+ }
282
+
283
+ .ral-bill-generate__actions {
284
+ flex-direction: row;
285
+ flex-wrap: wrap;
286
+ align-items: stretch;
287
+ }
288
+
289
+ .ral-bill-generate__actions .submit-bar {
290
+ flex: 1 1 0;
291
+ width: auto;
292
+ min-width: 0;
293
+ margin: 0;
294
+ }
295
+
296
+ .ral-bill-generate__actions .ral-back-btn {
297
+ margin-right: 0;
298
+ }
299
+ }
300
+
301
+ .mandatory-asterisk {
302
+ color: #ff0000 !important;
303
+ }
304
+
305
+
306
+ /* Generated from static Rent and Lease JSX styles. */
307
+
308
+ .ral-style-07e09bd50b {
309
+ justify-content:flex-start;
310
+ }
311
+
312
+ .ral-style-09fe054f3c {
313
+ font-size:13px;
314
+ color:green;
315
+ padding-bottom:10px;
316
+ }
317
+
318
+ .ral-style-13e42518aa {
319
+ cursor:pointer;
320
+ caret-color:transparent;
321
+ }
322
+
323
+ .ral-style-16a8a8b00c {
324
+ overflow:auto;
325
+ }
326
+
327
+ .ral-style-16b4c2d840 {
328
+ flex:none;
329
+ }
330
+
331
+ .ral-style-1ca832ca6c {
332
+ align-items:center;
333
+ }
334
+
335
+ .ral-style-2122396076 {
336
+ width:100%;
337
+ display:grid;
338
+ grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));
339
+ gap:16px;
340
+ margin:0;
341
+ }
342
+
343
+ .ral-style-25d0175a45 {
344
+ font-weight:normal;
345
+ }
346
+
347
+ .ral-style-26afc10d19 {
348
+ border:1px solid #e0e0e0;
349
+ padding:6px;
350
+ margin-top:5px;
351
+ }
352
+
353
+ .ral-style-44b6015a79 {
354
+ display:flex;
355
+ align-items:center;
356
+ margin-top:auto;
357
+ }
358
+
359
+ .ral-style-463f21217a {
360
+ display:flex;
361
+ gap:15px;
362
+ }
363
+
364
+ .ral-style-526d2de178 {
365
+ margin:16px;
366
+ }
367
+
368
+ .ral-style-5c357d95f7 {
369
+ margin-top:20px;
370
+ }
371
+
372
+ .ral-style-63d465e80f {
373
+ position:fixed;
374
+ top:50%;
375
+ left:50%;
376
+ transform:translate(-50%, -50%);
377
+ z-index:9999;
378
+ }
379
+
380
+ .ral-style-669a0ee4e0 {
381
+ display:flex;
382
+ justify-content:flex-end;
383
+ align-items:baseline;
384
+ }
385
+
386
+ .ral-style-705874e93f {
387
+ width:100%;
388
+ text-align:right;
389
+ width:240px;
390
+ text-align:right;
391
+ margin-left:96px;
392
+ margin-top:8px;
393
+ }
394
+
395
+ .ral-style-7623f05545 {
396
+ flex:1;
397
+ }
398
+
399
+ .ral-style-7f90823361 {
400
+ margin-left:10px;
401
+ }
402
+
403
+ .ral-style-806dcbc2f3 {
404
+ border:1px solid #e0e0e0;
405
+ padding:6px;
406
+ }
407
+
408
+ .ral-style-8119d65878 {
409
+ margin-left:8px;
410
+ font-weight:normal;
411
+ }
412
+
413
+ .ral-style-8556ab25bb {
414
+ position:relative;
415
+ width:100%;
416
+ cursor:pointer;
417
+ }
418
+
419
+ .ral-style-8f96e7bd84 {
420
+ color:#FE7A51;
421
+ cursor:pointer;
422
+ }
423
+
424
+ .ral-style-99871d5ffa {
425
+ margin-right:1rem;
426
+ }
427
+
428
+ .ral-style-9be68d3ddc {
429
+ position:absolute;
430
+ right:12px;
431
+ top:45%;
432
+ transform:translateY(-50%);
433
+ pointer-events:none;
434
+ width:16px;
435
+ height:16px;
436
+ }
437
+
438
+ .ral-style-a2e94d72eb {
439
+ padding:0;
440
+ }
441
+
442
+ .ral-style-a527bac1ee {
443
+ text-align:right;
444
+ }
445
+
446
+ .ral-style-aa35c0473f {
447
+ padding-right:0;
448
+ margin-top:0;
449
+ }
450
+
451
+ .ral-style-b46b779814 {
452
+ margin-top:24px;
453
+ background:white;
454
+ padding:16px;
455
+ border-radius:8px;
456
+ }
457
+
458
+ .ral-style-b89d6f781b {
459
+ padding:0;
460
+ margin:0;
461
+ }
462
+
463
+ .ral-style-ba53c25006 {
464
+ padding-top:9px;
465
+ }
466
+
467
+ .ral-style-bd1c956dbd {
468
+ z-index:1000;
469
+ }
470
+
471
+ .ral-style-cad980f4b7 {
472
+ width:100%;
473
+ }
474
+
475
+ .ral-style-dac4fe6c9b {
476
+ text-align:center;
477
+ }
478
+
479
+ .ral-style-fbb51b7b95 {
480
+ display:flex;
481
+ justify-content:flex-end;
482
+ gap:10px;
483
+ margin-top:24px;
484
+ }
485
+
486
+ .ral-style-fcab9f05b8 {
487
+ width:70%;
488
+ margin-left:30%;
489
+ font-size:12px;
490
+ margin-top:-21px;
491
+ }
492
+
493
+ .ral-citizen-breadcrumb--offset {
494
+ margin-left: 10px;
495
+ }
496
+
497
+ .ral-hidden-date-input {
498
+ position: absolute;
499
+ top: 0;
500
+ right: 0;
501
+ width: 32px;
502
+ height: 100%;
503
+ opacity: 0;
504
+ cursor: pointer;
505
+ border: none;
506
+ padding: 0;
507
+ margin: 0;
508
+ }
509
+
510
+ .ral-desktop-inbox__result {
511
+ flex: 1;
512
+ }
513
+
514
+ .ral-desktop-inbox__result--inbox {
515
+ margin-left: 24px;
516
+ }
517
+
518
+ .ral-inbox-search {
519
+ width: auto;
520
+ }
521
+
522
+ .ral-inbox-search--inbox {
523
+ margin-left: 24px;
524
+ }
525
+
526
+ .ral-inbox-search__fields {
527
+ width: 100%;
528
+ display: grid;
529
+ }
530
+
531
+ .ral-inbox-search__clear-link {
532
+ display: inline;
533
+ }
534
+
535
+ .ral-inbox-search__clear-link--mobile {
536
+ margin: 0;
537
+ }
538
+
539
+ .ral-property-details__non-legacy--hidden {
540
+ display: none;
541
+ }