:root,[data-bs-theme=light]{
	--blue0: #14004C;
	--blue1: #043C86;
	--blue2: #0069AF;
	--blue3: #238BBE;
	--blue4: #4BB3D6;
	--blue5: #7BCEBE;
}

html {
  min-height:100%;
  font-family: 'Times New Roman', serif;
}	
body {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	background-color: var(--blue3);
}
.title {
	color: var(--blue5);
	background-color: var(--blue2);
}
.card {
	margin: 1rem 0rem;
	background-color: var(--blue4);
}	
th {
	text-align: left;
}
.invalid {
	border: 2px solid red !important;
}
input:not([type=checkbox]):not([type=radio]), select, textarea {
	border-radius: 3px;
	width: 100%;
	background-color: transparent;
	border-color: var(--blue0);
	height: 100%;
}
select, textarea {
	border-width: 2px;
    border-style: inset;
}
.header {
	position: absolute;
	top: 0px;
	width: 100%; 
	line-height: 2rem; 
	height: 2rem;
	color: white;
	z-index: 2;
}
.main {
	position: absolute;
	top: 0px;
	margin: 0px;
	padding: 3rem 1rem;
	height: 100%;
	width: 100%;
	overflow: -moz-scrollbars-vertical;	
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
    overflow-y: scroll;
}
.main::-webkit-scrollbar {
    display: none;
}
.footer {
	position: absolute;
	bottom: 0px;
	text-align: center;
	width: 100%; 
	line-height: 2rem; 
	color: white;
	z-index: 2;
}
.iconbtn {
	border-radius: 0.4rem;
	width: 2.4rem;
	padding: 0.2rem;
	color: var(--blue0);
	background-color: var(--blue3);
	border: var(--blue2);
	margin-left: 0.6rem;
    text-align: center;
	float: right;
}
.nf {
	float: none;
	margin-left: 0px;
	margin-right: 0.6rem;
}
.fancybtn {
	border: 2px solid var(--blue0);
	color: var(--blue0);
	background: linear-gradient(var(--blue2), var(--blue4));
	border-radius: 40px;
	height: 3rem;
	width: 15rem;
	font-size: 1.5rem;
	padding: 0.3rem;
	margin: 1rem;
    display: inline-block;
	text-align: center;
	text-decoration: none;
}
.btn {
	background: linear-gradient(var(--purple), var(--purple2));
	color: white;
	padding: 0.2rem;
	border-radius: 1rem;
	text-decoration: none;
}
.gb {
	border: 3px solid purple;
}
.inv {
	border: none;
	background-color: transparent;
	color: white;
	text-decoration: none;
	text-align: left;
}