::-webkit-scrollbar {
  width: 6px;
  border-radius: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #afafaf; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #782878; 
}

p{
  margin-bottom: 15px;
}
@font-face {

  font-family: "Assistant-bold";

  src: url(../fonts/Assistant-Bold.ttf);

}

@font-face {

   font-family: "Assistant-Regular";

   src: url(../fonts/Assistant-Regular.ttf);

}

@font-face {

   font-family: "Assistant-ExtraBold";

   src: url(../fonts/Assistant-ExtraBold.ttf);

}
.font-extrabold{
   font-family: "Assistant-ExtraBold"; 
}
.font-regular{
   font-family: "Assistant-Regular";
}
.font-bold{
   font-family: "Assistant-bold";
}
html, body{
  font-family: "Assistant-Regular"; 
  font-size: 16px;
}
.fullscreen-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}
.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}
/* .home-text {
  position: fixed;
  top: 36%;
} */
.page-data{
  padding-top: 10%;
}

.home-text span{
  color: #0492d7;
}
.modal-content, .form-control, .btn{
  border-radius: 0px;
}
.btn-capsule{
  border-radius: 3px;
  padding: 8px 32px;
  /* font-family: "Roboto", sans-serif; */
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
}
.btn-inverse{
  border: 2px solid #fff;
  color: #fff;
}
.btn-outline{
  border: 1px solid #0062cc;
  color: #0062cc;
}
.btn-inverse:hover{
  background: #fff;
  color: #0492d7;
}
.dashboard-text{
  /* margin-top: 22%; */
  color: #fff;
}
@media (max-width: 768px){
  .border-right{
    border-right: 0 !important;
  }
  .dashboard-text {
    /* margin-top: 22%; */
  }
  .dashboard-icon{
    margin-top: 8%;
  }
  .dashboard{
    /*height: 114.5vh !important;*/
  }
}
.dashboard{
  height: 100vh;
  background-image: linear-gradient(180deg, rgba(119, 40, 121, 0.9), rgba(102, 52, 173, 0.9)) !important;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1900px) {
  .dashboard {
    /*height: 96vh;*/
  }
  #profile{
    height: 67.2vh;
  }
}
.dashboard-icon{
  margin-top: 8%;
  position: relative;
}
.dashboard-icon img{
  width: 90%;
}
.icon-center{
  display: inline-block;
}
.text-white{
  color: #fff;
}
.dashboard .material-icons{
  font-size: 44px;
  color: #0492d7;
}
.dashboard-part1{
  background: #fff;
  text-align: center;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  padding-left: 3px;
  padding-top: 5px;
}
.dashboard-part2{
  padding-left: 20px;
}
.dashboard-part1:hover, .dashboard-part1 i:hover{
  background: #0492d7;
  color: #fff;
}

/** Dashboard stages pluse **/
.pulse {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #000;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  line-height: 40px;
  font-weight: 900;
  font-size: 21px;
}
.pulse:before {
  border-radius: 100%;
  content: '';
  background-color: #f8f9fa;
  background-image: linear-gradient(180deg, rgba(119, 40, 121), rgba(102, 52, 173)) !important;
  position: absolute;
  bottom: -10px;
  z-index: -1;
  right: -10px;
  width: 60px;
  height: 60px;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.87);
  animation: pulse 2s infinite;
}
.stage1{
  position: absolute;
  top: 56%;
  left: 12%;
}
.stage2{
  position: absolute;
  top: 24%;
  left: 28%;
}
.stage3{
  position: absolute;
  top: 8%;
  left: 54%;
}
.stage4{
  position: absolute;
  top: 26%;
  right: 16%;
}
.stage5{
  position: absolute;
  top: 65%;
  right: 20%;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.6);
  }
  70% {
      -webkit-box-shadow: 0 0 0 15px rgba(255,255,255, 0.6);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.6);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0.6);
    box-shadow: 0 0 0 0 rgba(255,255,255, 0.6);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(255,255,255, 0.4);
      box-shadow: 0 0 0 15px rgba(255,255,255, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
      box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }
}
/** END **/

