/*!/wp-content/themes/ai-crafters/assets/css/custom.css*/@font-face{font-family:'Poppins';font-style:normal;font-weight:400;font-display:swap;src:url('/wp-content/themes/ai-crafters/fonts/Poppins/Poppins-Regular.woff2') format('woff2'),
url('/wp-content/themes/ai-crafters/fonts/Poppins/Poppins-Regular.woff') format('woff');}

@font-face{font-family:'Poppins';font-style:normal;font-weight:500;font-display:swap;src:url('/wp-content/themes/ai-crafters/fonts/Poppins/Poppins-Medium.woff2') format('woff2'),
url('/wp-content/themes/ai-crafters/fonts/Poppins/Poppins-Medium.woff') format('woff');}

@font-face{font-family:'Poppins';font-style:normal;font-weight:700;font-display:swap;src:url('/wp-content/themes/ai-crafters/fonts/Poppins/Poppins-Bold.woff2') format('woff2'),
url('/wp-content/themes/ai-crafters/fonts/Poppins/Poppins-Bold.woff') format('woff');}


/** @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    src: url('/wp-content/themes/ai-crafters/fonts/Poppins/Poppins-ExtraBold.ttf') format('truetype');
 font-display:swap;} */

/** @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    src: url('/wp-content/themes/ai-crafters/fonts/Poppins/Poppins-Black.ttf') format('truetype');
 font-display:swap;} */


@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 400;
    src: url('/wp-content/themes/ai-crafters/fonts/Cairo/Cairo-Medium.ttf') format('truetype');
 font-display:swap;}

@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 500;
    src: url('/wp-content/themes/ai-crafters/fonts/Cairo/Cairo-SemiBold.ttf') format('truetype');
 font-display:swap;}

@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 700;
    src: url('/wp-content/themes/ai-crafters/fonts/Cairo/Cairo-Bold.ttf') format('truetype');
 font-display:swap;}

    
h1,
	h2,
	h3 {
		font-family: "Poppins" !important;
		font-weight: 600;
	}
	
	.elementor-button {
    background-color: #6725EA;
	    
	}

.woocommerce-message, .woocommerce-additional-fields, .bs-product-thumbnail {display: none;}
html .woocommerce-checkout #payment #place_order {
    background-color: #635bff;
		color: white;
		padding: 21px 25px;
		border-radius: 75px;
		margin-top: 20px;
		display: flex;
		font-family: 'Poppins';
		font-weight: 600;
		align-items: center;
		max-width: 280px;
		justify-content: center;
		transition-duration: 0.3s;
}
.simplefooter .tagline {
    text-align: center;
    font-weight: bold;
}

.simplefooter {
    margin-top: 50px;
}

.simplefooter p {
    text-align: center;
}

.simplefooter .bottom-menu {
    justify-content: space-around;
    display: flex;
    max-width: 600px;
    margin: auto;
    font-family: "poppins";
    font-size: 14px;
    font-weight: 600;
}

#site-footer, #breadcrumbs {
    display: none;
}

.justify-center {
    justify-content: center;
}

#footer {
    padding-bottom: 50px;
}

.elementor-location-header li a {
    color: black;
}

.elementor-location-footer .elementor-nav-menu__align-left .elementor-nav-menu {
    margin-right: auto;
    justify-content: flex-start;
    flex-direction: column;
}

.lol .elementor-button-link {
    font-family: "Poppins";
    font-weight: 600;
    background: #635BFF;
    border-radius: 40px;
    padding: 15px 30px;
    transition-duration: 0.3s;
}

.lol .elementor-button-link:hover {
    background: black;
    cursor: pointer;
}

body .comments-area a, body .page-content a {
    text-decoration: none;
}

.single .post h2 {
    margin-top: 30px;
}

body .elementor-form button {
    background-color :#CC3366;
}

body .woocommerce-checkout #payment li.wc_payment_method input.input-radio {
    top: 6px;
}

.payment_method_cmi label img {
    width: 200px;
}

.woocommerce-table__product-thumb, .woocommerce-notices-wrapper {
    display: none;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
    padding-left: 50px!important;
}


 .woocommerce-checkout #payment div.form-row {

background: #fafafaff;
}
.woocommerce-NoticeGroup-checkout {
    background-color: black;
}

/* Styles for the affiliate link generator */
.affiliate-link-generator {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
  }
  
  .affiliate-link-generator input[type="text"],
  .affiliate-link-generator button {
    margin-bottom: 10px;
  }
  
  .affiliate-link-container {
    display: none;
  }

  #generate-link-btn {
    background: #591ff9;
    color: white;
    font-family: "poppins";
    font-weight: 600;
    border: none;
    padding: 15px 25px;
    border-radius: 40px;
  }
  
  /* Styles for the "Copy Link" button */
  #copy-link-btn {
    background-color: #4caf50;
    color: #fff;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  #copy-link-btn:hover {
    background-color: #45a049;
  }

@media screen and (max-width: 768px) {
    .payment_method_cmi label img {
            width: 110px; }
        .woocommerce-checkout .bb-wc-co table.shop_table td.product-name .bs-product-check .bs-product-name {
            width: 70%; 
        }
        .woocommerce-form-coupon-toggle .woocommerce-info {
            font-size: 12px; }
        .woocommerce-form-coupon-toggle .woocommerce-info {
            line-height: 15px;
            }
}

.woocommerce-checkout .elementor-location-header, .woocommerce-checkout .page-header, .woocommerce-checkout header {
    display: none;
}

#site-navigation {
    z-index: 99;
    font-family: "Poppins";
}

#header-aside {
    z-index: 9;
}

.bb-logo {
    vertical-align: super;
}

html body .ld-item-list-actions .ld-expand-button, html body .learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-icon-arrow-down {
    background-color: #F2F4F5 !important;
}

.lms-topic-sidebar-data {
    scrollbar-color: #6969dd #e0e0e0;
    scrollbar-width: thin;
  }

.lms-topic-sidebar-data::-webkit-scrollbar {
    width: 4px;
    background-color: #e0e0e0;
  }

