/* ===== APP RATING NEW 09/2024 ===== */
.crv-hrvmodal__preview-comment .hrv-crv-ritem__img-preview-container {
  height: auto; }

.crv-hrvmodal.open.crv-hrvmodal__preview-comment {
  height: 80vh;
  border-radius: 8px;
  overflow: hidden; }

.crv-hrvmodal--body::-webkit-scrollbar, .crv-hrvmodal--body::-webkit-scrollbar {
  width: 4px;
  height: 3px; }

.crv-hrvmodal--body::-webkit-scrollbar-track, .crv-hrvmodal--body::-webkit-scrollbar-track {
  -webkit-border-radius: 2px;
  border-radius: 2px; }

.crv-hrvmodal--body::-webkit-scrollbar-thumb, .crv-hrvmodal--body::-webkit-scrollbar-thumb {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #17479d;
  -webkit-box-shadow: inset 0 0 6px #17479d; }

.crv-hrvmodal--body::-webkit-scrollbar-thumb:window-inactive, .crv-hrvmodal--body::-webkit-scrollbar-thumb:window-inactive {
  background: #17479d; }

.crv-hrvmodal-base--list {
  background: #17479d;
  color: #fff;
  text-align: center; }
  .crv-hrvmodal-base--list .crv-hrvmodal--header__title {
    margin: auto;
    font-weight: bold;
    text-transform: uppercase; }
  .crv-hrvmodal-base--list .crv-hrvmodal-close svg {
    stroke: #fff; }
    .crv-hrvmodal-base--list .crv-hrvmodal-close svg path {
      fill: #fff; }

@media (max-width: 440px) {
  .crv-hrvmodal.open {
    width: calc(100vw - 30px);
    height: 90vh; } }

/* ===== APP RATING ===== */
.sec_rating .container {
  background: #fff;
  margin: 15px auto;
  padding: 10px;
  border-radius: 8px; }

.sec_rating .title-bl h2 {
  font-size: 22px;
  line-height: 27px; }

.sec_rating ul {
  list-style: none;
  padding: 0; }

.rv_evaluation_combo {
  flex-wrap: wrap;
  padding: 0 !important;
  border: 0 !important; }
  .rv_evaluation_combo .rv_rating {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border-bottom: 1px solid #dfdfdf;
    position: relative; }
    .rv_evaluation_combo .rv_rating label {
      min-width: 40px; }

.comment_variant, .d-none, .hidden {
  display: none; }

@media (min-width: 992px) {
  .modal-lg {
    width: 85%; } }

.comment_variant {
  font-size: 12px;
  color: #666;
  margin: 5px 0; }

.comment_title .verify {
  margin-left: 10px;
  font-size: 12px;
  color: #4caf50; }
  .comment_title .verify img {
    width: 15px; }

.comment_content {
  font-size: 13px; }

.promo-box {
  margin-top: 20px;
  margin-left: 12px;
  position: relative;
  background: #fff;
  border: 1px solid #6EA204;
  padding: 15px; }

.rating-success {
  width: 100%;
  font-size: 14px;
  font-weight: bold; }

.content {
  font-weight: 400; }

.promo-box .item {
  display: flex;
  margin-bottom: 10px; }
  .promo-box .item .left {
    width: 50px;
    text-align: center; }
    .promo-box .item .left svg {
      width: 15px;
      height: 15px;
      vertical-align: -3px; }
  .promo-box .item .right {
    width: calc(100% - 50px); }
    .promo-box .item .right p {
      margin-bottom: 0; }

.default, .content {
  text-transform: initial;
  margin: 10px 0; }

.default span {
  padding: 2px 5px;
  border-radius: 8px;
  margin-right: 15px;
  display: inline-block;
  font-weight: 400;
  font-size: 13px;
  background: #2659f3;
  color: #fff; }

.rv_image .preview-rv-img {
  display: flex;
  align-items: center;
  min-height: 130px;
  width: 130px;
  border: 1px dashed #000;
  border-radius: 5px;
  font-size: 12px;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  margin: 0; }
  .rv_image .preview-rv-img i {
    font-size: 28px;
    color: #000; }

.err_img {
  margin-bottom: 10px; }

#preview_img {
  display: flex; }
  #preview_img > figure {
    max-width: 115px;
    position: relative;
    z-index: 1;
    height: auto;
    margin-right: 10px;
    border-radius: 5px; }
    #preview_img > figure:before {
      z-index: 9;
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.2);
      border-radius: 5px; }
    #preview_img > figure:first-child {
      margin-left: 10px; }
    #preview_img > figure:last-child {
      margin-right: 0px; }
    #preview_img > figure img {
      width: 100%;
      border-radius: 5px; }
    #preview_img > figure i {
      position: absolute;
      color: #fff;
      right: 5px;
      top: 5px;
      z-index: 99;
      border: 2px solid #fff;
      border-radius: 50%;
      padding: 8px;
      width: 5px;
      height: 5px;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      background-size: 50% 50%;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url("https://file.hstatic.net/200000060274/file/close_a8dadb58798949d9b93ff3542bb924cf.png"); }

