/* .has-matchapp-review-plugin .entry-content {
  padding: 0;
  background-color: #f9f4ef;
  border: none;
  box-shadow: none;
} */

.has-matchapp-review-plugin #entry {
  border: none;
  box-shadow: none;
}

.overflow-hidden {
  overflow: hidden;
}

.content-matchapp-review-plugin {
  padding: 40px 0;
  width: calc(100% - -80px);
  position: relative;
  left: -40px;
  background: #f9f4ef;
}

.content-matchapp-review-plugin .header {
  border-radius: 8px;
  background-color: #ffffff;
  padding: 25px 40px;
  display: flex;
  justify-content: space-between;
  box-shadow: none;
  border: 1px solid #e7e1db;
  margin-bottom: 25px;
  align-items: center;
}

.content-matchapp-review-plugin h2:not(
  .content-matchapp-review-plugin .title-container,
  .content-matchapp-review-plugin .post-review-page,
  .content-matchapp-review-plugin .review-container .review-title .heading-title
) {
  background: unset;
  padding: unset;
}

.content-matchapp-review-plugin .header .header-left {
  display: flex;
  column-gap: 15px;
}

.content-matchapp-review-plugin .header .header-left img {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  border: 1px solid rgb(0 0 0 / 3%);
}

.content-matchapp-review-plugin .header .header-left .title {
  margin: 0;
  /* font-size: 20px; */
  line-height: 1.1;
  color: #333333;
}

.content-matchapp-review-plugin .header .rating-header {
  border-radius: 7px;
  background-color: #ffffff;
  border: 1px solid #e7e1db;
  font-size: 14px;
  line-height: 1.1;
  padding: 10px 20px;
  min-width: 153px;
}

.content-matchapp-review-plugin .header .rating-header .count-review {
  margin-left: 5px;
  font-size: 13px;
}

.content-matchapp-review-plugin .rating-header-number {
  margin-bottom: 5px;
  color: #666666;
  font-size: 16px;
}

.content-matchapp-review-plugin .rating-header-content {
  display: flex;
  align-items: center;
}

.content-matchapp-review-plugin .star-rating {
  display: flex;
  column-gap: 2px;
}
.content-matchapp-review-plugin .star-rating img {
  height: 20px;
}

.content-matchapp-review-plugin .text-center {
  text-align: center;
}

.content-matchapp-review-plugin .btn-download {
  display: flex;
  justify-content: center;
}

.content-matchapp-review-plugin .cta-button {
  border-radius: 16px;
  background-color: #df2f32;
  color: #ffff;
  font-weight: 500;
  font-size: 1.2em;
  padding: 15px 40px;
}

.content-matchapp-review-plugin .charts-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.content-matchapp-review-plugin .charts-content .item-chart,
.content-matchapp-review-plugin .charts-content .form-comment-type {
  width: calc(50% - 10px);
}

.content-matchapp-review-plugin .charts-content .item-chart,
.content-matchapp-review-plugin .charts-content .form-comment-type p {
  margin-top: 20px;
}


.content-matchapp-review-plugin .charts-content .item-chart canvas {
  max-width: 100%;
}

.content-matchapp-review-plugin .charts-content .item-chart.purpose {
  display: flex;
  flex-direction: column;
}

.content-matchapp-review-plugin .charts-content .purpose-chart {
  display: flex;
  column-gap: 20px;
  padding-left: 17px;
}

.content-matchapp-review-plugin .container-chart-app {
  margin: 25px 0;
  border-radius: 8px;
  background-color: #ffffff;
  border: 1px solid #e7e1db;
  padding: 20px 40px;
}

.content-matchapp-review-plugin .charts-content .item-chart {
  border-radius: 4px;
  background-color: #f9f9f9;
  padding: 10px;
}

.content-matchapp-review-plugin .charts-content .title-item-chart {
  margin: 0;
  border: none;
  padding: 0 0 20px 17px;
  /* font-size: 16px; */
  color: #4d4d4d;
  border-bottom: none !important;
  font-weight: 500;
}

