.my-catalog {
    padding: 25px 0 75px;
}

.catalog-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 26px;
}

.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 li.calendar-view {
    margin:0 0px 0 10px;
}

    .options-menu .features-options {
        background: #f2f2f2;
        height: 45px;
        width: 45px;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .icon-cross svg g {
        fill:#4d4d4d;
    }

.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-grid: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.05);
            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 .due-date.date-highlight {
                background-color: #d93b3b;
            }

        .card-grid .other-details .expiry-date {
            top: 34px;
        }

        .card-grid .other-details .duration {
            top: 10px;
            right: 10px;
            bottom: auto;
            left: auto;
        }

        .card-grid .other-details .locked {
            position: absolute;
            top: auto;
            right: 10px;
            bottom: 10px;
            left: auto;      
            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: 165px;
            }

            .card-grid .other-details .locked .icon-lock {
                height: 28px;
                width: 28px;
            }

                .card-grid .other-details .locked .icon-lock svg {
                    width: 28px;
                    height: 28px;
                }

            .card-grid .other-details .locked.closed-locked .locked-text {
                width: 60px;
            }

    .card-grid .course-details {
        background: #ffffff;
        position: relative;
        height: 111px;
        border: 1px solid #e2e2e2;
        box-shadow: 0 3px 8px 0 rgba(220, 220, 220, 0.5);
        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: 10px;
    z-index: 10;
    bottom: 10px;
    color: #006397;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 13px;
    padding: 7px 8px;
    border-radius: 2px;
    background-color: #FFFFFF;
    box-shadow: 0 0 7px 0 rgba(0,0,0,0.32);
    text-transform:capitalize;
}

.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: 45px;
    width: 281px;
    box-shadow: 0 0 6px 0 rgba(191,191,191,0.5);
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content:space-between;
}

.search-field {
    color: #333333;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 13px;
    border: 0;
    padding: 5px 10px;
    height: 20px;
    width: calc(100% - 45px);
}

    .search-field::-webkit-input-placeholder {*/ /* Edge */
        /*opacity: 0.4;
        font-weight: 500;
    }

    .search-field:-ms-input-placeholder {*/ /* Internet Explorer */
        /*opacity: 0.4;
        font-weight: 500;
    }

    .search-field::placeholder {
        opacity: 0.4;
        font-weight: 500;
    }

    .search-field-wrap.active .search {
        background: transparent;
    }

.search-field-wrap .search-field {
    display: none;
}

.search-field-wrap.active .search-field {
    display: block;
}

.search-field:focus {
    outline: 0;
    box-shadow: 0;
}

.close-search {
    display: none;
}

.close-search-btn{
    display:flex;
    text-align: right;
}*/

.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;
    }

    .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: inline-block;
        }

    .list-view-details .list-img-txt {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .list-view-details .list-desc {
        width: 550px;
    }

        .list-view-details .list-desc h2 {
            font-weight: 600;
            width: 550px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }
            .list-view-details .list-desc h2:hover {
                cursor: pointer;
                color:#006498;
            }
            .list-view-details .list-desc h2 .searched-content {
                font-weight: 700;
            }
            .list-view-details .list-desc p {
                color: #4D4D4D;
                font-size: 0.86em;
                font-weight: 500;
                letter-spacing: 0;
                line-height: 13px;
                width: 550px;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
            }
                .list-view-details .list-desc p .searched-content {
                    font-weight: 700;
                    color: #333333;
                }

                .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: cover;
        }

        .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;
}

    .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 {
    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-view-details .list-due-in {
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 13px;
    background-color: #d93b3b;
}

.list-view-details .overdue-date {
    margin-right: 6px;
}

.list-view-details .list-expired-date {
    font-weight: 500;
}

.catalog-list-view .card-learning-path {
    z-index: 10;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 13px;
    padding: 7px 8px;
    border-radius: 2px;
    box-shadow: 0 0 7px 0 rgba(0,0,0,0.32);
    text-transform: capitalize;
    border: 1px solid;
    background-color: #FFFFFF;
    position: static;
    box-shadow: none;
    display: inline-block;
}
    .catalog-list-view .card-learning-path.course-card {
        border-color: #006397;
        color: #006397;
    }
    .catalog-list-view .card-learning-path.learning-path-card {
        border-color: #B89F5D;
        color: #B89F5D;
    }
    .catalog-list-view .card-learning-path.ilt-card {
        border-color: #935DB9;
        color: #935DB9;
    }
    .catalog-list-view .card-learning-path.catalog-card {
        border-color: #C637C1;
        color: #C637C1;
    }

    .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;
    }

    .list-view-details .list-view-lock .locked-text {
        color: #4d4d4d;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 15px;
        width: 165px;
        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: 217px;
}

    .list-view-details .list-closed-lock .list-view-lock {
        width: 217px;
    }

    .list-view-details .list-closed-lock .closed-view {
        width: 165px;
        margin: 0 0 0 auto;
    }

