/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

 #elementor-popup-modal-558 .dialog-close-button{
    top: 50px !important;
    color: #fff !important;
}

.elementor-element-674c6d7 .user_info_icon {
    width: fit-content !important;
}
section.elementor-element-a47da67{
    z-index: 9999;
}
.elementor-element-674c6d7 .user_info_icon .elementor-shortcode {
    width: fit-content;
}

.elementor-element-674c6d7 .user_info_icon .elementor-widget-container {
    width: fit-content;
}
.um-col-alt.um-col-alt-b.custom-reset:has(+ .um-col-alt.um-col-alt-b) + .um-col-alt.um-col-alt-b {
    display: none;
}
body:has(.ajax-result) .lms-courses-list{
    grid-template-columns: repeat(1, 1fr);
}
p.ajax-result {
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    width: 100%;
}
.single-sfwd-courses .learndash-wrapper .learndash.user_has_no_access .ld-table-list-items ,.single-sfwd-courses .learndash-wrapper .learndash.user_has_no_access .ld-item-details {
    display: none !important;
}
#learndash-tooltips {
    display: none !important;
}
.skip-link.screen-reader-text {
    display: none !important;
}
p.no_coursre {
    color: #fff;
    font-size: 20px;
}
 .learndash-wrapper .ld-lesson-list.ld-item-list .ld-item-list-item .ld-table-list .ld-table-list-items{
    row-gap: 10px;
    display: flex;
    flex-direction: column;
    margin-top: 15px; 
 }
#edit-form .response p , #add-form .response p , #popupreviewAdd .response p{
    display: none;
}
#edit-form .response p , #add-form .response p , #popupreviewAdd .response p{
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 48px;
    text-align: center;
    color: #FF7139;
    margin: auto;
}
.course-item{
    position: relative;
    overflow: hidden;
}
.course-info-col{
    display: flex;
    flex-direction: column !important;
    justify-content: space-around;
}
img.user-profile-image {
    border-radius: 50% !important;
    height: 50px !important;
    object-fit: cover;
    width: 50px !important;
    max-width: 50px !important;
    min-width: 50px !important;
}

.wishlist {
    position: absolute;
    top: 30px;
    right: 33px;
    transition: 0.3s;
    opacity:0;
    z-index: 999;
    background-color: #c36;
    padding: 3px 6px 3px 6px;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
}
.course-item:hover .wishlist{
    opacity:1;
}
.course-item .wishlist i{
    color: #ffffff;
}
 .course_lock{
    display: block !important;
    position: relative;
}
.single-sfwd-topic .course_lock .ld-item-title {
    opacity: 30%;
}
.course_lock .ld-item-lock {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 15px;
}
.course_lock .ld-item-lock img{
    width: 20px;
    height: 20px;
}
.course_lock .ld-item-lock p{
    color: #FFFFFF;
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 21.7px;
    text-align: left;    
    margin-bottom: 0px;
}
.course_lock .ld-item-lock p span{
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21.7px;
    text-align: left;
   
}
 a.sbi_header_link {
    display: none;
}
.contact-usform .elementor-field-textual{
    padding: 14px 14px;
}
span.total-course-time {
    margin-right: 15px;
    position: relative;
}

span.total-course-time:after {
    content: "";
    width: 4px;
    height: 4px;
    background: #FBD2FC;
    position: absolute;
    border-radius: 50%;
    right: -11px;
    top: 35%;
}

.um .um-form form input[type=text], .um .um-form form input[type=password] {
	border: 0px solid #000 !important;
}
.um .um-form form input[type=text]:focus, .um .um-form form input[type=password]:focus {
	border: 0px solid #000 !important;
}
input::placeholder {
  color: #fff !important;
}

body.single-sfwd-courses {
    background: #4B0744;
}
body.single-sfwd-courses .page-header {
    display: none;
}
.course-container-cus .breadcrumbs a{
	font-family: "Avenir Next LT Pro", Sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 21.7px;
	color: #888888;
}

.login-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    place-content: space-evenly;
}
.login-menu .login{
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-weight: 500;
    fill: #000000;
    color: #000000;
    background-color: #BAFF29;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #BAFF29;
    border-radius: 36px 36px 36px 36px;
    padding: 10px;
    font-size: 12px;
}
.login-menu .register{
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-weight: 500;
    background-color: #61CE7000;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #BAFF29;
    border-radius: 36px;
    padding: 16px 24px 16px 24px;
    color: #fff;
}


/* user profile icon */

.menu-container {
    position: relative;
    display: inline-block;
    margin: 20px;
}

.profile-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.profile-icon img {
    width: 100%;
    height: 100%;
}

.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #4B0744;
    border-radius: 10px;
    top: 60px;
    right: 0;
    min-width: 222px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    padding: 24px;
}

.dropdown-menu a {
    color: #ffffff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    place-content: start;
    gap: 16px;
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 21.6px;
    text-align: left;
    margin-bottom: 25px;
}

.dropdown-menu a:hover {
    background-color: #4B0744;
    color: #fff;
}
.dropdown-menu a img{
    width: 24px;
    height: 24px;
}
.dropdown-menu .logout {
    color: #FF0000 !important;
    margin-bottom: 0px;
}
.profile-icon .icon{
    width: 20px;
    height: 10px;
}

/*  */
.course-container-cus .breadcrumbs span{
	font-family: "Avenir Next LT Pro", Sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 21.7px;	
	color: #FFFFFF;
	;
}
.course-container-cus .breadcrumbs img {
    margin: 0px 6px;
}
.course-top-bar h1{
	font-family: "Avenir Next LT Pro", Sans-serif;
	font-size: 40px;
	font-weight: 600;
	line-height: 48px;
	text-align: left;
	color: #FF7139;
	margin: 32px 0px 8px 0px;
}
.course-top-bar .description p{
	font-family: "Avenir Next LT Pro", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
	text-align: left;
	color: #FCE9FE;
	margin-bottom: 32px;
}
.course-top-bar .trainer{
	font-family: "Avenir Next LT Pro", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	color: #FCE9FE;
	margin-bottom: 8px;
}
.course-top-bar .trainer span{
	font-family: "Avenir Next LT Pro", Sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-align: left;
	color:  #FFFFFF;
}
.course-info-text{
	font-family: "Avenir Next LT Pro", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;	
	color: #FCE9FE;
    display: flex;
    flex-direction: row;
    column-gap: 20px;
}

.course-container-cus .ld-section-heading h2 {
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: 32px !important;
    font-weight: 600;
    line-height: 38.4px;
    text-align: left;
    color: #FF7139;
}
.course-container-cus .col-lg-7 {
    width: 70%;
}
.course-container-cus .col-lg-5 {
    width: 25%;
}
.course-container-cus .row {
    display: flex;
    place-content: space-between;
}
.ld-item-list-items.ld-lesson-progression {
    background: #711E68;
    border: 1px solid #F47EF1;
    padding: 0px 24px 24px 24px;
}

.course-container-cus .learndash-wrapper .ld-item-list .ld-item-list-item {
    background: transparent;
    border: 0px solid #F47EF1;
    border-bottom: 1px solid #5D5D5D;
    margin: 0rem 0rem;
    padding-bottom: 20px;
    padding-top: 20px;
    border-radius: 0px;
}
.learndash-wrapper .ld-table-list .ld-table-list-item {
    border-bottom: 0 !important;
}
.learndash-wrapper .ld-item-list.ld-lesson-list .ld-topic-list .ld-table-list-header {
    padding: 20px 15px !important;
}
.learndash-wrapper .ld-item-list.ld-lesson-list .ld-topic-list .ld-table-list-item {
    margin: 0 0em !important;
}
.course-container-cus .ld-item-title {
	font-family: "Avenir Next LT Pro", Sans-serif;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 24.3px;
    text-align: left;
}
.course-container-cus span.ld-item-components {
    font-family:"Avenir Next LT Pro", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21.7px;
    text-align: left;
    color: #FBD2FC !important;
}
.course-container-cus .learndash-wrapper .ld-table-list .ld-table-list-header {
    background-color: transparent !important;
    color: #fff;
    font-weight: 800;
    padding: 20px 22px;
}
.course-container-cus .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded:before {
    /* background: #4B0744 !important;
    content: "";
    height: 16px;
    left: 66px;
    left: 64px;
    position: absolute;
    top: -8px;
    transform: rotate(-45deg);
    width: 16px;
    z-index: 9; */
    content: unset !important;
}

