.my-learning {
    padding: 25px 0 44px;
}

.learning-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.different-options {
    display: flex;
    align-items: center;
    justify-content: center;
}

.options-menu {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .options-menu li {
        margin-right: 2px;
    }

        .options-menu li:last-child {
            margin-right: 0;
        }

    /*.options-menu .features-options {
        background: #f2f2f2;
        height: 45px;
        width: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }*/

.cards-view-wrap {
    height: 45px;
    width: 79px;
    margin-left: 11px;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .cards-view-wrap span {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 33.75px;
        width: 33.75px;
        cursor: pointer;
        border-radius: 2px;
    }

        .cards-view-wrap span.active {
            background-color: #006498;
        }

    .cards-view-wrap .grid-view svg g {
        fill: #4d4d4d;
    }

    .cards-view-wrap span.active svg g {
        fill: #ffffff;
    }

.card-grid {
    margin-bottom: 90px;
    box-shadow: 0 3px 8px 0 rgba(220, 220, 220, 0.5);
}

.card-click:hover {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.26);
    cursor: pointer;
}

.card-grid.learning-path-section {
    position: relative;
}

    .card-grid.learning-path-section:before {
        content: "";
        height: 11px;
        width: 96%;
        position: absolute;
        bottom: -11px;
        background: rgba(255, 255, 255, 0.8);
        z-index: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        box-shadow: 0 3px 8px 0 rgba(220, 220, 220, 0.5);
        border: solid #e2e2e2;
        border-width: 0 1px 1px 1px;
    }

    .card-grid.learning-path-section:after {
        content: "";
        height: 12px;
        width: 92%;
        position: absolute;
        bottom: -23px;
        background: rgba(255, 255, 255, 0.6);
        z-index: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        box-shadow: 0 3px 8px 0 rgba(220, 220, 220, 0.5);
        border: solid #e2e2e2;
        border-width: 0 1px 1px 1px;
    }

    .card-grid.learning-path-section .card-learning-path {
        display: block;
    }

.card-grid.only-learning .card-learning-path {
    display: block;
}

.card-grid .card-learning-path {
    display: none;
}

.card-grid .heading-text-ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    height: 50px;
    white-space: nowrap;
}

.card-grid .highlight-progress {
    height: 4px;
    background: #f87900;
    width: 25%;
    position: absolute;
    z-index: 1;
    top: -4px;
    transition: all 0.5s ease;
}

