<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dashboard {
    background-color: white;
}

@media (min-width: 768px) {
    .dashboard #activity-feed {
        width: 320px;
    }
}

.dashboard .path_image {
    object-fit: cover;
    height: 100%;
}

.dashboard .path_description {
    min-height: 10rem;
}

.dashboard .hero_image {
    min-height: 5rem;
}

.editstep .hover-input label {
    font-size: inherit;
}

body.user footer {
    margin-bottom: 70px;
}

.form-control.grade-box {
    width: 3.125rem;
    height: 2.375rem
}

.form-control.grade-box.is-invalid {
    width: 4rem;
}

.h4-icon svg {
    height: 1.5rem;
    width: 1.5rem;
}

.iconbar {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    z-index: 300;
}

@media screen and (max-width: 767px){
    .iconbar {
        opacity: 0.8;
        box-shadow: 0px -3px 6px #0000001A;
    }
}

.iconbar .iconbar-menu {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    border: none;
    border-top: 1px solid var(--bs-secondary);
}

.iconbar .iconbar-menu .iconbar-item {
    width: auto;
    height: 100%;
    padding: 10px;
}

.iconbar .iconbar-menu .iconbar-item-button svg {
    width: 2rem;
    height: 2rem;
    fill: currentColor;
}

.iconbar .iconbar-menu .iconbar-item-button .iconbar-item-label {
    display: none;
}

.icon-class {
    font-size: 1.5rem;
    cursor: pointer;
}

.instructor-panel .user-icon {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
}

.lesson-plan {
    list-style: none;
    padding: 0;
}

.lesson-plan .progress-ring:not(.lesson-plan-meta *) {
    min-width: 40px;
    min-height: 40px;
}

.lesson-plan-step {
    position: relative;
}

.lesson-plan li:not(:last-of-type)::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(1.25rem - 1px);
    border-right: 3px solid var(--bs-secondary);
}

.lesson-plan li:last-of-type::after {
    content: '';
    position: absolute;
    height: 16%;
    top: 0;
    left: calc(1.25rem - 1px);
    border-right: 3px solid var(--bs-secondary);
}

.lesson-plan-circle {
    width: 2.5rem;
    height: 2.5rem;
}

.lesson-plan-index {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    line-height: 0.6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lesson-plan-meta {
    padding-top: 0.75rem;
}

.lesson-plan-meta h5 {
    line-height: 1;
}

.message-feed {
    height: calc(100vh - 70px);
}

.modal-dialog .modal-body, .modal-dialog .modal-content {
    padding: 1rem;
}

.num-notifications {
    height: 1rem;
    width: 1rem;
}

.num-unread {
    position: absolute;
    height: 16px; 
    width: 16px; 
    left: -10px;
}

@media screen and (min-width: 768px){
    .num-unread {
        left: 20%;
    } 
}

.overview-steps {
    position: relative;
}

.overview-step-accent {
    position: absolute;
    top: 0;
    right: -3px;
    height: 3.375rem;
    border-right: 3px solid var(--bs-accent);
    transition: top 0.15s;
    z-index: 1;
}

.path-menu-item a:hover {
    text-decoration: none;
}

.path-menu-item.border-top {
    --bs-border-width: .25rem
}

.path-menu-item .overview-step-page,
.path-menu-item .overview-step-page a {
    color: var(--bs-darkgrey);
}

.path-menu-item .overview-step-page.completed,
.path-menu-item .overview-step-page.completed a,
.path-menu-item .overview-step-page.partial a
{
    color: var(--bs-primary);
}

.path-menu-item .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
}

.path-menu-item .overview-step-page.completed .icon {
    color: var(--bs-success);
}

.path-menu-item .overview-step-title .icon,
.path-progress-circle.icon
{
    width: auto;
    font-size: 1.5rem;
    margin-right: -0.25rem;
}

.path-menu-item .overview-step-page.partial svg,
.path-menu-item .overview-step-page.future svg {
    font-size: 0.88rem;
}

.path-menu-item .overview-step-page.future a {
    color: var(--bs-muted);
}

.path-menu-item .overview-step-page {
    position: relative;
}

.path-menu-item .overview-step-page:not(:last-child) {
    padding-bottom: 1rem;
}

.path-menu-item .overview-step-page.completed:not(:last-child)::before {
    content: '';
    position: absolute;
    top: 40%;
    bottom: -40%;
    right: 1.5rem;
    border-right: 1px solid var(--bs-secondary);
    border-color: var(--bs-success);
}

.path-menu-item .overview-step-page .icon {
    z-index: 1;
}

.path-progress-circle svg {
    max-width: 22px;
    max-height: 22px;
}

.preview-btn:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0 !important;
}

.recommended_paths {
    border-top: 3px solid var(--bs-primary);
}

[tabindex]:focus {
    outline: 0;
    box-shadow: 0 0 0 0;
}

.dashboard_container {
    width: 100vw;
}

@media (min-width: 768px) {
    .dashboard_container {
        max-width: none;
        position: relative;
        left: calc(-50vw + 50%);
        padding-left: 4.375rem;
    }

    .dashboard {
        width: calc(100vw - 4.375rem);
    }

    body.user footer {
        margin-bottom: 0;
    }

    .content-edit-sidebar {
        min-height: 20rem;
    }

    .iconbar {
        width: 4.375rem;
        position: fixed;
        top: 70px;
        left: 0;
        z-index: 200;
    }

    .iconbar .iconbar-menu {
        flex-direction: column;
        border-top: 0;
        transition: display ease .5s;
        width: 4.375rem;
        margin-left: auto;
        height: 82vh;
        padding-top: 0.5rem;
    }
    .iconbar .iconbar-menu .iconbar-item {
        width: 100%;
        height: auto;
        padding: 0;
    }

    .iconbar .iconbar-menu .iconbar-item:last-child {
        margin-top: auto;
    }

    .iconbar .iconbar-menu .iconbar-item.active {
        border-top: none;
        border-right: 3px solid var(--bs-accent);

    }

    .iconbar .iconbar-menu .iconbar-item-button svg {
        width: 1.875rem;
        height: 1.875rem;
    }

    .iconbar .iconbar-menu .iconbar-item-button .iconbar-item-label {
        display: block;
        font-size: 0.6rem;
        padding-top: 0.3rem;
    }

}

.history-cursor {
    width: 3px;
    top: 0;
    right: 3px;
    bottom: 0;
    left: -3px;
    background-color: var(--bs-dark);
}

hr.dotted {
    border-top: 1px dotted;
}

.w-90 {
    width: 90%;
}</pre></body></html>