#taskmenu a.smartbiz-tool.smartbiz-password:before {
  content: "\f084";
}

#taskmenu a.smartbiz-tool.smartbiz-mail-config:before {
  content: "\f1de";
}

#taskmenu a.smartbiz-tool.smartbiz-calendar:before {
  content: "\f073";
}

#taskmenu a.smartbiz-tool.smartbiz-autoresponders:before {
  content: "\f1d8";
}

#taskmenu a.smartbiz-tool.smartbiz-forwarders:before {
  content: "\f064";
}

#taskmenu a.smartbiz-tool.smartbiz-filters:before {
  content: "\f0b0";
}

#taskmenu a.smartbiz-tool.smartbiz-logout:before {
  content: "\f2f5";
}

.smartbiz-ics-import-link {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  padding: 0 12px;
  border-radius: 9px;
  background: #ffcb05;
  color: #101010 !important;
  font-weight: 900;
  text-decoration: none !important;
}

html.dark-mode .smartbiz-ics-import-link,
body.dark-mode .smartbiz-ics-import-link {
  background: #ffcb05;
  color: #101010 !important;
}
