/*!
 * Font Awesome Free 5.15.4 - Local for Asman Atash WHMCS Theme
 * License - https://fontawesome.com/license/free
 * 
 * Webfonts source chain:
 *   1. WHMCS local assets (if installed)
 *   2. cdnjs Cloudflare CDN (always available)
 */

/* ============ FONT FACE DEFINITIONS ============ */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: local('Font Awesome 5 Free Solid'),
       local('FontAwesome5Free-Solid'),
       url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-solid-900.woff2") format("woff2"),
       url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-solid-900.woff") format("woff"),
       url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-solid-900.ttf") format("truetype");
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: local('Font Awesome 5 Free Regular'),
       local('FontAwesome5Free-Regular'),
       url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-regular-400.woff2") format("woff2"),
       url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-regular-400.woff") format("woff"),
       url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-regular-400.ttf") format("truetype");
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: local('Font Awesome 5 Brands Regular'),
       local('FontAwesome5Brands-Regular'),
       url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-brands-400.woff2") format("woff2"),
       url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-brands-400.woff") format("woff"),
       url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-brands-400.ttf") format("truetype");
}

/* ============ BASE STYLES ============ */
.fa, .fas, .far, .fal, .fad, .fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa, .fas { font-family: "Font Awesome 5 Free"; font-weight: 900; }
.far { font-family: "Font Awesome 5 Free"; font-weight: 400; }
.fab { font-family: "Font Awesome 5 Brands"; font-weight: 400; }
.fad, .fal { font-family: "Font Awesome 5 Free"; font-weight: 900; } /* Free fallback to solid */

