/* /Features/Unit/UnitTopBar.razor.rz.scp.css */
/* === UNIT TOP BAR === */
.icon[b-zdqxcndgfb] {
    width: 2rem;
    height: 2rem;
}

.top-bar[b-zdqxcndgfb] {
    max-height: 10rem;
}

.top-bar[b-zdqxcndgfb] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem;
}

.tab-group[b-zdqxcndgfb] {
    flex: 1 1 auto;
}

    .tab-group label[b-zdqxcndgfb] {
        font-size: 2rem;
    }

.unit-profile-group[b-zdqxcndgfb] {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.profile-select[b-zdqxcndgfb] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
    .profile-select .titles[b-zdqxcndgfb] {
        font-size:1.2rem;
        text-align:right;
    }
    .profile-select .titles .unit[b-zdqxcndgfb] {
        
    }
.profile-select .titles .account[b-zdqxcndgfb] {
    color: var(--text-faded-color);
}
.unit-profile-icon-container[b-zdqxcndgfb]{
    width: 5rem;
    height: 5rem;
}
/* /Shared/Components/Components/Loader.razor.rz.scp.css */
.loader[b-mk0bzdqf0z] {
    height: 2rem;
    width: 2rem;
    max-height: 2rem;
    max-width: 2rem;
    display: flex;
    flex: 1 1 auto;
    justify-content: center;
    align-items: center;
    padding: 0.0rem;
}

svg[b-mk0bzdqf0z] {
    width: auto;
    height: auto;
}


.chase[b-mk0bzdqf0z] {
    stroke-width: 16;
    fill: none;
    stroke-linecap: butt ;
    /* visible | gap | visible | gap */
    stroke-dasharray: 0 180 150 30;
    animation: chase-b-mk0bzdqf0z 2.0s linear infinite;
}
    .chase.primary[b-mk0bzdqf0z] {
        stroke: var(--brand-color-primary);
    }
    .chase.secondary[b-mk0bzdqf0z] {
        stroke: var(--brand-color-secondary);
    }

    .chase.second[b-mk0bzdqf0z] {
        animation-delay: -1.0s;
    }
    .chase.black[b-mk0bzdqf0z]{
        stroke: #000;
    }
    .chase.white[b-mk0bzdqf0z] {
        stroke: #fff;
    }

@keyframes chase-b-mk0bzdqf0z {
    from {
        stroke-dashoffset: 0;
    }

    to {
        stroke-dashoffset: -360;
    }
}
/* /Shared/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-4oain657fh] {
    position: relative;
    display: flex;
    flex-direction: column;
}
main[b-4oain657fh] {
    flex: 1;
}
.nav-menu[b-4oain657fh]{
    height:100vh;
    width:23rem;
}


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

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

@media (min-width: 641px) {
    .page[b-4oain657fh] {
        flex-direction: row;
    }
    main[b-4oain657fh]{
        box-shadow: inset 10px 0px 100px rgba(0,0,0,0.12);
    }

    .sidebar[b-4oain657fh] {
        width: 25rem;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    #blazor-error-ui[b-4oain657fh] {
        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-4oain657fh] {
            cursor: pointer;
            position: absolute;
            right: 0.75rem;
            top: 0.5rem;
        }
}
/* /Shared/Components/Layout/NavMenu.razor.rz.scp.css */
h2[b-g39lcqm314] {
    position: relative;
    padding-top: 4rem;
    width: 100%;
    font-size: 1.5rem;
    overflow: hidden; /* hides gradient edges */
}

    h2[b-g39lcqm314]::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 5rem; /* how high the "shadow" rises */

        background: linear-gradient( to top, rgba(0, 0, 0, 0.10), rgba(0, 0, 0, 0) );
        pointer-events: none;
        z-index: 0;
    }

    h2 label[b-g39lcqm314] {
        z-index: 1; /* sits above gradient */
    }
/* /Shared/Components/Layout/PublicLayout.razor.rz.scp.css */
.page[b-ef3obvg4so] {
    position: absolute;
    background: var(--public-background-url) repeat center;
    width: 100vw;
    height: 100vh;
    background-size: cover;
    display: flex;
    justify-content: left; /* horizontal */
    align-items: center; /* vertical */
}

main[b-ef3obvg4so] {
    height: 100vh;
    background-color: white;
    box-shadow: 40px 0px 50px rgba(0,0,0,0.20);
}
/* /Shared/Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-5tzizgcb9j],
.components-reconnect-repeated-attempt-visible[b-5tzizgcb9j],
.components-reconnect-failed-visible[b-5tzizgcb9j],
.components-pause-visible[b-5tzizgcb9j],
.components-resume-failed-visible[b-5tzizgcb9j],
.components-rejoining-animation[b-5tzizgcb9j] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-5tzizgcb9j {
    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;
    }
}
/* /Shared/Components/Modal.razor.rz.scp.css */
.modal-overlay[b-0vfro8fjge] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000aa;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.3s ease-in-out;
    z-index: 1000;
}
.modal-body[b-0vfro8fjge] {
    background: white;
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 3rem;
    padding-top: 0;
}

.modal-window[b-0vfro8fjge] {
    max-width: 45rem;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
}

.modal-header[b-0vfro8fjge] {
    font-size: 1.4rem;
}
    .modal-header label[b-0vfro8fjge] {
        margin-left: 1rem;
        margin-right: 5rem;
        box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
    }

.popup-dialog[b-0vfro8fjge] {
    padding: 2.4rem 3.2rem 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    max-width: 600px;
    text-align: center;
    animation: slideIn 0.25s ease-out;
    color: #ffffff;
}
.modal-content[b-0vfro8fjge] {
    display: flex;
    flex:1;
    padding: 3rem 4rem 2rem 4rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    color: var(--secondary-text-color);
    overflow-y: auto;
    text-align:center;
}

p[b-0vfro8fjge] {
    white-space: pre-wrap;
}

