.inferno_table select {
    background: none repeat scroll 0 0 #2d2d2d;
    border-radius: 3px 3px 3px 3px;
    font: 11px Tahoma,Calibri,Verdana,Geneva,sans-serif;
    outline: 0 none;
    padding: 4px;
}

.inferno_text {
	max-width: 500px;
	width: 90%;
	height: 18px;
	font-size:12px;
	background-color: #1F1F1F;
	border-color: #00ff00;
	color: #00ff00;
}

.inferno_shoutbox {
}

.inferno_content {
	padding-left: 5px;
	word-wrap:break-word;
	margin-right:10px;
	margin-bottom:20px;
	margin-top:5px;
    color: #00ff00;
	overflow: auto;
}

.inferno_content a {
	text-decoration:none;
	color:#cccccc;
}

.inferno_content a:hover {
	text-decoration:underline;
}

.inferno_links {
	margin-left: 5px;
	margin-bottom: -1px;
}

.inferno_links div {
	border-radius: 3px 3px 0px 0px;
	/*padding-left: 5px;
	padding-right: 5px;*/
}

.inferno_links div {
	margin-right: 8px;
	display: inline;
}

.inferno_alert {
	background-color: #FBEF8D;
	padding:1px;
}

.inferno_alert_div {
	padding: 8px 0px 3px 5px;
}

