
.l6s-alert{
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0px 0px 15px 0px;
    line-height: 1.5;
    border: 1px solid transparent;
    font-family: "Satoshi Font", Sans-serif;
    animation: l6sFadeIn 0.4s ease-in-out;
}

.l6s-alert-success{
    background: #ecfdf5;
    color: #065f46;
    border-color: #a7f3d0;
}

.l6s-alert-error{
    background: #fef2f2;
    color: #7f1d1d;
    border-color: #fecaca;
}

.l6s-alert-success::before{
    content: "✔";
    padding-right: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #10b981;
}

.l6s-alert-error::before{
    content: "⚠";
    padding-right: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #ef4444;
}

.l6s-alert-success,
.l6s-alert-error {
    animation: l6sFadeIn 0.4s ease-in-out;
}

@keyframes l6sFadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.l6s-required{
    color: #dc2626;
    font-size: 14px;
    font-weight: 700;
    margin-left: 2px;
}









.l6s-course-assign-close-popup{
    position:relative;
        top:0px;
        right:0px;
        width:38px;
        height:38px;
    
    background: #EF4444;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    padding: 2px 7px 5px 7px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 4px 10px rgba(239, 68, 68, 0.20);
}

.l6s-course-assign-close-popup:hover{
    background: #DC2626;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(239, 68, 68, 0.30);
}

.l6s-course-assign-close-popup:active{
    transform: scale(0.96);
}

#main_elementor_header {
    display: none;
}
#main_elementor_header_mobile {
    display: none;
}
#main_elementor_footer {
    display: none;
}
.filter-bar {
    display: flex;
    align-items: center;
    gap: 12px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #F3F4F6;  
    padding: 10px;
    box-shadow: 0 0.516px 1.549px 0 rgba(0, 0, 0, 0.10), 0 0.516px 1.033px -0.516px rgba(0, 0, 0, 0.10);
}
.search-box {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    background: #F9FAFB !important;
    border-radius: 7.228px;
    border: 0.645px solid #E5E7EB;
    padding-left: 10px;
    transition: all 0.2s ease;
}

.search-box:focus-within {
    border: 1px solid #22C55E; 
    box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.15);
}
.search-box input {
    width: 100%;
    padding: 10px 12px 10px 0px;
    border: none;
    outline: none;
    font-size: 14px;
    background: transparent !important;
    color: rgba(0, 0, 0, 0.70);
    font-family: "Satoshi Font", Sans-serif;
    font-size: 15px;
}
.search-box input:focus{
    border: none;
    outline: none;
}
.custom-select-wrapper {
    position: relative;
    display: inline-block;
}
.filter-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 6px 30px 6px 15px;
    font-size: 15px;
    font-family: "Satoshi Font", Sans-serif;
    color: rgba(0, 0, 0, 0.70);
    cursor: pointer;
    outline: none;
    transition: all 0.25s ease;
    min-width: 180px;
    border-radius: 6px;
    border: 1px solid #E5E7EB;
    background: #F9FAFB !important;
}
.custom-select-wrapper::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #6B7280;
    border-bottom: 2px solid #6B7280;
    transform: translateY(-50%) rotate(45deg);
    pointer-events: none;
}
.filter-select:hover {
    background: #F3F4F6;
}
.filter-select:focus {
    border-color: #22C55E;
    box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.15);
    background: #FFFFFF;
}

/* =========================================
STUDENTE DASHBOARD ~ COMMON CSS USE
========================================= */
.l6s-sd-empty-state {
    min-height: 650px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 20px;
}

.l6s-sd-empty-state h3 {
    margin: 0 0 10px;
    color: #111827;
    font-family: "Satoshi Font", Sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
}

.l6s-sd-empty-state p {
    max-width: 500px;
    margin: 0 0 18px;
    color: #6B7280;
    font-family: "Satoshi Font", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
}

.l6s-sd-empty-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    text-decoration: none !important;
   
    font-family: "Satoshi Font", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    padding: 15px 20px 15px 20px;
    background: #149184 !important;
    box-shadow: 0 -2px 4px 0 rgba(20, 113, 105, 0.50) inset, 0 2px 4px 0 rgba(20, 113, 105, 0.50) inset !important;
    transition: all 0.3s ease;   
}

.l6s-sd-empty-btn:hover {
    background: #0f5c56;
    transform: translateY(-2px);
}


