/* GENERAL ===================================== */
body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #535252;
  background-color: #edf2f6;
  overflow-x: hidden;
}
a {
  color: #535252;
  text-decoration: none;
  display: inline-block;
}
a:focus, a:hover {
  color: #1a63fd;
  text-decoration: none;
}
.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: none;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 8px;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: #272727;
}
img{
  max-width: 100%;
  height: auto;
}
i, span{
  display: inline-block;
}
a, button, i{
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
i[class*='icon-'] {
  -webkit-transform: translateY(4px);
      transform: translateY(4px);
}
.wrap-heading h2 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 0px;
}
.sub-heading{
  font-size: 18px;
}
.table td, 
.table th {
	vertical-align: middle !important;
}
.table th {
	font-weight: 400;
	text-transform: uppercase;
}
.table-striped tbody tr:nth-of-type(2n+1) {
	background-color: #A4E0FA;
}

/* ============================= Buttons ============================= 
   ============================= ******* ============================= */
.main-btn {
  display: inline-block;
  box-shadow: -8px -8px 15px 1px rgba(255,255,255,0.9),
  5px 5px 15px 0px rgba(0,0,0,0.10);
	background-color: transparent;
  border: 1px solid #ffffff;
  color: #1a63fd;
  font-size: 16px;
  padding: 10px 40px;
  border-radius: 30px;
}
.main-btn:hover{
  background: #83909c;
  border-color: #83909c;
  color: #fff;
}
.tab-btn {
  box-shadow: -8px -10px 15px 1px rgba(255,255,255,1),
  5px 5px 15px 0px rgba(0,0,0,0.25);
	background-color: transparent;
	border: 1px solid #f1f1f2;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	text-align: center;
	line-height: 50px;
}

/* ============================= Pagination ============================= 
   ============================= ******* ============================= */
.page-item .page-link {
	z-index: 3;
	color: #535252;
	background-color: #EDF2F7;
	border-color: #EDF2F7;
	margin-right: 10px;
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 22px;
	border-radius: 50%;
	line-height: 32px;
  box-shadow: -8px -8px 15px 1px rgba(255,255,255,0.9),
  5px 5px 15px 0px rgba(0,0,0,0.10);
}
.page-item .page-link:hover, 
.page-item.active .page-link {
  color: #fff;
	background-color: #007bff;
	border-color: #007bff;
	margin-right: 10px;
}
.page-item:first-child .page-link {
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
}
.page-item:last-child .page-link {
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
}

/* ============================= Main Page Content ============================= 
   ============================= ======******* ============================= */
.page {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
  width: calc(100% - 270px);
  min-height: 100vh;
  padding-bottom: 50px;
}
.page.active {
  width: calc(100% - 100px);
}

.card {
	margin-bottom: 30px;
  padding: 30px;
  box-shadow: -8px -8px 15px 1px rgba(255,255,255,0.9),
  5px 5px 15px 0px rgba(33 42 126 / 11%);
	border-radius: 10px;
	background-color: transparent;
  border: 1px solid #ffffff;
  min-height: 100% !important;
}
.card-heading {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
}
.shadow-box {
  padding: 15px;
  margin-bottom: 15px;
  box-shadow: -8px -8px 15px 1px rgba(255,255,255,0.9),
  5px 5px 15px 0px rgba(0,0,0,0.10);
	border-radius: 10px;
	background-color: transparent;
  border: 1px solid #ffffff;
	border-radius: 10px;
}

/* display this row with flex and use wrap (= respect columns' widths) */

  .row-flex-wrap{
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      display: -webkit-box;
      display: -webkit-flex;
 }

 /* vertical spacing between columns */
  .row-flex-wrap > [class*="col-"]{
      margin-bottom: 20px;
 }


/* ============================= Section============================= 
   ============================= ******* ============================= */
@media (min-width: 768px) {
  .container-fluid {
      padding: 0 1.5rem;
 }
}
.list-group-item {
  border-right: 0;
  border-left: 0;
}
.list-group-item:first-child, .list-group-item:last-child {
  border-radius: 0;
}
.overflow-hidden {
  overflow: hidden;
}

/* ============================= DROPDOWNS============================= 
   ============================= ******** ============================= */
