@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
*,
*:before,
*:after {
  box-sizing: border-box;
}

.cf-course-ml-cs{
  height:auto;
  width: 100%;
  }
  .cf-course-show-lect,
  .cf-course-ml-show-blck,
  .cf-course-ml-show-cont{
    height: 100%;
  }
  .cf-course-ml-show-cont iframe{
    border:none
  }
  video.cf-course--msl--video{
    border:none;
    outline: none;
  }
  video:active{
    border:none;
    outline: none;
  }
  video:focus{
    border:none;
    outline: none;
  }
  .cf-course-set-size {
    font-size: 2.6em;
  }
  
.cf-course-container-vid{
    position: relative;
}

  .cf-course-container-vid>.player-buttons{
      right: 30%;
      position: absolute;
      bottom: 6%;
      opacity: 0.5;
  }
  .cf-course-charts-container:after {
    clear: both;
    content: "";
    display: table;
  }

  #playback_speed
  {
    height:29px;
    font-size: 0.7em;
    padding: 0;
    margin: 0;
  }
  
  .cf-course-pie-wrapper {
    height: 1em;
    width: 1em;
    position: relative;
  }
  .cf-course-pie-wrapper:nth-child(3n+1) {
    clear: both;
  }
  .cf-course-pie-wrapper .pie {
    height: 100%;
    width: 100%;
    clip: rect(0, 1em, 1em, 0.5em);
    left: 0;
    position: absolute;
    top: 0;
  }
  .cf-course-pie-wrapper .pie .half-circle {
    height: 100%;
    width: 100%;
    border: 0.1em solid #3498db;
    border-radius: 50%;
    clip: rect(0, 0.5em, 1em, 0);
    left: 0;
    position: absolute;
    top: 0;
  }
  .cf-course-discus{
      background-color:#ffffff;
  }
  .cf-course-pie-wrapper .cf-course-label {
    background: #34495e;
    border-radius: 50%;
    bottom: 0.4em;
    color: #ecf0f1;
    cursor: default;
    display: block;
    font-size: 0.25em;
    left: 0.4em;
    line-height: 2.8em;
    position: absolute;
    right: 0.4em;
    text-align: center;
    top: 0.4em;
  }
  .cf-course-pie-wrapper .cf-course-label .smaller {
    color: #bdc3c7;
    font-size: 0.45em;
    padding-bottom: 20px;
    vertical-align: super;
  }
  .cf-course-pie-wrapper .shadow {
    height: 100%;
    width: 100%;
    border: 0.1em solid #bdc3c7;
    border-radius: 50%;
  }
  .cf-course-pie-wrapper.cf-course-style-2 .cf-course-label {
    background: none;
    color:#ffffff;
  }
  .cf-course-pie-wrapper.cf-course-style-2 .cf-course-label .smaller {
    color: #bdc3c7;
  }
  
  .cf-course-pie-wrapper.cf-course-progress-95 .pie {
    clip: rect(auto, auto, auto, auto);
  }
  .cf-course-pie-wrapper.cf-course-progress-95 .pie .half-circle {
    border-color: #3ce752;
  }
  .cf-course-pie-wrapper.cf-course-progress-95 .pie .left-side {
    transform: rotate(359deg);
  }
  .cf-course-pie-wrapper.cf-course-progress-95 .pie .right-side {
    transform: rotate(180deg);
  }
  
  .cf-course-assign-ques *:not(pre){
    background-color: inherit !important;
  }
  .cf-course-assign-ques{
   font-size: 0.8em;
  }
 #show_assign_compare_result{
   background-color: inherit;
   height: inherit;
 }
  #cf-course-o-notes-text{
    display: none;
  }
  .cf-course-ml-show-article{
    height: 100%;
    min-height: 200px;
    overflow-y: auto;
    background-color: #ffffff;
  }

   .cf-course-ml-show-article *{

    background-color: inherit !important;
  }
  
  .cf-course-ml-show-document{
    position: relative;
    width: 100%;
    height: 100%;
  }
  .cf-course-lnotes{
    display: none;
  }
  .cf-course-action-notes{
   
    cursor: pointer;
  
  }
  .cf--c--c{
    width: 100%;
  }
  .cf--c--s{
    visibility: hidden;
    transition: 0.6s;
  }
  .cf--c--sb{
    background-color: blue;
    background-color: #11a8da;
    padding: 5px 10px;
    border-radius: 4px;
  }
  .cf--c--sb.cf--c--post-comment{  
    background-color: #bfc4c8;
    cursor: not-allowed;
  }
  .cf--c--sb.cf--c--post-comment-active{  
    background-color: blue;
    background-color: #11a8da;
    cursor: pointer;
  }

  .cf-course-mr-s-c{
    border-top: 1px solid #cccccc;
  }

  .cf--c--sb:hover {
    background-color: #3476ab;
    background-image: linear-gradient(rgb(180 180 181 / 15%), rgb(193 208 216 / 20%));
}
  .cf--c--sb > button:focus{
    outline:none;
    box-shadow: none;
  }
  .cf--c--s button {
    border: none;
    cursor: pointer;
    color: #ffffff;
    font-weight: 600;
  }
  
  .cf--c--s button i{
    font-size: 1em;
    color: #f1f1f1;
  }
  .cf-course-u-c{
    font-size: 0.8em;
    font-weight: 500;
    color: #554848;
  }
  .cf-course-u-c *{
    background-color:inherit !important;
    font-size: inherit !important;
    color: inherit !important;
  }
  .cf-course-time{
    font-size: 0.9em;
  }

  .cf-course-com-text{
    display: block;
    min-height: 37px;
    resize: none;
    padding: 6px 9px 3px 17px;
    margin-top:5px;
  }
  .cf-course-com-text:focus{
    outline: none;
    resize: none;
  }
  .cf-course-note-edit{
    display: none;
  }
  .cf-course-com--edit{
    display: none;
  }
  .cf-course-down-doc{
    font-size: 1.5em;
    font-weight: bold;
  }
  .cf-course-down-doc p i{
    font-size: 1.5em;
  }
  .cf-course-msl-document{
    position: relative;
    min-height: 200px;
  }
  .cf-course-down-doc{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .cf-course-ms-h{
  max-width: 100%;
  }
  .cf-course-com-c::after{
    display: table;
    clear: both;
    content: "";
  }
  .cf-course-brand--img{
    height: 34px;
    width: 34px;
    overflow: hidden;
  }
  .cf-cousre-com-reply{
    max-width: 87%;
  }
  .cf-course-brand--img img{
    height: 100%;
    width: 100%;
  }
  
  #quiz_description div,
  #assign_description div{
    font-size: 1em;
    line-height: 1.5;
    font-weight: 400;
  }
    #quiz_description *,
  #assign_description *{
  background-color:inherit !important;
  }
  .cf-course-sec-o
  {
  cursor: pointer;
  background-color:#e5efff8f;
  font-weight: 500;
  overflow-wrap: break-word;

  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

  }
  video::-internal-media-controls-download-button {
    display:none;
  }

  video::-webkit-media-controls-enclosure {
      overflow:hidden;
  }

  video::-webkit-media-controls-panel {
      width: calc(100% + 30px); /* Adjust as needed */
  }
  #cf-course-mr-sec-con{
    height: 100vh;
    overflow-y: auto;
    padding-bottom: 100px;
  }
  .c-f--com-time{
    font-size: 0.8em;
    color: #a8abae;
    font-weight: 600;
  }
  .cf-course-msrs-cl{
  font-size: small;
  font-weight: 700;
  }
  .cf-course-msrs-lct{
  font-weight: bold;
  }
  .cf-course-msr-slt{
  font-weight: normal;
  }
  .cf-course-sl-check {
  position: absolute;
  opacity: 0;
  }
  .cf-course-sl-check + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  }
  textarea{
    min-height: 2rem;
  }
  .cf-course-sl-check + label:before {
  content: '';
  margin-right: 5px;
  display: inline-block;
  vertical-align: text-top;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  border-radius:5px;
  border: 2px solid #0ca5d8;
  }
  .cf-course-sl-check:hover + label:before {
  background: #0ca5d8;
  }
  
  .cf-course-sl-check:checked + label:before {
  background: #0ca5d8;
  }
  .cf-course-sl-check:disabled + label {
  color: #0ca5d8;
  cursor: auto;
  }
  .cf-course-sl-check:disabled + label:before {
  box-shadow: none;
  background: #0ca5d8;
  }
  .cf-course-sl-check:checked + label:after {
  content: '';
  position: absolute;
  left: 3px;
  top: 10px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  }
  .cfcursor{
    cursor: pointer;
  }

  .cf-course-next-cancel{
    padding-top:px;
  }
  .cf-course-msrs-lcty{
    font-size: x-small;
    font-weight: bold;
    color: #0ca5d8;
  }
    #quiz_description *{
  background-color: inherit;
    }
  .cf-course-msrs-lcty span{
    color:#b3aaaa;
  }
  
  .cf-course-msrs-lctexob{
    color: #0ca5d8 !important;
    border: 1px solid #0ca5d8;
  }
  .cf-course-msrs-lctexd {
    border: 1px solid #0ca5d8;
    border-radius: 5px;
    overflow: hidden;
  }
  .cf-course-lex{
    font-size: small;
  }
  .cf-course-msrs-lctexd a:hover{
    text-decoration:none;
  }
  .cf-course-sltcou{
    font-size: 1.05em;
    font-weight: bold;
  }
  .cf-course-clttext{
    font-size: 1em;
    font-weight: 600;
  }
  
  .cf-course-slc-hide {
    overflow: hidden;
    height: 26px;
    font-size: 0.9em;
  }

  
  .cf-course-slc-show {
    line-height: 1.5;
    height: auto;
    transition: all 2s ease 0s;
  }
  .cf-course-show-more > a {
    text-decoration: none;
    font-size: 0.8em;
    font-weight: bold;
  }
  .cf-course-slcshare{
    font-weight: bold;
  }
  .cf-course-slcs{
    border-bottom: 1px solid #cccccc;
  }
  .cfcourse-tab-menu ul{
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-bottom: 1px solid #d2d4d5;    
  }
  .cfcourse-tab-menu ul li{
    list-style-type: none;
    display: inline-block;
  }
  .cfcourse-tab-menu ul li{
    text-decoration: none;
    padding: 8px 12px;
    display: inline-block;
    font-weight: 500;
    color: #666363 !important;
    cursor: pointer;
    border-bottom: 2px solid  #ffffff;
    font-size: 14px;
  }
  .cfcourse-tab-menu ul li.cf-course-active-a{
    border-bottom: 3px solid #666363;
  }
  .cfcourse-tabs{
    display: none;
  }
  .cfcourse-tabs h2{
    color: rgba(0,0,0,.7);
  }
  .cfcourse-tabs p{
    /* color: rgba(0,0,0,0.6); */
    text-align: justify;
  }
  .cf-course-tab-active{
    display: block !important;
  }
  .cf-course--ci-vidnone{
    display: none;
  }
  .cf-course--fu-vidnone{
    display: none;
  }
  .cf-course-msr-s{
    border-bottom: 1px solid rgb(201 203 204);
  }

  .cf-course-msr-s:last-child{
    margin-bottom: 100px;
  }
  .cf-course-lnotes .form-group
  {
    font-size: 1.2em;
    font-weight: bold;
  }
  .cf-course-lnotes span{
    width: 75px;
  }
  #cf-course-add-cmnt{
    font-weight: bold;
  }
  .cf-course-dis-form::after{
    content:"";
    display: table;
    clear: both;
  }
  .cf-course-dis-pn{
    position: relative;
  }
  .cf-course-dis-pn hr{
    height: 5px;
    color: #588d7d;
  
  }
  .a--cf--assign{
    background-color: #dedede;
  }
  .a--cf--str-ass
  {
    background-color: #588a62;
  }
  .cf-course-com-cbrk{
    min-width: 100%;
  }
  .cf-course-ml-quiz {
    background-color: #cbcbcc;
  }
  .cf-course-lec-audio audio{
    width: 250px;  
  }
  .cf-course-com-c .cf-course-img{
    width: 42px;
    height: 42px;
    overflow: hidden;
  }
  .cf-course-com-c .cf-course-img img{
    max-width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3px solid #588d7d;
    background-color: #588d7d;
  
  }
  .cf-course-com-c {
    width: 100% !important;
  }
  .cf-course-com-c .cf-course-com-i{
    max-width: 20%;
  }
  
  .cf-course-com-itop .cf-course-img {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    overflow: hidden;
    cursor: pointer;
}
  div#cf--course--footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}
  .cf-course-com-itop .cf-course-img img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }

