@import url('https://fonts.googleapis.com/css2?family=Cabin&family=Share+Tech+Mono&display=swap');

html, body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
}
body {
	background-color: #1B2F3A;
	/* background-image: url('foxbg.png'), url('sagat_144.png'); */
	background-image: url('foxbg.png'), url('fox-sleeping.png');
	background-repeat: repeat, no-repeat;
	background-position: 0 0, 99% bottom;
	background-size: auto, auto 100px;
	background-attachment: scroll, fixed;

	color: #fff;
	text-align: center;

	/*transition: background-color 3s;*/
}

form input[type=text],
form input[type=password],
form textarea {
	padding: .1em .25em;
	border: 1px solid rgba(80, 160, 220, 0.52);
	background-color: rgba(255, 255, 255, 0.09);
	color: #d7e8f5;
	outline: none;
	transition: border-color 0.2s, box-shadow 0.2s;
}

form input[type=text]:focus,
form input[type=password]:focus,
form textarea:focus {
	border-color: rgba(60, 180, 255, 0.75);
	box-shadow: 0 0 8px rgba(60, 180, 255, 0.3);
}

form input[type=submit],
form input[type=button],
form button {
	padding: .1em .75em;
	border: 1px solid rgba(80, 160, 220, 0.58);
	background-color: rgba(55, 125, 190, 0.32);
	color: #d7e8f5;
	cursor: pointer;
	transition: background-color 0.2s, box-shadow 0.2s;
}

form input[type=submit]:hover,
form input[type=button]:hover,
form button:hover {
	background-color: rgba(65, 145, 220, 0.48);
	box-shadow: 0 0 10px rgba(60, 180, 255, 0.25);
}


/* h1#fsmtitle { */
	/* display: table-cell; */
	/* background-color: rgb(0 0 0 / 0); */
	/* background-image: url('foxlogo-shadow.png'); */
	/* background-repeat: no-repeat; */
	/* background-position: 5px 3px; */
	/* background-size: 74px 44px; */
	/* padding: 0 0 4px 82px; */
	/* height: 44px; */
	/* line-height: 1em; */
	/* color: #F18B31; */
	/* text-shadow: 0 0 4px rgb(0 0 0 / .4); */
	/* vertical-align: bottom; */
/* } */
.fsmheader {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 6.4em;
	box-sizing: border-box;
}
h1#fsmtitle {
	flex: 1 1 auto;
	margin: 0;
	padding: .2em 8em .2em .5em;
	box-sizing: border-box;
	color: #e8f4ff;
	font-family: 'Cabin', sans-serif;
	text-align: left;
	font-size: 3.5em;
	letter-spacing: 0.06em;
	text-shadow: 0 0 30px rgba(80, 160, 255, 0.45), 0 2px 6px rgba(0, 0, 0, 0.6);
}
h1#fsmtitle > img.logo {
	height: 1.6em;
	vertical-align: bottom;
}
#fsmheaderstats {
	position: absolute;
	top: 50%;
	right: 10px;
	z-index: 11;
	max-width: calc(100% - 20px);
	transform: translateY(-50%);
}

#loginform {
	position: relative;
	display: inline-block;
	width: 40%;
	max-width: 20em;
	padding: .75em 1em 1em;
	margin: 1.5em .75em 0;
	border: 1px solid rgba(85, 165, 230, 0.45);
	border-radius: 12px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.54),
		0 0 0 1px rgba(255, 255, 255, 0.05),
		inset 0 1px 0 rgba(255, 255, 255, 0.09);
	background-color: rgba(16, 38, 58, 0.88);
	backdrop-filter: blur(8px);
	vertical-align: top;
	color: #b0c8e0;
	text-align: left;
}
#loginform h2 {
	margin: 0;
	padding: 0 0 .25em;
	font-size: 1.3em;
	color: #d8eeff;
	text-shadow: 0 0 12px rgba(80, 160, 255, 0.3);
}
#loginform .field {
	padding: .15em 0;
}
#loginform .field.user input,
#loginform .field.pass input {
	width: 96%;
	padding: .1em 2%;
}
#loginform .field.pass {
	margin-bottom: 6px;
}
#loginform .field.remember,
#loginform .field.submit {
	line-height: 1.85em;
}
#loginform .field.remember {
	float: right;
	white-space: nowrap;
}
#loginform .field input[type=checkbox] {
	margin: 2px 2px 3px;
	vertical-align: middle;
}
#loginform ul.errors {
	margin: .5em 0 0;
	padding: 0 0 0 1.25em;
	color: #e05050;
	font-size: .85em;
}

