*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
#login-body{
	background-color: #a18dce;
}

#loginbtn{
	background-color: darkgreen;
	color:white;
	border:none;
	padding: 5px 5px;
	margin:20px 0px;
	transition: 0.4s;
	width: 200px;
}

#loginbtn:hover{
	background-color: darkgoldenrod;
}
.login-box{
	box-shadow: 0px 5px 5px 5px darkgoldenrod;
}
.login-box .form-control{
	border: 1px solid gray;
	border-radius: 2px;
}
.login-box h4{
	padding: 0px;
	margin: 0px;
	color: white;
	font-weight: 700;
}

/*Top Menu CSS---------------------------------*/
.top-menue{
	background-image: url("../../../assets/image/headerbanner4.jpg");
}
.top-menue nav ul{
	padding: 0px;
	margin: 0px;
	display: flex;
	justify-content: center;
/*	gap: 1%;*/
}
.top-menue nav ul li{
	list-style: none;
	padding: 0px;
}
.top-menue nav ul li ul{
	padding: 5px 0px !important;
	margin-top: 1px;
	display:inline-block; 
	position: absolute; 
	z-index: 1000; 
	background-color: rgba(0, 0, 0, 0.9);
}
.top-menue nav ul li ul li a{
	padding: 0px 10px !important;
/*	margin: 0px;*/
}
.top-menue nav ul li a{
	display: block;
	text-decoration: none;
	padding: 5px 10px;
/*	gap: 1%;*/
	text-transform: capitalize;
	color: white;
/*	background-color: darkmagenta;*/
transition: all 0.4s;
}
.top-menue nav ul li a:hover{
	background-color: darkorange;
}
/*.top-submenu{*/
/*    display: none;*/
/*}*/
/*Top Menu Css End-------------------------------------------*/

/*Dashboard Css----------------------------*/
*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-family: serif sans-serif;

}
.backpage{
	height: 100vh;
	width: 100%;
	/*background-color: rgba(200, 255, 0, 0.2);*/
	position: absolute;
	z-index: 100;
	display: none;
}
header{
	background-image: url("../../../assets/image/headerbanner.jpg");
	background-size:cover;
	background-repeat: no-repeat;
	color: white;
	transition: all .4s;
}
header:hover{
	background-image: url("../../../assets/image/headerbanner2.avif");
	background-size:cover;
	background-repeat: no-repeat;

}

header .logo{
	position: relative;
/*	display: flex;*/
/*	justify-content: space-between;*/
	width: 100%;
	height: 50px;
	padding: 10px 10px;
	align-items: center;
	border-bottom: 1px solid gray;
	color: white;
}
.main{
	position:relative;
	min-height: 100vh;
/*	display: flex;*/
}
.sidebar{
	position: absolute;
	top:0px;
	background-image: url("../../../assets/image/sidebar2.jpg");
	background-size:cover;
	background-repeat: no-repeat;
	z-index: 10000;
	display: none;
	width: 200px;
	box-shadow: 5px 0px 5px lightseagreen;
	height: 100vh;
}
.sidebar img{
	border-radius: 50%;
}
.side-head{
	background-image: url("../../../assets/image/sidebar2.jpg");
	background-size:cover;
	background-repeat: no-repeat;
}
.sidebar ul{
	width: 100%;
	padding: 0px;
	/*position: absolute;
	z-index: 1000;*/
/*	height: 100%;*/
}
.sidebar ul li{
	list-style: none;
	border-bottom: 1px solid white;
}
.sidebar ul li a{
	display: block;
	color: white;
	font-weight: 500;
	padding: 5px 20px;
	font-size: 14px;
	text-decoration: none;
}
.sidebar ul li ul li a{
	display: block;
	color: black;
	font-weight: 500;
	padding: 5px 10px;
/*	font-size: 14px;*/
	text-decoration: none;
}
.aright{
	padding: 5px;
}
.sidebar ul li a:hover .aright{
	transition: all 0.6s;
	
}
.arrowchange{
	transition: all 0.6s;
	
	rotate: calc(90deg);
}
.sidelogo{
	text-align: center;
	border-bottom: 1px solid gray;
	height: 50px;;
}

