a {
	text-decoration: none;
	color: #fff;
}
a:hover,a:active {
	color: #887a5b;
}
.wrapper {
    width: 90%;
	margin: auto;
	max-width: 1580px;
}
#debug {
	float: right;
	text-align: right;
	margin-top: 20px;
	font-size: 11px;
}
.scaleimages img, .scaleimages iframe {
	max-width: 100%;
}
.forum_status {
  margin-left: 10px;
  font-size: 22px;
  text-align: center;
}
.forum_status i {
  display: inline-block;
  line-height: 50px;
}
.forum_off {
  color: #333;
}
.forum_offlock {
	color: #E44C4C
}
.forum_offlink  {
	color: #3CBF46
}
.forum_off i {
  opacity: .4;
}
.forum_offlock i:before {
  content: "\f00d";
}
.forum_offlink i:before {
  content: "\f1d9";
}
.subforumicon {
  font-size: 7px;
  display: inline-block;
  margin: 0 5px;
}
.tcat {
    color: grey;
	padding: 10px 15px;
	background: #222222;
}
.trow_shaded {
}
.no_bottom_border {
	border-bottom: 0;
}
.post.unapproved_post {
	background: #FCF1F1;
}
.post.classic.unapproved_post .post_author {
	border-color: #FCF1F1;
}
.trow_deleted,
.post.deleted_post {
	background: #FCF1F1;	
}
.trow_selected,
tr.trow_selected td, .trow_selected .post_content {
}
tr.trow_selected td .thread_status {
	color: #fff !important;
}
.trow_selected .multi_forumdisplay a {
	color: #fff !important;
}
.tfoot {
	padding: 9px 15px;
	color: grey;
	background-color: #222222;
}
.tfoot a:link {
	color: #666;
	text-decoration: none;
}
.tfoot a:visited {
	color: #666;
	text-decoration: none;
}
.tfoot a:hover,
.tfoot a:active {
	color: #666;
	text-decoration: underline;
}
.thead input.textbox,
.thead select {
	border: 1px solid #263c30;
}
.bottommenu {
	background: #efefef;
	color: #333;
	border: 1px solid #4874a3;
	padding: 10px;
}
.smalltext {
	font-size: 13px;
}
.mediumtext {
	font-size: 14px;
}
.largetext {
	font-size: 16px;
}
fieldset {
	padding: 0px;
	border: 1px solid #ddd;
	margin: 0;
}
fieldset.trow1,
fieldset.trow2 {
	border-color: #bbb;
}
fieldset.align_right {
	text-align: right;
}
input.textbox, .textbox-login {
	-webkit-appearance: none;
    border: 1px solid #242424;
    border-radius: 2px;
    box-shadow: 0px 0px 8px #151515;
    background-color: #202020;
    padding: 8px;
    color: grey;
    font-family: "Roboto Condensed";
    font-size: 15px;
    outline: 0;
	box-sizing: border-box;
}
textarea {
	background: #ffffff;
	border: 1px solid #D4E5F7;
	padding: 9px;
	line-height: 1.4;
	outline: 0;
	font-size: 13px;
	color: #545454;
	box-sizing: border-box;
	width: 100%;
}
button,
input.button {
	background-color: #887a5b;
    color: #fff;
    font-weight: 400;
    font-family: "Roboto Condensed";
    transition: .5s;
    display: inline-block;
    text-decoration: none;
    box-shadow: 0px 1px 4px #101010;
    font-size: 14px;
    padding: 9.5px 18px;
	border: 0;
	cursor: pointer;
}
button:hover,
input.button:hover {
	background-color: #2c2c2c !important;
    color: grey !important;
}
input.button:focus {
	outline: 0;
}
form {
	margin: 0;
	padding: 0;
}
form input.error {
	border: 1px solid #f30;
	color: #f30;
	background: #ffffff;
	padding: 3px;
	outline: 0;
	font-size: 13px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}
form input.valid {
	border: 1px solid #0c0;
	background: #ffffff;
	padding: 3px;
	outline: 0;
	font-size: 13px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}
