.link-icon.print,
.link-icon.chat,
.link-icon.share {
  display: none !important;
}


#custom-watchdog-wrapper {
  text-align: right;
  margin-top: -4px;
  margin-bottom: 20px;
}


#custom-watchdog-wrapper .watchdog {
  display: inline-flex;
  align-items: center;
  background-color: #ebf8f8;
  color: #4a4a4a !important;
  padding: 10px 14px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 13px;
  text-decoration: none;
  border: none;
  gap: 8px;
}


#custom-watchdog-wrapper .watchdog svg {
  width: 17px;
  height: 17px;
  fill: #4a4a4a !important;
  margin-right: 2px !important;
}

#custom-watchdog-wrapper .link-icon.watchdog::before {
  display: none !important;
}

#watchdog-reset {
  background-color: #fff !important;
  color: #01b3b5 !important;
  padding: 10px 16px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 13px;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
} 