/* Model CSS */

/* The cf_course_drip_model (background) */
.cf_course_drip_model {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color:rgb(0 0 0 / 84%) /* Black w/ opacity */
}

/* cf_course_drip_model Content */
.cf_course_drip_model-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.1s;
  animation-name: animatetop;
  animation-duration: 0.1s;
  border-radius: 5px;
  width: 98%;
  z-index: 999999; /* Sit on top */
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from { opacity:0} 
  to { opacity:1}
}

@keyframes animatetop {
  from { opacity:0}
  to {opacity:1}
}

/* The Close Button */
.cf-course-close-drip {
  color:#e57b00;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 3px;
  top: -12px;
}

.cf-course-close-drip:hover,
.cf-course-close-drip:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.cf_course_drip_model-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.cf_course_drip_model-body {padding: 2px 16px;}

.cf_course_drip_model-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}
.cf_course_drip_model-footer::after{
  content: "";
  display: table;
  clear: both;
}

/* Model css end */

  .cf-course-user-d .cf-course-name{
    color: #000000;
    font-size: 1em;
    font-weight:600;
  }


  .cf-course-user-d{
    font-weight: 500;
    color: #848484;
    font-size: 14px; 
   }
  .cf--cc--ddc {
    display: none;
    position: absolute;
    background-color:  #f9f9f9;
    min-width: 107px;
    overflow: auto;
    z-index: 1;
    margin-left: -92px;
    color: black;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    }
    
    .cf--cc--ddc a {
      color: #090808;
      padding: 6px 14px 9px  15px;
      text-decoration: none;
      display: block;
    }
    .c-f--com-ac-el {
      font-size: 0.9em;
      cursor: pointer;
      position: relative;
      visibility: visible;
      display: inline-block;
    }
    .cf--cc--ddc a:hover {
      background-color: #ddd;
    }
    #cf-course--footer
    {
      position: fixed;
      bottom: 0;
    }
    
    .cf--cc--ddhide {
      display: none;
    }
    .cf--cc--ddshow{
      display: block;
      display: block;
      visibility: visible;
    }
    .cf--cc--ddshow li {
      list-style: none;
    }
    
    .cf--cc--ddshow a {
      border: 0 !important;
      text-decoration: none;
    }
    .cf-cousre-com-con {
      width: 100%;
    }
  .cf-cousre-com-con button,
  .cf-cousre-not-con button{
    padding: 2px 8px;
  }
  .cf-cousre-not-con{
    width: 100%;

  }
  .cfcourse-tab-menu{
    text-align: center;
  }
  .cf-course-msrs-lcty i.cf-courseI{
    font-size: 1.5em;
  }
  .cf-course-getlen-id{
    cursor: pointer;
  }
  .cf-course-ml-show-blck{
    background-color:rgba(0,0,0,0.9);
  }
  .cf-course-ml-show-blck-iframe{
    height: 400px;
  }
  .cf-course-qu-tt {
    font-size: 1.2em;
    font-weight: 500;
}
.ytp-chrome-top, 
.ytp-show-cards-title{
  display: none !important;
}
.ytp-chrome-top-none{
  display: none !important;
}
.vid { pointer-events:none}
.cf-course-notes-form::after{
display: table;
clear: both;
content: "";
}
.cf-course--separator {
  display: flex;
  align-items: center;
  text-align: center;
  color: #11a8da;
  font-weight: bold;
}
.cf-course-li-dlike{
  font-size: 19px;
  padding: 1px 1px;
  cursor: pointer;
}
.cf-course-li-dlike:nth-child(3) {
  position: relative;
  display: inline-block;
  width: 14px;
}
.cf-course-li-dlike:nth-child(3) i {
position:absolute;
top: -11px;
}
.cf-course-li-dlike .fas{
  color:#007bff;
}
.cf-course--separator::before, .cf-course--separator::after {
  content: '';
  flex: 1;
  border-bottom: 2px solid #11a8da;
  color: aliceblue;
}
.cf-course-lecture-like{
  color:#007bff;
}
.cf-course--separator::before {
  margin-right: .25em;
}
.cf-course--separator::after {
  margin-left: .25em;
  color: aliceblue;
}
.cf-course-qu-tt #quiz_timer
{
  font-weight: 700;
}
  .cf-course-ml-show-blck video{
    height: auto;
    width: 100%;
  }
  .cf-course-ml-show-blck iframe{
    height: inherit;
    width: 100%;
  }
  .cf-course-ml-show-iframe iframe{
    height:216px;
  }
  .cf-course-msl-img{
    min-height: 243px;
  }
  #cf-course-msl-show-youtube{
    width: 100%;
    height: 220px;
  }
  .cf-course-ml-show-youvm div{
    height: 100%;
  }
  .cf-course-msl-img{
    position: relative;
  }
  .cf-course-msl-img img{
    position: absolute;
    left: 50%;
    max-height: 100%;
    top: 50%;
    max-width: 100%;
    transform: translate(-50%,-50%);
  }

  #cf-course--vimeo--v{
    height: 220px;
  }
