/* CA Content Styles for MOD Thanks :: CabinetAdmina
---------------------------------------------------- */
.post-buttons-thanks{list-style:none;float:none;position:absolute;margin:0;right:5px;bottom:-30px;}
.post-buttons-thanks .icon-svg{display:inline-block;margin-top:-4px;vertical-align:middle;}
.post-buttons-thanks-num{display:inline-block;vertical-align:middle;margin-left:4px;line-height:1.3;}
.post-buttons-thanks-num-up{color:#1A9339;font-weight:700;}
.post-buttons-thanks-button,.post-buttons-thanks-button:hover,.post-buttons-thanks-button:focus,.post-buttons-thanks-button:active{text-decoration:none;outline:none;color:#757575;}

/* Do thanks list */
.do_thanks_list{font-size:12px;background:#fff;padding:15px 0 0;color:#787a79;}
.do_thanks_list span{color:#189c3a;cursor:pointer;font-weight:500;}
.thanks_list_comment{position:relative;}
.thanks_list_comment .notice{margin-top:8px;background:none;border:1px solid #ccc;}
.thanks_buttons{list-style:none;position:absolute;right:0;top:1.2em;}
.thanks_buttons .icon{font-size:16px;}
.thanks_postbody{line-height:1.48em;font-size:12px;}
.thanks_list{position:relative;overflow:hidden;clear:both;padding:40px 0 0px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
.thanks_list-users{margin-right:10px;white-space:nowrap;}
.thanks_list-text{font-size:14px;color:#787a79;}
.thanks_list-avatar{margin-left:-14px;position:relative;width:41px;}
.thanks_list-avatar img{border-radius:50%;background:#fff;padding:3px;}
.thanks_list-avatar:nth-child(1){margin:0;z-index:1;}
.thanks_list-avatar:nth-child(2){z-index:0;}

/* Thanks list popup */
.thanks-list-popup{z-index:6;position:absolute;bottom:20px;right:0;padding-bottom:4px;opacity:0;visibility:hidden;transform:translateY(15px);transition:opacity 250ms ease,visibility 250ms ease,transform 250ms cubic-bezier(.71,1.7,.77,1.24);}
.thanks-list-popup-button:hover .thanks-list-popup{visibility:visible;opacity:1;transform:translateY(0);}
.thanks-list-popup-item{background-color:rgba(0,0,0,.65);padding:7px 20px;border-radius:5px 5px 0 5px;color:#fff;white-space:nowrap;}
.thanks-list-popup-item>span{font-size:14px;}
.thanks-list-popup-item a{color:#fff;letter-spacing:.03em;}
.thanks-list-popup-item-clear{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:absolute;right:-14px;top:-6px;background:#999999;border:2px solid #fff;border-radius:50%;padding:6px;}
.thanks-list-popup-item-clear .icon-svg{margin:0;}
.thanks-list-popup-item-clear:hover{background:#737373;}
