body {
	background: #fff;
	color: #333;
	text-align: center;
	line-height: 1.4;
	margin: 0;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 13px;
	overflow-y: scroll;
}

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

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

a:hover,
a:active {
	color: #0072BC;
	text-decoration: underline;
}

#container {
	color: #333;
	text-align: left;
	line-height: 1.4;
	margin: 0;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 13px;
	min-width: 990px;
}

.wrapper {
	width: 85%;
	min-width: 970px;
	max-width: 1500px;
	margin: auto auto;
}

#logo {
	background: #fff;
	padding: 10px 0;
	border-bottom: 1px solid #263c30;
}

#content {
	background: #fff;
	width: auto !important;
	padding: 20px 10px;
	overflow: hidden;
}

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

#header ul.menu li {
	margin: 0 7px;
	display: inline;
}

#header ul.menu li a {
	padding-left: 20px;
	background-image: url(images/headerlinks_sprite.png);
	background-repeat: no-repeat;
	display: inline-block;
	line-height: 16px;
}

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

#logo ul.top_links a.search {
	background-position: 0 0;
}

#logo ul.top_links a.memberlist {
	background-position: 0 -20px;
}

#logo ul.top_links a.calendar {
	background-position: 0 -40px;
}

#logo ul.top_links a.help {
	background-position: 0 -60px;
}

#logo ul.top_links a.portal {
	background-position: 0 -180px;
}

#panel .upper a.logout {
	font-weight: bold;
	background: url(images/headerlinks_sprite.png) right -80px no-repeat;
	padding-right: 20px;
	margin-left: 10px;
}

#panel .upper a.login,
#panel .upper a.lost_password {
	background: url(images/headerlinks_sprite.png) 0 -100px no-repeat;
	padding-left: 20px;
	margin-left: 10px;
	font-weight: bold;
}

#panel .upper a.register {
	background: url(images/headerlinks_sprite.png) right -80px no-repeat;
	padding-right: 20px;
	margin-left: 10px;
	font-weight: bold;
}

#panel .lower ul.panel_links {
	float: left;
}

#panel .lower ul.panel_links a.usercp {
	background-position: 0 -120px;
}

#panel .lower ul.panel_links a.modcp {
	background-position: 0 -140px;
}

#panel .lower ul.panel_links a.admincp {
	background-position: 0 -160px;
}

#panel .lower ul.user_links {
	float: right;
}

#panel .lower ul.user_links li a {
	padding: 0;
	background-image: none;
}

#panel .upper {
	background: #0f0f0f url(images/tcat.png) repeat-x;
	color: #fff;
	border-top: 1px solid #444;
	border-bottom: 1px solid #000;
	padding: 7px;
	clear: both;
}

#panel .upper a:link,
#panel .upper a:visited,
#panel .upper a:hover,
#panel .upper a:active {
	color: #fff;
}

#panel .lower {
	background: #efefef;
	color: #999;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	padding: 5px;
}

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

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

#search input.button,
#search input.textbox {
	border-color: #000;
}

#search input.button {
	background: #0066a2 url(images/thead.png) top left repeat-x;
	color: #fff;
}

#search input {
	margin: -3px 0;
}

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

#footer {
	clear: both;
}

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

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

#footer .upper {
	background: #efefef;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	padding: 6px;
	font-size: 12px;
	overflow: hidden;
}

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

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

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

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

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

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

#footer .lower {
	color: #666;
	padding: 6px 6px 12px 6px;
	overflow: hidden;
	font-size: 11px;
}

#footer .lower a:link,
#footer .lower a:visited {
	color: #444;
	font-weight: bold;
}

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

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

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

.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_on {
	background-position: 0 0;
}

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

