@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;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul {
	margin: 0;
}
button:focus,
textarea:focus,
input:focus,
select:focus {
	outline: 0;
}
.main-inner-content-note {
	width: 100%;
}
.main-inner-content-new {
	width: 80%;
	margin-top: 10px;
}
.content-box-scroll {
    overflow: auto;
    padding: 5px 7px;
    width: 70%;
    border-radius: 10px;
}
h5.content-heading-sec a {
	color: #000;
}
.content-box-scroll-less {
	width: 60%;
}
.content-heading-sec,
.content-heading-sec-two {
	font-weight: 600;
	color: #3d3d3d;
	padding-bottom: 1rem;
}
.content-heading-sec-two {
	padding-bottom: 0;
}
.content-exam-box-one,
.content-exam-box-blue {
	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;
	background-color: #fff;
	border-radius: 8px;
	padding: 10px;
	transition: 0.5s;
	border-left: 5px solid #fcfcfc;
	margin: 0% 0 2% 0;
}
.content-exam-box-one:hover {
	border-left: 5px solid #032da1;
	transition: 0.5s;
}
.notif-active {
	border-left: 5px solid #032da1;
}
.content-exam-box-one:hover {
	box-shadow: 0 2px 6px #00000029;
}
.content-exam-box-blue {
	border: 1.5px solid #032da1 !important;
}
.content-box-one-inner {
	display: flex;
	width: 100%;
}
.blue-tick {
	background-color: #032da1;
	height: 20px;
	width: 20px;
	border-radius: 100%;
	color: #fff;
	padding: 2px 5px;
	font-size: 12px;
}
.content-right-side {
	width: 90%;
	justify-content: flex-start;
}
.content-right-side h6 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}
.content-left-side {
	width: 10%;
	justify-content: flex-end;
	display: flex;
}
.content-mid-text p {
	font-size: 12px;
	width: 90%;
	padding: 5px 0;
	line-height: 15px;
	color: #000;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.content-last-sec li:last-child {
    display: flex;
    justify-content: flex-end;
    flex: 15%;
}
.content-last-sec li:nth-child(2) {
    display: flex;
    justify-content: center;
    flex: 25%;
}
.content-last-sec li:nth-child(3) {
    flex: 30%;
}
.content-last-sec {
	display: flex;
	justify-content: space-between;
}
.content-last-sec-new li {
	display: inline-block;
	width: 29%;
}
.content-last-sec-new {
	display: block;
	margin-top: 10px;
}
.content-last-sec-new ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.content-last-sec li {
	list-style-type: none;
	color: #585469;
	font-size: 13px;
	width: 18%;
}
.content-last-sec li:first-child {
	flex: 26%;
}
.exam-last-sec-btn,
.grade-inner-btn,
.view-grade-btn,
.phy-evlauate,
.tabl-evl-btn {
	background-color: #032da1;
	color: #fff;
	border: none !important;
	padding: 5px 15px;
	border-radius: 5px;
	font-size: 12px;
}
.exam-detail-btn {
	margin: 2% 0;
	width: auto;
}
.upper-pagination {
	display: flex;
	font-size: 14px;
}
.pagination-left {
	width: 50%;
	font-weight: 600 !important;
}
.question-wrap h6 {
	padding: 20px 0 5px 0;
	font-weight: 600;
	color: #3d3d3d;
	font-size: 15px;
}
.question-wrap {
	width: 100%;
}
.question-wrap p {
	padding: 0.2rem 0 1rem 0;
	font-size: 14px;
}
.option-select-sec {
	display: flex;
	margin: 1% 0;
}
.option-select-right {
	width: 3%;
}
.option-select-left {
	font-size: 14px;
}
.btn-previous-sec {
	display: flex;
	width: 70%;
}
.btn-pre-one {
	margin: 0 0.5rem;
}
.btn-pre-inner,
.btn-next-inner,
.view-detail-notify,
.list-end-btn,
.tf-noti-btn {
	background-color: #fff;
	border: 1.5px solid #032da1;
	outline: none !important;
	padding: 3px 10px;
	font-weight: 500;
	font-size: 13px;
	border-radius: 5px;
	cursor: pointer;
}
.btn-next-inner {
	background-color: #032da1;
	color: #fff;
}
.bt-skip {
	background-color: transparent !important;
	color: #000;
	border: none !important;
}
.btn-pre-sec-outter {
	display: flex;
	margin: 40px 0 0 40px;
	justify-content: space-between;
}
.text-sec {
	width: 85%;
	height: 200px;
	overflow: auto;
	padding: 10px;
	margin: 10px 0 0 0;
	border: 1.5px solid #032da1;
	border-radius: 3px;
}
.grade-container-sec {
	margin: 20px 0 0 0;
}
.my-grade-sec-one {
	width: 170px;
	background-color: #f3f3f3;
	padding: 28px 10px 10px 10px;
	margin: 0 20px 20px 0;
	text-align: center;
	height: 150px;
	border-radius: 12px; 
}
.grade-btn {
	display: flex;
	justify-content: center;
	margin: 15px 0 0 0;
}
.my-grade-sec-one p {
	font-weight: 600;
	font-size: 15px;
}
.my-grade-detail-sec {
	padding: 10px;
	border-radius: 5px;
	background-color: #f3f3f3;
	width: 65%;
}
.grade-detail-table {
	display: flex;
	background-color: #032da1;
	border-radius: 35px;
	color: #fff;
}
.grade-table-mark-blue {
	background-color: #032da1;
	color: #fff;
	width: 145px;
	text-align: center;
	padding: 5px 0;
}
.grade-table-heading {
	text-align: center;
	padding: 4px;
	margin: 0 35px 0 30px;
}
.grade-detail-table-marks {
	list-style-type: none;
	font-size: 14px;
}
.grade-table-mark {
	width: 145px;
	text-align: center;
	margin: 25px 0px 0px 0px;
}
.grade_box_outter {
	display: flex;
	margin: 17px 0 0 0;
	justify-content: center;
}
.message-sec-outter {
	display: flex;
	width: 95%;
}
.mesage-sec-left {
	width: 70%;
}
.mesage-sec-right {
	width: 30%;
}
.chat-box-sec {
	width: 95%;
}
.chat-box-header {
	width: 100%;
	background-color: #032da1;
	border-radius: 10px 10px 0 0px;
	padding: 10px;
	display: flex;
}
.chat-profile-pic {
	width: 18%;
}
.chat-name-sec {
	color: #fff;
	padding: 0 10px;
}
.chat-name-sec-chat {
	color: #000;
	width: 55%;
}
.chat-name-sec p {
	font-size: 9px;
}
.chat-name-sec h6 {
	font-weight: 600;
}
.chat-name-sec-chat h6 {
	padding: 5px 10px;
	font-weight: 600;
	color: #222222;
	font-size: 1.1rem;
}
.chat-name-sec-chat p {
	color: #3d3d3d;
	font-size: 12px;
	line-height: 14px;
	padding: 3px 10px;
}
.Chat-box-header-left {
	display: flex;
	width: 30%;
}
.chat-header-right-outter {
	display: flex;
	justify-content: flex-end;
	width: 70%;
	padding: 0 1rem;
	color: #fff;
	position: relative;
}
.menu-chat {
	font-size: 22px;
	margin: 5px 0 0 0;
}
.chat-dropdown {
	height: 70px;
	width: 150px;
	background-color: #fff;
	position: absolute;
	margin: 40px 0 0 -130px;
	padding: 10px 15px;
	list-style-type: none;
	color: black;
	box-shadow: 0 0 5px #00000029;
	display: none;
}
.chat-box-header-right:hover .chat-dropdown {
	display: inline-block;
}
.chat-box-header-right {
	display: inline-block;
	position: relative;
}
.arrow {
	position: absolute;
	z-index: 5;
	margin: -26px 0 0 110px;
	color: #fff;
	font-size: 25px;
}
.chat-box-left {
	padding: 1rem;
	width: 100%;
	overflow: auto;
	height: 65vh;
}
.chat_box_whole_outter {
	display: flex;
	justify-content: flex-start;
}
.chat_box_whole_outter-replay {
	display: flex;
	justify-content: flex-end;
}
.chat-box-left-inner {
	width: 100%;
	display: flex;
}
.chat-box-whole {
	background-color: #fff;
	width: 50%;
}
.chat-user-photo {
	width: 15%;
	padding: 5px;
	border-radius: 100%;
	border: 1px solid #fff;
}
.chat-box-user-message-left {
	border: 2px solid #032da1;
	width: 80%;
	padding: 5px;
	margin: 5px;
	border-radius: 5px;
	font-size: 12px;
}
.chat-info {
	font-size: 10px;
	margin: 5px 0 0 55px;
	padding: 2px 0 5px 0;
}
.chat-date {
	margin: 0 0px 0 26px;
	font-weight: 600;
}
.send_message {
	border: 1.5px solid #032da1;
	border-radius: 30px;
	display: flex;
}
.sending-text {
	border: none !important;
	margin: 3px 0 0 10px;
	background-color: transparent;
	width: 85%;
}
.profile-pic {
	height: 100%;
	position: relative;
}
.file-input label {
	display: block;
	position: relative;
	cursor: pointer;
	transition: transform 0.2s ease-out;
	margin: 4px 0 0 0;
}
.file {
	opacity: 0;
	width: 0.1px;
	height: 0.1px;
	position: absolute;
}
.chat-with-n-search-bar {
	display: flex;
	border: 1px solid #ddd;
	border-radius: 30px;
	background-color: #fff;
	padding: 3px 8px;
	margin: 20px 10px;
}
.chat-searc {
	border: none !important;
	width: 90%;
}
.subj-container-sec {
	margin: 0 !important;
}
.chat-witn-n-one {
	display: flex;
	background-color: #f9f9f9;
	padding: 10px 16px 5px 16px;
	border-bottom: 0.5px solid #ddd;
}
.chat-witn-n-one:hover {
	background-color: #e6ecff;
}
.chat-time-chat {
	display: flex;
	justify-content: flex-end;
	font-size: 12px;
	color: #3d3d3d;
	width: 25%;
}
.chat-with-n {
	background-color: #f9f9f9;
	padding: 1rem 0 0 0;
	margin: 2rem 0;
	border-radius: 11px;
	box-shadow: 0 0 3px #00000029;
}
.chat-scroll-n {
	height: 60vh;
	overflow: auto;
}
/*==============================teacher-flow==========================*/
.teacher-flow-class-one {
	background-color: #fff;
	box-shadow: 0px 0px 8px #00000029;
	width: 18%;
	text-align: center;
	padding: 1rem;
	border-radius: 10px;
	margin: 0 1%;
}
.t-flow-class-img img {
	width: 65px;
}
.t-flow-class-img {
	padding: 0 0;
}
.teacher-flow-class-one a {
	color: #000;
	text-decoration: none;
}
.teacher-flow-class-one p {
	font-weight: 600;
	margin: 10px 0 0 0;
	font-size: 12px;
}
.teacher-flow-class-one:hover {
	background-color: #f5f5f5;
}
.calender-push {
	width: 45%;
	display: flex;
	justify-content: flex-end;
}
.date-month-shower input[type="month"] {
	border: 0;
}
.cal-push-inner {
	width: 15%;
	height: 20px;
}
.cal-assinment {
	width: 100%;
	display: flex;
	justify-content: center;
}
.cre-assing {
	width: 24%;
	margin: 0 6% 0 0;
	display: flex;
	justify-content: flex-end;
}
.assing-sub {
	background-color: #032da1;
	color: #fff;
	padding: 5px 10px;
	border-radius: 30px;
	border: none !important;
	cursor: pointer;
}
.chat-box-left::-webkit-scrollbar {
	display: none;
}
.sub-box-sec {
	display: flex;
	box-shadow: 0 0 3px #00000029;
	width: auto;
	border-radius: 10px;
	margin: 10px;
}
.sub-box-rightside {
	width: 350px;
	padding: 5px;
}
.sub-box-leftside {
	width: 75px;
	background-color: #f9f9f9;
	padding: 25px 0 0 0;
}
.sub-box-rightside h6 {
	font-weight: 600;
}
.sub-box-rightside p {
	padding: 5px 0 5px 0;
}
.sub-box-rightside {
	line-height: 14px;
	font-size: 14px;
	padding: 5px 10px;
}
.sub-box-rightside ul {
	display: flex;
	list-style-type: none;
	justify-content: space-between;
	margin: 5px 0;
}
.sub-quest-btn,
.done-btn {
	background-color: #032da1;
	border: none !important;
	color: #fff;
	padding: 5px 8px;
	border-radius: 5px;
	cursor: pointer;
}
.mid-paper-sec {
	display: flex;
	padding: 10px;
	width: 100%;
}
.quest-box-ouuter {
	padding: 3px;
}
.mid-paper-sec-left {
	width: 50%;
	box-shadow: 0 0 6px #00000029;
	margin: 0 3% 0 0;
}
.mid-paper-sec-right {
	width: 50%;
}
.quest-box-header {
	display: flex;
	background-color: #f5f5f5;
	border-radius: 5px 5px 0 0;
	margin: 8px;
	padding: 8px;
}
.quest-box-footer {
	display: flex;
	background-color: #f5f5f5;
	border-radius: 0 0 5px 5px;
	margin: 8px;
	padding: 8px;
}
.quest-box-header p:nth-child(2) {
	width: 40%;
	display: flex;
	justify-content: flex-end;
	font-size: 12px;
	font-weight: 600;
	margin-top: 4px;
}
.quest-box-header p:first-child {
	width: 60%;
	justify-content: flex-start;
	font-weight: 600;
	font-size: 15px;
}
.quest-box-body-scroll {
	overflow-y: auto;
	height: 60vh;
}
.quest-box-body-scroll::-webkit-scrollbar {
	display: none;
}
.quest-added-row {
	display: flex;
	margin: 10px;
}
.quest-added-one {
	display: flex;
	background-color: #f5f5f5;
	padding: 4px 6px;
	list-style-type: none;
	border-radius: 5px;
	width: 100%;
}
.quest-added {
	width: 25px;
	color: #c4c4c4;
	cursor: pointer;
}
.quest-added-green {
	color: forestgreen;
}
.quest-added-one li:nth-child(2) {
	font-size: 12px;
	width: 70%;
}
.quest-added-one li:nth-child(1) {
	width: 8%;
	font-weight: 600;
}
.quest-added-one li:nth-child(3) {
	width: 6%;
}
.quest-added-one li:nth-child(4) {
	width: 16%;
	font-weight: 600;
	text-align: right;
	font-size: 14px;
}
.add-tec-quest {
	border-radius: 100%;
	width: 20px;
	height: 20px;
	background-color: #3d3d3d;
	color: #fff;
	border: none;
	margin: 0 5px;
	cursor: pointer;
}
.quest-foot-marks {
	display: flex;
	list-style-type: none;
	justify-content: space-between;
	width: 100%;
}
.sub-quest-paper {
	background-color: #032da1;
	color: #fff;
	padding: 2px 8px;
	border: none;
	border-radius: 5px;
	font-size: 12px;
}
.mark-around {
	height: 15px;
	width: 15px;
	background-color: #bfbfbf;
	border-radius: 100%;
	padding: 3px;
	color: #fff;
	cursor: pointer;
}
.mark-green {
	background: forestgreen;
}
.mid-paper-sec-right {
	box-shadow: 0 0 6px #00000029;
	width: 50%;
	padding: 10px;
}
.quest-info-header {
	display: flex;
}
.quest-info-header p:nth-child(1) {
	width: 50%;
	display: flex;
	justify-content: flex-start;
	font-weight: 600;
	font-size: 15px;
}
.quest-info-header p:nth-child(2) {
	width: 50%;
	display: flex;
	justify-content: flex-end;
	font-weight: 600;
	font-size: 15px;
}
.sel-multiple {
	background-color: #032da1;
	color: #fff;
	padding: 3px;
	border-radius: 5px 5px 0 0;
	border: none;
	margin: 0 5px;
	outline: none;
	font-size: 14px;
}
select > option {
	background-color: #f3f3f3;
	color: #000;
}
.quest-add-inside {
	margin: 0 10px;
	width: 100%;
	border-radius: 5px;
	padding: 5px;
	height: 150px;
}
.enter-quest-place {
	display: flex;
}
.input-image {
	color: blue;
	margin-left: 10px;
	text-decoration: underline;
}
.insert-prop {
	text-align: right;
	margin: 10px;
	font-size: 15px;
}
.add-opt-ans {
	background-color: #f6f6f6 !important;
	border: none !important;
	border-radius: 5px;
	width: 90%;
	margin: 5px 0;
}
.selected-ans-type {
	margin: 10px 0;
	font-weight: 600;
	font-size: 15px;
}
.correct-opt {
	border: none;
	font-weight: 600;
	outline: none;
	margin: 0 5px;
}
.opt-footer-btns {
	display: flex;
	justify-content: flex-end;
}
.stud-drade-wrap {
	display: flex;
}
.stud-drade-wrap h4 {
	width: 70%;
}
.stud-dev-wrap {
	display: flex;
	width: 95%;
}
.stud-dev-wrap-new {
	width: 100%;
}
.stud-wrap-left {
	width: 460px;
}
.stud-wrap-right {
	width: 460px;
	box-shadow: 1px 1px 3px #00000029;
	margin: 0 0 0 50px;
	border-radius: 5px;
}
.eval-wrap-right {
	width: 400px;
	margin: 0 0 0 50px;
}
.stud-row-one h6 {
	width: 78%;
	font-size: 13px;
	margin: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.stud-row-one {
	display: flex;
	border-left: 6px solid #032da1;
	border-radius: 6px;
	padding: 5px;
	margin: 0 0 20px;
	box-shadow: 1px 1px 4px #00000029;
	align-items: flex-start;
}
.stud-exam-detail-header {
	background-color: #032da1;
	padding: 8px;
	color: #fff;
	border-radius: 5px 5px 0 0px;
	font-weight: 500;
	font-size: 15px;
}
.student-info-wrap {
	display: flex;
	padding: 8px 16px;
	box-shadow: 0px 0px 3px #00000029;
}
.student-info-wrap h6 {
	width: 50%;
	font-size: 16px;
}
.student-info-wrap h6:nth-child(2) {
	display: flex;
	justify-content: flex-end;
}
.stud-info-list {
	height: 60vh;
	overflow-y: auto;
}
.stud-info-list::-webkit-scrollbar {
	display: none;
}
.stud-info-list li {
	display: flex;
	list-style-type: none;
	padding: 10px 16px;
}
.stud-info-list li p {
	width: 50%;
	font-size: 14px;
}
.end-btn-grd {
	display: flex;
	justify-content: flex-end;
	width: 50%;
}
.stud-table-wrap {
	width: 70%;
	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: 20px 10px;
	border-radius: 10px;
}
.stud-table-wrap h4,
h6 {
	padding: 5px 0;
	font-weight: 600;
}
.eval-sub li {
	display: flex;
	box-shadow: 0 0 6px #00000029;
	margin: 20px;
	padding: 10px 25px 10px 0;
	border-radius: 12px;
	justify-content: space-between;
	align-items: center;
}
.phy-sec-start {
	width: 20%;
}
.phy-sec-start img.mx-auto.d-block.img-fluid {
	width: 27px;
}
.phy-sec-mid {
	width: 55%;
}
.phy-sec-mid p:nth-child(1) {
	font-weight: 600;
	font-size: 16px;
}
.phy-sec-mid p:nth-child(2) {
	font-size: 12px;
}
.phy-sec-last {
	width: 25%;
}
.stud-evalutaion-detail-header {
	font-weight: 600;
	padding: 0 10px;
}
.exam-evl-action {
	width: 65%;
}
.action-sec {
	box-shadow: 0 0 8px #0000001a;
	margin: 0 !important;
}
.action-sec tr {
	height: 40px;
}
.action-sec th {
	color: #000;
	border-bottom: 1px solid #00000029;
	background-color: #fff;
	font-weight: 600;
}
.action-tab-heading {
	height: auto !important;
	font-size: 14px;
	font-weight: 600;
}
.exam-eval-action-header {
	background-color: #032da1;
	padding: 12px 15px;
	color: #fff;
	border-radius: 10px 10px 0 0;
}
.name-strong {
	font-weight: 600;
	font-size: 14px;
}
.action-sec td {
	font-size: 14px;
	padding: 12px 0;
}
.tabl-evl-btn {
	width: 110px;
}
.scrg {
	height: 60vh;
}
.main-right-wrap {
	display: flex;
	margin-right: 2%;
}
.main-right-ques .fa-plus-circle {
	color: #032da1;
}
.main-right-ques {
	margin-right: 15px;
}
.main-right-evaluate img {
	width: 16px;
}
.main-right-wrap button {
	background: none;
	font-weight: 600;
	font-size: 14px;
	cursor: pointer;
}
.noti-wrap-sec {
	display: flex;
}
.noti-wrap-sec-left {
	width: 45%;
	margin: 0 3% 0 0;
}
.noti-wrap-sec-right {
	width: 45%; 
}
.notif_content {
	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: 20px;
}
.noti-wrap-sec-right-inner {
    display: flex;
    margin: 3px 0 20px 0;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.noti-wrap-sec-right-inner p:nth-child(1) {
	font-weight: 600;
	font-size: 14px;
	width: 50%;
}
.noti-wrap-sec-right-inner p:nth-child(2) {
	color: #585469;
	font-size: 12px;
	width: 25%;
	display: flex;
	justify-content: flex-end;
	font-weight: 600;
}
.content-heading-sec a {
	color: #000;
}
.pagination-left a {
	color: #000;
}
.conten-breadcrum a {
	color: #000;
}
#heading-height {
	height: 30px;
}
.syllabus-wrap-me {
	width: 80%;
}
.syllabus-wrap-me {
	width: 96%;
}
.question-wrap-me {
	width: 85%;
}
.content-last-sec-noti {
	display: flex;
	list-style-type: none;
	justify-content: space-between;
}
.content-last-sec-noti li:nth-child(1) {
	font-size: 14px;
	color: #585469;
}
.content-last-sec-noti li:nth-child(2) {
	font-size: 14px;
	color: #585469;
}
.main-noti-sec {
	width: 85%;
}
.content-right-side-noti h6 {
	font-size: 14px;
	font-weight: 600;
}
.content-right-side-noti,
.content-left-side-noti {
	width: 50%;
}
.content-left-side-noti {
	font-size: 13px;
	font-weight: 600;
	display: flex;
	justify-content: flex-end;
	margin: 3px 0 0 0;
}
.noti-wrap-sec-right-inner p:nth-child(1) {
	font-weight: 600;
	font-size: 14px;
	width: 50%;
}
.noti-wrap-sec-right-inner p:nth-child(2) {
	color: #585469;
	font-size: 12px;
	width: 33%;
	display: flex;
	justify-content: flex-end;
	font-weight: 600;
}
.noti-wrap-sec-right-inner p:nth-child(3) {
	color: #585469;
	font-size: 12px;
	width: 25%;
	display: flex;
	justify-content: flex-end;
	font-weight: 600;
}
.noti-wrap-sec-right h6 {
	font-size: 14px;
	text-align: right;
	margin-top: 30px;
}
.my-info-header {
	display: flex;
	list-style-type: none;
	justify-content: space-between;
	border-bottom: 2px solid #ddd;
	margin: 0 0 30px 0;
	width:60%;
}
.recent-transaction h5.mb-3 {
    font-size: 16px;
    font-weight: 600;
}
.recent-table table.dataTable thead th { 
    font-weight: 500;
    font-size: 13px;
}
.recent-table table.dataTable td {
font-size:13px;
}
.recent-table label {
    font-size: 13px;
}
.recent-table .dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_paginate .paginate_button { 
    font-size: 13px;
}
.my-info-inner {
	padding: 0px;
	width: 100%;
}
.my-info-wraper {
	margin: 35px 0px;
	width: 100%;
}
.my-info-header li {
	font-size: 16px;
	font-weight: 600;
}
.my-info-header li a:hover {
	color: #032da1 !important;
}
.user-info-one {
	display: flex;
	width: 70%;
	margin: 10px 0;
}
.user-info-one-next {
	display: flex;
	width: 100%;
	margin: 10px 0;
	justify-content: flex-start;
	padding: 5px 0;
}
.user-info-one-next p:nth-child(1) {
	width: 30%;
	font-weight: 600;
	font-size: 14px;
}
.name-val-sec {
	width: 50%;
	display: flex;
}
.user-info-one p:nth-child(1) {
	width: 50%;
	font-weight: 600;
	font-size: 14px;
}
.user-info-one p:nth-child(2) {
	width: 50%;
	font-size: 14px;
}
.reset-code {
	color: #032da1;
	font-size: 12px;
	color: #1492e6;
}
.emergency-heading {
	margin: 20px 0 25px;
}
.user-info-row-two {
	margin: 0 0 40px 0;
}
.blue-line {
	color: #032da1 !important;
	border-bottom: 5px solid #032da1;
}
.blue-line a {
	color: #032da1 !important;
}
.my-info-header a {
	color: #000;
	text-decoration: none;
}
.text-background-two {
	background-color: #f2f0f0;
	border: none;
	margin: 0 10px;
	padding: 3px 6px;
	font-size: 12px;
}
.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: 13px;
}
.user-info-one-fees p:nth-child(2) {
	width: 70%;
	margin: 10px 0 0 0;
	font-size: 13px;
}
ul.sele-sub-opt-two { 
    margin: 10px 0;
}
.sele-sub-opt li {
	font-size: 14px;
	line-height: 25px;
	display: flex;
	margin: 0;
	width: 100%;
}
.sele-sub-opt-two li {
	font-size: 14px;
	line-height: 25px;
	display: flex;
	margin: 10px 0;
	width: 100%;
	cursor: pointer;
}
.sele-sub-opt {
	list-style-type: none;
	margin: 10px 0 0 0;
}
.outter-check {
	width: 24px;
	height: 18px;
	background-color: #a8a8a8;
	text-align: center;
	border-radius: 100%;
	margin: 0px 10px 0 0;
	font-size: 10px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: 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: 13px;
	margin: 0 0 0 15px;
	text-decoration: none !important;
}
.sele-sub-opt-two .fees-pay-btn.text-white {
    width: 90px;
    padding: 0px 7px;
    text-align: center;
}
.back-page a {
	color: #000;
}
.outter-pay-wrap {
    width: 32%;
    display: flex;
}
.paid-para {
	width: 71%;
	margin: 0 !important;
	color: #000;
}
.user-info-row-one {
	margin: 0 0 15% 0;
}
.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;
	cursor: pointer;
}
/***********************SHILPA's STYLES***********************/
/******************HEADER*********************/
header {
	display: flex;
	padding: 30px 0 15px;
	margin-left: 170px;
}
.search-bar-wrap {
	width: 75%;
	padding: 0;
	position: relative;
}
.user-login-section {
	width: 16%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 5%;
}
.search-bar-wrap input[type="text"] {
	border: 1px solid #868383;
	border-radius: 7px;
	width: 99%;
	padding: 10px;
	height: 32px;
}
.search-bar-wrap:after {
	position: absolute;
	right: 20px;
	top: 4px;
	font-family: "Font Awesome 5 Free";
	content: "\f002";
	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: 8px 10px;
}
.user-wrap img {
	background: #032da1;
	width: 17px;
	border-radius: 50%;
	padding: 0;
	margin-right: 10px;
}
.user-wrap h5 {
	font-size: 15px;
	display: flex;
}
.user-wrap h5 span {
	font-weight: 500;
	margin-right: 3px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	max-width:120px;
}
.assignment-calendar p {
    font-size: 14px;
}
.ui-state-default {
    width: 38px !important;
    height: 38px !important;
    margin: 10px auto !important;
}
.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;
	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;
	overflow-x: hidden;
	white-space: nowrap;
	border-radius: 0px 15px 15px 0px;
	padding-left: 10px;
}
.sideMenu ul {
	list-style-type: none; 
    width: 110%;
    height: 76%;
    overflow-y: scroll;
    padding-right: 15px;
    box-sizing: content-box;
    overflow-x: hidden;
    list-style-type: none;
}
.mobileMenu {
	display: none;
}
.logo-wrap {
	padding: 20px 15px;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.logo-name h3 {
	line-height: 23px;
}
.logo-name p {
	font-size: 12px;
}
.logo-name {
	margin-left: 10px;
}
.logo-wrap img {
	max-width: 200px;
	width: 100%;
}
.sideMenu ul li.list {
	/* padding: 10px 15px; */
	font-weight: 700;
	font-size: 13px;
	transition: 0.5s;
	margin: 5px 0;
	cursor: pointer;
	border-radius: 10px 0px 0px 10px;
}
.sideMenu ul li.list a {
	color: #ffffff;
	text-decoration: none;
	padding: 10px 15px;
	margin: 5px 0;
	display: block;
}
.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;
}
.sideMenu ul li.active a {
    color: #032da1;
}
.sideMenu ul li .icon-active {
    filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
	-moz-filter: brightness(0) invert(1);
	-o-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;
}
.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 {
	margin-left: 130px;
	padding: 40px 0;
	margin-bottom: 80px;
	position: relative; 
}
.main-wrap {
    width: 100%;
}
.class-head {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
.common-heading {
	font-size: 20px;
	font-weight: 600;
}
.common-heading .fa-long-arrow-alt-left {
	margin-right: 10px;
}
.common-heading span {
	font-size: 15px;
	font-weight: 600;
}
.view-more-link {
	background: none;
	border: 0;
	text-decoration: underline;
	color: #032da1;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
}
.view-more-link a {
	color: #032da1;
}
/*****************CLASSES SECTION************************/
.class-tab-img img {
	width: 90px;
	border-radius: 50%;
	transition: 0.5s;
	height: 90px;
}
.class-section-main {
	display: flex;
	flex-wrap: wrap;
}
.class-tab {
    flex-basis: 16%;
    cursor: pointer;
}
.class-tab-img {
	background: #032da1;
	width: 106px;
	border-radius: 50%;
	margin: auto;
	height: 106px;
	border: 0px solid #032da1;
	padding: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 5px solid #032da1;
	overflow: hidden;
}
.class-tab:hover img {
	transition: 0.5s;
	transform: scale(1.06);
}
.class-tab-details h4 {
	color: #032da1;
	font-size: 15px;
	margin-bottom: 5px;
}
.class-tab-details {
	padding: 10px 0;
	text-align: center;
}
a.join-class-btn:hover {
    color: #fff;
    text-decoration: none;
}
.class-tab-details p {
	font-size: 13px;
	margin-bottom: 5px;
	text-overflow: ellipsis;
	width: inherit;
	overflow: hidden;
	white-space: nowrap;
	margin: 0 auto 5px;
}
.join-class-btn {
	background: #032da1;
	border: 0;
	color: #fff;
	padding: 6px 40px;
	font-size: 12px;
	border-radius: 5px;
	cursor: pointer;
}
.class-tab-details h6 {
	font-size: 13px;
	padding: 6px 0;
}
/************************ASSIGNMENTS SECTION************************/
.todays-assignments-main {
	display: flex;
	margin: 20px 0;
	justify-content: space-between;
	flex-wrap: wrap;
}
.todays-assignments-tab {
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 12px;
	width: 48%;
	padding: 15px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 25px; 
}
.todays-assignments-tab img {
	width: 50px;
}
.todays-assignments-tab-details h4 {
	font-size: 18px;
}
.todays-assignments-tab-details p {
	font-size: 13px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.todays-assignments-tab-details {
	margin-left: 15px;
	flex-basis: 80%; 
}
/********************ATTENDANCE & GRADE SECTION***********************/
.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: 13px;
}
.att-subject img {
	width: 27px;
}
.att-subject {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.att-subject h5 {
	font-size: 13px;
	margin-left: 10px;
	width: 100px;
	overflow: hidden;
	white-space: nowrap;
}
.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;
}
.grade-section-wrap {
	width: 33%;
}
.grade-view {
	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;
}
.grade-view, .att-progress-bar {
    min-height: 190px;
}
.grade-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 13px;
}
.grade-wrap img {
	width: 48px;
}
.grade-wrap .grade-achieved img {
	width: 52px;
}
.grade-achieved {
    margin-left: 7px;
    font-size: 35px;
    color: #032da1;
    font-weight: 600;
}
.grade-progress-bar p {
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	margin: 8px 0;
}
.grade-bar {
	margin: auto;
	width: 190px;
	margin-bottom: 22px;
}
.grade-got {
	width: 83%;
}
.grade-bar .progress {
	height: 10px;
}
/******************MY CLASSES*************************/
.check-syllabus-btn {
    position: absolute;
    right: 34px;
    top: 50px;
}
.check-syllabus {
	border: 0;
	background: none;
	display: flex;
	cursor: pointer;
}
.check-syllabus img {
	width: 15px;
}
.check-syllabus h5 {
	font-size: 15px;
	margin-left: 8px;
	color: #032da1;
}
.syllabus-head {
	display: flex;
	justify-content: space-between;
}
/***************************BREADCRUMB***************************************/
.breadcrumb-section .breadcrumb {
	padding: 0;
	list-style: none;
	background: none;
}
.breadcrumb-section .breadcrumb-item {
	display: inline;
	font-size: 18px;
}
.breadcrumb-section .breadcrumb li:before {
	padding: 8px;
	color: black;
	content: "<<";
}
.breadcrumb-section .breadcrumb-item a {
	color: #2e4053;
	text-decoration: none;
}
.breadcrumb-section a .breadcrumb-item {
	color: #2e4053;
	text-decoration: none !important;
}
/**********************SYLLABUS SECTION****************************/
.syllabus-main {
	display: flex;
	margin-top: 20px;
	flex-wrap: wrap;
}
.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;
    text-align: center;
    margin-right: 25px;
	margin-bottom:20px;
    cursor: pointer;
    width: 170px;
}
.syllabus-image img {
    width: 36px;
    height: 36px;
    margin-bottom: 15px;
}
.syllabus-tab h5 {
	font-size: 14px;
	margin-bottom: 5px; 
}
.syllabus-tab span {
	font-size: 13px;
	display: block;
	margin-bottom: 5px;
}
.syllabus-tab .join-class-btn {
    padding: 6px 20px;
}
.syllabus-head .date-month-picker {
	margin-right: 14%;
}
/*********SYLLABUS MODAL**********/
.modal-content .close {
	position: absolute;
	right: -41px;
	top: 0;
	color: #131212;
	opacity: 1;
	background: white;
	border-radius: 15px;
	padding: 2px 10px;
	font-size: 20px;
}
.modal-content .dowload-sylla {
	background: #fdc00f;
	border: 0;
	color: #fff;
	bottom: 0;
	padding: 3px 6px;
	border-radius: 5px;
	font-size: 13px;
	cursor: pointer;
}
.container {
	margin-top: 10px;
}
.num {
	background: #000;
	color: #fff;
	padding: 10px;
	width: 50px;
	text-align: center;
}
.page-number {
	margin-bottom: 12px;
}
.down-btn-wrap {
	position: absolute;
	right: -137px;
	bottom: 5px;
}
.page-number span {
	margin-left: 10px;
	color: #fff;
	font-size: 13px;
}
.slider-counter,
.slider-counter1,
.slider-counter3 {
	color: #fff;
	font-size: 13px;
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}
.slider-no1,
.slider-no,
.slider-no3 {
	background: #fff;
	color: #000;
	padding: 0 5px;
	border-radius: 4px;
	margin-right: 4px;
	font-size: 12px;
}

