@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';
@import '_content/HyperdriveBio.Core/HyperdriveBio.Core.np0mee71pf.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* /Components/Layout/PublicLayout.razor.rz.scp.css */
.page-wrapper[b-orj0t8abui] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.page-main[b-orj0t8abui] {
    flex-grow: 1;
    position: relative;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-d8tbsgs0l4],
.components-reconnect-repeated-attempt-visible[b-d8tbsgs0l4],
.components-reconnect-failed-visible[b-d8tbsgs0l4],
.components-rejoining-animation[b-d8tbsgs0l4] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-d8tbsgs0l4],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-d8tbsgs0l4],
#components-reconnect-modal.components-reconnect-retrying[b-d8tbsgs0l4],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-d8tbsgs0l4],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-d8tbsgs0l4],
#components-reconnect-modal.components-reconnect-failed[b-d8tbsgs0l4],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-d8tbsgs0l4] {
    display: block;
}


#components-reconnect-modal[b-d8tbsgs0l4] {
    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-d8tbsgs0l4 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-d8tbsgs0l4 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-d8tbsgs0l4 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-d8tbsgs0l4]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-d8tbsgs0l4 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-d8tbsgs0l4 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-d8tbsgs0l4 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-d8tbsgs0l4 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-d8tbsgs0l4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-d8tbsgs0l4] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-d8tbsgs0l4] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-d8tbsgs0l4] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-d8tbsgs0l4] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-d8tbsgs0l4] {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-d8tbsgs0l4] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-d8tbsgs0l4 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-d8tbsgs0l4] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-d8tbsgs0l4 {
    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/Settings/PaneFooter.razor.rz.scp.css */
.pane-footer[b-0f0aue25d2] {
    container: paneFooterWrapper / inline-size;
}

.pane-footer-btns[b-0f0aue25d2] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    max-width: 800px;
}


@container paneFooterWrapper (width < 576px) {
    .pane-footer-btns[b-0f0aue25d2] {
        flex-direction: column;
    }
}

@container paneFooterWrapper (width >= 576px) {
    .pane-footer-btns[b-0f0aue25d2]  > .pane-footer-btn {
        flex: 1 1 0px;
    }
}
/* /Components/Shared/SimpleNav.razor.rz.scp.css */
.core-simple-nav[b-ndo98hota0] {
    display: flex;
    flex-direction: column;
}
/* /Components/Shared/SimpleNavAccordion.razor.rz.scp.css */
.core-simple-nav-accordion[b-kr0apnyrkh]  .core-accordion-header {
    padding: 0.5rem;
    border-radius: 8px;
}

    .core-simple-nav-accordion[b-kr0apnyrkh]  .core-accordion-header:hover {
        background-color: #F6F7F8;
    }

    .core-simple-nav-accordion[b-kr0apnyrkh]  .core-accordion-header > .core-accordion-header-content {
        display: none;
    }

    .core-simple-nav-accordion[b-kr0apnyrkh]  .core-accordion-header > .core-accordion-title {
        border-bottom: none;
    }

        .core-simple-nav-accordion[b-kr0apnyrkh]  .core-accordion-header > .core-accordion-title > .core-accordion-title-button {
            height: 20px;
            padding: 0;
            line-height: 20px;
        }

.core-simple-nav-accordion[b-kr0apnyrkh]  .core-accordion-body {
    padding-left: 1rem;
}

.core-simple-nav-accordion[b-kr0apnyrkh]  .core-accordion.closed:has(.core-simple-nav-item.active) > .core-accordion-header {
    background-color: #E7F1FF;
}
/* /Components/Shared/SimpleNavItem.razor.rz.scp.css */
.core-simple-nav-item[b-p24hqjr76k] {
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 8px;
}

    .core-simple-nav-item:hover[b-p24hqjr76k] {
        background-color: #F6F7F8;
    }

    .core-simple-nav-item.active[b-p24hqjr76k] {
        background-color: #E7F1FF;
    }
