/* Self-hosted Font Awesome 6 Free (Solid), trimmed to only the icon glyphs
   actually used across the admin sidebar and composer badges -- avoids
   pulling in the full multi-hundred-KB stylesheet for a handful of icons.
   Font file: /assets/fonts/fa-solid-900.woff2 (Font Awesome Free, SIL OFL). */
@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("/assets/fonts/fa-solid-900.woff2") format("woff2");
}
.fa-solid, .fas, .fa {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.fa-file-text:before { content: "\f15c"; }
.fa-pen:before { content: "\f304"; }
.fa-unlink:before { content: "\f127"; }
.fa-folder:before { content: "\f07b"; }
.fa-eye-slash:before { content: "\f070"; }
.fa-lock:before { content: "\f023"; }
.fa-book-open:before { content: "\f518"; }
.fa-smile:before { content: "\f118"; }
.fa-tag:before { content: "\f02b"; }
.fa-contact-book:before { content: "\f2b9"; }
.fa-users:before { content: "\f0c0"; }
.fa-id-card:before { content: "\f2c2"; }
.fa-bullhorn:before { content: "\f0a1"; }
.fa-images:before { content: "\f302"; }
.fa-trash:before { content: "\f1f8"; }
.fa-gear:before { content: "\f013"; }
.fa-align-left:before { content: "\f036"; }
.fa-align-center:before { content: "\f037"; }
.fa-align-right:before { content: "\f038"; }
.fa-align-justify:before { content: "\f039"; }
.fa-copy:before { content: "\f0c5"; }
.fa-palette:before { content: "\f53f"; }
.fa-user:before { content: "\f007"; }
.fa-link:before { content: "\f0c1"; }
.fa-image:before { content: "\f03e"; }
.fa-microphone:before { content: "\f130"; }
.fa-eye:before { content: "\f06e"; }
.fa-floppy-disk:before { content: "\f0c7"; }
.fa-file-import:before { content: "\f56f"; }
.fa-camera:before { content: "\f030"; }
.fa-list-check:before { content: "\f0ae"; }
.fa-puzzle-piece:before { content: "\f12e"; }
/* Đợt K mục 1: 4 sidebar icons whose classes were missing from this subset
   (the woff2 itself is the full Free Solid set, so only CSS was needed). */
.fa-star:before { content: "\f005"; }
.fa-newspaper:before { content: "\f1ea"; }
.fa-user-pen:before { content: "\f4ff"; }
.fa-chart-line:before { content: "\f201"; }
.fa-clock-rotate-left:before { content: "\f1da"; }
/* Đợt AL: icon cho chuông thông báo + chat + workspace. */
.fa-bell:before { content: "\f0f3"; }
.fa-comments:before { content: "\f086"; }
.fa-comment:before { content: "\f075"; }
.fa-ellipsis:before { content: "\f141"; }
.fa-ellipsis-vertical:before { content: "\f142"; }
.fa-reply:before { content: "\f3e5"; }
.fa-paper-plane:before { content: "\f1d8"; }
.fa-box-archive:before { content: "\f187"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-envelope-open:before { content: "\f2b6"; }
.fa-user-group:before { content: "\f500"; }
.fa-quote-left:before { content: "\f10d"; }
.fa-briefcase:before { content: "\f0b1"; }
.fa-plus:before { content: "\2b"; }
.fa-xmark:before { content: "\f00d"; }
.fa-circle:before { content: "\f111"; }
.fa-thumbtack:before { content: "\f08d"; }