.cf-course-notes{
  width: 100%;
}
.cf-course-dis-pn{
    width:97%;
}
.cf-course--st-course{
    font-size:0.7em;
}
.cf-course-next-cancel {
  width: 100%;
  margin: auto;
}

.cf-course-hide-inline{
  display: none;
}
.cf-course-hide-inline-block{
  display: none;
}
.cf-course-hide-block{
  display: none;
}

  #cf-course-msl-ft-btn{ display: inline-block; }
  #cf-course-msr-c{display: none}
  #cf-course-msl-c{width: 100%;}
  .cf-course--vid-n{
    display: none;
  }
  .cf-course--ci-vidnone i{
    transform: rotate(45deg);
  }
  .cf-course-ml-show-video{
    height: 250px;
  }
  @media only screen and (  min-width:465px ) 
  {
    #cf-course--vimeo--v{
      height: 300px;
    }

    #cf-course-msl-show-youtube{
      height: 300px;
    }
    .cf-course-lec-audio audio{
      width: 320px;  
    }
    .cf-course--st-course{
        font-size:0.8em;
    }
    .cf_course_drip_model-content{
      width: 85%;
    }
  
  }
  @media only screen and ( min-width:500px )
  {
    .cf-course-com-itop .cf-course-img{
      width: 42px;
      height: 42px;
    }
    .cf-course-brand--img{
      height: 47px;
      width: 47px;
    }
    .cf-course-li-dlike{
      font-size: 19px;
      padding: 2px 4px;
    }
    #cf-course--likes{
      font-size: 16px;
    }
    #cf-course-ml-all--video{
      position: relative;
      top: 0;
      z-index: 1;
    }
    .c-f--com-ac-el {
      visibility: hidden;
    }
    .cf-course-comment-hide:hover .c-f--com-ac-el{
      visibility: visible;
    }
    
  }
  @media only screen and (  min-width:768px )
  {
    .cf-course-ml-show-video{
      height: 100%;
    }
    .cf-course-ml-show-blck video,
    .cf-course-ml-show-blck div
    .cf-course-ml-show-blck iframe {
      height: 100%;
      width: 100%;
    }
    .cf-course-ml-show-blck-iframe{
      height: 100%;
    }
    .cf-course-ml-show-iframe iframe{
      height:inherit;
    }
    .cf-course-hide-inline{
      display: inline;
    }
    .cf-course-hide-inline-block{
      display: block
    }
    .cf-course-lec-audio audio{
      width: 500px;  
    }
    .cf-course-hide-block{
      display: block;
    }
    .cf-course-ml-cs{
    min-height: 500px;
    }
    #cf-course-ml-all--video{
      height: 500px;
    }
    .cf-course-user-d{
      font-size: 0.9em; 
     }
     .cf-course-notes{
       width: 75%;
     }
     #cf-course--vimeo--v{
      height: 100%;
    }
    #cf-course-msl-show-youtube{
      height: 100%;
    }
    .cf-course-increase-height{
      height: 95% !important;
      overflow: auto;
    }
    .cf-course-dis-pn{
    width:80%;
    margin:auto;
    }
    .cf--c--c{
        width: 100%;
    }
