/* /Layout/Footer.razor.rz.scp.css */
[b-nv8vxw9scb] footer {
    width: 100%;
    text-align: center;
    background-color: black;
    color: white;
    padding: 1rem 0;
}
/* /Layout/LetterHeader.razor.rz.scp.css */
.header[b-rkcsetsm7y] {
    height: 220px;
    position: relative;
    margin-bottom: 50px;
}

.image-container[b-rkcsetsm7y] {
    height: 100%;
    width: 100%;
}

.image-container img[b-rkcsetsm7y] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-overlay[b-rkcsetsm7y] {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.title[b-rkcsetsm7y] {
    position: absolute;
    bottom: -50px;
    left: 0;
    padding: 0 25px;
    display: flex;
    align-items: center;
}

.title p[b-rkcsetsm7y] {
    font-size: 8rem;
    font-family: 'Code-Pro-Black', sans-serif;
    color: var(--secondary-color);
    position: relative;
}

.title h2[b-rkcsetsm7y] {
    font-size: 1.2rem;
    color: white;
    margin-top: 20px;
    margin-left: -30px;
    z-index: 20;
}

@media (max-width: 1279px) {
    .header[b-rkcsetsm7y] {
        height: 160px;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
main[b-fon2j1918r] {
    margin-top: 64px;
}

main section[b-fon2j1918r] {
    padding-top: 0;
}

@media (max-width: 1279px) {
    main[b-fon2j1918r] {
        margin-bottom: 80px;
    }
}
/* /Layout/TopPage.razor.rz.scp.css */
.top-section[b-ohkgc4nmw4] {
    display: flex;
    align-items: center;
    padding: 60px 0 30px;
    border-bottom: 1px solid var(--lightgray);
    margin-bottom: 30px;
}

.back-link[b-ohkgc4nmw4] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid var(--lightgray);
    border-radius: 100%;
    width: fit-content;
    color: black;
    flex-shrink: 0;
}

.back-link:hover[b-ohkgc4nmw4] {
    background-color: var(--lightgray);
}

.week-info[b-ohkgc4nmw4] {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    padding-left: 30px;
}

.week-info h3[b-ohkgc4nmw4] {
    margin-bottom: 5px;
}

.week-info p[b-ohkgc4nmw4] {
    font-size: 0.9rem;
    color: darkgrey;
}

@media(min-width: 600px) {
    .week-info[b-ohkgc4nmw4] {
        align-items: center;
        padding-left: 0;
    }
}
/* /MainComponents/Common/CommonActionButton.razor.rz.scp.css */
.common-link-button[b-s97z5qrocy] {
    background-color: #fff;
    border: 1px solid var(--lightgray);
    text-align: center;
    padding: 0.75em 1em;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1em;
    width: 100%;
    gap: 0.5em;
    max-width: 350px;
}

@media (min-width: 1280px) {
    .common-link-button[b-s97z5qrocy] {
        width: fit-content;
    }
}
/* /MainComponents/Common/CommonLinkButton.razor.rz.scp.css */
.common-link-button[b-85ar66r4yq] {
    background-color: #000;
    color: white;
    text-align: center;
    padding: 0.75em 1em;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
    width: 100%;
    max-width: 350px;
    font-size: 1.1em;
}

@media (min-width: 1280px) {
    .common-link-button[b-85ar66r4yq] {
        width: fit-content;
    }
}
/* /MainComponents/Common/CommonSwitch.razor.rz.scp.css */
.custom-switch[b-ezdd9ynfx3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 16px 0;
    border-bottom: 1px solid black;
}

.custom-switch:last-child[b-ezdd9ynfx3] {
    border-bottom: none;
}

.switch-label[b-ezdd9ynfx3] {
    font-size: 16px;
}

.switch-track[b-ezdd9ynfx3] {
    width: 51px;
    height: 31px;
    background-color: black;
    border-radius: 15.5px;
    position: relative;
    transition: background-color 0.3s;
}

.switch-track.checked[b-ezdd9ynfx3] {
    background-color: #FABC32;
}

.switch-thumb[b-ezdd9ynfx3] {
    width: 27px;
    height: 27px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    right: 2px;
    transition: transform 0.3s ease;
}

.switch-track.checked .switch-thumb[b-ezdd9ynfx3] {
    transform: translateX(-20px);
}
/* /MainComponents/Common/ErrorDisplay.razor.rz.scp.css */
.container[b-tivpoirzo3]{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    width: 100%;
    padding: 60px 30px 30px;
}

.label-401[b-tivpoirzo3]{
    font-size: 4.5em;
}

.container p[b-tivpoirzo3]{
    padding-bottom: 3em;
}
/* /MainComponents/Dashboard/AlertSection.razor.rz.scp.css */
.alert-section.hidden-margin[b-gcr5ccm4pt] {
    margin: -70px !important;
}

.alert-link[b-gcr5ccm4pt] {
    text-decoration: none;
    color: inherit;
}

.alert-wrapper[b-gcr5ccm4pt] {
    position: relative;
}

.close-btn[b-gcr5ccm4pt] {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 1.8rem;
    font-weight: bold;
    border: none;
    cursor: pointer;
}

@media (max-width: 500px) {
    .close-btn[b-gcr5ccm4pt] {
        top: 5px;
    }
}

@media (max-width: 1279px) {
    .alert-section.hidden-margin[b-gcr5ccm4pt] {
        margin: -30px !important;
    }
}
/* /MainComponents/Dashboard/ClassScheduleBlock.razor.rz.scp.css */
.class-schedule-block[b-5bmgd4on8r] {
    display: flex;
    align-items: stretch;
    width: 100%;
}

.class-schedule-info[b-5bmgd4on8r] {
    padding: 10px 0 10px 20px;
    position: relative;
    height: 100%;
    width: 100%;
}

.class-schedule-info h2[b-5bmgd4on8r] {
    margin: 15px 0 20px;
    font-size: 1.2rem;
    line-height: 1.6rem;
}

.class-schedule-info p:first-of-type[b-5bmgd4on8r] {
    color: #BDBDC1;
    font-size: 0.8rem;
}

.class-schedule-info p:last-of-type[b-5bmgd4on8r] {
    font-size: 0.8rem;
}

.class-schedule-info div[b-5bmgd4on8r] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.8rem;
    flex-wrap: wrap;
    column-gap: 10px;
}
/* /MainComponents/Dashboard/DateBlock.razor.rz.scp.css */
.class-schedule-day[b-d17zbzqm9o] {
    padding: 15px 20px;
    background-color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.class-schedule-day p[b-d17zbzqm9o] {
    color: white;
    font-weight: bold;
    font-size: 1rem;
    word-break: normal;
    hyphens: none;
}

.class-schedule-day p:nth-of-type(2)[b-d17zbzqm9o] {
    font-size: 2rem;
}
/* /MainComponents/Dashboard/EventCard.razor.rz.scp.css */
.event-content[b-yyqcsk0qud] {
    display: flex;
    align-items: center;
    z-index: 1;
    width: 100%;
}

.event-card[b-yyqcsk0qud] {
    height: 230px;
    min-width: 90%;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 1rem;
    box-sizing: border-box;
    background-size: cover;
    background-position: center;
}

.event-info[b-yyqcsk0qud] {
    padding-left: 25px;
}

.event-info h3[b-yyqcsk0qud] {
    color: white;
    font-weight: 800;
}

.event-info a[b-yyqcsk0qud] {
    color: white;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.event-gradient-overlay[b-yyqcsk0qud] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
            to top,
            rgba(0, 0, 0, 0.6) 0%,
            rgba(0, 0, 0, 0.4) 30%,
            rgba(0, 0, 0, 0) 100%
    );
    pointer-events: none;
}

@media (min-width: 1280px) {
    .event-card[b-yyqcsk0qud] {
        min-width: 30%;
    }
}
/* /MainComponents/Dashboard/NewsCarousel.razor.rz.scp.css */
[b-n0o9yirkea] .event-carousel {
    height: 250px;
}

[b-n0o9yirkea] .event-carousel-item a.carousel-item-link {
    display: block;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

[b-n0o9yirkea] .event-carousel-item .carousel-item-content {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 90%;
    padding: 0 20px 20px 30px;
    box-sizing: border-box;
    background-size: cover;
    background-position: center;
    color: white;
    cursor: pointer;
}

[b-n0o9yirkea] .gradient-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0));
    pointer-events: none;
}

