 
.submit_comment,
.submit_name,
.user_profile,
.user_courses {
  position: relative;
  padding: 20px;
  box-shadow: 0px 0px 7px rgba(0,0,0,0.12);
  background: #fff !important;
  border-radius: 10px;
  transition: all linear 0.3s;
  margin: 0px 0px 30px;
  text-align: center;
}
.submit_comment h3,
.submit_name h3,
.user_profile h3,
.user_courses h3 {
  font-size: 22px !important;
  margin: 0px !important;
  color: #333;
  line-height: 36px;
  min-height: 35px;
  text-align: center; 
}
.user_profile .form-group, 
.user_courses .form-group {
  display: flex;
  align-items: end;
  clear: both;
  flex-direction: column;
} 
.submit_comment .form-group {
  display: flex;
  align-items: end;
  clear: both;
  flex-direction: column;
  margin: 0 0 10px;
}
.submit_name .form-group  {
  display: flex;
  align-items: center;
  clear: both;
  flex-direction: column;
}
.kc_desc {
  position: relative;
  box-shadow: 0px 0px 7px rgba(0,0,0,0.12);
  border-radius: 10px;
  transition: all linear 0.3s;
  margin: 0px 0 30px;
  text-align: center !important;
  line-height: 30px;
}
.user_profile  .your_page{
  background-color: #e50001;
  color: #fff !important;
  font-size: 13px;
  padding: 8px 15px;
  display: inline-block;
  border-radius: 10px;
  transition: all 0.3s cubic-bezier(0,0,.2,1);
  border: none;
  margin: 10px 0;
  width: 120px;
}
.user_courses select{
  width: 100%;
}
.user_profile .form-group button,
.submit_name .form-group > button,
.user_courses .form-group > button{
  background-color: #0071dc;
  color: #fff;
  font-size: 13px;
  padding: 8px 15px;
  display: inline-block;
  border-radius: 10px;
  transition: all 0.3s cubic-bezier(0,0,.2,1);
  border: none;
  margin: 10px 0;
  width: 120px;
}
.user_profile .form-group > button:hover,
.submit_name .form-group > button:hover,
.user_courses .form-group > button:hover {
  background-color: #e50001;
}
.submit_name .form-group span{
  display: block;
  text-align: center;
  width: 100%;
}
.user_courses ul.list{
  text-align: right;
  padding: 0;
  margin: 0;
  list-style: none;
}
.user_courses ul.list li {
  position: relative;
  padding: 0px 20px 0px 0px;
  margin: 15px 0 0;
}
.user_courses ul.list li::before {
  position: absolute;
  right: 0;
  top: 0px;
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 16px;
  color: #34C234;
}
.user_courses ul li .btn{
  background: #eee;
  padding: 0 5px;
  font-size: 13px;
  box-shadow: none !important;
}
.comments .modal-title {
  padding: 0 !important;
}
.comments .each_comment .remove,
.user_courses .remove {
  background-color: #0071dc;
  color: #fff;
  font-size: 13px;
  padding: 8px 15px;
  display: inline-block;
  border-radius: 10px;
  transition: all 0.3s cubic-bezier(0,0,.2,1);
  border: none;
  min-height: 40px;
  margin: 10px 5px 0;
}
.comments .each_comment .close,
.user_courses .close {
  background-color: #eee;
  color: #333;
  font-size: 13px;
  padding: 8px 15px;
  display: inline-block;
  border-radius: 10px;
  transition: all 0.3s cubic-bezier(0,0,.2,1);
  border: none;
  float: none !important;
  opacity: 1 !important;
  font-weight: normal !important;
  line-height: normal;
  text-shadow: none;
  min-height: 40px;
  margin: 10px 5px 0;
}
.submit_comment select{
  width: 100%;
}
.submit_name .form-group input {
  width: 100%;
  box-shadow: none !important;
  font-size: 14px !important;
  border: solid 1px #ddd;
  border-radius: 10px;
  line-height: normal;
  padding: 10px !important;
  margin: 10px auto ;
}
.user_profile .form-group textarea,
.submit_comment textarea {
  width: 100%;
  height: 120px !important;
  box-shadow: none !important;
  margin: 0 auto;
  font-size: 14px !important;
}
.submit_comment .form-group > button{
  background-color: #0071dc;
  color: #fff;
  font-size: 13px;
  padding: 8px 15px;
  display: inline-block;
  border-radius: 10px;
  transition: all 0.3s cubic-bezier(0,0,.2,1);
  border: none;
  width: 120px !important;
}
#set-form{
  text-align: center;
}
.submit_comment.disabled textarea,
.submit_comment.disabled, 
.user_courses.disabled {
  background: #f3f3f3 !important;
}
.submit_comment .form-group > button:hover {
  background-color: #e50001;
}
.user_courses .form-group > button.disabled,
.submit_comment .form-group > button.disabled {
  background: #ccc !important;
  cursor: not-allowed;
}
.mceDefaultSkin iframe,
.submit_comment .wf-editor-container{
  max-width: 100% !important;
}
.comments .each_comment {
  position: relative;
  padding: 20px;
  box-shadow: 0px 0px 7px rgba(0,0,0,0.12);
  background: #fff !important;
  border-radius: 10px;
  transition: all linear 0.3s;
  margin: 0px 0px 20px;
  text-align: center;
}
.comments .each_comment .btn{
  background: #eee;
  padding: 0 5px;
  font-size: 13px;
  box-shadow: none !important;
}
.comments .each_comment .head,
.comments .each_comment .foot {
  display: flex;
  justify-content: space-between;
}
.comments .each_comment .text{
  padding: 10px 0;
  text-align: right;
}
.comments .each_comment .modal-body h3{
  font-size: 16px;
} 
.comments .each_comment .modal-body textarea{
  width: 100%;
  height: 120px !important;
  box-shadow: none !important;
  margin: 0 auto;
  font-size: 14px !important;
}
.chosen-container{
  text-align: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  font-family: inherit !important;
}
.chosen-container-single .chosen-single {
  height: 40px !important;
  box-shadow: none !important;
  line-height: 40px !important;
  background: none !important;
  border: solid 1px #ddd !important;
  padding: 0 10px 0 40px !important;
  cursor: pointer;
}
.chosen-container-multi .chosen-choices{
  border: solid 1px #ddd !important;
  border-radius: 5px !important;
  box-shadow: none !important;
  background: none !important;
  padding: 5px 10px !important;
}
.chosen-container-multi .chosen-choices li.search-choice {
  box-shadow: none !important;
  background: #f1f1f1 !important;
  border: none !important;
  line-height: normal !important;
  padding: 5px 5px 5px 17px !important;
  margin: 5px 0 5px 5px  !important;
}
.chosen-container-single .chosen-single span{
  margin: 0 !important;
}
.chosen-container-single .chosen-single::before {
  position: absolute;
  top: -2px;
  content: "\f107";
  font-family: FontAwesome;
  font-size: 21px;
  left: 12px;
  right: auto;
}
.chosen-container .chosen-results li {
  line-height: normal !important;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 7px !important;
}