form label.error {
	color: #f30;
	margin: 5px;
	padding: 0px;
	display: block;
	font-weight: bold;
	font-size: 11px;
}
form #message {
    width: 100%;
	padding: 3px 5px;	
	box-sizing: border-box;
}
.editor {
	background: #f1f1f1;
	border: 1px solid #ccc;
}
.editor_control_bar {
	text-align: center;
	margin-top: 20px;
}
.buttonquote {
	padding: 12px;
	background: #1f4261;
	color: #fff !important;
	border-radius: 3px;
}
.deletequote {
	background: #7b2b22;
	margin-left: 5px;
}
.post .editor_control_bar {
	background: #f5f5f5;
}
.popup_menu {
	color: #fff;
	border-radius: 3px;
}
.popup_menu .popup_item {
	color: #F3F3F3 !important;
}
.popup_menu .popup_item:hover {
	background: rgba(0, 0, 0, 0.05);
	color: #fff !important;
}
.reputation_positive {
	color: #337925;
}
.reputation_neutral {
	color: grey;
}
.reputation_negative {
	color: #a73c3c;
}
.repbox {
	font-size: 14px;
	font-weight: 500;
	padding: 8px 25px;
	text-transform: uppercase;
	text-align: center;
	border-radius: 3px;
	margin: 15px 0;
	display: inline-block;
}
._neutral {
	background-color:#313131;
	color: #fff;
}
._minus {
	background-color: #6f3030;
	color: #fff;
}
._plus {
	background-color: #2b5c21;
	color: #fff;
}
img {
	border: none;
}
img.attachment {
	border: 1px solid #E9E5D7;
	padding: 2px;
}
hr {
	background-color: #1d1d1d;
	height: 1px;
	border: 0px;
}
.clear {
	clear: both;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.hidden {
	display: none;
	float: none;
	width: 1%;
}
.hiddenrow {
	display: none;
}
.selectall {
	background: #1c1c1c;
    color: grey;
	text-align: center;
}
.selectall a {
	color: #fff !important;
}
.expcolimage {
	float: right;
	width: auto;
	vertical-align: middle;
	margin-top: 3px;
}

.expcolimage img {
	width: 17.5px;
}

.tcat_menu > .expcolimage {
	margin-top: 0;
}

blockquote {
	padding: 15px;
    background-color: rgba(255, 255, 255, 0.01);
    margin: 0;
    border-radius: 4px;
    box-shadow: 0px 1px 4px #151515;
    color: grey;
    position: relative;
}
.mycode_quote:first-child:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f10e";
    display: block;
    float: right;
    position: relative;
    margin: -30px -30px 0 0px;
    font-size: 16px;
    height: 100%;
    background-color: #2c2b2b;
    border-radius: 100%;
    color: #787878;
    box-shadow: 0px 1px 4px #151515;
    height: 26px;
    width: 31px;
    text-align: center;
    padding-top: 5px;
}
blockquote cite {
    display: none;
}
.codeblock {
	padding: 15px;
    background-color: rgba(255, 255, 255, 0.01);
    margin: 0;
    border-radius: 4px;
    box-shadow: 0px 1px 4px #151515;
    color: grey;
    position: relative;
}
.codeblock:first-child:before {
    font-family: "Font Awesome 5 Pro";
    display: block;
    float: right;
    position: relative;
    margin: -30px -30px 0 0px;
    font-size: 16px;
    height: 100%;
    background-color: #2c2b2b;
    border-radius: 100%;
    color: #787878;
    box-shadow: 0px 1px 4px #151515;
    height: 26px;
    width: 31px;
    text-align: center;
    padding-top: 5px;
}
.codeblock:first-child:before {
	content: "\f121";
}
.phpcodeblock:first-child:before {
    content: "\f126";
}
.codeblock .body {
	padding: 10px 0 0;
}
.codeblock code {
	overflow: auto;
	height: auto;
	max-height: 200px;
	display: block;
	font-size: 13px;
}
.smilie {
	vertical-align: middle;
}
.smilie_pointer {
	cursor: pointer;
}
.separator {
	margin: 5px;
	padding: 0;
	height: 0px;
	font-size: 1px;
	list-style-type: none;
}
.popup_menu .popup_item_container {
	margin: 1px;
	text-align: left;
}
.popup_menu .popup_item {
	display: block;
	padding: 4px;
	white-space: nowrap;
	text-decoration: none;
	font-size: 12px;
}
.popup_menu a.popup_item:hover {
	text-decoration: none;
}
.subject_new {
}
.highlight {
	background: #FFFFCC;
	padding-top: 3px;
	padding-bottom: 3px;
}
.pm_alert {
	background: #2b5c21;
	text-align: center;
	padding: 12px 20px;
	margin-bottom: 15px;
	font-size: 95%;
	color: #fff;
}
.pm_alert a {
	color: #fff;
}
.red_alert {
	background: #6F3030;
	color: #fff;
	text-align: center;
	padding: 12px 20px;
	margin-bottom: 15px;
	font-size: 95%;
	word-wrap: break-word;
}

.red_alert a, .red_alert a:hover, .red_alert  a:active {
	color: #fff;
}
.high_warning {
	color: #CC0000;
}
.moderate_warning {
	color: #F3611B;
}
.low_warning {
	color: #AE5700;
}
.online, .offline {
	padding: 1px 4px;
	border-radius: 2px;
	font-size: 11px;
}
.online {
	color: #ffffff;
    background: #268415;
}
.offline {
	color: #ffffff;
    background: #6b2123;
}
.pagination {
	font-size: 15px;
	padding-top: 15px;
	margin-bottom: 15px;
	display: inline-block;
}
.tfoot .pagination,
.tcat .pagination {
	padding-top: 0;
}
.pagination .pages {
	font-weight: bold;
}
.pagination a {
	padding: 8px 12px;
    background-color: #1f1f1f;
    border-radius: 2px;
    color: grey;
    font-size: 15px;
	transition: .5s;
}
.pagination .pagination_current {
	padding: 8px 12px;
    background-color: #887a5b;
    border-radius: 2px;
	color: #fff;
}
.pagination a:hover {
	padding: 8px 12px;
    background-color: #887a5b;
    border-radius: 2px;
	color: #fff;
}
.pagination_next, .pagination_previous, .go_page {
    color: grey;
    box-shadow: 0px 0px 4px #181717;
}
.drop_go_page {
	padding: 4px;
}
.pagination_breadcrumb {
	background-color: #efefef;
	border: 1px solid #fff;
	outline: 1px solid #ccc;
	padding: 5px;
	margin-top: 5px;
	font-weight: normal;
}
.pagination_breadcrumb_link {
	vertical-align: middle;
	cursor: pointer;
}
.thread_legend,
.thread_legend dd {
	padding: 0;
	margin: 0;
}
.thread_legend dd {
	padding-bottom: 10px;
	margin-left: 0px; /* Edit V1.2 */
}
.forum_legend,
.forum_legend dt,
.forum_legend dd {
	margin: 0;
	padding: 0;
}
.forum_legend dd {
	float: left;
	margin-right: 10px;
	margin-top: 7px;
}

.forum_legend dt {
	margin-right: 10px;
	float: left;
}