[b-n0o9yirkea] .carousel-text {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

[b-n0o9yirkea] .event-item {
    display: flex;
    align-items: center;
}

[b-n0o9yirkea] .event-item h3 {
    padding-left: 20px;
}

[b-n0o9yirkea] .event-carousel-item h3 {
    margin: 0;
    color: white;
    width: 70%;
    font-weight: 800;
}

[b-n0o9yirkea] .read-more {
    display: flex;
    align-items: center;
    justify-content: end;
    color: white;
    text-decoration: none;
    width: 50%;
    margin-top: auto;
}

[b-n0o9yirkea] .carousel-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--lightgray);
    margin: 0 4px;
}

[b-n0o9yirkea] .carousel-bullet.selected {
    background-color: var(--secondary-color);
}

@media (min-width: 1280px) {

    .event-carousel[b-n0o9yirkea] {
        height: 45vh;
    };[b-n0o9yirkea]
}
/* /MainComponents/Dashboard/OrionAnnouncement.razor.rz.scp.css */
.announcement-block[b-c41435kjfr] {
/*    margin: 15px 15px;*/
}

.announcement-block p:first-of-type[b-c41435kjfr] {
    color: #BDBDC1;
}

.announcement-block a[b-c41435kjfr] {
    display: flex;
    align-items: center;
    justify-content: end;
    text-decoration: none;
/*    padding-top: 15px;*/
}

@media (min-width: 1280px) {

    .announcement-block[b-c41435kjfr] {
        background-color: white;
        padding: 30px;
    }
}
/* /MainComponents/Filtering/FilterChip.razor.rz.scp.css */
[b-rezq4refmu] .filter-chip {
    transition: all 0.2s ease;
    cursor: pointer;
    font-size: 1rem;
    flex: 0 0 auto;
    display: inline-flex;
}

[b-rezq4refmu] .filter-chip:hover {
    transform: scale(1.05);
}

.chip-icon[b-rezq4refmu] {
    color: var(--secondary-color);
}

[b-rezq4refmu] .mud-chip-outlined {
    border-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
/* /MainComponents/Filtering/FilterChipSet.razor.rz.scp.css */
.chip-container[b-8bh17ozixf] {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    gap: 1px;
}

.chip-wrapper[b-8bh17ozixf] {
    display: inline-block;
}

.chip-container[b-8bh17ozixf]::-webkit-scrollbar {
    height: 6px;
}

.chip-container[b-8bh17ozixf]::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.3);
    border-radius: 3px;
}

.chip-container[b-8bh17ozixf]::-webkit-scrollbar-track {
    background: transparent;
}
/* /MainComponents/Filtering/SearchBar.razor.rz.scp.css */
[b-8048fxnoay] .news-search-container {
    width: 100%;
    max-width: 400px;
    
}

[b-8048fxnoay] .news-search {
    background-color: #f5f5f5;
    border-radius: 30px;
}

[b-8048fxnoay] .mud-input-slot  {
    padding: 10px 0 10px 10px !important;
}

[b-8048fxnoay] .mud-input-outlined-border {
    border: none !important;
}
/* /MainComponents/Filtering/SelectField.razor.rz.scp.css */
[b-mxfxvoxcaf] .select-container {
    width: 100%;
}

[b-mxfxvoxcaf] .selectfield {
    background-color: #f5f5f5;
    border-radius: 30px;
    box-shadow: none;
}

[b-mxfxvoxcaf] .mud-input-underline::before,
[b-mxfxvoxcaf] .mud-input-underline::after {
    display: none !important;
}

[b-mxfxvoxcaf] .mud-input {
    margin-top: 0 !important;
}

[b-mxfxvoxcaf] .mud-input-label {
    top: 6px !important;
    left: 20px;
    transform: none !important;
}

[b-mxfxvoxcaf] .mud-input-adornment-icon {
    margin-right: 10px;
}

[b-mxfxvoxcaf] .mud-select-input {
    margin-left: 10px !important;
}

/* 
================================
RESTO OVERRIDE CSS
css hier toegevoegd omdat override.css niks doet
================================
*/
[b-mxfxvoxcaf] .campus-select{
    background-color: #EEEEEE !important;
    z-index: 999;
}
/* /MainComponents/Navigation/BottomNav.razor.rz.scp.css */
[b-axp7eeeolu] .bottom-nav-item .mud-icon-root {
    margin-bottom: 2px;
    margin-top: 8px;
}

[b-axp7eeeolu] .bottom-nav-item .mud-nav-link.mud-ripple {
    padding: 8px 0;
}

[b-axp7eeeolu] .bottom-nav-item .mud-nav-link-text {
    margin-left: 0;
    padding-left: 0;
    text-align: center;
}

[b-axp7eeeolu] .bottom-nav-paper {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    border-top: 2px solid #fff;
    color: white;
    border-radius: 0;
    z-index: 1000;
    width: 100%;
}

[b-axp7eeeolu] .bottom-nav-grid {
    margin: 0;
    padding: 0;
}

[b-axp7eeeolu] .bottom-nav-item {
    padding: 0;
    margin: 0;
}

