@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.olwso25aue.bundle.scp.css';

/* /Components/Layout/EmptyLayout.razor.rz.scp.css */
.empty-layout-wrapper[b-n8q5kcfdbx] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
}

.empty-layout-main[b-n8q5kcfdbx] {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
}

.header-row[b-n8q5kcfdbx] {
    background-color: var(--bs-primary);
}

#blazor-error-ui[b-n8q5kcfdbx] {
    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-n8q5kcfdbx] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.language-select[b-n8q5kcfdbx] {
    width: 4.5rem;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-n03mpq8w18] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-n03mpq8w18] {
    flex: 1;
}

.sidebar[b-n03mpq8w18] {
    background-color: var(--bs-primary);
}

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

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

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

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

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

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

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

    .sidebar[b-n03mpq8w18] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        display: flex;
        flex-direction: column;
    }

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

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

    .top-row[b-n03mpq8w18], article[b-n03mpq8w18] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-n03mpq8w18] {
    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-n03mpq8w18] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-o4m1sknfba] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-o4m1sknfba] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-o4m1sknfba] {
    min-height: 3.5rem;
    background-color: rgba(0, 0, 0, 0.4);
}

.navbar-brand[b-o4m1sknfba] {
    font-size: 1.1rem;
    margin-right: 0;
}

.nav-item[b-o4m1sknfba] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-o4m1sknfba] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-o4m1sknfba] {
    padding-bottom: 1rem;
}

.nav-item[b-o4m1sknfba]  .nav-link {
    color: #ffffff;
    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
}

.nav-item[b-o4m1sknfba]  a.active {
    background-color: rgba(255, 255, 255, 0.37);
    color: white;
}

.nav-item[b-o4m1sknfba]  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

.nav-scrollable[b-o4m1sknfba] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-o4m1sknfba] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-o4m1sknfba] {
        display: none;
    }

    .nav-scrollable[b-o4m1sknfba] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        flex: 1;
        overflow-y: auto;
    }

    .top-row[b-o4m1sknfba] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .navbar > .container-fluid[b-o4m1sknfba] {
        justify-content: center;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-x0wmizurvb],
.components-reconnect-repeated-attempt-visible[b-x0wmizurvb],
.components-reconnect-failed-visible[b-x0wmizurvb],
.components-pause-visible[b-x0wmizurvb],
.components-resume-failed-visible[b-x0wmizurvb],
.components-rejoining-animation[b-x0wmizurvb] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-x0wmizurvb],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-x0wmizurvb],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-x0wmizurvb],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-x0wmizurvb],
#components-reconnect-modal.components-reconnect-retrying[b-x0wmizurvb],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-x0wmizurvb],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-x0wmizurvb],
#components-reconnect-modal.components-reconnect-failed[b-x0wmizurvb],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-x0wmizurvb] {
    display: block;
}


#components-reconnect-modal[b-x0wmizurvb] {
    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-x0wmizurvb 0.5s both;

    &[open] {
        animation: components-reconnect-modal-slideUp-b-x0wmizurvb 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-x0wmizurvb 0.5s ease-in-out 0.3s;
        animation-fill-mode: both;
    }

}

#components-reconnect-modal[b-x0wmizurvb]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-x0wmizurvb 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-x0wmizurvb {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-x0wmizurvb {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-x0wmizurvb {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-x0wmizurvb] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-x0wmizurvb] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-x0wmizurvb] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

#components-reconnect-modal button:hover[b-x0wmizurvb] {
    background-color: #3b6ea2;
}

#components-reconnect-modal button:active[b-x0wmizurvb] {
    background-color: #6b9ed2;
}

.components-rejoining-animation[b-x0wmizurvb] {
    position: relative;
    width: 80px;
    height: 80px;
}

.components-rejoining-animation div[b-x0wmizurvb] {
    position: absolute;
    border: 3px solid #0087ff;
    opacity: 1;
    border-radius: 50%;
    animation: components-rejoining-animation-b-x0wmizurvb 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.components-rejoining-animation div:nth-child(2)[b-x0wmizurvb] {
    animation-delay: -0.5s;
}

@keyframes components-rejoining-animation-b-x0wmizurvb {
    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/Shared/CalendarGrid.razor.rz.scp.css */
/* ── Calendar grid layout ── */
.calendar-grid[b-07ccpmaoo5] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    border: 1px solid var(--bs-border-color, #dee2e6);
    border-radius: 0.375rem;
    overflow: hidden;
    width: 100%;
}

/* ── Day-of-week header cells ── */
.calendar-header[b-07ccpmaoo5] {
    background-color: var(--bs-primary, #0d6efd);
    color: #fff;
    text-align: center;
    font-weight: 600;
    padding: 0.5rem 0.25rem;
    font-size: 0.85rem;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    /* Prevent long day names from stretching the column */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}

.calendar-header:last-child[b-07ccpmaoo5] {
    border-right: none;
}

/* ── Day cells ── */
.calendar-day[b-07ccpmaoo5] {
    background-color: #fff;
    min-height: 6rem;
    padding: 0.35rem 0.5rem;
    border-right: 1px solid var(--bs-border-color, #dee2e6);
    border-bottom: 1px solid var(--bs-border-color, #dee2e6);
    cursor: pointer;
    transition: background-color 0.15s ease;
    display: flex;
    flex-direction: column;
}

.calendar-day:nth-child(7n)[b-07ccpmaoo5] {
    border-right: none;
}

.calendar-day:hover[b-07ccpmaoo5] {
    background-color: var(--bs-primary-bg-subtle, #cfe2ff);
}

/* ── "Other month" muted style ── */
.calendar-day.other-month[b-07ccpmaoo5] {
    background-color: var(--bs-tertiary-bg, #f8f9fa);
    color: var(--bs-secondary-color, #6c757d);
}

.calendar-day.other-month:hover[b-07ccpmaoo5] {
    background-color: var(--bs-secondary-bg, #e9ecef);
}

/* ── Today highlight ── */
.calendar-day.today[b-07ccpmaoo5] {
    background-color: var(--bs-warning-bg-subtle, #fff3cd);
}

.calendar-day.today:hover[b-07ccpmaoo5] {
    background-color: var(--bs-warning-border-subtle, #ffe69c);
}

/* ── Day number badge ── */
.day-number[b-07ccpmaoo5] {
    font-weight: 600;
    font-size: 0.85rem;
    margin-bottom: 0.25rem;
}

.calendar-day.today .day-number[b-07ccpmaoo5] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-primary, #0d6efd);
    color: #fff;
    border-radius: 50%;
    width: 1.6rem;
    height: 1.6rem;
    font-size: 0.75rem;
}

/* ── Events area (placeholder for future content) ── */
.day-events[b-07ccpmaoo5] {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ── Responsive: compact view on small screens ── */
@media (max-width: 767.98px) {
    .calendar-header[b-07ccpmaoo5] {
        font-size: 0.7rem;
        padding: 0.35rem 0.15rem;
    }

    .calendar-day[b-07ccpmaoo5] {
        min-height: 3.5rem;
        padding: 0.2rem 0.25rem;
        font-size: 0.75rem;
    }

    .day-number[b-07ccpmaoo5] {
        font-size: 0.75rem;
    }

    .calendar-day.today .day-number[b-07ccpmaoo5] {
        width: 1.3rem;
        height: 1.3rem;
        font-size: 0.65rem;
    }
}

