@djb25/digit-ui-css 1.0.2 → 1.0.4

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