@charset "utf-8";

.categorychecklist .staxs-all-radio-select input[type=checkbox],
.categorychecklist > .staxs-child-checkbox-select > label input[type=checkbox] {
    border-radius: 50%;
}
.categorychecklist .staxs-all-radio-select input[type=checkbox]:checked:before,
.categorychecklist > .staxs-child-checkbox-select > label input[type=checkbox]:checked:before {
    content: '';
    border-radius: 50%;
    width: .5rem;
    height: .5rem;
    margin: .1875rem;
    background-color: #3582c4;
    line-height: 1.14285714;
}