.dropdown-menu {
  z-index: 1000;
  min-width: 160px;
  padding: 8px 0;
  padding: 8px 0;
  padding: 8px 0;
  padding: 0.5rem 0;
  margin: 2px 0 0;
  margin: 2px 0 0;
  margin: 2px 0 0;
  margin: 0.125rem 0 0;
  font-size: 16px;
  color: #212529;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-item {
  padding: 4px 24px;
  padding: 4px 24px;
  padding: 4px 24px;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

/* ============================= Main NAVBAR============================= 
   ============================= *********** ============================= */
.navbar-header {
  position: relative;
  z-index: 1;
}
nav.navbar {
  padding: 12px 0;
}
nav.navbar .side-navbar-wrapper {
  width: 100%;
  height: 100%;
}
nav.navbar .container-fluid {
  width: 100%;
}
nav.navbar .navbar-holder {
  position: relative;
}
nav.navbar a {
  font-size: 12.8px;
  font-size: 12.8px;
  font-size: 12.8px;
  font-size: 12.8px;
  font-size: 12.8px;
  font-size: .8rem;
  color: #000;
  position: relative;
}
.nav-menu li:last-child a {
  padding-right: 0px;
}
nav.navbar .badge {
  position: absolute;
  top: 5px;
  right: 10px;
  background: #e90202;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  width: 20px;
  height: 20px;
  line-height: 14px;
}
nav.navbar a.language span {
  margin-left: 3.2px;
  margin-left: 3.2px;
  margin-left: 3.2px;
  margin-left: 3.2px;
  margin-left: 3.2px;
  margin-left: .2rem;
  vertical-align: middle;
}
nav.navbar .nav-menu {
  margin-bottom: 0;
}
nav.navbar .dropdown-menu {
  right: 0;
  left: auto;
  float: left;
  margin-top: 16px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-size: 16px;
  font-size: 16px;
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  padding: 16px;
  padding: 16px;
  padding: 16px;
  padding: 16px;
  padding: 16px;
  padding: 1rem;
}
nav.navbar .dropdown-menu li .dropdown-item {
  color: #666;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
nav.navbar .dropdown-menu li:last-child .dropdown-item {
  border-bottom: 0px none transparent;
}
nav.navbar .dropdown-menu .dropdown-item:active, nav.navbar .dropdown-menu .dropdown-item:active span, nav.navbar .dropdown-menu .dropdown-item:active small {
  color: #000;
}
nav.navbar .dropdown-menu .dropdown-item span {
  color: #000;
}
nav.navbar .dropdown-menu .dropdown-item i {
  margin-right: 5px;
}
nav.navbar .pro-body span, nav.navbar .pro-body strong {
  display: block;
}
nav.navbar .pro-body span {
  font-size: 0.85em;
}
nav.navbar .pro-profile {
  margin-right: 10px;
  width: 50px;
}
.pro-body h3 {
	margin-bottom: 0px;
	font-size: 15px;
	line-height: 22px;
}
nav.navbar .notification-content {
  font-size: 12.8px;
  font-size: 12.8px;
  font-size: 12.8px;
  font-size: 12.8px;
  font-size: 12.8px;
  font-size: .8rem;
  margin-right: 8px;
  margin-right: 8px;
  margin-right: 8px;
  margin-right: 8px;
  margin-right: 8px;
  margin-right: .5rem;
}
nav.navbar a.menu-btn {
  width: 30px;
  height: 40px;
  font-size: 30px;
  color: #999;
  top: 5px;
  margin-right: 15px;
}
nav.navbar a.menu-btn i[class*='icon-'] {
  -webkit-transform: translateY(4px);
      transform: translateY(4px);
}
nav.navbar a.menu-btn:hover, nav.navbar a.menu-btn:focus {
  color: #1a63fd;
}

/* ============================= languages ============================= 
   ============================= ********* ============================= */
.languages-nav #languages img {
	width: 40px;
	height: 30px;
}
.languages-nav .dropdown-item img {
	width: 25px;
	height: auto;
}

/* ============================= Search Bar============================= 
   ============================= ********** ============================= */
.header-search {
	padding: 5px 50px 5px 5px;
	border-radius: 30px;
	border: 0px none transparent;
	position: relative;
	width: 100%;
  background: rgb(225,232,241);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(225,232,241,1)), to(rgba(255,255,255,1)));
  background: -webkit-linear-gradient(top, rgba(225,232,241,1) 50%, rgba(255,255,255,1) 100%);
  background: linear-gradient(180deg, rgba(225,232,241,1) 50%, rgba(255,255,255,1) 100%); 
  border: 1px solid #fff;
}
.header-search input[type="search"] {
  border: 0px none transparent;
  border-radius: 30px;
  width: 100%;
  position: relative;
  background-color: transparent;
}
.header-search button {
  position: absolute;
  right: 5px;
  top: 0px;
}
.header-search button i {
  color: #a2a2a2;
  font-size: 25px;
  -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-search button:hover i {
  color: #1a63fd;
}
.mobile-search{
  display: none;
}

/* NAVBAR MEDIAQUERIES */
@media (max-width: 575px) {
  nav.navbar .dropdown {
      position: static;
 }
  nav.navbar .dropdown-menu {
      width: 90vw;
      right: 2.5vw;
      left: 2.5vw;
      margin: 0 auto;
 }
  nav.navbar .notification {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
 }
}
@media (min-width: 992px) {
  nav.navbar .dropdown-menu strong {
      font-weight: 400;
 }
  nav.navbar .dropdown-menu a {
      font-size: 0.9em;
 }
}


/* ============================= SIDE NAVBAR ============================= 
   ============================= ********** ============================= */
.side-navbar .shadow-box{
  margin: 15px;
}
.side-menu{
  margin-bottom: 0px;
}
.side-navbar {
  position: fixed;
  top: 0;
  left: 0px;
  width: 270px;
  height: 100%;
  text-align: left;
  background: #eaf1f9;
  color: #000;
  z-index: 999;
  overflow-y: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.side-navbar .scrolled-wrapper {
  width: 100%;
  height: 100%;
}
.side-navbar.hide {
  left: -70px;
}
.side-navbar a.brand-small {
  text-transform: uppercase;
  font-weight: 500;
  padding: 0;
}
.side-navbar a.brand-small:hover, .side-navbar a.brand-small:focus {
  background: none;
}
.side-navbar li, .file-menu li {
  position: relative;
  margin-bottom: 5px;
}
.side-navbar li a, .file-menu li a {
  position: relative;
  font-size: 16px;
  font-weight: 300;
  color: #514f4f;
  text-decoration: none;
  width: 100%;
  padding: 10px 0px;
}
.side-navbar li a:hover, .file-menu li a:hover {
  color: #1a63fd;
  text-decoration: none;
}
.side-navbar li a[data-toggle="collapse"]:before {
  content: '\f104';
  display: inline-block;
  -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  right: 0px;
}
.side-navbar li a[aria-expanded="true"]:before {
  content: '\f107';
  color: #1a63fd;
}
.side-navbar li.active > a, .file-menu li.active a {
  color: #1a63fd;
}
.side-navbar li ul {
  position: relative;
  min-width: 100%;
  left: 0;
  padding-left: 0;
}
.side-navbar li ul a {
  padding: 5px 5px 5px 10px;
  font-size: 16px;
}
.side-navbar li ul.collapse a {
  border-left: 2px solid #1a63fd;
}
.side-navbar li ul.collapse a:hover {
  color: #1a63fd;
}
.side-navbar .sidenav-header {
  padding: 10px;
  margin: 15px;
}
.side-navbar .sidenav-header span {
  font-size: 0.8em;
  color: #666;
}
.side-navbar i[class*='icon-'] {
  -webkit-transform: translateY(2px);
      transform: translateY(2px);
}
.side-navbar span {
  display: inline-block;
}
.side-navbar i, .file-menu i {
  font-size: inherit;
  margin-right: 10px;
}
.side-navbar .badge {
  display: inline-block;
  font-size: 0.6em;
  vertical-align: middle;
}
.side-navbar .brand-small {
  display: none;
}
.side-navbar.shrink {
  width: 100px;
  text-align: center;
}
.side-navbar.shrink .brand-small {
  display: block;
}
.side-navbar.shrink .sidenav-header-inner {
  display: none;
}
.side-navbar.shrink ul li {
  margin-left: 0px;
  margin-right: 0px;
}
.side-navbar.shrink .shadow-box{
  padding: 0px;
  margin: 15px 5px;
}
.side-navbar.shrink .shadow-box a,
.side-navbar.shrink ul li a {
  font-size: 11.2px;
  padding-left: 5px;
  padding-right: 5px;
}
.side-navbar.shrink ul li a[data-toggle="collapse"]:before {
  content: '\f107';
  -webkit-transform: translateX(50%);
      transform: translateX(50%);
  position: absolute;
  top: auto;
  right: 50%;
  bottom: 0;
  left: auto;
}
.side-navbar.shrink ul li a[data-toggle="collapse"][aria-expanded="true"]:before {
  content: '\f106';
}
.side-navbar.shrink ul li ul a {
  padding-left: 10px;
  font-size: 11.2px;
}
.side-navbar.shrink i {
  display: block;
  margin-right: 0;
  font-size: 16px;
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
}
.side-navbar.shrink .arrow {
  float: none;
  -webkit-transform: none !important;
      transform: none !important;
}
.side-navbar.shrink .badge {
  display: none;
}

/* SIDE NAVBAR MEDIAQUERIES ===================================== */
@media (max-width: 991px) {
  .page {
      width: 100%;
 }
  .page.active {
      width: 100%;
 }
  .page.active-sm {
      width: calc(100% - 100px);
 }
  .side-navbar {
      left: -100px;
      width: 100px;
      text-align: center;
 }
  .side-navbar.show-sm {
      left: 0 !important;
 }
  .side-navbar .brand-small {
      display: block;
 }
  .side-navbar .sidenav-header-inner {
      display: none;
 }
  .side-navbar ul li a, 
  .main-menu a {
      font-size: .7rem;
      padding-left: 5px;
      padding-right: 5px;
 }
  .side-navbar ul li a[data-toggle="collapse"]:before {
      content: '\f107';
      -webkit-transform: translateX(50%);
          transform: translateX(50%);
      position: absolute;
      top: auto;
      right: 50%;
      bottom: 0;
      left: auto;
 }
  .side-navbar ul li a[data-toggle="collapse"][aria-expanded="true"]:before {
      content: '\f106';
 }
  .side-navbar ul li {
      margin-left: 0px;
      margin-right: 0px;
 }
  .side-navbar ul li ul a {
      padding-left: 10px;
      font-size: .7rem;
 }
  .side-navbar i {
      display: block;
      margin-right: 0;
      font-size: 1rem;
 }
  .side-navbar .arrow {
      float: none;
      -webkit-transform: none !important;
          transform: none !important;
 }
  .side-navbar .badge {
      display: none;
 }
 .side-navbar .shadow-box {
	margin: 15px 0px;
}
}

/* ============================= Malihu Custom Scroll ============================= 
   ============================= ******************** ============================= */
.mCSB_scrollTools {
  width: 4px;
}
.mCSB_inside > .mCSB_container {
  margin-right: 0 !important;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #1a63fd;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
  background-color: #1a63fd;
}

/* ============================= Footer ============================= 
   ============================= ********* ============================= */
footer.main-footer {
  position:absolute;
  width:100%;
  bottom:0;
  padding:10px 0 
}
footer.main-footer p {
  font-size:0.7em;
  color:#000;
  margin:0 
}

/* ============================= Admin Dashboard ============================= 
   ============================= ********* ============================= */
.dashboard-counts{
  margin-top: 30px;
}
.dashboard-counts .card {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: revert;
	        flex-direction: revert;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	            -ms-grid-row-align: center;
	        align-items: center;
}
.dashboard-counts .card img {
	width: auto;
	height: 70px;
}
.dashboard-counts .number h4{
  font-size: 24px;
}
.dashboard-counts .number p{
  margin-bottom: 0px;
}

/* ============================= student soruce ============================= 
   ============================= ********* ============================= */
.student-point-box {
  margin: 0 auto;
}
.student-point-box img {
	margin: 0 auto;
	display: block;
}
.inline-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.inline-checkbox li {
	margin-right: 15px;
}
.revenue_courses_list li:nth-child(1) label {
  color: #9F4EBF;
}
.revenue_courses_list li:nth-child(1) input.form-control-custom:checked + label:before {
	background: #9F4EBF !important;
}
.revenue_courses_list li:nth-child(2) label {
  color: #08e64f;
}
.revenue_courses_list li:nth-child(2) input.form-control-custom:checked + label:before {
	background: #0FFF5C !important;
}
.revenue_courses_list li:nth-child(3) label {
  color: #FFD001;
}
.revenue_courses_list li:nth-child(3) input.form-control-custom:checked + label:before {
	background: #FFD001 !important;
}

/* ============================= Syllabus ============================= 
   ============================= ********* ============================= */
.final_exam_score span{
  font-size: 42px;
  font-weight: 600;
  color: #1222EE;
}

/* ============================= Progress Bar ============================= 
   ============================= ********* ============================= */
  .single-progress {
  background: #edf0f3;
  border: 1px solid #ffffff;
  padding: 16px 50px 15px 20px;
  border-radius: 30px;
  display: block;
  position: relative;
  box-shadow: 0px 1px 6px #b5cde8;
}
.single-progress span {
	position: absolute;
	right: 8px;
	top: 7px;
	color: #333;
	font-size: 14px;
}
.single-progress .progress {
	height: 9.6px;
	height: 0.6rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #AFAFAF), to(#BABABA));
  background: -webkit-linear-gradient(top, #AFAFAF 50%, #BABABA 100%);
  background: linear-gradient(180deg, #AFAFAF 50%, #BABABA 100%);
	-webkit-box-shadow: 1px 2px 5px #c5c5c5;
}
.progress .progress-bar{
  background-color: #0394E1;
}
.lock-unlock {
	text-transform: uppercase;
	min-width: 60px;
}
.lock-unlock i {
	border-width: 2px;
  border-style: solid;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 25px;
	border-radius: 50%;
}
.lock-unlock i.fa-unlock {
	color: #3492F2;
  border-color: #3492F2;
}
.lock-unlock i.fa-lock {
	color: #9E9FA0;
  border-color: #9E9FA0;
}


/* ============================= Checkbox Form ============================= 
   ============================= ********* ============================= */
input.input-material ~ label.active {
  font-size: 12.8px;
  top: -10px;
  color: #1a63fd;
}
input.form-control-custom {
  visibility: hidden;
  width: 1px;
}
input.form-control-custom:checked + label:before {
  background: #1a63fd !important;
}
input.form-control-custom:checked + label:after {
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
input.form-control-custom.radio-custom + label:before {
  border-radius: 50%;
}
input.form-control-custom.radio-custom + label:after {
  content: '';
  width: 6px;
  height: 6px;
  line-height: 6px;
  background: #fff;
  border-radius: 50%;
  top: 0px;
  left: 5px;
}
input.form-control-custom[checked] + label:before, input.form-control-custom[checked] + label:after {
  border: none;
}
input.form-control-custom + label {
  font-size: 14px;
  margin-bottom: 0;
  color: #999;
  padding-left: 30px;
  padding-top: 2px;
  position: relative;
  width: 100%;
}
input.form-control-custom + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  line-height: 16px;
  background: #fff;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 8px;
  left: 0px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  cursor: pointer;
  border: 1px solid #c1c1c1;
}
input.form-control-custom + label:after {
	content: '\f00c';
	display: block;
	font-family: 'FontAwesome';
	font-size: 10px;
	color: #fff;
	position: absolute;
	top: 0px;
	left: 5px;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	cursor: pointer;
}
.checkbox_list li {
	padding: 2px 0px;
	margin-bottom: 10px;
	margin-right: 10px;
}
.checkbox_list li label {
  display: block;
  position: relative;
  font-size: 14px;
}
.checkbox_list li label:before {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	left: 0;
	top: 5px;
}


/* ============================= Student Performance ============================= 
   ============================= ********* ============================= */
   .st_performance_list li {
      position: relative;
   }   
   .st_performance_list li:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 7px;
    left: -25px;
  }

.st_performance_list li label span{
	color: #535252;
  margin-right: 10px;
  cursor: pointer;
}
.st_performance_list li:nth-child(1) label {
  color: #6291FF;
}
.st_performance_list li:nth-child(1):before, 
.st_performance_list li:nth-child(1) input.form-control-custom:checked + label:before {
	background: #6291FF !important;
}
.st_performance_list li:nth-child(2) label {
  color: #5742CD;
}
.st_performance_list li:nth-child(2):before, 
.st_performance_list li:nth-child(2) input.form-control-custom:checked + label:before {
	background: #5742CD !important;
}
.st_performance_list li:nth-child(3) label {
  color: #F609A5;
}
.st_performance_list li:nth-child(3):before, 
.st_performance_list li:nth-child(3) input.form-control-custom:checked + label:before {
	background: #F609A5 !important;
}
.st_performance_list li:nth-child(4) label {
  color: #109618;
}
.st_performance_list li:nth-child(4):before, 
.st_performance_list li:nth-child(4) input.form-control-custom:checked + label:before {
	background: #109618 !important;
}
.proficient-btn{
  background: #5946D6;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
.struggling-btn{
  background: #FD0BA8;
  color: #fff;
  text-align: center;
  font-size: 14px;
}

/* ============================= Main Form ============================= 
   ============================= ********* ============================= */
.form-group {
	margin-bottom: 32px;
}
.single-form {
  border: 1px solid #538afe;
  padding: 30px;
  position: relative;
  border-radius: 10px;
  box-shadow: -8px -8px 15px 1px rgba(255,255,255,0.9),
  5px 5px 15px 0px rgba(0,0,0,0.10);
    border: 1px solid #f7f7f7;
}
.form-heading {
  position: absolute;
  top: -10px;
  display: inline-block;
  font-size: 18px;
  padding: 0px 15px;
  left: 15px;
}
.single-info-title{
  font-size: 18px;
}
.form-group label {
  font-weight: 300;
}
input.form-control[type="text"], input.form-control[type="tel"], input.form-control[type="email"], input.form-control[type="password"], input.form-control[type="number"], input.form-control[type="url"], input.form-control[type="date"], input.form-control[type="file"], textarea, 
.bootstrap-select .btn.btn-light {
	border: 1px solid #fff;
	padding: 7px 15px 6px 15px;
	border-radius: 30px;
	border: 0px none transparent;
	position: relative;
	width: 100%;
  background: rgb(225,232,241);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(225,232,241,1)), to(rgba(255,255,255,1)));
  background: -webkit-linear-gradient(top, rgba(225,232,241,1) 50%, rgba(255,255,255,1) 100%);
  background: linear-gradient(180deg, rgba(225,232,241,1) 50%, rgba(255,255,255,1) 100%); 
}
.form-group .custom-radio {
  margin-left: 20px;
}
.file-upload-wrapper {
  height: 38px;
  border: 1px solid #fff;
  padding: 7px 15px 6px 15px;
  border-radius: 30px;
  border: 0px none transparent;
  position: relative;
  width: 100%;
  background: rgb(225,232,241);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(225,232,241,1)), to(rgba(255,255,255,1)));
  background: -webkit-linear-gradient(top, rgba(225,232,241,1) 50%, rgba(255,255,255,1) 100%);
  background: linear-gradient(180deg, rgba(225,232,241,1) 50%, rgba(255,255,255,1) 100%);
}
  .file-upload-wrapper:before {
    content: 'Browse';
    position: absolute;
    top: 2px;
    right: 2px;
    display: inline-block;
    background: rgb(225,232,241);
    border: 1px solid #fff;
    color: #535252;
    z-index: 25;
    font-size: 14px;
    padding: 4px 25px;
    pointer-events: none;
    border-radius: 0 30px 30px 0;
    height: 35px;
  }
  .file-upload-wrapper input {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%;
  }
  .bg-none{
    background: transparent;
  }

