/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
.cat_card .cat_card_img .elementor-widget-image img{
	transition: transform 0.35s, -webkit-transform 0.35s;
}

.cat_card:hover .cat_card_img .elementor-widget-image img{
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}

.cat_card:hover .cat_course_count{
	top: 0%;
}
.cat_card .cat_course_count{
	-webkit-transition: top 0.3s, -webkit-transform 0.3s;
	transition: top 0.3s, -webkit-transform 0.3s;
	transition: top 0.3s, transform 0.3s;
	transition: top 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.testimonial_card .testi_bg_canvas img{
	border-radius: inherit;
	object-fit: inherit;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.testimonial_card:hover .testi_bg_canvas img{
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
.play_btn{
	width: 100px !important ;
}
.play_btn::before{
	    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate1 2s;
    animation: pulsate1 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, .75);
    top: -25%;
    left: -25%;
    background: rgba(198, 16, 0, 0);
}
@keyframes pulsate1{
0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
}
100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
}
}
/* .insturctor_card .instructor_card_content{
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transform: translate(0, 56px);
	-webkit-transform: translate(0, 56px);
	-moz-transform: translate(0, 56px);
	-ms-transform: translate(0, 56px);
	-o-transform: translate(0, 56px);
} */
/* .insturctor_card:hover .instructor_card_content{
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
} */
.elementor-menu-toggle {
    padding: 10px 12px !important;
}
.post_expert p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.blog_title h2{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.page-content a{
	text-decoration: none !important;
}
.blog_loop_main nav.elementor-pagination .page-numbers {
    padding: 8px 16px !important;
	border-radius: .25rem !important;
	border: 1px solid #d1d5dc !important;
	text-decoration: none ;
}
.blog_loop_main nav.elementor-pagination .page-numbers:hover{
	background-color: #352855 !important ;
	color: #fff !important ;
	border: 1px solid #352855 !important;
}
.blog_loop_main nav.elementor-pagination .page-numbers.current {
	border: 1px solid #352855 !important;
	background-color: #352855 !important ;
}
/* Leanrpress Css Start */
.lp-archive-courses .lp-content-area.has-sidebar{
	flex-direction: row-reverse;	
	padding: 40px 20px;
}
.lp-archive-courses .learn-press-courses-header h1
{
	display: none;
}
.widget_course_filter .widget-title{
	display: none ;
}
.lp-archive-courses h1, h2, h3, h4, h5, h6{
	font-family: "Mulish", Sans-serif;
}
.lp-archive-courses{
	font-family: "Poppins", Sans-serif;
}
.lp-single-course h1, h2, h3, h4, h5, h6{
	font-family: "Mulish", Sans-serif;
}
.lp-single-course{
	font-family: "Poppins", Sans-serif;
}
.single-lp_course .single_page_hide{
	display: none ;
}
.single-lp_course .lp-course-comment{
	display: none ;
}
.lp-form-course-filter__title{
	padding: .75rem 1.25rem;
	margin-bottom: 25px !important;
	background-color: #f9f9f9 ;
	border-radius: 6px;
	border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.lp-form-course-filter .lp-form-course-filter__item {
	margin-bottom: 30px !important;
	padding-bottom: 25px !important;
}
.lp-form-course-filter__content {
	display: flex ;
    flex-direction: column ;
    gap: 8px;
}
.lp-form-course-filter__content .lp-course-filter__field{
	margin-bottom: 8px;
}
.course-item{
	cursor: pointer;
	padding: 20px;
	box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
	border-radius: 6px;
}
.learn-press-courses[data-layout=grid] .course-item .course-content{
	padding: 0 !important ;
}
.course-item .course-img img{
	margin-bottom: 20px;
	border-radius: 6px !important ;
}
.course-item .course-content .wap-course-title{
	font-size: 15px;
	font-weight: 700;
	color: #29303b ;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	margin: 0 !important ;
}
.learn-press-courses[data-layout=grid] .course-item .course-content .course-instructor-category > :first-child{
	position: absolute;
	display: ruby;
	top: -65px;
	left: 10px;
}
.page-id-441 .lp-single-instructor .ul-instructor-courses .course-content {
    padding: 0 !important;
}
.learn-press-courses[data-layout=list] .course-item .course-content .course-instructor-category > :first-child{
	margin-top: 10px ;
}
.learn-press-courses[data-layout=list] .course-item .course-content .course-instructor-category > :first-child .course-instructor .instructor-display-name:hover{
	color: #fff !important ;
}
.course-item .course-content .course-instructor-category > :first-child{
	padding: 8px 14px;
	background: #352855;
	border-radius: 6px;
	color: #fff;
	font-size: 12px;
}
.course-item .course-content .course-instructor-category > :first-child:hover .instructor-display-name{
	color: #fff !important ; 
}
.course-item .course-content .course-instructor-category > :last-child {
    display: none;
}
.course-readmore a {
    border: none !important;
    background: #352855 !important;
    color: #fff !important;
    font-size: 16px;
    line-height: 30px;
}
.course-item .course-content .meta-item{
    font-size: 14px;
}
ul.learn-press-breadcrumb {
	padding: 13px 0;
	margin: 0;
	border-bottom: 1px solid #eee;
}
/* single page styling start */
.lp-single-course__header {
    background-color: #372854 !important;
    color: #fff;
}
.lp-single-course ul.learn-press-breadcrumb {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px !important;
    margin-bottom: 15px !important;
}
.lp-single-course ul.learn-press-breadcrumb li a:hover{
	color: #fff ; 
	text-decoration: underline !important ;
}
.lp-single-course__header__inner .course-instructor-category{
	margin-bottom: 23px !important;
}
.lp-single-course__header__inner .course-instructor-category a{
	text-decoration: underline !important ;
}
.lp-single-course__header__inner .course-instructor-category a:hover{
	color: #fff !important ;
}
.lp-single-course__header__inner .course-title{
	font-size: 36px !important;
	font-weight: 600 ;
	line-height: 43px ;
}
.lp-section-instructor .instructor-avatar img{
	max-width: 100px;
	height: 100px;
	border-radius: 50%;
}
.lp-section-instructor .lp-instructor-info{
	align-items: center ; 
}
.lp-section-instructor .lp-instructor-info .lp-section-instructor .lp-instructor-meta{
	margin-top: 8px !important;
}
.lp-section-instructor .lp-instructor-info .lp-section-instructor .lp-instructor-meta .instructor-display-name{
	color: #29303B !important ;
}
.lp-section-instructor a{
	color: #29303B !important ;
}
.ul-list-instructors .item-instructor{
	padding: 0px !important ;
	border: none !important ;
	box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
	border-radius: 6px;
	transition: 0.3s ease-in-out ;
}
.ul-list-instructors .item-instructor:hover{
	transform: translatey(-4px) ;
}
.ul-list-instructors .item-instructor .instructor-avatar img{
	width: 100%;
	height: 200px;
	border-radius: 6px 6px 0 0;
	object-fit: cover;
	position: relative;
	overflow: hidden;
}
.ul-list-instructors .item-instructor .instructor-name .instructor-display-name{
	margin-bottom: 8px !important;
	font-size: 20px !important;
	font-family: 'Muli', sans-serif;
	font-weight: 600;
	color: #29303b ;
	text-align: center ;
}
.ul-list-instructors .item-instructor .instructor-info{
	font-size: 14px;
	justify-content: center ;
}
.lp-list-instructors .ul-list-instructors li.item-instructor .instructor-btn-view {
    padding: 8px 24px;
    border-radius: 6px !important;
    color: #fff !important;
    border: none !important;
    transition: all .3s;
    display: block;
    background: #352855 !important;
    text-decoration: none;
    text-align: center;
	margin: 0 15px 15px ;
	font-size: 14px !important ;
}
.lp-single-instructor__info__wrapper{
    display: flex;
    gap: 24px;
    align-items: center;
}
.lp-single-instructor .lp-single-instructor__info .lp-single-instructor__info__right .lp-single-instructor__info__right__content h2{
	margin: 0 !important ;
}
.instructor-courses .ul-instructor-courses .course-item .course-img img{
	margin-bottom: 20px;
	border-radius: 6px !important;    
	height: 200px !important;
	object-fit: cover;
}
.instructor-courses .ul-instructor-courses .course-item .course-thumbnail{
	height: 200px;
	display: flex;
	align-items: flex-end;
}
.instructor-courses .ul-instructor-courses .course-item .course-img{
	height: 200px;
}
.lp-single-instructor .ul-instructor-courses .course-title {
    margin: 0 0 0px 0 !important;
	    font-size: 15px;
    font-weight: 700;
    color: #29303b;
}
.lp-single-instructor .instructor-courses .ul-instructor-courses .course-item .course-content{
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin-top: 12px;
}
.learn-press-form form>p>label {
	margin-top: -14px;
	align-items: center;
}
.learn-press-form form>p>label input{
	margin-top: 15px;
}
.learn-press-form .form-fields .form-field label{
}
.learn-press-form .form-fields .form-field br{
	display: none ;
}
.learn-press-form-login .learn-press-login p a{
	display: inline-block !important;
}
.learn-press-form-login button[type=submit], .learn-press-form-register button[type=submit]
 {
   border: none !important ;
}
.learn-press-form-login button[type=submit]
{	
	margin-bottom: 15px !important ;
}
.learn-press-form-register button[type=submit]
 {
   margin-top: 20px !important ;
}
.lp-user-profile .lp-profile-content-area{
   align-items: center !important;
}
.learn-press-courses[data-layout=grid] .course-content, .learn-press-courses.lp-courses-related .course-content {
    padding: 0px !important;
}
.learn-press-courses.lp-courses-related .course-content .course-instructor-category > :first-child{
	position: absolute;
	top: -65px;
	left: 10px;
}
/* learning course pages  */
#popup-header{
	background: #352855 !important;
}
#popup-footer .course-item-nav .prev a, #popup-footer .course-item-nav .next a {
    color: #000 !important;
}
h1.lp-content-area {
    padding-top: 20px;
}
.lp-checkout-form__after a{
	color: #352855 !important ;
	font-weight: bold ;
}
.lp-terms-and-conditions a {
    color: #352855 !important;
}
.lp-profile-courses-feditor .lp-button{
	border: none !important;
	background: #352855 !important;
	color: #fff !important;
	font-size: 16px;
	line-height: 30px;
}
.menu-item i._before, .rtl .menu-item i._after {
    margin-right: 1em !important;
    margin-top: 3px;
}
.elementor-nav-menu li .sub-menu li a .sub-arrow{
	position: absolute !important;
	right: 10px !important;
}
span.course-featured{
    display: none;
}
/* .learn-press-courses[data-layout=grid] .course-item .course-content .meta-item.meta-item-level {
	display: block !important;
	position: absolute;
	top: -112%;
	left: 0px;
	padding: 1px 12px;
	height: 18px;
	text-align: center;
	background-color: #F4C150;
	z-index: 9;
	border-radius: 0 10px 10px 0;
}
.learn-press-courses[data-layout=grid] .course-item .course-content .meta-item.meta-item-level .course-level{
	font-size: 10px !important;
	font-weight: 700;
	text-transform: capitalize;
	display: block;
	margin-top: 1px;
}
.learn-press-courses[data-layout=grid] .course-item .course-content .meta-item.meta-item-level::before{
	display: none !important ;
}
.learn-press-courses[data-layout=list] .course-item .course-content .meta-item.meta-item-level{
	position: absolute;
	left: -54%;
	top: 10px;
	padding: 1px 12px;
	height: 18px;
	text-align: center;
	background-color: #F4C150;
	z-index: 9;
	border-radius: 0 10px 10px 0;
}
.learn-press-courses[data-layout=list] .course-item .course-content .meta-item.meta-item-level .course-level{
	font-size: 10px !important;
	font-weight: 700;
	text-transform: capitalize;
	display: block;
	margin-top: 1px;
}
.learn-press-courses[data-layout=list] .course-item .course-content .meta-item.meta-item-level::before{
	display: none !important ;
}
.profile-courses-list.learn-press-courses .course-item .meta-item.meta-item-level{
	top: -100% !important;
}
.profile-courses-list.learn-press-courses .course-item .meta-item.meta-item-level .course-level{
	margin-top: -1px !important;
} */

