/*!
 * Font Awesome Free 6.5.1 - Bundled for PDS WhatsApp Leads
 * Paths adjusted for /assets/css/ location -> /assets/webfonts/
 */

/* === FONT FACES === */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"),
       url("../webfonts/fa-solid-900.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2"),
       url("../webfonts/fa-brands-400.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2"),
       url("../webfonts/fa-regular-400.ttf") format("truetype");
}

/* === BASE === */
.fa, .fas, .fa-solid,
.far, .fa-regular,
.fab, .fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fa, .fas, .fa-solid { font-family: "Font Awesome 6 Free"; font-weight: 900; }
.far, .fa-regular     { font-family: "Font Awesome 6 Free"; font-weight: 400; }
.fab, .fa-brands      { font-family: "Font Awesome 6 Brands"; font-weight: 400; }

/* === SIZING === */
.fa-xs   { font-size: .75em; }
.fa-sm   { font-size: .875em; }
.fa-lg   { font-size: 1.25em; line-height: .05em; vertical-align: -.075em; }
.fa-xl   { font-size: 1.5em; }
.fa-2xl  { font-size: 2em; }
.fa-2x   { font-size: 2em; }
.fa-3x   { font-size: 3em; }
.fa-4x   { font-size: 4em; }
.fa-5x   { font-size: 5em; }
.fa-fw   { width: 1.25em; text-align: center; }
.fa-spin { animation: fa-spin 2s linear infinite; }
@keyframes fa-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }

