<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;
    display: none;
}
.passengers-form input[type=checkbox]:not(old)+label+label,.contact-form input[type=checkbox]:not(old)+label+label,.customer-detail input[type=checkbox]:not(old)+label+label, input[type=checkbox]:not(old)+label, input[type=radio]:not(old)+label {
    display: inline-block;
    margin-left: -6px;
    margin-right: 16px;
    line-height: 1.5em;
}
.passengers-form input[type=checkbox]:not(old)+label+label&gt;span,.contact-form input[type=checkbox]:not(old)+label+label&gt;span, .customer-detail 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;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 18px;
    margin: .25em .5em .25em .25em;
    vertical-align: bottom;
    border: 1px solid #db0f74;
    width: 18px;
}
.passengers-form input[type=checkbox]:not(old):checked+label+label&gt;span,.contact-form input[type=checkbox]:not(old):checked+label+label&gt;span, .customer-detail 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;
}
.passengers-form input[type=checkbox]:checked+label+label&gt;span::before,.contact-form input[type=checkbox]:checked+label+label&gt;span::before, .customer-detail 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;
    text-align: center;
    text-shadow: 0 0 .0714em #73994d;
    font-weight: 700;
}
input[type=radio]:not(old):checked+label&gt;span&gt;span {
    background: #f51f9c;
    border: .0625em solid #f51f9c;
    display: block;
    height: 8px;
    margin: 4px;
    width: 8px;
}
</pre></body></html>