.success_message {
	color: #00b200;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.error_message {
	color: #C00;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}
#posts_container {
	padding: 0;
}
.ignored_post {
	border-top: 3px solid #333;
	padding: 15px;
}
.ignored_post .show_ignored_post {
	margin-top: -15px;
}
.ignored_post .show_ignored_post a.button span {
	background-position: 0 -400px;
}
.post {
    display: table;
    width: 100%;
    box-sizing: border-box;
}
.post.classic {
}
.post .post_author {
	background: #1c1c1c;
	color: #9f9f9f;
	font-size: 96%;
	padding: 7px 15px 0;
}
.post.classic .post_author {
    color: grey;
    border-bottom: 0;
    width: 230px;
    padding: 10px 0px;
	position: relative;
}
.post .post_author .buddy_status, .buddy_status {
	vertical-align: middle;
	margin-top: -4px;
	color: #3DAE42;
	background: transparent;
}
.post .post_author .buddy_status.away, .buddy_status.away {
	color: #C3BB23
}
.post .post_author .buddy_status.offline, .buddy_status.offline {
	color: #BFBFBF
}
.post .post_author div.author_avatar {
	float: left;
}
.post.classic .post_author div.author_avatar {
	float: none;
	text-align: center;
	margin: 10px 0;
}
.post .post_author div.author_avatar img {
	margin: 10px 0px;
	width: 52px;
	height: 52px;
	background: #fff;
	border-radius: 50%;
}
.post.classic .post_author div.author_avatar img {
    border-radius: 3px;
	width: 175px;
	height: 175px;
}
.post .post_author div.author_information {
	float: left;
	padding: 17px 10px;
}
.post.classic .post_author div.author_information {
	float: none;
	padding: 0;
	text-align: center;
}
.post .post_author div.author_statistics {
	float: right;
	font-size: 13px;
	padding: 5px 10px;
	color: #777;
	line-height: 1.5;
	width: 160px;
}
.post .post_author div.author_statistics span {
	float: right;
}
.post .post_author div.author_statistics a {
	color: #777;
}
.post.classic .post_author div.author_statistics {
	margin: 15px auto;
    float: none;
    text-align: left;
    box-sizing: border-box;
    box-shadow: 1px 1px 4px #181818;
    border: 1px solid #242424;
    padding: 0;
}
.post .post_head {
	padding-bottom: 4px;
	margin-bottom: 4px;
}
.post .post_head span.post_date, .title_postuser {
	color: grey;
}
.post .post_head span.edited_post {
	font-size: 10px;
	color: #999;
}
.post .post_head span.edited_post a {
	color: #666;
}
.post_body {
	padding: 12px 0;	
	font-size: 14px;
	color: grey;
}
.post.classic .post_head {
	margin: -10px -20px 10px;
    padding: 15px 20px;
    background: #1c1c1c;
    font-size: 14px;
    color: grey;
}
.post.classic .post_content {
	width: 100%;
    background: #181818;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: top;
    padding: 10px 20px;
    border-right: 6px solid #1c1c1c;
}
.post_content {
	padding: 0px 12px;
}
.post_content .signature {
	margin-top: 5px;
	border-top: 1px dotted #ddd;
	padding: 10px 0 4px 0;
}
.post .post_meta {
	margin: 4px 0;
	font-size: 11px;
	color: #999;
}
.post .post_meta a:link,
.post .post_meta a:visited {
	color: #777;
}
.post .post_meta a:hover,
.post .post_meta a:active {
	color: #777;
}
.post_controls {
	clear: both;
	background: #1c1c1c;
	padding: 10px;
}
.postbit_buttons > a,
.postbit_buttons > a:hover,
.postbit_buttons > a:visited,
.postbit_buttons > a:active, .postbit_button {
	display: inline-block;
    margin: 2px;
    color: grey;
    border-radius: 2px;
    background-color: #202020;
    box-shadow: 1px 1px 4px #181818;
    border: 1px solid #242424;
    font-size: 13.5px;
    padding: 7px 12px;
}
.postbit_button {
  padding: 7px 10px;
  border-radius: 3px;
  color: #333 !important;
}
.postbit_buttons > a:hover, .postbit_button:hover {
    background-color: #292929;
}
.postbit_buttons a span:before {
   content: "";
   display: inline-block;
   font-family: "Font Awesome 5 Pro";
   font-weight: normal;
   font-size: inherit;
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   margin-right: 5px;
   font-size: 12px;
}
.postbit_buttons a.postbit_find span:before {
	content: "\f002";
}
.postbit_buttons a.postbit_reputation_add span:before {
	content: "\f067";
}
.postbit_buttons a.postbit_email span:before {
	content: "\f0e0";
}
.postbit_buttons a.postbit_website span:before {
	content: "\f0ac";
}
.postbit_buttons a.postbit_pm span:before {
	content: "\f199";
}
.postbit_buttons a.postbit_showthispopst span:before {
	content: "\f0a4";
}
.postbit_buttons a.postbit_quote span:before {
	content: "\f10e";
}
.postbit_buttons a.postbit_multiquote span:before {
	content: "\f055";
}
.postbit_buttons a.postbit_multiquote_on span:before {
	content: "\f056";
    color: #F7FFAC;
}
.postbit_buttons a.postbit_edit span:before {
	content: "\f044";
}
.postbit_buttons a.postbit_qdelete span:before {
	content: "\f00d";
}
.postbit_buttons a.postbit_qrestore span:before {
	content: "\f067";
}
.postbit_buttons a.postbit_report span:before {
	content: "\f0a1";
}
.postbit_buttons a.postbit_warn span:before {
	content: "\f0e3";
}
.postbit_buttons a.postbit_purgespammer span:before {
	content: "\f071";
}
.postbit_buttons a.postbit_reply_pm span:before {
	content: "\f112";
}
.postbit_buttons a.postbit_reply_all span:before {
	content: "\f122";
}
.postbit_buttons a.postbit_forward_pm span:before {
	content: "\f064";
}
.postbit_buttons a.postbit_delete_pm span:before {
	content: "\f00d";
}
.post:not(.deleted_post) .postbit_qrestore,
.post:not(.deleted_post) .status_type,
.post.deleted_post .postbit_mirage {
    display: none;
}
a.button,
a.button:visited,
a.button:active {
	background-color: #887a5b;
    color: #fff;
    border-radius: 2px;
    font-weight: 400;
    font-family: "Roboto Condensed";
    transition: .5s;
	display: inline-block;
	padding: 9.5px 10px;	
	font-size: 14px;
	text-decoration: none;
	box-shadow: 0px 1px 4px #101010;
}
a.button:hover {
	background-color: #2c2c2c;
    color: grey;
}
a.button.small_button {
	font-size: 13px;
	padding: 3px 6px;
}
a.button span:before {
   content: "";
   display: inline-block;
   font-family: "Font Awesome 5 Pro";
   font-weight: normal;
   font-size: inherit;
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   margin-right: 5px;
}
a.button.new_thread_button span:before {
	content: "\f086";
}
a.button.new_reply_button span:before {
	content: "\f075";
}
a.button.closed_button span:before {
	content: "\f00d";
}
a.button.button_reputation_add span:before {
	content: "\f164";
}
a.button.rate_user_button span:before {
	content: "Rate";
}
a.button.add_buddy_button span:before {
	content: "Follow";
}
a.button.remove_buddy_button span:before {
	content: "Unfollow";
}
a.button.add_ignore_button span:before {
	content: "Ignore";
}
a.button.remove_ignore_button span:before {
	content: "Remove";
}
a.button.report_user_button span:before {
	content: "Report";
}
.posticons_label {
	white-space: nowrap;
}
a.button[class*="_button"] {
	display: inline-block;
	padding: 6px 12px;
	font-size: 13px;
	text-decoration: none;
	transition: all 0.2s;
	border-radius: 20px;
	text-transform: uppercase;
	background: transparent;
	box-shadow: none !important;
	margin-right: 3px;
}	
a.button[class*="_button"] span {
	font-size: 0;
}
a.button[class*="_button"] span:before {
	font-size: 13px;
	margin: 0;
	font-family: "Play",sans-serif;
}
a.button.add_buddy_button, a.button.add_ignore_button {
	border: 1px solid #47b41e;
	color: #47b41e;
}
a.button.add_buddy_button:hover, a.button.add_ignore_button:hover {
	color: #fff;
	background: #47b41e; 
}
a.button.remove_buddy_button, a.button.remove_ignore_button, a.button.report_user_button {
	border: 1px solid #e31515;
	color: #e31515;
}
a.button.remove_buddy_button:hover, a.button.remove_ignore_button:hover, a.button.report_user_button:hover {
	color: #fff;
	background: #e31515; 
}
a.button.rate_user_button {
	border: 1px solid #156fe3;
	color: #156fe3;
}
a.button.rate_user_button:hover {
	color: #fff;
	background: #156fe3; 
}
/** jGrowl Start **/
/** Special IE6 Style Positioning **/
.ie6 {
	position: absolute;
}
.ie6.top-right {
	right: auto;
	bottom: auto;
	left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
.ie6.top-left {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
.ie6.bottom-right {
	left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
.ie6.bottom-left {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
.ie6.center {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	width: 100%;
}
/** jGrowl Styling **/
.jGrowl {
	z-index: 9999;
	color: #ffffff;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: fixed;
}
.jGrowl.top-left {
	left: 0px;
	top: 0px;
}
.jGrowl.top-right {
	right: 0px;
	top: 0px;
}
.jGrowl.bottom-left {
	left: 0px;
	bottom: 0px;
}
.jGrowl.bottom-right {
	right: 0px;
	bottom: 0px;
}
.jGrowl.center {
	top: 0px;
	width: 50%;
	left: 25%;
}
/** Cross Browser Styling **/
.jGrowl.center .jGrowl-notification,
.jGrowl.center .jGrowl-closer {
	margin-left: auto;
	margin-right: auto;
}
.jGrowl-notification {
	background-color: transparent;
	opacity: 0.9;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
	zoom: 1;
	width: 250px;
	padding: 10px;
	margin: 10px;
	text-align: left;
	display: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	word-break: break-all;
}
.jGrowl .jGrowl-notification {
	min-height: 40px;
}
.jGrowl-notification .ui-state-highlight,
.jGrowl-notification .ui-widget-content .ui-state-highlight,
.jGrowl-notification .ui-widget-header .ui-state-highlight {
	border: 1px solid #000;
	background: #000;
	color: #fff;
}
.jGrowl-notification .jGrowl-header {
	font-weight: bold;
	font-size: .85em;
}
.jGrowl-notification .jGrowl-close {
	background-color: transparent;
    color: inherit;
    border: none;
    z-index: 99;
    float: right;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    box-shadow: none !important;
    padding: 0 0 0 10px;
}
.jGrowl-closer {
	background-color: #000000;
	opacity: 0.9;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
	zoom: 1;
	width: 250px;
	padding: 10px;
	margin: 10px;
	text-align: left;
	display: none;
	border-radius: 5px;
	word-break: break-all;
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: pointer;
	font-size: .9em;
	font-weight: bold;
	text-align: center;
}
.jGrowl-closer .ui-state-highlight,
.jGrowl-closer .ui-widget-content .ui-state-highlight,
.jGrowl-closer .ui-widget-header .ui-state-highlight {
	border: 1px solid #000;
	background: #000;
	color: #fff;
}
.jGrowl .jGrowl-notification.jgrowl_success {
    background: #329047;
    border: 1px solid #329047;
    color: #fff;
}
.jGrowl .jGrowl-notification.jgrowl_error,  .jGrowl .jGrowl-notification.alert{
    background: #682729;
    border: 1px solid #682729;
    color: #fff;
}
.jGrowl .jGrowl-notification.jgrowl_process, .jGrowl .jGrowl-closer {
	background: #185b94;
    border: 1px solid #195588;
    color: #fff;
}
/** Hide jGrowl when printing **/
@media print {
	.jGrowl {
		display: none;
	}
}
/** jGrowl End **/
/** Modal Start **/
.blocker {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 9999;
	box-sizing: border-box;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.75);
	text-align: center;
}
.blocker:before{
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.05em;
}
.blocker.behind {
	background-color: transparent;
}
.modal {
	min-width: 300px;
    margin: auto;
	text-align: left;
	position: relative;
	vertical-align: middle;
	display: inline-block;
	max-width: 300px;
}
.modal a.close-modal {
	display: block;
	font-size: 0px;
}
.modal a.close-modal:before {
	font-family:"Font Awesome 5 Pro";
	content:"\f00d";
	font-size: 15px;
	top: 15px;
	right: 12px;
	position: absolute;
	color: #FFF;
}
/** Modal End **/
/** Impromptu Start **/

/*! jQuery-Impromptu - v6.2.3 - 2016-04-23
* http://trentrichardson.com/Impromptu
* Copyright (c) 2016 Trent Richardson; Licensed MIT */

.jqifade{
	position: absolute;
	background-color: #777777;
}
iframe.jqifade{
	display:block;
	z-index:-1;
}
div.jqi {
	width: 400px;
	max-width:90%;
	position: absolute;
	background-color: #ffffff;
	text-align: left;
}
div.jqi:before{
	width:100%;
	display:block;
	box-sizing:border-box;
	content:"Confirm your action";
	padding: 14px;
	color: #fff;
	text-transform: uppercase;
}
div.jqi .jqicontainer{
}
div.jqi .jqiclose {
	font-size: 0;
}
div.jqi .jqiclose:before {
	content: "\f00d";
	font-family: "Font Awesome 5 Pro";
	font-size: 15px;
	top: 12px;
	position: absolute;
	color: #FFF;
	right: 12px;
	cursor: pointer;
}
div.jqi .jqistate{
	background-color: #fff;
}
div.jqi .jqititle{
	padding: 5px 10px;
	font-size: 16px;
	line-height: 20px;
	border-bottom: solid 1px #eeeeee;
}
div.jqi .jqimessage{
	padding: 10px;
	line-height: 20px;
	color: #444444;
	overflow: auto;
	text-align: center;
}
div.jqi .jqibuttonshide{
	display: none;
}
div.jqi .jqibuttons {
	text-align: center;
}
div.jqi .jqibuttons button {
	margin: 0;
	padding: 6px 20px;
	background-color: transparent;
	color: #545454;
	font-weight: bold;
	font-size: 12px;
	box-shadow: none;
}
div.jqi .jqibuttons button.jqidefaultbutton {
}
div.jqi .jqibuttons button:hover,
div.jqi .jqibuttons button:focus {
	color: #618EC2;
	outline: none;
	background: transparent !important;
}
.jqiwarning .jqi .jqibuttons {
	background-color: #b95656;
}
div.jqi .jqibuttons button[disabled]{
	color: #aaa;
}
/* sub states */
div.jqi .jqiparentstate::after{
	background-color: #777;
	opacity: 0.6;
	filter: alpha(opacity=60);
	content: '';
	position: absolute;
	top:0;left:0;bottom:0;right:0;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
div.jqi .jqisubstate{
	position: absolute;
	top:0;
	left: 20%;
	width: 60%;
	padding: 7px;
	border: solid 1px #eeeeee;
	border-top: none;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
}
div.jqi .jqisubstate .jqibuttons button{
	padding: 10px 18px;
}
/* arrows for tooltips/tours */
.jqi .jqiarrow{ position: absolute; height: 0; width:0; line-height: 0; font-size: 0; border: solid 10px transparent;}
.jqi .jqiarrowtl{ left: 10px; top: -20px; border-bottom-color: #ffffff; }
.jqi .jqiarrowtc{ left: 50%; top: -20px; border-bottom-color: #ffffff; margin-left: -10px; }
.jqi .jqiarrowtr{ right: 10px; top: -20px; border-bottom-color: #ffffff; }
.jqi .jqiarrowbl{ left: 10px; bottom: -20px; border-top-color: #ffffff; }
.jqi .jqiarrowbc{ left: 50%; bottom: -20px; border-top-color: #ffffff; margin-left: -10px; }
.jqi .jqiarrowbr{ right: 10px; bottom: -20px; border-top-color: #ffffff; }
.jqi .jqiarrowlt{ left: -20px; top: 10px; border-right-color: #ffffff; }
.jqi .jqiarrowlm{ left: -20px; top: 50%; border-right-color: #ffffff; margin-top: -10px; }
.jqi .jqiarrowlb{ left: -20px; bottom: 10px; border-right-color: #ffffff; }
.jqi .jqiarrowrt{ right: -20px; top: 10px; border-left-color: #ffffff; }
.jqi .jqiarrowrm{ right: -20px; top: 50%; border-left-color: #ffffff; margin-top: -10px; }
.jqi .jqiarrowrb{ right: -20px; bottom: 10px; border-left-color: #ffffff; }
/** Impromptu End */	



#shoutbox {
    margin-bottom: 10px
}

#shoutbox .head {
    padding: 8px
}

#shoutbox.front .head {
    cursor: pointer
}

#shoutbox .head .right {
    float: right;
    margin: 0;
    font-size: 13px
}

#shoutbox.collapsed .head {
    opacity: .6
}

#shoutbox.collapsed .body {
    display: none
}

#shoutbox input.text {
    padding: 10px 8px;
    box-sizing: border-box;
    border: none;
    -webkit-appearance: none;
    border-radius: 2px;
    background-color: #202020;
    color: grey;
    font-family: roboto condensed;
    font-size: 15px;
    outline: 0
}

#shoutbox .minposts,
#shoutbox .blocked {
    padding: 6px
}

#shoutbox .panel.minposts {
    background: #202020;
    color: grey
}

#shoutbox .panel.blocked {
    background: #FCEFEF;
    color: #543A3A
}

#shoutbox .panel p {
    margin: 0
}

#shoutbox .window {
    overflow-y: scroll;
    background: #1c1c1c;
    border-left: 4px solid #202020
}

#shoutbox .data {
    color: grey;
    display: table;
    width: 100%
}

#shoutbox.front .data {
    border-top: none
}

#shoutbox .entry {
    display: table-row!important;
    width: 100%;
    transition: background-color .2s
}

#shoutbox .entry:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.01)
}

