:root {
  --bs-body-bg: #fff;
}
/*********header nav *****************/


/**************tooltip*************/

.rounded-5{
  border-radius: 12px;
}
.form-check-label{
  font-size: 12px !important;
}

.underline-on-hover {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.underline-on-hover:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  background: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.underline-on-hover:hover:after { 
  width: 100%; 
  left: 0; 
}

@media screen and (max-width: 562px) {
  #product_filter{
    display: none;
  }
}

.video-btn:hover{
  border: #000;
}

.inputContainer {
  display: flex;
  align-items: center;
  position: relative;
}
.inputIcon {
  position: absolute;
  right: 0;
  border-radius: 50%;
}
.main-menu > li {
  margin: 0 10px;
}
.product-menu {
  position: relative;
}
.product-menu.product-menu-home {
  padding: 0px 0;
}
.product-menu a, .main-menu a {
  color: #707070;
  text-decoration: none;
  font-weight: 600;
}
.product-menu ul li a {
  position: relative;
  display: block;
  font-weight:300;
  color:#000;
}
.product-menu ul li a i {
  position: absolute;
  right: 0;
  font-size: 13px;
  top: 5px;
}

.main-menu .active,
.product-menu .active,
.main-menu a:hover,
.product-menu a:hover,
.product-menu li:hover > a {
  color: #000;
}
.product-menu-link {
  padding: 20px 0;
}
.product-menu ul{
  visibility: hidden;
  position: absolute;
  padding: 8px 0;
  background-color: #FFF;
  //top: 40px;
  left: 0;
  width: 325px;
  display: block;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: all 200ms linear;
}
.product-menu.product-menu-home > ul{
  //top: 56px;
  left: -100px;
}
.product-menu ul li {
  padding: 6px 14px;
}
.main-menu:hover > ul,
.product-menu:hover > ul,
.product-menu ul li:hover ul {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}
.product-menu ul li ul {
  left: 100%;
  top: 0;
  height: 100%;
  min-height: 250px;
}
.cart-icon span {
  position: absolute;
  top: -11px;
  left: 11px;
  font-size: 10px;
  background: var(--bs-blue);
  border-radius: 50%;
  width: 18px;
  color: #FFF;
  font-weight: 600;
  text-align: center;
  line-height: 18px;
}

