
.tborder_none {
    border-top: none;
}

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

.forum_on {
    color: #ff6a4a;
}

.forum_off {
    color: #a7aebf;
}

.forum_offlink i:before {
    content: "\f0c1";
    font-weight: 900;
}

.forum_offclose i:before {
    content: "\f023";
    font-weight: 900;
}

.scaleimages img {
    max-width: 400px;
    -webkit-transition: all 0.4s cubic-bezier(0.4,0,1,1);
    transition: all 0.4s cubic-bezier(0.4,0,1,1);
}

.scaleimages img:hover {
    max-width: 100%;
}

.subforumicon {
	height: 6px;
	width: 6px;
	display: inline-block;
	border-radius: 100%;
	margin: 0 10px 0 0;
	position: relative;
}

.subforumicon:after {
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid #45302c;
    position: absolute;
    border-radius: 100%;
    left: -4px;
    top: -4px;
}

.subforum_minion {
	background: #ff6a4a;
}

.subforum_minioff {
	background: #ff6a4a;
	opacity: .7;
}

.subforum_minioffclose {
	background: #f32f2f;
	opacity: .7;
}

.subforum_miniofflink {
	background: #5bb13f;
	opacity: .7;
}

.subforum_minioffclose:after {
    border-color: #942929;
}

.subforum_miniofflink:after {
    border-color: #568e44;
}

table {
	font-size: 12px;
}

.tborder {
	background: #1b1f27;
	width: 100%;
	margin: auto auto;
	border: 1px solid #252a35;
}

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

.thead {
	background: #161a23 url(../../../images/ponifex/thead.png);
	color: #a7aebf;
	border-bottom: 1px solid #252a35;
	padding: 15px;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 700;
}

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

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

.thead a:hover,
.thead a:active {
	color: #ff6a4a;
	text-decoration: none;
}

.tcat {
	background: #1b1f27;
	padding: 6px;
	font-size: 12px;
	border-bottom: 1px solid #1d2330;
}

.tcat a:link {
	color: #a7aebf;
}

.tcat a:visited {
	color: #a7aebf;
}

.tcat a:hover,
.tcat a:active {
	color: #ff6a4a;
}

.trow1,.trow2 {
	background: #1b1f27;
	border-bottom: 1px solid #252a35;
}

.trow_shaded {
	background: #4c2f32;
	border-bottom: 1px solid #252a35;
}

.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: #4e2b2b;
	border-bottom: 1px solid #252a35;
}

.trow_selected,
tr.trow_selected td {
	background: #181b21;
	color: #b5b5b5;
	border-right-color: #181b21;
	border-bottom-color: #181b21;
}

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

.trow_sep {
	background: #161a23;
	color: #bfbfbf;
	border-bottom: 1px solid #252a35;
	padding: 8px;
	font-size: 12px;
	font-weight: bold;
}

.tfoot {
	padding: 8px;
	background: #161a23;
	color: #666;
}

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

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

.tfoot a:hover,
.tfoot a:active {
	color: #d05940;
	text-decoration: underline;
	text-decoration: none;
}

.thead input.textbox,
.thead select {
	border: 1px solid #263c30;
}

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

.smalltext {
	font-size: 11px;
}

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

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

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

fieldset.align_right {
	text-align: right;
}

input.textbox {
	background: #14171d;
	color: #a2a9b9;
	border: 0;
	outline: 0;
	font-size: 13px;
	font-family: inherit;
	padding: 8px;
	border-radius: 4px;
}

input.textbox.portal_search {
    width: 68%;
}

textarea {
	background: #171a21;
	color: #c1c1c1;
	border: 1px solid #252525;
	padding: 2px;
	line-height: 1.4;
	outline: 0;
	font-family: inherit;
	font-size: 13px;
}

select {
	background: #14171d;
	padding: 8px;
	border-radius: 4px;
	border: 0;
	outline: 0;
	font-family: inherit;
	font-size: 12px;
	color: #a3a3a3;
}

button,
input.button {
	background: #fefd0c;
	color: #000000;
	padding: 6px 10px;
	cursor: pointer;
	border: 0;
	outline: 0;
	border-radius: 4px;
	
	font-family: inherit;
	font-size: 13px;
}

button:hover,
input.button:hover {
	border-color: #aaa;
	background: #9e4735;
	transition: all 800ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
}

.far-button {
	font-family: "Font Awesome 5 Free" !important;
	font-weight: 400 !important;
}

.fas-button {
	font-family: "Font Awesome 5 Free" !important;
	font-weight: 900 !important;
}

button:hover a {
    color: #fff;
}

.button.button-blue {
    border-color: #277dcf;
    background: #277dcf;
    color: #fff !important;
}

.button.button-blue:hover {
    border-color: #328adf;
    background: #328adf;
}

.button.button-green {
    border-color: #2bd768;
    background: #2bd768;
    color: #fff !important;
}

.button.button-green:hover {
    border-color: #27c45f;
    background: #27c45f;
}

.button-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: visible;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