.lms-topic-sidebar-data::-webkit-scrollbar-thumb {
    background-color: #6725EA;
  }

.lms-topic-item.current {
    background: #dcdddf45;
    border-left: 5px solid #6725ea;
}

#learndash-course-header .lms-header-instructor {
    display: none;
}

body div.bb-lms-header .bb-position {
    margin-bottom: 20px;
}

body div.bb-lms-header h1 {
    font-size: 26px;
}

#header-course-title {
    font-size: 16px;
    padding-left: 20px; 
    margin-left: 20px;
    display: block;
    font-family: "Inter";
    font-weight: 300;
    border-left: 1px solid grey;
}

.home #masthead {
    z-index: 9999999999999999;
    background-color: transparent;
    border: none;
    box-shadow: 0px 0px 0px;
}

#social_login_frame #branding {
    display: none;
}

#menu-item-2674 a {
    BACKGROUND: #6725ea;
    color: white;
}

.ld-login-modal-register #wp-submit {
    background: white !important;
    font-size: 16px;
    font-weight: bold;
}

.ld-login-modal-register .oneall_social_login_label label {
    color: white;
}


/* Arabic */
.rtl, .rtl body * {
    font-family: "Rubik" !important;
}
.rtl h1, .rtl h2, .rtl h3 {
    font-family: "Cairo" !important;
}
.rtl h2 {
    font-size: 27px;
}
body.rtl {
    font-size: 18px;
}
.rtl .elementor-element-e10e871 .elementor-heading-title {
    text-align: center !important;
}
.rtl .elementor-icon-list-text, .rtl * {
    letter-spacing: 0 !important;
}
/*.rtl .elementor-top-section .elementor-heading-title, .rtl .elementor-top-section p, .rtl .elementor-location-footer .elementor-widget-container {
    text-align: right;
}*/
.rtl .event {
    text-align: right !important;
}

.rtl .jet-menu-item .jet-menu-item-wrapper .jet-dropdown-arrow {
    margin-left: 0!important;
    margin-right: 7px!important;
}

.rtl.home .jet-carousel .jet-arrow.next-arrow {
    right: auto!important;
    left: 0!important;
}

.rtl .purple-check li:before {
    right: -20px;
    left: 0;
}
.rtl .timeline {
    border-right: 1px solid #6725ea;
    border-left-width: 0px;
}
.rtl .timeline .event:after {
    right: -55.85px;
    left: 0;
}
.rtl .elementor-element-48e3e0d .elementor-widget-container {
    text-align: right;
}



/* custom button access courses / course page */

.mycourses-c {
    text-align: left;
    display: inline-block;
    padding: 14px 21px;
    background: #5225e8;
    font-size: 16px;
    line-height: 16px;
    border-radius: 5px;
    margin-bottom: 15px;

}


.mycourses-c a {
    color: #fff!important;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.9px;
}

div#woocommerce-revolut-card-element {
    padding: 13px 15px;
}
.access-elearning-mobile{
    display: none!important;
}
@media (max-width: 767px) {
        .access-elearning-mobile {
        display: block !important;
        background: #ECDC2C;
        font-weight: 500;
        font-size: 15px;
        padding: 10px 20px !important;
        text-align: center;
        margin-top: 14px;
    }
}

#page .bb-course-title a {
    font-size: 18px;
    line-height: 22px;
}

.bb-dark-theme img.bb-mobile-logo {
    filter: brightness(0) invert(1);
}

.bb-dark-theme div#site-logo img {
	filter: brightness(0) invert(1);
}

.bb-dark-theme #header-course-title{
	color:#fff;
}
.rtl .elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow i {
    transform: rotate(90deg);
}

.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
    flex-direction: inherit!important;
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
    
    flex-direction:inherit!important;
}

.elementor-author-box--layout-image-left .elementor-author-box {
    flex-direction: inherit!important;
}
.masterclass-certif {
    background: #5225e8;
    display: block;
    padding: 18px 30px;
    border-radius: 6px;
		color:#ffff!important;
		font-size:15px; 
	  line-height:15px;
	  font-weight:700px;
	  font-family:'poppins';
		margin-bottom:15px;
		margin-top:15px;
}
.masterclass-certif img{
	
	height:20px!important;
	margin-top:-2px;
}



.rtl .woocommerce form .form-row input.input-text, .rtl .woocommerce form .form-row textarea{
	text-align:right;
}

.rtl input#form-field-phone {
    text-align: right!important;
}
.woocommerce-checkout #payment ul.payment_methods {
    background-color: #eeedff;
    border-radius: var(--bb-block-radius-inner);
    border-bottom: 0;
    box-shadow: 0px 0 4px #d1d1d187;
}

.woocommerce-checkout #payment div.payment_box {
    background: #fff!important;
}

.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #ffffff!important;
    border-right-color: transparent!important;
    border-left-color: transparent!important;
    border-top-color: transparent!important;
}


.woocommerce-checkout #payment li.wc_payment_method input.input-radio:checked::before {
  
    left: 4px;
    top: 4px;
    width: 9px;
    height: 9px;
  
}

li#wp-admin-bar-my-account-activity, li#wp-admin-bar-my-account-notifications, li#wp-admin-bar-my-account-friends {
	display: none;
}

.menu-item-10295,
.menu-item-10338,
.menu-item-10352{
// display:none!important;
}

.rtl .bb-template-v2 .primary-menu>li>a {

    font-size: 18px;
}

.container.site-header-container.flex.default-header {
    min-width: 1354px;
}

.bb-template-v2 .primary-menu>li>a {
    margin: 0 15px;
}


.menu-item-12972,.menu-item-12977,.menu-item-13023,.menu-item-13025 {
  display:none!important;
}


@media only screen and (max-width: 767px) {

  .menu-item-12972,.menu-item-12977,.menu-item-13023,.menu-item-13025 {
    display:block!important;
  }
}

