@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700;800;900&display=swap');

body {
	font-family: 'Nunito', sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 800;
}

.ihha-banner {
	position: relative;
	height: 100vh;
	background-color: #0070c0;
	padding: 2rem;
}

.ihha-banner img {
	width: 80%;
	margin: 0 auto;
	height: 90%;
	display: block;
	object-fit: contain;
}

.ihha-banner h3 {
	font-size: 22px;
}

.ihha-content {
	padding: 2rem 4rem;
	height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
}

.ihha-content h4 {
	text-align: center;
	margin: 0 auto 2rem auto;
	max-width: 400px;
	font-size: 20px;
}

.ihha-content h3 {
	color: #00b0f0;
	font-size: 22px;
}

.ihha-content h6 {
	margin: 1rem 0;
}

.ihha-content h2 {
	background-color: #00b0f0;
	font-size: 22px;
	display: inline-block;
	padding: 5px 10px;
	margin-bottom: 3rem;
}

.ihha-content p {
	margin-bottom: 3rem;
	font-size: 18px;
}

.btn {
	font-weight: 800;
	text-transform: uppercase;
	border-radius: 0;
}

.form-label {
	position: relative;
	font-weight: 700;
	font-size: 14px;
}

.form-label.asrtik {
	padding-left: 15px;
}

.form-label.asrtik span {
	color: #eb0000;
	font-size: 20px;
	font-weight: 600;
	position: absolute;
	left: 0;
	top: 0;
}

.form-check.asrtik {
	padding-left: 40px;
	position: relative;
}

.form-check.asrtik span {
	color: #eb0000;
	font-size: 20px;
	font-weight: 600;
	position: absolute;
	left: 0;
	top: 0;
}

.message-box {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 2rem;
	max-width: 630px;
}

.message-box h6 {
	font-weight: 700;
	margin-bottom: 3rem;
	font-size: 18px;
}

/*
	/* ADMIN/USER
*/

.admin-login {
	position: relative;
	height: 100vh;
	background-color: #385723;
}

.user-login {
	position: relative;
	height: 100vh;
	background-color: #000;
}

.login {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	max-width: 350px;
}

.login .form-control {
	border-radius: 0;
}

.login .btn {
	text-transform: capitalize;
	font-size: 16px;
	color: #fff;
}

.login h3 {
	text-align: center;
	color: #fff;
	font-size: 24px;
	margin-bottom: 3rem;
}

.dashboard {
	padding: 2rem 3rem;
}

.dashboard p {
	margin: 0;
}

.admin-table th {
	background-color: #70ad47;
	color: #fff;
}

.user-table th {
	background-color: #111;
	color: #fff;
}

.user-table .btn {
	font-size: 14px;
	font-weight: 600;
	width: 100%;
}

th,td {
	font-size: 14px;
}

.days-over {
	color: #fc0403;
	font-weight: 700;
}

.days-left {
	font-weight: 700;
}

.admin-table th.countdown {
	background-color: #b80000
}

.admin-table tbody tr:nth-child(even) td {
  background-color: #f1f8ec;
}

.admin-table tbody tr:nth-child(odd) td {
  background-color: #e2f0d9;
}

.admin-table tbody tr:nth-child(even) td.countdown {
  background-color: #e3cfc2;
}

.admin-table tbody tr:nth-child(odd) td.countdown {
  background-color: #dfa278;
}

.nav-menus {
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	text-align: right;
}

.nav-menus li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
}

.nav-menus a {
	text-decoration: none;
}

.form-control {
	border-radius: 0;
	font-size: 14px;
}