.matchapp-review-page #main {
  padding-right: 0;
}

.matchapp-review-page #entry {
  background: unset;
  box-shadow: none;
}

.matchapp-review-page .entry-content {
  padding-top: 0;
}

.matchapp-review-page .content-matchapp-review-plugin {
  padding: 0;
  width: 100%;
  position: unset;
}

.content-matchapp-review-plugin .header-left .text-label {
  margin: 0;
  font-size: 16px;
  color: #4d4d4d;
}

.content-matchapp-review-plugin .custom-select {
  position: relative;
  width: 130px;
  line-height: 1.5;
  color: #666666;
}

.content-matchapp-review-plugin .select-selected {
  cursor: pointer;
  border-radius: 2px;
  background-color: #ffffff;
  border: 1px solid #e7e1db;
  font-size: 16px;
  padding: 5px 40px 5px 15px;
  text-align: end;
  background-image: url(../images/arrow_down_select.svg);
  background-repeat: no-repeat;
  background-position-x: 94px;
  background-position-y: 50%;
  background-size: 16px;
}

.content-matchapp-review-plugin .select-items {
  position: absolute;
  z-index: 99;
  width: 100%;
  display: none;
  border-radius: 12px;
  background-color: #ffffff;
  top: -5px;
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 86%;
  box-shadow: 2px 2px 5px 3px rgba(0, 0, 0, 0.1);
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  font-weight: bold;
  color: #666666;
  background-position-y: 10px;
  background-position-x: 83px;
  font-size: 14px;
}

.content-matchapp-review-plugin .select-items .item {
  padding: 2px 15px;
  cursor: pointer;
  padding-left: 36px;
}

.content-matchapp-review-plugin .select-items .item:hover {
  background-color: rgb(240 240 240 / 72%);
}

.content-matchapp-review-plugin .select-items .selected {
  background-image: url(../images/icon_checked.svg);
  background-repeat: no-repeat;
  background-position-y: 50%;
  background-size: 13px;
  background-position-x: 14px;
}

.content-matchapp-review-plugin .select-items {
  background-image: url(../images/arrow_down_select.svg);
  background-size: 16px;
  background-repeat: no-repeat;
}

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

.content-matchapp-review-plugin .review-container .review-title {
  justify-content: space-between;
  border-bottom: 1px solid #f5f5f5;
  padding: 0 0 10px 10px;
}


.content-matchapp-review-plugin .review-sort-action .item-sort {
  margin: 0;
  list-style: none;
  display: flex;
  gap: 5px;
  line-height: 1.1;
  font-size: 11px;
  color: #4d4d4d;
  flex-wrap: wrap;
}

.content-matchapp-review-plugin .review-sort-action {
  display: grid;
  row-gap: 5px;
  margin-bottom: 15px;
}

.content-matchapp-review-plugin .review-sort-action .item-sort .item {
  padding: 4px 15px;
  border-radius: 17px;
  justify-content: center;
  align-items: center;
  background-color: #dcdcdc;
  cursor: pointer;
}

.content-matchapp-review-plugin .review-sort-action .item-sort .item.active {
  color: #fff;
  background-color: #fb9975;
}

.content-matchapp-review-plugin .review-sort-action .item-sort.action {
  display: none;
}

.content-matchapp-review-plugin .review-sort-action .item-sort.action.active {
  display: flex;
}

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

.content-matchapp-review-plugin .container-header::after {
  content: "";
  display: block;
  width: calc(100% + 40px);
  height: 2px;
  background-color: #e7e1db;
  position: relative;
  left: -20px;
}

.content-matchapp-review-plugin .review-container .item-review {
  padding: 20px 0 15px;
  margin-bottom: 15px;
}

.content-matchapp-review-plugin .review-container .item-review:last-child {
  margin-bottom: 0;
}

.content-matchapp-review-plugin .review-container .content-top {
  padding: 0 15px 15px;
  margin-bottom: 15px;
  align-items: flex-start;
}

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

.content-matchapp-review-plugin .review-container .avatar {
  background: unset;
  width: 60px;
  height: 60px;
}

.content-matchapp-review-plugin .review-container .info-user {
  margin-bottom: 2px;
}

.content-matchapp-review-plugin .review-container .rating-review {
  display: flex;
  align-items: center;
  gap: 2px;
}

.content-matchapp-review-plugin .review-container .rating-review .rating-number {
  font-size: 18px;
  font-weight: 600;
  margin-left: 5px;
  line-height: 1.1;
  color: #4d4d4d;
}

.content-matchapp-review-plugin .review-container .info-date {
  color: #999999;
}

.content-matchapp-review-plugin .review-container .content-middle {
  border-bottom: 2px solid #e7e1db;
  padding: 0 15px 15px;
  margin-bottom: 15px;
  color: #000000;
  font-size: 14px;
}

.content-matchapp-review-plugin .review-container .content-middle .middle-item-label:nth-child(2) > :nth-child(2) {
  margin: 0 15px;
}

