.header-style-four .header-top-right{
  gap: 0px;
}

.header-top-right .dropdown-menu{
  position: absolute;
  z-index: 1000;
  min-width: 10rem;
  padding: 0;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
}

.header-top-btn .dropdown-toggle img{
	padding-right: 10px;
}

.header-top-btn .dropdown-menu ul.li
{
  background: #000;
  color: var(--tg-white);
}

.dropdown-item img{
	padding-right: 10px;
}