.card-grid .other-details {
    position: relative;
}

    .card-grid .other-details:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: auto;
        left: auto;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 1;
    }

    .card-grid .other-details img {
        display: block;
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .card-grid .other-details .due-date {
        position: absolute;
        top: 10px;
        right: auto;
        bottom: auto;
        left: 10px;
        border-radius: 1px;
        background-color: #d8d8d8;
        color: #333333;
        font-size: 10px;
        letter-spacing: 0;
        line-height: 13px;
        z-index: 2;
        padding: 1px 5px;
        font-weight: 500;
    }

    .card-grid .other-details .completed {
        position: absolute;
        top: 10px;
        right: auto;
        bottom: auto;
        left: 10px;
        border-radius: 1px;
        background-color: #e7ebcc;
        color: #333333;
        font-size: 10px;
        letter-spacing: 0;
        line-height: 13px;
        z-index: 2;
        padding: 1px 5px;
        font-weight: 500;
    }

        .card-grid .other-details .due-date.date-highlight {
            background-color: #ffb9b9;
        }

    .card-grid .other-details .expiry-date {
        top: 34px;
        background-color: #ffb9b9;
    }

    .card-grid .other-details .duration {
        position: absolute;
        top: 10px;
        right: 10px;
        bottom: auto;
        left: auto;
    }

    .card-grid .other-details .locked {
        position: absolute;
        top: auto;
        right: 15px;
        bottom: 15px;
        left: auto;
        background: rgba(255, 255, 255, 0.4);
        padding: 7.5px 12px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-radius: 2px;
        z-index: 2;
        cursor: pointer;
    }

        .card-grid .other-details .locked .locked-text {
            color: #000000;
            font-size: 12px;
            font-weight: 500;
            letter-spacing: 0;
            line-height: 13px;
            width: 110px;
        }

        .card-grid .other-details .locked .icon-lock {
            height: 28px;
            width: 28px;
        }
    .card-grid .other-details .pending-approval img {
        height:auto;
        width:auto;
    }
    .card-grid .other-details .pending-approval .locked-text {
        color: #FFFFFF;
        width: 84px;
    }

    .card-grid .other-details .locked .icon-lock svg {
        width: 28px;
        height: 28px;
    }

        .card-grid .other-details .locked.closed-locked .locked-text {
            width: 50px;
        }

.card-grid .course-details {
    background: #ffffff;
    position: relative;
    height: 111px;
    border: 1px solid #e2e2e2;
    padding: 10px 20px 21px 20px;
}

    .card-grid .course-details .further-details {
        color: #017cbc;
        font-size: 12px;
        letter-spacing: 1.2px;
        line-height: 16px;
        text-decoration: underline;
        position: absolute;
        top: auto;
        right: auto;
        bottom: 20px;
        left: 20px;
        cursor: pointer;
    }

.card-learning-path {
    position: absolute;
    left: 0;
    z-index: 10;
    bottom: -6px;
    color: #a33c60;
    font-size: 10px;
    letter-spacing: 0;
    line-height: 13px;
    border-radius: 1px;
    background-color: #e6dae0;
    padding: 6.6px 21px 6.6px 21px;
}

.course-code-wrap {
    position: absolute;
    left: 10px;
    z-index: 10;
    bottom: 36px;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 13px;
    border-radius: 1px;
    background-color: #d8d8d8;
    color: #333333;
    padding: 1px 5px;
}

.course-code-wrap {
    position: absolute;
    left: 10px;
    z-index: 10;
    bottom: 36px;
    color: #424242;
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 13px;
}

.progress {
    background: none;
    margin: 0 auto;
    box-shadow: none;
    height: 48px;
    width: 48px;
    line-height: 48px;
    z-index: 2;
    position: absolute;
    top: auto;
    right: 20px;
    bottom: 20px;
    left: auto;
}

    .progress > span {
        position: absolute;
        top: 0px;
        right: auto;
        bottom: auto;
        left: auto;
        z-index: 2;
        width: 50%;
        height: 100%;
        overflow: hidden;
    }

    .progress .progress-left {
        left: 0;
    }

        .progress .progress-left .progress-bar {
            left: 100%;
            border-top-right-radius: 80px;
            border-bottom-right-radius: 80px;
            border-left: 0;
            -webkit-transform-origin: center left;
            transform-origin: center left;
        }

    .progress .progress-bar {
        border-width: 4px;
        border-style: solid;
        position: absolute;
        top: 0px;
        right: auto;
        bottom: auto;
        left: auto;
        width: 100%;
        height: 100%;
        background: none;
    }

    .progress .progress-right {
        right: 0;
    }

        .progress .progress-right .progress-bar {
            left: -100%;
            -webkit-transform-origin: center right;
            transform-origin: center right;
            border-top-left-radius: 80px;
            border-bottom-left-radius: 80px;
            border-right: 0;
            animation: loading-4 1.8s linear forwards;
        }

    .progress .progress-value {
        color: #ffffff;
        font-size: 12px;
        letter-spacing: 0;
        line-height: 16px;
        text-align: center;
        width: 100%;
        position: absolute;
        top: 50%;
        right: auto;
        bottom: auto;
        left: 0;
        transform: translateY(-50%);
    }

    .progress.blue .progress-bar {
        border-color: #a0bd00;
    }

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(100deg);
        transform: rotate(10 0deg);
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}

/*.search-field-wrap.active {
    height: 46px;
    width: 281px;
    border: 1px solid #e1e1e1;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-field {
    opacity: 0.4;
    color: #333333;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 13px;
    border: 0;
    padding: 5px 10px;
    height: 20px;
    width: calc(100% - 45px);
}

.search-field-wrap.active .search {
    background: transparent;
}

.search-field-wrap .search-field {
    display: none;
}

.search-field-wrap.active .search-field {
    display: block;
    opacity: 1;
}

.search-field:focus {
    outline: 0;
    box-shadow: 0;
}

.options-menu .features-options.close-search {
    display: none;*/
    /*background:transparent;*/
    /*margin-right: 2px;
}

.close-search-btn {
    display: flex;
    text-align: right;
}

.search-field-wrap.active .close-search {
    background: transparent;
}*/

