@chipstcp/upyog-css 1.0.0

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 +21523 -0
  2. package/dist/index.min.css +1 -0
  3. package/img/browser-icon.png +0 -0
  4. package/img/m_seva_white_logo.png +0 -0
  5. package/img/mseva-demo.png +0 -0
  6. package/package.json +63 -0
  7. package/src/components/CardBasedOptions.scss +536 -0
  8. package/src/components/CitizenHomeCard.scss +228 -0
  9. package/src/components/EllipsisMenu.scss +17 -0
  10. package/src/components/EventCalendarView.scss +10 -0
  11. package/src/components/FAQ.scss +64 -0
  12. package/src/components/NewAccordianCitizen.scss +130 -0
  13. package/src/components/OnGroundEventCard.scss +72 -0
  14. package/src/components/PageBasedInput.scss +30 -0
  15. package/src/components/PopupHeadingLabel.scss +15 -0
  16. package/src/components/PropertySearchForm.scss +58 -0
  17. package/src/components/SearchForm.scss +57 -0
  18. package/src/components/SearchOnRadioButton.scss +10 -0
  19. package/src/components/StandaloneSearchBar.scss +10 -0
  20. package/src/components/SurveyModal.scss +195 -0
  21. package/src/components/TimeLine.scss +96 -0
  22. package/src/components/WhatsNewCard.scss +13 -0
  23. package/src/components/actionLink.scss +3 -0
  24. package/src/components/actionbar.scss +100 -0
  25. package/src/components/bannercomponents.scss +137 -0
  26. package/src/components/body.scss +423 -0
  27. package/src/components/buttons.scss +142 -0
  28. package/src/components/card.scss +968 -0
  29. package/src/components/cardHeaderWithOptions.scss +16 -0
  30. package/src/components/changeLanguage.scss +3 -0
  31. package/src/components/charts.scss +186 -0
  32. package/src/components/checkbox.scss +83 -0
  33. package/src/components/checkpoint.scss +65 -0
  34. package/src/components/citizenInfoLabel.scss +14 -0
  35. package/src/components/custombtn.scss +16 -0
  36. package/src/components/datatable.scss +119 -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/documentSection.scss +134 -0
  41. package/src/components/filters.scss +98 -0
  42. package/src/components/grey.scss +3 -0
  43. package/src/components/hoc/InboxComposer.scss +111 -0
  44. package/src/components/hoc/index.scss +1 -0
  45. package/src/components/howItWorks.scss +71 -0
  46. package/src/components/imageviewer.scss +33 -0
  47. package/src/components/info-banner.scss +35 -0
  48. package/src/components/inputotp.scss +15 -0
  49. package/src/components/keynote.scss +29 -0
  50. package/src/components/languageSelector.scss +24 -0
  51. package/src/components/loader.scss +96 -0
  52. package/src/components/map.scss +36 -0
  53. package/src/components/menu.scss +0 -0
  54. package/src/components/metricsTable.scss +27 -0
  55. package/src/components/multiLink.scss +118 -0
  56. package/src/components/multiSelectDropdown.scss +89 -0
  57. package/src/components/navbar.scss +377 -0
  58. package/src/components/newFooter.scss +82 -0
  59. package/src/components/plusMinus.scss +15 -0
  60. package/src/components/popup.scss +27 -0
  61. package/src/components/radiobtn.scss +47 -0
  62. package/src/components/ratingstar.scss +33 -0
  63. package/src/components/roundedLabel.scss +10 -0
  64. package/src/components/searchAction.scss +27 -0
  65. package/src/components/sectionalDropdown.scss +43 -0
  66. package/src/components/selectdropdown.scss +302 -0
  67. package/src/components/staticDynamicMessages.scss +111 -0
  68. package/src/components/staticSideBar.scss +27 -0
  69. package/src/components/statushighlight.scss +17 -0
  70. package/src/components/submiterrors.scss +11 -0
  71. package/src/components/summary.scss +29 -0
  72. package/src/components/table.scss +383 -0
  73. package/src/components/tag.scss +27 -0
  74. package/src/components/telephone.scss +17 -0
  75. package/src/components/textfields.scss +146 -0
  76. package/src/components/toast.scss +31 -0
  77. package/src/components/toggleSwitch.scss +41 -0
  78. package/src/components/topbar.scss +218 -0
  79. package/src/components/uploadcomponents.scss +116 -0
  80. package/src/index.scss +2087 -0
  81. package/src/modules/BPA/index.scss +98 -0
  82. package/src/modules/adv/index.scss +643 -0
  83. package/src/modules/hrms/index.scss +1328 -0
  84. package/src/modules/rentAndLease/index.scss +238 -0
  85. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -0
  86. package/src/pages/citizen/CitizenLogin.scss +50 -0
  87. package/src/pages/citizen/DocumentList.scss +455 -0
  88. package/src/pages/citizen/Events.scss +47 -0
  89. package/src/pages/citizen/HomePageWrapper.scss +215 -0
  90. package/src/pages/citizen/InboxCard.scss +378 -0
  91. package/src/pages/citizen/SurveyList.scss +25 -0
  92. package/src/pages/citizen/citizenDocument.scss +26 -0
  93. package/src/pages/citizen/citizenNewLogin.scss +352 -0
  94. package/src/pages/citizen/container.scss +33 -0
  95. package/src/pages/citizen/loaderMessage.scss +342 -0
  96. package/src/pages/citizen/payment/payment-type.scss +3 -0
  97. package/src/pages/citizen/updatePropertyNumber.scss +46 -0
  98. package/src/pages/common/form.scss +26 -0
  99. package/src/pages/common/newApplicationTimeline.scss +341 -0
  100. package/src/pages/common/pgrUICssfix.scss +129 -0
  101. package/src/pages/common/requiredField.scss +3 -0
  102. package/src/pages/common/sanctionFeeTable.scss +92 -0
  103. package/src/pages/common/searchIcon.scss +13 -0
  104. package/src/pages/common/sitePhotoGraphs.scss +27 -0
  105. package/src/pages/common/stepForm.scss +41 -0
  106. package/src/pages/employee/EmployeeLogin.scss +7 -0
  107. package/src/pages/employee/cardfix.scss +14 -0
  108. package/src/pages/employee/container.scss +73 -0
  109. package/src/pages/employee/dashboard.scss +204 -0
  110. package/src/pages/employee/disconnection.scss +426 -0
  111. package/src/pages/employee/dss.scss +251 -0
  112. package/src/pages/employee/faq.scss +353 -0
  113. package/src/pages/employee/footer.scss +69 -0
  114. package/src/pages/employee/form-fields.scss +27 -0
  115. package/src/pages/employee/header.scss +262 -0
  116. package/src/pages/employee/iframe.scss +66 -0
  117. package/src/pages/employee/inbox.scss +1110 -0
  118. package/src/pages/employee/index.scss +694 -0
  119. package/src/pages/employee/landing.scss +1803 -0
  120. package/src/pages/employee/login.scss +253 -0
  121. package/src/pages/employee/oldMobileInbox.scss +5 -0
  122. package/src/pages/employee/popupmodule.scss +47 -0
  123. package/src/pages/employee/response.scss +3 -0
  124. package/src/pages/employee/scroll-table.scss +114 -0
  125. package/src/pages/employee/surveys.scss +469 -0
  126. package/src/pages/employee/tooltip.scss +36 -0
  127. package/src/pages/employee/updateNumber.scss +13 -0
  128. package/src/pages/swach/index.scss +232 -0
  129. package/src/pages/ws/index.scss +119 -0
  130. package/svg/arrowdown.svg +1 -0
  131. package/svg/arrowleft.svg +1 -0
  132. package/svg/calendar.svg +1 -0
  133. package/svg/camera.svg +4 -0
  134. package/svg/check.svg +4 -0
  135. package/svg/close.svg +4 -0
  136. package/svg/error.svg +4 -0
  137. package/svg/error2.svg +5 -0
  138. package/svg/searchicon.svg +4 -0
  139. package/svg/starempty.svg +4 -0
  140. package/svg/starfilled.svg +5 -0
  141. package/svg/success.svg +4 -0
