/*------------------------------------------------*/
/*    $Comments                                   */
/*------------------------------------------------*/
.kf_top_bar {
  display: flex;
  padding: 1rem;
  flex-direction: column;
  align-items: flex-start;
}

.kf_top_bar-hr {
  border-bottom: 1px solid #0eb1a9;
}

@media (min-width: 576px) {
  .kf_top_bar {
    flex-direction: row;
    align-items: center;
  }
  .kf_top_bar .kf_btn {
    margin-left: auto;
  }
}

.kf_det_center .kf_top_bar {
  padding: 1rem 0;
}

.kf_comment_writer {
  padding: .25rem 0 .25rem 2.5rem;
  line-height: 1.2;
  color: black;
}

.kf_comment_writer b {
  padding: 0 .25rem;
  color: #0eb1a9;
}

.kf_comment_writer span {
  color: #adb5bd;
}

.kf_comment_writer + .kf_edit {
  padding-top: .5rem;
}

.kf_comment_child {
  padding-left: 2rem;
}

.kf_comment_child li {
  padding: 1rem 0;
  border-top: 1px dashed #ced4da;
}

.kf_avatar {
  background-repeat: no-repeat;
  background-size: 32px 30px;
  background-position: 0 .35rem;
  background-image: url(../../images/module/icon_comment-blue.svg);
}

.kf_avatar-gray {
  background-image: url(../../images/module/icon_comment-gray.svg);
}

@media (min-width: 576px) {
  .kf_avatar {
    background-size: 24px 22px;
    background-position: 0 .15rem;
  }
}

.kf_respond_rule ol {
  margin-top: 1rem;
  padding-left: 1rem;
}

.btn_toggle {
  display: block;
  padding: .75rem;
  text-align: center;
  color: white !important;
  background: #0eb1a9;
  border-radius: .25rem;
  border-radius: .5rem;
}

.btn_toggle.open {
  border-radius: .5rem .5rem 0 0;
}

.btn_toggle:hover, .btn_toggle:focus {
  background: #0d9c95;
  text-decoration: none !important;
}

.btn_toggle:after {
  display: inline-block;
  content: "\f27a";
  margin-left: .5rem;
  text-rendering: auto;
  font: normal normal normal 1em FontAwesome;
}

.kf_comment_bg .kf_comment_wrap {
  display: none;
  overflow: hidden;
  height: 0;
  border-radius: 0 0 .5rem .5rem;
}

.kf_comment_bg .kf_comment_wrap .kf_fm_row:nth-child(odd),
.kf_comment_bg .kf_comment_wrap .kf_fm_row:nth-child(even) {
  background-color: initial;
}

.kf_comment_bg .kf_comment_wrap.open {
  display: block;
  overflow: auto;
  height: auto;
  transition: height 1s;
}

.kf_comment_wrap .kf_fm_row {
  padding: 1rem;
  margin: 0;
}

.kf_comment_wrap .kf_fm_row:nth-child(odd) {
  background-color: rgba(222, 226, 230, 0.4);
}

.kf_comment_wrap .kf_fm_row:nth-child(even) {
  background-color: rgba(222, 226, 230, 0.15);
}

@media print {
  .kf_top_bar {
    flex-direction: row;
  }
  .kf_top_bar .kf_btn {
    margin-left: auto;
  }
  .kf_avatar {
    background-size: 24px 22px;
    background-position: 0 .15rem;
  }
}
