.dropOptionsOpportunity {
  /* display: flex; */
  /* padding: 0 ; */
  /* background-color: blue; */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem .5rem;
  border-radius: 10px;
}

.dropOptionsOpportunity .optionsList {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.dropOptionsOpportunity .optionsList li {
  /* background-color: red; */
  width: 12rem !important;
}

.dropOptionsOpportunity .optionsList li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2rem !important;
  font-size: .8rem !important;
  font-family: 'Satoshi-Bold';
  color: #333;
  width: 12rem !important;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.dropOptionsOpportunity .optionsList li a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: .8rem;
  width: .8rem;
}

.dropOptionsOpportunity .optionsList li a:hover {
  background-color: #333;
  color: #fff;
}

.dropOptionsOpportunity .optionsList li a:hover span .investIcon path {
  fill: #fff;
}

.dropOptionsOpportunity .optionsList li a:hover span .likeOppIcon path {
  fill: #fff;
}

.dropOptionsOpportunity .optionsList li a:hover span .moreInfoIcon path {
  fill: #fff;
}

.dotsOptionBtn {
  background-color: #f7f7f7;
  border: none;
  height: 2rem;
  margin-top: -.5rem;
  border-radius: 4px;
}
/*# sourceMappingURL=opportunitiesNew.css.map */