/************dashboard************/
.purchased-course p, .purchased-course h5{
  min-height: 50px;
}
/*.purchasedSwiper .swiper-button-next, .purchasedSwiper .swiper-button-prev {
  top: 30px;
}
.purchasedSwiper .swiper-button-prev{
  right: 60px;
  left: auto;
}*/
.recommendedSwiper .swiper-button-next {
  right: 0;
}
.recommendedSwiper .swiper-button-prev {
  left: 0;
}
.purchasedSwiper {
  width: 100%;
  height: 380px;
  padding: 10px 0 20px 0;
}
.recommendedSwiper {
  width: 100%;
  height: 340px;
  padding: 10px 0 20px 0;
}
.swiper-slide {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.swiper-button-next, .swiper-button-prev {
  background: #FFF;
  font-size: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  text-align: center;
}
.swiper-button-next:after {
  font-size: 18px;
  margin-left: 4px;
}
.swiper-button-prev:after {
  font-size: 18px;
  margin-right: 4px;
}
.purchased-course-img, .recommended-course-img {
  height: 200px;
  display: block;
  text-align: center;
  position: relative;
}
.purchased-course-img img, .recommended-course-img img {
  /*width: 100%;
  height: 100%;
  object-fit: cover;*/
  padding: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  max-width: 100%;
}
.purchased-course-img img.noimage, .recommended-course-img img.noimage {
  width: 55%;
}

.rounded-pill{
  border-radius: 50px !important;
}

.nav-link.underline:hover{
  border-bottom: 5px solid rgb(28, 72, 133) !important;
}
.nav-link.underline{
  font-size: 14px !important;

}
.underline.active{
  border-bottom: 5px solid rgb(28, 72, 133) !important;
}

.bg-normalblue{
  background-color: #0165BB;
}
.active1{
  background-color: #cce2f5;
}
.text-normalblue{
  color: #0165BB;
}

.badge-lightblue{
  background-color: #a6cdea !important;
}

/**************light backgrounds*************/

.bg-lightred{
  background-color: rgb(250, 153, 153);
}

.bg-lightgreen{
  background-color: rgb(149, 247, 192);
}
.bg-lightorange{
  background-color: rgb(247, 223, 149);
}

/********products********/
a.product-list{
  color: #333;
  background: #FFF;
}
a.product-list:hover{
  color: #333;
  background: #eee;
}
.sticky-top.product-details{
  background-color: #fff;
  top: 101px !important;
  z-index: 2;
}
.sticky-top.profile{
  z-index: 2;
}

.border-normalblue{
    border-color: #0165BB !important;
}

.tool-tip {
  position: relative;
}

.tool-tip .tool-tip-content {
  visibility: hidden;
  width: 300px;
  background-color: #fff;
  padding: 0%;
  /* Position the tool-tip */
  position: absolute;
  z-index: 1000;
  bottom: 100%;
  left: 40%;
  margin-left: -60px;

}

.tool-tip:hover .tool-tip-content {
  visibility: visible !important;
}

.fs-6_7{
    font-size: 0.9rem;
}
.fs-7{
    font-size: 0.8rem !important;
}
.fs-8{
    font-size:11px !important;
}
.fs-9{
    font-size: 0.6rem;
}
.border-normalblue{
  border-color: #0165BB;
}

.product-list-img {
  width: 100%;
  border-radius: 5px;
  flex: 0 0 250px;
  margin-right: 20px;
  text-align: center;
}
.product-list-img img {
  padding: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  /*height: 100%;*/
  width: 100%;
  max-width: 100%;
}
.product-list-img img.noimage {
  width: 80%;
  max-width: 80%;
}
.offer-badge {
  position: absolute;
  background: #00C72C;
  color: #FFF;
  height: 50px;
  width: 50px;
  font-size: 11px;
  padding: 1px 8px 0px 3px;
  clip-path: polygon( 100% 0%, 100% 0%, 0% 100%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
  /* border-radius: 1px 0px 60px 0px !important; */
  left: 0px;
  top: 0px;
  z-index: 2;
}

.offer-bbadge {
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px;
  border-color: #00C72C transparent transparent #00C72C;
  float: left;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 0px 0px 0px 0px;
}

#detailPageTab .tab-content span.badge {
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 0;
}
.product-desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 44px;
  color:#000;
  font-size: 13px;
}
.product-filter-wrap{
  width: 25%;
  transition: 400ms cubic-bezier(.2,0,.38,.9);
}
.product-wrap {
  position: relative;
  flex: 1;
  min-width: 1px;
}
.product-page-wrap{
  width: 100%;
  transition: 400ms cubic-bezier(.2,0,.38,.9);
}
.product-page-wrap.collapsed{
  transform: translateX(-25%);
  width: calc(100% + 33%);
}
.product-page-wrap.collapsed .product-filter-wrap{
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.course-count-details{
  font-size: 12px;
  line-height: 16px;
  display: flex;
}
.course-count-details span {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.course-count-details span:not(:first-child)::before {
  content: "";
  height: 3px;
  width: 3px;
  background: #6c757d;
  border-radius: 6px;
  margin: 0 6px;
}
.product-list .col {
    max-width: calc(100% - 280px);
}
.vue-star-rating-rating-text[data-v-fde73a0c] {
  margin: 0 7px 0 0 !important;
  order: -1;
  padding-top: 4px;
}

/******detail page*******/
.product-detail-img {
  height: 300px;
  flex: 0 1 399px;
}
.product-detail-img.product-list-img img{
  max-height: 300px;
}
.detail-test-filter-btns{
  text-align: right;
}
.detail-test-filter-btns a {
  position: relative;
  padding: 2px 12px 3px 36px;
  text-align: left;
  line-height: 16px;
}
.detail-test-filter-btns a i {
  position: absolute;
  left: 10px;
  top: 8px;
  font-size: 18px;
}
.fixed_detail {
  top: 0;
  z-index: 9;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.fixed_detail.sticky {
  opacity: 1;
  pointer-events: auto;
}
#detailPageTab .nav-tabs .nav-link.active{
  color: #0d6efd;
}
#detailPageTab .nav-tabs .nav-link{
  color: #495057;
}
.priceIcon {
  font-family: sans-serif;
}
/***************cart**********/
.product-cart-img {
  height: 135px;
  flex: 0 1 180px;
}

/****************login register**************/
.login-form-wrapper, .reg-form-wrapper{
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 2rem 2rem;
  padding-bottom:4rem;
}
.reg-form-wrapper {
  padding: 50px 25px;
}
.login-intro{
  max-width: 300px;
}
.login-regBtn{
  width: 130px;
  border-radius: 9px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
  text-align: center;
  padding: 10px;
  cursor: pointer;
  border: 1px solid #FFF;
}
.login-regBtn-inner{
  height: 85px;
  width: 90px;
}
.login-regBtn:hover, .login-regBtn.active{
  border: 1px solid #333;
}

.candidate-form{
  background: url(../images/sprite.png) no-repeat -92px -77px;
  transition: all 0.3s ease-in-out;
}
.expert-form{
  background: url(../images/sprite.png) no-repeat -178px -69px;
  width: 80px;
    transition: all 0.3s ease-in-out;
}
.corporate-form{
  background: url(../images/sprite.png) no-repeat 1px -78px;
  transition: all 0.3s ease-in-out;
}

.login-regBtn:hover .candidate-form, .login-regBtn.active .candidate-form {
  background: url(../images/sprite.png) no-repeat -92px 5px;
}
.login-regBtn:hover .expert-form, .login-regBtn.active .expert-form {
  background: url(../images/sprite.png) no-repeat -178px 10px;
}
.login-regBtn:hover .corporate-form, .login-regBtn.active .corporate-form {
  background: url(../images/sprite.png) no-repeat 0px 3px;
}
.btn-googleLogin {
  background: #E9F1FF;
}

.skills:before {
  content: "Skills";
  position: absolute;
  display: block;
  top: 5px;
  left: 12px;
  color: #7b7b7b;
  font-weight: 400;
  font-size: 12px;
}
.skills, .socialLinks {
  position: relative;
}
.skills .form-control{
  padding-left: 55px;
}
.socialLinks:before {
  position: absolute;
  top: 5px;
  left: 12px;
  color: #7b7b7b;
  font-size: 18px;
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.socialLinks .form-control{
  padding-left: 40px;
  text-indent:25px;
}
.socialLinks.linkedIn:before {
  content: "\f08c";
  color: #0077b5; 
}
.socialLinks.facebook:before {
  content: "\f082";
  color: #4267B2;
}
.socialLinks.youtube:before {
  content: "\f167";
  color: #FF0000;
}

.addCategoryBtn {
  border: 1px dashed #666;
  background: transparent;
  padding: 8px 28px;
  color: #444;
  border-radius: 5px;
}

.wrapper-login-reg .title-text{
  display: flex;
  width: 200%;
}
.wrapper-login-reg .title{
  width: 50%;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  transition: all 0.6s cubic-bezier(0.68,-0.55,0.265,1.55);
  line-height: 36px;
}
.wrapper-login-reg .slide-controls{
  position: relative;
  display: flex;
  height: 40px;
  width: 100%;
  overflow: hidden;
  margin: 15px 0;
  justify-content: space-between;
  border: 1px solid lightgrey;
  border-radius: 5px;
}
.slide-controls .slide{
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
  z-index: 1;
  transition: all 0.6s ease;
}
.slide-controls label.signup{
  color: #000;
}
.slide-controls .slider-tab{
  position: absolute;
  height: 100%;
  width: 50%;
  left: 0;
  z-index: 0;
  border-radius: 5px;
  background: -webkit-linear-gradient(left, var(--bs-darkblue), var(--bs-blue));
  transition: all 0.6s cubic-bezier(0.68,-0.55,0.265,1.55);
}
.slide-controls input[type="radio"]{
  display: none;
}
#signup:checked ~ .slider-tab{
  left: 50%;
}
#signup:checked ~ label.signup{
  color: #fff;
  cursor: default;
  user-select: none;
}
#signup:checked ~ label.login{
  color: #000;
}
#login:checked ~ label.signup{
  color: #000;
}
#login:checked ~ label.login{
  cursor: default;
  user-select: none;
}
.wrapper-login-reg .form-container{
  width: 100%;
  overflow: hidden;
}
.form-container .form-inner{
  display: flex;
  width: 200%;
}
.form-container .form-inner .form-wraper{
  width: 50%;
  transition: all 0.6s cubic-bezier(0.68,-0.55,0.265,1.55);
}
.form-inner .form-wraper .field{
  height: 50px;
  width: 100%;
  margin-top: 15px;
}
.form-inner .form-wraper .field input:focus{
  border-color: var(--bs-blue);
}
.form-inner .form-wraper .field input::placeholder{
  color: #999;
  transition: all 0.3s ease;
}
form .field input:focus::placeholder{
  color: #b3b3b3;
}
.form-inner .form-wraper .pass-link{
  margin-top: 5px;
}
.form-inner .form-wraper .signup-link{
  text-align: center;
  margin-top: 15px;
}
.form-inner .form-wraper .pass-link a,
.form-inner .form-wraper .signup-link a{
  color: var(--bs-blue);
  text-decoration: none;
}
.form-inner .form-wraper .pass-link a:hover,
.form-inner .form-wraper .signup-link a:hover{
  text-decoration: underline;
}
.form-inner .form-wraper .btn{
  height: 40px;
  width: 100%;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  padding: 0;
}
.form-inner .form-wraper .btn .btn-layer{
  height: 100%;
  width: 300%;
  position: absolute;
  left: -100%;
  background: -webkit-linear-gradient(right, var(--bs-darkblue), var(--bs-blue), var(--bs-darkblue), var(--bs-blue));
  border-radius: 5px;
  transition: all 0.4s ease;;
}
.form-inner .form-wraper .btn:hover .btn-layer{
  left: 0;
}
.form-inner .form-wraper .btn button[type="submit"]{
  height: 100%;
  width: 100%;
  z-index: 1;
  position: relative;
  background: none;
  border: none;
  color: #fff;
  padding-left: 0;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
}
.form-inner .form-wraper .btn-select{
  height: 32px;
  width: 100%;
  font-size: 0.75rem;
}
.form-inner .form-wraper .dropdown-menu {
  font-size: 0.75rem;
}
.strick-line {
  text-align: center;
  margin: 8px 0 12px 0;
  position: relative;
}
.strick-line:after {
  content: "";
  height: 1px;
  width: 100%;
  background: #CCC;
  display: block;
  position: absolute;
  top: 50%;
}
.strick-line span {
  background: #FFF;
  padding: 0px 8px;
  position: relative;
  z-index: 1;
}
.login-page-wrap {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 50px;
}
.login-page-wrap .btn-close{
  display: none;
}
/******* MCQs ***************/
.mcqQuestionPanelWrap{
  height: 100vh;
}
.mcqQuestionPanel, .mcqAnswerList{
  height: calc(100vh - 145px);
}
.mcqAnswerList, .sticky-btn-wrap, .clock{
  background: #FFF;
}
.mcqQuestionPanel .form-check {
  margin-left: 30px !important;
  font-size: 16px;
}
.sticky-btn-wrap button.clearAll.disabled {
  color: #212529;
  opacity: 1;
  background: #FFF !important;
}

