/* ============================================================
   Gestor de Licitações — folha de estilo
   Paleta institucional azul/dourado. Sem frameworks.
   ============================================================ */

:root {
    --primaria:      #1B2A4A;
    --primaria-clara:#2E4172;
    --destaque:      #C8A84B;
    --destaque-esc:  #A8862F;
    --fundo:         #EEF1F5;
    --branco:        #FFFFFF;
    --texto:         #2D3748;
    --texto-suave:   #64748B;
    --borda:         #DDE3EC;
    --sucesso:       #2D6A4F;
    --sucesso-bg:    #E3F2EB;
    --alerta:        #B45309;
    --alerta-bg:     #FBF0DD;
    --perigo:        #B91C1C;
    --perigo-bg:     #FBE6E6;
    --info:          #185FA5;
    --info-bg:       #E5F0FA;
    --sombra:        0 1px 3px rgba(16,33,64,.08), 0 1px 2px rgba(16,33,64,.04);
    --sombra-md:     0 4px 12px rgba(16,33,64,.10);
    --raio:          8px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
    font-family: 'Segoe UI', system-ui, -apple-system, Roboto, Arial, sans-serif;
    background: var(--fundo);
    color: var(--texto);
    font-size: 14px;
    line-height: 1.5;
}

a { color: var(--info); text-decoration: none; }
a:hover { text-decoration: underline; }