/* li.menu-item-10295 a::after {
    content: "Nouveaute";
    color: #fff;
    background: #9107bf;
    position: absolute;
    top: 2px;
    right: 3px;
    font-size: 8px;
    font-weight: 600;
    font-family: 'Poppins';
    line-height: 7px;
    padding: 4px 9px;
    border-radius: 11px;
}

li.menu-item-10338 a::after {
    content: "New";
    color: #fff;
    background: #9107bf;
    position: absolute;
     top: 2px;
    right: 3px;
    font-size: 8px;
    font-weight: 600;
    font-family: 'Poppins';
    line-height: 7px;
    padding: 4px 9px;
    border-radius: 11px;
}

li.menu-item-10352 a::after {
    content: "جديد";
    color: #fff;
    background: #9107bf;
    position: absolute;
     top: 2px;
    left: 3px;
    font-size: 8px;
    font-weight: 600;
    font-family: 'Poppins';
    line-height: 9px;
    padding: 4px 9px;
    border-radius: 11px;
} */


.header-mini-cart ul.cart_list img.attachment-woocommerce_thumbnail, .header-mini-cart ul.cart_list img.woocommerce-placeholder {
    display: none;
}

.bb-template-v2 .header-mini-cart p.woocommerce-mini-cart__total {
    font-weight: 600;
    color: #000;
}

.bb-template-v2 .header-mini-cart ul.cart_list li.mini_cart_item:last-child {
    color: #000;
}

.site-title img.bb-mobile-logo {
    padding-top: 0;
    margin-top: -10px;
}

.rtl div.asl_m .proinput input.orig {
    text-align: right;
}

/* #navbar-collapse {
    display: none;
} */
li#menu-item-6626,li#menu-item-6625,li#menu-item-6631,li#menu-item-6632,li#menu-item-6633,li#menu-item-6634 {
    display: none;
}




.learndash-wrapper .ld-expand-button.ld-compact span {
    color: #fff;
}

li#courses-all{
	
	display:none;
}

.notification-dropdown .notification-header .header-view-cart-link{
	display:none;
}

#menu-item-5759 a,#menu-item-5893 a{
    BACKGROUND: #6725ea;
    color: white;
}

.learndash-wrapper .ld-content-actions {
    justify-content: right;
}

.learndash-wrapper .bb-ld-status .ld-status.ld-status-progress {
    color: #000!important;
    background-color: #FFC107!important;
}

.ld-status.ld-status-complete.ld-secondary-background {
    background-color: #009688!important;
}

.lms-topic-sidebar-course-navigation a.course-entry-link:hover {
    background-color: rgb(112 58 219);
}

li.lms-lesson-item.current .bb-lesson-quizzes-count {
    color: #fff;
}

li.lms-lesson-item.current span.bb-lesson-sidebar-ld-sep {
    color: #fff;
}

#learndash-page-content .sfwd-course-nav .learndash_next_prev_link a {
    
    background-color: var(--bb-primary-color);
    color: #fff;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_button:not(.wpProQuiz_button_reShowQuestion):not(.wpProQuiz_button_restartQuiz) {
   font-size: 15px;
    font-weight: 500;
    padding: 10px 20px;
}

.wpProQuiz_content .wpProQuiz_results>div>.wpProQuiz_button{
	font-size: 15px;
}

.wpProQuiz_question_text p {
    font-size: 17px;
    color: #000;
    font-weight: 500;
}

.wpProQuiz_content .wpProQuiz_results>div>.wpProQuiz_button[name=restartQuiz] {

    background-position: 12px center;

    padding-left: 13px;
    padding-right: 0;
    font-weight: 400;
    min-width: 174px;
    text-align: center;
    font-size: 13px;
}

.wpProQuiz_content .wpProQuiz_results .quiz_continue_link a#quiz_continue_link {
    font-size: 16px;
    padding: 10px 17px 13px 17px;
}

.learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-icon-arrow-down, .learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-item-title .lms-is-locked-ico i, .learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-name .ld-item-title .ld-item-components span, .learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview .ld-topic-title, .learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview .ld-topic-title:before, .learndash-wrapper .ld-table-list-items .ld-table-list-item .ld-table-list-item-quiz .ld-item-title {
    color: #000000;
}

.lms-topic-sidebar-course-navigation a.course-entry-link {
  
    background-color: rgb(103 37 234);
    color: #ffffff;

}

.learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview.learndash-complete .ld-topic-title,.learndash-wrapper .ld-table-list-item.learndash-complete .ld-item-title>span:first-child {
    color: var(--bb-alternate-text-color);
}

.single-sfwd-courses li#menu-item-17,.single-sfwd-courses li#menu-item-2652 ,.single-sfwd-courses .notification-wrap.header-cart-link-wrap.cart-wrap{
    display: none;
}

.single-sfwd-courses .menu-item-5757
,.single-sfwd-courses .menu-item-5753{
	display: none;
}

.single-sfwd-courses .menu-item-4768
,.single-sfwd-courses .menu-item-4893{
	display: none;
}


.rtl .elementor-testimonial__image {
    margin-left: 15px;
}

.rtl .elementor-toggle .elementor-tab-title,.rtl .elementor-tab-content{
    
    text-align: right!important;
}

.rtl .elementor-nav-menu__align-right .elementor-nav-menu--layout-vertical>ul>li>a {
    justify-content: flex-start!important;
}

.rtl .learndash-wrapper .ld-item-list-item .ld-item-list-item-preview .ld-icon-arrow-down:before {
    content: '\ee0a';
}

.bb-mobile-panel-inner .sub-menu.bb-open li.current_page_item i {
    color: #fff!important;
}

.rtl .timeline {
    border-right: 1px solid #6725ea;
    border-left-width: 0px;
    padding-right: 50px;
    padding-left: 0;
}


.rtl .elementor-toggle-title {
    font-size: 17px!important;
    line-height: 26px!important;
}
h3.elementor-image-box-title img.linkedin {
    transform: translate(5px,-3px);
}

.bb-learndash-banner {
    background-color: #330a85;
    
}

.bb-template-v2 .site-header #primary-navbar .menu-item>.ab-submenu .bb-sub-menu .menu-item {
    margin: 0 8px;
    list-style-type: none;
}