/* Marketplace Control Panel */
.marketcp_wrapper { background: transparent; margin: 5px auto; width: 95%; max-width: 1525px; }
.marketcp_nav_cell { width: 180px; vertical-align: top; padding-right: 10px; }
.marketcp_nav_table { background: #1f1f1f; border: 1px solid #2a2a2a; }
.marketcp_nav_head { background: #2f3b5d !important; color: #fff !important; padding: 8px 10px !important; font-size: 12px; }
.marketcp_nav_item a { color: #e2e2e2; text-decoration: none; }
.marketcp_nav_item a:hover { color: #fff; }
.marketcp_nav_item.marketcp_nav_active a { color: #00ff00; }
.marketcp_content_cell { vertical-align: top; padding: 0 10px; background: transparent; }
.marketcp_title_bar { background: #1f1f1f; padding: 10px 15px; margin-bottom: 10px; border-radius: 3px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.marketcp_breadcrumb { color: #fff; font-size: 13px; }
.marketcp_breadcrumb a { color: #e2e2e2; }
.marketcp_subtitle { color: #fff; font-size: 13px; }
.marketcp_notice { background: #00aa00; color: #fff; padding: 10px 20px; margin-bottom: 10px; border-radius: 3px; font-size: 13px; }
.marketcp_notice a { color: #fff; text-decoration: underline; }
.marketcp_profile_block { background: #1f1f1f; border: 1px solid #2a2a2a; border-radius: 3px; padding: 15px; margin-bottom: 10px; display: flex; flex-wrap: wrap; justify-content: space-between; }
.marketcp_profile_left { flex: 1; min-width: 200px; }
.marketcp_username { color: #fff; font-size: 16px; font-weight: bold; margin-bottom: 5px; }
.marketcp_usergroup { color: #00ff00; font-size: 12px; margin-bottom: 5px; }
.marketcp_status { color: #e2e2e2; font-size: 12px; }
.marketcp_online { color: #00ff00; }
.marketcp_profile_right { text-align: right; }
.marketcp_profile_actions { color: #e2e2e2; font-size: 14px; margin-bottom: 10px; }
.marketcp_profile_actions i { margin-left: 8px; cursor: pointer; }
.marketcp_info_label { color: #fff; font-weight: bold; margin-bottom: 5px; }
.marketcp_info_row { color: #e2e2e2; font-size: 12px; }
.marketcp_section { background: #1f1f1f; border: 1px solid #2a2a2a; border-radius: 3px; margin-bottom: 10px; overflow: hidden; }
.marketcp_section_head { background: #2f3b5d; color: #fff; padding: 8px 15px; font-weight: bold; font-size: 13px; }
.marketcp_section .tborder { border: 0; }
.marketcp_section .thead { background: #252525 !important; color: #e2e2e2 !important; }
.marketcp_section .trow1 { background: #1d1d1d; color: #e2e2e2; }
.marketcp_signature_content { padding: 15px; color: #e2e2e2; min-height: 60px; }
.marketcp_contracts_toolbar { display: flex; justify-content: flex-end; align-items: center; gap: 15px; padding: 8px 0 10px; flex-wrap: wrap; }
.marketcp_contracts_toolbar .marketcp_search_btn { background: #2f3b5d; color: #fff; border: 1px solid #3d4a6a; padding: 6px 14px; border-radius: 3px; cursor: pointer; font-size: 12px; }
.marketcp_contracts_toolbar .marketcp_search_btn:hover { background: #3d4a6a; }
.marketcp_public_private { display: inline-flex; border: 1px solid #2a2a2a; border-radius: 3px; overflow: hidden; }
.marketcp_public_private a { padding: 6px 14px; font-size: 12px; text-decoration: none; color: #e2e2e2; background: #1d1d1d; }
.marketcp_public_private a:hover { color: #fff; }
.marketcp_public_private a.marketcp_toggle_active { background: #2f3b5d; color: #fff; }

/* Buy Sticky page */
.buysticky_title_bar { background: #1f1f1f; padding: 10px 20px; margin: 0 auto 15px; display: flex; justify-content: space-between; align-items: center; width: 95%; max-width: 900px; border-radius: 3px; }
.buysticky_breadcrumb a { color: #e2e2e2; font-size: 18px; }
.buysticky_page_title { font-size: 14px; }
.buysticky_btn { background: #2f3b5d; color: #fff; padding: 8px 16px; border-radius: 3px; text-decoration: none; }
.buysticky_btn:hover { background: #3d4a6a; color: #fff; }
.buysticky_wrapper { width: 95%; max-width: 900px; margin: 0 auto 20px; }
.buysticky_panel { background: #1f1f1f; border: 1px solid #2a2a2a; border-radius: 3px; padding: 20px; margin-bottom: 15px; }
.buysticky_panel_title { color: #fff; font-size: 16px; margin: 0 0 15px 0; padding-bottom: 10px; border-bottom: 1px solid #2f3b5d; }
.buysticky_field { margin-bottom: 15px; }
.buysticky_field label { display: block; color: #e2e2e2; font-size: 13px; margin-bottom: 5px; }
.buysticky_textarea { width: 100%; max-width: 100%; min-height: 120px; padding: 8px; background: #252525; border: 1px solid #2a2a2a; color: #e2e2e2; border-radius: 3px; box-sizing: border-box; }
.buysticky_input, .buysticky_select { width: 100%; padding: 8px; background: #252525; border: 1px solid #2a2a2a; color: #e2e2e2; border-radius: 3px; box-sizing: border-box; }
.buysticky_submit_wrap { text-align: center; margin-top: 20px; }
.buysticky_continue_btn { background: #c53700; color: #fff; border: none; padding: 10px 30px; font-size: 14px; border-radius: 3px; cursor: pointer; }
.buysticky_continue_btn:hover { background: #d94a0f; }
.buysticky_info_panel .buysticky_info_list { color: #e2e2e2; font-size: 13px; line-height: 1.6; margin: 0; padding-left: 20px; }
.buysticky_info_panel .buysticky_info_list li { margin-bottom: 8px; }

		

td.trow1,td.trow2 {
padding:10px
}

.tab-menu{
float:left;width:100%;margin-top: -30px;margin-bottom:10px;
}

.shadetabs-mobile li{
}

.shadetabs{
padding:0;margin-top:0;list-style-type:none;text-align:center;font-weight:bold;
}

.shadetabs li{
display:inline;margin:10px 8px 0 0;margin-top:0;
}

.shadetabs li a{
text-decoration:none;position:relative;z-index:1;font-size:14px;border-radius:4px;padding:10px 15px;text-align:center;margin-right:4px;color:#dadada;background:#1f1f1f;transition:all 0.3s;border: 1px solid transparent;border-color: #00FF00;}

.shadetabs li a:hover{
background:#333
}

.shadetabs li a.selected{
position:relative;top:0
}

.shadetabs li a.selected{
background: #252525;color:#fff;
}

.shadetabs li a.selected:hover{
text-decoration:none
}

.tabcontent{
display:none
}

@media print{
.tabcontent{
display:block!important
}


}

.tab-menu-mobile{
margin-bottom:0!important;
}

.shadetabs-mobile li{
}

@media only screen and (max-width:815px){
td.trow1,td.trow2{
min-height:50px;padding:8px
}

.shadetabs li a{
padding:10px 8px;display:inline-block;
}


}

@media only screen and (max-width:660px){
.shadetabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.shadetabs li{
flex: 0 0 18%;
}

.tab-menu {
margin-bottom: 0 !important;
}

.shadetabs li a{
width:60px;padding:10px 0;margin:4px 4px
}

.shadetabs li a:hover{

}

.shadetabs li a.selected{

}



}

		
		

.postbit_buttons a span.thx_buttons, .postbit_buttons a span.gracias, .postbit_buttons a span.egracias{background-position: 0 -20px}
.thx_buttons{display: inline-block}
.thx_buttons .gracias{color: #4b9134 !important;text-decoration: none}
.thx_buttons .egracias{color: #913434 !important;text-decoration: none}
.bad_thx{color: #FFF;font-size: 12px;font-weight: bold;text-decoration: none;background: none repeat scroll 0% 0% #913434 !important;box-shadow: 0px 0px 1em #B6B6B6;border-radius: 50%;padding: 5px 10px;text-align: center;float: right;margin-top: -10px;margin-right: -10px}
.neutral_thx{color: #FFF;font-size: 12px;font-weight: bold;text-decoration: none;background: none repeat scroll 0% 0% #2C2727 !important;box-shadow: 0px 0px 1em rgb(182, 182, 182);border-radius: 50%;padding: 5px 10px;text-align: center;float: right;margin-top: -10px;margin-right: -10px}
.good_thx{color: #FFF;font-size: 12px;font-weight: bold;text-decoration: none;background: #4B9134 none repeat scroll 0% 0% !important;box-shadow: 0px 0px 1em #BFDDBE;border-radius: 50%;padding: 5px 10px;text-align: center;float: right;margin-top: -10px;margin-right: -10px}
.good_thx a, bad_thx a{background: none !important;color: #fff}
.thx_avatar{background: transparent;border: 1px solid #F0F0F0;padding: 5px;border-radius: 5px;width: 30px;height: 30px;display: block}
.info_thx, .exito_thx, .alerta_thx, .error_thx {font-size:13px;border: 1px solid;margin: 10px 0px;padding:10px 8px 10px 50px;background-repeat: no-repeat;background-position: 10px center;text-align: center;font-weight: bold;border-radius: 5px}
.info_thx {color: #00529B;background-color: #BDE5F8;background-image: url(../../../images/thx/info.png)}
.exito_thx {background-color: #DFF2BF;background-image:url(../../../images/thx/bien.png)}
.alerta_thx {color: #9F6000;background-color: #FEEFB3;background-image: url(../../../images/thx/alerta.png)}
.error_thx {color: #D8000C;background-color: #FFBABA;background-image: url(../../../images/thx/mal.png)}
.thx_list{font-size: 10px;font-weight: bold;border: 1px solid #FFFFFF;border-radius: 4px;padding: 10px;margin: 5px;background: #FFFFFF;width: auto;opacity: 0.9;text-align: center}
.cs0, .thx_hide{display:none}
.thx_list_normal{font-size: 10px;font-weight: bold;border-top: 1px solid #9F9696;border-bottom: 1px solid #9F9696;background: transparent;opacity: 0.9;border-style: dashed;border-left: none;border-right: none}
.thx_list_normal_thead {background: none;color: #333;border-bottom: 1px dotted #33A868;padding: 8px;margin: -10px}
.thx_list_avatar{width: 20px;height: 20px;background-color: #FCFDFD;border: 1px solid #F0F0F0;padding: 3px;border-radius: 5px}
.thx_list_username{padding: 5px;bottom: 10px;position: relative}
.thx_window{background: #DFF2BF !important;color: #000000 !important;border-width: 1px 1px 2px !important;border-style: solid !important;border-color: #DBF2BF !important;border-radius: 3px}
.thx_rec{display: block;color: green}
.thx_rec a:link, .thx_rec a:active{color: green;font-weight: bold;float: right}
.thx_giv{display: block;color: blue}
.thx_giv a:link, .thx_giv a:active{color: blue;font-weight: bold;float: right}
.jGrowl-notification button{background: none;border: none;color: #fff}
.thx_given{font-size: 10px;display: block;width: 40px;padding: 5px;margin: 5px 0px;font-weight: bold;color: #ffffff;border-radius: 3px;background: none repeat scroll 0% 0% #3C3CB3;text-shadow: 0px 0px 1px #f0f0f0}
.thx_received{font-size: 10px;display: block;width: 40px;padding: 5px;margin: 5px 0px;font-weight: bold;color: #ffffff;border-radius: 3px;background: none repeat scroll 0% 0% #4b9134;text-shadow: 0px 0px 1px #f0f0f0}
.thx_thanked_post{background-image: linear-gradient(to bottom, #DFF0D8 0px, #C8E5BC 100%);background-repeat: repeat-x;box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);border-radius: 2px;padding: 10px;border-left: 2px solid #097a09;min-height: 34px;color: #424242}
.thx_meter{width:120px;height:10px;line-height: 13px;background: url(../../../images/thx/bg_green.gif) repeat-x top left}
.thx_meter_text{position: absolute;font-size: 8px;padding: 0px 16px;color: rgb(79, 165, 79)}
.thx_thanked_post_img{width: 20px;height: 20px;float: right;opacity: 0.8;background-image: linear-gradient(to bottom, #f8f7bb 0px, #cfc61e 100%);border-radius: 50%;padding: 4px;border: 1px solid #d7db15}
#thx_spinner {display: block;position: absolute;z-order:1000;background: #fff;text-align: center;vertical-align: middle;z-index: 999999;border-radius: 5px}
#thx_spinner img {position: relative;top: 30%}
		

.css-typing {
  border-right: .15em solid orange;
  font-family: "Courier";
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
}
.css-typing {
  width: 7.3em;
  -webkit-animation: type 2s steps(40, end);
  animation: type 2s steps(40, end);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.css-typing  {
  width: 15.5em;
  opacity: 0;
  -webkit-animation: type2 2s steps(40, end);
  animation: type2 2s steps(40, end);
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.css-typing p:nth-child(3) {
  width: 7.3em;
  opacity: 0;
  -webkit-animation: type3 5s steps(20, end), blink .5s step-end infinite alternate;
  animation: type3 5s steps(20, end), blink .5s step-end infinite alternate;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes type {
  0% {
    width: 0;
  }
  99.9% {
    border-right: .15em solid orange;
  }
  100% {
    border: none;
  }
}

@-webkit-keyframes type {
  0% {
    width: 0;
  }
  99.9% {
    border-right: .15em solid orange;
  }
  100% {
    border: none;
  }
}

@keyframes type2 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  99.9% {
    border-right: .15em solid orange;
  }
  100% {
    opacity: 1;
    border: none;
  }
}

@-webkit-keyframes type2 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  99.9% {
    border-right: .15em solid orange;
  }
  100% {
    opacity: 1;
    border: none;
  }
}

@keyframes type3 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes type3 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}
@-webkit-keyframes blink {
  50% {
    border-color: tranparent;
  }
}
#discord {
     animation: blinker 0.25s cubic-bezier(.5, 0, 1, 1) infinite alternate;
}
 @keyframes blinker {
     from {
         opacity: 1;
    }
     to {
         opacity: 0;
    }
}

body,h1,h2,h3,h4 {
  margin: 0;
  padding: 0;
}

h1,h2,h3,h4,p,a {
  text-decoration: none;
  color: black;
  font-family: PT Sans, sans-serif;
}

.footer-col a {
  color: rgba(0,0,0,0.75);
}

.content {
  height: 80vh;
	width: auto;
  background: #ccc;
}

.footer-content-wrapper {
  width: 80%;
  margin: 1em auto;  
}

.footer-col {
  display: inline-block;
  padding: 0.5em 0.1em 0.5em 1em;
  box-sizing: border-box;
  border-right: solid 1px #bbb;
}
.footer-col:nth-child(4) {
  border: none;
}

.ta-l {
  text-align: left;
}
.flt {
  float: left;
}

.flt:nth-child(4):after {
   content: " "; 
   visibility: hidden; 
   display: block; 
   height: 1em; 
   clear: both;
}

.large-25 {
  width: 25%;
}

.footer-col a {
  display: block;
  margin: 0.3em 0;
}

@media (max-width: 550px) {
  .small-50 {
    width: 50%;  
  }
  .footer-col:nth-child(2) {
    border: none;
  }
}

@media (max-width: 300px) {
  .tiny-100 {
    width: 100%;
  }
  .footer-col { 
    border: none;
  }
}

.alert {
  padding: 20px;
  background-color: #f44336;
  color: white;
}
.alert2 {
  padding: 20px;
  background-color: #008000;
  color: white;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}



img.mycode_img {
    vertical-align: middle;
}
.dropbtn {
  background-color: transparent;
  color: #717171;
  padding: 5px;
  font-size: 1.25em;
  border: none;
	display: inline;
    position: relative;
		bottom:5px;

}
.themeselect {
    float: right;
    font-weight: 400!important;
    margin: 0;
    font-size: 12px !important;
    margin-right: 5px;

}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #000;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 5;
}

.dropdown-content a {
  color: black;
  text-decoration: none;
  display: block;
	font-size: 1.25em;
	
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: transparent;}
.columns {
	list-style: none;
	margin: 0;
	padding: 0;
}

.columns li {
	width: 50%;
	float: left;
}

.statusicon {
	color: #212121;
	text-shadow: 1px 1px 1px #4a4545;
	font-size: 9px !important;
	padding-right: 10px;
}

ul.columns a {
    padding: 3px 0px;
    display: inline-block;
}

.columns li a, .columns li a:visited {
	color: #dedede;
}

.columns li a:hover, .columns li a:active {
	color: #fff;
}

.mycode_quote_branched, .mycode_quote_branched > cite {
	background-color: #4a5542;
}

.mycode_quote_branched .quick_jump:before {
	content: "\f802" !important;
}

.blinking{
    animation:blinkingText 1.2s infinite;
}
@keyframes blinkingText{
    0%{     color: #000;    }
    49%{    color: #000; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #000;    }
}

.subscribeLabel {
	display: flex;
    flex: 0 0 40px;
    align-items: center;
    cursor: pointer;
    padding: 8px 12px;
    box-sizing: border-box;
    border-radius: 8px;
    transition: 0.2s;
}

.subscribeLabel:hover {
	background-color: #444444;
}

.subscribeLabel > span:nth-child(1) {
	flex: 0 0 220px;
}

.subscribeLabel > span:nth-child(2) {
	 flex: 1 1 auto;
    text-align: right;
}

.forum-sub-icon-add::before {
	content: "\f024";
}

.forum-sub-icon-remove::before {
	content: "\f024";
	font-weight: 900 !important;
}

.thread_status {
	display: inline-block;
	width: 16px;
	height: 16px;
	position: relative;
}

.thread_status[class*="folder"]::before {
	font-family: "Font Awesome 5 Pro";
	content: "\f15c";
	font-weight: 900;
	position: relative;
	bottom: 2px;
	left: 2px;
	color: #b4c5d6;
	text-shadow: 0px 1px 1px rgb(0,0,0,0.5);
}

.thread_status[class*="new"]::before {
	color: #6eb1f2;
}

.thread_status[class*="hot"]::before {
	color: #deabab;
}

.thread_status[class*="newhot"]::before {
	color: #ee7676;
}

.thread_status[class*="dot_"]::before {
	content: "\f573";
}

.thread_status[class*="close"]::after, .thread_status[class*="lock"]::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f023";
    font-weight: 900;
    font-size: 7px;
    position: absolute;
    left: -1px;
    top: -2px;
    color: gold;
    text-shadow: 0px 0px 2px black;
}

.prefix {
    color: yellow;
}

.gotounread {
    color: #6f8bd8;
}

.logo-hide-button {
	display: inline-block;
	position: relative;
	top: -23px;
	right: 0px;
	cursor: pointer;
	color: #00FF00;
}

@media only screen and (max-width: 1275px) {
	.logo-hide-button {
		top: -8px;
	}
}

body > div[style*="z-index: 2000000000"] {
	position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    margin-top: -291px;
    margin-left: -201px;
}

body > div[style*="visibility: hidden; z-index: 2000000000"] {
	display: none;
}


.g-recaptcha-bubble-arrow {
	display: none;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    right: -1px;
    background-color: #1F1F1F;
    overflow-x: hidden;
    padding-top: 0px;
	margin-top:52px;
    transition: 0.5s;
	border-left: 1px solid #1A1A1A;
	overflow-y: scroll;
  	-webkit-overflow-scrolling: touch;
	padding-bottom: 100px;
}

.sidenav a {
    padding: 10px 8px 10px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #949494;
    display: block;
    transition: 0.3s;
	white-space: nowrap;
	border-top: 1px solid #2a2a2a;
	border-bottom: 1px solid #111111;
	margin: 0px;
font-weight: bold;
}

.sidenav a:hover {
    color: #f1f1f1;
	background-color: #2f3b5d;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 20px;
}

.navbar {
    background-color: #1F1F1F;
    position: fixed;
    top: 0;
    width: 100%;
    display: none;
    z-index: 100;
}
	
.navbar a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    position: relative;
}

.navbar a .notify-number {
    font-weight: bold;
    z-index: 100;
    position: absolute;
    top: 7px;
    right: 8px;
    font-size: 11px;
    background-color: #c53700;
    padding: 1px 4px;
    border-radius: 2px;
    display: none;
    color: #f2f2f2 !important;
}
	
.header_avatar {
	padding: 8px 8px 0px 16px !important;
}
	
.header_avatar img {
	border:1px solid #1A1A1A !important;
	border-radius: 20px;
	background-color: #333333;
}
	
.navbar a:hover:not(.active) {
    background-color: #2f3b5d;
}
	
.navbar .menu {
	background-color: #2f3b5d;
}

.navbar a.active {
    color: #2f3b5d;
}


button.accordion {
	font-size: 16px !important;
    background-color: #1F1F1F;
    color: #e2e2e2;
    cursor: pointer;
    padding: 18px !important;
    width: 100%;
    border: none;
    outline: none;
	transition: 0.4s;
	text-align: left;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 0px !important;
	border-top: 1px solid #2a2a2a;
	border-bottom: 1px solid #111111;
	margin: 0px;
}

.sidenav button.active, .sidenav button.accordion:hover {
    background-color: #1F1F1F;
}

.sidenav .panel {
    padding: 0 0px;
    background-color: #131313;
    display: none;
    overflow: hidden;
	padding-left: 0px;
	border-top: 1px solid #1A1A1A;
}
	
.sidenav .panel a:first-child {
	border-top: none;
}
	
.sidenav .panel:last-of-type {
	
}
	
.sidenav .panel_spacer {
	display: none;
}
	
.sidenav .panel_spacer:last-of-type {
	display: block;
	height: 60px;
}
	
.mobile_side_nav {
	display: table-cell;	
}
	
.fa-angle-down, .fa-angle-up {
	font-size: 26px;
}
	
.accordion-icon {
	padding-right: 15px;
	color: #636363;
	vertical-align: top;
	font-size: 17px;
}

.navbar-register {
    color: #aaa !important;
    font-weight: bold;
}

.navbar-register::before {
    content: "\f090";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 12px;
    top: 0px;
    padding: 7px;
    margin-right: 10px;
    margin-left: 10px;
    color: #aaa;

}

.dropdown-menu > li {
    display: block;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.dropdown-menu > li > a {
    width: calc(100% - 32px);
    font-weight: bold;
	text-align: left;
}

.dropdown-menu > li > a > i {
    margin-right: 15px;
    width: 32px;
    text-align: center;
	color: #888;
}

#navLeftDropdownGroup > div {
	cursor: pointer;
}

.nav-left-dropdown-active {
	display: block !important;
}

.nav-left-dropdown-option-active {
	background-color: #060606;
}

.nav-left-dropdown-option-list-active {
	display: block !important;
}

.new-highlight {
	animation-iteration-count:infinite;
	animation: newcolorchange 5s;
	animation-timing-function: linear;
	-webkit-animation: newcolorchange 5s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function: linear;
}
			
@keyframes newcolorchange {
	0%   {color: red;}
	33%  {color: yellow;}
	67%  {color: white;}
	100% {color: red;}
}

@-webkit-keyframes newcolorchange {
	0%   {color: red;}
	33%  {color: yellow;}
	67%  {color: white;}
	100% {color: red;}
}

.twitter-tweet {
	width: initial !important;
}

.gotounread {
	font-size: 12px !important;
	margin-right: 3px;
}

.quickthread_button {
	position: absolute;
	top: 20px;
	right: 20px;
	display: inline-block;
	padding: 4px;
	border: 2px solid #1f1f1f;
	background-color: #2f3b5d;
	border-radius: 8px;
}

.psi-signature {
	float: right;
	padding: 0px 10px 0px 10px;
	color: #7d618e;
	font-weight: bold;
}

.oc-item-profile-left {
	flex: 3 0px !important;
        padding-right: 5px !important;
}

.oc-item-profile-right {
	flex: 2 0px !important;
}

.top-links a:hover {
	color: #7d618e !important;
}

.top-links a {
	margin-left: 20px;	
}

.red, .red a {color: red; font-weight: bold;}
.green, .green a {color: #00D01D;}
.yellow, .yellow a {color: yellow;}

.bitButton > a {
    padding: 5px 10px;
    background-color: #242424;
    border-radius: 3px;
    font-weight: bold;
    border: 1px solid #171717;
}

.bitButton > a:hover {
    background-color: #333;
}

.alert-li-tablet {
    margin-left: -18px;
}

-input:-webkit-autofill {
	background-color: #333;
	border-bottom: 2px solid #4c305d!important;
	border-top: none;
	border-left: none;
	border-right: none;
}

input:-webkit-autofill {
	-webkit-text-fill-color: #5a5a5a!important;
	-webkit-box-shadow: 0 0 0 30px #2b2b2b inset;
}

body {
	font-size:  14px;
	line-height: 1.4;
	color: #c7c7c7;
	background: #0e0e0e url(/images/hf/bg.jpeg) fixed;
	margin: 0;
	font-family: Verdana, Arial, Sans-Serif;
	min-width: 320px;
}

a:link {
	color: #efefef;
	text-decoration: none;
}

a:visited {
	color: #efefef;
	text-decoration: none;
}

a:link:hover {
	color: #f7f7f7;
}

f {
	color: #0072BC;
	text-decoration: underline
}

.bold {
	font-weight: 700;
}

.tfixed {
	table-layout: fixed;
	word-wrap: break-word;
}

.columns {
	list-style: none;
	margin: 0;
	padding: 0;
}

.columns li {
	width: 50%;
	float: left;
}

.statusicon {
	color: #212121;
	text-shadow: 1px 1px 1px #4a4545;
	font-size: 9px !important;
	padding-right: 10px;
}

ul.columns a {
    padding: 3px 0px;
    display: inline-block;
}

.columns li a, .columns li a:visited {
	color: #dedede;
}

.columns li a:hover, .columns li a:active {
	color: #fff;
}

.wrapper {
	width: 95%;
	max-width: 1525px;
	margin: auto;
}

#logo {
	max-width: 1525px;
	padding: 10px 0;
	border-bottom: 1px solid #0c0c0c;
	margin: 0 auto;
        text-align: center;
}

#content {
	overflow: visible;
	padding: 25px;
	min-height: 660px
}

.mobile-s {
	display: none
}

.mobile-small {
display: none;
}

.mobile {
	display: none
}

.mobile-keep-inline {
    display: none;
}

.mobile-keep-block {
    display: none;
}

.desktop-inline-block {
	display: inline-block;
}

.mobile-inline-block {
       display: none !important;
}

.desktop-remove {
display: none !important;
}

.author_buttons {
    display: inline-block;
}

.tablet-mobile {
	display: none
}

.table {
	table-layout: fixed;
	width: 100%
}

.desktop-remove {
}

i.fa.fa-bookmark.oc-hf-icon {
	padding-left: 5px;
	padding-right: 5px
}

i.fa.fa-user-circle.oc-hf-icon {
	padding-left: 5px
}

i.fa.fa-user.menu-icon {
	color: #2284b5
}

#header ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	font-weight: 700!important;
}

#header ul.menu li {
	margin: 0 10px;
	display: inline;
	position: relative;
}

#header ul.menu li a {
	display: inline-block;
	color: #efefef;
	background-repeat: no-repeat;
	display: inline-block;
}

#logo ul.top_links {
	font-weight: 700;
	text-align: right;
	margin: -10px 5px 0 0
}

#panel {
	display: block;
	margin: auto;
	width: calc(95% - 50px);
	max-width: 1525px;
}

#panel .upper a.logout {
	font-weight: 700;
	padding-right: 20px;
	margin-left: 2px;
}

#panel .upper a.register {
	position: relative;
}

#panel .upper a.register:before {
	content: "\f2f6";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	font-style: normal;
	text-decoration: inherit;
	font-size: 10px;
	top: 0px;
	padding: 7px;
	margin-right: 10px;
	margin-left: 10px;
	color: #444444;
	text-shadow: 0 0 2px #0000009e;
	background: #191919;
	border: 1px solid #1b1a1a;
	box-shadow: 0 0 5px #0a0a0a inset;
}

#panel .upper a.login {
	position: relative;
}

#panel .upper a.login:before {
	content: "\f084";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	font-style: normal;
	text-decoration: inherit;
	font-size: 10px;
	top: 0px;
	padding: 7px;
	margin-right: 10px;
	margin-left: 10px;
	color: #00ff00;
	text-shadow: 0 0 2px #0000009e;
	background: #191919;
	border: 1px solid #1b1a1a;
	box-shadow: 0 0 5px #0a0a0a inset;
}

#panel .lower ul.panel_links {
	float: left;
	margin: 0;
	/* float: right; */
	font-weight: 400!important;
	margin: 0;
	margin-left: -20px;
	font-size: 12px !important;
	/* margin-right: 5px; */
}

#panel .lower ul.panel_links a.usercp {
	/* background-position: 0 -120px; */
	/* font-size: 12px; */
	/* font-weight: 400!important; */
	/* padding-left: 0; */
}

#panel .lower ul.panel_links a.modcp {
	/* background-position: 0 -140px; */
	/* font-size: 12px; */
	/* padding-left: 20px; */
	/* font-weight: 400!important; */
}

#panel .lower ul.panel_links a.admincp {
	/* font-size: 12px; */
	/* font-weight: 400!important; */
	/* padding-left: 20px; */
	/* background-position: 0 -160px; */
}

#panel .lower ul.user_links {
	float: right;
	font-weight: 400!important;
	margin: 0;
	font-size: 12px !important;
	margin-right: 5px;
}

#panel .lower ul.user_links li a, #panel .lower ul.panel_links a {
	padding: 0;
	background-image: none;
	font-size: 11px;
	/* text-transform: uppercase; */
	/* font-weight: bold; */
	/* text-transform: uppercase; */
}

#panel .upper {
	padding: 8px 20px;
	clear: both;
	background: #171717;
	color: #fff;
	font-size: 13px;
	border-top: 1px solid #1d1d1d;
	border-bottom: 1px solid #0e0e0e;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

#panel .upper a:link, #panel .upper a:visited {
	color: #dcdcdc;
}

#panel .lower {
	background: #1d1d1d;
	color: #717171;
	max-height: 20px;
	border-top: 1px solid #00ff00;
	padding: 5px 20px;
	border-bottom: 1px solid #080808;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

#panel .lower a:link, #panel .lower a:visited {
	color: #717171;
	text-shadow: 1px 1px 1px #00000040;
}

#search {
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	vertical-align: middle;
	background: #252525
}

#search input.button, #search input.textbox {
	border-color: #191919;
	min-width: 293px
}

#search input.button {
	background: #3a638e;
	color: #fff
}

#search input {
	margin: -3px 0
}

#quick_login .remember_me input {
	vertical-align: middle;
	margin: -3px 0 0 5px
}

img.logo-img {
	margin-bottom: 15px;
	margin-top: 10px;
	max-width: 100%;
	-webkit-transition: 0.3s;
}

.expcolimage-fa {
	font-style: normal;
}

.expcolimage-fa:after {
	font-family: FontAwesome;
	font-size: 15px;
	color: #321f3e;
	content: "\f056";
	position: relative;
	z-index: 0;
}

.click-nav {
	width: 50%;
	flex: 1
}

.click-nav ul {
	position: relative;
	font-weight: 900;
	padding: 0;
	margin: 0
}

.click-nav ul li {
	position: relative;
	list-style: none;
	cursor: pointer;
	background: #000
}

.click-nav ul li ul {
	position: absolute;
	left: 0;
	right: 0;
	top: 42px;
	background: #000;
	z-index: 500
}

.click-nav ul .clicker {
	color: #FFF;
	text-align: center;
	background: #1f1f1f;
	border-top: 1px solid #1f1f1f;
	border-bottom: 1px solid #171717;
	padding: 15px 0;
}

.click-nav ul .clicker:hover, .click-nav ul .active {}

.click-nav img {
	position: absolute;
	top: 9px;
	left: 12px
}

.click-nav ul li a {
	font-weight: 400;
	transition: background-color .2s ease-in-out;
	-webkit-transition: background-color .2s ease-in-out;
	-moz-transition: background-color .2s ease-in-out;
	display: block;
	padding: 12px 0 15px;
	border-top: 1px solid #3c3c3c;
	border-bottom: 1px solid #252525;
	color: #e4e4e4;
	background: #333;
	text-align:  center;
}

.click-nav ul li a:hover {
	background: #2f3b5d;
	border-top: 1px solid #2f3b5d;
	border-bottom: 1px solid #311d3c;
}

.click-nav .no-js ul {
	display: none
}

.click-nav .no-js:hover ul {
	display: block
}

.clicker-right {
	text-align: right
}

.menu-connector {
	display: none
}

.click-nav-profile {
	width: 50%;
	flex: 1
}

.click-nav-profile ul {
	position: relative;
	font-weight: 900;
	padding: 0;
	margin: 0;
	background: #000
}

.click-nav-profile ul li {
	position: relative;
	list-style: none;
	cursor: pointer;
	background: #000
}

.click-nav-profile ul li ul {
	position: absolute;
	left: 0;
	right: 0;
	top: 42px;
	background: #000
}

.click-nav ul-profile .clicker {
	background: #2284B5;
	color: #FFF;
	text-align: center;
	width: 50%;
	position: fixed
}

.click-nav ul-profile .clicker:hover, .click-nav-profile ul .active {
	background: #425a71
}

.click-nav-profile img {
	position: absolute;
	top: 9px;
	left: 12px
}

.click-nav-profile ul li a {
	font-weight: 400;
	-webkit-transition: background-color .2s ease-in-out;
	background: #374858;
	-moz-transition: background-color .2s ease-in-out;
	display: block;
	padding: 15px 0 14px;
	color: #e6e6e6;
	text-decoration: none
}

.click-nav-profile ul li a:hover {
	background: #3f5162
}

.click-nav-profile .no-js ul {
	display: none
}

.click-nav-profile .no-js:hover ul {
	display: block
}

.users-browsing {
	color: #e2e2e2
}

.forumdisplay_regular, .forumdisplay_sticky {
	padding: 11px;
	font-size: 15px
}

li.user-link-last {
	margin-right: 0px!important;
}

td.trow_shaded.trow_deleted.forumdisplay_regular a {
	color: #ccc
}

td.trow_shaded.trow_deleted.forumdisplay_regular img {
	display: none
}

.forum-content {
	display: block;
	width: 100%
}

.float-right {
	display: inline-block;
	float: right
}

.td-float-right {
	display: none
}

.nav {
	display: block;
	margin: 0;
	padding: 0
}

.nav li {
	display: inline-block;
	list-style: none
}

.nav .button-dropdown {
	position: relative;
	float: left;
}

.nav li a {
	display: block;
	color: #7b7b7b;
	background-color: #1f1f1f;
	padding: 0;
	font-size: 15px !important;
	font-weight: 400!important
}

.nav li a span {
	display: inline-block;
	margin-left: 5px;
	font-size: 10px;
	color: #999
}

.nav li a:hover, .nav li a.dropdown-toggle.active {
	background-color: ##1f1f1f
	color: #8b8b8b!important
}

.nav li a:hover span, .nav li a.dropdown-toggle.active span {
	color: #8b8b8b
}

.nav li .dropdown-menu {
	display: none;
	position: absolute;
	top: 24px;
	left: -20px;
	right: 0;
	padding: 0;
	margin: 0;
	z-index: 50;
}

.nav li .dropdown-menu.active {
	display: block
}

.nav li .dropdown-menu a {
	width: 155px !important;
	padding: 10px;
	font-size: 11px;
	background: #1f1f1f;
	text-shadow: 0 0 rgba(0, 0, 0, 0.1);
}

.nav li .dropdown-menu a:hover {
       background: #252525
}

li.button-dropdown.right {
	float: right
}

ul.dropdown-menu.right-menu {
	right: -19px;
}

#search {
	display: none
}

.mobile-subforums {
	color: #949494
}

.thread-quickchat {
	width: 22%
}

.subforum_minioff, .subforum_miniofflink {
    color: #888 !important;
    text-shadow: 1px 1px 1px #111 !important;
    font-size: 8px !important;
}

.subforum_minion {
    cursor: pointer;
}

.subforum_miniofflock {
    vertical-align: bottom;
}

.subforum_miniofflock::before {
    content: "\f023" !important;
    font-size: 13px;
}

.subforum_miniofflink::before {
    content: "\f064" !important;
}

.tab-menu-mobile {
	/*float: right!important;
	width: 19%!important;
	overflow: hidden;
	margin-top: 0!important*/
}

.forum-content-mobile {
	/*display: inline-block!important;
	width: 80%!important*/
}

postbit_buttons {
	display: inline-block!important
}

.postbit_qdelete {
    
}

img.header_link-img {
	position: absolute;
	left: 0;
	top: 0;
	display: none
}

.rate-thread {
	float: right;
	padding-right: 20px;
	padding-top: 18px
}

.oc-container {
	display: flex;
	flex-flow: row;
	flex-wrap: wrap
}

.oc-nav-bar-page {
        flex-wrap: nowrap !important;
}

.oc-item {
	flex: 1;
	padding: 0;
	margin: 0
}

table.oc-item {
	flex: 0 0 100%
}

img.logo-img:hover {
	opacity: .7;
	-webkit-transition: 0.3s;
}

.oc-main {
	flex: 0 0 60%;
	padding-right: 5px;
}

.oc-hf-icon {
	padding-left: 5px;
	padding-right: 0
}

.oc-time {
	margin-top: -3px;
	text-align: right;
	display: inline-block;
	float: right;
	background: #151515;
	border: 1px solid #1b1a1a;
	box-shadow: 0 0 5px #0a0a0a inset;
	padding: 5px 15px;
	font-size: 9px;
	text-transform: uppercase;
	color: #717ea2;
	text-shadow: 0 0 2px #000;
}

.oc-item-menu {
	flex: 0 0 25%;
	max-width: 300px;
}

.rate-thread {
	float: right;
	padding-right: 20px;
	padding-top: 18px
}

div#s2id_to {
	width: 302px
}

.select2-container-multi .select2-choices {
	height: auto!important;
	height: 1%;
	margin: 0;
	padding: 0 5px 0 0;
	position: relative;
	border: 1px solid #353535;
	cursor: text;
	overflow: hidden;
	background-color: #2b2b2b;
	background-image: 0;
	background-image: linear-gradient(tobottom, #2929291%, #2b2b2b15%)
}

.select2-container-multi {
	width: 302px!important
}

.reputation {
	display: block;
	margin-left: -25px
}

.reputation-mobile {
	display: none
}

.reputation-mobile {
	border: 1px solid #383838;
	margin-top: 10px;
	background: #383838;
	padding: 5px
}

table.reputation.tborder.trow2 {
	border: 1px solid #383838;
	background: #383838
}

.edit-margins {
}

.last-post {
	float: right;
}

.icon-top {
	margin-top: 2px;
}

.postbit_buttons.author_buttons.float_left.mobile-remove {
	margin-right: 5px;
}

a.postbit_quote {
	margin-right: -9px;
}

#panel .lower a:hover, #panel .lower a:active {
	color: #d4d4d4;
}

#panel .upper a:hover, #panel .upper a:active {
	color: #f1f1f1;
}

#header ul.menu li a:hover {
	color: #949494;
}

a.button:link:hover, a.button:link:visited, a.button:link:active {
	background: #252525;
}

#quickreply_spinner .fa {
	font-size: 36px;
}

#container {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	width: 100%;
}

#footer {
	clear: both;
	justify-content: flex-end;
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
}

#footer ul.menu {
	margin: 0;
	padding: 0;
	list-style: none
}

#footer ul.menu li {
	margin: 0 15px 0 0;
	display: inline;
}

#footer .upper {
	background: #1f1f1f;
	border-top: 1px solid #0c0c0c;
	border-bottom: 1px solid #151414;
	padding: 5px 18px;
	font-size: 15px !important;
	overflow: hidden;
	    opacity: 0.9;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #9c9c9c;
}

#footer .upper .language {
	float: right;
	margin: -1px;
	margin-left: 15px
}

#footer .upper .language select {
	border-color: #ccc
}

#footer .upper .theme {
	float: right;
	margin: -1px;
	margin-left: 15px
}

#footer .upper .theme select {
	border-color: #292929
}

#footer .upper ul.bottom_links {
	float: left;
	margin: 3px 0 0;
}

.dropdown-menu > li > a > span {
	font-size: 14px !important;
}

#footer .lower {
	background: #333;
	padding: 12px 17px;
	font-size: 11px;
	letter-spacing: .25px;
	color: #9c9c9c;
	font-weight: 700;
	text-transform: uppercase;
	    opacity: 0.9;
}

#footer .lower a:link, #footer .lower a:visited {
	color: #9c9c9c;
	font-weight: 700
}

#footer .lower a:hover, #footer .lower a:active {
	color: #565656;
	text-decoration: underline;
	font-weight: 700
}

#footer .lower #current_time {
	float: right;
}

#debug {
	float: right;
	text-align: right;
	margin-top: 20px;
	font-size: 11px;
	color: #464646
}

.scaleimages img {
	max-width: 100%
}

table {
	color: #b3b3b3;
	font-size: 14px;
}

.tborder {
	background: #1f1f1f;
	width: 100%;
	border: 1px solid #1f1f1f;
	padding: 3px

}
.tborder {
    border-radius: 7px;
    border-color: #00FF00;
	background-color:hsla(120,100%,50%,0.3);
}

.thead {
	background: #00000054;
	color: #fff;
	border-bottom: 1px solid #252525;
	padding: 13px;
	font-size: 14px;
	word-break: break-all;
}

.thead a:link {
	color: #fff;
	text-decoration: none
}

.thead a:visited {
	color: #fff;
	text-decoration: none
}

.thead a:hover, .thead a:active {
	color: #fff;
}

.tcat {
	color: #fff;
	border: none;
	background: #1F1F1F;
	color: #fff;
	border-top: 1px solid #1f1f1f;
	border-bottom: 1px solid #1d1d1d;
}

.tcat a:link {
	color: #fff
}

.tcat a:visited {
	color: #fff
}

.tcat a:hover, .tcat a:active {
	color: #fff
}

.trow1 {
	background: #333;
	border-top: 1px solid #3c3c3c;
	border-bottom: 1px solid #1d1d1d;
	padding: 10px
		width: 100%;
}

.trow2 {
	background: #333;
	border-top: 1px solid #3c3c3c;
	border-bottom: 1px solid #1d1d1d;
	padding: 10px;
}

.trow_shaded {
	background: #999999;
        color: #000;
}

.trow_shaded span.smalltext {
        color: #000;
}

.no_bottom_border {
	border-bottom: 0
}

.post.unapproved_post {
	background: #ffdde0
}

.post.unapproved_post .post_author {
	border-bottom-color: #ffb8be
}

.post.classic.unapproved_post .post_author {
	border-color: #ffb8be
}

.post.unapproved_post .post_controls {
	border-top-color: #ffb8be
}

.trow_deleted, .post.deleted_post {
	background: #e8deff !important;
	border-top: 1px solid #3d3640;
	border-bottom: 1px solid #1c1a1d;
	color: #ababab!important;
	font-weight: 400
}

.post.deleted_post .post_author, .post.deleted_post .post_content {
      background: #e8deff !important;
}

.trow_selected, tr.trow_selected td {
	background: #2d2d2d;
	color: #b5b5b5
}

.trow_selected a:link, .trow_selected a:visited, .trow_selected a:hover, .trow_selected a:active {
	color: #757575
}

.trow_sep {
    background: #282828;
    border-top: 1px solid #3c3c3c;
    border-bottom: 1px solid #1d1d1d;
    color: #e2e2e2;
    padding: 6px;
    font-size: 12px;
    font-weight: 700;
}

.tfoot {
	border-top: 1px solid #1f1f1f;
	padding: 6px;
	background: #1f1f1f;
	color: #f7f7f7
}

.tfoot a:link {
	color: #adadad;
	text-decoration: none
}

.tfoot a:visited {
	color: #adadad;
	text-decoration: none
}

.tfoot a:hover, .tfoot a:active {
	color: #e4e4e4;
}

.thead input.textbox, .thead select {
	border: 1px solid #2b1b33
}

.bottommenu {
	background: #efefef;
	color: #333;
	border: 1px solid #4874a3;
	padding: 10px
}

.navigation {
	color: #333;
	font-size: 12px
}

.navigation a:link {
	text-decoration: none
}

.navigation a:visited {
	text-decoration: none
}

.navigation a:hover, .navigation a:active {
	text-decoration: underline
}

.navigation .active {
	color: #fff;
	font-size: 15px;
	font-weight: 700
}

.smalltext {
	font-size: 14px;
	color: #ababab;
}

.tinytext {
	font-size: 12px;
	color: #ababab;
}

.largetext {
	font-size: 16px;
	font-weight: 700
}

.attatchment_adjust {
	padding-top: 12px
}

fieldset {
	padding: 12px;
	border: 1px solid #333;
	margin: 0;
	background: #333
}

fieldset.trow1, fieldset.trow2 {
	border-color: #3a3a3a;
}

fieldset.align_right {
	text-align: right
}

input.textbox {
	min-width: 220px;
	background: #2a2a2a;
	padding: 8px;
	border: 1px solid #222;
	color: #eeeeee;
	font-size: 13px;
}

textarea {
	background: #2a2a2a;
	color: #cecece;
	border: 1px solid #222;
	padding: 2px;
	line-height: 1.4;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 15px
}

select {
	background: #2a2a2a;
	padding: 7px;
	border: 1px solid #222;
	color: #d4d4d4;
	font-size: 12px;
}

button, input.button {
	cursor: pointer;
	background: #2d2d2d;
	padding: 8px 10px;
	border: 1px solid #2d2d2d;
	outline: 0;
	color: #d4d4d4;
	outline: 0;
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
}

.postbit_buttons > a:hover, .button:hover {
	background-color: #2f3b5d !important;
	border-color: #2f3b5d !important;
}

form {
	margin: 0;
	padding: 0
}

form input.error {
}

form input.valid {
	
	=: #fff
	padding: 3px;
}

form label.error {
	color: #825c96;
	margin: 5px;
	padding: 0;
	display: block;
	font-size: 12px;
	text-shadow: 0 0 1px #0003;
}

form #message {
	width: 500px
}

.editor {
	background: #f1f1f1;
	border: 1px solid #ccc
}

.editor_control_bar {
	background: #3a3a3a;
	border: 1px solid #333333;
	padding-left: 6px !important;
}

.post .editor_control_bar {
	background: #f5f5f5
}

.popup_menu {
	background: #1f1f1f;
	border: 2px solid #1f1f1f;
	margin-top: 4px;
}

.popup_menu .popup_item {
	background: #3838386b;
	color: #a4a4a4;
	font-size: 11.5px;
}

.popup_menu .popup_item:hover {
	background-color: #2f3b5d;
	color: #fff;
}

.trow_reputation_positive {
	background: #333
}

.trow_reputation_negative {
	background: #333
}

.reputation_positive {
	color: #00B500
}

.reputation_neutral {
	color: #C3C3C3
}

.reputation_negative {
	color: #FF2121
}

.repbox {
	font-size: 18px;
	padding: 3px 9px
}

._neutral {
	color: #C3C3C3;
	border: 1px solid #C3C3C3;
	background: #282828
}

._minus {
	color: #FF2121;
	border: 1px solid #FF2121;
	background: #282828
}

._plus {
	color: #00B500;
	border: 1px solid #00B500;
	background: #282828
}

img {
	border: none
}

img.attachment {
	border: 1px solid #E9E5D7;
	padding: 2px
}

hr {
	background-color: #3a3939;
	color: #dadada;
	height: 1px;
	border: 0;
}

.clear {
	clear: both
}

.float_left {
	float: left
}

.float_right {
	float: right
}

.hidden {
	display: none;
	float: none;
	width: 1%
}

.hiddenrow {
	display: none
}

.selectall {
	background: #FFFBD9;
	border-bottom: 1px solid #F7E86A;
	color: #333;
	text-align: center
}

.selectall a {
        color: black;
        font-weight: bold;
}

.selectall a:hover {
        color: #555;
}

.expcolimage {
	float: right;
	width: auto;
	vertical-align: middle;
	margin-top: 3px
}

.tcat_menu>.expcolimage {
	margin-top: 0
}

blockquote {
	border: 1px dashed #555;
	margin: 0;
	background: #444;
	padding: 10px;
	color: #999;
}

blockquote cite {
	font-style: normal;
	background: #444;
	border-bottom: 0px;
	display: block;
	padding: 10px;
	margin: -10px;
	margin-bottom: 10px
}

blockquote cite:after {
    content: "";
    display: block;
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    border-bottom: 1px solid #3A3939;
}

blockquote cite span {
	float: right;
	font-weight: 400;
	font-size: 12px;
	padding-top: 2px;
	color: #999
}

blockquote cite span span {
	float: none;
}

blockquote cite span.highlight {
	float: none;
	font-weight: 700;
	padding-bottom: 0
}

.formatted_quote_username span {
	font-size: unset;
    font-weight: unset;
    padding-top: unset;
	float: left;
	padding-right: 4px;
}

.codeblock {
	background: #2F2F2F;
	border: 1px dashed #888;
        overflow: hidden
}

.codeblock .title {
	font-weight: 700;
        background: #292929;
        padding: 3px 10px
}

.codeblock .body {
        padding: 0px;
        color: #999
}

.codeblock code {
	overflow: auto;
	height: auto;
	max-height: 250px;
	display: block;
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 13px
}

.smilie {
	vertical-align: middle
}

.smilie_pointer {
	cursor: pointer
}

.separator {
	margin: 5px;
	padding: 0;
	height: 0;
	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 10px;
	white-space: nowrap;
	text-decoration: none;
	/* margin-top: 2px; */
}

.popup_menu a.popup_item:hover {
	text-decoration: none
}

.subject_new, a.subject_new {
	color: #ccc;
	font-size: 15px;
	font-weight: 700
}

.highlight {
	background: #FF00BA;
	padding-top: 2px;
	padding-bottom: 2px;
        color: #fff;
}

.pm-alert {
	margin-top: 2px;
	color: #717ea2;
	text-shadow: 0px 0px 1px #0000008c;
}

.pm_alert:hover {
	background: #272727;
	-webkit-transition: 0.3s;
}

.pm_alert {
	background: #1f1f1f;
	border-top: 1px solid #252525;
	text-align: center;
	padding: 12px 20px;
	margin-bottom: 30px;
	font-size: 13px;
	color: #717ea2;
	text-shadow: 0 0 5px #00000059;
	-webkit-transition: all 0.5s;
}

.ban_notice {
	background: #1f1f1f;
	text-align: center;
	padding: 8px 20px;
	margin-bottom: 30px;
	font-size: 14px;
	word-wrap: break-word;
	box-shadow: 0px 0px 3px 1px #ff2f2f;
}

.red_notice {
	background: #1f1f1f;
	border: 1px solid #1f1f1f;
	text-align: center;
	padding: 8px 20px;
	margin-bottom: 30px;
	font-size: 11px;
	word-wrap: break-word;
}

.red_notice a:link, .red_notice a:visited, .red_notice a:hover, .red_notice a:active {
	color: #fff
}

.high_warning {
	color: #C00
}

.moderate_warning {
	color: #F3611B
}

.low_warning {
	color: #AE5700
}

.online {
	color: #15A018
}

.offline {
	color: #C7C7C7
}

div.error {
	padding: 5px 10px;
	background: #603675;
	font-size: 14px;
	color: #ffffff8a;
	border-radius: 5px;
	margin-bottom: 20px;
        margin-top: 3px;
}

div.error p {
	margin: 0;
	color: #333;
	font-weight: bold;
}

div.error p em {
	font-style: normal;
	display: block;
	color: #ffffff;
}

div.error ul {
}

div.success {
	padding: 5px 10px;
	background: #4CAF50;
	font-size: 14px;
	color: #ffffff;
	border-radius: 5px;
	margin-bottom: 20px;
    margin-top: 3px;
	text-shadow: 1px 1px 2px black;
}

div.success p {
	margin: 0;
	color: #333;
	font-weight: bold;
}

div.success p em {
	font-style: normal;
	display: block;
	color: #ffffff;
}

div.failure {
	padding: 5px 10px;
	background: #a63d3d;
	font-size: 14px;
	color: #ffffff;
	border-radius: 5px;
    margin-top: 3px;
	text-shadow: 1px 1px 2px black;
}

div.failure p {
	margin: 0;
	color: #333;
	font-weight: bold;
}

div.failure p em {
	font-style: normal;
	display: block;
	color: #ffffff;
}

.pagination a, .pagination span {
	display: inline-block;
}

.pagination {
	font-size: 11px;
}

.tfoot .pagination, .tcat .pagination {
	padding-top: 0
}

.pagination .pages {
	font-weight: 700;
	padding-right: 5px
}

.pagination .pagination_current, .pagination a {
	padding: 6px 8px;
	margin-bottom: 3px;
	margin-top: 3px;
}

.pagination a {
	background: #333;
	border: 1px solid #333
}

.pagination .pagination_current {
	color: #fff;
	font-weight: 700;
	background: #2f3b5d;
	border: 1px solid transparent;
}

.pagination a:hover {
	background: #444343;
	color: #fff;
	border-color: #444343;
	text-decoration: none
}

.pagination .go_page img {
	margin-bottom: -4px
}

.drop_go_page {
	background: #1f1f1f;
	padding: 4px
}

.breadcrumb {
	/*centering*/
	text-align: center;
	display: inline-block;
	overflow: hidden;
	position:  relative;
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
	border-radius: 5px;
}

.breadcrumb a {
    font-weight: bold;
    text-overflow: ellipsis;
    min-width: 10%;
    max-width: 23%;
    text-decoration: none;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    font-size: 13px;
    line-height: 36px;
    padding-left: 30px;
    padding-right: 18px;
    background: #1f1f1f;
    color: #bdbdbd;
    position: relative;
    transition: all 0.3s;
    z-index: 2;
}

.breadcrumb a:first-child {
	text-overflow: none;
	min-width: 0px;
	padding-left: 20px;
	border-radius: 0px;
	border-radius:  5px !important;
}

.breadcrumb :nth-child(-n + 2):not(:last-child)  {
    display: inline !important;
}

.breadcrumb :nth-child(n+3):nth-child(-n+4){ 
    display: none !important;
}

.breadcrumb a:nth-last-child(-n+2) {
	position: absolute;
	max-width: 100%;
	text-align: right;
	width: 100%;
	right: 0px;
	z-index:  1;
	padding-right: 15px;
	/* border-color: #00FF00; */
}

.breadcrumb p:nth-last-child(-n+2) {
text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
width:200px;
}



.breadcrumb a.active, .breadcrumb a:hover {
	background: #2b2b2b;
	color: #d2d2d2;
}

.breadcrumb a:hover+span {
	background: #2b2b2b;
}

.breadcrumb span:last-child {
	display: none;
}

.breadcrumb a.active:after, .breadcrumb a:hover:after {
	background: #dadada;
}

.arrow {
	display: inline-block;
	float: left;
	background: #1f1f1f;
	color: #dadada;
	position: relative;
	right: 18px;
	height: 36px;
	width: 36px;
	transform: scale(0.707) rotate(45deg);
	z-index: 3;
	box-shadow: 3px -3px 0 2px rgb(13, 13, 13), 5px -5px 0 2px rgba(45, 45, 45, 0.4);
	transition: all 0.3s;
	background: #1f1f1f;
	margin-right: -36px;
}

.breadcrumb>*>a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#ptipoints {
	display: block;
	text-align: center;
	min-width: 0px;
}

.thread_legend, .thread_legend dd {
	margin: 0;
	padding: 0
}

.thread_legend dd {
	padding-bottom: 4px;
	margin-right: 15px;
	color: #ccc
}

.thread_legend img {
	margin-right: 4px;
	vertical-align: bottom
}

.forum_legend, .forum_legend dt, .forum_legend dd {
	margin: 0;
	padding: 0
}

.forum_legend dd {
	float: left;
	margin-right: 10px;
	margin-top: 15px;
	color: #505050
}

.forum_legend dt {
	margin-right: 10px;
	float: left
}

.success_message {
	color: #00b200;
	font-weight: 700;
	font-size: 10px;
	margin-bottom: 10px
}

.error_message {
	color: #C00;
	font-weight: 700;
	font-size: 10px;
	margin-bottom: 10px
}

#posts_container {
	padding: 0
}

.post {
}

.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.classic {
	padding-top: 15px;
	background: #333
}

.post .post_author {
	padding: 10px 20px;
	overflow: hidden;
	background: #333
}

.post.classic .post_author {
    float: left;
    width: 220px;
    margin: 0 1% 15px 0;
    border: 0;
    border-right: 1px solid transparent;
    border-image: -webkit-linear-gradient(top, #333333 0%, #4a5c90 50%, #333333 100%);
    border-image-slice: 1;
    padding: 5px 1%;
    position: relative;
    position: -webkit-sticky;
    position: sticky;
}

.post .post_author .buddy_status {
	vertical-align: middle;
	margin-top: -4px
}

.post .post_author div.author_avatar {
	float: left;
	margin-right: 3px
}

.post.classic .post_author div.author_avatar {
	float: none;
	text-align: center;
	margin-bottom: 8px
}

.post .post_author div.author_avatar img {
	padding: 2px;
	border: 1px solid #333;
	background: #333;
}

.post .post_author div.author_information {
	float: left;
	padding: 6px 8px
}

.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: 3px 10px 3px 5px;
	color: #666;
	line-height: 1.3
}

.post.classic .post_author div.author_statistics {
	margin: 6px 0 0;
	padding: 6px;
	float: none
}

.post .post_head {
	font-size: 11px;
	padding-bottom: 4px;
	margin-bottom: 4px;
}

.post .post_head span.post_date {
	color: #adadad;
}

.post .post_head span.edited_post {
	font-size: 10px;
	color: #999;
}

.post .post_head span.edited_post a {
	color: #fff;
}

.post_body {
	font-size: 15px;
	padding: 20px 0
}

.post.classic .post_content {
	display: inline-block;
	width: calc(94% - 220px);
	padding: 0 1% 5px
}

.post_content {
	padding: 9px 10px 5px;
	background: #333;
	font-size: 15px
}

.post_content .signature {
	margin-top: 5px;
	border-top: 1px dashed #555;
	padding: 10px 0 4px;
        overflow: hidden;
        max-height: 200px;
}

.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: #232323;
	padding: 5px;
}

.postbit_buttons>a:link, .postbit_buttons>a:hover, .postbit_buttons>a:visited, .postbit_buttons>a:active {
	display: inline-block;
	padding: 2px 5px;
	margin: 3px;
	font-size: 11px;
	background: #333;
	border: 1px solid #333;
	color: #b7b7b7;
}

.postbit_buttons>a:hover {
	background: #383838;
	border: 1px solid #383838
}

.postbit_buttons a span {
	display: inline-block;
	height: 16px;
	padding: 3px 7px
}

a.button:link {
	display: inline-block;
	font-size: 14px;
	background: #1f1f1f;
	color: #efefef;
	padding: 10px 15px;
	margin: 5px 0;
}

a.button.small_button {
	font-size: 13px;
	margin: 0;
	padding: 3px 6px
}

.quick_jump {
	padding-left: 0px;
	margin-top: 0px;
	border: none;
	display:  inline-block;
}

.quick_jump:before {
    font-family: "Font Awesome 5 Pro";
    font-size: 15px;
    font-weight: 900;
    color: #9575CD;
    content: "\f101";
    position: absolute;
    z-index: 1;
    margin-top: 1px;
}

.pollbar {
	background: url(../../../images/pollbar.png) top left repeat-x;
	border: 1px solid #3f3f3f;
	height: 10px
}

.pollbar .percent {
	display: none
}

.posticons_label {
	white-space: nowrap
}

.ie6 {
	position: absolute
}

.jGrowl {
	z-index: 9999;
	color: #fff;
	font-size: 14px;
	position: fixed;
	font-weight: 500;
	text-shadow: 0px 1px 1px #00000075;
}

.jGrowl.top-left {
	left: 0;
	top: 0
}

.jGrowl.top-right {
	right: 0;
	top: 0
}

.jGrowl.bottom-left {
	left: 0;
	bottom: 0
}

.jGrowl.bottom-right {
	right: 0;
	bottom: 0
}

.jGrowl.center {
	top: 0;
	width: 50%;
	left: 25%
}

.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));
	width: 250px;
	padding: 10px;
	margin: 10px;
	text-align: left;
	display: none;
	overflow-wrap: break-word;
}

.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: 700;
	font-size: .85em
}

.jGrowl-notification .jGrowl-close {
	background-color: transparent;
	color: inherit;
	border: none;
	z-index: 99;
	float: right;
	font-weight: 700;
	font-size: 1.5em;
	cursor: pointer
}

.jGrowl-closer {
	background-color: #000;
	opacity: 0.9;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
	width: 250px;
	padding: 10px;
	margin: 10px;
	text-align: left;
	display: none;
	word-break: break-all;
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: pointer;
	font-size: .9em;
	font-weight: 700;
	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: #457245;
	border: 1px solid #457245;
}

.jGrowl .jGrowl-notification.jgrowl_error {
	background: #a63d3d;
	border: 1px solid #a63d3d;
}

.jGrowl .jGrowl-notification.jgrowl_process, .jGrowl .jGrowl-closer {
	background: #FF0;
	border: 1px solid #FF0;
	color: #333
}

@media print {
	.jGrowl {
		display: none
	}
}

.blocker {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 9999;
	padding: 20px;
	box-sizing: border-box;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75);
	text-align: center
}

.blocker:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -.05em
}

.blocker.behind {
	background-color: transparent
}

.blocker {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 9999;
	padding: 20px;
	box-sizing: border-box;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75);
	text-align: center
}

.blocker:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -.05em
}

.blocker.behind {
	background-color: transparent
}

.modal {
	width: 400px;
	text-align: left;
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 2;
}

.modal a.close-modal {
	position: absolute;
	top: -12.5px;
	right: -12.5px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: url(../../../images/close.png) no-repeat 0 0
}

.modal-spinner {
	display: none;
	width: 64px;
	height: 64px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-right: -32px;
	margin-top: -32px;
	background: url(../../../images/spinner_big.gif) no-repeat center center;
}

.jqifade {
	position: absolute;
	background-color: #777
}

div.jqi {
	width: 400px;
	max-width: 90%;
	position: absolute;
	background-color: #fff;
	font-size: 11px;
	text-align: left;
	border: solid 1px #eee;
}

div.jqi .jqiclose {
	position: absolute;
	top: 4px;
	right: -2px;
	width: 18px;
	cursor: default;
	color: #bbb;
	font-weight: 700
}

div.jqi .jqistate {
	background-color: #fff
}

div.jqi .jqititle {
	padding: 5px 10px;
	font-size: 16px;
	line-height: 20px;
	border-bottom: solid 1px #eee
}

div.jqi .jqimessage {
	padding: 10px;
	line-height: 20px;
	color: #444
}

div.jqi .jqibuttons {
	text-align: right;
	margin: 0 -7px -7px;
	border-top: solid 1px #e4e4e4;
	background-color: #f4f4f4;
}

div.jqi .jqibuttons button {
	margin: 0;
	padding: 6px 20px;
	background-color: transparent;
	font-weight: 400;
	border: none;
	border-left: solid 1px #e4e4e4;
	color: #777;
	font-weight: 700;
	font-size: 12px
}

div.jqi .jqibuttons button.jqidefaultbutton {
	color: #489afe
}

div.jqi .jqibuttons button:hover, div.jqi .jqibuttons button:focus {
	color: #287ade;
	outline: none
}

.jqiwarning .jqi .jqibuttons {
	background-color: #b95656
}

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;
}

div.jqi .jqisubstate {
	position: absolute;
	top: 0;
	left: 20%;
	width: 60%;
	padding: 7px;
	border: solid 1px #eee;
	border-top: none;
}

div.jqi .jqisubstate .jqibuttons button {
	padding: 10px 18px
}

.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: #fff
}

.jqi .jqiarrowtc {
	left: 50%;
	top: -20px;
	border-bottom-color: #fff;
	margin-left: -10px
}

.jqi .jqiarrowtr {
	right: 10px;
	top: -20px;
	border-bottom-color: #fff
}

.jqi .jqiarrowbl {
	left: 10px;
	bottom: -20px;
	border-top-color: #fff
}

.jqi .jqiarrowbc {
	left: 50%;
	bottom: -20px;
	border-top-color: #fff;
	margin-left: -10px
}

.jqi .jqiarrowbr {
	right: 10px;
	bottom: -20px;
	border-top-color: #fff
}

.jqi .jqiarrowlt {
	left: -20px;
	top: 10px;
	border-right-color: #fff
}

.jqi .jqiarrowlm {
	left: -20px;
	top: 50%;
	border-right-color: #fff;
	margin-top: -10px
}

.jqi .jqiarrowlb {
	left: -20px;
	bottom: 10px;
	border-right-color: #fff
}

.jqi .jqiarrowrt {
	right: -20px;
	top: 10px;
	border-left-color: #fff
}

.jqi .jqiarrowrm {
	right: -20px;
	top: 50%;
	border-left-color: #fff;
	margin-top: -10px
}

.jqi .jqiarrowrb {
	right: -20px;
	bottom: 10px;
	border-left-color: #fff
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}

.alert h4 {
	margin-top: 0;
	color: inherit
}

.alert .alert-link {
	font-weight: 700
}

.alert>p, .alert>ul {
	margin-bottom: 0
}

.alert>p+p {
	margin-top: 5px
}

.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.alert-success hr {
	border-top-color: #c9e2b3
}

.alert-success .alert-link {
	color: #2b542c
}

.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.alert-info hr {
	border-top-color: #a6e1ec
}

.alert-info .alert-link {
	color: #245269
}

.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}

.alert-warning hr {
	border-top-color: #f7e1b5
}

.alert-warning .alert-link {
	color: #66512c
}

.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}

.alert-danger hr {
	border-top-color: #e4b9c0
}

.alert-danger .alert-link {
	color: #843534
}

input.checkbox label {
  display: block;
  padding-left: 15px;
  text-indent: -15px;
}

input.checkbox {
  width: 13px;
  height: 13px;
  padding: 0;
  margin:0;
  vertical-align: bottom;
  position: relative;
  top: 1px;
  overflow: hidden;
}

.video_response {
width: 640px;
height: 390px;
}

.editor_response, .editor_response img, .editor_response iframe {
    max-width: 100%;
    height: auto !important;
}

.author_wrapper{text-align:center;max-width:145px;margin:0 auto;min-width:100px;background: #444;padding: 5px;color: #aaa;border: 1px dashed #555}
.author_row{padding-bottom:3px;text-align:left}
.author_label{display:inline-block}
.author_value{display:inline-block;text-align:right;float:right}

    #ptipoints{
      display:none;
    }
    #ptipoints + span{
     display:none;
     }
		

.headerad{margin-top: -20px;margin-bottom: 50px}
.headerad img {max-width: 100%;}

.mam-header {margin-top: -15px;margin-bottom: -5px}
.mam-header img {max-width: 100%;}
.mam-header a:nth-child(2) {margin-left: 10px;}

.mam-footersmall {margin-top: 15px;}
.mam-footersmall img {margin-left: 5px;}

.mam-footerbig {margin-top: 15px;}

.mam-inline {margin-top:4px;}

.profileAvatar{max-width:120px;max-height:150px;float:right}


/* START GROUP USERNAME COLORS */

.group2 {
	color: #efefef;
	text-decoration: none;
}

.group3 {
	color: #99CCFF;
	font-weight:bold;
	text-decoration: none;
}

.group4 {
	color: #9999FF;
	font-weight:bold;
	text-decoration: none;
}

.group6 {
	color: #AAAAFF;
	font-weight:bold;
	text-decoration: none;
}

.group7 {
	color: #000;
	text-decoration: none;
}

.group9 {
	color: #FFCC00;
	text-decoration: none;
}

.group28 {
	color: #0066FF;
	text-decoration: none;
}

.group0 {
	color: #FFF;
	text-decoration: none;
}


.group23 {
	color: #00cc66;
	text-decoration: none;
        font-weight: bold;
}

.group44 {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-shadow: -1px -1px 0 #f6b901, 1px -1px 0 #f6b901, -1px 1px 0 #f6b901, 1px 1px 0 #f6b901;
}

.group46 {
	color: #0077b6;
	text-decoration: none;
	font-weight: bold;
	text-shadow: 0px 1px 1px #48cae4;
}

.group48 {
	color: #A75454;
	text-decoration: none;
	text-shadow: 0px 2px 2px #000;
        font-weight: bold;
}

.group49 {
	color: #ed1c24;
	text-decoration: none;
}

.group50 {
	color: #FFF;
	text-decoration: none;
	font-weight: 900;
	text-shadow: 2px 2px 5px #FFD700;
}

.group52 {
	color: #FF99CC;
	text-decoration: none;
        font-weight: bold;
 	font-family: Comic Sans MS;
	text-shadow: 2px 2px 2px #4020dd;
}

.group53 {
	color: #1a1a1a;
	text-shadow: 0px 2px 8px #eaeaea;
	text-decoration: none;
	font-weight: bold;
}

.group54 {
	color: #40074E;
	text-shadow: 1px 1px #e30ee9;
	text-decoration: none;
}

.group56 {
	color: #171717;
	text-decoration: none;
	text-shadow: 1.7px 1.6px 1.6px #b5252d;
	font-weight: bold;
}

.group57 {
    color: #ffffff;
    font-weight: bold;
    text-shadow: 0px 2px 2px #fa0606;
    text-decoration: none;
}

.group59 {
	color: #1ecafe;
	text-decoration: none;
      font-weight: bold;
      text-shadow: 0px 2px 2px #000;
}

.group60 {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-shadow: -1px -1px 0 #6bff74, 1px -1px 0 #6bff74, -1px 1px 0 #6bff74, 1px 1px 0 #6bff74; 
}

.group63 {
	color: #EC7E03;
	text-shadow: 1px 1px 1px #000;
	text-decoration: none;
}

.group66 {
	color: #0cfa31;
	text-decoration: none;
}

.group67 {
	color: #2D7E52;
	font-weight:bold;
	text-shadow: 0px 2px 3px #000;
	text-decoration: none;
}

.group69 {
	color: #4F8082;
	text-decoration: none;
}

.group70 {
	color: #CFA883;
	text-decoration: none;
}

.group71 {
	color: #00feb0;
	text-decoration: none;
	text-shadow: 0px 2px 3px #000;
}

.group73 {
	color: #ff7178;
	font-weight: bold;
	text-shadow: 1px 1px 2px black;
	text-decoration: none;
}

.tiplink {
    position: relative;
}

.tiplink:hover .tooltip {
    display: block;
}

.tooltip {
    width: 300px;
    display: none;
    border: 2px solid #000;
    background: #343434;
    left: 25px;
    top: 0px;
    padding: 5px;
    position: absolute;
    z-index: 1000;
}

.ribbon-wrapper {
  width: 110px;
  height: 120px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon {
  font: bold 15px Sans-Serif;
  color: #333;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 15px 0;
  left: -5px;
  top: 15px;
  width: 160px;
  background-color: #fff;
  background-image: -webkit-linear-gradient(top, #36d900, #00b360);
  background-image:    -moz-linear-gradient(top, #36d900, #00b360);
  background-image:     -ms-linear-gradient(top, #36d900, #00b360);
  background-image:      -o-linear-gradient(top, #36d900, #00b360);
  color: #fff;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon:before, .ribbon:after {
  content: "";
  border-top:   3px solid #00d936;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon:before {
  left: 0;
}

.ribbon:after {
	right: 0;
}

.post_myawards{width:144px;margin:0 auto}

/* END GROUP USERNAME COLORS */

/* START MYALERT */

.alerts--new a{color:#8bc34a!important}

/* END MYALERT */


.tright{
text-align:right;
}

.tleft{
text-align:left;
}

.tcenter{
text-align:center;
}

h1 {
font-size:14px;
line-height: 1.4;
margin: 0;
padding: 0;
display: inline-block;
}

tr td.trow1:first-child,
tr td.trow2:first-child,
tr td.trow_shaded:first-child {
    border-left: 0
}



.tborder tbody tr:last-child td {
    border-bottom: 0
}

.tborder tbody tr:last-child td:first-child {
    border-bottom-left-radius: 6px
}

.tborder tbody tr:last-child td:last-child {
    border-bottom-right-radius: 6px
}

.stat_average {
    border-bottom-right-radius: 6px !important
}

.stat_latest {
	border-bottom: 1px solid #1d1d1d !important;
    border-bottom-left-radius: 0px !important
}

.stat_richest {
	border-bottom-left-radius: 6px
}

.stat_general {
	border-bottom: 1px solid #1d1d1d !important;
    border-bottom-right-radius: 0px !important
}

.thead {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.thead_collapsed {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}

.thead_left {
    border-top-right-radius: 0
}

.thead_right {
    border-top-left-radius: 0
}

.tcat_menu {
    border-radius: 0 !important
}

.tborder tbody:nth-last-child(2) .tcat_collapse_collapsed {
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important
}

button,
input.button,
input.textbox,
input.invalid_field,
input.valid_field,
select,
textarea,
.editor_control_bar,
blockquote,
.codeblock,
fieldset,
.pm_alert,
.red_alert,
.popup_menu,
.postbit_buttons>a,
a.button {
    border-radius: 0px;
}

.post.classic .post_author {
    border-radius: 0 6px 6px 0
}

.popup_menu .popup_item_container:first-child .popup_item {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.popup_menu .popup_item_container:last-child .popup_item {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.pollbar, .red_alert, a.button:link,
.postbit_buttons>a:link,.postbit_buttons>a:hover,.postbit_buttons>a:visited,.postbit_buttons>a:active {
    border-radius: 3px
}

button,input.button, select, input.textbox,
._neutral, ._minus, ._plus, .oc-time, .alert,
.pagination .pagination_current,.pagination a,
.pagination .pagination_current {
    border-radius: 4px
}

.editor_control_bar, .jGrowl-notification,
.jGrowl-closer, .reputation-mobile,
table.reputation.tborder.trow2 {
    border-radius: 5px
}

.pagination a, fieldset {
    border-radius: 6px
}


#panel .upper a.register:before, #panel .upper a.login:before {
    border-radius: 50%;
    border-radius: 50%
}

.modal {
box-sizing:border-box;
border-radius:8px;
box-shadow:0 0 10px #000
}

.modal-spinner {
border-radius:8px
}

div.jqi {
border-radius:6px;
padding:7px
}

div.jqi .jqibuttons {
border-radius:0 0 6px 6px;
}

div.jqi .jqiparentstate::after {
border-radius:6px;
}

div.jqi .jqisubstate {
border-radius:0 0 6px 6px;
}

input:-webkit-autofill {box-shadow: 0 0 0 30px #2b2b2b inset;border-radius:0!important;box-sizing:border-box;transition:.3s ease;}

.pm_alert {
    border-radius: 3px;
    border:1px solid
}

.breadcrumb a:first-child {
    border-radius: 4px !important;
}

.breadcrumb a:nth-last-child(-n+2) {
    border-radius: 0 5px 5px 0;
    border-color: #00FF00;
}

/**
 * Tooltip Styles
 */

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -50px;
  padding: 5px;
  width: 100px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #ccc;
  color: #000;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
  text-shadow: none;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.sticky {
position: -webdev-sticky;
position: sticky;
top:0;
}
.post {
}

.post.classic {
	padding-top: 15px;
}

.post .post_author {
	border-bottom: 1px solid #1F1F1F;
	border-top: 2px solid #1F1F1F;
	background: #1F1F1F;
	padding: 5px;
	overflow: hidden;
}

.post.classic .post_author {
	border: 1px solid #00ff00;
	float: left;
	width: 15%;
	margin-bottom: 45px;
	border-left: 0;
	padding: 5px 1%;
}

.post .post_author .buddy_status {
	vertical-align: middle;
	margin-top: -4px;
}

.post .post_author div.author_avatar {
	float: left;
	margin-right: 3px;
}

.post.classic .post_author div.author_avatar {
	float: none;
	text-align: center;
	margin-bottom: 8px;
}

.post .post_author div.author_avatar img {
	padding: 5px;
	border: 1px solid #ddd;
	background: #fff;
}

.post .post_author div.author_information {
	float: left;
	padding: 6px 8px;
}

.post.classic .post_author div.author_information {
	float: none;
	padding: 0;
	text-align: center;
}

.post .post_author div.author_statistics {
	float: right;
	font-size: 11px;
	padding: 3px 10px 3px 5px;
	color: #666;
	line-height: 1.3;
}

.post.classic .post_author div.author_statistics {
	border-top: 1px dotted #ccc;
	margin: 6px 0 0 0;
	padding: 6px 6px 3px 6px;
	float: none;
}

.post .post_head {
	font-size: 11px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #ddd;
	margin-bottom: 4px;
}

.post .post_head span.post_date {
	color: #666;
}

.post .post_head span.edited_post {
	font-size: 10px;
	color: #999;
}

.post .post_head span.edited_post a {
	color: #666;
}

.post_body {
	font-size: 14px;
	padding: 12px 0;
}

.post.classic .post_content {
	float: left;
	width: 79%;
	padding: 0 1% 5px 1%;
}

.post_content {
	padding: 9px 10px 5px 10px;
}

.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: #1F1F1F;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	overflow: hidden;
}

.postbit_buttons > a:link,
.postbit_buttons > a:hover,
.postbit_buttons > a:visited,
.postbit_buttons > a:active {
	display: inline-block;
	padding: 2px 5px;
	margin: 2px;
	font-size: 11px;
	background: #333333;
	border: 1px solid #333333;
	color: #555;
}

.postbit_buttons > a:hover {
	border-color: #bbb;
}

.postbit_buttons a span {
	display: inline-block;
	height: 16px;
	background-repeat: no-repeat;
}

.postbit_buttons a.postbit_find span {
	background-position: 0 0;
}

.postbit_buttons a.postbit_reputation_add span {
	background-position: 0 -20px;
}

.postbit_buttons a.postbit_email span {
	background-position: 0 -40px;
}

.postbit_buttons a.postbit_website span {
	background-position: 0 -60px;
}

.postbit_buttons a.postbit_pm span {
	background-position: 0 -80px;
}

.postbit_buttons a.postbit_quote span {
	background-position: 0 -100px;
}

.postbit_buttons a.postbit_multiquote span {
	background-position: 0 -120px;
}

.postbit_buttons a.postbit_multiquote_on span {
	background-position: 0 -140px;
}

.postbit_buttons a.postbit_edit span {
	background-position: 0 -160px;
}

.postbit_buttons a.postbit_qdelete span {
	background-position: 0 -180px;
}

.postbit_buttons a.postbit_qrestore span {
	background-position: 0 -200px;
}

.postbit_buttons a.postbit_report span {
	background-position: 0 -220px;
}

.postbit_buttons a.postbit_warn span {
	background-position: 0 -240px;
}

.postbit_buttons a.postbit_purgespammer span {
	background-position: 0 -540px;
}

.postbit_buttons a.postbit_reply_pm span {
	background-position: 0 -260px;
}

.postbit_buttons a.postbit_reply_all span {
	background-position: 0 -280px;
}

.postbit_buttons a.postbit_forward_pm span {
	background-position: 0 -300px;
}

.postbit_buttons a.postbit_delete_pm span {
	background-position: 0 -320px;
}

.post:not(.deleted_post) .postbit_qrestore,
.post:not(.deleted_post) .status_type,
.post.deleted_post .postbit_mirage {
    display: none;
}

[data-tooltip-left]:before {
	left: initial !important;
    right: calc(100% + 10px) !important;
    bottom: initial !important;
}

[data-tooltip-right]:before {
	right: initial !important;
    left: 83px !important;
    bottom: initial !important;
}

.forum_status {
    height: 20px;
    width: 10px;
    font-size: 20px;
    text-align: center;
    padding: 0px;
}
.forum_status i {
display: inline-block;
}
.forum_offlock i:before {
content: "\f023";
}
.forum_offlink i:before {
content: "\f0c1";
}
.forum_27 i:before {
content: "\f1ea";
}
.forum_28 i:before {
content: "\f59f";
}
.forum_29 i:before {
content: "\f05e";
}
.forum_81 i:before {
content: "\f004";
}
.forum_82 i:before {
content: "\f538";
}
.forum_83 i:before {
content: "\f74d";
}
.forum_84 i:before {
content: "\e061";
}
.forum_85 i:before {
content: "\f008";
}
.forum_86 i:before {
content: "\f549";
}
.forum_51 i:before {
content: "\f578";
}
.forum_56 i:before {
content: "\f500";
}
.forum_60 i:before {
content: "\f544";
}
.forum_2 i:before {
content: "\f2db";
}
.forum_6 i:before {
content: "\f5c3";
}
.forum_102 i:before {
content: "\f06c";
}
.forum_103 i:before {
content: "\f781";
}
.forum_96 i:before {
content: "\f0f4";
}
.forum_93 i:before {
content: "\f121";
}
.forum_94 i:before {
content: "\f1c9";
}
.forum_95 i:before {
content: "\f15b";
}
.forum_97 i:before {
content: "\f15c";
}
.forum_98 i:before {
content: "\f120";
}
.forum_99 i:before {
content: "\f1c0";
}
.forum_100 i:before {
content: "\f233";
}
.forum_38 i:before {
content: "\f1c9";
}
.forum_43 i:before {
content: "\f70e";
}
.forum_109 i:before {
content: "\f3ed";
}
.forum_108 i:before {
content: "\f5d1";
}
.forum_105 i:before {
content: "\f556";
}
.forum_107 i:before {
content: "\f0c1";
}
.forum_106 i:before {
content: "\f1eb";
}
.forum_66 i:before {
content: "\f48e";
}
.forum_13 i:before {
content: "\f714";
}
.forum_14 i:before {
content: "\f019";
}
.forum_15 i:before {
content: "\f059";
}






		
		


#panel.paneluid0 .upper #search {
	display: none !important;
}
#header:has(#panel.paneluid0) #logo ul.inferno-classic-toplinks {
	display: none !important;
}
.inferno-upper-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
}
.inferno-guest-upper-row {
	display: flex;
	align-items: center;
	gap: 16px;
	flex: 1 1 auto;
}
.inferno-guest-upper-row a.login,
.inferno-guest-upper-row a.register {
	font-weight: 700;
	color: #f0f0f0 !important;
}
#panel .upper a.login:before,
#panel .upper a.register:before {
	font-family: "Font Awesome 6 Free" !important;
	font-weight: 900 !important;
}
.inferno-guest-toolbar {
	border-top: 1px solid #ff2da0 !important;
	background: #141414 !important;
	padding: 6px 0 !important;
	max-height: none !important;
}
.inferno-guest-toolbar .wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
ul.inferno-toolbar {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px 10px;
}
ul.inferno-toolbar li {
	display: inline-block;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}
.inferno-toolbar a {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	color: #ff2da0 !important;
	text-decoration: none !important;
	padding: 4px 6px;
	border-radius: 3px;
}
.inferno-toolbar a:hover {
	color: #ffb3df !important;
	background: rgba(255, 45, 160, 0.08);
}
.inferno-toolbar-icon {
	font-size: 16px;
	line-height: 1;
}
.inferno-toolbar-count {
	font-size: 11px;
	color: #ff2da0;
	font-weight: 700;
}













































































































































/* INFERNO_HEADER_V2 */
/* Origin apps/web globals: .if-body-inferno + .if-hero — photo + soft darken (not flat black) */
body:has(#panel.inferno-panel),
body.inferno-index {
	color: #e0e0e0;
	background:
		radial-gradient(ellipse 75% 50% at 50% 0%, rgba(220, 73, 141, 0.22), transparent 55%),
		linear-gradient(rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)),
		url(/images/hf/bg.jpeg);
	background-color: #0a0a0a;
	background-size: cover, auto, cover;
	background-position: center top, center, center;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-attachment: scroll, scroll, fixed;
	min-height: 100vh;
}
#header:has(#panel.paneluid0) #logo ul.inferno-classic-toplinks {
	display: none !important;
}
#panel.paneluid0 .upper #search,
#panel.inferno-panel.paneluid0 .upper #search {
	display: none !important;
}
.inferno-panel.inferno-panel,
#panel.inferno-panel {
	max-width: 1525px;
	width: 95%;
	margin: 10px auto 0;
	border-radius: 8px;
	/* visible so toolbar dropdown panels are not clipped (was overflow:hidden) */
	overflow: visible;
	position: relative;
	z-index: 50;
	border: 1px solid #2a2a2a;
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.55);
	background: #0f0f0f;
}
/* Origin apps/web globals: .if-wrapper / .if-content-slab — same horizontal track as header panel */
body:has(#panel.inferno-panel) #content {
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 18px;
	padding-bottom: 25px;
	box-sizing: border-box;
}
#content > .wrapper {
	width: 95% !important;
	max-width: 1525px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	box-sizing: border-box !important;
}
#panel.inferno-panel .upper {
	border-radius: 8px 8px 0 0;
	border-top: 1px solid #2a2a2a;
}
#panel.inferno-panel .lower.inferno-guest-toolbar {
	border-top: 1px solid #ff2da0 !important;
	background: #141414 !important;
	border-radius: 0 0 8px 8px;
	padding: 8px 12px !important;
	max-height: none !important;
	overflow: visible !important;
}
.inferno-upper-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	padding: 10px 16px !important;
}
.inferno-guest-upper-row {
	display: flex;
	align-items: center;
	gap: 18px;
	flex: 1 1 auto;
}
.inferno-guest-upper-row a.login,
.inferno-guest-upper-row a.register {
	font-weight: 700;
	color: #f5f5f5 !important;
	font-size: 14px;
}
#panel .upper a.login:before,
#panel .upper a.register:before {
	font-family: "Font Awesome 6 Free" !important;
	font-weight: 900 !important;
}
#panel .upper a.login:before {
	color: #ff2da0 !important;
	text-shadow: 0 0 10px rgba(255, 45, 160, 0.45);
}
#panel .upper a.register:before {
	color: #9aa0a6 !important;
}
.inferno-toolbar-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}
ul.inferno-toolbar {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px 12px;
}
ul.inferno-toolbar li {
	display: inline-flex;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	align-items: center;
}
.inferno-toolbar a {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: #ff2da0 !important;
	text-decoration: none !important;
	padding: 4px 4px;
	border-radius: 4px;
}
.inferno-toolbar a:hover {
	color: #ffb3df !important;
	background: rgba(255, 45, 160, 0.08);
}
.inferno-toolbar-icon {
	font-size: 16px;
	line-height: 1;
}
.inferno-dd-caret {
	font-size: 9px;
	margin-left: 2px;
	opacity: 0.85;
}
#header #panel .lower li.inferno-toolbar-dd {
	position: relative !important;
}
.inferno-dd-trigger {
	display: inline-flex !important;
	align-items: center;
	gap: 5px;
	margin: 0;
	padding: 4px 4px;
	font: inherit;
	line-height: inherit;
	color: #ff2da0 !important;
	background: transparent !important;
	border: none !important;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: none !important;
}
.inferno-dd-trigger:hover {
	color: #ffb3df !important;
	background: rgba(255, 45, 160, 0.08) !important;
}
.inferno-toolbar-dd:focus-within > .inferno-dd-trigger {
	color: #ffb3df !important;
	background: rgba(255, 45, 160, 0.08) !important;
}
.inferno-dd-panel {
	display: none;
	position: absolute;
	left: 0;
	top: calc(100% + 4px);
	min-width: 220px;
	max-width: min(320px, 92vw);
	max-height: min(70vh, 420px);
	overflow-y: auto;
	padding: 8px 0;
	z-index: 5000;
	box-sizing: border-box;
	border-radius: 8px;
	border: 1px solid rgba(255, 45, 160, 0.35);
	background: #141418;
	box-shadow: 0 10px 32px rgba(0, 0, 0, 0.65);
	scrollbar-width: thin;
	scrollbar-color: rgba(220, 73, 141, 0.75) rgba(12, 12, 16, 0.92);
}
.inferno-dd-panel::-webkit-scrollbar {
	width: 8px;
}
.inferno-dd-panel::-webkit-scrollbar-track {
	background: rgba(10, 10, 14, 0.85);
	border-radius: 10px;
	margin: 4px 0;
}
.inferno-dd-panel::-webkit-scrollbar-thumb {
	background: linear-gradient(180deg, rgba(255, 45, 160, 0.55) 0%, rgba(130, 36, 88, 0.9) 100%);
	border-radius: 10px;
	border: 2px solid rgba(14, 14, 18, 0.95);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}
