.pluginButton i {
    font-family: "Font Awesome 6 Pro";
    font-size: 18px;
}

input[type="radio"]  {
    margin-bottom: 5px;
}

input[type="radio"]:after  {
    font: normal normal normal 22px/1 "Font Awesome 6 Pro";
    content: "\f111"; /* fa-circle-o */
    vertical-align: middle;
}

input[type="radio"]:checked:after {
    font: normal normal normal 22px/1 "Font Awesome 6 Pro";
    content: "\f192"; /* fa-dot-circle-o */
    vertical-align: middle;
}

input[type="checkbox"].box:checked:after {
    font-family: "Font Awesome 6 Pro";
    content: "\f00c"; /* fa-check */
}

/*input[type="checkbox"]:not(.box):checked:after{
    font-family: "Font Awesome 6 Pro";
    content: "\f00c";
}
*/

.select:after {
    font-family: "Font Awesome 6 Pro";
    content: '\f107'; /* fa-angle-down */
}

/*.wait::after {
    font-family: "Font Awesome 6 Pro";
    content: "\f110"; /* fa-spinner */
}*/