/*-----------------------------------
Dark Mode reCAPTCHA
-----------------------------------*/
/* Dark mode */
.xgrecaptcha-badge {
	    filter: invert(1) hue-rotate(180deg);
    box-shadow: none !important;
    background: transparent !important;
}
/* Move reCAPTCHA v3 badge to the left */
.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
    z-index: 999;
}  
.grecaptcha-badge:hover {
    width: 256px !important;
}