#mobile-student-card-section{
	display: none;
}
#mobile{
	display: none;
}

.student-summery-card img{
	width: 60px;
}
.s-card-body .age {
    color: #76838f;
    padding-left: 60px;
    font-size: 14px;
    margin-top: -20px;
}
.s-card-body .picture {
    color: #76838f;
    padding-left: 60px;
    font-size: 14px;
    margin-top: -20px;
}
.nxt-btn i {
    /* color: #bfbfbf; */
    color: #1576c5;
    position: absolute;
    right: 13px;
    top: 30px;
    font-size: 16px;
}
#desktop-mobile {
	margin-top: -74px!important;
}
button.form_submit_btn {
    background-color: #0c426e!important;
    color: #000!important;
    font-size: 15px!important;
    padding: 5px 20px!important;
    border-radius: 20px!important;
    color: #fff!important;
    /* margin-right: -16px!important; */
}
@media only screen and (max-width: 576px){
	#mobile{
		display: block;
		padding-bottom: 50px;
	}
	/*.mobile-menu{
		display: none;
	}*/
	.desktop{
		display: none;
	}
	#mobile-student-card-section{
		display: block;
		overflow: hidden;
	}
	.page-title{
		font-size: 18px;
		text-align: center;
	}
	.page-header p{

		margin-bottom: 0px;
	}
	.page-header-bordered{
		padding:7px;
	}
	.page-header-actions{
	    position: relative;
	    bottom: 0;
	    right: 0;
	    float: right;
	    top: 4px;
	}
	.student-summery-card{
		box-sizing: border-box;
		position: relative;
		box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
		border-radius: 7px;
		padding: 10px 15px;
		background: #fff;
		margin-bottom: 10px;
		width: 100%;
		/* margin: 0 10px; */
/*		height: 80px;*/
	}
	.s-card-body{
		padding-left:17px;
	}
	.s-card-body .age{
		color: #76838f;
		padding-left: 43px;
		font-size: 14px;
		margin-top: -25px;
		margin-left: 10px;
	}
	.s-card-body .picture{
		color: #76838f;
		padding-left: 43px;
		font-size: 14px;
		margin-top: -25px;
		margin-left: 10px;
	}
	.s-card-header span img{
		height: 60px;
/*		border-radius: 50%;*/
		/* background: #FFC107; */
		position: relative;
    	top: 3px;
	}
	.s-card-header span{
		padding-right: 10px;
	}
	.s-card-header h5{
		font-size: 18px;
		color: #1576c5;
		position: relative;
    		top: -5px;
text-decoration:none!imortant;
	}
	.main-title {
		padding-bottom: 10px;
	}
	.main-title h3{
		font-size: 23px;
		font-weight: 500;
		color: #020204;
	}
	.nxt-btn i{
/*		color: #bfbfbf;*/
		color: #1576c5;
	    position: absolute;
	    right: 13px;
	    top: 30px;
	    font-size: 16px;
	}