.course-container-cus .ld-table-list-title span.ld-text {
	font-family: "Avenir Next LT Pro", Sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-align: left;
	color: #FFFFFF;
}
.course-container-cus .ld-topic-title{
	font-family: "Avenir Next LT Pro", Sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	text-align: left;
	color: #FFFFFF;
}
.learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon{
	background: transparent !important;
}
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview{
    padding: 0px !important;
}
.course-sidebar {
    border: 1px solid #F47EF1;
    background: #711E68;
    padding: 24px;
	border-radius: 16px;
}

.course-sidebar .feat-img img{
	border-radius: 12px;
	margin-bottom: 24px;
}

.course-sidebar span.ld-course-status-price {
    color: #FFFFFF;
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 38.4px;
    text-align: left;
}
.course-sidebar button.button.button-primary.buy-now , .course-sidebar button.button.button-primary.buy-now-login {
    width: 100%;
    height: 56px;
    padding: 16px 32px 16px 32px;
    border-radius: 100px;
    background: #BAFF29;
    border-color: #BAFF29;
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color: #000000;
    z-index: 1;
}
.course-sidebar button.button.button-secondary.add-to-wishlist {
    width: 100%;
    height: 56px;
    padding: 16px 18px 16px 18px;
    border-radius: 100px;
    background: transparent;
    border-color: #BAFF29;
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}
.course-sidebar button.button.button-secondary.remove-to-wishlist {
    width: 100%;
    height: 56px;
    padding: 16px 17px 16px 16px;
    border-radius: 100px;
    background: transparent;
    border-color: #BAFF29;
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}
.course-sidebar .buttons {
    margin: 24px 0px;
    row-gap: 10px;
    display: flex;
    flex-direction: column;
	padding-bottom: 24px;
    border-bottom: 1.5px solid #D1D1D1;
    position: relative;
}
.description-sidebar h4 {
    color: #FFFFFF;
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
}

.description-sidebar p {
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #FFFFFF;
}
.course-sidebar .detail p {
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
    color: #FFFFFF;
}

.course-sidebar .detail ul li {
    display: flex;
    list-style: none;
    color: #FFFFFF;
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
	gap: 10px;
	margin-bottom: 15px;
}

.course-sidebar .detail p {
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
    color: #FFFFFF;
}
.key img {
    width: 20px;
    height: 20px;
}
.course-sidebar .detail ul {padding-left: 0px;}

.row.related-course , .row.course-reviews {
    padding: 80px 0px;
}
.row.course-reviews .col-md-12{
    width: 100%;
}

.row.related-course h3 , .row.course-reviews h3 {
    text-align: center;
    margin-bottom: 32px;
    color: #FF7139;
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
}
.course-container.course-container-cus {
    padding: 32px 0px;
}
.course-container-cus .col-lg-7.col-md-12 {
    padding-top: 2rem;
}

.circle {
    position: relative;
    width: 185px;
    height: 185px;
    border-radius: 50%;
    background: conic-gradient(#4caf50 0% 0%, #ddd 0%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle .content {
    position: absolute;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: #4b0744;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #FFFFFF;
}

.circle .content span {
    font-size: 2em;
    font-family: "Avenir Next LT Pro", Sans-serif;
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;  
}

.circle .content span.comtm {
    color: #FCE9FE;
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.row-enrolled-detail h4 {
    color: #FF7139;
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
}

.row-enrolled-detail p {
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #FFFFFF;
}

.row-enrolled-detail ul li {
    display: flex;
    list-style: none;
    color: #FFFFFF;
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
	gap: 10px;
	margin-bottom: 15px;
}
.row-enrolled-detail ul {padding-left: 0px;}
.row-enrolled-detail .col-lg-8 {
    width: 60%;
}
.row-enrolled-detail .col-lg-4 {
    width: 30%;
}

.row-enrolled-detail {
    margin: 2rem 0rem; 
    padding: 2rem 0rem; 
}
.progress-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.progress-buttons button {
    width: auto;
    height: 56px;
    padding: 16px 32px 16px 32px;
    border-radius: 100px;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
}
.progress-buttons button:hover {
    background-color: #BAFF29;
    color: #000;
    border: 1px solid #BAFF29;
}
.progress-buttons .continue-watching{
    background-color: #BAFF29;
    color: #000;
    border: 1px solid #BAFF29;
    width: auto;
    height: 56px;
    padding: 16px 32px 16px 32px;
    border-radius: 100px;
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
}
.progress-buttons .continue-watching:hover{
    background-color: #BAFF29;
    color: #000;
    border: 1px solid #BAFF29;
    width: auto;
    height: 56px;
    padding: 16px 32px 16px 32px;
    border-radius: 100px;
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
}
.learndash-wrapper .ld-expand-button , .learndash-wrapper .ld-button , .learndash-wrapper .ld-button:hover{
    background-color: #BAFF29 !important;
    color: #000 !important;
}
.learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon{
    color: #FBD2FC !important;
}
.single-sfwd-courses{
    overflow-x: hidden;
}
.row-enrolled-detail{
    position: relative;
}
.row-enrolled-detail:before {
    content: "";
    background: #711E68;
    position: absolute;
    top: 0;
    left: -100em;
    right: -100em;
    bottom: 0;
    z-index: -1;
}
body.single-sfwd-lessons {
    background: #4B0744;
}
body.single-sfwd-lessons .page-header{
    display: none;
}
.learndash-wrapper .ld-table-list .ld-table-list-header {
    background-color: #711E68 !important;
    color: #fff;
    font-weight: 800;
    padding: 20px 22px;
}
.learndash-wrapper .ld-table-list .ld-table-list-items {
    border: 2px solid #711E68 !important;
    padding: 0 !important;
}
.learndash-wrapper .ld-table-list a.ld-table-list-item-preview {
    color: #fff !important;
}
.learndash-wrapper .ld-table-list a.ld-table-list-item-preview:hover {
    color: #fff;
}
.learndash-wrapper .ld-content-actions .ld-content-action .ld-course-step-back {
    background-color: #fff;
    padding: 10px 12px;
    border-radius: 30px;
    color: #000;
    font-size: 15px;
}
.learndash-wrapper .ld-content-actions .ld-content-action+a {
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: .75em;
    font-weight: 800;
    height: auto;
    justify-content: center;
    line-height: 1.25em;
    margin: 0;
    max-width: 200px;
    opacity: 1;
    padding: 1em;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    transition: opacity .3s ease;
    white-space: normal;
    background-color: #4b0744 !important;
    border: 1px solid #711e68 !important;
}
.learndash-wrapper .ld-content-actions{
    border-top:0 !important;
    align-items: center;
    margin-bottom: 14px;
}
.learndash-wrapper .ld-table-list.ld-no-pagination {
    border-bottom: 2px solid #711E68 !important;
}
.learndash-payment-button{
    display: none;
}
.learndash-payment-button .jq-dropdown {
    position: relative;
    left: unset !important;
    top: unset !important;
    display: block !important;
}
.jq-dropdown.jq-dropdown-tip:after , .jq-dropdown.jq-dropdown-tip:before {
    content: unset !important;
}
.jq-dropdown-menu{
    background: #711e68 !important;
    border: 2px solid #4b0744 !important;
    padding: 8px 8px !important;
    box-shadow: unset !important;
}
.single-sfwd-topic {
    background: #4B0744;
}

.single-sfwd-topic .page-header , .single-sfwd-topic .ld-section-heading {
    display: none !important;
}
.row.learndash-topic-row {
    display: flex;
    gap: 30px;
}
.single-sfwd-topic .learndash-wrapper .ld-item-list  {
    margin: 0em !important;
}
.single-sfwd-topic .learndash-wrapper .ld-tabs {
    margin: 1em 0 !important;
}
.single-sfwd-topic .ld-item-list-items.ld-lesson-progression{
    border-radius: 16px;
}
.single-sfwd-topic .learndash-wrapper .ld-pagination{
    display: none !important;
}
.single-sfwd-topic .learndash-wrapper .ld-item-list .ld-item-list-item {
    background: #fff0 !important;
    border: 0px !important;
    border-radius: 0px !important;
    margin: 1em 0;
    border-bottom: 1px solid #FCE9FE !important;
    display: none;
}
.single-sfwd-topic .learndash-wrapper .ld-item-list .ld-item-list-item:has(.ld-is-current-item){
    display: block;
}
.single-sfwd-topic .ld-table-list {
    padding-bottom: 16px;
}
.single-sfwd-topic .ld-item-title {
    color: #FFFFFF;
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24.3px;
    text-align: left;
    margin-bottom: 10px;
}
 span.ld-item-components{
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 21.7px;
    text-align: left;
    color: #FCE9FE !important;
}
.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview{
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #FFFFFF !important;
    padding: 6px 10px 6px 10px !important;
}
a.ld-table-list-item-preview.ld-primary-color-hover.ld-topic-row.ld-is-current-item {
    background: #baff2947;
    display: flex;
    align-items: center;
}
.single-sfwd-topic .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded:before{
    content: unset !important;
}
.learndash-wrapper .ld-item-list.ld-lesson-list .ld-topic-list .ld-table-list-header{
    display: none !important;
}
.learndash-wrapper .ld-status-complete {
    background-color: #32BCA3 !important;
    color: #fff;
}
.learndash-wrapper .ld-status-icon{
    height: 20px !important;
    width: 20px !important;
    border-radius: unset !important;
    flex-basis: 20px !important;
}
.learndash-wrapper .ld-status-icon.ld-status-complete .ld-icon {
    font-size: 10px !important;
}
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-status-icon{
    display: none !important;
}
.single-sfwd-topic .learndash-wrapper .ld-table-list .ld-table-list-items{
    padding: 0 0px 0 0px !important;
}
.learndash-wrapper .ld-status-incomplete.ld-status-icon {
    background-color: #fff0 !important;
    border: 1px solid #BAFF29 !important;
}
.ld-status-icon.ld-status-incomplete:before {
    content: "\e906";
    font-family: ld-icons !important;
    font-size: 10px !important;
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
    top: 50%;
    left: 50%;
    color: #fff;
}
.learndash-wrapper .ld-expand-button .ld-text{
    display: none !important;
}
.learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon{
    color: #FFF4FF !important;
}
.learndash-wrapper .ld-expand-button{
    background-color: #bbff2900 !important;
    color: #ffffff !important;
}

.single-sfwd-topic .learndash-topic-row .col-md-5 {
    width: 33%;
}
.single-sfwd-topic .ld-content-action.ld-empty {
    display: none ;
}
form.sfwd-mark-complete {
    
}
.learndash-wrapper #learndash_mark_complete_button, .learndash-wrapper .learndash_mark_complete_button {
    background-color: #4b0744 !important;
    border: 1px solid #711e68 !important;
}
.page-id-1067 .page-header , .page-id-1202 .page-header {
    display: none;
}
.page-id-1067 , .page-id-1202 , .elementor-page-1744 {
    background: #4B0744;
}
.lms-wishlist-header h2 {
    text-align: center;
    margin: 3rem 0rem;
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 96px;
    letter-spacing: 0.02em;
    color: #FF7139;
}
p.no-courses {
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 96px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #fff;
}

/* account page */


.page-id-1073 .form-container {
    text-align: center;
}
.review-video{
    border-radius: 20px;
    background: #000;
}
.page-id-1073 .profile-image-section {
    margin-bottom: 53px;
}
img#profile_image_preview {
    border-radius: 50%;
    width: 150px !important;
    height: 150px !important;
}
.page-id-1073 .profile-image-wrapper {
    position: relative;
    width: 150px;
    height: 150px;
    margin: 0 auto;
}