#shoutbox .entry.new {
    background-color: rgba(255, 255, 100, 0.1)
}

#shoutbox .entry:target {
    background-color: rgba(50, 200, 255, 0.1)
}

#shoutbox .entry:last-child > div {
    /*border-bottom: none*/
}

#shoutbox .entry > div {
    display: table-cell;
    padding: 10px;
	border-bottom: 1px solid #202020;
}

#shoutbox .avatar img {
    margin: 0 auto;
    vertical-align: middle;
    max-height: 25px;
    max-width: 25px;
    cursor: pointer
}

#shoutbox .text {
    width: 100%;
	    word-wrap: break-word
}

#shoutbox .info {
    font-size: 11px;
    color: #AAA;
    white-space: nowrap;
    text-align: right
}

#shoutbox .entry.unread .info:before {
    display: inline-block;
    position: relative;
    top: -2px;
    margin-right: 10px;
    height: 4px;
    width: 4px;
    content: '';
    background: rgba(255, 100, 0, 0.8);
    border-radius: 10px
}

#shoutbox .info a {
    color: inherit
}

#shoutbox .mod {
    padding: 6px 8px;
    font-size: 9px;
    font-weight: 700;
    color: #AAA;
    text-decoration: none
}

#shoutbox .mod:nth-of-type(2) {
    margin-right: 5px;
    border-left: solid 1px rgba(0, 0, 0, 0.1)
}

