header.main-header,
header.landing-header {
  background: var(--error-dark);
}

header.main-header .logo-box {
  background-color: transparent !important;
  filter: brightness(0.2) invert(1);
}

header.landing-header .landing-logo img {
  filter: brightness(0) invert(1);
}

header.main-header .navbar-nav .nav-link {
  color: white !important;
}

header.main-header .user-menu__name {
  color: white;
}

header.main-header a .icone {
  filter: brightness(0) invert(1);
}

header.landing-header .landing-btn-outline,
header.landing-header .landing-btn-outline:hover,
header.landing-header .landing-btn-outline:focus {
  border-color: white;
  color: white;
}

header.landing-header .landing-btn-outline:hover,
header.landing-header .landing-btn-outline:focus {
  color: var(--primary);
}

header.landing-header .landing-btn-outline img {
  filter: brightness(0) invert(1);
}

header.landing-header .landing-btn-outline:hover img,
header.landing-header .landing-btn-outline:focus img {
  filter: brightness(0) saturate(100%) invert(29%) sepia(96%) saturate(1609%) hue-rotate(154deg)
    brightness(94%) contrast(101%);
}

.homolog-box {
  color: var(--error-dark);
  font-size: 18px;
  padding: 8px 16px;
  margin-left: auto;
  background-color: var(--error-bg);
  border-radius: 4px;
  margin-right: 40px;
  display: flex;
}

header.main-header .user-options-dropdown:hover,
header.main-header .user-options-dropdown:focus-visible,
header.main-header .user-options-dropdown[aria-expanded='true'] {
  background-color: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.2);
}

header.main-header .user-menu__dropdown .dropdown-item {
  color: var(--gray-800) !important;
}

header.main-header .user-menu__dropdown .dropdown-item:hover,
header.main-header .user-menu__dropdown .dropdown-item:focus {
  color: var(--primary) !important;
}
