@font-face {
  font-family:"BGOT____2";
  src: url("/ckeditor/BGOT____2.TTF") format("truetype");
}
@font-face {
  font-family:"BGOTB___2";
  src: url("/ckeditor/BGOTB___2.TTF") format("truetype");
}



select{
	appearance: auto !important;
}
.list-box {
    border-radius: 10px;
    align-items: center;
}
/*question Bank css*/
.chapter_main {
	background: #f3effe;
	margin: 15px;
	padding: 25px;
	font-size: 24px;
	border-radius: 15px;
	text-align: initial;
	position: relative;
	margin-top: 80px; 
	color: #000;
}
.chapter_number {
	position: absolute;
	top: -56px;
	background: #019ff8;
	color: #fff;
	padding: 10px 30px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

/*class csss*/
.class-box{
	margin: 25px;
	border-radius: 15px;
	color: #000000c2;
	padding: 40px 20px;
	box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
	position: relative;
	min-height: 160px;
	text-align: center;
}
.class-box p{
	font-size: 16px;
	margin-bottom: 25px;

}
.class-box h2{
	text-align: center;
}
.class-box h2{
	font-weight: bold !important;
	font-size: 40px;		
}
.class-box:hover {

	background-color:#4fcbec ;
	color: #fff !important;
}
.class-box-action {
	margin-top: 0px !important;
	width: 130px;
	position: absolute;
	left: 130px;
	bottom: 0;
}
/*page css*/
.page-item.active .page-link {
	color: #fff !important;
	background-color: #019ff8;
	border-color: #4e606a;
}
.tab-content .active {
	color: #000 !important;
}
input[type=checkbox] {
	width: 20px;
	height: 20px;
}
.input-group-text {
	border-right: 1px solid #d8dde4 !important ;
	border-top-right-radius: 5px !important;
	border-bottom-right-radius: 5px !important;
}
.welcome_user_detail{
	font-size: 16px;
/*	text-shadow: 0 5px 10px rgb(19 191 166 / 30%) !important;*/
}

.nav-item {
    min-width: 13rem;
    transition: .3s color;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

/*date picker*/
.ui-datepicker-year{
	font-size: 16px !important;
	height: 25px !important;
}
.ui-datepicker-month{
	font-size: 16px !important;
	height: 25px !important;
}
.ui-datepicker-year option{
	font-size: 16px !important;
	height: 25px !important;
}
.ui-datepicker-month option{
	font-size: 16px !important;
	height: 25px !important;
}
label.error {
	color: red;
	font-size: 14px !important;
}
/*school css*/
img#old_admin_img {
/*	width: 50px;*/
height: 50px;
}
.school-box{

	font-size: 24px;
	text-align: center;
	box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
	padding: 50px 0px;
	margin: 15px;
	border-radius: 15px;
	max-width: 250px;

}
.school-box a{
	color: #000 !important;
	font-weight: 500;
}
.schools  div:nth-child( even ){
	margin-top: 60px;
}
.schools div:nth-child(odd){
	margin-bottom: 60px;
}
.school-box:hover{
	transform: translate3d(-10px, -6px, 9px);
	transition: 1s;
}
.school-box-edit{
	margin-top: 0px !important;
/*	width: 130px;*/
position: absolute;
/*	left: 130px;*/
right: 5px;
bottom: 0;
}.school-box-edit .btn-sm{
	min-width: 0.4rem;
}
.school-box-edit .fa{
	color: #019ff8;
}
.btn-sm:hover{
	color: #6f7fcf !important;
	background: #fff !important;
	border-color: #00bfff;
}
/*header css*/
.app-sidebar__toggle:before {
	font-size: 36px;
	color: #000 !important;
}

/*table css for list view*/
.heading {
	background-color: #66d5f3;
}

.heading-table th {
	padding: 20px !important;
	text-align: center;
	border-right: 1px solid #fff !important;
	font-size: 28px !important;
	color: #fff !important;
	font-weight: bold !important;
	text-transform: capitalize !important;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.heading-table th:first-child {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.heading-table th:last-child {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.data-table-inner tr{
	font-size: 28px !important;
	color: #9b9b9b !important;
	font-weight: bold !important;
/*	text-transform: capitalize !important;*/
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.data-table-inner  td{
	border: none;
	text-align: center;
	padding: 20px !important;
	border-right: 1px solid #000;
}
.data-table-inner  td:last-child{
	border:none;

}
.data-table-inner  tr{
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.heading-disc {
	box-shadow: none !important;
}
/*button background orange for edit*/
.link-primary.bg-orange
{
	background-color: #e56131 !important;
}
.link-primary.bg-orange:hover
{
	background-color: #fff !important;
	color: #e56131 !important;
	border-color: #e56131 !important;
}
/*button background red for delete*/
.bg-red
{
	background-color: #dc3545 !important;
}
.link-primary.bg-red:hover
{
	background-color: #fff !important;
	color: #dc3545 !important;
	border-color: #dc3545 !important;
}
/*slect2 css*/
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #019ff8 !important;
	border: 1px solid #019ff8 !important;
}
/*ALL LINK BUTTON*/
.link-primary
{
	background-color: #019ff8 !important;
	padding: 7px 30px !important;
	color:#fff !important;
	border-radius: 15px !important;
	font-weight: bold !important;
	font-size: 20px !important;
}
/*   ALL SUBMIT BUTTON*/
.btn-primary-submit
{
	background-color: #019ff8 !important;
	padding: 7px 40px !important;
	color:#fff !important;
	border-radius: 15px !important;
	font-size: 28px !important;
	font-weight: bold !important;
}
.link-btn
{

background-color: #019ff8;
padding: 7px 30px !important;
color: #fff !important;
border-radius: 15px !important;
font-weight: bold !important;
font-size: 20px !important;

}
.link-btn:hover
{

	background-color: #fff !important;
	color: #019ff8;
	border-color: #019ff8;
}
.bg-link-orange
{
	background-color: #e56131 !important;
}
.bg-link-orange:hover
{
	background-color: #fff !important;
	color: #e56131 !important;
	border-color: #e56131 !important;
}
.bg-link-red
{
	background-color: #dc3545 !important;
}
.bg-link-red:hover
{
	background-color: #fff !important;
	color: #dc3545 !important;
	border-color: #dc3545 !important;
}
/*sidebar css*/
.slide.is-expanded a.side-menu__item i {
	color: #019ff8 !important;
}
.slide.is-expanded a.side-menu__item {
	color: #019ff8 !important;
}
/*teacher module css*/
.radio_group_inp .mcq-radio {
	margin: 0px 9px 0px 0px;
}
.radio_group_inp .mcq-radio {
	width: 35px;
	height: 25px;
}
.radio_group_inp label{
	margin-right: 15px}
/*roles*/
.role-add-edit-form input[type=checkbox]{
	width: 20px;
	height: 20px;
}
.role-add-edit-form td{
	font-size: 24px;
	font-weight: 500;
}
/*event module css*/
form label{
	font-size: 24px !important;
	font-weight: 500 !important;
}
.card-header{
	padding: 1rem 0px !important;
}
.card-header,.card-footer{
	border-color: #dcdcdc !important;

}
#back-to-top {
	background-image: linear-gradient(to right, #3137e5 0%, #3160e5 100%);
}
.card-table tr:first-child td, .card-table tr:first-child th {
/*    border-top: 1px solid #707070;*/
/*    border-bottom: 1px solid #707070;*/
border-right: 0 !important;
}
.table>:not(:last-child)>:last-child>* {
	border-bottom-color: inherit;
}
.btn-sm{
	font-size: 20px;
}
.card{
	margin-top: 20px ;
	border: 1px solid #eaedf1;
}
.card-table th{
	font-size: 24px;
	font-weight: 500;
	text-transform: capitalize !important;
}
.card-title {
	margin-left: 10px;
}
.card-table td{
	font-size: 20px;
}
.event-add-edit-form{
	font-size: 24px;
	font-weight: 500;
}
/*.event-add-edit-form input,select,option{
	font-size: 24px;
	height: 50px;
}*/
#submit_form .form-control{
	font-size: 24px;
	height: 50px;
}
.card-title{
	font-size: 24px;
	font-weight: 500;
}
.card-header{
/*	border:none !important;*/
}

/*profile dropdown css*/
.dropdown-menu{
	color:#dee2e6;
	background-color:#343a40;
	border-color:rgba(0,0,0,.15);
}
/*sidebar css*/
.app-sidebar__toggle{
	display: none;
}

/*User profile css*/
.profile-page{
	margin: 10px;
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.profile-page .h2{
	font-weight: bold;
}
.profile-form{
	font-size: 24px;
	padding: 5px 10px;
} 

.btn-submit:hover{
	color: #6f7fcf;
	background: #fff !important;
	border-color: #00bfff;
}
.btn-primary-submit:hover{
	color: #6f7fcf !important;
	background: #fff !important;
	border-color: #00bfff;
}
.link-primary:hover{
	color: #6f7fcf !important;
	background: #fff !important;
	border-color: #00bfff;
}
.profile-form label{
	font-size: 24px;
	font-weight: 500;
}
.profile-form input{
	font-size: 24px;
	height: 100%;
}
/*Dashboar css*/
/*.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block;
}*/
.search{
	background-color: #fff !important;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	padding: 36px;
	font-size: 26px;
	text-align: center;
	position: relative;
	font-weight: bold;
	border-radius: 10px;
}
#back-to-top{
	display: none !important;
}
.search-icon{
	position: absolute;
	font-size: 31px;
	bottom: 3;

}
.user-img{
	width: 60px;
	border-radius: 28px;
	cursor: pointer;
	height: 60px;
}
.owl-nav.disabled{
	display: none;
}
#calendar{
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	padding: 10px;
	max-width: 1100px;
	margin: 0 auto;
	font-size: large;
}
.fc-toolbar-chunk{
	margin-right: 70px;
}
.std{
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}

.first-section{
/*	border-bottom:2px solid #dee2e6;*/
padding: 10px 5px;
}
.col-std11 {
	font-size: 48px;
	text-align: center;
	padding: 70px;
	background-color: #9b87fd;
	margin: 20px 5px 20px 20px;
	color: #fff;
	border-radius: 15px;
	font-weight: 500;
	border: 2px solid #9b87fd;
}
.col-std11:hover{
	background-color: #fff;
	border-radius: 15px;
	border: 2px solid #9b87fd ;
	color: #9b87fd;
}
.col-std12:hover{
	background-color: #fff;
	border-radius: 15px;
	border: 2px solid #accef7 ;
	color: #5e90cd;
}
.col-std12 {
	font-size: 48px;
	text-align: center;
	padding: 70px;
	color: #fff;
	background-color: #81e1fd;
	margin: 20px 5px 20px 20px;
	font-weight: 500;
	border-radius: 15px;
	border: 2px solid #accef7 ;
}
.second-section{
	border: 1px solid ;

}.fc-button-primary {
	background-color: #45c7e9 !important;
}
.fc-dayGridMonth-button :active{
	background-color: #a997fe !important;

}

/*Absent Report css*/
.header-section{
	background-color: #45c7e9;
	color: #fff;
	padding: 20px;

}
.inner-text{
	font-size: 85px;
	font-weight: bold;
	line-height: 1.1;
	position: relative !important;
}
.main-section{
	margin-top: 20px;
	box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
	text-align: center;
	background-color: #fff;
	color: #019ff8;
}
.main-section .nav-tabs {
	   overflow-x: auto;
	   overflow-y:hidden;
/*	   flex-wrap: nowrap;*/
	   height: 60px;
	}
	.nav-tabs {
    border-bottom: 0px solid #eaedf1 !important;
}
.nav-tabs .nav-link {
    border: 0;
    color: inherit;
    color: #76839a;
    transition: .3s border-color;
    font-weight: 500;
     padding: 0px; 
    font-size: 13px;
    text-align: center;
}
	.main-section .nav-tabs .nav-link {
	  white-space: nowrap;
	 
	}
.nav-tabs .nav-link {
	font-size: 36px !important;
/*	padding: 1rem 150px ;*/
}
.nav-tabs .nav-item {
	justify-content: center;

}
a.nav-link {
	display: block;
	
}
.nav-item{
	border-width: thick !important;
}
.nav-tabs {
	margin: 0px !important;
}
.nav-item .active{
	border-bottom: 2px solid #019ff8 !important; 

	border-width: thick !important;
}
.active{
	background-color: inherit !important;
	color: #019ff8 !important;
}
.nav-tabs .nav-link:hover{
	background-color: inherit !important;
	color: #019ff8 !important;

}
#myTabContent {
	margin: 20px;
}
#myTab{
	padding: 0;
}
.std-box{
	box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
	font-size: 35px;
	color: #000000a8;
	padding: 12px;
	margin: 25px;
	height: 245px;
	background-color: #fff;
	border-radius: 15px;
	line-height: 1;
}

.std-box-inner-text {
	background-color: rgb(166 147 254);
	width: 45px;
	color: #fff;
	padding: 13px;
	border-radius: 35px;
	text-align: center;
	left: 0;
	position: relative;
	left: 0px; 
	top: -34px;
	font-size: 20px;

}
.std-box p{
	font-size: 60px;
	font-weight: 500;
	margin-bottom: 0 !important;
}
.play-icon {
	font-size: 26px;
	float: right;
	margin: 16px;
}
.std-box:hover{
/*border: 1px solid rgb(166 147 254) ;*/
box-shadow: rgb(61 107 159 / 40%) 0px 0px 0px 2px, rgb(107 156 211 / 78%) 0px 4px 6px -1px, rgb(255 255 255 / 8%) 0px 1px 0px inset;
}

/*..................................Mentorship css...............................*/

/*Class css*/


.std-box-inner-text {
	background-color: rgb(166 147 254);
	width: 45px;
	color: #fff;
	padding: 13px;
	border-radius: 35px;
	text-align: center;
	left: 0;
	position: relative;
	left: 0px; 
	top: -34px;
	font-size: 20px;

}
.std-box p{
	font-size: 36px;
	font-weight: 500;
	margin-bottom: 0 !important;
}
.play-icon {
	font-size: 26px;
	float: right;
	margin: 16px;
	position: absolute;
	bottom: 20px;
    right: 30px;
}
.std-box:hover{
	box-shadow: rgb(61 107 159 / 40%) 0px 0px 0px 2px, rgb(107 156 211 / 78%) 0px 4px 6px -1px, rgb(255 255 255 / 8%) 0px 1px 0px inset;
}

/*Student List css*/
.list{
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding: 15px 50px;
	margin: 50px 170px;
	border-radius: 15px;
}
.student-box{
	text-align: center;
	box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
	margin: 24px !important;
	border-radius: 15px;
	height: 240px;
	padding: 0px !important;
	flex: 0 0 auto;
	width: 21.786238670%;
}
.student-box-top{
	background-color: #74dbf8;
	height: 40%;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;

}
.student-box-top-even{
	background: linear-gradient(to top, #f12711, #f5af19);
	height: 40%;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;

}

.student-box-top-even img{
	margin-top: 50px;
	width: 100px;
	height: 100px;
	border: 3px solid #fff;
	border-radius: 50px;
	color: #fff;

}
.student-box-top img{
	
	margin-top: 50px;
	width: 100px;
	height: 100px;
	border: 3px solid #fff;
	border-radius: 50px;
	color: #fff;
	object-fit: cover;

}
.student-box-bottom{
	background-color: #484848;
	height: 60%;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	color: #fff;
/*			padding: 65px 0px;*/

}
		/*.student-box-bottom:hover{

		}*/
		.stud-name{
			font-size: 22px;
			font-weight: 500;
			margin: 0;
			color: #fff;
			margin-top: 8px;
		}
		.roll-no{
			font-size: 16px;
			font-weight: 500;
			color: #fff;

		}

/*select list css*/
.select-box{
	box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
	margin: 110px 65px;
	border-radius: 25px;
	height: 300px;
	text-align: center;
	transition: transform .2s;

}
.select-box-img{
	width: 135px;
	border: 1px solid;
	padding: 20px;
	background: #345e90;
	border-radius: 68px;
	margin-top: -65px;
}
.select-box p{
	margin-top: 50px;
	font-size: 38px;
	font-weight: bold;
	color: #345e90;
	line-height: 1;
}
.select-box:hover{
	background:#e2f3fb ;
	transform: translateY(-10px);
/*	transform: scaleX(1.1); */
box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;

}

/*progress report css*/
.progress-box{
	box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
	border-radius: 10px;
	margin: 8px;
	font-size: 48px;
	font-weight: bold;
	color: #707070;
	background-color: #fff;
}
.parent-box{
	box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
	border-radius: 10px;
	height: 420px;
	margin: 8px 12px;
	font-size: 48px;
	font-weight: bold;
	color: #707070;
	background-color: #fff;

}
.progress-box-inner{
	padding: 10px;
	border: 1px solid #707070;
	margin: 20px 30px;
	color: #707070;
	box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
	border-radius: 10px;
}
.mentor-box{
	box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
	border-radius: 10px;
	margin: 8px;
	min-height: 400px;
	font-size: 48px;
	font-weight: bold;
	color: #707070;
	background-color: #fff;

}
.progress-box-inner span{
	border: 1px solid;
	padding: 0px;
	width: 70px;
	height: 65px;
	border-radius: 6px;
	color: #fff;
	background: #019ff8;
	float: left;
	font-size: 40px;
	margin: 5px 15px;
}
.progress-box-inner p{
	margin-bottom: 0px !important;
}
.chat-box{
	box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
	border-radius: 10px;
	background-color: #fff;
	height: 125px;
	margin: 28px 12px 0px 12px;
	font-size: 48px;
	font-weight: bold;
	color: #707070;
}
.chat-box p{
	margin-top: 20px;
}
.parent-box-inner-text {
	font-size: 24px;
/*	font-weight: 500;*/
text-align: left;
margin-bottom: 0px !important;
}
.chat-box:hover{
	background-color: #71daf7;
	color: #fff;
}
.progress-box-inner:hover{
	border-color:#71daf7 ;
	color: #71daf7;
	box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
	transform: translateY(-8px);
	transition: linear 2s !important;
}
/*overall subject css*/

/*Attandance Graph css*/

/*Lecture test css*/

/*home work comment css*/
.comment-section{
	margin: 10px 0px;
    padding: 25px 15px;
    background-color: #f3f3ff;
    color: #707070;
    font-size: 28px;
    font-weight: 500;
}
.comment-section .teacher-name,.notes{
	text-align: left;
}

/*teacher note css*/
.teacher-section{
	margin: 15px;
	padding: 25px 35px;
	background-color: #f3f3ff;
	color: #707070;
	font-size: 28px;
	font-weight: 500;
}
/*..................................Doubt css.................................*/

/*doubt solution css*/
.doubt-status-box{
/*margin: 5px;*/
margin: 0px px 0px 20px;

box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
padding: 20px;
border-radius: 15px;
background-color: #fff;


}
.doubt-upload-box{
	margin: 0px 0px 0px 20px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	padding: 20px;
	border-radius: 15px;

	background-color: #fff;

}
.chat-group-box{
	margin: 60px 0px 0px 20px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	padding: 20px;
	border-radius: 15px;
	text-align: center;
	background-color: #fff;
}
.doubt-status-box-inner {
	box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
	margin: 30px;
	padding: 0px 50px;
	border-radius: 15px;
	font-size: 48px;
	font-weight: bold;
	color: #707070;
	background-color: #fff;
}
.doubt-status-box-inner-img{
	text-align: center;
	border: 1px solid;
	width: 100px;
	margin: -68px auto 0px;
	border-radius: 44px;
	padding: 10px;
	background-color: #fff;

}
.container-fluid{
	background-color: #fff;
}
button.btn.btn-danger {
	padding: 2px 35px;
	border-radius: 10px;
	font-size: 24px;
	color: ghostwhite;
	margin: 15px 0px;
}
.doubt-desc{
	font-size: 24px !important;

}

.doubt-date{
	font-size: 24px;

}

/*drang drop css*/
.drop-zone {
	max-width: 335px;
	height: 200px;
	padding: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-family: "Quicksand", sans-serif;
	font-weight: 500;
	font-size: 20px;
	cursor: pointer;
	color: #cccccc;
	border: 4px dashed #707070;
	border-radius: 10px;
}

.drop-zone--over {
	border-style: solid;
}

.drop-zone__input {
	display: none;
}

.drop-zone__thumb {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
	background-color: #cccccc;
	background-size: cover;
	position: relative;
}

.drop-zone__thumb::after {
	content: attr(data-label);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 5px 0;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.75);
	font-size: 14px;
	text-align: center;
}
.file-upload{
	justify-content: center;
	margin: 25px 0px
}
.btn-upload {
	margin: 25px 15px 15px 10px;
	border: 1px solid #000;
	padding: 5px 0px !important;
	width: 200px;
	font-size: 26px;
	border-radius: 7px;
	background-color: #019ff8;
	color: #fff;
}
.chat-group-box img{
	width:200px;
	margin: 0px 85px;
}
.chat-group-box p{
	font-size: 40px;
	color: #707070;
}
/*Task list*/
.task-list table {
	border-collapse: collapse;
}

.task-list th {
	background-color: green;
	Color: white;
}
.task-list .data-table {
	border-collapse: separate;
	border-spacing: 0 35px;
}

.task-list .heading-table th{
	background-color: #66d5f3 !important;
}

.task-list th {
	padding: 20px !important;
	text-align: center;
	border-right: 1px solid #fff;
	font-size: 28px !important;
	color: #fff !important;
	font-weight: bold !important;
	text-transform: capitalize !important;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.task-list th:first-child {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.task-list th:last-child {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.task-list .data-table-inner tr{
	font-size: 28px !important;
	color: #9b9b9b !important;
	font-weight: bold !important;
	text-transform: capitalize !important;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.task-list .data-table-inner  td{
	border: none;
	text-align: center;
	padding: 20px !important;
	border-right: 1px solid #000;
}
.data-table-inner  td:last-child{
	border:none;

}
.task-list .data-table-inner  tr{
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.task-list label{
	display: inline-block;
	background-color: #61d3f2;
	color: #fff;
	padding: 8px 30px;
	border-radius: 12px;
	cursor: pointer;
	font-size: 24px;
	font-weight: 500;
}
.task-list tr.heading th:last-child {
	border-right: none !important;
}

.task-list{
	background-color: #fff;
	padding: 70px;
} 
/*..................................test generator css.................................*/

/*select test */
.select-test-box{
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	padding: 10px;
	border-radius: 10px;
	font-size: 48px;
	color: #707070;
	font-weight: 500;
}
.mcq-radio {
	width: 40px;
	height: 40px;
	margin: 15px 21px 15px 50px;
}
.mark-box{
	margin: 15px 21px 15px 50px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	width: 100px;
	border-radius: 10px;
	text-align: center;

}
.mark-type-box {
	border: 1px solid;
	margin: 30px;
	font-size: 36px;
	text-align: center;
	padding: 0px;
	border-radius: 10px;
	color: #019ff8;
}
.mark-type-box label{
	background: #d1f2fc;
	display: block;
	border-radius: 10px;
}
.mark-type-box input{
	width: 300px;
	border-radius: 10px;
	padding: 40px;
	border: none;
	text-align: center;
}
.mark-type-box input:focus{
	width: 300px;
	border-radius: 10px;
	padding: 40px;
	border: none ! !important;
	outline: none;
}
.btn-submit{
	background-color: #019ff8;
	color: #fff;
	padding: 5px 40px;
	font-size: 28px;
	border-radius: 10px;
}
/*chapter list css*/
.select-box-ch{
	border: 2px solid #019ff8;
	text-align: center;
	font-size: 18px;
	border-radius: 10px;
}
.detail-data tr:first-child{
	border-bottom: 2px solid #019ff8;

}
.detail-data{
	width: 98% !important;
	margin: 5px 10px;
	color:  #019ff8;
}
.detail-data td, .detail-data th{
	border-right: 2px solid #019ff8 !important;
	padding: 15px 60px;
}
.detail-data td:last-child{
	border: none !important;
}
.detail-data td span{
	border: 2px solid #019ff8;
	padding: 8px 12px;
	border-radius: 20px;
	margin: 5px;
	font-size: 16px;
}
.unit-box{
	border: 1px solid;
	border-radius: 10px;
	margin: 20px 25px;
	text-align: center;
	font-size: 18px;
	color: #000;
}
.unit-box p{
	font-size: 12px;
	margin-bottom: 28px;
}
.unit-number{
	border: 1px solid;
	padding: 8px 10px;
	border-radius: 40px;
	width: 50px;
	margin: -21px;
	background: #fff;
	font-size: 30px;
	text-align: center;
	color: #019ff8;
	font-weight: 500;
}
.unit-box h3
{
	margin: 25px;
	color: #707070;
}
.unit-box:hover{
	transform: translateY(-10px) translateX(-10px);
	transition-duration:2s;
}

.unit-box:active {
	background-color:#50cced ;
	color: #fff !important;
}

/*..................................Learning css.................................*/
/*learning list cc*/
.box{
	padding: 30px 45px;
	border-radius: 15px;
	font-size: 40px;
	font-weight: 500;
	color: #484848;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.box:hover{
	background-color: #f3f3ff;
	color: #019ef7;
}
.app-sidebar__toggle {
	color: #3838f7 !important;
}
/*tutorial list css*/

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	height: 200px;
}
.ptb-4
{
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}
/*level box css*/
.sub-box {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	font-size: 35px;
	color: #000000a8 !important;
	margin-top: 40px;
	border-radius: 1px;
	max-width: 250px;
	max-height: 220px;
	padding: 80px 0px;
	margin-left: 60px;
	text-align: center;
}
.sub-box:nth-child(1)
{
	margin-left: 0px !important;
}
.sub-box span{
	display: block;
}
.sub-box:hover {
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
	background-color: #f3effe;
	color: #019ff8;
	transition: 2s;
	transform: translate3d(0px, -10px, 0px);
	
	
}
.form-label{
	font-size: 24px!important;
	font-weight: 500 !important;
}
.sub-box:hover .play-icon{
	background:#019ff8 ;

}
.sub-box:hover .play-icon .fa {
	color: #fff!important;
}
.sub-box .play-icon {
	font-size: 24px;
	float: right;
	border-radius: 40px;
	background: #f3effe;
	padding: 10px;
	display: flex;
	text-align: center;
}
.level-box {
	box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
	max-width: fit-content;
	margin-top: 60px;
	
	border-radius: 180px;
	margin-left: 10px;
	display: flex;

}
.level-box:nth-child(1) {
	margin-left: 115px;
}

.level-box:hover{
	transition: 2s;
	box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
	transform: translateY(-10px);
}

/*media query css*/
@media only screen and (max-width: 1300px) {

}
@media only screen and (max-width: 767px) {
	.detail-data td, .detail-data th {
    border-right: 2px solid #019ff8 !important;
    padding: 15px 5px;
}
	.schools div:nth-child(odd) {
		margin-bottom: 0px;
	}
	.schools div:nth-child(even) {
		margin-top: 20px;
	}
	.schools{
		justify-content: center;
	}
	.schools .col-md-3 {
		margin-bottom: 20px;
	}
	.app.sidebar-mini.sidenav-toggled .side-menu .side-menu__icon {
		margin-right: 5px;
	}
	.app-sidebar__toggle{
		display: block;
		text-align: end;
	}
	.app .app-sidebar {
		left: -325px;
	}
	.fc-toolbar-chunk {
		margin-right: 0px; 
	}
	.inner-text{
		font-size: 50px !important;
	}
	.header-section img{
		display: none;
	}
	.nav-tabs .nav-item {
		left: 0px; 
	}
	.nav-tabs .nav-link {
		font-size: 36px !important;
		padding: 0px; 
	}
	.list {
		box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
		padding: 15px 10px;
		margin: 15px 15px;
		border-radius: 15px;
	}
	.parent-box{
		margin-top: 10px;
		margin-left: 0px;
		margin-right: -15px;
	}
	.progress-box-inner p{
		font-size: 32px;
		text-align: left;

	}
	.progress-box-inner span{
		margin: -7px 7px;
		height: 62px;
	}
	.btn-school {
		position: absolute;
		right: 50px;
		bottom: 10px;
		font-size: 18px !important;
		width: 60px;
		text-align: center;
		padding: 0px;
	}
	.level-box {
		margin-left: 180px !important;
		display: flex;
	}
	.inner-text{
			font-size: 60px !important;
			font-weight: bold;
			line-height: 1.1;
	}
	.main-section .nav-tabs {
/*	   overflow-x: auto;*/
/*	   overflow-y:hidden;*/
/*	   flex-wrap: nowrap;*/
	   height: 100px;
	}
	.action-btns {
	    display: flex;
	    flex-direction: row;
	    justify-content: center;
	}
  	.action-btns a {
    	margin: 0 5px;
  	}
  	
	
}


.ques_bank_inp_hide {
	display: none;
}
.tab-content i{
		color: inherit !important;
	}

.slide.is-expanded a {
    /* color: #fcfeff; */
    text-decoration: none;
    font-size: 24px !important;
}


.cke_button__customimageupload_icon {
    background-image: url('../images/customimage.png?t=4a1fb11f44') !important;
    background-repeat: no-repeat !important;
}
