
:root { 
  --base-header-one-bg:linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(255,255,255,1) 0%, rgba(233,226,245,1) 46%, rgba(84,65,116,1) 100%, rgba(178,170,192,1) 100%, rgba(84,65,116,1) 100%);
  --breadcrumb-bg:#b698ce5c;
  --bg-hover:#4c3177;
  --secondary-bg: #7b6497;
  --primary: #4c3177;
    --inner-bg: #eff4f9;
  --header-bg-new:#442f67;
  --dark-bg:#4d396e;
   --shadow-color-new:#4d396e;
   --round-gradient:linear-gradient(236deg, rgba(161,131,244,1) 0%, rgba(127,87,216,1) 100%);
   --border-round-box:#eff4f9;
   --dark-shadow:#a8a1a19e;
   --main-box-bg:#fff;
   --main-button-bg:linear-gradient(175deg, rgba(162,137,205,1) 0%, rgba(112,88,152,1) 100%);
   --main-button-bghover:linear-gradient(357deg, rgba(162,137,205,1) 0%, rgba(112,88,152,1) 100%);
   --qa-top:#635678;
   --box-gradient:background: linear-gradient(0deg, rgba(231,235,240,1) 0%, rgba(238,243,248,1) 53%, rgba(239,244,249,1) 100%);
   --active-tab:#a284d4;
}