.page-id-1073 .profile-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.page-id-1073 .profile-image-wrapper input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100% !important;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 999;
}

.page-id-1073 .profile-image-wrapper .upload-icon {
    position: absolute;
    bottom: 0px;
    right: 5px;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.page-id-1073 .form-fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 53px 84px;
}

.page-id-1073 .form-group {
    flex: 1 1 45%;
    text-align: left;
    position: relative;
}

.page-id-1073 .form-group label {
    display: block;
    color: #fff;
    margin-bottom: 16px;
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    letter-spacing: 0.02em;
}
.page-id-1073 select#gender {
    -webkit-appearance: none;
    -moz-appearance: none;
    /* background: transparent; */
    background-image: url('https://samanthafitanddiet.fr/wp-content/uploads/2024/07/Group-1-6.svg');
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 50%;
}
.page-id-1073 .eye-icon{
    position: absolute;
    right: 15px;
    top: 60%;
    width: 20px;
    height: 14px;
    z-index: 9999;
    cursor: pointer;
}
.page-id-1073 .form-group input,
.page-id-1073 .form-group select {
    width: 100%;
    padding: 20px 16px;
    border: none;
    border-radius: 28px;
    height: 62px;
    background: #4B0744;
    outline: 0px !important;
    color: #94959B;
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    letter-spacing: 0.02em;  
}

.page-id-1073 .form-group input[type="password"] {
    padding-right: 40px;
}

.page-id-1073 .form-actions {
    width: 100%;
    margin-top: 2rem;
}

.page-id-1073 .cancel-button,
.page-id-1073 .save-button {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.page-id-1073 .cancel-button {
    margin-right: 10px;
    background: transparent;
    border: 2px solid #BAFF29;
    width: 326px;
    height: 62px;
    padding: 16px 24px 16px 24px;
    border-radius: 36px;
    float: left;
    font-family: Avenir Next LT Pro;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    letter-spacing: 0.02em;
    color: #BAFF29;
}
.page-id-1073 .cancel-button:hover {
    margin-right: 10px;
    background: transparent;
    border: 2px solid #BAFF29;
    width: 326px;
    height: 54px;
    padding: 16px 24px 16px 24px;
    border-radius: 36px;
    float: left;
    font-family: Avenir Next LT Pro;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    letter-spacing: 0.02em;
    color: #BAFF29;
}

.page-id-1073 .save-button {
    background: #BAFF29;
    width: 326px;
    height: 54px;
    padding: 16px 24px 16px 24px;
    border-radius: 36px;
    color: #000000;
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    letter-spacing: 0.02em;
    float: right;
}
.page-id-1073 .save-button:hover {
    background: #BAFF29;
    width: 326px;
    height: 54px;
    padding: 16px 24px 16px 24px;
    border-radius: 36px;
    color: #000000;
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    letter-spacing: 0.02em;
    float: right;
}

/* account page */

/* my body page */

.my-body-main .table-container {
    overflow-x: auto;
    margin-top: 20px;
    border: 1px solid #ff6200;
    border-radius: 24px;
}
.my-body-main table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0px;
}
.my-body-main th, .my-body-main td {
    border: 0px;
}

.my-body-main td {
    padding: 10px;
    border-top: 1px solid #FF7139 !important;
    color: #FFFFFF;
    font-family: Avenir Next LT Pro;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: center;
    padding: 8px 18px;
    align-content: center;
}
.my-body-main th {
    background-color: #ff6200;
    color: white;
    border-block-start: 0px !important;
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    text-align: center;
    padding: 18px;
}
.my-body-main th:nth-child(1) {
    text-align: start;
}
.my-body-main tr td:nth-child(1) {
    text-align: start;
}
.my-body-main tr:nth-child(even) {
    
}
.my-body-main .btn {
    padding: 5px 10px;
    border: none;
    cursor: pointer;
}
.my-body-main .btn-add {
    background-color: #c9fb0e;
    width: 200px;
    height: 54px !important;
    padding: 16px 24px 16px 24px;
    border-radius: 36px;
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    letter-spacing: 0.02em;
    color: #000000;

}
.my-body-main .btn-delete {
    background-color: #fff;
    color: #FF0000;
    width: auto;
    height: 32px;
    padding: 8px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    column-gap: 5px;
}
.my-body-main .btn img {
    width: 16px;
    height: 16px;
}
.my-body-main .btn-details {
    background-color: #FF7139;
    color: #fff;
    width: auto;
    height: 32px;
    padding: 8px 6px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    column-gap: 5px;
}
.my-body-main .my-body-header h1 {
    color: #FFFFFF;
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: 0.02em;
    text-align: left;
}
.my-body-main .my-body-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


 /* Popup styling */
 .user-profile-form .popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 600px;
    background-color: #4B0744;
    color: black;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    padding: 24px;
    border: 1px solid #D1D1D1;
}
.user-profile-form .popup-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.user-profile-form .popup-header h2 {
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    color: #FF7139;
    margin: 0 auto;
    width: 90%;
}
.user-profile-form .popup-body p {
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.6px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(255, 255, 255, 1);
}
.user-profile-form #popupView .popup-header h2 {
    margin: 0;
    display: flex;
}

