@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /Components/Calendar/CalendarNavigation.razor.rz.scp.css */
.calendar-navigation[b-gcvfcvemh0] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 1rem;
    padding: 1rem;
    background-color: #f8f9fa;
    border-radius: 0.5rem;
    border: 1px solid #dee2e6;
}

.month-year-selector[b-gcvfcvemh0] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex: 1;
    justify-content: center;
}

.month-year-selector .form-select[b-gcvfcvemh0] {
    width: auto;
    min-width: 140px;
}

.month-year-selector .form-control[b-gcvfcvemh0] {
    width: auto;
    min-width: 80px;
    max-width: 100px;
}

/* Navigation buttons styling */
.calendar-navigation .btn[b-gcvfcvemh0] {
    white-space: nowrap;
}

/* Responsive design */
@media (max-width: 768px) {
    .calendar-navigation[b-gcvfcvemh0] {
        flex-direction: column;
        gap: 0.75rem;
    }

    .month-year-selector[b-gcvfcvemh0] {
        order: -1;
        width: 100%;
    }

    .calendar-navigation .btn[b-gcvfcvemh0] {
        width: 100%;
        min-width: auto;
    }
}
/* /Components/Lunch/PrintOnlyHeader.razor.rz.scp.css */
.print-only-header[b-c6l5hlvc2i] {
    display: none;
}

@media print {
    /* Show the print-only header */
    .print-only-header[b-c6l5hlvc2i] {
        display: flex !important;
        justify-content: space-between;
        align-items: baseline;
        margin-bottom: 1rem;
        page-break-after: avoid;
    }

    .print-only-header h2[b-c6l5hlvc2i] {
        margin: 0;
        font-size: 1.5rem;
    }

    .print-only-header span[b-c6l5hlvc2i] {
        font-size: 1rem;
        color: #495057;
    }
}
/* /Layout/CalendarLayout.razor.rz.scp.css */
.page[b-8rqh3qv3x4] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-8rqh3qv3x4] {
    flex: 1;
}

.sidebar[b-8rqh3qv3x4] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-8rqh3qv3x4] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-8rqh3qv3x4]  a, .top-row[b-8rqh3qv3x4]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-8rqh3qv3x4]  a:hover, .top-row[b-8rqh3qv3x4]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-8rqh3qv3x4]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-8rqh3qv3x4] {
        justify-content: space-between;
    }

    .top-row[b-8rqh3qv3x4]  a, .top-row[b-8rqh3qv3x4]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-8rqh3qv3x4] {
        flex-direction: unset;
        display: block;
    }

    .sidebar[b-8rqh3qv3x4] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-8rqh3qv3x4] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-8rqh3qv3x4]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-8rqh3qv3x4], article[b-8rqh3qv3x4] {
        padding-left: 2rem;
        padding-right: 1.5rem;
    }
}

#blazor-error-ui[b-8rqh3qv3x4] {
    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-8rqh3qv3x4] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-634cuxif7g] {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 80px; /* space for the static bottom nav */
}

main[b-634cuxif7g] {
    flex: 1;
}

.sidebar[b-634cuxif7g] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-634cuxif7g] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-634cuxif7g]  a, .top-row[b-634cuxif7g]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-634cuxif7g]  a:hover, .top-row[b-634cuxif7g]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-634cuxif7g]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-634cuxif7g] {
        justify-content: space-between;
    }

    .top-row[b-634cuxif7g]  a, .top-row[b-634cuxif7g]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-634cuxif7g] {
        flex-direction: row;
    }

    .sidebar[b-634cuxif7g] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-634cuxif7g] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-634cuxif7g]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-634cuxif7g], article[b-634cuxif7g] {
        padding-left: 2rem;
        padding-right: 1.5rem;
    }
}

#blazor-error-ui[b-634cuxif7g] {
    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-634cuxif7g] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Pages/Lunch/Calendar/Admin.razor.rz.scp.css */
#admin-page-container[b-u76b9vyiey] {
    padding-bottom: 35vh;
}

.add-event-wrapper[b-u76b9vyiey] {
    padding-left: 1rem;
}

.print-only-header[b-u76b9vyiey] {
    display: none;
}

@media print {
    /* Show the print-only header */
    .print-only-header[b-u76b9vyiey] {
        display: flex !important;
        justify-content: flex-start;
        align-items: baseline;
        margin-bottom: 1rem;
        page-break-after: avoid;
    }

    .print-only-header h2[b-u76b9vyiey] {
        margin: 0;
        font-size: 1.5rem;
    }

    /* Hide everything except the calendar and print header */
    #admin-page-container > *:not(.calendar-wrapper):not(.print-only-header)[b-u76b9vyiey] {
        display: none !important;
    }

    /* Hide the sidebar within the flex container */
    .add-event-wrapper[b-u76b9vyiey] {
        display: none !important;
    }

    /* Make the calendar take full width when printing */
    .calendar-wrapper[b-u76b9vyiey] {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Remove flex styling for print */
    #admin-page-container[b-u76b9vyiey] {
        display: block !important;
        padding-bottom: 0 !important;
    }
}
/* /Pages/Lunch/Calendar/User.razor.rz.scp.css */
#user-page-container[b-zx2q483n5e] {
    padding-bottom: 35vh;
}

.lunch-selection-wrapper[b-zx2q483n5e] {
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .lunch-selection-wrapper[b-zx2q483n5e] {
        padding-left: 1rem;
        margin-bottom: 0;
    }
}

.print-only-header[b-zx2q483n5e] {
    display: none;
}

@media print {
    /* Hide everything except the calendar and print header 
    #user-page-container > *:not(.d-flex.flex-row):not(.print-only-header) {
        display: none !important;
    }*/

    /* Hide the sidebar within the flex container */
    .lunch-selection-wrapper[b-zx2q483n5e] {
        display: none !important;
    }

    /* Make the calendar take full width when printing */
    .calendar-wrapper[b-zx2q483n5e] {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Remove flex styling for print */
    #user-page-container[b-zx2q483n5e] {
        display: block !important;
        padding-bottom: 0 !important;
    }

    #user-page-container .d-flex.flex-row[b-zx2q483n5e] {
        display: block !important;
    }
}