.button-effect:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: inherit;
    border-radius: inherit;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    z-index: -1;
}

@-webkit-keyframes pulse-animation{
    0%{
opacity:1;-webkit-transform:scale(1);transform:scale(1)
}

50%{
opacity:0;-webkit-transform:scale(1.5);transform:scale(1.5)
}

100%{
opacity:0;-webkit-transform:scale(1.5);transform:scale(1.5)
}


}

@keyframes pulse-animation{
    0%{
opacity:1;-webkit-transform:scale(1);transform:scale(1)
}

50%{
opacity:0;-webkit-transform:scale(1.5);transform:scale(1.5)
}

100%{
opacity:0;-webkit-transform:scale(1.5);transform:scale(1.5)
}


}

ul.mycode_list li {
    list-style-type: disc;
}

ul.mycode_list {
    margin-left: 20px;
}

ol.mycode_list {
    margin-left: 15px;
}

ol.mycode_list li {
    list-style-type: decimal;
}

form {
	margin: 0;
	padding: 0;
}

input.error, textarea.error, select.error {
	border: 1px solid #f30;
	color: #f30;
}

input.valid, textarea.valid, select.valid {
	border: 1px solid #0c0;
}

label.error {
	color: #f30;
	margin: 5px;
	padding: 0px;
	display: block;
	font-weight: 500;
	font-size: 11px;
}

form #message {
	width: 500px;
}

.editor {
	background: #0d131c;
	border: 1px solid #0d131c;
}

.editor_control_bar {
	background: #0d131c;
	border: 1px solid #0d131c;
}

.post .editor_control_bar {
	background: #0d131c;
}

.popup_menu {
	background: #1b1f27;
	margin-top: 10px;
	z-index: 100;
	border-top: 3px solid #fefd0c;
	border-radius: 4px;
	min-width: 150px;
	box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, .50);
}

.popup_menu a {
    border-bottom: 1px solid #212631;
    padding: 10px 14px;
    text-align: left;
    position: relative;
    display: block;
}

.popup_menu a:last-child {
    border-radius: 0 0 4px 4px;
}

.popup_menu a:before {
    content: "\f105";
    position: absolute;
    right: 0;
    transition: all .3s ease-in-out;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    visibility: hidden;
    opacity: 0;
}

.popup_menu a:hover:before {
    right: 12px;
    visibility: visible;
    opacity: 1;
}

.popup_menu .popup_item:hover {
	/* background: #0072BC; */
	/* color: #fff; */
}

.trow_reputation_positive:after {
	background: #316931 !important;
}

.trow_reputation_negative:after {
	background: #862929 !important;
}

.reputation_positive {
	color: #a9eca9;
}

.reputation_neutral {
	color: #fff;
}

.reputation_negative {
	color: red;
}

.repbox {
	font-size: 13px;
	font-weight: bold;
}

._neutral {
	color: #999999;
}

._minus {
	color: #CB0200;
}

._plus {
	color: #008800;
}

img {
	border: none;
}

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

hr {
	background-color: #000000;
	color: #000000;
	height: 1px;
	border: 0px;
}

