@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins-Black.woff2") format("woff2"),
		url("../fonts/Poppins-Black.woff") format("woff");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins-BlackItalic.woff2") format("woff2"),
		url("../fonts/Poppins-BlackItalic.woff") format("woff");
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins-Bold.woff2") format("woff2"),
		url("../fonts/Poppins-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins-BoldItalic.woff2") format("woff2"),
		url("../fonts/Poppins-BoldItalic.woff") format("woff");
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins-ExtraBoldItalic.woff2") format("woff2"),
		url("../fonts/Poppins-ExtraBoldItalic.woff") format("woff");
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins-ExtraLight.woff2") format("woff2"),
		url("../fonts/Poppins-ExtraLight.woff") format("woff");
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins-ExtraBold.woff2") format("woff2"),
		url("../fonts/Poppins-ExtraBold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins-Italic.woff2") format("woff2"),
		url("../fonts/Poppins-Italic.woff") format("woff");
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins-LightItalic.woff2") format("woff2"),
		url("../fonts/Poppins-LightItalic.woff") format("woff");
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins-Light.woff2") format("woff2"),
		url("../fonts/Poppins-Light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins-ExtraLightItalic.woff2") format("woff2"),
		url("../fonts/Poppins-ExtraLightItalic.woff") format("woff");
	font-weight: 200;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins-SemiBold.woff2") format("woff2"),
		url("../fonts/Poppins-SemiBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins-Regular.woff2") format("woff2"),
		url("../fonts/Poppins-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins-Medium.woff2") format("woff2"),
		url("../fonts/Poppins-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Poppins";
	src: url("Poppins-MediumItalic.woff2") format("woff2"),
		url("../fonts/Poppins-MediumItalic.woff") format("woff");
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins-Thin.woff2") format("woff2"),
		url("../fonts/Poppins-Thin.woff") format("woff");
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins-ThinItalic.woff2") format("woff2"),
		url("../fonts/Poppins-ThinItalic.woff") format("woff");
	font-weight: 100;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins-SemiBoldItalic.woff2") format("woff2"),
		url("../fonts/Poppins-SemiBoldItalic.woff") format("woff");
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}
*,
html,
body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Poppins";
	font-weight: normal;
	font-style: normal;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul {
	margin: 0;
}
button:focus,
textarea:focus,
input:focus,
select:focus {
	outline: 0;
}
/******************HEADER*********************/
header {
	display: flex;
	padding: 30px 30px 15px 0;
	justify-content: flex-end;
	transition: 0.5s;
}
.search-bar-wrap {
	width: 50%;
	padding: 0;
	position: relative;
}
.user-login-section {
	width: 20%;
	display: flex;
	justify-content: right;
	align-items: center;
	margin-left: 0%;
}
.search-bar-wrap input[type="text"],
.search-bar-wrap input[type="password"],
.search-bar-wrap input[type="date"],
.search-bar-wrap input[type="number"] {
	border: 1px solid #868383;
	border-radius: 7px;
	width: 99%;
	padding: 10px;
	height: 32px;
}
.search-bar-wrap:after {
	top: 4px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.notification-icon-wrap {
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 6px;
	padding: 5px 10px;
	height: 32px;
	position: relative;
	cursor: pointer;
	transition: 0.5s;
}
.notifications-wrap {
	position: absolute;
	right: -14px;
	display: none;
	top: 28px;
}
.notifications {
	position: absolute;
	width: 315px;
	color: white;
	background: #032da1;
	padding: 15px;
	border-radius: 12px;
	transition: 3s;
	z-index: 3;
	right: 0;
	top: 20px;
}
.notifications ul li {
	list-style-type: none;
	margin-bottom: 10px;
	padding: 5px;
	transition: 0.5s;
	border-bottom: 1px solid #ffffff61;
	display: flex;
	align-items: center;
	color: #ffffffe0;
}
.notifications ul li:hover {
	border-bottom: 1px solid #fff;
	transition: 0.5s;
	color: white;
}
.notifications ul li h5 {
	font-size: 14px;
}
.notifications ul li p {
	font-size: 13px;
	width: 85%;
	margin-right: 9%;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.notification-icon-wrap:hover .notifications-wrap {
	display: block;
	transition: 0.5s;
}
.notification-icon-wrap:after {
	position: absolute;
	content: "";
	background: red;
	height: 5px;
	width: 5px;
	border-radius: 50%;
	right: 5px;
	top: 5px;
}
.notifications h4 {
	font-size: 15px;
	padding: 0px 0 7px;
}
.fa-trash-alt {
	width: 10px;
}
.notifications:after {
	position: absolute;
	content: "";
	top: -15px;
	right: 20px;
	border-bottom: 15px solid #032da1;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
}
.user-wrap {
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 6px;
	margin-left: 10px;
	height: 32px;
	cursor: pointer;
	width: 180px;
}
.user-login-head {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 10px;
}
.user-wrap img {
	background: #032da1;
	width: 17px;
	border-radius: 50%;
	padding: 0;
	margin-right: 10px;
}

.user-wrap h5 {
	font-size: 15px;
	display: flex;
	align-items: center;
}

.user-wrap h5 span {
	font-weight: 500;
	margin-right: 12px;
	text-overflow: ellipsis;
	width: 100px;
	white-space: nowrap;
	display: inline-block;
	overflow: hidden;
}

.profileImage {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #032da1;
	font-size: 12px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 7px;
}

.user-login-head .fa-caret-up {
	display: none;
}
.login-wrap-open {
	background: #f6f7f9;
	padding: 5px 10px;
	border-radius: 6px;
	display: none;
	transition: 0.5s;
	z-index: 1;
	position: relative;
}
.login-wrap-open ul li {
	list-style-type: none;
	font-size: 14px;
	transition: 0.5s;
	padding: 2px 10px;
	margin: 5px 0;
	border-radius: 5px;
}
.login-wrap-open ul li span {
	margin-right: 8px;
	font-size: 15px;
}
.login-wrap-open ul li:hover {
	transition: 0.5s;
	background: #032da1;
	color: #fff;
}
.login-wrap-open ul li:nth-child(2):hover {
	background: red;
}
.user-wrap-expand {
	box-shadow: none;
	background: #f6f7f9;
}
.user-wrap:hover {
	box-shadow: none;
	background: #f6f7f9;
	transition: 0.5s;
}
.user-wrap:hover .fa-caret-down {
	display: none;
	transition: 0.5s;
}
.user-wrap:hover .fa-caret-up {
	display: inline-block;
	transition: 0.5s;
}
.user-wrap:hover .login-wrap-open {
	display: block;
	transition: 0.5s;
}
/**********************ASIDE***************************/
.sideMenu {
	height: 100%;
	width: 220px;
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0px;
	background-color: #032da1;
	color: #fff;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	overflow-x: hidden;
	white-space: nowrap;
	border-radius: 0px 15px 15px 0px;
	padding-left: 10px;
}
ul.side-list {
	width: 100%;
	height: 80%;
	box-sizing: content-box;
	list-style-type: none;
	overflow-y: scroll;
}
.sideMenu::-webkit-scrollbar {
	width: 0 !important;
}
.mobileMenu {
	display: none;
}
.logo-wrap {
	padding: 20px 24px;
	display: flex;
	align-items: center;
}
.logo-name h3 {
	line-height: 23px;
}
.logo-name p {
	font-size: 12px;
}
.logo-name {
	margin-left: 11px;
}
.logo-wrap img {
	width: 130px;
}
.sideMenu ul li.list {
	font-weight: 700;
	font-size: 13px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	margin: 5px 0;
	cursor: pointer;
	border-radius: 10px 0px 0px 10px;
	list-style-type: none;
}
.sideMenu ul li.list a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 10px 15px;
	font-size: 13px;
}
.sideMenu ul li img {
	margin-right: 5px;
	width: 20px;
}
.sideMenu ul li.active {
	background: #fafafa;
	color: #032da1;
	border-radius: 10px 0px 0px 10px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
}
.sideMenu ul li.active a {
	color: #032da1;
}
.sideMenu ul li .icon-active {
	filter: brightness(0) invert(1);
}
.sideMenu ul li.active .icon-inactive {
	display: none;
}
.sideMenu ul li.active .icon-active {
	display: inline-block;
	filter: brightness(1) invert(0);
	-webkit-filter: brightness(1) invert(0);
	-moz-filter: brightness(1) invert(0);
	-o-filter: brightness(1) invert(0);
}
.sideMenu ul li.list:hover {
	background: #fafafa;
	color: #032da1 !important;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
}
.sideMenu ul li.list:hover a {
	color: #032da1 !important;
}
.sideMenu ul li.list:hover .icon-active {
	display: inline-block;
	filter: brightness(1) invert(0);
	-webkit-filter: brightness(1) invert(0);
	-moz-filter: brightness(1) invert(0);
	-o-filter: brightness(1) invert(0);
}
.sideMenu ul li.list:hover .icon-inactive {
	display: none;
}
/************************MAIN***************************/
main {
	padding: 0 0 40px;
	margin-bottom: 80px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	transition: 0.5s;
}
.main-wrap {
	width: 100%;
	display: flex;
}
.main-left {
	width: 50%;
}
.main-right {
	width: 50%;
}

/****************dashboard**************/
.dashboard-tabs-wrap {
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.dashboard-tabs {
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
	border-radius: 16px;
	padding: 15px 20px;
	flex-basis: 22.333333%;
	display: flex;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 12px;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.dashboard-tabs-1 {
	background: #448de0;
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border: 1px solid #448de0;
}
.dashboard-tabs-2 {
	background: #448de0;
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border: 1px solid #448de0;
}
.dashboard-tabs-3 {
	background: #448de0;
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border: 1px solid #448de0;
}
.dashboard-tabs-4 {
	background: #448de0;
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border: 1px solid #448de0;
}
.dashboard-tabs-5 {
	background: #448de0;
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border: 1px solid #448de0;
}
.dashboard-tabs-6 {
	background: #448de0;
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border: 1px solid #448de0;
}
.dashboard-tabs-7 {
	background: #448de0;
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border: 1px solid #448de0;
}
.dashboard-tabs-8 {
	background: #448de0;
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border: 1px solid #448de0;
}
.tab-number {
	font-size: 34px;
	margin-bottom: 10px;
}
.tab-sub-sec {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 10px;
}
.tab-sub-sec img {
	width: 18px;
	margin-right: 7px;
}
.tab-sub-sec p {
	font-size: 16px;
}
.dashboard-tab-link {
	font-size: 14px;
	text-decoration: underline;
	color: #fff;
}
.search-btn {
	padding: 10px 15px;
	height: 32px;
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #032da1;
	border: 0;
	color: #fff;
	border-radius: 0 8px 8px 0;
}
.subject-wrap {
	background: #e6e6e6;
	border-radius: 15px;
	padding: 20px;
	width: 95%;
	margin-bottom: 40px;
}
.create-sub-,
.lec-lbl {
	display: block;
	font-weight: 500;
	text-align: left;
}
.sub-form-row input[type="text"],
.sub-form-row textarea,
.sub-form-row select,
.sub-form-row input[type="password"],
.sub-form-row input[type="date"],
.sub-form-row input[type="number"] {
	width: 100%;
	border-radius: 4px;
	border: 0;
	padding: 2px 7px;
	font-size: 14px;
}
.sub-form-row textarea {
	min-height: 250px;
}
.sub-form-row {
	margin-bottom: 20px;
	position: relative;
}
.sub-form-row {
	text-align: center;
}
.create-sub-label {
	display: block;
	text-align: left;
	font-weight: 600;
	font-size: 16px;
}
.common-btn {
	border: 0;
	background: #032da1;
	color: #fff;
	border-radius: 5px;
	padding: 8px 45px;
	font-size: 14px;
	cursor: pointer;
}
.common-btn a {
	color: #fff;
}
.common-btn .fa-search {
	font-size: 14px;
	margin-right: 8px;
}
.subject-search {
	display: flex;
	margin-bottom: 20px;
	align-items: center;
}
.subject-search label {
	margin-right: 20px;
	margin-bottom: 0;
}
.subject-search select,
.subject-search input[type="text"] {
	border-radius: 3px;
	margin-right: 15px;
	border: 1px solid #afaeae;
	padding: 3px;
	font-size: 14px;
}
.sub-list-table thead {
	background: #032da1;
	color: #fff;
}
.sub-list-table th,
.sub-list-table td {
	padding: 10px;
	font-size: 14px;
}
.sub-list-table td {
	padding: 15px 10px;
}
.sub-list-table {
	width: 100%;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 5px;
}
.sub-list-table table {
	width: 100%;
	border-radius: 5px !important;
	display: table;
}
.sub-list-table th:first-child {
	border-radius: 10px 0px 0px 0px;
}
.sub-list-table th:last-child {
	border-radius: 0px 10px 0px 0px;
	text-align: center;
}
.sub-list-table td:first-child {
	text-align: center;
}
.sub-list-table th:nth-child(1) select {
	background: #032da1;
	border: 0;
	color: #fff;
}
.ellipsis {
	text-overflow: ellipsis;
	width: 172px;
	overflow: hidden;
	white-space: nowrap;
}
.action-btn-wrap {
	padding: 0 20px;
	display: flex;
	width: 100%;
	margin: 0;
	text-align: center;
}
.action-btn-wrap .fa-eye {
}
.action-btn-wrap .fa-pencil-alt {
	color: #032da1;
}
.action-btn-wrap .fa-trash-alt {
	color: #ff3636;
}
.action-btn-wrap .fa-pencil-alt,
.action-btn-wrap .fa-eye,
.action-btn-wrap .fa-trash-alt {
	cursor: pointer;
}
.subject-breadcrumb {
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}
.subject-breadcrumb p {
	font-size: 14px;
}
.breadcrumb {
	background: none;
	padding: 8px 0;
	margin: 0;
}
.breadcrumb li {
	position: relative;
}
.breadcrumb li:first-child:after {
	content: "<";
	width: 10px;
	height: 10px;
	position: absolute;
	left: -18px;
	color: #000;
	top: -5px;
	font-size: 24px;
}
.breadcrumb li:first-child:after {
}
.breadcrumb li a {
	font-size: 14px;
	padding: 0 6px;
	color: #000;
}
.breadcrumb li:last-child:after {
	content: ">";
	width: 10px;
	height: 10px;
	position: absolute;
	right: -14px;
	color: #000;
	top: -5px;
	font-size: 24px;
}
.breadcrumb .active a {
	background: #032da1;
	color: #fff;
	border-radius: 50%;
	padding: 0 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.breadcrumb li a {
	padding: 0 8px;
}
.sub-list-table tr {
	position: relative;
}
.sub-list-table tr:after {
	width: 94%;
	background: #d2cece;
	height: 1px;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.sub-list-table thead tr:after {
	display: none;
}
.sub-list-table thead tr:after {
	display: none;
}
/**************edi subject*************/
.edit-subject {
	background: #fff;
	padding: 20px 0;
}
.edit-subject .sub-form-row input[type="text"],
.edit-subject .sub-form-row textarea,
.edit-subject .sub-form-row select,
.edit-subject .sub-form-row input[type="password"],
.edit-subject .sub-form-row input[type="date"],
.edit-subject .sub-form-row input[type="number"] {
	border: 1px solid #afaeae;
	font-size: 14px;
}
.common-black {
	background: #0c0c0c;
}
/**************syllabus list*************/
.syllabus-list-wrap .sub-list-table {
	width: 100%;
}
.syllabus-wrap-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.add-syllabus {
	display: flex;
	align-items: center;
	justify-content: center;
}
.syllabus-wrap-head .subject-search {
	margin: 0;
}
.add-syllabus label {
	margin: 0 15px 0 0;
}
.sub-list-table td:nth-child(5) {
	text-align: center;
}
.sub-list-table th:nth-child(5) {
	text-align: center;
}
.td-width1 {
	width: 134px;
}
.syllabus-list-wrap .action-btn-wrap {
	padding: 0 5px;
}
.syllabus-list-wrap .sub-list-table th,
.syllabus-list-wrap .sub-list-table td {
	font-size: 13px;
}
.syllabus-list-wrap .sub-list-table th a,
.syllabus-list-wrap .sub-list-table td a {
	color: #365ce7;
	text-decoration: underline;
}
.td-width2 {
	width: 215px;
}
.syllabus-list-wrap .sub-list-table tr:last-child:after {
	display: none;
}
.syllabus-list-wrap .subject-breadcrumb {
	width: 98%;
}
.add-subject {
	width: 50%;
}
.add-subject .sub-form-row select {
	font-size: 14px;
}
.add-subject .sub-form-row {
	text-align: left;
}
.add-subject .sub-form-row textarea {
	min-height: 100px;
	font-size: 13px;
}
/*****password*****/
.passwrd-icon {
	position: absolute;
	top: 4px;
	right: 8px;
	cursor: pointer;
}
.icon-y:after {
	position: absolute;
	content: "";
	background: #212529;
	height: 1px;
	width: 25px;
	transform: rotate(36deg);
	top: 10px;
	left: -3px;
}

.passwrd-con {
	position: absolute;
	top: 4px;
	right: 8px;
	cursor: pointer;
}
.icon-y:after {
	position: absolute;
	content: "";
	background: #212529;
	height: 1px;
	width: 25px;
	transform: rotate(36deg);
	top: 10px;
	left: -3px;
}
.icon-con-y:after {
	position: absolute;
	content: "";
	background: #212529;
	height: 1px;
	width: 25px;
	transform: rotate(36deg);
	top: 10px;
	left: -3px;
}
.paswd_reset .passwrd-icon,
.paswd_reset .passwrd-con {
	top: 36px;
}
/**********************************/
.student-wrap {
	width: 90%;
}
/********************AM/PM SWITCH*************************/
.ampm-switch {
	z-index: 1;
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	border-radius: 3px;
	overflow: hidden;
	width: 40px;
	height: 35px;
	margin: 0;
	cursor: pointer;
	background-color: #032da1;
}
.ampm-switch:before,
.ampm-switch:after {
	box-sizing: border-box;
	display: block;
	width: 40px;
	height: 15px;
	font-size: 9px;
	text-align: center;
	line-height: 20px;
	color: white;
}
.ampm-switch:before {
	content: "AM";
}
.ampm-switch:after {
	content: "PM";
}
.ampm-switch input {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	margin: 0;
	padding: 0;
	border: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.1);
	filter: alpha(opacity=0.1);
	opacity: 0.001;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.ampm-switch .toggle-button {
	z-index: 2;
	display: inline-block;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
	width: 40px;
	height: 15px;
	background: transparent;
	box-sizing: border-box;
	background-clip: padding-box;
	white-space: nowrap;
	border: 1px solid #dee1e8;
	color: #454545;
	background-color: #dee1e8;
	-webkit-transition: top 0.05s ease-in-out;
	-moz-transition: top 0.05s ease-in-out;
	-o-transition: top 0.05s ease-in-out;
	-ms-transition: top 0.05s ease-in-out;
	transition: top 0.05s ease-in-out;
	background: #fbfcfd;
}
.ampm-switch input:checked + .toggle-button {
	top: 20px;
}
.ampm-switch .toggle-button:before {
	box-sizing: border-box;
	display: block;
	width: 40px;
	height: 15px;
	font-size: 9px;
	/* font-weight: bold; */
	text-align: center;
	line-height: 12px;
	color: #191919;
}
.ampm-switch .toggle-button:before {
	content: "AM";
}
.ampm-switch input:checked + .toggle-button:before {
	content: "PM";
}
.lec-lbl {
	display: block;
}
.lecture-time {
	display: flex;
}
.sub-form-row .lecture-start input[type="number"] {
	width: 50px;
}
.lecture-start {
	margin-right: 30px;
	width: 45%;
}
.time-toggle {
	width: 47px;
	display: inline-block;
}
.set-weightage {
	background: #f9f9f9;
	padding: 10px;
	margin-top: 20px;
}
.set-weightage-lbl {
	margin: 10px 0;
}
.Weightage-div {
	display: flex;
	flex-wrap: wrap;
}
.Weightage-tab {
	flex-basis: 26.333333%;
	margin-right: 15px;
	margin-bottom: 15px;
}
.Weightage-tab label {
	display: block;
}
.Weightage-tab input[type="number"] {
	width: 80px;
	padding: 2px 2px;
}
.Weightage-tab label strong {
	font-size: 14px;
	font-weight: 600;
}
.course-fee-wrap {
	width: 90%;
}
.course-fee-list {
	width: 90%;
}
.course-fee-list .sub-list-table {
	width: 100%;
}
.course-fee-list .subject-breadcrumb {
	width: 100%;
}
.instalment .Weightage-tab input[type="number"] {
	width: 100%;
}
.instalment .Weightage-tab {
	flex-basis: 30.333333%;
}
.main-right-sm {
	width: 60%;
}
.main-left-sm {
	width: 38%;
}
/******APPLICATION*****/
.nav-pills > li > a {
	border-radius: 0;
}
.nav-pills > li > a {
	border-radius: 4px 4px 0 0;
}
.tab-toggle-content {
	display: none;
}
.application-toggle-btn .nav-pills li a {
	color: #000;
	padding: 5px 15px;
	font-weight: 500;
	width: 100%;
	text-align: center;
	display: block;
	text-decoration: none;
	border-radius: 0;
}
.application-toggle-btn .nav-pills li {
	width: 140px;
	font-size: 12px;
	margin: 0 20px;
}
.application-toggle-btn .nav-pills {
	width: 100%;
	border-bottom: 2px solid #a7a7a7;
}
.view-student-tab {
	margin: 30px 0 30px;
}
.application-toggle-btn .nav-pills .active {
	color: #032da1;
	border-bottom: 5px solid #032da1;
}
.application-toggle-btn .nav-pills .active a {
	color: #fff;
}
.action-btn-wrap .fa-check-circle {
	color: #4ac42c;
}
.action-btn-wrap .fa-times-circle {
	color: #ff3636;
}
.main-wrap-full {
	width: 100%;
	display: block;
}
.app-wrap {
	width: 80%;
}
.admin-search {
	display: block;
}
.admin-search .application-toggle-btn .nav-pills li {
	width: 25%;
}
.instalment-setup {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
.instalment-setup .application-toggle-btn {
	width: 78%;
}
.setup-btn {
	width: 21%;
	margin-left: 1%;
}
.yellow-btn {
	background: #fdc00f;
	padding: 4px 25px;
}
.sub-list-wrap {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.sub-list {
	width: 70%;
	margin-bottom: 30px;
}
.sub-list-wrap .admin-graph {
	width: 29%;
	box-shadow: 0px 3px 6px #00000029;
	padding: 10px;
	border-radius: 5px;
}
.sub-list-table-big .td-width2 {
	width: 115px;
}
.syllabus-list-wrap .sub-list-table-big th,
.syllabus-list-wrap .sub-list-table-big td {
	font-size: 12px;
	padding: 5px;
}
.graph-head {
	text-align: center;
	margin: 5px 0 10px;
	color: #032da1;
	font-weight: 600;
	font-size: 20px;
}
.graph-mid {
	margin: 40px 8px;
	line-height: 26px;
}
.graph-mid h2 {
	font-size: 20px;
	text-align: center;
	line-height: 30px;
}
.graph-mid h2 span {
	display: block;
}
.graph-footer h2 {
	margin: 20px 0;
	text-align: center;
	font-size: 18px;
}
.graph-footer h2 span {
	display: block;
	font-weight: 700;
	font-size: 19px;
	margin-top: 15px;
}
.sub-list-table-big .sub-list-table {
	width: 80%;
}
.sub-list-table-big .admin-graph {
	width: 18%;
}
/***************PIE CHART********************/
/* Pie Chart */
.progress-pie-chart {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	position: relative;
}
.progress-pie-chart.gt-50 {
	background-color: #ff3636;
}
.ppc-progress {
	content: "";
	position: absolute;
	border-radius: 50%;
	left: calc(50% - 99px);
	top: calc(50% - 60px);
	width: 100px;
	height: 120px;
	clip: rect(0, 200px, 200px, 100px);
}
.ppc-progress .ppc-progress-fill {
	content: "";
	position: absolute;
	border-radius: 50%;
	left: calc(50% - 21px);
	top: calc(50% - 50px);
	width: 150px;
	height: 124px;
	clip: rect(0, 100px, 200px, 0);
	background: #032da1;
	transform: rotate(60deg);
}
.gt-50 .ppc-progress {
	clip: rect(-2px, 100px, 200px, 0);
}
.gt-50 .ppc-progress .ppc-progress-fill {
	clip: rect(0, 200px, 200px, 100px);
	background: #032da1;
}
.ppc-percents {
	content: "";
	position: absolute;
	border-radius: 50%;
	left: calc(50% - 90.91304px / 2);
	top: calc(50% - 90.91304px / 2);
	width: 90.91304px;
	height: 90.91304px;
	background: #fff;
	text-align: center;
	display: table;
}
.ppc-percents span {
	display: none;
	font-size: 2.6em;
	font-weight: bold;
	color: #032da1;
}
.pcc-percents-wrapper {
	display: table-cell;
	vertical-align: middle;
}
.progress-pie-chart {
	margin: 0;
}
.statChartHolder {
	display: flex;
}
.chart-holder {
	width: 120px;
}
.chart-info-wrap {
	width: 50%;
	font-size: 12px;
	margin: 23px 8px;
}
.chart-info {
	display: flex;
	align-items: flex-start;
}
.info-color1 {
	width: 15px;
	height: 15px;
	background: #032da1;
	border-radius: 3px;
}
.chart-info p {
	margin-left: 0px;
	text-align: right;
	width: 100px;
}
.chart-info p span {
	margin-left: 5px;
}
.chart-details ul li {
	list-style: none;
	font-size: 13px;
	text-align: center;
}
.chart-det-info {
	width: 70%;
	text-align: right;
	margin-right: 15px;
}
.chart-det-value {
	width: 20%;
	display: inline-block;
	text-align: left;
}
/***************PIE CHART********************/
.td-width3 {
	width: 500px;
}
.spl-heading {
	margin-left: 34px;
}
.spl-heading .fa-bullhorn {
	position: absolute;
	left: 0;
	font-size: 12px;
	background: #032da1;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	padding: 6px;
}
.upload-btn {
	border: 2px solid #2579e8;
	color: #fff;
	background-color: #2579e8;
	padding: 3px 20px;
	border-radius: 4px;
	font-size: 13px;
}
.file-upload-wrap {
	position: relative;
}
.file-upload-wrap input[type="file"] {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	width: 128px;
	padding: 0px 21px;
}
#uploaded-file {
	font-size: 13px;
}
/***************LOGIN PAGE*****************/
.login-wrap {
	height: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.login-heading {
	color: #fff;
	font-size: 35px;
	padding-top: 35px;
	margin-left: 400px;
}
.login-heading h3 {
	font-size: 37px;
}
.login-heading h2 {
	font-size: 46px;
}
.login-box-cover {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 68vh;
	margin-top: 20px;
	position: relative;
}
.login-box {
	margin-right: 100px;
	border-radius: 7px;
	background: #fff;
	padding: 35px 35px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	width: 30%;
	box-shadow: 0px 3px 6px #00000029;
}
.login-box h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
}
.login-row {
	margin-bottom: 12px;
	position: relative;
}
.login-lbl {
	width: 100%;
	font-weight: 600;
	font-size: 16px;
}
.login-row input[type="Email"],
.login-row input[type="text"],
.login-row input[type="number"],
.login-row input[type="password"] {
	width: 100%;
	border-radius: 4px;
	border: 1px solid #b2b2b2;
	padding: 4px 5px;
	font-size: 14px;
}
.rem-paswd {
	display: inline-block;
	width: 45%;
}
.forget-password {
	display: block;
	width: 100%;
	float: right;
	text-decoration: underline;
	text-align: left;
	margin-bottom: 7px;
}
.forget-password a {
	font-weight: 600;
	color: #032da1;
}
.login-row:last-child {
	text-align: center;
}
.backto-login {
	text-align: center;
}
.backto-login a {
	font-weight: 600;
	color: #032da1;
	text-decoration: underline;
}
.login-row p {
	font-size: 13px;
}
.main-wrap-full .sub-list .subject-breadcrumb {
	width: 100%;
}
/*****************ADDITIONAL STYLES*****************/

.admin_sidenav ul li {
	text-align: center;
}

.admin_tempblock {
	margin-top: 30px;
	width: 95%;
}
.admin_sec {
	padding: 0 20px;
}
/*--------admin subject page css start-------*/
.subsec_sec {
	display: flex;
}
.subject_l {
	width: 35%;
}
.subject_r {
	width: 100%;
}
.subject_lhead {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 18px;
}
.subject_lformarea label {
	margin-bottom: 2px;
	font-size: 14.5px;
}
.subject_lformarea .form-control {
	font-size: 13px;
	resize: none;
}
.subject_lformarea .form-group {
	margin-bottom: 18px;
}
.subject_lformarea .form-control:focus {
	border-color: #ced4da;
	box-shadow: 0 0 black;
}
.divider {
	border-right: 1px solid #ddddde;
	margin: 0 27px;
}
.subject_addbtn {
	background: #032da1;
	border-radius: 3px;
	color: #fff;
	padding: 5px 10px;
	border: none;
	font-size: 16px;
	cursor: pointer;
	font-size: 14px;

}
.btn-success {
	border-radius: 7px;
	font-size: 13px;
	background: #032da1;
}
.subject_addbtn:focus {
	outline: none;
}
.dataTables_length label,
.dataTables_filter label,
.dataTables_wrapper .dataTables_info {
	font-size: 13.5px;
	
}
table.dataTable thead th {
	font-weight: 600;
	font-size: 13px;
}
table.dataTable tbody td {
	font-size: 13px;
	
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
	font-size: 13.5px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
	font-size: 13.5px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	color: white !important;
	border: 1px solid #032da1;
	background-color: #032da1;
	background: #032da1;
}
.dataTables_wrapper .dataTables_filter input {
	outline: none;
}
.sub_tabbtnsec {
	display: flex;
	
}
.sub_editbtn,
.sub_delbtn,
.sub_viewbtn {
	font-size: 15px;
	cursor: pointer;
	margin: 0 5px;
	width: 15px;
}
.sub_editbtn {
	color: #032da1;
	display: inline-block;
}
.sub_delbtn {
	color: #f44f5c;
	display: inline-block;
}
.sub_viewbtn {
	color: #032da1;
	display: inline-block;
}
.sub_descdetail {
	white-space: nowrap;
	width: 138px;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*--------admin subject page css end-------*/
/*--------admin course page css -------*/
.assign_subject label {
	display: block;
}
.assign_subject .bootstrap-select {
	width: 100% !important;
}
.assign_subject .bootstrap-select .btn-light {
	color: #212529;
	background-color: transparent;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
}
.assign_subject .bootstrap-select .btn-light:focus,
.assign_subject .bootstrap-select .dropdown-item:focus {
	outline: none !important;
}
.assign_subject .bootstrap-select .dropdown-item:active,
.assign_subject .bootstrap-select .dropdown-item.active {
	background-color: #5e3ec5 !important;
}
.assign_subject .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
	font-size: 13px;
	color: #767676;
}
.assign_subject .bootstrap-select .dropdown-menu {
	font-size: 14px;
}
/*--------admin course page css end-------*/
/*--------admin classroom page css-------*/
.class_seectcourse {
	padding: 0.375rem 0.75rem;
	font-size: 14px;
	line-height: 1.8;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	height: 108px;
	overflow-y: auto;
}
.class_seectcourse label {
	font-size: 13px;
}
/*--------admin classroom page css end-------*/
/*--------admin dashboad page css -------*/
.dashboard_card {
	text-align: center;
	border-radius: 14px;
	width: 23%;
	height: 130px;
	display: flex;
	position: relative;
	margin-right: 26px;
}
.dashboard_card a {
	text-decoration: none;
	margin: auto 0;
	width: 100%;
}
.dashboard_cardbg1 {
	background: #fcf4dd;
}
.dashboard_cardbg2 {
	background: #d1e9ca;
}
.dashboard_cardbg3 {
	background: #ffd2cc;
}
.dashboard_cardbg4 {
	background: #bcd9e7;
}
.dashboard_cardtxt,
.dashboard_cardno {
	font-weight: 600;
}
.dashboard_cardno {
	font-size: 35px;
	color: #212529f5;
}
.dashboard_cardtxt {
	font-size: 20px;
	position: absolute;
	bottom: 4px;
	left: 0;
	right: 0;
	color: #212529d9;
}
.admin_dashboard {
	width: 69%;
}
.dashboard_block {
	display: flex;
	margin-bottom: 26px;
}
/*--------admin dashboad page css end-------*/
.student_tab {
	background: #ffffff !important;
	padding: 15px;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 5px !important;
}
.student_secclass {
	width: 50%;
	margin-bottom: 70px;
}
.student_secclass label {
	font-weight: 500;
}
.student_secclass .form-control:focus {
	border: 1px solid #ced4da;
	box-shadow: 0 0 #000;
}
.student_listsec {
	width: 85%;
}
.studentsec,
.studentsec_rsec,
.student_dobsec {
	display: flex;
}
.studentsec_l {
	margin-right: 20px;
	width: 9%;
}
.studentsec_froml {
	margin-right: 20px;
}
.studentsec_rsec {
	width: 80%;
}
.studentsec_froml,
.studentsec_fromr {
	width: 50%;
}
.studentgendersec .radio-inline {
	margin-right: 13px;
	color: #292727;
	font-size: 14px;
}
.studentgendersec .radio-inline input {
	margin-right: 5px;
}
.student_dobsec .form-group {
	margin-right: 10px;
	text-align: center;
}
.student_dobsec .form-control {
	text-align: center;
}
.studentsec_rsec label {
	margin-bottom: 2px;
	font-size: 14.5px;
}
.studentsec_rsec .form-control {
	font-size: 13px;
}
.studentsec_rsec .form-control:focus {
	border-color: #ced4da;
	box-shadow: 0 0 black;
}
.studentgendersec {
	margin-bottom: 20px;
}
.admin_studentnav {
	margin: 0 auto 32px 11px;
	width: 85%;
}
.admin_weightagehead,
.nob_qushead {
	font-weight: 500;
}
.admin_weightagehead {
	font-size: 18px;
	margin-bottom: 8px;
}
.nob_qushead {
	font-size: 15px;
	margin-bottom: 11px;
}
.marksfieldsec {
	display: flex;
	margin-bottom: 14px;
}
.marksfieldsec .form-control {
	text-align: center;
	margin-right: 20px;
	width: 26%;
}
.marksfield {
	background-color: #f9f9f9;
	padding: 5px 0 5px 13px;
}
.totalnob {
	font-size: 16px;
	font-weight: 600;
}
.subject_lsec {
	margin-bottom: 30px;
}
.admin_sec .notification_block {
	width: 100%;
}
.admin_sec .notification_inner {
	width: auto;
	height: auto;
}
.lecture_timesec {
	display: flex;
}
.lecture_timesec div {
	margin-right: 15px;
}
.admin_applicationtab {
	width: 65%;
	margin: 42px auto;
}
.admin_applicationtab .admission_listhead {
	width: 50%;
}
.approvebtn {
	background: #032da1;
	margin-bottom: 5px;
}
.approvebtn,
.rejectedbtn {
	color: #fff;
	padding: 3px 4px;
	font-size: 13px;
	border-radius: 3px;
	width: 70%;
	text-align: center;
}
.approvebtn span,
.rejectedbtn span {
	margin-left: 4px;
}
.rejectedbtn {
	background: #ce082d;
}
.application_doc {
	color: #007bff;
	cursor: pointer;
}
#documentModal .modal-content {
	background: #fcf4dd;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 8px;
	padding: 0px 20px 10px;
}
#documentModal .modal-header h5 {
	color: #404040;
	font-size: 18px;
	font-weight: 600;
}
#documentModal .modal-header button {
	font-size: 14px;
	opacity: 1;
	padding-top: 25px;
	outline: none;
}
#documentModal .modal-header button span {
	margin-left: 3px;
	font-size: 16px;
	font-weight: 600;
	vertical-align: top;
}
#documentModal .modal-header {
	border-bottom: none;
	padding-bottom: 0;
}
.admin_application {
	width: 100%;
}
.feepaidhead,
.paid_partialhead {
	font-size: 19px;
	font-weight: 500;
	margin-bottom: 9px;
}
.feepaidamt {
	margin-left: 20px;
	font-size: 16px;
	font-weight: 400;
}
.feepaidamt span {
	font-weight: 500;
	margin-right: 12px;
}
.feepaid {
	margin-bottom: 40px;
}
.paid_partiallist {
	display: flex;
	margin-left: 20px;
	border: 1px solid #292727a3;
}
.partiallist_txt {
	width: 34%;
	border-right: 1px solid;
	font-size: 14px;
	text-align: center;
	padding: 5px 0;
}
.paid_partiallistheder .partiallist_txt {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
}
.partiallist_txt:last-child {
	border-right: none;
}
.fee_sec {
	margin-left: 15px;
}
.admission_listcontent5 {
	display: none;
}
.gradecard,
.gradeblock,
.gradecardheader {
	display: flex;
}
.gradecard,
.gradeblock {
	width: 80%;
	justify-content: space-between;
	margin-bottom: 20px;
}
.gradecard {
	padding: 10px;
	border: 1px solid #29272759;
	width: 40%;
	box-shadow: -2px 4px 11px 0px #d4cbcb9e;
}
.grade_subname {
	font-size: 16px;
	font-weight: 600;
}
.gradecardheader {
	justify-content: space-between;
}
.gradecarddetails {
	width: 100%;
}
.gradecard_txt {
	border-bottom: 1px solid #29272759;
	margin-bottom: 10px;
}
.gradesec {
	margin-left: 15px;
}
.fee_table {
	width: 100%;
	overflow-y: auto;
}
.fee_duedate {
	display: flex;
}
.fee_amtsec {
	width: 46%;
}
.fee_duesec {
	width: 50%;
}
.fee_amtsec input.form-control {
	width: 73% !important;
	padding: 0.375rem 0px;
}
.fee_duedate input.form-control {
	width: 100%;
}
.fee_duedate input.form-control {
	width: 100% !important;
	padding: 0.375rem 0px;
	margin-right: 0;
}
.fee_amtsec label,
.fee_duesec label {
	font-size: 13px;
}

.hidden {
	display: none;
}
.subadmin_tab {
	width: 100%;
}
.admin_sidenav ul {
	height: 457px;
	overflow: auto;
}
.admin_sidenav ul {
	height: 457px;
	overflow: auto;
}
.admin_sidenav ul::-webkit-scrollbar {
	width: 3px;
}
.admin_sidenav ul::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px #5e3ec5;
	border-radius: 10px;
}
.admin_sidenav ul::-webkit-scrollbar-thumb {
	background: #5e3ec5;
	border-radius: 10px;
}
.marksfielddetail input {
	width: 76% !important;
	text-align: left !important;
}
.totalnob {
	width: 49% !important;
	text-align: left !important;
}
.total_seudentsec {
	display: flex;
	justify-content: flex-end;
	border-bottom: 1px solid #707070;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.total_seudent {
	color: #3d3d3d;
	font-size: 15px;
	margin-left: 25px;
}
.fee_listactive {
	background: #e5dcff;
}
.filtersec,
.filtershow {
	display: flex;
}
.filtershow {
	margin-left: 20px;
	align-items: center;
}
.filterselect select {
	border: 1px solid #5e3ec5;
	border-radius: 3px;
	font-size: 15px;
	padding: 6px;
	width: 195px;
}
.filterselect select:focus {
	outline: none;
}
.filtershowhead,
.filter_radio label {
	letter-spacing: -0.32px;
	color: #292727;
	font-size: 15px;
}
.filter_radio {
	margin-left: 14px;
	align-items: center;
}
.filterselect {
	margin-bottom: 0;
}
.filtersec {
	margin-bottom: 20px;
}
.feepaysec {
	display: flex;
}
.fee_table {
	width: 100%;
}
.chartsec {
	width: 30%;
}
.approvbtn {
	background: #00df76;
	color: #fff5f5;
	border-radius: 50%;
	width: 6px;
	height: 8px;
	padding: 3px 3px 2px;
	font-size: 9px;
}
.reject_btn {
	background: #df3d00;
}
.student_tab thead,
.tab_txtcenter {
	text-align: center;
}
#piechart svg,
#piechart div,
#piechart div div {
	width: 100%;
}
.canvasjs-chart-credit {
	display: none;
}
.canvasjs-chart-canvas {
	width: 100% !important;
	height: auto !important;
	background: #f2eff914;
}
.chartsechead {
	color: #292727;
	text-align: center;
	background: #f3f3f3;
	font-weight: 500;
	font-size: 14px;
	padding: 5px 0;
}
.chartdetail {
	position: relative;
	top: 262px;
	background: #fbfbfb;
	border-radius: 3px 3px 3px 0px;
	padding: 20px 10px 20px;
}
.chartdetailrow span {
	color: #292727;
	font-size: 14px;
	margin-left: 10px;
}
.chartdetail_bold {
	color: #000 !important;
	font-weight: 500;
}
span.chartdetail_green {
	color: #00ab5e;
}
span.chartdetail_red {
	color: #df3d00;
}
.fee_navbar {
	margin: 0 auto 32px 0px;
	width: 100%;
}
.installsec {
	align-items: baseline;
	width: 50%;
	display: flex;
	justify-content: flex-end;
}
.installsec .form-check-label {
	letter-spacing: -0.32px;
	color: #292727;
	font-size: 13.5px;
}
.filtersec {
	justify-content: space-between;
}
.filterblock {
	display: flex;
	align-items: center;
	width: 50%;
}
.filtershowhead {
	font-weight: 500;
}
.installhrad {
	margin-right: 20px;
}
.installblock {
	display: flex;
}
.installblock .form-check {
	margin-right: 20px;
}
.applicantsec {
	background: #f6f4fc;
}
.applicantsec,
.amtsec {
	height: 234px;
	display: flex;
}
.overviewdetail {
	text-align: center;
	margin: auto;
}
.overviewdetail h3 {
	color: #292727;
	font-size: 23px;
	margin: 5px 0 1px;
}
.overviewdetail p {
	font-size: 14px;
}
.amtsec {
	background: #f2eff9;
}
.app_feesec {
	margin-left: 50px;
}
.app_feeyear {
	margin-right: 10px;
}
.inst_table {
	width: 100%;
}
.main-wrap form {
	width: 100%;
}
table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
	background-color: #ffffff !important;
}
table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
	background-color: #ffffff !important;
}
table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
	background-color: #ffffff !important;
}
.student_tab {
	background: #ffffff;
	padding: 15px;
	border-radius: 5px;
}
/********Erisn Library Management********/
.common_margin {
	margin-left: 260px;
	width: 80%;
}
.dashboard-cover {
	width: 100%;
}
.tab-info {
	color: #ffffff;
	text-align: left;
}
.tab-info h3 {
	font-size: 20px;
	font-weight: 600;
}
.tab-info h5 {
	font-size: 16px;
}
.tab-img img {
	width: 65px;

}
table.dataTable {
	border-bottom: 1px solid #000;
}
.select_div .selectpicker {
	border-radius: 5px;
	font-size: 13px;
	padding: 4px 3px;
	width: 160px;
	border: 1px solid #ababab;
}
.book-form-area .form-control {
	height: 36px;
}
.book-form-area {
	display: flex;
	flex-wrap: wrap;
	width: 64%;
}
.book-form-area .form-group {
	flex-basis: 46%;
	margin-right: 22px;
	position: relative;
}
.book-form-area .selectpicker {
	background: #f2f0f0;
	width: 100%;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	font-size: 13px;
	padding: 0.375rem 0.75rem;
}
.common-sub-heading {
	margin-bottom: 10px;
	font-weight: 500;
}
.due {
	color: red;
}
/*******************filter************************/
.top-filter, .top-filter-1{
	display: flex;
	font-size: 13px;
	margin-bottom: 33px;
	align-items: flex-end;
}
.top-filter-1{
	margin-top: -17px;
	display: flexbox;
}

