/* Font Awesome 6 class aliases for the bundled Font Awesome 5 package. */
.fa-solid,
.fa-regular,
.fa-brands {
    -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-solid { font-family: "Font Awesome 5 Free"; font-weight: 900; }
.fa-regular { font-family: "Font Awesome 5 Free"; font-weight: 400; }
.fa-brands { font-family: "Font Awesome 5 Brands"; font-weight: 400; }
.fa[class*=" fa-"],
.fa[class^="fa fa-"] { font-family: "Font Awesome 5 Free"; font-weight: 900; }

.fa-arrow-down-short-wide:before { content: "\f884"; }
.fa-arrows-rotate:before { content: "\f021"; }
.fa-arrows-turn-right:before { content: "\f3e5"; }
.fa-box-archive:before { content: "\f187"; }
.fa-boxes-stacked:before { content: "\f468"; }
.fa-circle-check:before { content: "\f058"; }
.fa-circle-dot:before { content: "\f192"; }
.fa-circle-exclamation:before { content: "\f06a"; }
.fa-circle-half-stroke:before { content: "\f042"; }
.fa-circle-info:before { content: "\f05a"; }
.fa-clock-rotate-left:before { content: "\f1da"; }
.fa-file-lines:before { content: "\f15c"; }
.fa-floppy-disk:before { content: "\f0c7"; }
.fa-folder-tree:before { content: "\f0e8"; }
.fa-gear:before { content: "\f013"; }
.fa-grip:before { content: "\f58d"; }
.fa-link-slash:before { content: "\f127"; }
.fa-list-timeline:before { content: "\f550"; }
.fa-magnifying-glass:before { content: "\f002"; }
.fa-pen-ruler:before { content: "\f304"; }
.fa-right-left:before { content: "\f362"; }
.fa-rotate:before { content: "\f2f1"; }
.fa-rotate-left:before { content: "\f0e2"; }
.fa-scale-balanced:before { content: "\f24e"; }
.fa-screwdriver-wrench:before { content: "\f7d9"; }
.fa-shield-halved:before { content: "\f3ed"; }
.fa-sliders:before { content: "\f1de"; }
.fa-square-plus:before { content: "\f0fe"; }
.fa-triangle-exclamation:before { content: "\f071"; }
.fa-truck-fast:before { content: "\f48b"; }
.fa-up-right-from-square:before { content: "\f35d"; }
.fa-user-gear:before { content: "\f4fe"; }
.fa-xmark:before { content: "\f00d"; }
