/* from font-awesome, we only use a few icons currently so include it manually */

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/static/fa/webfonts/fa-solid-900.eot");
  src: url("/static/fa/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/static/fa/webfonts/fa-solid-900.woff2") format("woff2"), url("/static/fa/webfonts/fa-solid-900.woff") format("woff"), url("/static/fa/webfonts/fa-solid-900.ttf") format("truetype"), url("/static/fa/webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas,
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

.fa-user:before {
  content: "\f007";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-film:before {
    content: "\f008";
}

.fa-cog:before {
    content: "\f013";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-sync-alt:before {
    content: "\f2f1";
}

.fa-check:before {
    content: "\f00c";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-user-friends:before {
    content: "\f500";
}

.fa-smile:before {
    content: "\f118";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

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

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

.fa-xs {
  font-size: .75em; }

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

.fa-spin {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: fa-spin;
}