.user-profile-form .popup-close {
    cursor: pointer;
    font-size: 20px;
    color: #fff;
}
.user-profile-form .overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}
.user-profile-form .popup-body button {
    background: #baff29;
    height: 54px;
    border-radius: 36px;
    border: 2px solid #baff29;
    font-family: Avenir Next LT Pro !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    letter-spacing: 0.02em;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(0, 0, 0, 1);
    width: 100%;
}


.logged-out .elementor-element.elementor-element-1d933ea.elementor-widget__width-auto.toggle-icon--cart-medium.elementor-menu-cart--items-indicator-bubble.elementor-menu-cart--cart-type-side-cart.elementor-menu-cart--show-remove-button-yes.elementor-widget.elementor-widget-woocommerce-menu-cart {
    /* display: none; */
}





 .learndash-wrapper .popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 600px;
    background-color: #4B0744;
    color: black;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    padding: 24px;
    border: 1px solid #D1D1D1;
}
.learndash-wrapper .popup-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.learndash-wrapper .popup-header h2 {
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    text-align: center;
    color: #FF7139;
    margin: 0 auto;
    width: 80%;
}
.learndash-wrapper #popupView .popup-header h2 {
    margin: 0;
    display: flex;
}
.learndash-wrapper #popupView .popup-header h2 img{
   width: 40px;
}

.learndash-wrapper .popup-close {
    cursor: pointer;
    font-size: 20px;
    color: #fff;
}
.learndash-wrapper .overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}
.learndash-wrapper .popup-body .buttons {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.learndash-wrapper .popup-body .buttons button.btn.btn-save , .learndash-wrapper .popup-body .buttons button.btn.btn-edit-info {
    width: 260px;
    height: 54px;
    padding: 16px 24px 16px 24px;
    border-radius: 36px;
    background: #BAFF29;
    color: #000000;
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    letter-spacing: 0.02em;
    border: 0;
}

.learndash-wrapper .popup-body .buttons button.btn.btn-cancel {
    width: 260px;
    height: 54px;
    padding: 16px 24px 16px 24px;
    border-radius: 36px;
    background: transparent;
    color: #fff;
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    letter-spacing: 0.02em;
    border: 2px solid #BAFF29
}
.learndash-wrapper .rating-section {
    margin: 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    color: #fff;
    font-family: Friends;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.learndash-wrapper .stars {
    display: flex;
    justify-content: center;
}

.learndash-wrapper .stars .star {
    font-size: 20px;
    color: #e1e1e1;
    cursor: pointer;
}

.learndash-wrapper .stars .star.selected {
    color: #ff0;
}

.single-review .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.single-review .info h3 {
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 28.8px;
    text-align: left;
    color: #FFFFFF;
    margin: 24px 0;
}
.single-review .stars .star {
    font-size: 20px;
}
.single-review .video iframe{
    border: 0;
    border-radius: 40px;
}
.single-review .rating-section{
    margin: 24px 0;
}
.single-review {
    max-width: 411px;
}

.reviews {
    display: flex;
    gap: 24px;
}
span.ld-topic-time {
    margin-left: auto;
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21.7px;
    text-align: left;
    color: #FBD2FC;
}


 .my-body-main .popup {
    display: none;
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 600px;
    background-color: #4B0744;
    color: black;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    padding: 24px;
    border: 1px solid #D1D1D1;
}
.my-body-main .popup-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.my-body-main .popup-header h2 {
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    text-align: left;
    color: #FF7139;
    margin: 0 0;
}
.my-body-main #popupView .popup-header h2 {
    margin: 0;
    display: block;
}
.my-body-main #popupView .popup-header h2 img{
   width: 40px;
}

.my-body-main .popup-close {
    cursor: pointer;
    font-size: 20px;
    color: #fff;
}
.my-body-main .overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}
.my-body-main .form-group input{
    height: 62px;
    border-radius: 28px;
    background: #711E68;
    color: #FCE9FE;
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    letter-spacing: 0.02em;
    text-align: left;
    border: 0;
}
.my-body-main button.btn.btn-edit , .my-body-main button.btn.btn-edit:hover {
    border: 2px solid #BAFF29;
    width: auto;
    height: 54px;
    padding: 16px 24px 16px 24px;
    border-radius: 36px;
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #BAFF29;
    background-color: transparent;
}
.my-body-main .form-group input:focus-visible{
    outline: none;
    border: none;
}

.my-body-main .form-group label{
    color: #FFFFFF;
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    letter-spacing: 0.02em;
    text-align: left;
    margin-bottom: 16px;
}

.my-body-main #popupAdd .popup-body form , .my-body-main #popupEdit .popup-body form {
    gap: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#thankyoupopup{

}
#thankyoupopup h2{

}
#thankyoupopup .popup-body p:nth-child(2) {
    margin-bottom: 35px;
}
#thankyoupopup .popup-body button{

}