/* Safari */
:-webkit-full-screen {
  background-color: #ffffff;
}

/* IE11 syntax */
:-ms-fullscreen {
  background-color: #ffffff;
}

/* Standard syntax */
:fullscreen {
  background-color: #ffffff;
}

    .cf_course_drip_model-content{
      width: 50%;
    }
    .cf-course-msrslc:last-child{
      margin-bottom: 2px;
    }
    .cf-course-next-cancel {
      width: 80%;
    }
    .cf-course-li-dlike:nth-child(3) {
        width: 20px;
    }
    .cf-course-li-dlike{
      padding: 2px 4px;
    }
    .cfcourse-tab-menu ul li{
      padding: 7px 15px;
      font-size: 17px
    }
    
  
  }
  @media only screen and (  min-width:1024px )
  {
    
    .cf-course-sticky-sec{
      position: fixed;
      top: 0;
      right: 0;
    }
    #cf-course-msr-c{width: 28%;
    border-left: 2px solid;}
    #cf-course-msl-c{width: 72%;}
    #cf-course-msl-ft-btn{ display: none; }
    #cf-course-msl-f-tabs{ display: none; }
    #cf-course-msr-c{display: block}
    .cf-course-sltcou{
      font-size: 1.2em;
    }
    .cf-course-clttext{
      font-size: 1.2em;
    }
    .cfcourse-tab-menu ul li{
      padding: 7px 25px;
      font-size: 20px
    }
    .cfcourse-tab-menu{
      text-align: left;
    }
    .cf-course--vid-n{
      display: block;
    }
    #cf-course--vimeo--v{
      height: 100%;
    }
    .cf_course_drip_model-content{
      width: 33%;
    }
    .cf-course-li-dlike{
      font-size: 22px;
      padding: 3px 4px;
    }
    #cf-course--likes{
      font-size: 20px;
    }
    #cf-course--dislikes{
      font-size: 20px;
    }
  }
 
  .cf-course-msr-s-arr{
    padding-left: 4px;
  }
 .c-f--com-time a{
    display: inline-block;
    position: relative;
    top:4px;
    color: #919191;
    cursor: pointer;

        }
         .c-f--com-time a span{
            font-size: 16px;
         }
         .c-f--com-time a:hover{
            text-decoration: none;
         }
        .c-f--com-time a:last-child{
                   border: none;

        }
        .c-f--com-ld-cout  span{
            font-size: 14px !important;
        }
        .c-f--com-time a:nth-child(3) span i {
                   transform: rotate(182deg);

        }
        .c-f--com-time a:nth-child(3) {
         top: 5px;

        }
        .c-f--com-time a:nth-child(2) {
          top: 4px;
          margin: 0px 7px 0px 20px;
         }
         .c-f--com-time a:nth-child(4) {
          top: 4px;
          margin: 0px 1px 0 12px;
         }

        .cf-coruse-com-expn-b{
            font-weight: 500;
            cursor: pointer;
        }
        .cf-coruse-com-expn-b:hover{

            text-decoration: none;
        }


         .c-f--com-time a span:not(:last-child){

    position: absolute;
    left: 0%;
    top: 50%;
    transform: translate(-0%, -50%);
         }

