@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;1,100;1,200;1,300&family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
@media (max-width: 958px)
{
  /* For mobile phones: */
    .fromarea
	{
	   margin-top: 2%;
	   background-color: #0352BD;
	   width: 300px;
	   display:block;
	   margin:auto;
	   height: 180px;
	   border-radius: 20px;
	}
	.header_table
	{
		display:none;
	}
	.header_table_mobile
	{
	    display:block;
		width: 100%;
	}
	.contact_footer
	{
	    margin-top:15%;
	}
	.practicals_img
	{
	    display:none;
	}
	.main_area
	{
	    width: 100%;
	}
	.display_area
	{
	    width: 100%;
	}
}
@media (min-width: 959px)
{
    .fromarea
    {
		margin-top: 2%;
		background-color: #0352BD;
		width: 30%;
		margin: auto;
		height: 180px;
		border-radius: 20px;
    }
    .header_table
	{
	    display:block;
		width: 100%;
	}
	.header_table_mobile
	{
	    display:none;
	}
	.contact_footer
	{
	    position: fixed;
	}
	.practicals_img
	{
	   display:block;
	}
	.main_area
	{
	    width: 80%;
	}
	.display_area
	{
	    margin-left:25%;
	    width: 50%;
	}
	.main_area_table
	{
	    margin-left:25%;
	}
	.verify_button
	{
	    
	margin-left: 22%;
	}
}
*
{
	font-family: 'nunito',sans-serif;
}
.logo
{
	width: 80px;
	display: block;
}
.workarea
{
	margin:5px;
}
.org_name
{
	font-family: 'josefin sans',sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
}
.dept_name
{
	font-family: 'josefin sans',sans-serif;
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	line-height: 1.5;
}
.contact_details
{
	font-family: 'nunito',sans-serif;
	font-size: 12px;
	font-weight: 400;
	text-align: right;
	line-height: 1.5;
}
.event_name
{
	font-family: 'nunito',sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: center;
}
.form_heading
{
	font-family: 'nunito',sans-serif;
	font-size: 12px;
	font-weight: 400;
	padding-top: 10px;ight: 400;
	line-height: 1.5;
	text-align: center;
	color: white;
}
.email_box
{
	width: 90%;
	height: 25px;
	margin-left: 5%;
	border-radius: 8px;
	border: 0px solid white;
}
.email_box:focus
{
	border: 0px solid white;
}
.email_note
{
	font-family: 'nunito',sans-serif;
	font-size: 10px;
	font-weight: 300;
	padding-top: 10px;ight: 400;
	line-height: 1.5;
	text-align: center;
	color: white;
}
.search_button
{
	width: 25%;
	height: 30px;
	margin-left: 38%;
	margin-top: 20px;
	border: 2px solid #0352BD;
	background-color: white;
	border-radius: 20px;
}
.search_button:hover
{
	color: white;
	cursor: pointer;
	border: 2px solid white;
	background-color: #0352BD;
}
.verify_button
{
    padding: 7px;
	font-size: 10px;
	text-align: center;
	border: 2px solid #0352BD;
	color: #0352BD;
	background-color: white;
	border-radius: 20px;
	text-decoration: none;
}
.verify_button:hover
{
	color: white;
	cursor: pointer;
	border: 2px solid white;
	background-color: #0352BD;
}
.contact_footer
{
	bottom: 0px;
	width:100%;
	margin-bottom: 10px;
	background-color: #0352BD;
	color: white;
}
.display_table
{
	width: 100%;
	border-collapse: collapse;
}
.display_table thead
{
	background-color: #0352BD;
}
.display_table th
{
	font-family: 'Josefin Sans',sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	padding: 5px;
	padding-top:12px;
	padding-bottom:12px;
	color: white;
}
.display_table tr
{
	margin-top: 5px;
}
.display_table td
{
	font-size: 10px;
	font-weight: 400;
	padding: 3px;
	padding-top:8px;
	padding-bottom:8px;
	border-bottom: 1px solid grey;
}
.display_table tr:hover
{
	background-color: #0352BD;
	color: white;
}
.search_again
{
	text-decoration: none;
	padding: 5px;
	border-radius: 10px;
	color: red;
}
.search_again:hover
{
	color: white;
	background-color: #0352BD;
	cursor: pointer;
}
.project_link
{
	text-decoration: none;
	color: #0352BD;
}
.display_table tr:hover .project_link
{
	text-decoration: none;
	color: white;
}
.display_table tr:hover .err_heading
{
	text-decoration: none;
	color: white;
}
.down_button
{
	color: #0352BD;
	background-color: white;
	font-size: 15px;
	text-align: center;
	width: 30px;
	border: 0px solid black;
	border-radius: 7px;
}