superlocalmemory 4.1.13 → 4.1.14

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 (740) hide show
  1. package/.claude-plugin/marketplace.json +2 -2
  2. package/CHANGELOG.md +48 -0
  3. package/README.md +3 -3
  4. package/package.json +1 -8
  5. package/plugin/.claude-plugin/plugin.json +1 -1
  6. package/plugin/CLAUDE.md +3 -3
  7. package/plugin/agents/slm-governance-advisor.md +1 -1
  8. package/plugin/agents/slm-loop-runner.md +1 -1
  9. package/plugin/agents/slm-memory-advisor.md +1 -1
  10. package/plugin/agents/slm-optimize-advisor.md +1 -1
  11. package/plugin/requirements.txt +1 -1
  12. package/plugin/skills/slm-cache/SKILL.md +1 -1
  13. package/plugin/skills/slm-compress/SKILL.md +1 -1
  14. package/plugin/skills/slm-governance/SKILL.md +1 -1
  15. package/plugin/skills/slm-graph/SKILL.md +1 -1
  16. package/plugin/skills/slm-loop/SKILL.md +1 -1
  17. package/plugin/skills/slm-mesh/SKILL.md +1 -1
  18. package/plugin/skills/slm-profile/SKILL.md +1 -1
  19. package/plugin/skills/slm-recall/SKILL.md +1 -1
  20. package/plugin/skills/slm-remember/SKILL.md +1 -1
  21. package/plugin/skills/slm-scope/SKILL.md +1 -1
  22. package/plugin/skills/slm-session/SKILL.md +1 -1
  23. package/plugin/skills/slm-status/SKILL.md +1 -1
  24. package/plugin-src/agents/slm-memory-advisor.md +1 -1
  25. package/plugin-src/agents/slm-optimize-advisor.md +1 -1
  26. package/plugin-src/rules/AGENTS.md +1 -1
  27. package/plugin-src/skills/slm-cache/SKILL.md +1 -1
  28. package/plugin-src/skills/slm-compress/SKILL.md +1 -1
  29. package/plugin-src/skills/slm-governance/SKILL.md +1 -1
  30. package/plugin-src/skills/slm-graph/SKILL.md +1 -1
  31. package/plugin-src/skills/slm-loop/SKILL.md +1 -1
  32. package/plugin-src/skills/slm-mesh/SKILL.md +1 -1
  33. package/plugin-src/skills/slm-profile/SKILL.md +1 -1
  34. package/plugin-src/skills/slm-recall/SKILL.md +1 -1
  35. package/plugin-src/skills/slm-remember/SKILL.md +1 -1
  36. package/plugin-src/skills/slm-scope/SKILL.md +1 -1
  37. package/plugin-src/skills/slm-session/SKILL.md +1 -1
  38. package/plugin-src/skills/slm-status/SKILL.md +1 -1
  39. package/scripts/postinstall.js +71 -2
  40. package/pyproject.toml +0 -250
  41. package/src/superlocalmemory/__init__.py +0 -82
  42. package/src/superlocalmemory/access/__init__.py +0 -3
  43. package/src/superlocalmemory/access/rbac.py +0 -575
  44. package/src/superlocalmemory/attribution/__init__.py +0 -9
  45. package/src/superlocalmemory/attribution/signer.py +0 -173
  46. package/src/superlocalmemory/attribution/watermark.py +0 -189
  47. package/src/superlocalmemory/brain/__init__.py +0 -5
  48. package/src/superlocalmemory/brain/truth.py +0 -418
  49. package/src/superlocalmemory/cli/__init__.py +0 -5
  50. package/src/superlocalmemory/cli/__main__.py +0 -17
  51. package/src/superlocalmemory/cli/_lazy_init.py +0 -115
  52. package/src/superlocalmemory/cli/cache_cmd.py +0 -198
  53. package/src/superlocalmemory/cli/commands.py +0 -4710
  54. package/src/superlocalmemory/cli/compress_cmd.py +0 -151
  55. package/src/superlocalmemory/cli/context_commands.py +0 -193
  56. package/src/superlocalmemory/cli/daemon.py +0 -909
  57. package/src/superlocalmemory/cli/db_migrate.py +0 -150
  58. package/src/superlocalmemory/cli/diagnostics_cmd.py +0 -101
  59. package/src/superlocalmemory/cli/escape_hatch.py +0 -220
  60. package/src/superlocalmemory/cli/evidence_cmd.py +0 -103
  61. package/src/superlocalmemory/cli/gdpr_cmd.py +0 -792
  62. package/src/superlocalmemory/cli/gdpr_io.py +0 -109
  63. package/src/superlocalmemory/cli/help_cmd.py +0 -197
  64. package/src/superlocalmemory/cli/host_upgrades.py +0 -189
  65. package/src/superlocalmemory/cli/ingest_cmd.py +0 -327
  66. package/src/superlocalmemory/cli/json_output.py +0 -81
  67. package/src/superlocalmemory/cli/loop_cmd.py +0 -187
  68. package/src/superlocalmemory/cli/main.py +0 -1145
  69. package/src/superlocalmemory/cli/mesh_cmd.py +0 -38
  70. package/src/superlocalmemory/cli/migrate_cmd.py +0 -55
  71. package/src/superlocalmemory/cli/ops_cmd.py +0 -281
  72. package/src/superlocalmemory/cli/optimize_cmd.py +0 -179
  73. package/src/superlocalmemory/cli/optimize_constants.py +0 -31
  74. package/src/superlocalmemory/cli/pending_store.py +0 -296
  75. package/src/superlocalmemory/cli/proxy_cmd.py +0 -108
  76. package/src/superlocalmemory/cli/scale_engine_cmd.py +0 -56
  77. package/src/superlocalmemory/cli/service_installer.py +0 -373
  78. package/src/superlocalmemory/cli/setup_wizard.py +0 -1162
  79. package/src/superlocalmemory/cli/summary_cmd.py +0 -215
  80. package/src/superlocalmemory/cli/version_banner.py +0 -202
  81. package/src/superlocalmemory/cli/wizard_v3426_options.py +0 -129
  82. package/src/superlocalmemory/code_graph/__init__.py +0 -46
  83. package/src/superlocalmemory/code_graph/blast_radius.py +0 -177
  84. package/src/superlocalmemory/code_graph/bridge/__init__.py +0 -36
  85. package/src/superlocalmemory/code_graph/bridge/entity_resolver.py +0 -490
  86. package/src/superlocalmemory/code_graph/bridge/event_listeners.py +0 -206
  87. package/src/superlocalmemory/code_graph/bridge/fact_enricher.py +0 -159
  88. package/src/superlocalmemory/code_graph/bridge/hebbian_linker.py +0 -170
  89. package/src/superlocalmemory/code_graph/bridge/maintenance.py +0 -220
  90. package/src/superlocalmemory/code_graph/bridge/temporal_checker.py +0 -152
  91. package/src/superlocalmemory/code_graph/changes.py +0 -363
  92. package/src/superlocalmemory/code_graph/communities.py +0 -299
  93. package/src/superlocalmemory/code_graph/config.py +0 -154
  94. package/src/superlocalmemory/code_graph/database.py +0 -526
  95. package/src/superlocalmemory/code_graph/extractors/__init__.py +0 -95
  96. package/src/superlocalmemory/code_graph/extractors/python.py +0 -413
  97. package/src/superlocalmemory/code_graph/extractors/typescript.py +0 -556
  98. package/src/superlocalmemory/code_graph/flows.py +0 -350
  99. package/src/superlocalmemory/code_graph/git_hooks.py +0 -226
  100. package/src/superlocalmemory/code_graph/graph_engine.py +0 -295
  101. package/src/superlocalmemory/code_graph/graph_store.py +0 -335
  102. package/src/superlocalmemory/code_graph/incremental.py +0 -200
  103. package/src/superlocalmemory/code_graph/models.py +0 -130
  104. package/src/superlocalmemory/code_graph/parser.py +0 -687
  105. package/src/superlocalmemory/code_graph/resolver.py +0 -321
  106. package/src/superlocalmemory/code_graph/search.py +0 -460
  107. package/src/superlocalmemory/code_graph/service.py +0 -95
  108. package/src/superlocalmemory/code_graph/watcher.py +0 -207
  109. package/src/superlocalmemory/compliance/__init__.py +0 -0
  110. package/src/superlocalmemory/compliance/abac.py +0 -204
  111. package/src/superlocalmemory/compliance/audit.py +0 -385
  112. package/src/superlocalmemory/compliance/eu_ai_act.py +0 -101
  113. package/src/superlocalmemory/compliance/gdpr.py +0 -1479
  114. package/src/superlocalmemory/compliance/lifecycle.py +0 -158
  115. package/src/superlocalmemory/compliance/retention.py +0 -415
  116. package/src/superlocalmemory/compliance/scheduler.py +0 -217
  117. package/src/superlocalmemory/contracts/__init__.py +0 -1
  118. package/src/superlocalmemory/contracts/schemas/agent-experience-v1.schema.json +0 -92
  119. package/src/superlocalmemory/contracts/schemas/agent-integration-contract-v2.schema.json +0 -46
  120. package/src/superlocalmemory/contracts/schemas/cognitive-turn-receipt-v1.schema.json +0 -59
  121. package/src/superlocalmemory/contracts/v402.py +0 -62
  122. package/src/superlocalmemory/core/__init__.py +0 -0
  123. package/src/superlocalmemory/core/actor_context.py +0 -166
  124. package/src/superlocalmemory/core/admission.py +0 -769
  125. package/src/superlocalmemory/core/backend_orchestrator.py +0 -637
  126. package/src/superlocalmemory/core/block_hygiene.py +0 -147
  127. package/src/superlocalmemory/core/community_summary.py +0 -267
  128. package/src/superlocalmemory/core/component_healer.py +0 -144
  129. package/src/superlocalmemory/core/component_registry.py +0 -514
  130. package/src/superlocalmemory/core/config.py +0 -2204
  131. package/src/superlocalmemory/core/consolidation_engine.py +0 -983
  132. package/src/superlocalmemory/core/context_cache.py +0 -574
  133. package/src/superlocalmemory/core/derivation_lineage.py +0 -246
  134. package/src/superlocalmemory/core/embedding_worker.py +0 -208
  135. package/src/superlocalmemory/core/embeddings.py +0 -1052
  136. package/src/superlocalmemory/core/engine.py +0 -1395
  137. package/src/superlocalmemory/core/engine_capabilities.py +0 -24
  138. package/src/superlocalmemory/core/engine_ingestion.py +0 -983
  139. package/src/superlocalmemory/core/engine_lock.py +0 -75
  140. package/src/superlocalmemory/core/engine_wiring.py +0 -776
  141. package/src/superlocalmemory/core/entity_community.py +0 -178
  142. package/src/superlocalmemory/core/error_envelope.py +0 -60
  143. package/src/superlocalmemory/core/evidence_bundle.py +0 -528
  144. package/src/superlocalmemory/core/fact_consolidator.py +0 -812
  145. package/src/superlocalmemory/core/file_lock.py +0 -92
  146. package/src/superlocalmemory/core/graph_analyzer.py +0 -456
  147. package/src/superlocalmemory/core/graph_metrics.py +0 -597
  148. package/src/superlocalmemory/core/graph_pruner.py +0 -939
  149. package/src/superlocalmemory/core/health_monitor.py +0 -338
  150. package/src/superlocalmemory/core/hooks.py +0 -65
  151. package/src/superlocalmemory/core/ingest_gate.py +0 -133
  152. package/src/superlocalmemory/core/ingest_policy.py +0 -38
  153. package/src/superlocalmemory/core/ingestion_command.py +0 -1042
  154. package/src/superlocalmemory/core/injection.py +0 -434
  155. package/src/superlocalmemory/core/install_detector.py +0 -131
  156. package/src/superlocalmemory/core/key_expander.py +0 -138
  157. package/src/superlocalmemory/core/lifecycle_state.py +0 -153
  158. package/src/superlocalmemory/core/maintenance.py +0 -777
  159. package/src/superlocalmemory/core/maintenance_scheduler.py +0 -507
  160. package/src/superlocalmemory/core/materialization_control.py +0 -20
  161. package/src/superlocalmemory/core/mcp_embedder_proxy.py +0 -89
  162. package/src/superlocalmemory/core/memory_health.py +0 -266
  163. package/src/superlocalmemory/core/mode_capability.py +0 -111
  164. package/src/superlocalmemory/core/modes.py +0 -168
  165. package/src/superlocalmemory/core/mutations.py +0 -688
  166. package/src/superlocalmemory/core/ollama_embedder.py +0 -266
  167. package/src/superlocalmemory/core/ollama_validator.py +0 -315
  168. package/src/superlocalmemory/core/operation_policy.py +0 -92
  169. package/src/superlocalmemory/core/operation_policy_registry.py +0 -542
  170. package/src/superlocalmemory/core/operation_request.py +0 -127
  171. package/src/superlocalmemory/core/ops_remediation.py +0 -542
  172. package/src/superlocalmemory/core/pii.py +0 -105
  173. package/src/superlocalmemory/core/platform_utils.py +0 -138
  174. package/src/superlocalmemory/core/profiles.py +0 -234
  175. package/src/superlocalmemory/core/progressive_abstraction.py +0 -208
  176. package/src/superlocalmemory/core/projection_drain.py +0 -380
  177. package/src/superlocalmemory/core/queue_consumer.py +0 -168
  178. package/src/superlocalmemory/core/ram_lock.py +0 -160
  179. package/src/superlocalmemory/core/rate_limit.py +0 -151
  180. package/src/superlocalmemory/core/recall_gate.py +0 -95
  181. package/src/superlocalmemory/core/recall_pipeline.py +0 -1337
  182. package/src/superlocalmemory/core/recall_queue.py +0 -377
  183. package/src/superlocalmemory/core/recall_worker.py +0 -414
  184. package/src/superlocalmemory/core/registry.py +0 -121
  185. package/src/superlocalmemory/core/remember_admission.py +0 -161
  186. package/src/superlocalmemory/core/remember_runtime.py +0 -1190
  187. package/src/superlocalmemory/core/remote_mode.py +0 -214
  188. package/src/superlocalmemory/core/reranker_worker.py +0 -338
  189. package/src/superlocalmemory/core/safe_fs.py +0 -108
  190. package/src/superlocalmemory/core/scale_autopromote.py +0 -196
  191. package/src/superlocalmemory/core/scale_engine.py +0 -915
  192. package/src/superlocalmemory/core/score_contract.py +0 -82
  193. package/src/superlocalmemory/core/security_primitives.py +0 -672
  194. package/src/superlocalmemory/core/session_identity.py +0 -98
  195. package/src/superlocalmemory/core/shadow_router.py +0 -319
  196. package/src/superlocalmemory/core/slm_disabled.py +0 -85
  197. package/src/superlocalmemory/core/status_contract.py +0 -108
  198. package/src/superlocalmemory/core/store_pipeline.py +0 -1404
  199. package/src/superlocalmemory/core/summarizer.py +0 -200
  200. package/src/superlocalmemory/core/tier_manager.py +0 -461
  201. package/src/superlocalmemory/core/topic_signature.py +0 -156
  202. package/src/superlocalmemory/core/transactions/__init__.py +0 -78
  203. package/src/superlocalmemory/core/transactions/concrete_owners.py +0 -604
  204. package/src/superlocalmemory/core/transactions/erasure.py +0 -825
  205. package/src/superlocalmemory/core/transactions/manifest.py +0 -255
  206. package/src/superlocalmemory/core/transactions/manifest_key.py +0 -155
  207. package/src/superlocalmemory/core/transactions/obligations.py +0 -272
  208. package/src/superlocalmemory/core/transactions/owners.py +0 -114
  209. package/src/superlocalmemory/core/transactions/reconciler.py +0 -285
  210. package/src/superlocalmemory/core/transactions/service.py +0 -330
  211. package/src/superlocalmemory/core/worker_pool.py +0 -377
  212. package/src/superlocalmemory/core/working_memory.py +0 -288
  213. package/src/superlocalmemory/dynamics/__init__.py +0 -0
  214. package/src/superlocalmemory/dynamics/activation_guided_quantization.py +0 -374
  215. package/src/superlocalmemory/dynamics/eap_scheduler.py +0 -294
  216. package/src/superlocalmemory/dynamics/ebbinghaus_langevin_coupling.py +0 -171
  217. package/src/superlocalmemory/dynamics/fisher_langevin_coupling.py +0 -227
  218. package/src/superlocalmemory/encoding/__init__.py +0 -0
  219. package/src/superlocalmemory/encoding/auto_linker.py +0 -308
  220. package/src/superlocalmemory/encoding/cognitive_consolidator.py +0 -899
  221. package/src/superlocalmemory/encoding/consolidator.py +0 -472
  222. package/src/superlocalmemory/encoding/context_generator.py +0 -175
  223. package/src/superlocalmemory/encoding/emotional.py +0 -189
  224. package/src/superlocalmemory/encoding/entity_reflexion.py +0 -200
  225. package/src/superlocalmemory/encoding/entity_resolver.py +0 -687
  226. package/src/superlocalmemory/encoding/entropy_gate.py +0 -101
  227. package/src/superlocalmemory/encoding/fact_extractor.py +0 -877
  228. package/src/superlocalmemory/encoding/foresight.py +0 -93
  229. package/src/superlocalmemory/encoding/graph_builder.py +0 -346
  230. package/src/superlocalmemory/encoding/observation_builder.py +0 -177
  231. package/src/superlocalmemory/encoding/prospective_markers.py +0 -262
  232. package/src/superlocalmemory/encoding/scene_builder.py +0 -410
  233. package/src/superlocalmemory/encoding/signal_inference.py +0 -90
  234. package/src/superlocalmemory/encoding/temporal_parser.py +0 -432
  235. package/src/superlocalmemory/encoding/temporal_validator.py +0 -572
  236. package/src/superlocalmemory/encoding/type_router.py +0 -237
  237. package/src/superlocalmemory/evaluation/__init__.py +0 -13
  238. package/src/superlocalmemory/evaluation/calibration.py +0 -308
  239. package/src/superlocalmemory/evolution/__init__.py +0 -29
  240. package/src/superlocalmemory/evolution/blind_verifier.py +0 -122
  241. package/src/superlocalmemory/evolution/budget.py +0 -356
  242. package/src/superlocalmemory/evolution/evolution_store.py +0 -619
  243. package/src/superlocalmemory/evolution/llm_dispatch.py +0 -559
  244. package/src/superlocalmemory/evolution/model_selection.py +0 -175
  245. package/src/superlocalmemory/evolution/mutation_generator.py +0 -226
  246. package/src/superlocalmemory/evolution/skill_activator.py +0 -270
  247. package/src/superlocalmemory/evolution/skill_evolver.py +0 -928
  248. package/src/superlocalmemory/evolution/triggers.py +0 -376
  249. package/src/superlocalmemory/evolution/types.py +0 -114
  250. package/src/superlocalmemory/graph/__init__.py +0 -9
  251. package/src/superlocalmemory/graph/cozo_adjacency.py +0 -122
  252. package/src/superlocalmemory/graph/cozo_backend.py +0 -751
  253. package/src/superlocalmemory/hooks/__init__.py +0 -3
  254. package/src/superlocalmemory/hooks/_outcome_common.py +0 -523
  255. package/src/superlocalmemory/hooks/adapter_base.py +0 -347
  256. package/src/superlocalmemory/hooks/antigravity_adapter.py +0 -171
  257. package/src/superlocalmemory/hooks/auto_capture.py +0 -133
  258. package/src/superlocalmemory/hooks/auto_invoker.py +0 -521
  259. package/src/superlocalmemory/hooks/auto_parameterize.py +0 -147
  260. package/src/superlocalmemory/hooks/auto_recall.py +0 -191
  261. package/src/superlocalmemory/hooks/auto_recall_hook.py +0 -251
  262. package/src/superlocalmemory/hooks/before_web_hook.py +0 -131
  263. package/src/superlocalmemory/hooks/claude_code_hooks.py +0 -637
  264. package/src/superlocalmemory/hooks/codex_assets.py +0 -251
  265. package/src/superlocalmemory/hooks/codex_hooks.py +0 -186
  266. package/src/superlocalmemory/hooks/context_payload.py +0 -311
  267. package/src/superlocalmemory/hooks/copilot_adapter.py +0 -208
  268. package/src/superlocalmemory/hooks/cross_platform_connector.py +0 -90
  269. package/src/superlocalmemory/hooks/cursor_adapter.py +0 -173
  270. package/src/superlocalmemory/hooks/hook_daemon.py +0 -295
  271. package/src/superlocalmemory/hooks/hook_handlers.py +0 -822
  272. package/src/superlocalmemory/hooks/ide_connector.py +0 -246
  273. package/src/superlocalmemory/hooks/memory_protocol.py +0 -158
  274. package/src/superlocalmemory/hooks/portable_kit.py +0 -755
  275. package/src/superlocalmemory/hooks/post_tool_async_hook.py +0 -183
  276. package/src/superlocalmemory/hooks/post_tool_outcome_hook.py +0 -351
  277. package/src/superlocalmemory/hooks/prewarm_auth.py +0 -187
  278. package/src/superlocalmemory/hooks/rules_engine.py +0 -99
  279. package/src/superlocalmemory/hooks/session_registry.py +0 -330
  280. package/src/superlocalmemory/hooks/stop_outcome_hook.py +0 -138
  281. package/src/superlocalmemory/hooks/sync_loop.py +0 -114
  282. package/src/superlocalmemory/hooks/topic_shift_hook.py +0 -302
  283. package/src/superlocalmemory/hooks/user_prompt_hook.py +0 -131
  284. package/src/superlocalmemory/hooks/user_prompt_rehash_hook.py +0 -210
  285. package/src/superlocalmemory/infra/__init__.py +0 -3
  286. package/src/superlocalmemory/infra/auth_middleware.py +0 -145
  287. package/src/superlocalmemory/infra/backup.py +0 -974
  288. package/src/superlocalmemory/infra/backup_obligations.py +0 -423
  289. package/src/superlocalmemory/infra/cache_manager.py +0 -267
  290. package/src/superlocalmemory/infra/cloud_backup.py +0 -788
  291. package/src/superlocalmemory/infra/daemon_identity.py +0 -300
  292. package/src/superlocalmemory/infra/data_root.py +0 -238
  293. package/src/superlocalmemory/infra/event_bus.py +0 -637
  294. package/src/superlocalmemory/infra/local_diagnostics.py +0 -327
  295. package/src/superlocalmemory/infra/pid_manager.py +0 -193
  296. package/src/superlocalmemory/infra/process_identity.py +0 -180
  297. package/src/superlocalmemory/infra/process_reaper.py +0 -624
  298. package/src/superlocalmemory/infra/rate_limiter.py +0 -228
  299. package/src/superlocalmemory/infra/self_heal.py +0 -401
  300. package/src/superlocalmemory/infra/version_integrity.py +0 -229
  301. package/src/superlocalmemory/ingestion/__init__.py +0 -13
  302. package/src/superlocalmemory/ingestion/adapter_manager.py +0 -255
  303. package/src/superlocalmemory/ingestion/base_adapter.py +0 -171
  304. package/src/superlocalmemory/ingestion/calendar_adapter.py +0 -349
  305. package/src/superlocalmemory/ingestion/credentials.py +0 -125
  306. package/src/superlocalmemory/ingestion/gmail_adapter.py +0 -378
  307. package/src/superlocalmemory/ingestion/parsers.py +0 -100
  308. package/src/superlocalmemory/ingestion/transcript_adapter.py +0 -161
  309. package/src/superlocalmemory/integrations/__init__.py +0 -1
  310. package/src/superlocalmemory/integrations/bounded_loops_mcp.py +0 -431
  311. package/src/superlocalmemory/integrations/bounded_loops_v051.py +0 -236
  312. package/src/superlocalmemory/learning/__init__.py +0 -0
  313. package/src/superlocalmemory/learning/adaptive.py +0 -172
  314. package/src/superlocalmemory/learning/arm_catalog.py +0 -97
  315. package/src/superlocalmemory/learning/assertion_miner.py +0 -403
  316. package/src/superlocalmemory/learning/bandit.py +0 -654
  317. package/src/superlocalmemory/learning/bandit_cache.py +0 -131
  318. package/src/superlocalmemory/learning/behavioral.py +0 -542
  319. package/src/superlocalmemory/learning/bootstrap.py +0 -298
  320. package/src/superlocalmemory/learning/consolidation_cycle.py +0 -398
  321. package/src/superlocalmemory/learning/consolidation_quantization_worker.py +0 -115
  322. package/src/superlocalmemory/learning/consolidation_worker.py +0 -261
  323. package/src/superlocalmemory/learning/cross_project.py +0 -408
  324. package/src/superlocalmemory/learning/database.py +0 -698
  325. package/src/superlocalmemory/learning/dedup_hnsw.py +0 -413
  326. package/src/superlocalmemory/learning/engagement.py +0 -487
  327. package/src/superlocalmemory/learning/engagement_features.py +0 -279
  328. package/src/superlocalmemory/learning/ensemble.py +0 -309
  329. package/src/superlocalmemory/learning/entity_compiler.py +0 -356
  330. package/src/superlocalmemory/learning/fact_outcome_joins.py +0 -207
  331. package/src/superlocalmemory/learning/features.py +0 -138
  332. package/src/superlocalmemory/learning/feedback.py +0 -724
  333. package/src/superlocalmemory/learning/forgetting_scheduler.py +0 -375
  334. package/src/superlocalmemory/learning/hnsw_dedup.py +0 -69
  335. package/src/superlocalmemory/learning/labeler.py +0 -85
  336. package/src/superlocalmemory/learning/legacy_migration.py +0 -316
  337. package/src/superlocalmemory/learning/lightgbm_subprocess.py +0 -236
  338. package/src/superlocalmemory/learning/memory_merge.py +0 -175
  339. package/src/superlocalmemory/learning/model_cache.py +0 -267
  340. package/src/superlocalmemory/learning/model_rollback.py +0 -281
  341. package/src/superlocalmemory/learning/outcome_queue.py +0 -306
  342. package/src/superlocalmemory/learning/outcomes.py +0 -286
  343. package/src/superlocalmemory/learning/pattern_miner.py +0 -465
  344. package/src/superlocalmemory/learning/pattern_miner_constants.py +0 -90
  345. package/src/superlocalmemory/learning/pcos.py +0 -291
  346. package/src/superlocalmemory/learning/project_context.py +0 -366
  347. package/src/superlocalmemory/learning/propensity.py +0 -131
  348. package/src/superlocalmemory/learning/ranker.py +0 -300
  349. package/src/superlocalmemory/learning/ranker_common.py +0 -163
  350. package/src/superlocalmemory/learning/ranker_retrain_legacy.py +0 -210
  351. package/src/superlocalmemory/learning/ranker_retrain_online.py +0 -423
  352. package/src/superlocalmemory/learning/reward.py +0 -888
  353. package/src/superlocalmemory/learning/reward_archive.py +0 -223
  354. package/src/superlocalmemory/learning/reward_boost.py +0 -211
  355. package/src/superlocalmemory/learning/reward_from_outcomes.py +0 -365
  356. package/src/superlocalmemory/learning/reward_model.py +0 -144
  357. package/src/superlocalmemory/learning/reward_proxy.py +0 -578
  358. package/src/superlocalmemory/learning/shadow_test.py +0 -524
  359. package/src/superlocalmemory/learning/signal_kinds.py +0 -79
  360. package/src/superlocalmemory/learning/signal_worker.py +0 -268
  361. package/src/superlocalmemory/learning/signals.py +0 -646
  362. package/src/superlocalmemory/learning/skill_performance_miner.py +0 -422
  363. package/src/superlocalmemory/learning/source_quality.py +0 -828
  364. package/src/superlocalmemory/learning/trigram_index.py +0 -548
  365. package/src/superlocalmemory/learning/workflows.py +0 -309
  366. package/src/superlocalmemory/llm/__init__.py +0 -0
  367. package/src/superlocalmemory/llm/backbone.py +0 -364
  368. package/src/superlocalmemory/loops/__init__.py +0 -58
  369. package/src/superlocalmemory/loops/budget.py +0 -58
  370. package/src/superlocalmemory/loops/engine.py +0 -174
  371. package/src/superlocalmemory/loops/ledger.py +0 -298
  372. package/src/superlocalmemory/loops/models.py +0 -152
  373. package/src/superlocalmemory/loops/rules.py +0 -52
  374. package/src/superlocalmemory/math/__init__.py +0 -0
  375. package/src/superlocalmemory/math/ebbinghaus.py +0 -352
  376. package/src/superlocalmemory/math/fisher.py +0 -356
  377. package/src/superlocalmemory/math/fisher_quantized.py +0 -255
  378. package/src/superlocalmemory/math/hopfield.py +0 -282
  379. package/src/superlocalmemory/math/langevin.py +0 -411
  380. package/src/superlocalmemory/math/polar_quant.py +0 -414
  381. package/src/superlocalmemory/math/qjl.py +0 -115
  382. package/src/superlocalmemory/math/sheaf.py +0 -261
  383. package/src/superlocalmemory/math/turbo_quant.py +0 -318
  384. package/src/superlocalmemory/mcp/__init__.py +0 -0
  385. package/src/superlocalmemory/mcp/_daemon_proxy.py +0 -203
  386. package/src/superlocalmemory/mcp/_pool_adapter.py +0 -181
  387. package/src/superlocalmemory/mcp/_stdin_guard.py +0 -60
  388. package/src/superlocalmemory/mcp/agent_context.py +0 -115
  389. package/src/superlocalmemory/mcp/cli_fallback.py +0 -602
  390. package/src/superlocalmemory/mcp/http_transport.py +0 -85
  391. package/src/superlocalmemory/mcp/profiles.py +0 -154
  392. package/src/superlocalmemory/mcp/resources.py +0 -281
  393. package/src/superlocalmemory/mcp/server.py +0 -480
  394. package/src/superlocalmemory/mcp/session_binding.py +0 -98
  395. package/src/superlocalmemory/mcp/shared.py +0 -112
  396. package/src/superlocalmemory/mcp/tools.py +0 -18
  397. package/src/superlocalmemory/mcp/tools_active.py +0 -958
  398. package/src/superlocalmemory/mcp/tools_brain.py +0 -298
  399. package/src/superlocalmemory/mcp/tools_code_graph.py +0 -1717
  400. package/src/superlocalmemory/mcp/tools_context.py +0 -239
  401. package/src/superlocalmemory/mcp/tools_core.py +0 -1112
  402. package/src/superlocalmemory/mcp/tools_evolution.py +0 -343
  403. package/src/superlocalmemory/mcp/tools_learning.py +0 -393
  404. package/src/superlocalmemory/mcp/tools_loops.py +0 -345
  405. package/src/superlocalmemory/mcp/tools_mesh.py +0 -429
  406. package/src/superlocalmemory/mcp/tools_ops.py +0 -115
  407. package/src/superlocalmemory/mcp/tools_optimize.py +0 -322
  408. package/src/superlocalmemory/mcp/tools_summaries.py +0 -147
  409. package/src/superlocalmemory/mcp/tools_v28.py +0 -292
  410. package/src/superlocalmemory/mcp/tools_v3.py +0 -398
  411. package/src/superlocalmemory/mcp/tools_v33.py +0 -507
  412. package/src/superlocalmemory/mesh/__init__.py +0 -12
  413. package/src/superlocalmemory/mesh/broker.py +0 -812
  414. package/src/superlocalmemory/mesh/broker_security.py +0 -470
  415. package/src/superlocalmemory/mesh/discovery.py +0 -365
  416. package/src/superlocalmemory/mesh/lock_protocol.py +0 -313
  417. package/src/superlocalmemory/mesh/node_identity.py +0 -97
  418. package/src/superlocalmemory/mesh/outbox_remote.py +0 -429
  419. package/src/superlocalmemory/mesh/remote_sync.py +0 -829
  420. package/src/superlocalmemory/mesh/state_sync.py +0 -286
  421. package/src/superlocalmemory/migrations/__init__.py +0 -5
  422. package/src/superlocalmemory/migrations/v3_4_25_to_v3_4_26.py +0 -144
  423. package/src/superlocalmemory/optimize/NOTICE +0 -6
  424. package/src/superlocalmemory/optimize/__init__.py +0 -0
  425. package/src/superlocalmemory/optimize/adapters/__init__.py +0 -68
  426. package/src/superlocalmemory/optimize/adapters/_agent_registry.py +0 -120
  427. package/src/superlocalmemory/optimize/adapters/anthropic_adapter.py +0 -112
  428. package/src/superlocalmemory/optimize/adapters/openai_adapter.py +0 -122
  429. package/src/superlocalmemory/optimize/adapters/wrap.py +0 -228
  430. package/src/superlocalmemory/optimize/cache/__init__.py +0 -31
  431. package/src/superlocalmemory/optimize/cache/boundary_store.py +0 -488
  432. package/src/superlocalmemory/optimize/cache/centroid_store.py +0 -199
  433. package/src/superlocalmemory/optimize/cache/context_key.py +0 -67
  434. package/src/superlocalmemory/optimize/cache/exact.py +0 -88
  435. package/src/superlocalmemory/optimize/cache/invalidation.py +0 -36
  436. package/src/superlocalmemory/optimize/cache/key_builder.py +0 -111
  437. package/src/superlocalmemory/optimize/cache/manager.py +0 -737
  438. package/src/superlocalmemory/optimize/cache/semantic.py +0 -637
  439. package/src/superlocalmemory/optimize/cache/stampede.py +0 -50
  440. package/src/superlocalmemory/optimize/compress/__init__.py +0 -17
  441. package/src/superlocalmemory/optimize/compress/align.py +0 -159
  442. package/src/superlocalmemory/optimize/compress/ccr.py +0 -116
  443. package/src/superlocalmemory/optimize/compress/prose_llmlingua.py +0 -71
  444. package/src/superlocalmemory/optimize/compress/router.py +0 -667
  445. package/src/superlocalmemory/optimize/config/__init__.py +0 -56
  446. package/src/superlocalmemory/optimize/config/defaults.py +0 -43
  447. package/src/superlocalmemory/optimize/config/schema.py +0 -327
  448. package/src/superlocalmemory/optimize/config/store.py +0 -270
  449. package/src/superlocalmemory/optimize/metrics/__init__.py +0 -8
  450. package/src/superlocalmemory/optimize/metrics/counters.py +0 -155
  451. package/src/superlocalmemory/optimize/metrics/estimator.py +0 -87
  452. package/src/superlocalmemory/optimize/metrics/exporters.py +0 -77
  453. package/src/superlocalmemory/optimize/metrics/persistence.py +0 -115
  454. package/src/superlocalmemory/optimize/proxy/__init__.py +0 -28
  455. package/src/superlocalmemory/optimize/proxy/_helpers.py +0 -730
  456. package/src/superlocalmemory/optimize/proxy/anthropic_surface.py +0 -375
  457. package/src/superlocalmemory/optimize/proxy/capture.py +0 -550
  458. package/src/superlocalmemory/optimize/proxy/gemini_surface.py +0 -528
  459. package/src/superlocalmemory/optimize/proxy/lifecycle.py +0 -126
  460. package/src/superlocalmemory/optimize/proxy/openai_surface.py +0 -465
  461. package/src/superlocalmemory/optimize/proxy/server.py +0 -199
  462. package/src/superlocalmemory/optimize/proxy/vertex_surface.py +0 -246
  463. package/src/superlocalmemory/optimize/storage/__init__.py +0 -0
  464. package/src/superlocalmemory/optimize/storage/db.py +0 -1185
  465. package/src/superlocalmemory/optimize/storage/schema.py +0 -205
  466. package/src/superlocalmemory/parameterization/__init__.py +0 -47
  467. package/src/superlocalmemory/parameterization/cross_project.py +0 -12
  468. package/src/superlocalmemory/parameterization/pattern_extractor.py +0 -584
  469. package/src/superlocalmemory/parameterization/pii_filter.py +0 -106
  470. package/src/superlocalmemory/parameterization/prompt_injector.py +0 -219
  471. package/src/superlocalmemory/parameterization/prompt_lifecycle.py +0 -281
  472. package/src/superlocalmemory/parameterization/soft_prompt_generator.py +0 -542
  473. package/src/superlocalmemory/parameterization/workflow_miner.py +0 -17
  474. package/src/superlocalmemory/reliability/__init__.py +0 -45
  475. package/src/superlocalmemory/reliability/join_liveness.py +0 -301
  476. package/src/superlocalmemory/reliability/prior_distance.py +0 -243
  477. package/src/superlocalmemory/retrieval/__init__.py +0 -0
  478. package/src/superlocalmemory/retrieval/agentic.py +0 -367
  479. package/src/superlocalmemory/retrieval/ann_index.py +0 -235
  480. package/src/superlocalmemory/retrieval/bm25_channel.py +0 -451
  481. package/src/superlocalmemory/retrieval/bridge_discovery.py +0 -253
  482. package/src/superlocalmemory/retrieval/channel_registry.py +0 -154
  483. package/src/superlocalmemory/retrieval/channel_status.py +0 -117
  484. package/src/superlocalmemory/retrieval/engine.py +0 -1615
  485. package/src/superlocalmemory/retrieval/entity_channel.py +0 -994
  486. package/src/superlocalmemory/retrieval/forgetting_filter.py +0 -160
  487. package/src/superlocalmemory/retrieval/fusion.py +0 -81
  488. package/src/superlocalmemory/retrieval/graph_adjacency.py +0 -219
  489. package/src/superlocalmemory/retrieval/hopfield_channel.py +0 -465
  490. package/src/superlocalmemory/retrieval/profile_channel.py +0 -105
  491. package/src/superlocalmemory/retrieval/quantization_aware_search.py +0 -147
  492. package/src/superlocalmemory/retrieval/remote_reranker.py +0 -758
  493. package/src/superlocalmemory/retrieval/reranker.py +0 -674
  494. package/src/superlocalmemory/retrieval/scope_policy.py +0 -126
  495. package/src/superlocalmemory/retrieval/semantic_channel.py +0 -638
  496. package/src/superlocalmemory/retrieval/spreading.py +0 -288
  497. package/src/superlocalmemory/retrieval/spreading_activation.py +0 -616
  498. package/src/superlocalmemory/retrieval/strategy.py +0 -248
  499. package/src/superlocalmemory/retrieval/temporal_channel.py +0 -433
  500. package/src/superlocalmemory/retrieval/temporal_frame.py +0 -102
  501. package/src/superlocalmemory/retrieval/temporal_utils.py +0 -122
  502. package/src/superlocalmemory/retrieval/temporal_validity_filter.py +0 -499
  503. package/src/superlocalmemory/retrieval/time_window.py +0 -181
  504. package/src/superlocalmemory/retrieval/vector_store.py +0 -863
  505. package/src/superlocalmemory/server/__init__.py +0 -1
  506. package/src/superlocalmemory/server/api.py +0 -310
  507. package/src/superlocalmemory/server/asset_versions.py +0 -171
  508. package/src/superlocalmemory/server/bandit_loops.py +0 -158
  509. package/src/superlocalmemory/server/config_file.py +0 -90
  510. package/src/superlocalmemory/server/consolidation_runner.py +0 -140
  511. package/src/superlocalmemory/server/egress_policy.py +0 -258
  512. package/src/superlocalmemory/server/loopback.py +0 -85
  513. package/src/superlocalmemory/server/middleware/__init__.py +0 -11
  514. package/src/superlocalmemory/server/middleware/security_headers.py +0 -144
  515. package/src/superlocalmemory/server/origin.py +0 -55
  516. package/src/superlocalmemory/server/profile_runtime.py +0 -515
  517. package/src/superlocalmemory/server/rbac_enforce.py +0 -194
  518. package/src/superlocalmemory/server/recall_health.py +0 -343
  519. package/src/superlocalmemory/server/recall_serializer.py +0 -320
  520. package/src/superlocalmemory/server/route_mutations.py +0 -104
  521. package/src/superlocalmemory/server/routes/__init__.py +0 -4
  522. package/src/superlocalmemory/server/routes/abstraction.py +0 -314
  523. package/src/superlocalmemory/server/routes/adapters.py +0 -63
  524. package/src/superlocalmemory/server/routes/agents.py +0 -303
  525. package/src/superlocalmemory/server/routes/backup.py +0 -869
  526. package/src/superlocalmemory/server/routes/behavioral.py +0 -659
  527. package/src/superlocalmemory/server/routes/brain.py +0 -1892
  528. package/src/superlocalmemory/server/routes/chat.py +0 -393
  529. package/src/superlocalmemory/server/routes/compliance.py +0 -533
  530. package/src/superlocalmemory/server/routes/config_api.py +0 -703
  531. package/src/superlocalmemory/server/routes/data_io.py +0 -329
  532. package/src/superlocalmemory/server/routes/entity.py +0 -237
  533. package/src/superlocalmemory/server/routes/events.py +0 -214
  534. package/src/superlocalmemory/server/routes/evolution.py +0 -510
  535. package/src/superlocalmemory/server/routes/helpers.py +0 -499
  536. package/src/superlocalmemory/server/routes/ingest.py +0 -137
  537. package/src/superlocalmemory/server/routes/insights.py +0 -366
  538. package/src/superlocalmemory/server/routes/learning.py +0 -834
  539. package/src/superlocalmemory/server/routes/learning_telemetry.py +0 -154
  540. package/src/superlocalmemory/server/routes/lifecycle.py +0 -184
  541. package/src/superlocalmemory/server/routes/memories.py +0 -1661
  542. package/src/superlocalmemory/server/routes/mesh.py +0 -517
  543. package/src/superlocalmemory/server/routes/mesh_lock.py +0 -54
  544. package/src/superlocalmemory/server/routes/mesh_state.py +0 -63
  545. package/src/superlocalmemory/server/routes/optimize.py +0 -197
  546. package/src/superlocalmemory/server/routes/prewarm.py +0 -173
  547. package/src/superlocalmemory/server/routes/profiles.py +0 -292
  548. package/src/superlocalmemory/server/routes/ratelimit.py +0 -132
  549. package/src/superlocalmemory/server/routes/rbac.py +0 -366
  550. package/src/superlocalmemory/server/routes/stats.py +0 -385
  551. package/src/superlocalmemory/server/routes/tiers.py +0 -222
  552. package/src/superlocalmemory/server/routes/timeline.py +0 -258
  553. package/src/superlocalmemory/server/routes/token.py +0 -90
  554. package/src/superlocalmemory/server/routes/v3_api.py +0 -3023
  555. package/src/superlocalmemory/server/routes/ws.py +0 -171
  556. package/src/superlocalmemory/server/security_middleware.py +0 -89
  557. package/src/superlocalmemory/server/ui.py +0 -354
  558. package/src/superlocalmemory/server/unified_daemon.py +0 -6326
  559. package/src/superlocalmemory/server/write_identity.py +0 -195
  560. package/src/superlocalmemory/storage/__init__.py +0 -0
  561. package/src/superlocalmemory/storage/_migration_internals.py +0 -638
  562. package/src/superlocalmemory/storage/_schema_version.py +0 -174
  563. package/src/superlocalmemory/storage/access_log.py +0 -170
  564. package/src/superlocalmemory/storage/admission_codec.py +0 -129
  565. package/src/superlocalmemory/storage/admission_journal.py +0 -843
  566. package/src/superlocalmemory/storage/agent_experience.py +0 -546
  567. package/src/superlocalmemory/storage/backup.py +0 -531
  568. package/src/superlocalmemory/storage/correction_cases.py +0 -670
  569. package/src/superlocalmemory/storage/database.py +0 -3180
  570. package/src/superlocalmemory/storage/deferred_writes.py +0 -209
  571. package/src/superlocalmemory/storage/embedding_codec.py +0 -200
  572. package/src/superlocalmemory/storage/embedding_migrator.py +0 -672
  573. package/src/superlocalmemory/storage/erasure_fence.py +0 -45
  574. package/src/superlocalmemory/storage/execution_learning.py +0 -285
  575. package/src/superlocalmemory/storage/external_evidence.py +0 -359
  576. package/src/superlocalmemory/storage/generation_fence.py +0 -63
  577. package/src/superlocalmemory/storage/lineage_retention.py +0 -236
  578. package/src/superlocalmemory/storage/logical_edges.py +0 -86
  579. package/src/superlocalmemory/storage/memory_write.py +0 -115
  580. package/src/superlocalmemory/storage/migration_runner.py +0 -895
  581. package/src/superlocalmemory/storage/migration_v33.py +0 -140
  582. package/src/superlocalmemory/storage/migrations/M001_add_signal_features_columns.py +0 -67
  583. package/src/superlocalmemory/storage/migrations/M002_model_state_history.py +0 -107
  584. package/src/superlocalmemory/storage/migrations/M003_migration_log.py +0 -38
  585. package/src/superlocalmemory/storage/migrations/M004_cross_platform_sync_log.py +0 -46
  586. package/src/superlocalmemory/storage/migrations/M005_bandit_tables.py +0 -75
  587. package/src/superlocalmemory/storage/migrations/M006_action_outcomes_reward.py +0 -75
  588. package/src/superlocalmemory/storage/migrations/M007_pending_outcomes.py +0 -63
  589. package/src/superlocalmemory/storage/migrations/M009_model_lineage.py +0 -94
  590. package/src/superlocalmemory/storage/migrations/M010_evolution_config.py +0 -80
  591. package/src/superlocalmemory/storage/migrations/M011_archive_and_merge.py +0 -87
  592. package/src/superlocalmemory/storage/migrations/M012_shadow_observations.py +0 -72
  593. package/src/superlocalmemory/storage/migrations/M013_bi_temporal_columns.py +0 -55
  594. package/src/superlocalmemory/storage/migrations/M014_v345_scale_ready.py +0 -45
  595. package/src/superlocalmemory/storage/migrations/M015_add_pinned_column.py +0 -58
  596. package/src/superlocalmemory/storage/migrations/M016_add_scope_support.py +0 -120
  597. package/src/superlocalmemory/storage/migrations/M017_ccq_scope_column.py +0 -79
  598. package/src/superlocalmemory/storage/migrations/M018_ingestion_operations.py +0 -120
  599. package/src/superlocalmemory/storage/migrations/M019_derivation_lineage.py +0 -54
  600. package/src/superlocalmemory/storage/migrations/M020_model_state_integrity.py +0 -52
  601. package/src/superlocalmemory/storage/migrations/M021_ingestion_log_profile.py +0 -108
  602. package/src/superlocalmemory/storage/migrations/M022_entity_aliases_profile.py +0 -86
  603. package/src/superlocalmemory/storage/migrations/M023_mesh_profile_isolation.py +0 -194
  604. package/src/superlocalmemory/storage/migrations/M024_rbac_users_roles.py +0 -87
  605. package/src/superlocalmemory/storage/migrations/M025_perf_indexes.py +0 -90
  606. package/src/superlocalmemory/storage/migrations/M026_rbac_memberships_fk.py +0 -136
  607. package/src/superlocalmemory/storage/migrations/M027_transferable_patterns_profile.py +0 -163
  608. package/src/superlocalmemory/storage/migrations/M028_fact_entity_associations.py +0 -305
  609. package/src/superlocalmemory/storage/migrations/M029_behavioral_history_indexes.py +0 -137
  610. package/src/superlocalmemory/storage/migrations/M030_entity_explorer_indexes.py +0 -93
  611. package/src/superlocalmemory/storage/migrations/M031_dead_letter_operations.py +0 -80
  612. package/src/superlocalmemory/storage/migrations/M032_write_coordinator_admission.py +0 -188
  613. package/src/superlocalmemory/storage/migrations/M033_projection_transactions.py +0 -148
  614. package/src/superlocalmemory/storage/migrations/M034_obligation_integrity.py +0 -58
  615. package/src/superlocalmemory/storage/migrations/M035_erasure_receipts.py +0 -113
  616. package/src/superlocalmemory/storage/migrations/M036_vector_row_map.py +0 -107
  617. package/src/superlocalmemory/storage/migrations/M037_manifest_hmac_version.py +0 -162
  618. package/src/superlocalmemory/storage/migrations/M038_learning_feedback_channel.py +0 -77
  619. package/src/superlocalmemory/storage/migrations/M039_scene_fact_members.py +0 -137
  620. package/src/superlocalmemory/storage/migrations/M040_agent_experience_receipts.py +0 -254
  621. package/src/superlocalmemory/storage/migrations/M041_external_evidence_receipts.py +0 -189
  622. package/src/superlocalmemory/storage/migrations/M042_correction_case_ledger.py +0 -245
  623. package/src/superlocalmemory/storage/migrations/M043_quarantine_display_summaries.py +0 -512
  624. package/src/superlocalmemory/storage/migrations/M044_play_carries_its_own_evidence.py +0 -127
  625. package/src/superlocalmemory/storage/migrations/M045_fact_outcome_score.py +0 -158
  626. package/src/superlocalmemory/storage/migrations/M046_prospective_memory_has_its_own_name.py +0 -620
  627. package/src/superlocalmemory/storage/migrations/M047_fisher_vectors_are_stored_like_every_other_vector.py +0 -306
  628. package/src/superlocalmemory/storage/migrations/M048_upcoming_holds_only_what_is_upcoming.py +0 -229
  629. package/src/superlocalmemory/storage/migrations/M049_a_schema_version_marker_is_one_row.py +0 -201
  630. package/src/superlocalmemory/storage/migrations/M050_execution_learning_v2.py +0 -70
  631. package/src/superlocalmemory/storage/migrations/__init__.py +0 -103
  632. package/src/superlocalmemory/storage/migrations.py +0 -333
  633. package/src/superlocalmemory/storage/models.py +0 -500
  634. package/src/superlocalmemory/storage/projection_outbox.py +0 -346
  635. package/src/superlocalmemory/storage/quantized_store.py +0 -280
  636. package/src/superlocalmemory/storage/read_connection.py +0 -115
  637. package/src/superlocalmemory/storage/retention_policy.py +0 -860
  638. package/src/superlocalmemory/storage/schema.py +0 -1108
  639. package/src/superlocalmemory/storage/schema_code_graph.py +0 -282
  640. package/src/superlocalmemory/storage/schema_v32.py +0 -382
  641. package/src/superlocalmemory/storage/schema_v3410.py +0 -159
  642. package/src/superlocalmemory/storage/schema_v3411.py +0 -149
  643. package/src/superlocalmemory/storage/schema_v343.py +0 -315
  644. package/src/superlocalmemory/storage/schema_v345.py +0 -109
  645. package/src/superlocalmemory/storage/schema_v347.py +0 -140
  646. package/src/superlocalmemory/storage/sqlite_vectors.py +0 -169
  647. package/src/superlocalmemory/storage/v2_migrator.py +0 -466
  648. package/src/superlocalmemory/storage/write_coordinator.py +0 -949
  649. package/src/superlocalmemory/storage/write_lock.py +0 -88
  650. package/src/superlocalmemory/summaries/__init__.py +0 -37
  651. package/src/superlocalmemory/summaries/base.py +0 -267
  652. package/src/superlocalmemory/summaries/daily_reflection.py +0 -340
  653. package/src/superlocalmemory/summaries/non_answer.py +0 -223
  654. package/src/superlocalmemory/summaries/project_work_log.py +0 -440
  655. package/src/superlocalmemory/summaries/session_summary.py +0 -311
  656. package/src/superlocalmemory/trust/__init__.py +0 -0
  657. package/src/superlocalmemory/trust/gate.py +0 -171
  658. package/src/superlocalmemory/trust/provenance.py +0 -124
  659. package/src/superlocalmemory/trust/scorer.py +0 -413
  660. package/src/superlocalmemory/trust/signals.py +0 -153
  661. package/src/superlocalmemory/ui/assets/slm-icon-white.svg +0 -64
  662. package/src/superlocalmemory/ui/assets/slm-icon.svg +0 -36
  663. package/src/superlocalmemory/ui/css/brain.css +0 -409
  664. package/src/superlocalmemory/ui/css/design-system.css +0 -696
  665. package/src/superlocalmemory/ui/css/legacy-dashboard.css +0 -663
  666. package/src/superlocalmemory/ui/css/neural-glass.css +0 -1599
  667. package/src/superlocalmemory/ui/css/od-bridge.css +0 -158
  668. package/src/superlocalmemory/ui/favicon.svg +0 -36
  669. package/src/superlocalmemory/ui/index.html +0 -1638
  670. package/src/superlocalmemory/ui/js/agents.js +0 -192
  671. package/src/superlocalmemory/ui/js/auto-settings.js +0 -624
  672. package/src/superlocalmemory/ui/js/brain.js +0 -1400
  673. package/src/superlocalmemory/ui/js/clusters.js +0 -326
  674. package/src/superlocalmemory/ui/js/compliance.js +0 -307
  675. package/src/superlocalmemory/ui/js/core.js +0 -566
  676. package/src/superlocalmemory/ui/js/dashboard.js +0 -503
  677. package/src/superlocalmemory/ui/js/event-delegation.js +0 -113
  678. package/src/superlocalmemory/ui/js/events.js +0 -178
  679. package/src/superlocalmemory/ui/js/fact-detail.js +0 -142
  680. package/src/superlocalmemory/ui/js/feedback.js +0 -339
  681. package/src/superlocalmemory/ui/js/graph-event-bus.js +0 -83
  682. package/src/superlocalmemory/ui/js/graph-filters.js +0 -220
  683. package/src/superlocalmemory/ui/js/graph-ui.js +0 -214
  684. package/src/superlocalmemory/ui/js/ide-status.js +0 -115
  685. package/src/superlocalmemory/ui/js/init.js +0 -54
  686. package/src/superlocalmemory/ui/js/knowledge-graph.js +0 -945
  687. package/src/superlocalmemory/ui/js/lifecycle.js +0 -387
  688. package/src/superlocalmemory/ui/js/math-health.js +0 -114
  689. package/src/superlocalmemory/ui/js/memories.js +0 -394
  690. package/src/superlocalmemory/ui/js/memory-chat.js +0 -371
  691. package/src/superlocalmemory/ui/js/memory-timeline.js +0 -265
  692. package/src/superlocalmemory/ui/js/modal.js +0 -733
  693. package/src/superlocalmemory/ui/js/ng-entities.js +0 -298
  694. package/src/superlocalmemory/ui/js/ng-health.js +0 -208
  695. package/src/superlocalmemory/ui/js/ng-ingestion.js +0 -203
  696. package/src/superlocalmemory/ui/js/ng-mesh.js +0 -374
  697. package/src/superlocalmemory/ui/js/ng-shell.js +0 -524
  698. package/src/superlocalmemory/ui/js/ng-skills.js +0 -663
  699. package/src/superlocalmemory/ui/js/od-agents.js +0 -588
  700. package/src/superlocalmemory/ui/js/od-auth-gate.js +0 -257
  701. package/src/superlocalmemory/ui/js/od-backup.js +0 -878
  702. package/src/superlocalmemory/ui/js/od-boundedloops.js +0 -324
  703. package/src/superlocalmemory/ui/js/od-brain.js +0 -1095
  704. package/src/superlocalmemory/ui/js/od-compliance-ext.js +0 -301
  705. package/src/superlocalmemory/ui/js/od-components.js +0 -147
  706. package/src/superlocalmemory/ui/js/od-entities.js +0 -622
  707. package/src/superlocalmemory/ui/js/od-graph.js +0 -776
  708. package/src/superlocalmemory/ui/js/od-health.js +0 -579
  709. package/src/superlocalmemory/ui/js/od-mcp.js +0 -508
  710. package/src/superlocalmemory/ui/js/od-memories.js +0 -1499
  711. package/src/superlocalmemory/ui/js/od-mesh.js +0 -645
  712. package/src/superlocalmemory/ui/js/od-operations.js +0 -1268
  713. package/src/superlocalmemory/ui/js/od-ops-health.js +0 -417
  714. package/src/superlocalmemory/ui/js/od-optimize.js +0 -828
  715. package/src/superlocalmemory/ui/js/od-settings.js +0 -1275
  716. package/src/superlocalmemory/ui/js/od-shell.js +0 -819
  717. package/src/superlocalmemory/ui/js/od-skills.js +0 -600
  718. package/src/superlocalmemory/ui/js/od-team.js +0 -265
  719. package/src/superlocalmemory/ui/js/optimize.js +0 -191
  720. package/src/superlocalmemory/ui/js/profiles.js +0 -362
  721. package/src/superlocalmemory/ui/js/quick-actions.js +0 -334
  722. package/src/superlocalmemory/ui/js/recall-lab.js +0 -373
  723. package/src/superlocalmemory/ui/js/search.js +0 -86
  724. package/src/superlocalmemory/ui/js/settings.js +0 -556
  725. package/src/superlocalmemory/ui/js/timeline.js +0 -62
  726. package/src/superlocalmemory/ui/js/trust-dashboard.js +0 -225
  727. package/src/superlocalmemory/ui/vendor/bootstrap-icons/bootstrap-icons.css +0 -2018
  728. package/src/superlocalmemory/ui/vendor/bootstrap-icons/fonts/bootstrap-icons.woff +0 -0
  729. package/src/superlocalmemory/ui/vendor/bootstrap-icons/fonts/bootstrap-icons.woff2 +0 -0
  730. package/src/superlocalmemory/ui/vendor/bootstrap.bundle.min.js +0 -7
  731. package/src/superlocalmemory/ui/vendor/bootstrap.min.css +0 -6
  732. package/src/superlocalmemory/ui/vendor/d3.v7.min.js +0 -2
  733. package/src/superlocalmemory/ui/vendor/graphology-library.min.js +0 -2
  734. package/src/superlocalmemory/ui/vendor/graphology.umd.min.js +0 -2
  735. package/src/superlocalmemory/ui/vendor/inter-ui/inter-variable.min.css +0 -8
  736. package/src/superlocalmemory/ui/vendor/inter-ui/variable/InterVariable-Italic.woff2 +0 -0
  737. package/src/superlocalmemory/ui/vendor/inter-ui/variable/InterVariable.woff2 +0 -0
  738. package/src/superlocalmemory/ui/vendor/sigma.min.js +0 -1
  739. package/src/superlocalmemory/vector/__init__.py +0 -9
  740. package/src/superlocalmemory/vector/lancedb_backend.py +0 -366
