body {
	color:white;
	margin: 0;
}
html {
	scroll-behavior: smooth;
}
button {
	outline: none;
  }
button:focus {outline:0;}

::-webkit-scrollbar 
{
 width: 5px;
}
::-webkit-scrollbar-track 
{
 background-color: #ffffff;
}
::-webkit-scrollbar-thumb
{
 background-color: #ad0099;
 height: 50px;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
.settings-status {
	display: flex;
	flex-direction: row;
}

.settings-status figure {
	width: 25%;
}
#hidden-settings {
	position: fixed;
	top: 10%;
	left: 10%;
	right: 10%;
	bottom: 10%;
	text-align: center;
	display: none;
	z-index: 99999;
	border-radius: 10px;
}

#status {
  /* centers the loading animation horizontally one the screen */
  /* centers the loading animation vertically one the screen */
  /* path to your loading animation */
  margin-top: 10%;
  background-repeat: no-repeat;
  background-position: center;
  /* is width and height divided by two */
}

@keyframes load {
	50% {width: 305px; filter: drop-shadow(0px 0px 7px white);}
	100% {width: 300px;}

}

@keyframes reminder {
	50% {filter: drop-shadow(0px 0px 15px white);}
	100% {}
}
@keyframes welcomezoom {
    0% {font-size: 150%;padding-top: 100px;}
    100% {font-size: 100%;}
}

@keyframes B {
    0% {margin-top: 550px;}
    100% {margin-top: 50px;}
}

.logo {
	padding-left: 10px;
	float: left;
	transition-duration: 0.5s;
}

.logo:hover {
	cursor: pointer;
	transform: translateY(5px);
	transition-duration: 0.5s;
}

.menu-container {
	height: 100px;
	float: top;
	margin-right: 0px;
	margin-left: 0px;
	color: white;
}


.menu {
	float: right;
	overflow: hidden;
	font-family: Open Sans;
	padding-top: 5%;
	position: relative;
	letter-spacing: 1px;
	word-spacing: 10px;
	color: white;
	padding-right: 10px;
	height: 150px;
	width: 70%;
	text-align: right;
}

.menu a {
	padding: 0px;
	text-decoration: none;
	color: white;
	transition-duration: 1s;

}

.menu a:visited { 
 text-decoration: none; 
}

.menu h1 {
	color: white;
}

.menu a:hover {
	color: aqua;
	transition-duration: 1s;
	text-shadow: 0px 0px 3px aqua;
}

.menu a.active:hover {
	color: orange;
	transition-duration: 2s;
	text-shadow: 0px 0px 3px orange;
}

.menu a.active {
	color: orange;
}



.gap {
	height:100px;
}

.big-text {
	color: white;
	font-family: Open Sans;
}

.small-text {
	color: white;
	font-family: Roboto;
}

.footer {
	color: black;
	border-radius: 5px;
	left: 0;
  	bottom: 0;
  	width: 100%;
	margin-bottom: 25px;
}

.button-not {
	color: white;
	background: linear-gradient(90deg,#fc7100,#fc2e00);
	padding: 15px 40px;
	border: 0px;
	border-radius: 50px;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out;
	font-family: Open Sans;
	box-shadow: 0px 0px 5px #fc3b00;
}

.button-not:hover {
	transition: all 0.2s ease-in-out;
	box-shadow: 0px 0px 15px #fc3b00;
	cursor: pointer;
	background-color: #fc3b00;
}

.button-not:active {
	transition: 0.1s;
	box-shadow: 0px 0px 500px #fc3b00;
	cursor: pointer;
	background-color: #ff6200;
}

.button-not:focus {
	transition: 0.1s;
	box-shadow: 0px 0px 500px #fc3b00;
	cursor: pointer;
	background-color: #ff6200;
}

.button-ready {
	color: white;
	background: linear-gradient(90deg,#0ed900,#098c00);
	padding: 15px 40px;
	border: 0px;
	border-radius: 5px;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out;
	font-family: Open Sans;
	box-shadow: 0px 0px 5px #0ba300;
}

.button-ready:hover {
	transition: 0.5s;
	box-shadow: 0px 0px 15px #0ba300;
	cursor: pointer;
}


.nitlixis-box {
	background-color: white;
	border-radius: 10px;
}

.hover:hover {
	cursor: pointer;
}

.cpsteststatdisplay {
	display: flex;
	flex-direction: row;
	width: 70%;
}

.cpsteststatdisplay figure {
	width: 25%;
}
.cpsteststatdisplay figure button {
	font-size: 130%;
}
.button-ui {
	background-color: white;
	border: none;
	border-radius: 5px;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out;
	font-family: Open Sans;
	box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 50%);
}

.cpsbox {
	color: white;
	background: transparent;
	padding: 15px 40px;
	border: 5px solid white;
	border-radius: 5px;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out;
	font-family: Open Sans;
	box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 50%);
}

.cpsbox:active {
	background-color: rgb(255, 255, 255, 0.5);
}