#logo{
  align-items: end;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width:100%;
  height: 300px !important;
}

th, td{
width: auto !important;;
}

#consulta_rede th:nth-child(n+3) {
  min-width: 100px !important;
  text-align: center !important;  /* Títulos centralizados */
  white-space: nowrap;
}

#consulta_rede td:nth-child(n+3) {
  min-width: 100px !important;
  text-align: left !important;    /* Valores alinhados à esquerda */
  white-space: nowrap;
  
}

/* Mantenha o layout da tabela */
#consulta_rede table {
  table-layout: auto !important;
  width: 100% !important;
}

#abrir_calendar{
  padding-bottom: 18px;
}

.plotly .modebar-container {
  display: none !important;
}

#exibir, #geraPdf, #exibir1, #cns_carga, #insere_nf, #bt_exib_tudo_nf1, #consulta_carga_prestacao,
#gera_pdf_prestacao_pe, #cns_saidas, #con_carga_pe_neg {
  height: 38px;
  margin-bottom: 16px;
  
}
#div1, #div2, #div2_2, #div3, #div4, #div5, #div6 {
  align-items: end;
}

#shiny-notification-panel{
  width:  50%;
  position: fixed;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}

#shiny-notification-alert_nao_loc {
  background-color: rgba(255, 0, 0, 3);
}

#shiny-notification-alert_ja_conf {
background-color: rgba(0, 128, 0, 3);
}

/*side bar*/
[id*="tr"] {
  padding-left: 15px;
}

#divsb {
  text-align: left;
}