@trackany-device/components 1.0.0

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 (289) hide show
  1. package/package.json +185 -0
  2. package/src/assets/logo.png +0 -0
  3. package/src/assets/map/arrows/map-arrow-blue.png +0 -0
  4. package/src/assets/map/arrows/map-arrow-green.png +0 -0
  5. package/src/assets/map/arrows/map-arrow-purple.png +0 -0
  6. package/src/assets/map/arrows/map-arrow-red.png +0 -0
  7. package/src/assets/map/flags/flag-blue.png +0 -0
  8. package/src/assets/map/flags/flag-green.png +0 -0
  9. package/src/assets/map/flags/flag-red.png +0 -0
  10. package/src/assets/map/flags/flag-yellow.png +0 -0
  11. package/src/assets/map/pins/map-pin-blue.png +0 -0
  12. package/src/assets/map/pins/map-pin-green.png +0 -0
  13. package/src/assets/map/pins/map-pin-purple.png +0 -0
  14. package/src/assets/map/pins/map-pin-red.png +0 -0
  15. package/src/components/Card.tsx +9 -0
  16. package/src/components/alert-error.tsx +24 -0
  17. package/src/components/app-content.tsx +22 -0
  18. package/src/components/app-header.tsx +153 -0
  19. package/src/components/app-logo-icon.tsx +13 -0
  20. package/src/components/app-logo.tsx +21 -0
  21. package/src/components/app-shell.tsx +19 -0
  22. package/src/components/app-sidebar-header.tsx +68 -0
  23. package/src/components/app-sidebar.tsx +106 -0
  24. package/src/components/appearance-tabs.tsx +46 -0
  25. package/src/components/breadcrumbs.tsx +50 -0
  26. package/src/components/cms/blurred-image.tsx +111 -0
  27. package/src/components/cms/section-bg.tsx +473 -0
  28. package/src/components/cms/section-button.tsx +127 -0
  29. package/src/components/cms/sections/banner-5050-section.tsx +135 -0
  30. package/src/components/cms/sections/blogs-listing-section.tsx +270 -0
  31. package/src/components/cms/sections/cards-grid-section.tsx +185 -0
  32. package/src/components/cms/sections/contact-form-section.tsx +157 -0
  33. package/src/components/cms/sections/cta-section.tsx +101 -0
  34. package/src/components/cms/sections/featured-blog-slider-section.tsx +256 -0
  35. package/src/components/cms/sections/featured-products-grid-section.tsx +173 -0
  36. package/src/components/cms/sections/featured-solutions-grid-section.tsx +183 -0
  37. package/src/components/cms/sections/hero-section.tsx +180 -0
  38. package/src/components/cms/sections/solutions-with-filter-section.tsx +234 -0
  39. package/src/components/cms/sections/text-section.tsx +77 -0
  40. package/src/components/cutout-image.tsx +228 -0
  41. package/src/components/devices/devices-mini-map.tsx +275 -0
  42. package/src/components/docs/docs-shell.tsx +280 -0
  43. package/src/components/fleet-hero-animated.tsx +383 -0
  44. package/src/components/input-error.tsx +17 -0
  45. package/src/components/keenicons/assets/duotone/Read Me.txt +7 -0
  46. package/src/components/keenicons/assets/duotone/demo-files/demo.css +160 -0
  47. package/src/components/keenicons/assets/duotone/demo-files/demo.js +32 -0
  48. package/src/components/keenicons/assets/duotone/demo.html +12424 -0
  49. package/src/components/keenicons/assets/duotone/fonts/keenicons-duotone.svg +1109 -0
  50. package/src/components/keenicons/assets/duotone/fonts/keenicons-duotone.ttf +0 -0
  51. package/src/components/keenicons/assets/duotone/fonts/keenicons-duotone.woff +0 -0
  52. package/src/components/keenicons/assets/duotone/selection.json +17313 -0
  53. package/src/components/keenicons/assets/duotone/style.css +4931 -0
  54. package/src/components/keenicons/assets/filled/Read Me.txt +7 -0
  55. package/src/components/keenicons/assets/filled/demo-files/demo.css +160 -0
  56. package/src/components/keenicons/assets/filled/demo-files/demo.js +32 -0
  57. package/src/components/keenicons/assets/filled/demo.html +12370 -0
  58. package/src/components/keenicons/assets/filled/fonts/keenicons-filled.svg +1082 -0
  59. package/src/components/keenicons/assets/filled/fonts/keenicons-filled.ttf +0 -0
  60. package/src/components/keenicons/assets/filled/fonts/keenicons-filled.woff +0 -0
  61. package/src/components/keenicons/assets/filled/selection.json +17096 -0
  62. package/src/components/keenicons/assets/filled/style.css +4769 -0
  63. package/src/components/keenicons/assets/outline/Read Me.txt +7 -0
  64. package/src/components/keenicons/assets/outline/demo-files/demo.css +160 -0
  65. package/src/components/keenicons/assets/outline/demo-files/demo.js +32 -0
  66. package/src/components/keenicons/assets/outline/demo.html +11356 -0
  67. package/src/components/keenicons/assets/outline/fonts/keenicons-outline.svg +575 -0
  68. package/src/components/keenicons/assets/outline/fonts/keenicons-outline.ttf +0 -0
  69. package/src/components/keenicons/assets/outline/fonts/keenicons-outline.woff +0 -0
  70. package/src/components/keenicons/assets/outline/selection.json +13054 -0
  71. package/src/components/keenicons/assets/outline/style.css +1721 -0
  72. package/src/components/keenicons/assets/solid/Read Me.txt +7 -0
  73. package/src/components/keenicons/assets/solid/demo-files/demo.css +160 -0
  74. package/src/components/keenicons/assets/solid/demo-files/demo.js +32 -0
  75. package/src/components/keenicons/assets/solid/demo.html +11356 -0
  76. package/src/components/keenicons/assets/solid/fonts/keenicons-solid.svg +575 -0
  77. package/src/components/keenicons/assets/solid/fonts/keenicons-solid.ttf +0 -0
  78. package/src/components/keenicons/assets/solid/fonts/keenicons-solid.woff +0 -0
  79. package/src/components/keenicons/assets/solid/selection.json +13048 -0
  80. package/src/components/keenicons/assets/solid/style.css +1721 -0
  81. package/src/components/keenicons/assets/styles.css +4 -0
  82. package/src/components/keenicons/index.ts +2 -0
  83. package/src/components/keenicons/keenicons.tsx +16 -0
  84. package/src/components/keenicons/types.ts +7 -0
  85. package/src/components/nav-footer.tsx +49 -0
  86. package/src/components/nav-main.tsx +53 -0
  87. package/src/components/nav-user.tsx +59 -0
  88. package/src/components/notification-bell.tsx +190 -0
  89. package/src/components/products/product-card.tsx +159 -0
  90. package/src/components/text-link.tsx +23 -0
  91. package/src/components/ui/accordion-menu.tsx +322 -0
  92. package/src/components/ui/accordion.tsx +133 -0
  93. package/src/components/ui/alert-dialog.tsx +82 -0
  94. package/src/components/ui/alert.tsx +63 -0
  95. package/src/components/ui/avatar-group.tsx +129 -0
  96. package/src/components/ui/avatar.tsx +67 -0
  97. package/src/components/ui/badge.tsx +230 -0
  98. package/src/components/ui/breadcrumb.tsx +88 -0
  99. package/src/components/ui/button.tsx +412 -0
  100. package/src/components/ui/calendar.tsx +56 -0
  101. package/src/components/ui/card.tsx +147 -0
  102. package/src/components/ui/chart.tsx +290 -0
  103. package/src/components/ui/checkbox.tsx +47 -0
  104. package/src/components/ui/code.tsx +45 -0
  105. package/src/components/ui/collapsible.tsx +31 -0
  106. package/src/components/ui/command-palette.tsx +189 -0
  107. package/src/components/ui/command.tsx +138 -0
  108. package/src/components/ui/cookie-banner.tsx +220 -0
  109. package/src/components/ui/copy-button.tsx +60 -0
  110. package/src/components/ui/data-grid-column-filter.tsx +124 -0
  111. package/src/components/ui/data-grid-column-header.tsx +284 -0
  112. package/src/components/ui/data-grid-column-visibility.tsx +38 -0
  113. package/src/components/ui/data-grid-pagination.tsx +206 -0
  114. package/src/components/ui/data-grid-table-dnd-rows.tsx +147 -0
  115. package/src/components/ui/data-grid-table-dnd.tsx +175 -0
  116. package/src/components/ui/data-grid-table.tsx +500 -0
  117. package/src/components/ui/data-grid.tsx +193 -0
  118. package/src/components/ui/data-list.tsx +76 -0
  119. package/src/components/ui/datefield.tsx +91 -0
  120. package/src/components/ui/dialog.tsx +139 -0
  121. package/src/components/ui/divider.tsx +41 -0
  122. package/src/components/ui/drawer.tsx +59 -0
  123. package/src/components/ui/dropdown-menu.tsx +224 -0
  124. package/src/components/ui/empty-state.tsx +54 -0
  125. package/src/components/ui/file-upload.tsx +152 -0
  126. package/src/components/ui/form.tsx +88 -0
  127. package/src/components/ui/icon.tsx +14 -0
  128. package/src/components/ui/input-otp.tsx +71 -0
  129. package/src/components/ui/input.tsx +155 -0
  130. package/src/components/ui/kbd.tsx +26 -0
  131. package/src/components/ui/label.tsx +31 -0
  132. package/src/components/ui/navigation-menu.tsx +168 -0
  133. package/src/components/ui/pagination.tsx +37 -0
  134. package/src/components/ui/placeholder-pattern.tsx +21 -0
  135. package/src/components/ui/popover.tsx +50 -0
  136. package/src/components/ui/progress.tsx +65 -0
  137. package/src/components/ui/radio-group.tsx +73 -0
  138. package/src/components/ui/resizable.tsx +39 -0
  139. package/src/components/ui/scroll-area.tsx +50 -0
  140. package/src/components/ui/select.tsx +234 -0
  141. package/src/components/ui/separator.tsx +24 -0
  142. package/src/components/ui/sheet.tsx +147 -0
  143. package/src/components/ui/sidebar.tsx +721 -0
  144. package/src/components/ui/skeleton.tsx +15 -0
  145. package/src/components/ui/slider.tsx +35 -0
  146. package/src/components/ui/sonner.tsx +28 -0
  147. package/src/components/ui/sortable.tsx +724 -0
  148. package/src/components/ui/spinner.tsx +17 -0
  149. package/src/components/ui/stat-card.tsx +82 -0
  150. package/src/components/ui/stepper.tsx +410 -0
  151. package/src/components/ui/switch.tsx +68 -0
  152. package/src/components/ui/table.tsx +42 -0
  153. package/src/components/ui/tabs.tsx +196 -0
  154. package/src/components/ui/timeline.tsx +90 -0
  155. package/src/components/ui/toggle-group.tsx +73 -0
  156. package/src/components/ui/toggle.tsx +45 -0
  157. package/src/components/ui/tooltip.tsx +55 -0
  158. package/src/components/user-info.tsx +33 -0
  159. package/src/components/user-menu-content.tsx +53 -0
  160. package/src/components/web/SiteFooter.tsx +154 -0
  161. package/src/components/web/SiteHeader.tsx +159 -0
  162. package/src/components/workflows/workflow-canvas.tsx +321 -0
  163. package/src/controls/Blockquote.tsx +25 -0
  164. package/src/controls/Button.tsx +101 -0
  165. package/src/controls/Checkbox.tsx +29 -0
  166. package/src/controls/DateField.tsx +37 -0
  167. package/src/controls/FormField.tsx +20 -0
  168. package/src/controls/Heading.tsx +28 -0
  169. package/src/controls/Input.tsx +21 -0
  170. package/src/controls/Label.tsx +18 -0
  171. package/src/controls/Paragraph.tsx +39 -0
  172. package/src/controls/PasswordInput.tsx +40 -0
  173. package/src/controls/RadioGroup.tsx +70 -0
  174. package/src/controls/Select.tsx +24 -0
  175. package/src/controls/Slider.tsx +33 -0
  176. package/src/controls/Switch.tsx +31 -0
  177. package/src/controls/Textarea.tsx +22 -0
  178. package/src/elements/ConfirmPasswordForm.tsx +43 -0
  179. package/src/elements/DeviceStatusBadge.tsx +38 -0
  180. package/src/elements/DriverCard.tsx +67 -0
  181. package/src/elements/ForgotPasswordForm.tsx +64 -0
  182. package/src/elements/IncidentCard.tsx +67 -0
  183. package/src/elements/LoginForm.tsx +100 -0
  184. package/src/elements/OtpForm.tsx +71 -0
  185. package/src/elements/RegisterForm.tsx +150 -0
  186. package/src/elements/ResetPasswordForm.tsx +72 -0
  187. package/src/elements/SmsChallengeForm.tsx +104 -0
  188. package/src/elements/VehicleCard.tsx +73 -0
  189. package/src/elements/VerifyEmailForm.tsx +39 -0
  190. package/src/hooks/use-appearance.tsx +117 -0
  191. package/src/hooks/use-applied-theme.ts +98 -0
  192. package/src/hooks/use-clipboard.ts +34 -0
  193. package/src/hooks/use-current-url.ts +83 -0
  194. package/src/hooks/use-dark-mode.ts +48 -0
  195. package/src/hooks/use-flash-toast.ts +29 -0
  196. package/src/hooks/use-initials.tsx +24 -0
  197. package/src/hooks/use-mobile-navigation.ts +12 -0
  198. package/src/hooks/use-mobile.tsx +38 -0
  199. package/src/index.ts +408 -0
  200. package/src/layouts/AppLayout.tsx +60 -0
  201. package/src/layouts/AuthLayout.tsx +32 -0
  202. package/src/layouts/SettingsLayout.tsx +21 -0
  203. package/src/layouts/app/AIChatLayout.tsx +73 -0
  204. package/src/layouts/app/AsideSidebarLayout.tsx +3 -0
  205. package/src/layouts/app/CalendarSidebarLayout.tsx +69 -0
  206. package/src/layouts/app/CommunitiesNavbarLayout.tsx +3 -0
  207. package/src/layouts/app/DualNavbarSidebarLayout.tsx +3 -0
  208. package/src/layouts/app/FocusSidebarLayout.tsx +75 -0
  209. package/src/layouts/app/MailLayout.tsx +69 -0
  210. package/src/layouts/app/MegaMenuHeaderLayout.tsx +3 -0
  211. package/src/layouts/app/MegaMenuLayout.tsx +81 -0
  212. package/src/layouts/app/MegaMenuNavbarLayout.tsx +88 -0
  213. package/src/layouts/app/MegaMenuSearchNavbarLayout.tsx +3 -0
  214. package/src/layouts/app/NavbarCollapsibleLayout.tsx +88 -0
  215. package/src/layouts/app/NavbarCollapsibleLinksLayout.tsx +3 -0
  216. package/src/layouts/app/NavbarMinimalLayout.tsx +3 -0
  217. package/src/layouts/app/NavbarMinimalSidebarLayout.tsx +3 -0
  218. package/src/layouts/app/NavbarSidebarDashboardLayout.tsx +3 -0
  219. package/src/layouts/app/NavbarSidebarLayout.tsx +92 -0
  220. package/src/layouts/app/NavbarSimpleSidebarLayout.tsx +3 -0
  221. package/src/layouts/app/NavbarTitledSidebarLayout.tsx +3 -0
  222. package/src/layouts/app/PanelSidebarLayout.tsx +3 -0
  223. package/src/layouts/app/SearchNavbarSidebarLayout.tsx +3 -0
  224. package/src/layouts/app/SidebarBreadcrumbLayout.tsx +3 -0
  225. package/src/layouts/app/SidebarCleanLayout.tsx +3 -0
  226. package/src/layouts/app/SidebarCommunitiesLayout.tsx +3 -0
  227. package/src/layouts/app/SidebarContentLayout.tsx +3 -0
  228. package/src/layouts/app/SidebarDualMenuLayout.tsx +104 -0
  229. package/src/layouts/app/SidebarFixedLayout.tsx +166 -0
  230. package/src/layouts/app/SidebarFooterNavbarLayout.tsx +3 -0
  231. package/src/layouts/app/SidebarHeaderMenuLayout.tsx +3 -0
  232. package/src/layouts/app/SidebarMegaMenuLayout.tsx +4 -0
  233. package/src/layouts/app/SidebarMinimalLayout.tsx +70 -0
  234. package/src/layouts/app/SidebarMobileSearchLayout.tsx +3 -0
  235. package/src/layouts/app/SidebarMultiPanelLayout.tsx +3 -0
  236. package/src/layouts/app/SidebarPrimarySecondaryLayout.tsx +3 -0
  237. package/src/layouts/app/SidebarSearchHeaderLayout.tsx +103 -0
  238. package/src/layouts/app/SidebarSearchToolbarLayout.tsx +3 -0
  239. package/src/layouts/app/SidebarTabsDualLayout.tsx +3 -0
  240. package/src/layouts/app/SidebarTabsLayout.tsx +98 -0
  241. package/src/layouts/app/SidebarTreeLayout.tsx +3 -0
  242. package/src/layouts/app/SplitNavbarLayout.tsx +3 -0
  243. package/src/layouts/app/SplitSidebarDashboardLayout.tsx +3 -0
  244. package/src/layouts/app/SplitSidebarLayout.tsx +99 -0
  245. package/src/layouts/app/TopNavLayout.tsx +105 -0
  246. package/src/layouts/app/TopNavLinksLayout.tsx +3 -0
  247. package/src/layouts/app/WorkspaceBreadcrumbLayout.tsx +3 -0
  248. package/src/layouts/app/WorkspaceCommunitiesLayout.tsx +3 -0
  249. package/src/layouts/app/WorkspaceNavbarLayout.tsx +3 -0
  250. package/src/layouts/app/WorkspaceSidebarLayout.tsx +98 -0
  251. package/src/layouts/app/WorkspaceSidebarTitleLayout.tsx +3 -0
  252. package/src/layouts/app/app-header-layout.tsx +45 -0
  253. package/src/layouts/app/app-sidebar-layout.tsx +56 -0
  254. package/src/layouts/app/layout-context.tsx +44 -0
  255. package/src/layouts/app/layout-types.ts +47 -0
  256. package/src/layouts/app/partials/Footer.tsx +35 -0
  257. package/src/layouts/app/partials/HeaderTopbar.tsx +96 -0
  258. package/src/layouts/app/partials/Navbar.tsx +85 -0
  259. package/src/layouts/app/partials/Toolbar.tsx +47 -0
  260. package/src/layouts/app-layout.tsx +29 -0
  261. package/src/layouts/auth/AuthBrandedLayout.tsx +58 -0
  262. package/src/layouts/auth/AuthCardLayout.tsx +31 -0
  263. package/src/layouts/auth/AuthCenteredLayout.tsx +41 -0
  264. package/src/layouts/auth/AuthClassicLayout.tsx +41 -0
  265. package/src/layouts/auth/AuthSimpleLayout.tsx +33 -0
  266. package/src/layouts/auth/AuthSplitLayout.tsx +89 -0
  267. package/src/layouts/web-app-layout.tsx +162 -0
  268. package/src/layouts/web-layout.tsx +23 -0
  269. package/src/lib/datetime.ts +188 -0
  270. package/src/lib/google-maps-loader.ts +99 -0
  271. package/src/lib/location.ts +127 -0
  272. package/src/lib/lucide-icon-map.ts +132 -0
  273. package/src/lib/map-markers.ts +124 -0
  274. package/src/lib/map-styles.ts +351 -0
  275. package/src/lib/utils.ts +11 -0
  276. package/src/platform/adapters/default.tsx +156 -0
  277. package/src/platform/adapters/inertia.tsx +88 -0
  278. package/src/platform/adapters/nextjs.ts +86 -0
  279. package/src/platform/context.tsx +106 -0
  280. package/src/platform/index.ts +27 -0
  281. package/src/platform/types.ts +105 -0
  282. package/src/styles/layouts/sidebar-fixed.css +161 -0
  283. package/src/styles/themes.css +583 -0
  284. package/src/types/assets.d.ts +5 -0
  285. package/src/types/auth.ts +25 -0
  286. package/src/types/global.d.ts +13 -0
  287. package/src/types/index.ts +9 -0
  288. package/src/types/navigation.ts +15 -0
  289. package/src/types/ui.ts +32 -0