ul.page-numbers li .page-numbers{
	border: 1px solid #d1d5dc !important;
	padding: 8px 16px !important;
	border-radius: .25rem !important;
	text-decoration: none;
	color: #29303B !important;
	font-family: "Poppins", Sans-serif;
	font-size: 16px ;
}
ul.page-numbers li .page-numbers:hover {
	border: 1px solid #352855 !important;
	background-color: #352855 ;
	padding: 8px 16px !important;
	border-radius: .25rem !important;
	text-decoration: none;
	color: #fff !important;
	font-family: "Poppins", Sans-serif;
	font-size: 16px ;
}
ul.page-numbers li .page-numbers.current{
	border: 1px solid #352855 !important;
	background-color: #352855 ;
	padding: 8px 16px !important;
	border-radius: .25rem !important;
	text-decoration: none;
	color: #fff !important;
	font-family: "Poppins", Sans-serif;
	font-size: 16px ;
}
ul.page-numbers li .page-numbers.next{
	padding: 12px 16px !important;
}
ul.page-numbers li .page-numbers.prev{
	padding: 12px 16px !important;
}
label.switch-btn {
    background: #fff !important;
}
.switch-layout input[type=radio]:nth-child(1):checked ~ .switch-btn:nth-child(2) {
    background-color: #F44A4A !important;
}
.switch-layout input[type=radio]:nth-child(3):checked ~ .switch-btn:nth-child(4) {
    background-color: #F44A4A !important;
}
input[type=radio]:nth-child(3):checked ~ .switch-btn:nth-child(4)::before{
    color: #fff !important;
}
input[type=radio]:nth-child(1):checked ~ .switch-btn:nth-child(2)::before {
    color: #fff !important;
}
button.btn-clipboard {
	background: #352855 !important;
	color: #fff !important;
	border: 1px solid #352855 !important ;
}
.social-share-toggle .lp-social-media>li i {
	color: #352855  ;
}
.lp-checkout-sign-up-link{
	align-items: center;
}
.lp-checkout-sign-in-link{
	align-items: center;
}
.lp-checkout-sign-up-link a label{
	font-weight: bold !important;
	text-decoration: underline !important;
}
.lp-checkout-sign-in-link a label{
	font-weight: bold !important;
	text-decoration: underline !important;
}
a.lp-lost-password-link {
    font-weight: bold !important;
}
.course_prize span.course-item-price {
    display: flex;
    flex-direction: column-reverse;
    align-items: end;
}
.course_prize .price{
	font-weight: 500 !important;
	font-size: 14px !important;
}
.course_prize .origin-price{
	font-size: 10px;
    display: inline-block;
    color: #29303B !important;
	text-decoration: line-through !important;
}
.learnpress .lp-content-area{
	padding: 40px 16px 60px;
}
.learnpress .lp-content-area p:nth-of-type(2) a{
	color: #352855 !important;
	font-weight: bold !important ;
	text-decoration: underline !important ;
}
.lp-list-table.profile-list-orders.profile-list-table tr th{
	vertical-align: middle !important;
}
.lp-list-table.profile-list-orders.profile-list-table tr td{
	vertical-align: middle !important;
}
.profile-recover-order {
    margin-top: 40px;
}
table.lp-list-table.order-table-details {
    margin-bottom: 20px;
}
.lp-list-table.order-table-details tfoot tr td{
	    padding: .7em 1em !important;
	    border: 1px solid var(--lp-border-color, #e2e0db) !important;
}
span.order-status.order-status-completed {
    padding: 3px 12px;
    background: green;
    border-radius: 6px;
    color: white;
}
.profile-list-orders.profile-list-table tfoot tr.list-table-nav td {
    padding: 10px 20px !important;
}
.lp-list-table.profile-list-orders.profile-list-table{
	border: 1px solid #e2e0db;
}
.lp_profile_course_progress.lp-list-table tbody tr td{
	vertical-align: middle ;
}
#certificate-popup.ready .close-popup:after {
	line-height: 22px !important;
	left: -1px !important;
	color: #352855 !important;
}
#certificate-popup.ready .close-popup:hover::after{
	color: #352855 !important;
}
.elementor-popup-modal .dialog-close-button {
    position: fixed !important;
    top: 85px !important;
    right: 20px !important;
}
li.certificate-item .course-title {
    margin: 0;
}