/* ============================= Select Input  ============================= 
   ============================= ************ ============================= */
.dropdown.bootstrap-select.form-control{
  background-color: transparent;
}
.bootstrap-select .btn-light:focus, .bootstrap-select .btn-light:not(:disabled):not(.disabled).active:focus, .bootstrap-select .btn-light:not(:disabled):not(.disabled):active:focus, .bootstrap-select.show > .btn-light.dropdown-toggle:focus {
  outline: none;
  box-shadow: none;
}
.bootstrap-select > .dropdown-toggle:focus {
  outline: none !important;
  outline-offset: 0;
}
.bootstrap-select .btn-light:not(:disabled):not(.disabled).active, .bootstrap-select .btn-light:not(:disabled):not(.disabled):active, .bootstrap-select.show > .btn-light.dropdown-toggle {
  background-color: transparent;
  border-color: #535252;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover {
	color: #0394e1 !important;
	background-color: transparent;
	border-bottom-color: #edf2f7;
}
.dropdown-menu {
	margin: 5px 0 0;
	font-size: 16px;
	color: #535252;
	background-color: #fff;
	border: 1px solid #EAF1F9;
	border-radius: 10px;
}
.bootstrap-select > .dropdown-toggle:before {
	background: #eee;
	border: 1px solid #cacaca;
	position: absolute;
	content: "";
	right: 0px;
	top: 0px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	z-index: 0;
}
.bootstrap-select > .dropdown-toggle:after {
	z-index: 2;
}
.dropdown.bootstrap-select.form-control .btn {
	padding-right: 15px;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
	padding-right: 20px;
}
.single-form textarea {
  width: 100%;
  padding: 10px;
  min-height: 130px;
  max-width: 100%;
}

