.logged-in .main-header {
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 5px 0 5px;
  color: #fff;
  background-color: #34373b;
}

.header-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.header-logo-wrapper {
  display: block;
  margin: 0 2rem 0 0;
}

.header-logo-wrapper:last-child {
  margin-right: 0;
}

.header-logo {
  display: block;
  max-height: 4.9rem;
}

.header-nav {
  font-family:
    "Raleway", "Barlow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.285714285714286em;
  text-transform: uppercase;
}

.header-menu {
  align-items: center;
  display: flex;
  justify-content: center;
  letter-spacing: 0.09em;
  margin-bottom: 1rem;
}

.header-menu:last-child {
  margin-bottom: 0;
}

.header-menu-item {
  margin-right: 1.3rem;
}

.header-menu-item:last-child {
  margin-right: 0;
}

.header-menu-link {
  align-items: center;
  display: flex;
  text-decoration: none;
}

.header-menu-link .icon {
  color: #4fb2d2;
}

.header-menu-liink {
  align-items: center;
  display: flex;
  text-decoration: none;
}

.header-menu-liink .icon {
  color: #4fb2d2;
}

.header-lang {
  align-items: center;
  display: flex;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
}

.logged-in .header-lang {
  font-size: inherit;
}

.header-lang-link,
.header-lang-current {
  display: block;
  padding: 0.6rem 0;
  width: 4rem;
  text-align: center;
  text-decoration: none;
  border-radius: 0.4rem;
}

.header-lang-current {
  background-color: #4fb2d2;
}

.logged-in .header-lang-current {
  background-color: transparent;
  border: 0.1rem solid #4fb2d2;
}

.menu-language-switcher-container {
  margin-left: auto;
  min-width: 100px;
}

.menu-language-switcher-container ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-items: flex-start;
}

.menu-language-switcher-container ul li {
  padding-inline: 15px;
}
.menu-language-switcher-container ul li + li {
  border-left: 1px solid #fff;
}
.notification-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 15px;
}
.notification-wrapper:hover .fa-bell {
  color: #4fb2d2;
}
.notification-icon {
  position: relative;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}

.notification-badge {
  position: absolute;
  top: -6px;
  right: -6px;

  min-width: 16px;
  height: 16px;

  background: #dc3545;
  color: #fff;

  font-size: 10px;
  font-weight: 600;

  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;

  pointer-events: none;
}

.notification-panel {
  position: absolute;
  right: -109px;
  top: 50px;
  width: 320px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  padding: 12px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
  transition: all 0.2s ease;
  z-index: 1000;
}

.notification-wrapper:hover .notification-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.notification-item {
  padding: 8px;
  border-radius: 4px;
  font-size: 14px;
  margin-bottom: 6px;
}
.dropdown-hover:hover > .dropdown-menu {
  display: block;
  margin-top: 0;
}
.dropdown-hover:hover button.dropdown-toggle {
  color: #4fb2d2;
}
.dropdown-hover > .dropdown-toggle::after {
  pointer-events: none;
  transform: translateY(0);
}
.dropdown-hover .dropdown-menu {
  display: block; /* override Bootstrap */
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
  pointer-events: none;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.dropdown-hover:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.notification-success {
  background: #e6f4ea;
  color: #146c43;
}

.notification-error {
  background: #fdecea;
  color: #b02a37;
  font-weight: 600;
}
.main-header {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}

.header-right {
  white-space: nowrap;
}
.main-header .dropdown-item {
  width: 120px;
  font-size: 16px;
}
.main-header button.dropdown-toggle {
  padding: 10px 0;
}
@media (min-width: 5rem) {
  .header-nav {
    align-items: center;
    display: flex;
  }

  .header-menu {
    justify-content: flex-start;
    margin: 0 2.6rem 0 0;
  }

  .header-menu:last-child {
    margin-right: 0;
  }

  .header-menu-item {
    margin-right: 2.6rem;
  }
}

@media (min-width: 48em) {
}

@media (min-width: 64em) {
  .header-menu-link .icon {
    margin-right: 1.2rem;
  }

  .header-menu-link-text {
    display: block;
  }

  .header-menu-liink .icon {
    margin-right: 1.2rem;
  }

  .header-menu-liink-text {
    display: block;
  }
}

@media (min-width: 85.375em) {
  .logged-in .main-header {
    padding: 5px 0 5px;
  }

  .header-container {
    max-width: 90%;
  }

  .header-logo {
    height: 9.7rem;
  }

  .logged-in .header-logo {
    height: 4.9rem;
  }
}

@media (min-width: 96em) {
  .header-container {
    max-width: 90%;
  }
}

@media (min-width: 120em) {
  .logged-in .header-container {
    max-width: 184rem;
  }

  .header-container {
    max-width: 90%;
  }

  .logged-in .header-logo {
    height: 6.2rem;
  }
}
