/* _content/Fderivs.Learning/Views/Activity/ActivityEdit.cshtml.rz.scp.css */
.input[b-60yrwbviiu] {
    position: relative;
    border: 1px solid red;
    margin-bottom: 1.25rem;
    border: 1px solid #ced4da;
    background-color: var(--background-lighter);
    font-size: 0;
}

    .input.line-layout[b-60yrwbviiu] {
        background: none;
        border-top: none;
        border-left: none;
        border-right: none;
    }

    .input > *[b-60yrwbviiu] {
        font-size: 1rem;
    }

    .input label[b-60yrwbviiu] {
        display: block;
        position: absolute;
        width: calc(100% - 1.25rem);
        top: 0px;
        left: 0px;
        padding: .1rem .75rem;
        font-weight: 600;
        color: #777c81;
        font-weight: 400;
        font-family: "Segoe UI", "Helvetica Neue", "Helvetica", Arial, sans-serif;
        background-color: #fff;
    }

.input input[b-60yrwbviiu] {
    height: 54px;
    box-shadow: none;
}

    .input input[b-60yrwbviiu],
    .input textarea[b-60yrwbviiu],
    .input .checkbox-wrapper[b-60yrwbviiu] {
        width: 100%;
        border: none;
        background: transparent;
        padding: 1.75rem 1rem .25rem 1.25rem;
    }


    .richtext-input[b-60yrwbviiu]{
        padding-top: 2rem;
        border: 2px solid transparent;
    }

    .richtext-input .ql-container[b-60yrwbviiu]{
        border: none;
        font-size: 1rem;
        min-height: 9rem;
        max-height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }

        .richtext-input:focus-within[b-60yrwbviiu] {
            border: 2px solid #0060DF;
        }

.input textarea[b-60yrwbviiu] {
    min-height: 9rem;
    max-height: 35rem;
}

.input input[type="checkbox"][b-60yrwbviiu] {
    width: 1.25rem;
    height: 1.25rem;
}

.input input[disabled][b-60yrwbviiu] {
    background: #d6d6d6;
}

.input-layout[b-60yrwbviiu] {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 2rem;
    padding: 1rem 0;
}

    .input-layout .input[b-60yrwbviiu] {
        width: calc(50% - 1rem);
    }

    .input-layout .full-row[b-60yrwbviiu] {
        width: 100%;
    }

.title[b-60yrwbviiu] {
    font-weight: 600;
    margin: 0;
}

h1.title[b-60yrwbviiu] {
    font-size: 1.75rem;
}

h2.title[b-60yrwbviiu] {
    font-size: 1.5rem;
}

.header .title[b-60yrwbviiu] {
    text-align: center;
}

.footer-space[b-60yrwbviiu] {
    margin-bottom: 56px;
}

main[b-60yrwbviiu] {
    display: flex;
}

article[b-60yrwbviiu],
.page main > article[b-60yrwbviiu] {
    margin: 0;
}

.body .title[b-60yrwbviiu] {
    margin-top: 1.75rem;
    margin-bottom: 1.25rem;
}

.course-title[b-60yrwbviiu] {
    color: #000;
    font-weight: 600;
    font-size: 2.1rem;
    margin-bottom: 1.5rem;
}

.course-article .item-info[b-60yrwbviiu] {
    margin-bottom: 1rem;
}

.course-article .details span:not(:first-of-type)[b-60yrwbviiu]::before {
    content: "•";
    margin: 0 .5rem;
}

    .data-editor .text p[b-60yrwbviiu] {
        line-height: 1.33rem;
    }

.data-editor .item-category[b-60yrwbviiu] {
    font-size: .8rem;
}

.data-editor .item-duration[b-60yrwbviiu]{
    font-size: .9rem;
}

.activty-container[b-60yrwbviiu],
.media-container[b-60yrwbviiu],
.attachment-container[b-60yrwbviiu] {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: .5rem 1rem;
    border-top: 1px solid #ccc;
}

.question-container[b-60yrwbviiu] {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: .5rem 1rem;
    border-top: 1px solid #ccc;
}

.button-area[b-60yrwbviiu] {
    padding: .5rem 1rem;
}

.alert ul[b-60yrwbviiu] {
    margin: 0;
}

.media-area[b-60yrwbviiu], .attachment-area[b-60yrwbviiu] {
    height: 100%;
    display: flex;
    flex-direction: column;
}
/* _content/Fderivs.Learning/Views/Activity/ActivityPage.cshtml.rz.scp.css */
[b-qbeq1k7mjm] .action-area {
    position: absolute;
    right: 1rem;
    top: 1rem;
}

p.correct[b-qbeq1k7mjm]{
    color: green;
}

.incorrect[b-qbeq1k7mjm] {
    color: red;
}

.quiz-area.hidden[b-qbeq1k7mjm]{
    display: none;
}

/*CLASS SECTION*/

[b-qbeq1k7mjm] .class-section-title {
    position: sticky;
    top: 56px;
    display: block;
    width: 100%;
    font-weight: 500;
    padding: 1rem 1rem .5rem .5rem;
    border-bottom: 2px solid;
    font-size: 2rem;
    cursor: pointer;
    transition: 500ms ease-out;
    background-color: var(--background-lighter);
}

    [b-qbeq1k7mjm] .class-section-title:hover {
        padding-left: 1.6rem;
        color: var(--highlight-dark-1);
        border-color: var(--highlight-dark-1);
    }

    [b-qbeq1k7mjm] .class-section-title .icon {
        font-size: 1.3rem;
        margin-right: 1rem
    }

    [b-qbeq1k7mjm] .class-section-title .indicator {
        position: absolute;
        right: .5rem;
        bottom: .75rem;
        display: none;
        transition: inherit;
        font-size: 1.5rem;
    }

    [b-qbeq1k7mjm] .class-section-title:hover .indicator {
        right: 1.1rem;
    }

[b-qbeq1k7mjm] .class-section.open .indicator.open,
[b-qbeq1k7mjm] .class-section.closed .indicator.closed {
    display: block;
}

[b-qbeq1k7mjm] .class-section.open .class-section-body {
    max-height: unset;
}

[b-qbeq1k7mjm] .class-section.closed .class-section-body {
    max-height: 0;
    padding: 0;
}

[b-qbeq1k7mjm] .class-section-body {
    overflow: hidden;
    transition: 750ms ease-in-out;
    padding: 1.5rem;
    box-sizing: content-box;
}
/* _content/Fderivs.Learning/Views/Checkout/CourseCheckoutFailure.cshtml.rz.scp.css */
.button-area[b-ahx5ngsoxv] {
    margin-top: 2rem;
    text-align: center;
    font-size: 1.5rem;
}

.page main > article.course-article[b-ahx5ngsoxv],
.course-article[b-ahx5ngsoxv] {
    position: relative;
    padding: 0;
    width: 100%;
    max-width: 1280px;
    text-align: left;
}

.page main.expanded-layout > article.course-article[b-ahx5ngsoxv],
.expanded-layout .course-article[b-ahx5ngsoxv] {
    max-width: unset;
}

.page main > article.course-article p[b-ahx5ngsoxv],
.course-article p[b-ahx5ngsoxv] {
    text-align: justify;
}

.course-article .content-area[b-ahx5ngsoxv] {
    width: 100%;
    line-break: auto;
    padding: 0 2rem;
}

