/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-8jxph2w0kz] {
    min-height: 100vh;
    display: flex;
    background: #f3f5f7;
}

main[b-8jxph2w0kz] {
    flex: 1;
    min-width: 0;
}

.sidebar[b-8jxph2w0kz] {
    width: 248px;
    min-height: 100vh;
    background: #102f4a;
    color: #f9fafb;
    box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.08);
}

.top-row[b-8jxph2w0kz] {
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 0 36px;
    background: #ffffff;
    border-bottom: 1px solid #dfe6ed;
    color: #2f3a45;
    font-size: 0.92rem;
}

.top-context[b-8jxph2w0kz] {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.top-context span[b-8jxph2w0kz] {
    color: #728090;
    font-size: 0.78rem;
    font-weight: 700;
}

.top-context strong[b-8jxph2w0kz] {
    color: #172334;
    font-size: 0.98rem;
}

.top-actions[b-8jxph2w0kz] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    min-width: 0;
}

.top-row a[b-8jxph2w0kz] {
    color: #12395a;
    text-decoration: none;
    font-weight: 700;
}

.user-chip[b-8jxph2w0kz] {
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 8px 10px;
    border: 1px solid #dfe6ed;
    border-radius: 6px;
    background: #f8fafc;
    color: #344054;
    font-size: 0.86rem;
    font-weight: 700;
}

.content[b-8jxph2w0kz] {
    padding: 32px 36px 40px;
}

#blazor-error-ui[b-8jxph2w0kz] {
    color-scheme: light only;
    background: #fff3cd;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 12px 20px;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-8jxph2w0kz] {
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: 10px;
}