.content-matchapp-review-plugin .review-container .content-middle .middle-item-label span {
  white-space: nowrap;
}

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

.content-matchapp-review-plugin .review-container .content-action-comment {
  margin: 0 7px;
  border-top: 1px solid #e7e1db;
  padding-top: 10px;
  text-align: end;
}

.content-matchapp-review-plugin .review-container .action-comment {
  font-size: 13px;
  align-items: center;
  color: #5f9bec;
}

.content-matchapp-review-plugin .review-container .action-comment .text-comment {
  padding-left: 10px;
  border-bottom: 1px solid #5f9bec;
  line-height: 1.2;
  font-weight: 500;
  cursor: pointer;
  font-size: 14px;
}

.content-matchapp-review-plugin .item-review-content .read-more {
  padding-left: 15px;
  font-size: 14px;
  margin-bottom: 10px;
}

.content-matchapp-review-plugin .content-read-more {
  display: flex;
}

.matchapp-link-prev-sp {
  display: none;
}

.matchapp-review-page {
  justify-content: center;
}

.page-template-matchapp_list_review .sidebar {
  display: none;
}

/* pagination css */
.content-matchapp-review-plugin .pagination-container .paginationjs {
  justify-content: center;
  align-items: center;
  background-color: #ede7e1;
  padding: 20px 40px;
  margin-top: 20px;
}

.content-matchapp-review-plugin .paginationjs .paginationjs-pages li {
  border-radius: 0;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}

.content-matchapp-review-plugin .paginationjs .paginationjs-pages li:not(:last-child) {
  border-right: 0;
}

.content-matchapp-review-plugin .paginationjs .paginationjs-pages li>a {
  color: #5f9bec;
}

.content-matchapp-review-plugin .paginationjs .paginationjs-pages li.disabled>a {
  opacity: unset;
}

.content-matchapp-review-plugin .paginationjs .paginationjs-pages li.active>a {
  border: unset;
  color: #333333;
  font-weight: 700;
  background-color: unset;
  height: 28px;
  line-height: 28px;;
}