.forum_offclose {
	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_minioffclose {
	background-position: 0 -20px;
}

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

table {
	color: #333;
	font-size: 13px;
}

.tborder {
	background: #fff;
	width: 100%;
	margin: auto auto;
	border: 1px solid #ccc;
	padding: 1px;
}

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

.thead {
	background: #0066a2 url(images/thead.png) top left repeat-x;
	color: #ffffff;
	border-bottom: 1px solid #263c30;
	padding: 8px;
}

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

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

.thead a:hover,
.thead a:active {
	color: #ffffff;
	text-decoration: underline;
}

.tcat {
	background: #0f0f0f url(images/tcat.png) repeat-x;
	color: #fff;
	border-top: 1px solid #444;
	border-bottom: 1px solid #000;
	padding: 6px;
	font-size: 12px;
}

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

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

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

.trow1 {
	background: #f5f5f5;
	border: 1px solid;
	border-color: #fff #ddd #ddd #fff;
}

.trow2 {
	background: #efefef;
	border: 1px solid;
	border-color: #fff #ddd #ddd #fff;
}

.trow_shaded {
	background: #ffdde0;
	border: 1px solid;
	border-color: #fff #ffb8be #ffb8be #fff;
}

.no_bottom_border {
	border-bottom: 0;
}

.post.unapproved_post {
	background: #ffdde0;
}

.thread_start_datetime {
	color: #999;
}

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

.tfoot {
	border-top: 1px solid #fff;
	padding: 6px;
	background: #ddd;
	color: #666;
}

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

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

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

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

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

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

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

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

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

.navigation .active {
	color: #333;
	font-size: small;
	font-weight: bold;
}

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

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

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

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

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

label.error {
	color: #f30;
	margin: 5px;
	padding: 0px;
	display: block;
	font-weight: 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;
	white-space: pre;
	tab-size: 4;
}

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

.imminent_banned {
	color: #880000;
}

.high_banned {
	color: #FF0000;
}

.moderate_banned {
	color: #FF6600;
}

.low_banned {
	color: #008000;
}

.online {
	color: #15A018;
}

.offline {
	color: #C7C7C7;
}

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

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

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

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

.pagination {
	font-size: 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;
}

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

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

.ignored_post .show_ignored_post a.button span {
	background-position: 0 -400px;
}

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

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

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

.deleted_post_collapsed .show_deleted_post a.button span {
	background-position: 0 -400px;
}

.post {
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.post_content .signature {
	margin-top: 5px;
	border-top: 1px dotted #ddd;
	padding: 10px 0 4px 0;
}

.post .post_meta {
	margin: 4px 0;
	font-size: 11px;
	color: #999;
}

.post .post_meta a:link,
.post .post_meta a:visited {
	color: #777;
}

.post .post_meta a:hover,
.post .post_meta a:active {
	color: #777;
}

.post_controls {
	clear: both;
	background: #f5f5f5;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	overflow: hidden;
}

.postbit_buttons > a:link,
.postbit_buttons > a:hover,
.postbit_buttons > a:visited,
.postbit_buttons > a:active {
	display: inline-block;
	padding: 2px 5px;
	margin: 2px;
	font-size: 11px;
	background: #eee url(images/buttons_bg.png) repeat-x;
	border: 1px solid #ccc;
	color: #555;
}

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

.postbit_buttons a span {
	padding-left: 20px;
	display: inline-block;
	height: 16px;
	background-image: url(images/buttons_sprite.png);
	background-repeat: no-repeat;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.button:link,
a.button:hover,
a.button:visited,
a.button:active {
	background: #0f0f0f url(images/tcat.png) repeat-x;
	color: #fff;
	display: inline-block;
	padding: 4px 8px;
	margin: 2px 2px 6px 2px;
	border: 1px solid #000;
	font-size: 14px;
}

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

a.button span {
	padding-left: 20px;
	display: inline-block;
	background-image: url(images/buttons_sprite.png);
	background-repeat: no-repeat;
}

a.button.new_thread_button span {
	background-position: 0 -340px;
}

a.button.new_reply_button span {
	background-position: 0 -360px;
}

a.button.closed_button span {
	background-position: 0 -380px;
}

a.button.rate_user_button span {
	background-position: 0 -400px;
}

a.button.add_buddy_button span {
	background-position: 0 -440px;
}

a.button.remove_buddy_button span {
	background-position: 0 -480px;
}

a.button.add_ignore_button span {
	background-position: 0 -460px;
}

a.button.remove_ignore_button span {
	background-position: 0 -500px;
}

a.button.report_user_button span {
	background-position: 0 -520px;
}

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

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

.pollbar .percent {
	display: none;
}

.poll_votedfor {
	background: #efefef;
	border: 1px solid;
	border-color: #fff #ddd #ddd #fff;
}

.posticons_label {
	white-space: nowrap;
}

/** jGrowl Start **/

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

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

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

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

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

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

/** jGrowl Styling **/
.jGrowl {
	z-index: 9999;
	color: #ffffff;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: fixed;
}
.jGrowl.top-left {
	left: 0px;
	top: 0px;
}
.jGrowl.top-right {
	right: 0px;
	top: 0px;
}
.jGrowl.bottom-left {
	left: 0px;
	bottom: 0px;
}
.jGrowl.bottom-right {
	right: 0px;
	bottom: 0px;
}
.jGrowl.center {
	top: 0px;
	width: 50%;
	left: 25%;
}

/** Cross Browser Styling **/

.jGrowl.center .jGrowl-notification,
.jGrowl.center .jGrowl-closer {
	margin-left: auto;
	margin-right: auto;
}
.jGrowl-notification {
	background-color: transparent;
	opacity: 0.9;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
	transform: scale(1);
	width: 250px;
	padding: 10px;
	margin: 10px;
	text-align: left;
	display: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	word-break: break-all;
}
.jGrowl .jGrowl-notification {
	min-height: 40px;
}
.jGrowl-notification .ui-state-highlight,
.jGrowl-notification .ui-widget-content .ui-state-highlight,
.jGrowl-notification .ui-widget-header .ui-state-highlight {
	border: 1px solid #000;
	background: #000;
	color: #fff;
}
.jGrowl-notification .jGrowl-header {
	font-weight: bold;
	font-size: .85em;
}
.jGrowl-notification .jGrowl-close {
	background-color: transparent;
	color: inherit;
	border: none;
	z-index: 99;
	float: right;
	font-weight: bold;
	font-size: 1em;
	cursor: pointer;
}
.jGrowl-closer {
	background-color: #000000;
	opacity: 0.9;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
	transform: scale(1);
	width: 250px;
	padding: 10px;
	margin: 10px;
	text-align: left;
	display: none;
	border-radius: 5px;
	word-break: break-all;
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: pointer;
	font-size: .9em;
	font-weight: bold;
	text-align: center;
}
.jGrowl-closer .ui-state-highlight,
.jGrowl-closer .ui-widget-content .ui-state-highlight,
.jGrowl-closer .ui-widget-header .ui-state-highlight {
	border: 1px solid #000;
	background: #000;
	color: #fff;
}

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

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

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

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

/** jGrowl End **/

/** Modal Start **/

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

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

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

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

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

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

/** Modal End **/

/** Impromptu Start **/

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

.jqifade{
	position: absolute;
	background-color: #777777;
}
iframe.jqifade{
	display:block;
	z-index:-1;
}
div.jqi{
	width: 400px;
	max-width:90%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	position: absolute;
	background-color: #ffffff;
	font-size: 11px;
	text-align: left;
	border: solid 1px #eeeeee;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 7px;
}
div.jqi .jqicontainer{
}
div.jqi .jqiclose{
	position: absolute;
	top: 4px; right: -2px;
	width: 18px;
	cursor: default;
	color: #bbbbbb;
	font-weight: bold;
}
div.jqi .jqistate{
	background-color: #fff;
}
div.jqi .jqititle{
	padding: 5px 10px;
	font-size: 16px;
	line-height: 20px;
	border-bottom: solid 1px #eeeeee;
}
div.jqi .jqimessage{
	padding: 10px;
	line-height: 20px;
	color: #444444;
	overflow: auto;
}
div.jqi .jqibuttonshide{
	display: none;
}
div.jqi .jqibuttons{
	text-align: right;
	margin: 0 -7px -7px -7px;
	border-top: solid 1px #e4e4e4;
	background-color: #f4f4f4;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
}
div.jqi .jqibuttons button{
	margin: 0;
	padding: 15px 20px;
	background-color: transparent;
	font-weight: normal;
	border: none;
	border-left: solid 1px #e4e4e4;
	color: #777;
	font-weight: bold;
	font-size: 12px;
}
div.jqi .jqibuttons button.jqidefaultbutton{
	color: #489afe;
}
div.jqi .jqibuttons button:hover,
div.jqi .jqibuttons button:focus{
	color: #287ade;
	outline: none;
}
div.jqi .jqibuttons button[disabled]{
	color: #aaa;
}
.jqiwarning .jqi .jqibuttons{
	background-color: #b95656;
}

/* sub states */
div.jqi .jqiparentstate::after{
	background-color: #777;
	opacity: 0.6;
	filter: alpha(opacity=60);
	content: '';
	position: absolute;
	top:0;left:0;bottom:0;right:0;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
div.jqi .jqisubstate{
	position: absolute;
	top:0;
	left: 20%;
	width: 60%;
	padding: 7px;
	border: solid 1px #eeeeee;
	border-top: none;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
}
div.jqi .jqisubstate .jqibuttons button{
	padding: 10px 18px;
}

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

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

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

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

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

/** Impromptu End */

/* Pacific Reality Roleplay MyBB theme layer */
:root {
  --prrp-bg: #171d24;
  --prrp-panel: #2c333b;
  --prrp-row: #373e47;
  --prrp-row-alt: #414852;
  --prrp-line: #4f5e6d;
  --prrp-blue: #209cff;
  --prrp-blue-dark: #1478c8;
  --prrp-green: #8bd340;
  --prrp-text: #f4f8fb;
  --prrp-muted: #b8c7d5;
}

html,
body {
  background: #0f151c;
  color: var(--prrp-text);
  font-family: Arial, Helvetica, sans-serif;
}

body {
  background:
    radial-gradient(circle at 20% 0%, rgba(32, 156, 255, .15), transparent 26%),
    linear-gradient(180deg, #101820 0%, #171d24 42%, #141920 100%);
}

a:link,
a:visited {
  color: #4db5ff;
}

a:hover,
a:active {
  color: var(--prrp-green);
}

#container {
  background: transparent;
  border: 0;
  color: var(--prrp-text);
}

.wrapper {
  width: min(1880px, calc(100% - 36px));
}

#header {
  background: transparent;
  border: 0;
}

#logo {
  position: relative;
  min-height: 330px;
  padding: 0;
  border-top: 4px solid #07131d;
  border-bottom: 0;
  background:
    linear-gradient(90deg, rgba(3, 10, 16, .78), rgba(3, 10, 16, .18) 46%, rgba(3, 10, 16, .38)),
    url('../../../images/prrp/pacific-reality-sa-banner.png') center/cover no-repeat;
  box-shadow: inset 0 -58px 68px rgba(0, 0, 0, .45);
}

#logo .wrapper {
  position: relative;
  min-height: 330px;
}

#logo a {
  position: absolute;
  left: 28px;
  top: 26px;
  width: 245px;
  height: 245px;
  display: block;
  background: url('../../../images/prrp/prrp-icon.svg') center/contain no-repeat;
  filter: drop-shadow(0 14px 22px rgba(0, 0, 0, .55));
}

#logo a img {
  display: none;
}

#header ul.menu {
  background: var(--prrp-blue);
  border-top: 1px solid rgba(255, 255, 255, .2);
  border-bottom: 1px solid #126db3;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .22);
}

#header ul.menu li a {
  color: #eef9ff;
  font-weight: 700;
  text-shadow: none;
}

#header ul.menu li a:hover {
  background: #177fcf;
  color: #fff;
}

#panel {
  background: #333a43;
  border-color: #4a5664;
  color: var(--prrp-muted);
}

#panel .upper,
#panel .lower {
  background: #333a43;
  border-color: #4a5664;
}

#panel input.textbox {
  background: #202830;
  border-color: #566473;
  color: var(--prrp-text);
}

#content {
  padding-top: 24px;
}

.navigation {
  color: var(--prrp-muted);
}

.navigation .active {
  color: #fff;
  font-weight: 800;
}

