.search-btn {
  width: 51px;
  height: 51px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border: 1px solid rgba(5, 20, 90, 0.1);
  border-radius: 9px;
}
.search-btn:hover {
  background: rgb(5, 20, 90);
  border-color: rgb(5, 20, 90);
}
.search-btn:hover path {
  fill: #ffffff;
}
.search-btn__icon {
  margin-top: 1px;
}
.search-btn__link {
  font-family: "SFUIDisplay-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  background: transparent;
  border: none;
  padding: 0px 0px;
}
.search-btn__link--white {
  color: #FFFFFF;
}
.search-btn__link:hover {
  text-decoration: none;
  color: #081456;
}
.search-btn__link--white:hover {
  color: #ffffff;
}