.fa-fw { text-align: center; width: 1.25em; }
.fa-lg { font-size: 1.33333em; line-height: 0.75em; vertical-align: -0.0667em; }
.fa-xs { font-size: 0.75em; }
.fa-sm { font-size: 0.875em; }
.fa-1x { font-size: 1em; }
.fa-2x { font-size: 2em; }
.fa-3x { font-size: 3em; }
.fa-4x { font-size: 4em; }
.fa-5x { font-size: 5em; }
.fa-pull-left { float: left; }
.fa-pull-right { float: right; }
.fa-spin { animation: fa-spin 2s linear infinite; }
.fa-pulse { animation: fa-spin 1s steps(8) infinite; }
@keyframes fa-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x { line-height: inherit; }
.fa-stack-2x { font-size: 2em; }
.fa-inverse { color: #fff; }

.fa-rotate-90 { transform: rotate(90deg); }
.fa-rotate-180 { transform: rotate(180deg); }
.fa-rotate-270 { transform: rotate(270deg); }
.fa-flip-horizontal { transform: scaleX(-1); }
.fa-flip-vertical { transform: scaleY(-1); }
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical { transform: scale(-1); }

/* ============ ICON UNICODE DEFINITIONS (پرکاربردترین‌ها) ============ */
.fa-500px:before{content:"\f26e"}
.fa-accessible-icon:before{content:"\f368"}
.fa-address-book:before{content:"\f2b9"}
.fa-address-card:before{content:"\f2bb"}
.fa-adjust:before{content:"\f042"}
.fa-align-center:before{content:"\f037"}
.fa-align-justify:before{content:"\f039"}
.fa-align-left:before{content:"\f036"}
.fa-align-right:before{content:"\f038"}
.fa-anchor:before{content:"\f13d"}
.fa-android:before{content:"\f17b"}
.fa-angle-double-down:before{content:"\f103"}
.fa-angle-double-left:before{content:"\f100"}
.fa-angle-double-right:before{content:"\f101"}
.fa-angle-double-up:before{content:"\f102"}
.fa-angle-down:before{content:"\f107"}
.fa-angle-left:before{content:"\f104"}
.fa-angle-right:before{content:"\f105"}
.fa-angle-up:before{content:"\f106"}
.fa-apple:before{content:"\f179"}
.fa-archive:before{content:"\f187"}
.fa-arrow-alt-circle-down:before{content:"\f358"}
.fa-arrow-alt-circle-left:before{content:"\f359"}
.fa-arrow-alt-circle-right:before{content:"\f35a"}
.fa-arrow-alt-circle-up:before{content:"\f35b"}
.fa-arrow-circle-down:before{content:"\f0ab"}
.fa-arrow-circle-left:before{content:"\f0a8"}
.fa-arrow-circle-right:before{content:"\f0a9"}
.fa-arrow-circle-up:before{content:"\f0aa"}
.fa-arrow-down:before{content:"\f063"}
.fa-arrow-left:before{content:"\f060"}
.fa-arrow-right:before{content:"\f061"}
.fa-arrow-up:before{content:"\f062"}
.fa-arrows-alt:before{content:"\f0b2"}
.fa-arrows-alt-h:before{content:"\f337"}
.fa-arrows-alt-v:before{content:"\f338"}
.fa-asterisk:before{content:"\f069"}
.fa-at:before{content:"\f1fa"}
.fa-atom:before{content:"\f5d2"}
.fa-award:before{content:"\f559"}
.fa-backward:before{content:"\f04a"}
.fa-bars:before{content:"\f0c9"}
.fa-bell:before{content:"\f0f3"}
.fa-bell-slash:before{content:"\f1f6"}
.fa-birthday-cake:before{content:"\f1fd"}
.fa-bolt:before{content:"\f0e7"}
.fa-book:before{content:"\f02d"}
.fa-book-open:before{content:"\f518"}
.fa-bookmark:before{content:"\f02e"}
.fa-box:before{content:"\f466"}
.fa-briefcase:before{content:"\f0b1"}
.fa-bug:before{content:"\f188"}
.fa-building:before{content:"\f1ad"}
.fa-bullhorn:before{content:"\f0a1"}
.fa-bullseye:before{content:"\f140"}
.fa-calculator:before{content:"\f1ec"}
.fa-calendar:before{content:"\f133"}
.fa-calendar-alt:before{content:"\f073"}
.fa-calendar-check:before{content:"\f274"}
.fa-calendar-plus:before{content:"\f271"}
.fa-camera:before{content:"\f030"}
.fa-car:before{content:"\f1b9"}
.fa-caret-down:before{content:"\f0d7"}
.fa-caret-left:before{content:"\f0d9"}
.fa-caret-right:before{content:"\f0da"}
.fa-caret-up:before{content:"\f0d8"}
.fa-cart-arrow-down:before{content:"\f218"}
.fa-cart-plus:before{content:"\f217"}
.fa-certificate:before{content:"\f0a3"}
.fa-chart-area:before{content:"\f1fe"}
.fa-chart-bar:before{content:"\f080"}
.fa-chart-line:before{content:"\f201"}
.fa-chart-pie:before{content:"\f200"}
.fa-check:before{content:"\f00c"}
.fa-check-circle:before{content:"\f058"}
.fa-check-double:before{content:"\f560"}
.fa-check-square:before{content:"\f14a"}
.fa-chevron-circle-down:before{content:"\f13a"}
.fa-chevron-circle-left:before{content:"\f137"}
.fa-chevron-circle-right:before{content:"\f138"}
.fa-chevron-circle-up:before{content:"\f139"}
.fa-chevron-down:before{content:"\f078"}
.fa-chevron-left:before{content:"\f053"}
.fa-chevron-right:before{content:"\f054"}
.fa-chevron-up:before{content:"\f077"}
.fa-circle:before{content:"\f111"}
.fa-circle-notch:before{content:"\f1ce"}
.fa-city:before{content:"\f64f"}
.fa-clipboard:before{content:"\f328"}
.fa-clipboard-check:before{content:"\f46c"}
.fa-clipboard-list:before{content:"\f46d"}
.fa-clock:before{content:"\f017"}
.fa-clone:before{content:"\f24d"}
.fa-cloud:before{content:"\f0c2"}
.fa-cloud-download-alt:before{content:"\f381"}
.fa-cloud-upload-alt:before{content:"\f382"}
.fa-code:before{content:"\f121"}
.fa-coffee:before{content:"\f0f4"}
.fa-cog:before{content:"\f013"}
.fa-cogs:before{content:"\f085"}
.fa-coins:before{content:"\f51e"}
.fa-columns:before{content:"\f0db"}
.fa-comment:before{content:"\f075"}
.fa-comment-alt:before{content:"\f27a"}
.fa-comment-dots:before{content:"\f4ad"}
.fa-comments:before{content:"\f086"}
.fa-compass:before{content:"\f14e"}
.fa-compress:before{content:"\f066"}
.fa-copy:before{content:"\f0c5"}
.fa-copyright:before{content:"\f1f9"}
.fa-credit-card:before{content:"\f09d"}
.fa-crop:before{content:"\f125"}
.fa-cube:before{content:"\f1b2"}
.fa-cubes:before{content:"\f1b3"}
.fa-cut:before{content:"\f0c4"}
.fa-database:before{content:"\f1c0"}
.fa-desktop:before{content:"\f108"}
.fa-divide:before{content:"\f529"}
.fa-dna:before{content:"\f471"}
.fa-dollar-sign:before{content:"\f155"}
.fa-dot-circle:before{content:"\f192"}
.fa-download:before{content:"\f019"}
.fa-edit:before{content:"\f044"}
.fa-eject:before{content:"\f052"}
.fa-ellipsis-h:before{content:"\f141"}
.fa-ellipsis-v:before{content:"\f142"}
.fa-envelope:before{content:"\f0e0"}
.fa-envelope-open:before{content:"\f2b6"}
.fa-envelope-open-text:before{content:"\f658"}
.fa-envelope-square:before{content:"\f199"}
.fa-equals:before{content:"\f52c"}
.fa-eraser:before{content:"\f12d"}
.fa-euro-sign:before{content:"\f153"}
.fa-exchange-alt:before{content:"\f362"}
.fa-exclamation:before{content:"\f12a"}
.fa-exclamation-circle:before{content:"\f06a"}
.fa-exclamation-triangle:before{content:"\f071"}
.fa-expand:before{content:"\f065"}
.fa-expand-alt:before{content:"\f424"}
.fa-expand-arrows-alt:before{content:"\f31e"}
.fa-external-link-alt:before{content:"\f35d"}
.fa-external-link-square-alt:before{content:"\f360"}
.fa-eye:before{content:"\f06e"}
.fa-eye-slash:before{content:"\f070"}
.fa-facebook:before{content:"\f09a"}
.fa-facebook-f:before{content:"\f39e"}
.fa-facebook-messenger:before{content:"\f39f"}
.fa-facebook-square:before{content:"\f082"}
.fa-fast-backward:before{content:"\f049"}
.fa-fast-forward:before{content:"\f050"}
.fa-fax:before{content:"\f1ac"}
.fa-female:before{content:"\f182"}
.fa-file:before{content:"\f15b"}
.fa-file-alt:before{content:"\f15c"}
.fa-file-archive:before{content:"\f1c6"}
.fa-file-audio:before{content:"\f1c7"}
.fa-file-code:before{content:"\f1c9"}
.fa-file-download:before{content:"\f56d"}
.fa-file-excel:before{content:"\f1c3"}
.fa-file-image:before{content:"\f1c5"}
.fa-file-invoice:before{content:"\f570"}
.fa-file-invoice-dollar:before{content:"\f571"}
.fa-file-pdf:before{content:"\f1c1"}
.fa-file-upload:before{content:"\f574"}
.fa-file-video:before{content:"\f1c8"}
.fa-file-word:before{content:"\f1c2"}
.fa-filter:before{content:"\f0b0"}
.fa-fingerprint:before{content:"\f577"}
.fa-fire:before{content:"\f06d"}
.fa-fire-alt:before{content:"\f7e4"}
.fa-flag:before{content:"\f024"}
.fa-flag-checkered:before{content:"\f11e"}
.fa-folder:before{content:"\f07b"}
.fa-folder-open:before{content:"\f07c"}
.fa-font:before{content:"\f031"}
.fa-forward:before{content:"\f04e"}
.fa-frown:before{content:"\f119"}
.fa-gem:before{content:"\f3a5"}
.fa-gift:before{content:"\f06b"}
.fa-github:before{content:"\f09b"}
.fa-globe:before{content:"\f0ac"}
.fa-globe-asia:before{content:"\f57e"}
.fa-google:before{content:"\f1a0"}
.fa-graduation-cap:before{content:"\f19d"}
.fa-hashtag:before{content:"\f292"}
.fa-hdd:before{content:"\f0a0"}
.fa-headphones:before{content:"\f025"}
.fa-headset:before{content:"\f590"}
.fa-heart:before{content:"\f004"}
.fa-history:before{content:"\f1da"}
.fa-home:before{content:"\f015"}
.fa-image:before{content:"\f03e"}
.fa-images:before{content:"\f302"}
.fa-inbox:before{content:"\f01c"}
.fa-info:before{content:"\f129"}
.fa-info-circle:before{content:"\f05a"}
.fa-instagram:before{content:"\f16d"}
.fa-key:before{content:"\f084"}
.fa-keyboard:before{content:"\f11c"}
.fa-laptop:before{content:"\f109"}
.fa-laptop-code:before{content:"\f5fc"}
.fa-leaf:before{content:"\f06c"}
.fa-life-ring:before{content:"\f1cd"}
.fa-lightbulb:before{content:"\f0eb"}
.fa-link:before{content:"\f0c1"}
.fa-linkedin:before{content:"\f08c"}
.fa-list:before{content:"\f03a"}
.fa-list-alt:before{content:"\f022"}
.fa-list-ol:before{content:"\f0cb"}
.fa-list-ul:before{content:"\f0ca"}
.fa-location-arrow:before{content:"\f124"}
.fa-lock:before{content:"\f023"}
.fa-lock-open:before{content:"\f3c1"}
.fa-magic:before{content:"\f0d0"}
.fa-magnet:before{content:"\f076"}
.fa-mail-bulk:before{content:"\f674"}
.fa-male:before{content:"\f183"}
.fa-map:before{content:"\f279"}
.fa-map-marker:before{content:"\f041"}
.fa-map-marker-alt:before{content:"\f3c5"}
.fa-map-pin:before{content:"\f276"}
.fa-medal:before{content:"\f5a2"}
.fa-microphone:before{content:"\f130"}
.fa-minus:before{content:"\f068"}
.fa-minus-circle:before{content:"\f056"}
.fa-minus-square:before{content:"\f146"}
.fa-mobile:before{content:"\f10b"}
.fa-mobile-alt:before{content:"\f3cd"}
.fa-money-bill:before{content:"\f0d6"}
.fa-money-bill-alt:before{content:"\f3d1"}
.fa-money-bill-wave:before{content:"\f53a"}
.fa-money-check:before{content:"\f53c"}
.fa-money-check-alt:before{content:"\f53d"}
.fa-moon:before{content:"\f186"}
.fa-network-wired:before{content:"\f6ff"}
.fa-newspaper:before{content:"\f1ea"}
.fa-paper-plane:before{content:"\f1d8"}
.fa-paperclip:before{content:"\f0c6"}
.fa-paragraph:before{content:"\f1dd"}
.fa-paste:before{content:"\f0ea"}
.fa-pause:before{content:"\f04c"}
.fa-paw:before{content:"\f1b0"}
.fa-pen:before{content:"\f304"}
.fa-pen-alt:before{content:"\f305"}
.fa-pencil-alt:before{content:"\f303"}
.fa-percent:before{content:"\f295"}
.fa-percentage:before{content:"\f541"}
.fa-phone:before{content:"\f095"}
.fa-phone-alt:before{content:"\f879"}
.fa-phone-square:before{content:"\f098"}
.fa-phone-volume:before{content:"\f2a0"}
.fa-pie-chart:before{content:"\f200"}
.fa-piggy-bank:before{content:"\f4d3"}
.fa-play:before{content:"\f04b"}
.fa-play-circle:before{content:"\f144"}
.fa-plus:before{content:"\f067"}
.fa-plus-circle:before{content:"\f055"}
.fa-plus-square:before{content:"\f0fe"}
.fa-power-off:before{content:"\f011"}
.fa-print:before{content:"\f02f"}
.fa-question:before{content:"\f128"}
.fa-question-circle:before{content:"\f059"}
.fa-quote-left:before{content:"\f10d"}
.fa-quote-right:before{content:"\f10e"}
.fa-random:before{content:"\f074"}
.fa-receipt:before{content:"\f543"}
.fa-recycle:before{content:"\f1b8"}
.fa-redo:before{content:"\f01e"}
.fa-redo-alt:before{content:"\f2f9"}
.fa-refresh:before{content:"\f021"}
.fa-reply:before{content:"\f3e5"}
.fa-reply-all:before{content:"\f122"}
.fa-retweet:before{content:"\f079"}
.fa-road:before{content:"\f018"}
.fa-rocket:before{content:"\f135"}
.fa-rss:before{content:"\f09e"}
.fa-save:before{content:"\f0c7"}
.fa-search:before{content:"\f002"}
.fa-search-minus:before{content:"\f010"}
.fa-search-plus:before{content:"\f00e"}
.fa-server:before{content:"\f233"}
.fa-share:before{content:"\f064"}
.fa-share-alt:before{content:"\f1e0"}
.fa-share-square:before{content:"\f14d"}
.fa-shield-alt:before{content:"\f3ed"}
.fa-shopping-basket:before{content:"\f291"}
.fa-shopping-bag:before{content:"\f290"}
.fa-shopping-cart:before{content:"\f07a"}
.fa-shower:before{content:"\f2cc"}
.fa-sign:before{content:"\f4d9"}
.fa-sign-in-alt:before{content:"\f2f6"}
.fa-sign-out-alt:before{content:"\f2f5"}
.fa-signal:before{content:"\f012"}
.fa-signature:before{content:"\f5b7"}
.fa-sitemap:before{content:"\f0e8"}
.fa-sliders-h:before{content:"\f1de"}
.fa-smile:before{content:"\f118"}
.fa-snowflake:before{content:"\f2dc"}
.fa-sort:before{content:"\f0dc"}
.fa-sort-alpha-down:before{content:"\f15d"}
.fa-sort-alpha-up:before{content:"\f15e"}
.fa-sort-amount-down:before{content:"\f160"}
.fa-sort-amount-up:before{content:"\f161"}
.fa-sort-down:before{content:"\f0dd"}
.fa-sort-up:before{content:"\f0de"}
.fa-spinner:before{content:"\f110"}
.fa-square:before{content:"\f0c8"}
.fa-star:before{content:"\f005"}
.fa-star-half:before{content:"\f089"}
.fa-step-backward:before{content:"\f048"}
.fa-step-forward:before{content:"\f051"}
.fa-stop:before{content:"\f04d"}
.fa-stop-circle:before{content:"\f28d"}
.fa-stopwatch:before{content:"\f2f2"}
.fa-store:before{content:"\f54e"}
.fa-store-alt:before{content:"\f54f"}
.fa-stream:before{content:"\f550"}
.fa-suitcase:before{content:"\f0f2"}
.fa-sun:before{content:"\f185"}
.fa-sync:before{content:"\f021"}
.fa-sync-alt:before{content:"\f2f1"}
.fa-tablet:before{content:"\f10a"}
.fa-tachometer-alt:before{content:"\f3fd"}
.fa-tag:before{content:"\f02b"}
.fa-tags:before{content:"\f02c"}
.fa-tasks:before{content:"\f0ae"}
.fa-telegram:before{content:"\f2c6"}
.fa-telegram-plane:before{content:"\f3fe"}
.fa-th:before{content:"\f00a"}
.fa-th-large:before{content:"\f009"}
.fa-th-list:before{content:"\f00b"}
.fa-thumbs-down:before{content:"\f165"}
.fa-thumbs-up:before{content:"\f164"}
.fa-thumbtack:before{content:"\f08d"}
.fa-ticket-alt:before{content:"\f3ff"}
.fa-times:before{content:"\f00d"}
.fa-times-circle:before{content:"\f057"}
.fa-toggle-off:before{content:"\f204"}
.fa-toggle-on:before{content:"\f205"}
.fa-toolbox:before{content:"\f552"}
.fa-tools:before{content:"\f7d9"}
.fa-trash:before{content:"\f1f8"}
.fa-trash-alt:before{content:"\f2ed"}
.fa-trash-restore:before{content:"\f829"}
.fa-trophy:before{content:"\f091"}
.fa-truck:before{content:"\f0d1"}
.fa-twitter:before{content:"\f099"}
.fa-twitter-square:before{content:"\f081"}
.fa-undo:before{content:"\f0e2"}
.fa-undo-alt:before{content:"\f2ea"}
.fa-university:before{content:"\f19c"}
.fa-unlink:before{content:"\f127"}
.fa-unlock:before{content:"\f09c"}
.fa-unlock-alt:before{content:"\f13e"}
.fa-upload:before{content:"\f093"}
.fa-user:before{content:"\f007"}
.fa-user-alt:before{content:"\f406"}
.fa-user-check:before{content:"\f4fc"}
.fa-user-circle:before{content:"\f2bd"}
.fa-user-clock:before{content:"\f4fd"}
.fa-user-cog:before{content:"\f4fe"}
.fa-user-edit:before{content:"\f4ff"}
.fa-user-friends:before{content:"\f500"}
.fa-user-graduate:before{content:"\f501"}
.fa-user-lock:before{content:"\f502"}
.fa-user-md:before{content:"\f0f0"}
.fa-user-minus:before{content:"\f503"}
.fa-user-plus:before{content:"\f234"}
.fa-user-secret:before{content:"\f21b"}
.fa-user-shield:before{content:"\f505"}
.fa-user-tag:before{content:"\f507"}
.fa-user-tie:before{content:"\f508"}
.fa-user-times:before{content:"\f235"}
.fa-users:before{content:"\f0c0"}
.fa-users-cog:before{content:"\f509"}
.fa-utensils:before{content:"\f2e7"}
.fa-video:before{content:"\f03d"}
.fa-volume-down:before{content:"\f027"}
.fa-volume-mute:before{content:"\f6a9"}
.fa-volume-off:before{content:"\f026"}
.fa-volume-up:before{content:"\f028"}
.fa-wallet:before{content:"\f555"}
.fa-warehouse:before{content:"\f494"}
.fa-whatsapp:before{content:"\f232"}
.fa-wifi:before{content:"\f1eb"}
.fa-window-close:before{content:"\f410"}
.fa-window-maximize:before{content:"\f2d0"}
.fa-window-minimize:before{content:"\f2d1"}
.fa-window-restore:before{content:"\f2d2"}
.fa-wrench:before{content:"\f0ad"}
.fa-youtube:before{content:"\f167"}
.fa-youtube-square:before{content:"\f431"}
.fa-shield-virus:before{content:"\e06c"}
.fa-virus:before{content:"\e074"}
.fa-shopping-cart:before{content:"\f07a"}
.fa-credit-card:before{content:"\f09d"}
.fa-id-card:before{content:"\f2c2"}
.fa-handshake:before{content:"\f2b5"}
.fa-cloud-meatball:before{content:"\f73b"}
.fa-server:before{content:"\f233"}
.fa-globe-africa:before{content:"\f57c"}
.fa-globe-americas:before{content:"\f57d"}
.fa-globe-europe:before{content:"\f7a2"}
.fa-question-circle:before{content:"\f059"}
.fa-life-ring:before{content:"\f1cd"}
.fa-cog:before{content:"\f013"}
.fa-bolt:before{content:"\f0e7"}
.fa-rocket:before{content:"\f135"}
.fa-cloud-upload:before{content:"\f0ee"}
.fa-cloud-download:before{content:"\f0ed"}
.fa-mobile-alt:before{content:"\f3cd"}
.fa-tag:before{content:"\f02b"}
.fa-tags:before{content:"\f02c"}
.fa-key:before{content:"\f084"}
.fa-link:before{content:"\f0c1"}
.fa-cubes:before{content:"\f1b3"}
.fa-coins:before{content:"\f51e"}
.fa-comments-dollar:before{content:"\f653"}
.fa-comment-dollar:before{content:"\f651"}
.fa-money-check-alt:before{content:"\f53d"}
.fa-money-bill-wave:before{content:"\f53a"}
.fa-piggy-bank:before{content:"\f4d3"}
.fa-receipt:before{content:"\f543"}
.fa-file-invoice-dollar:before{content:"\f571"}
.fa-balance-scale:before{content:"\f24e"}
.fa-shield-alt:before{content:"\f3ed"}
.fa-user-shield:before{content:"\f505"}
.fa-clipboard-check:before{content:"\f46c"}
.fa-clipboard-list:before{content:"\f46d"}
.fa-ban:before{content:"\f05e"}
.fa-check-circle:before{content:"\f058"}
.fa-times-circle:before{content:"\f057"}
.fa-info-circle:before{content:"\f05a"}
.fa-exclamation-circle:before{content:"\f06a"}
.fa-exclamation-triangle:before{content:"\f071"}
.fa-bell:before{content:"\f0f3"}
.fa-fire-alt:before{content:"\f7e4"}
.fa-bullhorn:before{content:"\f0a1"}
.fa-comments:before{content:"\f086"}
.fa-comment-medical:before{content:"\f7f5"}
.fa-tachometer-alt:before{content:"\f3fd"}
.fa-hdd:before{content:"\f0a0"}
.fa-memory:before{content:"\f538"}
.fa-microchip:before{content:"\f2db"}
.fa-database:before{content:"\f1c0"}
.fa-headset:before{content:"\f590"}
.fa-life-ring:before{content:"\f1cd"}
.fa-life-saver:before{content:"\f1cd"}
.fa-sticky-note:before{content:"\f249"}
.fa-map-marker-alt:before{content:"\f3c5"}
.fa-shield-virus:before{content:"\e06c"}
.fa-money-bill-wave:before{content:"\f53a"}

/* Brand icons */
.fa-android:before{content:"\f17b"}
.fa-apple:before{content:"\f179"}
.fa-bitcoin:before{content:"\f379"}
.fa-cc-amex:before{content:"\f1f3"}
.fa-cc-mastercard:before{content:"\f1f1"}
.fa-cc-paypal:before{content:"\f1f4"}
.fa-cc-stripe:before{content:"\f1f5"}
.fa-cc-visa:before{content:"\f1f0"}
.fa-cpanel:before{content:"\f388"}
.fa-firefox:before{content:"\f269"}
.fa-google-pay:before{content:"\e079"}
.fa-paypal:before{content:"\f1ed"}
.fa-stripe:before{content:"\f429"}
.fa-whmcs:before{content:"\f40d"}
.fa-windows:before{content:"\f17a"}
.fa-linux:before{content:"\f17c"}
.fa-chrome:before{content:"\f268"}
.fa-edge:before{content:"\f282"}
.fa-safari:before{content:"\f267"}

/* Animation classes */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0%  { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); }
}
@keyframes fa-spin {
  0%  { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); }
}

/* ============ FORCE FAR/FAD TO USE SOLID ============ */
i.far, i.fad, i.fal {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
}
