.headerbar {
	display: none;
}
.skiplink:focus-visible{
	background-color: #107c10;
	color:#f1f1f1;
	left: unset;
	width: unset;
	padding: 10px;
}
a.forumtitle,
a.topictitle,
fieldset,
input,
select,
select optgroup option,
textarea,
.message-box textarea,
a.button1,
input.button1,
input.button3,
a.button2,
input.button2,
.content,
.content p,
dl.faq,
p.author,
.notice,
.attachbox dt,
dl.file,
dl.file dt,
dl.thumbnail dd,
fieldset.polls,
fieldset.polls dd div,
li.header dt,
li.header dd,
.postbody h3,
h1,
h2,
h3,
h4,
.pagination li.active span,
.dropdown-extended .header,
.notification_list p.notifications_title,
.button {
	font-family: 'Open Sans';
}

html,
body {
	background-color: #1e1f20;
	color: #107c10;
	color-scheme: dark;
}

body {
	font-family: 'Open Sans', sans-serif;
	padding-top: 0;
}

:focus {
	outline: none;
}
:is(a,button):focus-visible{
	outline: 2px solid #5dc21e;
	outline-offset: 1px;
}

select {
	background-color: #107c10;
	border-color: #5dc21e;
	color: #f1f1f1;
}

.user-bar .no-avatar {
	background-image: url("./images/forum_unread.svg");
	background-repeat: no-repeat;
	background-size: 40px;
	width: 40px;
	height: 40px;
	margin-left: 0;
}

.navbar {
	background-color: transparent;
	padding: 3px 0px;
}

.wrap {
	background-color: transparent;
	border-color: transparent;
	padding-top: 0;
}

fieldset.polls dl.voted,
.topic_poll .author,
.postbody,
.phpbb_alert p,
.content,
dl.faq dt,
.pagination,
.panel-container table.table1 thead th,
ul.topiclist li,
.panel-container .panel li.header dd,
.panel-container .panel li.header dt,
dl.mini dt,
dl.details dd,
h2,
.forumbg .header a,
.forabg .header a,
th a,
a,
label,
.codebox code,
.content h2,
.panel h2,
.message-box textarea,
dl.file dd,
dd label,
.time-zone {
	color: #f1f1f1;
}

fieldset dl:hover dt label,
.forumbg .header a:hover,
.forabg .header a:hover,
th a:hover,
a:hover,
a:focus,
a:active {
	text-decoration: none;
	color: #c2c2c2;
}

.forum-name {
	font-size: 15px;
	font-weight: 300;
	text-transform: uppercase;
	color: #f1f1f1;
	margin-left: 3px;
}

h3 {
	text-align: center;
	border-bottom-color: #5dc21e;
	color: #f1f1f1;
}

hr {
	border-color: #5dc21e;
	border-top-color: #5dc21e;
}

li.row:hover {
	background-color: #3a3a3a;
}

li.reported:hover {
	background-color: rgba(255, 249, 0, 0.30196078431372547) !important;
}

li.row strong {
	font-weight: bold;
	color: #c2c2c2;
}

.xbox-layout {
	padding: 0;
}

.forabg,
.forumbg {
	background: transparent none repeat-x 0 0;
}

ul.navlinks {
	border-top-color: #5dc21e;
}

.xbox-layout ul.forums,
.xbox-layout ul.topics,
.xbox-layout.pmlist,
.xbox-layout.mcplist,
.xbox-layout.cplist {
	background-color: transparent;
	display: grid;
	list-style: none;
	gap: 4px;
	grid-template-columns: repeat(auto-fill, minmax(min(300px, 100%), 1fr));
}

.listview ul.forums,
.listview ul.topics,
.pmlist,
.mcplist {
	grid-template-columns: 1fr;
}

ul.forums {
	background-image: none;
}

.xbox-layout li.row {
	background: none;
	background-color: #107c10;
	border: none;
	border-radius: 1px;
	color: #f1f1f1;
	display: block;
}

.xbox-layout li.row:hover {
	outline: 1px solid #5dc21e;
}

.xbox-layout dl {
	position: relative;
	display: grid;
	overflow: inherit;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	min-height: 135px;
	padding: 10px 8px 0 8px;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr auto;
}

dl.row-item {
	background-position: -5px 50%;
	background-size: 75px;
}

dl.row-item dt,
dl.row-item dd {
	min-height: 26px;
}

dl.row-item dt {
	background-position: 0px 30%;
	min-height: 45px;
}

.xbox-layout dt {
	width: auto;
	margin: 0;
	padding: 0;
	grid-column: span 4;
}

.listview dt {
	grid-column: span 1;
}

.listview dd {
	font-size: 1.75em;
	line-height: 1.2;
}

