@solidstarters/create-solid-app 1.2.15 → 1.2.17

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 (123) hide show
  1. package/helpers.js +2 -0
  2. package/package.json +1 -1
  3. package/templates/nest-template/package-lock.json +8 -8
  4. package/templates/nest-template/package.json +2 -2
  5. package/templates/next-template/app/GlobalProvider.tsx +4 -0
  6. package/templates/next-template/app/admin/core/[moduleName]/home/page.tsx +3 -2
  7. package/templates/next-template/app/admin/extensions/BookSimilarTitles.tsx +63 -0
  8. package/templates/next-template/app/admin/extensions/ImageGrid12Column.tsx +132 -0
  9. package/templates/next-template/app/admin/extensions/bookFormViewBlurHandler.ts +21 -0
  10. package/templates/next-template/app/admin/extensions/bookFormViewChangeHandler.ts +42 -0
  11. package/templates/next-template/app/layout.tsx +3 -15
  12. package/templates/next-template/app/solid-extensions.ts +13 -0
  13. package/templates/next-template/dot-templates/dot.gitignore.template +2 -0
  14. package/templates/next-template/package-lock.json +1023 -12
  15. package/templates/next-template/package.json +2 -1
  16. package/templates/next-template/app/error.tsx +0 -30
  17. package/templates/next-template/app/favicon.ico +0 -0
  18. package/templates/next-template/app/globals.css +0 -2516
  19. package/templates/next-template/app/head.tsx +0 -17
  20. package/templates/next-template/app/loading.tsx +0 -10
  21. package/templates/next-template/app/not-found.tsx +0 -25
  22. package/templates/next-template/app/page.module.css +0 -229
  23. package/templates/next-template/app/page.tsx +0 -11
  24. package/templates/next-template/app/solid-global.css +0 -2
  25. package/templates/next-template/app/solid-stylesheet.css +0 -25
  26. package/templates/next-template/public/images/AvatarDemo.png +0 -0
  27. package/templates/next-template/public/images/Footerbg.png +0 -0
  28. package/templates/next-template/public/images/LoginBanner.png +0 -0
  29. package/templates/next-template/public/images/Navigation/Level.svg +0 -5
  30. package/templates/next-template/public/images/Navigation/Presure.svg +0 -7
  31. package/templates/next-template/public/images/Navigation/Temperature.svg +0 -13
  32. package/templates/next-template/public/images/Navigation/settings.png +0 -0
  33. package/templates/next-template/public/images/Profile/Avatar.png +0 -0
  34. package/templates/next-template/public/images/SS-Logo-1 1.png +0 -0
  35. package/templates/next-template/public/images/activity.svg +0 -3
  36. package/templates/next-template/public/images/app-builder.png +0 -0
  37. package/templates/next-template/public/images/auth/solid-left-layout-bg.png +0 -0
  38. package/templates/next-template/public/images/auth/solid-login-light.png +0 -0
  39. package/templates/next-template/public/images/auth/solid-right-layout-bg.png +0 -0
  40. package/templates/next-template/public/images/clog-wheel.png +0 -0
  41. package/templates/next-template/public/images/dark-mode.png +0 -0
  42. package/templates/next-template/public/images/dashboard/Ellipse 1.svg +0 -10
  43. package/templates/next-template/public/images/dashboard/Rectangle 17.svg +0 -10
  44. package/templates/next-template/public/images/dashboard/Rectangle 25.svg +0 -11
  45. package/templates/next-template/public/images/dashboard/image 5.svg +0 -9
  46. package/templates/next-template/public/images/eye-icon.png +0 -0
  47. package/templates/next-template/public/images/fb.svg +0 -3
  48. package/templates/next-template/public/images/fileReader/image-jpg.png +0 -0
  49. package/templates/next-template/public/images/filter-icon.png +0 -0
  50. package/templates/next-template/public/images/form/user.png +0 -0
  51. package/templates/next-template/public/images/iam.png +0 -0
  52. package/templates/next-template/public/images/icons/icon-activity.svg +0 -3
  53. package/templates/next-template/public/images/icons/icon-calender.svg +0 -3
  54. package/templates/next-template/public/images/icons/icon-graph.svg +0 -3
  55. package/templates/next-template/public/images/icons/icon-kanban.svg +0 -3
  56. package/templates/next-template/public/images/icons/icon-list.svg +0 -3
  57. package/templates/next-template/public/images/icons/icon-users.svg +0 -3
  58. package/templates/next-template/public/images/icons/jump-to-icon.png +0 -0
  59. package/templates/next-template/public/images/insta.svg +0 -3
  60. package/templates/next-template/public/images/layout/images/comfortable.png +0 -0
  61. package/templates/next-template/public/images/layout/images/compact.png +0 -0
  62. package/templates/next-template/public/images/layout/images/cozy.png +0 -0
  63. package/templates/next-template/public/images/layout/images/kanban.png +0 -0
  64. package/templates/next-template/public/images/li.svg +0 -3
  65. package/templates/next-template/public/images/loginhero.png +0 -0
  66. package/templates/next-template/public/images/logo.png +0 -0
  67. package/templates/next-template/public/images/mail-icon.png +0 -0
  68. package/templates/next-template/public/images/menu/app-builder.svg +0 -19
  69. package/templates/next-template/public/images/menu/iam.svg +0 -14
  70. package/templates/next-template/public/images/menu/logicloop-black.svg +0 -28
  71. package/templates/next-template/public/images/menu/logicloop-blue.svg +0 -32
  72. package/templates/next-template/public/images/menu/logicloop-white.svg +0 -32
  73. package/templates/next-template/public/images/menu/queues.svg +0 -14
  74. package/templates/next-template/public/images/menu/radix.svg +0 -9
  75. package/templates/next-template/public/images/menu/rl-lead-middleware.svg +0 -19
  76. package/templates/next-template/public/images/menu/solid-address-master.svg +0 -10
  77. package/templates/next-template/public/images/menu/srmd-tracker-black.svg +0 -16
  78. package/templates/next-template/public/images/menu/srmd-tracker-original.svg +0 -32
  79. package/templates/next-template/public/images/menu/srmd-tracker-white.svg +0 -17
  80. package/templates/next-template/public/images/menu/srmd-tracker.svg +0 -16
  81. package/templates/next-template/public/images/menu-icon.png +0 -0
  82. package/templates/next-template/public/images/menu-toggle.png +0 -0
  83. package/templates/next-template/public/images/password-icon.png +0 -0
  84. package/templates/next-template/public/images/profile.png +0 -0
  85. package/templates/next-template/public/images/radix-logo-white.png +0 -0
  86. package/templates/next-template/public/images/radix-logo.png +0 -0
  87. package/templates/next-template/public/images/search-icon.png +0 -0
  88. package/templates/next-template/public/images/signupBanner.png +0 -0
  89. package/templates/next-template/public/images/tw.svg +0 -3
  90. package/templates/next-template/public/images/user-icon.png +0 -0
  91. package/templates/next-template/public/styles/SF-Pro-Display-Regular.otf +0 -0
  92. package/templates/next-template/public/styles/layout/_config.scss +0 -54
  93. package/templates/next-template/public/styles/layout/_content.scss +0 -77
  94. package/templates/next-template/public/styles/layout/_footer.scss +0 -8
  95. package/templates/next-template/public/styles/layout/_main.scss +0 -47
  96. package/templates/next-template/public/styles/layout/_menu.scss +0 -185
  97. package/templates/next-template/public/styles/layout/_mixins.scss +0 -13
  98. package/templates/next-template/public/styles/layout/_responsive.scss +0 -99
  99. package/templates/next-template/public/styles/layout/_topbar.scss +0 -149
  100. package/templates/next-template/public/styles/layout/_typography.scss +0 -63
  101. package/templates/next-template/public/styles/layout/_utils.scss +0 -27
  102. package/templates/next-template/public/styles/layout/_variables.scss +0 -3
  103. package/templates/next-template/public/styles/layout/layout.scss +0 -11
  104. package/templates/next-template/public/themes/solid-dark-purple/fonts/SF-Pro-Display-Black.otf +0 -0
  105. package/templates/next-template/public/themes/solid-dark-purple/fonts/SF-Pro-Display-Bold.otf +0 -0
  106. package/templates/next-template/public/themes/solid-dark-purple/fonts/SF-Pro-Display-Heavy.otf +0 -0
  107. package/templates/next-template/public/themes/solid-dark-purple/fonts/SF-Pro-Display-Light.otf +0 -0
  108. package/templates/next-template/public/themes/solid-dark-purple/fonts/SF-Pro-Display-Medium.otf +0 -0
  109. package/templates/next-template/public/themes/solid-dark-purple/fonts/SF-Pro-Display-Regular.otf +0 -0
  110. package/templates/next-template/public/themes/solid-dark-purple/fonts/SF-Pro-Display-Semibold.otf +0 -0
  111. package/templates/next-template/public/themes/solid-dark-purple/fonts/SF-Pro-Display-Thin.otf +0 -0
  112. package/templates/next-template/public/themes/solid-dark-purple/fonts/SF-Pro-Display-Ultralight.otf +0 -0
  113. package/templates/next-template/public/themes/solid-dark-purple/theme.css +0 -9052
  114. package/templates/next-template/public/themes/solid-light-purple/fonts/SF-Pro-Display-Black.otf +0 -0
  115. package/templates/next-template/public/themes/solid-light-purple/fonts/SF-Pro-Display-Bold.otf +0 -0
  116. package/templates/next-template/public/themes/solid-light-purple/fonts/SF-Pro-Display-Heavy.otf +0 -0
  117. package/templates/next-template/public/themes/solid-light-purple/fonts/SF-Pro-Display-Light.otf +0 -0
  118. package/templates/next-template/public/themes/solid-light-purple/fonts/SF-Pro-Display-Medium.otf +0 -0
  119. package/templates/next-template/public/themes/solid-light-purple/fonts/SF-Pro-Display-Regular.otf +0 -0
  120. package/templates/next-template/public/themes/solid-light-purple/fonts/SF-Pro-Display-Semibold.otf +0 -0
  121. package/templates/next-template/public/themes/solid-light-purple/fonts/SF-Pro-Display-Thin.otf +0 -0
  122. package/templates/next-template/public/themes/solid-light-purple/fonts/SF-Pro-Display-Ultralight.otf +0 -0
  123. package/templates/next-template/public/themes/solid-light-purple/theme.css +0 -9084
