/* Lightweight fallback for .ti icon classes without external icon fonts. */

.ti {
  display: inline-flex;
  width: 1em;
  height: 1em;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-family: "Segoe UI Symbol", "Segoe UI", Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  vertical-align: middle;
}

.ti::before {
  content: "\25A1";
}

/* Admin dashboard icons */
.ti-shield-lock::before { content: "\26E8"; }
.ti-refresh::before { content: "\21BB"; }
.ti-layout-desktop::before { content: "\229E"; }
.ti-logout::before { content: "\21AA"; }
.ti-users::before { content: "\263B"; }
.ti-layout-grid::before { content: "\229E"; }
.ti-plug-connected::before { content: "\26AF"; }
.ti-hourglass::before { content: "\231B"; }
.ti-activity-heartbeat::before { content: "\2665"; }
.ti-history::before { content: "\21BA"; }
.ti-chart-line::before { content: "\223F"; }
.ti-timeline::before { content: "\22EF"; }
.ti-git-pull-request::before { content: "\2442"; }
.ti-user-cog::before { content: "\2699"; }
.ti-package-import::before { content: "\21E9"; }
.ti-file-check::before { content: "\2713"; }

/* Common app/module icons used elsewhere */
.ti-shopping-bag::before { content: "\25A3"; }
.ti-desktop::before { content: "\229E"; }
.ti-app-window::before { content: "\25AD"; }
.ti-folder::before { content: "\25A4"; }
.ti-clock::before { content: "\25F4"; }
.ti-note::before,
.ti-notes::before,
.ti-notepad::before,
.ti-file-text::before,
.ti-file-description::before,
.ti-document-text::before,
.ti-text::before { content: "\270E"; }
.ti-edit::before,
.ti-pencil::before,
.ti-writing::before { content: "\270F"; }
.ti-palette::before,
.ti-background::before,
.ti-image::before,
.ti-photo::before,
.ti-camera::before,
.ti-brush::before,
.ti-color-swatch::before { content: "\25A7"; }
.ti-puzzle::before { content: "\25A9"; }
.ti-tool::before,
.ti-tools::before,
.ti-settings::before,
.ti-cog::before,
.ti-gear::before { content: "\2699"; }
.ti-file::before,
.ti-document::before { content: "\25A5"; }
.ti-calculator::before { content: "\229F"; }
.ti-terminal::before,
.ti-terminal-2::before,
.ti-code::before { content: "\003E"; }
.ti-music::before { content: "\266B"; }
.ti-video::before { content: "\25B7"; }
.ti-game::before { content: "\25C8"; }
.ti-book::before { content: "\25A6"; }
.ti-mail::before,
.ti-message::before,
.ti-chat::before { content: "\2709"; }
.ti-help-circle::before { content: "\003F"; }
.ti-alert-triangle::before,
.ti-alert-circle::before { content: "\26A0"; }
.ti-info-circle::before { content: "\2139"; }
.ti-check-circle::before { content: "\2713"; }
.ti-x-circle::before { content: "\2715"; }
.ti-arrow-left::before { content: "\2190"; }
.ti-placeholder::before { content: "\25A1"; }
