/* if the custom theme cannot be loaded in some cases, the default values set in this code block will be applied. */
:root{
    --checkbox-size:1.3em; /* checkbox size width and height */
    --checkbox-border:0.1em solid #000;
    --checkbox-color:#5959ff;
}