@solidstarters/solid-core-ui 1.1.17 → 1.1.19

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