.btn-primary {
  background: #00e480;
  border-color: #00e480;
}

.text-primary, #theme-settings .settings-close, .list-wrapper .completed .remove {
    --bs-text-opacity: 1;
    color: #00e480 !important;
}

.form-check-input {
    color: #00e480 !important;
}

.navbar .navbar-brand-wrapper .navbar-brand {
    color: #00e480 !important;
}

.ui-widget-content a {
    color: #FFFFFF;
}
        
@media(max-width:384px) {
    .g-recaptcha {
        transform:scale(0.77);
        transform-origin:0 0;
    }
}

@media(max-width:320px) {
    .g-recaptcha {
        transform:scale(0.68);
        transform-origin:0 0;
    }
}

@media(max-width:240px) {
    .g-recaptcha {
        transform:scale(0.50);
        transform-origin:0 0;
    }
}