.list-view-details {
    position: relative;
    display: flex;
    padding: 10.5px 27.5px 10.5px 10.5px;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: 0 3px 8px 0 rgba(220, 220, 220, 0.5);
    margin-bottom: 16px;
}

    .list-view-details .course-duration {
        color: #4d4d4d;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 13px;
        margin-top: 4px;
    }

.course-duration-code {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

    .course-duration-code li {
        margin-right: 25px;
        position: relative;
    }

        .course-duration-code li:last-child {
            margin-right: 0;
        }

        .course-duration-code li:after {
            content: "";
            position: absolute;
            height: 63%;
            width: 1px;
            background: #979797;
            top: 60%;
            transform: translateY(-50%);
            right: -13px;
        }

        .course-duration-code li:last-child:after {
            width: 0;
            height: 0;
        }

.list-view-details.learning-path-section {
    position: relative;
    margin-bottom: 32px;
}

    .list-view-details.learning-path-section:before {
        content: "";
        height: 9px;
        width: 99%;
        position: absolute;
        bottom: -10px;
        background: rgba(255, 255, 255, 0.8);
        z-index: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        box-shadow: 0 3px 8px 0 rgba(220, 220, 220, 0.5);
        border: solid #e2e2e2;
        border-width: 0 1px 1px 1px;
    }

    .list-view-details.learning-path-section:after {
        content: "";
        height: 9px;
        width: 98%;
        position: absolute;
        bottom: -19px;
        background: rgba(255, 255, 255, 0.6);
        z-index: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        box-shadow: 0 3px 8px 0 rgba(220, 220, 220, 0.5);
        border: solid #e2e2e2;
        border-width: 0 1px 1px 1px;
    }

    .list-view-details.learning-path-section .card-learning-path {
        display: block;
    }

.list-view-details .list-img-txt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.list-view-details .list-desc {
    width: 304px;
}

    .list-view-details .list-desc h2 {
        font-weight: 600;
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .list-view-details .list-desc p {
        color: #4d4d4d;
        font-size: 0.86em;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 13px;
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

.list-view-details .list-img-preview {
    height: 68px;
    width: 68px;
    position: relative;
    margin-right: 24px;
}

    .list-view-details .list-img-preview img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .list-view-details .list-img-preview:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: auto;
        left: auto;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        z-index: 1;
    }

.list-view-details .list-view-progress {
    position: relative;
    width: 86px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .list-view-details .list-view-progress .progress {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        bottom: auto;
    }

        .list-view-details .list-view-progress .progress .progress-value {
            color: #333333;
            font-size: 12px;
            letter-spacing: 0;
            line-height: 13px;
        }

.list-view-details .info-play-btn {
    width: 217px;
    display: inline-flex;
    justify-content: flex-end;
    text-align: right;
}

.info-play-btn button {
    padding: 0;
}

.info-play-btn .list-info-btn {
    margin-right: 16px;
}

.list-info-btn-text {
    display: none;
}

.info-play-btn .list-info-btn.information-only {
    margin-right: 0;
}

.list-view-details .different-dates {
    width: 330px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.list-view-details .list-due-date,
.list-view-details .list-due-in,
.certificates-widget-details .list-due-date,
.certificates-widget-details .list-due-in {
    border-radius: 1px;
    background-color: #f0f0f0;
    color: #4d4d4d;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 13px;
    padding: 6px 11px;
    display: inline-block;
    margin-right: 6px;
}

.list-completed {
    border-radius: 1px;
    background-color: #e7ebcc;
    color: #4d4d4d;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 13px;
    padding: 6px 11px;
    display: inline-block;
    margin-right: 6px;
}

.list-view-details .list-due-in,
.certificates-widget-details .list-due-in {
    color: #333333;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 13px;
    background-color: #fff3f3;
    border: 1px solid #ffd2d2;
}

.list-view-details .overdue-date {
    margin-right: 6px;
}

.list-view-details .list-expired-date {
    font-weight: 500;
}

.list-view-details .card-learning-path {
    position: absolute;
    left: 0;
    z-index: 10;
    bottom: -19px;
    color: #a33c60;
    font-size: 10px;
    letter-spacing: 0;
    line-height: 13px;
    border-radius: 1px;
    background-color: #e6dae0;
    padding: 6.6px 10px 6.6px 11px;
    display: none;
}

.list-view-details .list-view-lock {
    width: 217px;
    border-radius: 2px;
    background-color: rgba(255, 225, 225, 0.41);
    padding: 7.5px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 2px;
    z-index: 2;
    cursor: pointer;
}

    .list-view-details .list-view-lock .locked-text {
        color: #4d4d4d;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 15px;
        width: 110px;
        text-align: left;
    }

    .list-view-details .list-view-lock .icon-lock {
        height: 28px;
        width: 28px;
    }

        .list-view-details .list-view-lock .icon-lock svg {
            width: 28px;
            height: 28px;
        }

.list-view-details .list-closed-lock {
    width: 170px;
}
.list-view-details .pending-approval.list-closed-lock {
    width:140px;
}
.pending-approval.list-closed-lock .locked {
    border: 1px solid rgba(255,155,0,0.5);
    border-radius: 2px;
    background-color: #FFFCF4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7.5px 12px;
}
.pending-approval.list-closed-lock .locked-text {
    width: 110px;
    color: #4D4D4D;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 13px;
    text-align:left;
}

.list-view-details .list-closed-lock .list-view-lock {
    width: 170px;
}

    .list-view-details .list-closed-lock .closed-view {
        width: 105px;
        margin: 0 0 0 auto;
        cursor: default;
    }

.play-wrap,
.info-wrap {
    position: relative;
}

    .info-wrap:hover .tooltip-custom,
    .play-wrap:hover .tooltip-custom {
        display: block;
    }

/* course detail styles */
.course-detail-wrap {
    padding: 25px 0;
}

.active-modules-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.course-description {
    width: 30%;
}

.course-heading {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}



        .course-heading h1 .course-parts {
            display: block;
            font-size: 12px;
            font-weight: 500;
            letter-spacing: 0;
            line-height: 13px;
            margin-top: 2px;
        }

.module-duration {
    margin-bottom: 11px;
}

    .module-duration .modules {
        color: #000000;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 13px;
    }

        .module-duration .modules .course-duration {
            color: #757575;
            /*display: block;*/
            margin-top: 4px;
        }

/*star rating*/
.ratings-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 28px;
}

    .ratings-wrap .star-rating {
        margin-right: 8.6px;
    }

        .ratings-wrap .star-rating li {
            position: relative;
        }

            .ratings-wrap .star-rating li span {
                display: block;
            }

            .ratings-wrap .star-rating li .checked-star {
                position: absolute;
                top: 0;
                left: 0;
                width: 65px;
                overflow: hidden;
            }

    .ratings-wrap .module-avg-rating {
        color: #757575;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 13px;
        margin-top: 4px;
    }

        .ratings-wrap .module-avg-rating strong {
            color: #000000;
        }

/*horizontal progress bar*/
.module-duration-progress {
    margin-bottom: 36px;
}

.module-progress {
    height: 9px;
    width: 361px;
    border-radius: 2px;
    background-color: #e8e8e8;
    margin-bottom: 5px;
}

    .module-progress .module-progress-color {
        height: 9px;
        width: 90px;
        border-radius: 2px;
        background-color: #a0bd00;
    }

.module-progress-stats {
    color: #757575;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 13px;
}

.module-dates-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 32px;
}

    .module-dates-wrap .module-due-date {
        border: 1px solid #e1e1e1;
        border-radius: 2px;
        background-color: #f4f4f4;
        padding: 8.5px 14.5px;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.51px;
        line-height: 13px;
        margin-right: 16.5px;
    }

    .module-dates-wrap .date-highlight {
        background-color: #fff3f3;
        border: 1px solid #ffd2d2;
    }

    .module-dates-wrap .module-expiry {
        margin-right: 0;
    }

    .module-dates-wrap .module-end-date {
        color: #006397;
    }

.course-description .module-description h2 {
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 5px;
}

.module-description {
    padding-right: 45px;
    width: calc(100% - 40px);
    margin-bottom: 20px;
}

.module-selection .module-description {
    width: calc(100% - 140px);
}

.module-description .module-details h2 {
    color: #030303;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 16px;
    margin-bottom: 5px;
}

.module-description p {
    color: #707070;
    font-size: 1em;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 16px;
}

.module-description h4 {
    color: #030303;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 16px;
    margin-bottom: 7px;
}

/*tabbing type styles*/
.course-modules {
    width: 65%;
}



.different-modules {
    position: relative;
}

    .different-modules li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 13px;
        padding: 7px 20px;
        position: relative;
    }

        .different-modules li.module-selection {
            position: relative;
        }

            .different-modules li.module-selection:before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 100%;
                border: 1px solid rgba(0, 100, 152, 0.45);
                border-radius: 2px;
                background-color: rgba(0, 100, 152, 0.06);
            }

        .different-modules li:last-child {
            margin-bottom: 0;
        }

        .different-modules li .progress {
            left: 19px;
            right: auto;
            bottom: auto;
            top: 7px;
        }

        .different-modules li .module-details {
            display: flex;
            align-items: flex-start;
        }