@@ -1,2516 +0,0 @@
1
- /* Loader Main */
2
-
3
- .center-loader {
4
- margin-left: auto;
5
- margin-right: auto;
6
- padding: 150px 0;
7
- }
8
-
9
- .lds-ellipsis {
10
- display: inline-block;
11
- position: relative;
12
- width: 80px;
13
- height: 80px;
14
- }
15
-
16
- .lds-ellipsis div {
17
- position: absolute;
18
- top: 33px;
19
- width: 13px;
20
- height: 13px;
21
- border-radius: 50%;
22
- background: #197EF7;
23
- animation-timing-function: cubic-bezier(0, 1, 1, 0);
24
- }
25
-
26
- .lds-ellipsis div:nth-child(1) {
27
- left: 8px;
28
- animation: lds-ellipsis1 0.6s infinite;
29
- }
30
-
31
- .lds-ellipsis div:nth-child(2) {
32
- left: 8px;
33
- animation: lds-ellipsis2 0.6s infinite;
34
- }
35
-
36
- .lds-ellipsis div:nth-child(3) {
37
- left: 32px;
38
- animation: lds-ellipsis2 0.6s infinite;
39
- }
40
-
41
- .lds-ellipsis div:nth-child(4) {
42
- left: 56px;
43
- animation: lds-ellipsis3 0.6s infinite;
44
- }
45
-
46
- @keyframes lds-ellipsis1 {
47
- 0% {
48
- transform: scale(0);
49
- }
50
-
51
- 100% {
52
- transform: scale(1);
53
- }
54
- }
55
-
56
- @keyframes lds-ellipsis3 {
57
- 0% {
58
- transform: scale(1);
59
- }
60
-
61
- 100% {
62
- transform: scale(0);
63
- }
64
- }
65
-
66
- @keyframes lds-ellipsis2 {
67
- 0% {
68
- transform: translate(0, 0);
69
- }
70
-
71
- 100% {
72
- transform: translate(24px, 0);
73
- }
74
- }
75
-
76
- /* User Setting Loader */
77
-
78
- @keyframes rotate {
79
- from {
80
- transform: rotate(0deg);
81
- }
82
-
83
- to {
84
- transform: rotate(360deg);
85
- }
86
- }
87
-
88
- @-webkit-keyframes rotate {
89
- from {
90
- -webkit-transform: rotate(0deg);
91
- }
92
-
93
- to {
94
- -webkit-transform: rotate(360deg);
95
- }
96
- }
97
-
98
- .load {
99
- width: 80px;
100
- height: 80px;
101
- margin: 110px auto 0;
102
- border: solid 6px #197EF7;
103
- border-radius: 50%;
104
- border-right-color: transparent;
105
- border-bottom-color: transparent;
106
- -webkit-transition: all 0.5s ease-in;
107
- -webkit-animation-name: rotate;
108
- -webkit-animation-duration: 1s;
109
- -webkit-animation-iteration-count: infinite;
110
- -webkit-animation-timing-function: linear;
111
-
112
- transition: all 0.5s ease-in;
113
- animation-name: rotate;
114
- animation-duration: 1s;
115
- animation-iteration-count: infinite;
116
- animation-timing-function: linear;
117
- }
118
-
119
- /* Button Loader */
120
- .lds-dual-ring {
121
- display: inline-block;
122
- width: 16px;
123
- height: 16px;
124
- }
125
-
126
- .lds-dual-ring:after {
127
- content: " ";
128
- display: block;
129
- width: 24px;
130
- height: 24px;
131
- border-radius: 50%;
132
- border: 3px solid #fff;
133
- border-color: #fff transparent #fff transparent;
134
- animation: lds-dual-ring 1.2s linear infinite;
135
- }
136
-
137
- @keyframes lds-dual-ring {
138
- 0% {
139
- transform: rotate(0deg);
140
- }
141
-
142
- 100% {
143
- transform: rotate(360deg);
144
- }
145
- }
146
-
147
- /* Login & Register */
148
-
149
- .wrapper {
150
- display: flex;
151
- justify-content: center;
152
- align-items: center;
153
- /* margin-top: 4rem; */
154
-
155
- font-weight: 700;
156
- }
157
-
158
- .user-dashboard .wrapper {
159
- margin-top: 3rem;
160
- }
161
-
162
- .wrapper form {
163
- padding: 2.5rem 3rem;
164
- }
165
-
166
- .wrapper form a {
167
- font-size: 0.9rem;
168
- color: grey;
169
- }
170
-
171
- .form-btn {
172
- background-color: #197EF7;
173
- border-color: #197EF7;
174
- color: white;
175
- margin-top: 2.5rem;
176
- font-weight: bold;
177
- --bs-btn-active-bg: #b02a37;
178
- --bs-btn-active-color: #fff;
179
- --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
180
- --bs-btn-disabled-color: #fff;
181
- --bs-btn-disabled-bg: #dc3545;
182
- --bs-btn-disabled-border-color: #dc3545;
183
- }
184
-
185
- .form-btn:hover {
186
- background-color: #bb2d3b;
187
- border-color: #bb2d3b;
188
- color: white;
189
- }
190
-
191
- .react-datepicker {
192
- width: 100%;
193
- }
194
-
195
- .react-datepicker__month-container {
196
- float: left;
197
- width: 100%;
198
- }
199
-
200
- /* Avatar */
201
- .avatar {
202
- display: inline-block;
203
- margin-bottom: 0;
204
- height: 3rem;
205
- width: 3rem;
206
- -webkit-border-radius: 50%;
207
- -moz-border-radius: 50%;
208
- border-radius: 50%;
209
- }
210
-
211
- .avatar img {
212
- width: 100%;
213
- height: 100%;
214
- object-fit: cover;
215
- }
216
-
217
- .rounded-circle {
218
- border-radius: 50% !important;
219
- }
220
-
221
- /* Navbar - left sidebar */
222
- .navbar-brand {
223
- display: inline-block;
224
- margin-bottom: 30px;
225
- width: 100%;
226
- text-align: center;
227
- }
228
-
229
- .navbar-brand .img {
230
- width: 50px;
231
- }
232
-
233
- .navBar {
234
- position: relative;
235
- }
236
-
237
-
238
- .userProfile {
239
- display: inline-block;
240
- margin-bottom: 20px;
241
- align-items: center;
242
- text-align: center;
243
- /* position: fixed !important;
244
- bottom: 20px !important; */
245
- }
246
-
247
- .user-profile-menu {
248
- padding: 20px;
249
- }
250
-
251
- .navBarTwo {
252
- position: relative;
253
- display: block;
254
- border-right: 1px solid var(--border-color);
255
- /* overflow-y: scroll; */
256
- width: 250px;
257
- margin-left: 70px;
258
- /* height: 100vh; */
259
- }
260
-
261
-
262
- .active-solid-menu {
263
- background-color: #f3fcfe;
264
- border-inline-end: 2px solid #0dcaf0;
265
- }
266
-
267
- .active-solid-menu a {
268
- color: #0baccc !important;
269
- font-weight: 700 !important;
270
- }
271
-
272
- .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content {
273
- background-color: transparent;
274
- }
275
-
276
- .p-panelmenu .p-panelmenu-header:hover {
277
- /* background-color: #eff1f4; */
278
- }
279
-
280
- .navBarTwo .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content {
281
- /* background-color: #eff1f4; */
282
- border: none;
283
- border-radius: 4px;
284
- }
285
-
286
-
287
- .navBarTwo .p-panelmenu .p-panelmenu-content {
288
- border: none;
289
- border-radius: 0;
290
- }
291
-
292
- .navBarTwo .menuHead a {
293
- text-decoration: none;
294
- font-weight: 600;
295
- font-size: 0.9rem;
296
- line-height: 16px;
297
- color: #4b4d52;
298
- padding: 0.75rem 0.75rem 0.75rem 0rem;
299
- }
300
-
301
- /* .navBarTwo .subMenuHead {
302
- padding: 0.75rem;
303
- } */
304
-
305
- .navBarTwo .subMenuHead a {
306
- text-decoration: none;
307
- font-weight: 500;
308
- font-size: 0.9rem;
309
- line-height: 16px;
310
- color: #4b4d52;
311
- padding: 0.75rem;
312
- }
313
-
314
- .navBarTwo .accordion-button {
315
- background-color: transparent;
316
- padding: 10px 5px;
317
- font-weight: 500;
318
- }
319
-
320
- .navBarTwo .accordion-button:focus {
321
- background-color: transparent;
322
- }
323
-
324
- .navbarTwoSubMenu .accordion-button {
325
- background-color: transparent;
326
- }
327
-
328
- .navbarTwoSubMenu .accordion-button:focus {
329
- background-color: var(--background-color);
330
- }
331
-
332
- .navbarTwoSubMenu .accordion-button.collapsed {
333
- background-color: transparent;
334
- }
335
-
336
- .navBarTwo .accordion-button::after {
337
- display: none;
338
- }
339
-
340
- .navBarTwo .accordion-button:not(.collapsed) {
341
- box-shadow: 0 0 0 0;
342
- }
343
-
344
-
345
- .navtwo-header {
346
- margin: 10px;
347
- align-items: center;
348
- }
349
-
350
- .navtwo-searchbox {
351
- margin: 10px;
352
- border: 1px solid #D8E2EA;
353
- border-radius: 5px;
354
- padding: 10px;
355
- width: 100%;
356
- }
357
-
358
- .navBarTwo .accordion-item:first-of-type>.accordion-header .accordion-button {
359
- background-color: var(--active-menu-background);
360
- }
361
-
362
- .navBarTwo .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
363
- background-color: transparent;
364
- }
365
-
366
- .navBarTwo .accordion-item:first-of-type>.accordion-header .accordion-button .menu-icon {
367
- transform: rotate(90deg);
368
- transition: transform 0.5s ease-in-out;
369
- margin: 0px 10px;
370
- }
371
-
372
- .navBarTwo .accordion-item:first-of-type>.accordion-header .accordion-button.collapsed .menu-icon {
373
- transform: rotate(0);
374
- transition: transform 0.5s ease-in-out;
375
- margin: 0px 10px;
376
- }
377
-
378
- /* Wrappers */
379
- /* .p-component {
380
- border-radius: 4px !important;
381
- } */
382
-
383
- .p-column-filter.p-inputtext {
384
- max-height: 2rem !important;
385
- border-radius: 4px;
386
- }
387
-
388
- .page-parent-wrapper {
389
- height: 100%;
390
- /* max-height: calc(100vh - 154px); */
391
- overflow-y: auto !important;
392
- /* border-radius: 4px;
393
- box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.02), 0px 0px 2px rgba(0, 0, 0, 0.05),
394
- 0px 1px 4px rgba(0, 0, 0, 0.08) !important; */
395
- background-color: var(--surface-a) !important;
396
- /* padding: 1rem; */
397
- }
398
-
399
- .page-secondary-parent-wrapper {
400
- height: 100%;
401
- /* max-height: calc(100vh - 118px); */
402
- overflow-y: auto !important;
403
- border-radius: 4px;
404
- box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.02), 0px 0px 2px rgba(0, 0, 0, 0.05),
405
- 0px 1px 4px rgba(0, 0, 0, 0.08) !important;
406
- background-color: #fff !important;
407
- padding: 1.5rem;
408
- }
409
-
410
- .form-wrapper-title {
411
- color: var(--solid-form-title) !important;
412
- font-weight: 600;
413
- }
414
-
415
- .table-header-fs {}
416
-
417
- .table-header-fs .p-column-title {
418
- /* font-size: 14px !important; */
419
- white-space: nowrap;
420
- overflow: hidden;
421
- text-overflow: ellipsis;
422
- max-width: 15ch;
423
- }
424
-
425
- .solid-table-row {
426
- white-space: nowrap !important;
427
- overflow: hidden !important;
428
- text-overflow: ellipsis !important;
429
- max-width: 30ch !important;
430
- }
431
-
432
- .form-field-label {
433
- font-weight: 400;
434
- color: rgba(0, 0, 0, 0.88) !important;
435
- }
436
-
437
- .form-wrapper-subtitle {
438
- font-size: 0.75rem !important;
439
- font-weight: 700;
440
- margin-bottom: 8px;
441
- color: #000 !important;
442
- }
443
-
444
- .form-wrapper {
445
- padding: 1.5rem 1rem 1rem 1rem;
446
- background: #f6f6f9;
447
- border-radius: 4px;
448
- position: relative;
449
- }
450
-
451
- .form-subheading {
452
- font-size: 0.8em;
453
- font-weight: 700;
454
- }
455
-
456
- .form-wrapper-heading {
457
- font-size: 1rem !important;
458
- font-weight: 600;
459
- color: var(--solid-form-title) !important;
460
- }
461
-
462
- .boolean-switch .p-button {
463
- max-height: 2rem;
464
- min-width: 7rem !important;
465
- border-radius: 4px;
466
- }
467
-
468
- .boolean-switch .p-button-label {
469
- font-size: 0.75rem !important;
470
- }
471
-
472
- /* Home page */
473
-
474
- .stays-heading {
475
- font-weight: 700;
476
- }
477
-
478
- .back-to-search {
479
- font-size: 1.1rem;
480
- color: #197EF7;
481
- font-weight: 600;
482
- }
483
-
484
- .back-to-search:hover {
485
- color: #197EF7;
486
- }
487
-
488
- .card {
489
- height: 100%;
490
- border: 0px;
491
- }
492
-
493
- .card-title a {
494
- color: #2e2e2e;
495
- text-decoration: none;
496
- font-size: 1.2rem;
497
- }
498
-
499
- .card-title a:hover {
500
- color: #197EF7;
501
- text-decoration: none;
502
- }
503
-
504
- .card-body {
505
- padding-left: 0;
506
- padding-right: 0;
507
- }
508
-
509
- .card-text {
510
- font-size: 1.2rem;
511
- color: black;
512
- }
513
-
514
- .card-body .view-btn {
515
- background-color: #197EF7;
516
- color: white;
517
- text-decoration: none;
518
- }
519
-
520
- .card-body .view-btn:hover {
521
- background-color: #197EF7;
522
- color: white;
523
- }
524
-
525
- .card-img-top {
526
- border-radius: 0.8rem;
527
- }
528
-
529
- .ratings {
530
- font-size: 1.2rem;
531
- color: #197EF7;
532
- }
533
-
534
- .no-of-reviews {
535
- font-size: 0.85rem;
536
- color: grey;
537
- margin-left: 0.5rem;
538
- padding-top: 0.3rem;
539
- }
540
-
541
- /* Room Details Page */
542
-
543
- .booking-card .booking-btn:hover {
544
- color: white;
545
- background-color: #197EF7;
546
- }
547
-
548
- .price-per-night {
549
- font-size: 1.3rem;
550
- }
551
-
552
- .booking-card {
553
- border: 1px solid #e3e3e3;
554
- border-radius: 20px;
555
- padding: 5px 10px;
556
- }
557
-
558
- .room-feature {
559
- font-size: 1.1rem;
560
- color: #404040;
561
- }
562
-
563
- .room-feature p {
564
- margin-left: 0.4rem;
565
- display: inline-block;
566
- }
567
-
568
- /* Reviews */
569
- .review_user {
570
- font-size: 0.8rem;
571
- color: grey;
572
- }
573
-
574
- /* Footer */
575
- footer {
576
- margin-top: auto;
577
- color: grey;
578
- bottom: 0;
579
- width: 100%;
580
- }
581
-
582
- .dropdown {
583
- position: relative;
584
- display: inline-block;
585
- vertical-align: middle;
586
- }
587
-
588
- /* Pagination */
589
- .page-item.active .page-link {
590
- background-color: #197EF7;
591
- border-color: #197EF7;
592
- color: #fff;
593
- }
594
-
595
- .page-item.active .page-link:hover {
596
- color: #fff;
597
- cursor: pointer;
598
- }
599
-
600
- .pagination .page-link {
601
- color: #197EF7;
602
- }
603
-
604
- .pagination .page-link:hover {
605
- color: #197EF7;
606
- }
607
-
608
- /* Booking Details */
609
- .booking-details p {
610
- margin-left: 1.5rem;
611
- }
612
-
613
- .redColor {
614
- color: red;
615
- }
616
-
617
- .greenColor {
618
- color: green;
619
- }
620
-
621
- /* Sidebar */
622
-
623
- .list-group-item:first-child {
624
- border-top-left-radius: 0;
625
- border-top-right-radius: 0;
626
- }
627
-
628
- .list-group-item {
629
- border: none;
630
- }
631
-
632
- .list-group-item.active {
633
- background-color: #f3f4f6;
634
- border-color: #f3f4f6;
635
- border-radius: 0.3rem;
636
- color: #197EF7;
637
- }
638
-
639
- /* Main Layout Styling */
640
- .mainLayout {
641
- display: flex;
642
- }
643
-
644
- .layoutPage {
645
- width: 100%;
646
- /* margin: 10px 40px 10px 20px; */
647
- }
648
-
649
- .dashboardHeader {
650
- padding: 10px;
651
- border-bottom: 1px solid var(--border-color);
652
- }
653
-
654
- .dashboardViews {
655
- display: flex;
656
- margin-right: 20px;
657
- }
658
-
659
- .dashBoardHeaderSections {
660
- display: flex;
661
- align-items: center;
662
- }
663
-
664
- .dashboardHeading img {
665
- padding: 0px 5px;
666
- }
667
-
668
- /*------ dashboard ------*/
669
- .dealsStatusTable .p-datatable .p-datatable-tbody>tr>td {
670
- border: none !important;
671
- }
672
-
673
- .dealsStatusTable .p-datatable.p-datatable-sm .p-datatable-thead>tr>th,
674
- .dealsStatusTable .p-datatable.p-datatable-sm .p-datatable-tbody>tr>td {
675
- font-size: 0.625rem !important;
676
- line-height: 16px !important;
677
- color: #4b4d52 !important;
678
- }
679
-
680
- .dealsStatusTable .p-datatable.p-datatable-sm .p-datatable-thead>tr>th {
681
- font-weight: 600;
682
- background-color: rgba(25, 126, 247, 0.1);
683
- }
684
-
685
- .dealsStatusTable .p-datatable.p-datatable-sm .p-datatable-tbody>tr>td {
686
- font-weight: 400;
687
- }
688
-
689
- .bgCircle {
690
- width: 32px;
691
- height: 32px;
692
- background-color: #eff1f4;
693
- border-radius: 50%;
694
- display: flex;
695
- align-items: center;
696
- justify-content: center;
697
- }
698
-
699
- .topbar-badge {
700
- position: absolute;
701
- display: block;
702
- right: 0;
703
- top: 0;
704
- width: 6px;
705
- height: 6px;
706
- border-radius: 50%;
707
- background-color: #197ef7;
708
- }
709
-
710
- .topbar-profile {
711
- border-radius: var(--border-radius);
712
- margin-left: 0.5rem;
713
- position: relative;
714
- flex-shrink: 0;
715
- }
716
-
717
- .topbar-profile .topbar-profile-button {
718
- display: flex;
719
- align-items: center;
720
- padding: 0.5rem;
721
- cursor: pointer;
722
- }
723
-
724
- .topbar-profile .topbar-profile-button .profile-details {
725
- display: flex;
726
- flex-direction: column;
727
- margin-left: 0.5rem;
728
- }
729
-
730
- .topbar-profile .topbar-profile-button .profile-details .profile-name {
731
- font-weight: 600;
732
- font-size: 0.725rem;
733
- line-height: 16px;
734
- color: #4b4d52;
735
- }
736
-
737
- .topbar-profile .topbar-profile-button .profile-details .profile-email {
738
- font-weight: 400;
739
- font-size: 0.625rem;
740
- line-height: 16px;
741
- color: #4b4d52;
742
- }
743
-
744
- .topbar-profile .topbar-profile-button i {
745
- margin-left: 0.5rem;
746
- color: var(--v-menuitem-text-color-secondary);
747
- transition: transform var(--transition-duration);
748
- }
749
-
750
- .listHead {
751
- font-weight: 600;
752
- font-size: 0.9rem;
753
- line-height: 16px;
754
- color: #4b4d52;
755
- }
756
-
757
- .seachInput .p-icon-field-left>.p-inputtext {
758
- padding-top: 0.5rem;
759
- padding-bottom: 0.5rem;
760
- border-color: #197ef7;
761
- }
762
-
763
- /* Make the button transparent and remove borders */
764
- .transparent-background {
765
- background: transparent;
766
- border: none;
767
- box-shadow: none;
768
- padding: 0;
769
- /* Adjust padding if needed */
770
- }
771
-
772
- /* Ensure icon color is visible */
773
- .transparent-background .p-button-icon {
774
- color: #4b4d52;
775
- /* Or specify a color */
776
- }
777
-
778
- /* Optional: Add hover effect */
779
- .transparent-background:hover {
780
- background: none;
781
- /* Adjust hover background if needed */
782
- }
783
-
784
- .custom-select-button .p-button {
785
- padding: 0.3rem 0.75rem;
786
- }
787
-
788
- .custom-row-height {
789
- height: 41px;
790
- }
791
-
792
- .custom-row-height .p-button.p-button-icon-only.p-button-rounded {
793
- height: 2.5rem !important;
794
- }
795
-
796
- .custom-row-height td {
797
- padding: 0px;
798
- }
799
-
800
- .custom-table .p-datatable-thead th {
801
- padding-left: 0px;
802
- }
803
-
804
- .custom-tooltip.p-tooltip .p-tooltip-text {
805
- padding: 0.5rem !important;
806
- font-weight: 400;
807
- font-size: 0.875rem !important;
808
- line-height: 16px !important;
809
- }
810
-
811
- /* Custom style for the small SplitButton */
812
- .small-splitbutton .p-button {
813
- font-size: 0.75rem;
814
- /* Adjust the font size */
815
- padding: 0.25rem 0.5rem;
816
- /* Adjust the padding */
817
- /* height: 34px; Adjust the height */
818
- }
819
-
820
- .small-splitbutton .p-button-icon {
821
- font-size: 1rem;
822
- /* Adjust the icon size */
823
- }
824
-
825
- .small-splitbutton .p-splitbutton-menubutton {
826
- font-size: 0.75rem;
827
- /* Adjust the font size */
828
- padding: 0.25rem 0.5rem;
829
- /* Adjust the padding */
830
- height: 2rem;
831
- /* Adjust the height */
832
- }
833
-
834
- /* .p-tieredmenu .p-menuitem>.p-menuitem-content .p-menuitem-link {
835
- padding: 0.5rem 1rem;
836
- color: #4b4d52;
837
- }
838
-
839
- .p-tieredmenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text {
840
- font-weight: 400;
841
- font-size: 0.725px;
842
- line-height: 16px;
843
- color: #4b4d52;
844
- } */
845
-
846
- /* Form Input */
847
- .submit-Button {
848
- padding-left: 1.25rem;
849
- }
850
-
851
- .creat-field-form {
852
- background-color: #fff;
853
- padding: 10px;
854
- border-radius: 10px;
855
- }
856
-
857
- .field {
858
- margin-bottom: 0 !important;
859
- }
860
-
861
- .form-demo .p-inline-message {
862
- padding-left: 0;
863
- padding-top: 5px;
864
- padding-bottom: 5px;
865
- }
866
-
867
- .form-demo .p-inline-message.p-inline-message-error {
868
- background-color: transparent;
869
- justify-content: start;
870
- }
871
-
872
- .form-demo .p-inline-message .p-inline-message-text {
873
- font-size: 0.8rem;
874
- }
875
-
876
- .form-demo .form-label {
877
- font-weight: 700;
878
- font-size: 0.9rem;
879
- }
880
-
881
- /* Form */
882
-
883
- .inputDiv {
884
- margin-bottom: 10px;
885
- }
886
-
887
- .inputDiv select {
888
- width: 100%;
889
- border: 0;
890
- padding: 5px;
891
- /* background-color: var(--background-color) !important; */
892
- /* -webkit-box-shadow: 0 0 0px 1000px var(--box-shadow-color) inset !important; */
893
- }
894
-
895
- input:-webkit-autofill {
896
- background-color: var(--background-color) !important;
897
- -webkit-box-shadow: 0 0 0px 1000px var(--box-shadow-color) inset !important;
898
- }
899
-
900
- .input-icon {
901
- position: relative;
902
- display: flex;
903
- align-items: center;
904
- }
905
-
906
- /* input:focus-visible {
907
- outline: 0px !important;
908
- border: 0;
909
- } */
910
-
911
- select:focus-visible {
912
- outline: 0px !important;
913
- border: 0;
914
- }
915
-
916
- .input-icon input {
917
- padding-left: 10px;
918
- border: 0;
919
- width: 100%;
920
- }
921
-
922
- .input-icon svg {
923
- position: absolute;
924
- left: 8px;
925
- top: 50%;
926
- transform: translateY(-50%);
927
- fill: #aaa;
928
- }
929
-
930
- input::placeholder {
931
- font-size: 0.9rem;
932
- /* Change this value to your desired font size */
933
- color: var(--input-placeholder);
934
- }
935
-
936
- .contactInput {
937
- display: flex;
938
- }
939
-
940
- .contactInput .countryCode {
941
- width: 80px;
942
- }
943
-
944
- .contactInput .inputDiv {
945
- border-top-left-radius: 0;
946
- border-bottom-left-radius: 0;
947
- border: 1px solid var(--primary-color);
948
- width: 100%;
949
- }
950
-
951
- .inputDiv {
952
- /* border: 1px solid var(--primary-color); */
953
- border-radius: 5px;
954
- padding: 8px;
955
- }
956
-
957
- .wrapper form {
958
- padding: 0;
959
- }
960
-
961
- .signup-heading {
962
- color: var(--heading-color);
963
- }
964
-
965
- .signup-desc {
966
- color: var(--heading-color);
967
- font-weight: 300;
968
- }
969
-
970
- .submitBtn {
971
- width: 100%;
972
- background-color: var(--heading-color);
973
- padding: 10px;
974
- color: #fff;
975
- border-radius: 5px;
976
- border: 0;
977
- }
978
-
979
-
980
- /* Search Filter*/
981
- .custom-list {
982
- list-style: none;
983
- padding: 0;
984
- }
985
-
986
- .custom-list li {
987
- padding: 5px 0;
988
- cursor: pointer;
989
- }
990
-
991
- .custom-list li:hover {
992
- color: #007ad9;
993
- }
994
-
995
- /* filterDropdown */
996
- .filterDropdown {
997
- left: 32% !important;
998
- min-width: 600px;
999
- }
1000
-
1001
- .filterComponent {
1002
- background-color: #fff;
1003
- /* padding: 10px; */
1004
- }
1005
-
1006
-
1007
- .filter-builder select {
1008
- /* border: 0px; */
1009
- /* background-color: red; */
1010
- /* border-bottom: 1px solid #000; */
1011
- margin-right: 10px;
1012
-
1013
- }
1014
-
1015
- .filter-builder input {
1016
- /* border: 0px; */
1017
- /* background-color: red; */
1018
- /* border-bottom: 1px solid #000; */
1019
- margin-right: 10px;
1020
-
1021
- }
1022
-
1023
- .filter-group {
1024
- margin-top: 5px;
1025
-
1026
- }
1027
-
1028
- .filter-rule {
1029
- margin-top: 5px;
1030
- }
1031
-
1032
- .filter-rule button {
1033
- border: 0px;
1034
- }
1035
-
1036
- .filter-individual-rule {
1037
- /* display: flex; */
1038
- /* justify-content: space-between; */
1039
-
1040
- }
1041
-
1042
- .filter-individual-rule-form {
1043
- /* display: flex; */
1044
- /* justify-content: space-around; */
1045
- /* width: -webkit-fill-available; */
1046
- }
1047
-
1048
- .filter-individual-rule-form select {
1049
- width: 100%;
1050
- }
1051
-
1052
- .filter-individual-rule-form input {
1053
- width: 100%;
1054
- }
1055
-
1056
-
1057
- .filterDropdown .p-overlaypanel::before {
1058
- left: 100% !important;
1059
-
1060
- }
1061
-
1062
- .custom-header {
1063
- box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
1064
- }
1065
-
1066
- .header-margin-top {
1067
- margin-top: 70px;
1068
- }
1069
-
1070
- .custom-header-logo img {
1071
- width: calc(70px + (95 - 70) * (100vw - 320px) / (1920 - 320)) !important;
1072
- height: 100%;
1073
- }
1074
-
1075
- .header-ul li {
1076
- list-style-type: none;
1077
- }
1078
-
1079
- /* Header Dropdown */
1080
- .custom-dropdown {
1081
-
1082
- --drop-primary-color: #12415D;
1083
- --drop-secondary-color: #32A7B1;
1084
- /* width: 376px; */
1085
- height: calc(100vh - 69px);
1086
- top: 70px;
1087
- border: 1px solid #E9E9E9;
1088
- }
1089
-
1090
- .header-li-btn {
1091
- height: 70px;
1092
- display: flex;
1093
- align-items: center;
1094
- }
1095
-
1096
- .p-button:focus {
1097
- outline: none;
1098
- box-shadow: none;
1099
- /* border-radius: 0; */
1100
- }
1101
-
1102
- .header-li-btn .p-button,
1103
- .header-li-btn .p-button:hover,
1104
- .header-li-btn .p-button:focus,
1105
- .header-li-btn .p-button:active {
1106
- background-color: transparent !important;
1107
- outline: none;
1108
- box-shadow: none;
1109
- border-radius: 0;
1110
- background: none !important;
1111
- /* padding-left: 10px;
1112
- padding-right: 10px; */
1113
- }
1114
-
1115
- li.header-li-px {
1116
- padding: 0 16px;
1117
- }
1118
-
1119
- .active-nav-item {
1120
- background: linear-gradient(92.35deg, #12415D 1.97%, #2688C3 159.88%);
1121
- }
1122
-
1123
- .active-nav-item .p-button {
1124
- color: #fff !important;
1125
- }
1126
-
1127
- .active-nav-item .p-button svg path {
1128
- fill: #fff;
1129
- }
1130
-
1131
- .deactive-nav-item {
1132
- background-color: #fff;
1133
- }
1134
-
1135
- .deactive-nav-item .p-button {
1136
- color: var(--drop-primary-dark) !important;
1137
- }
1138
-
1139
- .main-megamenu-animation {
1140
- -webkit-animation-duration: 0.3s;
1141
- animation-duration: 0.3s;
1142
- -webkit-animation-fill-mode: both;
1143
- animation-fill-mode: both;
1144
- }
1145
-
1146
- @-webkit-keyframes slideDownIn {
1147
- 0% {
1148
- -webkit-transform: translateY(-20px);
1149
- }
1150
-
1151
- 100% {
1152
- -webkit-transform: translateY(0);
1153
- }
1154
-
1155
- 0% {
1156
- -webkit-transform: translateY(-20);
1157
- }
1158
- }
1159
-
1160
- @keyframes slideDownIn {
1161
- 0% {
1162
- transform: translateY(-20px);
1163
- }
1164
-
1165
- 100% {
1166
- transform: translateY(0);
1167
- }
1168
-
1169
- 0% {
1170
- transform: translateY(-20px);
1171
- }
1172
- }
1173
-
1174
- .main-megamenu-slide-down-in {
1175
- -webkit-animation-name: slideDownIn;
1176
- animation-name: slideDownIn;
1177
- }
1178
-
1179
- .primary-custom-megamenu {
1180
- max-width: 376px;
1181
- direction: rtl;
1182
- height: 100% !important;
1183
- overflow-y: auto;
1184
- }
1185
-
1186
- .primary-custom-megamenu:not(:first-child)>div {
1187
- border-left: 2px solid #DDD !important;
1188
- }
1189
-
1190
- .primary-custom-megamenu::-webkit-scrollbar {
1191
- width: 5px;
1192
- }
1193
-
1194
- .primary-custom-megamenu::-webkit-scrollbar-thumb {
1195
- background-color: var(--drop-primary-color);
1196
- border-radius: 10px;
1197
- width: 5px;
1198
- }
1199
-
1200
- .primary-custom-megamenu::-webkit-scrollbar-thumb:hover {
1201
- background-color: #407796;
1202
- }
1203
-
1204
- .primary-custom-megamenu::-webkit-scrollbar-track {
1205
- background: #E5E5E5;
1206
- }
1207
-
1208
- .primary-custom-megamenu .btn {
1209
- padding: 16px 12px;
1210
- border-bottom: 1px solid #DFDFDF;
1211
- border-top: none !important;
1212
- border-left: none !important;
1213
- border-right: none !important;
1214
- border-radius: 0;
1215
- display: flex;
1216
- align-items: center;
1217
- justify-content: space-between;
1218
- width: 100%;
1219
- }
1220
-
1221
- .btn.open-dropdown-item {
1222
- border-inline-start: 3px solid var(--drop-secondary-color) !important;
1223
- }
1224
-
1225
- .open-dropdown-item {
1226
- background-image: linear-gradient(92.35deg, #12415D 1.97%, #2688C3 159.88%) !important;
1227
- color: #fff !important;
1228
- }
1229
-
1230
- .open-dropdown-item img {
1231
- filter: invert(1) !important;
1232
- }
1233
-
1234
- .open-dropdown-item svg path {
1235
- stroke: #fff;
1236
- transition: all 0.25s ease-in;
1237
- }
1238
-
1239
- .active-dropdown-item {
1240
- -webkit-transition: ease-out 0.4s;
1241
- -moz-transition: ease-out 0.4s;
1242
- background-image: linear-gradient(to left,
1243
- transparent,
1244
- transparent 50%,
1245
- #2688C3 50%,
1246
- #12415D) !important;
1247
- background-position: 100% 0 !important;
1248
- background-size: 200% 100%;
1249
- transition: all 0.25s ease-in !important;
1250
- border-inline-start: 3px solid #fff !important;
1251
- color: var(--drop-primary-color);
1252
- }
1253
-
1254
- .active-dropdown-item:hover,
1255
- .open-dropdown-item:hover {
1256
- background-position: 0 0 !important;
1257
- color: #fff !important;
1258
- border-inline-start: 3px solid var(--drop-secondary-color) !important;
1259
- }
1260
-
1261
- .active-dropdown-item:hover img,
1262
- .open-dropdown-item:hover img {
1263
- filter: invert(1) !important;
1264
- }
1265
-
1266
- .active-dropdown-item:hover svg path,
1267
- .open-dropdown-item:hover svg path {
1268
- stroke: #fff;
1269
- transition: all 0.25s ease-in;
1270
- }
1271
-
1272
-
1273
- /* Footer */
1274
- .custom-footer {
1275
- background-image: url(/images/Footerbg.png);
1276
- background-repeat: no-repeat;
1277
- background-size: cover;
1278
- background-position: top;
1279
- }
1280
-
1281
-
1282
- .custom-footer-logo {
1283
- width: calc(70px + (170 - 70) * (100vw - 320px) / (1920 - 320)) !important;
1284
- }
1285
-
1286
- .footer-input-border {
1287
- border-radius: 40px;
1288
- }
1289
-
1290
-
1291
-
1292
-
1293
- @media only screen and (min-device-width: 1500px) and (max-device-width: 1699px) {
1294
- li.header-li-px {
1295
- padding: 0 12px !important;
1296
- }
1297
-
1298
- .header-li-btn .p-button,
1299
- .header-li-btn .p-button:hover,
1300
- .header-li-btn .p-button:focus,
1301
- .header-li-btn .p-button:active {
1302
- padding-left: 12px;
1303
- padding-right: 10px;
1304
- }
1305
- }
1306
-
1307
- @media only screen and (min-device-width: 1200px) and (max-device-width: 1499px) {
1308
- li.header-li-px {
1309
- padding: 0 8px !important;
1310
- }
1311
-
1312
- .header-li-btn .p-button,
1313
- .header-li-btn .p-button:hover,
1314
- .header-li-btn .p-button:focus,
1315
- .header-li-btn .p-button:active {
1316
- padding-left: 8px !important;
1317
- padding-right: 8px !important;
1318
- }
1319
- }
1320
-
1321
- .small-button {
1322
- max-height: 2rem !important;
1323
- font-size: 0.75rem !important;
1324
- border-radius: 4px !important;
1325
- }
1326
-
1327
- .small-button .p-button-icon {
1328
- font-size: 0.75rem !important;
1329
- }
1330
-
1331
- .small-input {
1332
- max-height: 2rem;
1333
- border-radius: 4px !important;
1334
- }
1335
-
1336
- .small-input .p-password-input {
1337
- max-height: 2rem;
1338
- border-radius: 4px !important;
1339
- }
1340
-
1341
- .form-dropdown-select .p-dropdown-label {
1342
- height: 2rem;
1343
- padding: 6.5px 10.5px !important;
1344
- }
1345
-
1346
- .type-field-card {
1347
- border: 1px solid rgb(220, 220, 228);
1348
- text-align: left;
1349
- padding: 16px;
1350
- border-radius: 4px;
1351
- align-items: center;
1352
- }
1353
-
1354
- .type-text {
1355
- padding-left: 16px;
1356
-
1357
- }
1358
-
1359
- .type-icon {
1360
- width: 30px;
1361
- font-size: 1.1em !important;
1362
- margin-bottom: 0px !important;
1363
- }
1364
-
1365
- .type-field-card .type-heading {
1366
- font-weight: 600;
1367
- color: rgb(50, 50, 77);
1368
- font-size: 0.875rem;
1369
- line-height: 1.43;
1370
- padding: 0;
1371
- margin: 0;
1372
- }
1373
-
1374
- .type-field-card .type-description {
1375
- color: rgb(102, 102, 135);
1376
- font-size: 0.75rem;
1377
- line-height: 1.33;
1378
- padding: 0;
1379
- margin: 0;
1380
- }
1381
-
1382
- .type-field-card:hover {
1383
- background-color: rgb(240, 240, 255);
1384
- cursor: pointer;
1385
- }
1386
-
1387
- .section-sub-heading {
1388
- font-size: 1.2em;
1389
- }
1390
-
1391
-
1392
- .field-popup .p-tabview-nav {
1393
- justify-content: end;
1394
- font-size: 0.8em;
1395
- }
1396
-
1397
- .field-popup-heading {
1398
- position: absolute;
1399
- left: 0;
1400
- z-index: 999;
1401
- font-size: 1em;
1402
- font-weight: 700;
1403
- color: rgb(50, 50, 77);
1404
- top: -5px;
1405
- }
1406
-
1407
- .fieldSubTitle {
1408
- font-size: 0.6em;
1409
- margin-top: 5px;
1410
- }
1411
-
1412
- .tab-error-heading .p-tabview-title {
1413
- color: #ff5757;
1414
- }
1415
-
1416
- .tab-error-heading .p-tabview-nav-link:focus {
1417
- border-color: #ff5757 !important;
1418
- }
1419
-
1420
- .field-selection-form {
1421
- padding: 15px;
1422
- padding-top: 0;
1423
- margin: 0 !important;
1424
- }
1425
-
1426
- .field-poopup-container .p-dialog-content {
1427
- padding: 0 !important;
1428
- margin: 0 !important;
1429
- }
1430
-
1431
- .field-popup-form {
1432
- padding: 15px;
1433
- }
1434
-
1435
- .field-table .p-datatable .p-datatable-tbody>tr>td {
1436
- padding: 0;
1437
- padding-left: 10px;
1438
- }
1439
-
1440
- .markdown-view {
1441
- max-width: 100%;
1442
- /* Ensures the content doesn't exceed the container's width */
1443
- height: auto;
1444
- /* Set a specific height if needed */
1445
- padding: 16px;
1446
- overflow: auto;
1447
- /* Adds scroll if the content exceeds the container */
1448
- word-wrap: break-word;
1449
- /* Ensures long words break and don't overflow */
1450
- background-color: #f5f5f5;
1451
- /* Optional: background color for better readability */
1452
- border: 1px solid #ddd;
1453
- /* Optional: border for styling */
1454
- border-radius: 4px;
1455
- }
1456
-
1457
- .cursor-pointer {
1458
- cursor: pointer !important;
1459
- }
1460
-
1461
- .mini-tab {
1462
- padding-bottom: 3px;
1463
- }
1464
-
1465
- .active-mini-tab {
1466
- border-bottom: 1px solid #000;
1467
- }
1468
-
1469
- .deactive-mini-tab {
1470
- border-bottom: 1px solid #e3e3e3;
1471
- }
1472
-
1473
- .ormTypeflex {
1474
- display: flex;
1475
- flex-wrap: wrap;
1476
- justify-content: flex-start;
1477
- align-items: center;
1478
- gap: 10px;
1479
- }
1480
-
1481
- .cursor-not-allowed {
1482
- pointer-events: none;
1483
- }
1484
-
1485
- .opacity-50 {
1486
- opacity: 0.5;
1487
- }
1488
-
1489
- .p-datepicker {
1490
- max-width: 350px !important;
1491
- min-width: 350px !important
1492
- }
1493
-
1494
- .p-datepicker .p-timepicker span {
1495
- font-size: 0.9rem !important;
1496
-
1497
- }
1498
-
1499
- .p-datepicker table td>span {
1500
- width: 1.5rem !important;
1501
- height: 1.5rem !important;
1502
- font-size: 0.9rem !important;
1503
- padding: 5px !important;
1504
- margin: 5px !important;
1505
- }
1506
-
1507
- /* Input Error message css */
1508
- .p-inline-message.p-inline-message-error {
1509
- padding: 3px;
1510
- text-align: left;
1511
- background: transparent;
1512
- justify-content: flex-start;
1513
- }
1514
-
1515
- .p-inline-message .p-inline-message-icon {
1516
- display: none;
1517
- }
1518
-
1519
- .p-inline-message .p-inline-message-text {
1520
- font-size: 0.8rem;
1521
- }
1522
-
1523
- .small-input .p-multiselect-label .p-multiselect-token {
1524
- padding: 3px;
1525
- }
1526
-
1527
- .small-input .p-multiselect-label .p-multiselect-token .p-multiselect-token-label {
1528
- font-size: 0.8rem;
1529
- }
1530
-
1531
- .kanban-options-panel .p-overlaypanel-content {
1532
- padding: 0 !important;
1533
- }
1534
-
1535
- .kanban-options-panel .p-overlaypanel-content span {
1536
- padding: 0 !important;
1537
- font-size: 1rem;
1538
- }
1539
-
1540
- .kanban-column {
1541
- flex: 1;
1542
- max-width: 350px;
1543
- background: #f0f0f5;
1544
- border: 8px;
1545
- padding: 0.2rem;
1546
- }
1547
-
1548
- .kanban-card {
1549
- border: 1px solid #000;
1550
- padding: 10px;
1551
- background-color: #fff;
1552
- }
1553
-
1554
- .kanban-card-heading {
1555
- font-size: 0.9rem;
1556
- line-height: 16px;
1557
- color: #4b4d52;
1558
- font-weight: 600;
1559
- }
1560
-
1561
- .kanban-card-content {
1562
- font-size: 0.7rem;
1563
- line-height: 16px;
1564
- color: #4b4d52;
1565
- }
1566
-
1567
- .kanban-group-heading {
1568
- font-size: 1rem;
1569
- font-weight: 600;
1570
- letter-spacing: 2px;
1571
- }
1572
-
1573
- .kanban-column-folded {
1574
- flex-grow: 0;
1575
- background: #f0f0f5;
1576
- border: 8px;
1577
- padding: 5px;
1578
- height: 100%;
1579
- font-size: 1rem;
1580
- }
1581
-
1582
- .kaban-heading-area {
1583
- display: flex;
1584
- justify-content: space-between;
1585
- align-items: center;
1586
- color: #4b4d52;
1587
- }
1588
-
1589
- .kaban-heading-area .count {
1590
- background-color: #bbbbbb;
1591
- color: #000;
1592
- margin-left: 10px;
1593
- border-radius: 20px;
1594
- padding: 5px 10px 5px 10px;
1595
- font-size: 0.8rem
1596
- }
1597
-
1598
- .kanban-column-folded .kaban-heading-area:hover {
1599
- color: #4b4d52;
1600
- cursor: pointer;
1601
- }
1602
-
1603
- .kanban-column-folded .kaban-heading-area .count {
1604
- margin-top: 10px;
1605
-
1606
- }
1607
-
1608
- .kanban-column-folded .kaban-heading-area {
1609
- /* transform-origin: left bottom 0; */
1610
- /* transform: rotate(90deg); */
1611
- margin-top: 10px;
1612
- display: flex;
1613
- justify-content: space-between;
1614
- overflow: visible;
1615
- min-height: 250px;
1616
- color: #a0a0a0;
1617
- writing-mode: vertical-rl;
1618
- /* Make text vertical */
1619
- text-align: center;
1620
- /* Center the text vertically */
1621
-
1622
- }
1623
-
1624
-
1625
- .kanban-arrow-icon-container {
1626
- transform: rotate(90deg);
1627
- transition: transform 0.2s ease;
1628
- margin-bottom: 20px;
1629
- }
1630
-
1631
- .kanban-arrow-icon-container .pi {
1632
- font-size: 0.7rem;
1633
- }
1634
-
1635
- .kanban-arrow-icon-container:hover .pi-sort-up-fill {
1636
- transform: translatey(-3px);
1637
- }
1638
-
1639
- .kanban-arrow-icon-container:hover .pi-sort-down-fill {
1640
- transform: translateY(3px);
1641
- }
1642
-
1643
- .autocomplete-small-input .p-autocomplete-dropdown {
1644
- max-height: 48px;
1645
- }
1646
-
1647
- .load-more-button {
1648
- color: #000;
1649
- font-size: 0.8rem;
1650
- cursor: pointer;
1651
- }
1652
-
1653
- /* Solid Custom Css */
1654
- .page-header {
1655
- padding: 15px 14px 15px 24px;
1656
- display: flex;
1657
- align-items: center;
1658
- justify-content: space-between;
1659
- }
1660
-
1661
- .solid-form-wrapper {
1662
- overflow: hidden;
1663
- }
1664
-
1665
- .solid-form-wrapper .solid-form-content {
1666
- height: calc(100vh - 64px);
1667
- /* if Stepper */
1668
- /* height: calc(100vh - 124px); */
1669
- overflow-y: auto;
1670
- }
1671
-
1672
- .solid-form-header {
1673
- padding: 15px 14px 15px 24px;
1674
- display: flex;
1675
- align-items: center;
1676
- justify-content: space-between;
1677
- background: var(--solid-light-grey);
1678
- }
1679
-
1680
- .solid-form-stepper {
1681
- padding: 7.5px 14px 7.5px 24px;
1682
- background-color: var(--solid-light-100);
1683
- border-top: 1px solid var(--primary-light-color);
1684
- border-bottom: 1px solid var(--primary-light-color);
1685
- }
1686
-
1687
- .solid-dropzone {
1688
- border-radius: 0.5rem;
1689
- border: 1px dashed var(--solid-primary-border);
1690
- background: rgba(255, 255, 255, 0.60);
1691
- display: flex;
1692
- align-items: center;
1693
- justify-content: center;
1694
- flex-direction: column;
1695
- padding: 20px;
1696
- }
1697
-
1698
- .solid-dropzone p {
1699
- color: var(--solid-grey-500) !important;
1700
- font-size: 10px !important;
1701
- }
1702
-
1703
- .solid-file-upload-wrapper {
1704
- border-radius: 8px;
1705
- border: 1px solid #E0E0E0;
1706
- padding: 10px;
1707
- margin-top: 10px;
1708
- }
1709
-
1710
- .solid-step-button.p-button {
1711
- position: relative;
1712
- min-width: 130px;
1713
- display: flex;
1714
- justify-content: center;
1715
- }
1716
-
1717
-
1718
- .solid-step-button.p-button:not(.btn-step-first) {
1719
- padding-left: 40px;
1720
- min-width: 150px;
1721
- }
1722
-
1723
- .solid-step-button.btn-step-first {
1724
- /* border: 1px solid var(--solid-stepper-border) !important; */
1725
- background-color: #EAEDF1;
1726
- color: #0D0B26;
1727
- }
1728
-
1729
- .solid-step-button.btn-step-last {
1730
- background-color: transparent;
1731
- color: #0D0B26;
1732
- }
1733
-
1734
- .solid-step-button.btn-step {
1735
- border-radius: 0;
1736
- border-left: none !important;
1737
- border-top: 1px solid var(--solid-stepper-border) !important;
1738
- border-bottom: 1px solid var(--solid-stepper-border) !important;
1739
- border-right: none !important;
1740
- }
1741
-
1742
- .solid-step-button.btn-step-first {
1743
- border-radius: 6px 0 0 6px !important;
1744
- border-right: none !important;
1745
- border-left: 1px solid var(--solid-stepper-border) !important;
1746
- border-top: 1px solid var(--solid-stepper-border) !important;
1747
- border-bottom: 1px solid var(--solid-stepper-border) !important;
1748
- }
1749
-
1750
-
1751
- .solid-step-button.btn-step-last {
1752
- border-radius: 0 6px 6px 0 !important;
1753
- border-left: none !important;
1754
- border-top: 1px solid var(--solid-stepper-border) !important;
1755
- border-bottom: 1px solid var(--solid-stepper-border) !important;
1756
- border-right: 1px solid var(--solid-stepper-border) !important;
1757
- }
1758
-
1759
- .solid-step-button.btn-step::after {
1760
- content: "";
1761
- position: absolute;
1762
- top: 50%;
1763
- left: 0px;
1764
- transform: translateY(-50%);
1765
- width: 0;
1766
- height: 0;
1767
- border-top: 20px solid transparent;
1768
- border-bottom: 20px solid transparent;
1769
- border-left: 20px solid var(--solid-stepper-border);
1770
- }
1771
-
1772
- .solid-step-button.btn-step::before {
1773
- content: "";
1774
- position: absolute;
1775
- top: 50%;
1776
- left: 0;
1777
- transform: translateY(-50%);
1778
- width: 0;
1779
- height: 0;
1780
- border-top: 18.5px solid transparent;
1781
- border-bottom: 18.5px solid transparent;
1782
- border-left: 18.5px solid #EAEDF1;
1783
- z-index: 1;
1784
- }
1785
-
1786
-
1787
- .solid-step-button.btn-step-last::after {
1788
- content: "";
1789
- position: absolute;
1790
- top: 50%;
1791
- left: 0px;
1792
- transform: translateY(-50%);
1793
- width: 0;
1794
- height: 0;
1795
- border-top: 20px solid transparent;
1796
- border-bottom: 20px solid transparent;
1797
- border-left: 20px solid var(--solid-stepper-border);
1798
- }
1799
-
1800
- .solid-step-button.btn-step-last::before {
1801
- content: "";
1802
- position: absolute;
1803
- top: 50%;
1804
- left: 0;
1805
- transform: translateY(-50%);
1806
- width: 0;
1807
- height: 0;
1808
- border-top: 18.5px solid transparent;
1809
- border-bottom: 18.5px solid transparent;
1810
- border-left: 18.5px solid var(--primary-color);
1811
- z-index: 1;
1812
- }
1813
-
1814
- .cancel-upload-button {
1815
- display: flex;
1816
- width: 18px;
1817
- height: 18px;
1818
- justify-content: center;
1819
- align-items: center;
1820
- background: #F0F0F0;
1821
- border-radius: 50%;
1822
- }
1823
-
1824
- .solid-datatable-wrapper {
1825
- position: relative;
1826
- height: calc(100% - 66px);
1827
- }
1828
-
1829
- .solid-datatable-wrapper .p-datatable-wrapper {
1830
- min-height: calc(100% - 70px);
1831
- }
1832
-
1833
- .solid-datatable-wrapper .p-datatable {
1834
- height: 100%;
1835
- width: 100%;
1836
- display: flex;
1837
- flex-direction: column;
1838
- justify-content: space-between !important;
1839
- }
1840
-
1841
- .solid-datatable-wrapper .solid-list-view-count {
1842
- position: absolute;
1843
- bottom: 10px;
1844
- right: 10px;
1845
- color: #8D9199;
1846
- font-size: 0.75rem;
1847
- font-weight: 400;
1848
- line-height: 1rem;
1849
- }
1850
-
1851
- /* .solid-paginator .p-paginator .p-dropdown {
1852
- height: 2rem !important;
1853
- } */
1854
- .solid-paginator {
1855
- display: flex !important;
1856
- align-items: center;
1857
- }
1858
-
1859
- .solid-paginator div.p-dropdown {
1860
- margin-left: 100px;
1861
- }
1862
-
1863
-
1864
- .solid-paginator .p-inputtext {
1865
- padding: 0;
1866
- color: #000000E0 !important;
1867
- }
1868
-
1869
- .solid-paginator.p-paginator .p-dropdown {
1870
- height: auto !important;
1871
- padding: 4px 8px !important;
1872
- display: flex;
1873
- align-items: center;
1874
- gap: 8px;
1875
- }
1876
-
1877
- .solid-paginator div.p-dropdown::before {
1878
- content: "Items per page:";
1879
- position: absolute;
1880
- top: 50%;
1881
- transform: translateY(-50%);
1882
- left: -100px;
1883
- color: var(--icon-color);
1884
- font-weight: 400;
1885
- display: inline-block;
1886
- }
1887
-
1888
- .solid-paginator .p-dropdown .p-dropdown-label {
1889
- color: var(--icon-color) !important;
1890
- }
1891
-
1892
- .solid-paginator .p-dropdown .p-dropdown-trigger {
1893
- width: auto;
1894
- }
1895
-
1896
- .solid-paginator span {
1897
- margin-left: auto;
1898
- }
1899
-
1900
-
1901
- .solid-paginator .p-inputtext {
1902
- font-size: 14px;
1903
- color: #4B4D52;
1904
- line-height: 1.4;
1905
- }
1906
-
1907
- .solid-paginator .p-link {
1908
- font-size: 14px;
1909
- }
1910
-
1911
- .solid-paginator .p-dropdown-trigger svg.p-dropdown-trigger-icon.p-clickable {
1912
- height: 14px;
1913
- width: 14px;
1914
- }
1915
-
1916
- .layout-config-button {
1917
- display: block;
1918
- position: fixed;
1919
- width: 3rem;
1920
- height: 3rem;
1921
- line-height: 3rem;
1922
- background: var(--primary-color);
1923
- color: var(--primary-color-text);
1924
- text-align: center;
1925
- top: 50%;
1926
- right: 0;
1927
- margin-top: -1.5rem;
1928
- border-top-left-radius: var(--border-radius);
1929
- border-bottom-left-radius: var(--border-radius);
1930
- border-top-right-radius: 0;
1931
- border-bottom-right-radius: 0;
1932
- transition: background-color var(--transition-duration);
1933
- overflow: hidden;
1934
- cursor: pointer;
1935
- z-index: 999;
1936
- box-shadow: -.25rem 0 1rem rgba(0, 0, 0, .15);
1937
-
1938
-
1939
- &.config-link {
1940
- font-size: 1rem;
1941
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
1942
- border: none;
1943
- }
1944
-
1945
- .config-link:focus {
1946
- outline: 0 none;
1947
- outline-offset: 0;
1948
- box-shadow: 0 0 0 1px var(--focus-ring);
1949
- }
1950
-
1951
- i {
1952
- font-size: 2rem;
1953
- line-height: inherit;
1954
- transform: rotate(0deg);
1955
- transition: transform 1s;
1956
- }
1957
-
1958
- &:hover {
1959
- background: var(--primary-400);
1960
- }
1961
- }
1962
-
1963
- .solid-panel-menu .menuHead a {
1964
- text-decoration: none;
1965
- color: var(--solid-dark-title) !important;
1966
- padding: 0.75rem 0rem 0.75rem 0rem;
1967
- }
1968
-
1969
- .solid-panel-menu .menuHead a .sidebar-chevrons {
1970
- color: var(--solid-dark-title) !important;
1971
- }
1972
-
1973
- /* .navBarTwo .subMenuHead {
1974
- padding: 0.75rem;
1975
- } */
1976
-
1977
-
1978
- .solid-panel-menu .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content {
1979
- background-color: var(--surface-a);
1980
- border: none;
1981
- border-radius: 4px;
1982
- }
1983
-
1984
- .solid-panel-menu .p-panelmenu .p-panelmenu-content {
1985
- border: none;
1986
- border-radius: 0;
1987
- }
1988
-
1989
- .solid-panel-menu .subMenuHead a {
1990
- text-decoration: none;
1991
- font-weight: 500;
1992
- font-size: 0.9rem;
1993
- line-height: 16px;
1994
- color: var(--text-color);
1995
- padding: 0.75rem;
1996
- }
1997
-
1998
- .solid-panel-menu .accordion-button {
1999
- background-color: transparent;
2000
- padding: 10px 5px;
2001
- font-weight: 500;
2002
- }
2003
-
2004
- .solid-panel-menu .accordion-button:focus {
2005
- background-color: transparent;
2006
- }
2007
-
2008
- .solid-panel-menu .accordion-button {
2009
- background-color: transparent;
2010
- }
2011
-
2012
- .solid-panel-menu .accordion-button:focus {
2013
- background-color: var(--background-color);
2014
- }
2015
-
2016
- .solid-panel-menu .accordion-button.collapsed {
2017
- background-color: transparent;
2018
- }
2019
-
2020
- .solid-panel-menu .accordion-button::after {
2021
- display: none;
2022
- }
2023
-
2024
- .solid-panel-menu .accordion-button:not(.collapsed) {
2025
- box-shadow: 0 0 0 0;
2026
- }
2027
-
2028
-
2029
- /* User Profile */
2030
- .profile-icon {
2031
- width: 2.4375rem;
2032
- height: 2.4375rem;
2033
- }
2034
-
2035
- .user-profile-panel .p-overlaypanel-content {
2036
- padding: 0 !important;
2037
- /* min-width: 300px; */
2038
- border: 1px solid #D8E2EA;
2039
- border-radius: 0.25rem;
2040
- box-shadow: 0px 4px 4px 0px rgba(200, 199, 199, 0.25);
2041
- }
2042
-
2043
- .user-profile-title {
2044
- border-bottom: 2px solid #D8E2EA;
2045
- }
2046
-
2047
- .user-profile-panel.p-overlaypanel:after,
2048
- .user-profile-panel.p-overlaypanel:before {
2049
- display: none !important;
2050
- }
2051
-
2052
- .primary-border-bottom {
2053
- border-bottom: 2px solid #D8E2EA;
2054
- }
2055
-
2056
- .secondary-border-bottom {
2057
- border-bottom: 1px solid #D8E2EA;
2058
- }
2059
-
2060
- .solid-header-dropdown-panel.p-overlaypanel {
2061
- min-width: 250px !important;
2062
- }
2063
-
2064
- .solid-header-dropdown-panel .p-overlaypanel-content {
2065
- padding: 0;
2066
- }
2067
-
2068
- .solid-view {
2069
- padding: 12px;
2070
- }
2071
-
2072
- .p-password .p-icon-field {
2073
- width: 100%;
2074
- }
2075
-
2076
- /* Auth */
2077
- .solid-auth-theme-wrapper {
2078
- position: relative;
2079
- background-size: cover;
2080
- background-repeat: no-repeat;
2081
- height: 100vh;
2082
- overflow: hidden;
2083
- /* padding: 100px 0; */
2084
- display: flex;
2085
- align-items: center;
2086
- justify-content: center;
2087
- width: 100% !important;
2088
- }
2089
-
2090
- /* .solid-center-layout {
2091
- max-width: 80%;
2092
- margin: 0 auto;
2093
- } */
2094
-
2095
- /* .solid-auth-theme-wrapper.center {
2096
- display: flex;
2097
- align-items: center;
2098
- justify-content: center;
2099
- } */
2100
-
2101
- .auth-container {
2102
- min-width: 525px;
2103
- }
2104
-
2105
- .auth-container.side {
2106
- max-width: 65%;
2107
- margin: 0 auto;
2108
- }
2109
-
2110
- .solid-logo img {
2111
- width: 2.375rem !important;
2112
- height: 2.375rem !important;
2113
- }
2114
-
2115
- .solid-logo-title {
2116
- line-height: 1.3;
2117
- font-weight: 700;
2118
- }
2119
-
2120
- .solid-auth-title {
2121
- font-size: 1.5rem;
2122
- font-weight: 700;
2123
- line-height: 1.875rem;
2124
- }
2125
-
2126
- .solid-auth-input-label {
2127
- font-size: 0.875rem;
2128
- font-weight: 400;
2129
- line-height: 1.25rem;
2130
- }
2131
-
2132
- .theme-toggle {
2133
- position: absolute;
2134
- top: 10px;
2135
- right: 10px;
2136
- display: flex;
2137
- align-items: center;
2138
- gap: 10px;
2139
- }
2140
-
2141
- .theme-toggle .small-button.p-togglebutton {
2142
- aspect-ratio: 1/1;
2143
- }
2144
-
2145
- .solid-auth-subtitle a {
2146
- font-weight: 600;
2147
- text-decoration: underline;
2148
- font-size: 12px;
2149
- }
2150
-
2151
- /*
2152
- .solid-custom-overlay.p-overlaypanel {
2153
- position: absolute;
2154
- top: 140px !important;
2155
- z-index: 1004 !important;
2156
- position: absolute;
2157
- left: 1656.25px !important;
2158
- transform-origin: center top !important;
2159
- --overlayArrowLeft: 93px;
2160
- } */
2161
-
2162
- .solid-custom-overlay .p-overlaypanel-content {
2163
- padding: 0;
2164
- border-radius: 0.5rem;
2165
- border: 1px solid #D8E2EA;
2166
- box-shadow: 0px 4px 4px 0px rgba(200, 199, 199, 0.25);
2167
- }
2168
-
2169
- .solid-custom-overlay.p-overlaypanel:after,
2170
- .solid-custom-overlay.p-overlaypanel:before {
2171
- display: none;
2172
- }
2173
-
2174
-
2175
- .solid-login-dark-bg {
2176
- background-color: var(--solid-login-bg-color);
2177
- }
2178
-
2179
- .solid-left-layout {
2180
- background-image: url(../public/images/auth/solid-left-layout-bg.png);
2181
- background-repeat: no-repeat;
2182
- background-size: cover;
2183
- background-position: center;
2184
- }
2185
-
2186
- .solid-left-layout .solid-logo {
2187
- position: absolute;
2188
- right: 5rem;
2189
- top: 5rem;
2190
- z-index: 1;
2191
- }
2192
-
2193
- .solid-right-layout {
2194
- background-image: url(../public/images/auth/solid-right-layout-bg.png);
2195
- background-repeat: no-repeat;
2196
- background-size: cover;
2197
- background-position: center;
2198
- }
2199
-
2200
- .solid-right-layout .solid-logo {
2201
- position: absolute;
2202
- left: 5rem;
2203
- top: 5rem;
2204
- z-index: 1;
2205
- }
2206
-
2207
- .solid-left-layout .solid-logo .solid-logo-title,
2208
- .solid-right-layout .solid-logo .solid-logo-title {
2209
- color: #fff !important;
2210
- }
2211
-
2212
- .listview-cogwheel-panel .p-overlaypanel-content {
2213
- min-width: 220px;
2214
- }
2215
-
2216
- .cogwheel-column-filter label{
2217
- font-size: 14px;
2218
- }
2219
-
2220
- .customize-layout-panel.p-overlaypanel {
2221
- /* left: 1400px !important;
2222
- top: 21% !important; */
2223
- left: 1370px !important;
2224
- top: 19% !important;
2225
- }
2226
-
2227
- .solid-auth-footer {
2228
- bottom: 2%;
2229
- width: 80%;
2230
- z-index: 999;
2231
- }
2232
-
2233
- .solid-auth-footer-2 {
2234
- bottom: 2%;
2235
- width: 100%;
2236
- z-index: 999;
2237
- }
2238
-
2239
- .auth-submit-button {
2240
- display: flex !important;
2241
- align-items: center !important;
2242
- justify-content: center !important;
2243
- gap: 10px;
2244
- transition: 0.2s linear;
2245
- }
2246
-
2247
- .auth-submit-button .p-button-label {
2248
- flex: none;
2249
- font-weight: 400;
2250
- }
2251
-
2252
- .auth-back-button .p-button-label {
2253
- font-weight: 400;
2254
- color: #AEAEAE;
2255
- }
2256
-
2257
- .p-button.p-button-icon-only.custom-add-button {
2258
- padding: 4px !important;
2259
- width: 2rem;
2260
- height: 2rem;
2261
- }
2262
-
2263
- .p-button.p-button-icon-only.custom-add-button .p-button-icon {
2264
- font-size: 10px;
2265
- }
2266
-
2267
- .solid-field-metadata-form-header {
2268
- padding: 10px 14px 10px 24px;
2269
- display: flex;
2270
- align-items: center;
2271
- justify-content: space-between;
2272
- background: var(--solid-light-grey);
2273
- }
2274
-
2275
- .solid-auth-tabview .p-tabview-panels {
2276
- padding-left: 0;
2277
- padding-right: 0;
2278
- }
2279
-
2280
- .solid-auth-tabview .p-tabview-nav {
2281
- border-radius: 0.5rem;
2282
- background: rgba(205, 205, 205, 0.20);
2283
- border: 1px solid #d7d7d7;
2284
- padding: 4px;
2285
- margin: 5px 0;
2286
- }
2287
-
2288
- .solid-auth-tabview .p-tabview-nav a {
2289
- font-weight: 400;
2290
- }
2291
-
2292
- .solid-auth-tabview .p-tabview-nav li {
2293
- flex: 1;
2294
- border-radius: 0.3rem;
2295
- }
2296
-
2297
- .solid-auth-tabview .p-tabview-nav-link {
2298
- display: flex;
2299
- align-items: center;
2300
- justify-content: center;
2301
- height: 40px;
2302
- color: var(--solid-grey-500) !important;
2303
- }
2304
-
2305
- .solid-auth-tabview .p-tabview-selected.p-highlight {
2306
- background-color: var(--primary-color);
2307
- }
2308
-
2309
- .solid-auth-tabview .p-tabview-selected.p-highlight .p-tabview-nav-link {
2310
- color: #fff !important;
2311
- }
2312
-
2313
- .solid-auth-tabview .p-tabview-nav-link {
2314
- border: none !important;
2315
- }
2316
-
2317
- .solid-global-search-filter .p-dialog-content {
2318
- padding: 0;
2319
- border-radius: 0.25rem;
2320
- }
2321
-
2322
- .solid-global-search-filter .p-dialog-content h5 {
2323
- font-size: 1.25rem !important;
2324
- }
2325
-
2326
- .solid-global-search-filter .p-fieldset .p-fieldset-legend {
2327
- padding: 0 !important;
2328
- border: none !important;
2329
- font-weight: 700;
2330
- }
2331
-
2332
- .solid-global-search-filter .p-fieldset .p-fieldset-content {
2333
- padding: 0 1.25rem;
2334
- }
2335
-
2336
- .custom-filter-condition-btn {
2337
- padding: 0.25rem 0.5rem !important;
2338
- font-size: 0.625rem !important;
2339
- }
2340
-
2341
- .primary-filter-fieldset {
2342
- background-color: #F8F7FC;
2343
- }
2344
-
2345
- .nested-custom-filter .primary-filter-fieldset {
2346
- background-color: #FFF;
2347
- }
2348
-
2349
- .custom-filter-chip .p-chips-token {
2350
- padding: 0.25rem 0.5rem !important;
2351
- color: var(--primary-color) !important;
2352
- font-size: 0.875rem !important;
2353
- border-radius: 0.375rem !important;
2354
- background: #FBF5FF !important;
2355
- }
2356
-
2357
- .solid-filter-action-btn .p-button-icon {
2358
- font-weight: 600;
2359
- color: var(--solid-form-title);
2360
- font-size: 1rem;
2361
- }
2362
-
2363
-
2364
- .custom-filter-chip .p-chips-token-icon.pi {
2365
- font-size: 12px !important;
2366
- color: #000000E0;
2367
- }
2368
-
2369
- .custom-chip-column {
2370
- color: rgba(0, 0, 0, 0.65);
2371
- }
2372
-
2373
- .custom-chip-value {
2374
- color: #000000;
2375
- }
2376
-
2377
- .custom-chip-or {
2378
- color: rgba(0, 0, 0, 0.65);
2379
- font-weight: 700;
2380
- }
2381
-
2382
- .custom-filter-search-options button:first-child {
2383
- background-color: #64748b0a;
2384
- }
2385
-
2386
- .custom-filter-search-options button:first-child:hover {
2387
- background-color: transparent;
2388
- }
2389
-
2390
- .solid-layout-accordion .p-accordion .p-accordion-header .p-accordion-header-link {
2391
- padding: 1.25rem 1.25rem 0.875rem 1.25rem;
2392
- }
2393
-
2394
- .solid-layout-accordion .p-accordion .p-accordion-tab {
2395
- margin-bottom: 0;
2396
- }
2397
-
2398
- .solid-layout-accordion a {
2399
- color: var(--solid-title);
2400
- }
2401
-
2402
- .solid-layout-accordion .p-accordion .p-accordion-header .p-accordion-header-link {
2403
- border: none;
2404
- background-color: transparent;
2405
- }
2406
-
2407
- .solid-layout-accordion .p-accordion-tab:first-child {
2408
- border-bottom: 1px solid var(--primary-light-color);
2409
- }
2410
-
2411
- .solid-layout-accordion .p-accordion-content {
2412
- border: none;
2413
- padding: 0;
2414
- border-radius: 0;
2415
- }
2416
-
2417
- .solid-layout-accordion .p-accordion-header a {
2418
- display: flex;
2419
- align-items: center;
2420
- justify-content: space-between;
2421
- flex-direction: row-reverse;
2422
- }
2423
-
2424
- .solid-layout-accordion label{
2425
- color: #000;
2426
- font-weight: 400;
2427
- }
2428
-
2429
- .solid-standard-autocomplete .p-inputtext {
2430
- border-right: none;
2431
- }
2432
-
2433
- .solid-standard-autocomplete .p-autocomplete-dropdown.p-button {
2434
- background-color: #fff;
2435
- border-left: none;
2436
- border-color: #d1d5db;
2437
- color: rgba(0, 0, 0, 0.60);
2438
- }
2439
-
2440
- .solid-standard-autocomplete:hover .p-autocomplete-dropdown.p-button,
2441
- .solid-standard-autocomplete:hover .p-inputtext {
2442
- border-color: var(--primary-color);
2443
- }
2444
-
2445
- /* Hide right shadow of input and left shadow of button to make them merge */
2446
- .solid-standard-autocomplete .p-inputtext:focus {
2447
- box-shadow: 0 0 0 0.2rem #d3b5f5, inset -2px 0 0 #fff, inset 2px 0 0 transparent;
2448
- }
2449
-
2450
- .solid-standard-autocomplete .p-inputtext:focus+.p-button {
2451
- box-shadow: 0 0 0 0.2rem #d3b5f5, inset -2px 0 0 transparent, inset 2px 0 0 #fff;
2452
- border-color: #d1d5db !important;
2453
- }
2454
-
2455
- .solid-dialog .p-dialog-content {
2456
- padding: 0 !important;
2457
- }
2458
-
2459
- .google-auth-button {
2460
- font-weight: 400 !important;
2461
- color: var(--solid-grey-500);
2462
- /* font-size: 14px; */
2463
- }
2464
-
2465
- .custom-input-group.p-inputgroup-addon:first-child,
2466
- .custom-input-group.p-inputgroup button:first-child,
2467
- .custom-input-group.p-inputgroup input:first-child,
2468
- .custom-input-group.p-inputgroup>.p-inputwrapper:first-child,
2469
- .custom-input-group.p-inputgroup>.p-inputwrapper:first-child>.p-inputtext {
2470
- border-top-left-radius: 8px;
2471
- border-bottom-left-radius: 8px;
2472
- }
2473
-
2474
-
2475
- .custom-input-group.p-inputgroup-addon:last-child,
2476
- .custom-input-group.p-inputgroup button:last-child,
2477
- .custom-input-group.p-inputgroup input:last-child,
2478
- .custom-input-group.p-inputgroup>.p-inputwrapper:last-child,
2479
- .custom-input-group.p-inputgroup>.p-inputwrapper:last-child>.p-inputtext {
2480
- border-top-right-radius: 8px;
2481
- border-bottom-right-radius: 8px;
2482
- }
2483
-
2484
- .solid-form-stepper-overlay .p-button {
2485
- min-width: 150px;
2486
- }
2487
-
2488
- .solid-form-stepper-overlay .p-button .p-button-label {
2489
- color: var(--solid-title);
2490
- font-weight: 400 !important;
2491
- flex: none;
2492
- font-size: 14px;
2493
- }
2494
-
2495
- .solid-form-stepper-overlay .p-button:hover .p-button-label {
2496
- color: #fff;
2497
- }
2498
-
2499
- .solid-form-stepper-overlay .p-button.p-button-text:not(:disabled):hover {
2500
- background-color: var(--primary-color);
2501
- }
2502
-
2503
- @keyframes shake {
2504
- 0% { transform: translateX(0); }
2505
- 20% { transform: translateX(-5px); }
2506
- 40% { transform: translateX(5px); }
2507
- 60% { transform: translateX(-5px); }
2508
- 80% { transform: translateX(5px); }
2509
- 100% { transform: translateX(0); }
2510
- }
2511
-
2512
- .tab-error {
2513
- animation: shake 0.8s ease-in-out;
2514
- border-bottom: 3px solid red;
2515
- font-weight: bold;
2516
- }