/* LABERA Assistant button in the top bar */
#top .top-chip-assistant {
  gap: 9px;
  background: linear-gradient(135deg, rgba(34, 158, 217, 0.34), rgba(37, 209, 221, 0.18));
  border-color: rgba(71, 195, 230, 0.36);
}

#top .top-chip-assistant:hover {
  background: linear-gradient(135deg, rgba(34, 158, 217, 0.42), rgba(37, 209, 221, 0.26));
}

#top .top-chip-telegram-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border-radius: 999px;
  background: #229ed9;
  box-shadow: 0 0 0 4px rgba(34, 158, 217, 0.16);
}

#top .top-chip-telegram-icon svg {
  display: block;
  width: 12px;
  height: 12px;
  fill: #ffffff;
}

#top .top-chip-assistant::before {
  display: none !important;
  content: none !important;
}

@media (max-width: 767px) {
  #top .top-chip-assistant {
    justify-content: center !important;
  }
}