.page-title{
  color: #000000;
  /* border-left: 1px solid #fff; */
  padding-left: 10px;
  font-weight: bold;
}
.custom-logo{
  width: 180px;
  padding-right: 10px !important;
}
.avatar{
  width: 40px;
  border-radius: 50%;
  margin-top: -4px;
}
.modal-center{
  margin-top: 10rem;
}
.nav-badge{
  position: absolute;
  right: 8px;
  top: -4px;
  padding: .25em .4em;
}
.login-alert{
  position: absolute;
  left: 37%;
  top: 10%;
}
@media (min-width: 360px) and (max-width: 500px) and (orientation: portrait){
  .custom-logo{
    width: 120px;
  }
  .nav-badge{
    position: absolute;
    left: 25px;
    top: 4px;
    padding: .25em .4em;
    width: 15px;
  }
  .menu-hr{
    display: none;
  }
  .dashboard{
    background-image: url("../img/home_mob.jpg") !important;
    background-size: cover;
    height: 100%;
  }
  #intro{
    background-image: url("../img/landing_mob.jpg") !important;
  }
  .hidden-xs{
    display: none;
  }
  .login-alert{
    left: 7%;
    top: 15%;
  }
}
.overview-heading{
  font-size: 20px;
  font-weight: 300;
  margin-top: 20px;
}
.overview-heading::before{
  content: '';
  border-top: 7px solid #037CFF;
  width: 100px;
  position: absolute;
  top: 3px;
}
.overview-para{
  font-size: 14px;
}
#overview .modal-lg{
  max-width: 1000px;
}
#overview i{
  color: #037CFF;
}
.overview-list{
  padding-left: 18px;
}
.overview-list li{
  font-size: 14px;
}
.fa-lg{
  font-size: 40px;
  padding-bottom: 30px;
  padding-top: 18px;
}
.custom-close{
  position: absolute;
  top: 20px;
  right: 20px;
  background: #fff;
  border-radius: 50%;
  font-size: 26px;
  z-index: 9;
}
#overview .modal-content{
  border-radius: 10px;
  padding: 20px 40px;
}
#overview .next-btn {
  position: absolute;
  bottom: 0;
  width: 120px;
  background: #782878;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#overview .carousel-control-next{
  top: inherit;
    height: 40px;
    width: 120px;
    opacity: 1;
}
#overview .carousel-indicators .active {
  background-color: #782878;
}
#overview .carousel-indicators li{
  background-color: #AFAFAF;
}
#overview .carousel-indicators{
  left: 50px;
  margin-bottom: 0;
  justify-content: flex-start;
  bottom: -20px;
  margin-left: 0;
}
#overview .pop-title{
  font-weight: 600;
}
.liststyle_mark li{
  list-style: none;
  position: relative;
}
.liststyle_mark li:before{
  content: '';
  background: url(../img/checkmark.png);
  width: 13px;
  height: 13px;
  position: absolute;
  left: -20px;
  top: 5px;

}
.popup-title{
  font-size: 24px;
  font-weight: 600;
}
.pop-close{
  background: #e2e2e2 !important;
  border-radius: 50%;
  padding: 10px 15px !important;
}
.voilet-btn {
  padding: 6px 30px;
  border-radius: 3px;
  background-color: #782878;
  color: #fff;
  text-align: center;
  border: 0;
}
.voilet-btn:hover{
  color: #ffffff;
}
/*#stage{
  background: url(../img/stage_bg.jpg);
  background-position: top center;
  background-size: cover;
}*/

