@djb25/digit-ui-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 (161) hide show
  1. package/README.md +80 -0
  2. package/dist/index.css +17535 -0
  3. package/dist/index.min.css +1 -0
  4. package/img/browser-icon.png +0 -0
  5. package/img/m_seva_white_logo.png +0 -0
  6. package/img/mseva-demo.png +0 -0
  7. package/package.json +70 -0
  8. package/src/components/CardBasedOptions.scss +46 -0
  9. package/src/components/CitizenHomeCard.scss +56 -0
  10. package/src/components/EllipsisMenu.scss +17 -0
  11. package/src/components/EventCalendarView.scss +10 -0
  12. package/src/components/FAQ.scss +64 -0
  13. package/src/components/OnGroundEventCard.scss +72 -0
  14. package/src/components/PageBasedInput.scss +29 -0
  15. package/src/components/PopupHeadingLabel.scss +15 -0
  16. package/src/components/PropertySearchForm.scss +58 -0
  17. package/src/components/SearchForm.scss +56 -0
  18. package/src/components/SearchOnRadioButton.scss +10 -0
  19. package/src/components/StandaloneSearchBar.scss +10 -0
  20. package/src/components/TimeLine.scss +68 -0
  21. package/src/components/WhatsNewCard.scss +13 -0
  22. package/src/components/actionLink.scss +3 -0
  23. package/src/components/actionbar.scss +97 -0
  24. package/src/components/bannercomponents.scss +136 -0
  25. package/src/components/body.scss +144 -0
  26. package/src/components/buttons.scss +106 -0
  27. package/src/components/card.scss +468 -0
  28. package/src/components/cardHeaderWithOptions.scss +14 -0
  29. package/src/components/changeLanguage.scss +3 -0
  30. package/src/components/charts.scss +186 -0
  31. package/src/components/checkbox.scss +53 -0
  32. package/src/components/checkpoint.scss +63 -0
  33. package/src/components/citizenInfoLabel.scss +14 -0
  34. package/src/components/custombtn.scss +11 -0
  35. package/src/components/datatable.scss +134 -0
  36. package/src/components/datewrap.scss +21 -0
  37. package/src/components/detailscard.scss +6 -0
  38. package/src/components/detailscontainer.scss +13 -0
  39. package/src/components/filters.scss +98 -0
  40. package/src/components/financeUi.scss +875 -0
  41. package/src/components/grey.scss +3 -0
  42. package/src/components/hoc/InboxComposer.scss +115 -0
  43. package/src/components/hoc/index.scss +1 -0
  44. package/src/components/howItWorks.scss +71 -0
  45. package/src/components/imageviewer.scss +33 -0
  46. package/src/components/inboxv2/InboxLinks.scss +59 -0
  47. package/src/components/inboxv2/horizontalNav.scss +224 -0
  48. package/src/components/inboxv2/inboxSearch.scss +116 -0
  49. package/src/components/inboxv2/inboxSearchComposer.scss +134 -0
  50. package/src/components/inboxv2/index.scss +5 -0
  51. package/src/components/inboxv2/searchComponentTable.scss +44 -0
  52. package/src/components/info-banner.scss +35 -0
  53. package/src/components/inputotp.scss +15 -0
  54. package/src/components/keynote.scss +27 -0
  55. package/src/components/landingpage.scss +3860 -0
  56. package/src/components/languageSelector.scss +23 -0
  57. package/src/components/loader.scss +96 -0
  58. package/src/components/map.scss +30 -0
  59. package/src/components/menu.scss +0 -0
  60. package/src/components/metricsTable.scss +28 -0
  61. package/src/components/multiLink.scss +88 -0
  62. package/src/components/multiSelectDropdown.scss +77 -0
  63. package/src/components/navbar.scss +312 -0
  64. package/src/components/plusMinus.scss +15 -0
  65. package/src/components/popup.scss +16 -0
  66. package/src/components/radiobtn.scss +45 -0
  67. package/src/components/ratingstar.scss +33 -0
  68. package/src/components/roundedLabel.scss +10 -0
  69. package/src/components/searchAction.scss +20 -0
  70. package/src/components/sectionalDropdown.scss +43 -0
  71. package/src/components/selectdropdown.scss +174 -0
  72. package/src/components/sidebar.scss +141 -0
  73. package/src/components/staticDynamicMessages.scss +107 -0
  74. package/src/components/staticSideBar.scss +27 -0
  75. package/src/components/statushighlight.scss +17 -0
  76. package/src/components/submiterrors.scss +11 -0
  77. package/src/components/summary.scss +29 -0
  78. package/src/components/table.scss +230 -0
  79. package/src/components/tag.scss +27 -0
  80. package/src/components/telephone.scss +17 -0
  81. package/src/components/textfields.scss +96 -0
  82. package/src/components/toast.scss +31 -0
  83. package/src/components/toggleSwitch.scss +41 -0
  84. package/src/components/topbar.scss +151 -0
  85. package/src/components/uploadcomponents.scss +100 -0
  86. package/src/digitv2/components/ErrorMessage.scss +6 -0
  87. package/src/digitv2/components/FormComposerV2.scss +120 -0
  88. package/src/digitv2/components/actionLinkV2.scss +7 -0
  89. package/src/digitv2/components/actionbarV2.scss +110 -0
  90. package/src/digitv2/components/appContainerV2.scss +55 -0
  91. package/src/digitv2/components/backButtonV2.scss +26 -0
  92. package/src/digitv2/components/bannerV2.scss +120 -0
  93. package/src/digitv2/components/bodyContainerV2.scss +39 -0
  94. package/src/digitv2/components/breadCrumbV2.scss +31 -0
  95. package/src/digitv2/components/breakLineV2.scss +6 -0
  96. package/src/digitv2/components/buttonsV2.scss +40 -0
  97. package/src/digitv2/components/cardV2.scss +385 -0
  98. package/src/digitv2/components/checkboxV2.scss +61 -0
  99. package/src/digitv2/components/checkpointV2.scss +71 -0
  100. package/src/digitv2/components/collapseAndExpandGroups.scss +60 -0
  101. package/src/digitv2/components/dateWrapV2.scss +12 -0
  102. package/src/digitv2/components/displayPhotosV2.scss +33 -0
  103. package/src/digitv2/components/headerV2.scss +6 -0
  104. package/src/digitv2/components/infoBannerV2.scss +37 -0
  105. package/src/digitv2/components/keynoteV2.scss +35 -0
  106. package/src/digitv2/components/loaderV2.scss +81 -0
  107. package/src/digitv2/components/mobileNumberV2.scss +33 -0
  108. package/src/digitv2/components/multiSelectDropdownV2.scss +92 -0
  109. package/src/digitv2/components/noresultsfoundV2.scss +11 -0
  110. package/src/digitv2/components/otpInputV2.scss +15 -0
  111. package/src/digitv2/components/popUpV2.scss +16 -0
  112. package/src/digitv2/components/radiobtnV2.scss +51 -0
  113. package/src/digitv2/components/ratingV2.scss +33 -0
  114. package/src/digitv2/components/selectdropdownV2.scss +170 -0
  115. package/src/digitv2/components/tagV2.scss +28 -0
  116. package/src/digitv2/components/telephoneV2.scss +18 -0
  117. package/src/digitv2/components/textInputV2.scss +123 -0
  118. package/src/digitv2/components/textareaV2.scss +11 -0
  119. package/src/digitv2/components/uploadFileV2.scss +146 -0
  120. package/src/digitv2/index.scss +168 -0
  121. package/src/digitv2/pages/employee/index.scss +1 -0
  122. package/src/digitv2/pages/employee/workbench.scss +1042 -0
  123. package/src/digitv2/typography.scss +241 -0
  124. package/src/index.scss +804 -0
  125. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -0
  126. package/src/pages/citizen/DocumentList.scss +305 -0
  127. package/src/pages/citizen/Events.scss +47 -0
  128. package/src/pages/citizen/HomePageWrapper.scss +158 -0
  129. package/src/pages/citizen/SurveyList.scss +22 -0
  130. package/src/pages/citizen/citizenDocument.scss +22 -0
  131. package/src/pages/citizen/container.scss +19 -0
  132. package/src/pages/citizen/payment/payment-type.scss +3 -0
  133. package/src/pages/citizen/updatePropertyNumber.scss +46 -0
  134. package/src/pages/employee/EmployeeLogin.scss +7 -0
  135. package/src/pages/employee/cardfix.scss +13 -0
  136. package/src/pages/employee/container.scss +72 -0
  137. package/src/pages/employee/dss.scss +266 -0
  138. package/src/pages/employee/form-fields.scss +13 -0
  139. package/src/pages/employee/iframe.scss +66 -0
  140. package/src/pages/employee/inbox.scss +634 -0
  141. package/src/pages/employee/index.scss +621 -0
  142. package/src/pages/employee/login.scss +302 -0
  143. package/src/pages/employee/oldMobileInbox.scss +5 -0
  144. package/src/pages/employee/popupmodule.scss +34 -0
  145. package/src/pages/employee/response.scss +3 -0
  146. package/src/pages/employee/scroll-table.scss +119 -0
  147. package/src/pages/employee/surveys.scss +273 -0
  148. package/src/pages/employee/tooltip.scss +36 -0
  149. package/src/pages/employee/updateNumber.scss +13 -0
  150. package/svg/arrowdown.svg +1 -0
  151. package/svg/arrowleft.svg +1 -0
  152. package/svg/calendar.svg +1 -0
  153. package/svg/camera.svg +4 -0
  154. package/svg/check.svg +4 -0
  155. package/svg/close.svg +4 -0
  156. package/svg/error.svg +4 -0
  157. package/svg/error2.svg +5 -0
  158. package/svg/searchicon.svg +4 -0
  159. package/svg/starempty.svg +4 -0
  160. package/svg/starfilled.svg +5 -0
  161. package/svg/success.svg +4 -0