.clear {
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

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

.hiddenrow {
	display: none;
}

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

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

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

blockquote {
	margin: 0;
	background: #161a23;
	border: 1px solid #252a37;
	padding: 10px;
	border-radius: 4px;
	border-left: 3px solid rgba(255, 106, 74, .50);
	font-size: 13px;
}

blockquote cite {
	font-style: normal;
	display: block;
	padding-bottom: 3px;
	font-weight: 500;
	margin: -10px -10px 10px -10px;
	background: #1b202c;
	padding: 7px;
	border-radius: 4px 4px 0 0;
	color: #ff6a4a;
	font-size: 12px;
}

blockquote cite > span {
	float: right;
	font-weight: normal;
	font-size: 12px;
	color: #666;
}

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

.codeblock.phpcodeblock {
    border-left: 3px solid rgba(74, 202, 255, .50);
}

.codeblock.phpcodeblock .title {
    color: #337596;
}

.codeblock {
	background: #161a23;
	border: 1px solid #252a37;
	padding: 10px;
	border-radius: 4px;
	border-left: 3px solid rgba(117, 255, 74, .50);
	font-size: 13px;
}

.codeblock .title {
	font-weight: 500;
	margin: -10px -10px 10px -10px;
	background: #1b202c;
	padding: 7px;
	border-radius: 4px 4px 0 0;
	color: #468d37;
	font-size: 12px;
}

.codeblock code {
	overflow: auto;
	height: auto;
	max-height: 200px;
	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: 0px;
	font-size: 1px;
	list-style-type: none;
}

.popup_menu .popup_item_container {
	display: block;
	float: none!important;
	margin: 0!important;
	line-height: 25px;
	white-space: nowrap;
	text-align: left!important;
	padding: 6px 15px;
}

.popup_item_container:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.popup_menu a.popup_item:hover {
	text-decoration: none;
	color: #fff !important;
}

.subject_new {
	font-weight: 600;
}

.highlight {
	background: #FFFFCC;
	padding-top: 3px;
	padding-bottom: 3px;
}

.pm_alert {
	background: #FFF6BF;
	border: 1px solid #FFD324;
	text-align: center;
	padding: 5px 20px;
	margin-bottom: 15px;
	font-size: 11px;
}

.red_alert {
	background: #FBE3E4;
	border: 1px solid #A5161A;
	color: #A5161A;
	text-align: center;
	padding: 5px 20px;
	margin-bottom: 15px;
	font-size: 11px;
	word-wrap: break-word;
}

.red_alert a:link,
.red_alert a:visited,
.red_alert a:hover,
.red_alert a:active {
	color: #A5161A;
}

.high_warning {
	color: #CC0000;
}

.moderate_warning {
	color: #F3611B;
}

.low_warning {
	color: #AE5700;
}

.imminent_banned {
	color: #880000;
}

.high_banned {
	color: #FF0000;
}

.moderate_banned {
	color: #FF6600;
}

.low_banned {
	color: #008000;
}

.online {
	color: #15A018;
}

.offline {
	color: #C7C7C7;
}

div.error {
	padding: 5px 10px;
	border: 2px solid #FFD324;
	background: #FFF6BF;
	font-size: 12px;
}

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

div.error p em {
	font-style: normal;
	font-weight: bold;
	padding-left: 24px;
	display: block;
	color: #C00;
	background: url(../../../images/error.png) no-repeat 0;
}

div.error ul {
	margin-left: 24px;
}

.pagination {
	font-size: 12px;
	margin-bottom: 5px;
	border: 1px solid #1d2330;
	background: #161a23;
	overflow: hidden;
	padding: 8px 5px;
	border-radius: 4px;
	margin: 5px 0;
}

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

.pagination .pages {
	font-weight: bold;
	display: none;
}

.pagination .pagination_current,
.pagination a {
	padding: 6px 8px;
	border-radius: 3px;
	font-weight: bold;
}

.pagination a {
	background: transparent;
	border: 0;
}

.pagination .pagination_current {
	background: #ff6a4a;
	color: #fff;
}

.pagination a:hover {
	color: #ff6a4a;
	text-decoration: none;
}

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

.drop_go_page {
	background: #1b1f27;
	padding: 8px;
}

.pagination_breadcrumb {
	margin-top: 5px;
	font-weight: normal;
	padding: 10px;
}

.pagination_breadcrumb_link {
	vertical-align: middle;
	cursor: pointer;
}

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

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

.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: 7px;
}

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

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

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

.ignored_post {
	border-top: 3px solid #0d1116;
	padding: 15px;
}

.ignored_post .show_ignored_post {
	margin-top: -15px;
}

.deleted_post_hidden {
	border-top: 2px solid #0d1116;
	padding: 15px;
}

.deleted_post_collapsed {
	border-top: 3px solid #333;
	padding: 15px;
}

.deleted_post_collapsed .show_deleted_post {
	margin-top: -15px;
}

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

a.button:link, a.button:visited, a.button:active {
	background: #161a23;
	color: #ff0000;
	display: inline-block;
	padding: 6px 8px;
	margin: 2px 2px 2px 2px;
	border: 1px solid #1d2330;
	text-transform: uppercase;
	border-radius: 4px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	outline: 0!important;
	padding-left: 2.5em;
	visibility: visible;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	
	font-size: 13px;
	font-weight: normal;
}

a.button span:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 100%;
    line-height: 32px;
    text-align: center;
}

a.button:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0%;
    height: 100%;
    background-color: #ff6a4a;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
}

a.button:hover:after {
    width: 100%;
}

a.button:hover {
    color: #fff;
}

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

