input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -62.500rem;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 0.063rem;
    width: 0.063rem;
    margin: -0.063rem;
    padding: 0;
    border: 0;
}

    input[type=checkbox].css-checkbox + label.css-label,
    input[type=checkbox].css-checkbox + label.css-label.clr {
        padding-left: 1.719rem;
        height: 1.563rem;
        display: inline-block;
        line-height: 1.563rem;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 1.563rem;
        vertical-align: middle;
        cursor: pointer;
    }

        .active,
        input[type=checkbox].css-checkbox:checked + label.css-label,
        input[type=checkbox].css-checkbox + label.css-label.chk {
            background-position: 0 1.563rem;
        }

label.css-label {
    background-image: url(pic.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
