.z-10 {
  z-index: 10;
}

.highlight {
  background: azure;
}

.search-list-item:hover {
  background: azure;
}

.flag-icon-ku {
  background-image: url(/images/ku.svg?41603a83ee445b984001546d6bb0dea0);
}

.dropdown-menu.show {
  transform: scale(1, 1);
  opacity: 1;
  display: block;
}

.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > form > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
