/*!
 * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-solid-900.woff2") format("woff2");
}

.fa,
.fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Core icons used in the system */
.fa-pills:before {
  content: "\f484";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-cash-register:before {
  content: "\f788";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-history:before {
  content: "\f1da";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-clock:before {
  content: "\f017";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-cog:before {
  content: "\f013";
}
.fa-user:before {
  content: "\f007";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-search:before {
  content: "\f002";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-times:before {
  content: "\f00d";
}
.fa-minus:before {
  content: "\f068";
}
.fa-plus:before {
  content: "\f067";
}
.fa-print:before {
  content: "\f02f";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-edit:before {
  content: "\f044";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-download:before {
  content: "\f019";
}
.fa-upload:before {
  content: "\f093";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-check:before {
  content: "\f00c";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-home:before {
  content: "\f015";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}

/* Utility classes */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Spinner for loading states */
.spinner-border {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: text-bottom;
  border: 0.125em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 0.875rem;
  height: 0.875rem;
  border-width: 0.125em;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
