#codshield-checkout-otp-msg.success {
	background: #d4edda;
	color: #155724;
	border: 1px solid #c3e6cb;
}

#codshield-checkout-otp-msg.error {
	background: #f8d7da;
	color: #721c24;
	border: 1px solid #f5c6cb;
}

#codshield-checkout-otp-input:disabled,
#codshield-checkout-otp-submit:disabled,
#codshield-checkout-otp-send:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.codshield-verified {
	border-color: #28a745 !important;
	background: #f8fff9 !important;
}

.codshield-pending {
	border-color: #d63638 !important;
	background: #fff8f8 !important;
}

/* Place order button when disabled for OTP */
#place_order:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    background-color: #ccc !important;
    border-color: #ccc !important;
    color: #666 !important;
}

/* Remove the tooltip text that was adding extra content */
#place_order:disabled::after {
    content: "" !important;
}