@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500&display=swap');


* {
	margin: 0px;
	padding: 0px;
	font-family: 'Poppins', 'sans-serif;';
	/*overflow-x: hidden;*/
}



section {
	background-color: #fff;
	width: 100%;
	height: auto;
	padding-top: 10px;


}


section a {
	color: #324A89;
	margin-left: 70px;
	font-size: 20px;
}

header {
	margin-top: 50px;
}

header ul {
	list-style: none;
	text-align: right;
	margin-right: 65px;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}

header ul li {


	margin-left: 25px;


}

.active {
	text-decoration: none;
	color: #F6F7EB;
	padding: 8px;
	background-color: #324A89;
}

header ul li a {
	text-decoration: none;
	color: #324A89;
}

header ul li a:hover {
	cursor: pointer;
}

section h1 {
	color: #324A89;
	font-size: 36px;
	text-align: center;
}

table {

	margin-left: 70px;
	margin-top: 25px;
	width: 90%;
	border-collapse: collapse;
	background-color: #F6F7EB;

}

td {
	color: #324A89;
}

th,
td {
	padding: 16px 18px;
	text-align: left;
}

th {
	border-bottom: 2px solid #fff;
	font-size: 18px;
	background-color: #324A89;
	color: #F6F7EB;
}

th:first-child {
	border-radius: 10px 0px 0px 0px;
}

th:last-child {
	border-radius: 0px 10px 0px 0px;
}

tr:hover {
	background-color: #f6f6f6;
}

.listdropdown {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	/*margin-right: 25px;*/
}

.listdropdown p {
	margin-right: 10px;
	color: #324A89;
}

.listdropdown select {
	padding: 10px;
	color: #324A89;
	outline: none;
	border: 1px solid #324A89;
	border-radius: 5px;
}


.topitems {
	display: flex;
	justify-content: space-between;
	padding: 0px 65px;
}

.searchbar {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.searchbar p {
	margin-right: 10px;
	color: #324A89;
}

.searchbar input {
	outline: none;
	border: 1px solid #324A89;
	padding: 10px 10px;
	border-radius: 5px;

}

.material-icons {
	position: relative;
	top: 5px;
	left: -5px;
}

/* ************ Responsive **************/

@media only screen and (max-width:425px) {
	.topitems {
		flex-wrap: wrap;
		justify-content: center;
		padding: 5px 15px;

	}

	.listdropdown {
		margin-bottom: 10px;
	}

	.searchbar {
		flex-wrap: wrap;

	}

	section a {
		margin-left: 30px;
	}

	section h1 {
		margin-top: 20px;
	}

	.searchbar input {
		margin-top: 5px;
	}

	table {
		margin-left: 10px;

	}

	header {
		margin-top: 25px;
	}

	section div {
		overflow: auto;
	}

	header ul {
		margin-right: 10px;
		justify-content: flex-start;
	}

	header ul li {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width:375px) {
	.topitems {
		flex-wrap: wrap;
		justify-content: center;
		padding: 5px 15px;

	}

	.listdropdown {
		margin-bottom: 10px;
	}

	.searchbar {
		flex-wrap: wrap;

	}

	.searchbar input {
		margin-top: 5px;
	}

	table {
		margin-left: 10px;

	}

	section a {
		margin-left: 30px;
	}

	section h1 {
		margin-top: 20px;
	}

	header {
		margin-top: 25px;
	}

	section div {
		overflow: auto;
	}

	header ul {
		margin-right: 10px;
		justify-content: flex-start;
	}

	header ul li {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width:320px) {
	.topitems {
		flex-wrap: wrap;
		justify-content: center;
		padding: 5px 15px;

	}

	.listdropdown {
		margin-bottom: 10px;
	}

	.searchbar {
		flex-wrap: wrap;

	}

	.searchbar input {
		margin-top: 5px;
	}

	table {
		margin-left: 10px;

	}

	header {
		margin-top: 25px;
	}

	section div {
		overflow: auto;
	}

	header ul {
		margin-right: 10px;
		justify-content: flex-start;
	}

	header ul li {
		margin-bottom: 15px;
	}
}