.thead {
  background: linear-gradient(180deg, #202a34 0%, #17212a 100%);
  border: 1px solid #2b5f84;
  border-bottom-color: #1b415d;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

.thead a:link,
.thead a:visited {
  color: #fff;
}

.tcat {
  background: #2b95df;
  border-color: #1c80c6;
  color: #edf8ff;
  font-weight: 800;
}

.trow1,
.trow2 {
  background: var(--prrp-row);
  border-color: #4a5562;
  color: var(--prrp-text);
  transition: background .12s ease, transform .12s ease, box-shadow .12s ease;
}

.trow2 {
  background: var(--prrp-row-alt);
}

tr:hover > .trow1,
tr:hover > .trow2 {
  background: #46505b;
}

.tborder {
  background: #25303a;
  border: 1px solid #35546b;
  border-radius: 6px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .22);
  overflow: hidden;
}

.smalltext {
  color: var(--prrp-muted);
}

.forum_status {
  filter: hue-rotate(166deg) saturate(1.45);
}

.thread-prefix {
  display: inline-block;
  margin-right: 5px;
  padding: 2px 6px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.button,
input.button,
input[type="submit"],
button {
  background: var(--prrp-blue);
  border: 0;
  border-radius: 4px;
  color: #fff;
  font-weight: 800;
}

.button:hover,
input.button:hover,
input[type="submit"]:hover,
button:hover {
  background: var(--prrp-green);
  color: #061018;
}

textarea,
input.textbox,
select {
  background: #212932;
  border-color: #566473;
  color: var(--prrp-text);
}

.post.classic .post_author,
.post .post_author,
.post_content {
  background: var(--prrp-panel);
  border-color: var(--prrp-line);
  color: var(--prrp-text);
}

.post_head {
  background: #202831;
  border-color: var(--prrp-line);
}

.pagination a,
.pagination .pagination_current {
  border-radius: 4px;
}

#footer {
  background: #121820;
  border-color: #2f4050;
  color: var(--prrp-muted);
}

@media (max-width: 760px) {
  .wrapper {
    width: calc(100% - 20px);
  }

  #logo,
  #logo .wrapper {
    min-height: 240px;
  }

  #logo a {
    left: 16px;
    top: 18px;
    width: 160px;
    height: 160px;
  }
}

/* PRRP MyBB header repair */
html {
  background: #101820;
}

body {
  min-width: 0;
  margin: 0;
  background:
    radial-gradient(circle at 18% 0%, rgba(32, 156, 255, .22), transparent 28%),
    linear-gradient(180deg, #101820 0%, #171d24 44%, #10151c 100%) !important;
  color: #f4f8fb;
}

#container {
  width: 100%;
  min-width: 0;
  margin: 0;
  background: transparent;
}

.wrapper {
  width: min(1500px, calc(100% - 36px));
  margin: 0 auto;
}

#header,
#header.prrp-header {
  background: transparent !important;
  border: 0;
}

#logo,
#logo.prrp-hero {
  position: relative;
  min-height: 360px;
  padding: 0;
  overflow: hidden;
  border-top: 4px solid #0b141f;
  background:
    linear-gradient(90deg, rgba(4, 13, 22, .9) 0%, rgba(4, 13, 22, .48) 30%, rgba(4, 13, 22, .2) 54%, rgba(4, 13, 22, .5) 100%),
    url('../../../images/prrp/prrp-gta-header.png') center center / cover no-repeat !important;
  box-shadow: inset 0 -72px 76px rgba(0, 0, 0, .48);
}

#logo::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 82px;
  background: linear-gradient(180deg, transparent, rgba(13, 21, 30, .88));
  pointer-events: none;
}

#logo .prrp-hero-inner {
  position: relative;
  min-height: 360px;
}

#logo a.prrp-logo {
  position: absolute;
  left: 24px;
  top: 22px;
  z-index: 2;
  display: block;
  width: 250px;
  height: 250px;
  background: none !important;
  filter: drop-shadow(0 18px 22px rgba(0, 0, 0, .62));
}

#logo .prrp-logo-mark {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../../../images/prrp/prrp-logo-paraiso-real.png?v=20260716f') center / contain no-repeat;
}

#logo a.prrp-logo:hover {
  transform: translateY(-1px);
}

.prrp-hero-search {
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 3;
}

.prrp-hero-search input.textbox {
  width: 250px;
  max-width: min(250px, 42vw);
  height: 34px;
  padding: 0 12px;
  border: 0;
  border-radius: 4px;
  background: rgba(47, 57, 68, .93);
  box-shadow: 0 12px 24px rgba(0, 0, 0, .28);
  color: #eef8ff;
}

.prrp-hero-search input.textbox::placeholder {
  color: #c7d3df;
}

#header ul.menu,
#header .prrp-nav {
  background: #238ed9 !important;
  border: 0;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .28);
}

.prrp-nav .wrapper {
  min-height: 44px;
}

#header ul.menu.top_links {
  display: flex;
  align-items: center;
  min-height: 44px;
  margin: 0;
  padding: 0;
  gap: 0;
  list-style: none;
}

#header ul.menu.top_links li {
  margin: 0;
  padding: 0;
}

#header ul.menu.top_links li a {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 0 15px;
  border-left: 1px solid rgba(255, 255, 255, .08);
  color: #f0f8ff;
  font-weight: 800;
  text-decoration: none;
  text-shadow: none;
  transition: background .12s ease, color .12s ease;
}

#header ul.menu.top_links li a:hover {
  background: #176faa;
  color: #fff;
}

#panel.prrp-panel,
#panel .upper,
#panel .lower {
  background: #333b45 !important;
  border: 0;
  color: #f4f8fb;
}

#panel .wrapper {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#panel .welcome {
  color: #fff;
  font-weight: 800;
}

#panel .welcome a {
  margin-left: 14px;
  color: #fff;
  font-weight: 900;
}

#content {
  padding: 24px 0 36px;
  background:
    radial-gradient(circle at 80% 0%, rgba(139, 211, 64, .08), transparent 28%),
    linear-gradient(180deg, #1a2028 0%, #141a21 100%);
}

#content > .wrapper {
  background: transparent;
}

.navigation {
  margin: 0 0 18px;
  color: #b8c7d5;
}

.navigation .active {
  color: #fff;
}

.tborder {
  width: 100%;
  background: #25303a !important;
  border: 1px solid #35546b !important;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 18px 34px rgba(0, 0, 0, .22);
}

.thead {
  background: linear-gradient(180deg, #1b2631 0%, #111b24 100%) !important;
  border-color: #294a61 !important;
  color: #fff !important;
}

.tcat {
  background: #2497e2 !important;
  border-color: #1d79b5 !important;
  color: #eaf7ff !important;
}

.trow1,
.trow2 {
  background: #363e48 !important;
  border-color: #4a5562 !important;
  color: #f4f8fb !important;
}

.trow2 {
  background: #404954 !important;
}

tr:hover > .trow1,
tr:hover > .trow2 {
  background: #495360 !important;
}

.smalltext {
  color: #c4d1dd !important;
}

input.textbox,
textarea,
select {
  background: #202830 !important;
  border-color: #566473 !important;
  color: #f4f8fb !important;
}

#footer {
  margin: 0;
  background: #101820 !important;
  border-top: 1px solid #2d4357;
  color: #b8c7d5;
}

#footer .upper,
#footer .lower {
  background: transparent !important;
  border-color: #2d4357;
}

@media (max-width: 860px) {
  .wrapper {
    width: calc(100% - 20px);
  }

  #logo,
  #logo.prrp-hero,
  #logo .prrp-hero-inner {
    min-height: 260px;
  }

  #logo a.prrp-logo {
    left: 12px;
    top: 18px;
    width: 160px;
    height: 160px;
  }

  .prrp-hero-search {
    right: 12px;
    top: 22px;
  }

  #header ul.menu.top_links {
    overflow-x: auto;
  }
}

/* PRRP PGaming-inspired forum list polish */
#logo,
#logo.prrp-hero {
  background:
    linear-gradient(90deg, rgba(4, 10, 17, .94) 0%, rgba(4, 10, 17, .58) 25%, rgba(4, 10, 17, .18) 54%, rgba(4, 10, 17, .4) 100%),
    url('../../../images/prrp/prrp-realistic-header.png') center center / cover no-repeat !important;
}

