@instincthub/react-ui 0.0.1 → 0.0.3

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 (963) hide show
  1. package/README.md +45 -12
  2. package/dist/_virtual/_rollupPluginBabelHelpers.js +1 -1
  3. package/dist/_virtual/index.js +1 -1
  4. package/dist/_virtual/index2.js +1 -1
  5. package/dist/_virtual/index3.js +1 -1
  6. package/dist/_virtual/index4.js +1 -1
  7. package/dist/_virtual/index5.js +1 -1
  8. package/dist/node_modules/attr-accept/dist/es/index.js +2 -0
  9. package/dist/node_modules/attr-accept/dist/es/index.js.map +1 -0
  10. package/dist/node_modules/comma-separated-tokens/index.js +1 -1
  11. package/dist/node_modules/file-selector/dist/es2015/file-selector.js +2 -0
  12. package/dist/node_modules/file-selector/dist/es2015/file-selector.js.map +1 -0
  13. package/dist/node_modules/file-selector/dist/es2015/file.js +2 -0
  14. package/dist/node_modules/file-selector/dist/es2015/file.js.map +1 -0
  15. package/dist/node_modules/hastscript/factory.js +1 -1
  16. package/dist/node_modules/hastscript/index.js +1 -1
  17. package/dist/node_modules/hastscript/index.js.map +1 -1
  18. package/dist/node_modules/prop-types/index.js +1 -1
  19. package/dist/node_modules/prop-types/index.js.map +1 -1
  20. package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js +1 -1
  21. package/dist/node_modules/prop-types/node_modules/react-is/index.js +1 -1
  22. package/dist/node_modules/prosemirror-model/dist/index.js.map +1 -1
  23. package/dist/node_modules/react-dropzone/dist/es/index.js +2 -0
  24. package/dist/node_modules/react-dropzone/dist/es/index.js.map +1 -0
  25. package/dist/node_modules/react-dropzone/dist/es/utils/index.js +2 -0
  26. package/dist/node_modules/react-dropzone/dist/es/utils/index.js.map +1 -0
  27. package/dist/node_modules/refractor/core.js +1 -1
  28. package/dist/node_modules/refractor/core.js.map +1 -1
  29. package/dist/node_modules/space-separated-tokens/index.js +1 -1
  30. package/dist/node_modules/tslib/tslib.es6.js +2 -0
  31. package/dist/node_modules/tslib/tslib.es6.js.map +1 -0
  32. package/dist/src/assets/css/bootstrap.css +1151 -0
  33. package/dist/src/assets/css/darkmode.css +57 -0
  34. package/dist/src/assets/css/fonts.css +1 -0
  35. package/dist/src/assets/css/forms/ihub-file-uploader.css +247 -0
  36. package/dist/src/assets/css/forms/input-fields.css +1617 -0
  37. package/dist/src/assets/css/forms/react-action.css +46 -0
  38. package/dist/src/assets/css/forms/submit-btn.css +39 -0
  39. package/dist/src/assets/css/forms/unsplash-random-image.css +289 -0
  40. package/dist/src/assets/css/forms.css +145 -0
  41. package/dist/src/assets/css/invoice.css +196 -0
  42. package/dist/src/assets/css/loading.css +57 -0
  43. package/dist/src/assets/css/main.css +2364 -0
  44. package/dist/src/assets/css/material-ui.css +82 -0
  45. package/dist/src/assets/css/modals.css +208 -0
  46. package/dist/src/assets/css/primereact.css +367 -0
  47. package/dist/src/assets/css/react-video-player.css +81 -0
  48. package/dist/src/assets/css/readme/display.md +401 -0
  49. package/dist/src/assets/css/readme/margin.md +214 -0
  50. package/dist/src/assets/css/readme/overflow.md +93 -0
  51. package/dist/src/assets/css/readme/width-height-padding.md +342 -0
  52. package/dist/src/assets/css/readme/z-index.md +80 -0
  53. package/dist/src/assets/css/root.css +70 -0
  54. package/dist/src/assets/css/styles.css +26 -0
  55. package/dist/src/assets/css/tag-only-selectors.css +240 -0
  56. package/dist/src/assets/css/tooltip.css +26 -0
  57. package/dist/src/assets/css/ui/code-display.css +132 -0
  58. package/dist/src/assets/css/ui/content-viewer.css +599 -0
  59. package/dist/src/assets/css/ui/editor.css +161 -0
  60. package/dist/src/assets/css/ui/list-styles.css +322 -0
  61. package/dist/src/assets/css/ui/parent-list-styles.css +223 -0
  62. package/dist/src/assets/css/ui/signout-session.css +177 -0
  63. package/dist/src/assets/json/countries.json +1 -0
  64. package/dist/src/assets/svgs/SVGs.jsx +38 -0
  65. package/dist/src/components/forms/AnimatedBox.js.map +1 -1
  66. package/dist/src/components/forms/DateInput.js +2 -0
  67. package/dist/src/components/forms/DateInput.js.map +1 -0
  68. package/dist/src/components/forms/DateTimeInput.js +2 -0
  69. package/dist/src/components/forms/DateTimeInput.js.map +1 -0
  70. package/dist/src/components/forms/DropFile.js +2 -0
  71. package/dist/src/components/forms/DropFile.js.map +1 -0
  72. package/dist/src/components/forms/EmailList.js +2 -0
  73. package/dist/src/components/forms/EmailList.js.map +1 -0
  74. package/dist/src/components/forms/FilterArray.js +2 -0
  75. package/dist/src/components/forms/FilterArray.js.map +1 -0
  76. package/dist/src/components/forms/FilterBy.js +2 -0
  77. package/dist/src/components/forms/FilterBy.js.map +1 -0
  78. package/dist/src/components/forms/FilterObjects.js +2 -0
  79. package/dist/src/components/forms/FilterObjects.js.map +1 -0
  80. package/dist/src/components/forms/FormError.js +2 -0
  81. package/dist/src/components/forms/FormError.js.map +1 -0
  82. package/dist/src/components/forms/HandleError.js +2 -0
  83. package/dist/src/components/forms/HandleError.js.map +1 -0
  84. package/dist/src/components/forms/Logout.js +2 -0
  85. package/dist/src/components/forms/Logout.js.map +1 -0
  86. package/dist/src/components/forms/MessageDisplay.js +2 -0
  87. package/dist/src/components/forms/MessageDisplay.js.map +1 -0
  88. package/dist/src/components/forms/MultipleEmail.js +2 -0
  89. package/dist/src/components/forms/MultipleEmail.js.map +1 -0
  90. package/dist/src/components/forms/PageLoading.js +2 -0
  91. package/dist/src/components/forms/PageLoading.js.map +1 -0
  92. package/dist/src/components/forms/PasswordField.js +2 -0
  93. package/dist/src/components/forms/PasswordField.js.map +1 -0
  94. package/dist/src/components/forms/PhoneNumberInput.js +2 -0
  95. package/dist/src/components/forms/PhoneNumberInput.js.map +1 -0
  96. package/dist/src/components/forms/RadioField.js +2 -0
  97. package/dist/src/components/forms/RadioField.js.map +1 -0
  98. package/dist/src/components/forms/RadioSimple.js +2 -0
  99. package/dist/src/components/forms/RadioSimple.js.map +1 -0
  100. package/dist/src/components/forms/ReactTimeAgo.js +2 -0
  101. package/dist/src/components/forms/ReactTimeAgo.js.map +1 -0
  102. package/dist/src/components/forms/ReadTermsAndCondition.js +2 -0
  103. package/dist/src/components/forms/ReadTermsAndCondition.js.map +1 -0
  104. package/dist/src/components/forms/SearchField.js +2 -0
  105. package/dist/src/components/forms/SearchField.js.map +1 -0
  106. package/dist/src/components/forms/StepProgressBar.js +2 -0
  107. package/dist/src/components/forms/StepProgressBar.js.map +1 -0
  108. package/dist/src/components/forms/SubmitBtn.js +1 -1
  109. package/dist/src/components/forms/SubmitBtn.js.map +1 -1
  110. package/dist/src/components/forms/Tables.js +2 -0
  111. package/dist/src/components/forms/Tables.js.map +1 -0
  112. package/dist/src/components/forms/TextArea.js +2 -0
  113. package/dist/src/components/forms/TextArea.js.map +1 -0
  114. package/dist/src/components/forms/Tooltip.js +2 -0
  115. package/dist/src/components/forms/Tooltip.js.map +1 -0
  116. package/dist/src/components/forms/UnsplashRandomImage.js +2 -0
  117. package/dist/src/components/forms/UnsplashRandomImage.js.map +1 -0
  118. package/dist/src/components/forms/uploads/FileUploader.js +2 -0
  119. package/dist/src/components/forms/uploads/FileUploader.js.map +1 -0
  120. package/dist/src/components/forms/uploads/IhubFileUploader.js +2 -0
  121. package/dist/src/components/forms/uploads/IhubFileUploader.js.map +1 -0
  122. package/dist/src/components/lib/auth/actions.js +2 -0
  123. package/dist/src/components/lib/auth/actions.js.map +1 -0
  124. package/dist/src/components/lib/auth/dbRequestst.js +2 -0
  125. package/dist/src/components/lib/auth/dbRequestst.js.map +1 -0
  126. package/dist/src/components/lib/format.js +2 -0
  127. package/dist/src/components/lib/format.js.map +1 -0
  128. package/dist/src/components/lib/helpFunction.js +2 -0
  129. package/dist/src/components/lib/helpFunction.js.map +1 -0
  130. package/dist/src/components/lib/index.js +2 -0
  131. package/dist/src/components/lib/json/accounts.js +2 -0
  132. package/dist/src/components/lib/json/accounts.js.map +1 -0
  133. package/dist/src/components/lib/json/countryObjects.js +2 -0
  134. package/dist/src/components/lib/json/countryObjects.js.map +1 -0
  135. package/dist/src/components/lib/json/unsplashDefaultObject.js +2 -0
  136. package/dist/src/components/lib/json/unsplashDefaultObject.js.map +1 -0
  137. package/dist/src/components/lib/modals.js +2 -0
  138. package/dist/src/components/lib/modals.js.map +1 -0
  139. package/dist/src/components/lib/oauth_json.js +2 -0
  140. package/dist/src/components/lib/oauth_json.js.map +1 -0
  141. package/dist/src/components/lib/paystack.js +2 -0
  142. package/dist/src/components/lib/paystack.js.map +1 -0
  143. package/dist/src/components/lib/permissions.js +2 -0
  144. package/dist/src/components/lib/permissions.js.map +1 -0
  145. package/dist/src/components/lib/utils.js +2 -0
  146. package/dist/src/components/lib/utils.js.map +1 -0
  147. package/dist/src/components/status/TimeTracker.js +2 -0
  148. package/dist/src/components/status/TimeTracker.js.map +1 -0
  149. package/dist/src/components/theme/ChangeStyleVariable.js +2 -0
  150. package/dist/src/components/theme/ChangeStyleVariable.js.map +1 -0
  151. package/dist/src/components/theme/DarkModeProvider.js +2 -0
  152. package/dist/src/components/theme/DarkModeProvider.js.map +1 -0
  153. package/dist/src/components/theme/LoadingAnimate.js +2 -0
  154. package/dist/src/components/theme/LoadingAnimate.js.map +1 -0
  155. package/dist/src/components/theme/SessionProviders.js +2 -0
  156. package/dist/src/components/theme/SessionProviders.js.map +1 -0
  157. package/dist/src/components/theme/signout/SessionExpiresLogout.js +2 -0
  158. package/dist/src/components/theme/signout/SessionExpiresLogout.js.map +1 -0
  159. package/dist/src/components/theme/signout/SignOutSession.js +2 -0
  160. package/dist/src/components/theme/signout/SignOutSession.js.map +1 -0
  161. package/dist/src/components/ui/editor/CustomTextEditor.js +1 -1
  162. package/dist/src/components/ui/editor/MenuBar.js +1 -1
  163. package/dist/src/components/ui/viewer/CodeDisplay.js +1 -1
  164. package/dist/src/components/ui/viewer/ContentViewer.js +1 -1
  165. package/dist/src/index-types.js +2 -0
  166. package/dist/src/index-types.js.map +1 -0
  167. package/dist/src/index.js +1 -1
  168. package/dist/src/types/assets/images/Images.d.ts +7 -0
  169. package/dist/src/types/components/auth/IsUsernameEmailTaken.d.ts +9 -0
  170. package/dist/src/types/components/forms/CountryInput.d.ts +0 -1
  171. package/dist/src/types/components/forms/CountryStateInput.d.ts +0 -1
  172. package/dist/src/types/components/forms/DateInput.d.ts +14 -0
  173. package/dist/src/types/components/forms/DateTimeInput.d.ts +9 -0
  174. package/dist/src/types/components/forms/DropFile.d.ts +7 -0
  175. package/dist/src/types/components/forms/EmailList.d.ts +7 -0
  176. package/dist/src/types/components/forms/FileField.d.ts +12 -0
  177. package/dist/src/types/components/forms/FilterArray.d.ts +17 -0
  178. package/dist/src/types/components/forms/FilterBy.d.ts +7 -0
  179. package/dist/src/types/components/forms/FilterObjects.d.ts +25 -0
  180. package/dist/src/types/components/forms/FormError.d.ts +7 -0
  181. package/dist/src/types/components/forms/HandleError.d.ts +12 -0
  182. package/dist/src/types/components/forms/InputSearchDropdown.d.ts +14 -0
  183. package/dist/src/types/components/forms/Logout.d.ts +6 -0
  184. package/dist/src/types/components/forms/MessageDisplay.d.ts +10 -0
  185. package/dist/src/types/components/forms/MultipleEmail.d.ts +6 -0
  186. package/dist/src/types/components/forms/PageLoading.d.ts +6 -0
  187. package/dist/src/types/components/forms/PasswordField.d.ts +10 -0
  188. package/dist/src/types/components/forms/PhoneNumberInput.d.ts +12 -0
  189. package/dist/src/types/components/forms/RadioField.d.ts +16 -0
  190. package/dist/src/types/components/forms/RadioSimple.d.ts +11 -0
  191. package/dist/src/types/components/forms/RangeRadio.d.ts +10 -0
  192. package/dist/src/types/components/forms/ReactTimeAgo.d.ts +9 -0
  193. package/dist/src/types/components/forms/ReadTermsAndCondition.d.ts +6 -0
  194. package/dist/src/types/components/forms/SearchField.d.ts +7 -0
  195. package/dist/src/types/components/forms/StepProgressBar.d.ts +9 -0
  196. package/dist/src/types/components/forms/Tables.d.ts +10 -0
  197. package/dist/src/types/components/forms/TextArea.d.ts +13 -0
  198. package/dist/src/types/components/forms/Tooltip.d.ts +11 -0
  199. package/dist/src/types/components/forms/UnsplashRandomImage.d.ts +81 -0
  200. package/dist/src/types/components/forms/uploads/FileUploader.d.ts +25 -0
  201. package/dist/src/types/components/forms/uploads/IhubFileUploader.d.ts +46 -0
  202. package/dist/src/types/components/lib/auth/actions.d.ts +15 -0
  203. package/dist/src/types/components/lib/auth/dbRequestst.d.ts +21 -0
  204. package/dist/src/types/components/lib/createSubscription.d.ts +13 -0
  205. package/dist/src/types/components/lib/elementIsVisibleInViewport.d.ts +8 -0
  206. package/dist/src/types/components/lib/fileToBase64.d.ts +7 -0
  207. package/dist/src/types/components/lib/formError.d.ts +13 -0
  208. package/dist/src/types/components/lib/format.d.ts +6 -0
  209. package/dist/src/types/components/lib/getPriceObjects.d.ts +39 -0
  210. package/dist/src/types/components/lib/helpFunction.d.ts +233 -0
  211. package/dist/src/types/components/lib/index.d.ts +20 -0
  212. package/dist/src/types/components/lib/json/accounts.d.ts +42 -0
  213. package/dist/src/types/components/lib/json/countryNigeria.d.ts +17 -0
  214. package/dist/src/types/components/lib/json/countryObjects.d.ts +17 -0
  215. package/dist/src/types/components/lib/json/educationLevels.d.ts +2 -0
  216. package/dist/src/types/components/lib/json/unsplashDefaultObject.d.ts +12 -0
  217. package/dist/src/types/components/lib/loadScript.d.ts +7 -0
  218. package/dist/src/types/components/lib/modals.d.ts +14 -0
  219. package/dist/src/types/components/lib/oauth_json.d.ts +97 -0
  220. package/dist/src/types/components/lib/paystack.d.ts +115 -0
  221. package/dist/src/types/components/lib/permissions.d.ts +22 -0
  222. package/dist/src/types/components/lib/utils.d.ts +165 -0
  223. package/dist/src/types/components/status/TimeTracker.d.ts +16 -0
  224. package/dist/src/types/components/theme/ChangeStyleVariable.d.ts +10 -0
  225. package/dist/src/types/components/theme/DarkModeProvider.d.ts +12 -0
  226. package/dist/src/types/components/theme/LoadingAnimate.d.ts +1 -0
  227. package/dist/src/types/components/theme/SessionProviders.d.ts +12 -0
  228. package/dist/src/types/components/theme/signout/SessionExpiresLogout.d.ts +55 -0
  229. package/dist/src/types/components/theme/signout/SignOutSession.d.ts +9 -0
  230. package/dist/src/types/components/ui/viewer/CodeDisplay.d.ts +2 -3
  231. package/dist/src/types/components/ui/viewer/ContentViewer.d.ts +0 -1
  232. package/dist/src/types/index-types.d.ts +3 -0
  233. package/dist/src/types/index.d.ts +42 -9
  234. package/dist/src/types/styles.d.ts +1 -13
  235. package/package.json +31 -11
  236. package/dist/_virtual/index6.js +0 -2
  237. package/dist/_virtual/index6.js.map +0 -1
  238. package/dist/_virtual/index7.js +0 -2
  239. package/dist/_virtual/index7.js.map +0 -1
  240. package/dist/_virtual/make-built-in.js +0 -2
  241. package/dist/_virtual/make-built-in.js.map +0 -1
  242. package/dist/_virtual/new-promise-capability.js +0 -2
  243. package/dist/_virtual/new-promise-capability.js.map +0 -1
  244. package/dist/_virtual/object-define-properties.js +0 -2
  245. package/dist/_virtual/object-define-properties.js.map +0 -1
  246. package/dist/_virtual/object-define-property.js +0 -2
  247. package/dist/_virtual/object-define-property.js.map +0 -1
  248. package/dist/_virtual/object-get-own-property-descriptor.js +0 -2
  249. package/dist/_virtual/object-get-own-property-descriptor.js.map +0 -1
  250. package/dist/_virtual/object-get-own-property-names.js +0 -2
  251. package/dist/_virtual/object-get-own-property-names.js.map +0 -1
  252. package/dist/_virtual/object-get-own-property-symbols.js +0 -2
  253. package/dist/_virtual/object-get-own-property-symbols.js.map +0 -1
  254. package/dist/_virtual/object-property-is-enumerable.js +0 -2
  255. package/dist/_virtual/object-property-is-enumerable.js.map +0 -1
  256. package/dist/_virtual/performance-now.js +0 -2
  257. package/dist/_virtual/performance-now.js.map +0 -1
  258. package/dist/_virtual/react-is.development2.js +0 -2
  259. package/dist/_virtual/react-is.development2.js.map +0 -1
  260. package/dist/_virtual/react-is.production.js +0 -2
  261. package/dist/_virtual/react-is.production.js.map +0 -1
  262. package/dist/_virtual/shared-store.js +0 -2
  263. package/dist/_virtual/shared-store.js.map +0 -1
  264. package/dist/assets/js/HomePageStyle.js +0 -152
  265. package/dist/assets/js/createSubscription.js +0 -34
  266. package/dist/assets/js/currency_symbols.js +0 -5
  267. package/dist/assets/js/elementIsVisibleInViewport.js +0 -13
  268. package/dist/assets/js/fileToBase64.js +0 -9
  269. package/dist/assets/js/formError.js +0 -59
  270. package/dist/assets/js/format.js +0 -17
  271. package/dist/assets/js/getPriceObjects.js +0 -66
  272. package/dist/assets/js/helpFunction.js +0 -565
  273. package/dist/assets/js/loadScript.js +0 -38
  274. package/dist/assets/js/modals.js +0 -192
  275. package/dist/assets/js/oauth_json.js +0 -101
  276. package/dist/assets/js/paystack.js +0 -228
  277. package/dist/assets/js/permissions.js +0 -22
  278. package/dist/assets/js/shared.js +0 -0
  279. package/dist/assets/js/utils.js +0 -107
  280. package/dist/assets/json/Courses.json +0 -40
  281. package/dist/assets/json/accounts.js +0 -230
  282. package/dist/assets/json/countryNigeria.js +0 -20
  283. package/dist/assets/json/countryObjects.js +0 -5750
  284. package/dist/assets/json/countryStatesObjects.js +0 -34745
  285. package/dist/assets/json/educationLevels.js +0 -12
  286. package/dist/assets/json/unsplashDefaultObject.js +0 -13
  287. package/dist/assets/svgs/SVGs.jsx +0 -38
  288. package/dist/node_modules/@emotion/hash/dist/emotion-hash.esm.js +0 -2
  289. package/dist/node_modules/@emotion/hash/dist/emotion-hash.esm.js.map +0 -1
  290. package/dist/node_modules/@emotion/memoize/dist/emotion-memoize.esm.js +0 -2
  291. package/dist/node_modules/@emotion/memoize/dist/emotion-memoize.esm.js.map +0 -1
  292. package/dist/node_modules/@emotion/serialize/dist/emotion-serialize.esm.js +0 -2
  293. package/dist/node_modules/@emotion/serialize/dist/emotion-serialize.esm.js.map +0 -1
  294. package/dist/node_modules/@emotion/unitless/dist/emotion-unitless.esm.js +0 -2
  295. package/dist/node_modules/@emotion/unitless/dist/emotion-unitless.esm.js.map +0 -1
  296. package/dist/node_modules/@mui/icons-material/esm/CheckBox.js +0 -2
  297. package/dist/node_modules/@mui/icons-material/esm/CheckBox.js.map +0 -1
  298. package/dist/node_modules/@mui/icons-material/esm/Code.js +0 -2
  299. package/dist/node_modules/@mui/icons-material/esm/Code.js.map +0 -1
  300. package/dist/node_modules/@mui/icons-material/esm/ContentCopy.js +0 -2
  301. package/dist/node_modules/@mui/icons-material/esm/ContentCopy.js.map +0 -1
  302. package/dist/node_modules/@mui/icons-material/esm/Edit.js +0 -2
  303. package/dist/node_modules/@mui/icons-material/esm/Edit.js.map +0 -1
  304. package/dist/node_modules/@mui/icons-material/esm/FileDownload.js +0 -2
  305. package/dist/node_modules/@mui/icons-material/esm/FileDownload.js.map +0 -1
  306. package/dist/node_modules/@mui/icons-material/esm/FormatBold.js +0 -2
  307. package/dist/node_modules/@mui/icons-material/esm/FormatBold.js.map +0 -1
  308. package/dist/node_modules/@mui/icons-material/esm/FormatClear.js +0 -2
  309. package/dist/node_modules/@mui/icons-material/esm/FormatClear.js.map +0 -1
  310. package/dist/node_modules/@mui/icons-material/esm/FormatItalic.js +0 -2
  311. package/dist/node_modules/@mui/icons-material/esm/FormatItalic.js.map +0 -1
  312. package/dist/node_modules/@mui/icons-material/esm/FormatListBulleted.js +0 -2
  313. package/dist/node_modules/@mui/icons-material/esm/FormatListBulleted.js.map +0 -1
  314. package/dist/node_modules/@mui/icons-material/esm/FormatListNumbered.js +0 -2
  315. package/dist/node_modules/@mui/icons-material/esm/FormatListNumbered.js.map +0 -1
  316. package/dist/node_modules/@mui/icons-material/esm/FormatQuote.js +0 -2
  317. package/dist/node_modules/@mui/icons-material/esm/FormatQuote.js.map +0 -1
  318. package/dist/node_modules/@mui/icons-material/esm/Fullscreen.js +0 -2
  319. package/dist/node_modules/@mui/icons-material/esm/Fullscreen.js.map +0 -1
  320. package/dist/node_modules/@mui/icons-material/esm/FullscreenExit.js +0 -2
  321. package/dist/node_modules/@mui/icons-material/esm/FullscreenExit.js.map +0 -1
  322. package/dist/node_modules/@mui/icons-material/esm/Highlight.js +0 -2
  323. package/dist/node_modules/@mui/icons-material/esm/Highlight.js.map +0 -1
  324. package/dist/node_modules/@mui/icons-material/esm/HorizontalRule.js +0 -2
  325. package/dist/node_modules/@mui/icons-material/esm/HorizontalRule.js.map +0 -1
  326. package/dist/node_modules/@mui/icons-material/esm/Link.js +0 -2
  327. package/dist/node_modules/@mui/icons-material/esm/Link.js.map +0 -1
  328. package/dist/node_modules/@mui/icons-material/esm/Print.js +0 -2
  329. package/dist/node_modules/@mui/icons-material/esm/Print.js.map +0 -1
  330. package/dist/node_modules/@mui/icons-material/esm/Redo.js +0 -2
  331. package/dist/node_modules/@mui/icons-material/esm/Redo.js.map +0 -1
  332. package/dist/node_modules/@mui/icons-material/esm/StrikethroughS.js +0 -2
  333. package/dist/node_modules/@mui/icons-material/esm/StrikethroughS.js.map +0 -1
  334. package/dist/node_modules/@mui/icons-material/esm/TableChart.js +0 -2
  335. package/dist/node_modules/@mui/icons-material/esm/TableChart.js.map +0 -1
  336. package/dist/node_modules/@mui/icons-material/esm/Undo.js +0 -2
  337. package/dist/node_modules/@mui/icons-material/esm/Undo.js.map +0 -1
  338. package/dist/node_modules/@mui/icons-material/esm/Visibility.js +0 -2
  339. package/dist/node_modules/@mui/icons-material/esm/Visibility.js.map +0 -1
  340. package/dist/node_modules/@mui/material/DefaultPropsProvider/DefaultPropsProvider.js +0 -2
  341. package/dist/node_modules/@mui/material/DefaultPropsProvider/DefaultPropsProvider.js.map +0 -1
  342. package/dist/node_modules/@mui/material/SvgIcon/SvgIcon.js +0 -2
  343. package/dist/node_modules/@mui/material/SvgIcon/SvgIcon.js.map +0 -1
  344. package/dist/node_modules/@mui/material/SvgIcon/svgIconClasses.js +0 -2
  345. package/dist/node_modules/@mui/material/SvgIcon/svgIconClasses.js.map +0 -1
  346. package/dist/node_modules/@mui/material/colors/blue.js +0 -2
  347. package/dist/node_modules/@mui/material/colors/blue.js.map +0 -1
  348. package/dist/node_modules/@mui/material/colors/common.js +0 -2
  349. package/dist/node_modules/@mui/material/colors/common.js.map +0 -1
  350. package/dist/node_modules/@mui/material/colors/green.js +0 -2
  351. package/dist/node_modules/@mui/material/colors/green.js.map +0 -1
  352. package/dist/node_modules/@mui/material/colors/grey.js +0 -2
  353. package/dist/node_modules/@mui/material/colors/grey.js.map +0 -1
  354. package/dist/node_modules/@mui/material/colors/lightBlue.js +0 -2
  355. package/dist/node_modules/@mui/material/colors/lightBlue.js.map +0 -1
  356. package/dist/node_modules/@mui/material/colors/orange.js +0 -2
  357. package/dist/node_modules/@mui/material/colors/orange.js.map +0 -1
  358. package/dist/node_modules/@mui/material/colors/purple.js +0 -2
  359. package/dist/node_modules/@mui/material/colors/purple.js.map +0 -1
  360. package/dist/node_modules/@mui/material/colors/red.js +0 -2
  361. package/dist/node_modules/@mui/material/colors/red.js.map +0 -1
  362. package/dist/node_modules/@mui/material/styles/createColorScheme.js +0 -2
  363. package/dist/node_modules/@mui/material/styles/createColorScheme.js.map +0 -1
  364. package/dist/node_modules/@mui/material/styles/createGetSelector.js +0 -2
  365. package/dist/node_modules/@mui/material/styles/createGetSelector.js.map +0 -1
  366. package/dist/node_modules/@mui/material/styles/createMixins.js +0 -2
  367. package/dist/node_modules/@mui/material/styles/createMixins.js.map +0 -1
  368. package/dist/node_modules/@mui/material/styles/createPalette.js +0 -2
  369. package/dist/node_modules/@mui/material/styles/createPalette.js.map +0 -1
  370. package/dist/node_modules/@mui/material/styles/createTheme.js +0 -2
  371. package/dist/node_modules/@mui/material/styles/createTheme.js.map +0 -1
  372. package/dist/node_modules/@mui/material/styles/createThemeNoVars.js +0 -2
  373. package/dist/node_modules/@mui/material/styles/createThemeNoVars.js.map +0 -1
  374. package/dist/node_modules/@mui/material/styles/createThemeWithVars.js +0 -2
  375. package/dist/node_modules/@mui/material/styles/createThemeWithVars.js.map +0 -1
  376. package/dist/node_modules/@mui/material/styles/createTransitions.js +0 -2
  377. package/dist/node_modules/@mui/material/styles/createTransitions.js.map +0 -1
  378. package/dist/node_modules/@mui/material/styles/createTypography.js +0 -2
  379. package/dist/node_modules/@mui/material/styles/createTypography.js.map +0 -1
  380. package/dist/node_modules/@mui/material/styles/defaultTheme.js +0 -2
  381. package/dist/node_modules/@mui/material/styles/defaultTheme.js.map +0 -1
  382. package/dist/node_modules/@mui/material/styles/excludeVariablesFromRoot.js +0 -2
  383. package/dist/node_modules/@mui/material/styles/excludeVariablesFromRoot.js.map +0 -1
  384. package/dist/node_modules/@mui/material/styles/getOverlayAlpha.js +0 -2
  385. package/dist/node_modules/@mui/material/styles/getOverlayAlpha.js.map +0 -1
  386. package/dist/node_modules/@mui/material/styles/identifier.js +0 -2
  387. package/dist/node_modules/@mui/material/styles/identifier.js.map +0 -1
  388. package/dist/node_modules/@mui/material/styles/rootShouldForwardProp.js +0 -2
  389. package/dist/node_modules/@mui/material/styles/rootShouldForwardProp.js.map +0 -1
  390. package/dist/node_modules/@mui/material/styles/shadows.js +0 -2
  391. package/dist/node_modules/@mui/material/styles/shadows.js.map +0 -1
  392. package/dist/node_modules/@mui/material/styles/shouldSkipGeneratingVar.js +0 -2
  393. package/dist/node_modules/@mui/material/styles/shouldSkipGeneratingVar.js.map +0 -1
  394. package/dist/node_modules/@mui/material/styles/slotShouldForwardProp.js +0 -2
  395. package/dist/node_modules/@mui/material/styles/slotShouldForwardProp.js.map +0 -1
  396. package/dist/node_modules/@mui/material/styles/stringifyTheme.js +0 -2
  397. package/dist/node_modules/@mui/material/styles/stringifyTheme.js.map +0 -1
  398. package/dist/node_modules/@mui/material/styles/styled.js +0 -2
  399. package/dist/node_modules/@mui/material/styles/styled.js.map +0 -1
  400. package/dist/node_modules/@mui/material/styles/zIndex.js +0 -2
  401. package/dist/node_modules/@mui/material/styles/zIndex.js.map +0 -1
  402. package/dist/node_modules/@mui/material/utils/capitalize.js +0 -2
  403. package/dist/node_modules/@mui/material/utils/capitalize.js.map +0 -1
  404. package/dist/node_modules/@mui/material/utils/createSvgIcon.js +0 -2
  405. package/dist/node_modules/@mui/material/utils/createSvgIcon.js.map +0 -1
  406. package/dist/node_modules/@mui/material/utils/memoTheme.js +0 -2
  407. package/dist/node_modules/@mui/material/utils/memoTheme.js.map +0 -1
  408. package/dist/node_modules/@mui/private-theming/ThemeProvider/ThemeProvider.js +0 -2
  409. package/dist/node_modules/@mui/private-theming/ThemeProvider/ThemeProvider.js.map +0 -1
  410. package/dist/node_modules/@mui/private-theming/ThemeProvider/nested.js +0 -2
  411. package/dist/node_modules/@mui/private-theming/ThemeProvider/nested.js.map +0 -1
  412. package/dist/node_modules/@mui/private-theming/useTheme/ThemeContext.js +0 -2
  413. package/dist/node_modules/@mui/private-theming/useTheme/ThemeContext.js.map +0 -1
  414. package/dist/node_modules/@mui/private-theming/useTheme/useTheme.js +0 -2
  415. package/dist/node_modules/@mui/private-theming/useTheme/useTheme.js.map +0 -1
  416. package/dist/node_modules/@mui/styled-engine/index.js +0 -9
  417. package/dist/node_modules/@mui/styled-engine/index.js.map +0 -1
  418. package/dist/node_modules/@mui/system/esm/DefaultPropsProvider/DefaultPropsProvider.js +0 -2
  419. package/dist/node_modules/@mui/system/esm/DefaultPropsProvider/DefaultPropsProvider.js.map +0 -1
  420. package/dist/node_modules/@mui/system/esm/RtlProvider/index.js +0 -2
  421. package/dist/node_modules/@mui/system/esm/ThemeProvider/ThemeProvider.js +0 -2
  422. package/dist/node_modules/@mui/system/esm/ThemeProvider/ThemeProvider.js.map +0 -1
  423. package/dist/node_modules/@mui/system/esm/borders/borders.js +0 -2
  424. package/dist/node_modules/@mui/system/esm/borders/borders.js.map +0 -1
  425. package/dist/node_modules/@mui/system/esm/breakpoints/breakpoints.js +0 -2
  426. package/dist/node_modules/@mui/system/esm/breakpoints/breakpoints.js.map +0 -1
  427. package/dist/node_modules/@mui/system/esm/colorManipulator/colorManipulator.js +0 -2
  428. package/dist/node_modules/@mui/system/esm/colorManipulator/colorManipulator.js.map +0 -1
  429. package/dist/node_modules/@mui/system/esm/compose/compose.js +0 -2
  430. package/dist/node_modules/@mui/system/esm/compose/compose.js.map +0 -1
  431. package/dist/node_modules/@mui/system/esm/createBreakpoints/createBreakpoints.js +0 -2
  432. package/dist/node_modules/@mui/system/esm/createBreakpoints/createBreakpoints.js.map +0 -1
  433. package/dist/node_modules/@mui/system/esm/createStyled/createStyled.js +0 -2
  434. package/dist/node_modules/@mui/system/esm/createStyled/createStyled.js.map +0 -1
  435. package/dist/node_modules/@mui/system/esm/createTheme/applyStyles.js +0 -2
  436. package/dist/node_modules/@mui/system/esm/createTheme/applyStyles.js.map +0 -1
  437. package/dist/node_modules/@mui/system/esm/createTheme/createSpacing.js +0 -2
  438. package/dist/node_modules/@mui/system/esm/createTheme/createSpacing.js.map +0 -1
  439. package/dist/node_modules/@mui/system/esm/createTheme/createTheme.js +0 -2
  440. package/dist/node_modules/@mui/system/esm/createTheme/createTheme.js.map +0 -1
  441. package/dist/node_modules/@mui/system/esm/createTheme/shape.js +0 -2
  442. package/dist/node_modules/@mui/system/esm/createTheme/shape.js.map +0 -1
  443. package/dist/node_modules/@mui/system/esm/cssContainerQueries/cssContainerQueries.js +0 -2
  444. package/dist/node_modules/@mui/system/esm/cssContainerQueries/cssContainerQueries.js.map +0 -1
  445. package/dist/node_modules/@mui/system/esm/cssGrid/cssGrid.js +0 -2
  446. package/dist/node_modules/@mui/system/esm/cssGrid/cssGrid.js.map +0 -1
  447. package/dist/node_modules/@mui/system/esm/cssVars/cssVarsParser.js +0 -2
  448. package/dist/node_modules/@mui/system/esm/cssVars/cssVarsParser.js.map +0 -1
  449. package/dist/node_modules/@mui/system/esm/cssVars/getColorSchemeSelector.js +0 -2
  450. package/dist/node_modules/@mui/system/esm/cssVars/getColorSchemeSelector.js.map +0 -1
  451. package/dist/node_modules/@mui/system/esm/cssVars/prepareCssVars.js +0 -2
  452. package/dist/node_modules/@mui/system/esm/cssVars/prepareCssVars.js.map +0 -1
  453. package/dist/node_modules/@mui/system/esm/cssVars/prepareTypographyVars.js +0 -2
  454. package/dist/node_modules/@mui/system/esm/cssVars/prepareTypographyVars.js.map +0 -1
  455. package/dist/node_modules/@mui/system/esm/memoize/memoize.js +0 -2
  456. package/dist/node_modules/@mui/system/esm/memoize/memoize.js.map +0 -1
  457. package/dist/node_modules/@mui/system/esm/merge/merge.js +0 -2
  458. package/dist/node_modules/@mui/system/esm/merge/merge.js.map +0 -1
  459. package/dist/node_modules/@mui/system/esm/palette/palette.js +0 -2
  460. package/dist/node_modules/@mui/system/esm/palette/palette.js.map +0 -1
  461. package/dist/node_modules/@mui/system/esm/preprocessStyles.js +0 -2
  462. package/dist/node_modules/@mui/system/esm/preprocessStyles.js.map +0 -1
  463. package/dist/node_modules/@mui/system/esm/responsivePropType/responsivePropType.js +0 -2
  464. package/dist/node_modules/@mui/system/esm/responsivePropType/responsivePropType.js.map +0 -1
  465. package/dist/node_modules/@mui/system/esm/sizing/sizing.js +0 -2
  466. package/dist/node_modules/@mui/system/esm/sizing/sizing.js.map +0 -1
  467. package/dist/node_modules/@mui/system/esm/spacing/spacing.js +0 -2
  468. package/dist/node_modules/@mui/system/esm/spacing/spacing.js.map +0 -1
  469. package/dist/node_modules/@mui/system/esm/style/style.js +0 -2
  470. package/dist/node_modules/@mui/system/esm/style/style.js.map +0 -1
  471. package/dist/node_modules/@mui/system/esm/styleFunctionSx/defaultSxConfig.js +0 -2
  472. package/dist/node_modules/@mui/system/esm/styleFunctionSx/defaultSxConfig.js.map +0 -1
  473. package/dist/node_modules/@mui/system/esm/styleFunctionSx/styleFunctionSx.js +0 -2
  474. package/dist/node_modules/@mui/system/esm/styleFunctionSx/styleFunctionSx.js.map +0 -1
  475. package/dist/node_modules/@mui/system/esm/useThemeWithoutDefault/useThemeWithoutDefault.js +0 -2
  476. package/dist/node_modules/@mui/system/esm/useThemeWithoutDefault/useThemeWithoutDefault.js.map +0 -1
  477. package/dist/node_modules/@mui/utils/esm/ClassNameGenerator/ClassNameGenerator.js +0 -2
  478. package/dist/node_modules/@mui/utils/esm/ClassNameGenerator/ClassNameGenerator.js.map +0 -1
  479. package/dist/node_modules/@mui/utils/esm/capitalize/capitalize.js +0 -2
  480. package/dist/node_modules/@mui/utils/esm/capitalize/capitalize.js.map +0 -1
  481. package/dist/node_modules/@mui/utils/esm/chainPropTypes/chainPropTypes.js +0 -2
  482. package/dist/node_modules/@mui/utils/esm/chainPropTypes/chainPropTypes.js.map +0 -1
  483. package/dist/node_modules/@mui/utils/esm/clamp/clamp.js +0 -2
  484. package/dist/node_modules/@mui/utils/esm/clamp/clamp.js.map +0 -1
  485. package/dist/node_modules/@mui/utils/esm/composeClasses/composeClasses.js +0 -2
  486. package/dist/node_modules/@mui/utils/esm/composeClasses/composeClasses.js.map +0 -1
  487. package/dist/node_modules/@mui/utils/esm/deepmerge/deepmerge.js +0 -2
  488. package/dist/node_modules/@mui/utils/esm/deepmerge/deepmerge.js.map +0 -1
  489. package/dist/node_modules/@mui/utils/esm/elementAcceptingRef/elementAcceptingRef.js +0 -2
  490. package/dist/node_modules/@mui/utils/esm/elementAcceptingRef/elementAcceptingRef.js.map +0 -1
  491. package/dist/node_modules/@mui/utils/esm/elementTypeAcceptingRef/elementTypeAcceptingRef.js +0 -2
  492. package/dist/node_modules/@mui/utils/esm/elementTypeAcceptingRef/elementTypeAcceptingRef.js.map +0 -1
  493. package/dist/node_modules/@mui/utils/esm/exactProp/exactProp.js +0 -2
  494. package/dist/node_modules/@mui/utils/esm/exactProp/exactProp.js.map +0 -1
  495. package/dist/node_modules/@mui/utils/esm/formatMuiErrorMessage/formatMuiErrorMessage.js +0 -2
  496. package/dist/node_modules/@mui/utils/esm/formatMuiErrorMessage/formatMuiErrorMessage.js.map +0 -1
  497. package/dist/node_modules/@mui/utils/esm/generateUtilityClass/generateUtilityClass.js +0 -2
  498. package/dist/node_modules/@mui/utils/esm/generateUtilityClass/generateUtilityClass.js.map +0 -1
  499. package/dist/node_modules/@mui/utils/esm/generateUtilityClasses/generateUtilityClasses.js +0 -2
  500. package/dist/node_modules/@mui/utils/esm/generateUtilityClasses/generateUtilityClasses.js.map +0 -1
  501. package/dist/node_modules/@mui/utils/esm/getDisplayName/getDisplayName.js +0 -2
  502. package/dist/node_modules/@mui/utils/esm/getDisplayName/getDisplayName.js.map +0 -1
  503. package/dist/node_modules/@mui/utils/esm/integerPropType/integerPropType.js +0 -2
  504. package/dist/node_modules/@mui/utils/esm/integerPropType/integerPropType.js.map +0 -1
  505. package/dist/node_modules/@mui/utils/esm/ponyfillGlobal/ponyfillGlobal.js +0 -2
  506. package/dist/node_modules/@mui/utils/esm/ponyfillGlobal/ponyfillGlobal.js.map +0 -1
  507. package/dist/node_modules/@mui/utils/esm/refType/refType.js +0 -2
  508. package/dist/node_modules/@mui/utils/esm/refType/refType.js.map +0 -1
  509. package/dist/node_modules/@mui/utils/esm/resolveProps/resolveProps.js +0 -2
  510. package/dist/node_modules/@mui/utils/esm/resolveProps/resolveProps.js.map +0 -1
  511. package/dist/node_modules/canvg/lib/index.es.js +0 -2
  512. package/dist/node_modules/canvg/lib/index.es.js.map +0 -1
  513. package/dist/node_modules/clsx/dist/clsx.mjs.js +0 -2
  514. package/dist/node_modules/clsx/dist/clsx.mjs.js.map +0 -1
  515. package/dist/node_modules/core-js/internals/a-callable.js +0 -2
  516. package/dist/node_modules/core-js/internals/a-callable.js.map +0 -1
  517. package/dist/node_modules/core-js/internals/a-constructor.js +0 -2
  518. package/dist/node_modules/core-js/internals/a-constructor.js.map +0 -1
  519. package/dist/node_modules/core-js/internals/a-possible-prototype.js +0 -2
  520. package/dist/node_modules/core-js/internals/a-possible-prototype.js.map +0 -1
  521. package/dist/node_modules/core-js/internals/add-to-unscopables.js +0 -2
  522. package/dist/node_modules/core-js/internals/add-to-unscopables.js.map +0 -1
  523. package/dist/node_modules/core-js/internals/advance-string-index.js +0 -2
  524. package/dist/node_modules/core-js/internals/advance-string-index.js.map +0 -1
  525. package/dist/node_modules/core-js/internals/an-instance.js +0 -2
  526. package/dist/node_modules/core-js/internals/an-instance.js.map +0 -1
  527. package/dist/node_modules/core-js/internals/an-object.js +0 -2
  528. package/dist/node_modules/core-js/internals/an-object.js.map +0 -1
  529. package/dist/node_modules/core-js/internals/array-includes.js +0 -2
  530. package/dist/node_modules/core-js/internals/array-includes.js.map +0 -1
  531. package/dist/node_modules/core-js/internals/array-method-is-strict.js +0 -2
  532. package/dist/node_modules/core-js/internals/array-method-is-strict.js.map +0 -1
  533. package/dist/node_modules/core-js/internals/array-reduce.js +0 -2
  534. package/dist/node_modules/core-js/internals/array-reduce.js.map +0 -1
  535. package/dist/node_modules/core-js/internals/array-slice.js +0 -2
  536. package/dist/node_modules/core-js/internals/array-slice.js.map +0 -1
  537. package/dist/node_modules/core-js/internals/check-correctness-of-iteration.js +0 -2
  538. package/dist/node_modules/core-js/internals/check-correctness-of-iteration.js.map +0 -1
  539. package/dist/node_modules/core-js/internals/classof-raw.js +0 -2
  540. package/dist/node_modules/core-js/internals/classof-raw.js.map +0 -1
  541. package/dist/node_modules/core-js/internals/classof.js +0 -2
  542. package/dist/node_modules/core-js/internals/classof.js.map +0 -1
  543. package/dist/node_modules/core-js/internals/copy-constructor-properties.js +0 -2
  544. package/dist/node_modules/core-js/internals/copy-constructor-properties.js.map +0 -1
  545. package/dist/node_modules/core-js/internals/correct-is-regexp-logic.js +0 -2
  546. package/dist/node_modules/core-js/internals/correct-is-regexp-logic.js.map +0 -1
  547. package/dist/node_modules/core-js/internals/correct-prototype-getter.js +0 -2
  548. package/dist/node_modules/core-js/internals/correct-prototype-getter.js.map +0 -1
  549. package/dist/node_modules/core-js/internals/create-iter-result-object.js +0 -2
  550. package/dist/node_modules/core-js/internals/create-iter-result-object.js.map +0 -1
  551. package/dist/node_modules/core-js/internals/create-non-enumerable-property.js +0 -2
  552. package/dist/node_modules/core-js/internals/create-non-enumerable-property.js.map +0 -1
  553. package/dist/node_modules/core-js/internals/create-property-descriptor.js +0 -2
  554. package/dist/node_modules/core-js/internals/create-property-descriptor.js.map +0 -1
  555. package/dist/node_modules/core-js/internals/define-built-in-accessor.js +0 -2
  556. package/dist/node_modules/core-js/internals/define-built-in-accessor.js.map +0 -1
  557. package/dist/node_modules/core-js/internals/define-built-in.js +0 -2
  558. package/dist/node_modules/core-js/internals/define-built-in.js.map +0 -1
  559. package/dist/node_modules/core-js/internals/define-global-property.js +0 -2
  560. package/dist/node_modules/core-js/internals/define-global-property.js.map +0 -1
  561. package/dist/node_modules/core-js/internals/descriptors.js +0 -2
  562. package/dist/node_modules/core-js/internals/descriptors.js.map +0 -1
  563. package/dist/node_modules/core-js/internals/document-create-element.js +0 -2
  564. package/dist/node_modules/core-js/internals/document-create-element.js.map +0 -1
  565. package/dist/node_modules/core-js/internals/dom-iterables.js +0 -2
  566. package/dist/node_modules/core-js/internals/dom-iterables.js.map +0 -1
  567. package/dist/node_modules/core-js/internals/dom-token-list-prototype.js +0 -2
  568. package/dist/node_modules/core-js/internals/dom-token-list-prototype.js.map +0 -1
  569. package/dist/node_modules/core-js/internals/enum-bug-keys.js +0 -2
  570. package/dist/node_modules/core-js/internals/enum-bug-keys.js.map +0 -1
  571. package/dist/node_modules/core-js/internals/environment-is-ios-pebble.js +0 -2
  572. package/dist/node_modules/core-js/internals/environment-is-ios-pebble.js.map +0 -1
  573. package/dist/node_modules/core-js/internals/environment-is-ios.js +0 -2
  574. package/dist/node_modules/core-js/internals/environment-is-ios.js.map +0 -1
  575. package/dist/node_modules/core-js/internals/environment-is-node.js +0 -2
  576. package/dist/node_modules/core-js/internals/environment-is-node.js.map +0 -1
  577. package/dist/node_modules/core-js/internals/environment-is-webos-webkit.js +0 -2
  578. package/dist/node_modules/core-js/internals/environment-is-webos-webkit.js.map +0 -1
  579. package/dist/node_modules/core-js/internals/environment-user-agent.js +0 -2
  580. package/dist/node_modules/core-js/internals/environment-user-agent.js.map +0 -1
  581. package/dist/node_modules/core-js/internals/environment-v8-version.js +0 -2
  582. package/dist/node_modules/core-js/internals/environment-v8-version.js.map +0 -1
  583. package/dist/node_modules/core-js/internals/environment.js +0 -2
  584. package/dist/node_modules/core-js/internals/environment.js.map +0 -1
  585. package/dist/node_modules/core-js/internals/export.js +0 -2
  586. package/dist/node_modules/core-js/internals/export.js.map +0 -1
  587. package/dist/node_modules/core-js/internals/fails.js +0 -2
  588. package/dist/node_modules/core-js/internals/fails.js.map +0 -1
  589. package/dist/node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js +0 -2
  590. package/dist/node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js.map +0 -1
  591. package/dist/node_modules/core-js/internals/function-apply.js +0 -2
  592. package/dist/node_modules/core-js/internals/function-apply.js.map +0 -1
  593. package/dist/node_modules/core-js/internals/function-bind-context.js +0 -2
  594. package/dist/node_modules/core-js/internals/function-bind-context.js.map +0 -1
  595. package/dist/node_modules/core-js/internals/function-bind-native.js +0 -2
  596. package/dist/node_modules/core-js/internals/function-bind-native.js.map +0 -1
  597. package/dist/node_modules/core-js/internals/function-call.js +0 -2
  598. package/dist/node_modules/core-js/internals/function-call.js.map +0 -1
  599. package/dist/node_modules/core-js/internals/function-name.js +0 -2
  600. package/dist/node_modules/core-js/internals/function-name.js.map +0 -1
  601. package/dist/node_modules/core-js/internals/function-uncurry-this-accessor.js +0 -2
  602. package/dist/node_modules/core-js/internals/function-uncurry-this-accessor.js.map +0 -1
  603. package/dist/node_modules/core-js/internals/function-uncurry-this-clause.js +0 -2
  604. package/dist/node_modules/core-js/internals/function-uncurry-this-clause.js.map +0 -1
  605. package/dist/node_modules/core-js/internals/function-uncurry-this.js +0 -2
  606. package/dist/node_modules/core-js/internals/function-uncurry-this.js.map +0 -1
  607. package/dist/node_modules/core-js/internals/get-built-in.js +0 -2
  608. package/dist/node_modules/core-js/internals/get-built-in.js.map +0 -1
  609. package/dist/node_modules/core-js/internals/get-iterator-method.js +0 -2
  610. package/dist/node_modules/core-js/internals/get-iterator-method.js.map +0 -1
  611. package/dist/node_modules/core-js/internals/get-iterator.js +0 -2
  612. package/dist/node_modules/core-js/internals/get-iterator.js.map +0 -1
  613. package/dist/node_modules/core-js/internals/get-method.js +0 -2
  614. package/dist/node_modules/core-js/internals/get-method.js.map +0 -1
  615. package/dist/node_modules/core-js/internals/get-substitution.js +0 -2
  616. package/dist/node_modules/core-js/internals/get-substitution.js.map +0 -1
  617. package/dist/node_modules/core-js/internals/global-this.js +0 -2
  618. package/dist/node_modules/core-js/internals/global-this.js.map +0 -1
  619. package/dist/node_modules/core-js/internals/has-own-property.js +0 -2
  620. package/dist/node_modules/core-js/internals/has-own-property.js.map +0 -1
  621. package/dist/node_modules/core-js/internals/hidden-keys.js +0 -2
  622. package/dist/node_modules/core-js/internals/hidden-keys.js.map +0 -1
  623. package/dist/node_modules/core-js/internals/host-report-errors.js +0 -2
  624. package/dist/node_modules/core-js/internals/host-report-errors.js.map +0 -1
  625. package/dist/node_modules/core-js/internals/html.js +0 -2
  626. package/dist/node_modules/core-js/internals/html.js.map +0 -1
  627. package/dist/node_modules/core-js/internals/ie8-dom-define.js +0 -2
  628. package/dist/node_modules/core-js/internals/ie8-dom-define.js.map +0 -1
  629. package/dist/node_modules/core-js/internals/indexed-object.js +0 -2
  630. package/dist/node_modules/core-js/internals/indexed-object.js.map +0 -1
  631. package/dist/node_modules/core-js/internals/inspect-source.js +0 -2
  632. package/dist/node_modules/core-js/internals/inspect-source.js.map +0 -1
  633. package/dist/node_modules/core-js/internals/internal-state.js +0 -2
  634. package/dist/node_modules/core-js/internals/internal-state.js.map +0 -1
  635. package/dist/node_modules/core-js/internals/is-array-iterator-method.js +0 -2
  636. package/dist/node_modules/core-js/internals/is-array-iterator-method.js.map +0 -1
  637. package/dist/node_modules/core-js/internals/is-array.js +0 -2
  638. package/dist/node_modules/core-js/internals/is-array.js.map +0 -1
  639. package/dist/node_modules/core-js/internals/is-callable.js +0 -2
  640. package/dist/node_modules/core-js/internals/is-callable.js.map +0 -1
  641. package/dist/node_modules/core-js/internals/is-constructor.js +0 -2
  642. package/dist/node_modules/core-js/internals/is-constructor.js.map +0 -1
  643. package/dist/node_modules/core-js/internals/is-forced.js +0 -2
  644. package/dist/node_modules/core-js/internals/is-forced.js.map +0 -1
  645. package/dist/node_modules/core-js/internals/is-null-or-undefined.js +0 -2
  646. package/dist/node_modules/core-js/internals/is-null-or-undefined.js.map +0 -1
  647. package/dist/node_modules/core-js/internals/is-object.js +0 -2
  648. package/dist/node_modules/core-js/internals/is-object.js.map +0 -1
  649. package/dist/node_modules/core-js/internals/is-possible-prototype.js +0 -2
  650. package/dist/node_modules/core-js/internals/is-possible-prototype.js.map +0 -1
  651. package/dist/node_modules/core-js/internals/is-regexp.js +0 -2
  652. package/dist/node_modules/core-js/internals/is-regexp.js.map +0 -1
  653. package/dist/node_modules/core-js/internals/is-symbol.js +0 -2
  654. package/dist/node_modules/core-js/internals/is-symbol.js.map +0 -1
  655. package/dist/node_modules/core-js/internals/iterate.js +0 -2
  656. package/dist/node_modules/core-js/internals/iterate.js.map +0 -1
  657. package/dist/node_modules/core-js/internals/iterator-close.js +0 -2
  658. package/dist/node_modules/core-js/internals/iterator-close.js.map +0 -1
  659. package/dist/node_modules/core-js/internals/iterator-create-constructor.js +0 -2
  660. package/dist/node_modules/core-js/internals/iterator-create-constructor.js.map +0 -1
  661. package/dist/node_modules/core-js/internals/iterator-define.js +0 -2
  662. package/dist/node_modules/core-js/internals/iterator-define.js.map +0 -1
  663. package/dist/node_modules/core-js/internals/iterators-core.js +0 -2
  664. package/dist/node_modules/core-js/internals/iterators-core.js.map +0 -1
  665. package/dist/node_modules/core-js/internals/iterators.js +0 -2
  666. package/dist/node_modules/core-js/internals/iterators.js.map +0 -1
  667. package/dist/node_modules/core-js/internals/length-of-array-like.js +0 -2
  668. package/dist/node_modules/core-js/internals/length-of-array-like.js.map +0 -1
  669. package/dist/node_modules/core-js/internals/make-built-in.js +0 -2
  670. package/dist/node_modules/core-js/internals/make-built-in.js.map +0 -1
  671. package/dist/node_modules/core-js/internals/math-trunc.js +0 -2
  672. package/dist/node_modules/core-js/internals/math-trunc.js.map +0 -1
  673. package/dist/node_modules/core-js/internals/microtask.js +0 -2
  674. package/dist/node_modules/core-js/internals/microtask.js.map +0 -1
  675. package/dist/node_modules/core-js/internals/new-promise-capability.js +0 -2
  676. package/dist/node_modules/core-js/internals/new-promise-capability.js.map +0 -1
  677. package/dist/node_modules/core-js/internals/not-a-regexp.js +0 -2
  678. package/dist/node_modules/core-js/internals/not-a-regexp.js.map +0 -1
  679. package/dist/node_modules/core-js/internals/object-create.js +0 -2
  680. package/dist/node_modules/core-js/internals/object-create.js.map +0 -1
  681. package/dist/node_modules/core-js/internals/object-define-properties.js +0 -2
  682. package/dist/node_modules/core-js/internals/object-define-properties.js.map +0 -1
  683. package/dist/node_modules/core-js/internals/object-define-property.js +0 -2
  684. package/dist/node_modules/core-js/internals/object-define-property.js.map +0 -1
  685. package/dist/node_modules/core-js/internals/object-get-own-property-descriptor.js +0 -2
  686. package/dist/node_modules/core-js/internals/object-get-own-property-descriptor.js.map +0 -1
  687. package/dist/node_modules/core-js/internals/object-get-own-property-names.js +0 -2
  688. package/dist/node_modules/core-js/internals/object-get-own-property-names.js.map +0 -1
  689. package/dist/node_modules/core-js/internals/object-get-own-property-symbols.js +0 -2
  690. package/dist/node_modules/core-js/internals/object-get-own-property-symbols.js.map +0 -1
  691. package/dist/node_modules/core-js/internals/object-get-prototype-of.js +0 -2
  692. package/dist/node_modules/core-js/internals/object-get-prototype-of.js.map +0 -1
  693. package/dist/node_modules/core-js/internals/object-is-prototype-of.js +0 -2
  694. package/dist/node_modules/core-js/internals/object-is-prototype-of.js.map +0 -1
  695. package/dist/node_modules/core-js/internals/object-keys-internal.js +0 -2
  696. package/dist/node_modules/core-js/internals/object-keys-internal.js.map +0 -1
  697. package/dist/node_modules/core-js/internals/object-keys.js +0 -2
  698. package/dist/node_modules/core-js/internals/object-keys.js.map +0 -1
  699. package/dist/node_modules/core-js/internals/object-property-is-enumerable.js +0 -2
  700. package/dist/node_modules/core-js/internals/object-property-is-enumerable.js.map +0 -1
  701. package/dist/node_modules/core-js/internals/object-set-prototype-of.js +0 -2
  702. package/dist/node_modules/core-js/internals/object-set-prototype-of.js.map +0 -1
  703. package/dist/node_modules/core-js/internals/ordinary-to-primitive.js +0 -2
  704. package/dist/node_modules/core-js/internals/ordinary-to-primitive.js.map +0 -1
  705. package/dist/node_modules/core-js/internals/own-keys.js +0 -2
  706. package/dist/node_modules/core-js/internals/own-keys.js.map +0 -1
  707. package/dist/node_modules/core-js/internals/perform.js +0 -2
  708. package/dist/node_modules/core-js/internals/perform.js.map +0 -1
  709. package/dist/node_modules/core-js/internals/promise-constructor-detection.js +0 -2
  710. package/dist/node_modules/core-js/internals/promise-constructor-detection.js.map +0 -1
  711. package/dist/node_modules/core-js/internals/promise-native-constructor.js +0 -2
  712. package/dist/node_modules/core-js/internals/promise-native-constructor.js.map +0 -1
  713. package/dist/node_modules/core-js/internals/promise-resolve.js +0 -2
  714. package/dist/node_modules/core-js/internals/promise-resolve.js.map +0 -1
  715. package/dist/node_modules/core-js/internals/promise-statics-incorrect-iteration.js +0 -2
  716. package/dist/node_modules/core-js/internals/promise-statics-incorrect-iteration.js.map +0 -1
  717. package/dist/node_modules/core-js/internals/queue.js +0 -2
  718. package/dist/node_modules/core-js/internals/queue.js.map +0 -1
  719. package/dist/node_modules/core-js/internals/regexp-exec-abstract.js +0 -2
  720. package/dist/node_modules/core-js/internals/regexp-exec-abstract.js.map +0 -1
  721. package/dist/node_modules/core-js/internals/regexp-exec.js +0 -2
  722. package/dist/node_modules/core-js/internals/regexp-exec.js.map +0 -1
  723. package/dist/node_modules/core-js/internals/regexp-flags.js +0 -2
  724. package/dist/node_modules/core-js/internals/regexp-flags.js.map +0 -1
  725. package/dist/node_modules/core-js/internals/regexp-get-flags.js +0 -2
  726. package/dist/node_modules/core-js/internals/regexp-get-flags.js.map +0 -1
  727. package/dist/node_modules/core-js/internals/regexp-sticky-helpers.js +0 -2
  728. package/dist/node_modules/core-js/internals/regexp-sticky-helpers.js.map +0 -1
  729. package/dist/node_modules/core-js/internals/regexp-unsupported-dot-all.js +0 -2
  730. package/dist/node_modules/core-js/internals/regexp-unsupported-dot-all.js.map +0 -1
  731. package/dist/node_modules/core-js/internals/regexp-unsupported-ncg.js +0 -2
  732. package/dist/node_modules/core-js/internals/regexp-unsupported-ncg.js.map +0 -1
  733. package/dist/node_modules/core-js/internals/require-object-coercible.js +0 -2
  734. package/dist/node_modules/core-js/internals/require-object-coercible.js.map +0 -1
  735. package/dist/node_modules/core-js/internals/safe-get-built-in.js +0 -2
  736. package/dist/node_modules/core-js/internals/safe-get-built-in.js.map +0 -1
  737. package/dist/node_modules/core-js/internals/set-species.js +0 -2
  738. package/dist/node_modules/core-js/internals/set-species.js.map +0 -1
  739. package/dist/node_modules/core-js/internals/set-to-string-tag.js +0 -2
  740. package/dist/node_modules/core-js/internals/set-to-string-tag.js.map +0 -1
  741. package/dist/node_modules/core-js/internals/shared-key.js +0 -2
  742. package/dist/node_modules/core-js/internals/shared-key.js.map +0 -1
  743. package/dist/node_modules/core-js/internals/shared-store.js +0 -2
  744. package/dist/node_modules/core-js/internals/shared-store.js.map +0 -1
  745. package/dist/node_modules/core-js/internals/shared.js +0 -2
  746. package/dist/node_modules/core-js/internals/shared.js.map +0 -1
  747. package/dist/node_modules/core-js/internals/species-constructor.js +0 -2
  748. package/dist/node_modules/core-js/internals/species-constructor.js.map +0 -1
  749. package/dist/node_modules/core-js/internals/string-multibyte.js +0 -2
  750. package/dist/node_modules/core-js/internals/string-multibyte.js.map +0 -1
  751. package/dist/node_modules/core-js/internals/string-trim-forced.js +0 -2
  752. package/dist/node_modules/core-js/internals/string-trim-forced.js.map +0 -1
  753. package/dist/node_modules/core-js/internals/string-trim.js +0 -2
  754. package/dist/node_modules/core-js/internals/string-trim.js.map +0 -1
  755. package/dist/node_modules/core-js/internals/symbol-constructor-detection.js +0 -2
  756. package/dist/node_modules/core-js/internals/symbol-constructor-detection.js.map +0 -1
  757. package/dist/node_modules/core-js/internals/task.js +0 -2
  758. package/dist/node_modules/core-js/internals/task.js.map +0 -1
  759. package/dist/node_modules/core-js/internals/to-absolute-index.js +0 -2
  760. package/dist/node_modules/core-js/internals/to-absolute-index.js.map +0 -1
  761. package/dist/node_modules/core-js/internals/to-indexed-object.js +0 -2
  762. package/dist/node_modules/core-js/internals/to-indexed-object.js.map +0 -1
  763. package/dist/node_modules/core-js/internals/to-integer-or-infinity.js +0 -2
  764. package/dist/node_modules/core-js/internals/to-integer-or-infinity.js.map +0 -1
  765. package/dist/node_modules/core-js/internals/to-length.js +0 -2
  766. package/dist/node_modules/core-js/internals/to-length.js.map +0 -1
  767. package/dist/node_modules/core-js/internals/to-object.js +0 -2
  768. package/dist/node_modules/core-js/internals/to-object.js.map +0 -1
  769. package/dist/node_modules/core-js/internals/to-primitive.js +0 -2
  770. package/dist/node_modules/core-js/internals/to-primitive.js.map +0 -1
  771. package/dist/node_modules/core-js/internals/to-property-key.js +0 -2
  772. package/dist/node_modules/core-js/internals/to-property-key.js.map +0 -1
  773. package/dist/node_modules/core-js/internals/to-string-tag-support.js +0 -2
  774. package/dist/node_modules/core-js/internals/to-string-tag-support.js.map +0 -1
  775. package/dist/node_modules/core-js/internals/to-string.js +0 -2
  776. package/dist/node_modules/core-js/internals/to-string.js.map +0 -1
  777. package/dist/node_modules/core-js/internals/try-to-string.js +0 -2
  778. package/dist/node_modules/core-js/internals/try-to-string.js.map +0 -1
  779. package/dist/node_modules/core-js/internals/uid.js +0 -2
  780. package/dist/node_modules/core-js/internals/uid.js.map +0 -1
  781. package/dist/node_modules/core-js/internals/use-symbol-as-uid.js +0 -2
  782. package/dist/node_modules/core-js/internals/use-symbol-as-uid.js.map +0 -1
  783. package/dist/node_modules/core-js/internals/v8-prototype-define-bug.js +0 -2
  784. package/dist/node_modules/core-js/internals/v8-prototype-define-bug.js.map +0 -1
  785. package/dist/node_modules/core-js/internals/validate-arguments-length.js +0 -2
  786. package/dist/node_modules/core-js/internals/validate-arguments-length.js.map +0 -1
  787. package/dist/node_modules/core-js/internals/weak-map-basic-detection.js +0 -2
  788. package/dist/node_modules/core-js/internals/weak-map-basic-detection.js.map +0 -1
  789. package/dist/node_modules/core-js/internals/well-known-symbol.js +0 -2
  790. package/dist/node_modules/core-js/internals/well-known-symbol.js.map +0 -1
  791. package/dist/node_modules/core-js/internals/whitespaces.js +0 -2
  792. package/dist/node_modules/core-js/internals/whitespaces.js.map +0 -1
  793. package/dist/node_modules/core-js/modules/es.array.index-of.js +0 -2
  794. package/dist/node_modules/core-js/modules/es.array.index-of.js.map +0 -1
  795. package/dist/node_modules/core-js/modules/es.array.iterator.js +0 -2
  796. package/dist/node_modules/core-js/modules/es.array.iterator.js.map +0 -1
  797. package/dist/node_modules/core-js/modules/es.array.reduce.js +0 -2
  798. package/dist/node_modules/core-js/modules/es.array.reduce.js.map +0 -1
  799. package/dist/node_modules/core-js/modules/es.array.reverse.js +0 -2
  800. package/dist/node_modules/core-js/modules/es.array.reverse.js.map +0 -1
  801. package/dist/node_modules/core-js/modules/es.promise.all.js +0 -2
  802. package/dist/node_modules/core-js/modules/es.promise.all.js.map +0 -1
  803. package/dist/node_modules/core-js/modules/es.promise.catch.js +0 -2
  804. package/dist/node_modules/core-js/modules/es.promise.catch.js.map +0 -1
  805. package/dist/node_modules/core-js/modules/es.promise.constructor.js +0 -2
  806. package/dist/node_modules/core-js/modules/es.promise.constructor.js.map +0 -1
  807. package/dist/node_modules/core-js/modules/es.promise.race.js +0 -2
  808. package/dist/node_modules/core-js/modules/es.promise.race.js.map +0 -1
  809. package/dist/node_modules/core-js/modules/es.promise.reject.js +0 -2
  810. package/dist/node_modules/core-js/modules/es.promise.reject.js.map +0 -1
  811. package/dist/node_modules/core-js/modules/es.promise.resolve.js +0 -2
  812. package/dist/node_modules/core-js/modules/es.promise.resolve.js.map +0 -1
  813. package/dist/node_modules/core-js/modules/es.regexp.exec.js +0 -2
  814. package/dist/node_modules/core-js/modules/es.regexp.exec.js.map +0 -1
  815. package/dist/node_modules/core-js/modules/es.regexp.to-string.js +0 -2
  816. package/dist/node_modules/core-js/modules/es.regexp.to-string.js.map +0 -1
  817. package/dist/node_modules/core-js/modules/es.string.ends-with.js +0 -2
  818. package/dist/node_modules/core-js/modules/es.string.ends-with.js.map +0 -1
  819. package/dist/node_modules/core-js/modules/es.string.includes.js +0 -2
  820. package/dist/node_modules/core-js/modules/es.string.includes.js.map +0 -1
  821. package/dist/node_modules/core-js/modules/es.string.match.js +0 -2
  822. package/dist/node_modules/core-js/modules/es.string.match.js.map +0 -1
  823. package/dist/node_modules/core-js/modules/es.string.replace.js +0 -2
  824. package/dist/node_modules/core-js/modules/es.string.replace.js.map +0 -1
  825. package/dist/node_modules/core-js/modules/es.string.split.js +0 -2
  826. package/dist/node_modules/core-js/modules/es.string.split.js.map +0 -1
  827. package/dist/node_modules/core-js/modules/es.string.starts-with.js +0 -2
  828. package/dist/node_modules/core-js/modules/es.string.starts-with.js.map +0 -1
  829. package/dist/node_modules/core-js/modules/es.string.trim.js +0 -2
  830. package/dist/node_modules/core-js/modules/es.string.trim.js.map +0 -1
  831. package/dist/node_modules/core-js/modules/web.dom-collections.iterator.js +0 -2
  832. package/dist/node_modules/core-js/modules/web.dom-collections.iterator.js.map +0 -1
  833. package/dist/node_modules/fflate/esm/browser.js +0 -2
  834. package/dist/node_modules/fflate/esm/browser.js.map +0 -1
  835. package/dist/node_modules/jspdf/dist/jspdf.es.min.js +0 -327
  836. package/dist/node_modules/jspdf/dist/jspdf.es.min.js.map +0 -1
  837. package/dist/node_modules/performance-now/lib/performance-now.js +0 -2
  838. package/dist/node_modules/performance-now/lib/performance-now.js.map +0 -1
  839. package/dist/node_modules/raf/index.js +0 -2
  840. package/dist/node_modules/raf/index.js.map +0 -1
  841. package/dist/node_modules/react-is/cjs/react-is.development.js +0 -11
  842. package/dist/node_modules/react-is/cjs/react-is.development.js.map +0 -1
  843. package/dist/node_modules/react-is/cjs/react-is.production.js +0 -11
  844. package/dist/node_modules/react-is/cjs/react-is.production.js.map +0 -1
  845. package/dist/node_modules/react-is/index.js +0 -2
  846. package/dist/node_modules/react-is/index.js.map +0 -1
  847. package/dist/node_modules/rgbcolor/index.js +0 -2
  848. package/dist/node_modules/rgbcolor/index.js.map +0 -1
  849. package/dist/node_modules/stackblur-canvas/dist/stackblur-es.js +0 -42
  850. package/dist/node_modules/stackblur-canvas/dist/stackblur-es.js.map +0 -1
  851. package/dist/node_modules/svg-pathdata/lib/SVGPathData.module.js +0 -16
  852. package/dist/node_modules/svg-pathdata/lib/SVGPathData.module.js.map +0 -1
  853. package/dist/src/assets/js/helpFunction.js +0 -2
  854. package/dist/src/assets/js/helpFunction.js.map +0 -1
  855. package/dist/src/components/svgs/ChevronRightIcon.js +0 -2
  856. package/dist/src/components/svgs/ChevronRightIcon.js.map +0 -1
  857. package/dist/src/styles.js +0 -2
  858. package/dist/src/styles.js.map +0 -1
  859. package/dist/styles.css +0 -1
  860. /package/dist/{assets/images/Images.jsx → src/assets/images/Images.ts} +0 -0
  861. /package/dist/{assets → src/assets}/images/Profile-img-skills.png +0 -0
  862. /package/dist/{assets → src/assets}/images/completion.jpg +0 -0
  863. /package/dist/{assets → src/assets}/images/cover.jpg +0 -0
  864. /package/dist/{assets → src/assets}/images/empty_avatar.jpeg +0 -0
  865. /package/dist/{assets → src/assets}/images/empty_avatar.webp +0 -0
  866. /package/dist/{assets → src/assets}/images/error.png +0 -0
  867. /package/dist/{assets → src/assets}/images/globe-icon.png +0 -0
  868. /package/dist/{assets → src/assets}/images/inBlue.jpg +0 -0
  869. /package/dist/{assets → src/assets}/images/ingressive.png +0 -0
  870. /package/dist/{assets → src/assets}/images/instincthub.png +0 -0
  871. /package/dist/{assets → src/assets}/images/loading-buffering.gif +0 -0
  872. /package/dist/{assets → src/assets}/images/nedgLogoBlack.png +0 -0
  873. /package/dist/{assets → src/assets}/images/nesgLogo.png +0 -0
  874. /package/dist/{assets → src/assets}/images/nesgLogoColored.png +0 -0
  875. /package/dist/{assets → src/assets}/images/nesg_office.jpg +0 -0
  876. /package/dist/{assets → src/assets}/images/peace.png +0 -0
  877. /package/dist/{assets → src/assets}/images/profile-banner.png +0 -0
  878. /package/dist/{assets → src/assets}/images/thumbnail_video.jpg +0 -0
  879. /package/dist/{assets → src/assets}/images/valid.png +0 -0
  880. /package/dist/{assets → src/assets}/images/video-poster.jpg +0 -0
  881. /package/dist/{assets → src/assets}/images/warning-icon.png +0 -0
  882. /package/dist/{assets → src/assets}/images/zuri.png +0 -0
  883. /package/dist/{assets → src/assets}/pngs/activity-icon.png +0 -0
  884. /package/dist/{assets → src/assets}/pngs/github.png +0 -0
  885. /package/dist/{assets → src/assets}/pngs/google-calender.png +0 -0
  886. /package/dist/{assets → src/assets}/pngs/logo-instincthub.png +0 -0
  887. /package/dist/{assets → src/assets}/pngs/master-card.png +0 -0
  888. /package/dist/{assets → src/assets}/pngs/slack.png +0 -0
  889. /package/dist/{assets → src/assets}/pngs/trophy-frame.png +0 -0
  890. /package/dist/{assets → src/assets}/pngs/visa-card.png +0 -0
  891. /package/dist/{assets → src/assets}/svgs/Advance.svg +0 -0
  892. /package/dist/{assets → src/assets}/svgs/Begineer.svg +0 -0
  893. /package/dist/{assets → src/assets}/svgs/Expert.svg +0 -0
  894. /package/dist/{assets → src/assets}/svgs/Intermediate.svg +0 -0
  895. /package/dist/{assets → src/assets}/svgs/Next.svg +0 -0
  896. /package/dist/{assets → src/assets}/svgs/NotFound.svg +0 -0
  897. /package/dist/{assets → src/assets}/svgs/Vector.svg +0 -0
  898. /package/dist/{assets → src/assets}/svgs/add_acct.svg +0 -0
  899. /package/dist/{assets → src/assets}/svgs/add_box.svg +0 -0
  900. /package/dist/{assets → src/assets}/svgs/back-btn.svg +0 -0
  901. /package/dist/{assets → src/assets}/svgs/check_b.svg +0 -0
  902. /package/dist/{assets → src/assets}/svgs/chevron.up.circle.svg +0 -0
  903. /package/dist/{assets → src/assets}/svgs/chevron_left.svg +0 -0
  904. /package/dist/{assets → src/assets}/svgs/climb.svg +0 -0
  905. /package/dist/{assets → src/assets}/svgs/close_svg.svg +0 -0
  906. /package/dist/{assets → src/assets}/svgs/cloud.svg +0 -0
  907. /package/dist/{assets → src/assets}/svgs/copied.svg +0 -0
  908. /package/dist/{assets → src/assets}/svgs/course.svg +0 -0
  909. /package/dist/{assets → src/assets}/svgs/email.svg +0 -0
  910. /package/dist/{assets → src/assets}/svgs/expand.svg +0 -0
  911. /package/dist/{assets → src/assets}/svgs/facebook 2.svg +0 -0
  912. /package/dist/{assets → src/assets}/svgs/facebook.svg +0 -0
  913. /package/dist/{assets → src/assets}/svgs/feedback.svg +0 -0
  914. /package/dist/{assets → src/assets}/svgs/github.svg +0 -0
  915. /package/dist/{assets → src/assets}/svgs/gobackward.svg +0 -0
  916. /package/dist/{assets → src/assets}/svgs/goforward.svg +0 -0
  917. /package/dist/{assets → src/assets}/svgs/googleup.svg +0 -0
  918. /package/dist/{assets → src/assets}/svgs/image.svg +0 -0
  919. /package/dist/{assets → src/assets}/svgs/instagram.svg +0 -0
  920. /package/dist/{assets → src/assets}/svgs/instincthub_logo_white.svg +0 -0
  921. /package/dist/{assets → src/assets}/svgs/linkedin.svg +0 -0
  922. /package/dist/{assets → src/assets}/svgs/location.svg +0 -0
  923. /package/dist/{assets → src/assets}/svgs/logo.svg +0 -0
  924. /package/dist/{assets → src/assets}/svgs/medal.svg +0 -0
  925. /package/dist/{assets → src/assets}/svgs/mode.svg +0 -0
  926. /package/dist/{assets → src/assets}/svgs/nesgLogo.svg +0 -0
  927. /package/dist/{assets → src/assets}/svgs/pauseF.svg +0 -0
  928. /package/dist/{assets → src/assets}/svgs/pdf_file.svg +0 -0
  929. /package/dist/{assets → src/assets}/svgs/phone.svg +0 -0
  930. /package/dist/{assets → src/assets}/svgs/plane.svg +0 -0
  931. /package/dist/{assets → src/assets}/svgs/play 2.svg +0 -0
  932. /package/dist/{assets → src/assets}/svgs/play.svg +0 -0
  933. /package/dist/{assets → src/assets}/svgs/playF.svg +0 -0
  934. /package/dist/{assets → src/assets}/svgs/previous.svg +0 -0
  935. /package/dist/{assets → src/assets}/svgs/reddit.svg +0 -0
  936. /package/dist/{assets → src/assets}/svgs/search.svg +0 -0
  937. /package/dist/{assets → src/assets}/svgs/settings.svg +0 -0
  938. /package/dist/{assets → src/assets}/svgs/sign_out.svg +0 -0
  939. /package/dist/{assets → src/assets}/svgs/small-trophy.svg +0 -0
  940. /package/dist/{assets → src/assets}/svgs/square.and.arrow.up.svg +0 -0
  941. /package/dist/{assets → src/assets}/svgs/starters.svg +0 -0
  942. /package/dist/{assets → src/assets}/svgs/svg.svg +0 -0
  943. /package/dist/{assets → src/assets}/svgs/switch.svg +0 -0
  944. /package/dist/{assets → src/assets}/svgs/trophy-circle.svg +0 -0
  945. /package/dist/{assets → src/assets}/svgs/trophy.circle.fill.svg +0 -0
  946. /package/dist/{assets → src/assets}/svgs/twitter 2.svg +0 -0
  947. /package/dist/{assets → src/assets}/svgs/twitter.svg +0 -0
  948. /package/dist/{assets → src/assets}/svgs/upload.svg +0 -0
  949. /package/dist/{assets → src/assets}/svgs/vector_avatar.svg +0 -0
  950. /package/dist/{assets → src/assets}/svgs/video-icons/full-screen.svg +0 -0
  951. /package/dist/{assets → src/assets}/svgs/video-icons/half-volume.svg +0 -0
  952. /package/dist/{assets → src/assets}/svgs/video-icons/high-volume.svg +0 -0
  953. /package/dist/{assets → src/assets}/svgs/video-icons/mute-volume.svg +0 -0
  954. /package/dist/{assets → src/assets}/svgs/video-icons/pause.svg +0 -0
  955. /package/dist/{assets → src/assets}/svgs/video-icons/play.svg +0 -0
  956. /package/dist/{assets → src/assets}/svgs/video-icons/settings.svg +0 -0
  957. /package/dist/{assets → src/assets}/svgs/video.svg +0 -0
  958. /package/dist/{assets → src/assets}/svgs/visibility_FILL0_wght400_GRAD0_opsz48.svg +0 -0
  959. /package/dist/{assets → src/assets}/svgs/visibility_off_FILL0_wght400_GRAD0_opsz48.svg +0 -0
  960. /package/dist/{assets → src/assets}/svgs/w_youtube.svg +0 -0
  961. /package/dist/{assets → src/assets}/svgs/youtube.svg +0 -0
  962. /package/dist/{assets → src/assets}/svgs/zip.svg +0 -0
  963. /package/dist/{node_modules/@mui/system/esm/RtlProvider → src/components/lib}/index.js.map +0 -0
