/* Custom Stylesheet */
.tsticker {
	top: 3px !important;
}
.rules {
	border: 1px solid #BC2A4D;
}
.resultbar div {
	background: linear-gradient(to bottom, hsl(222, 25%, 6%), hsl(222, 25%, 41%));
	border-radius: 4px;
}
.phpbb_alert {
	border-radius: 4px;
	border-color: #666666;
}
h3.alert_title, .alert_text h3 {
	text-transform: none;
	font-size: 1.3em;
}
.postbody p.author {
	border-bottom: 1px solid #EDEDED;
	padding: 8px 0px;
	display: block;
	margin-bottom: 4px;
}
.postprofile {
    border-color: #EDEDED;
}
.search.post.bg1, .search.post.bg2 {
    border: 1px solid #EDEDED;
}
html.phpbb-dark-mode .postbody p.author {
	border-bottom: 1px solid #334153;
}
/* Custom Pages Start */
.stokercustompages .head-banner {
	background: #1ba7de;
	background: linear-gradient(180deg,rgba(27, 167, 222, 1) 0%, rgba(69, 119, 140, 1) 50%, rgba(50, 56, 61, 1) 100%);
	border-radius: 7px;
	margin-bottom: 2px;
}
.stokercustompages .head-banner h1.customh1 {
	width: 100%;
	font-size: 1.8em;
	padding: 8px 20px;
	text-shadow:0px 0px 0 rgb(150,150,150), 1px 1px 0 rgb(63,63,63),2px 2px 1px rgba(0,0,0,0.8),2px 2px 1px rgba(0,0,0,0.7),0px 0px 1px rgba(0,0,0,0.4);
}
.stokercustompages .head-banner h1.customh1 i {
	scale: 1.5;
	translate: 0% -10%;
}
.stokercustompages i.gold-star {
    color: #ffbf00;
	text-shadow:1px 1px 0 rgb(63,63,63),0 0 1px rgba(0,0,0,0.5);
}
@media (max-width: 700px) {
	.stokercustompages .head-banner {
		border-radius: 0;
		margin-left: -5px;
		margin-right: -5px;
	}
	.stokercustompages .head-banner h1.customh1 {
		font-size: 1.4em;
	}
}
/* Custom Pages End */
.stoker-404 {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
	text-align: center;
}
.stoker-404-code {
	font-size: 3.5em;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 2px;
	opacity: 0.6;
}
.stoker-404.message-title {
	margin-top: 10px;
	border: none;
}
.stoker-404-text h2.message-title {
	font-size: 1.6em;
	opacity: 0.8;
}
.stoker-404-image {
	width: 600px;
	max-width: 100%;
	aspect-ratio: 1 / 1;
	background: url('images/404bg.webp') no-repeat center / contain;
}
/* Page reading progress bar */
#reading-progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    transform: scaleX(0);
    transform-origin: left center;
    background: #66ccff;
	-webkit-box-shadow:0px 0px 4px 1px rgba(42,38,158,0.85);
	-moz-box-shadow: 0px 0px 4px 1px rgba(42,38,158,0.85);
	box-shadow: 0px 0px 4px 1px rgba(42,38,158,0.85);
    z-index: 9999;
    pointer-events: none;
    will-change: transform;
	transition: transform 0.05s linear;
}
html.phpbb-dark-mode #reading-progress {
	background: #7cc1ff;