.tot-slider1,
.tot-slider,
.tot-slider3 {
	font-size: 14px;
}
.modal-content .owl-prev,
.modal-content .owl-next {
	position: absolute;
}
.owl-prev span,
.owl-next span {
	font-size: 42px;
	line-height: 16px;
	background: #fff;
	height: 24px;
	width: 24px;
	display: block;
	border-radius: 50%;
	padding: 1px;
}
.owl-prev {
	left: -40px;
	top: 46%;
}
.owl-next {
	right: -40px;
	top: 46%;
}
.owl-carousel1 img {
	display: block;
	width: 100%;
}
/****************************assignment section******************************/
.assignment-main {
	display: flex;
	flex-wrap: wrap;
}
.assignment-subj {
	margin-right: 35px;
	width: 40%;
}
.assignment-sub-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: 15px;
	margin-bottom: 20px;
	border-left: 5px solid rgb(255 255 255);
	transition: 0.5s; 
}
.assignment-sub-tab {
	position: relative;
}
.assignmnt-tab-head {
	display: flex;
	align-items: center;
}
.assignmnt-tab-head img {
	width: 22px;
}
.assignmnt-tab-head h3 {
	font-size: 20px;
	margin-left: 12px;
}
.assignmt-detail {
	margin: 10px 0 5px;
	font-size: 13px;
	line-height: 18px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.assignmt-bott {
	display: flex;
	justify-content: space-between;
	font-size: 13px;
	color: #585469;
}
.assignmt-bott p, .assignmt-bott span {
    font-weight: 500;
}
.select-tab {
	position: absolute;
	top: 16px;
	right: 16px;
	font-size: 10px;
	background: #032da1;
	color: white;
	border-radius: 50%;
	height: 16px;
	width: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.assignment-detail-main {
	width: 55%;
}
.assignment-detail {
	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: 20px;
}
.assignmt-detail-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
}
.assignmt-sub-name h5 {
	font-size: 17px;
}
.assignmt-sub-name p {
	font-size: 13px;
}
.assignmt-date {
	font-size: 14px;
}
.assignmt-sub-detail h4 {
	font-size: 14px;
}
.assignmt-sub-detail p {
	font-size: 13px;
}
/**********************UPLOAD BUTTON***********************/
.upload-btn-wrap {
	position: relative;
	display: inline-block;
	overflow: hidden;
	cursor: pointer;
}
.upload-btn {
	color: white;
	background-color: #032da1;
	padding: 8px 10px;
	border-radius: 8px;
	font-size: 12px;
	border: 0;
	font-weight: bold;
	cursor: pointer;
}
.upload-btn span {
	margin-right: 10px;
}
.upload-btn-wrap input[type="file"] {
	font-size: 100px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.re-upload-btn {
	display: none;
}
.uploaded-assignmnts {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.uploaded-img { 
	height: auto;
	margin-right: 10px;
	cursor: pointer;
	margin-bottom: 10px;
}
.uploaded-assignmnts img {
	width: 85px;
	height: 85px;
	padding: 5px 10px;
	background: #efefef;
}
.uploaded-assignmnts {
	margin: 20px auto;
}
.assignmt-remark {
	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: 20px;
	margin-top: 25px;
}
.assignmt-remark-head {
	display: flex;
	margin-bottom: 10px;
}
.assignmt-remark-head h5 {
	margin-right: 10px;
	font-size: 16px;
	margin: 0 10px 0 0;
}
.assignmt-remark-head p {
	font-size: 13px;
}
.remark-detail {
	font-size: 13px;
}
/**********************************/
.calendar-section-wrap {
	display: flex;
}
.calendar-main {
	width: 50%;
	position: relative;
}
.calendar-cover {
	padding: 10px;
	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: 13px;
	padding-top: 18px; 
}

.calendar-cover .calendar-btn {
	color: #151515;
	text-align: center;
	font-size: 12pt;
	padding: 2px;
	position: relative;
	cursor: pointer;
	transition: 0.5s background-color;
	border-radius: 13px;
	margin-right: 3px;
	line-height: 20px;
	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 {
	left: -24px;
}
.calendar-main .ui-datepicker-month {
	border: 0;
}

.calendar-main .ui-datepicker-year {
	border: 0;
}

.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-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-widget-header select {
	-webkit-appearance: none;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: auto;
	font-size: 13px !important;
	background: #fff;
}
.ui-datepicker .ui-datepicker-next {
	right: 10px;
}
.calendar-date-year img {
	width: 20px;
	margin-right: 0px;
}
.calendar-date-year {
	position: absolute;
	display: flex;
	top: 5px;
	right: 114px;
}
.ui-datepicker .ui-datepicker-prev span {
	left: 80%;
}
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover {
	background: none;
	border: 0;
	top: 2px;
}
.ui-widget.ui-widget-content {
	border: 0;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 0;
	background: none;
	font-weight: normal;
	text-align: center;
} 
.ui-datepicker {
	width: 100%;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	color: #fff;
	background: #032da1 !important;
	border-radius: 50%;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	text-align: right;
	text-decoration: none;
	font-size: 15px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px;
	margin: auto;
}
.ui-datepicker th span {
	font-weight: 600;
}
/********************UPCOMING CLASSES************************/
.upcoming-section-wrap {
	margin-left: 40px;
	width: 40%;
}
.upcoming-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: 16px 20px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 20px;
	cursor: pointer;
}
.upcoming-sub-img {
    width: 10%;
    margin: 7px 0;
}
.upcoming-subject {
	width: 43%;
} 
.upcoming-date {
	width: 37%;
	text-align: right;
}
.upcoming-tab img {
	width: 30px;
}
.upcoming-subject h4 {
	font-size: 17px;
}
.upcoming-subject p {
	font-size: 13px;
}
.upcoming-date {
	font-size: 12px;
}
.owl-carousel1 .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
}
/************************ATTENDANCE**************************/
.attendance-table th,
.attendance-table td {
	padding: 5px 15px;
	text-align: center;
	font-size: 14px;
	text-align: left;
}
.attendance-table th {
	font-weight: 600;
}
.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;
}
/**********************************TEACHERS FLOW********************************************/
/************************classes***************************/
.upcoming-classes-tab {
	padding: 0;
	align-items: stretch;
	overflow: hidden;
}
.class-Sec {
	height: 100%;
	background: #efefef;
	text-align: center;
	padding: 10px;
	width: 20%;
}
.class-Sec h4 {
	font-size: 20px;
	width: 100%;
}
.class-Sec p {
	font-size: 12px;
	margin-bottom: 10px;
}
.upcoming-classes-tab .class-Sec img {
	width: 58px;
}
.class-det {
	padding: 10px 20px;
	width: 78%;
}
.class-det h5 {
	font-size: 20px;
}
.class-det p {
	font-size: 13px;
}
.class-time-cover {
	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.class-time {
	font-size: 12px;
	display: flex;
}
.class-time span {
	margin-left: 5px;
}
.start-btn-wrap .join-class-btn {
	padding: 6px 22px;
}
.class-det-head {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.date {
	margin-right: 15px;
}
.next-class p {
	width: 70%;
	display: inline-block;
}
.start-btn-wrap {
	width: 25%;
	display: inline-block;
}
/*************************ATTENDANCE*******************************/
.attendance-main .syllabus-tab {
	width: 15%;
}
.attendance-main .syllabus-image {
	height: auto;
	margin-bottom: 12px;
}
.attendance-main .syllabus-image img {
	width: 58px;
}
.attendance-main .syllabus-tab h5 {
	margin-bottom: 0;
}
.syllabus-tab a {
	text-decoration: none;
	color: #000;
}
/************************ATTENDANCE MARK****************************/
.mark-btn-wrap {
	margin-top: 10px;
	text-align: right;
}
.mark-btn-wrap .join-class-btn {
	padding: 6px 20px;
}
/***********************************ATTENDANCE_LIST**********************************/

.attendance-list {
	width: 70%;
	margin-top: 20px;
	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: 20px;
}
.attendance-head {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.att-heading h4 {
	font-size: 18px;
	margin-bottom: 5px;
}
.att-heading h5 {
	font-size: 14px;
}
.re-submit-btn .join-class-btn {
	border-radius: 15px;
	padding: 6px 25px;
}
.att-main .att-row {
	justify-content: space-between;
	border-left: 6px solid #032da1;
	padding: 0 20px;
	border-radius: 8px;
	margin-bottom: 13px;
}
.re-submit-btn {
	text-align: center;
}
.att-name-div,
.att-present,
.att-absent {
	width: 33.33%;
	text-align: left;
	font-size: 14px;
	padding: 5px 0;
}
.att-name-div {
	font-size: 15px;
}
.att-main .att-row:first-child {
	border-left: 6px solid #ffffff;
}
/******radio btn customization******/
/********PRESENT*******/
.att-present [type="radio"]:checked,
.att-present [type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}
.att-present [type="radio"]:checked + label,
.att-present [type="radio"]:not(:checked) + label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #666;
}
.att-present [type="radio"]:checked + label:before,
.att-present [type="radio"]:not(:checked) + label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #032da1;
	border-radius: 100%;
	background: #fff;
}
.att-present [type="radio"]:checked + label:after,
.att-present [type="radio"]:not(:checked) + label:after {
	content: "";
	width: 10px;
	height: 10px;
	background: #032da1;
	position: absolute;
	top: 3px;
	left: 3px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.att-present [type="radio"]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.att-present [type="radio"]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
/***********ABSENT*************/
.att-absent [type="radio"]:checked,
.att-absent [type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}
.att-absent [type="radio"]:checked + label,
.att-absent [type="radio"]:not(:checked) + label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #666;
}
.att-absent [type="radio"]:checked + label:before,
.att-absent [type="radio"]:not(:checked) + label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #ff0000;
	border-radius: 100%;
	background: #fff;
}
.att-absent [type="radio"]:checked + label:after,
.att-absent [type="radio"]:not(:checked) + label:after {
	content: "";
	width: 10px;
	height: 10px;
	background: #ff0000;
	position: absolute;
	top: 3px;
	left: 3px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.att-absent [type="radio"]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.att-absent [type="radio"]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
/********************create assignment************************/
.cleate-assignmt {
	width: 17%;
}
.assignment-class-main .assignment-sub-tab {
	border-left: 5px solid #032da1;
	padding: 10px;
}
.assignment-class-main .assignment-sub-tab .assignmnt-tab-head h3 {
	font-size: 14px;
	margin-left: 0;
}
.view-btn {
	border: 0;
	font-size: 12px;
	background: none;
	border: 1px solid #032da1;
	border-radius: 5px;
	padding: 2px 20px;
	cursor: pointer;
}
.assignmt-head {
	position: relative;
}
.assignmt-head .date-month-picker {
	position: absolute;
	right: -4px;
	top: -39px;
}
.assignmt-submit-head {
	background: #032da1;
	color: #fff;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	padding: 12px 10px;
}
.assignmt-submit-list {
	overflow: hidden;
	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;
	width: 60%;
}
.assignmt-submit-head h3 {
	font-size: 18px;
}
.assignmt-submit-head p,
.assignmt-submit-head span {
	font-size: 13px;
}
.assignment-class-main .assignment-subj {
	margin-right: 30px;
	width: 35%;
}
.assignmt-submit-table table {
	margin: 10px 0 50px;
	width: 100%;
}
.assignmt-submit-table table.assignmt-submit-table table th,
.assignmt-submit-table table.assignmt-submit-table table td {
	padding: 10px;
	font-size: 12px;
}
.assignmt-submit-table table td,
.assignmt-submit-table table th {
	font-size: 13px;
	padding: 10px;
	text-align: left;
}
.assignmt-submit-table table td:first-child {
	font-weight: 600;
}
.assignmt-submit-table table th {
	font-weight: 600;
}
.assignmt-submit-table table th .join-class-btn {
	padding: 6px 20px;
}
.assignmt-submit-table .join-class-btn {
	padding: 6px 15px;
}
.assignmt-submit-table thead {
	border-bottom: 1px solid #e6e5e5;
}
.assignmt-submit-table table td:nth-child(4) {
	text-align: center;
}
.assignment-class-main {
	align-items: flex-start;
}
.create-assignment-cover h3 {
	font-size: 15px;
}
.create-assignment-cover {
	font-size: 13px;
	padding: 10px;
}
.create-assignmt-head {
	margin: 20px 0 10px 0;
	display: flex;
	justify-content: space-between;
}
.subject {
	display: flex;
	justify-content: space-between;
}
.due-date input[type="number"] {
	width: 54px;
	background: #f1f1f1;
	border: 0;
	border-radius: 5px;
	padding: 2px 5px;
}
.subject select#subject {
	border: 0;
	width: 80px;
}
.subject label {
	margin: 0;
	font-weight: 500;
	margin-right: 10px;
}
.create-assignmt-details textarea {
	border: 0;
	background: #f1f1f1;
	width: 100%;
	border-radius: 5px;
	padding: 10px;
}
.due-date label {
	margin: 0;
}
.create-assignmt-details textarea:first-child {
	height: 40px;
}
.create-assignmt-details textarea:last-child {
	height: 200px;
}
.create-btn {
	margin: 20px 0;
}
.assignment-review {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.assignment-view {
	width: 50%;
	position: relative;
}
.assignment-view img {
	width: 100%;
}
.assignment-view .down-btn-wrap {
	position: initial;
	text-align: center;
}
.assignment-view .down-btn-wrap .slider-counter1,
.assignment-view .page-number span {
	color: #171717;
	font-size: 13px;
}
.assignment-view .page-number {
	display: flex;
	justify-content: center;
	align-items: center;
}
.assignment-view .owl-nav .owl-prev,
.assignment-view .owl-nav .owl-next {
	position: absolute;
	top: 40%;
}
.assignment-review-cover {
	width: 40%;
}
.assignment-review-cover .create-assignment-cover {
	padding: 30px 0;
}
.assignment-review-cover .subject h5 {
	font-size: 15px;
}
.assignment-review-cover .due-date h5 {
	font-size: 12px;
	font-weight: 400;
}
.assignment-review-cover .create-assignmt-details h4 {
	font-size: 12px;
	margin: 10px 0;
}
.assignment-review-cover .create-assignmt-details {
	margin: 20px 0 0;
}
.assignment-review-cover .create-assignmt-details textarea {
	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;
	background: #fff;
	height: 130px;
}
/************************TEXT/EXAM******************************/
.test-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;
	display: flex;
	overflow: hidden;
	width: 45%;
	margin-bottom: 40px;
	margin-right: 20px;
}
.test-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
	width: 80%;
}
.test-wrap-new {
	width: 100%;
}
.test-tab-img {
	background: #f9f9f9;
	display: flex;
	align-items: center;
	padding: 10px;
}
.test-details {
	padding: 20px;
}
.test-subj h4 {
	font-size: 16px;
}
.test-subj p {
	font-size: 13px;
}
.test-footer {
	display: flex;
	justify-content: space-between;
}
.test-footer h5 {
	font-size: 13px;
	align-items: center;
}
.test-footer {
	margin-top: 12px;
}
.test-footer .join-class-btn {
	padding: 6px 15px;
}
/****************************TEACHERS-MY-CLASSES**************************/
.start-class-wrap {
	width: 16%;
	margin-right: 25px;
	text-align: center;
}
.start-class-wrap .syllabus-tab h4 {
	font-size: 15px;
	margin-bottom: 5px;
}
.start-class-wrap .syllabus-tab h5 {
	font-size: 13px;
}
.attendance-main .start-class-wrap .syllabus-tab {
	width: 100%;
	margin-right: 0;
}
.my-class-btn-wrap {
	margin: 20px 0;
}
.upcoming-tab .my-class-btn-wrap {
    margin: 5px 0;
}
.my-class-btn-wrap h5 {
	font-size: 14px;
	margin-top: 25px;
}
.my-class-btn-wrap .join-class-btn {
	padding: 6px 20px;
}
/*********************ADMISSION_TABS***********************/
.admission-cover ul.tabs {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: flex;
	justify-content: space-around;
	border-bottom: 2px solid #b7b3b3;
}
.admission-cover ul.tabs li {
	background: none;
	color: #222;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
	font-weight: 500;
}
/*.admission-cover ul.tabs li.current{*/
/*    color: #032da1;*/
/*    position: relative; */
/*} */
/*.admission-cover ul.tabs li.current:after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    left: 0;*/
/*    right: 0;*/
/*    background: #032da1;*/
/*    height: 4px;*/
/*    bottom: -1px;*/
/*    width: 96%;*/
/*    margin: auto;*/
/*} */

