.ui-popupmenu .ui-popupmenu-header .ui-popupmenu-header-icon:before {
    display: inline;
    font-family: var(--fa-style-family, "Font Awesome 6 Free") !important;
    font-size: 15px;
    content: "\f0da";
}

input[type=checkbox].ace+.lbl::before,
input[type=radio].ace+.lbl::before {
    font-family: var(--fa-style-family, "Font Awesome 6 Free")!important;
    font-weight: var(--fa-style, 'normal');
}

input[type=radio].ace+.lbl::before {    
    font-family: var(--fa-style-family, "Font Awesome 6 Free")!important;    
}

input[type=checkbox].ace.ace-switch.ace-switch-3+.lbl::after {
    font-family: var(--fa-style-family, "Font Awesome 6 Free")!important;
}

input[type=checkbox].ace.ace-switch.ace-switch-6+.lbl::before {
    font-family: var(--fa-style-family, "Font Awesome 6 Free")!important;
    font-weight: var(--fa-style, 'lighter');    
}

input[type=checkbox].ace.ace-switch.ace-switch-7+.lbl::after { 
    font-family: var(--fa-style-family, "Font Awesome 6 Free")!important;
}