<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div#box-comment {
  margin-top: 30px;
  margin-bottom: 20px;
  position: relative; }

/* comment title********************************************************/
div.comment-header {
  padding: 5px 10px;
  background: #eeeeee;
  margin-bottom: 20px; }

div.comment-header h3 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px; }

div.comment-title {
  margin: 0 0 5px;
  overflow: hidden;
  position: relative; }

div.comment-title &gt; span {
  float: left;
  padding: 7px 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700; }

.cmt-search {
  width: 250px;
  float: right;
  position: relative; }

.cmt-search .form-control {
  padding-left: 32px;
  padding-right: 10px; }

.cmt-search::before {
  top: 50%;
  left: 10px;
  color: #ddd;
  border: none;
  outline: none;
  font-size: 16px;
  background: none;
  position: absolute;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  font-family: FontAwesome; }

/* comment title********************************************************/
/* cmt-nav style */
.cmt-nav {
  margin: 40px 0 0;
  overflow: hidden; }

.cmt-nav &gt; li {
  float: left;
  margin: 0 10px 0 0; }

.cmt-nav &gt; li:last-child {
  margin-right: 0; }

.cmt-nav &gt; li &gt; span {
  padding: 0;
  color: #000;
  width: 40px;
  height: 34px;
  display: block;
  cursor: pointer;
  line-height: 32px;
  text-align: center;
  border: 1px solid #c7c7c7;
  border-radius: 3px !important; }

.cmt-nav &gt; li &gt; span::before {
  font-family: FontAwesome; }

.cmt-nav &gt; li &gt; span.active,
.cmt-nav &gt; li &gt; span:hover {
  color: #FFF;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #007bc2;
  border-color: #007bc2; }

/**********************************************/
div.comment-hide {
  display: none;
  background: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }

div.comment-hide &gt; .comment-info-wrap {
  width: 100%;
  padding: 10px;
  display: table;
  overflow: hidden;
  background: #f1f1f1; }

.comment-form .cmt-form {
  position: relative; }

div.comment-info-wrap .column {
  display: table-cell;
  vertical-align: middle; }

div.box-gender {
  width: 105px; }

div.box-gender .list-gender {
  margin: 0;
  overflow: initial; }

div.box-gender .list-gender::after {
  content: '';
  clear: both;
  display: table; }

.list-gender &gt; li {
  float: left;
  margin-right: 10px; }

.list-gender &gt; li * {
  margin: 0;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle; }

div.comment-form {
  position: relative;
  display: table;
  width: 100%; }

.list-gender &gt; li:last-child {
  margin-right: 0; }

#box-comment .form-control {
  min-height: 36px;
  border-radius: 0;
  background: #FFF;
  resize: vertical;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ccc; }

#box-comment .form-control:focus {
  outline: 0;
  border-color: #66afe9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

#comment-name,
#comment-email {
  border-radius: 3px; }

.box-comment .btn-send {
  width: 95px;
  color: #FFF;
  border: none;
  outline: none;
  font-weight: 700;
  border-radius: 3px;
  padding: 10px 25px;
  background: #1485c7;
  display: inline-block;
  vertical-align: middle;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out; }

.box-comment .btn-send::before {
  font-weight: 400;
  margin-right: 5px;
  font-family: FontAwesome; }