.inferno-dd-panel::-webkit-scrollbar-thumb:hover {
	background: linear-gradient(180deg, rgba(255, 120, 200, 0.75) 0%, rgba(200, 60, 140, 0.95) 100%);
}
.inferno-dd-panel::-webkit-scrollbar-corner {
	background: transparent;
}
.inferno-toolbar-dd:focus-within .inferno-dd-panel {
	display: block;
}
.inferno-dd-section {
	padding: 4px 0 8px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.inferno-dd-section:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.inferno-dd-section-title {
	padding: 6px 14px 4px;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #9aa0a6;
}
a.inferno-dd-item {
	display: block !important;
	padding: 8px 14px !important;
	font-size: 13px;
	font-weight: 600;
	color: #e8eaef !important;
	text-decoration: none !important;
	border-radius: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
a.inferno-dd-item:hover {
	color: #ffb3df !important;
	background: rgba(255, 45, 160, 0.12) !important;
}
.inferno-dd-nav {
	padding: 4px 0;
}
a.inferno-dd-item.inferno-dd-item-row {
	display: flex !important;
	align-items: center;
	gap: 12px;
	padding: 9px 14px !important;
	white-space: nowrap;
	border-radius: 0;
	font-weight: 600;
	font-size: 13px;
	color: #f5f5f5 !important;
}
a.inferno-dd-item-row .inferno-dd-item-ic {
	flex: 0 0 22px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #9aa0a6;
	font-size: 15px;
	line-height: 1;
}
a.inferno-dd-item-row:hover .inferno-dd-item-ic {
	color: #c8c8d0;
}
a.inferno-dd-item-row .inferno-dd-item-tx {
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
}
.inferno-toolbar-count {
	font-size: 11px;
	color: #ff2da0;
	font-weight: 700;
}
.inferno-toolbar-label {
	font-size: 12px;
	font-weight: 600;
	white-space: nowrap;
}
/* Member lower bar: iconize default links */
#panel:not(.paneluid0) .lower ul.panel_links a:before,
#panel:not(.paneluid0) .lower ul.user_links a:before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-right: 6px;
	color: #ff2da0;
}
#panel:not(.paneluid0) .lower ul.panel_links a.usercp:before { content: "\f013"; }
#panel:not(.paneluid0) .lower ul.panel_links a.modcp:before { content: "\f0e3"; }
#panel:not(.paneluid0) .lower ul.panel_links a.admincp:before { content: "\f505"; }
#panel:not(.paneluid0) .lower ul.user_links a[href*="buddypopup"]:before,
#panel:not(.paneluid0) .lower ul.user_links a#buddylink:before { content: "\f500"; }
#panel:not(.paneluid0) .lower ul.user_links a[href*="search.php"]:before { content: "\f002"; }
#panel:not(.paneluid0) .lower ul.user_links a[href*="private.php"]:before { content: "\f0e0"; }

/* Toolbar: #header ul.menu forces text-align:center and li{display:inline} — breaks flex */
#header #panel .lower .inferno-toolbar-wrap {
	display: flex !important;
	flex-direction: row !important;
	justify-content: space-between !important;
	align-items: center !important;
	width: 100% !important;
	box-sizing: border-box !important;
	overflow: visible !important;
}
#header #panel .lower ul.menu.inferno-toolbar,
#header #panel .lower ul.inferno-toolbar {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	text-align: left !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
}
#header #panel .lower ul.inferno-toolbar-right {
	margin-left: auto !important;
	justify-content: flex-end !important;
}
#header #panel .lower ul.menu.inferno-toolbar > li,
#header #panel .lower ul.inferno-toolbar > li {
	display: inline-flex !important;
	margin: 0 4px !important;
	position: relative !important;
}
#header #panel .lower .inferno-toolbar-wrap > br.clear {
	display: none !important;
}
/* Inferno breadcrumb — Origin apps/web .if-bc-* chevron tab path (clip-path arrows) */
.inferno-breadcrumb-bar {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0 0 16px;
	padding: 10px 10px 12px;
	background: rgba(5, 5, 5, 0.92);
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 4px;
	border-bottom: 1px solid rgba(220, 73, 141, 0.35);
}
.inferno-bc-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
}
.inferno-bc-trail {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	flex: 1 1 auto;
	min-width: 0;
	min-height: 36px;
	gap: 0;
	position: relative;
}
.inferno-bc-home {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	min-height: 36px;
	flex-shrink: 0;
	clip-path: polygon(0 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
	background: linear-gradient(180deg, rgba(220, 73, 141, 0.92), rgba(130, 36, 88, 0.92));
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0 0 12px rgba(220, 73, 141, 0.28);
	color: #fff !important;
	text-decoration: none !important;
	position: relative;
	z-index: 1;
}
.inferno-bc-home:hover {
	filter: brightness(1.08);
}
.inferno-bc-home-icon {
	color: #fff;
	font-size: 15px;
	line-height: 1;
}
.inferno-bc-chain {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	flex: 1 1 auto;
	min-width: 0;
	position: relative;
	z-index: 2;
}
.inferno-bc-chain .inferno-bc-seg {
	display: inline-flex;
	align-items: center;
	margin-left: -11px;
	padding: 8px 18px 8px 24px;
	min-height: 36px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #f5f5f5 !important;
	text-decoration: none !important;
	background: rgba(32, 32, 36, 0.96);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-left: none;
	clip-path: polygon(12px 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
	position: relative;
}
.inferno-bc-chain .inferno-bc-seg:hover {
	background: rgba(48, 48, 54, 0.98);
	color: #fff !important;
}
.inferno-bc-home:focus-visible,
.inferno-bc-chain .inferno-bc-seg:focus-visible {
	outline: 2px solid rgba(220, 73, 141, 0.85);
	outline-offset: 2px;
}
.inferno-bc-right {
	flex: 0 1 auto;
	text-align: right;
	min-width: 0;
	max-width: min(52%, 28rem);
	margin-left: auto;
}
.inferno-bc-right .active,
.inferno-bc-right .inferno-bc-page-title {
	font-size: 13px;
	font-weight: 700;
	color: #f0f0f0 !important;
	letter-spacing: 0.02em;
	text-decoration: none !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* Origin .if-hero: same bg stack behind logo band */
#header:has(.inferno-panel) #logo.inferno-logo-hero {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid rgba(220, 73, 141, 0.25);
	background:
		radial-gradient(ellipse 75% 50% at 50% 0%, rgba(220, 73, 141, 0.2), transparent 55%),
		linear-gradient(rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.62)),
		url(/images/hf/bg.jpeg);
	background-size: cover, auto, cover;
	background-position: center top, center, center;
	background-repeat: no-repeat;
	background-attachment: scroll, scroll, fixed;
}
.inferno-logo-hero-glow {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 0;
	background:
		radial-gradient(ellipse 55% 70% at 50% 40%, rgba(220, 73, 141, 0.32), transparent 62%),
		radial-gradient(ellipse 40% 50% at 50% 100%, rgba(40, 10, 30, 0.55), transparent 55%);
	opacity: 0.72;
}
.inferno-logo-hero-hit {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	pointer-events: auto;
	-webkit-user-select: none;
	user-select: none;
}
.inferno-logo-hero-inner {
	position: relative;
	z-index: 2;
	text-align: center;
	padding: 6px 10px 10px;
}
#header #logo .inferno-logo-img,
#header #logo .logo-img.inferno-logo-img {
	margin-top: 8px;
	margin-bottom: 12px;
	max-width: min(560px, 92vw);
	width: auto;
	height: auto;
	max-height: min(28vw, 200px);
	object-fit: contain;
	vertical-align: middle;
	opacity: 1;
	transition: opacity 0.25s ease;
	-webkit-user-drag: none;
	user-select: none;
}
#header #logo .inferno-logo-hero-inner a:hover .inferno-logo-img,
#header #logo .inferno-logo-hero-inner a:hover .logo-img.inferno-logo-img {
	opacity: 0.7;
}
body.inferno-index #content > .wrapper {
	position: relative;
}
.inferno-index-stage {
	position: relative;
	margin-top: 4px;
}
.inferno-index-bg-shield {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	border-radius: 6px;
	background: rgba(0, 0, 0, 0.18);
	pointer-events: auto;
	-webkit-user-select: none;
	user-select: none;
}
.inferno-index-main {
	position: relative;
	z-index: 1;
	box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.14);
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	align-items: stretch;
}
.inferno-index-main > .inferno-index-cat-tabs {
	order: 0;
	flex: 0 0 auto;
}
.inferno-index-main > .inferno-index-cat-block {
	order: 100;
}
/* Hide category tables until tab script runs (sibling selector: no :has(); works with scripts/styles after nav) */
body.inferno-index:not(.inferno-index-cats-ready) .inferno-index-main .inferno-index-cat-tabs ~ .inferno-index-cat-block {
	display: none !important;
}
#inferno-index-cat-data {
	display: none !important;
}
.inferno-index-cat-tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin: 0 0 16px;
	padding: 0;
	background: none;
	border: none;
	box-shadow: none;
	box-sizing: border-box;
}
.inferno-index-cat-tab {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	cursor: pointer;
	font: inherit;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 8px 14px;
	border-radius: 6px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(0, 0, 0, 0.42);
	color: #c8c8d0;
}
.inferno-index-cat-tab-icon {
	font-size: 14px;
	color: #ff2da0;
	opacity: 0.92;
}
.inferno-index-cat-tab.is-active .inferno-index-cat-tab-icon {
	color: #ffb3df;
}
.inferno-index-cat-tab-label {
	white-space: nowrap;
}
.inferno-index-cat-tab:hover {
	color: #ffb3df;
	border-color: rgba(255, 45, 160, 0.45);
}
.inferno-index-cat-tab:hover .inferno-index-cat-tab-icon {
	color: #ffb3df;
}
.inferno-index-cat-tab.is-active {
	color: #fff;
	border-color: rgba(220, 73, 141, 0.75);
	background: rgba(60, 20, 52, 0.55);
	box-shadow: 0 0 14px rgba(255, 45, 160, 0.2);
}
.inferno-index-cat-block.inferno-cat-hidden {
	display: none !important;
}
body.inferno-index .forum_legend {
	position: relative;
	z-index: 1;
}
/* END_INFERNO_HEADER_V2 */

