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


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

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


/* CSS */

.button {
  align-items: center;
  background-color: #dcdcdc;
  border: 0;
  border-radius: 100px;
  box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  display: inline-flex;
  /* font-family: -apple-system, system-ui, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lucida Grande", Helvetica, Arial, sans-serif; */
  font-size: 16px;
  /* font-weight: 600; */
  justify-content: center;
  line-height: 20px;
  max-width: 480px;
  min-height: 40px;
  min-width: 0px;
  overflow: hidden;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
  touch-action: manipulation;
  transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
}

.button:hover,
.button:focus { 
  background-color: #868686;
  color: #ffffff;
}

.button.active {
  background: #4286f5;
  color: rgb(255, 255, 255, 1.0);
}

.button:disabled { 
  cursor: not-allowed;
  background: rgba(0, 0, 0, .08);
  color: rgba(0, 0, 0, .3);
}


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

.thumbnail-img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  border-radius: 5px;
}

.scene-pills > span {
  height: 49px;
}

.pill {
  cursor: pointer;
  padding: 5px;
  margin: 5px;
  /* border: 1px solid #ddd; */
  border-radius: 5px;
  display: inline-block;
  transition: transform .2s;
}

#prompt-box {
  font-family: 'xkcd', sans-serif;
  font-size: 1.5em;
} 

#prompt-box::before {
  content: '"';
}

#prompt-box::after {
  content: '"';
}


.active-pill {
  /* background-color: #b4b4b4; */
  /* Adjust the color as needed */
  font-weight: bold;
}

.nav-pills {
  cursor: pointer;
}

.center-pills {
  display: flex;
  justify-content: center;
}

.scene-pills > .active {
  background: #c5e2ff;
}

.scene-pills > span:hover {
  transform: scale(1.3);
}

.video-container {
  position: relative;
  max-width: 100%;
  margin: 0.5em;
}

.method-label {
  font-size: 18px;
  font-weight: 600;
}

nav {
  display: none;
  position: fixed;
  left: 10px;
  top: 40px;
  z-index: 1;
}

html {
  scroll-behavior: smooth;
}

.section-nav li.active > a {
  color: #333;
  font-weight: 500;
}

/* Sidebar Navigation */
.section-nav {
  padding-left: 0;
  border-left: 1px solid #efefef;
}

.section-nav a {
  text-decoration: none;
  display: block;
  padding: .125rem 0;
  color: #ccc;
  transition: all 50ms ease-in-out; /* 💡 This small transition makes setting of the active state smooth */
}

.section-nav a:hover,
.section-nav a:focus {
  color: #666;
}

section {
  margin-bottom: 32px;
}

p {
  font-size: 18px;
}

#sec-edit {
  display: none;
}
#sec-sidebyside-edit {
  display: block;
}
#p-trimask {
  width: 72%;
  margin-left: 14%;
}

/* Medium devices (tablets, 768px and up)*/
@media screen and (max-width: 768px) {
  .method-labels {
    display: grid;
    grid-auto-columns: 1fr;
  }
  .method-label {
    font-size: 10px;
    grid-row: 1;
    padding: 5px;
  }
  #sec-edit {
    display: block;
  }
  #sec-sidebyside-edit {
    display: none;
  }
  .button {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .text-description {
    margin-left: 8%;
    margin-right: 8%;
  }
  /* iframe {
    width: 90%;
    height: calc(0.7 * 60vw);
  } */
  #div-row-ablation-condition {
    margin-left: 0%;
    margin-right: 0%;
  }
  #div-traindata-text-container {
    height: 350px;
  }
  p {
    font-size: 15px;
  }
  #traindataVideo0 {
    width: 90%;
  }
  #div-row-authors {
    margin-left: 0%;
    margin-right: 0%;
  }
  .container-video-user-specified-trimask {
    height: 150px;
  }
  #div-labels-user-specified-zoomed {
    width: 90%;
    margin-left: 5%;
  }
  .tldr {
    margin-left: 5%;
    margin-right: 5%;
  }
  #subsec-method-overview {
    margin-left: 5%;
    margin-right: 5%;
  }
  #subsec-trimask, #p-failure-desc {
    margin-left: 8%;
    margin-right: 8%;
  }
  #p-trimask {
    width: 100%;
    margin: 0%;
  }
  
}

/* Medium devices (tablets, 768px and up)*/
@media screen and (min-width: 769px) {
  /* iframe {
    width: 100%;
    height: calc(0.5 * 100vw);
  } */

  #div-traindata-text-container {
    height: 200px;
  }
  #div-row-ablation-condition {
    margin-left: -10%;
    margin-right: -10%;
  }
  #traindataVideo0 {
    width: 80%;
    padding-right: 80px;
  }
  #div-row-authors {
    margin-left: -10%;
    margin-right: -10%;
  }
  .container-video-user-specified-trimask {
    height: 400px;
  }
  #div-labels-user-specified-zoomed {
    width: 80%;
    margin-left: 10%;
  }
}

/* @media screen and (min-width: 1440px) {
  iframe {
    width: 100%;
    height: calc(0.5 * 40vw);
  }
} */