
.ignored_post,
.deleted_post_collapsed {
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-left: 4px solid #db3b3b;
	border-radius: 8px;
	padding: 14px 20px;
	margin: 12px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
}

.ignored_post .ignored_post_author,
.deleted_post_collapsed .deleted_post_author {
	font-size: 15px;
	color: #1e293b;
	font-weight: 600;
	flex-shrink: 0;
}

.ignored_post .ignored_post_message,
.deleted_post_collapsed .deleted_post_message {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-grow: 1;
	gap: 16px;
	color: #64748b;
	font-size: 13px;
}

.ignored_post .show_ignored_post,
.deleted_post_collapsed .show_deleted_post {
	float: none !important;
	margin: 0 !important;
}

.ignored_post .show_ignored_post a.button,
.deleted_post_collapsed .show_deleted_post a.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #db3b3b;
	color: #ffffff !important;
	border: none;
	border-radius: 6px;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: 500;
	text-decoration: none !important;
	transition: all 0.2s ease;
	cursor: pointer;
	box-shadow: 0 2px 4px rgba(219, 59, 59, 0.15);
	height: auto;
	line-height: normal;
}

.ignored_post .show_ignored_post a.button:hover,
.deleted_post_collapsed .show_deleted_post a.button:hover {
	background: #c32f2f;
	box-shadow: 0 4px 8px rgba(219, 59, 59, 0.25);
}

.ignored_post .show_ignored_post a.button span,
.deleted_post_collapsed .show_deleted_post a.button span {
	background: none !important;
	padding: 0 !important;
	color: inherit !important;
	font-weight: inherit !important;
}

.deleted_post_hidden {
	border-top: 1px solid #e2e8f0;
	padding: 15px;
	background: #f8fafc;
	border-radius: 8px;
}

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

.forum_status {
	height: 30px;
	width: 30px;
	background: url(../../../images/forum_icon_sprite.png) no-repeat 0 0;
	display: inline-block;
}

/* Forum list heart icons styling */
.forum_on i.fa-heart {
	color: #e53935; /* Vibrant red for new posts */
	font-size: 20px;
	transition: color 0.3s ease, transform 0.3s ease;
}

.forum_off i.fa-heart {
	color: #b0bec5; /* Sleek gray for read posts */
	font-size: 20px;
	transition: color 0.3s ease, transform 0.3s ease;
}

.forum_offlock i.fa-heart {
	color: #cfd8dc;
	font-size: 20px;
}

.forum_offlink i.fa-heart {
	color: #03a9f4; /* Blue for link forums */
	font-size: 20px;
}

span.ajax_mark_read:hover i.fa-heart {
	transform: scale(1.25);
	color: #e53935;
	cursor: pointer;
}

.forum_on {
	background-position: 0 0;
}

.forum_off {
	background-position: 0 -30px;
}

.forum_offlock {
	background-position: 0 -60px;
}

.forum_offlink {
	background-position: 0 -90px;
}

.subforumicon {
	height: 10px;
	width: 10px;
	display: inline-block;
	margin: 0 5px;
	background: url(../../../images/mini_status_sprite.png) no-repeat 0 0;
}

.subforum_minion {
	background-position: 0 0;
}

.subforum_minioff {
	background-position: 0 -10px;
}

.subforum_miniofflock {
	background-position: 0 -20px;
}

.subforum_miniofflink {
	background-position: 0 -30px;
}

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

.trow_shaded {
	background: #ffdde0;
}

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

.trow_selected,
tr.trow_selected td {
	background: #FFFBD9;
	color: #333;
	border-right-color: #F7E86A;
	border-bottom-color: #F7E86A;
}

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

.trow_sep {
	background: #ddd;
	color: #333;
	border-bottom: 1px solid #c5c5c5;
	padding: 6px;
	font-size: 12px;
	font-weight: bold;
}

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

.smalltext {
	font-size: 11px;
}

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

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

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

fieldset.align_right {
	text-align: right;
}

input.textbox {
	background: #ffffff;
	color: #333;
	border: 1px solid #ccc;
	padding: 3px;
	outline: 0;
	font-size: 13px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}

textarea {
	background: #ffffff;
	color: #333;
	border: 1px solid #ccc;
	padding: 2px;
	line-height: 1.4;
	outline: 0;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

select {
	background: #ffffff;
	padding: 3px;
	border: 1px solid #ccc;
	outline: 0;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

button,
input.button {
	padding: 3px 8px;
	cursor: pointer;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 13px;
	background: #eee url(../../../images/buttons_bg.png) repeat-x;
	border: 1px solid #bbb;
	color: #333;
	outline: 0;
}

button:hover,
input.button:hover {
	border-color: #aaa;
}

form {
	margin: 0;
	padding: 0;
}

form input.error {
	border: 1px solid #f30;
	color: #f30;
	background: #ffffff;
	padding: 3px;
	outline: 0;
	font-size: 13px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}

form input.valid {
	border: 1px solid #0c0;
	background: #ffffff;
	padding: 3px;
	outline: 0;
	font-size: 13px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}

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

form #message {
    width: 500px;
}

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

.editor_control_bar {
	background: #fff;
	border: 1px solid #ccc;
}

.post .editor_control_bar {
	background: #f5f5f5;
}

.popup_menu {
	background: #fff;
	border: 1px solid #ccc;
}

.popup_menu .popup_item {
	background: #efefef;
	color: #333;
}

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

.trow_reputation_positive {
	background: #ccffcc;
}

.trow_reputation_negative {
	background: #ffcccc;
}

.reputation_positive {
	color: green;
}

.reputation_neutral {
	color: #444;
}

.reputation_negative {
	color: red;
}

.repbox {
	font-size:16px;
	font-weight: bold;
	padding:5px 7px 5px 7px;
}

._neutral {
	background-color:#FAFAFA;
	color: #999999;
	border:1px solid #CCCCCC;
}

._minus {
	background-color: #FDD2D1;
	color: #CB0200;
	border:1px solid #980201;
}

._plus {
	background-color:#E8FCDC;
	color: #008800;
	border:1px solid #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: 3px;
}

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

blockquote {
	border: 1px solid #ccc;
	margin: 0;
	background: #fff;
	padding: 10px;
}

blockquote cite {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	font-style: normal;
	display: block;
	padding-bottom: 3px;
	margin: 0 0 10px 0;
}

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 {
	background: #fff;
	border: 1px solid #ccc;
	padding: 10px;
}

.codeblock .title {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	padding-bottom: 3px;
	margin: 0 0 10px 0;
}

.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 {
	margin: 1px;
	text-align: left;
}

.popup_menu .popup_item {
	display: block;
	padding: 4px;
	white-space: nowrap;
	text-decoration: none;
}

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

.subject_new {
	font-weight: bold;
}

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

.online {
	color: #15A018;
}

.offline {
	color: #C7C7C7;
}

div.error {
	padding: 5px 10px;
	border-top: 2px solid #FFD324;
	border-bottom: 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: 11px;
	padding-top: 10px;
	margin-bottom: 5px;
}

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

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

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

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

.pagination .pagination_current {
	background: none;
	color: #333;
	border: none;
	font-weight: bold;
}

.pagination a:hover {
	background: #0072BC;
	color: #fff;
	border-color: #263c30;
	text-decoration: none;
}

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

.drop_go_page {
	background: #f5f5f5;
	padding: 4px;
}

.pagination_breadcrumb {
	background-color: #efefef;
	border: 1px solid #fff;
	outline: 1px solid #ccc;
	padding: 5px;
	margin-top: 5px;
	font-weight: normal;
}

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

.thread_legend,
.thread_legend dd {
	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;
}

#posts_container {
	padding: 0;
}

/* Duplicate ignored post rules removed */

.post {
	overflow: hidden;
}

.post:not(.classic) {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.03);
	margin-bottom: 24px;
}

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

/* Modern horizontal post author area */
.post:not(.classic) .post_author {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #e2e8f0;
	background: #f8fafc;
	padding: 14px 20px;
	overflow: hidden;
	border-top-left-radius: 11px;
	border-top-right-radius: 11px;
}

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

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

.post:not(.classic) .post_author div.author_avatar {
	float: none;
	margin-right: 0;
	display: flex;
	align-items: center;
}

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

.post:not(.classic) .post_author div.author_avatar img {
	width: 50px;
	height: 50px;
	object-fit: cover;
	padding: 0;
	border: 2px solid #ffffff;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	transition: transform 0.2s ease-in-out;
}
.post:not(.classic) .post_author div.author_avatar img:hover {
	transform: scale(1.05);
}

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

.post:not(.classic) .post_author div.author_information {
	float: none;
	padding: 0;
	margin-left: 18px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 3px;
}

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

.post:not(.classic) .post_author .author_name_row {
	display: flex;
	align-items: center;
	gap: 6px;
}

.post:not(.classic) .post_author .author_name_row strong .largetext {
	font-size: 15px;
	font-weight: 600;
	color: #1e293b;
	text-decoration: none;
}

.post:not(.classic) .post_author .author_title {
	font-size: 12px;
	color: #64748b;
	font-weight: 400;
}

.post:not(.classic) .post_author .author_badge_stars {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 2px;
}

/* Modern group badges */
.group_badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	padding: 3px 8px;
	border-radius: 6px;
	border: 1px solid transparent;
	font-family: inherit;
	line-height: 1.1;
}

/* Site Kurucusu / Admin */
.group_badge.group_4 {
	background-color: #f0fdf4;
	color: #16a34a;
	border-color: #bbf7d0;
}
.group_badge.group_4::after {
	content: "KURUCU";
}

/* Süper Moderatör */
.group_badge.group_3 {
	background-color: #eff6ff;
	color: #2563eb;
	border-color: #bfdbfe;
}
.group_badge.group_3::after {
	content: "S. MODERATÖR";
}

/* Moderatör */
.group_badge.group_6 {
	background-color: #fffbeb;
	color: #d97706;
	border-color: #fde68a;
}
.group_badge.group_6::after {
	content: "MODERATÖR";
}

/* Üye */
.group_badge.group_2 {
	background-color: #f8fafc;
	color: #475569;
	border-color: #cbd5e1;
}
.group_badge.group_2::after {
	content: "ÜYE";
}

/* Cezalı / Banlı */
.group_badge.group_7,
.group_badge.group_8 {
	background-color: #fef2f2;
	color: #dc2626;
	border-color: #fecaca;
}
.group_badge.group_7::after,
.group_badge.group_8::after {
	content: "CEZALI";
}

/* Vefalı Dostlar */
.group_badge.group_9 {
	background-color: #fdf2f8;
	color: #db2777;
	border-color: #fbcfe8;
}
.group_badge.group_9::after {
	content: "VEFALI DOST";
}

/* Ziyaretçi */
.group_badge.group_1 {
	background-color: #f8fafc;
	color: #64748b;
	border-color: #cbd5e1;
}
.group_badge.group_1::after {
	content: "ZİYARETÇİ";
}

/* Aktivasyon Bekleyen */
.group_badge.group_5 {
	background-color: #f8fafc;
	color: #64748b;
	border-color: #cbd5e1;
}
.group_badge.group_5::after {
	content: "ONAY BEKLEYEN";
}

.post:not(.classic) .post_author div.author_statistics {
	float: none;
	padding: 0;
}

.post:not(.classic) .post_author .author_stats_grid {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 12px;
	justify-content: flex-end;
	align-items: center;
	max-width: 550px;
}

.post:not(.classic) .post_author .author_stat {
	background: transparent;
	border: none;
	border-radius: 0;
	padding: 0;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 11px;
	box-shadow: none;
	white-space: nowrap;
}

.post:not(.classic) .post_author .author_stat:not(:last-child)::after {
	content: "•";
	margin-left: 12px;
	color: #cbd5e1;
	font-weight: bold;
}

.post:not(.classic) .post_author .stat_label {
	color: #64748b;
	font-weight: 400;
}

.post:not(.classic) .post_author .stat_value {
	color: #334155;
	font-weight: 500;
}

.post:not(.classic) .post_author .stat_value a {
	color: inherit;
	text-decoration: none;
}

.post:not(.classic) .post_author .stat_value a:hover {
	text-decoration: underline;
}

.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 {
	background: transparent;
	color: #333333;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-align: left;
	line-height: 1.6;
	margin: 0 auto;
}

.forum_container {
overflow: hidden;
}

.sidebar_container {
	display: none !important;
}

.sidebar_collapse {
float: right;
}

#sidebar_collapse {
display: none;
}

/* Color Related */

.on {
 color: #515151;
}