/* start courses panel css  */
.rtl .copyright {
    display: none;
}

.lms-topic-sidebar-wrapper .ld-item-list-section-heading .ld-lesson-section-heading {
	color: #6725ea
		;}

.rtl .lms-topic-sidebar-wrapper .bb-lesson-title, .lms-topic-sidebar-wrapper .bb-lms-title {
    font-size: 13px;
    color: #000;
}

.learndash-wrapper .ld-item-list .ld-section-heading .ld-expand-button:hover .ld-icon {
    color: #6725ea;
}

.learndash-wrapper .ld-item-list .ld-section-heading .ld-expand-button:hover .ld-text {
    color: #6725ea;
}

.rtl .learndash-wrapper .ld-item-list-item .ld-item-list-item-preview .ld-expanded .ld-icon-arrow-down:before {
    content: "\ee09"!important;
}
.learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon {
    background: transparent!important;
}

.rtl .bb-icon-angle-left:before {
    content: '\e827';
}

#learndash-content div.lms-topic-sidebar-wrapper {
  
    display: block!important;
/* 	z-index: 99999; */
}

.ld-content-actions {
    padding-top: 0!important;
    margin-top: -29px!important;
}

.bb-icon-merge:before,.bb-icon-expand:before {
    content: '\e85a'!important;
}

.rtl #header-course-title {
    border-left: 0!important;
    border-right: 1px solid grey;
    padding-right: 20px;
    margin-right: 20px;
    padding-left: 0;
    margin-left: 0;
}

#learndash-page-content .sfwd-course-nav .learndash_next_prev_link span.empty-post {
    color: #000;
}


.bb-lesson-head .bb-lesson-quizzes-count, .bb-lesson-head .bb-lesson-sidebar-ld-sep, .bb-lesson-head .bb-lesson-topics-count {  
    color: #3c3c3c;
}

li.lms-quiz-item.current .bb-lms-title, li.lms-quiz-item.current i {
    color: #ffff;
}

body.post-type-archive.post-type-archive-sfwd-courses {
    background: #FFF;
}

body.single-sfwd-courses {
    background: #FFF;
}

div#learndash-page-content {
    background: #EFEFEF;
	padding-top: 5%;
}

li.lms-topic-item.current.lms-topic-not-locked {
    background: #b28aff;
}
.learndash-wrapper .learndash_content_wrap .ld-table-list .ld-table-list-items div.ld-table-list-item:nth-child(odd) a.ld-table-list-item-preview {
    background: #EFEFEF;
}

.lms-topic-item.current i{
    color: #ffff!important;
}

.lms-topic-item.current .bb-lms-title {
    color: #ffff!important;
}

.lms-lesson-item.current>.bb-lesson-head .bb-lesson-title, .lms-lesson-item.current>.bb-lesson-head .bb-lesson-topics-count {
    color: #fff;
}

span.lms-count {
    background: #6725ea!important;
    color: #fff;
}

.lms-lesson-item.current>.bb-lesson-head, .lms-quiz-item.current>.bb-lms-title-wrap, .lms-topic-item.current>.bb-lms-title-wrap {
    background: #6725ea;
}

body.ld-in-focus-mode .learndash-wrapper {
    padding: 15px;
}
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview {
    background: #f5f5f5!important;
}



.learndash-wrapper .ld-item-list-item .ld-item-list-item-preview .ld-icon-arrow-down:before {
    font-size: 18px;
    vertical-align: middle;
    text-align: center;
    padding-left: 2px;
    color: #6725ea;
}

.learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item.ld-topic__video a.ld-table-list-item-preview .ld-topic-title:before,.learndash-wrapper .ld-item-list-item-expanded .ld-table-list-items .ld-table-list-item .ld-table-list-item-quiz .ld-item-title:before{
    font-size: 16px!important;
    line-height: 19px!important;
}


.learndash-wrapper .ld-item-list-item .ld-item-list-item-preview .ld-icon-arrow-down {
    height: 19px;
    margin-bottom: -4px;
}


.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-item-title .ld-item-components span {
    font-size: 11px;
    font-weight: 400;
}

.learndash-wrapper .ld-status-incomplete.ld-status-icon {
    background: #fff;
    border-color: #6725ea;
}

.learndash-wrapper .ld-course-status.ld-course-status-enrolled {
    background: #ffff;
}

#learndash-page-content .sfwd-course-nav .learndash_next_prev_link a {
    background-color: var(--bb-primary-color);
    color: #fff;
    font-size: 12px;
    min-width: 90px;
}

.learndash_next_prev_link a.next-link:after {
    padding-top: 1px;
}

.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-label {
    font-size: 11px;
    line-height: 11px;
    color: #363636;
}

.lms-topic-sidebar-progress .course-completion-rate, .lms-topic-sidebar-progress .ld-progress-steps {
    color: #363636;
    font-weight: 500;
    font-size: 11px;
    display: inline-block;
    margin-right: 8px;
}

span.ld-lesson-list-progress {
    color: #363636;
    font-weight: 700;
    font-size: 12px;
    border-right: 1px solid #5225e8!important;
}

.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details .ld-lesson-list-steps{
	
	 color: #363636;
    font-weight: 700;
    font-size: 12px;
}
span.bb-pages {
    color: #363636;
    font-weight: 700;
    font-size: 12px;
}

.learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview.learndash-complete .ld-topic-title {
    color: #6725ea;
}

span.bb-pages .bb-total {
    color: #6725ea;
}

#header-course-title {
    font-weight: 600;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded {
    background: #f5f5f5;
    border-top: 7px solid #fff;
    border-radius: 6px!important;
}

.learndash-wrapper .ld-table-list .ld-table-list-header .ld-text {
    font-size: 13px;
    font-weight: 600;
    padding-left: 14px;
   
}

.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details .ld-lesson-list-progress, .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details .ld-lesson-list-steps{
	
	font-size: 10px;
   font-weight: 500;
 
}