.c-f--com-lidi .cf-course-tooltiptext{
  visibility: hidden;
  width: 57px;
  background-color:#555555fa;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 3px 0;
  position: absolute;
  z-index: 1;
  bottom: 140%;
  margin-left: -27px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 0.9em;
}
.c-f--com-like .cf-course-tooltiptext{
  margin-left: -18px;
}
.c-f--com-dislike .cf-course-tooltiptext{
  margin-left: -30px;
}
#cf-course-rating-us{
  display: none;
}
.c-f--com-lidi .cf-course-tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.c-f--com-lidi:hover .cf-course-tooltiptext {
  visibility: visible;
  opacity: 1;
}
#cf-course-snackbar {
  visibility: hidden;
  min-width: 190px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 7px;
  position: fixed;
  z-index: 1;
  left: 11px;
  bottom: 9px;
  font-size: 17px;
}

#cf-course-snackbar.cf-course-snackbar-show {
  visibility: visible;
  -webkit-animation: cf-course-fadein 0.5s, cf-course-fadeout 0.5s 2.5s;
  animation: cf-course-fadein 0.5s, cf-course-fadeout 0.5s 2.5s;
}

@-webkit-keyframes cf-course-fadein {
  from {bottom: 0; opacity: 0;} 
  to {bottom: 9px; opacity: 1;}
}