/* ============================= Scheduler ============================= 
   ============================= ********* ============================= */
.schedulerTable thead tr th{
	color: #fff;
  font-weight: normal;
  text-align: center;
}

.scheduler-img-box h5 {
	font-size: 16px;
	margin-top: 10px;
}
.schedulerTable tr, 
.schedulerTable tbody{
  border-bottom: 1px solid #aeaeae;
}
.schedulerTable tbody:last-child{
  border-bottom: 1px solid #aeaeae;
}
.schedulerTable tr:last-child{
  border-bottom: 1px solid #aeaeae;
}
.schedulerTable thead tr th:nth-child(1) {
	background: #172243;
  border-radius: 20px 0px 0px 0px
}
.schedulerTable thead tr th:nth-child(2) {
	background: #FF5600;
}
.schedulerTable thead tr th:nth-child(3) {
	background: #FFA901;
}
.schedulerTable thead tr th:nth-child(4) {
	background: #0AB312;
}
.schedulerTable thead tr th:nth-child(5) {
	background: #33ADC5;
}
.schedulerTable thead tr th:nth-child(6) {
	background: #0356FC;
}
.schedulerTable thead tr th:nth-child(7) {
	background: #B64F96;
}
.schedulerTable thead tr th:nth-child(8) {
	background: #900000;
  border-radius: 0px 20px 0px 0px
}
.scheduler-td {
	padding: 5px 10px;
	min-width: 120px;
}
.scheduler-td h5 {
	font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
}
.scheduler-td span {
	font-size: 12px;
  text-transform: uppercase;
}
.scheduler-td img {
	width: 20px;
	height: 20px;
}

.getImageScheduler img{
    height:40px;
    width:40px;
    border-radius:20px;
}