.heading{
	display: flex;
	justify-content: space-between;
	align-items:center;
	background-image: url("../../../assets/image/headerbanner3.jpg");
	background-size:cover;
	background-repeat: no-repeat;
/*	background-color: #025a3e;*/
	padding: 5px 10pxsearchnet;
	color: white;
	box-shadow: 0px 3px 3px darkmagenta;
	
}
.heading h5{
	text-transform: uppercase;
	font-size: 15px;
	padding: 0px;
	margin: 0px;

}
.heading p{
  	padding: 0px;
	margin: 0px;  
}
.heading a{
	text-decoration: none;
	color: goldenrod;
}
.heading ul li{
	list-style: none;
}
.heading ul li a{
	color: white;
	display: block;
	padding: 5px;
	background-color: darkgreen;

}
.side-head{
	background-color: #025a3e; 
	text-align: center;
	padding: 5px 0px;
}
.side-head p{
	color: #fff;
	margin-bottom: 0px;
}
.main-box .main-content{
	height: 100vh;
	padding: 10px;
}
.footer{
	border-top: 1px solid gray;
	padding: 2px;
	text-align: center;
	background-color: darkmagenta;
	color: white;
}
.footer p{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
.logo h3{
  	font-size: 30px;
  }
.logo .fa-bars{
	font-size: 24px;
}
.logo .fa-bars:hover{
	cursor: pointer;
}
.submenu{
	background-color: goldenrod !important;
	/*background-image: url("../../../about-img.jpg");
	background-size:cover;
	background-repeat: no-repeat;*/
/*	color: white;*/
	display: none;
}
.submenu a{
	color: darkmagenta !important;
	font-size: 16px;
	padding-left: 20px !important;
}
.submenu a:nth-child(1){
	border-top: 1px solid darkmagenta;
}
.logo{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px;

/*	background-color: red;*/
}
.logo .header-img{

	text-align: center;
	/*height: 60px;
	width: 60px;*/
	padding: 5px;
/*	border: 1px solid gray;*/
/*	border-radius: 50%;*/
}
.logo .header-img img{
	margin: auto;
}
.delbtn,.editbtn,.viewbtn,.statusbtn{
	background-color: red;
	font-size: 12px;
	color: white;
	border:none;
	padding: 2px 5px;
	border-radius: 2px;
	transition: all 0.4s;
	width: 100%;
	text-decoration: none;
}
.editbtn{
	background-color: darkgreen;
	/*font-size: 12px;
	color: white;
	border:none;
	padding: 2px 5px;
	border-radius: 5px;
	transition: all 0.4s;*/
}
.viewbtn{
	background-color: darkblue;
/*	font-size: 12px;
	color: white;
	border:none;
	padding: 2px 5px;
	border-radius: 5px;
	transition: all 0.4s;*/
}
.viewbtn:hover{
	background-color: darkmagenta;
}
.editbtn:hover{
	background-color: darkmagenta;
}
.delbtn:hover{
	background-color: darkmagenta;
}
.statusbtn{
	background-color: darkcyan;
}
.statusbtn:hover{
	background-color: darkmagenta;
}
.table tr td,th{
	padding: 2px !important;
	font-size: 14px;
}
.table tr th{
	text-align: center !important;
	border: 1px solid gray;
	font-size: 14px;
}
.table tr td{
	border: 1px solid gray;
	font-size: 12px;
}
.dt-length label{
	margin-left: 5px;
	text-transform: capitalize !important;
	font-size: 14px;
}
.dt-search .dt-input,.dt-length .dt-input{
	height: 30px;
	outline-color: lightblue !important;
}
#member tr td:nth-child(1),td:nth-child(4),td:nth-child(5),td:nth-child(6),td:nth-child(7),td:nth-child(11),td:nth-child(12),td:nth-child(15),td:nth-child(16),td:nth-child(18){
	text-align: center !important;
	text-wrap:nowrap;
/*	font-size:14px;*/
/*	background-color: red;*/
}
#product tr td:nth-child(1),td:nth-child(2),td:nth-child(5),td:nth-child(6),td:nth-child(7),td:nth-child(8),td:nth-child(9){
	text-align: center !important;
	text-wrap:nowrap;
/*	font-size:14px;*/
/*	background-color: red;*/
}
#product tr td:nth-child(9) div{
	text-align: center;
}
#dcc tr td:nth-child(1),td:nth-child(2),td:nth-child(5),td:nth-child(6),td:nth-child(7),td:nth-child(8),td:nth-child(9){
	text-align: center !important;
	text-wrap:nowrap;
	font-size:14px;
/*	background-color: red;*/
}
#dcc tr td:nth-child(4){
	text-align: start !important;
	text-wrap:nowrap;
	font-size:14px;
/*	background-color: red;*/
}
#member tr td:nth-child(2),td:nth-child(3){
	text-wrap:nowrap;
}
.dashboard-cards h5{
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
.dashboard-cards .card{
	box-shadow: 5px 5px 10px #04a7a7;
border-radius: 0px 0px 5px 5px;
transition: all 0.9s !important;
}
.dashboard-cards .card:hover .card-body{
	background-color: #012b2b !important;
	color: white;
}
.dashboard-cards a{
	text-decoration: none;
}
.dashboard-cards .card-header{
	background-color: #4e0451; 
	padding: 5px;
}
.card-body {
	border-radius: 0px 0px 5px 5px;
}
.cardcontent{
/*	background-color: #5abf06 !important;*/
	background-color: #f9f4f2 !important;
	color: #4e0451;
		font-size: 14px;
		transition: all 1s;
} 
/*.cardcontent{
	background-color:#e74c3c !important;
	color: #0704a7;

	
}*/
.cardcontent h4{
	font-size: 18px;
}
.heading-btn{
	display:block; padding:3px 10px; 
	background-color:#a88d07; 
	color: white !important; 
	border-radius: 2px;
	transition: all 0.4s;
	border: none;
	text-decoration: none;
	font-size: 14px;
}
.heading-btn:hover{
	background-color:darkblue; 
}
.close-btn{
	display:block; padding:3px 10px; 
	background-color:black; 
	color: white !important; 
	border-radius: 2px;
	transition: all 0.4s;
	border: none;
	text-decoration: none;
}
.close-btn:hover{
	background-color:darkblue; 
}
.form-control{
	border: 1px solid gray;
	border-radius: 2px;
	height: 35px;
}
label{
	font-size: 14px;
	color: darkmagenta;
	font-weight: 600;
}
.modal-header{
	padding: 5px 10px;
	background-color: darkcyan;
	color: white;
	box-shadow: 0px 0px 10px orange;

}
.modal-footer{
	padding: 2px 10px;
}


@media screen and (max-width: 600px) {
  /*.sidebar{
  	width: 150px;
  	display: none;
  	/*position: absolute;
  	top:0px;
  	z-index: 1000;*/

  }*/
  .sidebar{
  	width: 200px !important;
  }
  .sidebar ul li a{
  	font-size: 12px !important;
  	
  }
  .logo h3{
  	font-size: 14px;
  }
 
}