.topbar__alerts.icon-button {
  position: relative;
  width: 40px;
  min-width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  color: #475569;
  background: #fff;
  box-shadow: none;
}

.topbar__alerts.icon-button::before {
  display: none !important;
  content: none !important;
}

.topbar__alerts.icon-button > svg {
  display: none !important;
}

.topbar__alerts.icon-button > .estagios-notification-icon-aprendiz {
  width: 18px;
  height: 18px;
  display: block;
  flex: 0 0 18px;
  object-fit: contain;
}

.topbar__alerts.icon-button:hover {
  border-color: #94a3b8;
  color: #475569;
  background: #fff;
}

.topbar__alerts-count {
  top: -4px;
  right: -4px;
  width: 20px;
  min-width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: #ef4444;
  font-size: 11px;
  font-weight: 600;
  line-height: 20px;
  box-shadow: 0 1px 2px rgb(15 23 42 / 10%);
}

@media (max-width: 420px) {
  .topbar__alerts.icon-button {
    width: 36px;
    min-width: 36px;
    height: 36px;
    flex-basis: 36px;
  }
}
