Plugin Elementor: How to remove the outline of a button in a pop-up?

.demo:focus-visible, 
.demo *:focus
{
	outline: none !important;
}
@media not all and (min-resolution:.001dpcm) { 
    @supports (-webkit-appearance:none) {
        .demo {
            outline: none !important;
        }
    }
}
Without cookies
This website does not use cookies or tracking. More information can be found in the privacy policy.