.module-details h2 {
    font-weight: bold;
    margin-bottom: 6px;
}

.different-modules li .module-details .module-completion-duration {
    border-radius: 1px;
    background-color: #ebeeed;
    color: #6a6a6a;
    padding: 2px 5px;
    font-size: 9px;
    letter-spacing: 0;
    line-height: 10px;
    margin-left: 4px;
}

.different-modules li .module-description .para-desc {
    display: flex;
    align-items: flex-end;
    width: 100%;
}

    .different-modules li .module-description .para-desc .para-long-description {
        margin-bottom: 0;
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        letter-spacing: 0.6px;
        color: #707070;
        font-size: 1em;
        font-weight: 500;
    }

    .different-modules li .module-description .para-desc .extend-para {
        height: 15px;
        width: 15px;
        border-radius: 1px;
        background-color: #eeeeee;
        color: #757575;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0.69px;
        line-height: 16px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index:1;
    }

.para-long-description li {
    display: list-item;
}

.para-long-description ul, .para-long-description ol {
    /*padding-left: 2rem;*/
    list-style-position: inside;
}

.para-long-description ul {
    list-style-type: disc;
}

.para-long-description ol {
    list-style-type: decimal;
}

.different-modules li .up-next-module {
    color: #006498;
    font-size: 12px;
    position: relative;
    margin-right: 20px;
}