[b-axp7eeeolu] .bottom-nav-item {
    padding: 4px 0 !important;
    margin: 0 !important;
    min-height: unset !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

[b-axp7eeeolu] .bottom-nav-item .mud-icon-root {
    margin-bottom: 2px;
    margin-top: 8px;
}

[b-axp7eeeolu] .bottom-nav-item div {
    font-size: 10px; 
    text-align: center;
}

[b-axp7eeeolu] .bottom-nav-item .mud-nav-link.mud-ripple {
    padding: 8px 0;
}

[b-axp7eeeolu] .bottom-nav-item .mud-nav-link-text {
    margin-left: 0;
    padding-left: 0;
    text-align: center;
}

[b-axp7eeeolu] .bottom-nav-paper {
    position: fixed; 
    bottom: 0; 
    left: 0; 
    background-color: #000; 
    border-top: 2px solid #fff; 
    color: white; 
    border-radius: 0; 
    z-index: 1000;
}

[b-axp7eeeolu] .bottom-nav-grid {
    margin: 0;
    padding: 0;
}
/* /MainComponents/Navigation/LanguageButton.razor.rz.scp.css */
.language-switch[b-69ldm1iqcd] {
    text-align: center;
    font-size: 0.9rem;
    opacity: 0.8;
    margin-bottom: 30px;
    margin-top: 20px;
    cursor: pointer;
}

.bold[b-69ldm1iqcd] {
    font-weight: bold;
}
/* /MainComponents/Navigation/NavBar.razor.rz.scp.css */
.nav-links[b-d8ibkt72ja] {
    display: flex;
    align-items: center;
    gap: 12px;
}
/* /MainComponents/Navigation/NavbarHamburger.razor.rz.scp.css */
[b-r85jr0t81x] .hamburger-btn {
    color: white;
}

[b-r85jr0t81x] .hamburger-fullscreen {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    color: white;
    z-index: 3000;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    animation: fadeIn 0.2s ease-in;
}

[b-r85jr0t81x] .hamburger-header {
    height: 64px;
    display: flex;
    align-items: center;
    padding: 5px 16px;
    background-color: #000;
}

[b-r85jr0t81x] .header-icons {
    display: flex;
    align-items: center;
}

[b-r85jr0t81x] .hamburger-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 64px - 75px);
    gap: 20px;
}

[b-r85jr0t81x] .menu-link p {
    color: white;
    font-weight: 700;
    font-size: 1.2rem;
    text-decoration: none;
    text-transform: none;
    text-align: center;
}

[b-r85jr0t81x] .logout-btn {
    color: white !important;
    font-weight: 200 !important;
    font-size: 1.1rem !important;
    text-transform: none !important;
    margin-top: 48px !important;
}
/* /MainComponents/Navigation/ScrollToTop.razor.rz.scp.css */
.scroll-to-top[b-nutcsavywq] {
    background-color: var(--secondary-color);
    margin-right: 5px;
    margin-bottom: 20px;
    width: 50px;
    height: 50px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    border-radius: 100%;
}
/* /MainComponents/Sorting/SortToggle.razor.rz.scp.css */
.sort-toggle[b-95rg4o41mi] {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border: 1px solid lightgray;
    border-radius: 5px;
    padding: 7px;
    color: black;
}

.sort-toggle button[b-95rg4o41mi] {
    width: 100%;
    gap: 10px;
}

/* /Pages/Campus/Components/AboutSection.razor.rz.scp.css */
.about-section[b-38sq43e3sg] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.read-more[b-38sq43e3sg] {
    font-size: 1rem;
    text-align: right;
    margin-top: 10px;
    font-style: italic;
    text-decoration: underline;
    color: var(--secondary-color);
}
/* /Pages/Campus/Components/DetailHeader.razor.rz.scp.css */
.detail-header[b-j5jpg90oma] {
    background-position: left;
    background-size: cover;
    color: white;
    position: relative;
    display: flex;
    padding: 30px;
}

.image-overlay[b-j5jpg90oma] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: none;
}

.detail-header[b-j5jpg90oma]  .mud-icon-button {
    color: #fff;
    padding: 0;
    transform: scaleX(-1);
    margin-bottom: 80px;
}

.header-content[b-j5jpg90oma] {
    position: relative;
    width: 100%;
    z-index: 2;
}
/* /Pages/Campus/Components/FacilityItem.razor.rz.scp.css */
.facilities-item[b-p9h18ihlel] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
}

.facilities-item p[b-p9h18ihlel] {
    font-size: 0.8rem;
}

.quicklink-icon[b-p9h18ihlel] {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary-color);
    background-color: white;
}

.facilities-item .quicklink-icon[b-p9h18ihlel] {
    color: var(--secondary-color);
}
/* /Pages/Campus/Components/FacilitySection.razor.rz.scp.css */
.facilities-grid[b-x67v0tkb50] {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

@media (min-width: 600px) {
    .facilities-grid[b-x67v0tkb50] {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        margin-bottom: 100px;
    }
}
/* /Pages/CampusLife/Components/DealCard.razor.rz.scp.css */
a[b-1u2a4ei37x] {
    flex: 1 1 calc(100%);
    display: block;
}

.promo-card[b-1u2a4ei37x] {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 20px;
}

.image-overlay[b-1u2a4ei37x] {
    position: absolute;
    inset: 0;
    background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.3) 50%,
            rgba(0, 0, 0, 0.6) 100%
    );
}

.header-content[b-1u2a4ei37x] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.labels-container[b-1u2a4ei37x] {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 5px;
    font-size: 0.75rem;
    margin-bottom: 50px;
}

.labels-container span[b-1u2a4ei37x] {
    padding: 2px 15px;
    border-radius: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.discount-label[b-1u2a4ei37x] {
    background-color: var(--secondary-color);
    font-size: 0.8rem;
    color: #fff;
    font-weight: 600;
}

.category-label[b-1u2a4ei37x] {
    background-color: #fff;
    color: #000;
}

.header-content:nth-child(2)[b-1u2a4ei37x] {
    display: flex;
}

.header-content h3[b-1u2a4ei37x] {
    color: #fff;
    margin-bottom: 10px;
    word-break: break-word;
    hyphens: auto;
}

.header-content p[b-1u2a4ei37x] {
    color: lightgray;
    font-size: 0.8rem;
    word-break: break-word;
    hyphens: auto;
}

@media (min-width: 768px) {
    a[b-1u2a4ei37x] {
        flex: 1 1 calc(50% - 20px);
    }
}

@media (min-width: 1280px) {
    a[b-1u2a4ei37x] {
        flex: 1 1 calc(25% - 20px);
    }
}
/* /Pages/CampusLife/Components/DealItemHeader.razor.rz.scp.css */
.detail-header[b-7z11z7icds] {
    background-position: left;
    background-size: cover;
    color: white;
    position: relative;
    display: flex;
    padding: 30px;
}

.image-overlay[b-7z11z7icds] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: none;
    backdrop-filter: blur(1px);
}

.detail-header[b-7z11z7icds]  .mud-icon-button {
    color: #fff;
    padding: 0;
    transform: scaleX(-1);
    margin-bottom: 80px;
}

.header-content[b-7z11z7icds] {
    position: relative;
    width: 100%;
    z-index: 2;
}

.article-date[b-7z11z7icds] {
    color: #C1C1C5;
    font-size: 0.9rem;
    margin-bottom: 6px;
}

.article-time[b-7z11z7icds] {
    font-size: 0.9rem;
}

.share-icon[b-7z11z7icds] {
    z-index: 3;
    position: absolute;
    top: 0;
    right: 0;
}

.article-header[b-7z11z7icds]  .filter-chip {
    border: none;
}
/* /Pages/CampusLife/Components/InfoCard.razor.rz.scp.css */
.infocard[b-13wbiidx6w] {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 2px 0 20px;
    font-size: 1.1rem;
}

.infocard-row[b-13wbiidx6w] {
    display: flex;
    align-items: center;
    padding: 0 0 6px;
}

