/* @import "https://unpkg.com/jolty-ui/dist/jolty-ui.min.css";*/
    
     .search-box{
  width: 100%;
  position: relative;
  display: flex;

}
.search-input{
  width: 100%;
  padding: 10px;
  border: 4px solid #003333;
  border-radius:10px 0 0 10px ;
  border-right: none;
  outline: none;
  font-size: 20px;
  color: tomato;
  background: none;
}
.search-button{
 text-align: center;
height: 51px;
width: 40px;
outline: none;
cursor: pointer;
border: 4px solid #003333;
 border-radius: 0 10px 10px 0 ;
border-left: none;
background: none;
font-size: 20px;
border-left: 4px solid #003333;
}

      
.alert-main {
  display: flex;
  justify-content: space-between;
  background: white;
  width: 100%;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0px 15px 20px 0px rgba(46, 61, 73, 0.15);
  transition: box-shadow 0.3s ease;
  cursor: pointer;
  margin-bottom: 40px;
}
.alert-main:hover {
  box-shadow: 0px 4px 8px rgba(46, 61, 73, 0.2);
}

.alert-status {
  font-weight: bold;
  letter-spacing: 0.2px;
  font-size: 18px;
}

.alert-p {
  margin: 0px;
  margin-left: 5px;
  font-weight: 500;
  color: #555;
  font-size: 16px;
  line-height: 20px;
}



.style-c {
  border-left: 2px solid #64F58D;
}
.style-c .status {
  color: #64F58D;
}


    .bt-shake:hover {
      position: relative;
      animation-name: none;
     
    }

    .bt-shake {
      position: relative;
      animation-name: shakeAnim;
      animation-duration: 5s;
      animation-iteration-count: infinite;
      animation-timing-function: ease-in;
    }

    @keyframes shakeAnim {
      0% {
        left: 0
      }
      10% {
        left: -3px
      }
      10% {
        left: 3px
      }
      20% {
        left: -10px
      }
      40% {
        left: 8px
      }
      30% {
        left: -5px
      }
      20% {
        left: 3px
      }
      10% {
        left: 0
      }
    }




   .thin-btn-bold{

  border: solid 1px #333333;
  background: transparent;
  color: #333;
 align-self: center;
  padding:5px 6px;
  margin: 0 1rem;
  transition: all 0.5s ease;
  color: #41403E;
  font-size: 25px;
  letter-spacing: 1px;
  outline: none;
  box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  cursor: pointer;  display: inline-block;
}
   
    .thin-btn{

  border: solid 1px #333333;
  background: transparent;
  color: #333;
 align-self: center;
  padding:5px 6px;
  margin: 0 1rem;
  transition: all 0.5s ease;
  color: #41403E;
  font-size: 12px;
  letter-spacing: 1px;
  outline: none;
  box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  cursor: pointer;  display: inline-block;
}
        
.plane-btn{

  border: none;
  background: #cccccc;
  color: #333;
 align-self: center;
  padding:5px 6px;
  margin: 0 1rem;
  transition: all 0.5s ease;
  color: #41403E;
  font-size: 10px;
  letter-spacing: 1px;
  outline: none;
  box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  cursor: pointer;  display: inline-block;
}

  
.label-btn{

  background: #cccccc;
 align-self: center;
  padding:5px 6px;
  margin: 0 1rem;
  transition: all 0.5s ease;
  color: #41403E;
  font-size: 10px;
  letter-spacing: 1px;
  outline: none;
  cursor: pointer;
  box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
   border: 0px;
}
   
.outline-rounded-btn{

  border: solid 0.5px #333;
  background: transparent;
 align-self: center;
  padding:5px 6px;
  margin: 0 1rem;
  transition: all 0.5s ease;
  color: #41403E;
  font-size: 10px;
  letter-spacing: 1px;
  outline: none;
  cursor: pointer;
  box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
  border-radius: 9px;  display: inline-block;
}