.off {
 color: #CCC;
}

.offlock {
 color: #a40000;
}

.header {
	margin: 0;
	border: none;
	border-top: 3px solid #db3b3b;
	border-bottom: 1px solid #eaeaea;
	height: 60px;
	background: #f8f9fa;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.logo a {
	text-decoration: none;
	color: #222 !important;
	text-shadow: none;
}

.logo span {
	font-weight: 700;
	color: #222;
	text-shadow: none;
}

.menu ul li .inactive, .menu ul li:first-child .inactive, .menu ul li:first-child .active, .menu ul li:last-child .inactive, .menu ul li:last-child .active {
	box-shadow: none; border: none; margin: 0;
}

.menu ul .inactive:link, .menu ul .inactive:visited {
	display: block;
	color: #666;
	text-decoration: none;
	text-shadow: none;
	padding: 0 20px;
	background: transparent;
	transition: all .3s ease;
}

.menu ul .inactive:hover, .menu ul .inactive:active {
	background: #efefef;
	color: #222;
}

.menu .active:link,
.menu .active:visited,
.menu .active:hover,
.menu .active:active {
	display: block;
	padding: 0 20px;
	color: #FFF;
	text-shadow: none;
	text-decoration: none;
	background: #db3b3b;
}

.thead {
	background: #ffffff;
	color: #222;
	font-family: 'Inter', 'Raleway', sans-serif;
	padding: 16px 20px;
	border-bottom: 1px solid #eaeaea;
	border-left: 4px solid #db3b3b;
}

.thead a:link,
.thead a:visited,
.thead a:hover, 
.thead a:active {
	color: #222;
}

.navigation .active {
	color: #515151;
	font-size: 12px;
	font-weight: bold;
	padding:0 0 0 15px;
}

/* End Color Related */

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

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

a:hover, a:active {
	color: #333;
}

.on,
.off,
.offlock {
font-size: 24px;
margin-left: 5px;
}

.go_series i {
color: #515151;
}

.go_green i {
color: #418400;
}

.go_blue i {
color: #005d84;
}

.go_red i {
color: #840000;
}

.forum_description {
display: inline-block;
color: #999;
font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
opacity: 0;
padding: 0 0 0 10px;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.forum_name:hover .forum_description {
opacity: 1;
}

#container {
	background: #fff;
	border: none;
	border-radius: 12px;
	margin: 30px auto 20px auto;
	text-align: left;
	box-shadow: 0 8px 30px rgba(0,0,0,0.04);
	width: 1080px;
	max-width: 95%;
	overflow: hidden;
}

.contents {
	padding: 0 20px 0 20px;
}

.logo {
	height: 50px;
	line-height: 50px;
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 24px;
	margin: 0 0 0 20px;
	opacity: 1;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.logo a {
	display: flex !important;
	align-items: center;
	height: 60px;
	/* Eskiden yazan yazıyı gizliyoruz */
	font-size: 0 !important;
	color: transparent !important;
	text-decoration: none;
}

/* Tema içindeki eski uçak ikonu vb. şeyleri gizliyoruz */
.logo a * {
	display: none !important;
}

/* Yeni logonuzu ::before ile en başa yerleştiriyoruz */
.logo a::before {
	content: "";
	display: block;
	width: 38px;
	height: 38px;
	background-image: url(https://duygusuz.com/images/duygusuz_logo.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 8px; /* Logoya modern hafif bir yuvarlaklık katar */
}

/* ::Duygusuz.com yazısını logonun hemen sağına yerleştiriyoruz */
.logo a::after {
	content: " :: Duygusuz.com";
	color: #222 !important;
	font-family: 'Raleway', sans-serif;
	font-size: 22px;
	font-weight: 600;
	margin-left: 12px;
	text-shadow: none;
}

.logo:hover {
	opacity: 0.7;
}

#content {
	/* FIX: Make internet explorer wrap correctly */
	width: auto !important;
}

.menu ul {
	list-style: none;
	float: right;
	margin: 0;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 13px;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
}

.menu ul li {
	float: left;
	padding: 0;
}

.searchbar {
	height: 56px;
	background: #fdfdfd;
	border-bottom: 1px solid #d4d4d4;
	overflow: hidden;
	display: flex;
	align-items: center;
	padding: 0 20px;
}

.navigationbar {
	height: 34px;
	background: #f8f8f8;
	border-bottom: 1px solid #d4d4d4;
	overflow: hidden;
}

.bottom_menu {
	height: 34px;
	background: #f8f8f8;
	border-top: 1px solid #d4d4d4;
	overflow: hidden;
	line-height: 34px;
	padding: 0 0 0 20px;
}

.navigationbar .nav_sep {
	height: 34px;
	width: 14px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAhCAYAAADpspoyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpFQ0M1QURCMDE5RjBFMTExODFGQTkwQ0M2MjIyRjJDRCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFRjRDQ0Q1MjJCMDYxMUUyQkNCMUU1MEUxNzI5QUNGRSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFRjRDQ0Q1MTJCMDYxMUUyQkNCMUU1MEUxNzI5QUNGRSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjcyNzQzMEM0MThERDExRTJCRUMxQTQ0MjJGOTVDOUY4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjcyNzQzMEM1MThERDExRTJCRUMxQTQ0MjJGOTVDOUY4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+hHRCSQAAAYlJREFUeNqUlcmSgzAMRI1Zw/L/H8kREgjr5LlKUwYMBh+yFGqp1W6JoK7rLs/zLAxD9eD0Oo5j1batWtf1CVDpNE1VFEUGHATBfSDBRVGYiu/3+zZY80FwVVVqHEfV9/3/Q6HvSqYlgIdlWarP56OmaTL/tdabBAegHJSFdtM0BiwAL5CTJIlCMFH6rOcNUAJfr5epjlhn4ENFCYTyPM+q67qDWAegnRlhUPr7/aphGI7PXUAyL8tiwCgNZcS67FESSBJcRc+IRbLTHl0nyzKjNuBbQFuM3wQZFtD2AvfXQL/0ii31o1H6iUVlbOkF2nT5DQiwFygKA8LDqIxYt6hyDTiIbxxlJucOEPcwqzhJKGufojLcKCrzeXkdZJV1ghj7LXhJFTGYTVxzax75xl5Qw6cuM+j9BQOiJ1HQpu0ESiXEQEURw7sBCGDioQgIMahqj9gGKBkJQgwUxB1C/WzLRUKHSrLhzoI3Fakkq59qLnM7gQjBjNGXvXN87xCNigK6elfsz58AAwCgQw016fet0QAAAABJRU5ErkJggg==) no-repeat center center;
	float: left;
	background-size: 14px 34px;
}

.nav_link {
	height: 34px;
	line-height: 34px;
	float: left;
	padding: 0 15px 0 15px;
}

.nav_link:first-child {
	border-left: 1px solid #e5e5e5;
}

.searchform {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	position: relative;
}

.searchbox {
	margin: 0;
	padding: 0 50px 0 20px;
	height: 42px;
	line-height: 42px;
	border: 1px solid #e2e2e2;
	border-radius: 21px;
	font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
	color: #444;
	display: block;
	width: 100%;
	background: #ffffff;
	box-sizing: border-box;
	font-size: 14px;
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.05);
}

.searchbox:focus {
	border-color: #840000;
	background: #ffffff;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.05), 0 0 8px rgba(132, 0, 0, 0.15);
}

.searchsubmit {
	height: 36px;
	line-height: 36px;
	width: 36px;
	display: inline-block;
	color: #840000;
	background: transparent;
	margin: 0;
	text-align: center;
	position: absolute;
	right: 4px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	border: none;
	cursor: pointer;
	font-size: 15px;
	transition: all 0.3s ease;
}

.searchsubmit:hover {
	cursor: pointer;
	background: rgba(132, 0, 0, 0.08);
	color: #840000;
}

.sociallinks,
.footer_links {
	float: right;
	margin-right: 20px;
	font-size: 14px;
}

.sociallinks a {
	width: 34px;
}

.sociallinks a:link,
.sociallinks a:visited,
.footer_links a:link,
.footer_links a:visited {
	height: 34px;
	line-height: 34px;
	color: #8e8e8e;
	border-left: 1px solid #d4d4d4;
	background: transparent;
	text-align: center;
	-webkit-transition: background .7s ease;
	-moz-transition: background .7s ease;
	-o-transition: background .7s ease;
	transition: background .7s ease;
	display: block;
	float: left;
	text-decoration: none;
}

.sociallinks a:hover,
.footer_links a:hover {
	background: #f4f4f4;
	color: #333;
}

.sociallinks a:last-child,
.footer_links a:last-child {
	border-right: 1px solid #d4d4d4;
}

.searchsubmit:active,
.sociallinks a:active,
.footer_links a:active {
	box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.1);
	background: #f4f4f4;
}

.footer_links {
	font-size: 12px;
}

.footer_links a {
	padding: 0 10px 0 10px;
}

#panel {
	background: #ececec;
	color: #000000;
	font-size: 12px;
	border-bottom: 1px solid #d4d4d4;
	padding: 0;
	box-shadow: inset 0 0 15px #DDD;
}

#panel .remember_me input {
	vertical-align: middle;
	margin-top: -1px;
}

.welcome_message {
	box-shadow: none;
	border-radius: 0;
	background: #fff;
	border: none;
	overflow: hidden;
}

.welcome_message .username_link {
	color: #db3b3b;
	text-decoration: none;
	font-weight: 600;
}

.message_icon {
	background: #fafafa;
	border-radius: 0;
	border-right: 1px solid #eaeaea;
	height: 48px;
	width: 48px;
	line-height: 48px;
	color: #db3b3b;
	float: left;
	text-align: center;
	font-size: 20px;
}

.message_icon img {
	margin-top: 5px;
	border-radius: 3px;
	border: 0;
}

.message_container {
	background: #fff;
	border-radius: 0;
	height: 48px;
	line-height: 48px;
	color: #555;
	margin-left: 48px;
	padding-left: 20px;
	font-size: 14px;
}

.welcome_arrow {
	float: right;
	width: 9px;
	height: 17px;
	background: url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABkAAD/4QNvaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjMtYzAxMSA2Ni4xNDU2NjEsIDIwMTIvMDIvMDYtMTQ6NTY6MjcgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6RUNDNUFEQjAxOUYwRTExMTgxRkE5MENDNjIyMkYyQ0QiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTdCNEU5NkIxOEFFMTFFMkFFOThBMjMxMjYwRjcyRTIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTdCNEU5NkExOEFFMTFFMkFFOThBMjMxMjYwRjcyRTIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxQTEyQzgwQkQ0MTRFMjExODRDMkQ5QTY1RjM3RDExMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFQ0M1QURCMDE5RjBFMTExODFGQTkwQ0M2MjIyRjJDRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv/uAA5BZG9iZQBkwAAAAAH/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQECAgICAgICAgICAgMDAwMDAwMDAwMBAQEBAQEBAgEBAgICAQICAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDA//AABEIABEACQMBEQACEQEDEQH/xACMAAACAwAAAAAAAAAAAAAAAAACBQQGCgEAAgIDAAAAAAAAAAAAAAAAAwYBAgUHCBAAAgECAwUJAQAAAAAAAAAAAgMBBAUAEQYhMSIjk9Ey0rMUVHRVFjYRAAEBBAQHEQEAAAAAAAAAAAECADEDBSFBUQRxwSJCUjMUEWGRsdHhEjKSshNTc9NUFTUG/9oADAMBAAIRAxEAPwDcwxZ6ZMmqEmadYUk5IxJHYjKcyckYzIrORTmYRtpp4h5ecBzvKJuqVKF3vBJlhNBrhH27RmPGS5vSrx6Dru9z8eF7z1tH7um66vHh72m7eYjtDlYfRVYWUVdU+9PdbLa000KTJN2uipyKSjY22W1kb6mdznRsRHCPM7mvZbLYs2ilIJTcEncWsPUa0INukrNcMrq2QgQwIkSlRcMZ3rBXgeX5fT/1NH057cOf0co+PD4GvtEbSLR9Gfy9l+HHmMwD+a/BuvpDG03nXqwtZsZxgN//2Q==) no-repeat center center;
	margin: 12px -9px 0 0;
}

.welcome_buttons {
	float: right;
}

.welcome_buttons a {
	float: left;
	margin: 6px 10px 0 0;
}

table {
	color: #8a8a8a;
	font-size: 12px;
}