/* =========================================
STUDENTE DASHBOARD ~ SideBar
========================================= */
.l6s-sd-sidebar-toggle {
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    padding: 12px 12px;
    background: #138a7d3b;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgb(20 145 132 / 30%) !important;
}

.l6s-sd-sidebar-toggl:hover {
    background: rgb(20 145 132 / 80%) !important;
}

.sd_left_sidebar,
.sd_right_sidebar {
    transition: width 0.35s ease;
}

.l6s-sd-admin-setting.active {
    background: rgba(20, 145, 132, 0.50);
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
}

.l6s-sd-admin-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 265px;
    height: 100vh;
    background: linear-gradient(180deg, #062D2B 0%, #147169 100%);
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    padding: 20px 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.35s ease;
    z-index: 9999;
}

.l6s-sd-admin-sidebar.l6s-sd-collapsed {
    width: 82px;
}

.l6s-sd-sidebar-toggle.l6s-sd-toggle-move {
    left: 95px;
}

.l6s-sd-admin-logo {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding: 10px 0 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: start;
}

.l6s-sd-logo-full {
    display: block;
}

.l6s-sd-logo-full img {
    width: 170px;
    transition: all .3s ease;
}

.l6s-sd-logo-small {
    display: none;
}

.l6s-sd-logo-small img {
    width: 60px;
}

.l6s-sd-admin-sidebar.l6s-sd-collapsed .l6s-sd-logo-full {
    display: none;
}

.l6s-sd-admin-sidebar.l6s-sd-collapsed .l6s-sd-logo-small {
    display: block;
    padding: 0px;
}

.l6s-sd-admin-menu {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
}
/* LEFT CONTENT */
.l6s-menu-left{
    display:flex;
    align-items:center;
    gap:14px;
}
.l6s-sd-admin-menu li {
    margin-bottom: 10px;
}


.l6s-sd-admin-menu li a, .l6s-dropdown-toggle,
.l6s-sd-admin-setting,
.l6s-sd-admin-logout {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 14px;
    border-radius: 12px;
    text-decoration: none !important;
    color: #fff;
    transition: all 0.3s ease;
    white-space: nowrap;
    border: 1px solid transparent !important;
    font-family: "Satoshi Font", Sans-serif;
    font-size: 15px;

}
.l6s-dropdown-toggle{
    justify-content: space-between;
}

.l6s-sd-admin-menu li a img, .l6s-dropdown-toggle img,
.l6s-sd-admin-setting img,
.l6s-sd-admin-logout img {
    width: 22px;
    min-width: 22px;
    height: 22px;
}

.l6s-sd-admin-menu li a:hover,
.l6s-sd-admin-setting:hover {
    background: rgba(20, 145, 132, 0.50);
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    color: #fff !important;
}

.l6s-menu-dropdown.active > .l6s-dropdown-toggle  {
    background: rgba(20, 145, 132, 0.50);
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
}
.l6s-sd-admin-menu > li.active a{
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(20, 145, 132, 0.50);
        border-radius: 12px;
}


/* ACTIVE */
.l6s-menu-dropdown.active > .l6s-dropdown-toggle {
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    
}


.l6s-dropdown-toggle{
    cursor:pointer;
}
.l6s-dropdown-arrow{
    font-size:22px;
    line-height:1;
    transition:0.3s ease;
}
.l6s-menu-dropdown.open .l6s-dropdown-arrow{
    transform:rotate(90deg);
}

.l6s-submenu{
    display:none;
    padding-left:18px;
    margin-top:8px;
    list-style: none;
}
.l6s-menu-dropdown.open .l6s-submenu{
    display: block;
    list-style: none;
    padding-left: 0px;
}

.l6s-submenu li{
    margin-top:6px;
}

.l6s-submenu li a{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 25px;
    color: #c7c7c7;
    font-size: 14px;
    border-radius: 8px;
    transition: 0.3s ease;
    text-decoration: none !important;
    font-family: "Satoshi Font", Sans-serif;
}

.l6s-submenu li a::before{
    content:'•';
    font-size:18px;
    color:#19B3A3;
}

.l6s-submenu li a:hover{
    background: rgba(20, 145, 132, 0.50);
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
}