#logo a.prrp-logo {
  width: 248px;
  height: 248px;
}

#logo .prrp-logo-mark {
  background-image: url('../../../images/prrp/prrp-logo-paraiso-real.png?v=20260716f') !important;
}

.prrp-category-block {
  margin: 0 0 22px;
  border-color: #284a60 !important;
  border-radius: 3px;
  background: #242c34 !important;
}

.prrp-category-head {
  height: 58px;
  padding: 0 18px !important;
  background: linear-gradient(180deg, #17222c 0%, #111b24 100%) !important;
  border-bottom: 1px solid #2a536d !important;
  color: #fff !important;
}

.prrp-category-copy {
  display: grid;
  gap: 2px;
}

.prrp-category-title a,
.prrp-category-title {
  color: #fff !important;
  font-family: Bahnschrift, "Arial Black", Arial, sans-serif;
  font-size: 21px;
  font-weight: 900;
  letter-spacing: .1px;
  line-height: 1.1;
  text-shadow: 0 1px 0 #000;
}

.prrp-category-description {
  color: #b7c9d8 !important;
  font-size: 12px;
  font-weight: 500;
}

.prrp-column-row {
  display: none;
}

.prrp-forum-row {
  background: #373e47;
  transition: background .13s ease, box-shadow .13s ease, transform .13s ease;
}

.prrp-forum-row:nth-child(odd) .trow1,
.prrp-forum-row:nth-child(odd) .trow2,
.prrp-forum-row:nth-child(odd) td {
  background: #373e47 !important;
}

.prrp-forum-row:nth-child(even) .trow1,
.prrp-forum-row:nth-child(even) .trow2,
.prrp-forum-row:nth-child(even) td {
  background: #424951 !important;
}

.prrp-forum-row:hover td {
  background: #4a525c !important;
}

.prrp-forum-row td {
  min-height: 72px;
  padding: 13px 12px !important;
  border-top: 1px solid rgba(255, 255, 255, .07) !important;
  border-bottom: 1px solid rgba(0, 0, 0, .15) !important;
  color: #f3f8fc !important;
  vertical-align: middle;
}

.prrp-forum-icon-cell {
  width: 66px !important;
  padding-left: 16px !important;
}

.forum_status {
  --forum-icon-color: #219cff;
  position: relative;
  display: inline-grid !important;
  width: 42px !important;
  height: 42px !important;
  place-items: center;
  border: 2px solid var(--forum-icon-color);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 38%, rgba(255,255,255,.12), transparent 28%),
    #08141f !important;
  box-shadow: 0 0 0 2px rgba(0,0,0,.7), inset 0 0 0 2px rgba(255,255,255,.04);
  color: var(--forum-icon-color);
  font-family: Bahnschrift, "Arial Black", Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-indent: 0 !important;
}

.forum_status::before {
  content: "PR";
}

.forum_status::after {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
}

.prrp-forum-title {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 4px;
  font-family: Bahnschrift, "Arial Black", Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
}

.prrp-forum-title a {
  color: #fff !important;
  text-decoration: none;
}

.prrp-forum-title a:hover {
  color: #35adff !important;
  text-decoration: underline;
}

.prrp-forum-description {
  color: #d4e0ea !important;
  font-size: 13px;
  line-height: 1.45;
}

.prrp-forum-description a,
.prrp-subforum-link {
  color: #f4fbff !important;
  font-weight: 800;
}

.prrp-subforums {
  margin-top: 6px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 13px;
  color: #ecf7ff;
}

.prrp-subforums strong {
  display: none;
}

.prrp-subforums a::before {
  content: "◌";
  margin-right: 4px;
  color: #a5d96a;
}

.prrp-forum-stat {
  width: 86px;
  color: #fff !important;
  text-align: center !important;
}

.prrp-forum-stat span {
  display: block;
  color: #c6d2df;
  font-size: 11px;
  line-height: 1.1;
}

.prrp-forum-stat strong {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}

.prrp-forum-last {
  width: 235px;
  color: #d6e4ef !important;
  font-size: 12px;
  line-height: 1.35;
}

.prrp-forum-last a {
  color: #fff !important;
  font-weight: 900;
}

.prrp-forum-last .smalltext {
  color: #b8c7d5 !important;
}

#mark_read_2::before { content: "!"; }
#mark_read_3::before { content: "i"; }
#mark_read_4::before { content: "?"; }
#mark_read_5::before { content: "⚖"; }
#mark_read_6::before { content: "ADM"; font-size: 10px; }
#mark_read_7::before { content: "↻"; }
#mark_read_8::before { content: "!"; }
#mark_read_9::before { content: "PC"; font-size: 10px; }
#mark_read_10::before { content: "$"; }
#mark_read_11::before { content: "FC"; font-size: 10px; }
#mark_read_12::before { content: "ST"; font-size: 10px; }
#mark_read_21::before { content: "GOV"; font-size: 9px; }
#mark_read_22::before { content: "LAW"; font-size: 9px; }
#mark_read_23::before { content: "CIV"; font-size: 9px; }
#mark_read_31::before { content: "APP"; font-size: 9px; }
#mark_read_32::before { content: "PD"; }
#mark_read_33::before { content: "FD"; }
#mark_read_34::before { content: "SAN"; font-size: 9px; }
#mark_read_41::before { content: "G"; }
#mark_read_42::before { content: "RP"; }
#mark_read_51::before { content: "+"; }
#mark_read_52::before { content: "BUG"; font-size: 9px; }
#mark_read_53::before { content: "GT"; font-size: 10px; }
#mark_read_54::before { content: "OC"; font-size: 10px; }
#mark_read_61::before { content: "$"; }
#mark_read_62::before { content: "▶"; }

#mark_read_5,
#mark_read_22 { --forum-icon-color: #ffcf4a; }
#mark_read_8,
#mark_read_9,
#mark_read_10,
#mark_read_11,
#mark_read_12,
#mark_read_33,
#mark_read_52 { --forum-icon-color: #ff5c6c; }
#mark_read_21,
#mark_read_23,
#mark_read_34,
#mark_read_41,
#mark_read_42,
#mark_read_51,
#mark_read_53,
#mark_read_61,
#mark_read_62 { --forum-icon-color: #8bd340; }
#mark_read_31,
#mark_read_32,
#mark_read_54 { --forum-icon-color: #229dff; }

