/**
 * https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.css
 * Get custom css from this cdn
 */

.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-check:before {
content: "\f00c"; }

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

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

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

.fa-square:before {
content: "\f0c8"; }

.fa-square-full:before {
content: "\f45c"; }

.fa-square-root-alt:before {
content: "\f698"; }

.fa-squarespace:before {
content: "\f5be"; }

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

.fa-circle-notch:before {
content: "\f1ce"; }

.fa-arrow-alt-circle-down:before {
content: "\f358"; }

.fa-arrow-alt-circle-left:before {
content: "\f359"; }

.fa-arrow-alt-circle-right:before {
content: "\f35a"; }

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

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

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

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

.fa-long-arrow-alt-down:before {
content: "\f309"; }

.fa-long-arrow-alt-left:before {
content: "\f30a"; }

.fa-long-arrow-alt-right:before {
content: "\f30b"; }

.fa-long-arrow-alt-up:before {
content: "\f30c"; }

.fa-chevron-left:before {
content: "\f053"; }

.fa-chevron-right:before {
content: "\f054"; }

.fa-angle-left:before {
content: "\f104"; }

.fa-angle-right:before {
content: "\f105"; }

.fa-star:before {
content: "\f005"; }

.fa-window-close:before {
content: "\f410"; }

.fa-ban:before {
content: "\f05e"; }

.fa-times:before {
content: "\f00d"; }

.fa-times-circle:before {
content: "\f057"; }

.fa-dot-circle:before {
content: "\f192"; }

.fa-thumbs-down:before {
content: "\f165"; }

.fa-thumbs-up:before {
content: "\f164"; }

.fa-equals:before {
content: "\f52c"; }

.fa-ellipsis-h:before {
content: "\f141"; }

.fa-minus:before {
content: "\f068"; }

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./fonts/fa-regular-400.eot");
  src: url("./fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("./fonts/fa-regular-400.woff2") format("woff2"), url("./fonts/fa-regular-400.woff") format("woff"), url("./fonts/fa-regular-400.ttf") format("truetype"); }

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

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