.l6s-sd-admin-bottom {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.l6s-sd-admin-logout {
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    color: #fff !important;
}

.l6s-sd-admin-logout:hover {
    background: rgba(255, 255, 255, 0.30);
    color: #fff !important;
}

.l6s-sd-admin-sidebar.l6s-sd-collapsed span {
    opacity: 0;
    visibility: hidden;
    width: 0;
    overflow: hidden;
}

.l6s-sd-admin-sidebar.l6s-sd-collapsed a {
    justify-content: space-between;
    padding: 10px 12px;
}

.l6s-sd-admin-sidebar.l6s-sd-collapsed .l6s-sd-admin-logo {
    justify-content: center;
}

.l6s-sd-sidebar-toggle.l6s-sd-toggle-move svg {
    transform: rotate(180deg);
}

@media(max-width:768px) {
    .l6s-sd-admin-sidebar {
        left: -300px;
    }

    .l6s-sd-admin-sidebar.l6s-sd-mobile-show {
        left: 0;
    }

    .l6s-sd-sidebar-toggle {
        left: 20px !important;
    }
}
/* ACTIVE SUBMENU */
.l6s-submenu li.active a{
    background: rgb(20 145 132 / 34%);
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    color:#fff;
}

.l6s-submenu li.active a::before{
    color:#fff;
}
/* =========================================
STUDENTE DASHBOARD ~ TopBar
========================================= */
.l6s-organization-switch-wrapper {
    padding: 5px;
    display: inline-flex;
    gap: 5px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: #FFF !important;
}

.l6s-organization-switch-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 7px 15px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: #147169;
    background: transparent;
    transition: all 0.3s ease;
    font-family: "Satoshi Font", Sans-serif;
    border-radius: 6px;
}

.l6s-organization-switch-btn svg {
    width: 20px;
    height: 20px;

    fill: currentColor;
}

.l6s-organization-switch-btn.active {
    background: #147169;
    color: #ffffff;
    border-radius: 6px;
}

.l6s-organization-switch-btn:hover {
    background: #147169;
    color: #ffffff;
    border-radius: 6px;
}

.l6s-organization-switch-btn:hover svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}



/* ENROLLED COURSE PAGE */
.l6s-student-enroll-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

@media (max-width: 1024px) {
    .l6s-student-enroll-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .l6s-student-enroll-grid {
        grid-template-columns: 1fr;
    }
}

.l6s-student-enroll-card {
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  border-radius: 8.5px;
  border: 0.708px solid #1C9C91; */
    background: #edfcfa;
    padding-bottom: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 10px;
    border: 0.677px solid #f3f4f6;
    background: #fff;
    box-shadow:
        0 0.542px 1.626px 0 rgba(0, 0, 0, 0.1),
        0 0.542px 1.084px -0.542px rgba(0, 0, 0, 0.1);
}

.l6s-course-card:hover {
    transform: translateY(-5px);
}

.l6s-student-enroll-course-img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.l6s-student-enroll-title {
    padding: 15px;
}

