@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.olwso25aue.bundle.scp.css';

/* /Components/EndWiz/CurrentUserPopover.razor.rz.scp.css */
.current-user-popover[b-fd42hm6b31] {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 400px;
}

    .current-user-popover > div[b-fd42hm6b31] {
        padding-block-start: var(--padding-block);
        padding-inline: var(--padding-inline);
        width: 100%;
    }

.cup-header[b-fd42hm6b31] {
    display: flex;
    gap: var(--gap);
}

    .cup-header .company[b-fd42hm6b31] {
        display: flex;
        align-items: center;
    }

.cup-identity[b-fd42hm6b31] {
    display: flex;
    gap: var(--gap);
    align-items: center;
}

.cup-avatar[b-fd42hm6b31] {
    width: 50px;
    height: 50px;
}

.cup-info[b-fd42hm6b31] {
    display: flex;
    flex-direction: column;
    max-width: 300px;
}

.cup-select-account[b-fd42hm6b31] {
    width: 100%;
    border-start-start-radius: 0;
    border-start-end-radius: 0;
    margin-top: var(--padding-block);
}
/* /Components/EndWiz/Loader.razor.rz.scp.css */
.loading-animation[b-6dd3ky4022] {
    position: relative;
    width: 80px;
    height: 80px;
}

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

        .loading-animation div:nth-child(2)[b-6dd3ky4022] {
            animation-delay: -0.5s;
        }

@keyframes loading-animation-b-6dd3ky4022 {
    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;
    }
}


.load-wrapper[b-6dd3ky4022] {
    position: relative;
    width: var(--size);
    height: var(--size);
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner[b-6dd3ky4022] {
    position: absolute;
    -webkit-animation: rotator 1.4s linear infinite;
    animation: rotator-b-6dd3ky4022 1.4s linear infinite;
    width: var(--size);
    height: var(--size);
    max-width: 65px;
    max-height: 65px;
}

@-webkit-keyframes rotator {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(270deg);
    }
}

@keyframes rotator-b-6dd3ky4022 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(270deg);
    }
}

.path[b-6dd3ky4022] {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    transform-origin: center;
    -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
    animation: dash-b-6dd3ky4022 1.4s ease-in-out infinite, colors-b-6dd3ky4022 5.6s ease-in-out infinite;
}

@-webkit-keyframes colors {
    0% {
        stroke: var(--color-primary);
    }

    25% {
        stroke: var(--color-tertiary);
    }

    50% {
        stroke: var(--color-secondary);
    }

    75% {
        stroke: var(--color-tertiary);
    }

    100% {
        stroke: var(--color-primary);
    }
}

@keyframes colors-b-6dd3ky4022 {
    0% {
        stroke: var(--color-primary);
    }

    25% {
        stroke: var(--color-tertiary);
    }

    50% {
        stroke: var(--color-secondary);
    }

    75% {
        stroke: var(--color-tertiary);
    }

    100% {
        stroke: var(--color-primary);
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }

    50% {
        stroke-dashoffset: 46.75;
        transform: rotate(135deg);
    }

    100% {
        stroke-dashoffset: 187;
        transform: rotate(450deg);
    }
}

@keyframes dash-b-6dd3ky4022 {
    0% {
        stroke-dashoffset: 187;
    }

    50% {
        stroke-dashoffset: 46.75;
        transform: rotate(135deg);
    }

    100% {
        stroke-dashoffset: 187;
        transform: rotate(450deg);
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-moyqxs7efx] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-moyqxs7efx] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-moyqxs7efx] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-moyqxs7efx] {
    font-size: 1.1rem;
}

.bi[b-moyqxs7efx] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-moyqxs7efx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-moyqxs7efx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-moyqxs7efx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-moyqxs7efx] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-moyqxs7efx] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-moyqxs7efx] {
        padding-bottom: 1rem;
    }

    .nav-item[b-moyqxs7efx]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-moyqxs7efx]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-moyqxs7efx]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-moyqxs7efx] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-moyqxs7efx] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-moyqxs7efx] {
        display: none;
    }

    .nav-scrollable[b-moyqxs7efx] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-6x5ktekbng],