.learndash-theme.single-sfwd-courses .ld-progress .ld-progress-bar .ld-progress-bar-percentage, .single-item.groups.courses .ld-progress .ld-progress-bar .ld-progress-bar-percentage,.learndash-theme.single-sfwd-courses .ld-progress.ld-progress-inline .ld-progress-bar, .single-item.groups.courses .ld-progress.ld-progress-inline .ld-progress-bar{
	height:15px;
}

.learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading {
    margin-bottom: 3.5em;
}

.learndash-wrapper .ld-item-list.ld-lesson-list .ld-lesson-section-heading {
    margin-top: 40px;
}

	.bb-about-instructor .bb-content-wrap p {
    font-size: 14px;
    line-height: 26px;
    margin: 0;
    margin-top: 11px;
}

	.bb-about-instructor h5 a {
    font-size: 17px;
    line-height: 26px;
}

.bb-quiz-list .bb-lms-ico i, .bb-type-list .bb-lms-ico i, .lms-quiz-list .bb-lms-ico i {
    font-size: 15px;
}

	.rtl span.ld-lesson-list-progress {
    border-right:none!important;
    border-left: 1px solid #5225e8!important;
}


.rtl .learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item.ld-topic__video a.ld-table-list-item-preview .ld-topic-title:before {
    transform: rotate(180deg);
}

.learndash-wrapper .ld-status-icon .ld-icon:before {
 
    font-weight: 400!important;
}

.bb-dark-theme .lms-topic-sidebar-wrapper .bb-lesson-title, .bb-dark-theme .lms-topic-sidebar-wrapper .bb-lms-title {
    color: #fff;
}


@media (max-width: 640px){

	.bb-template-v2 .bb-about-instructor h4 {
    font-size: 22px;
    margin-bottom: 30px;
}
	
	.learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading h2 {
    font-size: 22px!important;
}
	
	div#learndash-page-content {
    padding-top: 100px;
}

	.learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span a {
    font-size: 11px;
}
	
	#learndash-content .lms-topic-sidebar-wrapper .lms-topic-sidebar-data {
    
    top: 108px;
}
.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-expand-button, .single-item.groups.courses .learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-expand-button {
    width: auto;
}

.bb-template-v2 .learndash-wrapper .ld-section-heading h2 {
    font-size: 18px!important;
}

.learndash-wrapper .ld-table-list .ld-table-list-header .ld-text {
    font-size: 13px;
}
	
.rtl .learndash-wrapper .ld-table-list .ld-table-list-header .ld-text {
    font-size: 20px;
    margin-bottom: 19px;
}

.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details .ld-lesson-list-progress, .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details .ld-lesson-list-steps {
    font-size: 12px;
    font-weight: 500;
    color: #000!important;
}

.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-item-title {
    font-size: 14px;
}
	


	.rtl .bb-courses-directory .select-wrap {
    max-width: 128px!important;
    margin-left: 8px!important;
}
	
	.rtl .sfwd-courses-filters .select-wrap:nth-child(2) {
    display: none!important;
}
	
	.rtl .sfwd-courses-filters {
    -ms-flex-flow: row;
    flex-flow: row;
    flex-direction: row;
}
	
	.rtl .bb-cover-list-item .ld-status {
    font-size: 16px;
    top: 22px;
}
	
	.rtl .learndash-wrapper .ld-item-list.ld-lesson-list .ld-lesson-section-heading {
    font-size: 20px;
    

}


.rtl .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-name span:first-child {
    font-size: 15px!important;
    
    font-weight: 600;
}


.rtl .learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-item-title .ld-item-components {
    margin-top: 10px;
}

.rtl .learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-item-title .ld-item-components span {
    font-size: 14px!important;
}
	



	.rtl span.bb-pages {
   
    font-size: 15px;
    margin-bottom: 7px;
}
	
	.rtl .site-title img.bb-mobile-logo {
    margin: 0;
    padding: 0;
}
	
	.rtl .site-header .bb-left-panel-mobile>i {
    font-size: 40px;
}
	
	
	.rtl.single-sfwd-lessons .bb-left-panel-icon-wrap,.rtl.single-sfwd-topic .bb-left-panel-icon-wrap {
    display: none;
}
	.rtl.single-sfwd-courses .menu-item-10342{
		
		display:none;
	}
	
	.learndash-wrapper #ld-profile .ld-progress-label {
    margin-bottom: 25px;
}
	
}
/*  end courses panel css  */


span.classbfmenu {
    background: #000;
    font-size: 10px;
    color: #fff;
    margin-left: 5px;
    padding: 0 4px;
}

div#woocommerce-revolut-card-element {
    padding: 13px 15px;
}
.access-elearning-mobile{
    display: none!important;
}
@media (max-width: 767px) {
        .access-elearning-mobile {
        display: block !important;
        background: #ECDC2C;
        font-weight: 500;
        font-size: 15px;
        padding: 10px 20px !important;
        text-align: center;
        margin-top: 14px;
    }
}

#page .bb-course-title a {
    font-size: 18px;
    line-height: 22px;
}

.bb-dark-theme img.bb-mobile-logo {
    filter: brightness(0) invert(1);
}

.bb-dark-theme div#site-logo img {
	filter: brightness(0) invert(1);
}

.bb-dark-theme #header-course-title{
	color:#fff;
}
.rtl .elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow i {
    transform: rotate(90deg);
}

.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
    flex-direction: inherit!important;
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
    
    flex-direction:inherit!important;
}

.elementor-author-box--layout-image-left .elementor-author-box {
    flex-direction: inherit!important;
}
.masterclass-certif {
    background: #5225e8;
    display: block;
    padding: 18px 30px;
    border-radius: 6px;
		color:#ffff!important;
		font-size:15px; 
	  line-height:15px;
	  font-weight:700px;
	  font-family:'poppins';
		margin-bottom:15px;
		margin-top:15px;
}
.masterclass-certif img{
	
	height:20px!important;
	margin-top:-2px;
}



.rtl .woocommerce form .form-row input.input-text, .rtl .woocommerce form .form-row textarea{
	text-align:right;
}