@@ -0,0 +1,2364 @@
1
+ p,
2
+ div,
3
+ .span span,
4
+ .paragrah,
5
+ i,
6
+ li {
7
+ font-family: var(--Nunito);
8
+ font-size: 1rem;
9
+ font-style: normal;
10
+ font-weight: 400;
11
+ line-height: 1.8rem;
12
+ color: var(--Gunmetal);
13
+ margin: 8px 0;
14
+ letter-spacing: 0em;
15
+ text-align: left;
16
+ }
17
+ i,
18
+ .span span {
19
+ font-size: 1rem;
20
+ margin-top: 10px;
21
+ line-height: 1.8rem;
22
+ }
23
+ .d-link {
24
+ pointer-events: none;
25
+ cursor: default;
26
+ }
27
+ .tw-500 {
28
+ font-weight: 500;
29
+ }
30
+ .tw-600 {
31
+ font-weight: 600;
32
+ }
33
+ .tw-700 {
34
+ font-weight: 700;
35
+ }
36
+ .new_feature {
37
+ position: relative;
38
+ }
39
+ .new_feature::before {
40
+ content: "New";
41
+ line-height: 12px;
42
+ font-size: 10px;
43
+ font-family: Nunito;
44
+ font-weight: 800;
45
+ padding: 3px 5px;
46
+ background-color: var(--DarkCyan);
47
+ color: #fff;
48
+ display: inline-block;
49
+ position: absolute;
50
+ top: -15px;
51
+ right: 0px;
52
+ border-radius: 3px;
53
+ }
54
+ .badge {
55
+ padding: 10px 15px;
56
+ border-radius: 5px;
57
+ background-color: var(--OldLavender);
58
+ color: #fff;
59
+ font-size: small;
60
+ display: inline-block;
61
+ }
62
+ .react_loading {
63
+ height: 30vh;
64
+ width: 100%;
65
+ display: flex;
66
+ justify-content: center;
67
+ align-items: center;
68
+ }
69
+ .just_heading {
70
+ max-width: 600px;
71
+ }
72
+ .just_heading h4 {
73
+ font-weight: 600;
74
+ }
75
+ .material-symbols-outlined {
76
+ font-weight: 300 !important;
77
+ }
78
+ .ghost {
79
+ display: none;
80
+ }
81
+ small {
82
+ color: #737070;
83
+ font-weight: 600;
84
+ font-size: 12px;
85
+ font-family: var(--Nunito);
86
+ /* line-height: 7px;÷÷ */
87
+ }
88
+
89
+ .d-none {
90
+ display: none;
91
+ }
92
+ .d-block {
93
+ display: block;
94
+ }
95
+ .d-inline {
96
+ display: inline;
97
+ }
98
+ .d-inline-block {
99
+ display: inline-block;
100
+ }
101
+
102
+ .NO_SUBMISSION {
103
+ color: red;
104
+ }
105
+ .NEED_REWORK {
106
+ color: var(--Danger);
107
+ }
108
+ .MEET_EXPECTATIONS {
109
+ color: #492b7c;
110
+ }
111
+ .EXCEED_EXPECTATIONS {
112
+ color: var(--DarkCyan);
113
+ }
114
+ .menu-wrap {
115
+ position: relative;
116
+ width: 50px;
117
+ height: 50px;
118
+ }
119
+
120
+ .menu-wrap .toggler {
121
+ position: absolute;
122
+ top: 0;
123
+ left: 0;
124
+ opacity: 0;
125
+ z-index: var(--z-navigation);
126
+ cursor: pointer;
127
+ width: 50px;
128
+ height: 50px;
129
+ opacity: 0;
130
+ }
131
+
132
+ .ClientHome .important-btn,
133
+ .ClientHome .ihub-important-btn {
134
+ background-color: var(--DarkCyan) !important;
135
+ }
136
+ .ClientHome .outlined-btn {
137
+ color: var(--DarkCyan);
138
+ border: 1px solid var(--DarkCyan) !important;
139
+ }
140
+ .ClientHome .outlined-btn:hover {
141
+ background-color: var(--DarkCyan) !important;
142
+ }
143
+ .ClientHome .acc_input:checked ~ .acc_content {
144
+ background-color: var(--DarkCyan) !important;
145
+ }
146
+ .ClientHome .acc_input:checked ~ .acc_label {
147
+ background-color: var(--DarkCyan) !important;
148
+ }
149
+ .ClientHome .acc_label:hover {
150
+ background: var(--DarkCyan);
151
+ color: var(--White);
152
+ }
153
+ .menu-wrap .hamburger {
154
+ position: absolute;
155
+ top: -2px;
156
+ left: 0;
157
+ z-index: var(--z-navigation);
158
+ width: 60px;
159
+ height: 60px;
160
+ padding: 1rem;
161
+ /* background: var(); */
162
+ display: flex;
163
+ align-items: center;
164
+ justify-content: center;
165
+ }
166
+ .slick-dots li button:before {
167
+ font-size: 9px !important;
168
+ color: var(--DarkCyan) !important;
169
+ /* opacity: 0.5 !important; */
170
+ }
171
+ .slick-dots li.slick-active button:before {
172
+ /* opacity: 0.5 !important; */
173
+ }
174
+ /* Hamburger Line */
175
+ .menu-wrap .hamburger > div {
176
+ position: relative;
177
+ flex: none;
178
+ width: 100%;
179
+ height: 2px;
180
+ background: var(--Gunmetal);
181
+ display: flex;
182
+ align-items: center;
183
+ justify-content: center;
184
+ transition: all 0.4s ease;
185
+ }
186
+
187
+ .mui-icon {
188
+ position: relative;
189
+ top: 5px;
190
+ margin-right: 5px;
191
+ display: inline-block;
192
+ }
193
+ /* Hamburger Lines - Top & Bottom */
194
+ .menu-wrap .hamburger > div::before,
195
+ .menu-wrap .hamburger > div::after {
196
+ content: "";
197
+ position: absolute;
198
+ z-index: var(--z-navigation);
199
+ top: -10px;
200
+ width: 100%;
201
+ height: 2px;
202
+ background: inherit;
203
+ }
204
+
205
+ /* Moves Line Down */
206
+ .menu-wrap .hamburger > div::after {
207
+ top: 10px;
208
+ }
209
+
210
+ /* Toggler Animation */
211
+ .menu-wrap .toggler:checked + .hamburger > div {
212
+ transform: rotate(135deg);
213
+ }
214
+ .course_details_banner {
215
+ margin-top: 90px;
216
+ }
217
+ .course_details_banner img {
218
+ object-fit: cover;
219
+ }
220
+ .add_enrol {
221
+ margin-top: 40px;
222
+ }
223
+ .add_enrol h4 {
224
+ margin: 10px 0;
225
+ font-size: 14px !important;
226
+ font-style: normal;
227
+ font-weight: 600;
228
+ line-height: normal;
229
+ }
230
+ .course_details_accordion_module_section__hHwpY {
231
+ /* background-color: yellow !important; */
232
+ max-width: 300px;
233
+ top: 117px;
234
+ }
235
+ .add_enrol h4 span {
236
+ margin: 15px 0;
237
+ font-size: 14px !important;
238
+ font-style: normal;
239
+ font-weight: 400;
240
+ line-height: normal;
241
+ }
242
+ .add_enrol h1 {
243
+ font-size: 25px;
244
+ font-style: normal;
245
+ font-weight: 600;
246
+ line-height: 40px;
247
+ }
248
+ /* Turns Lines Into X */
249
+ .menu-wrap .toggler:checked + .hamburger > div:before,
250
+ .menu-wrap .toggler:checked + .hamburger > div:after {
251
+ top: 0;
252
+ transform: rotate(90deg);
253
+ }
254
+
255
+ /* Rotate On Hover When Checked */
256
+ .menu-wrap .toggler:checked:hover + .hamburger > div {
257
+ transform: rotate(225deg);
258
+ }
259
+
260
+ /* Show Menu */
261
+ .menu-wrap .toggler:checked ~ .menu {
262
+ visibility: visible;
263
+ }
264
+
265
+ .menu-wrap .toggler:checked ~ .menu > div {
266
+ transform: scale(1);
267
+ transition-duration: var(--menu-speed);
268
+ }
269
+
270
+ .menu-wrap .toggler:checked ~ .menu > div > div {
271
+ opacity: 1;
272
+ transition: opacity 0.4s ease 0.4s;
273
+ }
274
+
275
+ .action a {
276
+ font-weight: 600;
277
+ }
278
+ #dy_svg path {
279
+ fill: var(--DarkCyan);
280
+ }
281
+
282
+ .gauge_label {
283
+ font-family: var(--Nunito);
284
+ }
285
+
286
+ .category_label {
287
+ padding: 5px 15px;
288
+ font-family: var(--Nunito);
289
+ color: var(--White);
290
+ border-radius: 5px;
291
+ /* margin-top: 30px; */
292
+ position: absolute;
293
+ bottom: 15px;
294
+ right: 15px;
295
+ background-color: var(--DarkSlateGray);
296
+ }
297
+ .fade-in-right {
298
+ -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
299
+ animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
300
+ }
301
+ .err {
302
+ background-color: var(--Danger);
303
+ padding: 10px 20px;
304
+ border-radius: 5px;
305
+ color: #fff;
306
+ }
307
+ .link-style {
308
+ font-weight: 600;
309
+ color: var(--DarkCyan);
310
+ }
311
+
312
+ #app {
313
+ margin-top: 40px;
314
+ }
315
+
316
+ #progressInput {
317
+ margin: 20px auto;
318
+ width: 30%;
319
+ }
320
+ .rc-accordion-toggle {
321
+ display: flex;
322
+ padding: 1rem;
323
+ background: var(--White);
324
+ align-items: flex-start;
325
+ cursor: pointer;
326
+
327
+ border-bottom: var(--borderDefault);
328
+ justify-content: space-between;
329
+
330
+ transition: 0.3s;
331
+ }
332
+ .rc-accordion-toggle.active h5 {
333
+ color: var(--DarkCyan);
334
+ margin: 0px;
335
+ }
336
+ .rc-accordion-toggle.active {
337
+ border-left: 10px solid var(--DarkCyan);
338
+ background: var(--Gray);
339
+ }
340
+ .rc-accordion-toggle.active .rc-accordion-icon {
341
+ transform: rotate(180deg);
342
+ color: var(--White);
343
+ }
344
+ .rc-accordion-card {
345
+ border: var(--borderDefault);
346
+ border-radius: 5px;
347
+ margin-bottom: 10px;
348
+ overflow: hidden;
349
+ }
350
+ .rc-accordion-card:last-child {
351
+ margin-bottom: 0;
352
+ }
353
+
354
+ .material-symbols-outlined {
355
+ color: var(--Gunmetal);
356
+ }
357
+ .rc-accordion-title {
358
+ font-weight: 500;
359
+ font-size: 14px;
360
+ position: relative;
361
+ margin-bottom: 0;
362
+ color: var(--Gunmetal);
363
+ transition: 0.3s;
364
+ }
365
+
366
+ .rc-accordion-icon {
367
+ position: relative;
368
+ top: 2px;
369
+ color: #475f7b;
370
+ transition: 0.35s;
371
+ font-size: 12px;
372
+ }
373
+
374
+ .react_loading {
375
+ display: flex;
376
+ align-items: center;
377
+ position: fixed;
378
+ background-color: var(--White);
379
+ height: 102vh;
380
+ top: 0px;
381
+ z-index: var(--z-overlay);
382
+
383
+ /* p {
384
+ margin: 30px;
385
+ text-align: center;
386
+ width: 100%;
387
+ } */
388
+ }
389
+ .rc-accordion-body {
390
+ flex: 1 1 auto;
391
+ min-height: 1px;
392
+ padding: 0 15px;
393
+ background: var(--Gray);
394
+ }
395
+
396
+ .circle-background,
397
+ .circle-progress {
398
+ fill: none;
399
+ }
400
+ .videoModel {
401
+ padding: 0 10px;
402
+ }
403
+
404
+ .circle-background {
405
+ stroke: rgba(0, 131, 143, 0.2);
406
+ }
407
+ .mt-0 {
408
+ margin-top: 0;
409
+ }
410
+ .circle-progress {
411
+ /* stroke: red; */
412
+ /* stroke-linecap: round;
413
+ stroke-linejoin: round; */
414
+ }
415
+
416
+ .global_Z .hidden {
417
+ margin-left: 50px;
418
+ margin-top: 0;
419
+ position: relative;
420
+ top: -10px;
421
+ }
422
+ .global_Z .hidden::before {
423
+ content: "";
424
+ width: 4px;
425
+ height: 130px;
426
+ background-color: var(--Magnolia);
427
+ display: inline-block;
428
+ position: absolute;
429
+ left: -20px;
430
+ top: -20px;
431
+ }
432
+
433
+ .jrYTDA {
434
+ margin-top: 57px !important;
435
+ }
436
+ .circle-text {
437
+ font-size: 3em;
438
+ font-weight: bold;
439
+ font-family: var(--Nunito);
440
+ fill: var(--Gunmetal);
441
+ }
442
+ .logo {
443
+ width: 100px;
444
+ height: 50px;
445
+ object-fit: cover;
446
+ /* filter: var(--filter); */
447
+ margin-top: 7px;
448
+ margin-right: 40px;
449
+ }
450
+ .file_file::before {
451
+ content: "\e161";
452
+ font-family: "Material Icons";
453
+ -webkit-font-feature-settings: "liga";
454
+ margin-right: 10px;
455
+ position: absolute;
456
+ left: 0px;
457
+ top: 27px;
458
+ color: var(--Gunmetal);
459
+ font-size: 30px;
460
+ font-weight: 400;
461
+ margin-right: 10px;
462
+ }
463
+ .zip_file::before {
464
+ content: "\eb2c";
465
+ font-family: "Material Icons";
466
+ -webkit-font-feature-settings: "liga";
467
+ margin-right: 10px;
468
+ position: absolute;
469
+ left: 0px;
470
+ top: 27px;
471
+ color: var(--Gunmetal);
472
+ font-size: 30px;
473
+ font-weight: 400;
474
+ margin-right: 10px;
475
+ }
476
+ .pdf_file::before {
477
+ content: "\e415";
478
+ font-family: "Material Icons";
479
+ color: var(--Gunmetal);
480
+ -webkit-font-feature-settings: "liga";
481
+ margin-right: 10px;
482
+ position: absolute;
483
+ left: 0px;
484
+ top: 27px;
485
+ font-size: 30px;
486
+ font-weight: 400;
487
+ margin-right: 10px;
488
+ }
489
+ .img_file::before {
490
+ content: "\e3f4";
491
+ color: var(--Gunmetal);
492
+ font-family: "Material Icons";
493
+ -webkit-font-feature-settings: "liga";
494
+ margin-right: 10px;
495
+ position: absolute;
496
+ left: 0px;
497
+ top: 27px;
498
+ font-size: 30px;
499
+ font-weight: 400;
500
+ margin-right: 10px;
501
+ }
502
+ .vindict {
503
+ max-width: 650px !important;
504
+ }
505
+ .scroll_inside {
506
+ overflow: auto;
507
+ padding-bottom: 20px !important;
508
+ -ms-overflow-style: none; /* IE and Edge */
509
+ scrollbar-width: none; /* Firefox */
510
+ }
511
+ .scroll_inside::-webkit-scrollbar {
512
+ display: none;
513
+ }
514
+ .align-text {
515
+ text-align: center;
516
+ /* position: relative; */
517
+ }
518
+ .scroll_inside {
519
+ overflow: auto;
520
+ padding-bottom: 20px !important;
521
+ }
522
+ .video_file::before {
523
+ content: "\e04b";
524
+ font-family: "Material Icons";
525
+ -webkit-font-feature-settings: "liga";
526
+ margin-right: 10px;
527
+ position: absolute;
528
+ color: var(--Gunmetal);
529
+ left: 0px;
530
+ top: 27px;
531
+ font-size: 30px;
532
+ font-weight: 400;
533
+ margin-right: 10px;
534
+ }
535
+ .create_settings button {
536
+ position: relative;
537
+ }
538
+ .create_settings button::before {
539
+ content: url("../svgs/add_box.svg");
540
+ margin-right: 10px;
541
+ position: absolute;
542
+ left: 15px;
543
+ top: 9px;
544
+ }
545
+ .instincthub_subs::before {
546
+ content: url("../svgs/logo.svg");
547
+ margin-right: 10px;
548
+ position: absolute;
549
+ left: 19px;
550
+ top: 13px;
551
+ }
552
+ .nav_switch {
553
+ position: relative;
554
+ }
555
+ .nav_switch::after {
556
+ content: "\e5e1";
557
+ font-family: "Material Icons";
558
+ -webkit-font-feature-settings: "liga";
559
+ margin-right: 10px;
560
+ position: absolute;
561
+ right: 0px;
562
+ top: 11px;
563
+ }
564
+
565
+ .addAccount {
566
+ position: relative;
567
+ }
568
+ /* .video_component {
569
+ border: 3px solid blue;
570
+ } */
571
+ .addAccount::before {
572
+ content: "\e7fe";
573
+ font-family: "Material Icons";
574
+ -webkit-font-feature-settings: "liga";
575
+ margin-right: 10px;
576
+ position: absolute;
577
+ left: 15px;
578
+ top: 8px;
579
+ font-size: 20px;
580
+ font-weight: 400;
581
+ margin-right: 10px;
582
+ }
583
+ .stepBackBtn::before {
584
+ content: "\e5c4";
585
+ font-family: "Material Icons";
586
+ -webkit-font-feature-settings: "liga";
587
+ margin-right: 10px;
588
+ position: absolute;
589
+ left: 7px;
590
+ top: 8px;
591
+ font-size: 20px;
592
+ font-weight: 400;
593
+ margin-right: 10px;
594
+ }
595
+ .switch_acct::before {
596
+ content: "\e9ed";
597
+ font-family: "Material Icons";
598
+ -webkit-font-feature-settings: "liga";
599
+ margin-right: 10px;
600
+ position: absolute;
601
+ left: 19px;
602
+ top: 8px;
603
+ font-size: 20px;
604
+ font-weight: 400;
605
+ margin-right: 10px;
606
+ }
607
+ .switch_acct::after {
608
+ content: "\e5e1";
609
+ font-family: "Material Icons";
610
+ -webkit-font-feature-settings: "liga";
611
+ margin-right: 10px;
612
+ position: absolute;
613
+ right: 10px;
614
+ top: 11px;
615
+ }
616
+ .sign_out::before {
617
+ content: "\e9ba";
618
+ font-family: "Material Icons";
619
+ -webkit-font-feature-settings: "liga";
620
+ margin-right: 10px;
621
+ position: absolute;
622
+ left: 14px;
623
+ top: 8px;
624
+ font-size: 20px;
625
+ font-weight: 400;
626
+ margin-right: 10px;
627
+ }
628
+ .DarkLavender {
629
+ background-color: var(--DarkLavender);
630
+ }
631
+
632
+ .progress_bar {
633
+ background-color: var(--TurkishRose) !important;
634
+ height: 3px !important;
635
+ }
636
+
637
+ .DeepGreen-CyanTurquoise {
638
+ background-color: var(--DeepGreen-CyanTurquoise);
639
+ }
640
+
641
+ .LavenderGray {
642
+ background-color: var(--LavenderGray);
643
+ }
644
+
645
+ .DarkSlateGray {
646
+ background-color: var(--DarkSlateGray);
647
+ }
648
+
649
+ .ChineseBlue {
650
+ background-color: var(--ChineseBlue);
651
+ }
652
+
653
+ .ChineseSilver {
654
+ background-color: var(--Gray);
655
+ }
656
+ .no_b {
657
+ border: 0 !important;
658
+ }
659
+ .Corn {
660
+ background-color: var(--Corn);
661
+ }
662
+
663
+ .Magnolia {
664
+ background-color: var(--Magnolia);
665
+ }
666
+
667
+ .OldRose {
668
+ background-color: var(--OldRose);
669
+ }
670
+
671
+ .LimeGreen {
672
+ background-color: var(--LimeGreen);
673
+ }
674
+
675
+ .PoliceBlue {
676
+ background-color: var(--PoliceBlue);
677
+ }
678
+
679
+ .TiffanyBlue {
680
+ background-color: var(--TiffanyBlue);
681
+ }
682
+
683
+ .MetallicBlue {
684
+ background-color: var(--MetallicBlue);
685
+ }
686
+
687
+ .MaximumRedPurple {
688
+ background-color: var(--MaximumRedPurple);
689
+ }
690
+
691
+ .DarkCyan {
692
+ background-color: var(--DarkCyan);
693
+ }
694
+
695
+ .TurkishRose {
696
+ background-color: var(--TurkishRose);
697
+ }
698
+
699
+ .Rhythm {
700
+ background-color: var(--Rhythm);
701
+ }
702
+
703
+ .CaribbeanGreen {
704
+ background-color: var(--CaribbeanGreen);
705
+ }
706
+
707
+ .AmericanPurple {
708
+ background-color: var(--AmericanPurple);
709
+ }
710
+
711
+ .TurkishRose {
712
+ background-color: var(--TurkishRose);
713
+ }
714
+
715
+ .Gunmetal {
716
+ background-color: var(--Gunmetal);
717
+ }
718
+
719
+ .ViridianGreen {
720
+ background-color: var(--ViridianGreen);
721
+ }
722
+
723
+ .Rhythm {
724
+ background-color: var(--Rhythm);
725
+ }
726
+
727
+ .CaribbeanGreen {
728
+ background-color: var(--CaribbeanGreen);
729
+ }
730
+
731
+ .OldLavender {
732
+ background-color: var(--OldLavender);
733
+ }
734
+
735
+ .White {
736
+ background-color: var(--White);
737
+ color: var(--White);
738
+ }
739
+
740
+ .WhiteC {
741
+ color: var(--White);
742
+ }
743
+
744
+ .insta_svg path {
745
+ fill: #009ba2;
746
+ }
747
+ .stats_figure {
748
+ display: flex !important;
749
+ justify-content: space-between !important;
750
+ align-items: center;
751
+ margin-top: 25px;
752
+ }
753
+ .stats_figure p {
754
+ font-weight: 600;
755
+ font-size: 1rem;
756
+ line-height: 19px;
757
+ margin-bottom: 0px;
758
+ letter-spacing: 0.02em;
759
+ }
760
+ .stats_figure h5 {
761
+ font-weight: 700;
762
+ font-size: 18px;
763
+ line-height: 22px;
764
+ margin-bottom: 0px;
765
+ line-height: 22px;
766
+ letter-spacing: 0.02em;
767
+ }
768
+ #ghost {
769
+ display: none;
770
+ }
771
+ .before_dot::before {
772
+ content: "-";
773
+ margin: 0 12px;
774
+ /* width: 5px; */
775
+ font-size: 20px;
776
+ /* height: 5px; */
777
+ display: inline-block;
778
+ color: var(--Gunmetal);
779
+ }
780
+ .title_meta p {
781
+ position: relative;
782
+ font-size: 12px !important;
783
+ font-weight: 700;
784
+ display: inline-block;
785
+ padding-bottom: 0px;
786
+ margin-bottom: 0px;
787
+ margin-top: 0px;
788
+ margin-right: 5px;
789
+ }
790
+ .anime-button,
791
+ .anime-button-chevron,
792
+ .ihub-anime-button-chevron {
793
+ position: relative;
794
+ }
795
+
796
+ .anime-button span,
797
+ .anime-button svg,
798
+ .anime-button-chevron svg#animate,
799
+ .ihub-anime-button-chevron svg#animate {
800
+ position: absolute;
801
+ right: 25px;
802
+ top: 10px;
803
+ transform: translate(-40px);
804
+
805
+ transition: 0.4s;
806
+ opacity: 0;
807
+ }
808
+ .anime-button:hover,
809
+ .anime-button-chevron:hover,
810
+ .ihub-anime-button-chevron:hover {
811
+ padding-right: 55px;
812
+ }
813
+ .anime-button:hover span,
814
+ .anime-button:hover svg,
815
+ .anime-button-chevron:hover svg#animate,
816
+ .ihub-anime-button-chevron:hover svg#animate {
817
+ opacity: 1;
818
+ transform: translate(0px);
819
+ }
820
+ .anime-button:hover svg {
821
+ transform: translate(10px);
822
+ }
823
+
824
+ .flex {
825
+ display: flex;
826
+ justify-content: space-between;
827
+ align-items: center;
828
+ }
829
+
830
+ .op-5 {
831
+ opacity: 50%;
832
+ }
833
+
834
+ .max_605 {
835
+ max-width: 605px;
836
+ }
837
+
838
+ .max_700 {
839
+ max-width: 700px;
840
+ }
841
+
842
+ .custom-ul-list ul li {
843
+ margin-left: 15px;
844
+ color: var(--Gunmetal);
845
+ position: relative;
846
+ }
847
+ .custom-ul-list ul,
848
+ .custom-ul-list ol {
849
+ padding: 15px;
850
+ background-color: var(--OpacityBackground);
851
+ display: inline-block;
852
+ border-radius: 5px;
853
+ margin: 15px 0px;
854
+ }
855
+ .custom-ul-list ul li::before {
856
+ position: absolute;
857
+ display: block;
858
+ content: "+";
859
+ width: 24px;
860
+ height: 24px;
861
+ left: -15px;
862
+ }
863
+ .max-1200px {
864
+ max-width: 1200px;
865
+ margin: 0 auto;
866
+ }
867
+
868
+ .display_pic {
869
+ width: 40px;
870
+ height: 40px;
871
+ border-radius: 50%;
872
+ }
873
+ /* -----LOADER */
874
+ .lds-ellipsis {
875
+ display: inline-block;
876
+ position: relative;
877
+ width: 80px;
878
+ height: 80px;
879
+ margin: 0 auto;
880
+ }
881
+ .lds-ellipsis div {
882
+ position: absolute;
883
+ top: 33px;
884
+ width: 13px;
885
+ height: 13px;
886
+ border-radius: 50%;
887
+ background: var(--DarkCyan);
888
+ animation-timing-function: cubic-bezier(0, 1, 1, 0);
889
+ }
890
+ .lds-ellipsis div:nth-child(1) {
891
+ left: 8px;
892
+ animation: lds-ellipsis1 0.6s infinite;
893
+ }
894
+ .lds-ellipsis div:nth-child(2) {
895
+ left: 8px;
896
+ animation: lds-ellipsis2 0.6s infinite;
897
+ }
898
+ .lds-ellipsis div:nth-child(3) {
899
+ left: 32px;
900
+ animation: lds-ellipsis2 0.6s infinite;
901
+ }
902
+ .lds-ellipsis div:nth-child(4) {
903
+ left: 56px;
904
+ animation: lds-ellipsis3 0.6s infinite;
905
+ }
906
+ @keyframes lds-ellipsis1 {
907
+ 0% {
908
+ transform: scale(0);
909
+ }
910
+ 100% {
911
+ transform: scale(1);
912
+ }
913
+ }
914
+ @keyframes lds-ellipsis3 {
915
+ 0% {
916
+ transform: scale(1);
917
+ }
918
+ 100% {
919
+ transform: scale(0);
920
+ }
921
+ }
922
+ @keyframes lds-ellipsis2 {
923
+ 0% {
924
+ transform: translate(0, 0);
925
+ }
926
+ 100% {
927
+ transform: translate(24px, 0);
928
+ }
929
+ }
930
+ /* -----LOADER ENDS */
931
+
932
+ .semi-bold {
933
+ font-weight: 500;
934
+ }
935
+
936
+ .bold {
937
+ font-weight: 600;
938
+ }
939
+
940
+ .b_location::before {
941
+ width: 24px;
942
+ height: 24px;
943
+ position: relative;
944
+ top: 5px;
945
+ margin-right: 8px;
946
+ }
947
+
948
+ .ml-1 {
949
+ margin-left: 10px;
950
+ }
951
+
952
+ .ml-2 {
953
+ margin-left: 20px;
954
+ }
955
+
956
+ .m-0 {
957
+ margin: 0;
958
+ }
959
+
960
+ .mt-1 {
961
+ margin-top: 10px;
962
+ }
963
+
964
+ .mt-2 {
965
+ margin-top: 20px;
966
+ }
967
+
968
+ .mt-3 {
969
+ margin-top: 30px;
970
+ }
971
+
972
+ .mt-4 {
973
+ margin-top: 40px;
974
+ }
975
+
976
+ .mt-5 {
977
+ margin-top: 50px;
978
+ }
979
+
980
+ .mt-6 {
981
+ margin-top: 60px;
982
+ }
983
+
984
+ .mt-7 {
985
+ margin-top: 70px;
986
+ }
987
+
988
+ .mt-8 {
989
+ margin-top: 80px;
990
+ }
991
+
992
+ .mt-9 {
993
+ margin-top: 90px;
994
+ }
995
+
996
+ .mt-10 {
997
+ margin-top: 100px;
998
+ }
999
+
1000
+ .mb-1 {
1001
+ margin-bottom: 10px;
1002
+ }
1003
+
1004
+ .mb-2 {
1005
+ margin-bottom: 20px;
1006
+ }
1007
+
1008
+ .mb-3 {
1009
+ margin-bottom: 30px;
1010
+ }
1011
+
1012
+ .mb-4 {
1013
+ margin-bottom: 40px;
1014
+ }
1015
+
1016
+ .mb-5 {
1017
+ margin-bottom: 50px;
1018
+ }
1019
+
1020
+ .mb-6 {
1021
+ margin-bottom: 60px;
1022
+ }
1023
+
1024
+ .mb-7 {
1025
+ margin-bottom: 70px;
1026
+ }
1027
+
1028
+ .mb-8 {
1029
+ margin-bottom: 80px;
1030
+ }
1031
+
1032
+ .mb-9 {
1033
+ margin-bottom: 90px;
1034
+ }
1035
+
1036
+ .mb-10 {
1037
+ margin-bottom: 100px;
1038
+ }
1039
+
1040
+ .pt-1 {
1041
+ padding-top: 10px;
1042
+ }
1043
+
1044
+ .pt-2 {
1045
+ padding-top: 20px;
1046
+ }
1047
+
1048
+ .pt-3 {
1049
+ padding-top: 30px;
1050
+ }
1051
+
1052
+ .pt-4 {
1053
+ padding-top: 40px;
1054
+ }
1055
+
1056
+ .pt-5 {
1057
+ padding-top: 50px;
1058
+ }
1059
+
1060
+ .pt-6 {
1061
+ padding-top: 60px;
1062
+ }
1063
+
1064
+ .pt-7 {
1065
+ padding-top: 70px;
1066
+ }
1067
+
1068
+ .pt-8 {
1069
+ padding-top: 80px;
1070
+ }
1071
+
1072
+ .pt-9 {
1073
+ padding-top: 90px;
1074
+ }
1075
+
1076
+ .pt-10 {
1077
+ padding-top: 100px !important;
1078
+ }
1079
+
1080
+ .pb-1 {
1081
+ padding-bottom: 10px;
1082
+ }
1083
+
1084
+ .pb-2 {
1085
+ padding-bottom: 20px;
1086
+ }
1087
+
1088
+ .pb-3 {
1089
+ padding-bottom: 30px;
1090
+ }
1091
+
1092
+ .pb-4 {
1093
+ padding-bottom: 40px;
1094
+ }
1095
+
1096
+ .pb-5 {
1097
+ padding-bottom: 50px;
1098
+ }
1099
+
1100
+ .pb-6 {
1101
+ padding-bottom: 60px;
1102
+ }
1103
+
1104
+ .pb-7 {
1105
+ padding-bottom: 70px;
1106
+ }
1107
+ /* .custom-progress-bar {
1108
+ background-color: yellow;
1109
+ } */
1110
+ .pb-8 {
1111
+ padding-bottom: 80px;
1112
+ }
1113
+
1114
+ .pb-9 {
1115
+ padding-bottom: 90px;
1116
+ }
1117
+
1118
+ .pb-10 {
1119
+ padding-bottom: 100px;
1120
+ }
1121
+
1122
+ .fs-1 {
1123
+ font-size: 12px;
1124
+ }
1125
+ .fs-2 {
1126
+ font-size: 1rem;
1127
+ }
1128
+ .fs-3 {
1129
+ font-size: 20px;
1130
+ }
1131
+ .fs-4 {
1132
+ font-size: 30px;
1133
+ }
1134
+ .fs-5 {
1135
+ font-size: 40px;
1136
+ }
1137
+ .card {
1138
+ background-color: var(--White);
1139
+ font-size: 13px;
1140
+ font-weight: 500;
1141
+ letter-spacing: 0.3px;
1142
+ color: var(--DarkCyan);
1143
+ overflow: hidden;
1144
+ }
1145
+ .rc-accordion-toggle {
1146
+ display: flex;
1147
+ padding: 1rem;
1148
+ background: var(--White);
1149
+ align-items: flex-start;
1150
+ cursor: pointer;
1151
+
1152
+ border-bottom: var(--borderDefault);
1153
+ justify-content: space-between;
1154
+
1155
+ transition: 0.3s;
1156
+ }
1157
+
1158
+ .rc-accordion-toggle.active {
1159
+ border-left: 10px solid var(--DarkCyan);
1160
+ background: var(--Gray);
1161
+ }
1162
+ .rc-accordion-toggle.active .rc-accordion-icon {
1163
+ transform: rotate(180deg);
1164
+ color: var(--White);
1165
+ }
1166
+ .rc-accordion-card {
1167
+ border: var(--borderDefault);
1168
+ border-radius: 5px;
1169
+ margin-bottom: 10px;
1170
+ overflow: hidden;
1171
+ }
1172
+ .rc-accordion-card:last-child {
1173
+ margin-bottom: 0;
1174
+ }
1175
+ .rc-accordion-title {
1176
+ font-weight: 500;
1177
+ font-size: 14px;
1178
+ position: relative;
1179
+ margin-bottom: 0;
1180
+ color: var(--Gunmetal);
1181
+ transition: 0.3s;
1182
+ }
1183
+
1184
+ .rc-accordion-icon {
1185
+ position: relative;
1186
+ top: 2px;
1187
+ color: #475f7b;
1188
+ transition: 0.35s;
1189
+ font-size: 12px;
1190
+ }
1191
+ .rc-accordion-body {
1192
+ flex: 1 1 auto;
1193
+ min-height: 1px;
1194
+ padding: 0 15px;
1195
+ background: var(--Gray);
1196
+ }
1197
+ .mobdro li {
1198
+ padding: 10px 0;
1199
+ margin: 0;
1200
+ margin-left: 40px;
1201
+ font-size: 0.8rem;
1202
+ }
1203
+ .if_video {
1204
+ position: relative;
1205
+ padding-top: 15px !important;
1206
+ padding-bottom: 15px !important;
1207
+ }
1208
+ .currentList {
1209
+ font-weight: 800;
1210
+ color: var(--DarkCyan);
1211
+ }
1212
+ .play_icon {
1213
+ position: absolute;
1214
+ left: -35px;
1215
+ top: 20px;
1216
+ }
1217
+ .change_toggle {
1218
+ position: relative;
1219
+ margin-top: 120px;
1220
+ background-color: blue;
1221
+ }
1222
+ /* #currentVideo{
1223
+ margin-top: 120px;
1224
+ } */
1225
+ .open_panel {
1226
+ font-size: 45px !important;
1227
+ padding: 0;
1228
+ position: fixed;
1229
+ right: 20px;
1230
+
1231
+ text-align: right !important;
1232
+ margin-top: 100px;
1233
+ cursor: pointer;
1234
+ padding: 5px;
1235
+ border-radius: 5px;
1236
+ background-color: var(--FadeGlass);
1237
+ transition: 0.3s;
1238
+ color: var(--Gunmetal);
1239
+ display: block !important;
1240
+ z-index: var(--z-popup);
1241
+ }
1242
+ .open_panel:hover {
1243
+ background-color: var(--White);
1244
+ }
1245
+ /* .if_video::before {
1246
+ content: "\e1c4";
1247
+ color: var(--Gunmetal);
1248
+ font-family: "Material Icons";
1249
+ -webkit-font-feature-settings: "liga";
1250
+ margin-right: 10px;
1251
+ position: absolute;
1252
+ left: -30px;
1253
+ top: 8px;
1254
+ font-size: 20px;
1255
+ font-weight: 400;
1256
+ margin-right: 10px;
1257
+ } */
1258
+ /* .mobdro li::before {
1259
+ content: "Hello";
1260
+ } */
1261
+ .rc-accordion-body p {
1262
+ margin-bottom: 0;
1263
+ font-size: 14px;
1264
+ font-weight: 400;
1265
+ line-height: 24px;
1266
+ color: #727e8c;
1267
+ }
1268
+ .rc-collapse {
1269
+ position: relative;
1270
+ height: 0;
1271
+ overflow: hidden;
1272
+ transition: height 0.35s ease;
1273
+ }
1274
+ .rc-collapse.show {
1275
+ height: auto;
1276
+ }
1277
+ .accordion {
1278
+ width: 100%;
1279
+ margin-bottom: 60px;
1280
+ }
1281
+ .accordion h3 {
1282
+ background-color: var(--Magnolia);
1283
+ margin: 0;
1284
+ padding: 20px;
1285
+ font-size: 17px;
1286
+ font-weight: 700;
1287
+ line-height: 22px;
1288
+ letter-spacing: 0em;
1289
+ }
1290
+ .accordion input {
1291
+ display: none;
1292
+ }
1293
+ .greater {
1294
+ display: flex;
1295
+ justify-content: center;
1296
+ align-items: center;
1297
+ width: 100%;
1298
+ height: 100%;
1299
+ position: absolute;
1300
+ top: 0;
1301
+ }
1302
+ .loader {
1303
+ display: inline-block;
1304
+ position: relative;
1305
+ width: 80px;
1306
+ height: 80px;
1307
+ }
1308
+
1309
+ .loader div {
1310
+ box-sizing: border-box;
1311
+ display: block;
1312
+ position: absolute;
1313
+ width: 64px;
1314
+ height: 64px;
1315
+ margin: 8px;
1316
+ border: 3px solid var(--DarkCyan);
1317
+ border-radius: 50%;
1318
+ animation: loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
1319
+ border-color: var(--DarkCyan) transparent transparent transparent;
1320
+ }
1321
+
1322
+ .loader div:nth-child(1) {
1323
+ animation-delay: -0.45s;
1324
+ }
1325
+
1326
+ .loader div:nth-child(2) {
1327
+ animation-delay: -0.3s;
1328
+ }
1329
+
1330
+ .loader div:nth-child(3) {
1331
+ animation-delay: -0.15s;
1332
+ }
1333
+
1334
+ @keyframes loader {
1335
+ 0% {
1336
+ transform: rotate(0deg);
1337
+ }
1338
+
1339
+ 100% {
1340
+ transform: rotate(360deg);
1341
+ }
1342
+ }
1343
+ .acc_label,
1344
+ .acc_content {
1345
+ padding: 14px 20px;
1346
+ }
1347
+ .acc_label input,
1348
+ .acc_content input {
1349
+ display: block;
1350
+ }
1351
+
1352
+ .acc_label {
1353
+ display: block;
1354
+ color: var(--Gunmetal);
1355
+ font-weight: 500;
1356
+ cursor: pointer;
1357
+ position: relative;
1358
+ transition: all 0.1s;
1359
+ background-color: var(--White);
1360
+ border: var(--borderDefault);
1361
+ }
1362
+ .custom-play-button {
1363
+ background-color: tan;
1364
+ }
1365
+ .acc_label::after {
1366
+ content: "+";
1367
+ position: absolute;
1368
+ top: 50%;
1369
+ transform: translateY(-50%);
1370
+ right: 20px;
1371
+ font-size: 20px;
1372
+ transition: transform 0.4s;
1373
+ }
1374
+ .acc_label:hover {
1375
+ background: var(--DarkCyan);
1376
+ color: #fff;
1377
+ }
1378
+
1379
+ .acc_content {
1380
+ background-color: var(--DarkCyan);
1381
+ color: white;
1382
+ font-weight: 0.85em;
1383
+ line-height: 1.6;
1384
+ display: none;
1385
+ }
1386
+ .acc_content p {
1387
+ color: #fff;
1388
+ }
1389
+
1390
+ .acc_input:checked ~ .acc_label {
1391
+ background-color: var(--DarkCyan);
1392
+ color: #fff;
1393
+ }
1394
+
1395
+ .acc_input:checked ~ .acc_content {
1396
+ display: block;
1397
+ background-color: var(--DarkCyan);
1398
+ }
1399
+
1400
+ .acc_input:checked ~ .acc_label::after {
1401
+ content: "-";
1402
+ transform: translateY(-50%) rotate(0.5turn);
1403
+ }
1404
+ button {
1405
+ padding: 10px 30px;
1406
+ transition: 0.4s;
1407
+ border-radius: 5px;
1408
+ border: 0;
1409
+ background-color: unset;
1410
+ font-family: var(--Montserat);
1411
+ outline: 0;
1412
+ color: var(--Gunmetal);
1413
+ cursor: pointer;
1414
+ font-weight: 600;
1415
+ font-size: 1rem;
1416
+ transition: 0.2s ease-in;
1417
+ }
1418
+ button:disabled {
1419
+ opacity: 0.5;
1420
+ background-color: #6b7280;
1421
+ color: var(--Gray);
1422
+ border: var(--borderDefault);
1423
+ }
1424
+
1425
+ .icon {
1426
+ width: 24px;
1427
+ height: 24px;
1428
+ }
1429
+ /* ====
1430
+ RADIO BUTTON
1431
+ ===== */
1432
+
1433
+ /* =====
1434
+ RADIO ENDS
1435
+ ===== */
1436
+ .default-btn {
1437
+ padding: 12px 35px;
1438
+ margin: 25px 0 10px 0;
1439
+ border-radius: 5px;
1440
+ border: 0;
1441
+ background-color: unset;
1442
+ font-family: var(--Montserat);
1443
+ outline: 0;
1444
+ cursor: pointer;
1445
+ font-weight: 600;
1446
+ font-size: 1rem;
1447
+ background-color: var(--Gray);
1448
+ }
1449
+
1450
+ .important-btn,
1451
+ .ihub-important-btn {
1452
+ padding: 12px 35px;
1453
+ margin: 25px 0 10px 0;
1454
+ border-radius: 5px;
1455
+ border: 0;
1456
+ background-color: unset;
1457
+ font-family: var(--Montserat);
1458
+ outline: 0;
1459
+ cursor: pointer;
1460
+ font-weight: 600;
1461
+ font-size: 1rem;
1462
+ background-color: var(--DarkCyan);
1463
+ color: var(--white);
1464
+ }
1465
+
1466
+ .important-btn:hover,
1467
+ .ihub-important-btn:hover {
1468
+ background-color: var(--DarkCyan);
1469
+ opacity: 0.8;
1470
+ }
1471
+
1472
+ .outlined-btn {
1473
+ padding: 12px 35px;
1474
+ margin: 25px 0 10px 0;
1475
+ border-radius: 5px;
1476
+ border: 0;
1477
+ background-color: unset;
1478
+ font-family: var(--Montserat);
1479
+ outline: 0;
1480
+ cursor: pointer;
1481
+ font-weight: 500;
1482
+ font-size: 1rem;
1483
+ background-color: var(--White);
1484
+ color: var(--DarkCyan);
1485
+ border: 1px solid var(--DarkCyan);
1486
+ }
1487
+ .outlined-btn:hover {
1488
+ color: var(--white);
1489
+ background-color: var(--DarkCyan);
1490
+ }
1491
+
1492
+ .primary-btn {
1493
+ padding: 12px 35px;
1494
+ margin: 25px 0 10px 0;
1495
+ border-radius: 5px;
1496
+ border: 0;
1497
+ background-color: unset;
1498
+ font-family: var(--Montserat);
1499
+ outline: 0;
1500
+ cursor: pointer;
1501
+ font-weight: 600;
1502
+ font-size: 1rem;
1503
+ background-color: var(--Gunmetal);
1504
+ color: var(--White);
1505
+ }
1506
+
1507
+ .danger-btn {
1508
+ padding: 12px 35px;
1509
+ margin: 25px 0 10px 0;
1510
+ border-radius: 5px;
1511
+ border: 0;
1512
+ background-color: unset;
1513
+ font-family: var(--Montserat);
1514
+ outline: 0;
1515
+ cursor: pointer;
1516
+ font-weight: 600;
1517
+ font-size: 1rem;
1518
+ background-color: var(--Danger);
1519
+ color: var(--White);
1520
+ }
1521
+
1522
+ .pt-500 {
1523
+ padding-top: 170px !important;
1524
+ }
1525
+ @media (min-width: 767px) {
1526
+ .container,
1527
+ .ihub-container {
1528
+ padding: 0 40px;
1529
+ }
1530
+ .pt-500 {
1531
+ padding-top: 100px !important;
1532
+ }
1533
+ .navlinks {
1534
+ margin-right: 55px;
1535
+ }
1536
+
1537
+ .wrap_moon {
1538
+ position: absolute;
1539
+ top: 5px;
1540
+ cursor: pointer;
1541
+ top: 5px;
1542
+ right: 45px;
1543
+ }
1544
+
1545
+ .on_nav {
1546
+ display: none;
1547
+ }
1548
+
1549
+ .hamburger {
1550
+ display: none;
1551
+ }
1552
+ }
1553
+ .container,
1554
+ .ihub-container {
1555
+ max-width: 1650px;
1556
+ margin: 0 auto;
1557
+ padding: 0 20px;
1558
+ }
1559
+ @media (min-width: 1024px) {
1560
+ .container,
1561
+ .ihub-container {
1562
+ padding: 0 40px;
1563
+ }
1564
+ .ih_hide_wb {
1565
+ display: none;
1566
+ }
1567
+ }
1568
+ @media (max-width: 1024px) {
1569
+ .container,
1570
+ .ihub-container {
1571
+ padding: 0 40px;
1572
+ }
1573
+ }
1574
+ @media (max-width: 540px) {
1575
+ .container,
1576
+ .ihub-container {
1577
+ padding: 0 20px;
1578
+ }
1579
+ .ih_hide_mb {
1580
+ display: none;
1581
+ }
1582
+ }
1583
+ @media (min-width: 1024px) {
1584
+ .container,
1585
+ .ihub-container {
1586
+ padding: 0 40px;
1587
+ }
1588
+ }
1589
+
1590
+ .add_check::before {
1591
+ content: "\e876";
1592
+ font-family: "Material Icons";
1593
+ -webkit-font-feature-settings: "liga";
1594
+ margin-right: 10px;
1595
+ position: absolute;
1596
+ left: 3px;
1597
+ top: 0px;
1598
+ color: var(--Gunmetal);
1599
+ font-size: 20px;
1600
+ font-weight: 400;
1601
+ margin-right: 10px;
1602
+ }
1603
+ .ih_get_user_email_modal_close_btn {
1604
+ width: 1rem;
1605
+ height: 1rem;
1606
+ margin-left: auto;
1607
+ display: block;
1608
+ }
1609
+ @media (min-width: 768px) {
1610
+ .add_enrol {
1611
+ display: flex;
1612
+ justify-content: space-between;
1613
+ }
1614
+ .add_enrol button {
1615
+ margin-top: 10px;
1616
+ margin-left: 40px;
1617
+ }
1618
+
1619
+ .navlinks {
1620
+ display: flex;
1621
+ justify-content: space-around;
1622
+ width: 100%;
1623
+ margin-right: 0;
1624
+ }
1625
+ .navlinks a:active {
1626
+ color: rgba(0, 0, 0, 0.05);
1627
+ }
1628
+ .navlinks #mobile {
1629
+ display: none;
1630
+ }
1631
+ .navlinks .menu-items button {
1632
+ display: block;
1633
+ align-items: center;
1634
+ color: inherit;
1635
+ font-size: inherit;
1636
+ border: none;
1637
+ background-color: transparent;
1638
+ cursor: pointer;
1639
+ width: 100%;
1640
+ display: block;
1641
+ align-items: center;
1642
+ color: inherit;
1643
+ font-size: inherit;
1644
+ border: none;
1645
+ background-color: transparent;
1646
+ cursor: pointer;
1647
+ width: 100%;
1648
+ margin: 0;
1649
+ padding: 0;
1650
+ margin-top: 10px !important;
1651
+ }
1652
+ .navlinks img {
1653
+ width: 48px;
1654
+ height: 48px;
1655
+ border-radius: 50%;
1656
+ object-fit: cover;
1657
+ }
1658
+ .navlinks a {
1659
+ display: block;
1660
+ font-size: inherit;
1661
+ color: inherit;
1662
+ text-decoration: none;
1663
+ }
1664
+
1665
+ .navlinks li {
1666
+ text-align: left;
1667
+ padding: 0;
1668
+ margin: 0;
1669
+ font-size: 1rem;
1670
+ font-weight: 500;
1671
+ font-family: var(--Montserat);
1672
+ opacity: 0.9;
1673
+ position: relative;
1674
+ transition: 0.4s;
1675
+ margin-right: 10px;
1676
+ }
1677
+ .navlinks li::before {
1678
+ content: "";
1679
+ position: absolute;
1680
+ left: 0;
1681
+ width: 0%;
1682
+ height: 3px;
1683
+ background: var(--Main-Gradient);
1684
+ transition: all 0.4s;
1685
+ bottom: 0;
1686
+ }
1687
+ .navlinks li:hover::before {
1688
+ opacity: 1;
1689
+ width: 100%;
1690
+ }
1691
+ .navlinks li:hover {
1692
+ font-weight: 700;
1693
+ }
1694
+ .navlinks li:active {
1695
+ border-bottom: var(--DarkCyan);
1696
+ }
1697
+
1698
+ .sign_up {
1699
+ display: flex;
1700
+ }
1701
+ .sign_up button {
1702
+ padding: 8px 15px;
1703
+ margin: 0;
1704
+ height: 39.5px;
1705
+ }
1706
+ .sign_up .outlined-btn {
1707
+ margin-right: 10px;
1708
+ height: 39.5px;
1709
+ }
1710
+
1711
+ button span {
1712
+ margin-left: 3px;
1713
+ }
1714
+
1715
+ .menu-items > a,
1716
+ .menu-items button {
1717
+ text-align: left;
1718
+ padding: 10px 15px;
1719
+ }
1720
+
1721
+ .arrow::after {
1722
+ content: "";
1723
+ display: none;
1724
+ margin-left: 0.28em;
1725
+ vertical-align: 0.09em;
1726
+ border-top: 0.42em solid;
1727
+ border-right: 0.32em solid transparent;
1728
+ border-left: 0.32em solid transparent;
1729
+ }
1730
+
1731
+ .dropdown {
1732
+ position: absolute;
1733
+ right: 0;
1734
+ top: 48px;
1735
+ left: auto;
1736
+ box-shadow: var(--shadow);
1737
+ font-size: 0.875rem;
1738
+ z-index: var(--z-navigation);
1739
+ min-width: 10rem;
1740
+ padding: 0.5rem 0;
1741
+ list-style: none;
1742
+ background-color: var(--White);
1743
+ border-radius: 0.5rem;
1744
+ display: none;
1745
+ }
1746
+ .dropdown li:hover {
1747
+ font-weight: 500;
1748
+ background-color: rgba(0, 0, 0, 0.05);
1749
+ }
1750
+ .dropdown li::after {
1751
+ display: none;
1752
+ }
1753
+
1754
+ .dropdown.show {
1755
+ display: block;
1756
+ }
1757
+
1758
+ .dropdown .dropdown-submenu {
1759
+ position: absolute;
1760
+ left: 100%;
1761
+ top: -7px;
1762
+ }
1763
+
1764
+ .content h2 {
1765
+ margin-bottom: 1rem;
1766
+ }
1767
+
1768
+ .content a {
1769
+ color: #cc3852;
1770
+ margin-right: 10px;
1771
+ font-weight: 500;
1772
+ transition: 0.3s ease-in;
1773
+ }
1774
+ .content a:hover {
1775
+ opacity: 0.7;
1776
+ font-weight: 600;
1777
+ }
1778
+ }
1779
+
1780
+ /* ----------------------------------------------
1781
+ * Generated by Animista on 2023-3-13 15:11:5
1782
+ * Licensed under FreeBSD License.
1783
+ * See http://animista.net/license for more info.
1784
+ * w: http://animista.net, t: @cssanimista
1785
+ * ---------------------------------------------- */
1786
+
1787
+ /**
1788
+ * ----------------------------------------
1789
+ * animation fade-in-right
1790
+ * ----------------------------------------
1791
+ */
1792
+ @-webkit-keyframes fade-in-right {
1793
+ 0% {
1794
+ -webkit-transform: translateX(50px);
1795
+ transform: translateX(50px);
1796
+ opacity: 0;
1797
+ }
1798
+ 100% {
1799
+ -webkit-transform: translateX(0);
1800
+ transform: translateX(0);
1801
+ opacity: 1;
1802
+ }
1803
+ }
1804
+ @keyframes fade-in-right {
1805
+ 0% {
1806
+ -webkit-transform: translateX(50px);
1807
+ transform: translateX(50px);
1808
+ opacity: 0;
1809
+ }
1810
+ 100% {
1811
+ -webkit-transform: translateX(0);
1812
+ transform: translateX(0);
1813
+ opacity: 1;
1814
+ }
1815
+ }
1816
+
1817
+ footer .container,
1818
+ footer .ihub-container {
1819
+ margin-bottom: 0;
1820
+ }
1821
+
1822
+ footer .InstinctHub_foot {
1823
+ width: 215px;
1824
+ }
1825
+
1826
+ footer .media {
1827
+ display: -webkit-box;
1828
+ display: -ms-flexbox;
1829
+ display: flex;
1830
+ max-width: 255px;
1831
+ width: 100%;
1832
+ margin: 0;
1833
+ -webkit-box-pack: justify;
1834
+ -ms-flex-pack: justify;
1835
+ justify-content: space-between;
1836
+ }
1837
+ @media (max-width: 1200px) {
1838
+ .course_details_banner .add_enrol h1 {
1839
+ font-size: 25px;
1840
+ }
1841
+ }
1842
+ @media (min-width: 800px) {
1843
+ .expansion {
1844
+ display: none;
1845
+ }
1846
+ }
1847
+ footer .media img {
1848
+ width: 40px;
1849
+ height: 30px;
1850
+ -o-object-fit: cover;
1851
+ object-fit: cover;
1852
+ }
1853
+
1854
+ footer .location {
1855
+ padding-left: 27px;
1856
+ }
1857
+ .label-cbx {
1858
+ user-select: none;
1859
+ cursor: pointer;
1860
+ margin-bottom: 0;
1861
+ }
1862
+ .checkbox_control span {
1863
+ font-size: 20px;
1864
+ font-family: var(--Nunito);
1865
+ font-size: 18px;
1866
+ font-weight: 400;
1867
+ line-height: 27px;
1868
+ letter-spacing: 0em;
1869
+ text-align: left;
1870
+ }
1871
+ .checkbox_control input {
1872
+ display: none;
1873
+ }
1874
+ .label-cbx input:checked + .checkbox {
1875
+ border-color: var(--DarkCyan);
1876
+ }
1877
+ .label-cbx input:checked + .checkbox svg path {
1878
+ fill: var(--DarkCyan);
1879
+ }
1880
+ .label-cbx input:checked + .checkbox svg polyline {
1881
+ stroke-dashoffset: 0;
1882
+ }
1883
+ .label-cbx:hover .checkbox svg path {
1884
+ stroke-dashoffset: 0;
1885
+ }
1886
+ .label-cbx .checkbox {
1887
+ position: relative;
1888
+ top: 2px;
1889
+ float: left;
1890
+ margin-right: 8px;
1891
+ width: 20px;
1892
+ height: 20px;
1893
+ border: 2px solid var(--DarkCyan);
1894
+ border-radius: 3px;
1895
+ }
1896
+ .label-cbx .checkbox svg {
1897
+ position: absolute;
1898
+ top: -2px;
1899
+ left: -2px;
1900
+ }
1901
+ .label-cbx .checkbox svg path {
1902
+ fill: none;
1903
+ stroke: var(--DarkCyan);
1904
+ stroke-width: 2;
1905
+ stroke-linecap: round;
1906
+ stroke-linejoin: round;
1907
+ stroke-dasharray: 71px;
1908
+ stroke-dashoffset: 71px;
1909
+ transition: all 0.6s ease;
1910
+ }
1911
+ .label-cbx .checkbox svg polyline {
1912
+ fill: none;
1913
+ stroke: #fff;
1914
+ stroke-width: 2;
1915
+ stroke-linecap: round;
1916
+ stroke-linejoin: round;
1917
+ stroke-dasharray: 18px;
1918
+ stroke-dashoffset: 18px;
1919
+ transition: all 0.3s ease;
1920
+ }
1921
+ .label-cbx > span {
1922
+ pointer-events: none;
1923
+
1924
+ vertical-align: middle;
1925
+ }
1926
+
1927
+ footer .reserved_foot {
1928
+ display: -webkit-box;
1929
+ display: -ms-flexbox;
1930
+ display: flex;
1931
+ -ms-flex-wrap: wrap;
1932
+ flex-wrap: wrap;
1933
+ -webkit-box-pack: justify;
1934
+ -ms-flex-pack: justify;
1935
+ justify-content: space-between;
1936
+ padding-top: 20px;
1937
+ border-top: 1px solid rgba(33, 33, 33, 0.2);
1938
+ }
1939
+
1940
+ footer .reserved_foot .main {
1941
+ margin-right: auto;
1942
+ display: -webkit-box;
1943
+ display: -ms-flexbox;
1944
+ display: flex;
1945
+ -ms-flex-wrap: wrap;
1946
+ flex-wrap: wrap;
1947
+ }
1948
+
1949
+ footer .reserved_foot .main h5 {
1950
+ margin-right: 20px;
1951
+ }
1952
+
1953
+ footer .reserved_foot .main ul {
1954
+ display: -webkit-box;
1955
+ display: -ms-flexbox;
1956
+ display: flex;
1957
+ }
1958
+
1959
+ footer .reserved_foot .main ul li {
1960
+ margin-top: 0;
1961
+ padding: 0 10px;
1962
+ }
1963
+
1964
+ footer .reserved_foot .main ul li::before {
1965
+ content: "";
1966
+ width: 5px;
1967
+ display: inline-block;
1968
+ background-color: rgba(44, 51, 58, 0.2);
1969
+ }
1970
+
1971
+ footer .reserved {
1972
+ padding: 15px 0;
1973
+ font-weight: 500;
1974
+ margin-top: 50px;
1975
+ margin-bottom: 0;
1976
+ background-color: var(--Gray);
1977
+ text-align: center;
1978
+ }
1979
+
1980
+ footer .wrap_footer_icon {
1981
+ display: -webkit-box;
1982
+ display: -ms-flexbox;
1983
+ display: flex;
1984
+ -webkit-box-pack: justify;
1985
+ -ms-flex-pack: justify;
1986
+ justify-content: space-between;
1987
+ width: 60%;
1988
+ }
1989
+
1990
+ footer .wrap_footer_icon img {
1991
+ width: 35px;
1992
+ }
1993
+
1994
+ footer .quick_links {
1995
+ padding-top: 30px;
1996
+ }
1997
+
1998
+ footer .quick_links h3 {
1999
+ margin-bottom: 20px;
2000
+ font-weight: 600;
2001
+ }
2002
+
2003
+ footer .quick_links li {
2004
+ -webkit-transform: scale(1);
2005
+ transform: scale(1);
2006
+ -webkit-transition: 0.4s;
2007
+ transition: 0.4s;
2008
+ margin-bottom: 10px;
2009
+ }
2010
+
2011
+ footer .quick_links li a {
2012
+ font-family: var(--Nunito);
2013
+ }
2014
+
2015
+ footer .quick_links li:hover {
2016
+ color: var(--ViridianGreen);
2017
+ font-weight: 600;
2018
+ }
2019
+
2020
+ footer .social_media {
2021
+ text-align: center;
2022
+ }
2023
+
2024
+ footer .social_media .media {
2025
+ margin: 30px auto 0;
2026
+ display: -webkit-box;
2027
+ display: -ms-flexbox;
2028
+ display: flex;
2029
+ -webkit-box-pack: justify;
2030
+ -ms-flex-pack: justify;
2031
+ justify-content: space-between;
2032
+ width: 16%;
2033
+ }
2034
+
2035
+ footer .social_media .media img {
2036
+ width: 24px;
2037
+ height: 24px;
2038
+ }
2039
+
2040
+ footer .copyright {
2041
+ text-align: center;
2042
+ padding: 15px 0;
2043
+ background-color: var(--Gunmetal);
2044
+ }
2045
+
2046
+ footer .copyright h5 {
2047
+ margin: 0;
2048
+ color: var(--White);
2049
+ font-weight: 600;
2050
+ font-size: 14px;
2051
+ line-height: 19px;
2052
+ text-align: center;
2053
+ text-transform: capitalize;
2054
+ }
2055
+
2056
+ footer ul.breadcrumb {
2057
+ list-style: none;
2058
+ margin: 20px 0 40px 0;
2059
+ font-family: var(--Nunito);
2060
+ }
2061
+
2062
+ footer ul.breadcrumb li {
2063
+ display: inline;
2064
+ font-weight: 600;
2065
+ font-size: 1rem;
2066
+ line-height: 19px;
2067
+ color: var(--DarkCyan);
2068
+ }
2069
+
2070
+ footer ul.breadcrumb li + li:before {
2071
+ content: "";
2072
+ border: 1px solid var(--Gunmetal);
2073
+ -webkit-transform: rotate(90deg);
2074
+ transform: rotate(90deg);
2075
+ background-color: var(--Gunmetal);
2076
+ display: inline-block;
2077
+ width: 0px;
2078
+ position: relative;
2079
+ top: -4px;
2080
+ }
2081
+
2082
+ footer ul.breadcrumb li a {
2083
+ color: var(--Gunmetal);
2084
+ text-decoration: none;
2085
+ -webkit-transition: 0.7s ease;
2086
+ transition: 0.7s ease;
2087
+ }
2088
+
2089
+ footer ul.breadcrumb li a:hover {
2090
+ color: var(--Gunmetal);
2091
+ text-decoration: underline;
2092
+ }
2093
+ .flexible {
2094
+ display: flex;
2095
+ justify-content: space-between;
2096
+ align-items: center;
2097
+ }
2098
+ @media (min-width: 580px) {
2099
+ .footer_wrap {
2100
+ display: -webkit-box;
2101
+ display: -ms-flexbox;
2102
+ display: flex;
2103
+ -webkit-box-pack: justify;
2104
+ -ms-flex-pack: justify;
2105
+ justify-content: space-between;
2106
+ -ms-flex-wrap: wrap;
2107
+ flex-wrap: wrap;
2108
+ }
2109
+ .footer_wrap .quick_links {
2110
+ padding-bottom: 40px;
2111
+ width: 44%;
2112
+ }
2113
+ }
2114
+
2115
+ @media (max-width: 540px) {
2116
+ footer .reserved_foot .main {
2117
+ text-align: center;
2118
+ -webkit-box-pack: center;
2119
+ -ms-flex-pack: center;
2120
+ justify-content: center;
2121
+ }
2122
+ footer .media {
2123
+ max-width: 250px;
2124
+ margin: 20px auto;
2125
+ }
2126
+ }
2127
+
2128
+ @media (min-width: 980px) {
2129
+ .footer_wrap .quick_links {
2130
+ width: 12%;
2131
+ }
2132
+ .it_logo {
2133
+ width: 23% !important;
2134
+ }
2135
+ .last-media {
2136
+ width: 23% !important;
2137
+ }
2138
+ }
2139
+
2140
+ .fade-in-bck {
2141
+ -webkit-animation: fade-in-bck 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
2142
+ animation: fade-in-bck 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
2143
+ }
2144
+ /* ----------------------------------------------
2145
+ * Generated by Animista on 2023-4-19 13:35:24
2146
+ * Licensed under FreeBSD License.
2147
+ * See http://animista.net/license for more info.
2148
+ * w: http://animista.net, t: @cssanimista
2149
+ * ---------------------------------------------- */
2150
+
2151
+ /**
2152
+ * ----------------------------------------
2153
+ * animation fade-in-bck
2154
+ * ----------------------------------------
2155
+ */
2156
+ @-webkit-keyframes fade-in-bck {
2157
+ 0% {
2158
+ -webkit-transform: translateZ(80px);
2159
+ transform: translateZ(80px);
2160
+ opacity: 0;
2161
+ }
2162
+ 100% {
2163
+ -webkit-transform: translateZ(0);
2164
+ transform: translateZ(0);
2165
+ opacity: 1;
2166
+ }
2167
+ }
2168
+ @keyframes fade-in-bck {
2169
+ 0% {
2170
+ -webkit-transform: translateZ(80px);
2171
+ transform: translateZ(80px);
2172
+ opacity: 0;
2173
+ }
2174
+ 100% {
2175
+ -webkit-transform: translateZ(0);
2176
+ transform: translateZ(0);
2177
+ opacity: 1;
2178
+ }
2179
+ }
2180
+ /* .play_boy {
2181
+ border: 5px solid yellow;
2182
+ } */
2183
+ .play_boy .controls-bar {
2184
+ background-color: blue !important;
2185
+ }
2186
+ @media (min-width: 1700px) {
2187
+ .small_display {
2188
+ width: 100% !important;
2189
+ }
2190
+ }
2191
+ .media-controls.inline > .controls-bar {
2192
+ background: var(--DarkCyan) !important ;
2193
+ }
2194
+ .background-tint {
2195
+ background: var(--DarkCyan) !important;
2196
+ border-radius: 5px !important;
2197
+ }
2198
+
2199
+ .video-play-button {
2200
+ position: absolute;
2201
+ z-index: var(--z-navigation);
2202
+ top: 50%;
2203
+ left: 50%;
2204
+ cursor: pointer;
2205
+ transform: scale(1);
2206
+ transform: translateX(-50%) translateY(-50%);
2207
+ box-sizing: content-box;
2208
+ display: block;
2209
+ width: 32px;
2210
+ height: 44px;
2211
+ /* background: #fa183d; */
2212
+ border-radius: 50%;
2213
+ padding: 18px 20px 18px 28px;
2214
+ }
2215
+ .relatively {
2216
+ position: relative;
2217
+ }
2218
+ .video-play-button:before {
2219
+ content: "";
2220
+ position: absolute;
2221
+ z-index: var(--z-base);
2222
+ left: 50%;
2223
+ top: 50%;
2224
+ transform: scale(0.9);
2225
+ transform: translateX(-50%) translateY(-50%);
2226
+ display: block;
2227
+ width: 80px;
2228
+ height: 80px;
2229
+ background: var(--DarkCyan);
2230
+ border-radius: 50%;
2231
+ animation: pulse-border 1500ms ease-out infinite;
2232
+ }
2233
+
2234
+ .video-play-button:after {
2235
+ content: "";
2236
+ position: absolute;
2237
+ z-index: var(--z-navigation);
2238
+ left: 50%;
2239
+ top: 50%;
2240
+ transform: translateX(-50%) translateY(-50%);
2241
+ display: block;
2242
+ width: 80px;
2243
+ height: 80px;
2244
+ background: var(--DarkCyan);
2245
+ border-radius: 50%;
2246
+ transition: all 200ms;
2247
+ }
2248
+
2249
+ .video-play-button:hover:after {
2250
+ background-color: darken(#fa183d, 10%);
2251
+ }
2252
+
2253
+ .video-play-button img {
2254
+ position: relative;
2255
+ z-index: var(--z-navigation);
2256
+ max-width: 100%;
2257
+ width: auto;
2258
+ height: auto;
2259
+ }
2260
+ #player {
2261
+ background: var(--White);
2262
+ }
2263
+
2264
+ @media (min-width: 1204px) {
2265
+ .modules {
2266
+ width: 30%;
2267
+ z-index: var(--z-navigation);
2268
+ }
2269
+ }
2270
+ .accordion_wrapper {
2271
+ margin-top: 85px;
2272
+ display: flex;
2273
+ position: fixed;
2274
+ z-index: var(--z-navigation);
2275
+ }
2276
+ @media (min-width: 1204px) {
2277
+ .modules {
2278
+ width: 30%;
2279
+ height: 100vh;
2280
+ overflow: auto;
2281
+ width: 70%;
2282
+ position: fixed;
2283
+ right: 0;
2284
+ transition: 0.5s;
2285
+ }
2286
+ }
2287
+ @media (max-width: 544px) {
2288
+ .graded h3,
2289
+ .ljbsRv div {
2290
+ display: none !important;
2291
+ }
2292
+ .ljbsRv {
2293
+ width: 100%;
2294
+ }
2295
+ .card-body {
2296
+ margin-top: 80px !important;
2297
+ }
2298
+ }
2299
+ @media (max-width: 1204px) {
2300
+ .modules {
2301
+ background: var(--White);
2302
+ position: absolute;
2303
+ width: 400px;
2304
+ height: 100px !important;
2305
+ z-index: var(--z-navigation);
2306
+ max-width: 500px;
2307
+ background: tomato;
2308
+
2309
+ transform: translateX(-10px);
2310
+ transition: transform 0.3s ease-in-out;
2311
+ }
2312
+ .course_details_accordion_module_section__hHwpY,
2313
+ .ljbsRv,
2314
+ .graded {
2315
+ max-width: 450px;
2316
+ left: 0 !important;
2317
+ }
2318
+ }
2319
+ .graded {
2320
+ padding-bottom: 20px !important;
2321
+ }
2322
+ .circle-text {
2323
+ font-size: 30px;
2324
+ }
2325
+ .video-play-button span {
2326
+ display: block;
2327
+ position: relative;
2328
+ z-index: var(--z-navigation);
2329
+ width: 0;
2330
+ height: 0;
2331
+ border-left: 32px solid #fff;
2332
+ border-top: 22px solid transparent;
2333
+ border-bottom: 22px solid transparent;
2334
+ }
2335
+
2336
+ .video_height {
2337
+ /* border: 1px solid yellow; */
2338
+ /* background: white !important; */
2339
+ }
2340
+ @keyframes pulse-border {
2341
+ 0% {
2342
+ transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
2343
+ opacity: 1;
2344
+ }
2345
+ 100% {
2346
+ transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
2347
+ opacity: 0;
2348
+ }
2349
+ }
2350
+
2351
+ .overflow {
2352
+ overflow: auto;
2353
+ }
2354
+ .s_wrapper {
2355
+ width: auto !important;
2356
+ }
2357
+
2358
+ @media (max-width: 1200px) {
2359
+ .main_slider {
2360
+ width: 1260px !important;
2361
+ }
2362
+ }
2363
+
2364
+ /* ========================================================================== */