.my-body-main .form-group {
    width: 47%;
}
.my-body-main .popup-body .buttons {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.my-body-main .popup-body .buttons button.btn.btn-save , .my-body-main .popup-body .buttons button.btn.btn-edit-info , #popupreafter .btn-save-s {
    width: auto;
    height: 54px;
    padding: 16px 24px 16px 24px;
    border-radius: 36px;
    background: #BAFF29;
    color: #000000;
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    letter-spacing: 0.02em;
}
.my-body-main .popup-body .buttons button.btn.btn-edit-info.disabled , .my-body-main .popup-body .buttons button.btn.btn-save.disabled {
    opacity: 0.7;
}
#popupreafter .btn-cancel {
    width: 140px;
}
p.law-text {
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    color: #fff;
    text-align: center;
    margin-bottom: 3rem;
}
.learndash-wrapper #popupreafter .popup-header{
    margin-bottom: 28px !important;
}
.my-body-main .popup-body .buttons button.btn.btn-cancel {
    width: 200px;
    height: 54px;
    padding: 16px 24px 16px 24px;
    border-radius: 36px;
    background: transparent;
    color: #fff;
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    letter-spacing: 0.02em;
    border: 2px solid #BAFF29
}
#popupView span.popup-close {
    position: absolute;
    right: 6px;
    top: -4px;
}
.my-body-main .form-group.input-images-container {
    width: 100%;
}
.upload-text-cus{
    display: flex;
    margin-top: 1rem;
    color: #FCE9FE;
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.my-body-main .popup-image {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}

.my-body-main .popup-image img {
    object-fit: cover;
    border-radius: 24px;
    width: calc(50% - 10px);
    margin-bottom: 10px;
    box-sizing: border-box;
}
span.upsapnc {
    color: #BAFF29;
    margin-right: 5px;
}

.my-body-main .details-info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.my-body-main .details-info p {
    width: 50%;
    color: #FFFFFF;
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.6px;
    letter-spacing: 0.02em;
    text-align: left;
}
.my-body-main .details-info p span {
    font-weight: 600;
}

.row.row_coursebuy {
    display: flex;
    justify-content: space-between;
    border: 2px solid #711E68;
    background: #711E68;
    padding: 16px;
    border-radius: 40px;
    gap: 0px;
}

.row_coursebuy .col-md-3 {
    width: 30%;
}
.row_coursebuy .col-md-3.pricecol {
    width: auto;
    align-content: center;
}
label.radio-wrapper.paypal-wrapper {
    display: none !important;
}
form.learndash-payment-gateway-form-stripe_connect {
    display: block !important;
}
.row_coursebuy .col-md-6 {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.paypalbtn {
    display: none !important;
}
.buy-now-course {
    width: 60%;
    margin: auto;
    padding: 120px 0px;
}
.row_coursebuy img {
    border-radius: 24px;
    width: 177px;
    height: 128px;
    object-fit: cover;
}
.row_coursebuy h3 {
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 38.4px;
    text-align: left;
    color: #FFFFFF;
    margin: 0;
}

.row_coursebuy p {
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #FFF4FF;
    margin: 0;
}

.row_coursebuy h4 {
    color: #FFFFFF;
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 76.8px;
    text-align: left;
    margin: 0;
}
.row.row_payment h3 {
    color: #FFFFFF;
    font-family: Avenir Next LT Pro;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    letter-spacing: 0.02em;
    text-align: left;
}

.row.row_payment p {
    color: #FFF4FF;
    font-family: Avenir Next LT Pro;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    letter-spacing: 0.02em;
    text-align: left;
}
.row.row_payment {
    margin-top: 70px;
}


.row.row_payment .radio-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.row.row_payment .radio-wrapper {
    display: flex;
    align-items: center;
    border-radius: 50px;
    background-color: transparent;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid #FCE9FE;
    padding: 23px 16px 24px 16px;
}

.row.row_payment .radio-wrapper input[type="radio"] {
    margin-right: 10px;
}

.row.row_payment .radio-wrapper img {
    margin-left: auto;
    height: 32px;
}

.row.row_payment .radio-wrapper:hover,
.row.row_payment .radio-wrapper input[type="radio"]:checked + img {
    border-color: #ffffff;
    background-color: #711e68;
}
.row.row_payment .radio-wrapper span {
    color: #FFFFFF;
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    
}
.row.row_payment .radio-wrapper input[type="radio"]:checked + span {
    font-weight: bold;
    color: #000000;
}
.radio-wrapper:hover{
    background: #BAFF29 !important;
}
.radio-wrapper:hover span{
    color: #000 !important;
}
label.radio-wrapper.paypal-wrapper.active {
    background: #BAFF29;
}
label.radio-wrapper.stripe-wrapper.active {
    background: #BAFF29;
}
.row.row_payment .radio-wrapper input[type="radio"]:checked + img {
    opacity: 1;
}
.row_payment .actions [type=submit] {
    background: #BAFF29;
    width: 328px;
    height: 54px;
    padding: 16px 24px 16px 24px;
    border-radius: 36px;
    border-color: #BAFF29;
    color: #000000;
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    letter-spacing: 0.02em;
}
.row_payment .actions button.btn.btn-cancel , .row_payment .actions button.btn.btn-cancel:hover {
    width: 328px;
    height: 54px;
    padding: 16px 24px 16px 24px;
    border-radius: 36px;
    border: 2px solid #BAFF29;
    color: #FFFFFF;
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    letter-spacing: 0.02em;
    background: transparent;
}
.row_payment .actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 70px;
}
.learndash-payment-gateway-form-stripe_connect,.paypalbtn{
    display: none;
}
img.pay-loader {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 34%;
    opacity: 0;
    transition: 0.3s;
}
img.pay-loader.active{
    opacity: 1 !important;
    z-index: 99 !important;
}

.far {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa, .fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.fa-heart:before {
    content: "\f004";
}
.single-review .video iframe {
    width: 100%;
}
/* my body page */




/* filer page */

/* Custom dropdown */


.dropdown-filter {
    width: 23%;
}
.dropdown-filters {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
.dropdown-filter label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.big {
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21.6px;
    letter-spacing: 0.02em;
}
.custom-dropdown {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 5px 10px;
    width: 100%;
}
span.label-text {
    color: #FFFFFF;
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.02em;
    text-align: left;
    margin: 0px;
}
.custom-dropdown select , .custom-dropdown select:focus {
    background-color: #711e68;
    color: #fff;
    font-size: inherit;
    padding: .5em 0.5em .5em 1.2em;
    padding-right: 2.5em; 
    border: 0;
    margin: 0;
    border-radius: 30px;
    text-indent: 0.01px;
    -webkit-appearance: none;
    outline: 0px !important;
}

.custom-dropdown::before,
.custom-dropdown::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.custom-dropdown::after { 
    content: "\25BC";
    height: 1em;
    font-size: .625em;
    line-height: 1;
    right: 1.2em;
    top: 50%;
    margin-top: -.5em;
}

.custom-dropdown::before { 
    width: 2em;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0 3px 3px 0;
}

.custom-dropdown select[disabled] {
    color: rgba(0,0,0,.3);
}

.custom-dropdown select[disabled]::after {
    color: rgba(0,0,0,.1);
}

.custom-dropdown::before {
    background-color: transparent;
}

.custom-dropdown::after {
    color: #fff;
}
.um-page-login , .um-page-register{
    background: #4B0744;
}
section.elementor-section.elementor-top-section.elementor-element.elementor-element-638f443d.quiz-1-popup.elementor-section-full_width.elementor-section-height-min-height.elementor-section-items-stretch.elementor-section-stretched.elementor-reverse-tablet.elementor-reverse-mobile.elementor-hidden-tablet.elementor-hidden-mobile.elementor-section-height-default {
    height: 110vh !important;
}
section.elementor-section.elementor-top-section.elementor-element.elementor-element-70e0c05.quiz-1-popup.elementor-section-full_width.elementor-section-height-min-height.elementor-section-items-stretch.elementor-section-stretched.elementor-reverse-tablet.elementor-reverse-mobile.elementor-hidden-tablet.elementor-hidden-mobile.elementor-section-height-default{
    height: 120vh !important;
}

.woo-product-list {
    display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: repeat(3, 1fr);
}
.product-item {
    background-color: #711E68;
    border-radius: 24px;
    max-height: 600px;
    padding: 0px;
    border: 2px solid rgba(204, 45, 196, 1);
}
.product-image {
    height: 313px;
}
.product-image  img {
    width: 100%;
    height: 100% !important;
    border-top-left-radius: 24px !important;
    border-top-right-radius: 24px !important;
}
.product-item h2 {
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #fff;
    padding: 0px 16px;
}
.product-item .footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    padding: 0px 16px 16px 16px;
}
.product-price {
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #FFFFFF;
}
.product-item a.button.button-primary {
    width: 155px;
    height: 54px;
    padding: 16px 20px 16px 20px;
    border-radius: 60px;
    background-color: #BAFF29;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 21.6px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #000000;
    transition: 0.3s;
    border-color: #BAFF29 !important;
    border: 1px solid;
}
.product-item a.button.button-primary:hover {
    background: transparent;
    border-color: #BAFF29 !important;
    border: 1px solid;
    color: #fff;
}
.product-filters {
    width: 900px;
    margin: auto auto 80px auto;
}
.product-dropdown-filters {
    display: flex;
    align-items: center;
    margin-top: 30px;
    justify-content: center;
    gap: 24px;
}
.product-dropdown-filters h3{
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.02em;
    text-align: left;
    color: rgba(255, 255, 255, 1);
}
.product-dropdown-filters span{
    border: 2px solid rgba(231, 231, 231, 1);
    border-radius: 24px;
    padding: 8px 13px;
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.6px;
    letter-spacing: 0.02em;
    text-align: left;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
}
.product-dropdown-filters span.active {
    background: #711e68 !important;
}
.product-clear-filter{
    transition: All 1s ease-in;
    display: none;
    cursor: pointer;
    position: absolute;
    right: 44%;
    bottom: 15px;
    padding: 12px 20px 12px 20px;
    border-radius: 45px;
    background-color: #BAFF29;
    color: #000 !important;
    font-weight: 600;
}


/* woocomerce page */
.single_page_variation .variations th.label {
    padding: 0;
    display: flex;
    align-items: center;
    background-color: transparent;
}
.single_page_variation .variations td{
    background-color: transparent;
}

.single_page_variation .variations tr {
    background: transparent !important;
}
.single_page_variation .woocommerce-variation-add-to-cart.variations_button {
    flex-direction: column;
}

.single_page_variation .qib-button-wrapper {
    width: 30%;
    margin-bottom: 20px;
}
.qib-button-wrapper button {
    background: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.quantity.wqpmb_quantity input{
    border-radius: 0px !important;
}
button.minus.qib-button {
    border-radius: 53px 0px 0px 53px !important;
}
button.plus.qib-button {
    border-radius: 0px 53px 53px 0px !important;
    margin-left: 0px !important;
}
.single_page_variation table.variations {
    margin-bottom: 0px !important;
}
.woocommerce-checkout .wc-block-components-text-input {
    display: flex !important;
}
.woocommerce-checkout .wc-block-components-text-input label{
    display: block !important;
}
.single_page_variation .variations th.label span {
    color: rgba(209, 209, 209, 1);
    font-family: Avenir Next LT Pro;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}
.single_page_variation li.variable-item , .single_page_variation li.variable-item span {
    width: 80px !important;
    height: 80px !important;
    border-radius: 50% !important;
    border: 0px !important;
    padding: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single_page_variation button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
    background-color: #BAFF29;
}
.single_page_variation a.reset_variations {
    color: #fff;
}
.single-product .product_meta span.sku {
    font-weight: 600  !important;
    color: #FFFFFF !important;
}
.gallery-col #wpgs-gallery{
    max-width: 100% !important;
}
/* woocommerce page */
.single-product .wcgs-slider-image img{
    border-radius: 24px !important;
    object-fit: cover;
}
.single-product #wpgs-gallery .wcgs-thumb.swiper-slide img {
    width: 70px;
    height: 93px;
    top: 214px;
    left: 135px;
    gap: 0px;
    border-radius: 24px;
    border: 0px;
}
/* filter page */


/* cart page */
.cart-ele .e-shop-table.e-cart-section {
    padding: 0;
}
.cart-ele .e-shop-table.e-cart-section thead th {
    border-bottom: 2px solid rgba(238, 238, 238, 1) !important;
    padding: 20px 25px 20px 25px !important;
}
.cart-ele .e-shop-table.e-cart-section tbody td{
    padding-left: 25px !important;
    padding-right: 25px !important;
    border: 0px !important;
}
.cart-ele .e-shop-table.e-cart-section tbody td img{
    width: 100px !important;
    max-width: 100px !important;
    HEIGHT: 133PX !important;
}
.woocommerce-cart-form__contents .product-quantity .wqpmb_input_text.input-text.qty.text{
    color: #000 !important;
    background: transparent !important;
    border: 0px !important;
    font-family: Avenir Next LT Pro !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(255, 255, 255, 1) !important;
    min-height: 41px !important;
    max-height: 41px !important;
    justify-items: center;
}
.woocommerce-cart-form__contents .product-quantity .qib-button{
    width: 16px !important;
    background: transparent !important;
    color: rgba(255, 255, 255, 1) !important;
    border: 0px !important;
}
.woocommerce-cart-form__contents tbody tr:not(:last-child):not(:nth-last-child(2)):after {
    content: '';
    position: absolute;
    width: 93%;
    height: 2px;
    bottom: 0px;
    right: 0px;
    left: 25px;
    background: #fff;
}
.woocommerce-cart-form__contents tbody tr {
    position: relative;
}
.woocommerce-cart-form__contents tbody tr:last-child{
    background: rgb(169, 34, 160);
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
}
.woocommerce-cart-form__contents tbody tr:last-child td{
    background: rgb(169, 34, 160);
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
    padding-bottom: 20px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.woocommerce-cart-form__contents tbody tr:last-child td button{
    color: #fff !important;
    background: transparent !important;
    border: 0px !important;
    text-align: left !important;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    font-family: Avenir Next LT Pro !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 22px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(255, 255, 255, 1) !important;
    padding: 0px !important;
}
.checkout_widget .wp-block-woocommerce-checkout-order-summary-block {
    border: 2px solid rgba(113, 30, 104, 1);
    background: rgba(113, 30, 104, 1);
    border-radius: 40px !important;
    padding: 15px;
}
.e-cart-totals.e-cart-section {
    padding: 20px 30px 27px 30px !important;
}
/* cart page */

/* checkout page */
.checkout_widget textarea.wc-block-components-textarea {
    background: rgba(113, 30, 104, 1) !important;
    border: 0px !important;
    border-radius: 28px !important;
    font-family: Avenir Next LT Pro !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 22px !important;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(153, 153, 153, 1) !important;
}
.checkout_widget .wc-block-components-totals-wrapper , .checkout_widget .wp-block-woocommerce-checkout-order-summary-totals-block{
    border-top: 1px solid hsl(0deg 0% 100% / 66%);
}
.checkout_widget h2.wc-block-components-checkout-step__title {
    font-family: Avenir Next LT Pro !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 22.14px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(255, 255, 255, 1);
}
.checkout_widget p.wc-block-components-checkout-step__description {
    font-family: Avenir Next LT Pro !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(209, 209, 209, 1);
}
.checkout_widget label{
    font-family: Avenir Next LT Pro !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(255, 255, 255, 1) !important;
    left: 1.1625em !important;
    position: unset !important;
    transform:unset !important;
    margin-bottom: 8px !important;
}
.checkout_widget .wc-block-components-totals-coupon__input input {
    background: rgba(113, 30, 104, 1) !important;
    border: 0px !important;
    border-radius: 28px !important;
    font-family: Avenir Next LT Pro !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 22px !important;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(153, 153, 153, 1) !important;
}
.checkout_widget .wc-block-components-totals-coupon__form{
    align-items: end;
}
.checkout_widget .wc-block-components-totals-coupon__form button{
    background: rgba(0, 0, 0, 1);
    border: 0px;
    border-radius: 28px;
    font-family: Avenir Next LT Pro !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 22px !important;
    letter-spacing: 2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(255, 255, 255, 1) !important;
    height: 50px !important;
}
.checkout_widget input[type="text"], .checkout_widget input[type="email"], .checkout_widget input[type="password"] , .checkout_widget input[type="tel"]{
    background: rgba(113, 30, 104, 1) !important;
    border: 1px solid rgba(113, 30, 104, 1) !important;
    border-radius: 28px !important;
    padding: 0px 16px 0px 16px !important;
    font-family: Avenir Next LT Pro !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 22px !important;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(153, 153, 153, 1) !important;
}

.checkout_widget .wc-blocks-components-select .wc-blocks-components-select__container {
    background: #711e68;
    border: 0px solid #000 !important;
    box-sizing: border-box;
    height: 50px;
    position: relative;
    width: 100%;
    border-radius: 28px;
}
.checkout_widget .wc-blocks-components-select .wc-blocks-components-select__container label{
    font-family: Avenir Next LT Pro !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 22px !important;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(153, 153, 153, 1) !important;
    left: 1.5625em !important;
    position: absolute !important;
    transform: translateY(15%) scale(.75) !important;
}
.checkout_widget .wc-blocks-components-select .wc-blocks-components-select__container select{
    background: #711e68;
    border: 0px solid #000 !important;
    box-sizing: border-box;
    height: 50px;
    position: relative;
    width: 100%;
    border-radius: 28px;
    padding: 9px 16px 0px 21px;
    font-family: Avenir Next LT Pro !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 22px !important;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(153, 153, 153, 1) !important;
}
.checkout_widget button.wc-block-components-address-form__address_2-toggle:hover {
    background: transparent;
}
.wc-block-components-text-input, .wc-block-components-text-input {
    display: flex;
    flex-direction: column-reverse;
}
.checkout_widget .wc-block-components-checkout-place-order-button , .checkout_widget .wc-block-components-checkout-place-order-button:hover {
    background: rgba(0, 0, 0, 1);
    border: 0px;
    border-radius: 28px;
    font-family: Avenir Next LT Pro !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 22px !important;
    letter-spacing: 2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(255, 255, 255, 1) !important;
}
.checkout_widget .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
    border-radius: 50%;
}
.checkout_widget .wc-block-components-form .wc-block-checkout__order-notes.wc-block-components-checkout-step{
    margin-bottom: 0px;
}
.checkout_widget .wc-block-checkout__terms.wc-block-checkout__terms--with-separator{
    margin-bottom: 15px;
    padding-top: 15px;
}
.checkout_widget span.wc-block-components-order-summary__button-text{
    font-family: Avenir Next LT Pro !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 27px !important;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(255, 255, 255, 1) !important;
}
.checkout_widget span.wc-block-components-product-name , .checkout_widget .wc-block-components-order-summary-item__individual-price , .checkout_widget .wc-block-components-product-details li{
    font-family: Avenir Next LT Pro !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    text-decoration-skip-ink: none;
    color: rgba(209, 209, 209, 1);
}
.checkout_widget .wc-block-components-order-summary-item__total-price .price.wc-block-components-product-price{
    color: rgba(255, 255, 255, 1);
    font-family: Avenir Next LT Pro !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.checkout_widget .wc-block-components-totals-coupon .wc-block-components-panel__button , .checkout_widget  .wc-block-components-totals-item__label , .checkout_widget span.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-totals-item__value , .checkout_widget span.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-totals-footer-item-tax-value {
    font-family: Avenir Next LT Pro !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(255, 255, 255, 1);
}
.woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0;
    position: relative;
    background-color: #711e68;
    color: #515151;
    border-top: 3px solid #7f54b3;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
    border-top-color: #0000001f;
    color: #fff;
}
.woocommerce-message::before{
    color: #4b0744;
}
.woocommerce-error {
    padding: 1em 2em 1em 3.5em;
    margin: 0;
    position: relative;
    background-color: #711e68;
    color: #515151;
    border-top: 3px solid #7f54b3;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
    border-top-color: #0000001f;
    color: #fff;
}
.woocommerce-error::before{
    color: #4b0744;
}
/* checkout page */
.user-profile-form{

}
.user-profile-form .profile-form-header{

}
.user-profile-form .profile-form-header h2{
    font-family: Avenir Next LT Pro !important;
    font-size: 30px;
    font-weight: 900;
    line-height: 37.5px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 15px;
}
.user-profile-form .profile-form-header p{
    font-family: Avenir Next LT Pro !important;
    font-size: 16px;
    font-style: italic;
    font-weight: 900;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(135, 148, 164, 1);
    margin-bottom: 27px;
}
.user-profile-form .steps{
    padding-top: 39px;
    border-top: 1px solid rgba(113, 30, 104, 1);
    padding-bottom: 29px;
}
.user-profile-form .steps h3{
    font-family: Avenir Next LT Pro !important;
    font-size: 30px;
    font-weight: 900;
    line-height: 37.5px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 32px;
}
.user-profile-form .steps .field{
    display: flex;
    flex-direction: column;
}
.user-profile-form .steps .field .label-heading{
    font-family: Avenir Next LT Pro !important;
    font-size: 20px;
    font-weight: 900;
    line-height: 25px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 12px;
    width: 100%;
    position: relative;
}
.field:has(select) label:after {
    font-family: elementskit !important;
    content: "\e994";
    position: absolute;
    right: calc(100% - 58%);
    bottom: -43px;
    color: #000;
    font-size: 13px;
}
#step_twentyone .field:has(select) label:after {
    bottom: -76px;
}
.user-profile-form .steps .field .label-heading strong{
    font-family: Avenir Next LT Pro !important;
    font-size: 20px;
    font-weight: 900;
    line-height: 25px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(255, 68, 68, 1);
    margin-bottom: 12px;
}
.user-profile-form .steps .field input[type="text"]{
    background: rgba(113, 30, 104, 1);
    border: 0px;
    height: 36px;
    padding: 12px 16px 12px 16px;
    border-radius: 28px;
    font-family: Avenir Next LT Pro !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;   
    color: rgba(181, 189, 196, 1);
    width: 60%;
}
.user-profile-form .steps .field textarea{
    background: rgba(113, 30, 104, 1);
    border: 0px;
    height: 85px;
    padding: 12px 16px 12px 16px;
    border-radius: 28px;
    font-family: Avenir Next LT Pro !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;   
    color: rgba(181, 189, 196, 1);
    width: 60%;
}
.user-profile-form .steps .field select{
    background: rgba(113, 30, 104, 1);
    border: 0px;
    height: 36px;
    padding: 0px 16px 0px 16px;
    border-radius: 28px;
    font-family: Avenir Next LT Pro !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;   
    color: rgba(181, 189, 196, 1);
    width: 60%;
    appearance: none;
}
.user-profile-form .steps .field .label-heading span{
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    border-radius: 8px;
    background-color: #fff;
    display: inline-block;
}
.user-profile-form .steps .field .sub-label{
    font-family: Avenir Next LT Pro !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(135, 148, 164, 1);
    margin-bottom: 10px;
}
.option {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px;
}