.outline-btn-white{

  border: solid 0.5px #41403E;
  background: transparent;
 align-self: center;
  padding:5px 6px;
  margin: 0 1rem;
  transition: all 0.5s ease;
  color: #41403E;
  font-size: 10px;
  letter-spacing: 1px;
  outline: none;
  cursor: pointer;
  box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;  display: inline-block;
}
.outline-btn-white{

  border: solid 0.5px #fff;
  background: transparent;
 align-self: center;
  padding:5px 6px;
  margin: 0 1rem;
  transition: all 0.5s ease;
  color: #fff;
  font-size: 10px;
  letter-spacing: 1px;
  outline: none;
  cursor: pointer;
  box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;  display: inline-block;
}

    
.dotted-btn{

  border: dotted 0.5px #41403E;
  background: transparent;
 align-self: center;
  padding:5px 6px;
  margin: 0 1rem;
  transition: all 0.5s ease;
  color: #41403E;
  font-size: 10px;
  letter-spacing: 1px;
  outline: none;
  cursor: pointer;
  box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;  display: inline-block;
}




    
    
    
    
    
    .certificate-container {
    padding: 50px;
    width: 1024px;
    align-content:center;
}
.certificate {
    border: 8px solid #003333;
    padding: 6px;
    height: 600px;
    position: relative;
}

.ccertificate:after {
    content: '';
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    position: absolute;
    background-size: 100%;
    z-index: -1;
    
    

    background-repeat: no-repeat !important;
    background-position: center !important;
    
}

.certificate-header > .logo {
    width: 80px;
    height: 80px;
    z-index:100;
}

.certificate-title {
    text-align: center;    
}

.certificate-body {
    text-align: center;
}

h1 {

    font-weight: 400;
    font-size: 48px;
    color: #003333;
}

.student-name {
    font-size: 24px;
}

.certificate-content {
    margin: 0 auto;
    width: 750px;
}

.about-certificate {
    width: 380px;
    margin: 0 auto;
}

.topic-description {

    text-align: center;
}



.btn-main{
  background: #003333;
  color: #fff;
  border-radius: 5px;
  width: 100%;
  border:none;
  padding: 7px;

}

#btn-main{
  background: #003333;
  color: #fff;
  border-radius: 5px;

}



#course_instructor_img  {
max-width: 7.5rem;
  height: 7.5rem;
}

.profile__user {
  padding: 0.625rem;
  overflow: hidden;
}
.profile__user #course_instructor_img {
  float: left;
  max-width: 6.25rem;
  margin: 0 0.625rem 0.625rem 0;
}
@media (min-width: 941px) {
  .profile__user #course_instructor_img  {
   max-width: 7.5rem;
  height: 7.5rem;
    margin-right: 1.25rem;
  }
}
.profile__user .user__details {
  padding-top: 0.625rem;
}
@media (min-width: 601px) {
  .profile__user .user__details {
    padding-top: 1.25rem;
  }
}

@supports (display: grid) {
  .profile__user #course_instructor_img  {
    margin: 0;
    max-height: 100%;
  }
  .profile__user .user__details {
    padding: 0;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
  }
}
.profile__user {
  display: grid;
  grid-template-columns: 6.25rem 2fr;
  grid-gap: 0.625rem;
}
@media (min-width: 941px) {
  .profile__user {
    grid-template-columns: 7.5rem 2fr;
  }
}




.profile {
  background: rgba(255, 255, 255, 0.75);
  margin: 1.25rem;
  border: 1px solid white;
  border-radius: 0.3125rem;
}
.profile .profile__user img {
  border: 0.2083333333rem solid #66ffcc;
  border-radius: 100%;
}
.profile .profile__user .user__details h2 {
  color: #0B3254;
  font-weight: bold;
  font-size: 21px;
}
.profile .profile__user .user__details h2 .name--last {
  font-weight: normal;
  
}
.profile .profile__user .user__details p {
  color: #497DC0;
  font-size: 12px;
}
.profile .user__progress {
  color: white;
  background: #003333;
  padding: 1.25rem;
  border-top: 0.6rem solid #009966;
  border-bottom-right-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
}
#enroll__button{
    
    background:#00ff99;
    color: #333;
    padding: 10px 20px;
    margin:10px;
    
}


.module__button {
  color: white;
  font-size: 12px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 153, 102, 0.5);
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/500163/button-arrow.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  margin-top: 0.625rem;
  padding: 0.3125rem 1.875rem 0.15625rem 0.625rem;
  border-radius: 5rem;
  display: inline-block;
  cursor: pointer;
}

.module__button:hover {
  background-color: #fff;
}


.progress__etc h2{
      color: white;
    
}













.course_info {
  width: 100%;
  text-align: center;
   box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
     border-radius: 10px;
   background-color: #fff;   
}

.course_info_columns {
  width: 33%;
  min-width: 280px;
  vertical-align: top;/*Fix for different     height elements*/
  margin-bottom: 10px;
  display: inline-block;
  background-color: #fff;
  color: #333;
  border: none;

  
 
 }
.align-right {
  text-align: right;
}
@media screen and (max-width: 680px) {
  .course_info_columns {
    width: 100%; 
  }
}


