@font-face {
	font-family:"std";
	src:url("./adobe-clean-400.woff") format('woff2');
	font-style:normal;
	font-weight:400;
}
@font-face {
	font-family:"bold";
	src:url("./adobe-clean-700.woff") format('woff2');
	font-style:normal;
	font-weight:700;
}
@font-face {
	font-family:"alert";
	src:url("./SourceCodePro-Regular.woff") format('woff2');
	font-style:normal;
	font-weight:400;
}

body {
	/* --black: #101010; */
	--bg: #1c1c1c; /*#232323*/
	--bgDark: #101010; /*#1d1d1d*/
	--bgLight: #212324; /*#232323 #363636 #313131;*/
	--bgDropdown: #27292a;
	--txt: #e0e0e0; /*#8e8e8e*/
	--hover: #407f9f; /*#28627a*/
	--hoverDark: #2b2b2b; /*#2c3639; #1f2f35*/
	--hoverLight: #333333;
	--value: #d6d6d6;  /*#FFFFFF*/
	--alert: #f9a160; /*#a84a46; #da9537*/
	--confirm: #62b2ef; /*#69a7e0 #3c8edb*/
	--error: #B53838; /*b24e4e*/
	--title: #387b5b;
	--info: #1b4557;
	user-select: none !important;
	cursor: default;
	font-family: "alert", monospace;
	font-size: 14px;
	line-height: 20px;
	text-indent: 2px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	color: var(--txt);
	background-color: var(--bg);
}
a {
    text-decoration: none;
	color: var(--txt);
}
div {
	margin: 0px;
	padding: 0px;
}
img {
	width: 26px;
	height: 26px;
}
input[type="text"], input[type="number"], .text {
	font-family: "alert";
	font-size: 10px;
	flex-grow: 1;
	text-indent: 2px;
	color: var(--txt);
	background-color: var(--bgDark);
	outline: none;
	border: 1px solid var(--bgLight);
	border-radius: 2px;
	height: 20px;
}
/* input[type="number"] arrows*/
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	outline: none;
}
.production {
    font-size: 22px;
    font-weight: bold;
    margin: 2px 4vw 10px 4vw;
    color: var(--title);
}
.info {
    font-size: 18px;
    color: var(--info);
}
.txt {
    margin: 6px 4vw 2px 2vw;
}
.value {
	font-family: "alert", monospace;
	font-size: 10px;
	line-height: 1em;
	/*text-indent: 1px;*/
	white-space: nowrap;
	display: inline-block;
	/*overflow: hidden;*/
	position: absolute;
	right: 0;
	padding: 1px 2px 1px 2px;
	color: var(--value);
	background-color: var(--hoverLight);/*--confirm*/
	border: 1px solid transparent;
	border-radius: 6px;
	/*border-bottom-left-radius: 5px;*/
}
.btn {
	flex-grow: 0;
	flex-shrink: 0;
	text-indent: 0px;
	position: relative;
	width: 26px;
	height: 26px;
	border: 1px solid transparent;
	border-radius: 4px; /*0px 2px*/
	opacity: .666;
}
.btn:hover {
	background-color: var(--hoverDark);
	border-color: var(--hoverLight);
	opacity: 1;
}
.btn:active {
	background-color: transparent;
	border-color: var(--hoverLight);
}
.title {
	filter: grayscale(100%);
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: left;
	width: auto;
}
.title:hover {
	background-color: transparent;
	border-color: transparent;
}
.tab, .tab:hover, .tab:active {
	background-color: var(--bgDark);
	border: 1px solid var(--hoverDark);
	opacity: 1;
}
.chip {
	width: 20px;
	height: 20px;
	border-radius: 1px;
	background-color: var(--bg);
	border: 1px solid var(--value);
	box-shadow:
		inset 0 0 0 1.5px var(--bgDark), /*--black*/
		inset 0 0 0 2px var(--value);
	display: flex;
	align-items: center;
	justify-content: center;
	/*clip-path: polygon(100% 0, 100% 70%, 70% 100%, 0 100%, 0 0);*/
	clip-path: polygon(100% 0, 100% 60%, 90% 60%, 60% 90%, 90% 90%, 90% 60%, 100% 60%, 100% 100%, 0 100%, 0 0);
}
/* .chip:active {
	transform: translate(0px, 1.5px);
} */
.label {
	width: 16px;
	height: 16px;
	border: 2px solid var(--bgDark);
	border-radius: 2px;
	opacity: 1;
}
.label:hover {
	border-color: transparent;
}
.label:active {
	/* border-color: var(--hoverLight); */
	transform-origin: center; transform: scale(0.95, 0.95);
}

.grp {
	display: flex;
	flex-direction: row;
	/*flex-wrap: wrap;*/
	align-items: center;
	margin: 2px;
	gap: 0px;
	height: auto;
}
					.desc {
						display: flex;
						flex-direction: column;
						flex-wrap: wrap;
						align-items: left;
						margin: 2px;
						gap: 0px;
						height: auto;
						margin: 2px 2vw;
					}

.vDiv {
	margin: 3px;
	width: 1px;
	background-color: var(--bgDark); 
}
.hDiv {
	margin: 3px 6px 3px 6px;
	height: 1px;
	background-color: var(--bgDark);
}