.tborder {
	width: 100%;
	margin: 0 auto 20px auto;
	background: #fff;
	border: 1px solid #eaeaea;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.03);
	overflow: hidden;
}

.forum_name {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 14px;
}

.forum_name:link,
.forum_name:visited {
	color: #6f6f6f;
	text-decoration: none;
}

.forum_name:hover,
.forum_name:active {
	color: #333;
	text-decoration: none;
}

.thead strong {
	font-size: 18px;
	font-weight: 700;
}

.tcat {
	color: #666;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	background-color: #f8f9fa;
	border-bottom: 1px solid #eaeaea;
	padding: 12px 20px;
}

.tcat a:link, .tcat a:visited, .tcat a:hover, .tcat a:active {
	color: #666;
}

.trow1,
.trow2 {
	border-top: 1px solid #eaeaea;
	padding: 18px 20px;
	background: #fff;
	transition: background-color 0.2s ease;
}
.trow1:hover, .trow2:hover {
	background: #fafafa;
}

table tr:last-child .trow1,
table tr:last-child .trow2 {
	border-bottom: 0;
}

.trow_shaded {
	background: #ffdde0;
}

.trow_selected td {
	background: #F3FFE8;
}

.trow_sep {
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

.tfoot {
	color: #000;
  background: transparent;
}

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

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

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

.bottommenu {
	color: #000000;
	height: 34px;
	line-height: 34px;
}

.navigation {
	color: #969696;
	font-size: 12px;
	margin: 0 0 0 20px;
	height: 34px;
}

.navigation a:link {
	color: #969696;
	text-decoration: none;
}

.navigation a:visited {
	color: #969696;
	text-decoration: none;
}

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

.smalltext {
	font-size: 12px;
}

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

input.textbox,
textarea {
	background: #ffffff;
	color: #999;
	border: 1px solid #bbb;
	box-shadow: inset 1px 1px 2px #ddd;
	padding: 4px;
}

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

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

.autocomplete {
	background: #fff;
	border: 1px solid #000;
	color: black;
}

.autocomplete_selected {
	background: #adcee7;
	color: #000;
}

.popup_menu {
	background: #ccc;
	border: 1px solid #000;
}

.popup_menu .popup_item {
	background: #fff;
	color: #000;
}

.popup_menu .popup_item:hover {
	background: #C7DBEE;
	color: #000;
}

.trow_reputation_positive {
	background: #ccffcc;
}

.trow_reputation_negative {
	background: #ffcccc;
}

.reputation_positive {
	color: green;
}

.reputation_neutral {
	color: #444;
}

.reputation_negative {
	color: red;
}

.invalid_field {
	border: 1px solid #f30;
	color: #f30;
}

.valid_field {
	border: 1px solid #0c0;
}

.validation_error {
	background: url(../../../images/invalid.gif) no-repeat center left;
	color: #f30;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

.validation_success {
	background: url(../../../images/valid.gif) no-repeat center left;
	color: #00b200;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

.validation_loading {
	background: url(../../../images/spinner.gif) no-repeat center left;
	color: #555;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

/* Additional CSS (Master) */
img {
	border: none;
}

.clear {
	clear: both;
}

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

.hiddenrow {
	display: none;
}

.selectall {
	background-color: #FFFBD9;
	font-weight: bold;
	text-align: center;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

#panel .links {
	margin: 0;
	float: right;
}

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

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

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

#copyright {
	font: 11px Verdana, Arial, Sans-Serif;
	margin: 0;
	padding: 10px 0 0 0;
}

#debug {
	float: right;
	text-align: right;
	margin-top: 0;
}

blockquote {
	border: 1px solid #ccc;
	margin: 0;
	background: #fff;
	padding: 4px;
}

blockquote cite {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	font-style: normal;
	display: block;
	margin: 4px 0;
}

blockquote cite span {
	float: right;
	font-weight: normal;
}

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

.codeblock {
	background: #fff;
	border: 1px solid #ccc;
	padding: 4px;
}

.codeblock .title {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	margin: 4px 0;
}

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

.subforumicon {
	border: 0;
	vertical-align: middle;
}

.separator {
	margin: 5px;
	padding: 0;
	height: 0px;
	font-size: 1px;
	list-style-type: none;
}

form {
	margin: 0;
	padding: 0;
}

.popup_menu .popup_item_container {
	margin: 1px;
	text-align: left;
}

.popup_menu .popup_item {
	display: block;
	padding: 3px;
	text-decoration: none;
	white-space: nowrap;
}

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

.autocomplete {
	text-align: left;
}

.subject_new {
	font-weight: bold;
}

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

.pm_alert {
	background: #fff;
	border: none;
	border-left: 4px solid #db3b3b;
	border-radius: 8px;
	padding: 15px 20px;
	font-size: 13px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.04);
	color: #4a4a4a;
	margin-bottom: 15px;
}

.red_alert {
	background: #fff;
	border: none;
	border-left: 4px solid #db3b3b;
	border-radius: 8px;
	padding: 15px 20px;
	font-size: 13px;
	margin-bottom: 15px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.04);
	color: #4a4a4a;
}

.high_warning {
	color: #CC0000;
}

.moderate_warning {
	color: #F3611B;
}

.low_warning {
	color: #AE5700;
}

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

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

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

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

.online {
	color: #15A018;
}

.offline {
	color: #C7C7C7;
}

.pagination {
	font-size: 11px;
	padding-top: 10px;
	margin-bottom: 5px;
}

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

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

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

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

.pagination .pagination_current {
	background: #F5F5F5;
	border: 1px solid #d4d4d4;
	font-weight: bold;
	color: #000;
}

.pagination a:hover {
	background: #F5F5F5;
	text-decoration: none;
}

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

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

.post_body {
	padding: 5px;
}

.post_content {
	padding: 5px 10px;
}

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

.repbox {
	font-size:16px;
	font-weight: bold;
	padding:5px 7px 5px 7px;
}

._neutral {
	background-color:#FAFAFA;
	color: #999999;
	border:1px solid #CCCCCC;
}

._minus {
	background-color: #FDD2D1;
	color: #CB0200;
	border:1px solid #980201;
}

._plus {
	background-color:#E8FCDC;
	color: #008800;
	border:1px solid #008800;
}

.pagination_breadcrumb {
	background-color: #f5f5f5;
	border: 1px solid #fff;
	outline: 1px solid #ccc;
	padding: 5px;
	margin-top: 5px;
	font-weight: normal;
	white-space: nowrap;
}

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

.small_button:link,
.small_button:visited,
input[type='submit'],
input[type='button'],
.closed_thread,
.multiquote_on {
	display: block;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
	border: 1px solid #dedede;
	border-radius: 3px;
	color: #666;
	box-shadow: 0 1px 0 #eeeeee, inset 0 -1px 0 #FFF;
	text-decoration: none;
	padding: 0 10px 0 10px;
	height: 26px;
	line-height: 26px;
}

.small_button:hover,
input[type='submit']:hover,
input[type='button']:hover {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	border-color: #b7b7b7;
	color: #333;
}

.small_button:active,
input[type='submit']:active,
input[type='button']:active,
.closed_thread,
.multiquote_on {
	box-shadow: 1px 1px 0 #FFF, inset 0 0 10px rgba(0, 0, 0, 0.1);
	border-color: #dedede; 
	color: #666;
}

.large_button {
height: 35px !important;
line-height: 35px !important;
}

input[type='submit'],
input[type='button'] {
	cursor: pointer;
	margin: 5px;
	display: inline-block;
}

/* User CP Link Styling */

.welcome_buttons .usercp_link:link,
.welcome_buttons .usercp_link:visited {
 border-radius: 3px 0 0 3px; margin: 6px 0 0 0;
}

.welcome_buttons .usercp_link:hover {
 border-right-color: #dedede; box-shadow: 0 1px 0 #eeeeee, inset -1px 0 0 #b7b7b7, inset 0 -1px 0 #FFF;
}

.welcome_buttons .usercp_link:active {
 box-shadow: 0 1px 0 #FFF, inset 0 0 10px rgba(0, 0, 0, 0.1); border-color: #dedede; color: #666;
}

/* Mod CP Link Styling */

.welcome_buttons .modcp_link:link,
.welcome_buttons .modcp_link:visited {
 border-radius: 0 0 0 0; margin: 6px 0 0 0; border-left: 0;
}

.welcome_buttons .modcp_link:hover {
 border-right-color: #dedede; box-shadow: 0 1px 0 #eeeeee, inset -1px 0 0 #b7b7b7, inset 1px 0 0 #b7b7b7, inset 0 -1px 0 #FFF;
}

.welcome_buttons .modcp_link:active {
 box-shadow: 0 1px 0 #FFF, inset 0 0 10px rgba(0, 0, 0, 0.1); border-color: #dedede; color: #666;
}

/* Admin CP Link Styling */

.welcome_buttons .admin_link:link,
.welcome_buttons .admin_link:visited {
 border-radius: 0 0 0 0; margin: 6px 0 0 0; border-left: 0;
}

.welcome_buttons .admin_link:hover {
 border-right-color: #dedede; box-shadow: 0 1px 0 #eeeeee, inset -1px 0 0 #b7b7b7, inset 1px 0 0 #b7b7b7, inset 0 -1px 0 #FFF;
}

.welcome_buttons .admin_link:active {
 box-shadow: 0 1px 0 #FFF, inset 0 0 10px rgba(0, 0, 0, 0.1); border-color: #dedede; color: #666;
}

/* Log Out Link Styling */

.welcome_buttons .logout_link:link,
.welcome_buttons .logout_link:visited {
 border-radius: 0 3px 3px 0; border-left: 0;
}

.welcome_buttons .logout_link:hover {
 box-shadow: 0 1px 0 #eeeeee, inset 1px 0 0 #b7b7b7, inset 0 -1px 0 #FFF;
}

.welcome_buttons .logout_link:active {
 box-shadow: 1px 1px 0 #FFF, inset 0 0 10px rgba(0, 0, 0, 0.1); border-color: #dedede; color: #666;
}

.delete_pm,
.postbit_edit,
.postbit_email,
.postbit_find,
.postbit_forward_pm,
.postbit_multiquote,
.postbit_pm,
.postbit_quickdelete,
.postbit_quote,
.postbit_rep_button,
.postbit_reply_pm,
.postbit_replyall_pm,
.postbit_report,
.postbit_warn,
.postbit_www,
.forumdisplay_newthread,
.reputation_addlink,
.showthread_newreply,
.showthread_newreply_closed {
	float: left;
	margin-right: 5px;
}

.postbit_multiquote img {
	display: none;
}

select {
    
        background: #fefefe;
        outline: none;
        border: 1px solid #DDD;
        color: #999;
        border: 1px solid #ddd;    
        font-size: 11px;
        transition: background 0.8s, border 0.8s; 
	padding: 4px;
}

select:hover {
    
        background: #FEFEFE;    
        border: 1px solid #CCC;
}

*:focus {
    outline: none;
}

/* Style for Usual tabs */
.usual {
	background: #f8f8f8;
	border: 1px solid #d4d4d4;
}

.usual ul {
margin: 0 0 -1px 0;
padding: 0;
float: left;
}

.usual > ul li {
 list-style:none; float:left;
}

.usual > ul a:link,
.usual > ul a:visited {
	height: 34px;
	line-height: 34px;
	color: #8e8e8e;
	border-right: 1px solid #d4d4d4;
	background: transparent;
	text-align: center;
	display: block;
	float: left;
	text-decoration: none;
padding: 0 15px 0 15px;
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
}

.usual > ul a:hover {
	background: #f4f4f4;
	color: #333;
box-shadow: inset 0 -1px 0 #d4d4d4;
}

.usual > ul a:active {
	box-shadow: inset 0 -1px 0 #d4d4d4, inset 0 0 7px rgba(0, 0, 0, 0.1);
}

.usual ul .selected:link,
.usual ul .selected:visited,
.usual ul .selected:hover,
.usual ul .selected:active {
  margin-bottom:0;
  color:#000;
  background:#FFF;
  cursor:default;
box-shadow: 0 0 0;
}

.usual div {
  padding:10px 10px 8px 10px;
  *padding-top:3px;
  *margin-top:-14px;
  clear:left;
  background:#FFF;
border-top: 1px solid #d4d4d4;
}

#mask {
    position: absolute;
    z-index: 9010;
    background-color: #FFF;
    display: none;
    top: 0;
    left: 0;
}