#monitorcontainer {
	
}

.fsmoptions {
	text-align: left;
}

body.fsm-hide-options .fsmoptions {
	display: none !important;
}

.fsmoptions {
	position: relative;
	z-index: 10;
	margin: 0;
	padding: 0;
	border-top: 1px solid rgba(70, 150, 220, 0.38);
	border-bottom: 1px solid rgba(70, 150, 220, 0.38);
	background-color: rgba(10, 24, 40, 0.96);
	white-space: nowrap;
	color: #83a9c8;
}
.fsmoptions li {
	position: relative;
	z-index: 2;
	display: inline-block;
	padding: .2em .5em;
	margin: 0 .25em;
	cursor: default;
	transition: background-color 0.15s, color 0.15s;
}
.fsmoptions li:hover,
.fsmoptions li.active {
	background-color: rgba(50, 130, 200, 0.14);
	color: #c8e4ff;
}
.fsmoptions li.disabled {
	color: #334855;
}
.fsmoptions li.disabled:hover,
.fsmoptions li.disabled.active {
	color: #445a68;
}
.fsmoptions li ul.menu {
	visibility: hidden;
	display: none;
	position: absolute;
	top: 1.6em;
	height: auto;
	min-width: 150px;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(70, 150, 220, 0.5);
	background-color: rgba(12, 28, 48, 0.98);
}
.fsmoptions li.active > ul.menu {
	visibility: visible;
	display: block;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.8), 0 0 0 1px rgba(60, 140, 200, 0.1);
}
.fsmoptions li ul.menu li {
	display: block;
	margin: 0;
	padding-left: 25px;
	padding-right: 25px;
	color: #9fc4dc;
	transition: background-color 0.12s, color 0.12s;
}
.fsmoptions li ul.menu li:hover {
	background-color: rgba(50, 130, 200, 0.15);
	color: #c8e4ff;
}
.fsmoptions li ul.menu li.separator {
	height: 0px;
	border-top: 1px solid rgba(50, 120, 190, 0.25);
	margin: 1px 2px;
	padding: 0;
}
.fsmoptions li ul.menu li.booltrue {
	background-image: url('check_144.png');
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-size: 15px 15px;
}
.fsmoptions li ul.menu li.submenuitem {
	background-image: url('rightarrow_144.png');
	background-repeat: no-repeat;
	background-position: right 4px;
	background-size: 15px 15px;
}
.fsmoptions li ul.menu ul.menu {
	top: -1px;
	left: 100%;
}


.fsmmessages {
	padding: .2em .5em;
	overflow-y: scroll;
	border-top: 1px solid #cbd5df;
	border-bottom: 2px solid #cbd5df;
	height: 5.1em;
	resize: vertical;
	background-color: #000000;
	color: #d7e8f5;
	font-size: .9em;
	line-height: 1.25em;
	text-align: left;
	font-family: 'Share Tech Mono', 'Courier New', monospace;
}

.fsmmessages a {
	color: #65c7ff;
}

.fsmmessages a:visited {
	color: #b996ff;
}

.fsmmessages .fsmmsg .timestamp {
	display: inline-block;
	margin-right: .5em;
	font-size: .85em;
	color: #7f93a4;
}
.fsmmessages.hidetimestamps .fsmmsg .timestamp {
	display: none;
}
.fsmmessages.hideloadmsg .fsmmsg.loadmsg {
	display: none;
}
.fsmmessages.hidepingmsg .fsmmsg.pingmsg {
	display: none;
}
.fsmmessages.hidedebug .fsmmsg.debug {
	display: none;
}

