#rix-og-navbar {
  transition: margin-top 0.6s ease-in-out;
}

#rix-og-navbar.adjusted {
  margin-top: 0 !important;
}
.rixgr-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 38px;
  background-color: #001c42;
  color: white;
  padding: 0px 25px;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000 !important;
  transition: transform 0.6s ease-in-out;
  border-bottom: 0.2px solid #2e3a47;
  top: 0;
  font-family: Montserrat, sans-serif;
}

.rixgr-navbar.hidden {
  transform: translateY(-100%);
}

.rixgr-logo {
  display: flex;
  align-items: end;
  justify-content: end;
  gap: 7px;
}

.rixgr-logo-part-of-img {
  width: 53px;
  height: 16px;
  margin-bottom: -2px;
}

.rixgr-logo-main-img {
  width: 61px;
  height: 14px;
}
.rixgr-dropdown {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  height: 36px;
  z-index: 10000 !important;
  border-radius: 3px 3px 0px 0px;
  padding: 0px 10px 0px 10px;
}
.rixgr-dropdown:hover {
  background-color: white;
}
.rixgr-dropdown:hover .rixgr-dropdown-content {
  display: flex;
}
.rixgr-dropdown:hover .rixgr-arrow {
  transform: rotate(360deg);
}
.rixgr-dropdown-content {
  display: none;
  position: absolute;
  right: -25px;
  top: 100%;
  background-color: white;
  box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.33);
  z-index: 10000 !important;
  width: 325px;
  height: 427px;
  padding: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  flex-shrink: 0;
}

.rixgr-dropdown-content-img {
  width: 100%;
  height: auto;
}
.rixgr-dropdown-content .rixgr-links a {
  display: flex;
  padding: 15px 0;
  align-items: center;
  justify-content: start;
  gap: 10px;
  align-self: stretch;
  border-bottom: 1px solid rgba(167, 184, 199, 0.25);
  background: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  color: #001c42;
}

.rixgr-dropdown-content .rixgr-links a:hover {
  background-color: rgba(167, 184, 199, 0.25);
}

.rixgr-dropdown-content .rixgr-links a:hover i {
  color: #2e6ab3;
}

.rixgr-links a:active {
  background: linear-gradient(0deg, #a7b8c7 0%, #a7b8c7 100%), #fff;
}

.rixgr-links a:active i {
  color: #2e6ab3;
}

.rixgr-search-container {
  padding: 10px 0px;
  width: 100%;
  border-bottom: 1px solid rgba(167, 184, 199, 0.25);
}
.rixgr-search-container input[type="text"] {
  width: 100%;
  border: none;
  font-size: 16px;
  font-weight: 500;
  color: #001c42 !important;
  padding: 6px 4px;
}

.rixgr-search-container input[type="text"]:focus {
  outline: none;
  border: none;
}

.rixgr-search-container input[type="text"]::placeholder {
  color: #001c42 !important;
  opacity: 60%;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 21px;
}
.rixgr-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.rixgr-visit-btn {
  display: flex;
  padding: 10px 17px;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  border: 1px solid #2e6ab3;
  background: #2e6ab3 !important;
  width: 100%;
  height: 44px;
  color: white;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  font-family: montserrat;
}

.rixgr-visit-btn:active {
  background: #1f4676;
}

.rixgr-visit-btn:hover {
  background: #295e9e !important;
  font-weight: 500;
}
.rixgr-search-btn {
  display: none;
  width: 32px;
  height: 32px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 3px;
  border: 1px solid #2e6ab3;
  background: white;
}
.rixgr-search-btn i {
  font-size: 16px;
  color: #2e6ab3;
}

.rixgr-link-arrows {
  font-size: 16px;
  color: #a7b8c7;
  padding: 0px 10px 0px 6px;
}
.rixgr-links {
  width: 100%;
}
#rixgr-searchForm {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 16px;
}

.rixgr-menu-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.rixgr-dropdown-content .rixgr-links a:last-of-type {
  border: none;
}

.magnify-icon {
  color: black;
}

.rixgr-search-container.focus .magnify-icon {
  color: #2e6ab3;
}
.rixgr-search-container.focus .rixgr-search-btn {
  display: flex;
}

.rixgr-search-btn:hover {
  background: #2e6ab3;
  color: white;
}
.rixgr-search-btn:hover i {
  color: white;
}

@media screen and (max-width: 768px) {
  .rixgr-dropdown:hover {
    background-color: inherit;
  }
  .rixgr-dropdown:hover .rixgr-dropdown-content {
    display: none;
  }
  .rixgr-dropdown:hover .rixgr-arrow {
    transform: none;
  }
}
@media screen and (max-width: 335px) {
  .rixgr-dropdown-content {
    width: 100dvw;
    z-index: 10000 !important;
  }
}
