/*
* MyBB: Thanks
*
* File: thx.css
*
* Authors: Huji Lee, AliReza Tofighi, SaeedGh, Vintagedaddyo, effone
*
* MyBB Version: 1.8
*
* Plugin Version: 3.9.4
*
*/

.thx_btn_add  span {
  font-family: 'BrutalBold';
    text-transform: uppercase;
}

html[dir=rtl] .thx_btn_add  span {
	
}

.thx_btn_remove  span{
	
}

html[dir=rtl] .thx_btn_remove  span {

}

.thx_list_lable {
/*	background: url(../../../../images/thanks/rose-small.png) no-repeat 0px top!important;
    background-size:contain; */
}

html[dir=rtl] .thx_list_lable {
	background-position: right top!important;
}

.thx_list {
	clear: both;
	padding: 10px 0 5px 0;
	border-bottom: 0;
      font-family: 'BrutalMedium';
   
}

.thx_list_lable {
	padding-left: 3px;
	display: inline;
}

html[dir=rtl] .thx_list_lable {
	padding-left: inherit;
	padding-right: 18px;
}

.hide {
	/* display: none; */
}

.postbit_buttons a.thx_btn_add span:before {
content: "\f004";
}