/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.mslearn-unit-list {
    margin-top: 10px;
    padding-left: 20px;
    list-style-type: none;
}

.mslearn-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap: 10px;
    width: max-content;
}

.mslearn-link {
    /* display: block; */
    width: 100%;
    justify-content: center;
    padding: 8px 12px;
    background-color: #5A8DEE;
    color: #fff !important;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    transition: background-color 0.3s ease;
    outline: none !important;
    border: 2px solid #0954a6;
    white-space: nowrap;
}

button#mslearn-validate {
    min-height: 72px;
    margin-top: 50px;
}

.mslearn-form {
    display: none;
    margin-top: 10px;
    border: 1px solid #5A8DEE;
    border-radius: 5px;
    padding: 10px;
}

.mslearn-form form {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 5px;
}

.mslearn-form form input {
    width: 100%;
    margin-top: 0;
}

.unit:has(.vicon-lock) {
    pointer-events: none;
    opacity: 0.6;
    cursor: not-allowed;
}

.right_block {
    display: none !important;
}

/* .course_button_wrapper,
.course_pricing {
    display: none !important;
}

body.course-enrolled .course_button_wrapper {
    display: flex !important;
}

body.course-enrolled .course_pricing {
    display: block !important;
} */

.course_lesson .item_title a {
    pointer-events: none !important;
}

.related_courses.container {
    display: none !important;
}

.woocommerce-notices-wrapper {
    display: none !important;
}


/* 
* MSLEARN TAGS / BAGDES
*/
.badge-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.badge {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    background: #e9e4ff;
    color: #fff;

    background: linear-gradient(90deg, #ff3b3b 0%, #a54fd5 50%, #4a6cf7 100%);

    pointer-events: none;
}

.program-stats {
    font-size: 2rem;
    font-weight: bold;
}

/* 
* MSLEARN CERTIFICATE PATH 
*/
.mslearn-certificate-path * {
    font-family: Arial, sans-serif;
}

.mslearn-certificate-path.accordion {
    max-width: 1300px;
    margin: auto;
}

.mslearn-certificate-path .accordion-item {
    width: 100%;
    background: white;
    margin-bottom: 10px;
    overflow: hidden;
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc;
}

.mslearn-certificate-path .accordion-header {
    padding: 5px;
    cursor: pointer;
    display: flex;
    gap: 15px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    align-items: center;
}

.mslearn-certificate-path .accordion-header.open,
.mslearn-certificate-path .accordion-header:hover {
    background: #f6f7f9;
    border-radius: 10px 10px 0 0;
}

.mslearn-certificate-path .accordion-content {
    display: none;
    padding: 1.4rem;
    background: #f6f7f9;
    border-radius: 0px 0px 15px 15px;
    width: auto;
    overflow: hidden;
}

.mslearn-certificate-path .accordion-content img {
    border-radius: 5px;
}

.mslearn-certificate-path .certificate-section {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 15px;
    padding: 20px;
}

.mslearn-certificate-path .certificate-cl {
    display: flex;
    column-gap: 2.4rem;
    align-items: center;
}

.mslearn-certificate-path .certificate-line {
    display: flex;
    flex: 0 0 4.8rem;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
}

.mslearn-certificate-path .number-line1 {
    inline-size: 0;
    border-inline-start: 1px dashed oklch(86.72% .0192 282.72deg);
}

.mslearn-certificate-path .number-line2 {
    inline-size: 0;
    border-inline-start: 1px dashed oklch(86.72% .0192 282.72deg);
    flex-grow: 1;
}

.mslearn-certificate-path .box-size-top {
    block-size: 1.5rem;
    flex-grow: 0;
}

.mslearn-certificate-path .number-point {
    inline-size: 2.8rem;
    block-size: 2.8rem;
    border-radius: 50%;
    background-color: #f9f6f7;
    display: flex;
    font-weight: 600;
    align-items: center;
    justify-content: center;
}

.mslearn-certificate-path .ht-picture {
    width: 250px;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
}

.mslearn-certificate-path .ht-picture img {
    width: 100%;
    height: auto;
    object-fit: cover;
    inline-size: 100%;
}

.mslearn-certificate-path .primary-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    min-inline-size: 0;
    justify-content: center;
}

