.fa,
.fa-svg {
  display: inline-block;
  width: 1em;
  height: 1em;
  color: inherit;
  fill: currentColor;
  flex: none;
  vertical-align: -0.125em;
}

.fa {
  line-height: 1;
}

.fa-svg {
  overflow: visible;
}

.fa-fw,
.fa-svg.fa-fw {
  width: 1.25em;
  text-align: center;
}

.fa-lg,
.fa-svg.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

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

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

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

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

  100% {
    transform: rotate(360deg);
  }
}
