.comment-title {
  font-size: 18px;
}

.comment-show {
  display: block !important;
}

.comment-point {
  font-size: 47px;
  color: #fe302e;
  line-height: 65px;
}

.comment-count {
  font-weight: bold;
}

.comment-star {
  font-size: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0.5rem;
}

.comment-star span {
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
}

.comment-star i {
  display: inline-block;
  margin: 0.1rem;
  color: #b8b8b8;
  text-rendering: auto;
  font-size: 20px;
}

.comment-star i:nth-child(1) {
  margin-left: 0;
}

.comment-star span i {
  color: #ffc120;
}

.comment-progress {
  width: 100%;
  margin-bottom: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.comment-progress:last-child {
  margin-bottom: 0px;
}

.comment-progress .progress {
  height: 12px;
  margin-right: 10px;
  margin-left: 5px;
  width: calc(100% - 90px);
  border-radius: 10px;
}

.comment-progress .progress-bar#has-rate {
  background-color: #f25800;
}

.comment-progress .progress-num {
  font-size: 15px;
  width: 25px;
  text-align: center;
  color: #787878;
}

.comment-progress .progress-total {
  font-weight: 600;
  text-align: left;
  color: #787878;
  width: 50px;
}

.comment-write::-webkit-scrollbar {
  width: 0px;
}

.comment-write {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #000000e8;
  padding: 30px 10px;
  z-index: 9999999;
  overflow-y: auto;
}

.comment-write .card {
  max-width: 900px;
  margin: 0 auto;
}

.review-rating-star {
  font-size: 0;
}

.btn-like-comment {
  padding: 0 4px 0 2px;
  font-size: 12px;
  line-height: 1;
  color: #0d5cb6;
  border: 1px solid transparent;
  border-radius: 4px;
  margin: 0 5px 0 0;
  cursor: pointer;
  display: inline-block;
  user-select: none;
}

.btn-reply-comment {
  padding: 0px 5px;
  font-size: 12px;
  /* background: #008fe9; */
  color: #0d5cb6;
  border-radius: 4px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}

.btn-like-comment.active {
  background-color: #00568b;
  color: #fff !important;
  pointer-events: none;
}

.btn-like-comment.active svg path[fill-rule="nonzero"] {
  fill: #fff;
}

.btn-like-comment:hover,
.btn-reply-comment:hover {
  text-decoration: underline !important;
  color: #00568b;
  text-underline-offset: 3px;
}

.carousel.carousel-comment-media {
  width: 200px;
}

.comment-item-infoContent {
  width: calc(100% - 200px);
}

.review-rating-star-icon .fa {
  font-weight: 900;
  font-style: normal;
  display: inline-block;
  margin: 0.1rem;
  font-size: 21px;
}

.comment-statistic,
.comment-lists {
  /* border-radius: 20px; */
  overflow: hidden;
}

.comment-item .comment-item-letter {
  background-color: #12a900;
  color: #fff;
}

/* 
.comment-item:nth-child(2n+1) .comment-item-letter {
	background-color: #d66000;
	color: #fff;
}

.comment-item:nth-child(2n+2) .comment-item-letter {
	background-color: #1a9e00;
	color: #fff;
}

.comment-item:nth-child(2n+3) .comment-item-letter {
	background-color: #007bff;
	color: #fff;
}

.comment-item:nth-child(2n+4) .comment-item-letter {
	background-color: #ff0015;
	color: #fff;
} */

.review-rating-star-icon .fa.star-empty {
  color: #dedddc;
}

.review-rating-star-icon .fa {
  cursor: pointer;
}

.review-rating-star-icon .fa {
  color: #f0c808;
}

.review-rating-star-icon .fa.star-not-empty {
  color: #f0c808;
}

.review-rating-star-icon .fa:nth-child(1) {
  margin-left: 0;
}

.review-fileuploader {
  padding: 20px 15px;
  text-align: center;
  background-color: #ffffff;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 2px dashed #c2cdda;
}

.review-fileuploader .review-fileuploader-text {
  color: #90a0bc;
}

.review-file-uploader .fileuploader {
  padding: 0px;
  margin: 0px;
  background: transparent;
}

.review-file-uploader .fileuploader-items .fileuploader-items-list {
  margin: 1rem -5px 0 -5px;
}

