﻿* {
    margin: 0;
    padding: 0;
}

:root {
    --spacing-main: 12vw;
    --font-50: 50px;
    --font-40: 40px;
    --font-38: 38px;
    --font-36: 36px;
    --font-28: 28px;
    --font-26: 26px;
    --font-24: 24px;
    --font-20: 20px;
    --font-16: 16px;
    --font-15: 15px;
    --font-14: 14px;
    --font-12: 12px;
}

body {
    font-family: Arial, Helvetica, sans-serif;
}

.mainWrapper {
    display: grid;
    grid-template-rows: auto auto 1fr auto;
}

.g-button {
    padding: 10px 14px;
    background-color: #92257F;
    border-radius: 4px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
    font-size: var(--font-15);
    border: 1px solid #92257F;
    cursor: pointer;
    font-weight: bold;
    height: max-content;
}

    .g-button a {
        color: #fff !important;
    }

    .g-button svg {
        font-size: var(--font-14);
    }

    .g-button:hover {
        color: #92257F;
        background-color: #fff;
    }

        .g-button:hover svg path {
            fill: #92257F;
        }

.g-Tabs {
    display: flex;
    gap: 12px;
}

.txt1 {
    color: #692771;
}

.login100-form-title {
    width: 100%;
    display: block;
    font-size: 36px;
    color: #909E9E;
    line-height: 1.2;
    text-align: center;
}

.RMbtn {
    outline: none;
    border: 1px solid #29295B !important;
    background-color: #fff !important;
    padding: 16px;
    color: #92257F !important;
    font-weight: bold;
    border-radius: 8px !important;
    cursor: pointer;
    isolation: isolate;
    width: 9vw;
    text-align: center;
}

.logininfo {
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
}

.blueColorPTC {
    color: #1F183E;
}

.loginbtnwrapper {
    display: flex;
    gap: 2rem;
    justify-content: center;
    align-items: center;
}

a {
    /*color: #fff;*/
    text-decoration: none;
}

.g-button a:hover, .g-button:hover.g-button:hover a {
    color: #92257F !important;
    background-color: #fff;
}

.g-TabButton, .nav-link, div.dt-container .dt-paging .dt-paging-button.next, div.dt-container .dt-paging .dt-paging-button.previous {
    outline: none;
    border: 1px solid #29295B !important;
    background-color: #29295B !important;
    padding: 16px;
    color: #fff !important;
    font-weight: bold;
    border-radius: 8px !important;
    cursor: pointer;
    isolation: isolate;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: white;
    z-index: 99999;
    width: 100%;
    height: 100%;
}

.dt-search {
    align-items: center;
}

div.dt-container .dt-paging .dt-paging-button.next, div.dt-container .dt-paging .dt-paging-button.previous, div.dt-container .dt-paging .dt-paging-button {
    padding: .5em 1em;
    margin-left: 13px;
    color: #29295B;
}

#dtBasicExample_info {
    border: 1px solid #EEEEEE;
    padding: 0.5rem;
    border-radius: 8px;
    color: #29295B;
}

.tab-content {
    height: 100%;
    overflow-y: auto;
}

.nav-link.active, .g-TabButton:hover, .g-TabButton.active, .nav-link:hover {
    background-color: #fff !important;
    color: #29295B !important;
}

.g-DropDowns {
    outline: none;
    border: none;
    /*border-bottom: 1px solid #BBB9BA;*/
    color: #242424;
    font-size: var(--font-16);
}

.searchBox, .dt-input {
    border: 1px solid #29295B !important;
    padding: 15px 14px !important;
    font-size: var(--font-15) !important;
    margin-right: 10px !important;
    border-radius: 8px !important;
    width: 12vw !important;
    outline: none;
}

header {
    padding: 3vh var(--spacing-main);
    display: flex;
    justify-content: space-between;
    gap: 3rem;
}

    header nav {
        display: flex;
        align-items: center;
    }

        header nav ul {
            list-style: none;
            display: flex;
            align-items: center;
            /* grid-template-columns: repeat(5 , 1fr); */
            gap: 2vw;
        }

.headerLogo img {
    height: 72px;
    width: auto;
}

.nav-items ul li, .nav-items ul li a {
    font-size: var(--font-16);
    color: #242424 !important;
}

    .nav-items ul li a.active, .nav-items ul select.g-DropDowns.active-dropdown {
        font-weight: bold;
        position: relative;
        width: max-content;
        color: #92257F !important;
    }

    .nav-items ul li a.active {
        padding-bottom: 0.2rem;
    }

.nav-items ul .g-DropDowns {
    /*padding: 0 10px;*/
}

.nav-items ul li a.active::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    border-radius: 5px;
    background-color: #92257F;
}

.bannerContainer {
    background-image: url('../images/bannerBg.svg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4vh 0;
}
.bannerContainer h1 {
    color: #fff;
    font-weight: bold;
    font-size: 50px;
}

/*swiper css*/

.fColor {
    color: #fff;
}

.carousel-control-next,
.carousel-control-prev {
    width: 8% !important;
}

.carousel-item, .bannerContent {
    height: auto;
    padding: 0 var(--spacing-main);
}

    .carousel-item > div {
        height: 100%;
        align-items: center;
    }

.carousel-indicators li {
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    border-radius: 10px;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: #fff !important;
    border: 1px solid #29295B !important;
}

.carousel-indicators .active {
    background-color: #29295B !important;
}

.carousel-indicators {
    bottom: -8vh !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
}

.fancy {
    /*    line-height: 0.5;*/
    text-align: left;
    padding-left: 70px;
    color: #FF6659;
    font-weight: bold;
    font-size: 20px;
    position: relative;
}

    .fancy span {
        display: inline-block;
        position: relative;
    }

p.fancy span {
    font-weight: lighter;
}

.fancy::before {
    content: "";
    width: 60px;
    height: 2px;
    background-color: #FFF;
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
}

.CurriculaSection {
    margin-top: 2rem;
    display: flex;
    gap: 3vw;
    /* grid-template-columns: 35% 1fr; */
    height: 600px;
}

.heading-text {
    position: relative;
    font-size: var(--font-40);
}

    .heading-text::before {
        content: "";
        position: absolute;
        width: 4vw;
        height: 7px;
        bottom: -7px;
        left: 0;
        border-radius: 5px;
        background-color: #92257F;
    }

#dtBasicExample{
    table-layout:fixed;
}
select {
    border: none;
    padding: 1rem 0rem !important;
    cursor: pointer;
    color: #29295B;
    border-bottom: 1px solid #BBB9BA;
    width: 100%;
    outline: none;
    border-radius: 0px !important;
    background: none !important;
}
/*option, option:hover ,option:checked{
    background-color: #92257F;
    color:#fff;
}*/

