@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;
}
.pad {
    
}
.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;
}


#error {
	font-family: "alert";
	font-size: 10px;
	display: flex;
	flex-direction: row;
	margin: 2px 4px 2px 4px;
	padding: 2px;
	align-items: flex-start;
	position: absolute;
	bottom: 4px;
	left: 0px;
	right: 0px;
	height: auto;
	color: var(--value);
	background-color: rgba(0,0,0,0.9);
	border-radius: 6px;
	z-index: 99999;
}
.tooltip {
	font-family: "std";
	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;
}
#popupModal {
	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;
}
.modal {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: fixed;
	width: calc(100% - 40px);
    max-width: 240px;
    min-height: 18px;
	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;
}
/* .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;
}
