:root {
    --light-blue-color:rgba(173, 216, 230, 1);
    --navy-blue-color: rgba(0, 50, 96, 0.91);
    --bg-liner-color:rgba(255, 255, 255, 1), rgba(173, 216, 230, 1);
    --blue-color:rgba(1, 118, 225, 0.93);
    --red-color:rgba(223, 0, 0, 1);
    --green-color:rgb(50, 189, 0);
    --tag-color:rgba(173, 216, 230, 0.5);
}

#header {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    background:var(--light-blue-color);
}



.bdy {
	display: flex;
	justify-content: space-between;
	margin: 0;
	background:rgba(255,255,255,0);
	background: -webkit-linear-gradient(-180deg , rgba(255,255,255,1) 0%, rgba(173,216,230,1) 100%);
	background: -o-linear-gradient(-180deg , rgba(255,255,255,1) 0%, rgba(173,216,230,1) 100%);
	background: -moz-linear-gradient(-180deg , rgba(255,255,255,1) 0%, rgba(173, 216, 230, 0.741) 100%);
	background: -ms-linear-gradient(-180deg , rgba(255,255,255,1) 0%, rgba(173,216,230,1) 100%);
	background: linear-gradient(-180deg , rgba(255,255,255,1) 0%, rgba(173,216,230,1) 100%);
}

.bdy_position{
	width: auto;
	height: auto;
}

.ledg_bdy_position{
	width: auto;
	height: 576px ;
}

.bdy .left {
	width: 50%;	
	margin: auto;
	height: 600px;
	
	
}

.bdy .right {
	width: 50%;	
	height: auto;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 0;
	margin-right: auto;
	align-items: center;
}

/* .........start form......... */

.form_position{
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	width: 70%;

}

.leg_form_position{
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	width: 50%;

}



.lform_position{
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 0%;
	margin-right: auto;
	width: 50%;

}

.lbl{
	display: block;
    font-weight: bold;
	width: auto;
	text-align: left;
	margin-inline-start: 10%;
	margin-inline-end: 2%;
	margin-top: 3%;
	margin-bottom: 1%;
}

label {
    display: block;
    font-weight: bold;
	width: auto;
	text-align: left;
	margin-inline-start: 30%;
	margin-inline-end: 2%;
	margin-top: 3%;
	margin-bottom: 1%;
}

input[type="text"],
select {
    width: 70%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
	margin-top: 3%;
	margin-bottom: 1%;
	
}

.btn_input[type="text"],
[type="password"]{
    width: 30%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
	margin-top: 0;
	margin-bottom: 1%;
	margin-inline-start: 10%;
	
}



/* .........end form......... */

/* .........start table......... */

.table {
    width: 100%;
    border-collapse: collapse;
	vertical-align: center;
	
}

.table, th, td {
    border: 0px solid #ccc;
}

.th, .td {
    padding: 20%;
    text-align: left;
	margin-left: 50%;
	margin-right: 50%;
}

.m-table-p {
	height: 550px;
	width: auto;
	overflow-y: auto;
}

.veiw_table {
	width: auto;
	height: 400px;
	
	
}

.veiw_table, .v_th, .v_td {
    border: 0px solid #0a0a0a;
	border-collapse: collapse;
}


.v_th{
	text-align: center;
	padding: 12px;
	background-color: #0a2351;
	color: #B9D9EB;
	
}

.v_td {
	text-align: left;
	padding: 10px;
	
}
  
.v_tr:nth-child(even){background-color: #c6c8e0
}


/* .........end table......... */

/* .........start buttons......... */

.button {
	
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin-right: 30px;
	transition-duration: 0.4s;
	cursor: pointer;
	border-radius: 12px;
}
  
.save {
	padding: .6% 30px;
	background-color: var(--green-color); 
	color: black; 
	border: 2px solid green;
}
  
.save:hover {
	background-color: green;
	color: white;
}
  
.reset {
	padding: .6% 30px;
	background-color: rgb(228, 105, 105); 
	color: black; 
	border: 2px solid #ff0000;
}
  
.reset:hover {
	background-color: var(--red-color);
	color: white;
}
  
.delete {
	padding: .6% 20px;
	background-color: rgb(228, 105, 105);
	color: black;
	border: 2px solid #ad5151;
}
  
