.top_nav .navbar-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  width: auto;
  margin-right: 10px;
}

.top_nav .navbar-right > li {
  float: none;
}

.top_nav .navbar-right > li:first-child {
  order: 100;
}

.top_nav .navbar-right > .nav-theme-dropdown {
  order: 80;
}

.top_nav .navbar-right > .nav-language-dropdown {
  order: 90;
}

.nav-theme-dropdown > a,
.nav-language-dropdown > a {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 15px;
}

.theme-dropdown-menu > li > a.theme-btn,
.language-dropdown-menu > li > a.language-btn {
  display: flex;
  align-items: center;
  gap: 6px;
}

.theme-dropdown-menu > li > a.theme-btn.is-active,
.language-dropdown-menu > li > a.language-btn.is-active {
  font-weight: 600;
  color: #1f2d3d;
  background: #f4f6f8;
}

.theme-dropdown-menu .fa-check {
  width: 14px;
  color: #2f6fed;
  opacity: 0;
}

.theme-dropdown-menu .theme-btn.is-active .fa-check {
  opacity: 1;
}

.unai-footer-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  text-align: right;
}
