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

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

.comment-card-title h6 {
  color: #7c7c7c;
  font-size: 12.5px;
  font-weight: 500;
}

.comment-card-title h6:hover{
    color: #035a79;
    cursor: pointer;
}

.comment-ref button {
  font-size: 12px;
  border: none;
  color: #5e5e5e;
  background: none;
}

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

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

.unlike-thum, .like-thum {
  font-size: 12px;
  color: #5e5e5e;
  position: relative;
  z-index: 1;
  padding: 5px;
}

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

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

.comment-reply-thumbnail img{
    width: 35px;
    height: 35px;
}

.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: 0.25rem;
  --bs-accordion-btn-padding-y: 0.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: 5px 0 3px;
  border-radius: 9px;
}

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

.user-main-repl {
  position: relative;
  top: -45px;
  margin-bottom: -21px;
}

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

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

span.like-num {
  color: #035a79;
}

span.dislike-num {
  color: #8d4c00;
}

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

.comment-bod textarea {
  background-color: #2e3335;
  border-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: #0083b1;
  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) * 0.5)
    calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y))
    calc(-0.5 * var(--bs-modal-header-padding-x))
    calc(-0.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: -10px;
}

.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%;
}

#sccr,
#sccr2 {
  font-size: 12px;
  font-family: "Courier New", Courier, monospace;
  line-height: 29px;
}

.comment_prof {
  background-color: #aaaaaa;
  font-style: italic;
}

.form-select:focus {
  border: none;
  box-shadow: none;
}

.form-select {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.comm_prof h6 {
  color: #919191;
  padding: 0 7px;
  font-size: 14px;
  margin: 0;
  line-height: 29px;
  font-weight: bolder;
}

#asaf .modal-header {
  background-color: #2e3335;
  border: none;
}

#asaf .modal-body {
  background-color: #2e3335;
}

#asaf .but_pnam {
  background-color: #609191;
  border: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

#asaf .btn-close {
  background-color: #747474;
}

#asaf input {
  background-color: #747474;
}

#asaf input:focus {
  background-color: #747474;
}

#commentary {
  /* display: flex; */
  justify-content: center;
  margin: 25px 0;
  padding: 25px 5px;
}

#commentary .cm-tg {
  font-size: 12px;
  padding: 7px;
  border-radius: 5px;
  background-color: #547979;
  color: #e9e9e9;
}

.new_c_inner {
  animation-name: slit-in-horizontal;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;

  /* shorthand
  animation: slit-in-horizontal 1s linear 0s 1 normal none;*/
}
@keyframes slit-in-horizontal {
  0% {
    transform: translateZ(-800px) rotateX(90deg);
    opacity: 0;
  }
  50% {
    transform: translateZ(-160px) rotateX(87deg);
    opacity: 1;
  }
  100% {
    transform: translateZ(0) rotateX(0);
  }
}

.rep-rf {
  color: #0083b1;
}
/* #commas {
} */