.delete:hover {background-color: #b53434;}

.edit {
	padding: .6% 20px;
	background-color: #7DF9FF;
	color: black;
	border: 2px solid #42d4d1;
}
  
.edit:hover {background-color: #07dae9;}
  
.update {
	padding: .6% 30px;
	background-color: rgb(0, 149, 255);
	color: black;
	border: 2px solid #1f22a6;
}
  
.update:hover {
	background-color: #1f22a6;
	color: white;
}

.login {
	margin-inline-start: 10%;
	align-items: left;
	padding: 1% 14%;
	background-color: var(--blue-color); 
	color: black; 
	border: 2px solid rgb(1, 1, 218);

}
  
.login:hover {
	background-color: rgb(57, 57, 190);
	color: white;
}

/* .........end buttons......... */

.center {
	display: flex;
  	justify-content: center;
  	align-items: center;
	margin-top: 3%;

 	
}

.divider {
	font-size: 30px;
	display: flex;
	align-items: center;
	
}

.divider::after {
	flex: auto;
	content: '';
	padding: 2px;
	background-color: rgb(0, 145, 255);
	
	margin-right: 5%;
} 
.text-block {
	position: relative;
	opacity:1;
	width: auto;
	height: auto;
	padding-left: 5px;
  	padding-right: 5px;
	padding-top: 2px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background:rgba(154, 211, 255, 0.723);
	margin: 2%; 
}
.p{
	-ms-text-shadow:1px 5px 4px rgba(0,0,0,0.25);
	-o-text-shadow:1px 5px 4px rgba(0,0,0,0.25);
	-webkit-text-shadow:1px 5px 4px rgba(0,0,0,0.25);
	-moz-text-shadow:1px 5px 4px rgba(0,0,0,0.25);
	text-shadow:1px 5px 4px rgba(0,0,0,0.25);
	color:#00315F;
	font-family: Inika;
	font-size: 20px;
	font-weight: bold;
	line-height: 35.5px;
	letter-spacing: 1.5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

#logo {
	list-style: none;    
	margin-left: 10px;    
	margin-top: -0%;
	font-size: 24px;
	font-weight: bold; 
	letter-spacing: 1.5px;
	color:#000000;
	text-align: center;
}

#dash {
	width: 120px;    
	margin-left: 40px;    
	margin-top: 22px;    
	cursor: pointer;
	letter-spacing: 1.5px;
	color:#000000;
}
 
#welcome {
	position: relative;
	top: 30%;
	margin: auto;
	margin-left: 10%;
	width: 50%;
	font-family: Manrope;
	font-size: 40px;
	font-weight: bold;
	line-height: 62px;
	text-align: left;
	letter-spacing: 1.5px;
	-ms-text-shadow:1px 5px 4px rgba(0,0,0,0.25);
	-o-text-shadow:1px 5px 4px rgba(0,0,0,0.25);
	-webkit-text-shadow:1px 5px 4px rgba(0,0,0,0.25);
	-moz-text-shadow:1px 5px 4px rgba(0,0,0,0.25);
	text-shadow:1px 5px 4px rgba(0,0,0,0.25);
	color:#00315F;
}

#footer {
	top: 924px;
	left: 0px;
	width: 100%;
	height: 50px;
	background:var(--light-blue-color);
}

#f_title {
	position: relative;
	top: 50%;
	width: 100%;
	height: 18.2px;
	font-family: Inter;
	font-size: 12px;
	text-align: center;
	letter-spacing: 1.5px;
	color:#000000;
}

#img___image {
	width:  60%;
	height:  50%;
	align-items: center;
	margin: auto;
	margin-right: 10%;
	margin-top: 10%;
}

.dropbtn {
	background-color: #0066b2;
	color: white;
	padding: 16px;
	font-size: 16px;
	border: none;
	cursor: pointer;
	border-radius: 10px;
}

.dropbtn:hover,
.dropbtn:focus {
	background-color: blue;
}

#myInput:focus {
	outline: 3px solid #ddd;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #F0F8FF;
	min-width: 230px;
	overflow: auto;
	border: 1px solid #ddd;
	z-index: 1;
}

.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.dropdown a:hover {
	background-color: #ddd;
}

.show {
	display: block;
}

.card {
	border: 1px solid #ccc;
	border-radius: 5px;
	margin: 20px 0;
	padding: 10px;
}

.card-header {
	background-color: #f0f0f0;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	text-align: center;
}

.card-content {
	padding: 10px;
}
.register-icon {
	position: fixed;
	top: 10px;
	right: 5px;
	cursor: pointer;
	margin-right: 2%;
	margin-top: 8px;
	font-size: 24px;
}

.t_date{
width: 70%;
    padding: 10px;
    font-size: 16px;
    border: 2px solid #D49137;
    border-radius: 5px;
    align-items: center;
}