.schedulerTable tbody th{
	text-align: center;
	height: 100%;
	vertical-align: middle;
}
.schedulerTable tbody tr.rowspan-tr td:nth-child(3),
.schedulerTable tbody tr.w-rowspan-tr td:nth-child(2) {
	background: #FFD196;
}
.mon-td,.Sun-td {
	background-color: #CE4E0D;
  color: #fff;
}
/*.mon-td h5,.Sun-td h5 {*/
/*  color: #fff;*/
/*}*/
.schedulerTable tbody tr.rowspan-tr td:nth-child(4), 
.schedulerTable tbody tr.w-rowspan-tr td:nth-child(3) {
	background: #FFF5A0;
}
.tue-td, .Mon-td {
	background-color: #E4CD09;
}
.schedulerTable tbody tr.rowspan-tr td:nth-child(5), 
.schedulerTable tbody tr.w-rowspan-tr td:nth-child(4) {
	background: #CBF0C4;
}
.wed-td, .Tue-td {
	background-color: #7BEC66;
}
.schedulerTable tbody tr.rowspan-tr td:nth-child(6), 
.schedulerTable tbody tr.w-rowspan-tr td:nth-child(5) {
	background: #C8ECE8;
}
.thu-td, .Wed-td {
	background-color: #53E9D8;
}
.schedulerTable tbody tr.rowspan-tr td:nth-child(7), 
.schedulerTable tbody tr.w-rowspan-tr td:nth-child(6) {
	background: #D2DEF4;
}
.fri-td, .Thu-td {
	background-color: #88A7E1;
}
.schedulerTable tbody tr.rowspan-tr td:nth-child(8), 
.schedulerTable tbody tr.w-rowspan-tr td:nth-child(7) {
	background: #E7CEE4;
}
.sat-td, .Fri-td {
	background-color: #D485CB;
}
.schedulerTable tbody tr.rowspan-tr td:nth-child(9), 
.schedulerTable tbody tr.w-rowspan-tr td:nth-child(8) {
	background: #F8C8C8;
}
.sun-td, .Sat-td {
	background-color: #CA7F7F;
}
.country-flag img {
	width: 40px;
}
.report-date .card-heading {
	font-size: 18px !important;
	font-weight: 600 !important;
}

/* ============================= Teacher ============================= 
   ============================= ********* ============================= */