.fsmmessages .fsmmsg.varchange .fsmmsgbody {
	color: #9badba;
	font-style: oblique;
}
.fsmmessages .fsmmsg.notice .fsmmsgbody {
	color: #ffcf66;
	font-weight: bold;
}
.fsmmessages .fsmmsg.alert .fsmmsgbody {
	color: #ff6666;
	font-weight: bold;
}



@keyframes pulse-medium {
	0%, 100% { box-shadow: 0 0 18px rgba(255, 120, 0, 0.45), 0 0 50px rgba(255, 120, 0, 0.15), 0 8px 28px rgba(0, 0, 0, 0.6); }
	50%       { box-shadow: 0 0 32px rgba(255, 120, 0, 0.80), 0 0 80px rgba(255, 120, 0, 0.28), 0 8px 28px rgba(0, 0, 0, 0.6); }
}
@keyframes pulse-severe {
	0%, 100% { box-shadow: 0 0 22px rgba(255, 30, 30, 0.60), 0 0 60px rgba(255, 30, 30, 0.22), 0 8px 28px rgba(0, 0, 0, 0.6); }
	50%       { box-shadow: 0 0 45px rgba(255, 30, 30, 1.00), 0 0 100px rgba(255, 30, 30, 0.40), 0 8px 28px rgba(0, 0, 0, 0.6); }
}

.fsmserver.baselevel {
	/* default */
}
.fsmserver.lowlevel {
	background-color: rgba(22, 18, 0, 0.90) !important;
	border-color: rgba(240, 200, 0, 0.75) !important;
	box-shadow: 0 0 16px rgba(240, 200, 0, 0.38), 0 0 40px rgba(240, 200, 0, 0.12), 0 8px 28px rgba(0, 0, 0, 0.6) !important;
}
.fsmserver.mediumlevel {
	background-color: rgba(26, 10, 0, 0.92) !important;
	border-color: rgba(255, 120, 0, 0.90) !important;
	animation: pulse-medium 1.8s ease-in-out infinite;
}
.fsmserver.severelevel {
	background-color: rgba(24, 0, 0, 0.94) !important;
	border-color: rgba(255, 40, 40, 1) !important;
	animation: pulse-severe 0.9s ease-in-out infinite;
	text-shadow: none;
	font-weight: bold;
}
.fsmserver.severetimeout dl.dynamicinfo dd:not(.ping) {
	visibility: hidden;
}



.fsmserver {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 40%;
	max-width: 26em;
	padding: .75em 1em;
	margin: .8em .75em 0;
	border: 1px solid rgba(100, 185, 240, 0.48);
	border-radius: 12px;
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.46),
		0 0 0 1px rgba(255, 255, 255, 0.07),
		inset 0 1px 0 rgba(255, 255, 255, 0.12);
	background-color: rgba(28, 60, 82, 0.90);
	backdrop-filter: blur(6px);
	vertical-align: top;
	color: #c3d8ed;
	text-align: left;
	text-shadow: none;
	transition: border-color 0.4s, box-shadow 0.4s;
}
.fsmserver:before {
    content: "";
    position: absolute;
	z-index: 0;
}
.fsmserver h2 {
    position: relative;
    z-index: 2;
	display: block;
	box-sizing: border-box;
	margin: 0;
	min-height: 1.2em;
	padding: 0 4.7em 0 0;
	font-size: 1.3em;
	color: #dceeff;
	text-shadow: 0 0 14px rgba(80, 160, 255, 0.3);
}
.fsmserver .current-load-badge {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 3;
	box-sizing: border-box;
	min-width: 3.4em;
	padding: 0;
	border: 0;
	background: transparent;
	color: #dceeff;
	font-size: .8em;
	font-weight: bold;
	line-height: 1.15;
	text-align: right;
	text-shadow: inherit;
	white-space: nowrap;
}
.fsmserver.lowlevel .current-load-badge    { color: rgba(255, 220, 90, 1); }
.fsmserver.mediumlevel .current-load-badge { color: rgba(255, 160, 70, 1); }
.fsmserver.severelevel .current-load-badge { color: rgba(255, 90, 90, 1); }
.fsmserver .serverlinks {
    position: relative;
    z-index: 2;
	display: block;
	padding: .45em 0;
	font-size: .85em;
}
.fsmserver .serverlinks:empty {
    display: none;
}
.fsmserver .serverlinks a {
	margin: 0 .15em;
	text-decoration: none;
	cursor: pointer;
	color: #4a88b8;
	transition: color 0.15s, text-shadow 0.15s;
}
.fsmserver .serverlinks a:hover {
	color: #80c0f0;
	text-shadow: 0 0 8px rgba(80, 160, 255, 0.5);
}
.fsmserver .serverlinks a:before {
	content: "[";
}
.fsmserver .serverlinks a:after {
	content: "]";
}
.fsmserver dl {
    position: relative;
    z-index: 2;
	margin: 0;
	padding: 0;
	clear: both;
}