.prrp-forum-32 .prrp-forum-title a { color: #378cff !important; }
.prrp-forum-33 .prrp-forum-title a { color: #ff8b8b !important; }
.prrp-forum-34 .prrp-forum-title a,
.prrp-forum-41 .prrp-forum-title a,
.prrp-forum-42 .prrp-forum-title a,
.prrp-forum-51 .prrp-forum-title a,
.prrp-forum-61 .prrp-forum-title a { color: #76d879 !important; }
.prrp-forum-22 .prrp-forum-title a,
.prrp-forum-31 .prrp-forum-title a { color: #a995ff !important; }
.prrp-forum-8 .prrp-forum-title a,
.prrp-forum-52 .prrp-forum-title a { color: #ff6978 !important; }

@media (max-width: 900px) {
  .prrp-forum-row {
    display: grid;
    grid-template-columns: 66px minmax(0, 1fr);
  }

  .prrp-forum-row td {
    display: block;
  }

  .prrp-forum-stat,
  .prrp-forum-last {
    grid-column: 2;
    width: auto;
    text-align: left !important;
    padding-top: 0 !important;
  }
}

/* PRRP real forum pictogram icons */
.forum_status {
  overflow: hidden;
  transition: transform .14s ease, border-color .14s ease, box-shadow .14s ease, background-color .14s ease;
}

.forum_status::before {
  content: "" !important;
  width: 25px;
  height: 25px;
  margin: 0;
  background-color: var(--forum-icon-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-mask: var(--prrp-icon) center / contain no-repeat;
  mask: var(--prrp-icon) center / contain no-repeat;
  font-size: 0 !important;
}

.forum_status::after {
  inset: 7px;
  border-color: rgba(255, 255, 255, .16);
}

.prrp-forum-row {
  position: relative;
  transform: translateZ(0);
}

.prrp-forum-row:hover td {
  background:
    linear-gradient(90deg, rgba(33, 156, 255, .13), rgba(139, 211, 64, .05)),
    #4a525c !important;
}

.prrp-forum-row:hover .forum_status {
  transform: translateY(-2px) scale(1.08);
  box-shadow:
    0 0 0 2px rgba(0,0,0,.72),
    0 0 18px color-mix(in srgb, var(--forum-icon-color), transparent 42%),
    inset 0 0 0 2px rgba(255,255,255,.06);
}

.prrp-forum-row:hover .prrp-forum-title a {
  text-shadow: 0 0 14px rgba(33, 156, 255, .36);
}

.prrp-category-block {
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.prrp-category-block:hover {
  border-color: #2a9bec !important;
  box-shadow:
    0 18px 36px rgba(0, 0, 0, .28),
    0 0 0 1px rgba(33, 156, 255, .18),
    inset 0 1px 0 rgba(255, 255, 255, .04);
}

.prrp-category-block:hover .prrp-category-head {
  background:
    linear-gradient(180deg, rgba(36, 151, 226, .23), rgba(17, 27, 36, 1)),
    #111b24 !important;
}

/* Default: community badge */
.forum_status { --prrp-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M32 8l21 9v14c0 14-9 23-21 27C20 54 11 45 11 31V17l21-9zm0 9l-13 6v9c0 9 5 15 13 18 8-3 13-9 13-18v-9l-13-6z'/%3E%3Cpath d='M32 25a7 7 0 110 14 7 7 0 010-14z'/%3E%3C/svg%3E"); }

#mark_read_2 { --prrp-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M11 26l31-13v38L11 38V26zm36-8h6v28h-6V18zM8 40h13l4 12H14L8 40z'/%3E%3C/svg%3E"); }
#mark_read_3 { --prrp-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M30 26h6v25h-6V26zm3-14a5 5 0 110 10 5 5 0 010-10z'/%3E%3Cpath d='M32 5a27 27 0 1027 27A27 27 0 0032 5zm0 48a21 21 0 1121-21 21 21 0 01-21 21z'/%3E%3C/svg%3E"); }
#mark_read_4 { --prrp-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M28 42h8v7h-8v-7zm4-31c-10 0-17 6-17 15h8c0-5 3-8 9-8 5 0 8 3 8 7 0 8-13 7-13 18h8c0-7 13-8 13-18 0-8-7-14-16-14z'/%3E%3C/svg%3E"); }
#mark_read_5,#mark_read_22 { --prrp-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M29 10h6v9h12v6H17v-6h12v-9zM14 29h36l-8 18H22l-8-18zm3 23h30v5H17v-5z'/%3E%3C/svg%3E"); }
#mark_read_6 { --prrp-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M32 6l5 8 10-2 2 10 9 5-6 8 3 10-10 3-5 9-8-6-8 6-5-9-10-3 3-10-6-8 9-5 2-10 10 2 5-8zm0 18a8 8 0 100 16 8 8 0 000-16z'/%3E%3C/svg%3E"); }
#mark_read_7 { --prrp-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M45 10l7 7-26 26H15v-11L41 6l4 4zM13 50h38v7H13v-7z'/%3E%3C/svg%3E"); }
#mark_read_8,#mark_read_9,#mark_read_10,#mark_read_11,#mark_read_12,#mark_read_52 { --prrp-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M32 6l26 48H6L32 6zm-3 17v16h6V23h-6zm0 21v6h6v-6h-6z'/%3E%3C/svg%3E"); }
#mark_read_21,#mark_read_23 { --prrp-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M32 8l24 14v5H8v-5L32 8zm-18 24h7v17h-7V32zm14 0h8v17h-8V32zm15 0h7v17h-7V32zM9 53h46v5H9v-5z'/%3E%3C/svg%3E"); }
#mark_read_31 { --prrp-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M14 8h28l8 8v40H14V8zm25 4v8h8L39 12zM21 27h22v5H21v-5zm0 10h22v5H21v-5zm0 10h15v5H21v-5z'/%3E%3C/svg%3E"); }
#mark_read_32 { --prrp-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M32 5l7 8 11 2 1 13c1 14-8 24-19 31-11-7-20-17-19-31l1-13 11-2 7-8zm0 12l-4 5-7 1v7c0 8 4 14 11 19 7-5 11-11 11-19v-7l-7-1-4-5z'/%3E%3Cpath d='M28 28h8v14h-8zM23 33h18v5H23z'/%3E%3C/svg%3E"); }
#mark_read_33 { --prrp-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M30 6c9 10 17 19 17 31a15 15 0 01-30 0c0-8 5-14 11-20-1 7 4 10 8 13 1-8-2-14-6-24z'/%3E%3Cpath d='M14 47h36v8H14z'/%3E%3C/svg%3E"); }
#mark_read_34 { --prrp-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M10 17h44v31H10V17zm7 7v17h30V24H17zm4 4h14v4H21v-4zm0 8h20v4H21v-4z'/%3E%3Cpath d='M18 10h28v5H18z'/%3E%3C/svg%3E"); }
#mark_read_41,#mark_read_42 { --prrp-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M18 43l20-20 8 8-20 20H18v-8zM42 15l4-4 8 8-4 4-8-8zM12 16l10-6 7 10-11 6-6-10z'/%3E%3C/svg%3E"); }
#mark_read_51 { --prrp-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M28 8h8v20h20v8H36v20h-8V36H8v-8h20V8z'/%3E%3C/svg%3E"); }
#mark_read_53 { --prrp-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M13 11h30a8 8 0 018 8v34H18a7 7 0 01-7-7V13a2 2 0 012-2zm5 7v27a3 3 0 003 3h24V19a2 2 0 00-2-2H18z'/%3E%3Cpath d='M24 25h15v5H24v-5zm0 10h15v5H24v-5z'/%3E%3C/svg%3E"); }
#mark_read_54 { --prrp-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M13 16h38v28H21L13 52V16zm9 10h20v5H22v-5zm0 10h14v5H22v-5z'/%3E%3C/svg%3E"); }
#mark_read_61 { --prrp-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M18 20h28l5 31H13l5-31zm7-9h14l4 9h-7l-2-4h-4l-2 4h-7l4-9z'/%3E%3C/svg%3E"); }
#mark_read_62 { --prrp-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M10 16h44v32H10V16zm18 8v16l14-8-14-8z'/%3E%3C/svg%3E"); }
/* /PRRP real forum pictogram icons */

/* PRRP sidebar and SAMP stats */
#content .wrapper {
  width: calc(100% - 40px);
  max-width: 1888px;
}

.prrp-index-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 250px;
  gap: 20px;
  align-items: start;
}

.prrp-index-main {
  min-width: 0;
}

.prrp-index-main .prrp-category-block {
  width: 100%;
  table-layout: auto !important;
  margin-bottom: 18px;
}

.prrp-index-main .prrp-category-head {
  height: 56px;
  padding: 0 22px;
}

.prrp-index-main .prrp-category-title a {
  font-family: Bahnschrift, "Arial Black", Arial, sans-serif;
  font-size: 22px;
  letter-spacing: 0;
}

.prrp-index-main .prrp-column-row {
  display: none;
}

.prrp-index-main .prrp-forum-row td {
  min-height: 0 !important;
  height: auto !important;
  padding: 7px 10px !important;
  vertical-align: middle;
}

.prrp-index-main .prrp-forum-icon-cell {
  width: 64px !important;
  max-width: 64px !important;
  padding-left: 13px !important;
  padding-right: 9px !important;
}

.prrp-index-main .prrp-forum-main {
  padding-left: 0 !important;
  padding-right: 14px !important;
}

.prrp-index-main .forum_status {
  width: 38px !important;
  height: 38px !important;
}

.prrp-index-main .forum_status::before {
  width: 23px;
  height: 23px;
}

.prrp-index-main .prrp-forum-title {
  margin-bottom: 1px;
}

.prrp-index-main .prrp-forum-title a {
  font-family: Bahnschrift, "Arial Black", Arial, sans-serif;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.2;
}

.prrp-index-main .prrp-forum-description {
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.25;
}

.prrp-index-main .prrp-subforums {
  display: flex;
  flex-wrap: wrap;
  gap: 3px 11px;
  margin-top: 4px;
}

.prrp-index-main .prrp-subforums strong {
  color: #c9d8e6;
  margin-right: 2px;
}

.prrp-index-main .prrp-subforum-link {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-weight: 700;
  line-height: 1.25;
  transition: color .14s ease, text-shadow .14s ease;
}

.prrp-index-main .prrp-subforums a::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 7px;
  margin-right: 4px;
  border: 1px solid #c6d2df;
  border-radius: 8px;
  box-shadow: 5px 3px 0 -3px #c6d2df;
}

.prrp-index-main .prrp-subforum-link:hover {
  color: #91d84f;
  text-shadow: 0 0 12px rgba(145, 216, 79, .28);
}

.prrp-index-main .prrp-forum-stat {
  width: 76px !important;
  max-width: 76px !important;
  padding-left: 6px !important;
  padding-right: 6px !important;
}

.prrp-index-main .prrp-forum-last {
  width: 215px !important;
  max-width: 215px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.forum_legend {
  display: none;
}

.prrp-side {
  width: 250px;
  position: sticky;
  top: 10px;
  z-index: 2;
}

.prrp-side-card {
  overflow: hidden;
  margin-bottom: 14px;
  border: 1px solid rgba(255,255,255,.05);
  border-radius: 8px;
  background: #252b32;
  box-shadow: 0 12px 26px rgba(0,0,0,.25);
}

.prrp-side-title {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 13px 12px;
  background: #20262d;
  color: #fff;
  font-weight: 800;
}

.prrp-side-title svg {
  width: 15px;
  height: 15px;
  color: #c5ced8;
  flex: 0 0 auto;
}

.prrp-side-body {
  padding: 12px 10px;
}

.prrp-side-label {
  margin: 1px 0 8px;
  color: #bbc8d6;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .03em;
}

.prrp-side-label-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}

.prrp-side-label-row svg {
  width: 14px;
  height: 14px;
  color: #b8c4cf;
}

.prrp-channel {
  display: flex;
  align-items: center;
  gap: 9px;
  height: 24px;
  padding: 0 9px;
  margin-bottom: 7px;
  border-radius: 5px;
  background: #3a414a;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: transform .14s ease, background .14s ease;
}

.prrp-channel:hover {
  color: #fff;
  background: #454d58;
  transform: translateX(2px);
}

.prrp-channel-hash {
  color: #c8d2dc;
  font-size: 16px;
  font-weight: 800;
}

.prrp-member-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 5px;
  max-height: none;
  overflow: visible;
  padding-right: 2px;
}

.prrp-member {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  flex: 0 1 calc(50% - 3px);
  max-width: calc(50% - 3px);
  min-width: 0;
  height: 22px;
  padding: 0 8px 0 4px;
  border-radius: 5px;
  background: #363d46;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.prrp-member > span:last-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.prrp-member-more {
  flex: 0 0 auto;
  max-width: 112px;
  padding-left: 8px;
  background: transparent;
}

.prrp-member-loading {
  width: 100%;
  max-width: 100%;
  justify-content: center;
  color: #cdd7e2;
}

.prrp-avatar {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  border-radius: 50%;
  flex: 0 0 auto;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.15), 0 0 0 1px rgba(0,0,0,.35);
  background:
    radial-gradient(circle at 50% 35%, rgba(255,255,255,.85) 0 16%, transparent 17%),
    linear-gradient(135deg, #2999df, #91d84f);
}

.prrp-status-dot {
  width: 7px;
  height: 7px;
  margin: 0 4px 0 -2px;
  border: 1px solid #2b323a;
  border-radius: 50%;
  background: #35d98b;
  flex: 0 0 auto;
}

.prrp-status-idle {
  background: #f1c84b;
}

.prrp-status-dnd {
  background: #ed5f5f;
}

.prrp-status-offline {
  background: #7b8793;
}

.prrp-avatar.a2 { background: radial-gradient(circle at 50% 35%, rgba(255,255,255,.8) 0 16%, transparent 17%), linear-gradient(135deg, #f2a340, #9a4cff); }
.prrp-avatar.a3 { background: radial-gradient(circle at 50% 35%, rgba(255,255,255,.8) 0 16%, transparent 17%), linear-gradient(135deg, #4655ff, #28c5a4); }
.prrp-avatar.a4 { background: radial-gradient(circle at 50% 35%, rgba(255,255,255,.8) 0 16%, transparent 17%), linear-gradient(135deg, #e24545, #f0c14b); }
.prrp-avatar.a5 { background: radial-gradient(circle at 50% 35%, rgba(255,255,255,.8) 0 16%, transparent 17%), linear-gradient(135deg, #1c2430, #7a8490); }

.prrp-online-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 4px;
  border-radius: 50%;
  background: #35d98b;
  box-shadow: 0 0 10px rgba(53,217,139,.35);
}

.prrp-online-count {
  margin: 13px 0 12px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.prrp-side-button,
.prrp-samp-connect {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 35px;
  border-radius: 6px;
  background: #8bd044;
  color: #fff !important;
  font-weight: 900;
  box-shadow: inset 0 -2px 0 rgba(0,0,0,.12);
  transition: transform .14s ease, filter .14s ease;
}

.prrp-side-button:hover,
.prrp-samp-connect:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
  text-decoration: none;
}

.prrp-side-button svg,
.prrp-samp-connect svg {
  width: 15px;
  height: 15px;
}

.prrp-samp-card .prrp-side-body {
  padding-bottom: 13px;
}

.prrp-samp-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.prrp-samp-status {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(53,217,139,.15);
  color: #8ef0bd;
  font-size: 11px;
  font-weight: 900;
}

.prrp-samp-status.is-offline {
  background: rgba(227,75,75,.15);
  color: #ff9c9c;
}

.prrp-samp-grid {
  display: grid;
  gap: 7px;
  margin-bottom: 11px;
}

.prrp-samp-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  min-height: 24px;
  padding: 6px 8px;
  border-radius: 5px;
  background: #343b44;
  color: #d9e4ef;
  font-size: 12px;
}

.prrp-samp-row strong {
  max-width: 128px;
  color: #fff;
  text-align: right;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.prrp-samp-address {
  margin: 10px 0 12px;
  padding: 8px;
  border: 1px solid rgba(42,155,236,.28);
  border-radius: 5px;
  background: rgba(42,155,236,.08);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.prrp-samp-players {
  margin: 10px 0 12px;
}

.prrp-samp-players table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 4px;
  background: #20262d;
  font-size: 12px;
}

.prrp-samp-players thead th {
  padding: 6px 7px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: #eef1f4;
  color: #111923;
  text-align: left;
  font-weight: 700;
}

.prrp-samp-players thead th:last-child,
.prrp-samp-players tbody td:last-child {
  width: 56px;
  text-align: right;
}

.prrp-samp-players tbody {
  display: block;
  max-height: 126px;
  overflow-y: auto;
}

.prrp-samp-players thead,
.prrp-samp-players tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.prrp-samp-players tbody td {
  padding: 5px 7px;
  border-bottom: 1px solid rgba(255,255,255,.06);
  background: #f7f7f7;
  color: #111;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.prrp-samp-players tbody tr:nth-child(even) td {
  background: #ededed;
}

@media (max-width: 1120px) {
  .prrp-index-layout {
    grid-template-columns: 1fr;
  }

  .prrp-side {
    position: static;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .prrp-side-card {
    margin-bottom: 0;
  }
}

@media (max-width: 760px) {
  #content .wrapper {
    width: calc(100% - 20px);
  }

  .prrp-side {
    grid-template-columns: 1fr;
  }

  .prrp-index-main .prrp-forum-row > td {
    height: auto;
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .prrp-index-main .prrp-forum-stat,
  .prrp-index-main .prrp-forum-last {
    display: none;
  }
}
/* /PRRP sidebar and SAMP stats */

/* PRRP logo and member panel repair 20260716d */
#logo a.prrp-logo {
  left: 26px !important;
  top: 12px !important;
  width: 330px !important;
  height: 330px !important;
  transform-origin: center;
}

#logo .prrp-logo-mark {
  background-image: url('../../../images/prrp/prrp-logo-paraiso-real.png?v=20260716f') !important;
}

#logo a.prrp-logo:hover {
  transform: translateY(-2px) scale(1.015);
  transition: transform .16s ease, filter .16s ease;
  filter: drop-shadow(0 22px 24px rgba(0, 0, 0, .7));
}

#header #panel.prrp-panel .upper,
#header #panel.prrp-panel .lower {
  background: #333b45 !important;
  border: 0 !important;
  box-shadow: none !important;
}

#header #panel.prrp-panel .upper {
  padding: 0 !important;
}

#header #panel.prrp-panel .lower {
  padding: 0 !important;
  border-top: 1px solid rgba(255, 255, 255, .06) !important;
}

#header #panel.prrp-panel .upper .wrapper,
#header #panel.prrp-panel .lower .wrapper {
  min-height: 42px !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

#header #panel.prrp-panel .upper .wrapper {
  justify-content: flex-start !important;
}

#header #panel.prrp-panel .lower .wrapper {
  justify-content: space-between !important;
}

#header #panel.prrp-panel .welcome {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #f5fbff !important;
  font-weight: 800;
}

#header #panel.prrp-panel .welcome a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 12px !important;
  margin: 0 !important;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, .08);
  background: rgba(28, 37, 47, .82) !important;
  background-image: none !important;
  color: #f7fbff !important;
  font-weight: 900;
  text-decoration: none !important;
  line-height: 1;
}

#header #panel.prrp-panel .welcome a:hover {
  background: #238ed9 !important;
  color: #fff !important;
}