body {
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	background-color: #f7f7f7;
}
html {
	overflow-x: hidden;
}
a {
	color:#6d5d81;
}
/* Styling */
.modal-header {
	padding: 30px;
	padding-bottom: 0;
	border-bottom: none;
}
.modal-footer {
	padding: 30px;
	border-top: none;/* padding-top: 0; */
}
.maskWrapper {
	position: fixed;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.owl-theme .owl-nav {
	margin-top: 10px;
	display: none;
}
section.activity-wrapper {
	position: fixed;
	bottom: 0;
	background: #fff;
	padding: 30px;
	z-index: 10000;
	width: 100%;
	box-shadow: 0 -10px 50px #00000021;
}
.dti {
	display: flex;
	flex-direction: column;
	padding-left: 15px;
	align-items: flex-start !important;
}
.chartjs-render-monitor {
/* 	height: 300px !important; */
}
 
.classmore {
	font-size: 18px;
	color: #1f5ea2;
}
.dti h3 {
	font-size: 14px;
	margin-bottom: 0px;
}
.dti p {
	margin-bottom: 0;
}
.owl-carousel .owl-item img {
	display: block;
	width: 40px;
}
.owl-carousel .owl-item div {
	display: flex;
	align-items: center;
}
video.mskVideo {
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.lightpan {
	position: absolute;
	bottom: 100px;
	color: #fff;
	padding: 20px 31px;
	background: #ffffff30;
	border-radius: 50px;
	left: 100px;
}
.copyrightSpan {
	position: absolute;
	bottom: 10px;
	color: #fff;
	padding: 20px 31px;
	border-radius: 50px;
	right: 100px;
}
.mask {
	width: 100%;
	/* height: 100%; */
	position: absolute;
	top: 0;
	left: 0;
}
.t-Dis{
	display: none;
}
img.img-fluid.product-logo {
	position: fixed;
	width: 200px;
	top: 50px;
	right: 50px;
}
.btn-primary {
	color: #fff;
	/* background-color: #007bff; */
	border: none;
	border-color: transparent;
	background: linear-gradient(45deg, #4d396e, #705898);
	box-shadow: 0 7px 12px #dcccf6;
	height: 45px;
	min-width: 150px;
}
.btn-primary-label {
	color: #fff;
	background-color: #a6d7a6;
	border: none;
	border-color: transparent;
	box-shadow: 0 7px 12px #34adef69;/* height: 45px;
	min-width: 150px; */
}
.btn-sucess-label {
	color: #fff;
	background-color: #a6d7a6;
	border: none;
	border-color: transparent;
	box-shadow: 0 7px 12px #34adef69;
	height: 45px;
	min-width: 150px;
}
.btn-danger-label {
	color: #fff;
	background-color: #FF5C5C;
	border: none;
	border-color: transparent;
	box-shadow: 0 7px 12px #34adef69;/* height: auto; */
	/* min-width: 150px; */
}
.groupAnswerdesc {
	text-align: center;
	font-weight: bold;
}
.btn-round {
	border-radius: 50%;
	color: #000000;
	margin-left: 5px;
	border: 2px solid #d0d0d0;
	height: 35px;
	min-width: 40px;
}
.btn-round:focus {
	box-shadow: none !important;
}
.btn-roundAnswer {
	background-color: #25c75e !important;
	color: #ffff !important;
}
.btn-roundNotAnswer {
	background-color: #dc3545 !important;
	color: #ffff !important;
}
.activeQstn {
	background-color: #0044cc !important;
	color: #ffff !important;
}
.btn-warning {
	color: #fff;
	/* background-color: #007bff; */
	border: none;
	border-color: transparent;
	background: linear-gradient(45deg, #ff9800, #ffeb3b);
	box-shadow: 0 7px 12px #34adef69;
	height: 45px;
	min-width: 150px;
}
.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
	border: none;
	height: 45px;
	background:var(--dark-bg)!important;
	    box-shadow: 0 5px 15px var(--shadow-color);
	min-width: 150px;
}
.netflix-btn button {
	flex: 1;
}
.netflix-btn button:first-child {
	border-radius: 0.25rem 0 0 0.25rem;
}
.netflix-btn button:last-child {
	border-radius: 0 0.25rem 0.25rem 0;
}
.profileviewer {
	flex-direction: column;
	align-items: center;
	padding: 30px;
	background:var(--round-gradient);
	border-radius: 5px;
}
.profileviewer h3 {
	color: #fff;
	font-size: 18px;
}
h5.activity {
	padding: 15px;
	background: linear-gradient(45deg, #17a2b8, #17a2b8);
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
}
h5.activity small {
	display: block;
	margin-bottom: 10px;
}

.list-group-item {
	padding: 20px;
	font-weight: 600;
	font-size: 14px;
}
.vdoList li .btn-outline-danger {
	color: #dc3545;
	background-color: transparent;
	background-image: none;
	border-color: #dc3545;
	border: solid 5px #dc354540;
}
.vdoList li .btn {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	padding: 0;
	color: #ccc;
}
.home-text {
	color: #fff;
	max-width: 100%;
	font-weight: 700;
	font-size: 7em;
	margin-top: 40px;
	margin-left: 40px;
	text-align: center;
}
.home-text span {
	color: #ffa000;
}
.home-text small {
	display: block;
	font-weight: 300;
	font-size: 0.45em;
}
.logWrapper {
	margin: 0 -15px;
	/* background: #fff; */
	height: 100vh;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	
}
.landing-section {
	/*background: radial-gradient(circle at 48% 55%, rgba(0, 0, 0, 0), #0c2340);*/
	width: 100%;
	position: relative;
	height: 100vh;
	display: flex;
	display: -webkit-flex;
	overflow-y: scroll;/* justify-content: center; */
	/* align-items: center; */
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.homeWrapper {
	background: #343963;
	width: 86%;
	height: 72vh;
	overflow: hidden;
	border-radius: 70px;
	box-shadow: 0 30px 50px #0000008c;
}
.white-sec {
	/* background: #fff; */
	border-radius: 70px 70px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
}
.white-sec img {
	max-width: 300px;
	margin: 20px;
}
.item-sec {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin-top: 0px;
	background:#fff;
	border-radius:40px;
	padding:10px;
	flex-wrap: wrap;
}
.item-sec ul {
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	margin: 0;
	width: 70%;
	flex-wrap: wrap;
}
.item-sec ul li {
	padding: 20px;
	width: 180px;
	height: 180px;
	background: #ffffff14;
	border-radius: 100px;
	position: relative;
	z-index: 1;
	margin: 15px;
	transition: all ease-in-out .3s;
	box-shadow: 0 15px 19px #0000000a;
}
.item-sec ul li:hover .round-div {
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
}
.round-div {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: transparent;
	border-radius: 100px;
	position: absolute;
	z-index: 1;
	font-weight: 600;
	font-size: 18px;
	box-shadow: -5px 15px 19px #1d0c278c;
	overflow: hidden;
}
.round-div::after {
	position: absolute;
	content: "";
	transform: scale(1);
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: #ffffff1a;
	transition: all ease-in-out 0.6s;
	left: -25%;
	bottom: -10%;
	box-shadow: 0 0 15px #0000000f;
}
.round-div::before {
	position: absolute;
	content: "";
	transform: scale(1);
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #ffffff1a;
	transition: all ease-in-out 0.4s;
	left: -18%;
	bottom: -3%;
	box-shadow: 0 0 15px #0000000f;
}
.item-sec ul li:hover {
	transform: scale(1.1);
}
.item-sec ul li:hover .round-div::after {
	transform: scale(1.3);
}
.item-sec ul li:hover .round-div::before {
	transform: scale(1.9);
}
.blueshade {
	background: #3d8cf02e;
	color: #fff;
	border: solid 1px #ffffff7a;
	transition: all ease-in-out .4s;
}
.violetshade {
	background: #0c294d5e;
	color: #fff;
	border: solid 1px #ffffff7a;
	transition: all ease-in-out .4s;
}
.redshade {
	background: #c18b62bf;
	color: #fff;
	border: solid 1px #ffffff7a;
	transition: all ease-in-out .4s;
}
.greenshade {
	background: rgba(150, 205, 72, .3);
	color: #fff;
	border: solid 1px #ffffff7a;
	transition: all ease-in-out .4s;
}
.orangeshade {
	background: rgba(250, 173, 18, .3);
	color: #fff;
	border: solid 1px #ffffff7a;
	transition: all ease-in-out .4s;
}
.cyanshade {
	background: rgba(247, 158, 63, 0.3);
	color: #fff;
	border: solid 1px #ffffff7a;
	transition: all ease-in-out .4s;
}
.blueshade:hover {
	background: #4e7cff;
	color: #fff;
	border: solid 1px #ffffff7a;
}
.violetshade:hover {
	background: #7033FF;
	color: #fff;
	border: solid 1px #ffffff7a;
}
.redshade:hover {
	background: #e87722e6;
	color: #fff;
	border: solid 1px #ffffff7a;
}
.greenshade:hover {
	background: #95CD48;
	color: #fff;
	border: solid 1px #ffffff7a;
}
.orangeshade:hover {
	background: #FAAC12;
	color: #fff;
	border: solid 1px #ffffff7a;
}
.cyanshade:hover {
	background: #BBA273;
	color: #fff;
	border: solid 1px #ffffff7a;
}
/* Login Styles */
header .btn-info {
	display: none;
}
.mob {
	display: none;
}
.login_wrapper {
	position: relative;
	height: 100vh;
	background: linear-gradient(65deg, #193d69, #070f19);
	display: flex;
	justify-content: center;
	align-items: center;
}
.login-box {
	width: 50%;
	padding: 0;
	background: transparent;
	border-radius: 13px;
	box-shadow: none;
}
.login-header {
	display: flex;
	justify-content: space-between;
	margin: 0 0 30px;
	padding-bottom: 10px;
	border-bottom: solid 1px #ccc;
	padding: 0 0px 15px;
	align-items: center;
	color: #000;
}
.login-box h2 {
	font-size: 18px;
	color: #fff;
}
.login-header img {
	max-width: 130px;
}
.login-box h2 small {
	display: block;
	font-size: 12px;
	margin-top: 5px;
	color: #f5f5f5;
}
.login-box label {
	color: #ffffff;
	margin-bottom: 10px;
}
.login-box input.form-control {
	border-radius: 3px;
	height: 40px;
	padding: 5px 15px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	position: relative;
	/* 	background: #00000026; */
	background: #ffffff !important;
	color: #000 !important;
}
.login-box input.form-control:focus {
	box-shadow: none;
}
.login-box button.btn.btn-primary {
	box-shadow: 0 5px 20px #00244a85;
}
.login-box a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}
/* Login Styles */

/* Dashboard Styles */
header {
	position: relative;
	z-index: 0;
	display: flex;
	padding: 5px 25px;
	align-items: center;
	justify-content: space-between;
	
}
.logo_wrapper img {
	max-width: 200px;
	max-height: 100px;
}
.logo_wrapper {
	display: flex;
	align-items: center;
}
.logo_wrapper h3 {
	margin-bottom: 0;
	font-size: 16px;
	color: #fff;
	padding-left: 15px;
}
.login_details {
	display: flex;
	align-items: center;
}
.profilepicture img {
	width: 30px;
	height : 30px;
	border-radius: 50%;
}
.btn-link {
	color: #b5b5b5;
	margin: 0 4px;
}
.profilepicture {
	padding: 0 10px;
	color: #212121;
}
.profilepicture span {
	padding-left: 10px;
}
.base {
	width: 100%;
	padding-bottom: 80px;
}
.base_header {
	width: 100%;
	padding: 10px 100px;
	
	display: flex;
	justify-content: space-between;
	align-items: center;
 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4d396e+0,9287a9+100 */
    background:var(--header-bg-new);  
 background-size:cover;
height:200px;
position:relative;
}






.dashboard {
	min-height: 245px;
	align-items: flex-start;
	padding: 50px 100px;
}
.base_header h2 {
	color: #fff;
	font-size: 1.8em;
	margin-bottom: 20px;
	font-weight: 600;
	position:relative;
}
.base_header h2 small {
	display: block;
	color: #fff;
	font-weight: 300;
	margin-top: 5px;
}
.breadcrumb {
	padding: 5px 15px;
	background-color: var(--breadcrumb-bg) !important;
	margin-bottom:20px;
	position:relative;
}
.table-striped tbody tr:nth-of-type(2n+1) {
	background-color: rgba(6, 46, 66, 0.05);
}
.page-item.active .page-link {
	background-color: var(--secondary-bg);
	border-color: var(--border-colour);
}
.breadcrumb li a {
	font-weight: 400;
	color: rgba(255, 255, 255, 0.9);
	text-decoration: none;
	padding-right: 15px;
}
.breadcrumb li {
	font-weight: 600;
	color: #fff;
}
.content-wrapper {
	padding: 40px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 10px 25px #0000004d;
}
.container {
	max-width: 100%;
	padding: 15px 100px !important;
}
.mainNav {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
	background: var(--dark-bg);
	border-radius:50px;
	
	-webkit-box-shadow: 0px 0px 22px -6px var(--shadow-color-new);
-moz-box-shadow: 0px 0px 22px -6px  var(--shadow-color-new);
box-shadow: 0px 0px 22px -6px  var(--shadow-color-new);
}
.grafNav {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: -90px;
}
.navItem {
	
	flex-grow: 1;
	padding: 15px;
	align-content: center;
	justify-content: center;
	align-items: center;
	min-width:100px;
	min-height: 103px;
	background:none;
	border-right:1px solid #2f1a51;
	vertical-align:middile;
	display: flex;
	
}

div .navItem:last-child
{
	border-right:0;
}

.navItem h3 {
	font-size:16px;
	font-weight: 300;
	color: #fff;
	font-weight: 600;
	margin-top: 10px;
	width:119px;
}
.navItem h3 small {
	display: block;
	margin-top: 5px;
	display:none;
}
.navItem img {
	
	float:left;
	width:auto;
	height:60px;
	margin-right:10px;
	
}
.submainNav {
	display: flex;
	width: 100%;
	justify-content:flex-start;
	flex-wrap: wrap;
	
	padding: 9px 0px;
	margin-left: 60px;
}
.subnavItem {
    display:flex;
	padding: 15px;
	border-radius: 7px;
	text-align:center;
	width:199px!important;
	min-height: 80px;
	background:var( --border-round-box);
	margin: 15px;
	transition: all ease-in-out 0.3s;
	border-radius:15px;
	box-shadow: 0px 0px 22px -6px var(--shadow-color-new);
	justify-content:center;
	flex-wrap:wrap;
	align-items: center;
    flex-direction: column;
	
}
.subnavItem:hover {
	box-shadow: 7px 10px 22px #0c234073;
	background: var(--subnav-hover-bg);
	position: relative;
	z-index: 10;
	color: #fff;
	over-flow:hidden;
}

.subnavItem:hover h3 {
	color: #fff;
}
.subnavItem:hover h3 small {
	color: #fff;
}
.subnavItem h3 {
	font-size: 14px;
	font-weight: 300;
	color:var(--dark-bg);
	font-weight: 600;
	margin-top: 10px;
}
.subnavItem h3 small {
	display: block;
	margin-top: 5px;
	color:var( --dark-bg);
	font-size:12px;
}

.subnavItem .image{
margin-top:-50px;
float:none;
display:table;
width:89px;
height:89px;
border-radius: 50%;
background: rgb(161,131,244);
background: var(--round-gradient);
overflow:hidden;
padding:10px;
	-webkit-box-shadow: 0px 0px 22px -6px var(--shadow-color-new);
-moz-box-shadow: 0px 0px 22px -6px  var(--shadow-color-new);
box-shadow: 0px 0px 22px -6px  var(--shadow-color-new);
}


.subnavItem img {
	width:100%;
    height:100%;


}
/* Dashboard Styles */

/* Class View Styles */
.classViewContainer {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content:flex-start;
	padding: 40px 0;
}
.classviewWrapper {
	text-align: center;
	padding: 30px 25px;
	border-radius:20px;
	min-width: 225px;
	min-height: 103px;
	background: var( --border-round-box);
	box-shadow:0px 0px 30px -9px var(--shadow-color-new);
	margin: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	/*overflow: hidden;*/
	transition: all ease-in-out 0.4s;
}
.classviewWrapper:hover {
	box-shadow: 0 10px 40px #002d82a1;
	background:var(--round-gradient);
	position: relative;
	z-index: 10;
}

/*.classviewWrapper::before, .classviewWrapper::after {
	position: absolute;
	content: "";
	transform: scale(0);
	width: 190px;
	height: 190px;
	border-radius: 50%;
	background: #ffffff1a;
	transition: all ease-in-out 0.4s;
	left: -25%;
	bottom: -10%;
	box-shadow: 0 0 15px #0000000f;
}*/

.classviewWrapper:hover::before {
	transform: scale(1.3);
}
.classviewWrapper:hover::after {
	transform: scale(1.8);
	right: -25%;
}
.classviewWrapper:hover h3 {
	color: #fff;
}
.onlineIndicator {
	width: 20px;
	height: 20px;
	background: #bbb;
	border-radius: 50%;
	border: solid 3px #f0f3fb;
	position: absolute;
	top:76px;
	right:45%;
	z-index: 100;
}
.online .onlineIndicator {
	background: #8fd435;
	border-color: #e6faff;
	z-index: 100;
}
.online.classviewWrapper h3 small {
	background: #4ac74a;
	position: relative;
	z-index: 10;
	color: #fff;
	border-radius:15px;
}
.classviewWrapper h3 {
	font-size: 14px;
	font-weight: 300;
	color: #000;
	font-weight: 600;
	margin-top: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 0;
	position: relative;
	z-index: 10;
}
.classviewWrapper h3 small {
	display: inline-block;
	margin-top: 10px;
	padding: 8px 15px;
	background:none;
	border-radius: 5px;
	font-weight: 600;
	color: #ccc;
	position: relative;
	z-index: 10;
}

.classviewWrapper h3 .offline
{
	
	color:#fff!important;
	
	border-radius:15px!important;
	background:#8a898a!important;
}

.avatar {
	width:105px;
	height:105px;
	margin-top:-51px;
	background-size: contain;
	background-position: center;
	border-radius: 50%;
	overflow: hidden;
	box-shadow:0px 0px 30px -9px var(--shadow-color-new);
	position: relative;
	z-index: 10;
}
.classCategoryoption {
	display: flex;
	justify-content: center;
	/*margin-top: -55px;*/
}
.classCategoryoption ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.classCategoryoption ul li {
	margin: 5px 20px;
}
.categoryoption {
	
	padding: 20px;
	border-radius:50%;
	
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	transform: scale(1.1);
	
}
.categoryoption :hover {
	box-shadow: 0 10px 15px #0000000d;
	transform: scale(1.1);
}
.categoryoption h2 {
	margin: 0;
	font-size: 22px;
}

.categoryoption h3 {
	font-size: 14px;
	margin: 0;
	margin-top: 10px;
}
.categoryoption .avatar {
	width:80px;
	height:80px;
	border-radius: 50%;
	background-size: cover;
	background:var(--dark-bg);
	transition: all ease-in-out 0.3s;
	/*box-shadow:0px 0px 22px -6px var(--shadow-color-new);*/
	box-shadow:0px 0px 30px -9px var(--shadow-color-new);
	transform: scale(1.1);
	background-size: cover;
	margin-top:0!important;
}

.alloption .categoryoption .avatar
 {
	width:80px;
	height:80px;
	border-radius: 50%;
	background-size: cover;
	background:var(--dark-bg);
	transition: all ease-in-out 0.3s;
	box-shadow:0px 0px 22px -6px var(--shadow-color-new);
	transform: scale(1.1);
	background-size: cover;
}


.categoryoption-new
{
	width:30px;
	height:30px;
	border-radius: 50%;
	background-size: cover;
	background: var( --border-round-box);
	transition: all ease-in-out 0.3s;
	box-shadow:0px 0px 22px -6px var(--shadow-color-new);
	transform: scale(1.1);
	background-size: cover;
	    display: flex;
    justify-content: center;
    align-items: center;
}
.alloption .clsView h3
{
	font-size:18px;
}

.categoryoption .avatar:hover
{
	transform: scale(1.1);
}

.br-nw
{
	border-color:#bbbec0;
}


button.closePopup {
	position: absolute;
	right: 23px;
    top: 17px;
	background: transparent;
	border:none;
	color: #fff;
	font-size:18px;
}
section.alloption {
	position: fixed;
	top: 11%;
	left: 2%;
	right: 2%;
	width: auto;
	top:20%;
	padding: 2%;
	margin: auto;
	max-width: 970px;
	background: var(--round-gradient);
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow-y: auto;
	border-radius: 5px;
	box-shadow: 0 15px 50px #0c253f91;
}
section.alloption ul {
	display: flex;
	align-items: center;
	justify-content:flex-start;
}
section.alloption .classCategoryoption {
	margin: 0;
}
section.alloption .categoryoption {
	background: transparent;
	color: #fff;
	
	
}
.classView {
	min-height: 220px;
}
 
.graphContainer h3 {
	font-size: 18px;
}
.pie canvas {
	height: 305px !important;
	width: 305px !important;
}
.classView select {
	width: 100%;
	background : #fff ;
	color: #000;
	padding: 10px 24px;
	border-radius: 15px;
	padding-right: 39px;
	-webkit-appearance: none;
	border: solid 2px #fff;
	min-width: 200px;
	position: relative;
}
.classView select option {
	color: #111;
}
.classView select:focus {
	outline: none;
	box-shadow: none;
}
.selectWrapper {
	position: relative;
}
.selectWrapper::after {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	border: solid 2px #fff;
	border-top: none;
	border-left: none;
	transform: rotate(45deg);
	top: 50%;
	right: 23px;
	margin-top: -5px;
}
/* Class View Styles */

/* Create Class Styles */
.header_btn {
	background: transparent;
	color: #fff;
	padding: 10px 24px;
	border-radius: 5px;
	padding-right: 39px;
	border: solid 2px #fff;
	min-width: 200px;
	position: relative;
	text-align: left;
	display: inline-block;
	margin-bottom: 10px;
	margin-left: 9px
}
.ovr-grf{
	font-size: 17px;
    text-align: center;
    padding-top: 10px;
    color: #646464;
}
.graffShowbtn {
	background: transparent;
	color: #fff;
	padding: 10px 24px;
	border-radius: 5px;
	padding-right: 39px;
	border: solid 2px #fff;
	min-width: 56px;
	position: relative;
	text-align: left;
	display: inline-block;
	margin-bottom: 10px;
}
.btn-wrapper {
	padding: 15px 0;
}
.base .base_header .btn-wrapper {
	text-align: right;
}
.plus::after {
	position: absolute;
	content: "";
	width: 10px;
	height: 2px;
	top: 50%;
	right: 22px;
	margin-top: -1px;
	background: #fff;
}
.plus::before {
	position: absolute;
	content: "";
	width: 2px;
	height: 10px;
	top: 50%;
	right: 26px;
	margin-top: -5px;
	background: #fff;
}
.arrow::after {
	position: absolute;
	content: "";
	width: 8px;
	height: 2px;
	top: 50%;
	right: 20px;
	margin-top: 2px;
	background: #fff;
	-webkit-transform: rotate(-45deg);
}
.arrow::before {
	position: absolute;
	content: "";
	width: 2px;
	height: 8px;
	top: 50%;
	right: 23px;
	margin-top: -6px;
	background: #fff;
	-webkit-transform: rotate(-45deg);
}
/* .arrow {
	border: solid white;
    border-width: 0px 2px 2px 0px;
    display: inline-block;
    padding: 79px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-left: 3px;
    margin-right: -10px;
}
 */
.contentContainer {
	padding: 40px;
/* background: #fff;*/
}
.table {
	border: 1px solid #e1e1e1;
}
.contentContainer table {
	border-collapse: separate;
	border-spacing: 0 8px;
	background: #fff;
}
.contentContainer table td {
	border: none;
	vertical-align: middle;
}
.contentContainer table th {
	border: none;
	background: var(--secondary-bg);
	padding: 10px 0.75rem;
	color: #fff;
}
.contentContainer table tr td:first-child {
	border-radius: 5px 0 0 5px;
}
.contentContainer table tr td:last-child {
	border-radius: 0 5px 5px 0;
}
.contentContainer table tr th:first-child {
	border-radius: 5px 0 0 5px;
}
.contentContainer table tr th:last-child {
	border-radius: 0 5px 5px 0;
}
.contentContainer table tr {
	transition: all ease-in-out 0.3s;
	border-radius: 5px;
}
.contentContainer table tr:hover {
	box-shadow: 0 5px 20px #0000001f;
}
.action {
	width: 200px;
}
.slno {
	width: 100px;
}
.table i {
	margin: 0 5px;
	display: inline-block;
}
/* Create Class Styles */

/* DropdownStyles */
.iconWrapper {
	position: relative;
}
.headerDropdown {
	display: none;
	position: absolute;
	min-width: 300px;
	min-height: 100px;
	padding: 25px;
	border-radius: 5px;
	box-shadow: 0 10px 25px #0000002b;
	right: -10px;
	background: #fff;
}
.headerDropdown:after {
	position: absolute;
	content: "";
	border-bottom: solid 10px #fff;
	border-left: solid 8px #af666600;
	border-right: solid 8px transparent;
	top: -8px;
	right: 27px;
	z-index: 10;
}
.headerDropdown h4 {
	font-size: 14px;
	font-weight: 600;
}
.headerDropdown ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	max-height: 200px;
	overflow-y: auto;
}
.headerDropdown .avatar {
	width: 40px;
	height: 40px;
	margin-right: 15px;
}
.headerDropdown ul li a {
	display: flex;
	align-items: center;
	text-decoration: none;
}
.headerDropdown ul li:hover {
	background: #e8f0f7;
}
.headerDropdown ul li {
	padding: 5px;
	border-radius: 5px;
}
.headerDropdown ul li a span {
	color: #111;
	font-weight: 500;
}
/* DropdownStyles */

/* Chat Window Styles */
.chat-container {
	padding: 30px;
	width: 65% !important;
}
.chat-container {
	position: fixed;
	z-index: 1000;
	top: 0;
	bottom: 0;
	padding: 40px;
	background: #fff;
	right: 0;
	box-shadow: -15px 0 25px #00000014;
	width: 25%;
	display: flex;
	flex-direction: column;
	overflow-y: scroll;
}
footer {
	width: 100%;
	padding: 15px;
	background: #fcfcfc;
	justify-content: center;
	display: flex;
	box-shadow: 0 -5px 5px #00000005;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9;
}
.chatDetails {
	flex-grow: 1;
	flex-basis: 0;
	max-height: 90px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: solid 1px #ccc;
	padding-bottom: 25px;
}
.chatimgname {
	display: flex;
	align-items: center;
}
.chatimgname .avatar {
	width: 60px;
	height: 60px;
	margin-right: 15px;
}
.chatimgname h4 {
	font-size: 14px;
	font-weight: 600;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin-bottom: 0;
}
.chatimgname h4 small {
	margin-top: 7px;
}
.chatView {
	flex-grow: 1;
	flex-basis: 0;
	position: relative;
}
.chattype {
	flex-grow: 1;
	flex-basis: 0;
	max-height: 110px;
	position: relative;
}
.prevChat {
	position: absolute;
	top: 20px;
	bottom: 20px;
	left: 0;
	right: 0;
	overflow-y: auto;
	padding: 0;
	list-style: none;
	margin: 0;
	padding-right: 5px;
}
.prevChat li {
	padding: 5px 0;
}
.prevChat span {
	padding: 9px 15px;
	border-radius: 5px;
	display: inline-block;
	background: #fff;
	max-width: 80%;
	border: solid 2px #d8d8d8;
}
.prevChat li.send {
	text-align: right;
}
.prevChat li.reply span {
	text-align: left;
	border: none;
	background: linear-gradient(45deg, #8bc34a, #009688);
	color: #fff;
}
.chattype textarea {
	border-radius: 5px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 12px;
}
.closeChat svg {
	width: 24px;
}
.btn-send {
	position: absolute;
	background: linear-gradient(45deg, #2196f3, #00beff);
	width: 39px;
	height: 39px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	right: -19px;
	top: 50%;
	margin-top: -20px;
	padding: 0;
	box-shadow: 0 10px 15px #08b3fc73;
}
.btn-send svg {
	width: 16px;
}
/* Chat Window Styles */
.modal-xl {
	max-width: 90%;
}
.modal-lg {
	max-width: 60%;
}
.modal-footer {
	display: flex;
	justify-content:center;
}
.uploadbtnWrap {
	display: flex;
	justify-content: space-between;
}
.modal-header h4 {
	font-size: 16px;
	font-weight: 600;
}
.modal-body {
	padding: 30px;
   /*  text-align: center; */
}
.modal-footer .btn {
	font-weight: 600;
	font-size: 12px;
}
.uploadbtnWrap label {
	display: block;
}
.profilepik {
	width: 150px !important;
	height: 150px !important;
	overflow: hidden;
	border-radius: 50%;
	margin-bottom: 25px !important;
}
label {
	font-size: 12px;
	font-weight: 600;
	/* display: -webkit-box; */
}
input, textarea.form-control {
	font-size: 14px !important;
	/* font-weight: 500 !important; */
	color: #000;
}
.modal-body h4 {
	font-size: 14px;
	font-weight: 600;
	border: none;
	padding: 9px;
	background:var(--round-gradient);
	margin-bottom: 15px;
	margin-top: 10px;
	color: #fff;
	border-radius: 5px;
}
.exchangeWrap {
	display: flex;
	width: 100%;
}
.itemexchanger, .itemContainer {
	flex-grow: 1;
	flex-basis: 0;
}
.itemexchanger {
	max-width: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.itemContainer ul {
	padding-left: 0;
	list-style: none;
	border: solid 1px #ccc;
	padding: 15px;
	max-height: 280px;
	overflow-y: auto;
}
.itemContainer ul li span {
	display: block;
	padding: 5px;
	background: #f3f3f3;
	color: #000;
	font-weight: 500;
}
.itemContainer ul li {
	margin-bottom: 5px;
}
.itemexchanger .btn-btn-info {
	background: #3c5561;
	border: none;
	color: #fff;
	margin: 5px;
	width: 40px;
	height: 30px;
	border-radius: 3px;
}
.card {
	padding: 25px;
}
.base_header .btn-info {
	color: #fff;
	background-color: #e87722;
	border-color: #e87722;
}
.btn-success.focus, .btn-success:focus {
 box-shadow: 0 0 0 .2rem rgba(225, 174, 121, 0.5);
}
.card h4 {
	font-size: 14px;
	font-weight: 600;
	border: none;
	padding: 11px;
	background: var(--header-bg-new);
	margin-bottom: 15px;
	color: #fff;
	margin-top: 10px;
	border-radius: 5px;
}
input[type="file"] {
	width: 100%;
	/* max-width: 220px; */
	padding: 3px;
}
input[type="radio"] {
	vertical-align: middle;
	margin-right: 10px;
}
.paperWrap {
	padding: 0px;
	background: #fff;
	border-radius: 8px;
	
	height: calc(100vh - 39vh);
	overflow-y: auto;
	
}
.controls ul {
	padding: 0;
	margin: 0;
	display: flex;
	list-style: none;
}
.controls ul li {
	flex: 1;
	text-align: center;
	display: flex;
	align-items: center;
}
.controls ul li span {
	font-weight: 600;
	font-size: 14px;
	margin-left: 5px;
}
.controls ul li i {
	margin-right: 5px;
	font-size: 16px;
	border: solid 5px #e0e0e0;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.controls {
	padding: 15px;
	background: #fff;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 2px 5px #00000026;
	max-width: 100%;
	margin: 0 auto;
	margin-top: -5px;
	position: relative;
}
.player {
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}
.controlBtn {
	padding: 15px 0;
}
.controlBtn .btn {
	width: 150px;
	font-size: 14px !important;
	font-weight: 600 !important;
}
.btn {
	font-size: 14px !important;
	font-weight: 600 !important;
}
.card-header h3 {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
}
.questions {
	padding: 0;
	list-style: none;
}
.answer {
	padding: 0;
	margin: 0;
	list-style: none;
}
.answer li {
	margin-bottom: 5px !important;
}
.answer li .custom-control {
	display: flex;
	align-items: center;
}
.questions li {
	display: flex;
	margin-bottom: 30px;
}
.questionBank {
	flex: 1;
}
.card-body .table th {
	background: transparent !important;
}
.card-header h4 {
	border: none;
	padding: 0;
	margin: 0;
}
.profile-card {
	max-width: 50%;
	margin: 40px auto;
}
.className {
	display: inline-block;
	padding: 2px 5px;
	background: #333;
	margin: 1px;
	color: #fff;
}
.item-list {
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
}
.vdowrapper {
	background: #fff;
	padding: 15px;
	box-shadow: 0 5px 10px #00000012;
	margin-bottom: 30px;
	position: relative;
}
.vdcheck {
	position: absolute;
	z-index: 10;
	width: 25px;
	height: 30px;
	padding-right: 8px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	/* top: 0;
	bottom: 0; */
	margin-top: 8px;
	margin: auto;
	border-radius: 0 50% 50% 0;
}
.login_details .btn {
	font-size: 18px !important;
}
.googleSearchinput {
	height: 45px;
	border-radius: 5px 0 0 5px;
}
.googleSearchbtn {
	height: 45px;
	border-radius: 0 5px 5px 0;
	width: 150px;
}
.vdoList li {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
button.btn.btn-default {
	background: linear-gradient(45deg, #0c2340, #77808a);
	border: none;
	box-shadow: 0 5px 15px #00000038;
	color: #fff;
}
.btn-primary.focus, .btn-primary:focus {
 box-shadow: 0 0 0 .2rem rgba(255, 72, 0, 0.5);
}
.vdoList li .btn i {
	font-size: 10px;
	font-weight: 600 !important;
}
.x-play iframe {
	height: 300px;
}
.x-playinput {
	padding: 10px !important;
}
span.colorStaus {
	display: block;
	padding: 6px;
	background: #efefef;
	border-radius: 50px;
}
.strongAgree {
	background: #009688 !important;
}
.agree {
	background: #8bc34a !important;
}
.neutral {
	background: #ffeb3b !important;
}
.disagree {
	background: #ff9800 !important;
}
.stronglyDisagree {
	background: #ff5722 !important;
}
.classList {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.classList li {
	min-width: 20%;
	padding: 15px;
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px;
	flex: 1;
	border-right: solid 5px #fff;
	transition: all ease-in-out .3s;
}
.classList li:hover {
	border-right: solid 5px #e87722;
	box-shadow: 0 0 10px #00000026;
}
.classList li h3 {
	font-size: 3em;
	font-weight: 700;
	margin: 0;
}
.classList li h3 small {
	display: block;
	font-size: 12px;
	color: #999;
}
 @media ( max-width : 1600px) {
.btn {
	font-size: 12px !important;
}
.btn-primary, .btn-success, .btn-warning, .btn-danger, .btn-default,  .btn-info {
	height: 40px;
}
.googleSearchinput {
	height: 40px;
}
.vdowrapper {
	padding: 15px;
}
.controls ul li i {
	margin-left: 10px;
	font-size: 16px;
	border: solid 3px #e0e0e0;
	width: 40px;
	height: 40px;
}
.controls ul li {
	flex: auto;
}
.x-playinput {
	padding: 7px !important;
}
.vdoList li .btn {
	padding: 2px;
}
.item-sec ul {
	width: 85%;
}

}
 @media ( max-width : 1440px) {
/* Dashboard Styles */
.navItem {
	min-width: 100px;
	margin: 10px 0;
}
.subnavItem {
	
	margin: 10px 10px 50px 10px;
	
	
}
.profile-card {
	margin: 0 auto;
}
/* Dashboard Styles */

	/* Create Class Styles */
	/* Create Class Styles */
.item-sec ul li {
	width: 160px;
	height: 160px;
}
}
 @media ( max-width : 1366px) {
/* Create Class Styles */
.classviewWrapper {
	min-width:193px;
}
.navItem {
	min-width: 140px;
	padding:11px;
}

.container {
	padding: 20px 100px !important;
}
.mainNav {
	padding-bottom: 0 !important;
}
.subnavItem {
}
.list-group-item {
	font-size: 12px;
}
.list-group-item {
	padding: 10px 15px;
}
.controls ul li span {
	font-size: 12px;
}
.item-sec ul {
	width: 94%;
}
.white-sec img {
	max-width: 230px; /* Create Class Styles */
}
.item-sec ul li {
	padding: 10px;
	width: 165px;
	height: 165px;
	
	text-align:center;
}
}
 @media ( max-width : 1280px) {
/* Dashboard Styles */
.container {
	max-width: 100%;
}
.classviewWrapper {
	min-width: 239px;
}
.navItem {
	min-width: 130px;
}
.subnavItem {
	min-width: 252px;
	max-width: 290px;
}
.controls ul li i {
	font-size: 8px;
	border: solid 3px #e0e0e0;
	width: 25px;
	height: 25px;
}
/* Dashboard Styles */

	/* Chat Window Styles */
	 
.item-sec ul li {
	width: 140px;
	height: 140px;
	padding: 10px;
}
.item-sec ul li:hover .round-div {
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
}
/* Chat Window Styles */
}
 @media ( max-width : 1200px) {
/* Class View Styles */
.categoryoption h3 {
	font-size: 12px;
}
/* .classCategoryoption {
	margin-top: -40px;
} */
.classViewContainer {
	padding: 5px 0;
}
.categoryoption .avatar {
	width:80px;
	height:80px;
}
.classView {
	padding: 30px 50px;
}
.container {
	padding: 30px !important;
}
.base_header {
	padding: 30px;
}
.controls ul li span {
	font-size: 9px;
}
.mainNav {
	padding-bottom: 0 !important;
}
.grafNav {
	padding-bottom: 0 !important;
}
label {
	font-size: 10px;
}
.card-header h3 {
	font-size: 14px;
}
.classviewWrapper {
	min-width: 206px;
}
.item-sec ul li {
	width: 130px;
	height: 130px;
}
/* Class View Styles */
}
 @media ( max-width : 1024px) {
/* Dashboard Styles */
.navItem {
	min-width: 354px;
	max-width: 354px;
	margin: 10px 10px 25px 10px;
}
.subnavItem {
	min-width: 354px;
	max-width: 354px;
}
.classviewWrapper
{
	min-width:182px;
}
/* Dashboard Styles */
.lightpan {
	bottom: 40px;
	padding: 15px 24px;
	left: 40px;
}
.copyrightSpan {
	bottom: 40px;
	padding: 15px 24px;
	right: 40px;
}
/* Dashboard Styles */

	/* Chat Window Styles */
.chat-container {
	width: 40%;
}
.classList li {
	min-width: 30%;
}
.item-sec ul li {
	margin: 10px;
}
.item-sec ul li {
	width: 120px;
	height: 120px;
}
.login-box {
	width: 70%;
}
/* Chat Window Styles */
}
 @media ( max-width : 979px) {
/* Class View Styles */
.classCategoryoption ul {
	width: 85%;
	justify-content: center;
}
.categoryoption {
	width: auto;
	height: auto;
}
.categoryoption {
	flex-direction: column;
}
.categoryoption h3 {
	margin: 0;
	margin-left: 10px;
}
.categoryoption {
	padding: 15px;
	padding-right: 25px;
}
.base_header {
	width: 100%;
	padding: 30px 50px;
}
.classviewWrapper {
	min-width: 45%;
}
.netflix-btn {
	flex-direction: column-reverse;
}
.netflix-btn button:last-child {
	border-radius: 0.25rem;
}
.netflix-btn button:first-child {
	border-radius: 0.25rem;
}
.btn-primary, .btn-success, .btn-warning, .btn-danger, .btn-default,  .btn-info {
	height: 39px;
	margin: 0.25rem 0 !important;
}
.white-sec img {
	max-width: 70%;
}
.modal-footer {
	display: flex;
	justify-content: space-between;
	flex-direction: column-reverse;
}
.netflix-btn button {
	flex: 1;
	width: 100%;
}
.profile-card {
	max-width: 100%;
	margin: 20px auto;
}
.controls ul li span {
	font-size: 12px;/* display: none; */
}
.controlBtn .btn {
	width: 100%;
}
.x-play iframe {
	height: 140px;
}
/* Class View Styles */

	/* Create Class Styles */
	/* Create Class Styles */
}
 @media ( max-width : 800px) {
/* Dashboard Styles */
.navItem {
	min-width:100%;
	border-right:0;
	border-bottom:1px solid #2f1a51;
}
div .navItem:last-child
	{
	border-right:0;
		border-bottom:0;
	}
.subnavItem {
	min-width: 206px;
}
/* Dashboard Styles */

	/* Class View Styles */
.classCategoryoption ul {
	width: 100%;
}
/* Class View Styles */

	/* Create Class Styles */
	/* Create Class Styles */
}
.video_preview {
	width: 100%;
	max-width: 100%;
}
.sessionname {
	margin-bottom: 10px;
}
.card-mobile {
	border: none;
}
.card-mobile .audio {
	width: 100%;
	margin-bottom: 10px;
}
.ft-bottm {
	border-top: 1px solid #e87722;
	padding-top: 15px;
}
.contentContainer.container {
	padding-bottom: 50px !important;
}
.graph-container{
	padding-bottom: 99px !important;
}
.sessions {
	background:var(--dark-bg);
	
}
.intrlinks {
	background: #bdeca5;
	border: 1px solid #bdeca5 !important;
}
.extlinks {
	background: #f7cb94;
	border: 1px solid #f7cb94 !important;
}
 @media ( max-width : 768px) {
.card {
	padding: 5px;
}
.view-less .button2 {
	width: 100%;
}
.card-mobile .ml-4 {
	margin-left: 0rem!important;
}
.video_preview {
	width: 100%;
	max-width: 100%;
}
.card-mobile {
	padding: 6px;
}
.card-mobile label {
	font-size: 14px;
}
.card-mobile .form-group {
 margin-bottom: .2rem;
}
.card-mobile .listenUploadPDF {
	margin-bottom: 10px;
}
.submainNav {
	margin-left: 0px;
}
.single-cap {
	display: none;
}
.subnavItem {
	min-width: 100%;
	margin:30px 0px;
}
.modal-header {
	padding-bottom: 0;
	border-bottom: 1px solid #eee;
	padding-top: 15px;
}
.modal-body label {
	font-size: 14px;
	color: #666;
}
 select.form-control:not ([size] ):not ([multiple] ) {
 color: #666;
 font-weight: 400;
}
}
.hidden-xs {
	display: block;
}
.visible-xs {
	display: none;
}
 @media ( min-width : 768px) {
.homepage-search-wrapper .quick-search__button {
	top: 1px !important;
}
.classList li h3 {
	width: 60%;
}
}
 @media ( max-width : 767px) {
.visible-xs {
	display: block !important;
}
.hidden-xs {
	display: none;
}
.button2 {
	display: block !important;
}
.chatbox-holder {
	height: inherit !important;
}
.bod-right {
	border: none !important;
}
.bod-left {
	border: none !important;
}
.session-links {
	width: 80% !important;
	float: none !important;
}
.btn-exercise {
	min-width: 120px !important;
}
.alloptions {
	display: flex;
	flex-direction: column;
}
.lightpan, .copyrightSpan {
	display: none;
}
.white-sec img {
	max-width: 60%;
}
.homeWrapper {
	border-radius: 20px;
}
.item-sec ul li {
	width: 48%;
	height: 75px;
	margin: 10px 1%;
}
.login-box {
	width: 85%;
}
.homeWrapper {
	height: 90vh;
}
.white-sec {
	border-radius: 20px 20px 0 20px;
}
.round-div {
	font-size: 14px;
}
.maskWrapper {
	background: url("../images/maskimg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100vh;
	display: flex;
}
.landing-section {
	flex-direction: column;
	height: auto;
	overflow-y: scroll;
}
.logWrapper {
	height: auto;
}
video.mskVideo {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.home-text {
	font-size: 3em;
	text-align: center;
	margin-top: 0px;
	margin-left: 0px;
}
img.img-fluid.product-logo {
	position: fixed;
	width: 149px;
	top: 50px;
	right: 50px;
	left: 50px;
	margin: auto;
}
.landing-section .col-12 {
	flex-basis: 0;
	flex-grow: 1;
}
.landing-section .col-12:first-child {
	max-height:40%;
	align-items: flex-end !important;
	margin-bottom: 20px;
}


/* Dashboard Styles */
header {
	padding: 15px 25px;
}
.mob {
	display: block;
}
.desktop {
	display: none;
	padding:15px;
}
header .btn-info {
	display: block;
	background: transparent;
	color: #000;
	border: solid 1px #e4e4e4;
}
.submainNav {
	padding: 0;
}
.login_details {
	display: none;
	/* position: fixed; */
	width: 100%;
	/* left: 0;
	right: 0;
	top: 0; */
	background: #fff;
	flex-direction: column;
	min-height: 100vh;
	float:left;
	margin-left:-241px;
}
.profilepicture.mob {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px;
	margin-bottom: 15px;
	background:var(--round-gradient);
}
.profilepicture.mob span {
	padding-left: 0;
	color: #fff;
	font-size: 1.2em;
	padding-top: 15px;
	font-weight: 600;
}
.profilepicture img {
	width:auto;
	height:40px;
	border-radius: 50%;
}
.profilepicture span
{
	font-size:18px;
}
.changeInstitution-navbar a
{
	padding-left:14px;
}
.login_details .btn
{
	display:flex;
	color:#000;
}

.btn-link .mob
{
	margin:5px 0 0 2px;
}
.btn-link .mob i
{
	margin-right:18px;
}
.dashboard {
	min-height: 235px;
	padding: 50px 30px;
}
.navItem {
	min-width: 95%;
}
.subnavItem {
	min-width: 87%;
}
.closeMenu {
	width: 26px !important;
	height: 26px;
	background: transparent;
	border: none;
	color: #fff !important;
	position: absolute !important;
	right:32px;
	padding: 0 !important;
	top: 29px;
}
.closeMenu i {
	position: relative !important;
	left: 0 !important;
	top: 0 !important;
	margin-top: 0px !important;
	font-size: 17px;
	color: #ffffff !important;
}
/* Dashboard Styles */

	/* Class View Styles */
.base_header {
	flex-direction: column;
	padding: 30px 5px;
	align-items: inherit;
}
.classCategoryoption {
	margin-top: 0;
	padding: 15px;
}
.classCategoryoption ul li {
	margin: 5px 13px;
	width: 100%;
}
.classviewWrapper {
	width: 100%;
	border-radius: 15px;
	margin: 7.55px 0;
}
.categoryoption {
	border-radius: 15px;
}
.base_header h2 {
	text-align: center;
}
/* Class View Styles */

	/* Create Class Styles */
.btn-wrapper {
	padding: 0;
	width: 100%;
}
.header_btn {
	width: 100%;
	margin-bottom: 10px;
}
.graffShowbtn {
	width: 100%;
	margin-bottom: 40px;
}
.contentContainer {
	padding: 30px;
}
.table-fluid {
	overflow-y: hidden;
}
.slno {
	width: 60px;
}
.table i {
	width: 22px;
}
.table .img-fluid {
	max-width: 86%;
}
.table .action-buttons a {
	display: inline-block;
}
.action {
	width: 138px;
}
/* Create Class Styles */

	/* Dropdownstyles */
.headerDropdown {
	right: 0;
	left: 0;
	margin: auto;
	max-width: 85%;
	z-index: 100;
}
/* Dropdownstyles */
.chat-container {
	width: 100%;
	border-radius: 0;
	max-width: 360px;
}
.btn-primary, .btn-success, .btn-warning, .btn-danger, .btn-default,  .btn-info {
	width: 100%;
}
.googleSearchbtn {
	max-width: 72px !important;
	min-width: 72px;
	margin: 0 !important;
}
.breadcrumb {
	/* display: none; */
	margin-bottom: 10px;
}
.card-footer {
	flex-direction: column !important;
}
.card-header {
	flex-direction: column;
}
.card-header h3 {
	margin-bottom: 5px;
}
.subnavItem {
	min-width: 100%;
}
.navItem {
	min-width: 100%;
}
.classList li {
	min-width: 94% !important;
}
section.alloption {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
button.closePopup {
	right: 30px;
	top: 30px;
}
}
.btn-white {
	background: linear-gradient(45deg, #7540f1, #2abeef);
	box-shadow: 0 7px 12px rgba(0, 0, 0, .1);
	height: 34px;
	font-weight: 500 !important;
	margin-top: 10px;
	color: #fff;
	border: 1px solid #20c8e3;
	min-width: 130px;
	margin-right: 5px;
}
.btn-white:hover {
	background: linear-gradient(45deg, #2abeef, #7540f1);
}
.bg-blue {
	border-radius: 5px;
	padding-bottom: 10px;
}
.sec1 {
	text-align: center;
	padding-top: 20px;
}
.bg-blue h6 {
	color: var(--dark-bg);
	margin-top:0;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size:18px;
}
.video-name {
	width: 100%;
	font-size: 16px;
	
	color: #1439a2;
	margin-top: 10px;
	font-weight:400;
}
.btn-exercise:hover {

	background:var(--round-gradient); /* FF3.6-15 */
	color:#fff;
	
}
.exercise {
	text-align: center;
}

.exercise img
{
	margin-right:10px;
}

.exercise .lbl
{
	padding-top:5px;
}
.exerciseDiv {
	margin-bottom: 15px;
	
}
.btn-exercise {
	border:1px solid #ccc;
	margin-top: 10px;
	background: var(--border-round-box);
	color:var(--dark-bg);
	width:100%;
	box-shadow: 0 7px 12px rgba(0, 0, 0, .1);
	height:50px;
	font-weight:400 !important;
	margin-top: 10px;
	font-size:16px!important;
	text-align:left!important;
	display:flex;
	align-items: center;
	
}
.exercise h5 {
	font-size: 18px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: 1px solid #ddd;
	margin-top: 20px;
}
.bod-left {
	border-left: 1px solid #ccc;
}
.bod-right {
	border-right: 1px solid #ccc;
}
.chatbox-holder {
	position: relative;
	left: 0;
	bottom: 0;
	display: block;
	height: 0;
}
.chatbox {
	width: 100%;
	height: 300px;
	margin: 0 20px 0 0;
	position: relative;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
	display: flex;
	flex-flow: column;
	border-radius: 10px;
	background: white;
	bottom: 0;
	transition: .1s ease-out;
	-webkit-box-shadow: 0px 0px 22px -6px var(--shadow-color-new);
-moz-box-shadow: 0px 0px 22px -6px var(--shadow-color-new);
box-shadow: 0px 0px 22px -6px var(--shadow-color-new);
   
}
.chatbox-top {
	position: relative;
	display: flex;
	padding:20px 0;
	border-radius: 10px;
	background: rgba(0, 0, 0, .05);
	-webkit-box-shadow: 0px 0px 22px -6px var(--shadow-color-new);
-moz-box-shadow: 0px 0px 22px -6px var(--shadow-color-new);
box-shadow: 0px 0px 22px -6px var(--shadow-color-new);
}
.chatbox-icons {
	padding: 0 10px 0 0;
	display: flex;
	position: relative;
}
.chatbox-icons .fa {
	background: rgba(220, 0, 0, .6);
	padding: 3px 5px;
	margin: 0 0 0 3px;
	color: white;
	border-radius: 0 5px 0 5px;
	transition: 0.3s;
}
.chatbox-icons .fa:hover {
	border-radius: 5px 0 5px 0;
	background: rgba(220, 0, 0, 1);
}
.chatbox-icons a, .chatbox-icons a:link, .chatbox-icons a:visited {
	color: white;
}
.chat-partner-name, .chat-group-name {
	flex: 1;
	padding: 0 0 0 15px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	transition: .1s ease-out;
}
.status {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	display: inline-block;
	box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(0, 0, 0, 0.15);
	background: #cacaca;
	margin: 0 3px 0 0;
}
.online {
	/*background: #b7fb00;*/
	background:transperant;
}
.away {
	background: #ffae00;
}
.donot-disturb {
	background: #ff4343;
}
.chatbox-avatar {
	width: 80px;
	height: 80px;
	overflow: hidden;
	border-radius: 50%;
	background: white;
	padding: 3px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
	position: absolute;
	transition: .1s ease-out;
	bottom: 0;
	left: 6px;
}
.chatbox-avatar img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.chat-messages {
	border-top: 1px solid rgba(0, 0, 0, .05);
	padding: 10px;
	overflow: auto;
	display: flex;
	flex-flow: row wrap;
	align-content: flex-start;
	flex: 1;
	border-radius:0 0 10px 10px;
}
.message-box-holder {
	width: 100%;
	margin: 0 0 5px;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
}
.message-sender {
	font-size: 12px;
	margin: 0 0 15px;
	color: #30649c;
	align-self: flex-start;
}
.message-sender a, .message-sender a:link, .message-sender a:visited,  .chat-partner-name a, .chat-partner-name a:link, .chat-partner-name a:visited {
	color: #30649c;
	text-decoration: none;
}
.message-box {
	padding: 6px 10px;
	border-radius: 6px 0 6px 0;
	position: relative;
	background: rgba(100, 170, 0, .1);
	border: 2px solid rgba(100, 170, 0, .1);
	color: #6c6c6c;
	font-size: 12px;
	margin-bottom:10px;
}
.message-box:after {
	content: "";
	position: absolute;
	border: 10px solid transparent;
	border-top: 10px solid rgba(100, 170, 0, .2);
	border-right: none;
	bottom: -22px;
	right: 10px;
}
.message-partner {
	background: #f5f5f5;
	border: 2px solid rgba(0, 114, 135, .1);
	align-self: flex-start;
}
.message-partner:after {
	right: auto;
	bottom: auto;
	top: -22px;
	left: 9px;
	border: 10px solid transparent;
	border-bottom: 10px solid #f5f5f5;
	border-left: none;
}
.chat-input-holder {
	display: flex;
	border-top: 1px solid rgba(0, 0, 0, .1);
}
.chat-input {
	resize: none;
	padding: 5px 10px;
	height: 50px;
	font-size: 14px;
	color: #999999;
	flex: 1;
	border: none;
	background: rgba(0, 0, 0, .05);
	border-bottom: 1px solid rgba(0, 0, 0, .05);
}
.chat-input:focus, .message-send:focus {
	outline: none;
}
 .message-send::-moz-focus-inner {
 border: 0;
 padding: 0;
}
.message-send {
	-webkit-appearance: none;
	background: linear-gradient(45deg, #ff9800, #ffeb3b);
	color: #333;
	font-size: 12px;
	padding: 0 15px;
	cursor: pointer;
	border: none;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.attachment-panel {
	padding: 3px 10px;
	text-align: right;
}
.attachment-panel a, .attachment-panel a:link, .attachment-panel a:visited {
	margin: 0 0 0 7px;
	text-decoration: none;
	color: rgba(0, 0, 0, 0.5);
}
.chatbox-min {
	margin-bottom: -362px; /*   height: 46px; */
}
.chatbox-min .chatbox-avatar {
	width: 60px;
	height: 60px;
}
.chatbox-min .chat-partner-name, .chatbox-min .chat-group-name {
	padding: 0 0 0 75px;
}
.settings-popup {
	background: white;
	border-radius: 20px/10px;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2);
	font-size: 13px;
	opacity: 0;
	padding: 10px 0;
	position: absolute;
	right: 0;
	text-align: left;
	top: 33px;
	transition: .15s;
	transform: scale(1, 0);
	transform-origin: 50% 0;
	width: 120px;
	z-index: 2;
	border-top: 1px solid rgba(0, 0, 0, .2);
	border-bottom: 2px solid rgba(0, 0, 0, .3);
}
.settings-popup:after, .settings-popup:before {
	border: 7px solid transparent;
	border-bottom: 7px solid white;
	border-top: none;
	content: "";
	position: absolute;
	left: 45px;
	top: -10px;
	border-top: 3px solid rgba(0, 0, 0, .2);
}
.settings-popup:before {
	border-bottom: 7px solid rgba(0, 0, 0, .25);
	top: -11px;
}
.settings-popup:after {
	border-top-color: transparent;
}
#chkSettings {
	display: none;
}
#chkSettings:checked+.settings-popup {
	opacity: 1;
	transform: scale(1, 1);
}
.settings-popup ul li a, .settings-popup ul li a:link, .settings-popup ul li a:visited {
	color: #999;
	text-decoration: none;
	display: block;
	padding: 5px 10px;
}
.settings-popup ul li a:hover {
	background: rgba(0, 0, 0, .05);
}
.button2:hover {
	text-decoration: none;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#129abc+0,30a5c6+35,40b5d6+70,44bbdd+100 */
	background: rgb(162,137,205);
    background:var(--main-button-bghover);
}
.button2 {
	backface-visibility: hidden;
	position: relative;
	cursor: pointer;
	display: inline-block;
	white-space: nowrap;
   
    background:var(--main-button-bg);
	border-radius: 8px;
	border:0;
	padding: 12px 15px 12px 15px;
	width:100%;
	color: #fff !important;
	font-size:18px;
	font-weight: 700;
	font-style: normal;
	margin-top: 20px;
}
.button2>div {
	color: #999;
	font-size: 10px;
	font-family: Helvetica Neue;
	font-weight: initial;
	font-style: normal;
	text-align: center;
	margin: 0px 0px 0px 0px
}
.button2>i {
	color: #fff;
	font-size: 1em;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 100px;
	border: 0px solid transparent;
	border-width: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 10px;
	position: static;
	box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.4), inset 0px -1px 0px  rgba(255, 255, 255, .5)
}
.button2>.ld {
	font-size: initial
}
.chat-section {
	margin-top: 40px;
}
.session-links {
	font-size: 14px;
	margin-right: 10px;
	display: inline-block;
	position: relative;
	margin-top: 10px;
	text-align:center;
	border:0;
	padding:10px 20px;
	border-radius: 15px;
	width:40%;
	float: left;
	color:#fff;
}
.ses-link {
}
.session-links:hover {
	text-decoration: none;
}
.session-links1:before {
	position: absolute;
	left: -5px;
	bottom: 0px;
	content: "";
	background: #09F;
	height: 1px;
	width: 40px;
}
.session-links1:after {
	position: absolute;
	left: -5px;
	bottom: 0px;
	content: "";
	background: #09F;
	height: 18px;
	width: 1px;
}
.col1 .session-links {
	border: 1px solid #3aabce;
	color: #fff;
	transition: ease all 0.5s;
	background: linear-gradient(45deg, #0a98ae, #71cde9);
	box-shadow: 0 7px 12px rgba(0, 0, 0, .15);
}
.col1 .session-links:hover {
	background: linear-gradient(45deg, #71cde9, #0a98ae);
}
.col2 .session-links {
	border: 1px solid #317750;
	color: #fff;
	background: linear-gradient(45deg, #516240, #8cac83);
	box-shadow: 0 7px 12px rgba(0, 0, 0, .15);
	transition: ease all 0.5s;
}
.col2 .session-links:hover {
	background: linear-gradient(45deg, #8cac83, #516240);
}
.col3 .session-links {
	border: 1px solid #a44913;
	color: #fff;
	background: linear-gradient(45deg, #a65816, #b3854b);
	box-shadow: 0 7px 12px rgba(0, 0, 0, .15);
	transition: ease all 0.5s;
}
.col3 .session-links:hover {
	background: linear-gradient(45deg, #b3854b, #a65816);
}
/*  =========== sijin styles =================  */
.edo-logo {
	width: 300px;
	margin-bottom: 15px;
	max-width: 100%;
}
.eshelf {
	width: 120px;
	margin-bottom: 0px;
	max-width: 100%;
}

.logWrapper .eshelf {
    width: auto;
    margin-bottom: 0px;
    /* max-width: 100%; */
    height: 70px;
}




span.index-text {
	font-size: 30px;
	font-weight: 600;
	color: #fff;
	margin-top: 70px;
}
.div-logo {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
	border-bottom:1px solid #ccc;
}
.extlinkaddress {
	margin-top: 0px;
}
.externalLinks {
	padding-top: 20px;
	padding-left: 15px;
}
 @media screen and (max-device-width: 767px) and (orientation: landscape) {
.edo-logo {
	width: 210px !important;
	margin-top: 40px;
}
.navItem {
	min-width: 46.5%;
	width: 46.5%;
	max-width: 46.5%;
}
.subnavItem {
	min-width: 46.5%;
	width: 46.5%;
	margin: 10px 10px 10px 10px;
	max-width: 46.5%;
	margin: 10px auto !important;
}
}
 @media ( max-width : 767px) {
.login-header {
	margin: 0 0 10px
}
.btn-primary, .btn-success, .btn-warning, .btn-danger, .btn-default, .btn-info {
	height: 30px;
}
.login-box input.form-control {
	height: 30px;
}
.navItem {
	min-height: 88px;
}
.navItem {
	margin: 10px 8px 10px 8px;
	min-height: 80px;
}
.submainNav {
	padding-top: 0px !important;
}
.mainNav img {
	margin-top: 0px;
	float: left;
	padding-right: 15px;
}
.mainNav .navItem h3 {
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	font-weight: 600;
	margin-top: 10px;
	text-align: left;
}
.mainNav .navItem h3 small {
	display: block;
	margin-top: 5px;
}
.mobileview {
	width: 115px !important;
	margin-left: -102px !important;
}
.mob-right {
	width: 125px;
	margin-right: 37px;
}
.externalLinks {
	padding-top: 20px;
	padding-left: 0px;
}
.extlinkaddress {
	margin-top: 5px;
}
.div-logo {
	text-align: center;
	margin-top: 0px !important;
}
span.index-text {
	font-size: 30px;
	font-weight: 600;
	color: #fff;
}
.edo-logo {
	width: 170px;
	margin-bottom: 15px;
}
img.img-fluid.product-logo {
	right: 0px;
	left: 0px;
}
}
#cover {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #141526;
	z-index: 9999;
	font-size: 35px;
	text-align: center;
	padding-top: 200px;
	color: #fff;
	font-family: tahoma;
}
 @media ( max-width : 767px) {
.modal-lg {
	max-width: 100% !important;
}
.modal-xl {
	max-width: 100% !important;
}
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: pink;
}

::-moz-placeholder { /* Firefox 19+ */
 color: #666;
}

:-ms-input-placeholder { /* IE 10+ */
 color: pink;
}

:-moz-placeholder { /* Firefox 18- */
 color: pink;
}
.createAudioOrVideo {
	min-width: 0;
	height: 30px;
	margin-top: 2px;
	margin-left: 20px;
	float: right;
}
.listenFilePDF {
	width: 50% !important;
}
.file_upload_label {
	display: flex;
}
.base_header_row {
	width: 100%;
}
 @media ( max-width : 767px) {
.eachBook {
	padding-top: 6px;
}
.homepage-search-headings span {
	font-size: 14px !important;
	margin-bottom: 10px;
}
.sub1 {
	padding-top: 0px !important;
}
.sub1 img {
	width: 60% !important;
}
.base_header_row {
	width: unset;
}
.offset-4.openBroadCastDiv {
	margin-left: 0px !important;
}
.assignTypeStudWise {
	margin-left: 6px;
}
.uploadbtnWrap {
	display: unset;
}
.createAudioOrVideo {
	height: 30px;
	margin-top: 2px;
	margin-left: 20px;
	width: 100px;
}
.listenFilePDF {
	width: 100% !important;
}
.file_upload_label {
	display: unset;
}
.fa-microphone-slash, .fa-microphone {
	float: right;
	margin-top: -45px;
}
.summernoteDiv {
	width: 100%;
}
}
.available_events tr>td {
	border: 1px solid #aeadb5;
}
.available_events tr>th {
	border: 1px solid #aeadb5;
	background-color: #aeadb585;
}
.available_events table {
	width: 100%;
	text-align: center;
}
.availablevideocontent {
	width: 225px;
	border: 4px solid #3a3333;
	border-radius: 5px;
	margin-top: 5px;
}
button {
	cursor: pointer;
}
span.btn.btn-outline-primary.tabRad {
	margin: 5px;
	width: 130px;
}
.form-check-label {
	width: fit-content;
}
.maskWrapper {
	background: var(--base-header-one-bg) ;  
	background-size: cover;
}
.single-cap {
	font-size: 1.7rem;
	margin-left: 20%;
	color: #666;
	font-weight: 300;
	width: 600px;
	text-align: center;
	max-width: 100%;
}
.base_header2 {
	background: url("../images/inner-bg.jpg") !important;
	background-size: cover !important;
}
.sub1 {
	text-align: center;
}
.sub1 img {
	width: 80px;
	display: inline-block;
}
.sub1 .homepage-search-headings {
	text-align: center;
}
.homepage-search-headings span {
	display: block;
	text-align: center;
	font-size: 18px;
}
.login-box {
	margin-bottom: 20px;
	background: #0c2340c9;
	padding: 20px;
	box-shadow: 0px 5px 10px #0000004f;
}
 .btn-primary:not (:disabled ):not (.disabled ).active, .btn-primary:not  (:disabled ):not (.disabled ):active, .show>.btn-primary.dropdown-toggle {
 color: #fff;
 background-color: #e87722;
 border-color: #ac4c03;
 box-shadow: 0 0 0 .2rem rgba(255, 120, 0, 0.5);
}
.quick-search__button {
	font-size: 20px !important;
}
.browse a {
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	border-radius: 5px;
}
.browse {
	margin-top: 20px;
}
.purchaseDetails label {
	margin-bottom: 0px;
}
 @media ( max-width : 767px) {
.action-buttons a {
	margin-bottom: 6px;
	display: block;
}
.modal-title {
	font-size: 20px;
}
.medias .card-body {
	padding: 0px;
}
.medias select .form-control {
	width: 90%;
}
.dataTables_length label {
}
.base {
	padding-bottom: 30px;
}
.mediaType {
	margin-bottom: 20px;
}
.homepage-search-wrapper .quick-search__button {
	height: 44px;
	width: 46px;
	top: -2px !important;
	right: 1px;
}
.search-header-section .intro-text--search {
	font-size: 1.25rem !important;
}
.offset-2 {
	margin-left: 0px !important;
}
.homepage-search-wrapper .btn-success {
	min-width: inherit;
	top: -3px !important;
}
.homepage-search-container .advanced-search-link {
 font-size: .9rem !important;
}
.sub1 .offset-1 {
	margin-left: 0px !important;
}
.subjects-container .accordion-tabbed__control {
	font-size: 1rem !important;
	padding: 16px 40px 13px 21px;
}
.subjects-container .container {
	padding: 10px !important;
}
div.dataTables_wrapper div.dataTables_filter input {
	width: 84% !important;
}
.appendBook {
	margin-left: -30px;
	margin-right: -30px;
	margin-top: 20px;
}
.rep {
	margin-left: -60px;
	margin-right: -60px;
}
.alert-dismissible {
	padding-right: 20px;
}
#nodata {
	border: none;
}
.form-control.last {
	width: 75% !important;
}
.selectgroup-item .selectgroup-button {
	padding: 10px !important;
}
.author_biography p {
	text-align: justify;
}
.chatbox-top {
	display: block;
}
.aboutTheBook p {
	text-align: justify;
}
.aboutBook p {
	text-align: justify;
}
.tiles {
	text-align: center;
}
.col1.relative {
	text-align: center;
}
.btnrating {
	width: 40px;
}
.bookDetailsDiv .tab-pane {
	padding: 20px 0px;
}
.bookDetailsDiv .tab-pane {
	padding: 0px !important;
	padding-top: 10px !important;
}
.btn-wrapper.books .book {
	width: 80px;
}
#review_tab h5 {
	text-align: center;
}
.eachBook .description {
	text-align: justify;
}
.contentContainer {
	padding: 0px;
}
}
.submainNav {
	margin-left: 0px !important;
}
.back-header {
	background-color: #e3e3e3;
	font-size: 14px;
	line-height: 38px;
	padding-left: 12px;
	margin-bottom: 1px
}
.back-header:hover {
	cursor: pointer
}
.gifModal {
	margin-top: 55px;
}
div#countdown {
	color: #353535;
}
div#countdown p {
	width: 100%;
	display: inline-block;
	text-align: center;
}
p.numbers {
	width: 100%;
	font-size: 23px;
	font-weight: 600;
	background: #FFFFFF;
}
#countdown {
	float: right;
	margin: 10px;
}
p.strings {
	width: 100%;
	height: auto;
	padding: 12px 0;
	background: #FF5722;
	color: #FFFFFF;
}
div.cd-box {
	width: 75px;
	height: 100px;
	background: #FFFFFF;
	float: left;
	padding: 25px 0 0 0;
	margin: 30px 15px 0 0;
	-webkit-box-shadow: 5px 6px 9px 1px rgba(53, 53, 53, 0.5);
	-moz-box-shadow: 5px 6px 9px 1px rgba(53, 53, 53, 0.5);
	box-shadow: 5px 6px 9px 1px rgba(53, 53, 53, 0.5);
}
.supernova .form-all, .form-all {
 background-color:;
	border: 1px solid transparent;
}
.oddGroup {
	background-color: whitesmoke;
 padding: .5rem 10px 1rem 10px;
	margin-bottom: 8px;
}
.evenGroup {
	background-color: #fff;
 padding: .5rem 10px 1rem 10px;
	border: 2px solid #f5f5f5;
	margin-bottom: 8px;
}
.oddGroup .inSQ {
	border: 2px solid #ffffff;
	padding: 5px 5px 5px 5px;
	margin-bottom: 7px;
}
.evenGroup .inSQ {
	border: 2px solid whitesmoke;
	padding: 5px 5px 5px 5px;
	margin-bottom: 7px;
}
.pull-right {
	float: right;
}
.form-header-group {
	border-bottom: 2px solid #b9b9b9;
	margin-bottom: 7px;
}
.questionpaper {
	background-color: #fff;
}
.img-questn {
	max-width: 25%;
}
.form-subHeader.grouphead {
	font-size: 1.25rem;
}
.form-qustn {
	padding-top: 15px;
	border-bottom: 1px solid #dad5d573;
}
.form-groupqustn {
	border-bottom-style: double;
	border-width: 25px 10px 4px 35px;
	margin-bottom: 10px;
}
.groupdesc {
	font-size: 16px;
}
.qtn-label {
	font-size: 1rem;
}
 .form-radio-item:not (#foo ) label {
 line-height: 18px;
 float: left;
 margin-left: 37px;
 outline: none !important;
}
.hidden {
	display: none !important;
}
.red, .error, .help-block {
	color: #ff0000;
}
.green {
	color: #26bf32;
}
.card-avatar  img {
	height: 100px;
	width: 100px;
	/*border-radius: 75px;*/
	margin-top: 50px;
}
.card-avatar .waves-effect {
	text-align: center;
	margin-top: 20px;
}
.card .card-content {
	padding: 5px;
	border-radius: 0 0 2px 2px;
	min-height: 60px;
	text-align: center
}
.card .card-title {
	font-size: 12px;
}
.card-avatar .card-content .card-title {
	line-height: 20px !important;
	text-align: center;
}
.list-select span {
	background: #7771b1 !important;
	color: #fff !important;
}
.classid_from, .classid_to {
	background: linear-gradient(45deg, #00ffc4, #adccf9);
}
 select.form-control:not ([size] ):not ([multiple] ) {
 color: black;
 font-weight: bold;
}
.allStudents, .selectedStudents {
	min-height: 300px;
}
.classList li {
	min-width: 30%;
	max-width: 30%;
	border: 1px solid #eee;
}
.classList li h3 {
	font-size: 2em;
}
.classList li h3 a {
	color: #0c2340;
}
.list-select span {
	background: #7771b1 !important;
	color: #fff !important;
}
.allStudents, .selectedStudents {
	min-height: 300px;
}
.pdfviewerMobdiv {
	display: block;
}
.pdfviewerWebdiv {
	display: block;
}
.list-select span {
	background: #7771b1 !important;
	color: #fff !important;
}
.allStudents, .selectedStudents {
	min-height: 300px;
}
#allStudentTable_length {
	padding-bottom: 10px;
}
 @media screen and (max-width: 580px) {
#g.modal-lg {
	max-width: 100% !important;
}
.pdfviewerMobdiv {
	display: block;
}
.pdfviewerWebdiv {
	display: block;
}
}
.list-select span {
	background: #7771b1 !important;
	color: #fff !important;
}
.classid_from, .classid_to {
	background: linear-gradient(45deg, #e91e63, #9c27b0);
}
.allStudents, .selectedStudents {
	min-height: 300px;
}
.periods {
	margin-bottom: 10px;
}
.dotColor {
	color: white;
}
.ui-autocomplete {
	z-index: 9999;
}
.clearfix {
	width: 100%;
}
.clsView h3 {
	text-align: center;
}
.alloption .clsView h3 {
	color: #fff;
}
.menuappend .mainmenu, .menuappend {
	margin: 10px;
}
.menuappendIns .mainmenuIns, .menuappendIns {
	margin: 10px;
}
h5.titlename a {
	color: #190303;
	font-weight: 700;
}
.gutterless {
	padding: 0;
}
.search-header-section {
	margin-top:20px;
}
.search-header-section .intro-text {
	color: #400000;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
 margin: 0 0 .75rem;
	line-height: 20px;
	padding-right: 10px;
}
.search-header-section .intro-text--search {
	color: #fff;
	font-size: 36px;
	font-size:25px;
	font-weight: 400;
	margin: 0;
	
	line-height:21px;
	text-align: center;
}
.sr-only, .sr-only-focusable {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.intro-text--search small {
	font-size: 60%;
}
.homepage-search-container .quick-search {
	padding: 0 0 8px;
}
.homepage-search-wrapper .quick-search {
	float: none;
	display: block;
}
.quick-search {
	width: auto;
}
.homepage-search-wrapper .quick-search .main-search-field-wrapper {
	background: #fff;
}
.main-search-field-wrapper {
	position: relative;
	overflow: hidden;
}
.quick-search:after {
	content: "";
	display: block;
	clear: both;
}
.homepage-search-container .advanced-search-link-wrapper {
}
.homepage-search-container .advanced-search-link {
	text-shadow: rgb(0 0 0/ 80%) 0 0 2px;
}
.homepage-search-wrapper .quick-search .main-search-field-wrapper input.actualQSInput {
	border: none;
	width: 100%;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	right: 0;
}
.quick-search .actualQSInput {
	transition: all .8s;
	display: block;
	width: 242px;
	position: relative;
	right: -242px;
	z-index: 2;
}
.quick-search input {
	vertical-align: middle;
	margin-top: 0;
	margin-bottom: 0;
	width: 242px;
	min-width: 200px;
	height: 48px;
	max-height: 100%;
	padding: 15px 0 15px 15px;
	background: #fff;
	border-color: #767676;
}
.quick-search input {
	background: transparent;
	border-color: #212121;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.input-group span {
	line-height: 16px;
}
.quick-search form {
	text-align: right;
}
element.style {
	overflow: hidden;
}
.homepage-search-wrapper .quick-search .main-search-field-wrapper {
	background: #fff;
	border-radius:5px;
}
.main-search-field-wrapper {
	position: relative;
	overflow: hidden;
}
.main-search-field-wrapper {
	display: block;
}
.homepage-search-wrapper .quick-search__button {
	box-shadow: none;
	height: 46px;
	width: 46px;
	position: absolute;
	top: 0;
	right: 1px;
	z-index: 10
}
.homepage-search-container .advanced-search-link {
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	border-radius:5px;
	border: 1px solid #fff;
	padding: 5px 10px;
}
.subjects-container .accordion-tabbed__control {
	color:var(--dark-bg);
	padding: 16px 38px 13px 21px;
	background: var(--border-round-box);
	font-size: 18px;
	font-weight: 300;
	line-height: 22px;
	margin-bottom: 10px;
	-webkit-box-shadow: 0px 0px 22px -6px var(--shadow-color-new);
	border-radius:10px;
}
.homepage-search-wrapper {
	margin-bottom:15px;
}
.homepage-search-headings {
	font-weight: 600;
	
	font-size: 12px;
}
.homepage-search-headings a {
	color: #000000;
	border-bottom: 2px solid transparent;
	padding-bottom: 2px;
}
.selectgroup-input:checked+.selectgroup-button {
	border-color: #0c2340;
	z-index: 1;
	color: white;
	background: #0c2340;
}
 .selectgroup-item:not (:last-child ) .selectgroup-button {
 border-top-right-radius: 0;
 border-bottom-right-radius: 0;
}
.selectgroup-button {
	display: block;
	border: 1px solid rgba(0, 40, 100, .12);
	text-align: center;
	padding: 1rem 10rem;
	position: relative;
	cursor: pointer;
	border-radius: 3px;
	color: #9aa0ac;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 14px;
	line-height: 1.5rem;
	min-width: 2.375rem;
	font-weight: 600;
}
.selectgroup-input {
	opacity: 0;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
}
.selectgroup-item {
	-ms-flex-positive: 1;
	flex-grow: 1;
	position: relative;
	font-weight: 400 !important;
	display: inline-block;
}
.advanced-search-container {
	padding: 20px;
	background-color: #fff;
	margin-top: 1rem;
}
.advanced-search fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}
.advanced-search legend {
	display: block;
	width: auto;
	margin-top: 2rem;
	margin-bottom: 23px;
	text-transform: uppercase;
	color: #1c1d1e;
	font-weight: 600;
	font-size: 12px;
 font-size: .75rem;
}
.advanced-search .input-group {
	margin-bottom: 1rem;
}
.searchIn--field select {
	width: 130px;
	text-align: left;
	color: #1c1d1e;
}
.is-accessible, .visuallyhidden {
	left: -999em;
	position: absolute;
}
.searchIn--field input {
	width: calc(100% - 154px - 2rem);
	margin: 0 1rem;
	vertical-align: middle;
}
.searchIn--field input {
	font-size: 14px;
 font-size: .875rem;
	line-height: 1;
	padding: 14px 1rem;
}
.advanced-search input, .advanced-search select {
	border-color: #767676;
}
.ms-ctn .ms-sel-ctn input {
	margin: 0;
}
.ms-ctn .ms-sel-ctn input {
	float: left;
}
.advanced-search input, .advanced-search select {
	border-color: #767676;
}
.advanced-search input, .advanced-search select {
	border-color: #000;
}
.ms-ctn input {
	border: 0;
	box-shadow: none;
	-webkit-transition: none;
	outline: 0;
	display: block;
	padding: 0;
	line-height: 1.42857143;
	margin: 1px 0;
	width: 100%;
}
.advanced-search fieldset.filter-date legend {
	width: 100%;
	margin-top: 0;
	padding-top: 20px;
}
.advanced-search legend {
	display: block;
	width: auto;
	margin-top: 2rem;
	margin-bottom: 23px;
	text-transform: uppercase;
	color: #1c1d1e;
	font-weight: 600;
	font-size: 12px;
 font-size: .75rem;
}
.left-side-label .time-frame label {
	width: auto;
	min-width: 122px;
	padding: 0;
	vertical-align: middle;
}
.advanced-search-container .advanced-search--filters .ms-ctn {
	width: 100%;
	margin: 16px auto 0;
}
.advanced-search i {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	color: #e4782b;
	line-height: 28px;
}
.citationSearchContainer form {
	text-align: left;
}
.citationSearchLabel {
	margin-bottom: 10px;
	font-size: 14px;
 font-size: .875rem;
}
#citationSearchForm .ms-ctn .ms-sel-ctn input[type=text] {
	padding: 0;
	height: 100%;
}
.citationSearchContainer .citationSearchBox {
	padding: 20px 0;
}
input.citationSearchInput {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
}
.citationSearchContainer .small:first-of-type {
	padding-left: 0;
}
.citationSearchContainer .small {
	width: 20%;
	min-width: 100px;
	float: left;
	padding-right: 10px;
}
.billingBtn .citationSearchContainer .form-btn .payPallBtn,  .citationSearchContainer .form-btn .billingBtn .payPallBtn,  .citationSearchContainer .form-btn .btn {
	padding: 16px 51px;
	line-height: 12px;
 line-height: .75rem;
}
.citationSearchInput {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
}
div.dataTables_wrapper div.dataTables_filter {
	float: right !important;
}
.menuappend::before {
	display: inline-block;
	content: "";
	position: absolute;
	top: 11px;
	bottom: 0px;
	left: 1px;
	z-index: 1;
	border: 1px dotted #67B2DD;
	border-width: 0 0 0 1px;
}
.parentmainmenu::before {
	display: inline-block;
	content: "";
	position: absolute;
	top: 19px;
	bottom: 2px;
	left: 2px;
	z-index: 1;
	border: 1px dotted #67B2DD;
	border-width: 0 0 0 1px;
}
.intialmenu::before {
	display: inline-block;
	content: "";
	position: absolute;
	top: 10px;
	left: -23px;
	width: 18px;
	height: 0;
	border-top: 1px dotted #67B2DD;
	z-index: 1;
}
.menuappend .form-check {
	padding-left: 1rem !important;
}
.menuappendIns .form-check {
	padding-left: 1rem !important;
}
.menuappendIns::before {
	display: inline-block;
	content: "";
	position: absolute;
	top: 11px;
	bottom: 0px;
	left: 10px;
	z-index: 1;
	border: 1px dotted #67B2DD;
	border-width: 0 0 0 1px;
}
img#coverpage {
	width: 150px;
	height: 210px;
	padding:5px;
	background:#fff;
	margin-bottom:15px;
	box-shadow: 0px 0px 22px -6px var(--qa-top);
}
.col-md-2.eachBook {
	margin: 0;
}
div#accordion li {
	list-style: none;
	margin: 10px;
}
.filterDiv ul, .appliedFilterDiv ul {
	padding-left: 0px;
}
.filterDiv ul li, .appliedFilterDiv ul li {
	list-style: none;
}
.left-menu2 {
	border: none !important;
}
.eachBook {
	border: none !important;
	
}
.filterDiv a {
	color: #444;
}
.titleName a {
	color: #444;
}
.filterDiv ul {
	border-bottom: 1px solid #0c2340;
	padding-bottom: 10px;
}
.filterDiv ul li ul {
	border-bottom: 0px;
}
.bookDetailsDiv .nav-tabs {
	background-color: #005274;
}
.bookDetailsDiv a label {
	color: #fff;
}
.bookDetailsDiv a.active label {
	color: #111;
}
.bookDetailsDiv .tab-pane {
	padding: 30px;
}
.bookDetailsDiv .chat-group-name {
	padding: 0 0 0 15px;
}
.bookDetailsDiv .chat-group-name a {
	margin: 0 5px 0 20px;
}
span.fa.fa-star.ratingstar.ratingstar-active {
	color: gold;
}
.bookdiv label span {
	color: #968181;
}
.bookdiv .mediaTypeName {
	color: #8e8e8e;
	font-size: 13px;
}
.bookdiv .titleName {
	font-size: 20px;
	text-transform: capitalize;
}
.bookdiv .published {
	color: #424242;
	font-weight: 400;
}
.search-list .card {
	height: 135%;
	background-color: #0c234008;
	border-radius: 2px;
}
.appendBook .eachBook {
	margin-bottom: 10px;
}
.appliedFilters li {
	background-color: #0c2340;
	padding: 5px;
	margin-bottom: 5px;
}
.appliedFilters li a {
	color: #fff;
}
.appliedFilters li i {
	margin: 3px;
	float: right;
}
.sub1 {
	color: #000000;
	border-bottom: 2px solid transparent;
	padding-bottom: 2px;
	font-size: 20px;
	text-align: center;
	display: block;
	line-height: 24px;
}
.libry {
	padding: 20px 5px;
	color: #fff;
	background: var(--dark-bg);
	padding-bottom: 80px;
}
.homepage-search-wrapper .btn-success {
	background: linear-gradient(45deg, #3a2351, #4d3b63);
}
.homepage-search-wrapper .btn-success:hover {
	background: linear-gradient(45deg, #8256ad, #381c5a);
}
.libry .title {
	text-align: center;
}
.libry .title span {
	font-size: 14px;
	color: #fff;
}
.header_btn.book {
	min-width: unset !important;
}
.btn-wrapper.books .book {
	background: #343a40;
}
.btn-wrapper.books {
	text-align: center;
}
.libry .btn--inverse {
	color: #fff;
}
.section__mainHeader {
	font-size: 28px;
}
.ui-state-active {
	background-color: #0c2340 !important;
	border: none;
	color: #fff !important;
	background-image:var(--round-gradient)!important;
}
.ui-accordion-content ul {
	margin-left: 0px;
	padding-left: 0px;
}
.ui-accordion-content ul li {
	background: url(../images/main/list3.png) left top no-repeat;
	padding-left: 25px;
	font-size: 14px;
}
 .btn-success:not (:disabled ):not (.disabled ).active, .btn-success:not  (:disabled ):not (.disabled ):active, .show>.btn-success.dropdown-toggle {
 color: #fff;
 background-color: #0c2340;
 border-color: #0c2340;
 box-shadow: 0 0 0 .2rem rgba(189, 118, 26, 0.5);
}
.btn-info {
	color: #fff;
	background-color: var(--secondary-bg);
	border-color: var(--border-colour);
	/*padding: 0 65px;*/
}
.btn-info:hover {
	color: #fff;
	background-color: var(--bg-hover);
	border-color: var(--border-colour);
}
.border-primary {
	border-color: var(--border-colour) !important;

	}


.footer-content .billboard {
	font-size: 20px;
	background: #392250;
	color: #fff;
}
#accordion ul li span {
	margin-left: 10px;
	color: #e87722;
}
.bookdiv p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
.clcardbody {
	margin-top: 19px;
}
.clcontacts {
	list-style: none;
	padding: 0;
}
.clcontacts li {
	width: 100% !important;
	padding: 5px 10px;
	margin-bottom: 15px !important;
}
.contacts_body {
	padding: 0.75rem 0 !important;
	overflow-y: auto;
	white-space: nowrap;
}
.clcardheader {
	border-radius: 15px 15px 0 0 !important;
	border-bottom: 0 !important;
}
.clcardfooter {
	border-radius: 0 0 15px 15px !important;
	border-top: 0 !important;
}
.clcontainer {
	align-content: center;
}
.clsearch {
	border-radius: 15px 0 0 15px !important;
	background-color: white !important;
	border: 0 !important;
	color: black !important;
}
.clsearch:focus {
	box-shadow: none !important;
	outline: 0px !important;
}
.clsearch_btn {
	border-radius: 0 15px 15px 0 !important;
	background-color: rgba(0, 0, 0, 0.3) !important;
	border: 0 !important;
	color: white !important;
	cursor: pointer;
}
.contacts {
	list-style: none;
	padding: 0;
}
.contacts li {
	width: 99% !important;
	padding: 5px 10px;
	margin-bottom: 15px !important;
}
.active {
	background-color: rgba(0, 0, 0, 0.3);
}
.card-mobile .active {
	background-color: rgb(137 195 170 / 30%);
}
.user_img {
	height: 70px;
	width: 70px;
	border: 1.5px solid #f5f6fa;
}
.img_cont {
	position: relative;
	height: 70px;
	width: 70px;
}
.online_icon {
	position: absolute;
	height: 15px;
	width: 15px;
	background-color: #4cd137;
	border-radius: 50%;
	bottom: 0.2em;
	right: 0.4em;
	border: 1.5px solid white;
}
.offline {
	background-color: #c23616 !important;
}
.user_info {
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 15px;
}
.user_info span {
	font-size: 20px;
	color: white;
}
.user_info p {
	font-size: 10px;
	color: rgba(255, 255, 255, 0.6);
}
 @media ( max-width : 576px) {
.contacts_card {
	margin-bottom: 15px !important;
}
}
.chosen-container-single .chosen-single {
	height: 34px !important;
}
.chosen-container-single .chosen-single span {
	margin-top: 5px !important;
}
.chosen-container-single .chosen-single div {
	top: 6px !important;
}
.chosen-container {
	height: 34px !important;
}
.chosen-container-multi .chosen-choices li.search-choice {
	top: 3px !important;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
	height: 30px !important;
}
.chosen-container-active .chosen-choices {
 border-radius: .25rem !important;
}
/**************** ADDED BY RAHUL **********/
.chat-view-container {
	position: fixed;
	z-index: 1000;
	top: 0;
	bottom: 0;
	padding: 40px;
	background: #fff;
	right: 0;
	box-shadow: -15px 0 25px #00000014;
	width: 25%;
	display: flex;
	flex-direction: column;
}
.chat-view-container {
	padding: 30px;
	width: 30%;
}
.et_li {
	background-color: #e8e8dea3;
}
.contacts_body {
	padding: 0.75rem 0 !important;
	overflow-y: auto;
	white-space: nowrap;
}
.clcard {
	height: 565px;
	border-radius: 15px !important;
	background-color:var(--header-bg-new)!important;
	padding-top: 23px;
}
.clchatnot {
	display: inline-block;
	padding: .25em 0.4em;
	font-size: 107%;
	font-weight: 700;
	line-height: 1;
	border-radius: 22.25rem;
	background-color: chartreuse;
	float: right;
	margin-top: -68px;
	margin-right: 245px;
}
/****************************************/

.noOfMsg {
	background:var(--active-tab);
	text-align: center;
	width: 25px;
	border-radius: 6px;
	color: #fff;
	font-weight: bold;
	margin-left: 20px;
	margin-bottom: -10px;
}

.noOfAlert {
	background:var(--active-tab);
	text-align: center;
	width: 25px;
	border-radius: 6px;
	color: #fff;
	font-weight: bold;
	margin-left: 20px;
	margin-bottom: -10px;
}

.uploadyoutubevideos {
	background-color: #e8e4e4;
	padding: 15px;
	border-radius: 6px;
	margin-bottom: 10px;
}
.externalLinks {
	background-color: #e8e4e4;
	padding: 20px;
	border-radius: 6px;
}
/* DivTable.com */
.divTable {
	display: table;
	width: 100%;
	padding-bottom: 12px;
	padding-top: 8px;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}
.divTableTHead .divTableCell {
	font-weight: 800;
	padding: 9px 10px;
}
.base_header, body {
	background-size: cover !important;
	background-position: center !important;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
	height: 30px !important;
	width: 150px !important;
}
/*anoop*/


.new_header {
	background: #FFF;
	box-shadow: 0px 4px 10px #0000000a;
}
.new_header img {
	max-width: 100%;
}
.new_header .container {
	padding: 10px 100px !important;
}
.contacts p {
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
	color: #666;
}
.contacts {
	text-align: center;
}
.contacts p i {
	font-size: 20px;
	color: #e5081c;
	margin-left: 24px;
}
.new_banner {
	background: url(../images/top-banner.jpg) center no-repeat;
	background-size: cover;
}
.new_banner {
	text-align: center;
	color: #fff;
}
.new_banner h3 {
	font-size: 20px;
	margin: 40px 0px;
	line-height: 30px;
}
.new_banner h2 {
	font-size: 30px;
	margin: 40px 0px;
	line-height: 30px;
}
.card-new-header h3 {
	font-size: 26px;
	margin-bottom: 30px;
	position: relative;
}
.card-new-header h3:before {
	height: 4px;
	width: 100px;
	content: "";
	position: absolute;
	left: 0px;
	bottom: -10px;
	background: #e5081c;
}
.btn-red {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
	border: none;
	height: 40px;
	font-size: 15px !important;
	text-transform: uppercase;
	font-weight: 500;
	min-width: 150px;
	background: linear-gradient(45deg, #e82222, #fb6d6d);
	box-shadow: 0 5px 15px #e82222;
}
.app-quota .form-control {
	height: 40px;
}
.application-reg {
	background: url(../images/bg1.jpg) bottom right no-repeat;
}
.new-card .nav-tabs .nav-item.show .nav-link, .new-card .nav-tabs .nav-link.active {
	color: #d20e0e;
}
.new-card .nav-link {
	color: #666;
}
.new-card {
	text-transform: uppercase;
	font-size: 16px;
}
.new-card .active {
	background-color: rgba(255, 255, 255, 0.3);
}
.new-card .card-header {
	background: #fff;
}
.chat-container.dictionaryBox {
	width: 30% !important;
}
.zeero {
    margin: 0 !important;
}

[dir="rtl"] .submainNav {
    text-align: right !important;
}

[dir="rtl"] #lbl_timetbl_01_offline {
	right: 84px;
}

[dir="rtl"] .onlineStat {
    margin-right: 5px;
    }

[dir="rtl"] .header_btn {
    text-align: right;
}

[dir="rtl"] .modal-header .close {
    margin: -1rem -1rem -1rem 0; 
}

/*.programme_lbl[dir="rtl"] { 
	direction:rtl !important;
}*/

.btndownload {
		    padding: 10px 0.75rem;
	}
	
@media only screen and (max-width: 425px) { 
	[dir="rtl"] .navItem h3 { 
text-align: right !important;
}
	.breadcrumb {
    background-color: #2859975c !important;
}
	.navItem { display: flex; 
	}
	.btndownload {
		    padding: 0.375rem 0.75rem;
	}
	.header_btn {
		margin-left: 0px
	}

}

 
@media only screen and (max-width: 360px) { 
	footer {
	    padding: 15px 2px 15px 2px;
	    font-size: 11px;
	}
}


.changeInstitution-navbar img {
	width: 30px;
	height : 30px;
	border-radius: 50%;
}

/*new-css*/

#oilChart {width:100% !important;
height:auto !important;
}

.card-box {
	 box-shadow: 1px 3px 20px #a8a1a19e;
border-radius: 10px;
padding: 10px;
height:300px;
margin-bottom: 5px;
margin-bottom:15px;


	
}

.close-icon {
 
  cursor: pointer;
margin-right: 10px;
margin-top: 6px;
color: #a59ab5;
margin-bottom:10px;
}


#column-example-16 {
  height: 200px;
  max-width: 800px;
  margin: 0 auto;
}

 
section#counter-stats {
	display: flex;
	justify-content: center;
 
}

.stats {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  
}

.stats .fa {
   color: var(--primary);
font-size: 30px;
}

/*/ end count stats /*/

.stats h5 {
	font-size:14px;
}

.counting {
	font-size:23px;
	font-weight:700;
	width:100%;
	text-align:center;
}

 

.chartbtn {
	font-size:14px;
}
	
	
 .color-3 {
	 border-right:1px solid #ccc;
	 
 }
a:hover {
	text-decoration:none;
}

.myButt  {
	box-shadow: 0px 0px 22px -6px var(--shadow-color-new);
	background:var(--border-round-box);
	border-radius:50%;
	display:flex;
	cursor:pointer;
	color:var( --dark-bg)!important;
	font-size:14px;
	padding:30px 15px 20px 15px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	width:120px;
	height:120px;
	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position:relative;
    margin-left:11px;
    gap:10px 30px;
	
}

.myButt::after
{
	content:'';
	width:80%;
	height:1px;
	background:#ccc;
	position:absolute;
	left:10%;
	top:50%;
}
.myButt:hover {
	 background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	background-color:#e9e9e9;
	color:#685784;
	
}
.myButt:active {
	position:relative;
	top:1px;
	color:#685784;
}

        
.white-box
{
	background:#fff;
	border-radius:35px;
	padding:15px 10px;
	width:100%;
	margin:15px 0;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	box-shadow: -1px -1px 10px 2px rgba(0,0,0,0.38);
-webkit-box-shadow: -1px -1px 10px 2px rgba(0,0,0,0.38);
-moz-box-shadow: -1px -1px 10px 2px rgba(0,0,0,0.38);
display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
 -webkit-flex-direction: row;
    flex-direction: row;
 -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    	
}

.logo-outer
{
	border-bottom:1px solid #ccc;
	text-align:center;
	margin-bottom:15px;
	padding-bottom:15px;
	width:100%;
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
	
}

.logo-outer img
{
	width:auto;
	height:75px;
}

.logo-outer span
{
	font-size:14px;
	font-weight:700;
}

.white-box-otr
{
	width:188px;
	height:auto;
}
.white-box-inner
{
	width:100%;
	height:auto;
	text-align:center;
	
}

.white-box-inner:hover
{
	animation-name:pulse;
	 animation-duration: 0.5s;
    animation-timing-function: ease-out;
    animation-iteration-count:infinite;
    animation-direction:reverse;
}

@keyframes pulse {
  50% {
    transform:scale(0.9);
  }
  100% {
    transform:scale(1.0);
  }
}


.tp-bm-mg
{
	margin:20px 0!important;
}

.top-low-band
{
	
 width:89%;
 height:1px;
 background:#ccc;
margin:15px 0;
}

.std
{
	color:#4d396e;
	font-size:20px;
	font-weight:500;
}
.right-brd
{
	border-right:1px solid #ccc;
	
}


.white-box-inner img
{
	height:96px;
	width:auto;
}

.logo-left
{
	width:100%;
	display:flex;
	justify-content: center;
    flex-wrap: wrap;
}
.logo-right
{
	width:100%;
	display:flex;
	justify-content: center;
    flex-wrap: wrap;
}

.logo-right-inner
{
	width:100%;
	
}


.logo-right h2
{
	    font-weight: 600;
    font-size: 26px;
    text-align:center;
}

.mn-bg img
{
	height:480px;
	width:auto;
}

.t-logo
{
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
	
}
.t-logo img
{
	height:100px;
	width:auto;
}

.white-box ul
{
	clear:both;
	overflow:hidden;
	margin-left:-31px;
	
	display:flex;
	justify-content: space-between;
	 flex-wrap: wrap;
}

.white-box ul li
{
	list-style:none;
	text-align:center;
	float:left;
	width:188px;
	height:auto;
	position: relative;
	margin-top:15px;
}


.white-box ul li img

.white-box .std
{
	color:#4d396e;
	font-size:20px;
	font-weight:500;
}

.rtl
{
	direction: rtl;
}

.login-pd
{
	padding:25px;
}

.login-pd span
{
 font-size:16px;	
}

.width-100
{
	width:100%!important;
}
.dashboard-bg
{
	background:var(--inner-bg);
}

.no-padding
{
	padding:0!important;
}

.main-box
{
	background:var(--main-box-bg);
	border-radius:50px;
	margin-top:-90px;
	padding:25px;
	-webkit-box-shadow: 0px 0px 22px -6px var(--shadow-color-new);
-moz-box-shadow: 0px 0px 22px -6px var(--shadow-color-new);
box-shadow: 0px 0px 22px -6px var(--shadow-color-new);
z-index:999;
position:relative;
}

.main-box-inner
{
	background:var(--main-box-bg);
	border-radius:50px;
	margin-top:-50px;
	padding:25px;
	-webkit-box-shadow: 0px 0px 22px -6px var(--shadow-color-new);
-moz-box-shadow: 0px 0px 22px -6px var(--shadow-color-new);
box-shadow: 0px 0px 22px -6px var(--shadow-color-new);
z-index:999;
position:relative;
}


.middile-sec-box
{
	background:var(--border-round-box);
	border-radius:50px;
	box-shadow: 0px 0px 22px -6px var(--shadow-color-new);
padding:15px 4px;
width:28%;

}

.pdf-bg
{
-webkit-box-shadow: 0px 0px 22px -6px var(--shadow-color-new);
-moz-box-shadow: 0px 0px 22px -6px var(--shadow-color-new);
box-shadow: 0px 0px 22px -6px var(--shadow-color-new);
padding:15px 4px;

border:2px solid #ddd;

}

.width-90
{
	width:90%;
}

.mr-rt
{
	margin-right:10px;
}

.mr-lt
{
	margin-left:18px;
}

.sub-nav-mb
{
	margin-bottom:25px;
}
.top-bnr-bg
{
	width:100%;
	height:100%;
	background:var(--header-bg-new);
	position:absolute;
	left:0;
	top:0;
	position:absolute;
	opacity:0.5;
}

.drk-bl
{
	background:var(--qa-top);
}
@media(max-width:1180px) and (min-width:1025px)
{
	.navItem
	{
		padding:10px;
	}
}

@media(max-width:1024px) and (min-width:769px)
{
	.navItem
	{
		padding:10px;
		min-width:161px;
		margin:0;
	}
	
	.mainNav
	{
	/* flex-wrap:nowrap; */
flex-wrap:wrap;
	}
	.sel-icn
	{
	    right: -34px!important;
        top: 56%!important;
	}
	.middile-sec-box
	{
	width:25%;
	}
	.subnavItem
	{
	min-width:284px;
	}
	.classCategoryoption ul li
	{
	margin:5px;
	}
	
	.categoryoption .avatar
	{
		width:80px;
		height:80px;
	}
	
	.classCategoryoption ul
	{
	margin-top:25px;
	}
	
	.clsView h3
	{
	font-size:17px!important;
	}
	
	.mn-bg img
	{
	display:none;
	}
	
	.tab-pos
	{
	position:relative;
	}
	
	#loginDivWidth
	{
	position:absolute;
	top:25%;
	left:10%;
	width:100%!important;
	max-width:75%;
	}
	
	.mn-bg img
	{
	display:none!important;
	}
	
	.landing-section
	{
	position:relative;
	}
	

	
	.landing-section .tab-log
	{
		position:absolute;
	top:25%;
	left:10%;
	width:100%!important;
	max-width:75%;
	}
	
	.logWrapper
	{
	height:auto;
	}
}
@media(max-width:820px)
{
	.navItem
	{
	width:100%;
	min-width:100%;
	border-bottom: 1px solid #2f1a51;
	border-right:none;
	}
	
	.mainNav
	{
	flex-wrap:wrap;
	}
}
@media(max-width:991px)
{
	.mr-lt
	{
	margin-left:0;
	}
	.middile-sec-box
	{
	width:48%;
	}
	
	.mob-t
	{
	margin-top:15px;
	}
	.chartbtn
	{
	margin-top:15px;
	}
	
	.mn-bg img
	{
	width:100%;
	height:auto;
	}
	

}


 @media ( max-width:764px )
 {
 .no-padding
{
	padding:15px!important;
}
 
 body
 {
 overflow:hidden;
 }
 
 .logWrapper
 {
 padding:0 15px;
 }
	.right-brd
	{
	    border-bottom: 1px solid #ccc;
	    border-right: 0;
	}
	.white-box
	{
	margin:0 0 20px 0;
	}
	.logo-left, .logo-right
	{
	width:100%;
	text-align:center;
	}
	
	.logo-right-inner
	{
	margin-top:0;
	}
	.right-brd
	{
	border-right:0;
	border-bottom:1px solid #ccc;
	}
	
	.mb-no
	{
	display:none!important;
	}
	.t-logo
	{
	display:table;
	float:left;
	}
	
	.navItem
	{
		border-right:0;
		border-bottom: 1px solid #2f1a51;
	}
	
	div .navItem:last-child
	{
	border-right:0;
		border-bottom:0;
	}
	
	.mr-lt
	{
	margin-left:0;
	}
	
	.mr-rt
	{
	margin-right:0;
	margin-top:15px;
	}
	
	.color-3
	{
	border-right:0;
	border-bottom: 1px solid #ccc;
	}
	
	.chartbtn
	{
	margin-top:15px;
	}
	
	.mob-t
	{
	margin-top:15px;
	}
	
	.middile-sec-box
	{
	width:100%;
	}
	
	.classView
	{
	min-height:auto;
	height:auto;
	padding-bottom:53px;
	}
	
	section.alloption
	{
	height:550px;
	}
	
	.classviewWrapper
	{
	margin:25px 0;
	}
	
	.alloptions
	{
	    align-items: center;
	}
	
	.landing-section .col-12 {
	flex-basis: inherit;
	flex-grow:inherit;
}
.landing-section .col-12:first-child {
	max-height:inherit;
	align-items: flex-end !important;
	margin-bottom: 20px;
}
}
 
@media(max-width:420px)
{
	.landing-section .col-12:first-child {
	max-height:27%;
	align-items: flex-end !important;
	margin-bottom: 20px;
}
}
@media(max-width:375px)
{
	.landing-section .col-12:first-child {
	max-height:35%;
	align-items: flex-end !important;
	margin-bottom: 20px;
}
}

.selectClass
{
	position:relative;
}

.sel-icn
{
position:absolute;
right:30px;
top:60%;
font-size:18px;

	
}


.liveshare 
{
	border:none!important;
}

.active-tab
{
	background:var(--active-tab)!important;
	background-size:cover!important;
	
}

.modal-footer .btn-success {
	color: #fff;
	background:var(--dark-bg)!important;
	display: flex;
    justify-content: center;
	border: none;
	align-items: center;
    padding: 0!important;
	min-width: 150px;

	box-shadow: 0 5px 15px var(--shadow-color);
}

.modal-footer .btn-info  {
	color: #fff;
	background:var(--dark-bg)!important;
	display: flex;
    justify-content: center;
	border: none;
	align-items: center;
    padding: 0!important;
	min-width: 150px;

	box-shadow: 0 5px 15px var(--shadow-color);
}

#mb-signout .modal-body
{
	text-align:center;
	font-size:18px;
	display:flex;
	align-items: center;
	 justify-content: center;
}
#mb-signout .modal-body p
{
	margin-bottom:0;
}
.btn-success {
	color: #fff;
	background:var(--dark-bg)!important;
	
	border: none;
	
    padding: 0!important;
	min-width: 150px;

	box-shadow: 0 5px 15px var(--shadow-color);
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle
{
	background:var(--dark-bg)!important;
	
}

.btn-success:hover {

    background-color:var( --active-tab)!important;
    border-color:var(--main-button-bg);
}

.btn-success.focus
{
	background:var(--main-button-bg)!important;
	box-shadow:0 0 0 0.2rem  var(--dark-bg)!important;
}


.btn-outline-primary
{
	color: var(--dark-bg);
    background-color: transparent;
    background-image: none;
    border-color: var(--dark-bg);
}

.btn-outline-primary:hover {
    color: #fff;
    background-color:var(--dark-bg);
    border-color:var(--dark-bg);
}


.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle
{
	color: #fff;
    background-color:var(--dark-bg);
    border-color:var(--dark-bg);
	
}

input[type="radio"]
{
	appearance:none;
	border:1px solid var(--dark-bg);
	border-radius:50%;
	width:16px;
	height:16px;
	 position: relative;
}


input[type="radio"]:checked:after 
{
	display: inline-block;
	position: absolute;
	background:var(--dark-bg);
	width:8px;
	height:8px;
	border-radius:50%;
	left:3px;
	top:27%;
    content: '';

}

.voting-pol-graph
{
	background-color:var(--active-tab); 
	color: #fff; 
	padding: 10px;
}
.form-control select
{
	border:1px solid var(--dark-bg);
}
.form-control:focus
{
	border:1px solid var(--dark-bg);
	box-shadow:none;
}


