
#dashboardHeader {
    display: none;
}

.completed {
    background-color:#198754
}

.not-started {
    background-color:#4F545A
}

.in-progress {
    background-color:#FFA800
}

body {
    background: #eee;
}

.lesson-title {
    font-size: 20px;
    padding: var(--padding-2);
    margin-left: 24px;
    flex: 1;
    line-height: 125%;
    display:flex;
    align-content: center;
    align-items: center;
}

.event-info {
    font-size: 16px;
    margin-right: 10px;
}

.no-padding {
    padding: 0px;
}

.cover-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 300px;
}

@media(max-width: 768px) {
    .cover-image {
        height: 90px;
    }
}

.lms-subtitle {
    font-size: 22px;
    margin-top: -15px;
    margin-left: -15px;
}

.indent-level-1 {
    margin-left: 50px !important;
}

.indent-level-2 {
    margin-left: 70px !important;
}

.indent-level-3 {
    margin-left: 90px !important;
}

.indent-level-4 {
    margin-left: 110px !important;
}

.indent-level-5 {
    margin-left: 130px !important;
}

.course-lessons ul li a {
    width: 100%;
    flex-direction:row;
}

.list-unstyled {
    margin: 0px;
    padding: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    list-style-type: none;
}

.lesson_button {
    position: relative;
    overflow: hidden;
    margin-bottom: 8px;
    padding: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    border-radius: 8px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #5000cf;
}

.lesson_button:hover {
    color: #333;
}

.event_badge_holder {
    margin-top:3px; 
    width:520px;
}
.lessonDiv {
    display:flex;
    width:100%;
}

@media screen and (max-width: 1516px) {
    .event_badge_holder {
        width:390px;
    }
}
@media screen and (max-width: 1343px) {
    .event_badge_holder {
        width:330px;
    }
}
@media screen and (max-width: 1264px) {
    .lessonDiv {
        flex-direction:column;
    }
    .lp_badge {
        margin-left: 30px;
    }
}
@media screen and (max-width: 991px) {
    .lessonDiv {
        flex-direction:row;
    }
    .lp_badge {
        margin-left: 0px;
    }
    .LMSbox {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
}
@media screen and (max-width: 906px) {
    .lessonDiv {
        flex-direction:column;
    }
    .lp_badge {
        margin-left: 30px;
    }
}

@media screen and (min-width: 991px) {
    .progress_badge_div {
        display:flex;
        align-items:center;
    }
}
@media screen and (max-width: 480px) {
    .eventFlex {
        max-width:260px;
    }
    .event_badge_holder {
        max-width:260px;
    }
    .text-end {
        padding-left:0px !important;
    }
}
.test-section {
    width: 764px;
    height: 100%;
    padding: 20px;
}

.lesson-thumb.lesson-img {
    margin-top:auto !important;
    margin-bottom:auto !important;
}

.lesson-thumb {
    overflow: hidden;
    width: 72px;
    height: auto !important;
    min-height: 50px;
    min-width: 50px;
    margin: -6px 0px 0px 53px;
    border-radius: 4px;
    background-attachment: scroll;
    background-position: center;
    display: flex;
      background-size: cover;
    align-items: center;
    justify-content: center;
}

.lesson-thumb.no-img {
    background-image: none;
    background-size: auto;
    background-attachment: scroll;
}

.body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-family: Inter, sans-serif;
}

.lesson-duration {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    padding: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid none solid solid;
    border-width: 1px;
    border-color: #ccc;
    border-radius: 4px 0px 0px 4px;
    background-color: #f3f3f3;
    color: #333;
    font-weight: 600;
    text-align: center;
}

.duration-p {
    margin-bottom: 0px;
    margin-top: 0px;
}

.lesson_button_a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction:row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #333;
    text-decoration: none;
}

.lesson-thumb-go {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.image {
    max-height: 24px;
}

.event_badge {
    display: inline-block;
    margin-left: auto !important;
    min-width: 10px;
    padding: 5.25px 9.75px;
    font-size: 15px;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #198754;
    border-radius: 4px;
    margin: 0px;
    margin-top:5px;
}
div.lizicon-checkmark {
    margin-right:none;
}

.locked-lesson{
    filter:grayscale(100%) !important;
}

div .lp_badge {
    margin-right:30px;
    height:30px; 
    width:115px;
    border-radius:30px;
    line-height:14px;
}

.eventFlex {
    flex-wrap:wrap;
    row-gap: 10px;
}

.badge_grey {
    color: #000000;
    font-weight: 500;
    background-color: #F4F4F4;
}

span.registration-badge {
    background-color: #6C757D;
    margin: 0 15px;
}

div.event_date_block {
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 14px;
    margin-left: auto;
}
div.event_location_block {
    font-size: 14px;
    font-weight: 500;
    color: #212529;
    font-weight: 500;
}
div.event_badge_block {
    margin-left: auto;
}

a.event_anchor {
    align-items: stretch !important;
}

@media screen and (max-width: 991px) {
    .lesson_button {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .lesson-thumb.no-img {
        background-image: none;
        background-size: auto;
        background-attachment: scroll;
    }

    .lesson-thumb {
        margin: -9px 0px 0px 15px;
    }

}

@media screen and (max-width: 767px) {
    .lesson-title {
        font-size: 16px;
    }

    .lesson-duration {
        display: none;
    }

    .lesson-thumb {
        margin: -9px 0px 0px 15px;
    }
}

@media screen and (max-width:1295px) {
    div.event_date_block {
        margin-left:0px;
    }
}

@media screen and (max-width: 479px) {
    .lesson_button {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .test-section {
        padding: 8px;
    }

    .lesson-thumb {
        width: 100% !important;
        height: 250px !important;
        margin: -9px 0px 0px 15px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .lesson-title {
        margin-left: 0px;
        padding: 8px;
        font-size: 24px !important;
        margin-top: 15px;
    }

    .lesson-duration {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        border-top-style: solid;
        border-bottom-style: none;
        border-left-style: none;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 4px;
    }

    .lesson_button_a {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .indent-level-1 {
        margin-left: 0px !important;
    }

    .indent-level-2 {
        margin-left: 0px !important;
    }

    .indent-level-3 {
        margin-left: 0px !important;
    }

    .indent-level-4 {
        margin-left: 0px !important;
    }

    .indent-level-5 {
        margin-left: 0px !important;
    }
    .percent-sign {
        font-size: 20.6562px !important;
        font-weight: 700 !important;
    }
    .fa-lock {
        font-size: 8em !important;
    }

    span.registration-badge {
        margin: 0 8px;
        font-size: 12px;
    }
}
.lp_header_breadcrumbs,
.lp_header_breadcrumbs a {
    color: #777;
    text-decoration: none;
}
.lp_header_breadcrumbs a:hover {
    color: var(--accent-color);
}