.rtl input#form-field-phone {
    text-align: right!important;
}
.woocommerce-checkout #payment ul.payment_methods {
    background-color: #eeedff;
    border-radius: var(--bb-block-radius-inner);
    border-bottom: 0;
    box-shadow: 0px 0 4px #d1d1d187;
}

.woocommerce-checkout #payment div.payment_box {
    background: #fff!important;
}

.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #ffffff!important;
    border-right-color: transparent!important;
    border-left-color: transparent!important;
    border-top-color: transparent!important;
}


.woocommerce-checkout #payment li.wc_payment_method input.input-radio:checked::before {
  
    left: 4px;
    top: 4px;
    width: 9px;
    height: 9px;
  
}

li#wp-admin-bar-my-account-activity, li#wp-admin-bar-my-account-notifications, li#wp-admin-bar-my-account-friends {
	display: none;
}

.menu-item-10295,
.menu-item-10338,
.menu-item-10352{
// display:none!important;
}

.rtl .bb-template-v2 .primary-menu>li>a {

    font-size: 18px;
}

.container.site-header-container.flex.default-header {
    min-width: 1354px;
}

.bb-template-v2 .primary-menu>li>a {
    margin: 0 15px;
}


.menu-item-12972,.menu-item-12977,.menu-item-13023,.menu-item-13025 {
  display:none!important;
}


@media only screen and (max-width: 767px) {

  .menu-item-12972,.menu-item-12977,.menu-item-13023,.menu-item-13025 {
    display:block!important;
  }
}

/* li.menu-item-10295 a::after {
    content: "Nouveaute";
    color: #fff;
    background: #9107bf;
    position: absolute;
    top: 2px;
    right: 3px;
    font-size: 8px;
    font-weight: 600;
    font-family: 'Poppins';
    line-height: 7px;
    padding: 4px 9px;
    border-radius: 11px;
}

li.menu-item-10338 a::after {
    content: "New";
    color: #fff;
    background: #9107bf;
    position: absolute;
     top: 2px;
    right: 3px;
    font-size: 8px;
    font-weight: 600;
    font-family: 'Poppins';
    line-height: 7px;
    padding: 4px 9px;
    border-radius: 11px;
}

li.menu-item-10352 a::after {
    content: "جديد";
    color: #fff;
    background: #9107bf;
    position: absolute;
     top: 2px;
    left: 3px;
    font-size: 8px;
    font-weight: 600;
    font-family: 'Poppins';
    line-height: 9px;
    padding: 4px 9px;
    border-radius: 11px;
} */


.header-mini-cart ul.cart_list img.attachment-woocommerce_thumbnail, .header-mini-cart ul.cart_list img.woocommerce-placeholder {
    display: none;
}

.bb-template-v2 .header-mini-cart p.woocommerce-mini-cart__total {
    font-weight: 600;
    color: #000;
}

.bb-template-v2 .header-mini-cart ul.cart_list li.mini_cart_item:last-child {
    color: #000;
}

.site-title img.bb-mobile-logo {
    padding-top: 0;
    margin-top: -10px;
}

.rtl div.asl_m .proinput input.orig {
    text-align: right;
}

/* #navbar-collapse {
    display: none;
} */
li#menu-item-6626,li#menu-item-6625,li#menu-item-6631,li#menu-item-6632,li#menu-item-6633,li#menu-item-6634 {
    display: none;
}




.learndash-wrapper .ld-expand-button.ld-compact span {
    color: #fff;
}

li#courses-all{
	
	display:none;
}

.notification-dropdown .notification-header .header-view-cart-link{
	display:none;
}

#menu-item-5759 a,#menu-item-5893 a{
    BACKGROUND: #6725ea;
    color: white;
}

.learndash-wrapper .ld-content-actions {
    justify-content: right;
}

.learndash-wrapper .bb-ld-status .ld-status.ld-status-progress {
    color: #000!important;
    background-color: #FFC107!important;
}

.ld-status.ld-status-complete.ld-secondary-background {
    background-color: #009688!important;
}

.lms-topic-sidebar-course-navigation a.course-entry-link:hover {
    background-color: rgb(112 58 219);
}

li.lms-lesson-item.current .bb-lesson-quizzes-count {
    color: #fff;
}

li.lms-lesson-item.current span.bb-lesson-sidebar-ld-sep {
    color: #fff;
}

#learndash-page-content .sfwd-course-nav .learndash_next_prev_link a {
    
    background-color: var(--bb-primary-color);
    color: #fff;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_button:not(.wpProQuiz_button_reShowQuestion):not(.wpProQuiz_button_restartQuiz) {
   font-size: 15px;
    font-weight: 500;
    padding: 10px 20px;
}

.wpProQuiz_content .wpProQuiz_results>div>.wpProQuiz_button{
	font-size: 15px;
}

.wpProQuiz_question_text p {
    font-size: 17px;
    color: #000;
    font-weight: 500;
}

.wpProQuiz_content .wpProQuiz_results>div>.wpProQuiz_button[name=restartQuiz] {

    background-position: 12px center;

    padding-left: 13px;
    padding-right: 0;
    font-weight: 400;
    min-width: 174px;
    text-align: center;
    font-size: 13px;
}

.wpProQuiz_content .wpProQuiz_results .quiz_continue_link a#quiz_continue_link {
    font-size: 16px;
    padding: 10px 17px 13px 17px;
}

.learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-icon-arrow-down, .learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-item-title .lms-is-locked-ico i, .learndash-wrapper .ld-item-list-item.ld-item-lesson-item .ld-item-name .ld-item-title .ld-item-components span, .learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview .ld-topic-title, .learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview .ld-topic-title:before, .learndash-wrapper .ld-table-list-items .ld-table-list-item .ld-table-list-item-quiz .ld-item-title {
    color: #000000;
}

.lms-topic-sidebar-course-navigation a.course-entry-link {
  
    background-color: rgb(103 37 234);
    color: #ffffff;

}

.learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview.learndash-complete .ld-topic-title,.learndash-wrapper .ld-table-list-item.learndash-complete .ld-item-title>span:first-child {
    color: var(--bb-alternate-text-color);
}

