#commentform {
	position: relative;
}
.comment-author .avatar {
	max-width: 24px;
	max-height: 24px;
	border-radius: 100%;
}
.comment-author .fn {
	font-size: 16px;
	font-style:normal;
}
.comment-list li {
	list-style: none;
}
.comment-list li {
	list-style: none;
	padding: 10px 36px;
}
.comment-list li.comment.parent.depth-1 {
	position: relative;
}
.comment-meta.commentmetadata {
	font-size: 14px;
	color: rgb(41 57 68);
}
#comments {
	border: 1px solid rgba(41,57,68,0.22);
	border-radius: 20px;
}
.noavatar{
border-radius: 0 !important;
}
#comments.comments-area .comment-list {
	padding: 19px 0;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-height: 800px;
	overflow-y: auto;
}
.comment-author img {
	border-radius: 50px;
	max-width: 36px;
}
 /* width */
.comment-list::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.comment-list::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
.comment-list::-webkit-scrollbar-thumb {
  background: #f7f7f7;
}

/* Handle on hover */
.comment-list::-webkit-scrollbar-thumb:hover {
  background: #f7f7f7;
} 
.comment-list {
 scrollbar-color: #eee #ffffff;
  scrollbar-width: thin;
}

 /* width */
.darkmode .comment-list::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.darkmode .comment-list::-webkit-scrollbar-track {
  background: #666;
}

/* Handle */
.darkmode .comment-list::-webkit-scrollbar-thumb {
  background: #222;
}

/* Handle on hover */
.darkmode .comment-list::-webkit-scrollbar-thumb:hover {
  background: #222;
} 
.darkmode .comment-list {
 scrollbar-color: #666 #222;
  scrollbar-width: thin;
}


.comment-text {
	color: #293944;
	text-align: right;
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	padding-right: 10px;
}
.comment-text p {
	margin-bottom: 6px;
}
.comment-list li.comment.parent .children .comment-body {
	position: relative;
	background: #f7f7f7;
	border-radius: 19px;
	padding: 10px 24px;
}
.comment-list li .children {
	padding-right: 60px;
	padding-top: 24px;
}
.comment-list li .children li {
	background: #fff;
	border-radius: 19px;
	padding: 10px 24px 10px 0px;
}
.comment-list li .children::before {

	width: 1px;
	height: 50%;
	background: rgba(41,57,68,0.22);
	position: absolute;
	right: 12px;
	top: 0;
}
.comment-list li .children li:not(.depth-2) {
	padding-left: 0;
}
.comment-list li > .children > li .comment-body::after {
	content: "";
	width: calc(((var(--depth) - 1 ) * 72px) + ((var(--depth) - 1) * 12px) - 12px );
	height: 1px;
	background: rgba(41,57,68,0.22);
	position: absolute;
	right: calc(((var(--depth) - 1) * -72px) - ((var(--depth) - 1) * 12px) + 12px);
	top: 50%;
}
.comment-list li > .children > li .comment-body::before {
	content: "";
	width: 1px;
	height: calc(100%);
	background: rgba(41,57,68,0.22);
	position: absolute;
	right: calc(((var(--depth) - 1) * -72px) - ((var(--depth) - 1) * 12px) + 12px);
	top: -50%;
}
.comment-author {
	position: relative;
}
.comment-reply-link {
	color: #1d6aff;
	font-size: 14px;
	border: 0;
	background: #fff;
}
#respond {
	background: #f7f7f7;
	padding: 19px 21px;
	border-radius: 0px 0px 20px 20px;
}
#commentform input, #commentform textarea {
	background: #fff;
	border-radius: 17px;
	border: 0;
	padding: 10px 10px 10px 10px;
	font-size: 16px;
	max-width: 100%;
}
.comment-form-author, .comment-form-comment {
	position: relative;
	margin-top: 30px;
}
#commentform label {
	position: absolute;
	box-shadow: 0px -5px 6px 2px rgba(0,0,0,0.05);
	padding: 0 15px;
	top: -17px;
	right: 16px;
	background: #fff;
	border-radius: 7px;
}
.comment-form-comment textarea {
	width: 100%;
	height: 100px !important;
}
.form-submit {
		position: absolute;
	left: 0;
	top: calc(50% + 12px);
}
.logged_in .form-submit {
	top: calc(50% - 14px);
}
.form-submit #submit {
	border: 0;
	background: unset;
	margin-left: 10px;
	cursor: pointer;
}
