/* /Components/Farmacia/VisualizadorReceita.razor.rz.scp.css */
/* Mesmas medidas do visualizador do Valid 2.0. */
.barra[b-c8kjltknwt] {
    margin-bottom: 6px;
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

.controle[b-c8kjltknwt] {
    border: 1px solid var(--mud-palette-lines-inputs);
    background: var(--mud-palette-surface);
    color: var(--mud-palette-text-primary);
    border-radius: 4px;
    padding: 2px 10px;
    font-size: .8rem;
    cursor: pointer;
}

.controle:hover[b-c8kjltknwt] {
    background: var(--mud-palette-action-default-hover);
}

.moldura[b-c8kjltknwt] {
    width: 100%;
    height: 520px;
    overflow: hidden;
    border: 1px solid var(--mud-palette-lines-default);
    background-color: var(--mud-palette-background-gray);
    text-align: center;
    touch-action: none;
}

.imagem[b-c8kjltknwt] {
    transition: transform .15s ease;
    transform-origin: center center;
    cursor: grab;
    display: inline-block;
    max-width: 100%;
    max-height: 520px;
    user-select: none;
}

.imagem.arrastando[b-c8kjltknwt] {
    transition: none;
    cursor: grabbing;
}

.sem-previa[b-c8kjltknwt] {
    padding: 2rem 1rem;
    color: var(--mud-palette-text-secondary);
}

.visualizador a[b-c8kjltknwt] {
    display: inline-block;
    margin-top: 8px;
}
/* /Components/Layout/LayoutLogin.razor.rz.scp.css */
.tela-anonima[b-k792v90uwo] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: #f2f4f6;
}

@media (prefers-color-scheme: dark) {
    .tela-anonima[b-k792v90uwo] {
        background: #16191c;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* O layout e feito pelos componentes do MudBlazor; aqui fica apenas a faixa de erro do Blazor. */

#blazor-error-ui[b-x2txx3n92s] {
    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-x2txx3n92s] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-2oimrsjavu],
.components-reconnect-repeated-attempt-visible[b-2oimrsjavu],
.components-reconnect-failed-visible[b-2oimrsjavu],
.components-pause-visible[b-2oimrsjavu],
.components-resume-failed-visible[b-2oimrsjavu],
.components-rejoining-animation[b-2oimrsjavu] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-2oimrsjavu],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-2oimrsjavu],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-2oimrsjavu],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-2oimrsjavu],
#components-reconnect-modal.components-reconnect-retrying[b-2oimrsjavu],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-2oimrsjavu],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-2oimrsjavu],
#components-reconnect-modal.components-reconnect-failed[b-2oimrsjavu],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-2oimrsjavu] {
    display: block;
}