.single-sfwd-courses li#menu-item-17,.single-sfwd-courses li#menu-item-2652 ,.single-sfwd-courses .notification-wrap.header-cart-link-wrap.cart-wrap{
    display: none;
}

.single-sfwd-courses .menu-item-5757
,.single-sfwd-courses .menu-item-5753{
	display: none;
}

.single-sfwd-courses .menu-item-4768
,.single-sfwd-courses .menu-item-4893{
	display: none;
}


.rtl .elementor-testimonial__image {
    margin-left: 15px;
}

.rtl .elementor-toggle .elementor-tab-title,.rtl .elementor-tab-content{
    
    text-align: right!important;
}

.rtl .elementor-nav-menu__align-right .elementor-nav-menu--layout-vertical>ul>li>a {
    justify-content: flex-start!important;
}

.rtl .learndash-wrapper .ld-item-list-item .ld-item-list-item-preview .ld-icon-arrow-down:before {
    content: '\ee0a';
}

.bb-mobile-panel-inner .sub-menu.bb-open li.current_page_item i {
    color: #fff!important;
}

.rtl .timeline {
    border-right: 1px solid #6725ea;
    border-left-width: 0px;
    padding-right: 50px;
    padding-left: 0;
}


.rtl .elementor-toggle-title {
    font-size: 17px!important;
    line-height: 26px!important;
}
h3.elementor-image-box-title img.linkedin {
    transform: translate(5px,-3px);
}

.bb-learndash-banner {
    background-color: #330a85;
    
}

.bb-template-v2 .site-header #primary-navbar .menu-item>.ab-submenu .bb-sub-menu .menu-item {
    margin: 0 8px;
    list-style-type: none;
}


/* start courses panel css  */
.rtl .copyright {
    display: none;
}

.lms-topic-sidebar-wrapper .ld-item-list-section-heading .ld-lesson-section-heading {
	color: #6725ea
		;}

.rtl .lms-topic-sidebar-wrapper .bb-lesson-title, .lms-topic-sidebar-wrapper .bb-lms-title {
    font-size: 13px;
    color: #000;
}

.learndash-wrapper .ld-item-list .ld-section-heading .ld-expand-button:hover .ld-icon {
    color: #6725ea;
}

.learndash-wrapper .ld-item-list .ld-section-heading .ld-expand-button:hover .ld-text {
    color: #6725ea;
}

.rtl .learndash-wrapper .ld-item-list-item .ld-item-list-item-preview .ld-expanded .ld-icon-arrow-down:before {
    content: "\ee09"!important;
}
.learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon {
    background: transparent!important;
}

.rtl .bb-icon-angle-left:before {
    content: '\e827';
}

#learndash-content div.lms-topic-sidebar-wrapper {
  
    display: block!important;
/* 	z-index: 99999; */
}

.ld-content-actions {
    padding-top: 0!important;
    margin-top: -29px!important;
}

.bb-icon-merge:before,.bb-icon-expand:before {
    content: '\e85a'!important;
}

.rtl #header-course-title {
    border-left: 0!important;
    border-right: 1px solid grey;
    padding-right: 20px;
    margin-right: 20px;
    padding-left: 0;
    margin-left: 0;
}

#learndash-page-content .sfwd-course-nav .learndash_next_prev_link span.empty-post {
    color: #000;
}


.bb-lesson-head .bb-lesson-quizzes-count, .bb-lesson-head .bb-lesson-sidebar-ld-sep, .bb-lesson-head .bb-lesson-topics-count {  
    color: #3c3c3c;
}

li.lms-quiz-item.current .bb-lms-title, li.lms-quiz-item.current i {
    color: #ffff;
}

body.post-type-archive.post-type-archive-sfwd-courses {
    background: #FFF;
}

body.single-sfwd-courses {
    background: #FFF;
}

div#learndash-page-content {
    background: #EFEFEF;
	padding-top: 5%;
}

li.lms-topic-item.current.lms-topic-not-locked {
    background: #b28aff;
}
.learndash-wrapper .learndash_content_wrap .ld-table-list .ld-table-list-items div.ld-table-list-item:nth-child(odd) a.ld-table-list-item-preview {
    background: #EFEFEF;
}

.lms-topic-item.current i{
    color: #ffff!important;
}

.lms-topic-item.current .bb-lms-title {
    color: #ffff!important;
}

.lms-lesson-item.current>.bb-lesson-head .bb-lesson-title, .lms-lesson-item.current>.bb-lesson-head .bb-lesson-topics-count {
    color: #fff;
}

span.lms-count {
    background: #6725ea!important;
    color: #fff;
}

.lms-lesson-item.current>.bb-lesson-head, .lms-quiz-item.current>.bb-lms-title-wrap, .lms-topic-item.current>.bb-lms-title-wrap {
    background: #6725ea;
}

body.ld-in-focus-mode .learndash-wrapper {
    padding: 15px;
}
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview {
    background: #f5f5f5!important;
}



.learndash-wrapper .ld-item-list-item .ld-item-list-item-preview .ld-icon-arrow-down:before {
    font-size: 18px;
    vertical-align: middle;
    text-align: center;
    padding-left: 2px;
    color: #6725ea;
}

.learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item.ld-topic__video a.ld-table-list-item-preview .ld-topic-title:before,.learndash-wrapper .ld-item-list-item-expanded .ld-table-list-items .ld-table-list-item .ld-table-list-item-quiz .ld-item-title:before{
    font-size: 16px!important;
    line-height: 19px!important;
}


.learndash-wrapper .ld-item-list-item .ld-item-list-item-preview .ld-icon-arrow-down {
    height: 19px;
    margin-bottom: -4px;
}


.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-item-title .ld-item-components span {
    font-size: 11px;
    font-weight: 400;
}

.learndash-wrapper .ld-status-incomplete.ld-status-icon {
    background: #fff;
    border-color: #6725ea;
}

.learndash-wrapper .ld-course-status.ld-course-status-enrolled {
    background: #ffff;
}

