/*
  Theme Name: eClass - Learning Management System
  Theme URL: https://eclass.mediacity.co.in/
  Author: Media City
  Author URI: https://mediacity.co.in
  Creation Date: 30 January 2020 
  Description: A default stylesheet for eClass - Learning Management System.
  Version: 5.2.0
*/

/*=======================================================================
              [Table of Contents]
=========================================================================

01. Typography

/* =============== Colors Used =====================

  Red         : #F44A4A;
  Mehroon     : #992337;
  Blue        : #0284A2;
  Black       : #000;
  White       : #FFF;
  Gray        : #F4F4F4;
  Yellow      : #F5C252;
  
 ===================================================*/
 

/* ================================= */
    /*===== Typography =====*/
/* ================================= */
body {  
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #29303b;
  font-size: 15px;
  overflow-x: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
html,
body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 { 
  font-family: 'Muli', sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: #29303b;
  margin-bottom: 20px;
  font-weight: 600;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 13px;
}
a {  
  color: #506fe4;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover, 
a:focus {
  color: #2B52DE;
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
p {
  margin-bottom: 10px;
}
blockquote {  
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
}
ul {
  list-style: none;
  padding-left: 0;
}

/* ================================= */
    /*===== General =====*/
/* ================================= */
.overlay-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);   
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;      
}
.btn-primary { 
  padding: 20px 25px;
  background-color: #506fe4;
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  border: 1px solid transparent;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;  
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-primary:hover {
  border: 1px solid transparent;
  background-color: #2B52DE;
}
.owl-carousel .owl-nav button.owl-prev  {
  margin-right: 58px;
  margin-left: -35px;
}
.owl-carousel .owl-nav button.owl-next {
  margin-left: 98%;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev { 
  position: absolute;
  color: #506fe4;
  background-color: #FFF;
  border-radius: 100%;
  box-shadow: 0 0 4px 3px rgb(0 0 0 / 4%);
  font-size: 24px;
  top: 50%;
  transform: translate(0, -50%);
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 40px;
  z-index: 10; 
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
  background-color: #506fe4;
  color: #FFF;
  box-shadow: 0 0 4px 3px rgb(0 0 0 / 4%);
}
.owl-dot {
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
}
.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid #29303b;
  background-color: #FFF;
  margin-right: 5px;
}
.owl-dot.active {
  border: 1px solid #0891FF;
}

/* ================================= */
  /*===== SignUp/Login Page =====*/
/* ================================= */
.signup-block-main-block {
  padding: 60px 0;
}
.signup-form .form-control {
  padding: 10px 0 10px 45px;
  border-radius: 4px;
  font-size: 14px;
  border: 1px solid #CACBCC;
}
.signup-form .form-group {
  position: relative;
  text-align: -webkit-center;
  margin-bottom: 15px;
}
.signup-form {
  margin-bottom: 50px;
  padding: 0;
}
.signup-form i {
  position: absolute;
  z-index: 1111;
  top: 17px;
  left: 20px;
  color: #CACBCC;
}
.form-control:focus {
  box-shadow: inherit;
}
.form-check .form-check-input {
  display: inline-block;
  float: left;
  width: 15px;
  height: 15px;
  border-radius: 3px;
}
.form-check input[type='radio'] {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  outline: none;
  border: 1px solid #DDD;
}
.form-check input[type='radio']:before {
  content: '';
  display: block;
  width: 70%;
  height: 70%;
  margin: 15% auto;
  border-radius: 50%;
}
.form-check input[type="radio"]:checked:before {
  background: #506fe4;   
}
.form-check input[type="radio"]:checked {
  border-color: #DDD;
}
.signup-form .btn-primary {
  padding: 10px 0;
  width: 100%;
}
.signup-block {
  padding: 40px 30px 0;
  border: none !important;
  border: 1px solid #000;
}
.signup-form hr {
  border-top: 1px solid #DEDFE0;
}
.signin-link {
  font-size: 12px;
  margin-top: 4px;
}
.signin-link a {
  font-size: 12px;
}
.login-img {
  position: absolute;
  top: 18%;
}
.login-img img {
  padding: 80px 0;
} 
.login-signup {
  box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
  border-radius: 6px;
  margin: 0 100px;
}
.sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10000;
  width: 100%;
  background-color: #FFF;
}
.sign-up a {
  font-weight: 500;
}
.signup-side-block img {
  height: 500px;
  width: 100%;
  position: relative;
  border-radius: 6px 0 0 6px;
}
.forgot-pass {
  padding: 180px 20px 150px 0;
}
.reset-pass {
  padding: 120px 20px 20px 0;
}
.signup-side-block {
  height: 100%;
  text-align: center;
  border-radius: 6px 0 0 6px;
}
.signup-heading .logo a img {
  width: 120px;
  margin-bottom: 10px;
}
.signup-heading {
  padding: 40px 20px 20px 0;
  border: none;
  font-size: 20px;
  text-align: center;
  border-radius: 0 6px 6px 0;
}
.signup-form svg.feather {
  position: absolute;
  z-index: 1111;
  top: 12px;
  left: 15px;
  margin: 0;
  color: #CACBCC;
}
.signup-heading .form-check {
  text-align: left;
}
.signup-heading .form-check-label {
  font-size: 14px;
  margin-left: 0;
  vertical-align: text-top;
}
.forgot-password a {
  font-size: 14px;
}
.signup-block-main-block  svg.feather {
  width: 18px;
  height: 18px;
}
.sign-up.text-center {
  font-size: 16px;
}
.forgot-password {
  text-align: right;
}
@media (max-width: 567px) {
  .signup-form .form-control {
    font-size: 13px;
  }
  .signup-block {
    padding: 40px 35px;
  }
  .signin-link .btn-white {
    padding: 12px 12px;
    font-size: 13px;
  }
  .signin-link i {
    margin-right: 10px;
  }
  .signin-link .btn-info {
    padding: 12px 12px;
    text-align: left;
    background-color: #1A538A;
    font-size: 13px;
  }
  .login-signup {
      margin: 0;
  }
  
}
@media (min-width: 767px) and (max-width: 992px) {
    .login-img {
      top: 10%;
    }
    .login-img img {
      padding: 83px 0;
    }
}

/* ================================= */
   /*===== Top Bar Block =====*/
/* ================================= */
.logo {
  padding: 11px 0;
}
.logo img{
  max-width: 100%;
  height: 50px;
  width: 150px;
}
.top-bar-main-block{
  background-color: #FAFAFA;
  border-bottom: 1px solid #e8e8e8;
}
.sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10000;
  width: 100%;
  background-color: #FAFAFA;
}
.dropdown-menu li{
  display: block;
}
.date-icon svg.feather {
  width: 18px;
  height: 18px;
  margin-top: -2px;
}
.date-icon input {
  display: none;
}
.nav-top-icon {
  text-align: right;
  padding: 15px 0;
}
.nav-top-icon ul {
  margin-bottom: 0;
}
.nav-top-icon ul li ul.dropdown-menu {
  transform: translate3d(0px, 49.4px, 0px) !important;
  border-radius: 4px;
}
.nav-top-icon ul li {
  margin-right: 10px;
}
.nav-top-icon ul li:last-child {
  margin-right: 0;
}
.dropdown-toggle {
  border: none;
  background-color: #506fe4;
  padding: 6px 20px;
  border-radius: 20px;
}
.dropdown-toggle:hover {
  background-color: #506fe4;
  color: #000;
}
.dropdown-toggle svg.feather {
  border-radius: 100%;
  border: 1px solid #FFF;
  width: 20px;
  height: 20px;
  color: #FFF;
  margin-top: -1px;
  margin-right: 6px;
}
.btn.show {
  background-color: #506fe4;
  border-color: #506fe4;
  color: #FFF;
}
.btn:focus-visible {
  background-color: #506fe4;
  border-color: #506fe4;  
  box-shadow: inherit;
  color: #FFF;
}
.btn:active {
  background-color: #506fe4;
  border-color: #506fe4;  
  box-shadow: inherit;
  color: #FFF;
}
.btn:first-child:active {
  background-color: #506fe4;
  border-color: #506fe4;  
  box-shadow: inherit;
  color: #FFF;
}
.date-text {
  font-size: 14px;
}
.datepicker-dropdown {
  top: 50px !important;
  left: 87% !important;
  position: fixed;
}
.date-icon {
  cursor: pointer;
  background-color: #506fe4;
  border-radius: 20px;
  color: #FFF;
  padding: 6px 20px;
}
.nav-top-icon li{
  display: inline-block;
  list-style: none;
}
.login-btn .btn-primary {
  padding: 6px 20px;
  border-radius: 20px;
}
.datepicker-dropdown {
  top: 60px !important;
  left: 73% !important;
}
.datepicker .datepicker-switch {
  width: 190px !important;
  height: 35px !important;
  font-size: 14px;
}
.datepicker th.dow {
  font-size: 13px;
  width: 35px;
  height: 35px;
}
.datepicker table tr td.new, 
.datepicker table tr td.old {
  font-size: 13px;
  width: 35px;
  height: 35px;
}
.datepicker td.day {
  font-size: 13px;
  width: 35px;
  height: 35px;
}
.datepicker .datepicker-switch:hover {
  background: #506fe4 !important;
  color: #FFF;
}
.datepicker .next, 
.datepicker .prev {
  width: 35px;
  height: 35px;
}
.datepicker .next:hover, 
.datepicker .prev:hover {
  background: #506FE4 !important;
  color: #FFF;
  border-radius: 100%;
  font-size: 18px;
  font-weight: 400;
}
.datepicker table tr td span.focused, 
.datepicker table tr td span:hover {
  background: #506FE4 !important;
}
.datepicker table tr td span {
  font-size: 13px;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.datepicker table tr td span.focused,
.datepicker table tr td span:hover {
  background: #506fe4;
  color: #FFF !important;
}
.datepicker table tr td.day.focused, 
.datepicker table tr td.day:hover {
  background: #506fe4 !important;
  color: #FFF;
}
.dropdown-toggle::after {
  color: #FFF;
}
.user-icon .dropdown-menu li {
  width: 100%;
}
.user-icon .dropdown-menu li a {
  padding: 5px 15px;
  border-left: 2px solid transparent;
}
.user-icon .dropdown-menu li a:hover {
  border-left: 2px solid #506fe4;
}
.user-icon .dropdown-menu li a svg.feather {
  width: 14px;
  height: 14px;
  margin-right: 10px;
  color: #506fe4;
}

@media (max-width: 767px) {
  .datepicker-dropdown {
      top: 50px !important;
      left: 45% !important;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .datepicker-dropdown {
      top: 45px!important;
      left: 75% !important;
  }
}

/* ================================= */
  /*===== Fav City Block =====*/
/* ================================= */
.fav-city-main-block{
  padding: 50px 0 50px;
}
.fav-city-block {
  display: block;
  border: 1px solid #EAEAEA;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 12px 16px;
  flex-basis: calc(25% - 20px);
}
.newspaper-image{
  border: 1px solid #EAEAEA;
  border-radius: 4px;
  margin: 12px 0;
  padding: 5px;
  overflow: hidden;
}
.newspaper-image img{
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.share-icon{
  text-align: end;
}
.share-icon a{
  color: black;
}
svg.feather {
  width: 16px;
  height: 16px;
}
.hr-tag hr {
  border-top: 3px solid;
  margin: 0;
}
.tooltip {
  position: relative;
  opacity: 1;
  float: right;
  padding: 0;
}
.tooltip-icon {
  cursor: pointer;
}
.tooltip .tooltip-icon svg.feather {
  margin: 0;
  border: 1px solid #FFF;
  background-color: #FFF;
  padding: 0;
  width: 20px;
  height: 20px;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 130px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0px 5px;
  position: absolute;
  z-index: 1;
  bottom: -3px;
  left: 0;
  margin-left: -137px;
  opacity: 0;
  transition: opacity 0.3s;
}
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 25%;
  right: -10px;
  margin-right: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #555;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.instructor-home-social-icon {
  padding-left: 15px;
}
.instructor-home-social-icon ul {
  margin-bottom: 0;
}
.instructor-home-social-icon ul li {
  display: inline-block;
  float: left;
  margin-right: 10px;
} 
.instructor-home-social-icon ul li a {
  color: #FFF;
}

/* ================================= */
  /*===== Footer Block =====*/
/* ================================= */
.footer-main-block{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  text-align: center;
  background-color: #FAFAFA;
  border-top: 1px solid #e8e8e8;
  padding: 20px 10px;
}

.container-xl {
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 767px) {
    .footer-main-block {
        position: relative;
    }
}
@media (min-width: 1500px) {
  .container-xl {
      max-width: 1400px;
  }
}