.option input[type="radio"] {
    margin-right: 10px;
    accent-color: #0056b3;
    display: none;
}
.label-text span{
    border-radius: 3px;
    background: rgba(107, 122, 137, 1);
    padding: 2.5px 4.58px 3.5px 4.56px;
    font-family: Avenir Next LT Pro !important;
    font-size: 12px;
    font-weight: 900;
    line-height: 12px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(255, 255, 255, 1);
    margin-right: 10px;
}
.label-text {
    font-weight: normal;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 0px;
    font-family: Avenir Next LT Pro !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.option input[type="radio"]:checked + .label-text {
    font-weight: normal;
    color: #BAFF29;
    margin-bottom: 0px;
    font-family: Avenir Next LT Pro !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.custom-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-family: Arial, sans-serif;
    margin-bottom: 10px;
    margin-top: 10px;
}

.custom-checkbox input[type="checkbox"] {
    display: none;
}

.custom-checkbox input[type="checkbox"] + .label-text::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid rgb(255 255 255 / 0%);
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 3px;
    margin-right: 10px;
    vertical-align: middle;
    transition: background-color 0.3s, border-color 0.3s;
    box-shadow: 0px 2px 5px 0px rgba(44, 66, 86, 0.08);
    box-shadow: 0px 0px 0px 1px rgba(44, 66, 86, 0.16);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.12);

}