#header #panel.prrp-panel .lower ul.menu,
#header #panel.prrp-panel .lower ul.menu.panel_links,
#header #panel.prrp-panel .lower ul.menu.user_links {
  float: none !important;
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  width: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#header #panel.prrp-panel .lower ul.menu.user_links {
  justify-content: flex-end !important;
  margin-left: auto !important;
}

#header #panel.prrp-panel .lower ul.menu li {
  display: block !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

#header #panel.prrp-panel .lower ul.menu li a,
#header #panel.prrp-panel .lower ul.panel_links a.usercp,
#header #panel.prrp-panel .lower ul.panel_links a.modcp,
#header #panel.prrp-panel .lower ul.panel_links a.admincp,
#header #panel.prrp-panel .lower ul.user_links li a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 0 !important;
  min-height: 30px !important;
  padding: 0 12px !important;
  margin: 0 !important;
  border-radius: 3px !important;
  border: 1px solid rgba(255, 255, 255, .08) !important;
  background: rgba(29, 39, 49, .92) !important;
  background-image: none !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), 0 1px 2px rgba(0, 0, 0, .18) !important;
  color: #d9e9f6 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

#header #panel.prrp-panel .lower ul.menu li a:hover,
#header #panel.prrp-panel .lower ul.panel_links a.usercp:hover,
#header #panel.prrp-panel .lower ul.panel_links a.modcp:hover,
#header #panel.prrp-panel .lower ul.panel_links a.admincp:hover,
#header #panel.prrp-panel .lower ul.user_links li a:hover {
  background: #238ed9 !important;
  border-color: rgba(255, 255, 255, .18) !important;
  color: #fff !important;
  transform: translateY(-1px);
}

