:where(.page-focused-flow, .song-apply-shell) .fa {
  display: inline-block;
  font-style: normal;
  font-weight: inherit;
  line-height: 1;
  min-width: 1em;
  text-align: center;
}

:where(.page-focused-flow, .song-apply-shell) .fa-file-text-o {
  position: relative;
  width: 0.82em;
  height: 1em;
  min-width: 0.82em;
  border: 1.5px solid currentColor;
  border-radius: 1px;
}
:where(.page-focused-flow, .song-apply-shell) .fa-file-text-o::before {
  position: absolute;
  top: 0.3em;
  right: 0.12em;
  left: 0.12em;
  height: 1.5px;
  background: currentColor;
  box-shadow: 0 0.2em 0 currentColor, 0 0.4em 0 currentColor;
  content: "";
}
:where(.page-focused-flow, .song-apply-shell) .fa-users::before { content: "2"; }
:where(.page-focused-flow, .song-apply-shell) .fa-paper-plane::before { content: ">"; }
:where(.page-focused-flow, .song-apply-shell) .fa-chevron-left::before { content: "<"; }
:where(.page-focused-flow, .song-apply-shell) .fa-chevron-right::before { content: ">"; }
:where(.page-focused-flow, .song-apply-shell) .fa-id-card-o::before { content: "ID"; font-size: 0.8em; }
:where(.page-focused-flow, .song-apply-shell) .fa-paperclip::before { content: "@"; }
:where(.page-focused-flow, .song-apply-shell) .fa-check::before { content: "\2713"; }
:where(.page-focused-flow, .song-apply-shell) .fa-spinner::before { content: "..."; }
:where(.page-focused-flow, .song-apply-shell) .fa-ban::before { content: "!"; }
:where(.page-focused-flow, .song-apply-shell) .fa-exclamation-circle::before { content: "!"; }
:where(.page-focused-flow, .song-apply-shell) .fa-external-link::before { content: ">"; }
:where(.page-focused-flow, .song-apply-shell) .fa-info-circle::before { content: "i"; }
:where(.page-focused-flow, .song-apply-shell) :is(.fa-calendar, .fa-plane, .fa-clock-o) {
  font-family: FontAwesome;
  font-weight: normal;
}
:where(.page-focused-flow, .song-apply-shell) .fa-calendar::before { content: "\f073"; }
:where(.page-focused-flow, .song-apply-shell) .fa-plane::before { content: "\f072"; }
:where(.page-focused-flow, .song-apply-shell) .fa-clock-o::before { content: "\f017"; }
:where(.page-focused-flow, .song-apply-shell) .fa-minus::before { content: "-"; }
:where(.page-focused-flow, .song-apply-shell) .fa-plus::before { content: "+"; }
:where(.page-focused-flow, .song-apply-shell) .fa-credit-card {
  position: relative;
  width: 1.15em;
  height: 0.78em;
  min-width: 1.15em;
  border: 1.5px solid currentColor;
  border-radius: 2px;
  vertical-align: -0.08em;
}

:where(.page-focused-flow, .song-apply-shell) .fa-credit-card::before {
  position: absolute;
  top: 0.22em;
  left: 0;
  right: 0;
  border-top: 1.5px solid currentColor;
  content: "";
}
:where(.page-focused-flow, .song-apply-shell) .fa-lock {
  position: relative;
  width: 0.9em;
  height: 0.68em;
  min-width: 0.9em;
  margin-top: 0.28em;
  border: 1.5px solid currentColor;
  border-radius: 2px;
}

:where(.page-focused-flow, .song-apply-shell) .fa-lock::before {
  position: absolute;
  right: 0.16em;
  bottom: calc(100% - 1px);
  left: 0.16em;
  height: 0.45em;
  border: 1.5px solid currentColor;
  border-bottom: 0;
  border-radius: 0.45em 0.45em 0 0;
  content: "";
}

:where(.page-focused-flow, .song-apply-shell) .fa-comments-o::before {
  content: "?";
  font-size: 0.82em;
  font-weight: 800;
}

:where(.page-focused-flow, .song-apply-shell) .fa-spin {
  animation: vfr-fa-spin 1s linear infinite;
}

/* The focused header has the real Font Awesome font available. Keep the
   form-only CSS icon fallbacks out of the shared application shell. */
.page-focused-flow .vfr-focused-header .fa {
  width: auto;
  height: auto;
  min-width: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.page-focused-flow .vfr-focused-header .fa::before {
  position: static;
  display: inline;
  width: auto;
  height: auto;
  border: 0;
  background: none;
  box-shadow: none;
  font-family: FontAwesome;
}

.page-focused-flow .vfr-focused-header .fa-file-text-o::before {
  content: "\f0f6";
}

.page-focused-flow .vfr-focused-header .fa-lock::before {
  content: "\f023";
}

.page-focused-flow .vfr-focused-header .fa-comments-o::before {
  content: "\f0e6";
}

@keyframes vfr-fa-spin {
  to { transform: rotate(360deg); }
}
