/* CUSTOM CHECKBOX FOR DEBT (UDAL ZORRA) - STABLE VERSION */
.udal-zorra-check.form-check-input {
    width: 38px !important;
    height: 38px !important;
    cursor: pointer !important;
    border-radius: 6px !important;
    border: 1px solid #d1d3e2 !important;
    background-color: #ffffff !important;
    transition: all 0.2s ease !important;
    
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    vertical-align: middle !important;
}

.udal-zorra-check.form-check-input:checked {
    background-color: #dc3545 !important;
    border-color: #d1d3e2 !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3.5' d='M6 6l8 8M14 6l-8 8'/%3e%3c/svg%3e") !important;
    background-size: 24px 24px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.udal-zorra-check.form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25) !important;
}
