/* Remove card styling */
.card {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* DataTable header styling */
table.dataTable thead th {
  white-space: nowrap;
  font-size: 11px;
  padding-right: 10px;
}

/* Title row styling */
.title-row {
  background-color: #033860;
  color: #FCFAFA;
  padding: 15px 0;
  text-align: center;
}

/* DataTable scroll containers override */
div.dataTables_scrollHead,
div.dataTables_scrollBody {
  overflow: visible !important;
}

/* Tooltip styling */
.tooltip-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.floating-tooltip {
  pointer-events: none;
}

