.woocommerce-account .woocommerce {
    display: flex;
    /*gap: 30px;*/
}

.woocommerce-MyAccount-navigation {
    width: 100%;
    background: inherit;
    padding: 0px;
    border-radius: 0px;
}

.woocommerce-MyAccount-content {
    flex: 1;
    background: inherit;
    padding: 0px;
    border-radius: 0px;
    padding-right: 30px;
}
[lang="en-US"] .woocommerce-MyAccount-content{
	 padding-left: 30px;
	 padding-right: 0;
}
[lang="en-US"] .user-profile-details {
    direction: ltr;
}
[lang="en-US"] .userProfile__info {
    text-align: left;
}

/*.course-card {
    background: white;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 15px;
}
*/
.course-card .btn {
    display: inline-block;
    padding: 8px 15px;
    background: black;
    color: white;
    border-radius: 10px;
    text-decoration: none;
}

.custom-dashboard {
    max-width: 1100px;
}

.dashboard-hero {
    background: #000;
    color: #fff;
    padding: 30px 30px 35px 30px;
    border-radius: 20px;
    display: flex;
    position: relative;
    box-shadow: 0px 0px 44px 0px #00000040;
    gap: 17px;
}

/* Gap below hero on profile (view & edit) */
.custom-dashboard-profile {
    margin-bottom: 2rem;
}

.hero-badge {
    background:linear-gradient(180deg, #FFD800 6.67%, #F9AF2D 93.33%);
    color:#322B01;
    padding: 4px 25px;
    border-radius: 0 0 20px 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    margin-bottom: 15px;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 35px;
    height: 47px;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
}
[lang="en-US"] .hero-badge {
       right: 35px;
    left: unset;
   
}

.weekly-section {
    margin-top: 10px;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 44px 0px #00000040;
}

.weekly-boxes {
    display: flex;
    gap: 30px;
    margin-top: 11px;
}

.weekly-box {
    flex: 1;
    background: #EDEDED;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    display: flex;
    gap: 23px;
    align-items: center;
}
.weekly-section h3 {
    margin: 0px;
    font-size: 18px;
    line-height: 33px;
    font-weight: 700;
}
.subheading-weekly-section {
    color: #333333;
    margin: 0px;
    font-size: 16px;
    line-height: 33px;
    font-weight: 400;
}
.big-number {
    font-size: 24px;
    font-weight: bold;
}
.stats-icon-wrap, 
.calendar-icon-wrap {
    width: 100px;
    height: 100px;
    flex: none;
}
.weekly-box ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.weekly-box ul li {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    display: flex;
    gap: 8px;
	text-align: right;
}
[lang="en-US"] .weekly-box ul li {
	text-align: left;
}
[lang="en-US"] .weekly-box ul li span.stats-span-text {
    gap: 3px;
}
[lang="en-US"] .course-info-dec h4:before{
	left: 0;
    right: unset;
}
[lang="en-US"] .progress-circle-card {
    padding: 20px;
}
.weekly-box ul li span.yellow-stat, 
.weekly-box ul li span.black-stat {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #FFCD4C;
    position: relative;
    top: 4px;
    flex: none;
}
.weekly-box ul li span.black-stat{
   background-color: #000000;
}
.started-courses {
    margin-top: 10px;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 44px 0px #00000040;
}
.started-courses h3 {
    color: #000;
    font-size: 18px;
    line-height: 33px;
    font-weight: 700;
    margin: 0 0 11px;
}

.course-card-row {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #FFFBE8;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 10px;
    flex-direction: row-reverse;
        justify-content: flex-end;
}
.course-card-row:last-child{
    margin-bottom: 0px;
}

.progress-circle {
    width: 70px;
    height: 70px;
    background: #4caf50;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.course-badge {
    background: #FFCD4C;
    padding: 2px;
    border-radius: 20px;
    font-size: 16px;
    height: 33px;
    min-width: 81px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #322B01;
    font-weight: 400;
}
.course-info-dec h4 {
    color: #000000;
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    margin: 10px 0 17px;
    position: relative;
}
.course-info-dec h4:before{
    content: "";
    position: absolute;
    right: 0;
    bottom: -9px;
    width: 60px;
    height: 4px;
    background-color: #F9AF2D;
    border-radius: 6px;
}
.course-info-dec h4 a{
    color: inherit;
}
.course-info-dec p {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    margin: 0px;
    color: #333333;
}
.course-info-dec {
    width: 76%;
}
.continue-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 15px;
    background: #000;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
}