.content-matchapp-review-plugin .paginationjs .paginationjs-pages li:first-child {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.content-matchapp-review-plugin .paginationjs .paginationjs-pages li:last-child {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.content-matchapp-review-plugin .paginationjs .paginationjs-pages ul {
  border: none;
}

.content-matchapp-review-plugin  .paginationjs .paginationjs-pages li>a:hover {
  background: unset;
  opacity: 0.8;
}
/* end pagination css */

/* content comment */
.content-matchapp-review-plugin .content-comment-area .form-container {
  border-radius: 7px;
  padding: 15px;
}

.content-matchapp-review-plugin .content-comment-area .form-btn .submit-button {
  background: #FF5722;
}

.content-matchapp-review-plugin .form-comment-textarea .number-comment {
  position: absolute;
  bottom: 5px;
  right: 7px;
  font-size: 11px;
}

.content-matchapp-review-plugin .form-comment-textarea {
  position: relative;
}

.content-matchapp-review-plugin .content-comment-list {
  max-height: 390px;
  overflow: auto;
}

.content-matchapp-review-plugin .list-comment {
  list-style: none;
  padding: 0;
  font-size: 14px;
  margin: 15px 15px 0;
}

.content-matchapp-review-plugin .list-comment .item-comment {
  margin: 0 0 10px 0;
  padding: 15px 40px;
  border-radius: 5px;
  background: #fff;
  font-size: 14px;
  position: relative;
  border: 1px solid #e7e1db;
}

.content-matchapp-review-plugin .list-comment .item-comment::before {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #adadad;
  content: "\275D";
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 30px;
  line-height: 1;
  text-decoration: inherit;
  font-weight: 400;
  font-style: normal;
  vertical-align: top;
  text-align: center;
  transition: color 0.1s ease-in;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.content-matchapp-review-plugin .list-comment .item-comment::after {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #adadad;
  content: "\275E";
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 30px;
  line-height: 1;
  text-decoration: inherit;
  font-weight: 400;
  font-style: normal;
  vertical-align: top;
  text-align: center;
  transition: color 0.1s ease-in;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.content-matchapp-review-plugin .btn-show-popup-comment {
  text-align: end;
  padding: 5px 15px 0;
  line-height: 1.1;
}

.content-matchapp-review-plugin .btn-show-popup-comment .btn-popup {
  font-size: 14px;
  color: #5f9bec;
  text-decoration: underline;
  cursor: pointer;
}

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

.content-matchapp-review-plugin .list-comment .item-comment .comment-header span {
  white-space: nowrap;
}

.content-matchapp-review-plugin .list-comment .item-comment .comment-user {
  margin-right: 5px;
}

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

.content-matchapp-review-plugin .load_more_comment {
  display: block;
  text-align: center;
  font-size: 13px;
  cursor: pointer;
  font-weight: bold;
  color: #E91E63;
  line-height: 1.1;
  text-decoration: underline;
  padding-top: 10px;
}
/* end content comment */
.content-matchapp-review-plugin .loading {
  z-index: 105;
}

.content-matchapp-review-plugin .no-data-review {
  text-align: center;
  font-size: 14px;
}

.content-matchapp-review-plugin .review-container .content-top,
.content-matchapp-review-plugin .review-container .content-middle {
  border-bottom: 1px solid #e7e1db;
}

.content-matchapp-review-plugin .header .header-left .title {
  line-height: 1.2;
}

.matchapp-review-page #breadcrumb {
  background: unset;
  padding-left: 40px;
  padding-right: 40px;
}

@media only screen and (max-width: 768px) { 
  .matchapp-link-prev-sp {
    color: #5f9bec;
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 16px;
    display: block;
  }

  .matchapp-link-prev-sp a {
    color: #5f9bec;
    text-decoration: underline;
  }

  .content-matchapp-review-plugin .review-container .left .rating-review {
    display: flex;
  }

  .matchapp-review-page .entry-content {
    padding: 0;
  }

  .matchapp-review-page .content-matchapp-review-plugin {
    background-color: #ffffff;
  }

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

  .content-matchapp-review-plugin .container-header::after {
    content: none;
  }

  .content-matchapp-review-plugin .review-container {
    margin-top: 0;
  }

  .content-matchapp-review-plugin .review-sort-action .item-sort {
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: unset;
  }

  .content-matchapp-review-plugin .header, 
  .content-matchapp-review-plugin .review-container {
    border-radius: 0;
  }

  .content-matchapp-review-plugin .review-container {
    border-top: 0;
    padding-top: 0;
    border-bottom: 0;
  }

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

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

  .content-matchapp-review-plugin .header-left .text-label {
    display: none;
  }

  .content-matchapp-review-plugin .pagination-container .paginationjs {
    background-color: unset;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 15px;
  }

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

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

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

  .content-matchapp-review-plugin .header {
    border-left: none;
    border-right: none;
    padding: 10px 17px !important;
  }

  .content-matchapp-review-plugin .review-container {
    border: none;
  }

  .matchapp-review-page #breadcrumb {
    padding-left: 15px;
    padding-right: 15px;
    background: #f4f4f4;
  }
}

@media only screen and (max-width: 425px) {  
  .matchapp-link-prev-sp {
    font-size: 11px;
    padding-left: 10px;
    margin-bottom: 5px;
  }

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

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

  .content-matchapp-review-plugin .review-container .review-title h2 {
    font-size: 15px !important;
  }
  
  .content-matchapp-review-plugin .review-container .item-review {
    padding: 10px 0;
  }

  .content-matchapp-review-plugin .review-container .content-middle,
  .content-matchapp-review-plugin .review-container .content-bottom,
  .content-matchapp-review-plugin .item-review-content .read-more,
  .content-matchapp-review-plugin .review-container .action-comment {
    font-size: 10px;
  }

  .content-matchapp-review-plugin .review-container .content-middle .middle-item-label:nth-child(2) > :nth-child(2) {
    margin: 0 8px;
  }

  .content-matchapp-review-plugin .review-container .content-action-comment {
    padding-top: 5px;
  }

  .content-matchapp-review-plugin .review-container .content-action-comment img {
    width: 15px;
  }
  
  .content-matchapp-review-plugin .review-sort-action .item-sort {
    font-size: 7px;
  }

  .content-matchapp-review-plugin .custom-select {
    width: 80px;
  }

  .content-matchapp-review-plugin .select-selected {
    font-size: 11px;
    padding: 2px 25px 2px 15px;
    background-size: 11px;
    background-position-x: 59px;
  }

  .content-matchapp-review-plugin .select-items {
    font-size: 10px;
    background-size: 11px;
    background-position-x: 55px;
    background-position-y: 8px;
  }

  .content-matchapp-review-plugin .select-items .item {
    background-size: 11px;
    background-position-x: 7px;
    padding: 5px 5px 5px 22px;
    line-height: 1.1;
  }

  .content-matchapp-review-plugin .no-data-review {
    font-size: 12px;
  }

  .content-matchapp-review-plugin .list-comment .item-comment {
    font-size: 11px;
  }

  .content-matchapp-review-plugin .close {
    font-size: 16px;
  }

  .content-matchapp-review-plugin .list-comment .item-comment {
    padding: 15px 15px;
  }

  .content-matchapp-review-plugin .btn-show-popup-comment {
    padding-top: 0;
  }

  .content-matchapp-review-plugin .btn-show-popup-comment .btn-popup {
    font-size: 12px;
  }

  .content-matchapp-review-plugin .list-comment .item-comment::before {
    font-size: 25px;
    top: 0px;
    left: 0px;
  }

  .content-matchapp-review-plugin .list-comment .item-comment::after {
    font-size: 25px;
    bottom: 0;
    right: 5px;
  }

  .content-matchapp-review-plugin .load_more_comment {
    font-size: 11px;
  }

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