.admission-cover ul.tabs li.current {
	color: #032da1;
	position: relative;
}
.admission-cover ul.tabs li.current:after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	background: #032da1;
	height: 4px;
	bottom: -1px;
	width: 96%;
	margin: auto;
}

.admission-cover .tab-content {
	display: none;
	padding: 15px;
}
.admission-cover .tab-content.current {
	display: inherit;
}
.admission-cover .admission-head {
	margin: 30px 0;
}
.admission-cover {
	margin: 0;
	width: 70%;
}
.admission-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}
.admission-head .common-heading {
	text-align: center;
}
.adm-heading {
	font-size: 18px;
	width: 100%;
	margin-bottom: 15px;
}
.register-form {
	width: 70%;
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
}
.register-form form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.register-row {
	width: 47%;
	margin-bottom: 20px;
	position: relative;
}
.register-row input[type="text"],
.register-row input[type="password"],
.register-row input[type="number"],
.register-row input[type="date"],
.register-row select {
	width: 100%;
	background: #f2f0f0;
	border: 0;
	font-size: 13px;
	padding: 5px 10px;
	border-radius: 3px;
}
.register-row input[type="number"] {
	width: 25%;
}
.register-btn {
	width: 100%;
}
.register-btn .join-class-btn {
	padding: 8px 45px;
}
.register-radio {
	width: 27%;
	display: inline-block;
	vertical-align: top;
}
.register-radio label {
	margin-left: 7px;
}
.warning {
	position: absolute;
	right: -32px;
	top: 3px;
	color: #fff;
	background: #4c4c4c;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	font-size: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.upload-doc label.upload-btn {
	display: inline-block;
	background-color: #fff;
	color: #3a3838;
	padding: 6px 10px;
	font-family: sans-serif;
	border-radius: 0.3rem;
	cursor: pointer;
	margin-top: 1rem;
	border: 1px solid #032da1;
	width: 86px;
	text-align: center;
}
.upload-doc label.re-upload-btn {
	display: none;
}
.upload-doc {
	width: 70%;
	display: flex;
	margin-bottom: 20px;
	align-items: center;
}
.upload-doc label {
	width: 47%;
}
#uploaded-file {
	width: 72px;
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.payment-cover {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.payment-left .register-row {
	width: 100%;
}
p.pay_op {
    width: 230px !important;
}
.payment-cover .register-row input[type="number"] {
	width: 100%;
}
.register-row img {
	margin-right: 10px;
}
.payment-cover .reg-date input[type="number"] {
	width: 48%;
}

.payment-center {
	margin: auto;
	width: 60%;
	background: #f2f0f0;
	padding: 20px;
	border-radius: 6px;
	margin-top: 20px;
}

.payment-right {
	background: #f2f0f0;
	padding: 20px;
	border-radius: 6px;
	margin-top: 20px;
}
.payment-row label {
	text-align: left;
	margin-right: 25px;
}
.payment-row {
	font-size: 15px;
}
.payment-row span {
	text-align: right;
	float: right;
}
.total-amt {
	border-top: 1px solid #9e9a9a;
	margin-top: 50px;
}
.total-amt label,
.total-amt span {
	font-weight: 500;
}
.payment-btn {
	text-align: center;
}
.payment-done-img {
	font-size: 50px;
	color: #0bb000;
}
.modal-content .close {
	right: -48px;
	top: 9px;
	background: white;
	border-radius: 15px;
	padding: 1px 5px;
	border: 2px solid black;
	z-index: 99;
}
.assignment-modal .modal-content .close {
	right: 12px;
	top: 9px;
	background: white;
	border-radius: 15px;
	padding: 1px 5px;
	border: 0;
	z-index: 99;
	font-size: 14px;
}
.payment-modal .modal-content .close {
	right: 15px;
	top: 9px;
	background: white;
	border-radius: 15px;
	padding: 1px 5px;
	border: 2px solid black;
	z-index: 99;
}
.payment-done-cover {
	text-align: center;
	padding: 20px;
	position: relative;
}
.payment-done-cover h3 {
	font-size: 25px;
	margin-bottom: 15px;
}
.payment-done-cover p {
	font-size: 13px;
	width: 80%;
	margin: 0 auto 20px;
}
.payment-done-cover .join-class-btn {
	padding: 6px 50px;
	margin-bottom: 20px;
}
.adm-cover .login-header:after {
	display: none;
}
.admission-process-wrap {
	padding: 0px 80px;
}
.admission-start {
	display: flex;
	justify-content: space-between;
}
.admission-left h3 {
	font-size: 27px;
	margin-bottom: 15px;
}
.admission-left p {
	font-size: 15px;
	margin-bottom: 10px;
}
.admission-left ul {
	margin: 10px 18px;
}
.admission-left h4 {
	font-size: 14px;
	margin-top: 30px;
}
.adm-fee {
	font-size: 15px;
	margin-top: 20px;
}
.adm-fee span {
	margin-left: 10px;
}
.admission-left .join-class-btn {
	margin-top: 20px;
}
.admission-left ul li {
	font-size: 14px;
	margin-bottom: 5px;
}
.payment-modal .modal-dialog {
	max-width: 500px;
	margin: 5.75rem auto;
}
.adm-cover .header-menu-wrap ul li:last-child {
	display: none;
}
/************************LOGIN*************************/
header.login-header {
	display: flex;
	padding: 0;
	margin: 0;
	width: 100%;
	justify-content: space-between;
	padding: 30px 50px;
	position: relative;
}
.login-header .logo-wrap {
	color: #032da1;
	padding: 0;
	margin: 0;
}
.header-menu-wrap ul li {
	display: inline-block;
	font-size: 13px;
	padding: 0 20px;
}
.header-menu-wrap ul li a {
	color: #292727;
	font-weight: 600;
}
.login-body {
	display: flex;
	justify-content: flex-end;
	padding: 30px 140px;
	align-items: center;
}
.login-box {
	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: 40px;
	width: 380px;
	margin: auto;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	background: #fff;
}
.login-box-wrap {
	width: 50%;
	float: right;
}
.main-container {
	height: 100vh;
}
.login-box h3 {
	font-size: 23px;
	margin-bottom: 15px;
}
.login-form-row input[type="text"],
.login-form-row input[type="password"] {
	border: 1px solid #b7b4b4;
	width: 100%;
	padding: 5px;
	font-size: 14px;
	border-radius: 3px;
}
.login-form-row label {
	display: block;
	margin: 0;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 5px;
	cursor: pointer;
}
.login-form-row {
	margin-bottom: 10px;
	position: relative;
}
.login-form-row a {
	text-decoration: none;
}
.forgotPswd {
	font-size: 13px;
	color: #005c82;
	display: block;
}
.rem-paswd {
	font-size: 13px;
}
.rem-paswd label {
	margin-left: 5px;
	margin-bottom: 0;
	vertical-align: top;
	display: initial;
}
.login-header:after {
	content: "";
	display: inline-block;
	width: 525px;
	height: 525px;
	-moz-border-radius: 7.5px;
	-webkit-border-radius: 7.5px;
	border-radius: 50%;
	background-color: #c4dce666;
	position: absolute;
	right: -70px;
	bottom: -185px;
	z-index: 0;
}
.container-fluid {
	position: relative;
	z-index: 1;
	overflow: hidden;
	height: 100vh;
}
.header-menu-wrap {
	position: relative;
	z-index: 6;
}
.header-menu-wrap .join-class-btn {
	padding: 10px 15px;
	border-radius: 11px;
}
.login-form-row .join-class-btn {
	border-radius: 4px;
	padding: 8px 40px;
	font-size: 16px;
}
.login-form-row:last-child {
	text-align: center;
	margin-top: 20px;
}
.login-form-row p {
	margin-bottom: 20px;
	font-size: 14px;
}
.login-form-row h5 {
	font-size: 12px;
	margin-top: 8px;
	color: #707070;
}
.reset-passsword-btn {
	margin: 20px 0;
}
.login-image {
	position: absolute;
    width: 40%;
    left: 10%;
    top: 20%;
}
.login-video {
	position: absolute;
    width: 40%;
    left: 10%;
    top: 20%;
}
.login-mob-menu {
	display: none;
}
.login-wrap-open ul li a {
	color: #5c5c5c;
	font-weight: 600;
	text-decoration: none;
	padding: 2px 10px;
	display: block;
}
.login-wrap-open ul li:hover a {
	color: #efefef;
}
.calendar-cover table th:nth-child(7) {
	border-radius: 0 50px 50px 0;
}
.calendar-cover table th:nth-child(5) {
	border-radius: 0 0;
}
.attendance-table th:last-child {
	border-radius: 0 50px 50px 0;
}
.attendance-table table tr:last-child {
	border-bottom: 1px solid #000;
}
.attendance-table table tr:first-child {
	border: 0;
}
.calendar-cover table th {
	width: auto;
}
/***************new styles****************/
.upload-doc-btn-wrap {
	position: relative;
}
.upload-doc-btn-wrap input[type="file"] {
	font-size: 13px;
}
.upload-doc-btn-wrap .upload-btn {
	margin: 0 !important;
	position: absolute;
	left: 0px;
	top: -2px;
}
.login-image {
    width: 40%;
    left: 10%;
    top: 20%;
}
.body-bg {
	background: #ffffff;
}
/*******************NEW STYLES 14-8-2021***********************/
.admission-cover-payment {
	width: 80%;
}
.payment-selection-wrap h4 {
	text-align: center;
	margin-bottom: 10px;
}
.payment-selection-wrap h5 {
	text-align: center;
}
.payment-selection {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.payment-selection .payment-left {
	padding: 20px;
}
.payment-method {
	list-style-type: none;
	font-size: 14px;
	margin: 10px 0;
}
.payment-method label {
	font-weight: 500;
	width: 165px;
}
.payment-method li {
	margin-bottom: 10px;
	text-align: left;
	display: flex;
}
.instalment-row {
	display: flex;
	margin-bottom: 10px;
}
.instalment-row label {
	font-weight: 500;
	width: 120px;
	margin: 0;
}
.instalment-row span {
	margin-right: 20px;
}
.instalment-row .fa-check-circle {
	margin-right: 10px;
	margin-top: 4px;
	color: #999292;
}
.payment-method select {
	width: 175px;
	border-radius: 4px;
	font-size: 13px;
	background: #f2f0f0;
	border: 0;
	padding: 7px 4px;
}
.passwrd-icon {
	position: absolute;
	top: 4px;
	right: 6px;
	cursor: pointer;
	color: #848484;
}
.icon-y:after {
	position: absolute;
	content: "";
	background: #848484;
	height: 1px;
	width: 25px;
	transform: rotate(36deg);
	top: 10px;
	left: -3px;
}
/***********27-8-2021*************/
.common_margin {
    justify-content: space-between; 
    margin-left: 250px;
}
/***********30-8-2021*************/
.noti-para-sec p {
	font-size: 14px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	cursor: pointer;
}
/*******13-oct********/
.assignment-subj .date-month-picker {
	position: absolute;
	right: -2px;
	top: -41px;
	width: 150px;
}
.assignment-subj {
	position: relative;
}
.assignment-sub-tab:hover {
	border-left: 5px solid rgb(3, 45, 161);
	transition: 0.5s;
}
.date-month-picker input[type="month"] {
	border: 0;
}
input[type="month"]::-webkit-calendar-picker-indicator {
	color: rgba(0, 0, 0, 0);
	opacity: 1;
	display: block;
	width: 20px;
	height: 25px;
	border-width: thin;
	zoom: 0.7;
}
.date-month-picker img {
	width: 20px;
}
input[type="month"]::-webkit-calendar-picker-indicator {
	background: transparent;
	bottom: 0;
	color: transparent;
	cursor: pointer;
	height: auto;
	background: url(../images/calendar2.png) no-repeat right center;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	zoom: 0.7;
}
.date-month-picker input[type="date"] {
	border: 0;
	width: 150px;
	position: relative;
}
input[type="date"]::-webkit-calendar-picker-indicator {
	color: rgba(0, 0, 0, 0);
	opacity: 1;
	display: block;
	width: 20px;
	height: 25px;
	border-width: thin;
	zoom: 0.7;
}
input[type="date"]::-webkit-calendar-picker-indicator {
	background: transparent;
	bottom: 0;
	color: transparent;
	cursor: pointer;
	height: auto;
	background: url(../images/calendar2.png) no-repeat right center;
	left: 0;
	position: absolute;
	right: 5px;
	top: 0;
	width: auto;
	zoom: 0.7;
}
.datepicker-notif {
	position: relative;
}
.date-month-picker {
	width: 172px;
	position: absolute;
	top: -50px;
	right: 0;
}
.date-month-shower {
	position: relative;
}
.date-month-shower input[type="month"] {
	border: 0 !important;
}
.attendance-cal .ui-datepicker .ui-datepicker-header {
	position: absolute;
	top: -47px;
	right: auto;
	left: 103px;
	background: none;
	border: 0;
	width: 136px;
}
.attendance-cal .ui-datepicker .ui-datepicker-title {
	margin: 0 0;
	line-height: 1.8em;
	text-align: center;
}
.attendance-cal .ui-datepicker .ui-datepicker-prev {
	left: -3px;
}
.attendance-cal .ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.attendance-cal .calendar-cover {
	box-shadow: none;
}
.attendance-cal .ui-datepicker table {
	display: none;
}
.no_assignment_div {
	height: 100%;
	display: flex;
	align-items: center;
}
.attendance-view-sub .att-row {
	margin-bottom: 40px;
}
.attendance-table tfoot {
	border-top: 1px solid #ddd;
}
.stud-table-wrap thead th {
	font-weight: 500;
	background: #032da1;
	color: #fff;
}
.stud-table-wrap table th:nth-child(1) {
	border-radius: 50px 0 0 50px;
}
.stud-table-wrap thead th:last-child {
	border-radius: 0 50px 50px 0;
}
.stud-table-wrap thead th, .stud-table-wrap tbody td {
    padding: 12px;
    font-size: 13px;
}
.stud-table-wrap tbody td {
	text-align: center;
}
.stud-table-wrap tbody td:first-child {
	text-align: left;
}
.stud-table-wrap h6 {
	margin-bottom: 14px;
}
.stud-table-wrap table {
	width: 100%;
}
.dash_subj {
	font-weight: 600;
}
.main-inner-content .mb-5 {
	margin-bottom: 15px !important;
}
.grade-inner-btn {
	cursor: pointer;
}
.todays-assignments-section {
	margin-top: 20px;
}
/***************accept/reject modal******************/
.accept-modal-wrap .modal-content {
	border-radius: 10px;
}
.accept-modal-wrap .close {
	position: absolute;
	right: 4px;
}
.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;
	border-radius: 7px;
	width: 120px;
	cursor: pointer;
}
.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;
}
.accept-modal {
	padding: 15px 20px 0;
}
.accept-modal h3 {
	margin-bottom: 8px;
}
.accept-modal-wrap .modal-dialog {
	margin: auto;
	height: 90vh;
	display: flex;
	align-items: center;
}
/**********************************/
.delete-modal {
	text-align: center;
	padding: 20px;
}
.delete-modal-wrap .close {
	position: absolute;
	right: 8px;
	top: 3px;
}
.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;
}
/************hiding calendar widget in my-assignment **************/
.assignment-subj-calendar .ui-datepicker table {
	display: none;
}
.assignment-subj-calendar.calendar-main {
	width: auto;
}
.assignment-subj-calendar.calendar-main {
	width: auto;
	position: relative;
}
.assignment-subj-calendar .calendar-cover {
	width: auto !important;
	box-shadow: none;
	position: absolute;
	right: -22px;
	top: -42px;
}
.assignment-subj-calendar .assignment-detail-main {
	width: 100%;
}
.assignment-modal {
	position: relative;
}
.assignment-modal button.close {
	position: absolute;
	top: 68px;
	right: 26%;
	color: #fff;
	opacity: 1;
}
.notification-row .text-white {
    color: #fff!important;
    width: 258px;
}
.syllabus-modal .modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 92vh;
}
.assignment-modal .modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 73vh;
}
.assignment-modal button.close { 
    right: 225px; 
}

