@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-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;
}
a {
	cursor: pointer;
	text-decoration: none !important;
}
a:hover {
	text-decoration: none !important;
}
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 0px 15px 0px;
	justify-content: space-between;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	position: relative;
}
.search-bar-wrap {
	width: 74%;
	padding: 0;
	position: relative;
}
.user-login-section {
	width: 20%;
	display: flex;
	justify-content: flex-end;
	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;
	-webkit-box-shadow: 0px 3px 6px #00000029;
	-moz-box-shadow: 0px 3px 6px #00000029;
	-o-box-shadow: 0px 3px 6px #00000029;
	border-radius: 6px;
	padding: 5px 10px;
	height: 32px;
	position: relative;
	cursor: pointer;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-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;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-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;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-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;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-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;
	-webkit-box-shadow: 0px 3px 6px #00000029;
	-moz-box-shadow: 0px 3px 6px #00000029;
	-o-box-shadow: 0px 3px 6px #00000029;
	border-radius: 6px;
	margin-left: 10px;
	height: 32px;
	cursor: pointer;
	width: 155px;
}
.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: 2px;
}
.user-wrap h5 {
	font-size: 15px;
}
.user-wrap h5 span {    font-weight: 500;
    margin-right: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    width: 92px;
	text-align: center;
}
.user-login-head .fa-caret-up {
	display: none;
}
.login-wrap-open {
	background: #f6f7f9;
	border-radius: 6px;
	display: none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	z-index: 1;
	position: relative;
}
.login-wrap-open ul li {
	list-style-type: none;
	font-size: 14px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-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;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	background: #032da1;
	color: #fff;
}
.login-wrap-open ul li:hover a {
	color: #fff !important;
}
.login-wrap-open ul li:nth-child(2):hover {
	background: red;
}
.user-wrap-expand {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	background: #f6f7f9;
}
.user-wrap:hover {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	background: #f6f7f9;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
}
.user-wrap:hover .fa-caret-down {
	display: none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
}
.user-wrap:hover .fa-caret-up {
	display: inline-block;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
}
.user-wrap:hover .login-wrap-open {
	display: block;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
}
/**********************SIDEMENU***************************/
.sideMenu {
	height: 100%;
	/*width: 68px; */
	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;
}
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #f5f5f5;
}
::-webkit-scrollbar {
	width: 6px; 
}
::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #032da1;
}
.mobileMenu {
	display: none;
}
.logo-wrap {
	padding: 20px 15px;
	display: flex;
	align-items: center;
	cursor: pointer;
}
table.dataTable thead th,
table.dataTable thead td {
	padding: 10px 18px;
	border-bottom: 1px solid #111;
	text-align: center;
}
td {
	text-align: center;
}
a:hover {
	color: lightgray;
	text-decoration: underline;
}
.logo-wrap img {
	max-width: 200px;
	width: 100%;
}
.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 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
}
.responsive-width {
	margin-left: 260px;
}
main .from-group {
	display: block;
	width: 100%;
	margin-top: 20px;
}
.main-wrap {
	width: 100%;
	margin-left: 0;
	display: flex;
}
.main-left {
	width: 50%;
}
.main-right {
	width: 50%;
}
.common-heading {
	margin-bottom: 20px;
	position: relative;
}
.common-heading h2 {
	font-size: 22px;
	font-weight: 600;
}
/****************dashboard**************/
.dashboard-menu-wrap {
	margin: 20px 0;
	display: flex;
	flex-wrap: wrap;
}
.dashboard-tabs {
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
	color: #272727;
	border-radius: 16px;
	/* flex-basis: 22.333333%; */
	width: 200px;
	box-shadow: 0px 3px 6px #00000029;
	-webkit-box-shadow: 0px 3px 6px #00000029;
	-moz-box-shadow: 0px 3px 6px #00000029;
	-o-box-shadow: 0px 3px 6px #00000029;
}
.dashboard-tabs a {
	padding: 15px;
	display: flex;
	color: #000 !important;
	align-items: center;
	justify-content: center;
	text-decoration: none !important;
}
.dashboard-tabs img {
	width: 36px;
	height: 35px;
}
.tab-number {
	font-size: 28px;
	text-align: left;
}
.tab-sub-sec {
	margin-left: 20px;
}
.dashboard-tab-link:hover {
	color: #fff;
}
.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;
	cursor: pointer;
}
.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: 4px 45px;
	font-size: 16px;
	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;
	-webkit-box-shadow: 0px 3px 6px #00000029;
	-moz-box-shadow: 0px 3px 6px #00000029;
	-o-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;
	cursor: pointer;
}
.action-btn-wrap {
	padding: 0 20px;
	display: flex;
	width: 100%;
	margin: 0;
	text-align: center;
}
.action-btn-wrap .fa-pencil-alt {
	color: #032da1;
}
.action-btn-wrap .fa-trash-alt {
	color: red;
}
.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 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;
}
/**************edit 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;
}
/*********************88888**password-hide/show********************88888***/
.passwrd-icon {
	position: absolute;
	top: 36px;
	right: 8px;
	cursor: pointer;
}
.icon-y:after {
	position: absolute;
	content: "";
	background: #212529;
	height: 1px;
	width: 25px;
	transform: rotate(36deg);
	top: 10px;
	left: -3px;
}
/**********************************/
.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;
	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;
}
.time-toggle {
	width: 47px;
	display: inline-block;
}
.set-weightage {
	background: #f9f9f9;
	padding: 10px;
	margin-top: 20px;
}
.set-weightage-lbl {
	margin: 10px 0 17px !important;
}
.weightage-top-row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}
.Weightage-div .form-group.assign_subject {
	width: 120px;
}
.Weightage-div
	.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 83px !important;
}
.Weightage-div label {
	font-size: 11px !important;
}
.Weightage-div .form-group.assign_subject {
	width: 120px;
}
.addQuestn {
	position: relative;
}
.addQuestn .fa-plus-circle {
	position: absolute;
	top: 25px;
	right: 0px;
	cursor: pointer;
	color: #28a745;
}
.addQuestn .fa-trash-alt {
	cursor: pointer;
	color: red;
	position: absolute;
	top: 7px;
	right: 3px;
}
.weightage-footer-cover {
	display: flex;
	justify-content: flex-end;
}
.weightage-footer {
	width: 141px;
	display: flex;
	align-items: center;
	margin: 6px 0;
	position: relative;
}
.weightage-footer label {
	margin-right: 21px;
	font-size: 13px !important;
}
.totMarks {
	width: 40px;
	position: absolute;
	font-size: 13px;
	right: 11px;
}
.weightage-bottom-row {
	background: white;
	padding: 8px 5px;
	border-radius: 5px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}
