.profile-img {
  height: 45px;
  width: 45px;
  object-fit: cover;
  border-radius: 50%;
  min-height: 45px;
  min-width: 45px;
}

.star-rating .star-icon {
  margin-right: 5px;
}

.star-rating .star-icon.filled>svg {
  fill: #ad974f;
  height: 15px;
  width: 15px;
}

.star-rating .star-.profile-imgicon>svg {
  height: 15px;
  width: 15px;
  fill: #a5a5a540;
}

.star-rating {
  display: flex;
}

.review-description {
  font-size: 14px;
  font-weight: 200;
  line-height: 30px;
  margin-bottom: 6px;
  margin-top: 15px;
}

.review-description:not(#reviewDetailPopup .review-description) {
  max-height: 110px;
  overflow: auto;
}

.name-n-date {
  margin-left: 10px;
  margin-top: auto;
  margin-bottom: auto;
}

.name-n-date .reviewer-name {
  font-size: 14px;
}

.name-n-date .reviewed-date {
  font-size: 12px;
  font-weight: 200;
  margin-top: auto;
  margin-left: auto;
  color: #faebd7c7;
}

.review-item {
  background: #f0f8ff0d;
  padding: 1.2rem;
  border-radius: 5px;
  margin-bottom: 20px;
}

.review-item:hover {
  background: rgba(240, 248, 255, 0.1);
}

.review-source {
  height: 15px;
  width: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: auto;
}

.review-source.google {
  background-image: url("../images/google-logo.png");
}

.review-source.booking {
  background-image: url("../images/bookingcom-logo.svg");
}

.review-source.airbnb {
  background-image: url("../images/airbnb-logo.png");
}

#reviewDetailPopup {
  background-color: rgba(0,0,0,.5);
}

#reviewDetailPopup .modal-body {
  padding-left: 22px;
  padding-right: 22px;
}

#reviewDetailPopup .modal-dialog {
  min-width: 60vw;
}

.add-review-btn {
  height: 60px;
  display: block;
  text-decoration: none;
  line-height: 30px;
}