#shoutbox .ip {
    margin-right: 10px;
    color: #CECECE
}

#shoutbox .user {
	border-right: 1px solid #202020;
width: 9%;
}
		
.panel {
position: relative;
}

.popupsmilesbyanonshare {
    width: 20px;
    height: 20px;
    content: ' ';
    position: absolute;
    right: 20px;
    top: 9px;
    cursor: pointer;
}

/* Popup container */
.popupsmilesbyanonshare {
  display: inline-block;
  cursor: pointer;
}

/* The actual popup (appears on top) */
.popupsmilesbyanonshare .popuptextbyanon {
  visibility: hidden;
  width: 400px;
  background-color: #242424;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  padding: 12px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 60%;
  margin-left: -400px;
}

/* Popup arrow */
.popupsmilesbyanonshare .popuptextbyanon::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 95%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popupsmilesbyanonshare .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

.announcement.red {
    background: #202020;
}
.announcement {
   padding: 9px 10px;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
    box-shadow: 0 1px 4px #151515;
    border-radius: 2px;
}
.dropdowndf {
    position: relative;
    margin-left: auto;
	    display: flex;
	color: #a2a2a2;
font-size: 14px;
text-transform: uppercase;
font-weight: 700;
    padding: 6px
}
.dfitem {
	color: #a2a2a2;
font-size: 14px;
text-transform: uppercase;
font-weight: 700;
    padding: 6px
}