.lp-notification {
	padding: 12px 15px;
	margin-bottom: 15px;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 500;
}

.lp-notification.success {
	background: #e6f9f0;
	border-left: 4px solid #28a745;
	color: #1e7e34;
}

.lp-notification.error {
	background: #fdecea;
	border-left: 4px solid #dc3545;
	color: #a71d2a;
}



/* ==============================================
   Manual Withdrawal — Professional UI
   Paste into your theme's style.css
   ============================================== */


/* -----------------------------------------------
   Summary Grid
----------------------------------------------- */
.mw-summary-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 24px;
}

.mw-stat-card {
    background: #f7f9fb;
    border-radius: 10px;
    padding: 16px 18px;
    border-left: 3px solid #e2e8f0;
}

.mw-stat-card.is-total   { border-left-color: #352855; }
.mw-stat-card.is-balance { border-left-color: #2563eb; }
.mw-stat-card.is-success { border-left-color: #16a34a; }
.mw-stat-card.is-danger  { border-left-color: #dc2626; }

.mw-stat-label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #64748b;
    margin: 0 0 6px 0;
    padding: 0;
}

.mw-stat-value {
    font-size: 22px;
    font-weight: 600;
    color: #1e293b;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.mw-stat-value.is-total   { color: #352855; }
.mw-stat-value.is-balance { color: #2563eb; }
.mw-stat-value.is-success { color: #16a34a; }
.mw-stat-value.is-danger  { color: #dc2626; }


/* -----------------------------------------------
   Notices
----------------------------------------------- */
.mw-notice {
    padding: 11px 16px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 16px;
    border: 1px solid transparent;
}

.mw-notice.is-success {
    background: #f0fdf4;
    color: #15803d;
    border-color: #bbf7d0;
}

.mw-notice.is-error {
    background: #fef2f2;
    color: #b91c1c;
    border-color: #fecaca;
}


/* -----------------------------------------------
   Form Card
----------------------------------------------- */
#manual-withdraw-form,
.mw-form-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}


/* -----------------------------------------------
   Form Header
----------------------------------------------- */
.mw-form-header {
    padding: 18px 24px;
    border-bottom: 1px solid #f1f5f9;
    background: #fafbfc;
    display: flex;
    align-items: center;
    gap: 12px;
}

.mw-form-header-icon {
    width: 34px;
    height: 34px;
    background: #ede9fe;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.mw-form-header-title {
    font-size: 15px;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
    padding: 0;
    line-height: 1.3;
}

.mw-form-header-sub {
    font-size: 12px;
    color: #94a3b8;
    margin: 2px 0 0 0;
    padding: 0;
}


/* -----------------------------------------------
   Form Body — padding inside card
----------------------------------------------- */
#manual-withdraw-form {
    padding: 24px;
}


/* -----------------------------------------------
   Fields & Labels
----------------------------------------------- */
#manual-withdraw-form p {
    margin: 0 0 20px 0;
}

#manual-withdraw-form label {
    font-size: 14px;
    font-weight: 700;
    color: #374151;
    margin: 0 0 6px 0;
    padding: 0;
    display: block;
}


/* -----------------------------------------------
   Inputs & Textarea
----------------------------------------------- */
#manual-withdraw-form input[type="text"],
#manual-withdraw-form input[type="number"],
#manual-withdraw-form input[type="password"],
#manual-withdraw-form textarea {
	width: 100%;
	padding: 8px 16px;
	font-size: 1rem;
	line-height: 1.5;
	border: 1px solid #e2e0db;
	border-radius: 3px;
	background: #ffffff;
	color: #111827;
	outline: none;
	box-sizing: border-box;
	transition: border-color 0.15s, box-shadow 0.15s;
	appearance: none;
	-webkit-appearance: none;
	margin: 0;
}

#manual-withdraw-form input[type="text"]:hover,
#manual-withdraw-form input[type="number"]:hover,
#manual-withdraw-form input[type="password"]:hover,
#manual-withdraw-form textarea:hover {
    border-color: #000;
}

#manual-withdraw-form input[type="text"]:focus,
#manual-withdraw-form input[type="number"]:focus,
#manual-withdraw-form input[type="password"]:focus,
#manual-withdraw-form textarea:focus {
    border-color: #352855;
}

