/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-fq3qcrodmt] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-fq3qcrodmt] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

article.content[b-fq3qcrodmt] {
    flex: 1;
    padding-top: 1rem;
}

.app-footer[b-fq3qcrodmt] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-top: 1px solid #d6d5d5;
    background-color: #f7f7f7;
    color: #6c757d;
    font-size: 0.8rem;
}

.footer-right[b-fq3qcrodmt] {
    display: flex;
    gap: 1.25rem;
    align-items: center;
}

.footer-version[b-fq3qcrodmt] {
    background-color: #e9ecef;
    border-radius: 4px;
    padding: 0.1rem 0.5rem;
    font-weight: 600;
    color: #495057;
}

#blazor-error-ui[b-fq3qcrodmt] {
    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-fq3qcrodmt] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-mw927cfqhi] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    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-mw927cfqhi] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-nav[b-mw927cfqhi] {
    background-color: rgb(47, 15, 15);
    width: 100%;
}

.navbar-brand[b-mw927cfqhi] {
    font-size: 1.1rem;
    white-space: nowrap;
}

.nav-item[b-mw927cfqhi] {
    font-size: 0.9rem;
}

.nav-item[b-mw927cfqhi]  .nav-link {
    color: #d7d7d7;
    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding: 0 0.5rem;
}

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

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

.nav-item-sair[b-mw927cfqhi] {
    margin-left: auto;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.nav-link-sair[b-mw927cfqhi] {
    color: #ff8080 !important;
    font-weight: 600;
}

.nav-link-sair:hover[b-mw927cfqhi] {
    background-color: rgba(220, 53, 69, 0.3) !important;
    color: #fff !important;
}

/* Mobile: nav collapses */
.nav-scrollable[b-mw927cfqhi] {
    display: none;
    width: 100%;
}

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

.navbar-toggler:checked ~ .nav-scrollable .nav[b-mw927cfqhi] {
    flex-direction: column;
    align-items: flex-start;
}

.navbar-toggler:checked ~ .nav-scrollable .nav-item-sair[b-mw927cfqhi] {
    margin-left: 0;
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
}

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

    .nav-scrollable[b-mw927cfqhi] {
        display: flex;
        flex: 1;
        overflow-x: auto;
    }

    .nav[b-mw927cfqhi] {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        width: 100%;
    }
}
/* /Components/Layout/NoMenuLayout.razor.rz.scp.css */
*[b-03ee492qe4] {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

body[b-03ee492qe4] {
    height: 100vh;
    width: 100vw;
}

.container[b-03ee492qe4] {
    display: flex;
    height: 100vh;
}

.left[b-03ee492qe4] {
    width: 35%;
    background-image: url("https://images.unsplash.com/photo-1509042239860-f550ce710b93");
    background-size: cover;
    background-position: center;
}

.right[b-03ee492qe4] {
    width: 65%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-box[b-03ee492qe4] {
    width: 100%;
    max-width: 360px;
    text-align: center;
}

/* Responsivo para mobile */
@media (max-width: 768px) {
    .container[b-03ee492qe4] {
        flex-direction: column;
    }

    .left[b-03ee492qe4] {
        width: 100%;
        height: 35vh;
    }

    .right[b-03ee492qe4] {
        width: 100%;
        height: 65vh;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-h8fjlhc62a],
.components-reconnect-repeated-attempt-visible[b-h8fjlhc62a],
.components-reconnect-failed-visible[b-h8fjlhc62a],
.components-pause-visible[b-h8fjlhc62a],
.components-resume-failed-visible[b-h8fjlhc62a],
.components-rejoining-animation[b-h8fjlhc62a] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-h8fjlhc62a {
    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;
    }
}
