/* Удаление маркеров списка - самый высокий приоритет */

/* Скрытие надписи "Работает на Azuriom" */
.footer-bottom .text-md-end p {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
}

/* Скрытие логотипа в подвале */
.footer-logo,
.footer .footer-logo,
.footer-about .footer-logo {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
}

/* Отключение тултипов */
.tooltip,
.tooltip.show,
.tooltip.fade,
.tooltip.bs-tooltip-auto,
.tooltip.bs-tooltip-top,
.tooltip.bs-tooltip-bottom,
.tooltip.bs-tooltip-start,
.tooltip.bs-tooltip-end {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Глобальное удаление маркеров списка в шапке */
.header-top .user-area li,
.header-top li,
.header-top .nav-item,
.header-top .notifications-dropdown {
  list-style: none !important;
  list-style-type: none !important;
}

/* Удаление псевдоэлемента marker */
.header-top li::marker,
.header-top .nav-item::marker,
.header-top .notifications-dropdown::marker {
  content: "" !important;
  display: none !important;
  color: transparent !important;
  font-size: 0 !important;
}

/* Восстановление иконок */
.header-top .bi::before {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Стили для иконок */
.header-top .bi {
  font-size: 1.25rem !important;
  display: inline-block !important;
}

/* Принудительное удаление всех псевдоэлементов */
.header-top .user-area li::before,
.header-top .user-area li::after {
  display: none !important;
  content: none !important;
}