.listview dd dfn {
	display: block;
}

.xbox-layout .left-box {
	float: none;
}

dd.topics,
dd.views,
dd.redirect,
dd.no-posts {
	text-align: right;
	white-space: nowrap;
	grid-column: 3;
	grid-row: 2;
	justify-self: end;
}

.listview dd.topics,
.listview dd.views,
.listview dd.redirect,
.listview dd.no-posts,
.listview dd.lastpost {
	text-align: center;
	align-self: center;
	grid-column: 2;
	grid-row: 1;
	justify-self: center;
}

.listview dd.posts,
.listview dd.no-posts {
	text-align: center;
	align-self: center;
	grid-column: 3;
	grid-row: 1;
	justify-self: center;
}

dd.posts,
dd.redirect,
dd.no-posts {
	text-align: right;
	white-space: nowrap;
	grid-column: 4;
	grid-row: 2;
}

.forabg .listview dd.posts {
	grid-column: 3;
}

.forumbg .listview dd.posts {
	grid-column: 3;
}

.listview dd.redirect {
	text-align: right;
	grid-column: 4;
}

dd.no-posts {
	font-size: 1.1em;
	line-height: 2.5em;
}

.listview dd.no-posts {
	font-size: 2em;
}

.xbox-layout dl .list-inner {
	font-size: 12px;
	margin: 0 8px 10px 47px;
	padding: 0;
}

@media (max-width: 700px) {
	.listview dd {
		display: none;
	}
}

.listview dd.lastpost {
	grid-column: 4;
}

.listview dd.lastpost dfn {
	position: absolute;
	left: -999px;
	width: 990px;
}

.listview dd.views {
	grid-column: 2;
}

dt.listview-image {
	grid-column: 1;
}

.forumbg .listview dd.posts {
	grid-column: 3;
}

@media (min-width: 701px) and (max-width: 900px) {
	.listview dd.lastpost {
		width: 150px;
	}
}

a.forumtitle {
	font-size: 1.2em;
}

dd.posts,
dd.topics,
dd.views,
dd.redirect,
dd.no-posts {
	font-size: 1.25em;
	font-weight: bold;
}

li.header dl.row-item dt .list-inner {
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
}

li.header dt .list-inner {
	margin-right: 0;
}

ul.topiclist dl {
	min-height: 20px;
	padding: 0px;
}

dl.row-item dt .list-inner {
	padding-left: 15px;
}

.stat-block {
	background-color: #107c10;
	border-radius: 1px;
	color: #f1f1f1;
	margin: 5px 0;
	padding: 1px 6px;
}

.stat-block h3 {
	font-size: 1.4em;
}

.button .icon,
.button-secondary {
	color: #f1f1f1;
}

.icon.icon-lightgray,
a:hover .icon.icon-lightgray {
	color: #c1c1c1;
}

.icon.icon-yellow,
a:hover .icon.icon-yellow {
	color: #fff900;
}

.icon.icon-black,
a:hover .icon.icon-black {
	color: #101010;
}

.icon.icon-limegreen,
a:hover .icon.icon-limegreen {
	color: #5dc21e;
}

.icon.icon-green,
a:hover .icon.icon-green {
	color: #107c10;
}

.icon.icon-red,
a:hover .icon.icon-red {
	color: #a20000;
}

dfn {
	font-style: normal;
}

dd.lastpost>span {
	padding-left: 0;
}

button .header-avatar img {
	max-width: 40px;
	max-height: 40px;
}

a.header-avatar span:after {
	content: '';
}
.header-profile {
	vertical-align: bottom;
}
.user-bar a {
	font-size: 18px;
}

.user-bar .icon {
	font-size: 35px;
}

.user-bar .dropdown-contents a {
	font-size: 12px;
}

.user-bar .dropdown-contents li a:hover {
	color: #000;
}

.badge {
	font-size: 20px;
	background-color: #5dc21e;
	border-radius: 6px;
	opacity: 1;
	padding: 5px;
}

.main-bar a,
.navbar a {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 300;
}

.main-bar .icon {
	display: none;
}

.site_logo {
	background-image: url("./images/xbox-one.svg");
	background-repeat: no-repeat;
	background-position: 0% 0%;
	background-size: 100%;
	border-radius: 0px;
	width: 350px;
	max-width: 100%;
	height: 80px;
}

#logo {
	display: block !important;
	float: none;
	box-sizing: border-box;
}

.site-description {
	text-align: center;
	width: 100%;
	padding-top: 10px;
}

.headerbar {
	background-color: transparent;
	background-image: none;
	background-size: contain;
	width: auto;
}