.dashboard_comments {
  position: relative;
  padding: 20px;
  box-shadow: 0px 0px 7px rgba(0,0,0,0.12);
  background: #fff !important;
  border-radius: 10px;
  transition: all linear 0.3s;
  margin: 0px 0px 30px;
}
.dashboard_comments h1{
  font-size: 22px !important;
  margin: 0px 0 15px !important;
  color: #333;
  line-height: 36px;
  min-height: 35px;   
}
.dashboard_comments .each_comments_list {
  border: solid 1px #eee !important;
  border-radius: 5px !important;
  padding: 0;
  margin: 0 0 15px;
}
.dashboard_comments .each_comments_list .head {
  padding: 15px 15px 15px 35px !important;
  position: relative !important;
  cursor: pointer !important;
  display: flex;
  justify-content: space-between;
}
.dashboard_comments .each_comments_list .head h3{
  font-size: 16px;
  display: inline-block;
  margin: 0;
}
.dashboard_comments .each_comments_list .head .com_hikashop {
  background: #01996D;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  padding: 2px 5px;
  border-radius: 5px;
  line-height: normal; 
}
.dashboard_comments .each_comments_list .head .com_content {
  background: #FA8403;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  padding: 2px 5px;
  border-radius: 5px;
  line-height: normal;
}
.dashboard_comments .each_comments_list .head .date {
  font-size: 13px;
  color: rgb(161,171,179);
}
.dashboard_comments .each_comments_list .card-body {
  padding: 0 10px;
}
.dashboard_comments .each_comments_list .text {
  color: #333;
  text-align: right;
  line-height: 25px;
  border: solid 1px #eee;
  border-radius: 5px 5px 5px 25px;
  padding: 10px;
  background: #fafafa;
  font-size: 13px;
  margin: 0 0 15px;
}
.dashboard_comments .each_comments_list .text.has_shadow{
  box-shadow: 0px 0px 7px rgba(0,0,0,0.12) !important;
  background: #fff !important;
}
.dashboard_comments .each_comments_list .text_header {
  justify-content: space-between;
  display: flex;
  padding-right: 40px;
  min-height: 35px;
  position: relative;
  align-items: center;
  margin: 0 0 15px;
}
.dashboard_comments .each_comments_list .text_header span{
  font-size: 13px;
  color: rgb(161,171,179);
  float: left;
}
.dashboard_comments .each_comments_list .text_header::before {
  content: '';
  position: absolute;
  background: url(/templates/shaper_helix3/images/user-avatar.webp);
  width: 34px;
  height: 34px;
  border: 2px solid #eee;
  border-radius: 5px;
  right: 0;
  background-size: contain;
  top: 0;
}
.dashboard_comments .each_comments_list .text_header.admin_avatar::before {
  background: url(/templates/shaper_helix3/images/ramin-razavi-4.webp);
    background-size: auto;
  background-size: contain;
}