#manual-withdraw-form textarea {
    resize: vertical;
    min-height: 80px;
}


/* -----------------------------------------------
   Checkbox row — Request Full Balance
----------------------------------------------- */
#manual-withdraw-form p:has(input[type="checkbox"]) {
    display: flex;
    align-items: center;
    gap: 9px;
    cursor: pointer;
}

#manual-withdraw-form input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #352855;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    cursor: pointer;
	margin-top: 13px ;
}

#manual-withdraw-form p:has(input[type="checkbox"]) label {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    cursor: pointer;
	display: flex;
    align-items: center;
    gap: 11px;
}



.mw-tab-icon::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23352855' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='8' x2='12' y2='16'/%3E%3Cline x1='8' y1='12' x2='16' y2='12'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
	margin-top: -8px !important ;
}

li.request_withdrawal.active .mw-tab-icon::before {
    filter: brightness(0) invert(1) !important;
}
/* -----------------------------------------------
   Submit Button
----------------------------------------------- */
#manual-withdraw-form button[type="submit"],
#manual-withdraw-form .lp-btn-primary {
	border-radius: 6px 6px 6px 6px;
	padding: 12px 30px 12px 30px;
	font-size: 14px;
	font-weight: 600;
	font-family: inherit;
	background: #352855;
	border: none;
	color: #ffffff;
	cursor: pointer;
	transition: background 0.15s, transform 0.1s;
	display: inline-block;
}

