/* ============================================================
   Arte Jardim — Bootstrap 5 Custom Skin
   Paleta: cinza #818286 | turquesa #55c5d0 | vinho #9d1d24
   ============================================================ */

:root {
  --arte-cinza:     #818286;
  --arte-turquesa:  #55c5d0;
  --arte-vinho:     #9d1d24;
  --aros-verde-claro: #c1dbd0;
  --aros-verde:       #6f8f82;
  --aros-verde-escuro:#31483f;
  --arte-cinza-lt:  #f4f4f5;
  --arte-borda:     #dee2e6;
}

body {
  background: #f2f2f2;
}

/* ── NAVBAR ─────────────────────────────────────────────── */
.navbar-arte { background-color: var(--aros-verde-claro); box-shadow: 0 2px 8px rgba(49,72,63,.18); }
.navbar-arte .navbar-brand img { mix-blend-mode: multiply; filter: none; }
.navbar-arte .nav-link         { color: var(--aros-verde-escuro) !important; font-size:.87rem; border-radius:4px; padding:.45rem .8rem !important; transition:.2s; font-weight:600; }
.navbar-arte .nav-link:hover,
.navbar-arte .nav-link.active  { color: #1f342d !important; background: rgba(111,143,130,.22); }
.navbar-arte .dropdown-menu    { border-top:3px solid var(--aros-verde); font-size:.87rem; }
.navbar-arte .dropdown-item:hover { background: rgba(111,143,130,.14); color: var(--aros-verde-escuro); }
.navbar-arte .navbar-toggler   { border-color: rgba(49,72,63,.35); }
.navbar-arte .navbar-toggler-icon { filter: invert(.25) sepia(.18) saturate(550%) hue-rotate(95deg); }
.nav-sair { color: var(--aros-verde-escuro) !important; }

/* ── BOTÕES ─────────────────────────────────────────────── */
.btn-arte         { background: var(--arte-turquesa); border-color: var(--arte-turquesa); color:#fff; }
.btn-arte:hover   { background: #3eb5c0; border-color: #3eb5c0; color:#fff; }
.btn-arte-sm      { font-size:.8rem; padding:.3rem .7rem; }
.btn-vinho        { background: var(--arte-vinho); border-color: var(--arte-vinho); color:#fff; }
.btn-vinho:hover  { background: #7a1116; border-color: #7a1116; color:#fff; }

/* ── CARDS ──────────────────────────────────────────────── */
.card-arte        { border:1px solid var(--arte-borda); border-top:3px solid var(--arte-turquesa); border-radius:6px; box-shadow:0 1px 5px rgba(0,0,0,.07); }
.card-arte .card-header { background: var(--arte-cinza); color:#fff; font-weight:600; font-size:.9rem; letter-spacing:.02em; border-radius:0; }

/* ── TABELAS ─────────────────────────────────────────────── */
.table-arte thead th { background: var(--arte-cinza); color:#fff; font-size:.78rem; font-weight:600; text-transform:uppercase; letter-spacing:.04em; border-color: var(--arte-cinza); white-space:nowrap; }
.table-arte tbody tr:hover { background: rgba(85,197,208,.06); }
.table-arte td, .table-arte th { vertical-align:middle; }

/* ── TÍTULO DE SEÇÃO ─────────────────────────────────────── */
.titulo-arte { color: var(--arte-cinza); font-size:1rem; font-weight:700; border-left:4px solid var(--arte-turquesa); padding-left:.7rem; margin-bottom:1.2rem; }

/* ── TOAST/FEEDBACK ─────────────────────────────────────── */
.toast-arte { position:fixed; top:66px; right:18px; z-index:9999; min-width:290px; }

/* ── COR SWATCH (Status) ─────────────────────────────────── */
.cor-swatch { display:inline-block; width:20px; height:20px; border-radius:4px; border:1px solid rgba(0,0,0,.15); vertical-align:middle; margin-right:6px; }

/* ── BADGE NÍVEL ─────────────────────────────────────────── */
.badge-admin  { background:#dc3545; }
.badge-op     { background:#fd7e14; }
.badge-view   { background:#6c757d; }

/* ── DASHBOARD CARDS ─────────────────────────────────────── */
.dash-card            { border-radius:8px; color:#fff; padding:1.1rem 1.4rem; box-shadow:0 2px 8px rgba(0,0,0,.13); }
.dash-card .dash-num  { font-size:2rem; font-weight:700; line-height:1; }
.dash-card .dash-lbl  { font-size:.76rem; opacity:.85; text-transform:uppercase; letter-spacing:.05em; margin-top:.25rem; }
.dash-card-total      { background: linear-gradient(135deg,#818286,#5a5b5e); }
.dash-card-venda      { background: linear-gradient(135deg,#1a6b32,#28a745); }
.dash-card-reserva    { background: linear-gradient(135deg,#a71d22,#dc3545); }
.dash-card-disp       { background: linear-gradient(135deg,#0a5a99,#2196f3); }
.dash-card-pend       { background: linear-gradient(135deg,#7a4b00,#e67e22); }

/* ── LOGIN ───────────────────────────────────────────────── */
.login-bg {
  position: fixed; inset: 0;
  background-size: cover; background-position: center;
  filter: blur(5px) brightness(.55);
  transform: scale(1.06);
  z-index: -1;
}
.login-wrap {
  min-height: 100vh;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
}
.login-logo   { max-width:260px; margin-bottom:1.4rem; filter:drop-shadow(0 2px 10px rgba(0,0,0,.55)); }
.login-card   { background:rgba(255,255,255,.96); border-radius:10px; box-shadow:0 8px 34px rgba(0,0,0,.38); width:100%; max-width:400px; padding:2rem 2.2rem; }
.login-card .form-control:focus { border-color:var(--arte-turquesa); box-shadow:0 0 0 .2rem rgba(85,197,208,.28); }
.btn-login    { background:var(--arte-turquesa); border-color:var(--arte-turquesa); color:#fff; width:100%; font-weight:700; letter-spacing:.04em; padding:.6rem; font-size:1rem; }
.btn-login:hover { background:#3eb5c0; border-color:#3eb5c0; color:#fff; }

/* ── MAPA RESPONSIVO ─────────────────────────────────────── */

/* Barra de scroll fixa no rodapé da tela */
.mapa-scroll-top {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  overflow-x: scroll;
  overflow-y: hidden;
  height: 20px;
  background: #c8cdd2;
}
.mapa-scroll-top::-webkit-scrollbar        { height: 16px; }
.mapa-scroll-top::-webkit-scrollbar-track  { background: #c8cdd2; }
.mapa-scroll-top::-webkit-scrollbar-thumb  { background: #666; border-radius: 4px; }
.mapa-scroll-top-inner { height: 1px; }

/* Container rolável da tabela */
.mapa-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  width: fit-content;
  max-width: calc(100vw - 48px);
  margin-left:  auto;
  margin-right: auto;
  padding: 50px;
  box-sizing: border-box;
  background: #fff;
}
.mapa-wrap::-webkit-scrollbar { display: none; }

@media (max-width: 980px) {
  .mapa-wrap {
    padding: 16px;
  }
}

/* Tabelas do carrega: largura natural + espaço entre células */
.mapa-wrap > table {
  width: auto !important;
  border-collapse: separate !important;
  border-spacing: 3px !important;
  background: #fff !important;
}

/* Células EXTERNAS: 80 × 80 px */
.mapa-wrap > table > tbody > tr > td,
.mapa-wrap > table > tr > td {
  width:          80px           !important;
  height:         80px           !important;
  padding:        0              !important;
  overflow:       hidden         !important;
  vertical-align: middle         !important;
  border:         1px solid #555 !important;
}
/* Linha de título do bloco (colspan) */
.mapa-wrap > table > tbody > tr > td[colspan],
.mapa-wrap > table > tr > td[colspan] {
  width:       auto           !important;
  height:      auto           !important;
  padding:     .3rem .5rem    !important;
  border:      1px solid #555 !important;
  font-size:   1.4rem         !important;
  font-weight: 700            !important;
}
.mapa-wrap br { display: none !important; }
.mapa-wrap > table { margin-bottom: 36px !important; }

/* Tabela interna de cada unidade */
.mapa-wrap > table > tbody > tr > td > table,
.mapa-wrap > table > tr > td > table {
  width:        80px !important;
  min-width:    80px !important;
  max-width:    80px !important;
  height:       80px !important;
  table-layout: fixed !important;
}
/* Oculta o td extra do $hora que divide a tabela em 2 colunas (35px cada),
   fazendo o .desc ficar com apenas metade da largura */
.mapa-wrap > table > tbody > tr > td > table td.desc + td,
.mapa-wrap > table > tbody > tr > td > table td.desc ~ td,
.mapa-wrap > table > tr > td > table td.desc + td,
.mapa-wrap > table > tr > td > table td.desc ~ td {
  display: none !important;
}

/* Oculta divs "TH"/"GD" legados (invalid HTML dentro de <tr>) */
.mapa-wrap > table > tbody > tr > td div,
.mapa-wrap > table > tr > td div {
  display: none !important;
}

/* Textos menores: imobiliária, data */
.mapa-wrap .desc {
  font-size:   9px    !important;
  font-weight: 700    !important;
  line-height: 1.2    !important;
  overflow:    hidden !important;
  white-space: normal !important;
  word-break:  break-word !important;
  padding:     0 2px  !important;
  text-align:  center !important;
}

/* Número da unidade */
.mapa-wrap .sala {
  font-size:   15px   !important;
  font-weight: 700    !important;
  line-height: 1      !important;
  overflow:    hidden !important;
  padding:     0      !important;
  text-align:  center !important;
}

/* Links dentro do mapa: preto, sem sublinhado */
.mapa-wrap a,
.mapa-wrap a:link,
.mapa-wrap a:visited,
.mapa-wrap a:hover,
.mapa-wrap a:active {
  color:           #111 !important;
  text-decoration: none !important;
}

/* ── TÍTULO DO QUADRO GERAL ──────────────────────────────── */
.quadro-titulo {
  text-align:     center;
  font-size:      1.5rem;
  font-weight:    700;
  color:          var(--arte-cinza);
  letter-spacing: .03em;
  margin-bottom:  1.80rem;
}
.mapa-wrap .titulo { display: none !important; }

.mapa-wrap .label-andar {
  background: #e6e5e3 !important;
  color: #111 !important;
  font-weight: 700 !important;
}

.admin-bloco-stay {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto 36px;
  background: #fff;
  border: 1px solid #000;
  font-family: Arial, Helvetica, sans-serif;
}

.admin-bloco-titulo {
  width: 100%;
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #000;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff !important;
  background-color: #2c7a7b;
}

.admin-andar-row {
  display: flex;
  align-items: stretch;
}

.admin-label-andar,
.admin-unidade {
  width: 82px;
  height: 82px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
}

.admin-label-andar {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e6e5e3;
  color: #111;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.admin-unidade-vazia {
  background: #e6e5e3 !important;
}

.admin-unidade {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #111;
  text-align: center;
}

.admin-unidade .desc {
  width: 100%;
  min-height: 12px;
  font-size: 9px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  padding: 0 3px !important;
}

.admin-unidade .sala {
  width: 100%;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

.admin-unidade a,
.admin-unidade a:link,
.admin-unidade a:visited,
.admin-unidade a:hover,
.admin-unidade a:active {
  color: #111 !important;
  text-decoration: none !important;
}

.admin-andar-row:last-child .admin-label-andar,
.admin-andar-row:last-child .admin-unidade {
  border-bottom: 0;
}

/* ── LEGENDA FIXA NO RODAPÉ ──────────────────────────────── */
#legend-bar {
  position:   fixed;
  bottom:     20px;
  left:       0;
  right:      0;
  z-index:    9998;
  background: rgba(255,255,255,.97);
  border-top: 1px solid #d5e0e5;
  color:      #1f342d;
  padding:    8px 0;
  font-size:  11px;
  box-shadow: 0 -2px 8px rgba(0,0,0,.08);
}
#legend-bar .leg-title {
  display:     block;
  width:       820px;
  max-width:   100%;
  margin:      0 auto;
  padding:     7px 10px;
  background:  linear-gradient(135deg, #2c7a7b 0%, #319795 100%);
  color:       #fff;
  font-size:   12px;
  font-weight: 600;
  text-transform: uppercase;
}
#legend-bar .leg-items {
  display:     flex;
  flex-wrap:   wrap;
  align-items: center;
  gap:         6px 18px;
  text-align:  left;
  width:       820px;
  max-width:   100%;
  margin:      0 auto;
  padding:     8px 10px;
  background:  #fff;
}
.leg-item {
  display:     flex;
  align-items: center;
  gap:         6px;
  white-space: nowrap;
  font-weight: 500;
  font-size:   11px;
  color:       #2d3748;
}
.leg-swatch {
  display:       inline-block;
  width:         18px;
  height:        18px;
  border:        1px solid rgba(0,0,0,.25);
  border-radius: 3px;
  flex-shrink:   0;
}

/* ── FORMULÁRIOS ─────────────────────────────────────────── */
.form-label-arte { font-weight:600; font-size:.83rem; color:var(--arte-cinza); text-transform:uppercase; letter-spacing:.03em; }
.form-control:focus, .form-select:focus { border-color:var(--arte-turquesa); box-shadow:0 0 0 .2rem rgba(85,197,208,.25); }

/* ── RESUMO DO QUADRO GERAL ──────────────────────────────── */
.mapa-wrap > table.resumo-quadro {
  width:           auto     !important;
  margin:          0 auto 1.5rem auto !important;
  border-collapse: collapse !important;
  table-layout:    auto     !important;
}
.mapa-wrap > table.resumo-quadro > tbody > tr > td,
.mapa-wrap > table.resumo-quadro > tbody > tr > th,
.mapa-wrap > table.resumo-quadro > tr > td,
.mapa-wrap > table.resumo-quadro > tr > th {
  width:          auto           !important;
  height:         auto           !important;
  overflow:       visible        !important;
  vertical-align: middle         !important;
  border:         1px solid #999 !important;
  padding:        2px 8px        !important;
  font-size:      .83rem         !important;
  white-space:    nowrap         !important;
  line-height:    1.4            !important;
  font-weight:    normal         !important;
}
.mapa-wrap > table.resumo-quadro > tbody > tr > td.titulogeral,
.mapa-wrap > table.resumo-quadro > tr > td.titulogeral {
  background:  #9d1d24 !important;
  color:       #fff    !important;
  font-weight: 700     !important;
  font-size:   .95rem  !important;
  text-align:  center  !important;
}
.mapa-wrap > table.resumo-quadro > tbody > tr:last-child > td,
.mapa-wrap > table.resumo-quadro > tr:last-child > td {
  background:  #f0f0f2 !important;
  font-weight: 700     !important;
}

/* ── RESUMO GERAL ─────────────────────────────────────────── */
.resumo-wrap {
  width:      100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.resumo-wrap table {
  width:           100% !important;
  border-collapse: collapse !important;
  margin-bottom:   1.4rem !important;
  table-layout:    auto !important;
}
.resumo-wrap td > table,
.resumo-wrap td > table td {
  width:   100% !important;
  border:  none !important;
  margin:  0    !important;
  padding: 0    !important;
}
.resumo-wrap td,
.resumo-wrap th {
  border:          1px solid #999 !important;
  padding:         5px 10px       !important;
  vertical-align:  middle         !important;
  font-size:       0.81rem        !important;
  white-space:     normal         !important;
}
.resumo-wrap .titulogeral {
  background:  #2c6b2f   !important;
  color:       #fff      !important;
  font-weight: 700       !important;
  font-size:   0.95rem   !important;
  text-align:  center    !important;
}
.resumo-wrap td.sala:not([bgcolor]),
.resumo-wrap th.sala:not([bgcolor]) {
  background:  #f0f0f2   !important;
  font-weight: 600       !important;
  color:       #333      !important;
}
.resumo-wrap td.sala[bgcolor] {
  font-weight: 700       !important;
  font-size:   0.75rem   !important;
  text-align:  center    !important;
}
.resumo-wrap td:not(.sala):not(.titulogeral) {
  text-align:  center    !important;
  color:       #222      !important;
}
.resumo-wrap tr:last-child td {
  background:  #e4e4e7   !important;
  font-weight: 700       !important;
}

/* ── PAINEL PÚBLICO PADRÃO AROS ─────────────────────────── */
body.painel-publico {
  color: #000;
  font-size: 11px;
  font-family: Verdana, sans-serif;
  text-align: center;
  background: #f2f2f2;
  padding-bottom: 150px;
}

body.painel-publico #geral-painel {
  border: 0;
  width: 936px;
  min-height: 100vh;
  position: relative;
  margin: 2px auto;
  background: transparent;
  text-align: center;
}

body.painel-publico #topo-painel {
  height: 110px;
  width: 100%;
  background: url(../../img/logo_stay360.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-top: 4px;
}

body.painel-publico #conteudo-painel {
  width: 100%;
  margin-top: 10px;
  background: #fff;
}

body.painel-publico .painel-voltar-wrap {
  width: 936px;
  max-width: 100%;
  margin: 0 auto 8px;
  text-align: left;
}

body.painel-publico .painel-voltar {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #31483f;
  background: #c1dbd0;
  border: 1px solid rgba(49, 72, 63, .18);
  border-radius: 6px;
  padding: 9px 15px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(49, 72, 63, .12);
}

body.painel-publico .painel-voltar-icone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(49, 72, 63, .12);
  font-size: 16px;
  line-height: 1;
}

body.painel-publico .painel-voltar:hover {
  color: #1f342d;
  background: rgba(111, 143, 130, .22);
}

body.painel-publico .container-quadro-geral {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 20px 135px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-align: center;
}

body.painel-publico .titulo-pagina {
  text-align: center;
  margin-bottom: 28px;
}

body.painel-publico .titulo-pagina h1 {
  font-size: 28px;
  color: #333;
  font-weight: 600;
  margin: 0;
  padding: 15px 0;
  border-bottom: 3px solid #2c7a7b;
}

body.painel-publico .card-resumo {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
  overflow: hidden;
  margin-bottom: 30px;
}

body.painel-publico .tabela-quadro-geral {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  margin: 0;
}

body.painel-publico .cabecalho-principal th {
  background: linear-gradient(135deg, #2c7a7b 0%, #319795 100%);
  color: #fff;
  padding: 15px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

body.painel-publico .cabecalho-colunas {
  background: #e6e6e6;
}

body.painel-publico .cabecalho-colunas th {
  padding: 10px;
  font-weight: 600;
  color: #333;
  border-bottom: 2px solid #ccc;
}

body.painel-publico .coluna-cor {
  width: 60px;
  text-align: center;
}

body.painel-publico .coluna-descricao {
  width: auto;
  text-align: left;
  padding-left: 20px !important;
}

body.painel-publico .coluna-percentual {
  width: 120px;
  text-align: center;
}

body.painel-publico .coluna-quantidade {
  width: 100px;
  text-align: center;
}

body.painel-publico .linha-status td {
  padding: 6px 10px;
  border-bottom: 1px solid #e2e8f0;
}

body.painel-publico .indicador-cor {
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 4px;
  margin: 0 auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

body.painel-publico .nome-status {
  color: #2d3748;
  font-weight: 500;
}

body.painel-publico .percentual {
  color: #2c7a7b;
  font-weight: 600;
}

body.painel-publico .quantidade {
  color: #4a5568;
  font-weight: 600;
}

body.painel-publico .linha-total {
  background-color: #2c7a7b;
  color: #fff;
}

body.painel-publico .linha-total td {
  padding: 12px 10px;
  font-size: 15px;
}

body.painel-publico .label-total {
  padding-left: 20px !important;
  text-align: left;
}

body.painel-publico .secao-summer {
  margin: 0 auto 42px;
  text-align: center;
}

body.painel-publico .secao-summer > table.tabela-bloco-stay {
  width: 100% !important;
  margin: 0 auto !important;
  border-collapse: collapse;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
  table-layout: fixed;
}

body.painel-publico .secao-summer .tabela-bloco-stay table {
  width: 100% !important;
  height: 72px !important;
  margin: 0 auto !important;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
  table-layout: fixed;
}

body.painel-publico .secao-summer .tabela-bloco-stay .sala {
  font-size: 14px;
  color: #000;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bold;
}

body.painel-publico .secao-summer .tabela-bloco-stay .desc {
  font-size: 12px;
  color: #000;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body.painel-publico .titulogeral,
body.painel-publico .titulounidade {
  font-size: 14px;
  color: #000000;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bold;
  background-color: #2c7a7b;
}

body.painel-publico .secao-summer .tabela-bloco-stay > tbody > tr:first-child .titulogeral,
body.painel-publico .secao-summer .tabela-bloco-stay > tr:first-child .titulogeral {
  color: #ffffff !important;
}

body.painel-publico .secao-summer .tabela-bloco-stay > tbody > tr > td,
body.painel-publico .secao-summer .tabela-bloco-stay > tr > td {
  padding: 0;
  vertical-align: middle;
}

body.painel-publico .secao-summer .tabela-bloco-stay .andar-label {
  width: 90px;
  padding: 0 4px;
  background-color: #f2f2f2;
}

body.painel-publico .secao-summer .tabela-bloco-stay .unidade-cell {
  width: calc((100% - 90px) / 9);
  height: 72px;
  overflow: hidden;
}

body.painel-publico .secao-summer .tabela-bloco-stay .unidade-vazia {
  background: #9e9e9e;
}

body.painel-publico .secao-legenda {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  margin: 0;
  padding: 8px 0;
  text-align: left;
  background: rgba(255, 255, 255, .98);
  border-top: 1px solid #d5e0e5;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, .08);
}

body.painel-publico .secao-legenda .container-legenda {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

body.painel-publico .secao-legenda .card-legenda {
  width: 100%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
  overflow: hidden;
}

body.painel-publico .secao-legenda .tabela-legenda,
body.painel-publico .secao-legenda .tabela-legenda thead,
body.painel-publico .secao-legenda .tabela-legenda tbody,
body.painel-publico .secao-legenda .tabela-legenda tr,
body.painel-publico .secao-legenda .tabela-legenda th,
body.painel-publico .secao-legenda .tabela-legenda td {
  display: block;
}

body.painel-publico .secao-legenda .cabecalho-legenda th {
  background: linear-gradient(135deg, #2c7a7b 0%, #319795 100%);
  color: #fff;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: .5px;
}

body.painel-publico .secao-legenda .tabela-legenda tbody {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 18px;
  padding: 8px 10px;
}

body.painel-publico .secao-legenda .linha-legenda {
  display: flex !important;
  align-items: center;
  width: auto;
}

body.painel-publico .secao-legenda .linha-legenda td {
  border-bottom: 0;
  padding: 0;
}

body.painel-publico .secao-legenda .coluna-indicador {
  width: auto;
  padding-left: 0 !important;
  margin-right: 6px;
}

body.painel-publico .secao-legenda .coluna-descricao-legenda {
  padding-left: 0 !important;
}

body.painel-publico .secao-legenda .indicador-legenda {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  margin: 0 auto;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
  border: 1px solid rgba(0, 0, 0, .1);
}

body.painel-publico .secao-legenda .texto-legenda {
  font-weight: 500;
  color: #2d3748;
  font-size: 11px;
}
