/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-v8q5m4zhkd] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-v8q5m4zhkd] {
    flex: 1;
}

.sidebar[b-v8q5m4zhkd] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-v8q5m4zhkd] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-v8q5m4zhkd]  a, .top-row[b-v8q5m4zhkd]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-v8q5m4zhkd]  a:hover, .top-row[b-v8q5m4zhkd]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-v8q5m4zhkd]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

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

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

@media (min-width: 641px) {
    .page[b-v8q5m4zhkd] {
        flex-direction: row;
    }

    .sidebar[b-v8q5m4zhkd] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-v8q5m4zhkd] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-v8q5m4zhkd]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-v8q5m4zhkd], article[b-v8q5m4zhkd] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Modules/Escala/Dialogs/VacationsDlg.razor.rz.scp.css */
/* The Pessoa MudSelect is given a fixed width via inline style so the dropdown
   is comfortably sized for the longest member name. MudBlazor's inner
   .mud-input wrapper is display:inline-flex and sizes to its content, leaving
   empty space inside the fixed-width control. Force the input chain to fill the
   full width of the control. */
[b-2h86nvx45y] .pessoa-select .mud-input-control-input-container,
[b-2h86nvx45y] .pessoa-select .mud-input,
[b-2h86nvx45y] .pessoa-select .mud-select,
[b-2h86nvx45y] .pessoa-select .mud-input-slot {
    width: 100%;
}
/* /Modules/PreAnest/Recomendacoes.razor.rz.scp.css */
/*  ============================================================
        ESTILO DA FOLHA A4 — Recomendações Pré-Operatórias
    ============================================================ */

.folha-a4[b-yovaksjsd7] {
    width: 210mm;
    min-height: 297mm;
    margin: 16px auto;
    padding: 14mm 14mm 12mm 14mm;
    background: #ffffff;
    color: #222;
    font-family: "Segoe UI", "Roboto", Arial, sans-serif;
    /*font-size: 11pt;
    line-height: 1.35;*/
    font-size: 10pt;
    line-height: 1.25;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
}

    .folha-a4 h1[b-yovaksjsd7] {
        font-size: 18pt;
        margin: 0;
        color: black;
    }

/* ---------- Cabeçalho ---------- */
.cabecalho[b-yovaksjsd7] {
    margin-bottom: 5px;
}

.titulo-principal[b-yovaksjsd7] {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* ---------- Seções ---------- */
.recomendacoes[b-yovaksjsd7] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.recomendacao[b-yovaksjsd7] {
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    overflow: hidden;
    page-break-inside: avoid;
}

.cabecalho-secao[b-yovaksjsd7] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 10px;
    /*color: #fff;*/
}

    .cabecalho-secao h2[b-yovaksjsd7] {
        font-size: 12pt;
        margin: 0;
        font-weight: 600;
    }

.icone-secao[b-yovaksjsd7] {
    font-size: 16pt;
}

.recomendacao ul[b-yovaksjsd7] {
    margin: 4px 0 6px 0;
    padding: 0 14px 0 28px;
}

.recomendacao li[b-yovaksjsd7] {
    margin: 2px 0;
}

/* ---------- Rodapé ---------- */
.rodape[b-yovaksjsd7] {
    margin-top: 10px;
    border-top: 1.5px dashed #888;
    padding-top: 6px;
    font-size: 9.5pt;
    color: #333;
}

.contato p[b-yovaksjsd7] {
    margin: 2px 0;
}

.assinatura[b-yovaksjsd7] {
    margin-top: 8px;
    text-align: center;
    font-size: 9pt;
    color: #555;
}

/* ---------- Impressão ---------- */
/* NOTE: the @page rule lives in Recomendacoes.razor markup, not here.
   Blazor can't scope @page, so a copy in this bundled file would leak
   globally and fight other pages' page setup (e.g. the landscape Escala). */
@media print {
    .folha-a4[b-yovaksjsd7] {
        margin: 0;
        padding: 14mm;
        width: auto;
        min-height: 0;
        box-shadow: none;
        box-sizing: border-box;
    }

    .cabecalho-secao[b-yovaksjsd7] {
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }
}
