.comment-form{display:flex;gap:13px}.comment-form .author .author-image{border-radius:50%;height:35px;overflow:hidden;width:35px}.comment-form .author .author-image img{height:100%;object-fit:cover;width:100%}.comment-form.small{gap:11px}.comment-form.small .author-image{border-radius:50%;height:30px;overflow:hidden;width:30px}.comment-form.small .author-image img{height:100%;object-fit:cover;width:100%}.comment-form .comment-input{display:flex;flex-direction:column;flex-grow:1;position:relative}.comment-form .comment-input .contenteditable-input-field{position:relative}.comment-form .comment-input .contenteditable-input-field:has(#contenteditable-root:focus):before{width:100%}.comment-form .comment-input .contenteditable-input-field:before{background-color:var(--app-background-color);bottom:0;content:"";height:1px;left:50%;position:absolute;transform:translate(-50%);transition:all .1s;width:0;z-index:2}.comment-form .comment-input .contenteditable-input-field #contenteditable-root{background-color:initial;border:none;border-bottom:1px solid var(--btn-border-color);box-shadow:none;color:inherit;font-size:1.45rem;max-height:200px;outline:none;overflow-y:scroll;padding-bottom:2px;padding-left:3px;padding-top:0;position:relative}.comment-form .comment-input .contenteditable-input-field #contenteditable-root .reply-to{color:#008ddf;display:inline;white-space:nowrap}.comment-form .comment-input .contenteditable-input-field #contenteditable-root.changed:before{display:none}.comment-form .comment-input .contenteditable-input-field #contenteditable-root:before{color:var(--text-placeholder-color);content:attr(aria-label);cursor:text}.comment-form .comment-input .contenteditable-input-field #contenteditable-root::-webkit-scrollbar{cursor:default;width:12px}.comment-form .comment-input .ant-input-textarea.comment-input-field{position:relative}.comment-form .comment-input .ant-input-textarea.comment-input-field:after{bottom:5px;font-size:1.3rem;position:absolute;right:2px;z-index:1}.comment-form .comment-input .actions-comment{max-height:0;overflow:hidden;padding:0;transition:all .15s}.comment-form .comment-input .actions-comment.active{max-height:50px;overflow:visible}.comment-form .comment-input .actions-comment .actions-container{align-items:center;display:flex;justify-content:space-between;padding:10px 0;width:100%}.comment-form .comment-input .actions-comment .actions-container svg{transition:all .15s}.comment-form .comment-input .actions-comment .actions-container svg:active{opacity:.8}.comment-form .comment-input .actions-comment .actions-container .left svg.emoticon{cursor:pointer;font-size:2.2rem}.comment-form .comment-input .actions-comment .actions-container .left .v3-emoji-picker{position:absolute;top:100%;z-index:1;--v3-picker-bg:var(--background-content-color1)}.comment-form .comment-input .actions-comment .actions-container .right{display:flex;gap:7px}.comment-form .comment-input .actions-comment .actions-container .right .ant-btn{border-radius:20px;font-size:1.4rem;height:30px}.comment-form .comment-input .actions-comment .actions-container .right .ant-btn.comment-btn{color:#fff;padding:6.5px 15px}.comment-form .comment-input .actions-comment .actions-container .right .ant-btn.comment-btn:not(:disabled){background-color:var(--app-background-color)}.comment-form .comment-input .actions-comment .actions-container .right .ant-btn.comment-btn:not(:disabled):hover{background-color:var(--app-background-color8)}