/*student detais card design css start	*/
	.s-card-details-column{
		margin:0px;
		padding-left:5px;
		padding-right: 5px;
	}
	.s-image img{
		height: 70px;
		width: 70px;
    	background: #FFC107;
    	border-radius: 50%;
	}
	.s-details-body .age{
		color: #76838f;
		margin-top: -7px;
	}
	.s-details-body {
		border-bottom: 1px dotted #76838f;
		padding: 20px 0px;
	}
	.adult-d-name p{
		text-align: left;
		color: #76838f;
		margin-bottom: 5px;
		font-weight: 500;
	}
	.adult-d-name p span{
		display: flex;
		position: revert;
		float: right;
	}
	.adult-details p{
		text-align: left;
		color: #76838f;
		margin-bottom: 3px;
		word-break: break-all;
	}
	.back-page p span i{
		background: #0c426e;
		color: #fff;
		padding: 8px;
		border-radius: 50%;
		height: 30px;
    	width: 30px;
	}
	.back-page p{
		color: #000;
	}
	.dropdown button span i{
		background: #fff;
		color: #0c426e;
		padding: 4px 5px;
		border-radius: 50%;
/*		height: 30px;*/
/*    	width: 30px;*/
	}
	button:focus {
	    outline: none!important;
	}
	.back-btn i, .text-grey{
		color: #fff!important;
		font-size: 22px!important;
	}
}
/*login page css start*/
@media only screen and (max-width: 576px){
	/*.page-login-v2 .page-login-main {
		background: url(../../images/login-bg-shape-m-2.jpg)!important;
		background-repeat: no-repeat;
    	background-size: cover!important;
	}*/
	.for-mobile-div{
		position: absolute!important;
	    top: 50%!important;
	    left: 50%!important;
	    transform: translate(-50%, -50%)!important;
/*	    margin:0!important;*/
	    padding: 30px;
		width: 100%;
	}
	.btn-primary.focus, .btn-primary.hover, .btn-primary:focus, .btn-primary {
	    color: #fff;
	    background-color: #0c426e!important;
	    border-color: #0c426e!important;
/*	    padding: 10px 0px;*/
	}
	.page-login-main h3{
		font-weight: 600!important;
	}
	.page-login-main h4{
		font-size: 15px!important;
		font-weight: 300;
	}
	.float-right{
		color: #6c757d!important;
	}
	.form-control {
	    box-sizing: border-box;
	    height: 3.573rem!important;
	}
	.page-login-v2:before{
		background-image: none!important;
	}

}
/*al page css star*/
@media only screen and (max-width: 576px){
	::-webkit-input-placeholder { /* Edge */
	  margin-bottom: -20px!important;
	}
	.m-checkbox{
		display: flex;
	}
	.panel .form-control{
		height: 30px!important;
	}
	.form-material.form-group .form-control-label{
		padding-top: 10px!important;
	}
	.clearfix{
		margin: 0px!important;
	}
}
/*daily attendance css start*/
@media only screen and (max-width: 576px){
	.bg-info {
		background: none!important;
	}
	.panel-body .form-control-label{
		color: grey!important;
		padding-top:12px!important;
	}
	.panel-body .form-control{
		height: 40px!important;
	}
	.second-title{
		margin-left: 99px;
	}
	div.dataTables_wrapper div.dataTables_length{
		display: none!important;
	}
	#DataTables_Table_0_filter .form-control{
		height: 30px!important;
	}
	div.dataTables_wrapper div.dataTables_info{
		text-align: right!important;
		padding-bottom: 10px!important;
		/* display: none!important; */
	}
	.page-link {
	    padding: 10px!important;
	    margin-left: 23px!important;
	    line-height: 0.571429;
	}
	div.dataTables_wrapper div.dataTables_filter{
		text-align: right!important;
	}
	.page-item.active .page-link {
	    z-index: 0!important;
	}
	.page-content {
	     /*padding: 30px 30px!important;*/
/*		 padding-bottom: 70px;*/
	 }
	 /* div.dataTables_wrapper div.dataTables_paginate ul.pagination{
	 	display: none!important;
	 } */

}
.show-instruction{
	display: none;
}
.mobile-page-header{display: none;}
/*css for daily-Attendance page css start*/
@media only screen and (max-width: 576px){
	#desktop-mobile{
		margin-top: -105px!important;
	}
	.select-center {
		padding-top: 30px;
	}
	.mobile-page-header{
		background: #0c426e;
		display: block;
		top: 0;
	}
	.back-btn {
		font-size: 22px!important;
		font-weight: 400!important;
		color: #000;
	}
	.right-btn button{
		background: none;
	    border: none;
	    position: absolute;
	    float: right;
/*	    right: 5px;*/
	    bottom: -12px;
	    font-size: 15px;
	    color: #fff;
	    margin-left: -50px;
			font-weight: 500;
	}
	.mobile-main-title p{
		margin-bottom: -1px;
    	color: #000000;
    	font-size: 16px;
    	padding-left: 5px;
	}
	.daily-attendance-form{
		padding: 10px;
		box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
		margin: 30px 0px;
		border-radius: 7px!important;
		background: #fff;
	}
	.daily-attendance-form .form-control{
		color: #000;
		height: 35px!important;
		margin-bottom: 10px;
		border: 1px solid #8080804a;
		border-radius: 7px!important;
	}
	.daily-attendance-form .form-control::placeholder {
	  color: #000!important;
	}
	.date-show{
/*		background: #0c426e52;*/
	background: #0283c73b;
    border-radius: 5px;
	}
	.date-show p{
		color: #545454;
		padding: 3px 0px;
		font-weight: 500;
	}
	.date-show p span i{
		color: #000;
		padding: 3px 7px;
	}
	.attendanceimage-box{
		margin-bottom: 20px;
	}
/*list al css */
	.show-more-btn button{
		background: none;
		border: none;

	}
/*list-li	*/
/*nitish 28-04-2023*/
@media only screen and (max-width: 576px){
	.nitish{
		display: none;
	}
	button.form_submit_btn{
		background-color: #0c426e!important;
	    color: #000!important;
	    font-size: 15px!important;
	    padding: 5px 20px!important;
	    border-radius: 20px!important;
	    color: #fff!important;
/*	    margin-right: -16px!important;*/
	}
/*01-05-2023*/
	.graph{
		background: url('../../images/graphs.jpg')!important;
		background-size: contain!important;
	}
	.books{
		background: url('../../images/option8.png')!important;
		background-size: contain!important;
	}
}
}

