.vey-zendesk-search {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.vey-zendesk-search input[type="text"] {
  max-width: 500px;
  height: 65px;
  border: 0.5px solid #cbcbcb;
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  font-weight: 500;
  font-family: "proxima-soft", sans-serif;
  font-size: 16px;
  color: #757575;
  letter-spacing: 0.58px;
  line-height: 16px;
  flex-grow: 2;
  padding: 16px;
  border-radius: 4px;
}
.vey-zendesk-search input::placeholder {
  font-family: "proxima-soft", sans-serif;
  font-weight: 500;
  color: #757575;
}

.vey-zendesk-search input[type="button"] {
  font-family: "proxima-soft", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  height: 30px;
  border-radius: 17px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  width: 95px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f3f4f7;
  color: #0b7bfb;
  border-color: rgba(0, 0, 0, 0);
  margin-left: -111px;
}

.vey-zendesk-search input[type="button"]:hover {
  background-color: #0b7bfb;
  color: #fff;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.vey-zendesk-search input:focus {
  outline: none;
}