a.button span:before {
	margin-right: 5px;
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

a.button.new_thread_button span:before {
	content: "\f303";
}

a.button.new_reply_button span:before {
	content: "\f3e5";
}

a.button.closed_button span:before {
	content: "\f3e5";
}

a.button.rate_user_button span:before {
	content: "\f164";
}

a.button.add_buddy_button span:before {
	content: "\f3e5";
}

a.button.remove_buddy_button span:before {
	content: "\f3e5";
}

a.button.add_ignore_button span:before {
	content: "\f3e5";
}

a.button.remove_ignore_button span:before {
	content: "\f3e5";
}

a.button.report_user_button span:before {
	content: "\f3e5";
}

.quick_jump {
	background: url(../../../images/jump.png) no-repeat 0;
	width: 13px;
	height: 13px;
	padding-left: 13px; /* amount of padding needed for image to fully show */
	margin-top: -3px;
	border: none;
}

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

/** jGrowl Start **/

/** Special IE6 Style Positioning **/
.ie6 {
	position: absolute;
}

.ie6.top-right {
	right: auto;
	bottom: auto;
	left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.top-left {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.bottom-right {
	left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.bottom-left {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.center {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	width: 100%;
}

/** jGrowl Styling **/
.jGrowl {
	z-index: 9999;
	color: #ffffff;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: fixed;
}

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

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

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

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

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

/** Cross Browser Styling **/

.jGrowl.center .jGrowl-notification,
.jGrowl.center .jGrowl-closer {
	margin-left: auto;
	margin-right: auto;
}

.jGrowl-notification {
	background-color: transparent;
	opacity: 0.9;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
	zoom: 1;
	width: 250px;
	padding: 10px;
	margin: 10px;
	text-align: left;
	display: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	word-break: break-all;
}

.jGrowl .jGrowl-notification {
	min-height: 40px;
}

.jGrowl-notification .ui-state-highlight,
.jGrowl-notification .ui-widget-content .ui-state-highlight,
.jGrowl-notification .ui-widget-header .ui-state-highlight {
	border: 1px solid #000;
	background: #000;
	color: #fff;
}

.jGrowl-notification .jGrowl-header {
	font-weight: bold;
	font-size: .85em;
}

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

.jGrowl-closer {
	background-color: #000000;
	opacity: 0.9;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
	zoom: 1;
	width: 250px;
	padding: 10px;
	margin: 10px;
	text-align: left;
	display: none;
	border-radius: 5px;
	word-break: break-all;
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: pointer;
	font-size: .9em;
	font-weight: bold;
	text-align: center;
}

.jGrowl-closer .ui-state-highlight,
.jGrowl-closer .ui-widget-content .ui-state-highlight,
.jGrowl-closer .ui-widget-header .ui-state-highlight {
	border: 1px solid #000;
	background: #000;
	color: #fff;
}

.jGrowl .jGrowl-notification.jgrowl_success {
    background: lightgreen;
    border: 1px solid lightgreen;
    color: #333;
}

.jGrowl .jGrowl-notification.jgrowl_error {
    background: red;
    border: 1px solid red;
    color: #333;
}

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

/** Hide jGrowl when printing **/
@media print {
	.jGrowl {
		display: none;
}


}

/** jGrowl End **/

/** Modal Start **/

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

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

.blocker.behind {
	background-color: transparent;
}

.modal {
	width: 400px;
	text-align: left;
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-o-box-shadow: 0 0 10px #000;
	-ms-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
}

.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;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}

/** Modal End **/

/** Impromptu Start **/

/*! jQuery-Impromptu - v6.2.3 - 2016-04-23
* http://trentrichardson.com/Impromptu
* Copyright (c) 2016 Trent Richardson; Licensed MIT */

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

iframe.jqifade{
	display:block;
	z-index:-1;
}

div.jqi{
	width: 400px;
	max-width:90%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	position: absolute;
	background-color: #ffffff;
	font-size: 11px;
	text-align: left;
	border: solid 1px #eeeeee;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 7px;
}

div.jqi .jqicontainer{
}

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

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

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

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

div.jqi .jqibuttonshide{
	display: none;
}

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

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

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

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

div.jqi .jqibuttons button[disabled]{
	color: #aaa;
}

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

/* sub states */
div.jqi .jqiparentstate::after{
	background-color: #777;
	opacity: 0.6;
	filter: alpha(opacity=60);
	content: '';
	position: absolute;
	top:0;left:0;bottom:0;right:0;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

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

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

/* arrows for tooltips/tours */
.jqi .jqiarrow{
 position: absolute; height: 0; width:0; line-height: 0; font-size: 0; border: solid 10px transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

/** Impromptu End */

#lisans {
    background: #000;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 2em;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    line-height: 2em;
}

/*** REP TABLOSU **/
#reputation_statistic .reputation_positive, 
#reputation_statistic .reputation_neutral, 
#reputation_statistic .reputation_negative {
position: relative;
}

#reputation_statistic .reputation_positive img, 
#reputation_statistic .reputation_neutral img, 
#reputation_statistic .reputation_negative img {
    display: none !important;
}

#reputation_statistic .reputation_positive:before, 
#reputation_statistic .reputation_neutral:before, 
#reputation_statistic .reputation_negative:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translate(-50% , -50%);
}

#reputation_statistic .reputation_positive:before {
    content: "\f055";
}

#reputation_statistic .reputation_neutral:before {
    content: "\f05a";
}

#reputation_statistic .reputation_negative:before {
    content: "\f056";
}

.reputation_form {
    padding: 1em;
    margin: 1.4em 0;
    border-radius: 0.25rem;
    background: #1b1f27;
}

.reputation_form > form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.reputation_form > form > select {
    margin-right: 0.75rem;
}

.rep_username {
    margin-bottom: 0.25rem;
    font-size: 14px;
}

.rep_usertitle {
    font-size: 11px;
    color: #848484;
}

.reputation_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1em 1em;
    border-radius: 0.25rem;
    margin: 0.5rem;
    position: relative;
    border: 1px solid #161a23;
    background: #161a23;
}

.reputation_list {
    padding: .25em 1.5em .25em 3.5em;
    position: relative;
    overflow: hidden;
}

.reputation_avatar {
    width: 45px;
    height: 45px;
    overflow: hidden;
}

.reputation_avatar img {
    width: 45px;
    height: 45px;
    border-radius: 999em;
}