.review-file-uploader .fileuploader-items .fileuploader-items-list:after {
  display: block;
  content: "";
  clear: both;
}

.review-file-uploader
  .fileuploader-items
  .fileuploader-items-list
  .fileuploader-item {
  padding: 0px;
  width: calc(100% / 7 - 10px);
  float: left;
  margin: 0 5px 5px 5px;
  border-bottom: 0px;
}

.review-file-uploader
  .fileuploader-items
  .fileuploader-items-list
  .fileuploader-item
  .columns {
  display: block;
}

.review-file-uploader
  .fileuploader-items
  .fileuploader-items-list
  .fileuploader-item
  .column-thumbnail {
  width: auto;
  height: auto;
}

.review-file-uploader
  .fileuploader-items
  .fileuploader-items-list
  .fileuploader-item
  .column-thumbnail
  .fileuploader-item-image {
  height: auto;
  padding: 50% 0;
}

.review-file-uploader
  .fileuploader-items
  .fileuploader-items-list
  .fileuploader-item
  .column-thumbnail
  .fileuploader-item-image
  img {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.review-file-uploader
  .fileuploader-items
  .fileuploader-items-list
  .fileuploader-item
  .column-title {
  padding: 0px;
  margin-top: 0.5rem;
  text-align: center;
}

.review-file-uploader
  .fileuploader-items
  .fileuploader-items-list
  .fileuploader-item
  .column-title {
  display: none;
}

.review-file-uploader
  .fileuploader-items
  .fileuploader-items-list
  .fileuploader-item
  .column-actions {
  margin: 0px;
  position: absolute;
  top: 0px;
  right: -5px;
}

.review-file-uploader
  .fileuploader-items
  .fileuploader-items-list
  .fileuploader-item
  .column-infos
  input {
  border: 1px solid #dddddd;
  border-radius: 0.25rem;
}

.review-poster-video-avatar .avatar-detail {
  width: 95px;
  height: 95px;
}

.review-poster-video-avatar .avatar-detail img {
  max-width: 95px;
  max-height: 95px;
}

#review-content {
  height: 100px !important;
}

.comment-info-customer input {
  font-size: 11px !important;
  padding-left: 10px;
}

.comment-name-product {
  /* font-family: var(--font-title); */
  font-weight: bold;
}

.btn-primary {
  color: #000000 !important;
}

.carousel-comment-media .carousel-control a {
  opacity: 1;
  width: 45px;
  height: 45px;
  top: calc(50% - 45px / 2);
  bottom: inherit;
}

.carousel-comment-media .carousel-control a span {
  display: block;
  cursor: pointer;
  color: #222222;
  width: 45px;
  height: 45px;
  padding: 5px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  box-shadow: 0 1px 12px 0 rgb(0 0 0 / 12%);
  border-radius: 100%;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.carousel-comment-media .carousel-control a.carousel-control-prev {
  left: 20px;
}

.carousel-comment-media .carousel-control a.carousel-control-prev span {
  padding-right: 9px;
}

.carousel-comment-media .carousel-control a.carousel-control-next {
  right: 20px;
}

.carousel-comment-media .carousel-control a.carousel-control-next span {
  padding-left: 8px;
}

.carousel-comment-media .carousel-indicators {
  position: static;
  margin: 0px 0px 0.75rem 0px;
  text-align: left;
  display: block;
  max-width: 186px;
  max-height: 65px;
  overflow: hidden;
  display: flex;
  justify-content: end;
}

.carousel-comment-media .carousel-indicators li {
  width: auto;
  max-width: 60px;
  height: auto;
  text-indent: inherit;
  flex: none;
  margin: 0px 0px 3px 0px;
  border: 2px solid transparent;
  opacity: 1;
  cursor: zoom-in;
  border-radius: 4px;
  overflow: hidden;
}

.carousel-comment-media .carousel-indicators li.active {
  border-color: #ffc120;
  cursor: zoom-out;
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.carousel-comment-media .carousel-inner {
  max-width: 550px;
  box-shadow: 0 1px 12px 0 rgb(0 0 0 / 12%);
}

.carousel-comment-media
  .carousel-inner
  .carousel-lists
  .carousel-comment-media-item-video
  #file-video {
  max-width: 100%;
  width: 100%;
  height: 500px;
  vertical-align: top;
  display: inline-block;
  background-color: #000000;
}

.w-inner-form-reply {
  padding: 30px 15px;
  background-color: #fff;
  border-radius: 10px;
}

.groupBtnFormReply {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#form-reply .groupBtnFormReply button {
  width: calc(50% - 10px);
  border-radius: 20px;
}

#form-reply * {
  max-width: 500px;
  margin: 10px auto;
  width: 100%;
}