.content-matchapp-review-plugin .charts-content .title-item-chart::before {
  content: none;
}

.content-matchapp-review-plugin .title-container {
  margin: 0;
  /* font-size: 20px; */
  margin-bottom: -10px;
  line-height: 1.1;
  /* color: #1a1a1a; */
}

.content-matchapp-review-plugin .purpose-chart .chart-canvas {
  width: 50% !important;
}

.content-matchapp-review-plugin .purpose-chart .legend {
  line-height: 1.1;
}

.content-matchapp-review-plugin .purpose-chart .legend .legend-item {
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 12px;
  margin-bottom: 5px;
  position: relative;
  cursor: pointer;
}

.content-matchapp-review-plugin .purpose-chart .legend .legend-text {
  color: #4d4d4d;
  font-size: 13px;
}

.content-matchapp-review-plugin
  .purpose-chart
  .legend
  .legend-item.active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #4d4d4d;
  bottom: 50%;
  transform: translateY(50%);
}

.content-matchapp-review-plugin .purpose-chart .legend .legend-color {
  padding: 2px;
  color: #fff;
  font-size: 13px;
  width: 60px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content-matchapp-review-plugin .form-container {
  border-radius: 8px;
  background-color: #ffffff;
  border: 1px solid #e7e1db;
  padding: 20px 40px;
  margin-bottom: 25px;
}

.content-matchapp-review-plugin .form-container .form-header {
  margin-top: 0;
  /* font-size: 20px; */
  margin-bottom: 0;
  line-height: 1.1;
  /* color: #1a1a1a; */
}

.content-matchapp-review-plugin .form-container .form-control {
  font-size: 16px;
  color: #666666;
}

.content-matchapp-review-plugin .form-container .form-rating {
  /* display: flex; */
  display: none;
  column-gap: 10px;
  line-height: 1.1;
  align-items: center;
}

.content-matchapp-review-plugin .form-container .label-control {
  font-size: 15px;
  line-height: 1.1;
  color: rgb(77, 77, 77);
  margin-bottom: 10px;
  padding-left: 8px;
}

.content-matchapp-review-plugin .form-container .input-name {
  border: 1px solid #e7e1db;
  background: unset;
  padding: 5px 15px;
  font-size: 14px;
  color: #000000;
  border-radius: 0;
}

.content-matchapp-review-plugin .form-container .input-name::placeholder {
  color: #999999;
}

.content-matchapp-review-plugin .form-container .form-control .selects-form {
  display: flex;
  gap: 10px 20px;
  flex-wrap: wrap;
}

.content-matchapp-review-plugin .form-container .form-control .item-select {
  border-radius: 7px;
  background-color: #ffffff;
  border: 1px solid #e7e1db;
  width: 23%;
  font-size: 14px;
  color: #666666;
  padding: 5px 30px 5px 15px;
  margin: 0;
  background-position: 89.5% center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.content-matchapp-review-plugin .rating {
  direction: rtl;
}

.content-matchapp-review-plugin .rating > input {
  display: none;
}

.content-matchapp-review-plugin .rating > label {
  display: inline-block;
  cursor: pointer;
  width: 25px;
  height: 25px;
  background-image: url(../images/star_non_active_outline_.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.content-matchapp-review-plugin .rating > input:checked ~ label,
.content-matchapp-review-plugin .rating > label:hover,
.content-matchapp-review-plugin .rating > label:hover ~ label,
.content-matchapp-review-plugin
  .rating
  > input[type="radio"]:checked
  + label:before {
  background-image: url(../images/star_active.svg);
}

.content-matchapp-review-plugin .form-container .label {
  font-weight: 500;
}

.content-matchapp-review-plugin textarea {
  border-radius: 0;
  background-color: #ffffff;
  border: 1px solid #e7e1db;
  font-size: 14px;
  color: #000000;
  min-height: 100px;
  max-height: 150px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}

.content-matchapp-review-plugin textarea::placeholder {
  color: #999999;
}

.content-matchapp-review-plugin .form-btn {
  text-align: end;
  margin-top: 15px;
}

.content-matchapp-review-plugin .form-btn .submit-button {
  border-radius: 9px;
  background-color: #fa9b75;
  color: #ffffff;
  font-size: 16px;
  border: none;
  padding: 4px 20px;
}

.content-matchapp-review-plugin .review-container {
  border-radius: 8px;
  background-color: #ffffff;
  border: 1px solid #e7e1db;
  padding: 20px 40px;
}

.content-matchapp-review-plugin .review-container .review-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  column-gap: 5px;
}

.content-matchapp-review-plugin .review-container .review-title h2 {
  margin: 0;
  /* font-size: 20px; */
  color: #1a1a1a;
  line-height: 1.1;
}

.content-matchapp-review-plugin .review-container .review-count {
  color: #4d4d4d;
  font-size: 15px;
  font-weight: 400;
  white-space: nowrap;
  position: relative;
  top: -3px;
}

.content-matchapp-review-plugin .review-container .item-review {
  border-radius: 7px;
  background-color: #f9f9f9;
  border: 1px solid #e7e1db;
  padding: 20px 10px 15px;
}

.content-matchapp-review-plugin .review-container .content-top {
  display: flex;
  border-bottom: 2px solid #e7e1db;
  justify-content: space-between;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.content-matchapp-review-plugin .review-container .content-top .left {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.content-matchapp-review-plugin .review-container .avatar {
  width: 55px;
  height: 55px;
  border-radius: 34px;
  background-color: #fbb7b8;
  color: #ffff;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-matchapp-review-plugin .review-container .avatar.male {
  background-color: #b7d1ff;
}

.content-matchapp-review-plugin .review-container .info-user {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 1.1;
}

.content-matchapp-review-plugin .review-container .info-age {
  font-size: 14px;
}

.content-matchapp-review-plugin .review-container .rating-review {
  line-height: 1.5;
}

.content-matchapp-review-plugin .review-container .rating-review img {
  height: 20px;
}

.content-matchapp-review-plugin .review-container .info-date {
  font-size: 15px;
  margin-bottom: 10px;
  color: #666666;
}

.content-matchapp-review-plugin .review-container .right .info-date {
  display: block;
}

.content-matchapp-review-plugin .review-container .info-rights {
  display: flex;
  column-gap: 5px;
  line-height: 1.1;
  font-size: 13px;
  color: #4d4d4d;
}

.content-matchapp-review-plugin .review-container .info-rights .info {
  border-radius: 17px;
  background-color: #fbae91;
  padding: 4px 15px;
  max-width: 112px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.content-matchapp-review-plugin
  .review-container
  .info-rights
  .info:nth-child(1) {
  color: #fff;
}

.content-matchapp-review-plugin
  .review-container
  .info-rights
  .info:nth-child(2) {
  background-color: #fcd699;
}

.content-matchapp-review-plugin
  .review-container
  .info-rights
  .info:nth-child(3) {
  background-color: #e5ded5;
}

.content-matchapp-review-plugin .review-container .content-bottom {
  margin: 0;
  font-size: 16px;
}

.content-matchapp-review-plugin .item-review-content {
  position: relative;
}

.content-matchapp-review-plugin .review-content {
  transition: max-height 0.5s ease-in-out;
}

.content-matchapp-review-plugin .item-comment-type .comment-details p.show-few-lines,
.content-matchapp-review-plugin .review-content.show-few-lines {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  line-height: 2em;
}

.content-matchapp-review-plugin .read-more {
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  font-weight: bold;
  color: #5f9bec;
  padding-right: 14px;
  position: relative;
}

.content-matchapp-review-plugin .read-more::after {
  content: "";
  background-image: url(../images/iocn_arrow_down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 11px;
  display: flex;
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-17%);
}

.content-matchapp-review-plugin .read-more.more::after {
  top: 0;
  transform: rotate(180deg);
}

.content-matchapp-review-plugin .review-container .load_more_button {
  margin: 15px 0;
  text-align: center;
}

.content-matchapp-review-plugin .review-container .load_more_button.male {
  margin-bottom: 0;
}

.content-matchapp-review-plugin .btn_load_more_review {
  /* border: 1px solid #fbb7b8; */
  border-radius: 20px;
  font-size: 16px;
  color: #ffffff;
  background: #fb8292;
  padding: 6px 40px;
  font-weight: 600;
}

.content-matchapp-review-plugin .load_more_button.male .btn_load_more_review {
  /* border: 1px solid #70a6ff; */
  background: #6da4ff;
}

.content-matchapp-review-plugin .mobile {
  display: none;
}

/* Common */
.content-matchapp-review-plugin input[type="text"].error,
.content-matchapp-review-plugin input[type="number"].error,
.content-matchapp-review-plugin textarea.error,
.content-matchapp-review-plugin select.error {
  border: 1px solid red !important;
}

.content-matchapp-review-plugin div.error,
.content-matchapp-review-plugin label.error {
  font-size: 11px;
  color: red;
  display: block;
}

.content-matchapp-review-plugin .loading {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000070;
  z-index: 105;
}

.content-matchapp-review-plugin .loader {
  background-image: url(../images/loading.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 80px;
  height: 80px;
}

body.is_loading  {
  overflow: hidden;
}

body.is_loading .loading {
  display: flex;
}

body.is_loading #container,
.overflow-hidden #container {
  overflow-y: scroll;
  box-sizing: content-box; 
}

.content-matchapp-review-plugin .mt-15 {
  margin-top: 15px;
}

.content-matchapp-review-plugin .mb-15 {
  margin-bottom: 15px;
}

.content-matchapp-review-plugin .alert {
  line-height: 1.2;
  padding: 12px;
  color: white;
  opacity: 1;
  transition: opacity 0.6s;
  margin-bottom: 15px;
  border-radius: 3px;
  font-size: 16px;
  margin-top: 15px;
}

.content-matchapp-review-plugin .alert.success {
  background: linear-gradient(to bottom, #56ab2f, #a8e063);
  border: 1px solid #a8e063;
  background: -webkit-linear-gradient(to bottom, #56ab2f, #a8e063);
}

.content-matchapp-review-plugin .alert.danger {
  background: linear-gradient(to bottom, #ed213a, #93291e);
  background: -webkit-linear-gradient(to bottom, #ed213a, #93291e);
  border: 1px solid #ed213a;
}

.content-matchapp-review-plugin .closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 16px;
  line-height: 1.1;
  cursor: pointer;
  transition: 0.3s;
}

.content-matchapp-review-plugin .closebtn:hover {
  color: black;
}

.content-matchapp-review-plugin .form-header-content {
  border-bottom: 2px solid #e7e1db;
  margin-bottom: 10px;
  padding-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.has-matchapp-review-plugin .tooltip-box {
  position: absolute;
  background: rgb(51 51 51 / 60%);
  color: #fff;
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 11px;
  pointer-events: none;
  display: none;
  z-index: 9999;
}

/* End Common */

/* The Modal */
.content-matchapp-review-plugin .modal {
  display: none; 
  position: fixed; 
  z-index: 101; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s
}

.content-matchapp-review-plugin .modal-content {
  position: fixed;
  top: 30%;
  width: 100%;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s;
  max-width: 700px;
  transform: translateX(-50%);
  left: 50%;
}

.content-matchapp-review-plugin .close {
  color: #1a1a1a;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.content-matchapp-review-plugin .close:hover,
.content-matchapp-review-plugin .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
/* End The Modal */

.content-matchapp-review-plugin .btn-send-report {
  background: unset;
  border: unset;
  color: #5f9bec;
  text-decoration: underline;
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-top: 15px;
  font-weight: 500;
}

.content-matchapp-review-plugin .item-chart.purpose .btn-send-report {
  margin-top: auto;
}

.content-matchapp-review-plugin .modal-user-report textarea {
  margin-top: 25px;
}

.content-matchapp-review-plugin .form-comment-type .form-container {
  padding: 0;
  margin-bottom: 0;
  border: none;
}

.content-matchapp-review-plugin .form-comment-type textarea {
  max-height: 100px;
  min-height: 60px;
}

.content-matchapp-review-plugin .list-comment-type {
  list-style: none;
  margin-bottom: 0;
  display: grid;
  gap: 10px;
  padding-top: 1em;
  border-top: 1px solid #e7e1db;
}

.content-matchapp-review-plugin .item-comment-type {
  margin: 0;
  padding: 10px;
  border-radius: 5px;
  background: #fff;
  font-size: 14px;
  /* border: 1px solid #e7e1db; */
  background-color: #f9f9f9;
}

.content-matchapp-review-plugin .item-comment-type .comment-header {
  margin-bottom: 10px;
  padding: 0 0 5px;
  border-bottom: 1px dotted #999;
}

.content-matchapp-review-plugin .item-comment-type .comment-details p { 
  margin: 0;
}

.content-matchapp-review-plugin .form-comment-type .alert {
  padding: 8px;
  font-size: 12px;
}

.content-matchapp-review-plugin .review-container .review-title .heading-title {
  width: 100%;
}

.content-matchapp-review-plugin .form-container .post-review-page {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.content-matchapp-review-plugin .form-container .post-review-page .label {
  font-weight: 400;
}

@media only screen and (max-width: 1024px) { 
  .content-matchapp-review-plugin .charts-content {
    flex-direction: column;
  }

  .content-matchapp-review-plugin .charts-content .item-chart,
  .content-matchapp-review-plugin .charts-content .form-comment-type {
    width: 100%;
  }

  .content-matchapp-review-plugin .review-container .content-top {
    flex-direction: column;
  }

  .content-matchapp-review-plugin .review-container .content-top .right {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .content-matchapp-review-plugin .review-container .right .info-date {
    margin-bottom: 0;
    font-size: 14px;
  }
}

@media only screen and (max-width: 850px) { 
  .content-matchapp-review-plugin .form-container .form-control .item-select {
    width: 30%;
  }

  .content-matchapp-review-plugin .form-container .form-control .selects-form {
    justify-content: space-between;
  }

  .content-matchapp-review-plugin .review-container .content-top {
    flex-wrap: wrap;
  }

  .content-matchapp-review-plugin .review-container .right {
    text-align: start;
  }

  .content-matchapp-review-plugin .header .rating-header {
    font-size: 14px;
    padding: 5px 10px;
  }

  .content-matchapp-review-plugin .star-rating img {
    height: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .content-matchapp-review-plugin .alert {
    font-size: 11px;
  }
  
  .has-matchapp-review-plugin .entry-content {
    padding: 0 20px;
  }

  .content-matchapp-review-plugin {
    left: -20px;
    padding: 20px;
    width: calc(100% - -40px);
  }

  .content-matchapp-review-plugin .header {
    flex-direction: column;
  }

  .content-matchapp-review-plugin .header .rating-header {
    padding: 0;
    border: none;
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    column-gap: 10px;
    margin-bottom: 10px;
  }

  .content-matchapp-review-plugin .rating-header-number {
    margin-bottom: 0;
  }

  /* .content-matchapp-review-plugin .star-rating img {
    height: 15px;
  } */

  .content-matchapp-review-plugin .mobile {
    display: block;
  }

  .content-matchapp-review-plugin .charts-content .item-chart.purpose,
  .content-matchapp-review-plugin .charts-content .form-comment-type.purpose,
  .content-matchapp-review-plugin .review-container .left .rating-review,
  .content-matchapp-review-plugin .review-container .right .info-date {
    display: none;
  }

  .content-matchapp-review-plugin .review-container .content-top {
    flex-direction: column;
    padding-bottom: 5px;
  }

  .content-matchapp-review-plugin .header-sp-content {
    display: flex;
    list-style: none;
    margin: 0;
    line-height: 1.1;
    column-gap: 5px;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
  }

  .content-matchapp-review-plugin .header-sp-content .item-purpose {
    font-size: 13px;
    padding: 6px 20px;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #e7e1db;
    color: #666666;
    justify-content: space-between;
  }

  .content-matchapp-review-plugin .header-sp-content .item-purpose span:last-child {
    margin-left: 5px;
  }

  .content-matchapp-review-plugin .review-container .rating-review {
    line-height: 1;
  }

  .content-matchapp-review-plugin .form-header-content {
    border-bottom: unset;
    margin-bottom: 10px;
    padding-bottom: 15px;
    flex-direction: column;
    padding: 0;
    margin: 0;
  }

  .content-matchapp-review-plugin .form-container .form-header {
    width: 100%;
    border-bottom: 2px solid #e7e1db;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .content-matchapp-review-plugin .form-container .form-rating {
    width: 100%;
    flex-direction: column;
    margin-bottom: 0;
  }

  .content-matchapp-review-plugin .form-container .form-rating .label {
    width: 100%;
    margin-bottom: 5px;
  }

  .content-matchapp-review-plugin .rating {
    width: 100%;
    text-align: end;
  }

  /* .content-matchapp-review-plugin .form-container .label-control {
    font-size: 12px;
    padding-left: 5px;
  } */

  /* .content-matchapp-review-plugin .form-container .input-name {
    font-size: 10px;
    padding: 5px 8px;
  } */

  .content-matchapp-review-plugin .header .header-left {
    width: 100%;
  }


  .content-matchapp-review-plugin .cta-button,
  .content-matchapp-review-plugin .charts-content .title-item-chart {
    font-size: 1em;
  }

  .content-matchapp-review-plugin .review-container .content-bottom {
    font-size: 14px;
  }

  .content-matchapp-review-plugin .btn_load_more_review {
    font-size: 14px;
  }

  .content-matchapp-review-plugin .review-container .info-date {
    margin-bottom: 0;
  }

  .content-matchapp-review-plugin .header .header-left {
    align-items: center;
  }

  .content-matchapp-review-plugin .modal .form-header-content {
    flex-direction: unset;
    align-items: center;
    border-bottom: 2px solid #e7e1db;
    margin-bottom: 15px;
  }

  .content-matchapp-review-plugin .modal .form-container .form-header {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .content-matchapp-review-plugin .charts-content :nth-child(1) {
    order: 1;
  }

  .content-matchapp-review-plugin .charts-content :nth-child(3) {
    order: 2;
  }

  .content-matchapp-review-plugin .charts-content :nth-child(5) {
    order: 3;
  }

  .content-matchapp-review-plugin .charts-content :nth-child(7) {
    order: 4;
  }

  .content-matchapp-review-plugin .charts-content :nth-child(6) {
    order: 5;
  }

  .content-matchapp-review-plugin .charts-content :nth-child(8) {
    order: 6;
  }
}

@media only screen and (max-width: 550px) {
  .content-matchapp-review-plugin .review-container .info-rights .info {
    max-width: 68px;
    padding: 4px 10px
  }

  .content-matchapp-review-plugin .header,
  .content-matchapp-review-plugin .container-chart-app,
  .content-matchapp-review-plugin .form-container,
  .content-matchapp-review-plugin .review-container {
    padding: 17px;
  }

  .content-matchapp-review-plugin .form-container .form-control .selects-form {
    gap: unset;
    justify-content: space-between;
    row-gap: 10px;
  }

  .content-matchapp-review-plugin .form-container .form-control .item-select {
    width: 31.5%;
    padding: 5px 8px;
    padding-right: 18px;
  }

  .content-matchapp-review-plugin .review-container .info-rights {
    font-size: 10px;
  }

  .content-matchapp-review-plugin .review-container .avatar {
    width: 50px;
    height: 50px;
  }

  .content-matchapp-review-plugin .header-sp-content {
    justify-content: space-around;
  }

  .content-matchapp-review-plugin .header .header-left .title {
    font-size: 1.3em !important;
  }

  .content-matchapp-review-plugin .review-container .review-count {
    font-size: 13px;
  }
}

@media only screen and (max-width: 425px) {
  .content-matchapp-review-plugin .cta-button,
  .content-matchapp-review-plugin .charts-content .title-item-chart {
    font-size: 14px;
  }

  .content-matchapp-review-plugin .review-container .review-count {
    font-size: 12px;
  }

  .content-matchapp-review-plugin .form-container .form-control .selects-form {
    gap: unset;
    justify-content: space-between;
    row-gap: 10px;
  }

  .content-matchapp-review-plugin .form-container .form-control .item-select {
    width: 31.5%;
    background-size: 11%;
    font-size: 10px;
    padding: 5px 8px;
    padding-right: 18px;
  }

  .content-matchapp-review-plugin textarea {
    font-size: 10px;
    padding: 5px 8px;
  }

  .content-matchapp-review-plugin .form-container .label,
  .content-matchapp-review-plugin .review-container .info-user {
    font-size: 13px;
  }

  .content-matchapp-review-plugin .review-container .review-count {
    font-size: 10px;
  }

  .content-matchapp-review-plugin .review-container .info-age {
    font-size: 11px;
  }

  .content-matchapp-review-plugin .rating > label {
    width: 15px;
    height: 15px;
  }

  .content-matchapp-review-plugin .container-chart-app,
  .content-matchapp-review-plugin .form-container {
    margin-bottom: 15px;
  }

  .content-matchapp-review-plugin .review-container .load_more_button {
    margin: 10px 0;
  }

  .content-matchapp-review-plugin .review-container .info-rights {
    font-size: 10px;
  }

  .content-matchapp-review-plugin .review-container .content-top {
    margin-bottom: 10px;
  }

  .content-matchapp-review-plugin .review-container .content-bottom {
    font-size: 12px;
  }

  .content-matchapp-review-plugin .review-container .avatar {
    width: 35px;
    height: 35px;
    font-size: 13px;
  }

  .content-matchapp-review-plugin .review-container .info-date {
    font-size: 10px;
  }

  .content-matchapp-review-plugin .review-container .rating-review img {
    width: 12px;
    height: 12px;
  }

  .content-matchapp-review-plugin .review-container .info-rights .info {
    font-size: 7px;
    max-width: 68px;
  }

  .content-matchapp-review-plugin .read-more {
    font-size: 12px;
  }

  .content-matchapp-review-plugin .header-sp-content {
    gap: 5px;
    justify-content: space-between;
  }

  .content-matchapp-review-plugin .header-sp-content .item-purpose {
    padding: 6px 14px;
  }

  .content-matchapp-review-plugin .header .header-left img {
    width: 50px;
    height: 50px;
  }

  .content-matchapp-review-plugin .header .header-left .title {
    font-size: 18px !important;
  }

  .content-matchapp-review-plugin .btn-send-report {
    font-size: 12px;
  }

  .content-matchapp-review-plugin .item-comment-type {
    font-size: 12px;
  }

  .content-matchapp-review-plugin .btn_load_more_review {
    font-size: 11px;
    padding: 5px 40px;
  }
}


@-webkit-keyframes slideIn {
  from {top: -300px; opacity: 0} 
  to {top: 30%; opacity: 1}
}

@keyframes slideIn {
  from {top: -300px; opacity: 0}
  to {top: 30%; opacity: 1}
}

@-webkit-keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

@keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}