/* Font Awesome 6 Free - Solid & Regular Icons */

/* Font Face for Solid Icons */
@font-face {
  font-family: "Font Awesome 6 Free";
  src: url("webfonts/fa-solid-900.woff2") format("woff2"),
       url("webfonts/fa-solid-900.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: block;
}

/* Font Face for Regular Icons */
@font-face {
  font-family: "Font Awesome 6 Free";
  src: url("webfonts/fa-regular-400.woff2") format("woff2"),
       url("webfonts/fa-regular-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

/* Font Face for Brands */
@font-face {
  font-family: "Font Awesome 6 Brands";
  src: url("webfonts/fa-brands-400.woff2") format("woff2"),
       url("webfonts/fa-brands-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

/* Base styles */
.fa,
.fas,
.fa-solid {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  font-style: normal !important;
  display: inline-block !important;
  text-rendering: auto !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.far,
.fa-regular {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 400 !important;
  font-style: normal !important;
  display: inline-block !important;
  text-rendering: auto !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands" !important;
  font-weight: 400 !important;
  font-style: normal !important;
  display: inline-block !important;
  text-rendering: auto !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

/* Solid Icons (fa-solid) */
.fa-search:before { content: "\f002"; }
.fa-home:before { content: "\f015"; }
.fa-user:before { content: "\f007"; }
.fa-heart:before { content: "\f004"; }
.fa-star:before { content: "\f005"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-arrow-left:before { content: "\f060"; }
.fa-bars:before { content: "\f0c9"; }
.fa-times:before { content: "\f00d"; }
.fa-calendar:before { content: "\f133"; }
.fa-clock:before { content: "\f017"; }
.fa-tag:before { content: "\f02b"; }
.fa-folder:before { content: "\f07b"; }
.fa-comment:before { content: "\f075"; }
.fa-comments:before { content: "\f086"; }
.fa-share:before { content: "\f064"; }
.fa-print:before { content: "\f02f"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-rss:before { content: "\f09e"; }
.fa-plus:before { content: "\f067"; }
.fa-minus:before { content: "\f068"; }
.fa-check:before { content: "\f00c"; }
.fa-edit:before { content: "\f044"; }
.fa-trash:before { content: "\f1f8"; }
.fa-save:before { content: "\f0c7"; }
.fa-download:before { content: "\f019"; }
.fa-upload:before { content: "\f093"; }
.fa-cog:before { content: "\f013"; }
.fa-info:before { content: "\f129"; }
.fa-question:before { content: "\f128"; }
.fa-exclamation:before { content: "\f12a"; }
.fa-warning:before { content: "\f071"; }
.fa-star-half:before { content: "\f089"; }
.fa-thumbs-up:before { content: "\f164"; }
.fa-thumbs-down:before { content: "\f165"; }
.fa-eye:before { content: "\f06e"; }
.fa-eye-slash:before { content: "\f070"; }
.fa-lock:before { content: "\f023"; }
.fa-unlock:before { content: "\f09c"; }
.fa-key:before { content: "\f084"; }
.fa-shield:before { content: "\f132"; }
.fa-mobile:before { content: "\f10b"; }
.fa-tablet:before { content: "\f10a"; }
.fa-desktop:before { content: "\f108"; }
.fa-laptop:before { content: "\f109"; }
.fa-phone:before { content: "\f095"; }
.fa-map-marker:before { content: "\f041"; }
.fa-globe:before { content: "\f0ac"; }
.fa-link:before { content: "\f0c1"; }
.fa-copy:before { content: "\f0c5"; }
.fa-paste:before { content: "\f0ea"; }
.fa-cut:before { content: "\f0c4"; }
.fa-undo:before { content: "\f0e2"; }
.fa-redo:before { content: "\f01e"; }
.fa-refresh:before { content: "\f021"; }
.fa-sync:before { content: "\f021"; }
.fa-spinner:before { content: "\f110"; }
.fa-circle-notch:before { content: "\f1ce"; }
.fa-play:before { content: "\f04b"; }
.fa-pause:before { content: "\f04c"; }
.fa-stop:before { content: "\f04d"; }
.fa-forward:before { content: "\f04e"; }
.fa-backward:before { content: "\f04a"; }
.fa-volume-up:before { content: "\f028"; }
.fa-volume-down:before { content: "\f027"; }
.fa-volume-off:before { content: "\f026"; }
.fa-mute:before { content: "\f6a9"; }
.fa-image:before { content: "\f03e"; }
.fa-picture-o:before { content: "\f03e"; }
.fa-video:before { content: "\f03d"; }
.fa-camera:before { content: "\f030"; }
.fa-microphone:before { content: "\f130"; }
.fa-microphone-slash:before { content: "\f131"; }
.fa-music:before { content: "\f001"; }
.fa-headphones:before { content: "\f025"; }
.fa-file:before { content: "\f15b"; }
.fa-file-text:before { content: "\f15c"; }
.fa-file-pdf:before { content: "\f1c1"; }
.fa-file-word:before { content: "\f1c2"; }
.fa-file-excel:before { content: "\f1c3"; }
.fa-file-powerpoint:before { content: "\f1c4"; }
.fa-file-image:before { content: "\f1c5"; }
.fa-file-video:before { content: "\f1c8"; }
.fa-file-audio:before { content: "\f1c7"; }
.fa-file-archive:before { content: "\f1c6"; }
.fa-file-code:before { content: "\f1c9"; }
.fa-database:before { content: "\f1c0"; }
.fa-server:before { content: "\f233"; }
.fa-cloud:before { content: "\f0c2"; }
.fa-cloud-upload:before { content: "\f0ee"; }
.fa-cloud-download:before { content: "\f0ed"; }
.fa-wifi:before { content: "\f1eb"; }
.fa-signal:before { content: "\f012"; }
.fa-battery-full:before { content: "\f240"; }
.fa-battery-three-quarters:before { content: "\f241"; }
.fa-battery-half:before { content: "\f242"; }
.fa-battery-quarter:before { content: "\f243"; }
.fa-battery-empty:before { content: "\f244"; }
.fa-plug:before { content: "\f1e6"; }
.fa-bolt:before { content: "\f0e7"; }
.fa-fire:before { content: "\f06d"; }
.fa-sun:before { content: "\f185"; }
.fa-moon:before { content: "\f186"; }
.fa-cloud-rain:before { content: "\f73d"; }
.fa-snowflake:before { content: "\f2dc"; }
.fa-umbrella:before { content: "\f0e9"; }
.fa-leaf:before { content: "\f06c"; }
.fa-tree:before { content: "\f1bb"; }
.fa-paw:before { content: "\f1b0"; }
.fa-bug:before { content: "\f188"; }
.fa-car:before { content: "\f1b9"; }
.fa-plane:before { content: "\f072"; }
.fa-train:before { content: "\f238"; }
.fa-ship:before { content: "\f21a"; }
.fa-bicycle:before { content: "\f206"; }
.fa-motorcycle:before { content: "\f21c"; }
.fa-rocket:before { content: "\f135"; }
.fa-satellite:before { content: "\f7bf"; }
.fa-robot:before { content: "\f544"; }
.fa-microchip:before { content: "\f2db"; }
.fa-network-wired:before { content: "\f6ff"; }
.fa-bluetooth:before { content: "\f294"; }
.fa-broadcast-tower:before { content: "\f519"; }
.fa-satellite-dish:before { content: "\f7c0"; }
.fa-gamepad:before { content: "\f11b"; }
.fa-chess:before { content: "\f43f"; }
.fa-dice:before { content: "\f522"; }
.fa-puzzle-piece:before { content: "\f12e"; }
.fa-crown:before { content: "\f521"; }
.fa-gem:before { content: "\f3a5"; }
.fa-coins:before { content: "\f51e"; }
.fa-money-bill:before { content: "\f0d6"; }
.fa-credit-card:before { content: "\f09d"; }
.fa-wallet:before { content: "\f555"; }
.fa-shopping-cart:before { content: "\f07a"; }
.fa-store:before { content: "\f54e"; }
.fa-tags:before { content: "\f02c"; }
.fa-receipt:before { content: "\f543"; }
.fa-box:before { content: "\f466"; }
.fa-boxes:before { content: "\f468"; }
.fa-pallet:before { content: "\f482"; }
.fa-truck:before { content: "\f0d1"; }
.fa-warehouse:before { content: "\f494"; }
.fa-industry:before { content: "\f275"; }
.fa-hammer:before { content: "\f6e3"; }
.fa-hard-hat:before { content: "\f807"; }
.fa-helmet-safety:before { content: "\f807"; }
.fa-vest:before { content: "\f85e"; }
.fa-mask:before { content: "\f6fa"; }
.fa-glasses:before { content: "\f530"; }
.fa-hat-cowboy:before { content: "\f8c0"; }
.fa-hat-wizard:before { content: "\f6e8"; }
.fa-graduation-cap:before { content: "\f19d"; }
.fa-user-graduate:before { content: "\f501"; }
.fa-user-tie:before { content: "\f508"; }
.fa-user-ninja:before { content: "\f504"; }
.fa-user-astronaut:before { content: "\f4fb"; }
.fa-user-secret:before { content: "\f21b"; }
.fa-user-shield:before { content: "\f505"; }
.fa-user-doctor:before { content: "\f0f0"; }
.fa-user-nurse:before { content: "\f82f"; }
.fa-random:before { content: "\f074"; }
.fa-shuffle:before { content: "\f074"; }
.fa-external-link:before { content: "\f08e"; }
.fa-info-circle:before { content: "\f05a"; }
.fa-question-circle:before { content: "\f059"; }
.fa-bookmark:before { content: "\f02e"; }
.fa-book:before { content: "\f02d"; }
.fa-tools:before { content: "\f7d9"; }
.fa-cogs:before { content: "\f085"; }
.fa-wrench:before { content: "\f0ad"; }
.fa-magic:before { content: "\f0d0"; }
.fa-gift:before { content: "\f06b"; }
.fa-trophy:before { content: "\f091"; }
.fa-medal:before { content: "\f5a2"; }

/* Regular Icons (fa-regular) */
.fa-clock:before { content: "\f017"; }
.fa-calendar:before { content: "\f133"; }
.fa-user:before { content: "\f007"; }
.fa-heart:before { content: "\f004"; }
.fa-star:before { content: "\f005"; }
.fa-bookmark:before { content: "\f02e"; }
.fa-comment:before { content: "\f075"; }
.fa-comments:before { content: "\f086"; }
.fa-eye:before { content: "\f06e"; }
.fa-thumbs-up:before { content: "\f164"; }
.fa-thumbs-down:before { content: "\f165"; }
.fa-file:before { content: "\f15b"; }
.fa-file-text:before { content: "\f15c"; }
.fa-image:before { content: "\f03e"; }
.fa-picture-o:before { content: "\f03e"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-circle:before { content: "\f111"; }
.fa-circle-check:before { content: "\f058"; }
.fa-circle-xmark:before { content: "\f057"; }
.fa-circle-question:before { content: "\f059"; }
.fa-circle-info:before { content: "\f05a"; }
.fa-circle-exclamation:before { content: "\f06a"; }
.fa-circle-minus:before { content: "\f056"; }
.fa-circle-plus:before { content: "\f055"; }
.fa-square:before { content: "\f0c8"; }
.fa-square-check:before { content: "\f14a"; }
.fa-square-xmark:before { content: "\f2d3"; }
.fa-square-plus:before { content: "\f0fe"; }
.fa-square-minus:before { content: "\f146"; }
.fa-id-card:before { content: "\f2c2"; }
.fa-credit-card:before { content: "\f09d"; }
.fa-money-bill:before { content: "\f0d6"; }
.fa-coins:before { content: "\f51e"; }
.fa-gem:before { content: "\f3a5"; }
.fa-crown:before { content: "\f521"; }
.fa-trophy:before { content: "\f091"; }
.fa-medal:before { content: "\f5a2"; }
.fa-gift:before { content: "\f06b"; }
.fa-bell:before { content: "\f0f3"; }
.fa-bell-slash:before { content: "\f1f6"; }
.fa-sun:before { content: "\f185"; }
.fa-moon:before { content: "\f186"; }
.fa-cloud:before { content: "\f0c2"; }
.fa-cloud-rain:before { content: "\f73d"; }
.fa-snowflake:before { content: "\f2dc"; }
.fa-umbrella:before { content: "\f0e9"; }
.fa-leaf:before { content: "\f06c"; }
.fa-tree:before { content: "\f1bb"; }
.fa-paw:before { content: "\f1b0"; }
.fa-bug:before { content: "\f188"; }
.fa-car:before { content: "\f1b9"; }
.fa-plane:before { content: "\f072"; }
.fa-train:before { content: "\f238"; }
.fa-ship:before { content: "\f21a"; }
.fa-bicycle:before { content: "\f206"; }
.fa-motorcycle:before { content: "\f21c"; }
.fa-rocket:before { content: "\f135"; }
.fa-satellite:before { content: "\f7bf"; }
.fa-robot:before { content: "\f544"; }
.fa-microchip:before { content: "\f2db"; }
.fa-mobile:before { content: "\f10b"; }
.fa-tablet:before { content: "\f10a"; }
.fa-desktop:before { content: "\f108"; }
.fa-laptop:before { content: "\f109"; }
.fa-server:before { content: "\f233"; }
.fa-database:before { content: "\f1c0"; }
.fa-network-wired:before { content: "\f6ff"; }
.fa-wifi:before { content: "\f1eb"; }
.fa-bluetooth:before { content: "\f294"; }
.fa-broadcast-tower:before { content: "\f519"; }
.fa-satellite-dish:before { content: "\f7c0"; }
.fa-gamepad:before { content: "\f11b"; }
.fa-chess:before { content: "\f43f"; }
.fa-dice:before { content: "\f522"; }
.fa-puzzle-piece:before { content: "\f12e"; }
.fa-shopping-cart:before { content: "\f07a"; }
.fa-store:before { content: "\f54e"; }
.fa-tags:before { content: "\f02c"; }
.fa-receipt:before { content: "\f543"; }
.fa-box:before { content: "\f466"; }
.fa-boxes:before { content: "\f468"; }
.fa-pallet:before { content: "\f482"; }
.fa-truck:before { content: "\f0d1"; }
.fa-warehouse:before { content: "\f494"; }
.fa-industry:before { content: "\f275"; }
.fa-hammer:before { content: "\f6e3"; }
.fa-hard-hat:before { content: "\f807"; }
.fa-helmet-safety:before { content: "\f807"; }
.fa-vest:before { content: "\f85e"; }
.fa-mask:before { content: "\f6fa"; }
.fa-glasses:before { content: "\f530"; }
.fa-hat-cowboy:before { content: "\f8c0"; }
.fa-hat-wizard:before { content: "\f6e8"; }
.fa-graduation-cap:before { content: "\f19d"; }
.fa-user-graduate:before { content: "\f501"; }
.fa-user-tie:before { content: "\f508"; }
.fa-user-ninja:before { content: "\f504"; }
.fa-user-astronaut:before { content: "\f4fb"; }
.fa-user-secret:before { content: "\f21b"; }
.fa-user-shield:before { content: "\f505"; }
.fa-user-doctor:before { content: "\f0f0"; }
.fa-user-nurse:before { content: "\f82f"; }

/* Brands Icons (fa-brands) */
.fa-facebook:before { content: "\f09a"; }
.fa-twitter:before { content: "\f099"; }
.fa-instagram:before { content: "\f16d"; }
.fa-linkedin:before { content: "\f08c"; }
.fa-youtube:before { content: "\f167"; }
.fa-github:before { content: "\f09b"; }
.fa-gitlab:before { content: "\f296"; }
.fa-bitbucket:before { content: "\f171"; }
.fa-stack-overflow:before { content: "\f16c"; }
.fa-reddit:before { content: "\f1a1"; }
.fa-discord:before { content: "\f392"; }
.fa-telegram:before { content: "\f2c6"; }
.fa-whatsapp:before { content: "\f232"; }
.fa-skype:before { content: "\f17e"; }
.fa-slack:before { content: "\f198"; }
.fa-microsoft:before { content: "\f3ca"; }
.fa-apple:before { content: "\f179"; }
.fa-google:before { content: "\f1a0"; }
.fa-amazon:before { content: "\f270"; }
.fa-paypal:before { content: "\f1ed"; }
.fa-stripe:before { content: "\f3f5"; }
.fa-visa:before { content: "\f1f0"; }
.fa-mastercard:before { content: "\f1f1"; }
.fa-bitcoin:before { content: "\f379"; }
.fa-ethereum:before { content: "\f42e"; }