.dashboard_comments .each_comments_list .attachments {
  margin: 10px 0 0;
}
.dashboard_comments .each_comments_list .attachments a {
  display: block;
  position: relative;
  padding-right: 17px;
  color: #0071dc;
}
.dashboard_comments .each_comments_list .attachments a::before {
  content: "\f019";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
}
.dashboard_comments .each_comments_list .foot{ 
  text-align: left;
  padding: 0 0px 10px;
}
.dashboard_comments .each_comments_list .link{
  border: none;
  color: #fff !important;
  padding: 5px 15px;
  border-radius: 5px;
  display: inline-block;
  position: relative;
  margin: 0;
  font-size: 13px; 
  background: #0071dc;
  height: 35px;
  width: auto;
}
.dashboard_comments .each_comments_list .card-header[aria-expanded="false"]::after {
  transition: all 0.2s linear;
  position: absolute;
  left: 15px;
  top: 15px;
  text-align: center;
  font-size: 22px;
  color: #ccc;
  transition: all 0.2s linear;
  content: "\f107";
  font-family: FontAwesome !important;
}
.dashboard_comments .each_comments_list .card-header[aria-expanded="true"]::after {
  position: absolute;
  color: #e50001;
  transition: all 0.2s linear;
  content: "\f106";
  font-family: FontAwesome !important;
  left: 15px;
  top: 15px;
  text-align: center;
  font-size: 22px;
}

