.container-fluid {
    padding: 0px !important;
}
#lp_filter_select {
    max-width: 320px;
}
.lp_hidden {
    display: none;
}
.lp_view_more_container a {
    text-decoration: underline;
}
.lp_view_more_container {
    margin-top: 100px;
}
.lp_header {
    width: 100%;
    height: 80px;
    padding-left: 20px; 
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--primary-color);
    position: relative;
    flex-wrap: wrap;
}
.lp_header_overlay {
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
}

.lp_details_header {
    margin-top: 20px;
}
.lp_item_tags .btn {
    font-size: 12px;
    height: 22px;
    padding: 1px 10px;
}
.lp_header_search {
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.lp_header_search input{
    border-radius: 0.25rem !important;
    padding-right: 40px;
    height: 38px !important;
    width: 300px;
}
.lp_header_search .lp_header_search_clear {
    position: relative;
    margin-left: -24px;
    background-color: transparent !important;
    color: #ccc;
    visibility: hidden;
}
.lp_visible {
    visibility: visible !important;
}
.lp_header_search_button {
    height: 38px !important;
    margin-left: 20px;
}
.lp_header_title {
    font-weight: 600 !important;
    color: #fff;
    z-index: 2;
}
.lp_price {
    height: 20px !important;
    font-size: 12px !important;
    line-height: 12px !important;
    border-radius: 4px !important;
    font-weight: 700;;
}
.lp_header_breadcrumbs,
.lp_header_breadcrumbs a {
    color: #777;
    text-decoration: none;
}
.lp_header_breadcrumbs a:hover {
    color: #007bff;
}
.lp_main {
    padding: 20px;
}
.lp_category_title {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-top: 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: solid var(--accent-color) 3px;
}
.lp_results {
    padding-bottom: 10px;
    border-bottom: solid #dadde1 2px;
}
.not-started {
    border: 1px solid #CED4DA;
    background-color: #fff;
}
.lp_badge_container {
    display: flex;
    gap: 20px;
    font-weight: 700;
}
.optional {
    background-color: #DDD !important;
    color: #000 !important;
}
.in-progress {
    background-color: #FFA800 !important;
    color: #212529 !important;
}

.lp_title {
    font-size: 15px;
    font-weight: 700;
    line-height: 150%;
}
.lp_subcategory_title {
    font-size: 18px;
    font-weight: 700;
}
.lp_details_right .lp_title {
    font-size: 22px;
}
.lp_card_progress {
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}
.lp_badge {
    width: 124px;
    font-weight: 700;
    font-size: 13px;
    height: 30px;
}
.lp_badge i {
    margin-right: 8px;
}
.lp_card_progress .btn {
    border-radius: 20px !important;
    border: none !important;
    width: 120px;
}
.lp-sm-progress {
    width: 105px;
    padding-left: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
}
.lp-sm-progress-bar {
    width: 67px;
    height: 8px;
    background: #ccc;
    border-radius: 20px;
    overflow: hidden;
}
.lp-sm-progress-bar div {
    height: 8px;
    border-radius: 20px;
}
.lp_category_select_label {
    font-size: 13px;
    font-weight: 700;
    color: #81888F;
    float: left;
}   
.lp_description {
    font-size: 14px;
}
.lp_details_stats{
    background-color: #F3F5F9;
    border-radius: 5px;
    font-size: 14px;
    height: auto;
}
.lp_stats {
    margin-left: 20px;
}
.lp-card-text-mod {
    flex-direction: column;
}
.lp_card_text {
    font-weight: normal;
    font-size: 12px;
    display: flex;
    padding-left: 10px;
}
.lp_card_subcategory_text {
    font-weight: normal;
    font-size: 12px;
} 
.lp_card_details {
    display: flex;
    align-items: center;
}
.lp_courses_subhead {
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1.5px solid #CCCCCC;
}
.lp_subcategory_box .lp_card_text {
    flex-basis: 50%;
}   
.item_status_icon {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 42%;
    z-index: 10;
    border: 2px solid #ccc;
}
.path_items_container {
    display: flex;
    flex-direction: column;
    position: relative;
}
.path_line {
    background-color: #ccc;
    margin-left: -42px;
    width: 2px;
    height: 0%;
    top: 70px;
    z-index: 1;
    position: absolute;

}
.path_items_boder_offset {
    position: absolute;
    height: 42%;
    left: -43px;
    z-index: 5;
    width:4px;
    background-color: #fff;
}
.offset_border_bottom {
    bottom: 0;
    height: 50%;
}
.offset_border_top {
    top: 0;
}
.lp_subcategory_box {
    background-color: #F3F5F9;
    padding: 10px;
    display: flex;
    min-height: 145px;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    border: 2px solid transparent;
    transition: ease all 1s;
    color: #333;
    text-decoration: none;
}
.lp-path-box-mod {
    display:flex;
    flex-wrap: wrap;
}
.lp_path_box {
    background-color: #F3F5F9;
    min-height: 86.4px;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    border: 2px solid transparent;
    transition: ease all 1s;
    color: #333;
    text-decoration: none;
    display: flex;
    position: relative;
    max-width: 100%;
    padding-right: 10px;
}
.lp_subcategory_path_box {
    background-color: #F3F5F9;
    min-height: 145px;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    border: 2px solid transparent;
    transition: ease all 1s;
    color: #333;
    text-decoration: none;
    display: flex;
    position: relative;
    padding-bottom: 20px;
}
.lp_subcategory_box:hover,
.lp_path_box:hover {
    cursor: pointer;
    border: 2px solid var(--accent-color);
}
.lp_path_box_no_border:hover {
    cursor: not-allowed;
    border: 2px solid transparent !important;
}

.lp_card_thumb img {
    margin-top: 10px;
    margin-bottom: 10px;
    object-fit: cover;
    width: 125px;
    height: 80%;
    border-radius: 5px;
}
.lp_card_subcategory_thumb img {
    object-fit: cover;
    width: 120px;
    height: 120px;
    border-radius: 5px;
}
.lp_details_left {
    min-width: 250px;
}
.lp_details_image img {
    object-fit: cover;
    width: 250px;
    height: 250px;
    border-radius: 5px;
}
.lp_link_icon {
    font-size: 24px;
    color: #81888F;
}
.lp_card_description {
    line-height: 16px;
    font-size: 13px;
}
.lp_card_subcategory_description {
    line-height: 16px;
}
.progress_badge_div {
    display: inline-block;
}
.lp_chevron_container {
    padding-right: 10px;
}
.lp_details_main_no_img {
    flex-direction: column-reverse;
}
.lp_progress_number {
    font-weight: 400;
}
#lp-info-box {
    padding-bottom: 10px;
}
.lp_path_box > .course-in-progress {
    padding-bottom: 0px;
    padding-top: 0px;
}
@media(max-width: 1500px) {
    .lp_path_box {
        max-width: 100%;
    }
    .lp_card_text {
        justify-content: space-between;
    }
    .lp_card_title {
        margin-left: 10px;
    }
}
@media(min-width: 1360px) {
    .lp_card_text {
        margin-left: 0px !important;
    }
}
@media(min-width: 1024px) {
    .lp_card_text {
        margin-left: 40px;
    }
}
@media(max-width: 1024px) {
    .lp_badge_container {
        flex-direction: column-reverse;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .lp_card_subcategory_description {
        display: none;
    } 
    .custom-field-value-badges .badge {
        display: none;
    }
}
@media (max-width: 991px) {
    .lp_card_text {
        margin-left: 0px;
        width: 100%;
    }
    .lp_card_details {
        width: 100%;
        padding-left: 0px;
    }
    .lp_card_title {
        margin-left: 0px;
        padding-left: 0px;
    }
}
@media (max-width: 760px) {
    .lp_card_subcategory {
        padding-top: 10px;
        width: 100%;
        display: block;
        clear: both;
    } 
}
@media(max-width: 800px) {
    .lp_card_text {
        width: 100%;
        clear: both;
        margin-left: 0px;
    } 
    .lp_details_image img {
        width: 100%;
        height: 150px;
    }
    .lp_card_thumb  {
        float: left;
    }
    .lp_card_thumb img {
        width: 125px;
        height: 120px;
    }
    .lp_card_subcategory_thumb  {
        padding-top: 10px;
        float: left;
    }
    .lp_card_subcategory_thumb img {
        width: 120px;
        height: 120px;
    }
    .lp_card_progress {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-left: 0px !important;
    }
    .lp_details_right,
    .lp-sm-progress {
        width: 100%;
    }
    .lp_mod .lp_card_progress .btn {
        width: auto;
        display: block;
    }
    .lp-sm-progress-bar {
        width: 90%;
    }
    .lp_details_main {
        flex-direction: column;
    }
    .lp_details_right.ps-5{
        padding-left: 0px !important;
    }
    .lp_card_details {
        flex-direction: column;
        align-items: start;
    }
    .lp_card_title {
        margin-left: 0px;
        width: 100%;
    }
    .lp_card_description {
        width: 100%;
        padding-left: 0px;
    }
}
@media(max-width: 760px) {
    .lp_subcategory_path_box {
        display: block;
    }
}
@media(max-width: 750px) {
    .lp_path_box > .task-instructions {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
    .lp-started-and-progress {
        margin-left: 13px;
    }
}
@media(max-width: 600px) {
    .lp_card_text {
        flex-direction: column;
        max-width: 371px;
        padding-right: 0px;
    }
    .lp_card_details {
        padding-right: 0px;
    }
    .lp_card_progress  {
        justify-content: flex-start;
        width: 100%;
        padding: 0px;
    }
    .lp_badge_container {
        flex-direction: row;
    }
    .lp_chevron_container {
        padding-left: 0;
    }
}
@media(max-width: 430px) {
    .lp_card_thumb img, .lp_card_subcategory_thumb img {
        width: 100px;
        height: 100px;
    }
}
@media(max-width: 390px) {
    .lp_card_thumb img, .lp_card_subcategory_thumb img {
        width: 80px;
        height: 80px;
    }
    .lp_header_search input{
        width: 100%;
    }
}
.lp_mod .lp_path_box {
    background: #f7f7f7;
    border: 1px solid rgba(0, 0, 0, .05);
    min-height: auto;
    padding-bottom: 32px;
}
.lp_mod .lp_path_box:hover {
    background: rgba(0, 0, 0, .03);
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, .05);
}
.lp_mod .lp_small_text {
    color: #787878;
    font-size: 11px;
}
.tov-progress-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

@media(max-width: 760px) {
    .lp_mod .lp_path_box {
        flex-direction: column;
        align-items: start;
    }
}