/* The side navigation menu */
.sidenav {
  	border: none;
	width: 300px;
	max-width: unset;
	height: 100%;
	max-height: unset;
	margin: 0;
	transition: 0.5s;
	transform: scaleX(0);
	transform-origin: left;
}
.sidenav[open]{
	transform: scaleX(1);
	@starting-style{
		transform: scaleX(0);
	}
}
@media (max-width: 500px) {
	.sidenav {
		width: 100%;
	}
}

.sidenav .dropdown-contents {
	width: 265px;
}

/* The navigation menu links */
.sidenav a {
	font-size: 20px;
	text-decoration: none;
	color: #f1f1f1;
	display: block;
	padding: 8px 8px 8px 16px;
	transition: 0.3s;
}

.sidenav li {
	display: block;
}

.sidenav .icon {
	font-size: 25px;
}

.sidenav li:not(.mark-buttons):hover,
.sidenav li:not(.mark-buttons):active,
.sidenav li a:focus-visible {
	background-color: #107c10;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
	color: #c2c2c2;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
	font-size: 36px;
	position: absolute;
	top: 0;
	right: 25px;
	margin-left: 50px;
}

.nav {
	margin-top: 60px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 700px) {
	.sidenav a {
		font-size: 15px;
	}
}

.user-bar ul {
	display: inline-flex;
}

.user-bar li {
	display: block;
}

.user-bar .dropdown-contents ul {
	display: block;
}

.user-bar .dropdown {
	top: 3.2em;
}

.user-bar .dropdown-contents .icon {
	font-size: 20px;
}

.times {
	float: right !important;
}

.times .icon,
.times p {
	color: #f1f1f1;
}

.times .dropdown-contents {
	display: flex;
}

.times p {
	margin: 0 5px;
}

@media (max-width: 410px) {
	.times .dropdown-contents {
		display: block;
	}
}

.user-bar .dropdown-contents li {
	display: block;
}

.user-bar .dropdown-contents li a {
	font-size: 12px;
}

/* The Modal (background) */
.modal {
	background-color: transparent;
	border: none;
}

/* Modal Content/Box */
.modal-content {
	background-color: #3a3a3a;
	border: 1px solid #5dc21e;
	padding: 20px;

}

/* The Close Button */
.close {
	font-size: 28px;
	font-weight: 700;
	color: #aaa;
	float: right;
}

.close:hover,
.close:focus {
	text-decoration: none;
	color: black;
	cursor: pointer;
}

#mark-forums {
	display: flex;
	justify-content: space-between;
	padding-inline: 16px;
}

/* .mark-buttons li {
    width: 97px;
	height: 61px;
    overflow-y: auto;
	display: inline-flex;
    align-items: center;
} */
.mark-buttons li a {
	font-size: 12px;
	text-align: center;
}

.mark-buttons a {
	padding: 25px 5px;
}

.topbar .nav-username {
	text-align: center;
}

/* Forum icons & Topic icons */
.global_read {
	background-image: url("./images/global_read.svg");
}

.global_read_mine {
	background-image: url("./images/global_read_mine.svg");
}

.global_read_locked {
	background-image: url("./images/global_read_locked.svg");
}

.global_read_locked_mine {
	background-image: url("./images/global_read_locked_mine.svg");
}

.global_unread {
	background-image: url("./images/global_unread.svg");
}

.global_unread_mine {
	background-image: url("./images/global_unread_mine.svg");
}

.global_unread_locked {
	background-image: url("./images/global_unread_locked.svg");
}

.global_unread_locked_mine {
	background-image: url("./images/global_unread_locked_mine.svg");
}

.announce_read {
	background-image: url("./images/announce_read.svg");
}

.announce_read_mine {
	background-image: url("./images/announce_read_mine.svg");
}

.announce_read_locked {
	background-image: url("./images/announce_read_locked.svg");
}

.announce_read_locked_mine {
	background-image: url("./images/announce_read_locked_mine.svg");
}

.announce_unread {
	background-image: url("./images/announce_unread.svg");
}

.announce_unread_mine {
	background-image: url("./images/announce_unread_mine.svg");
}

.announce_unread_locked {
	background-image: url("./images/announce_unread_locked.svg");
}

.announce_unread_locked_mine {
	background-image: url("./images/announce_unread_locked_mine.svg");
}

.forum_link {
	background-image: url("./images/forum_link.svg");
}

.forum_read {
	background-image: url("./images/forum_read.svg");
}

.forum_read_locked {
	background-image: url("./images/forum_read_locked.svg");
}

.forum_read_subforum {
	background-image: url("./images/forum_read_subforum.svg");
}

.forum_unread {
	background-image: url("./images/forum_unread.svg");
}

