body.is_user.dark-theme #newsletterModal .form-control:focus, 
body.is_user.dark-theme #newsletterModal .form-control.focus {color: var(--white) !important;}

html #subscriptionValidateOTP {background: none !important;}
body.is_user.dark-theme .form-control:disabled#subscriptionValidateOTP, 
body.is_user.dark-theme .form-control.disabled#subscriptionValidateOTP {background-color: var(--section-full-background) !important;}

body.is_user.dark-theme #newsletterModal .btn-disabled.otp-resend#resendOtp {background: none !important;}
.modalDialogPopup#newsletterModal .note.otp-resend {color: var(--primary-color);}

#newsletterModal #subscriptionValidateOTP + div {display: flex; justify-content: space-between;}

#newsletterModal .countdown {color: var(--primary-color); margin-top: 11px;}