#cim-search{
    padding-left:9px;
    border: none;
    line-height: 1;
}
#cim-search:focus-visible{
   outline: none;
   border: none;
}
#cim-search-container{
    display: flex;
    justify-content:center;
    align-items:center;
   border: 1px solid #a1a1a1;
   padding: 5px 15px;
   	border-radius:0px;
	max-width: 700px;
	background-color:#fff;
   margin-left: auto;
   margin-right: auto;
}
#cim-search-container svg{
    width: 22px;
}
#cim-search::placeholder {
    color: #your-color; /* Replace #your-color with the desired color code */
    opacity: 1; /* Ensures full opacity for the placeholder */
}

/* For better browser compatibility, you can include the following vendor prefixes: */
#cim-search::-webkit-input-placeholder {
    color:#acacac;
}

#cim-search:-moz-placeholder {
  color:#acacac;
}

#cim-search::-moz-placeholder {
  color:#acacac;
}

#cim-search:-ms-input-placeholder {
  color:#acacac;
}