/* ANIMEPORTAL CONTACT EMAIL FINAL FIX V14 */

/*
 * Chrome/Opera can render selected text inside form controls according
 * to the control's color-scheme. Force this email control to use the
 * light scheme even when the page itself is in Night Mode.
 */
body.dark-mode [data-ap-contact-v11="1"] input,
body.dark [data-ap-contact-v11="1"] input,
body.night-mode [data-ap-contact-v11="1"] input,
html.dark-mode [data-ap-contact-v11="1"] input,
html.dark [data-ap-contact-v11="1"] input,
html.night-mode [data-ap-contact-v11="1"] input,
html[data-theme="dark"] [data-ap-contact-v11="1"] input {
    color-scheme:light !important;
    forced-color-adjust:none !important;
    background:#fff !important;
    color:#111827 !important;
    -webkit-text-fill-color:#111827 !important;
    caret-color:#111827 !important;
}

/* Selection fallback. */
body.dark-mode [data-ap-contact-v11="1"] input::selection,
body.dark [data-ap-contact-v11="1"] input::selection,
body.night-mode [data-ap-contact-v11="1"] input::selection,
html.dark-mode [data-ap-contact-v11="1"] input::selection,
html.dark [data-ap-contact-v11="1"] input::selection,
html[data-theme="dark"] [data-ap-contact-v11="1"] input::selection {
    background:#bfdbfe !important;
    color:#111827 !important;
}

/* ANIMEPORTAL CONTACT EMAIL FINAL FIX V14 */
