/* Font Awesome icons used in the application */

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-plus:before {
  content: "\f067";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-box:before {
  content: "\f466";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-history:before {
  content: "\f1da";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-sync:before {
  content: "\f021";
}

.fa-key:before {
  content: "\f084";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-check:before {
  content: "\f00c";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-phone:before {
  content: "\f095";
}

.fa-github:before {
  content: "\f09b";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-2x {
  font-size: 2em;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-auto {
  margin-right: auto !important;
}