.header,
a.language-selection {
  font-size: 0.75rem;
  line-height: 1.2rem;
  font-weight: 400;
  font-family: Roboto Regular, sans-serif;
}
.header > .container > .row {
  padding: 0.6rem 0;
}
.header a.language-selection {
  text-decoration: none;
  margin-right: 0.3rem;
  padding: 5px 7px;
  font-size: 0.75rem;
  line-height: 0.75rem;
  border-radius: 4px;
  color: #4d6190 !important;
}
.header a.language-selection.bg-primary {
  background-color: #4D6190 !important;
}
.header a.language-selection.text-white {
  color: #FFF !important;
}
.header .header-federal-text {
  font-family: Roboto Regular, sans-serif;
  margin-right: 0.5rem;
  color: #696969;
}
.header .header-federal-text * {
  font-family: inherit;
}
.header .header-federal-text a {
  color: #4d6190;
  font-weight: 600;
  text-decoration: none;
}
.header #logo-belgium {
  height: 1.25rem;
}
.header nav .navbar-nav {
  gap: 0.5rem;
}
.header nav .nav-item {
  display: flex;
  align-items: center;
}
.header nav .nav-item:first-of-type {
  margin-right: 1rem;
}
.header nav .nav-link {
  color: #4D6190 !important;
  fill: #4D6190;
}
.header nav .nav-link:hover {
  color: #111111 !important;
  fill: #111111;
}
.header nav .nav-link.nav-link-messages,
.header nav .nav-link.nav-link-notifications {
  position: relative;
}
.header nav .nav-link svg {
  height: auto;
  fill: inherit;
}
.header nav .nav-link.nav-link-messages svg {
  width: 20px;
}
.header nav .nav-link.nav-link-notifications svg {
  width: 15px;
}
.header nav .nav-link.nav-link-user svg {
  width: 20px;
}
#breadcrumbs {
  background: #F5F5F5;
  border-radius: 6px;
  color: #4D6190;
  font-size: 1rem;
  font-family: var(--bs-body-font-family);
}
#breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 1rem 1.2rem;
  display: flex;
  flex-flow: row nowrap;
  user-select: none;
}
#breadcrumbs ul > li {
  color: #4D6190;
  fill: #4D6190;
  white-space: nowrap;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
#breadcrumbs ul > li.active {
  color: #111111;
  pointer-events: none;
}
#breadcrumbs ul > li:not(.active):hover {
  color: #111111;
  fill: #111111;
}
#breadcrumbs ul > li:not(:last-of-type)::after {
  display: inline-block;
  content: '>';
  margin: 0 1rem;
  color: #4D6190 !important;
  fill: #4D6190 !important;
}
#breadcrumbs a {
  color: inherit;
  fill: inherit;
  text-decoration: none;
  white-space: inherit;
  width: auto;
  height: min-content;
  padding: 5px;
  margin: -5px;
}
#breadcrumbs a:hover {
  color: inherit;
  fill: inherit;
}
#breadcrumbs .breadcrumb-home {
  display: flex;
  align-items: center;
}
#breadcrumbs .breadcrumb-home svg {
  width: 14px;
  height: auto;
}