.fsmserver dl.staticinfo {
	margin: .25em 0 .5em;
	font-size: .85em;
	color: #7894a6;
}
.fsmserver dl.staticinfo dt {
	display: inline-block;
}
.fsmserver dl.staticinfo dt:after {
	content: ":";
}
.fsmserver dl.staticinfo dd {
	display: inline-block;
	margin: 0 1.5em 0 .25em;
}
.fsmserver dl.staticinfo.server-specs-info dd.server-specs {
	display: block;
	margin: 0 0 .25em;
	line-height: 1.25;
	white-space: nowrap;
}


.fsmserver dl.dynamicinfo dd {
	border: 1px solid rgba(85, 170, 230, 0.30);
	margin: 0 1em .5em 1.5em;
	padding: 1px;
	font-family: 'Share Tech Mono', 'Courier New', monospace;
	letter-spacing: 0.02em;
}


.fsmserver .servermod {
    position: relative;
    z-index: 2;
	display: none;
}

.fsmserver dd.severelevel {
	color: #ff7070;
	text-shadow: 0 0 8px rgba(255, 60, 60, 0.7);
}



.hideserverpic .fsmserver {
	background-image: none !important;
}
.hideserverpic .fsmserver::before {
	content: none !important;
	display: none !important;
	background-image: none !important;
}
.hideserveropts .fsmserver .serverlinks {
	display: none;
}
.hideserverping .fsmserver .ping {
	display: none;
}
.hideserveril .fsmserver .il {
	display: none;
}




.fsmserver .charts {
	position: relative;
	z-index: 2;
	width: 100%;
	height: calc(4.8em + 10px);
	margin: .45em 0 1.8em;
	box-sizing: border-box;
	border: 1px solid rgba(90, 165, 220, 0.42);
	border-radius: 4px;
	background:
		linear-gradient(rgba(60, 180, 255, 0.08) 1px, transparent 1px),
		linear-gradient(90deg, rgba(60, 180, 255, 0.08) 1px, transparent 1px),
		rgba(3, 12, 18, 0.72);
	background-size: 100% 25%, 12.5% 100%, auto;
	box-shadow:
		inset 0 0 0 1px rgba(255, 255, 255, 0.05),
		inset 0 0 18px rgba(0, 0, 0, 0.55);
	overflow: hidden;
	pointer-events: none;
}
.fsmserver figure.chart {
	position: absolute;
	display: flex;
	align-items: end;
	justify-content: end;
	gap: 0px;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: auto;
	width: 100%;
	margin: 0;
}
.fsmserver figure.chart > svg {
	position: absolute;
	width: 100%;
	height: 100%;
}
.fsmserver figure.chart > svg path {
	transition: d 0.6s ease-out;
}
.fsmserver figure.chart.loadRatio > svg path {
	fill: rgba(80, 255, 140, 0.10);
	stroke: rgba(105, 255, 150, 0.82);
	stroke-width: 2;
	vector-effect: non-scaling-stroke;
}
.fsmserver figure.chart.ping > svg path {
	fill: rgba(90, 190, 255, 0.07);
	stroke: rgba(95, 205, 255, 0.64);
	stroke-width: 2;
	vector-effect: non-scaling-stroke;
}


.hideserverloadchart .fsmserver figure.chart.loadRatio {
	display: none;
}
.hideserverpingchart .fsmserver figure.chart.ping {
	display: none;
}


