/* Fortech Digital - Custom CSS */

/* Remove Powered by Zammad from login page */
.poweredBy { display: none !important; }

/* Hide Zammad bird logo in sidebar */
.icon-logo { display: none !important; }

/* Sino de notificações alinhado à barra de pesquisa */
.navigation .search { position: relative !important; overflow: visible !important; }
.navigation .search form.search-holder { padding-right: 46px; box-sizing: border-box; }

.navigation .search .logo.js-toggleNotifications {
  position: absolute !important;
  top: 11px !important;
  right: 8px !important;
  left: auto !important;
  width: 30px !important;
  height: 30px !important;
  margin: 0 !important;
  transform: none !important;
  z-index: 5;
  cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23a0a4a7'><path d='M12 2a1 1 0 0 0-1 1v1.07C7.61 4.56 5 7.47 5 11v4l-2 2v1h18v-1l-2-2v-4c0-3.53-2.61-6.44-6-6.93V3a1 1 0 0 0-1-1zm-2 18a2 2 0 1 0 4 0h-4z'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 26px 26px;
  overflow: visible;
}

.navigation .search .logo.js-toggleNotifications:hover {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'><path d='M12 2a1 1 0 0 0-1 1v1.07C7.61 4.56 5 7.47 5 11v4l-2 2v1h18v-1l-2-2v-4c0-3.53-2.61-6.44-6-6.93V3a1 1 0 0 0-1-1zm-2 18a2 2 0 1 0 4 0h-4z'/></svg>");
}

.navigation .search .logo .activity-counter.js-notificationsCounter {
  position: absolute !important;
  top: -10px !important;
  right: -10px !important;
  left: auto !important;
  bottom: auto !important;
  transform: none !important;
  margin: 0 !important;
  min-width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  font-weight: 700;
  padding: 0 6px;
  border-radius: 11px;
  box-sizing: border-box;
}

