body {
  font-family: Helvetica, 'Noto Sans', sans-serif;
}

.footer {
  background-color: white;
  padding: 20px 20px;
}

.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: Helvetica;
}

.publication-authors {
    font-family: Helvetica;
}

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

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

.publication-authors {
  text-align: center;
}

.publication-venue {
  text-align: center;
}

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

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

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

.venue-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;
  border: 1px solid #bbb;
  border-radius: 10px;
  padding: 0;
  font-size: 0;
}

.results-carousel video {
  margin: 0;
}

.ctof-table {
  display: table;
  width: 100%;
  height: auto;
}

ul {
  list-style-type: none;
}

ul li {
  display: list-item;
  margin-bottom: 10px;
}


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

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

.interpolation-video-column {
}

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

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

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

/* .ctof-container{
  display: block;
  overflow: hidden;
} */

/* .ctof-container video {
  width: auto;
  height: 300px;
  border-radius: 10px;
} */


.results-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /* gap: 10px; */
  width: 90%;
  height: 90%;
}


.res-column {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  justify-content: flex-start;
  align-items: center;
}

.columns {
  padding: 5px 0px;
}

.video-container {
  position: relative;
  width: 100%;
  height: 20%;
  margin-bottom: 10px; /* Space between elements */
}

.video-container video,
.video-container .hover-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.7s ease; /* Add transition for smooth effect */
}

.video-container .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; /* Start with opacity 0 */
  pointer-events: none;
}

.video-container:hover .hover-image {
  display: block;
  opacity: 1; /* Fade in the image */
}

video, model-viewer {
  width: 100%;
  /* height: calc(100% - 50px); 
  max-height: calc(100% / 5 - 10px); */
  height: 20%;
  margin-bottom: 10px;
  /* object-fit: cover; */
}

video:not(:last-child), model-viewer:not(:last-child) {
  margin-bottom: 10px; /* Space between elements */
}

.column-title {
  text-align: center;
  margin-bottom: 10px;
  height: 40px; /* Fixed height for titles */
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  font-size: 1.2rem;
  box-sizing: border-box;
}

.separator {
  border: 0;
  border-top: 2px solid #ccc;
  margin: 0px 0;
}


.collapsible {
  background-color: white;
  color: black;
  cursor: pointer;
  padding: 10px;
  font-weight: bold;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 20px;
  text-justify: auto;
}

.active, .collapsible:hover {
  /* background-color: #555; */
  color: gray;
}

.abs_content {
  padding: 10px 18px;
  display: flex;
  overflow: hidden;
  background-color: #f1f1f1;

}


.res-column-brdf {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
}

.vertical-text {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  position: absolute;
  left: -0px; /* Adjust based on your needs */
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 1.5rem;
  font-weight: bold;

}

.res-column-brdf img, 
.res-column-brdf video {
  width: 100%;
  height: auto;
  max-height: 300px; /* Adjust as needed */
}

.res-column-brdf model-viewer {
  height: 100%; /* Set height to 100% to match video height */
}


.caption {
  text-align: justify;
  font-size: 1.0rem;
  font-weight: bold;
  margin-top: 10px;
}


.media-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
.media-column {
  flex: 1;
  margin: 0 5px;
}
.media-column img,
.media-column video {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 768px) {
  .media-row {
      flex-direction: column;
  }
  .media-column {
      margin: 5px 0;
  }
}

.hero.teaser {
  background-color: white;
  margin-bottom: 0;
  padding-bottom: 0;
  overflow: hidden;
}
.teaser-container.is-max-desktop {
  padding-bottom: 0;
  margin-bottom: 0;
  max-width: 100%;
}

.media-caption {
  margin-top: 10px;
  text-align: center;
  color: black;
  font-size: 20px;
  font-style: italic;
}