body {
  font-family: 'Noto Sans', sans-serif;
  background-color: #121212; /* Dark background color */
  color: #ffffff; /* Light text color */
}

.hero.is-dark-hero {
  background-color: #101010; /* Dark background color */
  color: #ffffff; /* Light text color */
}

.is-dark-padding {
  background-color: #121212; /* Fully dark background color */
  color: #ffffff; /* Light text color */
}

.container.is-dark-hero {
  background-color: #101010; /* Same dark background color as .hero */
  color: #ffffff; /* Light text color */
}


.hero-body {
  background-color: #101010; /* Dark background color */
  color: #ffffff; /* Light text color */
}

.is-whiter {
  color: #ffffff; /* Pure white color */
}

.container.is-dark-hero-body {
  background-color: #101010; /* Same dark background color as .hero-body */
  color: #ffffff; /* Light text color */
}
.container.is-dark-container {
  background-color: #101010; /* Dark background color */
  color: #ffffff; /* Light text color */
}
.navbar.is-dark-navbar {
  background-color: #1e1e1e; /* Dark background color */
  color: #ffffff; /* Light text color */
}

.navbar.is-dark-navbar .navbar-item,
.navbar.is-dark-navbar .navbar-link {
  color: #ffffff; /* Light text color */
}

.navbar-item.has-dropdown {
  background-color: #1e1e1e; /* Dark background color */
  color: #ffffff; /* Light text color */
}

.navbar-item.has-dropdown .navbar-link {
  color: #ffffff; /* Light text color */
}

.navbar-item.has-dropdown .navbar-link:hover {
  background-color: #2e2e2e; /* Slightly lighter dark background on hover */
}

.navbar-item.has-dropdown .navbar-dropdown {
  background-color: #1e1e1e; /* Dark background color */
  color: #ffffff; /* Light text color */
}

.navbar-item.has-dropdown .navbar-dropdown .navbar-item {
  color: #ffffff; /* Light text color */
}

.navbar-item.has-dropdown .navbar-dropdown .navbar-item:hover {
  background-color: #2e2e2e; /* Slightly lighter dark background on hover */
}

.navbar.is-dark-navbar .navbar-item:hover,
.navbar.is-dark-navbar .navbar-link:hover {
  background-color: #2e2e2e; /* Slightly lighter dark background on hover */
}
.navbar-dropdown {
  background-color: #1e1e1e; /* Dark background color */
  color: #ffffff; /* Light text color */
}

.navbar-dropdown .navbar-item {
  color: #ffffff; /* Light text color */
}

.navbar-dropdown .navbar-item:hover {
  background-color: #2e2e2e; /* Slightly lighter dark background on hover */
}
.footer .icon-link {
  font-size: 25px;
  color: #ffffff; /* Light icon color */
}

.link-block a {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #ffffff; /* Light link color */
}

.dnerf {
  font-variant: small-caps;
  color: #ffffff; /* Light text color */
}

.teaser .hero-body {
  padding-top: 0;
  padding-bottom: 3rem;
  background-color: #1e1e1e; /* Dark background color */
}

.teaser {
  font-family: 'Google Sans', sans-serif;
  color: #ffffff; /* Light text color */
}

.publication-title {
  font-family: 'Google Sans', sans-serif;
  color: #ffffff; /* Light text color */
}

.publication-banner {
  max-height: parent;
}

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

.publication-header .hero-body {
  background-color: #1e1e1e; /* Dark background color */
}

.publication-authors {
  font-family: 'Google Sans', sans-serif;
  color: #ffffff; /* Light text color */
}

.publication-venue {
  color: #aaaaaa; /* Light text color */
  width: fit-content;
}

.section {
  background-color: #1e1e1e; /* Dark background color */
}

.container {
  background-color: #1e1e1e; /* Dark background color */
}

h2.title {
  color: #ffffff; /* Light text color */
}

.content {
  color: #ffffff; /* Light text color */
}

pre {
  background-color: #333333; /* Dark background for preformatted text */
  color: #ffffff; /* Light text color */
}

.hero.is-dark-gray {
  background-color: #2e2e2e; /* Dark gray background color */
  color: #ffffff; /* Light text color */
}

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

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

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

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

#BibTeX pre {
  white-space: pre-wrap; /* Allows the text to wrap */
  word-wrap: break-word; /* Prevents overflow */
}

.publication-video {
  width: 100%;
  max-width: 100%;
  position: relative;
  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%;
}

.results-carousel {
  overflow: hidden;
}

.results-carousel .item {
  margin: 5px;
  overflow: hidden;
  border: 1px solid #bbb;
  border-radius: 10px;
  padding: 0;
  font-size: 0;
}

.results-carousel video {
  margin: 0;
}

.interpolation-panel {
  background: #f5f5f5;
  border-radius: 10px;
}

.interpolation-panel .interpolation-image {
  width: 100%;
  border-radius: 5px;
}

.interpolation-panel .slider {
  margin: 0 !important;
}

#interpolation-image-wrapper {
  width: 100%;
}

#interpolation-image-wrapper img {
  border-radius: 5px;
}


.carousel .carousel-nav-left,
.carousel .carousel-nav-right {
  background-color: #2e2e2e !important; /* Gray background color */
  color: #ffffff !important; /* Light text color */
  border: none !important; /* Remove any border */
}

.carousel .carousel-nav-left:hover,
.carousel .carousel-nav-right:hover {
  background-color: #3e3e3e !important; /* Slightly lighter gray on hover */
  color: #ffffff !important; /* Light text color */
}

/* Target the carousel navigation buttons directly */
.carousel .carousel-nav-left,
.carousel .carousel-nav-right {
  background-color: #2e2e2e !important; /* Gray background color */
  color: #ffffff !important; /* Light text color */
  border: none !important; /* Remove any border */
}

.carousel .carousel-nav-left:hover,
.carousel .carousel-nav-right:hover {
  background-color: #3e3e3e !important; /* Slightly lighter gray on hover */
  color: #ffffff !important; /* Light text color */
}

.footer {
  background-color: #101010; /* Change to black */
  color: #ffffff; /* Ensure the text color is light */
  padding: 1rem; /* Optional: add padding for spacing */
}

.footer a {
  color: #ffffff; /* Ensure links are light-colored */
}

.footer a:hover {
  text-decoration: underline; /* Optional hover effect */
}

.footer.is-dark-footer {
  background-color: #1e1e1e; /* Dark background color */
  color: #ffffff; /* Light text color */
}

.footer.is-dark-footer a {
  color: #ffffff; /* Light link color */
}

.footer.is-dark-footer a:hover {
  color: #aaaaaa; /* Slightly lighter color on hover */
}