.review-details-modal-content {
  width: 75vw;
  max-height: calc(100vh - 150px) !important;
  height: calc(100vh - 150px) !important;
  /* overflow-y: auto; */
  overflow: hidden;
  padding: 0;
}

.review-details-modal-main {
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background-color: #fff;
}

.review-details-modal-left-col {
  position: relative;
  height: 100%;
  background-color: white;
  width: 50%;
}

.review-slider {
  height: 100%;
  /* width: 100%; */

  margin-bottom: 0 !important;
}

.review-slider .slick-list {
  height: 100%;
}

.review-slider .slick-track {
  height: 100%;
}

.review-slider-img-card {
  width: 100%;
  height: 100%;
}

.review-slider-img-card img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

.review-slider-dots {
  position: absolute;
  bottom: 5%;
  left: 40%;
  transform: translateX(-50%);

  display: flex;
}

.review-slider-dots ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.review-slider-dots ul li {
  margin: 0 8px;
}

.review-slider-dots ul li button {
  background: #fff;
  height: 14px;
  width: 14px;
  overflow: hidden;
  color: #ff2a59;
  border: none;
  border-radius: 50%;
}

.review-slider-dots ul li button::before {
  color: #fff;
}

.review-slider-dots ul li.slick-active button::before {
  color: #ff2a59;
}

.review-slider-dots ul li.slick-active button {
  background: #ff2a59;
  color: #fff;
}

.review-details-modal-right-col {
  width: 50%;
  position: relative;
  height: 100%;
  /* display: flex; */
  /* flex-direction: column; */

  /* overflow-y: auto; */
}

.review-details-modal-right-head {
  padding: 3% 5%;
  background: #c2b2a0;
  display: flex;
  align-items: center;
  height: 160px;
}

.review-details-modal-right-avatar {
  width: 108px;
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.review-details-modal-right-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;

  border-radius: 50%;
}

.review-details-modal-right-details {
  padding-left: 25px;
  text-align: left;
  width: calc(100% - 150px);
}

.review-modal-details-title {
  font-size: 30px;
  font-family: "mn-med";
  margin: 0;
}

.review-modal-details-rating-div {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-family: "mn-med";
  padding: 10px 0;
}

.review-modal-details-rating {
  border-right: 2px solid #000;
  line-height: 80%;
  padding-right: 10px;
}

.review-modal-details-brand {
  line-height: 80%;
  padding-right: 10px;
  padding-left: 10px;
}

.review-modal-details-brand:hover {
  color: #138fe4;
}

.review-details-modal-description {
  font-size: 16px;
  font-family: "mn-med";
  margin: 0;
}

.review-details-modal-right-center {
  padding: 3% 6%;
  text-align: left;
  max-height: calc(100% - 300px);
}

.review-details-center-topDiv {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 2px solid #000;
  padding-bottom: 8px;
}

.review-details-center-left-title {
  font-size: 26px;
  font-family: "hn-med";
  padding: 0 0 8px 0;
  margin: 0;
}

.review-details-center-left-dateTime {
  font-size: 16px;
  color: #6f6f6f;
  font-family: "mn-book";
  margin: 0;
}

.review-details-center-left-date {
  border-right: 2px solid #6f6f6f;
  line-height: 70%;
  padding-right: 10px;
}

.review-details-center-left-time {
  line-height: 70%;
  padding-left: 10px;
}

.review-details-center-topDiv-right {
  display: flex;
  align-items: center;
  line-height: 120%;
  padding-top: 6px;
}

.review-details-center-right-ratings {
  font-size: 20px;
  font-family: "hn-med";
  padding-right: 15px;
  border-right: 2px solid #000;
}
.review-details-center-right-ratings-icon {
  padding-left: 15px;
}

.review-details-modal-right-center-title {
  font-size: 28px;
  font-family: "mn-demi";
  padding: 1% 5% 1% 0;
  line-height: 130%;
  margin: 0;
}

.review-details-modal-right-center-tags {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 1% 0;
}
.review-details-modal-tags-item {
  list-style: none;
  background: #6f6f6f;
  color: #fff;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 3px 8px;
  font-size: 18px;
  font-family: "mn-book";
}

.review-details-right-description {
  padding: 2% 2% 10% 0;
  overflow-y: auto;
  min-height: 10vh;
  height: 25vh;
}

.review-details-right-description::-webkit-scrollbar {
  background-color: #c1c1c1 !important;
  width: 4px;
  border-radius: 20px;
}

.review-details-right-description::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 20px;
}