@keyframes cf-course-fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 9px; opacity: 1;}
}

@-webkit-keyframes cf-course-fadeout {
  from {bottom: 9px; opacity: 1;} 
  to {bottom: 0; opacity: 0;}
}

@keyframes cf-course-fadeout {
  from {bottom: 9px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}
/* Input effect */
  .cf-course-text-input {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    background-color: white;
    background-color: -moz-field;
    border-bottom: 2px solid #0d0d0d;
    font: -moz-field;
    font: -webkit-small-control;
    margin-top: 5px;
    padding: 8px 5px 3px 1px;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    position:relative;
}
.c-f--com-reply-name{
  display: inline-block;
  background-color: #eff1f3;
  padding: 6px 10px 4px 6px;
  color: #131616;
}
.cf-course-all-rating span{
  cursor: pointer;
  transition: 0.2ms;
}
.cf-course-all-rating span:hover{
  color: #6c757d !important;
}
.cf-course-text-input:empty:before {
  content:attr(data-placeholder);
  color: black;
}
#cf-course-next-open{
  display: none;
}
#cf-course-next-open-rating{
  display: none;
}
#cf-course-cancel-next{
  cursor: pointer !important;
}
 .cf-course-focus-border {
	bottom: 0;
	left: 0;
	width: 0px;
	height: 2px;
	background-color: #0c0c0c;
	transition: 0.4s;
	display:block;
	
}
.cf-course-text-input:focus~.cf-course-focus-border {

  animation: cfCourseincreasewidth 0.4s;
}
.cf-course-increase-width{
  animation: cfCourseincreasewidth 0.4s;
}
@keyframes cfCourseincreasewidth{
  from {width: 0;}
  to {width: 100%;}
}

