/* Make versioning for this like other css files */

*,
*::before,
*::after {
	box-sizing: border-box;
}

:root {
	font-family: "Segoe WPC", "Segoe UI", SFUIText-Light, HelveticaNeue-Light,
		sans-serif, "Droid Sans Fallback";
	font-size: 14px;
	color-scheme: light;
}

.masthead__animation-frame {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	width: 740px;
	height: 400px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	background-color: #d8e8f2;
	overflow: hidden;
	border-radius: 25px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), 5px 5px 5px rgba(0, 0, 0, 0.16),
		8px 8px 8px rgba(0, 0, 0, 0.24), 12px 12px 12px rgba(0, 0, 0, 0.32);
}

.masthead__animation-frame .masthead #vscode svg {
	background-color: inherit;
}

.masthead__animation-frame .masthead #hamburger {
	background-color: #fff;
}

.masthead__animation-holder {
	width: 700px;
	height: 400px;
	margin: 0 auto;
	position: relative;
}

.masthead__animation-container {
	width: auto;
	height: auto;
}

@media screen and (max-width: 850px) {
	.masthead__animation-holder > div {
		zoom: 0.3 !important;
	}

	.masthead {
		height: 730px;
	}

	.masthead__animation-frame {
		width: 590px;
		height: 330px;
	}

	.masthead__animation-holder {
		width: 520px;
		height: 300px;
	}
}

@media screen and (max-width: 700px) {
	.masthead__animation-holder > div {
		zoom: 0.25 !important;
	}

	.masthead {
		height: 670px;
	}

	.masthead__animation-frame {
		width: 475px;
		height: 260px;
	}

	.masthead__animation-holder {
		width: 480px;
		height: 260px;
	}
}

@media screen and (max-width: 600px) {
	.masthead__animation-holder > div {
		zoom: 0.2 !important;
	}

	.masthead {
		height: 725px;
	}

	.masthead__animation-frame {
		width: 390px;
		height: 230px;
	}

	.masthead__animation-holder {
		width: 365px;
		height: 200px;
	}
}

@media screen and (max-width: 470px) {
	.masthead__animation-holder > div {
		zoom: 0.15 !important;
	}

	.masthead {
		height: 625px;
	}

	.masthead__animation-frame {
		width: 270px;
		height: 180px;
	}

	.masthead__animation-holder {
		width: 260px;
		height: 150px;
	}
}

@media screen and (max-width: 320px) {
	.masthead__animation-holder > div {
		zoom: 0.13 !important;
	}

	.masthead {
		height: 625px;
	}

	.masthead__animation-frame {
		width: 230px;
		height: 140px;
	}

	.masthead__animation-holder {
		width: 220px;
		height: 120px;
	}
}

.monitor {
	width: 1264px;
	width: 1264px;
	height: 760px;
	position: relative;
	/* margin: 0 auto; */
	margin-top: 100px;
	/* margin-top: calc(calc(100vh - 80px - 400px) / 2); */
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}

.screen {
	width: 1200px;
	height: 600px;
	overflow: hidden;
	border: solid 32px #222;
	border-radius: 30px;
	background-color: #000000;
	box-sizing: content-box;
	pointer-events: none;
}

.stand {
	position: absolute;
	top: 740px;
	/* left: 482px; */
	/* left: calc(50% - 150px); */
	width: 300px;
	height: 100px;
	/* z-index: -1; */
	transform: translateX(500px);
	background: #222;
	margin: 0 auto;
	padding: 0;
}

.stand-foot {
	position: absolute;
	top: 815px;
	transform: translateX(350px);
	width: 600px;
	height: 30px;
	/* z-index: -1; */
	margin: 0 auto;
	background: #222;
}

#vscode {
	display: block;
	width: 1200px;
	height: 600px;
	overflow: hidden;
}

.editor__structure {
	position: relative;
	display: flex;
	flex-direction: column;
	align-content: flex-start;
	/* height: 100%;
  width: 100%; */
}

.masthead__animation-frame nav,
.editor__footer {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #181818;
	/* color: #CFCFD0; */
	color: #eeeeee;
	font-weight: 600;
	position: relative;
}

.masthead__animation-frame nav {
	height: 35px;
}

