.filter-item {
  margin-bottom: 16px;
}
.filter-item__header {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 10px;
}
.filter-item__body {
  max-height: 200px;
  overflow-y: auto;
}
.filter-item__body::-webkit-scrollbar {
  width: 4px;
}
.filter-item__body::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 2px;
}
.filter-item__body::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 2px;
}
.filter-item__body::-webkit-scrollbar-thumb {
  background: #888;
}
.filter-item__option {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  padding: 2px 0;
  color: #444;
}
.filter-item__option span {
  margin-left: 8px;
}
.filter-item__option:hover {
  color: #0d2b6b;
}



/* Star */
.star i {
  padding: 0 2px;
}
.comment__button {
  font-size: 14px!important;
}
.comment-child__container {
  padding-left: 24px;
  margin-top: 8px;
}
.reply-comment {
  display: none;
  margin-top: 8px;
  padding-left: 18px;
}
.js__rating-reply-form {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.js__rating-reply-form__left {
  width: calc(100% - 90px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
}
.js__rating-reply-form__left input {
  margin: 0;
  background: #fff;
  border: 1px solid #c4cdd5;
  box-sizing: border-box;
  border-radius: 5px;
  height: 42px;
  line-height: 42px;
  padding: 0 13px;
  width: 100%;
}
.js__rating-reply-form__left textarea {
  grid-column: 1 / 3;
  height: 45px;
  margin: 0;
  background: #fff;
  border: 1px solid #c4cdd5;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 10px 13px;
  width: 100%;
}
.js__rating-reply-button {
  width: 74px;
  height: 45px;
  line-height: 45px;
  border-color: #0088ff;
  background: #0088ff;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  padding: 0;
  border: 1px solid #08f;
}
.js__comment-like.active svg {
  fill: #08f;
}
.js__comment-report:hover, .js__comment-report.active {
  color: #f00;
}
.js__comment-report:hover svg, .js__comment-report.active svg {
  fill: #f00;
}
.comment-child {
  margin-bottom: 16px;
}
.comment-child:last-child {
  margin-bottom: 0;
}
.js-hfile-multiple__output {
  display: flex;
  flex-wrap: wrap;
}
.js-hfile-multiple__image {
  width: 90px;
  height: 90px;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 8px 8px 0;
}
.comment-item__photo a {
  display: inline-flex;
  width: 90px;
  height: 90px;
  overflow: hidden;
  position: relative;
}
.comment-item__photo img {
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}