.different-modules .module-selection .next-play {
    display: flex;
    align-items: center;
}

.different-modules li .optional-module {
    color: #bb5132;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 13px;
    text-align: center;
    margin-top: 1.5px;
    margin-left: 10px;
}

/* resources tab styles */
.resources-wrapper {
    padding: 5px 20px;
}

    .resources-wrapper li {
        border-bottom: 1px solid #e6e6e6;
        margin-bottom: 28px;
    }

        .resources-wrapper li:last-child {
            margin-bottom: 0;
            border-bottom: 0;
        }

    .resources-wrapper .module-description {
        margin-bottom: 25px;
    }

.resources-links,
.resource-size {
    color: #707070;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.6px;
    line-height: 18px;
}

.resources-links {
    color: #006498;
}

    .resources-links:hover {
        color: #006498;
    }
/* learning-path-detail styles */
.learning-path-detail .details-tabbing-content {
    padding: 40px 7px 40px 13px;
    background-color: #f5f7f6;
    height: calc(100vh - 235px);
    overflow-y: auto;
}

.learning-path-detail .different-modules:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 41.5px;
    width: 1px;
    height: calc(100% - 40px);
    border-right: 2px dashed #d0d0d0;
}

.learning-path-detail .different-modules li {
    padding: 7px 20px 7px 86px;
    margin-bottom: 37px;
}

.learning-path-detail .course-heading {
    margin-bottom: 27px;
}

.enrollment-detail .details-tabbing-content {
    background-color: #f5f7f6;
    padding: 25px 20px;
    height: calc(100vh - 235px);
    overflow-y: auto;
}

.completion-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 3px;
}

    .completion-wrap .lesson-status {
        margin-bottom: 0;
    }

.completion-date {
    color: #7a7a7a;
    font-size: 11.6px;
    font-weight: 500;
    letter-spacing: 0.6px;
    line-height: 16px;
}

    .completion-date strong {
        color: #000000;
    }

.different-modules li .module-description .para-desc p.show-description {
    white-space: normal;
    text-overflow: unset;
    overflow: visible;
}

.expanded {
    white-space: normal !important;
}

.lesson-status {
    padding: 4px 6px;
    color: #000000;
    text-align: center;
    border-radius: 2px;
    font-size: 12px;
    letter-spacing: 0.6px;
    line-height: 15px;
    text-transform: capitalize;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 4px;
}

.LessonStatusFailed {
    background: #fff3f3;
    border: 1px solid #fff3f3;
    color: #333333;
}

.LessonStatusPassed,
.LessonStatusCompleted {
    background: #e7ebcc;
    border: 1px solid #dae1b2;
}