.l6s-student-enroll-title h3 {
    margin-bottom: 5px;
    /* color: #147169; */
    /* font-family: "Work Sans"; */
    color: #000000;
    font-family: "Satoshi Font", Sans-serif;
    text-overflow: ellipsis;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.l6s-student-enroll-meta {
    color: #6a7282;
    font-family: "Satoshi Font", Sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

.l6s-student-enroll-course-divider {
    background: linear-gradient(90deg, #147169 37.5%, rgba(26, 168, 151, 0) 100%);
    margin-bottom: 10px !important;
    height: 2px;
}

.l6s-student-enroll-progress-bar {
    width: 100%;
    height: 7px;
    background: #e4e5e5;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 8px;
}

.l6s-student-enroll-progress-fill {
    height: 100%;
    background: #149184;
}

.l6s-student-enroll-progress-text {
    display: block;
    color: #364153;
    font-family: "Satoshi Font", Sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 5px !important;
    text-align: right;
}

.l6s-student-enroll-last-activity {
    color: #5e5e5e;
    font-family: "Satoshi Font", Sans-serif;
    font-size: 13px;
    font-style: normal;
    margin-bottom: 10px !important;
}

.l6s-student-enroll-course-btn {
    width: 100%;
    display: inline-block;
    padding: 12px 18px;
    color: #fff;
    text-decoration: none !important;
    font-size: 14px;
    text-align: center;
    font-family: "Satoshi Font", Sans-serif;
    border-radius: 6px;
    border: 0.677px solid #e5e7eb;
    background: #149184;
}

.l6s-student-enroll-course-btn:hover {
    background: linear-gradient(180deg, #147169 17%, #1cb09e 100%);
    color: #fff !important;
}

.l6s-sd-stats-row {
    display: flex;
    justify-content: space-between;
    margin: 18px 0;
}

.l6s-sd-stat-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
}

.l6s-sd-icon {
    background: transparent !important;
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.l6s-sd-stat-title {
    color: #6a7282;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-family: "Satoshi Font", Sans-serif;
}

/* =========================================
STUDENTE DASHBOARD ~ My Certificate
========================================= */

.l6s-sd-cert-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
    gap: 20px;
}

.l6s-sd-cert-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #eee;
    transition: all 0.3s ease;
}

.l6s-sd-cert-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}


.l6s-sd-cert-thumb {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.l6s-sd-cert-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.l6s-sd-cert-body {
    padding: 14px;
}

.l6s-sd-cert-body h4 {
    margin-bottom: 0px;
    color: #101828;
    font-family: "Satoshi Font", Sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.l6s-sd-cert-body p {
    margin-bottom: 8px;
    color: #6a7282;
    font-family: "Satoshi Font", Sans-serif;
    font-size: 12px;
    font-weight: 400;
}

/* Meta */
.l6s-cert-meta {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #777;
    margin-bottom: 12px;
    font-family: "Satoshi Font", Sans-serif;
}

/* Buttons */
/*.l6s-sd-cert-actions {*/
/*    display: flex;*/
/*    gap: 10px;*/
/*}*/

/* Button */
/*.l6s-sd-btn {*/
/*    flex: 1;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    gap: 8px;*/
/*    padding: 12px 16px;*/
/*    font-size: 15px;*/
/*    font-family: "Satoshi Font", Sans-serif;*/
/*    font-weight: 600;*/
/*    color: #364153;*/
/*    background: #f9fafb;*/
/*    border: 1px solid #e5e7eb;*/
/*    border-radius: 6px;*/
/*    cursor: pointer;*/
/*    transition: all 0.25s ease;*/
/*    text-decoration: none !important;*/
/*}*/

/* ── Action row ─────────────────────────────────────── */
.l6s-sd-cert-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Download + Verify buttons */
.l6s-sd-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 12px 16px;
    font-size: 15px;
    font-family: "Satoshi Font", Sans-serif;
    font-weight: 600;
    color: #364153;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease;
    text-decoration: none !important;
    white-space: nowrap;
}

.l6s-sd-btn:hover,.l6s-sd-btn:focus {
    background: #f9fafb;
    border-color: #9ca3af;
    color: #111827;
}

/* Share — icon-only square, does NOT grow */
.l6s-sd-btn.l6s-sd-btn-icon {
    flex: 0 0 auto;
    width: 45px;
    height: 50px;
    padding: 0;
}

/* "Link copied" tooltip */
.l6s-sd-btn-icon {
    position: relative;
}

.l6s-sd-btn-icon.l6s-sd-copied::after {
    content: 'Link copied';
    position: absolute;
    bottom: calc(100% + 6px);
    left: 50%;
    transform: translateX(-50%);
    background: #1a1a1a;
    color: #fff;
    font-size: 11px;
    font-family: "Satoshi Font", Sans-serif;
    padding: 3px 8px;
    border-radius: 4px;
    white-space: nowrap;
    pointer-events: none;
}

/* SVG control */
.l6s-sd-btn svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

/* SVG stroke smooth transition */
.l6s-sd-btn svg path {
    transition: all 0.25s ease;
}

/* Hover effect */
.l6s-sd-btn:hover {
    background: #111827;
    color: #fff;
    border-color: #111827;
    transform: translateY(-1px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}

/* Hover → icon color change */
.l6s-sd-btn:hover svg path {
    stroke: #fff;
}

/* Click effect */
.l6s-sd-btn:active {
    transform: scale(0.97);
}

.l6s-sd-btn-outline {
    flex: 1;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid #ddd;
    background: transparent;
    cursor: pointer;
    font-size: 12px;
}

.l6s-sd-cert-info {
    display: flex;
    justify-content: space-between;
    align-items: center;

    border-top: 2px solid #e3e3e3;
    padding: 15px 0px;
}

/* Item */
.l6s-sd-info-item {
    display: flex;
    flex-direction: column;
}

/* Right align */
.l6s-sd-right {
    text-align: right;
}

/* Label */
.l6s-sd-label {
    font-family: "Satoshi Font", Sans-serif;
    font-size: 12px;
    color: #6a7282;
    margin-bottom: 0px;
}

/* Value */
.l6s-sd-value {
    font-family: "Satoshi Font", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #101828;
}


/* =========================================
STUDENTE DASHBOARD ~ Page Dashboard
========================================= */
.l6s-sd-recent-activity {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.l6s-sd-activity-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 20px;
    border-radius: 22px;
    border: 2px solid #D2F9F5;
    background: #F7FEFD;
    transition: all 0.3s ease;
}

.l6s-sd-activity-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.l6s-sd-activity-left {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 85%;
}

.l6s-sd-activity-left strong {
    color: #1E2939;
    font-family: "Satoshi Font", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 15px;
}

.l6s-sd-activity-left p {
    margin: 0;
    color: #6a7282d1;
    font-family: "Satoshi Font", Sans-serif;
    font-size: 12px !important;
    font-weight: 400;
    line-height: 18px;
}

.l6s-sd-activity-left small {
    margin: 0;
    color: #6A7282;
    font-family: "Satoshi Font", Sans-serif;
    font-size: 13px !important;
    font-weight: 400;
    line-height: 18px;
}

.l6s-sd-activity-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    min-height: 96%;
    gap: 15px;
}

.l6s-sd-activity-right small {
    margin: 0;
    color: #9AA1AA;
    font-family: "Satoshi Font", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.l6s-sd-activity-right span {
    color: #2c2d2f;
    font-family: "Satoshi Font", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}

/* Scroll */
.l6s_sd_recent_activity_container {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 4px;
}

.l6s_sd_recent_activity_container::-webkit-scrollbar {
    width: 6px;
}

.l6s_sd_recent_activity_container::-webkit-scrollbar-track {
    background: #F1F5F9;
    border-radius: 20px;
}

.l6s_sd_recent_activity_container::-webkit-scrollbar-thumb {
    background: #B8C0CC;
    border-radius: 20px;
}

.l6s_sd_recent_activity_container::-webkit-scrollbar-thumb:hover {
    background: #98A2B3;
}

/* Mobile */
@media(max-width:767px) {

    .l6s-sd-activity-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
        padding: 18px;
    }

    .l6s-sd-activity-left strong {
        font-size: 18px;
    }

    .l6s-sd-activity-left p {
        font-size: 14px !important;
    }

    .l6s-sd-activity-right {
        align-items: flex-start;
        gap: 8px;
    }

    .l6s-sd-activity-right small {
        font-size: 15px;
    }

    .l6s-sd-activity-right span {
        font-size: 14px;
    }

}

.l6s-sd-learning-activity-dashboard {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* CARD */

.l6s-sd-learning-activity-course-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 22px;
    background: #F8FAFA;
    transition: all .3s ease;
    gap: 20px;
    border-radius: 8px;
    border: 0.705px solid #F3F4F6;
}

.l6s-sd-learning-activity-course-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .04);
}

