Dawn theme search bar color customization

I’m using the Dawn theme and I need to customize the search bar color to look like the one in the attached reference image. Can anyone please guide me on how to achieve this?

website: https://ambersilverz.myshopify.com/

password: amber

Hi @Sivadarshan ,
Go to Online Store → Themes → Edit code
open base.css
add this code at the bottom

/* Search bar background */
#Search-In-Modal {
  background-color: pink !important;
}

Save and refresh preview.
here is the result

Thanks
Manoj