#learndash-page-content .sfwd-course-nav .learndash_next_prev_link a {
    background-color: var(--bb-primary-color);
    color: #fff;
    font-size: 12px;
    min-width: 90px;
}

.learndash_next_prev_link a.next-link:after {
    padding-top: 1px;
}

.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-label {
    font-size: 11px;
    line-height: 11px;
    color: #363636;
}

.lms-topic-sidebar-progress .course-completion-rate, .lms-topic-sidebar-progress .ld-progress-steps {
    color: #363636;
    font-weight: 500;
    font-size: 11px;
    display: inline-block;
    margin-right: 8px;
}

span.ld-lesson-list-progress {
    color: #363636;
    font-weight: 700;
    font-size: 12px;
    border-right: 1px solid #5225e8!important;
}

.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details .ld-lesson-list-steps{
	
	 color: #363636;
    font-weight: 700;
    font-size: 12px;
}
span.bb-pages {
    color: #363636;
    font-weight: 700;
    font-size: 12px;
}

.learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview.learndash-complete .ld-topic-title {
    color: #6725ea;
}

span.bb-pages .bb-total {
    color: #6725ea;
}

#header-course-title {
    font-weight: 600;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded {
    background: #f5f5f5;
    border-top: 7px solid #fff;
    border-radius: 6px!important;
}

.learndash-wrapper .ld-table-list .ld-table-list-header .ld-text {
    font-size: 13px;
    font-weight: 600;
    padding-left: 14px;
   
}

.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details .ld-lesson-list-progress, .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details .ld-lesson-list-steps{
	
	font-size: 10px;
   font-weight: 500;
 
}

.learndash-theme.single-sfwd-courses .ld-progress .ld-progress-bar .ld-progress-bar-percentage, .single-item.groups.courses .ld-progress .ld-progress-bar .ld-progress-bar-percentage,.learndash-theme.single-sfwd-courses .ld-progress.ld-progress-inline .ld-progress-bar, .single-item.groups.courses .ld-progress.ld-progress-inline .ld-progress-bar{
	height:15px;
}

.learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading {
    margin-bottom: 3.5em;
}

.learndash-wrapper .ld-item-list.ld-lesson-list .ld-lesson-section-heading {
    margin-top: 40px;
}

	.bb-about-instructor .bb-content-wrap p {
    font-size: 14px;
    line-height: 26px;
    margin: 0;
    margin-top: 11px;
}

	.bb-about-instructor h5 a {
    font-size: 17px;
    line-height: 26px;
}

.bb-quiz-list .bb-lms-ico i, .bb-type-list .bb-lms-ico i, .lms-quiz-list .bb-lms-ico i {
    font-size: 15px;
}

	.rtl span.ld-lesson-list-progress {
    border-right:none!important;
    border-left: 1px solid #5225e8!important;
}


.rtl .learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item.ld-topic__video a.ld-table-list-item-preview .ld-topic-title:before {
    transform: rotate(180deg);
}

.learndash-wrapper .ld-status-icon .ld-icon:before {
 
    font-weight: 400!important;
}

.bb-dark-theme .lms-topic-sidebar-wrapper .bb-lesson-title, .bb-dark-theme .lms-topic-sidebar-wrapper .bb-lms-title {
    color: #fff;
}


@media (max-width: 640px){

	.bb-template-v2 .bb-about-instructor h4 {
    font-size: 22px;
    margin-bottom: 30px;
}
	
	.learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading h2 {
    font-size: 22px!important;
}
	
	div#learndash-page-content {
    padding-top: 100px;
}

	.learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span a {
    font-size: 11px;
}
	
	#learndash-content .lms-topic-sidebar-wrapper .lms-topic-sidebar-data {
    
    top: 108px;
}
.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-expand-button, .single-item.groups.courses .learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-expand-button {
    width: auto;
}

.bb-template-v2 .learndash-wrapper .ld-section-heading h2 {
    font-size: 18px!important;
}

.learndash-wrapper .ld-table-list .ld-table-list-header .ld-text {
    font-size: 13px;
}
	
.rtl .learndash-wrapper .ld-table-list .ld-table-list-header .ld-text {
    font-size: 20px;
    margin-bottom: 19px;
}

.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details .ld-lesson-list-progress, .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details .ld-lesson-list-steps {
    font-size: 12px;
    font-weight: 500;
    color: #000!important;
}

.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-item-title {
    font-size: 14px;
}
	


	.rtl .bb-courses-directory .select-wrap {
    max-width: 128px!important;
    margin-left: 8px!important;
}
	
	.rtl .sfwd-courses-filters .select-wrap:nth-child(2) {
    display: none!important;
}
	
	.rtl .sfwd-courses-filters {
    -ms-flex-flow: row;
    flex-flow: row;
    flex-direction: row;
}
	
	.rtl .bb-cover-list-item .ld-status {
    font-size: 16px;
    top: 22px;
}
	
	.rtl .learndash-wrapper .ld-item-list.ld-lesson-list .ld-lesson-section-heading {
    font-size: 20px;
    

}


.rtl .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-name span:first-child {
    font-size: 15px!important;
    
    font-weight: 600;
}


.rtl .learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-item-title .ld-item-components {
    margin-top: 10px;
}

.rtl .learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-item-title .ld-item-components span {
    font-size: 14px!important;
}
	



	.rtl span.bb-pages {
   
    font-size: 15px;
    margin-bottom: 7px;
}
	
	.rtl .site-title img.bb-mobile-logo {
    margin: 0;
    padding: 0;
}
	
	.rtl .site-header .bb-left-panel-mobile>i {
    font-size: 40px;
}
	
	
	.rtl.single-sfwd-lessons .bb-left-panel-icon-wrap,.rtl.single-sfwd-topic .bb-left-panel-icon-wrap {
    display: none;
}
	.rtl.single-sfwd-courses .menu-item-10342{
		
		display:none;
	}
	
	.learndash-wrapper #ld-profile .ld-progress-label {
    margin-bottom: 25px;
}
	
}
/*  end courses panel css  */