/* Paket iptali şifre — tarayıcı autofill (dark-theme-global sonrası yüklenir) */
html body.seller-dashboard-page #sdDopingCancelPassword,
html body.dark-mode.seller-dashboard-page #sdDopingCancelPassword,
html body.seller-dashboard-page.sd-v4-page #sdDopingCancelPassword,
html body.dark-mode.seller-dashboard-page.sd-v4-page #sdDopingCancelPassword {
    color-scheme: dark !important;
    background: #1a1f28 !important;
    background-color: #1a1f28 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff;
    caret-color: #ffffff;
}

html body.seller-dashboard-page .sd-doping-cancel-step__password-field,
html body.dark-mode.seller-dashboard-page .sd-doping-cancel-step__password-field,
html body.seller-dashboard-page.sd-v4-page .sd-doping-cancel-step__password-field,
html body.dark-mode.seller-dashboard-page.sd-v4-page .sd-doping-cancel-step__password-field,
html body.seller-dashboard-page .sd-doping-cancel-step__password-field:focus-within,
html body.dark-mode.seller-dashboard-page .sd-doping-cancel-step__password-field:focus-within {
    background: #1a1f28 !important;
    color-scheme: dark;
}

html body.seller-dashboard-page #sdDopingCancelPassword:-webkit-autofill,
html body.seller-dashboard-page #sdDopingCancelPassword:-webkit-autofill:hover,
html body.seller-dashboard-page #sdDopingCancelPassword:-webkit-autofill:focus,
html body.seller-dashboard-page #sdDopingCancelPassword:-webkit-autofill:active,
html body.seller-dashboard-page #sdDopingCancelPassword:-internal-autofill-selected,
html body.seller-dashboard-page #sdDopingCancelPassword.is-autofilled,
html body.dark-mode.seller-dashboard-page #sdDopingCancelPassword:-webkit-autofill,
html body.dark-mode.seller-dashboard-page #sdDopingCancelPassword:-webkit-autofill:hover,
html body.dark-mode.seller-dashboard-page #sdDopingCancelPassword:-webkit-autofill:focus,
html body.dark-mode.seller-dashboard-page #sdDopingCancelPassword:-webkit-autofill:active,
html body.dark-mode.seller-dashboard-page #sdDopingCancelPassword:-internal-autofill-selected,
html body.dark-mode.seller-dashboard-page #sdDopingCancelPassword.is-autofilled,
html body.seller-dashboard-page.sd-v4-page #sdDopingCancelPassword:-webkit-autofill,
html body.seller-dashboard-page.sd-v4-page #sdDopingCancelPassword:-internal-autofill-selected,
html body.seller-dashboard-page.sd-v4-page #sdDopingCancelPassword.is-autofilled,
html body.dark-mode.seller-dashboard-page.sd-v4-page #sdDopingCancelPassword:-webkit-autofill,
html body.dark-mode.seller-dashboard-page.sd-v4-page #sdDopingCancelPassword:-internal-autofill-selected,
html body.dark-mode.seller-dashboard-page.sd-v4-page #sdDopingCancelPassword.is-autofilled,
html body.seller-dashboard-page .sd-doping-cancel-step__password-input:-webkit-autofill,
html body.seller-dashboard-page .sd-doping-cancel-step__password-input:-internal-autofill-selected,
html body.seller-dashboard-page .sd-doping-cancel-step__password-input.is-autofilled,
html body.dark-mode.seller-dashboard-page .sd-doping-cancel-step__password-input:-webkit-autofill,
html body.dark-mode.seller-dashboard-page .sd-doping-cancel-step__password-input:-internal-autofill-selected,
html body.dark-mode.seller-dashboard-page .sd-doping-cancel-step__password-input.is-autofilled {
    color-scheme: dark !important;
    -webkit-text-fill-color: #ffffff !important;
    caret-color: #ffffff !important;
    color: #ffffff !important;
    background: #1a1f28 !important;
    background-color: #1a1f28 !important;
    background-image: none !important;
    border: none !important;
    outline: none !important;
    -webkit-box-shadow: 0 0 0 1000px #1a1f28 inset !important;
    box-shadow: 0 0 0 1000px #1a1f28 inset !important;
    transition: background-color 99999s ease-out 0s, color 99999s ease-out 0s, box-shadow 99999s ease-out 0s !important;
}

@keyframes sdDopingPasswordAutofillStart {
    from,
    to {
        -webkit-text-fill-color: #ffffff;
        color: #ffffff;
        background-color: #1a1f28;
    }
}

html body.seller-dashboard-page #sdDopingCancelPassword:-webkit-autofill,
html body.dark-mode.seller-dashboard-page #sdDopingCancelPassword:-webkit-autofill {
    animation-name: sdDopingPasswordAutofillStart;
    animation-fill-mode: both;
    animation-duration: 0.001s;
}
