@import '_content/Modular.Components.Blazor/Modular.Components.Blazor.ker6t4o49f.bundle.scp.css';

/* /Components/Layout/Components/FilterCards.razor.rz.scp.css */
.filter-card-box[b-0zavv7d17d] {
    display: flex;
    flex-direction: row;
    height: 2rem;
    margin-block: .5rem .8rem;
    gap: 0.5rem;
}

.close-icon[b-0zavv7d17d] {
    margin-left: 0.5rem;
    color: var(--tag-icon-color);
}

.active-filter-text[b-0zavv7d17d] {
    margin-inline: 0.5rem;
    padding-top: .2rem;
}

[b-0zavv7d17d] .active-filter-button {
    background-color: var(--tag-background-color);
}
/* /Components/Layout/FilterMenu.razor.rz.scp.css */

.filter-menu[b-5klv39xc43] {
    height: 65vh;
    width:15vw;
    display: flex;
    flex-direction: column;
    padding-inline: 0.75rem;
}

.filter-menu-content-box[b-5klv39xc43] {
    margin-inline: .75rem;
    overflow: scroll;
}

.filter-menu-filters[b-5klv39xc43] {
    display: flex;
    flex-direction: column;
    border-top: 1px solid darkgrey;
    flex-grow: 3;
}

[b-5klv39xc43] .filter-removebutton {
    margin-block: 0.5rem;
    max-width: 80%;
    width: fit-content;
}

.filter-menu-header[b-5klv39xc43] {
    display: flex;
    flex-direction: column;
    margin-bottom: 0.25rem;
    flex: 0 1 auto;
}

[b-5klv39xc43] .filter-searchbar {
    width: 100%;
    margin: 0 auto;
}

.filter-title[b-5klv39xc43] {
    margin-top: 1rem;
    text-align: left;
    margin-left: 0.25rem;
    font-size: 1rem;
    font-weight: 600;
}

.filter-group[b-5klv39xc43] {
    border-bottom: 1px solid var(--divider-color);
    margin-block: 0.25rem;
}

    .filter-group:last-child[b-5klv39xc43] {
        border: none;
    }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
main[b-dmsuio6ahb] {
    height: 100%;
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 7.5%;
}

#blazor-error-ui[b-dmsuio6ahb] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-dmsuio6ahb] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-c2a107p992],
.components-reconnect-repeated-attempt-visible[b-c2a107p992],
.components-reconnect-failed-visible[b-c2a107p992],
.components-pause-visible[b-c2a107p992],
.components-resume-failed-visible[b-c2a107p992],
.components-rejoining-animation[b-c2a107p992] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-c2a107p992],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-c2a107p992],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-c2a107p992],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-c2a107p992],
#components-reconnect-modal.components-reconnect-retrying[b-c2a107p992],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-c2a107p992],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-c2a107p992],
#components-reconnect-modal.components-reconnect-failed[b-c2a107p992],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-c2a107p992] {
    display: block;
}


#components-reconnect-modal[b-c2a107p992] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-c2a107p992 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-c2a107p992 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-c2a107p992 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-c2a107p992]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-c2a107p992 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-c2a107p992 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-c2a107p992 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-c2a107p992 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-c2a107p992] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-c2a107p992] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-c2a107p992] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-c2a107p992] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-c2a107p992] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-c2a107p992] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-c2a107p992] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-c2a107p992 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-c2a107p992] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-c2a107p992 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Views/Course/Components/CourseChip.razor.rz.scp.css */
[b-3wmsss3xkz] .chip-content {
    background-color: var(--tag-background-color);
    height:2rem;
}

.chips-container[b-3wmsss3xkz] {
    display: flex;
    flex-direction: row;
    gap: 0.25rem;
    max-width: 80%;
}
/* /Components/Views/Course/Components/CourseInfoGrid.razor.rz.scp.css */
.info-grid h4[b-ox2ss58ble] {
        margin: 0;
        font-weight: 600;
        font-size: 1.15rem;
    }

    .info-grid p[b-ox2ss58ble] {
        margin-bottom: 0.25rem;
    }

    .info-grid[b-ox2ss58ble] {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(4, auto);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        margin-block-start: 2.5rem;
        width: 75%;
    }
/* /Components/Views/Course/CourseCollectionView.razor.rz.scp.css */

.collection-box[b-0d7otjot68] {
    margin-inline: var(--header-margin);
}

.sub-header-box[b-0d7otjot68] {
    margin-bottom: .3rem;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid var(--divider-color);
}

.sub-header-title[b-0d7otjot68] {
    font-weight: var(--title-font-weight);
}

.course-content-box[b-0d7otjot68] {
    display: flex;
    gap: 1.2rem;
}

.filter-box[b-0d7otjot68] {
    background-color: var(--background-color-secondary);
    display: flex;
    flex-direction: column;
    max-height: 65vh;
}

.courses-box[b-0d7otjot68] {
    width: 100%;
    background-color: var(--background-color-secondary);
    padding: 1rem;
    height: 100%;
    min-height:10vh;
}

.no-results[b-0d7otjot68] {
    width:100%;
    text-align: center;
    font-weight:600;
}
/* /Components/Views/Course/CourseInfoView.razor.rz.scp.css */
.course-body[b-16y6o8bsau] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    border-bottom: 1px solid var(--divider-color);
    padding-bottom: .5rem;
    margin-bottom: 1rem;
}

.course-box[b-16y6o8bsau] {
    min-height: 20vh;
}

    .course-body:last-child[b-16y6o8bsau] {
        border: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

.course-title:hover[b-16y6o8bsau] {
    cursor: pointer;
    text-decoration: underline;
}

.tags-container[b-16y6o8bsau] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-block: 0.25rem 0.5rem;
}

