/* css/fontawesome-simple.css - Essential FontAwesome icons for StocksalesApp */

/* Base FontAwesome styles */
.fas, .far, .fab, .fa {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.far {
    font-weight: 400;
}

.fab {
    font-family: 'Font Awesome 6 Brands';
}

/* Navigation & Layout */
.fa-bars:before { content: "\f0c9"; }
.fa-user:before { content: "\f007"; }
.fa-cog:before { content: "\f013"; }
.fa-sign-out-alt:before { content: "\f2f5"; }
.fa-home:before { content: "\f015"; }
.fa-chart-bar:before { content: "\f080"; }
.fa-shopping-cart:before { content: "\f07a"; }
.fa-box:before { content: "\f466"; }
.fa-users:before { content: "\f0c0"; }
.fa-file-invoice:before { content: "\f570"; }

/* Actions */
.fa-plus:before { content: "\2b"; }
.fa-plus-circle:before { content: "\f055"; }
.fa-plus-square:before { content: "\f0fe"; }
.fa-edit:before { content: "\f044"; }
.fa-trash:before { content: "\f1f8"; }
.fa-search:before { content: "\f002"; }
.fa-print:before { content: "\f02f"; }
.fa-download:before { content: "\f019"; }
.fa-upload:before { content: "\f093"; }
.fa-sync:before { content: "\f021"; }
.fa-check:before { content: "\f00c"; }
.fa-times:before { content: "\f00d"; }
.fa-save:before { content: "\f0c7"; }
.fa-undo:before { content: "\f0e2"; }
.fa-redo:before { content: "\f01e"; }

/* Alerts & Status */
.fa-exclamation-triangle:before { content: "\f071"; }
.fa-info-circle:before { content: "\f05a"; }
.fa-question-circle:before { content: "\f059"; }
.fa-check-circle:before { content: "\f058"; }
.fa-times-circle:before { content: "\f057"; }
.fa-exclamation-circle:before { content: "\f06a"; }
.fa-bell:before { content: "\f0f3"; }
.fa-bell-slash:before { content: "\f1f6"; }

/* Arrows & Navigation */
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-chevron-up:before { content: "\f077"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-arrow-left:before { content: "\f060"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-arrow-up:before { content: "\f062"; }
.fa-arrow-down:before { content: "\f063"; }
.fa-long-arrow-alt-left:before { content: "\f30a"; }
.fa-long-arrow-alt-right:before { content: "\f30b"; }

/* Commerce & Inventory */
.fa-money-bill:before { content: "\f0d6"; }
.fa-credit-card:before { content: "\f09d"; }
.fa-receipt:before { content: "\f543"; }
.fa-chart-line:before { content: "\f201"; }
.fa-chart-pie:before { content: "\f200"; }
.fa-chart-area:before { content: "\f1fe"; }
.fa-tags:before { content: "\f02c"; }
.fa-tag:before { content: "\f02b"; }
.fa-percentage:before { content: "\f541"; }
.fa-calculator:before { content: "\f1ec"; }
.fa-barcode:before { content: "\f02a"; }
.fa-qrcode:before { content: "\f029"; }
.fa-box-open:before { content: "\f49e"; }
.fa-pallet:before { content: "\f482"; }
.fa-warehouse:before { content: "\f494"; }
.fa-truck:before { content: "\f0d1"; }
.fa-shipping-fast:before { content: "\f48b"; }
.fa-dolly:before { content: "\f472"; }
.fa-conveyor-belt:before { content: "\f46e"; }
.fa-weight:before { content: "\f496"; }
.fa-ruler:before { content: "\f545"; }
.fa-cube:before { content: "\f1b2"; }
.fa-cubes:before { content: "\f1b3"; }

/* Security & Authentication */
.fa-lock:before { content: "\f023"; }
.fa-unlock:before { content: "\f09c"; }
.fa-eye:before { content: "\f06e"; }
.fa-eye-slash:before { content: "\f070"; }
.fa-shield-alt:before { content: "\f3ed"; }
.fa-key:before { content: "\f084"; }
.fa-fingerprint:before { content: "\f577"; }

/* Data & Files */
.fa-database:before { content: "\f1c0"; }
.fa-file-excel:before { content: "\f1c3"; }
.fa-file-pdf:before { content: "\f1c1"; }
.fa-file-csv:before { content: "\f6dd"; }
.fa-file-export:before { content: "\f56e"; }
.fa-file-import:before { content: "\f56f"; }
.fa-file-alt:before { content: "\f15c"; }
.fa-file-invoice-dollar:before { content: "\f571"; }
.fa-file-contract:before { content: "\f56c"; }
.fa-cloud-download-alt:before { content: "\f381"; }
.fa-cloud-upload-alt:before { content: "\f382"; }
.fa-archive:before { content: "\f187"; }
.fa-folder:before { content: "\f07b"; }
.fa-folder-open:before { content: "\f07c"; }

/* UI Controls */
.fa-filter:before { content: "\f0b0"; }
.fa-sort:before { content: "\f0dc"; }
.fa-sort-up:before { content: "\f0de"; }
.fa-sort-down:before { content: "\f0dd"; }
.fa-caret-down:before { content: "\f0d7"; }
.fa-caret-up:before { content: "\f0d8"; }
.fa-caret-left:before { content: "\f0d9"; }
.fa-caret-right:before { content: "\f0da"; }
.fa-ellipsis-h:before { content: "\f141"; }
.fa-ellipsis-v:before { content: "\f142"; }
.fa-external-link-alt:before { content: "\f35d"; }
.fa-expand:before { content: "\f065"; }
.fa-compress:before { content: "\f066"; }
.fa-window-maximize:before { content: "\f2d0"; }
.fa-window-minimize:before { content: "\f2d1"; }
.fa-window-restore:before { content: "\f2d2"; }
.fa-clone:before { content: "\f24d"; }
.fa-copy:before { content: "\f0c5"; }
.fa-paste:before { content: "\f0ea"; }
.fa-cut:before { content: "\f0c4"; }

/* Communication */
.fa-envelope:before { content: "\f0e0"; }
.fa-envelope-open:before { content: "\f2b6"; }
.fa-paper-plane:before { content: "\f1d8"; }
.fa-comment:before { content: "\f075"; }
.fa-comments:before { content: "\f086"; }
.fa-phone:before { content: "\f095"; }

/* Time & Date */
.fa-calendar:before { content: "\f073"; }
.fa-calendar-alt:before { content: "\f073"; }
.fa-clock:before { content: "\f017"; }
.fa-hourglass-start:before { content: "\f251"; }
.fa-hourglass-half:before { content: "\f252"; }
.fa-hourglass-end:before { content: "\f253"; }
.fa-stopwatch:before { content: "\f2f2"; }

/* Status Indicators */
.fa-circle:before { content: "\f111"; }
.fa-dot-circle:before { content: "\f192"; }
.fa-play-circle:before { content: "\f144"; }
.fa-pause-circle:before { content: "\f28b"; }
.fa-stop-circle:before { content: "\f28d"; }
.fa-ban:before { content: "\f05e"; }
.fa-minus-circle:before { content: "\f056"; }

/* Product & Supplier Management */
.fa-industry:before { content: "\f275"; }
.fa-building:before { content: "\f1ad"; }
.fa-address-book:before { content: "\f2b9"; }
.fa-id-card:before { content: "\f2c2"; }
.fa-truck-loading:before { content: "\f4de"; }
.fa-parachute-box:before { content: "\f4cd"; }
.fa-boxes:before { content: "\f468"; }

/* Analytics & Reports */
.fa-chart-line:before { content: "\f201"; }
.fa-chart-bar:before { content: "\f080"; }
.fa-chart-pie:before { content: "\f200"; }
.fa-chart-area:before { content: "\f1fe"; }
.fa-trend-up:before { content: "\f201"; }
.fa-trend-down:before { content: "\f201"; }
.fa-signal:before { content: "\f012"; }
.fa-tachometer-alt:before { content: "\f3fd"; }

/* Utility */
.fa-cog:before { content: "\f013"; }
.fa-cogs:before { content: "\f085"; }
.fa-tools:before { content: "\f7d9"; }
.fa-wrench:before { content: "\f0ad"; }
.fa-sliders-h:before { content: "\f1de"; }
.fa-history:before { content: "\f1da"; }
.fa-redo-alt:before { content: "\f2f9"; }
.fa-undo-alt:before { content: "\f2ea"; }
.fa-bolt:before { content: "\f0e7"; }
.fa-fire:before { content: "\f06d"; }
.fa-star:before { content: "\f005"; }
.fa-star-half:before { content: "\f089"; }
.fa-heart:before { content: "\f004"; }

/* Stock Status & Alerts */
.fa-exclamation:before { content: "\f12a"; }
.fa-low-vision:before { content: "\f2a8"; }
.fa-radiation:before { content: "\f7b9"; }
.fa-skull-crossbones:before { content: "\f714"; }
.fa-biohazard:before { content: "\f780"; }

/* Location & Geography */
.fa-map-marker:before { content: "\f041"; }
.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-globe:before { content: "\f0ac"; }
.fa-flag:before { content: "\f024"; }

/* Responsive & Mobile */
.fa-mobile-alt:before { content: "\f3cd"; }
.fa-tablet-alt:before { content: "\f3fa"; }
.fa-desktop:before { content: "\f108"; }
.fa-laptop:before { content: "\f109"; }

/* Categories & Organization */
.fa-layer-group:before { content: "\f5fd"; }
.fa-sitemap:before { content: "\f0e8"; }
.fa-project-diagram:before { content: "\f542"; }
.fa-stream:before { content: "\f550"; }