.searchbar {
  height: 60px;
  background-color: rgba(4,220,4,0.5);
  border-radius: 30px;
  padding: 10px;
}

.search_input {
  color: white;
  border: 0;
  outline: 0;
  background: none;
  width: 250px;
  line-height: 40px;
  padding: 0 10px;
  caret-color: red;
  
}

.search_icon {
  height: 40px;
  width: 40px;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  
  text-decoration: none;
  background: white;
  color: #e74c3c;
}