/* ---------------- LOGIN ---------------- */
.tela-login {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background:
        radial-gradient(1200px 600px at 50% -10%, #24375f 0%, transparent 60%),
        linear-gradient(160deg, #121E36 0%, #1B2A4A 55%, #2E4172 100%);
}
.login-card {
    width: 100%;
    max-width: 400px;
    background: var(--branco);
    border-radius: 12px;
    box-shadow: var(--sombra-md);
    overflow: hidden;
}
.login-cabecalho {
    background: var(--primaria);
    color: #fff;
    text-align: center;
    padding: 28px 24px;
    border-bottom: 4px solid var(--destaque);
}
.login-brasao { font-size: 40px; line-height: 1; }
.login-cabecalho h1 { font-size: 20px; margin-top: 8px; letter-spacing: .5px; }
.login-cabecalho p {
    font-size: 11px; text-transform: uppercase;
    letter-spacing: 2px; color: var(--destaque); margin-top: 6px;
}
.login-form { padding: 26px 24px 18px; display: flex; flex-direction: column; gap: 16px; }
.login-form label { display: flex; flex-direction: column; gap: 6px; }
.login-form label span {
    font-size: 11px; font-weight: 700; text-transform: uppercase;
    letter-spacing: 1px; color: var(--texto-suave);
}
.login-form input {
    padding: 11px 12px; border: 1px solid var(--borda);
    border-radius: var(--raio); font-size: 14px; background: #F8FAFC;
}
.login-form input:focus { outline: 2px solid var(--primaria); background: #fff; }
.login-rodape {
    padding: 14px 24px; background: #F8FAFC; border-top: 1px solid var(--borda);
    font-size: 11px; color: var(--texto-suave); text-align: center;
}

/* ---------------- LAYOUT AUTENTICADO ---------------- */
.app { display: flex; min-height: 100vh; }

.sidebar {
    width: 240px;
    background: var(--primaria);
    color: #cdd6e6;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0; bottom: 0; left: 0;
    z-index: 30;
}
.sidebar-topo {
    padding: 18px 20px;
    border-bottom: 1px solid rgba(255,255,255,.08);
    border-left: 4px solid var(--destaque);
}
.sidebar-topo .marca { font-size: 16px; font-weight: 700; color: #fff; }
.sidebar-topo .mercado { font-size: 11px; color: var(--destaque); margin-top: 4px;
    text-transform: uppercase; letter-spacing: 1px; }

.sidebar-menu { flex: 1; padding: 12px 0; overflow-y: auto; }
.sidebar-menu .grupo {
    font-size: 10px; text-transform: uppercase; letter-spacing: 1.5px;
    color: #6b7a96; padding: 14px 20px 6px;
}
.sidebar-menu a {
    display: flex; align-items: center; gap: 10px;
    padding: 10px 20px; color: #cdd6e6; font-size: 13.5px;
    border-left: 3px solid transparent;
}
.sidebar-menu a:hover { background: rgba(255,255,255,.06); text-decoration: none; color: #fff; }
.sidebar-menu a.ativo {
    background: rgba(200,168,75,.12); border-left-color: var(--destaque); color: #fff; font-weight: 600;
}
.sidebar-menu a .ic { width: 18px; text-align: center; opacity: .85; }

.sidebar-rodape { padding: 14px 20px; border-top: 1px solid rgba(255,255,255,.08); }
.sidebar-rodape .usuario { font-size: 12.5px; color: #fff; font-weight: 600; }
.sidebar-rodape .papel { font-size: 11px; color: #8b9ab5; margin-bottom: 8px; }
.sidebar-rodape a { color: #cdd6e6; font-size: 12px; }
.sidebar-rodape .versao-app { margin-top: 8px; font-size: 10.5px; color: #6b7a96; }

.conteudo { flex: 1; margin-left: 240px; min-height: 100vh; display: flex; flex-direction: column; }
.topbar {
    background: #fff; border-bottom: 1px solid var(--borda);
    padding: 14px 24px; display: flex; align-items: center; justify-content: space-between;
    position: sticky; top: 0; z-index: 20;
}
.topbar h1 { font-size: 18px; color: var(--primaria); }
.topbar .topbar-acoes { display: flex; gap: 10px; align-items: center; }
.area { padding: 24px; flex: 1; }

/* ---------------- COMPONENTES ---------------- */
.cards-kpi { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; margin-bottom: 24px; }
.kpi {
    background: #fff; border-radius: var(--raio); padding: 18px 20px;
    box-shadow: var(--sombra); border-left: 4px solid var(--primaria-clara);
}
.kpi.azul   { border-left-color: var(--info); }
.kpi.verde  { border-left-color: var(--sucesso); }
.kpi.ambar  { border-left-color: var(--alerta); }
.kpi.dourado{ border-left-color: var(--destaque); }
.kpi.vermelho{ border-left-color: var(--perigo); }
.kpi .rotulo { font-size: 12px; color: var(--texto-suave); text-transform: uppercase; letter-spacing: .5px; }
.kpi .valor { font-size: 26px; font-weight: 700; color: var(--primaria); margin-top: 6px; }
.kpi .sub { font-size: 12px; color: var(--texto-suave); margin-top: 2px; }

.painel {
    background: #fff; border-radius: var(--raio); box-shadow: var(--sombra);
    margin-bottom: 20px; overflow: hidden;
}
.painel-cabecalho {
    padding: 14px 20px; border-bottom: 1px solid var(--borda);
    display: flex; align-items: center; justify-content: space-between; gap: 12px;
}
.painel-cabecalho h2 { font-size: 15px; color: var(--primaria); }
.painel-corpo { padding: 20px; }
.painel-corpo.sem-padding { padding: 0; }

/* Tabelas */
.tabela { width: 100%; border-collapse: collapse; font-size: 13.5px; }
.tabela thead th {
    background: var(--primaria); color: #fff; text-align: left;
    padding: 11px 14px; font-weight: 600; font-size: 12.5px;
    text-transform: uppercase; letter-spacing: .3px; white-space: nowrap;
}
.tabela tbody td { padding: 10px 14px; border-bottom: 1px solid var(--borda); }
.tabela tbody tr:nth-child(even) { background: #F8FAFC; }
.tabela tbody tr:hover { background: #EEF3FA; }
.tabela .num { text-align: right; font-variant-numeric: tabular-nums; }
.tabela .acoes-celula { white-space: nowrap; text-align: right; }
.tabela-vazia { padding: 40px 20px; text-align: center; color: var(--texto-suave); }

/* Badges */
.badge {
    display: inline-block; padding: 3px 10px; border-radius: 20px;
    font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px;
}
.badge-verde   { background: var(--sucesso-bg); color: var(--sucesso); }
.badge-ambar   { background: var(--alerta-bg);  color: var(--alerta); }
.badge-azul    { background: var(--info-bg);    color: var(--info); }
.badge-vermelho{ background: var(--perigo-bg);  color: var(--perigo); }
.badge-cinza   { background: #ECEFF3;           color: var(--texto-suave); }
.badge-dourado { background: rgba(200,168,75,.15); color: var(--destaque-esc); }

/* Botões */
.btn-primario, .btn-secundario, .btn-perigo, .btn-mini {
    display: inline-flex; align-items: center; gap: 6px; cursor: pointer;
    border: none; border-radius: var(--raio); font-size: 13px; font-weight: 600;
    padding: 9px 16px; text-decoration: none; transition: background .15s, opacity .15s;
}
.btn-primario { background: var(--primaria); color: #fff; }
.btn-primario:hover { background: var(--primaria-clara); text-decoration: none; }
.btn-secundario { background: #fff; color: var(--primaria); border: 1px solid var(--borda); }
.btn-secundario:hover { background: #F1F5FB; text-decoration: none; }
.btn-perigo { background: var(--perigo); color: #fff; }
.btn-perigo:hover { opacity: .9; text-decoration: none; }
.btn-mini { padding: 5px 10px; font-size: 12px; background: #F1F5FB; color: var(--primaria); }
.btn-mini:hover { background: #E2EAF5; text-decoration: none; }
.btn-mini.perigo { background: var(--perigo-bg); color: var(--perigo); }
.btn-mini.destaque { background: rgba(200,168,75,.18); color: var(--destaque-esc); font-weight: 600; }
.btn-mini.destaque:hover { background: rgba(200,168,75,.3); }
.btn-bloco { width: 100%; justify-content: center; padding: 12px; }

/* Formulários */
.form-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; }
.campo { display: flex; flex-direction: column; gap: 6px; }
.campo.col-2 { grid-column: span 2; }
.campo label { font-size: 12px; font-weight: 600; color: var(--texto-suave); }
.campo input, .campo select, .campo textarea {
    padding: 9px 11px; border: 1px solid var(--borda); border-radius: var(--raio);
    font-size: 14px; background: #fff; font-family: inherit; width: 100%;
}
.campo input:focus, .campo select:focus, .campo textarea:focus {
    outline: 2px solid var(--primaria-clara); border-color: transparent;
}
.campo textarea { resize: vertical; min-height: 70px; }
.form-acoes { display: flex; gap: 10px; margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--borda); }

/* Alertas */
.alerta { padding: 11px 14px; border-radius: var(--raio); font-size: 13px; font-weight: 500; border-left: 4px solid; }
.alerta-erro    { background: var(--perigo-bg); color: var(--perigo); border-color: var(--perigo); }
.alerta-sucesso { background: var(--sucesso-bg); color: var(--sucesso); border-color: var(--sucesso); }
.alerta-info    { background: var(--info-bg); color: var(--info); border-color: var(--info); }
.alerta-ambar   { background: var(--alerta-bg); color: var(--alerta); border-color: var(--alerta); }

/* Filtros */
.filtros { display: flex; gap: 12px; align-items: flex-end; flex-wrap: wrap; }
.filtros .campo { min-width: 160px; }

/* Itens dinâmicos (licitação / NF-e) */
.tabela-itens { width: 100%; border-collapse: collapse; font-size: 13px; margin-top: 8px; }
.tabela-itens th { background: #F1F5FB; padding: 8px 10px; text-align: center; font-size: 11.5px;
    text-transform: uppercase; color: var(--texto-suave); border-bottom: 1px solid var(--borda); }
.tabela-itens th:first-child { text-align: left; }
.tabela-itens td { padding: 6px 8px; border-bottom: 1px solid var(--borda); }
.tabela-itens input, .tabela-itens select { padding: 6px 8px; font-size: 13px; border: 1px solid var(--borda);
    border-radius: 6px; width: 100%; }
.tabela-itens .num input { text-align: right; }

/* Paginação */
.paginacao { display: flex; gap: 6px; justify-content: center; padding: 16px; }
.paginacao a, .paginacao span {
    padding: 6px 11px; border-radius: 6px; font-size: 13px; border: 1px solid var(--borda); background: #fff;
}
.paginacao .atual { background: var(--primaria); color: #fff; border-color: var(--primaria); }

/* Utilitários */
.flex { display: flex; } .gap-8 { gap: 8px; } .gap-12 { gap: 12px; }
.entre { justify-content: space-between; } .centro-v { align-items: center; }
.mt-16 { margin-top: 16px; } .mb-16 { margin-bottom: 16px; }
.texto-suave { color: var(--texto-suave); } .texto-pequeno { font-size: 12px; }
.negrito { font-weight: 700; }
.direita { text-align: right; }

/* Responsivo */
.menu-toggle { display: none; }
@media (max-width: 860px) {
    .sidebar { transform: translateX(-100%); transition: transform .2s; }
    .sidebar.aberta { transform: translateX(0); }
    .conteudo { margin-left: 0; }
    .menu-toggle { display: inline-flex; }
    .campo.col-2 { grid-column: span 1; }
}

/* Impressão A4 */
@media print {
    .sidebar, .topbar, .form-acoes, .btn-primario, .btn-secundario, .btn-perigo,
    .btn-mini, .filtros, .paginacao, .no-print { display: none !important; }
    .conteudo { margin-left: 0; }
    .area { padding: 0; }
    body { background: #fff; font-size: 12px; }
    .painel { box-shadow: none; border: 1px solid #ccc; }
    .tabela thead th { background: #1B2A4A !important; -webkit-print-color-adjust: exact; print-color-adjust: exact; }
    .doc-impressao { display: block !important; }
}
.doc-impressao { display: none; }

/* ============================================================
   Menu de Ações em card (tabelas)
   ============================================================ */
.dropdown-acoes { position: relative; display: inline-block; }
.btn-acoes { display: inline-flex; align-items: center; gap: 2px; }
.btn-acoes .material-symbols-outlined { font-size: 18px; }
.dropdown-menu {
    display: none;
    position: fixed;
    z-index: 1100;
    background: #fff;
    border: 1px solid var(--borda);
    border-radius: var(--raio);
    box-shadow: var(--sombra-md);
    min-width: 180px;
    padding: 6px;
}
.dropdown-menu.aberto { display: block; }
.dropdown-menu form { margin: 0; }
.dropdown-menu a,
.dropdown-menu button {
    display: flex; align-items: center; gap: 8px;
    width: 100%; text-align: left; background: none; border: none;
    padding: 8px 10px; border-radius: 6px; font-size: 13px; color: var(--texto);
    cursor: pointer; font-family: inherit;
}
.dropdown-menu a:hover, .dropdown-menu button:hover { background: #F1F5FB; text-decoration: none; }
.dropdown-menu a.perigo, .dropdown-menu button.perigo { color: var(--perigo); }
.dropdown-menu a.perigo:hover, .dropdown-menu button.perigo:hover { background: var(--perigo-bg); }
.dropdown-menu a.destaque, .dropdown-menu button.destaque { color: var(--destaque-esc); font-weight: 700; }
.dropdown-menu a.destaque:hover, .dropdown-menu button.destaque:hover { background: rgba(200,168,75,.12); }
.dropdown-menu .separador { border: none; border-top: 1px solid var(--borda); margin: 4px 2px; }
.dropdown-menu .material-symbols-outlined { font-size: 18px; }
@media print {
    .dropdown-menu, .btn-acoes { display: none !important; }
}

/* ============================================================
   Modais (recebimento / expedição de NF-e)
   ============================================================ */
.modal-fundo {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(13, 20, 38, .55);
    z-index: 1000;
    align-items: flex-start;
    justify-content: center;
    padding: 60px 16px;
    overflow-y: auto;
}
.modal-fundo.aberto { display: flex; }
.modal {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 12px 40px rgba(0,0,0,.25);
    width: 100%;
    max-width: 440px;
    padding: 24px;
    animation: modalEntra .15s ease-out;
}
@keyframes modalEntra {
    from { transform: translateY(-12px); opacity: 0; }
    to   { transform: translateY(0); opacity: 1; }
}
.modal h3 {
    margin: 0 0 16px;
    color: var(--primaria);
    font-size: 17px;
}
.modal .campo { margin-bottom: 14px; }
.modal-acoes {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

/* Destaque de licitação selecionada no formulário de NF-e */
.info-licitacao {
    background: var(--info-bg);
    border-left: 4px solid var(--primaria);
    padding: 12px 16px;
    border-radius: 6px;
    font-size: 14px;
}

/* Campo com erro de validação (qtd acima do saldo) */
.campo-erro {
    border-color: var(--perigo) !important;
    background: #fdeceb !important;
}

/* ============================================================
   KPIs com ícone (painéis operador / admin)
   ============================================================ */
.kpi-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 16px;
}
.kpi-card {
    background: var(--branco);
    border: 1px solid var(--borda);
    border-radius: var(--raio);
    box-shadow: var(--sombra);
    padding: 18px;
    display: flex;
    align-items: center;
    gap: 14px;
}
.kpi-ic {
    width: 46px; height: 46px;
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
}
.kpi-num { font-size: 22px; font-weight: 700; color: var(--primaria); line-height: 1.1; }
.kpi-rotulo { font-size: 12px; color: var(--texto-suave); text-transform: uppercase; letter-spacing: .4px; margin-top: 3px; }

/* Duas colunas responsivas */
.cols-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: start;
}
@media (max-width: 900px) { .cols-2 { grid-template-columns: 1fr; } }

/* Utilitários de espaçamento */
.mb-24 { margin-bottom: 24px; }

/* Lista compacta de itens (expedição) */
.lista-itens-mini { margin: 0; padding-left: 18px; font-size: 12px; color: var(--texto); }
.lista-itens-mini li { margin: 1px 0; }

/* Aba de filtro ativa */
.btn-secundario.ativo-tab {
    background: var(--primaria);
    color: #fff;
    border-color: var(--primaria);
}

/* Texto de alerta (valores a receber) */
.texto-alerta { color: var(--alerta); font-weight: 600; }

/* Checkbox inline */
label.check { display: flex; align-items: center; gap: 8px; font-weight: normal; cursor: pointer; }
label.check input { width: auto; }

/* ============================================================
   Impressão de relatórios
   ============================================================ */
.cabecalho-impressao { display: none; }
@media print {
    .sidebar, .topbar, .nao-imprimir, .sidebar-rodape { display: none !important; }
    .app, .conteudo, .area { display: block !important; margin: 0 !important; padding: 0 !important; }
    .painel { box-shadow: none !important; border: none !important; margin-bottom: 12px; }
    .cabecalho-impressao {
        display: block;
        text-align: center;
        border-bottom: 2px solid #1B2A4A;
        padding-bottom: 8px;
        margin-bottom: 12px;
    }
    .cabecalho-impressao h1 { font-size: 16px; color: #1B2A4A; margin: 0; }
    .cabecalho-impressao p { font-size: 11px; color: #555; margin: 2px 0 0; }
    .tabela { font-size: 11px; }
    @page { size: A4; margin: 20mm 14mm 14mm; }
}

/* ============================================================
   Markup / Valor de lucro / Modal de produtos (licitações)
   ============================================================ */
.bloco-lucro {
    margin-top: 18px;
    padding: 14px 16px;
    background: var(--sucesso-bg);
    border: 1px solid #Bfe3cf;
    border-left: 4px solid var(--sucesso);
    border-radius: var(--raio);
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}
.bloco-lucro > label {
    font-size: 13px;
    font-weight: 700;
    color: var(--sucesso);
    text-transform: uppercase;
    letter-spacing: .4px;
}
.campo-lucro {
    background: #fff !important;
    color: var(--sucesso) !important;
    font-weight: 700;
    font-size: 18px;
    border: 1px solid var(--sucesso) !important;
    border-radius: var(--raio);
    padding: 8px 14px;
    width: 180px;
    text-align: right;
    cursor: not-allowed;
    -webkit-text-fill-color: var(--sucesso); /* mantém a cor mesmo desabilitado no Safari */
    opacity: 1;
}

/* Modal mais largo para a busca de produtos */
.modal.modal-lg { max-width: 760px; }

/* Linha recém-incluída pelo modal (flash de destaque) */
.linha-nova { animation: flashLinha 0.9s ease-out; }
@keyframes flashLinha {
    from { background: #FFF6D8; }
    to   { background: transparent; }
}

/* Item travado (já possui NF-e e não pode ser editado) */
.item-travado input[readonly],
.item-travado select[disabled] {
    background: #F3F5F9;
    color: var(--texto-suave);
    cursor: not-allowed;
}

/* ============================================================
   Tabela de itens da licitação — alinhamento e novos campos
   ============================================================ */
.cen { text-align: center !important; }

/* Centraliza cabeçalhos e inputs da tabela de itens */
.tabela-itens-lic th { text-align: center; }
.tabela-itens-lic td { text-align: center; vertical-align: middle; }
.tabela-itens-lic td input { text-align: center; }
/* Descrição permanece alinhada à esquerda (texto longo) */
.tabela-itens-lic td input.inp-desc { text-align: left; }

/* Campos em maiúsculas — exibe e armazena em CAIXA ALTA */
.inp-maiusculo { text-transform: uppercase; }

/* Aviso visual quando a licitação está travada para edição */
.aviso-travado {
    display: flex; align-items: center; gap: 10px;
    background: var(--alerta-bg); border: 1px solid var(--alerta);
    color: var(--alerta); border-radius: 6px; padding: 12px 16px;
    margin-bottom: 16px; font-size: 13.5px; font-weight: 500;
}
.aviso-travado .material-symbols-outlined { font-size: 20px; flex-shrink: 0; }

/* Coluna/célula de Lucro — verde, somente leitura */
.lucro-cel {
    background: var(--sucesso-bg);
    color: var(--sucesso);
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
}

/* Célula de Custo Total por linha (qtd × custo) — calculada, somente leitura */
.custo-linha {
    background: #f8f5ee;
    color: #7a5c1e;
    font-weight: 600;
    white-space: nowrap;
}

/* Campo de markup com símbolo % embutido */
.input-pct { position: relative; display: inline-block; width: 100%; }
.input-pct input { padding-right: 22px; text-align: right; width: 100%; }
.input-pct .suf {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: var(--texto-suave);
    pointer-events: none;
}

/* Campo de quantidade dentro do modal de produtos */
.modal-qtd { text-align: right; width: 100%; max-width: 100px; }

/* ============================================================
   Ícones — Google Material Symbols (Outlined)
   ============================================================ */
.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    vertical-align: middle;
}

/* Sidebar: ícone do item de menu */
.sidebar-menu .ic.material-symbols-outlined { font-size: 21px; width: 22px; opacity: .9; }
.sidebar-menu a.ativo .ic.material-symbols-outlined { opacity: 1; }
.sidebar-rodape .material-symbols-outlined { font-size: 16px; vertical-align: -3px; }

/* Cartões KPI: ícone dentro do círculo colorido */
.kpi-ic .material-symbols-outlined { font-size: 24px; }

/* Brasão do login */
.login-brasao .material-symbols-outlined { font-size: 46px; color: var(--destaque); }

/* Ícones dentro de botões */
.btn-primario .material-symbols-outlined,
.btn-secundario .material-symbols-outlined,
.btn-perigo .material-symbols-outlined,
.btn-mini .material-symbols-outlined { font-size: 18px; vertical-align: -4px; }

/* Botão de menu (mobile) */
.menu-toggle .material-symbols-outlined { font-size: 22px; vertical-align: -5px; }