.sticky-btn-wrap button.clearAll {
  background: #28ABE3 !important;
  color: #FFF;
}
.clock {
  /*width: 120px;
  flex: 0 0 120px;*/
}
.result-table p {
  margin: 0;
}
.result-table span {
  width: auto;
  display: inline-block;
  text-align: right;
  margin-right: 16px;
}
.reviewBlock strong {
  padding: 2px 5px;
  background: #e4e4e4;
  width: 38px;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
}
.reviewBlock span {
  display: inline-block;
  text-align: -webkit-left;
  font-size: 10px;
  margin-bottom: 5px;
  margin-right: 4px;
}
.mcqResultQuestionPanelWrap {
  height: calc(100vh - 145px);
}
.mcqQuestionPanel .svg-content {
  display: none;
}
.sticky-btn-wrap button {
  background: #FFF;
}
/******************* rating *********************/
.rating {
  display: flex;
  width: 100%;
  justify-content: center;
  /* flex-direction: column; */
  position: relative;
}
.emoji-wrapper {
  width: 100%;
  text-align: center;
  height: 100px;
  overflow: hidden;
  position: relative;
}
.emoji {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: .3s;
}
.emoji > svg {
  margin: 15px 0;
  width: 70px;
  height: 70px;
  flex-shrink: 0;
}
.emoji-wrapper.bad > .emoji {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}
.emoji-wrapper.ok > .emoji {
  -webkit-transform: translateY(-200px);
  transform: translateY(-200px);
}
.emoji-wrapper.average > .emoji {
  -webkit-transform: translateY(-300px);
  transform: translateY(-300px);
}
.emoji-wrapper.good > .emoji {
  -webkit-transform: translateY(-400px);
  transform: translateY(-400px);
}
.emoji-wrapper.excellent > .emoji {
  -webkit-transform: translateY(-500px);
  transform: translateY(-500px);
}
.bounce-enter-active {
  animation: bounce-in 0.5s;
}
@keyframes bounce-in {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}

@media screen and (max-width: 1300px) {
  .purchased-course-img, .recommended-course-img {
    height: 140px;
  }
  .recommendedSwiper {
    height: 246px;
  }
  .purchasedSwiper {
    height: 315px;
  }
  .result-tab-content h5 {
    font-size: .8rem;
  }
  .result-tab-content h6 {
      font-size: .65rem;
  }
}
.breadcrumb a{
   color: #0d6efd;
   font-weight:bold;
   text-decoration: none;
}