.box-comment .btn-send:hover {
  background: #ed0d6e; }

.choose-evaluate {
  width: 100%;
  text-align: left;
  color: #333333;
  padding: 5px 0; }
  .choose-evaluate::after {
    content: '';
    display: block;
    clear: both; }
  .choose-evaluate &gt; span {
    margin-right: 10px;
    float: left;
    line-height: 30px;
    font-size: 14px; }
  .choose-evaluate ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0 !important;
    float: left; }
    .choose-evaluate ul li {
      display: inline-block;
      height: 16px;
      cursor: pointer;
      -webkit-transition: background 0.5s ease;
      -moz-transition: background 0.5s ease;
      -o-transition: background 0.5s ease;
      transition: background 0.5s ease;
      margin-right: 5px; }
      .choose-evaluate ul li a {
        font-size: 20px;
        color: #999999; }
        .choose-evaluate ul li a i.fa-star {
          color: #f4d527; }
      .choose-evaluate ul li input {
        visibility: hidden; }

.comment-item {
  position: relative; }

.comment-item .commentAvatar {
  width: 25px;
  display: table-cell;
  vertical-align: top; }

.comment-item .avatar {
  color: #fff;
  display: table;
  text-align: center;
  background: #ccccca; }

.comment-item .iconcom-user {
  display: table-cell;
  vertical-align: middle; }

.comment-item .commentBody {
  padding-left: 10px;
  vertical-align: top;
  display: table-cell; }

.comment-children {
  padding: 10px;
  position: relative;
  background: #f1f1f1;
  margin: -5px 0 15px 35px;
  border: 1px solid #dbdbdb; }

.comment-children::before {
  top: -10px;
  left: 15px;
  content: '';
  z-index: 2;
  display: block;
  position: absolute;
  border-bottom: 10px solid #f1f1f1;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent; }

.comment-children::after {
  top: -11px;
  left: 13px;
  content: '';
  z-index: 1;
  display: block;
  position: absolute;
  border-bottom: 11px solid #dbdbdb;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent; }

.comment-children .comment-item {
  margin-bottom: 10px;
  margin-left: 0 !important; }

.comment-children .comment-item:last-child {
  margin-bottom: 0; }

.commentName .qtv {
  height: 20px;
  font-size: 10px;
  margin-left: 6px;
  padding: 3px 6px;
  line-height: 20px;
  border-radius: 2px;
  background: #eebc49;
  text-transform: uppercase; }

.commentName .name {
  cursor: pointer;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle; }

.commentInfo &gt; li.commentDate {
  color: #6d6e71;
  margin-right: 0; }

.commentText {
  margin-bottom: 5px;
  line-height: 1.5em;
  text-align: justify; }

.comment-item form .form-control {
  border-radius: 0;
  background: #FFF; }

#list-comment {
  margin-top: 15px;
  background: #FFF;
  position: relative;
  margin-bottom: -15px; }

#list-comment &gt; .comment-item {
  margin-bottom: 15px; }

#list-comment &gt; .comment-item:last-child {
  margin-bottom: 0; }

.comment-form-sub {
  width: 100%;
  display: table;
  margin-top: 5px;
  position: relative; }

.comment-form-sub .avatar {
  display: none; }

.commentInfo::after {
  content: '';
  clear: both;
  display: table; }

.commentName {
  margin-bottom: 5px; }

.commentInfo &gt; li {
  float: left;
  color: #666;
  font-size: 12px;
  line-height: 20px;
  position: relative;
  margin-right: 30px; }

.commentInfo li.mwrs {
  float: right;
  color: #d97f00;
  margin-right: 0;
  font-weight: 700; }

li.commentReply::before {
  display: none; }

li.cmt-link::before,
li.commentDate::before {
  top: 50%;
  width: 4px;
  height: 4px;
  left: -17px;
  content: '';
  background: #999;
  position: absolute;
  border-radius: 100%;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%); }

li.cmt-link &gt; span {
  color: #007bc2;
  cursor: pointer; }

span.bg-icon::before {
  color: #999;
  margin-right: 3px;
  font-family: FontAwesome; }

span.satisfied::before {
  content: "\f087"; }

span.unsatisfied::before {
  content: "\f088"; }

span.satisfied.clicked::before {
  color: #007bc2;
  content: "\f164";
  margin-right: 2px; }

span.unsatisfied.clicked::before {
  color: #007bc2;
  content: "\f165";
  margin-right: 2px; }

.comment-name {
  padding-right: 5px; }

.comment-email {
  padding-left: 5px; }

div.comment-btn {
  width: 105px;
  text-align: right; }

.comment-vote {
  float: left;
  overflow: hidden;
  padding: 7px 0 8px; }

.comment-vote li {
  float: left;
  overflow: hidden;
  margin-right: 5px; }

.comment-vote li i {
  cursor: pointer;
  font-size: 16px;
  position: relative;
  top: 1px; }

.comment-vote li i.active {
  color: #e7ba32; }

.commentVote {
  color: #e7ba32;
  position: relative;
  top: -2px; }

.comment-item &gt; .inner {
  display: table;
  width: 100%; }

.comment-success {
  padding: 20px;
  text-align: center;
  font-size: 14px; }

.wrapsatis {
  top: 30px;
  z-index: 91;
  width: 430px;
  background: #fff;
  overflow: visible;
  position: absolute;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 10px;
  margin: auto; }

.wrapsatis:after,
.wrapsatis:before {
  bottom: 100%;
  left: 55px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.wrapsatis:before {
  border-bottom-color: #ccc;
  border-width: 11px;
  margin-left: -11px; }

.wrapsatis:after {
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px; }

.wrapsatis .wrsct {
  position: relative; }

.wrapsatis span {
  display: block;
  margin-bottom: 7px;
  padding-right: 30px; }

.wrapsatis .ustCt {
  resize: none;
  margin-bottom: 7px; }

.wrapsatis a {
  padding: 12px 15px !important;
  background-color: #288ad6;
  color: #fff; }

.wrapsatis .btn-close {
  right: 0;
  margin: 0;
  top: -3px;
  cursor: pointer;
  font-size: 16px;
  padding-right: 0;
  position: absolute; }

.wrapsatis .btn-close::before {
  content: "\f2d3";
  font-family: FontAwesome; }

.wrapsatis ul {
  display: table;
  margin-left: -5px;
  margin-right: -5px; }

.wrapsatis li {
  padding: 0 5px;
  display: table-cell;
  vertical-align: middle; }

.wrapsatis .btn-send {
  width: 50px;
  padding: 10px 0; }

#box-comment .wrapsatis .form-control {
  min-height: 34px;
  border-radius: 3px; }

div.empty-cmt {
  border-radius: 0;
  margin-bottom: 0; }

div.cmt-loading,
div.cmt-success {
  margin: 0;
  padding: 18px;
  border-radius: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  border: 1px solid #ccc; }


</pre></body></html>