/* INFERNO_FORUM_VISUAL */
table.tborder {
	border-color: #ff2da0 !important;
	background-color: rgba(255, 45, 160, 0.1) !important;
	box-shadow: 0 0 14px rgba(255, 45, 160, 0.2);
}
table.tborder > thead > tr > td.thead {
	background: linear-gradient(180deg, #5a2048 0%, #301428 100%) !important;
	border-bottom: 1px solid rgba(255, 45, 160, 0.55) !important;
	color: #fff !important;
}
table.tborder .tcat {
	background: #252525 !important;
	border-color: #333 !important;
}
table.tborder .smalltext .inferno-subforum-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2px 18px;
	margin-top: 6px;
	align-items: start;
}
table.tborder .smalltext .inferno-subforum-list .inferno-sf-item {
	display: block;
	padding: 1px 0 1px 12px;
	position: relative;
	font-size: 12px;
	line-height: 1.35;
}
table.tborder .smalltext .inferno-subforum-list .inferno-sf-item::before {
	content: "•";
	position: absolute;
	left: 0;
	color: #00e676;
	font-weight: 700;
}
table.tborder .smalltext .inferno-subforum-list .inferno-sf-item a {
	color: #7ec8ff !important;
}
table.tborder .smalltext .inferno-subforum-list .inferno-sf-item a:hover {
	color: #c9e8ff !important;
}
/* END_INFERNO_FORUM_VISUAL */