.LessonStatusInProgress {
    background: #fde2cc;
    border: 1px solid #fcd4b2;
}

.LessonStatusNotAttempted,
.LessonStatusUnknown {
    border: 1px solid #b3b3b3;
    background-color: #e2e2e2;
}

/* discussion tab styles */




/* discussion tab styles */
/*Pre-requisite modal styles*/
.prerequisite-modal li {
    padding: 0;
    margin-bottom: 23px;
    position: relative;
    padding-right: 16px;
}

    .prerequisite-modal li button {
        padding: 0;
    }

.progress-title-wrapper {
    display: flex;
    width: calc(100% - 32px);
    text-align: left;
    align-items: center;
}

    .progress-title-wrapper .progress {
        position: static;
        margin: 0;
        margin-right: 16px;
    }
/*Pre-requisite modal styles*/
/*Pre-requisite course table styles*/
.learning-path-detail .prerequisite-course-tab:before {
    height: 0;
    width: 0;
}

.prerequisite-course-tab li .progress {
    top: 50%;
    transform: translateY(-50%);
}

/*Course Catalog Experience - Courses Tab*/
.inclusion-notice {
    color: #000000;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 13px;
    text-transform: none;
}

.about-catalog-details {
    margin-top: -3px;
}

.catalog-course-inventory {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

    .catalog-course-inventory li {
        position: relative;
        margin-right: 15px;
        list-style:none;
    }

        .catalog-course-inventory li span {
            display: inline-block;
        }

            .catalog-course-inventory li span svg {
                display: block;
            }

.enrollable-content {
    color: #000000;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 13px;
    vertical-align: 6px;
}

.catalog-course-inventory li:after {
    content: "";
    position: absolute;
    top: 44%;
    transform: translateY(-50%);
    right: -9px;
    background: #e0e0e0;
    height: 17px;
    width: 1px;
}

.catalog-course-inventory li:last-child {
    margin-right: 0;
}

    .catalog-course-inventory li:last-child:after {
        height: 0;
        width: 0;
    }

.course-lesson-tabbing-content {
    margin: -15px 0 -15px 7px;
}

.learning-path-detail .different-modules.course-lessons li {
    padding: 7px 20px;
}

.learning-path-detail .different-modules.course-lessons:before {
    height: 0;
    width: 0;
}
/*Learning path details widgets styles*/
.list-view-details .learning-path-status {
    color: #4d4d4d;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 15px;
}

.learning-path-widgets-details .list-view-details .list-desc {
    width: 250px;
}
/*.learning-path-widgets-details .list-view-details .different-dates {
  width: 566px;
}*/
.learning-path-widgets-details .list-view-details .info-play-btn {
    width: 32px;
}

.completion-date {
    padding: 4px 6px;
    color: #000000;
    text-align: center;
    border-radius: 2px;
    font-size: 12px;
    letter-spacing: 0.6px;
    line-height: 15px;
    text-transform: capitalize;
    margin-right: 10px;
    display: inline-block;
    background: #e7ebcc;
    border: 1px solid #dae1b2;
}

.module-description ul, .module-description ol {
    /*padding-left: 2rem;*/
    list-style-position: inside;
}

.module-description ul {
    list-style-type: disc;
}

.module-description ol {
    list-style-type: decimal;
}

.prerequisite-condition {
    text-align: center;
    font-weight: bold;
    padding: 20px;
}

.advanced-prerequisite {
    margin: 15px;
    border: black solid;
    padding: 5px;
}

.prerequisite-lock {
    height: 30px !important;
    cursor: pointer !important;
}

.prerequisite-lock-tooltip{
    top: -10px !important;
    right: 35px !important;
}

.learning-path-link {
    margin-left: 16.5px;
    cursor: pointer;
    color: #a33c60;
    background-color: #e6dae0 !important;
    border: 1px solid #a33c60 !important;
}

.learning-path-link-tooltip {
    top: -75px !important;
    right: -50px !important;
}

/*Learning path details widgets styles*/
/*Responsive styling*/
@media only screen and (max-width: 1199.98px) {
    .module-progress {
        width: 320px;
    }

    .course-description {
        width: 35%;
    }

    .course-modules {
        width: 60%;
    }
}

@media only screen and (max-width: 1023.98px) {
    .active-modules-wrap {
        display: block;
    }

    .course-description,
    .course-modules {
        width: 100%;
    }

    .details-tabbing-content,
    .learning-path-detail .details-tabbing-content {
        padding: 24px 0px 20px 0;
        margin: 0 -15px;
    }

    .module-progress {
        width: 100%;
    }
    /*discussion tabbing responsive*/
    .right-thread .sender-message {
        margin-right: 10px;
        border-radius: 25px;
        padding: 12px 18px 8px 24px;
    }

    .cke_toolgroup {
        display: none;
    }

    .post-message-btn {
        font-size: 0;
        margin-right: 15px;
    }
}

@media only screen and (max-width: 991.98px) {
    .cards-view-wrap {
        display: none;
    }

    .list-view-details {
        display: block;
    }

        .list-view-details .list-desc {
            width: calc(100% - 124px);
        }

        .list-view-details .list-img-preview {
            margin-right: 12px;
        }

        .list-view-details .list-img-txt {
            margin-bottom: 12px;
            align-items: flex-start;
        }

        .list-view-details .list-desc h2,
        .list-view-details .course-duration {
            text-overflow: ellipsis;
            width: 100%;
            overflow: hidden;
            white-space: nowrap;
        }

        .list-view-details .course-duration {
            display: inline-block;
        }

        .list-view-details .list-view-progress {
            width: auto;
            position: absolute;
            top: 13px;
            right: 13px;
        }

        .list-view-details .different-dates,
        .list-view-details .info-play-btn {
            width: auto;
        }

    .list-info-btn-text {
        color: #006498;
        text-decoration: underline;
        font-size: 12px;
        letter-spacing: 1.2px;
        line-height: 13px;
        display: inline-block;
    }

    .list-info-btn svg {
        display: none;
    }

    .play-wrap,
    .list-view-details .list-closed-lock {
        position: absolute;
        top: 31px;
        left: 31px;
        z-index: 1;
    }

    .info-wrap {
        position: absolute;
        bottom: 16px;
        right: 15px;
    }

    .info-play-btn .list-info-btn {
        margin: 0;
    }

    .list-view-details .list-closed-lock {
        width: auto;
    }

        .list-view-details .list-closed-lock .list-view-lock {
            width: auto;
            background: transparent;
            padding: 0;
        }

    .list-view-details .list-view-lock .locked-text {
        display: none;
    }

    .list-view-details.learning-path-section:after {
        height: 11px;
        width: 94%;
        bottom: -23px;
    }

    .list-view-details.learning-path-section:before {
        height: 11px;
        width: 97%;
        bottom: -12px;
    }

    .list-view-details.learning-path-section .card-learning-path {
        bottom: -23px;
    }
    /*my learning details view*/
    .different-modules .play-wrap {
        position: static;
    }

    .different-modules li .up-next-module {
        margin-right: 10px;
    }

    .module-selection .module-description {
        width: calc(100% - 92px);
    }
    /*Learning path details widgets responsive styles*/
    .learning-path-widgets-details .list-view-details .list-desc {
        width: calc(100% - 124px);
    }

    .learning-path-widgets-details .list-view-details .different-dates,
    .learning-path-widgets-details .list-view-details .info-play-btn {
        width: auto;
    }
    /*Learning path details widgets responsive styles*/
}

@media only screen and (max-width: 767.98px) {
    .options-menu .features-options {
        width: 32px;
        height: 32px;
    }

    .features-options .notification-number {
        top: 1px;
        right: -2px;
    }

    .learning-path-detail .different-modules:before {
        left: 36.5px;
        height: calc(100% - 57px);
    }

    .learning-path-detail .different-modules li {
        padding: 7px 10px 7px 70px;
        margin-bottom: 30px;
    }
    /*Search field responsive*/
    /*.search-field-wrap.active {
        height: 34px;
    }*/
}

@media only screen and (max-width: 539.98px) {
    /*Search field responsive*/
    .options-menu {
        position: relative;
    }

    .close-search-btn {
        width: auto;
    }

    /*.search-field-wrap.active {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 4;
        height: 30px;
        width: calc(100% + 186px);
    }*/
    /*Learning path details widgets responsive styles*/
    .learning-path-widgets-details .list-view-details .different-dates {
        width: 210px;
    }

    .learning-path-widgets-details .list-view-details .list-due-date:first-child,
    .learning-path-widgets-details .list-view-details .list-due-in:first-child {
        margin-bottom: 5px;
    }
    /*Learning path details widgets responsive styles*/
}

