/* system */
.pointer {
  cursor: pointer;
}
.fz-14 {
  font-size: 14px;
}
.clear-left{
  clear: left;
  padding: 5px;
}

.wrapper{
  padding-top: 100px;
}

/**********  header ********/
.menu-account.customer-menu .action .customer-name .picture-name{
  background: #00abeb;
}
.header_main_notification .notification-list.active{background: azure}
.header_main_notification .notification-list.active p{font-weight: 900 !important;}

.edm_header .header_main_cart{
  padding-left: 322px;
  margin-right: -30px;
}
.edm_header .header_bottom{
  height: 0;
}
.edm_header .minicart-wrapper .action.showcart .counter{
  background-color: #00abeb;
}
.edm_header .header_bottom .category-mobile .category-mobile-icon{
  background: url('../images/category_mobile.png') no-repeat center/cover;
}
.edm_header .header_main_cart .cart-notification-dropdown .minicart-wrapper .action.showcart:before{
  margin-left: -50px;
}
.edm_header .minicart-wrapper .action.showcart .counter{
  right: 10px;
}
.category-banner.owl-carousel .owl-item .item img{
  width: 100%;
}
.minicart-wrapper .block-minicart{
  left: -188px;
}

/************ account *************/
.account .wrapper-left-filter-category.sub-category-filter {
  padding: 20px;
}
.account .wrapper-left-filter-category.sub-category-filter .main-form-title {
  font-size: 17px;
}
.account .avatar-wrapper {
  width: 120px;
  height: 120px;
  border-radius: 120px;
  overflow: hidden;
  background-color: #df322f;
  position: relative;
}

.account .pagination .page-item .page-link {
  height: 40px !important;
  padding: 9px 17px !important;
}
.account .pagination .page-item.active .page-link {
  padding: 5px 19px !important;
}
.account .pagination .page-item.disabled .page-link {
  padding: 5px 19px !important;
}

.account .fieldset .field .label {
  font-size: 14px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #464646;
  float: left;
  display: inline-block;
  width: 100px;
  line-height: 46px;
}
.account .fieldset .field .control .input-text {
  width: 380px;
  height: 46px;
  background-color: #f4f7f8;
  border-radius: 7px;
  padding: 13px 20px;
  border: none;
  outline: none;
}
.account .fieldset .field .control .gender-item {
  line-height: 3;
  font-size: 15px;
}
.account .fieldset .field .control .gender-item input:focus {
  box-shadow: none;
}
.account
  .fieldset
  .field
  .control
  .gender-item
  input:checked
  ~ .checkmark:after {
  background: red;
}
.account .action.save {
  width: 115px;
  height: 46px;
  border-radius: 7px;
  background-color: #df322f;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  box-shadow: none;
}

.account .customer-avatar .avatar-wrapper .action-upload {
  /* display: none; */
  border: none;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 38px;
  text-align: center;
  line-height: 38px;
  bottom: 0;
  left: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
.account .customer-avatar .avatar-wrapper .action-upload .fa-camera {
  font-size: 17px !important;
}

.account .birthday {
  position: relative;
}
.account .birthday .text-birthday {
  position: absolute;
  top: 7px;
  background: #f4f7f8;
  width: 120px;
  left: 110px;
}
.account .birthday .text-birthday input {
  border: none;
  background: #f4f7f8;
  width: 100%;
  box-shadow: none;
}



/************ my-course **************/

.my-course #info .image-avatar {
  height: 100px;
  width: 100px;
  cursor: pointer;
  margin: 32px auto 12px;
}
.my-course #info p {
  margin: 0;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.15px;
  color: #232731;
}
.my-course #info span {
  font-family: OpenSans, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: 0.3px;
  color: #9b9b9b;
}

.my-course .box-my-courses .course-learning-card .course_name {
  height: 48px;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.15px;
  color: #232731;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.my-course .box-my-courses .course-learning-card .teacher_name {
  margin-top: 8px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 0.4px;
  color: #b0b5c1;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.my-course .box-my-courses .course-learning-card .finish {
  height: 16px;
  margin: 24px 0 16px;
}
.my-course .box-my-courses .course-learning-card .finish .percent {
  float: left;
  font-family: Open Sans, sans-serif;
  width: 17%;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0.4px;
  color: #5c9cfe;
}
.my-course .nav-tabs-custom {
  flex-direction: column;
  border-bottom: none;
}
.my-course .nav-tabs-custom .nav-item .nav-link.active {
  border: none;
  color: red;
}

.my-course .progress-custom {
  height: 2.5rem;
  width: 81%;
}
.my-course span.ngon-ngay {
  position: absolute;
  color: #fff;
  font-size: 13px;
  line-height: 22px;
  padding: 0px 5px;
}
.menu-account ul.dropdown.show{
  display: block !important;
}

/* tests */
.tests {
  min-height: 81vh;
  background-image: url("https://www.w3schools.com/cssref/paper.gif");
  background-repeat: repeat-x repeat-y;
}
.tests .course-detail-banner {
  height: 67vh;
}
.tests .total {
  position: absolute;
  bottom: 0;
  left: 50%;
}
.tests .total label {
  border-radius: 5px;
  padding: 10px 20px;
}
.tests .pointer {
  cursor: pointer;
}
.tests .countdow {
  background: red;
  border-radius: 7px;
}
.tests .answer-item {
  padding: 8px;
  font-size: 16px;
}

.checkout-cart-index .delete-icon {
  -webkit-mask: url(../images/delete-icon.svg) no-repeat 50% 50% !important;
}

