
h1 {
  background-color: rgb(238, 238, 238);  /* light green */
  color: #E1173D;             /* match your green tone */
  font-weight: 350;
  padding: 1rem 0.5rem;
  margin-bottom: 0.5rem;
  font-size: large;
}

a.language-link:hover {
  text-decoration: underline; /* or none if you want it always clean */
  font-weight: bold;
}

/* Dark mode overrides using the same Bootstrap variable names */
body {
  --bs-body-bg: white;
  --bs-body-color: black;

  --bs-primary:   #0F283A;
  --bs-secondary: #aaaaaa;
  --bs-success:   rgb(0, 176, 0);
  --bs-danger:    #f44336;
  --bs-warning:   #ffc107;
  --bs-info:      #03a9f4;
  --bs-light:     rgb(234, 234, 234);
  --bs-dark:      #0F283A;
}


.comment-tooltip {
  cursor: help;
}

.request-row {
	cursor: pointer;
}
.request-row.selected {
	background-color: #e6f7ff; /* light blue or your theme */
}

#actionFooter
{
	z-index: 1050;
}