/*5-06-2023*/
/*siksha and Diksha dashboard TYPE page css start*/
.card-img-top{
	height: 100px;
	width: auto;
}
.type-box{
	background: #fff;
	padding: 30px 20px;
	border-radius: 15px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.desktop-title{
	display: none;
}
@media only screen and (max-width:576px){
	.brand-img{
		display: none;
	}
	.layout-full .page{
		background: #fff;
	}
	.page-dark.layout-full .brand-text{
		display: none;
	}
	.type-box{
		padding: 5px;
		margin-bottom: 20px;
	}

	.mobile-gap{
		margin: 0;
		padding: 0;
	}
	.type-desc p{
		font-size: 12px;
		padding-right: 16px;
	}
	.type-desc h3{
		font-size: 15px;
		margin-bottom: 0px;
		margin-top: 5px;
	}
	.mobile-btn{
		font-size: 11px;
		padding: 4px 7px;
		margin-bottom: 5px;
	}
	.page-dark.layout-full .brand {
		margin-top: 70px;
	}
/*registeration type page css start	*/
.page-register-v2 .page-register-main{
		padding: 15px;
	}
	.mobile-title{
		font-size: 18px!important;
		display: none;
	}
	.type-form{
		box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
		border-radius: 7px;
	}
	.type-form form{
		font-size: 14px;
		margin: 10px 0px;
		padding: 12px;
	}
	.nn{
		font-size: 14px;
	}
	.page-register-v2 form > button {
	     margin-top: 0px;
	}
	.n-title{
		font-size: 12px;
		font-weight: 400;
		padding-top: 10px;
	}
	.n-title a{
		color: #0c426e;
		font-size: 14px;
	}
	.page-register-v2 footer{
		display: none;
	}
	.page-title h5{
		font-size: 20px;
		text-align: left;
    	padding: 20px 0px;
	}
	.form-group span{
		font-size: 12px;
	}
/*	Register page css start*/
	.desktop-title{
		display: block;
		font-size: 20px;
		padding: 20px 0px;
	}
	.type-form .form-control {
	    box-sizing: border-box;
	    height: 2.573rem!important;
	}
	.show-instruction a{
		color: #777;
	}
	.Instructions-note p{
		color: #000;
		text-align: justify;
	}
	.show-instruction{
		display: block;
	}

}
.feedback-main{
	padding: 20px 15px;
}
.feedback-main button {
    border: none;
    padding: 5px 10px;
    background: #0c426e;
    border-radius: 5px;
    color: #fff;
}
/*nitish css start 11-07-2023*/
#start_btn{
	background: #0c426e;
    color: #fff;
}
/*----------------------------------adult literarcy dashboard------------------------------------------*/
@media only screen and (max-width: 576px){
	.counter {
		width: 145px;
	}
/*	--------------College-student_cordinator page css start----------------*/
	.panel{
			margin-top: 0px;
			padding: 10px;
		}
		.button{
			padding-top: 20px;
		}
		#start_btn{
			position: relative;
			top:39px;
			background: #0c426e;
    		color: #fff;
		}
		.subitBtn{
			background: ;
		}
		#collegeForm .form-control-label{
			margin-bottom: 0px;
		}
		#collegeForm .form-control{
			height: 30px!important;
			color: #000;
		}
		.panel-body{
			padding: 0px;
		}
/*----------------college-Add center page css start----------------------*/
	.nitish-btn {
	    background: #0c426e;
	    color: #fff;
	    padding: 2px 7px;
/*	    border-radius: 20px;*/
	    font-size: 12px;
	}
	.np{
		padding-top: 30px!important;
	}
	.page-subtitle{
		font-size: 17px;
		text-align: center;
    	margin: 0px!important;
	}
	.btn-info-1{
		background: #0c426e;
		color: #fff;
		padding: 5px 10px;
		font-size: 14px;
	}
	.s-details-body{
		width: 100%;
	}
}
/*for desktop*/
.page-subtitle{
	font-size: 20px;
	margin-top: 0px;
}
.nitish-btn{
    background: #0c426e;
    color: #fff;
    padding: 5px 8px;
    font-size: inherit;

}
.btn-info-1{
	background: #0c426e;
	color: #fff;
	padding: 7px 15px;
}
#mySidenav{
	z-index: 9999;
	overflow-x: hidden;
	background: #0c426e;
}
.site-menu{
	list-style: none;
	margin-left: -30px;

}
.site-menu-item{
	border-bottom: 1px solid #594a4a87!important;
}
.css-menubar .site-menu>.site-menu-item>a .site-menu-title {
	color: #fff;

}
.site-menu-icon{
    color: #fff!important;
    font-size: 16px!important;
}
#main{
	margin-left: 0px!important;
	background: #fff;
}
#toggleMenubar .nav-link{
	display: none;
}
@media only screen and (min-width: 768px){
	.css-menubar .site-menu>.site-menu-item>a .site-menu-title {
	     visibility: visible!important;
	     opacity: 1!important;
	     font-size: 14px;
	}

}
/* Nitish 30/08/2024 */
@media only screen and (max-widht: 600px){
	
}
.s-details-body{
	padding: 10px;
}
.age{
	color: #000;
}
