/**
 * FA6 class/name compatibility for local Font Awesome Free 5.15.4.
 * Views use fa-solid / FA6 icon names; AdminLTE ships FA5 (.fas only).
 */
.fa-solid,
.fa-regular,
.fa-brands,
.fa-light,
.fa-thin,
.fa-duotone {
    -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,
.fa-regular {
    font-family: "Font Awesome 5 Free";
}

.fa-brands {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}

.fa-solid {
    font-weight: 900;
}

.fa-regular {
    font-weight: 400;
}

/* FA6 renamed icons → FA5 glyphs */
.fa-arrow-right-to-bracket:before { content: "\f2f6"; }
.fa-arrows-left-right:before { content: "\f337"; }
.fa-arrows-rotate:before { content: "\f2f1"; }
.fa-arrows-up-down:before { content: "\f338"; }
.fa-bridge:before { content: "\f018"; }
.fa-building-columns:before { content: "\f19c"; }
.fa-calendar-xmark:before { content: "\f273"; }
.fa-circle-check:before { content: "\f058"; }
.fa-circle-exclamation:before { content: "\f06a"; }
.fa-circle-info:before { content: "\f05a"; }
.fa-circle-xmark:before { content: "\f057"; }
.fa-clock-rotate-left:before { content: "\f1da"; }
.fa-code-merge:before { content: "\f126"; }
.fa-comment-sms:before { content: "\f7cd"; }
.fa-diagram-project:before { content: "\f542"; }
.fa-file-circle-check:before { content: "\f15b"; }
.fa-file-lines:before { content: "\f15c"; }
.fa-floppy-disk:before { content: "\f0c7"; }
.fa-function:before { content: "\f1ec"; }
.fa-gears:before { content: "\f085"; }
.fa-hand-holding-dollar:before { content: "\f4c0"; }
.fa-left-right:before { content: "\f337"; }
.fa-list-check:before { content: "\f0ae"; }
.fa-magnifying-glass:before { content: "\f002"; }
.fa-pen-to-square:before { content: "\f044"; }
.fa-right-from-bracket:before { content: "\f2f5"; }
.fa-rotate:before { content: "\f021"; }
.fa-rotate-left:before { content: "\f0e2"; }
.fa-scale-balanced:before { content: "\f24e"; }
.fa-share-from-square:before { content: "\f14d"; }
.fa-shield-halved:before { content: "\f3ed"; }
.fa-sliders:before { content: "\f1de"; }
.fa-table-cells:before { content: "\f00a"; }
.fa-table-columns:before { content: "\f0db"; }
.fa-timeline:before { content: "\f1da"; }
.fa-trash-can:before { content: "\f2ed"; }
.fa-triangle-exclamation:before { content: "\f071"; }
.fa-xmark:before { content: "\f00d"; }
