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


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

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

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


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

.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: 2.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: 2.5px;
}

.interpolation-video-column {
}

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

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


.video-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-video {
  width: 60%;
}

.bmvc-color {
  color: #0a4a80; /* BMVC 2024 color */
  font-weight: bold; /* Make text bold */
}

.award-color {
  color: #f05650; /* BMVC 2024 color */
  font-weight: bold; /* Make text bold */
}

.bal-container-small{position:relative;width:100%;margin:0 auto;overflow:hidden;user-select:none;line-height:0;}
.bal-container-small img{display:block;width:100%;height:auto;}
.bal-after{position:relative;width:100%;}
.bal-before{position:absolute;top:0;left:0;height:100%;overflow:hidden;width:50%;}
.bal-before-inset{position:relative;height:100%;overflow:hidden;}
.bal-before-inset img{position:absolute;top:0;left:0;max-width:none;}
.bal-afterPosition,.bal-beforePosition{position:absolute;bottom:12px;padding:4px 10px;color:#fff;
  background:rgba(0,0,0,.55);border-radius:4px;font-size:14px;font-weight:600;line-height:normal;}
.afterLabel{right:12px;} .beforeLabel{left:12px;}
.bal-handle{position:absolute;top:0;left:50%;width:2px;height:100%;margin-left:-1px;background:#fff;
  cursor:ew-resize;display:flex;align-items:center;justify-content:center;box-shadow:0 0 4px rgba(0,0,0,.4);}
.handle-left-arrow,.handle-right-arrow{position:absolute;width:0;height:0;
  border-top:6px solid transparent;border-bottom:6px solid transparent;}
.handle-left-arrow{left:-14px;border-right:8px solid #fff;}
.handle-right-arrow{right:-14px;border-left:8px solid #fff;}

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