/*!
 * Flaticon-derived class names wired to Font Awesome 6 Free (loaded in HTML).
 */

i[class^="flaticon-"]:before,
i[class*=" flaticon-"]:before {
  font-family: "Font Awesome 6 Free" !important;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.flaticon-caret-down:before {
  content: "\f107";
}

.flaticon-top-right:before {
  content: "\f062";
  display: inline-block;
  transform: rotate(45deg);
}
