.pt30{ padding:30px;   }
.bg-primary{ background-color:#179cf4 !important;}
.bg-secondary{ background-color:#f4f4f4 !important;}
.form-sm-container{ width:60%; margin:0 auto; display: block;}
.mat-form-field{ width: 100%;   margin-right: 0 !important; border: 1px solid #ced4da;
  border-radius: .25rem; padding: .375rem .75rem;  font-size: 1rem;
  font-weight: 400;  line-height: 1.5;  color: #495057;}
  .mat-form-field:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}
.mat-form-field-wrapper {
   margin-bottom: 0  !important;
   padding-bottom: 0 !important;
}
.mat-form-field-underline{ bottom: 0 !important; display: none;}
.mat-form-field-infix{ padding: 0 !important; border-top:0 !important;}
.mat-form-field-wrapper .mat-icon-button{ outline: none !important; background-color:white !important;}

/* welcome */
.wel-section{ color:#fff; font-size:13px;}
.wel-section h3,.memberForm h2{ font-weight:bold; font-size:24px}
.memberForm p{ color:rgba(0,0,0,0.6); font-size:12px;}
  
 /* card */
 .cardHeader h6{ position: relative;  }  
 .cardHeader h6 a{ position: absolute; left: 0; top: -5px; }
 .cardHeader h6 span{ font-size: 14px; font-weight: normal; } 
.cardHeader a{color: #a3a3a3;}

 @media (min-width: 320px) {
 .form-sm-container{ width:100%;  }
 .pull-left{ float:right;}
  .pull-right{ float:left;}
 }
 
 @media (min-width: 768px) {
  .form-sm-container{  display:flex;     flex-direction: row-reverse!important; }
   .pull-left{ float:left;}
    .pull-right{ float:right;}
	
 }
 
 @media (min-width: 1024px) {
 .form-sm-container{ width:60%;    }
 }
 

 /* Absolute Center Spinner */
.loading {
   position: fixed;
   z-index: 999;
   height: 2em;
   width: 2em;
   overflow: visible;
   margin: auto;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
 }
 
 /* Transparent Overlay */
 .loading:before {
   content: '';
   display: block;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0,0,0,0.3);
 }
 
 /* :not(:required) hides these rules from IE9 and below */
 .loading:not(:required) {
   /* hide "loading..." text */
   font: 0/0 a;
   color: transparent;
   text-shadow: none;
   background-color: transparent;
   border: 0;
 }
 
 .loading:not(:required):after {
   content: '';
   display: block;
   font-size: 10px;
   width: 1em;
   height: 1em;
   margin-top: -0.5em;
   -webkit-animation: spinner 1500ms infinite linear;
   -moz-animation: spinner 1500ms infinite linear;
   -ms-animation: spinner 1500ms infinite linear;
   -o-animation: spinner 1500ms infinite linear;
   animation: spinner 1500ms infinite linear;
   border-radius: 0.5em;
   /*-webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
   box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;*/
   -webkit-box-shadow: rgb(28, 78, 128) 1.5em 0 0 0, rgb(28, 78, 128) 1.1em 1.1em 0 0, rgb(28, 78, 128) 0 1.5em 0 0, rgb(28, 78, 128) -1.1em 1.1em 0 0, rgb(28, 78, 128) -1.5em 0 0 0, rgb(28, 78, 128) -1.1em -1.1em 0 0, rgb(28, 78, 128) 0 -1.5em 0 0, rgb(28, 78, 128) 1.1em -1.1em 0 0;
   box-shadow: rgb(28, 78, 128) 1.5em 0 0 0, rgb(28, 78, 128) 1.1em 1.1em 0 0, rgb(28, 78, 128) 0 1.5em 0 0, rgb(28, 78, 128) -1.1em 1.1em 0 0, rgb(28, 78, 128) -1.5em 0 0 0, rgb(28, 78, 128) -1.1em -1.1em 0 0, rgb(28, 78, 128) 0 -1.5em 0 0, rgb(28, 78, 128) 1.1em -1.1em 0 0;
 }
 
 /* Animation */
 
 @-webkit-keyframes spinner {
   0% {
     -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
     -ms-transform: rotate(0deg);
     -o-transform: rotate(0deg);
     transform: rotate(0deg);
   }
   100% {
     -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
     -ms-transform: rotate(360deg);
     -o-transform: rotate(360deg);
     transform: rotate(360deg);
   }
 }
 @-moz-keyframes spinner {
   0% {
     -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
     -ms-transform: rotate(0deg);
     -o-transform: rotate(0deg);
     transform: rotate(0deg);
   }
   100% {
     -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
     -ms-transform: rotate(360deg);
     -o-transform: rotate(360deg);
     transform: rotate(360deg);
   }
 }
 @-o-keyframes spinner {
   0% {
     -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
     -ms-transform: rotate(0deg);
     -o-transform: rotate(0deg);
     transform: rotate(0deg);
   }
   100% {
     -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
     -ms-transform: rotate(360deg);
     -o-transform: rotate(360deg);
     transform: rotate(360deg);
   }
 }
 @keyframes spinner {
   0% {
     -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
     -ms-transform: rotate(0deg);
     -o-transform: rotate(0deg);
     transform: rotate(0deg);
   }
   100% {
     -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
     -ms-transform: rotate(360deg);
     -o-transform: rotate(360deg);
     transform: rotate(360deg);
   }
 }

/* new 9/12/2020 */
.quiz-box ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.quiz-top-row{
  padding: 10px 15px 0px 15px;
}
.quiz-top-row .heading{
  max-width: 120px;
  width: 100%;
}
.quiz-top-row .heading h4{
  font-weight: 600;
  font-size: 16px;
  color: #333333;
}
.pending-quiz{
  background-color: #edf8fd;
  border-radius: 7px; 
  padding: 5px 8px; 
  color: #858585;
  font-weight: 500;
  font-size: 11px;
  margin-bottom: 10px;
  width: 100%;
}

.pending-quiz span{
    background: #179cf4;
    border-radius: 50%;
    padding: 2px 4px; 
    color: #fff;   
    font-size: 10px;
    margin-left: 5px;
}
  
.quiz-mid-row{
  background-color: #f4f4f4;  
  padding: 15px;
}
  
.quiz-mid-row h5{ 
  color: #333;
  font-weight: 700 !important;
  font-size: 14px;
  margin: 2px;
}
 .banking-btn{
  background-color: #179cf4;
  color: #fff;
  border-radius: 6px;
  padding: 2px 8px 4px 8px;
  font-size: 11px;
}

.quiz-mid-row .time-duration{
  color: #333333;
  font-size: 12px;
  font-weight: 600;
  line-height: 25px;
}

.quiz-mid-row .time-duration span{
  opacity: 0.6;
}

.quiz-mid-row .free-text{
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  opacity: 0.6;
  margin-left: 5px;  
  line-height: 16px;
}

.quiz-mid-row  .attemptbtn a{  
  color: #f69f3a;
  border-radius: 5px;   
  font-size: 11px;
  border: 2px solid #f69f3a;
  text-transform: uppercase;
  text-align: center;
  padding: 6px !important;
  font-weight: 500;
}

.slidecontainer{  
  padding: 7px 15px;
}

.slidecontainer a{
    font-size: 23px !important;
    color: #000 !important;
    font-weight: 700 !important;
    margin: 0 10px;
     
}

 /* quizzattempt */
 .cs-quizpage{
   background-color: #f6f3f3;
   border-bottom: 1px solid #dddddd;
 }
 .cs-topcontainer{
   padding: 20px 0;
 }
 .quitbtn{
   color: #333;
  border: 1px solid #d9d7d7;
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
  padding: 5px 8px;
  width: 81px;
  height: 34px; 
  margin: 19px auto 0 auto;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  float: right;
 }

 .quitbtn .fa {
    margin-right: 5px;
    
    color: #333 !important;
    font-weight: normal !important;
 }

 .quiztime{   
    font-size: 16px;     
    color: rgb(51, 51, 51);
    line-height: 65px; 
     font-weight: 600;
 }

 .quiztime span{
   font-size: 12px;
   font-weight: 500;
 }
.cs-questioncontainer{
  padding-right: 20px;
}
 .cs-left-sidebar {
   background-color: #ffffff;
   border-right: 1px solid #dddddd;
   margin: 0;
   padding: 0;
    
 }
 .cs-topheading{
   background-color: #f6921e;
   height: 85px;
   padding: 5px 20px;
 }
 .cs-topheading h4{
   font-size: 24px;
   color: #fff;
   padding-top: 5px;
   text-transform: uppercase;
   font-weight: 500;
 }
 .cs-questioncontainer ol{
   margin: 0;
   padding: 14px;
 }
 .cs-questioncontainer ol li{
   font-size: 14px;
   font-weight: 600;
 }

 .cs-questioncontainer .form-check {
   font-weight: normal;
   background-color: #fff;
   border-radius: 6px;
   font-size: 14px;
   padding: 17px 10px;
   border: 1px solid #ddd;
   /* box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12); */
   margin: 8px 0px;
 }
 .cs-questioncontainer .form-check-input{
  margin-left: 0px !important;
 }
 .cs-questioncontainer .form-check-label{
   padding-left: 20px;
 }

 .cs-questioncontainer .form-check [type="radio"]:checked,
 .cs-questioncontainer .form-check [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.cs-questioncontainer .form-check [type="radio"]:checked + label,
.cs-questioncontainer .form-check [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.cs-questioncontainer .form-check [type="radio"]:checked + label:before,
.cs-questioncontainer .form-check [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.cs-questioncontainer .form-check [type="radio"]:checked + label:after,
.cs-questioncontainer .form-check [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #f6921e;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.cs-questioncontainer .form-check [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.cs-questioncontainer .form-check [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.cs-btnrow{
  text-align: right;
}

.cs-btnrow button{
  border: 1px solid #ddd;
  border-radius: 6px;
  margin: 5px;
  background-color: #ffffff;
  padding: 10px;
  text-transform: uppercase;
  outline: none;
}
.cs-btnrow .clearbtn .fa{
  margin-right:10px;
}


.cs-btnrow .next{
  color: #fff;
  background-color: #179cf4;
  border: 1px solid #179cf4;
}

.cs-btnrow .next .fa{
  margin-left:10px;
}
.bankingbtn{
  background-color: #fff !important;
  color: #f6921e !important;
}
.cs-right-sidebar{
  padding: 15px;
}
.cs-right-sidebar h4{
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}
.cs-right-sidebar a{
  border-radius: 5px;
  color:#fff;
  margin: 3px;
  padding: 7px 15px;
  width: 45px;
  text-align: center;
}
/* .cs-right-sidebar a:hover{
  color:#fff;
} */
.cs-right-sidebar .success{
  background-color: #0e9f6e;
}

.cs-right-sidebar .danger{
  background-color: #f05252;
}

.cs-right-sidebar .light{
  background-color: #e5e7eb;
  color: #333;
}
.cs-rightsiderbar-btm{
  position: relative;
  height: 100%;
}
.cs-rightsiderbar-btm ul{
  position: absolute;
    bottom: 250px;
    list-style: none;
    margin: 0px;
    padding: 0 10px;
}

.cs-rightsiderbar-btm ul li{
  font-size: 12px;
  position: relative;
}

.cs-rightsiderbar-btm ul li:nth-child(odd)::after{
  content: '';
    width: 8px;
    height: 8px;
    background: #0e9f6e;
    position: absolute;
    top: 6px;
    left: -13px;   
    -webkit-transition: all 0.2s ease;
     
}

.cs-rightsiderbar-btm ul li:nth-child(even)::after{
  content: '';
    width: 8px;
    height: 8px;
    background: #f05252;
    position: absolute;
    top: 6px;
    left: -13px;   
    -webkit-transition: all 0.2s ease;
     
}
 

/* css */
.backquitbtn{
  width: auto !important;
  text-transform: uppercase;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(221, 221, 221);
    border-radius: 5px;
    color: #333;
    font-style: 16px;
}
.readmessage{
  font-size: 16px !important;  
  color: rgba(51, 51, 51, 0.8);
  line-height: 25px;
  font-weight: bolder;
  padding-right: 140px;}

.cs-following_passage{   
  margin-top: 60px;
  border-radius: 8px;
  border: 1px solid #d6d5d5;
  padding: 14px 30px 36px 30px;
}

.cs-btnrow{
  margin:30px 0;
  text-align: left;
}
.cs-btnrow a{  
    font-size: 14px;    
    color: rgba(51, 51, 51, 0.6);
    padding: 5px 20px;
    margin-right: 40px;
    }

.cs-btnrow a:hover{
  background-color: rgb(23, 156, 244);
  color: #fff;
  border-radius: 35px;  
  color: #fff;
}


.cs-btnrow a.active{
  background-color: rgb(23, 156, 244);
  color: #fff;
  border-radius: 35px;  
  color: #fff;
}
 


 .cs-texthead{
  font-weight: 600 !important;
  color: rgba(51, 51, 51, 0.6); 
  font-style: 14px !important;
  opacity: 0.5;
}

.cs-following_passage p{
  font-size:14px; 
  font-weight: 600;
  color: rgba(51, 51, 51, 0.8);
  margin: 10px 0 5px 0;
} 

.select-language select {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px 20px 10px 5px;
    width: 165px;
    outline: none;
}

.cs-rightsection{
    background-color: rgb(246, 146, 30);
    box-shadow: 0px 6px 4.55px 0.45px rgba(0, 0, 0, 0.1);
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #f6921e;
  box-sizing: border-box;
  margin-bottom: 40px;
  
}

.cs-imgtop{
  text-align: center;  
}

.cs-imgtop img{
  width: 100%;
}

.innerinfo{
  padding: 15px;
  color: #fff;
  font-size: 14px;
}

.innerinfo h4{
  font-size: 24px;
  font-weight: 500;
}

.innerinfo .heading{
  color: rgba(255, 255, 255, 0.8);
}
.cs-attmpbtn{
  margin: 28px 0 0 0;
}
.cs-attmpbtn a{
  border-radius: 5px;
  background-color: rgb(23, 156, 244);
  width: 148px;
  height: 40px; 
  color: #fff;
  padding: 12px 15px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  }

  .cs-attmpbtn a:hover{
    background-color: rgb(255 255 255);
    color: #000;
  }

 
  /* learning */
  .top-container h5{
    line-height: 55px;
    font-weight: 700;
  }
  .searchBox{
    float: right;
    display: flex;
  }
  .searchBox .form-control-feedback {
    position: absolute;
    z-index: 2;
    right: 64px;
    top: 4px;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;    
    color: #666;
    cursor: pointer;
}

.searchBox .form-control {
  font-size: 14px;
  font-weight: 500;
  color: #666;
  height: 40px;
  padding: 20px 2.375rem 20px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(221, 221, 221);
  border-radius: 4px;
  background-color: rgb(246, 243, 243);
}
.searchBox .form-control:focus{  
  box-shadow: none;  
}
  .showCal {
    cursor: pointer;
    height: 43px;
    width: 64px;
    text-align: center;
    line-height: 40px;
    margin: 0 3px; 
    border-style: solid;
    border-width: 1px;
    border-color: rgb(221, 221, 221);
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
  }
  .cs-itemblock{
      border-style: solid;
      border-width: 1px;
      border-color: rgb(221, 221, 221);
      border-radius: 5px;
      background-color: rgb(255, 255, 255);
      box-shadow: 0px 6px 4.55px 0.45px rgba(0, 0, 0, 0.1);  
      margin-bottom: 30px;   
      transition: 0.3s;   
  }

  .cs-itemblock:hover{
    background-color: #f69320;
    cursor: pointer;
    /* -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
     transform: scale(1.05); */
    
  }

  .cs-itemblock:hover h5,
  .cs-itemblock:hover .time-duration,
  .cs-itemblock:hover .free-text{
    color: #fff;
  }
  .cs-itemblock:hover .attemptbtn-hover a{
    background-color: #fff;
    border-color:#fff ;
  }
  .clpadding{
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  
/* Base for label styling */

.clfilter
{
  text-align: right;
  margin-bottom: 20px;
}
.clfilter a{  
    text-transform: uppercase;
    font-size: 12px;
    color: #f6982a;  
    cursor: pointer;
}
.all-quizze h4{
  color: #333;
  font-size: 14px;
  opacity: 0.9;
  margin-bottom: 10px;
  font-weight: 700;
}

.all-quizze h5{
    color: #333;
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: 600;
    opacity: .8;
}

.all-quizze ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
/* accessibility */ 

/* pretty radio */

.all-quizze label > input[type="text"]{
  width: 30px;
  margin-right: 10px;
  text-align: center;
  outline: none;
  border-radius: 3px;
  border: 1px solid rgba(0,0,0,0.2);
}
.all-quizze label > input[type="checkbox"] {
  display: none;
}
.all-quizze label > input[type="checkbox"] + *::before {
  position: relative;
  top: 5px;
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 15px;
  margin-right: 0.8rem;
  border-radius: 3px;
  border: 1px solid;
  border-color: rgb(227 217 217);
  background-color: rgb(216 215 215);
}
.all-quizze label > input[type="checkbox"]:checked + * {
  color: #333;
  opacity: 0.8;
  font-size: 14px;
}
.all-quizze label > input[type="checkbox"]:checked + *::before {
  content: "✓";
  color: white;
  text-align: center;
  background-color: #70b724;
  border-color: #70b724;
  display: inline-flex;
  justify-content: space-around;
  align-items: center;
  font-weight: 900;

}

/* basic layout */
 
.all-quizze label > input[type="checkbox"] + * {
  display: inline-block;
  
}