.wishlist_products > .nav,
.dashboard_comments > .nav {
  width: 100%;
  background: #eee; 
  border-radius: 10px 10px 0 0 ; 
  padding: 10px 10px 0;
}
.wishlist_products > .nav button,
.dashboard_comments > .nav button {
  background: #fff;
  border: none;
  margin: 0 0 10px 10px;
  border-radius: 10px;
  box-shadow: 0 0 3px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
}
.wishlist_products > .nav button.active,
.dashboard_comments > .nav button.active{
  background-color: #000;
  color: #fff;
}
.dashboard_comments > .nav button .count {
  display: inline-block;
  background: #e50001;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  margin-right: 5px;
}
.dashboard_comments > .nav button.active .count{
  background: #fff;
  color: #333;
} 
.blinker{
  animation: blinker 2s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.wishlist_products > .tab-content > .tab-pane,
.dashboard_comments > .tab-content > .tab-pane {
  padding: 20px;
  border: solid 1px #eee;
  border-radius: 0 0 10px 10px;
  position: relative;
}
.waiting_products .col-lg-6 {
  margin: 0 0 20px;
}
.waiting_products .each {
  border: solid 1px #eee;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
.waiting_products .each .info {
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.waiting_products .each .info img {
  width: 80px;
  border-radius: 5px;
  margin-left: 10px;
}
.waiting_products .each .info span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.waiting_products .each .link {
  text-align: center;
  border: solid 1px #0071dc;
  color: #0071dc;
  padding: 5px 15px;
  border-radius: 5px;
  display: inline-block;
  position: relative;
  margin: 15px 0 0;
  font-size: 13px;
  line-height: 25px;
  background: #fff;
}
.waiting_products .each .link:hover{
  color: #fff;
  background: #0071dc;
}
.waiting_products .each .link svg{
  fill: #0071dc;
  width: 21px;
  height: 21px;
}
.waiting_products .each .link:hover svg{
  fill: #fff;
}

.usermenulist {
  border-radius: 10px;
  border: solid 1px #eee;
  margin: 0 0 20px;
}
.usermenulist .dashboard_menu{
  margin: 0 !important;
}

.dashboard_content .help_box{
  position: relative;
  padding: 20px;
  box-shadow: 0px 0px 7px rgba(0,0,0,0.12);
  background: #fff !important;
  border-radius: 10px;
  transition: all linear 0.3s;
  margin: 0px 0px 30px;
}
.dashboard_content .help_box h1 {
  font-size: 22px !important;
  margin: 0px 0 15px !important;
  color: #333;
  line-height: 36px;
  min-height: 35px;
  display: flex;
justify-content: space-between;
}
.dashboard_content .help_box h1 > a{
  display: inline-block;
  background: #e50001;
  color: #fff;
  font-size: 14px;
  padding: 7px 15px;
  line-height: normal;
  border-radius: 5px;
}
.user_products {
  position: relative;
  padding: 20px;
  box-shadow: 0px 0px 7px rgba(0,0,0,0.12);
  background: #fff !important;
  border-radius: 10px;
  transition: all linear 0.3s;
  margin: 0px 0px 30px;
}
.user_products h1{
  font-size: 22px !important;
  margin: 0px 0 15px !important;
  color: #333;
  line-height: 36px;
  min-height: 35px;   
}
.user_products ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.user_products ul li{
  clear: both;
  margin: 0 0 10px;
  border: solid 1px #eee;
  border-radius: 5px;
  justify-content: space-between;
  display: flex;
  padding: 15px;
  align-items: center;
}
.user_products ul li div:first-child{
  width: 69%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.user_products ul li img{
  width: 100px;
  display: inline-block;
  margin-left: 10px;
  border-radius: 10px;
}
.user_products ul li a:first-child{
  border: none;
  color: #fff !important;
  padding: 5px 15px;
  border-radius: 5px;
  display: inline-block;
  position: relative;
  margin: 0;
  font-size: 12px;
  line-height: 25px;
  background: #0071dc;
}
.user_products ul li a:first-child:hover {
  background: #e50001;
}
.user_products ul li a:last-child{
  border: none;
  color: #333 !important;
  padding: 5px 15px;
  border-radius: 5px;
  display: inline-block;
  position: relative;
  margin: 0;
  font-size: 12px;
  line-height: 25px;
  background: #eee;
}




.user_product {
  position: relative;
  padding: 20px;
  box-shadow: 0px 0px 7px rgba(0,0,0,0.12);
  background: #fff !important;
  border-radius: 10px;
  transition: all linear 0.3s;
  margin: 0px 0px 30px;
}
.user_product h1{
  font-size: 22px !important;
  margin: 0px 0 15px !important;
  color: #333;
  line-height: 36px;
  min-height: 35px;   
}
.user_product .buttons {
  text-align: center;
  margin: 0 0 20px;
  display: flex;
  justify-content: center;
}
.user_product .buttons a{
  background: #009b45;
  border: none;
  color: #fff !important;
  padding: 5px 15px;
  border-radius: 5px;
  display: flex;
  position: relative; 
  font-size: 14px;
  line-height: 30px;
  height: 40px;
  justify-content: space-between;
  align-items: center;
  margin-left: 10px;
}
.user_product .license_key { 
  border: none;
  color: #fff !important;
  padding: 5px 15px;
  border-radius: 5px;
  display: flex;
  position: relative;
  margin: 0;
  font-size: 14px;
  line-height: 30px;
  background: #0071dc !important;
  height: 40px;
  justify-content: space-between;
  align-items: center;
}
.user_product .buttons svg{
  width: 22px;
  height: 22px;
  fill: #fff;
  margin-left: 5px;
}
.license_modal .modal-title {
  font-size: 16px;
  padding: 0;;
}
.license_modal .close {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  background: #ebebeb;
  border-radius: 50%;
  line-height: 42px;
  z-index: 99;
  border: none;
  box-shadow: none !important;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;  
  padding: 0 !important; 
  margin: 0 !important;
}
.license_modal .close::before {
  content: '';
  background: url(../images/close-1.png) no-repeat;
  width: 10px;
  height: 10px;
  display: inline-block; 
  margin: 0 auto;
  background-size: contain;
}
.license_modal .password {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.license_modal .password input{
  height: 40px;
  border: solid 1px #ddd;
  border-radius: 5px;
  padding: 5px 15px 5px 50px;
  font-size: 15px;
  color: #3E3E3E;
  width: 100%;
}
.license_modal .password span{
  width: 40px;
  height: 40px;
  border: none;
  background: #0071dc;
  border-radius: 5px 0 0 5px;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 13px;
  line-height: 40px;
  cursor: pointer;
  text-align: center;
}
.license_modal .pass_text {
  width: 90%;
  font-size: 12px;
  margin: 9px auto;
  padding: 6px 10px;
  white-space: normal;
  background-color: #424750;
  border: 1px solid rgba(3, 10, 22, .3);
  color: #fff;
  font-weight: 400;
  line-height: 19px;
  text-align: center;
  border-radius: 5px;
  display: none;
  position: relative;
}
.license_modal .pass_text::after{
  left: 49%;
  bottom: 100%;
  content: " ";
  margin-left: -5px;
  position: absolute;
  border: 5px solid transparent;
  border-bottom-color: #000;
}
.user_product > .nav {
  width: 100%;
  background: #eee; 
  border-radius: 10px 10px 0 0 ; 
  padding: 10px;
}
.user_product > .nav button {
  background: #fff;
  border: none;
  margin-left: 10px;
  border-radius: 10px;
  box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
.user_product > .nav button.active{
  background-color: #000;
  color: #fff;
}
.user_product > .tab-content > .tab-pane {
  padding: 20px;
  border: solid 1px #eee;
  border-radius: 0 0 10px 10px;
}

.user_product .source_accordion .card {
  margin: 0 ;
  border: none !important;
  overflow: visible !important;
}
.user_product .source_accordion .card .card-header {
  border-radius: 5px !important;
  box-shadow: 0 3px 8px -3px #ccc;
  background: #fff;
  margin: 0 0 10px;
  border: 1px solid #f5f5f5;
  padding: 13px 20px 13px 45px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s linear;
} 

.user_product .source_accordion .card .card-header:hover{
  color: #e50001;
}  
.user_product .source_accordion .card .card-header:hover:after{
  transition: all 0.2s linear;
  color: #e50001 !important;
}
.user_product .source_accordion .card .card-header[aria-expanded="false"]::after {
  transition: all 0.2s linear;
  position: absolute;
  left: 16px;
  top: 17px;
  text-align: center;
  font-size: 22px;
  color: #ccc;
  transition: all 0.2s linear;
  content: "\f107";
  font-family: FontAwesome !important;
}
.user_product .source_accordion .card .card-header[aria-expanded="true"]::after {
  position: absolute;
  color: #e50001;
  transition: all 0.2s linear;
  content: "\f106";
  font-family: FontAwesome !important;
  left: 16px;
  top: 13px;
  text-align: center;
  font-size: 22px;
}
.user_product .source_accordion .card .card-body {
  border-radius: 5px;
  background: #fff;
  margin: 0 0 10px;
  padding: 20px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s linear;
  border: solid 1px #eee;
  line-height: 27px;
  font-size: 13px;
  display: flex;
flex-wrap: wrap;
}
.user_product .source_accordion .card .card-body a {
  background: #f1f1f1;
  display: inline-block;
  padding: 5px 14px;
  font-size: 13px;
  border-radius: 5px;
  color: #333;
  margin-left: 5px;
  margin-bottom: 5px; 
  transition: all 0.2s linear;
}
.user_product .source_accordion .card .card-body a:before{
  content: "\f019";
  font-family: FontAwesome;
  margin-left: 5px;
}
.user_product .source_accordion .card .card-body a:hover{
  color: #e50001;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
}


.wishlist_products{
  position: relative;
  padding: 20px;
  box-shadow: 0px 0px 7px rgba(0,0,0,0.12);
  background: #fff !important;
  border-radius: 10px;
  transition: all linear 0.3s;
  margin: 0px 0px 30px;
}
.wishlist_products h1{
  font-size: 22px !important;
  margin: 0px 0 25px !important;
  color: #333;
  line-height: 36px;
  min-height: 35px; 
}
.wishlist_products .row{
  overflow: visible !important;
}
.wishlist_products .col-lg-4, 
.wishlist_products .col-lg-6 {
  margin: 0 0 30px;
}
.wishlist_products .each_product {
  height: 100%;
  position: relative;
  padding: 0;
  background: #f7f7f7;
  border-radius: 10px;
  transition: all linear 0.3s;
  text-align: center;
  width: 100%;
  float: right;
  margin: 0 !important;
  border: solid 1px #f2f2f2;
}
.wishlist_products .each_product h3{
  font-size: 14px !important;
  margin: 0;
  line-height: 23px !important; 
  overflow: hidden;
  text-align: center;
  color: rgb(51,51,51);
  padding: 10px;
}
.wishlist_products .each_product h3 a {
  color: #333;
}
.wishlist_products .each_product a.hikabtn {
  border: none;
  color: #fff !important;
  padding: 5px 15px;
  border-radius: 5px;
  display: inline-block;
  position: relative;
  margin: 0;
  font-size: 12px;
  line-height: 25px;
  background: #0071dc;
}
.wishlist_products .each_product a.hikabtn:hover {
  background: #e50001;
} 
.wishlist_products .each_product .remove{
  position: absolute;
  top: -15px;
  right: -15px;
  background: #e50001;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  z-index: 10;
  cursor: pointer;
  line-height: 28px;
}
.wishlist_products .each_product .remove svg {
  width: 15px;
  height: 15px;
}
.loading {
  background: rgba(255,255,255,0.8) url(/components/com_kcdashboard/assets/images/loading-2.gif) no-repeat center;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 11;
  display: none;
}
.wishlist_products .each_product .info {
  display: flex; 
  padding: 0 15px;
  justify-content: space-between;
  margin: 0 0 15px;
}
.wishlist_products .each_product .teacher { 
  font-size: 13px;
  text-align: right;
  position: relative; 
  color: #666;
  margin-left: 15px;
}
.wishlist_products .each_product .teacher a{
  color: #666;
} 
.wishlist_products .each_product .teacher  svg { 
  width: 25px;
  height: 25px;
  fill: #737373;
}
.wishlist_products .each_product .period {  
  font-size: 13px;
  text-align: right;
  position: relative; 
  color: #666;
}  
.wishlist_products .each_product .period  svg { 
  width: 18px;
  height: 18px;
  fill: #737373;
}
.wishlist_products .each_product .footer_box {
  display: flex;
  padding: 0 15px;
  margin: 0 0 15px;
  justify-content: space-between;
  align-items: center;
}
.wishlist_products .each_product .price_box{
  text-align: center;
  font-size: 15px;
  color: #009b45;
}
.wishlist_products .each_product .price_box span{
  text-decoration: line-through;
  white-space: nowrap;
  color: #888;
  font-size: 13px;
  margin-right: 10px;
  display: inline-block;
}



.help_box > .item > .nav {
  width: 100%;
  background: #eee; 
  border-radius: 10px 10px 0 0 ; 
  padding: 10px;
}
.help_box > .item > .nav button {
  background: #fff;
  border: none;
  margin-left: 10px;
  border-radius: 10px;
  box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
.help_box > .item > .nav button.active{
  background-color: #000;
  color: #fff;
}
.help_box > .item > .tab-content > .tab-pane {
  padding: 20px;
  border: solid 1px #eee;
  border-radius: 0 0 10px 10px;
}
.help_box > .item > .tab-content .nav {
  padding: 0;
  justify-content: center;
  margin: 0 0 20px;
}
.help_box > .item > .tab-content .nav li {
  padding: 0 !important;
  margin: 0 5px;
  width: auto !important;
  float: none !important;
}
.help_box > .item > .tab-content .nav button {
  border: none;
  padding: 8px 10px !important;
  border-radius: 10px;
  line-height: normal;
  font-size: 14px !important;
  background-color: #eee;
  color: #333;
  text-align: center;
  height: 40px;
  display: flex;
  align-items: center;
}
.help_box > .item > .tab-content .nav button.active {
  background: #0071dc;
  color: #FFF;
}
.help_box > .item > .tab-content .nav button svg{
  width: 20px;
  height: 20px;
  fill: #333;
  margin-left: 5px;
}
.help_box > .item > .tab-content .nav button#macos-tab svg {
  width: 34px;
  height: 34px;
}
.help_box > .item > .tab-content .nav button.active svg{
 fill: #fff; 
}
.help_box > .item video{
  box-shadow: 0px 0px 7px rgba(0,0,0,0.12) !important;
  transition: all 0.3s cubic-bezier(.25,.8,.25,1) !important;
  border-radius: 10px !important;
  padding: 10px;
  margin-bottom: 0;
  background: #fff;
  width: 100%;
  object-fit: cover;
}
.help_box > .item .body ol{
  counter-reset: item;
  list-style: none; 
  padding: 0; 
  margin-bottom: 16px; 
}
.help_box > .item .body ol li {
  display: block;
  padding: 5px 30px 5px 30px;
  position: relative;
  line-height: 27px;
  counter-increment: item;
  font-weight: normal; 
}
.help_box > .item .body ol li h3,
.help_box > .item .body ul li h3 {
  margin: 0 !important;
  line-height: normal;
}
.help_box > .item .body ol {
  counter-reset: li;
}
.help_box > .item .body ol > li::before {
  content: counter(li);
  counter-increment: li;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  width: 25px;
  height: 25px;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 7px;
  border-radius: 50%;
  background: #f0f1f3;
  color: #8f9397;
}
.help_box > .item .body ol.green-list > li::before {
  background:rgba(51, 153, 102,0.1);;
  color: #339966;
}
.help_box > .item .body ol.orange-list > li::before {
  background: rgba(199, 80, 0,0.1);
  color: #c75000;
} 
.help_box > .item .body ol.blue-list > li::before {
  background: rgba(51, 51, 153,0.1);
  color: #333399;
} 
.help_box > .item .body ul{
  list-style: none; 
  padding: 0; 
  margin-bottom: 16px; 
}
.help_box > .item .body ol ul,
.help_box > .item .body ul ol,
.help_box > .item .body ul ul {
  margin: 0 !important;
}
.help_box > .item .body ul li{
  display: block;
  padding: 8px 30px 8px 30px;
  position: relative; 
  line-height: 27px; 
}
.help_box > .item .body ol.width33 li,
.help_box > .item .body ul.width33 li{
  width: 33.33%;
}
.help_box > .item .body ol.width50 li,
.help_box > .item .body ul.width50 li{
  width: 50%;
}
.help_box > .item .body ul li:before{
  content: "\f00c";
  font-family: FontAwesome !important;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  width: 20px;
  height: 20px;
  font-size: 10px;
  position: absolute;
  right: 0;
  top: 12px;
  border-radius: 50%;
  background: #f0f1f3;
  color: #8f9397;
} 

.help_box > .item .body ul.green-list > li::before {
  background:rgba(51, 153, 102,0.1);;
  color: #339966;
}
.help_box > .item .body ul.orange-list > li::before {
  background: rgba(199, 80, 0,0.1);
  color: #c75000; 
} 
.help_box > .item .body ul.blue-list > li::before {
  background: rgba(51, 51, 153,0.1);
  color: #333399;
}

  

.teacher_orders{
  position: relative;
  padding: 20px;
  box-shadow: 0px 0px 7px rgba(0,0,0,0.12);
  background: #fff !important;
  border-radius: 10px;
  transition: all linear 0.3s;
  margin: 0px 0px 30px;
}
.teacher_orders h1{
  font-size: 22px !important;
  margin: 0px 0 25px !important;
  color: #333;
  line-height: 36px;
  min-height: 35px; 
} 
.teacher_orders .order_head {
  width: 100%;
  clear: both;
  display: flex;
  justify-content: space-between;
}
.teacher_orders .order_head > div {
  padding: 10px 0;
  text-align: center;
}
.teacher_orders .each_order{
  width: 100%;
  clear: both;
  margin: 0 0 10px;
  border: solid 1px #eee;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
}
.teacher_orders .each_order > div{
  padding: 15px 5px;
  color: #666;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.teacher_orders .each_order > div .title{
  display: none;
} 
.teacher_orders .col1 {
  width: 10%;
}
.teacher_orders .col2 {
  width: 15%;
}
.teacher_orders .col3 {
  width: 58%;
}
.teacher_orders .order_footer {
  text-align: left;
  font-size: 15px;
  padding: 10px;
  line-height: 30px;
}
.teacher_orders .order_footer span{
  display: inline-block;
  background: #eee;
  padding: 0 10px;
  margin: 0 5px;
  border-radius: 5px;
  line-height: 22px;
}
.teacher_orders form{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 20px;
}
.teacher_orders form select{
  width: 100px;
  height: 40px;
  box-shadow: none !important;
  border: solid 1px #ddd !important;
  border-radius: 5px;
  padding: 5px 10px;
  outline: none;
  background: no-repeat;
}
.teacher_orders form select#pid {
  width: auto;
  max-width: 280px;
}
.teacher_orders form input{
  border: none;
  color: #fff !important;
  padding: 5px 15px;
  border-radius: 5px;
  position: relative;
  margin: 0;
  font-size: 14px;
  line-height: 30px;
  background: #0071dc;
  height: 40px;
}
/* .teacher_orders .each_order a{
  border: none;
  color: #fff !important;
  padding: 5px 10px;
  border-radius: 5px;
  display: inline-block;
  position: relative;
  margin: 0;
  font-size: 12px;
  line-height: 25px;
  background: #0071dc;
}
.teacher_orders .each_order a:hover {
  background: #e50001;
} */


.download_player {
  display: flex;
  justify-content: center;
  margin: 0 0 30px;
  background: #f7f7f7;
  border-radius: 10px;
  padding: 15px;
}
.download_player a {
  margin: 0 10px;
  display: inline-block;
  padding: 10px 15px;
  border: solid 1px #eee;
  border-radius: 10px;
  background: #fff;
}
.download_player a img {
  border-radius: 10px;
  width: 100px;
}
.download_player span {
  display: block;
  text-align: center;
  color: #666;
  margin: 10px 0 0;
}


.product_chapters .accordion {
  margin: 0 0 20px;
  border: solid 1px #eee;
  border-radius: 10px;
}
.product_chapters .accordion .card-header {
  border-right: solid 5px #0071dc;
  border-radius: 10px !important;
}
.product_chapters .accordion .card-header > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px ;
  cursor: pointer;
  min-height: 55px;
}
.product_chapters .accordion .card-header > div h3{
  font-size: 14px;
  line-height: normal;
  margin: 0;
}
.product_chapters .accordion .card-header > div h3 span{
  color: #0071dc;
}
.product_chapters .accordion .card-header .link{
  display: inline-block;
  color: #fff !important;
  padding: 5px 10px;
  border-radius: 5px;
  position: relative;
  background: #0071dc;
  font-size: 13px;
  margin: 0 10px 0 0;
}
.product_chapters .accordion .card-header .link::after {
  content: " \f107";
  font-family: FontAwesome;
  font-size: 17px !important;
  letter-spacing: 0px !important;
  margin-right: 0px !important;
  position: relative;
  line-height: normal;
  top: 3px;
}
.product_chapters .accordion .card-header .files{
  margin: 0 0 0 10px;
  color: #666;
}
.product_chapters .accordion .card-header .time{
  color: #666;
}
.product_chapters .accordion .card-header .files svg{
  width: 18px;
  height: 18px;
  display: inline-block;
}
.product_chapters .accordion .card-header .time svg{
  width: 15px;
  height: 15px;
  display: inline-block;
}
.product_chapters .accordion .description {
  padding: 20px;
  border-top: solid 1px #eee;
  margin: 0 ;
}
.product_chapters .accordion ul.ch_files {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product_chapters .accordion ul.ch_files li {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: solid 1px #eee;
  position: relative;
}
.product_chapters .accordion ul.ch_files li .time {
  font-size: 13px;
  color: #888;
}
.product_chapters .accordion ul.ch_files li .time svg{
  width: 15px;
  height: 15px;
  display: inline-block;
}
.product_chapters .accordion ul.ch_files li h4{
  font-size: 14px;
  margin: 0;
  line-height: normal;
  color: #0071dc;
}
.product_chapters .accordion ul.ch_files li .video{
  position: static; 
  padding: 0;
  width: 35px;
  height: 35px;
  border: solid 1px #eee;
  border-radius: 5px;
  text-align: center;
  background: #f4f4f4;
  margin-left: 5px;
}
.product_chapters .accordion ul.ch_files li .video svg {
  width: 22px;
  height: 22px;
  fill: #666;
  margin-left: 0;
  position: relative;
  top: -1px;
} 
.product_chapters .accordion video{
  box-shadow: none !important;
  padding: 0;
  margin: 0 auto !important;
  max-width: 100%;
  border-radius: 10px !important;
}
.product_chapters .modal{
  z-index: 9999 !important;
}
.product_chapters .modal .close::before{
  display: none;
}

.user_product .webinar{
  counter-reset: item;
  list-style: none; 
  padding: 0; 
  margin-bottom: 16px; 
} 
.user_product .webinar > li {
  display: block;
  padding: 5px 30px 5px 0px;
  position: relative;
  line-height: 27px;
  counter-increment: item;
  font-weight: normal; 
}
.user_product .webinar > li::before {  
  
  content: "\f00c";
  font-family: FontAwesome !important;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  width: 25px;
  height: 25px;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 7px;
  border-radius: 50%; 
  background:rgba(51, 153, 102,0.1);;
  color: #339966;
}



.dashboard_content .userorders {
  border-radius: 10px;
  border: solid 1px #eee;
  margin: 0 0 20px;
  padding: 15px;
}
.dashboard_content .userorders h3 {
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px;
  font-size: 16px;
}
.dashboard_content .userorders h3 a {
  font-size: 14px;
  color: rgb(0,113,220);
  display: flex;
align-items: center;
}
.dashboard_content .userorders h3 a::after {
  content: " \f104";
  font-family: FontAwesome;
  font-size: 14px;
  letter-spacing: 0px ;
  margin-right: 5px ;
}
.dashboard_content .userorders .list {
  display: flex;
}
.dashboard_content .userorders .list > a {
  position: relative;
  display: flex;
  margin: 0 0 20px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 30px;
  color: #666;
}
.dashboard_content .userorders .list > a svg {
  width: 80px;
  height: 60px;
}
.dashboard_content .userorders .list > a .count {
  color: #333;
  position: absolute;
  bottom: -8px;
  background: #f1f1f1;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 5px;
  left: -2px;
} 

@media (max-width: 995px) {  

  
  .kc_dashboard.index > div {
    padding: 0 3px;
  }
  .kc_dashboard a.login, 
  .kc_dashboard form#azmoon_login_form, 
  .kc_dashboard form#plan_login_form, 
  .kc_dashboard form#takhmin_login_form {
    margin: 0 0 6px;
  }
  
  .kc_dashboard h5 { 
    padding: 10px 0;
    font-size: 13px;
  }
}


@media (max-width: 768px) {
  
  .product_chapters .accordion ul.ch_files li,
  .product_chapters .accordion .card-header > div{
    flex-direction: column;
    align-items: start;
  }
  .product_chapters .accordion .card-header > div > div {
    width: 100%;
    justify-content: space-between;
    display: flex;
    margin: 5px 0px 0;
    align-items: center;
  }
  .product_chapters .accordion .card-header > div h3 {
    font-size: 14px;
  }
  .product_chapters .accordion .card-header .link { 
    padding: 2px 5px 5px; 
    font-size: 12px;
    width: 105px;
  }
  .product_chapters .accordion .card-header .files, 
  .product_chapters .accordion .card-header .time {
    color: #666;
    margin: 0 0 0 5px;
  }
  .product_chapters .accordion .description {
    padding: 10px;
  }

  .kc_dashboard.index { 
    margin: 15px 0 0 !important;
  }
}
@media (max-width: 580px) {  
  .download_player a{
    margin: 0 4px;
    padding: 10px 5px;
  }
  .kc_dashboard .other_link{
    width: 100% !important    ;
    margin: 0 0 15px !important;
  }
  .kc_dashboard .btn.btn-primary,
  .kc_dashboard #logout-form{
    width: 100%;
  }
}  