.dropdowndf:hover {
}

.dropdown-contentdf {
    display: none;
    position: absolute;
    background-color: #202020;
    min-width: 250px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .5);
    z-index: 1;
    right: 10;
    margin-top: 39px
}

.dropdowndf:hover .dropdown-contentdf {
    display: block
}

.dropdown-contentdf .flexuno:hover i,
.dropdown-contentdf .flexuno:hover div {
}
											
.dropcontaindf {
    padding: 10px
}

		.sidebartoggle {

}
.clickbutton,
.clickedbuttons {
    cursor: pointer;
    font-size: 13px;
    color: #666;
    margin-top: 3px;
}
.clickbutton:hover,
.clickedbuttons:hover { color: #127bac }
.clickedbuttons:before {
    content: "\f053";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
}
.clickbutton:before {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
}									
.headertop {
    background-color: #1a1a1a;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100000
}						
.top-wrap {
    width: calc(85% + 100px);
    max-width: 1514px;
    margin: auto auto;
    position: relative
}
.responsivehide {
        display: none !important
    }
.conversationnotification {
    background: transparent;
    color: #a4a4a4 !important;
    padding: 10px 9px !important;
    display: inline-block;
    font-size: 14px;
    line-height: 26px
}

.wrapped .layer2 {
    border-bottom: 1px solid #202020;
    border-radius: 2px;
    background-color: #1c1c1c;
    padding: 12px;
    display: block;
    font-size: 15px;
}
.conversationnotification:hover {
    border-bottom: 2px solid #887a5b;
}
.conversationblock:hover {
    border-bottom: 2px solid #887a5b;
}		
		
.color_prev {  
  border:1px solid #363636;
  width:14px;
  margin:0 auto;
   display:block;
  height:14px;
  top:10px;
  right:10px;
}



.color_prev[style*="background-color:#;"] {  
  background-color:#3f8c95 !important;
}

[data-color=""] { 
 font-size:0;
}

[data-color=""]:before {
  font-size:13px;
  content:"Default";
}





.tprefix-faqs {
    display: inline-block;
    background-color: #887a5b;
    color: white;
    padding: 1px 15px; /* Adjusted for a thinner, more rectangular look */
    border-radius: 4px; /* Reduced for a more rectangular appearance */
    font-size: 13px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.tprefix-faqs i {
    margin-right: 5px;
    transition: transform 0.3s ease-in-out;
}

.tprefix-faqs:hover i {
    transform: rotate(360deg);
}

.tprefix-faqs:hover {
    background-color: #6e6543; /* Slightly darker shade for hover */
}


/* Basic structure for the Ask the Staff section */
.tprefix-ats {
    display: inline-block;
    background-color: #887a5b;
    color: white;
    padding: 1px 15px; /* Adjusted for a thinner, more rectangular look */
    border-radius: 4px; /* Reduced for a more rectangular appearance */
    font-size: 13px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

/* Default icon style (no rainbow effect) */
.tprefix-ats i {
    margin-right: 5px;
    font-size: 16px;
    color: white; /* Default color */
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}

/* Hover effect for the whole prefix */
.tprefix-ats:hover {
    background-color: #6e6543;
    animation: rainbowOutline 6s infinite ease-in-out; /* Rainbow outline */
}

/* Apply rainbow effect to the icon only when hovering */
.tprefix-ats:hover i {
    animation: rainbowIcon 6s infinite ease-in-out; /* Rainbow icon animation only on hover */
}

/* Keyframes for more colorful rainbow effect on the icon */
@keyframes rainbowIcon {
    0% { color: red; }
    10% { color: orange; }
    20% { color: yellow; }
    30% { color: lime; }
    40% { color: green; }
    50% { color: cyan; }
    60% { color: blue; }
    70% { color: indigo; }
    80% { color: violet; }
    90% { color: pink; }
    100% { color: red; }
}

/* Keyframes for more colorful rainbow effect on the outline */
@keyframes rainbowOutline {
    0% { border-color: red; }
    10% { border-color: orange; }
    20% { border-color: yellow; }
    30% { border-color: lime; }
    40% { border-color: green; }
    50% { border-color: cyan; }
    60% { border-color: blue; }
    70% { border-color: indigo; }
    80% { border-color: violet; }
    90% { border-color: pink; }
    100% { border-color: red; }
}


/* Basic structure for the Rules prefix badge */
.tprefix-rules {
    display: inline-block;
    background-color: #887a5b;
    color: white;
    padding: 1px 15px; /* Adjusted for a thinner, more rectangular look */
    border-radius: 4px; /* Reduced for a more rectangular appearance */
    font-size: 13px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

/* Default icon style */
.tprefix-rules i {
    margin-right: 5px;
    transition: transform 0.3s ease-in-out;
}

/* Hover effect for the prefix badge */
.tprefix-rules:hover {
    background-color: #6e6543; /* Slightly darker shade for hover */
    animation: badgeBounce 1s ease-in-out; /* Badge bounce animation */
}

/* Flipping and bounce animation on hover for the icon */
.tprefix-rules:hover i {
    animation: iconFlip 1.5s ease-in-out;
}

/* Keyframes for flipping the icon */
@keyframes iconFlip {
    0% {
        transform: rotateY(0deg) scale(1);
    }
    50% {
        transform: rotateY(180deg) scale(1.2); /* Flip and enlarge */
    }
    100% {
        transform: rotateY(360deg) scale(1); /* Return to normal */
    }
}

/* Bounce effect for the whole badge on hover */
@keyframes badgeBounce {
    0%, 100% {
        transform: translateY(0); /* Normal position */
    }
    50% {
        transform: translateY(-5px); /* Moves up slightly */
    }
}

/* Optional Wiggle effect to grab attention (for hover icon) */
@keyframes iconWiggle {
    0%, 100% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(-5deg);
    }
    50% {
        transform: rotate(5deg);
    }
    75% {
        transform: rotate(-5deg);
    }
}

 
/* Basic structure for the (Groups) prefix badge */
.tprefix-upgrade {
    display: inline-flex;
    align-items: center; /* Center contents vertically */
    background: linear-gradient(90deg, #887a5b, #9c8f73); /* Gradient from orange to pink */
    color: white;
    padding: 1px 15px;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    animation: glowPulse 2s ease-in-out infinite alternate; /* Glow pulse effect */
    box-shadow: 0 4px 15px rgba(252, 252, 247); /* Soft shadow */
}

/* Rocket icon styling and animation */
.tprefix-upgrade i {
    margin-right: 8px;
    font-size: 18px; /* Slightly larger icon */
    color: #ffffff;
    position: relative;
    animation: rocketLaunch 4s ease-in-out infinite; /* Smooth rocket launch */
}

/* Glow pulse effect for the entire badge */
@keyframes glowPulse {
    0%, 100% {
        box-shadow: 0 0 10px rgba(156, 143, 115), 0 0 20px rgba(140, 132, 114);
    }
    50% {
        box-shadow: 0 0 15px rgba(156, 143, 115), 0 0 30px rgba(140, 132, 114);
    }
}

/* Smooth rocket launch effect with controlled range */
@keyframes rocketLaunch {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-2px) rotate(-5deg); /* Small lift and tilt */
    }
    50% {
        transform: translateY(-5px) rotate(5deg); /* Slightly higher with tilt */
    }
    75% {
        transform: translateY(-2px) rotate(-5deg); /* Descend slightly */
    }
    100% {
        transform: translateY(0) rotate(0deg); /* Return to start */
    }
}




/* Basic structure for the (Upgrade) prefix badge */
.tprefix-upgrade-groups {
    display: inline-block;
    background-color: #887a5b;
    color: white;
    padding: 1px 15px; /* Adjusted for a thinner, more rectangular look */
    border-radius: 4px; /* Reduced for a more rectangular appearance */
    font-size: 13px;
    text-align: center;
    position: relative;
    cursor: pointer;
    animation: glowPulse 3s ease-in-out infinite; /* Glow pulse effect for the badge */
}

/* Arrow-up icon styling and animation */
.tprefix-upgrade-groups i {
    margin-right: 8px;
    font-size: 18px; /* Slightly larger icon */
    color: #ffffff;
    position: relative;
    animation: arrowRise 2s ease-in-out infinite; /* Smooth upward motion */
}

/* Glow pulse effect for the entire badge */
@keyframes glowPulse {
    0%, 100% {
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.2), 0 0 12px rgba(255, 255, 0, 0.3); /* Golden glow */
    }
    50% {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), 0 0 20px rgba(255, 255, 0, 0.5);
    }
}

