.add-comment-row {
  display: flex !important;
  justify-content: end;
}

.add-comment-row button {
  width: fit-content !important;
}

.comment-card {
  margin-bottom: 25px;
}

.comment-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid lightgray;
  align-items: center;
}

.comment-header i {
  cursor: pointer;
  font-size: smaller;
}

.comment-header .badge {
  font-size: x-small !important;
}

.comment-header .btn-section {
  display: flex;
  justify-content: center;
  align-items: center;
}

.comment-text {
  padding-top: 10px;
}

.comment-date {
  display: flex;
  justify-content: end;
  align-items: baseline;
  font-size: smaller;
  font-family: "IranYekan";
  margin: 0;
}

.comment-date i {
  margin-right: 5px;
}

.comment-replys-btn {
  width: fit-content !important;
  background-color: rgb(233, 233, 233);
}

.comment-reply-btn {
  padding: 0 !important;
}

.comment-reply-btn i {
  background-color: aliceblue !important;
  border-radius: 50%;
  padding: 5px;
}

.comment-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -16px;
  z-index: 1;
}

.comment-footer button {
  border-radius: 50%;
  background-color: aliceblue;
}

.btn-check:focus + .btn,
.btn:focus {
  box-shadow: none !important;
}

.reply-header {
  background-color: aliceblue !important;
}

.comment-count-bg {
  font-size: x-small !important;
  margin-top: -30px;
  margin-right: -30px;
}

.no-comment {
  display: none !important;
}

/* child comment */
.child-comment-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -20px;
}

.child-comment-footer button {
  border-radius: 50%;
  background-color: aliceblue;
}

.child-comment-card{
  margin-bottom: 25px;
  background-color: white;
  border: none !important;
}

#collapseComment_1,
#collapseComment_2{
  background-color: aliceblue;
}

.reply-header {
  border-bottom: none !important;
}

/* add comment modal */
.add-cm-md-header {
  display: flex;
  justify-content: space-between;
}

.add-cm-md-header button {
  margin: 0 !important;
}
