@font-face {
	font-family: 'Anurati';
	src: url(../../layout/fonts/Anurati/Anurati-Regular.otf) format("opentype");
	font-display: block;
}


@font-face {
	font-family: 'Orbitron';
	src: url(../../layout/fonts/Orbitron/static/Orbitron-Regular.ttf) format("truetype");
	font-display: swap;
}

BODY {
	background-image: url('../../layout/img/dot_bg.png'), url('../../layout/img/300450671.gif');
}

img:not([src]) {
	visibility: hidden;
}

#wrapper-content {
	font-size: smaller;
	max-width: 800px;
	margin: 0 auto;	 
	text-align: center;
	display: table;
}

.table-cell-content {
	display: table-cell;
	text-align: left;
}

#flex-container {
	margin-top: 0.8rem;
	gap: 0.4rem;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: left;
	align-items: left;
}

li:before {
	content: "❱";
	padding-right: 0.5rem;
	color: var(--medium);
}

ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

li {
	padding-left: 1.5rem;
	text-indent: -1rem;
}

.li--nested li:before {
	content: "》";
	padding-right: 0.35rem;
	color: var(--medium);
	font-size: 0.75em;
	vertical-align: 10%;
}

.ul--nested ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.li--nested li {
	padding-left: 0.75rem;
	text-indent: -1.4rem;
}

#title {
	cursor: default;
	width: 600px;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2.0rem;
	padding-bottom: 0rem;
	text-align: center;
}

#title__text {
	font-family: 'Anurati';
	font-weight: bold;
	/* 	Anurati Sizing */
	font-size: clamp(1.85rem, 4.6vmin, 2.25rem);
	letter-spacing: clamp(15px, 5vmin, 25px);
	/* 	Orbitron Sizing 
	letter-spacing: clamp(0.3rem, 1vmin, 1.5rem); 
	font-size: clamp(2rem, 7vmin, 3rem);	*/
}

.container {
	box-sizing: border-box;
	background-color: rgb(155, 155, 155, 0.085);
	background-image: url('../../layout/img/stripe_bg.png');
	backdrop-filter: blur(7.5px);
	border: 1px dashed color-mix(in srgb, var(--white), transparent 98%);
	padding: 0.8rem;
	margin-top: 0.4rem;
	margin-bottom: 0.4rem;
}

#container--latest {
	border-radius: 3px;
	background-color: color-mix(in srgb, var(--vlight), transparent 87%);
	background-image: url('../../layout/img/stripe_bg.png'), url('../../layout/img/stars-t.png');
	background-size: auto, 3rem;
	background-repeat: repeat, no-repeat;
	background-position: center, right 0.5rem top 0.5rem;
	background-attachment: fixed, local;
	border: 1px dashed color-mix(in srgb, var(--vlight), transparent 87%);
}

.container--highlight {
	border-radius: 3px;
	background-color: rgb(255, 255, 255, 0.095);
	background-image: url('../../layout/img/stripe_bg.png'), url('../../layout/img/exclamation-t.png');
	background-size: auto, 3rem;
	background-repeat: repeat, no-repeat;
	background-position: center, right 0.5rem top 0.5rem;
	background-attachment: fixed, auto;
	border: 1px dashed color-mix(in srgb, var(--white), transparent 90%);
}

.container--update {
	border-radius: 3px;
	background-color: rgb(155, 155, 155, 0.085);
	background-image: url('../../layout/img/stripe_bg.png');
	background-size: auto;
	background-repeat: repeat;
	background-position: center;
	border: 1px dashed color-mix(in srgb, var(--white), transparent 98%);
	margin-top: 0;
	padding: 0.5rem;
	padding-bottom: 0.3rem;
	vertical-align: middle;
}

.container--update--highlight {
	background-color: color-mix(in srgb, var(--vlight), transparent 87%);
	background-image: url('../../layout/img/stripe_bg.png'), url('../../layout/img/stars-t.png');
	background-size: auto, 1.6rem;
	background-repeat: repeat, no-repeat;
	background-position: center, right 0.5rem top 0.25rem;
	background-attachment: fixed, local;
	border: 1px dashed color-mix(in srgb, var(--vlight), transparent 90%);
}

.container--flex {
	font-size: small;
	padding: 0.3rem 0.55rem 0.3rem 0.55rem;
	width: auto;
	cursor: default;
	margin-top: 0;
	margin-bottom: 0;
}

.container--update--flex:hover {
	background-color: rgb(155, 155, 155, 0.2);
}

.container--update:hover {
	background-color: rgb(155, 155, 155, 0.2);
}

.container--update--highlight:hover {
	background-color: color-mix(in srgb, var(--vlight), transparent 72%);
}

h1 {
	font-weight: bold;
	font-size: 2rem;
	line-height: 1em;
}

h3 {
	font-family: 'Orbitron';
	line-height: 100% !important;
	font-weight: bold;
	font-size: 1.35rem;
	padding-left: 0.1em;
	margin-bottom: 0.5rem;
	display: block;
}

.h3 {
	font-family: 'Orbitron';
	line-height: 100% !important;
	font-weight: bold;
	font-size: 1.35rem;
	padding-left: 0.1em;
	margin-bottom: 0.5rem;
	display: block;
}

h4 {
	font-family: 'Orbitron';
	font-size: 1.17em;
	display: inline;
	line-height: 125% !important;
	border-bottom: 0.15em dotted color-mix(in srgb, var(--white), transparent 70%);
}

