:root {
	--terminal-content: "~$Booting...";
	--terminal-text-margin: 20px;
}

.loadingDog {
	color: black;
	text-align: center;
	width: fit-content;
	clip-path: inset(0 2ch 0 0);
	animation: l4 1s steps(4) infinite;
	padding-top: 20px;
}
.loadingDog:before {
  content:"The dog is loading..... Please Wait..."
}


@keyframes l4 {to{clip-path: inset(0 -1ch 0 0)}}

.captcha-container {
    position: absolute;
    top: 42%;
    left: 50%;
	transform: translateX(-50%);
}

.captcha-info {
    position: absolute;
    top: 2%;
    left: 50%;
	transform: translateX(-50%);
	max-width: 800px;
}

.captcha-skip {
    position: absolute;
    top: 80%;
    left: 75%;
	transform: translateX(-75%);
	max-width: 500px;
}

.captcha-req {
	margin-top: 20px;
	margin-left: 15px;
	margin-bottom: 10px;
	min-width: 507px;
}
.captcha-req2 {
	display: flex;
}

.req-text2 {
	color: white;
	display: inline;
 	font-size: 16pt;
	min-height: 50px;
	margin-left: 25px;
	margin-bottom: 25px;
	background-color: #2f80ea;
	text-align: center;
}

.req-text {
	color: black;
	display: inline;
	margin-right: 50px;
 	font-size: 16pt;
}

.req-check {
	color: red;
	display: inline;
}

.captcha {
	background-color:#f9f9f9;
	border:2px solid #d3d3d3;
	border-radius:5px;
	color:#4c4a4b;
	display:flex;
	justify-content:center;
	align-items:center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}


.captcha-text {
	font-size:2em;
	font-weight:bold;
    margin-left: auto;
	margin-right:auto;
    color: white;
    align-self: center;
    margin-top: 10px;
	margin-bottom: 10px;
	background-color: #2f80ea;
	min-width: 300px;
	padding: 20px 20px 40px 20px;
	font-family: Arial, Helvetica, sans-serif;

}

.captcha-text-sub {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size:10pt;
	margin: 0;
}

.captcha-left {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;

}

.logo {
	display:flex;
	flex-direction:column;
	align-items:center;
	height:100%;
	align-self:flex-end;
	margin:0.5em 1em;
}

/*
.logo img {
	height:2em;
	width:2em;
}
*/
.logo img {
	height:4em;
	width:4em;
}

.logo p {
	color:#9d9ba7;
	margin:0;
	font-size:1em;
	font-weight:700;
	margin:.4em 0 .2em 0;
}
.logo small {
	color:#9d9ba7;
	margin:0;
	font-size:.8em;
}

.captcha-canvas {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.terminal-text {
	display: none;
	position: absolute;
	top: 5%;
	left: 5%;
	font-size: 28pt;
}

.terminal-text-final {
	margin-bottom: var(--terminal-text-margin);
}

.loading-disk, .loading-disk-glow{
  max-height: 200px;
  max-width: 250px;
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden; 
  z-index: 0;
  top:50%;
  left: 50%;
}

.disk-anim-container {
	bottom: -15px;
	width: 600px;
	height: 600px;
	position: absolute;
	overflow: hidden;
}

.disk-glow-anim {
	animation: glow 5s;
}

/*
.disk-anim-container-glow {
	overflow: hidden;
  filter: blur(20px);
}

.disk-anim-container .disk-anim-container-glow {
	border-radius: 20px;
}

.disk-anim-container:before .disk-anim-container-glow:before {
	content: '';
  z-index: -2;
  text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(0deg);
  position: absolute;
	width: 99999px;
	height: 99999px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: conic-gradient(rgba(0,0,0,0), #ffffff, rgba(0,0,0,0) 25%);
	animation: rotate 4s linear infinite;
}

.disk-anim-container:after {
	content: '';
	position: absolute;
	z-index: -1;
	left: 5px;
	top: 5px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	background: #292a2e;
	border-radius: 7px;
}
*/

.disk-text {
	margin: 15px;
}

.disk-canvas {
	position: absolute;
	top: 0px;
}

.optical-drive {
	position: relative;
	overflow: hidden;
	left:0px;
	bottom:-25%;
	z-index: -1;
}

.animated-optical {
	animation: optical 3s;
}

.animated-optical-reverse {
	visibility: hidden;
	opacity: 0;
	transition-delay: 5s;
	animation: optical-reverse 5s;
	transition: visibility 2s 5s, opacity 5s linear;
	animation-timing-function: linear;
}

/* Animations */
.animate-fadeout {
	visibility: hidden;
	opacity: 0;
	transition-delay: 2s;
	transition: visibility 0s 2s, opacity 2s linear;
}

.animate-fadeout-long {
	visibility: hidden;
	opacity: 0;
	transition-delay: 5s;
	transition: visibility 2s 5s, opacity 5s linear;
	animation-timing-function: linear;
}

.animated-text {
	margin-bottom: var(--terminal-text-margin);
	min-width: 400px;
}

.animated-text span {
	position: relative;
	
}

.animated-text span::before{
	content: var(--terminal-content);
	display: inline-block;
	color: white;
	overflow: hidden;
	animation: typing 0.7s;
}


.animated-text span::after{
	content: "";
	position: absolute;
	width: calc(100% + 8px);
	height: 40px;
	background-color: transparent;
	border-left: 2px solid white;
	animation: cursor 1.2s infinite, typing 1s;
}

.warning-el {
	display: inline-block;
	text-align: center;
}


@keyframes cursor {
	0% {
		border-left: 2px solid white;
	}
	70% {
		border-left: 2px solid white;
	}
	100% {
		border-left: 2px solid #9310d000;
	}
}

@keyframes typing {
	0% {
		max-width: 0;
	}
	100%{
		max-width: calc(100% + 8px);
	}
}

@keyframes words {
	0% {
		content: "";
	}
	100% {
		content: var(--terminal-content);
	}
}

@keyframes optical {
	0% {
		bottom: -50%;
	}
	100% {
		bottom: -25%;
	}
}

@keyframes optical-reverse {
	0% {
		bottom: -25%;
		display: block;
	}
	99% {
		display: none;
	}
	100% {
		bottom: -90%;
		display: none;
	}
}

@keyframes glow {
  from {
    box-shadow: inset 0px -20px 40px -45px #f9f9f9, 0px 20px 30px -35px #f9f9f9;
  }
  to {
    box-shadow: inset 0px -80px 40px -45px #f9f9f9, 0px 40px 30px -35px #f9f9f9;
  }
}



/* Border Glow */
.loading-disk-glow{
  overflow: hidden;
  /* Glow Blur */
  filter: blur(20px);
}

.loading-disk:before, .loading-disk-glow:before {
  content: '';
  z-index: -2;
  text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(0deg);
  position: absolute;
	width: 99999px;
	height: 99999px;
	background-repeat: no-repeat;
	background-position: 0 0;
  /*border color, change middle color*/
	background-image: conic-gradient(rgba(0,0,0,0), #c219ed, rgba(0,0,0,0) 25%);
  /* change speed here */
	animation: rotate 4s linear infinite;
}

.loading-disk:after {
	content: '';
	position: absolute;
	z-index: -1;
  /* border width */
	left: 5px;
	top: 5px;
  /* double the px from the border width left */
	width: calc(100% - 10px);
	height: calc(100% - 10px);
  /*bg color*/
	background: #292a2e;
  /*box border radius*/
	border-radius: 7px;
}

@keyframes rotate {
	100% {
		transform: translate(-50%, -50%) rotate(1turn);
	}
}