.infocard-row i[b-13wbiidx6w] {
    margin-right: 20px;
}

.infocard-row p[b-13wbiidx6w] {
    font-size: 1rem;
}
/* /Pages/CampusLife/Components/JobCard.razor.rz.scp.css */
.job-card[b-d1mfpf6fxy] {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    background-color: #fff;
    width: 100%;
    margin-bottom: 30px;
}

.job-card-image[b-d1mfpf6fxy] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.image[b-d1mfpf6fxy] {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 30vw;
    max-width: 300px;
}

.info[b-d1mfpf6fxy] {
    padding: 0 0 0 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.info h3[b-d1mfpf6fxy] {
    margin-bottom: 4px;
}

.info p[b-d1mfpf6fxy] {
    font-size: 0.85rem;
    color: #b5b5b5;
}

@media (min-width: 1024px) {
    .info[b-d1mfpf6fxy] {
        padding: 0 0 0 30px;
    }
    
    .job-card-image[b-d1mfpf6fxy] {
        height: 15vh;
    }
}
/* /Pages/CampusLife/Components/JobItemHeader.razor.rz.scp.css */
.detail-header[b-0yjudgys3f] {
    background-position: left;
    background-size: cover;
    color: white;
    position: relative;
    display: flex;
    padding: 30px;
}

.image-overlay[b-0yjudgys3f] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    pointer-events: none;
    backdrop-filter: blur(3px);
}

.detail-header[b-0yjudgys3f]  .mud-icon-button {
    color: #fff;
    padding: 0;
    transform: scaleX(-1);
    margin-bottom: 80px;
}

.header-content[b-0yjudgys3f] {
    position: relative;
    width: 100%;
    z-index: 2;
}

.detail-date[b-0yjudgys3f] {
    color: #C1C1C5;
    font-size: 0.9rem;
    margin-bottom: 6px;
}

.detail-company[b-0yjudgys3f] {
    margin-bottom: 20px;
    color: #C1C1C5;
    font-size: 0.9rem;
}

.share-icon[b-0yjudgys3f] {
    z-index: 3;
    position: absolute;
    top: 0;
    right: 0;
}

.detail-header[b-0yjudgys3f]  .filter-chip {
    border: none;
}
/* /Pages/CampusLife/Components/StudentClubCard.razor.rz.scp.css */
.club-card[b-zwqb4pdnqw] {
    display: flex;
    background-color: #fff;
    width: 100%;
    margin-bottom: 60px;
    align-items: flex-start;
    gap: 20px;
}

.club-card .image[b-zwqb4pdnqw] {
    flex: 0 0 25%;
    max-width: 80px;
}

.club-card img[b-zwqb4pdnqw] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block;
}

.club-card .info[b-zwqb4pdnqw] {
    flex: 1;
    padding-left: 15px;
}

.info p[b-zwqb4pdnqw] {
    font-size: 0.85rem;
}

.club-links[b-zwqb4pdnqw] {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.club-links i[b-zwqb4pdnqw] {
    color: var(--secondary-color);
    font-size: 1.2rem;
    transition: color 0.3s ease;
}

.club-links i:hover[b-zwqb4pdnqw] {
    color: black;
}
/* /Pages/Deadlines/Components/CourseFilter.razor.rz.scp.css */
.select select:focus[b-s9fo6rmnvw] {
    border-color: black !important;
}

.select:not(.is-multiple):not(.is-loading)[b-s9fo6rmnvw]::after {
    border-color: black !important;
}

.select[b-s9fo6rmnvw] {
    width: 100%;
}

.select select[b-s9fo6rmnvw] {
    background-color: white;
    color: black;
    border-color: lightgray;
    box-shadow: none;
    width: 100%;
}

.select:focus-within[b-s9fo6rmnvw]::after {
    transform: rotate(135deg);
}
/* /Pages/Deadlines/Components/DeadlineBlock.razor.rz.scp.css */
.deadline-card[b-xsjy46ykw9] {
    background-color: #fff;
    overflow: hidden;
    position: relative;
    transition: box-shadow 0.3s ease-in-out, opacity 0.5s ease-out; 
}

.deadline-card.expanded[b-xsjy46ykw9] {
    border-color: #FABC32;
}

.deadline-card.completing[b-xsjy46ykw9] {
    opacity: 0;
}

.event-content[b-xsjy46ykw9] {
    display: flex;
    align-items: stretch;
    cursor: pointer;
}

.deadline-info[b-xsjy46ykw9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px 10px 20px;
    width: 100%;
}

.deadline-info p[b-xsjy46ykw9] {
    color: #BDBDC1;
    margin-bottom: 0;
}

.deadline-info h3[b-xsjy46ykw9] {
    margin-bottom: 0;
}

.deadline-text[b-xsjy46ykw9] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
/* /Pages/Events/Components/ArticleHeader.razor.rz.scp.css */
[b-kmsji7ry80] .filter-chip {
    font-size: 0.7rem;
    width: fit-content;
    align-self: flex-start;
    padding: 0 12px;
    margin: 0 0 15px 0;
}

.event-article-page .article-header[b-kmsji7ry80] {
    background-position: left;
    background-size: cover;
    color: white;
    position: relative;
    display: flex;
    padding: 30px;
}

.image-overlay[b-kmsji7ry80] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: none;
}

.article-header[b-kmsji7ry80]  .mud-icon-button {
    color: #fff;
    padding: 0;
    transform: scaleX(-1);
    margin-bottom: 50px;
}

.header-content[b-kmsji7ry80] {
    position: relative;
    width: 100%;
    z-index: 2;
}

.article-date[b-kmsji7ry80] {
    color: #C1C1C5;
    font-size: 0.9rem;
    margin-bottom: 6px;
}

.article-time[b-kmsji7ry80] {
    font-size: 0.9rem;
}

.share-icon[b-kmsji7ry80] {
    z-index: 3;
    position: absolute;
    top: 0;
    right: 0;
}

.article-header[b-kmsji7ry80]  .filter-chip {
    border: none;
}
/* /Pages/Events/Components/EventContent.razor.rz.scp.css */
.eventcards-section[b-opcg5x1y6y] {
    margin: 15px 30px 30px;
}

.filter-section[b-opcg5x1y6y] {
    position: sticky;
    top: 127px;
    z-index: 100;
    background-color: white;
    padding: 10px 30px 10px;
}

