.CommentPlugin_AddCommentBox{z-index:10;background-color:#fff;border-radius:20px;width:40px;height:60px;display:block;position:fixed;box-shadow:0 0 3px #0003}.CommentPlugin_AddCommentBox_button{cursor:pointer;background:0 0;border:0;border-radius:20px;width:40px;height:60px;position:absolute;top:0;left:0}.CommentPlugin_AddCommentBox_button:hover{background-color:#f6f6f6}i.add-comment{vertical-align:-10px;background-size:contain;width:20px;height:20px;display:inline-block}@media (width<=1024px){.CommentPlugin_AddCommentBox{display:none}}.CommentPlugin_CommentInputBox{z-index:24;background-color:#fff;border-radius:5px;width:250px;min-height:80px;animation:.4s show-input-box;display:block;position:absolute;box-shadow:0 0 5px #0000001a}.CommentPlugin_CommentInputBox:before{content:"";box-sizing:border-box;transform-origin:0 0;border:.5em solid #0000;border-color:#0000 #0000 #fff #fff;width:0;height:0;margin-left:.5em;position:absolute;top:0;left:calc(50% + .25em);right:-1em;transform:rotate(135deg);box-shadow:-3px 3px 3px #0000000d}@keyframes show-input-box{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.CommentPlugin_CommentInputBox_Buttons{flex-direction:row;gap:10px;padding:0 10px 10px;display:flex}.CommentPlugin_CommentInputBox_Button{flex:1}.CommentPlugin_CommentInputBox_Button.primary{color:#fff;background-color:#4287f5;font-weight:700}.CommentPlugin_CommentInputBox_Button.primary:hover{background-color:#3572d3}.CommentPlugin_CommentInputBox_Button[disabled]{opacity:.5;cursor:not-allowed;color:#444;background-color:#eee;font-weight:400}.CommentPlugin_CommentInputBox_Button[disabled]:hover{opacity:.5;background-color:#eee}.CommentPlugin_CommentInputBox_EditorContainer{border-radius:5px;margin:10px;position:relative}.CommentPlugin_CommentInputBox_Editor{caret-color:#050505;background-color:#fff;border:1px solid #ccc;border-radius:5px;min-height:80px;padding:9px 10px 10px 9px;font-size:15px;display:block;position:relative}.CommentPlugin_CommentInputBox_Editor:focus{outline:1px solid #4287f5}.CommentPlugin_ShowCommentsButton{background-color:#ddd;border-radius:10px;position:fixed;top:10px;right:10px}i.comments{vertical-align:-10px;opacity:.5;background-size:contain;width:20px;height:20px;transition:opacity .2s linear;display:inline-block}@media (width<=1024px){.CommentPlugin_ShowCommentsButton{display:none}}.CommentPlugin_ShowCommentsButton:hover i.comments{opacity:1}.CommentPlugin_ShowCommentsButton.active{background-color:#ccc}.CommentPlugin_CommentsPanel{z-index:25;background-color:#fff;border-top-left-radius:10px;width:300px;height:calc(100% - 88px);animation:.2s show-comments;position:fixed;top:88px;right:0;box-shadow:0 0 10px #0000001a}@keyframes show-comments{0%{opacity:0;transform:translate(300px)}to{opacity:1;transform:translate(0)}}.CommentPlugin_CommentsPanel_Heading{color:#444;border-bottom:1px solid #eee;width:100%;height:34px;margin:0;padding-top:10px;padding-left:15px;font-size:20px;display:block;overflow:hidden}.CommentPlugin_CommentsPanel_Editor{caret-color:#050505;background-color:#fff;border:1px solid #ccc;border-radius:5px;min-height:20px;padding:9px 10px 10px 9px;font-size:15px;display:block;position:relative}.CommentPlugin_CommentsPanel_Editor:before{content:"";float:right;width:30px;height:20px}.CommentPlugin_CommentsPanel_SendButton{background:0 0;position:absolute;top:8px;right:10px}.CommentPlugin_CommentsPanel_SendButton:hover{background:0 0}i.send{vertical-align:-10px;opacity:.5;background-size:contain;width:20px;height:20px;transition:opacity .2s linear;display:inline-block}.CommentPlugin_CommentsPanel_SendButton:hover i.send{opacity:1;filter:invert(45%)sepia(98%)saturate(2299%)hue-rotate(201deg)brightness()contrast(92%)}.CommentPlugin_CommentsPanel_SendButton[disabled] i.send{opacity:.3}.CommentPlugin_CommentsPanel_SendButton:hover[disabled] i.send{opacity:.3;filter:none}.CommentPlugin_CommentsPanel_Empty{color:#777;text-align:center;width:100%;margin:0;padding:0;font-size:15px;position:absolute;top:calc(50% - 15px)}.CommentPlugin_CommentsPanel_List{width:100%;height:calc(100% - 45px);margin:0;padding:0;list-style-type:none;position:absolute;top:45px;overflow-y:auto}.CommentPlugin_CommentsPanel_List_Comment{margin:0;padding:15px 0 15px 15px;font-size:14px;transition:all .2s linear;position:relative}.CommentPlugin_CommentsPanel_List_Thread.active .CommentPlugin_CommentsPanel_List_Comment:hover{background-color:inherit}.CommentPlugin_CommentsPanel_List_Comment p{color:#444;margin:0}.CommentPlugin_CommentsPanel_List_Details{color:#444;vertical-align:top;padding-bottom:5px}.CommentPlugin_CommentsPanel_List_Comment_Author{padding-right:5px;font-weight:700}.CommentPlugin_CommentsPanel_List_Comment_Time{color:#999}.CommentPlugin_CommentsPanel_List_Thread{border-top:1px solid #eee;border-bottom:1px solid #eee;border-left:0 solid #eee;margin:0;padding:0;transition:all .2s linear;position:relative}.CommentPlugin_CommentsPanel_List_Thread:first-child,.CommentPlugin_CommentsPanel_List_Thread+.CommentPlugin_CommentsPanel_List_Thread{border-top:none}.CommentPlugin_CommentsPanel_List_Thread.interactive{cursor:pointer}.CommentPlugin_CommentsPanel_List_Thread.interactive:hover{background-color:#fafafa}.CommentPlugin_CommentsPanel_List_Thread.active{cursor:inherit;background-color:#fafafa;border-left:15px solid #eee}.CommentPlugin_CommentsPanel_List_Thread_QuoteBox{color:#ccc;padding-top:10px;display:block}.CommentPlugin_CommentsPanel_List_Thread_Quote{margin:0 10px}.CommentPlugin_CommentsPanel_List_Thread_Quote span{color:#222;background-color:#ffd40066;padding:1px;font-weight:700;line-height:1.4;display:inline}.CommentPlugin_CommentsPanel_List_Thread_Comments{padding-left:10px;list-style-type:none}.CommentPlugin_CommentsPanel_List_Thread_Comments .CommentPlugin_CommentsPanel_List_Comment:first-child{border:none;margin-left:0;padding-left:5px}.CommentPlugin_CommentsPanel_List_Thread_Comments .CommentPlugin_CommentsPanel_List_Comment:first-child.CommentPlugin_CommentsPanel_List_Comment:last-child{padding-bottom:5px}.CommentPlugin_CommentsPanel_List_Thread_Comments .CommentPlugin_CommentsPanel_List_Comment{border-left:5px solid #eee;margin-left:5px;padding-left:10px}.CommentPlugin_CommentsPanel_List_Thread_Editor{padding-top:1px;position:relative}.CommentPlugin_CommentsPanel_List_DeleteButton{opacity:0;background-color:#0000;width:30px;height:30px;position:absolute;top:10px;right:10px}.CommentPlugin_CommentsPanel_DeletedComment,.CommentPlugin_CommentsPanel_List_Comment:hover .CommentPlugin_CommentsPanel_List_DeleteButton,.CommentPlugin_CommentsPanel_List_Thread_QuoteBox:hover .CommentPlugin_CommentsPanel_List_DeleteButton{opacity:.5}.CommentPlugin_CommentsPanel_List_DeleteButton:hover{opacity:1;filter:invert(45%)sepia(98%)saturate(2299%)hue-rotate(201deg)brightness()contrast(92%);background-color:#0000}.CommentPlugin_CommentsPanel_List_DeleteButton i.delete{vertical-align:-10px;background-size:contain;width:15px;height:15px;transition:opacity .2s linear;position:absolute;top:5px;left:5px}