/*
Theme Name: UNO-PHAN
Template: unoland
Theme URI: https://www.pixouls.com/
Author: Pixouls
Author URI: https://www.pixouls.com/
Description: Unoland child theme by Pixouls.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: basics
Tags:
*/
.uno .gform_wrapper.gravity-theme .gfield_checkbox .gfield-choice-input:checked + label::after {
    background-image: url('assets/img/icon-check.svg');
}
.uno .gform_wrapper.gravity-theme .gfield_radio .gfield-choice-input:checked + label::after {
    background-image: url('assets/img/icon-radio.svg');
}