@djb25/digit-ui-css 1.0.9 → 1.0.11

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