.custom-checkbox input[type="checkbox"]:checked + .label-text::before {
    background-color: rgba(216, 81, 105, 1);
    border-color: rgba(216, 81, 105, 1);
    position: relative;
}

.custom-checkbox input[type="checkbox"]:checked + .label-text::before {
    content: "✔";
    color: #000000;
    font-size: 14px;
    text-align: center;
    line-height: 18px;
}

.custom-checkbox .label-text {
    color: #ffffff;
    font-family: Avenir Next LT Pro !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(255, 255, 255, 1);
}
.user-profile-form .steps .field .field-sub-heading{
    font-family: Avenir Next LT Pro !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(135, 148, 164, 1);
    margin-bottom: 20px;
}
.user-profile-form .steps .field h5{
    font-family: Avenir Next LT Pro !important;
    font-size: 20px;
    font-weight: 900;
    line-height: 25px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(135, 148, 164, 1);
}
.input-images-info .upload-container {
    text-align: center;
    color: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 460px;
    max-width: 90%;
}
.input-images-info img.iui-cloud-upload{
    display: none;
}
.input-images-info .upload-container img {
    width: 16px;
    height: 16px;
    fill: #fff;
    margin-bottom: 10px;
}
.input-images-info .upload-container-head{
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
}
.input-images-info .image-uploader {
    border: 1px dashed rgba(181, 189, 196, 1) !important;
}
.input-images-info .upload-container h2 {
    margin: 0 0 10px;
    font-family: Avenir Next LT Pro !important;
    font-size: 14px;
    font-weight: 900;
    line-height: 16px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(231, 231, 231, 1);
}

.input-images-info .upload-container p {
    margin: 5px 0;
}

.input-images-info .file-types, .input-images-info .file-size {
    font-family: Avenir Next LT Pro !important;
    font-size: 11px;
    font-weight: 400;
    line-height: 16.5px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(209, 209, 209, 1);
}
#form-dietetics .footer-btns{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
}
#form-dietetics .footer-btns button{

}
#form-dietetics .footer-btns button.submit-btn{
    background: #BAFF29;
    height: 54px;
    border-radius: 36px;
    border: 2px solid #BAFF29;
    font-family: Avenir Next LT Pro !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    letter-spacing: 0.02em;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(0, 0, 0, 1);
    width: 45%;
}