.weightage-footer .totMarks {
	top: 0px;
	right: 10px;
}
.weightage-top-row .totMarks {
	top: 21px;
}
.weightage-bottom-row .totMarks {
	top: 14px;
	right: 11px;
}
.weightage-bottom-row .form-group assign_subject {
	margin-bottom: 0;
}
.Weightage-div .weightage-bottom-row .form-group.assign_subject {
	margin-bottom: 0 !important;
}
.addQuestn {
	position: relative;
}
.addQuestn .fa-plus-circle {
	position: absolute;
	top: 25px;
	right: 0px;
	cursor: pointer;
	color: #28a745;
}
.weightage-bottom-row .filter-option-inner-inner {
	text-align: center;
}
.Weightage-div .weightage-bottom-row .form-group.assign_subject {
	width: 100px;
}
.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: 209px;
	font-size: 12px;
}
.application-toggle-btn .nav-pills {
	border: 1px solid #000;
	border-radius: 4px;
}
.application-toggle-btn .nav-pills .active {
	background: #032da1;
	color: #fff;
	border-color: #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: 98%;
	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;
	-webkit-box-shadow: 0px 3px 6px #00000029;
	-moz-box-shadow: 0px 3px 6px #00000029;
	-o-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;
}
.sub-list-table-big .sub-list-table {
	width: 80%;
}
.sub-list-table-big .admin-graph {
	width: 18%;
}
.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 {
	background: url("../images/login-banner.png");
	height: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.login-heading {
	color: #fff;
	font-size: 35px;
	padding-top: 35px;
	/* margin-left: 400px;*/
	width: 85%;
	text-align: center;
}
.login-heading h3 {
	font-size: 37px;
}
.login-heading h2 {
	font-size: 35px;
	font-weight: 700;
}
.login-box-cover {
	align-items: center;
	justify-content: flex-end;
}
.login-box {
	margin-right: 100px;
	border-radius: 17px;
	background: #fff;
	padding: 20px 20px;
	border: 13px solid rgb(245 245 245 / 30%);
	border-top: 13px solid rgb(245 245 245 / 30%);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	width: 85% !important;
	margin-top: 12px;
}
.login-box h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}
.login-row {
	margin-bottom: 10px;
	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: 2px 5px;
	font-size: 14px;
}
.rem-paswd {
	display: inline-block;
	width: 45%;
}
.forget-password {
	width: 45%;
	float: right;
	text-decoration: underline;
	text-align: right;
}
.forget-password a {
	color: #032da1;
	text-decoration: none;
	font-size: 13px;
}
.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: 97%;
}
.forget-box-cover-outter .login-box {
	width: 70% !important;
}
.forget-box-cover-outter {
	width: 108%;
}
.forget-box-cover-outter .login-heading {
	width: 70%;
}
/*****************ADDITIONAL STYLES*****************/
.admin_sidenav ul li {
	text-align: center;
}
.admin_tempblock {
	margin-top: 10px;
	width: 100%;
	margin-bottom: 20px;
}
.admin_sec {
	padding: 0;
}
/*--------admin subject page css start-------*/
.subsec_sec {
	display: flex;
}
.subject_l {
	width: 35%;
}
.subject_r {
	width: 80%;
}
.subject_lhead {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
	margin-top: 10px;
}
.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;
	-webkit-box-shadow: 0 0 black;
	-moz-box-shadow: 0 0 black;
	-o-box-shadow: 0 0 black;
}
.divider {
	border-right: 1px solid #ddddde;
	margin: 0 27px;
}
.subject_addbtn {
	background: #032da1;
	border-radius: 3px;
	color: #fff;
	padding: 6px 38px;
	border: none;
	font-size: 16px;
	cursor: pointer;
}
.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: 500;
	font-size: 14px;
}
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;
	justify-content: center;
}
.sub_editbtn,
.sub_delbtn,
.sub_viewbtn {
	font-size: 15px;
	cursor: pointer;
	margin: 0 5px;
	width: 15px;
}
.sub_editbtn {
	color: #032da1;
	display: inline-block;
}
.sub_tabbtnsec .fa-pencil-alt,
.sub_tabbtnsec .fa-share {
	color: #032da1 !important;
}
.sub_delbtn {
	color: red;
	display: inline-block;
}
.sub_delbtn a {
	color: red;
}
.sub_viewbtn {
	color: #032da1;
	display: inline-block;
}
.sub_viewbtn a {
	color: #032da1;
}
.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;
}
.subject-flex {
	display: flex;
	width: 100%;
}
.subject-select {
	width: 100%;
	align-items: center;
	display: flex;
	margin-left: 1%;
}
.textCenter {
	text-align: center !important;
}
.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: #032da1 !important;
}
.assign_subject .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
	font-size: 13px;
	color: #767676;
	text-overflow: ellipsis;
	width: 92%;
	overflow: hidden;
	white-space: nowrap;
}
.assign_subject .bootstrap-select .dropdown-menu {
	font-size: 14px;
}
/*--------admin course page css end-------*/
.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;
	-webkit-box-shadow: 0px 3px 6px #00000029;
	-moz-box-shadow: 0px 3px 6px #00000029;
	-o-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;
	-webkit-box-shadow: -2px 4px 11px 0px #d4cbcb9e;
	-moz-box-shadow: -2px 4px 11px 0px #d4cbcb9e;
	-o-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;
	-webkit-box-shadow: inset 0 0 5px #5e3ec5;
	-moz-box-shadow: inset 0 0 5px #5e3ec5;
	-o-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;
}
.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;
}
.from-group.adding-class {
	width: 80%;
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
}
.login-wrap-open ul li a {
	color: #000 !important;
	font-size: 11px;
}
.login-wrap-open ul li a:hover {
	color: #fff !important;
}
.container-fluid {
	width: 85% !important;
	margin: 0px 0 0 10% !important;
}
.login-box-cover-outter {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	height: 100vh;
	align-items: center;
}
.remember {
	font-size: 13px;
}
.form-group_lng {
	width: 100% !important;
}
.subject_r_lng {
	width: 100%;
}
#subject_section select {
	margin-top: 15px;
}
/************subject icon***************/
.sub-icon-select {
	background-color: transparent;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	font-size: 13px;
	padding: 3px 13px;
	color: #767676;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}
.sub-icon-select .fa-caret-down {
	margin-top: 3px;
}
.sub-icon-select .fa-caret-down {
	margin-top: 3px;
}
.sub-icon-drpdown li {
	display: inline-block;
	padding: 10px 0;
	vertical-align: top;
	width: 24%;
	text-align: center;
	cursor: pointer;
}
.sub-icon-drpdown {
	padding: 10px;
	border: 0.5px solid #292727;
	border-radius: 4px;
	margin-top: 15px;
	background: #fff;
	display: none;
	margin-bottom: 15px;
}
.sub-icon-drpdown-show {
	display: block;
}
.form-group-iconselect {
	position: relative;
}
.sub-icon-drpdown .active {
	border: 2px solid #032da1;
}
.sub-icon-drpdown li img {
	width: 25px;
	height: 30px;
}
.upload-btn {
	display: inline-block;
	background-color: #fff;
	color: #3a3838;
	padding: 6px 16px;
	font-family: sans-serif;
	border-radius: 0.3rem;
	cursor: pointer;
	margin-top: 1rem;
	border: 1px solid #032da1;
	width: 100px;
	text-align: center;
	margin-top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.upload-doc {
	margin-bottom: 18px;
	position: relative;
}
.upload-doc p {
	margin: 10px 0;
	font-size: 13px;
}
.upload-doc input {
	font-size: 13px;
	margin-left: 3px;
}
.upload-doc .upload-btn {
	position: absolute;
	top: -3px;
	width: 94px;
	left: 0;
	padding: 6px 0px;
	font-size: 11px;
	font-weight: 600;
}
.view_del-subjects {
	position: absolute;
	right: 0;
	top: 0px;
}
.view_del-subjects a {
	color: blue;
	text-decoration: underline;
	font-size: 13px;
}
/****************NEW PAGES*****************/
.long-tbl-main .subject_r {
	width: 100%;
	position: relative;
}
.student_doc {
	cursor: pointer;
	text-decoration: underline;
	color: #032da1;
	width: 150px;
}
.sub_accbtn {
	color: #28a745;
	display: inline-block;
	cursor: pointer;
}
.applicant_nme {
	width: 110px;
}
.cont-address {
	width: 100px;
}
img.student_img_list {
	width: 60px;
	height: 60px;
}
.applicnts-list-wrap table.dataTable thead th,
.applicnts-list-wrap table.dataTable thead td {
	font-size: 12px;
}
.long-tbl-main {
	width: 100%;
}
.applicant-detl-wrap {
	margin-top: 25px;
	margin-bottom: 40px;
}
.applicant-detl-wrap ul li {
	list-style-type: none;
	font-size: 14px;
	display: flex;
	margin-bottom: 10px;
}
.applicant-detl-wrap ul li .applicant_lbl {
	font-weight: 500;
	width: 180px;
	display: inline-block;
}
.applicant-detl-wrap ul li .applicant_detl {
	font-weight: 300;
}
.applicant-docs-row {
	display: flex;
	width: 75%;
	margin-bottom: 10px;
}
.applicant-docs-row label {
	font-size: 14px;
	line-height: 30px;
	flex-basis: 30%;
}
.applicant-docs-wrap {
	margin: 10px 0 20px;
}
.application-btns .subject_addbtn {
	padding: 6px 25px;
}
.subject_addbtn_red {
	background: #eb0b0b;
}
.applicant-docs-row .upload-doc .upload-btn {
	left: 0;
}
.view-doc .close {
	position: absolute;
	right: -35px;
	top: -3px;
	color: #fff;
	opacity: 1;
	font-weight: 300;
}
.document-view-wrap img {
	width: 100%;
}
/******tab******/

.application-toggle-btn .nav-pills li {
	width: 33.33%;
	font-size: 12px;
}
.application-toggle-btn .nav-pills {
	border: 1px solid #000;
	border-radius: 4px;
}
.application-toggle-btn .nav-pills .active {
	background: #032da1;
	color: #fff;
	border-color: #032da1;
}
.application-toggle-btn .nav-pills .active a {
	color: #fff;
}
.application-toggle-btn {
	margin-bottom: 25px;
	width: 711px;
}
.top-filter {
	display: flex;
	font-size: 13px;
	margin-bottom: 35px;
	align-items: flex-end;
}
.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;
}
.report_filter .filter_lbl {
	margin-right: 0px;
	padding: 8px 5px 8px 0;
}
.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;
}
/***************accept/reject modal******************/
.accept-modal-wrap .modal-content {
	border-radius: 10px;
}
.accept-modal-wrap .close {
	position: absolute;
	right: 4px;
	display: none;
}
.accept-modal {
	padding: 20px;
}
.accept-modal p {
	text-align: center;
	margin-bottom: 10px;
	width: 80%;
	margin: 0 auto 10px;
	font-size: 13px;
}
.accept-modal .delete-modal-btn {
	text-align: center;
	position: relative;
	margin-bottom: 25px;
}
.accept-modal .delete-modal-btn .subject_addbtn {
	border: 1px solid #5b5959;
	background: none;
	color: #000;
	width: 120px;
}
.accept-modal .delete-modal-btn .subject_addbtn_cancel {
	background: #343434;
	color: #fff;
	margin-left: 6px;
}
.accept-modal-wrap .modal-dialog {
	width: 400px;
}
.modal-msg {
	position: absolute;
	bottom: -29px;
	font-size: 13px;
}
/**********************************/
.delete-modal {
	text-align: center;
	padding: 20px;
}
.delete-modal-wrap .close {
	position: absolute;
	right: 8px;
	top: 3px;
}
.viewDoc.delete-modal-wrap .modal-content {
	border-radius: 10px;
}
.delete-modal .fa-times-circle {
	color: red;
	font-size: 40px;
}
.delete-modal h4 {
	font-size: 20px;
	margin: 10px 0;
}
.delete-modal p {
	font-size: 13px;
	margin: 0 0 15px;
}
.delete-modal-btn .subject_addbtn {
	padding: 6px 26px;
	font-size: 12px;
}
.delete-modal-btn {
	margin-bottom: 15px;
}
.subject_addbtn_cancel {
	background: #c6c3c3;
}
/**************PASSWORD-SHOW/HIDE*******************/
.password-wrp {
	position: relative;
}
.password-wrp .passwrd-icon {
	position: absolute;
	top: 8px;
	right: 8px;
	cursor: pointer;
	color: #878a8d;
}
.password-wrp .icon-y:after {
	position: absolute;
	content: "";
	background: #878a8d;
	height: 1px;
	width: 25px;
	transform: rotate(36deg);
	top: 10px;
	left: -3px;
}
/****************16-08-2021******************/
.online-session-wrap {
	overflow-x: auto;
}
.online-session-wrap .form-group th {
	text-align: center;
}
.online-session-wrap {
	text-align: center;
}
.online-session-wrap th {
	background: #0a0a0a;
	color: #fff;
	padding: 6px 0;
	font-size: 13px;
}
.online-session-wrap .form-control,
.online-session-wrap select.selectpicker,
.online-session-wrap .bootstrap-select {
	width: 100% !important;
	margin: 0px auto 5px;
	font-size: 12px;
	float: left;
}
.online-session-wrap .form-control {
	position: relative;
}
.text-danger {
	color: #dc3545 !important;
	font-size: 10px;
	margin-top: 5px;
}
.online-session-wrap .filter-option-inner-inner {
	font-size: 12px;
}
.online-session-wrap {
	margin: 0;
}
.online-session-wrap td {
	padding: 10px;
	border: 1px solid #d5d5d5;
}
.online-session-wrap .btn-success {
	width: 100%;
	margin-top: 5px;
	font-size: 12px;
}
.online-session-wrap .btn-success .fa-link {
	margin-left: 9px;
}
.online-session-wrap .form-group {
	position: relative;
	width: 100%;
	margin: 0;
}
.form-group .bootstrap-select > .dropdown-toggle {
	padding: 5px 3px;
	font-size: 12px;
	border: 1px solid #c8c8c8;
	background: #fff;
}
.add-link-cover {
	position: absolute;
	z-index: 9;
	width: 333px;
	background: #d5d5d5;
	padding: 8px;
	bottom: -61px;
	border-radius: 4px;
	left: 30px;
	display: none;
}
.add-link {
	display: flex;
	font-size: 12px;
	justify-content: flex-start;
}
.add-link .form-control {
	margin-right: 6px;
	padding: 5px 5px;
	margin: 0;
	font-size: 13px;
	margin-right: 6px;
	width: 220px !important;
}
.add-link .subject_addbtn {
	font-size: 12px;
	padding: 5px 5px;
	width: 80px;
}
.add-link-cover:after {
	content: "";
	position: absolute;
	left: 11px;
	top: -13px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 14px solid #d5d5d5;
	clear: both;
}
.edit-link-btn {
	padding: 5px 10px;
	width: 100%;
	display: none;
	padding: 0.25rem 0.5rem;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 0.2rem;
	margin-top: 5px;
}
.edit-link-btn .fa-pencil-alt {
	margin-left: 5px;
}
.selectDt {
	position: relative;
}
.online-session-wrap .selectDt:before {
	position: absolute;
	content: "\f073";
	color: #032da1;
	top: 7px;
	right: 5px;
	font-family: "Font Awesome 5 Free";
	z-index: 0;
}
.online-session-wrap input[type="time"]::-webkit-inner-spin-button,
.online-session-wrap input[type="time"]::-webkit-calendar-picker-indicator {
	opacity: 0;
	z-index: 1;
	margin: 0;
	width: 10px;
}
.online-session-wrap .btn-success.focus,
.online-session-wrap .btn-success:focus {
	box-shadow: none;
}
.strTime,
.EndTime {
	float: left;
	font-size: 12px;
	margin: 0;
}
.subject_l_new {
	width: 40%;
}
/**********17/8/2021**********/
.view-doc .modal-dialog,
.payment-modal .modal-dialog,
.delete-modal-wrap .modal-dialog {
	margin: auto;
	height: 90vh;
	display: flex;
	align-items: center;
}
.accept-modal-wrap .modal-dialog {
	margin: auto;
	height: 90vh;
	display: flex;
	align-items: center;
}
.form-control {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 13px;
}
.upload-doc .upload-doc-img {
	top: 36px;
}
.upload-doc-img .form-control {
	padding: 0;
	border: 0;
}
.upload-doc-img .form-control:focus {
	box-shadow: none;
}
.view-reupload-btn {
	display: flex;
	flex-basis: 50%;
}
.reupload {
	position: relative;
	margin-left: 15px;
}
.reupload .upload-btn {
	position: absolute;
	top: 0;
	margin: 0;
	width: 92px;
}
.view-reupload-btn .upload-btn {
	padding: 3px !important;
	font-size: 12px;
}
.reupload .form-control {
	padding: 6px 0;
	border: 0;
	width: 80%;
}
.reupload .form-control:focus {
	box-shadow: none;
}
.subject_lformarea .upload-doc {
	margin-top: 0px;
}
.sub-icon-option {
	width: 55px;
	height: 55px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 10px;
	border-radius: 5px;
}
.sub-icon-option img {
	width: 25px;
	margin: auto;
}
.modal-msg {
	display: flex;
	align-items: center;
}
.modal-msg input {
	margin-right: 5px;
}
/*************view-student page***************/
input[type="month"]::-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;
}
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;
}
.date-month-picker img {
	width: 20px;
}
.date-month-picker {
	position: relative;
	margin-left: 18px;
}
.date-month-picker:before,
.date-month-picker:after {
	position: absolute;
	top: -11px;
	font-size: 35px;
}
.date-month-picker:before {
	content: "<";
	left: -20px;
}
.date-month-picker:after {
	right: -21px;
	content: ">";
}
.calendar-date-year {
	position: absolute;
	left: 16px;
	top: 6px;
}
.calendar-cover {
	position: relative;
}
.calendar-main .ui-datepicker .ui-datepicker-header {
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	border: 0;
	width: 150px;
}
.ui-datepicker .ui-datepicker-prev span {
	left: 80%;
}
.ui-widget-header .ui-datepicker-prev .ui-icon:after,
.ui-widget-header .ui-datepicker-prev .ui-icon:before {
	border-right: 2px solid;
	content: "";
	display: block;
	height: 8px;
	margin-top: -6px;
	position: absolute;
	-moz-transform: rotate(222deg);
	-o-transform: rotate(222deg);
	-webkit-transform: rotate(222deg);
	transform: rotate(222deg);
	right: 10px;
	top: 50%;
	width: 0;
}
.ui-widget-header .ui-datepicker-prev .ui-icon:after {
	margin-top: -1px;
	-moz-transform: rotate(136deg);
	-o-transform: rotate(136deg);
	-webkit-transform: rotate(136deg);
	transform: rotate(136deg);
}
.ui-datepicker .ui-datepicker-next {
	right: -67px;
	top: 4px;
}
.ui-widget-header .ui-icon {
	background: #fff;
	position: relative;
}
.ui-widget-header .ui-datepicker-next .ui-icon:after,
.ui-widget-header .ui-datepicker-next .ui-icon:before {
	border-right: 2px solid;
	content: "";
	display: block;
	height: 8px;
	margin-top: -6px;
	position: absolute;
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 10px;
	top: 50%;
	width: 0;
}
.ui-widget-header .ui-datepicker-next .ui-icon:after {
	margin-top: -1px;
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: auto;
	appearance: none;
	margin-right: 5px;
}
.calendar-main .ui-datepicker-year {
	border: 0;
}
.ui-datepicker table {
	display: none;
}
.ui-widget.ui-widget-content {
	background: none;
	border: 0;
}
.ui-datepicker .ui-datepicker-header {
	background: none;
	border: 0;
	width: 139px;
}
.ui-datepicker .ui-datepicker-title {
	margin-left: 40px;
	width: 120px;
}
select.ui-datepicker-month {
	border: 0;
}
select.ui-datepicker-year {
	border: 0;
}
.calendar-cover {
	margin-left: 30px;
}
.ui-datepicker .ui-datepicker-next {
	right: -26px;
	top: 4px;
}
.ui-datepicker .ui-datepicker-prev {
	left: -24px;
	top: 4px;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	background: 0;
	border: 0;
}
.manage_btn {
	font-size: 11px;
	padding: 6px 9px;
	border-radius: 15px;
}
.sub_editbtn .restore-icon {
	width: 20px;
}
.form_group_twobtn {
	justify-content: space-between !important;
	width: 100% !important;
}
.tableText_center {
	margin-left: 10px;
}
.table-img img {
	width: 30px;
}
/***********exam/test************/
.success-lbl {
	color: green;
	font-weight: 500;
	font-size: 12px;
}
.warning-lbl {
	color: #f54b58;
	font-weight: 500;
	font-size: 12px;
}
.lecture-time {
	display: flex;
}
.sub-form-row .lecture-start input[type="number"] {
	width: 50px;
}
.lecture-start {
	margin-right: 5px;
}
.time-toggle {
	height: 30px;
	display: inline-block;
}
.lecture-time input {
	width: 85px;
	height: 30px;
}
.lecture-start label {
	display: inherit;
}
.lecture-start .form-control {
	display: inline-block;
	vertical-align: top;
}
.ampm-switch:before {
	content: "AM";
	position: absolute;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ampm-switch:after {
	content: "PM";
	position: absolute;
	bottom: 4px;
}
.email-width {
	width: 100px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin: 0 auto 8px;
	cursor: default;
}
.course-width {
	padding-left: 20px;
}
.subject_two_column .form-group {
	width: 47%;
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
}
.subject_l_new {
	width: 80%;
}
.fee-installment-table {
	width: 80%;
	border: 1px solid #e5e5e5;
}
.fee-installment-table input[type="text"] {
	border: 0;
	font-size: 13px;
}
.fee-installment-table th {
	border-bottom: 1px solid #2b2b2b;
	border-top: 0;
}
.fee-installment-table th span {
	font-size: 13px;
	font-weight: 500;
}
.fee-installment-table td {
	border: 0;
}
.paymnt_width {
	width: 125px;
}
.add_btn_white {
	border: 1px solid #5b5959;
	background: none;
	color: #000;
	border-radius: 7px;
	width: 68px;
	margin-top: 7px;
	padding: 5px 0;
	font-size: 12px;
}
.form-group-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.form-group-inner .add_btn_white {
	margin: 0;
}
.form-group-inner
	.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 315px;
}
.fee-installment-table {
	margin-bottom: 20px !important;
}
.subject_lsec {
	position: relative;
}
.subject_r_table {
	margin-left: 6%;
	width: 58%;
}
.lectDuration {
	display: inline-block;
	vertical-align: top;
	width: 60px !important;
	font-size: 12px;
}
.subject_lformarea .assign_subject:first-child {
	margin-bottom: 25px !important;
} /******************add delete new page*************/
.add-delete-tab {
	flex-basis: 31%;
	margin-right: 15px;
	position: relative;
	margin-bottom: 15px;
}
.add-delete-info {
	width: 100%;
	box-shadow: 0 0px 3px #00000029;
	-webkit-box-shadow: 0 0px 3px #00000029;
	-moz-box-shadow: 0 0px 3px #00000029;
	-o-box-shadow: 0 0px 3px #00000029;
	background-color: #fff;
	border-radius: 8px;
	border-left: 5px solid #032da1;
	padding: 20px;
	transition: 0.8s;
}
.add-delete-row {
	display: flex;
	margin-bottom: 17px;
	align-items: center;
}
.add-delete-row p {
	font-size: 15px;
	text-overflow: ellipsis;
	width: 83%;
	overflow: hidden;
	white-space: nowrap;
	margin: 0 5px;
	cursor: pointer;
}
.add-delete-tab h3 {
	font-size: 20px;
	margin-bottom: 10px;
}
.add-delete-btn {
	border: 0;
	padding: 6px 12px;
	height: 27px;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #032da1;
	border: 0;
	color: #fff;
	cursor: pointer;
	border-radius: 8px;
}
.dashboard-cover {
	width: 100%;
}
.add-delete-row .fa-trash {
	color: red;
	cursor: pointer;
}
.add-delete-pop {
	position: absolute;
	top: 30px;
	right: 3px;
	padding: 20px 10px;
	box-shadow: 0 0px 3px #00000029;
	-webkit-box-shadow: 0 0px 3px #00000029;
	-moz-box-shadow: 0 0px 3px #00000029;
	-o-box-shadow: 0 0px 3px #00000029;
	background-color: #fff;
	border-radius: 8px;
	display: flex;
	align-items: center;
	width: 96%;
	transition: 0.8s;
	opacity: 0;
	height: 0;
}
.popShow {
	transition: 0.8s;
	opacity: 1;
	top: 33px;
	height: 70px;
}
.popError {
	position: absolute;
	color: red;
	font-size: 12px;
	bottom: 1px;
	display: none;
}
.add-delete-pop input[type="text"] {
	border-radius: 4px;
	border: 1px solid #dedede;
	font-size: 13px;
	padding: 4px 5px;
	margin-right: 8px;
	width: 88%;
}
.add-delete-pop button {
	padding: 0px 6px;
	font-size: 16px;
	display: flex;
	background: #032da1;
	border: 0;
	color: #fff;
	height: 24px;
	cursor: pointer;
	border-radius: 8px;
}
.add-delete-move {
	transition: 0.8s;
	margin-top: 90px;
}
/*******************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;
}
.side-list .dropdown-toggle::after {
	position: absolute;
	top: 19px;
	right: 14px;
}
.side-list .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;
}
a.dropdown-toggle[aria-expanded="false"]:after {
	position: absolute;
	top: 19px;
	transform: rotate(90deg);
}
.loginErr {
	color: red;
	font-size: 13px;
}
.loginSuccess {
	font-size: 13px;
	text-align: center;
	margin: 5px 0 10px;
	color: #2bc12b;
}
/******************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: 236px;
	font-size: 12px;
}
.application-toggle-btn .nav-pills {
	border: 1px solid #000;
	border-radius: 4px;
}
.application-toggle-btn .nav-pills .active {
	background: #032da1;
	color: #fff;
	border-color: #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: 98%;
	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;
	-webkit-box-shadow: 0px 3px 6px #00000029;
	-moz-box-shadow: 0px 3px 6px #00000029;
	-o-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%;
}
/**************fee-form******************/
.feeForm-wrap .form-control {
	width: 240px;
}
.form-group-div {
	display: flex;
	position: relative;
}
.form-div {
	width: 25%;
	margin-right: 12px;
}
.feeForm-wrap .form-div .form-control {
	width: 100%;
}
.form-group-div .add-delete-btn {
	position: relative;
	margin-top: 37px;
}
.feeForm-wrap {
	margin-bottom: 50px;
}
.checkBox {
	display: inline-block;
	position: relative;
	vertical-align: top;
	padding-left: 35px;
	margin-bottom: 12px;
	font-weight: 22px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.checkBox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkmark {
	position: absolute;
	top: 6px;
	left: 0;
	height: 15px;
	width: 15px;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
}
.checkBox:hover input ~ .checkmark {
	background-color: #ccc;
}
.checkBox input:checked ~ .checkmark {
	background-color: #032da1;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.checkBox input:checked ~ .checkmark:after {
	display: block;
}
.checkBox .checkmark:after {
    left: 4px;
    top: 1px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.form-group-h {
	display: none;
}
.syllabus-main {
	display: flex;
	margin-top: 20px;
}
.syllabus-tab {
	box-shadow: 0px 3px 6px #00000029;
	-webkit-box-shadow: 0px 3px 6px #00000029;
	-moz-box-shadow: 0px 3px 6px #00000029;
	-o-box-shadow: 0px 3px 6px #00000029;
	border-radius: 12px;
	padding: 25px 18px;
	text-align: center;
	margin-right: 25px;
	cursor: pointer;
	color: black;
}
.syllabus-image img {
	width: 40px;
}
.syllabus-image {
	height: 66px;
}
.syllabus-tab h5 {
	font-size: 14px;
	margin-bottom: 5px;
}
.syllabus-tab span {
	font-size: 13px;
	display: block;
}
.syllabus-tab .join-class-btn {
	padding: 6px 25px;
}
.syllabus-head .date-month-picker {
	margin-right: 14%;
}
.syllabus-tab .subject_addbtn {
	padding: 6px 20px;
	font-size: 13px;
	margin-top: 5px;
}
.att-grade-section {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.att-section-wrap {
	width: 60%;
}
.att-progress-bar {
	box-shadow: 0px 3px 6px #00000029;
	-webkit-box-shadow: 0px 3px 6px #00000029;
	-moz-box-shadow: 0px 3px 6px #00000029;
	-o-box-shadow: 0px 3px 6px #00000029;
	border-radius: 12px;
	padding: 15px;
	min-height: 160px;
}
.att-row {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.att-subject img {
	width: 18px;
}
.att-subject {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.att-subject h5 {
	font-size: 13px;
	margin-left: 10px;
	width: 50px;
}
.att-bar {
	margin-left: 50px;
	background-color: #00000029;
	border-radius: 15px;
	width: 240px;
}
.att-bar .progress {
	background-color: #032da1;
	color: white;
	padding: 1%;
	text-align: right;
	font-size: 20px;
	border-radius: 15px;
	height: 6px;
}
.att-bar .physics-att {
	width: 73%;
}
.att-bar .biology-att {
	width: 60%;
}
.att-bar .chemistry-att {
	width: 80%;
}
.att-bar .maths-att {
	width: 73%;
}
.att-number {
	text-align: center;
	font-size: 14px;
	margin: auto 30px;
}
.attendance-table th,
.attendance-table td {
	padding: 5px 15px;
	text-align: center;
	font-size: 14px;
	text-align: left;
}
.attendance-table th {
	font-weight: 500;
}
.attendance-table table {
	width: 45%;
}
.attendance-table td:last-child {
	text-align: center;
}
.attendance-table th:last-child {
	text-align: center;
}
.att-present {
	color: #06d629;
	font-weight: 500;
}
.att-absent {
	color: #d60606;
	font-weight: 500;
}
.user-info-one-fees {
	display: flex;
	width: 100%;
}
.user-info-one-fees p:nth-child(1) {
	width: 30%;
	margin: 10px 0;
	font-weight: 600;
	font-size: 14px;
}
.user-info-one-fees {
	display: flex;
	width: 100%;
}
.user-info-one-fees p {
	width: 30%;
	margin: 10px 0;
	font-weight: 600;
	font-size: 14px;
}
.user-info-one-fees p:nth-child(1) {
	font-weight: 600;
}
.user-info-one-fees p:nth-child(2) {
	width: 64%;
	font-size: 14px;
	display: inline-block;
	font-weight: 400;
}
.outter-check-wrap {
	width: 20px;
	display: inline-block;
}
.sele-sub-opt li {
	font-size: 14px;
	line-height: 25px;
	display: flex;
	margin: 0;
	width: 100%;
}
ul.sele-sub-opt-two {
	width: 45%;
}
.fees-pay-btn {
	cursor: pointer;
}
.sele-sub-opt-two li {
	font-size: 14px;
	line-height: 25px;
	display: flex;
	margin: 10px 0;
	width: 100%;
}
.sele-sub-opt {
	list-style-type: none;
	margin: 10px 0 0 0;
}
.outter-check {
	width: 18px;
	height: 18px;
	background-color: #a8a8a8;
	text-align: center;
	border-radius: 100%;
	margin: 0px 2px 0 0;
	font-size: 12px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.green-pay {
	background-color: rgb(100, 247, 112);
}
.paid-space {
	margin: 0 0 0 20px;
}
.fees-pay-btn {
	background-color: #032da1;
	color: #fff;
	border: none !important;
	padding: 0px 10px;
	border-radius: 5px;
	font-size: 10px;
	margin: 0 0 0 15px;
}
.back-page a {
	color: #000;
}
.paid-para {
	width: 71%;
	margin: 0 !important;
	color: #000;
}
.user-info-row-one {
	margin: 0 0 15% 0;
	width: 77%;
}
.addr-val-sec {
	display: flex;
}
.info-one-btn {
	background-color: #032da1;
	color: #fff;
	border: none !important;
	padding: 5px 15px;
	border-radius: 5px;
	font-size: 12px;
}
.recent-transaction p {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 600;
}
.recent-transaction {
	margin-top: 25px;
}
.recent-transaction th {
	border-top: 1px solid #c6c4c4;
	border-bottom: 1px solid #c6c4c4;
}
.recent-transaction th,
.recent-transaction td {
	padding: 9px 12px;
	font-size: 13px;
	text-align: left;
}
.recent-transaction table {
	width: 100%;
}
.attendance-view-cover {
	margin-top: 40px;
}
.attendance-view-sub {
	margin-bottom: 30px;
}
.syllabus-main a {
	text-decoration: none;
	color: #000;
}
/*****************************Report page******************************/
.report_sec_cover {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	margin-bottom: 45px;
}
.report_sec_left {
	width: 54%;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.dashboard_graph .report_sec_left {
	width: 100%;
}
.dashboard_graph .report_sec_left .report_tabs {
	flex-basis: 32%;
	background: #ebf0fe;
}
.report_sec_right {
	width: 43%;
	box-shadow: 0px 3px 6px #00000029;
	-webkit-box-shadow: 0px 3px 6px #00000029;
	-moz-box-shadow: 0px 3px 6px #00000029;
	-o-box-shadow: 0px 3px 6px #00000029;
	border-radius: 4px;
	padding: 20px;
	margin-bottom: 20px;
}
.report_tabs {
	flex-basis: 48%;
	box-shadow: 0px 3px 6px #00000029;
	-webkit-box-shadow: 0px 3px 6px #00000029;
	-moz-box-shadow: 0px 3px 6px #00000029;
	-o-box-shadow: 0px 3px 6px #00000029;

	border-radius: 6px;
	padding: 20px;
	margin-bottom: 20px;
}
.report_head {
	display: flex;
	margin-bottom: 10px;
	align-items: center;
}
.report_icon {
	margin-right: 10px;
	width: 28px;
}
.report_info {
	list-style-type: none;
	margin-top: 20px;
}
.report_info li {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 13px;
	margin-bottom: 10px;
}
.report_info li img {
	margin-right: 10px;
	width: 20px;
}
.report_info li label {
	margin: 0;
	width: 70%;
}
.report_head h5 {
	font-size: 16px;
	color: #181919;
}
.report_sec_right .report_info {
	width: 26%;
}
.table-responsive {
	display: table;
}
.subsec_sec {
	position: relative;
}
/*********print transaction********/
.admin_sec {
	position: relative;
}
.transaction_wrap {
	border: 1px solid #999999;
	padding: 20px;
	margin: 25px 0 20px;
	position: relative;
}
.print-section {
	position: absolute;
	right: 0;
	top: 0;
}
.print_date {
	font-size: 14px;
	position: absolute;
	right: 28px;
}
.print_icons {
	margin-bottom: 10px;
}
.print_icons ul {
	display: block;
	list-style-type: none;
	text-align: right;
}
.print_icons ul li {
	display: inline-block;
	margin-left: 10px;
	cursor: pointer;
}
.print_date label {
	font-weight: 500;
}
.print_date {
	font-size: 14px;
}
.transaction_table th {
	border-top: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	font-weight: 500;
}
.transaction_table tfoot td {
	border-top: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	font-weight: 500;
}
.transaction_table th,
.transaction_table td {
	padding: 6px 10px;
	font-size: 13px;
}
.transaction_table table {
	width: 100%;
}
.transaction_table {
	margin-bottom: 30px;
}
.transaction_table tfoot td:first-child {
	text-align: right;
}
.sub_descdetail2 {
	width: 240px;
}
.sub_descdetail_notif {
	text-overflow: ellipsis;
	width: 200px;
	overflow: hidden;
	white-space: nowrap;
	margin: auto;
}
.subject_l_notifn {
	width: 82%;
}
.notification_form-group {
	width: 46%;
}
.subject_l_notifn textarea.form-control {
	height: 190px;
}
.send_to_teachrNStu .notification_form-group {
	display: inline-block;
	margin-right: 20px;
}
.report_graph {
	width: 100%;
	position: relative;
}
.notif_details ul li label {
	font-weight: 600;
	margin-right: 12px;
}
.notif_details ul li {
	list-style-type: none;
	font-size: 14px;
}
.notif_details ul {
	margin-bottom: 5px;
}
.notif_details h5 {
	font-weight: 500;
	margin-bottom: 10px;
	font-size: 16px;
}
.notif_details p {
	font-size: 14px;
	width: 76%;
}
.No_data {
	height: 400px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
/**************form error****************/
.formErr {
	font-size: 12px;
	color: red;
	display: none;
}
.alert-danger,
.alert-success {
	margin-top: 10px;
}
/**********************view student calendar**********************/
.student_calendar {
	position: relative;
	margin: 0;
}
.student_calendar .ui-widget-header .ui-icon {
	font-size: 0;
}
.student_calendar .ui-datepicker .ui-datepicker-next {
	left: auto !important;
	right: -52px !important;
	position: absolute;
	top: 3px;
	width: 20px;
	cursor: pointer;
}
.student_calendar .ui-datepicker .ui-datepicker-prev {
	left: 11px;
	position: absolute;
	top: 3px;
	width: 20px;
	cursor: pointer;
}
.student_calendar .ui-datepicker .ui-datepicker-header {
	background: none;
	border: 0;
	width: 139px;
	position: relative;
}
.student_calendar .ui-widget-header .ui-datepicker-next .ui-icon:before,
.student_calendar .ui-widget-header .ui-datepicker-next .ui-icon:after {
	right: 7px;
}
.common_btn_wrap {
	margin-top: 20px;
}
/**************************/
.dashboard_graph .report_sec_cover {
	display: block;
}
.dashboard_graph .report_sec_right {
	width: 100%;
}
/*******chart*********/
.highcharts-credits {
	display: none;
}
.graph_details {
	position: absolute;
	top: 56px;
}
.graph_details ul li {
	list-style-type: none;
	font-size: 13px;
	display: flex;
	margin-bottom: 11px;
}
.graph_details ul li .chart_fee_name {
	margin-left: 14px;
}
.graph_details ul li span {
	width: 10px;
	height: 10px;
	background: red;
	margin-top: 4px;
}
.graph_details ul li:nth-child(1) span {
	background: #032da1;
}
.graph_details ul li:nth-child(2) span {
	background: #133ba7;
}
.graph_details ul li:nth-child(3) span {
	background: #2449ad;
}
.graph_details ul li:nth-child(4) span {
	background: #3557b3;
}
.graph_details ul li:nth-child(5) span {
	background: #4665ba;
}
.graph_details ul li:nth-child(6) span {
	background: #5773c0;
}
.graph_details ul li:nth-child(7) span {
	background: #6781c6;
}
.graph_details ul li:nth-child(8) span {
	background: #788fcd;
}
.graph_details ul li:nth-child(9) span {
	background: #899dd3;
}
.chart_fee {
	font-weight: 600;
	font-size: 12px;
	margin-left: 13px;
}
rect.highcharts-background {
	fill: #f4f4f400;
}
/*********report page graph***********/
.report_sec_graph .report_sec_left .report_tabs {
	flex-basis: 32%;
	background: #ffffff;
}
.report_filter .subject-filter {
	flex-basis: 19%;
}
.listWithDrpdwn .dropdown-item.active,
.listWithDrpdwn .dropdown-item:active {
	color: #fff !important;
	background-color: #fff;
	border-radius: 10px 0px 0px 10px;
}
.report_filter .date-filter {
	flex-basis: 15%;
}
/*****************payment-filter*********************/
.payment-filter .subject-filter {
	flex-basis: 14%;
}
.payment-filter .subject-filter select {
	padding: 0 0px;
}
select#by_payment_status {
	padding: 0 !important;
}
.payment-filter .form-control {
	padding: 0 3px;
}
.payment-filter .date-filter {
	flex-basis: 13% !important;
}
.payment-filter .course-filter {
	flex-basis: 12%;
}
.payment-filter .filter-reset .btn-success {
	padding: 7px 9px;
	font-size: 13px;
}

.payment-filter .filter-reset .subject_addbtn {
	padding: 9px 0px 9px 5px;
}
.subject-filter-l {
	flex-basis: 19% !important;
}

/***************table-content-width-control******************/

/****************student id card********************/
.student_id_card_wrap {
	position: absolute;
	right: 100px;
	top: 104px;
}
.student_card {
	width: 250px;
	height: auto;
	z-index: 999;
	box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
	border-radius: 10px;
}
.student_card img {
	width: 100%;
}
.student_card_img {
	text-align: center;
	width: 100%;
}
.student_card_img img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 2px solid #002e84;
	margin-bottom: 7px;
}
.student_card_img h3 {
	font-size: 13px;
	margin-top: 2px;
	color: #032da1;
	font-weight: 600;
}
.student_card_img p {
	font-size: 11px;
	color: black;
	font-weight: 600;
}
.QR_code {
	text-align: center;
	width: 100%;
}
.QR_code img {
	width: 50px;
	height: 50px;
	object-fit: contain;
}
.QR_code p {
	font-size: 12px;
	margin-top: 5px;
	font-weight: 600;
}
.download_card_btn {
	text-align: center;
}
.assign_subject .dropdown-toggle::after {
	position: absolute;
	top: 13px;
	right: 18px;
}
.online-session-wrap td .dropdown-toggle::after {
	position: absolute;
	top: 13px;
	right: 3px;
}
/************notification filter************/
.notif_filter .subject-filter {
	width: 17%;
}
.notif_filter .date-filter {
	width: 20%;
}
.notif_filter .filter_lbl {
	width: 6%;
}
.notif_filter .date-filter .date-fil-row {
	width: 93%;
}
/*******************************************/
.teacher-profile {
	width: 200px !important;
	height: 200px !important;
}
.online-session-wrap table {
	width: 100%;
}
.teacher-info-name {
	margin: 20px 0;
}
.teacher-info-name ul li {
	list-style-type: none;
}
.document-view-wrap {
	width: 500px;
	height: 70vh;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	display: flex;
}
.view-doc .modal-dialog {
	height: 105vh;
}
.document-view-wrap img {
	margin: 0 auto;
}
/**************table_content_width******************/
.date_width {
	text-overflow: ellipsis;
	width: 60px;
	overflow: hidden;
	white-space: nowrap;
	cursor: default;
}
.po-calendar {
	position: relative;
}

.cal-icon {
	position: absolute;
	right: 10px;
	top: 7px;
	font-size: 18px;
}

.pay-btn {
	background-color: #032da1;
	color: #fff;
}