.reputation_wrap:before {
    background: #161a23;
    border-radius: 2px;
    bottom: -27px;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    content: "";
    height: 100%;
    left: -32px;
    position: absolute;
    width: 3px;
}

.reputation_wrap:after {
    background: #161a23;
    border: 2px solid #161a23;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    content: "";
    height: 15px;
    left: -40px;
    position: absolute;
    top: 10px;
    width: 15px;
}

.reputation_avatar:before {
    border-right: 10px solid #161a23;
    border-style: solid;
    border-width: 10px;
    color: rgba(0,0,0,0);
    content: "";
    display: block;
    height: 0;
    position: absolute;
    left: -20px;
    top: 12px;
    width: 0;
}

.reputation_avatar:after {
    border-right: 10px solid #161a23;
    border-style: solid;
    border-width: 10px;
    color: rgba(0,0,0,0);
    content: "";
    display: block;
    height: 0;
    position: absolute;
    left: -18px;
    top: 12px;
    width: 0;
}

.reputation_main {
    flex: 1;
    max-width: 100%;
    margin-left: 1rem;
}

.reputation_vote {
    line-height: 18px;
    font-size: 11px;
}

.reputation_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@keyframes rep-pulse {
  0% {
    box-shadow: 0 0 0 0 rgb(69, 188, 67);
}

70% {
    box-shadow: 0 0 0 8px rgba(63, 77, 184, 0);
}

100% {
    box-shadow: 0 0 0 0 rgba(63, 77, 184, 0);
}


}

@media screen and (max-width: 800px) {
	.reputation_form > form {
		display: block;
}


}

@media screen and (max-width: 800px) {
	.reputation_wrap:before {
		display: none;
}

.reputation_avatar_wrap {
}

.reputation_avatar {
		display: none;
}

.reputation_wrap:after {
		display: none;
}

.reputation_list {
		padding: .5em;
}

.reputation_wrap {
		margin: 0 0 .5em 0;
}

.reputation_main {
		margin: 0;
}


}

/** NEW POST **/
.new_post .input_flex {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    padding: .5rem;
}

.newpost_subject {
    flex-grow: 1;
}

.input_flex select + .newpost_subject {
    margin-left: 1em;
}

.newpost_subject .textbox {
    width: 100%;
}

.newpost {
    display: flex;
    justify-content: space-between;
}

.newpost_left {
    width: calc(100% - 260px);
}

.newpost_right {
    width: 260px;
}

.newpost .trow1, .newpost .trow2 {
    padding: .5rem;
}

.newpost_button {
    margin: 1em 0;
    text-align: center;
}

.newpost_label li:not(.tcat) {
    margin: .5rem;
    line-height: 1.4em;
}

.newpost_label li input[type="checkbox"], .newpost_label li input[type="radio"] {
    margin-right: .5rem;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#smilieinsert_slider {
    display: flex;
    flex-flow: row wrap;
    border-bottom: 1px solid #141d28;
    padding: 0 .5rem;
}

.swiper-wrapper {
    padding: .5em 2em;
    display: flex;
    align-items: center;
    justify-content: start;
}

.swiper-button-prev, 
.swiper-button-next {
    background-image: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0d131c;
    border-radius: 3px;
    font-size: 17px;
    color: rgba(255, 255, 255, 0.53);
    transition: all .35s;
    position: absolute;
}

.forum_list:hover .swiper-button-prev, 
.forum_list:hover .swiper-button-next {
    opacity: 1;
}

.swiper-button-prev:hover, 
.swiper-button-next:hover {
    color: rgb(255, 255, 255);
}

.swiper-button-prev:after, 
.swiper-button-next:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #e25c42;
    width: 100%;
    border-radius: 100%;
    height: 100%;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transition: .4s all;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
}

.swiper-button-prev:hover:after, 
.swiper-button-next:hover:after {
    border-radius: 3px;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}

.swiper-button-prev {
    left: 0 !important;
    right: auto !important;
}

.swiper-button-next {
    right: 0 !important;
    left: auto !important;
}

.posticons_label {
	white-space: nowrap;
}

.posticons-icon {
    display: inline-block;
    color: #f1f1f1;
    text-align: center;
}

.posticons-icon i {
    display: inline-block;
    line-height: 10px;
    font-size:15px;
    font-family:"Font Awesome 5 Free";
    font-weight: 900;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
}

.posticons-icon i {
 animation: blowUp .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
}

@keyframes blowUp {
 0% {
   transform:scale(0);
}

100% {
   transform:scale(1);
}


}

.posticons-icon_1 i:before {
    content: "\f188";
    color: green;
}

.posticons-icon_2 i:before {
    content: "\f06a";
    color: #a03b39;
}

.posticons-icon_3 i:before {
    content: "\f059";
    color: #323c8c;
}

.posticons-icon_4 i:before {
    content: "\f118";
    color: #3898a5
}

.posticons-icon_5 i:before {
    content: "\f57a";
    color: #8ca538
}

.posticons-icon_6 i:before {
    content: "\f598";
    color: #61ad10;
}