.modalBox {
    position: fixed;
    width: 440px;
    display: none;
    z-index: 9015;
    background: #ffffff;
    border: 1px solid #d4d4d4;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

.modalBox .thead {
    padding: 10px;
}

.modalBox .modalContent {
    padding: 5px 10px;
}

.fa {
  line-height: inherit;
}

/** 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 **/

body {
	background: #f0f2f5 !important;
	color: #333333;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.6;
}

/* Custom Premium Post Controls, Meta & Buttons Styles */

.post_meta {
	clear: both;
	font-size: 12px;
	padding: 8px 12px;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	margin-top: 15px;
	margin-bottom: 5px;
	color: #64748b;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.post_meta:empty {
	display: none;
}

.post_meta a {
	color: #db3b3b;
	text-decoration: none;
	font-weight: 500;
}

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

.post_controls {
	clear: both;
	background: #f8fafc;
	border-top: 1px solid #e2e8f0;
	padding: 10px 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 15px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.post:not(.classic) .post_content {
	padding: 20px;
}

.post:not(.classic) .post_controls {
	border-bottom-left-radius: 11px;
	border-bottom-right-radius: 11px;
	margin-top: 0;
	padding: 12px 20px;
}

.post_controls .postbit_buttons.float_left,
.post_controls .postbit_buttons.float_right {
	float: none !important;
	display: flex;
	gap: 8px;
	align-items: center;
	flex-wrap: wrap;
}

.postbit_buttons a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	border: 1px solid #cbd5e1;
	color: #475569 !important;
	border-radius: 6px;
	padding: 6px 12px;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none !important;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
	line-height: 1.2;
	float: none !important;
	margin-right: 0 !important;
}

.postbit_buttons a span {
	display: inline-block;
}

.postbit_buttons a:hover {
	background: #db3b3b;
	border-color: #db3b3b;
	color: #ffffff !important;
	box-shadow: 0 4px 6px -1px rgba(219, 59, 59, 0.15), 0 2px 4px -2px rgba(219, 59, 59, 0.15);
}

/* Specific button styles */
.postbit_buttons a.postbit_qdelete:hover {
	background: #ef4444;
	border-color: #ef4444;
}

.postbit_buttons a.postbit_warn:hover {
	background: #f59e0b;
	border-color: #f59e0b;
}

/* --- Showthread Bottom Section Modernization --- */

/* 1. Quick Reply Form */
#quick_reply_form {
	margin-top: 24px;
	margin-bottom: 24px;
	clear: both;
}

#quick_reply_form table.tborder {
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
	background: #ffffff;
}

#quick_reply_form thead td.thead {
	background: #ffffff !important;
	color: #1e293b !important;
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	font-weight: 600;
	padding: 16px 20px !important;
	border-bottom: 1px solid #f1f5f9 !important;
	border-left: 4px solid #db3b3b !important;
}

/* Restructure Quick Reply to stack options below textarea */
#quick_reply_form tbody#quickreply_e > tr:first-child {
	display: flex !important;
	flex-direction: column !important;
}

/* Textarea Cell (Move to top) */
#quick_reply_form tbody#quickreply_e > tr:first-child > td:nth-child(2) {
	order: 1 !important;
	width: 100% !important;
	padding: 20px 20px 12px 20px !important;
	box-sizing: border-box !important;
	border: none !important;
	background: #ffffff !important;
}

#quick_reply_form tbody#quickreply_e > tr:first-child > td:nth-child(2) > div {
	width: 100% !important;
}

#quick_reply_form textarea#message {
	width: 100% !important;
	box-sizing: border-box;
	border: 1px solid #cbd5e1;
	border-radius: 8px;
	padding: 12px 16px;
	font-size: 14px;
	color: #1e293b;
	font-family: inherit;
	line-height: 1.6;
	background: #ffffff;
	resize: vertical;
	min-height: 150px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
	outline: none;
}

#quick_reply_form textarea#message:focus {
	border-color: #db3b3b;
	box-shadow: 0 0 0 3px rgba(219, 59, 59, 0.12);
}

/* Options Cell (Move to bottom) */
#quick_reply_form tbody#quickreply_e > tr:first-child > td:nth-child(1) {
	order: 2 !important;
	width: 100% !important;
	background: #ffffff !important;
	border-top: 1px solid #f1f5f9 !important;
	border-right: none !important;
	border-bottom: none !important;
	border-left: none !important;
	padding: 12px 20px !important;
	box-sizing: border-box !important;
}

/* Hide legacy headers/breaks under the options cell while keeping label content */
#quick_reply_form tbody#quickreply_e > tr:first-child > td:nth-child(1) > strong,
#quick_reply_form tbody#quickreply_e > tr:first-child > td:nth-child(1) > br,
#quick_reply_form tbody#quickreply_e > tr:first-child > td:nth-child(1) span.smalltext br {
	display: none !important;
}

#quick_reply_form tbody#quickreply_e > tr:first-child > td:nth-child(1) span.smalltext {
	font-size: 0 !important; /* Hide legacy text nodes in options cell */
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap !important;
	gap: 10px !important;
	align-items: center !important;
}

/* Modern horizontal badges for option checkboxes */
#quick_reply_form tbody#quickreply_e > tr:first-child > td:nth-child(1) span.smalltext label {
	font-size: 13px !important;
	margin: 0 !important;
	display: inline-flex !important;
	align-items: center !important;
	gap: 8px !important;
	font-weight: 500 !important;
	color: #475569 !important;
	cursor: pointer !important;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	padding: 6px 14px;
	border-radius: 20px;
	transition: all 0.2s ease;
	user-select: none;
}

#quick_reply_form tbody#quickreply_e > tr:first-child > td:nth-child(1) span.smalltext label:hover {
	background: #f1f5f9;
	border-color: #cbd5e1;
	color: #1e293b !important;
}

#quick_reply_form tbody#quickreply_e > tr:first-child > td:nth-child(1) span.smalltext label:has(input:checked) {
	background: #fef2f2;
	border-color: #fca5a5;
	color: #db3b3b !important;
}

#quick_reply_form tbody#quickreply_e > tr:first-child > td:nth-child(1) span.smalltext label input[type="checkbox"] {
	margin: 0 !important;
	width: 15px !important;
	height: 15px !important;
	accent-color: #db3b3b !important;
	cursor: pointer !important;
}

/* Multiquote notice bar */
#quick_reply_form #quickreply_multiquote {
	width: 100% !important;
	box-sizing: border-box;
	background: #fef2f2;
	border: 1px solid #fee2e2;
	border-radius: 8px;
	padding: 10px 16px;
	margin-top: 10px;
	color: #991b1b;
}

#quick_reply_form #quickreply_multiquote a {
	color: #db3b3b !important;
	font-weight: 600;
	text-decoration: underline !important;
}

#quick_reply_form #quickreply_multiquote a:hover {
	color: #c32f2f !important;
}

/* Footer / Buttons container */
#quick_reply_form td.tfoot {
	background: #f8fafc !important;
	padding: 16px 20px !important;
	border-top: 1px solid #f1f5f9 !important;
	text-align: center;
}

#quick_reply_form td.tfoot input.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 24px;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.2s ease;
	border: 1px solid transparent;
	height: auto;
	line-height: normal;
	outline: none;
	font-family: 'Inter', sans-serif;
}

#quick_reply_form td.tfoot input#quick_reply_submit {
	background: #db3b3b;
	color: #ffffff !important;
	box-shadow: 0 2px 4px rgba(219, 59, 59, 0.15);
	margin-right: 12px;
}

#quick_reply_form td.tfoot input#quick_reply_submit:hover {
	background: #c32f2f;
	box-shadow: 0 4px 12px rgba(219, 59, 59, 0.25);
	transform: translateY(-1px);
}

#quick_reply_form td.tfoot input[name="previewpost"] {
	background: #ffffff;
	border: 1px solid #cbd5e1;
	color: #475569 !important;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

#quick_reply_form td.tfoot input[name="previewpost"]:hover {
	background: #f8fafc;
	border-color: #94a3b8;
	color: #1e293b !important;
	transform: translateY(-1px);
}

/* 2. Thread Tools sidebar */
div.float_left:has(.thread_tools) {
	float: left;
	margin-top: 24px;
}

ul.thread_tools {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 16px !important;
	margin: 0;
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
	min-width: 220px;
}

ul.thread_tools li {
	list-style: none !important;
	padding-left: 28px !important;
	height: 24px !important;
	line-height: 24px !important;
	margin-bottom: 6px !important;
	font-size: 13px !important;
	background-repeat: no-repeat !important;
	transition: all 0.2s ease;
	display: flex !important;
	align-items: center !important;
}

ul.thread_tools li.printable {
	background-position: 4px 4px !important;
}
ul.thread_tools li.sendthread {
	background-position: 4px -16px !important;
}
ul.thread_tools li.subscription_add {
	background-position: 4px -36px !important;
}
ul.thread_tools li.subscription_remove {
	background-position: 4px -56px !important;
}
ul.thread_tools li.poll {
	background-position: 4px -76px !important;
}

ul.thread_tools li a {
	display: inline-block !important;
	color: #475569 !important;
	font-weight: 500;
	text-decoration: none !important;
	transition: color 0.2s ease;
	width: 100%;
}

ul.thread_tools li a:hover {
	color: #db3b3b !important;
}

/* 3. Moderation and Forum Jump dropdowns - Minimal Horizontal Toolbar Panel */
.moderation_toolbar {
	float: right;
	margin-top: 24px;
	margin-bottom: 24px;
	display: inline-flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: flex-end;
	gap: 24px;
	flex-wrap: wrap;
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 16px 20px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}

.moderation_toolbar form {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	margin: 0 !important;
}

.moderation_toolbar form + form {
	border-left: 1px solid #e2e8f0;
	padding-left: 24px;
}

.moderation_toolbar form span.smalltext {
	display: block !important;
	font-size: 11px;
	color: #64748b;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 0 !important;
	white-space: nowrap;
}

.moderation_toolbar form span.smalltext strong {
	font-weight: 600;
	color: inherit;
}

.moderation_inputs {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 6px;
}

.moderation_toolbar form select {
	border-radius: 6px;
	padding: 0 10px;
	border: 1px solid #cbd5e1;
	font-size: 13px;
	color: #334155;
	outline: none;
	background: #ffffff;
	min-width: 160px;
	max-width: 220px;
	font-family: inherit;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
	cursor: pointer;
	height: 32px;
	box-sizing: border-box;
}

.moderation_toolbar form select:focus {
	border-color: #db3b3b;
	box-shadow: 0 0 0 3px rgba(219, 59, 59, 0.1);
}

.moderation_toolbar form input.button {
	background: #ffffff;
	border: 1px solid #cbd5e1;
	color: #475569 !important;
	border-radius: 6px;
	padding: 0 12px;
	font-size: 12px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.2s ease;
	outline: none;
	height: 32px;
	line-height: 30px;
	font-family: inherit;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	box-sizing: border-box;
}

.moderation_toolbar form input.button:hover {
	background: #f1f5f9;
	border-color: #cbd5e1;
	color: #0f172a !important;
}

/* Prominent theme red highlight for submit buttons in moderation forms */
.moderation_toolbar form input[type="submit"] {
	border-color: #db3b3b;
	color: #db3b3b !important;
}

.moderation_toolbar form input[type="submit"]:hover {
	background: #db3b3b;
	color: #ffffff !important;
}

/* Hide redundant "Git" button for the Forum Jump form, as it redirects automatically on select change */
.moderation_toolbar form[action="forumdisplay.php"] input.button {
	display: none !important;
}

/* 4. Users Browsing styling */
.moderation_toolbar ~ span.smalltext {
	display: block;
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	padding: 12px 16px;
	margin-top: 24px;
	margin-bottom: 12px;
	color: #64748b;
	font-size: 13px;
	line-height: 1.5;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.01);
	clear: both;
}

.moderation_toolbar ~ span.smalltext strong {
	color: #334155;
}

/* 5. Footer bottom menu styling */
.bottom_menu {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	min-height: 48px;
	height: auto !important;
	background: #f8f8f8;
	border-top: 1px solid #d4d4d4;
	padding: 8px 20px !important;
	box-sizing: border-box;
	overflow: visible !important;
	line-height: normal !important;
}

.bottom_menu .footer_left,
.bottom_menu .footer_right {
	display: inline-flex;
	align-items: center;
}

.bottom_menu .footer_right {
	gap: 20px;
}

/* Hide submit buttons ("Git" / "Go" buttons) in the footer lang/theme forms */
.bottom_menu .language form input[type="submit"],
.bottom_menu .language form input.button,
.bottom_menu .theme form input[type="submit"],
.bottom_menu .theme form input.button {
	display: none !important;
}