h5 {
	font-family: 'Orbitron';
	font-size: 1em;
	display: inline;
	line-height: 125% !important;
	border-bottom: 0.15em dotted color-mix(in srgb, var(--white), transparent 70%);
}

u {
	text-decoration-line: underline;
	text-decoration-style: dotted;
	text-decoration-color: color-mix(in srgb, var(--white), transparent 60%);
	text-underline-offset: 0.3rem;
}

.text--very-small {
	border-radius: 2px;
	vertical-align: middle;
	font-size: 0.68rem;
	background-color: rgb(255, 255, 255, 0.1);
	transition: all 0.35s ease-out;
	padding: 2px;
	margin-right: 0.3em;
}

.container--update__icon {
	font-size: large;
	color: var(--medium);
	margin-left: 0.3rem;
	margin-right: 0.3rem;
	cursor: default;
}

.container--update__icon__img {
	filter: var(--filter-medium); 
	vertical-align: middle;
	image-rendering: crisp-edges;
	margin-bottom: 0.25rem;
}

.container__date {
	font-family: 'Poppins';
	font-size: smaller;
	font-weight: normal;
}

.container--update__date {
	vertical-align: middle;
	font-family: 'Orbitron';
}

.container--update__text {
vertical-align: 8%;
}

.btn {
	border: none;
	background-color: transparent;
	padding: 1px;
	font-size: 16px;
	cursor: pointer;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
}

.btn:hover {
	background: var(--medium);
	color: var(--white);
}

#changelog {
	width: 100%;
	height: 35rem;
	overflow: auto;
	overflow-x: hidden;
	margin: 0.8em 0 0.8em 0;
	padding-right: 0.6em;
	box-sizing: border-box;
	font-size: small;
}

.changelog__date {
	font-weight: bold;
}

.changelog__date::after {
content: "  ·  ";
}

#changelog::-webkit-scrollbar {
	cursor: auto !important;
}

#changelog::-webkit-scrollbar-button:single-button {
display:none;
}

/*
#changelog::-webkit-scrollbar-track {
	box-shadow: inset 0 0 2px #444;
	border-radius: 4px;
	background-color: color-mix(in srgb, #0F0F0F, transparent 50%);
	background-image: url('../../layout/img/stripe_bg.png');
	cursor: auto !important;
}
*/

#changelog::-webkit-scrollbar-track {
	border-radius: 3px;
	background-color: color-mix(in srgb, #151515, transparent 50%);
	background-image: url('../../layout/img/stripe_bg.png');
	cursor: auto !important;
}

/*

#changelog::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background-image: url('../../layout/img/down-12.png'), url('../../layout/img/up-12.png'), url('../../layout/img/stripe_bg.png');
	background-size: 5px 6px, 5px 6px, auto;
	background-repeat: no-repeat,no-repeat,repeat;
	background-position: center bottom 0.2rem, center top 0.2rem;
	background-attachment: local;
	cursor: auto !important;
}

*/

#changelog::-webkit-scrollbar-thumb:hover {
	background-image: url('../../layout/img/down-12.png'), url('../../layout/img/up-12.png'), url('../../layout/img/stripe_bg.png');
	background-size: 5px 6px, 5px 6px, auto;
	background-repeat: no-repeat,no-repeat,repeat;
	background-position: center bottom 0.25rem, center top 0.25rem;
	background-attachment: local;
	cursor: auto !important;
}




.light {font-weight: normal;}

.complete { color: #666;}

.container--changelog::before {
	content: "";
	background-image:url(/layout/img/refresh.png);
	background-size: 100% 100%;
	display: inline-block;
	height: 12px;
	width: 12px;
	filter: var(--filter-medium); 
	image-rendering: crisp-edges;
	margin: 0 auto;
	margin-right: 0.30rem;
	margin-left: 0.125rem;
	vertical-align: -5%;
}

.incomplete::before {
	content: '◯\00a0';
	color: var(--medium);
	font-weight: bold;
}	

.complete::before {
	content: '✔\00a0';
	color: var(--medium);
	font-weight: bold;
}	

/* alt scrollbar style

::-webkit-scrollbar {
	width: 1.35rem;
	cursor: auto !important;
}

::-webkit-scrollbar-track {
	opacity: 0;
	box-shadow: inset 0 0 2px #444;

	background-image: url('../../layout/img/stripe_bg.png');
	/*	background-image: url('../../layout/img/down.png'), url('../../layout/img/up.png'), url('../../layout/img/stripe_bg.png');
	background-size: 9px 6px, 9px 6px, auto;
	background-repeat: no-repeat, no-repeat, repeat;
	background-position: center bottom 6px, center top 6px;
	background-attachment: local, local, scroll;
*//*
	cursor: auto !important;
}

::-webkit-scrollbar-thumb {
	background-color: #141414;
	border: 1px dotted var(--xdark);
	border-radius: 2px;
	background-image: url('../../layout/img/down-w.png'), url('../../layout/img/up-w.png');
	background-size: 9px 6px;
	background-repeat: no-repeat;
	background-position: center bottom 0.45rem, center top 0.45rem;
	background-attachment: local, local;
	cursor: auto !important;
}

::-webkit-scrollbar-thumb:hover {
	background: color-mix(in srgb, var(--xdark), white 2.5%);
	background-image: url('../../layout/img/down.png'), url('../../layout/img/up.png');
	background-size: 9px 6px;
	background-repeat: no-repeat;
	background-position: center bottom 0.45rem, center top 0.45rem;
	background-attachment: local, local;
	cursor: auto !important;
}

*/