@pmidc/upyog-css 1.1.6 → 1.1.8
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.
- package/dist/index.css +772 -0
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/CardBasedOptions.scss +534 -534
- package/src/components/CitizenHomeCard.scss +228 -228
- package/src/components/EllipsisMenu.scss +16 -16
- package/src/components/EventCalendarView.scss +9 -9
- package/src/components/FAQ.scss +63 -63
- package/src/components/NewAccordianCitizen.scss +130 -130
- package/src/components/OnGroundEventCard.scss +71 -71
- package/src/components/PageBasedInput.scss +30 -30
- package/src/components/PopupHeadingLabel.scss +14 -14
- package/src/components/PropertySearchForm.scss +58 -58
- package/src/components/SearchForm.scss +56 -56
- package/src/components/SearchOnRadioButton.scss +9 -9
- package/src/components/StandaloneSearchBar.scss +9 -9
- package/src/components/TimeLine.scss +96 -96
- package/src/components/WhatsNewCard.scss +12 -12
- package/src/components/actionLink.scss +3 -3
- package/src/components/actionbar.scss +96 -96
- package/src/components/bannercomponents.scss +137 -137
- package/src/components/body.scss +261 -261
- package/src/components/buttons.scss +87 -87
- package/src/components/card.scss +581 -581
- package/src/components/cardHeaderWithOptions.scss +13 -13
- package/src/components/changeLanguage.scss +3 -3
- package/src/components/charts.scss +185 -185
- package/src/components/checkbox.scss +83 -83
- package/src/components/checkpoint.scss +65 -65
- package/src/components/citizenInfoLabel.scss +14 -14
- package/src/components/custombtn.scss +15 -15
- package/src/components/datatable.scss +116 -116
- package/src/components/datewrap.scss +21 -21
- package/src/components/detailscard.scss +6 -6
- package/src/components/detailscontainer.scss +13 -13
- package/src/components/filters.scss +97 -97
- package/src/components/grey.scss +3 -3
- package/src/components/hoc/InboxComposer.scss +115 -115
- package/src/components/howItWorks.scss +71 -71
- package/src/components/imageviewer.scss +33 -33
- package/src/components/info-banner.scss +35 -35
- package/src/components/inputotp.scss +15 -15
- package/src/components/keynote.scss +29 -29
- package/src/components/languageSelector.scss +24 -24
- package/src/components/loader.scss +96 -96
- package/src/components/map.scss +36 -36
- package/src/components/metricsTable.scss +26 -26
- package/src/components/multiLink.scss +87 -87
- package/src/components/multiSelectDropdown.scss +88 -88
- package/src/components/navbar.scss +338 -338
- package/src/components/newFooter.scss +75 -75
- package/src/components/plusMinus.scss +15 -15
- package/src/components/popup.scss +15 -15
- package/src/components/radiobtn.scss +44 -44
- package/src/components/ratingstar.scss +33 -33
- package/src/components/roundedLabel.scss +10 -10
- package/src/components/searchAction.scss +27 -27
- package/src/components/sectionalDropdown.scss +43 -43
- package/src/components/selectdropdown.scss +276 -276
- package/src/components/staticDynamicMessages.scss +110 -110
- package/src/components/staticSideBar.scss +27 -27
- package/src/components/statushighlight.scss +17 -17
- package/src/components/submiterrors.scss +11 -11
- package/src/components/summary.scss +28 -28
- package/src/components/table.scss +362 -362
- package/src/components/tag.scss +27 -27
- package/src/components/telephone.scss +17 -17
- package/src/components/textfields.scss +119 -119
- package/src/components/toast.scss +31 -31
- package/src/components/toggleSwitch.scss +40 -40
- package/src/components/topbar.scss +217 -217
- package/src/components/uploadcomponents.scss +113 -113
- package/src/index.scss +1029 -1028
- package/src/modules/adv/index.scss +553 -0
- package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -8
- package/src/pages/citizen/CitizenLogin.scss +50 -50
- package/src/pages/citizen/DocumentList.scss +448 -448
- package/src/pages/citizen/Events.scss +46 -46
- package/src/pages/citizen/HomePageWrapper.scss +214 -214
- package/src/pages/citizen/InboxCard.scss +327 -327
- package/src/pages/citizen/SurveyList.scss +21 -21
- package/src/pages/citizen/citizenDocument.scss +25 -25
- package/src/pages/citizen/citizenNewLogin.scss +357 -357
- package/src/pages/citizen/container.scss +32 -32
- package/src/pages/citizen/loaderMessage.scss +295 -295
- package/src/pages/citizen/payment/payment-type.scss +2 -2
- package/src/pages/citizen/updatePropertyNumber.scss +46 -46
- package/src/pages/common/form.scss +25 -25
- package/src/pages/common/newApplicationTimeline.scss +203 -0
- package/src/pages/common/pgrUICssfix.scss +105 -105
- package/src/pages/common/requiredField.scss +2 -2
- package/src/pages/common/sanctionFeeTable.scss +91 -91
- package/src/pages/common/searchIcon.scss +12 -12
- package/src/pages/common/stepForm.scss +40 -40
- package/src/pages/employee/EmployeeLogin.scss +6 -6
- package/src/pages/employee/cardfix.scss +13 -13
- package/src/pages/employee/container.scss +73 -73
- package/src/pages/employee/dashboard.scss +203 -203
- package/src/pages/employee/disconnection.scss +425 -425
- package/src/pages/employee/dss.scss +251 -251
- package/src/pages/employee/faq.scss +353 -353
- package/src/pages/employee/footer.scss +68 -68
- package/src/pages/employee/form-fields.scss +13 -13
- package/src/pages/employee/header.scss +262 -262
- package/src/pages/employee/iframe.scss +65 -65
- package/src/pages/employee/inbox.scss +744 -744
- package/src/pages/employee/index.scss +677 -677
- package/src/pages/employee/landing.scss +324 -324
- package/src/pages/employee/login.scss +253 -253
- package/src/pages/employee/oldMobileInbox.scss +4 -4
- package/src/pages/employee/popupmodule.scss +47 -47
- package/src/pages/employee/response.scss +2 -2
- package/src/pages/employee/scroll-table.scss +113 -113
- package/src/pages/employee/surveys.scss +469 -469
- package/src/pages/employee/tooltip.scss +35 -35
- package/src/pages/employee/updateNumber.scss +12 -12
- package/src/pages/swach/index.scss +172 -172
- package/src/pages/ws/index.scss +104 -104
- package/svg/camera.svg +4 -4
- package/svg/check.svg +3 -3
- package/svg/close.svg +4 -4
- package/svg/error.svg +3 -3
- package/svg/error2.svg +5 -5
- package/svg/searchicon.svg +3 -3
- package/svg/starempty.svg +3 -3
- package/svg/starfilled.svg +4 -4
- package/svg/success.svg +3 -3
|
@@ -1,535 +1,535 @@
|
|
|
1
|
-
.CardBasedOptions {
|
|
2
|
-
box-shadow: #32325d14 0px 50px 100px -20px, rgb(0 0 0 / 18%) 0px 30px 60px -30px, #0a254038 0px -2px 6px 0px inset;
|
|
3
|
-
border-radius: 12px;
|
|
4
|
-
padding: 0px !important;
|
|
5
|
-
@apply bg-white mb-md px-sm py-md mx-sm rounded w-full;
|
|
6
|
-
.headContent {
|
|
7
|
-
@apply flex justify-between mb-lg;
|
|
8
|
-
h2 {
|
|
9
|
-
@apply text-heading-s font-bold text-text-primary;
|
|
10
|
-
}
|
|
11
|
-
p {
|
|
12
|
-
@apply text-link text-primary-main font-medium cursor-pointer;
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.mainContent {
|
|
17
|
-
@apply flex justify-evenly;
|
|
18
|
-
|
|
19
|
-
.CardBasedOptionsMainChildOption {
|
|
20
|
-
width: 25%;
|
|
21
|
-
|
|
22
|
-
@apply text-center;
|
|
23
|
-
margin: auto;
|
|
24
|
-
.ChildOptionImageWrapper {
|
|
25
|
-
margin: auto !important;
|
|
26
|
-
background: #f5fbff;
|
|
27
|
-
mix-blend-mode: normal;
|
|
28
|
-
padding-top: 14px;
|
|
29
|
-
@apply h-12 w-12 rounded-full cursor-pointer;
|
|
30
|
-
svg {
|
|
31
|
-
height: 20px;
|
|
32
|
-
width: 20px;
|
|
33
|
-
fill: #1359c8;
|
|
34
|
-
margin: auto;
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
.ChildOptionName {
|
|
38
|
-
font-size: 12px;
|
|
39
|
-
line-height: 14px;
|
|
40
|
-
color: #2947a3;
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
@screen dt {
|
|
47
|
-
.CardBasedOptions {
|
|
48
|
-
width: calc(100% - 16px);
|
|
49
|
-
padding: 0px !important;
|
|
50
|
-
height: 250px !important;
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
.citizen .ServicesSection .CardBasedOptions:nth-child(odd) {
|
|
54
|
-
.employeeCustomCard {
|
|
55
|
-
background-image: url("https://raw.githubusercontent.com/anujkit/msevaImages/refs/heads/main/citizenDashboardImage1.png");
|
|
56
|
-
background-size: cover;
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
.citizen .ServicesSection .CardBasedOptions:nth-child(even) {
|
|
60
|
-
.employeeCustomCard {
|
|
61
|
-
background-image: url("https://raw.githubusercontent.com/anujkit/msevaImages/refs/heads/main/citizenDashBoardImage2.png");
|
|
62
|
-
background-size: cover;
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
.citizen .employeeCustomCard {
|
|
66
|
-
border-radius: 10px;
|
|
67
|
-
background-image: url("https://raw.githubusercontent.com/anujkit/msevaImages/refs/heads/main/citizenDashboardImage1.png");
|
|
68
|
-
background-size: cover;
|
|
69
|
-
.employeeCustomCard {
|
|
70
|
-
border-radius: 10px;
|
|
71
|
-
background-image: url("https://raw.githubusercontent.com/anujkit/msevaImages/refs/heads/main/citizenDashboardImage1.png");
|
|
72
|
-
background-size: cover;
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
.employee-card-banner {
|
|
76
|
-
background-color: white;
|
|
77
|
-
width: 88%;
|
|
78
|
-
height: 60%;
|
|
79
|
-
bottom: 0px;
|
|
80
|
-
position: absolute;
|
|
81
|
-
margin-bottom: -10%;
|
|
82
|
-
left: 6%;
|
|
83
|
-
box-shadow: 1px 5px 6px 0px #e3e4e3;
|
|
84
|
-
border-radius: 10px;
|
|
85
|
-
}
|
|
86
|
-
.citizen .employee-card-banner {
|
|
87
|
-
margin-bottom: -5% !important;
|
|
88
|
-
height: 65% !important;
|
|
89
|
-
}
|
|
90
|
-
.text-employee-card {
|
|
91
|
-
font-size: 1.5rem;
|
|
92
|
-
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
|
|
93
|
-
position: absolute;
|
|
94
|
-
top: 10%;
|
|
95
|
-
padding-left: 10%;
|
|
96
|
-
color: white !important;
|
|
97
|
-
}
|
|
98
|
-
.citizen .employee-card-banner .citizenAllServiceGrid {
|
|
99
|
-
display: flex-root !important;
|
|
100
|
-
height: 100% !important;
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
/* CardBasedOptions styles — all classes prefixed with new-card- */
|
|
104
|
-
|
|
105
|
-
.new-card-root {
|
|
106
|
-
width: 100%;
|
|
107
|
-
box-sizing: border-box;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
/* Header section */
|
|
111
|
-
.new-card-header-section {
|
|
112
|
-
display: flex;
|
|
113
|
-
justify-content: space-between;
|
|
114
|
-
align-items: center;
|
|
115
|
-
margin-bottom: 24px;
|
|
116
|
-
padding-bottom: 16px;
|
|
117
|
-
border-bottom: 2px solid #3B82F6;
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
.new-card-header-title {
|
|
121
|
-
font-size: 28px;
|
|
122
|
-
font-weight: 700;
|
|
123
|
-
color: #111827;
|
|
124
|
-
margin: 0;
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
.new-card-view-button {
|
|
128
|
-
background: transparent;
|
|
129
|
-
border: none;
|
|
130
|
-
color: #3B82F6;
|
|
131
|
-
font-size: 16px;
|
|
132
|
-
font-weight: 600;
|
|
133
|
-
cursor: pointer;
|
|
134
|
-
display: flex;
|
|
135
|
-
align-items: center;
|
|
136
|
-
gap: 4px;
|
|
137
|
-
padding: 8px 16px;
|
|
138
|
-
border-radius: 8px;
|
|
139
|
-
transition: background 0.2s ease;
|
|
140
|
-
}
|
|
141
|
-
.new-card-view-button:hover {
|
|
142
|
-
background: #EFF6FF;
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
/* Cards grid */
|
|
146
|
-
.new-card-cards-grid {
|
|
147
|
-
display: flex;
|
|
148
|
-
flex-wrap: wrap;
|
|
149
|
-
gap: 0;
|
|
150
|
-
justify-content: flex-start;
|
|
151
|
-
margin: -8px;
|
|
152
|
-
width: 100%;
|
|
153
|
-
box-sizing: border-box;
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
/* Individual option card */
|
|
157
|
-
.new-card-option {
|
|
158
|
-
border-radius: 12px;
|
|
159
|
-
padding: 24px;
|
|
160
|
-
margin: 8px;
|
|
161
|
-
min-width: 200px;
|
|
162
|
-
flex: 1 1 calc(25% - 16px);
|
|
163
|
-
max-width: calc(25% - 16px);
|
|
164
|
-
cursor: pointer;
|
|
165
|
-
transition: all 0.2s ease;
|
|
166
|
-
border: 1px solid #E5E7EB;
|
|
167
|
-
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
|
|
168
|
-
transform: translateY(0);
|
|
169
|
-
box-sizing: border-box;
|
|
170
|
-
}
|
|
171
|
-
.new-card-option:hover {
|
|
172
|
-
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
|
|
173
|
-
transform: translateY(-4px);
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
/* Icon wrapper */
|
|
177
|
-
.new-card-icon {
|
|
178
|
-
width: 56px;
|
|
179
|
-
height: 56px;
|
|
180
|
-
border-radius: 50%;
|
|
181
|
-
display: flex;
|
|
182
|
-
align-items: center;
|
|
183
|
-
justify-content: center;
|
|
184
|
-
margin-bottom: 16px;
|
|
185
|
-
color: #fff;
|
|
186
|
-
font-size: 24px;
|
|
187
|
-
}
|
|
188
|
-
.new-card-icon svg {
|
|
189
|
-
width: 28px;
|
|
190
|
-
height: 28px;
|
|
191
|
-
fill: #fff;
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
/* Service name and access row */
|
|
195
|
-
.new-card-service-name {
|
|
196
|
-
font-size: 18px;
|
|
197
|
-
font-weight: 600;
|
|
198
|
-
color: #111827;
|
|
199
|
-
margin-bottom: 8px;
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
.new-card-access {
|
|
203
|
-
font-size: 14px;
|
|
204
|
-
color: #6B7280;
|
|
205
|
-
display: flex;
|
|
206
|
-
align-items: center;
|
|
207
|
-
justify-content: space-between;
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
/* Arrow */
|
|
211
|
-
.new-card-arrow {
|
|
212
|
-
color: #3B82F6;
|
|
213
|
-
font-size: 18px;
|
|
214
|
-
}
|
|
215
|
-
|
|
216
|
-
/* Per-index background classes (backgrounds for the card root) */
|
|
217
|
-
.new-card-bg-0 { background: #EFF6FF; }
|
|
218
|
-
.new-card-bg-1 { background: #ECFDF5; }
|
|
219
|
-
.new-card-bg-2 { background: #F5F3FF; }
|
|
220
|
-
.new-card-bg-3 { background: #DBEAFE; }
|
|
221
|
-
.new-card-bg-4 { background: #FCE7F3; }
|
|
222
|
-
.new-card-bg-5 { background: #ECFDF5; }
|
|
223
|
-
.new-card-bg-6 { background: #FEF3C7; }
|
|
224
|
-
.new-card-bg-7 { background: #DBEAFE; }
|
|
225
|
-
.new-card-bg-8 { background: #F3E8FF; }
|
|
226
|
-
.new-card-bg-9 { background: #FEE2E2; }
|
|
227
|
-
.new-card-bg-10 { background: #FFF7ED; }
|
|
228
|
-
.new-card-bg-11 { background: #FEFCE8; }
|
|
229
|
-
.new-card-bg-12 { background: #F0FDF4; }
|
|
230
|
-
.new-card-bg-13 { background: #EFF6FF; }
|
|
231
|
-
.new-card-bg-14 { background: #FAF5FF; }
|
|
232
|
-
|
|
233
|
-
/* Per-index icon background classes */
|
|
234
|
-
.new-card-icon-bg-0 { background: #3B82F6; }
|
|
235
|
-
.new-card-icon-bg-1 { background: #10B981; }
|
|
236
|
-
.new-card-icon-bg-2 { background: #8B5CF6; }
|
|
237
|
-
.new-card-icon-bg-3 { background: #0EA5E9; }
|
|
238
|
-
.new-card-icon-bg-4 { background: #EC4899; }
|
|
239
|
-
.new-card-icon-bg-5 { background: #059669; }
|
|
240
|
-
.new-card-icon-bg-6 { background: #F59E0B; }
|
|
241
|
-
.new-card-icon-bg-7 { background: #0284C7; }
|
|
242
|
-
.new-card-icon-bg-8 { background: #9333EA; }
|
|
243
|
-
.new-card-icon-bg-9 { background: #EF4444; }
|
|
244
|
-
.new-card-icon-bg-10 { background: #EA580C; }
|
|
245
|
-
.new-card-icon-bg-11 { background: #CA8A04; }
|
|
246
|
-
.new-card-icon-bg-12 { background: #16A34A; }
|
|
247
|
-
.new-card-icon-bg-13 { background: #2563EB; }
|
|
248
|
-
.new-card-icon-bg-14 { background: #A855F7; }
|
|
249
|
-
|
|
250
|
-
/* Responsive adjustments */
|
|
251
|
-
@media (max-width: 1024px) {
|
|
252
|
-
.new-card-option { flex: 1 1 calc(50% - 16px); max-width: calc(50% - 16px); }
|
|
253
|
-
}
|
|
254
|
-
@media (max-width: 640px) {
|
|
255
|
-
.new-card-option { flex: 1 1 100%; max-width: 100%; }
|
|
256
|
-
}
|
|
257
|
-
|
|
258
|
-
@media screen and (min-width: 300px) {
|
|
259
|
-
.CardBasedOptions {
|
|
260
|
-
height: 200px;
|
|
261
|
-
}
|
|
262
|
-
.employeeCustomCard {
|
|
263
|
-
font-size: 1rem;
|
|
264
|
-
}
|
|
265
|
-
}
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
/* CitizenHomeCardSecond styles — all classes start with chc- to avoid collisions */
|
|
269
|
-
|
|
270
|
-
/* Root and header */
|
|
271
|
-
.chc-root {
|
|
272
|
-
width: 100%;
|
|
273
|
-
box-sizing: border-box;
|
|
274
|
-
}
|
|
275
|
-
|
|
276
|
-
.chc-header {
|
|
277
|
-
font-size: 20px;
|
|
278
|
-
font-weight: 600;
|
|
279
|
-
margin-bottom: 20px;
|
|
280
|
-
color: #1F1F1F;
|
|
281
|
-
}
|
|
282
|
-
|
|
283
|
-
/* Card container */
|
|
284
|
-
.chc-card-container {
|
|
285
|
-
display: grid;
|
|
286
|
-
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
|
|
287
|
-
gap: 16px;
|
|
288
|
-
margin-bottom: 24px;
|
|
289
|
-
width: 100%;
|
|
290
|
-
box-sizing: border-box;
|
|
291
|
-
}
|
|
292
|
-
|
|
293
|
-
/* Option to override grid if needed (keeps spacing) */
|
|
294
|
-
.chc-no-grid {
|
|
295
|
-
display: block;
|
|
296
|
-
}
|
|
297
|
-
|
|
298
|
-
/* Card */
|
|
299
|
-
.chc-card {
|
|
300
|
-
padding: 24px;
|
|
301
|
-
border-radius: 12px;
|
|
302
|
-
display: flex;
|
|
303
|
-
gap: 16px;
|
|
304
|
-
align-items: flex-start;
|
|
305
|
-
cursor: pointer;
|
|
306
|
-
transition: transform 0.18s ease, box-shadow 0.18s ease;
|
|
307
|
-
text-decoration: none;
|
|
308
|
-
border: none;
|
|
309
|
-
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
|
|
310
|
-
color: inherit;
|
|
311
|
-
box-sizing: border-box;
|
|
312
|
-
}
|
|
313
|
-
|
|
314
|
-
.chc-card:hover,
|
|
315
|
-
.chc-card:focus {
|
|
316
|
-
transform: translateY(-6px);
|
|
317
|
-
box-shadow: 0 8px 18px rgba(0,0,0,0.12);
|
|
318
|
-
outline: none;
|
|
319
|
-
}
|
|
320
|
-
|
|
321
|
-
/* Icon container */
|
|
322
|
-
.chc-icon {
|
|
323
|
-
width: 48px;
|
|
324
|
-
height: 48px;
|
|
325
|
-
border-radius: 12px;
|
|
326
|
-
display: flex;
|
|
327
|
-
align-items: center;
|
|
328
|
-
justify-content: center;
|
|
329
|
-
flex-shrink: 0;
|
|
330
|
-
color: #FFFFFF;
|
|
331
|
-
box-sizing: border-box;
|
|
332
|
-
}
|
|
333
|
-
|
|
334
|
-
/* Six background variants for cards (index % 6) */
|
|
335
|
-
.chc-card-bg-0 { background-color: #EBF3FE; }
|
|
336
|
-
.chc-card-bg-1 { background-color: #E8F8F5; }
|
|
337
|
-
.chc-card-bg-2 { background-color: #F3EBFF; }
|
|
338
|
-
.chc-card-bg-3 { background-color: #FEF3E8; }
|
|
339
|
-
.chc-card-bg-4 { background-color: #FCE8F3; }
|
|
340
|
-
.chc-card-bg-5 { background-color: #E0F2FE; }
|
|
341
|
-
|
|
342
|
-
/* Icon background variants */
|
|
343
|
-
.chc-icon-bg-0 { background-color: #2B6FED; color: #FFFFFF; }
|
|
344
|
-
.chc-icon-bg-1 { background-color: #0FA76F; color: #FFFFFF; }
|
|
345
|
-
.chc-icon-bg-2 { background-color: #8B5CF6; color: #FFFFFF; }
|
|
346
|
-
.chc-icon-bg-3 { background-color: #F97316; color: #FFFFFF; }
|
|
347
|
-
.chc-icon-bg-4 { background-color: #EC4899; color: #FFFFFF; }
|
|
348
|
-
.chc-icon-bg-5 { background-color: #0EA5E9; color: #FFFFFF; }
|
|
349
|
-
|
|
350
|
-
/* Content */
|
|
351
|
-
.chc-content {
|
|
352
|
-
flex: 1;
|
|
353
|
-
display: flex;
|
|
354
|
-
flex-direction: column;
|
|
355
|
-
gap: 4px;
|
|
356
|
-
}
|
|
357
|
-
|
|
358
|
-
.chc-title {
|
|
359
|
-
font-size: 16px;
|
|
360
|
-
font-weight: 600;
|
|
361
|
-
color: #1F1F1F;
|
|
362
|
-
margin: 0;
|
|
363
|
-
line-height: 1.4;
|
|
364
|
-
}
|
|
365
|
-
|
|
366
|
-
.chc-description {
|
|
367
|
-
font-size: 14px;
|
|
368
|
-
color: #666666;
|
|
369
|
-
margin: 0;
|
|
370
|
-
line-height: 1.5;
|
|
371
|
-
}
|
|
372
|
-
|
|
373
|
-
/* Arrow container */
|
|
374
|
-
.chc-arrow-container {
|
|
375
|
-
display: flex;
|
|
376
|
-
align-items: center;
|
|
377
|
-
justify-content: center;
|
|
378
|
-
flex-shrink: 0;
|
|
379
|
-
}
|
|
380
|
-
|
|
381
|
-
/* Info section */
|
|
382
|
-
.chc-info {
|
|
383
|
-
margin-top: 16px;
|
|
384
|
-
}
|
|
385
|
-
|
|
386
|
-
/* Responsive adjustments */
|
|
387
|
-
@media (max-width: 1024px) {
|
|
388
|
-
.chc-card-container {
|
|
389
|
-
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
|
|
390
|
-
}
|
|
391
|
-
.chc-header {
|
|
392
|
-
font-size: 18px;
|
|
393
|
-
}
|
|
394
|
-
}
|
|
395
|
-
|
|
396
|
-
@media (max-width: 640px) {
|
|
397
|
-
.chc-card-container {
|
|
398
|
-
grid-template-columns: 1fr;
|
|
399
|
-
}
|
|
400
|
-
.chc-header {
|
|
401
|
-
font-size: 18px;
|
|
402
|
-
}
|
|
403
|
-
}
|
|
404
|
-
|
|
405
|
-
/* CitizenHomeCardWithExternalLink styles — all classes start with chcwe- to avoid collisions */
|
|
406
|
-
|
|
407
|
-
/* Root and header */
|
|
408
|
-
.chcwe-root {
|
|
409
|
-
width: 100%;
|
|
410
|
-
box-sizing: border-box;
|
|
411
|
-
}
|
|
412
|
-
|
|
413
|
-
.chcwe-header {
|
|
414
|
-
font-size: 20px;
|
|
415
|
-
font-weight: 600;
|
|
416
|
-
margin-bottom: 20px;
|
|
417
|
-
color: #1F1F1F;
|
|
418
|
-
}
|
|
419
|
-
|
|
420
|
-
/* Card container */
|
|
421
|
-
.chcwe-card-container {
|
|
422
|
-
display: grid;
|
|
423
|
-
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
|
|
424
|
-
gap: 16px;
|
|
425
|
-
margin-bottom: 24px;
|
|
426
|
-
width: 100%;
|
|
427
|
-
box-sizing: border-box;
|
|
428
|
-
}
|
|
429
|
-
|
|
430
|
-
/* Card — link element */
|
|
431
|
-
.chcwe-card {
|
|
432
|
-
padding: 24px;
|
|
433
|
-
border-radius: 12px;
|
|
434
|
-
display: flex;
|
|
435
|
-
gap: 16px;
|
|
436
|
-
align-items: flex-start;
|
|
437
|
-
cursor: pointer;
|
|
438
|
-
transition: transform 0.2s ease, box-shadow 0.2s ease;
|
|
439
|
-
text-decoration: none;
|
|
440
|
-
border: none;
|
|
441
|
-
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
|
|
442
|
-
color: inherit;
|
|
443
|
-
box-sizing: border-box;
|
|
444
|
-
}
|
|
445
|
-
|
|
446
|
-
.chcwe-card:hover,
|
|
447
|
-
.chcwe-card:focus {
|
|
448
|
-
transform: translateY(-6px);
|
|
449
|
-
box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
|
|
450
|
-
outline: none;
|
|
451
|
-
}
|
|
452
|
-
|
|
453
|
-
/* Card background variants (index % 6) */
|
|
454
|
-
.chcwe-card-bg-0 { background-color: #EBF3FE; }
|
|
455
|
-
.chcwe-card-bg-1 { background-color: #E8F8F5; }
|
|
456
|
-
.chcwe-card-bg-2 { background-color: #F3EBFF; }
|
|
457
|
-
.chcwe-card-bg-3 { background-color: #FEF3E8; }
|
|
458
|
-
.chcwe-card-bg-4 { background-color: #FCE8F3; }
|
|
459
|
-
.chcwe-card-bg-5 { background-color: #E0F2FE; }
|
|
460
|
-
|
|
461
|
-
/* Icon container */
|
|
462
|
-
.chcwe-icon {
|
|
463
|
-
width: 48px;
|
|
464
|
-
height: 48px;
|
|
465
|
-
border-radius: 12px;
|
|
466
|
-
display: flex;
|
|
467
|
-
align-items: center;
|
|
468
|
-
justify-content: center;
|
|
469
|
-
flex-shrink: 0;
|
|
470
|
-
color: #FFFFFF;
|
|
471
|
-
box-sizing: border-box;
|
|
472
|
-
}
|
|
473
|
-
|
|
474
|
-
/* Icon background variants */
|
|
475
|
-
.chcwe-icon-bg-0 { background-color: #2B6FED; }
|
|
476
|
-
.chcwe-icon-bg-1 { background-color: #0FA76F; }
|
|
477
|
-
.chcwe-icon-bg-2 { background-color: #8B5CF6; }
|
|
478
|
-
.chcwe-icon-bg-3 { background-color: #F97316; }
|
|
479
|
-
.chcwe-icon-bg-4 { background-color: #EC4899; }
|
|
480
|
-
.chcwe-icon-bg-5 { background-color: #0EA5E9; }
|
|
481
|
-
|
|
482
|
-
/* Content */
|
|
483
|
-
.chcwe-content {
|
|
484
|
-
flex: 1;
|
|
485
|
-
display: flex;
|
|
486
|
-
flex-direction: column;
|
|
487
|
-
gap: 4px;
|
|
488
|
-
}
|
|
489
|
-
|
|
490
|
-
.chcwe-title {
|
|
491
|
-
font-size: 16px;
|
|
492
|
-
font-weight: 600;
|
|
493
|
-
color: #1F1F1F;
|
|
494
|
-
margin: 0;
|
|
495
|
-
line-height: 1.4;
|
|
496
|
-
}
|
|
497
|
-
|
|
498
|
-
.chcwe-description {
|
|
499
|
-
font-size: 14px;
|
|
500
|
-
color: #666666;
|
|
501
|
-
margin: 0;
|
|
502
|
-
line-height: 1.5;
|
|
503
|
-
}
|
|
504
|
-
|
|
505
|
-
/* Arrow container */
|
|
506
|
-
.chcwe-arrow-container {
|
|
507
|
-
display: flex;
|
|
508
|
-
align-items: center;
|
|
509
|
-
justify-content: center;
|
|
510
|
-
flex-shrink: 0;
|
|
511
|
-
}
|
|
512
|
-
|
|
513
|
-
/* Info section */
|
|
514
|
-
.chcwe-info {
|
|
515
|
-
margin-top: 16px;
|
|
516
|
-
}
|
|
517
|
-
|
|
518
|
-
/* Responsive adjustments */
|
|
519
|
-
@media (max-width: 1024px) {
|
|
520
|
-
.chcwe-card-container {
|
|
521
|
-
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
|
|
522
|
-
}
|
|
523
|
-
.chcwe-header {
|
|
524
|
-
font-size: 18px;
|
|
525
|
-
}
|
|
526
|
-
}
|
|
527
|
-
|
|
528
|
-
@media (max-width: 640px) {
|
|
529
|
-
.chcwe-card-container {
|
|
530
|
-
grid-template-columns: 1fr;
|
|
531
|
-
}
|
|
532
|
-
.chcwe-header {
|
|
533
|
-
font-size: 18px;
|
|
534
|
-
}
|
|
1
|
+
.CardBasedOptions {
|
|
2
|
+
box-shadow: #32325d14 0px 50px 100px -20px, rgb(0 0 0 / 18%) 0px 30px 60px -30px, #0a254038 0px -2px 6px 0px inset;
|
|
3
|
+
border-radius: 12px;
|
|
4
|
+
padding: 0px !important;
|
|
5
|
+
@apply bg-white mb-md px-sm py-md mx-sm rounded w-full;
|
|
6
|
+
.headContent {
|
|
7
|
+
@apply flex justify-between mb-lg;
|
|
8
|
+
h2 {
|
|
9
|
+
@apply text-heading-s font-bold text-text-primary;
|
|
10
|
+
}
|
|
11
|
+
p {
|
|
12
|
+
@apply text-link text-primary-main font-medium cursor-pointer;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.mainContent {
|
|
17
|
+
@apply flex justify-evenly;
|
|
18
|
+
|
|
19
|
+
.CardBasedOptionsMainChildOption {
|
|
20
|
+
width: 25%;
|
|
21
|
+
|
|
22
|
+
@apply text-center;
|
|
23
|
+
margin: auto;
|
|
24
|
+
.ChildOptionImageWrapper {
|
|
25
|
+
margin: auto !important;
|
|
26
|
+
background: #f5fbff;
|
|
27
|
+
mix-blend-mode: normal;
|
|
28
|
+
padding-top: 14px;
|
|
29
|
+
@apply h-12 w-12 rounded-full cursor-pointer;
|
|
30
|
+
svg {
|
|
31
|
+
height: 20px;
|
|
32
|
+
width: 20px;
|
|
33
|
+
fill: #1359c8;
|
|
34
|
+
margin: auto;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
.ChildOptionName {
|
|
38
|
+
font-size: 12px;
|
|
39
|
+
line-height: 14px;
|
|
40
|
+
color: #2947a3;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
@screen dt {
|
|
47
|
+
.CardBasedOptions {
|
|
48
|
+
width: calc(100% - 16px);
|
|
49
|
+
padding: 0px !important;
|
|
50
|
+
height: 250px !important;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
.citizen .ServicesSection .CardBasedOptions:nth-child(odd) {
|
|
54
|
+
.employeeCustomCard {
|
|
55
|
+
background-image: url("https://raw.githubusercontent.com/anujkit/msevaImages/refs/heads/main/citizenDashboardImage1.png");
|
|
56
|
+
background-size: cover;
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
.citizen .ServicesSection .CardBasedOptions:nth-child(even) {
|
|
60
|
+
.employeeCustomCard {
|
|
61
|
+
background-image: url("https://raw.githubusercontent.com/anujkit/msevaImages/refs/heads/main/citizenDashBoardImage2.png");
|
|
62
|
+
background-size: cover;
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
.citizen .employeeCustomCard {
|
|
66
|
+
border-radius: 10px;
|
|
67
|
+
background-image: url("https://raw.githubusercontent.com/anujkit/msevaImages/refs/heads/main/citizenDashboardImage1.png");
|
|
68
|
+
background-size: cover;
|
|
69
|
+
.employeeCustomCard {
|
|
70
|
+
border-radius: 10px;
|
|
71
|
+
background-image: url("https://raw.githubusercontent.com/anujkit/msevaImages/refs/heads/main/citizenDashboardImage1.png");
|
|
72
|
+
background-size: cover;
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
.employee-card-banner {
|
|
76
|
+
background-color: white;
|
|
77
|
+
width: 88%;
|
|
78
|
+
height: 60%;
|
|
79
|
+
bottom: 0px;
|
|
80
|
+
position: absolute;
|
|
81
|
+
margin-bottom: -10%;
|
|
82
|
+
left: 6%;
|
|
83
|
+
box-shadow: 1px 5px 6px 0px #e3e4e3;
|
|
84
|
+
border-radius: 10px;
|
|
85
|
+
}
|
|
86
|
+
.citizen .employee-card-banner {
|
|
87
|
+
margin-bottom: -5% !important;
|
|
88
|
+
height: 65% !important;
|
|
89
|
+
}
|
|
90
|
+
.text-employee-card {
|
|
91
|
+
font-size: 1.5rem;
|
|
92
|
+
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
|
|
93
|
+
position: absolute;
|
|
94
|
+
top: 10%;
|
|
95
|
+
padding-left: 10%;
|
|
96
|
+
color: white !important;
|
|
97
|
+
}
|
|
98
|
+
.citizen .employee-card-banner .citizenAllServiceGrid {
|
|
99
|
+
display: flex-root !important;
|
|
100
|
+
height: 100% !important;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
/* CardBasedOptions styles — all classes prefixed with new-card- */
|
|
104
|
+
|
|
105
|
+
.new-card-root {
|
|
106
|
+
width: 100%;
|
|
107
|
+
box-sizing: border-box;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
/* Header section */
|
|
111
|
+
.new-card-header-section {
|
|
112
|
+
display: flex;
|
|
113
|
+
justify-content: space-between;
|
|
114
|
+
align-items: center;
|
|
115
|
+
margin-bottom: 24px;
|
|
116
|
+
padding-bottom: 16px;
|
|
117
|
+
border-bottom: 2px solid #3B82F6;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.new-card-header-title {
|
|
121
|
+
font-size: 28px;
|
|
122
|
+
font-weight: 700;
|
|
123
|
+
color: #111827;
|
|
124
|
+
margin: 0;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.new-card-view-button {
|
|
128
|
+
background: transparent;
|
|
129
|
+
border: none;
|
|
130
|
+
color: #3B82F6;
|
|
131
|
+
font-size: 16px;
|
|
132
|
+
font-weight: 600;
|
|
133
|
+
cursor: pointer;
|
|
134
|
+
display: flex;
|
|
135
|
+
align-items: center;
|
|
136
|
+
gap: 4px;
|
|
137
|
+
padding: 8px 16px;
|
|
138
|
+
border-radius: 8px;
|
|
139
|
+
transition: background 0.2s ease;
|
|
140
|
+
}
|
|
141
|
+
.new-card-view-button:hover {
|
|
142
|
+
background: #EFF6FF;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
/* Cards grid */
|
|
146
|
+
.new-card-cards-grid {
|
|
147
|
+
display: flex;
|
|
148
|
+
flex-wrap: wrap;
|
|
149
|
+
gap: 0;
|
|
150
|
+
justify-content: flex-start;
|
|
151
|
+
margin: -8px;
|
|
152
|
+
width: 100%;
|
|
153
|
+
box-sizing: border-box;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
/* Individual option card */
|
|
157
|
+
.new-card-option {
|
|
158
|
+
border-radius: 12px;
|
|
159
|
+
padding: 24px;
|
|
160
|
+
margin: 8px;
|
|
161
|
+
min-width: 200px;
|
|
162
|
+
flex: 1 1 calc(25% - 16px);
|
|
163
|
+
max-width: calc(25% - 16px);
|
|
164
|
+
cursor: pointer;
|
|
165
|
+
transition: all 0.2s ease;
|
|
166
|
+
border: 1px solid #E5E7EB;
|
|
167
|
+
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
|
|
168
|
+
transform: translateY(0);
|
|
169
|
+
box-sizing: border-box;
|
|
170
|
+
}
|
|
171
|
+
.new-card-option:hover {
|
|
172
|
+
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
|
|
173
|
+
transform: translateY(-4px);
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
/* Icon wrapper */
|
|
177
|
+
.new-card-icon {
|
|
178
|
+
width: 56px;
|
|
179
|
+
height: 56px;
|
|
180
|
+
border-radius: 50%;
|
|
181
|
+
display: flex;
|
|
182
|
+
align-items: center;
|
|
183
|
+
justify-content: center;
|
|
184
|
+
margin-bottom: 16px;
|
|
185
|
+
color: #fff;
|
|
186
|
+
font-size: 24px;
|
|
187
|
+
}
|
|
188
|
+
.new-card-icon svg {
|
|
189
|
+
width: 28px;
|
|
190
|
+
height: 28px;
|
|
191
|
+
fill: #fff;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
/* Service name and access row */
|
|
195
|
+
.new-card-service-name {
|
|
196
|
+
font-size: 18px;
|
|
197
|
+
font-weight: 600;
|
|
198
|
+
color: #111827;
|
|
199
|
+
margin-bottom: 8px;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
.new-card-access {
|
|
203
|
+
font-size: 14px;
|
|
204
|
+
color: #6B7280;
|
|
205
|
+
display: flex;
|
|
206
|
+
align-items: center;
|
|
207
|
+
justify-content: space-between;
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
/* Arrow */
|
|
211
|
+
.new-card-arrow {
|
|
212
|
+
color: #3B82F6;
|
|
213
|
+
font-size: 18px;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
/* Per-index background classes (backgrounds for the card root) */
|
|
217
|
+
.new-card-bg-0 { background: #EFF6FF; }
|
|
218
|
+
.new-card-bg-1 { background: #ECFDF5; }
|
|
219
|
+
.new-card-bg-2 { background: #F5F3FF; }
|
|
220
|
+
.new-card-bg-3 { background: #DBEAFE; }
|
|
221
|
+
.new-card-bg-4 { background: #FCE7F3; }
|
|
222
|
+
.new-card-bg-5 { background: #ECFDF5; }
|
|
223
|
+
.new-card-bg-6 { background: #FEF3C7; }
|
|
224
|
+
.new-card-bg-7 { background: #DBEAFE; }
|
|
225
|
+
.new-card-bg-8 { background: #F3E8FF; }
|
|
226
|
+
.new-card-bg-9 { background: #FEE2E2; }
|
|
227
|
+
.new-card-bg-10 { background: #FFF7ED; }
|
|
228
|
+
.new-card-bg-11 { background: #FEFCE8; }
|
|
229
|
+
.new-card-bg-12 { background: #F0FDF4; }
|
|
230
|
+
.new-card-bg-13 { background: #EFF6FF; }
|
|
231
|
+
.new-card-bg-14 { background: #FAF5FF; }
|
|
232
|
+
|
|
233
|
+
/* Per-index icon background classes */
|
|
234
|
+
.new-card-icon-bg-0 { background: #3B82F6; }
|
|
235
|
+
.new-card-icon-bg-1 { background: #10B981; }
|
|
236
|
+
.new-card-icon-bg-2 { background: #8B5CF6; }
|
|
237
|
+
.new-card-icon-bg-3 { background: #0EA5E9; }
|
|
238
|
+
.new-card-icon-bg-4 { background: #EC4899; }
|
|
239
|
+
.new-card-icon-bg-5 { background: #059669; }
|
|
240
|
+
.new-card-icon-bg-6 { background: #F59E0B; }
|
|
241
|
+
.new-card-icon-bg-7 { background: #0284C7; }
|
|
242
|
+
.new-card-icon-bg-8 { background: #9333EA; }
|
|
243
|
+
.new-card-icon-bg-9 { background: #EF4444; }
|
|
244
|
+
.new-card-icon-bg-10 { background: #EA580C; }
|
|
245
|
+
.new-card-icon-bg-11 { background: #CA8A04; }
|
|
246
|
+
.new-card-icon-bg-12 { background: #16A34A; }
|
|
247
|
+
.new-card-icon-bg-13 { background: #2563EB; }
|
|
248
|
+
.new-card-icon-bg-14 { background: #A855F7; }
|
|
249
|
+
|
|
250
|
+
/* Responsive adjustments */
|
|
251
|
+
@media (max-width: 1024px) {
|
|
252
|
+
.new-card-option { flex: 1 1 calc(50% - 16px); max-width: calc(50% - 16px); }
|
|
253
|
+
}
|
|
254
|
+
@media (max-width: 640px) {
|
|
255
|
+
.new-card-option { flex: 1 1 100%; max-width: 100%; }
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
@media screen and (min-width: 300px) {
|
|
259
|
+
.CardBasedOptions {
|
|
260
|
+
height: 200px;
|
|
261
|
+
}
|
|
262
|
+
.employeeCustomCard {
|
|
263
|
+
font-size: 1rem;
|
|
264
|
+
}
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
/* CitizenHomeCardSecond styles — all classes start with chc- to avoid collisions */
|
|
269
|
+
|
|
270
|
+
/* Root and header */
|
|
271
|
+
.chc-root {
|
|
272
|
+
width: 100%;
|
|
273
|
+
box-sizing: border-box;
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
.chc-header {
|
|
277
|
+
font-size: 20px;
|
|
278
|
+
font-weight: 600;
|
|
279
|
+
margin-bottom: 20px;
|
|
280
|
+
color: #1F1F1F;
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
/* Card container */
|
|
284
|
+
.chc-card-container {
|
|
285
|
+
display: grid;
|
|
286
|
+
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
|
|
287
|
+
gap: 16px;
|
|
288
|
+
margin-bottom: 24px;
|
|
289
|
+
width: 100%;
|
|
290
|
+
box-sizing: border-box;
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
/* Option to override grid if needed (keeps spacing) */
|
|
294
|
+
.chc-no-grid {
|
|
295
|
+
display: block;
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
/* Card */
|
|
299
|
+
.chc-card {
|
|
300
|
+
padding: 24px;
|
|
301
|
+
border-radius: 12px;
|
|
302
|
+
display: flex;
|
|
303
|
+
gap: 16px;
|
|
304
|
+
align-items: flex-start;
|
|
305
|
+
cursor: pointer;
|
|
306
|
+
transition: transform 0.18s ease, box-shadow 0.18s ease;
|
|
307
|
+
text-decoration: none;
|
|
308
|
+
border: none;
|
|
309
|
+
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
|
|
310
|
+
color: inherit;
|
|
311
|
+
box-sizing: border-box;
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
.chc-card:hover,
|
|
315
|
+
.chc-card:focus {
|
|
316
|
+
transform: translateY(-6px);
|
|
317
|
+
box-shadow: 0 8px 18px rgba(0,0,0,0.12);
|
|
318
|
+
outline: none;
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
/* Icon container */
|
|
322
|
+
.chc-icon {
|
|
323
|
+
width: 48px;
|
|
324
|
+
height: 48px;
|
|
325
|
+
border-radius: 12px;
|
|
326
|
+
display: flex;
|
|
327
|
+
align-items: center;
|
|
328
|
+
justify-content: center;
|
|
329
|
+
flex-shrink: 0;
|
|
330
|
+
color: #FFFFFF;
|
|
331
|
+
box-sizing: border-box;
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
/* Six background variants for cards (index % 6) */
|
|
335
|
+
.chc-card-bg-0 { background-color: #EBF3FE; }
|
|
336
|
+
.chc-card-bg-1 { background-color: #E8F8F5; }
|
|
337
|
+
.chc-card-bg-2 { background-color: #F3EBFF; }
|
|
338
|
+
.chc-card-bg-3 { background-color: #FEF3E8; }
|
|
339
|
+
.chc-card-bg-4 { background-color: #FCE8F3; }
|
|
340
|
+
.chc-card-bg-5 { background-color: #E0F2FE; }
|
|
341
|
+
|
|
342
|
+
/* Icon background variants */
|
|
343
|
+
.chc-icon-bg-0 { background-color: #2B6FED; color: #FFFFFF; }
|
|
344
|
+
.chc-icon-bg-1 { background-color: #0FA76F; color: #FFFFFF; }
|
|
345
|
+
.chc-icon-bg-2 { background-color: #8B5CF6; color: #FFFFFF; }
|
|
346
|
+
.chc-icon-bg-3 { background-color: #F97316; color: #FFFFFF; }
|
|
347
|
+
.chc-icon-bg-4 { background-color: #EC4899; color: #FFFFFF; }
|
|
348
|
+
.chc-icon-bg-5 { background-color: #0EA5E9; color: #FFFFFF; }
|
|
349
|
+
|
|
350
|
+
/* Content */
|
|
351
|
+
.chc-content {
|
|
352
|
+
flex: 1;
|
|
353
|
+
display: flex;
|
|
354
|
+
flex-direction: column;
|
|
355
|
+
gap: 4px;
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
.chc-title {
|
|
359
|
+
font-size: 16px;
|
|
360
|
+
font-weight: 600;
|
|
361
|
+
color: #1F1F1F;
|
|
362
|
+
margin: 0;
|
|
363
|
+
line-height: 1.4;
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
.chc-description {
|
|
367
|
+
font-size: 14px;
|
|
368
|
+
color: #666666;
|
|
369
|
+
margin: 0;
|
|
370
|
+
line-height: 1.5;
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
/* Arrow container */
|
|
374
|
+
.chc-arrow-container {
|
|
375
|
+
display: flex;
|
|
376
|
+
align-items: center;
|
|
377
|
+
justify-content: center;
|
|
378
|
+
flex-shrink: 0;
|
|
379
|
+
}
|
|
380
|
+
|
|
381
|
+
/* Info section */
|
|
382
|
+
.chc-info {
|
|
383
|
+
margin-top: 16px;
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
/* Responsive adjustments */
|
|
387
|
+
@media (max-width: 1024px) {
|
|
388
|
+
.chc-card-container {
|
|
389
|
+
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
|
|
390
|
+
}
|
|
391
|
+
.chc-header {
|
|
392
|
+
font-size: 18px;
|
|
393
|
+
}
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
@media (max-width: 640px) {
|
|
397
|
+
.chc-card-container {
|
|
398
|
+
grid-template-columns: 1fr;
|
|
399
|
+
}
|
|
400
|
+
.chc-header {
|
|
401
|
+
font-size: 18px;
|
|
402
|
+
}
|
|
403
|
+
}
|
|
404
|
+
|
|
405
|
+
/* CitizenHomeCardWithExternalLink styles — all classes start with chcwe- to avoid collisions */
|
|
406
|
+
|
|
407
|
+
/* Root and header */
|
|
408
|
+
.chcwe-root {
|
|
409
|
+
width: 100%;
|
|
410
|
+
box-sizing: border-box;
|
|
411
|
+
}
|
|
412
|
+
|
|
413
|
+
.chcwe-header {
|
|
414
|
+
font-size: 20px;
|
|
415
|
+
font-weight: 600;
|
|
416
|
+
margin-bottom: 20px;
|
|
417
|
+
color: #1F1F1F;
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
/* Card container */
|
|
421
|
+
.chcwe-card-container {
|
|
422
|
+
display: grid;
|
|
423
|
+
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
|
|
424
|
+
gap: 16px;
|
|
425
|
+
margin-bottom: 24px;
|
|
426
|
+
width: 100%;
|
|
427
|
+
box-sizing: border-box;
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
/* Card — link element */
|
|
431
|
+
.chcwe-card {
|
|
432
|
+
padding: 24px;
|
|
433
|
+
border-radius: 12px;
|
|
434
|
+
display: flex;
|
|
435
|
+
gap: 16px;
|
|
436
|
+
align-items: flex-start;
|
|
437
|
+
cursor: pointer;
|
|
438
|
+
transition: transform 0.2s ease, box-shadow 0.2s ease;
|
|
439
|
+
text-decoration: none;
|
|
440
|
+
border: none;
|
|
441
|
+
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
|
|
442
|
+
color: inherit;
|
|
443
|
+
box-sizing: border-box;
|
|
444
|
+
}
|
|
445
|
+
|
|
446
|
+
.chcwe-card:hover,
|
|
447
|
+
.chcwe-card:focus {
|
|
448
|
+
transform: translateY(-6px);
|
|
449
|
+
box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
|
|
450
|
+
outline: none;
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
/* Card background variants (index % 6) */
|
|
454
|
+
.chcwe-card-bg-0 { background-color: #EBF3FE; }
|
|
455
|
+
.chcwe-card-bg-1 { background-color: #E8F8F5; }
|
|
456
|
+
.chcwe-card-bg-2 { background-color: #F3EBFF; }
|
|
457
|
+
.chcwe-card-bg-3 { background-color: #FEF3E8; }
|
|
458
|
+
.chcwe-card-bg-4 { background-color: #FCE8F3; }
|
|
459
|
+
.chcwe-card-bg-5 { background-color: #E0F2FE; }
|
|
460
|
+
|
|
461
|
+
/* Icon container */
|
|
462
|
+
.chcwe-icon {
|
|
463
|
+
width: 48px;
|
|
464
|
+
height: 48px;
|
|
465
|
+
border-radius: 12px;
|
|
466
|
+
display: flex;
|
|
467
|
+
align-items: center;
|
|
468
|
+
justify-content: center;
|
|
469
|
+
flex-shrink: 0;
|
|
470
|
+
color: #FFFFFF;
|
|
471
|
+
box-sizing: border-box;
|
|
472
|
+
}
|
|
473
|
+
|
|
474
|
+
/* Icon background variants */
|
|
475
|
+
.chcwe-icon-bg-0 { background-color: #2B6FED; }
|
|
476
|
+
.chcwe-icon-bg-1 { background-color: #0FA76F; }
|
|
477
|
+
.chcwe-icon-bg-2 { background-color: #8B5CF6; }
|
|
478
|
+
.chcwe-icon-bg-3 { background-color: #F97316; }
|
|
479
|
+
.chcwe-icon-bg-4 { background-color: #EC4899; }
|
|
480
|
+
.chcwe-icon-bg-5 { background-color: #0EA5E9; }
|
|
481
|
+
|
|
482
|
+
/* Content */
|
|
483
|
+
.chcwe-content {
|
|
484
|
+
flex: 1;
|
|
485
|
+
display: flex;
|
|
486
|
+
flex-direction: column;
|
|
487
|
+
gap: 4px;
|
|
488
|
+
}
|
|
489
|
+
|
|
490
|
+
.chcwe-title {
|
|
491
|
+
font-size: 16px;
|
|
492
|
+
font-weight: 600;
|
|
493
|
+
color: #1F1F1F;
|
|
494
|
+
margin: 0;
|
|
495
|
+
line-height: 1.4;
|
|
496
|
+
}
|
|
497
|
+
|
|
498
|
+
.chcwe-description {
|
|
499
|
+
font-size: 14px;
|
|
500
|
+
color: #666666;
|
|
501
|
+
margin: 0;
|
|
502
|
+
line-height: 1.5;
|
|
503
|
+
}
|
|
504
|
+
|
|
505
|
+
/* Arrow container */
|
|
506
|
+
.chcwe-arrow-container {
|
|
507
|
+
display: flex;
|
|
508
|
+
align-items: center;
|
|
509
|
+
justify-content: center;
|
|
510
|
+
flex-shrink: 0;
|
|
511
|
+
}
|
|
512
|
+
|
|
513
|
+
/* Info section */
|
|
514
|
+
.chcwe-info {
|
|
515
|
+
margin-top: 16px;
|
|
516
|
+
}
|
|
517
|
+
|
|
518
|
+
/* Responsive adjustments */
|
|
519
|
+
@media (max-width: 1024px) {
|
|
520
|
+
.chcwe-card-container {
|
|
521
|
+
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
|
|
522
|
+
}
|
|
523
|
+
.chcwe-header {
|
|
524
|
+
font-size: 18px;
|
|
525
|
+
}
|
|
526
|
+
}
|
|
527
|
+
|
|
528
|
+
@media (max-width: 640px) {
|
|
529
|
+
.chcwe-card-container {
|
|
530
|
+
grid-template-columns: 1fr;
|
|
531
|
+
}
|
|
532
|
+
.chcwe-header {
|
|
533
|
+
font-size: 18px;
|
|
534
|
+
}
|
|
535
535
|
}
|