#manual-withdraw-form button[type="submit"]:hover,
#manual-withdraw-form .lp-btn-primary:hover {
    background: #29303B;
}
#manual-withdraw-form button[type="submit"]:active,
#manual-withdraw-form .lp-btn-primary:active {
    transform: scale(0.98);
}
#profile-content-withdrawals > h2:first-of-type {
    display: none;
}

#profile-content-withdrawals > p:first-of-type {
    display: none;
}
#profile-content-withdrawals > h2:last-of-type {
    display: none;
}
button.lp-button {
    border: 1px solid #352855 !important;
    color: #352855 !important;
    font-weight: 500 !important;
}
button.lp-button:hover {
    background:  #352855 !important;
    color: #fff !important;
    border: none !important; 
}
.swal2-popup button.swal2-close {
    border: 1px solid #352855;
	color: #352855 !important;
    margin-top: 10px;
    margin-right: 10px;
	padding: 12px ;
	font-size: 26px ;
}
#profile-content-certificates .course-title a {
    color: #352855 !important;
}
.course-buttons .form-button button.lp-button{
	color: #fff !important ;
}
.course-buttons button.course-btn-continue{
	color: #fff !important ;
}
.course-buttons button.lp-btn-add-item-to-cart{
	color: #fff !important ;
}
.single-lp_course .course-buttons button.lp-button{
	color: #fff !important ;
}
.course-buttons button.course-btn-continue:hover{
	box-shadow: 0 4px 15px rgba(108, 77, 191, 0.4);
}
.course-buttons .button-purchase-course{
	color: #fff !important ;
}
.comment-form .form-submit input.submit{
	background: #352855 !important;
	color: #fff !important;
	border: none !important;
}
.questions-index{
	color: #fff !important;
}
.comment-metadata a{
	color: #352855 !important;
}
.comment-reply-link{
	color: #352855 !important;
}
#cancel-comment-reply-link{
	color: #352855 !important;
	font-size: 16px ;
}
.popup-header__inner h2.course-title a:hover{
	color: #fff !important ;
}
.content-item-description ul li{
	list-style: disc;
}
.questions-index span{
	color: #fff !important;
}
.course-buttons .form-button button.lp-button:hover{
	box-shadow: 0 4px 15px rgba(108, 77, 191, 0.4);
}
   
