.searchTextfield {
    width: 250px !important;
  }
  
  .searchTextfield .MuiOutlinedInput-root {
    border-radius: 8px !important;
  }
  
  .searchTextfield .MuiOutlinedInput-root .MuiSvgIcon-root[data-testid="SearchIcon"] {
    font-size: 1em !important;
    color: black !important; /* Replace with the correct color if using a theme */
  }
  
  .searchTextfield .MuiOutlinedInput-root .MuiInputAdornment-root {
    display: none !important;
  }
  
  .searchTextfield .MuiOutlinedInput-root input {
    padding: 4px 0px !important;
    line-height: 1em !important;
  }
  
  .searchTextfield .MuiOutlinedInput-root input::placeholder {
    color: grey !important; /* Replace with the correct color if using a theme */
    font-size: 12px !important;
  }
  