.components-reconnect-repeated-attempt-visible[b-6x5ktekbng],
.components-reconnect-failed-visible[b-6x5ktekbng],
.components-pause-visible[b-6x5ktekbng],
.components-resume-failed-visible[b-6x5ktekbng],
.components-rejoining-animation[b-6x5ktekbng] {
    display: none;
}

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


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

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

}

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

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

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

@keyframes components-reconnect-modal-fadeInOpacity-b-6x5ktekbng {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-6x5ktekbng {
    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/Home.razor.rz.scp.css */
/* Landing page styles */
.landing-container[b-eqt2onjl16] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.landing-card[b-eqt2onjl16] {
    backdrop-filter: blur(10px);
    border: 1px solid var(--color-border);
    border-radius: 12px;
    padding: 3rem;
    max-width: 600px;
    width: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.landing-title[b-eqt2onjl16] {
    color: var(--color-primary);
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.landing-subtitle[b-eqt2onjl16] {
    color: var(--text-color);
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.btn-signin[b-eqt2onjl16] {
    background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
    color: white;
    border: none;
    padding: 0.75rem 2.5rem;
    font-size: 1.1rem;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    font-weight: 500;
}

    .btn-signin:hover[b-eqt2onjl16] {
        transform: translateY(-2px);
        box-shadow: 0 6px 12px rgba(0, 119, 141, 0.3);
        color: white;
    }

    .btn-signin:active[b-eqt2onjl16] {
        transform: translateY(0);
    }

/* Theme toggle button */
.theme-toggle[b-eqt2onjl16] {
    position: fixed;
    top: 1rem;
    right: 1rem;
    background-color: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.5rem;
    transition: all 0.3s ease;
    z-index: 1000;
}

    .theme-toggle:hover[b-eqt2onjl16] {
        background-color: var(--color-primary);
        color: white;
    }

/* Navigation styles */
.navbar-dark[b-eqt2onjl16] {
    background-color: var(--nav-bg) !important;
}

.sidebar[b-eqt2onjl16] {
    background: linear-gradient(180deg, var(--color-primary) 0%, var(--color-secondary) 100%);
}

.top-row[b-eqt2onjl16] {
    background-color: var(--card-bg);
    //border-bottom: 1px solid var(--border-color);
}

    .top-row a[b-eqt2onjl16] {
        color: var(--color-primary);
        text-decoration: none;
    }

        .top-row a:hover[b-eqt2onjl16] {
            color: var(--color-secondary);
        }

/* Signed in page styles */
.dashboard-container[b-eqt2onjl16] {
    padding: 2rem;
}

.welcome-header[b-eqt2onjl16] {
    background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
    color: var(--color-on-surface);
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
}

.user-info[b-eqt2onjl16] {
    background-color: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.info-label[b-eqt2onjl16] {
    font-weight: 600;
    color: var(--color-primary);
    margin-bottom: 0.5rem;
}

.btn-signout[b-eqt2onjl16] {
    background-color: var(--accent-color);
    color: white;
    border: none;
    padding: 0.5rem 1.5rem;
    border-radius: 6px;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

    .btn-signout:hover[b-eqt2onjl16] {
        opacity: 0.9;
        color: var(--color-secondary);
    }

/* Override some Bootstrap defaults */
a[b-eqt2onjl16], .btn-link[b-eqt2onjl16] {
    color: var(--color-primary);
}

    a:hover[b-eqt2onjl16], .btn-link:hover[b-eqt2onjl16] {
        color: var(--color-secondary);
    }

.btn-primary[b-eqt2onjl16] {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

    .btn-primary:hover[b-eqt2onjl16] {
        background-color: var(--color-secondary);
        border-color: var(--color-secondary);
    }
