/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-cf33uqicjj] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#blazor-error-ui[b-cf33uqicjj] {
    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-cf33uqicjj] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
[b-63kwkxvodl] .sidebar-link {
    position: relative;
    padding-left: 1.75rem;
    color: var(--bs-secondary-color);
    font-size: 0.95rem;
}
    /* icons */
    [b-63kwkxvodl] .sidebar-link i {
        font-size: 1rem;
        color: var(--bs-secondary-color);
    }

    /* hover */
    [b-63kwkxvodl] .sidebar-link:hover {
        background-color: var(--bs-tertiary-bg);
        color: var(--bs-body-color);
    }

        [b-63kwkxvodl] .sidebar-link:hover i {
            color: var(--bs-body-color);
        }

    /* active text + icon */
    [b-63kwkxvodl] .sidebar-link.active {
        color: var(--bs-primary);
        font-weight: 500;
    }

        [b-63kwkxvodl] .sidebar-link.active i {
            color: var(--bs-primary);
        }

        [b-63kwkxvodl] .sidebar-link.active::before {
            content: "";
            position: absolute;
            left: .25rem;
            top: 50%;
            transform: translateY(-50%);
            width: 3px;
            height: 60%;
            background-color: var(--bs-primary);
            border-radius: 2px;
        }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-rl4wfxt0ae],
.components-reconnect-repeated-attempt-visible[b-rl4wfxt0ae],
.components-reconnect-failed-visible[b-rl4wfxt0ae],
.components-pause-visible[b-rl4wfxt0ae],
.components-resume-failed-visible[b-rl4wfxt0ae],
.components-rejoining-animation[b-rl4wfxt0ae] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-rl4wfxt0ae {
    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/Pages/Todos/Todos.razor.rz.scp.css */
/* Layout */
.todo-title[b-qsh3uxfuky] {
    max-width: 980px;
    margin: 2rem auto 1rem auto;
    padding: 0 1rem;
    font-size: 2rem;
    letter-spacing: -0.02em;
}

.todo-card[b-qsh3uxfuky] {
    max-width: 980px;
    margin: 0 auto 3rem auto;
    padding: 1rem;
    background: rgba(255,255,255,.7);
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(0,0,0,.06);
    backdrop-filter: blur(8px);
}

/* Form */
.todo-form[b-qsh3uxfuky] {
    display: grid;
    grid-template-columns: 1.4fr 2fr auto;
    gap: .75rem;
    align-items: center;
    margin-bottom: 1rem;
}

.todo-input[b-qsh3uxfuky] {
    width: 100%;
    padding: .65rem .75rem;
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,.12);
    background: white;
    outline: none;
}

    .todo-input:focus[b-qsh3uxfuky] {
        border-color: rgba(0,0,0,.25);
        box-shadow: 0 0 0 4px rgba(0,0,0,.06);
    }

/* Buttons */
.todo-btn[b-qsh3uxfuky] {
    border: 1px solid rgba(0,0,0,.12);
    background: white;
    padding: .6rem .85rem;
    border-radius: 12px;
    cursor: pointer;
    transition: transform .05s ease, box-shadow .15s ease, opacity .15s ease;
    white-space: nowrap;
}

    .todo-btn:active[b-qsh3uxfuky] {
        transform: translateY(1px);
    }

    .todo-btn:disabled[b-qsh3uxfuky] {
        opacity: .55;
        cursor: not-allowed;
    }

.todo-btn-primary[b-qsh3uxfuky] {
    border-color: rgba(0,0,0,.18);
    box-shadow: 0 6px 16px rgba(0,0,0,.06);
}

    .todo-btn-primary:hover:not(:disabled)[b-qsh3uxfuky] {
        box-shadow: 0 10px 22px rgba(0,0,0,.09);
    }

.todo-btn-danger[b-qsh3uxfuky] {
    border-color: rgba(220, 38, 38, .25);
}

    .todo-btn-danger:hover:not(:disabled)[b-qsh3uxfuky] {
        box-shadow: 0 10px 22px rgba(220, 38, 38, .12);
    }

/* Alerts / states */
.todo-alert[b-qsh3uxfuky] {
    padding: .75rem .9rem;
    border-radius: 12px;
    border: 1px solid rgba(220, 38, 38, .25);
    background: rgba(220, 38, 38, .06);
    margin-bottom: 1rem;
}

.todo-loading[b-qsh3uxfuky],
.todo-empty[b-qsh3uxfuky] {
    padding: 1rem;
    border-radius: 12px;
    border: 1px dashed rgba(0,0,0,.18);
    color: rgba(0,0,0,.7);
}

/* Table */
.todo-table-wrap[b-qsh3uxfuky] {
    overflow-x: auto;
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,.08);
}

.todo-table[b-qsh3uxfuky] {
    width: 100%;
    border-collapse: collapse;
    min-width: 640px;
    background: white;
}

    .todo-table thead th[b-qsh3uxfuky] {
        text-align: left;
        font-weight: 600;
        font-size: .9rem;
        padding: .85rem .9rem;
        border-bottom: 1px solid rgba(0,0,0,.08);
        background: rgba(0,0,0,.02);
    }

    .todo-table tbody td[b-qsh3uxfuky] {
        padding: .85rem .9rem;
        border-bottom: 1px solid rgba(0,0,0,.06);
        vertical-align: top;
    }

    .todo-table tbody tr:hover[b-qsh3uxfuky] {
        background: rgba(0,0,0,.02);
    }

.todo-cell-title[b-qsh3uxfuky] {
    font-weight: 600;
}

.todo-cell-desc[b-qsh3uxfuky] {
    color: rgba(0,0,0,.72);
}

.todo-actions[b-qsh3uxfuky] {
    text-align: right;
    width: 1%;
    white-space: nowrap;
}

.todo-col-actions[b-qsh3uxfuky] {
    width: 1%;
}

/* Status badge */
.todo-badge[b-qsh3uxfuky] {
    display: inline-flex;
    align-items: center;
    padding: .25rem .55rem;
    border-radius: 999px;
    font-size: .82rem;
    border: 1px solid rgba(0,0,0,.12);
    background: rgba(0,0,0,.03);
}

    .todo-badge.is-open[b-qsh3uxfuky] {
        border-color: rgba(59, 130, 246, .25);
        background: rgba(59, 130, 246, .08);
    }

    .todo-badge.is-done[b-qsh3uxfuky] {
        border-color: rgba(34, 197, 94, .25);
        background: rgba(34, 197, 94, .10);
    }

/* Responsive */
@media (max-width: 720px) {
    .todo-form[b-qsh3uxfuky] {
        grid-template-columns: 1fr;
    }
}