/* INFERNO_USERCP_NAV */
a.usercp_nav_item {
	display: flex !important;
	align-items: center;
	gap: 8px;
	background-image: none !important;
	padding: 4px 6px 4px 8px !important;
	line-height: 1.35;
}
a.usercp_nav_item::before {
	font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free", "Font Awesome 5 Pro" !important;
	font-weight: 900 !important;
	font-size: 14px;
	line-height: 1;
	width: 20px;
	text-align: center;
	flex-shrink: 0;
	color: #ff2da0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a.usercp_nav_item:hover::before {
	color: #ffb3df;
}
a.usercp_nav_item.usercp_nav_sub_pmfolder,
a.usercp_nav_item.usercp_nav_trash_pmfolder,
a.usercp_nav_item.usercp_nav_email,
a.usercp_nav_item.usercp_nav_password,
a.usercp_nav_item.usercp_nav_username,
a.usercp_nav_item.usercp_nav_editsig,
a.usercp_nav_item.usercp_nav_avatar {
	padding-left: 26px !important;
}
a.usercp_nav_item.usercp_nav_home::before { content: "\f015"; }
a.usercp_nav_item.usercp_nav_composepm::before { content: "\f1d8"; }
a.usercp_nav_item.usercp_nav_pmfolder::before { content: "\f07c"; }
a.usercp_nav_item.usercp_nav_sub_pmfolder::before { content: "\f07b"; font-size: 12px; }
a.usercp_nav_item.usercp_nav_trash_pmfolder::before { content: "\f2ed"; font-size: 12px; }
a.usercp_nav_item.usercp_nav_pmtracking::before { content: "\f0e1"; }
a.usercp_nav_item.usercp_nav_pmfolders::before { content: "\f01c"; }
a.usercp_nav_item.usercp_nav_profile::before { content: "\f007"; }
a.usercp_nav_item.usercp_nav_email::before { content: "\f0e0"; font-size: 13px; }
a.usercp_nav_item.usercp_nav_password::before { content: "\f084"; }
a.usercp_nav_item.usercp_nav_username::before { content: "\f4ff"; }
a.usercp_nav_item.usercp_nav_editsig::before { content: "\f573"; }
a.usercp_nav_item.usercp_nav_avatar::before { content: "\f2bd"; }
a.usercp_nav_item.usercp_nav_options::before { content: "\f013"; }
a.usercp_nav_item.usercp_nav_usergroups::before { content: "\f0c0"; }
a.usercp_nav_item.usercp_nav_editlists::before { content: "\f2b9"; }
a.usercp_nav_item.usercp_nav_attachments::before { content: "\f0c6"; }
a.usercp_nav_item.usercp_nav_drafts::before { content: "\f15c"; }
a.usercp_nav_item.usercp_nav_subscriptions::before { content: "\f02e"; }
a.usercp_nav_item.usercp_nav_fsubscriptions::before { content: "\f1ea"; }
a.usercp_nav_item.usercp_nav_viewprofile::before { content: "\f2c2"; }
/* END_INFERNO_USERCP_NAV */

