* {
    margin: 0;
    padding: 0;
}

html {
	margin: 0;
	padding: 0;
}

body {
    background-color: rgb(15, 15, 15);
	margin: 0;
	padding: 0;
}

/* iframes */

div#div-app-port-iframe-container {
    padding: 1em;
    border: 1px solid rgb(127, 127, 127);
    position: relative;
}

div#div-app-port-iframe-container::before, div#div-app-port-iframe-container::after {
    content: '';
    display: block;
    position: absolute;
    background: rgb(15, 15, 15);
}

div#div-app-port-iframe-container::before {
    top: -0.3em;
    bottom: -0.3em;
    left: 1em;
    right: 1em;
}

div#div-app-port-iframe-container::after {
    left: -0.3em;
    right: -0.3em;
    top: 1em;
    bottom: 1em;
}

div#div-app-port-iframe-container {
    width: 93.75%;
    height: 93.75%;
}

/* divs */

div#div-page-wrapper {
    width: 100vw;
    height: 100vh;
}

div.div-area {
	float: left;
}

div.div-section {
    float: left;
}

div.div-separator {

	width: 100%;
	height: 2.5%;
	color: rgb(255, 255, 255);
	display: flex;
	align-items: center;
	font-size: 1.5vh;
	text-align: center;
	font-family: "BlenderPro Thin";

}

div.div-separator::before,
div.div-separator::after {

	content: '';
	flex: 1;
	border-bottom: 1px solid rgb(127, 127, 127);

}

div.div-separator:not(:empty)::before {

	margin-left: 1vw;
	margin-right: 0.5vw;

}

div.div-separator:not(:empty)::after {

	margin-left: 0.5vw;
	margin-right: 1vw;

}

div.div-time-zone {
    margin: 0.5vh;
    padding: 0.5vh;
    /* background-color: rgba(255, 255, 255, 0.15);
    clip-path: polygon(25% 0%, 100% 0, 100% 75%, 75% 100%, 0 100%, 0% 25%); */
    vertical-align: bottom;
}

div.div-utility-element {
    float: left;
    text-align: center;
    width: 25%;
    height: 100%;
}

div.div-network-element {
    float: left;
    text-align: center;
	width: 100%;
    height: 100%;
}

div.div-utility-element-description-wrapper {
    width: 100%;
    height: 50%;
	overflow: hidden;
}

div.div-utility-element-content-wrapper {
    width: 100%;
    height: 50%;
	overflow: hidden;
	text-transform: uppercase;
}

div.div-network-element-description-wrapper {
    width: 100%;
    height: 50%;
	overflow: hidden;
}

div.div-network-element-content-wrapper {
    width: 100%;
    height: 50%;
	overflow: hidden;
	text-transform: uppercase;
}

div.div-memory-unit-on {
    float: left;
    width: 0.2vw;
    height: 0.25vh;
    margin-left: 0.1vw;
    margin-right: 0.1vw;
    background-color: rgb(127, 127, 127);
    transition: 0.2s;
}

div.div-memory-unit-off {
    float: left;
    width: 0.2vw;
    height: 0.25vh;
    margin-left: 0.1vw;
    margin-right: 0.1vw;
    transition: 0.2s;
}

/* div.div-memory-unit-swapping {
    float: left;
    width: 0.5vh;
    height: 0.3vh;
    margin-left: 0.2vh;
    margin-right: 0.2vh;
    transition: 0.2s;
} */

div.div-memory-wrapper {
    float: left;
    height: 7.5%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

div#div-memory-data-wrapper {
    height: 40%;
    width: 100%;
    text-align: center;
}

div#div-app-port {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

div#div-section-left {
	width: 20vw;
	height: 100vh;
}

div#div-section-right {
	width: 80vw;
	height: 100vh;
}

div#div-area-utilities {
	width: 100%;
	height: 20%;
}

div#div-area-memory {
	width: 100%;
	height: 10%;
}

div#div-area-network {
	width: 100%;
	height: 10%;
}

div#div-area-apps {
	width: 100%;
	height: 50%;
}

div#div-area-display {
	width: 100%;
	height: 80%;
}

div#div-area-console {
	width: 100%;
	height: 10%;
}

div#div-utility-time {
    width: 100%;
    height: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

div#div-utility-elements-wrapper {
    padding: 5%;
    width: 90%;
    height: 40%;
}

div#div-network-elements-wrapper {
    padding: 5%;
    width: 90%;
    height: 90%;
}

/* span */

span.span {
    color: rgb(255, 255, 255);;
}

span.span-utility-description {
    color: rgb(191, 191, 191);
    font-family: "BlenderPro Thin";
    line-height: normal;
    font-size: 2.25vh;
}

span.span-utility-content {
    color: rgb(255, 255, 255);
    font-family: "BlenderPro Medium";
    line-height: normal;
    font-size: 2vh;
	white-space: nowrap;
}

span.span-network-description {
    color: rgb(191, 191, 191);
    font-family: "BlenderPro Thin";
    line-height: normal;
    font-size: 2.25vh;
}

span.span-network-content {
    color: rgb(255, 255, 255);
    font-family: "BlenderPro Medium";
    line-height: normal;
    font-size: 2vh;
	white-space: nowrap;
}

span#span-time-hours {
    font-family: "BlenderPro Medium";
    line-height: normal;
    font-size: 5.25vh;
}

span#span-time-minutes {
    font-family: "BlenderPro Medium";
    line-height: normal;
    font-size: 5.25vh;
}

span#span-time-seconds {
    font-family: "BlenderPro Thin";
    line-height: normal;
    font-size: 5.25vh;
}

span#span-time-zone-primary {
    font-family: "BlenderPro Medium";
    line-height: normal;
    font-size: 1.5vh;
}

span#span-memory-used {
    color: white;
    font-family: "BlenderPro Thin";
    font-size: 1.5vh;
}

span#span-memory-divider {
    color: white;
    font-family: "BlenderPro Thin";
    font-size: 1.5vh;
}

span#span-memory-total {
    color: white;
    font-family: "BlenderPro Medium";
    font-size: 1.5vh;
}

/* textarea */

textarea.textarea {
    resize: none;
}

textarea#textarea-console {
    width: 100%;
    height: 100%;
    background-color: rgb(31, 31, 31);
    border: none;
    color: white;
    outline: none;
}