/* === SOLID ICONS (fa-solid / .fas) — most commonly used === */
/* General UI */
.fa-house:before { content: "\f015"; }
.fa-home:before { content: "\f015"; }
.fa-user:before { content: "\f007"; }
.fa-users:before { content: "\f0c0"; }
.fa-gear:before { content: "\f013"; }
.fa-cog:before { content: "\f013"; }
.fa-gears:before { content: "\f085"; }
.fa-cogs:before { content: "\f085"; }
.fa-bell:before { content: "\f0f3"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-lock:before { content: "\f023"; }
.fa-lock-open:before { content: "\f3c1"; }
.fa-shield:before { content: "\f132"; }
.fa-shield-halved:before { content: "\f3ed"; }
.fa-shield-check:before { content: "\f2f7"; }
.fa-key:before { content: "\f084"; }
.fa-eye:before { content: "\f06e"; }
.fa-eye-slash:before { content: "\f070"; }
.fa-magnifying-glass:before { content: "\f002"; }
.fa-search:before { content: "\f002"; }
.fa-filter:before { content: "\f0b0"; }
.fa-sliders:before { content: "\f1de"; }
.fa-bars:before { content: "\f0c9"; }
.fa-xmark:before { content: "\f00d"; }
.fa-times:before { content: "\f00d"; }
.fa-check:before { content: "\f00c"; }
.fa-check-circle:before { content: "\f058"; }
.fa-circle-check:before { content: "\f058"; }
.fa-circle-xmark:before { content: "\f057"; }
.fa-times-circle:before { content: "\f057"; }
.fa-circle-exclamation:before { content: "\f06a"; }
.fa-exclamation-circle:before { content: "\f06a"; }
.fa-triangle-exclamation:before { content: "\f071"; }
.fa-exclamation-triangle:before { content: "\f071"; }
.fa-info-circle:before { content: "\f05a"; }
.fa-circle-info:before { content: "\f05a"; }
.fa-question-circle:before { content: "\f059"; }
.fa-circle-question:before { content: "\f059"; }
.fa-star:before { content: "\f005"; }
.fa-star-half:before { content: "\f089"; }
.fa-heart:before { content: "\f004"; }
.fa-thumbs-up:before { content: "\f164"; }
.fa-thumbs-down:before { content: "\f165"; }
.fa-flag:before { content: "\f024"; }
.fa-tag:before { content: "\f02b"; }
.fa-tags:before { content: "\f02c"; }
.fa-bookmark:before { content: "\f02e"; }
.fa-certificate:before { content: "\f0a3"; }
.fa-award:before { content: "\f559"; }
.fa-trophy:before { content: "\f091"; }
.fa-gem:before { content: "\f3a5"; }
.fa-crown:before { content: "\f521"; }
.fa-fire:before { content: "\f06d"; }
.fa-bolt:before { content: "\f0e7"; }
.fa-lightning-bolt:before { content: "\f0e7"; }
.fa-rocket:before { content: "\f135"; }
.fa-wand-magic-sparkles:before { content: "\e2ca"; }
.fa-sparkles:before { content: "\f890"; }
.fa-magic:before { content: "\f0d0"; }
/* Data / Analytics */
.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-table:before { content: "\f0ce"; }
.fa-list:before { content: "\f03a"; }
.fa-list-check:before { content: "\f0ae"; }
.fa-tasks:before { content: "\f0ae"; }
.fa-grip:before { content: "\f58d"; }
.fa-gauge:before { content: "\f624"; }
.fa-tachometer-alt:before { content: "\f3fd"; }
.fa-speedometer:before { content: "\f3fd"; }
/* Files / Documents */
.fa-file:before { content: "\f15b"; }
.fa-file-lines:before { content: "\f15c"; }
.fa-file-alt:before { content: "\f15c"; }
.fa-file-pdf:before { content: "\f1c1"; }
.fa-file-image:before { content: "\f1c5"; }
.fa-file-video:before { content: "\f1c8"; }
.fa-file-audio:before { content: "\f1c7"; }
.fa-file-code:before { content: "\f1c9"; }
.fa-file-zipper:before { content: "\f1c6"; }
.fa-file-archive:before { content: "\f1c6"; }
.fa-folder:before { content: "\f07b"; }
.fa-folder-open:before { content: "\f07c"; }
.fa-copy:before { content: "\f0c5"; }
.fa-paste:before { content: "\f0ea"; }
.fa-scissors:before { content: "\f0c4"; }
.fa-cut:before { content: "\f0c4"; }
.fa-trash:before { content: "\f1f8"; }
.fa-trash-can:before { content: "\f2ed"; }
.fa-trash-alt:before { content: "\f2ed"; }
.fa-pen:before { content: "\f304"; }
.fa-pencil:before { content: "\f303"; }
.fa-pen-to-square:before { content: "\f044"; }
.fa-edit:before { content: "\f044"; }
.fa-rotate:before { content: "\f2f1"; }
.fa-undo:before { content: "\f0e2"; }
.fa-redo:before { content: "\f01e"; }
.fa-floppy-disk:before { content: "\f0c7"; }
.fa-save:before { content: "\f0c7"; }
.fa-print:before { content: "\f02f"; }
.fa-download:before { content: "\f019"; }
.fa-upload:before { content: "\f093"; }
.fa-cloud:before { content: "\f0c2"; }
.fa-cloud-upload-alt:before { content: "\f382"; }
.fa-cloud-download-alt:before { content: "\f381"; }
.fa-cloud-arrow-up:before { content: "\f0ee"; }
.fa-cloud-arrow-down:before { content: "\f0ed"; }
/* Communication */
.fa-comment:before { content: "\f075"; }
.fa-comments:before { content: "\f086"; }
.fa-message:before { content: "\f27a"; }
.fa-inbox:before { content: "\f01c"; }
.fa-paper-plane:before { content: "\f1d8"; }
.fa-reply:before { content: "\f3e5"; }
.fa-share:before { content: "\f064"; }
.fa-share-nodes:before { content: "\f1e0"; }
.fa-share-alt:before { content: "\f1e0"; }
.fa-at:before { content: "\f1fa"; }
.fa-phone:before { content: "\f095"; }
.fa-phone-flip:before { content: "\f879"; }
.fa-mobile:before { content: "\f10b"; }
.fa-mobile-alt:before { content: "\f3cd"; }
.fa-mobile-screen:before { content: "\f3cf"; }
.fa-video:before { content: "\f03d"; }
.fa-headset:before { content: "\f590"; }
.fa-microphone:before { content: "\f130"; }
.fa-volume-high:before { content: "\f028"; }
.fa-volume-up:before { content: "\f028"; }
/* Money / Business */
.fa-money-bill:before { content: "\f0d6"; }
.fa-money-bill-wave:before { content: "\f53a"; }
.fa-dollar-sign:before { content: "\f155"; }
.fa-naira-sign:before { content: "\e1f6"; }
.fa-credit-card:before { content: "\f09d"; }
.fa-wallet:before { content: "\f555"; }
.fa-cash-register:before { content: "\f788"; }
.fa-receipt:before { content: "\f543"; }
.fa-store:before { content: "\f54e"; }
.fa-shop:before { content: "\f54f"; }
.fa-bag-shopping:before { content: "\f290"; }
.fa-shopping-bag:before { content: "\f290"; }
.fa-cart-shopping:before { content: "\f07a"; }
.fa-shopping-cart:before { content: "\f07a"; }
.fa-handshake:before { content: "\f2b5"; }
.fa-briefcase:before { content: "\f0b1"; }
.fa-building:before { content: "\f1ad"; }
.fa-industry:before { content: "\f275"; }
.fa-percent:before { content: "\25"; }
.fa-percentage:before { content: "\25"; }
.fa-sack-dollar:before { content: "\f81d"; }
.fa-piggy-bank:before { content: "\f4d3"; }
.fa-coins:before { content: "\f51e"; }
.fa-bank:before { content: "\f19c"; }
.fa-university:before { content: "\f19c"; }
.fa-landmark:before { content: "\f66f"; }
.fa-arrow-trend-up:before { content: "\e098"; }
.fa-arrow-trend-down:before { content: "\e097"; }
/* People / Profile */
.fa-user-plus:before { content: "\f234"; }
.fa-user-minus:before { content: "\f503"; }
.fa-user-check:before { content: "\f4fc"; }
.fa-user-xmark:before { content: "\f235"; }
.fa-user-times:before { content: "\f235"; }
.fa-user-tie:before { content: "\f508"; }
.fa-user-gear:before { content: "\f4fe"; }
.fa-user-cog:before { content: "\f4fe"; }
.fa-user-shield:before { content: "\f505"; }
.fa-users-gear:before { content: "\f509"; }
.fa-person:before { content: "\f183"; }
.fa-id-card:before { content: "\f2c2"; }
.fa-address-card:before { content: "\f2bb"; }
.fa-address-book:before { content: "\f2b9"; }
.fa-contact-card:before { content: "\f2bb"; }
/* Navigation */
.fa-arrow-right:before { content: "\f061"; }
.fa-arrow-left:before { content: "\f060"; }
.fa-arrow-up:before { content: "\f062"; }
.fa-arrow-down:before { content: "\f063"; }
.fa-angles-right:before { content: "\f101"; }
.fa-angle-double-right:before { content: "\f101"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-up:before { content: "\f077"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-caret-right:before { content: "\f0da"; }
.fa-caret-left:before { content: "\f0d9"; }
.fa-caret-up:before { content: "\f0d8"; }
.fa-caret-down:before { content: "\f0d7"; }
.fa-ellipsis:before { content: "\f141"; }
.fa-ellipsis-h:before { content: "\f141"; }
.fa-ellipsis-vertical:before { content: "\f142"; }
.fa-ellipsis-v:before { content: "\f142"; }
.fa-grip-vertical:before { content: "\f58e"; }
/* Location */
.fa-location-dot:before { content: "\f3c5"; }
.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-map:before { content: "\f279"; }
.fa-globe:before { content: "\f0ac"; }
.fa-earth-africa:before { content: "\f57c"; }
.fa-earth-americas:before { content: "\f57d"; }
.fa-compass:before { content: "\f14e"; }
/* Time */
.fa-clock:before { content: "\f017"; }
.fa-calendar:before { content: "\f133"; }
.fa-calendar-days:before { content: "\f073"; }
.fa-calendar-alt:before { content: "\f073"; }
.fa-calendar-check:before { content: "\f274"; }
.fa-calendar-plus:before { content: "\f271"; }
.fa-calendar-xmark:before { content: "\f273"; }
.fa-hourglass:before { content: "\f254"; }
.fa-hourglass-half:before { content: "\f252"; }
.fa-history:before { content: "\f1da"; }
.fa-rotate-left:before { content: "\f2ea"; }
.fa-rotate-right:before { content: "\f2f9"; }
/* Tech */
.fa-code:before { content: "\f121"; }
.fa-terminal:before { content: "\f120"; }
.fa-laptop:before { content: "\f109"; }
.fa-desktop:before { content: "\f108"; }
.fa-server:before { content: "\f233"; }
.fa-database:before { content: "\f1c0"; }
.fa-wifi:before { content: "\f1eb"; }
.fa-network-wired:before { content: "\f6ff"; }
.fa-link:before { content: "\f0c1"; }
.fa-link-slash:before { content: "\f127"; }
.fa-unlink:before { content: "\f127"; }
.fa-qrcode:before { content: "\f029"; }
.fa-barcode:before { content: "\f02a"; }
.fa-robot:before { content: "\f544"; }
.fa-microchip:before { content: "\f2db"; }
.fa-plug:before { content: "\f1e6"; }
.fa-power-off:before { content: "\f011"; }
.fa-toggle-on:before { content: "\f205"; }
.fa-toggle-off:before { content: "\f204"; }
.fa-image:before { content: "\f03e"; }
.fa-images:before { content: "\f302"; }
.fa-camera:before { content: "\f030"; }
.fa-photo-film:before { content: "\f87c"; }
/* Misc */
.fa-sun:before { content: "\f185"; }
.fa-moon:before { content: "\f186"; }
.fa-snowflake:before { content: "\f2dc"; }
.fa-leaf:before { content: "\f06c"; }
.fa-seedling:before { content: "\f4d8"; }
.fa-tree:before { content: "\f1bb"; }
.fa-recycle:before { content: "\f1b8"; }
.fa-ban:before { content: "\f05e"; }
.fa-circle:before { content: "\f111"; }
.fa-square:before { content: "\f0c8"; }
.fa-circle-dot:before { content: "\f192"; }
.fa-dot-circle:before { content: "\f192"; }
.fa-plus:before { content: "\2b"; }
.fa-minus:before { content: "\f068"; }
.fa-divide:before { content: "\f529"; }
.fa-equals:before { content: "\3d"; }
.fa-infinity:before { content: "\f534"; }
.fa-sort:before { content: "\f0dc"; }
.fa-sort-up:before { content: "\f0de"; }
.fa-sort-down:before { content: "\f0dd"; }
.fa-expand:before { content: "\f065"; }
.fa-compress:before { content: "\f066"; }
.fa-maximize:before { content: "\f31e"; }
.fa-minimize:before { content: "\f31d"; }
.fa-right-from-bracket:before { content: "\f2f5"; }
.fa-sign-out-alt:before { content: "\f2f5"; }
.fa-right-to-bracket:before { content: "\f2f6"; }
.fa-sign-in-alt:before { content: "\f2f6"; }
.fa-rotate-right:before { content: "\f2f9"; }
.fa-sync-alt:before { content: "\f2f1"; }
.fa-spinner:before { content: "\f110"; }
.fa-circle-notch:before { content: "\f1ce"; }
.fa-hand:before { content: "\f256"; }
.fa-hand-pointer:before { content: "\f25a"; }
.fa-paper-plane:before { content: "\f1d8"; }
.fa-bullhorn:before { content: "\f0a1"; }
.fa-megaphone:before { content: "\f675"; }
.fa-bell-slash:before { content: "\f1f6"; }
.fa-clipboard:before { content: "\f328"; }
.fa-clipboard-list:before { content: "\f46d"; }
.fa-clipboard-check:before { content: "\f46c"; }
.fa-newspaper:before { content: "\f1ea"; }
.fa-book:before { content: "\f02d"; }
.fa-book-open:before { content: "\f518"; }
.fa-graduation-cap:before { content: "\f19d"; }
.fa-pen-nib:before { content: "\f5ad"; }
.fa-signature:before { content: "\f5b7"; }
.fa-subscript:before { content: "\f12c"; }
.fa-superscript:before { content: "\f12b"; }
.fa-paragraph:before { content: "\f1dd"; }
.fa-heading:before { content: "\f1dc"; }
.fa-italic:before { content: "\f033"; }
.fa-bold:before { content: "\f032"; }
.fa-underline:before { content: "\f0cd"; }
.fa-strikethrough:before { content: "\f0cc"; }
.fa-align-left:before { content: "\f036"; }
.fa-align-right:before { content: "\f038"; }
.fa-align-center:before { content: "\f037"; }
.fa-align-justify:before { content: "\f039"; }

/* === BRANDS === */
.fa-whatsapp:before { content: "\f232"; }
.fa-facebook:before { content: "\f09a"; }
.fa-facebook-f:before { content: "\f39e"; }
.fa-twitter:before { content: "\f099"; }
.fa-x-twitter:before { content: "\e61b"; }
.fa-instagram:before { content: "\f16d"; }
.fa-linkedin:before { content: "\f08c"; }
.fa-linkedin-in:before { content: "\f0e1"; }
.fa-youtube:before { content: "\f167"; }
.fa-tiktok:before { content: "\e07b"; }
.fa-telegram:before { content: "\f2c6"; }
.fa-github:before { content: "\f09b"; }
.fa-gitlab:before { content: "\f296"; }
.fa-google:before { content: "\f1a0"; }
.fa-apple:before { content: "\f179"; }
.fa-android:before { content: "\f17b"; }
.fa-windows:before { content: "\f17a"; }
.fa-chrome:before { content: "\f268"; }
.fa-firefox:before { content: "\f269"; }
.fa-paypal:before { content: "\f1ed"; }
.fa-stripe:before { content: "\f429"; }
.fa-bitcoin:before { content: "\f379"; }
.fa-ethereum:before { content: "\f42e"; }
.fa-cc-visa:before { content: "\f1f0"; }
.fa-cc-mastercard:before { content: "\f1f1"; }
.fa-npm:before { content: "\f3d4"; }
.fa-node:before { content: "\f419"; }
.fa-php:before { content: "\f457"; }
.fa-laravel:before { content: "\f3bd"; }
.fa-react:before { content: "\f41b"; }
.fa-vuejs:before { content: "\f41f"; }
.fa-html5:before { content: "\f13b"; }
.fa-css3:before { content: "\f13c"; }
.fa-js:before { content: "\f3b8"; }

/* === REGULAR (outline) icons === */
.fa-star { }
.far.fa-star:before { content: "\f005"; }
.far.fa-heart:before { content: "\f004"; }
.far.fa-bell:before { content: "\f0f3"; }
.far.fa-bookmark:before { content: "\f02e"; }
.far.fa-envelope:before { content: "\f0e0"; }
.far.fa-comment:before { content: "\f075"; }
.far.fa-comments:before { content: "\f086"; }
.far.fa-user:before { content: "\f007"; }
.far.fa-circle:before { content: "\f111"; }
.far.fa-square:before { content: "\f0c8"; }
.far.fa-calendar:before { content: "\f133"; }
.far.fa-clock:before { content: "\f017"; }
.far.fa-file:before { content: "\f15b"; }
.far.fa-folder:before { content: "\f07b"; }
.far.fa-image:before { content: "\f03e"; }
.far.fa-eye:before { content: "\f06e"; }
.far.fa-copy:before { content: "\f0c5"; }
.far.fa-floppy-disk:before, .far.fa-save:before { content: "\f0c7"; }
.far.fa-trash-can:before { content: "\f2ed"; }

/* === UTILITY CLASSES === */
.fa-pull-left  { float: left; margin-right: .3em; }
.fa-pull-right { float: right; margin-left: .3em; }
.fa-border { border: .08em solid #eee; border-radius: .1em; padding: .2em .25em .15em; }
.fa-li { left: -2em; position: absolute; text-align: center; width: 2em; line-height: inherit; }
.fa-ul { list-style-type: none; margin-left: 2.5em; padding-left: 0; }
.fa-ul > li { position: relative; }
.fa-beat { animation: fa-beat 1s ease infinite; }
@keyframes fa-beat { 0%,90% { transform: scale(1); } 45% { transform: scale(1.25); } }
.fa-fade { animation: fa-fade 2s ease infinite; }
@keyframes fa-fade { 50% { opacity: .4; } }
