.shared-reviews-wrapper.pop-up .selectra-shared-reviews-post-review.active {
  border-radius: .5rem;
  position: fixed;
  background: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 5rem auto;
  max-width: 510px;
  z-index: 99999;
  overflow-y: auto;
  padding: 50px 20px;
}

@media screen and (max-width: 767px) {
  .shared-reviews-wrapper.pop-up .selectra-shared-reviews-post-review.active {
      margin: 1rem;
      max-width: 100%;
  }
  .shared-reviews-wrapper.pop-up .selectra-shared-reviews-post-review.active.thankyou-message-review {
    min-height: unset;
    max-height: 296px;
    margin-block: auto;
  }

}

.shared-reviews-wrapper.pop-up .selectra-shared-reviews-post-review.active .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  fill:#6e6f71;
  z-index:1;
  top:1rem;
  right:1rem;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid #bdd9f4;
  border-radius:50%;
  width:24px;
  height:24px;
}

.shared-reviews-wrapper.pop-up .selectra-shared-reviews-post-review.active .btn-close .icon {
  transition:fill .16s ease-in-out;
  width:.5rem;
  height:.5rem;
  display:flex;
  top:auto;
  left:auto;
}

.shared-reviews-wrapper.pop-up .selectra-shared-reviews-post-review.active .btn-close:active,
.shared-reviews-wrapper.pop-up .selectra-shared-reviews-post-review.active .btn-close:focus,
.shared-reviews-wrapper.pop-up .selectra-shared-reviews-post-review.active .btn-close:hover {
  fill:#f43a31;
  background-color:#ebf6fa;
  border-color:#ebf6fa;
}

.shared-reviews-wrapper.pop-up .selectra-shared-reviews-post-review.active.thankyou-message-review {
  min-height: unset;
  max-height: 296px;
  margin-block: auto;
}

.selectra-shared-reviews-post-review.active .rate svg.star {
  height: 28px;
  width: 28px;
  padding: .3rem;
}