.lecture .button-start-learning {
  margin-bottom: 10px !important;
}
.lecture .add-to-cart {
  height: 48px;
  border-radius: 3px;
  border: 1px solid #d0d0d0;
  padding: 0;
  margin-right: 12px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.2px;
  text-align: center;
  width: 47%;
  background-color: #fff;
  text-transform: uppercase;
}
.lecture .student-ask-support-label {
  height: 48px;
  border-radius: 3px;
  border: 1px solid #d0d0d0;
  padding: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.2px;
  text-align: center;
  width: 48%;
  background-color: #fff;
  text-transform: uppercase;
}
.lecture .shiping-area {
  margin-top: 20px;
}
.lecture .add-to-cart.active{
  color: red;
  border-color: red;
}
.lecture .add-to-cart.active:focus{
  outline: none;
}
.lecture .col-md-4.course-checkout-fixed{
  top: 360px !important;
}
.lecture .wrapper_course_detail .sub-menu.fixed-sub-menu{
  top: 63px;
}
/*.lecture .course-banner .magebees_lazyload{*/
  /*object-fit: fill !important;*/
/*}*/


.body-lecture .course_detail_banner_wrapper{
  padding-top: 0;
}

.payment .border-delivery {
  height: 0.1875rem;
  width: 100%;
  background-position-x: -1.875rem;
  background-size: 7.25rem 0.1875rem;
  background-image: repeating-linear-gradient(
    45deg,
    #6fa6d6,
    #6fa6d6 33px,
    transparent 0,
    transparent 41px,
    #f18d9b 0,
    #f18d9b 74px,
    transparent 0,
    transparent 82px
  );
}
.payment .bold {
  font-weight: 700!important;
}
.payment .invoice {
  border: 1px solid #CCC;
  font-size: 13px;
  padding: 48px;
}
.payment .bor-r {
  border: 1px solid #d0d0d0!important;
  font-size: 13px;
}
.payment .text-center {
  padding: 25px;
}
.payment .padding {
  padding: 10px!important;
}
.payment .menu-footer {
  position: fixed;
  bottom: 0;
  padding: 5px 5px 5px 315px;
  background: #fff;
  width: 100%;
  border-right: 1px solid #d0d0d0;
  border-top: 1px solid #d0d0d0;
  z-index: 7;
  margin: 0 auto;
}
.payment .fl {
  float: left;
  margin-right: 5px;
}
.payment .fr {
  float: right!important;
}
.payment .row {
  color: black;
  background: white;
}
.payment .page-main.wrapper.payment {
  max-width: 90%;
}
.payment .bor-bot {
  border-bottom: 1px solid #d0d0d0!important;
}
.payment .da-thanh-toan{
  font-weight: 700;
  color: #0b6e50;
}
.payment .cho-xu-ly{
  font-weight: 700;
  color: #22C2DC ;
}

.my-order .col-right .item{
  padding: 10px;
  background: #fff;
  font-size: 13px;
}
.my-order .col-right .line{
  height: 15px;
}
.my-order .col-right .item .da-thanh-toan{
  font-weight: 700;
  color: #0b6e50;
}
.my-order .col-right .item .huy-bo{
  font-weight: 700;
  color: red;
}
.my-order .col-right .item .price{
  color: red;
}
.my-order .col-right .item .total-price{
  font-weight: 700;
  color: red;
}
.my-order .col-right .item .id-don-hang{
  font-weight: 600;
}
.my-order .col-right .item .author{
  color: rgba(0,0,0,.54);
}
.my-order .col-right .item .cho-xu-ly{
  font-weight: 700;
  color: #22C2DC ;
}
.my-order .col-right .item .course-learning-card.my-course-learning{
  margin-bottom: 32px;
}
.my-order .col-right .item .course_image.no-margin{
  width: 111px;
  float: left;
  margin-right: 17px !important;
}
.my-order .col-right .item .course_image.no-margin img{
  width: 100%;
  height: 65px;
}
#lecture .wishlist-icon.wishlist-action{
  display: none !important;
}


.body-lecture .banner-course-info .text-color{
  color: #fff !important;
}


@media (max-width: 575.98px) {
  .account .fieldset .field .control .input-text {
    width: 100%;
  }
  .account .birthday .text-birthday {
    top: 60px;
    left: 10px;
  }
  .category-banner.owl-carousel .owl-item .item img{
    width: 100% !important;
  }
  #maincontent{
    margin-top: 62px;
  }
  #maincontent.lecture{
    margin-top: 0px;
  }
  .minicart-wrapper .block-minicart{
    left: -304px;
  }
  .col-sm-6{
    width: 50%;
  }
  .menu-account.customer-menu .action .customer-name .avatar-customer{
    top: 8px;
  }

  .payment .invoice {
    font-size: 11px;
    padding: 34px;
  }
  .edm_header .header_main_cart {
    right: 80px;
  }

}

@media (max-width: 767px){
  .lecture .col-md-4.course-checkout-fixed {
    top: 0 !important;
  }
  .wrapper_category .category-item-list .col-md-3 .sort .sort-all-subcategory{
    width: 48%;
  }
  .wrapper .wrapper_category .category-item-list .category-list .course-list{
    margin-top: 0;
  }
  .wrapper_course_detail .curriculum-container .curriculum-lesson-container .curriculum-chapter-container .curriculum-chapter .chappter-lesson-count .collapse-down {
    background: url(../images/arrow-down.svg) no-repeat center;
  }
  .course_detail_banner_wrapper .course-detail-banner .banner-image img{
    object-fit: fill;
  }

  .body-lecture .banner-course-info{
    background: none !important;
  }

  .body-lecture .banner-course-info .text-color{
    color: #464646 !important;
  }

  .body-lecture .course-detail iframe{
    height: 230px;
  }

}