html{
  height: 100%;
}

body{
  min-height: 100%;
}

/* *****************************************************************
 * 1. Preloader
 * ************************************************************** */

@-webkit-keyframes blink-text {
    0% {
        opacity: 1
    }
    20% {
        opacity: 0.5
    }
    40% {
        opacity: 0.2
    }
    60% {
        opacity: 0.7
    }
    80% {
        opacity: 0.1
    }
    90% {
        opacity: 0.4
    }
}
@-moz-keyframes blink-text {
    0% {
        opacity: 1
    }
    20% {
        opacity: 0.5
    }
    40% {
        opacity: 0.2
    }
    60% {
        opacity: 0.7
    }
    80% {
        opacity: 0.1
    }
    90% {
        opacity: 0.4
    }
}
@-ms-keyframes blink-text {
    0% {
        opacity: 1
    }
    20% {
        opacity: 0.5
    }
    40% {
        opacity: 0.2
    }
    60% {
        opacity: 0.7
    }
    80% {
        opacity: 0.1
    }
    90% {
        opacity: 0.4
    }
}
@-o-keyframes blink-text {
    0% {
        opacity: 1
    }
    20% {
        opacity: 0.5
    }
    40% {
        opacity: 0.2
    }
    60% {
        opacity: 0.7
    }
    80% {
        opacity: 0.1
    }
    90% {
        opacity: 0.4
    }
}
@keyframes blink-text {
    0% {
        opacity: 1
    }
    20% {
        opacity: 0.5
    }
    40% {
        opacity: 0.2
    }
    60% {
        opacity: 0.7
    }
    80% {
        opacity: 0.1
    }
    90% {
        opacity: 0.4
    }
}
.preloader {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: #fff;
    text-align: center;
}
.loader-content {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.preloader img {
    width: 80px;
    display: block;
    margin: 0 auto;
}
.preloader .progress {
    width: 100px;
    height: 2px;
    margin: 13px 0 10px;
    background-color: #bbdefb;
}
.preloader .progress .indeterminate {
    background-color: #03a9f4;
}
.preloader h5 {
    text-transform: uppercase;
    font-size: 11px;
    margin: 5px;
    letter-spacing: .5px;
    font-weight: 600;
    -webkit-animation: blink-text 1.3s infinite;
    -moz-animation: blink-text 1.3s infinite;
    -ms-animation: blink-text 1.3s infinite;
    -o-animation: blink-text 1.3s infinite;
    animation: blink-text 1.3s infinite;
}


.nav-content{
  position: fixed !important; 
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.nav-fixed{
  box-shadow: none !important;
}
.nav-top{
  background-image: linear-gradient(to right,#2196f3, #2196f3, #2196f3);
}
.nav-top .notifications{
  margin-right:15px;
}
.nav-top .cart-cnt{
  margin-right:15px;
}
.nav-top .cart-cnt .cart-cnt-badge{
  position: absolute;
  background-color: #4370fa;
  width: 19px;
  top: 7px;
  height: 19px;
  line-height: 20px;
  text-align: center;
  right: 7px;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 600;
}
.sidenav{
  width: 270px !important;
}
.sidenav .user-view {
  /*background: #2297f4;*/
  padding: 16px 16px 0 !important;
}
.sidenav .user-view .circle{
  display: inline-block;
}
.sidenav .user-view .name{
  display: inline-block;
  margin-top:0;  
  position: relative;
  top: -25px;
  left: 8px;

}

/* *****************************************************************
 * 1. login page
 * ************************************************************** */


.page{
  margin-top: 20px;
}

.login-container{
  position: absolute;
  top: 18%;
  width: 100%;
  text-align: center;
}

.login-body{
  text-align: center;
}

.login-body .txt-box{
  margin-bottom: 0 !important;
}

.login-body .forgot-link, .login-body .resendotp-link{
  
  margin-top: 15px !important;
  color: black !important;
  
}

.login-body .signup-link{
  margin-top: 10px !important;
  color:black !important; 
  
}

.link-txt{
  text-transform: initial;
}

.login-body .signup-link span,.login-body .signin-link span{
  color:#2196f3 !important;
}

.login-logo{
  width: 115px; height: 84px;margin-bottom: 30px;
}

.login-title{
  font-weight: 500;
}

.login-btn {
  margin-top:15px;
  width: 97%;
  border: none;
  border-radius: 6px;
  border-color: #2196f3 !important;
  height: 44px;
  /* border-color: pink !important; */
  background-image: linear-gradient(to left , #4072ff, #6abfff);
}
.login-btn-text{
  font-weight: 900; 
  color:#fff;
}
.mat-btn {
  margin-top:15px;
  width: 97%;
  border: none;
  border-radius: 6px;
  border-color: #2196f3 !important;
  height: 44px;
  background-image: linear-gradient(to left , #4072ff, #6abfff);
  text-align: center;
  padding-top: 4px;

}
.mat-btn-text{
  font-weight: 900; 
  color:#fff;
}

.carousel{
  max-height: 250px !important;
}
@media screen and (max-width: 800px){
  .carousel{
  max-height: 105px !important;
}
}
.sl1{
  background-image: url('../img/3.jpg');
  background-position: cover;
  background-size: 100% 250px ;
 height: 70%;
/* end  of login page css*/
}
.sl2{
  background-image: url('../img/giphy_1.gif');
  background-position: cover;
  background-size: 100% 250px ;
   height: 70%;
/* end  of login page css*/
}
@media screen and (max-width: 800px){
 .sl1{
  background-image: url('../img/3.jpg');
  background-position: cover;
  background-size: 100% 105px ;
   height: 70%;
/* end  of login page css*/
}
.sl2{
  background-image: url('../img/giphy_1.gif');
  background-position: cover;
  background-size: 100% 105px ;
   height: 70%;
/* end  of login page css*/
}
}

.card-content{
  padding: 3px !important;
}

nav, .main-content, .footer {
  padding-left: 270px;
}
.sidenav-trigger{
  display: none !important;
}

@media only screen and (max-width : 992px) {
  nav, .main-content, .footer {
    padding-left: 0;
  }
  .sidenav-trigger{
    display: block !important;
  }
}

.main-content{
  padding-top: 17px;
}
.dashboard-links{
  height: 150px;
  width: 100%;
  margin: 3px;  
  padding: 21px;
  border-radius: 8px;
  border: 1px solid;
}
.dashboard-links img{
  width: 109px;
  height: 95px;
}
.prof-status-disp{
  text-align: center;
}
.prof-status-disp span{
  font-size: 18px;
  display: block;
}

.profile-view-list li .user-view {
  text-align: center;
}
.profile-view-list li .user-view img{
  width: 125px;
  height: 125px;
  display: block;
  margin: 0 auto;
}

.profile-view-list li .user-view span{
  display:  block;
  margin-top: 0;  
  font-size: 23px;
  margin-top: 15px;
}
.profile-view-list li .val-right{
  line-height: 53px;
  

}
.profile-view-list li .key-left{
  line-height: 53px;
  
}
.profile-view-box .profile-btn-holder{
  text-align: center;
}
.profile-update-body .profile-title{
  font-size: 23px;
  text-align: center;
}
.profile-update-body .student_name{
  text-transform: uppercase;
}
.package-body .card .card-content .card-title{
  padding: 3px 4px;
  font-size: 15px;
  margin-bottom: 0;
  height: 70px;
  line-height: 21px;
}

.package-body .card .card-content .package-desc{
  padding: 0px 2px 0px 3px;
  height: 118px;
  max-height: 118px;
  overflow: auto;
}
.package-body .card .card-action{    
    padding: 8px 8px 8px 16px;
    min-height: 53px;
}
.package-body .card .card-action .mat-btn{    
  border: none;
  border-radius: 6px;
  border-color: #2196f3 !important;   
  background-image: linear-gradient(to left , #4072ff, #6abfff);
  text-align: center;   
  width: initial;
  margin:auto;
  height: initial;
  padding-top: initial; 
  color: #fff !important;
  font-weight: 500 !important;
}
.package-body .card .card-action a.view-syllabus-btn {
  border: 1px solid;
  padding: 3px 5px;
  background-color: #071844 !important;
  border-color: #071844 !important;
  color: #fff !important;
  border-radius: 6px;
}

.package-body .card .card-action .price{    
  font-weight: 500 !important;
  font-size: 17px;
}
.package-body .card .card-action .package-for{    
  position: absolute;
  right: 15px;

}

.package-body .card .card-content .card-addon{    
  text-align: right;
}
.cart-body .cart-count-holder {
    padding-left: 13px;
}
.cart-body .collection .collection-item .basic-info{    
  display: inline-block;
  width: 85%;

}
.cart-body .collection .collection-item .price-info{    
  display: inline-block;
  font-weight: 600;
  text-align: right;

}
.cart-body .collection .collection-item strong{    
  display: block;
  padding: 3px;
  
}
.cart-body .collection .collection-item .package-for{    
  display: block;
  padding: 3px;
  color: #5f5f5f;
}

.cart-body .total-holder {
    border: 1px solid #e0e0e0;
    height: 124px;
    margin-top: 8px;
    padding: 7px;
}
.checkout_holder {
    position: relative;
}

.cart-body .checkout_holder a{
  position: absolute;
  top: 13px;
}

.cart-body .total-holder .mat-btn{
  border: none;
  border-radius: 6px;
  border-color: #2196f3 !important;   
  background-image: linear-gradient(to left , #4072ff, #6abfff);
  text-align: center;   
  width: 100%;
  margin:auto;
  height: initial;
  padding-top: initial; 
  color: #fff !important;
  font-weight: 500 !important;
}

.cart-body .total-holder .already-purchased{
  border: none;
  border-radius: 6px;
  border-color: #21f358 !important;
  background-image: linear-gradient(to left , #40ff4f, #6aff7c);
  text-align: center;   
  width: 100%;
  margin:auto;
  height: initial;
  padding-top: initial; 
  color: #fff !important;
  font-weight: 500 !important;
}

.purchase-success-body .success-img-holder {
    text-align: center;
}
.purchase-success-body .success-img-holder img {
    width: 100px;
    display: block;
    margin: auto;
}

.purchase-success-body .success-img-holder span {
  font-size: 24px;
}

.purchase-success-body .prof-status-disp .mat-btn{    
  width: 42%;
  border: none;
  border-radius: 6px;
  border-color: #2196f3 !important;   
  background-image: linear-gradient(to left , #4072ff, #6abfff);
  text-align: center;   
  margin:auto;
  height: initial;
  padding-top: initial; 
  color: #fff !important;
  font-weight: 500 !important;
  margin-top: 20px;
}
.purchase-success-body .profile-view-list .subscribed-contents ul{    
  padding-left: 15px;
}
.purchase-success-body .profile-view-list .subscribed-contents li{    
  list-style-type: circle;
}

.test-series-links {
  /* height: 53px; */
  width: 100%;
  margin: 3px;
  padding: 13px;
  border-radius: 8px;
  border: 1px solid;
  box-shadow: 1px 2px;
}

.syllabus-holder {
  display: block;
}

.test-series-links.with-syllabus{
  height: 70px; 

}

.test_listing_heading span.view-syllabus {
  margin-top: 8px;
  /* color: #0068d6; */
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  width:auto;
  height:auto;
  padding-top:0px;
}

.subcription_listing {
  margin-left: 16px;
}

.test_listing {
  margin-left: 16px;
}

.test_listing .head-holder {
  margin-bottom: 15px;
}


.test_listing .head-holder .test-series-details .list-v .key{
  display: inline-block;
  padding: 5px;
  font-weight: 500;
}
.test_listing .head-holder .test-series-details .list-v .value{
  display: inline-block;
  padding: 5px;
}

.test_view {
  /*box-shadow: 1px 3px 6px 1px;*/
  border-radius: 5px;
  /*padding: 8px;*/
  padding: 0px 8px 8px 8px;
}

.test_view .head-holder {
  margin-bottom: 15px;
}
.test_view .head-holder .test_view_heading {
  text-align: center;
}
.test_view .head-holder .test_view_heading h5{
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 18px;
}

.test_view .head-holder .test_details .list-v{
  border-top: 1px solid #d2cfcf;
  border-bottom: 1px solid #d2cfcf;
}

.test_view .head-holder .list-v.start-btn-holder {
    border-bottom: none !important;
}


.test_view .head-holder .test_details .list-v .key{
  /*display: inline-block;*/
  /*padding: 5px;*/
  padding: 0px 5px;
  font-weight: 500;
  position: relative;
  font-size: 18px;
  /*width: 50%;*/
}
.test_view .head-holder .test_details .list-v .value{
  /*display: inline-block;*/
  /*padding: 5px;*/
  padding: 0px 5px;
  position: relative;
  /*float: right;*/
  font-size: 18px;
}

.test_view .head-holder .test_details .list-v .value a.waves-effect.waves-light.btn.mat-btn-pdf.mcq-exam-start-btn {
    margin-top: 15px;
}

.test_view .head-holder .list-v.start-btn-holder .value{
  text-align: center;
}


.test_view .modal .modal-content{
  padding: 2px !important;
}

.test_view #terms_conditions_view .modal-content{
  padding:7px !important;
}
.test_view #terms_conditions_view .modal-content h5{
  text-align: center;
  
}

.test_view .para-holder .modal .modal-content{
  padding: 2px 12px !important;
}

.test_view .modal .modal-content h6{
  text-align: center;
}

.test_view .head-holder .test_details .list-v .value .mat-btn-pdf {
  width: 17%;
  border: none;
  border-radius: 6px;
  border-color: #2196f3 !important;
  background-image: linear-gradient(to left , #4072ff, #6abfff);
  text-align: center;
  height: 28px;
  line-height: 28px;
  margin-bottom: 10px;
}

.test_view .head-holder .test_details .list-v .value .mat-btn-pdf.view-results-anc {
  width: 23%;
  border: none;
  border-radius: 6px;
  border-color: #21f358 !important;
  background-image: linear-gradient(to left , #40ff4f, #6aff7c) !important;
  text-align: center;
  height: 28px;
  line-height: 28px;
  margin-bottom: 10px;
  margin-top: 7px;
}


.test_view.mcq_exam_display .question-holder .display_question .mat-btn-pdf.view-results-anc {
  
  border: none;
  border-radius: 6px;
  border-color: #2196f3 !important;
  background-image: linear-gradient(to left , #4072ff, #6abfff);
  text-align: center;
  height: 28px;
  line-height: 28px;
  margin-bottom: 10px;
  margin-top: 7px;
}


.test_view.mcq_exam_display .question-num-plate-holder{
  overflow: scroll !important; 
  white-space: nowrap;
  padding-bottom: 12px;
}

.test_view.mcq_exam_display .countdown-holder {
  width: 100%;
  text-align: right;
}
.test_view.mcq_exam_display .countdown-holder .countdown{
  color: red;
  font-size: 17px;
}

.test_view.mcq_exam_display .question-num-plate-holder .question-num-plate{
  display: inline-block;
  margin: 4px;
  border-radius: 31px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: #ffffff;
  color: #2296f3;
  border: 1px solid;
  text-align: center;
  padding: 0px !important;
  font-weight: bold;
}

.test_view.mcq_exam_display .question-holder {
  margin-top: 15px;
}

.test_view.mcq_exam_display .question-holder .radiobtn{
  position: relative;
  display: block;
}

.test_view.mcq_exam_display .question-holder .radiobtn input[type="radio"] {
  
  position: absolute;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.test_view.mcq_exam_display .question-holder .radiobtn .radiolabel {
  all:initial;
  display: block;
  background: #fff;
  color: #444;
  border-radius: 5px;
  border: 2px solid #2296f3;
  margin-bottom: 5px;
  cursor: pointer;  
  padding: 13px !important;
  font-size: 15px;
}

.test_view.mcq_exam_display .question-holder .radiobtn .radiolabel p{
  all:initial;
}

.test_view.mcq_exam_display.question-holder.display_question.question-b p{
  display:initial;
  font-size: 15px;
}

.test_view.mcq_exam_display .question-holder .display_question .question-b > table{
  width: max-content !important;
}

.test_view.mcq_exam_display.question-holder.display_question.question-b table ,th, td{
  border :  1px solid;
  padding: 1px 1px;
}

.test_view.mcq_exam_display .question-holder .display_question .question-b table p{
  font-size: 15px;
  display: block;
  padding: 0px;
  margin: 2px;
}


.test_view.mcq_exam_display .question-holder .display_question .para-holder{
  border-bottom: 1px groove;
  margin-bottom: 15px;
}
.test_view.mcq_exam_display .question-holder .display_question .para-holder p{
  /*display:initial;*/
  font-size: 15px;
}
.test_view.mcq_exam_display .question-holder .display_question .para-holder b{
  display:block;
}

.atempt_listing .head-holder strong.atempt-list-subheading {
  font-size: 20px;
  text-align: center !important;
  display: block;
}

.atempt_listing .head-holder .test_listing_heading  h5 {
  margin-left: 10px;
}
.atempt_listing .mea-content-listing .collapsible .collapsible-body{
  padding: 6px 6px 10px 9px !important;
  overflow-x: scroll;
}
.atempt_listing .mea-content-listing .collapsible .collapsible-header {
  display: block !important;
}
.atempt_listing .mea-content-listing .collapsible .collapsible-header .q-head{
  display: block !important;
  overflow-x: scroll !important;
  
}
.atempt_listing .mea-content-listing .collapsible .collapsible-header .q-body{
  display: block !important;
  overflow-x: scroll !important;

}
.atempt_listing .mea-content-listing .collapsible .collapsible-header .q-body p{
  display: block !important;
  padding: 1px;
  margin: 2px;

}

.atempt_listing .mea-content-listing .collapsible .collapsible-header .q-body table, tr, td{
      border: 1px solid !important;
      width: max-content !important;
}

.atempt_listing .mea-content-listing .collapsible .collapsible-body table.q-holder tr td.tab-key{
  width:4% !important;
}
.atempt_listing .mea-content-listing .mea-list .value{
  display: block;
}
.atempt_listing .mea-content-listing .mea-list .value a.mat-btn{  
  padding: 3px;
  height: 29px;
  line-height: 25px;
  font-size: 12px;
  width: 100%;
  margin-right: 7px !important;
  margin-top: 12px;
}


@media (max-width: 600px){
  .col.s12.m6.l4.data-content-listing {
    padding-left: 0px;
  }
  .test_view .modal {
    width: 97% !important;
  }
}
@media (min-width: 740px){
  .prof-status-disp a{
    width:19%;
  }
  .profile-view-box .mat-btn{
    width:19%;
  }
  .cart-body .prof-status-disp a{
    width:30%;
  }
}

@media (min-width: 600px){
  .package-body .card .card-action {
    padding: 8px 0px 8px 15px;
    min-height: 53px;
  }
  
  .package-body .card .card-action .mat-btn{
    width: 52%;
    padding: 2px;
    font-size: 11px;
    height: 34px;
    line-height: 34px;
  }
 
}

@media (max-width: 1037px){
  .test_view .head-holder .test_details .list-v .value .mat-btn-pdf.view-results-anc {
     width: 25%;     
  }
}
@media (max-width: 700px){
  
  .package-body .card .card-content .card-title {
    padding: 3px 4px;
    font-size: 13px;
    margin-bottom: 0;
    height: 62px;
    line-height: 20px;
  }
  .purchase-success-body .prof-status-disp .mat-btn{    
    width: 97%;
  }

  .test_view .head-holder .test_details .list-v .value .mat-btn-pdf {
    width: 25%;
  }
  .test_view .head-holder .test_details .list-v .value .mat-btn-pdf.view-results-anc {
     width: 40%;     
  }
}


@media (max-width: 450px){

  .test_view .head-holder .test_details .list-v .value .mat-btn-pdf {
    width: 30%;
  }
  .test_view .head-holder .test_details .list-v .value .mat-btn-pdf.view-results-anc {
     width: 60% !important;     
  }

}

@media (max-width: 350px){
  
  .package-body .card .card-content .card-title {
    padding: 3px 4px;
    font-size: 12px;
    margin-bottom: 0;
    height: 62px;
    line-height: 18px;
  }

  .test_view .head-holder .test_details .list-v .value .mat-btn-pdf {
    width: 35%;
  }

}

@media (min-width: 300px){
  .package-body .card .card-action {
    padding: 6px 0px 5px 11px;
    min-height: 89px;
  }
  .package-body .card .card-action .mat-btn{
    padding: 3px;
    height: 29px;
    line-height: 25px;
    font-size: 12px;
    width: 100%;
    margin-right: 7px !important;
    margin-top: 1px;
  }
  .package-body .card .card-action .mat-btn.already-purchased{
    padding: 3px;
    height: 29px;
    line-height: 25px;
    font-size: 12px;
    width: 100%;
    margin-right: 7px !important;
    margin-top: 1px;
    border-color: #21f358 !important;
    background-image: linear-gradient(to left , #40ff4f, #6aff7c);
  }
  

}