.profile-list-quizzes tfoot tr td{
	padding: 10px 20px !important ;
}
.course-item-nav__name {
    color: #000 !important;
}
.lp-modal-dialog .lp-modal-header{
	background: #352855 !important;
}
.learn-press-progress__active {
    background: #13d313 !important;
}
.course-progress__line__active {
    background: green !important;
}
.lp-single-course-main__right__inner .course-progress {
	margin-bottom: 10px;
}
.lp-single-course-main__right__inner .start-date {
	margin-bottom: 10px;
}
.lp-single-course-main__right__inner .course-items-completed-progress-bar {
    margin: 10px 0;
}
button.lp-button.btn-yes {
	background: #352855 !important;
	color: #fff !important;
	border: none !important;
}
.instructor_card_main{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
}
.instructor_card{
	display: block ;
	border-radius: 6px 6px 6px 6px;
	box-shadow: 5px 5px 10px 0px #0000001a !important;
}
.intructor_card_img{
	height: 200px ;
	width: 100% ;
}
.intructor_card_img img{
	width: 100% ;
	height: 100% ;
	object-fit: cover ;
	object-position: center center;
	border-radius: 6px 6px 0px 0px;
}
.instructor_card_content{
	padding: 15px 5px;
}
.instructor_card_content h6{
	font-family: "Mulish", Sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 19px;
	color: #29303B ;
	margin: 0 ;
	text-align: center ;
	margin-bottom: 10px ;
}
.instructor_card_content ul{
	display: flex ;
	align-items: center ;
	justify-content: center ;
	gap: 5px ;
	list-style-type: none ;
	padding: 0 ;
	margin: 0 ;
}
.instructor_card_content ul li{
	font-family: "Poppins", Sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	color: #29303B ;
}
/* Parent Form Styling */
#learn-press-become-teacher-form {
    max-width: 600px;
    margin: 40px auto;
    padding: 30px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

/* Form Heading */
#learn-press-become-teacher-form h3 {
    text-align: center;
    font-size: 28px;
    color: #352855;
    margin-bottom: 20px;
}

/* Form Description */
#learn-press-become-teacher-form .become-teacher-form__description {
    text-align: center;
    font-size: 15px;
    color: #555;
    margin-bottom: 25px;
}

/* Form Fields */
#learn-press-become-teacher-form .form-fields {
    list-style: none;
    padding: 0;
    margin: 0;
}

#learn-press-become-teacher-form .form-field {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

#learn-press-become-teacher-form .form-field label {
    font-weight: 600;
    margin-bottom: 8px;
    color: #352855;
}

/* Input and Textarea */
#learn-press-become-teacher-form input[type="text"],
#learn-press-become-teacher-form input[type="email"],
#learn-press-become-teacher-form input[type="file"],
#learn-press-become-teacher-form textarea {
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px;
    color: #333;
    transition: all 0.3s ease;
}

#learn-press-become-teacher-form input:focus,
#learn-press-become-teacher-form textarea:focus {
    border-color: #6c4dbf;
    box-shadow: 0 0 6px rgba(108, 77, 191, 0.3);
    outline: none;
}

/* Textarea Specific */
#learn-press-become-teacher-form textarea {
    min-height: 100px;
    resize: vertical;
}

/* File Input Styling */
#learn-press-become-teacher-form input[type="file"] {
    padding: 6px 10px;
}

/* Small Note */
#learn-press-become-teacher-form small {
    margin-top: 5px;
    display: block;
}