.header[b-ahx5ngsoxv] {
    position: relative;
    height: 11rem;
}

    .header .background-image[b-ahx5ngsoxv] {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

.background-shade[b-ahx5ngsoxv] {
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.45) 40%, rgba(0,0,0,0) 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.course-article .image-area img[b-ahx5ngsoxv] {
    transform: translateY(-50%);
}

.course-article .image-area[b-ahx5ngsoxv],
.course-article .image-area img[b-ahx5ngsoxv] {
    top: 0;
    width: 8rem;
    position: absolute;
}

.course-article .body[b-ahx5ngsoxv] {
    position: relative;
    padding: 1.5rem;
    padding-top: 4.5rem;
    z-index: 1;
}

.expanded-layout .course-article .body[b-ahx5ngsoxv] {
    padding-left: 6vw;
    padding-right: 6vw;
}

.course-title[b-ahx5ngsoxv] {
    color: #000;
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.course-article .item-info[b-ahx5ngsoxv] {
    margin-bottom: 1rem;
    padding-right: 1rem;
}

.course-article .category-info[b-ahx5ngsoxv] {
    margin-top: 1rem;
    margin-bottom: 0;
    letter-spacing: 2px;
}

.course-article .details span:not(:first-of-type)[b-ahx5ngsoxv]::before {
    content: "•";
    margin: 0 .5rem;
}

@media (min-width: 768px) {
    .page main > article.course-article[b-ahx5ngsoxv],
    .course-article[b-ahx5ngsoxv] {
        width: 100%;
        max-width: 1280px;
        min-height: calc(100vh - 56px - 56px);
    }

    .page main.expanded-layout > article.course-article[b-ahx5ngsoxv],
    .expanded-layout .course-article[b-ahx5ngsoxv] {
        max-width: unset;
    }
}

@media (max-width: 768px) {
    .header[b-ahx5ngsoxv] {
        height: 6rem;
    }

    .course-article .item-info[b-ahx5ngsoxv] {
        font-size: .85em;
    }

    .course-article .content-area[b-ahx5ngsoxv] {
        padding: 0;
    }

    .course-article .image-area[b-ahx5ngsoxv],
    .course-article .image-area img[b-ahx5ngsoxv] {
        width: 6rem;
    }

    .course-article .body[b-ahx5ngsoxv] {
        padding-top: 3.5rem;
    }

    .expanded-layout .course-article .body[b-ahx5ngsoxv] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .course-title[b-ahx5ngsoxv] {
        font-size: 2rem;
        margin-top: .5rem;
        margin-bottom: 1rem;
    }
}
/* _content/Fderivs.Learning/Views/Checkout/CourseCheckoutPending.cshtml.rz.scp.css */
.button-area[b-qi7g6l8gb0] {
    margin-top: 2rem;
    text-align: center;
    font-size: 1.5rem;
}

.page main > article.course-article[b-qi7g6l8gb0],
.course-article[b-qi7g6l8gb0] {
    position: relative;
    padding: 0;
    width: 100%;
    max-width: 1280px;
    text-align: left;
}

.page main.expanded-layout > article.course-article[b-qi7g6l8gb0],
.expanded-layout .course-article[b-qi7g6l8gb0] {
    max-width: unset;
}

.page main > article.course-article p[b-qi7g6l8gb0],
.course-article p[b-qi7g6l8gb0] {
    text-align: justify;
}

.course-article .content-area[b-qi7g6l8gb0] {
    width: 100%;
    line-break: auto;
    padding: 0 2rem;
}

.header[b-qi7g6l8gb0] {
    position: relative;
    height: 11rem;
}

    .header .background-image[b-qi7g6l8gb0] {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

.background-shade[b-qi7g6l8gb0] {
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.45) 40%, rgba(0,0,0,0) 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.course-article .image-area img[b-qi7g6l8gb0] {
    transform: translateY(-50%);
}

.course-article .image-area[b-qi7g6l8gb0],
.course-article .image-area img[b-qi7g6l8gb0] {
    top: 0;
    width: 8rem;
    position: absolute;
}

.course-article .body[b-qi7g6l8gb0] {
    position: relative;
    padding: 1.5rem;
    padding-top: 4.5rem;
    z-index: 1;
}

.expanded-layout .course-article .body[b-qi7g6l8gb0] {
    padding-left: 6vw;
    padding-right: 6vw;
}

.course-title[b-qi7g6l8gb0] {
    color: #000;
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.course-article .item-info[b-qi7g6l8gb0] {
    margin-bottom: 1rem;
    padding-right: 1rem;
}

.course-article .category-info[b-qi7g6l8gb0] {
    margin-top: 1rem;
    margin-bottom: 0;
    letter-spacing: 2px;
}

.course-article .details span:not(:first-of-type)[b-qi7g6l8gb0]::before {
    content: "•";
    margin: 0 .5rem;
}

@media (min-width: 768px) {
    .page main > article.course-article[b-qi7g6l8gb0],
    .course-article[b-qi7g6l8gb0] {
        width: 100%;
        max-width: 1280px;
        min-height: calc(100vh - 56px - 56px);
    }

    .page main.expanded-layout > article.course-article[b-qi7g6l8gb0],
    .expanded-layout .course-article[b-qi7g6l8gb0] {
        max-width: unset;
    }
}

@media (max-width: 768px) {
    .header[b-qi7g6l8gb0] {
        height: 6rem;
    }

    .course-article .item-info[b-qi7g6l8gb0] {
        font-size: .85em;
    }

    .course-article .content-area[b-qi7g6l8gb0] {
        padding: 0;
    }

    .course-article .image-area[b-qi7g6l8gb0],
    .course-article .image-area img[b-qi7g6l8gb0] {
        width: 6rem;
    }

    .course-article .body[b-qi7g6l8gb0] {
        padding-top: 3.5rem;
    }

    .expanded-layout .course-article .body[b-qi7g6l8gb0] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .course-title[b-qi7g6l8gb0] {
        font-size: 2rem;
        margin-top: .5rem;
        margin-bottom: 1rem;
    }
}
/* _content/Fderivs.Learning/Views/Checkout/CourseCheckoutSuccess.cshtml.rz.scp.css */
.button-area[b-6cw4p9ti7e]{
    margin-top: 2rem;
    text-align: center;
    font-size: 1.5rem;
}

.page main > article.course-article[b-6cw4p9ti7e],
.course-article[b-6cw4p9ti7e] {
    position: relative;
    padding: 0;
    width: 100%;
    max-width: 1280px;
    text-align: left;
}

.page main.expanded-layout > article.course-article[b-6cw4p9ti7e],
.expanded-layout .course-article[b-6cw4p9ti7e] {
    max-width: unset;
}

.page main > article.course-article p[b-6cw4p9ti7e],
.course-article p[b-6cw4p9ti7e] {
    text-align: justify;
}

.course-article .content-area[b-6cw4p9ti7e] {
    width: 100%;
    line-break: auto;
    padding: 0 2rem;
}

.header[b-6cw4p9ti7e]{
    position: relative;
    height: 11rem;
}

    .header .background-image[b-6cw4p9ti7e] {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center ;
        background-repeat: no-repeat;
    }

.background-shade[b-6cw4p9ti7e] {
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.45) 40%, rgba(0,0,0,0) 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.course-article .image-area img[b-6cw4p9ti7e] {
    transform: translateY(-50%);
}

.course-article .image-area[b-6cw4p9ti7e],
.course-article .image-area img[b-6cw4p9ti7e] {
    top: 0;
    width: 8rem;
    position: absolute;
}

.course-article .body[b-6cw4p9ti7e] {
    position: relative;
    padding: 1.5rem;
    padding-top: 4.5rem;
    z-index: 1;
}

.expanded-layout .course-article .body[b-6cw4p9ti7e] {
    padding-left: 6vw;
    padding-right: 6vw;
}

.course-title[b-6cw4p9ti7e] {
    color: #000;
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.course-article .item-info[b-6cw4p9ti7e] {
    margin-bottom: 1rem;
    padding-right: 1rem;
}

.course-article .category-info[b-6cw4p9ti7e] {
    margin-top: 1rem;
    margin-bottom: 0;
    letter-spacing: 2px;
}

.course-article .details span:not(:first-of-type)[b-6cw4p9ti7e]::before {
    content: "•";
    margin: 0 .5rem;
}

@media (min-width: 768px) {
    .page main > article.course-article[b-6cw4p9ti7e],
    .course-article[b-6cw4p9ti7e] {
        width: 100%;
        max-width: 1280px;
        min-height: calc(100vh - 56px - 56px);
    }

    .page main.expanded-layout > article.course-article[b-6cw4p9ti7e],
    .expanded-layout .course-article[b-6cw4p9ti7e] {
        max-width: unset;
    }
}

@media (max-width: 768px) {
    .header[b-6cw4p9ti7e] {
        height: 6rem;
    }

    .course-article .item-info[b-6cw4p9ti7e] {
        font-size: .85em;
    }

    .course-article .content-area[b-6cw4p9ti7e] {
        padding: 0;
    }

    .course-article .image-area[b-6cw4p9ti7e],
    .course-article .image-area img[b-6cw4p9ti7e] {
        width: 6rem;
    }

    .course-article .body[b-6cw4p9ti7e] {
        padding-top: 3.5rem;
    }

    .expanded-layout .course-article .body[b-6cw4p9ti7e] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .course-title[b-6cw4p9ti7e] {
        font-size: 2rem;
        margin-top: .5rem;
        margin-bottom: 1rem;
    }
}
/* _content/Fderivs.Learning/Views/Components/_Input.cshtml.rz.scp.css */
.input[b-w33um1021a] {
    position: relative;
    border: 1px solid red;
    margin-bottom: 1.25rem;
    border: 1px solid #ced4da;
    background-color: var(--background-lighter);
    font-size: 0;
}

    .input.line-layout[b-w33um1021a] {
        background: none;
        border-top: none;
        border-left: none;
        border-right: none;
    }

    .input > *[b-w33um1021a] {
        font-size: 1rem;
    }

    .input label[b-w33um1021a] {
        display: block;
        position: absolute;
        top: .1rem;
        left: .75rem;
        font-weight: 600;
        color: #777c81;
        font-weight: 400;
        font-family: "Segoe UI", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    }

    .input input[b-w33um1021a] {
        height: 54px;
        box-shadow: none;
    }

    .input input[b-w33um1021a],
    .input textarea[b-w33um1021a],
    .input .checkbox-wrapper[b-w33um1021a] {
        width: 100%;
        border: none;
        background: transparent;
        padding: 1.75rem 1rem .25rem 1.25rem;
    }


.richtext-input[b-w33um1021a] {
    padding-top: 2rem;
    border: 2px solid transparent;
}

    .richtext-input .ql-container[b-w33um1021a] {
        border: none;
        font-size: 1rem;
        min-height: 9rem;
        max-height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .richtext-input:focus-within[b-w33um1021a] {
        border: 2px solid #0060DF;
    }

.input textarea[b-w33um1021a] {
    min-height: 7rem;
    max-height: 14rem;
}

.input input[type="checkbox"][b-w33um1021a] {
    width: 1.25rem;
    height: 1.25rem;
}

.input input[disabled][b-w33um1021a] {
    background: #d6d6d6;
}
/* _content/Fderivs.Learning/Views/CourseGroup/CourseGroupBuy.cshtml.rz.scp.css */
.page main > article.course-article[b-arz6ksxpvq],
.course-article[b-arz6ksxpvq] {
    position: relative;
    padding: 0;
    width: 100%;
    max-width: 1280px;
    text-align: left;
}

.page main.expanded-layout > article.course-article[b-arz6ksxpvq],
.expanded-layout .course-article[b-arz6ksxpvq] {
    max-width: unset;
}

.page main > article.course-article p[b-arz6ksxpvq],
.course-article p[b-arz6ksxpvq] {
    text-align: justify;
}

.course-article .content-area[b-arz6ksxpvq] {
    width: 100%;
    line-break: auto;
    padding: 0 2rem;
}

.header[b-arz6ksxpvq] {
    position: relative;
    height: 6.5rem;
}

    .header .background-image[b-arz6ksxpvq] {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

.background-shade[b-arz6ksxpvq] {
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.45) 40%, rgba(0,0,0,0) 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.course-article .image-area img[b-arz6ksxpvq] {
    transform: translateY(-50%);
}

.course-article .image-area[b-arz6ksxpvq],
.course-article .image-area img[b-arz6ksxpvq] {
    top: 0;
    width: 6.5rem;
    position: absolute;
}

.course-article .body[b-arz6ksxpvq] {
    position: relative;
    padding: 1.5rem;
    padding-top: 3rem;
    z-index: 1;
}

.expanded-layout .course-article .body[b-arz6ksxpvq] {
    padding-left: 6vw;
    padding-right: 6vw;
}

.course-title[b-arz6ksxpvq] {
    color: #000;
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.course-article .item-info[b-arz6ksxpvq] {
    margin-bottom: 1rem;
    padding-right: 1rem;
}

.course-article .category-info[b-arz6ksxpvq] {
    margin-top: .5rem;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.course-article .details span:not(:first-of-type)[b-arz6ksxpvq]::before {
    content: "•";
    margin: 0 .5rem;
}

.option-selection-section[b-arz6ksxpvq] {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.section-title[b-arz6ksxpvq] {
    margin-bottom: 1.5rem;
}

.section-description[b-arz6ksxpvq] {
    margin-bottom: .75rem;
    padding-left: .75rem;
    color: #555;
}

.product-list[b-arz6ksxpvq] {
    margin-bottom: 1.5rem;
    padding: .5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 1.25rem;
    row-gap: 1.25rem;
}

.product-item[b-arz6ksxpvq] {
    padding: 1.25rem 1.25rem;
    width: 400px;
    border: 1px solid #ccc;
    border-radius: 20px;
    text-align: left;
    box-shadow: 1px 3px 5px rgba(0,0,0,0.5);
    transition: .5s ease-out;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .product-item:hover[b-arz6ksxpvq] {
        transform: translateY(-6px);
        box-shadow: 1px 9px 5px rgba(0,0,0,0.4);
    }

    .product-item > p[b-arz6ksxpvq] {
        margin-bottom: .5rem;
    }

    .product-item .title[b-arz6ksxpvq] {
        font-weight: bold;
        font-size: 1.3rem;
        text-align: left !important;
    }

    .product-item .duration[b-arz6ksxpvq] {
        color: #777;
        font-size: .9rem;
        font-style: italic;
        text-align: center !important;
    }

    .product-item .price[b-arz6ksxpvq] {
        font-weight: bold;
        font-size: 1.75rem;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        text-align: center !important;
        margin-top: .75rem;
        color: #333;
    }

        .product-item .price.previous-price[b-arz6ksxpvq] {
            font-size: 1rem;
            margin: 0;
            text-decoration: line-through;
        }

.previous-price + .price[b-arz6ksxpvq] {
    margin-top: .25rem;
}

.centered[b-arz6ksxpvq] {
    text-align: center;
}

.info .icon[b-arz6ksxpvq] {
    cursor: pointer;
}

.info-body p[b-arz6ksxpvq] {
    margin-bottom: 0;
    line-height: 2rem;
}

.obtain-area[b-arz6ksxpvq] {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    column-gap: 1.25rem;
}

.option-separator[b-arz6ksxpvq] {
    color: #888;
    letter-spacing: 1px;
}

.coupon-indicator[b-arz6ksxpvq] {
    text-align: center !important;
    margin: 0;
    margin-top: .75rem;
}

.coupon-container[b-arz6ksxpvq] {
    width: 292px;
    margin-top: .5rem;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #bbb;
    display: flex;
    margin: 0 auto;
    margin-top: .75rem;
    display: none;
}

.coupon-input[b-arz6ksxpvq] {
    border: none;
    padding: .25rem .5rem;
    width: 100%;
}

.coupon-button[b-arz6ksxpvq] {
    border: none;
    border-style: none;
    padding: .25rem .5rem;
    display: inline-block;
    color: #444;
    font-weight: 600;
    width: 75px;
}

.coupon-validation-message[b-arz6ksxpvq] {
    font-size: .85rem;
}

    .coupon-validation-message.success[b-arz6ksxpvq] {
        color: #1e570a;
    }

    .coupon-validation-message.error[b-arz6ksxpvq] {
        color: #9d1438;
    }

@media (min-width: 768px) {
    .page main > article.course-article[b-arz6ksxpvq],
    .course-article[b-arz6ksxpvq] {
        width: 100%;
        max-width: 1280px;
        min-height: calc(100vh - 56px - 56px);
    }

    .page main.expanded-layout > article.course-article[b-arz6ksxpvq],
    .expanded-layout .course-article[b-arz6ksxpvq] {
        max-width: unset;
    }
}

@media (max-width: 768px) {
    .header[b-arz6ksxpvq] {
        height: 6rem;
    }

    .course-article .item-info[b-arz6ksxpvq] {
        font-size: .85rem;
    }

    .course-article .category-info[b-arz6ksxpvq] {
        margin-top: 0;
    }

    .course-article .content-area[b-arz6ksxpvq] {
        padding: 0;
    }

    .course-article .image-area[b-arz6ksxpvq],
    .course-article .image-area img[b-arz6ksxpvq] {
        width: 6rem;
    }

    .course-article .body[b-arz6ksxpvq] {
        padding-top: 3.5rem;
    }

    .expanded-layout .course-article .body[b-arz6ksxpvq] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .course-title[b-arz6ksxpvq] {
        font-size: 2rem;
        margin-top: .5rem;
        margin-bottom: 1rem;
    }

    .section-title[b-arz6ksxpvq] {
        font-size: 1.5rem;
        margin-bottom: .75rem;
    }

    .section-description[b-arz6ksxpvq] {
        margin-bottom: 1rem;
        padding-left: .5rem;
        padding-right: .5rem;
    }

    .product-list[b-arz6ksxpvq] {
        padding: 0;
    }

    .product-item[b-arz6ksxpvq] {
        width: 100%;
    }

        .product-item .title[b-arz6ksxpvq] {
            font-size: 1.2rem;
        }
}
/* _content/Fderivs.Learning/Views/CourseGroup/CourseGroupDetails.cshtml.rz.scp.css */
.page main > article.course-article[b-eomk21o9px],
.course-article[b-eomk21o9px] {
    position: relative;
    padding: 0;
    width: 100%;
    max-width: 1280px;
    text-align: left;
}

.page main.expanded-layout > article.course-article[b-eomk21o9px],
.expanded-layout .course-article[b-eomk21o9px] {
    max-width: unset;
}

.page main > article.course-article p[b-eomk21o9px],
.course-article p[b-eomk21o9px] {
    text-align: justify;
}

.course-article .content-area[b-eomk21o9px] {
    width: 100%;
    line-break: auto;
    padding: 0 2rem;
}

.header[b-eomk21o9px] {
    position: relative;
    height: 11rem;
}

.header .background-image[b-eomk21o9px] {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.background-shade[b-eomk21o9px] {
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.45) 40%, rgba(0,0,0,0) 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.course-article .image-area img[b-eomk21o9px] {
    transform: translateY(-50%);
}

.course-article .image-area[b-eomk21o9px],
.course-article .image-area img[b-eomk21o9px] {
    top: 0;
    width: 8rem;
    position: absolute;
}

.course-article .body[b-eomk21o9px] {
    position: relative;
    padding: 1.5rem;
    padding-top: 4.5rem;
    z-index: 1;
}

.expanded-layout .course-article .body[b-eomk21o9px] {
    padding-left: 6vw;
    padding-right: 6vw;
}

.coursegroup-title[b-eomk21o9px] {
    color: #000;
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.course-article .item-info[b-eomk21o9px] {
    margin-bottom: 1rem;
    padding-right: 1rem;
}

.course-article .category-info[b-eomk21o9px] {
    margin-top: 1rem;
    margin-bottom: 0;
    letter-spacing: 2px;
}

.course-article .details span:not(:first-of-type)[b-eomk21o9px]::before {
    content: "•";
    margin: 0 .5rem;
}

@media (min-width: 768px) {
    .page main > article.course-article[b-eomk21o9px],
    .course-article[b-eomk21o9px] {
        width: 100%;
        max-width: 1280px;
        min-height: calc(100vh - 56px - 56px);
    }

    .page main.expanded-layout > article.course-article[b-eomk21o9px],
    .expanded-layout .course-article[b-eomk21o9px] {
        max-width: unset;
    }
}

@media (max-width: 768px) {
    .header[b-eomk21o9px] {
        height: 6rem;
    }

    .course-article .item-info[b-eomk21o9px] {
        font-size: .85em;
    }

    .course-article .content-area[b-eomk21o9px] {
        padding: 0;
    }

    .course-article .image-area[b-eomk21o9px],
    .course-article .image-area img[b-eomk21o9px] {
        width: 6rem;
    }

    .course-article .body[b-eomk21o9px] {
        padding-top: 3.5rem;
    }

    .expanded-layout .course-article .body[b-eomk21o9px] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .coursegroup-title[b-eomk21o9px] {
        font-size: 2rem;
        margin-top: .5rem;
        margin-bottom: 1rem;
    }
}
/* _content/Fderivs.Learning/Views/CourseGroup/CourseGroupEdit.cshtml.rz.scp.css */
.course-area[b-v73uwq31fb],
.media-area[b-v73uwq31fb] {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: start;
}

.course-container[b-v73uwq31fb],
.media-container[b-v73uwq31fb] {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: .5rem 1rem;
    border-top: 1px solid #ccc;
}

.button-area[b-v73uwq31fb] {
    padding: .5rem 1rem;
}

.button-area .button[b-v73uwq31fb]{
    padding: .25rem 1rem;
}

.input[b-v73uwq31fb] {
    position: relative;
    border: 1px solid red;
    margin-bottom: 1.25rem;
    border: 1px solid #ced4da;
    background-color: var(--background-lighter);
    font-size: 0;
}

    .input.line-layout[b-v73uwq31fb] {
        background: none;
        border-top: none;
        border-left: none;
        border-right: none;
    }

    .input > *[b-v73uwq31fb] {
        font-size: 1rem;
    }

    .input label[b-v73uwq31fb] {
        display: block;
        position: absolute;
        width: 98%;
        top: 0;
        left: 0;
        padding: .1rem .75rem;
        font-weight: 600;
        color: #777c81;
        font-weight: 400;
        font-family: "Segoe UI", "Helvetica Neue", "Helvetica", Arial, sans-serif;
        background-color: #fff;
    }

    .input input[b-v73uwq31fb] {
        height: 54px;
        box-shadow: none;
    }

    .input input[b-v73uwq31fb],
    .input select[b-v73uwq31fb],
    .input textarea[b-v73uwq31fb],
    .input .checkbox-wrapper[b-v73uwq31fb] {
        width: 100%;
        border: none;
        background: transparent;
        padding: 1.75rem 1rem .25rem 1.25rem;
    }

    .input.disabled label[b-v73uwq31fb],
    .input.line-layout label[b-v73uwq31fb]{
        background-color: transparent;
    }

.richtext-input[b-v73uwq31fb] {
    padding-top: 2rem;
    border: 2px solid transparent;
}

    .richtext-input .ql-container[b-v73uwq31fb] {
        border: none;
        font-size: 1rem;
        min-height: 9rem;
        max-height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .richtext-input:focus-within[b-v73uwq31fb] {
        border: 2px solid #0060DF;
    }

.input textarea[b-v73uwq31fb] {
    min-height: 9rem;
    max-height: 35rem;
}

.input input[type="checkbox"][b-v73uwq31fb] {
    width: 1.25rem;
    height: 1.25rem;
}

.input input[disabled][b-v73uwq31fb] {
    background: #d6d6d6;
}

.input-layout[b-v73uwq31fb] {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 2rem;
    padding: 1rem 0;
}

    .input-layout .input[b-v73uwq31fb] {
        width: calc(50% - 1rem);
    }

    .input-layout .full-row[b-v73uwq31fb] {
        width: 100%;
    }

.title[b-v73uwq31fb] {
    font-weight: 600;
}

h1.title[b-v73uwq31fb] {
    font-size: 1.75rem;
}

h2.title[b-v73uwq31fb] {
    font-size: 1.65rem;
}

.header .title[b-v73uwq31fb] {
    text-align: center;
    margin: 0;
}

.footer-space[b-v73uwq31fb] {
    margin-bottom: 56px;
}

main[b-v73uwq31fb] {
    display: flex;
}

article[b-v73uwq31fb],
.page main > article[b-v73uwq31fb] {
    margin: 0;
}

.body .title[b-v73uwq31fb] {
    margin-top: 1.75rem;
    margin-bottom: 1.25rem;
}

.coursegroup-title[b-v73uwq31fb] {
    color: #000;
    font-weight: 600;
    font-size: 2.1rem;
    margin-bottom: 1.5rem;
}

.course-article .item-info[b-v73uwq31fb] {
    margin-bottom: 1rem;
}

.course-article .details span:not(:first-of-type)[b-v73uwq31fb]::before {
    content: "•";
    margin: 0 .5rem;
}

.data-editor .text p[b-v73uwq31fb] {
    line-height: 1.33rem;
}

.data-editor .item-category[b-v73uwq31fb] {
    font-size: .8rem;
}

.data-editor .item-duration[b-v73uwq31fb] {
    font-size: .9rem;
}
/* _content/Fderivs.Learning/Views/Course/CourseActivityDetails.cshtml.rz.scp.css */
/* _content/Fderivs.Learning/Views/Course/CourseActivityEdit.cshtml.rz.scp.css */
.activity-area[b-1fjgvsafdq],
.media-area[b-1fjgvsafdq],
.attachment-area[b-1fjgvsafdq]{
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: start;
}

.activty-container[b-1fjgvsafdq],
.media-container[b-1fjgvsafdq],
.attachment-container[b-1fjgvsafdq] {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: .5rem 1rem;
    border-top: 1px solid #ccc;
}

.button-area[b-1fjgvsafdq] {
    padding: .5rem 1rem;
}

.question-area[b-1fjgvsafdq] {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: start;
}

.question-container[b-1fjgvsafdq] {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: .5rem 1rem;
    border-top: 1px solid #ccc;
}

.button-area[b-1fjgvsafdq] {
    padding: .5rem 1rem;
}

.input[b-1fjgvsafdq] {
    position: relative;
    border: 1px solid red;
    margin-bottom: 1.25rem;
    border: 1px solid #ced4da;
    background-color: var(--background-lighter);
    font-size: 0;
}

    .input.line-layout[b-1fjgvsafdq] {
        background: none;
        border-top: none;
        border-left: none;
        border-right: none;
    }

    .input > *[b-1fjgvsafdq] {
        font-size: 1rem;
    }

    .input label[b-1fjgvsafdq] {
        display: block;
        position: absolute;
        width: 97%;
        top: 0;
        left: 0;
        padding: .1rem .75rem;
        font-weight: 600;
        color: #777c81;
        font-weight: 400;
        font-family: "Segoe UI", "Helvetica Neue", "Helvetica", Arial, sans-serif;
        background-color: #fff;
    }

    .input input[b-1fjgvsafdq] {
        height: 54px;
        box-shadow: none;
    }

    .input input[b-1fjgvsafdq],
    .input textarea[b-1fjgvsafdq],
    .input .checkbox-wrapper[b-1fjgvsafdq] {
        width: 100%;
        border: none;
        background: transparent;
        padding: 1.75rem 1rem .25rem 1.25rem;
    }

    .input.disabled label[b-1fjgvsafdq],
    .input.line-layout label[b-1fjgvsafdq] {
        background-color: transparent;
    }

.richtext-input[b-1fjgvsafdq] {
    padding-top: 2rem;
    border: 2px solid transparent;
}

    .richtext-input .ql-container[b-1fjgvsafdq] {
        border: none;
        font-size: 1rem;
        min-height: 9rem;
        max-height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .richtext-input:focus-within[b-1fjgvsafdq] {
        border: 2px solid #0060DF;
    }

.input textarea[b-1fjgvsafdq] {
    min-height: 9rem;
    max-height: 35rem;
}

.input input[type="checkbox"][b-1fjgvsafdq] {
    width: 1.25rem;
    height: 1.25rem;
}

.input input[disabled][b-1fjgvsafdq] {
    background: #d6d6d6;
}

.input-layout[b-1fjgvsafdq] {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 2rem;
    padding: 1rem 0;
}

    .input-layout .input[b-1fjgvsafdq] {
        width: calc(50% - 1rem);
    }

    .input-layout .full-row[b-1fjgvsafdq] {
        width: 100%;
    }

.title[b-1fjgvsafdq] {
    font-weight: 600;
    margin: 0;
}

h1.title[b-1fjgvsafdq] {
    font-size: 1.75rem;
}

h2.title[b-1fjgvsafdq] {
    font-size: 1.5rem;
}

.header .title[b-1fjgvsafdq] {
    text-align: center;
}

.footer-space[b-1fjgvsafdq] {
    margin-bottom: 56px;
}

main[b-1fjgvsafdq] {
    display: flex;
}

article[b-1fjgvsafdq],
.page main > article[b-1fjgvsafdq] {
    margin: 0;
}

.body .title[b-1fjgvsafdq] {
    margin-top: 1.75rem;
    margin-bottom: 1.25rem;
}

.course-title[b-1fjgvsafdq] {
    color: #000;
    font-weight: 600;
    font-size: 2.1rem;
    margin-bottom: 1.5rem;
}

.course-article .item-info[b-1fjgvsafdq] {
    margin-bottom: 1rem;
}

.course-article .details span:not(:first-of-type)[b-1fjgvsafdq]::before {
    content: "•";
    margin: 0 .5rem;
}

.data-editor .text p[b-1fjgvsafdq] {
    line-height: 1.33rem;
}

.data-editor .item-category[b-1fjgvsafdq] {
    font-size: .8rem;
}

.data-editor .item-duration[b-1fjgvsafdq] {
    font-size: .9rem;
}
/* _content/Fderivs.Learning/Views/Course/CourseBuy.cshtml.rz.scp.css */
.page main > article.course-article[b-zf3z8k140q],
.course-article[b-zf3z8k140q] {
    position: relative;
    padding: 0;
    width: 100%;
    max-width: 1280px;
    text-align: left;
}

.page main.expanded-layout > article.course-article[b-zf3z8k140q],
.expanded-layout .course-article[b-zf3z8k140q] {
    max-width: unset;
}

.page main > article.course-article p[b-zf3z8k140q],
.course-article p[b-zf3z8k140q] {
    text-align: justify;
}

.course-article .content-area[b-zf3z8k140q] {
    width: 100%;
    line-break: auto;
    padding: 0 2rem;
}

.header[b-zf3z8k140q]{
    position: relative;
    height: 6.5rem;
}

    .header .background-image[b-zf3z8k140q] {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center ;
        background-repeat: no-repeat;
    }

.background-shade[b-zf3z8k140q] {
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.45) 40%, rgba(0,0,0,0) 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.course-article .image-area img[b-zf3z8k140q] {
    transform: translateY(-50%);
}

.course-article .image-area[b-zf3z8k140q],
.course-article .image-area img[b-zf3z8k140q] {
    top: 0;
    width: 6.5rem;
    position: absolute;
}

.course-article .body[b-zf3z8k140q] {
    position: relative;
    padding: 1.5rem;
    padding-top: 3rem;
    z-index: 1;
}

.expanded-layout .course-article .body[b-zf3z8k140q] {
    padding-left: 6vw;
    padding-right: 6vw;
}

.course-title[b-zf3z8k140q] {
    color: #000;
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.course-article .item-info[b-zf3z8k140q] {
    margin-bottom: 1rem;
    padding-right: 1rem;
}

.course-article .category-info[b-zf3z8k140q] {
    margin-top: .5rem;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.course-article .details span:not(:first-of-type)[b-zf3z8k140q]::before {
    content: "•";
    margin: 0 .5rem;
}

.option-selection-section[b-zf3z8k140q] {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.section-title[b-zf3z8k140q] {
    margin-bottom: 1.5rem;
}

.section-description[b-zf3z8k140q] {
    margin-bottom: .25rem;
    padding-left: .75rem;
    color: #555;
}

.product-list[b-zf3z8k140q] {
    margin-bottom: 1.5rem;
    padding: .5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 1.25rem;
    row-gap: 1.25rem;
}

.product-item[b-zf3z8k140q] {
    padding: 1.25rem 1.25rem;
    width: 400px;
    border: 1px solid #ccc;
    border-radius: 20px;
    text-align: left;
    box-shadow: 1px 3px 5px rgba(0,0,0,0.5);
    transition: .5s ease-out;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .product-item:hover[b-zf3z8k140q] {
        transform: translateY(-6px);
        box-shadow: 1px 9px 5px rgba(0,0,0,0.4);
    }

    .product-item > p[b-zf3z8k140q] {
        margin-bottom: .5rem;
    }

    .product-item .title[b-zf3z8k140q] {
        font-weight: bold;
        font-size: 1.3rem;
        text-align: left !important;
    }

    .product-item .duration[b-zf3z8k140q] {
        color: #777;
        font-size: .9rem;
        font-style: italic;
        text-align: center !important;
    }

    .product-item .price[b-zf3z8k140q] {
        font-weight: bold;
        font-size: 1.75rem;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        text-align: center !important;
        margin-top: .75rem;
        color: #333;
    }

        .product-item .price.previous-price[b-zf3z8k140q] {
            font-size: 1rem;
            margin: 0;
            text-decoration: line-through;
        }

.previous-price + .price[b-zf3z8k140q] {
    margin-top: .25rem;
}

.centered[b-zf3z8k140q] {
    text-align: center;
}

.info .icon[b-zf3z8k140q]{
    cursor: pointer;
}

.info-body p[b-zf3z8k140q]{
    margin-bottom: 0;
    line-height: 2rem;
}

.obtain-area[b-zf3z8k140q]{
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    column-gap: 1.25rem;
}

.option-separator[b-zf3z8k140q]{
    color: #888;
    letter-spacing: 1px;
}

.coupon-indicator[b-zf3z8k140q]{
    text-align: center !important;
    margin: 0;
    margin-top: .75rem;
}

.coupon-container[b-zf3z8k140q] {
    width: 292px;
    margin-top: .5rem;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #bbb;
    display: flex;
    margin: 0 auto;
    margin-top: .75rem;
    display: none;
}

.coupon-input[b-zf3z8k140q] {
    border: none;
    padding: .25rem .5rem;
    width: 100%;
}

.coupon-button[b-zf3z8k140q] {
    border: none;
    border-style: none;
    padding: .25rem .5rem;
    display: inline-block;
    color: #444;
    font-weight: 600;
    width: 75px;
}

.coupon-validation-message[b-zf3z8k140q]{
    font-size: .85rem;
}

    .coupon-validation-message.success[b-zf3z8k140q] {
        color: #1e570a;
    }

.coupon-validation-message.error[b-zf3z8k140q] {
    color: #9d1438;
}

@media (min-width: 768px) {
    .page main > article.course-article[b-zf3z8k140q],
    .course-article[b-zf3z8k140q] {
        width: 100%;
        max-width: 1280px;
        min-height: calc(100vh - 56px - 56px);
    }

    .page main.expanded-layout > article.course-article[b-zf3z8k140q],
    .expanded-layout .course-article[b-zf3z8k140q] {
        max-width: unset;
    }
}

@media (max-width: 768px) {
    .header[b-zf3z8k140q] {
        height: 6rem;
    }

    .course-article .item-info[b-zf3z8k140q] {
        font-size: .85rem;
    }

    .course-article .category-info[b-zf3z8k140q] {
        margin-top: 0;
    }

    .course-article .content-area[b-zf3z8k140q] {
        padding: 0;
    }

    .course-article .image-area[b-zf3z8k140q],
    .course-article .image-area img[b-zf3z8k140q] {
        width: 6rem;
    }

    .course-article .body[b-zf3z8k140q] {
        padding-top: 3.5rem;
    }

    .expanded-layout .course-article .body[b-zf3z8k140q] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .course-title[b-zf3z8k140q] {
        font-size: 2rem;
        margin-top: .5rem;
        margin-bottom: 1rem;
    }

    .section-title[b-zf3z8k140q] {
        font-size: 1.35rem;
    }

    .product-list[b-zf3z8k140q] {
        padding: 0;
    }

    .product-item[b-zf3z8k140q] {
        width: 100%;
    }

    .product-item .title[b-zf3z8k140q]{
        font-size: 1.2rem;
    }
}
/* _content/Fderivs.Learning/Views/Course/CourseDetails.cshtml.rz.scp.css */
.page main > article.course-article[b-07dvvqclb2],
.course-article[b-07dvvqclb2] {
    position: relative;
    padding: 0;
    width: 100%;
    max-width: 1280px;
    text-align: left;
}

.page main.expanded-layout > article.course-article[b-07dvvqclb2],
.expanded-layout .course-article[b-07dvvqclb2] {
    max-width: unset;
}

.page main > article.course-article p[b-07dvvqclb2],
.course-article p[b-07dvvqclb2] {
    text-align: justify;
}

.course-article .content-area[b-07dvvqclb2] {
    width: 100%;
    line-break: auto;
    padding: 0 2rem;
}

.header[b-07dvvqclb2]{
    position: relative;
    height: 11rem;
}

    .header .background-image[b-07dvvqclb2] {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center ;
        background-repeat: no-repeat;
    }

.background-shade[b-07dvvqclb2] {
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.45) 40%, rgba(0,0,0,0) 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.course-article .image-area img[b-07dvvqclb2] {
    transform: translateY(-50%);
}

.course-article .image-area[b-07dvvqclb2],
.course-article .image-area img[b-07dvvqclb2] {
    top: 0;
    width: 8rem;
    position: absolute;
}

.course-article .body[b-07dvvqclb2] {
    position: relative;
    padding: 1.5rem;
    padding-top: 4.5rem;
    z-index: 1;
}

.expanded-layout .course-article .body[b-07dvvqclb2] {
    padding-left: 6vw;
    padding-right: 6vw;
}

.course-title[b-07dvvqclb2] {
    color: #000;
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.course-article .item-info[b-07dvvqclb2] {
    margin-bottom: 1rem;
    padding-right: 1rem;
}

.course-article .category-info[b-07dvvqclb2] {
    margin-top: 1rem;
    margin-bottom: 0;
    letter-spacing: 2px;
}

.course-article .details span:not(:first-of-type)[b-07dvvqclb2]::before {
    content: "•";
    margin: 0 .5rem;
}

@media (min-width: 768px) {
    .page main > article.course-article[b-07dvvqclb2],
    .course-article[b-07dvvqclb2] {
        width: 100%;
        max-width: 1280px;
        min-height: calc(100vh - 56px - 56px);
    }

    .page main.expanded-layout > article.course-article[b-07dvvqclb2],
    .expanded-layout .course-article[b-07dvvqclb2] {
        max-width: unset;
    }
}

@media (max-width: 768px) {
    .header[b-07dvvqclb2] {
        height: 6rem;
    }

    .course-article .item-info[b-07dvvqclb2] {
        font-size: .85em;
    }
    
    .course-article .content-area[b-07dvvqclb2] {
        padding: 0;
    }

    .course-article .image-area[b-07dvvqclb2],
    .course-article .image-area img[b-07dvvqclb2]{
        width: 6rem;
    }

    .course-article .body[b-07dvvqclb2] {
        padding-top: 3.5rem;
    }

    .expanded-layout .course-article .body[b-07dvvqclb2] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .course-title[b-07dvvqclb2] {
        font-size: 2rem;
        margin-top: .5rem;
        margin-bottom: 1rem;
    }
}
/* _content/Fderivs.Learning/Views/Course/CourseEdit.cshtml.rz.scp.css */
.activity-area[b-80mli6bacs],
.media-area[b-80mli6bacs] {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: start;
}

.activty-container[b-80mli6bacs],
.media-container[b-80mli6bacs] {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: .5rem 1rem;
    border-top: 1px solid #ccc;
}

.button-area[b-80mli6bacs] {
    padding: .5rem 1rem;
}

.button-area .button[b-80mli6bacs]{
    padding: .25rem 1rem;
}

.input[b-80mli6bacs] {
    position: relative;
    border: 1px solid red;
    margin-bottom: 1.25rem;
    border: 1px solid #ced4da;
    background-color: var(--background-lighter);
    font-size: 0;
}

    .input.line-layout[b-80mli6bacs] {
        background: none;
        border-top: none;
        border-left: none;
        border-right: none;
    }

    .input > *[b-80mli6bacs] {
        font-size: 1rem;
    }

    .input label[b-80mli6bacs] {
        display: block;
        position: absolute;
        width: 98%;
        top: 0;
        left: 0;
        padding: .1rem .75rem;
        font-weight: 600;
        color: #777c81;
        font-weight: 400;
        font-family: "Segoe UI", "Helvetica Neue", "Helvetica", Arial, sans-serif;
        background-color: #fff;
    }

    .input input[b-80mli6bacs] {
        height: 54px;
        box-shadow: none;
    }

    .input input[b-80mli6bacs],
    .input select[b-80mli6bacs],
    .input textarea[b-80mli6bacs],
    .input .checkbox-wrapper[b-80mli6bacs] {
        width: 100%;
        border: none;
        background: transparent;
        padding: 1.75rem 1rem .25rem 1.25rem;
    }

    .input.disabled label[b-80mli6bacs],
    .input.line-layout label[b-80mli6bacs]{
        background-color: transparent;
    }

.richtext-input[b-80mli6bacs] {
    padding-top: 2rem;
    border: 2px solid transparent;
}

    .richtext-input .ql-container[b-80mli6bacs] {
        border: none;
        font-size: 1rem;
        min-height: 9rem;
        max-height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .richtext-input:focus-within[b-80mli6bacs] {
        border: 2px solid #0060DF;
    }

.input textarea[b-80mli6bacs] {
    min-height: 9rem;
    max-height: 35rem;
}

.input input[type="checkbox"][b-80mli6bacs] {
    width: 1.25rem;
    height: 1.25rem;
}

.input input[disabled][b-80mli6bacs] {
    background: #d6d6d6;
}

.input-layout[b-80mli6bacs] {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 2rem;
    padding: 1rem 0;
}

    .input-layout .input[b-80mli6bacs] {
        width: calc(50% - 1rem);
    }

    .input-layout .full-row[b-80mli6bacs] {
        width: 100%;
    }

.title[b-80mli6bacs] {
    font-weight: 600;
}

h1.title[b-80mli6bacs] {
    font-size: 1.75rem;
}

h2.title[b-80mli6bacs] {
    font-size: 1.65rem;
}

.header .title[b-80mli6bacs] {
    text-align: center;
    margin: 0;
}

.footer-space[b-80mli6bacs] {
    margin-bottom: 56px;
}

main[b-80mli6bacs] {
    display: flex;
}

article[b-80mli6bacs],
.page main > article[b-80mli6bacs] {
    margin: 0;
}

.body .title[b-80mli6bacs] {
    margin-top: 1.75rem;
    margin-bottom: 1.25rem;
}

.course-title[b-80mli6bacs] {
    color: #000;
    font-weight: 600;
    font-size: 2.1rem;
    margin-bottom: 1.5rem;
}

.course-article .item-info[b-80mli6bacs] {
    margin-bottom: 1rem;
}

.course-article .details span:not(:first-of-type)[b-80mli6bacs]::before {
    content: "•";
    margin: 0 .5rem;
}

.data-editor .text p[b-80mli6bacs] {
    line-height: 1.33rem;
}

.data-editor .item-category[b-80mli6bacs] {
    font-size: .8rem;
}

.data-editor .item-duration[b-80mli6bacs] {
    font-size: .9rem;
}

.child-activities[b-80mli6bacs] {
    border: 1px solid #ddd;
    min-height: 4rem;
    border-radius: 5px;
}
/* _content/Fderivs.Learning/Views/Course/CourseNavigator.cshtml.rz.scp.css */
.course-navigator[b-uo70f9vhm1] {
    position: sticky;
    top: 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.25rem;
    font-size: .95rem;
    z-index: 2;
    background: var(--base-dark-2);
    padding: .75rem 40px;
    width: 100%;
    margin: 0 auto;
    min-height: 61px;
    /*margin-bottom: 1rem;*/
}

    .course-navigator .button-area[b-uo70f9vhm1],
    .course-navigator .button-area .button[b-uo70f9vhm1] {
        min-width: 110px;
    }

.module-selector[b-uo70f9vhm1] {
    position: relative;
    width: 40rem;
    height: 100%;
    align-self: center;
}

.module-selector .toggle[b-uo70f9vhm1] {
    text-align: center;
    height: 100%;
    font-weight: 600;
}

.activity-list[b-uo70f9vhm1] {
    position: absolute;
    top: 100%;
    margin-top: 1.75rem;
    /*z-index: 2;*/
    background: var(--background-lighter);
    display: none;
}

.activity-list[b-uo70f9vhm1]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    border-left: .75rem solid transparent;
    border-right: .75rem solid transparent;
    border-bottom: .75rem solid var(--base);
    margin-left: -.75rem;
    margin-top: -.75rem;
}

.activity-list .body[b-uo70f9vhm1] {
    border: 1px solid #ccc;
    max-height: 70vh;
    overflow-y: auto;
    scrollbar-width: thin;
}

.activity-list .header + .body[b-uo70f9vhm1] {
    border-top: none;
}

    .activity-list .header[b-uo70f9vhm1] {
        position: relative;
        min-height: 4rem;
        /* border-bottom: 1px solid #ccc; */
        display: flex;
        justify-content: center;
        padding: .75rem 1rem;
        background-color: var(--base);
        align-items: center;
        font-weight: 600;
        font-size: 1.1rem;
        padding-left: 3.75rem;
    }

.activity-list .header .title[b-uo70f9vhm1] {
    padding: 0 .75rem;
    color: var(--highlight-light-1);
    line-height: 1.25rem;
}

.activity-list .badge-area[b-uo70f9vhm1] {
    position: absolute;
    left: 1.5rem;
    width: 3rem;
    padding-right: .5rem;
}

.activity-list .badge-area img[b-uo70f9vhm1] {
    width: 100%;
}

.activity-list li.active[b-uo70f9vhm1] {
    border-color: var(--highlight);
}

.unit-count[b-uo70f9vhm1] {
    display: block;
    font-size: .9rem;
}

@media(max-width: 768px){
    .course-navigator[b-uo70f9vhm1] {
        line-height: 1.25rem;
        font-size: .95rem;
        padding: .75rem 10px;
    }

    .course-navigator .button-area[b-uo70f9vhm1] {
        min-width: 33px;
    }

    .course-navigator .button-area .button[b-uo70f9vhm1] {
        padding: .5rem .75rem;
        font-size: .9rem;
        min-width: unset;
    }

    .full-label[b-uo70f9vhm1] {
        display: none;
    }

    .unit-count[b-uo70f9vhm1]{
        display: block;
        font-size: .8rem;
    }

    .title[b-uo70f9vhm1]{
        font-size: .9rem;
    }

    .activity-list[b-uo70f9vhm1]{
        margin-top: 1.75rem;
        width: calc(100% + 66px);
        margin-left: -33px;
    }
}
/* _content/Fderivs.Learning/Views/Home/_ContactSection.cshtml.rz.scp.css */
.wrapper[b-niv1fxj290] {
    padding: 4rem 3rem;
    color: #fff;
    font-size: 1.25rem;
    height: auto;
    background-color: #1b2228;
    background-color: var(--base-dark-1);
}

.wrapper a[b-niv1fxj290]{
    color: #fff;
}

.footer-row[b-niv1fxj290] {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    row-gap: 1.5rem;
    max-width: 1500px;
    margin: 0 auto;
}

.block-icon[b-niv1fxj290]{
    width: 1.5rem;
    height: 1.5rem;
    color: #fff;
    border-radius: 2px;
    font-size: 1.1rem;
    line-height: 1.5rem;
    text-align: center;
    margin-right: .5rem;
}

.section-title[b-niv1fxj290] {
    font-weight: bold;
    font-size: 1.75rem;
    color: #fff;
}

.section[b-niv1fxj290]{
    position: relative;
}

.section p[b-niv1fxj290]{
    margin-bottom: 1.75rem;
}

.section .background-image[b-niv1fxj290]{
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
}

.section.contact .background-image[b-niv1fxj290] {
    background-image: url("./img/home/contact-map.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    filter: opacity(80%);
}

.section[b-niv1fxj290]{
    min-width: 15%;
}

.section.contact[b-niv1fxj290]{
    min-width: 30%;
}

.info[b-niv1fxj290]{
    position: relative;
}

.label[b-niv1fxj290] {
    font-weight: bold;
    margin-right: .25rem;
}

.social-media a:hover[b-niv1fxj290]{
    text-decoration: none;
}

.social-icon[b-niv1fxj290]{
    font-size: 1.75rem;
    line-height: 1.75rem;
    margin-right: .5rem;
}

.social-icon:hover[b-niv1fxj290]{
    color: var(--highlight);
}

.map-frame[b-niv1fxj290] {
    width: 420px;
    height: 250px;
}

@media (max-width: 920px) {
    .section[b-niv1fxj290]{
        width: 100%;
    }

    .section-title[b-niv1fxj290] {
        font-size: 1.5rem;
    }

    .footer-row[b-niv1fxj290]{
        flex-direction: column;
    }

    .section p[b-niv1fxj290] {
        margin-bottom: 1.25rem;
    }

    .wrapper[b-niv1fxj290]{
        font-size: 1rem;
        padding: 2rem 1.5rem;
    }

    .map-frame[b-niv1fxj290]{
        width: 100%;
        height: 400px;
    }
}
/* _content/Fderivs.Learning/Views/Home/_CourseGroupSection.cshtml.rz.scp.css */
.wrapper[b-w7tvr8u4rp] {
    background: var(--base);
    /*background: linear-gradient(90deg, var(--base) 25%, var(--base-dark-1) 100%);*/
    background: linear-gradient(90deg, var(--base-light-1) 25%, var(--base) 100%);
}
/* _content/Fderivs.Learning/Views/Home/_CourseSection.cshtml.rz.scp.css */
.section-wrapper[b-n60yibzv66] {
    background: #f4f4f4;
    background: linear-gradient(90deg, #f4f4f4 25%, #ebebeb 100%);
}
/* _content/Fderivs.Learning/Views/Home/_HighlightsSection.cshtml.rz.scp.css */
.wrapper[b-s42r8e0vd9] {
    position: relative;
    height: 8.5rem;
    width: 100%;
    background: var(--highlight-dark-1);
    background: linear-gradient(100deg, var(--highlight) 7.5%, var(--highlight-dark-1) 50%, var(--highlight-dark-2) 110%);
}

.container[b-s42r8e0vd9]{
    height: 100%;
    display: flex;
    justify-content: space-around;
    padding: 1rem;
}

.highlight[b-s42r8e0vd9] {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    animation: fade-in 1.5s ease-in-out forwards;
    opacity: 0;
}

.main-value[b-s42r8e0vd9]{
    font-size: 2.8rem;
    font-weight: bold;
    display: block;
    margin-left: -1rem;
}

.description[b-s42r8e0vd9]{
    font-size: 1.1rem;
    font-weight: 600;
}

.highlight:nth-child(2)[b-s42r8e0vd9]{
    animation-delay: 1s;
}

.highlight:nth-child(3)[b-s42r8e0vd9] {
    animation-delay: 2s;
}

@media (max-width: 1120px) {
    .highlight[b-s42r8e0vd9]{
        position: relative;
    }

    .main-value[b-s42r8e0vd9] {
        font-size: 2.5rem;
        margin-left: -1.5rem;
        line-height: 3.25rem;
    } 

    .description[b-s42r8e0vd9] {
        font-size: 1rem;
        max-width: 200px;
        display: inline-block;
        line-height: 1.25rem;
    }
}

@media (max-width: 768px) {
    .highlight[b-s42r8e0vd9]{
        width: 33%;
    }
    .main-value[b-s42r8e0vd9] {
        font-size: 2rem;
        margin-left: -1.25rem;
        line-height: 3rem;
    }

    .description[b-s42r8e0vd9] {
        font-size: .9rem;
        max-width: 180px;
        display: inline-block;
        line-height: 1.1rem;
    }
}
/* _content/Fderivs.Learning/Views/Home/_HomeSection.cshtml.rz.scp.css */
.wrapper[b-misc1nykk9] {
    position: relative;
    height: 60vh;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 1rem;
    background: rgba(40,40,40,1);
    /*animation: fade-in 1.25s ease-in;*/
}

.image[b-misc1nykk9] {
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    filter: blur(2px);
    background-size: cover;
    opacity: 0;
    transition: 1.5s ease;
}

.slide-1 .image:first-child[b-misc1nykk9],
.slide-2 .image:nth-child(2)[b-misc1nykk9],
.slide-3 .image:nth-child(3)[b-misc1nykk9] {
    opacity: 1;
}

.shadow[b-misc1nykk9] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.35) 40%, rgba(0,0,0,0) 100%);
}

.slide-content[b-misc1nykk9] {
    width: 30%;
    max-width: 1450px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
}

.logo[b-misc1nykk9] {
    height: 8.75rem;
}

.text-section[b-misc1nykk9] {
    position: relative;
    height: 6.5rem;
    margin-top: 1rem;
    color: #fff;
    font-size: 1.5em;
    font-weight: 500;
    font-family: Helvetica;
    text-shadow: 0px 3px 2px rgba(10, 10, 10, .9);
    text-transform: uppercase;
    font-family: "Segoe UI";
    letter-spacing: 3px;
    text-align: center;
}

.text[b-misc1nykk9] {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: .75s ease-out;
    user-select: none;
    z-index: 0;
}

.text p[b-misc1nykk9]{
    margin: 0;
}

.highlight[b-misc1nykk9] {
    background-image: linear-gradient(0deg, var(--highlight-light-1) 12%, var(--highlight) 62%, var(--highlight-dark-2) 115%);
    text-shadow: 0px 0px 4px rgba(122, 96, 23, .8);
    color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}

.slide-1 .text:first-child[b-misc1nykk9],
.slide-2 .text:nth-child(2)[b-misc1nykk9],
.slide-3 .text:nth-child(3)[b-misc1nykk9] {
    opacity: 1;
    transition: 2.5s ease-in;
    user-select: all;
    z-index: 1;
}

.slide-action[b-misc1nykk9] {
    position: relative;
    width: 40%;
    display: flex;
    justify-content: space-evenly;
    gap: 1rem;
}

    .slide-action .button[b-misc1nykk9] {
        user-select: none;
        font-weight: 600;
        text-transform: uppercase;
        border-width: 3px;
        letter-spacing: 1px;
        padding: 1rem 2rem;
        font-size: 1.5em;
        line-height: 1.5rem;
        font-weight: 600;
        animation: fade-in 1.5s ease-in-out forwards;
        opacity: 0;
        animation-delay: 500ms;
        margin: 0;
        gap: 1rem;
    }

    .slide-action .button:nth-child(2)[b-misc1nykk9]{
        animation-delay: 1000ms;
    }

.btn-contrast[b-misc1nykk9] {
    text-shadow: 2px 2px 1px rgba(0, 0, 0, .7);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .75) inset, 2px 2px 3px rgba(0, 0, 0, .7);
}

.btn-contrast:hover[b-misc1nykk9] {
    text-shadow: none;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .7);
}

.btn-highlight[b-misc1nykk9] {
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .7);
    background-color: var(--highlight);
    border-color: var(--highlight);
    color: #000;
}

    .btn-highlight:hover[b-misc1nykk9] {
        background-color: var(--highlight-light-2);
        border-color: var(--highlight-light-2);
        /*background-color: var(--highlight-light-1);
        border-color: var(--highlight-light-1);
        color: #fff;*/
    }

    .btn-bolder i[b-misc1nykk9] {
        margin-right: .5rem;
    }

/*.search-box {
    position: relative;
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid #fff;
    color: #fff;
    width: 100%;
    outline: none;
    text-shadow: 2px 3px 2px rgba(0, 0, 0, .8);
    box-shadow: 2px 3px 3px rgba(5, 5, 5, .7);
    line-height: 1.5rem;
    display: flex;
    align-items: center;
    height: 3.25rem;
}

    .search-box,
    .search-box input,
    .search-box input::placeholder {
        text-shadow: 2px 3px 2px rgba(0, 0, 0, .8);
    }

.search-box .icon{
    padding-left: .75rem;
}

        .search-box input {
            background: transparent;
            height: 100%;
            width: 100%;
            border: none;
            padding: .5rem 1rem;
            outline: none;
            color: #fff;
            font-size: 1.3rem;
        }

    .search-box input::placeholder {
        color: #fff;
        opacity: .65;
        text-shadow: 2px 3px 2px rgba(0, 0, 0, .8);
    }*/

    @media (max-width: 1120px) {
        .wrapper[b-misc1nykk9] {
            flex-direction: column;
            justify-content: space-evenly;
            align-items: center;
            padding: 4rem 1rem 5rem 1rem;
        }

        .slide-content[b-misc1nykk9],
        .slide-action[b-misc1nykk9] {
            width: 100%;
            text-align: center;
            max-width: unset;
        }

        .logo[b-misc1nykk9] {
            height: 7.5em;
            /*border: 1px solid blue;*/
        }

        .slide-action[b-misc1nykk9] {
            justify-content: center;
            max-width: 700px;
            /*border: 1px solid yellow;*/
        }

        .slide-action .button[b-misc1nykk9]{
            font-size: 1.25em;
        }
    
        .text[b-misc1nykk9] {
            position: absolute;
            height: 100%;
            font-weight: 600;
            margin-top: 0;
            /*background: rgba(200, 100, 50, 0.4);*/
        }

            .text p[b-misc1nykk9] {
                margin-top: 0;
                display: inline-block;
                vertical-align: middle;
            }
    }

    @media (max-width: 768px) {
        .wrapper[b-misc1nykk9] {
            height: 68vh;
            padding: 1rem;
            /*padding-top: 2rem;*/
        }

        .logo[b-misc1nykk9] {
            height: 6rem;
        }

        .text-section[b-misc1nykk9] {
            font-size: 1.25em;
            margin-top: 2.5rem;
            /*padding: 0 1rem;*/
        }

        .text[b-misc1nykk9] {
            text-align: center;
            padding: 0 1rem;
            white-space: normal;
            word-wrap: normal;
        }

        .text br[b-misc1nykk9]{
            display: none;
        }

        .slide-action .button[b-misc1nykk9] {
            /*width: 50%;*/
            width: 250px;
            font-size: 1.1em;
        }

        .slide-action[b-misc1nykk9]{
            flex-wrap: wrap;
            gap: 1.5rem;
        }
    }
/* _content/Fderivs.Learning/Views/Home/_MyCourseSection.cshtml.rz.scp.css */
.section-wrapper[b-zz8j42a41e] {
    background: var(--base);
    background: linear-gradient(90deg, var(--base-dark-1) 25%, var(--base) 100%);
}
/* _content/Fderivs.Learning/Views/Home/_SiteMap.cshtml.rz.scp.css */
.wrapper[b-4ron147ens] {
    padding: 4rem 3rem;
    color: #fff;
    font-size: .95rem;
    height: auto;
    background-color: var(--base-dark-2);
}

.wrapper a[b-4ron147ens]{
    color: #fff;
}

.wrapper a:hover[b-4ron147ens]{
    color: var(--highlight-light-1);
}

.footer-row[b-4ron147ens] {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    row-gap: 1.5rem;
    max-width: 1500px;
    margin: 0 auto;
}

.section-title[b-4ron147ens] {
    font-weight: bold;
    font-size: 1.15rem;
    /*color: #fff;*/
    color: var(--highlight);
}

p[b-4ron147ens]{
    margin-bottom: .75rem;
}

.section[b-4ron147ens]{
    position: relative;
}

.section[b-4ron147ens]{
    min-width: 15%;
}

.info[b-4ron147ens]{
    position: relative;
}

.label[b-4ron147ens] {
    font-weight: bold;
    margin-right: .25rem;
}

@media (max-width: 920px) {
    .footer-row[b-4ron147ens]{
        flex-direction: column;
    }

    .wrapper[b-4ron147ens]{
        padding: 2rem 1.5rem 0 1.5rem;
    }
}
/* _content/Fderivs.Learning/Views/Home/_TrailSection.cshtml.rz.scp.css */
.wrapper[b-wx7zey1ubn] {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 2rem 3rem;
    background: #ebeced;
    overflow: hidden;
    /*border: 2px solid yellow;*/
}

.section-title[b-wx7zey1ubn] {
    display: block;
    color: #000;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 1px;
    padding-left: 1.5rem;
    margin-bottom: 0;
    /*border: 1px solid blue;*/
    /*height: 4rem;*/
}

.trail-selector[b-wx7zey1ubn] {
    display: flex;
    justify-content: space-around;
    align-items: center;
    /*border: 1px solid green;*/
    margin: 0;
    border-bottom: 1px solid #888;
    margin: 1rem 0;
    padding: .5rem;
}

    .trail-selector a[b-wx7zey1ubn] {
        font-size: 1.5rem;
        color: #888;
        transition: 300ms ease;
        padding: .5rem 1.5rem;
        width: 20%;
        min-width: 320px;
        text-align: center;
    }

        .trail-selector a.selected[b-wx7zey1ubn] {
            font-size: 1.75rem;
            font-weight: 600;
            color: var(--background-light);
            background-color: var(--highlight);
        }

        .trail-selector a:hover[b-wx7zey1ubn] {
            color: var(--background-light);
            background-color: var(--highlight);
        }

.trail-view[b-wx7zey1ubn] {
    position: relative;
    height: auto;
    /*border: 2px solid red;*/
    overflow: hidden;
}

.trail-container[b-wx7zey1ubn] {
    position: relative;
    left: -12.5%;
    width: 125%;
    height: auto;
    display: flex;
    justify-content: space-between;
    transition: 750ms ease-out;
    /*overflow: hidden;*/
}

    .trail-container:hover[b-wx7zey1ubn]{
        left: -62.5%;
    }

    .container[b-wx7zey1ubn] {
        width: 630px;
        /*margin: 0 auto;*/
        /*border: 1px dotted red;*/
    }

.tree-preview[b-wx7zey1ubn] {
    position: absolute;
    width: calc((100vw - 630px) / 2);
    height: 100%;
    top: 0;
    /*background: rgba(255, 0, 0, .5);*/
    background: linear-gradient(90deg, rgba(235, 236, 237, 1) 15%, transparent 100%);
}

    .tree-preview.left[b-wx7zey1ubn] {
        left: 0;
    }

    .tree-preview.right[b-wx7zey1ubn] {
        right: 0;
        background: linear-gradient(270deg, rgba(235, 236, 237, 1) 15%, transparent 100%);
    }

@media (max-width: 1380px) {
    .container[b-wx7zey1ubn] {
        width: 100%;
    }
}

.container[b-wx7zey1ubn] {
    position: relative;
    background-image: url("./img/courses/course-tree-bg.png");
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: visible;
    /*border: 2px dotted rgba(240, 150, 150, .7);*/
}

    .trail-level[b-wx7zey1ubn] {
        position: relative;
        width: 100%;
        font-size: 5.5rem;
        height: 14vh;
        min-height: 6.5rem;
        /*border: 2px dotted rgba(240, 150, 150, .7);*/
        padding: 1rem;
    }

    .trail-level:nth-child(1)[b-wx7zey1ubn] {
        animation-delay: 0;
    }

    .trail-level:nth-child(2)[b-wx7zey1ubn] {
        animation-delay: 250ms;
    }

    .trail-level:nth-child(3)[b-wx7zey1ubn] {
        animation-delay: 500ms;
    }

    .trail-level:nth-child(4)[b-wx7zey1ubn] {
        animation-delay: 750ms;
    }

    .trail-level:nth-child(5)[b-wx7zey1ubn] {
        animation-delay: 1000ms;
    }

    .trail-level:nth-child(6)[b-wx7zey1ubn] {
        animation-delay: 1250ms;
    }

    .trail-level:nth-child(7)[b-wx7zey1ubn] {
        animation-delay: 1500ms;
    }

    .trail-level:nth-child(1) .course[b-wx7zey1ubn] {
        left: 50%;
        margin-left: -.5em;
    }

    .trail-level:nth-child(2) .course:nth-child(1)[b-wx7zey1ubn] {
        left: 12.5%;
    }

    .trail-level:nth-child(2) .course:nth-child(2)[b-wx7zey1ubn] {
        right: 12.5%;
    }

    .trail-level:nth-child(3) .course:nth-child(1)[b-wx7zey1ubn] {
        left: 5%;
    }

    .trail-level:nth-child(3) .course:nth-child(2)[b-wx7zey1ubn] {
        right: 27%;
    }

    .trail-level:nth-child(4) .course:nth-child(3)[b-wx7zey1ubn] {
        right: 0;
    }

    .trail-level:nth-child(4) .course:nth-child(2)[b-wx7zey1ubn] {
        right: 27%;
    }

    .trail-level:nth-child(4) .course:nth-child(1)[b-wx7zey1ubn] {
        right: 54%;
    }

    .trail-level:nth-child(5) .course[b-wx7zey1ubn] {
        right: 13.5%;
    }

    .trail-level:nth-child(6) .course[b-wx7zey1ubn] {
        left: 50%;
        margin-left: -.5em;
    }

    .trail-level:nth-child(7) .course[b-wx7zey1ubn] {
        left: 12.5%;
    }

/*.selection-indication {
    position: absolute;
    height: 4rem;
    width: 9rem;
    left: 50%;
    bottom: 100%;
    background-color: var(--highlight);
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: .5rem 1.2rem;
    line-height: 1.3rem;
    border-radius: 15px;
    font-size: 1rem;
    margin-left: -4.5rem;
    margin-bottom: .75rem;
    animation: moving-arrow-v alternate infinite ease-in-out 2s;
}

    .selection-indication::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-top: -.25rem;
        margin-left: -.8rem;
        border-left: .8rem solid transparent;
        border-right: .8rem solid transparent;
        border-top: .95rem solid var(--highlight);
    }*/

.image-area[b-wx7zey1ubn] {
    height: 11rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.textual[b-wx7zey1ubn] {
    padding-top: 10rem;
    margin-top: -10rem;
    background: linear-gradient(180deg, transparent 2rem, var(--background-default) 8rem);
    text-align: justify;
}

    .textual p[b-wx7zey1ubn] {
        margin-bottom: .5rem;
    }

.title[b-wx7zey1ubn] {
    font-size: 1.8rem;
    font-weight: 600;
}

.category[b-wx7zey1ubn] {
    font-size: 1rem;
}

    .category span[b-wx7zey1ubn] {
        font-weight: bold;
    }

.description[b-wx7zey1ubn] {
    padding: 0 2rem;
}

@keyframes moving-arrow-h-b-wx7zey1ubn {
    0% {
        transform: translateX(0);
    }

    33% {
        transform: translateX(.25rem);
    }

    100% {
        transform: translateX(-.25rem);
    }
}

@keyframes moving-arrow-v-b-wx7zey1ubn {
    0% {
        transform: translateY(0);
    }

    33% {
        transform: translateY(.25rem);
    }

    100% {
        transform: translateY(-.25rem);
    }
}

@media (max-width: 960px) {
    .trail-level[b-wx7zey1ubn] {
        font-size: 5rem;
    }

    .section-title[b-wx7zey1ubn] {
        font-size: 2rem;
        font-weight: 600;
        letter-spacing: 1px;
        padding-left: .75rem;
    }

    .course .name-area[b-wx7zey1ubn] {
        width: 120%;
        left: -10%;
        background-color: rgba(0, 0, 0, .65);
    }

    .course:hover .name-area[b-wx7zey1ubn] {
        height: auto;
        width: 150%;
        left: -25%;
    }
}

@media (max-width: 830px) {
    .image-area[b-wx7zey1ubn] {
        height: 8rem;
    }

    .textual[b-wx7zey1ubn] {
        padding-top: 6rem;
        margin-top: -6rem;
        background: linear-gradient(180deg, transparent 1rem, var(--background-default) 5rem);
    }

    .title[b-wx7zey1ubn] {
        text-align: center;
    }

    .description[b-wx7zey1ubn] {
        padding: 0 1rem;
        font-size: 1.1rem;
    }

    .container[b-wx7zey1ubn] {
        background-image: url("./img/courses/course-tree-bg-mobile.png");
    }

    .trail-level[b-wx7zey1ubn] {
        font-size: 4.5rem;
        height: 90vh;
        height: calc((100vh - 150px) / 7);
    }

    .selection-indication[b-wx7zey1ubn] {
        height: 3.5rem;
        width: 8.5rem;
        /*left: 100%;*/
        left: unset;
        right: 0;
        bottom: unset;
        top: 1em;
        padding: .4rem 1rem;
        font-size: .95rem;
        margin-right: -1rem;
        animation: moving-arrow-h-b-wx7zey1ubn alternate infinite ease-in-out 2s;
    }

        .selection-indication[b-wx7zey1ubn]::after {
            top: 50%;
            left: unset;
            right: 100%;
            margin-top: -.8rem;
            margin-right: -.25rem;
            border-bottom: .8rem solid transparent;
            border-top: .8rem solid transparent;
            border-right: .95rem solid var(--highlight);
        }
}

.course[b-wx7zey1ubn] {
    position: absolute;
    width: .9em;
    height: .9em;
    background-color: #f9f9f9;
    border: 2px solid #888;
    cursor: pointer;
    border-radius: 50%;
    padding: 0;
    display: inline-block;
    transition: .25s ease-in-out;
    animation: selectable-course-b-wx7zey1ubn alternate infinite ease-in-out 2s;
    animation-delay: inherit;
}

    .course:hover[b-wx7zey1ubn] {
        filter: grayscale(0);
        transform: scale(1.2);
        border: 2px solid var(--highlight);
        animation: none;
        z-index: 1;
    }

    .course .circle[b-wx7zey1ubn] {
        position: absolute;
        border: 1px solid var(--highlight);
        width: 100%;
        height: 100%;
        border-radius: 50%;
        animation: grow-b-wx7zey1ubn forwards infinite ease-in-out 2s;
        animation-delay: inherit;
    }

    .course .image-area[b-wx7zey1ubn] {
        position: absolute;
        border-radius: 50%;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        filter: grayscale(0.8);
        transition: inherit;
    }

        .course .image-area:hover[b-wx7zey1ubn] {
            filter: grayscale(0);
        }

    .course .name-area[b-wx7zey1ubn] {
        position: absolute;
        width: 180%;
        top: 75%;
        left: -40%;
        font-size: .75rem;
        background-color: #888;
        background-color: rgba(0, 0, 0, .45);
        color: #fff;
        padding: 4px;
        border-radius: 10px;
        text-align: center;
        line-height: 1rem;
        font-weight: 600;
        overflow: hidden;
        max-height: 2.5rem;
        user-select: none;
    }

    .course:hover .name-area[b-wx7zey1ubn] {
        background-color: rgba(0, 0, 0, .85);
        height: auto;
        max-height: none;
        font-size: .8rem;
        text-decoration: underline;
    }

@keyframes selectable-course-b-wx7zey1ubn {
    0%, 10% {
        border-color: #888;
    }

    80%, 100% {
        border-color: var(--highlight);
    }
}

@keyframes grow-b-wx7zey1ubn {
    0%, 10% {
        transform: scale(1);
        filter: opacity(1);
    }

    80%, 100% {
        transform: scale(1.5);
        filter: opacity(0);
    }
}
/* _content/Fderivs.Learning/Views/KnowledgeBase/KnowledgeBaseDetails.cshtml.rz.scp.css */
.page main > article.knowledgebase-article[b-805k6dpd4e],
.knowledgebase-article[b-805k6dpd4e] {
    position: relative;
    padding: 0;
    width: 100%;
    max-width: 1280px;
    text-align: left;
}

[b-805k6dpd4e] .action-area{
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
}

.page main.expanded-layout > article.knowledgebase-article[b-805k6dpd4e],
.expanded-layout .knowledgebase-article[b-805k6dpd4e] {
    max-width: unset;
}

.knowledgebase-article .tag-list[b-805k6dpd4e] {
    margin: 1rem 0;
}

    .knowledgebase-article .tag-list button[b-805k6dpd4e] {
        font-size: .8rem;
        margin-bottom: .25rem;
    }

.page main > article.knowledgebase-article p[b-805k6dpd4e],
.knowledgebase-article p[b-805k6dpd4e] {
    text-align: justify;
}

.knowledgebase-article .content-area[b-805k6dpd4e] {
    width: 100%;
    line-break: auto;
    padding: 0 2rem;
}

.knowledgebase-article .image-area + .content-area[b-805k6dpd4e] {
    /*max-width: calc(100% - 6rem);*/
}

.header[b-805k6dpd4e]{
    position: relative;
    height: 11rem;
}

    .header .background-image[b-805k6dpd4e] {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center ;
        background-repeat: no-repeat;
    }

.background-shade[b-805k6dpd4e] {
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.45) 40%, rgba(0,0,0,0) 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.knowledgebase-article .body[b-805k6dpd4e] {
    position: relative;
    /*display: flex;*/
    padding: 1.5rem;
    padding-top: 4.5rem;
    z-index: 1;
}

.expanded-layout .knowledgebase-article .body[b-805k6dpd4e] {
    padding-left: 6vw;
    padding-right: 6vw;
}

.course-title[b-805k6dpd4e] {
    color: #000;
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.knowledgebase-article .item-info[b-805k6dpd4e] {
    margin-bottom: 1rem;
    padding-right: 1rem;
}

.knowledgebase-article .category-info[b-805k6dpd4e] {
    /*text-transform: uppercase;*/
    /*font-size: 1.1rem;*/
    /*margin-top: 1rem;*/
    margin-bottom: 1rem;
    /*font-family: monospace, sans-serif;*/
    letter-spacing: 2px;
}

    [b-805k6dpd4e].knowledgebase-article .categories > * {
        font-size: 1rem;
        text-transform: uppercase;
    }

.knowledgebase-article .category[b-805k6dpd4e] {
    padding: .2rem .5rem;
    border-radius: 3px;
    background-color: #eee;
}

[b-805k6dpd4e].knowledgebase-article .details span:not(:first-of-type)::before {
    content: "•";
    margin: 0 .5rem;
}

@media (min-width: 768px) {
    .page main > article.knowledgebase-article[b-805k6dpd4e],
    .knowledgebase-article[b-805k6dpd4e] {
        width: 100%;
        max-width: 1280px;
        min-height: calc(100vh - 56px - 56px);
    }

    .page main.expanded-layout > article.knowledgebase-article[b-805k6dpd4e],
    .expanded-layout .knowledgebase-article[b-805k6dpd4e] {
        max-width: unset;
    }
}
/* _content/Fderivs.Learning/Views/KnowledgeBase/KnowledgeBaseEdit.cshtml.rz.scp.css */
.activity-area[b-uclhepos32],
.media-area[b-uclhepos32] {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: start;
}

.activty-container[b-uclhepos32],
.media-container[b-uclhepos32] {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: .5rem 1rem;
    border-top: 1px solid #ccc;
}

.button-area[b-uclhepos32] {
    padding: .5rem 1rem;
}

    .button-area .button[b-uclhepos32] {
        padding: .25rem 1rem;
    }

.input[b-uclhepos32] {
    position: relative;
    border: 1px solid red;
    margin-bottom: 1.25rem;
    border: 1px solid #ced4da;
    background-color: var(--background-lighter);
    font-size: 0;
}

    .input.line-layout[b-uclhepos32] {
        background: none;
        border-top: none;
        border-left: none;
        border-right: none;
    }

    .input > *[b-uclhepos32] {
        font-size: 1rem;
    }

    .input label[b-uclhepos32] {
        display: block;
        position: absolute;
        width: 98%;
        top: 0;
        left: 0;
        padding: .1rem .75rem;
        font-weight: 600;
        color: #777c81;
        font-weight: 400;
        font-family: "Segoe UI", "Helvetica Neue", "Helvetica", Arial, sans-serif;
        background-color: #fff;
    }

    .input input[b-uclhepos32] {
        height: 54px;
        box-shadow: none;
    }

    .input input[b-uclhepos32],
    .input select[b-uclhepos32],
    .input textarea[b-uclhepos32],
    .input .checkbox-wrapper[b-uclhepos32] {
        width: 100%;
        border: none;
        background: transparent;
        padding: 1.75rem 1rem .25rem 1.25rem;
    }

    .input.disabled label[b-uclhepos32],
    .input.line-layout label[b-uclhepos32] {
        background-color: transparent;
    }

.richtext-input[b-uclhepos32] {
    padding-top: 2rem;
    border: 2px solid transparent;
}

    .richtext-input .ql-container[b-uclhepos32] {
        border: none;
        font-size: 1rem;
        min-height: 9rem;
        max-height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .richtext-input:focus-within[b-uclhepos32] {
        border: 2px solid #0060DF;
    }

.input textarea[b-uclhepos32] {
    min-height: 9rem;
    max-height: 35rem;
}

.input input[type="checkbox"][b-uclhepos32] {
    width: 1.25rem;
    height: 1.25rem;
}

.input input[disabled][b-uclhepos32] {
    background: #d6d6d6;
}

.input-layout[b-uclhepos32] {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 2rem;
    padding: 1rem 0;
}

    .input-layout .input[b-uclhepos32] {
        width: calc(50% - 1rem);
    }

    .input-layout .full-row[b-uclhepos32] {
        width: 100%;
    }

.title[b-uclhepos32] {
    font-weight: 600;
}

h1.title[b-uclhepos32] {
    font-size: 1.75rem;
}

h2.title[b-uclhepos32] {
    font-size: 1.65rem;
}

.header .title[b-uclhepos32] {
    text-align: center;
    margin: 0;
}

.footer-space[b-uclhepos32] {
    margin-bottom: 56px;
}

main[b-uclhepos32] {
    display: flex;
}

article[b-uclhepos32],
.page main > article[b-uclhepos32] {
    margin: 0;
}

.body .title[b-uclhepos32] {
    margin-top: 1.75rem;
    margin-bottom: 1.25rem;
}

.course-title[b-uclhepos32] {
    color: #000;
    font-weight: 600;
    font-size: 2.1rem;
    margin-bottom: 1.5rem;
}

.knowledgebase-article .item-info[b-uclhepos32] {
    margin-bottom: 1rem;
}

.data-editor .text p[b-uclhepos32] {
    line-height: 1.33rem;
}

.data-editor .item-category[b-uclhepos32] {
    font-size: .8rem;
}

.data-editor .item-duration[b-uclhepos32] {
    font-size: .9rem;
}

.child-activities[b-uclhepos32] {
    border: 1px solid #ddd;
    min-height: 4rem;
    border-radius: 5px;
}

.main-container[b-uclhepos32]{
    position:relative;
    display: flex;
    width: 100%;
    /*border: 1px solid red;*/
    column-gap: 2.5rem;
}

[b-uclhepos32] .main-container > div:nth-child(1){
    width: 85%;
}

.main-container > div:nth-child(2)[b-uclhepos32]{
    width: 15%;
}

.category-container[b-uclhepos32]{
    border: 1px solid #ced4da;
    padding: 1rem;
    background-color: #ebebeb;
    margin-bottom: 1.25rem;
}

[b-uclhepos32] .category-container > .input{
    margin-bottom: 0;
}

.container-title[b-uclhepos32]{
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #666;
    margin-bottom: 1.25rem;
}

.level-divider[b-uclhepos32]{
    width: 100%;
    color: #666;
    text-align: center;
    font-size: 1.25rem;
    line-height: 2rem;
}
/* _content/Fderivs.Learning/Views/KnowledgeItem/KnowledgeItemDetails.cshtml.rz.scp.css */
/* _content/Fderivs.Learning/Views/KnowledgeItem/KnowledgeItemEdit.cshtml.rz.scp.css */
.activity-area[b-4jbpuy6i2c],
.media-area[b-4jbpuy6i2c],
.attachment-area[b-4jbpuy6i2c]{
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: start;
}

.activty-container[b-4jbpuy6i2c],
.media-container[b-4jbpuy6i2c],
.attachment-container[b-4jbpuy6i2c] {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: .5rem 1rem;
    border-top: 1px solid #ccc;
}

.button-area[b-4jbpuy6i2c] {
    padding: .5rem 1rem;
}

.question-area[b-4jbpuy6i2c] {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: start;
}

.question-container[b-4jbpuy6i2c] {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: .5rem 1rem;
    border-top: 1px solid #ccc;
}

.button-area[b-4jbpuy6i2c] {
    padding: .5rem 1rem;
}

.input[b-4jbpuy6i2c] {
    position: relative;
    border: 1px solid red;
    margin-bottom: 1.25rem;
    border: 1px solid #ced4da;
    background-color: var(--background-lighter);
    font-size: 0;
}

    .input.line-layout[b-4jbpuy6i2c] {
        background: none;
        border-top: none;
        border-left: none;
        border-right: none;
    }

    .input > *[b-4jbpuy6i2c] {
        font-size: 1rem;
    }

    .input label[b-4jbpuy6i2c] {
        display: block;
        position: absolute;
        width: 97%;
        top: 0;
        left: 0;
        padding: .1rem .75rem;
        font-weight: 600;
        color: #777c81;
        font-weight: 400;
        font-family: "Segoe UI", "Helvetica Neue", "Helvetica", Arial, sans-serif;
        background-color: #fff;
    }

    .input input[b-4jbpuy6i2c] {
        height: 54px;
        box-shadow: none;
    }

    .input input[b-4jbpuy6i2c],
    .input textarea[b-4jbpuy6i2c],
    .input .checkbox-wrapper[b-4jbpuy6i2c] {
        width: 100%;
        border: none;
        background: transparent;
        padding: 1.75rem 1rem .25rem 1.25rem;
    }

    .input.disabled label[b-4jbpuy6i2c],
    .input.line-layout label[b-4jbpuy6i2c] {
        background-color: transparent;
    }

.richtext-input[b-4jbpuy6i2c] {
    padding-top: 2rem;
    border: 2px solid transparent;
}

    .richtext-input .ql-container[b-4jbpuy6i2c] {
        border: none;
        font-size: 1rem;
        min-height: 9rem;
        max-height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .richtext-input:focus-within[b-4jbpuy6i2c] {
        border: 2px solid #0060DF;
    }

.input textarea[b-4jbpuy6i2c] {
    min-height: 9rem;
    max-height: 35rem;
}

.input input[type="checkbox"][b-4jbpuy6i2c] {
    width: 1.25rem;
    height: 1.25rem;
}

.input input[disabled][b-4jbpuy6i2c] {
    background: #d6d6d6;
}

.input-layout[b-4jbpuy6i2c] {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 2rem;
    padding: 1rem 0;
}

    .input-layout .input[b-4jbpuy6i2c] {
        width: calc(50% - 1rem);
    }

    .input-layout .full-row[b-4jbpuy6i2c] {
        width: 100%;
    }

.title[b-4jbpuy6i2c] {
    font-weight: 600;
    margin: 0;
}

h1.title[b-4jbpuy6i2c] {
    font-size: 1.75rem;
}

h2.title[b-4jbpuy6i2c] {
    font-size: 1.5rem;
}

.header .title[b-4jbpuy6i2c] {
    text-align: center;
}

.footer-space[b-4jbpuy6i2c] {
    margin-bottom: 56px;
}

main[b-4jbpuy6i2c] {
    display: flex;
}

article[b-4jbpuy6i2c],
.page main > article[b-4jbpuy6i2c] {
    margin: 0;
}

.body .title[b-4jbpuy6i2c] {
    margin-top: 1.75rem;
    margin-bottom: 1.25rem;
}

.course-title[b-4jbpuy6i2c] {
    color: #000;
    font-weight: 600;
    font-size: 2.1rem;
    margin-bottom: 1.5rem;
}

.course-article .item-info[b-4jbpuy6i2c] {
    margin-bottom: 1rem;
}

.course-article .details span:not(:first-of-type)[b-4jbpuy6i2c]::before {
    content: "•";
    margin: 0 .5rem;
}

.data-editor .text p[b-4jbpuy6i2c] {
    line-height: 1.33rem;
}

.data-editor .item-category[b-4jbpuy6i2c] {
    font-size: .8rem;
}

.data-editor .item-duration[b-4jbpuy6i2c] {
    font-size: .9rem;
}
/* _content/Fderivs.Learning/Views/KnowledgeItem/KnowledgeItemNavigator.cshtml.rz.scp.css */
.course-navigator[b-ubmvb9w9cm] {
    position: sticky;
    top: 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.25rem;
    font-size: .95rem;
    z-index: 2;
    background: var(--base-dark-2);
    padding: .75rem 40px;
    width: 100%;
    margin: 0 auto;
    min-height: 61px;
    /*margin-bottom: 1rem;*/
}

    .course-navigator .button-area[b-ubmvb9w9cm],
    .course-navigator .button-area .button[b-ubmvb9w9cm] {
        min-width: 110px;
    }

.module-selector[b-ubmvb9w9cm] {
    position: relative;
    width: 40rem;
    height: 100%;
    align-self: center;
}

.module-selector .toggle[b-ubmvb9w9cm] {
    text-align: center;
    height: 100%;
    font-weight: 600;
}

.activity-list[b-ubmvb9w9cm] {
    position: absolute;
    top: 100%;
    margin-top: 2.5rem;
    /*z-index: 2;*/
    background: var(--background-lighter);
    display: none;
}

.activity-list[b-ubmvb9w9cm]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    border-left: .75rem solid transparent;
    border-right: .75rem solid transparent;
    border-bottom: 1rem solid var(--base);
    margin-left: -.75rem;
    margin-top: -1rem;
}

.activity-list .body[b-ubmvb9w9cm] {
    border: 1px solid #ccc;
    max-height: 70vh;
    overflow-y: auto;
}

.activity-list .header + .body[b-ubmvb9w9cm] {
    border-top: none;
}

    .activity-list .header[b-ubmvb9w9cm] {
        position: relative;
        min-height: 4rem;
        /* border-bottom: 1px solid #ccc; */
        display: flex;
        justify-content: center;
        padding: .75rem 1rem;
        background-color: var(--base);
        align-items: center;
        font-weight: 600;
        font-size: 1.1rem;
        padding-left: 3.75rem;
    }

.activity-list .header .title[b-ubmvb9w9cm] {
    padding: 0 .75rem;
    color: var(--highlight-light-1);
    line-height: 1.25rem;
}

.activity-list .badge-area[b-ubmvb9w9cm] {
    position: absolute;
    left: 1.5rem;
    width: 3rem;
    padding-right: .5rem;
}

.activity-list .badge-area img[b-ubmvb9w9cm] {
    width: 100%;
}

.activity-list li.active[b-ubmvb9w9cm] {
    border-color: var(--highlight);
}
/* _content/Fderivs.Learning/Views/KnowledgePage/KnowledgePageDetails.cshtml.rz.scp.css */
[b-k8r89m3r95] .action-area {
    position: absolute;
    right: 1rem;
    top: 1rem;
}

[b-k8r89m3r95].knowledgepage-article .categories > * {
    font-size: 1rem;
    text-transform: uppercase;
}

.knowledgepage-article .category[b-k8r89m3r95] {
    padding: .2rem .5rem;
    border-radius: 3px;
    background-color: #eee;
}

.knowledgepage.category-info[b-k8r89m3r95] {
    margin-bottom: 1rem;
    letter-spacing: 2px;
}

[b-k8r89m3r95] .embeded-page {
    border: 1px solid #bbb;
    margin-bottom: 1rem;
    overflow: hidden;
    border-radius: 4px;
}

[b-k8r89m3r95] .embeded-page .title{
    background-color: #bbb;
    padding: .5rem 1rem;
    color: #333;
    font-size: .85rem;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 2.5rem;
    white-space: nowrap;
}

    [b-k8r89m3r95] .embeded-page .title a,
    [b-k8r89m3r95] .embeded-page .title a[href]{
        color: #333;
    }

    [b-k8r89m3r95] .embeded-page .title i{
        margin-right: 1rem;
    }

    [b-k8r89m3r95] .embeded-page .body {
        padding: 1rem 1.5rem;
    }
/* _content/Fderivs.Learning/Views/KnowledgePage/KnowledgePageEdit.cshtml.rz.scp.css */
.input[b-hfnusrpa0a] {
    position: relative;
    border: 1px solid red;
    margin-bottom: 1.25rem;
    border: 1px solid #ced4da;
    background-color: var(--background-lighter);
    font-size: 0;
}

    .input.line-layout[b-hfnusrpa0a] {
        background: none;
        border-top: none;
        border-left: none;
        border-right: none;
    }

    .input > *[b-hfnusrpa0a] {
        font-size: 1rem;
    }

    .input label[b-hfnusrpa0a] {
        display: block;
        position: absolute;
        width: 98%;
        top: 2px;
        left: 2px;
        padding: .1rem .75rem;
        font-weight: 600;
        color: #777c81;
        font-weight: 400;
        font-family: "Segoe UI", "Helvetica Neue", "Helvetica", Arial, sans-serif;
        background-color: #fff;
    }

.input input[b-hfnusrpa0a] {
    height: 54px;
    box-shadow: none;
}

    .input input[b-hfnusrpa0a],
    .input textarea[b-hfnusrpa0a],
    .input .checkbox-wrapper[b-hfnusrpa0a] {
        width: 100%;
        border: none;
        background: transparent;
        padding: 1.75rem 1rem .25rem 1.25rem;
    }

    .richtext-input[b-hfnusrpa0a]{
        padding-top: 2rem;
        border: 2px solid transparent;
    }

    .richtext-input .ql-container[b-hfnusrpa0a]{
        border: none;
        font-size: 1rem;
        min-height: 9rem;
        max-height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }

        .richtext-input:focus-within[b-hfnusrpa0a] {
            border: 2px solid #0060DF;
        }

.input textarea[b-hfnusrpa0a] {
    min-height: 9rem;
    max-height: 35rem;
}

.input input[type="checkbox"][b-hfnusrpa0a] {
    width: 1.25rem;
    height: 1.25rem;
}

.input input[disabled][b-hfnusrpa0a] {
    background: #d6d6d6;
}

.input-layout[b-hfnusrpa0a] {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 2rem;
    padding: 1rem 0;
}

    .input-layout .input[b-hfnusrpa0a] {
        width: calc(50% - 1rem);
    }

    .input-layout .full-row[b-hfnusrpa0a] {
        width: 100%;
    }

.title[b-hfnusrpa0a] {
    font-weight: 600;
    margin: 0;
}

h1.title[b-hfnusrpa0a] {
    font-size: 1.75rem;
}

h2.title[b-hfnusrpa0a] {
    font-size: 1.5rem;
}

.header .title[b-hfnusrpa0a] {
    text-align: center;
}

.footer-space[b-hfnusrpa0a] {
    margin-bottom: 56px;
}

main[b-hfnusrpa0a] {
    display: flex;
}

article[b-hfnusrpa0a],
.page main > article[b-hfnusrpa0a] {
    margin: 0;
}

.body .title[b-hfnusrpa0a] {
    margin-top: 1.75rem;
    margin-bottom: 1.25rem;
}

.course-title[b-hfnusrpa0a] {
    color: #000;
    font-weight: 600;
    font-size: 2.1rem;
    margin-bottom: 1.5rem;
}

.course-article .item-info[b-hfnusrpa0a] {
    margin-bottom: 1rem;
}

.course-article .details span:not(:first-of-type)[b-hfnusrpa0a]::before {
    content: "•";
    margin: 0 .5rem;
}

    .data-editor .text p[b-hfnusrpa0a] {
        line-height: 1.33rem;
    }

.data-editor .item-category[b-hfnusrpa0a] {
    font-size: .8rem;
}

.data-editor .item-duration[b-hfnusrpa0a]{
    font-size: .9rem;
}

.category-container[b-hfnusrpa0a] {
    border: 1px solid #ced4da;
    padding: 1rem;
    background-color: #ebebeb;
    margin-bottom: 1.25rem;
}

[b-hfnusrpa0a] .category-container > .input {
    margin-bottom: 0;
}

.container-title[b-hfnusrpa0a] {
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #666;
    margin-bottom: 1.25rem;
}

.level-divider[b-hfnusrpa0a] {
    width: 100%;
    color: #666;
    text-align: center;
    font-size: 1.25rem;
    line-height: 2rem;
}

.input input[b-hfnusrpa0a],
.input select[b-hfnusrpa0a],
.input textarea[b-hfnusrpa0a],
.input .checkbox-wrapper[b-hfnusrpa0a] {
    width: 100%;
    border: none;
    background: transparent;
    padding: 1.75rem 1rem .25rem 1.25rem;
}

.activty-container[b-hfnusrpa0a],
.media-container[b-hfnusrpa0a],
.attachment-container[b-hfnusrpa0a] {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: .5rem 1rem;
    border-top: 1px solid #ccc;
}

.button-area[b-hfnusrpa0a] {
    padding: .5rem 1rem;
}

.alert ul[b-hfnusrpa0a]{
    margin: 0;
}

[b-hfnusrpa0a] .editor-toolbar a.highlight-action,
[b-hfnusrpa0a] .editor-toolbar a.highlight-action::before {
    color: var(--highlight) !important;
}
/* _content/Fderivs.Learning/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-o0eqobypwm] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-o0eqobypwm] {
  color: #0077cc;
}

.btn-primary[b-o0eqobypwm] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-o0eqobypwm], .nav-pills .show > .nav-link[b-o0eqobypwm] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-o0eqobypwm] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-o0eqobypwm] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-o0eqobypwm] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-o0eqobypwm] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-o0eqobypwm] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

.scroll-top-button[b-o0eqobypwm] {
    position: fixed;
    right: 10px;
    bottom: 65px;
    width: 3rem;
    height: 3rem;
    border: none;
    border-radius: 5px;
    border-radius: 50%;
    background-color: #fbfbfb;
    z-index: 1;
    opacity: 0;
    transition: 350ms ease-in-out;
    display: none;
    box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.5);
    border: 1px solid #ccc;
}

    .scroll-top-button:hover[b-o0eqobypwm] {
        transform: translateY(-7px);
        box-shadow: 0px 5px 4px 1px rgba(0,0,0,0.4);
    }

.scroll-top-button i[b-o0eqobypwm]{
    font-size: 1.3rem;
    color: #222;
}

.chat-container[b-o0eqobypwm]{
    width: 300px;
    height: 509px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 10%;
}

@media(max-width: 768px){
    .scroll-top-button[b-o0eqobypwm] {
        width: 2.5rem;
        height: 2.5rem;
        right: 14px;
    }
}
/* _content/Fderivs.Learning/Views/Shared/_SiteFooter.cshtml.rz.scp.css */
.site-footer[b-77kfueiom6] {
    position: relative;
    background: var(--base-dark-2);
    color: var(--background-default);
    padding: 1.5rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .site-footer > div[b-77kfueiom6] {
        height: 25px;
    }

        .site-footer > div + div[b-77kfueiom6] {
            margin-top: .75rem;
        }

    .site-footer a[b-77kfueiom6] {
        color: var(--background-default);
    }

        .site-footer a:hover[b-77kfueiom6],
        .site-footer a:active[b-77kfueiom6] {
            color: var(--highlight);
        }

/*.contact-section{
    position: relative;
    border: 1px solid #fff;
}*/

/*.contact-section:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border-top: 1px solid #f00;
}*/

.contact-section a[b-77kfueiom6] {
    display: inline-block;
    height: 100%;
    /*min-width: 25px;*/
    margin-right: .5rem;
    vertical-align: top;
}

    .contact-section a span[b-77kfueiom6] {
        position: relative;
        font-size: .9rem;
        top: -4px;
    }

.contact-section i[b-77kfueiom6] {
    display: inline-block;
    min-width: 25px;
    font-size: 1.5rem;
}

.nav-section .divider[b-77kfueiom6] {
    margin: 0 .75rem;
}

@media (min-width: 768px) {
    .site-footer > div + div[b-77kfueiom6] {
        margin-top: 0;
    }
}

@media (min-width: 950px) {
    .site-footer[b-77kfueiom6] {
        height: 56px;
        padding: 0 3.5rem;
        flex-direction: row-reverse;
        align-items: center;
        z-index: 1;
    }

    .nav-section[b-77kfueiom6] {
        position: absolute;
        left: 0;
        width: 100%;
        text-align: center;
        z-index: -1;
    }
}
/* _content/Fderivs.Learning/Views/Shared/_SiteHeader.cshtml.rz.scp.css */
.site-header[b-xncfo60q6o] {
    position: fixed;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 56px;
    background-color: var(--base-dark-1);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: initial;
}

    .site-header div[b-xncfo60q6o] {
        /*min-width: 70px;*/
        box-shadow: none;
    }

    .site-header .navigation > *[b-xncfo60q6o] {
        vertical-align: top;
    }

    .site-header .toggle[b-xncfo60q6o] {
        position: relative;
        height: 56px;
        width: auto;
        margin: 0;
        border: none;
        background: none;
        text-align: center;
        padding: 0 20px;
        z-index: 2;
        background-color: var(--base-dark-1);
        border-right: 1px solid var(--base-light-1);
    }

.toggle > *[b-xncfo60q6o] {
    display: inline-block;
    vertical-align: middle;
}

.menu-icon[b-xncfo60q6o] {
    /*display: none;*/
}

.menu-text[b-xncfo60q6o] {
    display: none;
    margin-left: .5rem;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: .8rem;
    font-family: 'Franklin Gothic Medium', 'Lucida Sans', Arial, Helvetica, sans-serif;
}

.site-header .toggle:hover[b-xncfo60q6o] {
    background-color: var(--base-dark-2);
}

.site-header .toggle .icon-bar[b-xncfo60q6o] {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
}

    .site-header .toggle .icon-bar + .icon-bar[b-xncfo60q6o] {
        margin-top: 4px;
    }

.site-header .brand[b-xncfo60q6o] {
    display: inline-block;
    position: absolute;
    left: 0;
    height: 56px;
    margin: 0;
    width: 100%;
    text-align: center;
    /*z-index: 1;*/
}

.site-header .logo[b-xncfo60q6o] {
    height: 56px;
    padding: .3rem 0;
}

.site-header .profile[b-xncfo60q6o] {
    display: none;
    align-items: center;
    padding-right: 2.5rem;
    z-index: 2;
}

@media (min-width: 768px) {
    .site-header .toggle[b-xncfo60q6o] {
        padding: 0 1rem;
    }

    .menu-text[b-xncfo60q6o] {
        display: inline-block;
    }

    /*.site-header .brand {
        display: inline-block;
        position: static;
        left: auto;
        text-align: left;
        margin-left: 15px;
        width: auto;
    }*/

    .site-header .profile[b-xncfo60q6o] {
        display: flex;
        min-width: 280px;
    }
}
/* _content/Fderivs.Learning/Views/Shared/_SiteSidebar.cshtml.rz.scp.css */
.site-sidebar[b-imlp79duyx] {
    z-index: 3;
    position: fixed;
    left: -100%;
    width: 100%;
    height: calc(100% - 56px);
    top: 56px;
    background-color: var(--base-light-1);
    overflow-x: hidden;
    display: block;
    opacity: 0;
    transition: left 350ms ease-out, opacity 250ms ease-in;
    scrollbar-width: thin;
    scrollbar-color: var(--highlight) var(--base-dark-1);
}

    .site-sidebar .profile-section[b-imlp79duyx] {
        background-color: var(--base);
        padding: .7rem;
        height: 62px;
    }

.page.sidebar-layout .site-sidebar[b-imlp79duyx] {
    left: 0;
    opacity: 1;
    transition: left 300ms ease-in, opacity 400ms ease-out;
}

@media (min-width: 768px) {
    .site-sidebar[b-imlp79duyx] {
        left: var(--sidebar-negative-width);
        width: var(--sidebar-width);
    }
}

.nav[b-imlp79duyx] {
    display: block;
}

    .nav > li[b-imlp79duyx] {
        display: block;
    }

.site-sidebar .nav > li.nav-header[b-imlp79duyx] {
    padding: 1rem 1.5rem .5rem;
    margin-top: 1rem;
    color: #b1b5b8;
    /*color: var(--highlight-dark-1);*/
    font-size: .75em;
    font-weight: bold;
    border-top: 1px solid var(--base);
}

    .site-sidebar .nav > li.nav-header:first-child[b-imlp79duyx]{
        margin-top: 0;
    }

    .site-sidebar .nav > li.divider[b-imlp79duyx] {
        margin: 15px 0;
        height: 2px;
        background: var(--base);
    }

    .site-sidebar .nav > li.divider + li.nav-header[b-imlp79duyx] {
        margin-top: -15px;
    }

.site-sidebar .nav > li[b-imlp79duyx]:before,
.site-sidebar .nav > li[b-imlp79duyx]:after,
.site-sidebar .nav > li > a[b-imlp79duyx]:before,
.site-sidebar .nav > li > a[b-imlp79duyx]:after {
    content: '';
    display: table;
    clear: both;
}

.site-sidebar .nav > li > a[b-imlp79duyx] {
    display: block;
    padding: 12px 20px;
    color: #d1d5d8;
    font-weight: bold;
}

    .site-sidebar .nav > li.expand > a[b-imlp79duyx],
    .site-sidebar .nav > li > a:hover[b-imlp79duyx],
    .site-sidebar .nav > li > a:focus[b-imlp79duyx] {
        background: #636a71;
        color: #fff;
        text-decoration: none;
    }

        .site-sidebar .nav > li > a:hover > .fa[b-imlp79duyx],
        .site-sidebar .nav > li > a:hover > .caret[b-imlp79duyx] {
            color: #fff;
            border-top-color: #fff;
        }

    .site-sidebar .nav > li > a > .icon-img[b-imlp79duyx] {
        float: left;
        width: 32px;
        height: 32px;
        margin-right: 1rem;
        line-height: 32px;
    }

        .site-sidebar .nav > li > a > .icon-img img[b-imlp79duyx] {
            max-width: 100%;
            max-height: 100%;
        }

    .site-sidebar .nav > li > a > i[b-imlp79duyx],
    .site-sidebar .nav > li > a > .image[b-imlp79duyx] {
        float: left;
        width: 32px;
        height: 32px;
        text-align: center;
        line-height: 32px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        font-size: 16px;
        margin-right: 13px;
        color: #fff;
        color: rgba(255, 255, 255, 0.5);
        background: rgba(0,0,0,0.5);
        position: relative;
        overflow: hidden;
    }

    .site-sidebar .nav > li > a > .image[b-imlp79duyx] {
        padding: 3px;
    }

        .site-sidebar .nav > li > a > .image img[b-imlp79duyx] {
            width: 100%;
            height: 100%;
            vertical-align: top;
            filter: brightness(80%);
        }

    .site-sidebar .nav > li > a:hover > .image img[b-imlp79duyx] {
        filter: brightness(100%);
    }

.sub-menu .image[b-imlp79duyx],
.sub-menu .image img[b-imlp79duyx] {
    height: 32px;
}

    .sub-menu .image img[b-imlp79duyx] {
        filter: grayscale(1) brightness(0.75);
    }

.sub-menu li:hover .image img[b-imlp79duyx] {
    filter: grayscale(1) brightness(10);
}

.site-sidebar .nav > li > a > span[b-imlp79duyx] {
    line-height: 30px;
}

.site-sidebar .nav > li.active > a[b-imlp79duyx],
.site-sidebar .nav > li.active > a:hover[b-imlp79duyx],
.site-sidebar .nav > li.active > a:focus[b-imlp79duyx] {
    background: var(--base-dark-1);
    color: #fff;
}

    .site-sidebar .nav > li.active > a > i[b-imlp79duyx] {
        color: rgba(0,0,0,0.5);
        background: #17b6a4;
    }

        .site-sidebar .nav > li.active > a > i[b-imlp79duyx]:after {
            background: none;
        }

.site-sidebar .nav > li > a > .caret.pull-right[b-imlp79duyx] {
    margin-top: 14px;
    margin-right: 2px;
    color: #b1b5b8;
}

.site-sidebar .has-sub.active > .sub-menu[b-imlp79duyx] {
    display: block;
}

.sub-menu .fa[b-imlp79duyx] {
    width: 20px;
    margin-right: .5rem;
}

.site-sidebar .sub-menu[b-imlp79duyx]:before {
    content: '';
    display: block;
    position: absolute;
    left: 34px;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--base-dark-1);
}

.site-sidebar .sub-menu[b-imlp79duyx] {
    list-style-type: none;
    padding: 10px 0 10px 45px;
    margin: 0;
    background: var(--base);
    position: relative;
    display: none;
}

    .site-sidebar .sub-menu .sub-menu[b-imlp79duyx] {
        padding: 0 0 0 30px;
        background: none;
    }

        .site-sidebar .sub-menu .sub-menu[b-imlp79duyx]:before {
            left: 21px;
        }

    .site-sidebar .sub-menu > li > a[b-imlp79duyx] {
        padding: 5px 20px;
        display: block;
        color: #8a8f94;
        text-decoration: none;
        position: relative;
    }

        .site-sidebar .sub-menu > li > a[b-imlp79duyx]:before {
            content: '\f111';
            position: absolute;
            top: 50%;
            left: 0;
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            font-size: 7px;
            color: #4f555a;
            margin-top: -4px;
            margin-left: -12px;
        }

    .site-sidebar .sub-menu .sub-menu > li > a[b-imlp79duyx]:before {
        margin-left: -10px;
    }

    .site-sidebar .sub-menu > li > a:hover[b-imlp79duyx]:before,
    .site-sidebar .sub-menu > li > a:focus[b-imlp79duyx]:before {
        color: #8a8f94;
    }

    .site-sidebar .sub-menu > li > a:hover[b-imlp79duyx],
    .site-sidebar .sub-menu > li > a:focus[b-imlp79duyx],
    .site-sidebar .sub-menu > li.active > a[b-imlp79duyx],
    .site-sidebar .sub-menu > li.active > a:hover[b-imlp79duyx],
    .site-sidebar .sub-menu > li.active > a:focus[b-imlp79duyx],
    .site-sidebar .nav > li li.has-sub.active > a[b-imlp79duyx] {
        color: #fff;
    }

        .site-sidebar .sub-menu > li.active > a[b-imlp79duyx]:before {
            color: #17B6A4;
        }

.site-sidebar .nav .sub-menu > li > a .caret[b-imlp79duyx] {
    float: right;
    margin-top: 7px;
}

.site-sidebar .label.label-theme[b-imlp79duyx] {
    background: #17B6A4;
}

.site-sidebar .text-theme[b-imlp79duyx] {
    color: #17B6A4;
}

.site-sidebar .nav > li > a > .indicator[b-imlp79duyx] {
    width: 16px;
    height: 16px;
    line-height: 16px;
    background: none;
    margin: 0;
    top: 8px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 12px;
}

.check-indicator[b-imlp79duyx]{
    display: none;
}

.selected .check-indicator[b-imlp79duyx]{
    display: block;
}

/*@media (min-width: 768px) {
    .site-sidebar .sidebar-container {
        height: calc(100% - 56px);
        overflow: auto;
    }
}*/
/* _content/Fderivs.Learning/Views/Shared/_UserActions.cshtml.rz.scp.css */
.bc-user-actions[b-qrh6vfl26b] {
    /*border: 1px solid red;*/
    display: flex;
    width: 100%;
    justify-content: space-around;
    column-gap: 1rem;
}

.button[b-qrh6vfl26b] {
    min-width: 110px;
    margin: 0;
    font-weight: 600;
}

.button:hover[b-qrh6vfl26b]{
    color: var(--base-dark-1);
}

    .button i[b-qrh6vfl26b] {
        margin-right: 6px;
    }

.profile-menu[b-qrh6vfl26b] {
    position: relative;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
}

    .profile-menu .toggle[b-qrh6vfl26b] {
        display: inline-block;
        max-width: 100%;
        vertical-align: middle;
        white-space: nowrap;
    }

        .profile-menu .toggle:hover span[b-qrh6vfl26b] {
            text-decoration: underline;
        }

.image[b-qrh6vfl26b] {
    width: 2.5em;
    height: 2.5em;
    background: var(--background-light);
    border-radius: 50%;
    overflow: hidden;
    color: var(--base-dark-1);
    text-align: center;
}

    .image .icon[b-qrh6vfl26b] {
        font-size: 2em;
        line-height: 1.5em;
    }

.info[b-qrh6vfl26b] {
    position: relative;
    width: calc(100% - 3em);
    /*padding: 0 .5rem;*/
}

    .info .user-data[b-qrh6vfl26b] {
        position: relative;
        display: block;
        width: 100%;
    }

    .info .user-name[b-qrh6vfl26b] {
        display: inline-block;
        width: calc(100% - 1em);
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: 600;
    }

    .info .user-data[b-qrh6vfl26b] {
        line-height: 1.1rem;
    }

    .info .user-role[b-qrh6vfl26b] {
        color: var(--secondary-light-1);
        font-size: .8em;
    }

.dropdown-menu[b-qrh6vfl26b] {
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 1000;
    display: none;
    min-width: 160px;
    width: 100%;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    -webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.2);
    box-shadow: 0 3px 8px rgba(0,0,0,0.25);
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    background: #fff;
}

.open.dropdown-menu[b-qrh6vfl26b] {
    display: block;
}

.dropdown-menu .divider[b-qrh6vfl26b] {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu > li.dropdown-header[b-qrh6vfl26b],
.navbar-nav .open .dropdown-menu .dropdown-header[b-qrh6vfl26b] {
    padding: 5px 20px 8px;
    border-bottom: 1px solid #EAEDEF;
    font-weight: bold;
}

.dropdown-menu > li.dropdown-footer[b-qrh6vfl26b],
.navbar-nav .open .dropdown-menu .dropdown-footer[b-qrh6vfl26b] {
    padding: 10px 20px 5px;
    border-top: 1px solid #EAEDEF;
}

    .dropdown-menu > li.dropdown-footer > a[b-qrh6vfl26b],
    .navbar-nav .open .dropdown-menu .dropdown-footer > a[b-qrh6vfl26b] {
        margin: -10px -20px;
        padding: 10px 20px;
        -webkit-border-radius: 0 0 6px 6px;
        -moz-border-radius: 0 0 6px 6px;
        border-radius: 0 0 6px 6px;
    }

.dropdown-menu > li > a[b-qrh6vfl26b],
.navbar-nav .open .dropdown-menu > li > a[b-qrh6vfl26b] {
    padding: 5px 20px;
}

.dropdown-menu > li.divider[b-qrh6vfl26b] {
    height: 2px;
    margin: 5px 0;
    background: #EAEDEF;
}

.dropdown-menu > .active > a[b-qrh6vfl26b],
.dropdown-menu > .active > a:focus[b-qrh6vfl26b],
.dropdown-menu > .active > a:hover[b-qrh6vfl26b] {
    background: #2eaef0;
    color: #fff;
}

.dropdown-header[b-qrh6vfl26b] {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}

.dropdown-menu > li > a[b-qrh6vfl26b] {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

    .dropdown-menu > li > a:focus[b-qrh6vfl26b],
    .dropdown-menu > li > a:hover[b-qrh6vfl26b] {
        color: #262626;
        text-decoration: none;
        background-color: #f5f5f5;
    }

@media (min-width: 768px) {
    .profile-menu[b-qrh6vfl26b] {
        display: flex;
    }
}
/* _content/Fderivs.Learning/Views/Subscription/SubscriptionEdit.cshtml.rz.scp.css */
.field-layout[b-418n0aqt4a] {
    position: relative;
    min-height: 25rem;
    display: flex;
}

.content-area[b-418n0aqt4a] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    width: 100%;
}

.section-title[b-418n0aqt4a] {
    margin-top: 0;
    font-size: 2.2rem;
    margin-bottom: .5rem;
    grid-column: span 2;
}

.field-output[b-418n0aqt4a] {
    font-size: 1rem;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.field-input[b-418n0aqt4a] {
    font-size: 1rem;
    display: inline-block;
    vertical-align: top;
}

.styled[b-418n0aqt4a] {
    min-height: 3.5rem;
    border-bottom: 1px solid var(--secondary);
    padding: 0.5rem;
}

article[b-418n0aqt4a] {
    text-align: justify;
}

.page main > article[b-418n0aqt4a] {
    background: var(--background-light);
    margin: 0 auto;
    padding: 1rem 1rem;
    position: relative;
}

label[b-418n0aqt4a] {
    color: var(--text-light);
    padding: 0;
    position: relative;
    height: auto;
    display: inline-block;
}

body[b-418n0aqt4a] {
    font-size: 16px;
    color: var(--text-default);
    background-color: #e0e3e6;
    margin: 0;
    padding: 0;
}

.input[b-418n0aqt4a] {
    position: relative;
    border: 1px solid red;
    margin-bottom: 1.25rem;
    border: 1px solid #ced4da;
    background-color: var(--background-lighter);
    font-size: 0;
}

    .input > *[b-418n0aqt4a] {
        font-size: 1rem;
    }

    .input label[b-418n0aqt4a] {
        display: block;
        position: absolute;
        width: 98%;
        top: 0;
        left: 0;
        padding: .1rem .75rem;
        font-weight: 600;
        color: #777c81;
        font-weight: 400;
        font-family: "Segoe UI", "Helvetica Neue", "Helvetica", Arial, sans-serif;
        background-color: #fff;
    }

    .input input[b-418n0aqt4a] {
        height: 54px;
        box-shadow: none;
    }

    .input input[b-418n0aqt4a],
    .input select[b-418n0aqt4a],
    .input textarea[b-418n0aqt4a],
    .input .checkbox-wrapper[b-418n0aqt4a] {
        width: 100%;
        border: none;
        background: transparent;
        padding: 1.75rem 1rem .25rem 1.25rem;
    }

.container[b-418n0aqt4a] {
    max-width: 1600px;
    margin: 20px auto;
    background-color: #f0f0f0;
    padding: 3rem 3rem;
}

.form-floating[b-418n0aqt4a] {
    margin: 0;
}

    .form-floating > label[b-418n0aqt4a] {
        top: 0;
        left: 0;
        height: 100%;
        padding: 1rem .75rem;
        color: var(--text-light);
        position: relative;
        pointer-events: none;
        margin-bottom: 1rem;
        border: 1px solid transparent;
        transform-origin: 0 0;
        transition: opacity .1s ease-in-out, transform .1s ease-in-out;
    }

.styled.form-floating > label[b-418n0aqt4a] {
    color: var(--text-light);
    padding: 0;
    position: relative;
    height: auto;
}

.field-text[b-418n0aqt4a] {
    padding: 0 1rem;
    word-wrap: anywhere;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
}

.button-container[b-418n0aqt4a] {
    grid-column: span 2;
    text-align: center;
    margin-top: 2rem;
}

.page-header[b-418n0aqt4a] {
    border-bottom: 2px solid var(--secondary-light-1);
    padding-bottom: 1rem;
}

.subtitle[b-418n0aqt4a] {
    font-weight: 400;
    line-height: 1;
    color: var(--text-light);
    font-size: .65em;
}

.form-control[b-418n0aqt4a] {
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    border: 1px solid #ced4da;
}

.save[b-418n0aqt4a] {
    /* float: left; */
    position: absolute;
    left: 40%;
}

.cancel[b-418n0aqt4a] {
    /* float:right; */
    position: absolute;
    right: 40%;
}

.parent-container[b-418n0aqt4a] {
    display: none;
}

    .parent-container.visible[b-418n0aqt4a] {
        display: block;
    }
/* _content/Fderivs.Learning/Views/Teacher/DetailsTeacher.cshtml.rz.scp.css */
/* _content/Fderivs.Learning/Views/Teacher/EditTeacher.cshtml.rz.scp.css */
.header .foto[b-5tem5l5yfl] {
    cursor: pointer;
    text-align: center;
    line-height: 165px;
}

    .header .foto img[b-5tem5l5yfl] {
        transition: opacity 0.3s;
    }

    .header .foto:hover img[b-5tem5l5yfl] {
        opacity: 0.4;
    }

.flex-header[b-5tem5l5yfl] {
    display: flex;
}

    .flex-header a[b-5tem5l5yfl] {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }

.content-area h2 span[b-5tem5l5yfl] {
    flex: 1;
}

[b-5tem5l5yfl] p.field{
    margin-bottom: 1rem!important;
}

[b-5tem5l5yfl] .content-area label {
    font-size: 1rem;
    color: #666;
    margin-bottom: .25rem;
}

[b-5tem5l5yfl] .content-area input[type="text"],
[b-5tem5l5yfl] .content-area input[type="email"],
[b-5tem5l5yfl] .content-area textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

[b-5tem5l5yfl] .content-area textarea {
    resize: vertical;
    min-height: 9rem;
}

[b-5tem5l5yfl] .dynamic-item {
    position: relative;
    border: 1px solid #ddd;
    padding: 2rem 1.2rem .5rem 1.2rem;
    margin-bottom: 15px;
    border-radius: 5px;
}

[b-5tem5l5yfl] .remove-btn {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 16px;
    cursor: pointer;
    color: #333;
    margin: 0;
}

    [b-5tem5l5yfl] .remove-btn:hover {
        color: var(--highlight);
    }

.button-area[b-5tem5l5yfl] {
    margin: 1.5rem;
    display: flex;
    justify-content: space-evenly;
}

[b-5tem5l5yfl] .modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

[b-5tem5l5yfl] .modal-content {
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 5px;
    width: 400px;
    text-align: center;
}

[b-5tem5l5yfl] .modal-buttons a {
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    margin: 0 10px;
}

    [b-5tem5l5yfl] .modal-buttons a:first-child {
        background-color: #1e1e1e;
    }

    [b-5tem5l5yfl] .modal-buttons a:last-child {
        background-color: #ccc;
        color: #333;
    }

@media (max-width: 765px){
    .header .foto[b-5tem5l5yfl] {
        line-height: 75px;
        font-size: .9rem;
    }
}
/* _content/Fderivs.Learning/Views/Teacher/InsertTeacher.cshtml.rz.scp.css */
.header .foto[b-xrkdwumate] {
    cursor: pointer;
    text-align: center;
    line-height: 165px;
}

    .header .foto img[b-xrkdwumate] {
        transition: opacity 0.3s;
    }

    .header .foto:hover img[b-xrkdwumate] {
        opacity: 0.4;
    }

.flex-header[b-xrkdwumate] {
    display: flex;
}

    .flex-header a[b-xrkdwumate] {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }

.content-area h2 span[b-xrkdwumate] {
    flex: 1;
}

[b-xrkdwumate] p.field{
    margin-bottom: 1rem!important;
}

[b-xrkdwumate] .content-area label {
    font-size: 1rem;
    color: #666;
    margin-bottom: .25rem;
}

[b-xrkdwumate] .content-area input[type="text"],
[b-xrkdwumate] .content-area input[type="email"],
[b-xrkdwumate] .content-area textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

[b-xrkdwumate] .content-area textarea {
    resize: vertical;
    min-height: 9rem;
}

[b-xrkdwumate] .dynamic-item {
    position: relative;
    border: 1px solid #ddd;
    padding: 2rem 1.2rem .5rem 1.2rem;
    margin-bottom: 15px;
    border-radius: 5px;
}

[b-xrkdwumate] .remove-btn {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 16px;
    cursor: pointer;
    color: #333;
    margin: 0;
}

    [b-xrkdwumate] .remove-btn:hover {
        color: var(--highlight);
    }

.button-area[b-xrkdwumate] {
    margin: 1.5rem;
    display: flex;
    justify-content: space-evenly;
}

[b-xrkdwumate] .modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

[b-xrkdwumate] .modal-content {
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 5px;
    width: 400px;
    text-align: center;
}

[b-xrkdwumate] .modal-buttons a {
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    margin: 0 10px;
}

    [b-xrkdwumate] .modal-buttons a:first-child {
        background-color: #1e1e1e;
    }

    [b-xrkdwumate] .modal-buttons a:last-child {
        background-color: #ccc;
        color: #333;
    }

@media (max-width: 765px) {
    .header .foto[b-xrkdwumate] {
        line-height: 110px;
        font-size: .8rem;
    }
}