.fsmglobal {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
	gap: 4px;
	width: auto;
	box-sizing: border-box;
	padding: 0;
	font-size: 0.85em;
	text-align: right;
	transition: border-bottom-color 0.5s ease;
}
.fsmglobal.baselevel  { border-top-color: rgba(60, 180, 255, 0.25); }
.fsmglobal.lowlevel   { border-top-color: rgba(255, 200, 60, 0.45); }
.fsmglobal.mediumlevel { border-top-color: rgba(255, 130, 40, 0.55); }
.fsmglobal.severelevel { border-top-color: rgba(255, 60, 60, 0.65); }

.fsmglobal-health {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	width: 100%;
	font-weight: bold;
	flex-shrink: 0;
}
.fsmglobal-report-button {
	flex: 0 0 auto;
	box-sizing: border-box;
	margin-left: 2px;
	padding: .18em .55em;
	border: 1px solid rgba(55, 130, 200, 0.45);
	background: rgba(10, 24, 42, 0.78);
	color: #c8e4ff;
	border-radius: 4px;
	font: inherit;
	font-size: .85em;
	line-height: 1.2;
	cursor: pointer;
}
.fsmglobal-report-button:hover,
.fsmglobal-report-button:focus {
	border-color: rgba(90, 180, 255, 0.7);
	color: #ffffff;
}
.fsmglobal-indicator {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	display: inline-block;
	flex-shrink: 0;
	transition: background-color 0.5s ease;
}
.fsmglobal.baselevel  .fsmglobal-indicator { background: rgba(60, 180, 255, 0.9); }
.fsmglobal.lowlevel   .fsmglobal-indicator { background: rgba(255, 200, 60, 1); }
.fsmglobal.mediumlevel .fsmglobal-indicator { background: rgba(255, 130, 40, 1); }
.fsmglobal.severelevel .fsmglobal-indicator { background: rgba(255, 60, 60, 1); }

.fsmglobal-stats {
	display: grid;
	grid-template-columns: max-content max-content;
	align-items: baseline;
	justify-content: end;
	column-gap: 6px;
	row-gap: 2px;
	margin: 0;
}
.fsmglobal-stats dt {
	opacity: 0.5;
	margin: 0;
	font-weight: normal;
}
.fsmglobal-stats dd {
	margin: 0;
	font-weight: bold;
}


.fsmserver .server-status-badges {
	position: absolute;
	right: .75em;
	bottom: calc(.55em - 2px);
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: .35em;
	max-width: none;
	pointer-events: auto;
}

/* Alert duration badge */
.fsmserver .alert-duration {
	display: none;
	flex: 0 0 auto;
	box-sizing: border-box;
	width: max-content;
	max-width: none;
	margin: 0;
	padding: .18em .45em;
	border: 1px solid rgba(130, 190, 230, 0.4);
	border-radius: 4px;
	background: rgba(8, 22, 34, 0.76);
	font-size: 0.72em;
	line-height: 1.15;
	text-align: right;
	text-shadow: none;
	white-space: nowrap;
}
.fsmserver.lowlevel .alert-duration    { color: rgba(255, 200, 60, 1); }
.fsmserver.mediumlevel .alert-duration { color: rgba(255, 130, 40, 1); }
.fsmserver.severelevel .alert-duration { color: rgba(255, 80, 80, 1); }

.fsmserver .session-peak-load {
	flex: 0 0 auto;
	width: max-content;
	max-width: none;
	box-sizing: border-box;
	padding: .18em .45em;
	border: 1px solid rgba(130, 190, 230, 0.4);
	border-radius: 4px;
	background: rgba(8, 22, 34, 0.76);
	color: #dceeff;
	font-size: .72em;
	line-height: 1.15;
	text-align: right;
	text-shadow: none;
	white-space: nowrap;
}

.fsmserver .server-whm-badge {
	position: absolute;
	left: .75em;
	bottom: calc(.55em - 2px);
	z-index: 3;
	box-sizing: border-box;
	padding: .18em .55em;
	border: 1px solid rgba(130, 190, 230, 0.4);
	border-radius: 4px;
	background: rgba(8, 22, 34, 0.76);
	color: #dceeff;
	font-size: .72em;
	line-height: 1.15;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	white-space: nowrap;
	cursor: pointer;
	pointer-events: auto;
}

