@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.olwso25aue.bundle.scp.css';
@import '_content/Saphira.Shared/Saphira.Shared.5d51fbero7.bundle.scp.css';

/* _content/Rodly.ManicTime/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-evo7p2gyzi] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100dvh;
}

main[b-evo7p2gyzi] {
    flex: 1;
    overflow-y: auto;
}

#blazor-error-ui[b-evo7p2gyzi] {
    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-evo7p2gyzi] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.sidebar[b-evo7p2gyzi] {
    width: 250px;
    height: 100vh;
    position: sticky;
    top: 0;
}

.top-row[b-evo7p2gyzi] {
    position: sticky;
    top: 0;
    z-index: 1;
}

    .top-row.auth[b-evo7p2gyzi]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

#blazor-error-ui[b-evo7p2gyzi] {
    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-evo7p2gyzi] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Rodly.ManicTime/Components/NavHeader.razor.rz.scp.css */

.header-style[b-e69tezhvc6] {
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: #ffffff;
    border-bottom: 1px solid var(--border-color, #E7E7E7);
    min-height: 72px;
}

.header-top-row[b-e69tezhvc6] {
    min-height: 72px;
    padding: 0 1rem;
}

.header-logo[b-e69tezhvc6] {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    user-select: none;
}

.header-app-name[b-e69tezhvc6] {
    font-family: var(--default-font-family, 'Poppins', sans-serif);
    font-size: 20px;
    font-weight: 700;
    color: var(--theme-color, #1986f2);
    letter-spacing: -0.5px;
}

.header-app-sub[b-e69tezhvc6] {
    font-family: var(--default-font-family, 'Poppins', sans-serif);
    font-size: 14px;
    font-weight: 400;
    color: var(--minor-text-color, rgba(0, 0, 0, 0.55));
    letter-spacing: 0;
}

.header-nav[b-e69tezhvc6] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    height: 100%;
}

.header-nav-link[b-e69tezhvc6] {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.85rem;
    border-radius: 6px;
    font-family: var(--default-font-family, 'Poppins', sans-serif);
    font-size: 14px;
    font-weight: 500;
    color: var(--grey-dark-2, #2d3238);
    text-decoration: none;
    transition: background 0.15s, color 0.15s;
}

    .header-nav-link:hover[b-e69tezhvc6] {
        background: var(--grey-lightest-03, #f0f4f8);
        color: var(--theme-color, #1986f2);
    }

    .header-nav-link.active[b-e69tezhvc6] {
        background: rgba(25, 134, 242, 0.1);
        color: var(--theme-color, #1986f2);
        font-weight: 600;
    }

.header-logout[b-e69tezhvc6] {
    display: flex;
    align-items: center;
    margin: 0;
}

.header-logout-button[b-e69tezhvc6] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.85rem;
    border: 1px solid var(--border-color, #E7E7E7);
    border-radius: 6px;
    background: #ffffff;
    font-family: var(--default-font-family, 'Poppins', sans-serif);
    font-size: 14px;
    font-weight: 500;
    color: var(--grey-dark-2, #2d3238);
    cursor: pointer;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
}

    .header-logout-button:hover[b-e69tezhvc6] {
        background: var(--grey-lightest-03, #f0f4f8);
        color: var(--theme-color, #1986f2);
        border-color: var(--theme-color, #1986f2);
    }

/* ── Hamburger (mobile only) ──────────────────────────────────────────── */

.header-hamburger[b-e69tezhvc6] {
    display: none;
    align-items: center;
    justify-content: center;
    background: none;
    border: 1px solid var(--border-color, #E7E7E7);
    border-radius: 6px;
    padding: 0.3rem 0.6rem;
    font-size: 1.25rem;
    color: var(--grey-dark-2, #2d3238);
    cursor: pointer;
    margin-left: auto;
}

/* ── Mobile nav dropdown ──────────────────────────────────────────────── */

.header-mobile-nav[b-e69tezhvc6] {
    display: none;
    flex-direction: column;
    padding: 0.5rem 1rem 0.75rem;
    border-top: 1px solid var(--border-color, #E7E7E7);
    gap: 0.15rem;
}

@media (max-width: 768px) {
    .header-nav[b-e69tezhvc6] {
        display: none;
    }

    .header-logout[b-e69tezhvc6] {
        display: none;
    }

    .header-hamburger[b-e69tezhvc6] {
        display: inline-flex;
    }

    .header-mobile-nav[b-e69tezhvc6] {
        display: flex;
    }
}
/* _content/Rodly.ManicTime/Components/Pages/TravelRegistration.razor.rz.scp.css */
.input-item[b-l9pijs61so] {
    padding-bottom: 1rem;
}

/* Highlight row for the most recently added registration */
.travel-new-row td[b-l9pijs61so] {
    background-color: #e9e9e9 !important;
}
/* _content/Rodly.ManicTime/Modules/Auth/Components/AuthGate.razor.rz.scp.css */
.auth-gate[b-xda1z4nsct] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 72px - 4rem); /* 72px nav + 2rem×2 article padding */
    padding: 0 1rem;
    font-family: var(--default-font-family, 'Poppins', sans-serif);
}

.auth-card[b-xda1z4nsct] {
    width: 100%;
    max-width: 420px;
    background: #ffffff;
    border: 1px solid var(--border-color, #E7E7E7);
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    padding: 2.5rem 2.25rem;
}

.auth-brand[b-xda1z4nsct] {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    margin-bottom: 1.75rem;
    user-select: none;
}

.auth-brand-name[b-xda1z4nsct] {
    font-size: 20px;
    font-weight: 700;
    color: var(--theme-color, #1986f2);
    letter-spacing: -0.5px;
}

.auth-brand-sub[b-xda1z4nsct] {
    font-size: 14px;
    font-weight: 400;
    color: var(--minor-text-color, rgba(0, 0, 0, 0.55));
}

.auth-title[b-xda1z4nsct] {
    font-size: 24px;
    font-weight: 600;
    color: var(--grey-dark-2, #2d3238);
    margin-bottom: 0.5rem;
}

.auth-subtitle[b-xda1z4nsct] {
    font-size: 15px;
    line-height: 1.5;
    color: var(--minor-text-color, rgba(0, 0, 0, 0.61));
    margin-bottom: 1.5rem;
}

.auth-alert[b-xda1z4nsct] {
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 1.25rem;
}

.auth-alert-error[b-xda1z4nsct] {
    background: #fdecec;
    border: 1px solid #f5c2c2;
    color: #b32121;
}

.auth-alert-info[b-xda1z4nsct] {
    background: #eaf4fe;
    border: 1px solid #bcddfb;
    color: #1357a0;
}

.auth-form[b-xda1z4nsct] {
    display: flex;
    flex-direction: column;
}

.auth-label[b-xda1z4nsct] {
    font-size: 14px;
    font-weight: 500;
    color: var(--grey-dark-2, #2d3238);
    margin-bottom: 0.4rem;
}

.auth-input[b-xda1z4nsct] {
    width: 100%;
    padding: 0.65rem 0.85rem;
    font-size: 15px;
    font-family: inherit;
    color: var(--grey-dark-2, #2d3238);
    background: #ffffff;
    border: 1px solid var(--border-color, #E7E7E7);
    border-radius: 8px;
    transition: border-color 0.15s, box-shadow 0.15s;
}

    .auth-input:focus[b-xda1z4nsct] {
        outline: none;
        border-color: var(--theme-color, #1986f2);
        box-shadow: 0 0 0 3px rgba(25, 134, 242, 0.15);
    }

.auth-pin-input[b-xda1z4nsct] {
    letter-spacing: 0.5rem;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 600;
}

.auth-button[b-xda1z4nsct] {
    margin-top: 1.25rem;
    padding: 0.7rem 1rem;
    font-size: 15px;
    font-weight: 600;
    font-family: inherit;
    color: #ffffff;
    background: var(--theme-color, #1986f2);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.15s;
}

    .auth-button:hover[b-xda1z4nsct] {
        background: #1573d6;
    }

.auth-resend[b-xda1z4nsct] {
    margin-top: 1rem;
    text-align: center;
}

.auth-link[b-xda1z4nsct] {
    background: none;
    border: none;
    padding: 0;
    font-size: 14px;
    font-family: inherit;
    color: var(--theme-color, #1986f2);
    cursor: pointer;
    text-decoration: underline;
}

    .auth-link:hover[b-xda1z4nsct] {
        color: #1573d6;
    }

.auth-stay-row[b-xda1z4nsct] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
}

.auth-stay-checkbox[b-xda1z4nsct] {
    width: 1rem;
    height: 1rem;
    accent-color: var(--theme-color, #1986f2);
    cursor: pointer;
}

.auth-stay-label[b-xda1z4nsct] {
    font-size: 14px;
    color: var(--grey-dark-2, #2d3238);
    cursor: pointer;
    margin: 0;
}