.dropdown {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	flex-shrink: 1;
	margin: 2px 4px 2px 4px;
	padding: 2px;
	gap: 2px;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: var(--bgLight);
	border-radius: 6px;
	border: 1px solid var(--bgDark);
	/* border-bottom: 1px solid var(--bgLight); */
}
.arrow {
	width: 14px;
	height: 14px;
	transition: 0.06s;
}
.switch {
	display: flex;
	margin: 0px 4px 1px 6px;
	align-items: center;
	position: relative;
	width: 26px; /* 32px; */
	height: 16px; /* 18px; */
	background-color: var(--bgDark); /*--black*/
	border-radius: 18px;	
	transition: 0.06s;
}
.dot {
	position: absolute;
	left: 3px;
	width: 10px; /* 12px; */
	height: 10px; /* 12px; */
	background-color: var(--hoverLight);
	border-radius: 100%;
	transition: 0.06s;
}
					.listbox {
						margin: 3px;
						padding: 2px 0px;
						background-color: var(--bgDark);
						border-radius: 6px;
					}
					.video {
						display: flex;
						flex-direction: column;
						justify-content: center;
						margin: 1vh 1vw 2px 4vw;
						width: calc(60%);
						height: calc(38vh);
						min-width: calc(38%);
						min-height: calc(20vh);
						background-color: var(--bgDark);
						border: 2px solid var(--bgLight);
						border-radius: 8px;
						box-shadow: 0px 0px 4px 3px rgba(0,0,0,0.16);
						z-index: 999;
					}

.busy {
	width: 22px;
	height: 22px;
	animation: busy 1s linear infinite;
}
@keyframes busy {
	from {transform: rotate(0deg);}
	to   {transform: rotate(360deg);}
}
#error {
	font-family: "alert", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', monospace;
	display: flex;
	flex-direction:row-reverse;
	margin: 2px 4px;
	padding: 0px 12px 0px 6px;
	align-items:center;
	position: absolute;
	bottom: 4px;
	left: 50%;
	transform: translateX(-50%);
	background-color: rgba(0,0,0,0.86);
	border: 3px solid transparent;
	border-radius: 22px;
	z-index: 99999;
}
.alert {
	clip-path: shape(from 97.5% 100%,curve to 99.7% 95.7% with 100.9% 100%,line to 52% 1.7%,curve to 49.2% 0.3% with 50.6% -0.8%,line to 48% 1.7%,line to 0.2% 95.7%,curve to 2% 100% with -0.6% 100%,line to 97.5% 100%,move to 49.9% 25.7%,curve to 57% 33.5% with 57% 26%,line to 57% 60.6%,curve to 49.9% 68.7% with 57% 68%,curve to 42.5% 60.6% with 42.5% 68.7%,line to 42.5% 33.5%,curve to 49.9% 25.7% with 42.5% 25.5%,move to 42.8% 82.7%,curve to 49.7% 74.6% with 42.5% 74.6%,curve to 56.6% 82.7% with 56.8% 74.6%,curve to 49.7% 90.8% with 56.1% 90.8%,curve to 42.8% 82.7% with 43% 90.8%,close);
}
.complete {
	clip-path: shape(from 87.7% 15.6%,curve to 50.1% 0% with 73.7% 0%,curve to 12.6% 15.6% with 26.6% 0%,curve to 0% 50% with 0% 29.7%,curve to 12.6% 84.4% with 0% 70.3%,curve to 50.4% 100% with 26.3% 100%,curve to 87.4% 84.4% with 73.7% 100%,curve to 100% 50% with 100% 70.3%,curve to 87.7% 15.6% with 100% 29.7%,move to 69.5% 29.2%,curve to 78.2% 25.8% with 74.8% 23.3%,curve to 86.8% 38% with 88.8% 33.9%,curve to 62.2% 62.8% with 85.4% 41.1%,curve to 44% 80.6% with 52.4% 72%,curve to 35.9% 79.2% with 40% 83.6%,curve to 15.7% 57.8% with 16.5% 58.9%,curve to 20.5% 49.4% with 14% 54.7%,curve to 30.3% 45.8% with 28% 43%,curve to 41.2% 57.8% with 38.1% 55.8%,curve to 69.5% 29.2% with 53.5% 46.7%,close)
}
#tooltip {
	font-family: "std", "LucidaGrande", sans-serif;
	font-size: 10px;
	letter-spacing: 0.33px;
	white-space: pre-wrap;
	line-height: normal;
	text-indent: 0px;
	padding: 3px 6px 3px 6px;
	position: fixed;
	max-width: 250px;
	color: #666666;
	border-radius: 4px;
	background-color: #161616;
	box-shadow: 0px 4px 7px -1px rgba(0,0,0,0.16);
	z-index: 99999;
	pointer-events: none;
}
#winFrame {
	z-index: 2001;
	position: fixed;
	inset: 0px 0px 0px 0px;
	background-color: rgba(0,0,0,0); /* .666 */
	display: flex;
	align-items: center;
	justify-content: center;
}
.win {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 18px;
	background-color: var(--bgDark);
	border: 2px solid var(--bgLight); /* --value */
	border-radius: 8px;
	box-shadow: 0px 0px 4px 3px rgba(0,0,0,0.16);
	z-index: 999;
}
/* .REF {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	margin: ;
	padding: ;
	gap: ;
	align-items: ;
	position: ;
	width: ;
	height: ;
	overflow: hidden;
	color: ;
	background-color: ;
	outline: ;
	border: ;
	border-top: 0px solid var(--bgLight);
	border-radius: ;
} */

/*Scrollbars*/
.scroll {
	overflow-y: auto;
	overflow-x: hidden;
}
div::-webkit-scrollbar {
	height: 8px;
	width: 8px;
	background-color: transparent;
}
div::-webkit-scrollbar-thumb {
	min-height: 36px;
	border: 2px solid var(--bg);
	border-radius: 11px;
	background-color: var(--bgDropdown);
}
div::-webkit-scrollbar-corner {
	background-color: transparent;
}