.media-object{
  width: 80px;
  height: 80px;
  border-radius: 10px;
  margin-right: 10px;
}
.media-body h4{
  font-size: 18px;
}
.media-body p{
  margin-bottom: 0px;
  font-size: 13px;
}
.tab-header {
	padding: 0px;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

/* ============================= Assignments ============================= 
   ============================= ********* ============================= */
.header-time {
	color: #fd7800;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 20px;
}
.assignments-sidebar img {
	width: 50px;
	height: auto;
}
.courses_completed_list li:nth-child(1) label {
	color: #02CCCC;
}
.courses_completed_list li:nth-child(1) input.form-control-custom:checked + label:before {
	background: #02CCCC !important;
}
.courses_completed_list li:nth-child(2) label {
	color: #5742CD;
}
.courses_completed_list li:nth-child(2) input.form-control-custom:checked + label:before {
	background: #5742CD !important;
}

/* ============================= Login Page ============================= 
   ============================= ********* ============================= */
.login-cover {
	background: #112B49;
	color: #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.login-cover img{
  border-top-left-radius: 10px;
}
.login-cover h2 {
	color: #fff;
	margin: 30px;
}
.login-wrap .shadow-box {
  padding: 0px;
}
.login-box {
  padding: 50px 30px;
}
.login-logo {
	text-align: center;
	display: block;
	margin-bottom: 40px;
}
.login-form span {
  margin-bottom: 20px;
  font-size: 18px;
}
.login-form form input[type="text"], .login-form form input[type="password"] {
  position: relative;
  height: 45px;
  border-radius: 20px;
  padding-left: 50px;
}
.login-form form .form-group:after {
	background: #DEEDFF;
	border: 1px solid #C7DBF2;
	position: absolute;
	content: "";
	left: 0px;
	top: 34px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	z-index: 0;
}
.login-form form .form-group {
	position: relative;
	margin-bottom: 20px;
}
.login-form form .form-group:before {
	position: absolute;
	content: "";
	left: 15px;
	top: 42px;
	font-family: "FontAwesome";
  z-index: 1;
}
.login-form form .form-group.input-username:before{
  content: "\f007";
}
.login-form form .form-group.input-password:before{
  content: "\f13e";
}
.login-form form .form-group.input-email:before{
  content: "\f0e0";
}
.login-form form .form-group.input-pin:before{
  content: "\f084";
}


/* ============================= Courses ============================= 
   ============================= ********* ============================= */
.file-menu li{
  margin-left: 0px;
  margin-right: 0px;
}
.file-list{
  margin-bottom: -30px;
}
.single-file{
  padding: 15px;
  margin-bottom: 30px;
}
.single-file input[type="checkbox"]{
  float: left;
}
.file-control {
	position: relative;
}
.file-control label {
  position: absolute;
  left: 0;
  top: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	cursor: pointer;
  padding-left: 20px;
}
.file-icon {
	width: 100px;
	height: auto;
	margin: 10px auto 30px;
  overflow: hidden;
}
.file-icon img{
  width: 100%;
	max-height: 100px;
	margin: 10px auto 30px;
  overflow: hidden;
}
.syllabus-btn {
	width: auto;
	margin: 0 auto;
	padding: 5px 25px;
  font-size: 13px;
}
.courses-body .file-list .wrap-heading h4{
  font-size: 14px;
  font-weight: 600;
}

/* ============================= classes ============================= 
   ============================= ********* ============================= */
.class-header {
	position: absolute;
	background: #045EB6;
	width: 100%;
	left: 0;
	top: 0;
	border-radius: 10px 10px 0px 0px;
}
.class-header h3 {
	color: #fff;
	font-size: 22px;
	padding: 15px 10px;
	margin-bottom: 0px;
}
.class-control {
	margin: 70px auto 20px;
}
.class-icon {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin: 20px auto;
}
.class-control h4 {
	font-size: 20px;
}
.class-control h5 {
	font-size: 18px;
}

/* ============================= Best Teacher ============================= 
   ============================= ********* ============================= */
.best-teacher-tabs.nav-tabs {
  background: transparent;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.best-teacher-tabs .nav-item {
  width: 50%;
}
.best-teacher-tabs .nav-link {
  background-color: #A4E0FA;
  border-radius: 20px 20px 0px 0px;
  border: 0px none transparent;
}
.best-teacher-tabs .nav-link.active, .best-teacher-tabs .nav-link:hover {
  background-color: #53FBEA;
}
.best_teacher_tab_content{
  padding: 15px;
  border: 1px solid #A4E0FA;
}
.best_teacher_tab_content .media-body p span {
	font-size: 16px;
  font-weight: 600;
  color: #007bff;
}

.location h4 {
	font-size: 18px;
	font-weight: 600;
}
.world-time span {
	font-size: 16px;
	font-weight: 600;
	color:#272727;
}


/* ============================= Search Result  ============================= 
   ============================= ********* ============================= */
  .search-result {
  border: 1px solid #DCE3EA;
  background: #fff;
  z-index: -1;
  position: absolute;
  padding-top: 30px;
  width: 100%;
  top: 30px;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.search-result.active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}
.search-box img {
	width: 60px;
	height: 60px;
}
.search-details h3 {
  font-size: 16px;
  margin-bottom: 5px;
}
.search-details span {
  font-size: 14px;
}
.search-flag{
  width: 40px;
  height: auto;
}
.search-result li {
	margin-bottom: 5px;
	padding: 15px;
}
.search-result li:last-child{
  margin-bottom: 0px;
}

/* ============================= Student Dashboard ============================= 
   ============================= ********* ============================= */
   .timeTable thead tr th {
    color: #fff;
    font-weight: normal;
    text-align: center;
    padding: 5px;
    border-bottom: 1px solid #c4c4c4;
  }
.timeTable table.table  thead tr:first-child th {
	background: transparent;
	color: #333;
}
.timeTable table.table thead tr:first-child th div span {
	font-weight: 700;
	font-size: 22px;
}
.timeTable thead tr th:first-child {
  color: #535252;
}
.timeTable thead tr th:nth-child(2) {
	background: #FF5600;
	border-top-left-radius: 16px;
}
.timeTable thead tr th:nth-child(3) {
	background: #FFA901;
}
.timeTable thead tr th:nth-child(4) {
	background: #0AB312;
}
.timeTable thead tr th:nth-child(5) {
	background: #33ADC5;
}
.timeTable thead tr th:nth-child(6) {
	background: #0356FC;
}
.timeTable thead tr th:nth-child(7) {
	background: #B64F96;
}
.timeTable thead tr th:nth-child(8) {
	background: #900000;
	border-top-right-radius: 16px;
}

.timeTable td{
	border-bottom: 1px solid #c4c4c4;
}
.timeTable tbody tr td:nth-child(2) {
	background: #FFD196;
}
.mon-td {
  background-color: #CE4E0D;
  /*color: #fff;*/
}
.mon-td h5 {
  /*color: #fff;*/
}
.mon-td span,.Sun-td span{
    color: #000;
}
.timeTable tbody tr td:nth-child(3) {
	background: #FFF5A0;
}
.tue-td {
	background-color: #E4CD09;
}
.timeTable tbody tr td:nth-child(4) {
	background: #CBF0C4;
}
.wed-td {
	background-color: #7BEC66;
}
.timeTable tbody tr td:nth-child(5) {
	background: #C8ECE8;
}
.thu-td {
	background-color: #53E9D8;
}
.timeTable tbody tr td:nth-child(6) {
	background: #D2DEF4;
}
.fri-td {
	background-color: #88A7E1;
}
.timeTable tbody tr td:nth-child(7) {
	background: #E7CEE4;
}
.sat-td {
	background-color: #D485CB;
}
.timeTable tbody tr td:nth-child(8) {
	background: #F8C8C8;
}
.sun-td {
	background-color: #CA7F7F;
}


/* ============================= Start Class ============================= 
   ============================= ********* ============================= */
.start-class-header {
	background-color: #112b49;
	color: #fff;
	width: 100%;
	padding: 20px;
}
.video-setting h3 {
	color: #fff;
	font-size: 22px;
	margin-bottom: 0px;
}
.start-class-wrap > img {
	width: 300px;
	text-align: center;
	margin: 0 auto;
}
.video-setting i {
	font-size: 18px;
	border-radius: 50%;
	border-width: 2px;
	border-style: solid;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 36px;
}
.video-setting .fa-microphone{
  color: #00CAFD;
  border-color: #00CAFD;
  margin-right: 5px;
}
.video-setting .fa-video-camera{
  color: #01FD44;
  border-color: #01FD44;
}
.edit-class i{
  font-size: 22px;
  color: #fff;
  line-height: 36px;
}
.start-class-ts img{
  width: 100%;
  height: auto;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: inset 0 10px 6px 5px rgba(225,232,241,1), inset 0 0 8px 8px rgba(255,255,255,1);
     transition: background-color 5000s ease-in-out 0s;
}

/* ====================================== 07. Personal Profile */
input.form-control-custom + label {
	color: #212529;
}
.pr-first{
  border-right: 2px solid #ddd;
}

/* ====================================== 08.  */


/* ====================================== 09. Referrals */
.refer-process h3 {
	margin-top: 20px;
	font-weight: 700;
	font-size: 22px;
}
.refer_friends{
  list-style: none;
}
.refer_friends li button.tab-btn{
	border: 2px solid #EAF1F9;
}
.refer_friends li {
  display: inline;
  margin: 0px 5px;
}
.refer_friends li i {
	font-size: 30px;
	color: #fff !important;
}
.refer_friends li button.facebook, 
.refer-facebook .icon-box {
	background-color: #3A579B;
}
.refer_friends li button.twitter, 
.refer-twitter .icon-box {
	background-color: #1DA1F3;
}
.refer_friends li button.whatsapp, 
.refer-whatsapp .icon-box {
	background-color: #3FC451;
}
.refer_friends li button.phone, 
.refer-phone .icon-box {
	background-color: #C02AFF;
}

.refer-box .modal-body {
	padding: 0px;
  border-radius: 1rem;
}
.icon-box {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 1rem 0 0 1rem;
}
.icon-box i.fa {
	color: #fff;
	font-size: 50px;
}
.refer-box .refer-text {
	padding: 15px 30px 15px 15px;
}
.refer-box .close.pop-close-btn {
	padding: 0;
	font-size: 20px;
	display: block;
	width: 30px;
	position: absolute;
	right: -5px;
	top: -5px;
	background: #fff;
	border-radius: 50%;
	height: 30px;
	line-height: 10px;
	text-align: center;
	z-index: 99;
	opacity: 1;
}

.country-flag img{
  width: 40px;
  height: auto;
}
.btn-pending{
  border: 2px solid #FF6B00;
  min-width: 150px;
  display: block;
  text-align: center;
}
.btn-paid{
  border: 2px solid #00FFAC;
  min-width: 150px;
  display: block;
  text-align: center;  
}

/* ====================================== 10 Assignment */
/* ====================================== 11 Attendance Report */
.attendance_month h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
.month-list {
  list-style: none;
  padding-left: 0px;
}
.month-list.nav-tabs a {
  display: block;
  width: 100%;
  margin-bottom: 15px !important;
}

/* ====================================== 12. Exam - Assignment Report */

/* ====================================== 13. Practice Test */
.practice_test_question h3 {
  font-size: 18px;
  line-height: 28px;
}
.practice_q_list {
  padding-left: 10px;
  list-style: none;
}
.practice_q_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-left: 20px;
  margin-bottom: 15px;
  font-size: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 45px;
  line-height: 45px;
}
.practice_q_list li span {
  position: relative;
  left: -30px;
  font-size: 20px;
  line-height: 22px;
}
.practice_q_list .custom-control-label:before,
.practice_q_list .custom-control-label:after {
  top: 16px;
  top: 1rem;
}

ul#timeremaining {
  list-style: none;
  padding: 0;
  display: block;
  text-align: center;
}
ul#timeremaining li {
  display: inline-block;
}
ul#timeremaining li span {
  font-size: 44px;
  font-weight: 300;
  line-height: 60px;
}
ul#timeremaining li.seperator {
  font-size: 40px;
  line-height: 60px;
  vertical-align: top;
}
ul#timeremaining li p {
  color: #a7abb1;
  font-size: 16px;
}

