/*
 Temporary hack to fix the focus ring color on the input fields
*/
input:focus {
  --tw-ring-color: #ee8645 !important;
  border-color: #ee8645 !important;
}

textarea:focus {
  --tw-ring-color: #ee8645 !important;
  border-color: #ee8645 !important;
}
