#header {
    background-color: #043f66;
    color: white;
}


#nav-sidebar .current-model {
    background: #ff914d8f;
}

#nav-sidebar .current-app .section:link, #nav-sidebar .current-app .section:visited {
    color: #ff914d;
    font-weight: bold;
}

div.breadcrumbs {
    background: #043f66;
    padding: 10px 40px;
    border: none;
    color: #ffffff; /* texto branco para contraste */
    text-align: left;
}

div.breadcrumbs a {
    color: #ffffff !important;
    font-weight: bold;
    text-decoration: none;
}

div.breadcrumbs a:hover {
    text-decoration: underline;
}

.module h2,
.module caption,
.inline-group h2 {
  margin: 0;
  padding: 8px;
  font-weight: 400;
  font-size: 0.8125rem;
  text-align: left;
  background: #043f66;
  color: var(--header-link-color);
}

fieldset .fieldset-heading, fieldset .inline-heading, :not(.inline-related) .collapse summary {
    border: 1px solid var(--header-bg);
    margin: 0;
    padding: 8px;
    font-weight: 400;
    font-size: 0.8125rem;
    background: #043f66;
    color: var(--header-link-color);
}