@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,4931 @@
1
+ @font-face {
2
+ font-family: 'keenicons-duotone';
3
+ src:
4
+ url('fonts/keenicons-duotone.ttf?gcn9yo') format('truetype'),
5
+ url('fonts/keenicons-duotone.woff?gcn9yo') format('woff'),
6
+ url('fonts/keenicons-duotone.svg?gcn9yo#keenicons-duotone') format('svg');
7
+ font-weight: normal;
8
+ font-style: normal;
9
+ font-display: block;
10
+ }
11
+
12
+ .ki-duotone {
13
+ line-height: 1;
14
+ position: relative;
15
+ display: inline-flex;
16
+ }
17
+
18
+ .ki-duotone:after,
19
+ .ki-duotone:before {
20
+ /* use !important to prevent issues with browser extensions that change fonts */
21
+ font-family: 'keenicons-duotone' !important;
22
+ speak: never;
23
+ font-style: normal;
24
+ font-weight: normal;
25
+ font-variant: normal;
26
+ text-transform: none;
27
+ /* Better Font Rendering =========== */
28
+ -webkit-font-smoothing: antialiased;
29
+ -moz-osx-font-smoothing: grayscale;
30
+ display: inline-flex;
31
+ }
32
+
33
+ .ki-abstract-1.ki-duotone:after {
34
+ content: '\e900';
35
+
36
+ opacity: 0.3;
37
+ }
38
+ .ki-abstract-1.ki-duotone:before {
39
+ content: '\e901';
40
+ position: absolute;
41
+ }
42
+ .ki-abstract-2.ki-duotone:after {
43
+ content: '\e902';
44
+
45
+ opacity: 0.3;
46
+ }
47
+ .ki-abstract-2.ki-duotone:before {
48
+ content: '\e903';
49
+ position: absolute;
50
+ }
51
+ .ki-abstract-3.ki-duotone:after {
52
+ content: '\e904';
53
+
54
+ opacity: 0.3;
55
+ }
56
+ .ki-abstract-3.ki-duotone:before {
57
+ content: '\e905';
58
+ position: absolute;
59
+ }
60
+ .ki-abstract-4.ki-duotone:after {
61
+ content: '\e906';
62
+
63
+ opacity: 0.3;
64
+ }
65
+ .ki-abstract-4.ki-duotone:before {
66
+ content: '\e907';
67
+ position: absolute;
68
+ }
69
+ .ki-abstract-5.ki-duotone:after {
70
+ content: '\e908';
71
+
72
+ opacity: 0.3;
73
+ }
74
+ .ki-abstract-5.ki-duotone:before {
75
+ content: '\e909';
76
+ position: absolute;
77
+ }
78
+ .ki-abstract-6.ki-duotone:before {
79
+ content: '\e90a';
80
+ }
81
+ .ki-abstract-7.ki-duotone:after {
82
+ content: '\e90b';
83
+
84
+ opacity: 0.3;
85
+ }
86
+ .ki-abstract-7.ki-duotone:before {
87
+ content: '\e90c';
88
+ position: absolute;
89
+ }
90
+ .ki-abstract-8.ki-duotone:after {
91
+ content: '\e90d';
92
+
93
+ opacity: 0.3;
94
+ }
95
+ .ki-abstract-8.ki-duotone:before {
96
+ content: '\e90e';
97
+ position: absolute;
98
+ }
99
+ .ki-abstract-9.ki-duotone:after {
100
+ content: '\e90f';
101
+
102
+ opacity: 0.3;
103
+ }
104
+ .ki-abstract-9.ki-duotone:before {
105
+ content: '\e910';
106
+ position: absolute;
107
+ }
108
+ .ki-abstract-10.ki-duotone:after {
109
+ content: '\e911';
110
+
111
+ opacity: 0.3;
112
+ }
113
+ .ki-abstract-10.ki-duotone:before {
114
+ content: '\e912';
115
+ position: absolute;
116
+ }
117
+ .ki-abstract-11.ki-duotone:after {
118
+ content: '\e913';
119
+
120
+ opacity: 0.3;
121
+ }
122
+ .ki-abstract-11.ki-duotone:before {
123
+ content: '\e914';
124
+ position: absolute;
125
+ }
126
+ .ki-abstract-12.ki-duotone:after {
127
+ content: '\e915';
128
+
129
+ opacity: 0.3;
130
+ }
131
+ .ki-abstract-12.ki-duotone:before {
132
+ content: '\e916';
133
+ position: absolute;
134
+ }
135
+ .ki-abstract-13.ki-duotone:after {
136
+ content: '\e917';
137
+
138
+ opacity: 0.3;
139
+ }
140
+ .ki-abstract-13.ki-duotone:before {
141
+ content: '\e918';
142
+ position: absolute;
143
+ }
144
+ .ki-abstract-14.ki-duotone:after {
145
+ content: '\e919';
146
+ }
147
+ .ki-abstract-14.ki-duotone:before {
148
+ content: '\e91a';
149
+ position: absolute;
150
+
151
+ opacity: 0.3;
152
+ }
153
+ .ki-abstract-15.ki-duotone:after {
154
+ content: '\e91b';
155
+
156
+ opacity: 0.3;
157
+ }
158
+ .ki-abstract-15.ki-duotone:before {
159
+ content: '\e91c';
160
+ position: absolute;
161
+ }
162
+ .ki-abstract-16.ki-duotone:after {
163
+ content: '\e91d';
164
+
165
+ opacity: 0.3;
166
+ }
167
+ .ki-abstract-16.ki-duotone:before {
168
+ content: '\e91e';
169
+ position: absolute;
170
+ }
171
+ .ki-abstract-17.ki-duotone:after {
172
+ content: '\e91f';
173
+ }
174
+ .ki-abstract-17.ki-duotone:before {
175
+ content: '\e920';
176
+ position: absolute;
177
+
178
+ opacity: 0.3;
179
+ }
180
+ .ki-abstract-18.ki-duotone:after {
181
+ content: '\e921';
182
+ }
183
+ .ki-abstract-18.ki-duotone:before {
184
+ content: '\e922';
185
+ position: absolute;
186
+
187
+ opacity: 0.3;
188
+ }
189
+ .ki-abstract-19.ki-duotone:after {
190
+ content: '\e923';
191
+ }
192
+ .ki-abstract-19.ki-duotone:before {
193
+ content: '\e924';
194
+ position: absolute;
195
+
196
+ opacity: 0.3;
197
+ }
198
+ .ki-abstract-20.ki-duotone:after {
199
+ content: '\e925';
200
+ }
201
+ .ki-abstract-20.ki-duotone:before {
202
+ content: '\e926';
203
+ position: absolute;
204
+
205
+ opacity: 0.3;
206
+ }
207
+ .ki-abstract-21.ki-duotone:after {
208
+ content: '\e927';
209
+
210
+ opacity: 0.3;
211
+ }
212
+ .ki-abstract-21.ki-duotone:before {
213
+ content: '\e928';
214
+ position: absolute;
215
+ }
216
+ .ki-abstract-22.ki-duotone:after {
217
+ content: '\e929';
218
+
219
+ opacity: 0.3;
220
+ }
221
+ .ki-abstract-22.ki-duotone:before {
222
+ content: '\e92a';
223
+ position: absolute;
224
+ }
225
+ .ki-abstract-23.ki-duotone:after {
226
+ content: '\e92b';
227
+
228
+ opacity: 0.3;
229
+ }
230
+ .ki-abstract-23.ki-duotone:before {
231
+ content: '\e92c';
232
+ position: absolute;
233
+ }
234
+ .ki-abstract-24.ki-duotone:after {
235
+ content: '\e92d';
236
+ }
237
+ .ki-abstract-24.ki-duotone:before {
238
+ content: '\e92e';
239
+ position: absolute;
240
+
241
+ opacity: 0.3;
242
+ }
243
+ .ki-abstract-25.ki-duotone:after {
244
+ content: '\e92f';
245
+
246
+ opacity: 0.3;
247
+ }
248
+ .ki-abstract-25.ki-duotone:before {
249
+ content: '\e930';
250
+ position: absolute;
251
+ }
252
+ .ki-abstract-26.ki-duotone:after {
253
+ content: '\e931';
254
+
255
+ opacity: 0.3;
256
+ }
257
+ .ki-abstract-26.ki-duotone:before {
258
+ content: '\e932';
259
+ position: absolute;
260
+ }
261
+ .ki-abstract-27.ki-duotone:after {
262
+ content: '\e933';
263
+ }
264
+ .ki-abstract-27.ki-duotone:before {
265
+ content: '\e934';
266
+ position: absolute;
267
+
268
+ opacity: 0.3;
269
+ }
270
+ .ki-abstract-28.ki-duotone:after {
271
+ content: '\e935';
272
+ }
273
+ .ki-abstract-28.ki-duotone:before {
274
+ content: '\e936';
275
+ position: absolute;
276
+
277
+ opacity: 0.3;
278
+ }
279
+ .ki-abstract-29.ki-duotone:after {
280
+ content: '\e937';
281
+ }
282
+ .ki-abstract-29.ki-duotone:before {
283
+ content: '\e938';
284
+ position: absolute;
285
+
286
+ opacity: 0.3;
287
+ }
288
+ .ki-abstract-30.ki-duotone:after {
289
+ content: '\e939';
290
+ }
291
+ .ki-abstract-30.ki-duotone:before {
292
+ content: '\e93a';
293
+ position: absolute;
294
+
295
+ opacity: 0.3;
296
+ }
297
+ .ki-abstract-31.ki-duotone:after {
298
+ content: '\e93b';
299
+ }
300
+ .ki-abstract-31.ki-duotone:before {
301
+ content: '\e93c';
302
+ position: absolute;
303
+
304
+ opacity: 0.3;
305
+ }
306
+ .ki-abstract-32.ki-duotone:after {
307
+ content: '\e93d';
308
+ }
309
+ .ki-abstract-32.ki-duotone:before {
310
+ content: '\e93e';
311
+ position: absolute;
312
+
313
+ opacity: 0.3;
314
+ }
315
+ .ki-abstract-33.ki-duotone:after {
316
+ content: '\e93f';
317
+
318
+ opacity: 0.3;
319
+ }
320
+ .ki-abstract-33.ki-duotone:before {
321
+ content: '\e940';
322
+ position: absolute;
323
+ }
324
+ .ki-abstract-34.ki-duotone:after {
325
+ content: '\e941';
326
+
327
+ opacity: 0.3;
328
+ }
329
+ .ki-abstract-34.ki-duotone:before {
330
+ content: '\e942';
331
+ position: absolute;
332
+ }
333
+ .ki-abstract-35.ki-duotone:after {
334
+ content: '\e943';
335
+ }
336
+ .ki-abstract-35.ki-duotone:before {
337
+ content: '\e944';
338
+ position: absolute;
339
+
340
+ opacity: 0.3;
341
+ }
342
+ .ki-abstract-36.ki-duotone:after {
343
+ content: '\e945';
344
+ }
345
+ .ki-abstract-36.ki-duotone:before {
346
+ content: '\e946';
347
+ position: absolute;
348
+
349
+ opacity: 0.3;
350
+ }
351
+ .ki-abstract-37.ki-duotone:after {
352
+ content: '\e947';
353
+
354
+ opacity: 0.3;
355
+ }
356
+ .ki-abstract-37.ki-duotone:before {
357
+ content: '\e948';
358
+ position: absolute;
359
+ }
360
+ .ki-abstract-38.ki-duotone:after {
361
+ content: '\e949';
362
+ }
363
+ .ki-abstract-38.ki-duotone:before {
364
+ content: '\e94a';
365
+ position: absolute;
366
+
367
+ opacity: 0.3;
368
+ }
369
+ .ki-abstract-39.ki-duotone:after {
370
+ content: '\e94b';
371
+
372
+ opacity: 0.3;
373
+ }
374
+ .ki-abstract-39.ki-duotone:before {
375
+ content: '\e94c';
376
+ position: absolute;
377
+ }
378
+ .ki-abstract-40.ki-duotone:after {
379
+ content: '\e94d';
380
+ }
381
+ .ki-abstract-40.ki-duotone:before {
382
+ content: '\e94e';
383
+ position: absolute;
384
+
385
+ opacity: 0.3;
386
+ }
387
+ .ki-abstract-41.ki-duotone:after {
388
+ content: '\e94f';
389
+ }
390
+ .ki-abstract-41.ki-duotone:before {
391
+ content: '\e950';
392
+ position: absolute;
393
+
394
+ opacity: 0.3;
395
+ }
396
+ .ki-abstract-42.ki-duotone:after {
397
+ content: '\e951';
398
+
399
+ opacity: 0.3;
400
+ }
401
+ .ki-abstract-42.ki-duotone:before {
402
+ content: '\e952';
403
+ position: absolute;
404
+ }
405
+ .ki-abstract-43.ki-duotone:after {
406
+ content: '\e953';
407
+
408
+ opacity: 0.3;
409
+ }
410
+ .ki-abstract-43.ki-duotone:before {
411
+ content: '\e954';
412
+ position: absolute;
413
+ }
414
+ .ki-abstract-44.ki-duotone:after {
415
+ content: '\e955';
416
+ }
417
+ .ki-abstract-44.ki-duotone:before {
418
+ content: '\e956';
419
+ position: absolute;
420
+
421
+ opacity: 0.3;
422
+ }
423
+ .ki-abstract-45.ki-duotone:after {
424
+ content: '\e957';
425
+ }
426
+ .ki-abstract-45.ki-duotone:before {
427
+ content: '\e958';
428
+ position: absolute;
429
+
430
+ opacity: 0.3;
431
+ }
432
+ .ki-abstract-46.ki-duotone:after {
433
+ content: '\e959';
434
+
435
+ opacity: 0.3;
436
+ }
437
+ .ki-abstract-46.ki-duotone:before {
438
+ content: '\e95a';
439
+ position: absolute;
440
+ }
441
+ .ki-abstract-47.ki-duotone:after {
442
+ content: '\e95b';
443
+
444
+ opacity: 0.3;
445
+ }
446
+ .ki-abstract-47.ki-duotone:before {
447
+ content: '\e95c';
448
+ position: absolute;
449
+ }
450
+ .ki-abstract-48.ki-duotone:after {
451
+ content: '\e95d';
452
+
453
+ opacity: 0.3;
454
+ }
455
+ .ki-abstract-48.ki-duotone:before {
456
+ content: '\e95e';
457
+ position: absolute;
458
+ }
459
+ .ki-abstract-49.ki-duotone:after {
460
+ content: '\e95f';
461
+
462
+ opacity: 0.3;
463
+ }
464
+ .ki-abstract-49.ki-duotone:before {
465
+ content: '\e960';
466
+ position: absolute;
467
+ }
468
+ .ki-abstract.ki-duotone:after {
469
+ content: '\e961';
470
+
471
+ opacity: 0.3;
472
+ }
473
+ .ki-abstract.ki-duotone:before {
474
+ content: '\e962';
475
+ position: absolute;
476
+ }
477
+ .ki-add-files.ki-duotone:after {
478
+ content: '\e963';
479
+
480
+ opacity: 0.3;
481
+ }
482
+ .ki-add-files.ki-duotone:before {
483
+ content: '\e964';
484
+ position: absolute;
485
+ }
486
+ .ki-add-folder.ki-duotone:after {
487
+ content: '\e965';
488
+
489
+ opacity: 0.3;
490
+ }
491
+ .ki-add-folder.ki-duotone:before {
492
+ content: '\e966';
493
+ position: absolute;
494
+ }
495
+ .ki-add-notepad.ki-duotone:after {
496
+ content: '\e967';
497
+
498
+ opacity: 0.3;
499
+ }
500
+ .ki-add-notepad.ki-duotone:before {
501
+ content: '\e968';
502
+ position: absolute;
503
+ }
504
+ .ki-additem.ki-duotone:after {
505
+ content: '\e969';
506
+
507
+ opacity: 0.3;
508
+ }
509
+ .ki-additem.ki-duotone:before {
510
+ content: '\e96a';
511
+ position: absolute;
512
+ }
513
+ .ki-address-book.ki-duotone:after {
514
+ content: '\e96b';
515
+ }
516
+ .ki-address-book.ki-duotone:before {
517
+ content: '\e96c';
518
+ position: absolute;
519
+
520
+ opacity: 0.3;
521
+ }
522
+ .ki-airplane-square.ki-duotone:after {
523
+ content: '\e96d';
524
+
525
+ opacity: 0.3;
526
+ }
527
+ .ki-airplane-square.ki-duotone:before {
528
+ content: '\e96e';
529
+ position: absolute;
530
+ }
531
+ .ki-airplane.ki-duotone:after {
532
+ content: '\e96f';
533
+
534
+ opacity: 0.3;
535
+ }
536
+ .ki-airplane.ki-duotone:before {
537
+ content: '\e970';
538
+ position: absolute;
539
+ }
540
+ .ki-airpod.ki-duotone:after {
541
+ content: '\e971';
542
+
543
+ opacity: 0.3;
544
+ }
545
+ .ki-airpod.ki-duotone:before {
546
+ content: '\e972';
547
+ position: absolute;
548
+ }
549
+ .ki-android.ki-duotone:after {
550
+ content: '\e973';
551
+ }
552
+ .ki-android.ki-duotone:before {
553
+ content: '\e974';
554
+ position: absolute;
555
+
556
+ opacity: 0.3;
557
+ }
558
+ .ki-angular.ki-duotone:after {
559
+ content: '\e975';
560
+ }
561
+ .ki-angular.ki-duotone:before {
562
+ content: '\e976';
563
+ position: absolute;
564
+
565
+ opacity: 0.3;
566
+ }
567
+ .ki-apple.ki-duotone:before {
568
+ content: '\e977';
569
+ }
570
+ .ki-archive-tick.ki-duotone:after {
571
+ content: '\e978';
572
+
573
+ opacity: 0.3;
574
+ }
575
+ .ki-archive-tick.ki-duotone:before {
576
+ content: '\e979';
577
+ position: absolute;
578
+ }
579
+ .ki-archive.ki-duotone:after {
580
+ content: '\e97a';
581
+
582
+ opacity: 0.3;
583
+ }
584
+ .ki-archive.ki-duotone:before {
585
+ content: '\e97b';
586
+ position: absolute;
587
+ }
588
+ .ki-arrow-circle-left.ki-duotone:after {
589
+ content: '\e97c';
590
+
591
+ opacity: 0.3;
592
+ }
593
+ .ki-arrow-circle-left.ki-duotone:before {
594
+ content: '\e97d';
595
+ position: absolute;
596
+ }
597
+ .ki-arrow-circle-right.ki-duotone:after {
598
+ content: '\e97e';
599
+
600
+ opacity: 0.3;
601
+ }
602
+ .ki-arrow-circle-right.ki-duotone:before {
603
+ content: '\e97f';
604
+ position: absolute;
605
+ }
606
+ .ki-arrow-down-left.ki-duotone:after {
607
+ content: '\e980';
608
+
609
+ opacity: 0.3;
610
+ }
611
+ .ki-arrow-down-left.ki-duotone:before {
612
+ content: '\e981';
613
+ position: absolute;
614
+ }
615
+ .ki-arrow-down-refraction.ki-duotone:after {
616
+ content: '\e982';
617
+ }
618
+ .ki-arrow-down-refraction.ki-duotone:before {
619
+ content: '\e983';
620
+ position: absolute;
621
+
622
+ opacity: 0.3;
623
+ }
624
+ .ki-arrow-down-right.ki-duotone:after {
625
+ content: '\e984';
626
+
627
+ opacity: 0.3;
628
+ }
629
+ .ki-arrow-down-right.ki-duotone:before {
630
+ content: '\e985';
631
+ position: absolute;
632
+ }
633
+ .ki-arrow-down.ki-duotone:after {
634
+ content: '\e986';
635
+
636
+ opacity: 0.3;
637
+ }
638
+ .ki-arrow-down.ki-duotone:before {
639
+ content: '\e987';
640
+ position: absolute;
641
+ }
642
+ .ki-arrow-left.ki-duotone:after {
643
+ content: '\e988';
644
+
645
+ opacity: 0.3;
646
+ }
647
+ .ki-arrow-left.ki-duotone:before {
648
+ content: '\e989';
649
+ position: absolute;
650
+ }
651
+ .ki-arrow-mix.ki-duotone:after {
652
+ content: '\e98a';
653
+
654
+ opacity: 0.3;
655
+ }
656
+ .ki-arrow-mix.ki-duotone:before {
657
+ content: '\e98b';
658
+ position: absolute;
659
+ }
660
+ .ki-arrow-right-left.ki-duotone:after {
661
+ content: '\e98c';
662
+ }
663
+ .ki-arrow-right-left.ki-duotone:before {
664
+ content: '\e98d';
665
+ position: absolute;
666
+
667
+ opacity: 0.3;
668
+ }
669
+ .ki-arrow-right.ki-duotone:after {
670
+ content: '\e98e';
671
+
672
+ opacity: 0.3;
673
+ }
674
+ .ki-arrow-right.ki-duotone:before {
675
+ content: '\e98f';
676
+ position: absolute;
677
+ }
678
+ .ki-arrow-two-diagonals.ki-duotone:after {
679
+ content: '\e990';
680
+
681
+ opacity: 0.3;
682
+ }
683
+ .ki-arrow-two-diagonals.ki-duotone:before {
684
+ content: '\e991';
685
+ position: absolute;
686
+ }
687
+ .ki-arrow-up-down.ki-duotone:after {
688
+ content: '\e992';
689
+ }
690
+ .ki-arrow-up-down.ki-duotone:before {
691
+ content: '\e993';
692
+ position: absolute;
693
+
694
+ opacity: 0.3;
695
+ }
696
+ .ki-arrow-up-left.ki-duotone:after {
697
+ content: '\e994';
698
+
699
+ opacity: 0.3;
700
+ }
701
+ .ki-arrow-up-left.ki-duotone:before {
702
+ content: '\e995';
703
+ position: absolute;
704
+ }
705
+ .ki-arrow-up-refraction.ki-duotone:after {
706
+ content: '\e996';
707
+ }
708
+ .ki-arrow-up-refraction.ki-duotone:before {
709
+ content: '\e997';
710
+ position: absolute;
711
+
712
+ opacity: 0.3;
713
+ }
714
+ .ki-arrow-up-right.ki-duotone:after {
715
+ content: '\e998';
716
+
717
+ opacity: 0.3;
718
+ }
719
+ .ki-arrow-up-right.ki-duotone:before {
720
+ content: '\e999';
721
+ position: absolute;
722
+ }
723
+ .ki-arrow-up.ki-duotone:after {
724
+ content: '\e99a';
725
+
726
+ opacity: 0.3;
727
+ }
728
+ .ki-arrow-up.ki-duotone:before {
729
+ content: '\e99b';
730
+ position: absolute;
731
+ }
732
+ .ki-arrow-zigzag.ki-duotone:after {
733
+ content: '\e99c';
734
+ }
735
+ .ki-arrow-zigzag.ki-duotone:before {
736
+ content: '\e99d';
737
+ position: absolute;
738
+
739
+ opacity: 0.3;
740
+ }
741
+ .ki-arrows-circle.ki-duotone:after {
742
+ content: '\e99e';
743
+
744
+ opacity: 0.3;
745
+ }
746
+ .ki-arrows-circle.ki-duotone:before {
747
+ content: '\e99f';
748
+ position: absolute;
749
+ }
750
+ .ki-arrows-loop.ki-duotone:after {
751
+ content: '\e9a0';
752
+
753
+ opacity: 0.3;
754
+ }
755
+ .ki-arrows-loop.ki-duotone:before {
756
+ content: '\e9a1';
757
+ position: absolute;
758
+ }
759
+ .ki-artificial-intelligence.ki-duotone:after {
760
+ content: '\e9a2';
761
+
762
+ opacity: 0.3;
763
+ }
764
+ .ki-artificial-intelligence.ki-duotone:before {
765
+ content: '\e9a3';
766
+ position: absolute;
767
+ }
768
+ .ki-autobrightness.ki-duotone:after {
769
+ content: '\e9a4';
770
+
771
+ opacity: 0.3;
772
+ }
773
+ .ki-autobrightness.ki-duotone:before {
774
+ content: '\e9a5';
775
+ position: absolute;
776
+ }
777
+ .ki-avalanche-avax.ki-duotone:after {
778
+ content: '\e9a6';
779
+
780
+ opacity: 0.3;
781
+ }
782
+ .ki-avalanche-avax.ki-duotone:before {
783
+ content: '\e9a7';
784
+ position: absolute;
785
+ }
786
+ .ki-award.ki-duotone:after {
787
+ content: '\e9a8';
788
+
789
+ opacity: 0.3;
790
+ }
791
+ .ki-award.ki-duotone:before {
792
+ content: '\e9a9';
793
+ position: absolute;
794
+ }
795
+ .ki-badge.ki-duotone:after {
796
+ content: '\e9aa';
797
+
798
+ opacity: 0.3;
799
+ }
800
+ .ki-badge.ki-duotone:before {
801
+ content: '\e9ab';
802
+ position: absolute;
803
+ }
804
+ .ki-bandage.ki-duotone:after {
805
+ content: '\e9ac';
806
+
807
+ opacity: 0.3;
808
+ }
809
+ .ki-bandage.ki-duotone:before {
810
+ content: '\e9ad';
811
+ position: absolute;
812
+ }
813
+ .ki-bank.ki-duotone:after {
814
+ content: '\e9ae';
815
+
816
+ opacity: 0.3;
817
+ }
818
+ .ki-bank.ki-duotone:before {
819
+ content: '\e9af';
820
+ position: absolute;
821
+ }
822
+ .ki-bar-chart.ki-duotone:after {
823
+ content: '\e9b0';
824
+ }
825
+ .ki-bar-chart.ki-duotone:before {
826
+ content: '\e9b1';
827
+ position: absolute;
828
+
829
+ opacity: 0.3;
830
+ }
831
+ .ki-barcode.ki-duotone:after {
832
+ content: '\e9b2';
833
+ }
834
+ .ki-barcode.ki-duotone:before {
835
+ content: '\e9b3';
836
+ position: absolute;
837
+
838
+ opacity: 0.3;
839
+ }
840
+ .ki-basket-ok.ki-duotone:after {
841
+ content: '\e9b4';
842
+
843
+ opacity: 0.3;
844
+ }
845
+ .ki-basket-ok.ki-duotone:before {
846
+ content: '\e9b5';
847
+ position: absolute;
848
+ }
849
+ .ki-basket.ki-duotone:after {
850
+ content: '\e9b6';
851
+
852
+ opacity: 0.3;
853
+ }
854
+ .ki-basket.ki-duotone:before {
855
+ content: '\e9b7';
856
+ position: absolute;
857
+ }
858
+ .ki-behance.ki-duotone:after {
859
+ content: '\e9b8';
860
+ }
861
+ .ki-behance.ki-duotone:before {
862
+ content: '\e9b9';
863
+ position: absolute;
864
+
865
+ opacity: 0.3;
866
+ }
867
+ .ki-bill.ki-duotone:after {
868
+ content: '\e9ba';
869
+
870
+ opacity: 0.3;
871
+ }
872
+ .ki-bill.ki-duotone:before {
873
+ content: '\e9bb';
874
+ position: absolute;
875
+ }
876
+ .ki-binance-usd-busd.ki-duotone:after {
877
+ content: '\e9bc';
878
+ }
879
+ .ki-binance-usd-busd.ki-duotone:before {
880
+ content: '\e9bd';
881
+ position: absolute;
882
+
883
+ opacity: 0.3;
884
+ }
885
+ .ki-binance.ki-duotone:after {
886
+ content: '\e9be';
887
+
888
+ opacity: 0.3;
889
+ }
890
+ .ki-binance.ki-duotone:before {
891
+ content: '\e9bf';
892
+ position: absolute;
893
+ }
894
+ .ki-bitcoin.ki-duotone:after {
895
+ content: '\e9c0';
896
+
897
+ opacity: 0.3;
898
+ }
899
+ .ki-bitcoin.ki-duotone:before {
900
+ content: '\e9c1';
901
+ position: absolute;
902
+ }
903
+ .ki-black-down.ki-duotone:before {
904
+ content: '\e9c2';
905
+ }
906
+ .ki-black-left-line.ki-duotone:after {
907
+ content: '\e9c3';
908
+ }
909
+ .ki-black-left-line.ki-duotone:before {
910
+ content: '\e9c4';
911
+ position: absolute;
912
+
913
+ opacity: 0.3;
914
+ }
915
+ .ki-black-left.ki-duotone:before {
916
+ content: '\e9c5';
917
+ }
918
+ .ki-black-right-line.ki-duotone:after {
919
+ content: '\e9c6';
920
+ }
921
+ .ki-black-right-line.ki-duotone:before {
922
+ content: '\e9c7';
923
+ position: absolute;
924
+
925
+ opacity: 0.3;
926
+ }
927
+ .ki-black-right.ki-duotone:before {
928
+ content: '\e9c8';
929
+ }
930
+ .ki-black-up.ki-duotone:before {
931
+ content: '\e9c9';
932
+ }
933
+ .ki-bluetooth.ki-duotone:after {
934
+ content: '\e9ca';
935
+ }
936
+ .ki-bluetooth.ki-duotone:before {
937
+ content: '\e9cb';
938
+ position: absolute;
939
+
940
+ opacity: 0.3;
941
+ }
942
+ .ki-book-open.ki-duotone:after {
943
+ content: '\e9cc';
944
+
945
+ opacity: 0.3;
946
+ }
947
+ .ki-book-open.ki-duotone:before {
948
+ content: '\e9cd';
949
+ position: absolute;
950
+ }
951
+ .ki-book-square.ki-duotone:after {
952
+ content: '\e9ce';
953
+
954
+ opacity: 0.3;
955
+ }
956
+ .ki-book-square.ki-duotone:before {
957
+ content: '\e9cf';
958
+ position: absolute;
959
+ }
960
+ .ki-book.ki-duotone:after {
961
+ content: '\e9d0';
962
+
963
+ opacity: 0.3;
964
+ }
965
+ .ki-book.ki-duotone:before {
966
+ content: '\e9d1';
967
+ position: absolute;
968
+ }
969
+ .ki-bookmark-2.ki-duotone:after {
970
+ content: '\e9d2';
971
+
972
+ opacity: 0.3;
973
+ }
974
+ .ki-bookmark-2.ki-duotone:before {
975
+ content: '\e9d3';
976
+ position: absolute;
977
+ }
978
+ .ki-bookmark.ki-duotone:after {
979
+ content: '\e9d4';
980
+
981
+ opacity: 0.3;
982
+ }
983
+ .ki-bookmark.ki-duotone:before {
984
+ content: '\e9d5';
985
+ position: absolute;
986
+ }
987
+ .ki-bootstrap.ki-duotone:after {
988
+ content: '\e9d6';
989
+
990
+ opacity: 0.3;
991
+ }
992
+ .ki-bootstrap.ki-duotone:before {
993
+ content: '\e9d7';
994
+ position: absolute;
995
+ }
996
+ .ki-briefcase.ki-duotone:after {
997
+ content: '\e9d8';
998
+
999
+ opacity: 0.3;
1000
+ }
1001
+ .ki-briefcase.ki-duotone:before {
1002
+ content: '\e9d9';
1003
+ position: absolute;
1004
+ }
1005
+ .ki-brifecase-cros.ki-duotone:after {
1006
+ content: '\e9da';
1007
+
1008
+ opacity: 0.3;
1009
+ }
1010
+ .ki-brifecase-cros.ki-duotone:before {
1011
+ content: '\e9db';
1012
+ position: absolute;
1013
+ }
1014
+ .ki-brifecase-tick.ki-duotone:after {
1015
+ content: '\e9dc';
1016
+
1017
+ opacity: 0.3;
1018
+ }
1019
+ .ki-brifecase-tick.ki-duotone:before {
1020
+ content: '\e9dd';
1021
+ position: absolute;
1022
+ }
1023
+ .ki-brifecase-timer.ki-duotone:after {
1024
+ content: '\e9de';
1025
+
1026
+ opacity: 0.3;
1027
+ }
1028
+ .ki-brifecase-timer.ki-duotone:before {
1029
+ content: '\e9df';
1030
+ position: absolute;
1031
+ }
1032
+ .ki-brush.ki-duotone:after {
1033
+ content: '\e9e0';
1034
+
1035
+ opacity: 0.3;
1036
+ }
1037
+ .ki-brush.ki-duotone:before {
1038
+ content: '\e9e1';
1039
+ position: absolute;
1040
+ }
1041
+ .ki-bucket-square.ki-duotone:after {
1042
+ content: '\e9e2';
1043
+
1044
+ opacity: 0.3;
1045
+ }
1046
+ .ki-bucket-square.ki-duotone:before {
1047
+ content: '\e9e3';
1048
+ position: absolute;
1049
+ }
1050
+ .ki-bucket.ki-duotone:after {
1051
+ content: '\e9e4';
1052
+
1053
+ opacity: 0.3;
1054
+ }
1055
+ .ki-bucket.ki-duotone:before {
1056
+ content: '\e9e5';
1057
+ position: absolute;
1058
+ }
1059
+ .ki-burger-menu-1.ki-duotone:after {
1060
+ content: '\e9e6';
1061
+
1062
+ opacity: 0.3;
1063
+ }
1064
+ .ki-burger-menu-1.ki-duotone:before {
1065
+ content: '\e9e7';
1066
+ position: absolute;
1067
+ }
1068
+ .ki-burger-menu-2.ki-duotone:after {
1069
+ content: '\e9e8';
1070
+
1071
+ opacity: 0.3;
1072
+ }
1073
+ .ki-burger-menu-2.ki-duotone:before {
1074
+ content: '\e9e9';
1075
+ position: absolute;
1076
+ }
1077
+ .ki-burger-menu-3.ki-duotone:after {
1078
+ content: '\e9ea';
1079
+
1080
+ opacity: 0.3;
1081
+ }
1082
+ .ki-burger-menu-3.ki-duotone:before {
1083
+ content: '\e9eb';
1084
+ position: absolute;
1085
+ }
1086
+ .ki-burger-menu-4.ki-duotone:before {
1087
+ content: '\e9ec';
1088
+ }
1089
+ .ki-burger-menu-5.ki-duotone:before {
1090
+ content: '\e9ed';
1091
+ }
1092
+ .ki-burger-menu-6.ki-duotone:before {
1093
+ content: '\e9ee';
1094
+ }
1095
+ .ki-burger-menu.ki-duotone:after {
1096
+ content: '\e9ef';
1097
+
1098
+ opacity: 0.3;
1099
+ }
1100
+ .ki-burger-menu.ki-duotone:before {
1101
+ content: '\e9f0';
1102
+ position: absolute;
1103
+ }
1104
+ .ki-bus.ki-duotone:after {
1105
+ content: '\e9f1';
1106
+
1107
+ opacity: 0.3;
1108
+ }
1109
+ .ki-bus.ki-duotone:before {
1110
+ content: '\e9f2';
1111
+ position: absolute;
1112
+ }
1113
+ .ki-calculator.ki-duotone:after {
1114
+ content: '\e9f3';
1115
+
1116
+ opacity: 0.3;
1117
+ }
1118
+ .ki-calculator.ki-duotone:before {
1119
+ content: '\e9f4';
1120
+ position: absolute;
1121
+ }
1122
+ .ki-calculatoror.ki-duotone:after {
1123
+ content: '\e9f5';
1124
+
1125
+ opacity: 0.3;
1126
+ }
1127
+ .ki-calculatoror.ki-duotone:before {
1128
+ content: '\e9f6';
1129
+ position: absolute;
1130
+ }
1131
+ .ki-calendar-2.ki-duotone:after {
1132
+ content: '\e9f7';
1133
+
1134
+ opacity: 0.3;
1135
+ }
1136
+ .ki-calendar-2.ki-duotone:before {
1137
+ content: '\e9f8';
1138
+ position: absolute;
1139
+ }
1140
+ .ki-calendar-8.ki-duotone:after {
1141
+ content: '\e9f9';
1142
+
1143
+ opacity: 0.3;
1144
+ }
1145
+ .ki-calendar-8.ki-duotone:before {
1146
+ content: '\e9fa';
1147
+ position: absolute;
1148
+ }
1149
+ .ki-calendar-add.ki-duotone:after {
1150
+ content: '\e9fb';
1151
+
1152
+ opacity: 0.3;
1153
+ }
1154
+ .ki-calendar-add.ki-duotone:before {
1155
+ content: '\e9fc';
1156
+ position: absolute;
1157
+ }
1158
+ .ki-calendar-edit.ki-duotone:after {
1159
+ content: '\e9fd';
1160
+
1161
+ opacity: 0.3;
1162
+ }
1163
+ .ki-calendar-edit.ki-duotone:before {
1164
+ content: '\e9fe';
1165
+ position: absolute;
1166
+ }
1167
+ .ki-calendar-remove.ki-duotone:after {
1168
+ content: '\e9ff';
1169
+
1170
+ opacity: 0.3;
1171
+ }
1172
+ .ki-calendar-remove.ki-duotone:before {
1173
+ content: '\ea00';
1174
+ position: absolute;
1175
+ }
1176
+ .ki-calendar-search.ki-duotone:after {
1177
+ content: '\ea01';
1178
+
1179
+ opacity: 0.3;
1180
+ }
1181
+ .ki-calendar-search.ki-duotone:before {
1182
+ content: '\ea02';
1183
+ position: absolute;
1184
+ }
1185
+ .ki-calendar-tick.ki-duotone:after {
1186
+ content: '\ea03';
1187
+
1188
+ opacity: 0.3;
1189
+ }
1190
+ .ki-calendar-tick.ki-duotone:before {
1191
+ content: '\ea04';
1192
+ position: absolute;
1193
+ }
1194
+ .ki-calendar.ki-duotone:after {
1195
+ content: '\ea05';
1196
+
1197
+ opacity: 0.3;
1198
+ }
1199
+ .ki-calendar.ki-duotone:before {
1200
+ content: '\ea06';
1201
+ position: absolute;
1202
+ }
1203
+ .ki-call.ki-duotone:after {
1204
+ content: '\ea07';
1205
+
1206
+ opacity: 0.3;
1207
+ }
1208
+ .ki-call.ki-duotone:before {
1209
+ content: '\ea08';
1210
+ position: absolute;
1211
+ }
1212
+ .ki-capsule.ki-duotone:after {
1213
+ content: '\ea09';
1214
+
1215
+ opacity: 0.3;
1216
+ }
1217
+ .ki-capsule.ki-duotone:before {
1218
+ content: '\ea0a';
1219
+ position: absolute;
1220
+ }
1221
+ .ki-car.ki-duotone:after {
1222
+ content: '\ea0b';
1223
+
1224
+ opacity: 0.3;
1225
+ }
1226
+ .ki-car.ki-duotone:before {
1227
+ content: '\ea0c';
1228
+ position: absolute;
1229
+ }
1230
+ .ki-category.ki-duotone:after {
1231
+ content: '\ea0d';
1232
+
1233
+ opacity: 0.3;
1234
+ }
1235
+ .ki-category.ki-duotone:before {
1236
+ content: '\ea0e';
1237
+ position: absolute;
1238
+ }
1239
+ .ki-cd.ki-duotone:after {
1240
+ content: '\ea0f';
1241
+ }
1242
+ .ki-cd.ki-duotone:before {
1243
+ content: '\ea10';
1244
+ position: absolute;
1245
+
1246
+ opacity: 0.3;
1247
+ }
1248
+ .ki-celsius-cel.ki-duotone:after {
1249
+ content: '\ea11';
1250
+ }
1251
+ .ki-celsius-cel.ki-duotone:before {
1252
+ content: '\ea12';
1253
+ position: absolute;
1254
+
1255
+ opacity: 0.3;
1256
+ }
1257
+ .ki-chart-line-down-2.ki-duotone:after {
1258
+ content: '\ea13';
1259
+
1260
+ opacity: 0.3;
1261
+ }
1262
+ .ki-chart-line-down-2.ki-duotone:before {
1263
+ content: '\ea14';
1264
+ position: absolute;
1265
+ }
1266
+ .ki-chart-line-down.ki-duotone:after {
1267
+ content: '\ea15';
1268
+
1269
+ opacity: 0.3;
1270
+ }
1271
+ .ki-chart-line-down.ki-duotone:before {
1272
+ content: '\ea16';
1273
+ position: absolute;
1274
+ }
1275
+ .ki-chart-line-star.ki-duotone:after {
1276
+ content: '\ea17';
1277
+ }
1278
+ .ki-chart-line-star.ki-duotone:before {
1279
+ content: '\ea18';
1280
+ position: absolute;
1281
+
1282
+ opacity: 0.3;
1283
+ }
1284
+ .ki-chart-line-up-2.ki-duotone:after {
1285
+ content: '\ea19';
1286
+ }
1287
+ .ki-chart-line-up-2.ki-duotone:before {
1288
+ content: '\ea1a';
1289
+ position: absolute;
1290
+
1291
+ opacity: 0.3;
1292
+ }
1293
+ .ki-chart-line-up.ki-duotone:after {
1294
+ content: '\ea1b';
1295
+ }
1296
+ .ki-chart-line-up.ki-duotone:before {
1297
+ content: '\ea1c';
1298
+ position: absolute;
1299
+
1300
+ opacity: 0.3;
1301
+ }
1302
+ .ki-chart-line.ki-duotone:after {
1303
+ content: '\ea1d';
1304
+
1305
+ opacity: 0.3;
1306
+ }
1307
+ .ki-chart-line.ki-duotone:before {
1308
+ content: '\ea1e';
1309
+ position: absolute;
1310
+ }
1311
+ .ki-chart-pie-3.ki-duotone:after {
1312
+ content: '\ea1f';
1313
+ }
1314
+ .ki-chart-pie-3.ki-duotone:before {
1315
+ content: '\ea20';
1316
+ position: absolute;
1317
+
1318
+ opacity: 0.3;
1319
+ }
1320
+ .ki-chart-pie-4.ki-duotone:after {
1321
+ content: '\ea21';
1322
+ }
1323
+ .ki-chart-pie-4.ki-duotone:before {
1324
+ content: '\ea22';
1325
+ position: absolute;
1326
+
1327
+ opacity: 0.3;
1328
+ }
1329
+ .ki-chart-pie-simple.ki-duotone:after {
1330
+ content: '\ea23';
1331
+ }
1332
+ .ki-chart-pie-simple.ki-duotone:before {
1333
+ content: '\ea24';
1334
+ position: absolute;
1335
+
1336
+ opacity: 0.3;
1337
+ }
1338
+ .ki-chart-pie-too.ki-duotone:after {
1339
+ content: '\ea25';
1340
+
1341
+ opacity: 0.3;
1342
+ }
1343
+ .ki-chart-pie-too.ki-duotone:before {
1344
+ content: '\ea26';
1345
+ position: absolute;
1346
+ }
1347
+ .ki-chart-simple-2.ki-duotone:after {
1348
+ content: '\ea27';
1349
+ }
1350
+ .ki-chart-simple-2.ki-duotone:before {
1351
+ content: '\ea28';
1352
+ position: absolute;
1353
+
1354
+ opacity: 0.3;
1355
+ }
1356
+ .ki-chart-simple-3.ki-duotone:after {
1357
+ content: '\ea29';
1358
+ }
1359
+ .ki-chart-simple-3.ki-duotone:before {
1360
+ content: '\ea2a';
1361
+ position: absolute;
1362
+
1363
+ opacity: 0.3;
1364
+ }
1365
+ .ki-chart-simple.ki-duotone:after {
1366
+ content: '\ea2b';
1367
+ }
1368
+ .ki-chart-simple.ki-duotone:before {
1369
+ content: '\ea2c';
1370
+ position: absolute;
1371
+
1372
+ opacity: 0.3;
1373
+ }
1374
+ .ki-chart.ki-duotone:after {
1375
+ content: '\ea2d';
1376
+ }
1377
+ .ki-chart.ki-duotone:before {
1378
+ content: '\ea2e';
1379
+ position: absolute;
1380
+
1381
+ opacity: 0.3;
1382
+ }
1383
+ .ki-check-circle.ki-duotone:after {
1384
+ content: '\ea2f';
1385
+
1386
+ opacity: 0.3;
1387
+ }
1388
+ .ki-check-circle.ki-duotone:before {
1389
+ content: '\ea30';
1390
+ position: absolute;
1391
+ }
1392
+ .ki-check-squared.ki-duotone:after {
1393
+ content: '\ea31';
1394
+
1395
+ opacity: 0.3;
1396
+ }
1397
+ .ki-check-squared.ki-duotone:before {
1398
+ content: '\ea32';
1399
+ position: absolute;
1400
+ }
1401
+ .ki-check.ki-duotone:before {
1402
+ content: '\ea33';
1403
+ }
1404
+ .ki-cheque.ki-duotone:after {
1405
+ content: '\ea34';
1406
+ }
1407
+ .ki-cheque.ki-duotone:before {
1408
+ content: '\ea35';
1409
+ position: absolute;
1410
+
1411
+ opacity: 0.3;
1412
+ }
1413
+ .ki-chrome.ki-duotone:after {
1414
+ content: '\ea36';
1415
+
1416
+ opacity: 0.3;
1417
+ }
1418
+ .ki-chrome.ki-duotone:before {
1419
+ content: '\ea37';
1420
+ position: absolute;
1421
+ }
1422
+ .ki-classmates.ki-duotone:after {
1423
+ content: '\ea38';
1424
+ }
1425
+ .ki-classmates.ki-duotone:before {
1426
+ content: '\ea39';
1427
+ position: absolute;
1428
+
1429
+ opacity: 0.3;
1430
+ }
1431
+ .ki-click.ki-duotone:after {
1432
+ content: '\ea3a';
1433
+ }
1434
+ .ki-click.ki-duotone:before {
1435
+ content: '\ea3b';
1436
+ position: absolute;
1437
+
1438
+ opacity: 0.3;
1439
+ }
1440
+ .ki-clipboard.ki-duotone:after {
1441
+ content: '\ea3c';
1442
+
1443
+ opacity: 0.3;
1444
+ }
1445
+ .ki-clipboard.ki-duotone:before {
1446
+ content: '\ea3d';
1447
+ position: absolute;
1448
+ }
1449
+ .ki-cloud-add.ki-duotone:after {
1450
+ content: '\ea3e';
1451
+ }
1452
+ .ki-cloud-add.ki-duotone:before {
1453
+ content: '\ea3f';
1454
+ position: absolute;
1455
+
1456
+ opacity: 0.3;
1457
+ }
1458
+ .ki-cloud-change.ki-duotone:after {
1459
+ content: '\ea40';
1460
+ }
1461
+ .ki-cloud-change.ki-duotone:before {
1462
+ content: '\ea41';
1463
+ position: absolute;
1464
+
1465
+ opacity: 0.3;
1466
+ }
1467
+ .ki-cloud-download.ki-duotone:after {
1468
+ content: '\ea42';
1469
+
1470
+ opacity: 0.3;
1471
+ }
1472
+ .ki-cloud-download.ki-duotone:before {
1473
+ content: '\ea43';
1474
+ position: absolute;
1475
+ }
1476
+ .ki-cloud.ki-duotone:before {
1477
+ content: '\ea44';
1478
+ }
1479
+ .ki-code.ki-duotone:after {
1480
+ content: '\ea45';
1481
+
1482
+ opacity: 0.3;
1483
+ }
1484
+ .ki-code.ki-duotone:before {
1485
+ content: '\ea46';
1486
+ position: absolute;
1487
+ }
1488
+ .ki-coffee.ki-duotone:after {
1489
+ content: '\ea47';
1490
+
1491
+ opacity: 0.3;
1492
+ }
1493
+ .ki-coffee.ki-duotone:before {
1494
+ content: '\ea48';
1495
+ position: absolute;
1496
+ }
1497
+ .ki-color-swatch.ki-duotone:after {
1498
+ content: '\ea49';
1499
+
1500
+ opacity: 0.3;
1501
+ }
1502
+ .ki-color-swatch.ki-duotone:before {
1503
+ content: '\ea4a';
1504
+ position: absolute;
1505
+ }
1506
+ .ki-colors-square.ki-duotone:after {
1507
+ content: '\ea4b';
1508
+
1509
+ opacity: 0.3;
1510
+ }
1511
+ .ki-colors-square.ki-duotone:before {
1512
+ content: '\ea4c';
1513
+ position: absolute;
1514
+ }
1515
+ .ki-compass.ki-duotone:after {
1516
+ content: '\ea4d';
1517
+ }
1518
+ .ki-compass.ki-duotone:before {
1519
+ content: '\ea4e';
1520
+ position: absolute;
1521
+
1522
+ opacity: 0.3;
1523
+ }
1524
+ .ki-copy-success.ki-duotone:after {
1525
+ content: '\ea4f';
1526
+ }
1527
+ .ki-copy-success.ki-duotone:before {
1528
+ content: '\ea50';
1529
+ position: absolute;
1530
+
1531
+ opacity: 0.3;
1532
+ }
1533
+ .ki-copy.ki-duotone:before {
1534
+ content: '\ea51';
1535
+ }
1536
+ .ki-courier-express.ki-duotone:after {
1537
+ content: '\ea52';
1538
+ }
1539
+ .ki-courier-express.ki-duotone:before {
1540
+ content: '\ea53';
1541
+ position: absolute;
1542
+
1543
+ opacity: 0.3;
1544
+ }
1545
+ .ki-courier.ki-duotone:after {
1546
+ content: '\ea54';
1547
+
1548
+ opacity: 0.3;
1549
+ }
1550
+ .ki-courier.ki-duotone:before {
1551
+ content: '\ea55';
1552
+ position: absolute;
1553
+ }
1554
+ .ki-credit-cart.ki-duotone:after {
1555
+ content: '\ea56';
1556
+
1557
+ opacity: 0.3;
1558
+ }
1559
+ .ki-credit-cart.ki-duotone:before {
1560
+ content: '\ea57';
1561
+ position: absolute;
1562
+ }
1563
+ .ki-cross-circle.ki-duotone:after {
1564
+ content: '\ea58';
1565
+
1566
+ opacity: 0.3;
1567
+ }
1568
+ .ki-cross-circle.ki-duotone:before {
1569
+ content: '\ea59';
1570
+ position: absolute;
1571
+ }
1572
+ .ki-cross-square.ki-duotone:after {
1573
+ content: '\ea5a';
1574
+
1575
+ opacity: 0.3;
1576
+ }
1577
+ .ki-cross-square.ki-duotone:before {
1578
+ content: '\ea5b';
1579
+ position: absolute;
1580
+ }
1581
+ .ki-cross.ki-duotone:before {
1582
+ content: '\ea5c';
1583
+ }
1584
+ .ki-crown-2.ki-duotone:after {
1585
+ content: '\ea5d';
1586
+
1587
+ opacity: 0.3;
1588
+ }
1589
+ .ki-crown-2.ki-duotone:before {
1590
+ content: '\ea5e';
1591
+ position: absolute;
1592
+ }
1593
+ .ki-crown.ki-duotone:after {
1594
+ content: '\ea5f';
1595
+
1596
+ opacity: 0.3;
1597
+ }
1598
+ .ki-crown.ki-duotone:before {
1599
+ content: '\ea60';
1600
+ position: absolute;
1601
+ }
1602
+ .ki-css.ki-duotone:after {
1603
+ content: '\ea61';
1604
+
1605
+ opacity: 0.3;
1606
+ }
1607
+ .ki-css.ki-duotone:before {
1608
+ content: '\ea62';
1609
+ position: absolute;
1610
+ }
1611
+ .ki-cube-2.ki-duotone:after {
1612
+ content: '\ea63';
1613
+
1614
+ opacity: 0.3;
1615
+ }
1616
+ .ki-cube-2.ki-duotone:before {
1617
+ content: '\ea64';
1618
+ position: absolute;
1619
+ }
1620
+ .ki-cube-3.ki-duotone:after {
1621
+ content: '\ea65';
1622
+
1623
+ opacity: 0.3;
1624
+ }
1625
+ .ki-cube-3.ki-duotone:before {
1626
+ content: '\ea66';
1627
+ position: absolute;
1628
+ }
1629
+ .ki-cup.ki-duotone:after {
1630
+ content: '\ea67';
1631
+
1632
+ opacity: 0.3;
1633
+ }
1634
+ .ki-cup.ki-duotone:before {
1635
+ content: '\ea68';
1636
+ position: absolute;
1637
+ }
1638
+ .ki-cursor.ki-duotone:after {
1639
+ content: '\ea69';
1640
+
1641
+ opacity: 0.3;
1642
+ }
1643
+ .ki-cursor.ki-duotone:before {
1644
+ content: '\ea6a';
1645
+ position: absolute;
1646
+ }
1647
+ .ki-dash.ki-duotone:after {
1648
+ content: '\ea6b';
1649
+
1650
+ opacity: 0.3;
1651
+ }
1652
+ .ki-dash.ki-duotone:before {
1653
+ content: '\ea6c';
1654
+ position: absolute;
1655
+ }
1656
+ .ki-data.ki-duotone:after {
1657
+ content: '\ea6d';
1658
+ }
1659
+ .ki-data.ki-duotone:before {
1660
+ content: '\ea6e';
1661
+ position: absolute;
1662
+
1663
+ opacity: 0.3;
1664
+ }
1665
+ .ki-delete-files.ki-duotone:after {
1666
+ content: '\ea6f';
1667
+
1668
+ opacity: 0.3;
1669
+ }
1670
+ .ki-delete-files.ki-duotone:before {
1671
+ content: '\ea70';
1672
+ position: absolute;
1673
+ }
1674
+ .ki-delete-folder.ki-duotone:after {
1675
+ content: '\ea71';
1676
+
1677
+ opacity: 0.3;
1678
+ }
1679
+ .ki-delete-folder.ki-duotone:before {
1680
+ content: '\ea72';
1681
+ position: absolute;
1682
+ }
1683
+ .ki-delivery-2.ki-duotone:after {
1684
+ content: '\ea73';
1685
+
1686
+ opacity: 0.3;
1687
+ }
1688
+ .ki-delivery-2.ki-duotone:before {
1689
+ content: '\ea74';
1690
+ position: absolute;
1691
+ }
1692
+ .ki-delivery-3.ki-duotone:after {
1693
+ content: '\ea75';
1694
+
1695
+ opacity: 0.3;
1696
+ }
1697
+ .ki-delivery-3.ki-duotone:before {
1698
+ content: '\ea76';
1699
+ position: absolute;
1700
+ }
1701
+ .ki-delivery-24.ki-duotone:after {
1702
+ content: '\ea77';
1703
+
1704
+ opacity: 0.3;
1705
+ }
1706
+ .ki-delivery-24.ki-duotone:before {
1707
+ content: '\ea78';
1708
+ position: absolute;
1709
+ }
1710
+ .ki-delivery-door.ki-duotone:after {
1711
+ content: '\ea79';
1712
+
1713
+ opacity: 0.3;
1714
+ }
1715
+ .ki-delivery-door.ki-duotone:before {
1716
+ content: '\ea7a';
1717
+ position: absolute;
1718
+ }
1719
+ .ki-delivery-geolocation.ki-duotone:after {
1720
+ content: '\ea7b';
1721
+
1722
+ opacity: 0.3;
1723
+ }
1724
+ .ki-delivery-geolocation.ki-duotone:before {
1725
+ content: '\ea7c';
1726
+ position: absolute;
1727
+ }
1728
+ .ki-delivery-time.ki-duotone:after {
1729
+ content: '\ea7d';
1730
+
1731
+ opacity: 0.3;
1732
+ }
1733
+ .ki-delivery-time.ki-duotone:before {
1734
+ content: '\ea7e';
1735
+ position: absolute;
1736
+ }
1737
+ .ki-delivery.ki-duotone:after {
1738
+ content: '\ea7f';
1739
+
1740
+ opacity: 0.3;
1741
+ }
1742
+ .ki-delivery.ki-duotone:before {
1743
+ content: '\ea80';
1744
+ position: absolute;
1745
+ }
1746
+ .ki-design-1.ki-duotone:after {
1747
+ content: '\ea81';
1748
+
1749
+ opacity: 0.3;
1750
+ }
1751
+ .ki-design-1.ki-duotone:before {
1752
+ content: '\ea82';
1753
+ position: absolute;
1754
+ }
1755
+ .ki-design-2.ki-duotone:after {
1756
+ content: '\ea83';
1757
+
1758
+ opacity: 0.3;
1759
+ }
1760
+ .ki-design-2.ki-duotone:before {
1761
+ content: '\ea84';
1762
+ position: absolute;
1763
+ }
1764
+ .ki-desktop-mobile.ki-duotone:after {
1765
+ content: '\ea85';
1766
+
1767
+ opacity: 0.3;
1768
+ }
1769
+ .ki-desktop-mobile.ki-duotone:before {
1770
+ content: '\ea86';
1771
+ position: absolute;
1772
+ }
1773
+ .ki-devices-2.ki-duotone:after {
1774
+ content: '\ea87';
1775
+
1776
+ opacity: 0.3;
1777
+ }
1778
+ .ki-devices-2.ki-duotone:before {
1779
+ content: '\ea88';
1780
+ position: absolute;
1781
+ }
1782
+ .ki-devices.ki-duotone:after {
1783
+ content: '\ea89';
1784
+
1785
+ opacity: 0.3;
1786
+ }
1787
+ .ki-devices.ki-duotone:before {
1788
+ content: '\ea8a';
1789
+ position: absolute;
1790
+ }
1791
+ .ki-diamonds.ki-duotone:after {
1792
+ content: '\ea8b';
1793
+ }
1794
+ .ki-diamonds.ki-duotone:before {
1795
+ content: '\ea8c';
1796
+ position: absolute;
1797
+
1798
+ opacity: 0.3;
1799
+ }
1800
+ .ki-directbox-default.ki-duotone:after {
1801
+ content: '\ea8d';
1802
+
1803
+ opacity: 0.3;
1804
+ }
1805
+ .ki-directbox-default.ki-duotone:before {
1806
+ content: '\ea8e';
1807
+ position: absolute;
1808
+ }
1809
+ .ki-disconnect.ki-duotone:after {
1810
+ content: '\ea8f';
1811
+ }
1812
+ .ki-disconnect.ki-duotone:before {
1813
+ content: '\ea90';
1814
+ position: absolute;
1815
+
1816
+ opacity: 0.3;
1817
+ }
1818
+ .ki-discount.ki-duotone:after {
1819
+ content: '\ea91';
1820
+
1821
+ opacity: 0.3;
1822
+ }
1823
+ .ki-discount.ki-duotone:before {
1824
+ content: '\ea92';
1825
+ position: absolute;
1826
+ }
1827
+ .ki-disguise.ki-duotone:after {
1828
+ content: '\ea93';
1829
+
1830
+ opacity: 0.3;
1831
+ }
1832
+ .ki-disguise.ki-duotone:before {
1833
+ content: '\ea94';
1834
+ position: absolute;
1835
+ }
1836
+ .ki-disk.ki-duotone:after {
1837
+ content: '\ea95';
1838
+
1839
+ opacity: 0.3;
1840
+ }
1841
+ .ki-disk.ki-duotone:before {
1842
+ content: '\ea96';
1843
+ position: absolute;
1844
+ }
1845
+ .ki-dislike.ki-duotone:after {
1846
+ content: '\ea97';
1847
+ }
1848
+ .ki-dislike.ki-duotone:before {
1849
+ content: '\ea98';
1850
+ position: absolute;
1851
+
1852
+ opacity: 0.3;
1853
+ }
1854
+ .ki-dj.ki-duotone:before {
1855
+ content: '\ea99';
1856
+ }
1857
+ .ki-document.ki-duotone:after {
1858
+ content: '\ea9a';
1859
+
1860
+ opacity: 0.3;
1861
+ }
1862
+ .ki-document.ki-duotone:before {
1863
+ content: '\ea9b';
1864
+ position: absolute;
1865
+ }
1866
+ .ki-double-check.ki-duotone:after {
1867
+ content: '\ea9c';
1868
+ }
1869
+ .ki-double-check.ki-duotone:before {
1870
+ content: '\ea9d';
1871
+ position: absolute;
1872
+
1873
+ opacity: 0.3;
1874
+ }
1875
+ .ki-dollar.ki-duotone:after {
1876
+ content: '\ea9e';
1877
+
1878
+ opacity: 0.3;
1879
+ }
1880
+ .ki-dollar.ki-duotone:before {
1881
+ content: '\ea9f';
1882
+ position: absolute;
1883
+ }
1884
+ .ki-dots-circle-vertical.ki-duotone:after {
1885
+ content: '\eaa0';
1886
+
1887
+ opacity: 0.3;
1888
+ }
1889
+ .ki-dots-circle-vertical.ki-duotone:before {
1890
+ content: '\eaa1';
1891
+ position: absolute;
1892
+ }
1893
+ .ki-dots-circle.ki-duotone:after {
1894
+ content: '\eaa2';
1895
+
1896
+ opacity: 0.3;
1897
+ }
1898
+ .ki-dots-circle.ki-duotone:before {
1899
+ content: '\eaa3';
1900
+ position: absolute;
1901
+ }
1902
+ .ki-dots-horizontal.ki-duotone:before {
1903
+ content: '\eaa4';
1904
+ }
1905
+ .ki-dots-square-vertical.ki-duotone:after {
1906
+ content: '\eaa5';
1907
+
1908
+ opacity: 0.3;
1909
+ }
1910
+ .ki-dots-square-vertical.ki-duotone:before {
1911
+ content: '\eaa6';
1912
+ position: absolute;
1913
+ }
1914
+ .ki-dots-square.ki-duotone:after {
1915
+ content: '\eaa7';
1916
+
1917
+ opacity: 0.3;
1918
+ }
1919
+ .ki-dots-square.ki-duotone:before {
1920
+ content: '\eaa8';
1921
+ position: absolute;
1922
+ }
1923
+ .ki-dots-vertical.ki-duotone:after {
1924
+ content: '\eaa9';
1925
+ }
1926
+ .ki-dots-vertical.ki-duotone:before {
1927
+ content: '\eaaa';
1928
+ position: absolute;
1929
+
1930
+ opacity: 0.3;
1931
+ }
1932
+ .ki-double-check-circle.ki-duotone:after {
1933
+ content: '\eaab';
1934
+
1935
+ opacity: 0.3;
1936
+ }
1937
+ .ki-double-check-circle.ki-duotone:before {
1938
+ content: '\eaac';
1939
+ position: absolute;
1940
+ }
1941
+ .ki-double-down.ki-duotone:after {
1942
+ content: '\eaad';
1943
+ }
1944
+ .ki-double-down.ki-duotone:before {
1945
+ content: '\eaae';
1946
+ position: absolute;
1947
+
1948
+ opacity: 0.3;
1949
+ }
1950
+ .ki-double-left-arrow.ki-duotone:after {
1951
+ content: '\eaaf';
1952
+
1953
+ opacity: 0.3;
1954
+ }
1955
+ .ki-double-left-arrow.ki-duotone:before {
1956
+ content: '\eab0';
1957
+ position: absolute;
1958
+ }
1959
+ .ki-double-left.ki-duotone:after {
1960
+ content: '\eab1';
1961
+ }
1962
+ .ki-double-left.ki-duotone:before {
1963
+ content: '\eab2';
1964
+ position: absolute;
1965
+
1966
+ opacity: 0.3;
1967
+ }
1968
+ .ki-double-right-arrow.ki-duotone:after {
1969
+ content: '\eab3';
1970
+
1971
+ opacity: 0.3;
1972
+ }
1973
+ .ki-double-right-arrow.ki-duotone:before {
1974
+ content: '\eab4';
1975
+ position: absolute;
1976
+ }
1977
+ .ki-double-right.ki-duotone:after {
1978
+ content: '\eab5';
1979
+ }
1980
+ .ki-double-right.ki-duotone:before {
1981
+ content: '\eab6';
1982
+ position: absolute;
1983
+
1984
+ opacity: 0.3;
1985
+ }
1986
+ .ki-double-up.ki-duotone:after {
1987
+ content: '\eab7';
1988
+ }
1989
+ .ki-double-up.ki-duotone:before {
1990
+ content: '\eab8';
1991
+ position: absolute;
1992
+
1993
+ opacity: 0.3;
1994
+ }
1995
+ .ki-down-square.ki-duotone:after {
1996
+ content: '\eab9';
1997
+
1998
+ opacity: 0.3;
1999
+ }
2000
+ .ki-down-square.ki-duotone:before {
2001
+ content: '\eaba';
2002
+ position: absolute;
2003
+ }
2004
+ .ki-down.ki-duotone:before {
2005
+ content: '\eabb';
2006
+ }
2007
+ .ki-dribbble.ki-duotone:after {
2008
+ content: '\eabc';
2009
+ }
2010
+ .ki-dribbble.ki-duotone:before {
2011
+ content: '\eabd';
2012
+ position: absolute;
2013
+
2014
+ opacity: 0.3;
2015
+ }
2016
+ .ki-drop.ki-duotone:after {
2017
+ content: '\eabe';
2018
+ }
2019
+ .ki-drop.ki-duotone:before {
2020
+ content: '\eabf';
2021
+ position: absolute;
2022
+
2023
+ opacity: 0.3;
2024
+ }
2025
+ .ki-dropbox.ki-duotone:after {
2026
+ content: '\eac0';
2027
+
2028
+ opacity: 0.3;
2029
+ }
2030
+ .ki-dropbox.ki-duotone:before {
2031
+ content: '\eac1';
2032
+ position: absolute;
2033
+ }
2034
+ .ki-educare-ekt.ki-duotone:after {
2035
+ content: '\eac2';
2036
+
2037
+ opacity: 0.3;
2038
+ }
2039
+ .ki-educare-ekt.ki-duotone:before {
2040
+ content: '\eac3';
2041
+ position: absolute;
2042
+ }
2043
+ .ki-electricity.ki-duotone:after {
2044
+ content: '\eac4';
2045
+
2046
+ opacity: 0.3;
2047
+ }
2048
+ .ki-electricity.ki-duotone:before {
2049
+ content: '\eac5';
2050
+ position: absolute;
2051
+ }
2052
+ .ki-electronic-clock.ki-duotone:after {
2053
+ content: '\eac6';
2054
+
2055
+ opacity: 0.3;
2056
+ }
2057
+ .ki-electronic-clock.ki-duotone:before {
2058
+ content: '\eac7';
2059
+ position: absolute;
2060
+ }
2061
+ .ki-element-1.ki-duotone:after {
2062
+ content: '\eac8';
2063
+
2064
+ opacity: 0.3;
2065
+ }
2066
+ .ki-element-1.ki-duotone:before {
2067
+ content: '\eac9';
2068
+ position: absolute;
2069
+ }
2070
+ .ki-element-2.ki-duotone:after {
2071
+ content: '\eaca';
2072
+ }
2073
+ .ki-element-2.ki-duotone:before {
2074
+ content: '\eacb';
2075
+ position: absolute;
2076
+
2077
+ opacity: 0.3;
2078
+ }
2079
+ .ki-element-3.ki-duotone:after {
2080
+ content: '\eacc';
2081
+
2082
+ opacity: 0.3;
2083
+ }
2084
+ .ki-element-3.ki-duotone:before {
2085
+ content: '\eacd';
2086
+ position: absolute;
2087
+ }
2088
+ .ki-element-4.ki-duotone:after {
2089
+ content: '\eace';
2090
+ }
2091
+ .ki-element-4.ki-duotone:before {
2092
+ content: '\eacf';
2093
+ position: absolute;
2094
+
2095
+ opacity: 0.3;
2096
+ }
2097
+ .ki-element-5.ki-duotone:after {
2098
+ content: '\ead0';
2099
+ }
2100
+ .ki-element-5.ki-duotone:before {
2101
+ content: '\ead1';
2102
+ position: absolute;
2103
+
2104
+ opacity: 0.3;
2105
+ }
2106
+ .ki-element-6.ki-duotone:after {
2107
+ content: '\ead2';
2108
+
2109
+ opacity: 0.3;
2110
+ }
2111
+ .ki-element-6.ki-duotone:before {
2112
+ content: '\ead3';
2113
+ position: absolute;
2114
+ }
2115
+ .ki-element-7.ki-duotone:after {
2116
+ content: '\ead4';
2117
+ }
2118
+ .ki-element-7.ki-duotone:before {
2119
+ content: '\ead5';
2120
+ position: absolute;
2121
+
2122
+ opacity: 0.3;
2123
+ }
2124
+ .ki-element-8.ki-duotone:after {
2125
+ content: '\ead6';
2126
+
2127
+ opacity: 0.3;
2128
+ }
2129
+ .ki-element-8.ki-duotone:before {
2130
+ content: '\ead7';
2131
+ position: absolute;
2132
+ }
2133
+ .ki-element-9.ki-duotone:after {
2134
+ content: '\ead8';
2135
+
2136
+ opacity: 0.3;
2137
+ }
2138
+ .ki-element-9.ki-duotone:before {
2139
+ content: '\ead9';
2140
+ position: absolute;
2141
+ }
2142
+ .ki-element-10.ki-duotone:after {
2143
+ content: '\eada';
2144
+ }
2145
+ .ki-element-10.ki-duotone:before {
2146
+ content: '\eadb';
2147
+ position: absolute;
2148
+
2149
+ opacity: 0.3;
2150
+ }
2151
+ .ki-element-11.ki-duotone:after {
2152
+ content: '\eadc';
2153
+ }
2154
+ .ki-element-11.ki-duotone:before {
2155
+ content: '\eadd';
2156
+ position: absolute;
2157
+
2158
+ opacity: 0.3;
2159
+ }
2160
+ .ki-element-12.ki-duotone:after {
2161
+ content: '\eade';
2162
+
2163
+ opacity: 0.3;
2164
+ }
2165
+ .ki-element-12.ki-duotone:before {
2166
+ content: '\eadf';
2167
+ position: absolute;
2168
+ }
2169
+ .ki-element-equal.ki-duotone:after {
2170
+ content: '\eae0';
2171
+
2172
+ opacity: 0.3;
2173
+ }
2174
+ .ki-element-equal.ki-duotone:before {
2175
+ content: '\eae1';
2176
+ position: absolute;
2177
+ }
2178
+ .ki-element-plus.ki-duotone:after {
2179
+ content: '\eae2';
2180
+ }
2181
+ .ki-element-plus.ki-duotone:before {
2182
+ content: '\eae3';
2183
+ position: absolute;
2184
+
2185
+ opacity: 0.3;
2186
+ }
2187
+ .ki-emoji-happy.ki-duotone:after {
2188
+ content: '\eae4';
2189
+
2190
+ opacity: 0.3;
2191
+ }
2192
+ .ki-emoji-happy.ki-duotone:before {
2193
+ content: '\eae5';
2194
+ position: absolute;
2195
+ }
2196
+ .ki-enjin-coin-enj.ki-duotone:after {
2197
+ content: '\eae6';
2198
+ }
2199
+ .ki-enjin-coin-enj.ki-duotone:before {
2200
+ content: '\eae7';
2201
+ position: absolute;
2202
+
2203
+ opacity: 0.3;
2204
+ }
2205
+ .ki-ensure.ki-duotone:after {
2206
+ content: '\eae8';
2207
+ }
2208
+ .ki-ensure.ki-duotone:before {
2209
+ content: '\eae9';
2210
+ position: absolute;
2211
+
2212
+ opacity: 0.3;
2213
+ }
2214
+ .ki-entrance-left.ki-duotone:after {
2215
+ content: '\eaea';
2216
+ }
2217
+ .ki-entrance-left.ki-duotone:before {
2218
+ content: '\eaeb';
2219
+ position: absolute;
2220
+
2221
+ opacity: 0.3;
2222
+ }
2223
+ .ki-entrance-right.ki-duotone:after {
2224
+ content: '\eaec';
2225
+
2226
+ opacity: 0.3;
2227
+ }
2228
+ .ki-entrance-right.ki-duotone:before {
2229
+ content: '\eaed';
2230
+ position: absolute;
2231
+ }
2232
+ .ki-eraser.ki-duotone:after {
2233
+ content: '\eaee';
2234
+
2235
+ opacity: 0.3;
2236
+ }
2237
+ .ki-eraser.ki-duotone:before {
2238
+ content: '\eaef';
2239
+ position: absolute;
2240
+ }
2241
+ .ki-euro.ki-duotone:after {
2242
+ content: '\eaf0';
2243
+
2244
+ opacity: 0.3;
2245
+ }
2246
+ .ki-euro.ki-duotone:before {
2247
+ content: '\eaf1';
2248
+ position: absolute;
2249
+ }
2250
+ .ki-exit-down.ki-duotone:after {
2251
+ content: '\eaf2';
2252
+
2253
+ opacity: 0.3;
2254
+ }
2255
+ .ki-exit-down.ki-duotone:before {
2256
+ content: '\eaf3';
2257
+ position: absolute;
2258
+ }
2259
+ .ki-exit-left.ki-duotone:after {
2260
+ content: '\eaf4';
2261
+
2262
+ opacity: 0.3;
2263
+ }
2264
+ .ki-exit-left.ki-duotone:before {
2265
+ content: '\eaf5';
2266
+ position: absolute;
2267
+ }
2268
+ .ki-exit-right-corner.ki-duotone:after {
2269
+ content: '\eaf6';
2270
+
2271
+ opacity: 0.3;
2272
+ }
2273
+ .ki-exit-right-corner.ki-duotone:before {
2274
+ content: '\eaf7';
2275
+ position: absolute;
2276
+ }
2277
+ .ki-exit-right.ki-duotone:after {
2278
+ content: '\eaf8';
2279
+
2280
+ opacity: 0.3;
2281
+ }
2282
+ .ki-exit-right.ki-duotone:before {
2283
+ content: '\eaf9';
2284
+ position: absolute;
2285
+ }
2286
+ .ki-exit-up.ki-duotone:after {
2287
+ content: '\eafa';
2288
+
2289
+ opacity: 0.3;
2290
+ }
2291
+ .ki-exit-up.ki-duotone:before {
2292
+ content: '\eafb';
2293
+ position: absolute;
2294
+ }
2295
+ .ki-external-drive.ki-duotone:after {
2296
+ content: '\eafc';
2297
+ }
2298
+ .ki-external-drive.ki-duotone:before {
2299
+ content: '\eafd';
2300
+ position: absolute;
2301
+
2302
+ opacity: 0.3;
2303
+ }
2304
+ .ki-eye-slash.ki-duotone:after {
2305
+ content: '\eafe';
2306
+ }
2307
+ .ki-eye-slash.ki-duotone:before {
2308
+ content: '\eaff';
2309
+ position: absolute;
2310
+
2311
+ opacity: 0.3;
2312
+ }
2313
+ .ki-eye.ki-duotone:after {
2314
+ content: '\eb00';
2315
+ }
2316
+ .ki-eye.ki-duotone:before {
2317
+ content: '\eb01';
2318
+ position: absolute;
2319
+
2320
+ opacity: 0.3;
2321
+ }
2322
+ .ki-face-id.ki-duotone:after {
2323
+ content: '\eb02';
2324
+
2325
+ opacity: 0.3;
2326
+ }
2327
+ .ki-face-id.ki-duotone:before {
2328
+ content: '\eb03';
2329
+ position: absolute;
2330
+ }
2331
+ .ki-facebook.ki-duotone:after {
2332
+ content: '\eb04';
2333
+
2334
+ opacity: 0.3;
2335
+ }
2336
+ .ki-facebook.ki-duotone:before {
2337
+ content: '\eb05';
2338
+ position: absolute;
2339
+ }
2340
+ .ki-fasten.ki-duotone:after {
2341
+ content: '\eb06';
2342
+
2343
+ opacity: 0.3;
2344
+ }
2345
+ .ki-fasten.ki-duotone:before {
2346
+ content: '\eb07';
2347
+ position: absolute;
2348
+ }
2349
+ .ki-fatrows.ki-duotone:after {
2350
+ content: '\eb08';
2351
+ }
2352
+ .ki-fatrows.ki-duotone:before {
2353
+ content: '\eb09';
2354
+ position: absolute;
2355
+
2356
+ opacity: 0.3;
2357
+ }
2358
+ .ki-feather.ki-duotone:after {
2359
+ content: '\eb0a';
2360
+
2361
+ opacity: 0.3;
2362
+ }
2363
+ .ki-feather.ki-duotone:before {
2364
+ content: '\eb0b';
2365
+ position: absolute;
2366
+ }
2367
+ .ki-figma.ki-duotone:after {
2368
+ content: '\eb0c';
2369
+
2370
+ opacity: 0.3;
2371
+ }
2372
+ .ki-figma.ki-duotone:before {
2373
+ content: '\eb0d';
2374
+ position: absolute;
2375
+ }
2376
+ .ki-file-added.ki-duotone:after {
2377
+ content: '\eb0e';
2378
+ }
2379
+ .ki-file-added.ki-duotone:before {
2380
+ content: '\eb0f';
2381
+ position: absolute;
2382
+
2383
+ opacity: 0.3;
2384
+ }
2385
+ .ki-file-deleted.ki-duotone:after {
2386
+ content: '\eb10';
2387
+ }
2388
+ .ki-file-deleted.ki-duotone:before {
2389
+ content: '\eb11';
2390
+ position: absolute;
2391
+
2392
+ opacity: 0.3;
2393
+ }
2394
+ .ki-file-down.ki-duotone:after {
2395
+ content: '\eb12';
2396
+
2397
+ opacity: 0.3;
2398
+ }
2399
+ .ki-file-down.ki-duotone:before {
2400
+ content: '\eb13';
2401
+ position: absolute;
2402
+ }
2403
+ .ki-file-left.ki-duotone:after {
2404
+ content: '\eb14';
2405
+
2406
+ opacity: 0.3;
2407
+ }
2408
+ .ki-file-left.ki-duotone:before {
2409
+ content: '\eb15';
2410
+ position: absolute;
2411
+ }
2412
+ .ki-file-right.ki-duotone:after {
2413
+ content: '\eb16';
2414
+
2415
+ opacity: 0.3;
2416
+ }
2417
+ .ki-file-right.ki-duotone:before {
2418
+ content: '\eb17';
2419
+ position: absolute;
2420
+ }
2421
+ .ki-file-sheet.ki-duotone:after {
2422
+ content: '\eb18';
2423
+ }
2424
+ .ki-file-sheet.ki-duotone:before {
2425
+ content: '\eb19';
2426
+ position: absolute;
2427
+
2428
+ opacity: 0.3;
2429
+ }
2430
+ .ki-file-up.ki-duotone:after {
2431
+ content: '\eb1a';
2432
+
2433
+ opacity: 0.3;
2434
+ }
2435
+ .ki-file-up.ki-duotone:before {
2436
+ content: '\eb1b';
2437
+ position: absolute;
2438
+ }
2439
+ .ki-files.ki-duotone:after {
2440
+ content: '\eb1c';
2441
+ }
2442
+ .ki-files.ki-duotone:before {
2443
+ content: '\eb1d';
2444
+ position: absolute;
2445
+
2446
+ opacity: 0.3;
2447
+ }
2448
+ .ki-filter-edit.ki-duotone:after {
2449
+ content: '\eb1e';
2450
+
2451
+ opacity: 0.3;
2452
+ }
2453
+ .ki-filter-edit.ki-duotone:before {
2454
+ content: '\eb1f';
2455
+ position: absolute;
2456
+ }
2457
+ .ki-filter-search.ki-duotone:after {
2458
+ content: '\eb20';
2459
+
2460
+ opacity: 0.3;
2461
+ }
2462
+ .ki-filter-search.ki-duotone:before {
2463
+ content: '\eb21';
2464
+ position: absolute;
2465
+ }
2466
+ .ki-filter-square.ki-duotone:after {
2467
+ content: '\eb22';
2468
+ }
2469
+ .ki-filter-square.ki-duotone:before {
2470
+ content: '\eb23';
2471
+ position: absolute;
2472
+
2473
+ opacity: 0.3;
2474
+ }
2475
+ .ki-filter-tablet.ki-duotone:after {
2476
+ content: '\eb24';
2477
+
2478
+ opacity: 0.3;
2479
+ }
2480
+ .ki-filter-tablet.ki-duotone:before {
2481
+ content: '\eb25';
2482
+ position: absolute;
2483
+ }
2484
+ .ki-filter-tick.ki-duotone:after {
2485
+ content: '\eb26';
2486
+
2487
+ opacity: 0.3;
2488
+ }
2489
+ .ki-filter-tick.ki-duotone:before {
2490
+ content: '\eb27';
2491
+ position: absolute;
2492
+ }
2493
+ .ki-filter.ki-duotone:after {
2494
+ content: '\eb28';
2495
+ }
2496
+ .ki-filter.ki-duotone:before {
2497
+ content: '\eb29';
2498
+ position: absolute;
2499
+
2500
+ opacity: 0.3;
2501
+ }
2502
+ .ki-financial-schedule.ki-duotone:after {
2503
+ content: '\eb2a';
2504
+
2505
+ opacity: 0.3;
2506
+ }
2507
+ .ki-financial-schedule.ki-duotone:before {
2508
+ content: '\eb2b';
2509
+ position: absolute;
2510
+ }
2511
+ .ki-fingerprint-scanning.ki-duotone:after {
2512
+ content: '\eb2c';
2513
+ }
2514
+ .ki-fingerprint-scanning.ki-duotone:before {
2515
+ content: '\eb2d';
2516
+ position: absolute;
2517
+
2518
+ opacity: 0.3;
2519
+ }
2520
+ .ki-flag.ki-duotone:after {
2521
+ content: '\eb2e';
2522
+
2523
+ opacity: 0.3;
2524
+ }
2525
+ .ki-flag.ki-duotone:before {
2526
+ content: '\eb2f';
2527
+ position: absolute;
2528
+ }
2529
+ .ki-flash-circle.ki-duotone:after {
2530
+ content: '\eb30';
2531
+
2532
+ opacity: 0.3;
2533
+ }
2534
+ .ki-flash-circle.ki-duotone:before {
2535
+ content: '\eb31';
2536
+ position: absolute;
2537
+ }
2538
+ .ki-flask.ki-duotone:after {
2539
+ content: '\eb32';
2540
+
2541
+ opacity: 0.3;
2542
+ }
2543
+ .ki-flask.ki-duotone:before {
2544
+ content: '\eb33';
2545
+ position: absolute;
2546
+ }
2547
+ .ki-focus.ki-duotone:after {
2548
+ content: '\eb34';
2549
+
2550
+ opacity: 0.3;
2551
+ }
2552
+ .ki-focus.ki-duotone:before {
2553
+ content: '\eb35';
2554
+ position: absolute;
2555
+ }
2556
+ .ki-folder-added.ki-duotone:after {
2557
+ content: '\eb36';
2558
+
2559
+ opacity: 0.3;
2560
+ }
2561
+ .ki-folder-added.ki-duotone:before {
2562
+ content: '\eb37';
2563
+ position: absolute;
2564
+ }
2565
+ .ki-folder-down.ki-duotone:after {
2566
+ content: '\eb38';
2567
+
2568
+ opacity: 0.3;
2569
+ }
2570
+ .ki-folder-down.ki-duotone:before {
2571
+ content: '\eb39';
2572
+ position: absolute;
2573
+ }
2574
+ .ki-folder-up.ki-duotone:after {
2575
+ content: '\eb3a';
2576
+
2577
+ opacity: 0.3;
2578
+ }
2579
+ .ki-folder-up.ki-duotone:before {
2580
+ content: '\eb3b';
2581
+ position: absolute;
2582
+ }
2583
+ .ki-folder.ki-duotone:after {
2584
+ content: '\eb3c';
2585
+
2586
+ opacity: 0.3;
2587
+ }
2588
+ .ki-folder.ki-duotone:before {
2589
+ content: '\eb3d';
2590
+ position: absolute;
2591
+ }
2592
+ .ki-frame.ki-duotone:after {
2593
+ content: '\eb3e';
2594
+
2595
+ opacity: 0.3;
2596
+ }
2597
+ .ki-frame.ki-duotone:before {
2598
+ content: '\eb3f';
2599
+ position: absolute;
2600
+ }
2601
+ .ki-geolocation-home.ki-duotone:after {
2602
+ content: '\eb40';
2603
+
2604
+ opacity: 0.3;
2605
+ }
2606
+ .ki-geolocation-home.ki-duotone:before {
2607
+ content: '\eb41';
2608
+ position: absolute;
2609
+ }
2610
+ .ki-geolocation.ki-duotone:after {
2611
+ content: '\eb42';
2612
+
2613
+ opacity: 0.3;
2614
+ }
2615
+ .ki-geolocation.ki-duotone:before {
2616
+ content: '\eb43';
2617
+ position: absolute;
2618
+ }
2619
+ .ki-ghost.ki-duotone:after {
2620
+ content: '\eb44';
2621
+ }
2622
+ .ki-ghost.ki-duotone:before {
2623
+ content: '\eb45';
2624
+ position: absolute;
2625
+
2626
+ opacity: 0.3;
2627
+ }
2628
+ .ki-gift.ki-duotone:after {
2629
+ content: '\eb46';
2630
+ }
2631
+ .ki-gift.ki-duotone:before {
2632
+ content: '\eb47';
2633
+ position: absolute;
2634
+
2635
+ opacity: 0.3;
2636
+ }
2637
+ .ki-github.ki-duotone:after {
2638
+ content: '\eb48';
2639
+
2640
+ opacity: 0.3;
2641
+ }
2642
+ .ki-github.ki-duotone:before {
2643
+ content: '\eb49';
2644
+ position: absolute;
2645
+ }
2646
+ .ki-glass.ki-duotone:after {
2647
+ content: '\eb4a';
2648
+
2649
+ opacity: 0.3;
2650
+ }
2651
+ .ki-glass.ki-duotone:before {
2652
+ content: '\eb4b';
2653
+ position: absolute;
2654
+ }
2655
+ .ki-google-play.ki-duotone:after {
2656
+ content: '\eb4c';
2657
+
2658
+ opacity: 0.3;
2659
+ }
2660
+ .ki-google-play.ki-duotone:before {
2661
+ content: '\eb4d';
2662
+ position: absolute;
2663
+ }
2664
+ .ki-google.ki-duotone:after {
2665
+ content: '\eb4e';
2666
+
2667
+ opacity: 0.3;
2668
+ }
2669
+ .ki-google.ki-duotone:before {
2670
+ content: '\eb4f';
2671
+ position: absolute;
2672
+ }
2673
+ .ki-graph-2.ki-duotone:after {
2674
+ content: '\eb50';
2675
+
2676
+ opacity: 0.3;
2677
+ }
2678
+ .ki-graph-2.ki-duotone:before {
2679
+ content: '\eb51';
2680
+ position: absolute;
2681
+ }
2682
+ .ki-graph-3.ki-duotone:after {
2683
+ content: '\eb52';
2684
+
2685
+ opacity: 0.3;
2686
+ }
2687
+ .ki-graph-3.ki-duotone:before {
2688
+ content: '\eb53';
2689
+ position: absolute;
2690
+ }
2691
+ .ki-graph-4.ki-duotone:after {
2692
+ content: '\eb54';
2693
+ }
2694
+ .ki-graph-4.ki-duotone:before {
2695
+ content: '\eb55';
2696
+ position: absolute;
2697
+
2698
+ opacity: 0.3;
2699
+ }
2700
+ .ki-graph-up.ki-duotone:after {
2701
+ content: '\eb56';
2702
+
2703
+ opacity: 0.3;
2704
+ }
2705
+ .ki-graph-up.ki-duotone:before {
2706
+ content: '\eb57';
2707
+ position: absolute;
2708
+ }
2709
+ .ki-graph.ki-duotone:after {
2710
+ content: '\eb58';
2711
+
2712
+ opacity: 0.3;
2713
+ }
2714
+ .ki-graph.ki-duotone:before {
2715
+ content: '\eb59';
2716
+ position: absolute;
2717
+ }
2718
+ .ki-grid-2.ki-duotone:after {
2719
+ content: '\eb5a';
2720
+
2721
+ opacity: 0.3;
2722
+ }
2723
+ .ki-grid-2.ki-duotone:before {
2724
+ content: '\eb5b';
2725
+ position: absolute;
2726
+ }
2727
+ .ki-grid.ki-duotone:after {
2728
+ content: '\eb5c';
2729
+
2730
+ opacity: 0.3;
2731
+ }
2732
+ .ki-grid.ki-duotone:before {
2733
+ content: '\eb5d';
2734
+ position: absolute;
2735
+ }
2736
+ .ki-handcart.ki-duotone:before {
2737
+ content: '\eb5e';
2738
+ }
2739
+ .ki-happyemoji.ki-duotone:after {
2740
+ content: '\eb5f';
2741
+
2742
+ opacity: 0.3;
2743
+ }
2744
+ .ki-happyemoji.ki-duotone:before {
2745
+ content: '\eb60';
2746
+ position: absolute;
2747
+ }
2748
+ .ki-heart-circle.ki-duotone:after {
2749
+ content: '\eb61';
2750
+
2751
+ opacity: 0.3;
2752
+ }
2753
+ .ki-heart-circle.ki-duotone:before {
2754
+ content: '\eb62';
2755
+ position: absolute;
2756
+ }
2757
+ .ki-heart.ki-duotone:after {
2758
+ content: '\eb63';
2759
+
2760
+ opacity: 0.3;
2761
+ }
2762
+ .ki-heart.ki-duotone:before {
2763
+ content: '\eb64';
2764
+ position: absolute;
2765
+ }
2766
+ .ki-home-1.ki-duotone:after {
2767
+ content: '\eb65';
2768
+
2769
+ opacity: 0.3;
2770
+ }
2771
+ .ki-home-1.ki-duotone:before {
2772
+ content: '\eb66';
2773
+ position: absolute;
2774
+ }
2775
+ .ki-home-2.ki-duotone:after {
2776
+ content: '\eb67';
2777
+
2778
+ opacity: 0.3;
2779
+ }
2780
+ .ki-home-2.ki-duotone:before {
2781
+ content: '\eb68';
2782
+ position: absolute;
2783
+ }
2784
+ .ki-home-3.ki-duotone:after {
2785
+ content: '\eb69';
2786
+
2787
+ opacity: 0.3;
2788
+ }
2789
+ .ki-home-3.ki-duotone:before {
2790
+ content: '\eb6a';
2791
+ position: absolute;
2792
+ }
2793
+ .ki-home.ki-duotone:before {
2794
+ content: '\eb6b';
2795
+ }
2796
+ .ki-html.ki-duotone:after {
2797
+ content: '\eb6c';
2798
+
2799
+ opacity: 0.3;
2800
+ }
2801
+ .ki-html.ki-duotone:before {
2802
+ content: '\eb6d';
2803
+ position: absolute;
2804
+ }
2805
+ .ki-icon.ki-duotone:after {
2806
+ content: '\eb6e';
2807
+
2808
+ opacity: 0.3;
2809
+ }
2810
+ .ki-icon.ki-duotone:before {
2811
+ content: '\eb6f';
2812
+ position: absolute;
2813
+ }
2814
+ .ki-illustrator.ki-duotone:after {
2815
+ content: '\eb70';
2816
+
2817
+ opacity: 0.3;
2818
+ }
2819
+ .ki-illustrator.ki-duotone:before {
2820
+ content: '\eb71';
2821
+ position: absolute;
2822
+ }
2823
+ .ki-information-1.ki-duotone:after {
2824
+ content: '\eb72';
2825
+
2826
+ opacity: 0.3;
2827
+ }
2828
+ .ki-information-1.ki-duotone:before {
2829
+ content: '\eb73';
2830
+ position: absolute;
2831
+ }
2832
+ .ki-information-2.ki-duotone:after {
2833
+ content: '\eb74';
2834
+
2835
+ opacity: 0.3;
2836
+ }
2837
+ .ki-information-2.ki-duotone:before {
2838
+ content: '\eb75';
2839
+ position: absolute;
2840
+ }
2841
+ .ki-information-3.ki-duotone:after {
2842
+ content: '\eb76';
2843
+
2844
+ opacity: 0.3;
2845
+ }
2846
+ .ki-information-3.ki-duotone:before {
2847
+ content: '\eb77';
2848
+ position: absolute;
2849
+ }
2850
+ .ki-information-4.ki-duotone:after {
2851
+ content: '\eb78';
2852
+
2853
+ opacity: 0.3;
2854
+ }
2855
+ .ki-information-4.ki-duotone:before {
2856
+ content: '\eb79';
2857
+ position: absolute;
2858
+ }
2859
+ .ki-information.ki-duotone:after {
2860
+ content: '\eb7a';
2861
+
2862
+ opacity: 0.3;
2863
+ }
2864
+ .ki-information.ki-duotone:before {
2865
+ content: '\eb7b';
2866
+ position: absolute;
2867
+ }
2868
+ .ki-instagram.ki-duotone:after {
2869
+ content: '\eb7c';
2870
+
2871
+ opacity: 0.3;
2872
+ }
2873
+ .ki-instagram.ki-duotone:before {
2874
+ content: '\eb7d';
2875
+ position: absolute;
2876
+ }
2877
+ .ki-joystick.ki-duotone:after {
2878
+ content: '\eb7e';
2879
+ }
2880
+ .ki-joystick.ki-duotone:before {
2881
+ content: '\eb7f';
2882
+ position: absolute;
2883
+
2884
+ opacity: 0.3;
2885
+ }
2886
+ .ki-js-2.ki-duotone:after {
2887
+ content: '\eb80';
2888
+ }
2889
+ .ki-js-2.ki-duotone:before {
2890
+ content: '\eb81';
2891
+ position: absolute;
2892
+
2893
+ opacity: 0.3;
2894
+ }
2895
+ .ki-js.ki-duotone:after {
2896
+ content: '\eb82';
2897
+ }
2898
+ .ki-js.ki-duotone:before {
2899
+ content: '\eb83';
2900
+ position: absolute;
2901
+
2902
+ opacity: 0.3;
2903
+ }
2904
+ .ki-kanban.ki-duotone:after {
2905
+ content: '\eb84';
2906
+ }
2907
+ .ki-kanban.ki-duotone:before {
2908
+ content: '\eb85';
2909
+ position: absolute;
2910
+
2911
+ opacity: 0.3;
2912
+ }
2913
+ .ki-key-square.ki-duotone:after {
2914
+ content: '\eb86';
2915
+
2916
+ opacity: 0.3;
2917
+ }
2918
+ .ki-key-square.ki-duotone:before {
2919
+ content: '\eb87';
2920
+ position: absolute;
2921
+ }
2922
+ .ki-key.ki-duotone:after {
2923
+ content: '\eb88';
2924
+
2925
+ opacity: 0.3;
2926
+ }
2927
+ .ki-key.ki-duotone:before {
2928
+ content: '\eb89';
2929
+ position: absolute;
2930
+ }
2931
+ .ki-keyboard.ki-duotone:after {
2932
+ content: '\eb8a';
2933
+ }
2934
+ .ki-keyboard.ki-duotone:before {
2935
+ content: '\eb8b';
2936
+ position: absolute;
2937
+
2938
+ opacity: 0.3;
2939
+ }
2940
+ .ki-laptop.ki-duotone:after {
2941
+ content: '\eb8c';
2942
+
2943
+ opacity: 0.3;
2944
+ }
2945
+ .ki-laptop.ki-duotone:before {
2946
+ content: '\eb8d';
2947
+ position: absolute;
2948
+ }
2949
+ .ki-laravel.ki-duotone:after {
2950
+ content: '\eb8e';
2951
+
2952
+ opacity: 0.3;
2953
+ }
2954
+ .ki-laravel.ki-duotone:before {
2955
+ content: '\eb8f';
2956
+ position: absolute;
2957
+ }
2958
+ .ki-left-square.ki-duotone:after {
2959
+ content: '\eb90';
2960
+
2961
+ opacity: 0.3;
2962
+ }
2963
+ .ki-left-square.ki-duotone:before {
2964
+ content: '\eb91';
2965
+ position: absolute;
2966
+ }
2967
+ .ki-left.ki-duotone:before {
2968
+ content: '\eb92';
2969
+ }
2970
+ .ki-like-2.ki-duotone:after {
2971
+ content: '\eb93';
2972
+
2973
+ opacity: 0.3;
2974
+ }
2975
+ .ki-like-2.ki-duotone:before {
2976
+ content: '\eb94';
2977
+ position: absolute;
2978
+ }
2979
+ .ki-like-folder.ki-duotone:after {
2980
+ content: '\eb95';
2981
+
2982
+ opacity: 0.3;
2983
+ }
2984
+ .ki-like-folder.ki-duotone:before {
2985
+ content: '\eb96';
2986
+ position: absolute;
2987
+ }
2988
+ .ki-like-shapes.ki-duotone:after {
2989
+ content: '\eb97';
2990
+
2991
+ opacity: 0.3;
2992
+ }
2993
+ .ki-like-shapes.ki-duotone:before {
2994
+ content: '\eb98';
2995
+ position: absolute;
2996
+ }
2997
+ .ki-like-tag.ki-duotone:after {
2998
+ content: '\eb99';
2999
+
3000
+ opacity: 0.3;
3001
+ }
3002
+ .ki-like-tag.ki-duotone:before {
3003
+ content: '\eb9a';
3004
+ position: absolute;
3005
+ }
3006
+ .ki-like.ki-duotone:after {
3007
+ content: '\eb9b';
3008
+ }
3009
+ .ki-like.ki-duotone:before {
3010
+ content: '\eb9c';
3011
+ position: absolute;
3012
+
3013
+ opacity: 0.3;
3014
+ }
3015
+ .ki-loading.ki-duotone:after {
3016
+ content: '\eb9d';
3017
+ }
3018
+ .ki-loading.ki-duotone:before {
3019
+ content: '\eb9e';
3020
+ position: absolute;
3021
+
3022
+ opacity: 0.3;
3023
+ }
3024
+ .ki-lock-2.ki-duotone:after {
3025
+ content: '\eb9f';
3026
+ }
3027
+ .ki-lock-2.ki-duotone:before {
3028
+ content: '\eba0';
3029
+ position: absolute;
3030
+
3031
+ opacity: 0.3;
3032
+ }
3033
+ .ki-lock-3.ki-duotone:after {
3034
+ content: '\eba1';
3035
+
3036
+ opacity: 0.3;
3037
+ }
3038
+ .ki-lock-3.ki-duotone:before {
3039
+ content: '\eba2';
3040
+ position: absolute;
3041
+ }
3042
+ .ki-lock.ki-duotone:after {
3043
+ content: '\eba3';
3044
+
3045
+ opacity: 0.3;
3046
+ }
3047
+ .ki-lock.ki-duotone:before {
3048
+ content: '\eba4';
3049
+ position: absolute;
3050
+ }
3051
+ .ki-logistic.ki-duotone:after {
3052
+ content: '\eba5';
3053
+
3054
+ opacity: 0.3;
3055
+ }
3056
+ .ki-logistic.ki-duotone:before {
3057
+ content: '\eba6';
3058
+ position: absolute;
3059
+ }
3060
+ .ki-lots-shopping.ki-duotone:after {
3061
+ content: '\eba7';
3062
+
3063
+ opacity: 0.3;
3064
+ }
3065
+ .ki-lots-shopping.ki-duotone:before {
3066
+ content: '\eba8';
3067
+ position: absolute;
3068
+ }
3069
+ .ki-lovely.ki-duotone:after {
3070
+ content: '\eba9';
3071
+
3072
+ opacity: 0.3;
3073
+ }
3074
+ .ki-lovely.ki-duotone:before {
3075
+ content: '\ebaa';
3076
+ position: absolute;
3077
+ }
3078
+ .ki-lts.ki-duotone:after {
3079
+ content: '\ebab';
3080
+ }
3081
+ .ki-lts.ki-duotone:before {
3082
+ content: '\ebac';
3083
+ position: absolute;
3084
+
3085
+ opacity: 0.3;
3086
+ }
3087
+ .ki-magnifier.ki-duotone:after {
3088
+ content: '\ebad';
3089
+
3090
+ opacity: 0.3;
3091
+ }
3092
+ .ki-magnifier.ki-duotone:before {
3093
+ content: '\ebae';
3094
+ position: absolute;
3095
+ }
3096
+ .ki-map.ki-duotone:after {
3097
+ content: '\ebaf';
3098
+
3099
+ opacity: 0.3;
3100
+ }
3101
+ .ki-map.ki-duotone:before {
3102
+ content: '\ebb0';
3103
+ position: absolute;
3104
+ }
3105
+ .ki-mask.ki-duotone:after {
3106
+ content: '\ebb1';
3107
+
3108
+ opacity: 0.3;
3109
+ }
3110
+ .ki-mask.ki-duotone:before {
3111
+ content: '\ebb2';
3112
+ position: absolute;
3113
+ }
3114
+ .ki-maximize.ki-duotone:after {
3115
+ content: '\ebb3';
3116
+
3117
+ opacity: 0.3;
3118
+ }
3119
+ .ki-maximize.ki-duotone:before {
3120
+ content: '\ebb4';
3121
+ position: absolute;
3122
+ }
3123
+ .ki-medal-star.ki-duotone:after {
3124
+ content: '\ebb5';
3125
+
3126
+ opacity: 0.3;
3127
+ }
3128
+ .ki-medal-star.ki-duotone:before {
3129
+ content: '\ebb6';
3130
+ position: absolute;
3131
+ }
3132
+ .ki-menu.ki-duotone:after {
3133
+ content: '\ebb7';
3134
+
3135
+ opacity: 0.3;
3136
+ }
3137
+ .ki-menu.ki-duotone:before {
3138
+ content: '\ebb8';
3139
+ position: absolute;
3140
+ }
3141
+ .ki-message-add.ki-duotone:after {
3142
+ content: '\ebb9';
3143
+
3144
+ opacity: 0.3;
3145
+ }
3146
+ .ki-message-add.ki-duotone:before {
3147
+ content: '\ebba';
3148
+ position: absolute;
3149
+ }
3150
+ .ki-message-edit.ki-duotone:after {
3151
+ content: '\ebbb';
3152
+
3153
+ opacity: 0.3;
3154
+ }
3155
+ .ki-message-edit.ki-duotone:before {
3156
+ content: '\ebbc';
3157
+ position: absolute;
3158
+ }
3159
+ .ki-message-minus.ki-duotone:after {
3160
+ content: '\ebbd';
3161
+
3162
+ opacity: 0.3;
3163
+ }
3164
+ .ki-message-minus.ki-duotone:before {
3165
+ content: '\ebbe';
3166
+ position: absolute;
3167
+ }
3168
+ .ki-message-notify.ki-duotone:after {
3169
+ content: '\ebbf';
3170
+
3171
+ opacity: 0.3;
3172
+ }
3173
+ .ki-message-notify.ki-duotone:before {
3174
+ content: '\ebc0';
3175
+ position: absolute;
3176
+ }
3177
+ .ki-message-programming.ki-duotone:after {
3178
+ content: '\ebc1';
3179
+
3180
+ opacity: 0.3;
3181
+ }
3182
+ .ki-message-programming.ki-duotone:before {
3183
+ content: '\ebc2';
3184
+ position: absolute;
3185
+ }
3186
+ .ki-message-question.ki-duotone:after {
3187
+ content: '\ebc3';
3188
+
3189
+ opacity: 0.3;
3190
+ }
3191
+ .ki-message-question.ki-duotone:before {
3192
+ content: '\ebc4';
3193
+ position: absolute;
3194
+ }
3195
+ .ki-message-text-2.ki-duotone:after {
3196
+ content: '\ebc5';
3197
+
3198
+ opacity: 0.3;
3199
+ }
3200
+ .ki-message-text-2.ki-duotone:before {
3201
+ content: '\ebc6';
3202
+ position: absolute;
3203
+ }
3204
+ .ki-message-text.ki-duotone:after {
3205
+ content: '\ebc7';
3206
+
3207
+ opacity: 0.3;
3208
+ }
3209
+ .ki-message-text.ki-duotone:before {
3210
+ content: '\ebc8';
3211
+ position: absolute;
3212
+ }
3213
+ .ki-messages.ki-duotone:after {
3214
+ content: '\ebc9';
3215
+
3216
+ opacity: 0.3;
3217
+ }
3218
+ .ki-messages.ki-duotone:before {
3219
+ content: '\ebca';
3220
+ position: absolute;
3221
+ }
3222
+ .ki-microsoft.ki-duotone:after {
3223
+ content: '\ebcb';
3224
+ }
3225
+ .ki-microsoft.ki-duotone:before {
3226
+ content: '\ebcc';
3227
+ position: absolute;
3228
+
3229
+ opacity: 0.3;
3230
+ }
3231
+ .ki-milk.ki-duotone:after {
3232
+ content: '\ebcd';
3233
+
3234
+ opacity: 0.3;
3235
+ }
3236
+ .ki-milk.ki-duotone:before {
3237
+ content: '\ebce';
3238
+ position: absolute;
3239
+ }
3240
+ .ki-minus-circle.ki-duotone:after {
3241
+ content: '\ebcf';
3242
+
3243
+ opacity: 0.3;
3244
+ }
3245
+ .ki-minus-circle.ki-duotone:before {
3246
+ content: '\ebd0';
3247
+ position: absolute;
3248
+ }
3249
+ .ki-minus-folder.ki-duotone:after {
3250
+ content: '\ebd1';
3251
+
3252
+ opacity: 0.3;
3253
+ }
3254
+ .ki-minus-folder.ki-duotone:before {
3255
+ content: '\ebd2';
3256
+ position: absolute;
3257
+ }
3258
+ .ki-minus-squared.ki-duotone:after {
3259
+ content: '\ebd3';
3260
+
3261
+ opacity: 0.3;
3262
+ }
3263
+ .ki-minus-squared.ki-duotone:before {
3264
+ content: '\ebd4';
3265
+ position: absolute;
3266
+ }
3267
+ .ki-minus.ki-duotone:before {
3268
+ content: '\ebd5';
3269
+ }
3270
+ .ki-moon.ki-duotone:after {
3271
+ content: '\ebd6';
3272
+ }
3273
+ .ki-moon.ki-duotone:before {
3274
+ content: '\ebd7';
3275
+ position: absolute;
3276
+
3277
+ opacity: 0.3;
3278
+ }
3279
+ .ki-more-2.ki-duotone:after {
3280
+ content: '\ebd8';
3281
+
3282
+ opacity: 0.3;
3283
+ }
3284
+ .ki-more-2.ki-duotone:before {
3285
+ content: '\ebd9';
3286
+ position: absolute;
3287
+ }
3288
+ .ki-mouse-circle.ki-duotone:after {
3289
+ content: '\ebda';
3290
+ }
3291
+ .ki-mouse-circle.ki-duotone:before {
3292
+ content: '\ebdb';
3293
+ position: absolute;
3294
+
3295
+ opacity: 0.3;
3296
+ }
3297
+ .ki-mouse-square.ki-duotone:after {
3298
+ content: '\ebdc';
3299
+
3300
+ opacity: 0.3;
3301
+ }
3302
+ .ki-mouse-square.ki-duotone:before {
3303
+ content: '\ebdd';
3304
+ position: absolute;
3305
+ }
3306
+ .ki-mouse.ki-duotone:after {
3307
+ content: '\ebde';
3308
+
3309
+ opacity: 0.3;
3310
+ }
3311
+ .ki-mouse.ki-duotone:before {
3312
+ content: '\ebdf';
3313
+ position: absolute;
3314
+ }
3315
+ .ki-nexo.ki-duotone:after {
3316
+ content: '\ebe0';
3317
+
3318
+ opacity: 0.3;
3319
+ }
3320
+ .ki-nexo.ki-duotone:before {
3321
+ content: '\ebe1';
3322
+ position: absolute;
3323
+ }
3324
+ .ki-night-day.ki-duotone:after {
3325
+ content: '\ebe2';
3326
+
3327
+ opacity: 0.3;
3328
+ }
3329
+ .ki-night-day.ki-duotone:before {
3330
+ content: '\ebe3';
3331
+ position: absolute;
3332
+ }
3333
+ .ki-note-2.ki-duotone:after {
3334
+ content: '\ebe4';
3335
+
3336
+ opacity: 0.3;
3337
+ }
3338
+ .ki-note-2.ki-duotone:before {
3339
+ content: '\ebe5';
3340
+ position: absolute;
3341
+ }
3342
+ .ki-note.ki-duotone:after {
3343
+ content: '\ebe6';
3344
+
3345
+ opacity: 0.3;
3346
+ }
3347
+ .ki-note.ki-duotone:before {
3348
+ content: '\ebe7';
3349
+ position: absolute;
3350
+ }
3351
+ .ki-notepad-bookmark.ki-duotone:after {
3352
+ content: '\ebe8';
3353
+ }
3354
+ .ki-notepad-bookmark.ki-duotone:before {
3355
+ content: '\ebe9';
3356
+ position: absolute;
3357
+
3358
+ opacity: 0.3;
3359
+ }
3360
+ .ki-notepad-edit.ki-duotone:after {
3361
+ content: '\ebea';
3362
+
3363
+ opacity: 0.3;
3364
+ }
3365
+ .ki-notepad-edit.ki-duotone:before {
3366
+ content: '\ebeb';
3367
+ position: absolute;
3368
+ }
3369
+ .ki-notepad.ki-duotone:after {
3370
+ content: '\ebec';
3371
+
3372
+ opacity: 0.3;
3373
+ }
3374
+ .ki-notepad.ki-duotone:before {
3375
+ content: '\ebed';
3376
+ position: absolute;
3377
+ }
3378
+ .ki-notification-1.ki-duotone:after {
3379
+ content: '\ebee';
3380
+ }
3381
+ .ki-notification-1.ki-duotone:before {
3382
+ content: '\ebef';
3383
+ position: absolute;
3384
+
3385
+ opacity: 0.3;
3386
+ }
3387
+ .ki-notification-bing.ki-duotone:after {
3388
+ content: '\ebf0';
3389
+ }
3390
+ .ki-notification-bing.ki-duotone:before {
3391
+ content: '\ebf1';
3392
+ position: absolute;
3393
+
3394
+ opacity: 0.3;
3395
+ }
3396
+ .ki-notification-circle.ki-duotone:after {
3397
+ content: '\ebf2';
3398
+ }
3399
+ .ki-notification-circle.ki-duotone:before {
3400
+ content: '\ebf3';
3401
+ position: absolute;
3402
+
3403
+ opacity: 0.3;
3404
+ }
3405
+ .ki-notification-favorite.ki-duotone:after {
3406
+ content: '\ebf4';
3407
+ }
3408
+ .ki-notification-favorite.ki-duotone:before {
3409
+ content: '\ebf5';
3410
+ position: absolute;
3411
+
3412
+ opacity: 0.3;
3413
+ }
3414
+ .ki-notification-on.ki-duotone:after {
3415
+ content: '\ebf6';
3416
+
3417
+ opacity: 0.3;
3418
+ }
3419
+ .ki-notification-on.ki-duotone:before {
3420
+ content: '\ebf7';
3421
+ position: absolute;
3422
+ }
3423
+ .ki-notification-status.ki-duotone:after {
3424
+ content: '\ebf8';
3425
+
3426
+ opacity: 0.3;
3427
+ }
3428
+ .ki-notification-status.ki-duotone:before {
3429
+ content: '\ebf9';
3430
+ position: absolute;
3431
+ }
3432
+ .ki-notification.ki-duotone:after {
3433
+ content: '\ebfa';
3434
+
3435
+ opacity: 0.3;
3436
+ }
3437
+ .ki-notification.ki-duotone:before {
3438
+ content: '\ebfb';
3439
+ position: absolute;
3440
+ }
3441
+ .ki-ocean.ki-duotone:after {
3442
+ content: '\ebfc';
3443
+ }
3444
+ .ki-ocean.ki-duotone:before {
3445
+ content: '\ebfd';
3446
+ position: absolute;
3447
+
3448
+ opacity: 0.3;
3449
+ }
3450
+ .ki-office-bag.ki-duotone:after {
3451
+ content: '\ebfe';
3452
+
3453
+ opacity: 0.3;
3454
+ }
3455
+ .ki-office-bag.ki-duotone:before {
3456
+ content: '\ebff';
3457
+ position: absolute;
3458
+ }
3459
+ .ki-package.ki-duotone:after {
3460
+ content: '\ec00';
3461
+
3462
+ opacity: 0.3;
3463
+ }
3464
+ .ki-package.ki-duotone:before {
3465
+ content: '\ec01';
3466
+ position: absolute;
3467
+ }
3468
+ .ki-pad.ki-duotone:after {
3469
+ content: '\ec02';
3470
+
3471
+ opacity: 0.3;
3472
+ }
3473
+ .ki-pad.ki-duotone:before {
3474
+ content: '\ec03';
3475
+ position: absolute;
3476
+ }
3477
+ .ki-pails.ki-duotone:after {
3478
+ content: '\ec04';
3479
+
3480
+ opacity: 0.3;
3481
+ }
3482
+ .ki-pails.ki-duotone:before {
3483
+ content: '\ec05';
3484
+ position: absolute;
3485
+ }
3486
+ .ki-paintbucket.ki-duotone:after {
3487
+ content: '\ec06';
3488
+
3489
+ opacity: 0.3;
3490
+ }
3491
+ .ki-paintbucket.ki-duotone:before {
3492
+ content: '\ec07';
3493
+ position: absolute;
3494
+ }
3495
+ .ki-paper-clip.ki-duotone:before {
3496
+ content: '\ec08';
3497
+ }
3498
+ .ki-paper-plane.ki-duotone:after {
3499
+ content: '\ec09';
3500
+ }
3501
+ .ki-paper-plane.ki-duotone:before {
3502
+ content: '\ec0a';
3503
+ position: absolute;
3504
+
3505
+ opacity: 0.3;
3506
+ }
3507
+ .ki-parcel-tracking.ki-duotone:after {
3508
+ content: '\ec0b';
3509
+ }
3510
+ .ki-parcel-tracking.ki-duotone:before {
3511
+ content: '\ec0c';
3512
+ position: absolute;
3513
+
3514
+ opacity: 0.3;
3515
+ }
3516
+ .ki-parcel.ki-duotone:after {
3517
+ content: '\ec0d';
3518
+
3519
+ opacity: 0.3;
3520
+ }
3521
+ .ki-parcel.ki-duotone:before {
3522
+ content: '\ec0e';
3523
+ position: absolute;
3524
+ }
3525
+ .ki-password-check.ki-duotone:after {
3526
+ content: '\ec0f';
3527
+ }
3528
+ .ki-password-check.ki-duotone:before {
3529
+ content: '\ec10';
3530
+ position: absolute;
3531
+
3532
+ opacity: 0.3;
3533
+ }
3534
+ .ki-paypal.ki-duotone:after {
3535
+ content: '\ec11';
3536
+ }
3537
+ .ki-paypal.ki-duotone:before {
3538
+ content: '\ec12';
3539
+ position: absolute;
3540
+
3541
+ opacity: 0.3;
3542
+ }
3543
+ .ki-pencil.ki-duotone:after {
3544
+ content: '\ec13';
3545
+
3546
+ opacity: 0.3;
3547
+ }
3548
+ .ki-pencil.ki-duotone:before {
3549
+ content: '\ec14';
3550
+ position: absolute;
3551
+ }
3552
+ .ki-people.ki-duotone:after {
3553
+ content: '\ec15';
3554
+ }
3555
+ .ki-people.ki-duotone:before {
3556
+ content: '\ec16';
3557
+ position: absolute;
3558
+
3559
+ opacity: 0.3;
3560
+ }
3561
+ .ki-percentage.ki-duotone:after {
3562
+ content: '\ec17';
3563
+ }
3564
+ .ki-percentage.ki-duotone:before {
3565
+ content: '\ec18';
3566
+ position: absolute;
3567
+
3568
+ opacity: 0.3;
3569
+ }
3570
+ .ki-phone.ki-duotone:after {
3571
+ content: '\ec19';
3572
+
3573
+ opacity: 0.3;
3574
+ }
3575
+ .ki-phone.ki-duotone:before {
3576
+ content: '\ec1a';
3577
+ position: absolute;
3578
+ }
3579
+ .ki-photoshop.ki-duotone:after {
3580
+ content: '\ec1b';
3581
+
3582
+ opacity: 0.3;
3583
+ }
3584
+ .ki-photoshop.ki-duotone:before {
3585
+ content: '\ec1c';
3586
+ position: absolute;
3587
+ }
3588
+ .ki-picture.ki-duotone:after {
3589
+ content: '\ec1d';
3590
+
3591
+ opacity: 0.3;
3592
+ }
3593
+ .ki-picture.ki-duotone:before {
3594
+ content: '\ec1e';
3595
+ position: absolute;
3596
+ }
3597
+ .ki-pill.ki-duotone:before {
3598
+ content: '\ec1f';
3599
+ }
3600
+ .ki-pin.ki-duotone:after {
3601
+ content: '\ec20';
3602
+
3603
+ opacity: 0.3;
3604
+ }
3605
+ .ki-pin.ki-duotone:before {
3606
+ content: '\ec21';
3607
+ position: absolute;
3608
+ }
3609
+ .ki-plus-circle.ki-duotone:after {
3610
+ content: '\ec22';
3611
+
3612
+ opacity: 0.3;
3613
+ }
3614
+ .ki-plus-circle.ki-duotone:before {
3615
+ content: '\ec23';
3616
+ position: absolute;
3617
+ }
3618
+ .ki-plus-squared.ki-duotone:after {
3619
+ content: '\ec24';
3620
+
3621
+ opacity: 0.3;
3622
+ }
3623
+ .ki-plus-squared.ki-duotone:before {
3624
+ content: '\ec25';
3625
+ position: absolute;
3626
+ }
3627
+ .ki-plus.ki-duotone:before {
3628
+ content: '\ec26';
3629
+ }
3630
+ .ki-pointers.ki-duotone:after {
3631
+ content: '\ec27';
3632
+
3633
+ opacity: 0.3;
3634
+ }
3635
+ .ki-pointers.ki-duotone:before {
3636
+ content: '\ec28';
3637
+ position: absolute;
3638
+ }
3639
+ .ki-price-tag.ki-duotone:after {
3640
+ content: '\ec29';
3641
+
3642
+ opacity: 0.3;
3643
+ }
3644
+ .ki-price-tag.ki-duotone:before {
3645
+ content: '\ec2a';
3646
+ position: absolute;
3647
+ }
3648
+ .ki-printer.ki-duotone:after {
3649
+ content: '\ec2b';
3650
+
3651
+ opacity: 0.3;
3652
+ }
3653
+ .ki-printer.ki-duotone:before {
3654
+ content: '\ec2c';
3655
+ position: absolute;
3656
+ }
3657
+ .ki-profile-circle.ki-duotone:after {
3658
+ content: '\ec2d';
3659
+
3660
+ opacity: 0.3;
3661
+ }
3662
+ .ki-profile-circle.ki-duotone:before {
3663
+ content: '\ec2e';
3664
+ position: absolute;
3665
+ }
3666
+ .ki-pulse.ki-duotone:after {
3667
+ content: '\ec2f';
3668
+
3669
+ opacity: 0.3;
3670
+ }
3671
+ .ki-pulse.ki-duotone:before {
3672
+ content: '\ec30';
3673
+ position: absolute;
3674
+ }
3675
+ .ki-purchase.ki-duotone:after {
3676
+ content: '\ec31';
3677
+
3678
+ opacity: 0.3;
3679
+ }
3680
+ .ki-purchase.ki-duotone:before {
3681
+ content: '\ec32';
3682
+ position: absolute;
3683
+ }
3684
+ .ki-python.ki-duotone:after {
3685
+ content: '\ec33';
3686
+
3687
+ opacity: 0.3;
3688
+ }
3689
+ .ki-python.ki-duotone:before {
3690
+ content: '\ec34';
3691
+ position: absolute;
3692
+ }
3693
+ .ki-question-2.ki-duotone:after {
3694
+ content: '\ec35';
3695
+
3696
+ opacity: 0.3;
3697
+ }
3698
+ .ki-question-2.ki-duotone:before {
3699
+ content: '\ec36';
3700
+ position: absolute;
3701
+ }
3702
+ .ki-question.ki-duotone:after {
3703
+ content: '\ec37';
3704
+
3705
+ opacity: 0.3;
3706
+ }
3707
+ .ki-question.ki-duotone:before {
3708
+ content: '\ec38';
3709
+ position: absolute;
3710
+ }
3711
+ .ki-questionnaire-tablet.ki-duotone:after {
3712
+ content: '\ec39';
3713
+
3714
+ opacity: 0.3;
3715
+ }
3716
+ .ki-questionnaire-tablet.ki-duotone:before {
3717
+ content: '\ec3a';
3718
+ position: absolute;
3719
+ }
3720
+ .ki-ranking.ki-duotone:after {
3721
+ content: '\ec3b';
3722
+
3723
+ opacity: 0.3;
3724
+ }
3725
+ .ki-ranking.ki-duotone:before {
3726
+ content: '\ec3c';
3727
+ position: absolute;
3728
+ }
3729
+ .ki-react.ki-duotone:after {
3730
+ content: '\ec3d';
3731
+
3732
+ opacity: 0.3;
3733
+ }
3734
+ .ki-react.ki-duotone:before {
3735
+ content: '\ec3e';
3736
+ position: absolute;
3737
+ }
3738
+ .ki-receipt-square.ki-duotone:after {
3739
+ content: '\ec3f';
3740
+
3741
+ opacity: 0.3;
3742
+ }
3743
+ .ki-receipt-square.ki-duotone:before {
3744
+ content: '\ec40';
3745
+ position: absolute;
3746
+ }
3747
+ .ki-rescue.ki-duotone:after {
3748
+ content: '\ec41';
3749
+
3750
+ opacity: 0.3;
3751
+ }
3752
+ .ki-rescue.ki-duotone:before {
3753
+ content: '\ec42';
3754
+ position: absolute;
3755
+ }
3756
+ .ki-right-left.ki-duotone:after {
3757
+ content: '\ec43';
3758
+ }
3759
+ .ki-right-left.ki-duotone:before {
3760
+ content: '\ec44';
3761
+ position: absolute;
3762
+
3763
+ opacity: 0.3;
3764
+ }
3765
+ .ki-right-square.ki-duotone:after {
3766
+ content: '\ec45';
3767
+
3768
+ opacity: 0.3;
3769
+ }
3770
+ .ki-right-square.ki-duotone:before {
3771
+ content: '\ec46';
3772
+ position: absolute;
3773
+ }
3774
+ .ki-right.ki-duotone:before {
3775
+ content: '\ec47';
3776
+ }
3777
+ .ki-rocket.ki-duotone:after {
3778
+ content: '\ec48';
3779
+
3780
+ opacity: 0.3;
3781
+ }
3782
+ .ki-rocket.ki-duotone:before {
3783
+ content: '\ec49';
3784
+ position: absolute;
3785
+ }
3786
+ .ki-route.ki-duotone:after {
3787
+ content: '\ec4a';
3788
+ }
3789
+ .ki-route.ki-duotone:before {
3790
+ content: '\ec4b';
3791
+ position: absolute;
3792
+
3793
+ opacity: 0.3;
3794
+ }
3795
+ .ki-router.ki-duotone:after {
3796
+ content: '\ec4c';
3797
+
3798
+ opacity: 0.3;
3799
+ }
3800
+ .ki-router.ki-duotone:before {
3801
+ content: '\ec4d';
3802
+ position: absolute;
3803
+ }
3804
+ .ki-row-horizontal.ki-duotone:after {
3805
+ content: '\ec4e';
3806
+ }
3807
+ .ki-row-horizontal.ki-duotone:before {
3808
+ content: '\ec4f';
3809
+ position: absolute;
3810
+
3811
+ opacity: 0.3;
3812
+ }
3813
+ .ki-row-vertical.ki-duotone:after {
3814
+ content: '\ec50';
3815
+ }
3816
+ .ki-row-vertical.ki-duotone:before {
3817
+ content: '\ec51';
3818
+ position: absolute;
3819
+
3820
+ opacity: 0.3;
3821
+ }
3822
+ .ki-safe-home.ki-duotone:after {
3823
+ content: '\ec52';
3824
+
3825
+ opacity: 0.3;
3826
+ }
3827
+ .ki-safe-home.ki-duotone:before {
3828
+ content: '\ec53';
3829
+ position: absolute;
3830
+ }
3831
+ .ki-satellite.ki-duotone:after {
3832
+ content: '\ec54';
3833
+
3834
+ opacity: 0.3;
3835
+ }
3836
+ .ki-satellite.ki-duotone:before {
3837
+ content: '\ec55';
3838
+ position: absolute;
3839
+ }
3840
+ .ki-save-2.ki-duotone:after {
3841
+ content: '\ec56';
3842
+
3843
+ opacity: 0.3;
3844
+ }
3845
+ .ki-save-2.ki-duotone:before {
3846
+ content: '\ec57';
3847
+ position: absolute;
3848
+ }
3849
+ .ki-save-deposit.ki-duotone:after {
3850
+ content: '\ec58';
3851
+ }
3852
+ .ki-save-deposit.ki-duotone:before {
3853
+ content: '\ec59';
3854
+ position: absolute;
3855
+
3856
+ opacity: 0.3;
3857
+ }
3858
+ .ki-scan-barcode.ki-duotone:after {
3859
+ content: '\ec5a';
3860
+ }
3861
+ .ki-scan-barcode.ki-duotone:before {
3862
+ content: '\ec5b';
3863
+ position: absolute;
3864
+
3865
+ opacity: 0.3;
3866
+ }
3867
+ .ki-screen.ki-duotone:after {
3868
+ content: '\ec5c';
3869
+
3870
+ opacity: 0.3;
3871
+ }
3872
+ .ki-screen.ki-duotone:before {
3873
+ content: '\ec5d';
3874
+ position: absolute;
3875
+ }
3876
+ .ki-scroll.ki-duotone:after {
3877
+ content: '\ec5e';
3878
+
3879
+ opacity: 0.3;
3880
+ }
3881
+ .ki-scroll.ki-duotone:before {
3882
+ content: '\ec5f';
3883
+ position: absolute;
3884
+ }
3885
+ .ki-search-list.ki-duotone:after {
3886
+ content: '\ec60';
3887
+
3888
+ opacity: 0.3;
3889
+ }
3890
+ .ki-search-list.ki-duotone:before {
3891
+ content: '\ec61';
3892
+ position: absolute;
3893
+ }
3894
+ .ki-security-user.ki-duotone:after {
3895
+ content: '\ec62';
3896
+
3897
+ opacity: 0.3;
3898
+ }
3899
+ .ki-security-user.ki-duotone:before {
3900
+ content: '\ec63';
3901
+ position: absolute;
3902
+ }
3903
+ .ki-setting-2.ki-duotone:after {
3904
+ content: '\ec64';
3905
+
3906
+ opacity: 0.3;
3907
+ }
3908
+ .ki-setting-2.ki-duotone:before {
3909
+ content: '\ec65';
3910
+ position: absolute;
3911
+ }
3912
+ .ki-setting-3.ki-duotone:after {
3913
+ content: '\ec66';
3914
+
3915
+ opacity: 0.3;
3916
+ }
3917
+ .ki-setting-3.ki-duotone:before {
3918
+ content: '\ec67';
3919
+ position: absolute;
3920
+ }
3921
+ .ki-setting-4.ki-duotone:before {
3922
+ content: '\ec68';
3923
+ }
3924
+ .ki-setting.ki-duotone:after {
3925
+ content: '\ec69';
3926
+
3927
+ opacity: 0.3;
3928
+ }
3929
+ .ki-setting.ki-duotone:before {
3930
+ content: '\ec6a';
3931
+ position: absolute;
3932
+ }
3933
+ .ki-share.ki-duotone:after {
3934
+ content: '\ec6b';
3935
+
3936
+ opacity: 0.3;
3937
+ }
3938
+ .ki-share.ki-duotone:before {
3939
+ content: '\ec6c';
3940
+ position: absolute;
3941
+ }
3942
+ .ki-shield-cross.ki-duotone:after {
3943
+ content: '\ec6d';
3944
+
3945
+ opacity: 0.3;
3946
+ }
3947
+ .ki-shield-cross.ki-duotone:before {
3948
+ content: '\ec6e';
3949
+ position: absolute;
3950
+ }
3951
+ .ki-shield-search.ki-duotone:after {
3952
+ content: '\ec6f';
3953
+
3954
+ opacity: 0.3;
3955
+ }
3956
+ .ki-shield-search.ki-duotone:before {
3957
+ content: '\ec70';
3958
+ position: absolute;
3959
+ }
3960
+ .ki-shield-slash.ki-duotone:after {
3961
+ content: '\ec71';
3962
+ }
3963
+ .ki-shield-slash.ki-duotone:before {
3964
+ content: '\ec72';
3965
+ position: absolute;
3966
+
3967
+ opacity: 0.3;
3968
+ }
3969
+ .ki-shield-tick.ki-duotone:after {
3970
+ content: '\ec73';
3971
+
3972
+ opacity: 0.3;
3973
+ }
3974
+ .ki-shield-tick.ki-duotone:before {
3975
+ content: '\ec74';
3976
+ position: absolute;
3977
+ }
3978
+ .ki-shield.ki-duotone:after {
3979
+ content: '\ec75';
3980
+
3981
+ opacity: 0.3;
3982
+ }
3983
+ .ki-shield.ki-duotone:before {
3984
+ content: '\ec76';
3985
+ position: absolute;
3986
+ }
3987
+ .ki-ship.ki-duotone:after {
3988
+ content: '\ec77';
3989
+
3990
+ opacity: 0.3;
3991
+ }
3992
+ .ki-ship.ki-duotone:before {
3993
+ content: '\ec78';
3994
+ position: absolute;
3995
+ }
3996
+ .ki-shop.ki-duotone:after {
3997
+ content: '\ec79';
3998
+ }
3999
+ .ki-shop.ki-duotone:before {
4000
+ content: '\ec7a';
4001
+ position: absolute;
4002
+
4003
+ opacity: 0.3;
4004
+ }
4005
+ .ki-simcard-2.ki-duotone:after {
4006
+ content: '\ec7b';
4007
+
4008
+ opacity: 0.3;
4009
+ }
4010
+ .ki-simcard-2.ki-duotone:before {
4011
+ content: '\ec7c';
4012
+ position: absolute;
4013
+ }
4014
+ .ki-simcard.ki-duotone:after {
4015
+ content: '\ec7d';
4016
+
4017
+ opacity: 0.3;
4018
+ }
4019
+ .ki-simcard.ki-duotone:before {
4020
+ content: '\ec7e';
4021
+ position: absolute;
4022
+ }
4023
+ .ki-size.ki-duotone:after {
4024
+ content: '\ec7f';
4025
+
4026
+ opacity: 0.3;
4027
+ }
4028
+ .ki-size.ki-duotone:before {
4029
+ content: '\ec80';
4030
+ position: absolute;
4031
+ }
4032
+ .ki-slack.ki-duotone:after {
4033
+ content: '\ec81';
4034
+ }
4035
+ .ki-slack.ki-duotone:before {
4036
+ content: '\ec82';
4037
+ position: absolute;
4038
+
4039
+ opacity: 0.3;
4040
+ }
4041
+ .ki-slider-horizontal-2.ki-duotone:after {
4042
+ content: '\ec83';
4043
+ }
4044
+ .ki-slider-horizontal-2.ki-duotone:before {
4045
+ content: '\ec84';
4046
+ position: absolute;
4047
+
4048
+ opacity: 0.3;
4049
+ }
4050
+ .ki-slider-horizontal.ki-duotone:after {
4051
+ content: '\ec85';
4052
+
4053
+ opacity: 0.3;
4054
+ }
4055
+ .ki-slider-horizontal.ki-duotone:before {
4056
+ content: '\ec86';
4057
+ position: absolute;
4058
+ }
4059
+ .ki-slider-vertica.ki-duotone:after {
4060
+ content: '\ec87';
4061
+
4062
+ opacity: 0.3;
4063
+ }
4064
+ .ki-slider-vertica.ki-duotone:before {
4065
+ content: '\ec88';
4066
+ position: absolute;
4067
+ }
4068
+ .ki-slider-vertical.ki-duotone:after {
4069
+ content: '\ec89';
4070
+ }
4071
+ .ki-slider-vertical.ki-duotone:before {
4072
+ content: '\ec8a';
4073
+ position: absolute;
4074
+
4075
+ opacity: 0.3;
4076
+ }
4077
+ .ki-slider.ki-duotone:after {
4078
+ content: '\ec8b';
4079
+
4080
+ opacity: 0.3;
4081
+ }
4082
+ .ki-slider.ki-duotone:before {
4083
+ content: '\ec8c';
4084
+ position: absolute;
4085
+ }
4086
+ .ki-sms.ki-duotone:after {
4087
+ content: '\ec8d';
4088
+
4089
+ opacity: 0.3;
4090
+ }
4091
+ .ki-sms.ki-duotone:before {
4092
+ content: '\ec8e';
4093
+ position: absolute;
4094
+ }
4095
+ .ki-snapchat.ki-duotone:after {
4096
+ content: '\ec8f';
4097
+ }
4098
+ .ki-snapchat.ki-duotone:before {
4099
+ content: '\ec90';
4100
+ position: absolute;
4101
+
4102
+ opacity: 0.3;
4103
+ }
4104
+ .ki-social-media.ki-duotone:after {
4105
+ content: '\ec91';
4106
+ }
4107
+ .ki-social-media.ki-duotone:before {
4108
+ content: '\ec92';
4109
+ position: absolute;
4110
+
4111
+ opacity: 0.3;
4112
+ }
4113
+ .ki-soft-2.ki-duotone:after {
4114
+ content: '\ec93';
4115
+
4116
+ opacity: 0.3;
4117
+ }
4118
+ .ki-soft-2.ki-duotone:before {
4119
+ content: '\ec94';
4120
+ position: absolute;
4121
+ }
4122
+ .ki-soft-3.ki-duotone:after {
4123
+ content: '\ec95';
4124
+ }
4125
+ .ki-soft-3.ki-duotone:before {
4126
+ content: '\ec96';
4127
+ position: absolute;
4128
+
4129
+ opacity: 0.3;
4130
+ }
4131
+ .ki-soft.ki-duotone:after {
4132
+ content: '\ec97';
4133
+
4134
+ opacity: 0.3;
4135
+ }
4136
+ .ki-soft.ki-duotone:before {
4137
+ content: '\ec98';
4138
+ position: absolute;
4139
+ }
4140
+ .ki-some-files.ki-duotone:after {
4141
+ content: '\ec99';
4142
+
4143
+ opacity: 0.3;
4144
+ }
4145
+ .ki-some-files.ki-duotone:before {
4146
+ content: '\ec9a';
4147
+ position: absolute;
4148
+ }
4149
+ .ki-sort.ki-duotone:after {
4150
+ content: '\ec9b';
4151
+
4152
+ opacity: 0.3;
4153
+ }
4154
+ .ki-sort.ki-duotone:before {
4155
+ content: '\ec9c';
4156
+ position: absolute;
4157
+ }
4158
+ .ki-speaker.ki-duotone:after {
4159
+ content: '\ec9d';
4160
+
4161
+ opacity: 0.3;
4162
+ }
4163
+ .ki-speaker.ki-duotone:before {
4164
+ content: '\ec9e';
4165
+ position: absolute;
4166
+ }
4167
+ .ki-spotify.ki-duotone:after {
4168
+ content: '\ec9f';
4169
+ }
4170
+ .ki-spotify.ki-duotone:before {
4171
+ content: '\eca0';
4172
+ position: absolute;
4173
+
4174
+ opacity: 0.3;
4175
+ }
4176
+ .ki-spring-framework.ki-duotone:before {
4177
+ content: '\eca1';
4178
+ }
4179
+ .ki-square-brackets.ki-duotone:after {
4180
+ content: '\eca2';
4181
+
4182
+ opacity: 0.3;
4183
+ }
4184
+ .ki-square-brackets.ki-duotone:before {
4185
+ content: '\eca3';
4186
+ position: absolute;
4187
+ }
4188
+ .ki-star.ki-duotone:before {
4189
+ content: '\eca4';
4190
+ }
4191
+ .ki-status.ki-duotone:after {
4192
+ content: '\eca5';
4193
+
4194
+ opacity: 0.3;
4195
+ }
4196
+ .ki-status.ki-duotone:before {
4197
+ content: '\eca6';
4198
+ position: absolute;
4199
+ }
4200
+ .ki-subtitle.ki-duotone:after {
4201
+ content: '\eca7';
4202
+
4203
+ opacity: 0.3;
4204
+ }
4205
+ .ki-subtitle.ki-duotone:before {
4206
+ content: '\eca8';
4207
+ position: absolute;
4208
+ }
4209
+ .ki-sun.ki-duotone:after {
4210
+ content: '\eca9';
4211
+
4212
+ opacity: 0.3;
4213
+ }
4214
+ .ki-sun.ki-duotone:before {
4215
+ content: '\ecaa';
4216
+ position: absolute;
4217
+ }
4218
+ .ki-support.ki-duotone:after {
4219
+ content: '\ecab';
4220
+
4221
+ opacity: 0.3;
4222
+ }
4223
+ .ki-support.ki-duotone:before {
4224
+ content: '\ecac';
4225
+ position: absolute;
4226
+ }
4227
+ .ki-switch.ki-duotone:after {
4228
+ content: '\ecad';
4229
+ }
4230
+ .ki-switch.ki-duotone:before {
4231
+ content: '\ecae';
4232
+ position: absolute;
4233
+
4234
+ opacity: 0.3;
4235
+ }
4236
+ .ki-syringe.ki-duotone:after {
4237
+ content: '\ecaf';
4238
+
4239
+ opacity: 0.3;
4240
+ }
4241
+ .ki-syringe.ki-duotone:before {
4242
+ content: '\ecb0';
4243
+ position: absolute;
4244
+ }
4245
+ .ki-tab-tablet.ki-duotone:after {
4246
+ content: '\ecb1';
4247
+
4248
+ opacity: 0.3;
4249
+ }
4250
+ .ki-tab-tablet.ki-duotone:before {
4251
+ content: '\ecb2';
4252
+ position: absolute;
4253
+ }
4254
+ .ki-tablet-delete.ki-duotone:after {
4255
+ content: '\ecb3';
4256
+
4257
+ opacity: 0.3;
4258
+ }
4259
+ .ki-tablet-delete.ki-duotone:before {
4260
+ content: '\ecb4';
4261
+ position: absolute;
4262
+ }
4263
+ .ki-tablet-down.ki-duotone:after {
4264
+ content: '\ecb5';
4265
+
4266
+ opacity: 0.3;
4267
+ }
4268
+ .ki-tablet-down.ki-duotone:before {
4269
+ content: '\ecb6';
4270
+ position: absolute;
4271
+ }
4272
+ .ki-tablet-ok.ki-duotone:after {
4273
+ content: '\ecb7';
4274
+
4275
+ opacity: 0.3;
4276
+ }
4277
+ .ki-tablet-ok.ki-duotone:before {
4278
+ content: '\ecb8';
4279
+ position: absolute;
4280
+ }
4281
+ .ki-tablet-text-down.ki-duotone:after {
4282
+ content: '\ecb9';
4283
+
4284
+ opacity: 0.3;
4285
+ }
4286
+ .ki-tablet-text-down.ki-duotone:before {
4287
+ content: '\ecba';
4288
+ position: absolute;
4289
+ }
4290
+ .ki-tablet-text-up.ki-duotone:after {
4291
+ content: '\ecbb';
4292
+ }
4293
+ .ki-tablet-text-up.ki-duotone:before {
4294
+ content: '\ecbc';
4295
+ position: absolute;
4296
+
4297
+ opacity: 0.3;
4298
+ }
4299
+ .ki-tablet-up.ki-duotone:after {
4300
+ content: '\ecbd';
4301
+
4302
+ opacity: 0.3;
4303
+ }
4304
+ .ki-tablet-up.ki-duotone:before {
4305
+ content: '\ecbe';
4306
+ position: absolute;
4307
+ }
4308
+ .ki-tablet.ki-duotone:after {
4309
+ content: '\ecbf';
4310
+ }
4311
+ .ki-tablet.ki-duotone:before {
4312
+ content: '\ecc0';
4313
+ position: absolute;
4314
+
4315
+ opacity: 0.3;
4316
+ }
4317
+ .ki-tag-cross.ki-duotone:after {
4318
+ content: '\ecc1';
4319
+ }
4320
+ .ki-tag-cross.ki-duotone:before {
4321
+ content: '\ecc2';
4322
+ position: absolute;
4323
+
4324
+ opacity: 0.3;
4325
+ }
4326
+ .ki-tag.ki-duotone:after {
4327
+ content: '\ecc3';
4328
+
4329
+ opacity: 0.3;
4330
+ }
4331
+ .ki-tag.ki-duotone:before {
4332
+ content: '\ecc4';
4333
+ position: absolute;
4334
+ }
4335
+ .ki-teacher.ki-duotone:after {
4336
+ content: '\ecc5';
4337
+
4338
+ opacity: 0.3;
4339
+ }
4340
+ .ki-teacher.ki-duotone:before {
4341
+ content: '\ecc6';
4342
+ position: absolute;
4343
+ }
4344
+ .ki-technology-1.ki-duotone:after {
4345
+ content: '\ecc7';
4346
+ }
4347
+ .ki-technology-1.ki-duotone:before {
4348
+ content: '\ecc8';
4349
+ position: absolute;
4350
+
4351
+ opacity: 0.3;
4352
+ }
4353
+ .ki-technology-2.ki-duotone:after {
4354
+ content: '\ecc9';
4355
+
4356
+ opacity: 0.3;
4357
+ }
4358
+ .ki-technology-2.ki-duotone:before {
4359
+ content: '\ecca';
4360
+ position: absolute;
4361
+ }
4362
+ .ki-technology-3.ki-duotone:after {
4363
+ content: '\eccb';
4364
+
4365
+ opacity: 0.3;
4366
+ }
4367
+ .ki-technology-3.ki-duotone:before {
4368
+ content: '\eccc';
4369
+ position: absolute;
4370
+ }
4371
+ .ki-technology-4.ki-duotone:after {
4372
+ content: '\eccd';
4373
+
4374
+ opacity: 0.3;
4375
+ }
4376
+ .ki-technology-4.ki-duotone:before {
4377
+ content: '\ecce';
4378
+ position: absolute;
4379
+ }
4380
+ .ki-telephone-geolocation.ki-duotone:after {
4381
+ content: '\eccf';
4382
+
4383
+ opacity: 0.3;
4384
+ }
4385
+ .ki-telephone-geolocation.ki-duotone:before {
4386
+ content: '\ecd0';
4387
+ position: absolute;
4388
+ }
4389
+ .ki-test-tubes.ki-duotone:after {
4390
+ content: '\ecd1';
4391
+
4392
+ opacity: 0.3;
4393
+ }
4394
+ .ki-test-tubes.ki-duotone:before {
4395
+ content: '\ecd2';
4396
+ position: absolute;
4397
+ }
4398
+ .ki-text-bold.ki-duotone:after {
4399
+ content: '\ecd3';
4400
+
4401
+ opacity: 0.3;
4402
+ }
4403
+ .ki-text-bold.ki-duotone:before {
4404
+ content: '\ecd4';
4405
+ position: absolute;
4406
+ }
4407
+ .ki-text-circle.ki-duotone:after {
4408
+ content: '\ecd5';
4409
+
4410
+ opacity: 0.3;
4411
+ }
4412
+ .ki-text-circle.ki-duotone:before {
4413
+ content: '\ecd6';
4414
+ position: absolute;
4415
+ }
4416
+ .ki-text-italic.ki-duotone:after {
4417
+ content: '\ecd7';
4418
+
4419
+ opacity: 0.3;
4420
+ }
4421
+ .ki-text-italic.ki-duotone:before {
4422
+ content: '\ecd8';
4423
+ position: absolute;
4424
+ }
4425
+ .ki-text-number.ki-duotone:after {
4426
+ content: '\ecd9';
4427
+
4428
+ opacity: 0.3;
4429
+ }
4430
+ .ki-text-number.ki-duotone:before {
4431
+ content: '\ecda';
4432
+ position: absolute;
4433
+ }
4434
+ .ki-text-strikethrough.ki-duotone:after {
4435
+ content: '\ecdb';
4436
+
4437
+ opacity: 0.3;
4438
+ }
4439
+ .ki-text-strikethrough.ki-duotone:before {
4440
+ content: '\ecdc';
4441
+ position: absolute;
4442
+ }
4443
+ .ki-text-underline.ki-duotone:after {
4444
+ content: '\ecdd';
4445
+
4446
+ opacity: 0.3;
4447
+ }
4448
+ .ki-text-underline.ki-duotone:before {
4449
+ content: '\ecde';
4450
+ position: absolute;
4451
+ }
4452
+ .ki-text.ki-duotone:before {
4453
+ content: '\ecdf';
4454
+ }
4455
+ .ki-textalign-center.ki-duotone:after {
4456
+ content: '\ece0';
4457
+ }
4458
+ .ki-textalign-center.ki-duotone:before {
4459
+ content: '\ece1';
4460
+ position: absolute;
4461
+
4462
+ opacity: 0.3;
4463
+ }
4464
+ .ki-textalign-justifycenter.ki-duotone:after {
4465
+ content: '\ece2';
4466
+ }
4467
+ .ki-textalign-justifycenter.ki-duotone:before {
4468
+ content: '\ece3';
4469
+ position: absolute;
4470
+
4471
+ opacity: 0.3;
4472
+ }
4473
+ .ki-textalign-left.ki-duotone:after {
4474
+ content: '\ece4';
4475
+ }
4476
+ .ki-textalign-left.ki-duotone:before {
4477
+ content: '\ece5';
4478
+ position: absolute;
4479
+
4480
+ opacity: 0.3;
4481
+ }
4482
+ .ki-textalign-right.ki-duotone:after {
4483
+ content: '\ece6';
4484
+ }
4485
+ .ki-textalign-right.ki-duotone:before {
4486
+ content: '\ece7';
4487
+ position: absolute;
4488
+
4489
+ opacity: 0.3;
4490
+ }
4491
+ .ki-thermometer.ki-duotone:after {
4492
+ content: '\ece8';
4493
+
4494
+ opacity: 0.3;
4495
+ }
4496
+ .ki-thermometer.ki-duotone:before {
4497
+ content: '\ece9';
4498
+ position: absolute;
4499
+ }
4500
+ .ki-theta-theta.ki-duotone:after {
4501
+ content: '\ecea';
4502
+ }
4503
+ .ki-theta-theta.ki-duotone:before {
4504
+ content: '\eceb';
4505
+ position: absolute;
4506
+
4507
+ opacity: 0.3;
4508
+ }
4509
+ .ki-tiktok.ki-duotone:after {
4510
+ content: '\ecec';
4511
+
4512
+ opacity: 0.3;
4513
+ }
4514
+ .ki-tiktok.ki-duotone:before {
4515
+ content: '\eced';
4516
+ position: absolute;
4517
+ }
4518
+ .ki-time.ki-duotone:after {
4519
+ content: '\ecee';
4520
+
4521
+ opacity: 0.3;
4522
+ }
4523
+ .ki-time.ki-duotone:before {
4524
+ content: '\ecef';
4525
+ position: absolute;
4526
+ }
4527
+ .ki-timer.ki-duotone:after {
4528
+ content: '\ecf0';
4529
+
4530
+ opacity: 0.3;
4531
+ }
4532
+ .ki-timer.ki-duotone:before {
4533
+ content: '\ecf1';
4534
+ position: absolute;
4535
+ }
4536
+ .ki-to-left.ki-duotone:before {
4537
+ content: '\ecf2';
4538
+ }
4539
+ .ki-to-right.ki-duotone:before {
4540
+ content: '\ecf3';
4541
+ }
4542
+ .ki-toggle-off-circle.ki-duotone:after {
4543
+ content: '\ecf4';
4544
+
4545
+ opacity: 0.3;
4546
+ }
4547
+ .ki-toggle-off-circle.ki-duotone:before {
4548
+ content: '\ecf5';
4549
+ position: absolute;
4550
+ }
4551
+ .ki-toggle-off.ki-duotone:after {
4552
+ content: '\ecf6';
4553
+
4554
+ opacity: 0.3;
4555
+ }
4556
+ .ki-toggle-off.ki-duotone:before {
4557
+ content: '\ecf7';
4558
+ position: absolute;
4559
+ }
4560
+ .ki-toggle-on-circle.ki-duotone:after {
4561
+ content: '\ecf8';
4562
+
4563
+ opacity: 0.3;
4564
+ }
4565
+ .ki-toggle-on-circle.ki-duotone:before {
4566
+ content: '\ecf9';
4567
+ position: absolute;
4568
+ }
4569
+ .ki-toggle-on.ki-duotone:after {
4570
+ content: '\ecfa';
4571
+
4572
+ opacity: 0.3;
4573
+ }
4574
+ .ki-toggle-on.ki-duotone:before {
4575
+ content: '\ecfb';
4576
+ position: absolute;
4577
+ }
4578
+ .ki-trash-square.ki-duotone:after {
4579
+ content: '\ecfc';
4580
+
4581
+ opacity: 0.3;
4582
+ }
4583
+ .ki-trash-square.ki-duotone:before {
4584
+ content: '\ecfd';
4585
+ position: absolute;
4586
+ }
4587
+ .ki-trash.ki-duotone:after {
4588
+ content: '\ecfe';
4589
+
4590
+ opacity: 0.3;
4591
+ }
4592
+ .ki-trash.ki-duotone:before {
4593
+ content: '\ecff';
4594
+ position: absolute;
4595
+ }
4596
+ .ki-tree.ki-duotone:after {
4597
+ content: '\ed00';
4598
+
4599
+ opacity: 0.3;
4600
+ }
4601
+ .ki-tree.ki-duotone:before {
4602
+ content: '\ed01';
4603
+ position: absolute;
4604
+ }
4605
+ .ki-trello.ki-duotone:after {
4606
+ content: '\ed02';
4607
+
4608
+ opacity: 0.3;
4609
+ }
4610
+ .ki-trello.ki-duotone:before {
4611
+ content: '\ed03';
4612
+ position: absolute;
4613
+ }
4614
+ .ki-ts.ki-duotone:after {
4615
+ content: '\ed04';
4616
+
4617
+ opacity: 0.3;
4618
+ }
4619
+ .ki-ts.ki-duotone:before {
4620
+ content: '\ed05';
4621
+ position: absolute;
4622
+ }
4623
+ .ki-twitch.ki-duotone:after {
4624
+ content: '\ed06';
4625
+
4626
+ opacity: 0.3;
4627
+ }
4628
+ .ki-twitch.ki-duotone:before {
4629
+ content: '\ed07';
4630
+ position: absolute;
4631
+ }
4632
+ .ki-twitter.ki-duotone:after {
4633
+ content: '\ed08';
4634
+
4635
+ opacity: 0.3;
4636
+ }
4637
+ .ki-twitter.ki-duotone:before {
4638
+ content: '\ed09';
4639
+ position: absolute;
4640
+ }
4641
+ .ki-two-credit-cart.ki-duotone:after {
4642
+ content: '\ed0a';
4643
+
4644
+ opacity: 0.3;
4645
+ }
4646
+ .ki-two-credit-cart.ki-duotone:before {
4647
+ content: '\ed0b';
4648
+ position: absolute;
4649
+ }
4650
+ .ki-underlining.ki-duotone:after {
4651
+ content: '\ed0c';
4652
+
4653
+ opacity: 0.3;
4654
+ }
4655
+ .ki-underlining.ki-duotone:before {
4656
+ content: '\ed0d';
4657
+ position: absolute;
4658
+ }
4659
+ .ki-up-diagonal.ki-duotone:after {
4660
+ content: '\ed0e';
4661
+
4662
+ opacity: 0.3;
4663
+ }
4664
+ .ki-up-diagonal.ki-duotone:before {
4665
+ content: '\ed0f';
4666
+ position: absolute;
4667
+ }
4668
+ .ki-up-down.ki-duotone:after {
4669
+ content: '\ed10';
4670
+
4671
+ opacity: 0.3;
4672
+ }
4673
+ .ki-up-down.ki-duotone:before {
4674
+ content: '\ed11';
4675
+ position: absolute;
4676
+ }
4677
+ .ki-up-square.ki-duotone:after {
4678
+ content: '\ed12';
4679
+
4680
+ opacity: 0.3;
4681
+ }
4682
+ .ki-up-square.ki-duotone:before {
4683
+ content: '\ed13';
4684
+ position: absolute;
4685
+ }
4686
+ .ki-up.ki-duotone:before {
4687
+ content: '\ed14';
4688
+ }
4689
+ .ki-update-file.ki-duotone:after {
4690
+ content: '\ed15';
4691
+
4692
+ opacity: 0.3;
4693
+ }
4694
+ .ki-update-file.ki-duotone:before {
4695
+ content: '\ed16';
4696
+ position: absolute;
4697
+ }
4698
+ .ki-update-folder.ki-duotone:after {
4699
+ content: '\ed17';
4700
+
4701
+ opacity: 0.3;
4702
+ }
4703
+ .ki-update-folder.ki-duotone:before {
4704
+ content: '\ed18';
4705
+ position: absolute;
4706
+ }
4707
+ .ki-user-edit.ki-duotone:after {
4708
+ content: '\ed19';
4709
+
4710
+ opacity: 0.3;
4711
+ }
4712
+ .ki-user-edit.ki-duotone:before {
4713
+ content: '\ed1a';
4714
+ position: absolute;
4715
+ }
4716
+ .ki-user-square.ki-duotone:after {
4717
+ content: '\ed1b';
4718
+
4719
+ opacity: 0.3;
4720
+ }
4721
+ .ki-user-square.ki-duotone:before {
4722
+ content: '\ed1c';
4723
+ position: absolute;
4724
+ }
4725
+ .ki-user-tick.ki-duotone:after {
4726
+ content: '\ed1d';
4727
+ }
4728
+ .ki-user-tick.ki-duotone:before {
4729
+ content: '\ed1e';
4730
+ position: absolute;
4731
+
4732
+ opacity: 0.3;
4733
+ }
4734
+ .ki-user.ki-duotone:after {
4735
+ content: '\ed1f';
4736
+
4737
+ opacity: 0.3;
4738
+ }
4739
+ .ki-user.ki-duotone:before {
4740
+ content: '\ed20';
4741
+ position: absolute;
4742
+ }
4743
+ .ki-users.ki-duotone:after {
4744
+ content: '\ed21';
4745
+
4746
+ opacity: 0.3;
4747
+ }
4748
+ .ki-users.ki-duotone:before {
4749
+ content: '\ed22';
4750
+ position: absolute;
4751
+ }
4752
+ .ki-verify.ki-duotone:after {
4753
+ content: '\ed23';
4754
+
4755
+ opacity: 0.3;
4756
+ }
4757
+ .ki-verify.ki-duotone:before {
4758
+ content: '\ed24';
4759
+ position: absolute;
4760
+ }
4761
+ .ki-vibe-vibe.ki-duotone:after {
4762
+ content: '\ed25';
4763
+ }
4764
+ .ki-vibe-vibe.ki-duotone:before {
4765
+ content: '\ed26';
4766
+ position: absolute;
4767
+
4768
+ opacity: 0.3;
4769
+ }
4770
+ .ki-virus.ki-duotone:after {
4771
+ content: '\ed27';
4772
+
4773
+ opacity: 0.3;
4774
+ }
4775
+ .ki-virus.ki-duotone:before {
4776
+ content: '\ed28';
4777
+ position: absolute;
4778
+ }
4779
+ .ki-vue.ki-duotone:after {
4780
+ content: '\ed29';
4781
+
4782
+ opacity: 0.3;
4783
+ }
4784
+ .ki-vue.ki-duotone:before {
4785
+ content: '\ed2a';
4786
+ position: absolute;
4787
+ }
4788
+ .ki-vuesax.ki-duotone:after {
4789
+ content: '\ed2b';
4790
+
4791
+ opacity: 0.4;
4792
+ }
4793
+ .ki-vuesax.ki-duotone:before {
4794
+ content: '\ed2c';
4795
+ position: absolute;
4796
+ }
4797
+ .ki-wallet.ki-duotone:after {
4798
+ content: '\ed2d';
4799
+
4800
+ opacity: 0.3;
4801
+ }
4802
+ .ki-wallet.ki-duotone:before {
4803
+ content: '\ed2e';
4804
+ position: absolute;
4805
+ }
4806
+ .ki-wanchain-wan.ki-duotone:after {
4807
+ content: '\ed2f';
4808
+ }
4809
+ .ki-wanchain-wan.ki-duotone:before {
4810
+ content: '\ed30';
4811
+ position: absolute;
4812
+
4813
+ opacity: 0.3;
4814
+ }
4815
+ .ki-watch.ki-duotone:after {
4816
+ content: '\ed31';
4817
+
4818
+ opacity: 0.3;
4819
+ }
4820
+ .ki-watch.ki-duotone:before {
4821
+ content: '\ed32';
4822
+ position: absolute;
4823
+ }
4824
+ .ki-whatsapp.ki-duotone:after {
4825
+ content: '\ed33';
4826
+
4827
+ opacity: 0.4;
4828
+ }
4829
+ .ki-whatsapp.ki-duotone:before {
4830
+ content: '\ed34';
4831
+ position: absolute;
4832
+ }
4833
+ .ki-wifi-home.ki-duotone:after {
4834
+ content: '\ed35';
4835
+
4836
+ opacity: 0.3;
4837
+ }
4838
+ .ki-wifi-home.ki-duotone:before {
4839
+ content: '\ed36';
4840
+ position: absolute;
4841
+ }
4842
+ .ki-wifi-square.ki-duotone:after {
4843
+ content: '\ed37';
4844
+
4845
+ opacity: 0.3;
4846
+ }
4847
+ .ki-wifi-square.ki-duotone:before {
4848
+ content: '\ed38';
4849
+ position: absolute;
4850
+ }
4851
+ .ki-wifi.ki-duotone:after {
4852
+ content: '\ed39';
4853
+ }
4854
+ .ki-wifi.ki-duotone:before {
4855
+ content: '\ed3a';
4856
+ position: absolute;
4857
+
4858
+ opacity: 0.3;
4859
+ }
4860
+ .ki-wireframe.ki-duotone:after {
4861
+ content: '\ed3b';
4862
+ }
4863
+ .ki-wireframe.ki-duotone:before {
4864
+ content: '\ed3c';
4865
+ position: absolute;
4866
+
4867
+ opacity: 0.3;
4868
+ }
4869
+ .ki-wlan.ki-duotone:after {
4870
+ content: '\ed3d';
4871
+
4872
+ opacity: 0.3;
4873
+ }
4874
+ .ki-wlan.ki-duotone:before {
4875
+ content: '\ed3e';
4876
+ position: absolute;
4877
+ }
4878
+ .ki-wrench.ki-duotone:after {
4879
+ content: '\ed3f';
4880
+
4881
+ opacity: 0.3;
4882
+ }
4883
+ .ki-wrench.ki-duotone:before {
4884
+ content: '\ed40';
4885
+ position: absolute;
4886
+ }
4887
+ .ki-xaomi.ki-duotone:after {
4888
+ content: '\ed41';
4889
+ }
4890
+ .ki-xaomi.ki-duotone:before {
4891
+ content: '\ed42';
4892
+ position: absolute;
4893
+
4894
+ opacity: 0.3;
4895
+ }
4896
+ .ki-xd.ki-duotone:after {
4897
+ content: '\ed43';
4898
+
4899
+ opacity: 0.3;
4900
+ }
4901
+ .ki-xd.ki-duotone:before {
4902
+ content: '\ed44';
4903
+ position: absolute;
4904
+ }
4905
+ .ki-xmr.ki-duotone:after {
4906
+ content: '\ed45';
4907
+ }
4908
+ .ki-xmr.ki-duotone:before {
4909
+ content: '\ed46';
4910
+ position: absolute;
4911
+
4912
+ opacity: 0.3;
4913
+ }
4914
+ .ki-yii.ki-duotone:after {
4915
+ content: '\ed47';
4916
+
4917
+ opacity: 0.3;
4918
+ }
4919
+ .ki-yii.ki-duotone:before {
4920
+ content: '\ed48';
4921
+ position: absolute;
4922
+ }
4923
+ .ki-youtube.ki-duotone:after {
4924
+ content: '\ed49';
4925
+ }
4926
+ .ki-youtube.ki-duotone:before {
4927
+ content: '\ed4a';
4928
+ position: absolute;
4929
+
4930
+ opacity: 0.3;
4931
+ }