/* Fix buttons */
button:not(.menu-toggle),
input[type="button"],
input[type="submit"] {
    background: #111118 !important;
    color: #a78bfa !important;
    -webkit-text-fill-color: #a78bfa !important;
    border: 1px solid rgba(108,99,255,0.4) !important;
}

#cf-btn {
    color: #10b981 !important;
    -webkit-text-fill-color: #10b981 !important;
    border-color: rgba(16,185,129,0.4) !important;
}

/* Fix all inputs globally */
input,
input[type="text"],
input[type="number"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
    color-scheme: dark !important;
    background-color: #111118 !important;
    background: #111118 !important;
    color: #f0f0f5 !important;
    -webkit-text-fill-color: #f0f0f5 !important;
    border: 1px solid rgba(255,255,255,0.1) !important;
}

input:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
    border-color: #6c63ff !important;
    outline: none !important;
    box-shadow: none !important;
}

/* Fix autofill */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #111118 inset !important;
    -webkit-text-fill-color: #f0f0f5 !important;
}