.see-more-button[b-16y6o8bsau] {
    max-width: 20%;
}

h5[b-16y6o8bsau] {
    opacity: 70%;
    margin: 0;
    line-height: 1.4rem;
    font-size: 1.1rem;
    font-weight: 00;
}

h2[b-16y6o8bsau] {
    margin: 0;
    line-height: 2rem;
    font-weight: 600;
}

.course-content[b-16y6o8bsau] {
    margin: 0;
    transition: flex-grow 0.4s;
}

.more-content[b-16y6o8bsau] {
    max-height: 0;
    transition: max-height 1s ease-in;
    overflow: hidden;
}

    .more-content.expanded[b-16y6o8bsau] {
        max-height: 20vh;
    }

    .more-content.collapsed[b-16y6o8bsau] {
        transition: max-height .65s ease-out;
    }
/* /Components/Views/Course/CoursePageView.razor.rz.scp.css */
.reset-spacing[b-r31g9q3j0y] {
    margin: 0;
    padding: 0;
}

.course-page-box h3[b-r31g9q3j0y], .course-page-box h5[b-r31g9q3j0y] {
    font-weight: 600;
}

.info-box[b-r31g9q3j0y] {
    display: flex;
    font-size: 1.3rem;
    font-weight: 600;
    padding-left: 1rem;
    background-color: var(--background-color-secondary);
    justify-content: space-between;
}

.center[b-r31g9q3j0y] {
    margin: .2rem;
}

[b-r31g9q3j0y] .more-info-button {
    background-color: var(--accent-color);
    color: var(--main-color);
    border-radius: 0;
}

    [b-r31g9q3j0y] .more-info-button:hover {
        background-color: var(--accent-color);
        opacity: .7;
    }

.course-page-box[b-r31g9q3j0y] {
    display: flex;
    gap: 2rem;
    margin-inline: var(--header-margin);
}

[b-r31g9q3j0y] .info-grid > p {
    margin: 0;
}

.course-page-content[b-r31g9q3j0y] {
    width: 70%;
}

.availability-box[b-r31g9q3j0y] {
    width: 20%;
    height: fit-content;
    padding: 1rem;
    background-color: var(--background-color-secondary);
    box-shadow: var(--dx-box-shadow);
    flex: 0 0 auto;
}

.divider[b-r31g9q3j0y] {
    border-bottom: 1px solid var(--divider-color);
    padding-bottom: 1.6rem;
    margin-bottom: 1.6rem;
}

.content[b-r31g9q3j0y] {
    margin: 0;
    padding: 0;
}

.date-box[b-r31g9q3j0y] {
    width: fit-content;
    padding-block: .2rem;
    padding-inline: .5rem;
    margin: .5rem;
    border: 1px solid #d9d9d9;
    border-radius: .2rem;
    font-weight: 600;
}

.more-content[b-r31g9q3j0y] {
    max-height: 0;
    padding-inline: 1rem;
    transition: max-height 1s ease;
    overflow: hidden;
    background-color: var(--background-color-secondary);
}

    .more-content.expanded[b-r31g9q3j0y] {
        max-height: 15vh;
    }

    .more-content.collapsed[b-r31g9q3j0y] {
        transition: max-height 1s ease;
    }

[b-r31g9q3j0y] .availability-button {
    background-color: var(--tag-background-color);
    font-size: 1.1rem;
    padding: .5rem;
}
/* /Components/Views/FooterView.razor.rz.scp.css */
.footer[b-cinyuhqoig] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: var(--footer-margin);
    margin-top: 2rem;
    padding-block:1.5rem;
    background-color: var(--background-color-secondary);
}

.footer-icon[b-cinyuhqoig] {
    height: 2.5rem;
}
/* /Components/Views/HeaderView.razor.rz.scp.css */
.topbar-box[b-0zncns7cwj] {
    margin-inline: var(--header-margin);
    margin-block: 1.1rem;
}

.header-logo[b-0zncns7cwj] {
    height: 2rem;
}

[b-0zncns7cwj] .language-button {
    margin-inline-start: .5rem;
}
/* /Components/Views/HeroImageView.razor.rz.scp.css */
.hero-image-container[b-4g6503573f] {
    color:white;
    display: flex;
    flex-direction: column;
    height: 16rem;
    padding-inline: var(--header-margin);
    padding-block: 1rem;
    margin-bottom: 2rem;
    gap: .5rem;
    position:relative;
    z-index: 999;
}

.hero-image-background[b-4g6503573f] {
    background-image: var(--hero-background);
    background-size:cover;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.45);
    background-blend-mode: multiply;
}
.hero-breadcrumbs[b-4g6503573f] {
    font-weight: 600;
    color: var(--background-color-primary);
}

.hero-title[b-4g6503573f] {
    font-weight: var(--title-font-weight);
}

.hero-description[b-4g6503573f] {
    flex-grow: 1;
    max-width: 60%;
    overflow: hidden;
    margin-bottom: .5rem;
}

[b-4g6503573f] .hero-button {
    background-color: var(--tag-background-color);
}
/* /Components/Views/TopicView.razor.rz.scp.css */
.topic-box[b-9w9f1yn949] {
    width: 70vw;
    display: grid;
    grid-template-columns: repeat(4, auto);
    gap:1rem;
    margin: auto;
    margin-bottom: 1.5rem;
}

[b-9w9f1yn949] .topic-button {
    padding-block: .6rem;
    font-size: .95rem;
    background-color: var(--tag-background-color);
}
