/* Font Awesome replacements for legacy flaticon classes */

[class^="flaticon-"]::before,
[class*=" flaticon-"]::before {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
    font-style: normal;
}

.flaticon-fit::before { content: "\f54f" !important; }
.flaticon-target::before { content: "\f140" !important; }
.flaticon-chart::before { content: "\f201" !important; }
.flaticon-customer-service::before { content: "\f590" !important; }
.flaticon-report::before { content: "\f0f8" !important; }
.flaticon-plan::before { content: "\f15c" !important; }
.flaticon-piggy-bank::before { content: "\f51a" !important; }
.flaticon-money::before { content: "\f4c0" !important; }
.flaticon-graph::before { content: "\f275" !important; }
.flaticon-research::before { content: "\f19d" !important; }
.flaticon-start::before { content: "\f135" !important; }
.flaticon-quality-badge::before { content: "\f559" !important; }
.flaticon-value::before { content: "\f3a5" !important; }
.flaticon-presentation::before { content: "\f1c8" !important; }
.flaticon-diamond::before { content: "\f3a5" !important; }
.flaticon-support::before { content: "\f590" !important; }

.icon_close::before {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
    content: "\f00d" !important;
}

.arrow_right::before {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
    content: "\f061" !important;
}
