/*
***************************************************************************************
|                  EDUDE EULA and Development License & Information                   |
***************************************************************************************
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
=======================================================================================
=======================================================================================
| Developer Details
=======================================================================================
 * Developer Name: Vikash Kumar , Vishnu Vinoj
 * Mentor's Name : Mr. Kaushal Kishore
 * Guided by     : Dr. Santosh Kumar Shukla
 * Organisation  : Babu Banarsi Das Institute of Technology,Ghaziabad
 * Purpose       : Final Year Project
 * Technology    : Progressive Web Application Using PHP
 * FrontEnd      : HTML5 , CSS3 , Javascript(JQuery) , Bootstrap , Fontawesome , AOS
 * BackEnd       : PHP 8 , AJAX 
 * APIs          : Google Meet Links , ZOOM APIS (Both are only in Prototype)
 * Current Model : Prototype Model
 * Design Model  : UML , ER-Diagram , DFD and DDB
 * Database      : MySQL, JSON(Not in Prototype)
 * File Storage  : AWS or Firebase
 * License Type  : Project Based
 * Monitoring by : BBDIT, GHaziabad
 * HomePage      : index.php
 * Year          : 2020-2021
 * Roll NO(s)    : 1703510042 , 1703510045
 
=========================================================================================
=========================================================================================
| EULA for EDUDE
=========================================================================================
 * End User License Authorised for Prototype Project model.
=========================================================================================
=========================================================================================*/
@import url('https://fonts.googleapis.com/css2?family=Cabin+Sketch:wght@700&family=Caveat&family=Fredericka+the+Great&family=Frijole&family=Press+Start+2P&family=ZCOOL+KuaiLe&display=swap');
table, th, td {
  border: 1px solid black;
}
input:focus , select:focus , button:focus{
	outline-width: 0;
	
}
.itro{
	display: block;
	width: 100%;
	background-color:antiquewhite;
	padding: 10px 30px 10px 20px;
	color: White;
}
.itro .dtl{
	display: block;
	padding: 5px 50px 0px 50px;
	background-color: #333;
	border-radius: 30px;
}
.itro .dtl img{
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	border-color: aliceblue;
	border: 1px;
	padding: 1px;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.itro .dtl p{
	display: inline-block;
	padding: 0px 50px 0px 40px;
	font-size: 27px;
	font-family: 'Fredericka the Great', cursive;
	color: White;
}
.itro .dtl p b{ 
    display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}
.itro .dtl p span{
	color: hotpink;
}
.itro .dtl .err{
	display:block;
	width: 100%;
	text-align:right;
	font-family: 'Cabin Sketch', cursive;
	color: aqua;
}


.fun{
	display: block;
	width: 100%;
	padding: 10px 50px 10px 50px;
}
.fun .copt{
	display: inline-block;
	text-decoration: none;
	color:orangered;
	width: 350px;
	height: 180px;
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 15px;
	padding: 20px;
	text-align: center;
	transition: 0.5s ease-in-out;
	margin-left: 15px;
	margin-top: 20px;
	
	margin-bottom: 20px;
}
.fun .copt:hover{
	background-color: orangered;
	color: white;
	
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2), 0 9px 23px 0 rgba(0, 0, 0, 0.19);
}
.fun .copt .anc{
	display: block;
	background: url("../img/ico/gg.png");
	width:50px;
	height: 50px;
	background-repeat: no-repeat;
	background-size: 50px 50px;
	background-position: center center;
	margin-top: -35px;
	margin-left: -35px;
}
.fun .copt .ico{
	display: block;
	font-size: 35px;
	
}
.fun .copt .ico img{
	height: 90px;
	width: 90px;
	border-radius: 90px;
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2), 0 9px 23px 0 rgba(0, 0, 0, 0.19);
	
}
.fun .copt .hd , .na{
	display: block;
	font-size: 23px;
	font-family: 'Frijole', cursive;
}
.fun .copt .hd h3{
	font-size: 23px;
	font-weight: 900;
}

.epost{
	width: 100%;
	height: auto;
    position: relative;
    display: flex;
    justify-content: center;
    padding: 12rem 0 6rem 0;
    color: #fafafa;
}


.epost  h2{
	position: relative;
}




/******************** SUCCESS PG*******/
.sc {
	display: block;
	width: 100%;
	height: 500px;
	background: #ED666B;
	
	padding: 20px;
	text-align: center;
}
.sc h1{
	display: block;
	width: 100%;
	text-align: center;
	color: azure;
	font-family: 'Frijole', cursive;
}
.sc img{
	height: 180px;
	text-align: center;
}
.sc p{
	display: block;
	width: 100%;
	font-size: 20px;
	color: white;
	text-align:justify;
	padding: 0px 50px ;
	font-weight: bold;
	font-family: 'Cabin Sketch', cursive;
}
.sc p a{
	text-decoration: none;
}
.sc p a:hover{
	text-decoration: none;
	color: aqua;
}

