.comment-body-reply {
    width: calc(100% - 50px);
}
.comment-childs-container .comment-childs-inner-container{
    display:flex;
    gap:10px;
}
.comment-childs-inner-container .child-element{
    width: calc(100% - 50px);
}
.comment_close_btn i{
    font-size:1.5em;
    color: #3b3855;
}
.comment_close_btn button{
    padding:0px;
}
.comment_close_btn button:hover i{
    color:var(--secondary)
}
.cm-main-p strong {}
.cm-author-name .author-name{
    font-weight: 600;
    padding-right: 10px;
}
.cm-author-name .comment-member-type{
    font-size: 1em;
    color:var(--secondary);
    font-weight:600;
}
.comment_box {}

.cmdate-reply{
 padding:0px 0px 10px 0px;
}
.cmdate-reply .reply-comment {
	cursor: pointer;
	color: var(--primary-purple);
	font-weight: 600;
	font-size: 14px;
}
.hgvideo_comment_form-child .editable{
    margin-top: 10px !important;
}
.hgvideo_comment_form-child .submit-comment{
    margin-top: 10px !important;
}
.cmdate-reply .reply-comment:hover{
    text-decoration: underline;
}
.cm-massge-text span {
	font-size: 15px !important;
	line-height: 20px !important;
	font-family: "Public Sans", serif !important;
	color: #505050 !important;
}
.cm-massge-text{
	font-size: 15px !important;
	line-height: 20px !important;    
}
.editable {
    width: 100%;
    max-width: 600px;
    min-height: 40px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 10px;
    font-size: 16px;
    color: #333;
    background: #b7583a14;
    outline: none;
    overflow-y: auto;
    position: relative;
}

.editable::before {
    content: attr(data-placeholder);
    color: #aaa;
    position: absolute;
    left: 10px;
    top: 10px;
    pointer-events: none;
    transition: opacity 0.2s ease-in-out;
}

.editable:focus::before,
.editable:not(:empty)::before {
    opacity: 1;
    color: #aaa;
}
.hgvideo_comment_form {
	margin-top: 10px;
	position: relative;
	background: #fff;
	position: absolute;
	bottom: 5px;
	width: 95%;
	left: 10px;
}
.hgvideo_comment_form .close-reply {
	margin-top: 10px;
	/* background: unset; */
	width: 24px;
	background: #000;
	padding: 0;
	height: 24px;
	line-height: normal;
	color: #FFF;
	opacity: 1;
	font-size: 0.8em;
	position: absolute;
	right: 0;
	top: -37px;
	border-radius: 50px;
}
.comment-childs-container .user-image{
    margin-bottom:8px;
}

.more-comment{
    cursor:pointer;
    color:var(--primary-purple);
    font-weight:600;
}
