@solidstarters/solid-core-ui 1.1.18 → 1.1.20

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