html {
	font-family: arial;
}

header {
	color: white;
	max-width: 100%;
	width: 100%;
	height: 3vw;
	top: 0;
	left: 0;
	margin: 0 auto;
	position: fixed;
	z-index: 2;
	box-shadow: inset 0 -0.1vw 0.8vw rgb(0 0 0 / 33%);
	background-color: rgba(0, 0, 0, 0.25);
}

.logo {
	max-height: 10vw;
	position: fixed;
	top: .3vw;
	left: 1vw;
}

.logo a {
	text-decoration: none;
	font-size: 2vw;
	background: -webkit-linear-gradient(1deg, #bce2bc, #bbd1f1 70%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	filter: drop-shadow(-5px 2px 3px rgba(0, 0, 0, 0.5));
	max-height: 10vw;
}

.logo a:visited {
	text-decoration: none;
	font-size: 2vw;
	background: -webkit-linear-gradient(1deg, #bce2bc, #bbd1f1 70%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	filter: drop-shadow(-5px 2px 3px rgba(0, 0, 0, 0.5));
	max-height: 10vw;
} /* Visited link    */

#userMenu {
	position: absolute;
	top: 0;
	right: 1vw;
	display: flex;
	align-items: center;
}

#userMenu a {
	display: flex;
	align-items: center;
	text-decoration: none;
}

#topAuthBtn {
	margin-top: 0.4vw;
}

#profileName {
	margin-right: 1vw;
	margin-top: 1vw;
	font-size: 0.9vw;
}

body {
	background-image: linear-gradient(to left top, #83c383, #7fa7de);
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

h3 {
	font-size: 1.2vw;
	margin-top: 0;
	margin-bottom: 0;
}

.paragraph {
	font-size: 1vw;
	text-align: left;
	background-color: white;
	border-radius: 1vw;
	padding: 1vw;
	position: fixed;
	left: 7vw;
	top: 10vw;
}

.formBox {
  background-color: white;
  position: fixed;
  border-radius: 1vw;
  right: 7vw;
  top: 10vw;
  padding: 1vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 30vw;
}

#myForm {
  margin-top: 1.5vw;
  font-size: 1vw;
}

table {
    border-collapse: collapse;
    table-layout: fixed;
}

td, th {
    padding: 0.25vw;
}

.inputField {
  width: 12vw;
  height: 1.5vw;
  text-align: left;
  line-height: 1.5vw;
  font-size: 1vw;
  border: 0.01vw solid gray;
  border-style: inset;
  border-radius: 0.3vw;
  margin-bottom: 0.5vw;
}

.inputField:focus {
	border: 0.05vw solid gray;
	border-style: inset;
	border-radius: 0.3vw;
}

.formBox label {
  font-size: 1vw;
  font-weight: normal;
  margin-right: 0.5vw;
}

.Btn {
  padding: 0.5vw;
  font-weight: bold;
  border-radius: 0.4vw;
  border: 1vw hidden;
  line-height: 1vw;
  font-size: 1vw;
  background: -webkit-linear-gradient(30deg, #bce2bc, #bbd1f1 100%);
  color: black;
}

.Btn:hover {
  color: white;
  background: black;
  cursor: pointer;
}

.downloadBtn {

}

#submitBtn {
  padding: 0.5vw;
}

.formBox p {
  font-size: 1vw;
}

#authBtn {
  margin-top: 2vw;
  margin-bottom: 2vw;
}

.disabled {
  background-color: #B7B7B7;
  color: #DCDCDC;
  cursor: not-allowed;
}

.disabledBtn {
  font-weight: bold;
  border-radius: 0.5vw;
  border: 1vw hidden;
  line-height: 1vw;
  font-size: 1vw;
  background-color: #B7B7B7;
  color: #DCDCDC;
  cursor: not-allowed;
}

.disabledBtn:hover {
	background-color: #B7B7B7;
	color: #DCDCDC;
	cursor: not-allowed;
}

#footer {
	box-shadow: inset 0 -0.1vw 0.8vw rgb(0 0 0 / 33%);
	background-color: rgba(0, 0, 0, 0.25);
	text-align: center;
	padding-top: 1vw;
	padding-bottom: 1vw;
	position: absolute;
	bottom: 0; left: 0; right: 0;
}

.disclaimerTxt {
	color: white;
	text-align: center;
	font-size: .85vw;
}

#disclaimerTxtCont {
	width: 40%;
	margin: 0 auto;
}

#myProgress {
  width: 70%;
  background-color: #F4F4F4;
  margin: 0 auto;
  margin-top: 0;
}

#myBar {
  width: 1%;
  height: 2vw;
  background-color: #04AA6D;
  text-align: center;
  line-height: 2vw;
  color: white;
  font-size: 1vw;
  margin-top: 0;
}

#barContainer {
	background-color: #CFCFCF;
	z-index: 5;
	line-height: 2vw;
	width: 40vw;
	height: 10vw;
	border-radius: 1vw;
	position: absolute;
	top: 15vw;
	left: 30vw;
	text-align: center;
	display: none;
	border: black solid 0.15vw;
}

#barContainer p {
	margin-bottom: 0;
	font-size: 1vw;
}

.overlay {
    position: fixed; /* position on top of the page */
    top: 0;
    left: 0;
    width: 100%; /* take up the full width of the page */
    height: 100%; /* take up the full height of the page */
    background-color: rgba(0, 0, 0, 0.5); /* semi-transparent black color */
    z-index: 4; /* ensure it's on top of other elements */
}


#content {
	position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button, {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}