.fixed-navbar-container,
.fixed-navbar-container #top-navigation {
  height: 58px;
}
.fixed-navbar-container #top-navigation {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  z-index: 1040;
  background-color: #000D2C !important;
}
i.menu-icon-mobile::before {
  content: "\f08c";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  margin-right: 8px;
  display: inline-block;
}

#top-navigation .nav-link-with-icon {
  display: flex;
  align-items: center;
  line-height: 1;
}
#top-navigation .nav-link-with-icon .nav-link-icon {
  margin-right: 0.25rem;
  font-size: 1rem;
}
#top-navigation .navbar-nav {
  font-size: 15px;
}
#top-navigation .nav-item {
  display: flex;
  align-items: center;
}
#top-navigation .nav-item .nav-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff
}

#top-navigation .nav-item img.nav-item-icon {
  width: 18px;
  margin-bottom: 1px;
  margin-right: 0.25rem;
}
#top-navigation img[alt="avatar"] {
  object-fit: cover;
  object-position: center;
}
#top-navigation .my-careerlink {
  border: 1px solid #CBD5E1;
  border-radius: 999px !important;
  padding: 6px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#top-navigation .my-careerlink > span {
  max-width: 150px;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 400;
}
#top-navigation .dropdown-toggle:after {
  content: unset;
}
#top-navigation .dropdown-menu {
  right: -110px;
  left: unset;
  margin-top: 0.5rem;
}
#top-navigation .dropdown-menu .content {
  width: 450px;
}
#top-navigation .dropdown-menu .content a {
  text-decoration: none;
}
#top-navigation .dropdown-menu .content .my-careerlink {
  font-weight: 600;
}
#top-navigation .dropdown-menu .content .my-careerlink i {
  font-size: 3rem;
  height: 3.5rem;
  display: block;
}
#top-navigation .dropdown-menu .content .my-careerlink:hover {
  text-decoration: none;
}
#top-navigation .dropdown-menu .content .dropdown-item {
  padding: 0.5rem 1.25rem;
  display: flex;
  align-items: center;
  font-size: 16px;
  white-space: normal;
  word-break: break-word;
  color: #6c757d;
}
#top-navigation .dropdown-menu .content .dropdown-item:hover,
#top-navigation .dropdown-menu .content .dropdown-item:active {
  background: #e8f1f5;
}
#top-navigation .dropdown-menu .content .dropdown-item i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  font-size: 18px;
}
#top-navigation .dropdown-menu .content .logout-button {
  width: auto;
  font-size: 14px;
}
#top-navigation .dropdown-menu .content .logout-button i {
  line-height: 1;
  font-size: 18px;
}
#top-navigation .dropdown-menu .content .avatar {
  border: 1px solid #ccc;
}
#top-navigation .dropdown-menu .signin-button,
#top-navigation .dropdown-menu .signup-button {
  border-radius: 999px;
}
#top-navigation .nav-divider {
  width: 1px;
  margin: 0.75rem 0.5rem;
  background-color: #d7d7db;
}
#top-navigation #top_nav_search + .navbar-nav .nav-group-1 {
  display: none !important;
}

@media (min-width: 1366px) {
  nav.navbar #top_nav_search {
    margin-left: calc(50vw - 570px - 84px - 22px);
  }
}

/* navigation drawer */
.navigation-drawer {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  max-height: 100vh;
  width: 80%;
  transition: 0.1s;
  z-index: 1050;
  font-size: 16px;
}
.navigation-drawer.show {
  right: 0;
}
.navigation-drawer > ul {
  height: 100%;
  overflow-y: scroll;
}
.navigation-drawer .nav-link {
  display: flex;
  align-items: center;
}
.navigation-drawer .nav-link .drawer-item-icon {
  font-size: 1.125rem;
}
.navigation-drawer .chevron {
  font-size: 13px;
}
.navigation-drawer .drawer-divider {
  border-top: 1px solid #d1d1d1;
}
.navigation-drawer .bg-drawer-item {
  background: #e6e7e7;
}
.navigation-drawer .avatar {
  padding: 0.25rem;
  border: 2px solid blue;
  object-fit: cover;
  object-position: center;
}
.navigation-drawer .signout-button {
  font-size: 14px;
}
.navigation-drawer .drawer-language > a {
  border: 1px solid #7a7b7b;
  border-radius: 999px;
}
.navigation-drawer .drawer-language img {
  object-fit: cover;
}
.navigation-drawer .drawer-login-action a {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-decoration: none;
}
.navigation-drawer .close-drawer {
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 40px;
  top: 0.375rem;
  right: 10px;
  border: none;
}
.navigation-drawer .close-drawer i {
  font-size: 1.5rem;
}
.navigation-drawer .dropdown-toggle:after {
  content: unset;
}
.navigation-drawer .dropdown-toggle .dropdown-icon {
  font-size: 13px;
}
.navigation-drawer .unread-conversation-notification:before {
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
}
.navigation-drawer .navbar-collapse .navbar-collapse-button {
  transition: 0.3s;
}
.navigation-drawer .navbar-collapse .navbar-collapse-button.collapsed {
  transform: rotate(-90deg);
}
.navigation-drawer .nav-item a,
.navigation-drawer .nav-link {
  font-weight: 500;
  text-decoration: none;
}
.navigation-drawer .nav-item.active a {
  color: #2563EB;
}
.navigation-drawer .nav-item.active .nav-item-img {
  opacity: .9;
}
.navigation-drawer .nav-item .nav-item-img {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: .6;
  font-size: 20px;
  margin-right: 0.75rem;
}
.backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0.5;
}
.fixed-navbar-container .backdrop {
  z-index: 1042;
}
@media (max-width: 768px) {
  .navigation-drawer {
    display: block !important;
  }
  .disable-scrolling {
    overflow: hidden
  }
}