@media (min-width: 1200px) {
	.masthead__animation-frame nav .center,
	.masthead__animation-frame footer .center {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

.masthead__animation-frame aside {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: #222222;
	padding: 16px 12px;
}

.masthead__animation-frame aside path {
	opacity: 0.7;
}

.editor__main {
	flex: 1;
	display: flex;
	background: #1e1e1e;
}

.editor__footer {
	/* position: absolute;
  left: 0;
  bottom: 0; */
	height: 25px;
	padding: 0 8px;
	/* color: white; */
	background: #317ac6;
}

.editor {
	display: flex;
	flex: 1;
	flex-direction: column;
	overflow: hidden;
	color: white;
}

.editor > * {
	width: 100%;
}

.editor__tabs {
	display: flex;
	margin: 0;
	padding-left: 0;
	list-style-type: none;
	background: #252526;
}

.editor__rest {
	overflow-y: scroll;
	height: 490px;
	width: 100%;
}

.editorr {
	display: flex;
	flex-direction: row;
}

.editor__content {
	flex: 1;
	/* height: 1rem; */
	font-size: 16px;
	font-family: "Monaco", "Menlo", "Consolas", "Droid Sans Mono", "Inconsolata",
		"Courier New", monospace;
	/* overflow-y: scroll; */
	user-select: text;
}

.content__text {
	width: 100%;
	height: 100%;
}

.tab {
	margin-right: 2px;
	padding: 9px 0px 9px 12px;
	/* padding-right: 8px; */
	cursor: pointer;
	opacity: 0.8;
	background: #383838;
}

/* .tab .icon-close {
    visibility: hidden;
  } */
/* .tab:hover .icon-close {
    visibility: visible;
  } */

/* .editor__tabs .selected{
    background: #202020;
  } */

.tab.tab--selected {
	/* background: #1E1E1E; */
	opacity: 1;
	background: #202020;
}

.tab--selected .icon-close,
.menu .icon-close,
.content__text .tab--selected {
	visibility: visible;
}

.line-number-border {
	border-right: 1px ridge #444444;
}

.line-numbers {
	width: 25px;
	margin: 0 12px 0 10px;
	text-align: right;
}

.line-numbers p {
	opacity: 0.5;
}

.masthead__animation-frame .logo {
	width: 16px;
	margin-left: 14px;
	margin-right: 8px;
}

.menu {
	display: flex;
	padding-left: 0px;
	margin: 0;
	list-style-type: none;
}

.menu > * {
	padding: 2px 10px;
	line-height: 1;
}

.menu > *:hover {
	background: rgba(255, 255, 255, 0.3);
}

.menu--compact > * {
	padding-top: 4px;
	padding-bottom: 6px;
}

.icon-minimize {
	display: inline-block;
	width: 24px;
	height: 12px;
	position: relative;
}

.icon-minimize::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 12px;
	height: 1.2px;
	background: currentColor;
}

.icon-expand {
	display: inline-block;
	width: 24px;
	height: 12px;
	position: relative;
	text-align: center;
}

.icon-expand::after,
.icon-expand::before {
	content: "";
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 8px;
	height: 8px;
	border: 1.2px solid currentColor;
}

.icon-expand::before {
	position: absolute;
	top: 40%;
	left: 65%;
	transform: translate(-50%, -50%);
	border-left: none;
	border-bottom: none;
}

.icon-close {
	position: relative;
	display: inline-block;
	visibility: hidden;
	width: 24px;
	height: 12px;
	margin-left: 10px;
}

.icon-close::before,
.icon-close::after {
	content: "";
	width: 12px;
	height: 1.5px;
	background: currentColor;
	position: absolute;
	top: 65%;
	left: 50%;
}

.icon-close:before {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.icon-close:after {
	transform: translate(-50%, -50%) rotate(45deg);
}

.icon-js::before,
.icon-html::before,
.icon-css::before {
	font-weight: bold;
	margin-right: 0.5em;
	font-size: 0.9em;
}

.icon-js::before {
	content: "JS";
	color: #f2d168;
}

.icon-html::before {
	content: "<>";
	color: #ee2855;
	font-size: 0.9em;
}

.icon-css::before {
	content: "#";
	color: #6666ff;
}

.editor__rest::-webkit-scrollbar {
	overflow: auto;
	width: 8px;
	/* having a scroll width makes it easier for vw */
}

.editor__rest::-webkit-scrollbar-thumb {
	background-color: #777777;
	opacity: 0.4;
}

/* This turns the vertical scroll bar on */
.editor__rest {
	overflow-y: scroll;
}

.code-line-space p {
	margin: 2px;
}

.arrow-div {
	transform: translate(900px, -400px);
}

.arrow {
	width: 0;
	height: 0;
	display: inline-block;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 12px solid #ffffff;
	transform: rotate(330deg) translateY(100px);
}

.arrow::before {
	content: "";
	position: absolute;
	left: -2px;
	top: 10px;
	width: 5px;
	height: 10px;
	background-color: #ffffff;
}

.component {
	position: absolute;
	transform: translate(-50%, -50%);
	color: #2277dd;
	background-color: #f5f5f5;
	opacity: 0;
	overflow: hidden;
	border: 3px solid #55c;
	border-radius: 15px;
}

.login {
	left: 50%;
	top: 50%;
	width: 400px;
	height: 285px;
}

.login h3 {
	display: block;
	background-color: #55c;
	width: 100%;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
}

.login input,
.login label {
	display: block;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	/* margin-top: 10px; */
}

.login label {
	margin-top: 10px;
	padding-left: 10px;
	text-align: left;
}

.login input {
	border: 1px solid currentColor;
	border-radius: 15px;
	font-size: 20px;
	background-color: #cccc00;
}

.text {
	left: 20%;
	top: 40%;
	width: 200px;
	height: 295px;
	padding: 8px 16px;
}

.hamburger {
	right: 10%;
	top: 10%;
	width: 60px;
	height: 60px;
}

.hamburger svg {
	stroke: #2277dd;
	stroke-width: 15;
	padding: 14px;
	width: 55px;
	height: 55px;
}

.imagetxt {
	left: 50%;
	bottom: 5%;
	width: 400px;
	height: 250px;
	padding: 8px 16px;
	transform: translate(-50%, -10%);
}

.imagetxt .img {
	width: 175px;
	height: 220px;
	display: inline-block;
	background-color: #ccc;
}

.imagetxt .txt {
	width: 184px;
	height: 220px;
	display: inline-block;
	padding: 0 12px;
}

.btnn {
	box-shadow: inset 0 0 0.125em rgba(255, 255, 255, 0.75);
	background: linear-gradient(#f8e7e8, #efa000, #cf8000) content-box,
		linear-gradient(-80deg, #ff9000, #fc800c, #fd7600) 0/37% 100% border-box;
	border: solid 0.125em transparent;
	color: #ffffff;
	position: relative;
	margin: 25px 90px;
	width: 8.5em;
	height: 2em;
	border-radius: 24px;
	text-shadow: 1px 1px var(--c-sh-txt, rgba(0, 0, 0, 0.5));
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
		"Lucida Sans", Arial, sans-serif;
	font-weight: 900;
	font-size: 24px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	padding: 0;
}

/* TASKBOARD
*/

.taskboard {
	height: 100%;
	direction: ltr;
	font-size: 15px;
	background-image: url("../images/zatask.jpg");
	background-size: 100% 100%;
}

.top-section {
	height: auto;
	width: 100%;
}

.taskboard-container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.masthead__animation-frame .wrapper {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.tab-strip {
	height: 55px;
	background-color: #aa55cc;
}

.tab__seperator {
	display: flex;
	padding-top: 4px;
}

.strip {
	width: 100%;
}

.board-main {
	width: 100%;
	margin: 0 auto;
}

.board {
	position: relative;
}

.board-width {
	position: relative;
	width: 1100px;
	margin: 0 auto;
}

.board-main {
	background-color: #ddccee;
	position: relative;
	z-index: 500;
	width: 100%;
	height: 495px;
}

.task {
	position: absolute;
	width: 160px;
	height: auto;
	max-height: 184px;
	background-color: #ebebeb;
	border-radius: 12px;
	margin: 10px auto;
	user-select: none;
	font-size: 1rem;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
}

.task.t,
.task.l {
	border-radius: 12px 12px 0 0;
}

.task.dd {
	border-bottom: 2px solid var(--taskcolor);
}

.task.t .task__container {
	border-top-width: 0px;
	border-radius: 0px;
}

.task__title-bar {
	position: relative;
	width: 100%;
	color: white;
	background-color: var(--taskcolor);
	border-radius: 12px 12px 0 0;
}

.task__title {
	display: inline-block;
	width: 132px;
	padding: 2px 1px 2px 6px;
	word-break: break-word;
	background-color: var(--taskcolor);
	color: white;
	font-size: 15px;
	font-weight: 600;
	border-radius: 12px 12px 0 0;
}

.task__container {
	border-width: 2px;
	border-style: solid;
	border-color: var(--taskcolor);
	border-top-width: 0px;
	border-radius: 0 0 12px 12px;
	box-sizing: border-box;
}

.task > .task__container {
	padding: 4px 6px;
}

.task__container + .task__container {
	padding: 0px 6px;
	background-color: #eea;
	max-height: 0px;
	overflow: hidden;
	border-width: 0px;
	border-style: solid;
	border-color: var(--taskcolor);
	position: absolute;
	width: 164px;
	transition: 160ms max-height ease-out, 250ms border-width reverse;
	pointer-events: none;
	transform: translateX(-2px);
}

.task__text,
.task__text-long {
	color: black;
	font-size: 14px;
}

.task p {
	margin: 0;
	word-wrap: break-word;
}

.tab__group {
	display: flex;
	margin-right: 10px;
}

.tab-row {
	display: flex;
	flex-direction: row;
	justify-items: flex-end;
	padding-right: 10px;
	width: 1100px;
	margin: 0 auto;
}

.board-tab {
	display: inline-block;
	min-width: 80px;
	max-width: 240px;
	/* height: 18px; */
	margin: 10px 5px 5px;
	padding: 5px 2px;
	/* border-radius: 15px 15px 0 0 / 15px 15px 0 0; */
	border-radius: 10px;
	border: 2px solid #ffffff;
	background-color: #2266dd;
	pointer-events: all;
	position: relative;
}

.board-tab.selected {
	color: #ffffff;
	background-color: #11ccff;
}

.tab__txt {
	overflow: hidden;
	height: 20px;
}

.board-tab p {
	margin: 0;
	padding: 0 4px;
	text-align: center;
	user-select: none;
	font-weight: 500;
	font-size: 15px;
	color: white;
}
