.search-with-icon-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.search-with-icon {
  padding-right: 40px !important;
  width: 100%;
}


.search-icon-button {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-icon-button:hover {
  opacity: 0.7;
}

.search-icon-button svg {
  width: 20px;
  height: 20px;
  fill: #666;
}