/*
* woocommerce studire plus dashboard
*/

i.certificates::before,.woocommerce-MyAccount-navigation-link--certificates::before{
    content: "\f5f3" !important;
}
.logged-in.woocommerce-account .container {
    width: 100% !important;
    max-width: 100% !important;
}
.row.my_acount_topbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 2px rgba(16, 30, 87, 0.07000000000000001);
}
.panel_right_top {
    display: flex;
    width: 20%;
    justify-content: space-between;
    align-items: center;
}
.sc_dashboard_logo img {
    max-width: 157px;
    object-fit: contain;
    max-height: 70px;
}

/* --- Hamburger Base --- */
.sc_dashboard_hamburger {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sc_dashboard_hamburger .hamburger {
    width: 28px;
    height: 22px;
    position: relative;
    display: inline-block;
}

.sc_dashboard_hamburger .hamburger .line {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #333;
    border-radius: 3px;
    left: 0;
    transition: all .35s ease;
}

.sc_dashboard_hamburger .hamburger .line:nth-child(1) { top: 0; }
.sc_dashboard_hamburger .hamburger .line:nth-child(2) { top: 50%; transform: translateY(-50%); }
.sc_dashboard_hamburger .hamburger .line:nth-child(3) { bottom: 0; }

.sc_dashboard_hamburger.active .line:nth-child(1) {
    top: 13px;
    transform: rotate(45deg);
}

.sc_dashboard_hamburger.active .line:nth-child(2) {
    opacity: 0;
}

.sc_dashboard_hamburger.active .line:nth-child(3) {
    bottom: 8px;
    transform: rotate(-45deg);
}

html[dir="rtl"] .sc_dashboard_hamburger.active .line:nth-child(1) {
    transform: rotate(-45deg);
}
html[dir="rtl"] .sc_dashboard_hamburger.active .line:nth-child(3) {
    transform: rotate(45deg);
}

.panel_left_top {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    gap: 10px;
}

.panel_left_top button.btn.btn-link {
    text-decoration: none !important;
    border: 0;
    margin: 0;
    padding: 0;
}

.panel_left_top button.btn.btn-link:focus {
    outline: none;
}


.my_acount_topbar a.btn.btn-link.is-active span:before {
    animation: sk-bounce 2s infinite ease-in-out;
    background: #5bc47d;
    border-radius: 100px;
    bottom: -2px;
    content: "";
    height: 10px;
    position: absolute;
    right: 10px;
    width: 10px
}

.my_acount_topbar time {
    font-size: 12px;
    padding: 8px;
    white-space: nowrap
}
.studi_notif_main_holder .icon-wrapper-alt .icon-wrapper-bg.bg-danger {
    background: transparent;
}
.dashboard_actions {
    display: flex;
    align-items: center;
}

.sc_studi_account_info {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    padding: 10px;
    border-radius: 10px;
}

.sc_studi_account_info .account-avatar {
    max-width: 40px;
}
.sc_studi_account_info .account-avatar a img {
    border-radius: 80px;
}
.woocommerce-MyAccount-navigation-link--chat i::before { content: "\f075"; }
body.sc_woonav_in_side nav.woocommerce-MyAccount-navigation {
    width: 20%;
}

body.sc_woonav_in_side .woocommerce-MyAccount-content {
    width: 79% ;
    float: left;
    transition: 0.3s;
}

body.woocommerce-account ul li a:before {
    margin-left: 8px;
}




.woocommerce-account .woocommerce-MyAccount-navigation ul,
.rtl.woocommerce-account .woocommerce-MyAccount-navigation ul{
    list-style: none;
    margin: 0 0 30px;
    background-color: #fff;
    padding: 20px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:before,
body.woocommerce-account ul li.woocommerce-MyAccount-navigation-link--purchased-products a:before,
.woocommerce-account ul li.woocommerce-MyAccount-navigation-link--user_comments a:before {
    font-family: "Font Awesome 5 Pro";
    margin-right: 8px;
    display: inline-block;
    font-weight: 300;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:before {
    content: '\f03a';
    font-family: "Font Awesome 5 Pro";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard:before {
    content: '\f015';
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders:before {
    content: '\f543';
}
body.woocommerce-account ul li.woocommerce-MyAccount-navigation-link--user_comments:before {
    content: "\f4b6";
}

body.woocommerce-account ul li.woocommerce-MyAccount-navigation-link--purchased-products:before {
    content: '\f290';
}
body.woocommerce-account ul li.woocommerce-MyAccount-navigation-link--my-courses:before {
    content: '\f501';
}
body.woocommerce-account ul li.woocommerce-MyAccount-navigation-link--chat:before {
    content: '\f075';
}

body.woocommerce-account ul li.woocommerce-MyAccount-navigation-link--wishlist:before {
    content: '\f004';
}

body.woocommerce-account ul li.woocommerce-MyAccount-navigation-link--swss-user-tickets-area:before {
    content: '\f145';
}

body.woocommerce-account ul li.woocommerce-MyAccount-navigation-link--events:before {
    content: '\f073';
}

body.woocommerce-account ul li.woocommerce-MyAccount-navigation-link--notifications:before {
    content: '\f0f3';
    font-family: "Font Awesome 5 Pro";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads:before {
    content: '\f019';
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address:before {
    content: '\f279';
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account:before {
    content: '\f007';
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout:before {
    content: '\f08b';
}

.swss_ticket_stat.sc_dashboard_box {
    margin: 0;
}

.swss_tickets_stats_holder {
    margin-top: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
    margin-right: 0;
}

.woocommerce-account .u-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.woocommerce-account .u-columns.col2-set>div {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
header.woocommerce-Address-title.title a.edit {
    background: #3ac47d;
    border-radius: 4px;
    padding: 1px 5px;
    color: #fff;
}

header.woocommerce-Address-title.title a.edit:hover {
    background: #2f9862;
}

td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions .button {
    margin: 0 0 5px 5px;
}

.woocommerce-account .woocommerce-MyAccount-content p:last-of-type {
    margin-bottom: 0;
}
.woocommerce-MyAccount-content {
    width: 100%;
}
.top_accoun_nav_item:before {
    font-family: "Font Awesome 5 Pro" !important;
}

.top_accoun_nav_item.woocommerce-MyAccount-navigation-link:before {
    content: '\f0c9';
}
.top_accoun_nav_item.woocommerce-MyAccount-navigation-link--dashboard:before {
    content: '\f40f';
}
.top_accoun_nav_item.woocommerce-MyAccount-navigation-link--my-courses:before {
    content: '\f501';
}

.top_accoun_nav_item.woocommerce-MyAccount-navigation-link--orders:before {
    content: '\f543';
}

.top_accoun_nav_item.woocommerce-MyAccount-navigation-link--purchased-products:before {
    content: '\f570';
}

.top_accoun_nav_item.woocommerce-MyAccount-navigation-link--downloads:before {
    content: '\f019';
}

.top_accoun_nav_item.woocommerce-MyAccount-navigation-link--edit-address:before {
    content: '\f279';
}

.top_accoun_nav_item.woocommerce-MyAccount-navigation-link--edit-account:before {
    content: '\f007';
}

.top_accoun_nav_item.woocommerce-MyAccount-navigation-link--customer-logout:before {
    content: '\f08b';
}

.top_accoun_nav_item.woocommerce-MyAccount-navigation-link--user_comments:before {
    content: '\f4b6';
}

.top_accoun_nav_item.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--wishlist:before {
    content: "\f004";
}

.top_accoun_nav_item.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--events:before {
    content: "\f073";
}

.top_accoun_nav_item.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--swss-user-tickets-area:before {
    content: "\f145";
}

.top_accoun_nav_item.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--woo-wallet:before {
    content: "\f555";
}
nav.woocommerce-MyAccount-navigation {
    float: right;
}

.woocommerce-MyAccount-content {
    border-radius: 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    margin-left: 0;
    margin-right: 0;
    display: block;
    padding: 9px 17px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active:before{
    color: #fff;
}


.woocommerce-account .woocommerce-MyAccount-navigation ul li:after {
    display: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:before,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
    transition: 0.3s;
}
.woocommerce-account span.select2-dropdown.select2-dropdown--below {
    transform: translateY(-32px) !important;
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--notifications {
    display: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child:after {
    display: none;
}
body.woocommerce-account ul li.woocommerce-MyAccount-navigation-link--woo-wallet:before {
    content: "\f555";
}
[dir="rtl"].woocommerce-account .woocommerce-MyAccount-navigation ul li {
    margin-left: 15px;
    margin-right: 0;
}

[dir="rtl"] .rtl.woocommerce-account .woocommerce-MyAccount-navigation ul li:before {
    margin-left: 8px;
    margin-right: 0;
}

[dir="rtl"].woocommerce-account .woocommerce-MyAccount-navigation ul li:after {
    margin-right: 15px;
    margin-left: 0;
}
[dir="rtl"] body.woocommerce-account ul li.woocommerce-MyAccount-navigation-link--purchased-products a:before {
    margin-left: 8px;
    margin-right: 0;
}

li.woocommerce-MyAccount-navigation-link.is-active {
    background: var(--primary_color);
    border-radius: 5px;
}
[dir="rtl"] .woocommerce-account ul li.woocommerce-MyAccount-navigation-link--user_comments a:before {
    margin-left: 8px;
    margin-right: 0;
}


.woocommerce-MyAccount-navigation {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
}

body.sc_woonav_in_side .woocommerce-MyAccount-navigation {
    max-height: 100%; 
    opacity: 1;
}
/*dashboard*/
.sc_dashboard_box .course-content-bottom,
.sc_dashboard_box .sale-perc,
.sc_dashboard_box a.studi_add_in_shop {
    display: none ! IMPORTANT;
}

.sc_dashboard_box .course-thumbnail-holder {
    padding: 10px;
}

.sc_dashboard_box {
background: #fff;
border-radius:6px;
box-shadow:0 0 28px #ecf0fb;
margin:20px 0;
padding:10px;
text-align:center;
transition:.3s;
border: 1px solid #e2e8f0;
}

.sc_dashboard_box i {
display:block;
text-align:center
}

.tabcontent i {
    display: inline;
}

.sc_dashboard_box:hover {
box-shadow:0 0 35px #dadada;
transition:.3s
}

.woocommerce-breadcrumb i {
    margin: 0 8px;
    font-weight: 300;
}
.row.sc_dashboard_breadcrumb {
    margin-top: 10px;
    margin-bottom: 10px;
}
.sc_breadcrumb {
    padding: 10px;
}
.gotoshop { background: var(--primary_color); padding: 10px; border-radius: 5px; color: #fff; position: relative; top: 20px; }
        .gotoshop:hover { color: #fff; }
        .status-user-widget { overflow: hidden; }
        .status-user-widget ul { list-style: none; padding: 0; margin: 0; margin-bottom: 30px; float: right; width: 100%; }
        .status-user-widget ul li { float: right; width: 25%; padding: 0 15px 0 0; }
        .status-user-widget ul li:first-child { padding-right: 0; }
        .status-user-widget ul li .key_wrapper { height: 75px; float: right; width: 100%; color: #666; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding: 0 15px; }
        .status-user-widget ul li.all_course .key_wrapper { background: #f8f8f8; }
        .status-user-widget ul li .key_wrapper span.wc-amount { display: block; padding: 17px 0 0; text-align: center; font-weight: 700; font-size: 14px; }
        .status-user-widget ul li .key_wrapper span.title { text-align: center; display: block; padding: 3px 0 0; font-size: 12px; line-height: 20px; }
        .status-user-widget ul li .key_wrapper span.icon { float: right; font-size: 28px; margin-top: 7px; background: rgba(0,0,0,.06); -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; width: 60px; height: 60px; line-height: 64px; text-align: center; }
        @media (max-width: 500px) { .status-user-widget ul li { width: calc((100%/1) - 10px); padding: 0; margin: 5px; }}
       .ui-draggable-handle { -ms-touch-action: auto; touch-action: auto; }
        .sc_user_puchased_admin .course-rating-teacher, .sc_user_puchased_admin .course-description, .sc_user_puchased_admin .course-content-mid { display: none !important; }
        .sc_user_puchased_admin .course-item .course-item-inner .course-content-holder .course-content-main { padding: 5px; }
        .sc_user_puchased_admin .course-title { padding: 7px; margin: 0 !important; line-height: 12px !important; font-size: 13px !important; font-weight: 300; min-height: 20px !important; }
        .rtl .grid-stack>.grid-stack-item[data-gs-width='3'] { right: 0; left: auto; }
        .rtl .grid-stack>.grid-stack-item[data-gs-width='9'] { right: 0; left: auto; }
        .rtl .grid-stack>.grid-stack-item[data-gs-x='3'] { right: 25%; left: auto; }
        .rtl .grid-stack>.grid-stack-item[data-gs-x='8'] { right: 66.6666666667%; left: auto; }
        .rtl .grid-stack>.grid-stack-item[data-gs-x='9'] { right: 75%; left: auto; }
        .rtl .grid-stack>.grid-stack-item[data-gs-x='10'] { right: 83.3333333333%; left: auto; }
        .sc_dashboard_box .icon-wrapper.icon-wrapper-alt.rounded-circle { margin-bottom: 10px; }
        .sc_dashboard_box span.wc-amount { color: #23282d; }
        .rtl .grid-stack>.grid-stack-item[data-gs-width='8'] { left: auto; right: 0%; }
        .rtl .grid-stack>.grid-stack-item.sc_incart_box[data-gs-width='3'] { left: 25%; }

.woocommerce-account .navigation.sc-mobile-bottom-nav,
body.sc_woonav_hide .sc_dashboard_hamburger{
    display: none;
}











@media screen and (max-width:768px) {
    .sc_studi_account_info .userTitle,
    .sc_studi_account_info .account-avatar a:after{
       display: none;
    }
}
@media screen and (min-width:769px) {
    .dropdown-menu-xl {
        max-width: 380px;
        min-width: 340px;
    }
}

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

     body.sc_woonav_in_side nav.woocommerce-MyAccount-navigation,
     .my_acount_topbar time {
        display: none;
    }
    body.sc_woonav_hide .sc_dashboard_hamburger{
        display: inline-flex;
    }
    
    .panel_right_top {
        justify-content: flex-end;
        align-items: center;
        flex-direction: row-reverse;
        gap: 10px;
    }

    body.sc_woonav_in_side .woocommerce-MyAccount-content {
        width: 100% !important;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li {
        margin-left: 0;
        display: block;
        border-bottom: 1px solid #eaeaea;
        padding: 10px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
        border-bottom: none;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul li:after {
        display: none;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        overflow-x: scroll;
    }
    
    .swss_ticket_stat.sc_dashboard_box {
    margin: 10px 0;
}
}

@media screen and (min-width:968px) {
    .row.my_acount_topbar {
        position: relative;
    }

    .row.my_acount_topbar:before {
        display: none;
        content: "";
        position: absolute;
        right: 0;
        left: 0;
        background: white;
        width: calc(100% - 250px);
        height: 13px;
        margin: 0 auto;
        top: 56px;
        box-shadow: 0px 2px 10px #12131214;
    }
}
@media screen and (max-width:1200px) {
    .dashboard_nav_items {
        display: none !important;
    }
    .swss_stats_text {
        width: 65%;
        scale: 0.7;
    }
}

/* Account nav main wrapper */
.studi_top_accoun_nav_holder {
    width: 100%;
    margin-top: 10px;
}

/* Flex row for top items */
.studi_top_accoun_nav {
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-radius: 10px;
    padding: 5px 10px;
}

/* Main visible items */
.top_accoun_nav_item {
    flex: 1;
}

/* Mobile-only hamburger */
.scam-hamburger-btn {
    display: none;
    border: none;
    padding: 10px 14px;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
    flex: 1;
}

.scam-hamburger-btn i {
    margin-left: 6px;
}

/* Mobile dropdown wrapper (off-canvas) */
.mobile-dropdown-menu {
    /* hidden by default */
    position: fixed;
    top: 0;
    right: -100%;
    width: 260px;
    height: 100%;
    background: #fff;
    box-shadow: -3px 0 10px rgba(0,0,0,0.1);
    padding: 20px;
    overflow-y: auto;
    transition: right 0.35s ease;
    z-index: 99999;
}

/* Active state */
.mobile-dropdown-menu.active {
    right: 0;
}

.logged-in.admin-bar .mobile-dropdown-menu.active {
    padding-top: 50px;
    padding-bottom: 70px;
}

/* Close button inside offcanvas */
.mobile-dropdown-menu .close-offcanvas {
    display: block;
    text-align: right;
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    left: -7px;
    top: 22px;
    width: 41px;
    height: 40px;
    text-align: center;
    line-height: 43px;
    z-index: 99999;
}

/* Items inside offcanvas */
.mobile-dropdown-menu .top_accoun_nav_item {
    margin-bottom: 4px;
    padding: 8px 10px;
    display: flex;
    gap: 15px;
    position: relative;
}
.mobile-dropdown-menu .top_accoun_nav_item.is-active {
    background: var(--primary_color);
    border-radius: 5px;
}
.mobile-dropdown-menu .top_accoun_nav_item.is-active, .mobile-dropdown-menu .top_accoun_nav_item.is-active a{
    color: #fff;
}

.mobile-menu-wrapper {
    flex: 1;
}

/* Offcanvas backdrop */
.sc-offcanvas-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    backdrop-filter: blur(2px);
    z-index: 998;
    opacity: 0;
    height: 100dvh;
    visibility: hidden;
    transition: opacity .3s ease;
}

/* Active state */
.sc-offcanvas-backdrop.active {
    opacity: 1;
    visibility: visible;
}

/* Off-canvas menu */
.mobile-dropdown-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 280px;
    height: 100vh;
    background: #fff;
    z-index: 9999999;
    transform: translateX(100%);
    transition: transform .35s ease;
}

.mobile-dropdown-menu.active {
    transform: translateX(0);
}

/* Disable page scroll when open */
body.sc-offcanvas-open {
    overflow: hidden;
}


/* ------------------- Responsive ------------------- */
@media (max-width: 1200px) {

    /* Show hamburger on mobile */
    .scam-hamburger-btn {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Show only 3 elements in row */
    .studi_top_accoun_nav {
        display: flex;
        flex-direction: row;
    }

    /* Make 3 items same width */
    .top_accoun_nav_item:nth-child(1),
    .top_accoun_nav_item:nth-child(2),
    .scam-hamburger-btn {
        flex: 2;
    }

    /* Hide desktop dropdown (if existed) */
    .mobile-dropdown-menu {
        display: block;
    }
}


body.woocommerce-account:not(.woocommerce-dashboard) 
.woocommerce-MyAccount-content::after {
    content: "";
}

/* Now you can target it like a class */
body.woocommerce-account:not(.woocommerce-dashboard) 
.woocommerce-MyAccount-content {
    background: #fff;
    box-shadow: 0 0 28px #ecf0fb;
    padding: 20px;
    border: 1px solid #e2e8f0;
}

/* my course cards */
.studiare-course-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.studiare-course-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 15px;
  transition: box-shadow 0.3s ease;
  text-decoration: none;
  color: inherit;
}

.studiare-course-card:hover {
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.studiare-course-card .course-thumb img {
  width: 120px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
}

.studiare-course-card .course-info {
  flex: 1;
}

.studiare-course-card .course-title {
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: 600;
}

.studiare-course-card .course-date {
  font-size: 14px;
  color: #666;
}

        .profile-picture-section {
            background: #f8f8f8;
            padding: 20px;
            border-radius: 5px;
            margin-bottom: 30px;
        }
        .profile-picture-section h3 {
            margin-bottom: 20px;
        }
        .current-profile-picture img {
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
        }
/* dark mode */
body.scdarkcolors.woocommerce-account:not(.woocommerce-dashboard) .woocommerce-MyAccount-content {
    background: var(--dark_primary_color);
    box-shadow: none;
    border: none;
}
body.scdarkcolors .sc_dashboard_hamburger .hamburger .line {
    background: var(--dark_light_color);
}
body.scdarkcolors .studiare-course-card {
    background: var(--dark_secondary_color);
    border: none;
}