.card-body a {
  cursor: pointer;
}
.action-icon {
  margin: 0;
  padding: 0;
  text-align: center;
}

.action-icon i {
  padding-right: 10px;
  cursor: pointer;
  font-size: 25px;
}

.specificIcon {
  font-size: 20px;
}

.spaceBetween a{
  margin-left: 8px;
  margin-top: 8px;
}

.p-viewer{
  float: right;
  margin-top: -35px;
  position: relative;
  right: 25px;
  z-index: 1;
  cursor:pointer;
}

.fa-eye {
  color: #000;
}

.asterisks
{
  color: rgb(255, 0, 0);
}


/* SEARCH COMPANY/ RESIDENCE STYLE */
.search-box{
  width: fit-content;
  height: fit-content;
  position: relative;
}
.input-search{
 
  /* border-style: none; */
  /* padding: 10px; */
  /* font-size: 18px; */
  /* letter-spacing: 2px; */
  /* outline: none; */
  /* border-radius: 25px; */
  transition: all .5s ease-in-out;
  background-color: #22a6b3;
  /* padding-right: 40px; */
  color:#fff;
}
/* .input-search::placeholder{
  color:rgba(255,255,255,.5);
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 100;
} */
/* .btn-search{
  width: 50px;
  height: 50px;
  border-style: none;
  font-size: 20px;
  font-weight: bold;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  right: 0px;
  color:#ffffff ;
  background-color:transparent;
  pointer-events: painted;  
} */
/* .btn-search:focus{
  width: 300px;
  border-radius: 30%;
  background-color: #22a6b3;
  border-bottom:1px solid rgba(255,255,255,.5);
  transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}
.input-search:focus{
  width: 300px;
  border-radius: 30%;
  background-color: #22a6b3;
  border-bottom:1px solid rgba(255,255,255,.5);
  transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
} */