.fsmserver .server-whm-badge:hover,
.fsmserver .server-whm-badge:focus {
	border-color: rgba(150, 210, 245, 0.65);
	color: #ffffff;
	outline: none;
}

/* Clipboard copy on IP */
.fsmserver h2 small {
	font-size: 0.68em;
	line-height: 1.2;
	white-space: normal;
	overflow-wrap: anywhere;
	cursor: pointer;
	transition: opacity 0.15s;
}
.fsmserver h2 small:hover {
	opacity: 0.7;
	text-decoration: underline dotted;
}

/* Sparkline peak line */
.fsmserver figure.chart > svg line {
	stroke-width: 1;
	vector-effect: non-scaling-stroke;
	stroke-dasharray: 3 2;
}
.fsmserver figure.chart.loadRatio > svg line { stroke: rgba(60, 180, 255, 0.45); }
.fsmserver figure.chart.ping > svg line      { stroke: rgba(100, 255, 160, 0.4); }


/* Toasty */
#toasty {
	position: fixed;
	bottom: 0;
	right: 40px;
	width: 120px;
	z-index: 9999;
	transform: translateY(0%);
	animation: toasty-in 0.25s ease-out forwards;
	image-rendering: pixelated;
}
#toasty.toasty-hide {
	animation: toasty-out 0.5s ease-in forwards;
}
@keyframes toasty-in {
	from { transform: translateY(100%); }
	to   { transform: translateY(0%); }
}
@keyframes toasty-out {
	from { transform: translateY(0%); }
	to   { transform: translateY(110%); }
}





body:is(.compact, .supercompact) .fsmserver {
    padding: .5em .75em;
}
body:is(.compact, .supercompact) .fsmserver h2 {
    font-size: 1em;
}
body:is(.compact, .supercompact) .fsmserver .current-load-badge {
	font-size: .74em;
}
body:is(.compact, .supercompact) .fsmserver .serverlinks {
	font-size: .8em;
}
body:is(.compact, .supercompact) .fsmserver dl.staticinfo {
    font-size: .9em;
}
body:is(.compact, .supercompact) .fsmserver dl.dynamicinfo {
    display: grid;
    grid-template-columns: max-content auto;
    font-size: .9em;
}
body:is(.compact, .supercompact) .fsmserver dl.dynamicinfo dd {
    font-size: .9em;
}
body:is(.compact, .supercompact) .fsmserver dl.dynamicinfo hr {
    display: none;
}
body:is(.compact, .supercompact) .fsmserver .charts {
	height: calc(4.2em + 10px);
	margin-top: .35em;
	margin-bottom: 1.55em;
}
body:is(.compact, .supercompact) .fsmserver .server-status-badges {
	right: .55em;
	bottom: calc(.35em - 2px);
}
body:is(.compact, .supercompact) .fsmserver .alert-duration,
body:is(.compact, .supercompact) .fsmserver .session-peak-load {
	font-size: .68em;
}
body:is(.compact, .supercompact) .fsmserver .server-whm-badge {
	left: .55em;
	bottom: calc(.35em - 2px);
	font-size: .68em;
}


body.supercompact .fsmserver {
	width: 43%;
	margin: .8em .5em 0;
	padding: .25em .5em;
}
body.supercompact .fsmserver .current-load-badge {
	right: 0;
}
body.supercompact .fsmserver::before {
	height: 90%;
}
body.supercompact .fsmserver h2 small {
	white-space: normal;
	overflow: visible;
}
body.supercompact .fsmserver .serverlinks,
body.supercompact .fsmserver .serverlinks a {
	margin: 0;
	padding: 0;
	padding-bottom: 0 !important;
	font-weight: normal;
}
body.supercompact .fsmserver dl.staticinfo {
	margin: 0 0 .25em;
}
body.supercompact .fsmserver dl.dynamicinfo {
	grid-template-columns: max-content auto auto auto auto;
}
body.supercompact .hideserveril .fsmserver dl.dynamicinfo {
	grid-template-columns: max-content auto auto auto;
}
body.supercompact .fsmserver dl.dynamicinfo dd {
	white-space: nowrap;
	overflow: hidden;
}
body.supercompact .fsmserver dl.dynamicinfo dd.ping {
	grid-column-start: 2;
	grid-column-end: 6;
}
body.supercompact .hideserveril .fsmserver dl.dynamicinfo dd.ping {
	grid-column-end: 5;
}
body.supercompact .fsmserver dl.dynamicinfo dt.pl5,
body.supercompact .fsmserver dl.dynamicinfo dt.pl15,
body.supercompact .fsmserver dl.dynamicinfo dt.il {
	display: none;
}
body.supercompact .fsmserver dl.dynamicinfo dd.pl5,
body.supercompact .fsmserver dl.dynamicinfo dd.pl15,
body.supercompact .fsmserver dl.dynamicinfo dd.il {
	margin-left: -.5em;
}