#header #panel.prrp-panel br.clear {
  display: none !important;
}

@media (max-width: 800px) {
  #logo a.prrp-logo {
    left: 12px !important;
    top: 18px !important;
    width: 190px !important;
    height: 190px !important;
  }

  #header #panel.prrp-panel .lower .wrapper {
    align-items: flex-start !important;
    flex-direction: column !important;
    padding: 7px 0 !important;
  }

  #header #panel.prrp-panel .lower ul.menu.user_links {
    margin-left: 0 !important;
    justify-content: flex-start !important;
  }
}
/* END PRRP logo and member panel repair */

/* PRRP registration honeypot guard */
#email3_status,
input[name="email3"] {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
/* END PRRP registration honeypot guard */

/* PRRP account form polish 20260716a */
#content form[action="member.php"] {
  max-width: 980px;
  margin: 0 auto 28px;
}

#content form[action="member.php"] > table.tborder {
  width: 100% !important;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #284a60 !important;
  border-radius: 5px;
  overflow: hidden;
  background: #242c34 !important;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .28);
}

#content form[action="member.php"] > table.tborder .thead {
  padding: 14px 18px !important;
  background: linear-gradient(180deg, #132332, #0c1824) !important;
  border-bottom: 1px solid #2a516c !important;
  color: #f6fbff !important;
  font-size: 18px;
  font-weight: 900;
}

#content form[action="member.php"] > table.tborder td.trow1,
#content form[action="member.php"] > table.tborder td.trow2 {
  padding: 16px 18px !important;
  border-top: 1px solid rgba(255, 255, 255, .04);
  background: #38414b !important;
  color: #f3f8fb;
  vertical-align: middle;
}

#content form[action="member.php"] > table.tborder tr:nth-child(even) td.trow1,
#content form[action="member.php"] > table.tborder tr:nth-child(even) td.trow2 {
  background: #333c45 !important;
}

#content form[action="member.php"] > table.tborder td:first-child:not([colspan]) {
  width: 230px !important;
  max-width: 230px;
  color: #ffffff;
  font-weight: 900;
  white-space: nowrap;
}

#content form[action="member.php"] > table.tborder input.textbox,
#content form[action="member.php"] > table.tborder input[type="text"],
#content form[action="member.php"] > table.tborder input[type="password"],
#content form[action="member.php"] > table.tborder input[type="email"],
#content form[action="member.php"] > table.tborder select,
#content form[action="member.php"] > table.tborder textarea {
  width: min(520px, 100%) !important;
  max-width: 100% !important;
  min-height: 36px;
  box-sizing: border-box;
  border: 1px solid #596878 !important;
  border-radius: 4px;
  background: #202832 !important;
  color: #f4fbff !important;
  outline: none;
}

#content form[action="member.php"] > table.tborder input.textbox:focus,
#content form[action="member.php"] > table.tborder input[type="text"]:focus,
#content form[action="member.php"] > table.tborder input[type="password"]:focus,
#content form[action="member.php"] > table.tborder input[type="email"]:focus,
#content form[action="member.php"] > table.tborder textarea:focus {
  border-color: #79e64b !important;
  box-shadow: 0 0 0 3px rgba(121, 230, 75, .16);
}

#content form[action="member.php"] > table.tborder td[align="center"],
#content form[action="member.php"] > table.tborder td.trow1[colspan],
#content form[action="member.php"] > table.tborder td.trow2[colspan] {
  text-align: left !important;
}

#content form[action="member.php"] > input.button,
#content form[action="member.php"] input.button[name="submit"],
#content form[action="member.php"] input[type="submit"].button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 36px;
  margin: 14px 0 0 calc(50% - 90px);
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 5px;
  background: linear-gradient(180deg, #79e64b, #48b82f) !important;
  color: #061018 !important;
  font-weight: 900;
  text-shadow: none !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .24);
  cursor: pointer;
}

#content form[action="member.php"] > input.button:hover,
#content form[action="member.php"] input.button[name="submit"]:hover,
#content form[action="member.php"] input[type="submit"].button:hover {
  background: linear-gradient(180deg, #efff78, #70d742) !important;
  transform: translateY(-1px);
}

@media (max-width: 720px) {
  #content form[action="member.php"] > table.tborder,
  #content form[action="member.php"] > table.tborder tbody,
  #content form[action="member.php"] > table.tborder tr,
  #content form[action="member.php"] > table.tborder td {
    display: block;
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box;
  }

  #content form[action="member.php"] > table.tborder td:first-child:not([colspan]) {
    padding-bottom: 6px !important;
  }

  #content form[action="member.php"] > input.button,
  #content form[action="member.php"] input.button[name="submit"],
  #content form[action="member.php"] input[type="submit"].button {
    width: 100%;
    margin-left: 0;
  }
}
/* END PRRP account form polish */

