.Exchnage__formhead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 27px;
}

.Exchnage__formhead h2 {
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.6;
  letter-spacing: normal;
  color: #575757;
  margin: 0;
}

.Exchnage__formhead p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.86;
  letter-spacing: normal;
  color: #575757;
  margin: 0;
}

.Exchange-form .form-control {
  -webkit-box-shadow: 0 0.05rem 0.4rem rgb(0 0 0 / 8%);
  box-shadow: 0 0.05rem 0.4rem rgb(0 0 0 / 8%);
  border-radius: 0;
  color: #000;
  border-radius: 6px;
}

.Exchange-form .form-group .field-style {
  background-color: #ececec;
}

.mdi-tumblr-reblog::before {
  content: "\F542";
  color: #cacaca;
}

.price-exchange {
  display: flex;
  justify-content: space-between;
  justify-content: center;
}

.price-exchange h5 {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #575757;
  margin-bottom: 0;
}

.price-exchange h5 i {
  font-style: normal;
}

.price-exchange h5 span {
  /* font-weight: 600; */
  color: #575757;
}

.exhcnage___cta {
  padding: 14px;
  border-radius: 6px;
  background-color: #28abe3;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.88;
  letter-spacing: normal;
  color: #ffffff;
  border: none;
}

.exchange__tradeOffer {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.88;
  letter-spacing: normal;
  text-align: center;
  color: #28abe3;
  margin-bottom: 26px;
}

div.dropdown {
  display: inline-block;
  position: relative;
}
div.dropdown button {
  text-align: left;
  background: #ececec;
  border: 0px;
  border-radius: 6px;
  font-weight: 500;
  width: min-content;
  cursor: pointer;
  font-size: 12px;
  padding: 9px 35px 6px 15px;
  white-space: nowrap;

}
div.dropdown button:before,
div.dropdown button:after {
  display: block;
  content: "";
  width: 1px;
  height: 8px;
  background: #282828;
  position: absolute;
  top: 13px;
}
div.dropdown button:before {
  right: 21px;
  transform: rotate(-45deg);
}
div.dropdown button:after {
  right: 16px;
  transform: rotate(45deg);
}
div.dropdown ul {
  display: none;
  position: absolute;
  list-style: none;
  border: 1px solid #f0f0f0;
  line-height: 1em;
  top: 0px;
  left: -19px;
  padding: 0 !important;
  width: 8em;
  margin: 0;
  z-index: 1;
  box-shadow: 0 10px 30px 0 rgb(0 0 0 / 16%);
  background-color: #f3f3f3;
  max-height: 275px;
  overflow-y: auto;
}
div.dropdown ul li {
  font-size: 13px;
  padding: 0.8em;
  cursor: pointer;
  transition: background 250ms;
}
div.dropdown ul li:hover {
  background: #f0f0f0;
}
div.dropdown ul li.searchInput {
  padding: 0.5em;
  position: sticky;
  top: 0;
  background: #f0f0f0;
}
div.dropdown ul li.searchInput input {
  width: 100%;
  border: 0px;
  border: 1px solid #ccc;
  padding: 1em;
}

.searchContainer .savedSearches {
  margin: 0.8em 0;
}