.infopopup {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgb(0 0 0 / .7);
	z-index: 20;
	color: #a0bcd0;
	text-align: left;
}
.infopopup .infopopupclose,
.infopopup .infopopupcontent {
	position: absolute;
	top: 15%;
	right: 8%;
	bottom: 8%;
	left: 8%;
}
.infopopup::after {
	content: "";
	position: absolute;
	top: 15%;
	left: 30%;
	height: 3em;
	width: 5em;
	background-image: url(peeking-fox-full.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom center;
	font-size: 30px;
	transform: translateY(-2.8em);
}
.infopopup .infopopupclose {
	bottom: auto;
	left: auto;
	z-index: 10;
	background-color: rgba(10, 24, 42, 0.95);
	border: 1px solid rgba(55, 130, 200, 0.4);
	color: #8ab0cc;
	border-radius: 1em;
	margin: .1em 1.2em 0 0;
	padding: .25em .5em;
	cursor: pointer;
	font-size: 1.5em;
	transition: color 0.15s, background-color 0.15s;
}
.infopopup .infopopupclose:hover {
	background-color: rgba(50, 130, 200, 0.2);
	color: #c8e4ff;
}
.infopopup .infopopupcontent {
	padding: 2.5em 15px;
	background-color: #0d1c2c;
	color: #a0bcd0;
	overflow: auto;
	box-shadow: 0 0 2.5em 2px rgba(40, 100, 180, 0.3);
	border-radius: 5px;
	border: 1px solid rgba(55, 130, 200, 0.3);
}
.infopopup .infopopupcontent h2 {
	margin-top: 0;
	color: #d8eeff;
}
.infopopup .ingested-report-toolbar {
	display: flex;
	gap: .75em;
	align-items: center;
	margin: 0 0 1em;
}
.infopopup .ingested-report-copy {
	margin-left: auto;
}
.infopopup .ingested-report-toolbar .infopopupclose {
	position: static;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	z-index: auto;
	margin: 0;
	font-size: inherit;
	transition: none;
}
.infopopup .ingested-report-toolbar button,
.infopopup .ingested-report-filter {
	border: 1px solid rgba(55, 130, 200, 0.4);
	background-color: rgba(10, 24, 42, 0.95);
	color: #c8e4ff;
	border-radius: 4px;
	padding: .35em .6em;
}
.infopopup .ingested-report-toolbar button:hover,
.infopopup .ingested-report-toolbar button:focus {
	border-color: rgba(90, 180, 255, 0.7);
	color: #ffffff;
}
.infopopup .ingested-report-toolbar button:disabled {
	opacity: 0.7;
	cursor: default;
}
.infopopup .ingested-report-filter {
	width: min(24em, 100%);
}
.infopopup .ingested-report-summary,
.infopopup .ingested-report-empty {
	color: #8ab0cc;
}
.infopopup .ingested-report-section {
	margin: 0 0 1.35em;
	padding-top: .5em;
	border-top: 1px solid rgba(55, 130, 200, 0.25);
}
.infopopup .ingested-report-section h3 {
	margin: 0 0 .5em;
	color: #d8eeff;
}
.infopopup .ingested-report-entry {
	margin: .25em 0;
}
.infopopup .ingested-report-entry summary {
	cursor: pointer;
	color: #c8e4ff;
}
.infopopup .ingested-report-entry pre,
.infopopup .ingested-report-pre {
	white-space: pre-wrap;
	overflow-wrap: anywhere;
	background-color: rgba(0, 0, 0, 0.2);
	padding: .75em;
	border-radius: 4px;
}
.infopopup .infopopupcontent a {
	color: #5090c8;
}
.infopopup .infopopupcontent a:hover {
	color: #80c0f0;
}



.infopopup .changelog .version {
	display: inline-block;
}
.infopopup .changelog .date {
	display: inline-block;
	margin: 0 0 0 .5em;
	font-size: .8em;
}
.infopopup .changelog .date:before {
	content: "(";
}
.infopopup .changelog .date:after {
	content: ")";
}
.infopopup .changelog h3{
	margin-top: 0;
	padding-left: .5em;
}


.infopopup .aboutinfo {
	text-align: center;
}
.infopopup .aboutinfo h1 {
	margin: 0;
}

.infopopup .aboutinfo .tigerversion {
	font-size: .85em;
}

.infopopup .aboutinfo dl dt,
.infopopup .aboutinfo dl dd {
	display: inline;
	margin: 0;
}
.infopopup .aboutinfo dl dt:after {
	content: ":";
	margin-right: .35em;
}
.infopopup .aboutinfo dl dd:after {
	content: "\a";
	white-space: pre;
}

.infopopup .aboutinfo footer {
	margin-top: 2em;
	font-size: .85em;
}

body > footer {
	color: #416177;
	font-size: .85em;
	text-align: center;
	padding: 2em;
}


body.kiosk-mode .fsmoptions {
	display: none;
}

/* Kiosk mode message log */
body.kiosk-mode .fsmmessages {
	overflow: hidden;
	height: auto;
	resize: none;
	border-bottom-width: 1px;
}


/* Breakpoints are scaled to match the global 150% UI zoom. */

/* Intermediate Size (iPad) */
@media all and (max-width: 1469px) {
	body {
		font-size: 11px;
	}

	.clickable {
		display: inline-block;
		padding-top: .5em !important;
		padding-bottom: .5em !important;
	}

	.fsmoptions li ul.menu {
		top: 2.2em;
	}

	.serverlinks a {
		position: relative !important;
		top: -0.25em !important;
		padding: .15em !important;
		font-size: 1.1em !important;
	}
}

/* Mobile Landscape */
@media all and (max-width: 1151px) {
	.fsmheader {
		display: block;
		min-height: 0;
		padding-bottom: .75em;
	}

	h1#fsmtitle {
		font-size: 2.5em;
		padding-right: .5em;
	}

	#fsmheaderstats {
		position: static;
		max-width: none;
		margin: -.25em 10px 0 auto;
		transform: none;
	}

	#fsmheaderstats,
	.fsmmessages,
	.fsm-win95-serverlog,
	.fsm-win95-taskbar,
	.fsmglobal,
	.fsm-win95-agent,
	.fsm-win95-agent-balloon,
	.fsm-theme-menu-agents-heading,
	.fsm-theme-menu-agents-separator,
	.fsm-win95-agent-option {
		display: none !important;
	}

	.fsmglobal {
		align-items: flex-end;
	}

	.fsmserver,
	body:is(.compact, .supercompact) .fsmserver {
		width: 90%;
		max-width: none;
		margin: .8em 1.5% 0;
		padding: .75em 2.5%;
	}

	.fsmserver .serverlinks,
	.fsmserver .server-whm-badge,
	.fsmserver dl.staticinfo,
	.fsmserver .server-status-badges,
	.fsmserver .alert-duration,
	.fsmserver .session-peak-load,
	.fsmserver dl.dynamicinfo dt:not(.pl1):not(.ping),
	.fsmserver dl.dynamicinfo dd:not(.pl1):not(.ping),
	.fsmserver dl.dynamicinfo hr {
		display: none !important;
	}

	.fsmserver dl.dynamicinfo dd.pl1 {
		margin-bottom: 0;
	}

	.fsmserver.severetimeout dl.dynamicinfo dd.pl1 {
		visibility: visible;
	}

	.fsmserver.severetimeout dl.dynamicinfo dd.ping {
		visibility: visible;
	}

	#loginform {
		width: 90%;
		max-width: none;
	}
}
