/* needed css */

#app .bg-n-brand{
	background-color: #5A8F7B!important;
	color:white!important;
}
.bg-n-solid-blue{
	background-color: #e4eeeb!important;
}
button.items-center{
    background-color: #ecf6f3!important;
    color:black!important;
}
button[type="submit"] {
	background-color: #5A8F7B!important;
	color:white!important;
}
/* Needed: esconder aviso de atualização do Chatwoot (banner azul) */
/* Needed: esconder banner de atualização do Chatwoot */
.woot-banner.primary.has-button {
  display: none !important;
}
a[href="https://www.chatwoot.com/hc/user-guide/en"] {
  display: none !important;
}
a[href="https://www.chatwoot.com/changelog/"] {
  display: none !important;
}

ul.border-r-0.border-l-0.border-t-0.flex.min-w-\[6\.25rem\].py-0.px-4.list-none.mb-0 > li:nth-child(6) {
  display: none !important;
}
/* Barra lateral mais larga */
aside.bg-n-solid-2 {
  width: 280px !important;
  min-width: 280px !important;
  flex-basis: 280px !important;
}

/* garante que o nav use toda a nova largura */
aside.bg-n-solid-2 nav {
  width: 100% !important;
}

/* evita que os itens internos continuem muito estreitos */
aside.bg-n-solid-2 .child-item a,
aside.bg-n-solid-2 li > a {
  max-width: none !important;
}