/* Smooth upward motion with bounce for the upgrade icon */
@keyframes arrowRise {
    0% {
        transform: translateY(0);
    }
    30% {
        transform: translateY(-5px); /* Slight lift */
    }
    60% {
        transform: translateY(0); /* Return */
    }
    100% {
        transform: translateY(-3px); /* Minor bounce */
    }
}





/* Basic structure for the Milestones and Achievements prefix badge */
.tprefix-milestone {
    display: inline-block;
    background-color: #887a5b; /* Gold-like color representing achievements */
    color: white;
    padding: 1px 15px;
    border-radius: 4px;
    font-size: 13px;
    text-align: center;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out, box-shadow 0.4s ease-in-out;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); /* Shadow for depth */
    overflow: hidden; /* Confetti will go outside bounds */
}

/* Default icon style (Font Awesome Trophy icon) */
.tprefix-milestone i {
    margin-right: 7px;
    transition: color 0.4s ease-in-out;
    color: white; /* Icon default color */
    font-size: 16px; /* Icon size */
    vertical-align: middle; /* Align icon with text */
    position: relative;
    z-index: 1; /* Keep icon in front of confetti */
}

/* Hover effect for the prefix badge */
.tprefix-milestone:hover {
    background-color: #8f8775; /* Darker gold for hover */
    box-shadow: 0 0 20px 5px rgba(255, 223, 0, 0.7); /* Gold glow effect */
    animation: badgeGlow 1.5s infinite alternate ease-in-out; /* Glow effect */
}

/* Confetti effect container (generated on hover, behind the trophy icon) */
.tprefix-milestone:hover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 150px;
    height: 150px;
    pointer-events: none;
    background: url(https://i.imgur.com/bMAAj6V.gif); /* Confetti image */
    background-size: cover;
    animation: confettiFall 8s ease-in-out forwards; /* Slow confetti fall */
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    z-index: 0; /* Behind the trophy icon */
}

/* Gradual confetti fall with steps at 10%, 20%, etc. */
@keyframes confettiFall {
    0% {
        opacity: 0;
        transform: translateX(-50%) translateY(-70%);
    }
    10% {
        opacity: 0.2;
        transform: translateX(-50%) translateY(-60%);
    }
    20% {
        opacity: 0.4;
        transform: translateX(-50%) translateY(-50%);
    }
    30% {
        opacity: 0.6;
        transform: translateX(-50%) translateY(-40%);
    }
    40% {
        opacity: 0.8;
        transform: translateX(-50%) translateY(-30%);
    }
    50% {
        opacity: 1;
        transform: translateX(-50%) translateY(-20%);
    }
    60% {
        opacity: 1;
        transform: translateX(-50%) translateY(-10%);
    }
    70% {
        opacity: 1;
        transform: translateX(-50%) translateY(0%);
    }
    80% {
        opacity: 1;
        transform: translateX(-50%) translateY(20%);
    }
    90% {
        opacity: 1;
        transform: translateX(-50%) translateY(50%);
    }
    100% {
        opacity: 1;
        transform: translateX(-50%) translateY(100%);
    }
}

/* Keyframes for glowing the badge */
@keyframes badgeGlow {
    0% {
        box-shadow: 0 0 10px 3px rgba(130, 114, 79);
    }
    100% {
        box-shadow: 0 0 20px 5px rgba(138, 117, 72);
    }
}