@@ -0,0 +1,455 @@
1
+ .wrapper {
2
+ margin: 20px auto;
3
+ }
4
+ .accordion-wrapper {
5
+ & + * {
6
+ margin-top: 0.5em;
7
+ }
8
+ }
9
+ .document-required-options{
10
+ display: flex;
11
+ .document-index{
12
+ min-width:20px;
13
+ text-align: right;
14
+ padding: 5px;
15
+ }
16
+ .document-description{
17
+ flex-grow:1;
18
+ word-break: break-word;
19
+ padding: 5px;
20
+
21
+
22
+ }
23
+ }
24
+
25
+ .accordion-item {
26
+ overflow: hidden;
27
+ transition: max-height 0.3s cubic-bezier(1, 0, 1, 0);
28
+ height: auto;
29
+ max-height: 9999px;
30
+ }
31
+ .accordion-item.collapsed {
32
+ max-height: 0;
33
+ transition: max-height 0.35s cubic-bezier(0, 1, 0, 1);
34
+ }
35
+ .accordion-title {
36
+ font-weight: 600;
37
+ cursor: pointer;
38
+ color: #666;
39
+ padding: 0.5em 0em;
40
+ border-radius: 1.5em;
41
+ display: flex;
42
+ justify-content: space-between;
43
+ align-items: center;
44
+ &.open svg {
45
+ transform: rotate(-90deg);
46
+ }
47
+ &:hover,
48
+ &.open {
49
+ color: black;
50
+ }
51
+ }
52
+ .accordion-content {
53
+ padding: 1em 0em;
54
+ }
55
+ .document_list_searchbar {
56
+ border: 1px solid #505A5F !important;
57
+ border-radius: 0px !important;
58
+ margin: 20px 0;
59
+ }
60
+ .notices_circular_searchbox {
61
+ margin-top: 50px;
62
+ }
63
+ .notice_and_circular_main {
64
+ @apply flex bg-white my-md px-md pt-md pb-lg shadow-card relative;
65
+ border-radius: 4px;
66
+ }
67
+ .gap-ten {
68
+ @apply gap-10;
69
+ }
70
+ .notice_and_circular_heading_mb {
71
+ display: flex;
72
+ justify-content: space-between;
73
+ padding: 2px;
74
+ }
75
+ .notice_and_circular_heading_mb header {
76
+ font-weight: bold;
77
+ font-size: 16px !important;
78
+ line-height: 24px;
79
+ margin-right: 50px;
80
+ }
81
+ .notice_and_circular_heading_mb .card-caption {
82
+ padding-left: 30px;
83
+ font-weight: normal;
84
+ font-size: 12px;
85
+ line-height: 24px;
86
+ color: #505A5F;
87
+ padding-right: 5px;
88
+ padding-left: 15px;
89
+ min-width: 80px;
90
+ position: absolute;
91
+ right: 20px;
92
+ }
93
+ .notice_and_circular_text {
94
+ padding-bottom: 20px;
95
+ }
96
+ .notice_and_circular_text p {
97
+ font-weight: normal;
98
+ font-size: 12px;
99
+ line-height: 14px;
100
+ color: #505A5F;
101
+ }
102
+ .notice_and_circular_caption {
103
+ margin-top: 10px;
104
+ margin-bottom: 10px;
105
+ }
106
+ .notice_and_circular_caption .card-caption {
107
+ font-weight: normal;
108
+ font-size: 10px;
109
+ line-height: 18px;
110
+ color: #A3A3A3;
111
+ }
112
+ .view_download_main {
113
+ display: flex;
114
+ flex-wrap: wrap;
115
+ gap:8px;
116
+ align-items: end;
117
+ span {
118
+ padding-right: 20px;
119
+ & .views {
120
+ display: flex;
121
+ justify-content: space-between;
122
+ align-items: center;
123
+ p {
124
+ padding-left: 10px;
125
+ font-weight: normal;
126
+ font-size: 16px;
127
+ line-height: 19px;
128
+ color: #a82227;
129
+ }
130
+ }
131
+ }
132
+ & .download_views_padding{
133
+ padding-top: 8px;
134
+ }
135
+ }
136
+ @screen dt{
137
+ .view_download_main {
138
+ span{
139
+ & .views {
140
+ display: flex;
141
+ justify-content: space-between;
142
+ align-items: center;
143
+ p {
144
+ padding-left: 10px;
145
+ font-weight: normal;
146
+ font-size: 16px;
147
+ line-height: 19px;
148
+ color: #a82227;
149
+ }
150
+ }
151
+ }
152
+ }
153
+
154
+ .notice_and_circular_heading_mb .card-caption {
155
+ font-size: 16px;
156
+ line-height: 24px;
157
+ min-width : 150px;
158
+ padding-left: 50px;
159
+ }
160
+
161
+ .view_download_main span{
162
+ padding-right: 30px;
163
+ }
164
+ .view_download_main span .views p {
165
+ padding-left: 8px;
166
+ font-size: 16px;
167
+ }
168
+ .notice_and_circular_text p {
169
+ font-size: 16px !important;
170
+ line-height : 24px;
171
+ }
172
+ .documentDetails_row {
173
+ grid-gap: 0 !important;
174
+ gap: 0 !important;
175
+ }
176
+ .notice_and_circular_heading_mb header{
177
+ font-size: 24px !important;
178
+ line-height: 28px;
179
+ margin-right : 100px;
180
+ }
181
+ .notice_and_circular_caption .card-caption {
182
+ font-size: 14px;
183
+ line-height: 21px;
184
+ }
185
+
186
+ }
187
+ .documentDetails {
188
+ &_wrapper {
189
+ @apply flex flex-col gap-10 items-start;
190
+ }
191
+ &_row {
192
+ @apply flex gap-20;
193
+ }
194
+ &_title {
195
+ @apply w-48 font-bold;
196
+ }
197
+ &_description {
198
+ @apply max-w-lg;
199
+ text-overflow: clip;
200
+ }
201
+ &_pdf {
202
+ @apply flex flex-col gap-5;
203
+ }
204
+ &_subheader {
205
+ @apply font-bold;
206
+ font-size: large;
207
+ }
208
+ }
209
+
210
+ .documentDetails_pdf {
211
+ @apply flex gap-10 cursor-pointer;
212
+ }
213
+ .grid_section {
214
+ @apply grid grid-cols-4 gap-4;
215
+ & .document_notification_form_section {
216
+ @apply col-span-3;
217
+ }
218
+ }
219
+ .document_notification_first_grid {
220
+ @apply grid grid-cols-4 gap-4;
221
+ & .form_section,
222
+ .document_notification_table_section {
223
+ @apply col-span-3;
224
+ }
225
+ }
226
+ .new_document_section_flex {
227
+ @apply flex items-center;
228
+ & .card-section-header {
229
+ @apply pl-lg;
230
+ }
231
+ }
232
+ .new_document_para_color {
233
+ @apply text-primary-light;
234
+ margin-bottom: 42px;
235
+ }
236
+ .document_notification_second_grid {
237
+ @apply grid grid-cols-3 gap-4;
238
+ }
239
+ .document_notification_clear_search_btn {
240
+ display: flex;
241
+ justify-content: flex-end;
242
+ align-items: center;
243
+ & .document_notification_clear_search_btn_align {
244
+ display: flex;
245
+ align-items: center;
246
+ }
247
+ }
248
+ .new_document_clear_search_alignment {
249
+ @apply mb-md mr-lg;
250
+ }
251
+ .document_notification_filter_header {
252
+ @apply flex justify-between items-center;
253
+ }
254
+ .document_notification_filter_icon {
255
+ @apply flex items-center;
256
+ & .card-caption {
257
+ @apply ml-lg;
258
+ }
259
+ }
260
+ .document-table-docs-columns {
261
+ @apply flex items-center gap-5;
262
+ }
263
+ .filter_section_main {
264
+ padding-bottom: 300px;
265
+ }
266
+ .new_document_card {
267
+ @apply w-full h-56 bg-white p-xl;
268
+ }
269
+ .filter_table_section_margin {
270
+ margin-top: 30px;
271
+ }
272
+ .filter_card_employee {
273
+ @apply w-full h-auto bg-white p-xl;
274
+ padding-bottom: 100px;
275
+ }
276
+ .filter_section_document_categories {
277
+ padding-top: 20px;
278
+ }
279
+ .new_document_card_table {
280
+ @apply w-full h-auto bg-white p-xl;
281
+ }
282
+ .employee_document_inbox_table_main {
283
+ .table {
284
+ tbody {
285
+ tr {
286
+ @apply py-md;
287
+ }
288
+ }
289
+ }
290
+ }
291
+ .confirmation_box {
292
+ height: 130px;
293
+ display: flex;
294
+ align-items: center;
295
+ padding-left: 8px;
296
+ gap: 10px;
297
+ overflow: hidden;
298
+ text-overflow: ellipsis;
299
+ }
300
+ .documentation-list{
301
+ display: flex;
302
+ }
303
+ .Docs_CardWrapper{
304
+ @apply bg-white m-sm px-md pt-md pb-lg shadow-card;
305
+ border-radius: 4px;
306
+ }
307
+
308
+ .mobileInbox_attachments{
309
+ display:flex;
310
+ gap:10px;
311
+ }
312
+
313
+ .documentDetails_row_items {
314
+ display:flex;
315
+ flex-direction: row;
316
+ align-self: flex-start;
317
+ }
318
+
319
+ @media screen and (max-width : 768px){
320
+ .documentDetails_row_items{
321
+ @apply grid grid-cols-2 gap-4;
322
+ }
323
+ }
324
+
325
+
326
+ /* When there are no documents */
327
+ .obps-document-detail-no-doc {
328
+ padding: 10px 0px;
329
+ }
330
+
331
+ /* Row (Label) */
332
+ .obps-document-detail-row {
333
+ padding-top: 10px;
334
+ width: 100%;
335
+ }
336
+
337
+ /* Outer container for files */
338
+ .obps-document-detail-list {
339
+ display: flex;
340
+ flex-wrap: wrap;
341
+ }
342
+
343
+ /* Each document block */
344
+ .obps-document-detail-item {
345
+ display: flex;
346
+ flex-wrap: wrap;
347
+ justify-content: flex-start;
348
+ align-content: center;
349
+ }
350
+
351
+ /* Clickable link */
352
+ .obps-document-detail-link {
353
+ min-width: 100px;
354
+ max-width: 100px;
355
+ margin-right: 10px;
356
+ height: auto;
357
+ text-decoration: none;
358
+ }
359
+
360
+ /* SVG icon wrapper */
361
+ .obps-document-detail-icon-wrapper {
362
+ display: flex;
363
+ justify-content: center;
364
+ }
365
+
366
+ /* Document Title */
367
+ .obps-document-detail-title {
368
+ margin-top: 8px;
369
+ text-align: center;
370
+ color: #505a5f;
371
+ font-weight: 400;
372
+ line-height: 19px;
373
+ font-size: 16px;
374
+ }
375
+
376
+ /* Divider line */
377
+ .obps-document-detail-divider {
378
+ color: #d6d5d4;
379
+ background-color: #d6d5d4;
380
+ height: 2px;
381
+ margin-top: 20px;
382
+ margin-bottom: 20px;
383
+ border: none;
384
+ }
385
+
386
+ .bpa-doc-required-card {
387
+ background: #FAFAFA;
388
+ border: 1px solid #D6D5D4;
389
+ padding: 8px;
390
+ border-radius: 4px;
391
+ max-width: 600px;
392
+ min-width: 280px;
393
+ margin-bottom: 15px;
394
+ padding-top: 15px;
395
+ }
396
+
397
+ .bpa-doc-required-wrapper {
398
+ margin-bottom: 24px;
399
+ }
400
+
401
+ .bpa-doc-required-label {
402
+ width: 100%;
403
+ }
404
+
405
+ .bpa-doc-required-field {
406
+ display: flex;
407
+ flex-direction: column;
408
+ gap: 10px;
409
+ }
410
+
411
+ .bpa-doc-required-coordinates {
412
+ padding: 10px;
413
+ font-size: 14px;
414
+ }
415
+ .bpa-doc-view-container {
416
+ margin-top: 19px;
417
+ }
418
+
419
+ .bpa-doc-view-grid {
420
+ display: flex;
421
+ flex-wrap: wrap;
422
+ gap: 16px;
423
+ }
424
+
425
+ .bpa-doc-view-link {
426
+ width: 120px;
427
+ text-align: center;
428
+ display: flex;
429
+ flex-direction: column;
430
+ align-items: center;
431
+ text-decoration: none;
432
+ color: inherit;
433
+ }
434
+
435
+ .bpa-doc-view-pdf-icon {
436
+ background: #f6f6f6;
437
+ padding: 8px;
438
+ }
439
+
440
+ .bpa-doc-view-label {
441
+ margin-top: 8px;
442
+ font-size: 12px;
443
+ word-wrap: break-word;
444
+ overflow: hidden;
445
+ text-overflow: ellipsis;
446
+ display: -webkit-box;
447
+ -webkit-line-clamp: 2;
448
+ -webkit-box-orient: vertical;
449
+ }
450
+
451
+ .no-width {
452
+ max-width: none;
453
+ min-width: 0;
454
+ width: auto;
455
+ }
@@ -0,0 +1,47 @@
1
+ .OnGroundEventDetailsCard{
2
+ box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
3
+ @apply bg-white mx-sm mb-md p-md rounded;
4
+ }
5
+
6
+ .eventAddressAndDirection{
7
+ @apply text-body-s mb-md;
8
+ span{
9
+ @apply flex mb-sm;
10
+ svg{
11
+ @apply h-5 w-5;
12
+ }
13
+ div{
14
+ @apply ml-md;
15
+ p{
16
+ @apply mb-sm;
17
+ }
18
+ .direction{
19
+ @apply text-primary-main cursor-pointer;
20
+ }
21
+ }
22
+ }
23
+ }
24
+
25
+ .eventTimeRange{
26
+ @apply text-body-s flex;
27
+ svg{
28
+ @apply h-5 w-5;
29
+ }
30
+ p{
31
+ @apply ml-md;
32
+ }
33
+ }
34
+
35
+ .cardCaptionBodyS{
36
+ @apply text-body-s text-text-secondary mb-md;
37
+ }
38
+
39
+ @screen dt{
40
+ .eventAddressAndDirection{
41
+ @apply text-body-s-dt;
42
+ }
43
+
44
+ .cardCaptionBodyS{
45
+ @apply text-body-s-dt;
46
+ }
47
+ }
@@ -0,0 +1,215 @@
1
+ .HomePageWrapper {
2
+ margin-top: -25px;
3
+ margin: 0 auto;
4
+ padding: 0 40px;
5
+ .BannerWithSearch {
6
+ margin-bottom: 40px;
7
+ width: 100%;
8
+ @apply relative;
9
+ .Search {
10
+ width: calc(100% - 32px);
11
+ bottom: -18px;
12
+ @apply mx-md absolute;
13
+ }
14
+ img {
15
+ height: 33vw;
16
+ @apply w-full object-cover;
17
+ }
18
+ }
19
+ .hero-banner-styles {
20
+ background: linear-gradient(135deg, #4f65d8 0%, #00157a 100%);
21
+ border-radius: 16px;
22
+ padding: 60px 40px;
23
+ margin: 24px 0;
24
+ text-align: center;
25
+ color: #fff;
26
+ }
27
+
28
+ .hero-title-styles {
29
+ font-size: 42px;
30
+ font-weight: 700;
31
+ margin-bottom: 12px;
32
+ letter-spacing: -0.5px;
33
+ }
34
+
35
+ .heroSubtitleStyles {
36
+ font-size: 18px;
37
+ font-weight: 400;
38
+ margin-bottom: 32px;
39
+ opacity: 0.95;
40
+ }
41
+
42
+ .searchBarStyles {
43
+ max-width: 600px;
44
+ margin: 0 auto;
45
+ background-color: #fff;
46
+ border-radius: 12px;
47
+ padding: 14px 20px;
48
+ display: flex;
49
+ align-items: center;
50
+ box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
51
+ }
52
+
53
+ .searchInputStyles {
54
+ border: none;
55
+ outline: none;
56
+ width: 100%;
57
+ font-size: 16px;
58
+ margin-left: 12px;
59
+ color: black;
60
+ }
61
+
62
+ .searchIconStyles {
63
+ color: #9ca3af;
64
+ font-size: 20px;
65
+ }
66
+
67
+
68
+ .ServicesSection {
69
+ @apply flex flex-wrap;
70
+ padding: 40px 15px 0 15px;
71
+ }
72
+
73
+ @screen dt {
74
+ .ServicesSection {
75
+ @apply flex flex-wrap;
76
+ padding: 40px 15px 0 15px;
77
+ width: 100%;
78
+ }
79
+ }
80
+
81
+ .WhatsNewSection {
82
+ @apply m-sm;
83
+ padding: 0 15px;
84
+ .headSection {
85
+ @apply flex mb-sm justify-between;
86
+ h2 {
87
+ @apply text-heading-s font-bold text-text-primary pl-sm;
88
+ }
89
+ p {
90
+ @apply text-link text-primary-main font-medium cursor-pointer;
91
+ }
92
+ }
93
+ @media (min-width: 780px) {
94
+ padding: 0 15px;
95
+ }
96
+ }
97
+
98
+ .WhatsAppBanner {
99
+ width: 100%;
100
+ padding: 0px 20px 0px 20px;
101
+ margin: auto;
102
+ cursor: pointer;
103
+ display: none;
104
+ img {
105
+ width: 100%;
106
+ }
107
+ }
108
+ }
109
+
110
+ @media (min-width: 780px) {
111
+ .SideBarStatic {
112
+ width: 250px;
113
+ background: #ffffff;
114
+ margin-top: -3px;
115
+ }
116
+ }
117
+ @media (max-width: 780px) {
118
+ .SideBarStatic {
119
+ width: 250px;
120
+ background: #ffffff;
121
+ margin-top: -3px;
122
+ display: none;
123
+ }
124
+ }
125
+
126
+ .HomePageContainer {
127
+ width: 100%;
128
+ padding: 0;
129
+ margin-top: 3rem;
130
+ @media (min-width: 780px) {
131
+ display: flex;
132
+ width: 100% !important;
133
+ height: calc(100%-30px);
134
+ }
135
+ }
136
+
137
+ .moduleLinkHomePage {
138
+ @media (min-width: 780px) {
139
+ width: calc(100% - 219px);
140
+ }
141
+ margin-top: -25px;
142
+ img {
143
+ height: 33vw;
144
+ background: linear-gradient(#000000, #000000);
145
+ @apply object-cover;
146
+ width: 100vw;
147
+ }
148
+ h1 {
149
+ top: 100px;
150
+ left: 21px;
151
+ @apply text-heading-xl text-white font-bold;
152
+ }
153
+ .moduleLinkHomePageBackButton {
154
+ border: none;
155
+ top: 76px;
156
+ svg {
157
+ fill: #000000;
158
+ }
159
+ @apply text-black text-heading-s ml-md;
160
+ }
161
+ }
162
+
163
+ .moduleLinkHomePageModuleLinks {
164
+ @apply mt-md;
165
+ .CitizenHomeCard {
166
+ .header {
167
+ @apply hidden;
168
+ }
169
+ }
170
+ }
171
+
172
+ @screen dt {
173
+ .HomePageWrapper {
174
+ width: 100%;
175
+ .BannerWithSearch {
176
+ margin-bottom: 56px;
177
+ width: 100% !important;
178
+ .Search {
179
+ width: 100%;
180
+ margin: 0;
181
+ padding: 0 15px 0 15px;
182
+ }
183
+ img {
184
+ height: 20vw;
185
+ }
186
+ }
187
+
188
+ .WhatsAppBanner {
189
+ width: 100%;
190
+ img {
191
+ height: 20vw;
192
+ width: 100%;
193
+ }
194
+ }
195
+ }
196
+ .moduleLinkHomePage {
197
+ img {
198
+ min-width: 100vw;
199
+ height: 20vw;
200
+ }
201
+ h1 {
202
+ top: calc(10vw + 40px);
203
+ left: 15.8rem;
204
+ }
205
+ .moduleLinkHomePageBackButton {
206
+ top: calc(10vw + 16px);
207
+ @apply ml-md;
208
+ }
209
+ }
210
+
211
+ .moduleLinkHomePageModuleLinks {
212
+ max-width: unset;
213
+ width: 100%;
214
+ }
215
+ }