.searchBarContainer {
  height: 70px;
  width: 100%;
  background-color: #eeeeee;
  display: inline;
}

.searchBar {
  height: 45px;
  margin: 15px;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
}

.searchBar button {
  background-color: transparent;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 2.5px;
}

.searchBar button:hover {
  background-color: #5553;
}

.enterSearch,
.clearSearch {
  width: 24px;
  height: 24px;
}

.searchBar Input {
  border: none;
  outline: none;
  padding: 0 5px;
}