.cf-course-text-input:focus~.cf-course-focus-border {
	width: 100%;
	transition: 0.4s;
}

/* rating end */
.cf-course-halfrating {
  float: left;
  height: 46px;
  padding: 0 10px;
}
.cf-course-rating::after{
  content: "";
  display: table;
  clear: both;
}
.cf-course-halfrating:not(:checked) > input {
  position:absolute;
  top:-9999px;
}
.ytp-button.ytp-expand{
  display: none !important;
}
/* hide youtube more start */
.cf-course-hyoutube-more {
  display: inline-block;
  position: relative;
}
.cf-course-hyoutube-more.ended::after {
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  background-color: black;
  background-repeat: no-repeat;
  background-position: center; 
  background-size: 64px 64px;
  background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4IiB2aWV3Qm94PSIwIDAgNTEwIDUxMCI+PHBhdGggZD0iTTI1NSAxMDJWMEwxMjcuNSAxMjcuNSAyNTUgMjU1VjE1M2M4NC4xNSAwIDE1MyA2OC44NSAxNTMgMTUzcy02OC44NSAxNTMtMTUzIDE1My0xNTMtNjguODUtMTUzLTE1M0g1MWMwIDExMi4yIDkxLjggMjA0IDIwNCAyMDRzMjA0LTkxLjggMjA0LTIwNC05MS44LTIwNC0yMDQtMjA0eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==);
}
.cf-course-hyoutube-more.paused::after {
  content:"";
  position: absolute;
  top: 70px;
  left: 0;
  bottom: 50px;
  right: 0;
  cursor: pointer;
  background-color: black;
  background-repeat: no-repeat;
  background-position: center; 
  background-size: 40px 40px;
  background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEiIHdpZHRoPSIxNzA2LjY2NyIgaGVpZ2h0PSIxNzA2LjY2NyIgdmlld0JveD0iMCAwIDEyODAgMTI4MCI+PHBhdGggZD0iTTE1Ny42MzUgMi45ODRMMTI2MC45NzkgNjQwIDE1Ny42MzUgMTI3Ny4wMTZ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
}
/* hide youtube more end */
.cf-course-halfrating:not(:checked) > label {
  float:right;
  width:1em;
  overflow:hidden;
  white-space:nowrap;
  cursor:pointer;
  font-size:30px;
  color:#ccc;
}
.cf-course-halfrating:not(:checked) > label:before {
  /* content: 'Ã¢Ëœâ€¦ '; */
  font-family: FontAwesome;
  content: "\f005 "; /* full star */
}
.cf-course-halfrating > input:checked ~ label {
  color: #ffc700;    
}
.cf-course-halfrating:not(:checked) > label:hover,
.cf-course-halfrating:not(:checked) > label:hover ~ label {
  color: #deb217;  
}
.cf-course-halfrating > input:checked + label:hover,
.cf-course-halfrating > input:checked + label:hover ~ label,
.cf-course-halfrating > input:checked ~ label:hover,
.cf-course-halfrating > input:checked ~ label:hover ~ label,
.cf-course-halfrating > label:hover ~ input:checked ~ label {
  color: #c59b08;
}
.cf-course-mquiz-des{
  /* border-bottom: 1px solid #cdcdcd;; */
  margin-bottom: 5px;

}
.cf-course-mquiz-des > *{

  padding: 0 !important;
  margin: 0 !important;

}
.cf-course-label-6{
  font-weight: 600;
}

