/*!
 * Ext JS bridge: Sencha iconCls pairs prefix "x-fa" with FA classes (e.g. "x-fa fa-home").
 * Mirrors Font Awesome 7 base rules so ::before picks up --fa from sibling .fa-* classes.
 * Font Awesome Free 7.2.0 — see all.min.css license header.
 */
.x-fa,.x-fa-brands,.x-fa-classic,.x-fa-regular,.x-fa-solid,.x-fab,.x-far,.x-fas{--_fa-family:var(--fa-family,var(--fa-style-family,"Font Awesome 7 Free"));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:var(--fa-display,inline-block);font-family:var(--_fa-family);font-feature-settings:normal;font-style:normal;font-synthesis:none;font-variant:normal;font-weight:var(--fa-style,900);line-height:1;text-align:center;text-rendering:auto;width:var(--fa-width,1.25em)}:is(.x-fas,.x-far,.x-fab,.x-fa-solid,.x-fa-regular,.x-fa-brands,.x-fa-classic,.x-fa):before{content:var(--fa)/""}@supports not (content:""/""){:is(.x-fas,.x-far,.x-fab,.x-fa-solid,.x-fa-regular,.x-fa-brands,.x-fa-classic,.x-fa):before{content:var(--fa)}}
