.sidebar .active, #landing_page_menu .active{
    /*color: #8a2be2;*/
}
.coursenamemenu{
    min-height: 95px;
    /*background-color: #ebe2fb;*/
    padding: 12px;
    margin-bottom: 0px;
    color: #212121;
    border-radius: 4px;
}
.coursenamemenu h3{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.6px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;     /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.course_start{
    background-color: blueviolet;
    color: white;
    padding: 12px 15px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    border: none;
}
#menuContainer .parent_ul_title{
    display: flex;
    padding: 8px 0px 4px 4px;
    margin-bottom: 4px;
}
.sidebar ul li, #landing_page_menu ul li{
    font-size: 14px;
    /*font-weight: 600;*/
    list-style: none;
    cursor: pointer;
    line-height: 20px;
    position: relative;
    padding-left: 15px;
}
.parent_ul_title{

    font-weight: 600;
    font-size: 16px;
}
/*#landing_page_menu ul li{color: #666 !important;}*/
.navbtns{
    font-size: 15px;
    font-weight: 600;
    list-style: none;
    cursor: pointer;
    line-height: 40px;
    color: #212121 !important;
    text-decoration: none;
}
.navbtns svg{
    width: 24px;
    height: 24px;
    display: inline-block;
    margin: 0px 5px -8px 0px;
    /*background: #ebe2fb;*/
}
.navbtns svg, .navbtns svg path{
    fill: #212121;
}
#previous_v svg{
    transform: rotate(180deg);
}

.sidebar canvas {
    height: 20px !important;
    width: 20px !important;
}
/*img {
    width: 100%;
    margin-bottom: 18px;
}*/
.progress-wrapper {
    position: relative;
    display: flex;
}

.progress-label {
    font-size: 13px;
    float: left;
    color: #333 !important;
    margin-bottom: 0px;
    width: auto;
    text-align: center;
    margin-right: 10px;
    padding: 3px 6px;
    border-radius: 4px;
    white-space: nowrap;
    background: #fff;
}

/*progress {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    width: 100%;
    height: var(--progress-bar-height);
    background-color: var(--progress-bar-color);
    border: none;
}
 progress::-moz-progress-bar {
    background-color: var(--progress-bar-value-color);
}
 progress::-webkit-progress-bar {
    background-color: var(--progress-bar-color);
}
 progress::-webkit-progress-value {
    background-color: var(--progress-bar-value-color);
}
 progress::-ms-fill {
    background-color: var(--progress-bar-value-color);
}
:root {
    --progress-bar-height: 4px;
    --progress-bar-color: #fff;
    --progress-bar-value-color: #8a2be2;
    --progress-bar-value: 20%;
}*/

progress[value] {
    --color: #fff;
    --background: rgba(0,0,0,0.2);

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    width: 100%;
    margin: 9px 0px 0px 0px;
    height: 8px;
    padding: 1px;
    border-radius: 10em;
    background: var(--background);
}
progress[value]::-webkit-progress-bar {
    border-radius: 10em;
    background: var(--background);
}
progress[value]::-webkit-progress-value {
    border-radius: 10em;
    background: var(--color);
}
progress[value]::-moz-progress-bar {
    border-radius: 10em;
    background: var(--color);
}



.sidebar {
    margin: 0;
    padding: 0;
    width: 380px;
    left: 0px;
    transition: 0.5s cubic-bezier(.36,-0.01,0,.77);
    /*background-color: #f1f1f1;*/
    position: fixed;
    /*  height: 100%;
      overflow: auto;*/
    z-index: 9999;
}
.sidebar.open{
    left: -380px;
}
#sidebar-toggle.toggle-btn{
    background: transparent;
    color: #333;
    border: 0px;
    position: absolute;
}
.toggle-btn .fa-times{
    left: 382px;
    position: absolute;
    top: 10px;
    font-size: 21px;
    font-weight: 100;
}
.toggle-btn .fa-bars{
    left: 385px;
    position: absolute;
    top: -4px;
    font-size: 21px;
    font-weight: 100;
    background: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    border: 1px solid #ccc;
}
.content-right {
    transition: 0.5s cubic-bezier(.36,-0.01,0,.77);
    margin-left: 380px;
    padding: 1px 0px;

}
.content-right.open{
    margin-left: 0px;
}
#pageNewContent.indexpage{
    margin-left: -380px;
    width: calc(100% - -380px);
    padding-bottom: 50px;
    position: relative;
    min-height: 100vh !important;
}
.no-margin{
    margin: 0px !important;
}
.outer{
    padding:0px;
}
.outer .container-fluid{
    margin: 0px !important;
    padding: 0px !important;
}
#pageNewContent{    /*height: calc(100vh - 40px);*/
    display: inline-block;
    padding: 0px 0px 70px 0px;
    width: 100%;
}
#vertical_nav a{
    background: #f6f6f6;
    padding: 4px 0px;
    text-decoration: none;
}
#vertical_nav a:hover{
    opacity: 0.8;
}
#menuContainer{
    overflow: auto;
    height: calc(100vh - 193px);
}
#horizontal_nav{
    background: #f6f6f6;
    justify-content: center;
    align-items: center;
    display: flex;
}