-webkit-box-shadow:0px 0px 4px 1px rgba(231,255,46,0.63);
-moz-box-shadow: 0px 0px 4px 1px rgba(231,255,46,0.63);
box-shadow: 0px 0px 4px 1px rgba(231,255,46,0.63);
}
@media (prefers-reduced-motion: reduce) {
    #reading-progress {
        transition: none;
    }
}
h3.contenth3 {
	float: none;
	color: #333333;
	line-height: 1;
	font-weight: normal;
	font-size: 1.4em;
	color: #000000;font-size:1.1em;
	border:none;
	text-transform:none;
}
html.phpbb-dark-mode h3.contenth3 {
	color: #7cc7ff;
}
/* Blink BBCode START */
.blinkbbcode {
    animation: blink 1s steps(1, end) infinite;
}
@keyframes blink {
    50% {
        visibility: hidden;
    }
}
/* Blink BBCode END */
/* Video wrapper START */
.video-wrapper {
    display: flex;
    gap: 8px;
}
.video-wrapper .video-box {
    flex: 1;
	margin-top:4px;
	margin-bottom:4px;
}
/* Video wrapper END */
/* Youtube START */
.stoker-youtube {
    width:100%;
	box-sizing:border-box;
	padding:12px;
	background: linear-gradient(#105289, #0C3F69);
	border:1px solid #ccc;
	border-radius:12px;
	margin-top:8px;
	margin-bottom:4px;
}
html.phpbb-dark-mode .stoker-youtube { background: linear-gradient(#1e2c3d, #152232); border-color: #38465a; }
.stoker-youtube-inner {
    position:relative;
	width:100%;
	padding-bottom:56.25%;
	height:0;
	overflow:hidden;
	border-radius:8px;
}
.stoker-youtube-iframe {
    position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:0;
	border-radius:8px;
}
/* Youtube END */
/* BBC DB START */
#stoker-bbcodes a.bbcode-title {
	font-size: 14px;
	font-weight: bold;
}
#stoker-bbcodes span.bold {
	font-weight: bold;
}
#stoker-bbcodes p.center {
	text-align: center;
}
#stoker-bbcodes dl.bbcodes-item .list-inner {
	width: 100%;
}
#stoker-bbcodes dl.bbcodes-item::before {
	position: absolute;
	font-family: 'FontAwesome';
	font-style:solid;
	font-size:36px;
	content: "\f0c1";
	left: 10px;
	color: #105289;
}
#stoker-bbcodes .bbcode-description a {
	margin-left: 6px;
	font-size: 14px;
	border: none !important;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#stoker-bbcodes .bbcode-description span {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#stoker-bbcodes .codebox { margin-bottom: 0px; }
#stoker-bbcodes fieldset.ts-fieldset {margin: 15px 0;font-size: 1.2em;padding: 10px;border: 1px solid #D7D7D7;background-color: #ECF3F7;border-radius: 5px;}
#stoker-bbcodes legend.ts-legend {background-color: #fff;color:#000066;font-weight:bold;padding: 4px 8px;border: 1px solid #D7D7D7;border-radius: 5px;}
#stoker-bbcodes legend.ts-legend i { transform: scale(1.2); }
html.phpbb-dark-mode #stoker-bbcodes dl.bbcodes-item::before { color: #7cc1ff; transition: color .2s ease; }
html.phpbb-dark-mode fieldset {
	border-color: #2a3645 !important;
	background-color: #0f1724 !important;
}
html.phpbb-dark-mode legend {
	background-color: #1e2c3d !important;
	color: #7cc1ff !important;
	border-color: #2a3645 !important;
}
/* BBC DB END */
/* Paul Mention START */
.mention {
    font-weight: bold;
	color: #ff0000;
}
/* Paul Mention END */
.simpleportalmargin .country-right {
   float:right;
   margin-top:10px;
   margin-right:10px;
}
.simpleportalmargin .country-left {
   float:left;
   margin-top:10px;
   margin-left:10px;
}
.tribute-container {
    min-width: 85px;
}
.tribute-container {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  max-height: 300px;
  max-width: 500px;
  overflow: auto;
  display: block;
  z-index: 999999; }
