.custom-icon-class {
    height: 1.3rem;
    width: 1.3rem;
    background-color: transparent !important;
}

.dt-buttons,.dataTables_filter{
	display:none !important;
}

/* override DataTables nowrap for this column */
table.dataTable td.dt-wrap {
  white-space: normal !important;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.def-logo-opacity {
    opacity: 0.3;
}

.logo-for-light { display: none; }
[data-bs-theme="dark"] .logo-for-dark { display: none; }
[data-bs-theme="dark"] .logo-for-light  { display: inline-block; }