/* Style select dropdowns inside footer */
.bottom_menu select {
	border: 1px solid #cbd5e1;
	border-radius: 6px;
	padding: 4px 10px;
	font-size: 12px;
	color: #475569;
	background: #ffffff;
	outline: none;
	cursor: pointer;
	height: 28px;
	box-sizing: border-box;
	font-family: inherit;
	transition: all 0.2s ease-in-out;
}

.bottom_menu select:hover {
	border-color: #db3b3b;
	color: #db3b3b;
}

.bottom_menu select:focus {
	border-color: #db3b3b;
	box-shadow: 0 0 0 2px rgba(219, 59, 59, 0.1);
}

/* Fix footer links block to remove float and margins since it's inside flexbox */
.bottom_menu .footer_links {
	float: none !important;
	margin: 0 !important;
	display: flex !important;
	align-items: center;
}

.bottom_menu .footer_links a {
	float: none !important;
	display: inline-block !important;
}

/* Mobile responsive layouts */
@media (max-width: 768px) {
	div.float_left:has(.thread_tools) {
		float: none !important;
		width: 100% !important;
		margin-top: 16px;
	}
	.moderation_toolbar {
		float: none !important;
		width: 100% !important;
		display: flex !important;
		flex-direction: column !important;
		align-items: stretch !important;
		margin-top: 16px;
		box-sizing: border-box !important;
		padding: 16px !important;
		gap: 16px !important;
	}
	.moderation_toolbar form {
		width: 100%;
		border-bottom: 1px solid #e2e8f0;
		padding-bottom: 16px;
		margin-bottom: 0;
	}
	.moderation_toolbar form + form {
		border-left: none !important;
		padding-left: 0 !important;
	}
	.moderation_toolbar form:last-of-type {
		border-bottom: none;
		padding-bottom: 0;
	}
	.moderation_toolbar form select {
		flex: 1 1 auto !important;
		max-width: none !important;
	}
	.moderation_inputs {
		width: 100%;
	}
	.moderation_inputs select {
		flex: 1;
	}
	.bottom_menu {
		flex-direction: column !important;
		align-items: center !important;
		gap: 12px !important;
		padding: 16px 20px !important;
	}
	.bottom_menu .footer_right {
		flex-direction: column !important;
		align-items: center !important;
		gap: 12px !important;
		width: 100%;
	}
	.bottom_menu .footer_links {
		flex-wrap: wrap !important;
		justify-content: center !important;
	}

	/* Responsive post author area */
	.post:not(.classic) .post_author {
		flex-wrap: wrap;
		gap: 12px 16px;
		padding: 12px 16px;
		width: 100% !important;
		box-sizing: border-box !important;
	}

	.post:not(.classic) .post_author div.author_avatar {
		flex-shrink: 0;
	}

	.post:not(.classic) .post_author div.author_information {
		margin-left: 12px;
		flex: 1 1 auto;
		min-width: 0;
	}

	.post:not(.classic) .post_author .author_badge_stars {
		display: none !important;
	}

	.post:not(.classic) .post_author div.author_statistics {
		width: 100%;
		order: 3;
	}

	.post:not(.classic) .post_author .author_stats_grid {
		justify-content: flex-start;
		width: 100% !important;
		gap: 6px 12px;
		margin-top: 4px;
		display: flex !important;
		flex-wrap: wrap !important;
	}

	.post:not(.classic) .post_content {
		width: 100% !important;
		box-sizing: border-box !important;
		overflow-wrap: break-word !important;
		word-wrap: break-word !important;
		word-break: break-word !important;
	}

	/* Modern post_controls buttons layout for mobile to prevent overflow */
	.post_controls {
		padding: 8px 12px !important;
		display: flex !important;
		flex-direction: column !important;
		align-items: stretch !important;
		gap: 8px !important;
		width: 100% !important;
		box-sizing: border-box !important;
	}

	.post_controls .postbit_buttons.float_left,
	.post_controls .postbit_buttons.float_right {
		display: flex !important;
		flex-wrap: nowrap !important;
		overflow-x: auto !important;
		gap: 6px !important;
		float: none !important;
		width: 100% !important;
		max-width: 100% !important;
		-ms-overflow-style: none;
		scrollbar-width: none;
		box-sizing: border-box !important;
	}

	.post_controls .postbit_buttons.float_left::-webkit-scrollbar,
	.post_controls .postbit_buttons.float_right::-webkit-scrollbar {
		display: none;
	}

	.postbit_buttons a {
		flex: 0 0 auto !important;
		padding: 5px 10px !important;
		font-size: 11px !important;
		border-radius: 6px !important;
	}

	/* Scrollable breadcrumbs navigation bar on mobile */
	.navigationbar {
		height: auto !important;
		min-height: 34px !important;
		overflow-x: auto !important;
		white-space: nowrap !important;
		-webkit-overflow-scrolling: touch;
	}
	
	.navigationbar::-webkit-scrollbar {
		display: none;
	}

	.navigation {
		display: inline-flex !important;
		flex-wrap: nowrap !important;
		align-items: center !important;
		width: auto !important;
	}

	.nav_link, .navigationbar .nav_sep {
		float: none !important;
		display: inline-flex !important;
		align-items: center !important;
		vertical-align: middle !important;
	}

	/* Prevent table overflow specifically for threads with tfixed layout while keeping homepage grids intact */
	table.tfixed {
		width: 100% !important;
		max-width: 100% !important;
		table-layout: fixed !important;
		display: table !important;
	}
	table.tfixed td {
		max-width: 100% !important;
		box-sizing: border-box !important;
	}

	/* Fix quick reply form structure on mobile to bypass display: table */
	#quick_reply_form table.tborder {
		display: block !important;
		width: 100% !important;
		border: none !important;
		box-shadow: none !important;
	}

	#quick_reply_form table.tborder tbody,
	#quick_reply_form table.tborder tr {
		display: flex !important;
		flex-direction: column !important;
		width: 100% !important;
	}

	#quick_reply_form tbody#quickreply_e > tr:first-child > td:nth-child(1),
	#quick_reply_form tbody#quickreply_e > tr:first-child > td:nth-child(2) {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		box-sizing: border-box !important;
		padding: 12px 16px !important;
	}

	#quick_reply_form tbody#quickreply_e > tr:first-child > td:nth-child(2) {
		order: 1 !important;
	}

	#quick_reply_form tbody#quickreply_e > tr:first-child > td:nth-child(1) {
		order: 2 !important;
		border: none !important;
	}

	/* Force sceditor and textarea to fill 100% width on mobile */
	.sceditor-container {
		width: 100% !important;
		max-width: 100% !important;
		box-sizing: border-box !important;
	}

	.sceditor-container iframe,
	.sceditor-container textarea {
		width: 100% !important;
		height: 180px !important;
		box-sizing: border-box !important;
	}

	#quick_reply_form tbody#quickreply_e > tr:first-child > td:nth-child(1) span.smalltext {
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: wrap !important;
		gap: 8px !important;
		justify-content: flex-start !important;
		width: 100% !important;
	}

	#quick_reply_form tbody#quickreply_e > tr:first-child > td:nth-child(1) span.smalltext label {
		flex: 0 1 auto !important;
		margin: 0 !important;
	}
}

/* ==========================================================================
   Portal Page Redesign (portal.php)
   ========================================================================== */

.portal_container {
	display: flex;
	gap: 24px;
	max-width: 1200px;
	margin: 24px auto;
	padding: 0 16px;
	align-items: flex-start;
}

.portal_sidebar {
	width: 280px;
	flex-shrink: 0;
}

.portal_main {
	flex: 1;
	min-width: 0;
}

/* Sidebar Widgets */
.portal_widget {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 24px 0;
	box-shadow: 0 1px 3px rgba(0,0,0,0.05);
	margin-bottom: 20px;
}

.portal_widget.sidebar_menu {
	padding: 24px 0;
}

.widget_title {
	font-size: 16px;
	font-weight: 700;
	color: #db3b3b;
	padding: 0 24px;
	margin: 0 0 4px 0;
	display: flex;
	align-items: center;
	gap: 8px;
}

.widget_subtitle {
	display: block;
	font-size: 11px;
	color: #a0aec0;
	margin-left: 24px;
	margin-bottom: 16px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.5px;
}

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

.sidebar_links li {
	margin: 2px 0;
}

.sidebar_links li a {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 24px;
	font-size: 14px;
	font-weight: 500;
	color: #4a5568;
	text-decoration: none;
	border-left: 3px solid transparent;
	transition: all 0.2s ease;
}

.sidebar_links li a i {
	font-size: 16px;
	color: #718096;
	transition: color 0.2s ease;
	width: 20px;
	text-align: center;
}

.sidebar_links li a:hover {
	background: #f8fafc;
	color: #db3b3b;
}

.sidebar_links li a:hover i {
	color: #db3b3b;
}

.sidebar_links li.active a {
	background: #fff5f5;
	color: #db3b3b;
	font-weight: 600;
	border-left-color: #db3b3b;
}

.sidebar_links li.active a i {
	color: #db3b3b;
}

/* New Thread Button */
.btn_new_thread {
	display: block;
	width: 100%;
	text-align: center;
	background: #db3b3b;
	color: #ffffff !important;
	padding: 14px 20px;
	font-size: 15px;
	font-weight: 600;
	border-radius: 8px;
	text-decoration: none;
	box-shadow: 0 4px 6px rgba(219, 59, 59, 0.15);
	transition: all 0.2s ease;
	box-sizing: border-box;
}

.btn_new_thread:hover {
	background: #c53030;
	transform: translateY(-1px);
	box-shadow: 0 6px 10px rgba(219, 59, 59, 0.2);
}

/* Welcome Banner */
.portal_welcome_banner {
	background: linear-gradient(135deg, #e53e3e, #f56565);
	border-radius: 12px;
	padding: 32px;
	color: #ffffff;
	margin-bottom: 24px;
	box-shadow: 0 4px 15px rgba(229, 62, 62, 0.15);
	position: relative;
	overflow: hidden;
}

.portal_welcome_banner::before {
	content: "";
	position: absolute;
	right: -40px;
	bottom: -40px;
	width: 180px;
	height: 180px;
	background: rgba(255, 255, 255, 0.08);
	border-radius: 50%;
}

.portal_welcome_banner::after {
	content: "";
	position: absolute;
	right: 60px;
	bottom: 20px;
	width: 100px;
	height: 100px;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 50%;
}

.portal_welcome_banner h2 {
	font-size: 26px;
	font-weight: 700;
	margin: 0 0 10px 0;
	color: #ffffff;
	letter-spacing: -0.5px;
}

.portal_welcome_banner p {
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
	color: rgba(255, 255, 255, 0.9);
	max-width: 600px;
	position: relative;
	z-index: 1;
}

/* Section Title */
.portal_section_title {
	font-size: 16px;
	font-weight: 700;
	color: #2d3748;
	margin: 32px 0 16px 0;
	display: flex;
	align-items: center;
	gap: 8px;
	justify-content: space-between;
	border-bottom: 1px solid #e2e8f0;
	padding-bottom: 12px;
}

.portal_section_title i {
	color: #db3b3b;
}

.portal_section_title .title_tag {
	font-size: 9px;
	font-weight: 700;
	color: #718096;
	background: #edf2f7;
	padding: 3px 8px;
	border-radius: 4px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

/* Forum Cards Grid */
.portal_forums_grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-bottom: 24px;
}

.portal_forum_card {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 20px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.05);
	transition: all 0.2s ease;
	display: flex;
	flex-direction: column;
}

.portal_forum_card:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(0,0,0,0.06);
	border-color: #cbd5e1;
}

.forum_card_header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 14px;
}

.forum_icon_wrapper {
	width: 36px;
	height: 36px;
	background: #fff5f5;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #db3b3b;
	font-size: 16px;
	flex-shrink: 0;
}

.forum_card_stats {
	display: flex;
	gap: 12px;
	font-size: 11px;
	color: #718096;
	text-align: right;
}

.forum_card_stats div {
	display: flex;
	flex-direction: column;
}

.forum_card_stats strong {
	color: #2d3748;
	font-size: 14px;
	font-weight: 700;
}

.portal_forum_card h4 {
	font-size: 15px;
	font-weight: 700;
	color: #2d3748;
	margin: 0 0 6px 0;
}

.portal_forum_card p {
	font-size: 13px;
	color: #718096;
	line-height: 1.5;
	margin: 0 0 16px 0;
	flex: 1;
}

