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