.posticons-icon_7 i:before {
    content: "\f0f3";
    color: #fddc00
}

.posticons-icon_8 i:before {
    content: "\f58b";
    color: #e44b00
}

.posticons-icon_9 i:before {
    content: "\f557";
    color: #18a5a1;
}

.posticons-icon_10 i:before {
    content: "\f004";
    color: #d17877;
}

.posticons-icon_11 i:before {
    content: "\f05a";
    color: #3c649e;
}

.posticons-icon_12 i:before {
    content: "\f0eb";
    color: #dbbc20;
}

.posticons-icon_13 i:before {
    content: "\f001";
    color: #207adb;
}

.posticons-icon_14 i:before {
    content: "\f03e";
    color: #328c87;
}

.posticons-icon_15 i:before {
    content: "\f743";
    color: #828cd6;
}

.posticons-icon_16 i:before {
    content: "\f5c2";
    color: #38a553;
}

.posticons-icon_17 i:before {
    content: "\f005";
    color: #ccc47c;
}

.posticons-icon_18 i:before {
    content: "\f165";
    color: #65c6b9;
}

.posticons-icon_19 i:before {
    content: "\f164";
    color: #658fc6;
}

.posticons-icon_20 i:before {
    content: "\f03d";
    color: #e886dc;
}

.posticons {
    padding: .5rem;
}

@media screen and (max-width: 800px) {
	
	.newpost {
		display: block;
}

.newpost_left {
		width: 100%;
}

.newpost_right {
		width: 100%;
		margin-top: 1em;
}


}

/*** showteam ***/
.group_lists {
    border-radius: .25rem;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    padding: 1em;
    border: 1px solid #252a35;
    background: #1b1f27;
}

.group_list_row {
    padding: 1em;
    overflow: hidden;
    margin: 0.3rem 0;
    vertical-align: top;
    text-align: left;
    border-radius: .25rem;
    flex: 0 0 calc(50% - 0.6em);
    background: #161a21;
    border: 1px solid #14191f;
}

.group_list_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-flow: row wrap;
}

.group_title {
    display: none;
}

.group_list_avatar {
    flex: 0 0 7em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
}

.group_list_main {
    flex: 1;
    padding: 0 .5rem;
}

.group_list_main dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 .25rem 0;
}

.group_list_main dl dt {
    margin-right: .5rem;
}

.group_list_button > a {
    margin: 0 0 0 .25rem;
    font-family: inherit;
    outline: none;
    overflow: visible;
    font: inherit;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: .3s ease-in-out;
    transition-property: color,background-color,border-color;
    color: #fff;
    border: none;
    background: #272c36;
    cursor: pointer;
    font-weight: 500;
    border-radius: .25rem;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.group_list_button {
    text-align: left;
    margin-top: .5rem;
    display: inline-flex;
}

.group_list_button > a:hover {
    border-color: #ff684a;
    background: #ff684a;
    color: #fff !important;
}

.group_list_avatar > img {
    width: 6em;
    height: 6em;
    border-radius: .25rem;
}

.group_list_avatar > i {
    position: absolute;
    left: 6px;
    top: -5px;
    border: 3px solid #fff;
    border-radius: 99em;
}

.group_list_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.group_list_title {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: .75rem;
    text-align: left;
    font-size: 14px;
}

.group_list_button > a:hover > i {
    transition: .6s;
    transform: rotateY(360deg);
    color: #fff;
}

.group_lists .group_list_col:not(:last-child) {
    margin-bottom: 1.5em;
}

@media screen and (max-width: 800px) {
    .group_list_col {
        display: block;
}


}

@media screen and (max-width: 500px) {
    .group_list_avatar {
        display: none;
}

.group_list_row {
        display: block;
        padding: .5rem;
}

.group_list_button > a {
        width: 100%;
}

.group_list_button {
        width: 100%;
}

.group_list_main dl {
        font-size: 11px;
}


}

/** stats page **/
.stats_page {
    border-radius: .25rem;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    padding: 1em;
    background: #1b1f27;
    border: 1px solid #252a37;
}

.stats_page_chart {
    width: 100%;
    position: relative;
    margin-bottom: 1.5em;
    overflow: hidden;
}

.stats_page_block {
    display: flex;
    align-items: flex-start;
    flex-flow: row wrap;
}

.stats_page_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-flow: row wrap;
    margin-bottom: 1em;
}

.stats_page_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
    flex: 1 1;
}

.stats_page_col {
    padding: 1em;
    overflow: hidden;
    margin: 0 .35rem 0 0;
    vertical-align: top;
    text-align: left;
    border-radius: .25rem;
    background: #1f242c;
    border: 1px solid #252a37;
}

.stats_page_row .stats_page_col:last-child {
    margin: 0;
}

.stats_page_col > span {
    font-size: 24px;
    color: #fff;
}

.stats_page_col > em {
    font-size: 12px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.stats_page_popular {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-flow: row wrap;
}

.stats_page_popular_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex: 0 0 calc(50% - 0.6em);
    flex-direction: column;
    border-radius: .25rem;
    background: #1f242c;
    border: 1px solid #252a37;
}