[b-opcg5x1y6y] .mud-pagination-item-selected .mud-button-filled {
    box-shadow: none !important;
}
/* /Pages/Events/Components/EventSmallCard.razor.rz.scp.css */
.event-card-content[b-e93yi49fcl] {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    background-color: #fff;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}

.event-card-text[b-e93yi49fcl] {
    padding: 0 20px;
    line-break: auto;
    hyphens: auto;
}

.event-card-title[b-e93yi49fcl] {
    margin-bottom: 4px;
}

.news-card-date[b-e93yi49fcl] {
    font-size: 0.85rem;
    color: #b5b5b5;
    margin: 0 0 15px 0;
}

.event-card-description[b-e93yi49fcl] {
    font-size: 0.9rem;
    color: #444;
}

.event-card-image-wrapper[b-e93yi49fcl] {
    position: relative;
    display: inline-block;
    min-width: 100px;
    max-width: 100px;
}

.event-card-image[b-e93yi49fcl] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.event-card-dateblock[b-e93yi49fcl] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 5px 20px;
    background-color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.event-card-dateblock p[b-e93yi49fcl] {
    color: white;
    font-weight: bold;
    font-size: 0.8rem;
}

.event-card-dateblock p:nth-of-type(2)[b-e93yi49fcl] {
    font-size: 1.5rem;
}

@media (min-width: 1024px) {
    .event-card-image-wrapper[b-e93yi49fcl] {
        min-width: 30%;
        max-width: 30%;
        max-height: 20vh;
    }
}

@media (max-width: 1024px) {
    .event-card-image-wrapper[b-e93yi49fcl] {
        min-width: 100%;
        max-width: 100%;
        height: 150px;
    }

    .event-card-content[b-e93yi49fcl] {
        flex-direction: column;
        gap: 0;
    }
    
    .event-card-text[b-e93yi49fcl] {
        padding: 0;
    }
    
    [b-e93yi49fcl] .event-card-text div .filter-chip {
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .event-card-title[b-e93yi49fcl] {
        padding: 20px 0;
    }
}
/* /Pages/Events/Components/InfoCard.razor.rz.scp.css */
.infocard[b-p2d33abyql] {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 2px 0 20px;
    font-size: 1.1rem;
}

.infocard-row[b-p2d33abyql] {
    display: flex;
    align-items: center;
    padding: 0 0 6px;
}

.infocard-row i[b-p2d33abyql] {
    margin-right: 20px;
}

.infocard-row p[b-p2d33abyql] {
    font-size: 1rem;
}
/* /Pages/News/Components/ArticleHeader.razor.rz.scp.css */
.article-page .article-header[b-h8tr3c6qm1] {
    background-position: left;
    background-size: cover;
    color: white;
    position: relative;
    display: flex;
    padding: 30px;
}

.image-overlay[b-h8tr3c6qm1] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: none;
}

.article-header[b-h8tr3c6qm1]  .mud-icon-button {
    color: #fff;
    padding: 0;
    transform: scaleX(-1);
    margin-bottom: 80px;
}

.header-content[b-h8tr3c6qm1] {
    position: relative;
    width: 100%;
    z-index: 2;
}

.article-date[b-h8tr3c6qm1] {
    color: #C1C1C5;
    font-size: 0.9rem;
    margin-bottom: 6px;
}

.article-time[b-h8tr3c6qm1] {
    font-size: 0.9rem;
}

.share-icon[b-h8tr3c6qm1] {
    z-index: 3;
    position: absolute;
    top: 0;
    right: 0;
}

.article-header[b-h8tr3c6qm1]  .filter-chip {
    border: none;
}
/* /Pages/News/Components/NewsCard.razor.rz.scp.css */
.news-card-content[b-a34e7lx4da] {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    background-color: #fff;
    width: 100%;
    margin-bottom: 30px;
}

.news-card-image[b-a34e7lx4da] {
    width: 100%;
    height: 100%;
    max-width: 30vw;
    object-fit: cover;
}

.news-card-text[b-a34e7lx4da] {
    padding: 0 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.news-card-title[b-a34e7lx4da] {
    margin-bottom: 4px;
}

.news-card-date[b-a34e7lx4da] {
    font-size: 0.85rem;
    color: #b5b5b5;
    margin: 0 0 15px 0;
}

.news-card-description[b-a34e7lx4da] {
    font-size: 0.9rem;
    color: #444;
}

@media (min-width: 1024px) {
    .news-card-content[b-a34e7lx4da] {
        max-height: 20vh;
    }
}

@media (max-width: 1024px) {
    .news-card-content[b-a34e7lx4da] {
        flex-direction: column;
        gap: 20px;
    }

    .news-card-image[b-a34e7lx4da] {
        max-width: initial;
        height: 150px;
    }
    
    .news-card-text[b-a34e7lx4da] {
        padding: 0 0 20px;
    }
}
/* /Pages/News/Components/NewsContent.razor.rz.scp.css */
.news-articles-section[b-8hwgdzotjr] {
    margin: 15px 30px 30px;
}

.filter-section[b-8hwgdzotjr] {
    position: sticky;
    top: 127px;
    z-index: 100;
    background-color: white;
    padding: 10px 30px 10px;
}

[b-8hwgdzotjr] .mud-pagination-item-selected .mud-button-filled {
    box-shadow: none !important;
}
/* /Pages/News/Components/TopicLabel.razor.rz.scp.css */
[b-a7p9d7pz67] .filter-chip {
    font-size: 0.7rem;
    width: fit-content;
    align-self: flex-start;
    padding: 0 12px;
    margin: 0 0 15px 0 !important;
    color: black !important;
    background-color: white;
    border-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.chip-icon[b-a7p9d7pz67] {
    color: var(--secondary-color);
}
/* /Pages/News/Components/UserCard.razor.rz.scp.css */
.usercard[b-cgl2zg721q] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.info p:first-of-type[b-cgl2zg721q] {
    font-weight: 700;
    font-size: 1rem;
}

.info p:last-of-type[b-cgl2zg721q] {
    font-size: 0.9rem;
    color: #C1C1C5;
}
/* /Pages/Notification/Components/NotificatieArticle.razor.rz.scp.css */
.notificatie-card[b-php9wj98ud] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 5px 12px;
  margin: 10px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.04);
}

.icon[b-php9wj98ud] {
  font-size: 24px;
  width: 40px;
  text-align: center;
}

.content[b-php9wj98ud] {
  flex: 1;
  min-width: 0;
  margin: 0;
}

.title[b-php9wj98ud] {
    font-weight: 600;
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 12px;
}

.meta[b-php9wj98ud] {
  font-size: 0.85rem;
  color: #666;
  margin-top: 2px;
}

.meta .date[b-php9wj98ud] {
  margin-right: 8px;
}

.mark-btn[b-php9wj98ud] {
  background: transparent;
  border: 1px solid #ddd;
  padding: 6px 10px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.85rem;
}

.swipe-container[b-php9wj98ud] {
  position: relative;
  overflow: hidden;
  touch-action: pan-y;
  -webkit-user-select: none;
  user-select: none;
}

.swipe-container[b-php9wj98ud] {
  max-height: 240px;
  overflow: hidden;
  transition: max-height 220ms ease, opacity 200ms ease, margin 200ms ease, padding 200ms ease;
}

.swipe-container.removing[b-php9wj98ud] {
  max-height: 0 !important;
  opacity: 0;
  margin: 0;
  padding: 0;
  pointer-events: none;
}

.swipe-background[b-php9wj98ud] {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 16px;
  transition: background-color 120ms linear, opacity 160ms ease;
  z-index: 0;
  background: transparent;
}

.swipe-background .delete-area[b-php9wj98ud] {
  background: #c62828;
  color: white;
  height: 56px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 2px rgba(0,0,0,0.12);
  overflow: hidden;
}

.swipe-card[b-php9wj98ud] {
  position: relative;
  z-index: 1;
  will-change: transform;
  cursor: grab;
  transition: transform 220ms ease;
}

.swipe-card:active[b-php9wj98ud] {
  cursor: grabbing;
}

.swipe-background[style*="pointer-events: none"][b-php9wj98ud] {
  pointer-events: none;
}
/* /Pages/Notification/Components/NotificationCard.razor.rz.scp.css */
.notification-card[b-d7q7fxc8rp] {
    max-width: 100%;
    margin-top: 2.5rem;
    padding: 0;
    background: var(--card-bg, #ffffff);
    box-shadow: 0 6px 18px rgba(18, 38, 63, 0.06);
    color: var(--text-color, #1f2937);
    overflow: hidden;
}

.notification-card-header[b-d7q7fxc8rp] {
    background-color: #FABC32;
    color: #fff;
    position: relative;
    height: 20vh;
    min-height: 220px;
    display: flex;
    align-items: flex-end;
    padding: 1.5rem;
    box-sizing: border-box;
}

a[b-d7q7fxc8rp] {
    color: white !important;
}

.notification-card-header[b-d7q7fxc8rp]  .mud-icon-button.back-btn {
    position: absolute;
    top: 1rem;
    left: 1rem;
    color: #fff;
    background: transparent;
    box-shadow: none;
    transform: scaleX(-1);
}

.notification-card-header-content[b-d7q7fxc8rp] {
  max-width: 80%;
}

.notification-card-date[b-d7q7fxc8rp] {
  margin: 0 0 0.5rem 0;
  font-size: 0.95rem;
  color: rgba(255,255,255,0.85);
}

.notification-card-title[b-d7q7fxc8rp] {
  margin: 0;
  font-weight: 700;
  color: #fff;
  line-height: 1.05;
  font-size: clamp(1.4rem, 4vw + 0.5rem, 3rem);
}

/* body onder de header */
.notification-card-body[b-d7q7fxc8rp] {
  padding: 1.75rem;
  background: var(--card-bg, #ffffff);
  color: var(--body-color, #111827);
}

.notification-card-message[b-d7q7fxc8rp] {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
}

/* small screens: header minder hoog en knop iets kleiner */
@media (max-width: 800px) {
  .notification-card-header[b-d7q7fxc8rp] {
    height: 20vh;
    padding: 1rem;
  }

    .notification-card[b-d7q7fxc8rp] {
        margin-top: 0;
    }

  .notification-card-header[b-d7q7fxc8rp]  .mud-icon-button.back-btn {
    top: 0.6rem;
    left: 0.6rem;
  }

    .notification-card-title[b-d7q7fxc8rp] {
        font-size: 1.4rem;
    }
}
/* /Pages/Resto/Components/CampusGroup.razor.rz.scp.css */
.campus-group[b-nxt9porez9] {
   

    overflow: hidden;
    position: relative;
    transition: box-shadow 0.3s ease-in-out, opacity 0.5s ease-out;
}

.menu-top[b-nxt9porez9]{
    margin-bottom: 2em;
}
.menu-group .Menu-description[b-nxt9porez9]{
    margin-bottom: 1em;
}
.resto-head[b-nxt9porez9]{
     display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
     background-color: black;
    color: white;
    padding: 8px;
    margin-bottom: 1em;
    font-weight: bold;
    width: 100%;
}

.campus-group p[b-nxt9porez9] {
    margin: 0;
}

.icon i[b-nxt9porez9] {
    vertical-align: middle;
}


.campus-group.expanded .menu-group[b-nxt9porez9] {
    max-height: none;
    padding-top: 20px;
}

.menu-group[b-nxt9porez9] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
}
.campus-group.expanded[b-nxt9porez9] {
    border-color: #FABC32;
}

.campus-group.completing[b-nxt9porez9] {
    opacity: 0;
}

.campus-group .resto-head .icon i[b-nxt9porez9] {
  display: inline-block; 
  transition: transform 0.18s ease;
  transform-origin: center;
}

.campus-group.expanded .resto-head .icon i[b-nxt9porez9] {
  transform: rotate(180deg);
}
/* /Pages/Resto/Components/MenuGroup.razor.rz.scp.css */
.menu-container:first-of-type[b-khclipyh6z] {
    padding-top: 30px;
}

.menu-card[b-khclipyh6z] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 1rem;
    padding: 10px;
}

.menu-group-header[b-khclipyh6z] {
    grid-column: 1 / 2;
    font-weight: bold;
    padding: 4px 0;
}

.menu-group-info[b-khclipyh6z] {
    grid-column: 2 / 3;
}
/* /Pages/Resto/Components/VeganIcon.razor.rz.scp.css */
[b-6ylut5u4js] .white-check {
    color: white;
}

.icon-circle[b-6ylut5u4js] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #A5CA72;
    border-radius: 50%;
    width: 15px;
    height: 15px;
}
/* /Pages/Resto/Content/RestoPage.razor.rz.scp.css */

.campus-select[b-tusgsm3g9b]{
    background-color: #EEEEEE;
}
.diet-info[b-tusgsm3g9b] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.2rem 0.8rem;
    align-items: center;
    margin: 20px 0;
}

.diet-item[b-tusgsm3g9b] {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

@media(min-width: 1024px) {
.diet-info .diet-item:last-child[b-tusgsm3g9b] {
    margin-left: 5em;
}
}

.diet-item p[b-tusgsm3g9b] {
    margin-left: 5px;
    font-size: 0.8rem;
    color: #333;
}

.weekmenu-resto[b-tusgsm3g9b] {
    background-color: black;
    color: white;
    padding: 20px;
}
.vegan-checkbox input[type="checkbox"][b-tusgsm3g9b] {
    accent-color: #4CAF50; 
    transform: scale(1.2);
    cursor: pointer;
}
.weekmenu .mud-tabs[b-tusgsm3g9b] {
    padding-top: 0;
}

.menu-group-wrapper .menu-container:nth-child(odd)[b-tusgsm3g9b] {
    background-color: #ffffff;
}

.menu-group-wrapper .menu-container:nth-child(even)[b-tusgsm3g9b] {
    background-color: #f7f7f7;
}

@media(max-width: 600px) {
    .full-width[b-tusgsm3g9b] {
        flex: 1 1 100%;
        margin-top: 0.5rem;
    }
}

.filter-option[b-tusgsm3g9b]{
    cursor: pointer; 
    display: flex;
    align-items: center;
}
/* /Pages/Settings/Components/CampusPreferenceSelector.razor.rz.scp.css */
.campusvoorkeur-container[b-qfxsmzjagy] {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px;
    font-size: 17px;
    font-weight: 500;
}

.campusvoorkeur-container select[b-qfxsmzjagy] {
    padding: 8px 12px;
    font-size: 1rem;
    border: 1px solid black;
    border-radius: 5px;
    width: 100%;
    max-width: 250px;
    box-sizing: border-box;
}
/* /Pages/Settings/Components/SettingsSwitches.razor.rz.scp.css */
/* /Pages/Shortcuts/Components/QuicklinkItem.razor.rz.scp.css */
a[b-tfepodf8p7] {
    display:flex;  
    justify-content: center;
}

.quicklink-item[b-tfepodf8p7] {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    gap: 15px;
    color: #000;
    width: 120px;
}

.quicklink-item p[b-tfepodf8p7] {
    word-break: break-word;
    hyphens: auto;
}

.quicklink-icon[b-tfepodf8p7] {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    color: var(--secondary-color);
    font-size: 40px;
    line-height: 0;
}


.quicklink-icon span[b-tfepodf8p7] {
    font-family: 'Code-Pro-Black', sans-serif;
    line-height: 1;
    text-align: center;
    margin-left: 5px;
}


.quicklink-item p:last-of-type[b-tfepodf8p7] {
    font-weight: 700;
    font-size: 0.8rem;
}
/* /Pages/Shortcuts/Components/QuicklinkManageItem.razor.rz.scp.css */
.quicklink-wrapper[b-krcom9x47p] {
    display: flex;
    align-items: center;
}

.titel[b-krcom9x47p] {
    height: 40px;
}

.quicklink-item[b-krcom9x47p] {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    gap: 5px;
    color: black;
    width: 120px;
    position: relative;
}

.quicklink-icon[b-krcom9x47p] {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary-color);
    background-color: white;
    font-size: 40px;
    line-height: 0;
}

.quicklink-icon span[b-krcom9x47p] {
    font-family: 'Code-Pro-Black', sans-serif;
    line-height: 1;
    text-align: center;
    margin-left: 5px;
}

.quicklink-item p:last-of-type[b-krcom9x47p] {
    font-weight: 700;
    font-size: 0.8rem;
}

.remove-btn[b-krcom9x47p] {
    position: absolute;
    top: 6px;
    right: 4px;
    background: red;
    color: white;
    border: none;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    cursor: pointer;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    padding: 0;
}

.reorder-buttons[b-krcom9x47p] {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.reorder-btn[b-krcom9x47p] {
    font-size: 0.8rem;
    cursor: pointer;
    color: black;
    background: transparent;
    border: none;
    padding: 4px;
}

.colour-selector[b-krcom9x47p] {
    position: relative;
    z-index: 4000;
    min-width: calc(100% + 20px);
    margin-bottom: 15px;
    box-shadow: 0 2px 6px rgba(189, 189, 193, 0.5);
    background-color: white;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    gap: 6px;
}

.colour-selector[b-krcom9x47p]::before {
    content: "";
    position: absolute;
    top: -24px;
    left: 58px;
    border-width: 12px;
    border-style: solid;
    border-color: transparent transparent rgba(189, 189, 193, 0.1) transparent;
}

.colour-selector[b-krcom9x47p]::after {
    content: "";
    position: absolute;
    top: -16px;
    left: 62px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent white transparent;
}

.colour-swatch[b-krcom9x47p] {
    width: 15px;
    height: 15px;
    border-radius: 4px;
    background-color: var(--swatch-color);
    border: 1px solid #00000022;
    padding: 0;
    cursor: pointer;
    display: inline-block;
}

.colour-swatch.selected[b-krcom9x47p] {
    border: 3px solid #00000033;
}

.colour-toggle-btn i[b-krcom9x47p] {
    color: #C9D2D9;
    opacity: 0;
    font-size: 14px;
    z-index: 10;
}

.colour-toggle-btn[b-krcom9x47p]::before {
    content: '';
    position: absolute;
    inset: 6px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 0;
}

.colour-toggle-btn[b-krcom9x47p] {
    cursor: pointer;
    padding: 0;
    color: black;
    border-radius: 50%;
    background: conic-gradient(
        #FABC32,
        #F19DA0,
        #BB90BD,
        #4CA2D5,
        #FABC32
    );
    border: none;
    width: 20px;
    height: 20px;
    line-height: 16px;
    text-align: center;
}
/* /Pages/Shortcuts/Components/QuicklinkPanel.razor.rz.scp.css */
/* /Pages/StudentCard/Content/StudentCard.razor.rz.scp.css */
/* PAGINA */
.studentenkaart-pagina[b-ahpm7t0ybr] {
    background-color: black;
    color: white;
    padding: 20px 20px 110px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

/* HOGENT */
.studentenkaart-hogent[b-ahpm7t0ybr] {
    background-color: white;
    color: black;
    padding: 10px;
}

.top[b-ahpm7t0ybr] {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 20px;
    margin-bottom: 20px;
}

.top img[b-ahpm7t0ybr]{
    height: 50px;
    margin-right: 40px;
}

.top p[b-ahpm7t0ybr]{
    font-size: 18px;
    font-weight: bold;
}

.rest[b-ahpm7t0ybr] {
    display: flex;
    flex-direction: row;
}

.profielfoto[b-ahpm7t0ybr] {
    height: 180px;
    object-fit: contain;
    margin-right: 20px;
}

.gegevens p[b-ahpm7t0ybr]{
    font-size: 15px;
}

.vervaldatum[b-ahpm7t0ybr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}

.vervaldatum p[b-ahpm7t0ybr] {
    font-size: 14px;
}

.barcode img[b-ahpm7t0ybr]{
    height: 50px;
}

.rechts[b-ahpm7t0ybr] {
    margin-left: 8px;
}

/* DATUM EN TIJD */
.datum-en-tijd[b-ahpm7t0ybr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.datum-en-tijd p[b-ahpm7t0ybr] {
    color: white;
    font-weight: bold;
}
/* /Pages/Support/Content/SupportPage.razor.rz.scp.css */
.location[b-dtuau6b3rj] {
    display: flex;
    margin: 40px 0 10px;
    color: black;
}

h3[b-dtuau6b3rj]{
    color: white;
}

img[b-dtuau6b3rj] {
    height: 200px;
}

.block-image[b-dtuau6b3rj] {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #212bff;
    margin-bottom: 10px;
}

.block-container[b-dtuau6b3rj] {
    display: flex;
    gap: 30px;
}

.left-block[b-dtuau6b3rj] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 2;
}

.hours-card[b-dtuau6b3rj] {
    background-color: #000000;
    color: white;
    width: 100%;
    display: flex;
    gap: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 30px;
    flex: 1;
}

.block.cta-buttons[b-dtuau6b3rj] {
    display: flex;
    gap: 10px;
    width: 100%;
}

.status-badge[b-dtuau6b3rj] {
    font-weight: bold;
    font-size: 1rem;
    padding: 0.3em 0.6em;
    border-radius: 0.3em;
    margin-bottom: 0.5em;
}

@media (max-width: 1280px) {
    .block-image[b-dtuau6b3rj] {
        margin-bottom: 0;
    }

    .location[b-dtuau6b3rj] {
        margin-bottom: 0;
    }

    .left-block[b-dtuau6b3rj] {
        gap: 30px;
    }

    .block.cta-buttons[b-dtuau6b3rj] {
        flex-direction: column;
    }

    .block-container[b-dtuau6b3rj] {
        padding: 10px 30px 40px;
        flex-direction: column;
        margin-bottom: -26px;
    }
}
/* /Pages/Timetable/Components/CourseDetails.razor.rz.scp.css */
.course-details[b-rdzchbevw6] {
    padding: 20px;
    margin: 10px;
    z-index: 5000;
    position: relative;
}

.header[b-rdzchbevw6] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    width: 100%;
}

.header h2[b-rdzchbevw6] {
    width: 85%;
}

.btn-close[b-rdzchbevw6] {
    font-size: 1.3rem;
    margin-bottom: 20px;
    position: absolute;
    top: 26px;
    right: 20px;
}

.space[b-rdzchbevw6] {
    margin-bottom: 20px;
}

.space p[b-rdzchbevw6] {
    margin-bottom: 10px;
}

.space p span:nth-of-type(2)[b-rdzchbevw6] {
    margin-top: 10px;
}

.course-details div p[b-rdzchbevw6] {
    display: flex;
    align-items: flex-start;
    gap: 1.4rem;
}

.course-details div p i[b-rdzchbevw6] {
    width: 20px;
    text-align: center;
    padding-top: 3px;
    color: var(--secondary-color);
}

.circle[b-rdzchbevw6] {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.course-info p[b-rdzchbevw6] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.course-info .label[b-rdzchbevw6] {
    width: 55px;
    font-weight: bold;
    color: black;
    margin-bottom: 0;
    font-size: 0.9rem;
}

.course-info .value[b-rdzchbevw6] {
    flex: 1;
    margin-top: 10px;
}
/* /Pages/Timetable/Components/CourseItem.razor.rz.scp.css */
.class-schedule-block[b-flckxp4mas] {
    display: flex;
    width: 100%;
    height: 100%;
    background-color: white;
    border: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    align-items: stretch;
}

.class-schedule-block:hover[b-flckxp4mas] {
    cursor: pointer;
}

.class-schedule-info[b-flckxp4mas] {
    padding: 10px 20px;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.class-schedule-info h2[b-flckxp4mas] {
    margin-bottom: 0;
}

.class-schedule-info p:first-of-type[b-flckxp4mas] {
    color: #BDBDC1;
}

.course-type[b-flckxp4mas] {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 0.9rem;
}

.course-name[b-flckxp4mas] {
    font-size: 17px;
    font-weight: bold;
}

.courses[b-flckxp4mas], .teachers[b-flckxp4mas] {
    margin-top: 15px;
}

.courses p[b-flckxp4mas], .teachers p[b-flckxp4mas]{
    font-size: 0.8rem;
}

@media (max-width: 1280px) {
    .class-schedule-block[b-flckxp4mas] {
        box-shadow: none;
        margin-bottom: 20px;
    }
}
/* /Pages/Timetable/Components/DayItem.razor.rz.scp.css */
.day-item[b-ztxd4vio3p] {
    cursor: pointer;
    padding: 10px 18px;
}

.day-item.active[b-ztxd4vio3p] {
    border-bottom: 3px solid var(--secondary-color);
    color: black;
    font-weight: bold;
}
/* /Pages/Timetable/Components/DaySelector.razor.rz.scp.css */
.day-selector[b-4eea9bgp12] {
    display: flex;
    justify-content: space-between;
    margin: 15px 0 30px;
}
/* /Pages/Timetable/Components/NoLessons.razor.rz.scp.css */
.container[b-7uvjk512ie] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.no-lessons[b-7uvjk512ie] {
    margin: 40px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.no-lessons p[b-7uvjk512ie] {
    color: #000000;
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.no-lessons strong[b-7uvjk512ie] {
    color: #000000
}

.no-lessons a[b-7uvjk512ie] {
    color: white;
}
/* /Pages/Timetable/Components/TimeBlock.razor.rz.scp.css */
.class-schedule-time[b-9ky6p4yuu3] {
    padding: 15px 35px;
    background-color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20%;
    flex-grow: 1;
}

.class-schedule-time p[b-9ky6p4yuu3] {
    color: white;
    font-weight: bold;
    font-size: 1rem;
    word-break: normal;
    hyphens: none;
}

.class-schedule-time .stripe[b-9ky6p4yuu3] {
    color: var(--secondary-color);
}
/* /Pages/Timetable/Components/WeekSelector.razor.rz.scp.css */
.week-selector[b-t3lkeralhs]{
    background-color: #000000;
    color: white;
    display: flex;
    justify-content: space-between;
    padding: 10px 25px 10px 25px;
    border: 1px solid black;
    text-align: center;
}
/* /Pages/Timetable/Content/TimetableDesktop.razor.rz.scp.css */
.timetable-grid[b-3s2cy8yepa] {
    margin-top: 1rem;
    background: white;
    border-radius: 12px;
    border-collapse: collapse;
}

.grid-header[b-3s2cy8yepa] {
    display: grid;
    grid-template-columns: 80px repeat(5, 1fr);
    border-bottom: 2px solid #e0e0e0;
}

.grid-deadlines[b-3s2cy8yepa] {
    display: grid;
    grid-template-columns: 80px repeat(5, 1fr);
    border-bottom: 2px solid #e0e0e0;
}

.day-header[b-3s2cy8yepa] {
    text-align: center;
    padding: 1rem;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    border-left: 1px solid #e0e0e0;
}

.day-header:first-of-type[b-3s2cy8yepa] {
    border-left: 2px solid #e0e0e0;
}

.day-header.today[b-3s2cy8yepa] {
    position: relative;
    border-bottom: 2px solid var(--secondary-color);
}

.day-header.today[b-3s2cy8yepa]::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    height: 4px;
    background-color: var(--secondary-color);
}

.grid-body[b-3s2cy8yepa] {
    display: grid;
    grid-template-columns: 1fr;
}

.hour-row[b-3s2cy8yepa] {
    display: grid;
    grid-template-columns: 80px repeat(5, 1fr);
}

.time-label[b-3s2cy8yepa] {
    padding: 0.5rem 0.5rem 0 0.5rem;
    font-size: 14px;
    color: #666;
    border-top: 1px solid #e0e0e0;
}

.day-cell[b-3s2cy8yepa] {
    position: relative;
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    min-height: 80px;
    background-color: #fff;
}

.quarter[b-3s2cy8yepa] {
    height: 25%;
    border-bottom: 1px dashed #f0f0f0;
}

.day-cell:first-of-type[b-3s2cy8yepa] {
    border-left: 2px solid #e0e0e0;
}

.overlay[b-3s2cy8yepa] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.overlay-content[b-3s2cy8yepa] {
    background: white;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    padding: 20px;
}

.overlay-content[b-3s2cy8yepa] {
    background: white;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    padding: 20px;
}

.lesson-container[b-3s2cy8yepa] {
    position: absolute;
    z-index: 5;
    width: 100%;
}

.deadlines-top[b-3s2cy8yepa] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
    z-index: 10;
}

.deadline-block[b-3s2cy8yepa] {
    background-color: #FFF3CD;
    color: #856404;
    padding: 2px 4px;
    border-radius: 4px;
    font-size: 0.8rem;
    text-align: center;
}
/* /Pages/Timetable/Content/TimetableMobile.razor.rz.scp.css */
.overlay[b-63ggbsa5yx] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000;
}

.overlay-content[b-63ggbsa5yx] {
    background: white;
    margin: 0 25px 80px;
    width: 100%;
    max-width: 500px;
}