@media (max-width: 760px) {
    .page[b-8jxph2w0kz] {
        display: block;
    }

    .sidebar[b-8jxph2w0kz] {
        width: 100%;
        min-height: auto;
    }

    .top-row[b-8jxph2w0kz] {
        align-items: flex-start;
        flex-direction: column;
        height: auto;
        min-height: 74px;
        padding: 0 18px;
        justify-content: center;
        gap: 8px;
    }

    .content[b-8jxph2w0kz] {
        padding: 18px;
    }

    .user-chip[b-8jxph2w0kz] {
        max-width: calc(100vw - 36px);
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.brand-block[b-1ob5l6jbj0] {
    min-height: 132px;
    display: grid;
    align-content: center;
    gap: 10px;
    padding: 26px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-brand[b-1ob5l6jbj0] {
    color: #ffffff;
    text-decoration: none;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.7rem;
    font-weight: 800;
    line-height: 1;
}

.brand-block span[b-1ob5l6jbj0] {
    color: #a9b8c8;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.navbar-toggler[b-1ob5l6jbj0] {
    appearance: none;
    cursor: pointer;
    width: 42px;
    height: 36px;
    color: white;
    position: absolute;
    top: 24px;
    right: 18px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.08);
}

.navbar-toggler[b-1ob5l6jbj0]::before {
    content: "";
    display: block;
    width: 18px;
    height: 2px;
    margin: 10px auto 4px;
    background: #ffffff;
    box-shadow: 0 6px 0 #ffffff, 0 12px 0 #ffffff;
}

.nav-scrollable[b-1ob5l6jbj0] {
    padding: 20px 0 22px;
}

.nav[b-1ob5l6jbj0] {
    gap: 1px;
}

.nav-section[b-1ob5l6jbj0] {
    margin: 20px 24px 8px;
    color: #91a4b7;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.nav-link[b-1ob5l6jbj0],
[b-1ob5l6jbj0] .nav-link {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 44px;
    padding: 9px 24px;
    border-radius: 0;
    border: 0;
    color: #ced8e3;
    background: transparent;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 760;
}

.nav-link:hover[b-1ob5l6jbj0],
.nav-link.active[b-1ob5l6jbj0],
[b-1ob5l6jbj0] .nav-link:hover,
[b-1ob5l6jbj0] .nav-link.active {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
}

.nav-link.active[b-1ob5l6jbj0]::before,
[b-1ob5l6jbj0] .nav-link.active::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    bottom: 8px;
    width: 4px;
    background: #c8a72f;
}

.nav-icon[b-1ob5l6jbj0] {
    width: 18px;
    height: 18px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    opacity: 0.82;
    color: currentColor;
    --nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='7' height='7' x='3' y='3' rx='1'/%3E%3Crect width='7' height='7' x='14' y='3' rx='1'/%3E%3Crect width='7' height='7' x='14' y='14' rx='1'/%3E%3Crect width='7' height='7' x='3' y='14' rx='1'/%3E%3C/svg%3E");
}

.nav-icon[b-1ob5l6jbj0]::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: currentColor;
    -webkit-mask: var(--nav-icon) center / 18px 18px no-repeat;
    mask: var(--nav-icon) center / 18px 18px no-repeat;
}

.nav-link.active .nav-icon[b-1ob5l6jbj0],
.nav-link:hover .nav-icon[b-1ob5l6jbj0],
[b-1ob5l6jbj0] .nav-link.active .nav-icon,
[b-1ob5l6jbj0] .nav-link:hover .nav-icon {
    opacity: 1;
}

.nav-icon-painel[b-1ob5l6jbj0] {
    --nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='7' height='8' x='3' y='3' rx='1'/%3E%3Crect width='7' height='5' x='14' y='3' rx='1'/%3E%3Crect width='7' height='9' x='14' y='12' rx='1'/%3E%3Crect width='7' height='6' x='3' y='15' rx='1'/%3E%3C/svg%3E");
}

.nav-icon-clientes[b-1ob5l6jbj0] {
    --nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M22 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E");
}

.nav-icon-processos[b-1ob5l6jbj0] {
    --nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z'/%3E%3Cpath d='M14 2v4a2 2 0 0 0 2 2h4'/%3E%3Cpath d='M8 13h8'/%3E%3Cpath d='M8 17h5'/%3E%3C/svg%3E");
}

.nav-icon-tarefas[b-1ob5l6jbj0] {
    --nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m3 17 2 2 4-4'/%3E%3Cpath d='m3 7 2 2 4-4'/%3E%3Cpath d='M13 6h8'/%3E%3Cpath d='M13 12h8'/%3E%3Cpath d='M13 18h8'/%3E%3C/svg%3E");
}

.nav-icon-atendimentos[b-1ob5l6jbj0] {
    --nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a4 4 0 0 1-4 4H8l-5 3V7a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4z'/%3E%3Cpath d='M8 9h8'/%3E%3Cpath d='M8 13h5'/%3E%3C/svg%3E");
}

.nav-icon-anexos[b-1ob5l6jbj0] {
    --nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m21.44 11.05-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48'/%3E%3C/svg%3E");
}

.nav-icon-profissionais[b-1ob5l6jbj0] {
    --nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M22 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E");
}

.nav-icon-tabelas[b-1ob5l6jbj0] {
    --nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='18' height='18' x='3' y='3' rx='2'/%3E%3Cpath d='M3 9h18'/%3E%3Cpath d='M3 15h18'/%3E%3Cpath d='M9 9v12'/%3E%3Cpath d='M15 9v12'/%3E%3C/svg%3E");
}

.nav-icon-contratos[b-1ob5l6jbj0] {
    --nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpath d='M14 2v6h6'/%3E%3Cpath d='M9 15h3'/%3E%3Cpath d='m14 17 2 2 4-4'/%3E%3C/svg%3E");
}

.nav-icon-horas[b-1ob5l6jbj0] {
    --nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/svg%3E");
}

.nav-icon-despesas[b-1ob5l6jbj0] {
    --nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z'/%3E%3Cpath d='M8 8h8'/%3E%3Cpath d='M8 12h8'/%3E%3Cpath d='M8 16h5'/%3E%3C/svg%3E");
}

.nav-icon-faturamento[b-1ob5l6jbj0] {
    --nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='16' height='20' x='4' y='2' rx='2'/%3E%3Cpath d='M8 6h8'/%3E%3Cpath d='M8 10h8'/%3E%3Cpath d='M8 14h3'/%3E%3Cpath d='M16 18h.01'/%3E%3C/svg%3E");
}

.nav-icon-sair[b-1ob5l6jbj0] {
    --nav-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4'/%3E%3Cpath d='M16 17l5-5-5-5'/%3E%3Cpath d='M21 12H9'/%3E%3C/svg%3E");
}

.logout-form[b-1ob5l6jbj0] {
    margin-top: 18px;
}

.logout-button[b-1ob5l6jbj0] {
    width: 100%;
    text-align: left;
    cursor: pointer;
}

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

@media (max-width: 760px) {
    .brand-block[b-1ob5l6jbj0] {
        min-height: 86px;
    }

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

    .navbar-toggler:checked ~ .nav-scrollable[b-1ob5l6jbj0] {
        display: block;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-9176ftjlg2],
.components-reconnect-repeated-attempt-visible[b-9176ftjlg2],
.components-reconnect-failed-visible[b-9176ftjlg2],
.components-pause-visible[b-9176ftjlg2],
.components-resume-failed-visible[b-9176ftjlg2],
.components-rejoining-animation[b-9176ftjlg2] {
    display: none;
}

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


#components-reconnect-modal[b-9176ftjlg2] {
    position: fixed;
    inset: 0;
    background-color: #ffffff;
    width: min(92vw, 24rem);
    max-height: calc(100dvh - 2rem);
    margin: auto;
    padding: 2rem 2.25rem;
    border: 0;
    border-radius: 8px;
    color: #17202a;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.24);
    opacity: 0;
    overflow: auto;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-9176ftjlg2 0.5s both;
}

#components-reconnect-modal[open][b-9176ftjlg2] {
    animation: components-reconnect-modal-slideUp-b-9176ftjlg2 0.7s cubic-bezier(.05, .89, .25, 1.02) 0.1s, components-reconnect-modal-fadeInOpacity-b-9176ftjlg2 0.35s ease-in-out 0.1s;
    animation-fill-mode: both;
}

#components-reconnect-modal[b-9176ftjlg2]::backdrop {
    background-color: rgba(15, 23, 42, 0.42);
    animation: components-reconnect-modal-fadeInOpacity-b-9176ftjlg2 0.5s ease-in-out;
    opacity: 1;
}

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

#components-reconnect-modal p[b-9176ftjlg2] {
    margin: 0;
    text-align: center;
    color: #344054;
    font-size: 0.96rem;
    line-height: 1.45;
}

.components-reconnect-title[b-9176ftjlg2] {
    color: #101828;
    font-size: 1.05rem;
    line-height: 1.3;
}

#components-reconnect-modal button[b-9176ftjlg2] {
    border: 0;
    min-height: 38px;
    background-color: #1f6f8b;
    color: #ffffff;
    padding: 8px 18px;
    border-radius: 6px;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}

#components-reconnect-modal button:hover[b-9176ftjlg2] {
    background-color: #15546a;
}

#components-reconnect-modal button:active[b-9176ftjlg2] {
    background-color: #1f6f8b;
}

.components-rejoining-animation[b-9176ftjlg2] {
    position: relative;
    width: 72px;
    height: 72px;
}

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

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

@keyframes components-rejoining-animation-b-9176ftjlg2 {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}