/* LEFT */

.l6s-sd-learning-activity-course-left {
    display: flex;
    align-items: center;
    gap: 18px;
    width: 100%;
}

/* IMAGE */

.l6s-sd-learning-activity-course-icon {
    width: 64px;
    height: 64px;
    min-width: 64px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
}

/* INFO */

.l6s-sd-learning-activity-course-info {
    flex: 1;
    width: 100%;
}

.l6s-sd-learning-activity-course-info h4 {
    margin: 0 0 2px;
    line-height: 1.2;
    display: flex;
    justify-content: space-between;
}

.l6s-sd-learning-activity-course-info h4 a {
    color: #111827;
    text-decoration: none !important;
    font-family: "Satoshi Font", Sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.l6s-sd-learning-activity-author {
    margin: 0 0 14px !important;
    color: #6B7280;
    font-family: "Satoshi Font", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 10px !important;
}

/* PROGRESS */

.l6s-sd-learning-activity-progress-wrap {
    width: 100%;
    height: 7px;
    background: #BFE9E3;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.l6s-sd-learning-activity-progress-bar {
    height: 100%;
    border-radius: 30px;
    background: #17766E;
    transition: width .5s ease;
}

/* RIGHT */

.l6s-sd-learning-activity-course-right {
    display: flex;
    align-items: center;
    gap: 16px;
}

/* PERCENT */

.l6s-sd-learning-activity-progress-text {
    color: #17766E;
    font-family: "Satoshi Font", Sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-align: right;
}

/* PLAY BUTTON */

.l6s-sd-learning-activity-play-btn {
    width: 38px;
    height: 38px;
    min-width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    transition: all .3s ease;
    border-radius: 6px;
    background: rgba(20, 113, 105, 0.30);
    color: #147169;
}

.l6s-sd-learning-activity-play-btn svg {
    width: 14px;
    height: 14px;
}

.l6s-sd-learning-activity-play-btn:hover {
    background: #147169;
    color: #ffffff;
}

/* MOBILE */

@media(max-width:767px) {

    .l6s-sd-learning-activity-course-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .l6s-sd-learning-activity-course-right {
        width: 100%;
        justify-content: space-between;
    }

    .l6s-sd-learning-activity-course-left {
        align-items: flex-start;
    }

    .l6s-sd-learning-activity-course-info h4 a {
        font-size: 16px;
    }

}




/* =========================================
STUDENTE DASHBOARD ~ Page Purchases
========================================= */



/* =========================================
STUDENTE DASHBOARD ~ Page WishList
========================================= */


/* =========================================
STUDENTE DASHBOARD ~ Page Settings / Edit Profile
========================================= */

#l6s-student-profile-form {
    padding-top: 20px;
}

