/*
Theme Name: Talemy Child
Description: Child theme for Talemy theme
Author: ThemeSpirit
Author URI: https://themespirit.com/
Template: talemy
Version: 1.0.0
*/


/* Login form design css 26-11-25 */
/* Hide header & footer on LifterLMS login pages */
.page-id-1066  header,
.page-id-1066  footer,
.page-id-1068 header,
.page-id-1068 footer,
.page-id-19 header,
.page-id-19 footer {
    display: none !important;
}
/* === Custom single lesson page === */
/* === Custom Sidebar === */

.llms-custom-sidebar {
    width: 310px;
    background: #fff;
    border-right: 1px solid #E5E5E5;
    height: 100%;
    overflow-y: auto;
    padding: 16px 16px 40px 16px;
    font-family: inherit;
    margin-top: 66px;
}

/* Back Button */
.llms-sidebar-header .back-btn {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #4A5568;
    margin-bottom: 12px;
    gap: 6px;
}

.llms-sidebar-header h3.lesson-title {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0 18px 0;
    color: #1A202C;
}

/* Lesson List */
.llms-lesson-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.llms-lesson-list li {
    margin-bottom: 10px;
    border-radius: 50px;
    transition: 0.2s;
    background-color: #f3f3f3;
}

.llms-lesson-list li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    border-radius: 8px;
    text-decoration: none;
    color: #374151;
}

/* Active Row */
.llms-lesson-list li.active {
    background: #EEF4FF;
}
.right-icon {
    margin-left: auto;
}
.svg-back {
   width: 56px;
    height: 56px;
    display: block;
}
/* Icon container */
.lesson-icon img {
    margin-top: 2px;
}

.lesson-name {
    flex: 1;
    font-size: 14px;
    font-weight: 500;
    color: #2D3748;
}
.llms-lesson-list li:not(.active):hover {
    background: #F5F6F8;
    border-radius: 8px;
}
/* Hover effect */
.llms-lesson-list li:hover {
    background: #F7FAFC;
}
.course-focus__sidebar{
    border-right: none;
}
.course-focus__main{
    padding-top: 0;
}
#header {
    background: transparent !important;
    background-color: transparent !important;
    color: #000000;
}
.course-focus__content {
    padding: 20px 10px;
}
/* --- Top Lesson Header (Breadcrumb + Prev/Next) --- */

.lesson-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0 20px;
}

.breadcrumb-left {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    line-height: 18px;;
}

.breadcrumb-back {
    margin-right: 12px;
    font-weight: 500;
    color: #111827;
    text-decoration: none;
}

.crumb a {
    color: #1e73be!important;
    text-decoration: none;
}

.crumb.current {
    color: #111827;
    font-weight: 600;
}

.sep {
    color: #9CA3AF;
}

.breadcrumb-right {
    display: flex;
    align-items: center;
    gap: 16px;
}

.nav-link {
    font-size: 14px;
    text-decoration: none;
    color: #1e73be!important;
    padding: 6px 8px;
}

.nav-link.disabled {
    opacity: 0.4;
    cursor: not-allowed;
    color: #9CA3AF;
}
.sep-icon {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin: 0 4px;
    opacity: 0.6;
}

.breadcrumb-left .sep {
    display: flex;
    align-items: center;
}
.breadcrumb-right {
    display: flex;
    align-items: center;
    gap: 16px;
}

.nav-link {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    padding: 6px 10px;
    color: #2563EB;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.2s ease;
}

.nav-link:hover {
    background: #EFF6FF;
}

.nav-icon {
    width: 14px;
    height: 14px;
    display: inline-block;
}

.nav-link.disabled {
    opacity: 0.4;
    cursor: not-allowed;
    color: #9CA3AF;
}

.prev-link .nav-icon {
    margin-right: 3px; /* left arrow spacing */
}

.next-link .nav-icon {
    margin-left: 3px; /* right arrow spacing */
}
.llms-lesson-button-wrapper{
    border: none;
}
.llms-button-primary {
    color: var(--theme-color-primary);
    background-color: #fff;
    border-color: var(--theme-color-primary);
}
nav.llms-course-navigation {
    display: none;
}
.lesson-status {
    width: 22px;
    display: flex;
    justify-content: center;
}
.lesson-icon img, .svg-icon, .icon-right {
    width: 20px;
    height: 20px;
    display: block;
}
/* header line css */
.course-focus__main {
    border-top: 1px solid #fff;

}
.single-lesson #header{
     border-bottom: 1px solid #d4d4d4;
} 
.mobile-sidebar-toggle {
    display: none;
}