/* Map old flaticon classes to Font Awesome */
.tg-flaticon-menu:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f0c9"; /* fa-bars */
}

.tg-flaticon-menu-1:before,
.tg-flaticon-menu-2:before,
.tg-flaticon-dots-menu:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f142"; /* fa-ellipsis-v (vertical dots) */
}

.tg-flaticon-close:before,
.tg-flaticon-close-1:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f00d"; /* fa-xmark */
}

.tg-flaticon-arrowhead-up:before,
.tg-flaticon-arrow-up:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f062"; /* fa-arrow-up */
}

.tg-flaticon-plus:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\2b"; /* fa-plus */
}

.tg-flaticon-minus-sign:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f068"; /* fa-minus */
}