.cf-course-label-5{
  font-weight: 500;
}
.cf-course-mquiz .cf-course-label-5,
.cf-course-mquiz .cf-course-label-6{
  font-size: 18px;

}
.cf-course-question-text{
  font-size: 15px;
  font-weight: 500;
}
.cf-course-question-count{
  font-size: 16px;
  font-weight: 500;
}
#cf-course-mquiz-watch{
  /* position: fixed; */
  top: 5px;
  left: 5px;
}
.cf-course-mquiz-form{
  display: none;
}
.cf-course-card{
  border: 1px solid #cccccc;
  margin-top: 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.cf-course-quiz-sub-btn button{
  cursor: pointer;
}
.cfcourse-error{
  font-size: 13px;
  color: #f70f0f;
  font-weight: 500;
}
a.btn, button.btn{
  word-wrap: break-word;
  white-space: normal;
}
#cf-course--thumbs-up-dislike .fa-thumbs-up{
  transform: rotate(180deg);
}
.cf-course-submit-b{
  display: none;
}
.cf_course_drip_model-content .alert {
  border-radius: 0px;
}
.cf_course_drip_model-body {
  padding: 2px 16px;
  font-size: 17px;
}
.cf-course-close-drip-btn-aq{
  display: none;
}

.cf-course-assign-ada-ans-h{
  height: 140px;
  position: relative;
  overflow: hidden;
}
.cf-course-assign-ans-h-91px{
  height: 91px;
}
.cfcourse-text-content-des{
  height: 185px;
}

.cfcourse-f-lec-desc .cf-course-assign-ada-ans-h{
  height: 125px;
}
.cf-course-assign-ada-ans{
  height: auto;
  overflow:none;
}
.cfcourse-f-lec-desc .cf-course-assign-ada-ans{
  height: auto;
  overflow:none;
}

.cf-course-assign-ada-btn{
  padding-top: 30px;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #1d1d9c;
    background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.95),#FFF);
}
.cf-course-assign-ada-btn:hover{
  border: none;
  text-decoration: none;
}
.cf--course-text-content .cf-course-assign-ada-btn{
  background:none;
}
.cf--course-text-content .cf-course-assign-ada-btn:hover{
  color: black;
  background-color: inherit;
}


.cf-course-header-dropdown{
  position: absolute;
  left: -103px;
  top: 45px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(220, 218, 203);
  border-radius: 4px;
  box-shadow: rgb(0 0 0 / 8%) 0px 2px 4px, rgb(0 0 0 / 8%) 0px 4px 12px;
  margin: 0.4rem 0px;
  z-index: 9999;
  width: 150px;
}
.cf-course-dropdown-progress{
  cursor: pointer;
}
.cf-course-com-itop .cf-course-img {
  width: 30px !important;
  height: 30px !important;
  border-radius: 50px !important;
  overflow: hidden !important;
  cursor: pointer !important;
}
.cf-course-header-dropdown {
  position: absolute !important;
  left: -103px;
  top: 42px;
  color: #000000 !important;
  background-color: rgb(255, 255, 255) !important;
  border: 1px solid rgb(220, 218, 203) !important;
  border-radius: 4px !important;
  box-shadow: rgb(0 0 0 / 8%) 0px 2px 4px, rgb(0 0 0 / 8%) 0px 4px 12px;
  margin: 0.4rem 0px;
  z-index: 9999;
  width: 150px;
  font-size:1em !important;
  text-align:left !important;
}
.cf-course-header-dropdown *{
  font-size:14px !important;
}
.cf-course-header-dropdown a{
  cursor: pointer;
}
.cf-course-header-dropdown a.dropdown-item {
  color: #000000 !important;
}
.cf-course-select-theme{
  cursor: pointer !important;
}
.cf_course_theme-model .cf_course_drip_model-content{
  width:68%;
}
.cf_course_theme-model .cf_course_drip_model-content .cfcourse_images{
  cursor: pointer;
  transition:0.4s;
}
.cf_course_theme-model .cf_course_drip_model-content .cfcourse_images:hover{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.cf-course-header-dropdown label.cf-course-quiz-container ~ div{
  position: absolute;
  left: 35px;
  top: -2px;
  font-size: 0.9em;
}
@media screen and (min-width: 500px) {
  .cf-course-com-itop .cf-course-img {
  width: 42px !important;
  height: 42px !important;
  }
}
@media screen and (max-width: 500px) {
  .cf-template-hide-link .cf-course-second canvas {
    height: 44px !important;
    width: 44px !important;
  }
  .cf-template-hide-link .cf-course-circle strong {
    top: 11px !important;
    left: 1px !important;
    font-size: 0.6em !important;
  }
}
.cf-course-progress-dropdown::after {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -9px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #ffffff transparent;
}
