#sg_b.sungroup .sg-lpContent .menu {
  background-color: transparent;
  gap: 8px;
}

#sg_b.sungroup .sg-lpContent .menu div.dropdown {
  border-radius: 4px;
  border: unset;
  background-color: transparent;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 14px;
  line-height: 17px !important;
  color: #fff !important;
  padding: 0;
  margin: 0;
}

#sg_b.sungroup .sg-lpContent .menu.menu_fixed div.dropdown {
  margin: 3px 0 0;
}

#sg_b.sungroup .sg-lpContent .menu div.dropdown .menu-grupa {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 14px;
  line-height: 17px !important;
  color: #fff !important;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0 3px;
  border: 1px solid #07F468;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #151616;
  transition: all .3s ease-in-out;
}

#sg_b.sungroup .sg-lpContent .menu div.dropdown:hover .menu-grupa,
#sg_b.sungroup .sg-lpContent .menu div.dropdown.sgSeen .menu-grupa {
  background-color: #07F468;
  color: #151616 !important;
}