.review-details-right-description-text {
  font-size: 18px;
  font-family: "mn-med";
  line-height: 180%;
}

.review-details-modal-right-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 136px;
  border-top: 1px solid #d9d9d9;
  padding: 2% 6%;
  background: #fff;
}

.review-details-bottom-first-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 3%;
}

.review-bottom-first-row-likes {
  display: flex;
  align-items: center;
}

.review-bottom-first-row-likes:hover svg path {
  fill: #138fe4;
}

.review-bottom-first-row-likes-counts {
  font-size: 25px;
  font-family: "hn-med";
  padding-left: 20px;
}

.review-bottom-first-row-social-links {
  display: flex;
  align-items: center;
}

.review-first-row-facebook-share:hover svg path {
  fill: #138fe4;
  /* transform: scale(1.3); */
}

.link-copy:hover svg path {
  fill: none !important;
  stroke: #138fe4;
}

.review-first-row-facebook-share {
  padding-left: 15px;
}

.review-details-bottom-second-row {
  text-align: left;
  padding: 2% 0;
}

.review-details-bottom-second-row-report {
  font-size: 20px;
  font-family: "mn-med";
  text-transform: uppercase;
  color: #6f6f6f !important;
  background: transparent;
  border: none;
  outline: none;
}

/* Report Modal */

.report-modal {
  display: none;
}

.report-modal-active {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.692);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
}

.report-modal-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.report-modal-close {
  padding-bottom: 3%;
}

.report-modal-close svg {
  cursor: pointer;
}

