@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.
- package/dist/index.css +21523 -0
- package/dist/index.min.css +1 -0
- package/img/browser-icon.png +0 -0
- package/img/m_seva_white_logo.png +0 -0
- package/img/mseva-demo.png +0 -0
- package/package.json +63 -0
- package/src/components/CardBasedOptions.scss +536 -0
- package/src/components/CitizenHomeCard.scss +228 -0
- package/src/components/EllipsisMenu.scss +17 -0
- package/src/components/EventCalendarView.scss +10 -0
- package/src/components/FAQ.scss +64 -0
- package/src/components/NewAccordianCitizen.scss +130 -0
- package/src/components/OnGroundEventCard.scss +72 -0
- package/src/components/PageBasedInput.scss +30 -0
- package/src/components/PopupHeadingLabel.scss +15 -0
- package/src/components/PropertySearchForm.scss +58 -0
- package/src/components/SearchForm.scss +57 -0
- package/src/components/SearchOnRadioButton.scss +10 -0
- package/src/components/StandaloneSearchBar.scss +10 -0
- package/src/components/SurveyModal.scss +195 -0
- package/src/components/TimeLine.scss +96 -0
- package/src/components/WhatsNewCard.scss +13 -0
- package/src/components/actionLink.scss +3 -0
- package/src/components/actionbar.scss +100 -0
- package/src/components/bannercomponents.scss +137 -0
- package/src/components/body.scss +423 -0
- package/src/components/buttons.scss +142 -0
- package/src/components/card.scss +968 -0
- package/src/components/cardHeaderWithOptions.scss +16 -0
- package/src/components/changeLanguage.scss +3 -0
- package/src/components/charts.scss +186 -0
- package/src/components/checkbox.scss +83 -0
- package/src/components/checkpoint.scss +65 -0
- package/src/components/citizenInfoLabel.scss +14 -0
- package/src/components/custombtn.scss +16 -0
- package/src/components/datatable.scss +119 -0
- package/src/components/datewrap.scss +21 -0
- package/src/components/detailscard.scss +6 -0
- package/src/components/detailscontainer.scss +13 -0
- package/src/components/documentSection.scss +134 -0
- package/src/components/filters.scss +98 -0
- package/src/components/grey.scss +3 -0
- package/src/components/hoc/InboxComposer.scss +111 -0
- package/src/components/hoc/index.scss +1 -0
- package/src/components/howItWorks.scss +71 -0
- package/src/components/imageviewer.scss +33 -0
- package/src/components/info-banner.scss +35 -0
- package/src/components/inputotp.scss +15 -0
- package/src/components/keynote.scss +29 -0
- package/src/components/languageSelector.scss +24 -0
- package/src/components/loader.scss +96 -0
- package/src/components/map.scss +36 -0
- package/src/components/menu.scss +0 -0
- package/src/components/metricsTable.scss +27 -0
- package/src/components/multiLink.scss +118 -0
- package/src/components/multiSelectDropdown.scss +89 -0
- package/src/components/navbar.scss +377 -0
- package/src/components/newFooter.scss +82 -0
- package/src/components/plusMinus.scss +15 -0
- package/src/components/popup.scss +27 -0
- package/src/components/radiobtn.scss +47 -0
- package/src/components/ratingstar.scss +33 -0
- package/src/components/roundedLabel.scss +10 -0
- package/src/components/searchAction.scss +27 -0
- package/src/components/sectionalDropdown.scss +43 -0
- package/src/components/selectdropdown.scss +302 -0
- package/src/components/staticDynamicMessages.scss +111 -0
- package/src/components/staticSideBar.scss +27 -0
- package/src/components/statushighlight.scss +17 -0
- package/src/components/submiterrors.scss +11 -0
- package/src/components/summary.scss +29 -0
- package/src/components/table.scss +383 -0
- package/src/components/tag.scss +27 -0
- package/src/components/telephone.scss +17 -0
- package/src/components/textfields.scss +146 -0
- package/src/components/toast.scss +31 -0
- package/src/components/toggleSwitch.scss +41 -0
- package/src/components/topbar.scss +218 -0
- package/src/components/uploadcomponents.scss +116 -0
- package/src/index.scss +2087 -0
- package/src/modules/BPA/index.scss +98 -0
- package/src/modules/adv/index.scss +643 -0
- package/src/modules/hrms/index.scss +1328 -0
- package/src/modules/rentAndLease/index.scss +238 -0
- package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -0
- package/src/pages/citizen/CitizenLogin.scss +50 -0
- package/src/pages/citizen/DocumentList.scss +455 -0
- package/src/pages/citizen/Events.scss +47 -0
- package/src/pages/citizen/HomePageWrapper.scss +215 -0
- package/src/pages/citizen/InboxCard.scss +378 -0
- package/src/pages/citizen/SurveyList.scss +25 -0
- package/src/pages/citizen/citizenDocument.scss +26 -0
- package/src/pages/citizen/citizenNewLogin.scss +352 -0
- package/src/pages/citizen/container.scss +33 -0
- package/src/pages/citizen/loaderMessage.scss +342 -0
- package/src/pages/citizen/payment/payment-type.scss +3 -0
- package/src/pages/citizen/updatePropertyNumber.scss +46 -0
- package/src/pages/common/form.scss +26 -0
- package/src/pages/common/newApplicationTimeline.scss +341 -0
- package/src/pages/common/pgrUICssfix.scss +129 -0
- package/src/pages/common/requiredField.scss +3 -0
- package/src/pages/common/sanctionFeeTable.scss +92 -0
- package/src/pages/common/searchIcon.scss +13 -0
- package/src/pages/common/sitePhotoGraphs.scss +27 -0
- package/src/pages/common/stepForm.scss +41 -0
- package/src/pages/employee/EmployeeLogin.scss +7 -0
- package/src/pages/employee/cardfix.scss +14 -0
- package/src/pages/employee/container.scss +73 -0
- package/src/pages/employee/dashboard.scss +204 -0
- package/src/pages/employee/disconnection.scss +426 -0
- package/src/pages/employee/dss.scss +251 -0
- package/src/pages/employee/faq.scss +353 -0
- package/src/pages/employee/footer.scss +69 -0
- package/src/pages/employee/form-fields.scss +27 -0
- package/src/pages/employee/header.scss +262 -0
- package/src/pages/employee/iframe.scss +66 -0
- package/src/pages/employee/inbox.scss +1110 -0
- package/src/pages/employee/index.scss +694 -0
- package/src/pages/employee/landing.scss +1803 -0
- package/src/pages/employee/login.scss +253 -0
- package/src/pages/employee/oldMobileInbox.scss +5 -0
- package/src/pages/employee/popupmodule.scss +47 -0
- package/src/pages/employee/response.scss +3 -0
- package/src/pages/employee/scroll-table.scss +114 -0
- package/src/pages/employee/surveys.scss +469 -0
- package/src/pages/employee/tooltip.scss +36 -0
- package/src/pages/employee/updateNumber.scss +13 -0
- package/src/pages/swach/index.scss +232 -0
- package/src/pages/ws/index.scss +119 -0
- package/svg/arrowdown.svg +1 -0
- package/svg/arrowleft.svg +1 -0
- package/svg/calendar.svg +1 -0
- package/svg/camera.svg +4 -0
- package/svg/check.svg +4 -0
- package/svg/close.svg +4 -0
- package/svg/error.svg +4 -0
- package/svg/error2.svg +5 -0
- package/svg/searchicon.svg +4 -0
- package/svg/starempty.svg +4 -0
- package/svg/starfilled.svg +5 -0
- package/svg/success.svg +4 -0
|
@@ -0,0 +1,1328 @@
|
|
|
1
|
+
$hrms-primary: #a82227;
|
|
2
|
+
$hrms-text-tertiary: #666;
|
|
3
|
+
$hrms-text-secondary: #505a5f;
|
|
4
|
+
|
|
5
|
+
$hrms-bg-white: #ffffff;
|
|
6
|
+
$hrms-bg-light: #f9f9f9;
|
|
7
|
+
|
|
8
|
+
$hrms-border-light: #e0e0e0;
|
|
9
|
+
$hrms-border-dark: #ddd;
|
|
10
|
+
|
|
11
|
+
$badge-category-bg: #E0F2FE;
|
|
12
|
+
$badge-category-text: #0369A1;
|
|
13
|
+
$badge-zone-bg: #D1F2EB;
|
|
14
|
+
$badge-zone-text: #0D6759;
|
|
15
|
+
$badge-role-bg: #E9D5FF;
|
|
16
|
+
$badge-role-text: #7C3AED;
|
|
17
|
+
|
|
18
|
+
$hrms-space-xs: 8px;
|
|
19
|
+
$hrms-space-sm: 10px;
|
|
20
|
+
$hrms-space-md: 12px;
|
|
21
|
+
$hrms-space-base: 16px;
|
|
22
|
+
$hrms-space-lg: 20px;
|
|
23
|
+
$hrms-space-xl: 24px;
|
|
24
|
+
$hrms-space-xxl: 28px;
|
|
25
|
+
|
|
26
|
+
$hrms-font-sm: 14px;
|
|
27
|
+
$hrms-font-base: 16px;
|
|
28
|
+
$hrms-font-lg: 18px;
|
|
29
|
+
$hrms-font-xl: 28px;
|
|
30
|
+
|
|
31
|
+
$hrms-font-normal: 400;
|
|
32
|
+
$hrms-font-medium: 500;
|
|
33
|
+
$hrms-font-semibold: 600;
|
|
34
|
+
$hrms-font-bold: 700;
|
|
35
|
+
|
|
36
|
+
$hrms-radius-sm: 4px;
|
|
37
|
+
$hrms-radius-md: 8px;
|
|
38
|
+
$hrms-radius-lg: 16px;
|
|
39
|
+
|
|
40
|
+
$linear-blue-gradient: linear-gradient(135deg, #2563eb, #1e40af);
|
|
41
|
+
$error-color: #FF0000;
|
|
42
|
+
$disabled-bg: #ccc;
|
|
43
|
+
$white: white;
|
|
44
|
+
$hover-bg: #f5f5f5;
|
|
45
|
+
|
|
46
|
+
@mixin disabled-state {
|
|
47
|
+
background: $disabled-bg;
|
|
48
|
+
cursor: not-allowed;
|
|
49
|
+
opacity: 0.6;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
@mixin pagination-disabled-state {
|
|
53
|
+
background-color: $hover-bg;
|
|
54
|
+
cursor: not-allowed;
|
|
55
|
+
opacity: 0.5;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
@mixin text-secondary {
|
|
59
|
+
color: $hrms-text-tertiary;
|
|
60
|
+
font-size: 14px;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
@mixin flex-between-center {
|
|
64
|
+
display: flex;
|
|
65
|
+
justify-content: space-between;
|
|
66
|
+
align-items: center;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
.hrms-flex {
|
|
71
|
+
display: flex;
|
|
72
|
+
|
|
73
|
+
&--between {
|
|
74
|
+
justify-content: space-between;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
&--center {
|
|
78
|
+
align-items: center;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
&--gap-10 {
|
|
82
|
+
gap: 10px;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
&--end {
|
|
86
|
+
justify-content: flex-end;
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.hrms-spacing {
|
|
91
|
+
&--mapping-header {
|
|
92
|
+
margin-top: 30px;
|
|
93
|
+
margin-bottom: 15px;
|
|
94
|
+
|
|
95
|
+
@media (max-width: 768px) {
|
|
96
|
+
flex-direction: column;
|
|
97
|
+
align-items: flex-start !important;
|
|
98
|
+
gap: 12px;
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
&--section-bottom {
|
|
103
|
+
margin-bottom: 15px;
|
|
104
|
+
|
|
105
|
+
@media (max-width: 768px) {
|
|
106
|
+
justify-content: stretch !important;
|
|
107
|
+
|
|
108
|
+
button {
|
|
109
|
+
width: 100%;
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
.hrms-btn {
|
|
117
|
+
border: none;
|
|
118
|
+
padding: 10px 20px;
|
|
119
|
+
border-radius: $hrms-radius-sm;
|
|
120
|
+
cursor: pointer;
|
|
121
|
+
font-weight: 500;
|
|
122
|
+
font-size: 14px;
|
|
123
|
+
|
|
124
|
+
&--primary {
|
|
125
|
+
background: $linear-blue-gradient;
|
|
126
|
+
color: $white;
|
|
127
|
+
|
|
128
|
+
&:hover {
|
|
129
|
+
opacity: 0.9;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
&:disabled,
|
|
133
|
+
&.disabled {
|
|
134
|
+
background: $disabled-bg;
|
|
135
|
+
cursor: not-allowed;
|
|
136
|
+
opacity: 0.6;
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
&--secondary {
|
|
141
|
+
background-color: $white;
|
|
142
|
+
color: $linear-blue-gradient;
|
|
143
|
+
border: 1px solid;
|
|
144
|
+
border-image-source: $linear-blue-gradient;
|
|
145
|
+
border-image-slice: 1;
|
|
146
|
+
|
|
147
|
+
&:disabled,
|
|
148
|
+
&.disabled {
|
|
149
|
+
cursor: not-allowed;
|
|
150
|
+
opacity: 0.5;
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
&--pagination {
|
|
155
|
+
padding: 8px 16px;
|
|
156
|
+
border: 1px solid $hrms-border-dark;
|
|
157
|
+
background-color: $white;
|
|
158
|
+
border-radius: $hrms-radius-sm;
|
|
159
|
+
|
|
160
|
+
&:hover:not(:disabled):not(.disabled) {
|
|
161
|
+
background-color: $hover-bg;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
&:disabled,
|
|
165
|
+
&.disabled {
|
|
166
|
+
background-color: $hover-bg;
|
|
167
|
+
cursor: not-allowed;
|
|
168
|
+
opacity: 0.5;
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
&--delete {
|
|
173
|
+
background: none;
|
|
174
|
+
border: none;
|
|
175
|
+
color: #D4351C;
|
|
176
|
+
cursor: pointer;
|
|
177
|
+
font-size: 13px;
|
|
178
|
+
padding: 4px 8px;
|
|
179
|
+
border-radius: $hrms-radius-sm;
|
|
180
|
+
|
|
181
|
+
&:hover {
|
|
182
|
+
background-color: #fee2e2;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
&:disabled {
|
|
186
|
+
cursor: not-allowed;
|
|
187
|
+
opacity: 0.5;
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
.hrms-table {
|
|
194
|
+
td {
|
|
195
|
+
padding: 12px;
|
|
196
|
+
font-size: 14px;
|
|
197
|
+
}
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
.hrms-select {
|
|
201
|
+
padding: 6px 12px;
|
|
202
|
+
border: 1px solid $hrms-border-dark;
|
|
203
|
+
border-radius: $hrms-radius-sm;
|
|
204
|
+
font-size: 14px;
|
|
205
|
+
cursor: pointer;
|
|
206
|
+
|
|
207
|
+
&:focus {
|
|
208
|
+
outline: none;
|
|
209
|
+
border-color: #2563eb;
|
|
210
|
+
}
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
.hrms-pagination-container {
|
|
214
|
+
display: flex;
|
|
215
|
+
justify-content: space-between;
|
|
216
|
+
align-items: center;
|
|
217
|
+
margin-top: 20px;
|
|
218
|
+
padding: 10px 0;
|
|
219
|
+
|
|
220
|
+
@media (max-width: 768px) {
|
|
221
|
+
flex-direction: column;
|
|
222
|
+
gap: 16px;
|
|
223
|
+
align-items: stretch;
|
|
224
|
+
}
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
.hrms-page-size {
|
|
228
|
+
display: flex;
|
|
229
|
+
align-items: center;
|
|
230
|
+
gap: 10px;
|
|
231
|
+
margin-bottom: 15px;
|
|
232
|
+
|
|
233
|
+
&--right {
|
|
234
|
+
justify-content: flex-end;
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
@media (max-width: 768px) {
|
|
238
|
+
justify-content: space-between;
|
|
239
|
+
margin-bottom: 12px;
|
|
240
|
+
}
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
.field .radio-wrap {
|
|
245
|
+
display: flex !important;
|
|
246
|
+
flex-direction: row !important;
|
|
247
|
+
gap: 24px;
|
|
248
|
+
|
|
249
|
+
div {
|
|
250
|
+
display: inline-flex !important;
|
|
251
|
+
margin-bottom: 0 !important;
|
|
252
|
+
align-items: center !important;
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
label {
|
|
256
|
+
margin-left: 8px !important;
|
|
257
|
+
line-height: normal !important;
|
|
258
|
+
}
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
|
|
263
|
+
.hrms-breadcrumb-wrapper {
|
|
264
|
+
display: flex;
|
|
265
|
+
justify-content: space-between;
|
|
266
|
+
align-items: center;
|
|
267
|
+
padding: $hrms-space-base $hrms-space-lg $hrms-space-sm $hrms-space-lg;
|
|
268
|
+
border-bottom: 1px solid $hrms-border-light;
|
|
269
|
+
background: $hrms-bg-white;
|
|
270
|
+
margin-top:1rem;
|
|
271
|
+
|
|
272
|
+
@media (max-width: 768px) {
|
|
273
|
+
padding: $hrms-space-md;
|
|
274
|
+
}
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
|
|
279
|
+
.hrms-card {
|
|
280
|
+
padding: $hrms-space-lg;
|
|
281
|
+
margin: $hrms-space-sm 0;
|
|
282
|
+
border: 1px solid $hrms-border-light;
|
|
283
|
+
border-radius: $hrms-radius-sm;
|
|
284
|
+
background-color: $hrms-bg-white;
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
|
|
288
|
+
|
|
289
|
+
.hrms-card-header {
|
|
290
|
+
font-size: $hrms-font-xl;
|
|
291
|
+
font-weight: $hrms-font-normal;
|
|
292
|
+
color: #1C1D1F;
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
.hrms-badge {
|
|
296
|
+
padding: 4px $hrms-space-md;
|
|
297
|
+
border-radius: $hrms-radius-lg;
|
|
298
|
+
font-size: 12px;
|
|
299
|
+
font-weight: $hrms-font-medium;
|
|
300
|
+
display: inline-block;
|
|
301
|
+
text-align: center;
|
|
302
|
+
|
|
303
|
+
&--category {
|
|
304
|
+
background-color: $badge-category-bg;
|
|
305
|
+
color: $badge-category-text;
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
&--zone {
|
|
309
|
+
background-color: $badge-zone-bg;
|
|
310
|
+
color: $badge-zone-text;
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
&--role {
|
|
314
|
+
background-color: $badge-role-bg;
|
|
315
|
+
color: $badge-role-text;
|
|
316
|
+
}
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
|
|
320
|
+
|
|
321
|
+
.hrms-header-wrapper {
|
|
322
|
+
margin-left: 15px;
|
|
323
|
+
|
|
324
|
+
@media (max-width: 640px) {
|
|
325
|
+
margin-left: -12px;
|
|
326
|
+
}
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
.hrms-document-link {
|
|
330
|
+
min-width: 160px;
|
|
331
|
+
margin-right: $hrms-space-lg;
|
|
332
|
+
cursor: pointer;
|
|
333
|
+
display: inline-block;
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
.hrms-document-svg {
|
|
337
|
+
background: #f6f6f6;
|
|
338
|
+
padding: $hrms-space-xs;
|
|
339
|
+
margin-left: 15px;
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
.hrms-document-name {
|
|
343
|
+
margin-top: $hrms-space-xs;
|
|
344
|
+
max-width: 196px;
|
|
345
|
+
}
|
|
346
|
+
|
|
347
|
+
.hrms-jurisdiction-status-table {
|
|
348
|
+
max-width: 640px;
|
|
349
|
+
border: 1px solid rgb(214, 213, 212);
|
|
350
|
+
inset: 0px;
|
|
351
|
+
width: auto;
|
|
352
|
+
padding: .2rem;
|
|
353
|
+
margin-bottom: 2rem;
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
.hrms-section-title {
|
|
357
|
+
padding-bottom: 2rem;
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
.hrms-card .card-header {
|
|
361
|
+
font-size: $hrms-font-xl;
|
|
362
|
+
font-weight: $hrms-font-normal;
|
|
363
|
+
color: #1C1D1F;
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
.hrms-emp-mapping {
|
|
367
|
+
&__container {
|
|
368
|
+
padding: 20px;
|
|
369
|
+
|
|
370
|
+
@media (max-width: 768px) {
|
|
371
|
+
padding: 10px;
|
|
372
|
+
}
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
&__header {
|
|
376
|
+
margin-left: 15px;
|
|
377
|
+
color: $error-color;
|
|
378
|
+
|
|
379
|
+
@media (max-width: 768px) {
|
|
380
|
+
margin-left: 1vw;
|
|
381
|
+
}
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
&__search-card,
|
|
385
|
+
&__results-card {
|
|
386
|
+
margin-top: 20px;
|
|
387
|
+
}
|
|
388
|
+
|
|
389
|
+
&__search-heading,
|
|
390
|
+
&__results-heading {
|
|
391
|
+
margin: 0 0 20px 0;
|
|
392
|
+
font-size: 18px;
|
|
393
|
+
font-weight: 600;
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
&__results-heading {
|
|
397
|
+
margin-bottom: 16px;
|
|
398
|
+
color: #333;
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
&__filter-grid {
|
|
402
|
+
display: grid;
|
|
403
|
+
grid-template-columns: repeat(3, 1fr);
|
|
404
|
+
gap: 16px;
|
|
405
|
+
|
|
406
|
+
@media (max-width: 768px) {
|
|
407
|
+
grid-template-columns: 1fr;
|
|
408
|
+
}
|
|
409
|
+
}
|
|
410
|
+
|
|
411
|
+
&__required-asterisk {
|
|
412
|
+
color: red !important;
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
&__button-container {
|
|
416
|
+
display: flex;
|
|
417
|
+
justify-content: space-between;
|
|
418
|
+
align-items: center;
|
|
419
|
+
margin-top: 20px;
|
|
420
|
+
gap: 10px;
|
|
421
|
+
flex-wrap: wrap;
|
|
422
|
+
}
|
|
423
|
+
|
|
424
|
+
&__action-buttons {
|
|
425
|
+
display: flex;
|
|
426
|
+
gap: 10px;
|
|
427
|
+
}
|
|
428
|
+
|
|
429
|
+
&__search-button {
|
|
430
|
+
@extend .hrms-btn;
|
|
431
|
+
@extend .hrms-btn--primary;
|
|
432
|
+
padding: 10px 24px;
|
|
433
|
+
|
|
434
|
+
&--disabled {
|
|
435
|
+
@include disabled-state;
|
|
436
|
+
}
|
|
437
|
+
}
|
|
438
|
+
|
|
439
|
+
&__clear-button {
|
|
440
|
+
@extend .hrms-btn;
|
|
441
|
+
@extend .hrms-btn--secondary;
|
|
442
|
+
padding: 10px 24px;
|
|
443
|
+
|
|
444
|
+
&--disabled {
|
|
445
|
+
cursor: not-allowed;
|
|
446
|
+
opacity: 0.5;
|
|
447
|
+
}
|
|
448
|
+
}
|
|
449
|
+
|
|
450
|
+
&__add-button {
|
|
451
|
+
@extend .hrms-btn;
|
|
452
|
+
@extend .hrms-btn--primary;
|
|
453
|
+
}
|
|
454
|
+
|
|
455
|
+
&__no-data {
|
|
456
|
+
text-align: center;
|
|
457
|
+
padding: 40px;
|
|
458
|
+
color: $hrms-text-secondary;
|
|
459
|
+
font-size: 16px;
|
|
460
|
+
}
|
|
461
|
+
|
|
462
|
+
&__modal-header {
|
|
463
|
+
padding: 20px;
|
|
464
|
+
border-bottom: 1px solid #e5e5e5;
|
|
465
|
+
}
|
|
466
|
+
|
|
467
|
+
&__modal-content {
|
|
468
|
+
padding: 24px;
|
|
469
|
+
max-height: 70vh;
|
|
470
|
+
overflow-y: auto;
|
|
471
|
+
}
|
|
472
|
+
|
|
473
|
+
&__toast {
|
|
474
|
+
padding: 16px;
|
|
475
|
+
border-radius: $hrms-radius-sm;
|
|
476
|
+
margin-bottom: 16px;
|
|
477
|
+
display: flex;
|
|
478
|
+
align-items: center;
|
|
479
|
+
gap: 12px;
|
|
480
|
+
|
|
481
|
+
&--success {
|
|
482
|
+
background-color: #d4edda;
|
|
483
|
+
border: 1px solid #c3e6cb;
|
|
484
|
+
color: #155724;
|
|
485
|
+
}
|
|
486
|
+
|
|
487
|
+
&--error {
|
|
488
|
+
background-color: #f8d7da;
|
|
489
|
+
border: 1px solid #f5c6cb;
|
|
490
|
+
color: #721c24;
|
|
491
|
+
}
|
|
492
|
+
|
|
493
|
+
&--info {
|
|
494
|
+
background-color: #d1ecf1;
|
|
495
|
+
border: 1px solid #bee5eb;
|
|
496
|
+
color: #0c5460;
|
|
497
|
+
}
|
|
498
|
+
}
|
|
499
|
+
|
|
500
|
+
&__toast-message {
|
|
501
|
+
flex: 1;
|
|
502
|
+
}
|
|
503
|
+
|
|
504
|
+
&__toast-close-btn {
|
|
505
|
+
background: none;
|
|
506
|
+
border: none;
|
|
507
|
+
cursor: pointer;
|
|
508
|
+
font-size: 18px;
|
|
509
|
+
color: inherit;
|
|
510
|
+
padding: 0;
|
|
511
|
+
|
|
512
|
+
&:hover {
|
|
513
|
+
opacity: 0.7;
|
|
514
|
+
}
|
|
515
|
+
}
|
|
516
|
+
|
|
517
|
+
&__form-group {
|
|
518
|
+
margin-bottom: 20px;
|
|
519
|
+
}
|
|
520
|
+
|
|
521
|
+
&__label {
|
|
522
|
+
display: block;
|
|
523
|
+
margin-bottom: 8px;
|
|
524
|
+
font-weight: 500;
|
|
525
|
+
color: #333;
|
|
526
|
+
}
|
|
527
|
+
|
|
528
|
+
&__input {
|
|
529
|
+
width: 100%;
|
|
530
|
+
padding: 10px 12px;
|
|
531
|
+
border: 1px solid #d1d5db;
|
|
532
|
+
border-radius: $hrms-radius-sm;
|
|
533
|
+
font-size: 14px;
|
|
534
|
+
|
|
535
|
+
&:focus {
|
|
536
|
+
outline: none;
|
|
537
|
+
border-color: #2563eb;
|
|
538
|
+
box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
|
|
539
|
+
}
|
|
540
|
+
|
|
541
|
+
&:disabled {
|
|
542
|
+
background-color: #f3f4f6;
|
|
543
|
+
cursor: not-allowed;
|
|
544
|
+
}
|
|
545
|
+
}
|
|
546
|
+
|
|
547
|
+
&__add-to-list-button {
|
|
548
|
+
@extend .hrms-btn;
|
|
549
|
+
@extend .hrms-btn--primary;
|
|
550
|
+
width: 100%;
|
|
551
|
+
padding: 12px;
|
|
552
|
+
margin-top: 20px;
|
|
553
|
+
|
|
554
|
+
&--disabled {
|
|
555
|
+
@include disabled-state;
|
|
556
|
+
}
|
|
557
|
+
}
|
|
558
|
+
|
|
559
|
+
&__preview-section {
|
|
560
|
+
margin-top: 24px;
|
|
561
|
+
padding-top: 24px;
|
|
562
|
+
border-top: 2px solid #e5e5e5;
|
|
563
|
+
}
|
|
564
|
+
|
|
565
|
+
&__preview-header {
|
|
566
|
+
@extend .hrms-flex;
|
|
567
|
+
@extend .hrms-flex--between;
|
|
568
|
+
@extend .hrms-flex--center;
|
|
569
|
+
margin-bottom: 10px;
|
|
570
|
+
}
|
|
571
|
+
|
|
572
|
+
&__preview-heading {
|
|
573
|
+
margin: 0 0 16px 0;
|
|
574
|
+
font-size: 16px;
|
|
575
|
+
font-weight: 600;
|
|
576
|
+
color: #333;
|
|
577
|
+
}
|
|
578
|
+
|
|
579
|
+
&__clear-list-button {
|
|
580
|
+
padding: 6px 12px;
|
|
581
|
+
background-color: #f3f3f3;
|
|
582
|
+
border: 1px solid #d6d5d5;
|
|
583
|
+
border-radius: $hrms-radius-sm;
|
|
584
|
+
cursor: pointer;
|
|
585
|
+
font-size: 13px;
|
|
586
|
+
color: #505A5F !important;
|
|
587
|
+
|
|
588
|
+
&:hover {
|
|
589
|
+
background-color: #e5e5e5;
|
|
590
|
+
}
|
|
591
|
+
}
|
|
592
|
+
|
|
593
|
+
&__preview-empty {
|
|
594
|
+
text-align: center;
|
|
595
|
+
padding: 40px;
|
|
596
|
+
color: #999;
|
|
597
|
+
font-style: italic;
|
|
598
|
+
}
|
|
599
|
+
|
|
600
|
+
&__preview-table-wrapper {
|
|
601
|
+
max-height: 300px;
|
|
602
|
+
overflow-y: auto;
|
|
603
|
+
border: 1px solid #e5e5e5;
|
|
604
|
+
border-radius: $hrms-radius-sm;
|
|
605
|
+
}
|
|
606
|
+
|
|
607
|
+
&__preview-table {
|
|
608
|
+
width: 100%;
|
|
609
|
+
border-collapse: collapse;
|
|
610
|
+
font-size: 14px;
|
|
611
|
+
|
|
612
|
+
thead {
|
|
613
|
+
position: sticky;
|
|
614
|
+
top: 0;
|
|
615
|
+
z-index: 10;
|
|
616
|
+
background-color: #f9fafb;
|
|
617
|
+
}
|
|
618
|
+
|
|
619
|
+
th {
|
|
620
|
+
padding: 12px;
|
|
621
|
+
text-align: left;
|
|
622
|
+
font-weight: 600;
|
|
623
|
+
color: #374151;
|
|
624
|
+
border-bottom: 2px solid #e5e5e5;
|
|
625
|
+
background-color: #f9fafb;
|
|
626
|
+
}
|
|
627
|
+
|
|
628
|
+
td {
|
|
629
|
+
padding: 12px;
|
|
630
|
+
border-bottom: 1px solid #f3f4f6;
|
|
631
|
+
color: #4b5563;
|
|
632
|
+
}
|
|
633
|
+
|
|
634
|
+
tbody tr {
|
|
635
|
+
&:hover {
|
|
636
|
+
background-color: #f9fafb;
|
|
637
|
+
}
|
|
638
|
+
|
|
639
|
+
&:last-child td {
|
|
640
|
+
border-bottom: none;
|
|
641
|
+
}
|
|
642
|
+
}
|
|
643
|
+
}
|
|
644
|
+
|
|
645
|
+
&__table-action-cell {
|
|
646
|
+
text-align: center;
|
|
647
|
+
width: 80px;
|
|
648
|
+
}
|
|
649
|
+
|
|
650
|
+
&__table {
|
|
651
|
+
@extend .hrms-table;
|
|
652
|
+
}
|
|
653
|
+
|
|
654
|
+
&__employee-link {
|
|
655
|
+
color: $hrms-primary;
|
|
656
|
+
font-weight: 600;
|
|
657
|
+
text-decoration: none;
|
|
658
|
+
|
|
659
|
+
&:hover {
|
|
660
|
+
text-decoration: underline;
|
|
661
|
+
}
|
|
662
|
+
}
|
|
663
|
+
|
|
664
|
+
&__no-search {
|
|
665
|
+
text-align: center;
|
|
666
|
+
padding: 60px 20px;
|
|
667
|
+
color: $hrms-text-secondary;
|
|
668
|
+
|
|
669
|
+
&-icon {
|
|
670
|
+
font-size: 48px;
|
|
671
|
+
margin-bottom: 16px;
|
|
672
|
+
}
|
|
673
|
+
|
|
674
|
+
&-title {
|
|
675
|
+
margin: 0 0 8px 0;
|
|
676
|
+
color: #505A5F;
|
|
677
|
+
}
|
|
678
|
+
|
|
679
|
+
&-text {
|
|
680
|
+
margin: 0;
|
|
681
|
+
font-size: 14px;
|
|
682
|
+
}
|
|
683
|
+
}
|
|
684
|
+
}
|
|
685
|
+
|
|
686
|
+
.hrms-header-wrapper {
|
|
687
|
+
margin-left: 15px;
|
|
688
|
+
|
|
689
|
+
@media (max-width: 640px) {
|
|
690
|
+
margin-left: -12px;
|
|
691
|
+
}
|
|
692
|
+
|
|
693
|
+
&--error {
|
|
694
|
+
font-family: Calibri, sans-serif;
|
|
695
|
+
color: #FF0000;
|
|
696
|
+
}
|
|
697
|
+
}
|
|
698
|
+
|
|
699
|
+
.hrms-badge-container {
|
|
700
|
+
display: flex;
|
|
701
|
+
flex-wrap: wrap;
|
|
702
|
+
gap: 4px;
|
|
703
|
+
align-items: center;
|
|
704
|
+
}
|
|
705
|
+
|
|
706
|
+
.hrms-filter {
|
|
707
|
+
&__clear-search-icon {
|
|
708
|
+
border: 1px solid $hrms-border-light;
|
|
709
|
+
padding: 6px;
|
|
710
|
+
cursor: pointer;
|
|
711
|
+
display: inline-flex;
|
|
712
|
+
align-items: center;
|
|
713
|
+
justify-content: center;
|
|
714
|
+
border-radius: $hrms-radius-sm;
|
|
715
|
+
|
|
716
|
+
&:hover {
|
|
717
|
+
background-color: $hover-bg;
|
|
718
|
+
}
|
|
719
|
+
}
|
|
720
|
+
|
|
721
|
+
&__apply-bar {
|
|
722
|
+
flex: 1;
|
|
723
|
+
}
|
|
724
|
+
}
|
|
725
|
+
|
|
726
|
+
.hrms-close-btn {
|
|
727
|
+
background-color: $white;
|
|
728
|
+
cursor: pointer;
|
|
729
|
+
|
|
730
|
+
&:hover {
|
|
731
|
+
opacity: 0.8;
|
|
732
|
+
}
|
|
733
|
+
}
|
|
734
|
+
|
|
735
|
+
.hrms-pagination {
|
|
736
|
+
&__page-size-selector {
|
|
737
|
+
@extend .hrms-page-size;
|
|
738
|
+
@extend .hrms-page-size--right;
|
|
739
|
+
|
|
740
|
+
span {
|
|
741
|
+
@include text-secondary;
|
|
742
|
+
}
|
|
743
|
+
}
|
|
744
|
+
|
|
745
|
+
&__page-size-select {
|
|
746
|
+
@extend .hrms-select;
|
|
747
|
+
}
|
|
748
|
+
|
|
749
|
+
&__controls {
|
|
750
|
+
@extend .hrms-pagination-container;
|
|
751
|
+
}
|
|
752
|
+
|
|
753
|
+
&__info,
|
|
754
|
+
&__page-info {
|
|
755
|
+
@include text-secondary;
|
|
756
|
+
}
|
|
757
|
+
|
|
758
|
+
&__buttons {
|
|
759
|
+
@extend .hrms-flex;
|
|
760
|
+
@extend .hrms-flex--gap-10;
|
|
761
|
+
@extend .hrms-flex--center;
|
|
762
|
+
}
|
|
763
|
+
|
|
764
|
+
&__btn {
|
|
765
|
+
@extend .hrms-btn;
|
|
766
|
+
@extend .hrms-btn--pagination;
|
|
767
|
+
|
|
768
|
+
&--disabled {
|
|
769
|
+
@include pagination-disabled-state;
|
|
770
|
+
}
|
|
771
|
+
}
|
|
772
|
+
}
|
|
773
|
+
|
|
774
|
+
.hrms-breadcrumb {
|
|
775
|
+
font-size: 16px;
|
|
776
|
+
|
|
777
|
+
span {
|
|
778
|
+
font-weight: 500;
|
|
779
|
+
}
|
|
780
|
+
}
|
|
781
|
+
|
|
782
|
+
.hrms-mobile-cards {
|
|
783
|
+
display: none;
|
|
784
|
+
|
|
785
|
+
@media (max-width: 768px) {
|
|
786
|
+
display: block;
|
|
787
|
+
}
|
|
788
|
+
}
|
|
789
|
+
|
|
790
|
+
.hrms-desktop-table {
|
|
791
|
+
display: table;
|
|
792
|
+
|
|
793
|
+
@media (max-width: 768px) {
|
|
794
|
+
display: none !important;
|
|
795
|
+
}
|
|
796
|
+
}
|
|
797
|
+
|
|
798
|
+
.hrms-mobile-card {
|
|
799
|
+
background: white;
|
|
800
|
+
border: 1px solid #e5e5e5;
|
|
801
|
+
border-radius: 8px;
|
|
802
|
+
padding: 16px;
|
|
803
|
+
margin-bottom: 16px;
|
|
804
|
+
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
|
|
805
|
+
|
|
806
|
+
&__row {
|
|
807
|
+
display: flex;
|
|
808
|
+
justify-content: space-between;
|
|
809
|
+
align-items: flex-start;
|
|
810
|
+
padding: 8px 0;
|
|
811
|
+
border-bottom: 1px solid #f3f4f6;
|
|
812
|
+
|
|
813
|
+
&:last-of-type {
|
|
814
|
+
border-bottom: none;
|
|
815
|
+
}
|
|
816
|
+
|
|
817
|
+
&--full {
|
|
818
|
+
flex-direction: column;
|
|
819
|
+
align-items: flex-start;
|
|
820
|
+
gap: 8px;
|
|
821
|
+
}
|
|
822
|
+
}
|
|
823
|
+
|
|
824
|
+
&__label {
|
|
825
|
+
font-weight: 600;
|
|
826
|
+
color: #374151;
|
|
827
|
+
font-size: 13px;
|
|
828
|
+
min-width: 100px;
|
|
829
|
+
}
|
|
830
|
+
|
|
831
|
+
&__delete-btn {
|
|
832
|
+
width: 100%;
|
|
833
|
+
margin-top: 12px;
|
|
834
|
+
padding: 10px;
|
|
835
|
+
font-size: 14px;
|
|
836
|
+
}
|
|
837
|
+
}
|
|
838
|
+
|
|
839
|
+
.hrms-text-secondary {
|
|
840
|
+
color: #6b7280;
|
|
841
|
+
font-size: 13px;
|
|
842
|
+
}
|
|
843
|
+
|
|
844
|
+
.hrms-w-full-form{
|
|
845
|
+
width: 100% !important;
|
|
846
|
+
}
|
|
847
|
+
|
|
848
|
+
|
|
849
|
+
.hrms-summary-page {
|
|
850
|
+
padding: 2rem;
|
|
851
|
+
max-width: 1200px;
|
|
852
|
+
margin: 0 auto;
|
|
853
|
+
background: #F9FAFB;
|
|
854
|
+
}
|
|
855
|
+
|
|
856
|
+
.hrms-summary-main-heading {
|
|
857
|
+
font-size: 2rem;
|
|
858
|
+
font-weight: 700;
|
|
859
|
+
margin-bottom: 2rem;
|
|
860
|
+
color: #111827;
|
|
861
|
+
border-bottom: 4px solid #F97316;
|
|
862
|
+
padding-bottom: 1rem;
|
|
863
|
+
letter-spacing: -0.025em;
|
|
864
|
+
}
|
|
865
|
+
|
|
866
|
+
.hrms-summary-card {
|
|
867
|
+
background: #FFFFFF;
|
|
868
|
+
border: 1px solid #E5E7EB;
|
|
869
|
+
border-radius: 12px;
|
|
870
|
+
padding: 2rem;
|
|
871
|
+
margin-bottom: 2rem;
|
|
872
|
+
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
|
|
873
|
+
transition: box-shadow 0.2s ease;
|
|
874
|
+
}
|
|
875
|
+
|
|
876
|
+
.hrms-summary-card:hover {
|
|
877
|
+
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
|
|
878
|
+
}
|
|
879
|
+
|
|
880
|
+
.hrms-summary-section-heading {
|
|
881
|
+
font-size: 1.5rem;
|
|
882
|
+
font-weight: 600;
|
|
883
|
+
margin-bottom: 1.5rem;
|
|
884
|
+
color: #2563EB;
|
|
885
|
+
border-bottom: 2px solid #DBEAFE;
|
|
886
|
+
padding-bottom: 0.75rem;
|
|
887
|
+
display: flex;
|
|
888
|
+
align-items: center;
|
|
889
|
+
letter-spacing: -0.0125em;
|
|
890
|
+
}
|
|
891
|
+
|
|
892
|
+
.hrms-summary-section-heading::before {
|
|
893
|
+
content: '';
|
|
894
|
+
width: 4px;
|
|
895
|
+
height: 24px;
|
|
896
|
+
background: #2563EB;
|
|
897
|
+
margin-right: 12px;
|
|
898
|
+
border-radius: 2px;
|
|
899
|
+
}
|
|
900
|
+
|
|
901
|
+
.hrms-summary-section {
|
|
902
|
+
display: flex;
|
|
903
|
+
flex-direction: column;
|
|
904
|
+
gap: 0;
|
|
905
|
+
}
|
|
906
|
+
|
|
907
|
+
.hrms-summary-row {
|
|
908
|
+
display: grid;
|
|
909
|
+
grid-template-columns: 220px 1fr;
|
|
910
|
+
gap: 2rem;
|
|
911
|
+
padding: 1rem 0;
|
|
912
|
+
border-bottom: 1px solid #F3F4F6;
|
|
913
|
+
align-items: start;
|
|
914
|
+
transition: background 0.15s ease;
|
|
915
|
+
}
|
|
916
|
+
|
|
917
|
+
.hrms-summary-row:hover {
|
|
918
|
+
background: #F9FAFB;
|
|
919
|
+
padding-left: 0.75rem;
|
|
920
|
+
padding-right: 0.75rem;
|
|
921
|
+
margin-left: -0.75rem;
|
|
922
|
+
margin-right: -0.75rem;
|
|
923
|
+
border-radius: 6px;
|
|
924
|
+
}
|
|
925
|
+
|
|
926
|
+
.hrms-summary-row:last-child {
|
|
927
|
+
border-bottom: none;
|
|
928
|
+
}
|
|
929
|
+
|
|
930
|
+
.hrms-summary-label {
|
|
931
|
+
font-weight: 600;
|
|
932
|
+
color: #6B7280;
|
|
933
|
+
font-size: 0.9375rem;
|
|
934
|
+
line-height: 1.5;
|
|
935
|
+
text-transform: capitalize;
|
|
936
|
+
}
|
|
937
|
+
|
|
938
|
+
.hrms-summary-value{
|
|
939
|
+
color: #111827;
|
|
940
|
+
font-size: 0.9375rem;
|
|
941
|
+
line-height: 1.6;
|
|
942
|
+
word-break: break-word;
|
|
943
|
+
font-weight: 500;
|
|
944
|
+
max-width: 400px;
|
|
945
|
+
text-align: end;
|
|
946
|
+
@media (max-width: 768px) {
|
|
947
|
+
max-width: 100px;
|
|
948
|
+
text-align: end;
|
|
949
|
+
}
|
|
950
|
+
}
|
|
951
|
+
|
|
952
|
+
.hrms-summary-nested-card {
|
|
953
|
+
background: #F9FAFB;
|
|
954
|
+
border: 1px solid #E5E7EB;
|
|
955
|
+
border-left: 4px solid #3B82F6;
|
|
956
|
+
border-radius: 8px;
|
|
957
|
+
padding: 1.5rem;
|
|
958
|
+
margin-bottom: 1rem;
|
|
959
|
+
transition: all 0.2s ease;
|
|
960
|
+
}
|
|
961
|
+
|
|
962
|
+
.hrms-summary-nested-card:hover {
|
|
963
|
+
border-left-color: #2563EB;
|
|
964
|
+
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
|
|
965
|
+
}
|
|
966
|
+
|
|
967
|
+
.hrms-summary-nested-card:last-child {
|
|
968
|
+
margin-bottom: 0;
|
|
969
|
+
}
|
|
970
|
+
|
|
971
|
+
.hrms-summary-nested-header {
|
|
972
|
+
font-size: 1.125rem;
|
|
973
|
+
font-weight: 600;
|
|
974
|
+
color: #374151;
|
|
975
|
+
margin-bottom: 1rem;
|
|
976
|
+
padding-bottom: 0.75rem;
|
|
977
|
+
border-bottom: 2px solid #E5E7EB;
|
|
978
|
+
display: flex;
|
|
979
|
+
justify-content: space-between;
|
|
980
|
+
align-items: center;
|
|
981
|
+
}
|
|
982
|
+
|
|
983
|
+
.hrms-summary-badge {
|
|
984
|
+
display: inline-block;
|
|
985
|
+
background: linear-gradient(135deg, #DBEAFE 0%, #BFDBFE 100%);
|
|
986
|
+
color: #1E40AF;
|
|
987
|
+
padding: 0.375rem 1rem;
|
|
988
|
+
border-radius: 20px;
|
|
989
|
+
font-size: 0.8125rem;
|
|
990
|
+
font-weight: 600;
|
|
991
|
+
letter-spacing: 0.025em;
|
|
992
|
+
text-transform: uppercase;
|
|
993
|
+
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
994
|
+
}
|
|
995
|
+
|
|
996
|
+
.hrms-summary-empty {
|
|
997
|
+
text-align: center;
|
|
998
|
+
padding: 2rem;
|
|
999
|
+
color: #9CA3AF;
|
|
1000
|
+
font-size: 0.9375rem;
|
|
1001
|
+
font-style: italic;
|
|
1002
|
+
background: #F9FAFB;
|
|
1003
|
+
border-radius: 8px;
|
|
1004
|
+
border: 2px dashed #E5E7EB;
|
|
1005
|
+
}
|
|
1006
|
+
|
|
1007
|
+
.hrms-summary-declaration {
|
|
1008
|
+
display: flex;
|
|
1009
|
+
align-items: flex-start;
|
|
1010
|
+
gap: 1rem;
|
|
1011
|
+
margin-top: 2.5rem;
|
|
1012
|
+
padding: 1.75rem;
|
|
1013
|
+
background: linear-gradient(135deg, #FFF7ED 0%, #FFEDD5 100%);
|
|
1014
|
+
border: 2px solid #FB923C;
|
|
1015
|
+
border-radius: 12px;
|
|
1016
|
+
cursor: pointer;
|
|
1017
|
+
transition: all 0.2s ease;
|
|
1018
|
+
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
|
|
1019
|
+
}
|
|
1020
|
+
|
|
1021
|
+
.hrms-summary-declaration:hover {
|
|
1022
|
+
background: linear-gradient(135deg, #FFEDD5 0%, #FED7AA 100%);
|
|
1023
|
+
border-color: #F97316;
|
|
1024
|
+
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
|
|
1025
|
+
transform: translateY(-1px);
|
|
1026
|
+
}
|
|
1027
|
+
|
|
1028
|
+
.hrms-summary-checkbox {
|
|
1029
|
+
width: 22px;
|
|
1030
|
+
height: 22px;
|
|
1031
|
+
cursor: pointer;
|
|
1032
|
+
margin-top: 2px;
|
|
1033
|
+
flex-shrink: 0;
|
|
1034
|
+
accent-color: #F97316;
|
|
1035
|
+
border: 2px solid #FB923C;
|
|
1036
|
+
border-radius: 4px;
|
|
1037
|
+
}
|
|
1038
|
+
|
|
1039
|
+
.hrms-summary-declaration-label {
|
|
1040
|
+
cursor: pointer;
|
|
1041
|
+
margin: 0;
|
|
1042
|
+
font-size: 1rem;
|
|
1043
|
+
color: #7C2D12;
|
|
1044
|
+
line-height: 1.7;
|
|
1045
|
+
font-weight: 500;
|
|
1046
|
+
user-select: none;
|
|
1047
|
+
}
|
|
1048
|
+
|
|
1049
|
+
@media (max-width: 768px) {
|
|
1050
|
+
.hrms-summary-page {
|
|
1051
|
+
padding: 1rem;
|
|
1052
|
+
}
|
|
1053
|
+
|
|
1054
|
+
.hrms-summary-main-heading {
|
|
1055
|
+
font-size: 1.5rem;
|
|
1056
|
+
margin-bottom: 1.5rem;
|
|
1057
|
+
}
|
|
1058
|
+
|
|
1059
|
+
.hrms-summary-card {
|
|
1060
|
+
padding: 1.25rem;
|
|
1061
|
+
margin-bottom: 1.5rem;
|
|
1062
|
+
}
|
|
1063
|
+
|
|
1064
|
+
.hrms-summary-section-heading {
|
|
1065
|
+
font-size: 1.25rem;
|
|
1066
|
+
margin-bottom: 1rem;
|
|
1067
|
+
}
|
|
1068
|
+
|
|
1069
|
+
.hrms-summary-row {
|
|
1070
|
+
grid-template-columns: 1fr;
|
|
1071
|
+
gap: 0.5rem;
|
|
1072
|
+
padding: 0.75rem 0;
|
|
1073
|
+
}
|
|
1074
|
+
|
|
1075
|
+
.hrms-summary-row:hover {
|
|
1076
|
+
background: transparent;
|
|
1077
|
+
padding-left: 0;
|
|
1078
|
+
padding-right: 0;
|
|
1079
|
+
margin-left: 0;
|
|
1080
|
+
margin-right: 0;
|
|
1081
|
+
}
|
|
1082
|
+
|
|
1083
|
+
.hrms-summary-label {
|
|
1084
|
+
margin-bottom: 0.25rem;
|
|
1085
|
+
font-size: 0.875rem;
|
|
1086
|
+
}
|
|
1087
|
+
|
|
1088
|
+
|
|
1089
|
+
.hrms-summary-nested-card {
|
|
1090
|
+
padding: 1rem;
|
|
1091
|
+
}
|
|
1092
|
+
|
|
1093
|
+
.hrms-summary-nested-header {
|
|
1094
|
+
font-size: 1rem;
|
|
1095
|
+
flex-direction: column;
|
|
1096
|
+
align-items: flex-start;
|
|
1097
|
+
gap: 0.5rem;
|
|
1098
|
+
}
|
|
1099
|
+
|
|
1100
|
+
.hrms-summary-declaration {
|
|
1101
|
+
padding: 1.25rem;
|
|
1102
|
+
gap: 0.75rem;
|
|
1103
|
+
}
|
|
1104
|
+
|
|
1105
|
+
.hrms-summary-declaration-label {
|
|
1106
|
+
font-size: 0.9375rem;
|
|
1107
|
+
}
|
|
1108
|
+
}
|
|
1109
|
+
|
|
1110
|
+
|
|
1111
|
+
.hrms-text-transform-none{
|
|
1112
|
+
text-transform: capitalize !important;
|
|
1113
|
+
}
|
|
1114
|
+
|
|
1115
|
+
.hrmsMLS{
|
|
1116
|
+
.multi-select-dropdown-wrap {
|
|
1117
|
+
.master,
|
|
1118
|
+
.master-active {
|
|
1119
|
+
min-height: 50px;
|
|
1120
|
+
border: 1px solid #D6D5D5;
|
|
1121
|
+
border-radius: 8px;
|
|
1122
|
+
background: #fff;
|
|
1123
|
+
padding: 0;
|
|
1124
|
+
|
|
1125
|
+
input {
|
|
1126
|
+
height: 40px;
|
|
1127
|
+
border: none;
|
|
1128
|
+
background: transparent;
|
|
1129
|
+
padding: 0 12px;
|
|
1130
|
+
font-size: 16px;
|
|
1131
|
+
|
|
1132
|
+
&:focus {
|
|
1133
|
+
outline: none;
|
|
1134
|
+
}
|
|
1135
|
+
}
|
|
1136
|
+
|
|
1137
|
+
.label {
|
|
1138
|
+
position: absolute;
|
|
1139
|
+
right: 0;
|
|
1140
|
+
top: 0;
|
|
1141
|
+
height: 100%;
|
|
1142
|
+
display: flex;
|
|
1143
|
+
align-items: center;
|
|
1144
|
+
padding: 0 12px;
|
|
1145
|
+
pointer-events: none;
|
|
1146
|
+
|
|
1147
|
+
p {
|
|
1148
|
+
margin: 0;
|
|
1149
|
+
color: #505A5F;
|
|
1150
|
+
font-size: 16px;
|
|
1151
|
+
}
|
|
1152
|
+
|
|
1153
|
+
svg {
|
|
1154
|
+
margin-left: 8px;
|
|
1155
|
+
}
|
|
1156
|
+
}
|
|
1157
|
+
}
|
|
1158
|
+
|
|
1159
|
+
.master-active {
|
|
1160
|
+
border-color: #1E40AF;
|
|
1161
|
+
}
|
|
1162
|
+
|
|
1163
|
+
.server {
|
|
1164
|
+
border: 1px solid #D6D5D5;
|
|
1165
|
+
border-top: none;
|
|
1166
|
+
max-height: 300px;
|
|
1167
|
+
overflow-y: auto;
|
|
1168
|
+
background: white;
|
|
1169
|
+
|
|
1170
|
+
> div {
|
|
1171
|
+
padding: 8px 12px;
|
|
1172
|
+
display: flex;
|
|
1173
|
+
align-items: center;
|
|
1174
|
+
cursor: pointer;
|
|
1175
|
+
|
|
1176
|
+
&:hover {
|
|
1177
|
+
background: #F7F7F7;
|
|
1178
|
+
}
|
|
1179
|
+
|
|
1180
|
+
input[type="checkbox"] {
|
|
1181
|
+
margin-right: 8px;
|
|
1182
|
+
}
|
|
1183
|
+
|
|
1184
|
+
.label {
|
|
1185
|
+
margin: 0;
|
|
1186
|
+
}
|
|
1187
|
+
}
|
|
1188
|
+
}
|
|
1189
|
+
}
|
|
1190
|
+
}
|
|
1191
|
+
|
|
1192
|
+
.hrms-search-grid-container {
|
|
1193
|
+
display: grid;
|
|
1194
|
+
grid-template-columns: repeat(3, 1fr);
|
|
1195
|
+
gap: 1rem;
|
|
1196
|
+
width: 100%;
|
|
1197
|
+
}
|
|
1198
|
+
|
|
1199
|
+
.hrms-search-field-label {
|
|
1200
|
+
margin-bottom: 8px;
|
|
1201
|
+
}
|
|
1202
|
+
|
|
1203
|
+
.hrms-search-button-wrapper {
|
|
1204
|
+
display: flex;
|
|
1205
|
+
align-items: center;
|
|
1206
|
+
}
|
|
1207
|
+
|
|
1208
|
+
.hrms-search-submit-btn {
|
|
1209
|
+
width: 100%;
|
|
1210
|
+
background: linear-gradient(135deg, #2563eb, #1e40af);
|
|
1211
|
+
color: #fff;
|
|
1212
|
+
border: none;
|
|
1213
|
+
border-radius: 8px;
|
|
1214
|
+
padding: 8px 24px;
|
|
1215
|
+
font-size: 16px;
|
|
1216
|
+
font-weight: 700;
|
|
1217
|
+
cursor: pointer;
|
|
1218
|
+
height: 45px;
|
|
1219
|
+
box-shadow: 0 8px 20px rgba(37, 99, 235, 0.24);
|
|
1220
|
+
transition: all 0.2s ease;
|
|
1221
|
+
text-transform: none;
|
|
1222
|
+
|
|
1223
|
+
&:hover {
|
|
1224
|
+
background: linear-gradient(135deg, #1e40af, #1e3a8a);
|
|
1225
|
+
box-shadow: 0 10px 25px rgba(37, 99, 235, 0.3);
|
|
1226
|
+
}
|
|
1227
|
+
|
|
1228
|
+
&:active {
|
|
1229
|
+
transform: translateY(1px);
|
|
1230
|
+
}
|
|
1231
|
+
}
|
|
1232
|
+
|
|
1233
|
+
.hrms-search-clear-btn {
|
|
1234
|
+
width: 100%;
|
|
1235
|
+
background-color: transparent;
|
|
1236
|
+
color: rgb(37, 99, 235);
|
|
1237
|
+
border: 1px solid rgb(37, 99, 235);
|
|
1238
|
+
border-radius: 8px;
|
|
1239
|
+
padding: 8px 24px;
|
|
1240
|
+
font-size: 16px;
|
|
1241
|
+
font-weight: 700;
|
|
1242
|
+
cursor: pointer;
|
|
1243
|
+
height: 45px;
|
|
1244
|
+
transition: all 0.2s ease;
|
|
1245
|
+
text-transform: none;
|
|
1246
|
+
|
|
1247
|
+
&:hover {
|
|
1248
|
+
background-color: rgb(37, 99, 235);
|
|
1249
|
+
color: #fff;
|
|
1250
|
+
}
|
|
1251
|
+
|
|
1252
|
+
&:active {
|
|
1253
|
+
transform: translateY(1px);
|
|
1254
|
+
}
|
|
1255
|
+
}
|
|
1256
|
+
|
|
1257
|
+
|
|
1258
|
+
.hrms-modalbutton-disable .selector-button-primary-disabled {
|
|
1259
|
+
min-height: 40px !important;
|
|
1260
|
+
height: auto !important;
|
|
1261
|
+
width: 30% !important;
|
|
1262
|
+
|
|
1263
|
+
padding: 0.5rem 1rem !important;
|
|
1264
|
+
padding-left: 1rem !important;
|
|
1265
|
+
padding-right: 1rem !important;
|
|
1266
|
+
|
|
1267
|
+
border: none !important;
|
|
1268
|
+
border-bottom: none !important;
|
|
1269
|
+
border-radius: 0.375rem !important;
|
|
1270
|
+
outline: none !important;
|
|
1271
|
+
|
|
1272
|
+
background-color: #2947a3 !important;
|
|
1273
|
+
color: #fff !important;
|
|
1274
|
+
|
|
1275
|
+
font-family: Noto Sans, sans-serif !important;
|
|
1276
|
+
font-weight: 500 !important;
|
|
1277
|
+
font-size: 0.875rem !important;
|
|
1278
|
+
line-height: 1.25rem !important;
|
|
1279
|
+
text-align: center !important;
|
|
1280
|
+
|
|
1281
|
+
display: inline-flex !important;
|
|
1282
|
+
align-items: center !important;
|
|
1283
|
+
justify-content: center !important;
|
|
1284
|
+
|
|
1285
|
+
white-space: normal !important;
|
|
1286
|
+
word-break: break-word !important;
|
|
1287
|
+
word-wrap: break-word !important;
|
|
1288
|
+
|
|
1289
|
+
transition: all 0.2s ease !important;
|
|
1290
|
+
|
|
1291
|
+
margin: 0 !important;
|
|
1292
|
+
|
|
1293
|
+
opacity: 0.5 !important;
|
|
1294
|
+
cursor: not-allowed !important;
|
|
1295
|
+
}
|
|
1296
|
+
.hrms-modalbutton-disable .selector-button-primary-disabled h2 {
|
|
1297
|
+
color: #fff !important;
|
|
1298
|
+
margin: 0 !important;
|
|
1299
|
+
}
|
|
1300
|
+
.hrms-modalbutton-disable .selector-button-primary {
|
|
1301
|
+
opacity: 1 !important;
|
|
1302
|
+
cursor: pointer !important;
|
|
1303
|
+
}
|
|
1304
|
+
|
|
1305
|
+
.hrms-delete-icon-button {
|
|
1306
|
+
cursor: pointer;
|
|
1307
|
+
padding: 4px;
|
|
1308
|
+
border-radius: 4px;
|
|
1309
|
+
display: flex;
|
|
1310
|
+
align-items: center;
|
|
1311
|
+
justify-content: center;
|
|
1312
|
+
transition: all 0.2s ease;
|
|
1313
|
+
background-color: transparent;
|
|
1314
|
+
|
|
1315
|
+
&:hover {
|
|
1316
|
+
transform: scale(1.1);
|
|
1317
|
+
opacity: 0.8;
|
|
1318
|
+
|
|
1319
|
+
svg path {
|
|
1320
|
+
fill: #2341e9b2 !important;
|
|
1321
|
+
}
|
|
1322
|
+
}
|
|
1323
|
+
|
|
1324
|
+
svg path {
|
|
1325
|
+
fill: #6b7280;
|
|
1326
|
+
transition: fill 0.2s ease;
|
|
1327
|
+
}
|
|
1328
|
+
}
|