.stats_page_popular_title {
    padding: 1em;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    background: #282d36;
    color: #fff;
    border-radius: .25rem .25rem 0 0;
    width: 100%;
}

.stats_page_popular_row {
    width: 100%;
    padding: .5rem .85rem;
    border-bottom: 1px solid #252a37;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.stats_page_popular_row:last-child {
    border: 0;
}

.line-chart {
    animation: fadeIn 600ms cubic-bezier(.57,.25,.65,1) 1 forwards;
    max-width: 100%;
    width: 100%;
    margin: auto;
}

.aspect-ratio {
    height: auto;
    padding-bottom: 0%;
    width: 100%;
}

@media screen and (max-width: 800px) {
    .stats_page_row {
        display: block;
        margin: 0 0 .35rem 0;
}

.stats_page_col {
        margin: 0 0 .35rem 0;
}

.stats_page_popular {
        display: block;
}

.stats_page_popular_col {
        margin: .85rem 0 0 0;
}


}

/** register form **/
.register_form .flex_col_right {
    position: relative;
}

.register_form .flex_col_right > i {
    position: absolute;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #141d28;
    top: 0;
}

.register_form .flex_col_right input.textbox {
    padding-left: 44px;
}

input.error ~ i {
    border-color: #f30 !important;
}

.register_form p {
    margin: .5rem 0 0 0;
}

@media screen and (max-width: 800px) {
	.tab_mob_hide {
    display: none;
}


}

@media screen and (max-width: 500px) {
	.mob_hide {
    display: none;
}


}

/** profile **/
.profile_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 1.5em;
    border-radius: 0.75rem;
    background-image: url(../../../../../images/ponifex/member_back.png);
    background-size: auto;
    border: 1px solid #1d212b;
    box-shadow: inset 0px 0px 20px 2px black;
    height: 235px;
    padding: 0.5rem;
}

.profile_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    border-radius: .5rem .5rem 0 0;
    padding: .5rem;
}

.profile_member_statistic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    border-radius: 0 0 .5rem .5rem;
    border: 1px solid #1d212b;
    background: #171c24;
    height: 64px;
}

.profile_statistic {
    flex: 1;
    padding-left: 2em;
    padding-right: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.profile_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.profile_info dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-direction: column;
    margin-right: 2.5em;
    line-height: 1.8em;
    position: relative;
    margin-left: 1.5em;
}

.profile_info dl dd {
    font-size: 11px;
    color: #8d93a2;
    font-weight: 400;
}

.profile_info dl dt {
	color: #fefd0c;
	font-size: 11px;
	font-weight: 600;
}

.profile_avatar > img {
    width: 160px;
    height: 160px;
    border-radius: 100%;
    border: 7px solid #171c24;
    box-shadow: inset 0 0 20px 2px black;
}

.profile_avatar {
    flex: 0 0 auto;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 999em;
    left: 37px;
    bottom: 114px;
}

.profile_avatar .avatar_change {
    width: 48px;
    height: 48px;
    border-radius: 999em;
    background: #212833;
    border: 7px solid #0d1116;
    position: absolute;
    top: -23px;
    left: 20px;
    font-size: 15px;
    color: #ffff;
}

.profile_avatar:after {
    content: '';
    display: block;
    position: absolute;
    left: -1px;
    top: -1px;
    bottom: -1px;
    right: -1px;
    z-index: -1;
    border-radius: 999em;
    transition: all .5s;
    background: #111823;
}

.profile_main {
    display: flex;
    justify-content: space-between;
    position: relative;
    border-radius: .5em;
    padding: .5em 0;
}

.profile_main_left {
    width: 330px;
}

.profile_box {
    border-radius: .25rem;
    margin-bottom: 1rem;
    padding: .75em;
    border: 1px solid #252a35;
    background: #1b1f27;
}

.profile_box_title {
    background: #13161b;
    border-radius: 5px;
    padding: 12px;
    border: 0;
    font-size: 12px;
    margin-bottom: .5rem;
}

.profile_box .trow1, .profile_box .trow2 {
    background: transparent;
    border: none;
    padding: .5em 0 .5em .75rem;
}

.profile_main_right {
    flex: 1;
    padding-left: .5em;
}

.profile_box .trow1 i, .profile_box .trow2 i {
    color: #ff6a4a;
    width: 1.25em;
    margin-right: .5rem;
}

.stats_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-flow: row wrap;
    padding: 0;
}

.stats_box_thread, .stats_box_post {
    flex: 0 0 49.6%;
    background: transparent;
    padding: 1em 1em 1em 6.5em;
    border-radius: .25rem;
    font-size: 11px;
    position: relative;
    min-height: 70px;
    font-weight: 500;
    border-radius: .25em;
    background: #171c24;
    border: 1px solid #262b32;
}

.stats_box span.number {
    display: block;
    margin: .25em 0;
}