.all-courseSection {
    width: 35%;
    display: grid;
    grid-template-rows: auto 1fr;
    height: 100%;
}

.course-dashboard {
    display: grid;
    grid-template-rows: auto 1fr;
    width: 65%;
    /* overflow-y: clip; */
}

.all-courseSection h6 {
    font-size: var(--font-28);
}

.course-home {
    margin: 2rem 0 0 0;
    padding: 1rem;
    display: grid;
    grid-template-rows: auto 1fr;
    /* max-height: calc(100% - 4rem); */
    overflow-y: auto;
}

.home-courses {
    /* max-height: 100%; */
    overflow-y: auto;
    padding-right:0.7vw;
}

.course-home {
    -webkit-box-shadow: 4px 4px 20px 0px rgba(0, 60, 179, 0.15);
    -moz-box-shadow: 4px 4px 20px 0px rgba(0, 60, 179, 0.15);
    box-shadow: 4px 4px 20px 0px rgba(0, 60, 179, 0.15);
}

.t-area {
    margin-bottom: 2rem;
}

    .t-area h2 {
        margin-bottom: 1em;
    }

.dashboard-tabelSection {
    display: grid;
    grid-template-rows: auto 1fr;
    /* height: calc(100% - 133px); */
    overflow-y: auto;
    height: 100%;
}

    .dashboard-tabelSection .nav-tabs .nav-item {
        /*display: flex;*/
        align-items: normal;
        width:100%;
    }
    .dashboard-tabelSection .nav-tabs .resAsses, .dashboard-tabelSection .nav-tabs .ytsCrs {
        display: flex;
        align-items: normal;
        width: 100%;
        font-size: 14px;
    }
.theratabs{
    width:100%;
    flex-wrap:nowrap !important;
    font-size:14px;
}
    .theratabs .nav-item, .theratabs .nav-item .nav-link, .re-tabs .g-TabButton {
        display: flex;
        justify-content: center;
        width: 100%;
    }