@@ -1,2018 +0,0 @@
1
- @font-face {
2
- font-display: block;
3
- font-family: "bootstrap-icons";
4
- src: url("./fonts/bootstrap-icons.woff2?2ab2cbbe07fcebb53bdaa7313bb290f2") format("woff2"),
5
- url("./fonts/bootstrap-icons.woff?2ab2cbbe07fcebb53bdaa7313bb290f2") format("woff");
6
- }
7
-
8
- .bi::before,
9
- [class^="bi-"]::before,
10
- [class*=" bi-"]::before {
11
- display: inline-block;
12
- font-family: bootstrap-icons !important;
13
- font-style: normal;
14
- font-weight: normal !important;
15
- font-variant: normal;
16
- text-transform: none;
17
- line-height: 1;
18
- vertical-align: -.125em;
19
- -webkit-font-smoothing: antialiased;
20
- -moz-osx-font-smoothing: grayscale;
21
- }
22
-
23
- .bi-123::before { content: "\f67f"; }
24
- .bi-alarm-fill::before { content: "\f101"; }
25
- .bi-alarm::before { content: "\f102"; }
26
- .bi-align-bottom::before { content: "\f103"; }
27
- .bi-align-center::before { content: "\f104"; }
28
- .bi-align-end::before { content: "\f105"; }
29
- .bi-align-middle::before { content: "\f106"; }
30
- .bi-align-start::before { content: "\f107"; }
31
- .bi-align-top::before { content: "\f108"; }
32
- .bi-alt::before { content: "\f109"; }
33
- .bi-app-indicator::before { content: "\f10a"; }
34
- .bi-app::before { content: "\f10b"; }
35
- .bi-archive-fill::before { content: "\f10c"; }
36
- .bi-archive::before { content: "\f10d"; }
37
- .bi-arrow-90deg-down::before { content: "\f10e"; }
38
- .bi-arrow-90deg-left::before { content: "\f10f"; }
39
- .bi-arrow-90deg-right::before { content: "\f110"; }
40
- .bi-arrow-90deg-up::before { content: "\f111"; }
41
- .bi-arrow-bar-down::before { content: "\f112"; }
42
- .bi-arrow-bar-left::before { content: "\f113"; }
43
- .bi-arrow-bar-right::before { content: "\f114"; }
44
- .bi-arrow-bar-up::before { content: "\f115"; }
45
- .bi-arrow-clockwise::before { content: "\f116"; }
46
- .bi-arrow-counterclockwise::before { content: "\f117"; }
47
- .bi-arrow-down-circle-fill::before { content: "\f118"; }
48
- .bi-arrow-down-circle::before { content: "\f119"; }
49
- .bi-arrow-down-left-circle-fill::before { content: "\f11a"; }
50
- .bi-arrow-down-left-circle::before { content: "\f11b"; }
51
- .bi-arrow-down-left-square-fill::before { content: "\f11c"; }
52
- .bi-arrow-down-left-square::before { content: "\f11d"; }
53
- .bi-arrow-down-left::before { content: "\f11e"; }
54
- .bi-arrow-down-right-circle-fill::before { content: "\f11f"; }
55
- .bi-arrow-down-right-circle::before { content: "\f120"; }
56
- .bi-arrow-down-right-square-fill::before { content: "\f121"; }
57
- .bi-arrow-down-right-square::before { content: "\f122"; }
58
- .bi-arrow-down-right::before { content: "\f123"; }
59
- .bi-arrow-down-short::before { content: "\f124"; }
60
- .bi-arrow-down-square-fill::before { content: "\f125"; }
61
- .bi-arrow-down-square::before { content: "\f126"; }
62
- .bi-arrow-down-up::before { content: "\f127"; }
63
- .bi-arrow-down::before { content: "\f128"; }
64
- .bi-arrow-left-circle-fill::before { content: "\f129"; }
65
- .bi-arrow-left-circle::before { content: "\f12a"; }
66
- .bi-arrow-left-right::before { content: "\f12b"; }
67
- .bi-arrow-left-short::before { content: "\f12c"; }
68
- .bi-arrow-left-square-fill::before { content: "\f12d"; }
69
- .bi-arrow-left-square::before { content: "\f12e"; }
70
- .bi-arrow-left::before { content: "\f12f"; }
71
- .bi-arrow-repeat::before { content: "\f130"; }
72
- .bi-arrow-return-left::before { content: "\f131"; }
73
- .bi-arrow-return-right::before { content: "\f132"; }
74
- .bi-arrow-right-circle-fill::before { content: "\f133"; }
75
- .bi-arrow-right-circle::before { content: "\f134"; }
76
- .bi-arrow-right-short::before { content: "\f135"; }
77
- .bi-arrow-right-square-fill::before { content: "\f136"; }
78
- .bi-arrow-right-square::before { content: "\f137"; }
79
- .bi-arrow-right::before { content: "\f138"; }
80
- .bi-arrow-up-circle-fill::before { content: "\f139"; }
81
- .bi-arrow-up-circle::before { content: "\f13a"; }
82
- .bi-arrow-up-left-circle-fill::before { content: "\f13b"; }
83
- .bi-arrow-up-left-circle::before { content: "\f13c"; }
84
- .bi-arrow-up-left-square-fill::before { content: "\f13d"; }
85
- .bi-arrow-up-left-square::before { content: "\f13e"; }
86
- .bi-arrow-up-left::before { content: "\f13f"; }
87
- .bi-arrow-up-right-circle-fill::before { content: "\f140"; }
88
- .bi-arrow-up-right-circle::before { content: "\f141"; }
89
- .bi-arrow-up-right-square-fill::before { content: "\f142"; }
90
- .bi-arrow-up-right-square::before { content: "\f143"; }
91
- .bi-arrow-up-right::before { content: "\f144"; }
92
- .bi-arrow-up-short::before { content: "\f145"; }
93
- .bi-arrow-up-square-fill::before { content: "\f146"; }
94
- .bi-arrow-up-square::before { content: "\f147"; }
95
- .bi-arrow-up::before { content: "\f148"; }
96
- .bi-arrows-angle-contract::before { content: "\f149"; }
97
- .bi-arrows-angle-expand::before { content: "\f14a"; }
98
- .bi-arrows-collapse::before { content: "\f14b"; }
99
- .bi-arrows-expand::before { content: "\f14c"; }
100
- .bi-arrows-fullscreen::before { content: "\f14d"; }
101
- .bi-arrows-move::before { content: "\f14e"; }
102
- .bi-aspect-ratio-fill::before { content: "\f14f"; }
103
- .bi-aspect-ratio::before { content: "\f150"; }
104
- .bi-asterisk::before { content: "\f151"; }
105
- .bi-at::before { content: "\f152"; }
106
- .bi-award-fill::before { content: "\f153"; }
107
- .bi-award::before { content: "\f154"; }
108
- .bi-back::before { content: "\f155"; }
109
- .bi-backspace-fill::before { content: "\f156"; }
110
- .bi-backspace-reverse-fill::before { content: "\f157"; }
111
- .bi-backspace-reverse::before { content: "\f158"; }
112
- .bi-backspace::before { content: "\f159"; }
113
- .bi-badge-3d-fill::before { content: "\f15a"; }
114
- .bi-badge-3d::before { content: "\f15b"; }
115
- .bi-badge-4k-fill::before { content: "\f15c"; }
116
- .bi-badge-4k::before { content: "\f15d"; }
117
- .bi-badge-8k-fill::before { content: "\f15e"; }
118
- .bi-badge-8k::before { content: "\f15f"; }
119
- .bi-badge-ad-fill::before { content: "\f160"; }
120
- .bi-badge-ad::before { content: "\f161"; }
121
- .bi-badge-ar-fill::before { content: "\f162"; }
122
- .bi-badge-ar::before { content: "\f163"; }
123
- .bi-badge-cc-fill::before { content: "\f164"; }
124
- .bi-badge-cc::before { content: "\f165"; }
125
- .bi-badge-hd-fill::before { content: "\f166"; }
126
- .bi-badge-hd::before { content: "\f167"; }
127
- .bi-badge-tm-fill::before { content: "\f168"; }
128
- .bi-badge-tm::before { content: "\f169"; }
129
- .bi-badge-vo-fill::before { content: "\f16a"; }
130
- .bi-badge-vo::before { content: "\f16b"; }
131
- .bi-badge-vr-fill::before { content: "\f16c"; }
132
- .bi-badge-vr::before { content: "\f16d"; }
133
- .bi-badge-wc-fill::before { content: "\f16e"; }
134
- .bi-badge-wc::before { content: "\f16f"; }
135
- .bi-bag-check-fill::before { content: "\f170"; }
136
- .bi-bag-check::before { content: "\f171"; }
137
- .bi-bag-dash-fill::before { content: "\f172"; }
138
- .bi-bag-dash::before { content: "\f173"; }
139
- .bi-bag-fill::before { content: "\f174"; }
140
- .bi-bag-plus-fill::before { content: "\f175"; }
141
- .bi-bag-plus::before { content: "\f176"; }
142
- .bi-bag-x-fill::before { content: "\f177"; }
143
- .bi-bag-x::before { content: "\f178"; }
144
- .bi-bag::before { content: "\f179"; }
145
- .bi-bar-chart-fill::before { content: "\f17a"; }
146
- .bi-bar-chart-line-fill::before { content: "\f17b"; }
147
- .bi-bar-chart-line::before { content: "\f17c"; }
148
- .bi-bar-chart-steps::before { content: "\f17d"; }
149
- .bi-bar-chart::before { content: "\f17e"; }
150
- .bi-basket-fill::before { content: "\f17f"; }
151
- .bi-basket::before { content: "\f180"; }
152
- .bi-basket2-fill::before { content: "\f181"; }
153
- .bi-basket2::before { content: "\f182"; }
154
- .bi-basket3-fill::before { content: "\f183"; }
155
- .bi-basket3::before { content: "\f184"; }
156
- .bi-battery-charging::before { content: "\f185"; }
157
- .bi-battery-full::before { content: "\f186"; }
158
- .bi-battery-half::before { content: "\f187"; }
159
- .bi-battery::before { content: "\f188"; }
160
- .bi-bell-fill::before { content: "\f189"; }
161
- .bi-bell::before { content: "\f18a"; }
162
- .bi-bezier::before { content: "\f18b"; }
163
- .bi-bezier2::before { content: "\f18c"; }
164
- .bi-bicycle::before { content: "\f18d"; }
165
- .bi-binoculars-fill::before { content: "\f18e"; }
166
- .bi-binoculars::before { content: "\f18f"; }
167
- .bi-blockquote-left::before { content: "\f190"; }
168
- .bi-blockquote-right::before { content: "\f191"; }
169
- .bi-book-fill::before { content: "\f192"; }
170
- .bi-book-half::before { content: "\f193"; }
171
- .bi-book::before { content: "\f194"; }
172
- .bi-bookmark-check-fill::before { content: "\f195"; }
173
- .bi-bookmark-check::before { content: "\f196"; }
174
- .bi-bookmark-dash-fill::before { content: "\f197"; }
175
- .bi-bookmark-dash::before { content: "\f198"; }
176
- .bi-bookmark-fill::before { content: "\f199"; }
177
- .bi-bookmark-heart-fill::before { content: "\f19a"; }
178
- .bi-bookmark-heart::before { content: "\f19b"; }
179
- .bi-bookmark-plus-fill::before { content: "\f19c"; }
180
- .bi-bookmark-plus::before { content: "\f19d"; }
181
- .bi-bookmark-star-fill::before { content: "\f19e"; }
182
- .bi-bookmark-star::before { content: "\f19f"; }
183
- .bi-bookmark-x-fill::before { content: "\f1a0"; }
184
- .bi-bookmark-x::before { content: "\f1a1"; }
185
- .bi-bookmark::before { content: "\f1a2"; }
186
- .bi-bookmarks-fill::before { content: "\f1a3"; }
187
- .bi-bookmarks::before { content: "\f1a4"; }
188
- .bi-bookshelf::before { content: "\f1a5"; }
189
- .bi-bootstrap-fill::before { content: "\f1a6"; }
190
- .bi-bootstrap-reboot::before { content: "\f1a7"; }
191
- .bi-bootstrap::before { content: "\f1a8"; }
192
- .bi-border-all::before { content: "\f1a9"; }
193
- .bi-border-bottom::before { content: "\f1aa"; }
194
- .bi-border-center::before { content: "\f1ab"; }
195
- .bi-border-inner::before { content: "\f1ac"; }
196
- .bi-border-left::before { content: "\f1ad"; }
197
- .bi-border-middle::before { content: "\f1ae"; }
198
- .bi-border-outer::before { content: "\f1af"; }
199
- .bi-border-right::before { content: "\f1b0"; }
200
- .bi-border-style::before { content: "\f1b1"; }
201
- .bi-border-top::before { content: "\f1b2"; }
202
- .bi-border-width::before { content: "\f1b3"; }
203
- .bi-border::before { content: "\f1b4"; }
204
- .bi-bounding-box-circles::before { content: "\f1b5"; }
205
- .bi-bounding-box::before { content: "\f1b6"; }
206
- .bi-box-arrow-down-left::before { content: "\f1b7"; }
207
- .bi-box-arrow-down-right::before { content: "\f1b8"; }
208
- .bi-box-arrow-down::before { content: "\f1b9"; }
209
- .bi-box-arrow-in-down-left::before { content: "\f1ba"; }
210
- .bi-box-arrow-in-down-right::before { content: "\f1bb"; }
211
- .bi-box-arrow-in-down::before { content: "\f1bc"; }
212
- .bi-box-arrow-in-left::before { content: "\f1bd"; }
213
- .bi-box-arrow-in-right::before { content: "\f1be"; }
214
- .bi-box-arrow-in-up-left::before { content: "\f1bf"; }
215
- .bi-box-arrow-in-up-right::before { content: "\f1c0"; }
216
- .bi-box-arrow-in-up::before { content: "\f1c1"; }
217
- .bi-box-arrow-left::before { content: "\f1c2"; }
218
- .bi-box-arrow-right::before { content: "\f1c3"; }
219
- .bi-box-arrow-up-left::before { content: "\f1c4"; }
220
- .bi-box-arrow-up-right::before { content: "\f1c5"; }
221
- .bi-box-arrow-up::before { content: "\f1c6"; }
222
- .bi-box-seam::before { content: "\f1c7"; }
223
- .bi-box::before { content: "\f1c8"; }
224
- .bi-braces::before { content: "\f1c9"; }
225
- .bi-bricks::before { content: "\f1ca"; }
226
- .bi-briefcase-fill::before { content: "\f1cb"; }
227
- .bi-briefcase::before { content: "\f1cc"; }
228
- .bi-brightness-alt-high-fill::before { content: "\f1cd"; }
229
- .bi-brightness-alt-high::before { content: "\f1ce"; }
230
- .bi-brightness-alt-low-fill::before { content: "\f1cf"; }
231
- .bi-brightness-alt-low::before { content: "\f1d0"; }
232
- .bi-brightness-high-fill::before { content: "\f1d1"; }
233
- .bi-brightness-high::before { content: "\f1d2"; }
234
- .bi-brightness-low-fill::before { content: "\f1d3"; }
235
- .bi-brightness-low::before { content: "\f1d4"; }
236
- .bi-broadcast-pin::before { content: "\f1d5"; }
237
- .bi-broadcast::before { content: "\f1d6"; }
238
- .bi-brush-fill::before { content: "\f1d7"; }
239
- .bi-brush::before { content: "\f1d8"; }
240
- .bi-bucket-fill::before { content: "\f1d9"; }
241
- .bi-bucket::before { content: "\f1da"; }
242
- .bi-bug-fill::before { content: "\f1db"; }
243
- .bi-bug::before { content: "\f1dc"; }
244
- .bi-building::before { content: "\f1dd"; }
245
- .bi-bullseye::before { content: "\f1de"; }
246
- .bi-calculator-fill::before { content: "\f1df"; }
247
- .bi-calculator::before { content: "\f1e0"; }
248
- .bi-calendar-check-fill::before { content: "\f1e1"; }
249
- .bi-calendar-check::before { content: "\f1e2"; }
250
- .bi-calendar-date-fill::before { content: "\f1e3"; }
251
- .bi-calendar-date::before { content: "\f1e4"; }
252
- .bi-calendar-day-fill::before { content: "\f1e5"; }
253
- .bi-calendar-day::before { content: "\f1e6"; }
254
- .bi-calendar-event-fill::before { content: "\f1e7"; }
255
- .bi-calendar-event::before { content: "\f1e8"; }
256
- .bi-calendar-fill::before { content: "\f1e9"; }
257
- .bi-calendar-minus-fill::before { content: "\f1ea"; }
258
- .bi-calendar-minus::before { content: "\f1eb"; }
259
- .bi-calendar-month-fill::before { content: "\f1ec"; }
260
- .bi-calendar-month::before { content: "\f1ed"; }
261
- .bi-calendar-plus-fill::before { content: "\f1ee"; }
262
- .bi-calendar-plus::before { content: "\f1ef"; }
263
- .bi-calendar-range-fill::before { content: "\f1f0"; }
264
- .bi-calendar-range::before { content: "\f1f1"; }
265
- .bi-calendar-week-fill::before { content: "\f1f2"; }
266
- .bi-calendar-week::before { content: "\f1f3"; }
267
- .bi-calendar-x-fill::before { content: "\f1f4"; }
268
- .bi-calendar-x::before { content: "\f1f5"; }
269
- .bi-calendar::before { content: "\f1f6"; }
270
- .bi-calendar2-check-fill::before { content: "\f1f7"; }
271
- .bi-calendar2-check::before { content: "\f1f8"; }
272
- .bi-calendar2-date-fill::before { content: "\f1f9"; }
273
- .bi-calendar2-date::before { content: "\f1fa"; }
274
- .bi-calendar2-day-fill::before { content: "\f1fb"; }
275
- .bi-calendar2-day::before { content: "\f1fc"; }
276
- .bi-calendar2-event-fill::before { content: "\f1fd"; }
277
- .bi-calendar2-event::before { content: "\f1fe"; }
278
- .bi-calendar2-fill::before { content: "\f1ff"; }
279
- .bi-calendar2-minus-fill::before { content: "\f200"; }
280
- .bi-calendar2-minus::before { content: "\f201"; }
281
- .bi-calendar2-month-fill::before { content: "\f202"; }
282
- .bi-calendar2-month::before { content: "\f203"; }
283
- .bi-calendar2-plus-fill::before { content: "\f204"; }
284
- .bi-calendar2-plus::before { content: "\f205"; }
285
- .bi-calendar2-range-fill::before { content: "\f206"; }
286
- .bi-calendar2-range::before { content: "\f207"; }
287
- .bi-calendar2-week-fill::before { content: "\f208"; }
288
- .bi-calendar2-week::before { content: "\f209"; }
289
- .bi-calendar2-x-fill::before { content: "\f20a"; }
290
- .bi-calendar2-x::before { content: "\f20b"; }
291
- .bi-calendar2::before { content: "\f20c"; }
292
- .bi-calendar3-event-fill::before { content: "\f20d"; }
293
- .bi-calendar3-event::before { content: "\f20e"; }
294
- .bi-calendar3-fill::before { content: "\f20f"; }
295
- .bi-calendar3-range-fill::before { content: "\f210"; }
296
- .bi-calendar3-range::before { content: "\f211"; }
297
- .bi-calendar3-week-fill::before { content: "\f212"; }
298
- .bi-calendar3-week::before { content: "\f213"; }
299
- .bi-calendar3::before { content: "\f214"; }
300
- .bi-calendar4-event::before { content: "\f215"; }
301
- .bi-calendar4-range::before { content: "\f216"; }
302
- .bi-calendar4-week::before { content: "\f217"; }
303
- .bi-calendar4::before { content: "\f218"; }
304
- .bi-camera-fill::before { content: "\f219"; }
305
- .bi-camera-reels-fill::before { content: "\f21a"; }
306
- .bi-camera-reels::before { content: "\f21b"; }
307
- .bi-camera-video-fill::before { content: "\f21c"; }
308
- .bi-camera-video-off-fill::before { content: "\f21d"; }
309
- .bi-camera-video-off::before { content: "\f21e"; }
310
- .bi-camera-video::before { content: "\f21f"; }
311
- .bi-camera::before { content: "\f220"; }
312
- .bi-camera2::before { content: "\f221"; }
313
- .bi-capslock-fill::before { content: "\f222"; }
314
- .bi-capslock::before { content: "\f223"; }
315
- .bi-card-checklist::before { content: "\f224"; }
316
- .bi-card-heading::before { content: "\f225"; }
317
- .bi-card-image::before { content: "\f226"; }
318
- .bi-card-list::before { content: "\f227"; }
319
- .bi-card-text::before { content: "\f228"; }
320
- .bi-caret-down-fill::before { content: "\f229"; }
321
- .bi-caret-down-square-fill::before { content: "\f22a"; }
322
- .bi-caret-down-square::before { content: "\f22b"; }
323
- .bi-caret-down::before { content: "\f22c"; }
324
- .bi-caret-left-fill::before { content: "\f22d"; }
325
- .bi-caret-left-square-fill::before { content: "\f22e"; }
326
- .bi-caret-left-square::before { content: "\f22f"; }
327
- .bi-caret-left::before { content: "\f230"; }
328
- .bi-caret-right-fill::before { content: "\f231"; }
329
- .bi-caret-right-square-fill::before { content: "\f232"; }
330
- .bi-caret-right-square::before { content: "\f233"; }
331
- .bi-caret-right::before { content: "\f234"; }
332
- .bi-caret-up-fill::before { content: "\f235"; }
333
- .bi-caret-up-square-fill::before { content: "\f236"; }
334
- .bi-caret-up-square::before { content: "\f237"; }
335
- .bi-caret-up::before { content: "\f238"; }
336
- .bi-cart-check-fill::before { content: "\f239"; }
337
- .bi-cart-check::before { content: "\f23a"; }
338
- .bi-cart-dash-fill::before { content: "\f23b"; }
339
- .bi-cart-dash::before { content: "\f23c"; }
340
- .bi-cart-fill::before { content: "\f23d"; }
341
- .bi-cart-plus-fill::before { content: "\f23e"; }
342
- .bi-cart-plus::before { content: "\f23f"; }
343
- .bi-cart-x-fill::before { content: "\f240"; }
344
- .bi-cart-x::before { content: "\f241"; }
345
- .bi-cart::before { content: "\f242"; }
346
- .bi-cart2::before { content: "\f243"; }
347
- .bi-cart3::before { content: "\f244"; }
348
- .bi-cart4::before { content: "\f245"; }
349
- .bi-cash-stack::before { content: "\f246"; }
350
- .bi-cash::before { content: "\f247"; }
351
- .bi-cast::before { content: "\f248"; }
352
- .bi-chat-dots-fill::before { content: "\f249"; }
353
- .bi-chat-dots::before { content: "\f24a"; }
354
- .bi-chat-fill::before { content: "\f24b"; }
355
- .bi-chat-left-dots-fill::before { content: "\f24c"; }
356
- .bi-chat-left-dots::before { content: "\f24d"; }
357
- .bi-chat-left-fill::before { content: "\f24e"; }
358
- .bi-chat-left-quote-fill::before { content: "\f24f"; }
359
- .bi-chat-left-quote::before { content: "\f250"; }
360
- .bi-chat-left-text-fill::before { content: "\f251"; }
361
- .bi-chat-left-text::before { content: "\f252"; }
362
- .bi-chat-left::before { content: "\f253"; }
363
- .bi-chat-quote-fill::before { content: "\f254"; }
364
- .bi-chat-quote::before { content: "\f255"; }
365
- .bi-chat-right-dots-fill::before { content: "\f256"; }
366
- .bi-chat-right-dots::before { content: "\f257"; }
367
- .bi-chat-right-fill::before { content: "\f258"; }
368
- .bi-chat-right-quote-fill::before { content: "\f259"; }
369
- .bi-chat-right-quote::before { content: "\f25a"; }
370
- .bi-chat-right-text-fill::before { content: "\f25b"; }
371
- .bi-chat-right-text::before { content: "\f25c"; }
372
- .bi-chat-right::before { content: "\f25d"; }
373
- .bi-chat-square-dots-fill::before { content: "\f25e"; }
374
- .bi-chat-square-dots::before { content: "\f25f"; }
375
- .bi-chat-square-fill::before { content: "\f260"; }
376
- .bi-chat-square-quote-fill::before { content: "\f261"; }
377
- .bi-chat-square-quote::before { content: "\f262"; }
378
- .bi-chat-square-text-fill::before { content: "\f263"; }
379
- .bi-chat-square-text::before { content: "\f264"; }
380
- .bi-chat-square::before { content: "\f265"; }
381
- .bi-chat-text-fill::before { content: "\f266"; }
382
- .bi-chat-text::before { content: "\f267"; }
383
- .bi-chat::before { content: "\f268"; }
384
- .bi-check-all::before { content: "\f269"; }
385
- .bi-check-circle-fill::before { content: "\f26a"; }
386
- .bi-check-circle::before { content: "\f26b"; }
387
- .bi-check-square-fill::before { content: "\f26c"; }
388
- .bi-check-square::before { content: "\f26d"; }
389
- .bi-check::before { content: "\f26e"; }
390
- .bi-check2-all::before { content: "\f26f"; }
391
- .bi-check2-circle::before { content: "\f270"; }
392
- .bi-check2-square::before { content: "\f271"; }
393
- .bi-check2::before { content: "\f272"; }
394
- .bi-chevron-bar-contract::before { content: "\f273"; }
395
- .bi-chevron-bar-down::before { content: "\f274"; }
396
- .bi-chevron-bar-expand::before { content: "\f275"; }
397
- .bi-chevron-bar-left::before { content: "\f276"; }
398
- .bi-chevron-bar-right::before { content: "\f277"; }
399
- .bi-chevron-bar-up::before { content: "\f278"; }
400
- .bi-chevron-compact-down::before { content: "\f279"; }
401
- .bi-chevron-compact-left::before { content: "\f27a"; }
402
- .bi-chevron-compact-right::before { content: "\f27b"; }
403
- .bi-chevron-compact-up::before { content: "\f27c"; }
404
- .bi-chevron-contract::before { content: "\f27d"; }
405
- .bi-chevron-double-down::before { content: "\f27e"; }
406
- .bi-chevron-double-left::before { content: "\f27f"; }
407
- .bi-chevron-double-right::before { content: "\f280"; }
408
- .bi-chevron-double-up::before { content: "\f281"; }
409
- .bi-chevron-down::before { content: "\f282"; }
410
- .bi-chevron-expand::before { content: "\f283"; }
411
- .bi-chevron-left::before { content: "\f284"; }
412
- .bi-chevron-right::before { content: "\f285"; }
413
- .bi-chevron-up::before { content: "\f286"; }
414
- .bi-circle-fill::before { content: "\f287"; }
415
- .bi-circle-half::before { content: "\f288"; }
416
- .bi-circle-square::before { content: "\f289"; }
417
- .bi-circle::before { content: "\f28a"; }
418
- .bi-clipboard-check::before { content: "\f28b"; }
419
- .bi-clipboard-data::before { content: "\f28c"; }
420
- .bi-clipboard-minus::before { content: "\f28d"; }
421
- .bi-clipboard-plus::before { content: "\f28e"; }
422
- .bi-clipboard-x::before { content: "\f28f"; }
423
- .bi-clipboard::before { content: "\f290"; }
424
- .bi-clock-fill::before { content: "\f291"; }
425
- .bi-clock-history::before { content: "\f292"; }
426
- .bi-clock::before { content: "\f293"; }
427
- .bi-cloud-arrow-down-fill::before { content: "\f294"; }
428
- .bi-cloud-arrow-down::before { content: "\f295"; }
429
- .bi-cloud-arrow-up-fill::before { content: "\f296"; }
430
- .bi-cloud-arrow-up::before { content: "\f297"; }
431
- .bi-cloud-check-fill::before { content: "\f298"; }
432
- .bi-cloud-check::before { content: "\f299"; }
433
- .bi-cloud-download-fill::before { content: "\f29a"; }
434
- .bi-cloud-download::before { content: "\f29b"; }
435
- .bi-cloud-drizzle-fill::before { content: "\f29c"; }
436
- .bi-cloud-drizzle::before { content: "\f29d"; }
437
- .bi-cloud-fill::before { content: "\f29e"; }
438
- .bi-cloud-fog-fill::before { content: "\f29f"; }
439
- .bi-cloud-fog::before { content: "\f2a0"; }
440
- .bi-cloud-fog2-fill::before { content: "\f2a1"; }
441
- .bi-cloud-fog2::before { content: "\f2a2"; }
442
- .bi-cloud-hail-fill::before { content: "\f2a3"; }
443
- .bi-cloud-hail::before { content: "\f2a4"; }
444
- .bi-cloud-haze-1::before { content: "\f2a5"; }
445
- .bi-cloud-haze-fill::before { content: "\f2a6"; }
446
- .bi-cloud-haze::before { content: "\f2a7"; }
447
- .bi-cloud-haze2-fill::before { content: "\f2a8"; }
448
- .bi-cloud-lightning-fill::before { content: "\f2a9"; }
449
- .bi-cloud-lightning-rain-fill::before { content: "\f2aa"; }
450
- .bi-cloud-lightning-rain::before { content: "\f2ab"; }
451
- .bi-cloud-lightning::before { content: "\f2ac"; }
452
- .bi-cloud-minus-fill::before { content: "\f2ad"; }
453
- .bi-cloud-minus::before { content: "\f2ae"; }
454
- .bi-cloud-moon-fill::before { content: "\f2af"; }
455
- .bi-cloud-moon::before { content: "\f2b0"; }
456
- .bi-cloud-plus-fill::before { content: "\f2b1"; }
457
- .bi-cloud-plus::before { content: "\f2b2"; }
458
- .bi-cloud-rain-fill::before { content: "\f2b3"; }
459
- .bi-cloud-rain-heavy-fill::before { content: "\f2b4"; }
460
- .bi-cloud-rain-heavy::before { content: "\f2b5"; }
461
- .bi-cloud-rain::before { content: "\f2b6"; }
462
- .bi-cloud-slash-fill::before { content: "\f2b7"; }
463
- .bi-cloud-slash::before { content: "\f2b8"; }
464
- .bi-cloud-sleet-fill::before { content: "\f2b9"; }
465
- .bi-cloud-sleet::before { content: "\f2ba"; }
466
- .bi-cloud-snow-fill::before { content: "\f2bb"; }
467
- .bi-cloud-snow::before { content: "\f2bc"; }
468
- .bi-cloud-sun-fill::before { content: "\f2bd"; }
469
- .bi-cloud-sun::before { content: "\f2be"; }
470
- .bi-cloud-upload-fill::before { content: "\f2bf"; }
471
- .bi-cloud-upload::before { content: "\f2c0"; }
472
- .bi-cloud::before { content: "\f2c1"; }
473
- .bi-clouds-fill::before { content: "\f2c2"; }
474
- .bi-clouds::before { content: "\f2c3"; }
475
- .bi-cloudy-fill::before { content: "\f2c4"; }
476
- .bi-cloudy::before { content: "\f2c5"; }
477
- .bi-code-slash::before { content: "\f2c6"; }
478
- .bi-code-square::before { content: "\f2c7"; }
479
- .bi-code::before { content: "\f2c8"; }
480
- .bi-collection-fill::before { content: "\f2c9"; }
481
- .bi-collection-play-fill::before { content: "\f2ca"; }
482
- .bi-collection-play::before { content: "\f2cb"; }
483
- .bi-collection::before { content: "\f2cc"; }
484
- .bi-columns-gap::before { content: "\f2cd"; }
485
- .bi-columns::before { content: "\f2ce"; }
486
- .bi-command::before { content: "\f2cf"; }
487
- .bi-compass-fill::before { content: "\f2d0"; }
488
- .bi-compass::before { content: "\f2d1"; }
489
- .bi-cone-striped::before { content: "\f2d2"; }
490
- .bi-cone::before { content: "\f2d3"; }
491
- .bi-controller::before { content: "\f2d4"; }
492
- .bi-cpu-fill::before { content: "\f2d5"; }
493
- .bi-cpu::before { content: "\f2d6"; }
494
- .bi-credit-card-2-back-fill::before { content: "\f2d7"; }
495
- .bi-credit-card-2-back::before { content: "\f2d8"; }
496
- .bi-credit-card-2-front-fill::before { content: "\f2d9"; }
497
- .bi-credit-card-2-front::before { content: "\f2da"; }
498
- .bi-credit-card-fill::before { content: "\f2db"; }
499
- .bi-credit-card::before { content: "\f2dc"; }
500
- .bi-crop::before { content: "\f2dd"; }
501
- .bi-cup-fill::before { content: "\f2de"; }
502
- .bi-cup-straw::before { content: "\f2df"; }
503
- .bi-cup::before { content: "\f2e0"; }
504
- .bi-cursor-fill::before { content: "\f2e1"; }
505
- .bi-cursor-text::before { content: "\f2e2"; }
506
- .bi-cursor::before { content: "\f2e3"; }
507
- .bi-dash-circle-dotted::before { content: "\f2e4"; }
508
- .bi-dash-circle-fill::before { content: "\f2e5"; }
509
- .bi-dash-circle::before { content: "\f2e6"; }
510
- .bi-dash-square-dotted::before { content: "\f2e7"; }
511
- .bi-dash-square-fill::before { content: "\f2e8"; }
512
- .bi-dash-square::before { content: "\f2e9"; }
513
- .bi-dash::before { content: "\f2ea"; }
514
- .bi-diagram-2-fill::before { content: "\f2eb"; }
515
- .bi-diagram-2::before { content: "\f2ec"; }
516
- .bi-diagram-3-fill::before { content: "\f2ed"; }
517
- .bi-diagram-3::before { content: "\f2ee"; }
518
- .bi-diamond-fill::before { content: "\f2ef"; }
519
- .bi-diamond-half::before { content: "\f2f0"; }
520
- .bi-diamond::before { content: "\f2f1"; }
521
- .bi-dice-1-fill::before { content: "\f2f2"; }
522
- .bi-dice-1::before { content: "\f2f3"; }
523
- .bi-dice-2-fill::before { content: "\f2f4"; }
524
- .bi-dice-2::before { content: "\f2f5"; }
525
- .bi-dice-3-fill::before { content: "\f2f6"; }
526
- .bi-dice-3::before { content: "\f2f7"; }
527
- .bi-dice-4-fill::before { content: "\f2f8"; }
528
- .bi-dice-4::before { content: "\f2f9"; }
529
- .bi-dice-5-fill::before { content: "\f2fa"; }
530
- .bi-dice-5::before { content: "\f2fb"; }
531
- .bi-dice-6-fill::before { content: "\f2fc"; }
532
- .bi-dice-6::before { content: "\f2fd"; }
533
- .bi-disc-fill::before { content: "\f2fe"; }
534
- .bi-disc::before { content: "\f2ff"; }
535
- .bi-discord::before { content: "\f300"; }
536
- .bi-display-fill::before { content: "\f301"; }
537
- .bi-display::before { content: "\f302"; }
538
- .bi-distribute-horizontal::before { content: "\f303"; }
539
- .bi-distribute-vertical::before { content: "\f304"; }
540
- .bi-door-closed-fill::before { content: "\f305"; }
541
- .bi-door-closed::before { content: "\f306"; }
542
- .bi-door-open-fill::before { content: "\f307"; }
543
- .bi-door-open::before { content: "\f308"; }
544
- .bi-dot::before { content: "\f309"; }
545
- .bi-download::before { content: "\f30a"; }
546
- .bi-droplet-fill::before { content: "\f30b"; }
547
- .bi-droplet-half::before { content: "\f30c"; }
548
- .bi-droplet::before { content: "\f30d"; }
549
- .bi-earbuds::before { content: "\f30e"; }
550
- .bi-easel-fill::before { content: "\f30f"; }
551
- .bi-easel::before { content: "\f310"; }
552
- .bi-egg-fill::before { content: "\f311"; }
553
- .bi-egg-fried::before { content: "\f312"; }
554
- .bi-egg::before { content: "\f313"; }
555
- .bi-eject-fill::before { content: "\f314"; }
556
- .bi-eject::before { content: "\f315"; }
557
- .bi-emoji-angry-fill::before { content: "\f316"; }
558
- .bi-emoji-angry::before { content: "\f317"; }
559
- .bi-emoji-dizzy-fill::before { content: "\f318"; }
560
- .bi-emoji-dizzy::before { content: "\f319"; }
561
- .bi-emoji-expressionless-fill::before { content: "\f31a"; }
562
- .bi-emoji-expressionless::before { content: "\f31b"; }
563
- .bi-emoji-frown-fill::before { content: "\f31c"; }
564
- .bi-emoji-frown::before { content: "\f31d"; }
565
- .bi-emoji-heart-eyes-fill::before { content: "\f31e"; }
566
- .bi-emoji-heart-eyes::before { content: "\f31f"; }
567
- .bi-emoji-laughing-fill::before { content: "\f320"; }
568
- .bi-emoji-laughing::before { content: "\f321"; }
569
- .bi-emoji-neutral-fill::before { content: "\f322"; }
570
- .bi-emoji-neutral::before { content: "\f323"; }
571
- .bi-emoji-smile-fill::before { content: "\f324"; }
572
- .bi-emoji-smile-upside-down-fill::before { content: "\f325"; }
573
- .bi-emoji-smile-upside-down::before { content: "\f326"; }
574
- .bi-emoji-smile::before { content: "\f327"; }
575
- .bi-emoji-sunglasses-fill::before { content: "\f328"; }
576
- .bi-emoji-sunglasses::before { content: "\f329"; }
577
- .bi-emoji-wink-fill::before { content: "\f32a"; }
578
- .bi-emoji-wink::before { content: "\f32b"; }
579
- .bi-envelope-fill::before { content: "\f32c"; }
580
- .bi-envelope-open-fill::before { content: "\f32d"; }
581
- .bi-envelope-open::before { content: "\f32e"; }
582
- .bi-envelope::before { content: "\f32f"; }
583
- .bi-eraser-fill::before { content: "\f330"; }
584
- .bi-eraser::before { content: "\f331"; }
585
- .bi-exclamation-circle-fill::before { content: "\f332"; }
586
- .bi-exclamation-circle::before { content: "\f333"; }
587
- .bi-exclamation-diamond-fill::before { content: "\f334"; }
588
- .bi-exclamation-diamond::before { content: "\f335"; }
589
- .bi-exclamation-octagon-fill::before { content: "\f336"; }
590
- .bi-exclamation-octagon::before { content: "\f337"; }
591
- .bi-exclamation-square-fill::before { content: "\f338"; }
592
- .bi-exclamation-square::before { content: "\f339"; }
593
- .bi-exclamation-triangle-fill::before { content: "\f33a"; }
594
- .bi-exclamation-triangle::before { content: "\f33b"; }
595
- .bi-exclamation::before { content: "\f33c"; }
596
- .bi-exclude::before { content: "\f33d"; }
597
- .bi-eye-fill::before { content: "\f33e"; }
598
- .bi-eye-slash-fill::before { content: "\f33f"; }
599
- .bi-eye-slash::before { content: "\f340"; }
600
- .bi-eye::before { content: "\f341"; }
601
- .bi-eyedropper::before { content: "\f342"; }
602
- .bi-eyeglasses::before { content: "\f343"; }
603
- .bi-facebook::before { content: "\f344"; }
604
- .bi-file-arrow-down-fill::before { content: "\f345"; }
605
- .bi-file-arrow-down::before { content: "\f346"; }
606
- .bi-file-arrow-up-fill::before { content: "\f347"; }
607
- .bi-file-arrow-up::before { content: "\f348"; }
608
- .bi-file-bar-graph-fill::before { content: "\f349"; }
609
- .bi-file-bar-graph::before { content: "\f34a"; }
610
- .bi-file-binary-fill::before { content: "\f34b"; }
611
- .bi-file-binary::before { content: "\f34c"; }
612
- .bi-file-break-fill::before { content: "\f34d"; }
613
- .bi-file-break::before { content: "\f34e"; }
614
- .bi-file-check-fill::before { content: "\f34f"; }
615
- .bi-file-check::before { content: "\f350"; }
616
- .bi-file-code-fill::before { content: "\f351"; }
617
- .bi-file-code::before { content: "\f352"; }
618
- .bi-file-diff-fill::before { content: "\f353"; }
619
- .bi-file-diff::before { content: "\f354"; }
620
- .bi-file-earmark-arrow-down-fill::before { content: "\f355"; }
621
- .bi-file-earmark-arrow-down::before { content: "\f356"; }
622
- .bi-file-earmark-arrow-up-fill::before { content: "\f357"; }
623
- .bi-file-earmark-arrow-up::before { content: "\f358"; }
624
- .bi-file-earmark-bar-graph-fill::before { content: "\f359"; }
625
- .bi-file-earmark-bar-graph::before { content: "\f35a"; }
626
- .bi-file-earmark-binary-fill::before { content: "\f35b"; }
627
- .bi-file-earmark-binary::before { content: "\f35c"; }
628
- .bi-file-earmark-break-fill::before { content: "\f35d"; }
629
- .bi-file-earmark-break::before { content: "\f35e"; }
630
- .bi-file-earmark-check-fill::before { content: "\f35f"; }
631
- .bi-file-earmark-check::before { content: "\f360"; }
632
- .bi-file-earmark-code-fill::before { content: "\f361"; }
633
- .bi-file-earmark-code::before { content: "\f362"; }
634
- .bi-file-earmark-diff-fill::before { content: "\f363"; }
635
- .bi-file-earmark-diff::before { content: "\f364"; }
636
- .bi-file-earmark-easel-fill::before { content: "\f365"; }
637
- .bi-file-earmark-easel::before { content: "\f366"; }
638
- .bi-file-earmark-excel-fill::before { content: "\f367"; }
639
- .bi-file-earmark-excel::before { content: "\f368"; }
640
- .bi-file-earmark-fill::before { content: "\f369"; }
641
- .bi-file-earmark-font-fill::before { content: "\f36a"; }
642
- .bi-file-earmark-font::before { content: "\f36b"; }
643
- .bi-file-earmark-image-fill::before { content: "\f36c"; }
644
- .bi-file-earmark-image::before { content: "\f36d"; }
645
- .bi-file-earmark-lock-fill::before { content: "\f36e"; }
646
- .bi-file-earmark-lock::before { content: "\f36f"; }
647
- .bi-file-earmark-lock2-fill::before { content: "\f370"; }
648
- .bi-file-earmark-lock2::before { content: "\f371"; }
649
- .bi-file-earmark-medical-fill::before { content: "\f372"; }
650
- .bi-file-earmark-medical::before { content: "\f373"; }
651
- .bi-file-earmark-minus-fill::before { content: "\f374"; }
652
- .bi-file-earmark-minus::before { content: "\f375"; }
653
- .bi-file-earmark-music-fill::before { content: "\f376"; }
654
- .bi-file-earmark-music::before { content: "\f377"; }
655
- .bi-file-earmark-person-fill::before { content: "\f378"; }
656
- .bi-file-earmark-person::before { content: "\f379"; }
657
- .bi-file-earmark-play-fill::before { content: "\f37a"; }
658
- .bi-file-earmark-play::before { content: "\f37b"; }
659
- .bi-file-earmark-plus-fill::before { content: "\f37c"; }
660
- .bi-file-earmark-plus::before { content: "\f37d"; }
661
- .bi-file-earmark-post-fill::before { content: "\f37e"; }
662
- .bi-file-earmark-post::before { content: "\f37f"; }
663
- .bi-file-earmark-ppt-fill::before { content: "\f380"; }
664
- .bi-file-earmark-ppt::before { content: "\f381"; }
665
- .bi-file-earmark-richtext-fill::before { content: "\f382"; }
666
- .bi-file-earmark-richtext::before { content: "\f383"; }
667
- .bi-file-earmark-ruled-fill::before { content: "\f384"; }
668
- .bi-file-earmark-ruled::before { content: "\f385"; }
669
- .bi-file-earmark-slides-fill::before { content: "\f386"; }
670
- .bi-file-earmark-slides::before { content: "\f387"; }
671
- .bi-file-earmark-spreadsheet-fill::before { content: "\f388"; }
672
- .bi-file-earmark-spreadsheet::before { content: "\f389"; }
673
- .bi-file-earmark-text-fill::before { content: "\f38a"; }
674
- .bi-file-earmark-text::before { content: "\f38b"; }
675
- .bi-file-earmark-word-fill::before { content: "\f38c"; }
676
- .bi-file-earmark-word::before { content: "\f38d"; }
677
- .bi-file-earmark-x-fill::before { content: "\f38e"; }
678
- .bi-file-earmark-x::before { content: "\f38f"; }
679
- .bi-file-earmark-zip-fill::before { content: "\f390"; }
680
- .bi-file-earmark-zip::before { content: "\f391"; }
681
- .bi-file-earmark::before { content: "\f392"; }
682
- .bi-file-easel-fill::before { content: "\f393"; }
683
- .bi-file-easel::before { content: "\f394"; }
684
- .bi-file-excel-fill::before { content: "\f395"; }
685
- .bi-file-excel::before { content: "\f396"; }
686
- .bi-file-fill::before { content: "\f397"; }
687
- .bi-file-font-fill::before { content: "\f398"; }
688
- .bi-file-font::before { content: "\f399"; }
689
- .bi-file-image-fill::before { content: "\f39a"; }
690
- .bi-file-image::before { content: "\f39b"; }
691
- .bi-file-lock-fill::before { content: "\f39c"; }
692
- .bi-file-lock::before { content: "\f39d"; }
693
- .bi-file-lock2-fill::before { content: "\f39e"; }
694
- .bi-file-lock2::before { content: "\f39f"; }
695
- .bi-file-medical-fill::before { content: "\f3a0"; }
696
- .bi-file-medical::before { content: "\f3a1"; }
697
- .bi-file-minus-fill::before { content: "\f3a2"; }
698
- .bi-file-minus::before { content: "\f3a3"; }
699
- .bi-file-music-fill::before { content: "\f3a4"; }
700
- .bi-file-music::before { content: "\f3a5"; }
701
- .bi-file-person-fill::before { content: "\f3a6"; }
702
- .bi-file-person::before { content: "\f3a7"; }
703
- .bi-file-play-fill::before { content: "\f3a8"; }
704
- .bi-file-play::before { content: "\f3a9"; }
705
- .bi-file-plus-fill::before { content: "\f3aa"; }
706
- .bi-file-plus::before { content: "\f3ab"; }
707
- .bi-file-post-fill::before { content: "\f3ac"; }
708
- .bi-file-post::before { content: "\f3ad"; }
709
- .bi-file-ppt-fill::before { content: "\f3ae"; }
710
- .bi-file-ppt::before { content: "\f3af"; }
711
- .bi-file-richtext-fill::before { content: "\f3b0"; }
712
- .bi-file-richtext::before { content: "\f3b1"; }
713
- .bi-file-ruled-fill::before { content: "\f3b2"; }
714
- .bi-file-ruled::before { content: "\f3b3"; }
715
- .bi-file-slides-fill::before { content: "\f3b4"; }
716
- .bi-file-slides::before { content: "\f3b5"; }
717
- .bi-file-spreadsheet-fill::before { content: "\f3b6"; }
718
- .bi-file-spreadsheet::before { content: "\f3b7"; }
719
- .bi-file-text-fill::before { content: "\f3b8"; }
720
- .bi-file-text::before { content: "\f3b9"; }
721
- .bi-file-word-fill::before { content: "\f3ba"; }
722
- .bi-file-word::before { content: "\f3bb"; }
723
- .bi-file-x-fill::before { content: "\f3bc"; }
724
- .bi-file-x::before { content: "\f3bd"; }
725
- .bi-file-zip-fill::before { content: "\f3be"; }
726
- .bi-file-zip::before { content: "\f3bf"; }
727
- .bi-file::before { content: "\f3c0"; }
728
- .bi-files-alt::before { content: "\f3c1"; }
729
- .bi-files::before { content: "\f3c2"; }
730
- .bi-film::before { content: "\f3c3"; }
731
- .bi-filter-circle-fill::before { content: "\f3c4"; }
732
- .bi-filter-circle::before { content: "\f3c5"; }
733
- .bi-filter-left::before { content: "\f3c6"; }
734
- .bi-filter-right::before { content: "\f3c7"; }
735
- .bi-filter-square-fill::before { content: "\f3c8"; }
736
- .bi-filter-square::before { content: "\f3c9"; }
737
- .bi-filter::before { content: "\f3ca"; }
738
- .bi-flag-fill::before { content: "\f3cb"; }
739
- .bi-flag::before { content: "\f3cc"; }
740
- .bi-flower1::before { content: "\f3cd"; }
741
- .bi-flower2::before { content: "\f3ce"; }
742
- .bi-flower3::before { content: "\f3cf"; }
743
- .bi-folder-check::before { content: "\f3d0"; }
744
- .bi-folder-fill::before { content: "\f3d1"; }
745
- .bi-folder-minus::before { content: "\f3d2"; }
746
- .bi-folder-plus::before { content: "\f3d3"; }
747
- .bi-folder-symlink-fill::before { content: "\f3d4"; }
748
- .bi-folder-symlink::before { content: "\f3d5"; }
749
- .bi-folder-x::before { content: "\f3d6"; }
750
- .bi-folder::before { content: "\f3d7"; }
751
- .bi-folder2-open::before { content: "\f3d8"; }
752
- .bi-folder2::before { content: "\f3d9"; }
753
- .bi-fonts::before { content: "\f3da"; }
754
- .bi-forward-fill::before { content: "\f3db"; }
755
- .bi-forward::before { content: "\f3dc"; }
756
- .bi-front::before { content: "\f3dd"; }
757
- .bi-fullscreen-exit::before { content: "\f3de"; }
758
- .bi-fullscreen::before { content: "\f3df"; }
759
- .bi-funnel-fill::before { content: "\f3e0"; }
760
- .bi-funnel::before { content: "\f3e1"; }
761
- .bi-gear-fill::before { content: "\f3e2"; }
762
- .bi-gear-wide-connected::before { content: "\f3e3"; }
763
- .bi-gear-wide::before { content: "\f3e4"; }
764
- .bi-gear::before { content: "\f3e5"; }
765
- .bi-gem::before { content: "\f3e6"; }
766
- .bi-geo-alt-fill::before { content: "\f3e7"; }
767
- .bi-geo-alt::before { content: "\f3e8"; }
768
- .bi-geo-fill::before { content: "\f3e9"; }
769
- .bi-geo::before { content: "\f3ea"; }
770
- .bi-gift-fill::before { content: "\f3eb"; }
771
- .bi-gift::before { content: "\f3ec"; }
772
- .bi-github::before { content: "\f3ed"; }
773
- .bi-globe::before { content: "\f3ee"; }
774
- .bi-globe2::before { content: "\f3ef"; }
775
- .bi-google::before { content: "\f3f0"; }
776
- .bi-graph-down::before { content: "\f3f1"; }
777
- .bi-graph-up::before { content: "\f3f2"; }
778
- .bi-grid-1x2-fill::before { content: "\f3f3"; }
779
- .bi-grid-1x2::before { content: "\f3f4"; }
780
- .bi-grid-3x2-gap-fill::before { content: "\f3f5"; }
781
- .bi-grid-3x2-gap::before { content: "\f3f6"; }
782
- .bi-grid-3x2::before { content: "\f3f7"; }
783
- .bi-grid-3x3-gap-fill::before { content: "\f3f8"; }
784
- .bi-grid-3x3-gap::before { content: "\f3f9"; }
785
- .bi-grid-3x3::before { content: "\f3fa"; }
786
- .bi-grid-fill::before { content: "\f3fb"; }
787
- .bi-grid::before { content: "\f3fc"; }
788
- .bi-grip-horizontal::before { content: "\f3fd"; }
789
- .bi-grip-vertical::before { content: "\f3fe"; }
790
- .bi-hammer::before { content: "\f3ff"; }
791
- .bi-hand-index-fill::before { content: "\f400"; }
792
- .bi-hand-index-thumb-fill::before { content: "\f401"; }
793
- .bi-hand-index-thumb::before { content: "\f402"; }
794
- .bi-hand-index::before { content: "\f403"; }
795
- .bi-hand-thumbs-down-fill::before { content: "\f404"; }
796
- .bi-hand-thumbs-down::before { content: "\f405"; }
797
- .bi-hand-thumbs-up-fill::before { content: "\f406"; }
798
- .bi-hand-thumbs-up::before { content: "\f407"; }
799
- .bi-handbag-fill::before { content: "\f408"; }
800
- .bi-handbag::before { content: "\f409"; }
801
- .bi-hash::before { content: "\f40a"; }
802
- .bi-hdd-fill::before { content: "\f40b"; }
803
- .bi-hdd-network-fill::before { content: "\f40c"; }
804
- .bi-hdd-network::before { content: "\f40d"; }
805
- .bi-hdd-rack-fill::before { content: "\f40e"; }
806
- .bi-hdd-rack::before { content: "\f40f"; }
807
- .bi-hdd-stack-fill::before { content: "\f410"; }
808
- .bi-hdd-stack::before { content: "\f411"; }
809
- .bi-hdd::before { content: "\f412"; }
810
- .bi-headphones::before { content: "\f413"; }
811
- .bi-headset::before { content: "\f414"; }
812
- .bi-heart-fill::before { content: "\f415"; }
813
- .bi-heart-half::before { content: "\f416"; }
814
- .bi-heart::before { content: "\f417"; }
815
- .bi-heptagon-fill::before { content: "\f418"; }
816
- .bi-heptagon-half::before { content: "\f419"; }
817
- .bi-heptagon::before { content: "\f41a"; }
818
- .bi-hexagon-fill::before { content: "\f41b"; }
819
- .bi-hexagon-half::before { content: "\f41c"; }
820
- .bi-hexagon::before { content: "\f41d"; }
821
- .bi-hourglass-bottom::before { content: "\f41e"; }
822
- .bi-hourglass-split::before { content: "\f41f"; }
823
- .bi-hourglass-top::before { content: "\f420"; }
824
- .bi-hourglass::before { content: "\f421"; }
825
- .bi-house-door-fill::before { content: "\f422"; }
826
- .bi-house-door::before { content: "\f423"; }
827
- .bi-house-fill::before { content: "\f424"; }
828
- .bi-house::before { content: "\f425"; }
829
- .bi-hr::before { content: "\f426"; }
830
- .bi-hurricane::before { content: "\f427"; }
831
- .bi-image-alt::before { content: "\f428"; }
832
- .bi-image-fill::before { content: "\f429"; }
833
- .bi-image::before { content: "\f42a"; }
834
- .bi-images::before { content: "\f42b"; }
835
- .bi-inbox-fill::before { content: "\f42c"; }
836
- .bi-inbox::before { content: "\f42d"; }
837
- .bi-inboxes-fill::before { content: "\f42e"; }
838
- .bi-inboxes::before { content: "\f42f"; }
839
- .bi-info-circle-fill::before { content: "\f430"; }
840
- .bi-info-circle::before { content: "\f431"; }
841
- .bi-info-square-fill::before { content: "\f432"; }
842
- .bi-info-square::before { content: "\f433"; }
843
- .bi-info::before { content: "\f434"; }
844
- .bi-input-cursor-text::before { content: "\f435"; }
845
- .bi-input-cursor::before { content: "\f436"; }
846
- .bi-instagram::before { content: "\f437"; }
847
- .bi-intersect::before { content: "\f438"; }
848
- .bi-journal-album::before { content: "\f439"; }
849
- .bi-journal-arrow-down::before { content: "\f43a"; }
850
- .bi-journal-arrow-up::before { content: "\f43b"; }
851
- .bi-journal-bookmark-fill::before { content: "\f43c"; }
852
- .bi-journal-bookmark::before { content: "\f43d"; }
853
- .bi-journal-check::before { content: "\f43e"; }
854
- .bi-journal-code::before { content: "\f43f"; }
855
- .bi-journal-medical::before { content: "\f440"; }
856
- .bi-journal-minus::before { content: "\f441"; }
857
- .bi-journal-plus::before { content: "\f442"; }
858
- .bi-journal-richtext::before { content: "\f443"; }
859
- .bi-journal-text::before { content: "\f444"; }
860
- .bi-journal-x::before { content: "\f445"; }
861
- .bi-journal::before { content: "\f446"; }
862
- .bi-journals::before { content: "\f447"; }
863
- .bi-joystick::before { content: "\f448"; }
864
- .bi-justify-left::before { content: "\f449"; }
865
- .bi-justify-right::before { content: "\f44a"; }
866
- .bi-justify::before { content: "\f44b"; }
867
- .bi-kanban-fill::before { content: "\f44c"; }
868
- .bi-kanban::before { content: "\f44d"; }
869
- .bi-key-fill::before { content: "\f44e"; }
870
- .bi-key::before { content: "\f44f"; }
871
- .bi-keyboard-fill::before { content: "\f450"; }
872
- .bi-keyboard::before { content: "\f451"; }
873
- .bi-ladder::before { content: "\f452"; }
874
- .bi-lamp-fill::before { content: "\f453"; }
875
- .bi-lamp::before { content: "\f454"; }
876
- .bi-laptop-fill::before { content: "\f455"; }
877
- .bi-laptop::before { content: "\f456"; }
878
- .bi-layer-backward::before { content: "\f457"; }
879
- .bi-layer-forward::before { content: "\f458"; }
880
- .bi-layers-fill::before { content: "\f459"; }
881
- .bi-layers-half::before { content: "\f45a"; }
882
- .bi-layers::before { content: "\f45b"; }
883
- .bi-layout-sidebar-inset-reverse::before { content: "\f45c"; }
884
- .bi-layout-sidebar-inset::before { content: "\f45d"; }
885
- .bi-layout-sidebar-reverse::before { content: "\f45e"; }
886
- .bi-layout-sidebar::before { content: "\f45f"; }
887
- .bi-layout-split::before { content: "\f460"; }
888
- .bi-layout-text-sidebar-reverse::before { content: "\f461"; }
889
- .bi-layout-text-sidebar::before { content: "\f462"; }
890
- .bi-layout-text-window-reverse::before { content: "\f463"; }
891
- .bi-layout-text-window::before { content: "\f464"; }
892
- .bi-layout-three-columns::before { content: "\f465"; }
893
- .bi-layout-wtf::before { content: "\f466"; }
894
- .bi-life-preserver::before { content: "\f467"; }
895
- .bi-lightbulb-fill::before { content: "\f468"; }
896
- .bi-lightbulb-off-fill::before { content: "\f469"; }
897
- .bi-lightbulb-off::before { content: "\f46a"; }
898
- .bi-lightbulb::before { content: "\f46b"; }
899
- .bi-lightning-charge-fill::before { content: "\f46c"; }
900
- .bi-lightning-charge::before { content: "\f46d"; }
901
- .bi-lightning-fill::before { content: "\f46e"; }
902
- .bi-lightning::before { content: "\f46f"; }
903
- .bi-link-45deg::before { content: "\f470"; }
904
- .bi-link::before { content: "\f471"; }
905
- .bi-linkedin::before { content: "\f472"; }
906
- .bi-list-check::before { content: "\f473"; }
907
- .bi-list-nested::before { content: "\f474"; }
908
- .bi-list-ol::before { content: "\f475"; }
909
- .bi-list-stars::before { content: "\f476"; }
910
- .bi-list-task::before { content: "\f477"; }
911
- .bi-list-ul::before { content: "\f478"; }
912
- .bi-list::before { content: "\f479"; }
913
- .bi-lock-fill::before { content: "\f47a"; }
914
- .bi-lock::before { content: "\f47b"; }
915
- .bi-mailbox::before { content: "\f47c"; }
916
- .bi-mailbox2::before { content: "\f47d"; }
917
- .bi-map-fill::before { content: "\f47e"; }
918
- .bi-map::before { content: "\f47f"; }
919
- .bi-markdown-fill::before { content: "\f480"; }
920
- .bi-markdown::before { content: "\f481"; }
921
- .bi-mask::before { content: "\f482"; }
922
- .bi-megaphone-fill::before { content: "\f483"; }
923
- .bi-megaphone::before { content: "\f484"; }
924
- .bi-menu-app-fill::before { content: "\f485"; }
925
- .bi-menu-app::before { content: "\f486"; }
926
- .bi-menu-button-fill::before { content: "\f487"; }
927
- .bi-menu-button-wide-fill::before { content: "\f488"; }
928
- .bi-menu-button-wide::before { content: "\f489"; }
929
- .bi-menu-button::before { content: "\f48a"; }
930
- .bi-menu-down::before { content: "\f48b"; }
931
- .bi-menu-up::before { content: "\f48c"; }
932
- .bi-mic-fill::before { content: "\f48d"; }
933
- .bi-mic-mute-fill::before { content: "\f48e"; }
934
- .bi-mic-mute::before { content: "\f48f"; }
935
- .bi-mic::before { content: "\f490"; }
936
- .bi-minecart-loaded::before { content: "\f491"; }
937
- .bi-minecart::before { content: "\f492"; }
938
- .bi-moisture::before { content: "\f493"; }
939
- .bi-moon-fill::before { content: "\f494"; }
940
- .bi-moon-stars-fill::before { content: "\f495"; }
941
- .bi-moon-stars::before { content: "\f496"; }
942
- .bi-moon::before { content: "\f497"; }
943
- .bi-mouse-fill::before { content: "\f498"; }
944
- .bi-mouse::before { content: "\f499"; }
945
- .bi-mouse2-fill::before { content: "\f49a"; }
946
- .bi-mouse2::before { content: "\f49b"; }
947
- .bi-mouse3-fill::before { content: "\f49c"; }
948
- .bi-mouse3::before { content: "\f49d"; }
949
- .bi-music-note-beamed::before { content: "\f49e"; }
950
- .bi-music-note-list::before { content: "\f49f"; }
951
- .bi-music-note::before { content: "\f4a0"; }
952
- .bi-music-player-fill::before { content: "\f4a1"; }
953
- .bi-music-player::before { content: "\f4a2"; }
954
- .bi-newspaper::before { content: "\f4a3"; }
955
- .bi-node-minus-fill::before { content: "\f4a4"; }
956
- .bi-node-minus::before { content: "\f4a5"; }
957
- .bi-node-plus-fill::before { content: "\f4a6"; }
958
- .bi-node-plus::before { content: "\f4a7"; }
959
- .bi-nut-fill::before { content: "\f4a8"; }
960
- .bi-nut::before { content: "\f4a9"; }
961
- .bi-octagon-fill::before { content: "\f4aa"; }
962
- .bi-octagon-half::before { content: "\f4ab"; }
963
- .bi-octagon::before { content: "\f4ac"; }
964
- .bi-option::before { content: "\f4ad"; }
965
- .bi-outlet::before { content: "\f4ae"; }
966
- .bi-paint-bucket::before { content: "\f4af"; }
967
- .bi-palette-fill::before { content: "\f4b0"; }
968
- .bi-palette::before { content: "\f4b1"; }
969
- .bi-palette2::before { content: "\f4b2"; }
970
- .bi-paperclip::before { content: "\f4b3"; }
971
- .bi-paragraph::before { content: "\f4b4"; }
972
- .bi-patch-check-fill::before { content: "\f4b5"; }
973
- .bi-patch-check::before { content: "\f4b6"; }
974
- .bi-patch-exclamation-fill::before { content: "\f4b7"; }
975
- .bi-patch-exclamation::before { content: "\f4b8"; }
976
- .bi-patch-minus-fill::before { content: "\f4b9"; }
977
- .bi-patch-minus::before { content: "\f4ba"; }
978
- .bi-patch-plus-fill::before { content: "\f4bb"; }
979
- .bi-patch-plus::before { content: "\f4bc"; }
980
- .bi-patch-question-fill::before { content: "\f4bd"; }
981
- .bi-patch-question::before { content: "\f4be"; }
982
- .bi-pause-btn-fill::before { content: "\f4bf"; }
983
- .bi-pause-btn::before { content: "\f4c0"; }
984
- .bi-pause-circle-fill::before { content: "\f4c1"; }
985
- .bi-pause-circle::before { content: "\f4c2"; }
986
- .bi-pause-fill::before { content: "\f4c3"; }
987
- .bi-pause::before { content: "\f4c4"; }
988
- .bi-peace-fill::before { content: "\f4c5"; }
989
- .bi-peace::before { content: "\f4c6"; }
990
- .bi-pen-fill::before { content: "\f4c7"; }
991
- .bi-pen::before { content: "\f4c8"; }
992
- .bi-pencil-fill::before { content: "\f4c9"; }
993
- .bi-pencil-square::before { content: "\f4ca"; }
994
- .bi-pencil::before { content: "\f4cb"; }
995
- .bi-pentagon-fill::before { content: "\f4cc"; }
996
- .bi-pentagon-half::before { content: "\f4cd"; }
997
- .bi-pentagon::before { content: "\f4ce"; }
998
- .bi-people-fill::before { content: "\f4cf"; }
999
- .bi-people::before { content: "\f4d0"; }
1000
- .bi-percent::before { content: "\f4d1"; }
1001
- .bi-person-badge-fill::before { content: "\f4d2"; }
1002
- .bi-person-badge::before { content: "\f4d3"; }
1003
- .bi-person-bounding-box::before { content: "\f4d4"; }
1004
- .bi-person-check-fill::before { content: "\f4d5"; }
1005
- .bi-person-check::before { content: "\f4d6"; }
1006
- .bi-person-circle::before { content: "\f4d7"; }
1007
- .bi-person-dash-fill::before { content: "\f4d8"; }
1008
- .bi-person-dash::before { content: "\f4d9"; }
1009
- .bi-person-fill::before { content: "\f4da"; }
1010
- .bi-person-lines-fill::before { content: "\f4db"; }
1011
- .bi-person-plus-fill::before { content: "\f4dc"; }
1012
- .bi-person-plus::before { content: "\f4dd"; }
1013
- .bi-person-square::before { content: "\f4de"; }
1014
- .bi-person-x-fill::before { content: "\f4df"; }
1015
- .bi-person-x::before { content: "\f4e0"; }
1016
- .bi-person::before { content: "\f4e1"; }
1017
- .bi-phone-fill::before { content: "\f4e2"; }
1018
- .bi-phone-landscape-fill::before { content: "\f4e3"; }
1019
- .bi-phone-landscape::before { content: "\f4e4"; }
1020
- .bi-phone-vibrate-fill::before { content: "\f4e5"; }
1021
- .bi-phone-vibrate::before { content: "\f4e6"; }
1022
- .bi-phone::before { content: "\f4e7"; }
1023
- .bi-pie-chart-fill::before { content: "\f4e8"; }
1024
- .bi-pie-chart::before { content: "\f4e9"; }
1025
- .bi-pin-angle-fill::before { content: "\f4ea"; }
1026
- .bi-pin-angle::before { content: "\f4eb"; }
1027
- .bi-pin-fill::before { content: "\f4ec"; }
1028
- .bi-pin::before { content: "\f4ed"; }
1029
- .bi-pip-fill::before { content: "\f4ee"; }
1030
- .bi-pip::before { content: "\f4ef"; }
1031
- .bi-play-btn-fill::before { content: "\f4f0"; }
1032
- .bi-play-btn::before { content: "\f4f1"; }
1033
- .bi-play-circle-fill::before { content: "\f4f2"; }
1034
- .bi-play-circle::before { content: "\f4f3"; }
1035
- .bi-play-fill::before { content: "\f4f4"; }
1036
- .bi-play::before { content: "\f4f5"; }
1037
- .bi-plug-fill::before { content: "\f4f6"; }
1038
- .bi-plug::before { content: "\f4f7"; }
1039
- .bi-plus-circle-dotted::before { content: "\f4f8"; }
1040
- .bi-plus-circle-fill::before { content: "\f4f9"; }
1041
- .bi-plus-circle::before { content: "\f4fa"; }
1042
- .bi-plus-square-dotted::before { content: "\f4fb"; }
1043
- .bi-plus-square-fill::before { content: "\f4fc"; }
1044
- .bi-plus-square::before { content: "\f4fd"; }
1045
- .bi-plus::before { content: "\f4fe"; }
1046
- .bi-power::before { content: "\f4ff"; }
1047
- .bi-printer-fill::before { content: "\f500"; }
1048
- .bi-printer::before { content: "\f501"; }
1049
- .bi-puzzle-fill::before { content: "\f502"; }
1050
- .bi-puzzle::before { content: "\f503"; }
1051
- .bi-question-circle-fill::before { content: "\f504"; }
1052
- .bi-question-circle::before { content: "\f505"; }
1053
- .bi-question-diamond-fill::before { content: "\f506"; }
1054
- .bi-question-diamond::before { content: "\f507"; }
1055
- .bi-question-octagon-fill::before { content: "\f508"; }
1056
- .bi-question-octagon::before { content: "\f509"; }
1057
- .bi-question-square-fill::before { content: "\f50a"; }
1058
- .bi-question-square::before { content: "\f50b"; }
1059
- .bi-question::before { content: "\f50c"; }
1060
- .bi-rainbow::before { content: "\f50d"; }
1061
- .bi-receipt-cutoff::before { content: "\f50e"; }
1062
- .bi-receipt::before { content: "\f50f"; }
1063
- .bi-reception-0::before { content: "\f510"; }
1064
- .bi-reception-1::before { content: "\f511"; }
1065
- .bi-reception-2::before { content: "\f512"; }
1066
- .bi-reception-3::before { content: "\f513"; }
1067
- .bi-reception-4::before { content: "\f514"; }
1068
- .bi-record-btn-fill::before { content: "\f515"; }
1069
- .bi-record-btn::before { content: "\f516"; }
1070
- .bi-record-circle-fill::before { content: "\f517"; }
1071
- .bi-record-circle::before { content: "\f518"; }
1072
- .bi-record-fill::before { content: "\f519"; }
1073
- .bi-record::before { content: "\f51a"; }
1074
- .bi-record2-fill::before { content: "\f51b"; }
1075
- .bi-record2::before { content: "\f51c"; }
1076
- .bi-reply-all-fill::before { content: "\f51d"; }
1077
- .bi-reply-all::before { content: "\f51e"; }
1078
- .bi-reply-fill::before { content: "\f51f"; }
1079
- .bi-reply::before { content: "\f520"; }
1080
- .bi-rss-fill::before { content: "\f521"; }
1081
- .bi-rss::before { content: "\f522"; }
1082
- .bi-rulers::before { content: "\f523"; }
1083
- .bi-save-fill::before { content: "\f524"; }
1084
- .bi-save::before { content: "\f525"; }
1085
- .bi-save2-fill::before { content: "\f526"; }
1086
- .bi-save2::before { content: "\f527"; }
1087
- .bi-scissors::before { content: "\f528"; }
1088
- .bi-screwdriver::before { content: "\f529"; }
1089
- .bi-search::before { content: "\f52a"; }
1090
- .bi-segmented-nav::before { content: "\f52b"; }
1091
- .bi-server::before { content: "\f52c"; }
1092
- .bi-share-fill::before { content: "\f52d"; }
1093
- .bi-share::before { content: "\f52e"; }
1094
- .bi-shield-check::before { content: "\f52f"; }
1095
- .bi-shield-exclamation::before { content: "\f530"; }
1096
- .bi-shield-fill-check::before { content: "\f531"; }
1097
- .bi-shield-fill-exclamation::before { content: "\f532"; }
1098
- .bi-shield-fill-minus::before { content: "\f533"; }
1099
- .bi-shield-fill-plus::before { content: "\f534"; }
1100
- .bi-shield-fill-x::before { content: "\f535"; }
1101
- .bi-shield-fill::before { content: "\f536"; }
1102
- .bi-shield-lock-fill::before { content: "\f537"; }
1103
- .bi-shield-lock::before { content: "\f538"; }
1104
- .bi-shield-minus::before { content: "\f539"; }
1105
- .bi-shield-plus::before { content: "\f53a"; }
1106
- .bi-shield-shaded::before { content: "\f53b"; }
1107
- .bi-shield-slash-fill::before { content: "\f53c"; }
1108
- .bi-shield-slash::before { content: "\f53d"; }
1109
- .bi-shield-x::before { content: "\f53e"; }
1110
- .bi-shield::before { content: "\f53f"; }
1111
- .bi-shift-fill::before { content: "\f540"; }
1112
- .bi-shift::before { content: "\f541"; }
1113
- .bi-shop-window::before { content: "\f542"; }
1114
- .bi-shop::before { content: "\f543"; }
1115
- .bi-shuffle::before { content: "\f544"; }
1116
- .bi-signpost-2-fill::before { content: "\f545"; }
1117
- .bi-signpost-2::before { content: "\f546"; }
1118
- .bi-signpost-fill::before { content: "\f547"; }
1119
- .bi-signpost-split-fill::before { content: "\f548"; }
1120
- .bi-signpost-split::before { content: "\f549"; }
1121
- .bi-signpost::before { content: "\f54a"; }
1122
- .bi-sim-fill::before { content: "\f54b"; }
1123
- .bi-sim::before { content: "\f54c"; }
1124
- .bi-skip-backward-btn-fill::before { content: "\f54d"; }
1125
- .bi-skip-backward-btn::before { content: "\f54e"; }
1126
- .bi-skip-backward-circle-fill::before { content: "\f54f"; }
1127
- .bi-skip-backward-circle::before { content: "\f550"; }
1128
- .bi-skip-backward-fill::before { content: "\f551"; }
1129
- .bi-skip-backward::before { content: "\f552"; }
1130
- .bi-skip-end-btn-fill::before { content: "\f553"; }
1131
- .bi-skip-end-btn::before { content: "\f554"; }
1132
- .bi-skip-end-circle-fill::before { content: "\f555"; }
1133
- .bi-skip-end-circle::before { content: "\f556"; }
1134
- .bi-skip-end-fill::before { content: "\f557"; }
1135
- .bi-skip-end::before { content: "\f558"; }
1136
- .bi-skip-forward-btn-fill::before { content: "\f559"; }
1137
- .bi-skip-forward-btn::before { content: "\f55a"; }
1138
- .bi-skip-forward-circle-fill::before { content: "\f55b"; }
1139
- .bi-skip-forward-circle::before { content: "\f55c"; }
1140
- .bi-skip-forward-fill::before { content: "\f55d"; }
1141
- .bi-skip-forward::before { content: "\f55e"; }
1142
- .bi-skip-start-btn-fill::before { content: "\f55f"; }
1143
- .bi-skip-start-btn::before { content: "\f560"; }
1144
- .bi-skip-start-circle-fill::before { content: "\f561"; }
1145
- .bi-skip-start-circle::before { content: "\f562"; }
1146
- .bi-skip-start-fill::before { content: "\f563"; }
1147
- .bi-skip-start::before { content: "\f564"; }
1148
- .bi-slack::before { content: "\f565"; }
1149
- .bi-slash-circle-fill::before { content: "\f566"; }
1150
- .bi-slash-circle::before { content: "\f567"; }
1151
- .bi-slash-square-fill::before { content: "\f568"; }
1152
- .bi-slash-square::before { content: "\f569"; }
1153
- .bi-slash::before { content: "\f56a"; }
1154
- .bi-sliders::before { content: "\f56b"; }
1155
- .bi-smartwatch::before { content: "\f56c"; }
1156
- .bi-snow::before { content: "\f56d"; }
1157
- .bi-snow2::before { content: "\f56e"; }
1158
- .bi-snow3::before { content: "\f56f"; }
1159
- .bi-sort-alpha-down-alt::before { content: "\f570"; }
1160
- .bi-sort-alpha-down::before { content: "\f571"; }
1161
- .bi-sort-alpha-up-alt::before { content: "\f572"; }
1162
- .bi-sort-alpha-up::before { content: "\f573"; }
1163
- .bi-sort-down-alt::before { content: "\f574"; }
1164
- .bi-sort-down::before { content: "\f575"; }
1165
- .bi-sort-numeric-down-alt::before { content: "\f576"; }
1166
- .bi-sort-numeric-down::before { content: "\f577"; }
1167
- .bi-sort-numeric-up-alt::before { content: "\f578"; }
1168
- .bi-sort-numeric-up::before { content: "\f579"; }
1169
- .bi-sort-up-alt::before { content: "\f57a"; }
1170
- .bi-sort-up::before { content: "\f57b"; }
1171
- .bi-soundwave::before { content: "\f57c"; }
1172
- .bi-speaker-fill::before { content: "\f57d"; }
1173
- .bi-speaker::before { content: "\f57e"; }
1174
- .bi-speedometer::before { content: "\f57f"; }
1175
- .bi-speedometer2::before { content: "\f580"; }
1176
- .bi-spellcheck::before { content: "\f581"; }
1177
- .bi-square-fill::before { content: "\f582"; }
1178
- .bi-square-half::before { content: "\f583"; }
1179
- .bi-square::before { content: "\f584"; }
1180
- .bi-stack::before { content: "\f585"; }
1181
- .bi-star-fill::before { content: "\f586"; }
1182
- .bi-star-half::before { content: "\f587"; }
1183
- .bi-star::before { content: "\f588"; }
1184
- .bi-stars::before { content: "\f589"; }
1185
- .bi-stickies-fill::before { content: "\f58a"; }
1186
- .bi-stickies::before { content: "\f58b"; }
1187
- .bi-sticky-fill::before { content: "\f58c"; }
1188
- .bi-sticky::before { content: "\f58d"; }
1189
- .bi-stop-btn-fill::before { content: "\f58e"; }
1190
- .bi-stop-btn::before { content: "\f58f"; }
1191
- .bi-stop-circle-fill::before { content: "\f590"; }
1192
- .bi-stop-circle::before { content: "\f591"; }
1193
- .bi-stop-fill::before { content: "\f592"; }
1194
- .bi-stop::before { content: "\f593"; }
1195
- .bi-stoplights-fill::before { content: "\f594"; }
1196
- .bi-stoplights::before { content: "\f595"; }
1197
- .bi-stopwatch-fill::before { content: "\f596"; }
1198
- .bi-stopwatch::before { content: "\f597"; }
1199
- .bi-subtract::before { content: "\f598"; }
1200
- .bi-suit-club-fill::before { content: "\f599"; }
1201
- .bi-suit-club::before { content: "\f59a"; }
1202
- .bi-suit-diamond-fill::before { content: "\f59b"; }
1203
- .bi-suit-diamond::before { content: "\f59c"; }
1204
- .bi-suit-heart-fill::before { content: "\f59d"; }
1205
- .bi-suit-heart::before { content: "\f59e"; }
1206
- .bi-suit-spade-fill::before { content: "\f59f"; }
1207
- .bi-suit-spade::before { content: "\f5a0"; }
1208
- .bi-sun-fill::before { content: "\f5a1"; }
1209
- .bi-sun::before { content: "\f5a2"; }
1210
- .bi-sunglasses::before { content: "\f5a3"; }
1211
- .bi-sunrise-fill::before { content: "\f5a4"; }
1212
- .bi-sunrise::before { content: "\f5a5"; }
1213
- .bi-sunset-fill::before { content: "\f5a6"; }
1214
- .bi-sunset::before { content: "\f5a7"; }
1215
- .bi-symmetry-horizontal::before { content: "\f5a8"; }
1216
- .bi-symmetry-vertical::before { content: "\f5a9"; }
1217
- .bi-table::before { content: "\f5aa"; }
1218
- .bi-tablet-fill::before { content: "\f5ab"; }
1219
- .bi-tablet-landscape-fill::before { content: "\f5ac"; }
1220
- .bi-tablet-landscape::before { content: "\f5ad"; }
1221
- .bi-tablet::before { content: "\f5ae"; }
1222
- .bi-tag-fill::before { content: "\f5af"; }
1223
- .bi-tag::before { content: "\f5b0"; }
1224
- .bi-tags-fill::before { content: "\f5b1"; }
1225
- .bi-tags::before { content: "\f5b2"; }
1226
- .bi-telegram::before { content: "\f5b3"; }
1227
- .bi-telephone-fill::before { content: "\f5b4"; }
1228
- .bi-telephone-forward-fill::before { content: "\f5b5"; }
1229
- .bi-telephone-forward::before { content: "\f5b6"; }
1230
- .bi-telephone-inbound-fill::before { content: "\f5b7"; }
1231
- .bi-telephone-inbound::before { content: "\f5b8"; }
1232
- .bi-telephone-minus-fill::before { content: "\f5b9"; }
1233
- .bi-telephone-minus::before { content: "\f5ba"; }
1234
- .bi-telephone-outbound-fill::before { content: "\f5bb"; }
1235
- .bi-telephone-outbound::before { content: "\f5bc"; }
1236
- .bi-telephone-plus-fill::before { content: "\f5bd"; }
1237
- .bi-telephone-plus::before { content: "\f5be"; }
1238
- .bi-telephone-x-fill::before { content: "\f5bf"; }
1239
- .bi-telephone-x::before { content: "\f5c0"; }
1240
- .bi-telephone::before { content: "\f5c1"; }
1241
- .bi-terminal-fill::before { content: "\f5c2"; }
1242
- .bi-terminal::before { content: "\f5c3"; }
1243
- .bi-text-center::before { content: "\f5c4"; }
1244
- .bi-text-indent-left::before { content: "\f5c5"; }
1245
- .bi-text-indent-right::before { content: "\f5c6"; }
1246
- .bi-text-left::before { content: "\f5c7"; }
1247
- .bi-text-paragraph::before { content: "\f5c8"; }
1248
- .bi-text-right::before { content: "\f5c9"; }
1249
- .bi-textarea-resize::before { content: "\f5ca"; }
1250
- .bi-textarea-t::before { content: "\f5cb"; }
1251
- .bi-textarea::before { content: "\f5cc"; }
1252
- .bi-thermometer-half::before { content: "\f5cd"; }
1253
- .bi-thermometer-high::before { content: "\f5ce"; }
1254
- .bi-thermometer-low::before { content: "\f5cf"; }
1255
- .bi-thermometer-snow::before { content: "\f5d0"; }
1256
- .bi-thermometer-sun::before { content: "\f5d1"; }
1257
- .bi-thermometer::before { content: "\f5d2"; }
1258
- .bi-three-dots-vertical::before { content: "\f5d3"; }
1259
- .bi-three-dots::before { content: "\f5d4"; }
1260
- .bi-toggle-off::before { content: "\f5d5"; }
1261
- .bi-toggle-on::before { content: "\f5d6"; }
1262
- .bi-toggle2-off::before { content: "\f5d7"; }
1263
- .bi-toggle2-on::before { content: "\f5d8"; }
1264
- .bi-toggles::before { content: "\f5d9"; }
1265
- .bi-toggles2::before { content: "\f5da"; }
1266
- .bi-tools::before { content: "\f5db"; }
1267
- .bi-tornado::before { content: "\f5dc"; }
1268
- .bi-trash-fill::before { content: "\f5dd"; }
1269
- .bi-trash::before { content: "\f5de"; }
1270
- .bi-trash2-fill::before { content: "\f5df"; }
1271
- .bi-trash2::before { content: "\f5e0"; }
1272
- .bi-tree-fill::before { content: "\f5e1"; }
1273
- .bi-tree::before { content: "\f5e2"; }
1274
- .bi-triangle-fill::before { content: "\f5e3"; }
1275
- .bi-triangle-half::before { content: "\f5e4"; }
1276
- .bi-triangle::before { content: "\f5e5"; }
1277
- .bi-trophy-fill::before { content: "\f5e6"; }
1278
- .bi-trophy::before { content: "\f5e7"; }
1279
- .bi-tropical-storm::before { content: "\f5e8"; }
1280
- .bi-truck-flatbed::before { content: "\f5e9"; }
1281
- .bi-truck::before { content: "\f5ea"; }
1282
- .bi-tsunami::before { content: "\f5eb"; }
1283
- .bi-tv-fill::before { content: "\f5ec"; }
1284
- .bi-tv::before { content: "\f5ed"; }
1285
- .bi-twitch::before { content: "\f5ee"; }
1286
- .bi-twitter::before { content: "\f5ef"; }
1287
- .bi-type-bold::before { content: "\f5f0"; }
1288
- .bi-type-h1::before { content: "\f5f1"; }
1289
- .bi-type-h2::before { content: "\f5f2"; }
1290
- .bi-type-h3::before { content: "\f5f3"; }
1291
- .bi-type-italic::before { content: "\f5f4"; }
1292
- .bi-type-strikethrough::before { content: "\f5f5"; }
1293
- .bi-type-underline::before { content: "\f5f6"; }
1294
- .bi-type::before { content: "\f5f7"; }
1295
- .bi-ui-checks-grid::before { content: "\f5f8"; }
1296
- .bi-ui-checks::before { content: "\f5f9"; }
1297
- .bi-ui-radios-grid::before { content: "\f5fa"; }
1298
- .bi-ui-radios::before { content: "\f5fb"; }
1299
- .bi-umbrella-fill::before { content: "\f5fc"; }
1300
- .bi-umbrella::before { content: "\f5fd"; }
1301
- .bi-union::before { content: "\f5fe"; }
1302
- .bi-unlock-fill::before { content: "\f5ff"; }
1303
- .bi-unlock::before { content: "\f600"; }
1304
- .bi-upc-scan::before { content: "\f601"; }
1305
- .bi-upc::before { content: "\f602"; }
1306
- .bi-upload::before { content: "\f603"; }
1307
- .bi-vector-pen::before { content: "\f604"; }
1308
- .bi-view-list::before { content: "\f605"; }
1309
- .bi-view-stacked::before { content: "\f606"; }
1310
- .bi-vinyl-fill::before { content: "\f607"; }
1311
- .bi-vinyl::before { content: "\f608"; }
1312
- .bi-voicemail::before { content: "\f609"; }
1313
- .bi-volume-down-fill::before { content: "\f60a"; }
1314
- .bi-volume-down::before { content: "\f60b"; }
1315
- .bi-volume-mute-fill::before { content: "\f60c"; }
1316
- .bi-volume-mute::before { content: "\f60d"; }
1317
- .bi-volume-off-fill::before { content: "\f60e"; }
1318
- .bi-volume-off::before { content: "\f60f"; }
1319
- .bi-volume-up-fill::before { content: "\f610"; }
1320
- .bi-volume-up::before { content: "\f611"; }
1321
- .bi-vr::before { content: "\f612"; }
1322
- .bi-wallet-fill::before { content: "\f613"; }
1323
- .bi-wallet::before { content: "\f614"; }
1324
- .bi-wallet2::before { content: "\f615"; }
1325
- .bi-watch::before { content: "\f616"; }
1326
- .bi-water::before { content: "\f617"; }
1327
- .bi-whatsapp::before { content: "\f618"; }
1328
- .bi-wifi-1::before { content: "\f619"; }
1329
- .bi-wifi-2::before { content: "\f61a"; }
1330
- .bi-wifi-off::before { content: "\f61b"; }
1331
- .bi-wifi::before { content: "\f61c"; }
1332
- .bi-wind::before { content: "\f61d"; }
1333
- .bi-window-dock::before { content: "\f61e"; }
1334
- .bi-window-sidebar::before { content: "\f61f"; }
1335
- .bi-window::before { content: "\f620"; }
1336
- .bi-wrench::before { content: "\f621"; }
1337
- .bi-x-circle-fill::before { content: "\f622"; }
1338
- .bi-x-circle::before { content: "\f623"; }
1339
- .bi-x-diamond-fill::before { content: "\f624"; }
1340
- .bi-x-diamond::before { content: "\f625"; }
1341
- .bi-x-octagon-fill::before { content: "\f626"; }
1342
- .bi-x-octagon::before { content: "\f627"; }
1343
- .bi-x-square-fill::before { content: "\f628"; }
1344
- .bi-x-square::before { content: "\f629"; }
1345
- .bi-x::before { content: "\f62a"; }
1346
- .bi-youtube::before { content: "\f62b"; }
1347
- .bi-zoom-in::before { content: "\f62c"; }
1348
- .bi-zoom-out::before { content: "\f62d"; }
1349
- .bi-bank::before { content: "\f62e"; }
1350
- .bi-bank2::before { content: "\f62f"; }
1351
- .bi-bell-slash-fill::before { content: "\f630"; }
1352
- .bi-bell-slash::before { content: "\f631"; }
1353
- .bi-cash-coin::before { content: "\f632"; }
1354
- .bi-check-lg::before { content: "\f633"; }
1355
- .bi-coin::before { content: "\f634"; }
1356
- .bi-currency-bitcoin::before { content: "\f635"; }
1357
- .bi-currency-dollar::before { content: "\f636"; }
1358
- .bi-currency-euro::before { content: "\f637"; }
1359
- .bi-currency-exchange::before { content: "\f638"; }
1360
- .bi-currency-pound::before { content: "\f639"; }
1361
- .bi-currency-yen::before { content: "\f63a"; }
1362
- .bi-dash-lg::before { content: "\f63b"; }
1363
- .bi-exclamation-lg::before { content: "\f63c"; }
1364
- .bi-file-earmark-pdf-fill::before { content: "\f63d"; }
1365
- .bi-file-earmark-pdf::before { content: "\f63e"; }
1366
- .bi-file-pdf-fill::before { content: "\f63f"; }
1367
- .bi-file-pdf::before { content: "\f640"; }
1368
- .bi-gender-ambiguous::before { content: "\f641"; }
1369
- .bi-gender-female::before { content: "\f642"; }
1370
- .bi-gender-male::before { content: "\f643"; }
1371
- .bi-gender-trans::before { content: "\f644"; }
1372
- .bi-headset-vr::before { content: "\f645"; }
1373
- .bi-info-lg::before { content: "\f646"; }
1374
- .bi-mastodon::before { content: "\f647"; }
1375
- .bi-messenger::before { content: "\f648"; }
1376
- .bi-piggy-bank-fill::before { content: "\f649"; }
1377
- .bi-piggy-bank::before { content: "\f64a"; }
1378
- .bi-pin-map-fill::before { content: "\f64b"; }
1379
- .bi-pin-map::before { content: "\f64c"; }
1380
- .bi-plus-lg::before { content: "\f64d"; }
1381
- .bi-question-lg::before { content: "\f64e"; }
1382
- .bi-recycle::before { content: "\f64f"; }
1383
- .bi-reddit::before { content: "\f650"; }
1384
- .bi-safe-fill::before { content: "\f651"; }
1385
- .bi-safe2-fill::before { content: "\f652"; }
1386
- .bi-safe2::before { content: "\f653"; }
1387
- .bi-sd-card-fill::before { content: "\f654"; }
1388
- .bi-sd-card::before { content: "\f655"; }
1389
- .bi-skype::before { content: "\f656"; }
1390
- .bi-slash-lg::before { content: "\f657"; }
1391
- .bi-translate::before { content: "\f658"; }
1392
- .bi-x-lg::before { content: "\f659"; }
1393
- .bi-safe::before { content: "\f65a"; }
1394
- .bi-apple::before { content: "\f65b"; }
1395
- .bi-microsoft::before { content: "\f65d"; }
1396
- .bi-windows::before { content: "\f65e"; }
1397
- .bi-behance::before { content: "\f65c"; }
1398
- .bi-dribbble::before { content: "\f65f"; }
1399
- .bi-line::before { content: "\f660"; }
1400
- .bi-medium::before { content: "\f661"; }
1401
- .bi-paypal::before { content: "\f662"; }
1402
- .bi-pinterest::before { content: "\f663"; }
1403
- .bi-signal::before { content: "\f664"; }
1404
- .bi-snapchat::before { content: "\f665"; }
1405
- .bi-spotify::before { content: "\f666"; }
1406
- .bi-stack-overflow::before { content: "\f667"; }
1407
- .bi-strava::before { content: "\f668"; }
1408
- .bi-wordpress::before { content: "\f669"; }
1409
- .bi-vimeo::before { content: "\f66a"; }
1410
- .bi-activity::before { content: "\f66b"; }
1411
- .bi-easel2-fill::before { content: "\f66c"; }
1412
- .bi-easel2::before { content: "\f66d"; }
1413
- .bi-easel3-fill::before { content: "\f66e"; }
1414
- .bi-easel3::before { content: "\f66f"; }
1415
- .bi-fan::before { content: "\f670"; }
1416
- .bi-fingerprint::before { content: "\f671"; }
1417
- .bi-graph-down-arrow::before { content: "\f672"; }
1418
- .bi-graph-up-arrow::before { content: "\f673"; }
1419
- .bi-hypnotize::before { content: "\f674"; }
1420
- .bi-magic::before { content: "\f675"; }
1421
- .bi-person-rolodex::before { content: "\f676"; }
1422
- .bi-person-video::before { content: "\f677"; }
1423
- .bi-person-video2::before { content: "\f678"; }
1424
- .bi-person-video3::before { content: "\f679"; }
1425
- .bi-person-workspace::before { content: "\f67a"; }
1426
- .bi-radioactive::before { content: "\f67b"; }
1427
- .bi-webcam-fill::before { content: "\f67c"; }
1428
- .bi-webcam::before { content: "\f67d"; }
1429
- .bi-yin-yang::before { content: "\f67e"; }
1430
- .bi-bandaid-fill::before { content: "\f680"; }
1431
- .bi-bandaid::before { content: "\f681"; }
1432
- .bi-bluetooth::before { content: "\f682"; }
1433
- .bi-body-text::before { content: "\f683"; }
1434
- .bi-boombox::before { content: "\f684"; }
1435
- .bi-boxes::before { content: "\f685"; }
1436
- .bi-dpad-fill::before { content: "\f686"; }
1437
- .bi-dpad::before { content: "\f687"; }
1438
- .bi-ear-fill::before { content: "\f688"; }
1439
- .bi-ear::before { content: "\f689"; }
1440
- .bi-envelope-check-1::before { content: "\f68a"; }
1441
- .bi-envelope-check-fill::before { content: "\f68b"; }
1442
- .bi-envelope-check::before { content: "\f68c"; }
1443
- .bi-envelope-dash-1::before { content: "\f68d"; }
1444
- .bi-envelope-dash-fill::before { content: "\f68e"; }
1445
- .bi-envelope-dash::before { content: "\f68f"; }
1446
- .bi-envelope-exclamation-1::before { content: "\f690"; }
1447
- .bi-envelope-exclamation-fill::before { content: "\f691"; }
1448
- .bi-envelope-exclamation::before { content: "\f692"; }
1449
- .bi-envelope-plus-fill::before { content: "\f693"; }
1450
- .bi-envelope-plus::before { content: "\f694"; }
1451
- .bi-envelope-slash-1::before { content: "\f695"; }
1452
- .bi-envelope-slash-fill::before { content: "\f696"; }
1453
- .bi-envelope-slash::before { content: "\f697"; }
1454
- .bi-envelope-x-1::before { content: "\f698"; }
1455
- .bi-envelope-x-fill::before { content: "\f699"; }
1456
- .bi-envelope-x::before { content: "\f69a"; }
1457
- .bi-explicit-fill::before { content: "\f69b"; }
1458
- .bi-explicit::before { content: "\f69c"; }
1459
- .bi-git::before { content: "\f69d"; }
1460
- .bi-infinity::before { content: "\f69e"; }
1461
- .bi-list-columns-reverse::before { content: "\f69f"; }
1462
- .bi-list-columns::before { content: "\f6a0"; }
1463
- .bi-meta::before { content: "\f6a1"; }
1464
- .bi-mortorboard-fill::before { content: "\f6a2"; }
1465
- .bi-mortorboard::before { content: "\f6a3"; }
1466
- .bi-nintendo-switch::before { content: "\f6a4"; }
1467
- .bi-pc-display-horizontal::before { content: "\f6a5"; }
1468
- .bi-pc-display::before { content: "\f6a6"; }
1469
- .bi-pc-horizontal::before { content: "\f6a7"; }
1470
- .bi-pc::before { content: "\f6a8"; }
1471
- .bi-playstation::before { content: "\f6a9"; }
1472
- .bi-plus-slash-minus::before { content: "\f6aa"; }
1473
- .bi-projector-fill::before { content: "\f6ab"; }
1474
- .bi-projector::before { content: "\f6ac"; }
1475
- .bi-qr-code-scan::before { content: "\f6ad"; }
1476
- .bi-qr-code::before { content: "\f6ae"; }
1477
- .bi-quora::before { content: "\f6af"; }
1478
- .bi-quote::before { content: "\f6b0"; }
1479
- .bi-robot::before { content: "\f6b1"; }
1480
- .bi-send-check-fill::before { content: "\f6b2"; }
1481
- .bi-send-check::before { content: "\f6b3"; }
1482
- .bi-send-dash-fill::before { content: "\f6b4"; }
1483
- .bi-send-dash::before { content: "\f6b5"; }
1484
- .bi-send-exclamation-1::before { content: "\f6b6"; }
1485
- .bi-send-exclamation-fill::before { content: "\f6b7"; }
1486
- .bi-send-exclamation::before { content: "\f6b8"; }
1487
- .bi-send-fill::before { content: "\f6b9"; }
1488
- .bi-send-plus-fill::before { content: "\f6ba"; }
1489
- .bi-send-plus::before { content: "\f6bb"; }
1490
- .bi-send-slash-fill::before { content: "\f6bc"; }
1491
- .bi-send-slash::before { content: "\f6bd"; }
1492
- .bi-send-x-fill::before { content: "\f6be"; }
1493
- .bi-send-x::before { content: "\f6bf"; }
1494
- .bi-send::before { content: "\f6c0"; }
1495
- .bi-steam::before { content: "\f6c1"; }
1496
- .bi-terminal-dash-1::before { content: "\f6c2"; }
1497
- .bi-terminal-dash::before { content: "\f6c3"; }
1498
- .bi-terminal-plus::before { content: "\f6c4"; }
1499
- .bi-terminal-split::before { content: "\f6c5"; }
1500
- .bi-ticket-detailed-fill::before { content: "\f6c6"; }
1501
- .bi-ticket-detailed::before { content: "\f6c7"; }
1502
- .bi-ticket-fill::before { content: "\f6c8"; }
1503
- .bi-ticket-perforated-fill::before { content: "\f6c9"; }
1504
- .bi-ticket-perforated::before { content: "\f6ca"; }
1505
- .bi-ticket::before { content: "\f6cb"; }
1506
- .bi-tiktok::before { content: "\f6cc"; }
1507
- .bi-window-dash::before { content: "\f6cd"; }
1508
- .bi-window-desktop::before { content: "\f6ce"; }
1509
- .bi-window-fullscreen::before { content: "\f6cf"; }
1510
- .bi-window-plus::before { content: "\f6d0"; }
1511
- .bi-window-split::before { content: "\f6d1"; }
1512
- .bi-window-stack::before { content: "\f6d2"; }
1513
- .bi-window-x::before { content: "\f6d3"; }
1514
- .bi-xbox::before { content: "\f6d4"; }
1515
- .bi-ethernet::before { content: "\f6d5"; }
1516
- .bi-hdmi-fill::before { content: "\f6d6"; }
1517
- .bi-hdmi::before { content: "\f6d7"; }
1518
- .bi-usb-c-fill::before { content: "\f6d8"; }
1519
- .bi-usb-c::before { content: "\f6d9"; }
1520
- .bi-usb-fill::before { content: "\f6da"; }
1521
- .bi-usb-plug-fill::before { content: "\f6db"; }
1522
- .bi-usb-plug::before { content: "\f6dc"; }
1523
- .bi-usb-symbol::before { content: "\f6dd"; }
1524
- .bi-usb::before { content: "\f6de"; }
1525
- .bi-boombox-fill::before { content: "\f6df"; }
1526
- .bi-displayport-1::before { content: "\f6e0"; }
1527
- .bi-displayport::before { content: "\f6e1"; }
1528
- .bi-gpu-card::before { content: "\f6e2"; }
1529
- .bi-memory::before { content: "\f6e3"; }
1530
- .bi-modem-fill::before { content: "\f6e4"; }
1531
- .bi-modem::before { content: "\f6e5"; }
1532
- .bi-motherboard-fill::before { content: "\f6e6"; }
1533
- .bi-motherboard::before { content: "\f6e7"; }
1534
- .bi-optical-audio-fill::before { content: "\f6e8"; }
1535
- .bi-optical-audio::before { content: "\f6e9"; }
1536
- .bi-pci-card::before { content: "\f6ea"; }
1537
- .bi-router-fill::before { content: "\f6eb"; }
1538
- .bi-router::before { content: "\f6ec"; }
1539
- .bi-ssd-fill::before { content: "\f6ed"; }
1540
- .bi-ssd::before { content: "\f6ee"; }
1541
- .bi-thunderbolt-fill::before { content: "\f6ef"; }
1542
- .bi-thunderbolt::before { content: "\f6f0"; }
1543
- .bi-usb-drive-fill::before { content: "\f6f1"; }
1544
- .bi-usb-drive::before { content: "\f6f2"; }
1545
- .bi-usb-micro-fill::before { content: "\f6f3"; }
1546
- .bi-usb-micro::before { content: "\f6f4"; }
1547
- .bi-usb-mini-fill::before { content: "\f6f5"; }
1548
- .bi-usb-mini::before { content: "\f6f6"; }
1549
- .bi-cloud-haze2::before { content: "\f6f7"; }
1550
- .bi-device-hdd-fill::before { content: "\f6f8"; }
1551
- .bi-device-hdd::before { content: "\f6f9"; }
1552
- .bi-device-ssd-fill::before { content: "\f6fa"; }
1553
- .bi-device-ssd::before { content: "\f6fb"; }
1554
- .bi-displayport-fill::before { content: "\f6fc"; }
1555
- .bi-mortarboard-fill::before { content: "\f6fd"; }
1556
- .bi-mortarboard::before { content: "\f6fe"; }
1557
- .bi-terminal-x::before { content: "\f6ff"; }
1558
- .bi-arrow-through-heart-fill::before { content: "\f700"; }
1559
- .bi-arrow-through-heart::before { content: "\f701"; }
1560
- .bi-badge-sd-fill::before { content: "\f702"; }
1561
- .bi-badge-sd::before { content: "\f703"; }
1562
- .bi-bag-heart-fill::before { content: "\f704"; }
1563
- .bi-bag-heart::before { content: "\f705"; }
1564
- .bi-balloon-fill::before { content: "\f706"; }
1565
- .bi-balloon-heart-fill::before { content: "\f707"; }
1566
- .bi-balloon-heart::before { content: "\f708"; }
1567
- .bi-balloon::before { content: "\f709"; }
1568
- .bi-box2-fill::before { content: "\f70a"; }
1569
- .bi-box2-heart-fill::before { content: "\f70b"; }
1570
- .bi-box2-heart::before { content: "\f70c"; }
1571
- .bi-box2::before { content: "\f70d"; }
1572
- .bi-braces-asterisk::before { content: "\f70e"; }
1573
- .bi-calendar-heart-fill::before { content: "\f70f"; }
1574
- .bi-calendar-heart::before { content: "\f710"; }
1575
- .bi-calendar2-heart-fill::before { content: "\f711"; }
1576
- .bi-calendar2-heart::before { content: "\f712"; }
1577
- .bi-chat-heart-fill::before { content: "\f713"; }
1578
- .bi-chat-heart::before { content: "\f714"; }
1579
- .bi-chat-left-heart-fill::before { content: "\f715"; }
1580
- .bi-chat-left-heart::before { content: "\f716"; }
1581
- .bi-chat-right-heart-fill::before { content: "\f717"; }
1582
- .bi-chat-right-heart::before { content: "\f718"; }
1583
- .bi-chat-square-heart-fill::before { content: "\f719"; }
1584
- .bi-chat-square-heart::before { content: "\f71a"; }
1585
- .bi-clipboard-check-fill::before { content: "\f71b"; }
1586
- .bi-clipboard-data-fill::before { content: "\f71c"; }
1587
- .bi-clipboard-fill::before { content: "\f71d"; }
1588
- .bi-clipboard-heart-fill::before { content: "\f71e"; }
1589
- .bi-clipboard-heart::before { content: "\f71f"; }
1590
- .bi-clipboard-minus-fill::before { content: "\f720"; }
1591
- .bi-clipboard-plus-fill::before { content: "\f721"; }
1592
- .bi-clipboard-pulse::before { content: "\f722"; }
1593
- .bi-clipboard-x-fill::before { content: "\f723"; }
1594
- .bi-clipboard2-check-fill::before { content: "\f724"; }
1595
- .bi-clipboard2-check::before { content: "\f725"; }
1596
- .bi-clipboard2-data-fill::before { content: "\f726"; }
1597
- .bi-clipboard2-data::before { content: "\f727"; }
1598
- .bi-clipboard2-fill::before { content: "\f728"; }
1599
- .bi-clipboard2-heart-fill::before { content: "\f729"; }
1600
- .bi-clipboard2-heart::before { content: "\f72a"; }
1601
- .bi-clipboard2-minus-fill::before { content: "\f72b"; }
1602
- .bi-clipboard2-minus::before { content: "\f72c"; }
1603
- .bi-clipboard2-plus-fill::before { content: "\f72d"; }
1604
- .bi-clipboard2-plus::before { content: "\f72e"; }
1605
- .bi-clipboard2-pulse-fill::before { content: "\f72f"; }
1606
- .bi-clipboard2-pulse::before { content: "\f730"; }
1607
- .bi-clipboard2-x-fill::before { content: "\f731"; }
1608
- .bi-clipboard2-x::before { content: "\f732"; }
1609
- .bi-clipboard2::before { content: "\f733"; }
1610
- .bi-emoji-kiss-fill::before { content: "\f734"; }
1611
- .bi-emoji-kiss::before { content: "\f735"; }
1612
- .bi-envelope-heart-fill::before { content: "\f736"; }
1613
- .bi-envelope-heart::before { content: "\f737"; }
1614
- .bi-envelope-open-heart-fill::before { content: "\f738"; }
1615
- .bi-envelope-open-heart::before { content: "\f739"; }
1616
- .bi-envelope-paper-fill::before { content: "\f73a"; }
1617
- .bi-envelope-paper-heart-fill::before { content: "\f73b"; }
1618
- .bi-envelope-paper-heart::before { content: "\f73c"; }
1619
- .bi-envelope-paper::before { content: "\f73d"; }
1620
- .bi-filetype-aac::before { content: "\f73e"; }
1621
- .bi-filetype-ai::before { content: "\f73f"; }
1622
- .bi-filetype-bmp::before { content: "\f740"; }
1623
- .bi-filetype-cs::before { content: "\f741"; }
1624
- .bi-filetype-css::before { content: "\f742"; }
1625
- .bi-filetype-csv::before { content: "\f743"; }
1626
- .bi-filetype-doc::before { content: "\f744"; }
1627
- .bi-filetype-docx::before { content: "\f745"; }
1628
- .bi-filetype-exe::before { content: "\f746"; }
1629
- .bi-filetype-gif::before { content: "\f747"; }
1630
- .bi-filetype-heic::before { content: "\f748"; }
1631
- .bi-filetype-html::before { content: "\f749"; }
1632
- .bi-filetype-java::before { content: "\f74a"; }
1633
- .bi-filetype-jpg::before { content: "\f74b"; }
1634
- .bi-filetype-js::before { content: "\f74c"; }
1635
- .bi-filetype-jsx::before { content: "\f74d"; }
1636
- .bi-filetype-key::before { content: "\f74e"; }
1637
- .bi-filetype-m4p::before { content: "\f74f"; }
1638
- .bi-filetype-md::before { content: "\f750"; }
1639
- .bi-filetype-mdx::before { content: "\f751"; }
1640
- .bi-filetype-mov::before { content: "\f752"; }
1641
- .bi-filetype-mp3::before { content: "\f753"; }
1642
- .bi-filetype-mp4::before { content: "\f754"; }
1643
- .bi-filetype-otf::before { content: "\f755"; }
1644
- .bi-filetype-pdf::before { content: "\f756"; }
1645
- .bi-filetype-php::before { content: "\f757"; }
1646
- .bi-filetype-png::before { content: "\f758"; }
1647
- .bi-filetype-ppt-1::before { content: "\f759"; }
1648
- .bi-filetype-ppt::before { content: "\f75a"; }
1649
- .bi-filetype-psd::before { content: "\f75b"; }
1650
- .bi-filetype-py::before { content: "\f75c"; }
1651
- .bi-filetype-raw::before { content: "\f75d"; }
1652
- .bi-filetype-rb::before { content: "\f75e"; }
1653
- .bi-filetype-sass::before { content: "\f75f"; }
1654
- .bi-filetype-scss::before { content: "\f760"; }
1655
- .bi-filetype-sh::before { content: "\f761"; }
1656
- .bi-filetype-svg::before { content: "\f762"; }
1657
- .bi-filetype-tiff::before { content: "\f763"; }
1658
- .bi-filetype-tsx::before { content: "\f764"; }
1659
- .bi-filetype-ttf::before { content: "\f765"; }
1660
- .bi-filetype-txt::before { content: "\f766"; }
1661
- .bi-filetype-wav::before { content: "\f767"; }
1662
- .bi-filetype-woff::before { content: "\f768"; }
1663
- .bi-filetype-xls-1::before { content: "\f769"; }
1664
- .bi-filetype-xls::before { content: "\f76a"; }
1665
- .bi-filetype-xml::before { content: "\f76b"; }
1666
- .bi-filetype-yml::before { content: "\f76c"; }
1667
- .bi-heart-arrow::before { content: "\f76d"; }
1668
- .bi-heart-pulse-fill::before { content: "\f76e"; }
1669
- .bi-heart-pulse::before { content: "\f76f"; }
1670
- .bi-heartbreak-fill::before { content: "\f770"; }
1671
- .bi-heartbreak::before { content: "\f771"; }
1672
- .bi-hearts::before { content: "\f772"; }
1673
- .bi-hospital-fill::before { content: "\f773"; }
1674
- .bi-hospital::before { content: "\f774"; }
1675
- .bi-house-heart-fill::before { content: "\f775"; }
1676
- .bi-house-heart::before { content: "\f776"; }
1677
- .bi-incognito::before { content: "\f777"; }
1678
- .bi-magnet-fill::before { content: "\f778"; }
1679
- .bi-magnet::before { content: "\f779"; }
1680
- .bi-person-heart::before { content: "\f77a"; }
1681
- .bi-person-hearts::before { content: "\f77b"; }
1682
- .bi-phone-flip::before { content: "\f77c"; }
1683
- .bi-plugin::before { content: "\f77d"; }
1684
- .bi-postage-fill::before { content: "\f77e"; }
1685
- .bi-postage-heart-fill::before { content: "\f77f"; }
1686
- .bi-postage-heart::before { content: "\f780"; }
1687
- .bi-postage::before { content: "\f781"; }
1688
- .bi-postcard-fill::before { content: "\f782"; }
1689
- .bi-postcard-heart-fill::before { content: "\f783"; }
1690
- .bi-postcard-heart::before { content: "\f784"; }
1691
- .bi-postcard::before { content: "\f785"; }
1692
- .bi-search-heart-fill::before { content: "\f786"; }
1693
- .bi-search-heart::before { content: "\f787"; }
1694
- .bi-sliders2-vertical::before { content: "\f788"; }
1695
- .bi-sliders2::before { content: "\f789"; }
1696
- .bi-trash3-fill::before { content: "\f78a"; }
1697
- .bi-trash3::before { content: "\f78b"; }
1698
- .bi-valentine::before { content: "\f78c"; }
1699
- .bi-valentine2::before { content: "\f78d"; }
1700
- .bi-wrench-adjustable-circle-fill::before { content: "\f78e"; }
1701
- .bi-wrench-adjustable-circle::before { content: "\f78f"; }
1702
- .bi-wrench-adjustable::before { content: "\f790"; }
1703
- .bi-filetype-json::before { content: "\f791"; }
1704
- .bi-filetype-pptx::before { content: "\f792"; }
1705
- .bi-filetype-xlsx::before { content: "\f793"; }
1706
- .bi-1-circle-1::before { content: "\f794"; }
1707
- .bi-1-circle-fill-1::before { content: "\f795"; }
1708
- .bi-1-circle-fill::before { content: "\f796"; }
1709
- .bi-1-circle::before { content: "\f797"; }
1710
- .bi-1-square-fill::before { content: "\f798"; }
1711
- .bi-1-square::before { content: "\f799"; }
1712
- .bi-2-circle-1::before { content: "\f79a"; }
1713
- .bi-2-circle-fill-1::before { content: "\f79b"; }
1714
- .bi-2-circle-fill::before { content: "\f79c"; }
1715
- .bi-2-circle::before { content: "\f79d"; }
1716
- .bi-2-square-fill::before { content: "\f79e"; }
1717
- .bi-2-square::before { content: "\f79f"; }
1718
- .bi-3-circle-1::before { content: "\f7a0"; }
1719
- .bi-3-circle-fill-1::before { content: "\f7a1"; }
1720
- .bi-3-circle-fill::before { content: "\f7a2"; }
1721
- .bi-3-circle::before { content: "\f7a3"; }
1722
- .bi-3-square-fill::before { content: "\f7a4"; }
1723
- .bi-3-square::before { content: "\f7a5"; }
1724
- .bi-4-circle-1::before { content: "\f7a6"; }
1725
- .bi-4-circle-fill-1::before { content: "\f7a7"; }
1726
- .bi-4-circle-fill::before { content: "\f7a8"; }
1727
- .bi-4-circle::before { content: "\f7a9"; }
1728
- .bi-4-square-fill::before { content: "\f7aa"; }
1729
- .bi-4-square::before { content: "\f7ab"; }
1730
- .bi-5-circle-1::before { content: "\f7ac"; }
1731
- .bi-5-circle-fill-1::before { content: "\f7ad"; }
1732
- .bi-5-circle-fill::before { content: "\f7ae"; }
1733
- .bi-5-circle::before { content: "\f7af"; }
1734
- .bi-5-square-fill::before { content: "\f7b0"; }
1735
- .bi-5-square::before { content: "\f7b1"; }
1736
- .bi-6-circle-1::before { content: "\f7b2"; }
1737
- .bi-6-circle-fill-1::before { content: "\f7b3"; }
1738
- .bi-6-circle-fill::before { content: "\f7b4"; }
1739
- .bi-6-circle::before { content: "\f7b5"; }
1740
- .bi-6-square-fill::before { content: "\f7b6"; }
1741
- .bi-6-square::before { content: "\f7b7"; }
1742
- .bi-7-circle-1::before { content: "\f7b8"; }
1743
- .bi-7-circle-fill-1::before { content: "\f7b9"; }
1744
- .bi-7-circle-fill::before { content: "\f7ba"; }
1745
- .bi-7-circle::before { content: "\f7bb"; }
1746
- .bi-7-square-fill::before { content: "\f7bc"; }
1747
- .bi-7-square::before { content: "\f7bd"; }
1748
- .bi-8-circle-1::before { content: "\f7be"; }
1749
- .bi-8-circle-fill-1::before { content: "\f7bf"; }
1750
- .bi-8-circle-fill::before { content: "\f7c0"; }
1751
- .bi-8-circle::before { content: "\f7c1"; }
1752
- .bi-8-square-fill::before { content: "\f7c2"; }
1753
- .bi-8-square::before { content: "\f7c3"; }
1754
- .bi-9-circle-1::before { content: "\f7c4"; }
1755
- .bi-9-circle-fill-1::before { content: "\f7c5"; }
1756
- .bi-9-circle-fill::before { content: "\f7c6"; }
1757
- .bi-9-circle::before { content: "\f7c7"; }
1758
- .bi-9-square-fill::before { content: "\f7c8"; }
1759
- .bi-9-square::before { content: "\f7c9"; }
1760
- .bi-airplane-engines-fill::before { content: "\f7ca"; }
1761
- .bi-airplane-engines::before { content: "\f7cb"; }
1762
- .bi-airplane-fill::before { content: "\f7cc"; }
1763
- .bi-airplane::before { content: "\f7cd"; }
1764
- .bi-alexa::before { content: "\f7ce"; }
1765
- .bi-alipay::before { content: "\f7cf"; }
1766
- .bi-android::before { content: "\f7d0"; }
1767
- .bi-android2::before { content: "\f7d1"; }
1768
- .bi-box-fill::before { content: "\f7d2"; }
1769
- .bi-box-seam-fill::before { content: "\f7d3"; }
1770
- .bi-browser-chrome::before { content: "\f7d4"; }
1771
- .bi-browser-edge::before { content: "\f7d5"; }
1772
- .bi-browser-firefox::before { content: "\f7d6"; }
1773
- .bi-browser-safari::before { content: "\f7d7"; }
1774
- .bi-c-circle-1::before { content: "\f7d8"; }
1775
- .bi-c-circle-fill-1::before { content: "\f7d9"; }
1776
- .bi-c-circle-fill::before { content: "\f7da"; }
1777
- .bi-c-circle::before { content: "\f7db"; }
1778
- .bi-c-square-fill::before { content: "\f7dc"; }
1779
- .bi-c-square::before { content: "\f7dd"; }
1780
- .bi-capsule-pill::before { content: "\f7de"; }
1781
- .bi-capsule::before { content: "\f7df"; }
1782
- .bi-car-front-fill::before { content: "\f7e0"; }
1783
- .bi-car-front::before { content: "\f7e1"; }
1784
- .bi-cassette-fill::before { content: "\f7e2"; }
1785
- .bi-cassette::before { content: "\f7e3"; }
1786
- .bi-cc-circle-1::before { content: "\f7e4"; }
1787
- .bi-cc-circle-fill-1::before { content: "\f7e5"; }
1788
- .bi-cc-circle-fill::before { content: "\f7e6"; }
1789
- .bi-cc-circle::before { content: "\f7e7"; }
1790
- .bi-cc-square-fill::before { content: "\f7e8"; }
1791
- .bi-cc-square::before { content: "\f7e9"; }
1792
- .bi-cup-hot-fill::before { content: "\f7ea"; }
1793
- .bi-cup-hot::before { content: "\f7eb"; }
1794
- .bi-currency-rupee::before { content: "\f7ec"; }
1795
- .bi-dropbox::before { content: "\f7ed"; }
1796
- .bi-escape::before { content: "\f7ee"; }
1797
- .bi-fast-forward-btn-fill::before { content: "\f7ef"; }
1798
- .bi-fast-forward-btn::before { content: "\f7f0"; }
1799
- .bi-fast-forward-circle-fill::before { content: "\f7f1"; }
1800
- .bi-fast-forward-circle::before { content: "\f7f2"; }
1801
- .bi-fast-forward-fill::before { content: "\f7f3"; }
1802
- .bi-fast-forward::before { content: "\f7f4"; }
1803
- .bi-filetype-sql::before { content: "\f7f5"; }
1804
- .bi-fire::before { content: "\f7f6"; }
1805
- .bi-google-play::before { content: "\f7f7"; }
1806
- .bi-h-circle-1::before { content: "\f7f8"; }
1807
- .bi-h-circle-fill-1::before { content: "\f7f9"; }
1808
- .bi-h-circle-fill::before { content: "\f7fa"; }
1809
- .bi-h-circle::before { content: "\f7fb"; }
1810
- .bi-h-square-fill::before { content: "\f7fc"; }
1811
- .bi-h-square::before { content: "\f7fd"; }
1812
- .bi-indent::before { content: "\f7fe"; }
1813
- .bi-lungs-fill::before { content: "\f7ff"; }
1814
- .bi-lungs::before { content: "\f800"; }
1815
- .bi-microsoft-teams::before { content: "\f801"; }
1816
- .bi-p-circle-1::before { content: "\f802"; }
1817
- .bi-p-circle-fill-1::before { content: "\f803"; }
1818
- .bi-p-circle-fill::before { content: "\f804"; }
1819
- .bi-p-circle::before { content: "\f805"; }
1820
- .bi-p-square-fill::before { content: "\f806"; }
1821
- .bi-p-square::before { content: "\f807"; }
1822
- .bi-pass-fill::before { content: "\f808"; }
1823
- .bi-pass::before { content: "\f809"; }
1824
- .bi-prescription::before { content: "\f80a"; }
1825
- .bi-prescription2::before { content: "\f80b"; }
1826
- .bi-r-circle-1::before { content: "\f80c"; }
1827
- .bi-r-circle-fill-1::before { content: "\f80d"; }
1828
- .bi-r-circle-fill::before { content: "\f80e"; }
1829
- .bi-r-circle::before { content: "\f80f"; }
1830
- .bi-r-square-fill::before { content: "\f810"; }
1831
- .bi-r-square::before { content: "\f811"; }
1832
- .bi-repeat-1::before { content: "\f812"; }
1833
- .bi-repeat::before { content: "\f813"; }
1834
- .bi-rewind-btn-fill::before { content: "\f814"; }
1835
- .bi-rewind-btn::before { content: "\f815"; }
1836
- .bi-rewind-circle-fill::before { content: "\f816"; }
1837
- .bi-rewind-circle::before { content: "\f817"; }
1838
- .bi-rewind-fill::before { content: "\f818"; }
1839
- .bi-rewind::before { content: "\f819"; }
1840
- .bi-train-freight-front-fill::before { content: "\f81a"; }
1841
- .bi-train-freight-front::before { content: "\f81b"; }
1842
- .bi-train-front-fill::before { content: "\f81c"; }
1843
- .bi-train-front::before { content: "\f81d"; }
1844
- .bi-train-lightrail-front-fill::before { content: "\f81e"; }
1845
- .bi-train-lightrail-front::before { content: "\f81f"; }
1846
- .bi-truck-front-fill::before { content: "\f820"; }
1847
- .bi-truck-front::before { content: "\f821"; }
1848
- .bi-ubuntu::before { content: "\f822"; }
1849
- .bi-unindent::before { content: "\f823"; }
1850
- .bi-unity::before { content: "\f824"; }
1851
- .bi-universal-access-circle::before { content: "\f825"; }
1852
- .bi-universal-access::before { content: "\f826"; }
1853
- .bi-virus::before { content: "\f827"; }
1854
- .bi-virus2::before { content: "\f828"; }
1855
- .bi-wechat::before { content: "\f829"; }
1856
- .bi-yelp::before { content: "\f82a"; }
1857
- .bi-sign-stop-fill::before { content: "\f82b"; }
1858
- .bi-sign-stop-lights-fill::before { content: "\f82c"; }
1859
- .bi-sign-stop-lights::before { content: "\f82d"; }
1860
- .bi-sign-stop::before { content: "\f82e"; }
1861
- .bi-sign-turn-left-fill::before { content: "\f82f"; }
1862
- .bi-sign-turn-left::before { content: "\f830"; }
1863
- .bi-sign-turn-right-fill::before { content: "\f831"; }
1864
- .bi-sign-turn-right::before { content: "\f832"; }
1865
- .bi-sign-turn-slight-left-fill::before { content: "\f833"; }
1866
- .bi-sign-turn-slight-left::before { content: "\f834"; }
1867
- .bi-sign-turn-slight-right-fill::before { content: "\f835"; }
1868
- .bi-sign-turn-slight-right::before { content: "\f836"; }
1869
- .bi-sign-yield-fill::before { content: "\f837"; }
1870
- .bi-sign-yield::before { content: "\f838"; }
1871
- .bi-ev-station-fill::before { content: "\f839"; }
1872
- .bi-ev-station::before { content: "\f83a"; }
1873
- .bi-fuel-pump-diesel-fill::before { content: "\f83b"; }
1874
- .bi-fuel-pump-diesel::before { content: "\f83c"; }
1875
- .bi-fuel-pump-fill::before { content: "\f83d"; }
1876
- .bi-fuel-pump::before { content: "\f83e"; }
1877
- .bi-0-circle-fill::before { content: "\f83f"; }
1878
- .bi-0-circle::before { content: "\f840"; }
1879
- .bi-0-square-fill::before { content: "\f841"; }
1880
- .bi-0-square::before { content: "\f842"; }
1881
- .bi-rocket-fill::before { content: "\f843"; }
1882
- .bi-rocket-takeoff-fill::before { content: "\f844"; }
1883
- .bi-rocket-takeoff::before { content: "\f845"; }
1884
- .bi-rocket::before { content: "\f846"; }
1885
- .bi-stripe::before { content: "\f847"; }
1886
- .bi-subscript::before { content: "\f848"; }
1887
- .bi-superscript::before { content: "\f849"; }
1888
- .bi-trello::before { content: "\f84a"; }
1889
- .bi-envelope-at-fill::before { content: "\f84b"; }
1890
- .bi-envelope-at::before { content: "\f84c"; }
1891
- .bi-regex::before { content: "\f84d"; }
1892
- .bi-text-wrap::before { content: "\f84e"; }
1893
- .bi-sign-dead-end-fill::before { content: "\f84f"; }
1894
- .bi-sign-dead-end::before { content: "\f850"; }
1895
- .bi-sign-do-not-enter-fill::before { content: "\f851"; }
1896
- .bi-sign-do-not-enter::before { content: "\f852"; }
1897
- .bi-sign-intersection-fill::before { content: "\f853"; }
1898
- .bi-sign-intersection-side-fill::before { content: "\f854"; }
1899
- .bi-sign-intersection-side::before { content: "\f855"; }
1900
- .bi-sign-intersection-t-fill::before { content: "\f856"; }
1901
- .bi-sign-intersection-t::before { content: "\f857"; }
1902
- .bi-sign-intersection-y-fill::before { content: "\f858"; }
1903
- .bi-sign-intersection-y::before { content: "\f859"; }
1904
- .bi-sign-intersection::before { content: "\f85a"; }
1905
- .bi-sign-merge-left-fill::before { content: "\f85b"; }
1906
- .bi-sign-merge-left::before { content: "\f85c"; }
1907
- .bi-sign-merge-right-fill::before { content: "\f85d"; }
1908
- .bi-sign-merge-right::before { content: "\f85e"; }
1909
- .bi-sign-no-left-turn-fill::before { content: "\f85f"; }
1910
- .bi-sign-no-left-turn::before { content: "\f860"; }
1911
- .bi-sign-no-parking-fill::before { content: "\f861"; }
1912
- .bi-sign-no-parking::before { content: "\f862"; }
1913
- .bi-sign-no-right-turn-fill::before { content: "\f863"; }
1914
- .bi-sign-no-right-turn::before { content: "\f864"; }
1915
- .bi-sign-railroad-fill::before { content: "\f865"; }
1916
- .bi-sign-railroad::before { content: "\f866"; }
1917
- .bi-building-add::before { content: "\f867"; }
1918
- .bi-building-check::before { content: "\f868"; }
1919
- .bi-building-dash::before { content: "\f869"; }
1920
- .bi-building-down::before { content: "\f86a"; }
1921
- .bi-building-exclamation::before { content: "\f86b"; }
1922
- .bi-building-fill-add::before { content: "\f86c"; }
1923
- .bi-building-fill-check::before { content: "\f86d"; }
1924
- .bi-building-fill-dash::before { content: "\f86e"; }
1925
- .bi-building-fill-down::before { content: "\f86f"; }
1926
- .bi-building-fill-exclamation::before { content: "\f870"; }
1927
- .bi-building-fill-gear::before { content: "\f871"; }
1928
- .bi-building-fill-lock::before { content: "\f872"; }
1929
- .bi-building-fill-slash::before { content: "\f873"; }
1930
- .bi-building-fill-up::before { content: "\f874"; }
1931
- .bi-building-fill-x::before { content: "\f875"; }
1932
- .bi-building-fill::before { content: "\f876"; }
1933
- .bi-building-gear::before { content: "\f877"; }
1934
- .bi-building-lock::before { content: "\f878"; }
1935
- .bi-building-slash::before { content: "\f879"; }
1936
- .bi-building-up::before { content: "\f87a"; }
1937
- .bi-building-x::before { content: "\f87b"; }
1938
- .bi-buildings-fill::before { content: "\f87c"; }
1939
- .bi-buildings::before { content: "\f87d"; }
1940
- .bi-bus-front-fill::before { content: "\f87e"; }
1941
- .bi-bus-front::before { content: "\f87f"; }
1942
- .bi-ev-front-fill::before { content: "\f880"; }
1943
- .bi-ev-front::before { content: "\f881"; }
1944
- .bi-globe-americas::before { content: "\f882"; }
1945
- .bi-globe-asia-australia::before { content: "\f883"; }
1946
- .bi-globe-central-south-asia::before { content: "\f884"; }
1947
- .bi-globe-europe-africa::before { content: "\f885"; }
1948
- .bi-house-add-fill::before { content: "\f886"; }
1949
- .bi-house-add::before { content: "\f887"; }
1950
- .bi-house-check-fill::before { content: "\f888"; }
1951
- .bi-house-check::before { content: "\f889"; }
1952
- .bi-house-dash-fill::before { content: "\f88a"; }
1953
- .bi-house-dash::before { content: "\f88b"; }
1954
- .bi-house-down-fill::before { content: "\f88c"; }
1955
- .bi-house-down::before { content: "\f88d"; }
1956
- .bi-house-exclamation-fill::before { content: "\f88e"; }
1957
- .bi-house-exclamation::before { content: "\f88f"; }
1958
- .bi-house-gear-fill::before { content: "\f890"; }
1959
- .bi-house-gear::before { content: "\f891"; }
1960
- .bi-house-lock-fill::before { content: "\f892"; }
1961
- .bi-house-lock::before { content: "\f893"; }
1962
- .bi-house-slash-fill::before { content: "\f894"; }
1963
- .bi-house-slash::before { content: "\f895"; }
1964
- .bi-house-up-fill::before { content: "\f896"; }
1965
- .bi-house-up::before { content: "\f897"; }
1966
- .bi-house-x-fill::before { content: "\f898"; }
1967
- .bi-house-x::before { content: "\f899"; }
1968
- .bi-person-add::before { content: "\f89a"; }
1969
- .bi-person-down::before { content: "\f89b"; }
1970
- .bi-person-exclamation::before { content: "\f89c"; }
1971
- .bi-person-fill-add::before { content: "\f89d"; }
1972
- .bi-person-fill-check::before { content: "\f89e"; }
1973
- .bi-person-fill-dash::before { content: "\f89f"; }
1974
- .bi-person-fill-down::before { content: "\f8a0"; }
1975
- .bi-person-fill-exclamation::before { content: "\f8a1"; }
1976
- .bi-person-fill-gear::before { content: "\f8a2"; }
1977
- .bi-person-fill-lock::before { content: "\f8a3"; }
1978
- .bi-person-fill-slash::before { content: "\f8a4"; }
1979
- .bi-person-fill-up::before { content: "\f8a5"; }
1980
- .bi-person-fill-x::before { content: "\f8a6"; }
1981
- .bi-person-gear::before { content: "\f8a7"; }
1982
- .bi-person-lock::before { content: "\f8a8"; }
1983
- .bi-person-slash::before { content: "\f8a9"; }
1984
- .bi-person-up::before { content: "\f8aa"; }
1985
- .bi-scooter::before { content: "\f8ab"; }
1986
- .bi-taxi-front-fill::before { content: "\f8ac"; }
1987
- .bi-taxi-front::before { content: "\f8ad"; }
1988
- .bi-amd::before { content: "\f8ae"; }
1989
- .bi-database-add::before { content: "\f8af"; }
1990
- .bi-database-check::before { content: "\f8b0"; }
1991
- .bi-database-dash::before { content: "\f8b1"; }
1992
- .bi-database-down::before { content: "\f8b2"; }
1993
- .bi-database-exclamation::before { content: "\f8b3"; }
1994
- .bi-database-fill-add::before { content: "\f8b4"; }
1995
- .bi-database-fill-check::before { content: "\f8b5"; }
1996
- .bi-database-fill-dash::before { content: "\f8b6"; }
1997
- .bi-database-fill-down::before { content: "\f8b7"; }
1998
- .bi-database-fill-exclamation::before { content: "\f8b8"; }
1999
- .bi-database-fill-gear::before { content: "\f8b9"; }
2000
- .bi-database-fill-lock::before { content: "\f8ba"; }
2001
- .bi-database-fill-slash::before { content: "\f8bb"; }
2002
- .bi-database-fill-up::before { content: "\f8bc"; }
2003
- .bi-database-fill-x::before { content: "\f8bd"; }
2004
- .bi-database-fill::before { content: "\f8be"; }
2005
- .bi-database-gear::before { content: "\f8bf"; }
2006
- .bi-database-lock::before { content: "\f8c0"; }
2007
- .bi-database-slash::before { content: "\f8c1"; }
2008
- .bi-database-up::before { content: "\f8c2"; }
2009
- .bi-database-x::before { content: "\f8c3"; }
2010
- .bi-database::before { content: "\f8c4"; }
2011
- .bi-houses-fill::before { content: "\f8c5"; }
2012
- .bi-houses::before { content: "\f8c6"; }
2013
- .bi-nvidia::before { content: "\f8c7"; }
2014
- .bi-person-vcard-fill::before { content: "\f8c8"; }
2015
- .bi-person-vcard::before { content: "\f8c9"; }
2016
- .bi-sina-weibo::before { content: "\f8ca"; }
2017
- .bi-tencent-qq::before { content: "\f8cb"; }
2018
- .bi-wikipedia::before { content: "\f8cc"; }