html {
  height: 100%;
  width: 100%;
}

body {
  font-family: 'Noto Sans', sans-serif;
  padding: 20px;
  background-color: #FFFFFF;
  /* White background */
  color: #000000;
  /* Black text */
}

.leaderboard {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 20px;
}

h1,
h2 {
  text-align: center;
  color: #333333;
  /* Darker shade of black for headings */
  text-shadow: none;
  /* Removed shadow for a cleaner look */
}

.nav {
  text-align: center;
  margin-bottom: 20px;
}

.nav a {
  color: #0077B6;
  /* Blue for links */
  text-decoration: none;
  margin: 0 10px;
  font-weight: bold;
  transition: color 0.3s ease;
}

.nav a:hover {
  color: #005f86;
  /* Darker blue for hover effect */
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  box-shadow: 0 0 20px rgba(200, 200, 200, 0.3);
  /* Lighter shadow */
}

th,
td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #dddddd;
  /* Light grey for borders */
}

#leaderboardTable {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  box-shadow: 0 0 20px rgba(200, 200, 200, 0.3);
}

#leaderboardTable th,
#leaderboardTable td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #dddddd;
}

.button.has-text-left-custom {
  display: flex;
  justify-content: flex-start;
  text-align: left;
}

th {
  background-color: #f2f2f2;
  /* Light grey header background */
  color: #333333;
  /* Dark text for better contrast */
}

tr:nth-child(even) {
  background-color: #f9f9f9;
  /* Alternate row shading for clarity */
}

.rank {
  font-weight: bold;
  color: #0077B6;
  /* Consistent with link color */
}

.settings-button {
  font-size: 0.8em;
  color: #0077B6;
  background: none;
  border: none;
  cursor: pointer;
  margin-top: 10px;
  text-decoration: underline;
}

.settings-info {
  font-size: 0.8em;
  margin-top: 10px;
  margin-bottom: 10px;
  display: none;
  color: #333333;
  /* Changed to a darker color */
  background-color: #f2f2f2;
  padding: 10px;
  border-radius: 5px;
}

.answer {
  cursor: pointer;
  padding: 10px;
  margin: 5px 0;
  border: 1px solid #0077B6;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.answer:hover {
  background-color: #f2f2f2;
  /* Light hover effect */
}

.correct {
  background-color: #4CAF50 !important;
  /* Green for correct answer */
  color: white;
}

.incorrect {
  background-color: #f44336 !important;
  /* Red for incorrect answer */
  color: white;
}


.footer .icon-link {
  font-size: 25px;
  color: #000;
}

.link-block a {
  margin-top: 5px;
  margin-bottom: 5px;
}

.dnerf {
  font-variant: small-caps;
}


.teaser .hero-body {
  padding-top: 0;
  padding-bottom: 3rem;
}

.teaser {
  font-family: 'Google Sans', sans-serif;
}


.publication-title {}

.publication-banner {
  max-height: parent;

}

.publication-banner video {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  object-fit: fit;
}

.publication-header .hero-body {}

.publication-title {
  font-family: 'Google Sans', sans-serif;
}

.publication-authors {
  font-family: 'Google Sans', sans-serif;
}

.publication-venue {
  color: #555;
  width: fit-content;
  font-weight: bold;
}

.publication-awards {
  color: #ff3860;
  width: fit-content;
  font-weight: bolder;
}

.publication-authors {}

.publication-authors a {
  color: hsl(204, 86%, 53%) !important;
}

.publication-authors a:hover {
  text-decoration: underline;
}

.author-block {
  display: inline-block;
}

.publication-banner img {}

.publication-authors {
  /*color: #4286f4;*/
}

.publication-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;

  overflow: hidden;
  border-radius: 10px !important;
}

.publication-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.publication-body img {}

.results-carousel {
  overflow: hidden;
}

.results-carousel .item {
  margin: 5px;
  overflow: hidden;
  padding: 20px;
  font-size: 0;
}

.results-carousel video {
  margin: 0;
}

.slider-pagination .slider-page {
  background: #000000;
}

.eql-cntrb {
  font-size: smaller;
}