/********************** Add Teacher ********************/
.pg{
	display: block;
	width: 100%;
	color:grey;
	font-size: 14px;
	text-align: justify;
	padding: 10px 100px;
	border-bottom: 1px solid orangered;
	
	font-family:monospace;
}
.pg a{
	text-decoration: none;
	color: grey;
}
.pg a:hover{
	text-decoration: none;
	color:orangered;
}

.head-menu{
	display: block;
	padding: 0px 100px;
}
.head-menu .search{
	display: block;
	background: orangered;
	padding: 15px 10px;
}
.search form{
	display: inline-block;
	width: 65%;
	
}

.search input{
	display: inline-block;
	padding: 11px 10px;
	width:80%;
	font-size: 16px;
	border:none;
	border-radius: 40px;
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2), 0 9px 23px 0 rgba(0, 0, 0, 0.19);
}
.search input:focus{
	outline-width: 0;
	box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2), 0 11px 25px 0 rgba(0, 0, 0, 0.19);
}
.search button{
	display: inline-block;
	border:none;
	text-decoration: none;
	shape-outside: none;
	box-shadow: none;
	padding: 5px 10px;
	font-size: 25px;
	border-radius: 40px;
	font-family: 'Frijole', cursive;
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2), 0 9px 23px 0 rgba(0, 0, 0, 0.19);
	font-weight: 600;
	color:orangered;
	transition:0.5s ease-in-out;
}
.search button:hover{
	box-shadow: none;
	padding: 10px 12px;
	background: #ED666B;
	color:white;
}
.search .util{
	display: inline-block;
	width: auto;
}

.add{
	display: block;
	margin-top:5px;
	padding: 5px 100px;
	justify-content: flex-start;
	text-align: justify;
	margin-bottom: 10px;
}
input , select{
	border:none;
	padding:5px 10px;
	border:10px;
}
.add form{
	border-bottom: 0.1em solid orangered;
	padding: 15px 0px;
}
.add input , .add select{
	border-bottom: 0.1em solid orangered;
	font-size:17px;
	width:auto;
	justify-self: flex-start;
	justify-content: flex-start;
	justify-items: self-start;
	
}
.add input[type="email"]{
	width: auto;
	margin-left: 30px;
}
.add label{
	font-size: 17px;
}
.add input[type="submit"]{
	display: inline-block;
	float: right;
	border:none;
	background: #ED666B;
	margin-top: 3px;
	border-radius: 10px;
	padding: 7px 15px;
	margin-right: 30px;
	color:white;
}
.add input[type="submit"]:hover , .add input[type="submit"]:focus{
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2), 0 9px 23px 0 rgba(0, 0, 0, 0.19);
	background: orangered;
	font-weight: bolder;
}


.display{
	display: block;
	padding: 5px 100px;
	height: 550px;
}
.display .scrn{
	display: block;
	overflow-y: scroll;
	height: 490px;
	padding: 5px 30px;
}

.scrn form{
	display: block;
	width: 100%;
	height: 60px;
	border-radius: 10px;
	background-color: antiquewhite;
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2), 0 9px 23px 0 rgba(0, 0, 0, 0.19);
	padding: 12px 40px;
	margin-bottom: 10px;
	justify-self: flex-start;
	justify-content: flex-start;
	justify-items: self-start;
	font-family: 'Fredericka the Great', cursive;
	font-size: 16px;
	cursor: pointer;
}
.scrn form id ,
.scrn form name,
.scrn form email,
.scrn form subject,
.scrn form .phn,
.scrn form label{
	display: inline-block;
	justify-self: flex-start;
	justify-content: flex-start;
	justify-items: self-start;
	font-size: 16px;
	width: auto;
	font-weight: bolder;
	color: blue;
}
.scrn form id ,
.scrn form name,
.scrn form email,
.scrn form subject,
.scrn form .phn{
	font-weight: bold;
	color:orangered;
	margin-left: 8px;
	text-align: justify;
	margin-right: 5px;
}

.scrn form button{
	float: right;
	font-family: sans-serif;
	padding: 4px 5px;
	font-weight: bolder;
	background: red;
	color:white;
	
}
.display .err{
	display: block;
	padding: 5px;
	background: black;
	color:white;
}
.display .err h1,
.display .err h4{
	display: inline;
	font-size: 18px;
}


/*--------------------------------------------------------------
# error
--------------------------------------------------------------*/
.sc{
    display: block;
    width: 100%;
    height: auto;
}
ol li{
    color: coral;
}
.error{
    background: #fff;
    text-align: center;
    padding: 0px 15px 10px 10px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    margin-top: 0;
}
.error .err-code{
    font-family: sans;
    font-size: 100px;
    font-weight: 900;
    color: crimson;
}
.error .err-body{
    font-family: sans;
    font-size: 50px;
    color:lightcoral;
}
.error .err-dtl{
   
    font-size: 10px;
    text-align: center justify;
    color: coral;
}