.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: 42px;
}

    .course-heading h1 {
        font-weight: 400;
    }

        .course-heading h1 .course-parts {
            display: block;
            font-size: 12px;
            font-weight: 500;
            letter-spacing: 0;
            line-height: 13px;
        }


.module-duration {
    margin-bottom: 11px;
}

    .module-duration .modules {
        color: #000000;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 13px;
    }

        .module-duration .modules .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;
        color: #b54e4e;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.51px;
        line-height: 13px;
        margin-right: 16.5px;
    }

    .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);
}
.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: 7px;
    }

    .module-description p {
        color: #707070;
        font-size: 1em;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 16px;
        margin-bottom: 20px;
    }

    .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%;
}

.details-tabbing-content {
    background-color: #f5f7f6;
    padding: 25px 20px;
    height: calc(100vh - 235px);
    overflow-y: auto;
}

.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 p {
        margin-bottom: 0;
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        letter-spacing: 0.6px;
    }

    .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;
    }

.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;
}

.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;
}

.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: #b54959;
}

.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 */
.messaging-space {
    position: relative;
    padding: 34px 0 0 17px;
}

.older-messages {
    border-radius: 25px;
    background-color: rgba(216, 216, 216, 0.55);
    color: rgba(51, 51, 51, 0.6);
    font-size: 12px;
    letter-spacing: 0;
    line-height: 13px;
    text-align: center;
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    padding: 3.6px 17.6px;
}

.messages-wrapper {
    height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
}

.left-thread {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 32px;
}

    .left-thread .sender-message {
        width: 91%;
    }

.profile-display {
    height: 33px;
    width: 33px;
    background-color: #fff3ef;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8a3b1b;
    font-size: 12px;
    letter-spacing: 0.51px;
    line-height: 13px;
    margin-right: 12px;
    margin-top: -2px;
}

    .profile-display img {
        border-radius: 50%;
        height: 100%;
    }

.sender-name {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 2px;
}

    .sender-name h2 {
        color: #000000;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 0.51px;
        line-height: 13px;
        margin-right: 5px;
    }

.message-time {
    color: #565656;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.51px;
    line-height: 13px;
}

.extra-message p {
    color: #585858;
    font-size: 12px;
    letter-spacing: 0.51px;
    line-height: 13px;
}

.extra-message a {
    color: #006498;
    font-size: 14px;
    letter-spacing: 0.6px;
    line-height: 16px;
}

.no-extra-message p {
    color: #585858;
    font-size: 14px;
    letter-spacing: 0.6px;
    line-height: 16px;
}

.padding-right {
    padding-right: 20px;
}

.like-reply-wrapper {
    display: inline-flex;
    border-radius: 2px;
    background-color: #f2f2f2;
    margin-top: 8px;
}

.icon-reply,
.icon-like {
    margin-right: 5px;
}

    .icon-reply svg g,
    .icon-like svg g {
        fill: #777777;
    }

.reply-btn {
    color: #777777;
    font-size: 10px;
    letter-spacing: 0.43px;
    line-height: 11px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

    .reply-btn:hover {
        color: #777777;
    }

.like-btn {
    color: #0000ff;
}

    .like-btn:hover {
        color: #0000ff;
    }

    .like-btn .icon-like svg g {
        fill: #0000ff;
    }

.right-thread {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 33px;
}

    .right-thread .sender-message {
        background-color: #d9f2ff;
        padding: 9px 5px 4px 24px;
    }

.more-info {
    display: flex;
    align-items: center;
    position: relative;
}

.message-actions {
    position: absolute;
    top: 50px;
    right: 0;
    border: 1px solid #cbcbcb;
    border-radius: 2px;
    background-color: #fffce6;
    z-index:1;
}
.left-thread .message-actions {
    top: 30px;
}

    .message-actions li {
        height: 43px;
        width: 43px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        cursor: pointer;
    }

        .message-actions li:after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            height: 1px;
            width: 42px;
            border-bottom: 1px solid #cbcbcb;
        }

        .message-actions li:last-child:after {
            height: 0;
            width: 0;
        }

