@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

:root {
	--tp-font-family: 'OpenSans-Variable', sans-serif;
	--tp-base-background-color: hsla(230, 7%, 17%, 1.00);
	--tp-monitor-foreground-color: hsla(86, 99%, 30%, 1.00);
	--tp-input-foreground-color: hsla(0, 0%, 85%, 1.00);
  --tp-label-foreground-color: hsla(0, 0%, 85%, 1.00);
}

.tp-btnv_t {
  width: 100% !important;
}

.tp-lblv_v {
  width: 65%;
}

.innerTabGUI {
	padding-bottom: 4px;
}

.tp-dfwv {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 300px;
}

.tp-rotv {
	font-size: 12px;
}

.tp-lblv_l {
	padding-right: 4px;
}

.activeButtonRed .tp-btnv_b {
	background-color: hsla(0, 100%, 50%, 1.00);
}

.loadingclass {
	font-family: 'OpenSans-Variable', sans-serif;
	font-size: 18px;
	color: white;
	opacity: 1; 
  animation: smoothloading 0.75s ease-in-out infinite alternate;
}

@keyframes smoothloading {
  from { opacity: 1; }
  to { opacity: 0.05; }
}

html,
body {
	height: 100%;
}

body {
	display: flex;
	padding: 0;
	margin: 0;
	background-color: #444;
	justify-content: center;
	align-items: center;
}

section {
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
}

.p5Canvas { 
	border-style: solid;
	border-width: 2px;
	border-color: rgb(255,255,255);
/* 	box-shadow: 0px 0px 0px -3px rgba(0,0,0,0.85); */
}
