/* Ensure fixed nav renders above third-party injected iframes (e.g. PayPal buttons) */
nav.fixed.top-0 {
    z-index: 9999;
}

/* Chrome, Edge, Opera */
input[type="password"]::-ms-reveal,
input[type="password"]::-webkit-input-password {
    display: none;
}

/* Firefox (no icon by default) */