/* PRRP active PMRP faction forum colors */
#mark_read_31 { --forum-icon-color: #00ff00; --prrp-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Cpath%20d%3D%22M32%205l7%208%2011%202%201%2013c1%2014-8%2024-19%2031-11-7-20-17-19-31l1-13%2011-2%207-8zm0%2012l-4%205-7%201v7c0%208%204%2014%2011%2019%207-5%2011-11%2011-19v-7l-7-1-4-5z%22%2F%3E%3Cpath%20d%3D%22M28%2028h8v14h-8zM23%2033h18v5H23z%22%2F%3E%3C%2Fsvg%3E"); }
.prrp-forum-31 .prrp-forum-title a { color: #00ff00 !important; }
#mark_read_32 { --forum-icon-color: #db9900; --prrp-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Cpath%20d%3D%22M32%208l24%2014v5H8v-5L32%208zm-18%2024h7v17h-7V32zm14%200h8v17h-8V32zm15%200h7v17h-7V32zM9%2053h46v5H9v-5z%22%2F%3E%3C%2Fsvg%3E"); }
.prrp-forum-32 .prrp-forum-title a { color: #db9900 !important; }
#mark_read_33 { --forum-icon-color: #00d000; --prrp-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Cpath%20d%3D%22M27%208h10v17h17v10H37v17H27V35H10V25h17V8z%22%2F%3E%3Cpath%20d%3D%22M12%2052h40v6H12v-6z%22%2F%3E%3C%2Fsvg%3E"); }
.prrp-forum-33 .prrp-forum-title a { color: #00d000 !important; }
#mark_read_34 { --forum-icon-color: #ff0000; --prrp-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Cpath%20d%3D%22M45%206a15%2015%200%200%200-18%2019L8%2044a7%207%200%201%200%2010%2010l19-19A15%2015%200%200%200%2056%2017l-10%2010-8-8L48%209c-1-1-2-2-3-3zM13%2052a3%203%200%201%201%200-6%203%203%200%200%201%200%206z%22%2F%3E%3C%2Fsvg%3E"); }
.prrp-forum-34 .prrp-forum-title a { color: #ff0000 !important; }
#mark_read_71 { --forum-icon-color: #19b86c; --prrp-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Cpath%20d%3D%22M32%206l22%2011v15c0%2013-8%2022-22%2027C18%2054%2010%2045%2010%2032V17L32%206zm0%2012l-12%206v9c0%207%204%2013%2012%2017%208-4%2012-10%2012-17v-9l-12-6z%22%2F%3E%3Cpath%20d%3D%22M20%2034h24v6H20v-6z%22%2F%3E%3C%2Fsvg%3E"); }
.prrp-forum-71 .prrp-forum-title a { color: #19b86c !important; }
#mark_read_74 { --forum-icon-color: #d7dde6; --prrp-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Cpath%20d%3D%22M29%206h6v9a17%2017%200%200%201%2014%2014h9v6h-9a17%2017%200%200%201-14%2014v9h-6v-9a17%2017%200%200%201-14-14H6v-6h9a17%2017%200%200%201%2014-14V6zm3%2016a10%2010%200%201%200%200%2020%2010%2010%200%200%200%200-20z%22%2F%3E%3C%2Fsvg%3E"); }
.prrp-forum-74 .prrp-forum-title a { color: #d7dde6 !important; }
#mark_read_77 { --forum-icon-color: #445500; --prrp-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Cpath%20d%3D%22M15%208h5v20h3V8h5v20h3V8h5v18c0%208-4%2013-10%2015v15h-8V41c-6-2-10-7-10-15V8h5v20h2V8zm35%200h6v48h-8V39h-5V22c0-7%203-12%207-14z%22%2F%3E%3C%2Fsvg%3E"); }
.prrp-forum-77 .prrp-forum-title a { color: #445500 !important; }
#mark_read_80 { --forum-icon-color: #5c0900; --prrp-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Cpath%20d%3D%22M15%208h5v20h3V8h5v20h3V8h5v18c0%208-4%2013-10%2015v15h-8V41c-6-2-10-7-10-15V8h5v20h2V8zm35%200h6v48h-8V39h-5V22c0-7%203-12%207-14z%22%2F%3E%3C%2Fsvg%3E"); }
.prrp-forum-80 .prrp-forum-title a { color: #5c0900 !important; }
#mark_read_41 { --forum-icon-color: #233400; --prrp-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Cpath%20d%3D%22M24%2028a9%209%200%201%201%200-18%209%209%200%200%201%200%2018zm16%200a9%209%200%201%201%200-18%209%209%200%200%201%200%2018zM10%2052c1-11%207-18%2014-18s13%207%2014%2018H10zm18%200c1-9%206-15%2012-15s11%206%2014%2015H28z%22%2F%3E%3C%2Fsvg%3E"); }
.prrp-forum-41 .prrp-forum-title a { color: #233400 !important; }
#mark_read_42 { --forum-icon-color: #a46cff; --prrp-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Cpath%20d%3D%22M24%2028a9%209%200%201%201%200-18%209%209%200%200%201%200%2018zm16%200a9%209%200%201%201%200-18%209%209%200%200%201%200%2018zM10%2052c1-11%207-18%2014-18s13%207%2014%2018H10zm18%200c1-9%206-15%2012-15s11%206%2014%2015H28z%22%2F%3E%3C%2Fsvg%3E"); }
.prrp-forum-42 .prrp-forum-title a { color: #a46cff !important; }
/* /PRRP active PMRP faction forum colors */

/* PRRP gang forum structure */
#mark_read_41 { --forum-icon-color: #8bd340; --prrp-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Cpath%20d%3D%22M11%2026l31-13v38L11%2038V26zm36-8h6v28h-6V18zM8%2040h13l4%2012H14L8%2040z%22%2F%3E%3C%2Fsvg%3E"); }
.prrp-forum-41 .prrp-forum-title a { color: #8bd340 !important; }
#mark_read_42 { --forum-icon-color: #35adff; --prrp-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Cpath%20d%3D%22M32%206l5%208%2010-2%202%2010%209%205-6%208%203%2010-10%203-5%209-8-6-8%206-5-9-10-3%203-10-6-8%209-5%202-10%2010%202%205-8zm0%2018a8%208%200%201%200%200%2016%208%208%200%200%200%200-16z%22%2F%3E%3C%2Fsvg%3E"); }
.prrp-forum-42 .prrp-forum-title a { color: #35adff !important; }
#mark_read_87 { --forum-icon-color: #a46cff; --prrp-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Cpath%20d%3D%22M12%2011h40v7H12v-7zm0%2014h40v7H12v-7zm0%2014h40v7H12v-7zm0%2014h28v7H12v-7z%22%2F%3E%3C%2Fsvg%3E"); }
.prrp-forum-87 .prrp-forum-title a { color: #a46cff !important; }
#mark_read_88 { --forum-icon-color: #233400; --prrp-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Cpath%20d%3D%22M24%2028a9%209%200%201%201%200-18%209%209%200%200%201%200%2018zm16%200a9%209%200%201%201%200-18%209%209%200%200%201%200%2018zM10%2052c1-11%207-18%2014-18s13%207%2014%2018H10zm18%200c1-9%206-15%2012-15s11%206%2014%2015H28z%22%2F%3E%3C%2Fsvg%3E"); }
.prrp-forum-88 .prrp-forum-title a { color: #233400 !important; }
#mark_read_91 { --forum-icon-color: #a46cff; --prrp-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Cpath%20d%3D%22M24%2028a9%209%200%201%201%200-18%209%209%200%200%201%200%2018zm16%200a9%209%200%201%201%200-18%209%209%200%200%201%200%2018zM10%2052c1-11%207-18%2014-18s13%207%2014%2018H10zm18%200c1-9%206-15%2012-15s11%206%2014%2015H28z%22%2F%3E%3C%2Fsvg%3E"); }
.prrp-forum-91 .prrp-forum-title a { color: #a46cff !important; }
/* /PRRP gang forum structure */