.currency-form {
  position: relative;
}
.currency-form input[type="text"] {
  position: relative;
  border-radius: 20px;
  padding-left: 50px;
}
.currency-form .form-group:before {
  position: absolute;
  left: 15px;
  top: 6px;
  font-size: 16px;
  font-family: "FontAwesome";
  z-index: 1;
  content: "\f155";
}
.currency-form .form-group:after {
  background: #deedff;
  border: 1px solid #c7dbf2;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  z-index: 0;
}



/* ===================================  01 Assignment Questions */
.question-tag {
  background: #3e51f6;
  display: block;
  width: 45px;
  color: #fff;
  text-align: center;
  position: relative;
  left: -50px;
  top: -20px;
  padding: 5px;
  z-index: 3;
}
.question-tag:before {
  content: "";
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #3e51f6;
  position: absolute;
  z-index: -1;
}
.question-tag:after {
  content: "";
  left: 3px;
  bottom: -5px;
  width: 20px;
  height: 20px;
  background: transparent;
  position: absolute;
  border-bottom: 20px solid #1629c6;
  border-right: 10px solid transparent;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  z-index: -2;
}
.add-icon i {
  color: #0030fc;
}
.delete-icon i {
  color: #e30303;
}
.question-field textarea {
  min-height: 80px;
  border-radius: 15px;
}
.qa-form label {
  margin-right: 10px;
  font-size: 24px;
  line-height: 38px;
  text-transform: uppercase;
}

/* =================================== 02 Student */
.student-checkbox {
  display: block;
  width: 25px;
  height: 20px;
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
}
.action-tigger a {
  padding: 5px;
  font-size: 18px;
}
.action-tigger a i.fa.fa-eye,
i.fa.fa-plus {
  color: #007efa;
}
.action-tigger a i.fa.fa-eye-slash{
    color: #ff0000;
}
.action-tigger a i.fa.fa-power-off{
    color: #007efa;
}
.action-tigger a i.fa.fa-close,
.tab-btn > i.fa.fa-minus {
  color: #c60000;
}
.image-circle img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
table.box-shadow-table {
  border-collapse: separate;
  border-spacing: 20px;
}

.box-shadow-table thead > tr,
.box-shadow-table tbody > tr {
  box-shadow: -8px -8px 15px 1px rgba(255, 255, 255, 0.9),
    5px 5px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: transparent;
  border: 0px none transparent;
}
.box-shadow-table th,
.box-shadow-table th {
  height: 70px;
}
.box-shadow-table th,
.box-shadow-table td,
.table thead th {
  border-bottom: 0px none transparent;
  border: 0px none transparent;
}

/* Personal Profile */
.personal-info-box h3 {
  font-size: 18px;
  color: #0078f0;
  margin: 10px;
}

.join-course {
  border: 1px solid #ddd;
}
.box-r-border {
  border-right: 1px solid #ddd;
}
.join-course h4 {
  font-size: 16px;
  font-weight: normal;
}
.join-course span {
  font-size: 14px;
}

.page-item .page-link {
  margin-right: 15px;
  width: 40px;
  height: 40px;
  font-size: 18px;
  line-height: 22px;
}


/* ======================================== Upcoming Events */

.event-date h4 {
	font-size: 52px;
	font-weight: bold;
	color: #68788A;
}
.event-date span {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 18px;
}
.event-date h5 {
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 22px;
}
.event-content h3 {
	font-size: 38px;
	font-weight: 600;
	color: #3C42FA;
}
.event-content span {
	font-size: 18px;
	font-style: italic;
}

/* Box */
.robotics-box h2 {
	color: #000000;
	font-size: 38px;
	font-weight: 600;
}
.box-data {
	border-top: 2px solid #C4CFDA;
}
.price-box {
	border-left: 2px solid #C4CFDA;
	border-right: 2px solid #C4CFDA;
	padding: 20px;
}
.event-box-date h3 {
	font-size: 34px;
	font-weight: 600;
	color: #000;
}
.event-box-date span {
	font-size: 20px;
	color: #000;
  text-transform: uppercase;
}
.price-box p{
  font-size: 18px;
  font-style: italic;
  color: #000;
}
.box-enent-time p {
	color: #000;
	font-size: 20px;
	margin-bottom: 5px;
}
.box-enent-time span {
	color: #000;
	font-size: 18px;
}

/* robotics popup */
.robotics-popup i.fa{
  font-size: 28px;
}
.robotics-popup .event-box-date h3 {
	margin-bottom: 5px;
}
.robotics-popup .box-enent-time p,
.robotics-popup .box-location p {
	font-weight: 600;
  font-size: 20px;
  color: #000;
}
.robotics-popup .box-location span {
	font-size: 14px;
	line-height: 18px;
}
.close.pop-close-btn {
	text-align: right;
	padding: 10px;
	font-size: 30px;
}

/* ====================================== 06 Courses */

.courses-tigger{
  float: right;
  position: relative;
  margin-top:-5px;
  /*z-index: 999;*/
}
.file-control .modal h2{
  font-weight: bold;
}
td.fitwidth, 
td .action-tigger {
  width: 100px;
  white-space: nowrap;
}



/* ====================================== 14. Site Configuration */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #ff6f4b;
}

input:focus + .slider {
  box-shadow: 0 0 1px #ff6f4b;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* Clock Analog */
.clock {
	width: 280px;
	height: 280px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: url(../img/clock.png);
	background-size: cover;
	border: 2px solid #f7f7f7;
	box-shadow: 0em -1.2em 1.2em rgba(255, 255, 255, 0.01), inset 0em -1.2em 1.2em rgba(255, 255, 255, 0.01), 0em 1.2em 1.2em rgba(0, 0, 0, 0.1), inset 0em 1.2em 1.2em rgba(0, 0, 0, 0.1);
	border-radius: 50%;
}
.clock :hover {
  cursor: pointer;
}
/* The small circle int the center */
.clock:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: #fe893e;
  border-radius: 50%;
  border: 4px solid #fff;
  /* The z-index property specifies the stack order of an element.
  /* An element with greater stack order is always in front of an element with a lower stack order.  */
  /* Note: z-index only works on positioned elements (position: absolute, position: relative, position: fixed, or position: sticky). */
  z-index: 10000;
  /* kept as a high value, since wanted at top */
}
.clock .hour,
.clock .min,
.clock .sec {
  position: absolute;
}

/* length of respective arms; */
.clock .hour,
.hr {
  width: 130px;
  height: 130px;
}
.clock .min,
.mn {
  width: 140px;
  height: 140px;
}
.clock .sec,
.sc {
  width: 180px;
  height: 180px;
}

