#page-print button:has(use[href="#icon-full-page"]),
#page-print button:has(use[href="#icon-small-file"]) {
  display: none !important;
}

.navbar-nav .notifications-icon .notifications-seen svg use,
.navbar-nav .notifications-icon .notifications-unseen svg use {
  display:none !important;
}

.navbar-nav .notifications-icon .notifications-seen svg{
  background-image: url(/assets/awc_custom_app/images/icons/notification_seen.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

.navbar-nav .notifications-icon .notifications-unseen svg{
  background-image: url(/assets/awc_custom_app/images/icons/notification_unseen.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}


.dt-row.dt-row-filter .dt-cell {
  height: 35px !important;
}