.details-tab {
  padding: 0.5rem 1rem;
  font-size: 2.1rem;
  color: #003333;
  display: block;
  order: 0;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  cursor: pointer;
  border: 2px solid #00333;
}
.details-tab:hover, .details-tab:focus {
  border-color: #003333;
}
.details-tab::-webkit-details-marker {
  display: none;
}

.details-tabs {
  position: relative;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.details-content {
  order: 1;
  padding: 1rem;
  width: 100%;
  background:#fff;
}
.details-content details {
  margin: 1.5rem;
}
.details-content details summary {
  font-weight: 600;
}

.details-item {
  display: contents;
}
.details-item[open] > .details-tab {
  background: #fff;
  color: #333;
}


        #controls {
             width: 100%;
            margin: 20px 0;
        }
        #pdf-canvas {
            width: 100%;
            border: 1px solid black;
        }
        
        
        
        
        
        
        
        
        
        
        
#course_instructor_img  {
max-width: 7.5rem;
  height: 7.5rem;
}

.profile__user {
  padding: 0.625rem;
  overflow: hidden;
}
.profile__user #course_instructor_img {
  float: left;
  max-width: 6.25rem;
  margin: 0 0.625rem 0.625rem 0;
}
@media (min-width: 941px) {
  .profile__user #course_instructor_img  {
   max-width: 7.5rem;
  height: 7.5rem;
    margin-right: 1.25rem;
  }
}
.profile__user .user__details {
  padding-top: 0.625rem;
}
@media (min-width: 601px) {
  .profile__user .user__details {
    padding-top: 1.25rem;
  }
}

@supports (display: grid) {
  .profile__user #course_instructor_img  {
    margin: 0;
    max-height: 100%;
  }
  .profile__user .user__details {
    padding: 0;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
  }
}
.profile__user {
  display: grid;
  grid-template-columns: 6.25rem 2fr;
  grid-gap: 0.625rem;
}
@media (min-width: 941px) {
  .profile__user {
    grid-template-columns: 7.5rem 2fr;
  }
}




.profile {
  background: rgba(255, 255, 255, 0.75);
  margin: 1.25rem;
  border: 1px solid white;
  border-radius: 0.3125rem;
}
.profile .profile__user img {
  border: 0.2083333333rem solid #66ffcc;
  border-radius: 100%;
}
.profile .profile__user .user__details h2 {
  color: #0B3254;
  font-weight: bold;
  font-size: 21px;
}
.profile .profile__user .user__details h2 .name--last {
  font-weight: normal;
  
}
.profile .profile__user .user__details p {
  color: #497DC0;
  font-size: 12px;
}
.profile .user__progress {
  color: white;
  background: #003333;
  padding: 1.25rem;
  border-top: 0.6rem solid #009966;
  border-bottom-right-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
}
#enroll__button{
    
    background:#00ff99;
    color: #333;
    padding: 10px 20px;
    margin:10px;
    
}


.module__button {
  color: white;
  font-size: 12px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 153, 102, 0.5);
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/500163/button-arrow.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  margin-top: 0.625rem;
  padding: 0.3125rem 1.875rem 0.15625rem 0.625rem;
  border-radius: 5rem;
  display: inline-block;
  cursor: pointer;
}

.module__button:hover {
  background-color: #fff;
}


.progress__etc h2{
      color: white;
    
}



.course_info {
  width: 100%;
  text-align: center;
   box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
     border-radius: 10px;
   background-color: #fff;   
}

.course_info_columns {
  width: 33%;
  min-width: 280px;
  vertical-align: top;/*Fix for different     height elements*/
  margin-bottom: 10px;
  display: inline-block;
  background-color: #fff;
  color: #333;
  border: none;

  
 
 }
.align-right {
  text-align: right;
}
@media screen and (max-width: 680px) {
  .course_info_columns {
    width: 100%; 
  }
}






.details-tab {
  padding: 0.5rem 1rem;
  font-size: 2.1rem;
  color: #003333;
  display: block;
  order: 0;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  cursor: pointer;
  border: 2px solid #00333;
}
.details-tab:hover, .details-tab:focus {
  border-color: #003333;
}
.details-tab::-webkit-details-marker {
  display: none;
}

.details-tabs {
  position: relative;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.details-content {
  order: 1;
  padding: 1rem;
  width: 100%;
  background:#fff;
}
.details-content details {
  margin: 1.5rem;
}
.details-content details summary {
  font-weight: 600;
}

.details-item {
  display: contents;
}
.details-item[open] > .details-tab {
  background: #fff;
  color: #333;
}