/*********library************/
.due {
    color: red;
}
.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;
	position: relative;
}
.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;
}
.subject_addbtn_nobg {
	background: #fff;
	color: #032da1;
	border:0;
}
/*****************hostel facility*******************/
.user-info-one-fees {
	display: flex;
	width: 100%;
    margin-bottom: 15px;
}
.user-info-one-fees p:nth-child(1) {
	width: 30% !important; 
	font-weight: 600;
	font-size: 14px;
}
.user-info-one-fees p:nth-child(2) {
    text-overflow: ellipsis;
        width: 80px;
    overflow: hidden;
    white-space: nowrap;
}
.sele-sub-opt li {
	font-size: 14px;
	line-height: 25px;
	display: flex;
	margin: 0;
	width: 100%;
}
.sele-sub-opt-two li {
    font-size: 14px;
    line-height: 25px;
    display: flex;
    margin: 0px 0 20px;
    width: 100%;
}
.sele-sub-opt {
	list-style-type: none;
	margin: 10px 0 0 0;
}
.outter-check {
	    width: 24px;
    height: 24px;
	background-color: #a8a8a8;
	text-align: center;
	border-radius: 100%;
	margin: 0px 10px 0 0;
	font-size: 10px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.green-pay {
	background-color: rgb(100, 247, 112);
}
.paid-space {
    margin: 0 0 0 5px;
    text-overflow: ellipsis;
    width: 170px;
    overflow: hidden;
    white-space: nowrap;
}
.fees-pay-btn {
	background-color: #032da1;
	color: #fff;
	border: none !important;
	padding: 0px 10px;
	border-radius: 5px;
	font-size: 13px;
	margin: 0 0 0 15px;
	text-decoration: none !important;
}
.back-page a {
	color: #000;
}
.subject_lhead {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 10px;
}
.payment-selection-wrap {
    margin-left: 55px;
    text-align: left;
    margin-top: 30px;
} 
.payment_subhead {
    text-align: left !important;
    font-size: 16px;
    font-weight: 600;
} 
.hostel_details_wrap {margin-bottom: 35px;}

.hostel_details li {
    list-style-type: none;
    font-size: 14px;
    margin-bottom: 10px;
} 
.hostel_details li label {
    font-weight: 500;
    width: 112px;
    margin-bottom: 0;
} 
.hostel_details_wrap .user-info-one-fees p:nth-child(1) {
    font-weight: 500;
    flex-basis: 22%;
} 
.user-info-row-one {
    width: 100%;
} 
.hostel_details_wrap .sele-sub-opt-two {
    flex-basis: 75%;
}
.hostel_img img {
    width: 450px;
    display: block;
    margin: auto;
} 
.hostel_img {
    text-align: center;
} 
.payment-selection-wrap .hostel_img h4 {
    font-size: 18px;
    margin-bottom: 25px;
} 
.hostel_img .join-class-btn {
    margin-bottom: 20px;
}
ul.hostel_details_info li {
    list-style-type: none;
    position: relative;
    margin-bottom: 20px;
    font-size: 14px;
    margin-left: 30px;
}
.hostel_btn button {
    width: 134px;
}
/*****************Radio btn********************/ 
.radio_btn {
  display: block; 
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
    left: -31px;
    top: 3px;
} 
.radio_btn .radio_b {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0;
    width: 16px;
    height: 16px;
    z-index: 2;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #032da1;
}
.radio_btn:hover .radio_b ~ .checkmark {
  background-color: #ccc;
} 
.radio_btn .radio_b:checked ~ .checkmark {
    background-color: #ffffff;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
} 
.radio_btn .radio_b:checked ~ .checkmark:after {
  display: block;
} 
.radio_btn .checkmark:after {
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #032da1;
}
/******************bus facility*************************/
.hostel_img img {
    width: 385px; 
}
.bus_wrap {
    margin: 20px 0;
}
.bus_details {
    margin: 20px 0;
}
.bus_form_wrap {
    display: flex;
    width: 80%;
} 
.bus_formArea {
    flex-basis: 40%;
    margin-right: 21px;
} 
.bus_formArea select.form-control.selectpicker {
    background: #F2F0F0;
} 
.bus_details_list li {
    list-style-type: none;
    margin-bottom: 10px;
    display: flex; 
} 
.bus_details_list li label {
    width: 200px;
} 
.bus_details_list li select.form-control.selectpicker {
    width: 200px;
    background: #F2F0F0;
} 
.bus_details_list li .form-group.assign_subject {
    width: 200px !important;
    margin: 0;
} 
.bus_details_list li span {
    display: inl;
}
.bus_wrap .hostel_btn button {
    width: 220px;
}

.po-calendar {
    position: relative;
}
.attendance-table thead {
    border-bottom: 1px solid #ddd;
	
}
.attendance-table th, .attendance-table td {
    padding: 10px 15px; 
	font-size: 13px;
}
 .class_tr_name {
    margin: 2px 0;
}
.cal-icon {
    position: absolute;
    right: 10px;
    top: 7px;
    font-size: 18px;
}