.course-thumb img {
    border-radius: 12px;
    max-width: 180px;
}
.course-info {
    flex: 1;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 15px;
        justify-content: inherit;
}
.course-thumb {
	max-width: 120px;
    width: 120px;
    height: 120px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.course-thumb > a img, .course-thumb > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.course-thumb-play {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #0000004D;
    width: 52px;
    height: 52px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.calendar-icon-wrap {
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}
.course-login-span {
    color: #333333;
    font-size: 16px;
    line-height: 33px;
    font-weight: 800;
}

/* Outer yellow ring */
.stats-ring {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #FFCD4C; /* yellow ring */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Light gray ring */
.stats-ring::before {
  content: "";
  width: 80px;
  height: 80px;
  background: #eeeeee;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Black ring */
.stats-ring::after {
    content: "";
    position: absolute;
    width: 61px;
    height: 61px;
    border: 11px solid #000;
    border-radius: 50%;
}

/* Center gray circle */
.stats-ring-center {
  position: absolute;
  width: 45px;
  height: 45px;
  /*background: #d9d9d9;*/
  border-radius: 50%;
}

/* Progress Circle Base */
.progress-circle-bx {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: conic-gradient(var(--color) calc(var(--value) * 1%), #cfcfcf 0);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.progress-circle-bx::before {
     content: "";
    position: absolute;
    width: 51px;
    height: 51px;
    background: #ffffff;
    border-radius: 50%;
}

.progress-circle-bx span {
  position: relative;
    font-weight: 500;
    font-size: 16px;
  color: var(--color);
}
.progress-card{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
}
.progress-card p{
     margin-top: 4px;
     font-size: 15px;
      font-weight: 500;
      color: var(--color);
}
/* === Progress circle color by range: 0-20 red, 21-50 orange, 51+ green === */
.progress-low {
  --color: #dc3545;
}
.progress-mid {
  --color: #fd7e14;
}
.progress-high {
  --color: #1EA863;
}
.progress-warning {
  --color: #ff4d6d;
}

.progress-circle-card {
    background-color: #fff;
    width: 120px;
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    border-radius: 20px;
}


/* ================= SIDEBAR WRAPPER ================= */

/*.woocommerce-MyAccount-navigation {
    background: #efe4a4;
    padding: 30px 20px;
    border-radius: 30px;
    width: 280px;
}*/

.custom-account-sidebar {
    background: #FFF1A6;
    border-radius: 20px;
    padding: 26px 10px 20px;
        width: 250px;
    flex: none;
    max-height: 610px;
    position: relative;
        padding-bottom: 60px;
}



/* ================= USER HEADER ================= */

.sidebar-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 31px;
    flex-direction: row-reverse;
    gap: 12px;
}
.sidebar-header .avatar-wrap {
    flex: none;
    width: 54px;
    height: 54px;
    border-radius: 100%;
    overflow: hidden;
    border: 3px solid #FFFFFF99;
}
.sidebar-header .avatar-wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sidebar-header h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 22px;
    color: #1D1714;
    font-family: "Heebo", Sans-serif;
}

.sidebar-header p {
    margin: 1px 0 0;
    font-size: 14px;
    opacity: 1;
    line-height: 22px;
    color: #1D1714;
    font-weight: 300;
}

.avatar-wrap img {
    border-radius: 50%;
}

/* ================= MENU ================= */

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-MyAccount-navigation li {
    margin-bottom: 0px;
}

.woocommerce-MyAccount-navigation a {
   display: flex;
    justify-content: inherit;
    align-items: center;
    padding: 10.5px 14px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    color: #000;
    transition: 0.3s;
    gap: 12px;
}

/* ACTIVE ITEM */
.woocommerce-MyAccount-navigation .is-active a {
    background: #000;
    color: #fff;
    font-weight: 600;
    position: relative;
}
.woocommerce-MyAccount-navigation .is-active a:before {
    content: "";
    position: absolute;
    right: -10px;
    top: 0;
    bottom: 0;
    width: 2px;
    height: 100%;
    background: #000;
}
[lang="en-US"] .woocommerce-MyAccount-navigation .is-active a:before {
    left: -10px;
	right:unset;
}
.woocommerce-MyAccount-navigation .is-active a:hover{
	background: #000;
}
/* Hover */
.woocommerce-MyAccount-navigation a:hover {
    background: rgba(0,0,0,0.1);
}

/*.woocommerce-MyAccount-navigation .is-active svg {
    stroke: #fff;
}*/
.woocommerce-MyAccount-navigation li svg{
    width: 22px;
    height: 22px;
    object-fit: scale-down;
    flex: none;
}
/*.woocommerce-MyAccount-navigation li.is-active svg {
    filter: brightness(0) invert(1);
}*/
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--dashboard.is-active svg path {
    fill: #fff;
    stroke: #fff;
}
.woocommerce-MyAccount-navigation .is-active svg path{
        fill: #fff;
}

/* ================= LOGOUT BUTTON ================= */

/*.sidebar-logout {
    width: 100%;
    float: right;
}*/

.sidebar-logout a {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding:3px 14px;
    border-radius: 7px;
    background: linear-gradient(180deg, #ffcc00, #f4b400);
    font-weight: bold;
    text-decoration: none;
    color: #322B01;
    transition: 0.3s;
    height: 36px;
    background: linear-gradient(180deg, #FFD800 6.67%, #F9AF2D 93.33%);
    font-weight: 400;
    font-size: 15px;
    gap: 8px;
    flex-direction: row-reverse;

}

.sidebar-logout a:hover {
    opacity: 0.9;
}
.sidebar-logout {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    width: calc(100% - 46px);
    margin: auto;
}

.logout-icon {
    margin-right: 8px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: right!important;
    width: 100%!important;
}
.dashboard-courses {
    gap: 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 44px 0px #00000040;
    border-radius: 20px;
    padding: 20px;
   /* display: flex;
    flex-direction: column;
    gap: 10px;*/
}

.dashboard-courses .course-card {
    background: #EDEDED;
    padding: 10px;
    border-radius: 10px;
    margin: 0;
   display: flex;
    align-items: center;
    gap: 30px;
   flex: 1 1 100%;
   max-width: 100%;
   justify-content: space-between;
   margin-bottom: 10px;
}
.dashboard-courses .course-card:last-child{
    margin-bottom: 0px;
}
.dashboard-courses .course-card h3 {
    color: #000000;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}
.dashboard-courses .course-card .btn {
    display: inline-block;
    padding: 4px 18px;
    background: #FFCD4C;
    color: #fff;
    border-radius: 20px;
    text-decoration: none;
    color: #000;
    font-size: 14px;
}
.dashboard-courses .course-card .btn:hover{
	    background: #000;
	color: #fff;
}

.dashboard-courses-empty {
    padding: 40px 20px;
    text-align: center;
}
.dashboard-courses-empty-message {
    font-size: 18px;
    line-height: 1.5;
    color: #333;
    margin: 0 0 24px;
}
.dashboard-courses-empty-btn {
    display: inline-block;
    padding: 12px 28px;
    background: #000;
    color: #fff;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 400;
    transition: 0.3s;
}
.dashboard-courses-empty-btn:hover {
    background: #333;
    color: #fff;
}

.single-course-layout {
    margin-top: 20px;
}

.course-player {
    flex: 3;
}

.video-wrapper iframe {
    width: 100%;
    height: 500px;
    border-radius: 12px;
}

.course-sidebar {
    flex: 1;
    background: #f5f5f5;
    padding: 20px;
    border-radius: 12px;
}

.lesson-list {
    list-style: none;
    padding: 0;
}

.lesson-item {
    padding: 10px 0;
    border-bottom: 1px solid #DBDBDB;
}
.lesson-item:last-child{
    border: none;
}
.single-course-layout {
    background-color: #fff;
    box-shadow: 0px 0px 44px 0px #00000040;
    margin: 0px;
    border-radius: 20px;
    padding: 20px;
}

/* Course title at top right of the card */
.single-course-page-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 33px;
    color: #000;
    margin: 0 0 15px;
    width: 100%;
}

.single-course-content-row {
    display: flex;
    gap: 10px;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

.course-player-area {
    flex: 3;
    background: #EDEDED;
    border-radius: 20px;
    padding: 20px;
}

.single-course-lesson-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #000;
    margin: 0 0 16px;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin-bottom: 20px;
}

.video-wrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 14px;
}

.course-lessons-sidebar {
    flex: none;
    background: #EDEDED;
    padding: 10px;
    border-radius: 10px;
    width: 290px;
}

.lesson-item {
    margin-bottom: 0px;
}

.lesson-item a {
    text-decoration: none;
    display: block;
    padding: 0px;
    border-radius: 0px;
    padding-right: 25px;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}
/* Checkbox: empty by default, filled only when lesson is marked completed */
.lesson-item a:before{
    content: "";
    position: absolute;
    right: 0px;
    top: 2px;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    display: inline-block;
    border-radius: 4px;
    background-color: #fff;
}
[lang="en-US"] .lesson-item a:before{
	left: 0px;
    right: unset;
	}
[lang="en-US"] .lesson-item a:after{
	left: 6px;
    right: 0;
}
[lang="en-US"] .lesson-item a {
    padding-left: 25px;
}
[lang="en-US"] .lesson_video_dec:before{
    left: 0;
}
.lesson-item a:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 5px;
    border-left: 2px solid transparent;
    border-bottom: 2px solid transparent;
    transform: rotate(-45deg);
    top: 8px;
    right: 6px;
    opacity: 0;
}
.lesson-item a.lesson-completed:before {
    background-color: #000;
}
.lesson-item a.lesson-completed:after {
    border-color: #fff !important;
    opacity: 1;
}

button.mark-btn {
    background: #000;
    color: #fff;
   padding: 12.2px 40px;
    border: none;
    border-radius: 8px;
    margin-top: 10px;
    cursor: pointer;
}
button.mark-btn:hover, button.mark-btn:focus {
    background: #FFCD4C;
    color: #000;
}
.lesson-nav {
    margin-top: 20px;
}

.lesson-nav .next {
    float: right;
}
.progress-wrapper {
    width: 100%;
    background: #eee;
    height: 8px;
    border-radius: 20px;
    margin-bottom: 10px;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    background: #000;
    width: 0%;
    transition: 0.4s ease;
}

.locked {
    opacity: 0.5;
    display: block;
    padding: 8px;
}
.dashboard-hero .hero-icon {
        background: #FFCD4C;
    display: flex;
    width: 100px;
    height: 100px;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    flex: none;
}
.dashboard-hero .hero-icon img{
    width: 54px;
    height: 62px;
    object-fit: scale-down;
}
.active-membership-wrap p {
    color: #FFCD4C;
    font-size: 18px!important;
    line-height: 20px!important;
    font-weight: 400;
    margin: 0 0 6px!important;
}
.dashboard-hero .hero-text h2 {
    color: #fff;
    font-size: 30px;
    line-height: 27px;
    font-weight: 500;
    margin: 0 0 8px;
}
.dashboard-hero .hero-text p {
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
    margin: 0;
    width: 100%;
    max-width: 589px;
}

.dashboard-hero .dashboard-hero-upgrade-btn {
    display: none;
    align-self: flex-start;
   margin-top: 65px;
    padding: 10px 9px;
    background: #fff;
    color: #0B0B0B;
    font-weight: 400;
	    font-size: 16px;
    text-decoration: none;
    border-radius: 12px;
    border: none;
    transition: opacity 0.2s;
    width: 22.1%;
    text-align: center;
    border-radius: 100px;
}
.custom-dashboard-profile a.dashboard-hero-upgrade-btn {
    display: inline-block;
}
.dashboard-hero-upgrade-btn:hover {
    opacity: 0.9;
    color: #000;
}

.lesson_video_dec {
    position: relative;
    padding-bottom: 3px;
    margin-bottom: 18px;
}
.lesson_video_dec:before{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 60px;
    height: 4px;
    border-radius: 6px;
    background-color: #F9AF2D;
}
.lesson_video_dec h3 {
    font-weight: 400;
    font-size: 22px;
    line-height: 20px;
    color: #000;
    margin: 0 0 4px;
}
.lesson_video_dec p {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #333333;
    margin: 0;
}
.lesson_video_tag {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 10px 0;
}
.video_tag_items {
    background-color: #FFFBE7;
    padding: 6px 20px;
    border-radius: 30px;
    color: #322B01;
    text-decoration: none;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
}
.lesson_video_moreDec p {
    color: #333333;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}
.display-none{
    display: none;
}
.video-wrapper {
    height: 356px;
    object-fit: cover;
    padding: 0;
    margin: 0 0px 20px;
    position: relative!important;
}
.video-wrapper iframe{
    width: 100%!important;
    height: 100%!important;
    object-fit: cover!important;
    position: relative!important;
}
.sidebar-module-title {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    padding-bottom: 10px;
    border-bottom: 1px solid #5B5B5B;
}
.sidebar-module-title-time {
    display: block;
    color: #333333;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
}
.lesson-play-icon {
  width: 16px;
  height: 16px;
  background: #333;
  border-radius: 50%;
  position: relative;
}

/* Inner white circle (the ring effect from SVG) */
.lesson-play-icon::before {
   content: "";
    position: absolute;
    inset: 1.1px;
    background: #ededed;
    border-radius: 50%;
}

/* Play triangle */
.lesson-play-icon::after {
     content: "";
    position: absolute;
    top: 4px;
    left: 6px;
    width: 0;
    height: 0;
    border-left: 6px solid #333;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}
.lesson-item-meta {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 8px;
}
span.lesson-time {
    direction: ltr;
}
.lesson-item a .emoji{
   display: none !important;
}
.lesson-item .locked {
    font-size: 16px;
    line-height: 33px;
    font-weight: 400;
        padding: 0;
}

.courses-history {
    box-shadow: 0px 0px 44px 0px #00000040;
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
}
.courses-history h2 {
    color: #000000;
    font-weight: 700;
    font-size: 18px;
    line-height: 33px;
    margin: 0px;
}
.courses-history-bx {
    background-color: #EDEDED;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 10px;
}
.courses-history-bx:last-child{
    margin-bottom: 0px;
}
.courses-history-process {
    width: 61px;
    height: 61px;
    flex: none;
}
.courses-history-data {
    flex: 1;
    display: flex;
    gap: 10px;
}
.courses-history-data .courses-history-thumbs {
    width: 65px;
    height: 65px;
    flex: none;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.courses-history-data .courses-history-thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.courses-history-thumbs .course-thumb-play {
    width: 26px;
    height: 26px;
    background: #0000004D;
    border-radius: 6px;
}
.courses-history-thumbs .course-thumb-play svg{
    width: 10px;
    height: 11px;
    object-fit: scale-down;
}
.courses-history-dec{
    line-height: 18px;
}
body .courses-history-dec .course-badge {
    height: 22px;
    color: #322B01;
    font-size: 16px;
    line-height: 18px;
    border-radius: 30px;
    padding: 1px 19px;
}
body .courses-history-dec h3, body .courses-history-dec h3 a {
    color: #000000;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin: 0px;
    position: relative;
        padding-bottom: 5px;
}
.courses-history-dec h3:before{
     content: "";
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 20px;
    height: 2px;
    border-radius: 4px;
    background-color: #F9AF2D;
}
.courses-history-ul ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
    margin: 3px 0 0;
}
.courses-history-ul ul li {
    color: #666666;
    font-size: 15px;
    font-weight: 400;
    position: relative;
}
.courses-history-ul ul li:before {
    content: "";
    position: absolute;
    left: -10px;
    width: 2px;
    height: 10px;
    background-color: #b9b9b9;
    top: 0px;
    bottom: 0px;
    margin: auto;
}
.courses-history-ul ul li:last-child:before{
    display: none;
}
.courses-history-process .progress-circle-bx::before{
    width: 49px;
    height: 49px;
}

.courses-certificates-bx{
    box-shadow: 0px 0px 44px 0px #00000040;
    background-color: #fff;
    padding: 20px;
    border-radius: 20px; 
}
.courses-certificates-bx h2{
   color: #000000;
    font-weight: 700;
    font-size: 18px;
    line-height: 33px;
    margin: 0px;
}
.courses-certificates-grid {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.courses-certificates-col {
    flex: 1 1 calc(33.333% - 14px);
    max-width: calc(33.333% - 14px);
    background-color: #EDEDED;
    border-radius: 10px;
    padding: 10px;
}
.courses-certificates-image, .courses-certificates-image a{
    width: 100%;
    height: 165px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #B5B5B5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.courses-certificates-image span.certificate-icon-placeholder {
    height: auto;
    min-height: 100% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.courses-certificates-image img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.courses-certificates-des {
    margin: 9px 0 0;
}
.courses-certificates-des h3 {
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    margin: 0px;
    font-weight: 400;
}
.courses-certificates-des p {
    color: #333;
    font-size: 16px;
    line-height: 20px;
    margin: 0px;
    font-weight: 400;
}

.courses-certificates-bx, 
.dashboard-courses, 
.courses-history, 
.payment-plan-wrap{
    min-height: 620px;
}

.payment-plan-wrap{
    box-shadow: 0px 0px 44px 0px #00000040;
    background-color: #fff;
    padding: 20px;
    border-radius: 20px; 
}
.payment-plan-wrap h2{
   color: #000000;
    font-weight: 700;
    font-size: 18px;
    line-height: 33px;
    margin: 0px;
}



/* Card */
.ud-pricing-wrapper {
    padding: 43px 0 0;
    display: flex;
    gap: 20px;
	position: relative;
	padding-top: 10px;
}
.ud-pricing-card {
    width: auto;
    background: #ffffff;
    border-radius: 20px;
    padding: 37px 10px 10px;
    box-shadow: 0px 0px 24px 0px #0000001A;
    text-align: center;
    position: relative;
}

/* Badge */
.ud-card-badge {
   position: absolute;
    top: -20px;
    margin: auto;
    left: 0;
    right: 0;
    width: max-content;
    color: #000;
    padding: 6px 16px;
    font-size: 18px;
    line-height: 20px;
    border-radius: 30px;
    font-weight: bold;
    background: linear-gradient(180deg, #FFD800 6.67%, #F9AF2D 93.33%);
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;

}

/* Icon */
.ud-card-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
    background: #FFF1A6;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}
.ud-card-icon svg {
    width: 50px;
    height: 50px;
    object-fit: scale-down;
}

/* Title */
.ud-card-title {
    margin: 0 0 10px;
    font-size: 17px;
    font-weight: 700;
    color: #000000;
    line-height: 21px;
}

/* Price */
.ud-card-price {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    color: #372700;
    line-height: 33px;
}

/* Sub text */
.ud-card-subtext {
    font-size: 16px;
    color: #333333;
    margin: 10px 0;
    line-height: 21px;
    font-weight: 400;
}

/* Button */
body .ud-card-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12px;
    border-radius: 30px;
    background: #000000;
    color: #fff;
    border: none;
    font-size: 20px;
    cursor: pointer;
    transition: 0.3s;
    height: 50px;
    line-height: normal;
    text-decoration: none;
    box-sizing: border-box;
}
body .ud-card-button:hover, body .ud-card-button:focus {
	background: #F9AF2D !important;
    color: #000 !important;
}
a.ud-card-button:hover,
a.ud-card-button:focus,
.ud-card-button:hover,
.ud-card-button:focus {
    background: #222;
    color: #fff;
}
.ud-card-button-disabled,
.ud-pricing-card-disabled .ud-card-button {
    background: #999;
    color: #fff;
    cursor: not-allowed;
    pointer-events: none;
}
.ud-pricing-card-disabled {
    opacity: 0.75;
}
.ud-pricing-card-current {
    border: 2px solid #FFD800;
}

/* Feature Box */
.ud-card-feature {
    margin-top: 15px;
    background: #FFF2CA;
    padding: 15px;
    border-radius: 20px;
    font-size: 16px;
    position: relative;
    color: #000000;
    font-weight: 500;
    text-align: right;
    line-height: 25px;
    padding-right: 49px;
}
[lang="en-US"] .ud-card-feature {
    text-align: left;
    padding-left: 49px;
    padding-right: 0;
}
.membership_list ul {
    column-count: 1;
    margin-top: 0;
    column-gap: 0;
    list-style: none;
    padding: 0;
}
/* Check Circle */
.ud-card-feature::after {
    content: "✔";
    position: absolute;
    right: 16px;
    top: 12px;
    width: 24px;
    height: 24px;
    background: #FFCD4D;
    color: #fff;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
[lang="en-US"] .ud-card-feature::after {
    left: 16px;
    right: unset;
}
.user-dashboard-hero {
    align-items: end;
    justify-content: space-between;
}
.user-dashboard-hero-bx {
    display: flex;
    gap: 17px;
    align-items: center;
}
.user-dashboard-hero-bx .hero-text {
    max-width: 365px;
}
.hero-badge-price {
    font-size: 30px;
}
.hero-text-check{
    position: relative;
    padding-right: 32px;
}
.hero-text-check:before{
    content: "";
    position: absolute;
    right: 0px;
    top: 2px;
    width: 24px;
    height: 24px;
    border: 1px solid #FFCD4D;
    display: inline-block;
    border-radius: 100%;
    background-color: #FFCD4D;
}
.hero-text-check:after{
    content: "";
    position: absolute;
    width: 11px;
    height: 6px;
    border-color: #fff !important;
    border-left: 2px solid transparent;
    border-bottom: 2px solid transparent;
    transform: rotate(-45deg);
    top: 9px;
    right: 6px;
}
.hero-text-btn a{
    border: 1px solid #322B01;
    background-color: #fff;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #0B0B0B;
    padding: 0 35px;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

.user-profile-details{
    box-shadow: 0px 0px 44px 0px #00000040;
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;   
    margin-top: 20px;
}


/* Wrapper */
.userProfile {
  margin: auto;
}

/* Header */
.userProfile__header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 30px;
	    flex-wrap: wrap;
	gap: 10px;
}

/* Social Icons */
.userProfile__social {
  display: flex;
  gap: 5px;
}
.userProfile__social .icon_profile, .userProfile__social .icon_profile img {
    width: 35px;
    height: 35px;
	border-radius: 6px;
}

/* Contact */
.userProfile__contact {
    display: flex;
    gap: 20px;
    font-size: 16px;
    color: #333333;
    margin-top: 8px;
    font-weight: 400;
}
.userProfile__contact .userProfile_span {
    display: flex;
    align-items: center;
    gap: 10px;
	    word-break: break-word;
}
.userProfile__contact .userProfile_span svg{
    width: 20px;
    height: 20px;
    object-fit: scale-down;
}
/* Account */
.userProfile__account {
  display: flex;
  align-items: center;
  gap: 15px;
}

.userProfile__account img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.userProfile__info {
  text-align: right;
}

.userProfile__info .name {
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #000;
    margin-bottom: 5px;
}
.userProfile__info .accountId {
    color: #333333;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}
/* Card */
.userProfile__card {
    background: #FFFBE8;
    padding: 20px;
    border-radius: 12px;
}

/* Rows */
.userProfile__row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #D9D9D9;
}

.userProfile__row:last-child {
  border-bottom: none;
}

/* Label */
.userProfile__label {
    font-weight: 700;
    color: #333333;
    min-width: 100px;
    text-align: right;
    font-size: 16px;
        display: flex;
    align-items: center;
    gap: 10px;
        height: max-content;
}

/* Value */
.userProfile__value {
    flex: 1;
    color: #333333;
    font-size: 16px;
    text-align: left;
    font-weight: 400;
    max-width: 335px;
}

/* Certificates */
.userProfile__certificates {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.userProfile__certificates img {
   border: 1px solid #E1E8ED !important;
    width: 74px;
    height: 74px !important;
    border-radius: 6px !important;
    object-fit: scale-down;
    background-color: #E1E8ED;
}

/* Button */
.userProfile__actions {
  text-align: center;
  margin-top: 30px;
}

.userProfile__actions button, 
.userProfile__actions a {
  background: #000;
  color: #fff;
  border: none;
  padding: 12px 50px;
  border-radius: 30px;
  font-size: 15px;
  cursor: pointer;
  transition: 0.3s;
  height: 48px;
  max-width: 450px;
      width: 100%;
  font-weight: 500;
}

.userProfile__actions button:hover, 
.userProfile__actions button:focus, 
.userProfile__actions a:hover, 
.userProfile__actions a:focus {
  opacity: 0.8;
  background-color: #333;
}

.userProfile-image {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 8px solid #00000017;
    overflow: hidden;
}
.userProfile-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.stats-span-text {
    display: flex;
    direction: ltr;
}

.video-poster-bx {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    cursor: pointer;
}
.video-poster-bx img{
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
    border-radius: 20px !important;
}
.video-poster-play {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 52px;
    height: 52px;
    margin: auto;
    background: #0000004D;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.myAccount_dash{
    box-shadow: 0px 0px 44px 0px #00000040;
    background-color: #fff;
    padding: 20px;
    border-radius: 20px; 
}
.myAccount_dash h2{
   color: #000000;
    font-weight: 700;
    font-size: 18px;
    line-height: 33px;
    margin: 0px;
}

.form_inputGroup {
    border: 1px solid #D5D5D5;
    display: flex;
    padding: 14px 21px;
    align-items: center;
    gap: 10px;
	    border-radius: 6px;
}
.form_inputGroup .form_inputtext {
    width: 18px;
    height: 18px;
    flex: none;
    position: relative;
    top: -2px;
}
.form_inputGroup .form_inputtext img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.form_inputGroup .form_inputField {
    padding: 0;
    border: none;
    height: 100%;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: right;
    color: #333333;
}
.form_inputGroup .form_inputField::placeholder{
    opacity: 1;
    color: #333;
}
.form_inputGroup textarea.form_inputField{
    height: 103px;
    resize: none!important;
}
.form_inputGroup .form_inputField:focus{
    outline: none;
}
.myAccount_formBx {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
        margin: 11px 0 40px;
}
.lms-profile-photo-edit label {
    margin-bottom: 10px;
}
.myAccount_form_list{
    flex: 1 1 100%;
    max-width: 100%;
}
.myAccount_form_list.myAccount_form_list_half {
    flex: 1 1 calc(50% - 15px);
    max-width: calc(50% - 15px);
}
.form_inputGroup.form_inputGroup_textarea {
    align-items: baseline;
}
.myAccount_photo {
    width: 80px;
    height: 80px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}
.myAccount_photo_click {
    position: absolute;
    bottom: 6px;
    left: 6px;
    z-index: 9;
    width: 25px;
    height: 25px;
    background: #FFCD4C;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    cursor: pointer;
}
body .form_inputBtn, body .userProfile__actions > a.button {
    margin: 30px auto;
    background-color: #000000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: stretch;
    height: 48px;
    max-width: 450px;
    border-radius: 130px;
	padding: 0 45px;
    font-size: 16px;
    font-weight: 500;
	    border-color: #000;
	opacity: 1;
}
body .form_inputBtn:hover, body .form_inputBtn:focus, body .userProfile__actions > a.button:hover, body .userProfile__actions > a.button:focus{
    background: #F9AF2D;
	border-color: #F9AF2D;
	  color: #000;
}
.userProfile__certificates a {
    color: #000;
    text-decoration: underline !important; 
    font-weight: 600;
	opacity: 1;
}
.userProfile__certificates a:hover {
    color:#F9AF2D;
}
button#lms_upload_profile_photo {
    padding: 0;
    background-color: transparent;
    position: absolute;
    bottom: 0;
    left: 5px;
}
.profile_icon {
    width: 80px;
    position: relative;
}
.lms-profile-photo-preview {
    width: 80px;
    height: 80px;
    border: 1px solid #D9D9D9;
    border-radius: 6px;
	overflow: hidden;
}
.lms-profile-photo-preview img {
    border-radius: 0% !important;
}
button#lms_remove_profile_photo {
    background-color: transparent;
    padding: 0;
    font-size: 17px;
    position: absolute;
    top: 10px;
    left: -37px;
    text-decoration: underline;
}
[lang="en-US"] button#lms_remove_profile_photo {
    left:unset;
    right: -52px;
}
[lang="en-US"] .userProfile__value {
    text-align: right;
}
[lang="en-US"] .form_inputGroup .form_inputField {
    text-align: left;
}
.account-menu-toggle {
    display: none;
}
/****/
@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}


 .myCustomSwiper .swiper-slide {
   width: auto;
   padding: 25px 10px;
}
.ud-pricing-wrapper .swiper-button-next, 
.ud-pricing-wrapper .swiper-button-prev {
    width: 48px;
    height: 48px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 44px 0px #00000040;
    border-radius: 100%;
}
.ud-pricing-wrapper .swiper-button-next::after, 
.ud-pricing-wrapper .swiper-button-prev::after {
    color: #000000;
    font-size: 16px;
}
.ud-pricing-wrapper .swiper-button-prev svg, 
.ud-pricing-wrapper .swiper-button-next svg{
    display: none;
}
.ud-pricing-wrapper .swiper-button-next.swiper-button-disabled, 
.ud-pricing-wrapper .swiper-button-prev.swiper-button-disabled{
  opacity: 0!important;
}
.ud-pricing-wrapper .swiper-button-next{
    right: -19px;
}
.ud-pricing-wrapper .swiper-button-prev{
    left: -19px;
}
.myCustomSwiper .swiper-slide{
  opacity: 0.4;
}
.myCustomSwiper .swiper-slide.swiper-slide-active, 
.ud-pricing-wrapper .swiper-slide.swiper-slide-next, 
.ud-pricing-wrapper .swiper-slide.swiper-slide-prev{
  opacity: 1;
}
/*  */
/* Chrome, Edge, Safari */
.scroll-video {
    height: 400px;
    overflow: auto;
}
.scroll-video::-webkit-scrollbar {
  width: 6px;
}

.scroll-video::-webkit-scrollbar-track {
  background: transparent;
}

.scroll-video::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #FFD800 6.67%, #F9AF2D 93.33%);
  border-radius: 10px;
}

.scroll-video::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #FFD800 6.67%, #F9AF2D 93.33%);
}
.lesson-documents {
    background-color: #fff1a6;
    padding: 10px;
    border-radius: 10px;
    border: 2px dashed #f9b130;
    margin-bottom: 10px;
}
.lesson-documents p strong {
    font-weight: bold;
    padding-bottom: 5px;
    display: block;
}
.lesson-documents ul {
    padding: 0;
    list-style: none;
}
.lesson-documents ul li a {
    background-color: #f9af2d;
    color: #000;
    padding: 7px 16px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 7px;
    font-size: 16px;
    word-break: break-all;
}
.lesson-documents ul li a svg {
    width: 26px;
    height: 26px;
}
/* Firefox */
.scroll-video * {
  scrollbar-width: thin;
  scrollbar-color: #3B82F6 transparent;
}
@media (max-width: 1024px) {
.woocommerce-account .woocommerce {
    flex-wrap: wrap;
    gap: 30px;
}
.custom-account-sidebar {
    width: 100%;
}
       .account-menu-toggle {
        display: flex;
        background-color: #000;
        color: #fff;
        border-radius: 6px;
        padding: 10px;
		           justify-content: space-between;
        gap: 10px;
    }
	nav.woocommerce-MyAccount-navigation {
    display: none;
		        margin-top: 6px;
}
	body.logged-in.woocommerce-account .content-area-myaccount {
    --padding-top: 0!important;
		--padding-bottom: 34px;
}
	.courses-certificates-bx, .dashboard-courses, .courses-history, .payment-plan-wrap {
    min-height: auto;
}
	.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    padding: 0;
}
	body.woocommerce-account .woocommerce-MyAccount-content {
    float: left;
    width: 100%;
    flex: auto;
}
}

@media (max-width: 767px) {
	    .woocommerce-account .woocommerce {
        flex-wrap: wrap;
        gap: 30px 0;
    }
	.dashboard-hero {
    padding: 51px 30px 35px 30px;
	}
	.weekly-box {
    width: 100%;
    flex: auto;
    gap: 15px;
}
	.weekly-boxes {
    flex-wrap: wrap;
    gap: 15px;
}
	.dashboard-hero .hero-text h2 {
    font-size: 23px;
    line-height: 27px;
}
	.dashboard-hero .hero-text p {
    font-size: 18px;
    line-height: 21px;
    width: 100%;
    max-width: 100%;
}
	.hero-badge {
    padding: 2px 20px;
    height: 40px;
    font-size: 16px;
    line-height: 21px;
}
	.course-thumb-play {
    width: 41px;
    height: 41px;
}
	.progress-circle-card {
    width: 100%;
}
	.course-info {
    width: 100% !important;
}
	.course-card-row {
    flex-wrap: wrap;
    flex-direction: column-reverse;
		        padding: 10px;
}
	.dashboard-hero .hero-icon {
    width: 81px;
    height: 81px;
    border-radius: 20px;
}
	.woocommerce-MyAccount-content {
    padding: 0;
}
	.course-lessons-sidebar {
    width: 100%;
}
		.courses-certificates-col {
    flex: 1 1 calc(48% - 14px);
    max-width: calc(48% - 14px);
}
	.userProfile__contact {
    gap: 10px;
    flex-wrap: wrap;
}
	.myAccount_formBx {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 13px;
    margin: 14px 0 30px;
}
		.myAccount_form_list.myAccount_form_list_half {
    flex: 1 1 calc(100% - 0px);
    max-width: calc(100% - 0px);
}
	.lesson-documents ul li a {
    padding: 7px 9px;
    width: 100%;
    font-size: 14px;
}
	.dashboard-hero .dashboard-hero-upgrade-btn {
         width: 250px;
        font-size: 17px;
}
}
@media (max-width: 520px){
	    .dashboard-hero {
        padding: 51px 30px 35px 30px;
        flex-wrap: wrap;
    }
	.courses-history-bx {
    flex-wrap: wrap;
}
	.courses-history-data {
    flex: auto;
    width: 100%;
}
	.courses-certificates-col {
    flex: 1 1 calc(48% - 14px);
         max-width: calc(50% - 5px);
}
	.courses-certificates-grid {
    gap: 10px;
}
.userProfile-image {
    border: 5px solid #00000017;
}
body .userProfile-image img {
    height: 100%;
}
	.userProfile__info {
    width: 71%;
}
	.dashboard-hero .dashboard-hero-upgrade-btn {
    margin-top: 10px;
    width: 200px;
}
}