.mslearn-certificate-path .learning-path-course {
    display: flex;
    flex-direction: column;
    gap: .4rem;
}

.mslearn-certificate-path .title-name {
    width: 100%;
    height: auto;
}

.mslearn-certificate-path .title-name h2 {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    margin: 0px;
}

.mslearn-certificate-path .course-tracker {
    font-size: .8rem;
    color: oklch(48.09% .0371 279.08deg);
}

.mslearn-certificate-path .horizontal-card {
    width: 100%;
    height: auto;
    margin-top: 10px;
}

.mslearn-certificate-path .horizontal-card ul {
    overflow-y: clip;
    flex-wrap: wrap;
    display: flex;
    gap: .4rem;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.mslearn-certificate-path .horizontal-card ul li {
    width: auto;
    display: flex;
    flex: 0 0 auto;
    padding: 3px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    font-size: 12px;
    color: #7c7c7c;
}

.mslearn-certificate-path .rating-average {
    width: auto;
    height: 15px;
    display: flex;
    gap: 6px;
}

.mslearn-certificate-path .rating-average img {
    width: 100%;
}

.mslearn-certificate-path .check-11 {
    width: 20px;
    height: auto;
    float: left;
    margin-right: 15px;
}

.mslearn-certificate-path .check-11 img {
    width: 100%;
    height: auto;
}

.mslearn-certificate-path .learning-text-content {
    width: 100%;
    height: auto;
    float: left;
}

.mslearn-certificate-path .learning-text-content h3 {
    margin: 0px;
    margin-bottom: 15px;
    font-size: 15px;
}

.mslearn-certificate-path .learning-text-content ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.mslearn-certificate-path .learning-text-content ul li {
    font-size: 12px;
    color: #585858;
    font-size: .9rem;
    margin-bottom: 10px;
}

.mslearn-certificate-path .learning-course-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 1.4rem;
}

.mslearn-certificate-path .ud-btn-secondary {
    color: #6d28d2;
    font-size: 13px;
    text-decoration: none;
    align-self: flex-start;
    border-radius: 10px;
    border: 1px solid #6d28d2;
    position: relative;
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    padding-block: 0;
    padding-inline: 1.2rem;
    justify-content: center;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: bottom;
    white-space: nowrap;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    block-size: 2.5rem;
}

.mslearn-certificate-path .ar {
    width: 12px;
    height: auto;
    margin-left: 8px;
}

.mslearn-certificate-path .learning-line-hidden {
    visibility: hidden;
}

.mslearn-certificate-path .google-tracker-9t {
    width: 100%;
    padding: 15px 15px;
    position: relative;
    border-radius: 1.6rem;
    border: 1px solid #000;
    margin-block: 0.4rem;
    background: linear-gradient(#fff, #fff) padding-box, conic-gradient(from 200deg, #d51c0f 0deg, var(--color-red-400) 70deg, var(--color-yellow-350) 100deg, var(--color-yellow-350) 140deg, var(--color-green-350) 190deg, var(--color-green-350) 215deg, var(--color-blue-350) 315deg, var(--color-blue-350) 335deg, var(--color-red-400) 1turn) border-box;
}

.mslearn-certificate-path .gt-pic {
    width: 75px;
    height: auto;
}

.mslearn-certificate-path .gt-pic img {
    width: 100%;
    height: auto;
}

.mslearn-certificate-path .google-tracker-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2.2rem;
}

.mslearn-certificate-path .google-tracker-copy h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 0px;
}

