/* iCheck 404 Fix - Enhanced */
.icheckbox_square-blue, .iradio_square-blue {
    background-image: url('../img/icheck/blue.png') !important;
    background-repeat: no-repeat !important;
    background-position: 0 0 !important;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .icheckbox_square-blue, .iradio_square-blue {
        background-image: url('../img/icheck/blue@2x.png') !important;
        background-size: 240px 24px !important;
    }
}

/* Fallback paths */
.icheckbox_square-blue.fallback, .iradio_square-blue.fallback {
    background-image: url('/pos/public/img/icheck/blue.png') !important;
}

/* Force visibility */
.icheckbox_square-blue, .iradio_square-blue {
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: top !important;
    background: white !important;
    border: 1px solid #ccc !important;
    cursor: pointer !important;
}