.dashboard-tabelSection .nav-tabs .nav-item .nav-link {
    text-align: center;
    width: 100%;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.CurriculumContainer {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.dashboard-table {
    -webkit-box-shadow: 4px 4px 20px 0px rgba(0, 60, 179, 0.15);
    */ -moz-box-shadow: 4px 4px 20px 0px rgba(0, 60, 179, 0.15);
    /* box-shadow: 4px 4px 20px 0px rgba(0, 60, 179, 0.15); */
    max-height: 100%;
    /* overflow-y: scroll; */
    background: #fff;
    border: 1px solid #D6D5D5;
    border-radius: 5px;
}
.form-group {
    margin-bottom: 1rem;
}

.tableSection {
    padding: 1.5rem;
}

    .tableSection table {
        /* height: calc(100% - 182px);
    overflow-y: scroll; */
    }

.dashboard-table th:nth-child(1),
.dashboard-table td:nth-child(1) {
    width: 20%;
}

.dashboard-table th:nth-child(2),
.dashboard-table td:nth-child(2) {
    width: 40%;
}

.dashboard-table th:nth-child(3),
.dashboard-table td:nth-child(3),
.dashboard-table th:nth-child(4),
.dashboard-table td:nth-child(4),
.dashboard-table th:nth-child(5),
.dashboard-table td:nth-child(5) {
    width: 15%;
}
/* .course-dashboard {
    -webkit-box-shadow: 4px 4px 20px 0px rgba(0, 60, 179, 0.15);
    -moz-box-shadow: 4px 4px 20px 0px rgba(0, 60, 179, 0.15);
    box-shadow: 4px 4px 20px 0px rgba(0, 60, 179, 0.15);
} */
.accordion {
    /* border: 1px solid #ccc; */
    border-radius: 5px;
    margin: 10px 0;
    overflow: hidden;
}

.accordion-header {
    /* background-color: #92257F; */
    color: #fff;
    background-color: #F6F6F8;
    font-size: 16px;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 5px;
    font-weight: bold;
    /* height: 40px; */
}

    .accordion-header a {
        color: #fff;
        text-decoration: none;
    }

    .accordion-header div, .accordion-header a {
        background-color: #92257F;
        /* padding: 10px; */
        border-radius: 4px;
        height: 100%;
        display: flex;
        align-items: center;
        /* width: 100%; */
    }

        .accordion-header div:last-child, .accordion-header a:last-child {
            padding: 0 10px;
        }

.accordionActive {
    background-color: #E8E8F4 !important;
    color: #3C3C83;
}

.accordion-header div span {
    padding: 10px;
    background-color: #92257F;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 10px;
    background-color: #F6F6F8;
    /* transition: max-height 0.4s ease-in-out, padding 0.3s ease-in-out; */
}
.accordion.open .accordion-header {
    padding: 10px 10px 0 10px;
}
.accordion.open > .accordion-content {
    max-height: fit-content;
    padding: 10px 12px 0 55px;
}

/* .accordion.open>.accordion-content p:first-child {
     margin-top: 0;
 }
.accordion.open>.accordion-content p{
    margin: 0.5rem 0;
}
 .accordion.open>.accordion-content p:last-child {
     margin-bottom: 0;
 } */
.coursename a {
    margin: 0.5rem 0;
    padding: 0 10px;
    height: auto;
    color: #3C3C83;
    background-color: #fff;
    display: grid;
    align-items: center;
    border-radius: 4px;
    text-decoration: none;
}

.accordion-content .child:first-child {
    margin-top: 0;
}

.accordion-content .child .accordion-header .acc_title {
    background-color: #3C3C83;
}
/* .accordion-content .child.open > .accordion-header .acc_title {
     background-color: #F6F6F8;
 } */
.accordion-content .child .accordion-header .icon {
    background-color: #29295B;
}

.accordion-content .child.open > .accordion-header .icon,
.accordion-content .child .nested.open .accordion-header .icon {
    background-color: #ECECF8;
    color: #29295B;
}
/* .accordion-content .child .nested.open .accordion-header .icon,
 .accordion-content .child .nested.open .accordion-header .acc_title {
     background-color: #F6F6F8;
 } */
.parent.open > .accordion-header div {
    color: #92257F;
    background-color: #FFFFFF;
    /* padding-top: 10px; */
/*    padding-bottom: 6px;*/
}

.parent.open > .accordion-header .icon {
    color: #92257F;
    align-self: center;
    justify-self: center;
}

.icon {
    font-size: 26px;
    cursor: pointer;
    transition: transform 0.3s ease;
    /* padding: 5px; */
    color: #fff;
    justify-content: center;
    /* width: 24px;
     height: 24px; */
    text-align: center;
    /* line-height: 24px; */
    width: 54px;
    height: 54px !important;
}

    .icon:hover {
        /* background-color: #F6F6F87a; */
    }

.accordion.open > .accordion-header .icon:hover {
    /* background-color: #9225807a; */
}
/* .child .accordion-header div{
     background-color: #92257F;
 }

 .nested .accordion-header div{
     background-color: #92257F;
 } */
.cipSection {
    /* height: 10vh; */
    background: #29295B0A;
}

    .cipSection .heading-text {
    }

.ip_courses {
    margin-top: 2rem;
}

.ip_course {
    width: 100%;
    background-color: #fff;
    padding: 2rem;
    -webkit-box-shadow: 4px 4px 20px 0px rgba(0, 60, 179, 0.15);
    -moz-box-shadow: 4px 4px 20px 0px rgba(0, 60, 179, 0.15);
    box-shadow: 4px 4px 20px 0px rgba(0, 60, 179, 0.15);
    margin-bottom: 2rem;
}

    .ip_course.opened {
        background-color: #F9F9F9C7;
    }

        .ip_course.opened .in_modules {
            display: block;
        }

        .ip_course.opened .ip_icon {
            transform: rotate(90deg);
        }

.ipCourse-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2vw;
    /* width: 100%; */
    font-weight: bold;
}

.course_title {
    color: #000A2D;
    font-size: var(--font-20);
    width:30%;
}

.ref_titles {
    border: 1px solid #EEEEEE;
    color: #29295B;
    padding: 10px;
}

.ip_icon {
    margin-left: auto;
    padding: 0 1rem;
    cursor: pointer;
}

.in_modules {
    padding: 2rem 2rem 0;
    max-height: 300px;
    display: none;
    overflow-y: auto;
}

.in_module {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.in_moduleWrapper:not(:last-child) {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #BEBEBE;
}

.in_module:not(:first-child) {
    padding-top: 1.5rem;
}

.moduleTitle {
    color: #29295B;
    font-size: var(--font-16);
    font-weight: bold;
}

.module_progressSection {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 100%;
    padding: 1rem 2rem 0 2rem;
    gap: 3vw;
}

.moduleProgress p {
    margin-bottom: 0.5rem;
    color: #242424;
    font-size: var(--font-14);
}

.progress-bar-status {
    color: #242424;
    font-size: var(--font-12);
}

.module_progressSection .g-button {
    width: max-content;
    justify-self: end;
}

.progressBArSection {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 1rem;
}

.md-progress-container {
    background: #F0F0F4;
    height: 10px;
    border-radius: 8px;
    overflow: hidden;
    /* box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.2); */
    min-width: 100px;
}

.md-progress-bar {
    height: 100%;
    background: #00BA00;
    width: 50%;
    transition: width 0.4s ease-in-out;
}

    .md-progress-bar.complete {
        background-color: #00BA00;
    }

    .md-progress-bar.inProgress {
        background-color: #FF7917;
    }

    .md-progress-bar.yetToStart {
        background-color: #F0F0F4;
    }

.tableAccordioan {
    background-color: #6A9CFF0D;
    padding: 1rem;
}

    .tableAccordioan .tc-content {
        display: none;
    }

    .tableAccordioan.opened .tc-content {
        display: block;
    }

    .tableAccordioan.opened .tc_icon {
        transform: rotate(90deg);
    }

.tc_icon {
    padding: 0 1rem;
    cursor: pointer;
}

.tc-statusBox {
    padding: 0.5rem;
    font-size: var(--font-14);
    width: max-content;
}

.tc-status-complete {
    background-color: #F0F9EC;
    color: #6FC04B;
}

.tc-status-in {
    background-color: #FFF5EE;
    color: #FAA05E;
}

.tc-status-yet {
    background-color: #F4F5F5;
    color: #909EA6;
}

.tc-header {
    display: flex;
    /* grid-template-columns: repeat(5 , 1fr); */
    align-items: center;
    justify-content: space-between;
}

.tc-title {
    color: #242424;
    font-size: var(--font-14);
    font-weight: bold;
    width:30%;
}

.bg-white {
    background: #fff;
}

.tc-content {
    padding: 1rem 1rem 0;
}

    .tc-content table {
        width: 85%;
    }

        .tc-content table tr:first-child, table tr:first-child {
            border-bottom: 1px solid #ddd !important;
        }

        .tc-content table tr:last-child {
            border-bottom: none !important;
        }

.firstCol p:first-child {
    font-size: var(--font-14) !important;
}

.mod-status {
    margin-top: 6px;
    font-weight: normal;
}

    .mod-status span {
    }

.firstCol {
    width: 30% !important;
}

.secondCol div {
    display: flex;
    gap: 4px;
    margin-bottom: 6px;
}
/* e learning css */
.e-LearningSection,
.resourceSection,
.el-content-container,
.CurriculaSection,
.cipSection {
    padding: 2vh var(--spacing-main);
}

.el-trackingContent,
.resourcTrackingSection {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.el-trackingDropDowns,
.re-dropdowns {
    display: flex;
    gap: 3vw;
}

.el-courseCardSection {
    display: grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
    justify-content: space-between;
    gap: 3vw;
    padding: 7dvh 0;
}

    .el-courseCardSection .courseCard {
        display: grid;
        grid-template-rows: minmax(200px, 30vh) 14vh auto;
        -webkit-box-shadow: 4px 4px 20px 0px rgba(0, 60, 179, 0.15);
        -moz-box-shadow: 4px 4px 20px 0px rgba(0, 60, 179, 0.15);
        box-shadow: 4px 4px 20px 0px rgba(0, 60, 179, 0.15);
		width: -webkit-fill-available;
    }

.cardName {
    background-image: url(../images/cardbg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 1rem;
}

.cardTitle {
    font-size: var(--font-15);
    position: relative;
    margin-bottom: 1rem;
    /* width: max-content; */
    display: inline-block;
}

    .cardTitle::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: -6px;
        left: 0;
        border-radius: 5px;
        background-color: #92257F;
    }

.cardHeading {
    font-size: var(--font-24)
}
.cardHeading_ele{
    font-size:17px;
}

.cardDeatail {
    color: #242424;
}

    .cardDeatail div {
        display: flex;
        /* align-items: center; */
    }

        .cardDeatail div img {
            margin-right: 6px;
        }

        .cardDeatail div:first-child {
            margin-bottom: 10px;
            margin-top: 1rem;
        }

.courseCard .cardBtn,
.courseCard .cardDeatail {
    padding: 1rem;
    font-size: var(--font-16);
}

    .courseCard .cardBtn .g-button {
        width: max-content;
    }

/* resource css */
.re-tabelSection {
    margin-top: 7dvh;
}

.re-tabs,
.dashboard-tabs, .nav-tabs {
    max-width: 100%;
    display: flex;
    gap: 0.5rem;
    border: none;
    flex-wrap: nowrap;
    /* justify-content: space-between; */
}

    .re-tabs .g-TabButton,
    .dashboard-tabs .g-TabButton, .nav-link {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

.re-table {
    -webkit-box-shadow: 4px 4px 20px 0px rgba(0, 60, 179, 0.15);
    -moz-box-shadow: 4px 4px 20px 0px rgba(0, 60, 179, 0.15);
    box-shadow: 4px 4px 20px 0px rgba(0, 60, 179, 0.15);
    padding: 1.5rem;
}

table {
    width: 100%;
    border-collapse: collapse;
}

    table .g-button {
        font-size: var(--font-14);
    }

td {
    color: #242424;
}

th {
    color: #29295B;
    text-align:center !important;
}

tr td:first-child {
    font-weight: bold;
}
tr {
    vertical-align: middle;
}
th,
td {
    padding: 10px;
    text-align: left;
    font-size: var(--font-14);
}

.re-table th:nth-child(1),
.re-table td:nth-child(1) {
    width: 20%;
}

.re-table th:nth-child(2),
.re-table td:nth-child(2) {
    width: 40%;
}

.re-table th:nth-child(3),
.re-table td:nth-child(3),
.re-table th:nth-child(4),
.re-table td:nth-child(4),
.re-table th:nth-child(5),
.re-table td:nth-child(5) {
    width: 9%;
}

tr:not(:first-child) {
    border-bottom: 1px solid #ddd;
}

    tr:not(:first-child):hover {
        background-color: #f9f9f9;
    }



div.dt-container .dt-paging .dt-paging-button:hover {
    background: linear-gradient(to bottom, #fff 0%, #29295B 100%) !important;
    border-radius: 8px;
}

div.dt-container .dt-paging .dt-paging-button.disabled, div.dt-container .dt-paging .dt-paging-button.disabled:hover, div.dt-container .dt-paging .dt-paging-button.disabled:active, dt-layout-cell {
    color: #BBB9BA !important;
    background: #fff !important;
    border: 1px solid #BBB9BA !important;
}

div.dt-container .dt-paging .dt-paging-button.first, div.dt-container .dt-paging .dt-paging-button.last {
    display: none;
}

div.dt-container div.dt-layout-row {
    padding: 0rem 1rem;
}

div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover {
    background: #fff;
    border: 1px solid #29295B;
    border-radius: 8px;
}
/* footer css */
.divFooter {
    padding: 3vh var(--spacing-main);
}


.shortIngo-img {
    background-color: white;
    display: flex;
    justify-content: center;
    gap: 3vw;
    padding: 2vh var(--spacing-main);
}

.Fcontent {
    background-color: #29295B;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: var(--font-16);
    padding: 2vh var(--spacing-main);
}

.leftside {
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}

    .leftside img {
        max-width: 100%;
        height: auto;
    }

.leftside-text {
    display: flex;
    flex-direction: column;
    font-size: var(--font-16);
    line-height: 22px;
}

.rightside {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6rem;
    font-size: var(--font-16);
    line-height: 25px;
    list-style: none;
    padding: 0;
}

.fbtn {
    border: none;
    background-color: #92257F;
    padding: 1rem 1.5rem;
    color: white;
    text-align: center;
    border-radius: 0.4rem;
    cursor: pointer;
}

    .fbtn:hover {
        background-color: #7a1e66;
    }

.f-container {
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
    gap: 1vw;
}

.image-container {
    display: flex;
    background-color: #29295B;
    justify-content: center;
    align-items: center;
    width: 70px;
    /* Adjust size as needed */
    height: 70px;
    min-width: 50px;
    border-radius: 10px;
}

    .image-container img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }


.info-container h2 {
    margin: 0;
    font-size: var(--font-38);
    font-weight: bold;
}

.info-container p {
    margin: 5px 0 0;
    color: #636571;
    font-size: var(--font-16);
}

.plusSign {
    color: #92257F;
    font-size: inherit;
    font-weight: bold;
}

ul.rightside li:not(:last-child) {
    text-decoration: underline;
    text-decoration-color: #7a1e66;
    text-underline-offset: 8px;
}

.leftside-text span:last-child {
    font-size: var(--font-14);
    margin-top: 4px;
}


/* about course */

.back-button,.back-button:hover {
    background: none;
    border: none;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: var(--font-20);
    gap: 0.2rem;
    color: #92257F;
    margin-top: 1rem;
    cursor: pointer;
}

.abt-title {
    font-size: var(--font-36);
    color: #242424;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.overview {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    gap: 2rem;
    padding-bottom: 0.6rem;
}

.overview-btn {
    background: transparent;
    border: #EEEEEE 1px solid;
    padding: 0.5rem;
    border-radius: 3px;
    margin-top: 1.2rem;
    margin-bottom: 1rem;
    color: #29295B;
    font-size: var(--font-16);
    font-weight: bold;
    width: max-content;
}

.moduleCount {
    border: #EEEEEE 1px solid;
    padding: 0.3rem 0.5rem;
    border-radius: 3px;
    color: #92257F;
    font-size: var(--font-16);
    font-weight: bold;
}

.left-overview {
    width: 30%;
}

    .left-overview .courseCard {
        display: grid;
        height: 100%;
        grid-template-rows: 60% auto;
    }

.overview-title {
    color: #29295B;
    font-size: var(--font-24);
    font-weight: bold;
    margin-bottom: 0.7rem;
}

.overview-desc {
    color: #242424;
    line-height: 25.8px;
    font-size: var(--font-16);
    margin-bottom: 1.5rem;
    width: 90%;
}

.progress-title {
    color: #242424;
    font-size: var(--font-20);
    font-weight: bold;
    margin-bottom: 1rem;
}

.progress-container {
    width: 60%;
    background: #F0F0F4;
    height: 10px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.progress-bar {
    height: 100%;
    background: #00BA00;
    width: 50%;
    transition: width 0.4s ease-in-out;
}

.progress-bar-title {
    margin-bottom: 0.2rem;
    margin-top: 0.2rem;
}

.progress-section {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* Ensures even spacing */
    gap: 12px;
    /* Adds space between elements */
    margin-bottom: 16px;
}

.progress-bar-status {
    text-align: left;
    font-size: var(--font-14);
}

.abtCourseTable th:nth-child(1),
.abtCourseTable td:nth-child(1) {
    width: 20%;
}

.abtCourseTable th:nth-child(2),
.abtCourseTable td:nth-child(2) {
    width: 50%;
}

.abtCourseTable .g-button {
    width: max-content !important;
}

.abtCourseTable th:nth-child(3),
.abtCourseTable td:nth-child(3),
.abtCourseTable th:nth-child(4),
.abtCourseTable td:nth-child(4) {
    width: 15%;
}

.ref-section-heading {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.ref-section {
    padding: 1.8rem;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    padding-bottom: 0.6rem;
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.frstParent .frstheader {
    gap: 0px;
}

    .frstParent .frstheader div {
        border-radius: 0px;
    }
/* css - About sourse (sanjay) ends here */
.userProfile {
    display: flex;
    gap: 0.5rem;
    border: #EEEEEE 1px solid;
    padding: .6rem .8rem;
    align-items: center;
    border-radius: 0.3rem;
    justify-content: center;
}

    .userProfile h5 {
        color: #29295B;
        line-height: 22.5px;
        font-size: 14px
    }


.userProfile {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

    .userProfile svg {
        transition: .4s ease;
    }

    .userProfile.active > svg {
        transform: rotate(180deg);
    }

.P-arrow {
    transition: transform 0.2s;
}

.logoutMenu {
    display: none;
    background-color: #ffff;
    border: 1px solid #EEEEEE;
    position: absolute;
    top: 45px;
    right: 0;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
    z-index: 9;
    /* padding: 0.8rem 0; */
}

    .logoutMenu ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: block;
        /* flex-direction: column; */
    }

        .logoutMenu ul li {
            cursor: pointer;
            font-size: 14px;
            color: #242424;
            padding: 10px;
            border-radius: 5px;
            display: flex;
            align-items: center;
            gap: 6px;
        }

            .logoutMenu ul li:hover {
                background-color: #92257F;
                color: #fff;
            }

                .logoutMenu ul li:hover svg path {
                    /* background-color: #92257F; */
                    fill: #fff;
                }



/* Modal Background */
.technicalmodal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Dark Overlay */
    justify-content: center;
    align-items: center;
    /*backdrop-filter: blur(1px);*/
    /* Blur Effect */
}

/* Modal Content */
.modal-content {
    background: white;
    width: 50%;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    animation: fadeIn 0.3s ease-in-out;
}

.cntshow {
    width: 100% !important;
}
/* Close Button */
.close {
       position: absolute;
    top: -7px;
    right: 25px;
    font-size: 30px;
    cursor: pointer;
    color: #fff;
    background: none;
    border: none;
}

/* Fade-in Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modalTitle {
    width: 100%;
    background: '#29295B' !important;
    font-size: 20px;
    padding: 1rem;
    overflow: hidden;
    color: #fff;
}

.Techsupport {
    cursor: pointer;
}

.modalForm {
    padding: 1rem 2rem;
    display: flex;
    flex-direction: column;
    color: #000A2D;
    font-size: 14px;
    line-height: 26.5px;
}

input[type=text],
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #EBEBF3;
    margin-top: 4px;
    margin-bottom: 0.5rem;
    resize: vertical;
}

input[type=submit] {
    background-color: #92257F;
    color: white;
    padding: 12px 20px;
    width: fit-content;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

    input[type=submit]:hover {
        background-color: #7a1e66;
    }

.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}

.deropdwn {
    position: relative;
    display: inline-block;
    cursor: pointer;
    /* margin: 10px; */
    min-width: 5vw;
}

    .deropdwn.active .dropdown-toggle svg {
        transform: rotate(180deg);
    }

.dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.2rem;
    color: #29295B;
    padding: 5px;
    border: none;
    cursor: pointer;
    border-bottom: 1px solid #BBB9BA;
}

.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #ffff;
    border: 1px solid #EEEEEE;
    position: absolute;
    top: 30px;
    right: 0;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
    /* max-width: fit-content; */
    z-index: 100;
    /* min-width: 5vw; */
}

    .dropdown-menu li {
        cursor: pointer;
        font-size: var(--font-14);
        color: #242424;
        padding: 10px;
        border-radius: 5px;
        display: flex;
        align-items: center;
        gap: 6px;
        /* white-space: */
    }

        .dropdown-menu li:hover {
            background-color: #92257F;
            color: #fff;
        }

/* Show dropdown when active */
.deropdwn.active .dropdown-menu {
    display: block;
}

.isclicked {
    display: none;
}

.label__checkbox:checked + .label__text .label__check {
    animation: check .5s cubic-bezier(0.895, 0.030, 0.685, 0.220) forwards;
}

.label__check {
    display: inline-block;
    border-radius: 50%;
    border: 4px solid #cbcfd2;
    background: #ffffff;
    color: #cbcfd2;
    vertical-align: middle;
    margin-right: 20px;
    width: 2em;
    height: 2em;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes check {
    0% {
        width: 2em;
        height: 2em;
        background-color: #00C074;
        border: 0;
        color: #fff;
    }

    100% {
        width: 2em;
        height: 2em;
        background-color: #00C074;
        border: 0;
        opacity: 1;
        color: #fff;
    }
}

.label__checkbox {
    display: none;
}

.iconcheck {
    font-size: 14px;
}

.therapeauticdrpdown {
    width: 20%;
}
    .therapeauticdrpdown .select2-container{
        width:100% !important;
    }
    /* css - About sourse (sanjay) ends here */
    /* css - About sourse (sanjay) ends here */
    input[type="hidden"] {
        all: unset;
    }

#filterForm {
    display: inherit; /* or inline, flex, grid, as needed */
    margin-top: inherit;
    unicode-bidi: inherit;
    gap: 12px;
}

.btnadd {
    font-size: 13px;
}

.select2-container {
    width: 200px;
}

.col-xl-2 {
    width: 32.666667% !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border-radius: 0px !important;
    border: unset !important;
    border-bottom: 1px solid #BBB9BA !important;
}

.dropselect {
    border: unset !important;
    border-bottom: 1px solid #BBB9BA !important;
    width: 150px !important;
}

.anchorunder {
    text-decoration: none;
    width: min-content;
}

.incomplete {
    display: none;
}

.is-completed {
    display: block;
}
.dis-flex{
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.img-fit{
    width:80px;
    height:80px;
    padding:1rem;
}


























/*************************************************** Banner Starts Here ***************************************************/

/*.banner {
    background-color: #1D0A2B;
}

.bannerSection {
    margin: 20px 0;
}

.fColor {
    color: #fff;
}

.carousel-control-next,
.carousel-control-prev {
    width: 8% !important;
}

.carousel-indicators li {
        width: 8px !important;
        height: 8px !important;
        border-radius: 50% !important;
        border-radius: 10px;
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        background-color: #fff !important;
        border: 1px solid #29295B !important;
    }

.carousel-indicators .active {
    background-color: #29295B !important;
}
.carousel-indicators {
    bottom: -10vh !important;
     margin-right: 0 !important; 
    margin-bottom: 0 !important;
     margin-left: 0 !important; 
}
.fancy {
    line-height: 0.5;
    text-align: left;
    margin-left: 70px;
    color: #FF6659;
}

    .fancy span {
        display: inline-block;
        position: relative;
    }

p.fancy span {
    font-weight: lighter;
}

.line {
    width: 60px;
    height: 2px;
    background-color: #FFF;
    position: relative;
    top: 5px;
}

.RMbtn {
    background-color: #fff;
    padding: 15px 15px;
    border: 1px solid #707070;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #00C074;
}

    .RMbtn:hover {
        text-decoration: none;
        color: #692771;
    }*/
/*************************************************** Banner Ends Here ***************************************************/
/** {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-color: #F8F8FA;
}

.launchButton1 {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    width: 120px;
    margin: 0 auto;
    padding: 15px 10px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.elearning_bg {
    background-color: #1F183E;
    height: 225px;
}

.eLearningSubmenu_bg {
    background-color: #1F183E;*/
/* height: 410px; */
/*padding-bottom: 1px;*/
/* margin-top: 34px; */
/*padding-top: 1px;
}

.fColorBg {
    background-color: #fff;
}

.marginTBLR {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.one-edge-shadow-bottom {
    -webkit-box-shadow: 0 8px 6px -6px #DEDFE0;
    -moz-box-shadow: 0 8px 6px -6px #DEDFE0;
    box-shadow: 0 8px 6px -6px #DEDFE0;
}

.one-edge-shadow-top {
    -webkit-box-shadow: 0 -5px 5px -5px #DEDFE0;
    -moz-box-shadow: 0 -5px 5px -5px #DEDFE0;
    box-shadow: 0 -5px 5px -5px #DEDFE0;
}

.mdMarginLeft {
    margin-left: 50px !important;
}

p {
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
}

.container-fluid {
    padding: 0;
}

.nopadding {
    padding: 0;
}

.nomargin {
    margin: 0;
}

.marginTopAlign {
    margin-top: 25px !important;
}

.marginBottomAlign {
    margin-bottom: 25px !important;
}

.mdMarginTop {
    margin-top: 60px;
}

.mg-5 {
    margin: 20px;
}

.pd-5 {
    padding: 0 5px;
}

h4 {
    margin: 0 !important;
}

a {
    text-decoration: none !important;
}

.userName {
    text-align: center !important;
    margin: 0px 0 0px 0 !important;
}

    .userName h3 {
        color: #585858;
        font-size: 30px;
    }

        .userName h3 span {
            color: #FF6659;
        }

.therapeuticbtn {
    font-weight: bold;
    color: #fff;
    background-color: #92257f;
    border: 1px solid #92257f;
}

.d {
    background-color: #00C074;
    color: #fff;
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 5px;
    padding-top: -41px;
    margin-top: 35px;
    position: absolute;
}

.cardSection {
    margin: 30px 0;
}
.card {
    border: none;
}
.card-header {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    cursor: pointer;
}
.course-selec,
.course-selec1 {
    height: 100%;
    background: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 4px 5px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    overflow-y: auto;
    overflow-x: hidden;
}*/

/*.course-selec1 {
    height: 472px;
}*/

/*.box {
    padding: 10px;
    height: auto;
    width: 100%;
}

    .box h5 {
        color: #00C074;
        font-size: 20px;
        margin: 0;
    }

.ModuleName {
    height: 480px;
    overflow-y: auto;
    padding-left: 12px;
}
    .ModuleName::-webkit-scrollbar,
    .course-selec1::-webkit-scrollbar {
        width: 8px;
    }

    .ModuleName::-webkit-scrollbar-track,
    .course-selec1::-webkit-scrollbar-track {
        background: #D8D8D8;
    }

    .ModuleName::-webkit-scrollbar-thumb,
    .course-selec1::-webkit-scrollbar-thumb {
        background-color: #666666;
        border-radius: 20px;
        border: 3px solid #979797;
    }

    .ModuleName li {
        list-style-type: none;
    }
.text-truncate {
    font-weight: bold;
    color: #3C1F55;
    font-size: 16px;
    line-height: 20px;
}
.pl-1 a {
    color: #3C1F55;
    font-size: 12px;
    line-height: 18px;
}

.pl-2  a {
    color: #3C1F55;
    font-size: 14px;
    line-height: 18px;
}

    .pl-2  a span {
        margin-left: 5px;
    }

    .pl-2  a:hover {
        color: #3C1F55;
        font-weight: bold;
    }
tr {
    border-style: hidden;
}*/

/*tabs css*/
/*.tablinks {
    padding: 15px 15px;
    color: #fff;
    border: 1px solid transparent;
    background-color: #1D0A2B !important;*/
/* width: 140px;*/
/*cursor: pointer;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 -2px 5px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.nav-tabs{
    gap:0.2rem;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #1D0A2B !important;
    font-weight: bold;
    background-color: #fff !important;
    border-left: 4px solid #1D0A2B !important;
}
a:not([href]):not([tabindex]) {
    color: #333;
    text-decoration: none;
}
.card-header {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    cursor: pointer;
}

.card .card-header[aria-expanded="true"],
.card1 .card-header[aria-expanded="true"] {
    background-color: #3C1F55 !important;
    border: 1px solid #C5BBCE !important;
}

    .card .card-header[aria-expanded="true"] .collapseHeading,
    .card1 .card-header[aria-expanded="true"] .collapseHeading {
        color: #FFFFFF;
    }

    .card .card-header[aria-expanded="true"] .completed,
    .card1 .card-header[aria-expanded="true"] .completed {
        color: #6BC04B;
        background-color: #3D3051;
    }

    .card .card-header[aria-expanded="true"] .inprogress,
    .card1 .card-header[aria-expanded="true"] .inprogress {
        color: #F9A05E;
        background-color: #492E53;
    }

    .card .card-header[aria-expanded="true"] .yetostart,
    .card1 .card-header[aria-expanded="true"] .yetostart {
        color: #909E9E;
        background-color: #402E59;
    }

.collapseHeading {
    font-weight: bold;
    color: #333333;
    font-size: 18px;
    line-height: 21px;
}

.completed {
    color: #6BC04B;
    background-color: #f0f9ec;
}

.inprogress {
    color: #F9A05E;
    background-color: #fff5ee;
}

.yetostart {
    color: #909E9E;
    background-color: #f4f5f5;
}

.completed,
.inprogress,
.yetostart {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 8px;
    width: 100%;
    border-radius: 5px;
    text-align: center;
}
.card-body {
    margin: 0 20px 20px 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #C5BBCE !important;
}

.cardText h2 {
    font-size: 16px;
    line-height: 20px;
}

.launchButton {
    color: #fff;
    background-color: #3C1F55;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    width: 120px;
    margin: 0 auto;
    padding: 15px 10px;
    border-radius: 5px;
    cursor: pointer;
}

.week,
.duedate,
.Completiondate {
    font-size: 12px;
    line-height: 15px;
    color: #909E9E;
}
@media only screen and (min-device-width: 1280px) {
    .completed,
    .inprogress,
    .yetostart {
        font-size: 12px;
    }

    .collapseHeading {
        font-size: 16px;
    }

    .cardBanner {
        height: 292px;
    }
}
.nav1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-top: 30px;
}
.resCol1 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    padding: 5px 15px !important;
    margin-right: 5px !important;
    background-color: #1D0A2B;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 -2px 5px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
    .resCol1:hover {
        background-color: white;
        color:#1D0A2B
    }
    .resCol {
        color: rgb(255, 255, 255) !important;
    }
.resCol1.active, .resCol1:hover {
    background-color: #fff;
    color: #1D0A2B !important;
    border-left: 3px solid #1D0A2B !important;
}
.resourceSection {
    background-color: #fff;
    padding: 30px 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 -2px 5px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}*/
/*.dataTables_wrapper {
    position: relative;
    clear: both;
    zoom: 1;
}
*/

/*.userName {
    text-align: center !important;
    margin: 0px 0 0px 0 !important;
}

    .userName h3 {
        color: #585858;
        font-size: 30px;
    }

        .userName h3 span {
            color: #FF6659;
        }

.therapeuticbtn {
    font-weight: bold !important;
    color: #fff !important;
    background-color: #92257f !important;
    border: 1px solid #92257f !important;
}

.d {
    background-color: #00C074;
    color: #fff;
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 5px;
    padding-top: -41px;
    margin-top: 35px;
    position: absolute;
}

.cardSection {
    margin: 30px 0;
}
.card {
    border: none;
}
.card-header {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    cursor: pointer;
}
.course-selec,
.course-selec1 {
    height: 100%;
    background: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 4px 5px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    overflow-y: auto;
    overflow-x: hidden;
}*/

/*.course-selec1 {
    height: 472px;
}*/

/*.box {
    padding: 10px;
    height: auto;
    width: 100%;
}

    .box h5 {
        color: #00C074;
        font-size: 20px;
        margin: 0;
    }

.ModuleName {
    height: 480px;
    overflow-y: auto;
    padding-left: 12px;
}
    .ModuleName::-webkit-scrollbar,
    .course-selec1::-webkit-scrollbar {
        width: 8px;
    }

    .ModuleName::-webkit-scrollbar-track,
    .course-selec1::-webkit-scrollbar-track {
        background: #D8D8D8;
    }

    .ModuleName::-webkit-scrollbar-thumb,
    .course-selec1::-webkit-scrollbar-thumb {
        background-color: #666666;
        border-radius: 20px;
        border: 3px solid #979797;
    }

    .ModuleName li {
        list-style-type: none;
    }
.text-truncate {
    font-weight: bold;
    color: #3C1F55;
    font-size: 16px;
    line-height: 20px;
}
.pl-1 a {
    color: #3C1F55;
    font-size: 12px;
    line-height: 18px;
}

.pl-2  a {
    color: #3C1F55;
    font-size: 14px;
    line-height: 18px;
}

    .pl-2  a span {
        margin-left: 5px;
    }

    .pl-2  a:hover {
        color: #3C1F55;
        font-weight: bold;
    }
tr {
    border-style: hidden;
}*/

/*tabs css*/
/*.tablinks {
    padding: 15px 15px;
    color: #fff;
    border: 1px solid transparent;
    background-color: #1D0A2B !important;*/
/* width: 140px;*/
/*cursor: pointer;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 -2px 5px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.nav-tabs{
    gap:0.2rem;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #1D0A2B !important;
    font-weight: bold;
    background-color: #fff !important;
    border-left: 4px solid #1D0A2B !important;
}
a:not([href]):not([tabindex]) {
    color: #333;
    text-decoration: none;
}
.card-header {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    cursor: pointer;
}

.card .card-header[aria-expanded="true"],
.card1 .card-header[aria-expanded="true"] {
    background-color: #3C1F55 !important;
    border: 1px solid #C5BBCE !important;
}

    .card .card-header[aria-expanded="true"] .collapseHeading,
    .card1 .card-header[aria-expanded="true"] .collapseHeading {
        color: #FFFFFF;
    }

    .card .card-header[aria-expanded="true"] .completed,
    .card1 .card-header[aria-expanded="true"] .completed {
        color: #6BC04B;
        background-color: #3D3051;
    }

    .card .card-header[aria-expanded="true"] .inprogress,
    .card1 .card-header[aria-expanded="true"] .inprogress {
        color: #F9A05E;
        background-color: #492E53;
    }

    .card .card-header[aria-expanded="true"] .yetostart,
    .card1 .card-header[aria-expanded="true"] .yetostart {
        color: #909E9E;
        background-color: #402E59;
    }

.collapseHeading {
    font-weight: bold;
    color: #333333;
    font-size: 18px;
    line-height: 21px;
}

.completed {
    color: #6BC04B !important;
    background-color: #f0f9ec;
}

.inprogress {
    color: #F9A05E !important;
    background-color: #fff5ee;
}

.yetostart {
    color: #909E9E !important;
    background-color: #f4f5f5;
}

.completed,
.inprogress,
.yetostart {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 8px;
    width: 100%;
    border-radius: 5px;
    text-align: center;
}
.card-body {
    margin: 0 20px 20px 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #C5BBCE !important;
}

.cardText h2 {
    font-size: 16px;
    line-height: 20px;
}

.launchButton {
    color: #fff;
    background-color: #3C1F55;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    width: 120px;
    margin: 0 auto;
    padding: 15px 10px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.week,
.duedate,
.Completiondate {
    font-size: 12px;
    line-height: 15px;
    color: #909E9E;
}
.Completiondate P {
    font-size: 12px;
    line-height: 15px;
    color: #909E9E;
}
@media only screen and (min-device-width: 1280px) {
    .completed,
    .inprogress,
    .yetostart {
        font-size: 12px;
    }

    .collapseHeading {
        font-size: 16px;
    }

    .cardBanner {
        height: 292px;
    }
}
.courseText, .emoduleText {
    margin: 20px 0 20px 32px;
    font-size: 14px;
    font-weight: bold;
    color: #3C1F55;
}
.courseInProgress_Section {
    width: 100%;
    padding: 10px 0;
    margin: 30px 0 0 0;
}
.card1 {
    margin-bottom: 20px;
}
#accordion_CrsInPg > div > div.card-header {
    padding: 25px 20px;
    border-radius: 5px;
}
.detailed {
    background-color: #00C074;
    color: #fff;
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 5px;
}
@media only screen and (min-device-width: 1024px) {
    .requiredreference, .optionalreference, .numofmodules, .completed, .inprogress, .yetostart {
        font-size: 12px;
    }
}

.requiredreference, .optionalreference, .numofmodules {
    border-right: 1px solid #909E9E;
    color: #909E9E;
    text-align: center;
}
.numofmodules {
    border: none;
}
.card-body1 {
    background-color: #fff;
    margin: 20px 0px;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0px 1px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
.cardTextHeading h2 {
    color: #1F183E;
    font-size: 18px;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
}
.module {
    font-size: 14px;
    line-height: 18px;
    color: #1F183E;
    margin-bottom: 4px;
}
.moduleStatus p {
    color: #692771;
    font-size: 10px !important;
    float: right;
    margin-bottom: 5px;
}
.frameCount p {
    font-size: 10px !important;
    line-height: 14px;
    color: #1F183E;
}
.label__checkbox:checked + .label__text .label__check {
    animation: check .5s cubic-bezier(0.895, 0.030, 0.685, 0.220) forwards;
}
.label__check {
    display: inline-block;
    border-radius: 50%;
    border: 4px solid #cbcfd2;
    background: #ffffff;
    color: #cbcfd2;
    vertical-align: middle;
    margin-right: 20px;
    width: 2em;
    height: 2em;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f8f8fa;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
}
.table thead th {
    border-bottom: 0px solid !important;
}
@keyframes check {
    0% {
        width: 2em;
        height: 2em;
        background-color: #00C074;
        border: 0;
        color: #fff;
    }

    100% {
        width: 2em;
        height: 2em;
        background-color: #00C074;
        border: 0;
        opacity: 1;
        color: #fff;
    }
}
.label__checkbox {
    display: none;
}
.isclicked{
    display:none;
}*/
.star svg{
    height:100%;
    width:70%;
}