#components-reconnect-modal[b-2oimrsjavu] {
    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-2oimrsjavu 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-2oimrsjavu 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-2oimrsjavu 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-2oimrsjavu]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-2oimrsjavu 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-2oimrsjavu {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-2oimrsjavu {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-2oimrsjavu {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-2oimrsjavu] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-2oimrsjavu] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-2oimrsjavu] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-2oimrsjavu] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-2oimrsjavu] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-2oimrsjavu] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-2oimrsjavu] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-2oimrsjavu 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-2oimrsjavu] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-2oimrsjavu {
    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/AcessoNegado.razor.rz.scp.css */
.cartao[b-sul30ppqw5] {
    width: 100%;
    max-width: 420px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
    padding: 32px;
    box-sizing: border-box;
}

h1[b-sul30ppqw5] {
    margin: 0 0 12px;
    font-size: 1.25rem;
    font-weight: 600;
    color: #1b2321;
}

p[b-sul30ppqw5] {
    margin: 0 0 20px;
    font-size: 0.9375rem;
    line-height: 1.5;
    color: #3e4a46;
}

code[b-sul30ppqw5] {
    font-size: 0.875em;
    background: #eef2ef;
    border-radius: 3px;
    padding: 1px 4px;
}

a[b-sul30ppqw5] {
    color: #1f5f5b;
    font-weight: 500;
}

@media (prefers-color-scheme: dark) {
    .cartao[b-sul30ppqw5] {
        background: #1f2426;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
    }

    h1[b-sul30ppqw5] {
        color: #e4eae6;
    }

    p[b-sul30ppqw5] {
        color: #c2cbc6;
    }

    code[b-sul30ppqw5] {
        background: #171b1d;
    }

    a[b-sul30ppqw5] {
        color: #74bfb6;
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
.cartao[b-o37oh0gtnl] {
    width: 100%;
    max-width: 380px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
    padding: 32px;
    box-sizing: border-box;
}

h1[b-o37oh0gtnl] {
    margin: 0 0 4px;
    font-size: 1.25rem;
    font-weight: 600;
    color: #1b2321;
}

.subtitulo[b-o37oh0gtnl] {
    margin: 0 0 24px;
    font-size: 0.875rem;
    color: #5f6b66;
}

[b-o37oh0gtnl] label {
    display: block;
    margin-bottom: 6px;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #3e4a46;
}

[b-o37oh0gtnl] input {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 12px;
    margin-bottom: 4px;
    border: 1px solid #c9d1cd;
    border-radius: 4px;
    font-size: 0.9375rem;
    font-family: inherit;
    background: #ffffff;
    color: #1b2321;
}

[b-o37oh0gtnl] input:focus {
    outline: 2px solid #1f5f5b;
    outline-offset: 1px;
    border-color: #1f5f5b;
}

[b-o37oh0gtnl] .validation-message {
    display: block;
    margin-bottom: 12px;
    font-size: 0.8125rem;
    color: #b3261e;
}

[b-o37oh0gtnl] button {
    width: 100%;
    margin-top: 20px;
    padding: 11px;
    border: 0;
    border-radius: 4px;
    background: #1f5f5b;
    color: #ffffff;
    font-size: 0.9375rem;
    font-weight: 500;
    font-family: inherit;
    cursor: pointer;
}

[b-o37oh0gtnl] button:hover {
    background: #174a47;
}

.erro[b-o37oh0gtnl] {
    margin-bottom: 16px;
    padding: 10px 12px;
    border-radius: 4px;
    background: #fdecea;
    border: 1px solid #f5c2bd;
    color: #8c1d18;
    font-size: 0.875rem;
}

@media (prefers-color-scheme: dark) {
    .cartao[b-o37oh0gtnl] {
        background: #1f2426;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
    }

    h1[b-o37oh0gtnl] {
        color: #e4eae6;
    }

    .subtitulo[b-o37oh0gtnl] {
        color: #93a09b;
    }

    [b-o37oh0gtnl] label {
        color: #c2cbc6;
    }

    [b-o37oh0gtnl] input {
        background: #171b1d;
        border-color: #3a4448;
        color: #e4eae6;
    }

    .erro[b-o37oh0gtnl] {
        background: #3b1f1d;
        border-color: #6b3733;
        color: #f2b8b5;
    }
}
/* /Components/Pages/Orcamentos/DetalheOrcamento.razor.rz.scp.css */
.totais[b-q54rj6ufum] {
    min-width: 260px;
}

.totais td[b-q54rj6ufum] {
    padding: 4px 8px;
}

.totais .total-geral td[b-q54rj6ufum] {
    border-top: 1px solid var(--mud-palette-lines-default);
    font-weight: 600;
    font-size: 1.05rem;
}

[b-q54rj6ufum] .text-right {
    text-align: right;
}
/* /Components/Pages/Pedidos/OrcamentosPagosPage.razor.rz.scp.css */
/* Mesmas cores das linhas da tabela (salmão e amarelo do desktop). */
.legenda[b-4z9c7r5lno] {
    display: inline-block;
    padding: 0 .4rem;
    margin-left: .35rem;
    border-radius: 4px;
    font-size: .75rem;
}

.legenda-antibiotico[b-4z9c7r5lno] {
    background-color: rgba(250, 128, 114, 0.35);
}

.legenda-urgente[b-4z9c7r5lno] {
    background-color: rgba(255, 235, 59, 0.35);
}
/* /Components/Pages/Prescricoes/DetalheReceitaPage.razor.rz.scp.css */
/* Visor do arquivo da prescrição, ao lado do formulário. */

.visor-prescricao[b-6leoatikq4] {
    width: 100%;
    height: 620px;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 4px;
    background: var(--mud-palette-background-gray);
}

@media (max-width: 960px) {
    .visor-prescricao[b-6leoatikq4] {
        height: 420px;
    }
}
/* /Components/Pages/Prescricoes/NovaPrescricaoPage.razor.rz.scp.css */
/*
    Área de arrastar e soltar o arquivo da prescrição.
    O InputFile fica por cima, transparente e do tamanho da área: assim o navegador trata
    tanto o clique quanto o arquivo solto, sem precisar de JavaScript.
*/

.area-arquivo[b-8vhwcr7xog] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 160px;
    padding: 24px;
    border: 2px dashed var(--mud-palette-lines-default);
    border-radius: 8px;
    background-color: var(--mud-palette-background-gray);
    transition: border-color .15s ease, background-color .15s ease;
}

.area-arquivo:hover[b-8vhwcr7xog] {
    border-color: var(--mud-palette-primary);
}

.area-arquivo.arrastando[b-8vhwcr7xog] {
    border-color: var(--mud-palette-primary);
    border-style: solid;
    background-color: var(--mud-palette-primary-hover);
}

.area-arquivo.preenchida[b-8vhwcr7xog] {
    border-style: solid;
    border-color: var(--mud-palette-success);
}

/* Invisível, mas é ele que recebe o clique e o arquivo solto. */
.area-arquivo[b-8vhwcr7xog]  .entrada-arquivo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.area-arquivo[b-8vhwcr7xog]  .entrada-arquivo:focus-visible {
    opacity: 1;
    outline: 2px solid var(--mud-palette-primary);
    outline-offset: 2px;
}
/* /Components/Prescricoes/TabelaReceitas.razor.rz.scp.css */
/*
    O desktop pinta de salmão a linha inteira das prescrições de antibiótico. Aqui a marcação
    é mais discreta - faixa à esquerda e fundo suave - porque a linha também carrega o ícone
    de alerta, e fundo forte atrapalha a leitura do texto.
*/

[b-09z9jy4or2] tr.linha-antibiotico td:first-child {
    border-left: 3px solid var(--mud-palette-error);
}

[b-09z9jy4or2] tr.linha-antibiotico {
    background-color: rgba(244, 67, 54, 0.06);
}
