#comments {
  position: relative;
  margin-top: 15px;
  margin-bottom: 25px;
  border-radius: 9px;
}

.comment-card {
  color: #747474;
  padding: 1px 7px 1px;
}

.comment-card-title h6 {
  font-size: 15px;
  font-weight: 500;
}

.comment-ref li {
  font-size: 12px;
}

.comment-bod p {
  font-size: 12px;
  margin: 1px;
  text-align: justify;
}

.comment-ref.foot .reply-butt {
  font-weight: 500;
  padding: 5px;
  margin-left: 3px;
  border-bottom: 1px solid #000;
  border-radius: 7px;
  cursor: pointer;
}

.unlike-thum, like-thum {
  padding: 5px;
}

.comment-thumbnail {
  width: 45px;
  height: 45px;
  margin: 10px auto;
  border-radius: 50%;
  border: 1px outset;
}

.comment-reply-thumbnail {
  width: 35px;
  height: 35px;
  margin: 10px auto;
  border-radius: 50%;
  border: 1px outset;
}

.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: 5px;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

.accordion-button:focus {
  z-index: 3;
  border-color: rgba(255,255,255,0);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-button:not(.collapsed) {
  font-size: 12px;
  font-weight: 700;
  color: var(--bs-accordion-active-color);
  background-color: rgba(231,241,255,0);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion {
  --bs-accordion-color: #747474;
  --bs-accordion-bg: rgba(34,37,41,0);
  --bs-accordion-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 0px;
  --bs-accordion-border-radius: 0.375rem;
  --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
  --bs-accordion-btn-padding-x: .25rem;
  --bs-accordion-btn-padding-y: .1rem;
  --bs-accordion-btn-color: #212529;
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='#609191'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-7 0 17 17' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: rgba(134,183,254,0);
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(255,255,255,0);
  --bs-accordion-body-padding-x: 0;
  --bs-accordion-body-padding-y: 0px;
  --bs-accordion-active-color: #609191;
  --bs-accordion-active-bg: #e7f1ff;
}

.comment-card .user-main {
  background: #2e3335;
  color: #adadad;
  padding: 10px;
  margin: 10px 0 3px;
  border-radius: 9px;
}

.comment-ref.foot .d-posted {
  font-size: 10px;
  float: right;
  line-height: 31px;
}

.user-main-repl {
  position: relative;
  top: -35px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  color: #609191;
}

span.like-num, span.dislike-num {
  padding: 3px;
}

span.like-num {
  color: #007aa5;
}

span.dislike-num {
  color: #d27100;
}

.list-inline-item:not(:last-child) {
  margin-right: .3rem;
}

.comment-bod textarea {
  background-color: #2e3335;
  border: none;
  width: 100%;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.comment-bod {
  position: relative;
}

.sub_post {
  background-color: #222529;
  position: relative;
  padding: 7px 12px;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  border: none;
}

.sub_post button:hover {
  background-color: #1ba0ad;
  color: #fff;
}

.sub_post button {
  padding: 3px 15px;
  background-color: #609191;
  color: #fff;
}

.user-main.comb {
  padding: 0;
}

.comb .form-control::placeholder {
  color: #adadad;
}

.comb .form-control:focus {
  color: #d9d9d9;
  background-color: #444444;
  border: none;
  outline: 0;
  box-shadow: none;
}

#comment-reply .modal-content {
  background-color: #2e3335;
}

#comment-reply .modal-header {
  border: none;
  color: #a9a9a9;
}

.atuse {
  color: #ff6347;
  cursor: pointer;
}

#comment-reply textarea {
  background: rgba(0,0,0,0.3);
  border: 1px solid #444444;
  outline: none;
  box-shadow: none;
  border-radius: 5px;
}

#comment-reply .modal-footer {
  border-top: 1px solid #444444;
}

#comment-reply .modal-footer .btn {
  box-shadow: 0 0 10px 0px #000;
  color: #999999;
  margin: auto 5px;
}

#comment-reply .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
  color: #ffffff;
}

.repatuse {
  font-size: small;
}

#comment-reply .form-control:focus {
  color: #b6b6b8;
  background-color: rgba(0,0,0,0.5);
  border-color: rgba(85,85,85,0.93);
  outline: 0;
  box-shadow: none;
}

.commful {
  margin-bottom: -37px;
}

.rep_item_button {
  font-size: 12px;
  color: #609191;
}

.cmmlin {
  width: 53%;
  position: relative;
  bottom: -54px;
  border-bottom: 1px solid #1ba0ad;
}

.div_cmmlin {
  position: relative;
  padding-left: 20%;
}