#horizontal_nav .navbtns{
    border-right: 1px solid #dfdfdf;
    width: auto;
}
#horizontal_nav #next{
    text-align: left;
}
#horizontal_nav .navbtns:last-child{
    border-right: 0px;
}
#horizontal_nav #next.navbtns svg  {
    transform: rotate(270deg);
    margin: 10px 10px -8px 10px;
}
#horizontal_nav #previous.navbtns svg  {
    transform: rotate(90deg);
    margin: 10px 10px -8px 10px;
}
#horizontal_nav .navbtns{
    float: unset !important;
    padding: 11px 15px 11px 15px;
}
.progress-wrapper{
    margin-bottom: 0px !important;
}
.classic .lesson-nav--full {
    align-items: center;
    background-color: var(--color-background);
    display: flex;
    justify-content: center;
    pointer-events: none;
    position: relative;
    width: 100%;
}
.navbtns{
    display: inline-block;
    width: 100%;
}

#home_nav{
    /*border-bottom: 1px solid #e5e5e5;*/
    background: #f9f9f9;
    padding: 3.5px 0px;
}
.logo_image{
    max-width: 100%;
    border-radius: 6px;
    width: 255px;
    object-fit: cover;
    height: auto;
}
.logobanner{
    position: relative;
    width: 175px;
    height: auto;
    margin: 0px 0px 13px 0px;
}
.page-section {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2em;
}

.scroll-nav {
    position: fixed;
    top: 50%;
    right: 2px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1000;
}

.scroll-arrow {
    background: none;
    border: none;
    font-size: 16px;
    color: #a78bfa;
    cursor: pointer;
    margin: 5px 0;
}

.dot-container {
    position: relative;
    height: 340px; /* 10 visible dots * 34px */
    width: 20px;
    overflow: hidden;
}

.dot-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: transform 0.3s ease;
}

.dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #bcbcbc;
    border: none;
    position: relative;
    flex-shrink: 0;
    cursor: pointer;
}

/*.dot.top-dot {
    background-color: #a78bfa;
}*/

.dot.active {
    background-color: #a78bfa;
    border: 2px solid #a78bfa;
}

.dot::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 20px;
    border-left: 2px dashed #ccc;
}

.dot:last-child::after {
    display: none;
}
.scroll-snap-container{
    overflow-y: inherit !important;
    /*overflow-x: hidden;*/
}
.sidebar .footer_div{
    display: block;
    background: #dfdfdf;
    padding: 10px 0px;
    font-size: 13px;
    border-radius: 0px;
    position: fixed;
    width: 420px !important;
    margin: 0px -14px !important;
    bottom: 0px !important;
}
#sidebar .logobanner{
    height: auto !important;
    border-radius: 4px;
    background: #fff;
    align-items: center;
    width: 100%;
    display: flex;
    justify-content: center;
}
#sidebar .logo_image {
    object-fit: contain;
    height: 90px !important;
}
.csthead{
    top: 0px;
    position:fixed;
    background: #f9fafb;
    z-index: 99999;
    width: 100%;
}
.node-card .border-app-light-grey{
    top: 107px !important;
}
.react-renderer.node-card .border-app-light-grey.signleblock{
    top: 107px !important;
}
.node-card:last-child .border-app-light-grey{top: 57px !important;}
.footer-fixed{
    bottom: 0px;
    background: #f9fafb;
    height: 45px;
}
.bg-custom-purple {
    background-color: #8166b6 !important;
    color: #fff !important;
}
.imgvh{
    min-height: 64vh !important;
}
.tab-btn{
    font-size: 18px !important;
}
.react-renderer.node-card:last-child .border-app-light-grey{
    margin-bottom: 50px !important;
}

.quote-author-image{
    width: 75px !important;
    height: 75px !important;
    margin:2px 0px 0px 2px !important;
    border-radius: 50% !important;
}
.question-feedback{
    padding: 12px;
    border-radius: 6px;
    display: flex;
    gap: 14px;
    align-items: center;
    font-size: 17px;
    line-height: 22px;
}
.question-feedback .fa-times-circle, .question-feedback .fa-check-circle {
    font-size: 28px;
}
.question-feedback.incorrect{
    background: #fbcece;
}
.question-feedback.correct{
    background: #b8f4d5;
}
h3, h1, h2, h4, h5{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
#landing_page_menu .bg-purple-100.menuList, .main-topic,
.custom-note-block .note-card{
    position: relative;
    z-index: 0;
    background: transparent !important;
}
#landing_page_menu .bg-purple-100.menuList:before, .main-topic:before,
.custom-note-block .note-card:before{
    border-radius: 6px;
    content: '';
    position: absolute;
    inset:0;
    opacity: 0.2;
    z-index: -1;
}
#landing_page_menu .bg-purple-100.menuList .icon{
    fill:#212121;
    stroke:#212121;
}
.bg-custom-purple {
    background-color: #8166b6 !important;
}
.node-card:last-child .border-app-light-grey, .react-renderer.node-card:last-child .border-app-light-grey{ top: 57px !important; }