.forum_last_poster {
	display: flex;
	align-items: center;
	gap: 10px;
	padding-top: 12px;
	border-top: 1px solid #edf2f7;
	margin-top: auto;
}

.avatar_mini {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #e2e8f0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #718096;
	font-size: 12px;
	overflow: hidden;
	flex-shrink: 0;
}

.avatar_mini img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.poster_details {
	display: flex;
	flex-direction: column;
	font-size: 11px;
	line-height: 1.3;
	min-width: 0;
}

.poster_details strong {
	color: #4a5568;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.poster_details span {
	color: #a0aec0;
}

/* Forum List */
.portal_forums_list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 24px;
}

.portal_forum_row {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 16px 20px;
	display: flex;
	align-items: center;
	gap: 16px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.05);
	transition: all 0.2s ease;
}

.portal_forum_row:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 10px rgba(0,0,0,0.05);
	border-color: #cbd5e1;
}

.forum_row_info {
	flex: 1;
	min-width: 0;
}

.forum_row_info h4 {
	font-size: 15px;
	font-weight: 700;
	color: #2d3748;
	margin: 0 0 4px 0;
}

.forum_row_info p {
	font-size: 13px;
	color: #718096;
	margin: 0 0 8px 0;
}

.forum_row_meta {
	display: flex;
	gap: 16px;
	font-size: 11px;
	color: #718096;
}

.forum_row_meta span {
	display: flex;
	align-items: center;
	gap: 4px;
}

.forum_row_last {
	text-align: right;
	font-size: 11px;
	max-width: 250px;
	min-width: 150px;
	line-height: 1.4;
	flex-shrink: 0;
}

.forum_row_last strong {
	display: block;
	color: #4a5568;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.forum_row_last span {
	color: #a0aec0;
}

/* Featured Row (Hero & Stats) */
.portal_featured_row {
	display: grid;
	grid-template-columns: 1.7fr 1.3fr;
	gap: 20px;
	margin-bottom: 24px;
}

.portal_hero_card {
	background: linear-gradient(rgba(0,0,0,0.15), rgba(0,0,0,0.8)), url(https://images.unsplash.com/photo-1522071820081-009f0129c71c?q=80&w=600) center/cover;
	border-radius: 12px;
	padding: 24px;
	color: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 220px;
	position: relative;
	box-shadow: 0 4px 12px rgba(0,0,0,0.08);
	overflow: hidden;
	box-sizing: border-box;
}

.hero_badge {
	position: absolute;
	top: 20px;
	left: 20px;
	background: #e53e3e;
	color: #ffffff;
	font-size: 10px;
	font-weight: 700;
	padding: 3px 8px;
	border-radius: 4px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.portal_hero_card h3 {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 6px 0;
	color: #ffffff;
	text-shadow: 0 1px 3px rgba(0,0,0,0.6);
}

.portal_hero_card p {
	font-size: 13px;
	color: rgba(255,255,255,0.9);
	margin: 0;
	text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}

.portal_stats_card {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 20px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.05);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;
}

.portal_stats_card h3 {
	font-size: 15px;
	font-weight: 700;
	color: #db3b3b;
	margin: 0 0 12px 0;
}

.stat_meta_label {
	font-size: 10px;
	font-weight: 700;
	color: #a0aec0;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin-bottom: 2px;
	display: block;
}

.stat_large_number {
	font-size: 36px;
	font-weight: 800;
	color: #1a202c;
	line-height: 1;
	margin-bottom: 10px;
}

.stat_progress_bar {
	width: 100%;
	height: 6px;
	background: #edf2f7;
	border-radius: 3px;
	overflow: hidden;
	margin-bottom: 12px;
}

.stat_progress_bar span {
	display: block;
	height: 100%;
	background: #db3b3b;
	border-radius: 3px;
}

.portal_stats_card p {
	font-size: 12px;
	color: #718096;
	line-height: 1.4;
	margin: 0 0 12px 0;
}

.stat_link {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 12px;
	font-weight: 700;
	color: #db3b3b;
	text-decoration: none;
	transition: gap 0.2s ease;
	margin-top: auto;
}

.stat_link:hover {
	gap: 8px;
}

/* Tags List */
.portal_tags_row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 32px;
}

.tag_pill {
	background: #f7fafc;
	border: 1px solid #edf2f7;
	color: #718096 !important;
	font-size: 12px;
	font-weight: 500;
	padding: 5px 12px;
	border-radius: 20px;
	text-decoration: none;
	transition: all 0.2s ease;
}

.tag_pill:hover {
	background: #fff5f5;
	border-color: #feb2b2;
	color: #db3b3b !important;
}

/* Whos Online Panel */
.portal_online_card {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 24px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.05);
	margin-bottom: 24px;
}

.portal_online_card h3 {
	font-size: 15px;
	font-weight: 700;
	color: #2d3748;
	margin: 0 0 12px 0;
	display: flex;
	align-items: center;
	gap: 8px;
}

.status_indicator {
	width: 8px;
	height: 8px;
	background: #48bb78;
	border-radius: 50%;
	display: inline-block;
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(72, 187, 120, 0.7);
	}
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 6px rgba(72, 187, 120, 0);
	}
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(72, 187, 120, 0);
	}
}

.portal_online_card p {
	font-size: 13px;
	color: #718096;
	margin: 0 0 16px 0;
	line-height: 1.5;
}

.online_avatar_list {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
	padding-left: 8px;
}

.avatar_initial {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 2px solid #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-weight: 700;
	font-size: 12px;
	margin-left: -8px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.avatar_more {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 2px solid #ffffff;
	background: #edf2f7;
	color: #4a5568;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 10px;
	margin-left: -8px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.online_bots_list {
	font-size: 12px;
	color: #a0aec0;
	border-top: 1px solid #edf2f7;
	padding-top: 12px;
	margin-top: 12px;
}

/* Footer Redesign */
.main_footer {
	background: #f7fafc;
	padding: 40px 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	border-top: 1px solid #e2e8f0;
	margin-top: 48px;
	box-sizing: border-box;
}

.footer_brand {
	font-size: 18px;
	font-weight: 700;
	color: #1a202c;
	margin-bottom: 12px;
}

.footer_links {
	list-style: none;
	padding: 0;
	margin: 0 0 24px 0;
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: center;
}

.footer_links li a {
	font-size: 13px;
	color: #718096 !important;
	text-decoration: none;
	font-weight: 500;
	transition: color 0.2s ease;
}

.footer_links li a:hover {
	color: #db3b3b !important;
}

.footer_stats_row {
	display: flex;
	justify-content: center;
	gap: 24px;
	max-width: 700px;
	width: 100%;
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 20px;
	margin-bottom: 24px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.02);
	box-sizing: border-box;
}

.footer_stat_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1;
}

.footer_stat_item .stat_val {
	font-size: 22px;
	font-weight: 700;
	color: #db3b3b;
	margin-bottom: 2px;
}

.footer_stat_item .stat_lbl {
	font-size: 9px;
	font-weight: 700;
	color: #a0aec0;
	letter-spacing: 0.5px;
}

.footer_copyright {
	font-size: 11px;
	color: #a0aec0;
	margin-bottom: 8px;
}

/* Footer Selectors Redesign */
.footer_selectors {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1200px;
	margin: 24px auto 0;
	padding-top: 20px;
	border-top: 1px solid #edf2f7;
	font-size: 13px;
	box-sizing: border-box;
}

.footer_selectors form {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.footer_selectors select {
	height: 38px !important;
	padding: 0 36px 0 16px !important;
	box-sizing: border-box !important;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	background-color: #ffffff;
	color: #4a5568;
	font-size: 13px;
	font-weight: 500;
	outline: none;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	min-width: 150px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.02);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23718096' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 14px;
}

.footer_selectors select:hover {
	border-color: #cbd5e0;
	background-color: #f7fafc;
}

.footer_selectors select:focus {
	border-color: #db3b3b;
	box-shadow: 0 0 0 3px rgba(219, 59, 59, 0.15);
	background-color: #ffffff;
}

.footer_selectors input.button,
.footer_selectors .button {
	display: inline-block !important;
	text-align: center !important;
	height: 38px !important;
	padding: 0 16px !important;
	box-sizing: border-box !important;
	line-height: 38px !important;
	background: #db3b3b;
	color: #ffffff !important;
	border: none;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.2s ease;
	text-shadow: none;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.footer_selectors input.button:hover,
.footer_selectors .button:hover {
	background: #b82e2e;
	transform: translateY(-1px);
	box-shadow: 0 4px 6px rgba(219, 59, 59, 0.15);
}

/* Custom Action Buttons */
.new_thread_button,
.new_reply_button,
.closed_button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	padding: 8px 18px !important;
	border-radius: 8px !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	text-decoration: none !important;
	transition: all 0.2s ease-in-out !important;
	border: none !important;
	cursor: pointer;
	height: 38px !important;
	box-sizing: border-box !important;
	line-height: 1 !important;
}

.new_thread_button,
.new_reply_button {
	background: #db3b3b !important;
	color: #ffffff !important;
	box-shadow: 0 2px 4px rgba(219, 59, 59, 0.15) !important;
}

.new_thread_button:hover,
.new_reply_button:hover {
	background: #b82e2e !important;
	transform: translateY(-1px) !important;
	box-shadow: 0 4px 8px rgba(219, 59, 59, 0.25) !important;
	color: #ffffff !important;
}

.new_thread_button:active,
.new_reply_button:active {
	transform: translateY(0) !important;
	box-shadow: 0 2px 4px rgba(219, 59, 59, 0.15) !important;
}

.closed_button {
	background: #718096 !important;
	color: #ffffff !important;
	box-shadow: 0 2px 4px rgba(113, 128, 150, 0.15) !important;
	cursor: not-allowed !important;
}

.new_thread_button span,
.new_reply_button span,
.closed_button span {
	display: inline-block !important;
	line-height: 1 !important;
}

/* Forumdisplay bottom card and actions row redesign */
.forumdisplay_actions_row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 20px 0;
	width: 100%;
}

.forumdisplay_actions_row .pagination {
	font-size: 11px !important;
	padding-top: 0 !important;
	margin-bottom: 0 !important;
	display: flex;
	align-items: center;
	gap: 4px;
}

.forumdisplay_actions_row .pagination .pages {
	color: #4a5568 !important;
	font-weight: bold !important;
	margin-right: 6px;
	font-size: 11px !important;
}

.forumdisplay_actions_row .pagination a,
.forumdisplay_actions_row .pagination .pagination_current {
	padding: 3px 6px !important;
	border-radius: 4px !important;
	font-size: 11px !important;
	transition: all 0.15s ease !important;
	display: inline-block !important;
	line-height: 1.4 !important;
}

.forumdisplay_actions_row .pagination a {
	background: #ffffff !important;
	border: 1px solid #d4d4d4 !important;
	color: #718096 !important;
	text-decoration: none !important;
}

.forumdisplay_actions_row .pagination a:hover,
.forumdisplay_actions_row .pagination .go_page:hover {
	background: #f5f5f5 !important;
	border-color: #cbd5e0 !important;
	color: #000000 !important;
}

.forumdisplay_actions_row .pagination .pagination_current {
	background: #ffffff !important;
	color: #000000 !important;
	border: 1px solid #707070 !important;
	font-weight: bold !important;
}

.forumdisplay_actions_row .pagination .go_page {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 3px 6px !important;
	border-radius: 4px !important;
	background: #ffffff !important;
	border: 1px solid #d4d4d4 !important;
	height: auto !important;
}

.forumdisplay_actions_row .pagination .go_page img {
	margin: 0 !important;
	vertical-align: middle !important;
}

.forumdisplay_actions_row .pagination .go_page:hover img {
	filter: none !important;
}

.forumdisplay_bottom_card {
	display: flex;
	background: #ffffff;
	border: 1px solid #edf2f7;
	border-radius: 12px;
	padding: 16px 20px;
	margin-top: 16px;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02), 0 2px 4px -1px rgba(0, 0, 0, 0.01);
	gap: 24px;
}

.forumdisplay_bottom_card .bottom_col {
	flex: 1;
}

.forumdisplay_bottom_card .legend_col {
	border-right: 1px solid #edf2f7;
	padding-right: 24px;
}

.forumdisplay_bottom_card .bottom_title {
	font-size: 13px;
	font-weight: 700;
	color: #2d3748;
	margin-bottom: 12px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

/* Legend items grid layout */
.forumdisplay_bottom_card .legend_grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 8px 16px;
}

.forumdisplay_bottom_card .legend_item {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	color: #4a5568;
}

