[x-cloak] { display: none !important; }

/* Modern & Elegant Autofill Reset */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: currentColor;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
}

/* Ensure DaisyUI inputs don't show default focus ring when we handle it on the wrapper */
.input, .select, .textarea,
.input:focus, .input:focus-within, 
.select:focus, .select:focus-within, 
.textarea:focus, .textarea:focus-within {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}