/* /Components/Common/AppTextInput.razor.rz.scp.css */
.app-text-input-wrap[b-oev3on0wyq] {
    position: relative;
}

.app-text-input-wrap .form-control[b-oev3on0wyq],
.app-text-input-wrap .form-control-sm[b-oev3on0wyq],
.app-text-input-wrap .settings-control-field[b-oev3on0wyq] {
    padding-right: 2rem;
}

.app-text-input-clear[b-oev3on0wyq] {
    position: absolute;
    right: 0.6rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-secondary-color);
    text-decoration: none;
    z-index: 1;
}

.app-text-input-clear:hover[b-oev3on0wyq],
.app-text-input-clear:focus[b-oev3on0wyq] {
    color: var(--bs-body-color);
    text-decoration: none;
}

.app-text-input-clear .app-icon[b-oev3on0wyq] {
    width: 0.85rem;
    height: 0.85rem;
}
/* /Components/Layout/ConfirmDialog.razor.rz.scp.css */
.confirm-dialog-backdrop[b-gjrr1qv5b6] {
    position: fixed;
    inset: 0;
    z-index: 1200;
    background: rgba(15, 23, 42, 0.45);
    backdrop-filter: blur(2px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.confirm-dialog-panel[b-gjrr1qv5b6] {
    width: min(560px, 96vw);
    min-width: 420px;
    min-height: 220px;
    max-width: 96vw;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    resize: both;
    overflow: hidden;
    background: #fff;
    border-radius: 0.9rem;
    box-shadow: 0 1rem 2.2rem rgba(15, 23, 42, 0.25);
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.confirm-dialog-panel.restore-role-dialog-panel[b-gjrr1qv5b6] {
    width: min(980px, 98vw);
    min-width: 760px;
}

.confirm-dialog-panel.restore-primary-confirm-dialog-panel[b-gjrr1qv5b6] {
    width: min(980px, 98vw);
    min-width: 760px;
    min-height: min(760px, 92vh);
}

.confirm-dialog-header[b-gjrr1qv5b6] {
    padding: 1rem 1.25rem 0.5rem;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.confirm-dialog-body[b-gjrr1qv5b6] {
    padding: 1rem 1.25rem;
    color: #334155;
    overflow: auto;
    flex: 1 1 auto;
}

.confirm-dialog-actions[b-gjrr1qv5b6] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem 1.25rem;
    margin-top: auto;
    background: #fff;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}
/* /Components/Layout/HelpDrawer.razor.rz.scp.css */
.help-drawer-overlay[b-k4a6by11k5] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 1040;
}

.help-drawer-overlay.open[b-k4a6by11k5] {
    opacity: 1;
    pointer-events: auto;
}

.help-drawer[b-k4a6by11k5] {
    position: fixed;
    top: 0;
    left: 0;
    width: min(420px, 92vw);
    height: 100vh;
    background: #fffbe8;
    box-shadow: 12px 0 24px rgba(0, 0, 0, 0.18);
    transform: translateX(-100%);
    transition: transform 0.25s ease;
    z-index: 1045;
    display: flex;
    flex-direction: column;
}

.help-drawer.open[b-k4a6by11k5] {
    transform: translateX(0);
}

.help-drawer.pinned[b-k4a6by11k5] {
    box-shadow: 8px 0 18px rgba(0, 0, 0, 0.14);
}

.help-drawer-header[b-k4a6by11k5] {
    padding: 1rem;
    border-bottom: 1px solid #e6e8ef;
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: flex-start;
}

.help-drawer-title[b-k4a6by11k5] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 1.75rem !important;
}

.help-drawer-title-icon[b-k4a6by11k5] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-primary);
    line-height: 1;
    flex-shrink: 0;
}

.help-drawer-title-icon[b-k4a6by11k5]  .app-icon {
    width: 1.6rem;
    height: 1.6rem;
}

.help-drawer-controls[b-k4a6by11k5] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;    
}

.help-drawer-control[b-k4a6by11k5] {
    width: 1.2rem;
    height: 1.2rem;
    padding: 0;
    border: none;
}

.help-drawer-control.active[b-k4a6by11k5] {
    color: #0f4bcf;
    border-color: rgba(15, 75, 207, 0.45);
    background: rgba(15, 75, 207, 0.08);
}

.help-drawer-body[b-k4a6by11k5] {
    padding: 1rem;
    overflow-y: auto;
}

.help-search-results[b-k4a6by11k5] {
    background: #f8f9fb;
}

.help-drawer mark[b-k4a6by11k5] {
    background: #fff3a3;
    color: inherit;
    padding: 0 0.1rem;
    border-radius: 0.2rem;
}