@@ -0,0 +1,875 @@
1
+ .finance-heading {
2
+ display: flex;
3
+ justify-content: center;
4
+ align-items: center;
5
+ font-size: 30px;
6
+ font-weight: 700;
7
+ text-transform: uppercase;
8
+ letter-spacing: 2px;
9
+ color: white;
10
+ padding: 20px 0;
11
+ -webkit-background-clip: text;
12
+ text-align: center;
13
+ background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
14
+ border-radius: 10px;
15
+ margin-left: 72px;
16
+ margin-right: 72px;
17
+ }
18
+
19
+ .modernFinanceUILoginForm {
20
+ background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
21
+ min-height: 100vh;
22
+ display: flex;
23
+ align-items: center;
24
+ justify-content: center;
25
+ padding: 20px;
26
+ position: relative;
27
+ }
28
+
29
+ .financeUI-background-decor1 {
30
+ position: absolute;
31
+ top: 20%;
32
+ left: 10%;
33
+ width: 150px;
34
+ height: 30px;
35
+ background: linear-gradient(45deg, #ff6b6b, #feca57);
36
+ border-radius: 15px;
37
+ opacity: 0.8;
38
+ transform: rotate(-15deg);
39
+ }
40
+
41
+ .financeUI-background-decor2 {
42
+ position: absolute;
43
+ top: 60%;
44
+ left: 5%;
45
+ width: 100px;
46
+ height: 20px;
47
+ background: linear-gradient(45deg, #48cae4, #023047);
48
+ border-radius: 10px;
49
+ opacity: 0.6;
50
+ transform: rotate(25deg);
51
+ }
52
+
53
+ .financeUI-background-decor3 {
54
+ position: absolute;
55
+ top: 30%;
56
+ left: 15%;
57
+ width: 80px;
58
+ height: 15px;
59
+ background: linear-gradient(45deg, #f093fb, #f5576c);
60
+ border-radius: 8px;
61
+ opacity: 0.7;
62
+ transform: rotate(-30deg);
63
+ }
64
+
65
+ .financeUI-background-decor4 {
66
+ position: absolute;
67
+ top: 45%;
68
+ left: 8%;
69
+ width: 200px;
70
+ height: 35px;
71
+ background: linear-gradient(45deg, #4facfe, #00f2fe);
72
+ border-radius: 18px;
73
+ opacity: 0.5;
74
+ transform: rotate(15deg);
75
+ }
76
+
77
+ .financeUI-background-decor5 {
78
+ position: absolute;
79
+ top: 20%;
80
+ right: 10%;
81
+ width: 120px;
82
+ height: 25px;
83
+ background: linear-gradient(45deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
84
+ border-radius: 12px;
85
+ transform: rotate(-20deg);
86
+ }
87
+
88
+ .financeUI-background-decor6 {
89
+ position: absolute;
90
+ top: 70%;
91
+ right: 15%;
92
+ width: 90px;
93
+ height: 18px;
94
+ background: linear-gradient(45deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
95
+ border-radius: 9px;
96
+ transform: rotate(30deg);
97
+ }
98
+
99
+ .financeUI-background-decor7 {
100
+ position: absolute;
101
+ top: 50%;
102
+ right: 5%;
103
+ width: 160px;
104
+ height: 28px;
105
+ background: linear-gradient(45deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.05));
106
+ border-radius: 14px;
107
+ transform: rotate(-10deg);
108
+ }
109
+
110
+ .modernFinanceUIMainContainer {
111
+ display: flex;
112
+ max-width: 1200px;
113
+ width: 100%;
114
+ background-color: white;
115
+ border-radius: 20px;
116
+ box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
117
+ overflow: hidden;
118
+ min-height: 600px;
119
+ }
120
+
121
+ .modernFinanceUIWelcomeContent {
122
+ flex: 1;
123
+ background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
124
+ padding: 60px 40px;
125
+ display: flex;
126
+ flex-direction: column;
127
+ justify-content: center;
128
+ color: white;
129
+ position: relative;
130
+ overflow: hidden;
131
+ }
132
+
133
+ .financeUI-Loginheading {
134
+ font-size: 3rem;
135
+ font-weight: bold;
136
+ margin-bottom: 20px;
137
+ line-height: 1.2;
138
+ }
139
+
140
+ .financeUI-LoginSubheading {
141
+ font-size: 1.1rem;
142
+ line-height: 1.6;
143
+ opacity: 0.9;
144
+ max-width: 400px;
145
+ }
146
+
147
+ .modernFinanceUILoginFormRightContainer {
148
+ flex: 1;
149
+ padding: 60px 50px;
150
+ display: flex;
151
+ flex-direction: column;
152
+ justify-content: center;
153
+ background-color: #fafafa;
154
+ }
155
+
156
+ .modernLoginForm .form-field {
157
+ margin-bottom: 20px;
158
+ }
159
+
160
+ .modernLoginForm input {
161
+ width: 100%;
162
+ padding: 12px 16px;
163
+ border: 2px solid #e1e5e9;
164
+ border-radius: 8px;
165
+ font-size: 1rem;
166
+ transition: all 0.3s ease;
167
+ background-color: white;
168
+ }
169
+
170
+ .modernLoginForm input:focus {
171
+ outline: none;
172
+ border-color: #667eea;
173
+ box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
174
+ }
175
+
176
+ .modernLoginButton {
177
+ width: 100%;
178
+ padding: 12px 24px;
179
+ background: linear-gradient(45deg, #667eea, #764ba2) !important;
180
+ border: none !important;
181
+ border-radius: 8px !important;
182
+ color: white !important;
183
+ font-size: 1rem !important;
184
+ font-weight: 600 !important;
185
+ cursor: pointer;
186
+ transition: all 0.3s ease;
187
+ text-transform: uppercase;
188
+ letter-spacing: 0.5px;
189
+ }
190
+
191
+ .modernLoginButton:hover {
192
+ transform: translateY(-2px);
193
+ box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3) !important;
194
+ }
195
+
196
+ .modernLoginButton:disabled {
197
+ opacity: 0.6;
198
+ cursor: not-allowed;
199
+ transform: none;
200
+ }
201
+
202
+ .modernLoginCard {
203
+ background: transparent !important;
204
+ box-shadow: none !important;
205
+ border: none !important;
206
+ }
207
+
208
+ @media (max-width: 768px) {
209
+ .main-container {
210
+ flex-direction: column;
211
+ margin: 20px;
212
+ min-height: auto;
213
+ }
214
+
215
+ .left-side {
216
+ padding: 40px 30px;
217
+ }
218
+
219
+ .left-side h1 {
220
+ font-size: 2.2rem;
221
+ }
222
+
223
+ .right-side {
224
+ padding: 40px 30px;
225
+ }
226
+ }
227
+
228
+
229
+ .financemodule-image {
230
+ width: 100%;
231
+ height: 200px;
232
+ /* 🔥 Fixes uniform height */
233
+ object-fit: cover;
234
+ /* 🔥 Ensures image fills area nicely */
235
+ border-radius: 8px;
236
+ }
237
+
238
+
239
+ .financemodule-icon-image-wrapper {
240
+ position: relative;
241
+ bottom: 30px;
242
+ left: 50%;
243
+ transform: translateX(-50%);
244
+ background-color: black;
245
+ border-radius: 50%;
246
+ padding: 10px;
247
+ box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
248
+ display: flex;
249
+ align-items: center;
250
+ justify-content: center;
251
+ width: 50px;
252
+ height: 50px;
253
+ z-index: 2;
254
+ }
255
+
256
+ .financemodule-image-section {
257
+ width: 100%;
258
+ height: 200px;
259
+ /* same height as image */
260
+ overflow: hidden;
261
+ border-radius: 8px;
262
+ }
263
+
264
+
265
+ .finance-mainlayout {
266
+ display: flex;
267
+ flex-direction: row;
268
+ flex-wrap: nowrap;
269
+ width: 100%;
270
+ box-sizing: border-box;
271
+ gap: 20px;
272
+ }
273
+
274
+ /* Column widths */
275
+ .finance-mainlayout-col1 {
276
+ width: 25%;
277
+ }
278
+
279
+ .finance-mainlayout-col2 {
280
+ width: 33.33%;
281
+ }
282
+
283
+ .finance-mainlayout-col3 {
284
+ width: 50%;
285
+ }
286
+
287
+ .finance-mainlayout-col4 {
288
+ width: 75%;
289
+ }
290
+
291
+ .finance-mainlayout-col5 {
292
+ width: 100%;
293
+ }
294
+
295
+ .custom-sidebar {
296
+ width: 260px;
297
+ background-color: #ffffff;
298
+ transition: width 0.3s;
299
+ box-shadow: 2px 0 8px rgba(0, 0, 0, 0.05);
300
+ display: flex;
301
+ flex-direction: column;
302
+ overflow: hidden;
303
+ border-radius: 6px;
304
+ }
305
+
306
+ .custom-sidebar.open {
307
+ width: 300px;
308
+ height: 560px;
309
+ }
310
+
311
+ .custom-sidebar.open .menu-item.active {
312
+ background-color: #667eea;
313
+ font-weight: bold;
314
+ margin: 10px;
315
+ border-radius: 6px;
316
+ color: white;
317
+ }
318
+
319
+ .custom-sidebar:not(.open) {
320
+ width: 60px;
321
+ height: 570px;
322
+ }
323
+
324
+ .custom-sidebar:not(.open) .label {
325
+ display: none;
326
+ }
327
+
328
+ .custom-sidebar:not(.open) .badge {
329
+ position: absolute;
330
+ top: 8px;
331
+ right: 8px;
332
+ }
333
+
334
+ .custom-sidebar:not(.open) .submenu {
335
+ display: none;
336
+ }
337
+
338
+ .custom-sidebar:not(.open) .menu-item.active {
339
+ background-color: transparent;
340
+ font-weight: normal;
341
+ margin: 0;
342
+ border-radius: 0;
343
+ }
344
+
345
+ .custom-sidebar-header {
346
+ padding: 1rem;
347
+ display: flex;
348
+ justify-content: flex-end;
349
+ border-bottom: 1px solid #eee;
350
+ }
351
+
352
+ .custom-sidebar-header .toggle-btn {
353
+ background: none;
354
+ border: none;
355
+ cursor: pointer;
356
+ color: #333;
357
+ font-size: 14px;
358
+ }
359
+
360
+ .custom-sidebar-header .toggle-btn:hover {
361
+ text-decoration: underline;
362
+ }
363
+
364
+ .menu-list {
365
+ list-style: none;
366
+ padding: 8px 0;
367
+ margin: 0;
368
+ flex: 1;
369
+ overflow: auto;
370
+ }
371
+
372
+ .menu-list li {
373
+ position: relative;
374
+ }
375
+
376
+ .menu-list li .menu-item {
377
+ display: flex;
378
+ align-items: flex-start;
379
+ padding: 20px 10px;
380
+ cursor: pointer;
381
+ color: #333;
382
+ transition: background-color 0.2s ease;
383
+ }
384
+
385
+ .menu-list li .menu-item .icon {
386
+ font-size: 18px;
387
+ margin-right: 12px;
388
+ }
389
+
390
+ .menu-list li .menu-item .label {
391
+ font-size: 15px;
392
+ line-height: 1.4;
393
+ word-break: break-word;
394
+ white-space: normal;
395
+ flex: 1;
396
+ }
397
+
398
+ .menu-list li .menu-item .badge {
399
+ margin-left: auto;
400
+ background-color: red;
401
+ color: white;
402
+ border-radius: 10px;
403
+ padding: 2px 6px;
404
+ font-size: 12px;
405
+ }
406
+
407
+ .menu-list li .menu-item:hover:not(.active) {
408
+ background-color: #f2f2f2;
409
+ }
410
+
411
+ .menu-list li .submenu {
412
+ list-style: none;
413
+ padding-left: 40px;
414
+ margin-top: 6px;
415
+ }
416
+
417
+ .menu-list li .submenu .submenu-item {
418
+ padding: 8px 0;
419
+ font-size: 14px;
420
+ color: #666;
421
+ cursor: pointer;
422
+ }
423
+
424
+ .menu-list li .submenu .submenu-item:hover {
425
+ background-color: #f9f9f9;
426
+ }
427
+
428
+ .collapsible-card {
429
+ border-radius: 6px;
430
+ margin-bottom: 16px;
431
+ background: #fff;
432
+ overflow: hidden;
433
+ }
434
+
435
+ .collapsible-card-header {
436
+ display: flex;
437
+ justify-content: space-between;
438
+ align-items: center;
439
+ padding: 12px 16px;
440
+ cursor: pointer;
441
+ position: relative;
442
+ border-bottom: 1px solid #eee;
443
+ }
444
+
445
+ .collapsible-card-header::before {
446
+ content: "";
447
+ position: absolute;
448
+ top: 0;
449
+ left: 0;
450
+ width: 4px;
451
+ height: 100%;
452
+ background: #667eea;
453
+ }
454
+
455
+ .collapsible-card-title {
456
+ margin: 0;
457
+ font-size: 15px;
458
+ font-weight: 600;
459
+ padding-left: 8px;
460
+ }
461
+
462
+ .collapsible-card-arrow {
463
+ font-size: 14px;
464
+ display: inline-block;
465
+ transition: transform 0.3s ease;
466
+ }
467
+
468
+ .collapsible-card-arrow.open {
469
+ transform: rotate(180deg);
470
+ }
471
+
472
+ .collapsible-card-body {
473
+ font-size: 14px;
474
+ color: #444;
475
+ background: #fff;
476
+ padding: 15px;
477
+ }
478
+
479
+ .finance-breadcrumb {
480
+ background-color: transparent;
481
+ padding: 0;
482
+ margin: 0;
483
+ display: flex;
484
+ align-items: center;
485
+ gap: 12px;
486
+ font-size: 14px;
487
+ }
488
+
489
+ .finance-breadcrumb .back-button {
490
+ display: inline-flex;
491
+ align-items: center;
492
+ gap: 15px;
493
+ text-decoration: none;
494
+ padding: 6px 12px;
495
+ border-radius: 4px;
496
+ font-weight: 500;
497
+ transition: background-color 0.2s;
498
+ cursor: pointer;
499
+ color: white;
500
+ }
501
+
502
+ .finance-breadcrumb .back-button svg {
503
+ width: 18px;
504
+ height: 18px;
505
+ }
506
+
507
+ .finance-breadcrumb .breadcrumb-items {
508
+ display: flex;
509
+ align-items: center;
510
+ gap: 8px;
511
+ }
512
+
513
+ .finance-breadcrumb .breadcrumb-item {
514
+ display: inline-flex;
515
+ align-items: center;
516
+ color: rgba(255, 255, 255, 0.8);
517
+ font-weight: 400;
518
+ font-size: 14px;
519
+ }
520
+
521
+ .finance-header {
522
+ background: linear-gradient(135deg, #667eea, #764ba2);
523
+ padding: 16px 24px;
524
+ color: white;
525
+ margin-top: 25px;
526
+ margin-bottom: 0;
527
+ border-radius: 6px;
528
+ }
529
+
530
+ /* Mobile Responsive Styles */
531
+ @media (max-width: 768px) {
532
+ .finance-mainlayout {
533
+ flex-direction: column;
534
+ gap: 15px;
535
+ }
536
+
537
+ .finance-mainlayout-col1,
538
+ .finance-mainlayout-col2,
539
+ .finance-mainlayout-col3,
540
+ .finance-mainlayout-col4,
541
+ .finance-mainlayout-col5 {
542
+ width: 100%;
543
+ }
544
+
545
+ .custom-sidebar {
546
+ width: 100%;
547
+ transition: height 0.35s ease, padding 0.3s ease;
548
+ }
549
+
550
+ /* ============ EXPANDED ============ */
551
+ .custom-sidebar.open {
552
+ height: calc(100vh - 70px);
553
+ /* enough space for menu */
554
+ }
555
+
556
+ /* Scrollbar only when OPEN */
557
+ .custom-sidebar.open .menu-list {
558
+ overflow-y: auto;
559
+ }
560
+
561
+ /* ============ COLLAPSED ============ */
562
+ .custom-sidebar.open .menu-item,
563
+ .custom-sidebar.open .label,
564
+ .custom-sidebar.open .submenu {
565
+ opacity: 1;
566
+ transition: opacity 0.3s ease-in;
567
+ }
568
+
569
+ .custom-sidebar:not(.open) {
570
+ height: 60px;
571
+ /* collapse UP */
572
+ }
573
+
574
+ /* Hide text + submenu when collapsed */
575
+ .custom-sidebar:not(.open) .label,
576
+ .custom-sidebar:not(.open) .submenu,
577
+ .custom-sidebar:not(.open) .badge {
578
+ opacity: 0;
579
+ transition: opacity 0.2s ease-out;
580
+ pointer-events: none;
581
+ }
582
+
583
+ .custom-sidebar:not(.open) .menu-item {
584
+ justify-content: center;
585
+ transition: all 0.3s ease;
586
+ }
587
+
588
+
589
+ .menu-list {
590
+ max-height: none;
591
+ }
592
+
593
+ .menu-list li .menu-item {
594
+ padding: 12px 16px;
595
+ }
596
+
597
+ .menu-list li .menu-item .icon {
598
+ font-size: 16px;
599
+ margin-right: 10px;
600
+ }
601
+
602
+ .menu-list li .menu-item .label {
603
+ font-size: 14px;
604
+ }
605
+
606
+ .finance-header {
607
+ margin-top: 15px;
608
+ padding: 12px 16px;
609
+ border-radius: 4px;
610
+ }
611
+
612
+ .finance-heading {
613
+ font-size: 24px;
614
+ margin-left: 20px;
615
+ margin-right: 20px;
616
+ padding: 15px 0;
617
+ }
618
+ }
619
+
620
+ @media (max-width: 480px) {
621
+ .custom-sidebar .menu-list li .menu-item {
622
+ padding: 10px 12px;
623
+ }
624
+
625
+ .custom-sidebar .menu-list li .menu-item .icon {
626
+ font-size: 14px;
627
+ margin-right: 8px;
628
+ }
629
+
630
+ .custom-sidebar .menu-list li .menu-item .label {
631
+ font-size: 13px;
632
+ }
633
+
634
+ .custom-sidebar:not(.open) {
635
+ height: 55px;
636
+ }
637
+
638
+ .menu-list .menu-item {
639
+ padding: 10px 12px;
640
+ }
641
+
642
+ .menu-list .menu-item .icon {
643
+ font-size: 14px;
644
+ margin-right: 8px;
645
+ }
646
+
647
+ .menu-list .menu-item .label {
648
+ font-size: 13px;
649
+ }
650
+
651
+ .custom-sidebar .menu-item {
652
+ padding: 10px 12px;
653
+ }
654
+
655
+ .custom-sidebar .menu-item .icon {
656
+ font-size: 14px;
657
+ margin-right: 8px;
658
+ }
659
+
660
+ .custom-sidebar .menu-item .label {
661
+ font-size: 13px;
662
+ }
663
+
664
+ .custom-sidebar-header .toggle-btn {
665
+ font-size: 13px;
666
+ padding: 4px 8px;
667
+ }
668
+
669
+ .custom-sidebar-header .toggle-btn {
670
+ font-size: 13px;
671
+ padding: 4px 8px;
672
+ }
673
+
674
+ .finance-header {
675
+ margin-top: 10px;
676
+ padding: 10px 12px;
677
+ }
678
+
679
+ .finance-heading {
680
+ font-size: 20px;
681
+ margin-left: 15px;
682
+ margin-right: 15px;
683
+ padding: 12px 0;
684
+ letter-spacing: 1px;
685
+ }
686
+
687
+ .finance-breadcrumb {
688
+ font-size: 12px;
689
+ gap: 8px;
690
+ }
691
+
692
+ .finance-breadcrumb .back-button {
693
+ padding: 4px 8px;
694
+ gap: 8px;
695
+ }
696
+
697
+ .finance-breadcrumb .back-button svg {
698
+ width: 14px;
699
+ height: 14px;
700
+ }
701
+
702
+ .collapsible-card-body {
703
+ padding: 15px;
704
+ }
705
+ }
706
+
707
+
708
+ .collapsible-card-tabs {
709
+ display: flex;
710
+ width: 100%;
711
+ border-radius: 9999px;
712
+ background-color: #e9f0f5;
713
+ padding: 4px;
714
+ }
715
+
716
+ .collapsible-card-tab-button {
717
+ flex: 1;
718
+ padding: 12px;
719
+ text-align: center;
720
+ font-weight: 500;
721
+ border-radius: 9999px;
722
+ background-color: transparent;
723
+ color: #4b5563;
724
+ cursor: pointer;
725
+ transition: all 0.3s;
726
+ }
727
+
728
+ .collapsible-card-tab-button:hover {
729
+ color: #1f2937;
730
+ }
731
+
732
+ .collapsible-card-tab-button.active {
733
+ background-color: #667eea;
734
+ color: white;
735
+ box-shadow: 0 2px 10px rgba(102, 126, 234, 0.3);
736
+ }
737
+
738
+ .collapsible-card-tab-content {
739
+ padding: 20px;
740
+ }
741
+
742
+
743
+ /* -------------------------------------------------------------- */
744
+ /* EXACT RESPONSIVE FIX FOR MODULE PAGE (MATCHES YOUR SCREENSHOT) */
745
+ /* -------------------------------------------------------------- */
746
+
747
+ @media screen and (max-width: 1024px) {
748
+
749
+ /* Entire 2-column layout becomes single-column */
750
+ .finance-mainlayout {
751
+ flex-direction: column !important;
752
+ width: 100% !important;
753
+ gap: 16px !important;
754
+ padding: 0 16px !important;
755
+ box-sizing: border-box !important;
756
+ }
757
+
758
+ /* Left collapsible card (Create Budget Group sidebar) */
759
+ .finance-mainlayout-col1 {
760
+ width: 100% !important;
761
+ }
762
+
763
+ .collapsible-card {
764
+ width: 100% !important;
765
+ margin: 0 !important;
766
+ }
767
+
768
+ /* Collapsible header */
769
+ .collapsible-card-header {
770
+ padding: 16px !important;
771
+ }
772
+
773
+ /* Right content section (Forms) */
774
+ .finance-mainlayout-col4,
775
+ .finance-mainlayout-col5,
776
+ .finance-mainlayout-col3,
777
+ .finance-mainlayout-col2 {
778
+ width: 100% !important;
779
+ }
780
+
781
+ .employeeCard,
782
+ .card,
783
+ .card-body,
784
+ .card-content {
785
+ width: 100% !important;
786
+ margin: 0 !important;
787
+ padding: 16px !important;
788
+ box-sizing: border-box !important;
789
+ }
790
+
791
+ /* All form fields become full width */
792
+ .field,
793
+ .field-container,
794
+ .employeeCard .field,
795
+ .employeeCard .field .field-container {
796
+ width: 100% !important;
797
+ display: block !important;
798
+ }
799
+
800
+ input,
801
+ select,
802
+ .text-input input,
803
+ .employee-card-input input {
804
+ width: 100% !important;
805
+ }
806
+
807
+ /* Button full-width */
808
+ .submit-bar button {
809
+ width: 100% !important;
810
+ }
811
+
812
+ /* Header strip (purple header under topbar) */
813
+ .finance-header {
814
+ margin-top: 10px !important;
815
+ margin-bottom: 0 !important;
816
+ padding: 12px 16px !important;
817
+ }
818
+
819
+ /* Breadcrumb row */
820
+ .finance-breadcrumb {
821
+ padding: 10px 16px !important;
822
+ font-size: 13px !important;
823
+ }
824
+
825
+ .custom-sidebar.open {
826
+ width: 100%;
827
+ height: auto;
828
+ }
829
+
830
+ }
831
+
832
+ @media screen and (min-width: 1280px) and (max-width: 1600px) {
833
+
834
+ .finance-mainlayout {
835
+ flex-direction: row !important;
836
+ flex-wrap: nowrap !important;
837
+ align-items: flex-start !important;
838
+ gap: 20px !important;
839
+ width: 100% !important;
840
+ }
841
+
842
+ .custom-sidebar {
843
+ width: 260px !important;
844
+ height: auto !important;
845
+ }
846
+
847
+ .custom-sidebar.open {
848
+ width: 300px !important;
849
+ height: 556px !important;
850
+ }
851
+
852
+ .custom-sidebar:not(.open) {
853
+ width: 260px !important;
854
+ height: auto !important;
855
+ }
856
+
857
+ .finance-mainlayout-col4,
858
+ .finance-mainlayout-col5,
859
+ .finance-mainlayout-col3,
860
+ .finance-mainlayout-col2 {
861
+ width: calc(100% - 322px) !important;
862
+ }
863
+
864
+
865
+
866
+
867
+ }
868
+
869
+ .main-no-padding {
870
+ padding-top: 0 !important;
871
+ }
872
+
873
+ .main-home {
874
+ padding-top: 80px !important;
875
+ }