.favoritesList {
  position: fixed;
  width: 475px;
  left: 0;
  right: 0;
  bottom: -10px;
  top: 0;
  margin-top: 60px;
  padding-bottom: 20px;
  overflow-y: scroll;
  text-align: center;
  background:#fafffc;
  box-shadow: 7px 0 8px -8px #333;
}

.favoritesList h2 {
  width: 100%;
  font-size: 22px;
  font-weight: 500;
  background: #1DA590;
  color: white;
  padding: 15px 0;
  margin: 20px 0;
}

.favorite-item {
  background: white;
  width: 445px;
  height: 215px;
  align-items: center;
  cursor: pointer;
  margin: 0 0 10px 14px;
  border-bottom: 5px solid#2BB88B;
  box-shadow: 0.3px 0.3px 3px -1px #ccc, -0.3px -0.3px 3px -1px #ccc;
}

.favorite-item img {
  padding-bottom: 5px;
  object-fit: cover;
  width: 100%;
  height: 160px;
}

.favorite-item span {
  font-size: 24px;
}

.weight-500 {
  font-weight: 500;
}

.favorites {
  margin: 0 0 0 500px;
  color: black;
  overflow-y: scroll;
  width: 650px;
  position: fixed;
  top: 0;
  bottom: 0;
  padding: 100px 25px 40px 25px;
}

.favorites h3 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 0px;
}

.favorites h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}

.favorites p {
  font-size: 18px;
}

.favorite-trail-details {
  margin-top: 25px;
  font-size: 18px;
}

.favorites img {
  margin-top: 20px;
  border-radius: 4px;
  width: 500px;
  box-shadow: 0.3px 0.3px 3px 0px #ccc, -0.3px -0.3px 3px 0px #ccc;
}

.selected-fav {
  background:#2BB88B;
}

.selected-fav img {
  opacity: 0.5;
}

.selected-fav div {
  color: white;
}

.three-dots-fav {
  margin-top: -30px;
  margin-left: 400px;
  position: fixed;
  font-size: 40px;
  cursor: pointer;
  color: white;
}

.three-dots-fav:hover {
  color: #d4f0e8;
}

.no-photo {
  font-size: 24px;
  padding-bottom: 135px;
}

.dropdown-content-chat-fav {
  top: -10px;
  left: 0;
  cursor: auto;
  border-radius: 3px;
  align-items: center;
  position: absolute;
  background-color: white;
  min-width: 300px;
  box-shadow: 0.1px 0.1px 6px 0px #ccc, -0.1px -0.1px 6px 0px #ccc;
}