@import url('./fonts/material-symbols.css');

body.theme-windows-95 {
	--fsm-ui-scale: 0.8;
	--fsm-win95-fixed-ui-scale: 1;
	--fsm-win95-fixed-body-padding: 34px;
	--fsm-win95-menu-left: 4px;
	--fsm-win95-menu-bottom: 5px;
	--fsm-screen-gutter: 24px;
	--fsm-screen-gutter-total: calc(var(--fsm-screen-gutter) * 2);
	--fsm-dashboard-max-width: 1380px;
	--fsm-dashboard-columns: 3;
	--fsm-server-box-min-height: 16em;

	zoom: var(--fsm-ui-scale);
	overflow-x: hidden;
	padding-bottom: var(--fsm-win95-fixed-body-padding);
	background-color: #008080 !important;
	background-image: none !important;
	color: #000;
	font-family: Tahoma, 'MS Sans Serif', Arial, sans-serif;
	font-size: 12px;
	text-align: center;
}

.theme-windows-95 .fsmheader {
	display: block;
	min-height: 0;
	width: calc(100% - var(--fsm-screen-gutter-total));
	max-width: var(--fsm-dashboard-max-width);
	margin: 12px auto 0;
	padding: 3px;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #404040;
	border-bottom: 2px solid #404040;
	background: #c0c0c0;
	box-sizing: border-box;
	box-shadow: 2px 2px 0 #000;
}

.theme-windows-95 h1#fsmtitle {
	display: block;
	margin: 0;
	padding: 4px 8px;
	background: linear-gradient(90deg, #000080, #1084d0);
	color: #ffffff;
	font-family: Tahoma, 'MS Sans Serif', Arial, sans-serif;
	font-size: 2.05em;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.15;
	text-align: left;
	text-shadow: none;
}

.theme-windows-95 h1#fsmtitle > img.logo {
	display: none;
}

.theme-windows-95 #fsmheaderstats {
	position: static;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 8px;
	max-width: none;
	margin: 4px 0 0;
	padding: 6px;
	transform: none;
}

.theme-windows-95 #monitorcontainer {
	display: grid;
	grid-template-columns: repeat(var(--fsm-dashboard-columns), minmax(0, 1fr));
	gap: 12px 16px;
	align-items: start;
	width: calc(100% - var(--fsm-screen-gutter-total));
	max-width: var(--fsm-dashboard-max-width);
	margin: 10px auto 0;
	box-sizing: border-box;
	text-align: left;
}

.theme-windows-95 #monitorcontainer > :not(.fsmserver) {
	grid-column: 1 / -1;
}

.theme-windows-95 .fsmoptions,
.theme-windows-95 .fsmmessages,
.theme-windows-95 .fsmglobal,
.theme-windows-95 #loginform,
.theme-windows-95 .fsmserver,
.theme-windows-95 .infopopup .infopopupcontent {
	color: #000;
	font-family: Tahoma, 'MS Sans Serif', Arial, sans-serif;
	text-shadow: none;
}

.theme-windows-95 .fsmoptions {
	width: 100%;
	max-width: none;
	margin: 0;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #404040;
	border-bottom: 2px solid #404040;
	background: #c0c0c0;
	color: #000;
	text-align: left;
	box-sizing: border-box;
}

.theme-windows-95 .fsmoptions li {
	margin: 0;
	padding: 3px 8px;
}

.theme-windows-95 .fsmoptions li:hover,
.theme-windows-95 .fsmoptions li.active {
	background: #000080;
	color: #ffffff;
}

.theme-windows-95 .fsmoptions li.disabled,
.theme-windows-95 .fsmoptions li.disabled:hover,
.theme-windows-95 .fsmoptions li.disabled.active {
	color: #808080;
	background: transparent;
}

.theme-windows-95 .fsmoptions li ul.menu {
	top: 1.75em;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #404040;
	border-bottom: 2px solid #404040;
	background: #c0c0c0;
	box-shadow: 2px 2px 0 #000;
}

.theme-windows-95 .fsmoptions li ul.menu li {
	color: #000;
}

.theme-windows-95 .fsmoptions li ul.menu li:hover {
	background: #000080;
	color: #ffffff;
}

.theme-windows-95 .fsm-win95-serverlog {
	flex: 1 1 auto;
	min-width: 0;
	padding: 3px;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #404040;
	border-bottom: 2px solid #404040;
	background: #c0c0c0;
	box-shadow: 2px 2px 0 #000;
	box-sizing: border-box;
	text-align: left;
}