.tribute-container ul {
  margin: 0;
  margin-top: 2px;
  padding: 0;
  list-style: none;
  background: #efefef; }
.tribute-container li {
  padding: 5px 5px;
  cursor: pointer; }
.tribute-container li.highlight {
  background: #ddd; }
.tribute-container li span {
  font-weight: bold; }
.tribute-container li.no-match {
  cursor: default; }
.tribute-container .menu-highlighted {
  font-weight: bold; }
.img-consent {
	display: inline-block; max-width: 100%;
	cursor: pointer;
	min-width: 250px; padding: 16px 10px 32px 10px; box-sizing: border-box;
	background: #f3f4f6; border: 1px dashed #b0b4ba; border-radius: 8px;
	text-align: center; vertical-align: middle; color: #333;
	font: 13px/1.5 Arial, Helvetica, sans-serif;
}
.img-consent img { display: none; }
.img-consent-info { display: block; }
.img-consent-host { font-weight: bold; word-break: break-all; }
.img-consent-link { text-decoration: none; color: inherit; }

.img-consent.is-loaded, .img-consent.is-direct {
	cursor: default;
	min-width: 0; min-height: 0; padding: 0;
	background: none; border: 0;
}
.img-consent.is-loaded img, .img-consent.is-direct img { display: block; }
.img-consent.is-loaded .img-consent-info, .img-consent.is-direct .img-consent-info { display: none; }

/* AI Labs START */
.ailabs {
    padding: 1px 0;
    display: inline-flex;
    float: left;
}
.ailabs div {
    margin-left: 3px;
}
.ailabs-log div {
    padding-bottom: 3px;
    display: flex;
}
.ailabs-log label {
    width: 100px;
    font-weight: bold;
}
.ailabs-log textarea {
    width: 100%;
    resize: vertical;
    /* Allow resizing in both directions */
    overflow: auto;
    /* Add scrollbars when content overflows */
    /* pointer-events: none; */
    /* Make the textarea read-only */
    border: none;
    /* Remove the border from the textarea */
    outline: none;
    /* Remove the outline when focused */
    /* background: inherit; */
    /* Remove the background */
    font-family: inherit;
    /* Inherit the font-family from the parent */
    font-size: inherit;
    /* Inherit the font-size from the parent */
    line-height: inherit;
    /* Inherit the line-height from the parent */
    color: inherit;
    /* Inherit the text color from the parent */
}
/* AI Labs END */
/* ELONW START */
a.elonw:after {  
	font-family: FontAwesome;
	content: "\f08e";
	left: 3px;
	padding-right: 3px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
	pointer-events: none;
}
/* ELONW END */
/* PayPal START */
/* PayPal Button */
.paypalbutton {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	background: #fffdf8;
	background: -moz-linear-gradient(top, #fffdf8 0%, #fede9e 49%, #ffaf34 50%, #ffeed3 100%);
	background: -o-linear-gradient(top, #fffdf8 0%, #fede9e 49%, #ffaf34 50%, #ffeed3 100%);
	background: -webkit-linear-gradient(top, #fffdf8 0%, #fede9e 49%, #ffaf34 50%, #ffeed3 100%);
	background: linear-gradient(to bottom, #fffdf8 0%, #fede9e 49%, #ffaf34 50%, #ffeed3 100%);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr="#fffdf8", endColorstr="#ffeed3", GradientType=0);
	border: 1px solid #ff9933;
	border-radius: 13px;
	box-shadow: 0 2px 0 rgba(109, 109, 109, 0.3);
	color: #294669;
	height: 26px;
	padding: 0 12px;
}
/* PayPal loader */
.spinner.loading {
	display: none;
	padding: 7px 0 6px;
}
.spinner.loading:before {
	border: 6px solid #cccccc;
	border-top-color: #2180c0;
	border-radius: 100%;
	position: absolute;
	width: 20px;
	height: 20px;
	margin: -10px 0 0 -35px;
	content: "";
	-webkit-animation: paypal_loader 0.7s infinite linear;
	-moz-animation: paypal_loader 0.7s infinite linear;
	-o-animation: paypal_loader 0.7s infinite linear;
	animation: paypal_loader 0.7s infinite linear;
}
@keyframes paypal_loader {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(359deg);
	}
}
/* Progress bar */
.progress {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 26px;
	margin: 0;
}
.progress-value {
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
	border-radius: 14px;
	float: left;
	width: 62px;
	height: 26px;
	margin-right: 6px;
	padding: 0 12px;
}
.progress-grey {
	background: #333333;
	background: -moz-linear-gradient(top, #333333 0%, #666666 100%);
	background: -o-linear-gradient(top, #333333 0%, #666666 100%);
	background: -webkit-linear-gradient(top, #333333 0%, #666666 100%);
	background: linear-gradient(to bottom, #333333 0%, #666666 100%);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr="#333333", endColorstr="#666666", GradientType=0);
	border-radius: 13px;
	-webkit-box-shadow: 0 2px 0 rgba(109, 109, 109, 0.3);
	box-shadow: 0 2px 0 rgba(109, 109, 109, 0.3);
	overflow: hidden;
	height: 26px;
}
.prog-color {
	border-radius: 13px;
	box-shadow:
		inset 0 10px 10px rgba(255, 255, 255, 0.3),
		inset 0 -10px 10px rgba(0, 0, 0, 0.5);
	position: relative;
	overflow: hidden;
	height: 26px;
}
.prog-color:before {
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
	background-size: 26px 26px;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	content: "";
}
.ten {
	background: #ff4f4f;
	background: -moz-linear-gradient(left, #ff4f4f 0%, #ff5e4e 100%);
	background: -o-linear-gradient(left, #ff4f4f 0%, #ff5e4e 100%);
	background: -webkit-linear-gradient(left, #ff4f4f 0%, #ff5e4e 100%);
	background: linear-gradient(to right, #ff4f4f 0%, #ff5e4e 100%);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr="#ff4f4f", endColorstr="#ff5e4e", GradientType=1);
}
.ten-reverse {
	background: #ff5e4e;
	background: -moz-linear-gradient(left, #ff5e4e 0%, #ff4f4f 100%);
	background: -o-linear-gradient(left, #ff5e4e 0%, #ff4f4f 100%);
	background: -webkit-linear-gradient(left, #ff5e4e 0%, #ff4f4f 100%);
	background: linear-gradient(to right, #ff5e4e 0%, #ff4f4f 100%);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr="#ff5e4e", endColorstr="#ff4f4f", GradientType=1);
}
.twenty {
	background: #ff5e4e;
	background: -moz-linear-gradient(left, #ff5e4e 0%, #ff734d 100%);
	background: -o-linear-gradient(left, #ff5e4e 0%, #ff734d 100%);
	background: -webkit-linear-gradient(left, #ff5e4e 0%, #ff734d 100%);
	background: linear-gradient(to right, #ff5e4e 0%, #ff734d 100%);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr="#ff5e4e", endColorstr="#ff734d", GradientType=1);
}
.twenty-reverse {
	background: #ff734d;
	background: -moz-linear-gradient(left, #ff734d 0%, #ff5e4e 100%);
	background: -o-linear-gradient(left, #ff734d 0%, #ff5e4e 100%);
	background: -webkit-linear-gradient(left, #ff734d 0%, #ff5e4e 100%);
	background: linear-gradient(to right, #ff734d 0%, #ff5e4e 100%);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr="#ff734d", endColorstr="#ff5e4e", GradientType=1);
}
.thirty {
	background: #ff734d;
	background: -moz-linear-gradient(left, #ff734d 0%, #ff8c4d 100%);
	background: -o-linear-gradient(left, #ff734d 0%, #ff8c4d 100%);
	background: -webkit-linear-gradient(left, #ff734d 0%, #ff8c4d 100%);
	background: linear-gradient(to right, #ff734d 0%, #ff8c4d 100%);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr="#ff734d", endColorstr="#ff8c4d", GradientType=1);
}
.thirty-reverse {
	background: #ff8c4d;
	background: -moz-linear-gradient(left, #ff8c4d 0%, #ff734d 100%);
	background: -o-linear-gradient(left, #ff8c4d 0%, #ff734d 100%);
	background: -webkit-linear-gradient(left, #ff8c4d 0%, #ff734d 100%);
	background: linear-gradient(to right, #ff8c4d 0%, #ff734d 100%);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr="#ff8c4d", endColorstr="#ff734d", GradientType=1);
}
.forty {
	background: #ff8c4d;
	background: -moz-linear-gradient(left, #ff8c4d 0%, #ffa24d 100%);
	background: -o-linear-gradient(left, #ff8c4d 0%, #ffa24d 100%);
	background: -webkit-linear-gradient(left, #ff8c4d 0%, #ffa24d 100%);
	background: linear-gradient(to right, #ff8c4d 0%, #ffa24d 100%);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr="#ff8c4d", endColorstr="#ffa24d", GradientType=1);
}
.forty-reverse {
	background: #ffa24d;
	background: -moz-linear-gradient(left, #ffa24d 0%, #ff8c4d 100%);
	background: -o-linear-gradient(left, #ffa24d 0%, #ff8c4d 100%);
	background: -webkit-linear-gradient(left, #ffa24d 0%, #ff8c4d 100%);
	background: linear-gradient(to right, #ffa24d 0%, #ff8c4d 100%);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr="#ffa24d", endColorstr="#ff8c4d", GradientType=1);
}
.fifty {
	background: #ffa24d;
	background: -moz-linear-gradient(left, #ffa24d 0%, #fdb34d 100%);
	background: -o-linear-gradient(left, #ffa24d 0%, #fdb34d 100%);
	background: -webkit-linear-gradient(left, #ffa24d 0%, #fdb34d 100%);
	background: linear-gradient(to right, #ffa24d 0%, #fdb34d 100%);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr="#ffa24d", endColorstr="#fdb34d", GradientType=1);
}
.fifty-reverse {
	background: #fdb34d;
	background: -moz-linear-gradient(left, #fdb34d 0%, #ffa24d 100%);
	background: -o-linear-gradient(left, #fdb34d 0%, #ffa24d 100%);
	background: -webkit-linear-gradient(left, #fdb34d 0%, #ffa24d 100%);
	background: linear-gradient(to right, #fdb34d 0%, #ffa24d 100%);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr="#fdb34d", endColorstr="#ffa24d", GradientType=1);
}
.sixty {
	background: #fdb34d;
	background: -moz-linear-gradient(left, #fdb34d 0%, #ecbe53 100%);
	background: -o-linear-gradient(left, #fdb34d 0%, #ecbe53 100%);
	background: -webkit-linear-gradient(left, #fdb34d 0%, #ecbe53 100%);
	background: linear-gradient(to right, #fdb34d 0%, #ecbe53 100%);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr="#fdb34d", endColorstr="#ecbe53", GradientType=1);
}
.sixty-reverse {
	background: #ecbe53;
	background: -moz-linear-gradient(left, #ecbe53 0%, #fdb34d 100%);
	background: -o-linear-gradient(left, #ecbe53 0%, #fdb34d 100%);
	background: -webkit-linear-gradient(left, #ecbe53 0%, #fdb34d 100%);
	background: linear-gradient(to right, #ecbe53 0%, #fdb34d 100%);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr="#ecbe53", endColorstr="#fdb34d", GradientType=1);
}
.seventy {
	background: #ecbe53;
	background: -moz-linear-gradient(left, #ecbe53 0%, #d3c55b 100%);
	background: -o-linear-gradient(left, #ecbe53 0%, #d3c55b 100%);
	background: -webkit-linear-gradient(left, #ecbe53 0%, #d3c55b 100%);
	background: linear-gradient(to right, #ecbe53 0%, #d3c55b 100%);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr="#ecbe53", endColorstr="#d3c55b", GradientType=1);
}
.seventy-reverse {
	background: #d3c55b;
	background: -moz-linear-gradient(left, #d3c55b 0%, #ecbe53 100%);
	background: -o-linear-gradient(left, #d3c55b 0%, #ecbe53 100%);
	background: -webkit-linear-gradient(left, #d3c55b 0%, #ecbe53 100%);
	background: linear-gradient(to right, #d3c55b 0%, #ecbe53 100%);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr="#d3c55b", endColorstr="#ecbe53", GradientType=1);
}
.eighty {
	background: #d3c55b;
	background: -moz-linear-gradient(left, #d3c55b 0%, #b8c965 100%);
	background: -o-linear-gradient(left, #d3c55b 0%, #b8c965 100%);
	background: -webkit-linear-gradient(left, #d3c55b 0%, #b8c965 100%);
	background: linear-gradient(to right, #d3c55b 0%, #b8c965 100%);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr="#d3c55b", endColorstr="#b8c965", GradientType=1);
}
.eighty-reverse {
	background: #b8c965;
	background: -moz-linear-gradient(left, #b8c965 0%, #d3c55b 100%);
	background: -o-linear-gradient(left, #b8c965 0%, #d3c55b 100%);
	background: -webkit-linear-gradient(left, #b8c965 0%, #d3c55b 100%);
	background: linear-gradient(to right, #b8c965 0%, #d3c55b 100%);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr="#b8c965", endColorstr="#d3c55b", GradientType=1);
}
.ninety {
	background: #b8c965;
	background: -moz-linear-gradient(left, #b8c965 0%, #9fcc6d 100%);
	background: -o-linear-gradient(left, #b8c965 0%, #9fcc6d 100%);
	background: -webkit-linear-gradient(left, #b8c965 0%, #9fcc6d 100%);
	background: linear-gradient(to right, #b8c965 0%, #9fcc6d 100%);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr="#b8c965", endColorstr="#9fcc6d", GradientType=1);
}
.ninety-reverse {
	background: #9fcc6d;
	background: -moz-linear-gradient(left, #9fcc6d 0%, #b8c965 100%);
	background: -o-linear-gradient(left, #9fcc6d 0%, #b8c965 100%);
	background: -webkit-linear-gradient(left, #9fcc6d 0%, #b8c965 100%);
	background: linear-gradient(to right, #9fcc6d 0%, #b8c965 100%);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr="#9fcc6d", endColorstr="#b8c965", GradientType=1);
}
.hundred {
	background: #9fcc6d;
	background: -moz-linear-gradient(left, #9fcc6d 0%, #8ecf73 100%);
	background: -o-linear-gradient(left, #9fcc6d 0%, #8ecf73 100%);
	background: -webkit-linear-gradient(left, #9fcc6d 0%, #8ecf73 100%);
	background: linear-gradient(to right, #9fcc6d 0%, #8ecf73 100%);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr="#9fcc6d", endColorstr="#8ecf73", GradientType=1);
}
.hundred-reverse {
	background: #8ecf73;
	background: -moz-linear-gradient(left, #8ecf73 0%, #9fcc6d 100%);
	background: -o-linear-gradient(left, #8ecf73 0%, #9fcc6d 100%);
	background: -webkit-linear-gradient(left, #8ecf73 0%, #9fcc6d 100%);
	background: linear-gradient(to right, #8ecf73 0%, #9fcc6d 100%);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr="#8ecf73", endColorstr="#9fcc6d", GradientType=1);
}
.red {
	background: #ff4f4f;
}
.green {
	background: #8ecf73;
}
/* Text donation stats */
p.donation_stats {
	margin-bottom: 6px !important;
}
/* form displaying */
.donate_value {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
/* PayPal END */
/* Botspage START */
.bots-name {
	font-size:14px;
	line-height:14px;
}
.bots-forum {
	font-weight: bold;
}
.bots-agent {
	font-size:11px;
	line-height:12px;
}
.bots-visits {
	position: absolute;
	right:6px;
	font-size: 24px;
	margin: -2px 4px 0 0;
	padding: 0;
}
#stoker-botspage ul.forums li.row dl.bots-item {
	display: flex;
	align-items: center;
}
#stoker-botspage li.header dt {
	margin-right: -300px; overflow:hidden;
}
#stoker-botspage li.header dt .list-inner {
	margin-right: 300px; overflow:hidden;
	width:100%;
}
#stoker-botspage ul.topiclist dt {
	margin-right: -300px; overflow:hidden;
}
#stoker-botspage ul.topiclist dt .list-inner {
	margin-right: 300px; overflow:hidden;
	width:100%;
}
.botsnothing {
	font-size:20px;line-height:26px;
}
.bots-pagination {
	margin-bottom: 4px;
}
dl.bots-item {
	background-repeat: no-repeat;
}
dl.bots-item::before {
	position: absolute;
	font-family: 'FontAwesome';
	font-style:solid;
	font-size:36px;
	content: "\f17b";
	background-image: linear-gradient(360deg, violet, indigo, blue, green, yellow, orange, red);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	left: 12px;
}
html.phpbb-dark-mode #stoker-botspage a.username-coloured {
	color: #7cc1ff !important;
}
html.phpbb-dark-mode dl.bots-item::before {
	background-image: none;
	-webkit-text-fill-color: #7cc1ff;
	color: #7cc1ff;
}
/* Botspage END */
/* HASH Start */
.custom-container {
	padding:15px;
}
.custom-container p {
	margin:0px;
}
.hash-h1-title {
    font-size:2.4em;
	color:#105289;
	margin-bottom:20px;
	width: 100%;
}
.hash-block {
    margin: 10px 0;
}
.hash-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3px;
}
.hash-algo-checkboxes {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}
.hash-algo-label {
    display: flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
    cursor: pointer;
}
input.hash-button {
    font-size: 12px;
}
.hash-type {
    font-weight: bold;
	font-size: 12px;
}
hr.hr-hash {
    margin-top: 20px;
}
.hash-copy-btn {
    padding: 2px 8px;
    font-size: 0.9em;
}
.hash-input {
    width: 100%;
	font-size: 12px;
	padding: 2px;
	box-sizing: border-box;
}
.hash-field-input {
    width: 100%;
    font-size: 12px;
	padding: 2px;
    font-family: monospace;
    box-sizing: border-box;
}
.hash-description {
    font-size:1em;
	color:#555;
	margin-top:3px;
}
html.phpbb-dark-mode #toggle-theme .fa-sun-o { display: inline-block; }
html.phpbb-dark-mode input[type="text"] {
	accent-color: #7cc1ff;
	color-scheme: dark;
}
/* HASH END */
.content .agreement {
    font-size:1.2em;
}
/* FAQ special START */
#faqlinks .inner {
	display: flex;
	padding-block: 0 20px;

	& .column1, .column2 {
		box-sizing: border-box;
		width: 50%;
		padding-inline: 2px 6px;
	}
	& .column2 {
		padding-inline: 6px 2px;
	}
	& h2 {
		margin-block: 0;
		padding: 12px 4px 6px;
		text-transform: lowercase;
		border-bottom-width: 2px;

		&:first-letter {
			text-transform: uppercase;
		}
	}
}
.faq_list:has(p:target)::before {
	pointer-events: none;
	display: block;
	position: fixed;
	z-index: 1;
	inset: 0;
	content: '';
	background: #0007;
	opacity: 0;
	transition: opacity .3s ease;
}
.faq_list:has(.faq_item[open] p:target)::before {
	opacity: 1;
}
.faq_li {
	list-style: none;
	anchor-scope: --faq-summary;
	padding: 6px 4px;
	border-block: 1px solid;
	border-block-color: var(--groovebot) var(--groovetop);

	&:first-child {
		border-top: 0;
	}
	&:last-child {
		box-shadow: 0 1px 0 var(--groovebot);
	}
}
.faq_li:has(.faq_item[open] p:target) {
	position: fixed;
	z-index: 1;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -40%);
	width: 66ch;
	max-width: 96vw;
	padding: 1rem;
	background: white;
	border: 1px solid grey;
	border-radius: 4px;
	outline: 3px solid var(--commonbor);

	& .faq_item summary span {
		color: var(--boardicon);
		opacity: 1;
	}
	+ li {
		margin-top: calc(2rem + 14px);
	}
}
.faq_item summary {
	display: flex;
	margin-inline-end: 3rem;
	pointer-events: none;
	outline: 0;

	& > * {
		pointer-events: auto;
		cursor: pointer;
	}
	& .icon {
		flex: none;
		width: 2rem;
		margin-top: .2rem;
		margin-inline: -2px 2px;
		color: var(--boardicon);
		font-size: 1.8rem;
		line-height: 1;
		text-align: start;
		opacity: .8;

		&::before {
			display: block;
			padding: 0;
		}
	}
	& .icon:hover, &:focus-within > .icon	{
		opacity: 1;
	}
	& span {
		flex: 1;
		anchor-name: --faq-summary;
		font-weight: var(--semibold);
		opacity: .8;
	}
	& span:hover, &:focus-visible span {
		text-decoration: underline 2px var(--resultbar);
		text-underline-offset: .3em;
	}
}
.faq_item[open] summary > .icon::before {
	content: '\f0aa';
}
.faq_item::details-content {
	opacity: 0;
	transition: opacity .3s ease-in, content-visibility .3s allow-discrete;
}
.faq_item[open]::details-content {
	opacity: 1;
	@starting-style {opacity:0;}
}
.faq_item p {
	overflow: hidden;
	max-height: 0;
	margin-block: 0;
	padding-inline: 2rem 1rem;
	line-height: 3ex;
	hyphens: auto;
	hyphenate-limit-chars: 8 4 4;
	transition: max-height .3s ease-out, margin-top .25s ease-out, content-visibility .3s allow-discrete;
}
.faq_item[open] p {
	max-height: 36rem;
	margin-top: .4em;
	transition: max-height .3s ease-in, margin-top .25s ease-in, content-visibility .3s allow-discrete;
	@starting-style {max-height:0;margin-block:0;}
}
.faq_list > li > a {
	position: absolute;
	position-anchor: --faq-summary;
	position-area: inline-end center;
	width: 2rem;
	height: 100%;
	margin-left: 1rem;
	text-align: center;
	text-decoration: none;
	
	& .icon {
		font-size: 1.6rem;
		border-radius: 50%;
	}
	&:hover .icon, &:focus .icon {
		outline: 2px solid var(--resultbar);
	}
}
/*	--------------	*/
/*	Media queries.	*/
/*	--------------	*/
@media screen and (max-width: 52rem) {
	#faqlinks .inner {
		display: block;

		& .column1, .column2 {
			float: none;
			width: auto;
			padding-inline: 0;
		}
	}
}
/* Responsive: single column on narrow screens */
@media (max-width: 600px) {
	.faq-grid {
		grid-template-columns: 1fr;
	}
}
/* FAQ special END */
/* On-Off START */
i.iconflash {animation: flashonoff 2s ease infinite;-webkit-animation: flashonoff 2s ease infinite;}
i.iconsizeont {font-size:8px;line-height:12px;vertical-align: text-top;transform: scale(1.3);margin-left:2px;}
i.iconsizeofft {font-size:8px;line-height:12px;vertical-align: text-top;transform: scale(1.3);margin-left:2px;}
i.iconsizeonp {font-size:10px;line-height:14px;vertical-align: text-top;transform: scale(1.2);margin-left:2px;}
i.iconsizeoffp {font-size:10px;line-height:14px;vertical-align: text-top;transform: scale(1.2);margin-left:2px;}
.onliness {color:#008000;font-weight:bold;}
.offliness {color:#FF0000;font-weight:bold;}
@-webkit-keyframes flashonoff {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
/* On-Off END */
/* ScrollToTop START */
.scroll-top {
	position: fixed; right: 1%; bottom: 20px;
	width: 48px; height: 48px;
	display: grid; place-items: center;
	font-size: 36px;
	line-height: 1;
	color: #4584a1;
	z-index: 9999;
	text-decoration: none;
	transition: opacity .25s ease, visibility .25s ease, color .25s ease;
}
.scroll-top.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.scroll-top:not(.is-hidden) { opacity: 1; visibility: visible; }

a.scroll-top,
a.scroll-top:hover,
a.scroll-top:focus,
a.scroll-top:active {
	text-decoration: none;
	border-bottom: 0;
	box-shadow: none;
}
a.scroll-top:hover { color: #4584a180; }
@media (max-width: 749px) {
	.scroll-top.is-hidden,
	.scroll-top:not(.is-hidden) {
		display: none;
	}
}
/* ScrollToTop END */
html.phpbb-dark-mode .faq-toggle { background: #222 }
html.phpbb-dark-mode .faq-answer { background: #222 }

html.phpbb-dark-mode dl.faq-spoiler {
    
}