/* Submit Button */
#learn-press-become-teacher-form button[type="submit"] {
	width: 100%;
	padding: 12px;
	background-color: #352855;
	color: #fff;
	font-family: "Poppins", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.3s ease;
}
#learn-press-become-teacher-form button[type="submit"]:hover {
    box-shadow: 0 4px 15px rgba(108, 77, 191, 0.4);
}
.profile-list-orders tbody .order-row .column-order-number a br{
	display: none ;
}
.profile-list-orders tbody .order-row .column-order-status br{
	display: none ;
}
.profile-recover-order{
	display: none ;
}
.cat_name ul li .elementor-icon-list-text{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.course-filter-btn-mobile {
    padding: 10px;
    background: #F44A4A;
    border-radius: 6px;
    color: #fff;
}
.search-courses button i{
	color: #F44A4A !important;
}
.search-courses button:hover{
	background: #F44A4A !important;
}
.learnpress.widget h3 {
    margin: 0;
    margin-bottom: 20px;
}
.lp-form-course-filter__close {
	color: #F44A4A !important;
}
.search-courses button:hover i{
	color: #fff !important;
}
.lp-single-course .lp-single-course-main__right {
    width: 100%;
    max-width: fit-content;
}
table.lp-list-table tr th {
    white-space: nowrap;
}
table.lp-list-table tr td {
    white-space: nowrap;
}
div#profile-content-withdrawals {
    overflow-x: auto;
}
div#profile-content-order-details {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 20px;
}
.content-item-description.lesson-description iframe {
	aspect-ratio: 16 / 10 !important;
	height: auto;
	width: auto;
}
.lp-wrap-btn-view-course-students .lp-btn-view-students{
	padding: 8px 24px !important;
	font-size: 16px !important;
	line-height: 30px !important ;
	margin: 0 !important ;
}
#checkout-payment #checkout-order-action button{
	color: #fff !important ;
}
.countdown {
    color: #fff !important;
}
.select_role_field{
	width:100%;
	padding:8px 16px;
	border:1px solid #ddd;
	border-radius:4px;
	font-size:16px;
}
.role_label{
	display:block;
	font-weight: 700;
	margin: 0 0 10px 0;
	font-size: 14px ;
	color: #29303B ;
	font-style: italic ;
}
div#nsl-custom-login-form-2 {
    display: none;
}
div#nsl-custom-login-form-1 {
    display: none;
}
.cus_message_box{
	text-align:center;
	padding:60px 20px;
	max-width:500px;
	margin:0 auto;
}
.cus_message_box h2{
	font-family: "Mulish", Sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 35px;
	color: #29303B ;
}
.cus_message_box p{
	 text-align: center;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}
.ul-instructor-courses .course .course-item .course-content p:has(.course-featured) {
    display: none;
}
/* ─────────────────────────────────────────────
   PMPro Membership Levels — Responsive Card Design
   Appearance → Customize → Additional CSS
───────────────────────────────────────────── */

/* Hide default table header */
.pmpro_levels_table thead {
    display: none;
}

/* Section wrapper */
#pmpro_levels {
	padding: 40px 20px;
	font-family: "Poppins", Sans-serif;
}

/* Cards container — flex grid */
#pmpro_levels .pmpro_section_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    max-width: 1400px;
    margin: 0 auto;
}

/* Single card */
#pmpro_levels .pmpro_card {
    flex: 0 0 calc(33.33% - 16px);
    width: calc(33.33% - 16px);
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(53, 40, 85, 0.12);
    overflow: hidden;
    border: none !important;
    border-top: 5px solid #352855 !important;
    padding: 0;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#pmpro_levels .pmpro_card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(53, 40, 85, 0.18);
}

.pmpro_card .pmpro_card_content {
    padding: 0;
}

/* Table full width */
.pmpro_levels_table {
    width: 100%;
    border-collapse: collapse;
}

/* Single row — card body */
.pmpro_levels_table tbody tr.pmpro_level {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px 28px;
    border: none;
}

.pmpro_levels_table tbody th,
.pmpro_levels_table tbody td {
    border: none;
    padding: 0;
    width: 100%;
    text-align: center;
}

/* Plan name */
.pmpro_levels_table tbody th[data-title="Level"] {
	font-family: "Mulish", Sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #352855;
	padding-bottom: 16px !important;
	margin-bottom: 0 !important;
	border-bottom: 1px solid #f0f0f0 !important;
	display: block;
}

/* Price */
.pmpro_level-price {
    margin: 20px 0 8px 0 !important;
}

.pmpro_level-price strong {
    font-size: 34px;
    font-weight: 800;
    color: #352855;
}