.l6s-student-cover {
    height: 260px;
    border-radius: 16px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: visible;
}

.l6s-student-cover::after {
    content: "";
    position: absolute;
    inset: 0;
    /*background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);*/
    border-radius: 15.341px;
    background: linear-gradient(135deg, #147169 0%, #19B3A3 100%);
    /*border-radius: 20px;*/
}

.l6s-student-cover-btn {
    font-family: "Satoshi Font", Sans-serif;
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: rgb(0 0 0 / 90%);
    padding: 10px 16px;
    font-size: 14px;
    cursor: pointer;
    z-index: 2;
    color: #ffffff;
    border-radius: 12px;
    border: 1px solid #149184;
    box-shadow: -1px 3px 8px 0 rgba(0, 0, 0, 0.25) inset;
}

.l6s-student-cover-btn:hover {
    background: #149184;
    border: 1px solid #149184;
}

.l6s-student-avatar-wrap {
    position: absolute;
    bottom: 25px;
    left: 25px;
    z-index: 3;
}

.l6s-student-avatar-img {
    width: 100px;
    height: 100px !important;
    border-radius: 50% !important;
    border: 4px solid #fff !important;
    object-fit: cover;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2) !important;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2) !important;
}

.l6s-student-avatar-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    border-radius: 50%;
    border: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.l6s-student-avatar-btn svg {
    width: 22px;
    height: 22px;
}

.l6s-student-avatar-btn svg path {
    fill: #149184;
}

.l6s-student-avatar-btn:hover {
    background: #149184;
}

.l6s-student-avatar-btn:hover svg path {
    fill: #ffffff;
}

.l6s-student-profile-form {
    margin-top: 70px;
}

.l6s-student-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}


