.btn-pmn-icon {
    background-color:white;
    border: 0px solid #DAD4D3 ;
    
}

/* Fix: WordPress y temas sobreescriben el tamaño del checkbox */
input.form-check-input[type="checkbox"],
input.form-check-input[type="checkbox"].form-check-input {
    width: 1em !important;
    height: 1em !important;
    min-width: 1em !important;
    max-width: 1em !important;
    padding: 0 !important;
    margin-top: 0.25em !important;
    display: inline-block !important;
    flex-shrink: 0 !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}