.stats_box_thread:after, 
.stats_box_post:after {
    content: "";
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    background-position: center;
    display: inline-block;
    position: absolute;
    left: 35px;
    top: 50%;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
}

.stats_box_thread:after {
    background-image: url(/images/ponifex/profile_thread.png);
}

.stats_box_post:after {
    background-image: url(/images/ponifex/profile_post.png);
}

.stats_box p {
    white-space: normal;
    margin: 0;
    padding-right: 47px;
}

.profile_button > a.add_ignore_button:before {
    font-family: "Font Awesome 5 Free";
    content: "\f4fa";
    font-weight: 900;
}

.profile_button > a.report_user_button:before {
    font-family: "Font Awesome 5 Free";
    content: "\f508";
    font-weight: 900;
}

.profile_button > a.add_buddy_button:before {
    font-family: "Font Awesome 5 Free";
    content: "\f234";
    font-weight: 900;
}

.profile_button > a > span {
    font-size: 0;
    display: none;
}

#options_link {
    font-size: 15px;
}

.profile_button > a {
    padding: 7px;
    display: inline-block;
    text-align: center;
    color: #fff !important;
    font-size: 11px;
    border-radius: 4px;
    background: rgb(255,64,72);
    background: -moz-linear-gradient(left, rgba(255,64,72,1) 0%, rgba(255,106,74,1) 100%);
    background: -webkit-linear-gradient(left, rgba(255,64,72,1) 0%,rgba(255,106,74,1) 100%);
    background: linear-gradient(to right, rgba(255,64,72,1) 0%,rgba(255,106,74,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4048', endColorstr='#ff6a4a',GradientType=1 );
    margin: .25rem;
}

.member_referrals {
    background-color: rgba(107, 129, 167, .20);
    text-align: center;
    background-image: url(../../../../../images/ponifex/referans.png);
    background-repeat: no-repeat;
    background-position: 26px 20px;
    padding: 1em;
}

.member_referrals h2,
.member_warninglevel h2,
.member_reputation h2 {
    text-transform: uppercase;
    color: #eeeeee;
    font-weight: bold;
    font-size: 16px;
}

.member_referrals p,
.member_warninglevel p,
.member_reputation p {
    color: #eeeeee;
    font-size: 11px;
    margin: 8px 0 0 0;
}

.member_reputation {
    background: rgba(158, 255, 120, .20);
    text-align: center;
    background-image: url(../../../../../images/ponifex/impreium.png);
    background-repeat: no-repeat;
    background-position: 26px 20px;
    padding: 1em;
}

.member_warninglevel {
    background: rgba(255, 120, 120, .20);
    background-image: url(../../../../../images/ponifex/uyari.png);
    background-repeat: no-repeat;
    background-position: 26px 20px;
    text-align: center;
    padding: 1em;
}

.member_warninglevel a, .member_reputation a {
    color: currentColor;
}

.stats_box span.number {
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}

.profile_online {
    position: absolute;
    left: 123px;
    bottom: 15px;
    background: #35623a;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    border: 5px solid #171c24;
    animation: onlinepulse 1.4s infinite;
}

.profile_offline {
    position: absolute;
    left: 123px;
    bottom: 15px;
    background: #623535;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    border: 5px solid #171c24;
}

.find_links {
    border-radius: 5px;
    background: #13161b;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s linear;
}

.find_links > a {
    display: block;
    padding: 10px 16px;
    font-size: 26px;
    color: #a7aebf;
}

.find_links:hover {
    transform: translate(-50%,-50%) scale(.8);
}

@media screen and (max-width: 800px) {
/** PROFILE PAGE **/
.profile_main {
    display: block;
}

.profile_main_left {
    width: 100%;
}

.stats_box {
    display: block;
}

.stats_box_thread, .stats_box_post {
    margin-bottom: .5em;
}

.profile_avatar > img {
    width: 114px;
    height: 114px;
    border-width: 4px;
}

.profile_avatar {
    width: 120px;
    height: 120px;
    bottom: 6em;
    left: 15px;
}

.profile_statistic {
padding-right: 1.5em;overflow-x: hidden !important;overflow-y: hidden !important;white-space: nowrap !important;-webkit-overflow-scrolling: touch !important;-ms-overflow-style: -ms-autohiding-scrollbar !important;
}

.profile_info dl {
    margin-right: 3.5em;
}

.profile_avatar .avatar_change {
    width: 30px;
    height: 30px;
    border-width: 4px;
    font-size: 10px;
}

.profile_info dl:nth-child(4) {
    display: none;
}


}

@media screen and (max-width: 500px) {
.profile_info {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap !important;
    -webkit-overflow-scrolling: touch !important;
    -ms-overflow-style: -ms-autohiding-scrollbar !important;
}

.profile_info::-webkit-scrollbar {
    display: none;
}

.profile_online, .profile_offline {
    right: -4px;
    left: auto;
}

.profile_statistic {
    padding-right: 2.5em;
}

#options_link {
    position: relative;
    right: -16px;
}

.find_links {
    display: none;
}

.stats_box p {
    padding: 0;
}


}


		
		
		
		
		
		