.hr,
.mn,
.sc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* align-items: center; */
  position: absolute;
  border-radius: 50%;
}
.hr:before {
  content: "";
  position: absolute;
  width: 7.5px;
  height: 80px;
  background: #fe893e;
  z-index: 10;
  /* z-index least */
  border-radius: 2.8px;
}
.mn:before {
  content: "";
  position: absolute;
  width: 3.5px;
  height: 100px;
  background: #fe893e;
  z-index: 11;
  /* z-index more than hour hand */
  border-radius: 3px;
}
.mn:before {
  background: #fe893e;
}
.sc:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 150px;
  background: #fe893e;
  z-index: 12;
  /* z-index more than hour minute hand */
  border-radius: 3px;
}

/* digital clock */

#clock {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	padding: 15px 40px;
	border-radius: 40px;
	font-family: 'Orbitron', sans-serif;
  border: 2px solid #f7f7f7;
}
#clock p {
  margin-bottom: 0px;
  position: relative;
  font-size: 45px;
  margin: 10px;
}
#clock p.am_pm {
  font-size: 18px;
  margin: 0px;
  margin-bottom: -10px;
}
#hours:after {
  position: absolute;
  content: ":";
  right: -14px;
  top: -5px;
}


/************************shruti edit****************************************/

.header-time{
    margin:0 auto;
}

.dot {
  height: 120px;
  width: 120px;
  background-color: #bbb;
  border-radius: 50%;
  margin-bottom:-7%;
  margin-top:10%;
  z-index:10;
  position: relative;
  overflow: visible;
  /*display: inline-block;*/
}

.dot1 {
  height: 160px;
  width: 160px;
  background-color: #eaf1f9;
  border-radius: 50%;
  margin-bottom:-7%;
  z-index:10;
  position: relative;
  overflow: visible;
  /*display: inline-block;*/
}

#loginbtnmain{
    margin-top: 25%;
    /*right:-50%;*/
    position:relative;
}
#registeruser{
    border-radius: 30px 0px 0px 30px;
    background-color:  #eaf1f9;
    opacity:1;
    color: black;
    box-shadow: 4px 4px 8px -4px #446FA2;
    z-index:10;
    margin-right:2px;
    position:relative;
}
#loginuser{
    border-radius: 0px 30px 30px 0px;
    background-color:  #eaf1f9;
    color: #009900;
    cursor: pointer;
    box-shadow: 4px 4px 8px 1px #DCE1E7;
    z-index:10;
    position:absolute;

}
.input-group-text{
    border-radius:30px 0px 0px 30px;
}
.modal-content{
    background-color:#eaf1f9;
}
.modal-dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}

.oselect{
    border-radius: 20px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(225,232,241,1)), to(rgba(255,255,255,1)));
    border: 0px none transparent;

}

.removeOption{
   padding: 6px 40px;
   color: red;
}
.profileimage{
    width:160px;
    height: 160px;
    border-radius:80px;
}
.iconpic{
    width:50px;
    height: 50px;
}
.student-checkbox{
    width:15px;
}
#rYear{
    padding: 4px 10px;
}

a.canvasjs-chart-credit {
    display: none;
}
.pagin{
    width:200px;
}

.currencyd button .filter-option .filter-option-inner .filter-option-inner-inner  {
    padding-left:40px;
}
.teacherdetailshead{
    min-height:0% !important;
}
.getallattend{
    margin-bottom: 0%;
}
.courseimg{
    border-radius:10px;
    height:150px;
}

.action-tigger a i.fa-check-square-o {
	color: #2A96E3;
  border-color: #9E9FA0;
}
.questheading{
    white-space:nowrap;
}
.fa.fa-remove{
    color: #E22020;
} 
.eventpic{
    height:200px;
}
.eachprofilecheck:hover{
    cursor: pointer;
}

.gettableschedule:hover{
    cursor: pointer;
}
.showcattabled thead{
    white-space:nowrap;
}
.getallslots,.getallslots1,.getallslots2{
    cursor: pointer;
}
input,
input::-webkit-input-placeholder {
    font-size: 12px;
    line-height: 4;
}

.allsyllabuslist td{
  white-space: nowrap;
  padding: 5px;
}
#showptable thead tr th{
    white-space: nowrap;
    padding: 5px;
}
.gettask{
    height:30px;
    width:30px;
    border-radius:20px;
    margin-right:5px;
    border: 2px solid #EF8E0A;
    font-size:10px;
    box-shadow: -8px -8px 15px 1px rgb(255 255 255 / 90%), 5px 5px 15px 0px rgb(0 0 0 / 10%);
}
.courseinassign{
    white-space: nowrap;
}

.rulesfortest{
    display: inline-block;
}

.eachassignment tr{
    white-space: nowrap;
} 

.submitresultassign{
    align-items: flex-end;
    
}
.assignresult{
    width:150px;
}

.action-tigger .fa-power-off, .fa-eye, .fa-eye-slash{
    cursor: pointer;
}
.getalltestquestion
{
    overflow-y: auto;
    height: 550px;
    margin-top:5px;
}
.getImageTF{
    height:25px;
    Width:40px;
}

/*******************04-08-2022****************************************/

.question-tag-new {
  white-space: nowrap;
  background: #3e51f6;
  display: block;
  width: 120px;
  color: #fff;
  text-align: center;
  position: relative;
  left: -50px;
  top: -20px;
  padding: 5px;
  z-index: 3;
}
.question-tag-new:before {
  content: "";
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #3e51f6;
  position: absolute;
  z-index: -1;
}
.question-tag-new:after {
  content: "";
  left: 3px;
  bottom: -5px;
  width: 20px;
  height: 20px;
  background: transparent;
  position: absolute;
  border-bottom: 20px solid #1629c6;
  border-right: 10px solid transparent;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  z-index: -2;
}
.getformatperform{
    justify-content: space-between;
}
.getrefer{
    cursor: pointer;
}
/*.feedbackstudent {*/
/*        justify-content: space-between;*/
/*}*/
.imgunderfeedback img{
    height:80px;
    width:80px;
}
.imgunderfeedback{
    text-align: center;
}

.questionImage{
    height:auto;
    width:350px;
    border-radius:10px;
}
.scheduler-td{
    border-radius: 10px;
}


.leftwatermark{
    visibility: hidden;
}
.classstatus{
    justify-content: flex-end;
}
.flexremovespace{
    display:block;
}
#ucStartlink{
  display: contents;
}
.preportdetails{
   justify-content: space-evenly;
}

/******************17-08-2022*************************************************/


.classstatus{
    justify-content: flex-end;
}

#ucStartlink{
  display: contents;
}

.leftwatermark {
    visibility: hidden;
}
.video-setting{
    flex-direction: column;
}

.noteclass{
    font-size:0.85em;
}

.refreshpage i{
    color:blue;
}
.classfeedbck{
    overflow: inherit;
}
.questionfeedback{
    font-weight:500 !important;
}
.flexforheading{
    flex-direction: row;
    justify-content: space-between;
}

.teacherUP img{
    height:40px;
    width:40px;
    border-radius: 20px;
}