<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">input[type=checkbox]:not(old), input[type=radio]:not(old) {
    width: 2em;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0;
    visibility: hidden;
    position: absolute;
}
input[type=checkbox]:not(old)+label+label, input[type=checkbox]:not(old)+label, input[type=radio]:not(old)+label {
    display: inline-flex;
    align-items: center;
    margin-left: -6px;
    margin-right: 16px;
    line-height: 1.5em;
}
input[type=checkbox]:not(old)+label+label&gt;span, input[type=checkbox]:not(old)+label&gt;span, input[type=radio]:not(old)+label&gt;span {
    background: #fff;
    height: 18px;
    margin: .25em .5em .25em .25em;
    border: 1px solid #00b1cd;
    width: 18px;
}
input[type=checkbox]:not(old)+label+label&gt;span, input[type=checkbox]:not(old)+label&gt;span{
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
input[type=checkbox]:not(old):checked+label+label&gt;span, input[type=checkbox]:not(old):checked+label&gt;span, input[type=radio]:not(old):checked+label&gt;span {
    background: #fff;
}
input[type=checkbox]:checked+label+label&gt;span::before, input[type=checkbox]:not(old):checked+label&gt;span::before {
    content: url(../images/icons/check.png);
    display: block;
    width: 1.2em;
    color: #F51F9C;
    font-size: .875em;
    line-height: 0;
    text-align: center;
    text-shadow: 0 0 .0714em #73994d;
    font-weight: 700;
}
input[type=radio]:not(old):checked+label&gt;span&gt;span, .whatsappDetail .form-check input[type=checkbox]:not(old):checked+label&gt;span&gt;span {
    background: #00b1cd;
    border: .0625em solid #00b1cd;
    display: block;
    height: 8px;
    margin: 4px;
    width: 8px;
}
</pre></body></html>