.forum_unread_locked {
	background-image: url("./images/forum_unread_locked.svg");
}

.forum_unread_subforum {
	background-image: url("./images/forum_unread_subforum.svg");
}

.sticky_read {
	background-image: url("./images/sticky_read.svg");
}

.sticky_read_mine {
	background-image: url("./images/sticky_read_mine.svg");
}

.sticky_read_locked {
	background-image: url("./images/sticky_read_locked.svg");
}

.sticky_read_locked_mine {
	background-image: url("./images/sticky_read_locked_mine.svg");
}

.sticky_unread {
	background-image: url("./images/sticky_unread.svg");
}

.sticky_unread_mine {
	background-image: url("./images/sticky_unread_mine.svg");
}

.sticky_unread_locked {
	background-image: url("./images/sticky_unread_locked.svg");
}

.sticky_unread_locked_mine {
	background-image: url("./images/sticky_unread_locked_mine.svg");
}

.topic_moved {
	background-image: url("./images/topic_moved.svg");
}

.pm_read,
.topic_read {
	background-image: url("./images/topic_read.svg");
}

.topic_read_mine {
	background-image: url("./images/topic_read_mine.svg");
}

.topic_read_hot {
	background-image: url("./images/topic_read_hot.svg");
}

.topic_read_hot_mine {
	background-image: url("./images/topic_read_hot_mine.svg");
}

.topic_read_locked {
	background-image: url("./images/topic_read_locked.svg");
}

.topic_read_locked_mine {
	background-image: url("./images/topic_read_locked_mine.svg");
}

.pm_unread,
.topic_unread {
	background-image: url("./images/topic_unread.svg");
}

.topic_unread_mine {
	background-image: url("./images/topic_unread_mine.svg");
}

.topic_unread_hot {
	background-image: url("./images/topic_unread_hot.svg");
}

.topic_unread_hot_mine {
	background-image: url("./images/topic_unread_hot_mine.svg");
}

.topic_unread_locked {
	background-image: url("./images/topic_unread_locked.svg");
}

.topic_unread_locked_mine {
	background-image: url("./images/topic_unread_locked_mine.svg");
}

.navbarsec {
	display: flex;
	justify-content: left;
	align-items: center;
	margin-top: 5px;
}

nav>ul {
	font-size: 0;
	text-align: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

nav>ul>li {
	position: relative;
	display: inline-block;
}

nav>ul>li.hidden {
	display: none;
}

nav>ul>li a {
	text-align: center;
	text-decoration: none;
	color: #f1f1f1;
	display: block;
	margin-right: 10px;
}

nav>ul>li a .icon {
	display: none;
}

nav>ul>li a+ul {
	position: absolute;
	z-index: 100;
	top: 100%;
	right: 0;
	display: none;
	margin-right: 0;
}

nav>ul>li a+ul li {
	background-color: #1e1f20;
	position: relative;
	z-index: 10;
}

nav>ul>li a+ul li a {
	text-align: left;
	white-space: nowrap;
	padding-left: 16px;
}

nav>ul>li a+ul li a .fa {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 0;
}

nav>ul>li:hover ul {
	display: block;
}

.dropdown .dropdown-contents {
	background: #107c10;
	border-color: #107c10;
	box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.75);
}

.dropdown-extended .header {
	background-color: #107c10;
	background-image: none;
	text-shadow: none;
}

.notification_list .bg2 {
	background-color: #3a3a3a;
}

.dropdown-extended ul li {
	border-top-color: #5dc21e;
}

.dropdown-extended .header,
.dropdown-extended .footer {
	border-color: #5dc21e;
	color: #f1f1f1;
}

.notification_list p.notification-time {
	color: #5dc21e;
}

.dropdown-extended ul li:hover {
	background-color: #6b6b6b;
	color: #000000;
}

.dropdown-extended a.mark_read {
	background-color: #5dc21e;
}

.button {
	background-color: #107c10;
	background-image: none;
	border-color: #107c10;
	box-shadow: none;
	-webkit-box-shadow: none;
	color: #f1f1f1;
}

.button:hover,
.button:focus {
	background-color: #5dc21e;
	background-image: none;
	border-color: #5dc21e;
	text-shadow: none;
	color: #000;
}

.button-secondary:focus,
.button-secondary:hover,
.button:focus .icon,
.button:hover .icon {
	color: #000;
}

.inputbox,
input {
	background-color: #3a3a3a;
	border-color: #107c10;
	color: #f1f1f1;
}

.search-box .inputbox,
.search-box .inputbox:hover,
.search-box .inputbox:focus {
	border-color: #107c10;
}

.search-results li:hover,
.search-results li.active {
	background-color: #3a3a3a;
}