.w-100 {
  width: 100%; }

.flex-wrap {
  flex-wrap: wrap; }

.review_summary {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px;
  background: #ebf0ff;
  border: 1px solid #d6e0ff; }
  .review_summary__figure {
    margin-bottom: 15px; }
  .review_summary__detail {
    display: flex;
    justify-content: center;
    margin: 15px 0; }
    .review_summary__detail h3 {
      width: 100%;
      font-size: 18px; }
  .review_summary__overall h3 {
    width: 100%;
    font-size: 18px; }
  .review_summary__overall li {
    width: 100%;
    display: flex;
    align-items: center; }
    .review_summary__overall li .qty {
      margin: -6px 0 0 5px; }
    .review_summary__overall li .progress .progress-bar {
      background: #faca50; }
  .review_summary__overall label {
    margin-right: 5px;
    width: 40%; }
  .review_summary__overall .progress {
    width: 60%;
    height: 13px; }

.review_line__figure {
  font-size: 24px;
  color: #000;
  letter-spacing: 0.1rem;
  text-align: center; }
  .review_line__figure strong {
    font-size: 24px;
    color: #2659f3; }

.review_line__star {
  position: relative;
  font-size: 30px;
  color: #d0d0d0;
  width: fit-content; }

.review_line__total {
  text-align: center; }
  .review_line__total span {
    font-size: 14px;
    color: #000; }

ul.review_rated {
  color: #faca50;
  display: -webkit-flex;
  display: flex;
  width: 100%; }
  ul.review_rated li {
    flex: 0 0 30px;
    margin-right: 3px; }

.review_animation {
  overflow: hidden;
  height: 30px;
  position: absolute;
  top: 7px;
  left: 0;
  width: 0%; }

.review_bar {
  height: 30px; }

.review_background {
  width: fit-content; }

.review_background span {
  width: 30px;
  height: 30px;
  cursor: pointer; }

.rv_summary__content {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  .rv_summary__content .list_rate {
    padding: 0;
    list-style: none; }

ul.review_rated li:last-child {
  margin-right: 0; }

li.rated_star__5 span {
  color: #faca50; }

li.rated_star__4 span:nth-child(n+1):nth-child(-n+4) {
  color: #faca50; }

li.rated_star__3 span:nth-child(n+1):nth-child(-n+3) {
  color: #faca50; }

li.rated_star__2 span:nth-child(n+1):nth-child(-n+2) {
  color: #faca50; }

li.rated_star__1 span:nth-child(n+1):nth-child(-n+1) {
  color: #faca50; }

button#comment_review {
  background: #2659f3;
  color: #fff;
  height: 40px;
  border: none;
  padding: 0 15px;
  margin: 10px; }
  button#comment_review:hover {
    background: #0271c7; }
  button#comment_review:focus {
    outline: none; }

.comment_rate {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px; }
  .comment_rate .comment-date {
    font-size: 12px;
    color: #666;
    margin: 5px 0; }

#hrv-product-reviews-form {
  display: none !important; }

.rv_app {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto; }
  .rv_app__left {
    flex: 0 0 auto;
    background: #333;
    padding: 20px;
    width: 30%; }
  .rv_app__right {
    flex: 0 0 auto;
    background: #fff;
    padding: 20px 0;
    width: 70%; }
    .rv_app__right h3 {
      font-weight: 400;
      font-size: 18px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 100%;
      padding: 0 20px 15px;
      border-bottom: 1px solid #dfdfdf;
      margin-bottom: 0; }
    .rv_app__right form.rv_form > div {
      padding: 10px 20px;
      border-bottom: 1px solid #dfdfdf;
      position: relative;
      display: flex;
      align-items: center;
      position: relative; }

h4.rv_name {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-top: 15px; }

.rv_app__right form.rv_form > div.active:before, .rv_evaluation_combo .rv_rating.active:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #333;
  background: transparent;
  left: 0;
  top: 20px;
  z-index: 2; }

.rv_app__right form.rv_form > div:last-child {
  border: none; }

.rv_rating > label {
  margin-bottom: 0;
  color: #b43034;
  font-weight: 700;
  font-size: 15px;
  line-height: 22.5px; }

.d-flex {
  display: flex; }

.rv_levels {
  margin: 0 15px 0 30px;
  display: flex;
  padding: 0;
  list-style: none; }
  .rv_levels li {
    flex: 0 0 auto;
    width: 40px;
    height: 40px; }
    .rv_levels li.s1 label {
      background: #b43034; }
    .rv_levels li.s2 label {
      background: #c78568; }
    .rv_levels li.s3 label {
      background: #999940; }
    .rv_levels li.s4 label {
      background: #75a300; }
    .rv_levels li.s5 label {
      background: #338b2b; }
    .rv_levels li input {
      display: none; }
    .rv_levels li label {
      margin-bottom: 0 !important;
      background: #767676;
      height: 100%;
      text-align: center;
      padding-top: 15%;
      border: 0.5px solid #fff;
      cursor: pointer; }
      .rv_levels li label img {
        max-width: 70%; }
    .rv_levels li:first-child label {
      border-radius: 4px 0 0 4px; }
    .rv_levels li:last-child label {
      border-radius: 0 4px 4px 0; }

.rv_title, .rv_content {
  flex-direction: column;
  align-items: flex-start !important; }
  .rv_title label, .rv_content label {
    margin-bottom: 10px;
    color: #5a5a5a;
    font-weight: 700;
    font-size: 15px;
    line-height: 22.5px;
    display: block; }

.rv_title input, .rv_content textarea {
  resize: none;
  margin: 10px 0;
  border-color: #757575;
  border: 1px solid;
  width: 100%;
  padding: 0.5em 1em;
  font-size: 15px;
  color: #666;
  line-height: 1.2em;
  background: #fff;
  -webkit-box-shadow: 0 1px 1px #fff;
  box-shadow: 0 1px 1px #fff;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
  outline: 0;
  text-shadow: 0 1px #fff;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -o-transition: all linear .3s;
  transition: all linear .3s; }

.rv_submit {
  margin: 0 auto;
  background: #2659f3;
  color: #fff;
  height: 40px;
  border: none;
  padding: 0 15px;
  margin-top: 10px;
  border-radius: 0; }
  .rv_submit:hover {
    color: #f8f8f8; }
  .rv_submit:focus {
    outline: none; }

.rate_show {
  color: #5a5a5a !important;
  padding: 0.6em 0.6em 0.6em 0 !important;
  line-height: 25px !important;
  font-weight: 400;
  font-size: 1em; }

.rate_error, .rate_success {
  position: absolute;
  right: 15px;
  top: 10px; }
  .rate_error span, .rate_success span {
    white-space: nowrap; }
  .rate_error img, .rate_success img {
    width: 22px;
    height: 23px; }

.rate_error {
  display: flex;
  border: 1px solid #ccc;
  border-radius: 13px;
  padding: 5px; }
  .rate_error span {
    color: #b43034; }
  .rate_error img {
    margin-left: 5px; }

.list_default {
  margin: 5px 0 15px 0;
  display: flex;
  width: 100%;
  flex-wrap: wrap; }
  .list_default span {
    margin-bottom: 10px;
    background: #fff;
    color: #000;
    padding: 5px 10px;
    border-radius: 0.25em;
    margin-right: 10px;
    cursor: pointer;
    border: 1px solid #dfdfdf;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%; }
    .list_default span img {
      display: none;
      width: 12px;
      margin-left: 10px;
      margin-top: -1px; }
    .list_default span.active {
      border: 2px solid #000; }
      .list_default span.active img {
        display: block; }

.review_comments .comment {
  margin-top: 10px;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 10px;
  min-height: 125px;
  /*box-shadow: 4px 4px 7px 2px #ccc;*/ }

.review_comments .comment_title {
  font-size: 12px;
  color: #666;
  margin: 5px 0; }

.review_comments .comment_images {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0; }

.review_comments .comment_images a {
  /*width: calc((100% - 20px) / 5);margin-right: 5px;*/
  width: calc((100% - 20px) / 10);
  margin-right: 15px; }

.review_comments .comment_images a:last-child {
  margin-right: 0; }

.review_comments .comment_reply {
  padding: 15px;
  margin: 15px 0 15px 30px;
  background: #f5f5f5; }

.review_comments .comment_reply h4 {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 16px; }

/*.review_comments .comment_reply .reply {margin-bottom: 10px;}*/
.review_comments .comment_reply .reply-title {
  font-size: 12px;
  color: #666; }

.review_comments .comment_reply .reply-content {
  font-size: 13px; }

.review_paginate {
  display: flex;
  margin-top: 15px;
  justify-content: center;
  overflow: hidden; }

.review_paginate .page-node {
  display: inline-block;
  height: 30px;
  text-align: center;
  margin-left: 3px;
  margin-right: 3px;
  width: 30px;
  line-height: 30px;
  outline: 0;
  border-radius: 3px;
  color: #0076ce;
  font-weight: 700; }

.review_paginate .page {
  cursor: pointer;
  background: #fff;
  font-weight: 700;
  padding: 5px;
  border-radius: 8px;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0076ce;
  margin-right: 5px; }

.review_paginate .page.active {
  background: #0076ce;
  color: #fff;
  border: 1px solid; }

@media (max-width: 767px) {
  .rv_app__left {
    width: 100%;
    max-width: unset; }
  .rv_product {
    display: flex; }
  .rv_product img {
    width: 25%; }
  .rv_app__right {
    width: 100%;
    max-width: unset; }
  .rv_rating {
    flex-direction: column;
    align-items: flex-start !important; }
  .rv_levels {
    margin: 10px 0; }
  .rv_submit {
    margin-top: 10px; }
  .rate_show {
    padding: 0 !important; }
  .review_summary__figure {
    flex: 0 0 100%;
    display: flex;
    align-items: center;
    margin: 0; }
  .review_summary__detail {
    flex: 0 0 100%;
    margin: 10px 0; }
    .review_summary__detail .count_rate {
      margin: 0;
      padding: 0;
      justify-content: space-between;
      width: 100%; }
      .review_summary__detail .count_rate_content {
        margin: 0;
        font-size: 10px;
        padding: 5px; }
  .review_summary__overall {
    flex: 0 0 100%; }
  .review_summary__overall label {
    width: 45%; }
  .review_summary__overall progress {
    width: 55%; } }

#loading {
  z-index: 99999;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100vh;
  display: flex;
  display: flex;
  align-items: center;
  justify-content: center; }

#loading .ball {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #000;
  animation: bounce .5s alternate infinite;
  margin-right: 15px; }

#loading .ball:nth-child(2) {
  animation-delay: .16s; }

#loading .ball:nth-child(3) {
  animation-delay: .32s; }

.count_rate {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-left: 20px;
  margin-bottom: -15px; }

.count_rate .progress {
  display: flex;
  height: 13px;
  font-size: 10px;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  width: calc(100% - 1rem); }

.count_rate li {
  width: 100%; }

.count_rate .progress .progress-bar {
  background: #faca50;
  border-radius: 0.25rem; }

.count_rate_content {
  margin-right: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 14px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.87);
  border: 1px solid rgba(0, 0, 0, 0.09);
  margin-bottom: 15px; }

.count_rate_content:hover, .count_rate_content.active {
  border-color: #2659f3;
  color: #2659f3; }

/*.count_rate_content.active {
	color: #666;
	border-color: #666;
}*/
.review_header {
  padding: 0 10px;
  background: #2659f3;
  color: #fff; }

.review_header-order {
  flex: 0 0 50%; }

.progress {
  margin-bottom: 5px; }

.review_header, .review_header-order {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }

.default span {
  margin-bottom: .5rem; }

.review_header-title {
  font-size: 14px;
  flex: 0 0 50%;
  margin: 15px 0; }

#filterMenu {
  display: flex;
  align-items: center; }

.review-order svg {
  width: 15px;
  color: #fff;
  fill: #fff;
  margin-right: 5px; }

.review-order {
  padding: 0 10px;
  border-left: 1px solid #ccc;
  display: flex;
  align-items: center;
  min-height: 40px;
  justify-content: center;
  color: #fff;
  font-size: 13px;
  cursor: pointer; }

.review-order-condition {
  padding-left: 5px;
  color: #fff; }

.dropdown-menu {
  position: absolute;
  transform: translate3d(10px, 40px, 0px);
  top: 0px;
  /*left: -5px!important;*/
  padding: 10px;
  font-size: 13px;
  z-index: 9;
  will-change: transform; }

.filter-drop {
  /*left:-22px!important;*/
  width: 100px;
  min-width: 60px; }

.no-result-rating {
  padding: 22px;
  background: #f7f7f7;
  color: rgba(0, 0, 0, 0.87); }

#review-sort div {
  min-height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center; }

.comment_criterias {
  position: absolute;
  width: 200px;
  bottom: 10px;
  right: 10px;
  background: #fff;
  margin: 0;
  font-size: 10px; }

.comment_criterias .progress {
  height: 5px; }

.comment_criterias .progress .progress-bar {
  background: #faca50; }

.comment_like {
  fill: #666;
  color: #666;
  font-size: 14px;
  display: flex;
  align-items: center; }

.comment_like .icon {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  cursor: pointer;
  background: url("https://file.hstatic.net/200000019898/file/like_44724c8572cf459f95ccf75ca574257f.png") no-repeat;
  background-size: contain; }

.comment_like.active .icon {
  background: url("https://file.hstatic.net/200000019898/file/liked_b285b82f15a44ed7845c55ba5400d6ae.png") no-repeat;
  background-size: contain; }

.comment_like.active .sum_like {
  color: #0076ce; }

.comment_like.active svg {
  fill: #0076ce;
  stroke: #0076ce; }

.comment_like svg {
  width: 14px;
  margin-right: 5px;
  cursor: pointer; }

.filter-option, .sort-option {
  padding: .5rem; }

@keyframes bounce {
  from {
    tranform: scaleX(1.25); }
  to {
    transform: translateY(-50px) scaleX(1); } }

@media (min-width: 768px) {
  .cus-width {
    width: calc(100% - 215px); }
  .rv_evaluation_combo .rv_rating > label {
    min-width: 155px; } }

@media (max-width: 767px) {
  .comment_criterias {
    position: initial;
    margin-top: 15px;
    width: 100%; }
  .review_line__figure strong {
    font-size: 20px; }
  .review_line__figure {
    font-size: 20px;
    margin-right: 10px; }
  .review_line__star {
    font-size: 20px; }
  .review_background span {
    width: 20px;
    height: 20px; }
  .review_animation {
    height: 20px;
    top: 4px;
    left: -3px; }
    .review_animation ul.review_rated li {
      flex: 0 0 20px; }
  .review_line__total {
    margin-left: 10px; }
  .review_summary {
    justify-content: center; }
  .count_rate {
    justify-content: center;
    margin-right: -15px; }
  #comment_review {
    margin-top: 0; }
  .review_header-title {
    text-align: center;
    flex: 0 0 100%;
    margin-top: 10px; }
  .review_header, .review_header-order {
    flex: 0 0 100%; }
  .review-order {
    border: none; } }

#modalAlert .modal-header {
  background: #2659f3; }

#modalAlert .modal-title {
  color: #fff;
  text-align: center;
  font-size: 18px; }

#modalAlert .modal-body p {
  text-align: center; }

.modal-backdrop.in {
  display: block;
  opacity: 0.5 !important; }

span.status-rating-order {
  font-size: 12px;
  color: #666;
  font-style: italic; }
