html[data-theme="light"] {
  --input-bg-focused: #FFFD54;
}

html[data-theme="dark"] {
  --input-bg-focused: #7BB2F9;
}
