/* /Components/Account/Shared/AccountDataPanel.razor.rz.scp.css */
/* WT-031 "Account Data" viewer spacing. The PanelBar/TreeView themselves are Telerik-styled. */
.wt-account-data[b-21qbiirv8z] {
    margin-top: 1.5rem;
    max-width: 720px;
}

.wt-account-data-tree[b-21qbiirv8z] {
    padding: 0.5rem 0.25rem;
    /* Fallback cap until wtFitAccountData (App.razor) sets a precise px height that fits above the footer
       and recomputes on resize/expand. Keeps the tree from running under the footer if JS is slow/absent. */
    max-height: 55vh;
    overflow-y: auto;
}
/* /Components/Layout/CookieConsent.razor.rz.scp.css */
/* WT-031 cookie notice — pinned to the bottom, brand-themed (follows --wt-brand), above all content. */
.wt-cookie-consent[b-9ijsifsiwo] {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1100;
    background: var(--wt-brand, #0b1f3a);
    color: rgba(255, 255, 255, 0.92);
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.25);
}

.wt-cookie-consent[hidden][b-9ijsifsiwo] {
    display: none;
}

.wt-cookie-consent-inner[b-9ijsifsiwo] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.wt-cookie-consent-text[b-9ijsifsiwo] {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.45;
    flex: 1 1 320px;
}

.wt-cookie-consent-link[b-9ijsifsiwo] {
    color: #93c5fd;
    text-decoration: underline;
}

.wt-cookie-consent-btn[b-9ijsifsiwo] {
    flex: 0 0 auto;
    background: #ffffff;
    color: #0b1f3a;
    border: none;
    border-radius: 6px;
    padding: 8px 20px;
    font-weight: 600;
    cursor: pointer;
}

.wt-cookie-consent-btn:hover[b-9ijsifsiwo] {
    background: #e2e8f0;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* App-shell (WT-104): a single column — top-bar placeholder, scrollable content, pinned footer. The sidebar
   is gone (primary nav is the fixed top bar / TopNavBar island at the document root). */
.page[b-ltvzosakb1] {
    position: relative;
    display: flex;
    flex-direction: column;
}

/* Reserves the fixed top nav bar's height so page content starts below it (the bar is a fixed island, not
   in this flow). flex:0 0 auto so the column never squeezes it (matches the bar's 3.5rem). */
.wt-topbar-placeholder[b-ltvzosakb1] {
    flex: 0 0 auto;
    height: 3.5rem;
}

@media (min-width: 641px) {
    /* The page fills the viewport and never scrolls itself; the content area scrolls and the footer stays
       pinned at the bottom (always visible). --wt-vh tracks the real viewport height (set in App.razor). */
    .page[b-ltvzosakb1] {
        height: calc(var(--wt-vh, 1vh) * 100);
        overflow: hidden;
    }

    article[b-ltvzosakb1] {
        flex: 1 1 auto;
        overflow-y: auto;
        min-height: 0;
        /* Reserve the scrollbar gutter so content width is identical whether or not the page scrolls
           (e.g. the Dashboard's tall terminal) — otherwise right-aligned content shifts (WT-089). */
        scrollbar-gutter: stable;
        /* Left 2rem / right 1.5rem aligns the content under the top bar; the profile action bar relies on
           these exact values for its full-bleed negative margins (WT-100). */
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-ltvzosakb1] {
    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-ltvzosakb1] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-7lq9ho1aa8],
.components-reconnect-repeated-attempt-visible[b-7lq9ho1aa8],
.components-reconnect-failed-visible[b-7lq9ho1aa8],
.components-pause-visible[b-7lq9ho1aa8],
.components-resume-failed-visible[b-7lq9ho1aa8],
.components-rejoining-animation[b-7lq9ho1aa8] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-7lq9ho1aa8 {
    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/DataRequest.razor.rz.scp.css */
/* WT-031 DSAR hub. Theme-safe: a bordered section reads correctly in both light and dark mode without
   depending on the light-only surface variables. */
.wt-dsar[b-do6sezf32m] {
    max-width: 760px;
    margin: 0 auto;
    padding: 2rem 1rem 3rem;
}

.wt-dsar h1[b-do6sezf32m] {
    margin-bottom: 0.5rem;
}

.wt-dsar-intro[b-do6sezf32m] {
    opacity: 0.85;
    margin-bottom: 1.5rem;
}

.wt-dsar-section[b-do6sezf32m] {
    border: 1px solid rgba(128, 128, 128, 0.25);
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
    margin-bottom: 1rem;
}

.wt-dsar-section h2[b-do6sezf32m] {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
}

.wt-dsar-section p[b-do6sezf32m] {
    margin-bottom: 1rem;
}

.wt-dsar-actions[b-do6sezf32m] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