.l6s-student-label,
.l6s-student-field label {
    color: #404040;
    font-family: "Satoshi Font", Sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.l6s-student-input {
    border-radius: 4px;
    border: 1px solid #EBEBEB;
    background: #FFF;
    padding: 12px 16px;
    color: #535353;
    font-family: "Satoshi Font", Sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.l6s-student-input:focus {
    background: #f6fffd !important;
    border-color: #149184 !important;
    outline: none !important;
}


.l6s-student-group {
    margin-bottom: 17px;
}

.l6s-student-password-box {
    position: relative;
    margin-top: 5px;
}

.l6s-student-input:focus {
    background: #f6fffd !important;
    border-color: #149184 !important;
    outline: none !important;
}

.l6s-student-toggle {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: flex;
    align-items: center;
}

.l6s-student-toggle img {
    width: 16px;
    height: 16px;
}

.l6s-student-eye-hide {
    display: none;
}

.l6s-student-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    font-size: 14px;
}

.l6s-student-btn {
    border-radius: 12px;
    border: 1px solid rgba(169, 243, 235, 0.50);
    background: #149184;
    box-shadow: -1px 3px 8px 0 rgba(0, 0, 0, 0.25) inset;
    padding: 12px 24px;
    color: #FFF;
    font-family: "Satoshi Font", Sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.l6s-student-field input,
.l6s-student-field textarea {
    margin-top: 5px;
    border-radius: 4px;
    border: 1px solid #EBEBEB;
    background: #FFF;
    padding: 12px 16px;
    color: #535353;
    font-family: "Satoshi Font", Sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.l6s-student-field input:focus,
.l6s-student-field textarea:focus {
    background: #f6fffd !important;
    border-color: #149184 !important;
    outline: none !important;
}

.l6s-student-field select {
    margin-top: 5px;
    border-radius: 4px;
    border: 1px solid #EBEBEB;
    padding: 8px 16px;
    color: #535353;
    font-family: "Satoshi Font", Sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.l6s-student-success,
.l6s-student-error {
    padding: 14px 18px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 15px 0;
    line-height: 1.5;
    border: 1px solid transparent;
    font-family: "Satoshi Font", Sans-serif;
}

.l6s-student-success {
    background: #ecfdf5;
    color: #065f46;
    border-color: #a7f3d0;
}

.l6s-student-error {
    background: #fef2f2;
    color: #7f1d1d;
    border-color: #fecaca;
}

.l6s-student-success::before {
    content: "✔";
    font-size: 16px;
    font-weight: bold;
    color: #10b981;
}

.l6s-student-error::before {
    content: "⚠";
    font-size: 16px;
    font-weight: bold;
    color: #ef4444;
}

.l6s-student-success,
.l6s-student-error {
    animation: l6sFadeIn 0.4s ease-in-out;
}

@keyframes l6sFadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.l6s-student-avatar .custom-avatar {
    width: 100px;
    height: 100px !important;
    border-radius: 50% !important;
    border: 4px solid #fff !important;
    object-fit: cover;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2) !important;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2) !important;
}

.l6s-subscription-messsge {
    color: #535353;
    font-family: "Satoshi Font", Sans-serif;
    font-size: 15px;
}

@media (max-width: 767px) {
    .l6s-login-text {
        margin-bottom: 5px;
        margin-top: 15px;
    }

    .l6s-auth-options {
        margin-bottom: 15px;
    }

    .l6s-auth-remember span {
        font-size: 13px;
    }

    .l6s-auth-forgot {
        font-size: 13px;
    }
}

/*PAYMENT METHOD */


.show-process-msg {
    display: block;
    padding: 12px;
    background: #f3f3f3;
    border-radius: 8px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 500;
    border: 1px solid #bfb8b8;
    font-family: "Satoshi Font", Sans-serif;
}

.card_list_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    padding-bottom: 10px;
    font-family: "Satoshi Font", Sans-serif;
}

.card_list_wrapper .card.payment-card {
    min-width: 424px;
    max-width: 424px;
    background: #f3f1f159;
    border: 0 !important;
    border-radius: 16px;
    padding: 32px;
    position: relative;
}
.d-flex {
    display: flex !important;
}
 .card_list_wrapper .card.payment-card .card-number-row {
    padding: 30px 0;
    color: #677c99;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}
.card_list_wrapper .card.payment-card .card-number-row .dots-1 {
    margin-right: 10px;
}

.card_list_wrapper .card.payment-card .card-img-wrapper{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.card_list_wrapper .card.payment-card .card-img-wrapper .card-img{
    height: 35px;
    width: 56px;
}

 .card_list_wrapper .card.payment-card .card-img-wrapper .card-default-icon{
    width: 20px !important;
    height: 20px !important;
}

 .card_list_wrapper .card.payment-card .ac-card-actions {
    display: block;
    width: 135px;
    background: #fff;
    border: 1px solid #dfe4ea;
    box-shadow: 0 24px 16px -16px rgba(112, 147, 196, 0.24);
    border-radius: 16px;
    position: absolute;
    right: 0;
    overflow: hidden;
    top: 24px;
    padding: 8px;
}

 .card_list_wrapper .card.payment-card .ac-card-actions a{
    display: block;
    line-height: 40px;
    border-radius: 12px !important;
    min-height: 40px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #3f4c5c;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
}

 .card_list_wrapper .card.payment-card .ac-card-actions a:hover {
    background: #f1f6fc;
    border-radius: 8px;
    color: #1b1e23;
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
}

.card_list_wrapper .card.payment-card .ac-card-action-wrapper{
    position: absolute;
    top: 6px;
    right: 7px;
    background: #f2f5f8;
    width: 26px;
    height: 20px;
    border-radius: 6px;
    text-align: center;
    line-height: 13px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}

 .card_list_wrapper .card.payment-card .card-name-and-expiry-row {
    justify-content: space-between;
}

.card_list_wrapper .card.payment-card .card-name-and-expiry-row .card-holder-name {
    margin: 0;
    padding: 0;
    color: #1b1e23;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
}

.card_list_wrapper .card.payment-card .card-name-and-expiry-row .card-expire {
    color: #677c99;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    padding: 0;
}

.card_list_wrapper .card.payment-card .card-number-row{
    padding: 30px 0;
    color: #677c99;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}


.card-img, .card-img-bottom {
    border-bottom-right-radius : 0.375rem;
    border-bottom-left-radius: 0.375rem;
    border-top-left-radius: 0.375rem;
    border-top-left-radius: 0.375rem;
}

        .l6s-payment-alert{
            padding:16px 20px;
            border-radius:12px;
            margin-bottom:20px;
            font-weight:600;
        }

        .l6s-payment-success{
            background:#dcfce7;
            color:#166534;
            border:1px solid #bbf7d0;
        }

        .l6s-payment-error{
            background:#fee2e2;
            color:#991b1b;
            border:1px solid #fecaca;
        }

        .l6s-payment-method-wrapper{
            width:100%;
        }

  

        .l6s-set-default-btn{
            font-weight: 400;
            background: #11786e;
            color: white;
            padding: 10px 5px;
            border-radius: 5px;
            font-size: 14px;
            width: 75%;
        }

        .l6s-set-default-btn:hover{
            background:#0f5f58;
        }

        .l6s-set-default-btn:disabled{
            opacity:0.7;
            cursor:not-allowed;
        }

        .l6s-card-number{
            font-size:28px;
            font-weight:700;
            color:#334155;
            letter-spacing:2px;
            margin-bottom:30px;
        }

        .l6s-payment-bottom{
            display:flex;
            justify-content:space-between;
            align-items:center;
            gap:20px;
            flex-wrap:wrap;
        }

        .l6s-card-holder{
            font-size:22px;
            font-weight:700;
            color:#0f172a;
            text-transform:uppercase;
        }

        .l6s-card-expiry{
            color:#64748b;
            font-size:18px;
            font-weight:500;
        }

        .l6s-delete-card-btn{
            margin-top: 15px;
            color: #ef4444;
            font-weight: 500;
            text-decoration: none;
            padding: 0px 0px;
            background: transparent;
            border: none;
            outline: none;
            box-shadow: none;
            text-decoration: underline;
            font-size:12px;
        }

        .l6s-delete-card-btn:hover{
            color:#dc2626;
            background: transparent;
        }

        .l6s-empty-payment-method{
            background:#fff;
            border-radius:20px;
            padding:50px;
            text-align:center;
            border:1px dashed #d1d5db;
        }
        
        
        /*WishList*/
        
        .l6s-user-wishlist-actions{
    display:flex;
    gap:12px;
    margin: 0px 15px;
}

.l6s-user-wishlist-actions a,
.l6s-user-wishlist-actions button{
    flex:1;
    height:48px;
    display: inline-block;
    padding: 12px 18px;
    color: #fff;
    text-decoration: none !important;
    font-size: 14px;
    text-align: center;
    font-family: "Satoshi Font", Sans-serif;
    border-radius: 6px;
    border: 0.677px solid #e5e7eb !important;
    background: #149184;
    font-weight: 400;
    transition:all .3s ease;
}

.l6s-user-wishlist-btn{
    background:#14a39a;
    color:#fff;
}

.l6s-user-wishlist-btn:hover{
    opacity:.9;
}

.l6s-remove-wishlist-btn{
    background:#fff;
    color:#dc3545;
    border:1px solid #dc3545 !important;
}

.l6s-remove-wishlist-btn:hover{
    background:#dc3545;
    color:#fff;
}