.forumdisplay_bottom_card .legend_item .thread_status {
	display: inline-block !important;
	width: 16px !important;
	height: 16px !important;
	vertical-align: middle !important;
	flex-shrink: 0 !important;
	background-image: url(../../../images/folders_sprite.png) !important;
	background-repeat: no-repeat !important;
}

.forumdisplay_bottom_card .legend_text {
	font-size: 12px;
	color: #4a5568;
}

/* Forum Tools Column */
.forumdisplay_bottom_card .tools_col {
	display: flex;
	flex-direction: column;
}

.forumdisplay_bottom_card .tools_forms {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.forumdisplay_bottom_card .tools_forms form {
	display: flex !important;
	align-items: center !important;
	gap: 8px !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
}

.forumdisplay_bottom_card .tools_forms form span.smalltext {
	font-size: 12px !important;
	font-weight: 600 !important;
	color: #4a5568 !important;
	width: 110px !important;
	flex-shrink: 0 !important;
	display: inline-block !important;
}

/* Make selects and inputs in tools look uniform and match the footer styling */
.forumdisplay_bottom_card select,
.forumdisplay_bottom_card input[type="text"] {
	height: 30px !important;
	padding: 0 10px !important;
	box-sizing: border-box !important;
	border: 1px solid #e2e8f0 !important;
	border-radius: 6px !important;
	background-color: #ffffff !important;
	color: #4a5568 !important;
	font-size: 12px !important;
	font-weight: 500 !important;
	outline: none !important;
	transition: all 0.2s ease-in-out !important;
	flex-grow: 1 !important;
	max-width: 240px !important;
}

.forumdisplay_bottom_card select {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23718096' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: right 10px center !important;
	background-size: 12px !important;
	padding-right: 30px !important;
}

.forumdisplay_bottom_card select:hover,
.forumdisplay_bottom_card input[type="text"]:hover {
	border-color: #cbd5e0 !important;
}

.forumdisplay_bottom_card select:focus,
.forumdisplay_bottom_card input[type="text"]:focus {
	border-color: #db3b3b !important;
	box-shadow: 0 0 0 3px rgba(219, 59, 59, 0.15) !important;
	background-color: #ffffff !important;
}

/* Submit and action buttons in tools */
.forumdisplay_bottom_card input[type="submit"],
.forumdisplay_bottom_card input[type="button"] {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	height: 30px !important;
	padding: 0 12px !important;
	box-sizing: border-box !important;
	border: none !important;
	border-radius: 6px !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	cursor: pointer;
	transition: all 0.2s ease !important;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important;
	flex-shrink: 0 !important;
}

/* Red button action */
.forumdisplay_bottom_card input[type="submit"] {
	background: #db3b3b !important;
	color: #ffffff !important;
}

.forumdisplay_bottom_card input[type="submit"]:hover {
	background: #b82e2e !important;
}

/* Cancel / secondary button */
.forumdisplay_bottom_card input[type="button"] {
	background: #f7fafc !important;
	color: #4a5568 !important;
	border: 1px solid #e2e8f0 !important;
}

.forumdisplay_bottom_card input[type="button"]:hover {
	background: #edf2f7 !important;
	border-color: #cbd5e0 !important;
}

.forumdisplay_bottom_card input[type="submit"]:active,
.forumdisplay_bottom_card input[type="button"]:active {
	transform: translateY(0) !important;
}

.forumdisplay_bottom_card br {
	display: none !important;
}

/* Mobile Responsive Portal */
@media (max-width: 768px) {
	.portal_container {
		flex-direction: column;
		gap: 20px;
		padding: 0 12px;
	}

	.portal_sidebar {
		width: 100%;
	}

	.portal_forums_grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.portal_forum_row {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
		padding: 16px;
	}

	.forum_row_last {
		text-align: left;
		max-width: none;
		min-width: 0;
		width: 100%;
		border-top: 1px solid #edf2f7;
		padding-top: 10px;
	}

	.portal_featured_row {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.footer_stats_row {
		flex-direction: column;
		gap: 16px;
		padding: 16px 12px;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
	}

	.footer_selectors {
		flex-direction: column;
		gap: 16px;
		align-items: center;
		padding-top: 15px;
	}

	/* Forumdisplay Responsive Bottom Card */
	.forumdisplay_actions_row {
		flex-direction: column;
		gap: 12px;
		align-items: stretch;
	}
	.forumdisplay_actions_row .pagination {
		justify-content: center;
		flex-wrap: wrap;
	}
	.forumdisplay_actions_row .action_right {
		text-align: center;
	}
	.forumdisplay_bottom_card {
		flex-direction: column;
		gap: 24px;
		padding: 16px;
	}
	.forumdisplay_bottom_card .legend_col {
		border-right: none;
		border-bottom: 1px solid #edf2f7;
		padding-right: 0;
		padding-bottom: 24px;
	}
	.forumdisplay_bottom_card .legend_grid {
		grid-template-columns: 1fr;
		gap: 8px;
	}
}

.menu_toggle {
	display: none;
}

@media (max-width: 768px) {
	.portal_container {
		flex-direction: column;
		gap: 20px;
		padding: 0 12px;
	}

	.portal_sidebar {
		width: 100%;
	}

	.portal_forums_grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.portal_forum_row {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
		padding: 16px;
	}

	.forum_row_last {
		text-align: left;
		max-width: none;
		min-width: 0;
		width: 100%;
		border-top: 1px solid #edf2f7;
		padding-top: 10px;
	}

	.portal_featured_row {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.footer_stats_row {
		flex-direction: column;
		gap: 16px;
		padding: 16px 12px;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
	}

	.footer_selectors {
		flex-direction: column;
		gap: 16px;
		align-items: center;
		padding-top: 15px;
	}

	/* Forumdisplay Responsive Bottom Card */
	.forumdisplay_actions_row {
		flex-direction: column;
		gap: 12px;
		align-items: stretch;
	}
	.forumdisplay_actions_row .pagination {
		justify-content: center;
		flex-wrap: wrap;
	}
	.forumdisplay_actions_row .action_right {
		text-align: center;
	}
	.forumdisplay_bottom_card {
		flex-direction: column;
		gap: 24px;
		padding: 16px;
	}
	.forumdisplay_bottom_card .legend_col {
		border-right: none;
		border-bottom: 1px solid #edf2f7;
		padding-right: 0;
		padding-bottom: 24px;
	}
	.forumdisplay_bottom_card .legend_grid {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	/* Forumdisplay Responsive Thread List Table */
	.forumdisplay_threads_table {
		border: none !important;
		background: transparent !important;
		display: block !important;
		box-shadow: none !important;
	}
	.forumdisplay_threads_table tbody {
		display: block !important;
		width: 100% !important;
	}
	.forumdisplay_threads_table tr {
		display: block !important;
		width: 100% !important;
		box-sizing: border-box !important;
	}
	/* Hide columns header tcat row */
	.forumdisplay_threads_table tr:nth-child(2) {
		display: none !important;
	}
	/* Table title thead cell */
	.forumdisplay_threads_table tr:first-child td.thead {
		display: block !important;
		width: 100% !important;
		border-radius: 8px !important;
		margin-bottom: 12px !important;
		box-sizing: border-box !important;
	}
	/* Category separator row (Normal/Sticky threads divider) */
	.forumdisplay_threads_table td.trow_sep {
		display: block !important;
		width: 100% !important;
		font-size: 11px !important;
		font-weight: 700 !important;
		color: #a0aec0 !important;
		background: transparent !important;
		border: none !important;
		padding: 12px 8px 6px 8px !important;
		text-transform: uppercase !important;
		letter-spacing: 0.05em !important;
		box-sizing: border-box !important;
	}
	/* Make each thread row a card */
	.forumdisplay_threads_table tr.inline_row {
		background: #ffffff !important;
		border: 1px solid #edf2f7 !important;
		border-radius: 10px !important;
		padding: 12px 14px !important;
		margin-bottom: 10px !important;
		position: relative !important;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02) !important;
		transition: transform 0.15s ease, box-shadow 0.15s ease !important;
		box-sizing: border-box !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.forumdisplay_threads_table tr.inline_row:hover {
		transform: translateY(-1px) !important;
		box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.04), 0 2px 4px -1px rgba(0, 0, 0, 0.02) !important;
	}
	/* Highlight sticky threads with soft warm tone and red left accent */
	.forumdisplay_threads_table tr.inline_row:has(.forumdisplay_sticky) {
		border-left: 3px solid #db3b3b !important;
		background: #fffcfc !important;
	}
	/* Hide standard status icon columns on mobile */
	.forumdisplay_threads_table tr.inline_row td:nth-child(1),
	.forumdisplay_threads_table tr.inline_row td:nth-child(2) {
		display: none !important;
	}
	/* Thread Subject Details TD */
	.forumdisplay_threads_table tr.inline_row td:nth-child(3) {
		display: block !important;
		width: 100% !important;
		padding: 0 !important;
		border: none !important;
		background: transparent !important;
	}
	/* Style Thread Subject Links and Pagination inside card */
	.forumdisplay_threads_table tr.inline_row td:nth-child(3) a {
		font-size: 14px !important;
		font-weight: 600 !important;
		color: #2d3748 !important;
		line-height: 1.4 !important;
		word-break: break-word !important;
	}
	.forumdisplay_threads_table tr.inline_row td:nth-child(3) span.smalltext {
		font-size: 11px !important;
		color: #a0aec0 !important;
	}
	/* Style replies and views as inline-block pill badges */
	.forumdisplay_threads_table tr.inline_row td:nth-child(4),
	.forumdisplay_threads_table tr.inline_row td:nth-child(5) {
		display: inline-flex !important;
		align-items: center !important;
		width: auto !important;
		height: 22px !important;
		padding: 0 8px !important;
		background: #f7fafc !important;
		border: 1px solid #edf2f7 !important;
		border-radius: 12px !important;
		font-size: 11px !important;
		font-weight: 500 !important;
		color: #718096 !important;
		margin-top: 8px !important;
		margin-right: 6px !important;
		box-sizing: border-box !important;
	}
	.forumdisplay_threads_table tr.inline_row td:nth-child(4)::before {
		content: "Cevap: " !important;
		margin-right: 3px !important;
	}
	.forumdisplay_threads_table tr.inline_row td:nth-child(5)::before {
		content: "Gösterim: " !important;
		margin-right: 3px !important;
	}
	/* Ratings column (td rating_table_...) - hide on mobile */
	.forumdisplay_threads_table tr.inline_row td[id^="rating_table_"] {
		display: none !important;
	}
	/* Last Post TD formatted as card footer */
	.forumdisplay_threads_table tr.inline_row td:has(span.lastpost) {
		display: block !important;
		width: 100% !important;
		text-align: left !important;
		border: none !important;
		background: transparent !important;
		padding: 8px 0 0 0 !important;
		margin-top: 8px !important;
		border-top: 1px dashed #edf2f7 !important;
		box-sizing: border-box !important;
	}
	.forumdisplay_threads_table tr.inline_row td:has(span.lastpost) span.lastpost {
		font-size: 11px !important;
		color: #718096 !important;
		display: inline-block !important;
	}
	.forumdisplay_threads_table tr.inline_row td:has(span.lastpost) span.lastpost br {
		display: none !important;
	}
	.forumdisplay_threads_table tr.inline_row td:has(span.lastpost) span.lastpost a {
		font-size: 11px !important;
		font-weight: 600 !important;
		margin-left: 4px !important;
		margin-right: 4px !important;
	}
	/* Position Inline Moderation checkbox TD to top-right corner */
	.forumdisplay_threads_table tr.inline_row td:has(input[type="checkbox"]) {
		position: absolute !important;
		top: 12px !important;
		right: 12px !important;
		width: auto !important;
		display: block !important;
		padding: 0 !important;
		background: transparent !important;
		border: none !important;
		box-sizing: border-box !important;
	}
	.forumdisplay_threads_table tr.inline_row td:has(input[type="checkbox"]) input.checkbox {
		margin: 0 !important;
		cursor: pointer !important;
	}

	/* Header Menu and Logo Mobile Alignment - Hamburger Menu Toggle style */
	.header {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		height: auto !important;
		background: #ffffff !important;
		border-bottom: 1px solid #edf2f7 !important;
		padding: 10px 0 !important;
		position: relative !important;
	}
	.logo {
		float: none !important;
		margin: 4px 0 !important;
		text-align: center !important;
		order: 1 !important;
	}
	.menu_toggle {
		display: block !important;
		position: absolute !important;
		top: 16px !important;
		right: 20px !important;
		font-size: 22px !important;
		color: #4a5568 !important;
		cursor: pointer !important;
		padding: 5px !important;
		transition: all 0.15s ease !important;
		z-index: 100 !important;
	}
	.menu_toggle:hover {
		color: #db3b3b !important;
	}
	.menu {
		float: none !important;
		width: 100% !important;
		display: none !important;
		background: #ffffff !important;
		transition: all 0.3s ease-in-out !important;
		order: 2 !important;
	}
	.menu.active {
		display: block !important;
		margin-top: 10px !important;
		border-top: 1px solid #edf2f7 !important;
		order: 2 !important;
	}
	.header:has(.menu.active) .menu_toggle i::before {
		content: "\f00d" !important;
	}
	.header:has(.menu.active) .menu_toggle {
		color: #db3b3b !important;
	}
	.menu ul {
		float: none !important;
		display: flex !important;
		flex-direction: column !important;
		width: 100% !important;
		height: auto !important;
		line-height: normal !important;
		padding: 0 !important;
	}
	.menu ul li {
		flex: none !important;
		float: none !important;
		width: 100% !important;
		border-bottom: 1px solid #f7fafc !important;
	}
	.menu ul li a {
		padding: 12px 20px !important;
		font-size: 13px !important;
		height: auto !important;
		display: flex !important;
		align-items: center !important;
		justify-content: flex-start !important;
		color: #4a5568 !important;
	}
	.menu ul li a i {
		margin-right: 10px !important;
		width: 16px !important;
		text-align: center !important;
	}
	.menu ul li a:hover {
		background: #f7fafc !important;
		color: #db3b3b !important;
	}
	
	/* Compact Search Bar */
	.searchbar {
		padding: 0 12px !important;
		height: 48px !important;
		background: #fdfdfd !important;
		border-bottom: 1px solid #edf2f7 !important;
	}
	.searchbar .searchform {
		width: 100% !important;
		display: flex !important;
		align-items: center !important;
	}
	.searchbar .searchbox {
		height: 32px !important;
		padding: 0 12px !important;
		font-size: 12px !important;
		border-radius: 6px 0 0 6px !important;
		border: 1px solid #e2e8f0 !important;
		flex-grow: 1 !important;
	}
	.searchbar .searchsubmit {
		height: 32px !important;
		line-height: 32px !important;
		width: 38px !important;
		font-size: 13px !important;
		border-radius: 0 6px 6px 0 !important;
		margin: 0 !important;
		background: #db3b3b !important;
		color: #ffffff !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		float: none !important;
	}

	/* User Profile Welcome Message Panel Grid Layout */
	.welcome_message {
		display: flex !important;
		flex-direction: column !important;
		padding: 12px !important;
		align-items: center !important;
		text-align: center !important;
		background: #ffffff !important;
		border-bottom: 1px solid #edf2f7 !important;
	}
	.welcome_message .message_icon {
		float: none !important;
		margin: 0 0 8px 0 !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		border: none !important;
		background: transparent !important;
		height: auto !important;
		width: auto !important;
	}
	.welcome_message .message_icon img.welcome_avatar {
		width: 48px !important;
		height: 48px !important;
		border-radius: 50% !important;
		border: 2px solid #edf2f7 !important;
	}
	.welcome_message .welcome_arrow {
		display: none !important;
	}
	.welcome_message .message_container {
		margin: 0 !important;
		padding: 0 !important;
		width: 100% !important;
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
	}
	.welcome_message .welcome_buttons {
		float: none !important;
		display: grid !important;
		grid-template-columns: repeat(3, 1fr) !important;
		gap: 6px !important;
		width: 100% !important;
		margin: 10px 0 0 0 !important;
		order: 2 !important;
	}
	.welcome_message .welcome_buttons a {
		float: none !important;
		margin: 0 !important;
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		padding: 6px 4px !important;
		font-size: 11px !important;
		border-radius: 6px !important;
		border: 1px solid #e2e8f0 !important;
		background: #ffffff !important;
		color: #4a5568 !important;
		box-shadow: 0 1px 2px rgba(0,0,0,0.02) !important;
		white-space: nowrap !important;
	}
	.welcome_message .welcome_buttons a i {
		margin-right: 4px !important;
	}
	.welcome_message:not(.welcome_member) .welcome_buttons {
		grid-template-columns: repeat(2, 1fr) !important;
	}

	/* Hide pages count description text in pagination to fit single row */
	.forumdisplay_actions_row .pagination .pages {
		display: none !important;
	}
	.forumdisplay_actions_row .pagination {
		flex-wrap: wrap !important;
		row-gap: 6px !important;
	}

	/* Aligned Thread Header Title Cell */
	.forumdisplay_threads_table tr:first-child td.thead {
		padding: 12px 14px !important;
		display: flex !important;
		flex-direction: column !important;
		align-items: flex-start !important;
		gap: 4px !important;
		box-sizing: border-box !important;
	}
	.forumdisplay_threads_table tr:first-child td.thead div {
		font-size: 15px !important;
		font-weight: 700 !important;
		color: #2d3748 !important;
	}
	.forumdisplay_threads_table tr:first-child td.thead .float_right {
		float: none !important;
		font-size: 11px !important;
		order: 2 !important;
	}
	.forumdisplay_threads_table tr:first-child td.thead .float_right a {
		color: #718096 !important;
		text-decoration: underline !important;
	}

	/* Clean Yellow Selection Alert Boxes */
	.forumdisplay_threads_table td.selectall {
		display: block !important;
		width: 100% !important;
		font-size: 11px !important;
		font-weight: 600 !important;
		color: #744210 !important;
		background: #fffdf0 !important;
		border: 1px solid #fefcbf !important;
		border-radius: 6px !important;
		padding: 8px 12px !important;
		margin-bottom: 8px !important;
		text-align: center !important;
		box-sizing: border-box !important;
	}

	/* Hide Thread View Mode toggle (Konu Görünümü) on mobile */
	.thread_toggle_link {
		display: none !important;
	}

	/* Hide Statistics and Last Post Columns on Homepage & Subforum Lists for Mobile */
	table.forum_list_table td.tcat:nth-child(n+2),
	table.forum_list_table td.trow1:nth-child(n+3),
	table.forum_list_table td.trow2:nth-child(n+3) {
		display: none !important;
	}

	/* Style New Thread & New Reply Forms on Mobile */
	form[name="input"] table.tborder,
	form[name="input"] table.tborder tbody,
	form[name="input"] table.tborder tr,
	form[name="input"] table.tborder td {
		display: block !important;
		width: 100% !important;
		box-sizing: border-box !important;
	}
	form[name="input"] input.textbox,
	form[name="input"] select,
	form[name="input"] textarea {
		width: 100% !important;
		box-sizing: border-box !important;
	}
	form[name="input"] label {
		display: inline-flex !important;
		align-items: center !important;
		margin-right: 8px !important;
		margin-bottom: 6px !important;
	}
	.sceditor-container {
		width: 100% !important;
		max-width: 100% !important;
		box-sizing: border-box !important;
	}
	.sceditor-container iframe,
	.sceditor-container textarea {
		width: 100% !important;
		box-sizing: border-box !important;
	}

	/* Restore horizontal table grid for mobile smilies panel */
	table#clickable_smilies {
		display: table !important;
		width: 100% !important;
		table-layout: fixed !important;
	}
	table#clickable_smilies tr {
		display: table-row !important;
	}
	table#clickable_smilies td {
		display: table-cell !important;
		width: auto !important;
		text-align: center !important;
		padding: 6px 4px !important;
	}
	table#clickable_smilies td img {
		max-width: 32px !important;
		max-height: 32px !important;
		width: auto !important;
		height: auto !important;
		cursor: pointer;
	}

	/* Mobil Uyumlu Arama Sayfası */
	form[action="search.php"] table.tborder {
		display: grid !important;
		grid-template-columns: 1fr !important;
		border: none !important;
		background: transparent !important;
		box-shadow: none !important;
		gap: 8px !important;
		width: 100% !important;
	}
	form[action="search.php"] table.tborder tbody {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 8px !important;
	}
	form[action="search.php"] table.tborder tr {
		display: contents !important;
	}
	form[action="search.php"] table.tborder td {
		display: block !important;
		width: 100% !important;
		box-sizing: border-box !important;
		padding: 12px 16px !important;
		border: 1px solid #edf2f7 !important;
		background: #ffffff !important;
		border-radius: 8px !important;
	}
	form[action="search.php"] table.tborder td.thead {
		background: #ffffff !important;
		border-left: 4px solid #db3b3b !important;
		border-radius: 8px !important;
		font-weight: 700 !important;
		font-size: 16px !important;
		color: #2d3748 !important;
	}
	form[action="search.php"] table.tborder td.tcat {
		background: #f8fafc !important;
		border: none !important;
		font-weight: 700 !important;
		font-size: 12px !important;
		color: #475569 !important;
		text-transform: uppercase !important;
		letter-spacing: 0.05em !important;
		padding: 8px 16px !important;
		border-radius: 6px !important;
		margin-top: 10px !important;
	}
	
	/* Elemanları Anlamlı Bir Sırayla Dizelim */
	form[action="search.php"] table.tborder td.thead { order: 1 !important; }
	
	/* Anahtar Kelime Arama */
	form[action="search.php"] table.tborder tr:nth-child(2) td:nth-child(1) { order: 2 !important; }
	form[action="search.php"] table.tborder tr:nth-child(3) td:nth-child(1) { order: 3 !important; }
	
	/* Kullanıcı Arama */
	form[action="search.php"] table.tborder tr:nth-child(2) td:nth-child(2) { order: 4 !important; }
	form[action="search.php"] table.tborder tr:nth-child(3) td:nth-child(2) { order: 5 !important; }
	
	/* Forumlarda Ara */
	form[action="search.php"] table.tborder tr:nth-child(4) td:nth-child(1) { order: 6 !important; }
	form[action="search.php"] table.tborder tr:nth-child(5) td:nth-child(1) { order: 7 !important; }
	
	/* Arama Seçenekleri */
	form[action="search.php"] table.tborder tr:nth-child(4) td:nth-child(2) { order: 8 !important; }
	form[action="search.php"] table.tborder tr:nth-child(5) td:nth-child(2) { order: 9 !important; }
	
	/* Sıralama Seçenekleri */
	form[action="search.php"] table.tborder tr:nth-child(6) td { order: 10 !important; }
	form[action="search.php"] table.tborder tr:nth-child(7) td { order: 11 !important; }
	
	/* Görüntüleme Seçenekleri */
	form[action="search.php"] table.tborder tr:nth-child(8) td { order: 12 !important; }
	form[action="search.php"] table.tborder tr:nth-child(9) td { order: 13 !important; }

	/* Moderatör Seçenekleri (Varsa) */
	form[action="search.php"] table.tborder tr:nth-child(10) td { order: 14 !important; }
	form[action="search.php"] table.tborder tr:nth-child(11) td { order: 15 !important; }

	/* Form Girdileri Modernleştirme */
	form[action="search.php"] input.textbox,
	form[action="search.php"] select {
		width: 100% !important;
		box-sizing: border-box !important;
		padding: 8px 12px !important;
		border: 1px solid #e2e8f0 !important;
		border-radius: 6px !important;
		font-size: 14px !important;
		margin-top: 4px !important;
		background: #ffffff !important;
	}
	form[action="search.php"] select[multiple="multiple"] {
		height: 200px !important;
	}
	form[action="search.php"] input[type="radio"],
	form[action="search.php"] input[type="checkbox"] {
		margin-top: 6px !important;
		margin-bottom: 6px !important;
	}
}

/* Premium Drag-and-Drop File Upload Area styling (desktop & mobile) */
#dropzone {
	background: #f8fafc !important;
	border: 2px dashed #cbd5e1 !important;
	border-radius: 8px !important;
	padding: 40px 20px !important;
	transition: all 0.2s ease-in-out !important;
	color: #64748b !important;
	font-weight: 500 !important;
	font-size: 14px !important;
	margin: 10px 0 !important;
}

#dropzone.activated {
	border-color: #db3b3b !important;
	background: #fff5f5 !important;
	color: #db3b3b !important;
}

#dropzone div {
	pointer-events: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

#dropzone div::before {
	content: "\f0ee";
	font-family: "FontAwesome";
	font-size: 28px;
	margin-bottom: 4px;
	color: #94a3b8;
}

#dropzone.activated div::before {
	color: #db3b3b;
}