.grecaptcha-badge { display: none !important; }

.form-group { padding-left: 0px; padding-right: 0px; }

.sub-menu li.active > a { color: #007bff; }

/* Success toast icon: green */
.toast-success .toast-message:before,
.toast-success .toast-icon {
    color: #28a745 !important; /* Bootstrap success green */
}

/* Error toast icon: red */
.toast-error .toast-message:before,
.toast-error .toast-icon {
    color: #dc3545 !important; /* Bootstrap danger red */
}

/* Info toast icon: blue */
.toast-info .toast-message:before,
.toast-info .toast-icon {
    color: #007bff !important;
}

/* Warning toast icon: orange */
.toast-warning .toast-message:before,
.toast-warning .toast-icon {
    color: #fd7e14 !important;
}