#form-reply::-webkit-scrollbar {
  width: 0px;
}

#form-reply textarea.form-control {
  height: unset;
  margin-top: 0;
  box-shadow: none;
  border-radius: 6px;
}

#form-reply .form-control {
  height: 45px;
  box-shadow:
    rgba(0, 0, 0, 0.12) 0px 1px 3px,
    rgba(0, 0, 0, 0.24) 0px 1px 2px;
  border-radius: 30px;
  margin-bottom: 15px;
}

#form-reply {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #000000c4;
  z-index: 9999999;
  padding: 60px 10px;
  overflow-y: auto;
}

.comment-load > .comment-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 0;
  padding: 15px;
}

.comment-load .alert.alert_warning {
  padding-left: 90px;
}

.comment-statistic {
  box-shadow: 1px 1px 10px #dcdcdc;
  margin-bottom: 20px;
  margin-top: 30px;
}

.comment-lists {
  /* box-shadow: 1px 1px 10px #dcdcdc; */
  margin-bottom: 20px;
}

.comment-filter-star {
  /* margin-bottom: 1.5rem !important */
}

.comment-filter-star > .card,
.comment-lists > .card,
.comment-statistic > .card {
  border: none;
}

.comment-page {
  --nav-bg-color: var(--theme-color);
}

.comment-page .form-group label {
  /* font-family: var(--font-title); */
  font-weight: bold;
}

.comment-page .card .card-header {
  background-color: #333333;
  color: #fff;
  /* font-family: 'rbt-b'; */
  display: none;
}

.comment-lists .card-body {
  padding: 0;
}

.ml-auto {
  margin-left: auto;
}

#form-comment .form-row {
  display: flex;
  flex-wrap: wrap;
}

#form-reply .form-row .col-4 {
  width: 100%;
  flex: unset;
  max-width: 100%;
  margin: 0;
}

#form-reply .form-row .col-4 input {
  margin-top: 0;
  box-shadow: none;
  border-radius: 6px;
}

#form-comment .form-row .col-4 {
  width: 100%;
  flex: unset;
  max-width: 100%;
}

#form-comment .form-control {
  height: 40px;
  /* box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px; */
  margin-bottom: 15px;
  width: 100%;
}

.comment-item-rating {
  line-height: 25px;
  margin-bottom: 0;
}

.rvc_user-seller {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 20px;
  color: #090;
  font-weight: 500;
}

.rvc_user-seller i {
  background-color: #090;
  border-radius: 50%;
  color: #fff;
  margin: 0 5px 0 0;
  padding: 3px;
  font-size: 8px;
  font-weight: bold;
  line-height: 1;
}

