/* Text selection styling */
::selection {
  background-color: #bfdbfe !important;
  color: #000000 !important;
}

::-moz-selection {
  background-color: #bfdbfe !important;
  color: #000000 !important;
}

/* Disable browser autofill yellow */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  -webkit-text-fill-color: #0f172a !important;
}