.mslearn-certificate-path .google-tracker-copy h3 {
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
    font-size: .8rem;
    margin: 0px;
}

.mslearn-certificate-path .google-tracker-copy p {
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    font-size: .9rem;
    margin: 0px;
}

.mslearn-certificate-path .google-tracker-copy {
    display: flex;
    flex-direction: column;
    gap: .4rem;
    flex: 1 1;
}

.mslearn-certificate-path .ud-icon-larget {
    width: 35px;
    height: auto;
    inline-size: 2.8rem;
    block-size: 2.8rem;
    border-radius: 50%;
    background-color: #f9f6f7;
    display: flex;
    font-weight: 600;
    align-items: center;
    justify-content: center;
}

.mslearn-certificate-path .ud-icon-larget img {
    width: 100%;
    height: auto;
}

.mslearn-certificate-path .pd-top15 {
    padding-top: 36px;
}

.mslearn-certificate-path .number-point-8 {
    inline-size: 3.5rem;
    block-size: 3.2rem;
    background-color: #ff8900;
    display: none;
    color: #fff;
    font-weight: 600;
    position: absolute;
    right: -4px;
    top: -1px;
    align-items: center;
    border-bottom-left-radius: 50px 100%;
    justify-content: center;
}

.mslearn-certificate-path .accordion-header .horizontal-arrow {
    width: 25px;
    height: 20px;
    /* margin-top: 70px; */
    background-image: url('../images/down-arrow2.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.mslearn-certificate-path .accordion-header.open .horizontal-arrow {
    width: 25px;
    height: 20px;
    /* margin-top: 70px; */
    background-image: url('../images/up-arrow1.png');
    background-size: contain;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 425px) {
    .mslearn-certificate-path .certificate-line {
        display: none;
    }

    .mslearn-certificate-path .number-point-8 {
        display: flex;
    }

    .mslearn-certificate-path .accordion-header .horizontal-arrow,
    .mslearn-certificate-path .accordion-header.open .horizontal-arrow {
        margin-top: 70px;
    }

    .mslearn-certificate-path .accordion-header {
        flex-direction: column;
    }

    .mslearn-certificate-path .ht-picture,
    .mslearn-certificate-path .ht-picture img {
        width: 100%;
    }
}

@media only screen and (max-width: 280px) {
    .mslearn-certificate-path .certificate-section {
        padding: 13px;
    }

    .mslearn-certificate-path .certificate-line {
        flex: 0 0 1.8rem;
    }

    .mslearn-certificate-path .certificate-cl {
        column-gap: .4rem;
    }

    .mslearn-certificate-path .ht-picture {
        display: none;
    }

    .mslearn-certificate-path .number-point {
        inline-size: 1.8rem;
        block-size: 1.8rem;
    }

    .mslearn-certificate-path .google-tracker-9t {
        display: none;
    }
}

/* Custom html widget */
.dashboard_widget_wrapper.col-md-6 h2.widgettitle,
.dashboard_widget_wrapper.col-md-6 h3.widget_title {
    font-size: 16px !important;
    font-weight: bold !important;
    margin-bottom: 15px !important;
}

.dashboard_widget_wrapper.col-md-6[data-widget-id="custom_html"] h2.widgettitle {
    display: none !important;
}

.dashboard_widget_wrapper.col-md-6[data-widget-id="custom_html"] {
    width: 100% !important;
}

.dashboard_widget_wrapper.col-md-6[data-widget-id="custom_html"] .custom_html.custom_html-2 {
    padding: 15px 0 !important;
}

.dashboard_widget_wrapper.col-md-6[data-widget-id="custom_html"] {
    width: 100% !important;
}

/* Course progress widget */
.wplms_course_progress.wplms_course_progress-3 {
    padding-top: 15px !important;
}

.vibebp_main .profile_avatar_actions .button.is-info,
.vibebp_main .profile_avatar_actions .button.is-danger {
    background-color: #0954A6 !important;
}