Hi @miltos,
Try to add below CSS rules to the Custom CSS modal in the template dashboard to improve style for search box.
body div[class*="header-theme-"] .head-search .mod-finder .js-finder-search-query:focus,
body div[class*="header-theme-"] .head-search .form-search .js-finder-search-query:focus {
background-color: #212121;
border: 1px solid rgba(255, 255, 255, 0.3);
color: #fff;
}
Kind regards,