@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.eot");
  src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), 
       url("../webfonts/fa-solid-900.woff2") format("woff2"), 
       url("../webfonts/fa-solid-900.woff") format("woff"), 
       url("../webfonts/fa-solid-900.ttf") format("truetype"), 
       url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/* Icon Mappings used in the project */
.fa-home:before { content: "\f015"; }
.fa-file-invoice:before { content: "\f570"; }
.fa-pills:before { content: "\f484"; }
.fa-history:before { content: "\f1da"; }
.fa-tags:before { content: "\f02b"; }
.fa-wallet:before { content: "\f555"; }
.fa-calendar-check:before { content: "\f274"; }
.fa-users:before { content: "\f0c0"; }
.fa-save:before { content: "\f0c7"; }
.fa-plus:before { content: "\f067"; }
.fa-plus-circle:before { content: "\f055"; }
.fa-trash:before { content: "\f1f8"; }
.fa-trash-alt:before { content: "\f2ed"; }
.fa-edit:before { content: "\f044"; }
.fa-print:before { content: "\f02f"; }
.fa-check-circle:before { content: "\f058"; }
.fa-exclamation-triangle:before { content: "\f071"; }
.fa-exclamation-circle:before { content: "\f06a"; }
.fa-phone-alt:before { content: "\f879"; }
.fa-search:before { content: "\f002"; }
.fa-paper-plane:before { content: "\f1d8"; }
.fa-file-pdf:before { content: "\f1c1"; }
.fa-money-bill-wave:before { content: "\f53a"; }
.fa-file-invoice-dollar:before { content: "\f670"; }
.fa-box:before { content: "\f466"; }
.fa-bolt:before { content: "\f0e7"; }
.fa-list:before { content: "\f03a"; }
.fa-check:before { content: "\f00c"; }
.fa-filter:before { content: "\f0b0"; }
.fa-calendar-times:before { content: "\f273"; }
.fa-chart-line:before { content: "\f201"; }
.fa-sign-out-alt:before { content: "\f2f5"; }
.fa-user-circle:before { content: "\f2bd"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-money-check-alt:before { content: "\f53d"; }
.fa-book:before { content: "\f02d"; }
.fa-bars:before { content: "\f0c9"; }
.fa-user:before { content: "\f007"; }
.fa-user-alt:before { content: "\f406"; }
.fa-cog:before { content: "\f013"; }
.fa-user-shield:before { content: "\f505"; }
.fa-prescription-bottle-medical:before { content: "\f485"; }
.fa-times:before { content: "\f00d"; }
.fa-bullhorn:before { content: "\f0a1"; }
.fa-user-friends:before { content: "\f500"; }
.fa-truck-loading:before { content: "\f4de"; }
.fa-undo:before { content: "\f0e2"; }
.fa-address-book:before { content: "\f2b9"; } /* Solid version */
.fa-id-badge:before { content: "\f2c1"; }
.fa-tools:before { content: "\f7d9"; }
.fa-users-cog:before { content: "\f509"; }
.fa-user-tie:before { content: "\f508"; }
.fa-crown:before { content: "\f521"; }
.fa-medal:before { content: "\f5a2"; }
.fa-award:before { content: "\f559"; }
.fa-star-half-alt:before { content: "\f5c0"; }
.fa-seedling:before { content: "\f4d8"; }

/* Utility classes */
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
@keyframes fa-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(359deg); } }