.inputbox:-moz-placeholder {
	color: #f1f1f1;
}

.inputbox::-webkit-input-placeholder {
	color: #f1f1f1;
}

div.rules {
	background-color: #5dc21e;
	color: #3a3a3a;
}

.pagination li a {
	background: #3a3a3a;
	border-color: #3a3a3a;
	color: #5dc21e;
}

.pagination li a:hover,
.pagination li a:hover .icon,
.pagination .dropdown-visible a.dropdown-trigger,
.nojs .pagination .dropdown-container:hover a.dropdown-trigger {
	background: #5dc21e;
	border-color: #5dc21e;
	color: #000000;
}

.pagination li.active span {
	font-weight: bold;
	background: #107c10;
	border-color: #107c10;
}

.jumpbox .dropdown li {
	border-top-color: #c2c2c2;
}

.jumpbox-cat-link {
	background-color: #107c10;
	border-top-color: transparent;
}

.jumpbox-sub-link,
.jumpbox-forum-link {
	background-color: #107c10;
}

.jumpbox-cat-link:hover {
	background-color: #5dc21e;
	border-top-color: transparent;
	color: #000000;
}

.jumpbox-sub-link:hover,
.jumpbox-forum-link:hover {
	background-color: #5dc21e;
	color: #000000;
}

.dropdown .pointer {
	border-color: #107c10 transparent;
}

.dropdown .pointer-inner {
	border-color: #107c10 transparent;
}

.caret {
	border-color: #c2c2c2;
}

.bg1,
.bg2 {
	background-color: #c2c2c2;
}

.postbody a {
	color: #000;
}

.postprofile a {
	color: #333333;
}

.postprofile a:hover {
	color: #000;
}

.postprofile {
	border-color: #107c10;
	color: #000000;
}

.postprofile strong {
	font-weight: bold;
}

.codebox {
	background-color: #107c10;
	border-color: #5dc21e;
}

.codebox p {
	border-bottom-color: #5dc21e;
	color: #f1f1f1;
}

.attachbox {
	background-color: #5dc21e;
	border-color: #c2c2c2;
}

blockquote {
	background-color: #107c10;
	border-color: #5dc21e;
	color: #f1f1f1;
}

blockquote blockquote {
	background-color: #5dc21e;
	color: #000;
}

blockquote blockquote blockquote {
	background-color: #107c10;
	color: #f1f1f1;
}

.panel {
	background-color: #3a3a3a;
	color: #f1f1f1;
}

a.button2,
input.button2,
input.button3 {
	border: 2px solid transparent;
}

a.button1,
input.button1 {
	border: 2px solid transparent;
}

a.button1:hover,
input.button1:hover,
a.button2:hover,
input.button2:hover,
input.button3:hover {
	border: 2px solid transparent;
}

a.button1,
input.button1,
a.button2,
input.button2,
input.button3 {
	border-color: #107c10;
	border-radius: 10px;
}

a.button1,
input.button1,
input.button3,
a.button2,
input.button2 {
	background-color: #107c10;
	background-image: none;
	color: #f1f1f1;
}

a.button1:hover,
input.button1:hover,
a.button2:hover,
input.button2:hover,
input.button3:hover {
	background-color: #5dc21e;
	background-image: none;
	border-color: #5dc21e;
	color: #000000;
}

.caret {
	border-color: #5dc21e;
}

.tabs .tab>a {
	background: #107c10;
	color: #f1f1f1;
}

.tabs .tab>a:hover {
	background: #5dc21e;
	color: #000000;
}

.tabs .activetab>a,
.tabs .activetab>a:hover {
	background-color: #5dc21e;
	background-image: none;
	border-color: #5dc21e;
	box-shadow: none;
	color: #000;
}

.inputbox:hover,
.inputbox:focus {
	border-color: #5dc21e;
}

.online {
	background-image: none !important;
	border-right: 5px solid #5dc21e;
	border-left: 5px solid #5dc21e;
}

.offline {
	background-image: none;
	border-right: 5px solid #6b6b6b;
	border-left: 5px solid #6b6b6b;
}

p.post-notice {
	background-color: #3a3a3a;
	color: #f1f1f1;
}