.post-message {
    border-top: 1px solid #e5e5e5;
    padding-top: 11px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.post-message-btn {
    padding: 0;
    color: #006498;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 13px;
}

.messenger-input-box {
    border: 0;
    outline: 0;
    background: transparent;
    color: #989898;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
    width: calc(100% - 120px);
}

.icon-send {
    vertical-align: 1px;
    margin-left: 2px;
}

.post-message-btn .icon-send svg g {
    fill: #006498;
}

/* discussion tab styles */
/*catalog-course-inventory*/
.catalog-course-inventory {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    bottom: 20px;
    left: 14px;
}
    
    .catalog-course-inventory li {
        position: relative;
        margin-right: 15px;
    }
.catalog-course-inventory li:after {
    content: '';
    position: absolute;
    top: 50%;
    transform:translateY(-50%);
    right: -9px;
    background: #E0E0E0;
    height: 15px;
    width: 1px;
}
.catalog-course-inventory li:last-child {
    margin-right:0;
}
.catalog-course-inventory li:last-child:after {
    height: 0;
    width: 0;
}
        .catalog-course-inventory li:hover .tooltip-custom {
            display: block;
            white-space: nowrap;
            top: -30px;
        }
.enrollable-content {
    color: #4D4D4D;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 13px;
    vertical-align: -2px;
}
/*catalog-course-inventory*/
/*badge color-profile catalog*/
.course-details .icon-badge {
    position: absolute;
    margin-top: 0;
    margin-left: 0;
    bottom: 0px;
    left: 5px;
}
/*.course-details .icon-badge .badge-count {
    top:4px;
}*/
/*badge color-profile catalog*/
/*catalog list view revisited*/
.enroll-status {
    text-align:right;
}
.enroll-btn {
    color: #006498;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 16px;
}
.catalog-list-view .catalog-course-inventory {
    position:static;
    width:165px;
}
.catalog-info {
    width:120px;
}
.course-badge .icon-badge {
    margin:0;
    display:block;
}
/*catalog list view revisited*/
/*catalog search list view */
.search-result-wrapper {
    margin-bottom:45px;
}
.search-listing-results {
    position: relative;
    display: flex;
    padding: 10.5px 27.5px 10.5px 10.5px;
    align-items: center;
    justify-content: space-between;
    border: 1px solid transparent;
    box-shadow: none;
}
    .search-listing-results:after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #E2E2E2;
    }
    .list-view-details.search-listing-results:hover {
        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.search-listing-results:hover:after, .search-result-wrapper .search-listing-results:last-child:after {
            width: 0;
            height: 0;
        }
        .search-result-wrapper .search-listing-results:last-child {
            margin-bottom: 0;
        }
            
            .catalog-types-search {
                color: #000000;
                font-size: 20px;
                font-weight: 600;
                letter-spacing: 0;
                line-height: 22px;
                margin-bottom: 21px;
                text-transform:capitalize;
            }
.search-listing-results .info-play-btn .list-info-btn {
    margin-left:26px;
}
.options-menu .features-options.close-search, .search-field-wrap .close-search {
    display: none;
    margin-right: 2px;
}
.search-field-wrap.active .close-search {
    background:transparent;

}

/*catalog search list view */

.course-code-wrap {
    position: absolute;
    left: 10px;
    z-index: 10;
    bottom: 45px;
    color: #FFFFFF;
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 13px;
    text-decoration: underline;
    border-radius: 1px;
    background-color: #d8d8d8;
    color: #333333;
    padding: 1px 5px;
}
/*GO1 market place styling*/
.go1-market-place-wrapper .list-view-details .list-info-btn {
    margin:0;
}
/*GO1 market place styling*/
/*Responsive styling*/
@media only screen and (max-width:1199.98px) {
    .course-description {
        width:35%;
    }
    .course-modules {
        width: 60%;
    }
    .module-progress {
        width: 320px;
    }
    .list-view-details .list-desc {
        width: 380px;
    }
}

@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 0px 0;
        margin: 0 -15px;
    }

    .module-progress {
        width: 100%;
    }

   
}

@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% - 175px);
        }

        .list-view-details .list-img-preview {
            margin-right: 12px;
        }

        .list-view-details .list-img-txt {
            margin-bottom: 0;
            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: block;
        position: absolute;
        bottom: -20px;
        left: 60px;
        width: 168px;
        color: #FC7576;
        font-size: 10px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 9px;
    }

    .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;
    }
    .catalog-info {
        position:absolute;
        top:13px;
        right:13px;
        width:auto;
    }
    .catalog-list-view .catalog-course-inventory {
        display:none;
    }
    .list-view-details .list-closed-lock.enroll-status {
        bottom: 9px;
        top: auto;
        left: 90px;
    }
    .list-view-details .list-desc p {
        width:100%;
    }
    .catalog-list-view .card-learning-path {
        font-size: 10px;
        padding: 2px 4px
    }
    /*Search Page Responsive*/
    .search-listing-results {
        display: flex;
        align-items: flex-start;
        padding: 10.5px 0.5px 10.5px 0.5px;
    }
        .search-listing-results .list-img-txt {
            width: calc(100% - 45px);
        }
        .search-listing-results .list-desc {
            width: calc(100% - 97px);
        }
        .search-listing-results .info-play-btn .list-info-btn {
            margin:0;
        }
}

@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*/
    .close-search-btn {
        width: auto;
    }
    .options-menu {
        position:relative;
    }
    /*.search-field-wrap.active {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 4;
        height: 34px;
        width: calc(100% + 186px);
    }*/
        /*.search-field-wrap.active .close-search-btn {
            width:121px;
        }*/
}