.date-filter {
	display: flex;
}
.date-fil-row label {
	margin-bottom: 0;
	font-size: 13px;
}
.date-fil-row {
	margin-right: 10px;
}
.top-filter .form-control {
	font-size: 13px !important;
	height: 38px;
}
.subject-filter {
	margin-right: 10px;
}
.subject-filter label {
	margin-bottom: 0;
	font-size: 13px;
}
.top-filter .subject_addbtn {
	font-size: 13px;
	padding: 7px 38px;
}
.subject-filter .form-control::placeholder {
	font-size: 13px;
}
.filter_lbl {
	margin-right: 10px;
	display: flex;
	align-items: center;
	padding: 8px 15px 8px 0;
	font-weight: 500;
}
.filter_lbl .fa-filter {
	margin-right: 8px;
}
.subject-filter .filter-option-inner-inner {
	font-size: 13px;
	padding: 3px 0;
}
.filter-option:focus-visible {
	outline: 0;
}
.filter-reset .subject_addbtn {
	font-size: 13px;
	padding: 9px 15px;
}
.subject_addbtn_nobg {
	background: #fff;
	color: #032da1;
}
.subject_addbtn_nobg .fa-redo {
	margin-right: 10px;
}
.filter-reset {
	float: right;
}
/****************filter*****************/
/**********03-9-21***********/
.fa-barcode {
	position: absolute;
	top: 9px;
	right: 8px;
}
button.btn.dropdown-toggle.btn-light {
	display: none;
}
.addCategory_modal .modal-header {
}
.modal-header {
	background: #ebebeb;
}
.addCategory_modal .close {
	position: absolute;
	right: 5px;
	top: 3px;
}
.addCategory_modal .modal-title {
	width: 100%;
	text-align: center;
	font-size: 16px;
}
.addCategory_modal .form-control {
	font-size: 13px;
}
.addCategory_modal .modal-footer {
	display: flex;
	justify-content: center;
	border: 0;
}
.addCategory_modal .modal-header {
	padding: 10px 0;
	background: #fff;
	border-bottom: 0;
}
.addCategory_modal .btn-success,
.addCategory_modal .btn-dark {
	border-radius: 3px;
	width: 114px;
}
.addCategory_modal .modal-body .form-group {
	margin: 0;
}
.book-form-area input[type="date"]::-webkit-calendar-picker-indicator {
	color: rgba(0, 0, 0, 0);
	opacity: 1;
	display: block;
	background: url(../images/calendar2.png) no-repeat;
	width: 20px;
	height: 25px;
	border-width: thin;
	margin: 0;
	zoom: 0.7;
	margin-left: 0;
}
.book-form-area input[type="date"]:before {
	content: attr(placeholder) !important;
	color: #aaa;
	margin-right: 0.5em;
}
.book-form-area input[type="date"]:focus:before,
.book-form-area input[type="date"]:valid:before {
	content: "";
}
.addBookWrap .add-btn-border {
	color: #000;
	background: none;
	border: 1px solid #032da1;
}
.addBookWrap .subject_addbtn {
	border: 1px solid #032da1;
	padding: 0.25rem 20px;
}
.student_details {
	width: 60%;
	display: flex;
	margin-bottom: 10px;
}
.student_details ul {
	width: 48%;
	list-style-type: none;
	font-size: 13px;
}
.student_details ul li label {
	font-weight: 600;
	width: 118px;
}
.issue-btn-wrap {
	margin: 15px 0;
}
.dataTables_length label {
	justify-content: space-between;
	align-items: center;
}
.dataTables_length label .dropdown.bootstrap-select {
	margin-left: 7px;
	margin-right: 5px;
}
.subject-filter select {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.sub_commentbtn {
	color: #616161;
	cursor: pointer;
}
.book_description .close {
	right: 22px;
	top: 21px;
	position: absolute;
	background: red;
	opacity: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #fff;
	text-shadow: none;
	font-weight: 500;
	padding: 3px;
	width: 17px;
	height: 17px;
	font-size: 16px;
}
.book_description .modal-title {
	width: 100%;
	font-size: 16px;
	display: block;
}
.book_description .modal-header {
	background: none;
	display: block;
	border: 0;
	padding-bottom: 0;
}
.book_description label {
	font-size: 13px;
	color: #032da1;
}
.book_description .modal-body {
	padding-top: 0;
}
.book_description .modal-body p {
	font-size: 13px;
	font-family: initial;
	padding: 5px 8px;
	border: 1px solid #bababa;
	border-radius: 4px;
}
.receive-book .form-group {
	margin-bottom: 0;
	margin-right: 15px;
}
.receive-book .subject_addbtn {
	border-radius: 4px;
	padding: 0.25rem 1.5rem;
}
/****************checkbox*****************/
.receivCheck_cover {
	display: block;
	position: relative;
	width: 20px;
	cursor: pointer;
	margin: 0px 27px 16px;
	text-align: center;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.receivCheck_cover input.checkbx {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 20px;
	width: 20px;
	left: 0;
	z-index: 1;
}
.receivCheck_cover .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #eee;
}
.receivCheck_cover:hover input.checkbx ~ .checkmark {
	background-color: #ccc;
}
.receivCheck_cover input.checkbx:checked ~ .checkmark {
	background-color: #032da1;
}
.receivCheck_cover .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.receivCheck_cover input.checkbx:checked ~ .checkmark:after {
	display: block;
}
.receivCheck_cover .checkmark:after {
	left: 8px;
	top: 4px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
/****************checkbox*****************/
.sub_tabbtnsec .subject_addbtn {
	border-radius: 4px;
}
.modal-check-box {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.modal-check-box .receivCheck_cover .checkmark {
	height: 14px;
	width: 14px;
}
.modal-check-box .receivCheck_cover .checkmark:after {
	left: 5px;
	top: 2px;
}
.modal-check-box .receivCheck_cover input.checkbx {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 15px;
	width: 15px;
	left: 0;
	z-index: 1;
}
.modal-check-box label {
	margin-bottom: 0;
}
.book_comment .modal-body textarea {
	width: 100%;
	height: 92px;
	border-radius: 4px;
	padding: 5px;
}
.book_comment .modal-footer {
	border: 0;
	padding-top: 0;
	align-items: center;
	justify-content: center;
}
.book_comment textarea::-webkit-input-placeholder {
	font-size: 13px;
}
.book_comment .modal-footer .subject_addbtn {
	width: 80px;
}
.book_comment .modal-footer .subject_addbtn_red {
	background: #e10000;
}
.student-info-wrap {
	padding: 20px;
}
.student-info-img {
	margin:20% 0 0 35%;
	width: 124px;
	margin-bottom: 20px;
}
.student-info-wrap ul {
	list-style-type: none;
	font-size: 14px;
	margin-bottom: 20px;
}
.student-info-wrap ul li label {
	font-weight: 500;
	width: 180px;
}
.student-info-wrap ul li span {
	display: inline-block;
	vertical-align: top;
}
.book-detail-row {
	display: flex;
	border-top: 1px solid #a19f9f;
}
.book-detail-cover {
	border-bottom: 1px solid #a19f9f;
}
.book-detail_number {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
}
.dam_book_info ul {
	list-style-type: none;
	margin: 15px 0;
	font-size: 13px;
}
.dam_book_info ul li label {
	font-weight: 600;
	width: 120px;
}
.dam_book_info ul li span {
	display: inline;
}
.dam_book_info {
	width: 30%;
}
.dam_book_cmnt {
	width: 50%;
}
.dam_book h4 {
	font-size: 18px;
}
.dam_book p {
	font-size: 13px;
	width: 80%;
}
.dam_book {
	margin-top: 30px;
}
.login-img {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 44%;
}
/**************password change modal*************/
.passwdChange_modal .modal-header {
	background: none;
	text-align: center;
	display: block;
	padding: 0;
	border: 0;
}
.passwdChange_modal .close {
	position: absolute;
	right: 11px;
	top: 6px;
	display: none;
}
.passwdChange_modal .modal-header .modal-title {
	font-size: 18px;
	margin-top: 5px;
}
.passwdChange_modal .modal-header .fa-check-circle {
	color: #05bc2a;
	font-size: 50px;
}
.passwdChange_modal .modal-body {
	font-size: 13px;
	text-align: center;
	padding: 6px 0 20px;
}
.passwdChange_modal .modal-footer {
	border-top: 0;
	text-align: center;
	display: block;
	padding: 0;
}
.passwdChange_modal .modal-sm {
	max-width: 380px;
}
.passwdChange_modal .modal-content {
	padding: 23px 14px;
}
.modal-dialog {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 85vh;
}
/**************password change modal*************/

/***********11 nov**********/
.login_err {
	color: red;
	margin-top: 2px;
	display: none;
}
/***********dasboard chnges**********/
.dashboard-cover-wrap {
	width: 97%;
}
.dashboard-cover-wrap .dataTables_length {
	display: none;
}
.dashboard-cover-wrap .dataTables_filter {
	display: none;
}
.dashboard-cover-wrap .dataTables_info {
	display: none;
}
.dashboard-cover-wrap .dataTables_paginate {
	display: none;
}
.dashboardLink {
	float: right;
	font-size: 13px;
	color: #032da1;
	text-decoration: underline;
}
/*******************SIDEMENU DROPDOWN*********************/

.sideMenu ul li.list .dropdown-menu a {
	color: #032da1 !important;
	font-size: 12px;
}
.sideMenu ul li.list .dropdown-item.active {
	background: #032da1;
	color: #ffffff !important;
	border-radius: 10px 0px 0px 10px;
}
.sideMenu .collapse {
	display: none;
}
.sideMenu .nav {
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.sideMenu .collapse.show {
	display: block;
}
.dropdown-toggle::after {
	position: absolute;
	top: 19px;
	right: 18px;
}
.dropdown-toggle {
	position: relative;
}
.sideMenu ul li.active a:focus-visible {
	outline: 0;
}
.sideMenu ul li.active a.dropdown-item :active {
	background-color: #032da1 !important;
	color: #fff !important;
	border-radius: 10px 0px 0px 10px;
}
a.dropdown-toggle[aria-expanded="true"]:after {
	position: absolute;
	top: 19px;
	right: 18px;
}
a.dropdown-toggle[aria-expanded="false"]:after {
	position: absolute;
	top: 19px;
	right: 18px;
	transform: rotate(90deg);
}
.from-group.adding-class {
	width: 97%;
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
}
.btn {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}
.role_formarea {
	width: 40%;
}
.password-wrp {
	position: relative;
}
.password-wrp .passwrd-icon {
	position: absolute;
	top: 8px;
	right: 8px;
	cursor: pointer;
	color: #878a8d;
}
.con-pass {
	position: absolute;
	top: 8px;
	right: 8px;
	cursor: pointer;
	color: #878a8d;
}
.form_err {
	color: red;
	font-size: 15px;
}
.roles_checkbox {
	display: flex;
	flex-wrap: wrap;
}
.roles_checkbox .form-check {
	flex: 50%;
	margin: 6px 0;
}
.roles_checkbox .form-check .form-check-input {
	margin-top: 6px;
}
.roles-cover {
	width: 97%;
}
.password-wrap {
	position: relative;
}
.dashboard-btn-wrap a {
	font-size: 13px;
	color: #032da1;
	text-decoration: underline;
	margin-right: 15px;
}
span.text-center {
	margin: 0 25px;
}
.form-inner-div {
	display: flex;
	align-items: center;
}
.form-inner-div label {
	font-size: 13px;
	padding: 0 10px 0 10px ;
}
.form-inner-div .form-control {
	width: 76px;
	margin-left: 15px;
}
.select_div {
	width: 224px;
	margin-bottom: 20px;
}
.select_div .form-control {
	padding: 0;
	border: 1px solid #ced4da;
}
.dropdown.bootstrap-select.form-control {
	border: 0;
}
.subject_l_new {
	width: 57%;
}

.subject_l_new .book-form-area {
	width: 100%;
}
.issue_book_btn {
	text-align: right;
	margin-top: 15px;
}
.issue_book_btn {
	text-align: right;
	margin-top: 15px;
}

.sibject_r_new {
	width: 44%;
	margin-top: 10%;
}

.sibject_r_new table td,
.sibject_r_new table th {
	font-size: 12px !important;
}
.sibject_r_new .sub_tabbtnsec {
	justify-content: center;
}
.settings_wrap {
	width: 40%;
}

.settings_wrap label {
	font-size: 13px;
	width: 155px;
}

.settings_wrap .form-group {
	display: flex;
	align-items: center;
}
.settings_wrap .form-group span {
	font-size: 13px;
	margin-left: 15px;
}
.settings_wrap .form-group .form-control {
	width: 80px;
	font-size: 13px;
	background: #f2f0f0;
}
/* .settings-tbl .dataTables_length {
    display: none;
} */
.addCategory_modal .dropdown.bootstrap-select.form-control {
	padding: 0;
}
/**************book import link***************/
.dashboard-btn-wrap {
	position: relative;
	display: flex;
	justify-content: right;
	margin: -15px -14px 0 0;
	padding-bottom: 20px;
}

.bookUploadLbl {
	position: absolute;
	width: 156px;
	left: -14px;
	top: 6px;
	background: #fff;
	font-size: 13px;
	color: #032da1;
	text-decoration: underline;
	z-index: 0;
}

.bookImport-cover {
	position: relative;
}

.bookImport {
	width: 151px;
	opacity: 0;
	position: relative;
	z-index: 1;
}
.modal_err {
	border: 0 !important;
	padding: 0 !important;
	color: red !important;
}
.modal_err label {
	color: red !important;
}

/*START nepali Calender*/
.po-calendar {
	position: relative;
}

.cal-icon {
	position: absolute;
	right: 10px;
	top: 7px;
	font-size: 18px;
}
/*END nepali Calender*/

.common-heading-1 {
	margin-bottom: 20px;
	margin-top: 2px;
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.common-heading-1 {
	font-size: 22px;
	font-weight: 600;
}
.common-heading-2 {
	padding-bottom: 10px;
	padding-right: 100px;
	margin-top: 2px;
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.common-heading-2 {
	font-size: 22px;
	font-weight: 600;
}
/* button animations */

/* button 1 Dashboard -Dashboard-*/
.common-heading-1 button {
	display: inline-block;
	width: 150px;
	height: 42px;
	border-radius: 7px;
	background-color: #ffff;
	border: 0.2px solid #042ca4;
	position: relative;
	overflow: hidden;
	transition: all 0.5s ease-in;
	z-index: 1;
	box-shadow: 0px 2px 10px 0px #d8d7d7;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
}

.common-heading-1 button::before,
.common-heading-1 button::after {
	content: "";
	position: absolute;
	top: 0;
	width: 0;
	height: 100%;
	transform: skew(15deg);
	transition: all 0.5s;
	overflow: hidden;
	z-index: -1;
}

.common-heading-1 button::before {
	left: -10px;
	background: #042ca4;
}

.common-heading-1 button::after {
	right: -10px;
	background: #042ca4;
}

.common-heading-1 button:hover::before,
.common-heading-1 button:hover::after {
	width: 58%;
}

.common-heading-1 button:hover span {
	color: #ffff;
	transition: 0.3s;
}

.common-heading-1 button span {
	color: #042ca4;
	font-size: 18px;
	transition: all 0.3s ease-in;
}

/* button 1 book -book-*/
.common-heading-2 button {
	display: inline-block;
	width: 150px;
	height: 42px;
	border-radius: 7px;
	background-color: #ffff;
	border: 0.2px solid #042ca4;
	position: relative;
	overflow: hidden;
	transition: all 0.5s ease-in;
	z-index: 1;
	box-shadow: 0px 2px 10px 0px #d8d7d7;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
}


.common-heading-2 button::before,
.common-heading-2 button::after {
	content: "";
	position: absolute;
	top: 0;
	width: 0;
	height: 100%;
	transform: skew(15deg);
	transition: all 0.5s;
	overflow: hidden;
	z-index: -1;
}

.common-heading-2 button::before {
	left: -10px;
	background: #042ca4;
}

.common-heading-2 button::after {
	right: -10px;
	background: #042ca4;
}

.common-heading-2 button:hover::before,
.common-heading-2 button:hover::after {
	width: 58%;
}

.common-heading-2 button:hover span {
	color: #ffff;
	transition: 0.3s;
}

.common-heading-2 button span {
	color: #042ca4;
	font-size: 18px;
	transition: all 0.3s ease-in;
}


.copyright {

	position: absolute;
	bottom: 20px;
	height: auto;
	font-size: 12px;

	
}

.cnt {
	display: flex;
	justify-content: left;
	align-items: center;
	width:100%;
	height:100%;
  }
  .loader-wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ffffff;
	display:flex;
	justify-content: center;
	align-items: center;
  }
  .loader {
	display: block;
	--height-of-loader: 4px;
	--loader-color: #0071e2;
	width: 130px;
	height: var(--height-of-loader);
	border-radius: 30px;
	background-color: rgba(0,0,0,0.2);
	position: relative;
  }
  
  .loader::before {
	content: "";
	position: absolute;
	background: var(--loader-color);
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	border-radius: 30px;
	animation: moving 1s ease-in-out infinite;
	;
  }
  
  @keyframes moving {
	50% {
	  width: 100%;
	}
  
	100% {
	  width: 0;
	  right: 0;
	  left: unset;
	}
  }