/* Tabler Icons — единая библиотека иконок панели */

.sidebar-link .ti {
  font-size: 18px;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sidebar-link.active .ti {
  color: var(--accent);
}

.btn-icon .ti {
  font-size: 18px;
  line-height: 1;
}

.topbar-search .ti {
  font-size: 16px;
  color: var(--text-muted);
  flex-shrink: 0;
}

.sidebar-profile-action .ti,
.sidebar-updates-btn .ti {
  font-size: 18px;
  flex-shrink: 0;
}

.stat-icon .ti {
  font-size: 22px;
  line-height: 1;
}

.stealer-settings-icon.ti {
  font-size: 20px;
  color: #4a9eff;
}

.stealer-domains-refresh-icon.ti {
  font-size: 16px;
}

.upload-icon .ti {
  font-size: 28px;
  color: var(--accent);
}

.account-details-icon .ti {
  font-size: 18px;
}

.session-download-modal-icon .ti,
.session-download-format-icon .ti {
  font-size: 22px;
}

.btn-client-icon .ti {
  font-size: 16px;
}

.btn-mini .ti {
  font-size: 16px;
  line-height: 1;
}

.tg-search-bar .ti,
.session-list-filter-icon.ti {
  font-size: 16px;
  color: var(--text-muted);
  flex-shrink: 0;
}

.domain-ssl-badge.ti {
  font-size: 14px;
}

.spam-attachment-row .ti {
  font-size: 16px;
  margin-right: 4px;
}

.theme-switcher-icon.ti {
  font-size: 18px;
}