.postprofile .no-avatar .avatar-container {
	background-image: url("./images/forum_unread.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 90px;
	height: 90px;
}

.postprofile .no-avatar .avatar-container {
	margin-bottom: 10px;
}

@media (max-width: 700px) {
	.postprofile .no-avatar .avatar-container {
		background-position: inherit;
		background-size: 32px;
		float: left;
		width: 32px;
		height: 32px;
		margin-right: 10px;
	}
}

::-webkit-scrollbar {
	width: 8px;
}

/* this targets the default scrollbar (compulsory) */
::-webkit-scrollbar-track {
	background-color: #c2c2c2;
}

/* the new scrollbar will have a flat appearance with the set background color */

::-webkit-scrollbar-thumb {
	background-color: #5dc21e;
}

/* this will style the thumb, ignoring the track */

::-webkit-scrollbar-button {
	background-color: #5dc21e;
}

/* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */

::-webkit-scrollbar-corner {
	background-color: #107c10;
}

/* if both the vertical and the horizontal bars appear, then perhaps the right bottom corner also needs to be styled */
.postbody .content::-webkit-scrollbar-thumb,
.topicreview::-webkit-scrollbar-thumb,
.post_details::-webkit-scrollbar-thumb,
.codebox code::-webkit-scrollbar-thumb,
.attachbox dd::-webkit-scrollbar-thumb,
.attach-image::-webkit-scrollbar-thumb,
.dropdown-extended ul::-webkit-scrollbar-thumb {
	background: #5dc21e;
	border-radius: 0;
}

.trigger {
	position: relative;
	z-index: 0;
	float: right;
	margin-top: -18px;
	cursor: pointer;
}

.trigger:before {
	font-family: FontAwesome;
	font-size: 15px;
	color: #5dc21e;
}
.trigger:has(a:focus-visible){
	outline: 2px solid	#5dc21e;
	outline-offset: 4px;
}
.trigger a:focus-visible{
	outline: none;
}
.trigger.inactive:before {
	content: "\f066";
}

.trigger.active:before {
	content: "\f065";
}

.trigger.inactive:hover:before {
	content: "\f065";
}

.trigger.active:hover:before {
	content: "\f066";
}

.statistics .list-inner {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.statistics~.collapsethis {
	display: grid;
	gap: 4px;
	grid-template-columns: repeat(auto-fill, minmax(min(340px, 100%), 1fr));
}

.arrow-left:hover,
.arrow-right:hover {
	color: #5dc21e;
}

.panel-container .panel {
	background-color: #3a3a3a;
}

dl.details dt {
	font-weight: bold;
}

.cplist .lastpost {
	width: 230px;
	padding-left: 62px;
}

.panel-container .panel li.row,
ul.cplist {
	border-top-color: transparent;
	border-bottom-color: transparent;
}

.panel-container h3,
.panel-container hr,
.cp-menu hr {
	border-color: #5dc21e;
}

.navigation a {
	background: #107c10;
	color: #f1f1f1;
}

.navigation a:hover {
	background: #5dc21e;
	color: #000;
}

.navigation .active-subsection a {
	background: #5dc21e;
	color: #000;
}

.navigation .active-subsection a:hover {
	color: #000;
}

.cp-mini {
	background-color: #107c10;
}

.xbox-layout.cplist dd.mark {
	position: absolute;
	right: 0;
	bottom: 0;
	float: right;
	width: 60px;
}

dd input {
	margin-left: 3px;
}

.cp-main h2.forum-name {
	font-size: 10px;
	font-weight: bold;
	margin: 0 0 0 3px;
}

.drafts dl .list-inner {
	margin: 0 0 6px 0;
}

.cplist .bg1,
.cplist .bg2,
.cplist .bg3 {
	background-color: #107c10;
	margin: 5px 0;
}

.cplist li.row:hover {
	background-color: #107c10;
	box-shadow: 0 0 10px #107c10;
}

ul.topiclist dd {
	border-left-color: #5dc21e;
}

table.table1 td {
	background-color: #107c10;
	color: #f1f1f1;
}

table.table1 tbody tr {
	border: none;
}

.cp-menu {
	width: 17%;
}

.cp-main {
	width: 83%;
}

.top-column,
.bottom-column {
	display: grid;
}


.panel-container .panel li.row {
	border-width: 0 3px;
}

.panel-container .panel li.row.pm_replied_colour {
	border-color: #A9B8C2;
}

.panel-container .panel li.row.pm_marked_colour {
	border-color: #FF6600;
}

.panel-container .panel li.row.pm_friend_colour {
	border-color: #5D8FBD;
}

.panel-container .panel li.row.pm_foe_colour {
	border-color: #000000;
}

.xbox-layout dd.info {
	margin: 0 0 8px 47px;
	padding-left: 15px;
}

.cp-main .pm {
	background-color: #c2c2c2;
	margin-left: 3px;
}

.pm .postprofile {
	border-color: #107c10;
}

.panel {
	padding: 5px 8px;
}


thead {
	background-color: #3a3a3a;
}

table.table1 tbody td {
	border-top-color: #5dc21e;
}

.postlink {
	border-bottom-color: #c2c2c2;
	color: #c2c2c2;
}

.postlink:visited {
	border-bottom-color: #000000;
	color: #000000;
}

.postlink:hover {
	background-color: #5dc21e;
	color: #f1f1f1;
}

.signature.standalone .postlink {
	background-color: #5dc21e;
}

.signature.standalone .postlink:visited {
	background-color: #5dc21e;
}

.signature.standalone .postlink:hover {
	background: #107c10;
}

dd textarea {
	background-color: #6b6b6b;
	border-color: #107c10;
}

input.button1:focus,
input.button2:focus,
input.button3:focus {
	background-color: #5dc21e;
	border-color: #5dc21e;
	color: #000000;
}

.postbody .content {
	color: #3a3a3a;
}

.responsive-tab .responsive-tab-link:before {
	border-color: #f1f1f1;
}

.responsive-tab .responsive-tab-link:hover:before {
	border-color: #3a3a3a;
}

.pmlist li.bg2,
.pmlist li.bg1 {
	padding: 0;
}

.contact-icons a:hover {
	background-color: #5dc21e;
}

.searchresults span {
	color: #333333;
}

.online-list h3:before,
.online-list h3:after {
	font-family: FontAwesome;
	font-size: 13px;
	font-weight: normal;
	padding: 0 3px;
	content: "\f0c0";
}

.birthday-list h3:before,
.birthday-list h3:after {
	font-family: FontAwesome;
	font-size: 13px;
	font-weight: normal;
	padding: 0 3px;
	content: "\f1fd";
}

.statistics h3:before,
.statistics h3:after {
	font-family: FontAwesome;
	font-size: 13px;
	font-weight: normal;
	padding: 0 3px;
	content: "\f200";
}

.permissions h3:before,
.permissions h3:after {
	font-family: FontAwesome;
	font-size: 13px;
	font-weight: normal;
	padding: 0 3px;
	content: "\f0ca";
}

dd.lastpost.search {
	padding-left: 62px;
}

.row .pagination {
	margin-top: 10px;
}

.row .pagination li a,
.row .pagination li span {
	padding: 4px 6px;
}

.phpbb_alert {
	background-color: #3a3a3a;
	border-color: #5dc21e;
}

.alert_close .icon:before {
	color: #5dc21e;
}

.pagination li.ellipsis span {
	color: #ffffff;
}

fieldset.quick-login input.inputbox {
	background-color: #3a3a3a;
}

.error {
	color: #5dc21e;
}

.attach-image img {
	border-color: #107c10;
}

.attachbox dd {
	border-top-color: #107c10;
}

table.zebra-list tr:nth-child(even) td,
ul.zebra-list li:nth-child(even),
table.zebra-list tr:nth-child(odd) td,
ul.zebra-list li:nth-child(odd) {
	background-color: #6b6b6b;
}

.pollbar1,
.pollbar2,
.pollbar3,
.pollbar4,
.pollbar5 {
	background-color: #5dc21e;
	border-right-color: #107c10;
	border-bottom-color: #107c10;
}

.minitabs .tab>a {
	background-color: #107c10;
}

.minitabs .activetab>a,
.minitabs .activetab>a:hover {
	background-color: #5dc21e;
	color: #000000;
}

.minitabs .tab>a:hover {
	background-color: #5dc21e;
	color: #000000;
}

.footer-row {
	color: #5dc21e;
}

.copyright strong {
	color: #5dc21e;
}

.pm .author,
.pm h3 {
	color: #000;
}

.panel-container .panel li.row.pm_replied_colour {
	outline: 1px solid #c2c2c2;
}

.panel-container .panel li.row.pm_marked_colour {
	outline: 1px solid #5dc21e;
}

.panel-container .panel li.row.pm_friend_colour {
	outline: 1px solid #f1f1f1;
}

.panel-container .panel li.row.pm_foe_colour {
	outline: 1px solid #000000;
}

.pmlist li.pm_replied_colour,
.pm_replied_colour {
	border-color: #c2c2c2;
}

.pmlist li.pm_marked_colour,
.pm_marked_colour {
	border-color: #5dc21e;
}

.pmlist li.pm_friend_colour,
.pm_friend_colour {
	border-color: #f1f1f1;
}

.pmlist li.pm_foe_colour,
.pm_foe_colour {
	border-color: #000000;
}

.gallery label {
	background: #107c10;
	border-color: #5dc21e;
}

.gallery label:hover {
	background-color: #5dc21e;
}

.gallery label img {
	max-width: 120px;
}

.reported {
	background-image: linear-gradient(to bottom, #fff900 0, rgba(255, 249, 0, 0.30196078431372547) 2%, rgba(255, 0, 100, 0) 25%, rgba(255, 0, 100, 0) 75%, rgba(255, 249, 0, 0.30196078431372547) 98%, rgb(255, 249, 0) 100%) !important;
}

.reported.bg1,
.reported.bg2 {
	background: #fff900;
}

.rules .postlink {
	border-bottom-color: #f1f1f1;
	color: #f1f1f1;
}

.signature {
	border-top-color: #5dc21e;
	color: #3a3a3a;
}

.signature a,
.signature a:hover {
	background-color: #5dc21e;
}

.author {
	color: #3a3a3a;
}

fieldset.polls dl {
	border-top-color: #5dc21e;
	color: #f1f1f1;
}

.content h2,
.panel h2 {
	border-bottom-color: #5dc21e;
}

dl.details dt {
	color: #c2c2c2;
}

.signature.standalone {
	color: #f1f1f1;
}

.row-item .topictitle:hover,
.row-item .subforum:hover,
.row-item .username:hover,
.row-item .username-coloured:hover {
	text-decoration: none;
}

.postbody .ignore,
.notice.post_deleted_msg {
	color: #3a3a3a;
}

.notice {
	border-top-color: #107c10;
}

.post-notice a {
	color: #f1f1f1;
}

.post-buttons label {
	color: #3a3a3a;
}

.no_notifications {
	background-color: #3a3a3a;
	color: #f1f1f1;
}

.xbox-layout:not(.listview) .forum-desc {
	line-height: 1.2;
	text-overflow: ellipsis;
	word-wrap: break-word;
	display: -webkit-box;
	overflow: hidden;
	max-height: 1.8rem;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.xbox-layout:not(.listview) .forum-desc-long {
	line-height: 1.3;
	text-overflow: ellipsis;
	word-wrap: break-word;
	display: -webkit-box;
	overflow: hidden;
	max-height: 4.68rem;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.moderators {
	margin-top: 2px;
}

.mod-status {
	position: absolute;
	top: 10px;
	right: 0;
}

.listview .mod-status {
	position: unset;
	display: inline;
}

.mod-status .icon {
	font-size: 18px;
}

.moderators-subforums {
	position: absolute;
	bottom: 5px;
	left: 0;
}

.listview .moderators-subforums {
	position: unset;
}

.subforum-tools .icon,
.moderators-tools .icon {
	font-size: 18px;
}

.subforum-tools .dropdown-contents .icon {
	font-size: 14px;
}

.postprofile a .avatar {
	margin: 0 auto;
}

.postprofile .avatar {
	float: none;
}

.postprofile {
	text-align: center;
}

.postprofile .has-avatar .avatar-container {
	margin-bottom: 10px;
}

.postbody h3 {
	text-align: left;
}

table.table1 .bg3 td {
	font-weight: bold;
	background-color: #5dc21e;
	color: #000;
}

/* Responsive adjustments */
@media only screen and (max-width: 900px),
only screen and (max-device-width: 900px) {

	.cp-menu,
	.cp-main {
		width: auto;
	}

	#navigation a,
	.rtl #navigation a {
		background: #107c10;
	}

	#navigation .active-subsection a,
	.rtl #navigation .active-subsection a {
		background: #5dc21e;
	}
}

@media (max-width: 700px) {

	.lastpost .icon {
		font-size: 17px;
	}

	.stat-block {
		width: 100%;
		margin: 2px -5px;
		padding: 0 5px;
	}

	.stat-block p {
		padding: 0 5px;
	}

	.top-column,
	.bottom-column {
		display: block;
	}

	.stat-block {
		border-radius: 0;
		margin-right: -5px;
		margin-left: -5px;
	}

	.post {
		border-radius: 7px;
		margin-right: 0;
		margin-left: 0;
	}

	.forum-desc,
	.forum-desc-long {
		max-height: inherit;
		-webkit-line-clamp: inherit;
	}

	.postprofile .avatar {
		float: left;
	}

	.postprofile {
		text-align: left;
	}
}

@media (min-width: 701px) and (max-width: 977px) {

	.row .pagination li a,
	.row .pagination li span {
		padding: 4px 5px;
	}

	.lastpost .icon {
		font-size: 17px;
	}
}

.listview .row {
	width: 100% !important;
}

.listview dl {
	background-position: 5px 50%;
	background-size: 55px;
	height: auto;
	min-height: auto;
	gap: 20px;
	grid-template-columns: 1fr auto auto auto;
}

dt.listview-image {
	background-position: 0 100% !important;
}

.loading_indicator {
	background-color: transparent;
	background-image: url(./images/xbox.gif);
	background-size: 50px;
}

.forum-image {
	padding-top: 0;
}

.copyright {
	color: #5dc21e;
}