/* INFERNO_MEMBER_AUTH */
body.inferno-auth-body {
	min-height: 100vh;
	background:
		radial-gradient(ellipse 120% 80% at 20% 20%, rgba(120, 40, 120, 0.35) 0%, transparent 55%),
		radial-gradient(ellipse 100% 70% at 85% 75%, rgba(255, 45, 160, 0.22) 0%, transparent 50%),
		linear-gradient(165deg, #0a060c 0%, #120810 45%, #0d0d12 100%) !important;
	background-attachment: fixed !important;
	color: #e8e8ea;
}
body.inferno-auth-body #content > .wrapper {
	max-width: 640px !important;
	width: min(100%, 640px) !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-bottom: 48px;
}
.inferno-auth-shell {
	margin-top: 8px;
}
.inferno-auth-shell-wide {
	max-width: 640px !important;
}
.inferno-auth-card {
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid rgba(255, 45, 160, 0.35);
	background: rgba(18, 12, 22, 0.82);
	box-shadow:
		0 0 0 1px rgba(0, 0, 0, 0.4),
		0 12px 40px rgba(0, 0, 0, 0.55),
		0 0 28px rgba(255, 45, 160, 0.12);
	backdrop-filter: blur(6px);
}
.inferno-auth-card-head {
	background: linear-gradient(180deg, #6b2a5a 0%, #3a1538 100%);
	border-bottom: 1px solid rgba(255, 45, 160, 0.45);
	padding: 14px 18px;
	font-size: 16px;
	letter-spacing: 0.02em;
	color: #fff !important;
}
.inferno-oauth-grid {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 18px 18px 8px;
}
.inferno-oauth-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	padding: 12px 16px;
	border-radius: 8px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #f5f5f5 !important;
	background: rgba(12, 10, 16, 0.95);
	border: 1px solid rgba(255, 45, 160, 0.55);
	box-shadow:
		0 0 14px rgba(255, 45, 160, 0.25),
		inset 0 1px 0 rgba(255, 255, 255, 0.06);
	cursor: not-allowed;
	opacity: 0.72;
}
.inferno-oauth-btn:not(:disabled) {
	cursor: pointer;
	opacity: 1;
}
.inferno-oauth-btn:not(:disabled):hover {
	border-color: #ff6ec7;
	box-shadow: 0 0 22px rgba(255, 45, 160, 0.45);
}
.inferno-oauth-btn i {
	font-size: 18px;
	color: #ffb3df;
}
.inferno-auth-divider {
	height: 1px;
	margin: 6px 18px 0;
	background: linear-gradient(90deg, transparent, rgba(255, 45, 160, 0.35), transparent);
}
.inferno-auth-inner-table {
	border: none !important;
	background: transparent !important;
	box-shadow: none !important;
	margin: 0 !important;
	width: 100% !important;
}
.inferno-auth-inner-table > tbody > tr > td {
	border-color: rgba(255, 255, 255, 0.06) !important;
	vertical-align: middle;
}
.inferno-auth-inner-table .thead {
	display: none;
}
.inferno-auth-inner-table .trow1,
.inferno-auth-inner-table .trow2 {
	background: rgba(0, 0, 0, 0.2) !important;
}
.inferno-auth-inner-table input.textbox {
	background: rgba(10, 8, 14, 0.9) !important;
	border: 1px solid rgba(255, 45, 160, 0.25) !important;
	color: #f0f0f0 !important;
	border-radius: 6px;
	padding: 8px 10px !important;
	max-width: 100%;
	box-sizing: border-box;
}
.inferno-auth-inner-table input.textbox:focus {
	border-color: #ff2da0 !important;
	box-shadow: 0 0 0 1px rgba(255, 45, 160, 0.35);
	outline: none;
}
.inferno-auth-actions {
	text-align: center;
	margin-top: 16px;
}
.inferno-auth-submit.button {
	min-width: 140px;
	padding: 10px 22px;
	border-radius: 6px;
	background: linear-gradient(180deg, #2a2a2e 0%, #141416 100%) !important;
	border: 1px solid rgba(255, 45, 160, 0.35) !important;
	color: #fff !important;
	font-weight: 700;
}
.inferno-auth-submit.button:hover {
	border-color: #ff2da0 !important;
	color: #ffb3df !important;
}
.inferno-auth-switch {
	text-align: center;
	margin: 14px 0 0;
	font-size: 13px;
	color: #b8b8c0;
}
.inferno-auth-switch a {
	color: #ff8fd8 !important;
	font-weight: 700;
	text-decoration: none !important;
}
.inferno-auth-switch a:hover {
	color: #fff !important;
	text-decoration: underline !important;
}
.inferno-auth-switch-muted {
	color: #8a8a94;
	margin-right: 4px;
}
.inferno-auth-activation-hint {
	text-align: center;
	margin: 10px 0 0;
	font-size: 12px;
	line-height: 1.45;
}
.inferno-auth-activation-hint a {
	color: #ff8fd8 !important;
	font-weight: 600;
	text-decoration: none !important;
}
.inferno-auth-activation-hint a:hover {
	color: #fff !important;
	text-decoration: underline !important;
}
.inferno-activation-banner {
	width: 95%;
	max-width: 1525px;
	margin: 14px auto 0;
	padding: 12px 18px;
	box-sizing: border-box;
	border-radius: 8px;
	border: 1px solid rgba(255, 45, 160, 0.45);
	background: rgba(32, 10, 28, 0.95);
	color: #e8eaef;
	font-size: 14px;
	line-height: 1.5;
}
.inferno-activation-banner a {
	color: #ff8fd8 !important;
	font-weight: 700;
	text-decoration: none !important;
}
.inferno-activation-banner a:hover {
	color: #fff !important;
	text-decoration: underline !important;
}
body.inferno-auth-resend .inferno-resend-table {
	margin-top: 0 !important;
}
body.inferno-auth-resend .inferno-resend-actions {
	margin-top: 14px;
	text-align: center;
}
.inferno-resend-email-note {
	font-size: 13px;
	line-height: 1.5;
	color: #e8eaef !important;
}
.inferno-resend-email-note strong {
	color: #ffb3df;
	font-weight: 700;
}
.inferno-auth-gauth-input {
	max-width: 220px;
	width: 168px;
}
label.inferno-remember {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	cursor: pointer;
	padding: 12px 20px;
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.35);
	border: 1px solid rgba(255, 45, 160, 0.3);
	color: #f0f0f0 !important;
	font-weight: 600;
	margin: 0 auto;
}
label.inferno-remember:has(input:checked) {
	border-color: rgba(255, 45, 160, 0.72);
	box-shadow: 0 0 18px rgba(255, 45, 160, 0.22);
}
label.inferno-remember .inferno-remember-input {
	width: 22px;
	height: 22px;
	margin: 0;
	flex-shrink: 0;
	accent-color: #ff2da0;
	cursor: pointer;
	border-radius: 4px;
}
body.inferno-auth-body-register .inferno-auth-inner-table > tbody > tr > td.inferno-auth-register-cell {
	width: 100%;
	vertical-align: top;
}
body.inferno-auth-body-register fieldset.trow2 {
	border: 1px solid rgba(255, 45, 160, 0.2) !important;
	background: rgba(0, 0, 0, 0.15) !important;
	border-radius: 8px;
}
body.inferno-auth-body-register fieldset.trow2 legend {
	color: #ffb3df !important;
}
/* Registration rules agreement (Origin .if-reg-shell body) */
body.inferno-reg-agreement .inferno-agreement-table {
	margin-top: 0 !important;
}
/* Readable body copy: neutral panel (avoids INFERNO_FORUM_VISUAL pink tborder wash) */
body.inferno-reg-agreement table.inferno-agreement-table.tborder {
	background-color: rgba(6, 5, 10, 0.94) !important;
	border-color: rgba(255, 45, 160, 0.38) !important;
	box-shadow:
		0 0 0 1px rgba(0, 0, 0, 0.5),
		0 8px 28px rgba(0, 0, 0, 0.45) !important;
}
body.inferno-reg-agreement td.inferno-agreement-text.trow1 {
	background: rgba(0, 0, 0, 0.45) !important;
	padding: 18px 22px !important;
}
body.inferno-reg-agreement .inferno-agreement-text {
	color: #e8eaef !important;
	font-size: 14px;
	line-height: 1.65;
}
body.inferno-reg-agreement .inferno-agreement-text p {
	margin: 0.65em 0;
	color: #e8eaef !important;
}
body.inferno-reg-agreement .inferno-agreement-text strong {
	color: #ffffff !important;
	font-weight: 700;
}
body.inferno-reg-agreement .inferno-agreement-table .tcat {
	background: rgba(0, 0, 0, 0.35) !important;
	color: #ffb3df !important;
	border-color: rgba(220, 73, 141, 0.35) !important;
}
body.inferno-reg-agreement .inferno-agreement-actions {
	margin-top: 4px;
	padding-top: 4px;
	text-align: center;
}
body.inferno-reg-agreement .inferno-agreement-submit.button,
body.inferno-reg-agreement .inferno-agreement-submit.inferno-auth-submit {
	min-width: 200px;
	padding: 12px 28px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	border-radius: 8px;
	background: linear-gradient(180deg, #5a2048 0%, #3a1538 55%, #2a1028 100%) !important;
	border: 1px solid rgba(220, 73, 141, 0.65) !important;
	color: #fff !important;
	box-shadow:
		0 0 18px rgba(220, 73, 141, 0.35),
		inset 0 1px 0 rgba(255, 255, 255, 0.08);
	cursor: pointer;
}
body.inferno-reg-agreement .inferno-agreement-submit:hover {
	border-color: #ff8fd8 !important;
	color: #fff !important;
	box-shadow: 0 0 24px rgba(220, 73, 141, 0.5);
}
/* END_INFERNO_MEMBER_AUTH */