#stage.profile{
  background: url(../img/stage-3-banner.png);
  background-position: top center;
  background-size: cover;
  height: 350px;
}
/* #stage.profile .page-data{
  padding-top: 6.1%;
} */
#stage.topic{
  background: url(../img/stage_bg.jpg);
  background-position: top center;
  background-size: cover;
  height: 300px;
}

 #stage .video-container div {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
}
#stage .page-data{
    display: block;
    min-height:430px;
    justify-content:center;
    align-items:center;
    padding-top: 75px;
    padding-left: 0;
    padding-right: 0;
 }
 .stage-area{
  background: #ffffff;
  padding: 20px 0;
  display: flex;
  align-items: center;
}
#stage .margin-0{
  margin: 0;
}
.box{
  padding: 20px;
  color: #111;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 16px 6px #00000017;
}
.bg-pink{
  color: #fff;
  background: #f15f74;
}
.bg-teal{
  color: #fff;
  background: #772879;
}
.bg-primary{
  color: #fff;
}
.bg-indigo{
  color: #fff;
  background: #913ccd;
}
.page-body{
  color: #111;
  background: #F3F3F3;
  /*height: 69vh;*/
}
.right-subtext{
  font-size: 14px;
}
.box-heading{
  display: inline-block;
  font-size: 17px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #782878;
}
.blue-bg{
  background-color: #49C0E6;
}
.header-icon::after{
  content: '';
  border-top: 4px solid #fff;
  width: 40px;
  position: absolute;
  left: 14px;
  top: 85px;
}
/* .box-table{
  border-bottom: 1px solid #dee2e6;
} */
.box-table td{
  font-size: 14px;
  padding: 8px 8px 8px 0;
}
.fa-md{
  font-size: 20px;
}
.status::before{
  position: absolute;
  background: #fff;
  border-radius: 50%;
  height: 19px;
  width: 18px;
  top: 10px;
  color: #0dcc00;
  right: 8px;
}
.pt-15{
  padding-top: 15px; 
}
.custom-hr{
  margin-top: 0;
  margin-bottom: 5px;
}
.points{
  font-size: 40px;
  /* color: #a1a1a1; */
  line-height: 34px;
}
.pts-txt{
  font-size: 16px;
  /* color: #a1a1a1; */
  text-transform: uppercase;
}
.activity-box {
  min-height: 200px;
}
.ion-trophy{
  font-size: 54px;
  margin-top: 0;
  color: #007bff;
  line-height: 1.3;
}
.social-icons{
  font-size: 15px;
  color: #484848;
}
.drop-text{
  font-size: 25px;
  color: #484848;
}
.progress-group .progress-text {
  font-size: 14px;
}
.progress-group .progress-number {
  float: right;
  font-size: 14px;
}
.progress.sm, .progress-sm, .progress.sm .progress-bar, .progress-sm .progress-bar {
  border-radius: 1px;
}
.progress.sm, .progress-sm {
  height: 10px;
}
.third::after{
  content: "";
  border: 0.5px solid rgba(0,0,0,.2);
  height: 64px;
  position: absolute;
  top: 0;
  right: 5px;
}
.cord1::after{
  content: "";
  border: 0.5px solid rgba(0,0,0,.1);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 768px){
  .third::after{
    /*display: none;*/
  }
}
.custom-nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.custom-nav::before{
  display: table;
  content: " ";
}
.custom-nav>li {
  position: relative;
  display: block;
}
.nav-stacked>li {
  /* border-bottom: 1px solid #f4f4f4; */
  margin: 0;
}
.nav-stacked>li {
  float: none;
}
.custom-nav>li>a {
  position: relative;
  display: block;
  padding: 8px 2px;
  font-size: 14px;
  color: #6f6f6f;
}
.custom-nav>li>a .pts{
  color: #ffffff;
  font-weight: 500;
}
.custom-nav>.deck>a:hover{
  color: #ffffff;
}
.custom-nav>li:last-child>a{
  padding-bottom: 0;
}
.learder-img{
  border-radius: 50%;
  width: 25px;
  margin-right: 5px;
}
.img-sm{
  width: 30px;
}
.img-circle{
  border-radius: 50%;
}
.box-comments .box-comment img{
  float: left;
}
.box-comments .comment-text {
  margin-left: 40px;
  color: #6f6f6f;
  font-size: 12px;
  padding-bottom: 5px;
}
.box-comments .username {
  color: #444;
  display: block;
  font-size: 14px;
}
.box-comments .text-muted {
  font-weight: 400;
  font-size: 11px;
}
.box-comment{
  border-bottom: 1px solid #e6e6e6;
  padding-top: 5px;
}
.deck-filename{
  margin-left: 5px;
}
.box-menu {
  margin-top: 12px;
}
.box-menu > a > i{
  color: #7b7b7b;
}
.box-menu > a > i:hover{
  color: #007bff;
}
.box-table td a{
  color: #000000;
}
.completed{
  background: #fff;
  color: #4adc00;
  border-radius: 50%;
  height: 18px;
  width: 18px;
}
.not-started{
  color: #eaeaea;
}
.in-progress{
  color: #252525;
}
.master img{
  width: 90px;
}
.master{
  position: absolute;
  top: 42%;
  left: 42%;
  padding: 10px;
}
.inactive{
  opacity: 0.4;
}
@media (min-width: 360px) and (max-width: 500px) and (orientation: portrait){
  .master img{
    width: 60px;
  }
}
.display-table{
  display: table;
  vertical-align: middle;
}
.display-tc{
  display: table-cell;
  vertical-align: middle;
}
.custom-backdrop{
  background: rgba(0,0,0,0.4);
}
.custom-control{
  padding-bottom: 10px;
}
.img-responsive{
  max-width: 100%;
}
.modal-header.bg-teal{
  border-radius: 0;
}
.profile-border{
  border: 3px solid #fff;
  width: 155px;
  display: block;
  border-radius: 50%;
}
.profileplus-btn{
  position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 25px;
    line-height: 25px;
    color: #fff;
    background: #49C0E6;
}
.img-area{
 position: relative;
 width: 155px;
 margin: auto;
}
.box.comment{
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
  margin-left: 10px;
  width: 100%;
}
.comment.bg-light-info{
  background-color: #eff9ff;
}
.comment.bg-white{
  background-color: #fff;
}
.box.comment::after{
  right: 99.4%;
  top: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 8px;
  margin-left: -1px;
}
.comment.bg-light-info::after{
  border-top-color: #eff9ff;
  border-right-color: #eff9ff;
}
.comment.bg-white::after{
  border-top-color: #fff;
  border-right-color: #fff;
}
.comment-text{
  font-size: 14px;
  color: #616161;
}
.comment-time{
  font-size: 11px;
  color: #737373;
}
#masterKey{
  background: rgba(0,0,0,0.7);
}
.master-key{
  color: #fff;
}
#exampleModalLabel{
  color: #111;
}
#masterKey h4{
  padding: 10px;
  position: absolute;
  left: 32%;
  top: 19%;
  transform: rotate(-12deg);
  color: #111;
}
.img-md{
  width: 30%;
}
#masterKey .modal-content{
  background: transparent;
  display: inline-block;
}
.admin-login{
  position: fixed;
  top: 30%;
  width: 100%;
}
.admin-login .box{
  background: rgba(255,255,255,0.2);
}
#overview .modal-header{
  border-radius: 0;
}
.pagebody-headings{
  color: #782878;
  font-weight: bold;
  font-family: "Assistant-bold";
}
.bg-gradientblue{
  background: linear-gradient(180deg, #772879, #6634AD);
}
.bg-gradientblue .box-heading, .bg-gradientblue .box-table td a{
  color: #ffffff;
}
.table td, .table th{
  border-top:none
}
.outline-btn-voilet{
  outline:solid 1px #782878;
  color: #782878;
  padding: 4px 35px;
  border-radius: 3px;
}
.outline-btn-voilet:hover{
  outline:solid 1px #782878;
  color: #ffffff;
  background: #782878; 
}
.text-voilet{
  color:#782878 ;
}
.carousel-control-prev{
  display: none;
}
#overview .modal-dialog{
  max-width: 70%;
}


/* progress bar css */

.progress {
  width: 90px;
  height: 90px !important;
  float: left;
  line-height: 150px;
  background: none;
  margin: 8px;
  box-shadow: none;
  position: relative;
}
.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 8px solid #D9D9D9;
  position: absolute;
  top: 0;
  left: 0;
}
.progress>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress .progress-left {
  left: 0;
}
.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 8px;
  border-style: solid;
  position: absolute;
  top: 0;
}
.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.progress .progress-right {
  right: 0;
}
.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-1 1.8s linear forwards;
}
.progress .progress-value {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: #ffffff;
  font-size: 24px;
  color: #000;
  line-height: 80px;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 5%;
}
.progress.blue .progress-bar {
  border-color: #049dff;
}
.progress.blue .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.8s;
}


@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}
@media (max-width: 768px){
  .home-text {
    top: 26%;
  }
  .page-data{
    padding-top: 30%;
  }
  #stage .page-data{
    padding-top: 60px;
  }
  .stage-area{
    padding: 10px 0;
  }
}
.bg-greybox{
  background: #EBEBEB;
  box-shadow: none;
}
.box.bg-gradientblue{
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-nav>.deck>a{
  color: #ffffff;
}