/* Basic structure for the Fortnite prefix badge */
.tprefix-fortnite {
    display: inline-block;
    background-color: #887a5b;
    color: white;
    padding: 1px 15px; /* Adjusted for a thinner, more rectangular look */
    border-radius: 4px; /* Reduced for a more rectangular appearance */
    font-size: 13px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

/* Icon styling for the chess queen FA icon */
.tprefix-fortnite .fa-chess-queen {
    margin-right: 6px;
    font-size: 16px; /* Icon size */
    color: #fff;
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
    position: relative;
}

/* Hover effect for the Fortnite prefix badge */
.tprefix-fortnite:hover {
    background-color: #8f8775; /* Darker gold on hover */
    box-shadow: 0 0 15px rgba(107, 100, 85), 0 0 30px rgba(99, 92, 75); /* Dynamic glow */
    animation: pulseEffect 1.5s infinite alternate ease-in-out; /* Pulse effect */
}

/* Spin animation for just the "F" in "Fortnite" */
.tprefix-fortnite .spin-f {
    display: inline-block;
    animation: slowSpin 3s linear infinite;
}

/* Glow pulse animation for the badge */
@keyframes pulseEffect {
    0% {
        box-shadow: 0 0 10px rgba(107, 100, 85), 0 0 20px rgba(107, 100, 85);
    }
    100% {
        box-shadow: 0 0 20px rgba(99, 92, 75), 0 0 30px rgba(99, 92, 75);
    }
}

/* Slow spin effect for the letter "F" */
@keyframes slowSpin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* Basic structure for the General Forums prefix badge */
.tprefix-general-discussion {
    display: inline-block;
    background-color: #887a5b; /* Updated color */
    color: white;
    padding: 1px 15px;
    border-radius: 4px;
    font-size: 13px;
    text-align: center;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Soft shadow for depth */
}

/* Default icon style (Font Awesome icon) */
.tprefix-general-discussion i {
    margin-right: 5px;
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
    color: white; /* Icon default color */
    font-size: 16px; /* Icon size */
    vertical-align: middle; /* Align icon with text */
}

/* Hover effect for the prefix badge */
.tprefix-general-discussion:hover {
    background-color: #6e6543; /* Darker brownish color for hover */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Increase shadow depth */
}

/* Flip and grow effect for the icon on hover */
.tprefix-general-discussion:hover i {
    animation: iconGrow 1.2s ease-in-out;
}

/* Keyframes for growing the icon */
@keyframes iconGrow {
    0% {
        transform: scale(1);
        color: white;
    }
    50% {
        transform: scale(1.3); /* Icon grows */
        color: #524832; /* Bright yellow for fun on hover */
    }
    100% {
        transform: scale(1); /* Return to normal */
        color: white;
    }
}

/* Optional pulse effect for the whole badge on hover */
@keyframes badgePulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05); /* Slight pulse */
    }
    100% {
        transform: scale(1);
    }
}

/* Adding pulse to the badge hover effect */
.tprefix-general-discussion:hover {
    animation: badgePulse 0.8s ease-in-out;
}





/* Basic structure for the Graphics Settings prefix badge */
.tprefix-graphics-settings {
    display: inline-block;
    background-color: #887a5b;
    color: white;
    padding: 1px 15px; /* Adjusted for a thinner, more rectangular look */
    border-radius: 4px; /* Reduced for a more rectangular appearance */
    font-size: 13px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

/* Font Awesome icon style with animation */
.tprefix-graphics-settings i {
    margin-right: 7px;
    color: white; /* Icon default color */
    font-size: 16px;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    animation: iconSpin 4s infinite linear; /* Icon rotation animation */
}

/* Hover effect for the prefix badge */
.tprefix-graphics-settings:hover {
    background-color: #a8926f; /* Lighter shade for hover */
}

/* Circuit effect using CSS gradients (appears on hover, behind the icon) */
.tprefix-graphics-settings:hover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: 
        radial-gradient(circle at 30% 40%, rgba(136, 122, 91, 0.3), transparent 60%),
        radial-gradient(circle at 70% 60%, rgba(136, 122, 91, 0.2), transparent 70%);
    background-size: 100% 100%;
    animation: circuitPulsate 4s ease-in-out infinite; /* Pulsing circuit effect */
    opacity: 0.6;
    z-index: 0;
    border-radius: 5px;
}

/* Icon spin animation */
@keyframes iconSpin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Circuit pulsate animation */
@keyframes circuitPulsate {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.05);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0.6;
    }
}


/* Basic structure for the Advertise prefix badge */
.tprefix-upgrade-advertise {
    display: inline-block;
    background-color: #887a5b;
    color: white;
    padding: 2px 17px; /* Compact padding for rectangular appearance */
    border-radius: 4px; /* Rounded corners for a distinct style */
    font-size: 13px;
    text-align: center;
    position: relative;
    cursor: pointer;
    animation: adGlow 4s ease-in-out infinite; /* Glow effect for the badge */
}

/* Updated Money-bill icon styling and animation */
.tprefix-upgrade-advertise i {
    margin-right: 6px;
    font-size: 16px;
    color: #ffffff;
    position: relative;
    display: inline-block; /* Ensures proper rendering of the icon */
    animation: moneyBillWave 2.5s ease-in-out infinite; /* Wave animation */
}

/* Glow effect for the advertise badge */
@keyframes adGlow {
    0%, 100% {
        box-shadow: 0 0 8px rgba(145, 131, 1), 0 0 15px rgba(145, 131, 1);
    }
    50% {
        box-shadow: 0 0 12px rgba(173, 166, 76), 0 0 20px rgba(173, 166, 76);
    }
}


/* Wave animation for the money-bill icon */
@keyframes moneyBillWave {
    0% {
        transform: translateX(0) rotate(0deg);
    }
    25% {
        transform: translateX(-2px) rotate(-10deg);
    }
    50% {
        transform: translateX(0) rotate(10deg);
    }
    75% {
        transform: translateX(2px) rotate(-10deg);
    }
    100% {
        transform: translateX(0) rotate(0deg);
    }
}




/* Clothing and Fashion prefix badge */
.tprefix-clothing-fashion {
    display: inline-block;
    background: #887a5b;
    color: white;
    padding: 2px 12px;
    border-radius: 4px; /* More rounded for a softer appearance */
    font-size: 14px;
    text-align: center;
    position: relative;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth hover effect */
}

/* Hover effect for the badge */
.tprefix-clothing-fashion:hover {
    transform: translateY(-3px); /* Slight lift on hover */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); /* Enhanced shadow on hover */
}

/* Main icon (user) styling */
.tprefix-clothing-fashion i.user {
    font-size: 18px;
    color: #ffffff; /* Base color for the user icon */
    position: relative;
    display: inline-block;
    margin-right: 6px; /* Space between user icon and text */
}

/* Bouncing tag icon styling */
.tprefix-clothing-fashion i.tag {
    font-size: 14px; /* Slightly larger for better visibility */
    color: #ffcc00; /* Golden color for the tag */
    position: relative;
    animation: tagBounce 1.5s ease-in-out infinite; /* Bounce animation */
}

/* Bounce animation */
@keyframes tagBounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px); /* Slight upward bounce */
    }
}



body.page-upgrade {
    background-color: #0f172a !important;
}

.page-upgrade #container {
    background: transparent !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}