.comment-item-poster {
  width: 100%;
  /* margin-right: 30px; */
  display: flex;
  text-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.comment-item:nth-child(even) {
  border: 1px solid #f7f7f7;
  border-width: 1px 0 1px 0;
}

.comment-item-letter {
  border-radius: 50%;
  background-color: #d3d2d3;
  color: #919090;
  width: 45px;
  height: 45px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  line-height: 45px;
  font-size: 16px;
  font-weight: 700;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}

.comment-item-name * {
  line-height: 1.3;
}

.comment-item-name .comment-name-own {
  font-weight: 600;
}

.comment-item-name {
  margin-bottom: 0.25rem;
  text-transform: capitalize;
  margin-right: 0.25rem;
}

.comment-item-posttime {
  font-size: 12px;
  color: #999999;
  margin-right: 0.25rem;
}

.comment-item-information {
  width: 100%;
}

.comment-item-star {
  float: left;
  margin-right: 10px;
}

.comment-item-star i {
  font-size: 17px;
}

.comment-item-title {
  font-size: 15px;
  font-weight: 500;
  /* font-family: 'rbt-b'; */
}

.comment-replies {
  position: relative;
  padding: 15px 10px;
  border-radius: 8px;
}

.comment-replies-item:after,
.comment-replies-item:before {
  content: "";
  position: absolute;
}

.comment-replies-item::before {
  z-index: 1;
  top: -13px;
  left: 10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 13px solid #fff;
}

.comment-replies-item::after {
  top: -14px;
  left: 9px;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 14px solid #dfdfdf;
}

.comment-replies-item {
  margin-bottom: 15px;
  display: flex;
  /* align-items: center; */
  justify-content: flex-start;
  padding: 10px;
  border-radius: 6px;
  position: relative;
  background: #fff;
  border: 1px solid #eee;
}

.comment-replies-item:last-child {
  margin-bottom: 0px;
  border-bottom: 0;
}

.comment-replies-letter {
  width: 45px;
  height: 45px;
  margin-right: 10px;
  line-height: 45px;
  padding-left: 1px;
  font-size: 14px;
  border-radius: 50%;
  background-color: #00a9a5;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  text-align: center;
  margin-top: 0.125rem;
}

.comment-replies-letter.admin {
  position: relative;
  background-color: #e72425;
  text-indent: 9999px;
  overflow: hidden;
}

.comment-replies-letter.admin:before {
  content: "QTV";
  text-indent: 0px;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.comment-replies-info * {
  line-height: 1.2;
}

.comment-replies-info {
  width: calc(100% - 55px);
}

.comment-replies-name {
  font-weight: 500;
  margin-bottom: 0.125rem;
}

.comment-replies [class*="btn-load-more-"] {
  border: 0px;
  outline: none;
  padding: 0px;
  background: transparent;
}

.comment-media-play {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.comment-media-play svg {
  -webkit-box-shadow: 1px 1px 15px rgb(0 0 0 / 30%);
  box-shadow: 1px 1px 15px rgb(0 0 0 / 30%);
  border-radius: 50%;
  background-color: rgb(255 255 255 / 15%);
}

.comment-media-play svg .comment-media-play-stroke-dotted {
  opacity: 0;
  stroke-dasharray: 4, 5;
  stroke-width: 1px;
  transform-origin: 50% 50%;
  animation: spin 4s infinite linear;
  transition:
    opacity 1s ease,
    stroke-width 1s ease;
}

.comment-media-play svg .comment-media-play-stroke-solid {
  stroke-dashoffset: 0;
  stroke-dasharray: 300;
  stroke-width: 4px;
  transition:
    stroke-dashoffset 1s ease,
    opacity 1s ease;
}

.comment-media-play svg .comment-media-play-icon {
  transform-origin: 50% 50%;
  transition: transform 200ms ease-out;
}

.comment-media-play:hover svg .comment-media-play-stroke-dotted {
  stroke-width: 4px;
  opacity: 1;
}

.comment-media-play:hover svg .comment-media-play-stroke-solid {
  opacity: 0;
  stroke-dashoffset: 300;
}

.comment-media-play:hover svg .comment-media-play-icon {
  transform: scale(1.05);
}

.comment-item-content {
  margin-top: 15px;
  background-color: #f3f4f6;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px; */
}

.comment-page .carousel-inner {
  background: #000000a8;
  position: fixed;
  width: 100%;
  overflow: hidden;
  z-index: 9999999;
  left: 0;
  top: 0;
  height: 100vh;
  max-width: unset;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  overflow-y: auto;
}

.comment-page .carousel-inner.active {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease;
}

.comment-page .carousel-item {
  text-align: center;
  padding: 60px 10px;
  min-height: 100vh;
}

[class^="carousel-item carousel-comment-media-item"].active {
  display: flex !important;
  align-items: center;
}

.comment-page .carousel-item::-webkit-scrollbar {
  width: 0px;
}

.comment-page .carousel-inner img {
  width: auto !important;
  height: auto !important;
  margin: 30px auto;
}

.btn-load-more-comment-parent {
  font-size: 16px !important;
  font-weight: bold !important;
  border-radius: 20px !important;
  background-color: #008fe9 !important;
  color: #fff !important;
  transition: all 0.3s ease !important;
  max-width: 500px;
}

.btn-load-more-comment-parent:hover {
  background-color: #005b94 !important;
  transition: all 0.3s ease !important;
  box-shadow:
    rgba(0, 0, 0, 0.25) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px !important;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 992px) {
  .review-preview {
    display: none;
  }

  .comment-item {
    display: block;
  }

  .comment-item-poster {
    width: auto;
    margin-right: 0px;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .comment-item-letter {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    margin-bottom: 0;
  }

  .comment-item-name {
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .comment-item-information {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .comment-item-infoContent {
    width: 100%;
  }

  .btn-load-more-comment-parent.w-100 {
    width: calc(100% - 20px) !important;
  }

  .carousel-inner .carousel-control {
    display: none;
  }
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.2s ease !important;
  transition: transform 0.2s ease !important;
  transition:
    transform 0.2s ease,
    -webkit-transform 0.2s ease !important;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

.titlePopupReply {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
}

.titlePopupReply b {
  color: #005b94;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.cmtFilterStar-lists ul {
  list-style: none;
  padding: 0 10px !important;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.cmtFilterStar-lists ul li {
  display: inline-block;
}

.cmtFilterStar-lists ul li.star.active {
  background-color: #e6eef7;
  color: #0d5cb6;
}

.cmtFilterStar-lists ul li.star.active i {
  color: #ffc120 !important;
}

.cmtFilterStar-lists ul li.star {
  padding: 5px 20px;
  background-color: #eee;
  border-radius: 10px;
  cursor: pointer;
}

.cmtFilterStar-lists * {
  user-select: none;
}

.comment-wrap-loading {
  position: relative;
}

.comment-wrap-loading .loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  padding: 10px;
  display: none;
  z-index: 9000;
}

.comment-wrap-loading .loading .vs-loading__load {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.comment-wrap-loading .loading .lds,
.comment-wrap-loading .loading .vs-loading__load {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.comment-wrap-loading .loading .vs-loading--default .lds {
  border-radius: 50%;
}

.comment-wrap-loading .loading .lds {
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.alert .alert_icon {
  width: 60px;
  height: 60px;
  font-size: 30px;
  line-height: 60px;
  color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 10px;
  top: 10px;
  text-align: center;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.alert a.close {
  position: absolute;
  right: 15px;
  top: 20px;
  font-size: 20px;
  line-height: 20px;
}

.comment-page .alert a.close i {
  margin: 0 !important;
  color: rgba(0, 0, 0, 0.6);
}

.comment-page .alert a.close:hover i {
  color: rgba(0, 0, 0, 0.8);
}

.comment-page .alert.alert_warning {
  background: #ffe38b;
  color: #fff;
}

.comment-page .alert.alert_warning .alert_icon {
  background: #fbda72;
}

.comment-page .alert.alert_warning a,
.comment-page .alert.alert_warning a:hover {
  color: #645012;
}

.comment-page .loading .vs-loading__progress__bar {
  background: #72bf00;
  height: 100%;
  position: relative;
  border-radius: 0 10px 10px 0;
}

.comment-page .loading .vs-loading--default .lds {
  border-radius: 50%;
}

.comment-page .loading .vs-loading--default .lds__1 {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #72bf00;
  border-radius: inherit;
  border-top: 2px solid rgba(0, 0, 0, 0) !important;
  border-left: 2px solid rgba(0, 0, 0, 0) !important;
  border-right: 2px solid rgba(0, 0, 0, 0) !important;
  -webkit-animation: rotate 0.8s ease infinite;
  animation: rotate 0.8s ease infinite;
  top: 0;
}

.comment-page .loading .vs-loading--default .lds__2 {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px dashed #72bf00;
  border-radius: inherit;
  border-top: 2px solid rgba(0, 0, 0, 0) !important;
  border-left: 2px solid rgba(0, 0, 0, 0) !important;
  border-right: 2px solid rgba(0, 0, 0, 0) !important;
  -webkit-animation: rotate 0.8s linear infinite;
  animation: rotate 0.8s linear infinite;
  opacity: 0.4;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@media (max-width: 600px) {
  .cmtFilterStar-lists ul li:first-child {
    display: none;
  }

  .cmtFilterStar-lists ul li.star {
    padding: 5px 10px;
    border-radius: 5px;
  }

  .comment-page .comment-item {
    padding: 15px 0;
  }

  .comment-wrap-loading .card-body {
    padding: 0;
  }

  .cmtFilterStar-lists ul li {
    font-size: 10px;
  }
}