.theme-windows-95 .fsm-win95-serverlog-title {
	margin: 0 0 3px;
	padding: 3px 5px;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background: linear-gradient(90deg, #000080, #1084d0);
	color: #ffffff;
	font-family: Tahoma, 'MS Sans Serif', Arial, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	line-height: 1.2;
}

.theme-windows-95 .fsmmessages {
	height: auto;
	min-height: 1.7em;
	max-height: none;
	max-width: none;
	margin: 0;
	padding: 3px 5px;
	overflow: visible;
	resize: none;
	border-top: 2px solid #404040;
	border-left: 2px solid #404040;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	background: #000000;
	color: #d7e8f5;
	font-family: 'Courier New', monospace;
}

.theme-windows-95 .fsmmessages .fsmmsg.varchange .fsmmsgbody {
	color: #9badba;
}

.theme-windows-95 .fsmmessages .fsmmsg.notice .fsmmsgbody {
	color: #ffcf66;
}

.theme-windows-95 .fsmmessages .fsmmsg.alert .fsmmsgbody {
	color: #ff6666;
}

.theme-windows-95 .fsmglobal {
	align-items: flex-end;
	flex: 0 0 auto;
	padding: 3px;
	border-top: 2px solid #808080;
	border-left: 2px solid #808080;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	background: #c0c0c0;
	text-align: right;
}

.theme-windows-95 .fsmglobal-health {
	justify-content: flex-end;
}

.theme-windows-95 .fsmglobal-report-button,
.theme-windows-95 .infopopup .ingested-report-toolbar button {
	padding: 1px 7px;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #404040;
	border-bottom: 2px solid #404040;
	border-radius: 0;
	background: #c0c0c0;
	color: #000000;
	box-shadow: none;
	font: inherit;
	text-shadow: none;
}

.theme-windows-95 .fsmglobal-report-button:hover,
.theme-windows-95 .fsmglobal-report-button:focus,
.theme-windows-95 .infopopup .ingested-report-toolbar button:hover,
.theme-windows-95 .infopopup .ingested-report-toolbar button:focus {
	background: #d8d8d8;
	color: #000000;
}

.theme-windows-95 .fsmglobal-report-button:active,
.theme-windows-95 .infopopup .ingested-report-toolbar button:active {
	border-top-color: #404040;
	border-left-color: #404040;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
}

.theme-windows-95 .fsmglobal-indicator {
	width: 10px;
	height: 10px;
	border: 1px solid #000;
	border-radius: 0;
	background: #008000 !important;
}

.theme-windows-95 .fsmglobal.lowlevel .fsmglobal-indicator { background: #ffff00 !important; }
.theme-windows-95 .fsmglobal.mediumlevel .fsmglobal-indicator { background: #ff8000 !important; }
.theme-windows-95 .fsmglobal.severelevel .fsmglobal-indicator { background: #ff0000 !important; }

.theme-windows-95 .fsmserver,
.theme-windows-95 #loginform {
	width: 40%;
	max-width: 27em;
	padding: 3px;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #404040;
	border-bottom: 2px solid #404040;
	border-radius: 0;
	background: #c0c0c0;
	box-shadow: 2px 2px 0 #000;
	color: #000;
}

.theme-windows-95 #monitorcontainer .fsmserver,
body.theme-windows-95:is(.compact, .supercompact) #monitorcontainer .fsmserver {
	display: block;
	width: auto;
	max-width: none;
	min-width: 0;
	min-height: var(--fsm-server-box-min-height);
	margin: 0;
	box-sizing: border-box;
}

.theme-windows-95 .fsmserver::before {
	filter: none;
	opacity: 0.42;
}

.theme-windows-95 .fsmserver h2,
.theme-windows-95 #loginform h2 {
	display: block;
	margin: 0 0 5px;
	padding: 3px 5px;
	background: #000080;
	color: #ffffff;
	font-family: Tahoma, 'MS Sans Serif', Arial, sans-serif;
	font-size: 1.08em;
	line-height: 1.2;
	text-shadow: none;
}

.theme-windows-95 .fsmserver h2 {
	padding-right: 4.6em;
}

.theme-windows-95 .fsmserver.lowlevel h2 { background: #808000; }
.theme-windows-95 .fsmserver.mediumlevel h2 { background: #804000; }
.theme-windows-95 .fsmserver.severelevel h2 { background: #800000; }

.theme-windows-95 .fsmserver h2 small {
	font-weight: normal;
	color: #ffffff;
}

.theme-windows-95 .fsmserver .current-load-badge {
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	min-width: 3em;
	padding: 0;
	border: 0;
	background: transparent;
	color: #ffffff;
	font-family: Tahoma, 'MS Sans Serif', Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.15;
}

.theme-windows-95 .fsmserver.lowlevel .current-load-badge,
.theme-windows-95 .fsmserver.mediumlevel .current-load-badge,
.theme-windows-95 .fsmserver.severelevel .current-load-badge {
	color: #ffffff;
}

.theme-windows-95 .fsmserver .serverlinks {
	margin: 0 0 5px;
	padding: 2px 3px;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background: #c0c0c0;
}

.theme-windows-95 .fsmserver .serverlinks a,
.theme-windows-95 .infopopup .infopopupcontent a {
	position: static !important;
	top: auto !important;
	padding: 0 !important;
	color: #000080;
	font-size: inherit !important;
	font-weight: normal;
	text-shadow: none;
}

.theme-windows-95 .fsmserver .serverlinks a:hover,
.theme-windows-95 .infopopup .infopopupcontent a:hover {
	color: #ffffff;
	background: #000080;
	text-shadow: none;
}

.theme-windows-95 .fsmserver dl.staticinfo {
	color: #000;
}

.theme-windows-95 .fsmserver dl.staticinfo.server-specs-info dd.server-specs {
	overflow: hidden;
	text-overflow: clip;
	white-space: nowrap;
}

.theme-windows-95 .fsmserver dl.dynamicinfo dd {
	border-top: 2px solid #404040;
	border-left: 2px solid #404040;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	background: #ffffff;
	color: #000;
	font-family: 'Courier New', monospace;
	letter-spacing: 0;
}

.theme-windows-95 .fsmserver figure.chart.loadRatio > svg path {
	fill: rgba(0, 255, 0, 0.12);
	stroke: #00ff00;
}

.theme-windows-95 .fsmserver figure.chart.ping > svg path {
	fill: rgba(0, 255, 255, 0.08);
	stroke: #00ffff;
}

.theme-windows-95 .fsmserver figure.chart > svg line {
	stroke: #00a000;
}

.theme-windows-95 .fsmserver .charts {
	height: 58px;
	margin: 3px 0 18px;
	border-top: 2px solid #404040;
	border-left: 2px solid #404040;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	border-radius: 0;
	background:
		linear-gradient(rgba(0, 128, 0, 0.55) 1px, transparent 1px),
		linear-gradient(90deg, rgba(0, 128, 0, 0.55) 1px, transparent 1px),
		#000000;
	background-size: 100% 25%, 12.5% 100%, auto;
	box-shadow: none;
}

.theme-windows-95 .fsmserver.lowlevel {
	background-color: #c0c0c0 !important;
	border-top-color: #ffffff !important;
	border-left-color: #ffffff !important;
	border-right-color: #404040 !important;
	border-bottom-color: #404040 !important;
	box-shadow: 2px 2px 0 #000 !important;
}

.theme-windows-95 .fsmserver.mediumlevel,
.theme-windows-95 .fsmserver.severelevel {
	background-color: #c0c0c0 !important;
	border-top-color: #ffffff !important;
	border-left-color: #ffffff !important;
	border-right-color: #404040 !important;
	border-bottom-color: #404040 !important;
	box-shadow: 2px 2px 0 #000 !important;
	animation: none;
}

.theme-windows-95 .fsmserver dd.severelevel,
.theme-windows-95 .fsmserver .alert-duration {
	color: #800000;
	text-shadow: none;
}

.theme-windows-95 .fsmserver .server-status-badges {
	right: 4px;
	bottom: 2px;
	gap: 4px;
	max-width: none;
}

.theme-windows-95 .fsmserver .alert-duration,
.theme-windows-95 .fsmserver .session-peak-load {
	padding: 1px 4px;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-radius: 0;
	background: #c0c0c0;
	color: #000;
	font-family: Tahoma, 'MS Sans Serif', Arial, sans-serif;
	font-size: 11px;
	letter-spacing: 0;
	line-height: 1.15;
}

.theme-windows-95 .fsmserver .alert-duration {
	color: #800000;
	font-weight: bold;
}

.theme-windows-95 .fsmserver .server-whm-badge {
	left: 4px;
	bottom: 2px;
	padding: 1px 6px;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-radius: 0;
	background: #c0c0c0;
	color: #000;
	font-family: Tahoma, 'MS Sans Serif', Arial, sans-serif;
	font-size: 11px;
	letter-spacing: 0;
	line-height: 1.15;
	text-decoration: none;
}

.theme-windows-95 .fsmserver .server-whm-badge:hover,
.theme-windows-95 .fsmserver .server-whm-badge:focus {
	color: #ffffff;
	background: #000080;
	outline: none;
}

.theme-windows-95 .fsmserver .server-whm-badge:active {
	border-top-color: #808080;
	border-left-color: #808080;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
}

.theme-windows-95 form input[type=text],
.theme-windows-95 form input[type=password],
.theme-windows-95 form textarea {
	border-top: 2px solid #404040;
	border-left: 2px solid #404040;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	background: #ffffff;
	color: #000;
	box-shadow: none;
}

.theme-windows-95 form input[type=submit],
.theme-windows-95 form input[type=button],
.theme-windows-95 form button {
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #404040;
	border-bottom: 2px solid #404040;
	background: #c0c0c0;
	color: #000;
	box-shadow: none;
}

.theme-windows-95 form input[type=submit]:active,
.theme-windows-95 form input[type=button]:active,
.theme-windows-95 form button:active {
	border-top-color: #404040;
	border-left-color: #404040;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
}

.theme-windows-95 form input[type=submit]:hover,
.theme-windows-95 form input[type=button]:hover,
.theme-windows-95 form button:hover {
	background: #d0d0d0;
	box-shadow: none;
}

.theme-windows-95 .infopopup {
	background: rgba(0, 0, 0, 0.45);
	color: #000;
}

.theme-windows-95 .infopopup::after {
	display: none;
}

.theme-windows-95 .infopopup .infopopupclose {
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #404040;
	border-bottom: 2px solid #404040;
	border-radius: 0;
	background: #c0c0c0;
	color: #000;
}

.theme-windows-95 .infopopup .infopopupcontent {
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #404040;
	border-bottom: 2px solid #404040;
	border-radius: 0;
	background: #c0c0c0;
	box-shadow: 3px 3px 0 #000;
}

.theme-windows-95 .infopopup .infopopupcontent h2 {
	margin: -2.5em -15px 1em;
	padding: 4px 6px;
	background: #000080;
	color: #ffffff;
	font-size: 1.1em;
}

.theme-windows-95 .infopopup .ingested-report-toolbar {
	gap: 6px;
}

.theme-windows-95 .infopopup .ingested-report-filter {
	border-top: 2px solid #404040;
	border-left: 2px solid #404040;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	border-radius: 0;
	background: #ffffff;
	color: #000000;
}

body.theme-windows-95 > footer {
	color: #ffffff;
	text-shadow: 1px 1px 0 #000;
}

.theme-windows-95 .fsm-win95-taskbar {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99990;
	zoom: var(--fsm-win95-fixed-ui-scale);
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 44px;
	box-sizing: border-box;
	padding: 3px 5px 3px 90px;
	border-top: 2px solid #ffffff;
	background: #c0c0c0;
	box-shadow: 0 -1px 0 #808080;
}

.theme-windows-95 .fsm-win95-tray {
	flex: 0 1 420px;
	min-width: 0;
	max-width: 100%;
	height: 34px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 6px;
	padding: 3px 7px 2px 5px;
	border-top: 2px solid #808080;
	border-left: 2px solid #808080;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	color: #000;
	font-size: 11px;
	line-height: 1.15;
	text-align: right;
}

.theme-windows-95 .fsm-win95-tray-controls {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 3px;
	flex: 0 0 auto;
}

.theme-windows-95 .fsm-win95-time-panel {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	min-width: 0;
}

.theme-windows-95 .fsm-win95-tray-button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	box-sizing: border-box;
	padding: 0;
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-bottom: 1px solid transparent;
	border-radius: 0;
	background: transparent;
	color: #000;
	cursor: pointer;
	text-decoration: none;
}

.theme-windows-95 .fsm-win95-tray-button:hover,
.theme-windows-95 .fsm-win95-tray-button:focus {
	border-top-color: #ffffff;
	border-left-color: #ffffff;
	border-right-color: #808080;
	border-bottom-color: #808080;
	outline: none;
}

.theme-windows-95 .fsm-win95-tray-button:active {
	border-top-color: #808080;
	border-left-color: #808080;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
}

.theme-windows-95 .fsm-win95-tray-button.muted {
	opacity: .65;
}

.theme-windows-95 .fsm-win95-tray-button:disabled {
	cursor: default;
	opacity: .45;
}

.theme-windows-95 .fsm-win95-scale-glyph {
	display: block;
	font-family: 'Material Symbols Outlined';
	font-size: 17px;
	font-weight: normal;
	font-style: normal;
	font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 20;
	line-height: 1;
	letter-spacing: 0;
	text-transform: none;
	font-feature-settings: 'liga';
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
}

.theme-windows-95 .fsm-win95-dashboard-width-glyph {
	display: block;
	font-family: Tahoma, 'MS Sans Serif', Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
}

.theme-windows-95 .fsm-win95-scale-value,
.theme-windows-95 .fsm-win95-dashboard-width-value {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	min-width: 38px;
	height: 20px;
	box-sizing: border-box;
	padding: 1px 4px 0;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background: #c0c0c0;
	color: #000;
	font-size: 11px;
	line-height: 1;
	white-space: nowrap;
}

.theme-windows-95 .fsm-win95-dashboard-width-value {
	min-width: 54px;
}

.theme-windows-95 .fsm-win95-speaker-glyph,
.theme-windows-95 .fsm-win95-tts-glyph,
.theme-windows-95 .fsm-win95-login-glyph {
	display: block;
	color: #000;
	font-family: 'Material Symbols Outlined';
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 20;
	line-height: 1;
	letter-spacing: 0;
	text-transform: none;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	font-feature-settings: 'liga';
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
}

.theme-windows-95 .fsm-win95-clock,
.theme-windows-95 .fsm-win95-date {
	display: block;
	white-space: nowrap;
}

body.theme-windows-95 .fsm-theme-menu {
	left: var(--fsm-win95-menu-left) !important;
	bottom: var(--fsm-win95-menu-bottom);
	z-index: 100000;
	zoom: var(--fsm-win95-fixed-ui-scale);
	font-family: Tahoma, 'MS Sans Serif', Arial, sans-serif;
	font-size: 13px;
}

.theme-windows-95 .fsm-theme-menu summary {
	display: flex;
	align-items: center;
	gap: 4px;
	min-width: 72px;
	height: 34px;
	padding: 1px 7px 2px 5px;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #404040;
	border-bottom: 2px solid #404040;
	border-radius: 0;
	background: #c0c0c0;
	box-shadow: none;
	color: #000;
	font-weight: bold;
	line-height: 16px;
	opacity: 1;
	text-align: left;
	text-transform: none;
}

.theme-windows-95 .fsm-theme-menu summary::before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	background: url("./icons/starticon.png") center / contain no-repeat;
	image-rendering: pixelated;
}

.theme-windows-95 .fsm-theme-menu details[open] summary {
	border-top-color: #404040;
	border-left-color: #404040;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	background: #c0c0c0;
}

.theme-windows-95 .fsm-theme-menu-panel {
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #404040;
	border-bottom: 2px solid #404040;
	background: #c0c0c0;
	box-shadow: 2px -2px 0 #000;
}

.theme-windows-95 .fsm-theme-menu-heading {
	display: block;
	padding: 4px 25px 2px 8px;
	color: #404040;
	font-weight: bold;
	line-height: 1.2;
	white-space: nowrap;
}

.theme-windows-95 .fsm-theme-menu-item {
	appearance: none;
	box-sizing: border-box;
	width: 100%;
	border: 0;
	border-radius: 0;
	background: transparent;
	font: inherit;
	line-height: 1.25;
	text-align: left;
	cursor: pointer;
}

.theme-windows-95 .fsm-theme-menu-item.active::after {
	content: "";
	display: none;
}

.theme-windows-95 .fsm-theme-menu-item:hover,
.theme-windows-95 .fsm-theme-menu-item:focus,
.theme-windows-95 .fsm-theme-menu-item.active {
	background: #000080;
	color: #ffffff;
}

@media all and (max-width: 1151px) {
	body.theme-windows-95 {
		--fsm-ui-scale: 1.5;
		--fsm-dashboard-columns: 2;
		--fsm-server-box-min-height: 0;
		--fsm-win95-fixed-body-padding: 0;
	}

	body.theme-windows-95 .fsm-theme-menu {
		display: none !important;
	}

	.theme-windows-95 #monitorcontainer .fsmserver,
	body.theme-windows-95:is(.compact, .supercompact) #monitorcontainer .fsmserver {
		min-height: 0;
	}
}

@media all and (max-width: 659px) {
	body.theme-windows-95 {
		--fsm-ui-scale: 1;
		--fsm-screen-gutter: 12px;
		--fsm-dashboard-columns: 1;
	}

	.theme-windows-95 h1#fsmtitle {
		font-size: 1.45em;
	}

	.theme-windows-95 #fsmheaderstats {
		display: none !important;
	}

	.theme-windows-95 .fsm-win95-serverlog {
		display: none !important;
	}

	.theme-windows-95 .fsm-win95-taskbar {
		display: none !important;
	}

	.theme-windows-95 #monitorcontainer .fsmserver,
	body.theme-windows-95:is(.compact, .supercompact) #monitorcontainer .fsmserver,
	.theme-windows-95 #loginform {
		width: auto;
		max-width: none;
	}
}
