@keyframes spin{0%{transform:scale(1)rotate(0)}to{transform:scale(1)rotate(360deg)}}@-webkit-keyframes spin2{0%{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}hr{border:0;border-top:1px solid #fff;margin-top:5px;margin-bottom:20px}a{text-decoration:none}.issue-comment:after,.issue-comment:before{content:"";clear:both;display:table}.issue-comment .title{margin-top:1rem;font-size:2rem}.issue-comment ul,.issue-comment ul.comments ul{padding:0;list-style-type:none}.issue-comment .issue-comments,.issue-comment img{-o-border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.issue-comment img{opacity:1;filter:Alpha(opacity=100)}.issue-comment img.avatar{object-fit:cover;border-radius:100%;width:50px;height:50px;margin-left:1rem}.issue-comment img.avatar.avatar-sm{width:30px;height:30px}.issue-comment .issue-comments{color:#6b6e80;background:#fff;border:1px solid #eee;margin-bottom:20px;margin-left:85px;margin-right:0;padding:10px 20px;position:relative}.issue-comment .meta{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding-bottom:10px;font-size:1.4rem;display:flex;margin-bottom:10px!important}.issue-comment .meta .name{color:#0e64a0}.comment-content{white-space:pre-line}.issue-comment ul.comments ul{margin-left:85px}ul li .actionbar{align-items:center;margin-top:1rem;display:flex}.actionbar .action{color:#333;align-items:center;display:inline-flex}.actionbar .action:not(:first-child){margin-right:1rem}.actionbar .action:hover{cursor:pointer;color:#0e64a0}.actionbar .action .icon{width:1.5rem;height:1.5rem}.actionbar .action .name{margin-right:.5rem;font-size:1.5rem}.issue-comments{min-width:30%}.comment-form .avatar{object-fit:cover;border-radius:100%;width:50px;height:50px}.comment-form #comment-text{width:auto;min-width:70%;margin-right:1rem}.comment-form #btn-publish,.comment-form .attachment{margin-top:1rem;margin-right:60px}.comment-form .reply-bar{background:#fff;align-items:center;margin-bottom:1rem;margin-right:60px;padding:.5rem 2rem;display:inline-flex}.comment-form .reply-bar .fa-close{margin-right:2rem}.comment-form .reply-bar .fa-close:hover{color:#0e64a0;cursor:pointer}.fa-refresh.spinning{animation:1.5s linear infinite spin;-webkit-animation:1.5s linear infinite spin2}