#form-dietetics .footer-btns button.cancel-btn{
    border: 2px solid #BAFF29;
    height: 54px;
    padding: 14px 24px 16px 24px;
    border-radius: 36px;
    background: transparent;
    font-family: Avenir Next LT Pro !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    letter-spacing: 0.02em;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(255, 255, 255, 1);
    width: 45%;
}
.wc-block-must-login-prompt {
    font-family: Avenir Next LT Pro !important;
    color: #fff;
}
.wc-block-must-login-prompt a{
    font-family: Avenir Next LT Pro !important;
    color: #BAFF29 !important;
}
#form-dietetics .error .label-heading span {
    background-color: red;
}
div.product-description {
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #fff;
}
.single-product form.cart {
    flex-direction: column;
}
.single_page_variation .qib-button-wrapper {
    width: 100% !important;
}
.product-item.uncategorized.product-4618 {
    display: none !important;
}
.user-profile-form .popup-body p a {
    color: #baff29;
}
a#join-whatsapp-group {
    width: auto;
    height: 52px;
    padding: 13px 32px 16px 32px;
    border-radius: 100px;
    border: 1px solid #FFFFFF !important;
    color: #FFFFFF;
    font-family: "Avenir Next LT Pro", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
}
.single-product span.sku_wrapper.detail-container {
    display: none !important;
}
@media only screen and (min-width: 992px) {
    .single-product .wcgs-slider-image img{
        border-radius: 24px !important;
        height: 600px !important;
        object-fit: cover;
    }
    .single-product .gallery-navigation-carousel-wrapper .swiper-wrapper{
        flex-direction: column !important;
    }
    .single-product #wpgs-gallery.wcgs-woocommerce-product-gallery{
        flex-direction: row !important;
    }
    .single-product .wcgs-thumb.swiper-slide.swiper-slide-visible {
        width: 100% !important;
    }
    .single-product #wpgs-gallery .gallery-navigation-carousel-wrapper{
        order: 1 !important;
        max-width: 20% !important;
        width: 20% !important;
    }
    .single-product #wpgs-gallery.wcgs-woocommerce-product-gallery .wcgs-carousel{
        max-width: 80% !important;
        margin: 0 !important;
        width: 80% !important;
    }
    .single-product #wpgs-gallery .wcgs-thumb.swiper-slide img {
        width: 70px;
        height: 93px;
        top: 214px;
        left: 135px;
        gap: 0px;
        border-radius: 24px;
        margin-bottom: 24px;
        border: 0px;
    }
    .single-sfwd-topic .learndash-topic-row .col-md-7{
        width: 67%;
    }
    /* the slides */
    .course-reviews .reviews .slick-slide {
        margin: 0 15px;
    }

    /* the parent */
    .course-reviews .reviews .slick-list {
        margin: 0 -15px;
    }
}

@media only screen and (max-width: 767px) {
    .product-dropdown-filters span{
        padding: 8px 12px;
        font-size: 14px;
    }
    .input-images-info .upload-container-head {
        margin-bottom: 0px;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    .input-images-info .upload-container h2{
        text-align: center;
    }
    .user-profile-form .popup-header h2 {
        font-size: 32px;
        line-height: 38px;
    }
    .user-profile-form .steps .field .label-heading , .user-profile-form .steps .field textarea , .input-images-info .upload-container{
        width: 100%;
    }
    .custom-checkbox .label-text {
        position: relative;
        padding-left: 30px;
    }
    .custom-checkbox input[type="checkbox"] + .label-text::before{
        position: absolute !important;
        left: 3px;
    }
    .field:has(select) label:after {
        font-family: elementskit !important;
        content: "\e994";
        position: absolute;
        right: 15px;
        bottom: -43px;
        color: #000;
        font-size: 13px;
    }
    #step_twentyone .field:has(select) label:after {
        bottom: -123px;
    }
    .user-profile-form .steps .field input[type="text"] , .user-profile-form .steps .field select{
        width: 100%;
    }
    .label-text{
        display: flex;
        align-items: flex-start;
    }
    .user-profile-form .steps h3 {
        font-size: 21px;
        line-height: 29.5px;
    }
    .user-profile-form .steps .field .label-heading {
        font-size: 16px;
        line-height: 21px;
    }
    .woo-product-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .product-dropdown-filters {
        flex-wrap: wrap;
        flex-direction: row;
    }
    .product-dropdown-filters h3{
        display: block;
        width: 100%;
        text-align: center;
    }
    .product-dropdown-filters span{
        display: block;
        width: 46%;
        text-align: center;
    }
    .product-clear-filter{
        right: 27%;
    }
    .product-filters {
        width: 100%;
        margin: auto auto 80px auto;
    }
    .search input[type="text"] {
        height: 50px !important;
    }
    .search button {
        height: 50px !important;
    }
    .search button:hover, .search button:active, .search button:focus {
        height: 50px !important;
    }
    .dropdown-filters {
        flex-direction: column;
    }
    .dropdown-filter {
        width: 80%;
    }
    div#popupEdit {
        top: 90%;
    }
    .row.related-course, .row.course-reviews {
        padding: 20px 0px 20px 0px;
    }
    .course-categories {
        flex-wrap: wrap;
    }
    .row-enrolled-detail h4 {
        line-height: 35px;
    }
    .lms-courses-list .slick-prev{
        left: 0 !important;
        z-index: 999;
    }
    .course-reviews .reviews .slick-prev{
        left: 0 !important;
        z-index: 999;
    }
    .single-review .video iframe {
        width: 100%;
    }
    .lms-courses-list .slick-next{
        right: 0 !important;
        z-index: 999;
    }
    .course-reviews .reviews .slick-next{
        right: 0 !important;
        z-index: 999;
    }
	.reviews {
		flex-direction: column;
	}
	.my-body-main .btn-delete{
		margin-bottom:5px;
        font-size: 12px;
        width: 84px;
	}
    .row_payment .actions {
        flex-direction: column;
        row-gap: 20px;
    }
    .buy-now-course {
        width: 100%;
    }
    .row.row_coursebuy {
        flex-direction: column;
    }
    .row.row_coursebuy div{
        width: 100% !important;
    }
    .learndash-wrapper .popup {
        display: none;
        position: absolute;
        top: 15%;
        left: 10px;
        transform: translate(0%, 0%);
        width: 95%;
        max-width: 95%;
        background-color: #4B0744;
        color: black;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        z-index: 1000;
        padding: 24px;
        border: 1px solid #D1D1D1;
    }
    .row-enrolled-detail:before {
        content: "";
        background: #711E68;
        position: absolute;
        top: 0;
        left: -10px;
        right: -10px;
        bottom: 0;
        z-index: -1;
    }
    .dropdown-menu {
        left: unset;
        right: 0;
    }
    .page-id-1073 .form-actions {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        row-gap: 20px;
        margin-top: 0rem;
    }
    .my-body-main .popup{
        width: 100%;
        max-width: 100%;
    }
    .my-body-main .form-group {
        width: 100%;
    }
    .my-body-main .popup-body .buttons {
        display: flex;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        row-gap: 20px;
    }
    .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview {
        align-items: center !important;
        flex-direction: unset !important;
    }
    .row.learndash-topic-row {
        flex-direction: column;
        margin-top: 2rem;
    }
    .single-sfwd-topic .learndash-topic-row .col-md-5 {
        width: 100%;
    }
    .course-container-cus .row:nth-child(1) {
        flex-direction: column-reverse;
        padding: 10px 0px;
    }
    .course-container-cus .col-lg-5 {
        width: 100%;
    }
    .course-container-cus .col-lg-7 {
        width: 100%;
    }
    .course-container-cus .row-enrolled-info {
        flex-direction: column;
    }
    .course-container-cus .row-enrolled-detail {
        flex-direction: column;
    }
    .row-enrolled-detail .col-lg-8 {
        width: 100%;
    }
    .row-enrolled-detail .col-lg-4 {
        width: 100%;
    }
    input#radio-control-wc-payment-method-options-woocommerce_payments {
        position: relative;
        left: 0px;
        top: 8px;
    }
    
    label.wc-block-components-radio-control__option.wc-block-components-radio-control__option-checked {
        padding: 20px;
    }
    div#order-notes {
        padding-bottom: 30px;
    }
}
@media only screen and (min-width: 760px) and (max-width: 992px)  {
    .elementor-14 .elementor-element.elementor-element-38b82287 > .elementor-element-populated , .elementor-15 .elementor-element.elementor-element-2230b49 > .elementor-element-populated{
        padding: 0px 130px 0px 130px !important;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1590px)  {
    .elementor-14 .elementor-element.elementor-element-272390b5 > .elementor-element-populated , .elementor-15 .elementor-element.elementor-element-0055d4f > .elementor-element-populated{
        padding: 0px 130px 0px 130px !important;
    }
}