/* Expiry */
.pmpro_level-expiration {
    font-size: 14px;
    color: #29303B;
    margin: 0 0 24px 0 !important;
}

/* Button cell */
.pmpro_levels_table tbody td:last-child {
    margin-top: 8px;
}

/* Select button */
a.pmpro_btn-select {
    display: inline-block !important;
    background-color: #352855 !important;
    color: #ffffff !important;
    border: none !important;
    padding: 12px 40px !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    letter-spacing: 0.3px !important;
    transition: background 0.2s ease, transform 0.1s ease !important;
    margin-top: 8px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    text-align: center !important;
}

a.pmpro_btn-select:hover {
    background-color: #251e3e !important;
    transform: translateY(-1px) !important;
}

/* ─────────────────────────────────────────────
   RESPONSIVE
───────────────────────────────────────────── */

/* Tablet — 2 cards per row */
@media (max-width: 900px) {
    #pmpro_levels .pmpro_card {
        flex: 0 0 100%;
        width: 100%;
    }
}

/* Mobile — 1 card per row */
@media (max-width: 600px) {
    #pmpro_levels .pmpro_section_content {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }

    #pmpro_levels .pmpro_card {
        flex: 0 0 100%;
        width: 100%;
    }

    .pmpro_levels_table tbody tr.pmpro_level {
        padding: 28px 20px;
    }
}
#pmpro_form{
	font-family: "Poppins", Sans-serif;
}
#pmpro_pricing_fields {
    padding: 25px;
}
h2.pmpro_card_title {
    padding: 0 !important;
}
.lp-pmpro-membership-list .lp-pmpro-main .item-td a{
	color: #352855 ;
	font-weight: 600 ;
	transition: 0.3s ease-in-out ;
}
.lp-pmpro-membership-list .lp-pmpro-main .item-td a:hover{
	color: #000 ;
}
.pmpro_card_content {
    padding: 0 !important;
}
.pmpro_card {
    padding: 25px;
}
td.list-item.item-td.item-check {
    color: green;
    font-size: 19px;
    text-align: center;
}
div#pmpro_account_loggedin a {
    color: #000;
    font-weight: bold;
}
.pmpro_form_fields .pmpro_form_field label{
	margin-bottom: 5px !important ;
}
.pmpro_form_fields .pmpro_form_field input{
	    border-color: #CED4DA;
}
.pmpro_form_fields .pmpro_form_field select{
	    border-color: #CED4DA;
}

.pmpro_card_actions:has(.pmpro_btn-print) {
    display: none !important;
}
section#pmpro_confirmation-1 {
    padding: 32px;
    margin-top: 25px;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    box-shadow: 0px 0px 5px #00000014;
    max-width: 1024px;
    margin: 25px auto 25px;
	font-family: "Poppins", Sans-serif;
}
section#pmpro_order_single {
    max-width: 1024px;
    margin: 0 auto;
    font-family: 'Poppins';
}
/* Responsive */
@media (max-width: 640px) {
    #learn-press-become-teacher-form {
        padding: 20px;
    }
    #learn-press-become-teacher-form h3 {
        font-size: 24px;
    }
}
/* -----------------------------------------------
   Responsive
----------------------------------------------- */
@media (max-width: 768px){
	.instructor_card_main{
		    grid-template-columns: repeat(2, 1fr);
	}
	#popup-course .popup-header__inner.can-finish-course .items-progress {
		display: block !important;
	}
	#popup-course .popup-header__inner {
		gap: 0px !important;
	}
	#learn-press-content-item .content-item-scrollable .course-item-title{
		font-size: 22px !important ;
	}
	.comments-area .comment-reply-title{
		font-size: 22px !important ;
	}
}



@media (max-width: 991px) {
	.lp-user-profile .lp-profile-nav-tabs>li>a{
		flex-direction: row !important;
		padding: 12px 20px 12px !important;
	}
	.lp-user-profile .lp-profile-nav-tabs>li>p{
		display: none !important;
	}
	.page-id-438 .lp-content-area{
		padding-left: 0 !important ;
		padding-right: 0 !important ;
	}
	.page-id-441 .lp-content-area{
		padding-left: 0 !important ;
		padding-right: 0 !important ;
	} 
	.learn-press-message {
		padding: 14px !important;
	}

}

@media (max-width: 680px) {
    .mw-summary-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 576px){
	.instructor_card_main{
		    grid-template-columns: repeat(1, 1fr);
	}
	.lp-single-course__header__inner .course-title {
		font-size: 26px !important;
		line-height: 35px;
	}
}
@media (max-width: 480px) {
    .mw-summary-grid {
        grid-template-columns: 1fr 1fr;
    }

    #manual-withdraw-form {
        padding: 16px;
    }
  
}