.report-modal-content-body {
  width: 533px;
  max-height: 803px;
  min-height: 600px;
  background-color: #fff;
  background-image: url("../images/ambassadorPage/ambassador-signup.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 3% 0 8% 0;

  display: flex;

  flex-direction: column;
  align-items: center;
}

.report-modal-title {
  font-size: 67px;
  /* font-family: "mag-bold"; */
  margin: 0;
}
.report-modal-subtitle {
  font-size: 24px;
  font-family: "mn-book";
  padding: 5px 0;
}

.report-option-list {
  padding: 20px 10px;
  margin: 0;
  width: 100%;
}

.report-option-list li {
  cursor: pointer;
  list-style: none;
  font-size: 18px;
  font-family: "mn-book";
  color: #6f6f6f;
  text-align: left;
  background: #fff;
  height: 50px;
  margin: 8px 0;
  display: flex;
  align-items: center;
  padding-left: 75px;
  transition: all 0.4s ease-out;
}

.report-option-list li:hover {
  background: #138fe4;
  color: white;
}

.activeItem {
  background: #138fe4 !important;
  color: #fff !important;
}

.report-submit-btn {
  width: 236px;
  height: 60px;
  background: #000;
  color: #fff;
  font-size: 24px;
  font-family: "mn-book";
  text-transform: uppercase;
  border: none;
  outline: none;
  transition: all 0.2s linear;
}

.report-submit-btn:hover {
  letter-spacing: 1.4px;
}

@media only screen and (max-width: 1600px) {
  .review-slider-dots ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .review-slider-dots ul li {
    margin: 0 8px;
  }

  .review-slider-dots ul li button {
    height: 12px;
    width: 12px;
  }

  .review-details-modal-right-head {
    height: 130px;
  }

  .review-details-modal-right-avatar {
    width: 85px;
    height: 85px;
    padding: 3px;
    border: 1.5px solid #fff;
  }

  .review-details-modal-right-details {
    padding-left: 20px;
    width: calc(100% - 150px);
  }

  .review-modal-details-title {
    font-size: 24px;
  }

  .review-modal-details-title:hover {
    color: #138fe4;
  }

  .review-modal-details-rating-div {
    font-size: 9px;
    padding: 5px 0;
  }

  .review-modal-details-rating {
    border-right: 2px solid #000;
    line-height: 80%;
    padding-right: 10px;
  }

  .review-details-modal-description {
    font-size: 12px;
    line-height: 130%;
  }

  .review-details-modal-right-center {
    padding: 3% 6%;
    text-align: left;
    max-height: calc(100% - 300px);
  }

  .review-details-center-topDiv {
    padding-bottom: 6px;
  }

  .review-details-center-left-title {
    font-size: 19px;
    padding: 0 0 6px 0;
  }

  .review-details-center-left-dateTime {
    font-size: 11px;
  }

  .review-details-center-topDiv-right {
    padding-top: 2px;
  }

  .review-details-center-right-ratings {
    font-size: 14px;
    padding-right: 8px;
  }
  .review-details-center-right-ratings-icon {
    padding-left: 8px;
  }

  .review-details-center-right-ratings-icon svg {
    width: 14px;
    height: 14px;
  }

  .review-details-modal-right-center-title {
    font-size: 20px;
    padding: 1% 3% 2% 0;
  }

  .review-details-modal-tags-item {
    font-size: 14px;
  }

  .review-details-right-description-text {
    font-size: 14px;
  }

  .review-details-modal-right-bottom {
    max-height: 110px;
  }

  .review-bottom-first-row-likes-counts {
    font-size: 18px;
    padding-left: 16px;
  }

  .review-bottom-first-row-likes svg {
    width: 22px;
    height: 22px;
  }

  .review-first-row-facebook-share {
    padding-left: 12px;
  }

  .review-first-row-facebook-share svg {
    width: 16px;
    height: 16px;
  }

  .review-details-bottom-second-row-report {
    font-size: 16px;
  }

  .review-details-bottom-second-row-report svg {
    width: 12px;
    height: 12px;
  }

  /* Report Modal */

  .report-modal-close {
    padding-bottom: 3%;
  }
  .report-modal-close svg {
    width: 18px;
    height: 18px;
  }

  .report-modal-content-body {
    width: 433px;
    max-height: 700px;
    min-height: 620px;
    padding: 3% 0 8% 0;
  }

  .report-modal-title {
    font-size: 55px;
  }
  .report-modal-subtitle {
    font-size: 18px;
  }

  .report-option-list {
    padding: 15px 10px;
  }

  .report-option-list li {
    font-size: 14px;
    height: 40px;
  }

  .report-submit-btn {
    width: 200px;
    height: 45px;
    font-size: 18px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .review-details-modal-main {
    flex-direction: column;
  }

  .review-details-modal-content {
    overflow-y: auto;
    height: auto !important;
  }

  .review-details-modal-left-col {
    width: 100%;
    height: 50%;
    /* height: 516px; */
  }

  .review-details-modal-right-col {
    width: 100%;
    height: 50%;
  }

  .review-slider-dots ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .review-slider-dots ul li {
    margin: 0 8px;
  }

  .review-slider-dots ul li button {
    height: 12px;
    width: 12px;
  }

  .review-details-modal-right-head {
    height: 130px;
  }

  .review-details-modal-right-avatar {
    width: 85px;
    height: 85px;
    padding: 3px;
    border: 1.5px solid #fff;
  }

  .review-details-modal-right-details {
    padding-left: 20px;
    width: calc(100% - 150px);
  }

  .review-modal-details-title {
    font-size: 24px;
  }

  .review-modal-details-rating-div {
    font-size: 9px;
    padding: 5px 0;
  }

  .review-modal-details-rating {
    border-right: 2px solid #000;
    line-height: 80%;
    padding-right: 10px;
  }

  .review-details-modal-description {
    font-size: 12px;
    line-height: 130%;
  }

  .review-details-modal-right-center {
    padding: 3% 6%;
    text-align: left;
    max-height: calc(100% - 300px);
  }

  .review-details-center-topDiv {
    padding-bottom: 6px;
  }

  .review-details-center-left-title {
    font-size: 19px;
    padding: 0 0 6px 0;
  }

  .review-details-center-left-dateTime {
    font-size: 11px;
  }

  .review-details-center-topDiv-right {
    padding-top: 2px;
  }

  .review-details-center-right-ratings {
    font-size: 14px;
    padding-right: 8px;
  }
  .review-details-center-right-ratings-icon {
    padding-left: 8px;
  }

  .review-details-center-right-ratings-icon svg {
    width: 14px;
    height: 14px;
  }

  .review-details-modal-right-center-title {
    font-size: 20px;
    padding: 1% 3% 2% 0;
  }

  .review-details-modal-tags-item {
    font-size: 14px;
  }

  .review-details-right-description {
    height: auto;
    padding-bottom: 100px;
  }

  .review-details-right-description-text {
    font-size: 14px;
  }

  .review-details-modal-right-bottom {
    max-height: 110px;
  }

  .review-bottom-first-row-likes-counts {
    font-size: 18px;
    padding-left: 16px;
  }

  .review-bottom-first-row-likes svg {
    width: 22px;
    height: 22px;
  }

  .review-first-row-facebook-share {
    padding-left: 12px;
  }

  .review-first-row-facebook-share svg {
    width: 16px;
    height: 16px;
  }

  .review-details-bottom-second-row-report {
    font-size: 16px;
  }

  .review-details-bottom-second-row-report svg {
    width: 12px;
    height: 12px;
  }

  /* Report Modal */

  .report-modal-close {
    padding-bottom: 3%;
  }
  .report-modal-close svg {
    width: 18px;
    height: 18px;
  }

  .report-modal-content-body {
    width: 433px;
    max-height: 700px;
    min-height: 620px;
    padding: 3% 0 8% 0;
  }

  .report-modal-title {
    font-size: 55px;
  }
  .report-modal-subtitle {
    font-size: 18px;
  }

  .report-option-list {
    padding: 15px 10px;
  }

  .report-option-list li {
    font-size: 14px;
    height: 40px;
  }

  .report-submit-btn {
    width: 200px;
    height: 45px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 600px) {
  .review-details-modal-main {
    flex-direction: column;
  }

  .review-slider-dots {
    left: 35%;
  }

  .review-details-modal-content {
    overflow-y: auto;
    height: auto !important;
    width: 100%;
  }

  .review-details-modal-left-col {
    width: 100%;
    height: 50%;
    /* height: 516px; */
  }

  .review-details-modal-right-col {
    width: 100%;
    height: 50%;
  }

  .review-slider-dots ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .review-slider-dots ul li {
    margin: 0 8px;
  }

  .review-slider-dots ul li button {
    height: 12px;
    width: 12px;
  }

  .review-details-modal-right-head {
    height: 70px;
    padding: 10px;
  }

  .review-details-modal-right-avatar {
    width: 45px;
    height: 45px;
    padding: 2px;
    border: 1px solid #fff;
  }

  .review-details-modal-right-details {
    padding-left: 20px;
    width: calc(100% - 40px);
  }

  .review-modal-details-title {
    font-size: 16px;
  }

  .review-modal-details-rating-div {
    font-size: 9px;
    padding: 5px 0;
  }

  .review-modal-details-rating {
    border-right: 2px solid #000;
    line-height: 80%;
    padding-right: 10px;
  }

  .review-details-modal-description {
    display: none;
  }

  .review-details-modal-right-center {
    padding: 3% 6%;
    text-align: left;
    max-height: calc(100% - 300px);
  }

  .review-details-center-topDiv {
    padding-bottom: 6px;
  }

  .review-details-center-left-title {
    font-size: 17px;
    padding: 0 0 6px 0;
  }

  .review-details-center-left-dateTime {
    font-size: 11px;
  }

  .review-details-center-topDiv-right {
    padding-top: 2px;
  }

  .review-details-center-right-ratings {
    font-size: 14px;
    padding-right: 8px;
  }
  .review-details-center-right-ratings-icon {
    padding-left: 8px;
  }

  .review-details-center-right-ratings-icon svg {
    width: 14px;
    height: 14px;
  }

  .review-details-modal-right-center-title {
    font-size: 14px;
  }

  .review-details-modal-tags-item {
    font-size: 10px;
  }

  .review-details-right-description {
    height: auto;
    padding-bottom: 100px;
  }

  .review-details-right-description-text {
    font-size: 10px;
  }

  .review-details-modal-right-bottom {
    max-height: 110px;
  }

  .review-bottom-first-row-likes-counts {
    font-size: 16px;
    padding-left: 12px;
  }

  .review-bottom-first-row-likes svg {
    width: 18px;
    height: 18px;
  }

  .review-first-row-facebook-share {
    padding-left: 12px;
  }

  .review-first-row-facebook-share svg {
    width: 16px;
    height: 16px;
  }

  .review-details-bottom-second-row-report {
    font-size: 16px;
  }

  .review-details-bottom-second-row-report svg {
    width: 12px;
    height: 12px;
  }

  /* Report Modal */

  .report-modal-close {
    padding-bottom: 3%;
  }
  .report-modal-close svg {
    width: 18px;
    height: 18px;
  }

  .report-modal-content-body {
    width: 90vw;
    max-height: 80vh;
    min-height: 80vh;

    padding: 3% 0 8% 0;
  }

  .report-modal-title {
    font-size: 30px;
  }
  .report-modal-subtitle {
    font-size: 14px;
  }

  .report-option-list {
    padding: 10px 10px;
    overflow-y: auto;
  }

  .report-option-list li {
    font-size: 10px;
    height: 40px;
    padding-left: 20px;
  }

  .report-submit-btn {
    width: 160px;
    height: 40px;
    font-size: 14px;
  }
}
