body {
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  line-height: 22px;
  /* padding-left: 50px;
  padding-right: 50px; */
}

.reviews {
  /* padding-left: 50px;
  padding-right: 50px; */
}

.review {
  position: relative;
  /* margin-left: 5%;
  margin-right: 5%; */
  padding: 15px;
  text-align: left;
  border: 1px solid #eee;
  border-radius: 5px;
  /* width: 100%;
  max-width: 350px; */
  height: 225px;
  min-height: 225px;
  max-height: 225px;
  overflow: hidden;
  user-select: none;
}

.review-header {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.review-header-stars {
  fill: #ffaa00;
  color: #ffaa00;
  width: 50%;
}

.review-header-verified-status {
  display: flex;
  align-items: center;
  justify-content: end;
  font-size: 80%;
  font-weight: normal;
  text-transform: uppercase;
  color: #1b7e2c;
  fill: #1b7e2c;
  width: 50%;
  margin-top: -6px;
  text-align: right;
}

.review-header-verified-status svg {
  margin-right: 0;
  margin-bottom: -3px;
}

.review-body {
  position: relative;
  margin-top: 10px;
  /* padding-bottom: 25px; */
  height: 100px;
  max-height: 100px;
  overflow: hidden;
  overflow-y: scroll;
  scrollbar-color: #999 rgba(0, 0, 0, 0);
  scrollbar-width: thin;
}

.review-body::-webkit-scrollbar {
  height: 6px;
  width: 3px;
  background: rgba(0, 0, 0, 0);
}

.review-body::-webkit-scrollbar-thumb {
  background: #999;
  -webkit-border-radius: 4px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0);
}

.review-body::-webkit-scrollbar-thumb:active {
  background: #555;
}

.review-body::-webkit-scrollbar-corner {
  background: #000;
}

/* .review-body:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  content: "";
  background: #fff;
  background: linear-gradient(to bottom, rgba(255, 255, 255, .01) 0%, rgba(255, 255, 255, 1) 100%);
  z-index: 1;
  pointer-events: none;
} */

.review-footer {
  display: flex;
  align-items: center;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
}

.review-footer-image {
  width: 60px;
  max-width: 60px;
  margin-top: 10px;
  margin-right: 10px;
  text-align: center;
}

.review-footer-image img,
.review-footer-image div {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 60px;
}

.review-footer-image div {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #e91e63;
}

.review-footer-author {
  font-weight: bold;
  white-space: nowrap;
}

.review-footer-author a {
  color: inherit;
  text-decoration: none;
}

.review-footer-author-date {
  font-weight: normal;
  font-size: 90%;
  width: 50%;
  color: #999;
}

/* .review-footer-name a:hover {
  text-decoration: none;
} */

.swiper {
  margin-left: 45px;
  margin-right: 45px;
  height: 300px;
}

.swiper-slide {
  
}

.swiper-wrapper {

}

.swiper-button-prev,
.swiper-button-next {
  color: #999;
  transform: scale(0.7);
}

.swiper-button-prev {
  margin-top: -60px;
}

.swiper-button-next {
  margin-top: -60px;
}

.swiper-pagination-bullet {
  color: #5479f7;
  background-color: #5479f7;
}

.swiper-pagination-bullet[aria-current="true"] {
  transform: scale(1.4);
}