.quick-links-list[b-k4a6by11k5] {
    list-style: none;
    padding-left: 0;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-2m4tzkn36y] {
    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-2m4tzkn36y] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.page-shell[b-2m4tzkn36y] {
    min-height: 100vh;
    background: linear-gradient(180deg, #f8f9fb 0%, #eef3fb 100%);
}

.content[b-2m4tzkn36y] {
    min-height: calc(100vh - 56px);
}

.app-content-container[b-2m4tzkn36y] {
    width: min(1600px, calc(100% - 1.5rem));
    margin-inline: auto;
}

.app-footer[b-2m4tzkn36y] {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(2px);
}

.app-footer a[b-2m4tzkn36y] {
    color: #0f4bcf;
}

.app-footer a:hover[b-2m4tzkn36y] {
    color: #0b3aa0;
}

.navbar .navbar-brand[b-2m4tzkn36y],
.navbar .nav-link[b-2m4tzkn36y] {
    color: #0f4bcf !important;
}

.navbar .nav-link:hover[b-2m4tzkn36y],
.navbar .navbar-brand:hover[b-2m4tzkn36y] {
    color: #0b3aa0 !important;
}

.top-nav-links[b-2m4tzkn36y] {
    align-items: center;
}

@media (min-width: 992px) {
    .navbar .container-fluid[b-2m4tzkn36y] {
        position: relative;
    }

    .top-nav-links-main[b-2m4tzkn36y] {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .navbar-collapse[b-2m4tzkn36y] {
        position: static;
    }
}

.top-nav-links[b-2m4tzkn36y]  .top-nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-width: 88px;
    padding: 0.45rem 0.9rem !important;
    border: 1px solid rgba(15, 75, 207, 0.15);
    border-radius: 999px;
    background: rgba(15, 75, 207, 0.04);
    font-weight: 600;
    letter-spacing: 0.01em;
    transition: all 0.18s ease;
}

.nav-item-icon[b-2m4tzkn36y] {
    font-size: 0.95rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.nav-item-icon .app-icon[b-2m4tzkn36y] {
    width: 1.5rem;
    height: 1.5rem;
}

.top-nav-links[b-2m4tzkn36y]  .top-nav-link:hover {
    border-color: rgba(15, 75, 207, 0.35);
    background: rgba(15, 75, 207, 0.09);
    transform: translateY(-1px);
}

.top-nav-links[b-2m4tzkn36y]  .top-nav-link.active {
    color: #fff !important;
    background: linear-gradient(180deg, #0f4bcf 0%, #0b3aa0 100%);
    border-color: #0b3aa0;
    box-shadow: 0 6px 14px rgba(15, 75, 207, 0.25);
}

.top-nav-links[b-2m4tzkn36y]  .top-nav-link.active:hover {
    color: #fff !important;
}

.top-nav-links[b-2m4tzkn36y]  a.top-nav-link.active,
.top-nav-links[b-2m4tzkn36y]  .top-nav-link[aria-current="page"] {
    color: #fff !important;
    background: linear-gradient(180deg, #0f4bcf 0%, #0b3aa0 100%);
    border-color: #0b3aa0;
    box-shadow: 0 6px 14px rgba(15, 75, 207, 0.25);
}

@media (max-width: 991.98px) {
    .top-nav-links[b-2m4tzkn36y] {
        margin-top: 0.5rem;
        align-items: stretch;
    }

    .top-nav-links[b-2m4tzkn36y]  .top-nav-link {
        justify-content: flex-start;
        border-radius: 0.65rem;
        min-width: 0;
    }
}

.app-logo[b-2m4tzkn36y] {
    height: 95px;
    object-fit: contain;
}

.profile-avatar[b-2m4tzkn36y] {
    width: 50px;
    height: 50px;
    border-radius: 999px;
    border: 1px solid rgba(15, 75, 207, 0.2);
    object-fit: cover;
}

.profile-menu[b-2m4tzkn36y] {
    position: relative;
    margin-right: 20px;
}

.profile-trigger[b-2m4tzkn36y] {
    border: 0;
    background: transparent;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.profile-trigger:focus-visible[b-2m4tzkn36y] {
    outline: 2px solid rgba(15, 75, 207, 0.45);
    outline-offset: 2px;
    border-radius: 999px;
}

.profile-avatar-fallback[b-2m4tzkn36y] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 700;
    color: #0f4bcf;
    background: rgba(15, 75, 207, 0.12);
}

.profile-dropdown[b-2m4tzkn36y] {
    min-width: 250px;
    border-radius: 0.8rem;
    border: 1px solid rgba(15, 75, 207, 0.12);
    box-shadow: 0 10px 30px rgba(15, 75, 207, 0.15);
    margin-top: 0.5rem;
}

.profile-dropdown-body[b-2m4tzkn36y] {
    padding: 0.75rem 1rem 0.4rem 1rem;
}

.profile-dropdown-name[b-2m4tzkn36y] {
    color: #0f4bcf;
    font-weight: 700;
    line-height: 1.3;
    word-break: break-word;
}

.profile-dropdown-email[b-2m4tzkn36y] {
    margin-top: 0.2rem;
    font-size: 0.85rem;
    color: #5e6b84;
    word-break: break-word;
}

.profile-signout[b-2m4tzkn36y] {
    font-weight: 600;
    color: #c82333;
}

.profile-menu-item[b-2m4tzkn36y] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    border: 0;
    background: transparent;
    width: 100%;
    text-align: left;
}

.menu-item-icon[b-2m4tzkn36y] {
    width: 1.3rem;
    height: 1.3rem;
    text-align: center;
    opacity: 0.85;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.menu-item-icon[b-2m4tzkn36y]  .app-icon {
    width: 1.25rem;
    height: 1.25rem;
}

.profile-signout:hover[b-2m4tzkn36y],
.profile-signout:focus[b-2m4tzkn36y] {
    color: #fff;
    background: #c82333;
}

.help-fab[b-2m4tzkn36y] {
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    width: 3.1rem;
    height: 3.1rem;
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(15, 75, 207, 0.32);
    z-index: 1030;
}

.help-fab[b-2m4tzkn36y]  .app-icon {
    width: 1.35rem;
    height: 1.35rem;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-7z9ykle0g7],
.components-reconnect-repeated-attempt-visible[b-7z9ykle0g7],
.components-reconnect-failed-visible[b-7z9ykle0g7],
.components-pause-visible[b-7z9ykle0g7],
.components-resume-failed-visible[b-7z9ykle0g7],
.components-rejoining-animation[b-7z9ykle0g7] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-7z9ykle0g7 {
    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/Layout/ToastHost.razor.rz.scp.css */
.toast-host-container[b-elbrnkv4m4] {
    position: fixed;
    top: 1.1rem;
    right: 1.1rem;
    z-index: 1100;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    max-width: min(34rem, calc(100vw - 2rem));
}

.toast-host-item[b-elbrnkv4m4] {
    display: grid;
    grid-template-columns: 0.32rem 1fr auto;
    align-items: start;
    background: var(--toast-surface);
    border: 1px solid var(--toast-border);
    border-radius: 0.8rem;
    box-shadow: 0 0.55rem 1.25rem rgba(15, 46, 91, 0.14);
    overflow: hidden;
    min-width: min(26rem, calc(100vw - 2rem));
    animation: toast-host-enter-b-elbrnkv4m4 360ms cubic-bezier(0.22, 1, 0.36, 1);
    transform-origin: top right;
    will-change: transform, opacity;
}

.toast-host-item.toast-host-closing[b-elbrnkv4m4] {
    animation: toast-host-exit-b-elbrnkv4m4 280ms cubic-bezier(0.4, 0, 1, 1) forwards;
    pointer-events: none;
}

.toast-host-accent[b-elbrnkv4m4] {
    background: var(--toast-accent);
}

.toast-host-body[b-elbrnkv4m4] {
    padding: 0.86rem 1.04rem 0.92rem;
}

.toast-host-header[b-elbrnkv4m4] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 0.32rem;
}

.toast-host-icon[b-elbrnkv4m4] {
    width: 1.24rem;
    height: 1.24rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--toast-accent);
}

.toast-host-icon[b-elbrnkv4m4]  .app-icon {
    width: 1.1rem;
    height: 1.1rem;
}

.toast-host-title[b-elbrnkv4m4] {
    font-size: 0.96rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: var(--toast-accent);
}

.toast-host-message[b-elbrnkv4m4] {
    color: #2c3e58;
    font-size: 1rem;
    line-height: 1.48;
    word-break: break-word;
}

.toast-host-close[b-elbrnkv4m4] {
    margin: 0.58rem 0.64rem 0 0;
    width: 0.9rem;
    height: 0.9rem;
    padding: 0;
    opacity: 0.6;
    background-size: 0.9rem;
}

.toast-host-close:hover[b-elbrnkv4m4],
.toast-host-close:focus[b-elbrnkv4m4] {
    opacity: 0.9;
}

.toast-host-close:disabled[b-elbrnkv4m4] {
    opacity: 0.5;
}

.toast-host-info[b-elbrnkv4m4] {
    --toast-accent: #0f4bcf;
    --toast-surface: #eef4ff;
    --toast-border: #cddaf7;
}

.toast-host-success[b-elbrnkv4m4] {
    --toast-accent: #198754;
    --toast-surface: #ecf9f2;
    --toast-border: #c8ebd9;
}

.toast-host-warning[b-elbrnkv4m4] {
    --toast-accent: #a86800;
    --toast-surface: #fff8ea;
    --toast-border: #f0ddba;
}

.toast-host-error[b-elbrnkv4m4] {
    --toast-accent: #b23a48;
    --toast-surface: #fff0f2;
    --toast-border: #f4cdd2;
}

@keyframes toast-host-enter-b-elbrnkv4m4 {
    from {
        opacity: 0;
        transform: translateY(-14px) scale(0.94);
        filter: blur(1px);
    }

    60% {
        opacity: 1;
        transform: translateY(2px) scale(1.015);
        filter: blur(0);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

@keyframes toast-host-exit-b-elbrnkv4m4 {
    from {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }

    to {
        opacity: 0;
        transform: translateY(-12px) scale(0.95);
        filter: blur(1px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .toast-host-item[b-elbrnkv4m4],
    .toast-host-item.toast-host-closing[b-elbrnkv4m4] {
        animation-duration: 1ms;
    }
}

@media (max-width: 575.98px) {
    .toast-host-container[b-elbrnkv4m4] {
        top: 0.75rem;
        right: 0.75rem;
        left: 0.75rem;
        max-width: none;
    }

    .toast-host-item[b-elbrnkv4m4] {
        min-width: 0;
    }
}
/* /Components/Pages/Auth/SignIn.razor.rz.scp.css */
.signin-actions-wrap[b-lf2qxw85ql] {
    justify-items: center;
}

.signin-provider-section[b-lf2qxw85ql] {
    margin-top: 1rem;
    padding: 1rem;
    border: 1px solid #e5e8ef;
    border-radius: 0.75rem;
    background: #f9fbfe;
}

.signin-provider-intro[b-lf2qxw85ql] {
    width: min(100%, 34rem);
    margin: 0 auto 0.5rem;
}

.signin-provider-section-title[b-lf2qxw85ql] {
    margin: 0 0 0.75rem;
    font-size: 1rem;
    font-weight: 600;
    color: #2b3a4a;
}

.signin-actions-wrap .btn[b-lf2qxw85ql] {
    width: min(100%, 28rem);
}

.google-signin-btn[b-lf2qxw85ql],
.microsoft-signin-btn[b-lf2qxw85ql],
.github-signin-btn[b-lf2qxw85ql] {
    width: min(100%, 34rem);
    height: 5rem;
    box-sizing: border-box;
    white-space: nowrap;
}

.microsoft-signin-btn[b-lf2qxw85ql] {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.85rem;
    border: 1px solid #cfcfcf;
    border-radius: 0.75rem;
    background: #fff;
    color: #5e5e5e;
    font-weight: 600;
    font-size: 1.8rem;
    padding: 0.7rem 1rem;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
    transition: transform 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease;
}

.microsoft-signin-btn:hover[b-lf2qxw85ql] {
    background: #f2f2f2;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.16);
    transform: translateY(-1px);
    color: #5e5e5e;
    text-decoration: none;
}

.microsoft-signin-btn:active[b-lf2qxw85ql] {
    transform: translateY(0);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
}

.microsoft-signin-btn-disabled[b-lf2qxw85ql],
.microsoft-signin-btn-disabled:hover[b-lf2qxw85ql],
.microsoft-signin-btn-disabled:active[b-lf2qxw85ql] {
    opacity: 0.72;
    transform: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
    cursor: not-allowed;
    background: #f5f5f5;
    color: #5e5e5e;
    border-color: #cfcfcf;
}

.microsoft-signin-icon-shell[b-lf2qxw85ql] {
    width: 3.2rem;
    height: 3.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.55rem;
    background: #fff;
    flex: 0 0 auto;
}

.microsoft-signin-logo[b-lf2qxw85ql] {
    width: 2.3rem;
    height: 2.3rem;
    object-fit: contain;
    display: block;
}

.microsoft-signin-text[b-lf2qxw85ql] {
    color: #737373;
}

.google-signin-btn > span:last-child[b-lf2qxw85ql],
.microsoft-signin-btn > .microsoft-signin-text[b-lf2qxw85ql],
.github-signin-btn > span:last-child[b-lf2qxw85ql] {
    flex: 1 1 auto;
    text-align: center;
}

.google-signin-btn[b-lf2qxw85ql] {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.85rem;
    border: 1px solid #3f7ee8;
    border-radius: 0.75rem;
    background: linear-gradient(180deg, #4e89ec 0%, #3f7ee8 100%);
    color: #fff;
    font-weight: 600;
    font-size: 1.8rem;
    padding: 0.7rem 1rem;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
    transition: transform 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease;
}

.google-signin-btn:hover[b-lf2qxw85ql] {
    background: linear-gradient(180deg, #5a92ee 0%, #4a85e8 100%);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.16);
    transform: translateY(-1px);
    color: #fff;
    text-decoration: none;
}

.google-signin-btn:active[b-lf2qxw85ql] {
    transform: translateY(0);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
}

.google-signin-icon-shell[b-lf2qxw85ql] {
    width: 3.2rem;
    height: 3.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.55rem;
    background: #fff;
    flex: 0 0 auto;
}

.google-signin-logo[b-lf2qxw85ql] {
    width: 2.3rem;
    height: 2.3rem;
    object-fit: contain;
    display: block;
}

.github-signin-btn[b-lf2qxw85ql] {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.85rem;
    border: 1px solid #0b0f14;
    border-radius: 0.75rem;
    background: #000;
    color: #fff;
    font-weight: 600;
    font-size: 1.8rem;
    padding: 0.7rem 1rem;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
    transition: transform 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease;
}

.github-signin-btn:hover[b-lf2qxw85ql] {
    background: #111;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.16);
    transform: translateY(-1px);
    color: #fff;
    text-decoration: none;
}

.github-signin-btn:active[b-lf2qxw85ql] {
    transform: translateY(0);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
}

.github-signin-btn-disabled[b-lf2qxw85ql],
.github-signin-btn-disabled:hover[b-lf2qxw85ql],
.github-signin-btn-disabled:active[b-lf2qxw85ql] {
    opacity: 0.72;
    transform: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
    cursor: not-allowed;
    background: #0f1115;
    color: #fff;
    border-color: #0b0f14;
}

.github-signin-icon-shell[b-lf2qxw85ql] {
    width: 3.2rem;
    height: 3.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #fff;
    flex: 0 0 auto;
}

.github-signin-logo[b-lf2qxw85ql] {
    width: 2.25rem;
    height: 2.25rem;
    object-fit: contain;
    display: block;
}
/* /Components/Pages/Backup/Backup.razor.rz.scp.css */
.backup-success-action-btn[b-9eamkl9ahk] {
    min-width: 9.75rem;
    justify-content: center;
}

.backup-resource-progress-table-wrap[b-9eamkl9ahk] {
    border: 1px solid rgba(15, 75, 207, 0.14);
    border-radius: 0.5rem;
}

.backup-resource-progress-table[b-9eamkl9ahk] {
    background: #fff;
}

.backup-resource-progress-table th[b-9eamkl9ahk] {
    white-space: nowrap;
    background: rgba(15, 75, 207, 0.05);
}

.backup-resource-progress-col[b-9eamkl9ahk] {
    min-width: 12rem;
}

.backup-resource-status-col[b-9eamkl9ahk] {
    width: 9.5rem;
    min-width: 9.5rem;
    text-align: center;
}

.backup-resource-status-badge[b-9eamkl9ahk] {
    min-width: 8.5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.backup-resource-progress-bar[b-9eamkl9ahk] {
    height: 0.95rem;
}
/* /Components/Pages/Backup/Backups.razor.rz.scp.css */
.restore-history-table .history-value[b-eybgldu9f3],
.restore-history-table .history-value .badge[b-eybgldu9f3] {
    font-size: 1rem;
}

.restore-status-badge-fixed[b-eybgldu9f3] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 7.5rem;
}

.backup-portal-link[b-eybgldu9f3] {
    color: var(--bs-link-color);
    text-decoration: underline;
    text-underline-offset: 2px;
    font-weight: 500;
}

.backup-portal-link:hover[b-eybgldu9f3],
.backup-portal-link:focus-visible[b-eybgldu9f3] {
    color: var(--bs-link-hover-color);
    text-decoration-thickness: 2px;
}

.backup-portal-link-badge[b-eybgldu9f3] {
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.backups-empty-state[b-eybgldu9f3] {
    border: 1px dashed var(--bs-border-color);
    border-radius: 0.5rem;
    padding: 0.875rem 1rem;
    color: var(--bs-secondary-color);
    background: var(--bs-body-bg);
}

.backups-empty-state a[b-eybgldu9f3] {
    color: var(--bs-link-color);
    font-weight: 600;
}

.backup-resource-deleted-indicator[b-eybgldu9f3] {
    margin-left: 0.5rem;
    background-color: var(--bs-danger-border-subtle);
    color: var(--bs-danger-text-emphasis);
    border: 1px solid var(--bs-danger-border-subtle);
}

.backups-table-responsive[b-eybgldu9f3] {
    width: 100%;
    max-width: 100%;
    overflow-x: auto !important;
    overflow-y: visible !important;
}

.backups-table-responsive .restore-history-table[b-eybgldu9f3] {
    min-width: 100%;
    margin-bottom: 0;
}

.backups-actions-header[b-eybgldu9f3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    min-width: 13rem;
}

.backups-delete-selected-btn[b-eybgldu9f3] {
    white-space: nowrap;
}

.backups-select-column[b-eybgldu9f3] {
    width: 2.25rem;
    text-align: center;
    white-space: nowrap;
}

.restore-history-table thead th[b-eybgldu9f3]  .info-tip-popover {
    top: calc(100% + 0.45rem);
    bottom: auto;
}

.restore-history-table thead th[b-eybgldu9f3]  .info-tip-popover::after {
    top: -12px;
    border-color: transparent transparent #fff transparent;
    filter: drop-shadow(0 -1px 0 rgba(15, 23, 42, 0.15));
}
/* /Components/Pages/Contact.razor.rz.scp.css */
.help-page-card[b-if8d2einad] {
    border: 1px solid rgba(15, 75, 207, 0.14);
    box-shadow: 0 10px 24px rgba(15, 75, 207, 0.08);
}

.help-steps-area[b-if8d2einad] {
    margin-top: 0.75rem;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    background-color: rgba(248, 249, 250, 0.7);
    border-radius: 0.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.contact-detail-list[b-if8d2einad] {
    padding-left: 1.2rem;
}

.contact-detail-list li[b-if8d2einad] {
    margin-bottom: 0.35rem;
}
/* /Components/Pages/Help.razor.rz.scp.css */
.help-page-card[b-6dfworltus] {
    border: 1px solid rgba(15, 75, 207, 0.14);
    box-shadow: 0 10px 24px rgba(15, 75, 207, 0.08);
}

.help-steps-area[b-6dfworltus] {
    margin-top: 0.75rem;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    background-color: rgba(248, 249, 250, 0.7);
    border-radius: 0.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.help-step-list[b-6dfworltus] {
    margin-bottom: 0;
    padding-left: 1.2rem;
}

.help-step-list li[b-6dfworltus] {
    margin-bottom: 0.45rem;
    line-height: 1.45;
}

.help-inline-control[b-6dfworltus] {
    margin-left: 0.5rem;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.14rem 0.5rem;
    border-radius: 999px;
    border: 1px solid rgba(15, 75, 207, 0.28);
    background: rgba(15, 75, 207, 0.08);
    color: #0f4bcf;
    font-size: 0.78rem;
    font-weight: 600;
    white-space: nowrap;
}

.help-inline-control .app-icon[b-6dfworltus] {
    width: 0.92rem;
    height: 0.92rem;
}
/* /Components/Pages/Restore/Restore.razor.rz.scp.css */
.restore-status-badge[b-6f7yvfg4gw] {
    width: 14ch;
    display: inline-block;
    white-space: nowrap;
    text-align: center;
}

.restore-status-table > :not(caption) > * > *[b-6f7yvfg4gw] {
    vertical-align: top;
}

.restore-status-table td:nth-child(2)[b-6f7yvfg4gw],
.restore-status-table td:nth-child(3)[b-6f7yvfg4gw],
.restore-status-table td:nth-child(4)[b-6f7yvfg4gw],
.restore-status-table td:nth-child(5)[b-6f7yvfg4gw] {
    padding-top: 0.5rem;
}

.restore-context-line[b-6f7yvfg4gw] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.98rem;
}

.stop-on-failure-emphasis[b-6f7yvfg4gw] {
    border-radius: 0.5rem;
    padding: 0.55rem 0.75rem;
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding-left: 0.75rem;
}

.stop-on-failure-emphasis .form-check-input[b-6f7yvfg4gw] {
    border-color: #2f5fbf;
    margin-left: 0;
    margin-right: 0.5rem;
}

.stop-on-failure-emphasis .form-check-label[b-6f7yvfg4gw] {
    color: #1f3f8f;
}


.confirm-restore-map-table[b-6f7yvfg4gw] {
    width: fit-content;
    max-width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: auto;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 0.35rem;
}

.confirm-restore-map-table th[b-6f7yvfg4gw],
.confirm-restore-map-table td[b-6f7yvfg4gw] {
    border: 0;
    padding: 0.2rem 0.45rem;
    text-align: left;
    vertical-align: middle;
}

.confirm-restore-map-table thead th[b-6f7yvfg4gw] {
    font-size: 0.78rem;
    padding: 0.18rem 0.4rem 0.24rem;
    font-weight: 700;
    text-align: center;
}

.confirm-restore-map-table thead tr[b-6f7yvfg4gw] {
    background: rgba(15, 23, 42, 0.035);
    box-shadow: inset 0 -1px 0 rgba(15, 23, 42, 0.12);
}

.confirm-restore-map-col-label[b-6f7yvfg4gw] {
    width: 8rem;
}

.confirm-restore-map-col-arrow[b-6f7yvfg4gw] {
    width: 1.5rem;
}

.confirm-restore-map-header-source[b-6f7yvfg4gw],
.confirm-restore-map-header-target[b-6f7yvfg4gw] {
    text-align: center;
}

.confirm-restore-map-header-cell[b-6f7yvfg4gw] {
    font-weight: 700 !important;
}

.confirm-restore-map-header-pill[b-6f7yvfg4gw] {
    display: inline;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: inherit;
    text-transform: none;
    letter-spacing: normal;
}

.confirm-restore-map-table tbody tr + tr th[b-6f7yvfg4gw],
.confirm-restore-map-table tbody tr + tr td[b-6f7yvfg4gw] {
    padding-top: 0.35rem;
    border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.confirm-restore-map-arrow .app-icon[b-6f7yvfg4gw] {
    width: 0.95rem;
    height: 0.95rem;
    color: #64748b;
}

.confirm-restore-map-arrow-cell[b-6f7yvfg4gw] {
    text-align: center;
}

.confirm-restore-map-arrow[b-6f7yvfg4gw] {
    display: inline-flex;
    align-items: center;
    padding-left: 4px;
    padding-right: 4px;
}

.confirm-restore-map-label[b-6f7yvfg4gw] {
    margin-right: 0.45rem;
}

.confirm-restore-map-label-cell[b-6f7yvfg4gw] {
    padding: 0.18rem 0.4rem !important;
    padding-right: 0.45rem !important;
    background: rgba(30, 64, 175, 0.055);
}

.confirm-restore-map-label-pill[b-6f7yvfg4gw] {
    display: inline;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #334155;
    font-weight: 600;
}

.confirm-restore-map-value-cell[b-6f7yvfg4gw] {
    color: #0f172a;
    font-weight: 500;
}

.confirm-restore-map-table td:nth-child(2)[b-6f7yvfg4gw],
.confirm-restore-map-table td:nth-child(4)[b-6f7yvfg4gw] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.confirm-resource-list-resizable[b-6f7yvfg4gw] {
    max-height: min(420px, 50vh);
    min-height: 260px;
}

.restore-cancel-btn[b-6f7yvfg4gw] {
    background-color: var(--bs-danger);
    border-color: var(--bs-danger);
    color: var(--bs-white);
}

.restore-cancel-btn:hover[b-6f7yvfg4gw],
.restore-cancel-btn:focus[b-6f7yvfg4gw],
.restore-cancel-btn:active[b-6f7yvfg4gw] {
    background-color: transparent;
    border-color: var(--bs-danger);
    color: var(--bs-danger);
}

.restore-tree-toggle[b-6f7yvfg4gw] {
    width: 1.1rem;
    height: 1.1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: inherit;
}

.restore-tree-toggle .app-icon[b-6f7yvfg4gw] {
    width: 1rem;
    height: 1rem;
}

.restore-tree-toggle-collapsed .app-icon[b-6f7yvfg4gw] {
    transform: rotate(-90deg);
}

.restore-roles-summary[b-6f7yvfg4gw] {
    list-style: none;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    cursor: pointer;
}

.restore-roles-summary-label[b-6f7yvfg4gw] {
    margin-right: 0.35rem;
}

.restore-roles-summary[b-6f7yvfg4gw]::-webkit-details-marker {
    display: none;
}

.restore-roles-summary[b-6f7yvfg4gw]::marker {
    content: "";
}

.restore-roles-summary-icon[b-6f7yvfg4gw] {
    width: 1rem;
    height: 1rem;
    transition: transform 0.15s ease-in-out;
}

details:not([open]) > .restore-roles-summary .restore-roles-summary-icon[b-6f7yvfg4gw] {
    transform: rotate(-90deg);
}


/* /Components/Pages/Restore/RestoreNameConflictPanel.razor.rz.scp.css */
.restore-name-col-current[b-ixlja3bu0a],
.restore-name-col-new[b-ixlja3bu0a] {
    width: 18rem;
}

.restore-name-col-current[b-ixlja3bu0a] {
    white-space: nowrap;
}

.restore-type-col[b-ixlja3bu0a] {
    width: 13rem;
    min-width: 13rem;
}

.restore-reason-cell[b-ixlja3bu0a] {
    max-width: 24rem;
}

.restore-reason-clamp[b-ixlja3bu0a] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2rem;
    max-height: 2.4rem;
    word-break: break-word;
}
/* /Components/Pages/Settings/Settings.razor.rz.scp.css */


.settings-grid-row[b-51ex03lacq] {
    align-items: end !important;
    align-items: flex-start;
}

.settings-form-area[b-51ex03lacq] {
    margin-top: 0.75rem;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    background-color: rgba(248, 249, 250, 0.7);
    border-radius: 0.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.settings-major-section[b-51ex03lacq] {
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 0.5rem;
    background-color: rgba(255, 255, 255, 0.75);
    padding: 0.9rem 1rem 1rem;
}

.settings-tab-container[b-51ex03lacq] {
    border: 1px solid rgba(15, 23, 42, 0.2);
    border-top: 0;
    border-radius: 0 0 0.5rem 0.5rem;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 0.75rem;
}

.settings-tab-content[b-51ex03lacq] {
    border-radius: 0.35rem;
}

.settings-tabs[b-51ex03lacq] {
    border-bottom: 1px solid rgba(15, 23, 42, 0.2);
    font-size: 1.5em;
}

[b-51ex03lacq] .settings-tabs .nav-link {
    margin-bottom: -1px;
}

.settings-major-section-title[b-51ex03lacq] {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
}

.settings-major-section-subtitle[b-51ex03lacq] {
    margin-bottom: 0.35rem;
}

.settings-grid-row > div[b-51ex03lacq] {
    display: flex;
    flex-direction: column;
}

.settings-row-bottom-align > div[b-51ex03lacq] {
    display: flex;
    flex-direction: column;
}

.settings-row-bottom-align .settings-control-wrap[b-51ex03lacq] {
    justify-content: flex-end;
}

.settings-row-bottom-align .settings-control-wrap input[type='number'][b-51ex03lacq] {
    margin-top: auto;
}

.settings-retention-row .settings-control-wrap[b-51ex03lacq] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.settings-retention-row .settings-control-wrap .form-control[b-51ex03lacq] {
    margin-top: auto;
}

.settings-row-top-align[b-51ex03lacq] {
    align-items: flex-start;
}

.settings-row-top-align > div[b-51ex03lacq] {
    justify-content: flex-start;
}

.settings-field[b-51ex03lacq] {
    min-height: calc(1.5em + 0.75rem + 2px);
    width: 100%;
    max-width: 22rem;
}

.settings-select-compact[b-51ex03lacq] {
    width: 100%;
    max-width: 11rem;
}

.settings-control-field[b-51ex03lacq] {
    width: 100%;
    max-width: 11rem;
}

[b-51ex03lacq] .settings-conflict-suffix-field {
    width: 20ch !important;
    max-width: 20ch !important;
    min-width: 20ch;
    flex: 0 0 auto;
}

.settings-control-wrap .form-label[b-51ex03lacq] {
    min-height: 0;
    margin-bottom: 0.5rem;
}

.settings-area-field-wrap[b-51ex03lacq] {
    max-width: 48rem;
}

.settings-area-field[b-51ex03lacq] {
    width: 100%;
    max-width: 48rem;
}

.settings-favorite-block[b-51ex03lacq] {
    max-height: 16rem;
    overflow: auto;
}
/* /Components/Restore/ResourceParameterEditor.razor.rz.scp.css */
.resource-parameter-critical[b-rw7nnfldqx] {
    border: 1px solid var(--bs-danger);
    border-radius: 0.5rem;
    padding: 0.5rem;
    background-color: var(--bs-danger-bg-subtle);
}

.resource-parameter-input-with-indicator[b-rw7nnfldqx] {
    padding-right: 5.3rem;
}

.resource-parameter-valid-indicator[b-rw7nnfldqx] {
    position: absolute;
    right: 3.1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-success);
    font-weight: 700;
    pointer-events: none;
}

.resource-parameter-visibility-toggle[b-rw7nnfldqx] {
    position: absolute;
    right: 1.75rem;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    width: 1.25rem;
    height: 1.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-secondary-color);
    text-decoration: none;
    z-index: 1;
}

.resource-parameter-visibility-toggle:hover[b-rw7nnfldqx],
.resource-parameter-visibility-toggle:focus[b-rw7nnfldqx] {
    color: var(--bs-body-color);
    text-decoration: none;
}

.resource-parameter-visibility-toggle .app-icon[b-rw7nnfldqx] {
    width: 1rem;
    height: 1rem;
}
/* /Components/Restore/RestoreOptions.razor.rz.scp.css */
.restore-options-section[b-ks4s44iwq4] {
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 0.5rem;
    background: rgba(248, 249, 250, 0.65);
    padding: 0.85rem 1rem 0.6rem;
}

.restore-options-section-header[b-ks4s44iwq4] {
    font-weight: 600;
    font-size: 0.98rem;
    margin-bottom: 0.15rem;
}

.restore-options-section-subtitle[b-ks4s44iwq4] {
    margin-bottom: 0.35rem;
}

.restore-option-check[b-ks4s44iwq4] {
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
}

.restore-options-section .restore-option-check:last-of-type[b-ks4s44iwq4] {
    margin-bottom: 0.2rem;
}

.restore-delete-warning-icon[b-ks4s44iwq4] {
    width: 0.85rem;
    height: 0.85rem;
}
/* /Components/Restore/RestoreSelectionTable.razor.rz.scp.css */
.restore-select-all-container[b-tfq876f9y9] {
    margin-left: 8px;
}
/* /Components/Restore/RestoreStatusPanel.razor.rz.scp.css */
.restore-cancel-btn[b-8a7t3yghl1] {
    background-color: var(--bs-danger);
    border-color: var(--bs-danger);
    color: var(--bs-white);
}

.restore-cancel-btn:hover[b-8a7t3yghl1],
.restore-cancel-btn:focus[b-8a7t3yghl1],
.restore-cancel-btn:active[b-8a7t3yghl1] {
    background-color: transparent;
    border-color: var(--bs-danger);
    color: var(--bs-danger);
}

.restore-status-badge[b-8a7t3yghl1] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 120px;
}

.restore-status-badge-flashing[b-8a7t3yghl1] {
    animation: restore-status-flash-b-8a7t3yghl1 0.9s ease-in-out infinite;
}

@keyframes restore-status-flash-b-8a7t3yghl1 {
    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.45;
    }
}
/* /Components/Restore/RestoreStatusRow.razor.rz.scp.css */
.restore-status-badge[b-xov9h8tgj5] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    white-space: nowrap;
}

.restore-resource-deleted-indicator[b-xov9h8tgj5] {
    margin-left: 0.5rem;
    background-color: var(--bs-danger-border-subtle);
    color: var(--bs-danger-text-emphasis);
    border: 1px solid var(--bs-danger-border-subtle);
}

.restore-resource-new-indicator[b-xov9h8tgj5] {
    margin-left: 0.5rem;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    line-height: 1;
    vertical-align: middle;
    background-color: var(--bs-primary-bg-subtle);
    color: var(--bs-primary-text-emphasis);
    border: 1px solid var(--bs-primary-border-subtle);
    padding-bottom: 6px;
}

.restore-resource-new-link[b-xov9h8tgj5] {
    text-decoration: none;
    height: 1.9em;
}

.restore-resource-new-link:hover[b-xov9h8tgj5],
.restore-resource-new-link:focus-visible[b-xov9h8tgj5] {
    text-decoration: none;
    background-color: #dcecff;
    border-color: #bfd7ff;
    color: #1f4f8c;
}

.restore-resource-new-link .app-icon[b-xov9h8tgj5] {
    width: 1.3em;
    height: 1.3em;
}

.restore-resource-link-icon[b-xov9h8tgj5] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.3rem;
    color: #8fbfe8;
    text-decoration: none;
    vertical-align: middle;
}

.restore-resource-link-icon:hover[b-xov9h8tgj5],
.restore-resource-link-icon:focus-visible[b-xov9h8tgj5] {
    color: #76aedf;
}

.restore-resource-link-icon .app-icon[b-xov9h8tgj5] {
    width: 1.3em!important;
    height: 1.3em!important;
}

.restore-roles-summary[b-xov9h8tgj5] {
    list-style: none;
}

.restore-roles-summary[b-xov9h8tgj5]::-webkit-details-marker {
    display: none;
}

.restore-roles-summary[b-xov9h8tgj5]::marker {
    content: "";
}

.restore-roles-list[b-xov9h8tgj5] {
    list-style: none;
    padding-left: 0;
}

.restore-roles-list li[b-xov9h8tgj5] {
    list-style: none;
}