@@ -0,0 +1,1721 @@
1
+ @font-face {
2
+ font-family: 'keenicons-solid';
3
+ src:
4
+ url('fonts/keenicons-solid.ttf?m54ea1') format('truetype'),
5
+ url('fonts/keenicons-solid.woff?m54ea1') format('woff'),
6
+ url('fonts/keenicons-solid.svg?m54ea1#keenicons-solid') format('svg');
7
+ font-weight: normal;
8
+ font-style: normal;
9
+ font-display: block;
10
+ }
11
+
12
+ .ki-solid {
13
+ /* use !important to prevent issues with browser extensions that change fonts */
14
+ font-family: 'keenicons-solid' !important;
15
+ speak: never;
16
+ font-style: normal;
17
+ font-weight: normal;
18
+ font-variant: normal;
19
+ text-transform: none;
20
+ line-height: 1;
21
+ display: inline-flex;
22
+ /* Better Font Rendering =========== */
23
+ -webkit-font-smoothing: antialiased;
24
+ -moz-osx-font-smoothing: grayscale;
25
+ }
26
+
27
+ .ki-abstract-1.ki-solid:before {
28
+ content: '\e900';
29
+ }
30
+ .ki-abstract-2.ki-solid:before {
31
+ content: '\e901';
32
+ }
33
+ .ki-abstract-3.ki-solid:before {
34
+ content: '\e902';
35
+ }
36
+ .ki-abstract-4.ki-solid:before {
37
+ content: '\e903';
38
+ }
39
+ .ki-abstract-5.ki-solid:before {
40
+ content: '\e904';
41
+ }
42
+ .ki-abstract-6.ki-solid:before {
43
+ content: '\e905';
44
+ }
45
+ .ki-abstract-7.ki-solid:before {
46
+ content: '\e906';
47
+ }
48
+ .ki-abstract-8.ki-solid:before {
49
+ content: '\e907';
50
+ }
51
+ .ki-abstract-9.ki-solid:before {
52
+ content: '\e908';
53
+ }
54
+ .ki-abstract-10.ki-solid:before {
55
+ content: '\e909';
56
+ }
57
+ .ki-abstract-11.ki-solid:before {
58
+ content: '\e90a';
59
+ }
60
+ .ki-abstract-12.ki-solid:before {
61
+ content: '\e90b';
62
+ }
63
+ .ki-abstract-13.ki-solid:before {
64
+ content: '\e90c';
65
+ }
66
+ .ki-abstract-14.ki-solid:before {
67
+ content: '\e90d';
68
+ }
69
+ .ki-abstract-15.ki-solid:before {
70
+ content: '\e90e';
71
+ }
72
+ .ki-abstract-16.ki-solid:before {
73
+ content: '\e90f';
74
+ }
75
+ .ki-abstract-17.ki-solid:before {
76
+ content: '\e910';
77
+ }
78
+ .ki-abstract-18.ki-solid:before {
79
+ content: '\e911';
80
+ }
81
+ .ki-abstract-19.ki-solid:before {
82
+ content: '\e912';
83
+ }
84
+ .ki-abstract-20.ki-solid:before {
85
+ content: '\e913';
86
+ }
87
+ .ki-abstract-21.ki-solid:before {
88
+ content: '\e914';
89
+ }
90
+ .ki-abstract-22.ki-solid:before {
91
+ content: '\e915';
92
+ }
93
+ .ki-abstract-23.ki-solid:before {
94
+ content: '\e916';
95
+ }
96
+ .ki-abstract-24.ki-solid:before {
97
+ content: '\e917';
98
+ }
99
+ .ki-abstract-25.ki-solid:before {
100
+ content: '\e918';
101
+ }
102
+ .ki-abstract-26.ki-solid:before {
103
+ content: '\e919';
104
+ }
105
+ .ki-abstract-27.ki-solid:before {
106
+ content: '\e91a';
107
+ }
108
+ .ki-abstract-28.ki-solid:before {
109
+ content: '\e91b';
110
+ }
111
+ .ki-abstract-29.ki-solid:before {
112
+ content: '\e91c';
113
+ }
114
+ .ki-abstract-30.ki-solid:before {
115
+ content: '\e91d';
116
+ }
117
+ .ki-abstract-31.ki-solid:before {
118
+ content: '\e91e';
119
+ }
120
+ .ki-abstract-32.ki-solid:before {
121
+ content: '\e91f';
122
+ }
123
+ .ki-abstract-33.ki-solid:before {
124
+ content: '\e920';
125
+ }
126
+ .ki-abstract-34.ki-solid:before {
127
+ content: '\e921';
128
+ }
129
+ .ki-abstract-35.ki-solid:before {
130
+ content: '\e922';
131
+ }
132
+ .ki-abstract-36.ki-solid:before {
133
+ content: '\e923';
134
+ }
135
+ .ki-abstract-37.ki-solid:before {
136
+ content: '\e924';
137
+ }
138
+ .ki-abstract-38.ki-solid:before {
139
+ content: '\e925';
140
+ }
141
+ .ki-abstract-39.ki-solid:before {
142
+ content: '\e926';
143
+ }
144
+ .ki-abstract-40.ki-solid:before {
145
+ content: '\e927';
146
+ }
147
+ .ki-abstract-41.ki-solid:before {
148
+ content: '\e928';
149
+ }
150
+ .ki-abstract-42.ki-solid:before {
151
+ content: '\e929';
152
+ }
153
+ .ki-abstract-43.ki-solid:before {
154
+ content: '\e92a';
155
+ }
156
+ .ki-abstract-44.ki-solid:before {
157
+ content: '\e92b';
158
+ }
159
+ .ki-abstract-45.ki-solid:before {
160
+ content: '\e92c';
161
+ }
162
+ .ki-abstract-46.ki-solid:before {
163
+ content: '\e92d';
164
+ }
165
+ .ki-abstract-47.ki-solid:before {
166
+ content: '\e92e';
167
+ }
168
+ .ki-abstract-48.ki-solid:before {
169
+ content: '\e92f';
170
+ }
171
+ .ki-abstract-49.ki-solid:before {
172
+ content: '\e930';
173
+ }
174
+ .ki-abstract.ki-solid:before {
175
+ content: '\e931';
176
+ }
177
+ .ki-add-files.ki-solid:before {
178
+ content: '\e932';
179
+ }
180
+ .ki-add-folder.ki-solid:before {
181
+ content: '\e933';
182
+ }
183
+ .ki-add-notepad.ki-solid:before {
184
+ content: '\e934';
185
+ }
186
+ .ki-additem.ki-solid:before {
187
+ content: '\e935';
188
+ }
189
+ .ki-address-book.ki-solid:before {
190
+ content: '\e936';
191
+ }
192
+ .ki-airplane-square.ki-solid:before {
193
+ content: '\e937';
194
+ }
195
+ .ki-airplane.ki-solid:before {
196
+ content: '\e938';
197
+ }
198
+ .ki-airpod.ki-solid:before {
199
+ content: '\e939';
200
+ }
201
+ .ki-android.ki-solid:before {
202
+ content: '\e93a';
203
+ }
204
+ .ki-angular.ki-solid:before {
205
+ content: '\e93b';
206
+ }
207
+ .ki-apple.ki-solid:before {
208
+ content: '\e93c';
209
+ }
210
+ .ki-archive-tick.ki-solid:before {
211
+ content: '\e93d';
212
+ }
213
+ .ki-archive.ki-solid:before {
214
+ content: '\e93e';
215
+ }
216
+ .ki-arrow-circle-left.ki-solid:before {
217
+ content: '\e93f';
218
+ }
219
+ .ki-arrow-circle-right.ki-solid:before {
220
+ content: '\e940';
221
+ }
222
+ .ki-arrow-down-left.ki-solid:before {
223
+ content: '\e941';
224
+ }
225
+ .ki-arrow-down-refraction.ki-solid:before {
226
+ content: '\e942';
227
+ }
228
+ .ki-arrow-down-right.ki-solid:before {
229
+ content: '\e943';
230
+ }
231
+ .ki-arrow-down.ki-solid:before {
232
+ content: '\e944';
233
+ }
234
+ .ki-arrow-left.ki-solid:before {
235
+ content: '\e945';
236
+ }
237
+ .ki-arrow-mix.ki-solid:before {
238
+ content: '\e946';
239
+ }
240
+ .ki-arrow-right-left.ki-solid:before {
241
+ content: '\e947';
242
+ }
243
+ .ki-arrow-right.ki-solid:before {
244
+ content: '\e948';
245
+ }
246
+ .ki-arrow-two-diagonals.ki-solid:before {
247
+ content: '\e949';
248
+ }
249
+ .ki-arrow-up-down.ki-solid:before {
250
+ content: '\e94a';
251
+ }
252
+ .ki-arrow-up-left.ki-solid:before {
253
+ content: '\e94b';
254
+ }
255
+ .ki-arrow-up-refraction.ki-solid:before {
256
+ content: '\e94c';
257
+ }
258
+ .ki-arrow-up-right.ki-solid:before {
259
+ content: '\e94d';
260
+ }
261
+ .ki-arrow-up.ki-solid:before {
262
+ content: '\e94e';
263
+ }
264
+ .ki-arrow-zigzag.ki-solid:before {
265
+ content: '\e94f';
266
+ }
267
+ .ki-arrows-circle.ki-solid:before {
268
+ content: '\e950';
269
+ }
270
+ .ki-arrows-loop.ki-solid:before {
271
+ content: '\e951';
272
+ }
273
+ .ki-artificial-intelligence.ki-solid:before {
274
+ content: '\e952';
275
+ }
276
+ .ki-autobrightness.ki-solid:before {
277
+ content: '\e953';
278
+ }
279
+ .ki-avalanche-avax.ki-solid:before {
280
+ content: '\e954';
281
+ }
282
+ .ki-award.ki-solid:before {
283
+ content: '\e955';
284
+ }
285
+ .ki-badge.ki-solid:before {
286
+ content: '\e956';
287
+ }
288
+ .ki-bandage.ki-solid:before {
289
+ content: '\e957';
290
+ }
291
+ .ki-bank.ki-solid:before {
292
+ content: '\e958';
293
+ }
294
+ .ki-bar-chart.ki-solid:before {
295
+ content: '\e959';
296
+ }
297
+ .ki-barcode.ki-solid:before {
298
+ content: '\e95a';
299
+ }
300
+ .ki-basket-ok.ki-solid:before {
301
+ content: '\e95b';
302
+ }
303
+ .ki-basket.ki-solid:before {
304
+ content: '\e95c';
305
+ }
306
+ .ki-behance.ki-solid:before {
307
+ content: '\e95d';
308
+ }
309
+ .ki-bill.ki-solid:before {
310
+ content: '\e95e';
311
+ }
312
+ .ki-binance-usd-busd.ki-solid:before {
313
+ content: '\e95f';
314
+ }
315
+ .ki-binance.ki-solid:before {
316
+ content: '\e960';
317
+ }
318
+ .ki-bitcoin.ki-solid:before {
319
+ content: '\e961';
320
+ }
321
+ .ki-black-down.ki-solid:before {
322
+ content: '\e962';
323
+ }
324
+ .ki-black-left-line.ki-solid:before {
325
+ content: '\e963';
326
+ }
327
+ .ki-black-left.ki-solid:before {
328
+ content: '\e964';
329
+ }
330
+ .ki-black-right-line.ki-solid:before {
331
+ content: '\e965';
332
+ }
333
+ .ki-black-right.ki-solid:before {
334
+ content: '\e966';
335
+ }
336
+ .ki-black-up.ki-solid:before {
337
+ content: '\e967';
338
+ }
339
+ .ki-bluetooth.ki-solid:before {
340
+ content: '\e968';
341
+ }
342
+ .ki-book-open.ki-solid:before {
343
+ content: '\e969';
344
+ }
345
+ .ki-book-square.ki-solid:before {
346
+ content: '\e96a';
347
+ }
348
+ .ki-book.ki-solid:before {
349
+ content: '\e96b';
350
+ }
351
+ .ki-bookmark-2.ki-solid:before {
352
+ content: '\e96c';
353
+ }
354
+ .ki-bookmark.ki-solid:before {
355
+ content: '\e96d';
356
+ }
357
+ .ki-bootstrap.ki-solid:before {
358
+ content: '\e96e';
359
+ }
360
+ .ki-briefcase.ki-solid:before {
361
+ content: '\e96f';
362
+ }
363
+ .ki-brifecase-cros.ki-solid:before {
364
+ content: '\e970';
365
+ }
366
+ .ki-brifecase-tick.ki-solid:before {
367
+ content: '\e971';
368
+ }
369
+ .ki-brifecase-timer.ki-solid:before {
370
+ content: '\e972';
371
+ }
372
+ .ki-brush.ki-solid:before {
373
+ content: '\e973';
374
+ }
375
+ .ki-bucket-square.ki-solid:before {
376
+ content: '\e974';
377
+ }
378
+ .ki-bucket.ki-solid:before {
379
+ content: '\e975';
380
+ }
381
+ .ki-burger-menu-1.ki-solid:before {
382
+ content: '\e976';
383
+ }
384
+ .ki-burger-menu-2.ki-solid:before {
385
+ content: '\e977';
386
+ }
387
+ .ki-burger-menu-3.ki-solid:before {
388
+ content: '\e978';
389
+ }
390
+ .ki-burger-menu-4.ki-solid:before {
391
+ content: '\e979';
392
+ }
393
+ .ki-burger-menu-5.ki-solid:before {
394
+ content: '\e97a';
395
+ }
396
+ .ki-burger-menu-6.ki-solid:before {
397
+ content: '\e97b';
398
+ }
399
+ .ki-burger-menu.ki-solid:before {
400
+ content: '\e97c';
401
+ }
402
+ .ki-bus.ki-solid:before {
403
+ content: '\e97d';
404
+ }
405
+ .ki-calculator.ki-solid:before {
406
+ content: '\e97e';
407
+ }
408
+ .ki-calculatoror.ki-solid:before {
409
+ content: '\e97f';
410
+ }
411
+ .ki-calendar-2.ki-solid:before {
412
+ content: '\e980';
413
+ }
414
+ .ki-calendar-8.ki-solid:before {
415
+ content: '\e981';
416
+ }
417
+ .ki-calendar-add.ki-solid:before {
418
+ content: '\e982';
419
+ }
420
+ .ki-calendar-edit.ki-solid:before {
421
+ content: '\e983';
422
+ }
423
+ .ki-calendar-remove.ki-solid:before {
424
+ content: '\e984';
425
+ }
426
+ .ki-calendar-search.ki-solid:before {
427
+ content: '\e985';
428
+ }
429
+ .ki-calendar-tick.ki-solid:before {
430
+ content: '\e986';
431
+ }
432
+ .ki-calendar.ki-solid:before {
433
+ content: '\e987';
434
+ }
435
+ .ki-call.ki-solid:before {
436
+ content: '\e988';
437
+ }
438
+ .ki-capsule.ki-solid:before {
439
+ content: '\e989';
440
+ }
441
+ .ki-car.ki-solid:before {
442
+ content: '\e98a';
443
+ }
444
+ .ki-category.ki-solid:before {
445
+ content: '\e98b';
446
+ }
447
+ .ki-cd.ki-solid:before {
448
+ content: '\e98c';
449
+ }
450
+ .ki-celsius-cel.ki-solid:before {
451
+ content: '\e98d';
452
+ }
453
+ .ki-chart-line-down-2.ki-solid:before {
454
+ content: '\e98e';
455
+ }
456
+ .ki-chart-line-down.ki-solid:before {
457
+ content: '\e98f';
458
+ }
459
+ .ki-chart-line-star.ki-solid:before {
460
+ content: '\e990';
461
+ }
462
+ .ki-chart-line-up-2.ki-solid:before {
463
+ content: '\e991';
464
+ }
465
+ .ki-chart-line-up.ki-solid:before {
466
+ content: '\e992';
467
+ }
468
+ .ki-chart-line.ki-solid:before {
469
+ content: '\e993';
470
+ }
471
+ .ki-chart-pie-3.ki-solid:before {
472
+ content: '\e994';
473
+ }
474
+ .ki-chart-pie-4.ki-solid:before {
475
+ content: '\e995';
476
+ }
477
+ .ki-chart-pie-simple.ki-solid:before {
478
+ content: '\e996';
479
+ }
480
+ .ki-chart-pie-too.ki-solid:before {
481
+ content: '\e997';
482
+ }
483
+ .ki-chart-simple-2.ki-solid:before {
484
+ content: '\e998';
485
+ }
486
+ .ki-chart-simple-3.ki-solid:before {
487
+ content: '\e999';
488
+ }
489
+ .ki-chart-simple.ki-solid:before {
490
+ content: '\e99a';
491
+ }
492
+ .ki-chart.ki-solid:before {
493
+ content: '\e99b';
494
+ }
495
+ .ki-check-circle.ki-solid:before {
496
+ content: '\e99c';
497
+ }
498
+ .ki-check-squared.ki-solid:before {
499
+ content: '\e99d';
500
+ }
501
+ .ki-check.ki-solid:before {
502
+ content: '\e99e';
503
+ }
504
+ .ki-cheque.ki-solid:before {
505
+ content: '\e99f';
506
+ }
507
+ .ki-chrome.ki-solid:before {
508
+ content: '\e9a0';
509
+ }
510
+ .ki-classmates.ki-solid:before {
511
+ content: '\e9a1';
512
+ }
513
+ .ki-click.ki-solid:before {
514
+ content: '\e9a2';
515
+ }
516
+ .ki-clipboard.ki-solid:before {
517
+ content: '\e9a3';
518
+ }
519
+ .ki-cloud-add.ki-solid:before {
520
+ content: '\e9a4';
521
+ }
522
+ .ki-cloud-change.ki-solid:before {
523
+ content: '\e9a5';
524
+ }
525
+ .ki-cloud-download.ki-solid:before {
526
+ content: '\e9a6';
527
+ }
528
+ .ki-cloud.ki-solid:before {
529
+ content: '\e9a7';
530
+ }
531
+ .ki-code.ki-solid:before {
532
+ content: '\e9a8';
533
+ }
534
+ .ki-coffee.ki-solid:before {
535
+ content: '\e9a9';
536
+ }
537
+ .ki-color-swatch.ki-solid:before {
538
+ content: '\e9aa';
539
+ }
540
+ .ki-colors-square.ki-solid:before {
541
+ content: '\e9ab';
542
+ }
543
+ .ki-compass.ki-solid:before {
544
+ content: '\e9ac';
545
+ }
546
+ .ki-copy-success.ki-solid:before {
547
+ content: '\e9ad';
548
+ }
549
+ .ki-copy.ki-solid:before {
550
+ content: '\e9ae';
551
+ }
552
+ .ki-courier-express.ki-solid:before {
553
+ content: '\e9af';
554
+ }
555
+ .ki-courier.ki-solid:before {
556
+ content: '\e9b0';
557
+ }
558
+ .ki-credit-cart.ki-solid:before {
559
+ content: '\e9b1';
560
+ }
561
+ .ki-cross-circle.ki-solid:before {
562
+ content: '\e9b2';
563
+ }
564
+ .ki-cross-square.ki-solid:before {
565
+ content: '\e9b3';
566
+ }
567
+ .ki-cross.ki-solid:before {
568
+ content: '\e9b4';
569
+ }
570
+ .ki-crown-2.ki-solid:before {
571
+ content: '\e9b5';
572
+ }
573
+ .ki-crown.ki-solid:before {
574
+ content: '\e9b6';
575
+ }
576
+ .ki-css.ki-solid:before {
577
+ content: '\e9b7';
578
+ }
579
+ .ki-cube-2.ki-solid:before {
580
+ content: '\e9b8';
581
+ }
582
+ .ki-cube-3.ki-solid:before {
583
+ content: '\e9b9';
584
+ }
585
+ .ki-cup.ki-solid:before {
586
+ content: '\e9ba';
587
+ }
588
+ .ki-cursor.ki-solid:before {
589
+ content: '\e9bb';
590
+ }
591
+ .ki-dash.ki-solid:before {
592
+ content: '\e9bc';
593
+ }
594
+ .ki-data.ki-solid:before {
595
+ content: '\e9bd';
596
+ }
597
+ .ki-delete-files.ki-solid:before {
598
+ content: '\e9be';
599
+ }
600
+ .ki-delete-folder.ki-solid:before {
601
+ content: '\e9bf';
602
+ }
603
+ .ki-delivery-2.ki-solid:before {
604
+ content: '\e9c0';
605
+ }
606
+ .ki-delivery-3.ki-solid:before {
607
+ content: '\e9c1';
608
+ }
609
+ .ki-delivery-24.ki-solid:before {
610
+ content: '\e9c2';
611
+ }
612
+ .ki-delivery-door.ki-solid:before {
613
+ content: '\e9c3';
614
+ }
615
+ .ki-delivery-geolocation.ki-solid:before {
616
+ content: '\e9c4';
617
+ }
618
+ .ki-delivery-time.ki-solid:before {
619
+ content: '\e9c5';
620
+ }
621
+ .ki-delivery.ki-solid:before {
622
+ content: '\e9c6';
623
+ }
624
+ .ki-design-1.ki-solid:before {
625
+ content: '\e9c7';
626
+ }
627
+ .ki-design-2.ki-solid:before {
628
+ content: '\e9c8';
629
+ }
630
+ .ki-desktop-mobile.ki-solid:before {
631
+ content: '\e9c9';
632
+ }
633
+ .ki-devices-2.ki-solid:before {
634
+ content: '\e9ca';
635
+ }
636
+ .ki-devices.ki-solid:before {
637
+ content: '\e9cb';
638
+ }
639
+ .ki-diamonds.ki-solid:before {
640
+ content: '\e9cc';
641
+ }
642
+ .ki-directbox-default.ki-solid:before {
643
+ content: '\e9cd';
644
+ }
645
+ .ki-disconnect.ki-solid:before {
646
+ content: '\e9ce';
647
+ }
648
+ .ki-discount.ki-solid:before {
649
+ content: '\e9cf';
650
+ }
651
+ .ki-disguise.ki-solid:before {
652
+ content: '\e9d0';
653
+ }
654
+ .ki-disk.ki-solid:before {
655
+ content: '\e9d1';
656
+ }
657
+ .ki-dislike.ki-solid:before {
658
+ content: '\e9d2';
659
+ }
660
+ .ki-dj.ki-solid:before {
661
+ content: '\e9d3';
662
+ }
663
+ .ki-document.ki-solid:before {
664
+ content: '\e9d4';
665
+ }
666
+ .ki-double-check.ki-solid:before {
667
+ content: '\e9d5';
668
+ }
669
+ .ki-dollar.ki-solid:before {
670
+ content: '\e9d6';
671
+ }
672
+ .ki-dots-circle-vertical.ki-solid:before {
673
+ content: '\e9d7';
674
+ }
675
+ .ki-dots-circle.ki-solid:before {
676
+ content: '\e9d8';
677
+ }
678
+ .ki-dots-horizontal.ki-solid:before {
679
+ content: '\e9d9';
680
+ }
681
+ .ki-dots-square-vertical.ki-solid:before {
682
+ content: '\e9da';
683
+ }
684
+ .ki-dots-square.ki-solid:before {
685
+ content: '\e9db';
686
+ }
687
+ .ki-dots-vertical.ki-solid:before {
688
+ content: '\e9dc';
689
+ }
690
+ .ki-double-down.ki-solid:before {
691
+ content: '\e9dd';
692
+ }
693
+ .ki-double-left-arrow.ki-solid:before {
694
+ content: '\e9de';
695
+ }
696
+ .ki-double-left.ki-solid:before {
697
+ content: '\e9df';
698
+ }
699
+ .ki-double-right-arrow.ki-solid:before {
700
+ content: '\e9e0';
701
+ }
702
+ .ki-double-right.ki-solid:before {
703
+ content: '\e9e1';
704
+ }
705
+ .ki-double-up.ki-solid:before {
706
+ content: '\e9e2';
707
+ }
708
+ .ki-down-square.ki-solid:before {
709
+ content: '\e9e3';
710
+ }
711
+ .ki-down.ki-solid:before {
712
+ content: '\e9e4';
713
+ }
714
+ .ki-dribbble.ki-solid:before {
715
+ content: '\e9e5';
716
+ }
717
+ .ki-drop.ki-solid:before {
718
+ content: '\e9e6';
719
+ }
720
+ .ki-dropbox.ki-solid:before {
721
+ content: '\e9e7';
722
+ }
723
+ .ki-duble-check-circle.ki-solid:before {
724
+ content: '\e9e8';
725
+ }
726
+ .ki-educare-ekt.ki-solid:before {
727
+ content: '\e9e9';
728
+ }
729
+ .ki-electricity.ki-solid:before {
730
+ content: '\e9ea';
731
+ }
732
+ .ki-electronic-clock.ki-solid:before {
733
+ content: '\e9eb';
734
+ }
735
+ .ki-element-1.ki-solid:before {
736
+ content: '\e9ec';
737
+ }
738
+ .ki-element-2.ki-solid:before {
739
+ content: '\e9ed';
740
+ }
741
+ .ki-element-3.ki-solid:before {
742
+ content: '\e9ee';
743
+ }
744
+ .ki-element-4.ki-solid:before {
745
+ content: '\e9ef';
746
+ }
747
+ .ki-element-5.ki-solid:before {
748
+ content: '\e9f0';
749
+ }
750
+ .ki-element-6.ki-solid:before {
751
+ content: '\e9f1';
752
+ }
753
+ .ki-element-7.ki-solid:before {
754
+ content: '\e9f2';
755
+ }
756
+ .ki-element-8.ki-solid:before {
757
+ content: '\e9f3';
758
+ }
759
+ .ki-element-9.ki-solid:before {
760
+ content: '\e9f4';
761
+ }
762
+ .ki-element-10.ki-solid:before {
763
+ content: '\e9f5';
764
+ }
765
+ .ki-element-11.ki-solid:before {
766
+ content: '\e9f6';
767
+ }
768
+ .ki-element-12.ki-solid:before {
769
+ content: '\e9f7';
770
+ }
771
+ .ki-element-equal.ki-solid:before {
772
+ content: '\e9f8';
773
+ }
774
+ .ki-element-plus.ki-solid:before {
775
+ content: '\e9f9';
776
+ }
777
+ .ki-emoji-happy.ki-solid:before {
778
+ content: '\e9fa';
779
+ }
780
+ .ki-enjin-coin-enj.ki-solid:before {
781
+ content: '\e9fb';
782
+ }
783
+ .ki-ensure.ki-solid:before {
784
+ content: '\e9fc';
785
+ }
786
+ .ki-entrance-left.ki-solid:before {
787
+ content: '\e9fd';
788
+ }
789
+ .ki-entrance-right.ki-solid:before {
790
+ content: '\e9fe';
791
+ }
792
+ .ki-eraser.ki-solid:before {
793
+ content: '\e9ff';
794
+ }
795
+ .ki-euro.ki-solid:before {
796
+ content: '\ea00';
797
+ }
798
+ .ki-exit-down.ki-solid:before {
799
+ content: '\ea01';
800
+ }
801
+ .ki-exit-left.ki-solid:before {
802
+ content: '\ea02';
803
+ }
804
+ .ki-exit-right-corner.ki-solid:before {
805
+ content: '\ea03';
806
+ }
807
+ .ki-exit-right.ki-solid:before {
808
+ content: '\ea04';
809
+ }
810
+ .ki-exit-up.ki-solid:before {
811
+ content: '\ea05';
812
+ }
813
+ .ki-external-drive.ki-solid:before {
814
+ content: '\ea06';
815
+ }
816
+ .ki-eye-slash.ki-solid:before {
817
+ content: '\ea07';
818
+ }
819
+ .ki-eye.ki-solid:before {
820
+ content: '\ea08';
821
+ }
822
+ .ki-face-id.ki-solid:before {
823
+ content: '\ea09';
824
+ }
825
+ .ki-facebook.ki-solid:before {
826
+ content: '\ea0a';
827
+ }
828
+ .ki-fasten.ki-solid:before {
829
+ content: '\ea0b';
830
+ }
831
+ .ki-fatrows.ki-solid:before {
832
+ content: '\ea0c';
833
+ }
834
+ .ki-feather.ki-solid:before {
835
+ content: '\ea0d';
836
+ }
837
+ .ki-figma.ki-solid:before {
838
+ content: '\ea0e';
839
+ }
840
+ .ki-file-added.ki-solid:before {
841
+ content: '\ea0f';
842
+ }
843
+ .ki-file-deleted.ki-solid:before {
844
+ content: '\ea10';
845
+ }
846
+ .ki-file-down.ki-solid:before {
847
+ content: '\ea11';
848
+ }
849
+ .ki-file-left.ki-solid:before {
850
+ content: '\ea12';
851
+ }
852
+ .ki-file-right.ki-solid:before {
853
+ content: '\ea13';
854
+ }
855
+ .ki-file-sheet.ki-solid:before {
856
+ content: '\ea14';
857
+ }
858
+ .ki-file-up.ki-solid:before {
859
+ content: '\ea15';
860
+ }
861
+ .ki-files.ki-solid:before {
862
+ content: '\ea16';
863
+ }
864
+ .ki-filter-edit.ki-solid:before {
865
+ content: '\ea17';
866
+ }
867
+ .ki-filter-search.ki-solid:before {
868
+ content: '\ea18';
869
+ }
870
+ .ki-filter-square.ki-solid:before {
871
+ content: '\ea19';
872
+ }
873
+ .ki-filter-tablet.ki-solid:before {
874
+ content: '\ea1a';
875
+ }
876
+ .ki-filter-tick.ki-solid:before {
877
+ content: '\ea1b';
878
+ }
879
+ .ki-filter.ki-solid:before {
880
+ content: '\ea1c';
881
+ }
882
+ .ki-financial-schedule.ki-solid:before {
883
+ content: '\ea1d';
884
+ }
885
+ .ki-fingerprint-scanning.ki-solid:before {
886
+ content: '\ea1e';
887
+ }
888
+ .ki-flag.ki-solid:before {
889
+ content: '\ea1f';
890
+ }
891
+ .ki-flash-circle.ki-solid:before {
892
+ content: '\ea20';
893
+ }
894
+ .ki-flask.ki-solid:before {
895
+ content: '\ea21';
896
+ }
897
+ .ki-focus.ki-solid:before {
898
+ content: '\ea22';
899
+ }
900
+ .ki-folder-added.ki-solid:before {
901
+ content: '\ea23';
902
+ }
903
+ .ki-folder-down.ki-solid:before {
904
+ content: '\ea24';
905
+ }
906
+ .ki-folder-up.ki-solid:before {
907
+ content: '\ea25';
908
+ }
909
+ .ki-folder.ki-solid:before {
910
+ content: '\ea26';
911
+ }
912
+ .ki-frame.ki-solid:before {
913
+ content: '\ea27';
914
+ }
915
+ .ki-geolocation-home.ki-solid:before {
916
+ content: '\ea28';
917
+ }
918
+ .ki-geolocation.ki-solid:before {
919
+ content: '\ea29';
920
+ }
921
+ .ki-ghost.ki-solid:before {
922
+ content: '\ea2a';
923
+ }
924
+ .ki-gift.ki-solid:before {
925
+ content: '\ea2b';
926
+ }
927
+ .ki-github.ki-solid:before {
928
+ content: '\ea2c';
929
+ }
930
+ .ki-glass.ki-solid:before {
931
+ content: '\ea2d';
932
+ }
933
+ .ki-google-play.ki-solid:before {
934
+ content: '\ea2e';
935
+ }
936
+ .ki-google.ki-solid:before {
937
+ content: '\ea2f';
938
+ }
939
+ .ki-graph-2.ki-solid:before {
940
+ content: '\ea30';
941
+ }
942
+ .ki-graph-3.ki-solid:before {
943
+ content: '\ea31';
944
+ }
945
+ .ki-graph-4.ki-solid:before {
946
+ content: '\ea32';
947
+ }
948
+ .ki-graph-up.ki-solid:before {
949
+ content: '\ea33';
950
+ }
951
+ .ki-graph.ki-solid:before {
952
+ content: '\ea34';
953
+ }
954
+ .ki-grid-2.ki-solid:before {
955
+ content: '\ea35';
956
+ }
957
+ .ki-grid.ki-solid:before {
958
+ content: '\ea36';
959
+ }
960
+ .ki-handcart.ki-solid:before {
961
+ content: '\ea37';
962
+ }
963
+ .ki-happyemoji.ki-solid:before {
964
+ content: '\ea38';
965
+ }
966
+ .ki-heart-circle.ki-solid:before {
967
+ content: '\ea39';
968
+ }
969
+ .ki-heart.ki-solid:before {
970
+ content: '\ea3a';
971
+ }
972
+ .ki-home-1.ki-solid:before {
973
+ content: '\ea3b';
974
+ }
975
+ .ki-home-2.ki-solid:before {
976
+ content: '\ea3c';
977
+ }
978
+ .ki-home-3.ki-solid:before {
979
+ content: '\ea3d';
980
+ }
981
+ .ki-home.ki-solid:before {
982
+ content: '\ea3e';
983
+ }
984
+ .ki-html.ki-solid:before {
985
+ content: '\ea3f';
986
+ }
987
+ .ki-icon.ki-solid:before {
988
+ content: '\ea40';
989
+ }
990
+ .ki-illustrator.ki-solid:before {
991
+ content: '\ea41';
992
+ }
993
+ .ki-information-1.ki-solid:before {
994
+ content: '\ea42';
995
+ }
996
+ .ki-information-2.ki-solid:before {
997
+ content: '\ea43';
998
+ }
999
+ .ki-information-3.ki-solid:before {
1000
+ content: '\ea44';
1001
+ }
1002
+ .ki-information-4.ki-solid:before {
1003
+ content: '\ea45';
1004
+ }
1005
+ .ki-information.ki-solid:before {
1006
+ content: '\ea46';
1007
+ }
1008
+ .ki-instagram.ki-solid:before {
1009
+ content: '\ea47';
1010
+ }
1011
+ .ki-joystick.ki-solid:before {
1012
+ content: '\ea48';
1013
+ }
1014
+ .ki-js-2.ki-solid:before {
1015
+ content: '\ea49';
1016
+ }
1017
+ .ki-js.ki-solid:before {
1018
+ content: '\ea4a';
1019
+ }
1020
+ .ki-kanban.ki-solid:before {
1021
+ content: '\ea4b';
1022
+ }
1023
+ .ki-key-square.ki-solid:before {
1024
+ content: '\ea4c';
1025
+ }
1026
+ .ki-key.ki-solid:before {
1027
+ content: '\ea4d';
1028
+ }
1029
+ .ki-keyboard.ki-solid:before {
1030
+ content: '\ea4e';
1031
+ }
1032
+ .ki-laptop.ki-solid:before {
1033
+ content: '\ea4f';
1034
+ }
1035
+ .ki-laravel.ki-solid:before {
1036
+ content: '\ea50';
1037
+ }
1038
+ .ki-left-square.ki-solid:before {
1039
+ content: '\ea51';
1040
+ }
1041
+ .ki-left.ki-solid:before {
1042
+ content: '\ea52';
1043
+ }
1044
+ .ki-like-2.ki-solid:before {
1045
+ content: '\ea53';
1046
+ }
1047
+ .ki-like-folder.ki-solid:before {
1048
+ content: '\ea54';
1049
+ }
1050
+ .ki-like-shapes.ki-solid:before {
1051
+ content: '\ea55';
1052
+ }
1053
+ .ki-like-tag.ki-solid:before {
1054
+ content: '\ea56';
1055
+ }
1056
+ .ki-like.ki-solid:before {
1057
+ content: '\ea57';
1058
+ }
1059
+ .ki-loading.ki-solid:before {
1060
+ content: '\ea58';
1061
+ }
1062
+ .ki-lock-2.ki-solid:before {
1063
+ content: '\ea59';
1064
+ }
1065
+ .ki-lock-3.ki-solid:before {
1066
+ content: '\ea5a';
1067
+ }
1068
+ .ki-lock.ki-solid:before {
1069
+ content: '\ea5b';
1070
+ }
1071
+ .ki-logistic.ki-solid:before {
1072
+ content: '\ea5c';
1073
+ }
1074
+ .ki-lots-shopping.ki-solid:before {
1075
+ content: '\ea5d';
1076
+ }
1077
+ .ki-lovely.ki-solid:before {
1078
+ content: '\ea5e';
1079
+ }
1080
+ .ki-lts.ki-solid:before {
1081
+ content: '\ea5f';
1082
+ }
1083
+ .ki-magnifier.ki-solid:before {
1084
+ content: '\ea60';
1085
+ }
1086
+ .ki-map.ki-solid:before {
1087
+ content: '\ea61';
1088
+ }
1089
+ .ki-mask.ki-solid:before {
1090
+ content: '\ea62';
1091
+ }
1092
+ .ki-maximize.ki-solid:before {
1093
+ content: '\ea63';
1094
+ }
1095
+ .ki-medal-star.ki-solid:before {
1096
+ content: '\ea64';
1097
+ }
1098
+ .ki-menu.ki-solid:before {
1099
+ content: '\ea65';
1100
+ }
1101
+ .ki-message-add.ki-solid:before {
1102
+ content: '\ea66';
1103
+ }
1104
+ .ki-message-edit.ki-solid:before {
1105
+ content: '\ea67';
1106
+ }
1107
+ .ki-message-minus.ki-solid:before {
1108
+ content: '\ea68';
1109
+ }
1110
+ .ki-message-notify.ki-solid:before {
1111
+ content: '\ea69';
1112
+ }
1113
+ .ki-message-programming.ki-solid:before {
1114
+ content: '\ea6a';
1115
+ }
1116
+ .ki-message-question.ki-solid:before {
1117
+ content: '\ea6b';
1118
+ }
1119
+ .ki-message-text-2.ki-solid:before {
1120
+ content: '\ea6c';
1121
+ }
1122
+ .ki-message-text.ki-solid:before {
1123
+ content: '\ea6d';
1124
+ }
1125
+ .ki-messages.ki-solid:before {
1126
+ content: '\ea6e';
1127
+ }
1128
+ .ki-microsoft.ki-solid:before {
1129
+ content: '\ea6f';
1130
+ }
1131
+ .ki-milk.ki-solid:before {
1132
+ content: '\ea70';
1133
+ }
1134
+ .ki-minus-circle.ki-solid:before {
1135
+ content: '\ea71';
1136
+ }
1137
+ .ki-minus-folder.ki-solid:before {
1138
+ content: '\ea72';
1139
+ }
1140
+ .ki-minus-squared.ki-solid:before {
1141
+ content: '\ea73';
1142
+ }
1143
+ .ki-minus.ki-solid:before {
1144
+ content: '\ea74';
1145
+ }
1146
+ .ki-moon.ki-solid:before {
1147
+ content: '\ea75';
1148
+ }
1149
+ .ki-more-2.ki-solid:before {
1150
+ content: '\ea76';
1151
+ }
1152
+ .ki-mouse-circle.ki-solid:before {
1153
+ content: '\ea77';
1154
+ }
1155
+ .ki-mouse-square.ki-solid:before {
1156
+ content: '\ea78';
1157
+ }
1158
+ .ki-mouse.ki-solid:before {
1159
+ content: '\ea79';
1160
+ }
1161
+ .ki-nexo.ki-solid:before {
1162
+ content: '\ea7a';
1163
+ }
1164
+ .ki-night-day.ki-solid:before {
1165
+ content: '\ea7b';
1166
+ }
1167
+ .ki-note-2.ki-solid:before {
1168
+ content: '\ea7c';
1169
+ }
1170
+ .ki-note.ki-solid:before {
1171
+ content: '\ea7d';
1172
+ }
1173
+ .ki-notepad-bookmark.ki-solid:before {
1174
+ content: '\ea7e';
1175
+ }
1176
+ .ki-notepad-edit.ki-solid:before {
1177
+ content: '\ea7f';
1178
+ }
1179
+ .ki-notepad.ki-solid:before {
1180
+ content: '\ea80';
1181
+ }
1182
+ .ki-notification-1.ki-solid:before {
1183
+ content: '\ea81';
1184
+ }
1185
+ .ki-notification-bing.ki-solid:before {
1186
+ content: '\ea82';
1187
+ }
1188
+ .ki-notification-circle.ki-solid:before {
1189
+ content: '\ea83';
1190
+ }
1191
+ .ki-notification-favorite.ki-solid:before {
1192
+ content: '\ea84';
1193
+ }
1194
+ .ki-notification-on.ki-solid:before {
1195
+ content: '\ea85';
1196
+ }
1197
+ .ki-notification-status.ki-solid:before {
1198
+ content: '\ea86';
1199
+ }
1200
+ .ki-notification.ki-solid:before {
1201
+ content: '\ea87';
1202
+ }
1203
+ .ki-ocean.ki-solid:before {
1204
+ content: '\ea88';
1205
+ }
1206
+ .ki-office-bag.ki-solid:before {
1207
+ content: '\ea89';
1208
+ }
1209
+ .ki-package.ki-solid:before {
1210
+ content: '\ea8a';
1211
+ }
1212
+ .ki-pad.ki-solid:before {
1213
+ content: '\ea8b';
1214
+ }
1215
+ .ki-pails.ki-solid:before {
1216
+ content: '\ea8c';
1217
+ }
1218
+ .ki-paintbucket.ki-solid:before {
1219
+ content: '\ea8d';
1220
+ }
1221
+ .ki-paper-clip.ki-solid:before {
1222
+ content: '\ea8e';
1223
+ }
1224
+ .ki-paper-plane.ki-solid:before {
1225
+ content: '\ea8f';
1226
+ }
1227
+ .ki-parcel-tracking.ki-solid:before {
1228
+ content: '\ea90';
1229
+ }
1230
+ .ki-parcel.ki-solid:before {
1231
+ content: '\ea91';
1232
+ }
1233
+ .ki-password-check.ki-solid:before {
1234
+ content: '\ea92';
1235
+ }
1236
+ .ki-paypal.ki-solid:before {
1237
+ content: '\ea93';
1238
+ }
1239
+ .ki-pencil.ki-solid:before {
1240
+ content: '\ea94';
1241
+ }
1242
+ .ki-people.ki-solid:before {
1243
+ content: '\ea95';
1244
+ }
1245
+ .ki-percentage.ki-solid:before {
1246
+ content: '\ea96';
1247
+ }
1248
+ .ki-phone.ki-solid:before {
1249
+ content: '\ea97';
1250
+ }
1251
+ .ki-photoshop.ki-solid:before {
1252
+ content: '\ea98';
1253
+ }
1254
+ .ki-picture.ki-solid:before {
1255
+ content: '\ea99';
1256
+ }
1257
+ .ki-pill.ki-solid:before {
1258
+ content: '\ea9a';
1259
+ }
1260
+ .ki-pin.ki-solid:before {
1261
+ content: '\ea9b';
1262
+ }
1263
+ .ki-plus-circle.ki-solid:before {
1264
+ content: '\ea9c';
1265
+ }
1266
+ .ki-plus-squared.ki-solid:before {
1267
+ content: '\ea9d';
1268
+ }
1269
+ .ki-plus.ki-solid:before {
1270
+ content: '\ea9e';
1271
+ }
1272
+ .ki-pointers.ki-solid:before {
1273
+ content: '\ea9f';
1274
+ }
1275
+ .ki-price-tag.ki-solid:before {
1276
+ content: '\eaa0';
1277
+ }
1278
+ .ki-printer.ki-solid:before {
1279
+ content: '\eaa1';
1280
+ }
1281
+ .ki-profile-circle.ki-solid:before {
1282
+ content: '\eaa2';
1283
+ }
1284
+ .ki-pulse.ki-solid:before {
1285
+ content: '\eaa3';
1286
+ }
1287
+ .ki-purchase.ki-solid:before {
1288
+ content: '\eaa4';
1289
+ }
1290
+ .ki-python.ki-solid:before {
1291
+ content: '\eaa5';
1292
+ }
1293
+ .ki-question-2.ki-solid:before {
1294
+ content: '\eaa6';
1295
+ }
1296
+ .ki-question.ki-solid:before {
1297
+ content: '\eaa7';
1298
+ }
1299
+ .ki-questionnaire-tablet.ki-solid:before {
1300
+ content: '\eaa8';
1301
+ }
1302
+ .ki-ranking.ki-solid:before {
1303
+ content: '\eaa9';
1304
+ }
1305
+ .ki-react.ki-solid:before {
1306
+ content: '\eaaa';
1307
+ }
1308
+ .ki-receipt-square.ki-solid:before {
1309
+ content: '\eaab';
1310
+ }
1311
+ .ki-rescue.ki-solid:before {
1312
+ content: '\eaac';
1313
+ }
1314
+ .ki-right-left.ki-solid:before {
1315
+ content: '\eaad';
1316
+ }
1317
+ .ki-right-square.ki-solid:before {
1318
+ content: '\eaae';
1319
+ }
1320
+ .ki-right.ki-solid:before {
1321
+ content: '\eaaf';
1322
+ }
1323
+ .ki-rocket.ki-solid:before {
1324
+ content: '\eab0';
1325
+ }
1326
+ .ki-route.ki-solid:before {
1327
+ content: '\eab1';
1328
+ }
1329
+ .ki-router.ki-solid:before {
1330
+ content: '\eab2';
1331
+ }
1332
+ .ki-row-horizontal.ki-solid:before {
1333
+ content: '\eab3';
1334
+ }
1335
+ .ki-row-vertical.ki-solid:before {
1336
+ content: '\eab4';
1337
+ }
1338
+ .ki-safe-home.ki-solid:before {
1339
+ content: '\eab5';
1340
+ }
1341
+ .ki-satellite.ki-solid:before {
1342
+ content: '\eab6';
1343
+ }
1344
+ .ki-save-2.ki-solid:before {
1345
+ content: '\eab7';
1346
+ }
1347
+ .ki-save-deposit.ki-solid:before {
1348
+ content: '\eab8';
1349
+ }
1350
+ .ki-scan-barcode.ki-solid:before {
1351
+ content: '\eab9';
1352
+ }
1353
+ .ki-screen.ki-solid:before {
1354
+ content: '\eaba';
1355
+ }
1356
+ .ki-scroll.ki-solid:before {
1357
+ content: '\eabb';
1358
+ }
1359
+ .ki-search-list.ki-solid:before {
1360
+ content: '\eabc';
1361
+ }
1362
+ .ki-security-user.ki-solid:before {
1363
+ content: '\eabd';
1364
+ }
1365
+ .ki-setting-2.ki-solid:before {
1366
+ content: '\eabe';
1367
+ }
1368
+ .ki-setting-3.ki-solid:before {
1369
+ content: '\eabf';
1370
+ }
1371
+ .ki-setting-4.ki-solid:before {
1372
+ content: '\eac0';
1373
+ }
1374
+ .ki-setting.ki-solid:before {
1375
+ content: '\eac1';
1376
+ }
1377
+ .ki-share.ki-solid:before {
1378
+ content: '\eac2';
1379
+ }
1380
+ .ki-shield-cross.ki-solid:before {
1381
+ content: '\eac3';
1382
+ }
1383
+ .ki-shield-search.ki-solid:before {
1384
+ content: '\eac4';
1385
+ }
1386
+ .ki-shield-slash.ki-solid:before {
1387
+ content: '\eac5';
1388
+ }
1389
+ .ki-shield-tick.ki-solid:before {
1390
+ content: '\eac6';
1391
+ }
1392
+ .ki-shield.ki-solid:before {
1393
+ content: '\eac7';
1394
+ }
1395
+ .ki-ship.ki-solid:before {
1396
+ content: '\eac8';
1397
+ }
1398
+ .ki-shop.ki-solid:before {
1399
+ content: '\eac9';
1400
+ }
1401
+ .ki-simcard-2.ki-solid:before {
1402
+ content: '\eaca';
1403
+ }
1404
+ .ki-simcard.ki-solid:before {
1405
+ content: '\eacb';
1406
+ }
1407
+ .ki-size.ki-solid:before {
1408
+ content: '\eacc';
1409
+ }
1410
+ .ki-slack.ki-solid:before {
1411
+ content: '\eacd';
1412
+ }
1413
+ .ki-slider-horizontal-2.ki-solid:before {
1414
+ content: '\eace';
1415
+ }
1416
+ .ki-slider-horizontal.ki-solid:before {
1417
+ content: '\eacf';
1418
+ }
1419
+ .ki-slider-vertica.ki-solid:before {
1420
+ content: '\ead0';
1421
+ }
1422
+ .ki-slider-vertical.ki-solid:before {
1423
+ content: '\ead1';
1424
+ }
1425
+ .ki-slider.ki-solid:before {
1426
+ content: '\ead2';
1427
+ }
1428
+ .ki-sms.ki-solid:before {
1429
+ content: '\ead3';
1430
+ }
1431
+ .ki-snapchat.ki-solid:before {
1432
+ content: '\ead4';
1433
+ }
1434
+ .ki-social-media.ki-solid:before {
1435
+ content: '\ead5';
1436
+ }
1437
+ .ki-soft-2.ki-solid:before {
1438
+ content: '\ead6';
1439
+ }
1440
+ .ki-soft-3.ki-solid:before {
1441
+ content: '\ead7';
1442
+ }
1443
+ .ki-soft.ki-solid:before {
1444
+ content: '\ead8';
1445
+ }
1446
+ .ki-some-files.ki-solid:before {
1447
+ content: '\ead9';
1448
+ }
1449
+ .ki-sort.ki-solid:before {
1450
+ content: '\eada';
1451
+ }
1452
+ .ki-speaker.ki-solid:before {
1453
+ content: '\eadb';
1454
+ }
1455
+ .ki-spotify.ki-solid:before {
1456
+ content: '\eadc';
1457
+ }
1458
+ .ki-spring-framework.ki-solid:before {
1459
+ content: '\eadd';
1460
+ }
1461
+ .ki-square-brackets.ki-solid:before {
1462
+ content: '\eade';
1463
+ }
1464
+ .ki-star.ki-solid:before {
1465
+ content: '\eadf';
1466
+ }
1467
+ .ki-status.ki-solid:before {
1468
+ content: '\eae0';
1469
+ }
1470
+ .ki-subtitle.ki-solid:before {
1471
+ content: '\eae1';
1472
+ }
1473
+ .ki-sun.ki-solid:before {
1474
+ content: '\eae2';
1475
+ }
1476
+ .ki-support.ki-solid:before {
1477
+ content: '\eae3';
1478
+ }
1479
+ .ki-switch.ki-solid:before {
1480
+ content: '\eae4';
1481
+ }
1482
+ .ki-syringe.ki-solid:before {
1483
+ content: '\eae5';
1484
+ }
1485
+ .ki-tab-tablet.ki-solid:before {
1486
+ content: '\eae6';
1487
+ }
1488
+ .ki-tablet-delete.ki-solid:before {
1489
+ content: '\eae7';
1490
+ }
1491
+ .ki-tablet-down.ki-solid:before {
1492
+ content: '\eae8';
1493
+ }
1494
+ .ki-tablet-ok.ki-solid:before {
1495
+ content: '\eae9';
1496
+ }
1497
+ .ki-tablet-text-down.ki-solid:before {
1498
+ content: '\eaea';
1499
+ }
1500
+ .ki-tablet-text-up.ki-solid:before {
1501
+ content: '\eaeb';
1502
+ }
1503
+ .ki-tablet-up.ki-solid:before {
1504
+ content: '\eaec';
1505
+ }
1506
+ .ki-tablet.ki-solid:before {
1507
+ content: '\eaed';
1508
+ }
1509
+ .ki-tag-cross.ki-solid:before {
1510
+ content: '\eaee';
1511
+ }
1512
+ .ki-tag.ki-solid:before {
1513
+ content: '\eaef';
1514
+ }
1515
+ .ki-teacher.ki-solid:before {
1516
+ content: '\eaf0';
1517
+ }
1518
+ .ki-technology-1.ki-solid:before {
1519
+ content: '\eaf1';
1520
+ }
1521
+ .ki-technology-2.ki-solid:before {
1522
+ content: '\eaf2';
1523
+ }
1524
+ .ki-technology-3.ki-solid:before {
1525
+ content: '\eaf3';
1526
+ }
1527
+ .ki-technology-4.ki-solid:before {
1528
+ content: '\eaf4';
1529
+ }
1530
+ .ki-telephone-geolocation.ki-solid:before {
1531
+ content: '\eaf5';
1532
+ }
1533
+ .ki-test-tubes.ki-solid:before {
1534
+ content: '\eaf6';
1535
+ }
1536
+ .ki-text-bold.ki-solid:before {
1537
+ content: '\eaf7';
1538
+ }
1539
+ .ki-text-circle.ki-solid:before {
1540
+ content: '\eaf8';
1541
+ }
1542
+ .ki-text-italic.ki-solid:before {
1543
+ content: '\eaf9';
1544
+ }
1545
+ .ki-text-number.ki-solid:before {
1546
+ content: '\eafa';
1547
+ }
1548
+ .ki-text-strikethrough.ki-solid:before {
1549
+ content: '\eafb';
1550
+ }
1551
+ .ki-text-underline.ki-solid:before {
1552
+ content: '\eafc';
1553
+ }
1554
+ .ki-text.ki-solid:before {
1555
+ content: '\eafd';
1556
+ }
1557
+ .ki-textalign-center.ki-solid:before {
1558
+ content: '\eafe';
1559
+ }
1560
+ .ki-textalign-justifycenter.ki-solid:before {
1561
+ content: '\eaff';
1562
+ }
1563
+ .ki-textalign-left.ki-solid:before {
1564
+ content: '\eb00';
1565
+ }
1566
+ .ki-textalign-right.ki-solid:before {
1567
+ content: '\eb01';
1568
+ }
1569
+ .ki-thermometer.ki-solid:before {
1570
+ content: '\eb02';
1571
+ }
1572
+ .ki-theta-theta.ki-solid:before {
1573
+ content: '\eb03';
1574
+ }
1575
+ .ki-tiktok.ki-solid:before {
1576
+ content: '\eb04';
1577
+ }
1578
+ .ki-time.ki-solid:before {
1579
+ content: '\eb05';
1580
+ }
1581
+ .ki-timer.ki-solid:before {
1582
+ content: '\eb06';
1583
+ }
1584
+ .ki-to-left.ki-solid:before {
1585
+ content: '\eb07';
1586
+ }
1587
+ .ki-to-right.ki-solid:before {
1588
+ content: '\eb08';
1589
+ }
1590
+ .ki-toggle-off-circle.ki-solid:before {
1591
+ content: '\eb09';
1592
+ }
1593
+ .ki-toggle-off.ki-solid:before {
1594
+ content: '\eb0a';
1595
+ }
1596
+ .ki-toggle-on-circle.ki-solid:before {
1597
+ content: '\eb0b';
1598
+ }
1599
+ .ki-toggle-on.ki-solid:before {
1600
+ content: '\eb0c';
1601
+ }
1602
+ .ki-trash-square.ki-solid:before {
1603
+ content: '\eb0d';
1604
+ }
1605
+ .ki-trash.ki-solid:before {
1606
+ content: '\eb0e';
1607
+ }
1608
+ .ki-tree.ki-solid:before {
1609
+ content: '\eb0f';
1610
+ }
1611
+ .ki-trello.ki-solid:before {
1612
+ content: '\eb10';
1613
+ }
1614
+ .ki-ts.ki-solid:before {
1615
+ content: '\eb11';
1616
+ }
1617
+ .ki-twitch.ki-solid:before {
1618
+ content: '\eb12';
1619
+ }
1620
+ .ki-twitter.ki-solid:before {
1621
+ content: '\eb13';
1622
+ }
1623
+ .ki-two-credit-cart.ki-solid:before {
1624
+ content: '\eb14';
1625
+ }
1626
+ .ki-underlining.ki-solid:before {
1627
+ content: '\eb15';
1628
+ }
1629
+ .ki-up-diagonal.ki-solid:before {
1630
+ content: '\eb16';
1631
+ }
1632
+ .ki-up-down.ki-solid:before {
1633
+ content: '\eb17';
1634
+ }
1635
+ .ki-up-square.ki-solid:before {
1636
+ content: '\eb18';
1637
+ }
1638
+ .ki-up.ki-solid:before {
1639
+ content: '\eb19';
1640
+ }
1641
+ .ki-update-file.ki-solid:before {
1642
+ content: '\eb1a';
1643
+ }
1644
+ .ki-update-folder.ki-solid:before {
1645
+ content: '\eb1b';
1646
+ }
1647
+ .ki-user-edit.ki-solid:before {
1648
+ content: '\eb1c';
1649
+ }
1650
+ .ki-user-square.ki-solid:before {
1651
+ content: '\eb1d';
1652
+ }
1653
+ .ki-user-tick.ki-solid:before {
1654
+ content: '\eb1e';
1655
+ }
1656
+ .ki-user.ki-solid:before {
1657
+ content: '\eb1f';
1658
+ }
1659
+ .ki-users.ki-solid:before {
1660
+ content: '\eb20';
1661
+ }
1662
+ .ki-verify.ki-solid:before {
1663
+ content: '\eb21';
1664
+ }
1665
+ .ki-vibe-vibe.ki-solid:before {
1666
+ content: '\eb22';
1667
+ }
1668
+ .ki-virus.ki-solid:before {
1669
+ content: '\eb23';
1670
+ }
1671
+ .ki-vue.ki-solid:before {
1672
+ content: '\eb24';
1673
+ }
1674
+ .ki-vuesax.ki-solid:before {
1675
+ content: '\eb25';
1676
+ }
1677
+ .ki-wallet.ki-solid:before {
1678
+ content: '\eb26';
1679
+ }
1680
+ .ki-wanchain-wan.ki-solid:before {
1681
+ content: '\eb27';
1682
+ }
1683
+ .ki-watch.ki-solid:before {
1684
+ content: '\eb28';
1685
+ }
1686
+ .ki-whatsapp.ki-solid:before {
1687
+ content: '\eb29';
1688
+ }
1689
+ .ki-wifi-home.ki-solid:before {
1690
+ content: '\eb2a';
1691
+ }
1692
+ .ki-wifi-square.ki-solid:before {
1693
+ content: '\eb2b';
1694
+ }
1695
+ .ki-wifi.ki-solid:before {
1696
+ content: '\eb2c';
1697
+ }
1698
+ .ki-wireframe.ki-solid:before {
1699
+ content: '\eb2d';
1700
+ }
1701
+ .ki-wlan.ki-solid:before {
1702
+ content: '\eb2e';
1703
+ }
1704
+ .ki-wrench.ki-solid:before {
1705
+ content: '\eb2f';
1706
+ }
1707
+ .ki-xaomi.ki-solid:before {
1708
+ content: '\eb30';
1709
+ }
1710
+ .ki-xd.ki-solid:before {
1711
+ content: '\eb31';
1712
+ }
1713
+ .ki-xmr.ki-solid:before {
1714
+ content: '\eb32';
1715
+ }
1716
+ .ki-yii.ki-solid:before {
1717
+ content: '\eb33';
1718
+ }
1719
+ .ki-youtube.ki-solid:before {
1720
+ content: '\eb34';
1721
+ }