/*!
 * Font Awesome Free 6.0.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 Definitions */
@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");
}

@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");
}

@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");
}

/* Base Classes */
.fa,
.fas,
.far,
.fal,
.fad,
.fab,
.fak {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.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;
}

/* Icon Definitions - Core Icons Used in dozoplus */
.fa-code:before { content: "\f121"; }
.fa-magic:before { content: "\f0d0"; }
.fa-shield-alt:before { content: "\f3ed"; }
.fa-exchange-alt:before { content: "\f362"; }
.fa-edit:before { content: "\f044"; }
.fa-not-equal:before { content: "\f53e"; }
.fa-graduation-cap:before { content: "\f19d"; }
.fa-code-branch:before { content: "\f126"; }
.fa-home:before { content: "\f015"; }
.fa-moon:before { content: "\f186"; }
.fa-sun:before { content: "\f185"; }
.fa-compress:before { content: "\f066"; }
.fa-trash:before { content: "\f1f8"; }
.fa-copy:before { content: "\f0c5"; }
.fa-download:before { content: "\f019"; }
.fa-share-alt:before { content: "\f1e0"; }
.fa-check:before { content: "\f00c"; }
.fa-check-circle:before { content: "\f058"; }
.fa-exclamation-circle:before { content: "\f06a"; }
.fa-search:before { content: "\f002"; }
.fa-bolt:before { content: "\f0e7"; }
.fa-brain:before { content: "\f5dc"; }
.fa-history:before { content: "\f1da"; }
.fa-fire:before { content: "\f06d"; }
.fa-users:before { content: "\f0c0"; }
.fa-layer-group:before { content: "\f5fd"; }
.fa-sync-alt:before { content: "\f2f1"; }
.fa-table:before { content: "\f0ce"; }
.fa-file-alt:before { content: "\f15c"; }
.fa-list:before { content: "\f03a"; }
.fa-link:before { content: "\f0c1"; }
.fa-lightbulb:before { content: "\f0eb"; }
.fa-rocket:before { content: "\f135"; }
.fa-bug:before { content: "\f188"; }
.fa-database:before { content: "\f1c0"; }
.fa-globe:before { content: "\f0ac"; }
.fa-toolbox:before { content: "\f552"; }
.fa-play-circle:before { content: "\f144"; }
.fa-book-open:before { content: "\f518"; }
.fa-brackets-curly:before { content: "\f7ea"; }
.fa-file-code:before { content: "\f1c9"; }
.fa-balance-scale:before { content: "\f24e"; }
.fa-wpforms:before { content: "\f298"; }
.fa-times:before { content: "\f00d"; }
.fa-plus:before { content: "\f067"; }
.fa-cogs:before { content: "\f085"; }
.fa-plug:before { content: "\f1e6"; }
.fa-lock:before { content: "\f023"; }
.fa-cloud:before { content: "\f0c2"; }
.fa-mobile-alt:before { content: "\f3cd"; }
.fa-paper-plane:before { content: "\f1d8"; }
.fa-spinner:before { content: "\f110"; }
.fa-circle:before { content: "\f111"; }
.fa-info-circle:before { content: "\f05a"; }

/* Brand Icons */
.fa-github:before { content: "\f09b"; }
.fa-stack-overflow:before { content: "\f16c"; }
.fa-twitter:before { content: "\f099"; }
.fa-linkedin:before { content: "\f08c"; }

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

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

/* Size Classes */
.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-lg {
  font-size: 1.25em;
}

.fa-xl {
  font-size: 1.5em;
}

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

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

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

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

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

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
  margin-right: 0.3em;
}

.fa-pull-right {
  float: right;
  margin-left: 0.3em;
}

/* Rotation and Flip */
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both {
  transform: scale(-1, -1);
}
